diff --git a/amrex-hydro/Doxygen/html/hydro__constants_8H.html b/amrex-hydro/Doxygen/html/hydro__constants_8H.html index 937e8f1..32a0a6f 100644 --- a/amrex-hydro/Doxygen/html/hydro__constants_8H.html +++ b/amrex-hydro/Doxygen/html/hydro__constants_8H.html @@ -116,38 +116,38 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.map b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.map index 033fb86..eb8c569 100644 --- a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.map +++ b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.map @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.md5 b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.md5 index c93253f..3816f70 100644 --- a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.md5 +++ b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.md5 @@ -1 +1 @@ -2528291cb4e57103be8b18106e07c938 \ No newline at end of file +f2d3730bc641bab595749c115fe80fe4 \ No newline at end of file diff --git a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.png b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.png index 37e5c9d..91da0aa 100644 Binary files a/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.png and b/amrex-hydro/Doxygen/html/hydro__constants_8H__dep__incl.png differ diff --git a/amrex-hydro/Doxygen/html/hydro__godunov__ppm_8H_source.html b/amrex-hydro/Doxygen/html/hydro__godunov__ppm_8H_source.html index 4bbd614..4fd7317 100644 --- a/amrex-hydro/Doxygen/html/hydro__godunov__ppm_8H_source.html +++ b/amrex-hydro/Doxygen/html/hydro__godunov__ppm_8H_source.html @@ -1216,7 +1216,7 @@
1118  amrex::Real l_dtdy = dt / dx[1];,
1119  amrex::Real l_dtdz = dt / dx[2];);
1120 
-
1121  amrex::ParallelFor(bx, AMREX_SPACEDIM,
+
1121  amrex::ParallelFor(bx, AMREX_SPACEDIM,
1122  [=] AMREX_GPU_DEVICE (int i, int j, int k, int n) noexcept
1123  {
1124  PredictVelOnXFace(i,j,k,n,l_dtdx,vel(i,j,k,0),q,Imx,Ipx,pbc[n],dlo.x,dhi.x,limiter);
@@ -1254,7 +1254,7 @@
1156  const auto dy = geom.CellSize(1);,
1157  const auto dz = geom.CellSize(2););
1158 
-
1159  amrex::ParallelFor(bx, ncomp,
+
1159  amrex::ParallelFor(bx, ncomp,
1160  [=] AMREX_GPU_DEVICE (int i, int j, int k, int n) noexcept
1161  {
1162  PPM::PredictStateOnXFace(i, j, k, n, l_dt, dx, Imx(i,j,k,n), Ipx(i,j,k,n),
@@ -1314,6 +1314,7 @@
half
real(kind=amrex_real), parameter half
one
real(kind=amrex_real), parameter one
amrex
+
amrex::ParallelFor
std::enable_if_t< std::is_integral_v< T > > ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)
CurlCurlStateType::b
@ b
amrex::max
AMREX_GPU_HOST_DEVICE constexpr AMREX_FORCE_INLINE const T & max(const T &a, const T &b) noexcept
amrex::Tie
constexpr AMREX_GPU_HOST_DEVICE GpuTuple< Args &... > Tie(Args &... args) noexcept
@@ -1321,7 +1322,6 @@
amrex::makeTuple
constexpr AMREX_GPU_HOST_DEVICE GpuTuple< detail::tuple_decay_t< Ts >... > makeTuple(Ts &&... args)
amrex::ubound
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Dim3 ubound(Array4< T > const &a) noexcept
amrex::lbound
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Dim3 lbound(Array4< T > const &a) noexcept
-
amrex::ParallelFor
std::enable_if_t< std::is_integral_v< T > > ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)
PPM::minmod
Definition: hydro_godunov_ppm.H:380
PPM::minmod::sm_sp
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::GpuTuple< amrex::Real, amrex::Real > sm_sp(const amrex::Real, const amrex::Real sedge1, const amrex::Real sedge2)
Definition: hydro_godunov_ppm.H:408
PPM::minmod::sedge1
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE amrex::Real sedge1(const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real)
Definition: hydro_godunov_ppm.H:386
diff --git a/amrex-hydro/Doxygen/html/namespacePPM.html b/amrex-hydro/Doxygen/html/namespacePPM.html index f3b5966..6f17961 100644 --- a/amrex-hydro/Doxygen/html/namespacePPM.html +++ b/amrex-hydro/Doxygen/html/namespacePPM.html @@ -277,7 +277,7 @@

- + @@ -632,7 +632,7 @@

- + diff --git a/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.map b/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.map index 079de20..7bc91a0 100644 --- a/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.map +++ b/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.map @@ -3,7 +3,7 @@ - + diff --git a/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.md5 b/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.md5 index 077ead0..eeb56d1 100644 --- a/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.md5 +++ b/amrex-hydro/Doxygen/html/namespacePPM_a89c4175944492fd501dd22549d63795f_cgraph.md5 @@ -1 +1 @@ -9d107974199742770b87fe18a0bcca11 \ No newline at end of file +0a8b2480995a2adb5ba089e827ce5c7a \ No newline at end of file diff --git a/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.map b/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.map index 231a885..b96706f 100644 --- a/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.map +++ b/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.map @@ -3,7 +3,7 @@ - + diff --git a/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.md5 b/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.md5 index 1e9cfb2..7dadbf9 100644 --- a/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.md5 +++ b/amrex-hydro/Doxygen/html/namespacePPM_afc01feca9b1f93c06521af5d6591c22c_cgraph.md5 @@ -1 +1 @@ -28c542196732040a6e55aded750a4d77 \ No newline at end of file +4d1c8c4181ca75577233821e0134f930 \ No newline at end of file diff --git a/amrex-hydro/Doxygen/html/namespaces_dup.js b/amrex-hydro/Doxygen/html/namespaces_dup.js index 23b0e7d..5b6fa68 100644 --- a/amrex-hydro/Doxygen/html/namespaces_dup.js +++ b/amrex-hydro/Doxygen/html/namespaces_dup.js @@ -993,6 +993,10 @@ var namespaces_dup = [ "ParticleIdCpus", null, [ [ "Invalid", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c", null ] ] ], + [ "ppdetail", null, [ + [ "underlying_type_t", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ad602b2284379a42d0d6e88489ef86105", null ], + [ "IsArithmeticOptional_v", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ae3062fc5ca3dda7517b74219ee21f684", null ] + ] ], [ "Reduce", null, [ [ "detail", null, [ [ "call_f", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75", null ], @@ -1419,6 +1423,7 @@ var namespaces_dup = [ "amrex_setvol", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584", null ], [ "amrex_setvol", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57", null ], [ "any", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60b385a670733e5570818f7007307e1c", null ], + [ "AnyCTO", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a820fe7f4b24ef2fb26162e20cbd2fc6c", null ], [ "Apply", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6", null ], [ "apply_flux_redistribution", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0", null ], [ "ApplyInitialRedistribution", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28", null ], @@ -1748,9 +1753,11 @@ var namespaces_dup = [ "getCell", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335", null ], [ "getEBCellFlagFab", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec", null ], [ "getEnum", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d635bdb718c30952079c43671149a5d", null ], + [ "getEnumCaseInsensitive", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab3ae8b43aca87a0f9b7c66250c04a316", null ], [ "getEnumClassName", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb", null ], [ "getEnumNameString", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6", null ], [ "getEnumNameStrings", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84", null ], + [ "getEnumNameValuePairs", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af25f8a486aa78651b7556c266543bc1b", null ], [ "getFPExcept", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780", null ], [ "getIndexBounds", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930", null ], [ "getIndexBounds", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71", null ], @@ -2543,9 +2550,9 @@ var namespaces_dup = [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20c30602a034983b02c1e95927ae2769", null ], [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd", null ], [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064", null ], - [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ef78b0668a4a000d853b5cc52170ef", null ], - [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e05ed632badf5af8c6402411043f313", null ], - [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add9c441e051b2f701d97e5e505556fa3", null ], + [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a94af0fa091bf7fe84c64000abbfb9", null ], + [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af98ea0824a9945d3633f96429036b758", null ], + [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a065a5b50b590d116df9bec2d115b75dc", null ], [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5", null ], [ "ParallelFor", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8", null ], [ "ParallelForRNG", "https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63990001fd080e6f727c689437f5668e", null ], diff --git a/amrex-hydro/Doxygen/html/navtreedata.js b/amrex-hydro/Doxygen/html/navtreedata.js index 5e97b7c..730b85c 100644 --- a/amrex-hydro/Doxygen/html/navtreedata.js +++ b/amrex-hydro/Doxygen/html/navtreedata.js @@ -66,21 +66,21 @@ var NAVTREE = var NAVTREEINDEX = [ -"annotated.html", -"hydro__godunov__edge__state__2D_8cpp.html", -"namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9", -"namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5", -"namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765", -"namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1", -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7", -"namespaceamrex.html#ab427f00335de584d8602aec963d5e730", -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18", -"namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c", -"namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c", -"namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8", -"namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56", -"namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76", -"namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d" +"", +"hydro__MacProjector_8cpp.html", +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224", +"namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73", +"namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6", +"namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1", +"namespaceamrex.html#a884f63b4c32929437cf596c59b26c311", +"namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919", +"namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930", +"namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe", +"namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b", +"namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626", +"namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9", +"namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5", +"namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/amrex-hydro/Doxygen/html/navtreeindex0.js b/amrex-hydro/Doxygen/html/navtreeindex0.js index 09733f5..c468901 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex0.js +++ b/amrex-hydro/Doxygen/html/navtreeindex0.js @@ -1,5 +1,92 @@ var NAVTREEINDEX0 = { +"":[2,0,0], +"":[2,0,0,0], +"":[2,0,0,0,0], +"":[2,0,0,2], +"":[2,0,0,6], +"":[2,0,0,43], +"":[2,0,0,7], +"":[2,0,0,15], +"":[2,0,0,44], +"":[2,0,0,45], +"":[2,0,0,3], +"":[2,0,0,7,0], +"":[2,0,0,7,1], +"":[2,0,0,46], +"":[2,0,0,16], +"":[2,0,0,7,2], +"":[2,0,0,17], +"":[2,0,0,47], +"":[2,0,0,47,0], +"":[2,0,0,7,3], +"":[2,0,0,18], +"":[2,0,0,19], +"":[2,0,0,1], +"":[2,0,0,20], +"":[2,0,0,21], +"":[2,0,0,21,0], +"":[2,0,0,4], +"":[2,0,0,22], +"":[2,0,0,23], +"":[2,0,0,24], +"":[2,0,0,25], +"":[2,0,0,5], +"":[2,0,0,8], +"":[2,0,0,26], +"":[2,0,0,27], +"":[2,0,0,27,0], +"":[2,0,0,8,0], +"":[2,0,0,8,0,0], +"":[2,0,0,9], +"":[2,0,0,10], +"":[2,0,0,28], +"":[2,0,0,29], +"":[2,0,0,30], +"":[2,0,0,31], +"":[2,0,0,11], +"":[2,0,0,32], +"":[2,0,0,12], +"":[2,0,1], +"":[2,0,0,13], +"":[2,0,0,14], +"":[2,0,0,33], +"":[2,0,0,33,0], +"":[2,0,2], +"":[2,0,3], +"":[2,0,4], +"":[2,0,5], +"":[2,0,6], +"":[2,0,7], +"":[2,0,8], +"":[2,0,9], +"":[2,0,10], +"":[2,0,11], +"":[2,0,12], +"":[2,0,13], +"":[2,0,14], +"":[2,0,15], +"":[2,0,16], +"":[2,0,17], +"":[2,0,19], +"":[2,0,0,14,0], +"":[2,0,0,14,0,0], +"":[2,0,31], +"":[2,0,34], +"":[2,0,0,14,1], +"":[2,0,0,14,2], +"":[2,0,0,34], +"":[2,0,0,35], +"":[2,0,0,36], +"":[2,0,0,37], +"":[2,0,0,38], +"":[2,0,0,39], +"":[2,0,0,39,0], +"":[2,0,0,40], +"":[2,0,0,40,0], +"":[2,0,0,41], +"":[2,0,0,41,0], +"":[2,0,0,42], "annotated.html":[3,0], "classHydro_1_1MacProjector.html":[3,0,0,0], "classHydro_1_1MacProjector.html#a0421fceb4701fda980091df297a21183":[3,0,0,0,21], @@ -122,8 +209,8 @@ var NAVTREEINDEX0 = "group__BDS.html":[1,6], "group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d":[1,6,3], "group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d":[1,6,2], -"group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d":[4,0,0,2,1], "group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d":[4,0,0,1,1], +"group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d":[4,0,0,2,1], "group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89":[4,0,0,2,0], "group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89":[1,6,1], "group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff":[4,0,0,1,0], @@ -162,92 +249,5 @@ var NAVTREEINDEX0 = "group__Utilities.html#gacd4c2357fa827bdc6b058736a689df22":[1,4,2], "group__Utilities.html#gacd4c2357fa827bdc6b058736a689df22":[4,0,8,2,2], "hydro__MacProjector_8H.html":[4,0,6,1], -"hydro__MacProjector_8H_source.html":[4,0,6,1], -"hydro__MacProjector_8cpp.html":[4,0,6,0], -"hydro__NodalProjector_8H.html":[4,0,6,3], -"hydro__NodalProjector_8H_source.html":[4,0,6,3], -"hydro__NodalProjector_8cpp.html":[4,0,6,2], -"hydro__bcs__K_8H.html":[4,0,8,0], -"hydro__bcs__K_8H.html#a3a47bbbd8cc79009d41b04c27ebbd64f":[4,0,8,0,1], -"hydro__bcs__K_8H.html#a3db84e94f70bb83cddce24c02b206c27":[4,0,8,0,4], -"hydro__bcs__K_8H.html#a73e41c0b9b0337ef1c4d484c7a18d4d7":[4,0,8,0,3], -"hydro__bcs__K_8H.html#a8ba2207a75496ee3c6d88f44233d645b":[4,0,8,0,2], -"hydro__bcs__K_8H.html#ae4805c1bf4cec4012693733f3fa44f7b":[4,0,8,0,0], -"hydro__bcs__K_8H_source.html":[4,0,8,0], -"hydro__bds_8H.html":[4,0,0,0], -"hydro__bds_8H.html#a36a3df1a1967d24daa61c2717a74de39":[4,0,0,0,0], -"hydro__bds_8H.html#adf462f5a6d17bb0f4fc80e6ee10041a4":[4,0,0,0,2], -"hydro__bds_8H.html#af379bf507045216a70bdc96a8d899047":[4,0,0,0,1], -"hydro__bds_8H_source.html":[4,0,0,0], -"hydro__bds__edge__state__2D_8cpp.html":[4,0,0,1], -"hydro__bds__edge__state__3D_8cpp.html":[4,0,0,2], -"hydro__compute__edgestate__and__flux_8cpp.html":[4,0,8,1], -"hydro__constants_8H.html":[4,0,8,2], -"hydro__constants_8H_source.html":[4,0,8,2], -"hydro__ebgodunov_8H.html":[4,0,2,0], -"hydro__ebgodunov_8H.html#a10f74574166218b5d549aec19892509a":[4,0,2,0,1], -"hydro__ebgodunov_8H.html#a9f011229326650b60adef228f8a54f96":[4,0,2,0,2], -"hydro__ebgodunov_8H.html#abcdbfbbc5a098883686937dbab7ace35":[4,0,2,0,3], -"hydro__ebgodunov_8H.html#afb19ecbdb3559abf37dc71ac1d0e3cef":[4,0,2,0,0], -"hydro__ebgodunov_8H_source.html":[4,0,2,0], -"hydro__ebgodunov__bcs__K_8H.html":[4,0,2,1], -"hydro__ebgodunov__bcs__K_8H.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5":[4,0,2,1,1], -"hydro__ebgodunov__bcs__K_8H.html#a95fe61ec1acf2cf81ce6b99cceac75e3":[4,0,2,1,0], -"hydro__ebgodunov__bcs__K_8H_source.html":[4,0,2,1], -"hydro__ebgodunov__corner__couple_8H.html":[4,0,2,2], -"hydro__ebgodunov__corner__couple_8H.html#a080e49a78a054a19a43018df9f3315e6":[4,0,2,2,1], -"hydro__ebgodunov__corner__couple_8H.html#a20333045bcf5a9b6fa34e4673453be03":[4,0,2,2,5], -"hydro__ebgodunov__corner__couple_8H.html#a252e58193c4307115fd9019c47bbaf6e":[4,0,2,2,4], -"hydro__ebgodunov__corner__couple_8H.html#a7670251a235d8e8a0029aa4d3d2be940":[4,0,2,2,0], -"hydro__ebgodunov__corner__couple_8H.html#ab83b76b3788f563af772721e08d38746":[4,0,2,2,2], -"hydro__ebgodunov__corner__couple_8H.html#ac0aa6f581853d220ac872e19459f275f":[4,0,2,2,3], -"hydro__ebgodunov__corner__couple_8H_source.html":[4,0,2,2], -"hydro__ebgodunov__edge__state__2D_8cpp.html":[4,0,2,3], -"hydro__ebgodunov__edge__state__3D_8cpp.html":[4,0,2,4], -"hydro__ebgodunov__extrap__vel__to__faces_8cpp.html":[4,0,2,5], -"hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html":[4,0,2,6], -"hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html":[4,0,2,7], -"hydro__ebgodunov__plm_8H.html":[4,0,2,9], -"hydro__ebgodunov__plm_8H.html#a2a3bd2e63860114b33e53bd8d368d738":[4,0,2,9,2], -"hydro__ebgodunov__plm_8H.html#a3fd409163b9f007fd4f33f86c81bafb6":[4,0,2,9,3], -"hydro__ebgodunov__plm_8H.html#a5e1fcc915e6448d1e02c59d5b18dbf69":[4,0,2,9,0], -"hydro__ebgodunov__plm_8H.html#ad0fea99f7eac4dd51cae3e57a7c2b629":[4,0,2,9,1], -"hydro__ebgodunov__plm_8H_source.html":[4,0,2,9], -"hydro__ebgodunov__plm_8cpp.html":[4,0,2,8], -"hydro__ebgodunov__plm__fpu_8cpp.html":[4,0,2,10], -"hydro__ebgodunov__transverse__2D__K_8H.html":[4,0,2,11], -"hydro__ebgodunov__transverse__2D__K_8H_source.html":[4,0,2,11], -"hydro__ebgodunov__transverse__3D__K_8H.html":[4,0,2,12], -"hydro__ebgodunov__transverse__3D__K_8H_source.html":[4,0,2,12], -"hydro__ebmol_8H.html":[4,0,3,0], -"hydro__ebmol_8H.html#a11b5b3fa29c007fd465a4bba443c433f":[4,0,3,0,2], -"hydro__ebmol_8H.html#a7add53a153ade9c5cb83e79a61ad1929":[4,0,3,0,1], -"hydro__ebmol_8H.html#ad0aff813ac19f73e06749e9a1723d50d":[4,0,3,0,0], -"hydro__ebmol_8H_source.html":[4,0,3,0], -"hydro__ebmol__edge__state_8cpp.html":[4,0,3,1], -"hydro__ebmol__edge__state__K_8H.html":[4,0,3,2], -"hydro__ebmol__edge__state__K_8H.html#a5d0b60d61b6303c1d25f02fd5f775b93":[4,0,3,2,3], -"hydro__ebmol__edge__state__K_8H.html#a7c207869e112a99d0812585c67f7bcc0":[4,0,3,2,2], -"hydro__ebmol__edge__state__K_8H.html#ad5b27400945caeff89542f66eff439ac":[4,0,3,2,0], -"hydro__ebmol__edge__state__K_8H.html#af1238db74667f2f811b387bf837af5f2":[4,0,3,2,1], -"hydro__ebmol__edge__state__K_8H_source.html":[4,0,3,2], -"hydro__ebmol__extrap__vel__to__faces_8cpp.html":[4,0,3,3], -"hydro__ebmol__extrap__vel__to__faces__box_8cpp.html":[4,0,3,4], -"hydro__enforce__inout__solvability_8cpp.html":[4,0,8,3], -"hydro__enforce__inout__solvability_8cpp.html#ga5677f456538ed66e94185b0050bc6e2d":[4,0,8,3,0], -"hydro__extrap__vel__to__faces_8cpp.html":[4,0,8,4], -"hydro__godunov_8H.html":[4,0,4,0], -"hydro__godunov_8H.html#a7ede3a0e23c54a08155c0de529607a3b":[4,0,4,0,3], -"hydro__godunov_8H.html#aa28d3b1616afb53afb23edd90599bf2b":[4,0,4,0,2], -"hydro__godunov_8H.html#aca24360f0501d125940f803b83204c6d":[4,0,4,0,0], -"hydro__godunov_8H.html#aeb69a54b78a68beefcf5f146b192c537":[4,0,4,0,1], -"hydro__godunov_8H_source.html":[4,0,4,0], -"hydro__godunov__corner__couple_8H.html":[4,0,4,1], -"hydro__godunov__corner__couple_8H.html#a02d4572ecd6d3f7d31f4534389a68585":[4,0,4,1,5], -"hydro__godunov__corner__couple_8H.html#a17e90a76c6bd319162c4e472c99e614f":[4,0,4,1,0], -"hydro__godunov__corner__couple_8H.html#a3c193564941652647bc7b75799ad75b5":[4,0,4,1,1], -"hydro__godunov__corner__couple_8H.html#a980d762c37d4265cc7ac891b41a26a46":[4,0,4,1,2], -"hydro__godunov__corner__couple_8H.html#ad96a0321a2022027f3d0f821bc225666":[4,0,4,1,3], -"hydro__godunov__corner__couple_8H.html#aecdc5855798cbfb5732a6966d861172e":[4,0,4,1,4], -"hydro__godunov__corner__couple_8H_source.html":[4,0,4,1] +"hydro__MacProjector_8H_source.html":[4,0,6,1] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex1.js b/amrex-hydro/Doxygen/html/navtreeindex1.js index 8ee9af3..a646e36 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex1.js +++ b/amrex-hydro/Doxygen/html/navtreeindex1.js @@ -1,5 +1,92 @@ var NAVTREEINDEX1 = { +"hydro__MacProjector_8cpp.html":[4,0,6,0], +"hydro__NodalProjector_8H.html":[4,0,6,3], +"hydro__NodalProjector_8H_source.html":[4,0,6,3], +"hydro__NodalProjector_8cpp.html":[4,0,6,2], +"hydro__bcs__K_8H.html":[4,0,8,0], +"hydro__bcs__K_8H.html#a3a47bbbd8cc79009d41b04c27ebbd64f":[4,0,8,0,1], +"hydro__bcs__K_8H.html#a3db84e94f70bb83cddce24c02b206c27":[4,0,8,0,4], +"hydro__bcs__K_8H.html#a73e41c0b9b0337ef1c4d484c7a18d4d7":[4,0,8,0,3], +"hydro__bcs__K_8H.html#a8ba2207a75496ee3c6d88f44233d645b":[4,0,8,0,2], +"hydro__bcs__K_8H.html#ae4805c1bf4cec4012693733f3fa44f7b":[4,0,8,0,0], +"hydro__bcs__K_8H_source.html":[4,0,8,0], +"hydro__bds_8H.html":[4,0,0,0], +"hydro__bds_8H.html#a36a3df1a1967d24daa61c2717a74de39":[4,0,0,0,0], +"hydro__bds_8H.html#adf462f5a6d17bb0f4fc80e6ee10041a4":[4,0,0,0,2], +"hydro__bds_8H.html#af379bf507045216a70bdc96a8d899047":[4,0,0,0,1], +"hydro__bds_8H_source.html":[4,0,0,0], +"hydro__bds__edge__state__2D_8cpp.html":[4,0,0,1], +"hydro__bds__edge__state__3D_8cpp.html":[4,0,0,2], +"hydro__compute__edgestate__and__flux_8cpp.html":[4,0,8,1], +"hydro__constants_8H.html":[4,0,8,2], +"hydro__constants_8H_source.html":[4,0,8,2], +"hydro__ebgodunov_8H.html":[4,0,2,0], +"hydro__ebgodunov_8H.html#a10f74574166218b5d549aec19892509a":[4,0,2,0,1], +"hydro__ebgodunov_8H.html#a9f011229326650b60adef228f8a54f96":[4,0,2,0,2], +"hydro__ebgodunov_8H.html#abcdbfbbc5a098883686937dbab7ace35":[4,0,2,0,3], +"hydro__ebgodunov_8H.html#afb19ecbdb3559abf37dc71ac1d0e3cef":[4,0,2,0,0], +"hydro__ebgodunov_8H_source.html":[4,0,2,0], +"hydro__ebgodunov__bcs__K_8H.html":[4,0,2,1], +"hydro__ebgodunov__bcs__K_8H.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5":[4,0,2,1,1], +"hydro__ebgodunov__bcs__K_8H.html#a95fe61ec1acf2cf81ce6b99cceac75e3":[4,0,2,1,0], +"hydro__ebgodunov__bcs__K_8H_source.html":[4,0,2,1], +"hydro__ebgodunov__corner__couple_8H.html":[4,0,2,2], +"hydro__ebgodunov__corner__couple_8H.html#a080e49a78a054a19a43018df9f3315e6":[4,0,2,2,1], +"hydro__ebgodunov__corner__couple_8H.html#a20333045bcf5a9b6fa34e4673453be03":[4,0,2,2,5], +"hydro__ebgodunov__corner__couple_8H.html#a252e58193c4307115fd9019c47bbaf6e":[4,0,2,2,4], +"hydro__ebgodunov__corner__couple_8H.html#a7670251a235d8e8a0029aa4d3d2be940":[4,0,2,2,0], +"hydro__ebgodunov__corner__couple_8H.html#ab83b76b3788f563af772721e08d38746":[4,0,2,2,2], +"hydro__ebgodunov__corner__couple_8H.html#ac0aa6f581853d220ac872e19459f275f":[4,0,2,2,3], +"hydro__ebgodunov__corner__couple_8H_source.html":[4,0,2,2], +"hydro__ebgodunov__edge__state__2D_8cpp.html":[4,0,2,3], +"hydro__ebgodunov__edge__state__3D_8cpp.html":[4,0,2,4], +"hydro__ebgodunov__extrap__vel__to__faces_8cpp.html":[4,0,2,5], +"hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html":[4,0,2,6], +"hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html":[4,0,2,7], +"hydro__ebgodunov__plm_8H.html":[4,0,2,9], +"hydro__ebgodunov__plm_8H.html#a2a3bd2e63860114b33e53bd8d368d738":[4,0,2,9,2], +"hydro__ebgodunov__plm_8H.html#a3fd409163b9f007fd4f33f86c81bafb6":[4,0,2,9,3], +"hydro__ebgodunov__plm_8H.html#a5e1fcc915e6448d1e02c59d5b18dbf69":[4,0,2,9,0], +"hydro__ebgodunov__plm_8H.html#ad0fea99f7eac4dd51cae3e57a7c2b629":[4,0,2,9,1], +"hydro__ebgodunov__plm_8H_source.html":[4,0,2,9], +"hydro__ebgodunov__plm_8cpp.html":[4,0,2,8], +"hydro__ebgodunov__plm__fpu_8cpp.html":[4,0,2,10], +"hydro__ebgodunov__transverse__2D__K_8H.html":[4,0,2,11], +"hydro__ebgodunov__transverse__2D__K_8H_source.html":[4,0,2,11], +"hydro__ebgodunov__transverse__3D__K_8H.html":[4,0,2,12], +"hydro__ebgodunov__transverse__3D__K_8H_source.html":[4,0,2,12], +"hydro__ebmol_8H.html":[4,0,3,0], +"hydro__ebmol_8H.html#a11b5b3fa29c007fd465a4bba443c433f":[4,0,3,0,2], +"hydro__ebmol_8H.html#a7add53a153ade9c5cb83e79a61ad1929":[4,0,3,0,1], +"hydro__ebmol_8H.html#ad0aff813ac19f73e06749e9a1723d50d":[4,0,3,0,0], +"hydro__ebmol_8H_source.html":[4,0,3,0], +"hydro__ebmol__edge__state_8cpp.html":[4,0,3,1], +"hydro__ebmol__edge__state__K_8H.html":[4,0,3,2], +"hydro__ebmol__edge__state__K_8H.html#a5d0b60d61b6303c1d25f02fd5f775b93":[4,0,3,2,3], +"hydro__ebmol__edge__state__K_8H.html#a7c207869e112a99d0812585c67f7bcc0":[4,0,3,2,2], +"hydro__ebmol__edge__state__K_8H.html#ad5b27400945caeff89542f66eff439ac":[4,0,3,2,0], +"hydro__ebmol__edge__state__K_8H.html#af1238db74667f2f811b387bf837af5f2":[4,0,3,2,1], +"hydro__ebmol__edge__state__K_8H_source.html":[4,0,3,2], +"hydro__ebmol__extrap__vel__to__faces_8cpp.html":[4,0,3,3], +"hydro__ebmol__extrap__vel__to__faces__box_8cpp.html":[4,0,3,4], +"hydro__enforce__inout__solvability_8cpp.html":[4,0,8,3], +"hydro__enforce__inout__solvability_8cpp.html#ga5677f456538ed66e94185b0050bc6e2d":[4,0,8,3,0], +"hydro__extrap__vel__to__faces_8cpp.html":[4,0,8,4], +"hydro__godunov_8H.html":[4,0,4,0], +"hydro__godunov_8H.html#a7ede3a0e23c54a08155c0de529607a3b":[4,0,4,0,3], +"hydro__godunov_8H.html#aa28d3b1616afb53afb23edd90599bf2b":[4,0,4,0,2], +"hydro__godunov_8H.html#aca24360f0501d125940f803b83204c6d":[4,0,4,0,0], +"hydro__godunov_8H.html#aeb69a54b78a68beefcf5f146b192c537":[4,0,4,0,1], +"hydro__godunov_8H_source.html":[4,0,4,0], +"hydro__godunov__corner__couple_8H.html":[4,0,4,1], +"hydro__godunov__corner__couple_8H.html#a02d4572ecd6d3f7d31f4534389a68585":[4,0,4,1,5], +"hydro__godunov__corner__couple_8H.html#a17e90a76c6bd319162c4e472c99e614f":[4,0,4,1,0], +"hydro__godunov__corner__couple_8H.html#a3c193564941652647bc7b75799ad75b5":[4,0,4,1,1], +"hydro__godunov__corner__couple_8H.html#a980d762c37d4265cc7ac891b41a26a46":[4,0,4,1,2], +"hydro__godunov__corner__couple_8H.html#ad96a0321a2022027f3d0f821bc225666":[4,0,4,1,3], +"hydro__godunov__corner__couple_8H.html#aecdc5855798cbfb5732a6966d861172e":[4,0,4,1,4], +"hydro__godunov__corner__couple_8H_source.html":[4,0,4,1], "hydro__godunov__edge__state__2D_8cpp.html":[4,0,4,2], "hydro__godunov__edge__state__3D_8cpp.html":[4,0,4,3], "hydro__godunov__extrap__vel__to__faces__2D_8cpp.html":[4,0,4,4], @@ -156,98 +243,11 @@ var NAVTREEINDEX1 = "namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a742b9872942c5c229f854566a53c9d40":[2,0,33,6,2], "namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aba5f65ef6793674226f652b7f0119e16":[2,0,33,6,3], "namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aebdbe84585c5fefe1631a8ad885e2f44":[2,0,33,6,4], -"namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33":[2,0,0,1665], -"namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8":[2,0,0,114], -"namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4":[2,0,0,760], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bc":[2,0,0,139], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752":[2,0,0,1900], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57":[2,0,0,1835], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194":[2,0,0,1904], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224":[2,0,0,1907], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7":[2,0,0,1840], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77":[2,0,0,1896], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461":[2,0,0,1891], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399":[2,0,0,1908], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a":[2,0,0,1895], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155":[2,0,0,1902], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b":[2,0,0,1892], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35":[2,0,0,1901], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8":[2,0,0,1890], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644":[2,0,0,1893], -"namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954":[2,0,0,1848], -"namespaceamrex.html#a00779f2a650345e29919bda485417d90":[2,0,0,225], -"namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549":[2,0,0,59], -"namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d":[2,0,0,1116], -"namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18":[2,0,0,1177], -"namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb":[2,0,0,1167], -"namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e":[2,0,0,1680], -"namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895":[2,0,0,1272], -"namespaceamrex.html#a021dc84969e65c184034f112eec3b887":[2,0,0,1921], -"namespaceamrex.html#a022123f91218b914a5c94f972669cb57":[2,0,0,1713], -"namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c":[2,0,0,675], -"namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2":[2,0,0,1216], -"namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224":[2,0,0,227], -"namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4":[2,0,0,1236], -"namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc":[2,0,0,1235], -"namespaceamrex.html#a031546532f5b81bd867039b219562b95":[2,0,0,1436], -"namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1":[2,0,0,1581], -"namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab":[2,0,0,1667], -"namespaceamrex.html#a040b31bdb9951876d8277049591cfe51":[2,0,0,1339], -"namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b":[2,0,0,310], -"namespaceamrex.html#a04427e35cff35a816668c7954717bac3":[2,0,0,580], -"namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb":[2,0,0,571], -"namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907":[2,0,0,1644], -"namespaceamrex.html#a0472d1147267486256bc020afa8670d2":[2,0,0,821], -"namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817":[2,0,0,520], -"namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75":[2,0,0,1348], -"namespaceamrex.html#a04ab7cf645a66139841490d30607283a":[2,0,0,960], -"namespaceamrex.html#a04cedf52619400ba12317eb179625198":[2,0,0,910], -"namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85":[2,0,0,1620], -"namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45":[2,0,0,940], -"namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25":[2,0,0,665], -"namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde":[2,0,0,1717], -"namespaceamrex.html#a05934ee478017afcd9908667de64a79c":[2,0,0,501], -"namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61":[2,0,0,1671], -"namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438":[2,0,0,1220], -"namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a":[2,0,0,920], -"namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899":[2,0,0,784], -"namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5":[2,0,0,1689], -"namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd":[2,0,0,1364], -"namespaceamrex.html#a07315aba6826805030c5f6fd847fc370":[2,0,0,1509], -"namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc":[2,0,0,349], -"namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158":[2,0,0,864], -"namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f":[2,0,0,341], -"namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b":[2,0,0,381], -"namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8":[2,0,0,281], -"namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9":[2,0,0,1826], -"namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167":[2,0,0,210], -"namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb":[2,0,0,1041], -"namespaceamrex.html#a094833951f442db9516e0741bd50f6aa":[2,0,0,361], -"namespaceamrex.html#a0965954841613a669702c6c2aa42c66f":[2,0,0,1579], -"namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd":[2,0,0,449], -"namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72":[2,0,0,1610], -"namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65":[2,0,0,224], -"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6":[2,0,0,136], -"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90":[2,0,0,1819], -"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba":[2,0,0,1818], -"namespaceamrex.html#a0aa649267e39623753c8193411badeb2":[2,0,0,355], -"namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91":[2,0,0,883], -"namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e":[2,0,0,1694], -"namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301":[2,0,0,1517], -"namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655":[2,0,0,1012], -"namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778":[2,0,0,1712], -"namespaceamrex.html#a0b2451baea738a8717530466c13f37fe":[2,0,0,557], -"namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec":[2,0,0,735], -"namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5":[2,0,0,509], -"namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8":[2,0,0,1186], -"namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461":[2,0,0,1461], -"namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b":[2,0,0,492], -"namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e":[2,0,0,1675], -"namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad":[2,0,0,440], -"namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4":[2,0,0,450], -"namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4":[2,0,0,1223], -"namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad":[2,0,0,1920], -"namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a":[2,0,0,1270], -"namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4":[2,0,0,530], -"namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00":[2,0,0,854] +"namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33":[2,0,0,1669], +"namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8":[2,0,0,115], +"namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4":[2,0,0,764], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bc":[2,0,0,140], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752":[2,0,0,1904], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57":[2,0,0,1839], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194":[2,0,0,1908] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex10.js b/amrex-hydro/Doxygen/html/navtreeindex10.js index cc36b98..579e780 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex10.js +++ b/amrex-hydro/Doxygen/html/navtreeindex10.js @@ -1,5 +1,95 @@ var NAVTREEINDEX10 = { +"namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b":[2,0,0,4,3], +"namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78":[2,0,0,4,1], +"namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048":[2,0,0,7,39], +"namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc":[2,0,0,7,13], +"namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1":[2,0,0,7,4], +"namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9":[2,0,0,7,8], +"namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4":[2,0,0,7,33], +"namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66":[2,0,0,7,49], +"namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630":[2,0,0,7,30], +"namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9":[2,0,0,7,22], +"namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490":[2,0,0,7,10], +"namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0":[2,0,0,7,35], +"namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765":[2,0,0,7,24], +"namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e":[2,0,0,7,37], +"namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388":[2,0,0,7,27], +"namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991":[2,0,0,7,44], +"namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be":[2,0,0,7,28], +"namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642":[2,0,0,7,34], +"namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164":[2,0,0,7,32], +"namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1":[2,0,0,7,17], +"namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3":[2,0,0,7,7], +"namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9":[2,0,0,7,43], +"namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b":[2,0,0,7,6], +"namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695":[2,0,0,7,18], +"namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7":[2,0,0,7,48], +"namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91":[2,0,0,7,14], +"namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e":[2,0,0,7,31], +"namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd":[2,0,0,7,42], +"namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47":[2,0,0,7,50], +"namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385":[2,0,0,7,45], +"namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1":[2,0,0,7,16], +"namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c":[2,0,0,7,38], +"namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd":[2,0,0,7,19], +"namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a":[2,0,0,7,15], +"namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6":[2,0,0,7,5], +"namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0":[2,0,0,7,47], +"namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d":[2,0,0,7,40], +"namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b":[2,0,0,7,41], +"namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46":[2,0,0,7,23], +"namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc":[2,0,0,7,12], +"namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a":[2,0,0,7,36], +"namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72":[2,0,0,7,29], +"namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea":[2,0,0,7,9], +"namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0":[2,0,0,7,25], +"namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33":[2,0,0,7,21], +"namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de":[2,0,0,7,20], +"namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6":[2,0,0,7,26], +"namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca":[2,0,0,7,11], +"namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751":[2,0,0,7,46], +"namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9":[2,0,0,7,1,0], +"namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9":[2,0,0,7,1,1], +"namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3":[2,0,0,7,1,3], +"namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff":[2,0,0,7,1,2], +"namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642":[2,0,0,7,2,2], +"namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a":[2,0,0,7,2,3], +"namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0":[2,0,0,7,2,0], +"namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4":[2,0,0,7,2,1], +"namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70":[2,0,0,7,3,0], +"namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854":[2,0,0,7,3,1], +"namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5":[2,0,0,7,3,2], +"namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8":[2,0,0,7,3,3], +"namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545":[2,0,0,7,0,1], +"namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e":[2,0,0,7,0,0], +"namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1":[2,0,0,9,5], +"namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579":[2,0,0,9,2], +"namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4":[2,0,0,9,3], +"namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273":[2,0,0,9,0], +"namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a":[2,0,0,9,4], +"namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944":[2,0,0,9,1], +"namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33":[2,0,0,10,9], +"namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e":[2,0,0,10,16], +"namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8":[2,0,0,10,7], +"namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c":[2,0,0,10,3], +"namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201":[2,0,0,10,10], +"namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426":[2,0,0,10,1], +"namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9":[2,0,0,10,5], +"namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf":[2,0,0,10,11], +"namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec":[2,0,0,10,13], +"namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2":[2,0,0,10,4], +"namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf":[2,0,0,10,15], +"namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571":[2,0,0,10,6], +"namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc":[2,0,0,10,8], +"namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1":[2,0,0,10,2], +"namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595":[2,0,0,10,14], +"namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4":[2,0,0,10,12], +"namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab":[2,0,0,10,0], +"namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a":[2,0,0,11,3], +"namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55":[2,0,0,11,4], +"namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373":[2,0,0,11,0], +"namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe":[2,0,0,11,1], "namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c":[2,0,0,11,2], "namespaceamrex_1_1Font.html#a0a6af2cfc3d3c8e71bd2d45f6e3362fa":[2,0,0,12,4], "namespaceamrex_1_1Font.html#a1e8bd2419b493e639ae861c50e93e50e":[2,0,0,12,2], @@ -159,95 +249,5 @@ var NAVTREEINDEX10 = "namespaceamrex_1_1MPMD.html#ae1e60c63ded7ddfd23bdb3e6d2e4d96c":[2,0,0,25,2], "namespaceamrex_1_1Math.html#a0568425c35018cd1be09a3b08a245585":[2,0,0,21,9], "namespaceamrex_1_1Math.html#a132a1933870ca2c349d598c1a634dd30":[2,0,0,21,6], -"namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900":[2,0,0,21,10], -"namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626":[2,0,0,21,4], -"namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27":[2,0,0,21,5], -"namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d":[2,0,0,21,1], -"namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7":[2,0,0,21,2], -"namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5":[2,0,0,21,3], -"namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5":[2,0,0,21,8], -"namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a":[2,0,0,21,7], -"namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6":[2,0,0,21,0,0], -"namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39":[2,0,0,21,0,1], -"namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6":[2,0,0,24,4], -"namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba":[2,0,0,24,3], -"namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a":[2,0,0,24,1], -"namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459":[2,0,0,24,0], -"namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252":[2,0,0,24,2], -"namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999":[2,0,0,27,7], -"namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb":[2,0,0,27,19], -"namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222":[2,0,0,27,35], -"namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5":[2,0,0,27,2], -"namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f":[2,0,0,27,14], -"namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d":[2,0,0,27,4], -"namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77":[2,0,0,27,21], -"namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d":[2,0,0,27,22], -"namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456":[2,0,0,27,40], -"namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf":[2,0,0,27,34], -"namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c":[2,0,0,27,39], -"namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e":[2,0,0,27,38], -"namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d":[2,0,0,27,17], -"namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36":[2,0,0,27,41], -"namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80":[2,0,0,27,3], -"namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3":[2,0,0,27,18], -"namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e":[2,0,0,27,29], -"namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e":[2,0,0,27,13], -"namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87":[2,0,0,27,8], -"namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8":[2,0,0,27,30], -"namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0":[2,0,0,27,25], -"namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5":[2,0,0,27,33], -"namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49":[2,0,0,27,36], -"namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc":[2,0,0,27,48], -"namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8":[2,0,0,27,32], -"namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac":[2,0,0,27,9], -"namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d":[2,0,0,27,31], -"namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a":[2,0,0,27,15], -"namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b":[2,0,0,27,28], -"namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73":[2,0,0,27,26], -"namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e":[2,0,0,27,44], -"namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73":[2,0,0,27,45], -"namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0":[2,0,0,27,6], -"namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e":[2,0,0,27,12], -"namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f":[2,0,0,27,27], -"namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33":[2,0,0,27,43], -"namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1":[2,0,0,27,16], -"namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326":[2,0,0,27,42], -"namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3":[2,0,0,27,20], -"namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded":[2,0,0,27,46], -"namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439":[2,0,0,27,5], -"namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0":[2,0,0,27,47], -"namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14":[2,0,0,27,37], -"namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6":[2,0,0,27,1], -"namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04":[2,0,0,27,24], -"namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447":[2,0,0,27,23], -"namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41":[2,0,0,27,10], -"namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814":[2,0,0,27,11], -"namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa":[2,0,0,27,0,0], -"namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032":[2,0,0,29,2], -"namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840":[2,0,0,29,4], -"namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a":[2,0,0,29,1], -"namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935":[2,0,0,29,3], -"namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a":[2,0,0,29,0], -"namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65":[2,0,0,30,0], -"namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35":[2,0,0,30,1], -"namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7":[2,0,0,31,11], -"namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc":[2,0,0,31,5], -"namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc":[2,0,0,31,2], -"namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af":[2,0,0,31,14], -"namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b":[2,0,0,31,7], -"namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7":[2,0,0,31,0], -"namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec":[2,0,0,31,6], -"namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877":[2,0,0,31,12], -"namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d":[2,0,0,31,13], -"namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98":[2,0,0,31,9], -"namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d":[2,0,0,31,8], -"namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7":[2,0,0,31,10], -"namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650":[2,0,0,31,3], -"namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2":[2,0,0,31,4], -"namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592":[2,0,0,31,1], -"namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3":[2,0,0,32,22], -"namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5":[2,0,0,32,13], -"namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863":[2,0,0,32,1], -"namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501":[2,0,0,32,7], -"namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8":[2,0,0,32,15] +"namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900":[2,0,0,21,10] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex11.js b/amrex-hydro/Doxygen/html/navtreeindex11.js index d9b5feb..6e3369c 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex11.js +++ b/amrex-hydro/Doxygen/html/navtreeindex11.js @@ -1,5 +1,95 @@ var NAVTREEINDEX11 = { +"namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626":[2,0,0,21,4], +"namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27":[2,0,0,21,5], +"namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d":[2,0,0,21,1], +"namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7":[2,0,0,21,2], +"namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5":[2,0,0,21,3], +"namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5":[2,0,0,21,8], +"namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a":[2,0,0,21,7], +"namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6":[2,0,0,21,0,0], +"namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39":[2,0,0,21,0,1], +"namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6":[2,0,0,24,4], +"namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba":[2,0,0,24,3], +"namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a":[2,0,0,24,1], +"namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459":[2,0,0,24,0], +"namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252":[2,0,0,24,2], +"namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999":[2,0,0,27,7], +"namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb":[2,0,0,27,19], +"namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222":[2,0,0,27,35], +"namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5":[2,0,0,27,2], +"namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f":[2,0,0,27,14], +"namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d":[2,0,0,27,4], +"namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77":[2,0,0,27,21], +"namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d":[2,0,0,27,22], +"namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456":[2,0,0,27,40], +"namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf":[2,0,0,27,34], +"namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c":[2,0,0,27,39], +"namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e":[2,0,0,27,38], +"namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d":[2,0,0,27,17], +"namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36":[2,0,0,27,41], +"namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80":[2,0,0,27,3], +"namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3":[2,0,0,27,18], +"namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e":[2,0,0,27,29], +"namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e":[2,0,0,27,13], +"namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87":[2,0,0,27,8], +"namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8":[2,0,0,27,30], +"namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0":[2,0,0,27,25], +"namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5":[2,0,0,27,33], +"namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49":[2,0,0,27,36], +"namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc":[2,0,0,27,48], +"namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8":[2,0,0,27,32], +"namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac":[2,0,0,27,9], +"namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d":[2,0,0,27,31], +"namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a":[2,0,0,27,15], +"namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b":[2,0,0,27,28], +"namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73":[2,0,0,27,26], +"namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e":[2,0,0,27,44], +"namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73":[2,0,0,27,45], +"namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0":[2,0,0,27,6], +"namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e":[2,0,0,27,12], +"namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f":[2,0,0,27,27], +"namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33":[2,0,0,27,43], +"namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1":[2,0,0,27,16], +"namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326":[2,0,0,27,42], +"namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3":[2,0,0,27,20], +"namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded":[2,0,0,27,46], +"namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439":[2,0,0,27,5], +"namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0":[2,0,0,27,47], +"namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14":[2,0,0,27,37], +"namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6":[2,0,0,27,1], +"namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04":[2,0,0,27,24], +"namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447":[2,0,0,27,23], +"namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41":[2,0,0,27,10], +"namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814":[2,0,0,27,11], +"namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa":[2,0,0,27,0,0], +"namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032":[2,0,0,29,2], +"namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840":[2,0,0,29,4], +"namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a":[2,0,0,29,1], +"namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935":[2,0,0,29,3], +"namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a":[2,0,0,29,0], +"namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65":[2,0,0,30,0], +"namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35":[2,0,0,30,1], +"namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7":[2,0,0,31,11], +"namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc":[2,0,0,31,5], +"namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc":[2,0,0,31,2], +"namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af":[2,0,0,31,14], +"namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b":[2,0,0,31,7], +"namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7":[2,0,0,31,0], +"namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec":[2,0,0,31,6], +"namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877":[2,0,0,31,12], +"namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d":[2,0,0,31,13], +"namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98":[2,0,0,31,9], +"namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d":[2,0,0,31,8], +"namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7":[2,0,0,31,10], +"namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650":[2,0,0,31,3], +"namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2":[2,0,0,31,4], +"namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592":[2,0,0,31,1], +"namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3":[2,0,0,32,22], +"namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5":[2,0,0,32,13], +"namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863":[2,0,0,32,1], +"namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501":[2,0,0,32,7], +"namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8":[2,0,0,32,15], "namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8":[2,0,0,32,3], "namespaceamrex_1_1ParallelContext.html#a48543c30b34e4a2696efc8b2788abadd":[2,0,0,32,4], "namespaceamrex_1_1ParallelContext.html#a49130bb9cdd82b02c9ac9674aa19925f":[2,0,0,32,9], @@ -159,95 +249,5 @@ var NAVTREEINDEX11 = "namespaceamrex_1_1ParallelDescriptor.html#ac376fd270c659b4dcb8df316d1bc1938":[2,0,0,33,75], "namespaceamrex_1_1ParallelDescriptor.html#ac5028f0e53837bb92fcf49d087aeee88":[2,0,0,33,141], "namespaceamrex_1_1ParallelDescriptor.html#ac6df74b4b37bb6ee58dffea68507d259":[2,0,0,33,156], -"namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846":[2,0,0,33,7], -"namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9":[2,0,0,33,39], -"namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f":[2,0,0,33,93], -"namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291":[2,0,0,33,76], -"namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87":[2,0,0,33,54], -"namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b":[2,0,0,33,83], -"namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073":[2,0,0,33,4], -"namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7":[2,0,0,33,34], -"namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4":[2,0,0,33,114], -"namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3":[2,0,0,33,164], -"namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5":[2,0,0,33,149], -"namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368":[2,0,0,33,25], -"namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2":[2,0,0,33,140], -"namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0":[2,0,0,33,60], -"namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31":[2,0,0,33,51], -"namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11":[2,0,0,33,128], -"namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf":[2,0,0,33,18], -"namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997":[2,0,0,33,94], -"namespaceamrex_1_1ParallelDescriptor.html#ae6927a6804e22fedb86c1fe19d6567fc":[2,0,0,33,3], -"namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6":[2,0,0,33,151], -"namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08":[2,0,0,33,148], -"namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf":[2,0,0,33,89], -"namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5":[2,0,0,33,65], -"namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8":[2,0,0,33,80], -"namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575":[2,0,0,33,106], -"namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c":[2,0,0,33,62], -"namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163":[2,0,0,33,66], -"namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f":[2,0,0,33,147], -"namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be":[2,0,0,33,5], -"namespaceamrex_1_1ParallelDescriptor.html#afaa2aaedf1b60a37ea26eaeda75973a6":[2,0,0,33,2], -"namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa":[2,0,0,33,85], -"namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb":[2,0,0,33,49], -"namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6":[2,0,0,33,165], -"namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86":[2,0,0,33,78], -"namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14":[2,0,0,33,118], -"namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07":[2,0,0,33,0,0], -"namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce":[2,0,0,33,0,1], -"namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2":[2,0,0,34,0], -"namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa":[2,0,0,34,1], -"namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e":[2,0,0,35,10], -"namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a":[2,0,0,35,3], -"namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed":[2,0,0,35,6], -"namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1":[2,0,0,35,11], -"namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92":[2,0,0,35,1], -"namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09":[2,0,0,35,7], -"namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04":[2,0,0,35,8], -"namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33":[2,0,0,35,14], -"namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e":[2,0,0,35,13], -"namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3":[2,0,0,35,9], -"namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de":[2,0,0,35,0], -"namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0":[2,0,0,35,4], -"namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9":[2,0,0,35,12], -"namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189":[2,0,0,35,5], -"namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6":[2,0,0,35,2], -"namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c":[2,0,0,37,0], -"namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0":[2,0,0,38,6], -"namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581":[2,0,0,38,1], -"namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012":[2,0,0,38,8], -"namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c":[2,0,0,38,4], -"namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281":[2,0,0,38,5], -"namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc":[2,0,0,38,7], -"namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3":[2,0,0,38,3], -"namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5":[2,0,0,38,9], -"namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367":[2,0,0,38,2], -"namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e":[2,0,0,38,10], -"namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef":[2,0,0,38,0,1], -"namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712":[2,0,0,38,0,4], -"namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75":[2,0,0,38,0,0], -"namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1":[2,0,0,38,0,3], -"namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41":[2,0,0,38,0,2], -"namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef":[2,0,0,39,1], -"namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7":[2,0,0,39,3], -"namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd":[2,0,0,39,2], -"namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88":[2,0,0,39,0,1], -"namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5":[2,0,0,39,0,4], -"namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc":[2,0,0,39,0,0], -"namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc":[2,0,0,39,0,2], -"namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa":[2,0,0,39,0,3], -"namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f":[2,0,0,40,2], -"namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd":[2,0,0,40,1], -"namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e":[2,0,0,40,4], -"namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9":[2,0,0,40,5], -"namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d":[2,0,0,40,3], -"namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc":[2,0,0,40,0,0], -"namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f":[2,0,0,40,0,1], -"namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90":[2,0,0,42,3], -"namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc":[2,0,0,42,1], -"namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128":[2,0,0,42,5], -"namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a":[2,0,0,42,0], -"namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d":[2,0,0,42,7], -"namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1":[2,0,0,42,2] +"namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846":[2,0,0,33,7] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex12.js b/amrex-hydro/Doxygen/html/navtreeindex12.js index 8b54281..b66a38e 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex12.js +++ b/amrex-hydro/Doxygen/html/navtreeindex12.js @@ -1,50 +1,140 @@ var NAVTREEINDEX12 = { -"namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56":[2,0,0,42,6], -"namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1":[2,0,0,42,4], -"namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14":[2,0,0,45,32], -"namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057":[2,0,0,45,24], -"namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182":[2,0,0,45,27], -"namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b":[2,0,0,45,34], -"namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640":[2,0,0,45,18], -"namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85":[2,0,0,45,15], -"namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2":[2,0,0,45,28], -"namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e":[2,0,0,45,2], -"namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995":[2,0,0,45,20], -"namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b":[2,0,0,45,13], -"namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1":[2,0,0,45,25], -"namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a":[2,0,0,45,17], -"namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634":[2,0,0,45,4], -"namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0":[2,0,0,45,35], -"namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16":[2,0,0,45,23], -"namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c":[2,0,0,45,6], -"namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9":[2,0,0,45,0], -"namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02":[2,0,0,45,16], -"namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a":[2,0,0,45,26], -"namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450":[2,0,0,45,29], -"namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f":[2,0,0,45,5], -"namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32":[2,0,0,45,3], -"namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1":[2,0,0,45,22], -"namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac":[2,0,0,45,10], -"namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001":[2,0,0,45,9], -"namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9":[2,0,0,45,31], -"namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a":[2,0,0,45,30], -"namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2":[2,0,0,45,11], -"namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb":[2,0,0,45,7], -"namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb":[2,0,0,45,1], -"namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574":[2,0,0,45,12], -"namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0":[2,0,0,45,33], -"namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457":[2,0,0,45,8], -"namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c":[2,0,0,45,19], -"namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b":[2,0,0,45,21], -"namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6":[2,0,0,45,14], -"namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42":[2,0,0,46,4], -"namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561":[2,0,0,46,2], -"namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14":[2,0,0,46,5], -"namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d":[2,0,0,46,6], -"namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa":[2,0,0,46,1], -"namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1":[2,0,0,46,3], -"namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739":[2,0,0,46,0,0], +"namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9":[2,0,0,33,39], +"namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f":[2,0,0,33,93], +"namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291":[2,0,0,33,76], +"namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87":[2,0,0,33,54], +"namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b":[2,0,0,33,83], +"namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073":[2,0,0,33,4], +"namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7":[2,0,0,33,34], +"namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4":[2,0,0,33,114], +"namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3":[2,0,0,33,164], +"namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5":[2,0,0,33,149], +"namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368":[2,0,0,33,25], +"namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2":[2,0,0,33,140], +"namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0":[2,0,0,33,60], +"namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31":[2,0,0,33,51], +"namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11":[2,0,0,33,128], +"namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf":[2,0,0,33,18], +"namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997":[2,0,0,33,94], +"namespaceamrex_1_1ParallelDescriptor.html#ae6927a6804e22fedb86c1fe19d6567fc":[2,0,0,33,3], +"namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6":[2,0,0,33,151], +"namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08":[2,0,0,33,148], +"namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf":[2,0,0,33,89], +"namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5":[2,0,0,33,65], +"namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8":[2,0,0,33,80], +"namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575":[2,0,0,33,106], +"namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c":[2,0,0,33,62], +"namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163":[2,0,0,33,66], +"namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f":[2,0,0,33,147], +"namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be":[2,0,0,33,5], +"namespaceamrex_1_1ParallelDescriptor.html#afaa2aaedf1b60a37ea26eaeda75973a6":[2,0,0,33,2], +"namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa":[2,0,0,33,85], +"namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb":[2,0,0,33,49], +"namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6":[2,0,0,33,165], +"namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86":[2,0,0,33,78], +"namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14":[2,0,0,33,118], +"namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07":[2,0,0,33,0,0], +"namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce":[2,0,0,33,0,1], +"namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2":[2,0,0,34,0], +"namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa":[2,0,0,34,1], +"namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e":[2,0,0,35,10], +"namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a":[2,0,0,35,3], +"namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed":[2,0,0,35,6], +"namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1":[2,0,0,35,11], +"namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92":[2,0,0,35,1], +"namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09":[2,0,0,35,7], +"namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04":[2,0,0,35,8], +"namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33":[2,0,0,35,14], +"namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e":[2,0,0,35,13], +"namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3":[2,0,0,35,9], +"namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de":[2,0,0,35,0], +"namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0":[2,0,0,35,4], +"namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9":[2,0,0,35,12], +"namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189":[2,0,0,35,5], +"namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6":[2,0,0,35,2], +"namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c":[2,0,0,37,0], +"namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0":[2,0,0,39,6], +"namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581":[2,0,0,39,1], +"namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012":[2,0,0,39,8], +"namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c":[2,0,0,39,4], +"namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281":[2,0,0,39,5], +"namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc":[2,0,0,39,7], +"namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3":[2,0,0,39,3], +"namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5":[2,0,0,39,9], +"namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367":[2,0,0,39,2], +"namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e":[2,0,0,39,10], +"namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef":[2,0,0,39,0,1], +"namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712":[2,0,0,39,0,4], +"namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75":[2,0,0,39,0,0], +"namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1":[2,0,0,39,0,3], +"namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41":[2,0,0,39,0,2], +"namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef":[2,0,0,40,1], +"namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7":[2,0,0,40,3], +"namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd":[2,0,0,40,2], +"namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88":[2,0,0,40,0,1], +"namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5":[2,0,0,40,0,4], +"namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc":[2,0,0,40,0,0], +"namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc":[2,0,0,40,0,2], +"namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa":[2,0,0,40,0,3], +"namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f":[2,0,0,41,2], +"namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd":[2,0,0,41,1], +"namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e":[2,0,0,41,4], +"namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9":[2,0,0,41,5], +"namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d":[2,0,0,41,3], +"namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc":[2,0,0,41,0,0], +"namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f":[2,0,0,41,0,1], +"namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90":[2,0,0,43,3], +"namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc":[2,0,0,43,1], +"namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128":[2,0,0,43,5], +"namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a":[2,0,0,43,0], +"namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d":[2,0,0,43,7], +"namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1":[2,0,0,43,2], +"namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56":[2,0,0,43,6], +"namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1":[2,0,0,43,4], +"namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14":[2,0,0,46,32], +"namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057":[2,0,0,46,24], +"namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182":[2,0,0,46,27], +"namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b":[2,0,0,46,34], +"namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640":[2,0,0,46,18], +"namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85":[2,0,0,46,15], +"namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2":[2,0,0,46,28], +"namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e":[2,0,0,46,2], +"namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995":[2,0,0,46,20], +"namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b":[2,0,0,46,13], +"namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1":[2,0,0,46,25], +"namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a":[2,0,0,46,17], +"namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634":[2,0,0,46,4], +"namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0":[2,0,0,46,35], +"namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16":[2,0,0,46,23], +"namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c":[2,0,0,46,6], +"namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9":[2,0,0,46,0], +"namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02":[2,0,0,46,16], +"namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a":[2,0,0,46,26], +"namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450":[2,0,0,46,29], +"namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f":[2,0,0,46,5], +"namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32":[2,0,0,46,3], +"namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1":[2,0,0,46,22], +"namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac":[2,0,0,46,10], +"namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001":[2,0,0,46,9], +"namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9":[2,0,0,46,31], +"namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a":[2,0,0,46,30], +"namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2":[2,0,0,46,11], +"namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb":[2,0,0,46,7], +"namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb":[2,0,0,46,1], +"namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574":[2,0,0,46,12], +"namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0":[2,0,0,46,33], +"namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457":[2,0,0,46,8], +"namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c":[2,0,0,46,19], +"namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b":[2,0,0,46,21], +"namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6":[2,0,0,46,14], +"namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42":[2,0,0,47,4], +"namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561":[2,0,0,47,2], +"namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14":[2,0,0,47,5], +"namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d":[2,0,0,47,6], +"namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa":[2,0,0,47,1], +"namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1":[2,0,0,47,3], +"namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739":[2,0,0,47,0,0], "namespaceamrex_1_1algoim.html#a01c402173effc1376e1e121633ff5f40":[2,0,0,0,12], "namespaceamrex_1_1algoim.html#a028434e66d37788b7c7aa354d73ed4b3":[2,0,0,0,32], "namespaceamrex_1_1algoim.html#a035ca724de0232c06fb8f932f48dfb5b":[2,0,0,0,31], @@ -159,95 +249,5 @@ var NAVTREEINDEX12 = "namespaceamrex_1_1detail.html#ab8aa339fca5416d16202578d9560f96d":[2,0,0,5,76], "namespaceamrex_1_1detail.html#abbcccb7a439192126cc04a4980052d70":[2,0,0,5,78], "namespaceamrex_1_1detail.html#abf33e4589ea5adab841f76cf4ba8fec2":[2,0,0,5,16], -"namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380":[2,0,0,5,11], -"namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5":[2,0,0,5,45], -"namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3":[2,0,0,5,5], -"namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f":[2,0,0,5,87], -"namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676":[2,0,0,5,7], -"namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d":[2,0,0,5,1], -"namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430":[2,0,0,5,72], -"namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53":[2,0,0,5,69], -"namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2":[2,0,0,5,23], -"namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6":[2,0,0,5,37], -"namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8":[2,0,0,5,92], -"namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4":[2,0,0,5,33], -"namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c":[2,0,0,5,90], -"namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12":[2,0,0,5,0], -"namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf":[2,0,0,5,74], -"namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577":[2,0,0,5,19], -"namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478":[2,0,0,5,50], -"namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723":[2,0,0,5,86], -"namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9":[2,0,0,5,67], -"namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089":[2,0,0,5,88], -"namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92":[2,0,0,5,59], -"namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5":[2,0,0,5,38], -"namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6":[2,0,0,5,41], -"namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf":[2,0,0,5,57], -"namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae":[2,0,0,5,56], -"namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42":[2,0,0,5,32], -"namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96":[2,0,0,6,3], -"namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd":[2,0,0,6,2], -"namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669":[2,0,0,6,4], -"namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b":[2,0,0,6,0], -"namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723":[2,0,0,6,1], -"namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba":[2,0,0,6,5], -"namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225":[2,0,0,8,4], -"namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54":[2,0,0,8,2], -"namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836":[2,0,0,8,6], -"namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601":[2,0,0,8,3], -"namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312":[2,0,0,8,7], -"namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27":[2,0,0,8,1], -"namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31":[2,0,0,8,8], -"namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4":[2,0,0,8,5], -"namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3":[2,0,0,8,0,1], -"namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3":[2,0,0,8,0,2], -"namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289":[2,0,0,8,0,3], -"namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733":[2,0,0,8,0,0,0], -"namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b":[2,0,0,13,23], -"namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a":[2,0,0,13,1], -"namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305":[2,0,0,13,25], -"namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94":[2,0,0,13,17], -"namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6":[2,0,0,13,29], -"namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545":[2,0,0,13,13], -"namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0":[2,0,0,13,27], -"namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79":[2,0,0,13,19], -"namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c":[2,0,0,13,9], -"namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a":[2,0,0,13,14], -"namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267":[2,0,0,13,15], -"namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc":[2,0,0,13,12], -"namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab":[2,0,0,13,21], -"namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30":[2,0,0,13,3], -"namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4":[2,0,0,13,20], -"namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c":[2,0,0,13,8], -"namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f":[2,0,0,13,0], -"namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3":[2,0,0,13,6], -"namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6":[2,0,0,13,16], -"namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd":[2,0,0,13,18], -"namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05":[2,0,0,13,10], -"namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed":[2,0,0,13,26], -"namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa":[2,0,0,13,7], -"namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea":[2,0,0,13,5], -"namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d":[2,0,0,13,2], -"namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d":[2,0,0,13,22], -"namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317":[2,0,0,13,24], -"namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292":[2,0,0,13,11], -"namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b":[2,0,0,13,4], -"namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a":[2,0,0,13,28], -"namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621":[2,0,0,16,6], -"namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31":[2,0,0,16,4], -"namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad":[2,0,0,16,0], -"namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4":[2,0,0,16,5], -"namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002":[2,0,0,16,3], -"namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3":[2,0,0,16,1], -"namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae":[2,0,0,16,2], -"namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933":[2,0,0,19,7], -"namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae":[2,0,0,19,0], -"namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984":[2,0,0,19,11], -"namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878":[2,0,0,19,15], -"namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc":[2,0,0,19,14], -"namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168":[2,0,0,19,10], -"namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706":[2,0,0,19,13], -"namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c":[2,0,0,19,5], -"namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9":[2,0,0,19,4], -"namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662":[2,0,0,19,8] +"namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380":[2,0,0,5,11] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex13.js b/amrex-hydro/Doxygen/html/navtreeindex13.js index 9206d91..b37fb57 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex13.js +++ b/amrex-hydro/Doxygen/html/navtreeindex13.js @@ -1,5 +1,95 @@ var NAVTREEINDEX13 = { +"namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5":[2,0,0,5,45], +"namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3":[2,0,0,5,5], +"namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f":[2,0,0,5,87], +"namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676":[2,0,0,5,7], +"namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d":[2,0,0,5,1], +"namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430":[2,0,0,5,72], +"namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53":[2,0,0,5,69], +"namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2":[2,0,0,5,23], +"namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6":[2,0,0,5,37], +"namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8":[2,0,0,5,92], +"namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4":[2,0,0,5,33], +"namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c":[2,0,0,5,90], +"namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12":[2,0,0,5,0], +"namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf":[2,0,0,5,74], +"namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577":[2,0,0,5,19], +"namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478":[2,0,0,5,50], +"namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723":[2,0,0,5,86], +"namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9":[2,0,0,5,67], +"namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089":[2,0,0,5,88], +"namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92":[2,0,0,5,59], +"namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5":[2,0,0,5,38], +"namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6":[2,0,0,5,41], +"namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf":[2,0,0,5,57], +"namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae":[2,0,0,5,56], +"namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42":[2,0,0,5,32], +"namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96":[2,0,0,6,3], +"namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd":[2,0,0,6,2], +"namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669":[2,0,0,6,4], +"namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b":[2,0,0,6,0], +"namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723":[2,0,0,6,1], +"namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba":[2,0,0,6,5], +"namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225":[2,0,0,8,4], +"namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54":[2,0,0,8,2], +"namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836":[2,0,0,8,6], +"namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601":[2,0,0,8,3], +"namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312":[2,0,0,8,7], +"namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27":[2,0,0,8,1], +"namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31":[2,0,0,8,8], +"namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4":[2,0,0,8,5], +"namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3":[2,0,0,8,0,1], +"namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3":[2,0,0,8,0,2], +"namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289":[2,0,0,8,0,3], +"namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733":[2,0,0,8,0,0,0], +"namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b":[2,0,0,13,23], +"namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a":[2,0,0,13,1], +"namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305":[2,0,0,13,25], +"namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94":[2,0,0,13,17], +"namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6":[2,0,0,13,29], +"namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545":[2,0,0,13,13], +"namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0":[2,0,0,13,27], +"namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79":[2,0,0,13,19], +"namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c":[2,0,0,13,9], +"namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a":[2,0,0,13,14], +"namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267":[2,0,0,13,15], +"namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc":[2,0,0,13,12], +"namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab":[2,0,0,13,21], +"namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30":[2,0,0,13,3], +"namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4":[2,0,0,13,20], +"namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c":[2,0,0,13,8], +"namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f":[2,0,0,13,0], +"namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3":[2,0,0,13,6], +"namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6":[2,0,0,13,16], +"namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd":[2,0,0,13,18], +"namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05":[2,0,0,13,10], +"namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed":[2,0,0,13,26], +"namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa":[2,0,0,13,7], +"namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea":[2,0,0,13,5], +"namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d":[2,0,0,13,2], +"namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d":[2,0,0,13,22], +"namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317":[2,0,0,13,24], +"namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292":[2,0,0,13,11], +"namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b":[2,0,0,13,4], +"namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a":[2,0,0,13,28], +"namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621":[2,0,0,16,6], +"namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31":[2,0,0,16,4], +"namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad":[2,0,0,16,0], +"namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4":[2,0,0,16,5], +"namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002":[2,0,0,16,3], +"namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3":[2,0,0,16,1], +"namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae":[2,0,0,16,2], +"namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933":[2,0,0,19,7], +"namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae":[2,0,0,19,0], +"namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984":[2,0,0,19,11], +"namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878":[2,0,0,19,15], +"namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc":[2,0,0,19,14], +"namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168":[2,0,0,19,10], +"namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706":[2,0,0,19,13], +"namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c":[2,0,0,19,5], +"namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9":[2,0,0,19,4], +"namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662":[2,0,0,19,8], "namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76":[2,0,0,19,1], "namespaceamrex_1_1loop__detail.html#aa6ce039c09354f520de021d761c40800":[2,0,0,19,12], "namespaceamrex_1_1loop__detail.html#ac48e6fab4200845ae1464ab52ec831f9":[2,0,0,19,3], @@ -50,76 +140,78 @@ var NAVTREEINDEX13 = "namespaceamrex_1_1particle__detail.html#a4fc575fa169519c925f33d6bb746d598":[2,0,0,36,0], "namespaceamrex_1_1particle__detail.html#aece8b1e2716e84a5261e988b9e9b1ef2":[2,0,0,36,2], "namespaceamrex_1_1particle__detail.html#af72f8c4ec6c858d83f59c48034851294":[2,0,0,36,1], -"namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c":[2,0,0,41,10], -"namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33":[2,0,0,41,6], -"namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a":[2,0,0,41,9], -"namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf":[2,0,0,41,17], -"namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2":[2,0,0,41,32], -"namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab":[2,0,0,41,4], -"namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36":[2,0,0,41,8], -"namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36":[2,0,0,41,2], -"namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371":[2,0,0,41,13], -"namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc":[2,0,0,41,15], -"namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7":[2,0,0,41,38], -"namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832":[2,0,0,41,7], -"namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d":[2,0,0,41,5], -"namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7":[2,0,0,41,30], -"namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8":[2,0,0,41,14], -"namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff":[2,0,0,41,26], -"namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046":[2,0,0,41,25], -"namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa":[2,0,0,41,24], -"namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa":[2,0,0,41,22], -"namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad":[2,0,0,41,36], -"namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1":[2,0,0,41,16], -"namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1":[2,0,0,41,35], -"namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d":[2,0,0,41,37], -"namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293":[2,0,0,41,18], -"namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5":[2,0,0,41,12], -"namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9":[2,0,0,41,23], -"namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4":[2,0,0,41,20], -"namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd":[2,0,0,41,29], -"namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d":[2,0,0,41,3], -"namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd":[2,0,0,41,19], -"namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9":[2,0,0,41,21], -"namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18":[2,0,0,41,0], -"namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4":[2,0,0,41,11], -"namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498":[2,0,0,41,28], -"namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7":[2,0,0,41,34], -"namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240":[2,0,0,41,1], -"namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e":[2,0,0,41,27], -"namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74":[2,0,0,41,31], -"namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd":[2,0,0,41,33], -"namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7":[2,0,0,43,13], -"namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5":[2,0,0,43,11], -"namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3":[2,0,0,43,3], -"namespaceamrex_1_1system.html#a331ca3fb48cd543ebe283ea5b5f4f1e0":[2,0,0,43,0], -"namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2":[2,0,0,43,17], -"namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f":[2,0,0,43,16], -"namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b":[2,0,0,43,8], -"namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf":[2,0,0,43,14], -"namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db":[2,0,0,43,10], -"namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0":[2,0,0,43,1], -"namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599":[2,0,0,43,4], -"namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84":[2,0,0,43,15], -"namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378":[2,0,0,43,9], -"namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c":[2,0,0,43,5], -"namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7":[2,0,0,43,7], -"namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2":[2,0,0,43,12], -"namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd":[2,0,0,43,18], -"namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95":[2,0,0,43,2], -"namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e":[2,0,0,43,6], -"namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8":[2,0,0,44,8], -"namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e":[2,0,0,44,7], -"namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465":[2,0,0,44,2], -"namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1":[2,0,0,44,0], -"namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570":[2,0,0,44,11], -"namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e":[2,0,0,44,3], -"namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f":[2,0,0,44,4], -"namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859":[2,0,0,44,6], -"namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb":[2,0,0,44,9], -"namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02":[2,0,0,44,1], -"namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175":[2,0,0,44,10], -"namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7":[2,0,0,44,5], +"namespaceamrex_1_1ppdetail.html#ad602b2284379a42d0d6e88489ef86105":[2,0,0,38,0], +"namespaceamrex_1_1ppdetail.html#ae3062fc5ca3dda7517b74219ee21f684":[2,0,0,38,1], +"namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c":[2,0,0,42,10], +"namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33":[2,0,0,42,6], +"namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a":[2,0,0,42,9], +"namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf":[2,0,0,42,17], +"namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2":[2,0,0,42,32], +"namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab":[2,0,0,42,4], +"namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36":[2,0,0,42,8], +"namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36":[2,0,0,42,2], +"namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371":[2,0,0,42,13], +"namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc":[2,0,0,42,15], +"namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7":[2,0,0,42,38], +"namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832":[2,0,0,42,7], +"namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d":[2,0,0,42,5], +"namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7":[2,0,0,42,30], +"namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8":[2,0,0,42,14], +"namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff":[2,0,0,42,26], +"namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046":[2,0,0,42,25], +"namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa":[2,0,0,42,24], +"namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa":[2,0,0,42,22], +"namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad":[2,0,0,42,36], +"namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1":[2,0,0,42,16], +"namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1":[2,0,0,42,35], +"namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d":[2,0,0,42,37], +"namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293":[2,0,0,42,18], +"namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5":[2,0,0,42,12], +"namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9":[2,0,0,42,23], +"namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4":[2,0,0,42,20], +"namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd":[2,0,0,42,29], +"namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d":[2,0,0,42,3], +"namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd":[2,0,0,42,19], +"namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9":[2,0,0,42,21], +"namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18":[2,0,0,42,0], +"namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4":[2,0,0,42,11], +"namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498":[2,0,0,42,28], +"namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7":[2,0,0,42,34], +"namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240":[2,0,0,42,1], +"namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e":[2,0,0,42,27], +"namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74":[2,0,0,42,31], +"namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd":[2,0,0,42,33], +"namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7":[2,0,0,44,13], +"namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5":[2,0,0,44,11], +"namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3":[2,0,0,44,3], +"namespaceamrex_1_1system.html#a331ca3fb48cd543ebe283ea5b5f4f1e0":[2,0,0,44,0], +"namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2":[2,0,0,44,17], +"namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f":[2,0,0,44,16], +"namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b":[2,0,0,44,8], +"namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf":[2,0,0,44,14], +"namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db":[2,0,0,44,10], +"namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0":[2,0,0,44,1], +"namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599":[2,0,0,44,4], +"namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84":[2,0,0,44,15], +"namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378":[2,0,0,44,9], +"namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c":[2,0,0,44,5], +"namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7":[2,0,0,44,7], +"namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2":[2,0,0,44,12], +"namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd":[2,0,0,44,18], +"namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95":[2,0,0,44,2], +"namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e":[2,0,0,44,6], +"namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8":[2,0,0,45,8], +"namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e":[2,0,0,45,7], +"namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465":[2,0,0,45,2], +"namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1":[2,0,0,45,0], +"namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570":[2,0,0,45,11], +"namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e":[2,0,0,45,3], +"namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f":[2,0,0,45,4], +"namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859":[2,0,0,45,6], +"namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb":[2,0,0,45,9], +"namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02":[2,0,0,45,1], +"namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175":[2,0,0,45,10], +"namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7":[2,0,0,45,5], "namespaceamrex__acc__module.html#a7537721c18f228fca42f0db3e75a4470":[2,0,1,0], "namespaceamrex__acc__module.html#a7eb8614e7eeb5eca0fea6ecaf6ad999a":[2,0,1,1], "namespaceamrex__acc__module.html#aafbf079c34c708eb6c38b72a05c77249":[2,0,1,3], @@ -157,97 +249,5 @@ var NAVTREEINDEX13 = "namespaceamrex__constants__module.html#a4f8d71c1b1d316bbf6505f7a9511d24d":[2,0,3,1], "namespaceamrex__constants__module.html#a5321716779ead3e7f70ea68bdbd2fb8b":[2,0,3,9], "namespaceamrex__constants__module.html#a629e9df315fc853fd9996d553493c395":[2,0,3,26], -"namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4":[2,0,3,0], -"namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44":[2,0,3,5], -"namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c":[2,0,3,23], -"namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c":[2,0,3,16], -"namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea":[2,0,3,8], -"namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584":[2,0,3,29], -"namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2":[2,0,3,18], -"namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b":[2,0,3,31], -"namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4":[2,0,3,21], -"namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215":[2,0,3,10], -"namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07":[2,0,3,17], -"namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59":[2,0,3,4], -"namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d":[2,0,3,19], -"namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d":[2,0,3,7], -"namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76":[2,0,3,2], -"namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e":[2,0,3,20], -"namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43":[2,0,3,25], -"namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df":[2,0,3,34], -"namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463":[2,0,3,30], -"namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa":[2,0,3,24], -"namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a":[2,0,3,27], -"namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7":[2,0,4,1], -"namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045":[2,0,4,5], -"namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc":[2,0,4,3], -"namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad":[2,0,4,2], -"namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026":[2,0,4,4], -"namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5":[2,0,4,0], -"namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956":[2,0,5,3], -"namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39":[2,0,5,22], -"namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e":[2,0,5,21], -"namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee":[2,0,5,5], -"namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862":[2,0,5,10], -"namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a":[2,0,5,2], -"namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1":[2,0,5,4], -"namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66":[2,0,5,16], -"namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480":[2,0,5,9], -"namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d":[2,0,5,11], -"namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084":[2,0,5,23], -"namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766":[2,0,5,1], -"namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6":[2,0,5,0], -"namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255":[2,0,5,12], -"namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec":[2,0,5,8], -"namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155":[2,0,5,6], -"namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0":[2,0,5,14], -"namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02":[2,0,5,7], -"namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e":[2,0,5,18], -"namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8":[2,0,5,17], -"namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1":[2,0,5,20], -"namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08":[2,0,5,19], -"namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7":[2,0,5,15], -"namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e":[2,0,5,13], -"namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a":[2,0,6,1], -"namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6":[2,0,6,4], -"namespaceamrex__error__module.html#a37d3d2303e183b835660cf63a47ecbaf":[2,0,6,5], -"namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc":[2,0,6,0], -"namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7":[2,0,6,3], -"namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247":[2,0,6,2], -"namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1":[2,0,7,0], -"namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e":[2,0,7,4], -"namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7":[2,0,7,2], -"namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb":[2,0,7,1], -"namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686":[2,0,7,3], -"namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c":[2,0,8,1], -"namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6":[2,0,8,3], -"namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791":[2,0,8,4], -"namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004":[2,0,8,5], -"namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c":[2,0,8,6], -"namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520":[2,0,8,2], -"namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c":[2,0,8,0], -"namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226":[2,0,9,6], -"namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582":[2,0,9,10], -"namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31":[2,0,9,9], -"namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426":[2,0,9,4], -"namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a":[2,0,9,2], -"namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e":[2,0,9,0], -"namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3":[2,0,9,5], -"namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8":[2,0,9,1], -"namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c":[2,0,9,3], -"namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6":[2,0,9,8], -"namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298":[2,0,9,7], -"namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291":[2,0,10,0], -"namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15":[2,0,10,2], -"namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c":[2,0,10,5], -"namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375":[2,0,10,3], -"namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808":[2,0,10,4], -"namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f":[2,0,10,7], -"namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e":[2,0,10,1], -"namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247":[2,0,10,6], -"namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de":[2,0,11,0], -"namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6":[2,0,12,14], -"namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8":[2,0,12,10], -"namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166":[2,0,12,8], -"namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2":[2,0,12,4] +"namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4":[2,0,3,0] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex14.js b/amrex-hydro/Doxygen/html/navtreeindex14.js index 6ea67af..1a23b91 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex14.js +++ b/amrex-hydro/Doxygen/html/navtreeindex14.js @@ -1,5 +1,97 @@ var NAVTREEINDEX14 = { +"namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44":[2,0,3,5], +"namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c":[2,0,3,23], +"namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c":[2,0,3,16], +"namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea":[2,0,3,8], +"namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584":[2,0,3,29], +"namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2":[2,0,3,18], +"namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b":[2,0,3,31], +"namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4":[2,0,3,21], +"namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215":[2,0,3,10], +"namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07":[2,0,3,17], +"namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59":[2,0,3,4], +"namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d":[2,0,3,19], +"namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d":[2,0,3,7], +"namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76":[2,0,3,2], +"namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e":[2,0,3,20], +"namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43":[2,0,3,25], +"namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df":[2,0,3,34], +"namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463":[2,0,3,30], +"namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa":[2,0,3,24], +"namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a":[2,0,3,27], +"namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7":[2,0,4,1], +"namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045":[2,0,4,5], +"namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc":[2,0,4,3], +"namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad":[2,0,4,2], +"namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026":[2,0,4,4], +"namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5":[2,0,4,0], +"namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956":[2,0,5,3], +"namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39":[2,0,5,22], +"namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e":[2,0,5,21], +"namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee":[2,0,5,5], +"namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862":[2,0,5,10], +"namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a":[2,0,5,2], +"namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1":[2,0,5,4], +"namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66":[2,0,5,16], +"namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480":[2,0,5,9], +"namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d":[2,0,5,11], +"namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084":[2,0,5,23], +"namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766":[2,0,5,1], +"namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6":[2,0,5,0], +"namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255":[2,0,5,12], +"namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec":[2,0,5,8], +"namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155":[2,0,5,6], +"namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0":[2,0,5,14], +"namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02":[2,0,5,7], +"namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e":[2,0,5,18], +"namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8":[2,0,5,17], +"namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1":[2,0,5,20], +"namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08":[2,0,5,19], +"namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7":[2,0,5,15], +"namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e":[2,0,5,13], +"namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a":[2,0,6,1], +"namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6":[2,0,6,4], +"namespaceamrex__error__module.html#a37d3d2303e183b835660cf63a47ecbaf":[2,0,6,5], +"namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc":[2,0,6,0], +"namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7":[2,0,6,3], +"namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247":[2,0,6,2], +"namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1":[2,0,7,0], +"namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e":[2,0,7,4], +"namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7":[2,0,7,2], +"namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb":[2,0,7,1], +"namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686":[2,0,7,3], +"namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c":[2,0,8,1], +"namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6":[2,0,8,3], +"namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791":[2,0,8,4], +"namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004":[2,0,8,5], +"namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c":[2,0,8,6], +"namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520":[2,0,8,2], +"namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c":[2,0,8,0], +"namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226":[2,0,9,6], +"namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582":[2,0,9,10], +"namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31":[2,0,9,9], +"namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426":[2,0,9,4], +"namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a":[2,0,9,2], +"namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e":[2,0,9,0], +"namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3":[2,0,9,5], +"namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8":[2,0,9,1], +"namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c":[2,0,9,3], +"namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6":[2,0,9,8], +"namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298":[2,0,9,7], +"namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291":[2,0,10,0], +"namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15":[2,0,10,2], +"namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c":[2,0,10,5], +"namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375":[2,0,10,3], +"namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808":[2,0,10,4], +"namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f":[2,0,10,7], +"namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e":[2,0,10,1], +"namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247":[2,0,10,6], +"namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de":[2,0,11,0], +"namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6":[2,0,12,14], +"namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8":[2,0,12,10], +"namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166":[2,0,12,8], +"namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2":[2,0,12,4], "namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d":[2,0,12,0], "namespaceamrex__mempool__module.html#a52df12c154901553f7481a5ddd08b16f":[2,0,12,9], "namespaceamrex__mempool__module.html#a616f74b36b41fe3efc1129f2b31696d6":[2,0,12,15], @@ -143,91 +235,5 @@ var NAVTREEINDEX14 = "structPPM_1_1wenoz.html#a2a5b9ac260f90369eba3e9b63ecc59dd":[3,0,1,2,3], "structPPM_1_1wenoz.html#a38f38bef80528ac68cb3b4d473b121c2":[3,0,1,2,2], "structPPM_1_1wenoz.html#a872d1bc9b592662b12a9a62ca02082b0":[3,0,1,2,1], -"structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d":[3,0,1,2,0], -"":[2,0,0,7,3], -"":[2,0,34], -"":[2,0,0,46], -"":[2,0,0,13], -"":[2,0,0,45], -"":[2,0,0,4], -"":[2,0,17], -"":[2,0,0,7,1], -"":[2,0,0,23], -"":[2,0,0,14], -"":[2,0,9], -"":[2,0,11], -"":[2,0,1], -"":[2,0,0,38], -"":[2,0,0,12], -"":[2,0,16], -"":[2,0,0,7,2], -"":[2,0,0,27], -"":[2,0,0,30], -"":[2,0,5], -"":[2,0,0,8,0], -"":[2,0,0,14,0], -"":[2,0,0,24], -"":[2,0,0,15], -"":[2,0,0,8,0,0], -"":[2,0,0,27,0], -"":[2,0,0,33], -"":[2,0,0,14,1], -"":[2,0,0,9], -"":[2,0,0,38,0], -"":[2,0,0,11], -"":[2,0,0,32], -"":[2,0,0,2], -"":[2,0,0,18], -"":[2,0,0,17], -"":[2,0,0,31], -"":[2,0,0,46,0], -"":[2,0,0,19], -"":[2,0,0,1], -"":[2,0,0,0], -"":[2,0,0,40], -"":[2,0,0,6], -"":[2,0,19], -"":[2,0,0,3], -"":[2,0,0,7,0], -"":[2,0,0,21,0], -"":[2,0,31], -"":[2,0,0,0,0], -"":[2,0,14], -"":[2,0,0], -"":[2,0,0,34], -"":[2,0,0,21], -"":[2,0,0,5], -"":[2,0,0,44], -"":[2,0,12], -"":[2,0,10], -"":[2,0,0,33,0], -"":[2,0,0,41], -"":[2,0,0,40,0], -"":[2,0,3], -"":[2,0,13], -"":[2,0,0,14,2], -"":[2,0,0,42], -"":[2,0,0,25], -"":[2,0,0,29], -"":[2,0,0,35], -"":[2,0,0,22], -"":[2,0,7], -"":[2,0,2], -"":[2,0,0,37], -"":[2,0,0,26], -"":[2,0,8], -"":[2,0,0,39,0], -"":[2,0,0,43], -"":[2,0,0,16], -"":[2,0,15], -"":[2,0,0,10], -"":[2,0,0,36], -"":[2,0,0,14,0,0], -"":[2,0,0,39], -"":[2,0,0,7], -"":[2,0,0,28], -"":[2,0,6], -"":[2,0,0,8], -"":[2,0,4], -"":[2,0,0,20] +"structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d":[3,0,1,2,0] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex2.js b/amrex-hydro/Doxygen/html/navtreeindex2.js index 4c3aaf9..0c97abd 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex2.js +++ b/amrex-hydro/Doxygen/html/navtreeindex2.js @@ -1,253 +1,253 @@ var NAVTREEINDEX2 = { -"namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9":[2,0,0,710], -"namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247":[2,0,0,605], -"namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c":[2,0,0,1820], -"namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0":[2,0,0,488], -"namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54":[2,0,0,1081], -"namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe":[2,0,0,322], -"namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03":[2,0,0,1010], -"namespaceamrex.html#a0e392612aae050357e634dfc868ffda6":[2,0,0,1213], -"namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a":[2,0,0,1673], -"namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e":[2,0,0,738], -"namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06":[2,0,0,1324], -"namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3":[2,0,0,1512], -"namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57":[2,0,0,621], -"namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac":[2,0,0,344], -"namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3":[2,0,0,951], -"namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866":[2,0,0,779], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49":[2,0,0,137], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d":[2,0,0,1880], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a":[2,0,0,1873], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764":[2,0,0,1853], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301":[2,0,0,1872], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d":[2,0,0,1881], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845":[2,0,0,1855], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86":[2,0,0,1859], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377":[2,0,0,1862], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff":[2,0,0,1876], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce":[2,0,0,1879], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee":[2,0,0,1874], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9":[2,0,0,1863], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4":[2,0,0,1850], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574":[2,0,0,1857], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b":[2,0,0,1854], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23":[2,0,0,1868], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8":[2,0,0,1877], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253":[2,0,0,1869], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d":[2,0,0,1851], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe":[2,0,0,1865], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa":[2,0,0,1852], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426":[2,0,0,1867], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613":[2,0,0,1866], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d":[2,0,0,1870], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256":[2,0,0,1875], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f":[2,0,0,1871], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b":[2,0,0,1861], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08":[2,0,0,1856], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1":[2,0,0,1864], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d":[2,0,0,1860], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678":[2,0,0,1878], -"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb":[2,0,0,1858], -"namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75":[2,0,0,959], -"namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce":[2,0,0,841], -"namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21":[2,0,0,622], -"namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8":[2,0,0,962], -"namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643":[2,0,0,296], -"namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1":[2,0,0,1379], -"namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c":[2,0,0,577], -"namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958":[2,0,0,1271], -"namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc":[2,0,0,744], -"namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc":[2,0,0,200], -"namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209":[2,0,0,1055], -"namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13":[2,0,0,507], -"namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f":[2,0,0,1477], -"namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538":[2,0,0,789], -"namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df":[2,0,0,794], -"namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f":[2,0,0,115], -"namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f":[2,0,0,1130], -"namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9":[2,0,0,970], -"namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938":[2,0,0,1447], -"namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df":[2,0,0,939], -"namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757":[2,0,0,1577], -"namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5":[2,0,0,1695], -"namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a":[2,0,0,1702], -"namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972":[2,0,0,761], -"namespaceamrex.html#a12de598979f095f4505cd0d3b762d2ee":[2,0,0,160], -"namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486":[2,0,0,280], -"namespaceamrex.html#a134da8efe3158b98d26a191f52797d00":[2,0,0,840], -"namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc":[2,0,0,820], -"namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b":[2,0,0,214], -"namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3":[2,0,0,979], -"namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1":[2,0,0,835], -"namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f":[2,0,0,980], -"namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481":[2,0,0,983], -"namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2":[2,0,0,69], -"namespaceamrex.html#a152cc978ed680133a953922463541f68":[2,0,0,734], -"namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28":[2,0,0,1507], -"namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e":[2,0,0,844], -"namespaceamrex.html#a15969b1b7e5e1431ce9aea3b513ec98a":[2,0,0,177], -"namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a":[2,0,0,953], -"namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d":[2,0,0,418], -"namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa":[2,0,0,372], -"namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68":[2,0,0,405], -"namespaceamrex.html#a1637e435aecce22da819f6df77982d2f":[2,0,0,1313], -"namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210":[2,0,0,1242], -"namespaceamrex.html#a1707379eb41f317b0b08a3827c641713":[2,0,0,1284], -"namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481":[2,0,0,611], -"namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb":[2,0,0,184], -"namespaceamrex.html#a172c409fe49ab498d9910cc19b732346":[2,0,0,700], -"namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5":[2,0,0,346], -"namespaceamrex.html#a179fafc569924202b166896b608cd5c2":[2,0,0,57], -"namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0":[2,0,0,894], -"namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae":[2,0,0,1008], -"namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a":[2,0,0,526], -"namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d":[2,0,0,676], -"namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133":[2,0,0,221], -"namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771":[2,0,0,1505], -"namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd":[2,0,0,934], -"namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07":[2,0,0,370], -"namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7":[2,0,0,1254], -"namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1":[2,0,0,1677], -"namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66":[2,0,0,928], -"namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665":[2,0,0,1181], -"namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501":[2,0,0,1426], -"namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b":[2,0,0,1492], -"namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504":[2,0,0,1182], -"namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5":[2,0,0,1077], -"namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81":[2,0,0,1156], -"namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44":[2,0,0,678], -"namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c":[2,0,0,266], -"namespaceamrex.html#a1be11befaad780d29152b9e45595fde0":[2,0,0,1052], -"namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb":[2,0,0,302], -"namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f":[2,0,0,1674], -"namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb":[2,0,0,564], -"namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525":[2,0,0,1923], -"namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200":[2,0,0,1165], -"namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85":[2,0,0,834], -"namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78":[2,0,0,1064], -"namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283":[2,0,0,723], -"namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92":[2,0,0,733], -"namespaceamrex.html#a1dee48540dad573effdb346154f1da0c":[2,0,0,1048], -"namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d":[2,0,0,75], -"namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34":[2,0,0,466], -"namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a":[2,0,0,1276], -"namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971":[2,0,0,535], -"namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253":[2,0,0,1580], -"namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e":[2,0,0,496], -"namespaceamrex.html#a1f0884436c0e9c45901b834761379595":[2,0,0,1609], -"namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d":[2,0,0,966], -"namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53":[2,0,0,1124], -"namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643":[2,0,0,1174], -"namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3":[2,0,0,263], -"namespaceamrex.html#a20796a80df81ee204983811cc8a1b705":[2,0,0,1473], -"namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e":[2,0,0,1730], -"namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5":[2,0,0,112], -"namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad":[2,0,0,1358], -"namespaceamrex.html#a20c30602a034983b02c1e95927ae2769":[2,0,0,1363], -"namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a":[2,0,0,436], -"namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1":[2,0,0,1510], -"namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e":[2,0,0,90], -"namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5":[2,0,0,774], -"namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af":[2,0,0,113], -"namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd":[2,0,0,1575], -"namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14":[2,0,0,297], -"namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce":[2,0,0,258], -"namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf":[2,0,0,483], -"namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507":[2,0,0,922], -"namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186":[2,0,0,55], -"namespaceamrex.html#a2235406f46755fe4275db8b042b0da92":[2,0,0,77], -"namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6":[2,0,0,888], -"namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6":[2,0,0,1283], -"namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc":[2,0,0,1435], -"namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a":[2,0,0,592], -"namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4":[2,0,0,1413], -"namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73":[2,0,0,206], -"namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d":[2,0,0,544], -"namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023":[2,0,0,331], -"namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899":[2,0,0,1828], -"namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668":[2,0,0,1555], -"namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb":[2,0,0,1653], -"namespaceamrex.html#a233a16599969d91372d51e1befabcbfc":[2,0,0,446], -"namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88":[2,0,0,293], -"namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d":[2,0,0,1004], -"namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65":[2,0,0,1522], -"namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0":[2,0,0,798], -"namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6":[2,0,0,1642], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c":[2,0,0,127], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73":[2,0,0,127,3], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8":[2,0,0,127,0], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51":[2,0,0,127,4], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a":[2,0,0,127,2], -"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3":[2,0,0,127,1], -"namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc":[2,0,0,954], -"namespaceamrex.html#a24827d300a5ebf26327786454aa95788":[2,0,0,1815], -"namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a":[2,0,0,1029], -"namespaceamrex.html#a249f102bab7043232da73dcc4d33612e":[2,0,0,1421], -"namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027":[2,0,0,670], -"namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e":[2,0,0,309], -"namespaceamrex.html#a24adb795729e97519ef54218310ce75e":[2,0,0,1022], -"namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e":[2,0,0,71], -"namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f":[2,0,0,538], -"namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7":[2,0,0,863], -"namespaceamrex.html#a255709aafea190412cf8a963f450ebc9":[2,0,0,330], -"namespaceamrex.html#a255f1f8c5e709392a949283da47211f5":[2,0,0,1299], -"namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20":[2,0,0,1710], -"namespaceamrex.html#a25f1af042b358543413af13507e891e2":[2,0,0,433], -"namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434":[2,0,0,73], -"namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620":[2,0,0,1061], -"namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e":[2,0,0,838], -"namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec":[2,0,0,578], -"namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e":[2,0,0,909], -"namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6":[2,0,0,572], -"namespaceamrex.html#a26b52402d10757144862537c196db625":[2,0,0,1148], -"namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019":[2,0,0,316], -"namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd":[2,0,0,625], -"namespaceamrex.html#a26f254d668dd872d470d231a1058eaac":[2,0,0,1558], -"namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc":[2,0,0,197], -"namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675":[2,0,0,1194], -"namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f":[2,0,0,1161], -"namespaceamrex.html#a27531cc00ae88701b82d827296ac6496":[2,0,0,1222], -"namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758":[2,0,0,1143], -"namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781":[2,0,0,1065], -"namespaceamrex.html#a2808a58ab833a933f7909baf632466b7":[2,0,0,1449], -"namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4":[2,0,0,790], -"namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839":[2,0,0,1389], -"namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65":[2,0,0,740], -"namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b":[2,0,0,597], -"namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e":[2,0,0,1228], -"namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b":[2,0,0,1652], -"namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f":[2,0,0,315], -"namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49":[2,0,0,104], -"namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9":[2,0,0,1260], -"namespaceamrex.html#a2988e920c93565dcea89d08e018e1262":[2,0,0,1113], -"namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e":[2,0,0,230], -"namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298":[2,0,0,749], -"namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5":[2,0,0,1290], -"namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815":[2,0,0,556], -"namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94":[2,0,0,1170], -"namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b":[2,0,0,140], -"namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836":[2,0,0,1894], -"namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb":[2,0,0,462], -"namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0":[2,0,0,1072], -"namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154":[2,0,0,101], -"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3":[2,0,0,121], -"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231":[2,0,0,121,2], -"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f":[2,0,0,121,1], -"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6":[2,0,0,121,0], -"namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1":[2,0,0,81], -"namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093":[2,0,0,61], -"namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205":[2,0,0,256], -"namespaceamrex.html#a2bb1e1edb331cd70bdce6ffc2860781f":[2,0,0,156], -"namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622":[2,0,0,1407], -"namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73":[2,0,0,539], -"namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a":[2,0,0,861], -"namespaceamrex.html#a2c525008964448d1f308736681ee9b06":[2,0,0,616], -"namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44":[2,0,0,365], -"namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716":[2,0,0,399], -"namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969":[2,0,0,1727], -"namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e":[2,0,0,1090], -"namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81":[2,0,0,389], -"namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225":[2,0,0,508], -"namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9":[2,0,0,664] +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224":[2,0,0,1911], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7":[2,0,0,1844], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77":[2,0,0,1900], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461":[2,0,0,1895], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399":[2,0,0,1912], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a":[2,0,0,1899], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155":[2,0,0,1906], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b":[2,0,0,1896], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35":[2,0,0,1905], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8":[2,0,0,1894], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644":[2,0,0,1897], +"namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954":[2,0,0,1852], +"namespaceamrex.html#a00779f2a650345e29919bda485417d90":[2,0,0,226], +"namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549":[2,0,0,60], +"namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d":[2,0,0,1120], +"namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18":[2,0,0,1181], +"namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb":[2,0,0,1171], +"namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e":[2,0,0,1684], +"namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895":[2,0,0,1276], +"namespaceamrex.html#a021dc84969e65c184034f112eec3b887":[2,0,0,1925], +"namespaceamrex.html#a022123f91218b914a5c94f972669cb57":[2,0,0,1717], +"namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c":[2,0,0,679], +"namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2":[2,0,0,1220], +"namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224":[2,0,0,228], +"namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4":[2,0,0,1240], +"namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc":[2,0,0,1239], +"namespaceamrex.html#a031546532f5b81bd867039b219562b95":[2,0,0,1440], +"namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1":[2,0,0,1585], +"namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab":[2,0,0,1671], +"namespaceamrex.html#a040b31bdb9951876d8277049591cfe51":[2,0,0,1343], +"namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b":[2,0,0,312], +"namespaceamrex.html#a04427e35cff35a816668c7954717bac3":[2,0,0,584], +"namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb":[2,0,0,574], +"namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907":[2,0,0,1648], +"namespaceamrex.html#a0472d1147267486256bc020afa8670d2":[2,0,0,825], +"namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817":[2,0,0,522], +"namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75":[2,0,0,1352], +"namespaceamrex.html#a04ab7cf645a66139841490d30607283a":[2,0,0,964], +"namespaceamrex.html#a04cedf52619400ba12317eb179625198":[2,0,0,914], +"namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85":[2,0,0,1624], +"namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45":[2,0,0,944], +"namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25":[2,0,0,669], +"namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde":[2,0,0,1721], +"namespaceamrex.html#a05934ee478017afcd9908667de64a79c":[2,0,0,503], +"namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61":[2,0,0,1675], +"namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438":[2,0,0,1224], +"namespaceamrex.html#a065a5b50b590d116df9bec2d115b75dc":[2,0,0,1372], +"namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a":[2,0,0,924], +"namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899":[2,0,0,788], +"namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5":[2,0,0,1693], +"namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd":[2,0,0,1368], +"namespaceamrex.html#a07315aba6826805030c5f6fd847fc370":[2,0,0,1513], +"namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc":[2,0,0,351], +"namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158":[2,0,0,868], +"namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f":[2,0,0,343], +"namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b":[2,0,0,383], +"namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8":[2,0,0,283], +"namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9":[2,0,0,1830], +"namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167":[2,0,0,211], +"namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb":[2,0,0,1045], +"namespaceamrex.html#a094833951f442db9516e0741bd50f6aa":[2,0,0,363], +"namespaceamrex.html#a0965954841613a669702c6c2aa42c66f":[2,0,0,1583], +"namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd":[2,0,0,451], +"namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72":[2,0,0,1614], +"namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65":[2,0,0,225], +"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6":[2,0,0,137], +"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90":[2,0,0,1823], +"namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba":[2,0,0,1822], +"namespaceamrex.html#a0aa649267e39623753c8193411badeb2":[2,0,0,357], +"namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91":[2,0,0,887], +"namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e":[2,0,0,1698], +"namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301":[2,0,0,1521], +"namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655":[2,0,0,1016], +"namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778":[2,0,0,1716], +"namespaceamrex.html#a0b2451baea738a8717530466c13f37fe":[2,0,0,559], +"namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec":[2,0,0,739], +"namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5":[2,0,0,511], +"namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8":[2,0,0,1190], +"namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461":[2,0,0,1465], +"namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b":[2,0,0,494], +"namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e":[2,0,0,1679], +"namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad":[2,0,0,442], +"namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4":[2,0,0,452], +"namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4":[2,0,0,1227], +"namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad":[2,0,0,1924], +"namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a":[2,0,0,1274], +"namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4":[2,0,0,532], +"namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00":[2,0,0,858], +"namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9":[2,0,0,714], +"namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247":[2,0,0,609], +"namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c":[2,0,0,1824], +"namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0":[2,0,0,490], +"namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54":[2,0,0,1085], +"namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe":[2,0,0,324], +"namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03":[2,0,0,1014], +"namespaceamrex.html#a0e392612aae050357e634dfc868ffda6":[2,0,0,1217], +"namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a":[2,0,0,1677], +"namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e":[2,0,0,742], +"namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06":[2,0,0,1328], +"namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3":[2,0,0,1516], +"namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57":[2,0,0,625], +"namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac":[2,0,0,346], +"namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3":[2,0,0,955], +"namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866":[2,0,0,783], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49":[2,0,0,138], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d":[2,0,0,1884], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a":[2,0,0,1877], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764":[2,0,0,1857], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301":[2,0,0,1876], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d":[2,0,0,1885], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845":[2,0,0,1859], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86":[2,0,0,1863], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377":[2,0,0,1866], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff":[2,0,0,1880], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce":[2,0,0,1883], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee":[2,0,0,1878], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9":[2,0,0,1867], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4":[2,0,0,1854], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574":[2,0,0,1861], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b":[2,0,0,1858], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23":[2,0,0,1872], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8":[2,0,0,1881], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253":[2,0,0,1873], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d":[2,0,0,1855], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe":[2,0,0,1869], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa":[2,0,0,1856], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426":[2,0,0,1871], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613":[2,0,0,1870], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d":[2,0,0,1874], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256":[2,0,0,1879], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f":[2,0,0,1875], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b":[2,0,0,1865], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08":[2,0,0,1860], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1":[2,0,0,1868], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d":[2,0,0,1864], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678":[2,0,0,1882], +"namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb":[2,0,0,1862], +"namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75":[2,0,0,963], +"namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce":[2,0,0,845], +"namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21":[2,0,0,626], +"namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8":[2,0,0,966], +"namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643":[2,0,0,298], +"namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1":[2,0,0,1383], +"namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c":[2,0,0,581], +"namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958":[2,0,0,1275], +"namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc":[2,0,0,748], +"namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc":[2,0,0,201], +"namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209":[2,0,0,1059], +"namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13":[2,0,0,509], +"namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f":[2,0,0,1481], +"namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538":[2,0,0,793], +"namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df":[2,0,0,798], +"namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f":[2,0,0,116], +"namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f":[2,0,0,1134], +"namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9":[2,0,0,974], +"namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938":[2,0,0,1451], +"namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df":[2,0,0,943], +"namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757":[2,0,0,1581], +"namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5":[2,0,0,1699], +"namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a":[2,0,0,1706], +"namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972":[2,0,0,765], +"namespaceamrex.html#a12de598979f095f4505cd0d3b762d2ee":[2,0,0,161], +"namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486":[2,0,0,282], +"namespaceamrex.html#a134da8efe3158b98d26a191f52797d00":[2,0,0,844], +"namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc":[2,0,0,824], +"namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b":[2,0,0,215], +"namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3":[2,0,0,983], +"namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1":[2,0,0,839], +"namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f":[2,0,0,984], +"namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481":[2,0,0,987], +"namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2":[2,0,0,70], +"namespaceamrex.html#a152cc978ed680133a953922463541f68":[2,0,0,738], +"namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28":[2,0,0,1511], +"namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e":[2,0,0,848], +"namespaceamrex.html#a15969b1b7e5e1431ce9aea3b513ec98a":[2,0,0,178], +"namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a":[2,0,0,957], +"namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d":[2,0,0,420], +"namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa":[2,0,0,374], +"namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68":[2,0,0,407], +"namespaceamrex.html#a1637e435aecce22da819f6df77982d2f":[2,0,0,1317], +"namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210":[2,0,0,1246], +"namespaceamrex.html#a1707379eb41f317b0b08a3827c641713":[2,0,0,1288], +"namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481":[2,0,0,615], +"namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb":[2,0,0,185], +"namespaceamrex.html#a172c409fe49ab498d9910cc19b732346":[2,0,0,704], +"namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5":[2,0,0,348], +"namespaceamrex.html#a179fafc569924202b166896b608cd5c2":[2,0,0,58], +"namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0":[2,0,0,898], +"namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae":[2,0,0,1012], +"namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a":[2,0,0,528], +"namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d":[2,0,0,680], +"namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133":[2,0,0,222], +"namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771":[2,0,0,1509], +"namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd":[2,0,0,938], +"namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07":[2,0,0,372], +"namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7":[2,0,0,1258], +"namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1":[2,0,0,1681], +"namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66":[2,0,0,932], +"namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665":[2,0,0,1185], +"namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501":[2,0,0,1430], +"namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b":[2,0,0,1496], +"namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504":[2,0,0,1186], +"namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5":[2,0,0,1081], +"namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81":[2,0,0,1160], +"namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44":[2,0,0,682], +"namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c":[2,0,0,268], +"namespaceamrex.html#a1be11befaad780d29152b9e45595fde0":[2,0,0,1056], +"namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb":[2,0,0,304], +"namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f":[2,0,0,1678], +"namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb":[2,0,0,566], +"namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525":[2,0,0,1927], +"namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200":[2,0,0,1169], +"namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85":[2,0,0,838], +"namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78":[2,0,0,1068], +"namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283":[2,0,0,727], +"namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92":[2,0,0,737], +"namespaceamrex.html#a1dee48540dad573effdb346154f1da0c":[2,0,0,1052], +"namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d":[2,0,0,76], +"namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34":[2,0,0,468], +"namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a":[2,0,0,1280], +"namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971":[2,0,0,537], +"namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253":[2,0,0,1584], +"namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e":[2,0,0,498], +"namespaceamrex.html#a1f0884436c0e9c45901b834761379595":[2,0,0,1613], +"namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d":[2,0,0,970], +"namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53":[2,0,0,1128], +"namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643":[2,0,0,1178], +"namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3":[2,0,0,265], +"namespaceamrex.html#a20796a80df81ee204983811cc8a1b705":[2,0,0,1477], +"namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e":[2,0,0,1734], +"namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5":[2,0,0,113], +"namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad":[2,0,0,1362], +"namespaceamrex.html#a20c30602a034983b02c1e95927ae2769":[2,0,0,1367], +"namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a":[2,0,0,438], +"namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1":[2,0,0,1514], +"namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e":[2,0,0,91], +"namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5":[2,0,0,778], +"namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af":[2,0,0,114], +"namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd":[2,0,0,1579], +"namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14":[2,0,0,299], +"namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce":[2,0,0,260], +"namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf":[2,0,0,485], +"namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507":[2,0,0,926], +"namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186":[2,0,0,56], +"namespaceamrex.html#a2235406f46755fe4275db8b042b0da92":[2,0,0,78], +"namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6":[2,0,0,892], +"namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6":[2,0,0,1287], +"namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc":[2,0,0,1439], +"namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a":[2,0,0,596], +"namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4":[2,0,0,1417] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex3.js b/amrex-hydro/Doxygen/html/navtreeindex3.js index 0715c1f..b6e9cb4 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex3.js +++ b/amrex-hydro/Doxygen/html/navtreeindex3.js @@ -1,253 +1,253 @@ var NAVTREEINDEX3 = { -"namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5":[2,0,0,1075], -"namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2":[2,0,0,1101], -"namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13":[2,0,0,1377], -"namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0":[2,0,0,195], -"namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363":[2,0,0,1125], -"namespaceamrex.html#a2def914169be100afac8106fd618b6f0":[2,0,0,332], -"namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055":[2,0,0,1015], -"namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31":[2,0,0,1678], -"namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59":[2,0,0,1498], -"namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e":[2,0,0,397], -"namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce":[2,0,0,832], -"namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4":[2,0,0,715], -"namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98":[2,0,0,591], -"namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d":[2,0,0,457], -"namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212":[2,0,0,1147], -"namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828":[2,0,0,685], -"namespaceamrex.html#a2f1446614bc3e77169613923023d3b18":[2,0,0,1197], -"namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17":[2,0,0,233], -"namespaceamrex.html#a2f30e076962c1c148d279b63851d80df":[2,0,0,130], -"namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca":[2,0,0,1738], -"namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3":[2,0,0,1739], -"namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b":[2,0,0,730], -"namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880":[2,0,0,697], -"namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6":[2,0,0,669], -"namespaceamrex.html#a300e308bc865c0b06a1955edbf787019":[2,0,0,406], -"namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e":[2,0,0,623], -"namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a":[2,0,0,967], -"namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed":[2,0,0,470], -"namespaceamrex.html#a313ca057593008291c4d10bd65151ebd":[2,0,0,1670], -"namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15":[2,0,0,1151], -"namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970":[2,0,0,1639], -"namespaceamrex.html#a3187e96a31c0714188a93ffcbe539e16":[2,0,0,155], -"namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc":[2,0,0,629], -"namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3":[2,0,0,522], -"namespaceamrex.html#a31f38031bc51519297d88d3234115277":[2,0,0,698], -"namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c":[2,0,0,1648], -"namespaceamrex.html#a32656425b2bbf662685c783f61a98d76":[2,0,0,415], -"namespaceamrex.html#a326873b485cf73b0daa906dda88ee008":[2,0,0,1298], -"namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b":[2,0,0,375], -"namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e":[2,0,0,264], -"namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd":[2,0,0,688], -"namespaceamrex.html#a33445242f6db048d6f630ee51db51c66":[2,0,0,521], -"namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7":[2,0,0,408], -"namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6":[2,0,0,660], -"namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3":[2,0,0,96], -"namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94":[2,0,0,1091], -"namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9":[2,0,0,53], -"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2":[2,0,0,142], -"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38":[2,0,0,142,0], -"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e":[2,0,0,142,1], -"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2":[2,0,0,142,3], -"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737":[2,0,0,142,2], -"namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac":[2,0,0,1362], -"namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482":[2,0,0,471], -"namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d":[2,0,0,1047], -"namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c":[2,0,0,183], -"namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8":[2,0,0,251], -"namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0":[2,0,0,631], -"namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b":[2,0,0,608], -"namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47":[2,0,0,1388], -"namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0":[2,0,0,1227], -"namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f":[2,0,0,422], -"namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4":[2,0,0,705], -"namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911":[2,0,0,1696], -"namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856":[2,0,0,943], -"namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605":[2,0,0,728], -"namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944":[2,0,0,384], -"namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea":[2,0,0,1330], -"namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e":[2,0,0,1704], -"namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8":[2,0,0,1067], -"namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2":[2,0,0,107], -"namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f":[2,0,0,1534], -"namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd":[2,0,0,777], -"namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12":[2,0,0,1623], -"namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5":[2,0,0,193], -"namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d":[2,0,0,589], -"namespaceamrex.html#a36b10976708081700c810d70417da8c9":[2,0,0,1470], -"namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f":[2,0,0,606], -"namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea":[2,0,0,772], -"namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515":[2,0,0,1812], -"namespaceamrex.html#a372810a65569e56565a9bb33254184bd":[2,0,0,1514], -"namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7":[2,0,0,1441], -"namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377":[2,0,0,646], -"namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579":[2,0,0,1474], -"namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e":[2,0,0,1468], -"namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984":[2,0,0,778], -"namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7":[2,0,0,1019], -"namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589":[2,0,0,404], -"namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555":[2,0,0,1567], -"namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e":[2,0,0,1471], -"namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd":[2,0,0,1821], -"namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5":[2,0,0,1493], -"namespaceamrex.html#a389b087837766656206528387955a282":[2,0,0,997], -"namespaceamrex.html#a38a244129f554bd0c30380dac28c840e":[2,0,0,720], -"namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5":[2,0,0,828], -"namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2":[2,0,0,1621], -"namespaceamrex.html#a39109bb21761f9999a91aba81f033cac":[2,0,0,1682], -"namespaceamrex.html#a39248910c4503df29ff96fc63539021d":[2,0,0,360], -"namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463":[2,0,0,246], -"namespaceamrex.html#a393accb69353384e42f45a34cb386180":[2,0,0,489], -"namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4":[2,0,0,1094], -"namespaceamrex.html#a39663292882d89a957142fe2e2f6e663":[2,0,0,1069], -"namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b":[2,0,0,647], -"namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05":[2,0,0,1230], -"namespaceamrex.html#a3a431197f206b148529308a7796d5039":[2,0,0,561], -"namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4":[2,0,0,900], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589":[2,0,0,138], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83":[2,0,0,1837], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee":[2,0,0,1915], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e":[2,0,0,1845], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0":[2,0,0,1846], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5":[2,0,0,1843], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511":[2,0,0,1911], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e":[2,0,0,1844], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea":[2,0,0,1914], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321":[2,0,0,1832], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed":[2,0,0,1841], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c":[2,0,0,1882], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6":[2,0,0,1898], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242":[2,0,0,1909], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51":[2,0,0,1849], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67":[2,0,0,1836], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5":[2,0,0,1842], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac":[2,0,0,1839], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab":[2,0,0,1831], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167":[2,0,0,1833], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0":[2,0,0,1899], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d":[2,0,0,1889], -"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2":[2,0,0,1910], -"namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3":[2,0,0,249], -"namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0":[2,0,0,1036], -"namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3":[2,0,0,866], -"namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0":[2,0,0,1455], -"namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c":[2,0,0,502], -"namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359":[2,0,0,1924], -"namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b":[2,0,0,245], -"namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0":[2,0,0,1925], -"namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e":[2,0,0,1446], -"namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d":[2,0,0,444], -"namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8":[2,0,0,1376], -"namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8":[2,0,0,766], -"namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38":[2,0,0,500], -"namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac":[2,0,0,190], -"namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33":[2,0,0,566], -"namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe":[2,0,0,259], -"namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa":[2,0,0,98], -"namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d":[2,0,0,82], -"namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd":[2,0,0,398], -"namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19":[2,0,0,79], -"namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8":[2,0,0,295], -"namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b":[2,0,0,891], -"namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88":[2,0,0,87], -"namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98":[2,0,0,955], -"namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342":[2,0,0,100], -"namespaceamrex.html#a3f0f44b09d21b49d00d3d1b12e9e2489":[2,0,0,176], -"namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d":[2,0,0,1506], -"namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb":[2,0,0,320], -"namespaceamrex.html#a3f8518382186436012e8d327c7122fd6":[2,0,0,783], -"namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12":[2,0,0,506], -"namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05":[2,0,0,775], -"namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443":[2,0,0,1319], -"namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7":[2,0,0,696], -"namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6":[2,0,0,458], -"namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b":[2,0,0,911], -"namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed":[2,0,0,1919], -"namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042":[2,0,0,1437], -"namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a":[2,0,0,342], -"namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c":[2,0,0,1321], -"namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e":[2,0,0,1386], -"namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130":[2,0,0,1210], -"namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98":[2,0,0,719], -"namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09":[2,0,0,644], -"namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff":[2,0,0,481], -"namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec":[2,0,0,1178], -"namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5":[2,0,0,1552], -"namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073":[2,0,0,232], -"namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9":[2,0,0,348], -"namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db":[2,0,0,1195], -"namespaceamrex.html#a419832e55be898fd5de9051fdf08cb05":[2,0,0,47], -"namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602":[2,0,0,1527], -"namespaceamrex.html#a41e516952807b4f4cda43c228af03826":[2,0,0,1723], -"namespaceamrex.html#a41e90635b7223dba2b68e165ed924031":[2,0,0,1021], -"namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d":[2,0,0,882], -"namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a":[2,0,0,995], -"namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab":[2,0,0,1251], -"namespaceamrex.html#a4252562789c375cc55a545cd278cf212":[2,0,0,1529], -"namespaceamrex.html#a42587d745d04512fb463b6e351f026a4":[2,0,0,1095], -"namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3":[2,0,0,276], -"namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8":[2,0,0,690], -"namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5":[2,0,0,1093], -"namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb":[2,0,0,1134], -"namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f":[2,0,0,65], -"namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79":[2,0,0,1030], -"namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862":[2,0,0,1035], -"namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a":[2,0,0,493], -"namespaceamrex.html#a43535087747b0d92f5e11040d600be5c":[2,0,0,1416], -"namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51":[2,0,0,213], -"namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e":[2,0,0,497], -"namespaceamrex.html#a438b71d250fb65fd385716c745be94ad":[2,0,0,768], -"namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a":[2,0,0,906], -"namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5":[2,0,0,1504], -"namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67":[2,0,0,614], -"namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac":[2,0,0,763], -"namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3":[2,0,0,267], -"namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f":[2,0,0,514], -"namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40":[2,0,0,1042], -"namespaceamrex.html#a448749e34552187d2fa9254841970a6b":[2,0,0,1569], -"namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd":[2,0,0,362], -"namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574":[2,0,0,306], -"namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780":[2,0,0,1460], -"namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57":[2,0,0,1162], -"namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27":[2,0,0,328], -"namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0":[2,0,0,463], -"namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183":[2,0,0,1457], -"namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20":[2,0,0,1103], -"namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2":[2,0,0,902], -"namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd":[2,0,0,859], -"namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0":[2,0,0,1076], -"namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb":[2,0,0,807], -"namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3":[2,0,0,689], -"namespaceamrex.html#a4807272239c4988862ccf16fef2295cb":[2,0,0,1087], -"namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4":[2,0,0,1192], -"namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f":[2,0,0,1452], -"namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3":[2,0,0,812], -"namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e":[2,0,0,871], -"namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1":[2,0,0,679], -"namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66":[2,0,0,215], -"namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0":[2,0,0,1252], -"namespaceamrex.html#a49f9066a9cfe5af5ae7b757267fb685c":[2,0,0,161], -"namespaceamrex.html#a4a0821339541d218cee0577a42279d6d":[2,0,0,872], -"namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4":[2,0,0,1531], -"namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab":[2,0,0,1183], -"namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce":[2,0,0,837], -"namespaceamrex.html#a4a42aec175a92fa99199546b199534d7":[2,0,0,991], -"namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce":[2,0,0,1813], -"namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d":[2,0,0,1226], -"namespaceamrex.html#a4a765bc79483affb715df32cc1d6d121":[2,0,0,143], -"namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86":[2,0,0,1188], -"namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5":[2,0,0,650], -"namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d":[2,0,0,593], -"namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504":[2,0,0,202], -"namespaceamrex.html#a4b0d01afec5218e25096773af48821bb":[2,0,0,682], -"namespaceamrex.html#a4b20346156e62bf392b0e5870b142762":[2,0,0,1132], -"namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84":[2,0,0,948], -"namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde":[2,0,0,904], -"namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca":[2,0,0,1344], -"namespaceamrex.html#a4b9159591bd7003d44276e822da864d7":[2,0,0,359], -"namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14":[2,0,0,1146], -"namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5":[2,0,0,717], -"namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6":[2,0,0,632] +"namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73":[2,0,0,207], +"namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d":[2,0,0,546], +"namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023":[2,0,0,333], +"namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899":[2,0,0,1832], +"namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668":[2,0,0,1559], +"namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb":[2,0,0,1657], +"namespaceamrex.html#a233a16599969d91372d51e1befabcbfc":[2,0,0,448], +"namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88":[2,0,0,295], +"namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d":[2,0,0,1008], +"namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65":[2,0,0,1526], +"namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0":[2,0,0,802], +"namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6":[2,0,0,1646], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c":[2,0,0,128], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73":[2,0,0,128,3], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8":[2,0,0,128,0], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51":[2,0,0,128,4], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a":[2,0,0,128,2], +"namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3":[2,0,0,128,1], +"namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc":[2,0,0,958], +"namespaceamrex.html#a24827d300a5ebf26327786454aa95788":[2,0,0,1819], +"namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a":[2,0,0,1033], +"namespaceamrex.html#a249f102bab7043232da73dcc4d33612e":[2,0,0,1425], +"namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027":[2,0,0,674], +"namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e":[2,0,0,311], +"namespaceamrex.html#a24adb795729e97519ef54218310ce75e":[2,0,0,1026], +"namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e":[2,0,0,72], +"namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f":[2,0,0,540], +"namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7":[2,0,0,867], +"namespaceamrex.html#a255709aafea190412cf8a963f450ebc9":[2,0,0,332], +"namespaceamrex.html#a255f1f8c5e709392a949283da47211f5":[2,0,0,1303], +"namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20":[2,0,0,1714], +"namespaceamrex.html#a25f1af042b358543413af13507e891e2":[2,0,0,435], +"namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434":[2,0,0,74], +"namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620":[2,0,0,1065], +"namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e":[2,0,0,842], +"namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec":[2,0,0,582], +"namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e":[2,0,0,913], +"namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6":[2,0,0,575], +"namespaceamrex.html#a26b52402d10757144862537c196db625":[2,0,0,1152], +"namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019":[2,0,0,318], +"namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd":[2,0,0,629], +"namespaceamrex.html#a26f254d668dd872d470d231a1058eaac":[2,0,0,1562], +"namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc":[2,0,0,198], +"namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675":[2,0,0,1198], +"namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f":[2,0,0,1165], +"namespaceamrex.html#a27531cc00ae88701b82d827296ac6496":[2,0,0,1226], +"namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758":[2,0,0,1147], +"namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781":[2,0,0,1069], +"namespaceamrex.html#a2808a58ab833a933f7909baf632466b7":[2,0,0,1453], +"namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4":[2,0,0,794], +"namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839":[2,0,0,1393], +"namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65":[2,0,0,744], +"namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b":[2,0,0,601], +"namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e":[2,0,0,1232], +"namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b":[2,0,0,1656], +"namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f":[2,0,0,317], +"namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49":[2,0,0,105], +"namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9":[2,0,0,1264], +"namespaceamrex.html#a2988e920c93565dcea89d08e018e1262":[2,0,0,1117], +"namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e":[2,0,0,231], +"namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298":[2,0,0,753], +"namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5":[2,0,0,1294], +"namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815":[2,0,0,558], +"namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94":[2,0,0,1174], +"namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b":[2,0,0,141], +"namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836":[2,0,0,1898], +"namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb":[2,0,0,464], +"namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0":[2,0,0,1076], +"namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154":[2,0,0,102], +"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3":[2,0,0,122], +"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231":[2,0,0,122,2], +"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f":[2,0,0,122,1], +"namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6":[2,0,0,122,0], +"namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1":[2,0,0,82], +"namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093":[2,0,0,62], +"namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205":[2,0,0,258], +"namespaceamrex.html#a2bb1e1edb331cd70bdce6ffc2860781f":[2,0,0,157], +"namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622":[2,0,0,1411], +"namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73":[2,0,0,541], +"namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a":[2,0,0,865], +"namespaceamrex.html#a2c525008964448d1f308736681ee9b06":[2,0,0,620], +"namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44":[2,0,0,367], +"namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716":[2,0,0,401], +"namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969":[2,0,0,1731], +"namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e":[2,0,0,1094], +"namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81":[2,0,0,391], +"namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225":[2,0,0,510], +"namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9":[2,0,0,668], +"namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5":[2,0,0,1079], +"namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2":[2,0,0,1105], +"namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13":[2,0,0,1381], +"namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0":[2,0,0,196], +"namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363":[2,0,0,1129], +"namespaceamrex.html#a2def914169be100afac8106fd618b6f0":[2,0,0,334], +"namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055":[2,0,0,1019], +"namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31":[2,0,0,1682], +"namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59":[2,0,0,1502], +"namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e":[2,0,0,399], +"namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce":[2,0,0,836], +"namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4":[2,0,0,719], +"namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98":[2,0,0,595], +"namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d":[2,0,0,459], +"namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212":[2,0,0,1151], +"namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828":[2,0,0,689], +"namespaceamrex.html#a2f1446614bc3e77169613923023d3b18":[2,0,0,1201], +"namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17":[2,0,0,234], +"namespaceamrex.html#a2f30e076962c1c148d279b63851d80df":[2,0,0,131], +"namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca":[2,0,0,1742], +"namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3":[2,0,0,1743], +"namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b":[2,0,0,734], +"namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880":[2,0,0,701], +"namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6":[2,0,0,673], +"namespaceamrex.html#a300e308bc865c0b06a1955edbf787019":[2,0,0,408], +"namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e":[2,0,0,627], +"namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a":[2,0,0,971], +"namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed":[2,0,0,472], +"namespaceamrex.html#a313ca057593008291c4d10bd65151ebd":[2,0,0,1674], +"namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15":[2,0,0,1155], +"namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970":[2,0,0,1643], +"namespaceamrex.html#a3187e96a31c0714188a93ffcbe539e16":[2,0,0,156], +"namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc":[2,0,0,633], +"namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3":[2,0,0,524], +"namespaceamrex.html#a31f38031bc51519297d88d3234115277":[2,0,0,702], +"namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c":[2,0,0,1652], +"namespaceamrex.html#a32656425b2bbf662685c783f61a98d76":[2,0,0,417], +"namespaceamrex.html#a326873b485cf73b0daa906dda88ee008":[2,0,0,1302], +"namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b":[2,0,0,377], +"namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e":[2,0,0,266], +"namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd":[2,0,0,692], +"namespaceamrex.html#a33445242f6db048d6f630ee51db51c66":[2,0,0,523], +"namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7":[2,0,0,410], +"namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6":[2,0,0,664], +"namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3":[2,0,0,97], +"namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94":[2,0,0,1095], +"namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9":[2,0,0,54], +"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2":[2,0,0,143], +"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38":[2,0,0,143,0], +"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e":[2,0,0,143,1], +"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2":[2,0,0,143,3], +"namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737":[2,0,0,143,2], +"namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac":[2,0,0,1366], +"namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482":[2,0,0,473], +"namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d":[2,0,0,1051], +"namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c":[2,0,0,184], +"namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8":[2,0,0,253], +"namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0":[2,0,0,635], +"namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b":[2,0,0,612], +"namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47":[2,0,0,1392], +"namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0":[2,0,0,1231], +"namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f":[2,0,0,424], +"namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4":[2,0,0,709], +"namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911":[2,0,0,1700], +"namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856":[2,0,0,947], +"namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605":[2,0,0,732], +"namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944":[2,0,0,386], +"namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea":[2,0,0,1334], +"namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e":[2,0,0,1708], +"namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8":[2,0,0,1071], +"namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2":[2,0,0,108], +"namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f":[2,0,0,1538], +"namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd":[2,0,0,781], +"namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12":[2,0,0,1627], +"namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5":[2,0,0,194], +"namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d":[2,0,0,593], +"namespaceamrex.html#a36b10976708081700c810d70417da8c9":[2,0,0,1474], +"namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f":[2,0,0,610], +"namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea":[2,0,0,776], +"namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515":[2,0,0,1816], +"namespaceamrex.html#a372810a65569e56565a9bb33254184bd":[2,0,0,1518], +"namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7":[2,0,0,1445], +"namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377":[2,0,0,650], +"namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579":[2,0,0,1478], +"namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e":[2,0,0,1472], +"namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984":[2,0,0,782], +"namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7":[2,0,0,1023], +"namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589":[2,0,0,406], +"namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555":[2,0,0,1571], +"namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e":[2,0,0,1475], +"namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd":[2,0,0,1825], +"namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5":[2,0,0,1497], +"namespaceamrex.html#a389b087837766656206528387955a282":[2,0,0,1001], +"namespaceamrex.html#a38a244129f554bd0c30380dac28c840e":[2,0,0,724], +"namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5":[2,0,0,832], +"namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2":[2,0,0,1625], +"namespaceamrex.html#a39109bb21761f9999a91aba81f033cac":[2,0,0,1686], +"namespaceamrex.html#a39248910c4503df29ff96fc63539021d":[2,0,0,362], +"namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463":[2,0,0,248], +"namespaceamrex.html#a393accb69353384e42f45a34cb386180":[2,0,0,491], +"namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4":[2,0,0,1098], +"namespaceamrex.html#a39663292882d89a957142fe2e2f6e663":[2,0,0,1073], +"namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b":[2,0,0,651], +"namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05":[2,0,0,1234], +"namespaceamrex.html#a3a431197f206b148529308a7796d5039":[2,0,0,563], +"namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4":[2,0,0,904], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589":[2,0,0,139], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83":[2,0,0,1841], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee":[2,0,0,1919], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e":[2,0,0,1849], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0":[2,0,0,1850], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5":[2,0,0,1847], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511":[2,0,0,1915], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e":[2,0,0,1848], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea":[2,0,0,1918], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321":[2,0,0,1836], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed":[2,0,0,1845], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c":[2,0,0,1886], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6":[2,0,0,1902], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242":[2,0,0,1913], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51":[2,0,0,1853], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67":[2,0,0,1840], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5":[2,0,0,1846], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac":[2,0,0,1843], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab":[2,0,0,1835], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167":[2,0,0,1837], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0":[2,0,0,1903], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d":[2,0,0,1893], +"namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2":[2,0,0,1914], +"namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3":[2,0,0,251], +"namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0":[2,0,0,1040], +"namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3":[2,0,0,870], +"namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0":[2,0,0,1459], +"namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c":[2,0,0,504], +"namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359":[2,0,0,1928], +"namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b":[2,0,0,247], +"namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0":[2,0,0,1929], +"namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e":[2,0,0,1450], +"namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d":[2,0,0,446], +"namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8":[2,0,0,1380], +"namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8":[2,0,0,770], +"namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38":[2,0,0,502], +"namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac":[2,0,0,191], +"namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33":[2,0,0,568], +"namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe":[2,0,0,261], +"namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa":[2,0,0,99], +"namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d":[2,0,0,83], +"namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd":[2,0,0,400], +"namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19":[2,0,0,80], +"namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8":[2,0,0,297], +"namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b":[2,0,0,895], +"namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88":[2,0,0,88], +"namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98":[2,0,0,959], +"namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342":[2,0,0,101], +"namespaceamrex.html#a3f0f44b09d21b49d00d3d1b12e9e2489":[2,0,0,177], +"namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d":[2,0,0,1510], +"namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb":[2,0,0,322], +"namespaceamrex.html#a3f8518382186436012e8d327c7122fd6":[2,0,0,787], +"namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12":[2,0,0,508], +"namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05":[2,0,0,779], +"namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443":[2,0,0,1323], +"namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7":[2,0,0,700] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex4.js b/amrex-hydro/Doxygen/html/navtreeindex4.js index 8aa884a..40ffbb3 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex4.js +++ b/amrex-hydro/Doxygen/html/navtreeindex4.js @@ -1,253 +1,253 @@ var NAVTREEINDEX4 = { -"namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765":[2,0,0,668], -"namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326":[2,0,0,1487], -"namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4":[2,0,0,1211], -"namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f":[2,0,0,203], -"namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd":[2,0,0,1458], -"namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f":[2,0,0,62], -"namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44":[2,0,0,182], -"namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63":[2,0,0,1594], -"namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08":[2,0,0,857], -"namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362":[2,0,0,452], -"namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab":[2,0,0,998], -"namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb":[2,0,0,1703], -"namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43":[2,0,0,654], -"namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96":[2,0,0,1465], -"namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39":[2,0,0,684], -"namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878":[2,0,0,1070], -"namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e":[2,0,0,174], -"namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81":[2,0,0,1736], -"namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4":[2,0,0,1040], -"namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3":[2,0,0,699], -"namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4":[2,0,0,826], -"namespaceamrex.html#a4f986eed3c727960060440c029ea10ec":[2,0,0,1097], -"namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4":[2,0,0,1686], -"namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab":[2,0,0,1829], -"namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e":[2,0,0,938], -"namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88":[2,0,0,829], -"namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a":[2,0,0,400], -"namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c":[2,0,0,1209], -"namespaceamrex.html#a5086c850dfa16df677225c8c1139e466":[2,0,0,1318], -"namespaceamrex.html#a511dc2f5222b878782000339b1858f3c":[2,0,0,1395], -"namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50":[2,0,0,848], -"namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35":[2,0,0,487], -"namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b":[2,0,0,1196], -"namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168":[2,0,0,54], -"namespaceamrex.html#a51dfe87d4f076fe5792f33ef87b5971b":[2,0,0,149], -"namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae":[2,0,0,663], -"namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86":[2,0,0,1372], -"namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba":[2,0,0,1115], -"namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7":[2,0,0,994], -"namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439":[2,0,0,1591], -"namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb":[2,0,0,1480], -"namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d":[2,0,0,1602], -"namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc":[2,0,0,1089], -"namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837":[2,0,0,708], -"namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a":[2,0,0,1140], -"namespaceamrex.html#a538016b8eefb9144d408402eec36d390":[2,0,0,403], -"namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf":[2,0,0,1280], -"namespaceamrex.html#a53d306308d380a6d874ad24396fa7673":[2,0,0,1434], -"namespaceamrex.html#a542e598352208488d6049caf539dd073":[2,0,0,1309], -"namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1":[2,0,0,1328], -"namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3":[2,0,0,822], -"namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81":[2,0,0,809], -"namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02":[2,0,0,1596], -"namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773":[2,0,0,1700], -"namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae":[2,0,0,1542], -"namespaceamrex.html#a54e375fb078fbde3c46609319674551f":[2,0,0,1430], -"namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4":[2,0,0,914], -"namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b":[2,0,0,97], -"namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be":[2,0,0,419], -"namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3":[2,0,0,1155], -"namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c":[2,0,0,1355], -"namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46":[2,0,0,977], -"namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385":[2,0,0,554], -"namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87":[2,0,0,385], -"namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58":[2,0,0,74], -"namespaceamrex.html#a5632af39a73771c9c4131e718495680f":[2,0,0,711], -"namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6":[2,0,0,1179], -"namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd":[2,0,0,558], -"namespaceamrex.html#a569ce08aa34785c55e309b897931f64c":[2,0,0,1154], -"namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c":[2,0,0,1200], -"namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b":[2,0,0,1307], -"namespaceamrex.html#a57310fe9971a6396f436f596efa45226":[2,0,0,1592], -"namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4":[2,0,0,1643], -"namespaceamrex.html#a579bc771ad42deaba49bd875435ec349":[2,0,0,414], -"namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34":[2,0,0,827], -"namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820":[2,0,0,1546], -"namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5":[2,0,0,1530], -"namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6":[2,0,0,1336], -"namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a":[2,0,0,1484], -"namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd":[2,0,0,1217], -"namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b":[2,0,0,1628], -"namespaceamrex.html#a58839da4d8763b0d7c76c48492532503":[2,0,0,831], -"namespaceamrex.html#a58afbef5c92433b70e81edcb63d2b15f":[2,0,0,145], -"namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de":[2,0,0,523], -"namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14":[2,0,0,394], -"namespaceamrex.html#a58f6305adbac638674782f274ce8bb80":[2,0,0,543], -"namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3":[2,0,0,1604], -"namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a":[2,0,0,1635], -"namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a":[2,0,0,284], -"namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83":[2,0,0,453], -"namespaceamrex.html#a59793550ea92faf392dc82625edc1f42":[2,0,0,876], -"namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048":[2,0,0,1922], -"namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6":[2,0,0,867], -"namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335":[2,0,0,568], -"namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584":[2,0,0,1429], -"namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252":[2,0,0,1268], -"namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9":[2,0,0,1168], -"namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d":[2,0,0,1063], -"namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142":[2,0,0,846], -"namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1":[2,0,0,961], -"namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d":[2,0,0,1533], -"namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1":[2,0,0,984], -"namespaceamrex.html#a5b5440802e0895fcba37e6b295116585":[2,0,0,505], -"namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d":[2,0,0,1108], -"namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641":[2,0,0,1190], -"namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584":[2,0,0,239], -"namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf":[2,0,0,272], -"namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd":[2,0,0,1352], -"namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5":[2,0,0,416], -"namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7":[2,0,0,411], -"namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1":[2,0,0,952], -"namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be":[2,0,0,220], -"namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e":[2,0,0,441], -"namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6":[2,0,0,1085], -"namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c":[2,0,0,562], -"namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b":[2,0,0,1699], -"namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8":[2,0,0,745], -"namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd":[2,0,0,1666], -"namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7":[2,0,0,881], -"namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4":[2,0,0,517], -"namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe":[2,0,0,235], -"namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92":[2,0,0,1526], -"namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236":[2,0,0,51], -"namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49":[2,0,0,255], -"namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0":[2,0,0,191], -"namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86":[2,0,0,643], -"namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe":[2,0,0,1383], -"namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599":[2,0,0,1082], -"namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a":[2,0,0,1152], -"namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399":[2,0,0,132], -"namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8":[2,0,0,1741], -"namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93":[2,0,0,1294], -"namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc":[2,0,0,1691], -"namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9":[2,0,0,878], -"namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265":[2,0,0,1573], -"namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26":[2,0,0,805], -"namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95":[2,0,0,1548], -"namespaceamrex.html#a60b385a670733e5570818f7007307e1c":[2,0,0,241], -"namespaceamrex.html#a610006830e72a750eb65c44c5a540695":[2,0,0,1655], -"namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0":[2,0,0,1279], -"namespaceamrex.html#a614341eb1f669411a7ae80905a563432":[2,0,0,781], -"namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b":[2,0,0,1333], -"namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5":[2,0,0,1135], -"namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788":[2,0,0,277], -"namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c":[2,0,0,326], -"namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc":[2,0,0,465], -"namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958":[2,0,0,1295], -"namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e":[2,0,0,257], -"namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46":[2,0,0,1206], -"namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a":[2,0,0,1422], -"namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750":[2,0,0,1918], -"namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e":[2,0,0,1479], -"namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77":[2,0,0,874], -"namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4":[2,0,0,1201], -"namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f":[2,0,0,337], -"namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09":[2,0,0,1305], -"namespaceamrex.html#a63990001fd080e6f727c689437f5668e":[2,0,0,1371], -"namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f":[2,0,0,1424], -"namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e":[2,0,0,1637], -"namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06":[2,0,0,1342], -"namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca":[2,0,0,839], -"namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69":[2,0,0,1074], -"namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1":[2,0,0,659], -"namespaceamrex.html#a643762b10ddb6c66e880320c6df34809":[2,0,0,1528], -"namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f":[2,0,0,849], -"namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df":[2,0,0,976], -"namespaceamrex.html#a64c77616437c6705f7880c08e0032062":[2,0,0,633], -"namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6":[2,0,0,279], -"namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26":[2,0,0,1092], -"namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0":[2,0,0,283], -"namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e":[2,0,0,1420], -"namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd":[2,0,0,402], -"namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52":[2,0,0,1472], -"namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7":[2,0,0,407], -"namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349":[2,0,0,692], -"namespaceamrex.html#a6679712ad1417670bc200da8883e4fed":[2,0,0,879], -"namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1":[2,0,0,1347], -"namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3":[2,0,0,327], -"namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42":[2,0,0,1160], -"namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e":[2,0,0,1060], -"namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf":[2,0,0,1119], -"namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3":[2,0,0,1233], -"namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6":[2,0,0,1427], -"namespaceamrex.html#a67b24cef9df62e8cced041445b239e86":[2,0,0,278], -"namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8":[2,0,0,1626], -"namespaceamrex.html#a6815d583f941a297bbef6d77214829c8":[2,0,0,1380], -"namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e":[2,0,0,317], -"namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2":[2,0,0,756], -"namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2":[2,0,0,459], -"namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96":[2,0,0,1221], -"namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8":[2,0,0,737], -"namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97":[2,0,0,468], -"namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691":[2,0,0,196], -"namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be":[2,0,0,973], -"namespaceamrex.html#a69911bccde2f992eb93a426d24557e11":[2,0,0,750], -"namespaceamrex.html#a69bee84824fdeec94ff8ae48596594f6":[2,0,0,162], -"namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6":[2,0,0,1488], -"namespaceamrex.html#a69d802515c95f3e9ae4c4e54f39ceb71":[2,0,0,170], -"namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3":[2,0,0,748], -"namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b":[2,0,0,1476], -"namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a":[2,0,0,286], -"namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a":[2,0,0,1278], -"namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75":[2,0,0,907], -"namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222":[2,0,0,1083], -"namespaceamrex.html#a6b53227a97323409b958730f49ebb17b":[2,0,0,638], -"namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809":[2,0,0,216], -"namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a":[2,0,0,869], -"namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a":[2,0,0,1624], -"namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa":[2,0,0,1002], -"namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae":[2,0,0,780], -"namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9":[2,0,0,1811], -"namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f":[2,0,0,1463], -"namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb":[2,0,0,1636], -"namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f":[2,0,0,1071], -"namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807":[2,0,0,1199], -"namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3":[2,0,0,1830], -"namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345":[2,0,0,923], -"namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94":[2,0,0,1627], -"namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be":[2,0,0,975], -"namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c":[2,0,0,1646], -"namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d":[2,0,0,1888], -"namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93":[2,0,0,1026], -"namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46":[2,0,0,93], -"namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21":[2,0,0,290], -"namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5":[2,0,0,1683], -"namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225":[2,0,0,1016], -"namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf":[2,0,0,712], -"namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b":[2,0,0,91], -"namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75":[2,0,0,919], -"namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38":[2,0,0,288], -"namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2":[2,0,0,1044], -"namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85":[2,0,0,769], -"namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250":[2,0,0,354], -"namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468":[2,0,0,1822], -"namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1":[2,0,0,579], -"namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421":[2,0,0,1289], -"namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8":[2,0,0,1303], -"namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84":[2,0,0,1205], -"namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949":[2,0,0,1634], -"namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8":[2,0,0,1123], -"namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb":[2,0,0,1203], -"namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e":[2,0,0,217], -"namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7":[2,0,0,1561], -"namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506":[2,0,0,695], -"namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1":[2,0,0,1442], -"namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61":[2,0,0,945], -"namespaceamrex.html#a7030037af193bb2bf648e008000c57dd":[2,0,0,1173], -"namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2":[2,0,0,1387], -"namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d":[2,0,0,476], -"namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc":[2,0,0,1126] +"namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6":[2,0,0,460], +"namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b":[2,0,0,915], +"namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed":[2,0,0,1923], +"namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042":[2,0,0,1441], +"namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a":[2,0,0,344], +"namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c":[2,0,0,1325], +"namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e":[2,0,0,1390], +"namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130":[2,0,0,1214], +"namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98":[2,0,0,723], +"namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09":[2,0,0,648], +"namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff":[2,0,0,483], +"namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec":[2,0,0,1182], +"namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5":[2,0,0,1556], +"namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073":[2,0,0,233], +"namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9":[2,0,0,350], +"namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db":[2,0,0,1199], +"namespaceamrex.html#a419832e55be898fd5de9051fdf08cb05":[2,0,0,48], +"namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602":[2,0,0,1531], +"namespaceamrex.html#a41e516952807b4f4cda43c228af03826":[2,0,0,1727], +"namespaceamrex.html#a41e90635b7223dba2b68e165ed924031":[2,0,0,1025], +"namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d":[2,0,0,886], +"namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a":[2,0,0,999], +"namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab":[2,0,0,1255], +"namespaceamrex.html#a4252562789c375cc55a545cd278cf212":[2,0,0,1533], +"namespaceamrex.html#a42587d745d04512fb463b6e351f026a4":[2,0,0,1099], +"namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3":[2,0,0,278], +"namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8":[2,0,0,694], +"namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5":[2,0,0,1097], +"namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb":[2,0,0,1138], +"namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f":[2,0,0,66], +"namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79":[2,0,0,1034], +"namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862":[2,0,0,1039], +"namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a":[2,0,0,495], +"namespaceamrex.html#a43535087747b0d92f5e11040d600be5c":[2,0,0,1420], +"namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51":[2,0,0,214], +"namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e":[2,0,0,499], +"namespaceamrex.html#a438b71d250fb65fd385716c745be94ad":[2,0,0,772], +"namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a":[2,0,0,910], +"namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5":[2,0,0,1508], +"namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67":[2,0,0,618], +"namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac":[2,0,0,767], +"namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3":[2,0,0,269], +"namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f":[2,0,0,516], +"namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40":[2,0,0,1046], +"namespaceamrex.html#a448749e34552187d2fa9254841970a6b":[2,0,0,1573], +"namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd":[2,0,0,364], +"namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574":[2,0,0,308], +"namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780":[2,0,0,1464], +"namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57":[2,0,0,1166], +"namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27":[2,0,0,330], +"namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0":[2,0,0,465], +"namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183":[2,0,0,1461], +"namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20":[2,0,0,1107], +"namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2":[2,0,0,906], +"namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd":[2,0,0,863], +"namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0":[2,0,0,1080], +"namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb":[2,0,0,811], +"namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3":[2,0,0,693], +"namespaceamrex.html#a4807272239c4988862ccf16fef2295cb":[2,0,0,1091], +"namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4":[2,0,0,1196], +"namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f":[2,0,0,1456], +"namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3":[2,0,0,816], +"namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e":[2,0,0,875], +"namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1":[2,0,0,683], +"namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66":[2,0,0,216], +"namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0":[2,0,0,1256], +"namespaceamrex.html#a49f9066a9cfe5af5ae7b757267fb685c":[2,0,0,162], +"namespaceamrex.html#a4a0821339541d218cee0577a42279d6d":[2,0,0,876], +"namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4":[2,0,0,1535], +"namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab":[2,0,0,1187], +"namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce":[2,0,0,841], +"namespaceamrex.html#a4a42aec175a92fa99199546b199534d7":[2,0,0,995], +"namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce":[2,0,0,1817], +"namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d":[2,0,0,1230], +"namespaceamrex.html#a4a765bc79483affb715df32cc1d6d121":[2,0,0,144], +"namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86":[2,0,0,1192], +"namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5":[2,0,0,654], +"namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d":[2,0,0,597], +"namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504":[2,0,0,203], +"namespaceamrex.html#a4b0d01afec5218e25096773af48821bb":[2,0,0,686], +"namespaceamrex.html#a4b20346156e62bf392b0e5870b142762":[2,0,0,1136], +"namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84":[2,0,0,952], +"namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde":[2,0,0,908], +"namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca":[2,0,0,1348], +"namespaceamrex.html#a4b9159591bd7003d44276e822da864d7":[2,0,0,361], +"namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14":[2,0,0,1150], +"namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5":[2,0,0,721], +"namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6":[2,0,0,636], +"namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765":[2,0,0,672], +"namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326":[2,0,0,1491], +"namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4":[2,0,0,1215], +"namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f":[2,0,0,204], +"namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd":[2,0,0,1462], +"namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f":[2,0,0,63], +"namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44":[2,0,0,183], +"namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63":[2,0,0,1598], +"namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08":[2,0,0,861], +"namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362":[2,0,0,454], +"namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab":[2,0,0,1002], +"namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb":[2,0,0,1707], +"namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43":[2,0,0,658], +"namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96":[2,0,0,1469], +"namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39":[2,0,0,688], +"namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878":[2,0,0,1074], +"namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e":[2,0,0,175], +"namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81":[2,0,0,1740], +"namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4":[2,0,0,1044], +"namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3":[2,0,0,703], +"namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4":[2,0,0,830], +"namespaceamrex.html#a4f986eed3c727960060440c029ea10ec":[2,0,0,1101], +"namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4":[2,0,0,1690], +"namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab":[2,0,0,1833], +"namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e":[2,0,0,942], +"namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88":[2,0,0,833], +"namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a":[2,0,0,402], +"namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c":[2,0,0,1213], +"namespaceamrex.html#a5086c850dfa16df677225c8c1139e466":[2,0,0,1322], +"namespaceamrex.html#a511dc2f5222b878782000339b1858f3c":[2,0,0,1399], +"namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50":[2,0,0,852], +"namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35":[2,0,0,489], +"namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b":[2,0,0,1200], +"namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168":[2,0,0,55], +"namespaceamrex.html#a51dfe87d4f076fe5792f33ef87b5971b":[2,0,0,150], +"namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae":[2,0,0,667], +"namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86":[2,0,0,1376], +"namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba":[2,0,0,1119], +"namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7":[2,0,0,998], +"namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439":[2,0,0,1595], +"namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb":[2,0,0,1484], +"namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d":[2,0,0,1606], +"namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc":[2,0,0,1093], +"namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837":[2,0,0,712], +"namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a":[2,0,0,1144], +"namespaceamrex.html#a538016b8eefb9144d408402eec36d390":[2,0,0,405], +"namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf":[2,0,0,1284], +"namespaceamrex.html#a53d306308d380a6d874ad24396fa7673":[2,0,0,1438], +"namespaceamrex.html#a542e598352208488d6049caf539dd073":[2,0,0,1313], +"namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1":[2,0,0,1332], +"namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3":[2,0,0,826], +"namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81":[2,0,0,813], +"namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02":[2,0,0,1600], +"namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773":[2,0,0,1704], +"namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae":[2,0,0,1546], +"namespaceamrex.html#a54e375fb078fbde3c46609319674551f":[2,0,0,1434], +"namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4":[2,0,0,918], +"namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b":[2,0,0,98], +"namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be":[2,0,0,421], +"namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3":[2,0,0,1159], +"namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c":[2,0,0,1359], +"namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46":[2,0,0,981], +"namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385":[2,0,0,556], +"namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87":[2,0,0,387], +"namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58":[2,0,0,75], +"namespaceamrex.html#a5632af39a73771c9c4131e718495680f":[2,0,0,715], +"namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6":[2,0,0,1183], +"namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd":[2,0,0,560], +"namespaceamrex.html#a569ce08aa34785c55e309b897931f64c":[2,0,0,1158], +"namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c":[2,0,0,1204], +"namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b":[2,0,0,1311], +"namespaceamrex.html#a57310fe9971a6396f436f596efa45226":[2,0,0,1596], +"namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4":[2,0,0,1647], +"namespaceamrex.html#a579bc771ad42deaba49bd875435ec349":[2,0,0,416], +"namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34":[2,0,0,831], +"namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820":[2,0,0,1550], +"namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5":[2,0,0,1534], +"namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6":[2,0,0,1340], +"namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a":[2,0,0,1488], +"namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd":[2,0,0,1221], +"namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b":[2,0,0,1632], +"namespaceamrex.html#a58839da4d8763b0d7c76c48492532503":[2,0,0,835], +"namespaceamrex.html#a58afbef5c92433b70e81edcb63d2b15f":[2,0,0,146], +"namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de":[2,0,0,525], +"namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14":[2,0,0,396], +"namespaceamrex.html#a58f6305adbac638674782f274ce8bb80":[2,0,0,545], +"namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3":[2,0,0,1608], +"namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a":[2,0,0,1639], +"namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a":[2,0,0,286], +"namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83":[2,0,0,455], +"namespaceamrex.html#a59793550ea92faf392dc82625edc1f42":[2,0,0,880], +"namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048":[2,0,0,1926], +"namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6":[2,0,0,871], +"namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335":[2,0,0,570], +"namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584":[2,0,0,1433], +"namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252":[2,0,0,1272], +"namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9":[2,0,0,1172], +"namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d":[2,0,0,1067], +"namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142":[2,0,0,850], +"namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1":[2,0,0,965], +"namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d":[2,0,0,1537], +"namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1":[2,0,0,988], +"namespaceamrex.html#a5b5440802e0895fcba37e6b295116585":[2,0,0,507], +"namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d":[2,0,0,1112], +"namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641":[2,0,0,1194], +"namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584":[2,0,0,240], +"namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf":[2,0,0,274], +"namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd":[2,0,0,1356], +"namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5":[2,0,0,418], +"namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7":[2,0,0,413], +"namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1":[2,0,0,956], +"namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be":[2,0,0,221], +"namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e":[2,0,0,443], +"namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6":[2,0,0,1089], +"namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c":[2,0,0,564], +"namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b":[2,0,0,1703], +"namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8":[2,0,0,749], +"namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd":[2,0,0,1670], +"namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7":[2,0,0,885], +"namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4":[2,0,0,519], +"namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe":[2,0,0,236], +"namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92":[2,0,0,1530], +"namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236":[2,0,0,52], +"namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49":[2,0,0,257], +"namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0":[2,0,0,192], +"namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86":[2,0,0,647], +"namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe":[2,0,0,1387], +"namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599":[2,0,0,1086], +"namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a":[2,0,0,1156], +"namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399":[2,0,0,133], +"namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8":[2,0,0,1745], +"namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93":[2,0,0,1298], +"namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc":[2,0,0,1695], +"namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9":[2,0,0,882], +"namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265":[2,0,0,1577], +"namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26":[2,0,0,809], +"namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95":[2,0,0,1552], +"namespaceamrex.html#a60b385a670733e5570818f7007307e1c":[2,0,0,242], +"namespaceamrex.html#a610006830e72a750eb65c44c5a540695":[2,0,0,1659], +"namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0":[2,0,0,1283], +"namespaceamrex.html#a614341eb1f669411a7ae80905a563432":[2,0,0,785], +"namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b":[2,0,0,1337], +"namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5":[2,0,0,1139], +"namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788":[2,0,0,279], +"namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c":[2,0,0,328], +"namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc":[2,0,0,467], +"namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958":[2,0,0,1299], +"namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e":[2,0,0,259], +"namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46":[2,0,0,1210], +"namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a":[2,0,0,1426], +"namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750":[2,0,0,1922], +"namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e":[2,0,0,1483], +"namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77":[2,0,0,878], +"namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4":[2,0,0,1205], +"namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f":[2,0,0,339], +"namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09":[2,0,0,1309], +"namespaceamrex.html#a63990001fd080e6f727c689437f5668e":[2,0,0,1375], +"namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f":[2,0,0,1428], +"namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e":[2,0,0,1641], +"namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06":[2,0,0,1346], +"namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca":[2,0,0,843], +"namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69":[2,0,0,1078] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex5.js b/amrex-hydro/Doxygen/html/navtreeindex5.js index 6c69eb3..a5e7cb7 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex5.js +++ b/amrex-hydro/Doxygen/html/navtreeindex5.js @@ -1,253 +1,253 @@ var NAVTREEINDEX5 = { -"namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1":[2,0,0,581], -"namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc":[2,0,0,762], -"namespaceamrex.html#a71808e748d2cf6ea301231f278269b70":[2,0,0,1218], -"namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd":[2,0,0,567], -"namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b":[2,0,0,969], -"namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618":[2,0,0,755], -"namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a":[2,0,0,1262], -"namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e":[2,0,0,1099], -"namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6":[2,0,0,209], -"namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2":[2,0,0,642], -"namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d":[2,0,0,1020], -"namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a":[2,0,0,108], -"namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696":[2,0,0,1297], -"namespaceamrex.html#a72b732741e32444ef31a46338ee223b5":[2,0,0,602], -"namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629":[2,0,0,797], -"namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6":[2,0,0,242], -"namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87":[2,0,0,420], -"namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb":[2,0,0,686], -"namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e":[2,0,0,628], -"namespaceamrex.html#a73105d96fa345efe695b754359eacc4b":[2,0,0,208], -"namespaceamrex.html#a7316f24daca402f64791688d4c49148e":[2,0,0,252], -"namespaceamrex.html#a73309828f34cc814833092699bdbc241":[2,0,0,743], -"namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1":[2,0,0,926], -"namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c":[2,0,0,1180], -"namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df":[2,0,0,800], -"namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78":[2,0,0,1521], -"namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae":[2,0,0,1127], -"namespaceamrex.html#a74365972e1974d425c106395137bee96":[2,0,0,291], -"namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce":[2,0,0,886], -"namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a":[2,0,0,485], -"namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f":[2,0,0,1285], -"namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e":[2,0,0,527], -"namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1":[2,0,0,1378], -"namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8":[2,0,0,479], -"namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa":[2,0,0,1340], -"namespaceamrex.html#a7584537c492af5e1cad3da079a51c324":[2,0,0,472], -"namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb":[2,0,0,652], -"namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc":[2,0,0,504], -"namespaceamrex.html#a76127d2a544317b8685dc766003d82f2":[2,0,0,1150], -"namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2":[2,0,0,553], -"namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e":[2,0,0,1549], -"namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606":[2,0,0,1574], -"namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b":[2,0,0,958], -"namespaceamrex.html#a76a38ec600a884f18395f0404b185cde":[2,0,0,884], -"namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b":[2,0,0,1238], -"namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420":[2,0,0,1618], -"namespaceamrex.html#a76eee97924f5b2d883d161eb976b2cad":[2,0,0,175], -"namespaceamrex.html#a772dafa4169590c51508fb3feab88a41":[2,0,0,850], -"namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16":[2,0,0,845], -"namespaceamrex.html#a7773f864e34c49038dd8fadcbd41cd36":[2,0,0,167], -"namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c":[2,0,0,1131], -"namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c":[2,0,0,1243], -"namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543":[2,0,0,94], -"namespaceamrex.html#a77d795b6dab3e839da24a64b46179295":[2,0,0,445], -"namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a":[2,0,0,1827], -"namespaceamrex.html#a77d95c55170743c08e673c1066c28ca3":[2,0,0,154], -"namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803":[2,0,0,594], -"namespaceamrex.html#a781271d74f1db31d825f604314a7a50a":[2,0,0,598], -"namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54":[2,0,0,806], -"namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28":[2,0,0,645], -"namespaceamrex.html#a78a68acf45501af596b096939b49995c":[2,0,0,680], -"namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482":[2,0,0,1258], -"namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4":[2,0,0,615], -"namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac":[2,0,0,1570], -"namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5":[2,0,0,1684], -"namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c":[2,0,0,603], -"namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866":[2,0,0,1253], -"namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1":[2,0,0,231], -"namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94":[2,0,0,1054], -"namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab":[2,0,0,486], -"namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95":[2,0,0,490], -"namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33":[2,0,0,218], -"namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97":[2,0,0,1139], -"namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0":[2,0,0,105], -"namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f":[2,0,0,528], -"namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a":[2,0,0,401], -"namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910":[2,0,0,294], -"namespaceamrex.html#a7d635bdb718c30952079c43671149a5d":[2,0,0,570], -"namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83":[2,0,0,518], -"namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9":[2,0,0,86], -"namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989":[2,0,0,1346], -"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc":[2,0,0,124], -"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c":[2,0,0,124,2], -"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8":[2,0,0,124,0], -"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0":[2,0,0,124,3], -"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2":[2,0,0,124,1], -"namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea":[2,0,0,477], -"namespaceamrex.html#a7e0f258a02602680779facdad15ec448":[2,0,0,1724], -"namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db":[2,0,0,582], -"namespaceamrex.html#a7eb1742be92272caefd59407a8effebd":[2,0,0,817], -"namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4":[2,0,0,304], -"namespaceamrex.html#a7ebf2548096900974be75be23948782a":[2,0,0,1051], -"namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c":[2,0,0,1234], -"namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99":[2,0,0,1142], -"namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca":[2,0,0,560], -"namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8":[2,0,0,1411], -"namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087":[2,0,0,60], -"namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a":[2,0,0,540], -"namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6":[2,0,0,1038], -"namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec":[2,0,0,981], -"namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf":[2,0,0,897], -"namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7":[2,0,0,1584], -"namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a":[2,0,0,618], -"namespaceamrex.html#a807d001969408582d355a731cedac987":[2,0,0,474], -"namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f":[2,0,0,609], -"namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64":[2,0,0,524], -"namespaceamrex.html#a814322d519ae32014737504164a0516b":[2,0,0,345], -"namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310":[2,0,0,448], -"namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1":[2,0,0,1214], -"namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733":[2,0,0,429], -"namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2":[2,0,0,531], -"namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412":[2,0,0,99], -"namespaceamrex.html#a82e276db8e18ead0c45086336f342338":[2,0,0,1450], -"namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b":[2,0,0,964], -"namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912":[2,0,0,1657], -"namespaceamrex.html#a8338a320488a4b26607928529d25c1a5":[2,0,0,823], -"namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85":[2,0,0,534], -"namespaceamrex.html#a837670516410d8578c3f4a463f00b086":[2,0,0,1034], -"namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a":[2,0,0,1184], -"namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9":[2,0,0,1350], -"namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636":[2,0,0,1475], -"namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f":[2,0,0,391], -"namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd":[2,0,0,918], -"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b":[2,0,0,122], -"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0":[2,0,0,122,0], -"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad":[2,0,0,122,1], -"namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9":[2,0,0,1539], -"namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504":[2,0,0,1153], -"namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45":[2,0,0,1208], -"namespaceamrex.html#a8435e617376aca0d21759979f518e160":[2,0,0,620], -"namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394":[2,0,0,261], -"namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f":[2,0,0,432], -"namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f":[2,0,0,985], -"namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c":[2,0,0,1536], -"namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73":[2,0,0,387], -"namespaceamrex.html#a85465b1083b6521e51b67fb06c4622cd":[2,0,0,168], -"namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc":[2,0,0,1599], -"namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a":[2,0,0,1310], -"namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8":[2,0,0,1086], -"namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3":[2,0,0,475], -"namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7":[2,0,0,298], -"namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd":[2,0,0,612], -"namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1":[2,0,0,1615], -"namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef":[2,0,0,1515], -"namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0":[2,0,0,714], -"namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae":[2,0,0,1325], -"namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b":[2,0,0,519], -"namespaceamrex.html#a86ff43c965c29ca6c76704135c773345":[2,0,0,1500], -"namespaceamrex.html#a8710f394abe007b53737084c8bbd3021":[2,0,0,736], -"namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e":[2,0,0,637], -"namespaceamrex.html#a8792201c856a367dda275e09047daa33":[2,0,0,83], -"namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd":[2,0,0,303], -"namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6":[2,0,0,1384], -"namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d":[2,0,0,1014], -"namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320":[2,0,0,1692], -"namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643":[2,0,0,1138], -"namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394":[2,0,0,718], -"namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73":[2,0,0,1598], -"namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc":[2,0,0,1118], -"namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5":[2,0,0,1369], -"namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b":[2,0,0,974], -"namespaceamrex.html#a884f63b4c32929437cf596c59b26c311":[2,0,0,595], -"namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9":[2,0,0,1120], -"namespaceamrex.html#a886f36aeb28a74726d439caf38872073":[2,0,0,499], -"namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393":[2,0,0,117], -"namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d":[2,0,0,392], -"namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312":[2,0,0,931], -"namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642":[2,0,0,634], -"namespaceamrex.html#a891e143331ef3de0742dfb5022e05909":[2,0,0,1541], -"namespaceamrex.html#a894a812531d6362ce4ac5065c3224699":[2,0,0,368], -"namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b":[2,0,0,1329], -"namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8":[2,0,0,825], -"namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb":[2,0,0,212], -"namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17":[2,0,0,204], -"namespaceamrex.html#a8a08ba07924919817676a76596d29044":[2,0,0,1104], -"namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93":[2,0,0,1259], -"namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39":[2,0,0,1264], -"namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f":[2,0,0,1059], -"namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19":[2,0,0,1039], -"namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b":[2,0,0,713], -"namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d":[2,0,0,648], -"namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd":[2,0,0,52], -"namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7":[2,0,0,1293], -"namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37":[2,0,0,836], -"namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c":[2,0,0,347], -"namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab":[2,0,0,1905], -"namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a":[2,0,0,314], -"namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da":[2,0,0,916], -"namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff":[2,0,0,299], -"namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac":[2,0,0,600], -"namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef":[2,0,0,265], -"namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da":[2,0,0,1439], -"namespaceamrex.html#a8d39fa37907313633609b0b404501b7d":[2,0,0,1562], -"namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1":[2,0,0,461], -"namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f":[2,0,0,890], -"namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88":[2,0,0,369], -"namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69":[2,0,0,123], -"namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd":[2,0,0,123,0], -"namespaceamrex.html#a8e05ed632badf5af8c6402411043f313":[2,0,0,1367], -"namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9":[2,0,0,1715], -"namespaceamrex.html#a8e766038223d0266729aaf683f0b45be":[2,0,0,1246], -"namespaceamrex.html#a8ec73e9321cbfd5d28374107ef24d4a5":[2,0,0,159], -"namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736":[2,0,0,1189], -"namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459":[2,0,0,1415], -"namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb":[2,0,0,1444], -"namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409":[2,0,0,656], -"namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a":[2,0,0,758], -"namespaceamrex.html#a906c729b79191fe3198b461187b58068":[2,0,0,924], -"namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1":[2,0,0,1207], -"namespaceamrex.html#a911442fbfdd591235baf90cac01d9856":[2,0,0,356], -"namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824":[2,0,0,1658], -"namespaceamrex.html#a914656d851c249d6787f813ea09a6626":[2,0,0,1405], -"namespaceamrex.html#a91e9157204259b13b72b493e055e1153":[2,0,0,929], -"namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9":[2,0,0,95], -"namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a":[2,0,0,747], -"namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06":[2,0,0,1301], -"namespaceamrex.html#a92c05a647ef5ca2febfea878ac7237c0":[2,0,0,163], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28":[2,0,0,131], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d":[2,0,0,1767], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9":[2,0,0,1776], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7":[2,0,0,1784], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e":[2,0,0,1752], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9":[2,0,0,1761], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b":[2,0,0,1781], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2":[2,0,0,1775], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a":[2,0,0,1774], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183":[2,0,0,1771], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1":[2,0,0,1754], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666":[2,0,0,1756], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798":[2,0,0,1763], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b":[2,0,0,1783], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139":[2,0,0,1757], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83":[2,0,0,1764], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3":[2,0,0,1773], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983":[2,0,0,1777], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae":[2,0,0,1772], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322":[2,0,0,1762], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797":[2,0,0,1770], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab":[2,0,0,1780], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571":[2,0,0,1779], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c":[2,0,0,1782], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc":[2,0,0,1768], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b":[2,0,0,1769], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085":[2,0,0,1766], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563":[2,0,0,1760], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d":[2,0,0,1765], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348":[2,0,0,1753], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad":[2,0,0,1758], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee":[2,0,0,1778], -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0":[2,0,0,1755] +"namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1":[2,0,0,663], +"namespaceamrex.html#a643762b10ddb6c66e880320c6df34809":[2,0,0,1532], +"namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f":[2,0,0,853], +"namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df":[2,0,0,980], +"namespaceamrex.html#a64c77616437c6705f7880c08e0032062":[2,0,0,637], +"namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6":[2,0,0,281], +"namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26":[2,0,0,1096], +"namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0":[2,0,0,285], +"namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e":[2,0,0,1424], +"namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd":[2,0,0,404], +"namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52":[2,0,0,1476], +"namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7":[2,0,0,409], +"namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349":[2,0,0,696], +"namespaceamrex.html#a6679712ad1417670bc200da8883e4fed":[2,0,0,883], +"namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1":[2,0,0,1351], +"namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3":[2,0,0,329], +"namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42":[2,0,0,1164], +"namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e":[2,0,0,1064], +"namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf":[2,0,0,1123], +"namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3":[2,0,0,1237], +"namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6":[2,0,0,1431], +"namespaceamrex.html#a67b24cef9df62e8cced041445b239e86":[2,0,0,280], +"namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8":[2,0,0,1630], +"namespaceamrex.html#a6815d583f941a297bbef6d77214829c8":[2,0,0,1384], +"namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e":[2,0,0,319], +"namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2":[2,0,0,760], +"namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2":[2,0,0,461], +"namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96":[2,0,0,1225], +"namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8":[2,0,0,741], +"namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97":[2,0,0,470], +"namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691":[2,0,0,197], +"namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be":[2,0,0,977], +"namespaceamrex.html#a69911bccde2f992eb93a426d24557e11":[2,0,0,754], +"namespaceamrex.html#a69bee84824fdeec94ff8ae48596594f6":[2,0,0,163], +"namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6":[2,0,0,1492], +"namespaceamrex.html#a69d802515c95f3e9ae4c4e54f39ceb71":[2,0,0,171], +"namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3":[2,0,0,752], +"namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b":[2,0,0,1480], +"namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a":[2,0,0,288], +"namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a":[2,0,0,1282], +"namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75":[2,0,0,911], +"namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222":[2,0,0,1087], +"namespaceamrex.html#a6b53227a97323409b958730f49ebb17b":[2,0,0,642], +"namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809":[2,0,0,217], +"namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a":[2,0,0,873], +"namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a":[2,0,0,1628], +"namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa":[2,0,0,1006], +"namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae":[2,0,0,784], +"namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9":[2,0,0,1815], +"namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f":[2,0,0,1467], +"namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb":[2,0,0,1640], +"namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f":[2,0,0,1075], +"namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807":[2,0,0,1203], +"namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3":[2,0,0,1834], +"namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345":[2,0,0,927], +"namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94":[2,0,0,1631], +"namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be":[2,0,0,979], +"namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c":[2,0,0,1650], +"namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d":[2,0,0,1892], +"namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93":[2,0,0,1030], +"namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46":[2,0,0,94], +"namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21":[2,0,0,292], +"namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5":[2,0,0,1687], +"namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225":[2,0,0,1020], +"namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf":[2,0,0,716], +"namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b":[2,0,0,92], +"namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75":[2,0,0,923], +"namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38":[2,0,0,290], +"namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2":[2,0,0,1048], +"namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85":[2,0,0,773], +"namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250":[2,0,0,356], +"namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468":[2,0,0,1826], +"namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1":[2,0,0,583], +"namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421":[2,0,0,1293], +"namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8":[2,0,0,1307], +"namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84":[2,0,0,1209], +"namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949":[2,0,0,1638], +"namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8":[2,0,0,1127], +"namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb":[2,0,0,1207], +"namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e":[2,0,0,218], +"namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7":[2,0,0,1565], +"namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506":[2,0,0,699], +"namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1":[2,0,0,1446], +"namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61":[2,0,0,949], +"namespaceamrex.html#a7030037af193bb2bf648e008000c57dd":[2,0,0,1177], +"namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2":[2,0,0,1391], +"namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d":[2,0,0,478], +"namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc":[2,0,0,1130], +"namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1":[2,0,0,585], +"namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc":[2,0,0,766], +"namespaceamrex.html#a71808e748d2cf6ea301231f278269b70":[2,0,0,1222], +"namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd":[2,0,0,569], +"namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b":[2,0,0,973], +"namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618":[2,0,0,759], +"namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a":[2,0,0,1266], +"namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e":[2,0,0,1103], +"namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6":[2,0,0,210], +"namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2":[2,0,0,646], +"namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d":[2,0,0,1024], +"namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a":[2,0,0,109], +"namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696":[2,0,0,1301], +"namespaceamrex.html#a72b732741e32444ef31a46338ee223b5":[2,0,0,606], +"namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629":[2,0,0,801], +"namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6":[2,0,0,244], +"namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87":[2,0,0,422], +"namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb":[2,0,0,690], +"namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e":[2,0,0,632], +"namespaceamrex.html#a73105d96fa345efe695b754359eacc4b":[2,0,0,209], +"namespaceamrex.html#a7316f24daca402f64791688d4c49148e":[2,0,0,254], +"namespaceamrex.html#a73309828f34cc814833092699bdbc241":[2,0,0,747], +"namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1":[2,0,0,930], +"namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c":[2,0,0,1184], +"namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df":[2,0,0,804], +"namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78":[2,0,0,1525], +"namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae":[2,0,0,1131], +"namespaceamrex.html#a74365972e1974d425c106395137bee96":[2,0,0,293], +"namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce":[2,0,0,890], +"namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a":[2,0,0,487], +"namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f":[2,0,0,1289], +"namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e":[2,0,0,529], +"namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1":[2,0,0,1382], +"namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8":[2,0,0,481], +"namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa":[2,0,0,1344], +"namespaceamrex.html#a7584537c492af5e1cad3da079a51c324":[2,0,0,474], +"namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb":[2,0,0,656], +"namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc":[2,0,0,506], +"namespaceamrex.html#a76127d2a544317b8685dc766003d82f2":[2,0,0,1154], +"namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2":[2,0,0,555], +"namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e":[2,0,0,1553], +"namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606":[2,0,0,1578], +"namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b":[2,0,0,962], +"namespaceamrex.html#a76a38ec600a884f18395f0404b185cde":[2,0,0,888], +"namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b":[2,0,0,1242], +"namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420":[2,0,0,1622], +"namespaceamrex.html#a76eee97924f5b2d883d161eb976b2cad":[2,0,0,176], +"namespaceamrex.html#a772dafa4169590c51508fb3feab88a41":[2,0,0,854], +"namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16":[2,0,0,849], +"namespaceamrex.html#a7773f864e34c49038dd8fadcbd41cd36":[2,0,0,168], +"namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c":[2,0,0,1135], +"namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c":[2,0,0,1247], +"namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543":[2,0,0,95], +"namespaceamrex.html#a77d795b6dab3e839da24a64b46179295":[2,0,0,447], +"namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a":[2,0,0,1831], +"namespaceamrex.html#a77d95c55170743c08e673c1066c28ca3":[2,0,0,155], +"namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803":[2,0,0,598], +"namespaceamrex.html#a781271d74f1db31d825f604314a7a50a":[2,0,0,602], +"namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54":[2,0,0,810], +"namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28":[2,0,0,649], +"namespaceamrex.html#a78a68acf45501af596b096939b49995c":[2,0,0,684], +"namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482":[2,0,0,1262], +"namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4":[2,0,0,619], +"namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac":[2,0,0,1574], +"namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5":[2,0,0,1688], +"namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c":[2,0,0,607], +"namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866":[2,0,0,1257], +"namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1":[2,0,0,232], +"namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94":[2,0,0,1058], +"namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab":[2,0,0,488], +"namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95":[2,0,0,492], +"namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33":[2,0,0,219], +"namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97":[2,0,0,1143], +"namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0":[2,0,0,106], +"namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f":[2,0,0,530], +"namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a":[2,0,0,403], +"namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910":[2,0,0,296], +"namespaceamrex.html#a7d635bdb718c30952079c43671149a5d":[2,0,0,572], +"namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83":[2,0,0,520], +"namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9":[2,0,0,87], +"namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989":[2,0,0,1350], +"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc":[2,0,0,125], +"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c":[2,0,0,125,2], +"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8":[2,0,0,125,0], +"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0":[2,0,0,125,3], +"namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2":[2,0,0,125,1], +"namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea":[2,0,0,479], +"namespaceamrex.html#a7e0f258a02602680779facdad15ec448":[2,0,0,1728], +"namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db":[2,0,0,586], +"namespaceamrex.html#a7eb1742be92272caefd59407a8effebd":[2,0,0,821], +"namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4":[2,0,0,306], +"namespaceamrex.html#a7ebf2548096900974be75be23948782a":[2,0,0,1055], +"namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c":[2,0,0,1238], +"namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99":[2,0,0,1146], +"namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca":[2,0,0,562], +"namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8":[2,0,0,1415], +"namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087":[2,0,0,61], +"namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a":[2,0,0,542], +"namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6":[2,0,0,1042], +"namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec":[2,0,0,985], +"namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf":[2,0,0,901], +"namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7":[2,0,0,1588], +"namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a":[2,0,0,622], +"namespaceamrex.html#a807d001969408582d355a731cedac987":[2,0,0,476], +"namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f":[2,0,0,613], +"namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64":[2,0,0,526], +"namespaceamrex.html#a814322d519ae32014737504164a0516b":[2,0,0,347], +"namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310":[2,0,0,450], +"namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1":[2,0,0,1218], +"namespaceamrex.html#a820fe7f4b24ef2fb26162e20cbd2fc6c":[2,0,0,243], +"namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733":[2,0,0,431], +"namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2":[2,0,0,533], +"namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412":[2,0,0,100], +"namespaceamrex.html#a82e276db8e18ead0c45086336f342338":[2,0,0,1454], +"namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b":[2,0,0,968], +"namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912":[2,0,0,1661], +"namespaceamrex.html#a8338a320488a4b26607928529d25c1a5":[2,0,0,827], +"namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85":[2,0,0,536], +"namespaceamrex.html#a837670516410d8578c3f4a463f00b086":[2,0,0,1038], +"namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a":[2,0,0,1188], +"namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9":[2,0,0,1354], +"namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636":[2,0,0,1479], +"namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f":[2,0,0,393], +"namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd":[2,0,0,922], +"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b":[2,0,0,123], +"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0":[2,0,0,123,0], +"namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad":[2,0,0,123,1], +"namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9":[2,0,0,1543], +"namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504":[2,0,0,1157], +"namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45":[2,0,0,1212], +"namespaceamrex.html#a8435e617376aca0d21759979f518e160":[2,0,0,624], +"namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394":[2,0,0,263], +"namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f":[2,0,0,434], +"namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f":[2,0,0,989], +"namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c":[2,0,0,1540], +"namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73":[2,0,0,389], +"namespaceamrex.html#a85465b1083b6521e51b67fb06c4622cd":[2,0,0,169], +"namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc":[2,0,0,1603], +"namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a":[2,0,0,1314], +"namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8":[2,0,0,1090], +"namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3":[2,0,0,477], +"namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7":[2,0,0,300], +"namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd":[2,0,0,616], +"namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1":[2,0,0,1619], +"namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef":[2,0,0,1519], +"namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0":[2,0,0,718], +"namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae":[2,0,0,1329], +"namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b":[2,0,0,521], +"namespaceamrex.html#a86ff43c965c29ca6c76704135c773345":[2,0,0,1504], +"namespaceamrex.html#a8710f394abe007b53737084c8bbd3021":[2,0,0,740], +"namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e":[2,0,0,641], +"namespaceamrex.html#a8792201c856a367dda275e09047daa33":[2,0,0,84], +"namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd":[2,0,0,305], +"namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6":[2,0,0,1388], +"namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d":[2,0,0,1018], +"namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320":[2,0,0,1696], +"namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643":[2,0,0,1142], +"namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394":[2,0,0,722], +"namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73":[2,0,0,1602], +"namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc":[2,0,0,1122], +"namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5":[2,0,0,1373], +"namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b":[2,0,0,978] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex6.js b/amrex-hydro/Doxygen/html/navtreeindex6.js index fc0ee22..30b641c 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex6.js +++ b/amrex-hydro/Doxygen/html/navtreeindex6.js @@ -1,253 +1,253 @@ var NAVTREEINDEX6 = { -"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7":[2,0,0,1759], -"namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7":[2,0,0,1556], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4":[2,0,0,119], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064":[2,0,0,119,4], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f":[2,0,0,119,7], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57":[2,0,0,119,3], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67":[2,0,0,119,0], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb":[2,0,0,119,5], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b":[2,0,0,119,6], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132":[2,0,0,119,1], -"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13":[2,0,0,119,2], -"namespaceamrex.html#a932a04b3088166f5be65d24d2de33213":[2,0,0,771], -"namespaceamrex.html#a9348bb6be668d8676abbae239e898379":[2,0,0,1187], -"namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00":[2,0,0,596], -"namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046":[2,0,0,1017], -"namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e":[2,0,0,1062], -"namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be":[2,0,0,451], -"namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9":[2,0,0,378], -"namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46":[2,0,0,498], -"namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1":[2,0,0,753], -"namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21":[2,0,0,1503], -"namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17":[2,0,0,118], -"namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745":[2,0,0,1516], -"namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a":[2,0,0,1400], -"namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344":[2,0,0,1269], -"namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153":[2,0,0,1172], -"namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93":[2,0,0,599], -"namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2":[2,0,0,229], -"namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a":[2,0,0,1629], -"namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf":[2,0,0,666], -"namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9":[2,0,0,899], -"namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7":[2,0,0,274], -"namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef":[2,0,0,1443], -"namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c":[2,0,0,1241], -"namespaceamrex.html#a96d871d7335ff9e044d6623476c77023":[2,0,0,169], -"namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323":[2,0,0,1288], -"namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417":[2,0,0,1617], -"namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f":[2,0,0,1544], -"namespaceamrex.html#a97e82311191ed8084579b1bddf314096":[2,0,0,860], -"namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855":[2,0,0,1073], -"namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05":[2,0,0,78], -"namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af":[2,0,0,382], -"namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606":[2,0,0,1519], -"namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2":[2,0,0,649], -"namespaceamrex.html#a98d800b1df2cb51d14698a774c042149":[2,0,0,651], -"namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8":[2,0,0,986], -"namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4":[2,0,0,198], -"namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26":[2,0,0,559], -"namespaceamrex.html#a991630c159fc9def80cb6f19864cd029":[2,0,0,1273], -"namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966":[2,0,0,388], -"namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7":[2,0,0,1257], -"namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a":[2,0,0,937], -"namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90":[2,0,0,1327], -"namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a":[2,0,0,847], -"namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32":[2,0,0,1033], -"namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023":[2,0,0,1232], -"namespaceamrex.html#a9a502210430a0780c1ee189758385a60":[2,0,0,1716], -"namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d":[2,0,0,312], -"namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8":[2,0,0,537], -"namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a":[2,0,0,653], -"namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de":[2,0,0,1390], -"namespaceamrex.html#a9ad547d6295814fdf857cbec46887092":[2,0,0,187], -"namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1":[2,0,0,1202], -"namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b":[2,0,0,673], -"namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97":[2,0,0,1485], -"namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f":[2,0,0,1084], -"namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733":[2,0,0,1482], -"namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7":[2,0,0,640], -"namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3":[2,0,0,963], -"namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73":[2,0,0,610], -"namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25":[2,0,0,1681], -"namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf":[2,0,0,551], -"namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff":[2,0,0,307], -"namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42":[2,0,0,1824], -"namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f":[2,0,0,110], -"namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162":[2,0,0,1568], -"namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4":[2,0,0,724], -"namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91":[2,0,0,1256], -"namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84":[2,0,0,573], -"namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2":[2,0,0,1169], -"namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5":[2,0,0,510], -"namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9":[2,0,0,978], -"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6":[2,0,0,126], -"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1":[2,0,0,1731], -"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0":[2,0,0,1927], -"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4":[2,0,0,1732], -"namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de":[2,0,0,250], -"namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2":[2,0,0,1249], -"namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32":[2,0,0,50], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d":[2,0,0,133], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9":[2,0,0,1794], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec":[2,0,0,1790], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb":[2,0,0,1805], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a":[2,0,0,1788], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1":[2,0,0,1745], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a":[2,0,0,1804], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1":[2,0,0,1795], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f":[2,0,0,1751], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52":[2,0,0,1796], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8":[2,0,0,1789], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed":[2,0,0,1792], -"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad":[2,0,0,1802], -"namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb":[2,0,0,76], -"namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b":[2,0,0,1322], -"namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c":[2,0,0,721], -"namespaceamrex.html#aa038af75a97822c5df21f691781e2145":[2,0,0,1353], -"namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463":[2,0,0,1005], -"namespaceamrex.html#aa081e015e8252796d1f7675189020446":[2,0,0,694], -"namespaceamrex.html#aa08464d7633bb6fcba918c743263f295":[2,0,0,732], -"namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6":[2,0,0,1423], -"namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2":[2,0,0,1464], -"namespaceamrex.html#aa143e23e7784eca50c904ce19588d503":[2,0,0,480], -"namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887":[2,0,0,1141], -"namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689":[2,0,0,1066], -"namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268":[2,0,0,201], -"namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250":[2,0,0,1497], -"namespaceamrex.html#aa196b29d490603bb92e78f1e56593846":[2,0,0,993], -"namespaceamrex.html#aa19e32efb675dcc201a9794920a74332":[2,0,0,936], -"namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650":[2,0,0,428], -"namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d":[2,0,0,1349], -"namespaceamrex.html#aa264b7308102fabb2a7356eea1800644":[2,0,0,1810], -"namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0":[2,0,0,1601], -"namespaceamrex.html#aa2acbc851871868eb313f35d3512e986":[2,0,0,1672], -"namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e":[2,0,0,1649], -"namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8":[2,0,0,672], -"namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75":[2,0,0,887], -"namespaceamrex.html#aa344491aa8595281823c18ab0d27d760":[2,0,0,1191], -"namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98":[2,0,0,390], -"namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262":[2,0,0,898], -"namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26":[2,0,0,1816], -"namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d":[2,0,0,707], -"namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d":[2,0,0,764], -"namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c":[2,0,0,1582], -"namespaceamrex.html#aa3fc410d182f902647727772313eb291":[2,0,0,1709], -"namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2":[2,0,0,913], -"namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1":[2,0,0,192], -"namespaceamrex.html#aa4218302a2408df87af69fc4435920cf":[2,0,0,892], -"namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2":[2,0,0,585], -"namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd":[2,0,0,1049], -"namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29":[2,0,0,1401], -"namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769":[2,0,0,751], -"namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5":[2,0,0,1720], -"namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec":[2,0,0,569], -"namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a":[2,0,0,1706], -"namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6":[2,0,0,636], -"namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a":[2,0,0,1645], -"namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d":[2,0,0,409], -"namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746":[2,0,0,1490], -"namespaceamrex.html#aa60205e03d594df934b5b3afd723c764":[2,0,0,301], -"namespaceamrex.html#aa60440de48a953eec9553933d683ef9e":[2,0,0,1701], -"namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8":[2,0,0,396], -"namespaceamrex.html#aa628a3790133afeee83102618fefc0f9":[2,0,0,671], -"namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546":[2,0,0,1608], -"namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82":[2,0,0,741], -"namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c":[2,0,0,1240], -"namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322":[2,0,0,1557], -"namespaceamrex.html#aa6f624229959bee80f1444371bb5babc":[2,0,0,1491], -"namespaceamrex.html#aa7261f50da60e78a42e700384710cd47":[2,0,0,308], -"namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca":[2,0,0,852], -"namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af":[2,0,0,1419], -"namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606":[2,0,0,1261], -"namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919":[2,0,0,1585], -"namespaceamrex.html#aa7987e46b80fa56902831dbe79888564":[2,0,0,635], -"namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46":[2,0,0,329], -"namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec":[2,0,0,1287], -"namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57":[2,0,0,240], -"namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4":[2,0,0,1631], -"namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab":[2,0,0,925], -"namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0":[2,0,0,311], -"namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6":[2,0,0,188], -"namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8":[2,0,0,1600], -"namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6":[2,0,0,1316], -"namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa":[2,0,0,704], -"namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5":[2,0,0,88], -"namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d":[2,0,0,541], -"namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c":[2,0,0,1664], -"namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133":[2,0,0,657], -"namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7":[2,0,0,1630], -"namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492":[2,0,0,383], -"namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934":[2,0,0,1685], -"namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e":[2,0,0,655], -"namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682":[2,0,0,1433], -"namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4":[2,0,0,464], -"namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3":[2,0,0,842], -"namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6":[2,0,0,1418], -"namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be":[2,0,0,810], -"namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135":[2,0,0,613], -"namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8":[2,0,0,219], -"namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339":[2,0,0,885], -"namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868":[2,0,0,1361], -"namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e":[2,0,0,932], -"namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69":[2,0,0,495], -"namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb":[2,0,0,691], -"namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f":[2,0,0,1467], -"namespaceamrex.html#aac2545137f1cadac01321de2f527ecac":[2,0,0,773], -"namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e":[2,0,0,1462], -"namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6":[2,0,0,742], -"namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672":[2,0,0,767], -"namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87":[2,0,0,410], -"namespaceamrex.html#aac7253360db8634d12242f7237ff2af1":[2,0,0,56], -"namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5":[2,0,0,1263], -"namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04":[2,0,0,533], -"namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec":[2,0,0,67], -"namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6":[2,0,0,1245], -"namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c":[2,0,0,430], -"namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22":[2,0,0,1721], -"namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a":[2,0,0,1078], -"namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb":[2,0,0,1583], -"namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603":[2,0,0,1250], -"namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d":[2,0,0,641], -"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e":[2,0,0,129], -"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845":[2,0,0,129,1], -"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578":[2,0,0,129,0], -"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d":[2,0,0,129,2], -"namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c":[2,0,0,1031], -"namespaceamrex.html#aadaa422c5855785fcc975c32809700fb":[2,0,0,607], -"namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a":[2,0,0,1311], -"namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864":[2,0,0,1478], -"namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573":[2,0,0,424], -"namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8":[2,0,0,1105], -"namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731":[2,0,0,1451], -"namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122":[2,0,0,371], -"namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87":[2,0,0,1145], -"namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb":[2,0,0,460], -"namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e":[2,0,0,1711], -"namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71":[2,0,0,776], -"namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a":[2,0,0,949], -"namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79":[2,0,0,1605], -"namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0":[2,0,0,1718], -"namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88":[2,0,0,1559], -"namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3":[2,0,0,1466], -"namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8":[2,0,0,1540], -"namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6":[2,0,0,318], -"namespaceamrex.html#ab0df509765624d623f31c61fecd40158":[2,0,0,367], -"namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9":[2,0,0,222], -"namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825":[2,0,0,856], -"namespaceamrex.html#ab1293861fa35f7217666cb145467f09f":[2,0,0,1354], -"namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20":[2,0,0,1693], -"namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa":[2,0,0,1496], -"namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e":[2,0,0,1292], -"namespaceamrex.html#ab28eefec426cf22afcff6bd888243731":[2,0,0,1656], -"namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14":[2,0,0,226], -"namespaceamrex.html#ab2cab819df733b89d0356224d626a877":[2,0,0,1171], -"namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83":[2,0,0,586], -"namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344":[2,0,0,858], -"namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67":[2,0,0,786], -"namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af":[2,0,0,350], -"namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807":[2,0,0,703], -"namespaceamrex.html#ab4091ae0cef4a267c78724116432a941":[2,0,0,1707], -"namespaceamrex.html#ab427586186a5143d74279bb26107044a":[2,0,0,1520] +"namespaceamrex.html#a884f63b4c32929437cf596c59b26c311":[2,0,0,599], +"namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9":[2,0,0,1124], +"namespaceamrex.html#a886f36aeb28a74726d439caf38872073":[2,0,0,501], +"namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393":[2,0,0,118], +"namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d":[2,0,0,394], +"namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312":[2,0,0,935], +"namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642":[2,0,0,638], +"namespaceamrex.html#a891e143331ef3de0742dfb5022e05909":[2,0,0,1545], +"namespaceamrex.html#a894a812531d6362ce4ac5065c3224699":[2,0,0,370], +"namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b":[2,0,0,1333], +"namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8":[2,0,0,829], +"namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb":[2,0,0,213], +"namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17":[2,0,0,205], +"namespaceamrex.html#a8a08ba07924919817676a76596d29044":[2,0,0,1108], +"namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93":[2,0,0,1263], +"namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39":[2,0,0,1268], +"namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f":[2,0,0,1063], +"namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19":[2,0,0,1043], +"namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b":[2,0,0,717], +"namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d":[2,0,0,652], +"namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd":[2,0,0,53], +"namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7":[2,0,0,1297], +"namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37":[2,0,0,840], +"namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c":[2,0,0,349], +"namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab":[2,0,0,1909], +"namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a":[2,0,0,316], +"namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da":[2,0,0,920], +"namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff":[2,0,0,301], +"namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac":[2,0,0,604], +"namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef":[2,0,0,267], +"namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da":[2,0,0,1443], +"namespaceamrex.html#a8d39fa37907313633609b0b404501b7d":[2,0,0,1566], +"namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1":[2,0,0,463], +"namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f":[2,0,0,894], +"namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88":[2,0,0,371], +"namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69":[2,0,0,124], +"namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd":[2,0,0,124,0], +"namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9":[2,0,0,1719], +"namespaceamrex.html#a8e766038223d0266729aaf683f0b45be":[2,0,0,1250], +"namespaceamrex.html#a8ec73e9321cbfd5d28374107ef24d4a5":[2,0,0,160], +"namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736":[2,0,0,1193], +"namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459":[2,0,0,1419], +"namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb":[2,0,0,1448], +"namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409":[2,0,0,660], +"namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a":[2,0,0,762], +"namespaceamrex.html#a906c729b79191fe3198b461187b58068":[2,0,0,928], +"namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1":[2,0,0,1211], +"namespaceamrex.html#a911442fbfdd591235baf90cac01d9856":[2,0,0,358], +"namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824":[2,0,0,1662], +"namespaceamrex.html#a914656d851c249d6787f813ea09a6626":[2,0,0,1409], +"namespaceamrex.html#a91e9157204259b13b72b493e055e1153":[2,0,0,933], +"namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9":[2,0,0,96], +"namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a":[2,0,0,751], +"namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06":[2,0,0,1305], +"namespaceamrex.html#a92c05a647ef5ca2febfea878ac7237c0":[2,0,0,164], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28":[2,0,0,132], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d":[2,0,0,1771], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9":[2,0,0,1780], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7":[2,0,0,1788], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e":[2,0,0,1756], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9":[2,0,0,1765], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b":[2,0,0,1785], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2":[2,0,0,1779], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a":[2,0,0,1778], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183":[2,0,0,1775], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1":[2,0,0,1758], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666":[2,0,0,1760], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798":[2,0,0,1767], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b":[2,0,0,1787], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139":[2,0,0,1761], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83":[2,0,0,1768], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3":[2,0,0,1777], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983":[2,0,0,1781], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae":[2,0,0,1776], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322":[2,0,0,1766], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797":[2,0,0,1774], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab":[2,0,0,1784], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571":[2,0,0,1783], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c":[2,0,0,1786], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc":[2,0,0,1772], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b":[2,0,0,1773], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085":[2,0,0,1770], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563":[2,0,0,1764], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d":[2,0,0,1769], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348":[2,0,0,1757], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad":[2,0,0,1762], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee":[2,0,0,1782], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0":[2,0,0,1759], +"namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7":[2,0,0,1763], +"namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7":[2,0,0,1560], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4":[2,0,0,120], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064":[2,0,0,120,4], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f":[2,0,0,120,7], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57":[2,0,0,120,3], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67":[2,0,0,120,0], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb":[2,0,0,120,5], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b":[2,0,0,120,6], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132":[2,0,0,120,1], +"namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13":[2,0,0,120,2], +"namespaceamrex.html#a932a04b3088166f5be65d24d2de33213":[2,0,0,775], +"namespaceamrex.html#a9348bb6be668d8676abbae239e898379":[2,0,0,1191], +"namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00":[2,0,0,600], +"namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046":[2,0,0,1021], +"namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e":[2,0,0,1066], +"namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be":[2,0,0,453], +"namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9":[2,0,0,380], +"namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46":[2,0,0,500], +"namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1":[2,0,0,757], +"namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21":[2,0,0,1507], +"namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17":[2,0,0,119], +"namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745":[2,0,0,1520], +"namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a":[2,0,0,1404], +"namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344":[2,0,0,1273], +"namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153":[2,0,0,1176], +"namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93":[2,0,0,603], +"namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2":[2,0,0,230], +"namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a":[2,0,0,1633], +"namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf":[2,0,0,670], +"namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9":[2,0,0,903], +"namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7":[2,0,0,276], +"namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef":[2,0,0,1447], +"namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c":[2,0,0,1245], +"namespaceamrex.html#a96d871d7335ff9e044d6623476c77023":[2,0,0,170], +"namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323":[2,0,0,1292], +"namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417":[2,0,0,1621], +"namespaceamrex.html#a97a94af0fa091bf7fe84c64000abbfb9":[2,0,0,1370], +"namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f":[2,0,0,1548], +"namespaceamrex.html#a97e82311191ed8084579b1bddf314096":[2,0,0,864], +"namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855":[2,0,0,1077], +"namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05":[2,0,0,79], +"namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af":[2,0,0,384], +"namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606":[2,0,0,1523], +"namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2":[2,0,0,653], +"namespaceamrex.html#a98d800b1df2cb51d14698a774c042149":[2,0,0,655], +"namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8":[2,0,0,990], +"namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4":[2,0,0,199], +"namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26":[2,0,0,561], +"namespaceamrex.html#a991630c159fc9def80cb6f19864cd029":[2,0,0,1277], +"namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966":[2,0,0,390], +"namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7":[2,0,0,1261], +"namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a":[2,0,0,941], +"namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90":[2,0,0,1331], +"namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a":[2,0,0,851], +"namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32":[2,0,0,1037], +"namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023":[2,0,0,1236], +"namespaceamrex.html#a9a502210430a0780c1ee189758385a60":[2,0,0,1720], +"namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d":[2,0,0,314], +"namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8":[2,0,0,539], +"namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a":[2,0,0,657], +"namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de":[2,0,0,1394], +"namespaceamrex.html#a9ad547d6295814fdf857cbec46887092":[2,0,0,188], +"namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1":[2,0,0,1206], +"namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b":[2,0,0,677], +"namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97":[2,0,0,1489], +"namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f":[2,0,0,1088], +"namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733":[2,0,0,1486], +"namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7":[2,0,0,644], +"namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3":[2,0,0,967], +"namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73":[2,0,0,614], +"namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25":[2,0,0,1685], +"namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf":[2,0,0,553], +"namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff":[2,0,0,309], +"namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42":[2,0,0,1828], +"namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f":[2,0,0,111], +"namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162":[2,0,0,1572], +"namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4":[2,0,0,728], +"namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91":[2,0,0,1260], +"namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84":[2,0,0,576], +"namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2":[2,0,0,1173], +"namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5":[2,0,0,512], +"namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9":[2,0,0,982], +"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6":[2,0,0,127], +"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1":[2,0,0,1735], +"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0":[2,0,0,1931], +"namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4":[2,0,0,1736], +"namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de":[2,0,0,252], +"namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2":[2,0,0,1253], +"namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32":[2,0,0,51], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d":[2,0,0,134], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9":[2,0,0,1798], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec":[2,0,0,1794], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb":[2,0,0,1809], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a":[2,0,0,1792], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1":[2,0,0,1749], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a":[2,0,0,1808], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1":[2,0,0,1799], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f":[2,0,0,1755], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52":[2,0,0,1800], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8":[2,0,0,1793], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed":[2,0,0,1796], +"namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad":[2,0,0,1806], +"namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb":[2,0,0,77], +"namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b":[2,0,0,1326], +"namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c":[2,0,0,725], +"namespaceamrex.html#aa038af75a97822c5df21f691781e2145":[2,0,0,1357], +"namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463":[2,0,0,1009], +"namespaceamrex.html#aa081e015e8252796d1f7675189020446":[2,0,0,698], +"namespaceamrex.html#aa08464d7633bb6fcba918c743263f295":[2,0,0,736], +"namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6":[2,0,0,1427], +"namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2":[2,0,0,1468], +"namespaceamrex.html#aa143e23e7784eca50c904ce19588d503":[2,0,0,482], +"namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887":[2,0,0,1145], +"namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689":[2,0,0,1070], +"namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268":[2,0,0,202], +"namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250":[2,0,0,1501], +"namespaceamrex.html#aa196b29d490603bb92e78f1e56593846":[2,0,0,997], +"namespaceamrex.html#aa19e32efb675dcc201a9794920a74332":[2,0,0,940], +"namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650":[2,0,0,430], +"namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d":[2,0,0,1353], +"namespaceamrex.html#aa264b7308102fabb2a7356eea1800644":[2,0,0,1814], +"namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0":[2,0,0,1605], +"namespaceamrex.html#aa2acbc851871868eb313f35d3512e986":[2,0,0,1676], +"namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e":[2,0,0,1653], +"namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8":[2,0,0,676], +"namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75":[2,0,0,891], +"namespaceamrex.html#aa344491aa8595281823c18ab0d27d760":[2,0,0,1195], +"namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98":[2,0,0,392], +"namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262":[2,0,0,902], +"namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26":[2,0,0,1820], +"namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d":[2,0,0,711], +"namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d":[2,0,0,768], +"namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c":[2,0,0,1586], +"namespaceamrex.html#aa3fc410d182f902647727772313eb291":[2,0,0,1713], +"namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2":[2,0,0,917], +"namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1":[2,0,0,193], +"namespaceamrex.html#aa4218302a2408df87af69fc4435920cf":[2,0,0,896], +"namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2":[2,0,0,589], +"namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd":[2,0,0,1053], +"namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29":[2,0,0,1405], +"namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769":[2,0,0,755], +"namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5":[2,0,0,1724], +"namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec":[2,0,0,571], +"namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a":[2,0,0,1710], +"namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6":[2,0,0,640], +"namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a":[2,0,0,1649], +"namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d":[2,0,0,411], +"namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746":[2,0,0,1494], +"namespaceamrex.html#aa60205e03d594df934b5b3afd723c764":[2,0,0,303], +"namespaceamrex.html#aa60440de48a953eec9553933d683ef9e":[2,0,0,1705], +"namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8":[2,0,0,398], +"namespaceamrex.html#aa628a3790133afeee83102618fefc0f9":[2,0,0,675], +"namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546":[2,0,0,1612], +"namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82":[2,0,0,745], +"namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c":[2,0,0,1244], +"namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322":[2,0,0,1561], +"namespaceamrex.html#aa6f624229959bee80f1444371bb5babc":[2,0,0,1495], +"namespaceamrex.html#aa7261f50da60e78a42e700384710cd47":[2,0,0,310], +"namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca":[2,0,0,856], +"namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af":[2,0,0,1423], +"namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606":[2,0,0,1265] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex7.js b/amrex-hydro/Doxygen/html/navtreeindex7.js index d487f56..1a66193 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex7.js +++ b/amrex-hydro/Doxygen/html/navtreeindex7.js @@ -1,253 +1,253 @@ var NAVTREEINDEX7 = { -"namespaceamrex.html#ab427f00335de584d8602aec963d5e730":[2,0,0,1393], -"namespaceamrex.html#ab482b500359e03b77389d42f968c46fe":[2,0,0,1622], -"namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d":[2,0,0,814], -"namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267":[2,0,0,1304], -"namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d":[2,0,0,1215], -"namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf":[2,0,0,1080], -"namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5":[2,0,0,1593], -"namespaceamrex.html#ab51910c6124009c280b7d033be029d9a":[2,0,0,870], -"namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18":[2,0,0,1524], -"namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8":[2,0,0,1370], -"namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a":[2,0,0,515], -"namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8":[2,0,0,1306], -"namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109":[2,0,0,1554], -"namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475":[2,0,0,482], -"namespaceamrex.html#ab65c065625bd439361885b059b19fd38":[2,0,0,1231], -"namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c":[2,0,0,1647], -"namespaceamrex.html#ab67331acff75bf2840f409750b1ada66":[2,0,0,1597], -"namespaceamrex.html#ab688bab870fad905e6d77723a9349a52":[2,0,0,833], -"namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9":[2,0,0,619], -"namespaceamrex.html#ab6d5efa978936e2c7fc647d49be1210c":[2,0,0,146], -"namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb":[2,0,0,1121], -"namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e":[2,0,0,180], -"namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0":[2,0,0,1079], -"namespaceamrex.html#ab744a797b85135257add34a49c96c734":[2,0,0,260], -"namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8":[2,0,0,550], -"namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a":[2,0,0,1314], -"namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f":[2,0,0,584], -"namespaceamrex.html#ab843405531b26d824c1133128452afcb":[2,0,0,254], -"namespaceamrex.html#ab84b536be78c7500a973ff184511a3d7":[2,0,0,172], -"namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6":[2,0,0,865], -"namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c":[2,0,0,765], -"namespaceamrex.html#ab922a37e846d9fd878731e467f40083d":[2,0,0,947], -"namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9":[2,0,0,1725], -"namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba":[2,0,0,1018], -"namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887":[2,0,0,1619], -"namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a":[2,0,0,1417], -"namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151":[2,0,0,211], -"namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c":[2,0,0,1926], -"namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165":[2,0,0,1722], -"namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650":[2,0,0,1100], -"namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26":[2,0,0,437], -"namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20":[2,0,0,683], -"namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a":[2,0,0,1578], -"namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36":[2,0,0,1163], -"namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621":[2,0,0,661], -"namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15":[2,0,0,1331], -"namespaceamrex.html#abbd0e7692c28626659b75637c2c63528":[2,0,0,813], -"namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124":[2,0,0,109], -"namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0":[2,0,0,333], -"namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f":[2,0,0,494], -"namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79":[2,0,0,982], -"namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8":[2,0,0,1308], -"namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2":[2,0,0,431], -"namespaceamrex.html#abce0125a244f443854b1c4a2709c5990":[2,0,0,373], -"namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5":[2,0,0,1332], -"namespaceamrex.html#abd149d5130892485ad747e8152093df9":[2,0,0,1708], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87a":[2,0,0,125], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74":[2,0,0,125,4], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef":[2,0,0,125,2], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942":[2,0,0,125,0], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d":[2,0,0,125,1], -"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806":[2,0,0,125,3], -"namespaceamrex.html#abd990a563d63d022c9b09433c621015f":[2,0,0,417], -"namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330":[2,0,0,70], -"namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d":[2,0,0,273], -"namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db":[2,0,0,944], -"namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d":[2,0,0,72], -"namespaceamrex.html#abe6757d03f25c7b211b9302f19fe4509":[2,0,0,157], -"namespaceamrex.html#abe6bedbc04acc324ac8d385631276046":[2,0,0,358], -"namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974":[2,0,0,853], -"namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222":[2,0,0,63], -"namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb":[2,0,0,804], -"namespaceamrex.html#abebd70eafbd522c54911f746d423884f":[2,0,0,624], -"namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5":[2,0,0,1410], -"namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c":[2,0,0,1009], -"namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805":[2,0,0,693], -"namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf":[2,0,0,338], -"namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6":[2,0,0,285], -"namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536":[2,0,0,343], -"namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9":[2,0,0,1193], -"namespaceamrex.html#abf9f8b432ebfa85af976286c9521162a":[2,0,0,151], -"namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd":[2,0,0,1375], -"namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c":[2,0,0,792], -"namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930":[2,0,0,268], -"namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511":[2,0,0,990], -"namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14":[2,0,0,1679], -"namespaceamrex.html#ac094c7f6f35727205b4986aae651c761":[2,0,0,207], -"namespaceamrex.html#ac0a3854363996b297c8f051d38aab201":[2,0,0,313], -"namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc":[2,0,0,950], -"namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487":[2,0,0,893], -"namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d":[2,0,0,1296], -"namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d":[2,0,0,1267], -"namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9":[2,0,0,1669], -"namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f":[2,0,0,425], -"namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07":[2,0,0,1572], -"namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f":[2,0,0,1603], -"namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae":[2,0,0,532], -"namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75":[2,0,0,731], -"namespaceamrex.html#ac38f92b345723f71defea15e208ee644":[2,0,0,1302], -"namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf":[2,0,0,1137], -"namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe":[2,0,0,111], -"namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf":[2,0,0,1300], -"namespaceamrex.html#ac3daae71af784ea861908589aa58b9e9":[2,0,0,147], -"namespaceamrex.html#ac3decc02301d9f7a072efec63312145e":[2,0,0,1000], -"namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b":[2,0,0,66], -"namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa":[2,0,0,1291], -"namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85":[2,0,0,987], -"namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b":[2,0,0,194], -"namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef":[2,0,0,803], -"namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99":[2,0,0,1564], -"namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc":[2,0,0,1566], -"namespaceamrex.html#ac590394599f7ea721cf8999331d0436e":[2,0,0,1486], -"namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6":[2,0,0,1023], -"namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178":[2,0,0,989], -"namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995":[2,0,0,1053], -"namespaceamrex.html#ac5ffed68b31da08687142195b804a767":[2,0,0,1058], -"namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4":[2,0,0,443], -"namespaceamrex.html#ac63805de43a5687215fb203dc3495abc":[2,0,0,1729], -"namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253":[2,0,0,968], -"namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af":[2,0,0,199], -"namespaceamrex.html#ac662c42f6780a1a61523d3bb4fa5fba1":[2,0,0,178], -"namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc":[2,0,0,1032], -"namespaceamrex.html#ac67c5b805cea20326010666416cd773f":[2,0,0,1454], -"namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4":[2,0,0,875], -"namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b":[2,0,0,617], -"namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9":[2,0,0,880], -"namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9":[2,0,0,352], -"namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77":[2,0,0,793], -"namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463":[2,0,0,103], -"namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0":[2,0,0,843], -"namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670":[2,0,0,725], -"namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065":[2,0,0,58], -"namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22":[2,0,0,323], -"namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2":[2,0,0,1144], -"namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1":[2,0,0,791], -"namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00":[2,0,0,1563], -"namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9":[2,0,0,238], -"namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e":[2,0,0,1112], -"namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97":[2,0,0,1551], -"namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204":[2,0,0,1007], -"namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e":[2,0,0,1448], -"namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56":[2,0,0,1511], -"namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063":[2,0,0,1391], -"namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a":[2,0,0,1409], -"namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec":[2,0,0,862], -"namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2":[2,0,0,1571], -"namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa":[2,0,0,1916], -"namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462":[2,0,0,439], -"namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8":[2,0,0,824], -"namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc":[2,0,0,546], -"namespaceamrex.html#aca824ed9a83373a83533e948d2175dee":[2,0,0,1611], -"namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0":[2,0,0,816], -"namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab":[2,0,0,1247], -"namespaceamrex.html#acad355709025876e4bace25065cedcec":[2,0,0,516], -"namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320":[2,0,0,1237], -"namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2":[2,0,0,716], -"namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e":[2,0,0,1661], -"namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7":[2,0,0,447], -"namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6":[2,0,0,726], -"namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be":[2,0,0,376], -"namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930":[2,0,0,575], -"namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b":[2,0,0,1499], -"namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1":[2,0,0,1045], -"namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc":[2,0,0,972], -"namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e":[2,0,0,525], -"namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a":[2,0,0,1356], -"namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6":[2,0,0,1229], -"namespaceamrex.html#ace72940652dec767bf17b4f92c7017b0":[2,0,0,148], -"namespaceamrex.html#ace783f22796d80958dc5a14440a432fb":[2,0,0,1697], -"namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948":[2,0,0,1109], -"namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4":[2,0,0,1459], -"namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff":[2,0,0,1198], -"namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125":[2,0,0,1508], -"namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319":[2,0,0,992], -"namespaceamrex.html#acf9c618e150988aaad39352da8a136b2":[2,0,0,319], -"namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc":[2,0,0,752], -"namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f":[2,0,0,896], -"namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9":[2,0,0,1814], -"namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264":[2,0,0,1158], -"namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f":[2,0,0,1013], -"namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87":[2,0,0,722], -"namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd":[2,0,0,334], -"namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08":[2,0,0,785], -"namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270":[2,0,0,1399], -"namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e":[2,0,0,248], -"namespaceamrex.html#ad0ad097849bfd82e8a164fe778927745":[2,0,0,153], -"namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b":[2,0,0,1003], -"namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92":[2,0,0,1543], -"namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99":[2,0,0,946], -"namespaceamrex.html#ad1b283df95b292f478597bc503170459":[2,0,0,1553], -"namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd":[2,0,0,1668], -"namespaceamrex.html#ad2144182834ce73b21ddad5461a14814":[2,0,0,1037], -"namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3":[2,0,0,1056], -"namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b":[2,0,0,727], -"namespaceamrex.html#ad26f2328bf66aa9678347a6055a25431":[2,0,0,173], -"namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779":[2,0,0,1275], -"namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937":[2,0,0,1737], -"namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89":[2,0,0,353], -"namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57":[2,0,0,1057], -"namespaceamrex.html#ad35342b486ef07ba6108169268169296":[2,0,0,80], -"namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb":[2,0,0,529], -"namespaceamrex.html#ad371ec91e94c5131b6002127a1008157":[2,0,0,1614], -"namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef":[2,0,0,1714], -"namespaceamrex.html#ad3b98b9aec198e9456f562949577675c":[2,0,0,1381], -"namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379":[2,0,0,801], -"namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690":[2,0,0,1406], -"namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d":[2,0,0,1662], -"namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64":[2,0,0,237], -"namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c":[2,0,0,186], -"namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140":[2,0,0,1453], -"namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38":[2,0,0,1735], -"namespaceamrex.html#ad457e5329315312926c0113d9f3d626d":[2,0,0,542], -"namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e":[2,0,0,547], -"namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0":[2,0,0,687], -"namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8":[2,0,0,236], -"namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941":[2,0,0,1359], -"namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0":[2,0,0,271], -"namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e":[2,0,0,1114], -"namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9":[2,0,0,421], -"namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7":[2,0,0,819], -"namespaceamrex.html#ad60aac176908ba51373d63ca49bef063":[2,0,0,552], -"namespaceamrex.html#ad611b2a5542fba47b36125c772d02700":[2,0,0,1394], -"namespaceamrex.html#ad622d627e1fea988d361c48316ad9275":[2,0,0,491], -"namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918":[2,0,0,275], -"namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1":[2,0,0,413], -"namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223":[2,0,0,1606], -"namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85":[2,0,0,965], -"namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0":[2,0,0,1565], -"namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979":[2,0,0,116], -"namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f":[2,0,0,469], -"namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492":[2,0,0,957], -"namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc":[2,0,0,1456], -"namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591":[2,0,0,185], -"namespaceamrex.html#ad7c32e63bc4e19259e777911174348a6":[2,0,0,166], -"namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5":[2,0,0,630], -"namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1":[2,0,0,1102], -"namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6":[2,0,0,590], -"namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951":[2,0,0,1337], -"namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd":[2,0,0,1432], -"namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9":[2,0,0,1025], -"namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6":[2,0,0,1398], -"namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80":[2,0,0,1028], -"namespaceamrex.html#ad888998563a26e9b66682405b749228d":[2,0,0,1917], -"namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa":[2,0,0,305], -"namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b":[2,0,0,1397], -"namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8":[2,0,0,548], -"namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e":[2,0,0,830], -"namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821":[2,0,0,818], -"namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db":[2,0,0,1374], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883":[2,0,0,141] +"namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919":[2,0,0,1589], +"namespaceamrex.html#aa7987e46b80fa56902831dbe79888564":[2,0,0,639], +"namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46":[2,0,0,331], +"namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec":[2,0,0,1291], +"namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57":[2,0,0,241], +"namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4":[2,0,0,1635], +"namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab":[2,0,0,929], +"namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0":[2,0,0,313], +"namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6":[2,0,0,189], +"namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8":[2,0,0,1604], +"namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6":[2,0,0,1320], +"namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa":[2,0,0,708], +"namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5":[2,0,0,89], +"namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d":[2,0,0,543], +"namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c":[2,0,0,1668], +"namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133":[2,0,0,661], +"namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7":[2,0,0,1634], +"namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492":[2,0,0,385], +"namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934":[2,0,0,1689], +"namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e":[2,0,0,659], +"namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682":[2,0,0,1437], +"namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4":[2,0,0,466], +"namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3":[2,0,0,846], +"namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6":[2,0,0,1422], +"namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be":[2,0,0,814], +"namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135":[2,0,0,617], +"namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8":[2,0,0,220], +"namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339":[2,0,0,889], +"namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868":[2,0,0,1365], +"namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e":[2,0,0,936], +"namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69":[2,0,0,497], +"namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb":[2,0,0,695], +"namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f":[2,0,0,1471], +"namespaceamrex.html#aac2545137f1cadac01321de2f527ecac":[2,0,0,777], +"namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e":[2,0,0,1466], +"namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6":[2,0,0,746], +"namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672":[2,0,0,771], +"namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87":[2,0,0,412], +"namespaceamrex.html#aac7253360db8634d12242f7237ff2af1":[2,0,0,57], +"namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5":[2,0,0,1267], +"namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04":[2,0,0,535], +"namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec":[2,0,0,68], +"namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6":[2,0,0,1249], +"namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c":[2,0,0,432], +"namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22":[2,0,0,1725], +"namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a":[2,0,0,1082], +"namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb":[2,0,0,1587], +"namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603":[2,0,0,1254], +"namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d":[2,0,0,645], +"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e":[2,0,0,130], +"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845":[2,0,0,130,1], +"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578":[2,0,0,130,0], +"namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d":[2,0,0,130,2], +"namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c":[2,0,0,1035], +"namespaceamrex.html#aadaa422c5855785fcc975c32809700fb":[2,0,0,611], +"namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a":[2,0,0,1315], +"namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864":[2,0,0,1482], +"namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573":[2,0,0,426], +"namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8":[2,0,0,1109], +"namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731":[2,0,0,1455], +"namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122":[2,0,0,373], +"namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87":[2,0,0,1149], +"namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb":[2,0,0,462], +"namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e":[2,0,0,1715], +"namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71":[2,0,0,780], +"namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a":[2,0,0,953], +"namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79":[2,0,0,1609], +"namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0":[2,0,0,1722], +"namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88":[2,0,0,1563], +"namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3":[2,0,0,1470], +"namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8":[2,0,0,1544], +"namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6":[2,0,0,320], +"namespaceamrex.html#ab0df509765624d623f31c61fecd40158":[2,0,0,369], +"namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9":[2,0,0,223], +"namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825":[2,0,0,860], +"namespaceamrex.html#ab1293861fa35f7217666cb145467f09f":[2,0,0,1358], +"namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20":[2,0,0,1697], +"namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa":[2,0,0,1500], +"namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e":[2,0,0,1296], +"namespaceamrex.html#ab28eefec426cf22afcff6bd888243731":[2,0,0,1660], +"namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14":[2,0,0,227], +"namespaceamrex.html#ab2cab819df733b89d0356224d626a877":[2,0,0,1175], +"namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83":[2,0,0,590], +"namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344":[2,0,0,862], +"namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67":[2,0,0,790], +"namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af":[2,0,0,352], +"namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807":[2,0,0,707], +"namespaceamrex.html#ab3ae8b43aca87a0f9b7c66250c04a316":[2,0,0,573], +"namespaceamrex.html#ab4091ae0cef4a267c78724116432a941":[2,0,0,1711], +"namespaceamrex.html#ab427586186a5143d74279bb26107044a":[2,0,0,1524], +"namespaceamrex.html#ab427f00335de584d8602aec963d5e730":[2,0,0,1397], +"namespaceamrex.html#ab482b500359e03b77389d42f968c46fe":[2,0,0,1626], +"namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d":[2,0,0,818], +"namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267":[2,0,0,1308], +"namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d":[2,0,0,1219], +"namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf":[2,0,0,1084], +"namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5":[2,0,0,1597], +"namespaceamrex.html#ab51910c6124009c280b7d033be029d9a":[2,0,0,874], +"namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18":[2,0,0,1528], +"namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8":[2,0,0,1374], +"namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a":[2,0,0,517], +"namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8":[2,0,0,1310], +"namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109":[2,0,0,1558], +"namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475":[2,0,0,484], +"namespaceamrex.html#ab65c065625bd439361885b059b19fd38":[2,0,0,1235], +"namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c":[2,0,0,1651], +"namespaceamrex.html#ab67331acff75bf2840f409750b1ada66":[2,0,0,1601], +"namespaceamrex.html#ab688bab870fad905e6d77723a9349a52":[2,0,0,837], +"namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9":[2,0,0,623], +"namespaceamrex.html#ab6d5efa978936e2c7fc647d49be1210c":[2,0,0,147], +"namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb":[2,0,0,1125], +"namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e":[2,0,0,181], +"namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0":[2,0,0,1083], +"namespaceamrex.html#ab744a797b85135257add34a49c96c734":[2,0,0,262], +"namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8":[2,0,0,552], +"namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a":[2,0,0,1318], +"namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f":[2,0,0,588], +"namespaceamrex.html#ab843405531b26d824c1133128452afcb":[2,0,0,256], +"namespaceamrex.html#ab84b536be78c7500a973ff184511a3d7":[2,0,0,173], +"namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6":[2,0,0,869], +"namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c":[2,0,0,769], +"namespaceamrex.html#ab922a37e846d9fd878731e467f40083d":[2,0,0,951], +"namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9":[2,0,0,1729], +"namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba":[2,0,0,1022], +"namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887":[2,0,0,1623], +"namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a":[2,0,0,1421], +"namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151":[2,0,0,212], +"namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c":[2,0,0,1930], +"namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165":[2,0,0,1726], +"namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650":[2,0,0,1104], +"namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26":[2,0,0,439], +"namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20":[2,0,0,687], +"namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a":[2,0,0,1582], +"namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36":[2,0,0,1167], +"namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621":[2,0,0,665], +"namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15":[2,0,0,1335], +"namespaceamrex.html#abbd0e7692c28626659b75637c2c63528":[2,0,0,817], +"namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124":[2,0,0,110], +"namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0":[2,0,0,335], +"namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f":[2,0,0,496], +"namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79":[2,0,0,986], +"namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8":[2,0,0,1312], +"namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2":[2,0,0,433], +"namespaceamrex.html#abce0125a244f443854b1c4a2709c5990":[2,0,0,375], +"namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5":[2,0,0,1336], +"namespaceamrex.html#abd149d5130892485ad747e8152093df9":[2,0,0,1712], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87a":[2,0,0,126], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74":[2,0,0,126,4], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef":[2,0,0,126,2], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942":[2,0,0,126,0], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d":[2,0,0,126,1], +"namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806":[2,0,0,126,3], +"namespaceamrex.html#abd990a563d63d022c9b09433c621015f":[2,0,0,419], +"namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330":[2,0,0,71], +"namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d":[2,0,0,275], +"namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db":[2,0,0,948], +"namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d":[2,0,0,73], +"namespaceamrex.html#abe6757d03f25c7b211b9302f19fe4509":[2,0,0,158], +"namespaceamrex.html#abe6bedbc04acc324ac8d385631276046":[2,0,0,360], +"namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974":[2,0,0,857], +"namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222":[2,0,0,64], +"namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb":[2,0,0,808], +"namespaceamrex.html#abebd70eafbd522c54911f746d423884f":[2,0,0,628], +"namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5":[2,0,0,1414], +"namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c":[2,0,0,1013], +"namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805":[2,0,0,697], +"namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf":[2,0,0,340], +"namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6":[2,0,0,287], +"namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536":[2,0,0,345], +"namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9":[2,0,0,1197], +"namespaceamrex.html#abf9f8b432ebfa85af976286c9521162a":[2,0,0,152], +"namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd":[2,0,0,1379], +"namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c":[2,0,0,796], +"namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930":[2,0,0,270], +"namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511":[2,0,0,994], +"namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14":[2,0,0,1683], +"namespaceamrex.html#ac094c7f6f35727205b4986aae651c761":[2,0,0,208], +"namespaceamrex.html#ac0a3854363996b297c8f051d38aab201":[2,0,0,315], +"namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc":[2,0,0,954], +"namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487":[2,0,0,897], +"namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d":[2,0,0,1300], +"namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d":[2,0,0,1271], +"namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9":[2,0,0,1673], +"namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f":[2,0,0,427], +"namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07":[2,0,0,1576], +"namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f":[2,0,0,1607], +"namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae":[2,0,0,534], +"namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75":[2,0,0,735], +"namespaceamrex.html#ac38f92b345723f71defea15e208ee644":[2,0,0,1306], +"namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf":[2,0,0,1141], +"namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe":[2,0,0,112], +"namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf":[2,0,0,1304], +"namespaceamrex.html#ac3daae71af784ea861908589aa58b9e9":[2,0,0,148], +"namespaceamrex.html#ac3decc02301d9f7a072efec63312145e":[2,0,0,1004], +"namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b":[2,0,0,67], +"namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa":[2,0,0,1295], +"namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85":[2,0,0,991], +"namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b":[2,0,0,195], +"namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef":[2,0,0,807], +"namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99":[2,0,0,1568], +"namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc":[2,0,0,1570], +"namespaceamrex.html#ac590394599f7ea721cf8999331d0436e":[2,0,0,1490], +"namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6":[2,0,0,1027], +"namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178":[2,0,0,993], +"namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995":[2,0,0,1057], +"namespaceamrex.html#ac5ffed68b31da08687142195b804a767":[2,0,0,1062], +"namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4":[2,0,0,445], +"namespaceamrex.html#ac63805de43a5687215fb203dc3495abc":[2,0,0,1733], +"namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253":[2,0,0,972], +"namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af":[2,0,0,200], +"namespaceamrex.html#ac662c42f6780a1a61523d3bb4fa5fba1":[2,0,0,179], +"namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc":[2,0,0,1036], +"namespaceamrex.html#ac67c5b805cea20326010666416cd773f":[2,0,0,1458], +"namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4":[2,0,0,879], +"namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b":[2,0,0,621], +"namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9":[2,0,0,884], +"namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9":[2,0,0,354], +"namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77":[2,0,0,797], +"namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463":[2,0,0,104], +"namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0":[2,0,0,847], +"namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670":[2,0,0,729], +"namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065":[2,0,0,59], +"namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22":[2,0,0,325], +"namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2":[2,0,0,1148], +"namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1":[2,0,0,795], +"namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00":[2,0,0,1567], +"namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9":[2,0,0,239], +"namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e":[2,0,0,1116], +"namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97":[2,0,0,1555], +"namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204":[2,0,0,1011], +"namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e":[2,0,0,1452], +"namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56":[2,0,0,1515], +"namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063":[2,0,0,1395], +"namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a":[2,0,0,1413], +"namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec":[2,0,0,866], +"namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2":[2,0,0,1575], +"namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa":[2,0,0,1920], +"namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462":[2,0,0,441], +"namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8":[2,0,0,828], +"namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc":[2,0,0,548], +"namespaceamrex.html#aca824ed9a83373a83533e948d2175dee":[2,0,0,1615], +"namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0":[2,0,0,820], +"namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab":[2,0,0,1251], +"namespaceamrex.html#acad355709025876e4bace25065cedcec":[2,0,0,518], +"namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320":[2,0,0,1241], +"namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2":[2,0,0,720], +"namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e":[2,0,0,1665], +"namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7":[2,0,0,449], +"namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6":[2,0,0,730], +"namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be":[2,0,0,378] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex8.js b/amrex-hydro/Doxygen/html/navtreeindex8.js index 45f2a75..c646f25 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex8.js +++ b/amrex-hydro/Doxygen/html/navtreeindex8.js @@ -1,253 +1,253 @@ var NAVTREEINDEX8 = { -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18":[2,0,0,1913], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7":[2,0,0,1903], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8":[2,0,0,1912], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649":[2,0,0,1883], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7":[2,0,0,1897], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2":[2,0,0,1847], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f":[2,0,0,1834], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c":[2,0,0,1838], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248":[2,0,0,1887], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64":[2,0,0,1906], -"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad":[2,0,0,1885], -"namespaceamrex.html#ad973a1096effadd80305ff9654d11d80":[2,0,0,165], -"namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0":[2,0,0,1414], -"namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7":[2,0,0,386], -"namespaceamrex.html#ad9bdb046290321944dba88455d030115":[2,0,0,478], -"namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b":[2,0,0,1412], -"namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b":[2,0,0,1128], -"namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a":[2,0,0,996], -"namespaceamrex.html#ada7495e288a74399fbf81b08f1499629":[2,0,0,877], -"namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0":[2,0,0,1281], -"namespaceamrex.html#adadc145305be656128ae5ce4406166a0":[2,0,0,1345], -"namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f":[2,0,0,1111], -"namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f":[2,0,0,912], -"namespaceamrex.html#adb038d495d77c299406ea33380d0f548":[2,0,0,545], -"namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78":[2,0,0,1117], -"namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3":[2,0,0,927], -"namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212":[2,0,0,1046], -"namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068":[2,0,0,339], -"namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58":[2,0,0,1110], -"namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac":[2,0,0,1518], -"namespaceamrex.html#adc0569d3487d998596b2a11392bddaca":[2,0,0,815], -"namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98":[2,0,0,423], -"namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d":[2,0,0,1719], -"namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d":[2,0,0,1545], -"namespaceamrex.html#adc786fadc751afd641a3d05650467dfc":[2,0,0,92], -"namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706":[2,0,0,1616], -"namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9":[2,0,0,627], -"namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba":[2,0,0,1494], -"namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df":[2,0,0,1335], -"namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc":[2,0,0,999], -"namespaceamrex.html#add9c441e051b2f701d97e5e505556fa3":[2,0,0,1368], -"namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6":[2,0,0,335], -"namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff":[2,0,0,253], -"namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7":[2,0,0,549], -"namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4":[2,0,0,1438], -"namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b":[2,0,0,1224], -"namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1":[2,0,0,1129], -"namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b":[2,0,0,1136], -"namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5":[2,0,0,1928], -"namespaceamrex.html#adf062698516fbd51a09bead1a35275d1":[2,0,0,1255], -"namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55":[2,0,0,106], -"namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa":[2,0,0,1164], -"namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3":[2,0,0,1027], -"namespaceamrex.html#adff3bf1b976b26dc72dff5a4f175f61d":[2,0,0,171], -"namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1":[2,0,0,674], -"namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2":[2,0,0,287], -"namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73":[2,0,0,1633], -"namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47":[2,0,0,1266], -"namespaceamrex.html#ae05b0f6257a895df1534273573b33a53":[2,0,0,1351], -"namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78":[2,0,0,1560], -"namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d":[2,0,0,787], -"namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414":[2,0,0,1625], -"namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59":[2,0,0,1404], -"namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8":[2,0,0,1654], -"namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e":[2,0,0,1323], -"namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b":[2,0,0,442], -"namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5":[2,0,0,412], -"namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8":[2,0,0,1588], -"namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84":[2,0,0,1612], -"namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f":[2,0,0,1068], -"namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53":[2,0,0,941], -"namespaceamrex.html#ae1d40846503356e1e1201c614163ea54":[2,0,0,1382], -"namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7":[2,0,0,511], -"namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780":[2,0,0,574], -"namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3":[2,0,0,658], -"namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7":[2,0,0,321], -"namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c":[2,0,0,1576], -"namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538":[2,0,0,336], -"namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73":[2,0,0,1660], -"namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2":[2,0,0,1024], -"namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced":[2,0,0,702], -"namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e":[2,0,0,1823], -"namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c":[2,0,0,1373], -"namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75":[2,0,0,706], -"namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f":[2,0,0,1445], -"namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1":[2,0,0,1613], -"namespaceamrex.html#ae3d5f677bf29212444263b285b440852":[2,0,0,1212], -"namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e":[2,0,0,988], -"namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7":[2,0,0,380], -"namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe":[2,0,0,64], -"namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc":[2,0,0,1550], -"namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8":[2,0,0,454], -"namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483":[2,0,0,1537], -"namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6":[2,0,0,1277], -"namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3":[2,0,0,484], -"namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f":[2,0,0,933], -"namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a":[2,0,0,1402], -"namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c":[2,0,0,179], -"namespaceamrex.html#ae5531ab9e11a41c67335566828817058":[2,0,0,1688], -"namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f":[2,0,0,1886], -"namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f":[2,0,0,873], -"namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9":[2,0,0,1408], -"namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866":[2,0,0,1734], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e":[2,0,0,135], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49":[2,0,0,1743], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a":[2,0,0,1798], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936":[2,0,0,1801], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549":[2,0,0,1746], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3":[2,0,0,1806], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020":[2,0,0,1750], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18":[2,0,0,1749], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881":[2,0,0,1785], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016":[2,0,0,1803], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048":[2,0,0,1744], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549":[2,0,0,1807], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12":[2,0,0,1787], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65":[2,0,0,1808], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129":[2,0,0,1793], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9":[2,0,0,1800], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2":[2,0,0,1742], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678":[2,0,0,1748], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3":[2,0,0,1786], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b":[2,0,0,1799], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462":[2,0,0,1747], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c":[2,0,0,1797], -"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99":[2,0,0,1809], -"namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a":[2,0,0,917], -"namespaceamrex.html#ae61c3524e3181147593dbfdd52701639":[2,0,0,1286], -"namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f":[2,0,0,395], -"namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313":[2,0,0,1341], -"namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4":[2,0,0,1481], -"namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f":[2,0,0,908], -"namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f":[2,0,0,234], -"namespaceamrex.html#ae675a0a53c78b668bb47177e044badc5":[2,0,0,158], -"namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2":[2,0,0,1244], -"namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a":[2,0,0,626], -"namespaceamrex.html#ae6f3120a07be5d453851d7de53703384":[2,0,0,588], -"namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae":[2,0,0,377], -"namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab":[2,0,0,512], -"namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8":[2,0,0,228], -"namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe":[2,0,0,1282], -"namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a":[2,0,0,503], -"namespaceamrex.html#ae84186f50057b6865eb99e500276d230":[2,0,0,1088], -"namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5":[2,0,0,1006], -"namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598":[2,0,0,935], -"namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1":[2,0,0,1589], -"namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8":[2,0,0,739], -"namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920":[2,0,0,270], -"namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4":[2,0,0,189], -"namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8":[2,0,0,1733], -"namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc":[2,0,0,851], -"namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c":[2,0,0,921], -"namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf":[2,0,0,901], -"namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c":[2,0,0,1687], -"namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369":[2,0,0,1884], -"namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262":[2,0,0,379], -"namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66":[2,0,0,903], -"namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f":[2,0,0,1817], -"namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51":[2,0,0,799], -"namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed":[2,0,0,393], -"namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9":[2,0,0,709], -"namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe":[2,0,0,1659], -"namespaceamrex.html#aebdb1061e38b083e817f1450d9aef34c":[2,0,0,144], -"namespaceamrex.html#aebee05e08302fb03e29f4270e933239c":[2,0,0,1650], -"namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83":[2,0,0,366], -"namespaceamrex.html#aebfde21396d2ff792d29469193f4853e":[2,0,0,455], -"namespaceamrex.html#aec030b01162fc088d8de7dc493235430":[2,0,0,1663], -"namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c":[2,0,0,1676], -"namespaceamrex.html#aec133744a63e94005ef481cb3a34c759":[2,0,0,1050], -"namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058":[2,0,0,1219], -"namespaceamrex.html#aec4258a011e9260a7b6b3a86a6f51c9a":[2,0,0,152], -"namespaceamrex.html#aec75969bb3da627de560ce6fae63b167":[2,0,0,587], -"namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0":[2,0,0,467], -"namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28":[2,0,0,244], -"namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d":[2,0,0,364], -"namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8":[2,0,0,1586], -"namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4":[2,0,0,889], -"namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825":[2,0,0,1185], -"namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081":[2,0,0,681], -"namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0":[2,0,0,1326], -"namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d":[2,0,0,1502], -"namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2":[2,0,0,583], -"namespaceamrex.html#aede6d4189f1d218b26880a44405df55e":[2,0,0,1587], -"namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155":[2,0,0,1385], -"namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1":[2,0,0,1469], -"namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4":[2,0,0,1525], -"namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672":[2,0,0,565], -"namespaceamrex.html#aee965ec1adf090525e207867611b1635":[2,0,0,1133], -"namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4":[2,0,0,536], -"namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc":[2,0,0,1728], -"namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a":[2,0,0,1106], -"namespaceamrex.html#aef4c3c38c161202b38fa33aaae28cff2":[2,0,0,164], -"namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef":[2,0,0,1690], -"namespaceamrex.html#aefcca7679b76de3867191843450d69f3":[2,0,0,438], -"namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0":[2,0,0,243], -"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb":[2,0,0,128], -"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac":[2,0,0,128,0], -"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81":[2,0,0,128,1], -"namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4":[2,0,0,1403], -"namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a":[2,0,0,1320], -"namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5":[2,0,0,1239], -"namespaceamrex.html#af07743d59bb6e85014d959611f47b81f":[2,0,0,1248], -"namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614":[2,0,0,1096], -"namespaceamrex.html#af09002432ee048d8be86ce24cac1b230":[2,0,0,1396], -"namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8":[2,0,0,1360], -"namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845":[2,0,0,1043], -"namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6":[2,0,0,300], -"namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9":[2,0,0,282], -"namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd":[2,0,0,1651], -"namespaceamrex.html#af17d01dca64353fec04867549fdfb24d":[2,0,0,601], -"namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67":[2,0,0,84], -"namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983":[2,0,0,729], -"namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9":[2,0,0,351], -"namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006":[2,0,0,667], -"namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f":[2,0,0,1265], -"namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa":[2,0,0,102], -"namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0":[2,0,0,1638], -"namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3":[2,0,0,1149], -"namespaceamrex.html#af256fa82a901575cb1155b23f1791b88":[2,0,0,1001], -"namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3":[2,0,0,770], -"namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7":[2,0,0,795], -"namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f":[2,0,0,1641], -"namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771":[2,0,0,555], -"namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6":[2,0,0,49], -"namespaceamrex.html#af30c8b25dcfaa74c444959a075767843":[2,0,0,134], -"namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4":[2,0,0,1791], -"namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd":[2,0,0,1535], -"namespaceamrex.html#af335937a7c7f6e30fb69365120d56062":[2,0,0,639], -"namespaceamrex.html#af33613c6a739f7a1c323a4430d889735":[2,0,0,1698], -"namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e":[2,0,0,1098], -"namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22":[2,0,0,1159], -"namespaceamrex.html#af37f380f72af598af4865070235664c2":[2,0,0,357], -"namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2":[2,0,0,1157], -"namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63":[2,0,0,1440], -"namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d":[2,0,0,563], -"namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e":[2,0,0,292], -"namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c":[2,0,0,1343], -"namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8":[2,0,0,1122], -"namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837":[2,0,0,1431], -"namespaceamrex.html#af554584edc716c1abe0569012e508d66":[2,0,0,325], -"namespaceamrex.html#af559f21584872566541db61cbacf7470":[2,0,0,808], -"namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5":[2,0,0,930], -"namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785":[2,0,0,205], -"namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba":[2,0,0,1312], -"namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d":[2,0,0,811], -"namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9":[2,0,0,262], -"namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064":[2,0,0,1365], -"namespaceamrex.html#af6334d58395d4bec0257d18060918ab0":[2,0,0,759], -"namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e":[2,0,0,427], -"namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36":[2,0,0,456] +"namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930":[2,0,0,579], +"namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b":[2,0,0,1503], +"namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1":[2,0,0,1049], +"namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc":[2,0,0,976], +"namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e":[2,0,0,527], +"namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a":[2,0,0,1360], +"namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6":[2,0,0,1233], +"namespaceamrex.html#ace72940652dec767bf17b4f92c7017b0":[2,0,0,149], +"namespaceamrex.html#ace783f22796d80958dc5a14440a432fb":[2,0,0,1701], +"namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948":[2,0,0,1113], +"namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4":[2,0,0,1463], +"namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff":[2,0,0,1202], +"namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125":[2,0,0,1512], +"namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319":[2,0,0,996], +"namespaceamrex.html#acf9c618e150988aaad39352da8a136b2":[2,0,0,321], +"namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc":[2,0,0,756], +"namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f":[2,0,0,900], +"namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9":[2,0,0,1818], +"namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264":[2,0,0,1162], +"namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f":[2,0,0,1017], +"namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87":[2,0,0,726], +"namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd":[2,0,0,336], +"namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08":[2,0,0,789], +"namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270":[2,0,0,1403], +"namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e":[2,0,0,250], +"namespaceamrex.html#ad0ad097849bfd82e8a164fe778927745":[2,0,0,154], +"namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b":[2,0,0,1007], +"namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92":[2,0,0,1547], +"namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99":[2,0,0,950], +"namespaceamrex.html#ad1b283df95b292f478597bc503170459":[2,0,0,1557], +"namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd":[2,0,0,1672], +"namespaceamrex.html#ad2144182834ce73b21ddad5461a14814":[2,0,0,1041], +"namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3":[2,0,0,1060], +"namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b":[2,0,0,731], +"namespaceamrex.html#ad26f2328bf66aa9678347a6055a25431":[2,0,0,174], +"namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779":[2,0,0,1279], +"namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937":[2,0,0,1741], +"namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89":[2,0,0,355], +"namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57":[2,0,0,1061], +"namespaceamrex.html#ad35342b486ef07ba6108169268169296":[2,0,0,81], +"namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb":[2,0,0,531], +"namespaceamrex.html#ad371ec91e94c5131b6002127a1008157":[2,0,0,1618], +"namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef":[2,0,0,1718], +"namespaceamrex.html#ad3b98b9aec198e9456f562949577675c":[2,0,0,1385], +"namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379":[2,0,0,805], +"namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690":[2,0,0,1410], +"namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d":[2,0,0,1666], +"namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64":[2,0,0,238], +"namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c":[2,0,0,187], +"namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140":[2,0,0,1457], +"namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38":[2,0,0,1739], +"namespaceamrex.html#ad457e5329315312926c0113d9f3d626d":[2,0,0,544], +"namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e":[2,0,0,549], +"namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0":[2,0,0,691], +"namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8":[2,0,0,237], +"namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941":[2,0,0,1363], +"namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0":[2,0,0,273], +"namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e":[2,0,0,1118], +"namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9":[2,0,0,423], +"namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7":[2,0,0,823], +"namespaceamrex.html#ad60aac176908ba51373d63ca49bef063":[2,0,0,554], +"namespaceamrex.html#ad611b2a5542fba47b36125c772d02700":[2,0,0,1398], +"namespaceamrex.html#ad622d627e1fea988d361c48316ad9275":[2,0,0,493], +"namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918":[2,0,0,277], +"namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1":[2,0,0,415], +"namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223":[2,0,0,1610], +"namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85":[2,0,0,969], +"namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0":[2,0,0,1569], +"namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979":[2,0,0,117], +"namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f":[2,0,0,471], +"namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492":[2,0,0,961], +"namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc":[2,0,0,1460], +"namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591":[2,0,0,186], +"namespaceamrex.html#ad7c32e63bc4e19259e777911174348a6":[2,0,0,167], +"namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5":[2,0,0,634], +"namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1":[2,0,0,1106], +"namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6":[2,0,0,594], +"namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951":[2,0,0,1341], +"namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd":[2,0,0,1436], +"namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9":[2,0,0,1029], +"namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6":[2,0,0,1402], +"namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80":[2,0,0,1032], +"namespaceamrex.html#ad888998563a26e9b66682405b749228d":[2,0,0,1921], +"namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa":[2,0,0,307], +"namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b":[2,0,0,1401], +"namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8":[2,0,0,550], +"namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e":[2,0,0,834], +"namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821":[2,0,0,822], +"namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db":[2,0,0,1378], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883":[2,0,0,142], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18":[2,0,0,1917], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7":[2,0,0,1907], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8":[2,0,0,1916], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649":[2,0,0,1887], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7":[2,0,0,1901], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2":[2,0,0,1851], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f":[2,0,0,1838], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c":[2,0,0,1842], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248":[2,0,0,1891], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64":[2,0,0,1910], +"namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad":[2,0,0,1889], +"namespaceamrex.html#ad973a1096effadd80305ff9654d11d80":[2,0,0,166], +"namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0":[2,0,0,1418], +"namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7":[2,0,0,388], +"namespaceamrex.html#ad9bdb046290321944dba88455d030115":[2,0,0,480], +"namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b":[2,0,0,1416], +"namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b":[2,0,0,1132], +"namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a":[2,0,0,1000], +"namespaceamrex.html#ada7495e288a74399fbf81b08f1499629":[2,0,0,881], +"namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0":[2,0,0,1285], +"namespaceamrex.html#adadc145305be656128ae5ce4406166a0":[2,0,0,1349], +"namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f":[2,0,0,1115], +"namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f":[2,0,0,916], +"namespaceamrex.html#adb038d495d77c299406ea33380d0f548":[2,0,0,547], +"namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78":[2,0,0,1121], +"namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3":[2,0,0,931], +"namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212":[2,0,0,1050], +"namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068":[2,0,0,341], +"namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58":[2,0,0,1114], +"namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac":[2,0,0,1522], +"namespaceamrex.html#adc0569d3487d998596b2a11392bddaca":[2,0,0,819], +"namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98":[2,0,0,425], +"namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d":[2,0,0,1723], +"namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d":[2,0,0,1549], +"namespaceamrex.html#adc786fadc751afd641a3d05650467dfc":[2,0,0,93], +"namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706":[2,0,0,1620], +"namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9":[2,0,0,631], +"namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba":[2,0,0,1498], +"namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df":[2,0,0,1339], +"namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc":[2,0,0,1003], +"namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6":[2,0,0,337], +"namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff":[2,0,0,255], +"namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7":[2,0,0,551], +"namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4":[2,0,0,1442], +"namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b":[2,0,0,1228], +"namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1":[2,0,0,1133], +"namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b":[2,0,0,1140], +"namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5":[2,0,0,1932], +"namespaceamrex.html#adf062698516fbd51a09bead1a35275d1":[2,0,0,1259], +"namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55":[2,0,0,107], +"namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa":[2,0,0,1168], +"namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3":[2,0,0,1031], +"namespaceamrex.html#adff3bf1b976b26dc72dff5a4f175f61d":[2,0,0,172], +"namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1":[2,0,0,678], +"namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2":[2,0,0,289], +"namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73":[2,0,0,1637], +"namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47":[2,0,0,1270], +"namespaceamrex.html#ae05b0f6257a895df1534273573b33a53":[2,0,0,1355], +"namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78":[2,0,0,1564], +"namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d":[2,0,0,791], +"namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414":[2,0,0,1629], +"namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59":[2,0,0,1408], +"namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8":[2,0,0,1658], +"namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e":[2,0,0,1327], +"namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b":[2,0,0,444], +"namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5":[2,0,0,414], +"namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8":[2,0,0,1592], +"namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84":[2,0,0,1616], +"namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f":[2,0,0,1072], +"namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53":[2,0,0,945], +"namespaceamrex.html#ae1d40846503356e1e1201c614163ea54":[2,0,0,1386], +"namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7":[2,0,0,513], +"namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780":[2,0,0,578], +"namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3":[2,0,0,662], +"namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7":[2,0,0,323], +"namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c":[2,0,0,1580], +"namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538":[2,0,0,338], +"namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73":[2,0,0,1664], +"namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2":[2,0,0,1028], +"namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced":[2,0,0,706], +"namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e":[2,0,0,1827], +"namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c":[2,0,0,1377], +"namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75":[2,0,0,710], +"namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f":[2,0,0,1449], +"namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1":[2,0,0,1617], +"namespaceamrex.html#ae3d5f677bf29212444263b285b440852":[2,0,0,1216], +"namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e":[2,0,0,992], +"namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7":[2,0,0,382], +"namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe":[2,0,0,65], +"namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc":[2,0,0,1554], +"namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8":[2,0,0,456], +"namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483":[2,0,0,1541], +"namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6":[2,0,0,1281], +"namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3":[2,0,0,486], +"namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f":[2,0,0,937], +"namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a":[2,0,0,1406], +"namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c":[2,0,0,180], +"namespaceamrex.html#ae5531ab9e11a41c67335566828817058":[2,0,0,1692], +"namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f":[2,0,0,1890], +"namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f":[2,0,0,877], +"namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9":[2,0,0,1412], +"namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866":[2,0,0,1738], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e":[2,0,0,136], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49":[2,0,0,1747], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a":[2,0,0,1802], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936":[2,0,0,1805], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549":[2,0,0,1750], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3":[2,0,0,1810], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020":[2,0,0,1754], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18":[2,0,0,1753], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881":[2,0,0,1789], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016":[2,0,0,1807], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048":[2,0,0,1748], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549":[2,0,0,1811], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12":[2,0,0,1791], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65":[2,0,0,1812], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129":[2,0,0,1797], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9":[2,0,0,1804], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2":[2,0,0,1746], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678":[2,0,0,1752], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3":[2,0,0,1790], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b":[2,0,0,1803], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462":[2,0,0,1751], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c":[2,0,0,1801], +"namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99":[2,0,0,1813], +"namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a":[2,0,0,921], +"namespaceamrex.html#ae61c3524e3181147593dbfdd52701639":[2,0,0,1290], +"namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f":[2,0,0,397], +"namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313":[2,0,0,1345], +"namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4":[2,0,0,1485], +"namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f":[2,0,0,912], +"namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f":[2,0,0,235], +"namespaceamrex.html#ae675a0a53c78b668bb47177e044badc5":[2,0,0,159], +"namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2":[2,0,0,1248], +"namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a":[2,0,0,630], +"namespaceamrex.html#ae6f3120a07be5d453851d7de53703384":[2,0,0,592], +"namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae":[2,0,0,379], +"namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab":[2,0,0,514], +"namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8":[2,0,0,229], +"namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe":[2,0,0,1286], +"namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a":[2,0,0,505], +"namespaceamrex.html#ae84186f50057b6865eb99e500276d230":[2,0,0,1092], +"namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5":[2,0,0,1010], +"namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598":[2,0,0,939], +"namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1":[2,0,0,1593], +"namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8":[2,0,0,743], +"namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920":[2,0,0,272], +"namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4":[2,0,0,190], +"namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8":[2,0,0,1737], +"namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc":[2,0,0,855], +"namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c":[2,0,0,925], +"namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf":[2,0,0,905], +"namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c":[2,0,0,1691], +"namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369":[2,0,0,1888], +"namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262":[2,0,0,381], +"namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66":[2,0,0,907], +"namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f":[2,0,0,1821], +"namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51":[2,0,0,803], +"namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed":[2,0,0,395], +"namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9":[2,0,0,713] }; diff --git a/amrex-hydro/Doxygen/html/navtreeindex9.js b/amrex-hydro/Doxygen/html/navtreeindex9.js index 6611a49..8fad695 100644 --- a/amrex-hydro/Doxygen/html/navtreeindex9.js +++ b/amrex-hydro/Doxygen/html/navtreeindex9.js @@ -1,86 +1,176 @@ var NAVTREEINDEX9 = { -"namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c":[2,0,0,1338], -"namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94":[2,0,0,1523], -"namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26":[2,0,0,513], -"namespaceamrex.html#af6f45c130cacf67455811e9b4829f432":[2,0,0,68], -"namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0":[2,0,0,181], -"namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2":[2,0,0,1547], -"namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77":[2,0,0,1425], -"namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055":[2,0,0,1428], -"namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7":[2,0,0,247], -"namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf":[2,0,0,1176], -"namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e":[2,0,0,746], -"namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb":[2,0,0,324], -"namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f":[2,0,0,915], -"namespaceamrex.html#af85a1b007332302df4cc844ba1781989":[2,0,0,363], -"namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279":[2,0,0,1825], -"namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6":[2,0,0,788], -"namespaceamrex.html#af8d83b1b38a04709a774b310bed31684":[2,0,0,1107], -"namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8":[2,0,0,1274], -"namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3":[2,0,0,374], -"namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697":[2,0,0,1489], -"namespaceamrex.html#af8ef78b0668a4a000d853b5cc52170ef":[2,0,0,1366], -"namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605":[2,0,0,426], -"namespaceamrex.html#af924e08c1b1c132575c3627b47c65695":[2,0,0,1315], -"namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977":[2,0,0,1011], -"namespaceamrex.html#af95dc4f253202580282566c5e79fc50d":[2,0,0,1204], -"namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600":[2,0,0,1705], -"namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03":[2,0,0,802], -"namespaceamrex.html#af99e582811a3661128ecb30e987e20a7":[2,0,0,895], -"namespaceamrex.html#af9ef869615acf45a999fd11b2eaaf5aa":[2,0,0,150], -"namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8":[2,0,0,434], -"namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1":[2,0,0,971], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564":[2,0,0,120], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578":[2,0,0,120,1], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80":[2,0,0,120,2], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457":[2,0,0,120,5], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075":[2,0,0,120,0], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42":[2,0,0,120,3], -"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8":[2,0,0,120,4], -"namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a":[2,0,0,223], -"namespaceamrex.html#afab10942e938362277ac3f876a4052a8":[2,0,0,289], -"namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b":[2,0,0,956], -"namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb":[2,0,0,662], -"namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce":[2,0,0,1632], -"namespaceamrex.html#afbe495de221a8edcb3e8566f047353be":[2,0,0,435], -"namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776":[2,0,0,1501], -"namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3":[2,0,0,942], -"namespaceamrex.html#afc49261ef12c032f9da235da11a15b95":[2,0,0,1357], -"namespaceamrex.html#afc63f0f94a713d245e1660797a99af63":[2,0,0,1392], -"namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b":[2,0,0,855], -"namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802":[2,0,0,1513], -"namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870":[2,0,0,85], -"namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290":[2,0,0,604], -"namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5":[2,0,0,1483], -"namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a":[2,0,0,473], -"namespaceamrex.html#afd71b3eea629ca099ace90909350cc56":[2,0,0,89], -"namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea":[2,0,0,1640], -"namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9":[2,0,0,757], -"namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0":[2,0,0,677], -"namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2":[2,0,0,1740], -"namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab":[2,0,0,1590], -"namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a":[2,0,0,1538], -"namespaceamrex.html#afe22e052a797bf296858f9330273112d":[2,0,0,701], -"namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b":[2,0,0,1607], -"namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71":[2,0,0,796], -"namespaceamrex.html#afe890be0bd82650235456eabcf50e309":[2,0,0,1334], -"namespaceamrex.html#afe930d74045516fece8591f173e57007":[2,0,0,48], -"namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64":[2,0,0,1532], -"namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908":[2,0,0,1225], -"namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a":[2,0,0,782], -"namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d":[2,0,0,1595], -"namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71":[2,0,0,576], -"namespaceamrex.html#aff33f49d1494120e79df850eaa87201e":[2,0,0,1175], -"namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244":[2,0,0,905], -"namespaceamrex.html#aff6483cc92504552a999444884df9c7f":[2,0,0,868], -"namespaceamrex.html#aff64e983a02f98455e7319fb031838e7":[2,0,0,754], -"namespaceamrex.html#aff6b4420435f9951710a37eda411db8f":[2,0,0,1317], -"namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e":[2,0,0,1726], -"namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc":[2,0,0,269], -"namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5":[2,0,0,340], -"namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064":[2,0,0,1495], -"namespaceamrex.html#affc72a76f87a51121fb4f876828b1299":[2,0,0,1166], +"namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe":[2,0,0,1663], +"namespaceamrex.html#aebdb1061e38b083e817f1450d9aef34c":[2,0,0,145], +"namespaceamrex.html#aebee05e08302fb03e29f4270e933239c":[2,0,0,1654], +"namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83":[2,0,0,368], +"namespaceamrex.html#aebfde21396d2ff792d29469193f4853e":[2,0,0,457], +"namespaceamrex.html#aec030b01162fc088d8de7dc493235430":[2,0,0,1667], +"namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c":[2,0,0,1680], +"namespaceamrex.html#aec133744a63e94005ef481cb3a34c759":[2,0,0,1054], +"namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058":[2,0,0,1223], +"namespaceamrex.html#aec4258a011e9260a7b6b3a86a6f51c9a":[2,0,0,153], +"namespaceamrex.html#aec75969bb3da627de560ce6fae63b167":[2,0,0,591], +"namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0":[2,0,0,469], +"namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28":[2,0,0,246], +"namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d":[2,0,0,366], +"namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8":[2,0,0,1590], +"namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4":[2,0,0,893], +"namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825":[2,0,0,1189], +"namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081":[2,0,0,685], +"namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0":[2,0,0,1330], +"namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d":[2,0,0,1506], +"namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2":[2,0,0,587], +"namespaceamrex.html#aede6d4189f1d218b26880a44405df55e":[2,0,0,1591], +"namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155":[2,0,0,1389], +"namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1":[2,0,0,1473], +"namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4":[2,0,0,1529], +"namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672":[2,0,0,567], +"namespaceamrex.html#aee965ec1adf090525e207867611b1635":[2,0,0,1137], +"namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4":[2,0,0,538], +"namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc":[2,0,0,1732], +"namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a":[2,0,0,1110], +"namespaceamrex.html#aef4c3c38c161202b38fa33aaae28cff2":[2,0,0,165], +"namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef":[2,0,0,1694], +"namespaceamrex.html#aefcca7679b76de3867191843450d69f3":[2,0,0,440], +"namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0":[2,0,0,245], +"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb":[2,0,0,129], +"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac":[2,0,0,129,0], +"namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81":[2,0,0,129,1], +"namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4":[2,0,0,1407], +"namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a":[2,0,0,1324], +"namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5":[2,0,0,1243], +"namespaceamrex.html#af07743d59bb6e85014d959611f47b81f":[2,0,0,1252], +"namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614":[2,0,0,1100], +"namespaceamrex.html#af09002432ee048d8be86ce24cac1b230":[2,0,0,1400], +"namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8":[2,0,0,1364], +"namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845":[2,0,0,1047], +"namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6":[2,0,0,302], +"namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9":[2,0,0,284], +"namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd":[2,0,0,1655], +"namespaceamrex.html#af17d01dca64353fec04867549fdfb24d":[2,0,0,605], +"namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67":[2,0,0,85], +"namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983":[2,0,0,733], +"namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9":[2,0,0,353], +"namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006":[2,0,0,671], +"namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f":[2,0,0,1269], +"namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa":[2,0,0,103], +"namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0":[2,0,0,1642], +"namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3":[2,0,0,1153], +"namespaceamrex.html#af256fa82a901575cb1155b23f1791b88":[2,0,0,1005], +"namespaceamrex.html#af25f8a486aa78651b7556c266543bc1b":[2,0,0,577], +"namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3":[2,0,0,774], +"namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7":[2,0,0,799], +"namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f":[2,0,0,1645], +"namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771":[2,0,0,557], +"namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6":[2,0,0,50], +"namespaceamrex.html#af30c8b25dcfaa74c444959a075767843":[2,0,0,135], +"namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4":[2,0,0,1795], +"namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd":[2,0,0,1539], +"namespaceamrex.html#af335937a7c7f6e30fb69365120d56062":[2,0,0,643], +"namespaceamrex.html#af33613c6a739f7a1c323a4430d889735":[2,0,0,1702], +"namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e":[2,0,0,1102], +"namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22":[2,0,0,1163], +"namespaceamrex.html#af37f380f72af598af4865070235664c2":[2,0,0,359], +"namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2":[2,0,0,1161], +"namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63":[2,0,0,1444], +"namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d":[2,0,0,565], +"namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e":[2,0,0,294], +"namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c":[2,0,0,1347], +"namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8":[2,0,0,1126], +"namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837":[2,0,0,1435], +"namespaceamrex.html#af554584edc716c1abe0569012e508d66":[2,0,0,327], +"namespaceamrex.html#af559f21584872566541db61cbacf7470":[2,0,0,812], +"namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5":[2,0,0,934], +"namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785":[2,0,0,206], +"namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba":[2,0,0,1316], +"namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d":[2,0,0,815], +"namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9":[2,0,0,264], +"namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064":[2,0,0,1369], +"namespaceamrex.html#af6334d58395d4bec0257d18060918ab0":[2,0,0,763], +"namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e":[2,0,0,429], +"namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36":[2,0,0,458], +"namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c":[2,0,0,1342], +"namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94":[2,0,0,1527], +"namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26":[2,0,0,515], +"namespaceamrex.html#af6f45c130cacf67455811e9b4829f432":[2,0,0,69], +"namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0":[2,0,0,182], +"namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2":[2,0,0,1551], +"namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77":[2,0,0,1429], +"namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055":[2,0,0,1432], +"namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7":[2,0,0,249], +"namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf":[2,0,0,1180], +"namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e":[2,0,0,750], +"namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb":[2,0,0,326], +"namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f":[2,0,0,919], +"namespaceamrex.html#af85a1b007332302df4cc844ba1781989":[2,0,0,365], +"namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279":[2,0,0,1829], +"namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6":[2,0,0,792], +"namespaceamrex.html#af8d83b1b38a04709a774b310bed31684":[2,0,0,1111], +"namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8":[2,0,0,1278], +"namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3":[2,0,0,376], +"namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697":[2,0,0,1493], +"namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605":[2,0,0,428], +"namespaceamrex.html#af924e08c1b1c132575c3627b47c65695":[2,0,0,1319], +"namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977":[2,0,0,1015], +"namespaceamrex.html#af95dc4f253202580282566c5e79fc50d":[2,0,0,1208], +"namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600":[2,0,0,1709], +"namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03":[2,0,0,806], +"namespaceamrex.html#af98ea0824a9945d3633f96429036b758":[2,0,0,1371], +"namespaceamrex.html#af99e582811a3661128ecb30e987e20a7":[2,0,0,899], +"namespaceamrex.html#af9ef869615acf45a999fd11b2eaaf5aa":[2,0,0,151], +"namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8":[2,0,0,436], +"namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1":[2,0,0,975], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564":[2,0,0,121], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578":[2,0,0,121,1], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80":[2,0,0,121,2], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457":[2,0,0,121,5], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075":[2,0,0,121,0], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42":[2,0,0,121,3], +"namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8":[2,0,0,121,4], +"namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a":[2,0,0,224], +"namespaceamrex.html#afab10942e938362277ac3f876a4052a8":[2,0,0,291], +"namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b":[2,0,0,960], +"namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb":[2,0,0,666], +"namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce":[2,0,0,1636], +"namespaceamrex.html#afbe495de221a8edcb3e8566f047353be":[2,0,0,437], +"namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776":[2,0,0,1505], +"namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3":[2,0,0,946], +"namespaceamrex.html#afc49261ef12c032f9da235da11a15b95":[2,0,0,1361], +"namespaceamrex.html#afc63f0f94a713d245e1660797a99af63":[2,0,0,1396], +"namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b":[2,0,0,859], +"namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802":[2,0,0,1517], +"namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870":[2,0,0,86], +"namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290":[2,0,0,608], +"namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5":[2,0,0,1487], +"namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a":[2,0,0,475], +"namespaceamrex.html#afd71b3eea629ca099ace90909350cc56":[2,0,0,90], +"namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea":[2,0,0,1644], +"namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9":[2,0,0,761], +"namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0":[2,0,0,681], +"namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2":[2,0,0,1744], +"namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab":[2,0,0,1594], +"namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a":[2,0,0,1542], +"namespaceamrex.html#afe22e052a797bf296858f9330273112d":[2,0,0,705], +"namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b":[2,0,0,1611], +"namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71":[2,0,0,800], +"namespaceamrex.html#afe890be0bd82650235456eabcf50e309":[2,0,0,1338], +"namespaceamrex.html#afe930d74045516fece8591f173e57007":[2,0,0,49], +"namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64":[2,0,0,1536], +"namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908":[2,0,0,1229], +"namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a":[2,0,0,786], +"namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d":[2,0,0,1599], +"namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71":[2,0,0,580], +"namespaceamrex.html#aff33f49d1494120e79df850eaa87201e":[2,0,0,1179], +"namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244":[2,0,0,909], +"namespaceamrex.html#aff6483cc92504552a999444884df9c7f":[2,0,0,872], +"namespaceamrex.html#aff64e983a02f98455e7319fb031838e7":[2,0,0,758], +"namespaceamrex.html#aff6b4420435f9951710a37eda411db8f":[2,0,0,1321], +"namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e":[2,0,0,1730], +"namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc":[2,0,0,271], +"namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5":[2,0,0,342], +"namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064":[2,0,0,1499], +"namespaceamrex.html#affc72a76f87a51121fb4f876828b1299":[2,0,0,1170], "namespaceamrex_1_1Amrvis.html#a04b5ba23c65119a12a4821f069115d45":[2,0,0,1,25], "namespaceamrex_1_1Amrvis.html#a166072d05a5e20994289f487f0e37c67":[2,0,0,1,23], "namespaceamrex_1_1Amrvis.html#a188af44ab507bf2058f81828afccc6a6":[2,0,0,1,50], @@ -159,95 +249,5 @@ var NAVTREEINDEX9 = "namespaceamrex_1_1BGColor.html#ae7b1a8ccc4e3bafcb6f5381f352cad8a":[2,0,0,3,2], "namespaceamrex_1_1BGColor.html#afd89341cfa10f0751ebf6312ea565a03":[2,0,0,3,10], "namespaceamrex_1_1BinPolicy.html#a3e36e7c8384f469a1817ae7f2ddd069b":[2,0,0,4,2], -"namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b":[2,0,0,4,0], -"namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b":[2,0,0,4,3], -"namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78":[2,0,0,4,1], -"namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048":[2,0,0,7,39], -"namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc":[2,0,0,7,13], -"namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1":[2,0,0,7,4], -"namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9":[2,0,0,7,8], -"namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4":[2,0,0,7,33], -"namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66":[2,0,0,7,49], -"namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630":[2,0,0,7,30], -"namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9":[2,0,0,7,22], -"namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490":[2,0,0,7,10], -"namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0":[2,0,0,7,35], -"namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765":[2,0,0,7,24], -"namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e":[2,0,0,7,37], -"namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388":[2,0,0,7,27], -"namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991":[2,0,0,7,44], -"namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be":[2,0,0,7,28], -"namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642":[2,0,0,7,34], -"namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164":[2,0,0,7,32], -"namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1":[2,0,0,7,17], -"namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3":[2,0,0,7,7], -"namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9":[2,0,0,7,43], -"namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b":[2,0,0,7,6], -"namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695":[2,0,0,7,18], -"namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7":[2,0,0,7,48], -"namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91":[2,0,0,7,14], -"namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e":[2,0,0,7,31], -"namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd":[2,0,0,7,42], -"namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47":[2,0,0,7,50], -"namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385":[2,0,0,7,45], -"namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1":[2,0,0,7,16], -"namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c":[2,0,0,7,38], -"namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd":[2,0,0,7,19], -"namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a":[2,0,0,7,15], -"namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6":[2,0,0,7,5], -"namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0":[2,0,0,7,47], -"namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d":[2,0,0,7,40], -"namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b":[2,0,0,7,41], -"namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46":[2,0,0,7,23], -"namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc":[2,0,0,7,12], -"namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a":[2,0,0,7,36], -"namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72":[2,0,0,7,29], -"namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea":[2,0,0,7,9], -"namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0":[2,0,0,7,25], -"namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33":[2,0,0,7,21], -"namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de":[2,0,0,7,20], -"namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6":[2,0,0,7,26], -"namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca":[2,0,0,7,11], -"namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751":[2,0,0,7,46], -"namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9":[2,0,0,7,1,0], -"namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9":[2,0,0,7,1,1], -"namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3":[2,0,0,7,1,3], -"namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff":[2,0,0,7,1,2], -"namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642":[2,0,0,7,2,2], -"namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a":[2,0,0,7,2,3], -"namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0":[2,0,0,7,2,0], -"namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4":[2,0,0,7,2,1], -"namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70":[2,0,0,7,3,0], -"namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854":[2,0,0,7,3,1], -"namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5":[2,0,0,7,3,2], -"namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8":[2,0,0,7,3,3], -"namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545":[2,0,0,7,0,1], -"namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e":[2,0,0,7,0,0], -"namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1":[2,0,0,9,5], -"namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579":[2,0,0,9,2], -"namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4":[2,0,0,9,3], -"namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273":[2,0,0,9,0], -"namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a":[2,0,0,9,4], -"namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944":[2,0,0,9,1], -"namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33":[2,0,0,10,9], -"namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e":[2,0,0,10,16], -"namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8":[2,0,0,10,7], -"namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c":[2,0,0,10,3], -"namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201":[2,0,0,10,10], -"namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426":[2,0,0,10,1], -"namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9":[2,0,0,10,5], -"namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf":[2,0,0,10,11], -"namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec":[2,0,0,10,13], -"namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2":[2,0,0,10,4], -"namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf":[2,0,0,10,15], -"namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571":[2,0,0,10,6], -"namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc":[2,0,0,10,8], -"namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1":[2,0,0,10,2], -"namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595":[2,0,0,10,14], -"namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4":[2,0,0,10,12], -"namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab":[2,0,0,10,0], -"namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a":[2,0,0,11,3], -"namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55":[2,0,0,11,4], -"namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373":[2,0,0,11,0], -"namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe":[2,0,0,11,1] +"namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b":[2,0,0,4,0] }; diff --git a/amrex-hydro/Doxygen/html/search/all_1.js b/amrex-hydro/Doxygen/html/search/all_1.js index e239627..4140787 100644 --- a/amrex-hydro/Doxygen/html/search/all_1.js +++ b/amrex-hydro/Doxygen/html/search/all_1.js @@ -18,9 +18,9 @@ var searchData= ['abort_5fon_5fstream_5fretry_5ffailure_20',['abort_on_stream_retry_failure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a98d00dad9a4ef2a681aaafdf2a59cb0b',1,'amrex::Amr']]], ['abort_5fon_5funused_5finputs_21',['abort_on_unused_inputs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a331ca3fb48cd543ebe283ea5b5f4f1e0',1,'amrex::system']]], ['abortonretryfailure_22',['abortOnRetryFailure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a9154d1ecaab301550b3114d253b7c0cf',1,'amrex::StreamRetry']]], - ['abs_23',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::CutFab >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< HYPRE_Int >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'amrex::FabArray::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'amrex::FabArray::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< Real >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< Real >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< Real >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< PetscInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< PetscInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< PetscInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< HYPRE_Int >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'amrex::BaseFab::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< HYPRE_Int >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< EBCellFlag >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< EBCellFlag >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< EBCellFlag >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< char >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< char >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< char >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< AtomicInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< AtomicInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< AtomicInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'amrex::BaseFab::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'amrex::BaseFab::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::EBCellFlagFab >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< TagBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< TagBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< IArrayBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< IArrayBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::CutFab >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669',1,'amrex::disabled::abs(long long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba',1,'amrex::disabled::abs(long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd',1,'amrex::disabled::abs(int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96',1,'amrex::disabled::abs(long double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723',1,'amrex::disabled::abs(float)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b',1,'amrex::disabled::abs(double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e',1,'amrex::abs(const GpuComplex< T > &a_z) noexcept']]], + ['abs_23',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< PetscInt > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'amrex::FabArray::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< PetscInt > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< HYPRE_Int >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'amrex::FabArray::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< Real >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< Real >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< Real >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< PetscInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< PetscInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< PetscInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< HYPRE_Int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< HYPRE_Int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'amrex::BaseFab::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< EBCellFlag >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< EBCellFlag >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< EBCellFlag >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< char >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< char >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< char >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< AtomicInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< AtomicInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< AtomicInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'amrex::BaseFab::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'amrex::BaseFab::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::CutFab >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< TagBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< TagBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< IArrayBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< IArrayBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< FArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::CutFab >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669',1,'amrex::disabled::abs(long long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba',1,'amrex::disabled::abs(long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd',1,'amrex::disabled::abs(int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96',1,'amrex::disabled::abs(long double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723',1,'amrex::disabled::abs(float)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b',1,'amrex::disabled::abs(double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e',1,'amrex::abs(const GpuComplex< T > &a_z) noexcept']]], ['abs_24',['Abs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76eee97924f5b2d883d161eb976b2cad',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f0f44b09d21b49d00d3d1b12e9e2489',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, int nghost)']]], - ['abs_25',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< FArrayBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< FArrayBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::EBCellFlagFab >::abs()']]], + ['abs_25',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< FArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, int nghost=0)']]], ['abs_5ftol_26',['abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#afad6554d52e651fc45b533d34a96c135',1,'amrex::IntegratorBase']]], ['acc_5fstream_27',['acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#aafbf079c34c708eb6c38b72a05c77249',1,'amrex_acc_module']]], ['accessor_5ftype_28',['accessor_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#abe08a1aa2e59187c8d0dc6081d804649',1,'amrex::ParticleArray']]], @@ -29,997 +29,997 @@ var searchData= ['actual_5fn_5frcvs_31',['actual_n_rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a0dc2ad0aabd8037f621c34347101d234',1,'amrex::PCData']]], ['actualbottomsolve_32',['actualBottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a10dcbb8156201d800233f72c62831001',1,'amrex::MLMGT']]], ['actualnfiles_33',['ActualNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a11b5dec9fc1e0865a1e59a896d8c2f8e',1,'amrex::NFilesIter']]], - ['add_34',['add',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a00b3414ab27018ecee235594b89ee675',1,'amrex_parmparse_module::amrex_parmparse']]], - ['add_35',['ADD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa10289ce78187f199681fabf1c9956399',1,'amrex::FabArrayBase']]], - ['add_36',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#af68c7f595490816f50871a46efbbeded',1,'amrex::BoxDomain::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#af8db003fd05c10da821f6af831421b54',1,'amrex::MemProfiler::add(const std::string &name, std::function< NBuildsInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a60a5588f410871ac0d6c15c495979ed0',1,'amrex::MemProfiler::add(const std::string &name, std::function< MemInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#add545e8b6a20030181680780d8c6dfc5',1,'amrex::ErrorList::add(const std::string &name, int nextra, ErrorRec::ErrorType typ, const ErrorRec::ErrorFunc2 &func)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a24cc461edabec719824a554000b4506b',1,'amrex::ErrorList::add(const std::string &name, int nextra, ErrorRec::ErrorType typ, const ErrorRec::ErrorFunc &func)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aa0038797350048e87a18171505592f09',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a438fe416440bd85fb95b732dc8c2224f',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a878ee45a08bd1438e12d5723de2e6a74',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a31ca60cd539cff86b71aa646f45cbcb6',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7aad1dda33fe7f823465f2995173187c',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveRec::DeriveBoxMap &box_map=&DeriveRec::TheSameBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a8d029976881e4d911e020cc2fef244bd',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a9054e6ec3c0a6023bce28684ff08e266',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a037563cc456f0d1110303104c1caa678',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a67e6992cd34edbd374c791a9f26aa6dc',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)']]], + ['add_34',['ADD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa10289ce78187f199681fabf1c9956399',1,'amrex::FabArrayBase']]], + ['add_35',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#adda7ad2b1b845b959488fd19acdd335b',1,'amrex::MultiFab']]], + ['add_36',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a24cc461edabec719824a554000b4506b',1,'amrex::ErrorList::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aa0038797350048e87a18171505592f09',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a438fe416440bd85fb95b732dc8c2224f',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a878ee45a08bd1438e12d5723de2e6a74',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a31ca60cd539cff86b71aa646f45cbcb6',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7aad1dda33fe7f823465f2995173187c',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveRec::DeriveBoxMap &box_map=&DeriveRec::TheSameBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a8d029976881e4d911e020cc2fef244bd',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a9054e6ec3c0a6023bce28684ff08e266',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a037563cc456f0d1110303104c1caa678',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a67e6992cd34edbd374c791a9f26aa6dc',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#af68c7f595490816f50871a46efbbeded',1,'amrex::BoxDomain::add(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe56e5629c6f85bd01429ac8469eb038',1,'amrex::BoxDomain::add(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a00b3414ab27018ecee235594b89ee675',1,'amrex_parmparse_module::amrex_parmparse::add()']]], ['add_37',['ADD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7a6ddca7001a16a7ff26dc0c2c3910ae3a',1,'amrex::FluxRegister']]], - ['add_38',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe56e5629c6f85bd01429ac8469eb038',1,'amrex::BoxDomain::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0b94dee7f826e69376afb89409e90c72',1,'amrex::ParmParse::add()']]], - ['add_39',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a96632d65de11e9c8a5b941a615803fb0',1,'amrex::iMultiFab']]], - ['add_40',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab2a937f4d5b0ac8a998bac849bd4b3af',1,'amrex::ParmParse::add(const char *name, long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aba7905ce1fcfcd4e46d3deebf7aa59c9',1,'amrex::ParmParse::add(const char *name, long long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a74c001d6b4af7f72e812a65064e52fe7',1,'amrex::ParmParse::add(const char *name, float val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaa78e0361b000a8fe6fc4898720ece32',1,'amrex::ParmParse::add(const char *name, double val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a28d0faa2a576d6488b738ef309c11f44',1,'amrex::ParmParse::add(const char *name, const std::string &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af8b8124367b52af3f6f29ca09bbdff1b',1,'amrex::ParmParse::add(const char *name, const IntVect &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6ec39cadf536be90cdf7bf66c00ca164',1,'amrex::ParmParse::add(const char *name, const Box &val)']]], - ['add_41',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a819ab01c7558b8982acb35eaf0f861',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#adda7ad2b1b845b959488fd19acdd335b',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['add_42',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a855bd3038fb81532b3f43211ea7cef22',1,'amrex::ParmParse']]], - ['add_43',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a428330a4e7622c16d943003ad97e54a0',1,'amrex::Gpu::Atomic::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#a6336b6721a9f233f3bc0eb0cacba47c0',1,'amrex::HostDevice::Atomic::Add()']]], - ['add_5fdevice_44',['Add_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa2cd0bf29a9ed71679b41a3e54765d39',1,'amrex::Gpu::Atomic::Add_device(T *const sum, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a629c38eebdf637b06b26049acae626c8',1,'amrex::Gpu::Atomic::Add_device(Long *const sum, Long const value) noexcept']]], - ['add_5fhost_45',['Add_Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#ab28f06907144755716b87f5fd5319a67',1,'amrex::HostDevice::Atomic']]], - ['add_5fint_46',['add_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a184eeffd6ff61b5148958083446b81a9',1,'amrex_parmparse_module::amrex_parmparse::add_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ad1323834ed5f154750a5c048591417d4',1,'amrex_parmparse_module::add_int(this, name, v)']]], - ['add_5fintarr_47',['add_intarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0e75dfabca3b63134005a6f0ddd250cd',1,'amrex_parmparse_module::add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7da102722f2c23737d46d5be499c8f3b',1,'amrex_parmparse_module::amrex_parmparse::add_intarr()']]], - ['add_5flogical_48',['add_logical',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ab19ca0a4f0bea4114b9a25f29e0b0eac',1,'amrex_parmparse_module::add_logical()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aebc8eb2c32d3de6780fda24e9aa03019',1,'amrex_parmparse_module::amrex_parmparse::add_logical()']]], - ['add_5freal_49',['add_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a16ac2996309e06781ceed0ad5df07fc6',1,'amrex_parmparse_module::add_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7fdebe67521d3f4398769af87944f95b',1,'amrex_parmparse_module::amrex_parmparse::add_real()']]], - ['add_5frealarr_50',['add_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1bc87a096eee6a1d0e0c52651c44da88',1,'amrex_parmparse_module::add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4a92e6cbf9b620c1eebc0b5d81615c75',1,'amrex_parmparse_module::amrex_parmparse::add_realarr()']]], - ['add_5fstring_51',['add_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aac33f326044379b5aa26666d546563e8',1,'amrex_parmparse_module::add_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a8fa13412cd06b2965d14b79ab81e5d3b',1,'amrex_parmparse_module::amrex_parmparse::add_string()']]], - ['add_5fstringarr_52',['add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1e0986fe43e8763bc1cef87cfef5e206',1,'amrex_parmparse_module::add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a50c2401baa8b23657d0cea5a280bfcac',1,'amrex_parmparse_module::amrex_parmparse::add_stringarr()']]], - ['addarr_53',['addarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a35cb7c9eb21ba31bfd1d47026ff6dc72',1,'amrex::ParmParse::addarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aa816750df0bdca4542b913fccbb3cdf7',1,'amrex_parmparse_module::amrex_parmparse::addarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2418bfbd15221554ebc65184b7d62977',1,'amrex::ParmParse::addarr(const char *name, const std::vector< int > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47720549d3906f3b957edb4846efe953',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a878f1fc21821ccde76f7591c6924150b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa820880136eb73c213775820cb4f4afe',1,'amrex::ParmParse::addarr(const char *name, const std::vector< float > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#adc6f5c7fab1d1af4a1ab64091996910d',1,'amrex::ParmParse::addarr(const char *name, const std::vector< double > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ce6e0dbb45b0d784d0b4056b28e84ba',1,'amrex::ParmParse::addarr(const char *name, const std::vector< IntVect > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4cb250da023bdcc8375cf3f6d64a777b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< Box > &refd)']]], - ['addarray_54',['AddArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ab2990944da728c0497b9880aa764d71f',1,'amrex::AmrMeshDataAdaptor::AddArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a37e756eb19e77938f22ed043f0ae57f5',1,'amrex::AmrDataAdaptor::AddArray()']]], - ['addbarrier_55',['AddBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a500f34d9678754d43708a9427b9a6459',1,'CommProfStats::AddBarrier()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4935405558bbd51b7ac2518c5b5bf6fb',1,'BLProfStats::AddBarrier()']]], - ['addbox_56',['AddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'amrex::FabArrayCopyDescriptor::AddBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int fabarrayindex, int srccomp, int destcomp, int numcomp, bool bUseValidBox=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)']]], - ['addboxdoit_57',['AddBoxDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'FabArrayCopyDescriptor< FArrayBox >::AddBoxDoIt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'amrex::FabArrayCopyDescriptor::AddBoxDoIt()']]], - ['addcalcendtime_58',['AddCalcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a16c97f50e1d193a4b33f072aadb08951',1,'BLProfStats']]], - ['addcommheaderfilename_59',['AddCommHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a80bb7e3cae00c7db0c7633ebe2be3b38',1,'CommProfStats::AddCommHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a25a819b228436f2cdd4f88f7ae5e1089',1,'BLProfStats::AddCommHeaderFileName()']]], - ['addcomponent_60',['addComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aec6008854ed23b1736d8bd061f196de7',1,'amrex::DeriveList']]], - ['addcornercoupletermxy_61',['AddCornerCoupleTermXY',['../namespaceGodunovCornerCouple.html#a17e90a76c6bd319162c4e472c99e614f',1,'GodunovCornerCouple']]], - ['addcornercoupletermxz_62',['AddCornerCoupleTermXZ',['../namespaceGodunovCornerCouple.html#a3c193564941652647bc7b75799ad75b5',1,'GodunovCornerCouple']]], - ['addcornercoupletermyx_63',['AddCornerCoupleTermYX',['../namespaceGodunovCornerCouple.html#a980d762c37d4265cc7ac891b41a26a46',1,'GodunovCornerCouple']]], - ['addcornercoupletermyz_64',['AddCornerCoupleTermYZ',['../namespaceGodunovCornerCouple.html#ad96a0321a2022027f3d0f821bc225666',1,'GodunovCornerCouple']]], - ['addcornercoupletermzx_65',['AddCornerCoupleTermZX',['../namespaceGodunovCornerCouple.html#aecdc5855798cbfb5732a6966d861172e',1,'GodunovCornerCouple']]], - ['addcornercoupletermzy_66',['AddCornerCoupleTermZY',['../namespaceGodunovCornerCouple.html#a02d4572ecd6d3f7d31f4534389a68585',1,'GodunovCornerCouple']]], - ['addcstatsheaderfilename_67',['AddCStatsHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7296ac4483c08c3f9cfea4d24d4902e5',1,'BLProfStats::AddCStatsHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aae830fffadd0871595b6cb4b2305d15f',1,'RegionsProfStats::AddCStatsHeaderFileName()']]], - ['addderiveplotvar_68',['addDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a16c64d38a92425d131ed14624d3fd8',1,'amrex::Amr']]], - ['addderivesmallplotvar_69',['addDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af55244caab5862e688d1f3177084ef4a',1,'amrex::Amr']]], - ['adddescriptor_70',['addDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#ac71d9f76b2abaf307653d0dc8bfe01e1',1,'amrex::DescriptorList']]], - ['addedisonpid_71',['AddEdisonPID',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d8d6c9a3921f1bc2b66cd986ff97577',1,'BLProfStats::AddEdisonPID()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8cd21057d82e32887fa0b13f4394061b',1,'CommProfStats::AddEdisonPID()']]], - ['addfabghostindicatorfield_72',['AddFabGhostIndicatorField',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0',1,'amrex']]], - ['addfarraybox_73',['AddFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9ea4cf951957098f5fa36fe181899f41',1,'amrex::XYPlotDataList']]], - ['addfile_74',['addfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3403a33aa6274309f3d1b5313fb28b46',1,'amrex::ParmParse']]], - ['addfinelevels_75',['addFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a346cc897525e434cd311f4b303d6b898',1,'amrex::EB2::IndexSpace::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad224ca5a5ff6adf64c814338375835bc',1,'amrex::EB2::IndexSpaceChkptFile::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3',1,'amrex::EB2::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a5be42585336a617690b28a56e5c3bc1e',1,'amrex::EB2::IndexSpaceImp::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a91c9991bc2691ccf3603be8005954c83',1,'amrex::EB2::IndexSpaceSTL::addFineLevels()']]], - ['addfinestlevel_76',['AddFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94afb7c365d9ffd6aef3cfc0ab7dd4e9',1,'BLProfStats::AddFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a954eca05e31eef7bdacb57873cde234f',1,'CommProfStats::AddFinestLevel()']]], - ['addfrommem_77',['addFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'amrex::BaseFab::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< AtomicInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< char >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< EBCellFlag >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< HYPRE_Int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< PetscInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< Real >::addFromMem()']]], - ['addfunctionname_78',['AddFunctionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a90d25f083cc1467c695b5bc6793a86b0',1,'BLProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af08b6b193a5e59bf550ec57f4a8dc52c',1,'RegionsProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4f2ff7ba2bdfbdc8ea0ef3c412751591',1,'BLProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a082150afc9266718ad59d318c5fc21e2',1,'RegionsProfStats::AddFunctionName()']]], - ['addghostcellsarray_79',['AddGhostCellsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a1da97a15c4405c0553efc7e75014a573',1,'amrex::AmrMeshDataAdaptor::AddGhostCellsArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a1fe18833c7427ae8a5629b50ab7cf3bf',1,'amrex::AmrDataAdaptor::AddGhostCellsArray()']]], - ['addghostnodesarray_80',['AddGhostNodesArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a0f3abaf6a0faaeaffc477bc5cfcf5a8d',1,'amrex::AmrMeshDataAdaptor::AddGhostNodesArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a056f2eba156e4154622e5685a4608bfd',1,'amrex::AmrDataAdaptor::AddGhostNodesArray()']]], - ['addgrid3d_81',['AddGrid3D',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad438b41cec9d9018297e2ffb007ae4d4',1,'BLProfStats::AddGrid3D()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa2eb7356f3bcac1fa730c2e70b8c2956',1,'CommProfStats::AddGrid3D(int level, int xlo, int ylo, int zlo, int xhi, int yhi, int zhi, int xc, int yc, int zc, int xn, int yn, int zn, int proc)']]], - ['addgridlevel_82',['AddGridLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad799bee97a7225cf5229845463be3b7a',1,'CommProfStats::AddGridLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8f0c23ad5b2c50e4aa5d9dfe80338b94',1,'BLProfStats::AddGridLevel()']]], - ['addinhomogneumannflux_83',['addInhomogNeumannFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2be65b6a2c0a68b5a8954d4be9ace8d7',1,'amrex::MLCellABecLapT::addInhomogNeumannFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7b267ba339a135bfb4352e4273f4706a',1,'amrex::MLCellLinOpT::addInhomogNeumannFlux()']]], - ['addintcomp_84',['AddIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a495d805bcf68681c718d5316bac80c07',1,'amrex::NeighborParticleContainer::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'amrex::ParticleContainer_impl::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddIntComp()']]], - ['addinterpcorrection_85',['addInterpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af61728546d90caca97bb2137611eacd7',1,'amrex::MLMGT']]], - ['addlineelement_86',['addLineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a8b9fba933cd7578056dfcc8b320d62f2',1,'amrex::EB2::SplineIF']]], - ['addmaxlevel_87',['AddMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a645a6e707d4907bf799a752cc3545c02',1,'BLProfStats::AddMaxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7f6258720b8313b40605eccd777c4aa9',1,'CommProfStats::AddMaxLevel(const int lev)']]], - ['addnametag_88',['AddNameTag',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae68d250eab5fe4721274037a223ea4d',1,'CommProfStats::AddNameTag()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a57c5daca2bc018933fa9890370e70541',1,'BLProfStats::AddNameTag(const long, const long)']]], - ['addnametagname_89',['AddNameTagName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9b7c512fac76d93e9f923dc1fede35ad',1,'BLProfStats::AddNameTagName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8f4075ef4f0bf6ad7016f6b6c8ad85a8',1,'CommProfStats::AddNameTagName()']]], - ['addnonstencilentriestograph_90',['addNonStencilEntriesToGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a0d7858745aeaa487d64746b3fbf23ab2',1,'amrex::HypreMLABecLap']]], - ['addnoret_91',['AddNoRet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ab69d18587a5c75ca3ce1f48708e865b1',1,'amrex::Gpu::Atomic']]], - ['addparticles_92',['addParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local)']]], - ['addparticlesatlevel_93',['AddParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(ParticleTileType &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(AoS &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()']]], - ['addpiece_94',['AddPiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aad8d3f466a14930a16c027402790d39e',1,'BLProfStats']]], - ['addprobdomain_95',['AddProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94bf54529fe6dc4e33c1505fc3c364aa',1,'BLProfStats::AddProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2c70598493fad7c2700a509ddaf65584',1,'CommProfStats::AddProbDomain()']]], - ['addproduct_96',['addproduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< HYPRE_Int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< Real >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< PetscInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< EBCellFlag >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< char >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< AtomicInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'amrex::BaseFab::addproduct()']]], - ['addproduct_97',['AddProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad85e43bc90758c5976c72acd8cfdb033',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a71038d97e0e66d46a0a45388b7614ce1',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, int nghost)']]], - ['addrange_98',['addRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a609c0ed6af2fb9c008782ee94de65db9',1,'amrex::DeriveRec']]], - ['addrealcomp_99',['AddRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a394a5717e0621cf4e2250d432950cd8a',1,'amrex::NeighborParticleContainer::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'amrex::ParticleContainer_impl::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddRealComp()']]], - ['addreduction_100',['AddReduction',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab83b8f506de59aa5696865fd57b6571f',1,'BLProfStats::AddReduction()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a997f5a337189e617326bddcfcee83a16',1,'CommProfStats::AddReduction()']]], - ['addrefratio_101',['AddRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adadada4ad1c0661dd3e58f834d87f0a5',1,'BLProfStats::AddRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad0db4734114f935b8eb1dfd6be4a026e',1,'CommProfStats::AddRefRatio()']]], - ['addregionname_102',['AddRegionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2365248fa0b77e322ec051d9e1073f15',1,'BLProfStats']]], - ['addregularcoarselevels_103',['addRegularCoarseLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7fb0a3782aceccca024eebde7a8b292b',1,'amrex::EB2::IndexSpace::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a26a8d00be225eff4a34576e5bb4cacfa',1,'amrex::EB2::IndexSpaceChkptFile::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9',1,'amrex::EB2::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#af24a9105766a527cf4e5f12118e58ca3',1,'amrex::EB2::IndexSpaceSTL::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6a7071824d8cf842a187f86b15683537',1,'amrex::EB2::IndexSpaceImp::addRegularCoarseLevels()']]], - ['address_104',['address',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a073803473e1b799d73bd5522e87b9fdd',1,'hacc::AlignedAllocator::address(reference x) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5126ad48b8c7fe68b3b1e232a3c28901',1,'hacc::AlignedAllocator::address(const_reference x) const']]], - ['addsplineelement_105',['addSplineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a3835fb1f6868bd2b3c62cf93342f05e9',1,'amrex::EB2::SplineIF']]], - ['addstateplotvar_106',['addStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac32245e75a89b7e4c2466f34df05aa85',1,'amrex::Amr']]], - ['addstatesmallplotvar_107',['addStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#addec944dc521c490639b53c7eff3d1cb',1,'amrex::Amr']]], - ['addstep_108',['AddStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a81c89776203437df9457c2eb7cbd3355',1,'amrex::BLProfiler']]], - ['addtagrange_109',['AddTagRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a38add830bcf3ca4404d896409e645d41',1,'BLProfStats::AddTagRange()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7bc613de3ca4cd25578bdab2205f5bbd',1,'CommProfStats::AddTagRange()']]], - ['addthisbd_110',['addThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a294641949d2f4dd2161ba42a6b10d570',1,'amrex::FabArrayBase']]], - ['addtimeminmax_111',['AddTimeMinMax',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab8af508ebdb431fe7c689cf16e7c61cc',1,'BLProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a7f04e8fb6b7f6db8b1e6bd5df15a16b0',1,'RegionsProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab6ae5c2056536ac2d51e6b518c8769f',1,'CommProfStats::AddTimeMinMax()']]], - ['addtimertime_112',['AddTimerTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3698d9c0a0b63c0359dbefe58727de34',1,'BLProfStats::AddTimerTime()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8644de4cf3fc15441df7b92f4b50c84',1,'CommProfStats::AddTimerTime()']]], - ['addtopocoord_113',['AddTopoCoord',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#afb36dd9875521a2e849fbb19fdf6334d',1,'BLProfStats::AddTopoCoord()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad36a244d17cc3887b94206dcf28f8554',1,'CommProfStats::AddTopoCoord()']]], - ['addweight_114',['addWeight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#af182f43dc9ced3e1b9bb6e702c8071f6',1,'amrex::WeightedBoxList']]], - ['adjcell_115',['adjCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44',1,'amrex']]], - ['adjcellhi_116',['adjCellHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c',1,'amrex']]], - ['adjcelllo_117',['adjCellLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb',1,'amrex']]], - ['adjust_5fsingular_5fmatrix_118',['adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af11e3c7489ef57cc0b55dd79d2a355ea',1,'amrex::HypreNodeLap']]], - ['adjustsingularmatrix_119',['adjustSingularMatrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa519417203a86774395f30648b2f8720',1,'amrex::HypreIJIface']]], - ['advance_120',['advance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4d714675069097ce07c843145e45d465',1,'amrex::IntegratorBase::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada5e46fb855c0ec424f31edd25bc953a',1,'amrex::RKIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5db76fd7e2cd637504a4addd0d3f4a88',1,'amrex::SundialsIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ad1ba45d94e1a50ca73a6d9d43b36a87a',1,'amrex::TimeIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a8fd0bd1a546d76eaf337dabca422ead4',1,'amrex::FEIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a96b6f33d22c9341b1cff894f17555f47',1,'amrex::AmrLevel::advance()']]], - ['advectwithucc_121',['AdvectWithUcc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a253582e870527bc4f7b3b9d8fa0e57ca',1,'amrex::TracerParticleContainer']]], - ['advectwithumac_122',['AdvectWithUmac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#aeb2b5968ca674ddbf8ffa162622a3bf1',1,'amrex::TracerParticleContainer']]], - ['afeps_123',['afEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a157a97d6fc15b68f5f18710113d3329a',1,'amrex::AmrData']]], - ['afterbarrier_124',['AfterBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af04068edae93669e158694c835b0ec0c',1,'CommProfStats']]], - ['agg_5fgrid_5fsize_125',['agg_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac46e08d33dd242d0b6d79ae7db01b2c0',1,'amrex::LPInfo']]], - ['aggregate_126',['aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a1dd8da9718af7532585529b16332b092',1,'amrex::Scan::detail::BlockStatus< T, false >']]], - ['aggregationbuffer_127',['AggregationBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a057b501a3b5f73f4c897da8ec8dd26f9',1,'amrex::ParticleContainerBase']]], - ['aggregationtype_128',['AggregationType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad4184276cc974fbc7a8316a89df2eb25',1,'amrex::ParticleContainerBase']]], - ['algoim_129',['algoim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html',1,'amrex']]], - ['align_130',['align',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a253c417e0bd2863509c75d6250468a4e',1,'amrex::Arena']]], - ['align_5fsize_131',['align_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a4b2f3b31e81e52426aef615cb2aaa7b7',1,'amrex::Arena']]], - ['aligned_5fsize_132',['aligned_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591',1,'amrex']]], - ['alignedallocator_133',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a004c400f85ee6563f3c4178d4ee62f77',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa80f9621109e48a22cbd1561d2024677',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< U, M > &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a761f44c4b8f456d6d016c21afb436091',1,'hacc::AlignedAllocator::AlignedAllocator()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html',1,'hacc::AlignedAllocator< class, N >']]], - ['alignedallocator_2eh_134',['AlignedAllocator.h',['https://amrex-codes.github.io/amrex/doxygen/AlignedAllocator_8h.html',1,'']]], - ['all_135',['ALL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6aa7f34dde2e3de7cf5daa245b61e9b329',1,'amrex::ParmParse']]], - ['all_136',['all',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51',1,'amrex']]], - ['all_5fmemnames_137',['all_memnames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4c5a66e30e341fc78c3e29f260fb7904',1,'amrex::TinyProfiler']]], - ['all_5fmemstats_138',['all_memstats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#adac60aa8448dcfb383a94e4f607dfc01',1,'amrex::TinyProfiler']]], - ['allboxes_139',['AllBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a96650cf6d7f0f21d0f4b118ae897d008',1,'amrex::MFIter']]], - ['allbucketsonproc_140',['allBucketsOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8e59a013a0750aca08aae732ec6789eb',1,'amrex::ParticleBufferMap']]], - ['allcalltimesfab_141',['AllCallTimesFAB',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a409ca89dc56939d0cbc9155ef274d8dc',1,'RegionsProfStats']]], - ['allcovered_142',['allcovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a4743c337de07fcbcad184ec6242ad0e1',1,'amrex::EB2::GeometryShop::allcovered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad56ce2bf01da43520e270f2ae570f29a',1,'amrex::STLtools::allcovered()']]], - ['allgather_143',['AllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65',1,'amrex::ParallelAllGather::AllGather(const T &v, T *vs, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35',1,'amrex::ParallelAllGather::AllGather(const T *v, int cnt, T *vs, MPI_Comm comm)']]], - ['allgatherboxes_144',['AllGatherBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c',1,'amrex']]], - ['allge_145',['allGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'amrex::IntVectND::allGE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'amrex::IntVectND::allGE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'IntVectND< AMREX_SPACEDIM >::allGE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'IntVectND< AMREX_SPACEDIM >::allGE(int rhs) const noexcept']]], - ['allgt_146',['allGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'IntVectND< AMREX_SPACEDIM >::allGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'amrex::IntVectND::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'amrex::IntVectND::allGT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'IntVectND< AMREX_SPACEDIM >::allGT()']]], - ['allle_147',['allLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'amrex::IntVectND::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'amrex::IntVectND::allLE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'IntVectND< AMREX_SPACEDIM >::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'IntVectND< AMREX_SPACEDIM >::allLE(int rhs) const noexcept']]], - ['alllt_148',['allLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'amrex::IntVectND::allLT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'amrex::IntVectND::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'IntVectND< AMREX_SPACEDIM >::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'IntVectND< AMREX_SPACEDIM >::allLT(int rhs) const noexcept']]], - ['alloc_149',['alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a46ce2cd5cfc039cec64548b031fbde2e',1,'amrex::Arena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a826adbd1c96b9aab9f1826b69a894459',1,'amrex::FabInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a61ae5fd154086ea2849fe236e1dce794',1,'amrex::MFInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1a40bc13e5fda7545591fa3b7cc50a04',1,'amrex::detail::SingleChunkArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#ac36d589efc67807c91dadd18b01ad39d',1,'amrex::FabArray::ShMem::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ac5b992935b798555e12f3ed280420c5b',1,'amrex::BArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8d55773acd31606b385f0a524587bd1d',1,'amrex::CArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#adcabda73bbd0120b08dbb2cda22a6427',1,'amrex::DataAllocator::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a221d8a8dd30da0cd6500d91d6c48742f',1,'amrex::PArena::alloc()']]], - ['alloc_5fin_5fplace_150',['alloc_in_place',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aabdec69d9448201fc6c85635ea6f18b7',1,'amrex::Arena::alloc_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a61c3deadcb0c3c69b91ecec373b086ee',1,'amrex::CArena::alloc_in_place(void *pt, std::size_t szmin, std::size_t szmax) final']]], - ['alloc_5fprotected_151',['alloc_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#acb20836b76ef5e5c0fb002637132c442',1,'amrex::CArena']]], - ['alloc_5fsingle_5fchunk_152',['alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a9c2c1c22be713eb697b304968e90eff5',1,'amrex::MFInfo']]], - ['alloc_5fstream_153',['alloc_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< EBCellFlag >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'amrex::BaseFab::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< AtomicInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< char >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< HYPRE_Int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< PetscInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< Real >::alloc_stream()']]], - ['allocate_154',['allocate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'amrex::ArenaAllocatorBase::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa3873295a150cc0fbed2a47c7db9caad',1,'hacc::AlignedAllocator::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate()']]], - ['allocate_5fin_5fplace_155',['allocate_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'amrex::ArenaAllocatorBase::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a0ffdf10b9c0154b69807f717fb71ff71',1,'amrex::detail::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate_in_place()']]], - ['allocate_5fscratch_156',['allocate_scratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'GMRES< MF, GMRESMLMGT< MF > >::allocate_scratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'amrex::GMRES::allocate_scratch()']]], - ['allocate_5fsystem_157',['allocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afc721e195430f79b2d1b287c490ef0fb',1,'amrex::Arena']]], - ['allocateboxarray_158',['AllocateBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#adcc32bbfdc881b55d739ac448f1d5d85',1,'amrex::InSituUtils']]], - ['allocatebufferforinsert_159',['AllocateBufferForInsert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'amrex::PODVector::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::BoxND >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< unsigned int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< std::size_t >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::NeighborCode >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::XDim3 >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< index_type >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal * >::AllocateBufferForInsert()']]], - ['allocatebufferforpush_160',['AllocateBufferForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'amrex::PODVector::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< unsigned int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< std::size_t >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::BoxND >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::NeighborCode >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::XDim3 >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< index_type >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int * >::AllocateBufferForPush()']]], - ['allocator_5ftype_161',['allocator_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::BoxND >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'amrex::PODVector::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< unsigned int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< std::size_t >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::NeighborCode >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::openbc::MomTag >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::STLtools::Triangle >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::XDim3 >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int *, DefaultAllocator< int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< index_type >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int *, DefaultAllocator< const int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::allocator_type()']]], - ['allocatortype_162',['AllocatorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'amrex::ParticleContainer_impl::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab2be35f77e9e2ed231e5406b9f011dc3',1,'amrex::ParticleTile::AllocatorType()']]], - ['allocfabs_163',['AllocFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::Mask >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'amrex::FabArray::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< AtomicInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< PetscInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::CutFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< TagBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< IArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< FArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::EBCellFlagFab >::AllocFabs()']]], - ['allocolddata_164',['allocOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac696f694c50d2b6251f9576fabfdedcb',1,'amrex::StateData::allocOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6508a7e48f0d9da16e52fe4c79917ed3',1,'amrex::AmrLevel::allocOldData()']]], - ['allow_5fmultiple_5fmfiters_165',['allow_multiple_mfiters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab2fc387b6146040c8efcef278b258f78',1,'amrex::MFIter']]], - ['allowmultiplemfiters_166',['allowMultipleMFIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3a8a7a77b913c5ddc8b352f2610e9cd1',1,'amrex::MFIter']]], - ['allowsparsewrites_167',['allowSparseWrites',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad6b2c32f84c4e530a473eab6ffd666f2',1,'amrex::VisMF']]], - ['allprint_168',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html#aea174ee088ce5e27479e1c0a7445d75a',1,'amrex::AllPrint::AllPrint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html',1,'amrex::AllPrint']]], - ['allprinttofile_169',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html#a458d380fa6223f8ecbc5eecef4080728',1,'amrex::AllPrintToFile::AllPrintToFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html',1,'amrex::AllPrintToFile']]], - ['allprocs_170',['AllProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0067feaedbdfba6996f079b3b44162cc',1,'amrex::PrintToFile::AllProcs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ac54860bd8ad68a5551e588ff8e01aa3b',1,'amrex::Print::AllProcs()']]], - ['allregular_171',['allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a071a8fb28babb5af263c2aa74a0d979b',1,'amrex::STLtools::allregular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad0c200b86624e027898eca991f5ded1c',1,'amrex::EB2::GeometryShop::allregular()']]], - ['allregularif_172',['AllRegularIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html',1,'amrex::EB2']]], - ['almostequal_173',['AlmostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad547d6295814fdf857cbec46887092',1,'amrex']]], - ['almostequal_174',['almostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6',1,'amrex']]], - ['almostone_175',['almostone',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#af026ac788ba341757f682018261b97ea',1,'amrex::nodelap_detail']]], - ['almostzero_176',['almostzero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a92ac78510ed74b78c4c22749ba236cc7',1,'amrex::nodelap_detail']]], - ['alpha_177',['alpha',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html#a017e3af95c08cb7c803eb4717bc2da14',1,'amrex::algoim::Interval']]], - ['always_5fuse_5fbnorm_178',['always_use_bnorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a70c37d5b04706685f45cb22ded40c8d7',1,'amrex::MLMGT']]], - ['amr_179',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a850f1090f6ca9e8b954eeb61dff6ddb1',1,'amrex::Amr::Amr(const Amr &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a64ac23e1861e87fa064c6d37d5ab0912',1,'amrex::Amr::Amr(Amr &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1625024217a38ec9637cf3a428164c71',1,'amrex::AmrLevel::Amr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6775cf62918686cc49888b7e6fdf04f8',1,'amrex::Amr::Amr(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord, LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a39d13c1163b1e2bb81ea1494479301',1,'amrex::Amr::Amr(LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html',1,'amrex::Amr']]], - ['amr1qtrtime_180',['Amr1QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa26c31c2a7f0ffe418eca566dd60dcf9a',1,'amrex::AmrLevel']]], - ['amr3qtrtime_181',['Amr3QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aae97e640066fc5c0776f300447bec0517',1,'amrex::AmrLevel']]], - ['amr_5flevel_182',['amr_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a48ea3d37aac2f07a6488cb599f45fc8b',1,'amrex::Amr']]], - ['amrassigngrid_183',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'amrex::AmrAssignGrid::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex::AmrAssignGrid< class >']]], - ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_184',['AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'']]], - ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_185',['AmrAssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], - ['amrcore_186',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a221c9b12e81a586f11d7cf5883e3038c',1,'amrex::AmrCore::AmrCore(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac0a84aa89a7db1e9543096d9c9f50a65',1,'amrex::AmrCore::AmrCore(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a5d9e69f3be72cef7a8aa76cf94f9588c',1,'amrex::AmrCore::AmrCore(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#afb69ffb7fcb6a73fd03d61b5752424b4',1,'amrex::AmrCore::AmrCore(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &ref_ratios, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac9680d7596a200d0a7403732101565e2',1,'amrex::AmrCore::AmrCore(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > ref_ratios=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a30f4c446e360d02875146f91f942012c',1,'amrex::AmrCore::AmrCore()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb1b359f54a282d950166418754b6749',1,'amrex::AmrParGDB::AmrCore()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html',1,'amrex::AmrCore']]], - ['amrdata_187',['amrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4dccda9d17c5bef5bd00585d8ab7f993',1,'amrex::DataServices']]], - ['amrdata_188',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8fbbfb01083cf0c56560f765945cdfb4',1,'amrex::AmrData::AmrData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html',1,'amrex::AmrData']]], - ['amrdataadaptor_189',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a3e22c77fccec5c37868f505251044032',1,'amrex::AmrDataAdaptor::AmrDataAdaptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html',1,'amrex::AmrDataAdaptor']]], - ['amrdataok_190',['AmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0d74eb70fa1a19985daef03dbf6c0055',1,'amrex::DataServices']]], - ['amrdataref_191',['AmrDataRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19f9eafb4a1d4d6446f89ec754096e7d',1,'amrex::DataServices']]], - ['amrerrortag_192',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a26460c9eca93506a137032d65b357efe',1,'amrex::AMRErrorTag::AMRErrorTag(AMRErrorTag::UserFunc *userfunc, std::string field, int ngrow, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a6bdb6f405b8980271203a4dd7bbf66af',1,'amrex::AMRErrorTag::AMRErrorTag(const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a47dd3a5e4699282c4d0507100d91b3da',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Real value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a324f086df633a16e2277211771e9864d',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Vector< amrex::Real > value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html',1,'amrex::AMRErrorTag']]], - ['amrerrortaginfo_193',['AMRErrorTagInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html',1,'amrex']]], - ['amrex_194',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad8198c112ee47aabbd7239cbcf054427',1,'amrex::AMReX::AMReX(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ac0662c8a56afbc04493004cebe490826',1,'amrex::AMReX::AMReX()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a5b73d42e9a3382fdbdf48691f1ca541f',1,'amrex::AMReX::AMReX(AMReX const &)=delete']]], - ['amrex_195',['amrex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html',1,'']]], - ['amrex_196',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html',1,'amrex']]], - ['amrex_2dhydro_3a_20technical_20reference_197',['AMReX-Hydro: Technical Reference',['../index.html',1,'']]], - ['amrex_2ecpp_198',['AMReX.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8cpp.html',1,'']]], - ['amrex_2eh_199',['AMReX.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8H.html',1,'']]], - ['amrex_5fabort_200',['amrex_abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc',1,'amrex_error_module']]], - ['amrex_5facc_5fmod_2ef90_201',['AMReX_acc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__acc__mod_8F90.html',1,'']]], - ['amrex_5facc_5fmodule_202',['amrex_acc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html',1,'']]], - ['amrex_5falgoim_2ecpp_203',['AMReX_algoim.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8cpp.html',1,'']]], - ['amrex_5falgoim_2eh_204',['AMReX_algoim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8H.html',1,'']]], - ['amrex_5falgoim_5fk_2eh_205',['AMReX_algoim_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim__K_8H.html',1,'']]], - ['amrex_5falgorithm_2eh_206',['AMReX_Algorithm.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Algorithm_8H.html',1,'']]], - ['amrex_5fallocate_207',['amrex_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html',1,'amrex_mempool_module']]], - ['amrex_5famr_2ecpp_208',['AMReX_Amr.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8cpp.html',1,'']]], - ['amrex_5famr_2eh_209',['AMReX_Amr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8H.html',1,'']]], - ['amrex_5famrcore_2ecpp_210',['AMReX_AmrCore.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8cpp.html',1,'']]], - ['amrex_5famrcore_2eh_211',['AMReX_AmrCore.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8H.html',1,'']]], - ['amrex_5famrcorefwd_2eh_212',['AMReX_AmrCoreFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCoreFwd_8H.html',1,'']]], - ['amrex_5famrdata_2ecpp_213',['AMReX_AmrData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8cpp.html',1,'']]], - ['amrex_5famrdata_2eh_214',['AMReX_AmrData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8H.html',1,'']]], - ['amrex_5famrdataadaptor_2ecpp_215',['AMReX_AmrDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8cpp.html',1,'']]], - ['amrex_5famrdataadaptor_2eh_216',['AMReX_AmrDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8H.html',1,'']]], - ['amrex_5famrfwd_2eh_217',['AMReX_AmrFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrFwd_8H.html',1,'']]], - ['amrex_5famrinsitubridge_2ecpp_218',['AMReX_AmrInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8cpp.html',1,'']]], - ['amrex_5famrinsitubridge_2eh_219',['AMReX_AmrInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8H.html',1,'']]], - ['amrex_5famrlevel_2ecpp_220',['AMReX_AmrLevel.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8cpp.html',1,'']]], - ['amrex_5famrlevel_2eh_221',['AMReX_AmrLevel.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8H.html',1,'']]], - ['amrex_5famrmesh_2ecpp_222',['AMReX_AmrMesh.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8cpp.html',1,'']]], - ['amrex_5famrmesh_2eh_223',['AMReX_AmrMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8H.html',1,'']]], - ['amrex_5famrmeshdataadaptor_2ecpp_224',['AMReX_AmrMeshDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8cpp.html',1,'']]], - ['amrex_5famrmeshdataadaptor_2eh_225',['AMReX_AmrMeshDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8H.html',1,'']]], - ['amrex_5famrmeshinsitubridge_2ecpp_226',['AMReX_AmrMeshInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8cpp.html',1,'']]], - ['amrex_5famrmeshinsitubridge_2eh_227',['AMReX_AmrMeshInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8H.html',1,'']]], - ['amrex_5famrmeshparticledataadaptor_2eh_228',['AMReX_AmrMeshParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5famrmeshparticledataadaptori_2eh_229',['AMReX_AmrMeshParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5famrmeshparticleinsitubridge_2eh_230',['AMReX_AmrMeshParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleInSituBridge_8H.html',1,'']]], - ['amrex_5famrpargdb_2eh_231',['AMReX_AmrParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParGDB_8H.html',1,'']]], - ['amrex_5famrparticledataadaptor_2eh_232',['AMReX_AmrParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5famrparticledataadaptori_2eh_233',['AMReX_AmrParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5famrparticleinsitubridge_2eh_234',['AMReX_AmrParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleInSituBridge_8H.html',1,'']]], - ['amrex_5famrparticles_2eh_235',['AMReX_AmrParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticles_8H.html',1,'']]], - ['amrex_5famrvisconstants_2eh_236',['AMReX_AmrvisConstants.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrvisConstants_8H.html',1,'']]], - ['amrex_5fansiesccode_2eh_237',['AMReX_ANSIEscCode.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ANSIEscCode_8H.html',1,'']]], - ['amrex_5fany_2eh_238',['AMReX_Any.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Any_8H.html',1,'']]], - ['amrex_5farena_2ecpp_239',['AMReX_Arena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8cpp.html',1,'']]], - ['amrex_5farena_2eh_240',['AMReX_Arena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8H.html',1,'']]], - ['amrex_5farray_2eh_241',['AMReX_Array.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array_8H.html',1,'']]], - ['amrex_5farray4_2eh_242',['AMReX_Array4.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array4_8H.html',1,'']]], - ['amrex_5farraylim_2eh_243',['AMReX_ArrayLim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayLim_8H.html',1,'']]], - ['amrex_5farrayofstructs_2eh_244',['AMReX_ArrayOfStructs.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayOfStructs_8H.html',1,'']]], - ['amrex_5fasyncout_2ecpp_245',['AMReX_AsyncOut.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8cpp.html',1,'']]], - ['amrex_5fasyncout_2eh_246',['AMReX_AsyncOut.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8H.html',1,'']]], - ['amrex_5fauxboundarydata_2ecpp_247',['AMReX_AuxBoundaryData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8cpp.html',1,'']]], - ['amrex_5fauxboundarydata_2eh_248',['AMReX_AuxBoundaryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8H.html',1,'']]], - ['amrex_5favg_5fcc_5fto_5ffc_249',['amrex_avg_cc_to_fc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0',1,'amrex::amrex_avg_cc_to_fc(int i, int, int, int n, Box const &xbx, Array4< Real > const &fx, Array4< Real const > const &cc, GeometryData const &gd, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int, int n, Box const &xbx, Box const &ybx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int k, int n, Box const &xbx, Box const &ybx, Box const &zbx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real > const &fz, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept']]], - ['amrex_5favg_5feg_5fto_5fcc_250',['amrex_avg_eg_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int k, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, Array4< Real const > const &Ez, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b',1,'amrex::amrex_avg_eg_to_cc(int i, int, int, Array4< Real > const &cc, Array4< Real const > const &Ex, int cccomp) noexcept']]], - ['amrex_5favg_5ffc_5fto_5fcc_251',['amrex_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int k, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, Array4< FT const > const &fz, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc',1,'amrex::amrex_avg_fc_to_cc(int i, int, int, Array4< CT > const &cc, Array4< FT const > const &fx, int cccomp, GeometryData const &gd) noexcept']]], - ['amrex_5favg_5fnd_5fto_5fcc_252',['amrex_avg_nd_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4',1,'amrex']]], - ['amrex_5favgdown_253',['amrex_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc',1,'amrex::amrex_avgdown(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af',1,'amrex::amrex_avgdown(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept']]], - ['amrex_5favgdown_5f1d_2ef_254',['AMReX_AVGDOWN_1D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__1D_8F.html',1,'']]], - ['amrex_5favgdown_5f2d_2ef_255',['AMReX_AVGDOWN_2D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__2D_8F.html',1,'']]], - ['amrex_5favgdown_5f3d_2ef_256',['AMReX_AVGDOWN_3D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__3D_8F.html',1,'']]], - ['amrex_5favgdown_5fedges_257',['amrex_avgdown_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268',1,'amrex::amrex_avgdown_edges(Box const &bx, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504',1,'amrex::amrex_avgdown_edges(int i, int, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], - ['amrex_5favgdown_5ff_2eh_258',['AMReX_AVGDOWN_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__F_8H.html',1,'']]], - ['amrex_5favgdown_5ffaces_259',['amrex_avgdown_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f',1,'amrex::amrex_avgdown_faces(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17',1,'amrex::amrex_avgdown_faces(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], - ['amrex_5favgdown_5fnodes_260',['amrex_avgdown_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73',1,'amrex::amrex_avgdown_nodes(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785',1,'amrex::amrex_avgdown_nodes(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept']]], - ['amrex_5favgdown_5fwith_5fvol_261',['amrex_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac094c7f6f35727205b4986aae651c761',1,'amrex::amrex_avgdown_with_vol(int i, int j, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< Real const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73105d96fa345efe695b754359eacc4b',1,'amrex::amrex_avgdown_with_vol(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, Array4< T const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], - ['amrex_5fbackgroundthread_2ecpp_262',['AMReX_BackgroundThread.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8cpp.html',1,'']]], - ['amrex_5fbackgroundthread_2eh_263',['AMReX_BackgroundThread.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8H.html',1,'']]], - ['amrex_5fbarena_2ecpp_264',['AMReX_BArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8cpp.html',1,'']]], - ['amrex_5fbarena_2eh_265',['AMReX_BArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8H.html',1,'']]], - ['amrex_5fbasefab_2ecpp_266',['AMReX_BaseFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8cpp.html',1,'']]], - ['amrex_5fbasefab_2eh_267',['AMReX_BaseFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8H.html',1,'']]], - ['amrex_5fbasefabutility_2eh_268',['AMReX_BaseFabUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFabUtility_8H.html',1,'']]], - ['amrex_5fbasefwd_2eh_269',['AMReX_BaseFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFwd_8H.html',1,'']]], - ['amrex_5fbc_5fbogus_270',['amrex_bc_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ab480fd31227317f2aa8691adfece03ae',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fext_5fdir_271',['amrex_bc_ext_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a07483ec0c0dfe550ae285951efd6e408',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fext_5fdir_5fcc_272',['amrex_bc_ext_dir_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a76a68630423608a157801aa21291f71d',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5ffoextrap_273',['amrex_bc_foextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a8bd6c0b90bfafbb918a126727059f29e',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fhoextrap_274',['amrex_bc_hoextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a23db950272f0f85aabf73bc7f1f94a29',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fhoextrapcc_275',['amrex_bc_hoextrapcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aee2a7cc451466fa5382312cbf6e1c04b',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fint_5fdir_276',['amrex_bc_int_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a70348aca0dbf822f95df30fdd5468f74',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5freflect_5feven_277',['amrex_bc_reflect_even',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ae3a46fb20c0cec23f4592ca246719707',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5freflect_5fodd_278',['amrex_bc_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a69e53421456fb8b53c4ff4ec9173026b',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5ftypes_2eh_279',['AMReX_BC_TYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BC__TYPES_8H.html',1,'']]], - ['amrex_5fbc_5ftypes_5fmod_2ef90_280',['AMReX_bc_types_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__bc__types__mod_8F90.html',1,'']]], - ['amrex_5fbc_5ftypes_5fmodule_281',['amrex_bc_types_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html',1,'']]], - ['amrex_5fbc_5fuser_5f1_282',['amrex_bc_user_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a20bfec4cecd51e1c95967ecb1be2eff4',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fuser_5f2_283',['amrex_bc_user_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ac1c3de7d685d0c5cc937edf5f33b710e',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fuser_5f3_284',['amrex_bc_user_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9134a7214942f29edbd3d922b77d434a',1,'amrex_bc_types_module']]], - ['amrex_5fbcrec_2ecpp_285',['AMReX_BCRec.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8cpp.html',1,'']]], - ['amrex_5fbcrec_2eh_286',['AMReX_BCRec.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8H.html',1,'']]], - ['amrex_5fbcutil_2ecpp_287',['AMReX_BCUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8cpp.html',1,'']]], - ['amrex_5fbcutil_2eh_288',['AMReX_BCUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8H.html',1,'']]], - ['amrex_5fbiniterator_2eh_289',['AMReX_BinIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BinIterator_8H.html',1,'']]], - ['amrex_5fbittree_2ecpp_290',['AMReX_Bittree.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8cpp.html',1,'']]], - ['amrex_5fbittree_2eh_291',['AMReX_Bittree.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8H.html',1,'']]], - ['amrex_5fblassert_2eh_292',['AMReX_BLassert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLassert_8H.html',1,'']]], - ['amrex_5fblbacktrace_2ecpp_293',['AMReX_BLBackTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8cpp.html',1,'']]], - ['amrex_5fblbacktrace_2eh_294',['AMReX_BLBackTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8H.html',1,'']]], - ['amrex_5fblfort_2eh_295',['AMReX_BLFort.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLFort_8H.html',1,'']]], - ['amrex_5fblockmutex_2ecpp_296',['AMReX_BlockMutex.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8cpp.html',1,'']]], - ['amrex_5fblockmutex_2eh_297',['AMReX_BlockMutex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8H.html',1,'']]], - ['amrex_5fblprofiler_2ecpp_298',['AMReX_BLProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8cpp.html',1,'']]], - ['amrex_5fblprofiler_2eh_299',['AMReX_BLProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8H.html',1,'']]], - ['amrex_5fblprofiler_5ff_2ef90_300',['AMReX_BLProfiler_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler__F_8F90.html',1,'']]], - ['amrex_5fblprofstats_2ecpp_301',['AMReX_BLProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8cpp.html',1,'']]], - ['amrex_5fblprofstats_2eh_302',['AMReX_BLProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8H.html',1,'']]], - ['amrex_5fblprofutilities_2ecpp_303',['AMReX_BLProfUtilities.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8cpp.html',1,'']]], - ['amrex_5fblprofutilities_2eh_304',['AMReX_BLProfUtilities.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8H.html',1,'']]], - ['amrex_5fblutil_5ff_2ef90_305',['AMReX_BLutil_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLutil__F_8F90.html',1,'']]], - ['amrex_5fblwriteplotfile_2ecpp_306',['AMReX_BLWritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8cpp.html',1,'']]], - ['amrex_5fblwriteplotfile_2eh_307',['AMReX_BLWritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8H.html',1,'']]], - ['amrex_5fbndrydata_2eh_308',['AMReX_BndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryData_8H.html',1,'']]], - ['amrex_5fbndryregister_2eh_309',['AMReX_BndryRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryRegister_8H.html',1,'']]], - ['amrex_5fboundaryfwd_2eh_310',['AMReX_BoundaryFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundaryFwd_8H.html',1,'']]], - ['amrex_5fboundcond_2eh_311',['AMReX_BoundCond.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundCond_8H.html',1,'']]], - ['amrex_5fbox_2ecpp_312',['AMReX_Box.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8cpp.html',1,'']]], - ['amrex_5fbox_2eh_313',['AMReX_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8H.html',1,'']]], - ['amrex_5fboxarray_2ecpp_314',['AMReX_BoxArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8cpp.html',1,'']]], - ['amrex_5fboxarray_2eh_315',['AMReX_BoxArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8H.html',1,'']]], - ['amrex_5fboxdomain_2ecpp_316',['AMReX_BoxDomain.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8cpp.html',1,'']]], - ['amrex_5fboxdomain_2eh_317',['AMReX_BoxDomain.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8H.html',1,'']]], - ['amrex_5fboxiterator_2ecpp_318',['AMReX_BoxIterator.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8cpp.html',1,'']]], - ['amrex_5fboxiterator_2eh_319',['AMReX_BoxIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8H.html',1,'']]], - ['amrex_5fboxlist_2ecpp_320',['AMReX_BoxList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8cpp.html',1,'']]], - ['amrex_5fboxlist_2eh_321',['AMReX_BoxList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8H.html',1,'']]], - ['amrex_5fc_5fnull_5fchar_5farray_322',['amrex_c_null_char_array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a624a8f56ebfb3afaeb6658ef1c343616',1,'amrex_string_module']]], - ['amrex_5fcalc_5falpha_5fstencil_323',['amrex_calc_alpha_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6',1,'amrex']]], - ['amrex_5fcalc_5fcentroid_5flimiter_324',['amrex_calc_centroid_limiter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167',1,'amrex']]], - ['amrex_5fcalc_5fxslope_325',['amrex_calc_xslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151',1,'amrex']]], - ['amrex_5fcalc_5fxslope_5fextdir_326',['amrex_calc_xslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb',1,'amrex']]], - ['amrex_5fcalc_5fyslope_327',['amrex_calc_yslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51',1,'amrex']]], - ['amrex_5fcalc_5fyslope_5fextdir_328',['amrex_calc_yslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b',1,'amrex']]], - ['amrex_5fcarena_2ecpp_329',['AMReX_CArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8cpp.html',1,'']]], - ['amrex_5fcarena_2eh_330',['AMReX_CArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8H.html',1,'']]], - ['amrex_5fccse_2dmpi_2eh_331',['AMReX_ccse-mpi.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ccse-mpi_8H.html',1,'']]], - ['amrex_5fcluster_2ecpp_332',['AMReX_Cluster.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8cpp.html',1,'']]], - ['amrex_5fcluster_2eh_333',['AMReX_Cluster.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8H.html',1,'']]], - ['amrex_5fcoarsen_5fintvect_334',['amrex_coarsen_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c',1,'amrex_fort_module']]], - ['amrex_5fcommprofstats_2ecpp_335',['AMReX_CommProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8cpp.html',1,'']]], - ['amrex_5fcommprofstats_2eh_336',['AMReX_CommProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8H.html',1,'']]], - ['amrex_5fcompute_5fconvective_5fdifference_337',['amrex_compute_convective_difference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< amrex::Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &w_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, Array4< Real const > const &s_on_z_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fdivergence_338',['amrex_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fdivergence_5frz_339',['amrex_compute_divergence_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be',1,'amrex']]], - ['amrex_5fcompute_5fgradient_340',['amrex_compute_gradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fgradient_5frz_341',['amrex_compute_gradient_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65',1,'amrex']]], - ['amrex_5fconduit_5fblueprint_2ecpp_342',['AMReX_Conduit_Blueprint.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8cpp.html',1,'']]], - ['amrex_5fconduit_5fblueprint_2eh_343',['AMReX_Conduit_Blueprint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8H.html',1,'']]], - ['amrex_5fconduit_5fblueprint_5fparticlesi_2eh_344',['AMReX_Conduit_Blueprint_ParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint__ParticlesI_8H.html',1,'']]], - ['amrex_5fconstants_2eh_345',['AMReX_CONSTANTS.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CONSTANTS_8H.html',1,'']]], - ['amrex_5fconstants_5fmod_2ef90_346',['AMReX_constants_mod.f90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__constants__mod_8f90.html',1,'']]], - ['amrex_5fconstants_5fmodule_347',['amrex_constants_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html',1,'']]], - ['amrex_5fcoordsys_2ecpp_348',['AMReX_CoordSys.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8cpp.html',1,'']]], - ['amrex_5fcoordsys_2eh_349',['AMReX_CoordSys.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8H.html',1,'']]], - ['amrex_5fcoordsys_5f1d_5fc_2eh_350',['AMReX_COORDSYS_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__1D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5f2d_5fc_2eh_351',['AMReX_COORDSYS_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__2D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5f3d_5fc_2eh_352',['AMReX_COORDSYS_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__3D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5fc_2eh_353',['AMReX_COORDSYS_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__C_8H.html',1,'']]], - ['amrex_5fctoparallelforimpl_2eh_354',['AMReX_CTOParallelForImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CTOParallelForImpl_8H.html',1,'']]], - ['amrex_5fcudagraph_2eh_355',['AMReX_CudaGraph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CudaGraph_8H.html',1,'']]], - ['amrex_5fcuptitrace_2ecpp_356',['AMReX_CuptiTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8cpp.html',1,'']]], - ['amrex_5fcuptitrace_2eh_357',['AMReX_CuptiTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8H.html',1,'']]], - ['amrex_5fd_5fdecl_358',['AMREX_D_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd',1,'amrex']]], - ['amrex_5fdataallocator_2eh_359',['AMReX_DataAllocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataAllocator_8H.html',1,'']]], - ['amrex_5fdataservices_2ecpp_360',['AMReX_DataServices.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8cpp.html',1,'']]], - ['amrex_5fdataservices_2eh_361',['AMReX_DataServices.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8H.html',1,'']]], - ['amrex_5fdeallocate_362',['amrex_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html',1,'amrex_mempool_module']]], - ['amrex_5fdelete_5fparmparse_363',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html#a35b2283a5bb6463094f49b874b125bb7',1,'amrex_parmparse_module::amrex_delete_parmparse::amrex_delete_parmparse()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html',1,'amrex_parmparse_module::amrex_delete_parmparse']]], - ['amrex_5fdemangle_2eh_364',['AMReX_Demangle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Demangle_8H.html',1,'']]], - ['amrex_5fdensebins_2eh_365',['AMReX_DenseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DenseBins_8H.html',1,'']]], - ['amrex_5fdeposit_5fcic_366',['amrex_deposit_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00779f2a650345e29919bda485417d90',1,'amrex']]], - ['amrex_5fdeposit_5fparticle_5fdx_5fcic_367',['amrex_deposit_particle_dx_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14',1,'amrex']]], - ['amrex_5fderive_2ecpp_368',['AMReX_Derive.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8cpp.html',1,'']]], - ['amrex_5fderive_2eh_369',['AMReX_Derive.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8H.html',1,'']]], - ['amrex_5fdim3_2eh_370',['AMReX_Dim3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Dim3_8H.html',1,'']]], - ['amrex_5fdistfcnelement_2ecpp_371',['AMReX_distFcnElement.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8cpp.html',1,'']]], - ['amrex_5fdistfcnelement_2eh_372',['AMReX_distFcnElement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8H.html',1,'']]], - ['amrex_5fdistributionmapping_2ecpp_373',['AMReX_DistributionMapping.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8cpp.html',1,'']]], - ['amrex_5fdistributionmapping_2eh_374',['AMReX_DistributionMapping.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8H.html',1,'']]], - ['amrex_5feb2_2ecpp_375',['AMReX_EB2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8cpp.html',1,'']]], - ['amrex_5feb2_2eh_376',['AMReX_EB2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8H.html',1,'']]], - ['amrex_5feb2_5f2d_5fc_2ecpp_377',['AMReX_EB2_2D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8cpp.html',1,'']]], - ['amrex_5feb2_5f2d_5fc_2eh_378',['AMReX_EB2_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8H.html',1,'']]], - ['amrex_5feb2_5f3d_5fc_2ecpp_379',['AMReX_EB2_3D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8cpp.html',1,'']]], - ['amrex_5feb2_5f3d_5fc_2eh_380',['AMReX_EB2_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8H.html',1,'']]], - ['amrex_5feb2_5fbuild_5ftypes_381',['amrex_eb2_build_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t > const &ex, Array4< Type_t > const &ey, Array4< Type_t > const &ez)']]], - ['amrex_5feb2_5fc_2eh_382',['AMReX_EB2_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__C_8H.html',1,'']]], - ['amrex_5feb2_5fgeometryshop_2eh_383',['AMReX_EB2_GeometryShop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__GeometryShop_8H.html',1,'']]], - ['amrex_5feb2_5fgraph_2eh_384',['AMReX_EB2_Graph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Graph_8H.html',1,'']]], - ['amrex_5feb2_5fif_2eh_385',['AMReX_EB2_IF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fallregular_2eh_386',['AMReX_EB2_IF_AllRegular.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__AllRegular_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fbase_2eh_387',['AMReX_EB2_IF_Base.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Base_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fbox_2eh_388',['AMReX_EB2_IF_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Box_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fcomplement_2eh_389',['AMReX_EB2_IF_Complement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Complement_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fcylinder_2eh_390',['AMReX_EB2_IF_Cylinder.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Cylinder_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fdeviceptr_2eh_391',['AMReX_EB2_IF_DevicePtr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__DevicePtr_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fdifference_2eh_392',['AMReX_EB2_IF_Difference.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Difference_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fellipsoid_2eh_393',['AMReX_EB2_IF_Ellipsoid.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Ellipsoid_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fextrusion_2eh_394',['AMReX_EB2_IF_Extrusion.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Extrusion_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fintersection_2eh_395',['AMReX_EB2_IF_Intersection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Intersection_8H.html',1,'']]], - ['amrex_5feb2_5fif_5flathe_2eh_396',['AMReX_EB2_IF_Lathe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Lathe_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fparser_2eh_397',['AMReX_EB2_IF_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Parser_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fplane_2eh_398',['AMReX_EB2_IF_Plane.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Plane_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fpolynomial_2eh_399',['AMReX_EB2_IF_Polynomial.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Polynomial_8H.html',1,'']]], - ['amrex_5feb2_5fif_5frotation_2eh_400',['AMReX_EB2_IF_Rotation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Rotation_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fscale_2eh_401',['AMReX_EB2_IF_Scale.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Scale_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fsphere_2eh_402',['AMReX_EB2_IF_Sphere.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Sphere_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fspline_2eh_403',['AMReX_EB2_IF_Spline.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Spline_8H.html',1,'']]], - ['amrex_5feb2_5fif_5ftorus_2eh_404',['AMReX_EB2_IF_Torus.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Torus_8H.html',1,'']]], - ['amrex_5feb2_5fif_5ftranslation_2eh_405',['AMReX_EB2_IF_Translation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Translation_8H.html',1,'']]], - ['amrex_5feb2_5fif_5funion_2eh_406',['AMReX_EB2_IF_Union.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Union_8H.html',1,'']]], - ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2ecpp_407',['AMReX_EB2_IndexSpace_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2eh_408',['AMReX_EB2_IndexSpace_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8H.html',1,'']]], - ['amrex_5feb2_5findexspace_5fstl_2ecpp_409',['AMReX_EB2_IndexSpace_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8cpp.html',1,'']]], - ['amrex_5feb2_5findexspace_5fstl_2eh_410',['AMReX_EB2_IndexSpace_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8H.html',1,'']]], - ['amrex_5feb2_5findexspacei_2eh_411',['AMReX_EB2_IndexSpaceI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpaceI_8H.html',1,'']]], - ['amrex_5feb2_5flevel_2ecpp_412',['AMReX_EB2_Level.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_2eh_413',['AMReX_EB2_Level.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8H.html',1,'']]], - ['amrex_5feb2_5flevel_5fchkpt_5ffile_2ecpp_414',['AMReX_EB2_Level_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_5fchkpt_5ffile_2eh_415',['AMReX_EB2_Level_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8H.html',1,'']]], - ['amrex_5feb2_5flevel_5fstl_2ecpp_416',['AMReX_EB2_Level_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_5fstl_2eh_417',['AMReX_EB2_Level_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8H.html',1,'']]], - ['amrex_5feb2_5fmultigfab_2ecpp_418',['AMReX_EB2_MultiGFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8cpp.html',1,'']]], - ['amrex_5feb2_5fmultigfab_2eh_419',['AMReX_EB2_MultiGFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8H.html',1,'']]], - ['amrex_5feb2_5fnd_5fc_2ecpp_420',['AMReX_EB2_ND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__ND__C_8cpp.html',1,'']]], - ['amrex_5feb_5fchkpt_5ffile_2ecpp_421',['AMReX_EB_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb_5fchkpt_5ffile_2eh_422',['AMReX_EB_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8H.html',1,'']]], - ['amrex_5feb_5fdisable_5freredistribution_423',['amrex_eb_disable_reredistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5',1,'amrex_eb_flux_reg_nd_module']]], - ['amrex_5feb_5fflux_5freg_5fnd_5fmodule_424',['amrex_eb_flux_reg_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html',1,'']]], - ['amrex_5feb_5ffluxredistribute_2ecpp_425',['AMReX_EB_FluxRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__FluxRedistribute_8cpp.html',1,'']]], - ['amrex_5feb_5fget_5freredistribution_5fthreshold_426',['amrex_eb_get_reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7',1,'amrex_eb_flux_reg_nd_module']]], - ['amrex_5feb_5fleastsquares_5f2d_5fk_2eh_427',['AMReX_EB_LeastSquares_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__2D__K_8H.html',1,'']]], - ['amrex_5feb_5fleastsquares_5f3d_5fk_2eh_428',['AMReX_EB_LeastSquares_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__3D__K_8H.html',1,'']]], - ['amrex_5feb_5fredistribution_2ecpp_429',['AMReX_EB_Redistribution.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8cpp.html',1,'']]], - ['amrex_5feb_5fredistribution_2eh_430',['AMReX_EB_Redistribution.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8H.html',1,'']]], - ['amrex_5feb_5fredistributionapply_2ecpp_431',['AMReX_EB_RedistributionApply.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__RedistributionApply_8cpp.html',1,'']]], - ['amrex_5feb_5fslopes_5f2d_5fk_2eh_432',['AMReX_EB_Slopes_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__2D__K_8H.html',1,'']]], - ['amrex_5feb_5fslopes_5f3d_5fk_2eh_433',['AMReX_EB_Slopes_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__3D__K_8H.html',1,'']]], - ['amrex_5feb_5fslopes_5fk_2eh_434',['AMReX_EB_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__K_8H.html',1,'']]], - ['amrex_5feb_5fstateredistitracker_2ecpp_435',['AMReX_EB_StateRedistItracker.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistItracker_8cpp.html',1,'']]], - ['amrex_5feb_5fstateredistribute_2ecpp_436',['AMReX_EB_StateRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistribute_8cpp.html',1,'']]], - ['amrex_5feb_5fstateredistslopelimiter_5fk_2eh_437',['AMReX_EB_StateRedistSlopeLimiter_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistSlopeLimiter__K_8H.html',1,'']]], - ['amrex_5feb_5fstateredistutils_2ecpp_438',['AMReX_EB_StateRedistUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistUtils_8cpp.html',1,'']]], - ['amrex_5feb_5fstl_5futils_2ecpp_439',['AMReX_EB_STL_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8cpp.html',1,'']]], - ['amrex_5feb_5fstl_5futils_2eh_440',['AMReX_EB_STL_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8H.html',1,'']]], - ['amrex_5feb_5ftrigeomops_5fk_2eh_441',['AMReX_EB_triGeomOps_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__triGeomOps__K_8H.html',1,'']]], - ['amrex_5feb_5futils_2ecpp_442',['AMReX_EB_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8cpp.html',1,'']]], - ['amrex_5feb_5futils_2eh_443',['AMReX_EB_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8H.html',1,'']]], - ['amrex_5febamrutil_2ecpp_444',['AMReX_EBAmrUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8cpp.html',1,'']]], - ['amrex_5febamrutil_2eh_445',['AMReX_EBAmrUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8H.html',1,'']]], - ['amrex_5febcellflag_2ecpp_446',['AMReX_EBCellFlag.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8cpp.html',1,'']]], - ['amrex_5febcellflag_2eh_447',['AMReX_EBCellFlag.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8H.html',1,'']]], - ['amrex_5febcellflag_5fmod_2ef90_448',['AMReX_ebcellflag_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ebcellflag__mod_8F90.html',1,'']]], - ['amrex_5febcellflag_5fmodule_449',['amrex_ebcellflag_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html',1,'']]], - ['amrex_5febdatacollection_2ecpp_450',['AMReX_EBDataCollection.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8cpp.html',1,'']]], - ['amrex_5febdatacollection_2eh_451',['AMReX_EBDataCollection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8H.html',1,'']]], - ['amrex_5febfabfactory_2ecpp_452',['AMReX_EBFabFactory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8cpp.html',1,'']]], - ['amrex_5febfabfactory_2eh_453',['AMReX_EBFabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8H.html',1,'']]], - ['amrex_5febfarraybox_2ecpp_454',['AMReX_EBFArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8cpp.html',1,'']]], - ['amrex_5febfarraybox_2eh_455',['AMReX_EBFArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8H.html',1,'']]], - ['amrex_5febfluxregister_2ecpp_456',['AMReX_EBFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8cpp.html',1,'']]], - ['amrex_5febfluxregister_2eh_457',['AMReX_EBFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8H.html',1,'']]], - ['amrex_5febfluxregister_5f2d_5fc_2eh_458',['AMReX_EBFluxRegister_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__2D__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5f3d_5fc_2eh_459',['AMReX_EBFluxRegister_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__3D__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5fc_2eh_460',['AMReX_EBFluxRegister_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5fnd_2ef90_461',['AMReX_EBFluxRegister_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__nd_8F90.html',1,'']]], - ['amrex_5febinterpolater_2ecpp_462',['AMReX_EBInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8cpp.html',1,'']]], - ['amrex_5febinterpolater_2eh_463',['AMReX_EBInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8H.html',1,'']]], - ['amrex_5febmfinterpolater_2ecpp_464',['AMReX_EBMFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8cpp.html',1,'']]], - ['amrex_5febmfinterpolater_2eh_465',['AMReX_EBMFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8H.html',1,'']]], - ['amrex_5febmultifabutil_2ecpp_466',['AMReX_EBMultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8cpp.html',1,'']]], - ['amrex_5febmultifabutil_2eh_467',['AMReX_EBMultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8H.html',1,'']]], - ['amrex_5febmultifabutil_5f2d_5fc_2eh_468',['AMReX_EBMultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__2D__C_8H.html',1,'']]], - ['amrex_5febmultifabutil_5f3d_5fc_2eh_469',['AMReX_EBMultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__3D__C_8H.html',1,'']]], - ['amrex_5febmultifabutil_5fc_2eh_470',['AMReX_EBMultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__C_8H.html',1,'']]], - ['amrex_5febsupport_2eh_471',['AMReX_EBSupport.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBSupport_8H.html',1,'']]], - ['amrex_5febtopvd_2ecpp_472',['AMReX_EBToPVD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8cpp.html',1,'']]], - ['amrex_5febtopvd_2eh_473',['AMReX_EBToPVD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8H.html',1,'']]], - ['amrex_5fedgefluxregister_2ecpp_474',['AMReX_EdgeFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8cpp.html',1,'']]], - ['amrex_5fedgefluxregister_2eh_475',['AMReX_EdgeFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8H.html',1,'']]], - ['amrex_5fenum_2eh_476',['AMReX_Enum.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Enum_8H.html',1,'']]], - ['amrex_5ferror_477',['amrex_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html',1,'amrex_error_module']]], - ['amrex_5ferror0_478',['amrex_error0',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a1a665618595cc86a5fe96e85561e9dbc',1,'amrex_error_module::amrex_error::amrex_error0()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a',1,'amrex_error_module::amrex_error0(message)']]], - ['amrex_5ferror1_5fch_479',['amrex_error1_ch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247',1,'amrex_error_module::amrex_error1_ch()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a6bbbbc50ad91c5de76d9f492bb162470',1,'amrex_error_module::amrex_error::amrex_error1_ch()']]], - ['amrex_5ferror1_5fi_480',['amrex_error1_i',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7',1,'amrex_error_module::amrex_error1_i()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a903ff60eda087010d20068d4eed379ba',1,'amrex_error_module::amrex_error::amrex_error1_i()']]], - ['amrex_5ferror1_5fr_481',['amrex_error1_r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6',1,'amrex_error_module::amrex_error1_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#aa103fab456dcf1a3a48d1c7d27f25d34',1,'amrex_error_module::amrex_error::amrex_error1_r()']]], - ['amrex_5ferror_5ffi_2ecpp_482',['AMReX_error_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__fi_8cpp.html',1,'']]], - ['amrex_5ferror_5fmod_2ef90_483',['AMReX_error_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__mod_8F90.html',1,'']]], - ['amrex_5ferror_5fmodule_484',['amrex_error_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html',1,'']]], - ['amrex_5ferrorlist_2ecpp_485',['AMReX_ErrorList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8cpp.html',1,'']]], - ['amrex_5ferrorlist_2eh_486',['AMReX_ErrorList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8H.html',1,'']]], - ['amrex_5fexception_2eh_487',['AMReX_Exception.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Exception_8H.html',1,'']]], - ['amrex_5fextension_2eh_488',['AMReX_Extension.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extension_8H.html',1,'']]], - ['amrex_5fextrapolater_2ecpp_489',['AMReX_Extrapolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8cpp.html',1,'']]], - ['amrex_5fextrapolater_2eh_490',['AMReX_Extrapolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8H.html',1,'']]], - ['amrex_5fextrapolater_5f1d_5fk_2eh_491',['AMReX_extrapolater_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__1D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5f2d_5fk_2eh_492',['AMReX_extrapolater_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__2D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5f3d_5fk_2eh_493',['AMReX_extrapolater_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__3D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5fk_2eh_494',['AMReX_extrapolater_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__K_8H.html',1,'']]], - ['amrex_5ffab_5ffilcc_495',['amrex_fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1',1,'amrex_filcc_module']]], - ['amrex_5ffabarray_2eh_496',['AMReX_FabArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArray_8H.html',1,'']]], - ['amrex_5ffabarraybase_2ecpp_497',['AMReX_FabArrayBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8cpp.html',1,'']]], - ['amrex_5ffabarraybase_2eh_498',['AMReX_FabArrayBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8H.html',1,'']]], - ['amrex_5ffabarraycommi_2eh_499',['AMReX_FabArrayCommI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayCommI_8H.html',1,'']]], - ['amrex_5ffabarrayutility_2eh_500',['AMReX_FabArrayUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayUtility_8H.html',1,'']]], - ['amrex_5ffabconv_2ecpp_501',['AMReX_FabConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8cpp.html',1,'']]], - ['amrex_5ffabconv_2eh_502',['AMReX_FabConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8H.html',1,'']]], - ['amrex_5ffabdatatype_2eh_503',['AMReX_FabDataType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabDataType_8H.html',1,'']]], - ['amrex_5ffabfactory_2eh_504',['AMReX_FabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabFactory_8H.html',1,'']]], - ['amrex_5ffabset_2eh_505',['AMReX_FabSet.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabSet_8H.html',1,'']]], - ['amrex_5ffacopydescriptor_2eh_506',['AMReX_FACopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FACopyDescriptor_8H.html',1,'']]], - ['amrex_5ffarraybox_2ecpp_507',['AMReX_FArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8cpp.html',1,'']]], - ['amrex_5ffarraybox_2eh_508',['AMReX_FArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8H.html',1,'']]], - ['amrex_5ffbi_2eh_509',['AMReX_FBI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FBI_8H.html',1,'']]], - ['amrex_5ffeintegrator_2eh_510',['AMReX_FEIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FEIntegrator_8H.html',1,'']]], - ['amrex_5ffi_5fabort_511',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html',1,'amrex_error_module::amrex_fi_abort'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html#af63579dab608ba94f534178bbad32295',1,'amrex_error_module::amrex_fi_abort::amrex_fi_abort()']]], - ['amrex_5ffi_5ferror_512',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html',1,'amrex_error_module::amrex_fi_error'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html#a698247761e152df0ea6a916e0e365040',1,'amrex_error_module::amrex_fi_error::amrex_fi_error()']]], - ['amrex_5ffi_5fpd_5fbcast_5fr_513',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html#ace812da34b7598d9fd221a594080b255',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r::amrex_fi_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r']]], - ['amrex_5ffi_5fpd_5fioprocessor_514',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html#ac765a3578df4e62522d21e0eb6ec2969',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor::amrex_fi_pd_ioprocessor()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor']]], - ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_515',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html#a8982f3fdc602ce3e7a05c55d7193667c',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number::amrex_fi_pd_ioprocessor_number()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number']]], - ['amrex_5ffi_5fpd_5fmyproc_516',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html#a02957b84a9c8ca00e591712627aa6ea3',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc::amrex_fi_pd_myproc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc']]], - ['amrex_5ffi_5fpd_5fnprocs_517',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html#a522ade5dba9e7fc6f1942c44bfc0c9e1',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs::amrex_fi_pd_nprocs()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs']]], - ['amrex_5ffi_5fpd_5fwtime_518',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html#a0e54240aedd2202434b50c5b107a41ed',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime::amrex_fi_pd_wtime()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime']]], - ['amrex_5ffi_5fwarning_519',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html',1,'amrex_error_module::amrex_fi_warning'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html#a506159cd9cccb548d812c7edf14805d8',1,'amrex_error_module::amrex_fi_warning::amrex_fi_warning()']]], - ['amrex_5ffilcc_520',['amrex_filcc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html',1,'amrex_filcc_module']]], - ['amrex_5ffilcc_5f1_521',['amrex_filcc_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb',1,'amrex_filcc_module::amrex_filcc_1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#acf630b4902f09f2492c6c5fb4b31da7d',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_1()']]], - ['amrex_5ffilcc_5f1d_5fc_2eh_522',['AMReX_FilCC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__1D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5f2d_5fc_2eh_523',['AMReX_FilCC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__2D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5f3d_5fc_2eh_524',['AMReX_FilCC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__3D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5fc_2ecpp_525',['AMReX_FilCC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8cpp.html',1,'']]], - ['amrex_5ffilcc_5fc_2eh_526',['AMReX_FilCC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8H.html',1,'']]], - ['amrex_5ffilcc_5ff_2eh_527',['AMReX_filcc_f.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__f_8H.html',1,'']]], - ['amrex_5ffilcc_5fmod_2ef90_528',['AMReX_filcc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__mod_8F90.html',1,'']]], - ['amrex_5ffilcc_5fmodule_529',['amrex_filcc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html',1,'']]], - ['amrex_5ffilcc_5fn_530',['amrex_filcc_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7',1,'amrex_filcc_module::amrex_filcc_n()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#ab566cd62b1b32a8f4232e5a8c7bd8215',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_n()']]], - ['amrex_5ffilccn_531',['amrex_filccn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686',1,'amrex_filcc_module']]], - ['amrex_5ffilesystem_2ecpp_532',['AMReX_FileSystem.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8cpp.html',1,'']]], - ['amrex_5ffilesystem_2eh_533',['AMReX_FileSystem.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8H.html',1,'']]], - ['amrex_5ffilfc_5f1d_5fc_2eh_534',['AMReX_FilFC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__1D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5f2d_5fc_2eh_535',['AMReX_FilFC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__2D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5f3d_5fc_2eh_536',['AMReX_FilFC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__3D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5fc_2ecpp_537',['AMReX_FilFC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8cpp.html',1,'']]], - ['amrex_5ffilfc_5fc_2eh_538',['AMReX_FilFC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8H.html',1,'']]], - ['amrex_5ffill_5fslice_5finterp_539',['amrex_fill_slice_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224',1,'amrex']]], - ['amrex_5ffillpatcher_2eh_540',['AMReX_FillPatcher.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatcher_8H.html',1,'']]], - ['amrex_5ffillpatchutil_2ecpp_541',['AMReX_FillPatchUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8cpp.html',1,'']]], - ['amrex_5ffillpatchutil_2eh_542',['AMReX_FillPatchUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8H.html',1,'']]], - ['amrex_5ffillpatchutil_5f1d_2ef90_543',['AMReX_FillPatchUtil_1d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__1d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5f2d_2ef90_544',['AMReX_FillPatchUtil_2d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__2d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5f3d_2ef90_545',['AMReX_FillPatchUtil_3d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__3d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5ff_2eh_546',['AMReX_FillPatchUtil_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__F_8H.html',1,'']]], - ['amrex_5ffillpatchutil_5fi_2eh_547',['AMReX_FillPatchUtil_I.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__I_8H.html',1,'']]], - ['amrex_5ffilnd_5fc_2ecpp_548',['AMReX_FilND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8cpp.html',1,'']]], - ['amrex_5ffilnd_5fc_2eh_549',['AMReX_FilND_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8H.html',1,'']]], - ['amrex_5ffinalize_5facc_550',['amrex_finalize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7537721c18f228fca42f0db3e75a4470',1,'amrex_acc_module']]], - ['amrex_5ffinalize_5fnamelist_551',['amrex_finalize_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afa4b2a65f17b770eaf9771705a09b5a1',1,'amrex_parmparse_module']]], - ['amrex_5ffirst_5forder_5fextrap_5fcpu_552',['amrex_first_order_extrap_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8',1,'amrex']]], - ['amrex_5ffirst_5forder_5fextrap_5fgpu_553',['amrex_first_order_extrap_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2',1,'amrex']]], - ['amrex_5fflux_5fredistribute_554',['amrex_flux_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e',1,'amrex']]], - ['amrex_5ffluxreg_5f1d_5fc_2eh_555',['AMReX_FluxReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__1D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5f2d_5fc_2eh_556',['AMReX_FluxReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__2D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5f3d_5fc_2eh_557',['AMReX_FluxReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__3D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5fc_2eh_558',['AMReX_FluxReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__C_8H.html',1,'']]], - ['amrex_5ffluxregister_2ecpp_559',['AMReX_FluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8cpp.html',1,'']]], - ['amrex_5ffluxregister_2eh_560',['AMReX_FluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8H.html',1,'']]], - ['amrex_5fforkjoin_2ecpp_561',['AMReX_ForkJoin.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8cpp.html',1,'']]], - ['amrex_5fforkjoin_2eh_562',['AMReX_ForkJoin.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8H.html',1,'']]], - ['amrex_5ffort_5fmod_2ef90_563',['AMReX_fort_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__fort__mod_8F90.html',1,'']]], - ['amrex_5ffort_5fmodule_564',['amrex_fort_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html',1,'']]], - ['amrex_5ffpc_2ecpp_565',['AMReX_FPC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8cpp.html',1,'']]], - ['amrex_5ffpc_2eh_566',['AMReX_FPC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8H.html',1,'']]], - ['amrex_5ffree_567',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html',1,'amrex_fort_module::amrex_free'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html#a707447ae9a46c196fd31a6e73e6fde3b',1,'amrex_fort_module::amrex_free::amrex_free()']]], - ['amrex_5ffunctional_2eh_568',['AMReX_Functional.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Functional_8H.html',1,'']]], - ['amrex_5fgeometry_2ecpp_569',['AMReX_Geometry.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8cpp.html',1,'']]], - ['amrex_5fgeometry_2eh_570',['AMReX_Geometry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8H.html',1,'']]], - ['amrex_5fgmres_2eh_571',['AMReX_GMRES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES_8H.html',1,'']]], - ['amrex_5fgmres_5fmlmg_2eh_572',['AMReX_GMRES_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES__MLMG_8H.html',1,'']]], - ['amrex_5fgpu_2eh_573',['AMReX_Gpu.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Gpu_8H.html',1,'']]], - ['amrex_5fgpuallocators_2eh_574',['AMReX_GpuAllocators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAllocators_8H.html',1,'']]], - ['amrex_5fgpuassert_2eh_575',['AMReX_GpuAssert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAssert_8H.html',1,'']]], - ['amrex_5fgpuasyncarray_2ecpp_576',['AMReX_GpuAsyncArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8cpp.html',1,'']]], - ['amrex_5fgpuasyncarray_2eh_577',['AMReX_GpuAsyncArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8H.html',1,'']]], - ['amrex_5fgpuatomic_2eh_578',['AMReX_GpuAtomic.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAtomic_8H.html',1,'']]], - ['amrex_5fgpubuffer_2eh_579',['AMReX_GpuBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuBuffer_8H.html',1,'']]], - ['amrex_5fgpucomplex_2eh_580',['AMReX_GpuComplex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuComplex_8H.html',1,'']]], - ['amrex_5fgpucontainers_2eh_581',['AMReX_GpuContainers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuContainers_8H.html',1,'']]], - ['amrex_5fgpucontrol_2ecpp_582',['AMReX_GpuControl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8cpp.html',1,'']]], - ['amrex_5fgpucontrol_2eh_583',['AMReX_GpuControl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8H.html',1,'']]], - ['amrex_5fgpudevice_2ecpp_584',['AMReX_GpuDevice.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8cpp.html',1,'']]], - ['amrex_5fgpudevice_2eh_585',['AMReX_GpuDevice.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8H.html',1,'']]], - ['amrex_5fgpuelixir_2ecpp_586',['AMReX_GpuElixir.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8cpp.html',1,'']]], - ['amrex_5fgpuelixir_2eh_587',['AMReX_GpuElixir.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8H.html',1,'']]], - ['amrex_5fgpuerror_2eh_588',['AMReX_GpuError.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuError_8H.html',1,'']]], - ['amrex_5fgpukernelinfo_2eh_589',['AMReX_GpuKernelInfo.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuKernelInfo_8H.html',1,'']]], - ['amrex_5fgpulaunch_2eh_590',['AMReX_GpuLaunch.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8H.html',1,'']]], - ['amrex_5fgpulaunch_2enolint_2eh_591',['AMReX_GpuLaunch.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8nolint_8H.html',1,'']]], - ['amrex_5fgpulaunchfunctsc_2eh_592',['AMReX_GpuLaunchFunctsC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsC_8H.html',1,'']]], - ['amrex_5fgpulaunchfunctsg_2eh_593',['AMReX_GpuLaunchFunctsG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsG_8H.html',1,'']]], - ['amrex_5fgpulaunchglobal_2eh_594',['AMReX_GpuLaunchGlobal.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchGlobal_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosc_2eh_595',['AMReX_GpuLaunchMacrosC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosc_2enolint_2eh_596',['AMReX_GpuLaunchMacrosC.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8nolint_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosg_2eh_597',['AMReX_GpuLaunchMacrosG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosg_2enolint_2eh_598',['AMReX_GpuLaunchMacrosG.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8nolint_8H.html',1,'']]], - ['amrex_5fgpumemory_2eh_599',['AMReX_GpuMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuMemory_8H.html',1,'']]], - ['amrex_5fgpuprint_2eh_600',['AMReX_GpuPrint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuPrint_8H.html',1,'']]], - ['amrex_5fgpuqualifiers_2eh_601',['AMReX_GpuQualifiers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuQualifiers_8H.html',1,'']]], - ['amrex_5fgpurange_2eh_602',['AMReX_GpuRange.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuRange_8H.html',1,'']]], - ['amrex_5fgpureduce_2eh_603',['AMReX_GpuReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuReduce_8H.html',1,'']]], - ['amrex_5fgputypes_2eh_604',['AMReX_GpuTypes.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuTypes_8H.html',1,'']]], - ['amrex_5fgpuutility_2ecpp_605',['AMReX_GpuUtility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8cpp.html',1,'']]], - ['amrex_5fgpuutility_2eh_606',['AMReX_GpuUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8H.html',1,'']]], - ['amrex_5fhabec_5f2d_5fk_2eh_607',['AMReX_Habec_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__2D__K_8H.html',1,'']]], - ['amrex_5fhabec_5f3d_5fk_2eh_608',['AMReX_Habec_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__3D__K_8H.html',1,'']]], - ['amrex_5fhabec_5fk_2eh_609',['AMReX_Habec_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__K_8H.html',1,'']]], - ['amrex_5fhoextraptocc_610',['amrex_hoextraptocc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e',1,'amrex_filcc_module']]], - ['amrex_5fhypre_2ecpp_611',['AMReX_Hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8cpp.html',1,'']]], - ['amrex_5fhypre_2eh_612',['AMReX_Hypre.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8H.html',1,'']]], - ['amrex_5fhypreabeclap_2ecpp_613',['AMReX_HypreABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap_2eh_614',['AMReX_HypreABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8H.html',1,'']]], - ['amrex_5fhypreabeclap2_2ecpp_615',['AMReX_HypreABecLap2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap2_2eh_616',['AMReX_HypreABecLap2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8H.html',1,'']]], - ['amrex_5fhypreabeclap3_2ecpp_617',['AMReX_HypreABecLap3.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap3_2eh_618',['AMReX_HypreABecLap3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8H.html',1,'']]], - ['amrex_5fhypreijiface_2ecpp_619',['AMReX_HypreIJIface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8cpp.html',1,'']]], - ['amrex_5fhypreijiface_2eh_620',['AMReX_HypreIJIface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_2ecpp_621',['AMReX_HypreMLABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8cpp.html',1,'']]], - ['amrex_5fhypremlabeclap_2eh_622',['AMReX_HypreMLABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5f2d_5fk_2eh_623',['AMReX_HypreMLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5f3d_5fk_2eh_624',['AMReX_HypreMLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5fk_2eh_625',['AMReX_HypreMLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__K_8H.html',1,'']]], - ['amrex_5fhyprenodelap_2ecpp_626',['AMReX_HypreNodeLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8cpp.html',1,'']]], - ['amrex_5fhyprenodelap_2eh_627',['AMReX_HypreNodeLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8H.html',1,'']]], - ['amrex_5fhypresolver_2eh_628',['AMReX_HypreSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreSolver_8H.html',1,'']]], - ['amrex_5fiarraybox_2ecpp_629',['AMReX_IArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8cpp.html',1,'']]], - ['amrex_5fiarraybox_2eh_630',['AMReX_IArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8H.html',1,'']]], - ['amrex_5fimultifab_2ecpp_631',['AMReX_iMultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8cpp.html',1,'']]], - ['amrex_5fimultifab_2eh_632',['AMReX_iMultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8H.html',1,'']]], - ['amrex_5findextype_2ecpp_633',['AMReX_IndexType.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8cpp.html',1,'']]], - ['amrex_5findextype_2eh_634',['AMReX_IndexType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8H.html',1,'']]], - ['amrex_5finit_5fnamelist_635',['amrex_init_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2240f47e9202eae11b9c2cf3df63056c',1,'amrex_parmparse_module']]], - ['amrex_5finitialize_5facc_636',['amrex_initialize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7eb8614e7eeb5eca0fea6ecaf6ad999a',1,'amrex_acc_module']]], - ['amrex_5finsitubridge_2ecpp_637',['AMReX_InSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8cpp.html',1,'']]], - ['amrex_5finsitubridge_2eh_638',['AMReX_InSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8H.html',1,'']]], - ['amrex_5finsituutils_2ecpp_639',['AMReX_InSituUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8cpp.html',1,'']]], - ['amrex_5finsituutils_2eh_640',['AMReX_InSituUtils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8H.html',1,'']]], - ['amrex_5fint_2eh_641',['AMReX_INT.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__INT_8H.html',1,'']]], - ['amrex_5fintconv_2ecpp_642',['AMReX_IntConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8cpp.html',1,'']]], - ['amrex_5fintconv_2eh_643',['AMReX_IntConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8H.html',1,'']]], - ['amrex_5fintegratorbase_2eh_644',['AMReX_IntegratorBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntegratorBase_8H.html',1,'']]], - ['amrex_5finterp_5f1d_5fc_2eh_645',['AMReX_Interp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__1D__C_8H.html',1,'']]], - ['amrex_5finterp_5f2d_5fc_2eh_646',['AMReX_Interp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__2D__C_8H.html',1,'']]], - ['amrex_5finterp_5f3d_5fc_2eh_647',['AMReX_Interp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__3D__C_8H.html',1,'']]], - ['amrex_5finterp_5fc_2eh_648',['AMReX_Interp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__C_8H.html',1,'']]], - ['amrex_5finterpbase_2ecpp_649',['AMReX_InterpBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8cpp.html',1,'']]], - ['amrex_5finterpbase_2eh_650',['AMReX_InterpBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8H.html',1,'']]], - ['amrex_5finterpbndrydata_2eh_651',['AMReX_InterpBndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f1d_5fk_2eh_652',['AMReX_InterpBndryData_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__1D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f2d_5fk_2eh_653',['AMReX_InterpBndryData_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__2D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f3d_5fk_2eh_654',['AMReX_InterpBndryData_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__3D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5fk_2eh_655',['AMReX_InterpBndryData_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__K_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f1d_5fc_2eh_656',['AMReX_InterpFaceReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__1D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f2d_5fc_2eh_657',['AMReX_InterpFaceReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__2D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f3d_5fc_2eh_658',['AMReX_InterpFaceReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__3D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5fc_2eh_659',['AMReX_InterpFaceReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__C_8H.html',1,'']]], - ['amrex_5finterpfaceregister_2ecpp_660',['AMReX_InterpFaceRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8cpp.html',1,'']]], - ['amrex_5finterpfaceregister_2eh_661',['AMReX_InterpFaceRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8H.html',1,'']]], - ['amrex_5finterpolater_2ecpp_662',['AMReX_Interpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8cpp.html',1,'']]], - ['amrex_5finterpolater_2eh_663',['AMReX_Interpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8H.html',1,'']]], - ['amrex_5fintvect_2ecpp_664',['AMReX_IntVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8cpp.html',1,'']]], - ['amrex_5fintvect_2eh_665',['AMReX_IntVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8H.html',1,'']]], - ['amrex_5fio_5fmod_2ef90_666',['AMReX_io_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__io__mod_8F90.html',1,'']]], - ['amrex_5fio_5fmodule_667',['amrex_io_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html',1,'']]], - ['amrex_5fiparser_668',['amrex_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html',1,'amrex']]], - ['amrex_5fiparser_2ecpp_669',['AMReX_IParser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8cpp.html',1,'']]], - ['amrex_5fiparser_2eh_670',['AMReX_IParser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8H.html',1,'']]], - ['amrex_5fiparser_2elex_2ecpp_671',['amrex_iparser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8cpp.html',1,'']]], - ['amrex_5fiparser_2elex_2eh_672',['amrex_iparser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8h.html',1,'']]], - ['amrex_5fiparser_2elex_2enolint_2eh_673',['amrex_iparser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8nolint_8H.html',1,'']]], - ['amrex_5fiparser_2etab_2ecpp_674',['amrex_iparser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8cpp.html',1,'']]], - ['amrex_5fiparser_2etab_2eh_675',['amrex_iparser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8h.html',1,'']]], - ['amrex_5fiparser_2etab_2enolint_2eh_676',['amrex_iparser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8nolint_8H.html',1,'']]], - ['amrex_5fiparser_5fdelete_677',['amrex_iparser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1',1,'amrex']]], - ['amrex_5fiparser_5fexe_2ecpp_678',['AMReX_IParser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8cpp.html',1,'']]], - ['amrex_5fiparser_5fexe_2eh_679',['AMReX_IParser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8H.html',1,'']]], - ['amrex_5fiparser_5fnew_680',['amrex_iparser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073',1,'amrex']]], - ['amrex_5fiparser_5fy_2ecpp_681',['AMReX_IParser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8cpp.html',1,'']]], - ['amrex_5fiparser_5fy_2eh_682',['AMReX_IParser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8H.html',1,'']]], - ['amrex_5fiparserstype_683',['AMREX_IPARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html',1,'']]], - ['amrex_5fksp_684',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html',1,'amrex::amrex_KSP'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aea22ab1cf579dcbf2940e424d3e0875e',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aca69bd49d75894353d06d30c558aac72',1,'amrex::amrex_KSP::amrex_KSP()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a86adf29edda60b11a0d52179a48c6dcc',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP &&)=delete']]], - ['amrex_5flayoutdata_2eh_685',['AMReX_LayoutData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LayoutData_8H.html',1,'']]], - ['amrex_5flazy_2ecpp_686',['AMReX_Lazy.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8cpp.html',1,'']]], - ['amrex_5flazy_2eh_687',['AMReX_Lazy.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8H.html',1,'']]], - ['amrex_5flevelbld_2eh_688',['AMReX_LevelBld.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LevelBld_8H.html',1,'']]], - ['amrex_5flo_5fbctypes_2ecpp_689',['AMReX_LO_BCTYPES.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8cpp.html',1,'']]], - ['amrex_5flo_5fbctypes_2eh_690',['AMReX_LO_BCTYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8H.html',1,'']]], - ['amrex_5flo_5fbctypes_5fmod_2ef90_691',['AMReX_lo_bctypes_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__lo__bctypes__mod_8F90.html',1,'']]], - ['amrex_5flo_5fbctypes_5fmodule_692',['amrex_lo_bctypes_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html',1,'']]], - ['amrex_5flo_5fbogus_693',['amrex_lo_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fdirichlet_694',['amrex_lo_dirichlet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5finflow_695',['amrex_lo_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fmarshak_696',['amrex_lo_marshak',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fneumann_697',['amrex_lo_neumann',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fperiodic_698',['amrex_lo_periodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5freflect_5fodd_699',['amrex_lo_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fsanchez_5fpomraning_700',['amrex_lo_sanchez_pomraning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5futil_2ef90_701',['AMReX_LO_UTIL.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__UTIL_8F90.html',1,'']]], - ['amrex_5flo_5futil_5fmodule_702',['amrex_lo_util_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html',1,'']]], - ['amrex_5flong_703',['amrex_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c',1,'amrex_fort_module']]], - ['amrex_5floop_2eh_704',['AMReX_Loop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8H.html',1,'']]], - ['amrex_5floop_2enolint_2eh_705',['AMReX_Loop.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8nolint_8H.html',1,'']]], - ['amrex_5floutil_5fk_2eh_706',['AMReX_LOUtil_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LOUtil__K_8H.html',1,'']]], - ['amrex_5flusolver_2eh_707',['AMReX_LUSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LUSolver_8H.html',1,'']]], - ['amrex_5fmachine_2ecpp_708',['AMReX_Machine.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8cpp.html',1,'']]], - ['amrex_5fmachine_2eh_709',['AMReX_Machine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8H.html',1,'']]], - ['amrex_5fmakeparticle_2eh_710',['AMReX_MakeParticle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeParticle_8H.html',1,'']]], - ['amrex_5fmaketype_2eh_711',['AMReX_MakeType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeType_8H.html',1,'']]], - ['amrex_5fmalloc_712',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html',1,'amrex_fort_module::amrex_malloc'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html#a474a838f9d50acec1ac42d581248934d',1,'amrex_fort_module::amrex_malloc::amrex_malloc()']]], - ['amrex_5fmask_2ecpp_713',['AMReX_Mask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8cpp.html',1,'']]], - ['amrex_5fmask_2eh_714',['AMReX_Mask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8H.html',1,'']]], - ['amrex_5fmat_715',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html',1,'amrex::amrex_Mat'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a14bdbf5e9222968ac32e71d6793f5d39',1,'amrex::amrex_Mat::amrex_Mat()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a3b75dd52e71b3a11d595fdaf4f2e4e71',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#ae605c1439b1b88e367a6757b46e78c9e',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat &&)=delete']]], - ['amrex_5fmath_2eh_716',['AMReX_Math.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Math_8H.html',1,'']]], - ['amrex_5fmempool_2ecpp_717',['AMReX_MemPool.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8cpp.html',1,'']]], - ['amrex_5fmempool_2eh_718',['AMReX_MemPool.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8H.html',1,'']]], - ['amrex_5fmempool_5falloc_719',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html#adb2b65dfc1aec59150d1a8ed47e40fb4',1,'amrex_mempool_module::amrex_mempool_alloc::amrex_mempool_alloc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html',1,'amrex_mempool_module::amrex_mempool_alloc']]], - ['amrex_5fmempool_5ffree_720',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html#a8f6d10e93389b7a67a277c72cb1632e4',1,'amrex_mempool_module::amrex_mempool_free::amrex_mempool_free()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html',1,'amrex_mempool_module::amrex_mempool_free']]], - ['amrex_5fmempool_5fmod_2ef90_721',['AMReX_mempool_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__mempool__mod_8F90.html',1,'']]], - ['amrex_5fmempool_5fmodule_722',['amrex_mempool_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html',1,'']]], - ['amrex_5fmemprofiler_2ecpp_723',['AMReX_MemProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8cpp.html',1,'']]], - ['amrex_5fmemprofiler_2eh_724',['AMReX_MemProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8H.html',1,'']]], - ['amrex_5fmfcopydescriptor_2ecpp_725',['AMReX_MFCopyDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8cpp.html',1,'']]], - ['amrex_5fmfcopydescriptor_2eh_726',['AMReX_MFCopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8H.html',1,'']]], - ['amrex_5fmfinterp_5f1d_5fc_2eh_727',['AMReX_MFInterp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__1D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5f2d_5fc_2eh_728',['AMReX_MFInterp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__2D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5f3d_5fc_2eh_729',['AMReX_MFInterp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__3D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5fc_2eh_730',['AMReX_MFInterp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__C_8H.html',1,'']]], - ['amrex_5fmfinterpolater_2ecpp_731',['AMReX_MFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8cpp.html',1,'']]], - ['amrex_5fmfinterpolater_2eh_732',['AMReX_MFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8H.html',1,'']]], - ['amrex_5fmfiter_2ecpp_733',['AMReX_MFIter.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8cpp.html',1,'']]], - ['amrex_5fmfiter_2eh_734',['AMReX_MFIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8H.html',1,'']]], - ['amrex_5fmfparallelfor_2eh_735',['AMReX_MFParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelFor_8H.html',1,'']]], - ['amrex_5fmfparallelforc_2eh_736',['AMReX_MFParallelForC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForC_8H.html',1,'']]], - ['amrex_5fmfparallelforg_2eh_737',['AMReX_MFParallelForG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForG_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f1d_5fk_2eh_738',['AMReX_MLABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f2d_5fk_2eh_739',['AMReX_MLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f3d_5fk_2eh_740',['AMReX_MLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5fk_2eh_741',['AMReX_MLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__K_8H.html',1,'']]], - ['amrex_5fmlabeclaplacian_2eh_742',['AMReX_MLABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLaplacian_8H.html',1,'']]], - ['amrex_5fmlalap_5f1d_5fk_2eh_743',['AMReX_MLALap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__1D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5f2d_5fk_2eh_744',['AMReX_MLALap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__2D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5f3d_5fk_2eh_745',['AMReX_MLALap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__3D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5fk_2eh_746',['AMReX_MLALap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__K_8H.html',1,'']]], - ['amrex_5fmlalaplacian_2eh_747',['AMReX_MLALaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALaplacian_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_2eh_748',['AMReX_MLCellABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f1d_5fk_2eh_749',['AMReX_MLCellABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f2d_5fk_2eh_750',['AMReX_MLCellABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f3d_5fk_2eh_751',['AMReX_MLCellABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5fk_2eh_752',['AMReX_MLCellABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__K_8H.html',1,'']]], - ['amrex_5fmlcelllinop_2eh_753',['AMReX_MLCellLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellLinOp_8H.html',1,'']]], - ['amrex_5fmlcgsolver_2eh_754',['AMReX_MLCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCGSolver_8H.html',1,'']]], - ['amrex_5fmlcurlcurl_2ecpp_755',['AMReX_MLCurlCurl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8cpp.html',1,'']]], - ['amrex_5fmlcurlcurl_2eh_756',['AMReX_MLCurlCurl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8H.html',1,'']]], - ['amrex_5fmlcurlcurl_5fk_2eh_757',['AMReX_MLCurlCurl_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_2ecpp_758',['AMReX_MLEBABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8cpp.html',1,'']]], - ['amrex_5fmlebabeclap_2eh_759',['AMReX_MLEBABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5f2d_5fk_2eh_760',['AMReX_MLEBABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5f3d_5fk_2eh_761',['AMReX_MLEBABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5ff_2ecpp_762',['AMReX_MLEBABecLap_F.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__F_8cpp.html',1,'']]], - ['amrex_5fmlebabeclap_5fk_2eh_763',['AMReX_MLEBABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f1d_5fk_2eh_764',['AMReX_MLEBNodeFDLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f2d_5fk_2eh_765',['AMReX_MLEBNodeFDLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f3d_5fk_2eh_766',['AMReX_MLEBNodeFDLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5fk_2eh_767',['AMReX_MLEBNodeFDLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlaplacian_2ecpp_768',['AMReX_MLEBNodeFDLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlebnodefdlaplacian_2eh_769',['AMReX_MLEBNodeFDLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8H.html',1,'']]], - ['amrex_5fmlebtensor_5f2d_5fk_2eh_770',['AMReX_MLEBTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__2D__K_8H.html',1,'']]], - ['amrex_5fmlebtensor_5f3d_5fk_2eh_771',['AMReX_MLEBTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__3D__K_8H.html',1,'']]], - ['amrex_5fmlebtensor_5fk_2eh_772',['AMReX_MLEBTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__K_8H.html',1,'']]], - ['amrex_5fmlebtensorop_2ecpp_773',['AMReX_MLEBTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8cpp.html',1,'']]], - ['amrex_5fmlebtensorop_2eh_774',['AMReX_MLEBTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8H.html',1,'']]], - ['amrex_5fmlebtensorop_5fbc_2ecpp_775',['AMReX_MLEBTensorOp_bc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp__bc_8cpp.html',1,'']]], - ['amrex_5fmllinop_2eh_776',['AMReX_MLLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp_8H.html',1,'']]], - ['amrex_5fmllinop_5fapply_5fbc_777',['amrex_mllinop_apply_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a198adb293f84d85a8b1c8293e428b88c',1,'amrex_mllinop_nd_module']]], - ['amrex_5fmllinop_5ff_2eh_778',['AMReX_MLLinOp_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__F_8H.html',1,'']]], - ['amrex_5fmllinop_5fk_2eh_779',['AMReX_MLLinOp_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__K_8H.html',1,'']]], - ['amrex_5fmllinop_5fnd_2ef90_780',['AMReX_MLLinOp_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__nd_8F90.html',1,'']]], - ['amrex_5fmllinop_5fnd_5fmodule_781',['amrex_mllinop_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html',1,'']]], - ['amrex_5fmlmg_2ecpp_782',['AMReX_MLMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8cpp.html',1,'']]], - ['amrex_5fmlmg_2eh_783',['AMReX_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8H.html',1,'']]], - ['amrex_5fmlmg_5f1d_5fk_2eh_784',['AMReX_MLMG_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__1D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5f2d_5fk_2eh_785',['AMReX_MLMG_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__2D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5f3d_5fk_2eh_786',['AMReX_MLMG_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__3D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5fk_2eh_787',['AMReX_MLMG_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__K_8H.html',1,'']]], - ['amrex_5fmlmgbndry_2eh_788',['AMReX_MLMGBndry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMGBndry_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f1d_5fk_2eh_789',['AMReX_MLNodeABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f2d_5fk_2eh_790',['AMReX_MLNodeABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f3d_5fk_2eh_791',['AMReX_MLNodeABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5fk_2eh_792',['AMReX_MLNodeABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclaplacian_2ecpp_793',['AMReX_MLNodeABecLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodeabeclaplacian_2eh_794',['AMReX_MLNodeABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f1d_5fk_2eh_795',['AMReX_MLNodeLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f2d_5fk_2eh_796',['AMReX_MLNodeLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f3d_5fk_2eh_797',['AMReX_MLNodeLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5fk_2eh_798',['AMReX_MLNodeLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__K_8H.html',1,'']]], - ['amrex_5fmlnodelaplacian_2ecpp_799',['AMReX_MLNodeLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_2eh_800',['AMReX_MLNodeLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8H.html',1,'']]], - ['amrex_5fmlnodelaplacian_5feb_2ecpp_801',['AMReX_MLNodeLaplacian_eb.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__eb_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fhypre_2ecpp_802',['AMReX_MLNodeLaplacian_hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__hypre_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fmisc_2ecpp_803',['AMReX_MLNodeLaplacian_misc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__misc_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fsten_2ecpp_804',['AMReX_MLNodeLaplacian_sten.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sten_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fsync_2ecpp_805',['AMReX_MLNodeLaplacian_sync.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sync_8cpp.html',1,'']]], - ['amrex_5fmlnodelinop_2ecpp_806',['AMReX_MLNodeLinOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8cpp.html',1,'']]], - ['amrex_5fmlnodelinop_2eh_807',['AMReX_MLNodeLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f1d_5fk_2eh_808',['AMReX_MLNodeTensorLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f2d_5fk_2eh_809',['AMReX_MLNodeTensorLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f3d_5fk_2eh_810',['AMReX_MLNodeTensorLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5fk_2eh_811',['AMReX_MLNodeTensorLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlaplacian_2ecpp_812',['AMReX_MLNodeTensorLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodetensorlaplacian_2eh_813',['AMReX_MLNodeTensorLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8H.html',1,'']]], - ['amrex_5fmlpoisson_2eh_814',['AMReX_MLPoisson.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f1d_5fk_2eh_815',['AMReX_MLPoisson_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__1D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f2d_5fk_2eh_816',['AMReX_MLPoisson_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__2D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f3d_5fk_2eh_817',['AMReX_MLPoisson_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__3D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5fk_2eh_818',['AMReX_MLPoisson_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f1d_5fk_2eh_819',['AMReX_MLTensor_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__1D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f2d_5fk_2eh_820',['AMReX_MLTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__2D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f3d_5fk_2eh_821',['AMReX_MLTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__3D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5fk_2eh_822',['AMReX_MLTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__K_8H.html',1,'']]], - ['amrex_5fmltensorop_2ecpp_823',['AMReX_MLTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8cpp.html',1,'']]], - ['amrex_5fmltensorop_2eh_824',['AMReX_MLTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8H.html',1,'']]], - ['amrex_5fmltensorop_5fgrad_2ecpp_825',['AMReX_MLTensorOp_grad.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp__grad_8cpp.html',1,'']]], - ['amrex_5fmorton_2eh_826',['AMReX_Morton.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Morton_8H.html',1,'']]], - ['amrex_5fmpmd_2ecpp_827',['AMReX_MPMD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8cpp.html',1,'']]], - ['amrex_5fmpmd_2eh_828',['AMReX_MPMD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8H.html',1,'']]], - ['amrex_5fmulticutfab_2ecpp_829',['AMReX_MultiCutFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8cpp.html',1,'']]], - ['amrex_5fmulticutfab_2eh_830',['AMReX_MultiCutFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8H.html',1,'']]], - ['amrex_5fmultifab_2ecpp_831',['AMReX_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8cpp.html',1,'']]], - ['amrex_5fmultifab_2eh_832',['AMReX_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8H.html',1,'']]], - ['amrex_5fmultifabutil_2ecpp_833',['AMReX_MultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8cpp.html',1,'']]], - ['amrex_5fmultifabutil_2eh_834',['AMReX_MultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f1d_5fc_2eh_835',['AMReX_MultiFabUtil_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__1D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f2d_5fc_2eh_836',['AMReX_MultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__2D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f3d_5fc_2eh_837',['AMReX_MultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__3D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5fc_2eh_838',['AMReX_MultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5fnd_5fc_2eh_839',['AMReX_MultiFabUtil_nd_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__nd__C_8H.html',1,'']]], - ['amrex_5fmultifabutili_2eh_840',['AMReX_MultiFabUtilI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtilI_8H.html',1,'']]], - ['amrex_5fmultimask_2ecpp_841',['AMReX_MultiMask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8cpp.html',1,'']]], - ['amrex_5fmultimask_2eh_842',['AMReX_MultiMask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8H.html',1,'']]], - ['amrex_5fnamelist_843',['amrex_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9e52abadec8dd79a05ddec212b4c41a1',1,'amrex_parmparse_module']]], - ['amrex_5fneighborlist_2eh_844',['AMReX_NeighborList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborList_8H.html',1,'']]], - ['amrex_5fneighborparticles_2eh_845',['AMReX_NeighborParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticles_8H.html',1,'']]], - ['amrex_5fneighborparticlescpuimpl_2eh_846',['AMReX_NeighborParticlesCPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesCPUImpl_8H.html',1,'']]], - ['amrex_5fneighborparticlesgpuimpl_2eh_847',['AMReX_NeighborParticlesGPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesGPUImpl_8H.html',1,'']]], - ['amrex_5fneighborparticlesi_2eh_848',['AMReX_NeighborParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesI_8H.html',1,'']]], - ['amrex_5fnew_5fparmparse_849',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html#a1be92a19b01b3ec020a93436e5046e52',1,'amrex_parmparse_module::amrex_new_parmparse::amrex_new_parmparse()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html',1,'amrex_parmparse_module::amrex_new_parmparse']]], - ['amrex_5fnfiles_2ecpp_850',['AMReX_NFiles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8cpp.html',1,'']]], - ['amrex_5fnfiles_2eh_851',['AMReX_NFiles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8H.html',1,'']]], - ['amrex_5fnonlocalbc_2ecpp_852',['AMReX_NonLocalBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8cpp.html',1,'']]], - ['amrex_5fnonlocalbc_2eh_853',['AMReX_NonLocalBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8H.html',1,'']]], - ['amrex_5fnonlocalbcimpl_2eh_854',['AMReX_NonLocalBCImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBCImpl_8H.html',1,'']]], - ['amrex_5fnvector_5fmultifab_2ecpp_855',['AMReX_NVector_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8cpp.html',1,'']]], - ['amrex_5fnvector_5fmultifab_2eh_856',['AMReX_NVector_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8H.html',1,'']]], - ['amrex_5fomp_5fmod_2ef90_857',['AMReX_omp_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__omp__mod_8F90.html',1,'']]], - ['amrex_5fomp_5fmodule_858',['amrex_omp_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html',1,'']]], - ['amrex_5fomp_5fsupport_859',['amrex_omp_support',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a549c4da3223be6be1f6201ef4eded2c8',1,'amrex_omp_module']]], - ['amrex_5fopenbc_2ecpp_860',['AMReX_OpenBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8cpp.html',1,'']]], - ['amrex_5fopenbc_2eh_861',['AMReX_OpenBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8H.html',1,'']]], - ['amrex_5fopenbc_5fk_2eh_862',['AMReX_OpenBC_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC__K_8H.html',1,'']]], - ['amrex_5fopenmp_2ecpp_863',['AMReX_OpenMP.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8cpp.html',1,'']]], - ['amrex_5fopenmp_2eh_864',['AMReX_OpenMP.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8H.html',1,'']]], - ['amrex_5forientation_2ecpp_865',['AMReX_Orientation.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8cpp.html',1,'']]], - ['amrex_5forientation_2eh_866',['AMReX_Orientation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8H.html',1,'']]], - ['amrex_5fparallelcontext_2ecpp_867',['AMReX_ParallelContext.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8cpp.html',1,'']]], - ['amrex_5fparallelcontext_2eh_868',['AMReX_ParallelContext.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8H.html',1,'']]], - ['amrex_5fparalleldescriptor_2ecpp_869',['AMReX_ParallelDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8cpp.html',1,'']]], - ['amrex_5fparalleldescriptor_2eh_870',['AMReX_ParallelDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8H.html',1,'']]], - ['amrex_5fparalleldescriptor_5ff_2ef90_871',['AMReX_ParallelDescriptor_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor__F_8F90.html',1,'']]], - ['amrex_5fparalleldescriptor_5fmodule_872',['amrex_paralleldescriptor_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html',1,'']]], - ['amrex_5fparallelreduce_2eh_873',['AMReX_ParallelReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelReduce_8H.html',1,'']]], - ['amrex_5fparena_2ecpp_874',['AMReX_PArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8cpp.html',1,'']]], - ['amrex_5fparena_2eh_875',['AMReX_PArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8H.html',1,'']]], - ['amrex_5fpargdb_2eh_876',['AMReX_ParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParGDB_8H.html',1,'']]], - ['amrex_5fpariter_2eh_877',['AMReX_ParIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParIter_8H.html',1,'']]], - ['amrex_5fparmparse_878',['amrex_parmparse',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_2ecpp_879',['AMReX_ParmParse.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8cpp.html',1,'']]], - ['amrex_5fparmparse_2eh_880',['AMReX_ParmParse.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8H.html',1,'']]], - ['amrex_5fparmparse_5fadd_5fbool_881',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html#a66f1a20a65d9ca9470824a7c7f97697a',1,'amrex_parmparse_module::amrex_parmparse_add_bool::amrex_parmparse_add_bool()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html',1,'amrex_parmparse_module::amrex_parmparse_add_bool']]], - ['amrex_5fparmparse_5fadd_5fint_882',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html#a7a516b6e345a64a085fa8b498d32e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_int::amrex_parmparse_add_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html',1,'amrex_parmparse_module::amrex_parmparse_add_int']]], - ['amrex_5fparmparse_5fadd_5fintarr_883',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html#abf2b8e83555c7480ee31dad986323912',1,'amrex_parmparse_module::amrex_parmparse_add_intarr::amrex_parmparse_add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_intarr']]], - ['amrex_5fparmparse_5fadd_5freal_884',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html#a16e379e4ffa6b3fcc2f477ee2f277cab',1,'amrex_parmparse_module::amrex_parmparse_add_real::amrex_parmparse_add_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html',1,'amrex_parmparse_module::amrex_parmparse_add_real']]], - ['amrex_5fparmparse_5fadd_5frealarr_885',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html#a38dd6e27c1ba219174c16870853e0975',1,'amrex_parmparse_module::amrex_parmparse_add_realarr::amrex_parmparse_add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_realarr']]], - ['amrex_5fparmparse_5fadd_5fstring_886',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html#a988b13fe082afcf29f4d61fe2de1e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_string::amrex_parmparse_add_string()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html',1,'amrex_parmparse_module::amrex_parmparse_add_string']]], - ['amrex_5fparmparse_5fadd_5fstringarr_887',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html#acaa614221f79466050f0803965f1bc82',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr::amrex_parmparse_add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr']]], - ['amrex_5fparmparse_5fassign_888',['amrex_parmparse_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a939cd8c93d4cdbee4165f9b5923b2978',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_assign()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ac7eb4f4fb08fb1fe22d895d4ea48e90f',1,'amrex_parmparse_module::amrex_parmparse_assign(dst, src)']]], - ['amrex_5fparmparse_5fbuild_889',['amrex_parmparse_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a5159132ce76a022a5c7def8ec38a8880',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fdelete_5fcp_5fchar_890',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html#aed6352ced14952145ea0dd0bd4723bdb',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char::amrex_parmparse_delete_cp_char()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char']]], - ['amrex_5fparmparse_5fdestroy_891',['amrex_parmparse_destroy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a240bfde0d7f9495e75761ac59a91dfe6',1,'amrex_parmparse_module::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9997ef40c49a9721423e8bec4f30e14',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_destroy()']]], - ['amrex_5fparmparse_5ffi_2ecpp_892',['AMReX_parmparse_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__fi_8cpp.html',1,'']]], - ['amrex_5fparmparse_5fget_5fbool_893',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html#a99846b43a41a77557855585ac13555e3',1,'amrex_parmparse_module::amrex_parmparse_get_bool::amrex_parmparse_get_bool()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html',1,'amrex_parmparse_module::amrex_parmparse_get_bool']]], - ['amrex_5fparmparse_5fget_5fcounts_894',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html#a8b8d54bfcfee670480bf6a8479318ace',1,'amrex_parmparse_module::amrex_parmparse_get_counts::amrex_parmparse_get_counts()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html',1,'amrex_parmparse_module::amrex_parmparse_get_counts']]], - ['amrex_5fparmparse_5fget_5fint_895',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html#add6de89cf61130c870ea8f36112da3af',1,'amrex_parmparse_module::amrex_parmparse_get_int::amrex_parmparse_get_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html',1,'amrex_parmparse_module::amrex_parmparse_get_int']]], - ['amrex_5fparmparse_5fget_5fintarr_896',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html#a16f4eeb60412dbdb36591e9b021dfa2e',1,'amrex_parmparse_module::amrex_parmparse_get_intarr::amrex_parmparse_get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_intarr']]], - ['amrex_5fparmparse_5fget_5freal_897',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html#a7bdfd95b2ce5a8d1ba5763430a49effe',1,'amrex_parmparse_module::amrex_parmparse_get_real::amrex_parmparse_get_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html',1,'amrex_parmparse_module::amrex_parmparse_get_real']]], - ['amrex_5fparmparse_5fget_5frealarr_898',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html#ae2b704ac422486a51e530a62849a119d',1,'amrex_parmparse_module::amrex_parmparse_get_realarr::amrex_parmparse_get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_realarr']]], - ['amrex_5fparmparse_5fget_5fstring_899',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html#ab44ff1b1fa681f3b10a9b9b8c194365b',1,'amrex_parmparse_module::amrex_parmparse_get_string::amrex_parmparse_get_string()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html',1,'amrex_parmparse_module::amrex_parmparse_get_string']]], - ['amrex_5fparmparse_5fget_5fstringarr_900',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html#a61fe4caeb4e56c80853d6f1b780b7107',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr::amrex_parmparse_get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr']]], - ['amrex_5fparmparse_5fmod_2ef90_901',['AMReX_parmparse_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__mod_8F90.html',1,'']]], - ['amrex_5fparmparse_5fmodule_902',['amrex_parmparse_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html',1,'']]], - ['amrex_5fparmparse_5fquery_5fbool_903',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html',1,'amrex_parmparse_module::amrex_parmparse_query_bool'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html#a07401369ede8f5f13b856d53beee87dc',1,'amrex_parmparse_module::amrex_parmparse_query_bool::amrex_parmparse_query_bool()']]], - ['amrex_5fparmparse_5fquery_5fint_904',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html',1,'amrex_parmparse_module::amrex_parmparse_query_int'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html#a444f902d4afc4cb2d7f23a3bb23dec25',1,'amrex_parmparse_module::amrex_parmparse_query_int::amrex_parmparse_query_int()']]], - ['amrex_5fparmparse_5fquery_5freal_905',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html',1,'amrex_parmparse_module::amrex_parmparse_query_real'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html#a5a54a2c523b950cb67bf937c9fc20cf0',1,'amrex_parmparse_module::amrex_parmparse_query_real::amrex_parmparse_query_real()']]], - ['amrex_5fparmparse_5fquery_5fstring_906',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html',1,'amrex_parmparse_module::amrex_parmparse_query_string'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html#a391538d43a5a4e75b4c96a7b801ae0a0',1,'amrex_parmparse_module::amrex_parmparse_query_string::amrex_parmparse_query_string()']]], - ['amrex_5fparreduce_2eh_907',['AMReX_ParReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParReduce_8H.html',1,'']]], - ['amrex_5fparser_908',['amrex_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html',1,'amrex']]], - ['amrex_5fparser_2ecpp_909',['AMReX_Parser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8cpp.html',1,'']]], - ['amrex_5fparser_2eh_910',['AMReX_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8H.html',1,'']]], - ['amrex_5fparser_2elex_2ecpp_911',['amrex_parser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8cpp.html',1,'']]], - ['amrex_5fparser_2elex_2eh_912',['amrex_parser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8h.html',1,'']]], - ['amrex_5fparser_2elex_2enolint_2eh_913',['amrex_parser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8nolint_8H.html',1,'']]], - ['amrex_5fparser_2etab_2ecpp_914',['amrex_parser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8cpp.html',1,'']]], - ['amrex_5fparser_2etab_2eh_915',['amrex_parser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8h.html',1,'']]], - ['amrex_5fparser_2etab_2enolint_2eh_916',['amrex_parser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8nolint_8H.html',1,'']]], - ['amrex_5fparser_5fdelete_917',['amrex_parser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17',1,'amrex']]], - ['amrex_5fparser_5fexe_2ecpp_918',['AMReX_Parser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8cpp.html',1,'']]], - ['amrex_5fparser_5fexe_2eh_919',['AMReX_Parser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8H.html',1,'']]], - ['amrex_5fparser_5fnew_920',['amrex_parser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f',1,'amrex']]], - ['amrex_5fparser_5fy_2ecpp_921',['AMReX_Parser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8cpp.html',1,'']]], - ['amrex_5fparser_5fy_2eh_922',['AMReX_Parser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8H.html',1,'']]], - ['amrex_5fparserstype_923',['AMREX_PARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html',1,'']]], - ['amrex_5fparstream_2ecpp_924',['AMReX_parstream.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8cpp.html',1,'']]], - ['amrex_5fparstream_2eh_925',['AMReX_parstream.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8H.html',1,'']]], - ['amrex_5fparticle_2eh_926',['AMReX_Particle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle_8H.html',1,'']]], - ['amrex_5fparticle_5fmod_5fk_2eh_927',['AMReX_Particle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle__mod__K_8H.html',1,'']]], - ['amrex_5fparticle_5freal_928',['amrex_particle_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520',1,'amrex_fort_module']]], - ['amrex_5fparticlearray_2eh_929',['AMReX_ParticleArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleArray_8H.html',1,'']]], - ['amrex_5fparticlebuffermap_2ecpp_930',['AMReX_ParticleBufferMap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8cpp.html',1,'']]], - ['amrex_5fparticlebuffermap_2eh_931',['AMReX_ParticleBufferMap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8H.html',1,'']]], - ['amrex_5fparticlecommunication_2ecpp_932',['AMReX_ParticleCommunication.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8cpp.html',1,'']]], - ['amrex_5fparticlecommunication_2eh_933',['AMReX_ParticleCommunication.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8H.html',1,'']]], - ['amrex_5fparticlecontainer_2eh_934',['AMReX_ParticleContainer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainer_8H.html',1,'']]], - ['amrex_5fparticlecontainerbase_2ecpp_935',['AMReX_ParticleContainerBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8cpp.html',1,'']]], - ['amrex_5fparticlecontainerbase_2eh_936',['AMReX_ParticleContainerBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8H.html',1,'']]], - ['amrex_5fparticlecontaineri_2eh_937',['AMReX_ParticleContainerI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerI_8H.html',1,'']]], - ['amrex_5fparticledataadaptor_2eh_938',['AMReX_ParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5fparticledataadaptori_2eh_939',['AMReX_ParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5fparticlehdf5_2eh_940',['AMReX_ParticleHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleHDF5_8H.html',1,'']]], - ['amrex_5fparticleinit_2eh_941',['AMReX_ParticleInit.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInit_8H.html',1,'']]], - ['amrex_5fparticleinsitubridge_2eh_942',['AMReX_ParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInSituBridge_8H.html',1,'']]], - ['amrex_5fparticleinterpolators_2eh_943',['AMReX_ParticleInterpolators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInterpolators_8H.html',1,'']]], - ['amrex_5fparticleio_2eh_944',['AMReX_ParticleIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleIO_8H.html',1,'']]], - ['amrex_5fparticlelocator_2eh_945',['AMReX_ParticleLocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleLocator_8H.html',1,'']]], - ['amrex_5fparticlemesh_2eh_946',['AMReX_ParticleMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMesh_8H.html',1,'']]], - ['amrex_5fparticlempiutil_2ecpp_947',['AMReX_ParticleMPIUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8cpp.html',1,'']]], - ['amrex_5fparticlempiutil_2eh_948',['AMReX_ParticleMPIUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8H.html',1,'']]], - ['amrex_5fparticlereduce_2eh_949',['AMReX_ParticleReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleReduce_8H.html',1,'']]], - ['amrex_5fparticles_2eh_950',['AMReX_Particles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particles_8H.html',1,'']]], - ['amrex_5fparticleshdf5_2eh_951',['AMReX_ParticlesHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticlesHDF5_8H.html',1,'']]], - ['amrex_5fparticletile_2eh_952',['AMReX_ParticleTile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTile_8H.html',1,'']]], - ['amrex_5fparticletransformation_2eh_953',['AMReX_ParticleTransformation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTransformation_8H.html',1,'']]], - ['amrex_5fparticleutil_2ecpp_954',['AMReX_ParticleUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8cpp.html',1,'']]], - ['amrex_5fparticleutil_2eh_955',['AMReX_ParticleUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8H.html',1,'']]], - ['amrex_5fparticleutilhdf5_2eh_956',['AMReX_ParticleUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtilHDF5_8H.html',1,'']]], - ['amrex_5fpartition_2eh_957',['AMReX_Partition.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Partition_8H.html',1,'']]], - ['amrex_5fpartition_5fhelper_958',['amrex_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3',1,'amrex::detail']]], - ['amrex_5fpbc_5finflow_959',['amrex_pbc_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ade989dc9f20d0b81c97c5187ed29b33e',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5finterior_960',['amrex_pbc_interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a336381129e79b6664787523cb2e99b83',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fnoslipwall_961',['amrex_pbc_noslipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aed35f74c3ace336435a6e50824180d97',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5foutflow_962',['amrex_pbc_outflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a7ba375a05c6cba2e45547f1ac3c4cdd3',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fslipwall_963',['amrex_pbc_slipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9ae2283563f4728746b18faad04f94be',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fsymmetry_964',['amrex_pbc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9d2b71633a4a976a151e486636ad5e32',1,'amrex_bc_types_module']]], - ['amrex_5fpcgsolver_2eh_965',['AMReX_PCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCGSolver_8H.html',1,'']]], - ['amrex_5fpci_2eh_966',['AMReX_PCI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCI_8H.html',1,'']]], - ['amrex_5fpd_5fbcast_967',['amrex_pd_bcast',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fbcast_5fr_968',['amrex_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a340f780bf33f6f266f684d916bc7d71a',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0dc4f5ab19e59b9eef022747ac0d6f3f',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r(x, a_root)']]], - ['amrex_5fpd_5fbcast_5fr2v_969',['amrex_pd_bcast_r2v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#ac483180176741214ea0f2ef611b77263',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r2v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a159c62d36c55a038f9a058400c25cddf',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r2v()']]], - ['amrex_5fpd_5fbcast_5fr3v_970',['amrex_pd_bcast_r3v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0950705752a3ec1defbb7701ac28a32b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r3v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a7a3608d319a39ae7db70bbd9362b143b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r3v()']]], - ['amrex_5fpd_5fbcast_5frv_971',['amrex_pd_bcast_rv',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a2f2085463e4f7381decb0edc764b9df6',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_rv()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a0b4f88406790fe12faee067b036014bb',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_rv(x, a_root)']]], - ['amrex_5fpd_5fioprocessor_972',['amrex_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a13e70e6cf4cfe72233e9a28ca14245e0',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fioprocessor_5fnumber_973',['amrex_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a467738899f667913f4c9e3a9f1bfb1f6',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fmyproc_974',['amrex_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a92b50119645b49ec71e1517aaddbbdaf',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fnprocs_975',['amrex_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a263268abdd1d3bb2d859542bfd03251d',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fwtime_976',['amrex_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a2fa55a14c84d0e1da19ba1cf9b8c0c72',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fperiodicity_2ecpp_977',['AMReX_Periodicity.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8cpp.html',1,'']]], - ['amrex_5fperiodicity_2eh_978',['AMReX_Periodicity.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8H.html',1,'']]], - ['amrex_5fpetsc_2ecpp_979',['AMReX_PETSc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8cpp.html',1,'']]], - ['amrex_5fpetsc_2eh_980',['AMReX_PETSc.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8H.html',1,'']]], - ['amrex_5fphysbcfunct_2ecpp_981',['AMReX_PhysBCFunct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8cpp.html',1,'']]], - ['amrex_5fphysbcfunct_2eh_982',['AMReX_PhysBCFunct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8H.html',1,'']]], - ['amrex_5fplotfiledataimpl_2ecpp_983',['AMReX_PlotFileDataImpl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8cpp.html',1,'']]], - ['amrex_5fplotfiledataimpl_2eh_984',['AMReX_PlotFileDataImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8H.html',1,'']]], - ['amrex_5fplotfileutil_2ecpp_985',['AMReX_PlotFileUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8cpp.html',1,'']]], - ['amrex_5fplotfileutil_2eh_986',['AMReX_PlotFileUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8H.html',1,'']]], - ['amrex_5fplotfileutilhdf5_2ecpp_987',['AMReX_PlotFileUtilHDF5.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8cpp.html',1,'']]], - ['amrex_5fplotfileutilhdf5_2eh_988',['AMReX_PlotFileUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8H.html',1,'']]], - ['amrex_5fpodvector_2ecpp_989',['AMReX_PODVector.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8cpp.html',1,'']]], - ['amrex_5fpodvector_2eh_990',['AMReX_PODVector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8H.html',1,'']]], - ['amrex_5fprint_2eh_991',['AMReX_Print.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Print_8H.html',1,'']]], - ['amrex_5fprob_5famr_5ff_2eh_992',['AMReX_PROB_AMR_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PROB__AMR__F_8H.html',1,'']]], - ['amrex_5fprofparserbatch_2ecpp_993',['AMReX_ProfParserBatch.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ProfParserBatch_8cpp.html',1,'']]], - ['amrex_5frandom_994',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html',1,'amrex_fort_module::amrex_random'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html#ab61c147cc6240361146c83a1c3a7b635',1,'amrex_fort_module::amrex_random::amrex_random()']]], - ['amrex_5frandom_2ecpp_995',['AMReX_Random.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8cpp.html',1,'']]], - ['amrex_5frandom_2eh_996',['AMReX_Random.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8H.html',1,'']]], - ['amrex_5frandom_5fint_997',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html',1,'amrex_fort_module::amrex_random_int'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html#a35272cd6016c41793c14f2eed2b797c8',1,'amrex_fort_module::amrex_random_int::amrex_random_int()']]], - ['amrex_5frandomengine_2eh_998',['AMReX_RandomEngine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RandomEngine_8H.html',1,'']]], - ['amrex_5freal_999',['amrex_real',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a857950373cee003a6d5ead3236e70584',1,'sdcquadrature_mod::amrex_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6',1,'amrex_fort_module::amrex_real()']]], - ['amrex_5freal_2eh_1000',['AMReX_REAL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__REAL_8H.html',1,'']]], - ['amrex_5freal_5farray_5finit_1001',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html',1,'amrex_mempool_module::amrex_real_array_init'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html#ae554aa5f1988218666af9ecf97875026',1,'amrex_mempool_module::amrex_real_array_init::amrex_real_array_init()']]], - ['amrex_5freal_5fsize_1002',['amrex_real_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791',1,'amrex_fort_module']]], - ['amrex_5frealbox_2ecpp_1003',['AMReX_RealBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8cpp.html',1,'']]], - ['amrex_5frealbox_2eh_1004',['AMReX_RealBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8H.html',1,'']]], - ['amrex_5frealvect_2ecpp_1005',['AMReX_RealVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8cpp.html',1,'']]], - ['amrex_5frealvect_2eh_1006',['AMReX_RealVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8H.html',1,'']]], - ['amrex_5freduce_2eh_1007',['AMReX_Reduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Reduce_8H.html',1,'']]], - ['amrex_5fregionsprofstats_2ecpp_1008',['AMReX_RegionsProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8cpp.html',1,'']]], - ['amrex_5fregionsprofstats_2eh_1009',['AMReX_RegionsProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8H.html',1,'']]], - ['amrex_5frkintegrator_2eh_1010',['AMReX_RKIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RKIntegrator_8H.html',1,'']]], - ['amrex_5frungekutta_2eh_1011',['AMReX_RungeKutta.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RungeKutta_8H.html',1,'']]], - ['amrex_5fscan_2eh_1012',['AMReX_Scan.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Scan_8H.html',1,'']]], - ['amrex_5fsdcquadrature_2ef90_1013',['AMReX_SDCquadrature.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCquadrature_8F90.html',1,'']]], - ['amrex_5fsdcstruct_2ecpp_1014',['AMReX_SDCstruct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8cpp.html',1,'']]], - ['amrex_5fsdcstruct_2eh_1015',['AMReX_SDCstruct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8H.html',1,'']]], - ['amrex_5fset_5facc_5fstream_1016',['amrex_set_acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#ae6e5f688f216b146a2cc609ec638a462',1,'amrex_acc_module']]], - ['amrex_5fsetarea_1017',['amrex_setarea',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept']]], - ['amrex_5fsetdloga_1018',['amrex_setdloga',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept']]], - ['amrex_5fsetvol_1019',['amrex_setvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int coord) noexcept']]], - ['amrex_5fslopes_5fk_2eh_1020',['AMReX_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Slopes__K_8H.html',1,'']]], - ['amrex_5fspace_2eh_1021',['AMReX_SPACE.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SPACE_8H.html',1,'']]], - ['amrex_5fspacedim_1022',['amrex_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004',1,'amrex_fort_module']]], - ['amrex_5fsparsebins_2eh_1023',['AMReX_SparseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SparseBins_8H.html',1,'']]], - ['amrex_5fstable_5fpartition_5fhelper_1024',['amrex_stable_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a685da3e1082796b88fdcd226e6cd923d',1,'amrex::detail']]], + ['add_38',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a819ab01c7558b8982acb35eaf0f861',1,'amrex::MultiFab']]], + ['add_39',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a60a5588f410871ac0d6c15c495979ed0',1,'amrex::MemProfiler::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a28d0faa2a576d6488b738ef309c11f44',1,'amrex::ParmParse::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#af8db003fd05c10da821f6af831421b54',1,'amrex::MemProfiler::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a855bd3038fb81532b3f43211ea7cef22',1,'amrex::ParmParse::add(const char *name, bool val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0b94dee7f826e69376afb89409e90c72',1,'amrex::ParmParse::add(const char *name, int val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab2a937f4d5b0ac8a998bac849bd4b3af',1,'amrex::ParmParse::add(const char *name, long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aba7905ce1fcfcd4e46d3deebf7aa59c9',1,'amrex::ParmParse::add(const char *name, long long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a74c001d6b4af7f72e812a65064e52fe7',1,'amrex::ParmParse::add(const char *name, float val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaa78e0361b000a8fe6fc4898720ece32',1,'amrex::ParmParse::add(const char *name, double val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af8b8124367b52af3f6f29ca09bbdff1b',1,'amrex::ParmParse::add(const char *name, const IntVect &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6ec39cadf536be90cdf7bf66c00ca164',1,'amrex::ParmParse::add(const char *name, const Box &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#add545e8b6a20030181680780d8c6dfc5',1,'amrex::ErrorList::add()']]], + ['add_40',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e',1,'amrex::Add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a96632d65de11e9c8a5b941a615803fb0',1,'amrex::iMultiFab::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c',1,'amrex::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a428330a4e7622c16d943003ad97e54a0',1,'amrex::Gpu::Atomic::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#a6336b6721a9f233f3bc0eb0cacba47c0',1,'amrex::HostDevice::Atomic::Add()']]], + ['add_5fdevice_41',['Add_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa2cd0bf29a9ed71679b41a3e54765d39',1,'amrex::Gpu::Atomic::Add_device(T *const sum, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a629c38eebdf637b06b26049acae626c8',1,'amrex::Gpu::Atomic::Add_device(Long *const sum, Long const value) noexcept']]], + ['add_5fhost_42',['Add_Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#ab28f06907144755716b87f5fd5319a67',1,'amrex::HostDevice::Atomic']]], + ['add_5fint_43',['add_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a184eeffd6ff61b5148958083446b81a9',1,'amrex_parmparse_module::amrex_parmparse::add_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ad1323834ed5f154750a5c048591417d4',1,'amrex_parmparse_module::add_int(this, name, v)']]], + ['add_5fintarr_44',['add_intarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0e75dfabca3b63134005a6f0ddd250cd',1,'amrex_parmparse_module::add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7da102722f2c23737d46d5be499c8f3b',1,'amrex_parmparse_module::amrex_parmparse::add_intarr()']]], + ['add_5flogical_45',['add_logical',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ab19ca0a4f0bea4114b9a25f29e0b0eac',1,'amrex_parmparse_module::add_logical()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aebc8eb2c32d3de6780fda24e9aa03019',1,'amrex_parmparse_module::amrex_parmparse::add_logical()']]], + ['add_5freal_46',['add_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a16ac2996309e06781ceed0ad5df07fc6',1,'amrex_parmparse_module::add_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7fdebe67521d3f4398769af87944f95b',1,'amrex_parmparse_module::amrex_parmparse::add_real()']]], + ['add_5frealarr_47',['add_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1bc87a096eee6a1d0e0c52651c44da88',1,'amrex_parmparse_module::add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4a92e6cbf9b620c1eebc0b5d81615c75',1,'amrex_parmparse_module::amrex_parmparse::add_realarr()']]], + ['add_5fstring_48',['add_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aac33f326044379b5aa26666d546563e8',1,'amrex_parmparse_module::add_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a8fa13412cd06b2965d14b79ab81e5d3b',1,'amrex_parmparse_module::amrex_parmparse::add_string()']]], + ['add_5fstringarr_49',['add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1e0986fe43e8763bc1cef87cfef5e206',1,'amrex_parmparse_module::add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a50c2401baa8b23657d0cea5a280bfcac',1,'amrex_parmparse_module::amrex_parmparse::add_stringarr()']]], + ['addarr_50',['addarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a35cb7c9eb21ba31bfd1d47026ff6dc72',1,'amrex::ParmParse::addarr(const char *name, const std::vector< std::string > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4cb250da023bdcc8375cf3f6d64a777b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< Box > &refd)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aa816750df0bdca4542b913fccbb3cdf7',1,'amrex_parmparse_module::amrex_parmparse::addarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2418bfbd15221554ebc65184b7d62977',1,'amrex::ParmParse::addarr(const char *name, const std::vector< int > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47720549d3906f3b957edb4846efe953',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a878f1fc21821ccde76f7591c6924150b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa820880136eb73c213775820cb4f4afe',1,'amrex::ParmParse::addarr(const char *name, const std::vector< float > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#adc6f5c7fab1d1af4a1ab64091996910d',1,'amrex::ParmParse::addarr(const char *name, const std::vector< double > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ce6e0dbb45b0d784d0b4056b28e84ba',1,'amrex::ParmParse::addarr(const char *name, const std::vector< IntVect > &ref)']]], + ['addarray_51',['AddArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ab2990944da728c0497b9880aa764d71f',1,'amrex::AmrMeshDataAdaptor::AddArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a37e756eb19e77938f22ed043f0ae57f5',1,'amrex::AmrDataAdaptor::AddArray()']]], + ['addbarrier_52',['AddBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a500f34d9678754d43708a9427b9a6459',1,'CommProfStats::AddBarrier()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4935405558bbd51b7ac2518c5b5bf6fb',1,'BLProfStats::AddBarrier()']]], + ['addbox_53',['AddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'amrex::FabArrayCopyDescriptor::AddBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)']]], + ['addboxdoit_54',['AddBoxDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'FabArrayCopyDescriptor< FArrayBox >::AddBoxDoIt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'amrex::FabArrayCopyDescriptor::AddBoxDoIt()']]], + ['addcalcendtime_55',['AddCalcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a16c97f50e1d193a4b33f072aadb08951',1,'BLProfStats']]], + ['addcommheaderfilename_56',['AddCommHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a80bb7e3cae00c7db0c7633ebe2be3b38',1,'CommProfStats::AddCommHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a25a819b228436f2cdd4f88f7ae5e1089',1,'BLProfStats::AddCommHeaderFileName()']]], + ['addcomponent_57',['addComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aec6008854ed23b1736d8bd061f196de7',1,'amrex::DeriveList']]], + ['addcornercoupletermxy_58',['AddCornerCoupleTermXY',['../namespaceGodunovCornerCouple.html#a17e90a76c6bd319162c4e472c99e614f',1,'GodunovCornerCouple']]], + ['addcornercoupletermxz_59',['AddCornerCoupleTermXZ',['../namespaceGodunovCornerCouple.html#a3c193564941652647bc7b75799ad75b5',1,'GodunovCornerCouple']]], + ['addcornercoupletermyx_60',['AddCornerCoupleTermYX',['../namespaceGodunovCornerCouple.html#a980d762c37d4265cc7ac891b41a26a46',1,'GodunovCornerCouple']]], + ['addcornercoupletermyz_61',['AddCornerCoupleTermYZ',['../namespaceGodunovCornerCouple.html#ad96a0321a2022027f3d0f821bc225666',1,'GodunovCornerCouple']]], + ['addcornercoupletermzx_62',['AddCornerCoupleTermZX',['../namespaceGodunovCornerCouple.html#aecdc5855798cbfb5732a6966d861172e',1,'GodunovCornerCouple']]], + ['addcornercoupletermzy_63',['AddCornerCoupleTermZY',['../namespaceGodunovCornerCouple.html#a02d4572ecd6d3f7d31f4534389a68585',1,'GodunovCornerCouple']]], + ['addcstatsheaderfilename_64',['AddCStatsHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7296ac4483c08c3f9cfea4d24d4902e5',1,'BLProfStats::AddCStatsHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aae830fffadd0871595b6cb4b2305d15f',1,'RegionsProfStats::AddCStatsHeaderFileName()']]], + ['addderiveplotvar_65',['addDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a16c64d38a92425d131ed14624d3fd8',1,'amrex::Amr']]], + ['addderivesmallplotvar_66',['addDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af55244caab5862e688d1f3177084ef4a',1,'amrex::Amr']]], + ['adddescriptor_67',['addDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#ac71d9f76b2abaf307653d0dc8bfe01e1',1,'amrex::DescriptorList']]], + ['addedisonpid_68',['AddEdisonPID',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d8d6c9a3921f1bc2b66cd986ff97577',1,'BLProfStats::AddEdisonPID()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8cd21057d82e32887fa0b13f4394061b',1,'CommProfStats::AddEdisonPID()']]], + ['addfabghostindicatorfield_69',['AddFabGhostIndicatorField',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0',1,'amrex']]], + ['addfarraybox_70',['AddFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9ea4cf951957098f5fa36fe181899f41',1,'amrex::XYPlotDataList']]], + ['addfile_71',['addfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3403a33aa6274309f3d1b5313fb28b46',1,'amrex::ParmParse']]], + ['addfinelevels_72',['addFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a346cc897525e434cd311f4b303d6b898',1,'amrex::EB2::IndexSpace::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad224ca5a5ff6adf64c814338375835bc',1,'amrex::EB2::IndexSpaceChkptFile::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a5be42585336a617690b28a56e5c3bc1e',1,'amrex::EB2::IndexSpaceImp::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3',1,'amrex::EB2::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a91c9991bc2691ccf3603be8005954c83',1,'amrex::EB2::IndexSpaceSTL::addFineLevels()']]], + ['addfinestlevel_73',['AddFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94afb7c365d9ffd6aef3cfc0ab7dd4e9',1,'BLProfStats::AddFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a954eca05e31eef7bdacb57873cde234f',1,'CommProfStats::AddFinestLevel()']]], + ['addfrommem_74',['addFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'amrex::BaseFab::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< AtomicInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< char >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< EBCellFlag >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< HYPRE_Int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< PetscInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< Real >::addFromMem()']]], + ['addfunctionname_75',['AddFunctionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a90d25f083cc1467c695b5bc6793a86b0',1,'BLProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af08b6b193a5e59bf550ec57f4a8dc52c',1,'RegionsProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4f2ff7ba2bdfbdc8ea0ef3c412751591',1,'BLProfStats::AddFunctionName()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a082150afc9266718ad59d318c5fc21e2',1,'RegionsProfStats::AddFunctionName()']]], + ['addghostcellsarray_76',['AddGhostCellsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a1da97a15c4405c0553efc7e75014a573',1,'amrex::AmrMeshDataAdaptor::AddGhostCellsArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a1fe18833c7427ae8a5629b50ab7cf3bf',1,'amrex::AmrDataAdaptor::AddGhostCellsArray()']]], + ['addghostnodesarray_77',['AddGhostNodesArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a0f3abaf6a0faaeaffc477bc5cfcf5a8d',1,'amrex::AmrMeshDataAdaptor::AddGhostNodesArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a056f2eba156e4154622e5685a4608bfd',1,'amrex::AmrDataAdaptor::AddGhostNodesArray()']]], + ['addgrid3d_78',['AddGrid3D',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa2eb7356f3bcac1fa730c2e70b8c2956',1,'CommProfStats::AddGrid3D()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad438b41cec9d9018297e2ffb007ae4d4',1,'BLProfStats::AddGrid3D()']]], + ['addgridlevel_79',['AddGridLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad799bee97a7225cf5229845463be3b7a',1,'CommProfStats::AddGridLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8f0c23ad5b2c50e4aa5d9dfe80338b94',1,'BLProfStats::AddGridLevel()']]], + ['addinhomogneumannflux_80',['addInhomogNeumannFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2be65b6a2c0a68b5a8954d4be9ace8d7',1,'amrex::MLCellABecLapT::addInhomogNeumannFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7b267ba339a135bfb4352e4273f4706a',1,'amrex::MLCellLinOpT::addInhomogNeumannFlux()']]], + ['addintcomp_81',['AddIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a495d805bcf68681c718d5316bac80c07',1,'amrex::NeighborParticleContainer::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'amrex::ParticleContainer_impl::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddIntComp()']]], + ['addinterpcorrection_82',['addInterpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af61728546d90caca97bb2137611eacd7',1,'amrex::MLMGT']]], + ['addlineelement_83',['addLineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a8b9fba933cd7578056dfcc8b320d62f2',1,'amrex::EB2::SplineIF']]], + ['addmaxlevel_84',['AddMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a645a6e707d4907bf799a752cc3545c02',1,'BLProfStats::AddMaxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7f6258720b8313b40605eccd777c4aa9',1,'CommProfStats::AddMaxLevel(const int lev)']]], + ['addnametag_85',['AddNameTag',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae68d250eab5fe4721274037a223ea4d',1,'CommProfStats::AddNameTag()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a57c5daca2bc018933fa9890370e70541',1,'BLProfStats::AddNameTag(const long, const long)']]], + ['addnametagname_86',['AddNameTagName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9b7c512fac76d93e9f923dc1fede35ad',1,'BLProfStats::AddNameTagName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8f4075ef4f0bf6ad7016f6b6c8ad85a8',1,'CommProfStats::AddNameTagName()']]], + ['addnonstencilentriestograph_87',['addNonStencilEntriesToGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a0d7858745aeaa487d64746b3fbf23ab2',1,'amrex::HypreMLABecLap']]], + ['addnoret_88',['AddNoRet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ab69d18587a5c75ca3ce1f48708e865b1',1,'amrex::Gpu::Atomic']]], + ['addparticles_89',['addParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local)']]], + ['addparticlesatlevel_90',['AddParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(ParticleTileType &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(AoS &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()']]], + ['addpiece_91',['AddPiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aad8d3f466a14930a16c027402790d39e',1,'BLProfStats']]], + ['addprobdomain_92',['AddProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94bf54529fe6dc4e33c1505fc3c364aa',1,'BLProfStats::AddProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2c70598493fad7c2700a509ddaf65584',1,'CommProfStats::AddProbDomain()']]], + ['addproduct_93',['addproduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< HYPRE_Int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< Real >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< PetscInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< EBCellFlag >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< char >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< AtomicInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'amrex::BaseFab::addproduct()']]], + ['addproduct_94',['AddProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad85e43bc90758c5976c72acd8cfdb033',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a71038d97e0e66d46a0a45388b7614ce1',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, int nghost)']]], + ['addrange_95',['addRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a609c0ed6af2fb9c008782ee94de65db9',1,'amrex::DeriveRec']]], + ['addrealcomp_96',['AddRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a394a5717e0621cf4e2250d432950cd8a',1,'amrex::NeighborParticleContainer::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'amrex::ParticleContainer_impl::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddRealComp()']]], + ['addreduction_97',['AddReduction',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab83b8f506de59aa5696865fd57b6571f',1,'BLProfStats::AddReduction()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a997f5a337189e617326bddcfcee83a16',1,'CommProfStats::AddReduction()']]], + ['addrefratio_98',['AddRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adadada4ad1c0661dd3e58f834d87f0a5',1,'BLProfStats::AddRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad0db4734114f935b8eb1dfd6be4a026e',1,'CommProfStats::AddRefRatio()']]], + ['addregionname_99',['AddRegionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2365248fa0b77e322ec051d9e1073f15',1,'BLProfStats']]], + ['addregularcoarselevels_100',['addRegularCoarseLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7fb0a3782aceccca024eebde7a8b292b',1,'amrex::EB2::IndexSpace::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a26a8d00be225eff4a34576e5bb4cacfa',1,'amrex::EB2::IndexSpaceChkptFile::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9',1,'amrex::EB2::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#af24a9105766a527cf4e5f12118e58ca3',1,'amrex::EB2::IndexSpaceSTL::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6a7071824d8cf842a187f86b15683537',1,'amrex::EB2::IndexSpaceImp::addRegularCoarseLevels()']]], + ['address_101',['address',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a073803473e1b799d73bd5522e87b9fdd',1,'hacc::AlignedAllocator::address(reference x) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5126ad48b8c7fe68b3b1e232a3c28901',1,'hacc::AlignedAllocator::address(const_reference x) const']]], + ['addsplineelement_102',['addSplineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a3835fb1f6868bd2b3c62cf93342f05e9',1,'amrex::EB2::SplineIF']]], + ['addstateplotvar_103',['addStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac32245e75a89b7e4c2466f34df05aa85',1,'amrex::Amr']]], + ['addstatesmallplotvar_104',['addStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#addec944dc521c490639b53c7eff3d1cb',1,'amrex::Amr']]], + ['addstep_105',['AddStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a81c89776203437df9457c2eb7cbd3355',1,'amrex::BLProfiler']]], + ['addtagrange_106',['AddTagRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a38add830bcf3ca4404d896409e645d41',1,'BLProfStats::AddTagRange()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7bc613de3ca4cd25578bdab2205f5bbd',1,'CommProfStats::AddTagRange()']]], + ['addthisbd_107',['addThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a294641949d2f4dd2161ba42a6b10d570',1,'amrex::FabArrayBase']]], + ['addtimeminmax_108',['AddTimeMinMax',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab8af508ebdb431fe7c689cf16e7c61cc',1,'BLProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a7f04e8fb6b7f6db8b1e6bd5df15a16b0',1,'RegionsProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab6ae5c2056536ac2d51e6b518c8769f',1,'CommProfStats::AddTimeMinMax()']]], + ['addtimertime_109',['AddTimerTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3698d9c0a0b63c0359dbefe58727de34',1,'BLProfStats::AddTimerTime()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8644de4cf3fc15441df7b92f4b50c84',1,'CommProfStats::AddTimerTime()']]], + ['addtopocoord_110',['AddTopoCoord',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#afb36dd9875521a2e849fbb19fdf6334d',1,'BLProfStats::AddTopoCoord()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad36a244d17cc3887b94206dcf28f8554',1,'CommProfStats::AddTopoCoord()']]], + ['addweight_111',['addWeight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#af182f43dc9ced3e1b9bb6e702c8071f6',1,'amrex::WeightedBoxList']]], + ['adjcell_112',['adjCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44',1,'amrex']]], + ['adjcellhi_113',['adjCellHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c',1,'amrex']]], + ['adjcelllo_114',['adjCellLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb',1,'amrex']]], + ['adjust_5fsingular_5fmatrix_115',['adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af11e3c7489ef57cc0b55dd79d2a355ea',1,'amrex::HypreNodeLap']]], + ['adjustsingularmatrix_116',['adjustSingularMatrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa519417203a86774395f30648b2f8720',1,'amrex::HypreIJIface']]], + ['advance_117',['advance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4d714675069097ce07c843145e45d465',1,'amrex::IntegratorBase::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada5e46fb855c0ec424f31edd25bc953a',1,'amrex::RKIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5db76fd7e2cd637504a4addd0d3f4a88',1,'amrex::SundialsIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ad1ba45d94e1a50ca73a6d9d43b36a87a',1,'amrex::TimeIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a8fd0bd1a546d76eaf337dabca422ead4',1,'amrex::FEIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a96b6f33d22c9341b1cff894f17555f47',1,'amrex::AmrLevel::advance()']]], + ['advectwithucc_118',['AdvectWithUcc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a253582e870527bc4f7b3b9d8fa0e57ca',1,'amrex::TracerParticleContainer']]], + ['advectwithumac_119',['AdvectWithUmac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#aeb2b5968ca674ddbf8ffa162622a3bf1',1,'amrex::TracerParticleContainer']]], + ['afeps_120',['afEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a157a97d6fc15b68f5f18710113d3329a',1,'amrex::AmrData']]], + ['afterbarrier_121',['AfterBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af04068edae93669e158694c835b0ec0c',1,'CommProfStats']]], + ['agg_5fgrid_5fsize_122',['agg_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac46e08d33dd242d0b6d79ae7db01b2c0',1,'amrex::LPInfo']]], + ['aggregate_123',['aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a1dd8da9718af7532585529b16332b092',1,'amrex::Scan::detail::BlockStatus< T, false >']]], + ['aggregationbuffer_124',['AggregationBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a057b501a3b5f73f4c897da8ec8dd26f9',1,'amrex::ParticleContainerBase']]], + ['aggregationtype_125',['AggregationType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad4184276cc974fbc7a8316a89df2eb25',1,'amrex::ParticleContainerBase']]], + ['algoim_126',['algoim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html',1,'amrex']]], + ['align_127',['align',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a253c417e0bd2863509c75d6250468a4e',1,'amrex::Arena']]], + ['align_5fsize_128',['align_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a4b2f3b31e81e52426aef615cb2aaa7b7',1,'amrex::Arena']]], + ['aligned_5fsize_129',['aligned_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591',1,'amrex']]], + ['alignedallocator_130',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a004c400f85ee6563f3c4178d4ee62f77',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa80f9621109e48a22cbd1561d2024677',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< U, M > &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a761f44c4b8f456d6d016c21afb436091',1,'hacc::AlignedAllocator::AlignedAllocator()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html',1,'hacc::AlignedAllocator< class, N >']]], + ['alignedallocator_2eh_131',['AlignedAllocator.h',['https://amrex-codes.github.io/amrex/doxygen/AlignedAllocator_8h.html',1,'']]], + ['all_132',['ALL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6aa7f34dde2e3de7cf5daa245b61e9b329',1,'amrex::ParmParse']]], + ['all_133',['all',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51',1,'amrex']]], + ['all_5fmemnames_134',['all_memnames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4c5a66e30e341fc78c3e29f260fb7904',1,'amrex::TinyProfiler']]], + ['all_5fmemstats_135',['all_memstats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#adac60aa8448dcfb383a94e4f607dfc01',1,'amrex::TinyProfiler']]], + ['allboxes_136',['AllBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a96650cf6d7f0f21d0f4b118ae897d008',1,'amrex::MFIter']]], + ['allbucketsonproc_137',['allBucketsOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8e59a013a0750aca08aae732ec6789eb',1,'amrex::ParticleBufferMap']]], + ['allcalltimesfab_138',['AllCallTimesFAB',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a409ca89dc56939d0cbc9155ef274d8dc',1,'RegionsProfStats']]], + ['allcovered_139',['allcovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a4743c337de07fcbcad184ec6242ad0e1',1,'amrex::EB2::GeometryShop::allcovered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad56ce2bf01da43520e270f2ae570f29a',1,'amrex::STLtools::allcovered()']]], + ['allgather_140',['AllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65',1,'amrex::ParallelAllGather::AllGather(const T &v, T *vs, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35',1,'amrex::ParallelAllGather::AllGather(const T *v, int cnt, T *vs, MPI_Comm comm)']]], + ['allgatherboxes_141',['AllGatherBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c',1,'amrex']]], + ['allge_142',['allGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'amrex::IntVectND::allGE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'amrex::IntVectND::allGE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'IntVectND< AMREX_SPACEDIM >::allGE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'IntVectND< AMREX_SPACEDIM >::allGE(int rhs) const noexcept']]], + ['allgt_143',['allGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'IntVectND< AMREX_SPACEDIM >::allGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'amrex::IntVectND::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'amrex::IntVectND::allGT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'IntVectND< AMREX_SPACEDIM >::allGT()']]], + ['allle_144',['allLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'amrex::IntVectND::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'amrex::IntVectND::allLE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'IntVectND< AMREX_SPACEDIM >::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'IntVectND< AMREX_SPACEDIM >::allLE(int rhs) const noexcept']]], + ['alllt_145',['allLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'amrex::IntVectND::allLT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'amrex::IntVectND::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'IntVectND< AMREX_SPACEDIM >::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'IntVectND< AMREX_SPACEDIM >::allLT(int rhs) const noexcept']]], + ['alloc_146',['alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a46ce2cd5cfc039cec64548b031fbde2e',1,'amrex::Arena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a826adbd1c96b9aab9f1826b69a894459',1,'amrex::FabInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a61ae5fd154086ea2849fe236e1dce794',1,'amrex::MFInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1a40bc13e5fda7545591fa3b7cc50a04',1,'amrex::detail::SingleChunkArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#ac36d589efc67807c91dadd18b01ad39d',1,'amrex::FabArray::ShMem::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ac5b992935b798555e12f3ed280420c5b',1,'amrex::BArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8d55773acd31606b385f0a524587bd1d',1,'amrex::CArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#adcabda73bbd0120b08dbb2cda22a6427',1,'amrex::DataAllocator::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a221d8a8dd30da0cd6500d91d6c48742f',1,'amrex::PArena::alloc()']]], + ['alloc_5fin_5fplace_147',['alloc_in_place',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aabdec69d9448201fc6c85635ea6f18b7',1,'amrex::Arena::alloc_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a61c3deadcb0c3c69b91ecec373b086ee',1,'amrex::CArena::alloc_in_place(void *pt, std::size_t szmin, std::size_t szmax) final']]], + ['alloc_5fprotected_148',['alloc_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#acb20836b76ef5e5c0fb002637132c442',1,'amrex::CArena']]], + ['alloc_5fsingle_5fchunk_149',['alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a9c2c1c22be713eb697b304968e90eff5',1,'amrex::MFInfo']]], + ['alloc_5fstream_150',['alloc_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< EBCellFlag >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'amrex::BaseFab::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< AtomicInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< char >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< HYPRE_Int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< PetscInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< Real >::alloc_stream()']]], + ['allocate_151',['allocate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'amrex::ArenaAllocatorBase::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa3873295a150cc0fbed2a47c7db9caad',1,'hacc::AlignedAllocator::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate()']]], + ['allocate_5fin_5fplace_152',['allocate_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'amrex::ArenaAllocatorBase::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a0ffdf10b9c0154b69807f717fb71ff71',1,'amrex::detail::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate_in_place()']]], + ['allocate_5fscratch_153',['allocate_scratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'GMRES< MF, GMRESMLMGT< MF > >::allocate_scratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'amrex::GMRES::allocate_scratch()']]], + ['allocate_5fsystem_154',['allocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afc721e195430f79b2d1b287c490ef0fb',1,'amrex::Arena']]], + ['allocateboxarray_155',['AllocateBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#adcc32bbfdc881b55d739ac448f1d5d85',1,'amrex::InSituUtils']]], + ['allocatebufferforinsert_156',['AllocateBufferForInsert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'amrex::PODVector::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::BoxND >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< unsigned int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< std::size_t >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::NeighborCode >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::XDim3 >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< index_type >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal * >::AllocateBufferForInsert()']]], + ['allocatebufferforpush_157',['AllocateBufferForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'amrex::PODVector::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< unsigned int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< std::size_t >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::BoxND >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::NeighborCode >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::XDim3 >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< index_type >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int * >::AllocateBufferForPush()']]], + ['allocator_5ftype_158',['allocator_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::BoxND >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'amrex::PODVector::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< unsigned int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< std::size_t >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::NeighborCode >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::openbc::MomTag >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::STLtools::Triangle >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::XDim3 >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int *, DefaultAllocator< int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< index_type >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int *, DefaultAllocator< const int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::allocator_type()']]], + ['allocatortype_159',['AllocatorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'amrex::ParticleContainer_impl::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab2be35f77e9e2ed231e5406b9f011dc3',1,'amrex::ParticleTile::AllocatorType()']]], + ['allocfabs_160',['AllocFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::Mask >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'amrex::FabArray::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< AtomicInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< PetscInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::CutFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< TagBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< IArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< FArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::EBCellFlagFab >::AllocFabs()']]], + ['allocolddata_161',['allocOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac696f694c50d2b6251f9576fabfdedcb',1,'amrex::StateData::allocOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6508a7e48f0d9da16e52fe4c79917ed3',1,'amrex::AmrLevel::allocOldData()']]], + ['allow_5fmultiple_5fmfiters_162',['allow_multiple_mfiters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab2fc387b6146040c8efcef278b258f78',1,'amrex::MFIter']]], + ['allowmultiplemfiters_163',['allowMultipleMFIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3a8a7a77b913c5ddc8b352f2610e9cd1',1,'amrex::MFIter']]], + ['allowsparsewrites_164',['allowSparseWrites',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad6b2c32f84c4e530a473eab6ffd666f2',1,'amrex::VisMF']]], + ['allprint_165',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html#aea174ee088ce5e27479e1c0a7445d75a',1,'amrex::AllPrint::AllPrint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html',1,'amrex::AllPrint']]], + ['allprinttofile_166',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html#a458d380fa6223f8ecbc5eecef4080728',1,'amrex::AllPrintToFile::AllPrintToFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html',1,'amrex::AllPrintToFile']]], + ['allprocs_167',['AllProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0067feaedbdfba6996f079b3b44162cc',1,'amrex::PrintToFile::AllProcs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ac54860bd8ad68a5551e588ff8e01aa3b',1,'amrex::Print::AllProcs()']]], + ['allregular_168',['allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad0c200b86624e027898eca991f5ded1c',1,'amrex::EB2::GeometryShop::allregular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a071a8fb28babb5af263c2aa74a0d979b',1,'amrex::STLtools::allregular()']]], + ['allregularif_169',['AllRegularIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html',1,'amrex::EB2']]], + ['almostequal_170',['almostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6',1,'amrex']]], + ['almostequal_171',['AlmostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad547d6295814fdf857cbec46887092',1,'amrex']]], + ['almostone_172',['almostone',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#af026ac788ba341757f682018261b97ea',1,'amrex::nodelap_detail']]], + ['almostzero_173',['almostzero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a92ac78510ed74b78c4c22749ba236cc7',1,'amrex::nodelap_detail']]], + ['alpha_174',['alpha',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html#a017e3af95c08cb7c803eb4717bc2da14',1,'amrex::algoim::Interval']]], + ['always_5fuse_5fbnorm_175',['always_use_bnorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a70c37d5b04706685f45cb22ded40c8d7',1,'amrex::MLMGT']]], + ['amr_176',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a850f1090f6ca9e8b954eeb61dff6ddb1',1,'amrex::Amr::Amr(const Amr &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a64ac23e1861e87fa064c6d37d5ab0912',1,'amrex::Amr::Amr(Amr &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1625024217a38ec9637cf3a428164c71',1,'amrex::AmrLevel::Amr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6775cf62918686cc49888b7e6fdf04f8',1,'amrex::Amr::Amr(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord, LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a39d13c1163b1e2bb81ea1494479301',1,'amrex::Amr::Amr(LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html',1,'amrex::Amr']]], + ['amr1qtrtime_177',['Amr1QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa26c31c2a7f0ffe418eca566dd60dcf9a',1,'amrex::AmrLevel']]], + ['amr3qtrtime_178',['Amr3QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aae97e640066fc5c0776f300447bec0517',1,'amrex::AmrLevel']]], + ['amr_5flevel_179',['amr_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a48ea3d37aac2f07a6488cb599f45fc8b',1,'amrex::Amr']]], + ['amrassigngrid_180',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'amrex::AmrAssignGrid::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex::AmrAssignGrid< class >']]], + ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_181',['AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'']]], + ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_182',['AmrAssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], + ['amrcore_183',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a221c9b12e81a586f11d7cf5883e3038c',1,'amrex::AmrCore::AmrCore(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac0a84aa89a7db1e9543096d9c9f50a65',1,'amrex::AmrCore::AmrCore(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a5d9e69f3be72cef7a8aa76cf94f9588c',1,'amrex::AmrCore::AmrCore(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#afb69ffb7fcb6a73fd03d61b5752424b4',1,'amrex::AmrCore::AmrCore(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &ref_ratios, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac9680d7596a200d0a7403732101565e2',1,'amrex::AmrCore::AmrCore(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > ref_ratios=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a30f4c446e360d02875146f91f942012c',1,'amrex::AmrCore::AmrCore()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb1b359f54a282d950166418754b6749',1,'amrex::AmrParGDB::AmrCore()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html',1,'amrex::AmrCore']]], + ['amrdata_184',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8fbbfb01083cf0c56560f765945cdfb4',1,'amrex::AmrData']]], + ['amrdata_185',['amrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4dccda9d17c5bef5bd00585d8ab7f993',1,'amrex::DataServices']]], + ['amrdata_186',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html',1,'amrex']]], + ['amrdataadaptor_187',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a3e22c77fccec5c37868f505251044032',1,'amrex::AmrDataAdaptor::AmrDataAdaptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html',1,'amrex::AmrDataAdaptor']]], + ['amrdataok_188',['AmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0d74eb70fa1a19985daef03dbf6c0055',1,'amrex::DataServices']]], + ['amrdataref_189',['AmrDataRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19f9eafb4a1d4d6446f89ec754096e7d',1,'amrex::DataServices']]], + ['amrerrortag_190',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a26460c9eca93506a137032d65b357efe',1,'amrex::AMRErrorTag::AMRErrorTag(AMRErrorTag::UserFunc *userfunc, std::string field, int ngrow, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a6bdb6f405b8980271203a4dd7bbf66af',1,'amrex::AMRErrorTag::AMRErrorTag(const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a47dd3a5e4699282c4d0507100d91b3da',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Real value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a324f086df633a16e2277211771e9864d',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Vector< amrex::Real > value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html',1,'amrex::AMRErrorTag']]], + ['amrerrortaginfo_191',['AMRErrorTagInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html',1,'amrex']]], + ['amrex_192',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad8198c112ee47aabbd7239cbcf054427',1,'amrex::AMReX::AMReX(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ac0662c8a56afbc04493004cebe490826',1,'amrex::AMReX::AMReX()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a5b73d42e9a3382fdbdf48691f1ca541f',1,'amrex::AMReX::AMReX(AMReX const &)=delete']]], + ['amrex_193',['amrex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html',1,'']]], + ['amrex_194',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html',1,'amrex']]], + ['amrex_2dhydro_3a_20technical_20reference_195',['AMReX-Hydro: Technical Reference',['../index.html',1,'']]], + ['amrex_2ecpp_196',['AMReX.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8cpp.html',1,'']]], + ['amrex_2eh_197',['AMReX.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8H.html',1,'']]], + ['amrex_5fabort_198',['amrex_abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc',1,'amrex_error_module']]], + ['amrex_5facc_5fmod_2ef90_199',['AMReX_acc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__acc__mod_8F90.html',1,'']]], + ['amrex_5facc_5fmodule_200',['amrex_acc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html',1,'']]], + ['amrex_5falgoim_2ecpp_201',['AMReX_algoim.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8cpp.html',1,'']]], + ['amrex_5falgoim_2eh_202',['AMReX_algoim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8H.html',1,'']]], + ['amrex_5falgoim_5fk_2eh_203',['AMReX_algoim_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim__K_8H.html',1,'']]], + ['amrex_5falgorithm_2eh_204',['AMReX_Algorithm.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Algorithm_8H.html',1,'']]], + ['amrex_5fallocate_205',['amrex_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html',1,'amrex_mempool_module']]], + ['amrex_5famr_2ecpp_206',['AMReX_Amr.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8cpp.html',1,'']]], + ['amrex_5famr_2eh_207',['AMReX_Amr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8H.html',1,'']]], + ['amrex_5famrcore_2ecpp_208',['AMReX_AmrCore.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8cpp.html',1,'']]], + ['amrex_5famrcore_2eh_209',['AMReX_AmrCore.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8H.html',1,'']]], + ['amrex_5famrcorefwd_2eh_210',['AMReX_AmrCoreFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCoreFwd_8H.html',1,'']]], + ['amrex_5famrdata_2ecpp_211',['AMReX_AmrData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8cpp.html',1,'']]], + ['amrex_5famrdata_2eh_212',['AMReX_AmrData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8H.html',1,'']]], + ['amrex_5famrdataadaptor_2ecpp_213',['AMReX_AmrDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8cpp.html',1,'']]], + ['amrex_5famrdataadaptor_2eh_214',['AMReX_AmrDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8H.html',1,'']]], + ['amrex_5famrfwd_2eh_215',['AMReX_AmrFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrFwd_8H.html',1,'']]], + ['amrex_5famrinsitubridge_2ecpp_216',['AMReX_AmrInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8cpp.html',1,'']]], + ['amrex_5famrinsitubridge_2eh_217',['AMReX_AmrInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8H.html',1,'']]], + ['amrex_5famrlevel_2ecpp_218',['AMReX_AmrLevel.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8cpp.html',1,'']]], + ['amrex_5famrlevel_2eh_219',['AMReX_AmrLevel.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8H.html',1,'']]], + ['amrex_5famrmesh_2ecpp_220',['AMReX_AmrMesh.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8cpp.html',1,'']]], + ['amrex_5famrmesh_2eh_221',['AMReX_AmrMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8H.html',1,'']]], + ['amrex_5famrmeshdataadaptor_2ecpp_222',['AMReX_AmrMeshDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8cpp.html',1,'']]], + ['amrex_5famrmeshdataadaptor_2eh_223',['AMReX_AmrMeshDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8H.html',1,'']]], + ['amrex_5famrmeshinsitubridge_2ecpp_224',['AMReX_AmrMeshInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8cpp.html',1,'']]], + ['amrex_5famrmeshinsitubridge_2eh_225',['AMReX_AmrMeshInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8H.html',1,'']]], + ['amrex_5famrmeshparticledataadaptor_2eh_226',['AMReX_AmrMeshParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5famrmeshparticledataadaptori_2eh_227',['AMReX_AmrMeshParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5famrmeshparticleinsitubridge_2eh_228',['AMReX_AmrMeshParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleInSituBridge_8H.html',1,'']]], + ['amrex_5famrpargdb_2eh_229',['AMReX_AmrParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParGDB_8H.html',1,'']]], + ['amrex_5famrparticledataadaptor_2eh_230',['AMReX_AmrParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5famrparticledataadaptori_2eh_231',['AMReX_AmrParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5famrparticleinsitubridge_2eh_232',['AMReX_AmrParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleInSituBridge_8H.html',1,'']]], + ['amrex_5famrparticles_2eh_233',['AMReX_AmrParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticles_8H.html',1,'']]], + ['amrex_5famrvisconstants_2eh_234',['AMReX_AmrvisConstants.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrvisConstants_8H.html',1,'']]], + ['amrex_5fansiesccode_2eh_235',['AMReX_ANSIEscCode.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ANSIEscCode_8H.html',1,'']]], + ['amrex_5fany_2eh_236',['AMReX_Any.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Any_8H.html',1,'']]], + ['amrex_5farena_2ecpp_237',['AMReX_Arena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8cpp.html',1,'']]], + ['amrex_5farena_2eh_238',['AMReX_Arena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8H.html',1,'']]], + ['amrex_5farray_2eh_239',['AMReX_Array.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array_8H.html',1,'']]], + ['amrex_5farray4_2eh_240',['AMReX_Array4.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array4_8H.html',1,'']]], + ['amrex_5farraylim_2eh_241',['AMReX_ArrayLim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayLim_8H.html',1,'']]], + ['amrex_5farrayofstructs_2eh_242',['AMReX_ArrayOfStructs.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayOfStructs_8H.html',1,'']]], + ['amrex_5fasyncout_2ecpp_243',['AMReX_AsyncOut.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8cpp.html',1,'']]], + ['amrex_5fasyncout_2eh_244',['AMReX_AsyncOut.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8H.html',1,'']]], + ['amrex_5fauxboundarydata_2ecpp_245',['AMReX_AuxBoundaryData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8cpp.html',1,'']]], + ['amrex_5fauxboundarydata_2eh_246',['AMReX_AuxBoundaryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8H.html',1,'']]], + ['amrex_5favg_5fcc_5fto_5ffc_247',['amrex_avg_cc_to_fc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int, int n, Box const &xbx, Box const &ybx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int k, int n, Box const &xbx, Box const &ybx, Box const &zbx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real > const &fz, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0',1,'amrex::amrex_avg_cc_to_fc(int i, int, int, int n, Box const &xbx, Array4< Real > const &fx, Array4< Real const > const &cc, GeometryData const &gd, bool use_harmonic_averaging) noexcept']]], + ['amrex_5favg_5feg_5fto_5fcc_248',['amrex_avg_eg_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int k, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, Array4< Real const > const &Ez, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b',1,'amrex::amrex_avg_eg_to_cc(int i, int, int, Array4< Real > const &cc, Array4< Real const > const &Ex, int cccomp) noexcept']]], + ['amrex_5favg_5ffc_5fto_5fcc_249',['amrex_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int k, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, Array4< FT const > const &fz, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc',1,'amrex::amrex_avg_fc_to_cc(int i, int, int, Array4< CT > const &cc, Array4< FT const > const &fx, int cccomp, GeometryData const &gd) noexcept']]], + ['amrex_5favg_5fnd_5fto_5fcc_250',['amrex_avg_nd_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4',1,'amrex']]], + ['amrex_5favgdown_251',['amrex_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc',1,'amrex::amrex_avgdown(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af',1,'amrex::amrex_avgdown(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept']]], + ['amrex_5favgdown_5f1d_2ef_252',['AMReX_AVGDOWN_1D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__1D_8F.html',1,'']]], + ['amrex_5favgdown_5f2d_2ef_253',['AMReX_AVGDOWN_2D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__2D_8F.html',1,'']]], + ['amrex_5favgdown_5f3d_2ef_254',['AMReX_AVGDOWN_3D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__3D_8F.html',1,'']]], + ['amrex_5favgdown_5fedges_255',['amrex_avgdown_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504',1,'amrex::amrex_avgdown_edges(int i, int, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268',1,'amrex::amrex_avgdown_edges(Box const &bx, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept']]], + ['amrex_5favgdown_5ff_2eh_256',['AMReX_AVGDOWN_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__F_8H.html',1,'']]], + ['amrex_5favgdown_5ffaces_257',['amrex_avgdown_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f',1,'amrex::amrex_avgdown_faces(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17',1,'amrex::amrex_avgdown_faces(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], + ['amrex_5favgdown_5fnodes_258',['amrex_avgdown_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73',1,'amrex::amrex_avgdown_nodes(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785',1,'amrex::amrex_avgdown_nodes(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept']]], + ['amrex_5favgdown_5fwith_5fvol_259',['amrex_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73105d96fa345efe695b754359eacc4b',1,'amrex::amrex_avgdown_with_vol(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, Array4< T const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac094c7f6f35727205b4986aae651c761',1,'amrex::amrex_avgdown_with_vol(int i, int j, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< Real const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], + ['amrex_5fbackgroundthread_2ecpp_260',['AMReX_BackgroundThread.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8cpp.html',1,'']]], + ['amrex_5fbackgroundthread_2eh_261',['AMReX_BackgroundThread.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8H.html',1,'']]], + ['amrex_5fbarena_2ecpp_262',['AMReX_BArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8cpp.html',1,'']]], + ['amrex_5fbarena_2eh_263',['AMReX_BArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8H.html',1,'']]], + ['amrex_5fbasefab_2ecpp_264',['AMReX_BaseFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8cpp.html',1,'']]], + ['amrex_5fbasefab_2eh_265',['AMReX_BaseFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8H.html',1,'']]], + ['amrex_5fbasefabutility_2eh_266',['AMReX_BaseFabUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFabUtility_8H.html',1,'']]], + ['amrex_5fbasefwd_2eh_267',['AMReX_BaseFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFwd_8H.html',1,'']]], + ['amrex_5fbc_5fbogus_268',['amrex_bc_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ab480fd31227317f2aa8691adfece03ae',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fext_5fdir_269',['amrex_bc_ext_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a07483ec0c0dfe550ae285951efd6e408',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fext_5fdir_5fcc_270',['amrex_bc_ext_dir_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a76a68630423608a157801aa21291f71d',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5ffoextrap_271',['amrex_bc_foextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a8bd6c0b90bfafbb918a126727059f29e',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fhoextrap_272',['amrex_bc_hoextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a23db950272f0f85aabf73bc7f1f94a29',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fhoextrapcc_273',['amrex_bc_hoextrapcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aee2a7cc451466fa5382312cbf6e1c04b',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fint_5fdir_274',['amrex_bc_int_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a70348aca0dbf822f95df30fdd5468f74',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5freflect_5feven_275',['amrex_bc_reflect_even',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ae3a46fb20c0cec23f4592ca246719707',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5freflect_5fodd_276',['amrex_bc_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a69e53421456fb8b53c4ff4ec9173026b',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5ftypes_2eh_277',['AMReX_BC_TYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BC__TYPES_8H.html',1,'']]], + ['amrex_5fbc_5ftypes_5fmod_2ef90_278',['AMReX_bc_types_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__bc__types__mod_8F90.html',1,'']]], + ['amrex_5fbc_5ftypes_5fmodule_279',['amrex_bc_types_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html',1,'']]], + ['amrex_5fbc_5fuser_5f1_280',['amrex_bc_user_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a20bfec4cecd51e1c95967ecb1be2eff4',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fuser_5f2_281',['amrex_bc_user_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ac1c3de7d685d0c5cc937edf5f33b710e',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fuser_5f3_282',['amrex_bc_user_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9134a7214942f29edbd3d922b77d434a',1,'amrex_bc_types_module']]], + ['amrex_5fbcrec_2ecpp_283',['AMReX_BCRec.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8cpp.html',1,'']]], + ['amrex_5fbcrec_2eh_284',['AMReX_BCRec.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8H.html',1,'']]], + ['amrex_5fbcutil_2ecpp_285',['AMReX_BCUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8cpp.html',1,'']]], + ['amrex_5fbcutil_2eh_286',['AMReX_BCUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8H.html',1,'']]], + ['amrex_5fbiniterator_2eh_287',['AMReX_BinIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BinIterator_8H.html',1,'']]], + ['amrex_5fbittree_2ecpp_288',['AMReX_Bittree.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8cpp.html',1,'']]], + ['amrex_5fbittree_2eh_289',['AMReX_Bittree.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8H.html',1,'']]], + ['amrex_5fblassert_2eh_290',['AMReX_BLassert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLassert_8H.html',1,'']]], + ['amrex_5fblbacktrace_2ecpp_291',['AMReX_BLBackTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8cpp.html',1,'']]], + ['amrex_5fblbacktrace_2eh_292',['AMReX_BLBackTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8H.html',1,'']]], + ['amrex_5fblfort_2eh_293',['AMReX_BLFort.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLFort_8H.html',1,'']]], + ['amrex_5fblockmutex_2ecpp_294',['AMReX_BlockMutex.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8cpp.html',1,'']]], + ['amrex_5fblockmutex_2eh_295',['AMReX_BlockMutex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8H.html',1,'']]], + ['amrex_5fblprofiler_2ecpp_296',['AMReX_BLProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8cpp.html',1,'']]], + ['amrex_5fblprofiler_2eh_297',['AMReX_BLProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8H.html',1,'']]], + ['amrex_5fblprofiler_5ff_2ef90_298',['AMReX_BLProfiler_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler__F_8F90.html',1,'']]], + ['amrex_5fblprofstats_2ecpp_299',['AMReX_BLProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8cpp.html',1,'']]], + ['amrex_5fblprofstats_2eh_300',['AMReX_BLProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8H.html',1,'']]], + ['amrex_5fblprofutilities_2ecpp_301',['AMReX_BLProfUtilities.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8cpp.html',1,'']]], + ['amrex_5fblprofutilities_2eh_302',['AMReX_BLProfUtilities.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8H.html',1,'']]], + ['amrex_5fblutil_5ff_2ef90_303',['AMReX_BLutil_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLutil__F_8F90.html',1,'']]], + ['amrex_5fblwriteplotfile_2ecpp_304',['AMReX_BLWritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8cpp.html',1,'']]], + ['amrex_5fblwriteplotfile_2eh_305',['AMReX_BLWritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8H.html',1,'']]], + ['amrex_5fbndrydata_2eh_306',['AMReX_BndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryData_8H.html',1,'']]], + ['amrex_5fbndryregister_2eh_307',['AMReX_BndryRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryRegister_8H.html',1,'']]], + ['amrex_5fboundaryfwd_2eh_308',['AMReX_BoundaryFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundaryFwd_8H.html',1,'']]], + ['amrex_5fboundcond_2eh_309',['AMReX_BoundCond.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundCond_8H.html',1,'']]], + ['amrex_5fbox_2ecpp_310',['AMReX_Box.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8cpp.html',1,'']]], + ['amrex_5fbox_2eh_311',['AMReX_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8H.html',1,'']]], + ['amrex_5fboxarray_2ecpp_312',['AMReX_BoxArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8cpp.html',1,'']]], + ['amrex_5fboxarray_2eh_313',['AMReX_BoxArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8H.html',1,'']]], + ['amrex_5fboxdomain_2ecpp_314',['AMReX_BoxDomain.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8cpp.html',1,'']]], + ['amrex_5fboxdomain_2eh_315',['AMReX_BoxDomain.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8H.html',1,'']]], + ['amrex_5fboxiterator_2ecpp_316',['AMReX_BoxIterator.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8cpp.html',1,'']]], + ['amrex_5fboxiterator_2eh_317',['AMReX_BoxIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8H.html',1,'']]], + ['amrex_5fboxlist_2ecpp_318',['AMReX_BoxList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8cpp.html',1,'']]], + ['amrex_5fboxlist_2eh_319',['AMReX_BoxList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8H.html',1,'']]], + ['amrex_5fc_5fnull_5fchar_5farray_320',['amrex_c_null_char_array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a624a8f56ebfb3afaeb6658ef1c343616',1,'amrex_string_module']]], + ['amrex_5fcalc_5falpha_5fstencil_321',['amrex_calc_alpha_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6',1,'amrex']]], + ['amrex_5fcalc_5fcentroid_5flimiter_322',['amrex_calc_centroid_limiter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167',1,'amrex']]], + ['amrex_5fcalc_5fxslope_323',['amrex_calc_xslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151',1,'amrex']]], + ['amrex_5fcalc_5fxslope_5fextdir_324',['amrex_calc_xslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb',1,'amrex']]], + ['amrex_5fcalc_5fyslope_325',['amrex_calc_yslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51',1,'amrex']]], + ['amrex_5fcalc_5fyslope_5fextdir_326',['amrex_calc_yslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b',1,'amrex']]], + ['amrex_5fcarena_2ecpp_327',['AMReX_CArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8cpp.html',1,'']]], + ['amrex_5fcarena_2eh_328',['AMReX_CArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8H.html',1,'']]], + ['amrex_5fccse_2dmpi_2eh_329',['AMReX_ccse-mpi.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ccse-mpi_8H.html',1,'']]], + ['amrex_5fcluster_2ecpp_330',['AMReX_Cluster.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8cpp.html',1,'']]], + ['amrex_5fcluster_2eh_331',['AMReX_Cluster.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8H.html',1,'']]], + ['amrex_5fcoarsen_5fintvect_332',['amrex_coarsen_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c',1,'amrex_fort_module']]], + ['amrex_5fcommprofstats_2ecpp_333',['AMReX_CommProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8cpp.html',1,'']]], + ['amrex_5fcommprofstats_2eh_334',['AMReX_CommProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8H.html',1,'']]], + ['amrex_5fcompute_5fconvective_5fdifference_335',['amrex_compute_convective_difference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &w_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, Array4< Real const > const &s_on_z_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< amrex::Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fdivergence_336',['amrex_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fdivergence_5frz_337',['amrex_compute_divergence_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be',1,'amrex']]], + ['amrex_5fcompute_5fgradient_338',['amrex_compute_gradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fgradient_5frz_339',['amrex_compute_gradient_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65',1,'amrex']]], + ['amrex_5fconduit_5fblueprint_2ecpp_340',['AMReX_Conduit_Blueprint.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8cpp.html',1,'']]], + ['amrex_5fconduit_5fblueprint_2eh_341',['AMReX_Conduit_Blueprint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8H.html',1,'']]], + ['amrex_5fconduit_5fblueprint_5fparticlesi_2eh_342',['AMReX_Conduit_Blueprint_ParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint__ParticlesI_8H.html',1,'']]], + ['amrex_5fconstants_2eh_343',['AMReX_CONSTANTS.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CONSTANTS_8H.html',1,'']]], + ['amrex_5fconstants_5fmod_2ef90_344',['AMReX_constants_mod.f90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__constants__mod_8f90.html',1,'']]], + ['amrex_5fconstants_5fmodule_345',['amrex_constants_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html',1,'']]], + ['amrex_5fcoordsys_2ecpp_346',['AMReX_CoordSys.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8cpp.html',1,'']]], + ['amrex_5fcoordsys_2eh_347',['AMReX_CoordSys.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8H.html',1,'']]], + ['amrex_5fcoordsys_5f1d_5fc_2eh_348',['AMReX_COORDSYS_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__1D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5f2d_5fc_2eh_349',['AMReX_COORDSYS_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__2D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5f3d_5fc_2eh_350',['AMReX_COORDSYS_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__3D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5fc_2eh_351',['AMReX_COORDSYS_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__C_8H.html',1,'']]], + ['amrex_5fctoparallelforimpl_2eh_352',['AMReX_CTOParallelForImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CTOParallelForImpl_8H.html',1,'']]], + ['amrex_5fcudagraph_2eh_353',['AMReX_CudaGraph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CudaGraph_8H.html',1,'']]], + ['amrex_5fcuptitrace_2ecpp_354',['AMReX_CuptiTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8cpp.html',1,'']]], + ['amrex_5fcuptitrace_2eh_355',['AMReX_CuptiTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8H.html',1,'']]], + ['amrex_5fd_5fdecl_356',['AMREX_D_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd',1,'amrex']]], + ['amrex_5fdataallocator_2eh_357',['AMReX_DataAllocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataAllocator_8H.html',1,'']]], + ['amrex_5fdataservices_2ecpp_358',['AMReX_DataServices.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8cpp.html',1,'']]], + ['amrex_5fdataservices_2eh_359',['AMReX_DataServices.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8H.html',1,'']]], + ['amrex_5fdeallocate_360',['amrex_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html',1,'amrex_mempool_module']]], + ['amrex_5fdelete_5fparmparse_361',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html#a35b2283a5bb6463094f49b874b125bb7',1,'amrex_parmparse_module::amrex_delete_parmparse::amrex_delete_parmparse()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html',1,'amrex_parmparse_module::amrex_delete_parmparse']]], + ['amrex_5fdemangle_2eh_362',['AMReX_Demangle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Demangle_8H.html',1,'']]], + ['amrex_5fdensebins_2eh_363',['AMReX_DenseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DenseBins_8H.html',1,'']]], + ['amrex_5fdeposit_5fcic_364',['amrex_deposit_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00779f2a650345e29919bda485417d90',1,'amrex']]], + ['amrex_5fdeposit_5fparticle_5fdx_5fcic_365',['amrex_deposit_particle_dx_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14',1,'amrex']]], + ['amrex_5fderive_2ecpp_366',['AMReX_Derive.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8cpp.html',1,'']]], + ['amrex_5fderive_2eh_367',['AMReX_Derive.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8H.html',1,'']]], + ['amrex_5fdim3_2eh_368',['AMReX_Dim3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Dim3_8H.html',1,'']]], + ['amrex_5fdistfcnelement_2ecpp_369',['AMReX_distFcnElement.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8cpp.html',1,'']]], + ['amrex_5fdistfcnelement_2eh_370',['AMReX_distFcnElement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8H.html',1,'']]], + ['amrex_5fdistributionmapping_2ecpp_371',['AMReX_DistributionMapping.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8cpp.html',1,'']]], + ['amrex_5fdistributionmapping_2eh_372',['AMReX_DistributionMapping.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8H.html',1,'']]], + ['amrex_5feb2_2ecpp_373',['AMReX_EB2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8cpp.html',1,'']]], + ['amrex_5feb2_2eh_374',['AMReX_EB2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8H.html',1,'']]], + ['amrex_5feb2_5f2d_5fc_2ecpp_375',['AMReX_EB2_2D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8cpp.html',1,'']]], + ['amrex_5feb2_5f2d_5fc_2eh_376',['AMReX_EB2_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8H.html',1,'']]], + ['amrex_5feb2_5f3d_5fc_2ecpp_377',['AMReX_EB2_3D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8cpp.html',1,'']]], + ['amrex_5feb2_5f3d_5fc_2eh_378',['AMReX_EB2_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8H.html',1,'']]], + ['amrex_5feb2_5fbuild_5ftypes_379',['amrex_eb2_build_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t > const &ex, Array4< Type_t > const &ey, Array4< Type_t > const &ez)']]], + ['amrex_5feb2_5fc_2eh_380',['AMReX_EB2_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__C_8H.html',1,'']]], + ['amrex_5feb2_5fgeometryshop_2eh_381',['AMReX_EB2_GeometryShop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__GeometryShop_8H.html',1,'']]], + ['amrex_5feb2_5fgraph_2eh_382',['AMReX_EB2_Graph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Graph_8H.html',1,'']]], + ['amrex_5feb2_5fif_2eh_383',['AMReX_EB2_IF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fallregular_2eh_384',['AMReX_EB2_IF_AllRegular.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__AllRegular_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fbase_2eh_385',['AMReX_EB2_IF_Base.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Base_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fbox_2eh_386',['AMReX_EB2_IF_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Box_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fcomplement_2eh_387',['AMReX_EB2_IF_Complement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Complement_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fcylinder_2eh_388',['AMReX_EB2_IF_Cylinder.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Cylinder_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fdeviceptr_2eh_389',['AMReX_EB2_IF_DevicePtr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__DevicePtr_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fdifference_2eh_390',['AMReX_EB2_IF_Difference.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Difference_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fellipsoid_2eh_391',['AMReX_EB2_IF_Ellipsoid.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Ellipsoid_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fextrusion_2eh_392',['AMReX_EB2_IF_Extrusion.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Extrusion_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fintersection_2eh_393',['AMReX_EB2_IF_Intersection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Intersection_8H.html',1,'']]], + ['amrex_5feb2_5fif_5flathe_2eh_394',['AMReX_EB2_IF_Lathe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Lathe_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fparser_2eh_395',['AMReX_EB2_IF_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Parser_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fplane_2eh_396',['AMReX_EB2_IF_Plane.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Plane_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fpolynomial_2eh_397',['AMReX_EB2_IF_Polynomial.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Polynomial_8H.html',1,'']]], + ['amrex_5feb2_5fif_5frotation_2eh_398',['AMReX_EB2_IF_Rotation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Rotation_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fscale_2eh_399',['AMReX_EB2_IF_Scale.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Scale_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fsphere_2eh_400',['AMReX_EB2_IF_Sphere.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Sphere_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fspline_2eh_401',['AMReX_EB2_IF_Spline.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Spline_8H.html',1,'']]], + ['amrex_5feb2_5fif_5ftorus_2eh_402',['AMReX_EB2_IF_Torus.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Torus_8H.html',1,'']]], + ['amrex_5feb2_5fif_5ftranslation_2eh_403',['AMReX_EB2_IF_Translation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Translation_8H.html',1,'']]], + ['amrex_5feb2_5fif_5funion_2eh_404',['AMReX_EB2_IF_Union.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Union_8H.html',1,'']]], + ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2ecpp_405',['AMReX_EB2_IndexSpace_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2eh_406',['AMReX_EB2_IndexSpace_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8H.html',1,'']]], + ['amrex_5feb2_5findexspace_5fstl_2ecpp_407',['AMReX_EB2_IndexSpace_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8cpp.html',1,'']]], + ['amrex_5feb2_5findexspace_5fstl_2eh_408',['AMReX_EB2_IndexSpace_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8H.html',1,'']]], + ['amrex_5feb2_5findexspacei_2eh_409',['AMReX_EB2_IndexSpaceI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpaceI_8H.html',1,'']]], + ['amrex_5feb2_5flevel_2ecpp_410',['AMReX_EB2_Level.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_2eh_411',['AMReX_EB2_Level.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8H.html',1,'']]], + ['amrex_5feb2_5flevel_5fchkpt_5ffile_2ecpp_412',['AMReX_EB2_Level_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_5fchkpt_5ffile_2eh_413',['AMReX_EB2_Level_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8H.html',1,'']]], + ['amrex_5feb2_5flevel_5fstl_2ecpp_414',['AMReX_EB2_Level_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_5fstl_2eh_415',['AMReX_EB2_Level_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8H.html',1,'']]], + ['amrex_5feb2_5fmultigfab_2ecpp_416',['AMReX_EB2_MultiGFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8cpp.html',1,'']]], + ['amrex_5feb2_5fmultigfab_2eh_417',['AMReX_EB2_MultiGFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8H.html',1,'']]], + ['amrex_5feb2_5fnd_5fc_2ecpp_418',['AMReX_EB2_ND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__ND__C_8cpp.html',1,'']]], + ['amrex_5feb_5fchkpt_5ffile_2ecpp_419',['AMReX_EB_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb_5fchkpt_5ffile_2eh_420',['AMReX_EB_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8H.html',1,'']]], + ['amrex_5feb_5fdisable_5freredistribution_421',['amrex_eb_disable_reredistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5',1,'amrex_eb_flux_reg_nd_module']]], + ['amrex_5feb_5fflux_5freg_5fnd_5fmodule_422',['amrex_eb_flux_reg_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html',1,'']]], + ['amrex_5feb_5ffluxredistribute_2ecpp_423',['AMReX_EB_FluxRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__FluxRedistribute_8cpp.html',1,'']]], + ['amrex_5feb_5fget_5freredistribution_5fthreshold_424',['amrex_eb_get_reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7',1,'amrex_eb_flux_reg_nd_module']]], + ['amrex_5feb_5fleastsquares_5f2d_5fk_2eh_425',['AMReX_EB_LeastSquares_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__2D__K_8H.html',1,'']]], + ['amrex_5feb_5fleastsquares_5f3d_5fk_2eh_426',['AMReX_EB_LeastSquares_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__3D__K_8H.html',1,'']]], + ['amrex_5feb_5fredistribution_2ecpp_427',['AMReX_EB_Redistribution.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8cpp.html',1,'']]], + ['amrex_5feb_5fredistribution_2eh_428',['AMReX_EB_Redistribution.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8H.html',1,'']]], + ['amrex_5feb_5fredistributionapply_2ecpp_429',['AMReX_EB_RedistributionApply.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__RedistributionApply_8cpp.html',1,'']]], + ['amrex_5feb_5fslopes_5f2d_5fk_2eh_430',['AMReX_EB_Slopes_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__2D__K_8H.html',1,'']]], + ['amrex_5feb_5fslopes_5f3d_5fk_2eh_431',['AMReX_EB_Slopes_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__3D__K_8H.html',1,'']]], + ['amrex_5feb_5fslopes_5fk_2eh_432',['AMReX_EB_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__K_8H.html',1,'']]], + ['amrex_5feb_5fstateredistitracker_2ecpp_433',['AMReX_EB_StateRedistItracker.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistItracker_8cpp.html',1,'']]], + ['amrex_5feb_5fstateredistribute_2ecpp_434',['AMReX_EB_StateRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistribute_8cpp.html',1,'']]], + ['amrex_5feb_5fstateredistslopelimiter_5fk_2eh_435',['AMReX_EB_StateRedistSlopeLimiter_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistSlopeLimiter__K_8H.html',1,'']]], + ['amrex_5feb_5fstateredistutils_2ecpp_436',['AMReX_EB_StateRedistUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistUtils_8cpp.html',1,'']]], + ['amrex_5feb_5fstl_5futils_2ecpp_437',['AMReX_EB_STL_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8cpp.html',1,'']]], + ['amrex_5feb_5fstl_5futils_2eh_438',['AMReX_EB_STL_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8H.html',1,'']]], + ['amrex_5feb_5ftrigeomops_5fk_2eh_439',['AMReX_EB_triGeomOps_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__triGeomOps__K_8H.html',1,'']]], + ['amrex_5feb_5futils_2ecpp_440',['AMReX_EB_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8cpp.html',1,'']]], + ['amrex_5feb_5futils_2eh_441',['AMReX_EB_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8H.html',1,'']]], + ['amrex_5febamrutil_2ecpp_442',['AMReX_EBAmrUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8cpp.html',1,'']]], + ['amrex_5febamrutil_2eh_443',['AMReX_EBAmrUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8H.html',1,'']]], + ['amrex_5febcellflag_2ecpp_444',['AMReX_EBCellFlag.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8cpp.html',1,'']]], + ['amrex_5febcellflag_2eh_445',['AMReX_EBCellFlag.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8H.html',1,'']]], + ['amrex_5febcellflag_5fmod_2ef90_446',['AMReX_ebcellflag_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ebcellflag__mod_8F90.html',1,'']]], + ['amrex_5febcellflag_5fmodule_447',['amrex_ebcellflag_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html',1,'']]], + ['amrex_5febdatacollection_2ecpp_448',['AMReX_EBDataCollection.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8cpp.html',1,'']]], + ['amrex_5febdatacollection_2eh_449',['AMReX_EBDataCollection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8H.html',1,'']]], + ['amrex_5febfabfactory_2ecpp_450',['AMReX_EBFabFactory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8cpp.html',1,'']]], + ['amrex_5febfabfactory_2eh_451',['AMReX_EBFabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8H.html',1,'']]], + ['amrex_5febfarraybox_2ecpp_452',['AMReX_EBFArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8cpp.html',1,'']]], + ['amrex_5febfarraybox_2eh_453',['AMReX_EBFArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8H.html',1,'']]], + ['amrex_5febfluxregister_2ecpp_454',['AMReX_EBFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8cpp.html',1,'']]], + ['amrex_5febfluxregister_2eh_455',['AMReX_EBFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8H.html',1,'']]], + ['amrex_5febfluxregister_5f2d_5fc_2eh_456',['AMReX_EBFluxRegister_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__2D__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5f3d_5fc_2eh_457',['AMReX_EBFluxRegister_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__3D__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5fc_2eh_458',['AMReX_EBFluxRegister_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5fnd_2ef90_459',['AMReX_EBFluxRegister_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__nd_8F90.html',1,'']]], + ['amrex_5febinterpolater_2ecpp_460',['AMReX_EBInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8cpp.html',1,'']]], + ['amrex_5febinterpolater_2eh_461',['AMReX_EBInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8H.html',1,'']]], + ['amrex_5febmfinterpolater_2ecpp_462',['AMReX_EBMFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8cpp.html',1,'']]], + ['amrex_5febmfinterpolater_2eh_463',['AMReX_EBMFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8H.html',1,'']]], + ['amrex_5febmultifabutil_2ecpp_464',['AMReX_EBMultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8cpp.html',1,'']]], + ['amrex_5febmultifabutil_2eh_465',['AMReX_EBMultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8H.html',1,'']]], + ['amrex_5febmultifabutil_5f2d_5fc_2eh_466',['AMReX_EBMultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__2D__C_8H.html',1,'']]], + ['amrex_5febmultifabutil_5f3d_5fc_2eh_467',['AMReX_EBMultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__3D__C_8H.html',1,'']]], + ['amrex_5febmultifabutil_5fc_2eh_468',['AMReX_EBMultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__C_8H.html',1,'']]], + ['amrex_5febsupport_2eh_469',['AMReX_EBSupport.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBSupport_8H.html',1,'']]], + ['amrex_5febtopvd_2ecpp_470',['AMReX_EBToPVD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8cpp.html',1,'']]], + ['amrex_5febtopvd_2eh_471',['AMReX_EBToPVD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8H.html',1,'']]], + ['amrex_5fedgefluxregister_2ecpp_472',['AMReX_EdgeFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8cpp.html',1,'']]], + ['amrex_5fedgefluxregister_2eh_473',['AMReX_EdgeFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8H.html',1,'']]], + ['amrex_5fenum_2eh_474',['AMReX_Enum.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Enum_8H.html',1,'']]], + ['amrex_5ferror_475',['amrex_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html',1,'amrex_error_module']]], + ['amrex_5ferror0_476',['amrex_error0',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a1a665618595cc86a5fe96e85561e9dbc',1,'amrex_error_module::amrex_error::amrex_error0()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a',1,'amrex_error_module::amrex_error0(message)']]], + ['amrex_5ferror1_5fch_477',['amrex_error1_ch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247',1,'amrex_error_module::amrex_error1_ch()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a6bbbbc50ad91c5de76d9f492bb162470',1,'amrex_error_module::amrex_error::amrex_error1_ch()']]], + ['amrex_5ferror1_5fi_478',['amrex_error1_i',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7',1,'amrex_error_module::amrex_error1_i()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a903ff60eda087010d20068d4eed379ba',1,'amrex_error_module::amrex_error::amrex_error1_i()']]], + ['amrex_5ferror1_5fr_479',['amrex_error1_r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6',1,'amrex_error_module::amrex_error1_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#aa103fab456dcf1a3a48d1c7d27f25d34',1,'amrex_error_module::amrex_error::amrex_error1_r()']]], + ['amrex_5ferror_5ffi_2ecpp_480',['AMReX_error_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__fi_8cpp.html',1,'']]], + ['amrex_5ferror_5fmod_2ef90_481',['AMReX_error_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__mod_8F90.html',1,'']]], + ['amrex_5ferror_5fmodule_482',['amrex_error_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html',1,'']]], + ['amrex_5ferrorlist_2ecpp_483',['AMReX_ErrorList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8cpp.html',1,'']]], + ['amrex_5ferrorlist_2eh_484',['AMReX_ErrorList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8H.html',1,'']]], + ['amrex_5fexception_2eh_485',['AMReX_Exception.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Exception_8H.html',1,'']]], + ['amrex_5fextension_2eh_486',['AMReX_Extension.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extension_8H.html',1,'']]], + ['amrex_5fextrapolater_2ecpp_487',['AMReX_Extrapolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8cpp.html',1,'']]], + ['amrex_5fextrapolater_2eh_488',['AMReX_Extrapolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8H.html',1,'']]], + ['amrex_5fextrapolater_5f1d_5fk_2eh_489',['AMReX_extrapolater_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__1D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5f2d_5fk_2eh_490',['AMReX_extrapolater_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__2D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5f3d_5fk_2eh_491',['AMReX_extrapolater_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__3D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5fk_2eh_492',['AMReX_extrapolater_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__K_8H.html',1,'']]], + ['amrex_5ffab_5ffilcc_493',['amrex_fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1',1,'amrex_filcc_module']]], + ['amrex_5ffabarray_2eh_494',['AMReX_FabArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArray_8H.html',1,'']]], + ['amrex_5ffabarraybase_2ecpp_495',['AMReX_FabArrayBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8cpp.html',1,'']]], + ['amrex_5ffabarraybase_2eh_496',['AMReX_FabArrayBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8H.html',1,'']]], + ['amrex_5ffabarraycommi_2eh_497',['AMReX_FabArrayCommI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayCommI_8H.html',1,'']]], + ['amrex_5ffabarrayutility_2eh_498',['AMReX_FabArrayUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayUtility_8H.html',1,'']]], + ['amrex_5ffabconv_2ecpp_499',['AMReX_FabConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8cpp.html',1,'']]], + ['amrex_5ffabconv_2eh_500',['AMReX_FabConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8H.html',1,'']]], + ['amrex_5ffabdatatype_2eh_501',['AMReX_FabDataType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabDataType_8H.html',1,'']]], + ['amrex_5ffabfactory_2eh_502',['AMReX_FabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabFactory_8H.html',1,'']]], + ['amrex_5ffabset_2eh_503',['AMReX_FabSet.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabSet_8H.html',1,'']]], + ['amrex_5ffacopydescriptor_2eh_504',['AMReX_FACopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FACopyDescriptor_8H.html',1,'']]], + ['amrex_5ffarraybox_2ecpp_505',['AMReX_FArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8cpp.html',1,'']]], + ['amrex_5ffarraybox_2eh_506',['AMReX_FArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8H.html',1,'']]], + ['amrex_5ffbi_2eh_507',['AMReX_FBI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FBI_8H.html',1,'']]], + ['amrex_5ffeintegrator_2eh_508',['AMReX_FEIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FEIntegrator_8H.html',1,'']]], + ['amrex_5ffi_5fabort_509',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html',1,'amrex_error_module::amrex_fi_abort'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html#af63579dab608ba94f534178bbad32295',1,'amrex_error_module::amrex_fi_abort::amrex_fi_abort()']]], + ['amrex_5ffi_5ferror_510',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html',1,'amrex_error_module::amrex_fi_error'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html#a698247761e152df0ea6a916e0e365040',1,'amrex_error_module::amrex_fi_error::amrex_fi_error()']]], + ['amrex_5ffi_5fpd_5fbcast_5fr_511',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html#ace812da34b7598d9fd221a594080b255',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r::amrex_fi_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r']]], + ['amrex_5ffi_5fpd_5fioprocessor_512',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html#ac765a3578df4e62522d21e0eb6ec2969',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor::amrex_fi_pd_ioprocessor()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor']]], + ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_513',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html#a8982f3fdc602ce3e7a05c55d7193667c',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number::amrex_fi_pd_ioprocessor_number()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number']]], + ['amrex_5ffi_5fpd_5fmyproc_514',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html#a02957b84a9c8ca00e591712627aa6ea3',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc::amrex_fi_pd_myproc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc']]], + ['amrex_5ffi_5fpd_5fnprocs_515',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html#a522ade5dba9e7fc6f1942c44bfc0c9e1',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs::amrex_fi_pd_nprocs()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs']]], + ['amrex_5ffi_5fpd_5fwtime_516',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html#a0e54240aedd2202434b50c5b107a41ed',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime::amrex_fi_pd_wtime()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime']]], + ['amrex_5ffi_5fwarning_517',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html',1,'amrex_error_module::amrex_fi_warning'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html#a506159cd9cccb548d812c7edf14805d8',1,'amrex_error_module::amrex_fi_warning::amrex_fi_warning()']]], + ['amrex_5ffilcc_518',['amrex_filcc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html',1,'amrex_filcc_module']]], + ['amrex_5ffilcc_5f1_519',['amrex_filcc_1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#acf630b4902f09f2492c6c5fb4b31da7d',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb',1,'amrex_filcc_module::amrex_filcc_1()']]], + ['amrex_5ffilcc_5f1d_5fc_2eh_520',['AMReX_FilCC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__1D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5f2d_5fc_2eh_521',['AMReX_FilCC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__2D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5f3d_5fc_2eh_522',['AMReX_FilCC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__3D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5fc_2ecpp_523',['AMReX_FilCC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8cpp.html',1,'']]], + ['amrex_5ffilcc_5fc_2eh_524',['AMReX_FilCC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8H.html',1,'']]], + ['amrex_5ffilcc_5ff_2eh_525',['AMReX_filcc_f.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__f_8H.html',1,'']]], + ['amrex_5ffilcc_5fmod_2ef90_526',['AMReX_filcc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__mod_8F90.html',1,'']]], + ['amrex_5ffilcc_5fmodule_527',['amrex_filcc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html',1,'']]], + ['amrex_5ffilcc_5fn_528',['amrex_filcc_n',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#ab566cd62b1b32a8f4232e5a8c7bd8215',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_n()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7',1,'amrex_filcc_module::amrex_filcc_n(q, qlo, qhi, domlo, domhi, dx, xlo, bclo, bchi)']]], + ['amrex_5ffilccn_529',['amrex_filccn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686',1,'amrex_filcc_module']]], + ['amrex_5ffilesystem_2ecpp_530',['AMReX_FileSystem.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8cpp.html',1,'']]], + ['amrex_5ffilesystem_2eh_531',['AMReX_FileSystem.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8H.html',1,'']]], + ['amrex_5ffilfc_5f1d_5fc_2eh_532',['AMReX_FilFC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__1D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5f2d_5fc_2eh_533',['AMReX_FilFC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__2D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5f3d_5fc_2eh_534',['AMReX_FilFC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__3D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5fc_2ecpp_535',['AMReX_FilFC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8cpp.html',1,'']]], + ['amrex_5ffilfc_5fc_2eh_536',['AMReX_FilFC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8H.html',1,'']]], + ['amrex_5ffill_5fslice_5finterp_537',['amrex_fill_slice_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224',1,'amrex']]], + ['amrex_5ffillpatcher_2eh_538',['AMReX_FillPatcher.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatcher_8H.html',1,'']]], + ['amrex_5ffillpatchutil_2ecpp_539',['AMReX_FillPatchUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8cpp.html',1,'']]], + ['amrex_5ffillpatchutil_2eh_540',['AMReX_FillPatchUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8H.html',1,'']]], + ['amrex_5ffillpatchutil_5f1d_2ef90_541',['AMReX_FillPatchUtil_1d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__1d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5f2d_2ef90_542',['AMReX_FillPatchUtil_2d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__2d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5f3d_2ef90_543',['AMReX_FillPatchUtil_3d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__3d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5ff_2eh_544',['AMReX_FillPatchUtil_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__F_8H.html',1,'']]], + ['amrex_5ffillpatchutil_5fi_2eh_545',['AMReX_FillPatchUtil_I.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__I_8H.html',1,'']]], + ['amrex_5ffilnd_5fc_2ecpp_546',['AMReX_FilND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8cpp.html',1,'']]], + ['amrex_5ffilnd_5fc_2eh_547',['AMReX_FilND_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8H.html',1,'']]], + ['amrex_5ffinalize_5facc_548',['amrex_finalize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7537721c18f228fca42f0db3e75a4470',1,'amrex_acc_module']]], + ['amrex_5ffinalize_5fnamelist_549',['amrex_finalize_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afa4b2a65f17b770eaf9771705a09b5a1',1,'amrex_parmparse_module']]], + ['amrex_5ffirst_5forder_5fextrap_5fcpu_550',['amrex_first_order_extrap_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8',1,'amrex']]], + ['amrex_5ffirst_5forder_5fextrap_5fgpu_551',['amrex_first_order_extrap_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2',1,'amrex']]], + ['amrex_5fflux_5fredistribute_552',['amrex_flux_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e',1,'amrex']]], + ['amrex_5ffluxreg_5f1d_5fc_2eh_553',['AMReX_FluxReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__1D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5f2d_5fc_2eh_554',['AMReX_FluxReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__2D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5f3d_5fc_2eh_555',['AMReX_FluxReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__3D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5fc_2eh_556',['AMReX_FluxReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__C_8H.html',1,'']]], + ['amrex_5ffluxregister_2ecpp_557',['AMReX_FluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8cpp.html',1,'']]], + ['amrex_5ffluxregister_2eh_558',['AMReX_FluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8H.html',1,'']]], + ['amrex_5fforkjoin_2ecpp_559',['AMReX_ForkJoin.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8cpp.html',1,'']]], + ['amrex_5fforkjoin_2eh_560',['AMReX_ForkJoin.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8H.html',1,'']]], + ['amrex_5ffort_5fmod_2ef90_561',['AMReX_fort_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__fort__mod_8F90.html',1,'']]], + ['amrex_5ffort_5fmodule_562',['amrex_fort_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html',1,'']]], + ['amrex_5ffpc_2ecpp_563',['AMReX_FPC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8cpp.html',1,'']]], + ['amrex_5ffpc_2eh_564',['AMReX_FPC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8H.html',1,'']]], + ['amrex_5ffree_565',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html',1,'amrex_fort_module::amrex_free'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html#a707447ae9a46c196fd31a6e73e6fde3b',1,'amrex_fort_module::amrex_free::amrex_free()']]], + ['amrex_5ffunctional_2eh_566',['AMReX_Functional.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Functional_8H.html',1,'']]], + ['amrex_5fgeometry_2ecpp_567',['AMReX_Geometry.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8cpp.html',1,'']]], + ['amrex_5fgeometry_2eh_568',['AMReX_Geometry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8H.html',1,'']]], + ['amrex_5fgmres_2eh_569',['AMReX_GMRES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES_8H.html',1,'']]], + ['amrex_5fgmres_5fmlmg_2eh_570',['AMReX_GMRES_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES__MLMG_8H.html',1,'']]], + ['amrex_5fgpu_2eh_571',['AMReX_Gpu.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Gpu_8H.html',1,'']]], + ['amrex_5fgpuallocators_2eh_572',['AMReX_GpuAllocators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAllocators_8H.html',1,'']]], + ['amrex_5fgpuassert_2eh_573',['AMReX_GpuAssert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAssert_8H.html',1,'']]], + ['amrex_5fgpuasyncarray_2ecpp_574',['AMReX_GpuAsyncArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8cpp.html',1,'']]], + ['amrex_5fgpuasyncarray_2eh_575',['AMReX_GpuAsyncArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8H.html',1,'']]], + ['amrex_5fgpuatomic_2eh_576',['AMReX_GpuAtomic.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAtomic_8H.html',1,'']]], + ['amrex_5fgpubuffer_2eh_577',['AMReX_GpuBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuBuffer_8H.html',1,'']]], + ['amrex_5fgpucomplex_2eh_578',['AMReX_GpuComplex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuComplex_8H.html',1,'']]], + ['amrex_5fgpucontainers_2eh_579',['AMReX_GpuContainers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuContainers_8H.html',1,'']]], + ['amrex_5fgpucontrol_2ecpp_580',['AMReX_GpuControl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8cpp.html',1,'']]], + ['amrex_5fgpucontrol_2eh_581',['AMReX_GpuControl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8H.html',1,'']]], + ['amrex_5fgpudevice_2ecpp_582',['AMReX_GpuDevice.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8cpp.html',1,'']]], + ['amrex_5fgpudevice_2eh_583',['AMReX_GpuDevice.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8H.html',1,'']]], + ['amrex_5fgpuelixir_2ecpp_584',['AMReX_GpuElixir.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8cpp.html',1,'']]], + ['amrex_5fgpuelixir_2eh_585',['AMReX_GpuElixir.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8H.html',1,'']]], + ['amrex_5fgpuerror_2eh_586',['AMReX_GpuError.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuError_8H.html',1,'']]], + ['amrex_5fgpukernelinfo_2eh_587',['AMReX_GpuKernelInfo.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuKernelInfo_8H.html',1,'']]], + ['amrex_5fgpulaunch_2eh_588',['AMReX_GpuLaunch.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8H.html',1,'']]], + ['amrex_5fgpulaunch_2enolint_2eh_589',['AMReX_GpuLaunch.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8nolint_8H.html',1,'']]], + ['amrex_5fgpulaunchfunctsc_2eh_590',['AMReX_GpuLaunchFunctsC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsC_8H.html',1,'']]], + ['amrex_5fgpulaunchfunctsg_2eh_591',['AMReX_GpuLaunchFunctsG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsG_8H.html',1,'']]], + ['amrex_5fgpulaunchglobal_2eh_592',['AMReX_GpuLaunchGlobal.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchGlobal_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosc_2eh_593',['AMReX_GpuLaunchMacrosC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosc_2enolint_2eh_594',['AMReX_GpuLaunchMacrosC.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8nolint_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosg_2eh_595',['AMReX_GpuLaunchMacrosG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosg_2enolint_2eh_596',['AMReX_GpuLaunchMacrosG.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8nolint_8H.html',1,'']]], + ['amrex_5fgpumemory_2eh_597',['AMReX_GpuMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuMemory_8H.html',1,'']]], + ['amrex_5fgpuprint_2eh_598',['AMReX_GpuPrint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuPrint_8H.html',1,'']]], + ['amrex_5fgpuqualifiers_2eh_599',['AMReX_GpuQualifiers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuQualifiers_8H.html',1,'']]], + ['amrex_5fgpurange_2eh_600',['AMReX_GpuRange.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuRange_8H.html',1,'']]], + ['amrex_5fgpureduce_2eh_601',['AMReX_GpuReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuReduce_8H.html',1,'']]], + ['amrex_5fgputypes_2eh_602',['AMReX_GpuTypes.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuTypes_8H.html',1,'']]], + ['amrex_5fgpuutility_2ecpp_603',['AMReX_GpuUtility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8cpp.html',1,'']]], + ['amrex_5fgpuutility_2eh_604',['AMReX_GpuUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8H.html',1,'']]], + ['amrex_5fhabec_5f2d_5fk_2eh_605',['AMReX_Habec_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__2D__K_8H.html',1,'']]], + ['amrex_5fhabec_5f3d_5fk_2eh_606',['AMReX_Habec_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__3D__K_8H.html',1,'']]], + ['amrex_5fhabec_5fk_2eh_607',['AMReX_Habec_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__K_8H.html',1,'']]], + ['amrex_5fhoextraptocc_608',['amrex_hoextraptocc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e',1,'amrex_filcc_module']]], + ['amrex_5fhypre_2ecpp_609',['AMReX_Hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8cpp.html',1,'']]], + ['amrex_5fhypre_2eh_610',['AMReX_Hypre.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8H.html',1,'']]], + ['amrex_5fhypreabeclap_2ecpp_611',['AMReX_HypreABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap_2eh_612',['AMReX_HypreABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8H.html',1,'']]], + ['amrex_5fhypreabeclap2_2ecpp_613',['AMReX_HypreABecLap2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap2_2eh_614',['AMReX_HypreABecLap2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8H.html',1,'']]], + ['amrex_5fhypreabeclap3_2ecpp_615',['AMReX_HypreABecLap3.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap3_2eh_616',['AMReX_HypreABecLap3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8H.html',1,'']]], + ['amrex_5fhypreijiface_2ecpp_617',['AMReX_HypreIJIface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8cpp.html',1,'']]], + ['amrex_5fhypreijiface_2eh_618',['AMReX_HypreIJIface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_2ecpp_619',['AMReX_HypreMLABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8cpp.html',1,'']]], + ['amrex_5fhypremlabeclap_2eh_620',['AMReX_HypreMLABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5f2d_5fk_2eh_621',['AMReX_HypreMLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5f3d_5fk_2eh_622',['AMReX_HypreMLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5fk_2eh_623',['AMReX_HypreMLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__K_8H.html',1,'']]], + ['amrex_5fhyprenodelap_2ecpp_624',['AMReX_HypreNodeLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8cpp.html',1,'']]], + ['amrex_5fhyprenodelap_2eh_625',['AMReX_HypreNodeLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8H.html',1,'']]], + ['amrex_5fhypresolver_2eh_626',['AMReX_HypreSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreSolver_8H.html',1,'']]], + ['amrex_5fiarraybox_2ecpp_627',['AMReX_IArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8cpp.html',1,'']]], + ['amrex_5fiarraybox_2eh_628',['AMReX_IArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8H.html',1,'']]], + ['amrex_5fimultifab_2ecpp_629',['AMReX_iMultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8cpp.html',1,'']]], + ['amrex_5fimultifab_2eh_630',['AMReX_iMultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8H.html',1,'']]], + ['amrex_5findextype_2ecpp_631',['AMReX_IndexType.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8cpp.html',1,'']]], + ['amrex_5findextype_2eh_632',['AMReX_IndexType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8H.html',1,'']]], + ['amrex_5finit_5fnamelist_633',['amrex_init_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2240f47e9202eae11b9c2cf3df63056c',1,'amrex_parmparse_module']]], + ['amrex_5finitialize_5facc_634',['amrex_initialize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7eb8614e7eeb5eca0fea6ecaf6ad999a',1,'amrex_acc_module']]], + ['amrex_5finsitubridge_2ecpp_635',['AMReX_InSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8cpp.html',1,'']]], + ['amrex_5finsitubridge_2eh_636',['AMReX_InSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8H.html',1,'']]], + ['amrex_5finsituutils_2ecpp_637',['AMReX_InSituUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8cpp.html',1,'']]], + ['amrex_5finsituutils_2eh_638',['AMReX_InSituUtils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8H.html',1,'']]], + ['amrex_5fint_2eh_639',['AMReX_INT.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__INT_8H.html',1,'']]], + ['amrex_5fintconv_2ecpp_640',['AMReX_IntConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8cpp.html',1,'']]], + ['amrex_5fintconv_2eh_641',['AMReX_IntConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8H.html',1,'']]], + ['amrex_5fintegratorbase_2eh_642',['AMReX_IntegratorBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntegratorBase_8H.html',1,'']]], + ['amrex_5finterp_5f1d_5fc_2eh_643',['AMReX_Interp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__1D__C_8H.html',1,'']]], + ['amrex_5finterp_5f2d_5fc_2eh_644',['AMReX_Interp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__2D__C_8H.html',1,'']]], + ['amrex_5finterp_5f3d_5fc_2eh_645',['AMReX_Interp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__3D__C_8H.html',1,'']]], + ['amrex_5finterp_5fc_2eh_646',['AMReX_Interp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__C_8H.html',1,'']]], + ['amrex_5finterpbase_2ecpp_647',['AMReX_InterpBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8cpp.html',1,'']]], + ['amrex_5finterpbase_2eh_648',['AMReX_InterpBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8H.html',1,'']]], + ['amrex_5finterpbndrydata_2eh_649',['AMReX_InterpBndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f1d_5fk_2eh_650',['AMReX_InterpBndryData_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__1D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f2d_5fk_2eh_651',['AMReX_InterpBndryData_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__2D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f3d_5fk_2eh_652',['AMReX_InterpBndryData_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__3D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5fk_2eh_653',['AMReX_InterpBndryData_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__K_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f1d_5fc_2eh_654',['AMReX_InterpFaceReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__1D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f2d_5fc_2eh_655',['AMReX_InterpFaceReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__2D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f3d_5fc_2eh_656',['AMReX_InterpFaceReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__3D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5fc_2eh_657',['AMReX_InterpFaceReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__C_8H.html',1,'']]], + ['amrex_5finterpfaceregister_2ecpp_658',['AMReX_InterpFaceRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8cpp.html',1,'']]], + ['amrex_5finterpfaceregister_2eh_659',['AMReX_InterpFaceRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8H.html',1,'']]], + ['amrex_5finterpolater_2ecpp_660',['AMReX_Interpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8cpp.html',1,'']]], + ['amrex_5finterpolater_2eh_661',['AMReX_Interpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8H.html',1,'']]], + ['amrex_5fintvect_2ecpp_662',['AMReX_IntVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8cpp.html',1,'']]], + ['amrex_5fintvect_2eh_663',['AMReX_IntVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8H.html',1,'']]], + ['amrex_5fio_5fmod_2ef90_664',['AMReX_io_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__io__mod_8F90.html',1,'']]], + ['amrex_5fio_5fmodule_665',['amrex_io_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html',1,'']]], + ['amrex_5fioformat_2eh_666',['AMReX_IOFormat.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IOFormat_8H.html',1,'']]], + ['amrex_5fiparser_667',['amrex_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html',1,'amrex']]], + ['amrex_5fiparser_2ecpp_668',['AMReX_IParser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8cpp.html',1,'']]], + ['amrex_5fiparser_2eh_669',['AMReX_IParser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8H.html',1,'']]], + ['amrex_5fiparser_2elex_2ecpp_670',['amrex_iparser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8cpp.html',1,'']]], + ['amrex_5fiparser_2elex_2eh_671',['amrex_iparser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8h.html',1,'']]], + ['amrex_5fiparser_2elex_2enolint_2eh_672',['amrex_iparser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8nolint_8H.html',1,'']]], + ['amrex_5fiparser_2etab_2ecpp_673',['amrex_iparser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8cpp.html',1,'']]], + ['amrex_5fiparser_2etab_2eh_674',['amrex_iparser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8h.html',1,'']]], + ['amrex_5fiparser_2etab_2enolint_2eh_675',['amrex_iparser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8nolint_8H.html',1,'']]], + ['amrex_5fiparser_5fdelete_676',['amrex_iparser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1',1,'amrex']]], + ['amrex_5fiparser_5fexe_2ecpp_677',['AMReX_IParser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8cpp.html',1,'']]], + ['amrex_5fiparser_5fexe_2eh_678',['AMReX_IParser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8H.html',1,'']]], + ['amrex_5fiparser_5fnew_679',['amrex_iparser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073',1,'amrex']]], + ['amrex_5fiparser_5fy_2ecpp_680',['AMReX_IParser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8cpp.html',1,'']]], + ['amrex_5fiparser_5fy_2eh_681',['AMReX_IParser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8H.html',1,'']]], + ['amrex_5fiparserstype_682',['AMREX_IPARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html',1,'']]], + ['amrex_5fksp_683',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html',1,'amrex::amrex_KSP'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aca69bd49d75894353d06d30c558aac72',1,'amrex::amrex_KSP::amrex_KSP()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aea22ab1cf579dcbf2940e424d3e0875e',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a86adf29edda60b11a0d52179a48c6dcc',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP &&)=delete']]], + ['amrex_5flayoutdata_2eh_684',['AMReX_LayoutData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LayoutData_8H.html',1,'']]], + ['amrex_5flazy_2ecpp_685',['AMReX_Lazy.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8cpp.html',1,'']]], + ['amrex_5flazy_2eh_686',['AMReX_Lazy.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8H.html',1,'']]], + ['amrex_5flevelbld_2eh_687',['AMReX_LevelBld.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LevelBld_8H.html',1,'']]], + ['amrex_5flo_5fbctypes_2ecpp_688',['AMReX_LO_BCTYPES.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8cpp.html',1,'']]], + ['amrex_5flo_5fbctypes_2eh_689',['AMReX_LO_BCTYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8H.html',1,'']]], + ['amrex_5flo_5fbctypes_5fmod_2ef90_690',['AMReX_lo_bctypes_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__lo__bctypes__mod_8F90.html',1,'']]], + ['amrex_5flo_5fbctypes_5fmodule_691',['amrex_lo_bctypes_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html',1,'']]], + ['amrex_5flo_5fbogus_692',['amrex_lo_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fdirichlet_693',['amrex_lo_dirichlet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5finflow_694',['amrex_lo_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fmarshak_695',['amrex_lo_marshak',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fneumann_696',['amrex_lo_neumann',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fperiodic_697',['amrex_lo_periodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5freflect_5fodd_698',['amrex_lo_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fsanchez_5fpomraning_699',['amrex_lo_sanchez_pomraning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5futil_2ef90_700',['AMReX_LO_UTIL.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__UTIL_8F90.html',1,'']]], + ['amrex_5flo_5futil_5fmodule_701',['amrex_lo_util_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html',1,'']]], + ['amrex_5flong_702',['amrex_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c',1,'amrex_fort_module']]], + ['amrex_5floop_2eh_703',['AMReX_Loop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8H.html',1,'']]], + ['amrex_5floop_2enolint_2eh_704',['AMReX_Loop.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8nolint_8H.html',1,'']]], + ['amrex_5floutil_5fk_2eh_705',['AMReX_LOUtil_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LOUtil__K_8H.html',1,'']]], + ['amrex_5flusolver_2eh_706',['AMReX_LUSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LUSolver_8H.html',1,'']]], + ['amrex_5fmachine_2ecpp_707',['AMReX_Machine.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8cpp.html',1,'']]], + ['amrex_5fmachine_2eh_708',['AMReX_Machine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8H.html',1,'']]], + ['amrex_5fmakeparticle_2eh_709',['AMReX_MakeParticle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeParticle_8H.html',1,'']]], + ['amrex_5fmaketype_2eh_710',['AMReX_MakeType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeType_8H.html',1,'']]], + ['amrex_5fmalloc_711',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html',1,'amrex_fort_module::amrex_malloc'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html#a474a838f9d50acec1ac42d581248934d',1,'amrex_fort_module::amrex_malloc::amrex_malloc()']]], + ['amrex_5fmask_2ecpp_712',['AMReX_Mask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8cpp.html',1,'']]], + ['amrex_5fmask_2eh_713',['AMReX_Mask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8H.html',1,'']]], + ['amrex_5fmat_714',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html',1,'amrex::amrex_Mat'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#ae605c1439b1b88e367a6757b46e78c9e',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a3b75dd52e71b3a11d595fdaf4f2e4e71',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a14bdbf5e9222968ac32e71d6793f5d39',1,'amrex::amrex_Mat::amrex_Mat()=default']]], + ['amrex_5fmath_2eh_715',['AMReX_Math.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Math_8H.html',1,'']]], + ['amrex_5fmempool_2ecpp_716',['AMReX_MemPool.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8cpp.html',1,'']]], + ['amrex_5fmempool_2eh_717',['AMReX_MemPool.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8H.html',1,'']]], + ['amrex_5fmempool_5falloc_718',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html#adb2b65dfc1aec59150d1a8ed47e40fb4',1,'amrex_mempool_module::amrex_mempool_alloc::amrex_mempool_alloc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html',1,'amrex_mempool_module::amrex_mempool_alloc']]], + ['amrex_5fmempool_5ffree_719',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html#a8f6d10e93389b7a67a277c72cb1632e4',1,'amrex_mempool_module::amrex_mempool_free::amrex_mempool_free()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html',1,'amrex_mempool_module::amrex_mempool_free']]], + ['amrex_5fmempool_5fmod_2ef90_720',['AMReX_mempool_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__mempool__mod_8F90.html',1,'']]], + ['amrex_5fmempool_5fmodule_721',['amrex_mempool_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html',1,'']]], + ['amrex_5fmemprofiler_2ecpp_722',['AMReX_MemProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8cpp.html',1,'']]], + ['amrex_5fmemprofiler_2eh_723',['AMReX_MemProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8H.html',1,'']]], + ['amrex_5fmfcopydescriptor_2ecpp_724',['AMReX_MFCopyDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8cpp.html',1,'']]], + ['amrex_5fmfcopydescriptor_2eh_725',['AMReX_MFCopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8H.html',1,'']]], + ['amrex_5fmfinterp_5f1d_5fc_2eh_726',['AMReX_MFInterp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__1D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5f2d_5fc_2eh_727',['AMReX_MFInterp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__2D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5f3d_5fc_2eh_728',['AMReX_MFInterp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__3D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5fc_2eh_729',['AMReX_MFInterp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__C_8H.html',1,'']]], + ['amrex_5fmfinterpolater_2ecpp_730',['AMReX_MFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8cpp.html',1,'']]], + ['amrex_5fmfinterpolater_2eh_731',['AMReX_MFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8H.html',1,'']]], + ['amrex_5fmfiter_2ecpp_732',['AMReX_MFIter.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8cpp.html',1,'']]], + ['amrex_5fmfiter_2eh_733',['AMReX_MFIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8H.html',1,'']]], + ['amrex_5fmfparallelfor_2eh_734',['AMReX_MFParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelFor_8H.html',1,'']]], + ['amrex_5fmfparallelforc_2eh_735',['AMReX_MFParallelForC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForC_8H.html',1,'']]], + ['amrex_5fmfparallelforg_2eh_736',['AMReX_MFParallelForG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForG_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f1d_5fk_2eh_737',['AMReX_MLABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f2d_5fk_2eh_738',['AMReX_MLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f3d_5fk_2eh_739',['AMReX_MLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5fk_2eh_740',['AMReX_MLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__K_8H.html',1,'']]], + ['amrex_5fmlabeclaplacian_2eh_741',['AMReX_MLABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLaplacian_8H.html',1,'']]], + ['amrex_5fmlalap_5f1d_5fk_2eh_742',['AMReX_MLALap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__1D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5f2d_5fk_2eh_743',['AMReX_MLALap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__2D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5f3d_5fk_2eh_744',['AMReX_MLALap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__3D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5fk_2eh_745',['AMReX_MLALap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__K_8H.html',1,'']]], + ['amrex_5fmlalaplacian_2eh_746',['AMReX_MLALaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALaplacian_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_2eh_747',['AMReX_MLCellABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f1d_5fk_2eh_748',['AMReX_MLCellABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f2d_5fk_2eh_749',['AMReX_MLCellABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f3d_5fk_2eh_750',['AMReX_MLCellABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5fk_2eh_751',['AMReX_MLCellABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__K_8H.html',1,'']]], + ['amrex_5fmlcelllinop_2eh_752',['AMReX_MLCellLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellLinOp_8H.html',1,'']]], + ['amrex_5fmlcgsolver_2eh_753',['AMReX_MLCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCGSolver_8H.html',1,'']]], + ['amrex_5fmlcurlcurl_2ecpp_754',['AMReX_MLCurlCurl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8cpp.html',1,'']]], + ['amrex_5fmlcurlcurl_2eh_755',['AMReX_MLCurlCurl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8H.html',1,'']]], + ['amrex_5fmlcurlcurl_5fk_2eh_756',['AMReX_MLCurlCurl_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_2ecpp_757',['AMReX_MLEBABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8cpp.html',1,'']]], + ['amrex_5fmlebabeclap_2eh_758',['AMReX_MLEBABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5f2d_5fk_2eh_759',['AMReX_MLEBABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5f3d_5fk_2eh_760',['AMReX_MLEBABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5ff_2ecpp_761',['AMReX_MLEBABecLap_F.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__F_8cpp.html',1,'']]], + ['amrex_5fmlebabeclap_5fk_2eh_762',['AMReX_MLEBABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f1d_5fk_2eh_763',['AMReX_MLEBNodeFDLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f2d_5fk_2eh_764',['AMReX_MLEBNodeFDLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f3d_5fk_2eh_765',['AMReX_MLEBNodeFDLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5fk_2eh_766',['AMReX_MLEBNodeFDLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlaplacian_2ecpp_767',['AMReX_MLEBNodeFDLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlebnodefdlaplacian_2eh_768',['AMReX_MLEBNodeFDLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8H.html',1,'']]], + ['amrex_5fmlebtensor_5f2d_5fk_2eh_769',['AMReX_MLEBTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__2D__K_8H.html',1,'']]], + ['amrex_5fmlebtensor_5f3d_5fk_2eh_770',['AMReX_MLEBTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__3D__K_8H.html',1,'']]], + ['amrex_5fmlebtensor_5fk_2eh_771',['AMReX_MLEBTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__K_8H.html',1,'']]], + ['amrex_5fmlebtensorop_2ecpp_772',['AMReX_MLEBTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8cpp.html',1,'']]], + ['amrex_5fmlebtensorop_2eh_773',['AMReX_MLEBTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8H.html',1,'']]], + ['amrex_5fmlebtensorop_5fbc_2ecpp_774',['AMReX_MLEBTensorOp_bc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp__bc_8cpp.html',1,'']]], + ['amrex_5fmllinop_2eh_775',['AMReX_MLLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp_8H.html',1,'']]], + ['amrex_5fmllinop_5fapply_5fbc_776',['amrex_mllinop_apply_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a198adb293f84d85a8b1c8293e428b88c',1,'amrex_mllinop_nd_module']]], + ['amrex_5fmllinop_5ff_2eh_777',['AMReX_MLLinOp_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__F_8H.html',1,'']]], + ['amrex_5fmllinop_5fk_2eh_778',['AMReX_MLLinOp_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__K_8H.html',1,'']]], + ['amrex_5fmllinop_5fnd_2ef90_779',['AMReX_MLLinOp_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__nd_8F90.html',1,'']]], + ['amrex_5fmllinop_5fnd_5fmodule_780',['amrex_mllinop_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html',1,'']]], + ['amrex_5fmlmg_2ecpp_781',['AMReX_MLMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8cpp.html',1,'']]], + ['amrex_5fmlmg_2eh_782',['AMReX_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8H.html',1,'']]], + ['amrex_5fmlmg_5f1d_5fk_2eh_783',['AMReX_MLMG_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__1D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5f2d_5fk_2eh_784',['AMReX_MLMG_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__2D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5f3d_5fk_2eh_785',['AMReX_MLMG_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__3D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5fk_2eh_786',['AMReX_MLMG_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__K_8H.html',1,'']]], + ['amrex_5fmlmgbndry_2eh_787',['AMReX_MLMGBndry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMGBndry_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f1d_5fk_2eh_788',['AMReX_MLNodeABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f2d_5fk_2eh_789',['AMReX_MLNodeABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f3d_5fk_2eh_790',['AMReX_MLNodeABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5fk_2eh_791',['AMReX_MLNodeABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclaplacian_2ecpp_792',['AMReX_MLNodeABecLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodeabeclaplacian_2eh_793',['AMReX_MLNodeABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f1d_5fk_2eh_794',['AMReX_MLNodeLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f2d_5fk_2eh_795',['AMReX_MLNodeLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f3d_5fk_2eh_796',['AMReX_MLNodeLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5fk_2eh_797',['AMReX_MLNodeLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__K_8H.html',1,'']]], + ['amrex_5fmlnodelaplacian_2ecpp_798',['AMReX_MLNodeLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_2eh_799',['AMReX_MLNodeLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8H.html',1,'']]], + ['amrex_5fmlnodelaplacian_5feb_2ecpp_800',['AMReX_MLNodeLaplacian_eb.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__eb_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fhypre_2ecpp_801',['AMReX_MLNodeLaplacian_hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__hypre_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fmisc_2ecpp_802',['AMReX_MLNodeLaplacian_misc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__misc_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fsten_2ecpp_803',['AMReX_MLNodeLaplacian_sten.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sten_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fsync_2ecpp_804',['AMReX_MLNodeLaplacian_sync.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sync_8cpp.html',1,'']]], + ['amrex_5fmlnodelinop_2ecpp_805',['AMReX_MLNodeLinOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8cpp.html',1,'']]], + ['amrex_5fmlnodelinop_2eh_806',['AMReX_MLNodeLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f1d_5fk_2eh_807',['AMReX_MLNodeTensorLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f2d_5fk_2eh_808',['AMReX_MLNodeTensorLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f3d_5fk_2eh_809',['AMReX_MLNodeTensorLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5fk_2eh_810',['AMReX_MLNodeTensorLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlaplacian_2ecpp_811',['AMReX_MLNodeTensorLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodetensorlaplacian_2eh_812',['AMReX_MLNodeTensorLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8H.html',1,'']]], + ['amrex_5fmlpoisson_2eh_813',['AMReX_MLPoisson.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f1d_5fk_2eh_814',['AMReX_MLPoisson_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__1D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f2d_5fk_2eh_815',['AMReX_MLPoisson_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__2D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f3d_5fk_2eh_816',['AMReX_MLPoisson_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__3D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5fk_2eh_817',['AMReX_MLPoisson_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f1d_5fk_2eh_818',['AMReX_MLTensor_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__1D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f2d_5fk_2eh_819',['AMReX_MLTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__2D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f3d_5fk_2eh_820',['AMReX_MLTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__3D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5fk_2eh_821',['AMReX_MLTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__K_8H.html',1,'']]], + ['amrex_5fmltensorop_2ecpp_822',['AMReX_MLTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8cpp.html',1,'']]], + ['amrex_5fmltensorop_2eh_823',['AMReX_MLTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8H.html',1,'']]], + ['amrex_5fmltensorop_5fgrad_2ecpp_824',['AMReX_MLTensorOp_grad.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp__grad_8cpp.html',1,'']]], + ['amrex_5fmorton_2eh_825',['AMReX_Morton.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Morton_8H.html',1,'']]], + ['amrex_5fmpmd_2ecpp_826',['AMReX_MPMD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8cpp.html',1,'']]], + ['amrex_5fmpmd_2eh_827',['AMReX_MPMD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8H.html',1,'']]], + ['amrex_5fmulticutfab_2ecpp_828',['AMReX_MultiCutFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8cpp.html',1,'']]], + ['amrex_5fmulticutfab_2eh_829',['AMReX_MultiCutFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8H.html',1,'']]], + ['amrex_5fmultifab_2ecpp_830',['AMReX_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8cpp.html',1,'']]], + ['amrex_5fmultifab_2eh_831',['AMReX_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8H.html',1,'']]], + ['amrex_5fmultifabutil_2ecpp_832',['AMReX_MultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8cpp.html',1,'']]], + ['amrex_5fmultifabutil_2eh_833',['AMReX_MultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f1d_5fc_2eh_834',['AMReX_MultiFabUtil_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__1D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f2d_5fc_2eh_835',['AMReX_MultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__2D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f3d_5fc_2eh_836',['AMReX_MultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__3D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5fc_2eh_837',['AMReX_MultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5fnd_5fc_2eh_838',['AMReX_MultiFabUtil_nd_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__nd__C_8H.html',1,'']]], + ['amrex_5fmultifabutili_2eh_839',['AMReX_MultiFabUtilI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtilI_8H.html',1,'']]], + ['amrex_5fmultimask_2ecpp_840',['AMReX_MultiMask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8cpp.html',1,'']]], + ['amrex_5fmultimask_2eh_841',['AMReX_MultiMask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8H.html',1,'']]], + ['amrex_5fnamelist_842',['amrex_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9e52abadec8dd79a05ddec212b4c41a1',1,'amrex_parmparse_module']]], + ['amrex_5fneighborlist_2eh_843',['AMReX_NeighborList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborList_8H.html',1,'']]], + ['amrex_5fneighborparticles_2eh_844',['AMReX_NeighborParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticles_8H.html',1,'']]], + ['amrex_5fneighborparticlescpuimpl_2eh_845',['AMReX_NeighborParticlesCPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesCPUImpl_8H.html',1,'']]], + ['amrex_5fneighborparticlesgpuimpl_2eh_846',['AMReX_NeighborParticlesGPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesGPUImpl_8H.html',1,'']]], + ['amrex_5fneighborparticlesi_2eh_847',['AMReX_NeighborParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesI_8H.html',1,'']]], + ['amrex_5fnew_5fparmparse_848',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html#a1be92a19b01b3ec020a93436e5046e52',1,'amrex_parmparse_module::amrex_new_parmparse::amrex_new_parmparse()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html',1,'amrex_parmparse_module::amrex_new_parmparse']]], + ['amrex_5fnfiles_2ecpp_849',['AMReX_NFiles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8cpp.html',1,'']]], + ['amrex_5fnfiles_2eh_850',['AMReX_NFiles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8H.html',1,'']]], + ['amrex_5fnonlocalbc_2ecpp_851',['AMReX_NonLocalBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8cpp.html',1,'']]], + ['amrex_5fnonlocalbc_2eh_852',['AMReX_NonLocalBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8H.html',1,'']]], + ['amrex_5fnonlocalbcimpl_2eh_853',['AMReX_NonLocalBCImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBCImpl_8H.html',1,'']]], + ['amrex_5fnvector_5fmultifab_2ecpp_854',['AMReX_NVector_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8cpp.html',1,'']]], + ['amrex_5fnvector_5fmultifab_2eh_855',['AMReX_NVector_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8H.html',1,'']]], + ['amrex_5fomp_5fmod_2ef90_856',['AMReX_omp_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__omp__mod_8F90.html',1,'']]], + ['amrex_5fomp_5fmodule_857',['amrex_omp_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html',1,'']]], + ['amrex_5fomp_5fsupport_858',['amrex_omp_support',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a549c4da3223be6be1f6201ef4eded2c8',1,'amrex_omp_module']]], + ['amrex_5fopenbc_2ecpp_859',['AMReX_OpenBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8cpp.html',1,'']]], + ['amrex_5fopenbc_2eh_860',['AMReX_OpenBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8H.html',1,'']]], + ['amrex_5fopenbc_5fk_2eh_861',['AMReX_OpenBC_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC__K_8H.html',1,'']]], + ['amrex_5fopenmp_2ecpp_862',['AMReX_OpenMP.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8cpp.html',1,'']]], + ['amrex_5fopenmp_2eh_863',['AMReX_OpenMP.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8H.html',1,'']]], + ['amrex_5forientation_2ecpp_864',['AMReX_Orientation.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8cpp.html',1,'']]], + ['amrex_5forientation_2eh_865',['AMReX_Orientation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8H.html',1,'']]], + ['amrex_5fparallelcontext_2ecpp_866',['AMReX_ParallelContext.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8cpp.html',1,'']]], + ['amrex_5fparallelcontext_2eh_867',['AMReX_ParallelContext.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8H.html',1,'']]], + ['amrex_5fparalleldescriptor_2ecpp_868',['AMReX_ParallelDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8cpp.html',1,'']]], + ['amrex_5fparalleldescriptor_2eh_869',['AMReX_ParallelDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8H.html',1,'']]], + ['amrex_5fparalleldescriptor_5ff_2ef90_870',['AMReX_ParallelDescriptor_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor__F_8F90.html',1,'']]], + ['amrex_5fparalleldescriptor_5fmodule_871',['amrex_paralleldescriptor_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html',1,'']]], + ['amrex_5fparallelreduce_2eh_872',['AMReX_ParallelReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelReduce_8H.html',1,'']]], + ['amrex_5fparena_2ecpp_873',['AMReX_PArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8cpp.html',1,'']]], + ['amrex_5fparena_2eh_874',['AMReX_PArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8H.html',1,'']]], + ['amrex_5fpargdb_2eh_875',['AMReX_ParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParGDB_8H.html',1,'']]], + ['amrex_5fpariter_2eh_876',['AMReX_ParIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParIter_8H.html',1,'']]], + ['amrex_5fparmparse_877',['amrex_parmparse',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_2ecpp_878',['AMReX_ParmParse.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8cpp.html',1,'']]], + ['amrex_5fparmparse_2eh_879',['AMReX_ParmParse.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8H.html',1,'']]], + ['amrex_5fparmparse_5fadd_5fbool_880',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html#a66f1a20a65d9ca9470824a7c7f97697a',1,'amrex_parmparse_module::amrex_parmparse_add_bool::amrex_parmparse_add_bool()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html',1,'amrex_parmparse_module::amrex_parmparse_add_bool']]], + ['amrex_5fparmparse_5fadd_5fint_881',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html#a7a516b6e345a64a085fa8b498d32e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_int::amrex_parmparse_add_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html',1,'amrex_parmparse_module::amrex_parmparse_add_int']]], + ['amrex_5fparmparse_5fadd_5fintarr_882',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html#abf2b8e83555c7480ee31dad986323912',1,'amrex_parmparse_module::amrex_parmparse_add_intarr::amrex_parmparse_add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_intarr']]], + ['amrex_5fparmparse_5fadd_5freal_883',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html#a16e379e4ffa6b3fcc2f477ee2f277cab',1,'amrex_parmparse_module::amrex_parmparse_add_real::amrex_parmparse_add_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html',1,'amrex_parmparse_module::amrex_parmparse_add_real']]], + ['amrex_5fparmparse_5fadd_5frealarr_884',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html#a38dd6e27c1ba219174c16870853e0975',1,'amrex_parmparse_module::amrex_parmparse_add_realarr::amrex_parmparse_add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_realarr']]], + ['amrex_5fparmparse_5fadd_5fstring_885',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html#a988b13fe082afcf29f4d61fe2de1e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_string::amrex_parmparse_add_string()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html',1,'amrex_parmparse_module::amrex_parmparse_add_string']]], + ['amrex_5fparmparse_5fadd_5fstringarr_886',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html#acaa614221f79466050f0803965f1bc82',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr::amrex_parmparse_add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr']]], + ['amrex_5fparmparse_5fassign_887',['amrex_parmparse_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a939cd8c93d4cdbee4165f9b5923b2978',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_assign()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ac7eb4f4fb08fb1fe22d895d4ea48e90f',1,'amrex_parmparse_module::amrex_parmparse_assign(dst, src)']]], + ['amrex_5fparmparse_5fbuild_888',['amrex_parmparse_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a5159132ce76a022a5c7def8ec38a8880',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fdelete_5fcp_5fchar_889',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html#aed6352ced14952145ea0dd0bd4723bdb',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char::amrex_parmparse_delete_cp_char()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char']]], + ['amrex_5fparmparse_5fdestroy_890',['amrex_parmparse_destroy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a240bfde0d7f9495e75761ac59a91dfe6',1,'amrex_parmparse_module::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9997ef40c49a9721423e8bec4f30e14',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__destroy.html#a801936107f134e2a3991a6699ec7c7e8',1,'amrex_parmparse_module::amrex_parmparse_destroy::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__destroy.html',1,'amrex_parmparse_module::amrex_parmparse_destroy']]], + ['amrex_5fparmparse_5ffi_2ecpp_891',['AMReX_parmparse_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__fi_8cpp.html',1,'']]], + ['amrex_5fparmparse_5fget_5fbool_892',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html#a99846b43a41a77557855585ac13555e3',1,'amrex_parmparse_module::amrex_parmparse_get_bool::amrex_parmparse_get_bool()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html',1,'amrex_parmparse_module::amrex_parmparse_get_bool']]], + ['amrex_5fparmparse_5fget_5fcounts_893',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html#a8b8d54bfcfee670480bf6a8479318ace',1,'amrex_parmparse_module::amrex_parmparse_get_counts::amrex_parmparse_get_counts()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html',1,'amrex_parmparse_module::amrex_parmparse_get_counts']]], + ['amrex_5fparmparse_5fget_5fint_894',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html#add6de89cf61130c870ea8f36112da3af',1,'amrex_parmparse_module::amrex_parmparse_get_int::amrex_parmparse_get_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html',1,'amrex_parmparse_module::amrex_parmparse_get_int']]], + ['amrex_5fparmparse_5fget_5fintarr_895',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html#a16f4eeb60412dbdb36591e9b021dfa2e',1,'amrex_parmparse_module::amrex_parmparse_get_intarr::amrex_parmparse_get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_intarr']]], + ['amrex_5fparmparse_5fget_5freal_896',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html#a7bdfd95b2ce5a8d1ba5763430a49effe',1,'amrex_parmparse_module::amrex_parmparse_get_real::amrex_parmparse_get_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html',1,'amrex_parmparse_module::amrex_parmparse_get_real']]], + ['amrex_5fparmparse_5fget_5frealarr_897',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html#ae2b704ac422486a51e530a62849a119d',1,'amrex_parmparse_module::amrex_parmparse_get_realarr::amrex_parmparse_get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_realarr']]], + ['amrex_5fparmparse_5fget_5fstring_898',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html#ab44ff1b1fa681f3b10a9b9b8c194365b',1,'amrex_parmparse_module::amrex_parmparse_get_string::amrex_parmparse_get_string()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html',1,'amrex_parmparse_module::amrex_parmparse_get_string']]], + ['amrex_5fparmparse_5fget_5fstringarr_899',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html#a61fe4caeb4e56c80853d6f1b780b7107',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr::amrex_parmparse_get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr']]], + ['amrex_5fparmparse_5fmod_2ef90_900',['AMReX_parmparse_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__mod_8F90.html',1,'']]], + ['amrex_5fparmparse_5fmodule_901',['amrex_parmparse_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html',1,'']]], + ['amrex_5fparmparse_5fquery_5fbool_902',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html',1,'amrex_parmparse_module::amrex_parmparse_query_bool'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html#a07401369ede8f5f13b856d53beee87dc',1,'amrex_parmparse_module::amrex_parmparse_query_bool::amrex_parmparse_query_bool()']]], + ['amrex_5fparmparse_5fquery_5fint_903',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html',1,'amrex_parmparse_module::amrex_parmparse_query_int'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html#a444f902d4afc4cb2d7f23a3bb23dec25',1,'amrex_parmparse_module::amrex_parmparse_query_int::amrex_parmparse_query_int()']]], + ['amrex_5fparmparse_5fquery_5freal_904',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html',1,'amrex_parmparse_module::amrex_parmparse_query_real'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html#a5a54a2c523b950cb67bf937c9fc20cf0',1,'amrex_parmparse_module::amrex_parmparse_query_real::amrex_parmparse_query_real()']]], + ['amrex_5fparmparse_5fquery_5fstring_905',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html',1,'amrex_parmparse_module::amrex_parmparse_query_string'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html#a391538d43a5a4e75b4c96a7b801ae0a0',1,'amrex_parmparse_module::amrex_parmparse_query_string::amrex_parmparse_query_string()']]], + ['amrex_5fparreduce_2eh_906',['AMReX_ParReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParReduce_8H.html',1,'']]], + ['amrex_5fparser_907',['amrex_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html',1,'amrex']]], + ['amrex_5fparser_2ecpp_908',['AMReX_Parser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8cpp.html',1,'']]], + ['amrex_5fparser_2eh_909',['AMReX_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8H.html',1,'']]], + ['amrex_5fparser_2elex_2ecpp_910',['amrex_parser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8cpp.html',1,'']]], + ['amrex_5fparser_2elex_2eh_911',['amrex_parser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8h.html',1,'']]], + ['amrex_5fparser_2elex_2enolint_2eh_912',['amrex_parser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8nolint_8H.html',1,'']]], + ['amrex_5fparser_2etab_2ecpp_913',['amrex_parser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8cpp.html',1,'']]], + ['amrex_5fparser_2etab_2eh_914',['amrex_parser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8h.html',1,'']]], + ['amrex_5fparser_2etab_2enolint_2eh_915',['amrex_parser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8nolint_8H.html',1,'']]], + ['amrex_5fparser_5fdelete_916',['amrex_parser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17',1,'amrex']]], + ['amrex_5fparser_5fexe_2ecpp_917',['AMReX_Parser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8cpp.html',1,'']]], + ['amrex_5fparser_5fexe_2eh_918',['AMReX_Parser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8H.html',1,'']]], + ['amrex_5fparser_5fnew_919',['amrex_parser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f',1,'amrex']]], + ['amrex_5fparser_5fy_2ecpp_920',['AMReX_Parser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8cpp.html',1,'']]], + ['amrex_5fparser_5fy_2eh_921',['AMReX_Parser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8H.html',1,'']]], + ['amrex_5fparserstype_922',['AMREX_PARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html',1,'']]], + ['amrex_5fparstream_2ecpp_923',['AMReX_parstream.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8cpp.html',1,'']]], + ['amrex_5fparstream_2eh_924',['AMReX_parstream.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8H.html',1,'']]], + ['amrex_5fparticle_2eh_925',['AMReX_Particle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle_8H.html',1,'']]], + ['amrex_5fparticle_5fmod_5fk_2eh_926',['AMReX_Particle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle__mod__K_8H.html',1,'']]], + ['amrex_5fparticle_5freal_927',['amrex_particle_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520',1,'amrex_fort_module']]], + ['amrex_5fparticlearray_2eh_928',['AMReX_ParticleArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleArray_8H.html',1,'']]], + ['amrex_5fparticlebuffermap_2ecpp_929',['AMReX_ParticleBufferMap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8cpp.html',1,'']]], + ['amrex_5fparticlebuffermap_2eh_930',['AMReX_ParticleBufferMap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8H.html',1,'']]], + ['amrex_5fparticlecommunication_2ecpp_931',['AMReX_ParticleCommunication.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8cpp.html',1,'']]], + ['amrex_5fparticlecommunication_2eh_932',['AMReX_ParticleCommunication.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8H.html',1,'']]], + ['amrex_5fparticlecontainer_2eh_933',['AMReX_ParticleContainer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainer_8H.html',1,'']]], + ['amrex_5fparticlecontainerbase_2ecpp_934',['AMReX_ParticleContainerBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8cpp.html',1,'']]], + ['amrex_5fparticlecontainerbase_2eh_935',['AMReX_ParticleContainerBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8H.html',1,'']]], + ['amrex_5fparticlecontaineri_2eh_936',['AMReX_ParticleContainerI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerI_8H.html',1,'']]], + ['amrex_5fparticledataadaptor_2eh_937',['AMReX_ParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5fparticledataadaptori_2eh_938',['AMReX_ParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5fparticlehdf5_2eh_939',['AMReX_ParticleHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleHDF5_8H.html',1,'']]], + ['amrex_5fparticleinit_2eh_940',['AMReX_ParticleInit.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInit_8H.html',1,'']]], + ['amrex_5fparticleinsitubridge_2eh_941',['AMReX_ParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInSituBridge_8H.html',1,'']]], + ['amrex_5fparticleinterpolators_2eh_942',['AMReX_ParticleInterpolators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInterpolators_8H.html',1,'']]], + ['amrex_5fparticleio_2eh_943',['AMReX_ParticleIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleIO_8H.html',1,'']]], + ['amrex_5fparticlelocator_2eh_944',['AMReX_ParticleLocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleLocator_8H.html',1,'']]], + ['amrex_5fparticlemesh_2eh_945',['AMReX_ParticleMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMesh_8H.html',1,'']]], + ['amrex_5fparticlempiutil_2ecpp_946',['AMReX_ParticleMPIUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8cpp.html',1,'']]], + ['amrex_5fparticlempiutil_2eh_947',['AMReX_ParticleMPIUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8H.html',1,'']]], + ['amrex_5fparticlereduce_2eh_948',['AMReX_ParticleReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleReduce_8H.html',1,'']]], + ['amrex_5fparticles_2eh_949',['AMReX_Particles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particles_8H.html',1,'']]], + ['amrex_5fparticleshdf5_2eh_950',['AMReX_ParticlesHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticlesHDF5_8H.html',1,'']]], + ['amrex_5fparticletile_2eh_951',['AMReX_ParticleTile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTile_8H.html',1,'']]], + ['amrex_5fparticletransformation_2eh_952',['AMReX_ParticleTransformation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTransformation_8H.html',1,'']]], + ['amrex_5fparticleutil_2ecpp_953',['AMReX_ParticleUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8cpp.html',1,'']]], + ['amrex_5fparticleutil_2eh_954',['AMReX_ParticleUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8H.html',1,'']]], + ['amrex_5fparticleutilhdf5_2eh_955',['AMReX_ParticleUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtilHDF5_8H.html',1,'']]], + ['amrex_5fpartition_2eh_956',['AMReX_Partition.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Partition_8H.html',1,'']]], + ['amrex_5fpartition_5fhelper_957',['amrex_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3',1,'amrex::detail']]], + ['amrex_5fpbc_5finflow_958',['amrex_pbc_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ade989dc9f20d0b81c97c5187ed29b33e',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5finterior_959',['amrex_pbc_interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a336381129e79b6664787523cb2e99b83',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fnoslipwall_960',['amrex_pbc_noslipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aed35f74c3ace336435a6e50824180d97',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5foutflow_961',['amrex_pbc_outflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a7ba375a05c6cba2e45547f1ac3c4cdd3',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fslipwall_962',['amrex_pbc_slipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9ae2283563f4728746b18faad04f94be',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fsymmetry_963',['amrex_pbc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9d2b71633a4a976a151e486636ad5e32',1,'amrex_bc_types_module']]], + ['amrex_5fpcgsolver_2eh_964',['AMReX_PCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCGSolver_8H.html',1,'']]], + ['amrex_5fpci_2eh_965',['AMReX_PCI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCI_8H.html',1,'']]], + ['amrex_5fpd_5fbcast_966',['amrex_pd_bcast',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fbcast_5fr_967',['amrex_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0dc4f5ab19e59b9eef022747ac0d6f3f',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a340f780bf33f6f266f684d916bc7d71a',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r()']]], + ['amrex_5fpd_5fbcast_5fr2v_968',['amrex_pd_bcast_r2v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#ac483180176741214ea0f2ef611b77263',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r2v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a159c62d36c55a038f9a058400c25cddf',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r2v()']]], + ['amrex_5fpd_5fbcast_5fr3v_969',['amrex_pd_bcast_r3v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0950705752a3ec1defbb7701ac28a32b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r3v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a7a3608d319a39ae7db70bbd9362b143b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r3v()']]], + ['amrex_5fpd_5fbcast_5frv_970',['amrex_pd_bcast_rv',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a2f2085463e4f7381decb0edc764b9df6',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_rv()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a0b4f88406790fe12faee067b036014bb',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_rv(x, a_root)']]], + ['amrex_5fpd_5fioprocessor_971',['amrex_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a13e70e6cf4cfe72233e9a28ca14245e0',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fioprocessor_5fnumber_972',['amrex_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a467738899f667913f4c9e3a9f1bfb1f6',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fmyproc_973',['amrex_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a92b50119645b49ec71e1517aaddbbdaf',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fnprocs_974',['amrex_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a263268abdd1d3bb2d859542bfd03251d',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fwtime_975',['amrex_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a2fa55a14c84d0e1da19ba1cf9b8c0c72',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fperiodicity_2ecpp_976',['AMReX_Periodicity.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8cpp.html',1,'']]], + ['amrex_5fperiodicity_2eh_977',['AMReX_Periodicity.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8H.html',1,'']]], + ['amrex_5fpetsc_2ecpp_978',['AMReX_PETSc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8cpp.html',1,'']]], + ['amrex_5fpetsc_2eh_979',['AMReX_PETSc.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8H.html',1,'']]], + ['amrex_5fphysbcfunct_2ecpp_980',['AMReX_PhysBCFunct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8cpp.html',1,'']]], + ['amrex_5fphysbcfunct_2eh_981',['AMReX_PhysBCFunct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8H.html',1,'']]], + ['amrex_5fplotfiledataimpl_2ecpp_982',['AMReX_PlotFileDataImpl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8cpp.html',1,'']]], + ['amrex_5fplotfiledataimpl_2eh_983',['AMReX_PlotFileDataImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8H.html',1,'']]], + ['amrex_5fplotfileutil_2ecpp_984',['AMReX_PlotFileUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8cpp.html',1,'']]], + ['amrex_5fplotfileutil_2eh_985',['AMReX_PlotFileUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8H.html',1,'']]], + ['amrex_5fplotfileutilhdf5_2ecpp_986',['AMReX_PlotFileUtilHDF5.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8cpp.html',1,'']]], + ['amrex_5fplotfileutilhdf5_2eh_987',['AMReX_PlotFileUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8H.html',1,'']]], + ['amrex_5fpodvector_2ecpp_988',['AMReX_PODVector.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8cpp.html',1,'']]], + ['amrex_5fpodvector_2eh_989',['AMReX_PODVector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8H.html',1,'']]], + ['amrex_5fprint_2eh_990',['AMReX_Print.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Print_8H.html',1,'']]], + ['amrex_5fprob_5famr_5ff_2eh_991',['AMReX_PROB_AMR_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PROB__AMR__F_8H.html',1,'']]], + ['amrex_5fprofparserbatch_2ecpp_992',['AMReX_ProfParserBatch.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ProfParserBatch_8cpp.html',1,'']]], + ['amrex_5frandom_993',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html',1,'amrex_fort_module::amrex_random'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html#ab61c147cc6240361146c83a1c3a7b635',1,'amrex_fort_module::amrex_random::amrex_random()']]], + ['amrex_5frandom_2ecpp_994',['AMReX_Random.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8cpp.html',1,'']]], + ['amrex_5frandom_2eh_995',['AMReX_Random.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8H.html',1,'']]], + ['amrex_5frandom_5fint_996',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html',1,'amrex_fort_module::amrex_random_int'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html#a35272cd6016c41793c14f2eed2b797c8',1,'amrex_fort_module::amrex_random_int::amrex_random_int()']]], + ['amrex_5frandomengine_2eh_997',['AMReX_RandomEngine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RandomEngine_8H.html',1,'']]], + ['amrex_5freal_998',['amrex_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6',1,'amrex_fort_module::amrex_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a857950373cee003a6d5ead3236e70584',1,'sdcquadrature_mod::amrex_real()']]], + ['amrex_5freal_2eh_999',['AMReX_REAL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__REAL_8H.html',1,'']]], + ['amrex_5freal_5farray_5finit_1000',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html',1,'amrex_mempool_module::amrex_real_array_init'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html#ae554aa5f1988218666af9ecf97875026',1,'amrex_mempool_module::amrex_real_array_init::amrex_real_array_init()']]], + ['amrex_5freal_5fsize_1001',['amrex_real_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791',1,'amrex_fort_module']]], + ['amrex_5frealbox_2ecpp_1002',['AMReX_RealBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8cpp.html',1,'']]], + ['amrex_5frealbox_2eh_1003',['AMReX_RealBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8H.html',1,'']]], + ['amrex_5frealvect_2ecpp_1004',['AMReX_RealVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8cpp.html',1,'']]], + ['amrex_5frealvect_2eh_1005',['AMReX_RealVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8H.html',1,'']]], + ['amrex_5freduce_2eh_1006',['AMReX_Reduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Reduce_8H.html',1,'']]], + ['amrex_5fregionsprofstats_2ecpp_1007',['AMReX_RegionsProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8cpp.html',1,'']]], + ['amrex_5fregionsprofstats_2eh_1008',['AMReX_RegionsProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8H.html',1,'']]], + ['amrex_5frkintegrator_2eh_1009',['AMReX_RKIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RKIntegrator_8H.html',1,'']]], + ['amrex_5frungekutta_2eh_1010',['AMReX_RungeKutta.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RungeKutta_8H.html',1,'']]], + ['amrex_5fscan_2eh_1011',['AMReX_Scan.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Scan_8H.html',1,'']]], + ['amrex_5fsdcquadrature_2ef90_1012',['AMReX_SDCquadrature.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCquadrature_8F90.html',1,'']]], + ['amrex_5fsdcstruct_2ecpp_1013',['AMReX_SDCstruct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8cpp.html',1,'']]], + ['amrex_5fsdcstruct_2eh_1014',['AMReX_SDCstruct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8H.html',1,'']]], + ['amrex_5fset_5facc_5fstream_1015',['amrex_set_acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#ae6e5f688f216b146a2cc609ec638a462',1,'amrex_acc_module']]], + ['amrex_5fsetarea_1016',['amrex_setarea',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept']]], + ['amrex_5fsetdloga_1017',['amrex_setdloga',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept']]], + ['amrex_5fsetvol_1018',['amrex_setvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int coord) noexcept']]], + ['amrex_5fslopes_5fk_2eh_1019',['AMReX_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Slopes__K_8H.html',1,'']]], + ['amrex_5fspace_2eh_1020',['AMReX_SPACE.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SPACE_8H.html',1,'']]], + ['amrex_5fspacedim_1021',['amrex_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004',1,'amrex_fort_module']]], + ['amrex_5fsparsebins_2eh_1022',['AMReX_SparseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SparseBins_8H.html',1,'']]], + ['amrex_5fstable_5fpartition_5fhelper_1023',['amrex_stable_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a685da3e1082796b88fdcd226e6cd923d',1,'amrex::detail']]], + ['amrex_5fstack_2eh_1024',['AMReX_Stack.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Stack_8H.html',1,'']]], ['amrex_5fstatedata_2ecpp_1025',['AMReX_StateData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8cpp.html',1,'']]], ['amrex_5fstatedata_2eh_1026',['AMReX_StateData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8H.html',1,'']]], ['amrex_5fstatedescriptor_2ecpp_1027',['AMReX_StateDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateDescriptor_8cpp.html',1,'']]], @@ -1059,7 +1059,7 @@ var searchData= ['amrex_5futility_2ecpp_1061',['AMReX_Utility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8cpp.html',1,'']]], ['amrex_5futility_2eh_1062',['AMReX_Utility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8H.html',1,'']]], ['amrex_5fvallocpair_2eh_1063',['AMReX_ValLocPair.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ValLocPair_8H.html',1,'']]], - ['amrex_5fvec_1064',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html',1,'amrex::amrex_Vec'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#affcee19c79c7a8c04f832e0af8902984',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#af4e005e8ce98838fa28fe75872a8fc05',1,'amrex::amrex_Vec::amrex_Vec()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#a29e1b205830804ee67abd7c0926214f3',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec &&)=delete']]], + ['amrex_5fvec_1064',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html',1,'amrex::amrex_Vec'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#a29e1b205830804ee67abd7c0926214f3',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#affcee19c79c7a8c04f832e0af8902984',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#af4e005e8ce98838fa28fe75872a8fc05',1,'amrex::amrex_Vec::amrex_Vec()=default']]], ['amrex_5fvector_2eh_1065',['AMReX_Vector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Vector_8H.html',1,'']]], ['amrex_5fvectorio_2ecpp_1066',['AMReX_VectorIO.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8cpp.html',1,'']]], ['amrex_5fvectorio_2eh_1067',['AMReX_VectorIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8H.html',1,'']]], @@ -1085,246 +1085,253 @@ var searchData= ['amrinfo_1087',['AmrInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html',1,'amrex']]], ['amrinsitubridge_1088',['AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html',1,'amrex::AmrInSituBridge'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a034677422f4ebd5a28aeb1c63004e17b',1,'amrex::AmrInSituBridge::AmrInSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a9703ac84239ce8c201936c8e61bb0d7f',1,'amrex::AmrInSituBridge::AmrInSituBridge(const AmrInSituBridge &)=delete']]], ['amrlev_1089',['amrlev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a68c9f3778780bf9f4b88f0a8cb3f34eb',1,'amrex::MLCGSolverT']]], - ['amrlevel_1090',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html',1,'amrex::AmrLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ade3e9c0f92befd31e9f3991e09e56ea4',1,'amrex::FillPatchIterator::AmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#addb399ac982bc95a1cb0456447f13e0e',1,'amrex::AmrLevel::AmrLevel(const AmrLevel &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab329e55cd5e52a04db311b580716eaf9',1,'amrex::AmrLevel::AmrLevel(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae244321a30ba83806ce8204b7c437480',1,'amrex::AmrLevel::AmrLevel() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#abff2e9f744631b186366976b2004a39f',1,'amrex::AmrLevel::AmrLevel(Amr &papa, int lev, const Geometry &level_geom, const BoxArray &ba, const DistributionMapping &dm, Real time)']]], - ['amrmesh_1091',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html',1,'amrex::AmrMesh'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a163e8a28e1f841b2c174d6d34664e2d3',1,'amrex::AmrMesh::AmrMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abffb5edfa79d13ec2e7f77a2a150cc7d',1,'amrex::BoxArray::AmrMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a43f67413ffdd911f5a91e9041bb20d0e',1,'amrex::AmrMesh::AmrMesh(AmrMesh &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa3d1b57d3957feca7d0f897ec2e62824',1,'amrex::AmrMesh::AmrMesh(const AmrMesh &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a82b57f9cf8e12e9542c14f7d00a986ff',1,'amrex::AmrMesh::AmrMesh(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &a_refrat, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a58e7077dec217e4bdad1f5221e6229cc',1,'amrex::AmrMesh::AmrMesh(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > refrat=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac0486abd196135fb9ac41748f2d2f1c9',1,'amrex::AmrMesh::AmrMesh(Geometry const &level_0_geom, AmrInfo const &amr_info)']]], + ['amrlevel_1090',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html',1,'amrex::AmrLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae244321a30ba83806ce8204b7c437480',1,'amrex::AmrLevel::AmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ade3e9c0f92befd31e9f3991e09e56ea4',1,'amrex::FillPatchIterator::AmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#abff2e9f744631b186366976b2004a39f',1,'amrex::AmrLevel::AmrLevel(Amr &papa, int lev, const Geometry &level_geom, const BoxArray &ba, const DistributionMapping &dm, Real time)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab329e55cd5e52a04db311b580716eaf9',1,'amrex::AmrLevel::AmrLevel(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#addb399ac982bc95a1cb0456447f13e0e',1,'amrex::AmrLevel::AmrLevel(const AmrLevel &)=delete']]], + ['amrmesh_1091',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html',1,'amrex::AmrMesh'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a163e8a28e1f841b2c174d6d34664e2d3',1,'amrex::AmrMesh::AmrMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a58e7077dec217e4bdad1f5221e6229cc',1,'amrex::AmrMesh::AmrMesh(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > refrat=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a82b57f9cf8e12e9542c14f7d00a986ff',1,'amrex::AmrMesh::AmrMesh(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &a_refrat, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac0486abd196135fb9ac41748f2d2f1c9',1,'amrex::AmrMesh::AmrMesh(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa3d1b57d3957feca7d0f897ec2e62824',1,'amrex::AmrMesh::AmrMesh(const AmrMesh &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abffb5edfa79d13ec2e7f77a2a150cc7d',1,'amrex::BoxArray::AmrMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a43f67413ffdd911f5a91e9041bb20d0e',1,'amrex::AmrMesh::AmrMesh()']]], ['amrmeshdataadaptor_1092',['AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html',1,'amrex::AmrMeshDataAdaptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a2343c3cec45162fdd013661122a5ed0f',1,'amrex::AmrMeshDataAdaptor::AmrMeshDataAdaptor()']]], - ['amrmeshinsitubridge_1093',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html',1,'amrex::AmrMeshInSituBridge'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ae631b7c3debd13f369129d9285c961dc',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a0682f7ec6b4f8b170006ba8eca78d77f',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge(const AmrMeshInSituBridge &)=delete']]], + ['amrmeshinsitubridge_1093',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html',1,'amrex::AmrMeshInSituBridge'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a0682f7ec6b4f8b170006ba8eca78d77f',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge(const AmrMeshInSituBridge &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ae631b7c3debd13f369129d9285c961dc',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge()']]], ['amrnewtime_1094',['AmrNewTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa9e86be887aaeac42a556e1f493337472',1,'amrex::AmrLevel']]], ['amroldtime_1095',['AmrOldTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa42553bff8bf17dc01b76ff8e44f3d902',1,'amrex::AmrLevel']]], ['amrothertime_1096',['AmrOtherTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aaae1e38c840ac8908874d6775a2d8506d',1,'amrex::AmrLevel']]], ['amrpargdb_1097',['AmrParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html',1,'amrex::AmrParGDB'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac5b326613074f25002466af98f19e6fc',1,'amrex::AmrParGDB::AmrParGDB()']]], ['amrparticlecontainer_1098',['AmrParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a419832e55be898fd5de9051fdf08cb05',1,'amrex']]], - ['amrparticlecontainer_5fimpl_1099',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html',1,'amrex::AmrParticleContainer_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#adc394dad10b9a110b90b65afc7e6c7b6',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a9ab1f0679cf258ca57336ab58281f8ef',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrCore *amr_core)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8dfdf537de9a189b64d28595f876479a',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a38165bb180432ccb33f55994387fbfcf',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#aa45d393b71a8d7087903259612c4896f',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrParticleContainer_impl &&) noexcept=default']]], - ['amrparticlelocator_1100',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex::AmrParticleLocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'amrex::AmrParticleLocator::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'amrex::AmrParticleLocator::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'amrex::AmrParticleLocator::AmrParticleLocator(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const ParGDBBase *a_gdb)']]], + ['amrparticlecontainer_5fimpl_1099',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html',1,'amrex::AmrParticleContainer_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8dfdf537de9a189b64d28595f876479a',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#adc394dad10b9a110b90b65afc7e6c7b6',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a9ab1f0679cf258ca57336ab58281f8ef',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrCore *amr_core)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a38165bb180432ccb33f55994387fbfcf',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#aa45d393b71a8d7087903259612c4896f',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrParticleContainer_impl &&) noexcept=default']]], + ['amrparticlelocator_1100',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex::AmrParticleLocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'amrex::AmrParticleLocator::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'amrex::AmrParticleLocator::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'amrex::AmrParticleLocator::AmrParticleLocator(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const ParGDBBase *a_gdb)']]], ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20amrex_3a_3aboxnd_20_3e_20_3e_1101',['AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'']]], ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_1102',['AmrParticleLocator< amrex::DenseBins< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex']]], - ['amrrefratio_1103',['AMRRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'amrex::MLLinOpT::AMRRefRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'amrex::MLLinOpT::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio(int amr_lev) const noexcept']]], + ['amrrefratio_1103',['AMRRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'amrex::MLLinOpT::AMRRefRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'amrex::MLLinOpT::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio() const noexcept']]], ['amrtracerparticlecontainer_1104',['AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html',1,'amrex::AmrTracerParticleContainer'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a23348165a8cf6ca0051141058e3e63d7',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a758508e41568ce23b98b4238119002da',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#ad044827a807fc8f0f55d4b21fe9451ce',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrCore *amr_core)']]], ['amrvis_1105',['Amrvis',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html',1,'amrex']]], - ['and_1106',['And',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a00fc670ea311d38034fcb05f6cfdeca7',1,'amrex::Mask::And()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de',1,'amrex::ParallelReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7',1,'amrex::ParallelAllReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac79eca6126b2c2707ca883dca7545ef5',1,'amrex::Mask::And(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a96f1c0a3f48e6f4ed9b6509b55bfe86c',1,'amrex::Mask::And(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a187ebef1089afa8f5b0c251fc84974da',1,'amrex::Mask::And(const Mask &src) noexcept']]], + ['and_1106',['And',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de',1,'amrex::ParallelReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7',1,'amrex::ParallelAllReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a187ebef1089afa8f5b0c251fc84974da',1,'amrex::Mask::And(const Mask &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a96f1c0a3f48e6f4ed9b6509b55bfe86c',1,'amrex::Mask::And(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac79eca6126b2c2707ca883dca7545ef5',1,'amrex::Mask::And(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a00fc670ea311d38034fcb05f6cfdeca7',1,'amrex::Mask::And(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], ['animdirection_1107',['AnimDirection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120',1,'amrex::Amrvis']]], ['animnegdir_1108',['ANIMNEGDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a437587b5e6651f42b8fce5f6a1e8f0e2',1,'amrex::Amrvis']]], ['animposdir_1109',['ANIMPOSDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a399ca0b7cb31009e2c99bf20051b371a',1,'amrex::Amrvis']]], - ['any_1110',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html',1,'amrex']]], - ['any_1111',['any',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60b385a670733e5570818f7007307e1c',1,'amrex']]], - ['any_1112',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a131293f3371ec68e9b9b274c54436512',1,'amrex::Any::Any(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#aff8ca6a4b83b6cef467c7899d658aa47',1,'amrex::Any::Any(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#afc3bc0660243e8d8719884a2f81a2a3a',1,'amrex::Any::Any(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a794f63d073e59619a7fed27e8e40e2ba',1,'amrex::Any::Any()=default']]], - ['any_1113',['any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'IndexTypeND< AMREX_SPACEDIM >::any()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'amrex::IndexTypeND::any()']]], - ['anyof_1114',['AnyOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581',1,'amrex::Reduce::AnyOf(Box const &box, P const &pred)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367',1,'amrex::Reduce::AnyOf(N n, T const *v, P const &pred)']]], - ['aos_1115',['AoS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0',1,'amrex::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a41c79512efbfbf1a4145948c6a680d5c',1,'amrex::NeighborParticleContainer::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a16cd3b4f2109ac557d4e7b31519f6aa6',1,'amrex::ParConstIter_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a11715dcb8fbb5bafe0905e0657cbded6',1,'amrex::ParIter_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'amrex::ParIterBase_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'amrex::ParticleContainer_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aecc824f28d4d4735eb5ca3cb0d763216',1,'amrex::ParticleTile::AoS()']]], - ['aos_5fptr_1116',['AOS_PTR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'amrex::ConstParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'amrex::ParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()']]], - ['aosref_1117',['AoSRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'amrex::ParIterBase_impl::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()']]], - ['append_1118',['append',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ac43f48e56f1fd91ced82b35b4f8f8458',1,'amrex::ClusterList::append()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#ac00b940669dee9267e5483a43a9b8b7e',1,'amrex::Gpu::Elixir::append()']]], - ['apply_1119',['Apply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6',1,'amrex::Apply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87',1,'amrex::NonLocalBC::Apply()']]], - ['apply_1120',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ade3193e75ea3a658b19b111c98373f73',1,'amrex::MLTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abc2fbffffd5da85d5d31c81bae2db67e',1,'amrex::MLNodeLinOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4cd706acd1fbd898473f0a25bcc9e157',1,'amrex::MLMGT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'MLLinOpT< Array< MultiFab, 3 > >::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'amrex::MLLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a11ebb75b0246b6a3df2dbc44d2cdb2ab',1,'amrex::MLEBTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a8e392e42b5c238124145af83776d575a',1,'amrex::MLEBABecLap::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aad3bf0c581e04684d7ecbe73942226e0',1,'amrex::MLCurlCurl::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8755fe1a7a09db77e7d810dd9dfdb107',1,'amrex::MLCellLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a69ba35dbecc64670348ed8611260dfd9',1,'amrex::GMRESMLMGT::apply()']]], - ['apply_5fflux_5fredistribution_1121',['apply_flux_redistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0',1,'amrex']]], - ['apply_5fimpl_1122',['apply_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676',1,'amrex::detail']]], - ['apply_5fresult_1123',['apply_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result.html',1,'amrex::detail']]], - ['apply_5fresult_3c_20f_2c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_1124',['apply_result< F, GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['applybc_1125',['applyBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a251a2f1de9fea9f0d0230e04b19c078e',1,'amrex::MLCellLinOpT::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af78475fe4fe5c23c340632733e045bd0',1,'amrex::MLNodeLinOp::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a52602de1306c8ae67aa5b45c984b5ae6',1,'amrex::MLEBABecLap::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a10b37b198807f386acf45ea68c73b87c',1,'amrex::MLCurlCurl::applyBC()']]], - ['applybctensor_1126',['applyBCTensor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#afd1fbd89d6fdbe0014a9efeaf4e6ce06',1,'amrex::MLTensorOp::applyBCTensor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6cf6cb52bc1116d3bae93ea118d55096',1,'amrex::MLEBTensorOp::applyBCTensor()']]], - ['applydtosandprojectiononreciever_1127',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a86713118d056b9b6aecf7c588915b7a4',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a961b07dcb0ecaf46a06c9e792f6e451f',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever(const PackComponents &components, DTOS dtos_=DTOS{}, FabProj proj_=FabProj{})']]], - ['applyinhomogneumannterm_1128',['applyInhomogNeumannTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae96c2381214550fc17f99eeac401eeee',1,'amrex::MLCellABecLapT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'amrex::MLLinOpT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'MLLinOpT< Array< MultiFab, 3 > >::applyInhomogNeumannTerm()']]], - ['applyinitialredistribution_1129',['ApplyInitialRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28',1,'amrex::ApplyInitialRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &U_out, amrex::Array4< amrex::Real > const &U_in, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &geom, std::string const &redistribution_type, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b',1,'amrex::ApplyInitialRedistribution(Box const &bx, int ncomp, Array4< Real > const &U_out, Array4< Real > const &U_in, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, std::string const &redistribution_type, int srd_max_order, amrex::Real target_volfrac)']]], - ['applyinverse_1130',['ApplyInverse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac',1,'amrex::NonLocalBC']]], - ['applymetricterm_1131',['applyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a87bccd5330e4295f7108cf56c0a1cd20',1,'amrex::MLCellLinOpT::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'amrex::MLLinOpT::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyMetricTerm()']]], - ['applymetrictermscoeffs_1132',['applyMetricTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adf470c2b5166676692960bdae13495d1',1,'amrex::MLABecLaplacianT']]], - ['applymlredistribution_1133',['ApplyMLRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463',1,'amrex::ApplyMLRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, int as_crse, amrex::Array4< amrex::Real > const &rr_drho_crse, amrex::Array4< int const > const &rr_flag_crse, int as_fine, amrex::Array4< amrex::Real > const &dm_as_fine, amrex::Array4< int const > const &levmsk, int level_mask_not_covered, amrex::Real fac_for_deltaR=1.0_rt, bool use_wts_in_divnc=false, int icomp=0, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7',1,'amrex::ApplyMLRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, int as_crse, Array4< Real > const &rr_drho_crse, Array4< int const > const &rr_flag_crse, int as_fine, Array4< Real > const &dm_as_fine, Array4< int const > const &levmsk, int level_mask_not_covered, Real fac_for_deltaR, bool use_wts_in_divnc, int icomp, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)']]], - ['applyoverset_1134',['applyOverset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a78233be19743ed1432077186937f51cc',1,'amrex::MLCellABecLapT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'amrex::MLLinOpT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyOverset()']]], - ['applyphysbc_1135',['applyPhysBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad44c8c31ad16ad5e8ece7bf38421361c',1,'amrex::MLCurlCurl']]], - ['applyredistribution_1136',['ApplyRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3',1,'amrex::ApplyRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, bool use_wts_in_divnc, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e',1,'amrex::ApplyRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, bool use_wts_in_divnc=false, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})']]], - ['applyrobinbctermscoeffs_1137',['applyRobinBCTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2bf9b621e5517b046e8ab5bef786666f',1,'amrex::MLABecLaplacianT::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a34fe193220c2ce5e6f1e2e3382bc005b',1,'amrex::MLEBABecLap::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a291f4a64951d7b0faabda32ef45084f0',1,'amrex::detail::applyRobinBCTermsCoeffs()']]], - ['appnum_1138',['AppNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ac54d81a4bc3dba2c0a8c6a0ddd05451b',1,'amrex::MPMD']]], - ['areahi_1139',['AreaHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7de7d489e53654914daf590cc820fd60',1,'amrex::CoordSys']]], - ['arealo_1140',['AreaLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aef00cc43234b7a33f92f246bbea6edac',1,'amrex::CoordSys']]], - ['arecv_1141',['Arecv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab0ebfbe15f6ff892bd36ecba234fb4ea',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073',1,'amrex::ParallelDescriptor::Arecv(std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag)']]], - ['aremasksvalid_1142',['areMasksValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1be3305131595afe235881caad842d14',1,'amrex::NeighborParticleContainer']]], - ['arena_1143',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html',1,'amrex']]], - ['arena_1144',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< AtomicInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< PetscInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::CutFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::EBCellFlagFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::Mask >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< FArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< IArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< TagBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html#ae8cffea4066cf1272ba88649a9813bc7',1,'amrex::ManagedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html#af4785c49943ef22de432f76383d40480',1,'amrex::PinnedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a620ab32195dd6153e4ee554db1f23167',1,'amrex::PolymorphicArenaWrapper::arena()']]], - ['arena_1145',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a2e2407d56d1710a0029928c776b27682',1,'amrex::Arena::Arena() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a57de8f5ef86cceadc9f1c00bc7ea7790',1,'amrex::Arena::Arena(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a3e2c87e60ea734fe6be6e49d124d5a76',1,'amrex::Arena::Arena(Arena &&rhs)=delete']]], - ['arena_1146',['arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html#a79326bc9b3b123fe8e90a4b32aef0d00',1,'amrex::DeviceArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#afca3d5127ba5c2bb5cba6981a60a81ec',1,'amrex::FabInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a343c7c4fcab4a05e69b24156ea271ed2',1,'amrex::MFInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79cbe7313de5292d236958355ff878dd',1,'amrex::StateData::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'amrex::ArenaAllocatorBase::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html#a448c39a6a2874b4fd7809d4a702bfa90',1,'amrex::ArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html#a8020a511ff9da1fcc537e47df9f51bf5',1,'amrex::AsyncArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a477a75a5d73137b29f1a6ddf31af40f7',1,'amrex::DataAllocator::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'amrex::FabArray::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3daee94cbf63696956b6e349478448dc',1,'amrex::DataDeleter::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena()']]], - ['arena_5finfo_1147',['arena_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aeb2158ba443c9b23ba0d12bcf38a66e1',1,'amrex::Arena']]], - ['arena_5fwrapper_5ftype_1148',['arena_wrapper_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'amrex::ArenaAllocatorBase::arena_wrapper_type()']]], - ['arenaallocator_1149',['ArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArenaAllocator.html',1,'amrex']]], - ['arenaallocatorbase_1150',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'amrex::ArenaAllocatorBase< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase(AR a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase(ArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase(DeviceArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase(ManagedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase(PinnedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase(PolymorphicArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()']]], - ['arenaallocatorbase_3c_20t_2c_20arenawrapper_20_3e_1151',['ArenaAllocatorBase< T, ArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20asyncarenawrapper_20_3e_1152',['ArenaAllocatorBase< T, AsyncArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20devicearenawrapper_20_3e_1153',['ArenaAllocatorBase< T, DeviceArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20managedarenawrapper_20_3e_1154',['ArenaAllocatorBase< T, ManagedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20pinnedarenawrapper_20_3e_1155',['ArenaAllocatorBase< T, PinnedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20polymorphicarenawrapper_20_3e_1156',['ArenaAllocatorBase< T, PolymorphicArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenainfo_1157',['ArenaInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html',1,'amrex']]], - ['arenainfo_1158',['arenaInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1af72a36a13904de0715917915db1f6b',1,'amrex::Arena']]], - ['arenawrapper_1159',['ArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html',1,'amrex']]], - ['arg_1160',['arg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de',1,'amrex']]], - ['arkode_5ffast_5fmem_1161',['arkode_fast_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a60d68d6463ec02d752f7113f4a6ec2ec',1,'amrex::SundialsIntegrator']]], - ['arkode_5fmem_1162',['arkode_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5517e10d207516410fc8c47821199574',1,'amrex::SundialsIntegrator']]], - ['arr_1163',['arr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal *, NAR >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 4 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, nelems >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'amrex::Array2D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'Array1D< int, 0, N-1 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a8434ec94124e414497999f2bbf293ae0',1,'amrex::Array3D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'amrex::GpuArray::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::Interval, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< bool, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const int *, NArrayInt >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const ParticleReal *, NArrayReal >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int *, NAI >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::EB2::PolyTerm, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'amrex::Array1D::arr()']]], - ['array_1164',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< TagBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< TagBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0f61186e6e172be849e3061374e1a889',1,'amrex::FabSetT::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac7cfa3cf5935adf5b5dae35bd1205eeb',1,'amrex::FabSetT::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad30dbb21490b971fd35fc1f940a48c2a',1,'amrex::FabSetT::array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a27291157c97ac716012d1f3469b37484',1,'amrex::FabSetT::array(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a28cf664d141809833e9e86d0da19f71c',1,'amrex::MultiCutFab::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5dfa78cdf782516029bdcb3be0c25697',1,'amrex::MultiCutFab::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a07ecfe5beabbefdf561883084bc00f55',1,'amrex::MultiMask::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ae990efb7be524a9f1e21c8084eb9ac4f',1,'amrex::MultiMask::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::CutFab >::array()']]], - ['array_1165',['Array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe930d74045516fece8591f173e57007',1,'amrex']]], - ['array_1166',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< Real >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< int >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< int >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< int >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< PetscInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< PetscInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< PetscInt >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< PetscInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< Real >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< Real >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< Real >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< Real >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< Real >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'amrex::FabArray::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'amrex::FabArray::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'amrex::FabArray::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'amrex::FabArray::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'amrex::FabArray::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'amrex::FabArray::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< char >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'amrex::BaseFab::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'amrex::BaseFab::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'amrex::BaseFab::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'amrex::BaseFab::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'amrex::BaseFab::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'amrex::BaseFab::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< AtomicInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< AtomicInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< AtomicInt >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< AtomicInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< char >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< char >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< char >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< TagBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< char >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< char >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< EBCellFlag >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< EBCellFlag >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< EBCellFlag >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< EBCellFlag >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< HYPRE_Int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< HYPRE_Int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< HYPRE_Int >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< HYPRE_Int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< HYPRE_Int >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< HYPRE_Int >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< FArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< AtomicInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< TagBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< TagBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< TagBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< IArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::Mask >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::Mask >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::Mask >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::Mask >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< FArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< FArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< FArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< FArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< FArrayBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< IArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< IArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< IArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< IArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< IArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< PetscInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::CutFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::CutFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::EBCellFlagFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::EBCellFlagFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) const noexcept']]], - ['array1d_1167',['Array1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'amrex']]], - ['array1d_3c_20int_2c_200_2c_20n_2d1_20_3e_1168',['Array1D< int, 0, N-1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'']]], - ['array2d_1169',['Array2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'amrex']]], - ['array2d_3c_20t_2c_200_2c_20n_2d1_2c_200_2c_20n_2d1_2c_20amrex_3a_3aorder_3a_3ac_20_3e_1170',['Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'']]], - ['array3d_1171',['Array3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html',1,'amrex']]], - ['array4_1172',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex::Array4< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< Real const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int >::Array4(Array4< std::remove_const_t< int >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int >::Array4(int *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int const >::Array4(Array4< std::remove_const_t< int const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int const >::Array4(int const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< Real const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< Real const >::Array4(Array4< std::remove_const_t< Real const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< Real const >::Array4(Real const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'amrex::Array4::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T const >::Array4(Array4< std::remove_const_t< T const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T const >::Array4(T const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 >::Array4(Array4< std::remove_const_t< T0 >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 >::Array4(T0 *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 const >::Array4(Array4< std::remove_const_t< T0 const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 const >::Array4(T0 const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'amrex::Array4::Array4(T *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'amrex::Array4::Array4(Array4< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'amrex::Array4::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp) noexcept']]], - ['array4_3c_20int_20_3e_1173',['Array4< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20int_20const_20_3e_1174',['Array4< int const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20real_20const_20_3e_1175',['Array4< Real const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t_20_3e_1176',['Array4< T >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], - ['array4_3c_20t_20const_20_3e_1177',['Array4< T const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t0_20_3e_1178',['Array4< T0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t0_20const_20_3e_1179',['Array4< T0 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t1_20const_20_3e_1180',['Array4< T1 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], - ['array4boxoffsettag_1181',['Array4BoxOffsetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html',1,'amrex']]], - ['array4boxorientationtag_1182',['Array4BoxOrientationTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html',1,'amrex']]], - ['array4boxtag_1183',['Array4BoxTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html',1,'amrex']]], - ['array4boxvaltag_1184',['Array4BoxValTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html',1,'amrex']]], - ['array4copytag_1185',['Array4CopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html',1,'amrex']]], - ['array4maskcopytag_1186',['Array4MaskCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html',1,'amrex']]], - ['array4pairtag_1187',['Array4PairTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html',1,'amrex']]], - ['array4tag_1188',['Array4Tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html',1,'amrex']]], - ['array_5ftype_1189',['array_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa2f37b0b5e8ada0aa23cccb86200dd3f',1,'amrex::openbc::Moments']]], - ['arrayofstructs_1190',['ArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html',1,'amrex']]], - ['arrays_1191',['arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< IArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< FArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::EBCellFlagFab >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< FArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::Mask >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::Mask >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::EBCellFlagFab >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa91f613b92e8f2b87ac444d0390b11e4',1,'amrex::MultiMask::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< IArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< TagBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< TagBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abbd49ff8f0bac9bb8853d78c34855e92',1,'amrex::FabSetT::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6794fe7d234843b75b56f224f2492d99',1,'amrex::FabSetT::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a8247facc39c504861942259c9eb47a4e',1,'amrex::MultiCutFab::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad209570c8a7ce2a214d69239d83dce86',1,'amrex::MultiCutFab::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::CutFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::CutFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'amrex::FabArray::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'amrex::FabArray::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a870791e7820e99cca147d99a44781622',1,'amrex::MultiMask::arrays()']]], - ['asend_1192',['Asend',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0903eb5194f11fcf386f79e6ff3c02f7',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a69e9f409844f19f30203ffe423541cc3',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846',1,'amrex::ParallelDescriptor::Asend(const std::vector< T > &buf, int pid, int tag)']]], - ['assert_1193',['Assert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8',1,'amrex']]], - ['assert_5fhost_1194',['Assert_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7316f24daca402f64791688d4c49148e',1,'amrex']]], - ['assign_1195',['assign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::STLtools::Triangle >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::XDim3 >::assign(size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::XDim3 >::assign(std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::XDim3 >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::XDim3 >::assign(const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::STLtools::Triangle >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int * >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int * >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal * >::assign(size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal * >::assign(std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal * >::assign(const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3c36428a18730eb564b0b11000f5088d',1,'amrex::GMRESMLMGT::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'amrex::PODVector::assign(size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'amrex::PODVector::assign(std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'amrex::PODVector::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'amrex::PODVector::assign(const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::BoxND >::assign(size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::BoxND >::assign(std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::BoxND >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::BoxND >::assign(const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::NeighborCode >::assign(size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::NeighborCode >::assign(std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::NeighborCode >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::NeighborCode >::assign(const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::openbc::MomTag >::assign(size_type a_count, const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::openbc::MomTag >::assign(std::initializer_list< amrex::openbc::MomTag > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::openbc::MomTag >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::openbc::MomTag >::assign(const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::STLtools::Triangle >::assign(size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::STLtools::Triangle >::assign(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int >::assign(const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal * >::assign(size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal * >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal * >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< std::size_t >::assign(size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< std::size_t >::assign(std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< std::size_t >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< std::size_t >::assign(const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< unsigned int >::assign(size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< unsigned int >::assign(std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< unsigned int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< unsigned int >::assign(const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< index_type >::assign(size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< index_type >::assign(std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< index_type >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< index_type >::assign(const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int * >::assign(size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int * >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int * >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int *, DefaultAllocator< int * > >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int *, DefaultAllocator< int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int *, DefaultAllocator< int * > >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int *, DefaultAllocator< int * > >::assign(size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int * >::assign()']]], - ['assigncelldensitysinglelevel_1196',['AssignCellDensitySingleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignCellDensitySingleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'amrex::ParticleContainer_impl::AssignCellDensitySingleLevel()']]], - ['assigndensity_1197',['AssignDensity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignDensity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'amrex::ParticleContainer_impl::AssignDensity()']]], - ['assigngrid_1198',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex::AssignGrid< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid(amrex::DenseBinIteratorFactory< amrex::BoxND > a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'amrex::AssignGrid::AssignGrid(BinIteratorFactory a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'amrex::AssignGrid::AssignGrid()=default']]], - ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_1199',['AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'']]], - ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_1200',['AssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], - ['assigngrid_3c_20biniteratorfactory_20_3e_1201',['AssignGrid< BinIteratorFactory >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], - ['assigngridfilter_1202',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html',1,'AssignGridFilter'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a18b715f0657c7cf78ff3b0160ac32363',1,'AssignGridFilter::AssignGridFilter()']]], - ['assignment_1203',['assignment',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7d38178a2b0b5dbb4327d75133f7176b',1,'amrex_parmparse_module::amrex_parmparse']]], - ['assignop_1204',['assignOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html',1,'amrex::InSituUtils']]], - ['ast_1205',['ast',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a0d09cecd3bd399d8e8527f093b722a9b',1,'amrex::amrex_iparser::ast()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#afc9a6bd1b3b65c88f2ff997308922b16',1,'amrex::amrex_parser::ast()']]], - ['asymmetricghost_1206',['AsymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html',1,'amrex::MFUtil']]], - ['asyncarenaallocator_1207',['AsyncArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AsyncArenaAllocator.html',1,'amrex']]], - ['asyncarenawrapper_1208',['AsyncArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html',1,'amrex']]], - ['asyncarray_1209',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html',1,'amrex::Gpu::AsyncArray< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a19e80d7e6014ed527622b7e69399569b',1,'amrex::Gpu::AsyncArray::AsyncArray(T const *h_p, const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afea82268e2d2995085c150e9865923a3',1,'amrex::Gpu::AsyncArray::AsyncArray(const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae5fa0653fa0f802d97db317490b06f08',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7daf60c1b5ef8f273684eaa098048746',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray &&)=delete']]], - ['asyncout_1210',['AsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html',1,'amrex']]], - ['asyncvector_1211',['AsyncVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af0ed55b80609bd8e66da4d0c435894d0',1,'amrex::Gpu']]], - ['asyncwrite_1212',['AsyncWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa912ecd1d879bd8fc207f4a1a5772bed',1,'amrex::VisMF::AsyncWrite(const FabArray< FArrayBox > &mf, const std::string &mf_name, bool valid_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae45234d5c19047c70bb6e02c94dd924d',1,'amrex::VisMF::AsyncWrite(FabArray< FArrayBox > &&mf, const std::string &mf_name, bool valid_cells_only=false)']]], - ['asyncwritedoit_1213',['AsyncWriteDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a47bde5693ee83a851572ff7c2491fc8c',1,'amrex::VisMF']]], - ['at_1214',['at',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a0e77baa94ae43828e9d53113e8367665',1,'amrex::Gpu::range_detail::at(T const &, Long offset) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a97b899347d2c6891fd93c92bb16adf50',1,'amrex::Gpu::range_detail::at(BoxND< dim > const &b, Long offset) noexcept']]], - ['atlocalidx_1215',['atLocalIdx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< FArrayBox >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::CutFab >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::CutFab >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::Mask >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::Mask >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< FArrayBox >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< IArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< IArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< TagBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< TagBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'amrex::FabArray::atLocalIdx()']]], - ['atoffset_1216',['atOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'amrex::BoxND::atOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'BoxND< AMREX_SPACEDIM >::atOffset()']]], - ['atoffset3d_1217',['atOffset3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept']]], - ['atomic_1218',['Atomic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html',1,'amrex::Gpu::Atomic'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html',1,'amrex::HostDevice::Atomic']]], - ['atomic_5fop_1219',['atomic_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a2819a77a9810eefb910390f23d2a698f',1,'amrex::Gpu::Atomic::detail']]], - ['atomic_5fop_5fif_1220',['atomic_op_if',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a3b1604f8c0fb00d92059f55290de9efd',1,'amrex::Gpu::Atomic::detail']]], - ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_1221',['atomic_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a502210430a0780c1ee189758385a60',1,'amrex']]], - ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_1222',['atomic_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde',1,'amrex']]], - ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_1223',['atomic_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0',1,'amrex']]], - ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_1224',['atomic_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d',1,'amrex']]], - ['atomicadd_1225',['AtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html',1,'amrex::Gpu']]], - ['atomicadd_1226',['atomicAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< AtomicInt >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< AtomicInt >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< EBCellFlag >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< char >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &x) noexcept']]], - ['atomicint_1227',['AtomicInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a011b59863c3356d7d808e56f47386d4c',1,'amrex::HypreNodeLap']]], - ['atomiclogicaland_1228',['AtomicLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html',1,'amrex::Gpu']]], - ['atomiclogicalor_1229',['AtomicLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html',1,'amrex::Gpu']]], - ['atomicmax_1230',['AtomicMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html',1,'amrex::Gpu']]], - ['atomicmin_1231',['AtomicMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html',1,'amrex::Gpu']]], - ['atomicsetid_1232',['atomicSetID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aee07d2004dda8bc468e3310ccd7eacb1',1,'amrex::Particle']]], - ['availabledeciders_1233',['availableDeciders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9ef9f0f0fd1029ffd3024da64c841c9a',1,'amrex::NFilesIter']]], - ['average_5fcellcenter_5fto_5fface_1234',['average_cellcenter_to_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab843405531b26d824c1133128452afcb',1,'amrex::average_cellcenter_to_face(const Vector< MultiFab * > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff',1,'amrex::average_cellcenter_to_face(const Array< MultiFab *, AMREX_SPACEDIM > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)']]], - ['average_5fdown_1235',['average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, const IntVect &ratio)']]], - ['average_5fdown_5fedges_1236',['average_down_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394',1,'amrex::average_down_edges(const Vector< const MultiFab * > &fine, const Vector< MultiFab * > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe',1,'amrex::average_down_edges(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab744a797b85135257add34a49c96c734',1,'amrex::average_down_edges(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)']]], - ['average_5fdown_5ffaces_1237',['average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, const Geometry &crse_geom)']]], - ['average_5fdown_5fnodal_1238',['average_down_nodal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc',1,'amrex']]], - ['average_5fedge_5fto_5fcellcenter_1239',['average_edge_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920',1,'amrex']]], - ['average_5fface_5fto_5fcellcenter_1240',['average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7',1,'amrex::average_face_to_cellcenter(MultiFab &cc, int dcomp, const Vector< const MultiFab * > &fc, int ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Vector< const MultiFab * > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Array< const MultiFab *, AMREX_SPACEDIM > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0',1,'amrex::average_face_to_cellcenter(CMF &cc, int dcomp, const Array< const FMF *, AMREX_SPACEDIM > &fc, int ngrow=0)']]], - ['average_5fnode_5fto_5fcellcenter_1241',['average_node_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918',1,'amrex']]], - ['averagedown_1242',['averageDown',['../classHydro_1_1NodalProjector.html#ad2ed09eb30e599c57c2dbda8b432da2c',1,'Hydro::NodalProjector']]], - ['averagedownandsync_1243',['averageDownAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a98b3d591031f4803e388224bc1a477bb',1,'amrex::MLNodeLinOp::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'amrex::MLLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6314d1e7aac1a0cfd494729ca93aab43',1,'amrex::MLCurlCurl::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a118fb8de26be373907091016e1207645',1,'amrex::MLCellLinOpT::averageDownAndSync()']]], - ['averagedowncoeffs_1244',['averageDownCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa88b116b953af82b50e0019a4dba6448',1,'amrex::MLABecLaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9abde43c07ef39902997646521349d4f',1,'amrex::MLALaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a55ed8c27b04966126b3bd76c92735dbf',1,'amrex::MLEBABecLap::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aedf7d6ce092f75a3709f11b6a90e3520',1,'amrex::MLNodeABecLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aca10dcca4922ff74faf8f26263cbed7e',1,'amrex::MLNodeLaplacian::averageDownCoeffs()']]], - ['averagedowncoeffssameamrlevel_1245',['averageDownCoeffsSameAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a778c59784e90a048fb24ab03d554929a',1,'amrex::MLABecLaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae10966ebe6615ec3608b8a5987d5286a',1,'amrex::MLALaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aff6d8e0b4352ae92de5b24f380497820',1,'amrex::MLNodeLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a59adc33a4b8674690f5560087440126e',1,'amrex::MLEBABecLap::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3390edd71d9eeb457658cec779030154',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsSameAmrLevel(int amrlev)']]], - ['averagedowncoeffstocoarseamrlevel_1246',['averageDownCoeffsToCoarseAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a87e3558de76923ca1841730625111829',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a2b1498534b8ffba453655d1dfdfa6033',1,'amrex::MLALaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a92fdeee03f9af3866563ba880cd81879',1,'amrex::MLEBABecLap::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8b48f0d915aee57dd60412b4962d64eb',1,'amrex::MLABecLaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae306b7b6eb65f5d7a9f1ce779b7e6f71',1,'amrex::MLNodeLaplacian::averageDownCoeffsToCoarseAmrLevel()']]], - ['averagedownsolutionrhs_1247',['averageDownSolutionRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4e0c6f1220cda9a554bdf6f0802e5295',1,'amrex::MLEBABecLap::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'amrex::MLLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a116deee661b635f1872ac7eded5f28a7',1,'amrex::MLCellLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ac94b44f1ecc625832c6f4dbcc3229327',1,'amrex::MLNodeABecLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3073b1b1ce338ad66575e201e4b04984',1,'amrex::MLNodeLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad850b403691ecac17689a7408af245b6',1,'amrex::MLNodeTensorLaplacian::averageDownSolutionRHS()']]], - ['averagedownvelocity_1248',['averageDownVelocity',['../classHydro_1_1MacProjector.html#a83161a0efc231e4581212321fdbeac8f',1,'Hydro::MacProjector']]], - ['averagesync_1249',['AverageSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7e5a1ca37cf868e20311541187b08216',1,'amrex::MultiFab']]], - ['avgdown_1250',['avgDown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3',1,'amrex']]], - ['avgdown_5fdoit_1251',['avgDown_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788',1,'amrex']]], - ['avgdownresamr_1252',['avgDownResAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a33f2c8cbf69e58cbe60e9be048181f5d',1,'amrex::MLCellLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'amrex::MLLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a13a28a0aeb3f09971b6d18abf3a82',1,'amrex::MLNodeLinOp::avgDownResAmr()']]], - ['avgdownresmg_1253',['avgDownResMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'amrex::MLLinOpT::avgDownResMG()']]], - ['avgmem_1254',['avgmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#af46944491d4efca70face3a494959165',1,'amrex::MemStat']]], - ['avgmem_5favg_1255',['avgmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a294ace43655d2f9f98de17aa39ae94ed',1,'amrex::TinyProfiler::MemProcStats']]], - ['avgmem_5fmax_1256',['avgmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a84205dd6fc19fda21f2932003ee62a85',1,'amrex::TinyProfiler::MemProcStats']]], - ['avgmem_5fmin_1257',['avgmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad4b57ac73f4f081e9dd6a4cb04a7256d',1,'amrex::TinyProfiler::MemProcStats']]], - ['batransformer_1258',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex']]], - ['bgcolor_1259',['BGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html',1,'amrex']]], - ['binpolicy_1260',['BinPolicy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html',1,'amrex']]], - ['cuda_1261',['Cuda',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Cuda.html',1,'amrex']]], - ['detail_1262',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html',1,'amrex::algoim::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html',1,'amrex::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html',1,'amrex::EB2::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html',1,'amrex::experimental::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html',1,'amrex::Gpu::Atomic::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html',1,'amrex::Gpu::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html',1,'amrex::Math::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html',1,'amrex::NonLocalBC::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html',1,'amrex::ParallelDescriptor::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html',1,'amrex::Reduce::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html',1,'amrex::RungeKutta::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1detail.html',1,'amrex::Scan::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html',1,'amrex::VectorGrowthStrategy::detail']]], - ['disabled_1263',['disabled',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html',1,'amrex']]], - ['eb2_1264',['EB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html',1,'amrex']]], - ['errorrec_1265',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex']]], - ['experimental_1266',['experimental',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html',1,'amrex']]], - ['extrapolater_1267',['Extrapolater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html',1,'amrex']]], - ['fabarraybase_1268',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex']]], - ['fgcolor_1269',['FGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html',1,'amrex']]], - ['filesystem_1270',['FileSystem',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html',1,'amrex']]], - ['font_1271',['Font',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html',1,'amrex']]], - ['forkjoin_1272',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex']]], - ['fudetail_1273',['fudetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html',1,'amrex']]], - ['gpu_1274',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html',1,'amrex']]], - ['hostdevice_1275',['HostDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice.html',1,'amrex']]], - ['iif_5fdetail_1276',['IIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html',1,'amrex::EB2']]], - ['insituutils_1277',['InSituUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html',1,'amrex']]], - ['interp_5fdetail_1278',['interp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html',1,'amrex']]], - ['iparser_1279',['IParser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex']]], - ['lazy_1280',['Lazy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html',1,'amrex']]], - ['longparticleids_1281',['LongParticleIds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html',1,'amrex']]], - ['loop_5fdetail_1282',['loop_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html',1,'amrex']]], - ['machine_1283',['machine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html',1,'amrex']]], - ['math_1284',['Math',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html',1,'amrex']]], - ['memprofiler_1285',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex']]], - ['mfiter_1286',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex']]], - ['mfutil_1287',['MFUtil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html',1,'amrex']]], - ['mlcelllinopt_1288',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex']]], - ['mllinopt_1289',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex']]], - ['mlmgt_1290',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex']]], - ['mlndts_5fdetail_1291',['mlndts_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html',1,'amrex']]], - ['morton_1292',['Morton',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html',1,'amrex']]], - ['mpmd_1293',['MPMD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html',1,'amrex']]], - ['neighborparticlecontainer_1294',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex']]], - ['neighbors_1295',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex']]], - ['node_1296',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena']]], - ['nodelap_5fdetail_1297',['nodelap_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html',1,'amrex']]], - ['nonlocalbc_1298',['NonLocalBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html',1,'amrex']]], - ['openbc_1299',['openbc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html',1,'amrex']]], - ['openmp_1300',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html',1,'amrex']]], - ['order_1301',['Order',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Order.html',1,'amrex']]], - ['parallelallgather_1302',['ParallelAllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html',1,'amrex']]], - ['parallelallreduce_1303',['ParallelAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html',1,'amrex']]], - ['parallelcontext_1304',['ParallelContext',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html',1,'amrex']]], - ['paralleldescriptor_1305',['ParallelDescriptor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html',1,'amrex']]], - ['parallelgather_1306',['ParallelGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html',1,'amrex']]], - ['parallelreduce_1307',['ParallelReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html',1,'amrex']]], - ['parfor_5fmf_5fdetail_1308',['parfor_mf_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html',1,'amrex::experimental::detail']]], - ['parser_1309',['Parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex']]], - ['particle_5fdetail_1310',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html',1,'amrex']]], - ['particleidcpus_1311',['ParticleIdCpus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html',1,'amrex']]], - ['particleinterpolator_1312',['ParticleInterpolator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleInterpolator.html',1,'amrex']]], - ['pp_5fdetail_1313',['pp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1pp__detail.html',1,'amrex']]], - ['quadraturerule_1314',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim']]], - ['range_5fdetail_1315',['range_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html',1,'amrex::Gpu']]], - ['range_5fimpl_1316',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail']]], - ['reduce_1317',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html',1,'amrex']]], - ['rungekutta_1318',['RungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html',1,'amrex']]], - ['scan_1319',['Scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html',1,'amrex']]], - ['state_5ft_1320',['state_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex']]], - ['statedescriptor_1321',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex']]], - ['sundials_1322',['sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html',1,'amrex']]], - ['sundialsuserfun_1323',['SundialsUserFun',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html',1,'amrex']]], - ['system_1324',['system',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html',1,'amrex']]], - ['tinyprofiler_1325',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex']]], - ['tri_5fgeom_5fops_1326',['tri_geom_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html',1,'amrex']]], - ['twod_1327',['TwoD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html',1,'amrex']]], - ['type_1328',['Type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html',1,'amrex::EB2::Type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html',1,'amrex::Scan::Type']]], - ['uif_5fdetail_1329',['UIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html',1,'amrex::EB2']]], - ['vectorgrowthstrategy_1330',['VectorGrowthStrategy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html',1,'amrex']]], - ['vismf_1331',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex']]] + ['any_1110',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html',1,'amrex::Any'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a794f63d073e59619a7fed27e8e40e2ba',1,'amrex::Any::Any()']]], + ['any_1111',['any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'IndexTypeND< AMREX_SPACEDIM >::any()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'amrex::IndexTypeND::any()']]], + ['any_1112',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a131293f3371ec68e9b9b274c54436512',1,'amrex::Any::Any(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#aff8ca6a4b83b6cef467c7899d658aa47',1,'amrex::Any::Any(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#afc3bc0660243e8d8719884a2f81a2a3a',1,'amrex::Any::Any(Any const &rhs)=delete']]], + ['any_1113',['any',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60b385a670733e5570818f7007307e1c',1,'amrex']]], + ['anycto_1114',['AnyCTO',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a820fe7f4b24ef2fb26162e20cbd2fc6c',1,'amrex']]], + ['anyof_1115',['AnyOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581',1,'amrex::Reduce::AnyOf(Box const &box, P const &pred)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367',1,'amrex::Reduce::AnyOf(N n, T const *v, P const &pred)']]], + ['aos_1116',['AoS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0',1,'amrex::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aecc824f28d4d4735eb5ca3cb0d763216',1,'amrex::ParticleTile::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'amrex::ParticleContainer_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a41c79512efbfbf1a4145948c6a680d5c',1,'amrex::NeighborParticleContainer::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'amrex::ParIterBase_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a16cd3b4f2109ac557d4e7b31519f6aa6',1,'amrex::ParConstIter_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a11715dcb8fbb5bafe0905e0657cbded6',1,'amrex::ParIter_impl::AoS()']]], + ['aos_5fptr_1117',['AOS_PTR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'amrex::ConstParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'amrex::ParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()']]], + ['aosref_1118',['AoSRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'amrex::ParIterBase_impl::AoSRef()']]], + ['append_1119',['append',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ac43f48e56f1fd91ced82b35b4f8f8458',1,'amrex::ClusterList::append()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#ac00b940669dee9267e5483a43a9b8b7e',1,'amrex::Gpu::Elixir::append()']]], + ['apply_1120',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a69ba35dbecc64670348ed8611260dfd9',1,'amrex::GMRESMLMGT']]], + ['apply_1121',['Apply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6',1,'amrex::Apply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87',1,'amrex::NonLocalBC::Apply()']]], + ['apply_1122',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8755fe1a7a09db77e7d810dd9dfdb107',1,'amrex::MLCellLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ade3193e75ea3a658b19b111c98373f73',1,'amrex::MLTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abc2fbffffd5da85d5d31c81bae2db67e',1,'amrex::MLNodeLinOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4cd706acd1fbd898473f0a25bcc9e157',1,'amrex::MLMGT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'MLLinOpT< Array< MultiFab, 3 > >::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'amrex::MLLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a11ebb75b0246b6a3df2dbc44d2cdb2ab',1,'amrex::MLEBTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a8e392e42b5c238124145af83776d575a',1,'amrex::MLEBABecLap::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aad3bf0c581e04684d7ecbe73942226e0',1,'amrex::MLCurlCurl::apply()']]], + ['apply_5fflux_5fredistribution_1123',['apply_flux_redistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0',1,'amrex']]], + ['apply_5fimpl_1124',['apply_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676',1,'amrex::detail']]], + ['apply_5fresult_1125',['apply_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result.html',1,'amrex::detail']]], + ['apply_5fresult_3c_20f_2c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_1126',['apply_result< F, GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['applybc_1127',['applyBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af78475fe4fe5c23c340632733e045bd0',1,'amrex::MLNodeLinOp::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a52602de1306c8ae67aa5b45c984b5ae6',1,'amrex::MLEBABecLap::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a10b37b198807f386acf45ea68c73b87c',1,'amrex::MLCurlCurl::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a251a2f1de9fea9f0d0230e04b19c078e',1,'amrex::MLCellLinOpT::applyBC()']]], + ['applybctensor_1128',['applyBCTensor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6cf6cb52bc1116d3bae93ea118d55096',1,'amrex::MLEBTensorOp::applyBCTensor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#afd1fbd89d6fdbe0014a9efeaf4e6ce06',1,'amrex::MLTensorOp::applyBCTensor()']]], + ['applydtosandprojectiononreciever_1129',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a86713118d056b9b6aecf7c588915b7a4',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a961b07dcb0ecaf46a06c9e792f6e451f',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever(const PackComponents &components, DTOS dtos_=DTOS{}, FabProj proj_=FabProj{})']]], + ['applyinhomogneumannterm_1130',['applyInhomogNeumannTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'MLLinOpT< Array< MultiFab, 3 > >::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'amrex::MLLinOpT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae96c2381214550fc17f99eeac401eeee',1,'amrex::MLCellABecLapT::applyInhomogNeumannTerm()']]], + ['applyinitialredistribution_1131',['ApplyInitialRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28',1,'amrex::ApplyInitialRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &U_out, amrex::Array4< amrex::Real > const &U_in, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &geom, std::string const &redistribution_type, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b',1,'amrex::ApplyInitialRedistribution(Box const &bx, int ncomp, Array4< Real > const &U_out, Array4< Real > const &U_in, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, std::string const &redistribution_type, int srd_max_order, amrex::Real target_volfrac)']]], + ['applyinverse_1132',['ApplyInverse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac',1,'amrex::NonLocalBC']]], + ['applymetricterm_1133',['applyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'amrex::MLLinOpT::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a87bccd5330e4295f7108cf56c0a1cd20',1,'amrex::MLCellLinOpT::applyMetricTerm()']]], + ['applymetrictermscoeffs_1134',['applyMetricTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adf470c2b5166676692960bdae13495d1',1,'amrex::MLABecLaplacianT']]], + ['applymlredistribution_1135',['ApplyMLRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463',1,'amrex::ApplyMLRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, int as_crse, amrex::Array4< amrex::Real > const &rr_drho_crse, amrex::Array4< int const > const &rr_flag_crse, int as_fine, amrex::Array4< amrex::Real > const &dm_as_fine, amrex::Array4< int const > const &levmsk, int level_mask_not_covered, amrex::Real fac_for_deltaR=1.0_rt, bool use_wts_in_divnc=false, int icomp=0, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7',1,'amrex::ApplyMLRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, int as_crse, Array4< Real > const &rr_drho_crse, Array4< int const > const &rr_flag_crse, int as_fine, Array4< Real > const &dm_as_fine, Array4< int const > const &levmsk, int level_mask_not_covered, Real fac_for_deltaR, bool use_wts_in_divnc, int icomp, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)']]], + ['applyoverset_1136',['applyOverset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a78233be19743ed1432077186937f51cc',1,'amrex::MLCellABecLapT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'amrex::MLLinOpT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyOverset()']]], + ['applyphysbc_1137',['applyPhysBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad44c8c31ad16ad5e8ece7bf38421361c',1,'amrex::MLCurlCurl']]], + ['applyredistribution_1138',['ApplyRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e',1,'amrex::ApplyRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, bool use_wts_in_divnc=false, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3',1,'amrex::ApplyRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, bool use_wts_in_divnc, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)']]], + ['applyrobinbctermscoeffs_1139',['applyRobinBCTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a34fe193220c2ce5e6f1e2e3382bc005b',1,'amrex::MLEBABecLap::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a291f4a64951d7b0faabda32ef45084f0',1,'amrex::detail::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2bf9b621e5517b046e8ab5bef786666f',1,'amrex::MLABecLaplacianT::applyRobinBCTermsCoeffs()']]], + ['appnum_1140',['AppNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ac54d81a4bc3dba2c0a8c6a0ddd05451b',1,'amrex::MPMD']]], + ['areahi_1141',['AreaHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7de7d489e53654914daf590cc820fd60',1,'amrex::CoordSys']]], + ['arealo_1142',['AreaLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aef00cc43234b7a33f92f246bbea6edac',1,'amrex::CoordSys']]], + ['arecv_1143',['Arecv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab0ebfbe15f6ff892bd36ecba234fb4ea',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073',1,'amrex::ParallelDescriptor::Arecv(std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag)']]], + ['aremasksvalid_1144',['areMasksValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1be3305131595afe235881caad842d14',1,'amrex::NeighborParticleContainer']]], + ['arena_1145',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html',1,'amrex']]], + ['arena_1146',['arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html#a79326bc9b3b123fe8e90a4b32aef0d00',1,'amrex::DeviceArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'amrex::FabArray::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< AtomicInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< PetscInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::CutFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::EBCellFlagFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::Mask >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< FArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< IArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< TagBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html#ae8cffea4066cf1272ba88649a9813bc7',1,'amrex::ManagedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html#af4785c49943ef22de432f76383d40480',1,'amrex::PinnedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a620ab32195dd6153e4ee554db1f23167',1,'amrex::PolymorphicArenaWrapper::arena()']]], + ['arena_1147',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a2e2407d56d1710a0029928c776b27682',1,'amrex::Arena::Arena() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a57de8f5ef86cceadc9f1c00bc7ea7790',1,'amrex::Arena::Arena(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a3e2c87e60ea734fe6be6e49d124d5a76',1,'amrex::Arena::Arena(Arena &&rhs)=delete']]], + ['arena_1148',['arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a477a75a5d73137b29f1a6ddf31af40f7',1,'amrex::DataAllocator::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#afca3d5127ba5c2bb5cba6981a60a81ec',1,'amrex::FabInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a343c7c4fcab4a05e69b24156ea271ed2',1,'amrex::MFInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79cbe7313de5292d236958355ff878dd',1,'amrex::StateData::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'amrex::ArenaAllocatorBase::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html#a448c39a6a2874b4fd7809d4a702bfa90',1,'amrex::ArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html#a8020a511ff9da1fcc537e47df9f51bf5',1,'amrex::AsyncArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3daee94cbf63696956b6e349478448dc',1,'amrex::DataDeleter::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena()']]], + ['arena_5finfo_1149',['arena_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aeb2158ba443c9b23ba0d12bcf38a66e1',1,'amrex::Arena']]], + ['arena_5fwrapper_5ftype_1150',['arena_wrapper_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'amrex::ArenaAllocatorBase::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena_wrapper_type()']]], + ['arenaallocator_1151',['ArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArenaAllocator.html',1,'amrex']]], + ['arenaallocatorbase_1152',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'amrex::ArenaAllocatorBase< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase(AR a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase(ArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase(DeviceArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase(ManagedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase(PinnedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase()']]], + ['arenaallocatorbase_3c_20t_2c_20arenawrapper_20_3e_1153',['ArenaAllocatorBase< T, ArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20asyncarenawrapper_20_3e_1154',['ArenaAllocatorBase< T, AsyncArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20devicearenawrapper_20_3e_1155',['ArenaAllocatorBase< T, DeviceArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20managedarenawrapper_20_3e_1156',['ArenaAllocatorBase< T, ManagedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20pinnedarenawrapper_20_3e_1157',['ArenaAllocatorBase< T, PinnedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20polymorphicarenawrapper_20_3e_1158',['ArenaAllocatorBase< T, PolymorphicArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenainfo_1159',['ArenaInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html',1,'amrex']]], + ['arenainfo_1160',['arenaInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1af72a36a13904de0715917915db1f6b',1,'amrex::Arena']]], + ['arenaprofiler_1161',['ArenaProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html',1,'amrex::Arena::ArenaProfiler'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#af3a54b7b95ca1c509e4ba59e0614f2d9',1,'amrex::Arena::ArenaProfiler::ArenaProfiler() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#aeb520f6b20549099093cd9b76b39473c',1,'amrex::Arena::ArenaProfiler::ArenaProfiler(const ArenaProfiler &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#abdb5590787c65171e1a5e9e77a42706e',1,'amrex::Arena::ArenaProfiler::ArenaProfiler(ArenaProfiler &&rhs)=delete']]], + ['arenawrapper_1162',['ArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html',1,'amrex']]], + ['arg_1163',['arg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de',1,'amrex']]], + ['arithmeticoptional_5ftt_1164',['ArithmeticOptional_TT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT.html',1,'amrex::ppdetail']]], + ['arithmeticoptional_5ftt_3c_20std_3a_3aoptional_3c_20t_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_1165',['ArithmeticOptional_TT< std::optional< T >, std::enable_if_t< std::is_arithmetic_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01std_1_1optional_3_01T_01_4_00_01std_1_1enab4f56f7972e96cd506ee631fce7d5eac.html',1,'amrex::ppdetail']]], + ['arithmeticoptional_5ftt_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_1166',['ArithmeticOptional_TT< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is_7c3fb6f4fd99b8c14ba54247f995ec7f.html',1,'amrex::ppdetail']]], + ['arkode_5ffast_5fmem_1167',['arkode_fast_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a60d68d6463ec02d752f7113f4a6ec2ec',1,'amrex::SundialsIntegrator']]], + ['arkode_5fmem_1168',['arkode_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5517e10d207516410fc8c47821199574',1,'amrex::SundialsIntegrator']]], + ['arr_1169',['arr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, nelems >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal *, NAR >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'Array1D< int, 0, N-1 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::EB2::PolyTerm, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< bool, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const int *, NArrayInt >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::Interval, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'amrex::GpuArray::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a8434ec94124e414497999f2bbf293ae0',1,'amrex::Array3D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'amrex::Array2D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'amrex::Array1D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const ParticleReal *, NArrayReal >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 4 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int *, NAI >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::arr()']]], + ['array_1170',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< int >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< int >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< PetscInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< PetscInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< HYPRE_Int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< AtomicInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'amrex::FabArray::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'amrex::FabArray::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'amrex::FabArray::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'amrex::FabArray::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'amrex::FabArray::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'amrex::FabArray::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< PetscInt >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< Real >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< Real >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< Real >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< Real >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< Real >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< Real >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< PetscInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< char >::array()']]], + ['array_1171',['Array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe930d74045516fece8591f173e57007',1,'amrex']]], + ['array_1172',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'amrex::BaseFab::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'amrex::BaseFab::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'amrex::BaseFab::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'amrex::BaseFab::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'amrex::BaseFab::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'amrex::BaseFab::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< AtomicInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< AtomicInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< AtomicInt >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< AtomicInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< char >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< HYPRE_Int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< char >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< char >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< char >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< char >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< EBCellFlag >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< EBCellFlag >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< EBCellFlag >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< EBCellFlag >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< HYPRE_Int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< HYPRE_Int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< HYPRE_Int >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< HYPRE_Int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< FArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< IArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< IArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< IArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< IArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< FArrayBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< FArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< IArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< FArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< FArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< FArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::Mask >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::Mask >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::Mask >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::Mask >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< TagBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ae990efb7be524a9f1e21c8084eb9ac4f',1,'amrex::MultiMask::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a07ecfe5beabbefdf561883084bc00f55',1,'amrex::MultiMask::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5dfa78cdf782516029bdcb3be0c25697',1,'amrex::MultiCutFab::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a28cf664d141809833e9e86d0da19f71c',1,'amrex::MultiCutFab::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a27291157c97ac716012d1f3469b37484',1,'amrex::FabSetT::array(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad30dbb21490b971fd35fc1f940a48c2a',1,'amrex::FabSetT::array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac7cfa3cf5935adf5b5dae35bd1205eeb',1,'amrex::FabSetT::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0f61186e6e172be849e3061374e1a889',1,'amrex::FabSetT::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< TagBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< AtomicInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< TagBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< TagBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< TagBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< TagBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< IArrayBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< IArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< PetscInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::EBCellFlagFab >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::EBCellFlagFab >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::EBCellFlagFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::EBCellFlagFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< PetscInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::CutFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::CutFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< PetscInt > >::array()']]], + ['array1d_1173',['Array1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'amrex']]], + ['array1d_3c_20int_2c_200_2c_20n_2d1_20_3e_1174',['Array1D< int, 0, N-1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'']]], + ['array2d_1175',['Array2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'amrex']]], + ['array2d_3c_20t_2c_200_2c_20n_2d1_2c_200_2c_20n_2d1_2c_20amrex_3a_3aorder_3a_3ac_20_3e_1176',['Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'']]], + ['array3d_1177',['Array3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html',1,'amrex']]], + ['array4_1178',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex::Array4< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< Real const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< Real const >::Array4(Real const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T const >::Array4(Array4< std::remove_const_t< T const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T const >::Array4(T const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 >::Array4(Array4< std::remove_const_t< T0 >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 >::Array4(T0 *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 const >::Array4(Array4< std::remove_const_t< T0 const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'amrex::Array4::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'amrex::Array4::Array4(Array4< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'amrex::Array4::Array4(T *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int >::Array4(Array4< std::remove_const_t< int >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< Real const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int const >::Array4(Array4< std::remove_const_t< int const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int const >::Array4(int const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 const >::Array4()']]], + ['array4_3c_20int_20_3e_1179',['Array4< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20int_20const_20_3e_1180',['Array4< int const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20real_20const_20_3e_1181',['Array4< Real const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t_20_3e_1182',['Array4< T >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], + ['array4_3c_20t_20const_20_3e_1183',['Array4< T const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t0_20_3e_1184',['Array4< T0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t0_20const_20_3e_1185',['Array4< T0 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t1_20const_20_3e_1186',['Array4< T1 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], + ['array4boxoffsettag_1187',['Array4BoxOffsetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html',1,'amrex']]], + ['array4boxorientationtag_1188',['Array4BoxOrientationTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html',1,'amrex']]], + ['array4boxtag_1189',['Array4BoxTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html',1,'amrex']]], + ['array4boxvaltag_1190',['Array4BoxValTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html',1,'amrex']]], + ['array4copytag_1191',['Array4CopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html',1,'amrex']]], + ['array4maskcopytag_1192',['Array4MaskCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html',1,'amrex']]], + ['array4pairtag_1193',['Array4PairTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html',1,'amrex']]], + ['array4tag_1194',['Array4Tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html',1,'amrex']]], + ['array_5ftype_1195',['array_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa2f37b0b5e8ada0aa23cccb86200dd3f',1,'amrex::openbc::Moments']]], + ['arrayofstructs_1196',['ArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html',1,'amrex']]], + ['arrays_1197',['arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a870791e7820e99cca147d99a44781622',1,'amrex::MultiMask::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa91f613b92e8f2b87ac444d0390b11e4',1,'amrex::MultiMask::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad209570c8a7ce2a214d69239d83dce86',1,'amrex::MultiCutFab::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a8247facc39c504861942259c9eb47a4e',1,'amrex::MultiCutFab::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6794fe7d234843b75b56f224f2492d99',1,'amrex::FabSetT::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abbd49ff8f0bac9bb8853d78c34855e92',1,'amrex::FabSetT::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< TagBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< IArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'amrex::FabArray::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'amrex::FabArray::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::CutFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::CutFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::EBCellFlagFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::EBCellFlagFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< IArrayBox >::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< FArrayBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< FArrayBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::Mask >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::Mask >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< TagBox >::arrays()']]], + ['asend_1198',['Asend',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846',1,'amrex::ParallelDescriptor::Asend(const std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0903eb5194f11fcf386f79e6ff3c02f7',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a69e9f409844f19f30203ffe423541cc3',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag, MPI_Comm comm)']]], + ['assert_1199',['Assert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8',1,'amrex']]], + ['assert_5fhost_1200',['Assert_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7316f24daca402f64791688d4c49148e',1,'amrex']]], + ['assign_1201',['assign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int *, DefaultAllocator< int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int * >::assign(size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int * >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int * >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< std::size_t >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal * >::assign(const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< index_type >::assign(const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< index_type >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< index_type >::assign(std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< index_type >::assign(size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal * >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int *, DefaultAllocator< int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int >::assign(const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int >::assign(std::initializer_list< int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int >::assign(size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int *, DefaultAllocator< int * > >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int *, DefaultAllocator< int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::BoxND >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::openbc::MomTag >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::openbc::MomTag >::assign(std::initializer_list< amrex::openbc::MomTag > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::openbc::MomTag >::assign(size_type a_count, const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::NeighborCode >::assign(const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::NeighborCode >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::NeighborCode >::assign(std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::NeighborCode >::assign(size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(size_type a_count, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::BoxND >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::openbc::MomTag >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::BoxND >::assign(std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::BoxND >::assign(size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'amrex::PODVector::assign(const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'amrex::PODVector::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'amrex::PODVector::assign(std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'amrex::PODVector::assign(size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3c36428a18730eb564b0b11000f5088d',1,'amrex::GMRESMLMGT::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int * >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int * >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int * >::assign(size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::XDim3 >::assign(const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::XDim3 >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::XDim3 >::assign(std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::XDim3 >::assign(size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::STLtools::Triangle >::assign(const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::STLtools::Triangle >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::STLtools::Triangle >::assign(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::STLtools::Triangle >::assign(size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< unsigned int >::assign(size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< unsigned int >::assign(std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< unsigned int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< unsigned int >::assign(const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< std::size_t >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< std::size_t >::assign(std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< std::size_t >::assign(size_type a_count, const std::size_t &a_value)']]], + ['assigncelldensitysinglelevel_1202',['AssignCellDensitySingleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'amrex::ParticleContainer_impl::AssignCellDensitySingleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignCellDensitySingleLevel()']]], + ['assigndensity_1203',['AssignDensity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'amrex::ParticleContainer_impl::AssignDensity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignDensity()']]], + ['assigngrid_1204',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex::AssignGrid< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'amrex::AssignGrid::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'amrex::AssignGrid::AssignGrid(BinIteratorFactory a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid(amrex::DenseBinIteratorFactory< amrex::BoxND > a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)']]], + ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_1205',['AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'']]], + ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_1206',['AssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], + ['assigngrid_3c_20biniteratorfactory_20_3e_1207',['AssignGrid< BinIteratorFactory >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], + ['assigngridfilter_1208',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html',1,'AssignGridFilter'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a18b715f0657c7cf78ff3b0160ac32363',1,'AssignGridFilter::AssignGridFilter()']]], + ['assignment_1209',['assignment',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7d38178a2b0b5dbb4327d75133f7176b',1,'amrex_parmparse_module::amrex_parmparse']]], + ['assignop_1210',['assignOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html',1,'amrex::InSituUtils']]], + ['ast_1211',['ast',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a0d09cecd3bd399d8e8527f093b722a9b',1,'amrex::amrex_iparser::ast()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#afc9a6bd1b3b65c88f2ff997308922b16',1,'amrex::amrex_parser::ast()']]], + ['asymmetricghost_1212',['AsymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html',1,'amrex::MFUtil']]], + ['asyncarenaallocator_1213',['AsyncArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AsyncArenaAllocator.html',1,'amrex']]], + ['asyncarenawrapper_1214',['AsyncArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html',1,'amrex']]], + ['asyncarray_1215',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html',1,'amrex::Gpu::AsyncArray< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae5fa0653fa0f802d97db317490b06f08',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7daf60c1b5ef8f273684eaa098048746',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afea82268e2d2995085c150e9865923a3',1,'amrex::Gpu::AsyncArray::AsyncArray(const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a19e80d7e6014ed527622b7e69399569b',1,'amrex::Gpu::AsyncArray::AsyncArray(T const *h_p, const std::size_t n)']]], + ['asyncout_1216',['AsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html',1,'amrex']]], + ['asyncvector_1217',['AsyncVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af0ed55b80609bd8e66da4d0c435894d0',1,'amrex::Gpu']]], + ['asyncwrite_1218',['AsyncWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa912ecd1d879bd8fc207f4a1a5772bed',1,'amrex::VisMF::AsyncWrite(const FabArray< FArrayBox > &mf, const std::string &mf_name, bool valid_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae45234d5c19047c70bb6e02c94dd924d',1,'amrex::VisMF::AsyncWrite(FabArray< FArrayBox > &&mf, const std::string &mf_name, bool valid_cells_only=false)']]], + ['asyncwritedoit_1219',['AsyncWriteDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a47bde5693ee83a851572ff7c2491fc8c',1,'amrex::VisMF']]], + ['at_1220',['at',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a97b899347d2c6891fd93c92bb16adf50',1,'amrex::Gpu::range_detail::at(BoxND< dim > const &b, Long offset) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a0e77baa94ae43828e9d53113e8367665',1,'amrex::Gpu::range_detail::at(T const &, Long offset) noexcept']]], + ['atlocalidx_1221',['atLocalIdx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::Mask >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::Mask >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< FArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< FArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< IArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< IArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< TagBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< TagBox >::atLocalIdx(int L) const noexcept']]], + ['atoffset_1222',['atOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'BoxND< AMREX_SPACEDIM >::atOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'amrex::BoxND::atOffset(Long offset) const noexcept']]], + ['atoffset3d_1223',['atOffset3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept']]], + ['atomic_1224',['Atomic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html',1,'amrex::Gpu::Atomic'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html',1,'amrex::HostDevice::Atomic']]], + ['atomic_5fop_1225',['atomic_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a2819a77a9810eefb910390f23d2a698f',1,'amrex::Gpu::Atomic::detail']]], + ['atomic_5fop_5fif_1226',['atomic_op_if',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a3b1604f8c0fb00d92059f55290de9efd',1,'amrex::Gpu::Atomic::detail']]], + ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_1227',['atomic_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a502210430a0780c1ee189758385a60',1,'amrex']]], + ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_1228',['atomic_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde',1,'amrex']]], + ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_1229',['atomic_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0',1,'amrex']]], + ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_1230',['atomic_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d',1,'amrex']]], + ['atomicadd_1231',['AtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html',1,'amrex::Gpu']]], + ['atomicadd_1232',['atomicAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< char >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< AtomicInt >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< Real >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< HYPRE_Int >::atomicAdd(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['atomicint_1233',['AtomicInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a011b59863c3356d7d808e56f47386d4c',1,'amrex::HypreNodeLap']]], + ['atomiclogicaland_1234',['AtomicLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html',1,'amrex::Gpu']]], + ['atomiclogicalor_1235',['AtomicLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html',1,'amrex::Gpu']]], + ['atomicmax_1236',['AtomicMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html',1,'amrex::Gpu']]], + ['atomicmin_1237',['AtomicMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html',1,'amrex::Gpu']]], + ['atomicsetid_1238',['atomicSetID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aee07d2004dda8bc468e3310ccd7eacb1',1,'amrex::Particle']]], + ['availabledeciders_1239',['availableDeciders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9ef9f0f0fd1029ffd3024da64c841c9a',1,'amrex::NFilesIter']]], + ['average_5fcellcenter_5fto_5fface_1240',['average_cellcenter_to_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab843405531b26d824c1133128452afcb',1,'amrex::average_cellcenter_to_face(const Vector< MultiFab * > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff',1,'amrex::average_cellcenter_to_face(const Array< MultiFab *, AMREX_SPACEDIM > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)']]], + ['average_5fdown_1241',['average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, int rr)']]], + ['average_5fdown_5fedges_1242',['average_down_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab744a797b85135257add34a49c96c734',1,'amrex::average_down_edges(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe',1,'amrex::average_down_edges(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394',1,'amrex::average_down_edges(const Vector< const MultiFab * > &fine, const Vector< MultiFab * > &crse, const IntVect &ratio, int ngcrse=0)']]], + ['average_5fdown_5ffaces_1243',['average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, const IntVect &ratio, int ngcrse=0)']]], + ['average_5fdown_5fnodal_1244',['average_down_nodal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc',1,'amrex']]], + ['average_5fedge_5fto_5fcellcenter_1245',['average_edge_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920',1,'amrex']]], + ['average_5fface_5fto_5fcellcenter_1246',['average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0',1,'amrex::average_face_to_cellcenter(CMF &cc, int dcomp, const Array< const FMF *, AMREX_SPACEDIM > &fc, int ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Array< const MultiFab *, AMREX_SPACEDIM > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7',1,'amrex::average_face_to_cellcenter(MultiFab &cc, int dcomp, const Vector< const MultiFab * > &fc, int ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Vector< const MultiFab * > &fc, const Geometry &geom)']]], + ['average_5fnode_5fto_5fcellcenter_1247',['average_node_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918',1,'amrex']]], + ['averagedown_1248',['averageDown',['../classHydro_1_1NodalProjector.html#ad2ed09eb30e599c57c2dbda8b432da2c',1,'Hydro::NodalProjector']]], + ['averagedownandsync_1249',['averageDownAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6314d1e7aac1a0cfd494729ca93aab43',1,'amrex::MLCurlCurl::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a118fb8de26be373907091016e1207645',1,'amrex::MLCellLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'amrex::MLLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a98b3d591031f4803e388224bc1a477bb',1,'amrex::MLNodeLinOp::averageDownAndSync()']]], + ['averagedowncoeffs_1250',['averageDownCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aedf7d6ce092f75a3709f11b6a90e3520',1,'amrex::MLNodeABecLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a55ed8c27b04966126b3bd76c92735dbf',1,'amrex::MLEBABecLap::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa88b116b953af82b50e0019a4dba6448',1,'amrex::MLABecLaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9abde43c07ef39902997646521349d4f',1,'amrex::MLALaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aca10dcca4922ff74faf8f26263cbed7e',1,'amrex::MLNodeLaplacian::averageDownCoeffs()']]], + ['averagedowncoeffssameamrlevel_1251',['averageDownCoeffsSameAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3390edd71d9eeb457658cec779030154',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aff6d8e0b4352ae92de5b24f380497820',1,'amrex::MLNodeLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a59adc33a4b8674690f5560087440126e',1,'amrex::MLEBABecLap::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae10966ebe6615ec3608b8a5987d5286a',1,'amrex::MLALaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a778c59784e90a048fb24ab03d554929a',1,'amrex::MLABecLaplacianT::averageDownCoeffsSameAmrLevel()']]], + ['averagedowncoeffstocoarseamrlevel_1252',['averageDownCoeffsToCoarseAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae306b7b6eb65f5d7a9f1ce779b7e6f71',1,'amrex::MLNodeLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a87e3558de76923ca1841730625111829',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a92fdeee03f9af3866563ba880cd81879',1,'amrex::MLEBABecLap::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a2b1498534b8ffba453655d1dfdfa6033',1,'amrex::MLALaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8b48f0d915aee57dd60412b4962d64eb',1,'amrex::MLABecLaplacianT::averageDownCoeffsToCoarseAmrLevel()']]], + ['averagedownsolutionrhs_1253',['averageDownSolutionRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a116deee661b635f1872ac7eded5f28a7',1,'amrex::MLCellLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4e0c6f1220cda9a554bdf6f0802e5295',1,'amrex::MLEBABecLap::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'amrex::MLLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ac94b44f1ecc625832c6f4dbcc3229327',1,'amrex::MLNodeABecLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3073b1b1ce338ad66575e201e4b04984',1,'amrex::MLNodeLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad850b403691ecac17689a7408af245b6',1,'amrex::MLNodeTensorLaplacian::averageDownSolutionRHS()']]], + ['averagedownvelocity_1254',['averageDownVelocity',['../classHydro_1_1MacProjector.html#a83161a0efc231e4581212321fdbeac8f',1,'Hydro::MacProjector']]], + ['averagesync_1255',['AverageSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7e5a1ca37cf868e20311541187b08216',1,'amrex::MultiFab']]], + ['avgdown_1256',['avgDown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3',1,'amrex']]], + ['avgdown_5fdoit_1257',['avgDown_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788',1,'amrex']]], + ['avgdownresamr_1258',['avgDownResAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a33f2c8cbf69e58cbe60e9be048181f5d',1,'amrex::MLCellLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'amrex::MLLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a13a28a0aeb3f09971b6d18abf3a82',1,'amrex::MLNodeLinOp::avgDownResAmr()']]], + ['avgdownresmg_1259',['avgDownResMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'amrex::MLLinOpT::avgDownResMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResMG()']]], + ['avgmem_1260',['avgmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#af46944491d4efca70face3a494959165',1,'amrex::MemStat']]], + ['avgmem_5favg_1261',['avgmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a294ace43655d2f9f98de17aa39ae94ed',1,'amrex::TinyProfiler::MemProcStats']]], + ['avgmem_5fmax_1262',['avgmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a84205dd6fc19fda21f2932003ee62a85',1,'amrex::TinyProfiler::MemProcStats']]], + ['avgmem_5fmin_1263',['avgmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad4b57ac73f4f081e9dd6a4cb04a7256d',1,'amrex::TinyProfiler::MemProcStats']]], + ['batransformer_1264',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex']]], + ['bgcolor_1265',['BGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html',1,'amrex']]], + ['binpolicy_1266',['BinPolicy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html',1,'amrex']]], + ['cuda_1267',['Cuda',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Cuda.html',1,'amrex']]], + ['detail_1268',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html',1,'amrex::algoim::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html',1,'amrex::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html',1,'amrex::EB2::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html',1,'amrex::experimental::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html',1,'amrex::Gpu::Atomic::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html',1,'amrex::Gpu::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html',1,'amrex::Math::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html',1,'amrex::NonLocalBC::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html',1,'amrex::ParallelDescriptor::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html',1,'amrex::Reduce::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html',1,'amrex::RungeKutta::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1detail.html',1,'amrex::Scan::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html',1,'amrex::VectorGrowthStrategy::detail']]], + ['disabled_1269',['disabled',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html',1,'amrex']]], + ['eb2_1270',['EB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html',1,'amrex']]], + ['errorrec_1271',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex']]], + ['experimental_1272',['experimental',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html',1,'amrex']]], + ['extrapolater_1273',['Extrapolater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html',1,'amrex']]], + ['fabarraybase_1274',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex']]], + ['fgcolor_1275',['FGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html',1,'amrex']]], + ['filesystem_1276',['FileSystem',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html',1,'amrex']]], + ['font_1277',['Font',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html',1,'amrex']]], + ['forkjoin_1278',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex']]], + ['fudetail_1279',['fudetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html',1,'amrex']]], + ['gpu_1280',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html',1,'amrex']]], + ['hostdevice_1281',['HostDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice.html',1,'amrex']]], + ['iif_5fdetail_1282',['IIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html',1,'amrex::EB2']]], + ['insituutils_1283',['InSituUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html',1,'amrex']]], + ['interp_5fdetail_1284',['interp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html',1,'amrex']]], + ['iparser_1285',['IParser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex']]], + ['lazy_1286',['Lazy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html',1,'amrex']]], + ['longparticleids_1287',['LongParticleIds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html',1,'amrex']]], + ['loop_5fdetail_1288',['loop_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html',1,'amrex']]], + ['machine_1289',['machine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html',1,'amrex']]], + ['math_1290',['Math',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html',1,'amrex']]], + ['memprofiler_1291',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex']]], + ['mfiter_1292',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex']]], + ['mfutil_1293',['MFUtil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html',1,'amrex']]], + ['mlcelllinopt_1294',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex']]], + ['mllinopt_1295',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex']]], + ['mlmgt_1296',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex']]], + ['mlndts_5fdetail_1297',['mlndts_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html',1,'amrex']]], + ['morton_1298',['Morton',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html',1,'amrex']]], + ['mpmd_1299',['MPMD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html',1,'amrex']]], + ['neighborparticlecontainer_1300',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex']]], + ['neighbors_1301',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex']]], + ['node_1302',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena']]], + ['nodelap_5fdetail_1303',['nodelap_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html',1,'amrex']]], + ['nonlocalbc_1304',['NonLocalBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html',1,'amrex']]], + ['openbc_1305',['openbc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html',1,'amrex']]], + ['openmp_1306',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html',1,'amrex']]], + ['order_1307',['Order',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Order.html',1,'amrex']]], + ['parallelallgather_1308',['ParallelAllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html',1,'amrex']]], + ['parallelallreduce_1309',['ParallelAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html',1,'amrex']]], + ['parallelcontext_1310',['ParallelContext',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html',1,'amrex']]], + ['paralleldescriptor_1311',['ParallelDescriptor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html',1,'amrex']]], + ['parallelgather_1312',['ParallelGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html',1,'amrex']]], + ['parallelreduce_1313',['ParallelReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html',1,'amrex']]], + ['parfor_5fmf_5fdetail_1314',['parfor_mf_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html',1,'amrex::experimental::detail']]], + ['parser_1315',['Parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex']]], + ['particle_5fdetail_1316',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html',1,'amrex']]], + ['particleidcpus_1317',['ParticleIdCpus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html',1,'amrex']]], + ['particleinterpolator_1318',['ParticleInterpolator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleInterpolator.html',1,'amrex']]], + ['pp_5fdetail_1319',['pp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1pp__detail.html',1,'amrex']]], + ['ppdetail_1320',['ppdetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html',1,'amrex']]], + ['quadraturerule_1321',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim']]], + ['range_5fdetail_1322',['range_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html',1,'amrex::Gpu']]], + ['range_5fimpl_1323',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail']]], + ['reduce_1324',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html',1,'amrex']]], + ['rungekutta_1325',['RungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html',1,'amrex']]], + ['scan_1326',['Scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html',1,'amrex']]], + ['state_5ft_1327',['state_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex']]], + ['statedescriptor_1328',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex']]], + ['sundials_1329',['sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html',1,'amrex']]], + ['sundialsuserfun_1330',['SundialsUserFun',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html',1,'amrex']]], + ['system_1331',['system',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html',1,'amrex']]], + ['tinyprofiler_1332',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex']]], + ['tri_5fgeom_5fops_1333',['tri_geom_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html',1,'amrex']]], + ['twod_1334',['TwoD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html',1,'amrex']]], + ['type_1335',['Type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html',1,'amrex::EB2::Type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html',1,'amrex::Scan::Type']]], + ['uif_5fdetail_1336',['UIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html',1,'amrex::EB2']]], + ['vectorgrowthstrategy_1337',['VectorGrowthStrategy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html',1,'amrex']]], + ['vismf_1338',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_10.js b/amrex-hydro/Doxygen/html/search/all_10.js index 13f2438..40afd7b 100644 --- a/amrex-hydro/Doxygen/html/search/all_10.js +++ b/amrex-hydro/Doxygen/html/search/all_10.js @@ -1,588 +1,591 @@ var searchData= [ - ['mpi_5ftypemap_6397',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'BoxND< AMREX_SPACEDIM >::Mpi_typemap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'amrex::BoxND::Mpi_typemap()']]], - ['p_6398',['p',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a654bfbbb8f0f4b2b5d6d53caa1ea41bb',1,'VoidCopyTag']]], - ['p_6399',['P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#adde2e79c224bebd89be90830c87b7a74',1,'amrex::openbc']]], - ['p_6400',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a3769fec569be6c2c4379be5bdd1329b6',1,'amrex::VectorTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#afc8bd190f06737a0bb3dbc412cb74d0c',1,'amrex::Table4D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#abb854fca4c9b2a1dd92ef8fee112ec2e',1,'amrex::Table3D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'Table2D< RT >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'amrex::Table2D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb3e8d430cfc35fd36cca7b37d5d6287',1,'amrex::Table1D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a07854fea58e09b2b7f36b91fcd1dccf1',1,'amrex::algoim::ImplicitIntegral::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#ada7886c1e10a1d5cad5e474ae00780d3',1,'amrex::EB2::DevicePtrIF::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#aa2bef3d69fa1dc344b5208eb2f9a0b55',1,'amrex::CellData::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a03b47153d92f2161819588e4b4636ad4',1,'amrex::BoxCommHelper::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< Real const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'amrex::Array4::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add6764a664666a9bdb4065f20184514e',1,'amrex_parmparse_module::amrex_parmparse::p()']]], - ['p_5ffree_6401',['p_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a9f312ddc4d9aa46a1bf3856152d01b16',1,'amrex::amrex_parser::p_free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#aec4b2ef24cb808ce41a6067c15dc7bb0',1,'amrex::amrex_iparser::p_free()']]], - ['p_5froot_6402',['p_root',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#ab62b0f05797a0f39cb963df68dd96ed0',1,'amrex::amrex_iparser::p_root()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a45522f4f5f94f1bb374baddefd0a9530',1,'amrex::amrex_parser::p_root()']]], - ['pack_5fmatrix_5fgpu_6403',['pack_matrix_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab8aa339fca5416d16202578d9560f96d',1,'amrex::detail']]], - ['pack_5fsend_5fbuffer_5fcpu_6404',['pack_send_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)']]], - ['pack_5fsend_5fbuffer_5fgpu_6405',['pack_send_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu()']]], - ['packbuffer_6406',['packBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c',1,'amrex']]], - ['packcomponents_6407',['PackComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html',1,'amrex::NonLocalBC']]], - ['packiodata_6408',['packIOData',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a6fd1074ab53b322e0c0dbe45c3c31747',1,'particle_detail']]], - ['packparticledata_6409',['packParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'amrex::ParticleTileData::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'amrex::ConstParticleTileData::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()']]], - ['packparticleids_6410',['packParticleIDs',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a30a6f3594be5d404180737352c8c375d',1,'particle_detail']]], - ['packsendbuffers_6411',['PackSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d',1,'amrex::NonLocalBC']]], - ['packsendbuffers_5ft_6412',['PackSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d',1,'amrex::NonLocalBC']]], - ['padding_6413',['padding',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a8ef1e0a0d45c614776931b35f889cabb',1,'amrex::parser_node::padding()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a2d2798fec48b3b9a90476859dd39cf16',1,'amrex::parser_f2::padding()']]], - ['padding1_6414',['padding1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a56862a7eca53a21d4305af60bef4f4f6',1,'amrex::parser_f1']]], - ['padding2_6415',['padding2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ad5a6ff263c0be5ef4b852855f25ae374',1,'amrex::parser_f1::padding2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a442ba0b8c233cb21caf93f28f62ab8f3',1,'amrex::parser_node::padding2()']]], - ['pairindex_6416',['PairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0c2a28aef7db24fbfccc53f46637a582',1,'amrex::NeighborParticleContainer']]], - ['paletteview_6417',['PALETTEVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af36e4dddbedd3f163d912e08b187ae0f',1,'amrex::Amrvis']]], - ['parallel_5fupdate_6418',['parallel_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a8547799fc129aadb6c140874c40777e4',1,'amrex::ReduceOpMin::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#a9da9f0f3debf3be703628afad1643563',1,'amrex::ReduceOpSum::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a0a2b78dac216a89a59073ac12b0a525d',1,'amrex::ReduceOpMax::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a62478d6865c7c7157a895ef64f455dce',1,'amrex::ReduceOpLogicalOr::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ab2e8bb4b35603b81737b82cf9b495636',1,'amrex::ReduceOpLogicalAnd::parallel_update()']]], - ['paralleladd_6419',['ParallelAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< FArrayBox >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< FArrayBox >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::CutFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['paralleladd_5fnowait_6420',['ParallelAdd_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< FArrayBox >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()']]], - ['parallelcomplementin_6421',['parallelComplementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7c626403ed2f4b4bbddaed58edda99b7',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a538e2e8665da85486105a7daa26bfd0a',1,'amrex::BoxList::parallelComplementIn(const Box &b, BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad6d8b6fc8801afb2539d5611efc7abb3',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxList &bl)']]], - ['parallelcopy_6422',['ParallelCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< FArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< FArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04',1,'amrex::NonLocalBC::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a212f1455dd8018d3cd773107db0df62d',1,'amrex::MultiCutFab::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, int srccomp, int destcomp, int numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, int srccomp, int destcomp, int numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, SrcComp srccomp, DestComp destcomp, NumComps numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FArrayBox > &dest, const Box &destbox, const FabArray< FArrayBox > &src, int destcomp, int srccomp, int numcomp, const IntVect &ngrow, MultiBlockIndexMapping const &, Identity const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca',1,'amrex::ParallelCopy(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adadc145305be656128ae5ce4406166a0',1,'amrex::ParallelCopy(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::CutFab >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], - ['parallelcopy_5ffinish_6423',['ParallelCopy_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'amrex::FabArray::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::CutFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e',1,'amrex::NonLocalBC::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::Mask >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< FArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< IArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< TagBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b',1,'amrex::NonLocalBC::ParallelCopy_finish()']]], - ['parallelcopy_5fnowait_6424',['ParallelCopy_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8',1,'amrex::NonLocalBC::ParallelCopy_nowait(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d',1,'amrex::NonLocalBC::ParallelCopy_nowait(NoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)']]], - ['parallelcopytoghost_6425',['ParallelCopyToGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< TagBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< FArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::Mask >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'amrex::FabArray::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< IArrayBox >::ParallelCopyToGhost()']]], - ['parallelcopytoghost_5ffinish_6426',['ParallelCopyToGhost_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'amrex::FabArray::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< FArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< IArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< TagBox >::ParallelCopyToGhost_finish()']]], - ['parallelcopytoghost_5fnowait_6427',['ParallelCopyToGhost_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'amrex::FabArray::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< FArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< IArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< TagBox >::ParallelCopyToGhost_nowait()']]], - ['parallelfor_6428',['ParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27',1,'amrex::experimental::ParallelFor(MF const &mf, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &, bool, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31',1,'amrex::experimental::ParallelFor(MF const &mf, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05b0f6257a895df1534273573b33a53',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8',1,'amrex::ParallelFor(Vector< TagType > const &tags, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1293861fa35f7217666cb145467f09f',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989',1,'amrex::ParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1',1,'amrex::ParallelFor(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd',1,'amrex::ParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064',1,'amrex::ParallelFor(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e05ed632badf5af8c6402411043f313',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, Box const &box, T ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ef78b0668a4a000d853b5cc52170ef',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, Box const &box, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5',1,'amrex::ParallelFor(Vector< TagType > const &tags, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc49261ef12c032f9da235da11a15b95',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20c30602a034983b02c1e95927ae2769',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa038af75a97822c5df21f691781e2145',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add9c441e051b2f701d97e5e505556fa3',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)']]], - ['parallelfor_5fdoit_6429',['ParallelFor_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3f8fddb521eea2e91972e8a665d0e1cc',1,'amrex::detail']]], - ['parallelfor_5fimpnd_6430',['ParallelFor_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9806a4f60e5ec27fadcda28a97df3806',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abbcccb7a439192126cc04a4980052d70',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], - ['parallelforrng_6431',['ParallelForRNG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c',1,'amrex::ParallelForRNG(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63990001fd080e6f727c689437f5668e',1,'amrex::ParallelForRNG(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86',1,'amrex::ParallelForRNG(BoxND< dim > const &box, T ncomp, L const &f) noexcept']]], - ['parallelforrng_5fimpnd_6432',['ParallelForRNG_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa9178db9a47be24aee36f3c72d0ed274',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a80bc7ba0eaf66754172d9d1d172eeacc',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], - ['parconstiter_6433',['ParConstIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412',1,'amrex']]], - ['parconstiter_5fimpl_6434',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html',1,'amrex::ParConstIter_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad0552847dcd847dda664468873c739e6',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ab9fdad990241bb4c86fc0695fc367fb4',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level, MFItInfo &info)']]], - ['parconstitersoa_6435',['ParConstIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342',1,'amrex']]], - ['parconstitertype_6436',['ParConstIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParConstIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'amrex::ParticleContainer_impl::ParConstIterType()']]], - ['parena_6437',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html',1,'amrex::PArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a271766f44068cade7f1f36dd670da387',1,'amrex::PArena::PArena(Long release_threshold)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#acf949e7231cf57c1c2ca3c9c7163030c',1,'amrex::PArena::PArena(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ab64e1dcba6cdb03d77cd2eb16b5cb67e',1,'amrex::PArena::PArena(PArena &&rhs)=delete']]], - ['parent_6438',['parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aeb2c20016c60209d0bc5112f262957c2',1,'amrex::AmrLevel::parent()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a82ebfa634d9c07052140242ec82559e5',1,'distribution_t::parent()']]], - ['parent_5fcomm_6439',['parent_comm',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a147c850d5f2d2f2a825382bac8724f06',1,'hacc::Dfft::parent_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2297dd7028df3d0f2d287d92173f339f',1,'hacc::Distribution::parent_comm()']]], - ['parforinfo_6440',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html',1,'amrex::FabArrayBase::ParForInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aecad54aa11e76f8bd774ca2d2c4580c7',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(const FabArrayBase &fa, const IntVect &nghost, int nthreads)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a2f438dd87f9734ba850f88dbec26795c',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a0724d01468d2b2a8482208f62e4e1147',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a58d5f8040e66a5f6e09e5687f68eb4ec',1,'amrex::FabArrayBase::ParForInfo::ParForInfo()=delete']]], - ['pargdb_6441',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html',1,'amrex::ParGDB'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a200e30004da7ce6c478f19a7337e6f9a',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3ecce683bd5dd52b72362d51e3c3acb4',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#abee7503624f3fff174f03ec61afd563d',1,'amrex::ParGDB::ParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#afc2b7cc24cb2c529957572f20d18b16e',1,'amrex::ParGDB::ParGDB()=default']]], - ['pargdbbase_6442',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html',1,'amrex::ParGDBBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aa7332b1c8959dba312c23e42e79046fb',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab4a1898d07bb08bd764669ed327b24e8',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a44d260e41238ecaac2ceed23ebc9549b',1,'amrex::ParGDBBase::ParGDBBase() noexcept=default']]], - ['pariter_6443',['ParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154',1,'amrex']]], - ['pariter_5fimpl_6444',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html',1,'amrex::ParIter_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a1f6f9a5f4565b6219b74d1f449efeae2',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a9be2c3686e4a3812f7a52060505d8790',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level, MFItInfo &info)']]], - ['pariterbase_6445',['ParIterBase',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa',1,'amrex']]], - ['pariterbase_5fimpl_6446',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'amrex::ParIterBase_impl< is_const, class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'amrex::ParIterBase_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'amrex::ParIterBase_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()']]], - ['pariterbase_5fimpl_3c_20false_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6447',['ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], - ['pariterbase_5fimpl_3c_20true_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6448',['ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], - ['pariterbasesoa_6449',['ParIterBaseSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463',1,'amrex']]], - ['paritersoa_6450',['ParIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49',1,'amrex']]], - ['paritertype_6451',['ParIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'amrex::ParticleContainer_impl::ParIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterType()']]], - ['parmparse_6452',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html',1,'amrex::ParmParse'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aedc024f9fcd3a2e180a860412c3ad745',1,'amrex::ParmParse::ParmParse()']]], - ['parreduce_6453',['ParReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, F &&f)']]], - ['parse_5finputs_6454',['parse_inputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2b706d04a2952ad586d31f26184b927b',1,'amrex::HypreIJIface']]], - ['parser_6455',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html',1,'amrex::Parser'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a979ec2bb844542bdd274c04010282c19',1,'amrex::Parser::Parser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a9829ccc584238c1042b7c1ef25b69685',1,'amrex::Parser::Parser(std::string const &func_body)']]], - ['parser_5fabs_6456',['PARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab',1,'amrex']]], - ['parser_5facos_6457',['PARSER_ACOS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321',1,'amrex']]], - ['parser_5facosh_6458',['PARSER_ACOSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167',1,'amrex']]], - ['parser_5fadd_6459',['PARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f',1,'amrex']]], - ['parser_5fand_6460',['PARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57',1,'amrex']]], - ['parser_5fasin_6461',['PARSER_ASIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67',1,'amrex']]], - ['parser_5fasinh_6462',['PARSER_ASINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83',1,'amrex']]], - ['parser_5fassign_6463',['parser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html',1,'amrex']]], - ['parser_5fassign_6464',['PARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c',1,'amrex']]], - ['parser_5fast_5fdepth_6465',['parser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6815d583f941a297bbef6d77214829c8',1,'amrex']]], - ['parser_5fast_5fdup_6466',['parser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b98b9aec198e9456f562949577675c',1,'amrex']]], - ['parser_5fast_5fget_5fsymbols_6467',['parser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1d40846503356e1e1201c614163ea54',1,'amrex']]], - ['parser_5fast_5foptimize_6468',['parser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe',1,'amrex']]], - ['parser_5fast_5fprint_6469',['parser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6',1,'amrex']]], - ['parser_5fast_5fregvar_6470',['parser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155',1,'amrex']]], - ['parser_5fast_5fsetconst_6471',['parser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e',1,'amrex']]], - ['parser_5fast_5fsize_6472',['parser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2',1,'amrex']]], - ['parser_5fast_5fsort_6473',['parser_ast_sort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47',1,'amrex']]], - ['parser_5fatan_6474',['PARSER_ATAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac',1,'amrex']]], - ['parser_5fatan2_6475',['PARSER_ATAN2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7',1,'amrex']]], - ['parser_5fatanh_6476',['PARSER_ATANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed',1,'amrex']]], - ['parser_5fcall_5ff1_6477',['parser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839',1,'amrex']]], - ['parser_5fcall_5ff2_6478',['parser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de',1,'amrex']]], - ['parser_5fcall_5ff3_6479',['parser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063',1,'amrex']]], - ['parser_5fceil_6480',['PARSER_CEIL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5',1,'amrex']]], - ['parser_5fcomp_5fellint_5f1_6481',['PARSER_COMP_ELLINT_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5',1,'amrex']]], - ['parser_5fcomp_5fellint_5f2_6482',['PARSER_COMP_ELLINT_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e',1,'amrex']]], - ['parser_5fcompile_6483',['parser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc63f0f94a713d245e1660797a99af63',1,'amrex']]], - ['parser_5fcompile_5fexe_5fsize_6484',['parser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427f00335de584d8602aec963d5e730',1,'amrex']]], - ['parser_5fcos_6485',['PARSER_COS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e',1,'amrex']]], - ['parser_5fcosh_6486',['PARSER_COSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0',1,'amrex']]], - ['parser_5fdefexpr_6487',['parser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad611b2a5542fba47b36125c772d02700',1,'amrex']]], - ['parser_5fdepth_6488',['parser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a511dc2f5222b878782000339b1858f3c',1,'amrex']]], - ['parser_5fdiv_6489',['PARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2',1,'amrex']]], - ['parser_5fdup_6490',['parser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af09002432ee048d8be86ce24cac1b230',1,'amrex']]], - ['parser_5feq_6491',['PARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954',1,'amrex']]], - ['parser_5ferf_6492',['PARSER_ERF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51',1,'amrex']]], - ['parser_5fexe_5fadd_6493',['PARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4',1,'amrex']]], - ['parser_5fexe_5fadd_5fpn_6494',['PARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d',1,'amrex']]], - ['parser_5fexe_5fadd_5fpp_6495',['PARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa',1,'amrex']]], - ['parser_5fexe_5fadd_5fvn_6496',['PARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764',1,'amrex']]], - ['parser_5fexe_5fadd_5fvp_6497',['PARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b',1,'amrex']]], - ['parser_5fexe_5fdiv_5fb_6498',['PARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845',1,'amrex']]], - ['parser_5fexe_5fdiv_5ff_6499',['PARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08',1,'amrex']]], - ['parser_5fexe_5fdiv_5fpn_6500',['PARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574',1,'amrex']]], - ['parser_5fexe_5fdiv_5fpp_6501',['PARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb',1,'amrex']]], - ['parser_5fexe_5fdiv_5fvn_6502',['PARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86',1,'amrex']]], - ['parser_5fexe_5fdiv_5fvp_6503',['PARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d',1,'amrex']]], - ['parser_5fexe_5feval_6504',['parser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b',1,'amrex']]], - ['parser_5fexe_5ff1_6505',['PARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b',1,'amrex']]], - ['parser_5fexe_5ff2_5fb_6506',['PARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377',1,'amrex']]], - ['parser_5fexe_5ff2_5ff_6507',['PARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9',1,'amrex']]], - ['parser_5fexe_5fif_6508',['PARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1',1,'amrex']]], - ['parser_5fexe_5fjump_6509',['PARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe',1,'amrex']]], - ['parser_5fexe_5fmul_6510',['PARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613',1,'amrex']]], - ['parser_5fexe_5fmul_5fpn_6511',['PARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426',1,'amrex']]], - ['parser_5fexe_5fmul_5fpp_6512',['PARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23',1,'amrex']]], - ['parser_5fexe_5fmul_5fvn_6513',['PARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253',1,'amrex']]], - ['parser_5fexe_5fmul_5fvp_6514',['PARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d',1,'amrex']]], - ['parser_5fexe_5fnull_6515',['PARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f',1,'amrex']]], - ['parser_5fexe_5fnumber_6516',['PARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301',1,'amrex']]], - ['parser_5fexe_5fpowi_6517',['PARSER_EXE_POWI',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a',1,'amrex']]], - ['parser_5fexe_5fprint_6518',['parser_exe_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6',1,'amrex']]], - ['parser_5fexe_5fsize_6519',['parser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270',1,'amrex']]], - ['parser_5fexe_5fsquare_6520',['PARSER_EXE_SQUARE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee',1,'amrex']]], - ['parser_5fexe_5fsub_5fb_6521',['PARSER_EXE_SUB_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256',1,'amrex']]], - ['parser_5fexe_5fsub_5ff_6522',['PARSER_EXE_SUB_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff',1,'amrex']]], - ['parser_5fexe_5fsub_5fpn_6523',['PARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8',1,'amrex']]], - ['parser_5fexe_5fsub_5fpp_6524',['PARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678',1,'amrex']]], - ['parser_5fexe_5fsub_5fvn_6525',['PARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce',1,'amrex']]], - ['parser_5fexe_5fsub_5fvp_6526',['PARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d',1,'amrex']]], - ['parser_5fexe_5fsymbol_6527',['PARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d',1,'amrex']]], - ['parser_5fexe_5ft_6528',['parser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49',1,'amrex']]], - ['parser_5fexp_6529',['PARSER_EXP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c',1,'amrex']]], - ['parser_5ff1_6530',['parser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html',1,'amrex']]], - ['parser_5ff1_6531',['PARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649',1,'amrex']]], - ['parser_5ff1_5fs_6532',['parser_f1_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369',1,'amrex']]], - ['parser_5ff1_5ft_6533',['parser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589',1,'amrex']]], - ['parser_5ff2_6534',['parser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html',1,'amrex']]], - ['parser_5ff2_6535',['PARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad',1,'amrex']]], - ['parser_5ff2_5fs_6536',['parser_f2_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f',1,'amrex']]], - ['parser_5ff2_5ft_6537',['parser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bc',1,'amrex']]], - ['parser_5ff3_6538',['parser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html',1,'amrex']]], - ['parser_5ff3_6539',['PARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248',1,'amrex']]], - ['parser_5ff3_5fs_6540',['parser_f3_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d',1,'amrex']]], - ['parser_5ff3_5ft_6541',['parser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b',1,'amrex']]], - ['parser_5ffloor_6542',['PARSER_FLOOR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d',1,'amrex']]], - ['parser_5ffmod_6543',['PARSER_FMOD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8',1,'amrex']]], - ['parser_5fgeq_6544',['PARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461',1,'amrex']]], - ['parser_5fget_5fnumber_6545',['parser_get_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a',1,'amrex']]], - ['parser_5fget_5fsymbols_6546',['parser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29',1,'amrex']]], - ['parser_5fgt_6547',['PARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b',1,'amrex']]], - ['parser_5fheaviside_6548',['PARSER_HEAVISIDE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644',1,'amrex']]], - ['parser_5fif_6549',['PARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836',1,'amrex']]], - ['parser_5fjn_6550',['PARSER_JN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a',1,'amrex']]], - ['parser_5fleq_6551',['PARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77',1,'amrex']]], - ['parser_5flist_6552',['PARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7',1,'amrex']]], - ['parser_5flog_6553',['PARSER_LOG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6',1,'amrex']]], - ['parser_5flog10_6554',['PARSER_LOG10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0',1,'amrex']]], - ['parser_5flt_6555',['PARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752',1,'amrex']]], - ['parser_5fmakesymbol_6556',['parser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a',1,'amrex']]], - ['parser_5fmath_5facos_6557',['parser_math_acos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4',1,'amrex']]], - ['parser_5fmath_5facosh_6558',['parser_math_acosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59',1,'amrex']]], - ['parser_5fmath_5fasin_6559',['parser_math_asin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a914656d851c249d6787f813ea09a6626',1,'amrex']]], - ['parser_5fmath_5fasinh_6560',['parser_math_asinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690',1,'amrex']]], - ['parser_5fmath_5fatan_6561',['parser_math_atan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622',1,'amrex']]], - ['parser_5fmath_5fatan2_6562',['parser_math_atan2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9',1,'amrex']]], - ['parser_5fmath_5fatanh_6563',['parser_math_atanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a',1,'amrex']]], - ['parser_5fmath_5fcomp_5fellint_5f1_6564',['parser_math_comp_ellint_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5',1,'amrex']]], - ['parser_5fmath_5fcomp_5fellint_5f2_6565',['parser_math_comp_ellint_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8',1,'amrex']]], - ['parser_5fmath_5fcos_6566',['parser_math_cos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b',1,'amrex']]], - ['parser_5fmath_5fcosh_6567',['parser_math_cosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4',1,'amrex']]], - ['parser_5fmath_5ferf_6568',['parser_math_erf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0',1,'amrex']]], - ['parser_5fmath_5fexp_6569',['parser_math_exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459',1,'amrex']]], - ['parser_5fmath_5fjn_6570',['parser_math_jn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43535087747b0d92f5e11040d600be5c',1,'amrex']]], - ['parser_5fmath_5flog_6571',['parser_math_log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a',1,'amrex']]], - ['parser_5fmath_5flog10_6572',['parser_math_log10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6',1,'amrex']]], - ['parser_5fmath_5fpow_6573',['parser_math_pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af',1,'amrex']]], - ['parser_5fmath_5fsin_6574',['parser_math_sin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e',1,'amrex']]], - ['parser_5fmath_5fsinh_6575',['parser_math_sinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249f102bab7043232da73dcc4d33612e',1,'amrex']]], - ['parser_5fmath_5ftan_6576',['parser_math_tan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a',1,'amrex']]], - ['parser_5fmath_5ftanh_6577',['parser_math_tanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6',1,'amrex']]], - ['parser_5fmax_6578',['PARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35',1,'amrex']]], - ['parser_5fmin_6579',['PARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155',1,'amrex']]], - ['parser_5fmul_6580',['PARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7',1,'amrex']]], - ['parser_5fneq_6581',['PARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194',1,'amrex']]], - ['parser_5fnewassign_6582',['parser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f',1,'amrex']]], - ['parser_5fnewf1_6583',['parser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77',1,'amrex']]], - ['parser_5fnewf2_6584',['parser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501',1,'amrex']]], - ['parser_5fnewf3_6585',['parser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6',1,'amrex']]], - ['parser_5fnewlist_6586',['parser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055',1,'amrex']]], - ['parser_5fnewneg_6587',['parser_newneg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584',1,'amrex']]], - ['parser_5fnewnode_6588',['parser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54e375fb078fbde3c46609319674551f',1,'amrex']]], - ['parser_5fnewnumber_6589',['parser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837',1,'amrex']]], - ['parser_5fnewsymbol_6590',['parser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd',1,'amrex']]], - ['parser_5fnode_6591',['parser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html',1,'amrex']]], - ['parser_5fnode_5fequal_6592',['parser_node_equal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682',1,'amrex']]], - ['parser_5fnode_5fs_6593',['parser_node_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab',1,'amrex']]], - ['parser_5fnode_5ft_6594',['parser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883',1,'amrex']]], - ['parser_5fnumber_6595',['parser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html',1,'amrex']]], - ['parser_5fnumber_6596',['PARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64',1,'amrex']]], - ['parser_5for_6597',['PARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224',1,'amrex']]], - ['parser_5fpow_6598',['PARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399',1,'amrex']]], - ['parser_5fprint_6599',['parser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53d306308d380a6d874ad24396fa7673',1,'amrex']]], - ['parser_5fregvar_6600',['parser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc',1,'amrex']]], - ['parser_5fset_5fnumber_6601',['parser_set_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a031546532f5b81bd867039b219562b95',1,'amrex']]], - ['parser_5fsetconst_6602',['parser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042',1,'amrex']]], - ['parser_5fsin_6603',['PARSER_SIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242',1,'amrex']]], - ['parser_5fsinh_6604',['PARSER_SINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2',1,'amrex']]], - ['parser_5fsqrt_6605',['PARSER_SQRT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511',1,'amrex']]], - ['parser_5fsub_6606',['PARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8',1,'amrex']]], - ['parser_5fsymbol_6607',['parser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html',1,'amrex']]], - ['parser_5fsymbol_6608',['PARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18',1,'amrex']]], - ['parser_5ftan_6609',['PARSER_TAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea',1,'amrex']]], - ['parser_5ftanh_6610',['PARSER_TANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee',1,'amrex']]], - ['parserexeadd_6611',['ParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html',1,'amrex']]], - ['parserexeadd_5fpn_6612',['ParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html',1,'amrex']]], - ['parserexeadd_5fpp_6613',['ParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html',1,'amrex']]], - ['parserexeadd_5fvn_6614',['ParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html',1,'amrex']]], - ['parserexeadd_5fvp_6615',['ParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html',1,'amrex']]], - ['parserexecutor_6616',['ParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'amrex']]], - ['parserexecutor_3c_203_20_3e_6617',['ParserExecutor< 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'']]], - ['parserexediv_5fb_6618',['ParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html',1,'amrex']]], - ['parserexediv_5ff_6619',['ParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html',1,'amrex']]], - ['parserexediv_5fpn_6620',['ParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html',1,'amrex']]], - ['parserexediv_5fpp_6621',['ParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html',1,'amrex']]], - ['parserexediv_5fvn_6622',['ParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html',1,'amrex']]], - ['parserexediv_5fvp_6623',['ParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html',1,'amrex']]], - ['parserexef1_6624',['ParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html',1,'amrex']]], - ['parserexef2_5fb_6625',['ParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html',1,'amrex']]], - ['parserexef2_5ff_6626',['ParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html',1,'amrex']]], - ['parserexeif_6627',['ParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html',1,'amrex']]], - ['parserexejump_6628',['ParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html',1,'amrex']]], - ['parserexemul_6629',['ParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html',1,'amrex']]], - ['parserexemul_5fpn_6630',['ParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html',1,'amrex']]], - ['parserexemul_5fpp_6631',['ParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html',1,'amrex']]], - ['parserexemul_5fvn_6632',['ParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html',1,'amrex']]], - ['parserexemul_5fvp_6633',['ParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html',1,'amrex']]], - ['parserexenull_6634',['ParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html',1,'amrex']]], - ['parserexenumber_6635',['ParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html',1,'amrex']]], - ['parserexepowi_6636',['ParserExePOWI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html',1,'amrex']]], - ['parserexesquare_6637',['ParserExeSquare',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html',1,'amrex']]], - ['parserexesub_5fb_6638',['ParserExeSUB_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html',1,'amrex']]], - ['parserexesub_5ff_6639',['ParserExeSUB_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html',1,'amrex']]], - ['parserexesub_5fpn_6640',['ParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html',1,'amrex']]], - ['parserexesub_5fpp_6641',['ParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html',1,'amrex']]], - ['parserexesub_5fvn_6642',['ParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html',1,'amrex']]], - ['parserexesub_5fvp_6643',['ParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html',1,'amrex']]], - ['parserexesymbol_6644',['ParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html',1,'amrex']]], - ['parserif_6645',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html',1,'amrex::EB2::ParserIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a8333bdcc5ed38d5ab573c555221897a4',1,'amrex::EB2::ParserIF::ParserIF()']]], - ['parserprefix_6646',['ParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4e18537921b1737edf7819d2a3b51f90',1,'amrex::ParmParse']]], - ['parserstack_6647',['ParserStack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html',1,'amrex']]], - ['particle_6648',['Particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html',1,'amrex']]], - ['particle_5fdetail_6649',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html',1,'']]], - ['particle_5fsize_6650',['particle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'amrex::ParticleContainer_impl::particle_size()']]], - ['particlearray_6651',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html',1,'amrex::ParticleArray< ContainerType, class, DataLayoutTag >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a992f0f789c839c1fdcce16c570491de1',1,'amrex::ParticleArray::ParticleArray()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a8deff78130d0f7f982f4a2d6ef55ceb3',1,'amrex::ParticleArray::ParticleArray(size_t a_size)']]], - ['particlearrayaccessor_6652',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html',1,'amrex::ParticleArrayAccessor< class, DataLayoutTag >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ad27aa85c57de2acbd9936f84108365c9',1,'amrex::ParticleArrayAccessor::ParticleArrayAccessor()']]], - ['particlebase_6653',['ParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'amrex']]], - ['particlebase_3c_20particlereal_2c_20t_5fnreal_2c_200_20_3e_6654',['ParticleBase< ParticleReal, T_NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'']]], - ['particlebase_3c_20t_2c_200_2c_200_20_3e_6655',['ParticleBase< T, 0, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html',1,'amrex']]], - ['particlebase_3c_20t_2c_200_2c_20nint_20_3e_6656',['ParticleBase< T, 0, NInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html',1,'amrex']]], - ['particlebase_3c_20t_2c_20nreal_2c_200_20_3e_6657',['ParticleBase< T, NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html',1,'amrex']]], - ['particleboxarray_6658',['ParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa22d7a841e78ebeadb741eb5fedd6473',1,'amrex::ParticleContainerBase::ParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5f864861309d414c90883f2ab60ee5e1',1,'amrex::ParGDBBase::ParticleBoxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adfd4f1260ff855da465e189ebac005e8',1,'amrex::ParGDBBase::ParticleBoxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a449a9d96ffcb963858cdee67302be0bd',1,'amrex::ParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ae9eaeeb29ca270f3addf0b1adc90a21d',1,'amrex::ParGDB::ParticleBoxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2471d3ed490ba22c41c1aa3833c75f75',1,'amrex::AmrParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#af74ac23f751f5a6751cde7af224355ea',1,'amrex::AmrParGDB::ParticleBoxArray(int level) const override']]], - ['particlebuffermap_6659',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html',1,'amrex::ParticleBufferMap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae38964fdc9eb2687b154f6d476b84053',1,'amrex::ParticleBufferMap::ParticleBufferMap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5ff68878498c3720aa87dec033ffc9b4',1,'amrex::ParticleBufferMap::ParticleBufferMap(const ParGDBBase *a_gdb)']]], - ['particlecommdata_6660',['ParticleCommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html',1,'amrex']]], - ['particlecontainer_6661',['ParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0',1,'amrex']]], - ['particlecontainer_5fimpl_6662',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'amrex::ParticleContainer_impl< class, T_NArrayReal, T_NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'amrex::ParticleContainer_impl::ParticleContainer_impl()']]], - ['particlecontainer_5fimpl_3c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6663',['ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'']]], - ['particlecontainerbase_6664',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html',1,'amrex::ParticleContainerBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af17feaf161d82ae2ef0466b6188cc7b0',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5f71ad65c90b78b062f40127d91a3134',1,'amrex::ParticleContainerBase::ParticleContainerBase(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af60ff4efea559ba4e49dc7178e504e4c',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1b59660938f651e5a56bc45bb6bc4d8e',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a66e036defd5c86431c583bbd8cb91e2d',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a783bf6edc1d9d0bdc5d4e8dd1f98cd5f',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a51bba5cff5a55e3f6ce46c0b56fa1809',1,'amrex::ParticleContainerBase::ParticleContainerBase()=default']]], - ['particlecontainerpuresoa_6665',['ParticleContainerPureSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55',1,'amrex']]], - ['particlecontainertoblueprint_6666',['ParticleContainerToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4',1,'amrex']]], - ['particlecontainertype_6667',['ParticleContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aa454b3f1c4a133faaa1d28b9c8c254d8',1,'amrex::NeighborParticleContainer::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'amrex::ParticleContainer_impl::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainerType()']]], - ['particlecopyop_6668',['ParticleCopyOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html',1,'amrex']]], - ['particlecopyplan_6669',['ParticleCopyPlan',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html',1,'amrex']]], - ['particlecpuwrapper_6670',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html',1,'amrex::ParticleCPUWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af456e0632ceb42b240d4d2608325fa66',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#ad13d555c23dc09a19f05fa10518807e6',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(const ParticleCPUWrapper &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a0cbf3e03c4cabd9a0fe9f6e2b1b584d2',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(ParticleCPUWrapper &&)=delete']]], - ['particledistributionmap_6671',['ParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3b2f62b1a94797a5da64a7983bdd190b',1,'amrex::ParGDB::ParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aac889336d5ae4980d21fa8f7199bd24c',1,'amrex::AmrParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a16a9e833e5e2cb6ec87e5ed85d729c06',1,'amrex::AmrParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3e6c2e1785b6e3d00276b3f697bab9c1',1,'amrex::ParGDB::ParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a911edb448b3ad570aff7366aefe10089',1,'amrex::ParGDBBase::ParticleDistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2a790ed2ecbbb8fcb0488789f005daed',1,'amrex::ParGDBBase::ParticleDistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7e2ec84758098c59382aba1343bc4a8b',1,'amrex::ParticleContainerBase::ParticleDistributionMap()']]], - ['particlegeom_6672',['ParticleGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9ba4b0a7ffb2f6d0b683052125b4b528',1,'amrex::AmrParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#afde4d45acf310b449c3c4af607f65a60',1,'amrex::AmrParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63109bdaecaf9cd491ee6c69403c763a',1,'amrex::ParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63c67b3766f60350636671afe142968a',1,'amrex::ParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abef31ba5dc0587ef75830df5f251f334',1,'amrex::ParGDBBase::ParticleGeom(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1d0680c0076a0f47ea58c61fd0c97ecf',1,'amrex::ParGDBBase::ParticleGeom() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a00182008cdf9fb0039e82588fb15e67e',1,'amrex::ParticleContainerBase::ParticleGeom()']]], - ['particleidwrapper_6673',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html',1,'amrex::ParticleIDWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#abe6eaeb579f55deb9eea2375bf0cdb4b',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(ParticleIDWrapper &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a70c96c85021171e8ca0e31b75ba26885',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a1be128a081a654e36673ae143e0c78cb',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(const ParticleIDWrapper &rhs)=default']]], - ['particleinitdata_6674',['ParticleInitData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleInitData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'amrex::ParticleContainer_impl::ParticleInitData()']]], - ['particleinittype_6675',['ParticleInitType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html',1,'amrex']]], - ['particlelevel_6676',['ParticleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'amrex::ParticleContainer_impl::ParticleLevel()']]], - ['particlelocator_6677',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html',1,'amrex::ParticleLocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a051687b9db644bfff24f5452abf5624c',1,'amrex::ParticleLocator::ParticleLocator()']]], - ['particlelocdata_6678',['ParticleLocData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html',1,'amrex']]], - ['particlepostlocate_6679',['particlePostLocate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particlePostLocate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'amrex::ParticleContainer_impl::particlePostLocate()']]], - ['particlerealdescriptor_6680',['ParticleRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleRealDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'amrex::ParticleContainer_impl::ParticleRealDescriptor()']]], - ['particlereduce_6681',['ParticleReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7',1,'amrex::ParticleReduce(PC const &pc, int lev_min, int lev_max, F const &f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63',1,'amrex::ParticleReduce(PC const &pc, int lev, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da',1,'amrex::ParticleReduce(PC const &pc, F &&f, ReduceOps &reduce_ops)']]], - ['particlereftype_6682',['ParticleRefType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'amrex::ConstParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'amrex::ParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()']]], - ['particlesat_6683',['ParticlesAt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile) const']]], - ['particletile_6684',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html',1,'amrex::ParticleTile< class, NArrayReal, NArrayInt, Allocator >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a88e27f1bb35a55e5fb6555057e1e25ac',1,'amrex::NeighborParticleContainer::ParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a070fcef33e908cba36039a6fdf1d1c53',1,'amrex::ParticleTile::ParticleTile()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a28ae7d1aa4c1e8d5a479203a9099835c',1,'amrex::ParticleTile::ParticleTile(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a209d248bf4daf81d95a3e176b6754b45',1,'amrex::ParticleTile::ParticleTile(ParticleTile const &)=delete']]], - ['particletiledata_6685',['ParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'amrex']]], - ['particletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_6686',['ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'']]], - ['particletiledatatype_6687',['ParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0aeb55b6a15d10428c88a314412914c5',1,'amrex::ParticleTile']]], - ['particletileptr_6688',['ParticleTilePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'amrex::ParIterBase_impl::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()']]], - ['particletileref_6689',['ParticleTileRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'amrex::ParIterBase_impl::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()']]], - ['particletiletoblueprint_6690',['ParticleTileToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1',1,'amrex']]], - ['particletiletype_6691',['ParticleTileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aadba4e261ba5a74dce3335644e48a045',1,'amrex::ParIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'amrex::ParticleContainer_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'amrex::ParIterBase_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a0e6990627e509337037b468a0f01234e',1,'amrex::ParConstIter_impl::ParticleTileType()']]], - ['particletomesh_6692',['ParticleToMesh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb',1,'amrex::ParticleToMesh(PC const &pc, MF &mf, int lev, F const &f, bool zero_out_input=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef',1,'amrex::ParticleToMesh(PC const &pc, const Vector< MultiFab * > &mf, int lev_min, int lev_max, F &&f, bool zero_out_input=true, bool vol_weight=true)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Nearest, int >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'amrex::ParticleInterpolator::Base::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Linear, amrex::Real >::ParticleToMesh()']]], - ['particletype_6693',['ParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#ad0f67b61f261f7849b209a736e1e11a0',1,'amrex::AmrParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'amrex::ParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a806d428c54ec86cc7e61edf954105f6f',1,'amrex::ParticleTile::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'amrex::ParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'amrex::ParIterBase_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a876f23badccb453ea6c124d61316f6b5',1,'amrex::ParIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9bce0c0d40443b40b8789eaafdab6b16',1,'amrex::ParConstIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab9497648313d317adc40bc7bebb5ca2d',1,'amrex::NeighborParticleContainer::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'amrex::ConstParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4b5292eeb84fe912addcc353c568cbce',1,'amrex::ArrayOfStructs::ParticleType()']]], - ['particlevector_6694',['ParticleVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ade2385ed6d6005f38a31d3709b55fc4c',1,'amrex::NeighborParticleContainer::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa361f73ebc2bf0a48753c69a277f4075',1,'amrex::ArrayOfStructs::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html#afddc6c75186769d8d5f97c0aa67d73a9',1,'amrex::ThisParticleTileHasNoAoS::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'amrex::ParticleContainer_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'amrex::ParIterBase_impl::ParticleVector()']]], - ['partition_6695',['Partition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938',1,'amrex::Partition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f',1,'amrex::Partition(Gpu::DeviceVector< T > &v, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e',1,'amrex::Partition(T *data, int beg, int end, F &&f)']]], - ['partitionparticles_6696',['partitionParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e',1,'amrex']]], - ['partitionparticlesbydest_6697',['partitionParticlesByDest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2808a58ab833a933f7909baf632466b7',1,'amrex']]], - ['pc_5finterp_6698',['pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa',1,'amrex']]], - ['pc_5flocal_5fcpu_6699',['PC_local_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< IArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< FArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< TagBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'amrex::FabArray::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::CutFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::EBCellFlagFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::Mask >::PC_local_cpu()']]], - ['pc_5flocal_5fgpu_6700',['PC_local_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'amrex::FabArray::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< TagBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< IArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< FArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::Mask >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::EBCellFlagFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::CutFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_gpu(const CPC &thecpc, FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int dcomp, int ncomp, CpOp op)']]], - ['pcd_6701',['pcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< TagBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< IArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< FArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'amrex::FabArray::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< PetscInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::CutFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::EBCellFlagFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::Mask >::pcd()']]], - ['pcdata_6702',['PCData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html',1,'amrex']]], - ['pcg_5fsolve_6703',['pcg_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82e276db8e18ead0c45086336f342338',1,'amrex']]], - ['pcg_5fsolver_5fconfigure_6704',['pcg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a24dc1ec87efeca4c5719f268b4a3cfb9',1,'amrex::HypreIJIface']]], - ['pcinterp_6705',['PCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html',1,'amrex']]], - ['pcinterp_6706',['PcInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a852ba956d157fa2eb049e1b7cc6d50db',1,'amrex::AmrData']]], - ['pcinterp_5finterp_6707',['pcinterp_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731',1,'amrex']]], - ['pctype_6708',['PCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'amrex::ParIterBase_impl::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()']]], - ['pdata_5fsize_6709',['pdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a94f1d1574b0fb4f340d088480ee5fbc1',1,'amrex::NeighborParticleContainer']]], - ['period_6710',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ace8592786e8de8bb2dc6ac31716adc7e',1,'amrex::Periodicity::period()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#ad76559fb8c453075eeb9fa02032160b3',1,'process_topology_t::period()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a622746891e67a5016ae4b0c0137d70ce',1,'amrex::Geometry::period()']]], - ['periodic_5fshift_6711',['periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a660708553dcc4fa4762baa42ed5d2b61',1,'amrex::NeighborParticleContainer::NeighborTask::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#ae5f702cff0dcc8b8dc04038691330e0a',1,'amrex::NeighborCode::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#af6a0f9df0a06e03eeb147712461332e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::periodic_shift()']]], - ['periodicity_6712',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html',1,'amrex::Periodicity'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab912d518e6c2289d18ca26e791920ea7',1,'amrex::Periodicity::Periodicity() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#abaaf6e49e85d1624a89b4ce8ade5c541',1,'amrex::Periodicity::Periodicity(const IntVect &v) noexcept']]], - ['periodicity_6713',['periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b365b1560bb9a31cf49cd55668085cf',1,'amrex::Geometry::periodicity() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#affe5cf2164950c1670a92f7b2719c0ff',1,'amrex::Geometry::periodicity(const Box &b) const noexcept']]], - ['periodicshift_6714',['PeriodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const']]], - ['periodicshift_6715',['periodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a95ab5abc1e6c5d1efb9de40e0873d391',1,'amrex::Geometry::periodicShift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f',1,'amrex::periodicShift()']]], - ['permutation_6716',['permutation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a874f4d4d95984b6d53a10e76a5a7d27a',1,'amrex::NonLocalBC::MultiBlockIndexMapping']]], - ['permutationfordeposition_6717',['PermutationForDeposition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac67c5b805cea20326010666416cd773f',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, index_type nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, const PTile &ptile, Box bx, Geometry geom, const IntVect idx_type)']]], - ['permutationptr_6718',['permutationPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'amrex::DenseBins::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2e0d5402d80dd9e9dfdd8478b0e6c2c7',1,'amrex::SparseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a1366ec831cf538cf38da122f875fca27',1,'amrex::SparseBins::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< ParticleType >::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'amrex::DenseBins::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< ParticleType >::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() noexcept']]], - ['persistentifstream_6719',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html',1,'amrex::VisMF::PersistentIFStream'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a56becba85d63b59974112dde31bfc90f',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acb905ed76a3548e6018710ee071c9f31',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac51ac75b9acd3f6dbba89e7b73dfda1d',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream()=default']]], - ['persistentifstreams_6720',['persistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#accf2e64d0fa423eb3c82df8c1189e908',1,'amrex::VisMF']]], - ['persistentstreams_6721',['persistentStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a176ee76d60863bf10f9b663c21c00a38',1,'CommProfStats::persistentStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa1be9f367de08974eeef5231d654d5ad',1,'RegionsProfStats::persistentStreams()']]], - ['petsc_6722',['petsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f',1,'amrex']]], - ['petscabeclap_6723',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html',1,'amrex::PETScABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a6d1500243e6bcc0c8546240f4fb1ae6d',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ae834b28c54502bd846c75a933cd86e4e',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab2a0a84e3b1491619ab3ed49306ffdeb',1,'amrex::PETScABecLap::PETScABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)']]], - ['phi_6724',['phi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a149f5f335aa384fea60572300241de10',1,'amrex::algoim::ImplicitIntegral']]], - ['physbcfunct_6725',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html',1,'amrex::PhysBCFunct< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a7e1c94efd648f3ebfaefc5a13c91eb65',1,'amrex::PhysBCFunct::PhysBCFunct()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a39b89bb30f1abba7495122150108a927',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a754509e10fc630761839c420246a3ebe',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)']]], - ['physbcfunctnoop_6726',['PhysBCFunctNoOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html',1,'amrex']]], - ['physbnd_6727',['physbnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1',1,'amrex::Extrapolater']]], - ['pi_6728',['pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5',1,'amrex::Math']]], - ['pid_6729',['pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a226101263b27282d94f687320e25177f',1,'amrex::ParallelDescriptor::Message']]], - ['pinmesh_6730',['pinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a3cf163ea993bb9ab3a642bb0b16e9d90',1,'amrex::InSituBridge']]], - ['pinmesh_6731',['PinMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#abe1c7c360d280567e6b307120f51a7ae',1,'amrex::AmrMeshDataAdaptor::InternalsType::PinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a18e4c53a74f5623786c5dadbe087f209',1,'amrex::AmrDataAdaptor::InternalsType::PinMesh()']]], - ['pinned_6732',['Pinned',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html',1,'amrex::Gpu']]], - ['pinned_5frcv_5fbuffer_6733',['pinned_rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a57f27a8f270653d1a738490e32dffe4b',1,'amrex::NeighborParticleContainer']]], - ['pinned_5fsnd_5fbuffer_6734',['pinned_snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1f7704df7069ec0df0e84a649babf620',1,'amrex::NeighborParticleContainer']]], - ['pinnedarenaallocator_6735',['PinnedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PinnedArenaAllocator.html',1,'amrex']]], - ['pinnedarenawrapper_6736',['PinnedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html',1,'amrex']]], - ['pinnedvector_6737',['PinnedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6e76d121ad2e1030d86ccbc9a47f6fde',1,'amrex::Gpu']]], - ['placementdelete_6738',['placementDelete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0',1,'amrex']]], - ['placementnew_6739',['placementNew',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc',1,'amrex']]], - ['planeif_6740',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html',1,'amrex::EB2::PlaneIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd11423cba9d7c283e96167dedd124d5',1,'amrex::EB2::PlaneIF::PlaneIF()']]], - ['plansmade_6741',['PlansMade',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aeb8a724d27d545ef62b8a17cf721ff8d',1,'hacc::Dfft']]], - ['plm_6742',['PLM',['../namespacePLM.html',1,'']]], - ['plo_6743',['plo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aeb85700e02150d77688f2f48f87a0220',1,'amrex::GetParticleBin']]], - ['plot_5ffile_5froot_6744',['plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d91b6937dfb14b4b4777f640971b072',1,'amrex::Amr']]], - ['plot_5ffiles_5foutput_6745',['Plot_Files_Output',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9af5d2dcba7539444e0334b84ed7504',1,'amrex::Amr']]], - ['plot_5fint_6746',['plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e9bb15131c1b8431dc0336678e0b1ea',1,'amrex::Amr']]], - ['plot_5flog_5fper_6747',['plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac28ad84e2187c8094fe436eb5e5847d8',1,'amrex::Amr']]], - ['plot_5fmax_5flevel_6748',['plot_max_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2145c1f06e5f81146da1a6011139b560',1,'amrex::Amr']]], - ['plot_5fper_6749',['plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af097e0455a9da7e8e6a9dc131d1b96f2',1,'amrex::Amr']]], - ['plotfiledata_6750',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html',1,'amrex::PlotFileData'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a6006d7b7736ddff7fda093ec7a633570',1,'amrex::PlotFileData::PlotFileData()']]], - ['plotfiledataimpl_6751',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html',1,'amrex::PlotFileDataImpl'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a77e164e48c0363b8f87c3879a509ad23',1,'amrex::PlotFileDataImpl::PlotFileDataImpl()']]], - ['plotfileversion_6752',['PlotfileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab95e00002c7985b4bc7d425795d72404',1,'amrex::ParticleContainerBase']]], - ['plotfileversion_6753',['plotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5cb67cc4b9127391a42535788c43c49d',1,'amrex::AmrData']]], - ['plotfileversion_6754',['PlotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aff316a96447744ee3bd4e3abbb555f6b',1,'amrex::AmrData']]], - ['plotint_6755',['plotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6b328e1464fc914bea4ea6da8a067c57',1,'amrex::Amr']]], - ['plotlogper_6756',['plotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a98ce23547463e17b55901b8818f0fc',1,'amrex::Amr']]], - ['plotmaxlevel_6757',['plotMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a76e9887d9d42c68e5fc3b2b82d039',1,'amrex::Amr']]], - ['plotper_6758',['plotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a931bcdf3440fa41801f73a87f417ef',1,'amrex::Amr']]], - ['plotvarnames_6759',['PlotVarNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aacf2bf93e89399ca37e10646536f3218',1,'amrex::AmrData::PlotVarNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0c8492eed2a2a622cb11a076e16dadaf',1,'amrex::DataServices::PlotVarNames()']]], - ['plotvars_6760',['plotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abb37b63392fa96850b26d06e6b3f4be1',1,'amrex::AmrData']]], - ['plus_6761',['Plus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html',1,'amrex']]], - ['plus_6762',['plus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< char >::plus(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< char >::plus(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< char >::plus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< char >::plus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< char >::plus(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< char >::plus(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< IArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6679e5d7843de95ca2245f599715b4f9',1,'amrex::MultiFab::plus(const MultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a38506771a271ef8a5d4b6c3065815566',1,'amrex::MultiFab::plus(Real val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0b410a02ca211c74033d77fac9b8a40b',1,'amrex::MultiFab::plus(Real val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d8ec2a7197f373ce88a43a2adaf1da0',1,'amrex::MultiFab::plus(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aafbc29a68d3c0c000fee414f76f7b79c',1,'amrex::MultiFab::plus(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af9746c8ee7ac16060bf338ecdbdcaa5a',1,'amrex::iMultiFab::plus(const iMultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3c88d451792c4740296d8f4928da38db',1,'amrex::iMultiFab::plus(int val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af56a10b8407c86226901dc0b5ba070c7',1,'amrex::iMultiFab::plus(int val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8f26ae5a879d6286c8a639f84aa74563',1,'amrex::iMultiFab::plus(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab0fd430ccad60b7771778c64a7d928b5',1,'amrex::iMultiFab::plus(int val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< TagBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< TagBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< FArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< IArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'amrex::BaseFab::plus(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'amrex::BaseFab::plus(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'amrex::BaseFab::plus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'amrex::BaseFab::plus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'amrex::BaseFab::plus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'amrex::BaseFab::plus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'amrex::BaseFab::plus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< Real >::plus(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< Real >::plus(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< Real >::plus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< Real >::plus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< Real >::plus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a5176cafd217bf9069ed83feba52d71c2',1,'amrex::BndryRegisterT::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'amrex::FabArray::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'amrex::FabArray::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::CutFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::CutFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::EBCellFlagFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::EBCellFlagFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::Mask >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::Mask >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< FArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< PetscInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< int >::plus(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< int >::plus(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< int >::plus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< int >::plus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< int >::plus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< int >::plus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< int >::plus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< PetscInt >::plus(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< PetscInt >::plus(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< PetscInt >::plus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< PetscInt >::plus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], - ['plusfrom_6763',['plusFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a347f19dfd7611b563f7cc799023dc17a',1,'amrex::FabSetT::plusFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a58d2309f0eb636417e763b5a1e74599c',1,'amrex::BndryRegisterT::plusFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d88ae6162badc6e58949b21e959bc80',1,'amrex::FabSetT::plusFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)']]], - ['plusto_6764',['plusTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a52afe3a40bffa4138f997dbf4428d634',1,'amrex::FabSetT']]], - ['podvector_6765',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex::PODVector< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< index_type >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< index_type >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< index_type >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< index_type >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< index_type >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< index_type >::PODVector(std::initializer_list< index_type > a_initializer_list, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< index_type >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int * >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int * >::PODVector(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int * >::PODVector(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int * >::PODVector(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int * >::PODVector(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const PODVector< const int *, DefaultAllocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(PODVector< const int *, DefaultAllocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal * >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal * >::PODVector(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleType >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(std::initializer_list< ParticleType > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleType >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< std::size_t >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< std::size_t >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< std::size_t >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< std::size_t >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< std::size_t >::PODVector(std::initializer_list< std::size_t > a_initializer_list, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< std::size_t >::PODVector(const PODVector< std::size_t, std::allocator< std::size_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< std::size_t >::PODVector(PODVector< std::size_t, std::allocator< std::size_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(std::initializer_list< uint64_t > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< unsigned int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< unsigned int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< unsigned int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< unsigned int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< unsigned int >::PODVector(std::initializer_list< unsigned int > a_initializer_list, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const PODVector< int *, DefaultAllocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(PODVector< int *, DefaultAllocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int >::PODVector(std::initializer_list< int > a_initializer_list, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int >::PODVector(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int >::PODVector(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal * >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal * >::PODVector(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal * >::PODVector(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::BoxND >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::BoxND >::PODVector(std::initializer_list< amrex::BoxND > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::BoxND >::PODVector(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::BoxND >::PODVector(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::BoxND >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::NeighborCode >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::NeighborCode >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'amrex::PODVector::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< unsigned int >::PODVector(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< unsigned int >::PODVector(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'amrex::PODVector::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'amrex::PODVector::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'amrex::PODVector::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'amrex::PODVector::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'amrex::PODVector::PODVector(std::initializer_list< T > a_initializer_list, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'amrex::PODVector::PODVector(const PODVector< T, Allocator > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::XDim3 >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::XDim3 >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::XDim3 >::PODVector(std::initializer_list< amrex::XDim3 > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::XDim3 >::PODVector(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::XDim3 >::PODVector(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char >::PODVector(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char >::PODVector(PODVector< char, std::allocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::openbc::MomTag >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::NeighborCode >::PODVector(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::NeighborCode >::PODVector(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::openbc::MomTag >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::openbc::MomTag >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::openbc::MomTag >::PODVector(const PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::openbc::MomTag >::PODVector(PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::STLtools::Triangle >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::STLtools::Triangle >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::STLtools::Triangle >::PODVector(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())']]], - ['podvector_3c_20amrex_3a_3aassigngrid_3c_20biniteratorfactory_20_3e_20_3e_6766',['PODVector< amrex::AssignGrid< BinIteratorFactory > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aboxnd_20_3e_6767',['PODVector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_6768',['PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aneighborcode_20_3e_6769',['PODVector< amrex::NeighborCode >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aopenbc_3a_3amomtag_20_3e_6770',['PODVector< amrex::openbc::MomTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3astltools_3a_3atriangle_20_3e_6771',['PODVector< amrex::STLtools::Triangle >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3axdim3_20_3e_6772',['PODVector< amrex::XDim3 >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_6773',['PODVector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20char_20_3e_6774',['PODVector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20char_2c_20amrex_3a_3apolymorphicarenaallocator_3c_20char_20_3e_20_3e_6775',['PODVector< char, amrex::PolymorphicArenaAllocator< char > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20int_20_2a_20_3e_6776',['PODVector< const int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20int_20_2a_2c_20allocator_3c_20const_20int_20_2a_20_3e_20_3e_6777',['PODVector< const int *, Allocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20const_20int_20_2a_2c_20defaultallocator_3c_20const_20int_20_2a_20_3e_20_3e_6778',['PODVector< const int *, DefaultAllocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20particlereal_20_2a_20_3e_6779',['PODVector< const ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20particlereal_20_2a_2c_20allocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_6780',['PODVector< const ParticleReal *, Allocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20const_20particlereal_20_2a_2c_20defaultallocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_6781',['PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20index_5ftype_20_3e_6782',['PODVector< index_type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_2a_20_3e_6783',['PODVector< int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_2a_2c_20allocator_3c_20int_20_2a_20_3e_20_3e_6784',['PODVector< int *, Allocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20int_20_2a_2c_20defaultallocator_3c_20int_20_2a_20_3e_20_3e_6785',['PODVector< int *, DefaultAllocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_3e_6786',['PODVector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particlereal_20_2a_20_3e_6787',['PODVector< ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particlereal_20_2a_2c_20allocator_3c_20particlereal_20_2a_20_3e_20_3e_6788',['PODVector< ParticleReal *, Allocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20particlereal_20_2a_2c_20defaultallocator_3c_20particlereal_20_2a_20_3e_20_3e_6789',['PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particletype_2c_20allocator_3c_20particletype_20_3e_20_3e_6790',['PODVector< ParticleType, Allocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20particletype_2c_20defaultallocator_3c_20particletype_20_3e_20_3e_6791',['PODVector< ParticleType, DefaultAllocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20std_3a_3asize_5ft_20_3e_6792',['PODVector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20uint64_5ft_2c_20allocator_3c_20uint64_5ft_20_3e_20_3e_6793',['PODVector< uint64_t, Allocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20uint64_5ft_2c_20defaultallocator_3c_20uint64_5ft_20_3e_20_3e_6794',['PODVector< uint64_t, DefaultAllocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20unsigned_20int_20_3e_6795',['PODVector< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['point_6796',['Point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434ab4007993e9c944fbfd42096732e4b430',1,'amrex::StateDescriptor']]], - ['pointer_6797',['pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< index_type >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int *, DefaultAllocator< const int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int *, DefaultAllocator< int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< std::size_t >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::XDim3 >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::STLtools::Triangle >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::openbc::MomTag >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::NeighborCode >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::BoxND >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'amrex::PODVector::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a8a10b255de4c608b3775a315e409ef8d',1,'hacc::AlignedAllocator::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< unsigned int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a27f45496b5f43b097780b5ca62f10b64',1,'amrex::TheFaArenaDeleter::pointer()']]], - ['pointghosttypes_6798',['PointGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3a',1,'amrex::InSituUtils']]], - ['pointvalue_6799',['PointValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5a829681bb11c94caeafc642e3a95c91',1,'amrex::DataServices']]], - ['pointvaluerequest_6800',['PointValueRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af2edde48d8bc88db394583d8e3a01588',1,'amrex::DataServices']]], - ['polar_6801',['polar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183',1,'amrex']]], - ['polarb_6802',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html',1,'amrex::FabArrayBase::PolarB'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ad805ea2e85456aeee7173714da9e0167',1,'amrex::FabArrayBase::PolarB::PolarB()']]], - ['polarbcache_6803',['PolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aeefdcd1fc2b2d609017e01fa8862c931',1,'amrex::FabArrayBase']]], - ['polarbcacheiter_6804',['PolarBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae3da0c50a11f56d59552e30b45b10741',1,'amrex::FabArrayBase']]], - ['policy_5ftype_6805',['policy_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac7d6cb85347432af38cca8139f86111a',1,'amrex::ParticleArray::policy_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a7fd6a1c4f97aa655b71ce36e4aad357d',1,'amrex::ParticleArrayAccessor::policy_type()']]], - ['poly_5fdiff_6806',['poly_diff',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ae2185088b6449f7811b072576236dabd',1,'sdcquadrature_mod']]], - ['poly_5feval_6807',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a19abe9c6ef21541b666b72dd131373b3',1,'sdcquadrature_mod::poly_eval()'],['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#ab38d996c6f957cb170aa2ca9fa135a74',1,'sdcquadrature_mod::poly_eval::poly_eval()'],['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html',1,'sdcquadrature_mod::poly_eval']]], - ['poly_5feval_5fcomplex_6808',['poly_eval_complex',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a507876cf6308356bcab599968824c4a9',1,'sdcquadrature_mod::poly_eval_complex()'],['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#aaf65ea1be7f3b8d7e5e1e99d79a91099',1,'sdcquadrature_mod::poly_eval::poly_eval_complex()']]], - ['poly_5fint_6809',['poly_int',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a0ffbe7bf11e56b416c5631c0b38321b6',1,'sdcquadrature_mod']]], - ['poly_5finterp_5fcoeff_6810',['poly_interp_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, int N, T *AMREX_RESTRICT c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, T *AMREX_RESTRICT c) noexcept']]], - ['poly_5flegendre_6811',['poly_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a874a5cd63196132c18272439ac22d430',1,'sdcquadrature_mod']]], - ['poly_5froots_6812',['poly_roots',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ac65c67a741f829888ad21000351c137b',1,'sdcquadrature_mod']]], - ['polyif_6813',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html',1,'amrex::EB2::PolyIF< N >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#ae25262d67072428f2cad3d6efb2f5877',1,'amrex::EB2::PolyIF::PolyIF()']]], - ['polyinterpcoeff_6814',['polyinterpcoeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de',1,'amrex_lo_util_module']]], - ['polymorphicarenaallocator_6815',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html',1,'amrex::PolymorphicArenaAllocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#abd49730f61493b4c7b5d596ed7ffa547',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a7e37e0451471fcf02dbfb376f2804145',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator(Arena *a_arena)']]], - ['polymorphicarenawrapper_6816',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html',1,'amrex::PolymorphicArenaWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a579908990ceb617fc236604011136af6',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a85a639c6c909c175dc65653bf9c4ac72',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper(Arena *a_arena)']]], - ['polymorphicarray4_6817',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html',1,'amrex::PolymorphicArray4< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#a0e1fecd400082a5f28e0712fa2eadee0',1,'amrex::PolymorphicArray4::PolymorphicArray4()']]], - ['polynomialif_6818',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html',1,'amrex::EB2::PolynomialIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#aded08a08d53e73aa84431822f8b76374',1,'amrex::EB2::PolynomialIF::PolynomialIF(const Vector< PolyTerm > &a_polynomial, bool a_inside=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a3ee4eff332df3bbfcff89267a7c9bf62',1,'amrex::EB2::PolynomialIF::PolynomialIF(const PolynomialIF &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a18f10f3de6a91418664b73f1c86d7461',1,'amrex::EB2::PolynomialIF::PolynomialIF(PolynomialIF &&rhs)=default']]], - ['polyterm_6819',['PolyTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html',1,'amrex::EB2']]], - ['pop_6820',['pop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a0fb2101660c9e5211fb65297ffd99292',1,'amrex::ParserStack::pop()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a6bdab1c75756fa491add5ace4c59550f',1,'amrex::ParallelContext::pop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a3951bf73fe4dbac7f4c1ccef7bbbcb34',1,'amrex::IParserStack::pop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a45b714be9d0d45f3ecb339085a73c6ec',1,'amrex::EB2::IndexSpace::pop()']]], - ['pop_5fback_6821',['pop_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int *, DefaultAllocator< int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< std::size_t >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< unsigned int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::NeighborCode >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa1831ea3b91c1a77740583f99542ee26',1,'amrex::ArrayOfStructs::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'amrex::PODVector::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::BoxND >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< index_type >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::openbc::MomTag >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::STLtools::Triangle >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::XDim3 >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int *, DefaultAllocator< const int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pop_back()']]], - ['pop_5fbt_5fstack_6822',['pop_bt_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#abe774b8eb0afd3dc4f530aaf3c509984',1,'amrex::BLBTer']]], - ['popregiontag_6823',['popRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bf2b5f80cfa6a00fd92a2c10b16720c',1,'amrex::FabArrayBase']]], - ['pos_6824',['pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ab9aa9ba3c29b3556c7987d0622c7322b',1,'amrex::SoAParticle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ac2b984a4de5d43ab39afba8bac4dc2a3',1,'amrex::Particle::pos(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a102ae1d7ef52914d8c93baa331169016',1,'amrex::Particle::pos(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa4be6533a7b9987c6f0c73ffe3c4cbbb',1,'amrex::ParticleTile::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6974466bbe1639c042ea8079b1ee163c',1,'amrex::Particle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acca412a3b97db15ba5e39f02b97d079c',1,'amrex::ParticleTile::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'amrex::ParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#aae234935b8374a9326a3df4701c5dc43',1,'amrex::SoAParticle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a69e0e87f9818bf12a60e2a2c2419ca4a',1,'amrex::SoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a6853712ded51f7bacb03dd4bc6836c6f',1,'amrex::ConstSoAParticle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'amrex::ConstParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2a8548e774e4805ad86a291605aa4db7',1,'amrex::ConstSoAParticle::pos()']]], - ['pos_5fngbr_6825',['pos_ngbr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e',1,'amrex_ebcellflag_module']]], - ['pos_5fnumvofs_6826',['pos_numvofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a25435966072b5955673109be97617f89',1,'amrex::EBCellFlag::pos_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08',1,'amrex_ebcellflag_module::pos_numvofs()']]], - ['post_5ffast_5fstage_6827',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a115ec6a6570eb39b2342d5255be0b7aa',1,'amrex::SundialsUserData::post_fast_stage()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1',1,'amrex::SundialsUserFun::post_fast_stage()']]], - ['post_5ffast_5fstage_5faction_6828',['post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3898e71d3b76c181fe8826e3c1c8e23e',1,'amrex::IntegratorBase']]], - ['post_5ffast_5fstep_6829',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128',1,'amrex::SundialsUserFun::post_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#aaa3a49f84edbfa7ed218d163afd66e21',1,'amrex::SundialsUserData::post_fast_step()']]], - ['post_5ffast_5fstep_5faction_6830',['post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a8a54ccfa6d203a9d2f8efe66130ae468',1,'amrex::IntegratorBase']]], - ['post_5finit_6831',['post_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac7f38ed4057c3c789e73567e1f455ccb',1,'amrex::AmrLevel']]], - ['post_5fregrid_6832',['post_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0289a6cdc3349c2c0b778cc25901e364',1,'amrex::AmrLevel']]], - ['post_5frestart_6833',['post_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afc4f639ee0e05fd9a827db22694941a0',1,'amrex::AmrLevel']]], - ['post_5fstage_6834',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56',1,'amrex::SundialsUserFun::post_stage()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a5e9dcabb348c811741090871b6c3783b',1,'amrex::SundialsUserData::post_stage()']]], - ['post_5fstage_5faction_6835',['post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad51e1ada5e5a2f2956bea509831a43e3',1,'amrex::IntegratorBase']]], - ['post_5fstep_6836',['post_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d',1,'amrex::SundialsUserFun::post_step()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a1ce697e52c0b9947aa2425b4b8b592fb',1,'amrex::SundialsUserData::post_step()']]], - ['post_5fstep_5faction_6837',['post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a5e6edee80e051ee491f30b7e2668cea1',1,'amrex::IntegratorBase']]], - ['post_5fstep_5fregrid_6838',['post_step_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ef7971fd5d7dd152886c202feb7d806',1,'amrex::AmrLevel']]], - ['post_5ftimestep_6839',['post_timestep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6dc31baa80c3f278350ad20a64577155',1,'amrex::AmrLevel']]], - ['postcoarsetimestep_6840',['postCoarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6c4e273ed6a867d2da0dbf8ae325c82a',1,'amrex::AmrLevel']]], - ['postprocessbasegrids_6841',['PostProcessBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5863ce18c2b8b1dc6371d33c227f2a6',1,'amrex::AmrMesh']]], - ['postrecvs_6842',['PostRecvs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8',1,'amrex::NonLocalBC']]], - ['postsends_6843',['PostSends',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5',1,'amrex::NonLocalBC']]], - ['postsolve_6844',['postSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a353013df6e58210dd529bb995bcc21d9',1,'amrex::MLEBNodeFDLaplacian::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'MLLinOpT< Array< MultiFab, 3 > >::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'amrex::MLLinOpT::postSolve()']]], - ['poststagenoop_6845',['PostStageNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html',1,'amrex::RungeKutta']]], - ['poststepregrid_6846',['postStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae5ca0552f0073d959717f3dc4a375478',1,'amrex::AmrLevel']]], - ['pout_6847',['pout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780',1,'amrex']]], - ['poutfilename_6848',['poutFileName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461',1,'amrex']]], - ['pow_6849',['pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e',1,'amrex::pow(const GpuComplex< T > &a_z, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f',1,'amrex::pow(const GpuComplex< T > &a_z, int a_n) noexcept']]], - ['powers_6850',['powers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#ad3d79d5eb417ba4996db8180e4590492',1,'amrex::EB2::PolyTerm']]], - ['powi_6851',['powi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626',1,'amrex::Math']]], - ['pp_5fentry_6852',['PP_entry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html',1,'amrex::ParmParse']]], - ['ppm_6853',['PPM',['../namespacePPM.html',1,'']]], - ['prebuilddirectorhierarchy_6854',['PreBuildDirectorHierarchy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2',1,'amrex']]], - ['precision_6855',['Precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660',1,'amrex::FABio']]], - ['precond_6856',['precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#afe3c1ec699c60ebc52f1a4d8554a4889',1,'amrex::GMRESMLMGT']]], - ['predictstateonfaces_6857',['PredictStateOnFaces',['../namespacePPM.html#a89c4175944492fd501dd22549d63795f',1,'PPM']]], - ['predictstateonxface_6858',['PredictStateOnXFace',['../namespaceEBPLM.html#a5e1fcc915e6448d1e02c59d5b18dbf69',1,'EBPLM::PredictStateOnXFace()'],['../namespacePLM.html#a27d3106050ecc051c39cd1702f6615a7',1,'PLM::PredictStateOnXFace()'],['../namespacePPM.html#a5dc90fa5728d9f442f08df89ad49f019',1,'PPM::PredictStateOnXFace(const int i, const int j, const int k, const int n, const amrex::Real dt, const amrex::Real dx, amrex::Real &Im, amrex::Real &Ip, const amrex::Array4< const amrex::Real > &S, const amrex::Array4< const amrex::Real > &vel_edge, const amrex::BCRec bc, const int domlo, const int domhi, const Limiter &, int limiter_type)']]], - ['predictstateonyface_6859',['PredictStateOnYFace',['../namespacePPM.html#aebf181a69d9a9ce87cc3001b57da4cdc',1,'PPM::PredictStateOnYFace()'],['../namespaceEBPLM.html#ad0fea99f7eac4dd51cae3e57a7c2b629',1,'EBPLM::PredictStateOnYFace()'],['../namespacePLM.html#a1107e8578e71e86ef2d86c10729baa34',1,'PLM::PredictStateOnYFace()']]], - ['predictvelonfaces_6860',['PredictVelOnFaces',['../namespacePPM.html#afc01feca9b1f93c06521af5d6591c22c',1,'PPM']]], - ['predictvelonxface_6861',['PredictVelOnXFace',['../namespaceEBPLM.html#a2a3bd2e63860114b33e53bd8d368d738',1,'EBPLM::PredictVelOnXFace()'],['../namespacePLM.html#ac81b254592851f46142367a43d2be8dd',1,'PLM::PredictVelOnXFace()'],['../namespacePPM.html#adb2496aca52fb5c10215b6b2e51dd56a',1,'PPM::PredictVelOnXFace(const int i, const int j, const int k, const int n, const amrex::Real dtdx, const amrex::Real v_ad, const amrex::Array4< const amrex::Real > &S, const amrex::Array4< amrex::Real > &Im, const amrex::Array4< amrex::Real > &Ip, const amrex::BCRec bc, const int domlo, const int domhi, const Limiter &)']]], - ['predictvelonyface_6862',['PredictVelOnYFace',['../namespacePPM.html#a2508ebdfc4ebe06e3a4a4b3b45e1e14f',1,'PPM::PredictVelOnYFace()'],['../namespacePLM.html#a7e11b6bc6c30a638bc0e53fc7b7785d3',1,'PLM::PredictVelOnYFace()'],['../namespaceEBPLM.html#a3fd409163b9f007fd4f33f86c81bafb6',1,'EBPLM::PredictVelOnYFace()']]], - ['prefetchtodevice_6863',['prefetchToDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'amrex::BaseFab::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< char >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< AtomicInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< EBCellFlag >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< HYPRE_Int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< PetscInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af50ec082ab16407059545feed99d648f',1,'amrex::Gpu::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96',1,'amrex::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< Real >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< IArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< FArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::Mask >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::EBCellFlagFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::CutFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'amrex::FabArray::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< TagBox >::prefetchToDevice()']]], - ['prefetchtohost_6864',['prefetchToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::Mask >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'amrex::BaseFab::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< AtomicInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< char >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< EBCellFlag >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< HYPRE_Int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< PetscInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< Real >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'amrex::FabArray::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::CutFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::EBCellFlagFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< FArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< IArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< TagBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3',1,'amrex::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3abad1fb37ce40b710326ae2d9ab208c',1,'amrex::Gpu::prefetchToHost()']]], - ['prefixedname_6865',['prefixedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9acf57232096dc7488995a49627924eb',1,'amrex::ParmParse']]], - ['prefixsum_6866',['PrefixSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d',1,'amrex::Scan']]], - ['prepare_6867',['prepare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a137269ba305483a92bf01d19ec1fd07c',1,'amrex::STLtools']]], - ['preparecommbuffers_6868',['PrepareCommBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf',1,'amrex::NonLocalBC']]], - ['prepareforcoarsening_6869',['prepareForCoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1f72985a64a6353ac131eb89728f7ba9',1,'amrex::EB2::Level']]], - ['prepareforfluxes_6870',['prepareForFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a000e69affa33aed71511df8fa232aae2',1,'amrex::MLMGT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'amrex::MLLinOpT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#acfbbd0bc16c6143b970276cb3db30a03',1,'amrex::MLCellLinOpT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForFluxes()']]], - ['prepareforgmres_6871',['prepareForGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'amrex::MLLinOpT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae4ea921d48b5a556bd78ddcdd41a4455',1,'amrex::MLMGT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a895ca1ca69778b53dcf5ca86b366d4f7',1,'amrex::MLNodeLinOp::prepareForGMRES()']]], - ['preparefornsolve_6872',['prepareForNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a69cb002038ef5460b92042d6921396b1',1,'amrex::MLMGT']]], - ['prepareforsolve_6873',['prepareForSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a339396bc771f5e6b9e630746d0c7e0ab',1,'amrex::MLNodeLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa9e73a4d8720519ab2cecb3cd62c5d9b',1,'amrex::MLNodeABecLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99e382a66a897864e0c3b4dffe9e1cd9',1,'amrex::MLMGT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'amrex::MLLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a71281b7dfd14b0f89a2c50fc327bb',1,'amrex::MLEBTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad5475aafb15a2e53a6dada12839c27c9',1,'amrex::MLEBNodeFDLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a10d9a42df59b0c48c0de0bc3a2b41cca',1,'amrex::MLEBABecLap::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5c54cb4e1ea4c2b1818db0cf82741c30',1,'amrex::MLCurlCurl::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8201ce95349a35448ba37366eabc518b',1,'amrex::MLCellLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acff16f567dc8c5c30be1337318235e45',1,'amrex::MLCellABecLapT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a72d228dbde4801d9b4086a2dc94779c6',1,'amrex::MLALaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5c7e2382421d34818b66ccaba2e9ba95',1,'amrex::MLABecLaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a997cf1a004e76b021a262f35a834da32',1,'amrex::MLNodeLinOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ab2886d51be38082d20a26e35ddbf3b28',1,'amrex::MLNodeTensorLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a46fe8bdcadd6679f29d19971eeb19242',1,'amrex::MLPoissonT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a9e8e4689f0e0f349f5a29708c224360c',1,'amrex::MLTensorOp::prepareForSolve()']]], - ['preparelinop_6874',['prepareLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a929a91b1f9969e79f186bb7a1a073f69',1,'amrex::MLMGT']]], - ['preparemgcycle_6875',['prepareMGcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad13058d5dffd2c90824cd1a1d5db3085',1,'amrex::MLMGT']]], - ['preparerecvbuffers_6876',['PrepareRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222',1,'amrex::NonLocalBC']]], - ['preparerecvbuffers_5ft_6877',['PrepareRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439',1,'amrex::NonLocalBC']]], - ['preparerhs_6878',['prepareRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#acbc4efc38bffb2ceab5d5bf004cf6dc6',1,'amrex::MLCurlCurl']]], - ['preparesendbuffers_6879',['PrepareSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49',1,'amrex::NonLocalBC']]], - ['preparesendbuffers_5ft_6880',['PrepareSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0',1,'amrex::NonLocalBC']]], - ['preparesolver_6881',['prepareSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#afe4795550c7479c27c62872b3c3f5c24',1,'amrex::HypreABecLap2::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a73956b5120ef6513532cb22e2e8335ab',1,'amrex::HypreABecLap3::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ad1eb894ae4a104ea04c6be69d08b4e1f',1,'amrex::PETScABecLap::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a61436da82fa418df4ddfab4881c137e3',1,'amrex::HypreABecLap::prepareSolver()']]], - ['prettyprinttable_6882',['prettyPrintTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a25e20319d7e653849733bf39d7416437',1,'amrex::ParmParse']]], - ['previous_5ftime_5fstep_6883',['previous_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aea34558a8595abbdc1f9a5f3635fb4c2',1,'amrex::IntegratorBase']]], - ['prevtime_6884',['prevTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aacf7931abf97b3774c79b60e80d177a4',1,'amrex::StateData']]], - ['primary_6885',['primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a31a66854b5336c0a76e23a9457877713',1,'amrex::StateDescriptor']]], - ['print_6886',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html',1,'amrex::Print'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a612024a8e9a5ad7bfcd98707fcdcb787',1,'amrex::Print::Print(int rank_, MPI_Comm comm_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a181bc6a4ba323484f28415b80ee1b6b6',1,'amrex::Print::Print(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a1bb1f415c2393c08d8fd115bbc848638',1,'amrex::Print::Print(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#aebc81b9845c635f74ca8765c698ca059',1,'amrex::Print::Print(int rank_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a11f1c04c6e1559c094d72df8baf5e2b7',1,'amrex::Print::Print(std::ostream &os_=amrex::OutStream())']]], - ['print_6887',['print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a217d48dc80e0448899823a0d47460d8b',1,'amrex::Parser::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a0e00f4a1a90b536068669ad8ed9c5b80',1,'amrex::IParser::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a84cad9d66ad27523679ae8c2b6b5d37e',1,'amrex::FabArrayBase::FabArrayStats::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aa9d7c2eebaa83c655e91f8b9b0040df1',1,'amrex::FabArrayBase::CacheStats::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a72ed92cf7d71611d2e9086dd7e603792',1,'amrex::NeighborList::print()']]], - ['print_5fbacktrace_5finfo_6888',['print_backtrace_info',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a6dd9bad8d7ece9e996de0cd3a7403b91',1,'amrex::BLBackTrace::print_backtrace_info(const std::string &filename)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a33950310b32a51c70dd6f6960d83e2db',1,'amrex::BLBackTrace::print_backtrace_info(FILE *f)']]], - ['print_5fconnectivity_6889',['print_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a4fc94184dd7d26f8ccb2fccdd8367474',1,'amrex::EBToPVD']]], - ['print_5fcontrol_5fpoints_6890',['print_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9c9ba23ae82c4ab0a38587d96c99f344',1,'amrex::LineDistFcnElement2d::print_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a423846c99ff07003d00a7f8978bfebc5',1,'amrex::SplineDistFcnElement2d::print_control_points()']]], - ['print_5fgrids_6891',['print_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a692701cba27f352589066c9024d388a7',1,'amrex::EBToPVD']]], - ['print_5fpoints_6892',['print_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#af56069dd01a4a44b7f471f70f051887b',1,'amrex::EBToPVD']]], - ['print_5fspline_6893',['print_spline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a5da55e4a3464f1a04eb34beffd638600',1,'amrex::SplineDistFcnElement2d']]], - ['print_5fstate_6894',['print_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f',1,'amrex']]], - ['print_5fthreshold_6895',['print_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4de3ee9387602dc09ef0f134c9826c13',1,'amrex::TinyProfiler']]], - ['printcallstack_6896',['PrintCallStack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8a14bcc37603ec472c17a644428d3686',1,'amrex::TinyProfiler']]], - ['printcalltreenode_6897',['PrintCallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4d91df9b423715cc4ac9b197bcad14ff',1,'RegionsProfStats']]], - ['printcapacity_6898',['PrintCapacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PrintCapacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'amrex::ParticleContainer_impl::PrintCapacity()']]], - ['printcell_6899',['printCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e',1,'amrex']]], - ['printexe_6900',['printExe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#aa3e51f354702ada83a42fa17d6450ff1',1,'amrex::Parser']]], - ['printgridinfo_6901',['printGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b7fbf8492a6e663bd567bfdb4151a40',1,'amrex::Amr']]], - ['printgridsummary_6902',['printGridSummary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4f3c144db8f986764324e9ba788666b3',1,'amrex::AmrCore']]], - ['printinfo_6903',['printInfo',['../classHydro_1_1NodalProjector.html#a098df2a533925ef6167e4df5bf3d46d5',1,'Hydro::NodalProjector']]], - ['printmemstats_6904',['PrintMemStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a18a5eb16b85aa8cc252a58b24a6ac763',1,'amrex::TinyProfiler']]], - ['printmemusage_6905',['printMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2a2878413402bf8cff44357bf4964a5d',1,'amrex::FabArrayBase']]], - ['printneighborlist_6906',['printNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aac13e1f1c324181ce01a8f50fe3897d9',1,'amrex::NeighborParticleContainer']]], - ['printptr_6907',['PrintPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a614a6f4d10ea61b0dc126aa932d1ab27',1,'amrex::DistributionMapping::RefID']]], - ['printstats_6908',['PrintStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a77843e1433ce6bede350d2dd35eb02a3',1,'amrex::TinyProfiler::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'FabArrayCopyDescriptor< FArrayBox >::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'amrex::FabArrayCopyDescriptor::PrintStats()']]], - ['printtimeinterval_6909',['printTimeInterval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa92325475654d8018a7a4d96811ff90b',1,'amrex::StateData']]], - ['printtimerangelist_6910',['PrintTimeRangeList',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1',1,'amrex']]], - ['printtofile_6911',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html',1,'amrex::PrintToFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a65e2ca6508a0d6387c5f138c43a2998f',1,'amrex::PrintToFile::PrintToFile(std::string file_name_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0893d5f29d082f561090f7d93cce8759',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a6104fd13b117f3b559fc3287744db7c1',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a840a4f6901205237e9bd7e7b0b879753',1,'amrex::PrintToFile::PrintToFile(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aa2fb6b50feec44f081108ae3f8cb30ef',1,'amrex::PrintToFile::PrintToFile(PrintToFile &&)=delete']]], - ['printusage_6912',['PrintUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a506a68384da30629323d0839f13812c2',1,'amrex::Arena::PrintUsage()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#aa73ded7161a0649ccd1103491034632a',1,'amrex::CArena::PrintUsage(std::string const &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a220453b0ec3b2de0df5cd94cb08dab03',1,'amrex::CArena::PrintUsage(std::ostream &os, std::string const &name, std::string const &space) const']]], - ['printusagetofiles_6913',['PrintUsageToFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa1cfbcfa1c41ac7e45bf469e93db7402',1,'amrex::Arena']]], - ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_6914',['private_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad888998563a26e9b66682405b749228d',1,'amrex']]], - ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_6915',['private_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750',1,'amrex']]], - ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_6916',['private_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed',1,'amrex']]], - ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_6917',['private_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad',1,'amrex']]], - ['prob_5fdomain_6918',['prob_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#aee36e84e322a0ca0025338dcca8475d1',1,'amrex::GeometryData::prob_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af62cd34804aea5643a6fc2205495b7a2',1,'amrex::Geometry::prob_domain()']]], - ['probdomain_6919',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abaab22e72988e0a65438fde205822073',1,'CommProfStats']]], - ['probdomain_6920',['ProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ae68fad0b0c42fcd904bcc36c8d678ca9',1,'amrex::Geometry::ProbDomain(const RealBox &rb) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a69dfda38f7288ba1c26211d5b2160c1c',1,'amrex::Geometry::ProbDomain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a37b2fde345a6609763be8a1fdd7ece25',1,'amrex::AmrData::ProbDomain() const']]], - ['probdomain_6921',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a837415b3fb8f8b8f378228d94a2563df',1,'amrex::AmrData::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a5f7c170e89ce1e97f586355ea2fceb41',1,'amrex::PlotFileData::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a9e669b9161d30f743ddee143bff88dc2',1,'amrex::PlotFileDataImpl::probDomain()']]], - ['probhi_6922',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9a8ebe29bfbb66ffa7d2ac47d2fb255b',1,'amrex::Geometry::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5fd19e6998dd24eb5156808bdabc1dae',1,'amrex::Geometry::ProbHi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#afc75128d9d4bafa048122bb09b2adf35',1,'amrex::GeometryData::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2325c024dbbe3cb941e2964e0d8dc53d',1,'amrex::GeometryData::ProbHi(int dir) const noexcept']]], - ['probhi_6923',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac34dc700ac457772b9fc634e2f80edd8',1,'amrex::AmrData']]], - ['probhi_6924',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a413de6a07cab35d38f1f23801cae1060',1,'amrex::AmrData']]], - ['probhi_6925',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a20a6ee376fe0fb4b149be6374249e79a',1,'amrex::PlotFileData::probHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dbc97b271868a752395f72b717fa34a',1,'amrex::PlotFileDataImpl::probHi()']]], - ['probhiarray_6926',['ProbHiArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8de19f13c63f4cb2759207cb725581ed',1,'amrex::Geometry']]], - ['probhiarrayinparticlereal_6927',['ProbHiArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa55c38ac0db751b7aa40625464034b73',1,'amrex::Geometry']]], - ['probin_5ffile_6928',['probin_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a015dec6a04940644e63848d6afd6e7c8',1,'amrex::Amr']]], - ['problength_6929',['ProbLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa957525db46a7c7c22c1371633a3f263',1,'amrex::Geometry']]], - ['problo_6930',['ProbLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1dea3e08037a71158cda1adafab206ef',1,'amrex::AmrData::ProbLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a3d9777846ced2fc748f213cc58ff0dfd',1,'amrex::GeometryData::ProbLo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2002b8c121f27d0e9a65e06597ef85a3',1,'amrex::GeometryData::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a03bdebdfb4b402507aab117a78bb71b4',1,'amrex::Geometry::ProbLo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02ef0d522174b99ca75e569def4c091c',1,'amrex::Geometry::ProbLo() const noexcept']]], - ['problo_6931',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4800513a6130b6dbb784adec1d555d99',1,'amrex::PlotFileDataImpl::probLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a744ac8dee3b12454af52e51ad541b9df',1,'amrex::PlotFileData::probLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1e66e43e21552623a1e0c9fad7df4e46',1,'amrex::AmrData::probLo()']]], - ['probloarray_6932',['ProbLoArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a2cbf2a8943849597fdcb06608416d0db',1,'amrex::Geometry']]], - ['probloarrayinparticlereal_6933',['ProbLoArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8f5623ee19b444e7c1a38d28a79459fb',1,'amrex::Geometry']]], - ['probsize_6934',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a05119789d1f20fa785068e24580129d5',1,'amrex::AmrData::probSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aaff30fe7f8204f68509dc9a8caf5f572',1,'amrex::PlotFileDataImpl::probSize()']]], - ['probsize_6935',['ProbSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aee3000e243b4b85b74bad050fa9f0484',1,'amrex::AmrData::ProbSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad215766309286d88d85b4d78f7280f4c',1,'amrex::Geometry::ProbSize()']]], - ['probsize_6936',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0fdee328da3ad85b3dbb121f64adc105',1,'amrex::PlotFileData']]], - ['proc_6937',['proc',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aab47f1d42db988febeb4e2d0f2349f63',1,'RegionsProfStats::DataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#af96bd271a472d0e7707165da64ace399',1,'BLProfStats::BLPDataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac6b130e1f63c583e336a16928c533182',1,'CommProfStats::DataBlock::proc()']]], - ['proc_5fid_6938',['proc_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#af81d15d77bed1360192bf5510e8c1a5a',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['process_5ftopology_5f1_6939',['process_topology_1',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a2958e45305ae7bd3d1077348c2f30f1e',1,'distribution_t']]], - ['process_5ftopology_5f2_5fx_6940',['process_topology_2_x',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#af6a7bae9b4cb830d7c37076561f1417c',1,'distribution_t']]], - ['process_5ftopology_5f2_5fy_6941',['process_topology_2_y',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a00fcc37760762bee9052ff654398aaee',1,'distribution_t']]], - ['process_5ftopology_5f2_5fz_6942',['process_topology_2_z',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a48496ef186f85b7d82d83592b366c03f',1,'distribution_t']]], - ['process_5ftopology_5f3_6943',['process_topology_3',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ab7383f9179b519721f4dffdd185c055a',1,'distribution_t']]], - ['process_5ftopology_5ft_6944',['process_topology_t',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html',1,'']]], - ['processormap_6945',['ProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac1cd8ab03f5ec883f167f4e1148d29ee',1,'amrex::DistributionMapping']]], - ['processteam_6946',['ProcessTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html',1,'amrex::ParallelDescriptor']]], - ['procid_6947',['procID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac90cfd42a7406149cd38468a9f759e3e',1,'amrex::ParticleBufferMap']]], - ['procstats_6948',['ProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html',1,'amrex::TinyProfiler']]], - ['procthathasdata_6949',['procThatHasData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5ded8154e0acf04de6c1d60f985a7069',1,'amrex::FabArrayBase::FabComTag']]], - ['procthatneedsdata_6950',['procThatNeedsData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a6ad0d4aaa97b3aeba9ad7663cc974563',1,'amrex::FabArrayBase::FabComTag']]], - ['product_6951',['product',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'amrex::Array2D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const int *, NArrayInt >::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real,(M+2) *(M+1)/2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, nelems >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal *, NAR >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 4 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int *, NAI >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const ParticleReal *, NArrayReal >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< bool, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::EB2::PolyTerm, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::Interval, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'amrex::GpuArray::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a738bf226cd7ec23057eb95176cd4bfa6',1,'amrex::Array3D::product(const int axis, const int loc0, const int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ab58dde651cfad3f07ffdfb42d66e1c3b',1,'amrex::Array3D::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'amrex::Array2D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'amrex::Array1D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'Array1D< int, 0, N-1 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product()']]], - ['profdata_6952',['PROFDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae7fe174117a8bd8847e7530391fb5fdc',1,'amrex::Amrvis']]], - ['profiler_6953',['profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a79516a720db5a9b896b2d87c1287930e',1,'amrex::DataServices']]], - ['profilerstart_6954',['profilerStart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a9b8a6a9f47a037559294546980502da1',1,'amrex::Gpu::Device']]], - ['profilerstop_6955',['profilerStop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7961d112520b04459e1eb566e2c6ee71',1,'amrex::Gpu::Device']]], - ['proj_6956',['proj',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#aca8782125cabf6d92e994f234ab7519b',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], - ['project_6957',['project',['../classHydro_1_1MacProjector.html#a11425406f3b1ebf78d61520733cfe6fc',1,'Hydro::MacProjector::project(const amrex::Vector< amrex::MultiFab * > &phi_in, amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1MacProjector.html#a8a7f09aa7edb1a831bceefd74a729619',1,'Hydro::MacProjector::project(amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1NodalProjector.html#ae59512302c66d32aea7f4f252c09fa27',1,'Hydro::NodalProjector::project(amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))'],['../classHydro_1_1NodalProjector.html#ab54ce0105047feaf533fe3f5917e90f9',1,'Hydro::NodalProjector::project(const amrex::Vector< amrex::MultiFab * > &a_phi, amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))']]], - ['projperiodic_6958',['ProjPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a663a92c5e8c0dbe3578d19cd8fb36af3',1,'amrex::AmrMesh']]], - ['properblockingfactor_6959',['ProperBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2447047c1010b47ee4f3b0de3d5811ee',1,'amrex::AmrLevel']]], - ['properlynested_6960',['ProperlyNested',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b10976708081700c810d70417da8c9',1,'amrex']]], - ['protect_6961',['protect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee6fb8b99ca4282e5f9e9122b9b37cf1',1,'amrex::Interpolater::protect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aa6ed48dc9ce058bd1d1804c800ea0691',1,'amrex::CellConservativeProtected::protect()']]], - ['protected_5fdivide_6962',['protected_divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< PetscInt >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< int >::protected_divide()']]], - ['protected_5finterp_6963',['protected_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a021dc84969e65c184034f112eec3b887',1,'amrex']]], - ['proxfromrank_6964',['proxFromRank',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae110ab5fe019cb5431f8954c51355933',1,'CommProfStats']]], - ['prune_6965',['prune',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ac95794690d4fb50c8e149a55ade09fb8',1,'amrex::algoim::ImplicitIntegral']]], - ['psi_6966',['psi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ad7a1d13d438479b184c871b0dec86a66',1,'amrex::algoim::ImplicitIntegral']]], - ['psicode_6967',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html',1,'amrex::algoim::PsiCode< N >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a13b5bfe7248a8bd90fd647abaed12737',1,'amrex::algoim::PsiCode::PsiCode() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#ac85d103050ea6acd04b2a2b4e55ee8d4',1,'amrex::algoim::PsiCode::PsiCode(const GpuArray< int, N > &sides, int sign) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a791226bc3dff2637e4a5dacb30c25ec0',1,'amrex::algoim::PsiCode::PsiCode(const PsiCode &i, int dim, int side, int sign) noexcept']]], - ['psicount_6968',['psiCount',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a9352b5694ad95664dce6d6214668eb05',1,'amrex::algoim::ImplicitIntegral']]], - ['psizeinfile_6969',['PSizeInFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#afbe88249b244a942b7d7d41b6b176abd',1,'particle_detail']]], - ['pstr_6970',['pstr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1215d1effdf6c549d4d06a61004880d',1,'amrex::VisMF::PersistentIFStream']]], - ['ptd_6971',['PTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a2ca81ea23a9543e907da3e9bcb93d923',1,'amrex::SoAParticle']]], - ['ptr_6972',['ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< Real const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a411a57cc9f3e8fbd3fa2db7738c99c5f',1,'amrex::FatPtr::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< Real const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'amrex::Array4::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'amrex::Array4::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'amrex::Array4::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'amrex::Array4::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'amrex::Array4::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'amrex::Array4::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< Real const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< Real const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< Real const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< Real const >::ptr(Dim3 const &cell) const noexcept']]], - ['ptr_5fowner_6973',['ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< AtomicInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'amrex::BaseFab::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< char >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< EBCellFlag >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< HYPRE_Int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< PetscInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< Real >::ptr_owner()']]], - ['ptr_5fto_5fvoid_5ffunc_6974',['PTR_TO_VOID_FUNC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2',1,'amrex']]], - ['push_6975',['push',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a8c562ca41b2d74fcd48dc76cc2acb6b4',1,'amrex::ParallelContext::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#ae5f96b8ae7c872185b3b816dadf7d480',1,'amrex::ParserStack::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#af6d03e6181c80cfca71355eeae7d4e22',1,'amrex::IParserStack::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a5a3c0ce524a4c0bff9901548d9e8648d',1,'amrex::EB2::IndexSpace::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aacd757c228bab84f39dc148cc5777624',1,'amrex::AMReX::push()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3',1,'amrex::ParallelContext::push()']]], - ['push_5fback_6976',['push_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::XDim3 >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::STLtools::Triangle >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::openbc::MomTag >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::NeighborCode >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::BoxND >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'amrex::PODVector::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a58ff9d1415aa8e4eee3fd76955d36429',1,'amrex::ParticleTile::push_back(const SuperParticleType &sp)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a1c3596011f3532785e35f93767dac146',1,'amrex::ParticleTile::push_back(const ParticleType &p)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac63a647b8a7225d490ce30caaf1105b3',1,'amrex::ParticleArray::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a0c93bb0e80cf6277ee1823f35072007a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a59c2843f59e6ba99661a6d26958b6f08',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf9cf5350e31edefe87e9e8b2f2278ef',1,'amrex::BoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a58e47ec80be71f10f50fe234408ed886',1,'amrex::ArrayOfStructs::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a059d2458f21b6e42c2c22ed204e26337',1,'amrex::WeightedBoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< unsigned int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< std::size_t >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int *, DefaultAllocator< int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< index_type >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int *, DefaultAllocator< const int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int >::push_back()']]], - ['push_5fback_5fimpl_6977',['push_back_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#af7f46ef2c49dac17167364472e5edcef',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['push_5fback_5fint_6978',['push_back_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adeb45488fb08fe702e74efadfe55d8d7',1,'amrex::ParticleTile::push_back_int(int comp, const int *beg, const int *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad303886262e966726980ee5bf9202cfb',1,'amrex::ParticleTile::push_back_int(int comp, std::size_t npar, int v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a83112560fe0053d36f1d4e2377d82a23',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a8ed93fa556cb0e6d76ab31855179c490',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int >::const_iterator beg, amrex::Vector< int >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab1acd5ea97873b2886a1d5b1cca48aab',1,'amrex::ParticleTile::push_back_int(const std::array< int, NArrayInt > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac46b6f7938c08ba5c71b24c97d8f72a5',1,'amrex::ParticleTile::push_back_int(int comp, int v)']]], - ['push_5fback_5freal_6979',['push_back_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af54fdaaae348f3ef6c4f9ec72ed5d7aa',1,'amrex::ParticleTile::push_back_real(int comp, ParticleReal v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a920fbf546aa0d61637897696c29bf54c',1,'amrex::ParticleTile::push_back_real(const std::array< ParticleReal, NArrayReal > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2ac59039f3803da57f27367c22c71c12',1,'amrex::ParticleTile::push_back_real(int comp, const ParticleReal *beg, const ParticleReal *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab23ddb423d3fb51829919af42de5a48f',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal >::const_iterator beg, amrex::Vector< amrex::ParticleReal >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0273a779aabd06b96f98466ee8553d14',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad62dabd419e0030589fc00e5e1880f5a',1,'amrex::ParticleTile::push_back_real(int comp, std::size_t npar, ParticleReal v)']]], - ['pushregiontag_6980',['pushRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a550a79531f98644ed6572f635f854cf7',1,'amrex::FabArrayBase::pushRegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6c6874f6a073ba5a8fe15d5fc7837a5d',1,'amrex::FabArrayBase::pushRegionTag(std::string t)']]], - ['pvmf_6981',['PVMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae7db7ce924b3d22ba729d57da40f2262',1,'amrex::DistributionMapping']]] + ['mpi_5ftypemap_6426',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'BoxND< AMREX_SPACEDIM >::Mpi_typemap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'amrex::BoxND::Mpi_typemap()']]], + ['p_6427',['p',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a654bfbbb8f0f4b2b5d6d53caa1ea41bb',1,'VoidCopyTag']]], + ['p_6428',['P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#adde2e79c224bebd89be90830c87b7a74',1,'amrex::openbc']]], + ['p_6429',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a3769fec569be6c2c4379be5bdd1329b6',1,'amrex::VectorTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#afc8bd190f06737a0bb3dbc412cb74d0c',1,'amrex::Table4D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#abb854fca4c9b2a1dd92ef8fee112ec2e',1,'amrex::Table3D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'Table2D< RT >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'amrex::Table2D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb3e8d430cfc35fd36cca7b37d5d6287',1,'amrex::Table1D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a07854fea58e09b2b7f36b91fcd1dccf1',1,'amrex::algoim::ImplicitIntegral::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#ada7886c1e10a1d5cad5e474ae00780d3',1,'amrex::EB2::DevicePtrIF::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#aa2bef3d69fa1dc344b5208eb2f9a0b55',1,'amrex::CellData::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a03b47153d92f2161819588e4b4636ad4',1,'amrex::BoxCommHelper::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< Real const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'amrex::Array4::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add6764a664666a9bdb4065f20184514e',1,'amrex_parmparse_module::amrex_parmparse::p()']]], + ['p_5ffree_6430',['p_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a9f312ddc4d9aa46a1bf3856152d01b16',1,'amrex::amrex_parser::p_free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#aec4b2ef24cb808ce41a6067c15dc7bb0',1,'amrex::amrex_iparser::p_free()']]], + ['p_5froot_6431',['p_root',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#ab62b0f05797a0f39cb963df68dd96ed0',1,'amrex::amrex_iparser::p_root()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a45522f4f5f94f1bb374baddefd0a9530',1,'amrex::amrex_parser::p_root()']]], + ['pack_5fmatrix_5fgpu_6432',['pack_matrix_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab8aa339fca5416d16202578d9560f96d',1,'amrex::detail']]], + ['pack_5fsend_5fbuffer_5fcpu_6433',['pack_send_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)']]], + ['pack_5fsend_5fbuffer_5fgpu_6434',['pack_send_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)']]], + ['packbuffer_6435',['packBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c',1,'amrex']]], + ['packcomponents_6436',['PackComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html',1,'amrex::NonLocalBC']]], + ['packiodata_6437',['packIOData',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a6fd1074ab53b322e0c0dbe45c3c31747',1,'particle_detail']]], + ['packparticledata_6438',['packParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'amrex::ParticleTileData::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'amrex::ConstParticleTileData::packParticleData()']]], + ['packparticleids_6439',['packParticleIDs',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a30a6f3594be5d404180737352c8c375d',1,'particle_detail']]], + ['packsendbuffers_6440',['PackSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d',1,'amrex::NonLocalBC']]], + ['packsendbuffers_5ft_6441',['PackSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d',1,'amrex::NonLocalBC']]], + ['padding_6442',['padding',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a2d2798fec48b3b9a90476859dd39cf16',1,'amrex::parser_f2::padding()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a8ef1e0a0d45c614776931b35f889cabb',1,'amrex::parser_node::padding()']]], + ['padding1_6443',['padding1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a56862a7eca53a21d4305af60bef4f4f6',1,'amrex::parser_f1']]], + ['padding2_6444',['padding2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ad5a6ff263c0be5ef4b852855f25ae374',1,'amrex::parser_f1::padding2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a442ba0b8c233cb21caf93f28f62ab8f3',1,'amrex::parser_node::padding2()']]], + ['pairindex_6445',['PairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0c2a28aef7db24fbfccc53f46637a582',1,'amrex::NeighborParticleContainer']]], + ['paletteview_6446',['PALETTEVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af36e4dddbedd3f163d912e08b187ae0f',1,'amrex::Amrvis']]], + ['parallel_5fupdate_6447',['parallel_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ab2e8bb4b35603b81737b82cf9b495636',1,'amrex::ReduceOpLogicalAnd::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#a9da9f0f3debf3be703628afad1643563',1,'amrex::ReduceOpSum::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a8547799fc129aadb6c140874c40777e4',1,'amrex::ReduceOpMin::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a0a2b78dac216a89a59073ac12b0a525d',1,'amrex::ReduceOpMax::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a62478d6865c7c7157a895ef64f455dce',1,'amrex::ReduceOpLogicalOr::parallel_update()']]], + ['paralleladd_6448',['ParallelAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::CutFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['paralleladd_5fnowait_6449',['ParallelAdd_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< IArrayBox >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['parallelcomplementin_6450',['parallelComplementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad6d8b6fc8801afb2539d5611efc7abb3',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7c626403ed2f4b4bbddaed58edda99b7',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a538e2e8665da85486105a7daa26bfd0a',1,'amrex::BoxList::parallelComplementIn(const Box &b, BoxList &&bl)']]], + ['parallelcopy_6451',['ParallelCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< FArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< FArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< TagBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< IArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'amrex::FabArray::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a212f1455dd8018d3cd773107db0df62d',1,'amrex::MultiCutFab::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< TagBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< TagBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< IArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< TagBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, int srccomp, int destcomp, int numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, SrcComp srccomp, DestComp destcomp, NumComps numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, int srccomp, int destcomp, int numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, SrcComp srccomp, DestComp destcomp, NumComps numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FArrayBox > &dest, const Box &destbox, const FabArray< FArrayBox > &src, int destcomp, int srccomp, int numcomp, const IntVect &ngrow, MultiBlockIndexMapping const &, Identity const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca',1,'amrex::ParallelCopy(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adadc145305be656128ae5ce4406166a0',1,'amrex::ParallelCopy(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::CutFab >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], + ['parallelcopy_5ffinish_6452',['ParallelCopy_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::Mask >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'amrex::FabArray::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::CutFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e',1,'amrex::NonLocalBC::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< FArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< IArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< TagBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b',1,'amrex::NonLocalBC::ParallelCopy_finish()']]], + ['parallelcopy_5fnowait_6453',['ParallelCopy_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8',1,'amrex::NonLocalBC::ParallelCopy_nowait(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d',1,'amrex::NonLocalBC::ParallelCopy_nowait(NoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)']]], + ['parallelcopytoghost_6454',['ParallelCopyToGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< TagBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< FArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::Mask >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'amrex::FabArray::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< IArrayBox >::ParallelCopyToGhost()']]], + ['parallelcopytoghost_5ffinish_6455',['ParallelCopyToGhost_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'amrex::FabArray::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< FArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< IArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< TagBox >::ParallelCopyToGhost_finish()']]], + ['parallelcopytoghost_5fnowait_6456',['ParallelCopyToGhost_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'amrex::FabArray::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< FArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< IArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< TagBox >::ParallelCopyToGhost_nowait()']]], + ['parallelfor_6457',['ParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27',1,'amrex::experimental::ParallelFor(MF const &mf, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &, bool, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31',1,'amrex::experimental::ParallelFor(MF const &mf, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05b0f6257a895df1534273573b33a53',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8',1,'amrex::ParallelFor(Vector< TagType > const &tags, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1293861fa35f7217666cb145467f09f',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989',1,'amrex::ParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1',1,'amrex::ParallelFor(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd',1,'amrex::ParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064',1,'amrex::ParallelFor(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af98ea0824a9945d3633f96429036b758',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, BoxND< dim > const &box, T ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a94af0fa091bf7fe84c64000abbfb9',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, BoxND< dim > const &box, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5',1,'amrex::ParallelFor(Vector< TagType > const &tags, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc49261ef12c032f9da235da11a15b95',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20c30602a034983b02c1e95927ae2769',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa038af75a97822c5df21f691781e2145',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a065a5b50b590d116df9bec2d115b75dc',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)']]], + ['parallelfor_5fdoit_6458',['ParallelFor_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3f8fddb521eea2e91972e8a665d0e1cc',1,'amrex::detail']]], + ['parallelfor_5fimpnd_6459',['ParallelFor_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9806a4f60e5ec27fadcda28a97df3806',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abbcccb7a439192126cc04a4980052d70',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], + ['parallelforrng_6460',['ParallelForRNG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c',1,'amrex::ParallelForRNG(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63990001fd080e6f727c689437f5668e',1,'amrex::ParallelForRNG(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86',1,'amrex::ParallelForRNG(BoxND< dim > const &box, T ncomp, L const &f) noexcept']]], + ['parallelforrng_5fimpnd_6461',['ParallelForRNG_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa9178db9a47be24aee36f3c72d0ed274',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a80bc7ba0eaf66754172d9d1d172eeacc',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], + ['parconstiter_6462',['ParConstIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412',1,'amrex']]], + ['parconstiter_5fimpl_6463',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html',1,'amrex::ParConstIter_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad0552847dcd847dda664468873c739e6',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ab9fdad990241bb4c86fc0695fc367fb4',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level, MFItInfo &info)']]], + ['parconstitersoa_6464',['ParConstIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342',1,'amrex']]], + ['parconstitertype_6465',['ParConstIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'amrex::ParticleContainer_impl::ParConstIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParConstIterType()']]], + ['parena_6466',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html',1,'amrex::PArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#acf949e7231cf57c1c2ca3c9c7163030c',1,'amrex::PArena::PArena(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ab64e1dcba6cdb03d77cd2eb16b5cb67e',1,'amrex::PArena::PArena(PArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a271766f44068cade7f1f36dd670da387',1,'amrex::PArena::PArena(Long release_threshold)']]], + ['parent_6467',['parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aeb2c20016c60209d0bc5112f262957c2',1,'amrex::AmrLevel::parent()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a82ebfa634d9c07052140242ec82559e5',1,'distribution_t::parent()']]], + ['parent_5fcomm_6468',['parent_comm',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a147c850d5f2d2f2a825382bac8724f06',1,'hacc::Dfft::parent_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2297dd7028df3d0f2d287d92173f339f',1,'hacc::Distribution::parent_comm()']]], + ['parforinfo_6469',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html',1,'amrex::FabArrayBase::ParForInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aecad54aa11e76f8bd774ca2d2c4580c7',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(const FabArrayBase &fa, const IntVect &nghost, int nthreads)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a58d5f8040e66a5f6e09e5687f68eb4ec',1,'amrex::FabArrayBase::ParForInfo::ParForInfo()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a0724d01468d2b2a8482208f62e4e1147',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a2f438dd87f9734ba850f88dbec26795c',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo &&)=delete']]], + ['pargdb_6470',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html',1,'amrex::ParGDB'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#abee7503624f3fff174f03ec61afd563d',1,'amrex::ParGDB::ParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#afc2b7cc24cb2c529957572f20d18b16e',1,'amrex::ParGDB::ParGDB()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a200e30004da7ce6c478f19a7337e6f9a',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3ecce683bd5dd52b72362d51e3c3acb4',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], + ['pargdbbase_6471',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html',1,'amrex::ParGDBBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a44d260e41238ecaac2ceed23ebc9549b',1,'amrex::ParGDBBase::ParGDBBase() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab4a1898d07bb08bd764669ed327b24e8',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aa7332b1c8959dba312c23e42e79046fb',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase &&) noexcept=default']]], + ['pariter_6472',['ParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154',1,'amrex']]], + ['pariter_5fimpl_6473',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html',1,'amrex::ParIter_impl< class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a1f6f9a5f4565b6219b74d1f449efeae2',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a9be2c3686e4a3812f7a52060505d8790',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level, MFItInfo &info)']]], + ['pariterbase_6474',['ParIterBase',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa',1,'amrex']]], + ['pariterbase_5fimpl_6475',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'amrex::ParIterBase_impl< is_const, class, NArrayReal, NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level)']]], + ['pariterbase_5fimpl_3c_20false_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6476',['ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], + ['pariterbase_5fimpl_3c_20true_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6477',['ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], + ['pariterbasesoa_6478',['ParIterBaseSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463',1,'amrex']]], + ['paritersoa_6479',['ParIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49',1,'amrex']]], + ['paritertype_6480',['ParIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'amrex::ParticleContainer_impl::ParIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterType()']]], + ['parmparse_6481',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html',1,'amrex::ParmParse'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aedc024f9fcd3a2e180a860412c3ad745',1,'amrex::ParmParse::ParmParse()']]], + ['parreduce_6482',['ParReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)']]], + ['parse_5finputs_6483',['parse_inputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2b706d04a2952ad586d31f26184b927b',1,'amrex::HypreIJIface']]], + ['parser_6484',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html',1,'amrex::Parser'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a9829ccc584238c1042b7c1ef25b69685',1,'amrex::Parser::Parser(std::string const &func_body)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a979ec2bb844542bdd274c04010282c19',1,'amrex::Parser::Parser()=default']]], + ['parser_5fabs_6485',['PARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab',1,'amrex']]], + ['parser_5facos_6486',['PARSER_ACOS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321',1,'amrex']]], + ['parser_5facosh_6487',['PARSER_ACOSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167',1,'amrex']]], + ['parser_5fadd_6488',['PARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f',1,'amrex']]], + ['parser_5fand_6489',['PARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57',1,'amrex']]], + ['parser_5fasin_6490',['PARSER_ASIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67',1,'amrex']]], + ['parser_5fasinh_6491',['PARSER_ASINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83',1,'amrex']]], + ['parser_5fassign_6492',['parser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html',1,'amrex']]], + ['parser_5fassign_6493',['PARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c',1,'amrex']]], + ['parser_5fast_5fdepth_6494',['parser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6815d583f941a297bbef6d77214829c8',1,'amrex']]], + ['parser_5fast_5fdup_6495',['parser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b98b9aec198e9456f562949577675c',1,'amrex']]], + ['parser_5fast_5fget_5fsymbols_6496',['parser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1d40846503356e1e1201c614163ea54',1,'amrex']]], + ['parser_5fast_5foptimize_6497',['parser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe',1,'amrex']]], + ['parser_5fast_5fprint_6498',['parser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6',1,'amrex']]], + ['parser_5fast_5fregvar_6499',['parser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155',1,'amrex']]], + ['parser_5fast_5fsetconst_6500',['parser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e',1,'amrex']]], + ['parser_5fast_5fsize_6501',['parser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2',1,'amrex']]], + ['parser_5fast_5fsort_6502',['parser_ast_sort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47',1,'amrex']]], + ['parser_5fatan_6503',['PARSER_ATAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac',1,'amrex']]], + ['parser_5fatan2_6504',['PARSER_ATAN2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7',1,'amrex']]], + ['parser_5fatanh_6505',['PARSER_ATANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed',1,'amrex']]], + ['parser_5fcall_5ff1_6506',['parser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839',1,'amrex']]], + ['parser_5fcall_5ff2_6507',['parser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de',1,'amrex']]], + ['parser_5fcall_5ff3_6508',['parser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063',1,'amrex']]], + ['parser_5fceil_6509',['PARSER_CEIL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5',1,'amrex']]], + ['parser_5fcomp_5fellint_5f1_6510',['PARSER_COMP_ELLINT_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5',1,'amrex']]], + ['parser_5fcomp_5fellint_5f2_6511',['PARSER_COMP_ELLINT_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e',1,'amrex']]], + ['parser_5fcompile_6512',['parser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc63f0f94a713d245e1660797a99af63',1,'amrex']]], + ['parser_5fcompile_5fexe_5fsize_6513',['parser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427f00335de584d8602aec963d5e730',1,'amrex']]], + ['parser_5fcos_6514',['PARSER_COS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e',1,'amrex']]], + ['parser_5fcosh_6515',['PARSER_COSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0',1,'amrex']]], + ['parser_5fdefexpr_6516',['parser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad611b2a5542fba47b36125c772d02700',1,'amrex']]], + ['parser_5fdepth_6517',['parser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a511dc2f5222b878782000339b1858f3c',1,'amrex']]], + ['parser_5fdiv_6518',['PARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2',1,'amrex']]], + ['parser_5fdup_6519',['parser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af09002432ee048d8be86ce24cac1b230',1,'amrex']]], + ['parser_5feq_6520',['PARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954',1,'amrex']]], + ['parser_5ferf_6521',['PARSER_ERF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51',1,'amrex']]], + ['parser_5fexe_5fadd_6522',['PARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4',1,'amrex']]], + ['parser_5fexe_5fadd_5fpn_6523',['PARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d',1,'amrex']]], + ['parser_5fexe_5fadd_5fpp_6524',['PARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa',1,'amrex']]], + ['parser_5fexe_5fadd_5fvn_6525',['PARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764',1,'amrex']]], + ['parser_5fexe_5fadd_5fvp_6526',['PARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b',1,'amrex']]], + ['parser_5fexe_5fdiv_5fb_6527',['PARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845',1,'amrex']]], + ['parser_5fexe_5fdiv_5ff_6528',['PARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08',1,'amrex']]], + ['parser_5fexe_5fdiv_5fpn_6529',['PARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574',1,'amrex']]], + ['parser_5fexe_5fdiv_5fpp_6530',['PARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb',1,'amrex']]], + ['parser_5fexe_5fdiv_5fvn_6531',['PARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86',1,'amrex']]], + ['parser_5fexe_5fdiv_5fvp_6532',['PARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d',1,'amrex']]], + ['parser_5fexe_5feval_6533',['parser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b',1,'amrex']]], + ['parser_5fexe_5ff1_6534',['PARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b',1,'amrex']]], + ['parser_5fexe_5ff2_5fb_6535',['PARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377',1,'amrex']]], + ['parser_5fexe_5ff2_5ff_6536',['PARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9',1,'amrex']]], + ['parser_5fexe_5fif_6537',['PARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1',1,'amrex']]], + ['parser_5fexe_5fjump_6538',['PARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe',1,'amrex']]], + ['parser_5fexe_5fmul_6539',['PARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613',1,'amrex']]], + ['parser_5fexe_5fmul_5fpn_6540',['PARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426',1,'amrex']]], + ['parser_5fexe_5fmul_5fpp_6541',['PARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23',1,'amrex']]], + ['parser_5fexe_5fmul_5fvn_6542',['PARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253',1,'amrex']]], + ['parser_5fexe_5fmul_5fvp_6543',['PARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d',1,'amrex']]], + ['parser_5fexe_5fnull_6544',['PARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f',1,'amrex']]], + ['parser_5fexe_5fnumber_6545',['PARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301',1,'amrex']]], + ['parser_5fexe_5fpowi_6546',['PARSER_EXE_POWI',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a',1,'amrex']]], + ['parser_5fexe_5fprint_6547',['parser_exe_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6',1,'amrex']]], + ['parser_5fexe_5fsize_6548',['parser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270',1,'amrex']]], + ['parser_5fexe_5fsquare_6549',['PARSER_EXE_SQUARE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee',1,'amrex']]], + ['parser_5fexe_5fsub_5fb_6550',['PARSER_EXE_SUB_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256',1,'amrex']]], + ['parser_5fexe_5fsub_5ff_6551',['PARSER_EXE_SUB_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff',1,'amrex']]], + ['parser_5fexe_5fsub_5fpn_6552',['PARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8',1,'amrex']]], + ['parser_5fexe_5fsub_5fpp_6553',['PARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678',1,'amrex']]], + ['parser_5fexe_5fsub_5fvn_6554',['PARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce',1,'amrex']]], + ['parser_5fexe_5fsub_5fvp_6555',['PARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d',1,'amrex']]], + ['parser_5fexe_5fsymbol_6556',['PARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d',1,'amrex']]], + ['parser_5fexe_5ft_6557',['parser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49',1,'amrex']]], + ['parser_5fexp_6558',['PARSER_EXP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c',1,'amrex']]], + ['parser_5ff1_6559',['parser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html',1,'amrex']]], + ['parser_5ff1_6560',['PARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649',1,'amrex']]], + ['parser_5ff1_5fs_6561',['parser_f1_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369',1,'amrex']]], + ['parser_5ff1_5ft_6562',['parser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589',1,'amrex']]], + ['parser_5ff2_6563',['parser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html',1,'amrex']]], + ['parser_5ff2_6564',['PARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad',1,'amrex']]], + ['parser_5ff2_5fs_6565',['parser_f2_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f',1,'amrex']]], + ['parser_5ff2_5ft_6566',['parser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bc',1,'amrex']]], + ['parser_5ff3_6567',['parser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html',1,'amrex']]], + ['parser_5ff3_6568',['PARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248',1,'amrex']]], + ['parser_5ff3_5fs_6569',['parser_f3_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d',1,'amrex']]], + ['parser_5ff3_5ft_6570',['parser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b',1,'amrex']]], + ['parser_5ffloor_6571',['PARSER_FLOOR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d',1,'amrex']]], + ['parser_5ffmod_6572',['PARSER_FMOD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8',1,'amrex']]], + ['parser_5fgeq_6573',['PARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461',1,'amrex']]], + ['parser_5fget_5fnumber_6574',['parser_get_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a',1,'amrex']]], + ['parser_5fget_5fsymbols_6575',['parser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29',1,'amrex']]], + ['parser_5fgt_6576',['PARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b',1,'amrex']]], + ['parser_5fheaviside_6577',['PARSER_HEAVISIDE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644',1,'amrex']]], + ['parser_5fif_6578',['PARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836',1,'amrex']]], + ['parser_5fjn_6579',['PARSER_JN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a',1,'amrex']]], + ['parser_5fleq_6580',['PARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77',1,'amrex']]], + ['parser_5flist_6581',['PARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7',1,'amrex']]], + ['parser_5flog_6582',['PARSER_LOG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6',1,'amrex']]], + ['parser_5flog10_6583',['PARSER_LOG10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0',1,'amrex']]], + ['parser_5flt_6584',['PARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752',1,'amrex']]], + ['parser_5fmakesymbol_6585',['parser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a',1,'amrex']]], + ['parser_5fmath_5facos_6586',['parser_math_acos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4',1,'amrex']]], + ['parser_5fmath_5facosh_6587',['parser_math_acosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59',1,'amrex']]], + ['parser_5fmath_5fasin_6588',['parser_math_asin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a914656d851c249d6787f813ea09a6626',1,'amrex']]], + ['parser_5fmath_5fasinh_6589',['parser_math_asinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690',1,'amrex']]], + ['parser_5fmath_5fatan_6590',['parser_math_atan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622',1,'amrex']]], + ['parser_5fmath_5fatan2_6591',['parser_math_atan2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9',1,'amrex']]], + ['parser_5fmath_5fatanh_6592',['parser_math_atanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a',1,'amrex']]], + ['parser_5fmath_5fcomp_5fellint_5f1_6593',['parser_math_comp_ellint_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5',1,'amrex']]], + ['parser_5fmath_5fcomp_5fellint_5f2_6594',['parser_math_comp_ellint_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8',1,'amrex']]], + ['parser_5fmath_5fcos_6595',['parser_math_cos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b',1,'amrex']]], + ['parser_5fmath_5fcosh_6596',['parser_math_cosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4',1,'amrex']]], + ['parser_5fmath_5ferf_6597',['parser_math_erf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0',1,'amrex']]], + ['parser_5fmath_5fexp_6598',['parser_math_exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459',1,'amrex']]], + ['parser_5fmath_5fjn_6599',['parser_math_jn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43535087747b0d92f5e11040d600be5c',1,'amrex']]], + ['parser_5fmath_5flog_6600',['parser_math_log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a',1,'amrex']]], + ['parser_5fmath_5flog10_6601',['parser_math_log10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6',1,'amrex']]], + ['parser_5fmath_5fpow_6602',['parser_math_pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af',1,'amrex']]], + ['parser_5fmath_5fsin_6603',['parser_math_sin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e',1,'amrex']]], + ['parser_5fmath_5fsinh_6604',['parser_math_sinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249f102bab7043232da73dcc4d33612e',1,'amrex']]], + ['parser_5fmath_5ftan_6605',['parser_math_tan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a',1,'amrex']]], + ['parser_5fmath_5ftanh_6606',['parser_math_tanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6',1,'amrex']]], + ['parser_5fmax_6607',['PARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35',1,'amrex']]], + ['parser_5fmin_6608',['PARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155',1,'amrex']]], + ['parser_5fmul_6609',['PARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7',1,'amrex']]], + ['parser_5fneq_6610',['PARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194',1,'amrex']]], + ['parser_5fnewassign_6611',['parser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f',1,'amrex']]], + ['parser_5fnewf1_6612',['parser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77',1,'amrex']]], + ['parser_5fnewf2_6613',['parser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501',1,'amrex']]], + ['parser_5fnewf3_6614',['parser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6',1,'amrex']]], + ['parser_5fnewlist_6615',['parser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055',1,'amrex']]], + ['parser_5fnewneg_6616',['parser_newneg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584',1,'amrex']]], + ['parser_5fnewnode_6617',['parser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54e375fb078fbde3c46609319674551f',1,'amrex']]], + ['parser_5fnewnumber_6618',['parser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837',1,'amrex']]], + ['parser_5fnewsymbol_6619',['parser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd',1,'amrex']]], + ['parser_5fnode_6620',['parser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html',1,'amrex']]], + ['parser_5fnode_5fequal_6621',['parser_node_equal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682',1,'amrex']]], + ['parser_5fnode_5fs_6622',['parser_node_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab',1,'amrex']]], + ['parser_5fnode_5ft_6623',['parser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883',1,'amrex']]], + ['parser_5fnumber_6624',['parser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html',1,'amrex']]], + ['parser_5fnumber_6625',['PARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64',1,'amrex']]], + ['parser_5for_6626',['PARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224',1,'amrex']]], + ['parser_5fpow_6627',['PARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399',1,'amrex']]], + ['parser_5fprint_6628',['parser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53d306308d380a6d874ad24396fa7673',1,'amrex']]], + ['parser_5fregvar_6629',['parser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc',1,'amrex']]], + ['parser_5fset_5fnumber_6630',['parser_set_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a031546532f5b81bd867039b219562b95',1,'amrex']]], + ['parser_5fsetconst_6631',['parser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042',1,'amrex']]], + ['parser_5fsin_6632',['PARSER_SIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242',1,'amrex']]], + ['parser_5fsinh_6633',['PARSER_SINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2',1,'amrex']]], + ['parser_5fsqrt_6634',['PARSER_SQRT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511',1,'amrex']]], + ['parser_5fsub_6635',['PARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8',1,'amrex']]], + ['parser_5fsymbol_6636',['parser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html',1,'amrex']]], + ['parser_5fsymbol_6637',['PARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18',1,'amrex']]], + ['parser_5ftan_6638',['PARSER_TAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea',1,'amrex']]], + ['parser_5ftanh_6639',['PARSER_TANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee',1,'amrex']]], + ['parserexeadd_6640',['ParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html',1,'amrex']]], + ['parserexeadd_5fpn_6641',['ParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html',1,'amrex']]], + ['parserexeadd_5fpp_6642',['ParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html',1,'amrex']]], + ['parserexeadd_5fvn_6643',['ParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html',1,'amrex']]], + ['parserexeadd_5fvp_6644',['ParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html',1,'amrex']]], + ['parserexecutor_6645',['ParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'amrex']]], + ['parserexecutor_3c_203_20_3e_6646',['ParserExecutor< 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'']]], + ['parserexediv_5fb_6647',['ParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html',1,'amrex']]], + ['parserexediv_5ff_6648',['ParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html',1,'amrex']]], + ['parserexediv_5fpn_6649',['ParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html',1,'amrex']]], + ['parserexediv_5fpp_6650',['ParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html',1,'amrex']]], + ['parserexediv_5fvn_6651',['ParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html',1,'amrex']]], + ['parserexediv_5fvp_6652',['ParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html',1,'amrex']]], + ['parserexef1_6653',['ParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html',1,'amrex']]], + ['parserexef2_5fb_6654',['ParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html',1,'amrex']]], + ['parserexef2_5ff_6655',['ParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html',1,'amrex']]], + ['parserexeif_6656',['ParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html',1,'amrex']]], + ['parserexejump_6657',['ParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html',1,'amrex']]], + ['parserexemul_6658',['ParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html',1,'amrex']]], + ['parserexemul_5fpn_6659',['ParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html',1,'amrex']]], + ['parserexemul_5fpp_6660',['ParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html',1,'amrex']]], + ['parserexemul_5fvn_6661',['ParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html',1,'amrex']]], + ['parserexemul_5fvp_6662',['ParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html',1,'amrex']]], + ['parserexenull_6663',['ParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html',1,'amrex']]], + ['parserexenumber_6664',['ParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html',1,'amrex']]], + ['parserexepowi_6665',['ParserExePOWI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html',1,'amrex']]], + ['parserexesquare_6666',['ParserExeSquare',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html',1,'amrex']]], + ['parserexesub_5fb_6667',['ParserExeSUB_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html',1,'amrex']]], + ['parserexesub_5ff_6668',['ParserExeSUB_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html',1,'amrex']]], + ['parserexesub_5fpn_6669',['ParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html',1,'amrex']]], + ['parserexesub_5fpp_6670',['ParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html',1,'amrex']]], + ['parserexesub_5fvn_6671',['ParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html',1,'amrex']]], + ['parserexesub_5fvp_6672',['ParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html',1,'amrex']]], + ['parserexesymbol_6673',['ParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html',1,'amrex']]], + ['parserif_6674',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html',1,'amrex::EB2::ParserIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a8333bdcc5ed38d5ab573c555221897a4',1,'amrex::EB2::ParserIF::ParserIF()']]], + ['parserprefix_6675',['ParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4e18537921b1737edf7819d2a3b51f90',1,'amrex::ParmParse']]], + ['particle_6676',['Particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html',1,'amrex']]], + ['particle_5fdetail_6677',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html',1,'']]], + ['particle_5fsize_6678',['particle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'amrex::ParticleContainer_impl::particle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particle_size()']]], + ['particlearray_6679',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html',1,'amrex::ParticleArray< ContainerType, class, DataLayoutTag >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a992f0f789c839c1fdcce16c570491de1',1,'amrex::ParticleArray::ParticleArray()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a8deff78130d0f7f982f4a2d6ef55ceb3',1,'amrex::ParticleArray::ParticleArray(size_t a_size)']]], + ['particlearrayaccessor_6680',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html',1,'amrex::ParticleArrayAccessor< class, DataLayoutTag >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ad27aa85c57de2acbd9936f84108365c9',1,'amrex::ParticleArrayAccessor::ParticleArrayAccessor()']]], + ['particlebase_6681',['ParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'amrex']]], + ['particlebase_3c_20particlereal_2c_20t_5fnreal_2c_200_20_3e_6682',['ParticleBase< ParticleReal, T_NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'']]], + ['particlebase_3c_20t_2c_200_2c_200_20_3e_6683',['ParticleBase< T, 0, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html',1,'amrex']]], + ['particlebase_3c_20t_2c_200_2c_20nint_20_3e_6684',['ParticleBase< T, 0, NInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html',1,'amrex']]], + ['particlebase_3c_20t_2c_20nreal_2c_200_20_3e_6685',['ParticleBase< T, NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html',1,'amrex']]], + ['particleboxarray_6686',['ParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2471d3ed490ba22c41c1aa3833c75f75',1,'amrex::AmrParGDB::ParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ae9eaeeb29ca270f3addf0b1adc90a21d',1,'amrex::ParGDB::ParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa22d7a841e78ebeadb741eb5fedd6473',1,'amrex::ParticleContainerBase::ParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5f864861309d414c90883f2ab60ee5e1',1,'amrex::ParGDBBase::ParticleBoxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adfd4f1260ff855da465e189ebac005e8',1,'amrex::ParGDBBase::ParticleBoxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a449a9d96ffcb963858cdee67302be0bd',1,'amrex::ParGDB::ParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#af74ac23f751f5a6751cde7af224355ea',1,'amrex::AmrParGDB::ParticleBoxArray()']]], + ['particlebuffermap_6687',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html',1,'amrex::ParticleBufferMap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae38964fdc9eb2687b154f6d476b84053',1,'amrex::ParticleBufferMap::ParticleBufferMap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5ff68878498c3720aa87dec033ffc9b4',1,'amrex::ParticleBufferMap::ParticleBufferMap(const ParGDBBase *a_gdb)']]], + ['particlecommdata_6688',['ParticleCommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html',1,'amrex']]], + ['particlecontainer_6689',['ParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0',1,'amrex']]], + ['particlecontainer_5fimpl_6690',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'amrex::ParticleContainer_impl< class, T_NArrayReal, T_NArrayInt, Allocator, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'amrex::ParticleContainer_impl::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'amrex::ParticleContainer_impl::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)']]], + ['particlecontainer_5fimpl_3c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_6691',['ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'']]], + ['particlecontainerbase_6692',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html',1,'amrex::ParticleContainerBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a66e036defd5c86431c583bbd8cb91e2d',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af17feaf161d82ae2ef0466b6188cc7b0',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a783bf6edc1d9d0bdc5d4e8dd1f98cd5f',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a51bba5cff5a55e3f6ce46c0b56fa1809',1,'amrex::ParticleContainerBase::ParticleContainerBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1b59660938f651e5a56bc45bb6bc4d8e',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af60ff4efea559ba4e49dc7178e504e4c',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5f71ad65c90b78b062f40127d91a3134',1,'amrex::ParticleContainerBase::ParticleContainerBase(const ParticleContainerBase &)=delete']]], + ['particlecontainerpuresoa_6693',['ParticleContainerPureSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55',1,'amrex']]], + ['particlecontainertoblueprint_6694',['ParticleContainerToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4',1,'amrex']]], + ['particlecontainertype_6695',['ParticleContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aa454b3f1c4a133faaa1d28b9c8c254d8',1,'amrex::NeighborParticleContainer::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'amrex::ParticleContainer_impl::ParticleContainerType()']]], + ['particlecopyop_6696',['ParticleCopyOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html',1,'amrex']]], + ['particlecopyplan_6697',['ParticleCopyPlan',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html',1,'amrex']]], + ['particlecpuwrapper_6698',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html',1,'amrex::ParticleCPUWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a0cbf3e03c4cabd9a0fe9f6e2b1b584d2',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(ParticleCPUWrapper &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af456e0632ceb42b240d4d2608325fa66',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#ad13d555c23dc09a19f05fa10518807e6',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(const ParticleCPUWrapper &rhs)=default']]], + ['particledistributionmap_6699',['ParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3b2f62b1a94797a5da64a7983bdd190b',1,'amrex::ParGDB::ParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aac889336d5ae4980d21fa8f7199bd24c',1,'amrex::AmrParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a16a9e833e5e2cb6ec87e5ed85d729c06',1,'amrex::AmrParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3e6c2e1785b6e3d00276b3f697bab9c1',1,'amrex::ParGDB::ParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a911edb448b3ad570aff7366aefe10089',1,'amrex::ParGDBBase::ParticleDistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2a790ed2ecbbb8fcb0488789f005daed',1,'amrex::ParGDBBase::ParticleDistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7e2ec84758098c59382aba1343bc4a8b',1,'amrex::ParticleContainerBase::ParticleDistributionMap()']]], + ['particlegeom_6700',['ParticleGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9ba4b0a7ffb2f6d0b683052125b4b528',1,'amrex::AmrParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#afde4d45acf310b449c3c4af607f65a60',1,'amrex::AmrParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63109bdaecaf9cd491ee6c69403c763a',1,'amrex::ParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63c67b3766f60350636671afe142968a',1,'amrex::ParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abef31ba5dc0587ef75830df5f251f334',1,'amrex::ParGDBBase::ParticleGeom(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1d0680c0076a0f47ea58c61fd0c97ecf',1,'amrex::ParGDBBase::ParticleGeom() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a00182008cdf9fb0039e82588fb15e67e',1,'amrex::ParticleContainerBase::ParticleGeom()']]], + ['particleidwrapper_6701',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html',1,'amrex::ParticleIDWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#abe6eaeb579f55deb9eea2375bf0cdb4b',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(ParticleIDWrapper &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a70c96c85021171e8ca0e31b75ba26885',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a1be128a081a654e36673ae143e0c78cb',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(const ParticleIDWrapper &rhs)=default']]], + ['particleinitdata_6702',['ParticleInitData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleInitData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'amrex::ParticleContainer_impl::ParticleInitData()']]], + ['particleinittype_6703',['ParticleInitType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html',1,'amrex']]], + ['particlelevel_6704',['ParticleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'amrex::ParticleContainer_impl::ParticleLevel()']]], + ['particlelocator_6705',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html',1,'amrex::ParticleLocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a051687b9db644bfff24f5452abf5624c',1,'amrex::ParticleLocator::ParticleLocator()']]], + ['particlelocdata_6706',['ParticleLocData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html',1,'amrex']]], + ['particlepostlocate_6707',['particlePostLocate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particlePostLocate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'amrex::ParticleContainer_impl::particlePostLocate()']]], + ['particlerealdescriptor_6708',['ParticleRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleRealDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'amrex::ParticleContainer_impl::ParticleRealDescriptor()']]], + ['particlereduce_6709',['ParticleReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7',1,'amrex::ParticleReduce(PC const &pc, int lev_min, int lev_max, F const &f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63',1,'amrex::ParticleReduce(PC const &pc, int lev, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da',1,'amrex::ParticleReduce(PC const &pc, F &&f, ReduceOps &reduce_ops)']]], + ['particlereftype_6710',['ParticleRefType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'amrex::ConstParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'amrex::ParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()']]], + ['particlesat_6711',['ParticlesAt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile) const']]], + ['particletile_6712',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html',1,'amrex::ParticleTile< class, NArrayReal, NArrayInt, Allocator >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a88e27f1bb35a55e5fb6555057e1e25ac',1,'amrex::NeighborParticleContainer::ParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a070fcef33e908cba36039a6fdf1d1c53',1,'amrex::ParticleTile::ParticleTile()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a28ae7d1aa4c1e8d5a479203a9099835c',1,'amrex::ParticleTile::ParticleTile(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a209d248bf4daf81d95a3e176b6754b45',1,'amrex::ParticleTile::ParticleTile(ParticleTile const &)=delete']]], + ['particletiledata_6713',['ParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'amrex']]], + ['particletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_6714',['ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'']]], + ['particletiledatatype_6715',['ParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0aeb55b6a15d10428c88a314412914c5',1,'amrex::ParticleTile']]], + ['particletileptr_6716',['ParticleTilePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'amrex::ParIterBase_impl::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()']]], + ['particletileref_6717',['ParticleTileRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'amrex::ParIterBase_impl::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()']]], + ['particletiletoblueprint_6718',['ParticleTileToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1',1,'amrex']]], + ['particletiletype_6719',['ParticleTileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aadba4e261ba5a74dce3335644e48a045',1,'amrex::ParIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'amrex::ParticleContainer_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'amrex::ParIterBase_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a0e6990627e509337037b468a0f01234e',1,'amrex::ParConstIter_impl::ParticleTileType()']]], + ['particletomesh_6720',['ParticleToMesh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb',1,'amrex::ParticleToMesh(PC const &pc, MF &mf, int lev, F const &f, bool zero_out_input=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef',1,'amrex::ParticleToMesh(PC const &pc, const Vector< MultiFab * > &mf, int lev_min, int lev_max, F &&f, bool zero_out_input=true, bool vol_weight=true)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Nearest, int >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'amrex::ParticleInterpolator::Base::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Linear, amrex::Real >::ParticleToMesh()']]], + ['particletype_6721',['ParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#ad0f67b61f261f7849b209a736e1e11a0',1,'amrex::AmrParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'amrex::ParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a806d428c54ec86cc7e61edf954105f6f',1,'amrex::ParticleTile::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'amrex::ParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'amrex::ParIterBase_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a876f23badccb453ea6c124d61316f6b5',1,'amrex::ParIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9bce0c0d40443b40b8789eaafdab6b16',1,'amrex::ParConstIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab9497648313d317adc40bc7bebb5ca2d',1,'amrex::NeighborParticleContainer::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'amrex::ConstParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4b5292eeb84fe912addcc353c568cbce',1,'amrex::ArrayOfStructs::ParticleType()']]], + ['particlevector_6722',['ParticleVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'amrex::ParticleContainer_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'amrex::ParIterBase_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ade2385ed6d6005f38a31d3709b55fc4c',1,'amrex::NeighborParticleContainer::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa361f73ebc2bf0a48753c69a277f4075',1,'amrex::ArrayOfStructs::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html#afddc6c75186769d8d5f97c0aa67d73a9',1,'amrex::ThisParticleTileHasNoAoS::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()']]], + ['partition_6723',['Partition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938',1,'amrex::Partition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f',1,'amrex::Partition(Gpu::DeviceVector< T > &v, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e',1,'amrex::Partition(T *data, int beg, int end, F &&f)']]], + ['partitionparticles_6724',['partitionParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e',1,'amrex']]], + ['partitionparticlesbydest_6725',['partitionParticlesByDest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2808a58ab833a933f7909baf632466b7',1,'amrex']]], + ['pc_5finterp_6726',['pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa',1,'amrex']]], + ['pc_5flocal_5fcpu_6727',['PC_local_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< IArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< FArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< TagBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'amrex::FabArray::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::CutFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::EBCellFlagFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::Mask >::PC_local_cpu()']]], + ['pc_5flocal_5fgpu_6728',['PC_local_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'amrex::FabArray::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< TagBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< IArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< FArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::Mask >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::EBCellFlagFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::CutFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_gpu(const CPC &thecpc, FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int dcomp, int ncomp, CpOp op)']]], + ['pcd_6729',['pcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< TagBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< IArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< FArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'amrex::FabArray::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< PetscInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::CutFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::EBCellFlagFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::Mask >::pcd()']]], + ['pcdata_6730',['PCData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html',1,'amrex']]], + ['pcg_5fsolve_6731',['pcg_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82e276db8e18ead0c45086336f342338',1,'amrex']]], + ['pcg_5fsolver_5fconfigure_6732',['pcg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a24dc1ec87efeca4c5719f268b4a3cfb9',1,'amrex::HypreIJIface']]], + ['pcinterp_6733',['PCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html',1,'amrex']]], + ['pcinterp_6734',['PcInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a852ba956d157fa2eb049e1b7cc6d50db',1,'amrex::AmrData']]], + ['pcinterp_5finterp_6735',['pcinterp_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731',1,'amrex']]], + ['pctype_6736',['PCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'amrex::ParIterBase_impl::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()']]], + ['pdata_5fsize_6737',['pdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a94f1d1574b0fb4f340d088480ee5fbc1',1,'amrex::NeighborParticleContainer']]], + ['period_6738',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ace8592786e8de8bb2dc6ac31716adc7e',1,'amrex::Periodicity::period()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#ad76559fb8c453075eeb9fa02032160b3',1,'process_topology_t::period()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a622746891e67a5016ae4b0c0137d70ce',1,'amrex::Geometry::period()']]], + ['periodic_5fshift_6739',['periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a660708553dcc4fa4762baa42ed5d2b61',1,'amrex::NeighborParticleContainer::NeighborTask::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#ae5f702cff0dcc8b8dc04038691330e0a',1,'amrex::NeighborCode::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#af6a0f9df0a06e03eeb147712461332e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::periodic_shift()']]], + ['periodicity_6740',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html',1,'amrex']]], + ['periodicity_6741',['periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#affe5cf2164950c1670a92f7b2719c0ff',1,'amrex::Geometry::periodicity(const Box &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b365b1560bb9a31cf49cd55668085cf',1,'amrex::Geometry::periodicity() const noexcept']]], + ['periodicity_6742',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab912d518e6c2289d18ca26e791920ea7',1,'amrex::Periodicity::Periodicity() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#abaaf6e49e85d1624a89b4ce8ade5c541',1,'amrex::Periodicity::Periodicity(const IntVect &v) noexcept']]], + ['periodicshift_6743',['periodicShift',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f',1,'amrex']]], + ['periodicshift_6744',['PeriodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const']]], + ['periodicshift_6745',['periodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a95ab5abc1e6c5d1efb9de40e0873d391',1,'amrex::Geometry']]], + ['permutation_6746',['permutation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a874f4d4d95984b6d53a10e76a5a7d27a',1,'amrex::NonLocalBC::MultiBlockIndexMapping']]], + ['permutationfordeposition_6747',['PermutationForDeposition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, const PTile &ptile, Box bx, Geometry geom, const IntVect idx_type)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac67c5b805cea20326010666416cd773f',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, index_type nbins, F const &f)']]], + ['permutationptr_6748',['permutationPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'amrex::DenseBins::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2e0d5402d80dd9e9dfdd8478b0e6c2c7',1,'amrex::SparseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a1366ec831cf538cf38da122f875fca27',1,'amrex::SparseBins::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< ParticleType >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< ParticleType >::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'amrex::DenseBins::permutationPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() noexcept']]], + ['persistentifstream_6749',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html',1,'amrex::VisMF::PersistentIFStream'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a56becba85d63b59974112dde31bfc90f',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acb905ed76a3548e6018710ee071c9f31',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac51ac75b9acd3f6dbba89e7b73dfda1d',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream()=default']]], + ['persistentifstreams_6750',['persistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#accf2e64d0fa423eb3c82df8c1189e908',1,'amrex::VisMF']]], + ['persistentstreams_6751',['persistentStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a176ee76d60863bf10f9b663c21c00a38',1,'CommProfStats::persistentStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa1be9f367de08974eeef5231d654d5ad',1,'RegionsProfStats::persistentStreams()']]], + ['petsc_6752',['petsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f',1,'amrex']]], + ['petscabeclap_6753',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html',1,'amrex::PETScABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab2a0a84e3b1491619ab3ed49306ffdeb',1,'amrex::PETScABecLap::PETScABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ae834b28c54502bd846c75a933cd86e4e',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a6d1500243e6bcc0c8546240f4fb1ae6d',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap &&) noexcept=delete']]], + ['phi_6754',['phi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a149f5f335aa384fea60572300241de10',1,'amrex::algoim::ImplicitIntegral']]], + ['physbcfunct_6755',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html',1,'amrex::PhysBCFunct< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a39b89bb30f1abba7495122150108a927',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a754509e10fc630761839c420246a3ebe',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a7e1c94efd648f3ebfaefc5a13c91eb65',1,'amrex::PhysBCFunct::PhysBCFunct()=default']]], + ['physbcfunctnoop_6756',['PhysBCFunctNoOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html',1,'amrex']]], + ['physbnd_6757',['physbnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1',1,'amrex::Extrapolater']]], + ['pi_6758',['pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5',1,'amrex::Math']]], + ['pid_6759',['pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a226101263b27282d94f687320e25177f',1,'amrex::ParallelDescriptor::Message']]], + ['pinmesh_6760',['PinMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#abe1c7c360d280567e6b307120f51a7ae',1,'amrex::AmrMeshDataAdaptor::InternalsType::PinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a18e4c53a74f5623786c5dadbe087f209',1,'amrex::AmrDataAdaptor::InternalsType::PinMesh()']]], + ['pinmesh_6761',['pinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a3cf163ea993bb9ab3a642bb0b16e9d90',1,'amrex::InSituBridge']]], + ['pinned_6762',['Pinned',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html',1,'amrex::Gpu']]], + ['pinned_5frcv_5fbuffer_6763',['pinned_rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a57f27a8f270653d1a738490e32dffe4b',1,'amrex::NeighborParticleContainer']]], + ['pinned_5fsnd_5fbuffer_6764',['pinned_snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1f7704df7069ec0df0e84a649babf620',1,'amrex::NeighborParticleContainer']]], + ['pinnedarenaallocator_6765',['PinnedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PinnedArenaAllocator.html',1,'amrex']]], + ['pinnedarenawrapper_6766',['PinnedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html',1,'amrex']]], + ['pinnedvector_6767',['PinnedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6e76d121ad2e1030d86ccbc9a47f6fde',1,'amrex::Gpu']]], + ['placementdelete_6768',['placementDelete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0',1,'amrex']]], + ['placementnew_6769',['placementNew',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc',1,'amrex']]], + ['planeif_6770',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html',1,'amrex::EB2::PlaneIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd11423cba9d7c283e96167dedd124d5',1,'amrex::EB2::PlaneIF::PlaneIF()']]], + ['plansmade_6771',['PlansMade',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aeb8a724d27d545ef62b8a17cf721ff8d',1,'hacc::Dfft']]], + ['plm_6772',['PLM',['../namespacePLM.html',1,'']]], + ['plo_6773',['plo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aeb85700e02150d77688f2f48f87a0220',1,'amrex::GetParticleBin']]], + ['plot_5ffile_5froot_6774',['plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d91b6937dfb14b4b4777f640971b072',1,'amrex::Amr']]], + ['plot_5ffiles_5foutput_6775',['Plot_Files_Output',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9af5d2dcba7539444e0334b84ed7504',1,'amrex::Amr']]], + ['plot_5fint_6776',['plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e9bb15131c1b8431dc0336678e0b1ea',1,'amrex::Amr']]], + ['plot_5flog_5fper_6777',['plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac28ad84e2187c8094fe436eb5e5847d8',1,'amrex::Amr']]], + ['plot_5fmax_5flevel_6778',['plot_max_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2145c1f06e5f81146da1a6011139b560',1,'amrex::Amr']]], + ['plot_5fper_6779',['plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af097e0455a9da7e8e6a9dc131d1b96f2',1,'amrex::Amr']]], + ['plotfiledata_6780',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html',1,'amrex::PlotFileData'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a6006d7b7736ddff7fda093ec7a633570',1,'amrex::PlotFileData::PlotFileData()']]], + ['plotfiledataimpl_6781',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html',1,'amrex::PlotFileDataImpl'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a77e164e48c0363b8f87c3879a509ad23',1,'amrex::PlotFileDataImpl::PlotFileDataImpl()']]], + ['plotfileversion_6782',['plotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5cb67cc4b9127391a42535788c43c49d',1,'amrex::AmrData']]], + ['plotfileversion_6783',['PlotfileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab95e00002c7985b4bc7d425795d72404',1,'amrex::ParticleContainerBase']]], + ['plotfileversion_6784',['PlotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aff316a96447744ee3bd4e3abbb555f6b',1,'amrex::AmrData']]], + ['plotint_6785',['plotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6b328e1464fc914bea4ea6da8a067c57',1,'amrex::Amr']]], + ['plotlogper_6786',['plotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a98ce23547463e17b55901b8818f0fc',1,'amrex::Amr']]], + ['plotmaxlevel_6787',['plotMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a76e9887d9d42c68e5fc3b2b82d039',1,'amrex::Amr']]], + ['plotper_6788',['plotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a931bcdf3440fa41801f73a87f417ef',1,'amrex::Amr']]], + ['plotvarnames_6789',['PlotVarNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aacf2bf93e89399ca37e10646536f3218',1,'amrex::AmrData::PlotVarNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0c8492eed2a2a622cb11a076e16dadaf',1,'amrex::DataServices::PlotVarNames()']]], + ['plotvars_6790',['plotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abb37b63392fa96850b26d06e6b3f4be1',1,'amrex::AmrData']]], + ['plus_6791',['Plus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html',1,'amrex']]], + ['plus_6792',['plus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< char >::plus(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< char >::plus(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< char >::plus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< char >::plus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< char >::plus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< IArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6679e5d7843de95ca2245f599715b4f9',1,'amrex::MultiFab::plus(const MultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a38506771a271ef8a5d4b6c3065815566',1,'amrex::MultiFab::plus(Real val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0b410a02ca211c74033d77fac9b8a40b',1,'amrex::MultiFab::plus(Real val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d8ec2a7197f373ce88a43a2adaf1da0',1,'amrex::MultiFab::plus(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aafbc29a68d3c0c000fee414f76f7b79c',1,'amrex::MultiFab::plus(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af9746c8ee7ac16060bf338ecdbdcaa5a',1,'amrex::iMultiFab::plus(const iMultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3c88d451792c4740296d8f4928da38db',1,'amrex::iMultiFab::plus(int val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af56a10b8407c86226901dc0b5ba070c7',1,'amrex::iMultiFab::plus(int val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8f26ae5a879d6286c8a639f84aa74563',1,'amrex::iMultiFab::plus(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab0fd430ccad60b7771778c64a7d928b5',1,'amrex::iMultiFab::plus(int val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< TagBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< TagBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< FArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'amrex::BaseFab::plus(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'amrex::BaseFab::plus(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'amrex::BaseFab::plus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'amrex::BaseFab::plus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'amrex::BaseFab::plus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'amrex::BaseFab::plus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'amrex::BaseFab::plus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< Real >::plus(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< Real >::plus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< Real >::plus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< Real >::plus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a5176cafd217bf9069ed83feba52d71c2',1,'amrex::BndryRegisterT::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'amrex::FabArray::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'amrex::FabArray::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::CutFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::CutFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::EBCellFlagFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::EBCellFlagFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::Mask >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::Mask >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< FArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< IArrayBox >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< PetscInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< int >::plus(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< int >::plus(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< int >::plus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< int >::plus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< int >::plus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< int >::plus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< int >::plus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< PetscInt >::plus(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< PetscInt >::plus(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< PetscInt >::plus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< PetscInt >::plus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< Real >::plus()']]], + ['plusfrom_6793',['plusFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a347f19dfd7611b563f7cc799023dc17a',1,'amrex::FabSetT::plusFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a58d2309f0eb636417e763b5a1e74599c',1,'amrex::BndryRegisterT::plusFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d88ae6162badc6e58949b21e959bc80',1,'amrex::FabSetT::plusFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)']]], + ['plusto_6794',['plusTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a52afe3a40bffa4138f997dbf4428d634',1,'amrex::FabSetT']]], + ['podvector_6795',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex::PODVector< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< index_type >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< index_type >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< index_type >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< index_type >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< index_type >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< index_type >::PODVector(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< index_type >::PODVector(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int * >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int * >::PODVector(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int * >::PODVector(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int * >::PODVector(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int * >::PODVector(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const PODVector< const int *, DefaultAllocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(PODVector< const int *, DefaultAllocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal * >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< std::size_t >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleType >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(std::initializer_list< ParticleType > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleType >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< std::size_t >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< std::size_t >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< std::size_t >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< std::size_t >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< std::size_t >::PODVector(std::initializer_list< std::size_t > a_initializer_list, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< std::size_t >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(std::initializer_list< uint64_t > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< unsigned int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< unsigned int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< unsigned int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const PODVector< int *, DefaultAllocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(PODVector< int *, DefaultAllocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int >::PODVector(std::initializer_list< int > a_initializer_list, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int >::PODVector(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int >::PODVector(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal * >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal * >::PODVector(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal * >::PODVector(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::BoxND >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::BoxND >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::BoxND >::PODVector(std::initializer_list< amrex::BoxND > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::BoxND >::PODVector(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::BoxND >::PODVector(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'amrex::PODVector::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< unsigned int >::PODVector(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< unsigned int >::PODVector(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< unsigned int >::PODVector(std::initializer_list< unsigned int > a_initializer_list, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< unsigned int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'amrex::PODVector::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'amrex::PODVector::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'amrex::PODVector::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'amrex::PODVector::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'amrex::PODVector::PODVector(const PODVector< T, Allocator > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'amrex::PODVector::PODVector(PODVector< T, Allocator > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::XDim3 >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::STLtools::Triangle >::PODVector(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::XDim3 >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::XDim3 >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::XDim3 >::PODVector(std::initializer_list< amrex::XDim3 > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::XDim3 >::PODVector(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char >::PODVector(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::openbc::MomTag >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::NeighborCode >::PODVector(std::initializer_list< amrex::NeighborCode > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::NeighborCode >::PODVector(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::NeighborCode >::PODVector(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::openbc::MomTag >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::openbc::MomTag >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::openbc::MomTag >::PODVector(std::initializer_list< amrex::openbc::MomTag > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::openbc::MomTag >::PODVector(const PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::openbc::MomTag >::PODVector(PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::STLtools::Triangle >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::STLtools::Triangle >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())']]], + ['podvector_3c_20amrex_3a_3aassigngrid_3c_20biniteratorfactory_20_3e_20_3e_6796',['PODVector< amrex::AssignGrid< BinIteratorFactory > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aboxnd_20_3e_6797',['PODVector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_6798',['PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aneighborcode_20_3e_6799',['PODVector< amrex::NeighborCode >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aopenbc_3a_3amomtag_20_3e_6800',['PODVector< amrex::openbc::MomTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3astltools_3a_3atriangle_20_3e_6801',['PODVector< amrex::STLtools::Triangle >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3axdim3_20_3e_6802',['PODVector< amrex::XDim3 >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_6803',['PODVector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20char_20_3e_6804',['PODVector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20char_2c_20amrex_3a_3apolymorphicarenaallocator_3c_20char_20_3e_20_3e_6805',['PODVector< char, amrex::PolymorphicArenaAllocator< char > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20int_20_2a_20_3e_6806',['PODVector< const int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20int_20_2a_2c_20allocator_3c_20const_20int_20_2a_20_3e_20_3e_6807',['PODVector< const int *, Allocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20const_20int_20_2a_2c_20defaultallocator_3c_20const_20int_20_2a_20_3e_20_3e_6808',['PODVector< const int *, DefaultAllocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20particlereal_20_2a_20_3e_6809',['PODVector< const ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20particlereal_20_2a_2c_20allocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_6810',['PODVector< const ParticleReal *, Allocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20const_20particlereal_20_2a_2c_20defaultallocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_6811',['PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20index_5ftype_20_3e_6812',['PODVector< index_type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_2a_20_3e_6813',['PODVector< int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_2a_2c_20allocator_3c_20int_20_2a_20_3e_20_3e_6814',['PODVector< int *, Allocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20int_20_2a_2c_20defaultallocator_3c_20int_20_2a_20_3e_20_3e_6815',['PODVector< int *, DefaultAllocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_3e_6816',['PODVector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particlereal_20_2a_20_3e_6817',['PODVector< ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particlereal_20_2a_2c_20allocator_3c_20particlereal_20_2a_20_3e_20_3e_6818',['PODVector< ParticleReal *, Allocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20particlereal_20_2a_2c_20defaultallocator_3c_20particlereal_20_2a_20_3e_20_3e_6819',['PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particletype_2c_20allocator_3c_20particletype_20_3e_20_3e_6820',['PODVector< ParticleType, Allocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20particletype_2c_20defaultallocator_3c_20particletype_20_3e_20_3e_6821',['PODVector< ParticleType, DefaultAllocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20std_3a_3asize_5ft_20_3e_6822',['PODVector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20uint64_5ft_2c_20allocator_3c_20uint64_5ft_20_3e_20_3e_6823',['PODVector< uint64_t, Allocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20uint64_5ft_2c_20defaultallocator_3c_20uint64_5ft_20_3e_20_3e_6824',['PODVector< uint64_t, DefaultAllocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20unsigned_20int_20_3e_6825',['PODVector< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['point_6826',['Point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434ab4007993e9c944fbfd42096732e4b430',1,'amrex::StateDescriptor']]], + ['pointer_6827',['pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< index_type >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int *, DefaultAllocator< const int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a27f45496b5f43b097780b5ca62f10b64',1,'amrex::TheFaArenaDeleter::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int *, DefaultAllocator< int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< std::size_t >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< unsigned int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::XDim3 >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a8a10b255de4c608b3775a315e409ef8d',1,'hacc::AlignedAllocator::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'amrex::PODVector::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::BoxND >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::NeighborCode >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::openbc::MomTag >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::STLtools::Triangle >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char >::pointer()']]], + ['pointghosttypes_6828',['PointGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3a',1,'amrex::InSituUtils']]], + ['pointvalue_6829',['PointValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5a829681bb11c94caeafc642e3a95c91',1,'amrex::DataServices']]], + ['pointvaluerequest_6830',['PointValueRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af2edde48d8bc88db394583d8e3a01588',1,'amrex::DataServices']]], + ['polar_6831',['polar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183',1,'amrex']]], + ['polarb_6832',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html',1,'amrex::FabArrayBase::PolarB'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ad805ea2e85456aeee7173714da9e0167',1,'amrex::FabArrayBase::PolarB::PolarB()']]], + ['polarbcache_6833',['PolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aeefdcd1fc2b2d609017e01fa8862c931',1,'amrex::FabArrayBase']]], + ['polarbcacheiter_6834',['PolarBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae3da0c50a11f56d59552e30b45b10741',1,'amrex::FabArrayBase']]], + ['policy_5ftype_6835',['policy_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac7d6cb85347432af38cca8139f86111a',1,'amrex::ParticleArray::policy_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a7fd6a1c4f97aa655b71ce36e4aad357d',1,'amrex::ParticleArrayAccessor::policy_type()']]], + ['poly_5fdiff_6836',['poly_diff',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ae2185088b6449f7811b072576236dabd',1,'sdcquadrature_mod']]], + ['poly_5feval_6837',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#ab38d996c6f957cb170aa2ca9fa135a74',1,'sdcquadrature_mod::poly_eval::poly_eval()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a19abe9c6ef21541b666b72dd131373b3',1,'sdcquadrature_mod::poly_eval(p, n, x)'],['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html',1,'sdcquadrature_mod::poly_eval']]], + ['poly_5feval_5fcomplex_6838',['poly_eval_complex',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a507876cf6308356bcab599968824c4a9',1,'sdcquadrature_mod::poly_eval_complex()'],['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#aaf65ea1be7f3b8d7e5e1e99d79a91099',1,'sdcquadrature_mod::poly_eval::poly_eval_complex()']]], + ['poly_5fint_6839',['poly_int',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a0ffbe7bf11e56b416c5631c0b38321b6',1,'sdcquadrature_mod']]], + ['poly_5finterp_5fcoeff_6840',['poly_interp_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, int N, T *AMREX_RESTRICT c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, T *AMREX_RESTRICT c) noexcept']]], + ['poly_5flegendre_6841',['poly_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a874a5cd63196132c18272439ac22d430',1,'sdcquadrature_mod']]], + ['poly_5froots_6842',['poly_roots',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ac65c67a741f829888ad21000351c137b',1,'sdcquadrature_mod']]], + ['polyif_6843',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html',1,'amrex::EB2::PolyIF< N >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#ae25262d67072428f2cad3d6efb2f5877',1,'amrex::EB2::PolyIF::PolyIF()']]], + ['polyinterpcoeff_6844',['polyinterpcoeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de',1,'amrex_lo_util_module']]], + ['polymorphicarenaallocator_6845',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html',1,'amrex::PolymorphicArenaAllocator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#abd49730f61493b4c7b5d596ed7ffa547',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a7e37e0451471fcf02dbfb376f2804145',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator(Arena *a_arena)']]], + ['polymorphicarenawrapper_6846',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html',1,'amrex::PolymorphicArenaWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a579908990ceb617fc236604011136af6',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a85a639c6c909c175dc65653bf9c4ac72',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper(Arena *a_arena)']]], + ['polymorphicarray4_6847',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html',1,'amrex::PolymorphicArray4< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#a0e1fecd400082a5f28e0712fa2eadee0',1,'amrex::PolymorphicArray4::PolymorphicArray4()']]], + ['polynomialif_6848',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html',1,'amrex::EB2::PolynomialIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#aded08a08d53e73aa84431822f8b76374',1,'amrex::EB2::PolynomialIF::PolynomialIF(const Vector< PolyTerm > &a_polynomial, bool a_inside=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a3ee4eff332df3bbfcff89267a7c9bf62',1,'amrex::EB2::PolynomialIF::PolynomialIF(const PolynomialIF &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a18f10f3de6a91418664b73f1c86d7461',1,'amrex::EB2::PolynomialIF::PolynomialIF(PolynomialIF &&rhs)=default']]], + ['polyterm_6849',['PolyTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html',1,'amrex::EB2']]], + ['pop_6850',['pop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a6bdab1c75756fa491add5ace4c59550f',1,'amrex::ParallelContext::pop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#aabddd0df5489ccc6df725b801461fb12',1,'amrex::Stack::pop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a45b714be9d0d45f3ecb339085a73c6ec',1,'amrex::EB2::IndexSpace::pop()']]], + ['pop_5fback_6851',['pop_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< unsigned int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< std::size_t >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int *, DefaultAllocator< int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< index_type >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa1831ea3b91c1a77740583f99542ee26',1,'amrex::ArrayOfStructs::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'amrex::PODVector::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::BoxND >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::NeighborCode >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::openbc::MomTag >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::STLtools::Triangle >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::XDim3 >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int *, DefaultAllocator< const int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pop_back()']]], + ['pop_5fbt_5fstack_6852',['pop_bt_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#abe774b8eb0afd3dc4f530aaf3c509984',1,'amrex::BLBTer']]], + ['popregiontag_6853',['popRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bf2b5f80cfa6a00fd92a2c10b16720c',1,'amrex::FabArrayBase']]], + ['pos_6854',['pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ac2b984a4de5d43ab39afba8bac4dc2a3',1,'amrex::Particle::pos(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a102ae1d7ef52914d8c93baa331169016',1,'amrex::Particle::pos(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6974466bbe1639c042ea8079b1ee163c',1,'amrex::Particle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa4be6533a7b9987c6f0c73ffe3c4cbbb',1,'amrex::ParticleTile::pos(int index, int position_index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acca412a3b97db15ba5e39f02b97d079c',1,'amrex::ParticleTile::pos(int index, int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'amrex::ParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#aae234935b8374a9326a3df4701c5dc43',1,'amrex::SoAParticle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ab9aa9ba3c29b3556c7987d0622c7322b',1,'amrex::SoAParticle::pos(int position_index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a69e0e87f9818bf12a60e2a2c2419ca4a',1,'amrex::SoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a6853712ded51f7bacb03dd4bc6836c6f',1,'amrex::ConstSoAParticle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2a8548e774e4805ad86a291605aa4db7',1,'amrex::ConstSoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'amrex::ConstParticleTileData::pos()']]], + ['pos_5fngbr_6855',['pos_ngbr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e',1,'amrex_ebcellflag_module']]], + ['pos_5fnumvofs_6856',['pos_numvofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08',1,'amrex_ebcellflag_module::pos_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a25435966072b5955673109be97617f89',1,'amrex::EBCellFlag::pos_numvofs()']]], + ['post_5ffast_5fstage_6857',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a115ec6a6570eb39b2342d5255be0b7aa',1,'amrex::SundialsUserData::post_fast_stage()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1',1,'amrex::SundialsUserFun::post_fast_stage()']]], + ['post_5ffast_5fstage_5faction_6858',['post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3898e71d3b76c181fe8826e3c1c8e23e',1,'amrex::IntegratorBase']]], + ['post_5ffast_5fstep_6859',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128',1,'amrex::SundialsUserFun::post_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#aaa3a49f84edbfa7ed218d163afd66e21',1,'amrex::SundialsUserData::post_fast_step()']]], + ['post_5ffast_5fstep_5faction_6860',['post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a8a54ccfa6d203a9d2f8efe66130ae468',1,'amrex::IntegratorBase']]], + ['post_5finit_6861',['post_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac7f38ed4057c3c789e73567e1f455ccb',1,'amrex::AmrLevel']]], + ['post_5fregrid_6862',['post_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0289a6cdc3349c2c0b778cc25901e364',1,'amrex::AmrLevel']]], + ['post_5frestart_6863',['post_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afc4f639ee0e05fd9a827db22694941a0',1,'amrex::AmrLevel']]], + ['post_5fstage_6864',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56',1,'amrex::SundialsUserFun::post_stage()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a5e9dcabb348c811741090871b6c3783b',1,'amrex::SundialsUserData::post_stage()']]], + ['post_5fstage_5faction_6865',['post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad51e1ada5e5a2f2956bea509831a43e3',1,'amrex::IntegratorBase']]], + ['post_5fstep_6866',['post_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d',1,'amrex::SundialsUserFun::post_step()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a1ce697e52c0b9947aa2425b4b8b592fb',1,'amrex::SundialsUserData::post_step()']]], + ['post_5fstep_5faction_6867',['post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a5e6edee80e051ee491f30b7e2668cea1',1,'amrex::IntegratorBase']]], + ['post_5fstep_5fregrid_6868',['post_step_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ef7971fd5d7dd152886c202feb7d806',1,'amrex::AmrLevel']]], + ['post_5ftimestep_6869',['post_timestep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6dc31baa80c3f278350ad20a64577155',1,'amrex::AmrLevel']]], + ['postcoarsetimestep_6870',['postCoarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6c4e273ed6a867d2da0dbf8ae325c82a',1,'amrex::AmrLevel']]], + ['postprocessbasegrids_6871',['PostProcessBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5863ce18c2b8b1dc6371d33c227f2a6',1,'amrex::AmrMesh']]], + ['postrecvs_6872',['PostRecvs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8',1,'amrex::NonLocalBC']]], + ['postsends_6873',['PostSends',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5',1,'amrex::NonLocalBC']]], + ['postsolve_6874',['postSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'amrex::MLLinOpT::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'MLLinOpT< Array< MultiFab, 3 > >::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a353013df6e58210dd529bb995bcc21d9',1,'amrex::MLEBNodeFDLaplacian::postSolve()']]], + ['poststagenoop_6875',['PostStageNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html',1,'amrex::RungeKutta']]], + ['poststepregrid_6876',['postStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae5ca0552f0073d959717f3dc4a375478',1,'amrex::AmrLevel']]], + ['pout_6877',['pout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780',1,'amrex']]], + ['poutfilename_6878',['poutFileName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461',1,'amrex']]], + ['pow_6879',['pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e',1,'amrex::pow(const GpuComplex< T > &a_z, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f',1,'amrex::pow(const GpuComplex< T > &a_z, int a_n) noexcept']]], + ['powers_6880',['powers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#ad3d79d5eb417ba4996db8180e4590492',1,'amrex::EB2::PolyTerm']]], + ['powi_6881',['powi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626',1,'amrex::Math']]], + ['pp_5fentry_6882',['PP_entry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html',1,'amrex::ParmParse']]], + ['ppm_6883',['PPM',['../namespacePPM.html',1,'']]], + ['prebuilddirectorhierarchy_6884',['PreBuildDirectorHierarchy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2',1,'amrex']]], + ['precision_6885',['Precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660',1,'amrex::FABio']]], + ['precond_6886',['precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#afe3c1ec699c60ebc52f1a4d8554a4889',1,'amrex::GMRESMLMGT']]], + ['predictstateonfaces_6887',['PredictStateOnFaces',['../namespacePPM.html#a89c4175944492fd501dd22549d63795f',1,'PPM']]], + ['predictstateonxface_6888',['PredictStateOnXFace',['../namespaceEBPLM.html#a5e1fcc915e6448d1e02c59d5b18dbf69',1,'EBPLM::PredictStateOnXFace()'],['../namespacePLM.html#a27d3106050ecc051c39cd1702f6615a7',1,'PLM::PredictStateOnXFace()'],['../namespacePPM.html#a5dc90fa5728d9f442f08df89ad49f019',1,'PPM::PredictStateOnXFace(const int i, const int j, const int k, const int n, const amrex::Real dt, const amrex::Real dx, amrex::Real &Im, amrex::Real &Ip, const amrex::Array4< const amrex::Real > &S, const amrex::Array4< const amrex::Real > &vel_edge, const amrex::BCRec bc, const int domlo, const int domhi, const Limiter &, int limiter_type)']]], + ['predictstateonyface_6889',['PredictStateOnYFace',['../namespacePPM.html#aebf181a69d9a9ce87cc3001b57da4cdc',1,'PPM::PredictStateOnYFace()'],['../namespacePLM.html#a1107e8578e71e86ef2d86c10729baa34',1,'PLM::PredictStateOnYFace()'],['../namespaceEBPLM.html#ad0fea99f7eac4dd51cae3e57a7c2b629',1,'EBPLM::PredictStateOnYFace()']]], + ['predictvelonfaces_6890',['PredictVelOnFaces',['../namespacePPM.html#afc01feca9b1f93c06521af5d6591c22c',1,'PPM']]], + ['predictvelonxface_6891',['PredictVelOnXFace',['../namespaceEBPLM.html#a2a3bd2e63860114b33e53bd8d368d738',1,'EBPLM::PredictVelOnXFace()'],['../namespacePLM.html#ac81b254592851f46142367a43d2be8dd',1,'PLM::PredictVelOnXFace()'],['../namespacePPM.html#adb2496aca52fb5c10215b6b2e51dd56a',1,'PPM::PredictVelOnXFace()']]], + ['predictvelonyface_6892',['PredictVelOnYFace',['../namespaceEBPLM.html#a3fd409163b9f007fd4f33f86c81bafb6',1,'EBPLM::PredictVelOnYFace()'],['../namespacePLM.html#a7e11b6bc6c30a638bc0e53fc7b7785d3',1,'PLM::PredictVelOnYFace()'],['../namespacePPM.html#a2508ebdfc4ebe06e3a4a4b3b45e1e14f',1,'PPM::PredictVelOnYFace()']]], + ['prefetchtodevice_6893',['prefetchToDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< char >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< EBCellFlag >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< HYPRE_Int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< PetscInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< Real >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'amrex::FabArray::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af50ec082ab16407059545feed99d648f',1,'amrex::Gpu::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96',1,'amrex::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< TagBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< IArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< FArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::Mask >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::EBCellFlagFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::CutFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'amrex::BaseFab::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< AtomicInt >::prefetchToDevice() const noexcept']]], + ['prefetchtohost_6894',['prefetchToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< AtomicInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< char >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< EBCellFlag >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< HYPRE_Int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< PetscInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< Real >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'amrex::FabArray::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::CutFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::EBCellFlagFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::Mask >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< FArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3',1,'amrex::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3abad1fb37ce40b710326ae2d9ab208c',1,'amrex::Gpu::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< IArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< TagBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'amrex::BaseFab::prefetchToHost()']]], + ['prefixedname_6895',['prefixedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9acf57232096dc7488995a49627924eb',1,'amrex::ParmParse']]], + ['prefixsum_6896',['PrefixSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d',1,'amrex::Scan']]], + ['prepare_6897',['prepare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a137269ba305483a92bf01d19ec1fd07c',1,'amrex::STLtools']]], + ['preparecommbuffers_6898',['PrepareCommBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf',1,'amrex::NonLocalBC']]], + ['prepareforcoarsening_6899',['prepareForCoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1f72985a64a6353ac131eb89728f7ba9',1,'amrex::EB2::Level']]], + ['prepareforfluxes_6900',['prepareForFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a000e69affa33aed71511df8fa232aae2',1,'amrex::MLMGT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#acfbbd0bc16c6143b970276cb3db30a03',1,'amrex::MLCellLinOpT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'amrex::MLLinOpT::prepareForFluxes(int, const MF *=nullptr)']]], + ['prepareforgmres_6901',['prepareForGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'amrex::MLLinOpT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae4ea921d48b5a556bd78ddcdd41a4455',1,'amrex::MLMGT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a895ca1ca69778b53dcf5ca86b366d4f7',1,'amrex::MLNodeLinOp::prepareForGMRES()']]], + ['preparefornsolve_6902',['prepareForNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a69cb002038ef5460b92042d6921396b1',1,'amrex::MLMGT']]], + ['prepareforsolve_6903',['prepareForSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad5475aafb15a2e53a6dada12839c27c9',1,'amrex::MLEBNodeFDLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a9e8e4689f0e0f349f5a29708c224360c',1,'amrex::MLTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a46fe8bdcadd6679f29d19971eeb19242',1,'amrex::MLPoissonT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ab2886d51be38082d20a26e35ddbf3b28',1,'amrex::MLNodeTensorLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a997cf1a004e76b021a262f35a834da32',1,'amrex::MLNodeLinOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a339396bc771f5e6b9e630746d0c7e0ab',1,'amrex::MLNodeLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa9e73a4d8720519ab2cecb3cd62c5d9b',1,'amrex::MLNodeABecLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99e382a66a897864e0c3b4dffe9e1cd9',1,'amrex::MLMGT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'amrex::MLLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a71281b7dfd14b0f89a2c50fc327bb',1,'amrex::MLEBTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a10d9a42df59b0c48c0de0bc3a2b41cca',1,'amrex::MLEBABecLap::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5c54cb4e1ea4c2b1818db0cf82741c30',1,'amrex::MLCurlCurl::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8201ce95349a35448ba37366eabc518b',1,'amrex::MLCellLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acff16f567dc8c5c30be1337318235e45',1,'amrex::MLCellABecLapT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a72d228dbde4801d9b4086a2dc94779c6',1,'amrex::MLALaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5c7e2382421d34818b66ccaba2e9ba95',1,'amrex::MLABecLaplacianT::prepareForSolve()']]], + ['preparelinop_6904',['prepareLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a929a91b1f9969e79f186bb7a1a073f69',1,'amrex::MLMGT']]], + ['preparemgcycle_6905',['prepareMGcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad13058d5dffd2c90824cd1a1d5db3085',1,'amrex::MLMGT']]], + ['preparerecvbuffers_6906',['PrepareRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222',1,'amrex::NonLocalBC']]], + ['preparerecvbuffers_5ft_6907',['PrepareRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439',1,'amrex::NonLocalBC']]], + ['preparerhs_6908',['prepareRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#acbc4efc38bffb2ceab5d5bf004cf6dc6',1,'amrex::MLCurlCurl']]], + ['preparesendbuffers_6909',['PrepareSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49',1,'amrex::NonLocalBC']]], + ['preparesendbuffers_5ft_6910',['PrepareSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0',1,'amrex::NonLocalBC']]], + ['preparesolver_6911',['prepareSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a61436da82fa418df4ddfab4881c137e3',1,'amrex::HypreABecLap::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#afe4795550c7479c27c62872b3c3f5c24',1,'amrex::HypreABecLap2::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a73956b5120ef6513532cb22e2e8335ab',1,'amrex::HypreABecLap3::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ad1eb894ae4a104ea04c6be69d08b4e1f',1,'amrex::PETScABecLap::prepareSolver()']]], + ['prettyprinttable_6912',['prettyPrintTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a25e20319d7e653849733bf39d7416437',1,'amrex::ParmParse']]], + ['previous_5ftime_5fstep_6913',['previous_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aea34558a8595abbdc1f9a5f3635fb4c2',1,'amrex::IntegratorBase']]], + ['prevtime_6914',['prevTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aacf7931abf97b3774c79b60e80d177a4',1,'amrex::StateData']]], + ['primary_6915',['primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a31a66854b5336c0a76e23a9457877713',1,'amrex::StateDescriptor']]], + ['print_6916',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html',1,'amrex']]], + ['print_6917',['print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aa9d7c2eebaa83c655e91f8b9b0040df1',1,'amrex::FabArrayBase::CacheStats::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a84cad9d66ad27523679ae8c2b6b5d37e',1,'amrex::FabArrayBase::FabArrayStats::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a0e00f4a1a90b536068669ad8ed9c5b80',1,'amrex::IParser::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a72ed92cf7d71611d2e9086dd7e603792',1,'amrex::NeighborList::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a217d48dc80e0448899823a0d47460d8b',1,'amrex::Parser::print()']]], + ['print_6918',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a11f1c04c6e1559c094d72df8baf5e2b7',1,'amrex::Print::Print(std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#aebc81b9845c635f74ca8765c698ca059',1,'amrex::Print::Print(int rank_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a612024a8e9a5ad7bfcd98707fcdcb787',1,'amrex::Print::Print(int rank_, MPI_Comm comm_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a1bb1f415c2393c08d8fd115bbc848638',1,'amrex::Print::Print(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a181bc6a4ba323484f28415b80ee1b6b6',1,'amrex::Print::Print(Print &&)=delete']]], + ['print_5fbacktrace_5finfo_6919',['print_backtrace_info',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a33950310b32a51c70dd6f6960d83e2db',1,'amrex::BLBackTrace::print_backtrace_info(FILE *f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a6dd9bad8d7ece9e996de0cd3a7403b91',1,'amrex::BLBackTrace::print_backtrace_info(const std::string &filename)']]], + ['print_5fconnectivity_6920',['print_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a4fc94184dd7d26f8ccb2fccdd8367474',1,'amrex::EBToPVD']]], + ['print_5fcontrol_5fpoints_6921',['print_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a423846c99ff07003d00a7f8978bfebc5',1,'amrex::SplineDistFcnElement2d::print_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9c9ba23ae82c4ab0a38587d96c99f344',1,'amrex::LineDistFcnElement2d::print_control_points()']]], + ['print_5fgrids_6922',['print_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a692701cba27f352589066c9024d388a7',1,'amrex::EBToPVD']]], + ['print_5fpoints_6923',['print_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#af56069dd01a4a44b7f471f70f051887b',1,'amrex::EBToPVD']]], + ['print_5fspline_6924',['print_spline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a5da55e4a3464f1a04eb34beffd638600',1,'amrex::SplineDistFcnElement2d']]], + ['print_5fstate_6925',['print_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f',1,'amrex']]], + ['print_5fthreshold_6926',['print_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4de3ee9387602dc09ef0f134c9826c13',1,'amrex::TinyProfiler']]], + ['printcallstack_6927',['PrintCallStack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8a14bcc37603ec472c17a644428d3686',1,'amrex::TinyProfiler']]], + ['printcalltreenode_6928',['PrintCallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4d91df9b423715cc4ac9b197bcad14ff',1,'RegionsProfStats']]], + ['printcapacity_6929',['PrintCapacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'amrex::ParticleContainer_impl::PrintCapacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PrintCapacity()']]], + ['printcell_6930',['printCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e',1,'amrex']]], + ['printexe_6931',['printExe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#aa3e51f354702ada83a42fa17d6450ff1',1,'amrex::Parser']]], + ['printgridinfo_6932',['printGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b7fbf8492a6e663bd567bfdb4151a40',1,'amrex::Amr']]], + ['printgridsummary_6933',['printGridSummary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4f3c144db8f986764324e9ba788666b3',1,'amrex::AmrCore']]], + ['printinfo_6934',['printInfo',['../classHydro_1_1NodalProjector.html#a098df2a533925ef6167e4df5bf3d46d5',1,'Hydro::NodalProjector']]], + ['printmemstats_6935',['PrintMemStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a18a5eb16b85aa8cc252a58b24a6ac763',1,'amrex::TinyProfiler']]], + ['printmemusage_6936',['printMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2a2878413402bf8cff44357bf4964a5d',1,'amrex::FabArrayBase']]], + ['printneighborlist_6937',['printNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aac13e1f1c324181ce01a8f50fe3897d9',1,'amrex::NeighborParticleContainer']]], + ['printptr_6938',['PrintPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a614a6f4d10ea61b0dc126aa932d1ab27',1,'amrex::DistributionMapping::RefID']]], + ['printstats_6939',['PrintStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'FabArrayCopyDescriptor< FArrayBox >::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'amrex::FabArrayCopyDescriptor::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a77843e1433ce6bede350d2dd35eb02a3',1,'amrex::TinyProfiler::PrintStats()']]], + ['printtimeinterval_6940',['printTimeInterval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa92325475654d8018a7a4d96811ff90b',1,'amrex::StateData']]], + ['printtimerangelist_6941',['PrintTimeRangeList',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1',1,'amrex']]], + ['printtofile_6942',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html',1,'amrex::PrintToFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0893d5f29d082f561090f7d93cce8759',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a6104fd13b117f3b559fc3287744db7c1',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a840a4f6901205237e9bd7e7b0b879753',1,'amrex::PrintToFile::PrintToFile(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aa2fb6b50feec44f081108ae3f8cb30ef',1,'amrex::PrintToFile::PrintToFile(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a65e2ca6508a0d6387c5f138c43a2998f',1,'amrex::PrintToFile::PrintToFile(std::string file_name_)']]], + ['printusage_6943',['PrintUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a506a68384da30629323d0839f13812c2',1,'amrex::Arena::PrintUsage()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#aa73ded7161a0649ccd1103491034632a',1,'amrex::CArena::PrintUsage(std::string const &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a220453b0ec3b2de0df5cd94cb08dab03',1,'amrex::CArena::PrintUsage(std::ostream &os, std::string const &name, std::string const &space) const']]], + ['printusagetofiles_6944',['PrintUsageToFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa1cfbcfa1c41ac7e45bf469e93db7402',1,'amrex::Arena']]], + ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_6945',['private_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad888998563a26e9b66682405b749228d',1,'amrex']]], + ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_6946',['private_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750',1,'amrex']]], + ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_6947',['private_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed',1,'amrex']]], + ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_6948',['private_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad',1,'amrex']]], + ['prob_5fdomain_6949',['prob_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af62cd34804aea5643a6fc2205495b7a2',1,'amrex::Geometry::prob_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#aee36e84e322a0ca0025338dcca8475d1',1,'amrex::GeometryData::prob_domain()']]], + ['probdomain_6950',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a9e669b9161d30f743ddee143bff88dc2',1,'amrex::PlotFileDataImpl::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a5f7c170e89ce1e97f586355ea2fceb41',1,'amrex::PlotFileData::probDomain()']]], + ['probdomain_6951',['ProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a37b2fde345a6609763be8a1fdd7ece25',1,'amrex::AmrData::ProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a69dfda38f7288ba1c26211d5b2160c1c',1,'amrex::Geometry::ProbDomain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ae68fad0b0c42fcd904bcc36c8d678ca9',1,'amrex::Geometry::ProbDomain(const RealBox &rb) noexcept']]], + ['probdomain_6952',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abaab22e72988e0a65438fde205822073',1,'CommProfStats::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a837415b3fb8f8b8f378228d94a2563df',1,'amrex::AmrData::probDomain()']]], + ['probhi_6953',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a413de6a07cab35d38f1f23801cae1060',1,'amrex::AmrData::ProbHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9a8ebe29bfbb66ffa7d2ac47d2fb255b',1,'amrex::Geometry::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5fd19e6998dd24eb5156808bdabc1dae',1,'amrex::Geometry::ProbHi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#afc75128d9d4bafa048122bb09b2adf35',1,'amrex::GeometryData::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2325c024dbbe3cb941e2964e0d8dc53d',1,'amrex::GeometryData::ProbHi(int dir) const noexcept']]], + ['probhi_6954',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac34dc700ac457772b9fc634e2f80edd8',1,'amrex::AmrData::probHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a20a6ee376fe0fb4b149be6374249e79a',1,'amrex::PlotFileData::probHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dbc97b271868a752395f72b717fa34a',1,'amrex::PlotFileDataImpl::probHi()']]], + ['probhiarray_6955',['ProbHiArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8de19f13c63f4cb2759207cb725581ed',1,'amrex::Geometry']]], + ['probhiarrayinparticlereal_6956',['ProbHiArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa55c38ac0db751b7aa40625464034b73',1,'amrex::Geometry']]], + ['probin_5ffile_6957',['probin_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a015dec6a04940644e63848d6afd6e7c8',1,'amrex::Amr']]], + ['problength_6958',['ProbLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa957525db46a7c7c22c1371633a3f263',1,'amrex::Geometry']]], + ['problo_6959',['ProbLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a3d9777846ced2fc748f213cc58ff0dfd',1,'amrex::GeometryData']]], + ['problo_6960',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4800513a6130b6dbb784adec1d555d99',1,'amrex::PlotFileDataImpl::probLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a744ac8dee3b12454af52e51ad541b9df',1,'amrex::PlotFileData::probLo()']]], + ['problo_6961',['ProbLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1dea3e08037a71158cda1adafab206ef',1,'amrex::AmrData::ProbLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02ef0d522174b99ca75e569def4c091c',1,'amrex::Geometry::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a03bdebdfb4b402507aab117a78bb71b4',1,'amrex::Geometry::ProbLo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2002b8c121f27d0e9a65e06597ef85a3',1,'amrex::GeometryData::ProbLo()']]], + ['problo_6962',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1e66e43e21552623a1e0c9fad7df4e46',1,'amrex::AmrData']]], + ['probloarray_6963',['ProbLoArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a2cbf2a8943849597fdcb06608416d0db',1,'amrex::Geometry']]], + ['probloarrayinparticlereal_6964',['ProbLoArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8f5623ee19b444e7c1a38d28a79459fb',1,'amrex::Geometry']]], + ['probsize_6965',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a05119789d1f20fa785068e24580129d5',1,'amrex::AmrData::probSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0fdee328da3ad85b3dbb121f64adc105',1,'amrex::PlotFileData::probSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aaff30fe7f8204f68509dc9a8caf5f572',1,'amrex::PlotFileDataImpl::probSize()']]], + ['probsize_6966',['ProbSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aee3000e243b4b85b74bad050fa9f0484',1,'amrex::AmrData::ProbSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad215766309286d88d85b4d78f7280f4c',1,'amrex::Geometry::ProbSize()']]], + ['proc_6967',['proc',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aab47f1d42db988febeb4e2d0f2349f63',1,'RegionsProfStats::DataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#af96bd271a472d0e7707165da64ace399',1,'BLProfStats::BLPDataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac6b130e1f63c583e336a16928c533182',1,'CommProfStats::DataBlock::proc()']]], + ['proc_5fid_6968',['proc_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#af81d15d77bed1360192bf5510e8c1a5a',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['process_5ftopology_5f1_6969',['process_topology_1',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a2958e45305ae7bd3d1077348c2f30f1e',1,'distribution_t']]], + ['process_5ftopology_5f2_5fx_6970',['process_topology_2_x',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#af6a7bae9b4cb830d7c37076561f1417c',1,'distribution_t']]], + ['process_5ftopology_5f2_5fy_6971',['process_topology_2_y',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a00fcc37760762bee9052ff654398aaee',1,'distribution_t']]], + ['process_5ftopology_5f2_5fz_6972',['process_topology_2_z',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a48496ef186f85b7d82d83592b366c03f',1,'distribution_t']]], + ['process_5ftopology_5f3_6973',['process_topology_3',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ab7383f9179b519721f4dffdd185c055a',1,'distribution_t']]], + ['process_5ftopology_5ft_6974',['process_topology_t',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html',1,'']]], + ['processormap_6975',['ProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac1cd8ab03f5ec883f167f4e1148d29ee',1,'amrex::DistributionMapping']]], + ['processteam_6976',['ProcessTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html',1,'amrex::ParallelDescriptor']]], + ['procid_6977',['procID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac90cfd42a7406149cd38468a9f759e3e',1,'amrex::ParticleBufferMap']]], + ['procstats_6978',['ProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html',1,'amrex::TinyProfiler']]], + ['procthathasdata_6979',['procThatHasData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5ded8154e0acf04de6c1d60f985a7069',1,'amrex::FabArrayBase::FabComTag']]], + ['procthatneedsdata_6980',['procThatNeedsData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a6ad0d4aaa97b3aeba9ad7663cc974563',1,'amrex::FabArrayBase::FabComTag']]], + ['product_6981',['product',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'amrex::Array2D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const int *, NArrayInt >::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real,(M+2) *(M+1)/2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, nelems >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal *, NAR >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 4 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int *, NAI >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const ParticleReal *, NArrayReal >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< bool, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::EB2::PolyTerm, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::Interval, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'amrex::GpuArray::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a738bf226cd7ec23057eb95176cd4bfa6',1,'amrex::Array3D::product(const int axis, const int loc0, const int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ab58dde651cfad3f07ffdfb42d66e1c3b',1,'amrex::Array3D::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'Array1D< int, 0, N-1 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'amrex::Array2D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'amrex::Array1D::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product()']]], + ['profdata_6982',['PROFDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae7fe174117a8bd8847e7530391fb5fdc',1,'amrex::Amrvis']]], + ['profile_5falloc_6983',['profile_alloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a1e55000cfd16be61fe81115bf0a2c44f',1,'amrex::Arena::ArenaProfiler']]], + ['profile_5ffree_6984',['profile_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a616c70790fe756cef244e970f95be468',1,'amrex::Arena::ArenaProfiler']]], + ['profiler_6985',['profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a79516a720db5a9b896b2d87c1287930e',1,'amrex::DataServices']]], + ['profilerstart_6986',['profilerStart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a9b8a6a9f47a037559294546980502da1',1,'amrex::Gpu::Device']]], + ['profilerstop_6987',['profilerStop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7961d112520b04459e1eb566e2c6ee71',1,'amrex::Gpu::Device']]], + ['proj_6988',['proj',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#aca8782125cabf6d92e994f234ab7519b',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], + ['project_6989',['project',['../classHydro_1_1MacProjector.html#a11425406f3b1ebf78d61520733cfe6fc',1,'Hydro::MacProjector::project(const amrex::Vector< amrex::MultiFab * > &phi_in, amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1MacProjector.html#a8a7f09aa7edb1a831bceefd74a729619',1,'Hydro::MacProjector::project(amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1NodalProjector.html#ae59512302c66d32aea7f4f252c09fa27',1,'Hydro::NodalProjector::project(amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))'],['../classHydro_1_1NodalProjector.html#ab54ce0105047feaf533fe3f5917e90f9',1,'Hydro::NodalProjector::project(const amrex::Vector< amrex::MultiFab * > &a_phi, amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))']]], + ['projperiodic_6990',['ProjPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a663a92c5e8c0dbe3578d19cd8fb36af3',1,'amrex::AmrMesh']]], + ['properblockingfactor_6991',['ProperBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2447047c1010b47ee4f3b0de3d5811ee',1,'amrex::AmrLevel']]], + ['properlynested_6992',['ProperlyNested',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b10976708081700c810d70417da8c9',1,'amrex']]], + ['protect_6993',['protect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aa6ed48dc9ce058bd1d1804c800ea0691',1,'amrex::CellConservativeProtected::protect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee6fb8b99ca4282e5f9e9122b9b37cf1',1,'amrex::Interpolater::protect()']]], + ['protected_5fdivide_6994',['protected_divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< PetscInt >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< int >::protected_divide()']]], + ['protected_5finterp_6995',['protected_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a021dc84969e65c184034f112eec3b887',1,'amrex']]], + ['proxfromrank_6996',['proxFromRank',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae110ab5fe019cb5431f8954c51355933',1,'CommProfStats']]], + ['prune_6997',['prune',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ac95794690d4fb50c8e149a55ade09fb8',1,'amrex::algoim::ImplicitIntegral']]], + ['psi_6998',['psi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ad7a1d13d438479b184c871b0dec86a66',1,'amrex::algoim::ImplicitIntegral']]], + ['psicode_6999',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html',1,'amrex::algoim::PsiCode< N >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a791226bc3dff2637e4a5dacb30c25ec0',1,'amrex::algoim::PsiCode::PsiCode(const PsiCode &i, int dim, int side, int sign) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#ac85d103050ea6acd04b2a2b4e55ee8d4',1,'amrex::algoim::PsiCode::PsiCode(const GpuArray< int, N > &sides, int sign) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a13b5bfe7248a8bd90fd647abaed12737',1,'amrex::algoim::PsiCode::PsiCode() noexcept=default']]], + ['psicount_7000',['psiCount',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a9352b5694ad95664dce6d6214668eb05',1,'amrex::algoim::ImplicitIntegral']]], + ['psizeinfile_7001',['PSizeInFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#afbe88249b244a942b7d7d41b6b176abd',1,'particle_detail']]], + ['pstr_7002',['pstr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1215d1effdf6c549d4d06a61004880d',1,'amrex::VisMF::PersistentIFStream']]], + ['ptd_7003',['PTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a2ca81ea23a9543e907da3e9bcb93d923',1,'amrex::SoAParticle']]], + ['ptr_7004',['ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< Real const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a411a57cc9f3e8fbd3fa2db7738c99c5f',1,'amrex::FatPtr::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< Real const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'amrex::Array4::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'amrex::Array4::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'amrex::Array4::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'amrex::Array4::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'amrex::Array4::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'amrex::Array4::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< Real const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< Real const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< Real const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< Real const >::ptr(Dim3 const &cell) const noexcept']]], + ['ptr_5fowner_7005',['ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'amrex::BaseFab::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< AtomicInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< char >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< EBCellFlag >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< HYPRE_Int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< PetscInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< Real >::ptr_owner()']]], + ['ptr_5fto_5fvoid_5ffunc_7006',['PTR_TO_VOID_FUNC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2',1,'amrex']]], + ['push_7007',['push',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a8c562ca41b2d74fcd48dc76cc2acb6b4',1,'amrex::ParallelContext::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a470f67478b996cf9eda28cc684d81948',1,'amrex::Stack::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a5a3c0ce524a4c0bff9901548d9e8648d',1,'amrex::EB2::IndexSpace::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aacd757c228bab84f39dc148cc5777624',1,'amrex::AMReX::push()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3',1,'amrex::ParallelContext::push()']]], + ['push_5fback_7008',['push_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::XDim3 >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::STLtools::Triangle >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::openbc::MomTag >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::NeighborCode >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::BoxND >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'amrex::PODVector::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a58ff9d1415aa8e4eee3fd76955d36429',1,'amrex::ParticleTile::push_back(const SuperParticleType &sp)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a1c3596011f3532785e35f93767dac146',1,'amrex::ParticleTile::push_back(const ParticleType &p)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac63a647b8a7225d490ce30caaf1105b3',1,'amrex::ParticleArray::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a0c93bb0e80cf6277ee1823f35072007a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a59c2843f59e6ba99661a6d26958b6f08',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf9cf5350e31edefe87e9e8b2f2278ef',1,'amrex::BoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a58e47ec80be71f10f50fe234408ed886',1,'amrex::ArrayOfStructs::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int *, DefaultAllocator< const int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< index_type >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int *, DefaultAllocator< int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< std::size_t >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< unsigned int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a059d2458f21b6e42c2c22ed204e26337',1,'amrex::WeightedBoxList::push_back()']]], + ['push_5fback_5fimpl_7009',['push_back_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#af7f46ef2c49dac17167364472e5edcef',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['push_5fback_5fint_7010',['push_back_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac46b6f7938c08ba5c71b24c97d8f72a5',1,'amrex::ParticleTile::push_back_int(int comp, int v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab1acd5ea97873b2886a1d5b1cca48aab',1,'amrex::ParticleTile::push_back_int(const std::array< int, NArrayInt > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adeb45488fb08fe702e74efadfe55d8d7',1,'amrex::ParticleTile::push_back_int(int comp, const int *beg, const int *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a8ed93fa556cb0e6d76ab31855179c490',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int >::const_iterator beg, amrex::Vector< int >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a83112560fe0053d36f1d4e2377d82a23',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad303886262e966726980ee5bf9202cfb',1,'amrex::ParticleTile::push_back_int(int comp, std::size_t npar, int v)']]], + ['push_5fback_5freal_7011',['push_back_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af54fdaaae348f3ef6c4f9ec72ed5d7aa',1,'amrex::ParticleTile::push_back_real(int comp, ParticleReal v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a920fbf546aa0d61637897696c29bf54c',1,'amrex::ParticleTile::push_back_real(const std::array< ParticleReal, NArrayReal > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2ac59039f3803da57f27367c22c71c12',1,'amrex::ParticleTile::push_back_real(int comp, const ParticleReal *beg, const ParticleReal *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab23ddb423d3fb51829919af42de5a48f',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal >::const_iterator beg, amrex::Vector< amrex::ParticleReal >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0273a779aabd06b96f98466ee8553d14',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad62dabd419e0030589fc00e5e1880f5a',1,'amrex::ParticleTile::push_back_real(int comp, std::size_t npar, ParticleReal v)']]], + ['pushregiontag_7012',['pushRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a550a79531f98644ed6572f635f854cf7',1,'amrex::FabArrayBase::pushRegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6c6874f6a073ba5a8fe15d5fc7837a5d',1,'amrex::FabArrayBase::pushRegionTag(std::string t)']]], + ['pvmf_7013',['PVMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae7db7ce924b3d22ba729d57da40f2262',1,'amrex::DistributionMapping']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_11.js b/amrex-hydro/Doxygen/html/search/all_11.js index 7af5681..5893921 100644 --- a/amrex-hydro/Doxygen/html/search/all_11.js +++ b/amrex-hydro/Doxygen/html/search/all_11.js @@ -1,38 +1,41 @@ var searchData= [ - ['qall_6982',['Qall',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ae4f82ca9e75b2c19aeb29f7bd951e5c3',1,'SDCstruct']]], - ['qexp_6983',['Qexp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6e4cb54efa5588875042c900b12ed1f0',1,'SDCstruct']]], - ['qgauss_6984',['Qgauss',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ad62b8f4e5d90f40928e8b5c3a8e0a1ed',1,'SDCstruct']]], - ['qimp_6985',['Qimp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a81893e7f180d9832cbc185535fde4ca0',1,'SDCstruct']]], - ['qlu_6986',['QLU',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af8cf02cc9385ebff2a345a027e7af0ba',1,'SDCstruct']]], - ['qnodes_6987',['qnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a31a4078930e156dc28589750c88b7fb3',1,'SDCstruct']]], - ['qp_6988',['qp',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a3b6ebab50bdb3680467e36128f5e4f53',1,'sdcquadrature_mod']]], - ['qsort_6989',['qsort',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca9a2cd134b3750fabf403d738255f79',1,'sdcquadrature_mod']]], - ['qsort_5fpartition_6990',['qsort_partition',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a48ed5f48f95b69c47de925a1a865a89c',1,'sdcquadrature_mod']]], - ['qtype_6991',['qtype',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6ce083cc22a392cc9a487fcd854387ac',1,'SDCstruct']]], - ['quadgen_6992',['quadGen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a05434c8a13201e8af0f5dab5420e33d2',1,'amrex::algoim']]], - ['quadgensurf_6993',['quadGenSurf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae4ae5a6514e4fdd7deb24725de0b3444',1,'amrex::algoim']]], - ['quadratic_5finterp_6994',['quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048',1,'amrex']]], - ['quadraturerule_6995',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html',1,'amrex::algoim']]], - ['quartic_5finterp_6996',['quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525',1,'amrex']]], - ['query_6997',['query',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6f039d5c787ec3b27a25a290c659c42d',1,'amrex::ParmParse::query(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab7d7d843282b9f9634822ab3c8083b2e',1,'amrex::ParmParse::query(const char *name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abbdc989daab71c4cb0101e87c1515689',1,'amrex::ParmParse::query(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ed7725f4552397edff794e471dc2f2c',1,'amrex::ParmParse::query(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a53f7e6ff29566e9c9606874b27f64c17',1,'amrex::ParmParse::query(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d9687e5856d5fb2d6bd4e4f027212ae',1,'amrex::ParmParse::query(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af205ea927f7888a00aebcdc95d55f432',1,'amrex::ParmParse::query(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1a9af4970db8434b613c551eadc55a',1,'amrex::ParmParse::query(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a499a57138bca367b609ce98da58e4039',1,'amrex::ParmParse::query(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae016a438a820d522e4d529ef8b7371f4',1,'amrex::ParmParse::query(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8bdcdf34553e38a882d7a15195678e3d',1,'amrex::ParmParse::query(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa98ab18bc26692876f9590316af5b1fa',1,'amrex::ParmParse::query(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a341e69f6e3bc1c30de317f47b67b67c0',1,'amrex_parmparse_module::amrex_parmparse::query()']]], - ['query_5fenum_5fcase_5finsensitive_6998',['query_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6b5c08069ce7021dbe33860ec4171bc1',1,'amrex::ParmParse']]], - ['query_5fint_6999',['query_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aa2b6623e9c82e688c1ace4430d3a0edf',1,'amrex_parmparse_module::query_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#adbc27a8477adf06772e50c9063e3f450',1,'amrex_parmparse_module::amrex_parmparse::query_int']]], - ['query_5fintarr_7000',['query_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a382f89d2f2f2d88e292677472eb44312',1,'amrex_parmparse_module::amrex_parmparse::query_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9f0c429d324a66ca1e016da303a54380',1,'amrex_parmparse_module::query_intarr()']]], - ['query_5flogical_7001',['query_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add4580d98996e6b8f6339611f0313adb',1,'amrex_parmparse_module::amrex_parmparse::query_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56db14c7509d856f0aea7bf8e8c98eba',1,'amrex_parmparse_module::query_logical()']]], - ['query_5freal_7002',['query_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad660c077f1712d497852f995827fbead',1,'amrex_parmparse_module::amrex_parmparse::query_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9729d60628ced64a34f28997b5122f7d',1,'amrex_parmparse_module::query_real()']]], - ['query_5frealarr_7003',['query_realarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a49000c613ca825c9a110712f80d846f3',1,'amrex_parmparse_module::amrex_parmparse::query_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a245ee45af4497f0ddc4d08df44b1e9f7',1,'amrex_parmparse_module::query_realarr()']]], - ['query_5fstring_7004',['query_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a800c065458ab8f425a54a521c7032dd8',1,'amrex_parmparse_module::amrex_parmparse::query_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#acd6de264c2861656373e7e218ad56eb5',1,'amrex_parmparse_module::query_string()']]], - ['query_5fstringarr_7005',['query_stringarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a5ec9f30a3afeb82338e0717258a0fdc0',1,'amrex_parmparse_module::amrex_parmparse::query_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0af881c425f46ca90920da704aa796fb',1,'amrex_parmparse_module::query_stringarr()']]], - ['queryadd_7006',['queryAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aface68d73330646265cf631654dfd05f',1,'amrex::ParmParse::queryAdd(const char *name, std::array< T, N > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5cb7b5e428f4991e8a1fba87649ee6c3',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref, int num_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8208293906e1d9c1b2d5089c05b5bd16',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad30debcf129ee05319df05c1d54844fe',1,'amrex::ParmParse::queryAdd(const char *name, std::string &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5a524b8c11f99e8ef86fd6bbc1a33493',1,'amrex::ParmParse::queryAdd(const char *name, T &ref)']]], - ['queryaddwithparser_7007',['queryAddWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae458cb55bb8229f48767c3ae1f581696',1,'amrex::ParmParse']]], - ['queryarr_7008',['queryarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1275ef4b667363d839a5f96bacd0d5',1,'amrex::ParmParse::queryarr(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a63d99f0de131b0023eb14f5efd91e169',1,'amrex::ParmParse::queryarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a137e09253266871d5369176288e9425b',1,'amrex::ParmParse::queryarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2d33c474853891761ac959cbf6299bcf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae080a87279c2061a2125da5a6ba296c8',1,'amrex::ParmParse::queryarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad1ecfb0a30edc452d3ac10061a899a5c',1,'amrex::ParmParse::queryarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a87e9486383563a4bfd29fa8a92eab0f9',1,'amrex::ParmParse::queryarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae69bd8d0d57d6bca949efd1d5b376fdf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af319284107e54297e79df230aeb7cba0',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4c806fe5e4fce3feda120702a3c9c1be',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54307dd658a96ac490ce75a3f74defe2',1,'amrex::ParmParse::queryarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a1b8984787dd6a07f9a79bbae19c51316',1,'amrex_parmparse_module::amrex_parmparse::queryarr()']]], - ['queryarrwithparser_7009',['queryarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a17ae4a1b45a6fb0506c289f7cdeec376',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, double *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0e3d1ee237300d57200ee168c3e7a7c4',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, int *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac8a2904b06c79a0187dba30a5389dc35',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a49a42c36532ca8b389f7eaa6d80c7575',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac0acec906b44f6fbd6f776bc6aba8040',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, float *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a30d6e4ddd0ae93ad22a9be9fc98b19a6',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, std::vector< T > &ref) const']]], - ['querykth_7010',['querykth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acb8471c7f04ad416c55d696c53b87e98',1,'amrex::ParmParse::querykth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9e3959cb195fa123e622917e01f60bac',1,'amrex::ParmParse::querykth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a157be8cfc61a470961922c4ae7922d43',1,'amrex::ParmParse::querykth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a10f4ac6bfd190ba12a9dcd3ff0a2f69c',1,'amrex::ParmParse::querykth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a01751e72ed3ec33b42ca1816a5479b0a',1,'amrex::ParmParse::querykth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad0715ccf731c6b244f2258b4811761fd',1,'amrex::ParmParse::querykth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47f9f968f7dacc5910d553ea21e22ae2',1,'amrex::ParmParse::querykth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af336f03191de5b0d144bf1f04cf6f61d',1,'amrex::ParmParse::querykth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a69c311ca977470146f9151f1d7ca3a6e',1,'amrex::ParmParse::querykth(const char *name, int k, IntVect &ref, int ival=FIRST) const']]], - ['queryktharr_7011',['queryktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6e6c42c0329b3346c6fd85f1af871e91',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a7e15c246accd5c8be1a296c55c7f2c8e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a23023a0b2b6eedf3820d116aed2ebed7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a40e347b786c7023a58e8441d39be89b7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a823e28939aa5e1fa940bb46e1c0204d0',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a064a1ac48146a99bd401b985c6307805',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a861088668a40bd77d8a8e8200678778e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a978c77a2a299403038d51adae2c330d5',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const']]], - ['querymemusage_7012',['queryMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9eae1384b7fc7342c235f99b503fad01',1,'amrex::FabArrayBase']]], - ['querymemusagehwm_7013',['queryMemUsageHWM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab671a167eb6b1779fa2df2a227931f82',1,'amrex::FabArrayBase']]], - ['queryunusedinputs_7014',['QueryUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a821d000e2b1d1aa6dc9e18d0b54e0df7',1,'amrex::ParmParse']]], - ['querywithparser_7015',['queryWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abdedd9feb166f0795fc49d8248e1d531',1,'amrex::ParmParse::queryWithParser(const char *name, double &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab59ae2e9496bc7defa4bb88f7232ec38',1,'amrex::ParmParse::queryWithParser(const char *name, float &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa83dae580e475c698d1af8498f2e1727',1,'amrex::ParmParse::queryWithParser(const char *name, long long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aceee232cad65ad2d2060e7d12490b02d',1,'amrex::ParmParse::queryWithParser(const char *name, long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaeca337d70d382eac6713629fe19cba9',1,'amrex::ParmParse::queryWithParser(const char *name, int &ref) const']]], - ['queuereduction_7016',['QueueReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a48f09e6d45685ddcaa72f6424891b9e4',1,'amrex::Lazy']]] + ['qall_7014',['Qall',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ae4f82ca9e75b2c19aeb29f7bd951e5c3',1,'SDCstruct']]], + ['qexp_7015',['Qexp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6e4cb54efa5588875042c900b12ed1f0',1,'SDCstruct']]], + ['qgauss_7016',['Qgauss',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ad62b8f4e5d90f40928e8b5c3a8e0a1ed',1,'SDCstruct']]], + ['qimp_7017',['Qimp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a81893e7f180d9832cbc185535fde4ca0',1,'SDCstruct']]], + ['qlu_7018',['QLU',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af8cf02cc9385ebff2a345a027e7af0ba',1,'SDCstruct']]], + ['qnodes_7019',['qnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a31a4078930e156dc28589750c88b7fb3',1,'SDCstruct']]], + ['qp_7020',['qp',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a3b6ebab50bdb3680467e36128f5e4f53',1,'sdcquadrature_mod']]], + ['qsort_7021',['qsort',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca9a2cd134b3750fabf403d738255f79',1,'sdcquadrature_mod']]], + ['qsort_5fpartition_7022',['qsort_partition',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a48ed5f48f95b69c47de925a1a865a89c',1,'sdcquadrature_mod']]], + ['qtype_7023',['qtype',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6ce083cc22a392cc9a487fcd854387ac',1,'SDCstruct']]], + ['quadgen_7024',['quadGen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a05434c8a13201e8af0f5dab5420e33d2',1,'amrex::algoim']]], + ['quadgensurf_7025',['quadGenSurf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae4ae5a6514e4fdd7deb24725de0b3444',1,'amrex::algoim']]], + ['quadratic_5finterp_7026',['quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048',1,'amrex']]], + ['quadraturerule_7027',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html',1,'amrex::algoim']]], + ['quartic_5finterp_7028',['quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525',1,'amrex']]], + ['query_7029',['query',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a341e69f6e3bc1c30de317f47b67b67c0',1,'amrex_parmparse_module::amrex_parmparse::query()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3e89bc04118c814488f637cf5e294e96',1,'amrex::ParmParse::query(const char *name, T &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abbdc989daab71c4cb0101e87c1515689',1,'amrex::ParmParse::query(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d9687e5856d5fb2d6bd4e4f027212ae',1,'amrex::ParmParse::query(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae016a438a820d522e4d529ef8b7371f4',1,'amrex::ParmParse::query(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a499a57138bca367b609ce98da58e4039',1,'amrex::ParmParse::query(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1a9af4970db8434b613c551eadc55a',1,'amrex::ParmParse::query(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af205ea927f7888a00aebcdc95d55f432',1,'amrex::ParmParse::query(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6f039d5c787ec3b27a25a290c659c42d',1,'amrex::ParmParse::query(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8bdcdf34553e38a882d7a15195678e3d',1,'amrex::ParmParse::query(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa98ab18bc26692876f9590316af5b1fa',1,'amrex::ParmParse::query(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a53f7e6ff29566e9c9606874b27f64c17',1,'amrex::ParmParse::query(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ed7725f4552397edff794e471dc2f2c',1,'amrex::ParmParse::query(const char *name, Box &ref, int ival=FIRST) const']]], + ['query_5fenum_5fcase_5finsensitive_7030',['query_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae5a57a7c6e17f38a312a7c0680edc123',1,'amrex::ParmParse']]], + ['query_5fenum_5fsloppy_7031',['query_enum_sloppy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a586f659260a22fed130a45bd0f4b34b3',1,'amrex::ParmParse']]], + ['query_5fint_7032',['query_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#adbc27a8477adf06772e50c9063e3f450',1,'amrex_parmparse_module::amrex_parmparse::query_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aa2b6623e9c82e688c1ace4430d3a0edf',1,'amrex_parmparse_module::query_int()']]], + ['query_5fintarr_7033',['query_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a382f89d2f2f2d88e292677472eb44312',1,'amrex_parmparse_module::amrex_parmparse::query_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9f0c429d324a66ca1e016da303a54380',1,'amrex_parmparse_module::query_intarr()']]], + ['query_5flogical_7034',['query_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add4580d98996e6b8f6339611f0313adb',1,'amrex_parmparse_module::amrex_parmparse::query_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56db14c7509d856f0aea7bf8e8c98eba',1,'amrex_parmparse_module::query_logical()']]], + ['query_5freal_7035',['query_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad660c077f1712d497852f995827fbead',1,'amrex_parmparse_module::amrex_parmparse::query_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9729d60628ced64a34f28997b5122f7d',1,'amrex_parmparse_module::query_real(this, name, v, flag)']]], + ['query_5frealarr_7036',['query_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a245ee45af4497f0ddc4d08df44b1e9f7',1,'amrex_parmparse_module::query_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a49000c613ca825c9a110712f80d846f3',1,'amrex_parmparse_module::amrex_parmparse::query_realarr()']]], + ['query_5fstring_7037',['query_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#acd6de264c2861656373e7e218ad56eb5',1,'amrex_parmparse_module::query_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a800c065458ab8f425a54a521c7032dd8',1,'amrex_parmparse_module::amrex_parmparse::query_string']]], + ['query_5fstringarr_7038',['query_stringarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a5ec9f30a3afeb82338e0717258a0fdc0',1,'amrex_parmparse_module::amrex_parmparse::query_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0af881c425f46ca90920da704aa796fb',1,'amrex_parmparse_module::query_stringarr()']]], + ['queryadd_7039',['queryAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aface68d73330646265cf631654dfd05f',1,'amrex::ParmParse::queryAdd(const char *name, std::array< T, N > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5cb7b5e428f4991e8a1fba87649ee6c3',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref, int num_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8208293906e1d9c1b2d5089c05b5bd16',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad30debcf129ee05319df05c1d54844fe',1,'amrex::ParmParse::queryAdd(const char *name, std::string &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5a524b8c11f99e8ef86fd6bbc1a33493',1,'amrex::ParmParse::queryAdd(const char *name, T &ref)']]], + ['queryaddwithparser_7040',['queryAddWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae458cb55bb8229f48767c3ae1f581696',1,'amrex::ParmParse']]], + ['queryarr_7041',['queryarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aae55b8fd559d826b2fd19742d3d9f4fd',1,'amrex::ParmParse::queryarr(const char *name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad1ecfb0a30edc452d3ac10061a899a5c',1,'amrex::ParmParse::queryarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae080a87279c2061a2125da5a6ba296c8',1,'amrex::ParmParse::queryarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2d33c474853891761ac959cbf6299bcf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a137e09253266871d5369176288e9425b',1,'amrex::ParmParse::queryarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a63d99f0de131b0023eb14f5efd91e169',1,'amrex::ParmParse::queryarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a87e9486383563a4bfd29fa8a92eab0f9',1,'amrex::ParmParse::queryarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae69bd8d0d57d6bca949efd1d5b376fdf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af319284107e54297e79df230aeb7cba0',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4c806fe5e4fce3feda120702a3c9c1be',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54307dd658a96ac490ce75a3f74defe2',1,'amrex::ParmParse::queryarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a1b8984787dd6a07f9a79bbae19c51316',1,'amrex_parmparse_module::amrex_parmparse::queryarr()']]], + ['queryarrasdouble_7042',['queryarrAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad65712c6935956a104a6e483a91fbab0',1,'amrex::ParmParse']]], + ['queryarrwithparser_7043',['queryarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac8a2904b06c79a0187dba30a5389dc35',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a17ae4a1b45a6fb0506c289f7cdeec376',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, double *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a30d6e4ddd0ae93ad22a9be9fc98b19a6',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, std::vector< T > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac0acec906b44f6fbd6f776bc6aba8040',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, float *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a49a42c36532ca8b389f7eaa6d80c7575',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0e3d1ee237300d57200ee168c3e7a7c4',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, int *ref) const']]], + ['queryasdouble_7044',['queryAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a340be7fb45a2f07a646478a05937c468',1,'amrex::ParmParse']]], + ['querykth_7045',['querykth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af336f03191de5b0d144bf1f04cf6f61d',1,'amrex::ParmParse::querykth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acb8471c7f04ad416c55d696c53b87e98',1,'amrex::ParmParse::querykth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9e3959cb195fa123e622917e01f60bac',1,'amrex::ParmParse::querykth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a157be8cfc61a470961922c4ae7922d43',1,'amrex::ParmParse::querykth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a10f4ac6bfd190ba12a9dcd3ff0a2f69c',1,'amrex::ParmParse::querykth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a01751e72ed3ec33b42ca1816a5479b0a',1,'amrex::ParmParse::querykth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad0715ccf731c6b244f2258b4811761fd',1,'amrex::ParmParse::querykth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a69c311ca977470146f9151f1d7ca3a6e',1,'amrex::ParmParse::querykth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47f9f968f7dacc5910d553ea21e22ae2',1,'amrex::ParmParse::querykth(const char *name, int k, std::string &ref, int ival=FIRST) const']]], + ['queryktharr_7046',['queryktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a23023a0b2b6eedf3820d116aed2ebed7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a7e15c246accd5c8be1a296c55c7f2c8e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a978c77a2a299403038d51adae2c330d5',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a40e347b786c7023a58e8441d39be89b7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a823e28939aa5e1fa940bb46e1c0204d0',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a064a1ac48146a99bd401b985c6307805',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a861088668a40bd77d8a8e8200678778e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6e6c42c0329b3346c6fd85f1af871e91',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['querymemusage_7047',['queryMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9eae1384b7fc7342c235f99b503fad01',1,'amrex::FabArrayBase']]], + ['querymemusagehwm_7048',['queryMemUsageHWM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab671a167eb6b1779fa2df2a227931f82',1,'amrex::FabArrayBase']]], + ['queryunusedinputs_7049',['QueryUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a821d000e2b1d1aa6dc9e18d0b54e0df7',1,'amrex::ParmParse']]], + ['querywithparser_7050',['queryWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab59ae2e9496bc7defa4bb88f7232ec38',1,'amrex::ParmParse::queryWithParser(const char *name, float &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abdedd9feb166f0795fc49d8248e1d531',1,'amrex::ParmParse::queryWithParser(const char *name, double &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa83dae580e475c698d1af8498f2e1727',1,'amrex::ParmParse::queryWithParser(const char *name, long long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aceee232cad65ad2d2060e7d12490b02d',1,'amrex::ParmParse::queryWithParser(const char *name, long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaeca337d70d382eac6713629fe19cba9',1,'amrex::ParmParse::queryWithParser(const char *name, int &ref) const']]], + ['queuereduction_7051',['QueueReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a48f09e6d45685ddcaa72f6424891b9e4',1,'amrex::Lazy']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_12.js b/amrex-hydro/Doxygen/html/search/all_12.js index b2151f8..c3c48b9 100644 --- a/amrex-hydro/Doxygen/html/search/all_12.js +++ b/amrex-hydro/Doxygen/html/search/all_12.js @@ -1,355 +1,357 @@ var searchData= [ - ['r_7017',['r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231',1,'amrex::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#a2016f7f5bdedd5d88d71ca5582f69d69',1,'amrex::iparser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a862f92307932421c664884480724ac5e',1,'amrex::iparser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a3d6eae5bbd75c46a06b38a40d6978ba6',1,'amrex::parser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aeb2f3f6f5f90a7cc9843357edecb2538',1,'amrex::parser_node::r()']]], - ['radsquared_7018',['radSquared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept']]], - ['rand_5fstate_7019',['rand_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html#a75f184559414049b78efd270fdb60b3c',1,'amrex::RandomEngine']]], - ['randgenerator_5ft_7020',['randGenerator_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a',1,'amrex']]], - ['random_7021',['Random',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52',1,'amrex::Random(RandomEngine const &random_engine)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e',1,'amrex::Random()']]], - ['random_5fint_7022',['Random_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579',1,'amrex::Random_int(unsigned int n, RandomEngine const &random_engine)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20796a80df81ee204983811cc8a1b705',1,'amrex::Random_int(unsigned int n)']]], - ['random_5flong_7023',['Random_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636',1,'amrex']]], - ['randomengine_7024',['RandomEngine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html',1,'amrex']]], - ['randomnormal_7025',['RandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b',1,'amrex::RandomNormal(Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f',1,'amrex::RandomNormal(Real mean, Real stddev, RandomEngine const &random_engine)']]], - ['randompoisson_7026',['RandomPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864',1,'amrex::RandomPoisson(Real lambda)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e',1,'amrex::RandomPoisson(Real lambda, RandomEngine const &random_engine)']]], - ['randstate_5ft_7027',['randState_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124',1,'amrex']]], - ['range_7028',['Range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5a7e65f26ef2a8d356ebef518f007aaf',1,'amrex::Gpu']]], - ['range_5fimpl_7029',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html',1,'amrex::Gpu::range_detail::range_impl< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad4f7d96980fc27cd61042157159e0b4a',1,'amrex::Gpu::range_detail::range_impl::range_impl()']]], - ['rangeintersection_7030',['RangeIntersection',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a286eebba7a2e37000c01614ea347b24c',1,'BLProfStats']]], - ['rank_7031',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a5600c4f99f1a21d9ee5198275ca01e00',1,'amrex::WeightedBoxList::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a5ccf010e5d7cb5aaad0612f47a8a5d95',1,'amrex::PrintToFile::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7fd9cdeb58318bfc38b9381ca3ab3b01',1,'amrex::Print::rank()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a7043829d46fc0b8fe144d8f94a2d8580',1,'amrex::NonLocalBC::CommData::rank()']]], - ['rank_5f2d_5fx_7032',['rank_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae56acf570ce826a2c7fdc5f76ad1a00b',1,'hacc::Distribution']]], - ['rank_5f2d_5fy_7033',['rank_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae447604127f7210918c304134abaa8ac',1,'hacc::Distribution']]], - ['rank_5f2d_5fz_7034',['rank_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ac7e073d3f64574fb26e2c7119ab25358',1,'hacc::Distribution']]], - ['rankfromprox_7035',['rankFromProx',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a561c5c27d7af6c7cf8fceddc00afb95e',1,'CommProfStats']]], - ['rankinleadcomm_7036',['RankInLeadComm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0719939ecc6b26843399e2af4d660f14',1,'amrex::ParallelDescriptor']]], - ['rankmap_7037',['rankmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a65f303dfbdd0d1dbe148507bb0a48386',1,'distribution_t']]], - ['ranktoread_7038',['rankToRead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a6064cc4034c3d95989892cac82c68fea',1,'amrex::VisMF::FabReadLink']]], - ['rap_7039',['RAP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82abb0014f2e34a1a63c199eb717fe3accf',1,'amrex::MLNodeLinOp']]], - ['rapidblink_7040',['RapidBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#acbd1501cb1d6930cf314592a22e5319f',1,'amrex::Font']]], - ['rastercontours_7041',['RASTERCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba0a6705b8c6cedf020a3122f7b169ed43',1,'amrex::Amrvis']]], - ['rasteronly_7042',['RASTERONLY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba22d64df7ed492afd73a91e643e515681',1,'amrex::Amrvis']]], - ['ratio_7043',['ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8d33188a1ba19154997256c66083b10e',1,'amrex::FluxRegister::ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a38dd7e762f41ec784b5dfd70109bb3a8',1,'amrex::InterpolaterBoxCoarsener::ratio()']]], - ['raw_5ftype_7044',['raw_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ac7df2f9de658c06efefb501e8544e9c5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ab6759853d755a1a01624618efeb177b0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aac6b529d04666c7ab12e389631ddc1e0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a4cea01ca1b107d8585be77870f2da12f',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a07ee693a6d6f19f5c34611ecc35a74b5',1,'amrex::ParticleArrayAccessor::raw_type()']]], - ['rb180_7045',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html',1,'amrex::FabArrayBase::RB180'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#abd8ce363a9dbaaf0072c5ca833c6487e',1,'amrex::FabArrayBase::RB180::RB180()']]], - ['rb180cache_7046',['RB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7245d3dc29d3e2aade3f28f9319fa76d',1,'amrex::FabArrayBase']]], - ['rb180cacheiter_7047',['RB180CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa058b98f7a208d8b6beec36c786cc0b9',1,'amrex::FabArrayBase']]], - ['rb90_7048',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html',1,'amrex::FabArrayBase::RB90'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a1edfeca1f60abef9a9f56b0c4e8e64a4',1,'amrex::FabArrayBase::RB90::RB90()']]], - ['rb90cache_7049',['RB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aba31942c259bb854daca8574b393a17f',1,'amrex::FabArrayBase']]], - ['rb90cacheiter_7050',['RB90CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a336a5ecfcff59f5dbb7fbba057e2de73',1,'amrex::FabArrayBase']]], - ['rbegin_7051',['rbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< index_type >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< index_type >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'amrex::PODVector::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< std::size_t >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::XDim3 >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< unsigned int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< unsigned int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< std::size_t >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'amrex::PODVector::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::BoxND >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::BoxND >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::NeighborCode >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::NeighborCode >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::openbc::MomTag >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::openbc::MomTag >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::STLtools::Triangle >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::STLtools::Triangle >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::XDim3 >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char >::rbegin()']]], - ['rcv_5fbuffer_7052',['rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2f7e6baa209278afea162548a1425bf2',1,'amrex::NeighborParticleContainer']]], - ['rcvs_7053',['rcvs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6d6260836577412b1a3a17c7f8d09bc4',1,'amrex::NeighborParticleContainer']]], - ['rdata_7054',['rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a5b427f85a35cad6a54cb8ee01b424ccb',1,'amrex::Particle::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'amrex::ConstParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7000ae4ed79c3c7b0c4cb9d73588ed17',1,'amrex::Particle::rdata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a827643d1bd135a63ffa20579d27297d3',1,'amrex::Particle::rdata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a41ad580e96804381c814a85f64767caa',1,'amrex::Particle::rdata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a77c773768e4a002b2788a6009ab0c048',1,'amrex::Particle::rdata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'amrex::ParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()']]], - ['read_7055',['Read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a36dca41f0d001fce65deea4ec9e3ea1d',1,'amrex::VisMF']]], - ['read_7056',['read',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa052c7cb7904d7ae9e01374b59bbd216',1,'amrex::Scan::detail::BlockStatus< T, false >::read()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a680b0882613be5eba620649955402e4d',1,'amrex::Scan::detail::BlockStatus< T, true >::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ad918f23e64a2d59ba453b09617e5ac15',1,'amrex::BndryRegisterT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3d35f09a87700e22092fb5e943c82163',1,'amrex::FABio::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#aa2439db7d09034abce9411d979e38762',1,'amrex::FABio_8bit::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a0df1bfeea23fd4f9ee35b21fc0ddb8f9',1,'amrex::FABio_ascii::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a9d1f49ee565f0d188ed763f55f6d6ae9',1,'amrex::FABio_binary::read()']]], - ['read_7057',['Read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb',1,'amrex']]], - ['read_7058',['read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a36867dedd480c7d07877c1cc65aa40bf',1,'amrex::FabSetT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a13861fcb5290d2ce4fe7e6510d3fee34',1,'amrex::FluxRegister::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#ab7e4e83d02048ffe35b15b01f5e428a1',1,'amrex::IFABio::read()']]], - ['read_5fascii_5fstl_5ffile_7059',['read_ascii_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aa4f438da64a6ea3b7520112aac9f8fd3',1,'amrex::STLtools']]], - ['read_5fbinary_5fstl_5ffile_7060',['read_binary_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aca6050ea96a310625fe20e9f9594680a',1,'amrex::STLtools']]], - ['read_5ffab_7061',['read_fab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa3870bf45fd14f87c3674a996cae2752',1,'amrex::detail']]], - ['read_5ffrom_5fchkpt_5ffile_7062',['read_from_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a42bbef7d1271397c6e1a88006c9462e0',1,'amrex::EB2::ChkptFile']]], - ['read_5fheader_7063',['read_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a5f0e9754f27698eb89c86433c6cc3fc5',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#afb78d32e7b4d8ef3e4e430c3c7b8598a',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f, int compIndex, int &nCompAvailable)']]], - ['read_5fparameters_7064',['read_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a35f3f508708be4b72388384a46b3b6a3',1,'amrex::TimeIntegrator']]], - ['read_5fparams_7065',['read_params',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa0385aea8391d0b59b6adfb910cffbf4',1,'amrex::Geometry']]], - ['read_5fstl_5ffile_7066',['read_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#abde98e341a2edf239bfa987ce47ed2be',1,'amrex::STLtools']]], - ['readandbcastfile_7067',['ReadAndBcastFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4736dec48acb46827a04cdca7b4045d7',1,'amrex::ParallelDescriptor']]], - ['readblock_7068',['ReadBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a41c7cecdb09d9a72e30118d78343b48e',1,'BLProfStats::ReadBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0063c7d1c93c6f36bdf068ec89f4c328',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, bool readRSS=true, bool readTraces=true)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a06e019724b8ee9171e8e4da3d4340aa3',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, const int nmessages)']]], - ['readblocknoopen_7069',['ReadBlockNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9689a1779e9f7008ced946ab6ff8fa41',1,'BLProfStats::ReadBlockNoOpen()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8c2d460eb4e81905c7a79969eefadad6',1,'RegionsProfStats::ReadBlockNoOpen()']]], - ['readboxarray_7070',['readBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4',1,'amrex']]], - ['readbuffersize_7071',['readBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aad58178e786c29c8513d8549b20e0e6b',1,'amrex::RealDescriptor']]], - ['readcommstats_7072',['ReadCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afbced1780aae9f51df2a3ec897fdc5e7',1,'CommProfStats::ReadCommStats(DataBlock &dBlock)'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab5b0c11f3980a18ad4d42d9de9c4af6a',1,'CommProfStats::ReadCommStats(DataBlock &dBlock, const int nmessages)']]], - ['readcommstatsnoopen_7073',['ReadCommStatsNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afe795502ea704a46a029d0e0a9e378ff',1,'CommProfStats']]], - ['readdata_7074',['ReadData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae41ad53f7f76cc59fd271cdd1476228a',1,'amrex::AmrData']]], - ['readdata_7075',['readData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733',1,'amrex::readData(double *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a',1,'amrex::readData(int *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97',1,'amrex::readData(Long *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5',1,'amrex::readData(float *data, std::size_t size, std::istream &is)']]], - ['readdoubledata_7076',['readDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac590394599f7ea721cf8999331d0436e',1,'amrex']]], - ['readfab_7077',['readFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a65d273deab9512e01656ddf942d98b51',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5ccdc92a1d70d5290df4830586628a91',1,'amrex::VisMF::readFAB(int idx, int icomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8c9df1da1d55877f7d53653e73120f8d',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name, const Header &hdr, int whichComp=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0afcb55c6cfee56032dfb6e23389be35',1,'amrex::VisMF::readFAB(FabArray< FArrayBox > &mf, int idx, const std::string &mf_name, const Header &hdr)']]], - ['readfaheader_7078',['ReadFAHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdcbffdd50b28342be875ac0da817056',1,'amrex::VisMF']]], - ['readfloatdata_7079',['readFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326',1,'amrex']]], - ['readfrom_7080',['readFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa99a533ca8b84883dd44bf870fb7c5b3',1,'amrex::Mask::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#af4cb165d9e60aff6ad22b20d44ec22dd',1,'amrex::DistributionMapping::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3a19e0c558360ae380fba44e0aec9086',1,'amrex::IArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac5f3bc40906e22d2e481fa87114b62f4',1,'amrex::FArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4df72bcadb7bdaa2c5db57212e48853a',1,'amrex::BoxArray::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8a42f4fe7d3ad41e56175103deec42e1',1,'amrex::FArrayBox::readFrom()']]], - ['readgrid_7081',['ReadGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a511a1b01b981c6b4a4bdbdc71582ea68',1,'amrex::AmrData']]], - ['readintdata_7082',['readIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6',1,'amrex::readIntData(int *data, std::size_t size, std::istream &is, const IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697',1,'amrex::readIntData(To *data, std::size_t size, std::istream &is, const amrex::IntDescriptor &id)']]], - ['readlongdata_7083',['readLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746',1,'amrex']]], - ['readnonplotfiledata_7084',['ReadNonPlotfileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a10551f29207a5f3ff861bd8eeedcb435',1,'amrex::AmrData']]], - ['readoffset_7085',['readoffset',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5372d4df3b482986feff515d6498be62',1,'BLProfStats::BLPDataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a6cb3119f2c4606f258828506fb579d22',1,'CommProfStats::DataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a996907faa09768de3ab8d976fe3f8a54',1,'RegionsProfStats::DataBlock::readoffset()']]], - ['readparticlerealdata_7086',['ReadParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'amrex::ParticleContainer_impl::ReadParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticleRealData(void *data, size_t size, std::istream &is)']]], - ['readparticles_7087',['ReadParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)']]], - ['readprobinfile_7088',['readProbinFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a979e1cff503e5f3c6436a232284fdcfb',1,'amrex::Amr']]], - ['readranks_7089',['readRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5a0e5e8e0bd5503f9246b4d4c714a4a1',1,'amrex::NFilesIter']]], - ['readrealdata_7090',['readRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6f624229959bee80f1444371bb5babc',1,'amrex']]], - ['readytoread_7091',['ReadyToRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af4f8ba9c90ecfcea92b6426df76049af',1,'amrex::NFilesIter']]], - ['readytowrite_7092',['ReadyToWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6c012f15ef5b8e7438a88bc794766143',1,'amrex::NFilesIter']]], - ['real_7093',['real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a150666baa5a509c2fe563c507627c038',1,'amrex::GpuComplex']]], - ['real_5farray_5fdata_7094',['real_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a96a2835e24e73f8f83bac5d4b898ab1a',1,'amrex::ParticleInitType']]], - ['real_5fstruct_5fdata_7095',['real_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#abd631e1af076d148e6b578ce70236e6f',1,'amrex::ParticleInitType']]], - ['realarray_7096',['RealArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f',1,'amrex']]], - ['realarray_7097',['realarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f4ecbdbcb5f14edb160e4404b16c3e4',1,'amrex::StructOfArrays']]], - ['realbox_7098',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html',1,'amrex::RealBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0133f0708ca052eb1eb7a7753169bb75',1,'amrex::RealBox::RealBox(AMREX_D_DECL(Real x0, Real y0, Real z0), AMREX_D_DECL(Real x1, Real y1, Real z1)) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ac0a2462c4b6cf7119c7946140d4ba979',1,'amrex::RealBox::RealBox(const Box &bx, const Real *dx, const Real *base) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a4fad8ad2d3ec608a2c1f2fb205ddda86',1,'amrex::RealBox::RealBox(const std::array< Real, AMREX_SPACEDIM > &a_lo, const std::array< Real, AMREX_SPACEDIM > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a08455d95f7a26778ba42b5d023d16eec',1,'amrex::RealBox::RealBox(const Real *a_lo, const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0c94da578ae78f612f3c7a1295edb272',1,'amrex::RealBox::RealBox() noexcept=default']]], - ['realdesc_7099',['realDesc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a6b8a0d2090a56d369c01cabc715edb27',1,'amrex::FABio_binary']]], - ['realdescriptor_7100',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html',1,'amrex::RealDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a9dbe5ae2ad6763590e469c1a74036b53',1,'amrex::RealDescriptor::RealDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae7a8d4505859f386a09ef7339b27a984',1,'amrex::RealDescriptor::RealDescriptor(const Long *fr_, const int *ord_, int ordl_)']]], - ['realtuple_7101',['RealTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4c838dd743d5d205ae6efa4e880faf8b',1,'amrex::MLMGBndryT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a635d69fddbe9b8785a9f16e6874273d0',1,'amrex::BndryDataT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a65abf3895113354dbd34041b96dfb3ba',1,'amrex::MLCellLinOpT::RealTuple()']]], - ['realtype_7102',['RealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4bd47d382fa8b63c31eafb763d31194c',1,'amrex::ArrayOfStructs::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a600cf748b1767ee5cc0e838718d300a0',1,'amrex::SoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a043db0d4cd2205027b4308f459496b79',1,'amrex::ParticleTile::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'amrex::ParticleContainer_impl::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a0abfbcf524018c0ec719c5f4861823f5',1,'amrex::ParticleCommData::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1741c5c21aaba8fd767c2f86e911ad26',1,'amrex::Particle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a33d784228a75ccebaa059c49a15e0b3c',1,'amrex::ConstSoAParticle::RealType()']]], - ['realvect_7103',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html',1,'amrex::RealVect'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept']]], - ['realvector_7104',['RealVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adf1dfc735a7f9d3508e434da7e87b632',1,'amrex::ParticleTile::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a17a7383c365c4e4f4c6fd7eed23e8c59',1,'amrex::StructOfArrays::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'amrex::ParticleContainer_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'amrex::ParIterBase_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a27e56fce5b9f849bb6df07a0ad9ff398',1,'amrex::ParIter_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a72430e9d94dd233685e062cfa94f1ee0',1,'amrex::ParConstIter_impl::RealVector()']]], - ['rebind_7105',['rebind',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html',1,'hacc::AlignedAllocator']]], - ['record_5fgrid_5finfo_7106',['record_grid_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abd4f88199336df506302a1d53b0ef0ac',1,'amrex::Amr']]], - ['record_5frun_5finfo_7107',['record_run_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8d22fb152c5f5620ab9b1ab994f68aa',1,'amrex::Amr']]], - ['record_5frun_5finfo_5fterse_7108',['record_run_info_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab443c219d9056c789db6475acb78ea7b',1,'amrex::Amr']]], - ['recordbuild_7109',['recordBuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ae05279827e8393a4494478d1885e2c2b',1,'amrex::FabArrayBase::FabArrayStats::recordBuild()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a83dcba41161d5a1672578ee871232dfa',1,'amrex::FabArrayBase::CacheStats::recordBuild()']]], - ['recorddelete_7110',['recordDelete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a117c2d4187d31c7a6e0c6da477e381d0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recorderase_7111',['recordErase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a5cb9d8eee911caa7c6b42f7cdd176083',1,'amrex::FabArrayBase::CacheStats']]], - ['recordmaxnumbause_7112',['recordMaxNumBAUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a6fc4a42952792e21c6af56f1b7d38799',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recordmaxnumboxarrays_7113',['recordMaxNumBoxArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a79668291012755d981986b35942faa12',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recorduse_7114',['recordUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a07a1075ba91654c00909193f65076bc1',1,'amrex::FabArrayBase::CacheStats']]], - ['recv_7115',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1edfac65363a39cde188d5f5adb85134',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5',1,'amrex::ParallelDescriptor::Recv(std::vector< T > &buf, int pid, int tag)']]], - ['recv_7116',['recv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a760f0ae4f1155afb07c80a5e5055c589',1,'amrex::MPMD::Copier::recv()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#adfa07b567a77f261fb60efa5a54f505c',1,'amrex::NonLocalBC::CommHandler::recv()']]], - ['recv_7117',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163',1,'amrex::ParallelDescriptor']]], - ['recv_5fdata_7118',['recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#af73fd2f1adac02a82df3907bec2f742c',1,'amrex::PCData::recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a56b9327ba0b96235d8296bb1b1716872',1,'amrex::FBData::recv_data()']]], - ['recv_5ffrom_7119',['recv_from',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a95b34b1c944b84b7ade267a492641adc',1,'amrex::PCData::recv_from()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a8a3cfe25482c47ca2e7bef67a9012713',1,'amrex::FBData::recv_from()']]], - ['recv_5freqs_7120',['recv_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a7b15255a2524406fc7cb4810c128608e',1,'amrex::PCData::recv_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a4aa5af528b7479cc3a9a8c7687554b74',1,'amrex::FBData::recv_reqs()']]], - ['recv_5fsize_7121',['recv_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#acaa3ee8877ff8fb497dc7bf091870075',1,'amrex::FBData::recv_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a116ad8730e2b89913a13c064ebe03787',1,'amrex::PCData::recv_size()']]], - ['recv_5fstat_7122',['recv_stat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a6a1a0383bdc83a03838f17b4b2448a15',1,'amrex::FBData']]], - ['recvlayoutmask_7123',['RecvLayoutMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< TagBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'amrex::FabArray::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< AtomicInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< PetscInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::CutFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::EBCellFlagFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::Mask >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< FArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< IArrayBox >::RecvLayoutMask()']]], - ['recvtime_7124',['recvTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ad0cc554afbe3036d29b720eca56bee57',1,'CommProfStats::SendRecvPair']]], - ['red_7125',['Red',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595',1,'amrex::FGColor::Red()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8e336a13c3edc33f8190fd9f150ef19f',1,'amrex::BGColor::Red()']]], - ['redefinedummymf_7126',['RedefineDummyMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7fc7373a60be7c74a38a17b1711f59fa',1,'amrex::ParticleContainerBase']]], - ['redistfiles_7127',['RedistFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b',1,'amrex']]], - ['redistribute_7128',['Redistribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'amrex::FabArray::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< AtomicInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< PetscInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::CutFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::EBCellFlagFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::Mask >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< FArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< IArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'amrex::ParticleContainer_impl::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1dadb49a29f4ad711fb369db84b2eb54',1,'amrex::NeighborParticleContainer::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< TagBox >::Redistribute()']]], - ['redistribute_5f1_5fto_5f3_7129',['redistribute_1_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1931b02c089c17498cb4540627e11b01',1,'hacc::Distribution']]], - ['redistribute_5f2_5fto_5f3_7130',['redistribute_2_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aabb229232bc80f264cab6ac0d8f31c19',1,'hacc::Distribution']]], - ['redistribute_5f3_5fto_5f1_7131',['redistribute_3_to_1',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aed576f7f07c9f6a5d176ffd43016c064',1,'hacc::Distribution']]], - ['redistribute_5f3_5fto_5f2_7132',['redistribute_3_to_2',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab36b24c7f9d57e4edad0b60638eae060',1,'hacc::Distribution']]], - ['redistribute_5fmask_5fnghost_7133',['redistribute_mask_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac6b4b306d8f0399657b3884f51ea569e',1,'amrex::ParticleContainerBase']]], - ['redistribute_5fmask_5fptr_7134',['redistribute_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a18183e85d5ae22c27721996b3c5bfead',1,'amrex::ParticleContainerBase']]], - ['redistributecpu_7135',['RedistributeCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeCPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'amrex::ParticleContainer_impl::RedistributeCPU()']]], - ['redistributegpu_7136',['RedistributeGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'amrex::ParticleContainer_impl::RedistributeGPU()']]], - ['redistributelocal_7137',['RedistributeLocal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a098b72559cacc3ab8b2455a36137fd06',1,'amrex::NeighborParticleContainer']]], - ['redistributempi_7138',['RedistributeMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeMPI()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'amrex::ParticleContainer_impl::RedistributeMPI()']]], - ['redistributeunpackpolicy_7139',['RedistributeUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html',1,'amrex']]], - ['redistribution_7140',['Redistribution',['../group__Redistribution.html',1,'']]], - ['reduce_7141',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2d9a622392a0eee879ac8180cb2371e6',1,'amrex::detail::Reduce(ReduceOp, T *, int, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a11b496ac41b8e46fe7f1adf74392dcfb',1,'amrex::detail::Reduce(ReduceOp, T &, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a59bb763ea3df042d86d6906cc9ccfc77',1,'amrex::detail::Reduce(ReduceOp, Vector< std::reference_wrapper< T > > const &, int, MPI_Comm)']]], - ['reducebooland_7142',['ReduceBoolAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a85f79f28c8cb6cc5762e3edd80c57fc0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45569b295bf42f447fac8a9610790ff0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar, int cpu)']]], - ['reduceboolor_7143',['ReduceBoolOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8e74f51d2321b7e827baae5d86a83824',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45ff8728249b5e214f520e284c04143b',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar, int cpu)']]], - ['reducedata_7144',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html',1,'amrex::ReduceData< Ts >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aeee26c66dbe6bda07476f5f1997ac833',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad9b6892476ee0222229ebc178fb0089f',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a71bbfd3ca387af546ab718418a3d8521',1,'amrex::ReduceData::ReduceData(ReduceOps< Ps... > &reduce_op)']]], - ['reduceintmax_7145',['ReduceIntMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a254f165da975107ee08bd1b829cdd89c',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac376fd270c659b4dcb8df316d1bc1938',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24bb8ef806f88e3157be27c793ffb345',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62bf0397eb0f4082f6dab4ae8e5c51d3',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a709e52679c5ca426b23c887ffe1b4ab9',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar)']]], - ['reduceintmin_7146',['ReduceIntMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3441f492fc784719d2b872f7a6da54ac',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a12ffc8c1e5d0753383b1c4cacd1057dd',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8c531d59e55cd4b449b7b1918a6c0980',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar)']]], - ['reduceintsum_7147',['ReduceIntSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a132abb9498b1ed2f491583c1f7719afb',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a16b47250406954c795c3af20e49279a7',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a31842e0bf333c7f85c31e6f227055716',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a66f0d2e88581a3502c3d617a7b20249c',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &, int)']]], - ['reducelogicaland_7148',['ReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev_min, int lev_max, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250',1,'amrex::ReduceLogicalAnd(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, int nghost, F &&f)']]], - ['reducelogicaland_5fhost_7149',['ReduceLogicalAnd_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], - ['reducelogicaland_5fhost_5fwrapper_7150',['ReduceLogicalAnd_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], - ['reducelogicalor_7151',['ReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86ff43c965c29ca6c76704135c773345',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5',1,'amrex::ReduceLogicalOr(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771',1,'amrex::ReduceLogicalOr(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d',1,'amrex::ReduceLogicalOr(PC const &pc, int lev_min, int lev_max, F const &f)']]], - ['reducelogicalor_5fhost_7152',['ReduceLogicalOr_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F &&)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], - ['reducelogicalor_5fhost_5fwrapper_7153',['ReduceLogicalOr_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], - ['reducelongand_7154',['ReduceLongAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a476b155089373ad605808b20f38166d7',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a01508dabdc47364798a99c9527c870f2',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7eb4a01321f954b8f6936ca59547c7d4',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa59eadac87d81fb68efa1650acc3872',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &, int)']]], - ['reducelongmax_7155',['ReduceLongMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3661303172f9bd5b139c1c19adbd93f8',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a56fb59f9a47b9d625ef97d4549007c1e',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a753035868de2acca4a9ffb1aaa150c2a',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a10f34646867ef5dd70d02ecf014de3d2',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a926985db9b71c186280e5e4556be41ee',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a72761a0aff0775f8f6943062a34fca31',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar)']]], - ['reducelongmin_7156',['ReduceLongMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07c6b4691afed879feab525503e1e267',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a42ee71c485b816027db498df7b566a90',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7ae5a5af4ccc5fa61d017ef297455291',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a99b02744714ceae31674c2e25ef03029',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab7ca980624e045bdd5d349b6605adcbc',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &, int)']]], - ['reducelongsum_7157',['ReduceLongSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a98c9e67e17bd55e681d9e790611a1289',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a170da7d288a55d1b23ca2f2648d64f40',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7008a294874001b3b8e5372ff45ebf64',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aac42b493c09470d467ce23133f2cbbc6',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4774b13392beaf5d41c989897fdf5268',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a90d832444f2b4ad4af4c8aa56c810a98',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int, int)']]], - ['reducemax_7158',['ReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802',1,'amrex::ReduceMax(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef',1,'amrex::ReduceMax(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a372810a65569e56565a9bb33254184bd',1,'amrex::ReduceMax(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125',1,'amrex::ReduceMax(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07315aba6826805030c5f6fd847fc370',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28',1,'amrex::ReduceMax(FabArray< FAB > const &fa, int nghost, F &&f)']]], - ['reducemax_5fhost_7159',['ReduceMax_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], - ['reducemax_5fhost_5fwrapper_7160',['ReduceMax_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], - ['reducemf_7161',['ReduceMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267',1,'amrex::fudetail::ReduceMF(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], - ['reducemin_7162',['ReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18',1,'amrex::ReduceMin(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94',1,'amrex::ReduceMin(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65',1,'amrex::ReduceMin(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427586186a5143d74279bb26107044a',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301',1,'amrex::ReduceMin(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745',1,'amrex::ReduceMin(FabArray< FAB > const &fa, int nghost, F &&f)']]], - ['reducemin_5fhost_7163',['ReduceMin_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], - ['reducemin_5fhost_5fwrapper_7164',['ReduceMin_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reduceop_7165',['ReduceOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569d',1,'amrex::detail']]], - ['reduceoplogicaland_7166',['ReduceOpLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html',1,'amrex']]], - ['reduceoplogicalor_7167',['ReduceOpLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html',1,'amrex']]], - ['reduceopmax_7168',['ReduceOpMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html',1,'amrex']]], - ['reduceopmin_7169',['ReduceOpMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html',1,'amrex']]], - ['reduceops_7170',['ReduceOps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html',1,'amrex']]], - ['reduceopsum_7171',['ReduceOpSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html',1,'amrex']]], - ['reducerealmax_7172',['ReduceRealMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a25cdb37c12b44c99eca111bd5b286d95',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0a160ffd54c33e69175007f868677df1',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab10f03093e521df6b76a4b2bcf15fb57',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a15857afcde0bfd0fdbd5edb294ee448c',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76e33bbc9645091e5f01d305da73960a',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62622aba4b36e6860b55eb502343f93e',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar, int cpu)']]], - ['reducerealmin_7173',['ReduceRealMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a26e7693a89088324db0dc544811f1988',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa916865c8ac81ac3defb694eeec9121b',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3bd99be9ca704b92d4813a1577648f66',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24c5c1870ba2e6e50b28f77e82a5a4c5',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9443321dc4601e380e102ffebe6a143',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95eed49d43cbcd3d04dd6afcfc1c5935',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84e047e8a88180ba003ae2f94734d733',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar, int cpu)']]], - ['reducerealsum_7174',['ReduceRealSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a39256068b3bc99d6219b39739053461d',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3cc450539929e272f9477b35edbebe80',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b24514ab2887f8caf7ee0e0610fc54f',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a19168fb4689cf3a9cd934ef00a71ca4a',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1616e83959240bd41e075cb31cce86ae',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8fee1add10130a7b9b644fc9e058b9a4',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a177d6cb1641d1c8be8eeb14ff4babd16',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9d0be85a7606ccb6923d9684f4363b0f',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar, int cpu)']]], - ['reducesum_7175',['ReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4',1,'amrex::ReduceSum(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d',1,'amrex::ReduceSum(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4',1,'amrex::ReduceSum(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64',1,'amrex::ReduceSum(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92',1,'amrex::ReduceSum(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4252562789c375cc55a545cd278cf212',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a643762b10ddb6c66e880320c6df34809',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reducesum_5fhost_7176',['ReduceSum_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], - ['reducesum_5fhost_5fwrapper_7177',['ReduceSum_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reducetoplane_7178',['ReduceToPlane',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f',1,'amrex']]], - ['reduction_5fqueue_7179',['reduction_queue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#aaf84a070bebdd187b4edacd264604b5f',1,'amrex::Lazy']]], - ['reductionentry_7180',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html',1,'CommProfStats::ReductionEntry'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#ac141bc923704f3a33d9074e1954b4115',1,'CommProfStats::ReductionEntry::ReductionEntry()']]], - ['reductions_7181',['reductions',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a27353154e5e772a6fbde00aa9ccda88a',1,'CommProfStats::DataBlock']]], - ['ref_7182',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html',1,'amrex::DistributionMapping::Ref'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a641af651d7da7e96317d1544a12caf7c',1,'amrex::DistributionMapping::Ref::Ref(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ae47a673a2d7c94e3483b90b58444be0c',1,'amrex::DistributionMapping::Ref::Ref(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a8c0cd18f1293d7587f04cdfbe0282095',1,'amrex::DistributionMapping::Ref::Ref(int len)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a1dcb03b5134dc17a5304929686a573dc',1,'amrex::DistributionMapping::Ref::Ref()=default']]], - ['ref_5fratio_7183',['ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a73a3b38cadf1943503cf77622ea6a3ae',1,'amrex::AmrInfo']]], - ['ref_5fwrapper_7184',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html',1,'amrex::ref_wrapper< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aec548b435e6ba52441b7c436a859048a',1,'amrex::ref_wrapper::ref_wrapper(T &ref) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8f3f054ecab74f9b3e738e5591b32e91',1,'amrex::ref_wrapper::ref_wrapper(T &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8c3a6304e4d37687fb6c62fa26d7ebe5',1,'amrex::ref_wrapper::ref_wrapper(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8ae7d0c30828a710034c7992f0383c12',1,'amrex::ref_wrapper::ref_wrapper(ref_wrapper &&) noexcept=default']]], - ['reference_7185',['reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'amrex::PODVector::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5830ffb5779f9588ce9f9040b4ac5db7',1,'hacc::AlignedAllocator::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::BoxND >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< std::size_t >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::NeighborCode >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::openbc::MomTag >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::STLtools::Triangle >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::XDim3 >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< unsigned int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int *, DefaultAllocator< const int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< index_type >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int *, DefaultAllocator< int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reference()']]], - ['reference_5ftype_7186',['reference_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real,(M+2) *(M+1)/2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, nelems >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal *, NAR >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 4 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int *, NAI >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const ParticleReal *, NArrayReal >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const int *, NArrayInt >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< bool, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::EB2::PolyTerm, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::Interval, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'amrex::GpuArray::reference_type()']]], - ['refid_7187',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html',1,'amrex::BoxArray::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html',1,'amrex::DistributionMapping::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#af498ab4c22436f6e5e6e530392dc74c8',1,'amrex::DistributionMapping::RefID::RefID(Ref *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a00f58999a2331cc59b9cf916b76cbc4d',1,'amrex::DistributionMapping::RefID::RefID() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a0adac980947d771e29e1420e5adc4e06',1,'amrex::BoxArray::RefID::RefID(BARef *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a3afae958bb4bf99b0eb1705208e3e1b5',1,'amrex::BoxArray::RefID::RefID() noexcept=default']]], - ['refine_7188',['refine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae1cf040542692a8255915fdb5f85421e',1,'amrex::BoxArray::refine(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6f3cb1eac256b7f40e4b6491aff29448',1,'amrex::BoxArray::refine(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a122947abb8d93a6984f26277576faad3',1,'amrex::Geometry::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'BoxND< AMREX_SPACEDIM >::refine(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'BoxND< AMREX_SPACEDIM >::refine(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8',1,'amrex::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a551c2ca8aa05f54c73c3b57d40ca2217',1,'amrex::BoxList::refine(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a905d974544cd60c9b72314cb6135e17b',1,'amrex::BoxList::refine(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1732a2c030467bb5a6d20721d0ff99c7',1,'amrex::BoxDomain::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a891e143331ef3de0742dfb5022e05909',1,'amrex::refine(Dim3 const &coarse, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae',1,'amrex::refine(Geometry const &crse, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92',1,'amrex::refine(Geometry const &crse, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a',1,'amrex::refine(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd',1,'amrex::refine(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c',1,'amrex::refine(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483',1,'amrex::refine(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9',1,'amrex::refine(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept']]], - ['refine_5fgrid_5flayout_7189',['refine_grid_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a4494b1f6c76612d4af30d18d62dd410c',1,'amrex::AmrInfo']]], - ['refine_5fgrid_5flayout_5fdims_7190',['refine_grid_layout_dims',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ac92498a911f4e98692efdba9005f492f',1,'amrex::AmrInfo']]], - ['refinedcell_7191',['REFINEDCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a6f711152eae0836afe7ee62c42819f25',1,'amrex::InSituUtils']]], - ['reflect_7192',['reflect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'amrex::IntVectND::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'IntVectND< AMREX_SPACEDIM >::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f',1,'amrex::reflect()']]], - ['reflux_7193',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3b50d43c4fe114515bffcfa5cbd58117',1,'amrex::EdgeFluxRegister']]], - ['reflux_7194',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad9f63a3fcc35e8b4ffcf34b8f959c593',1,'amrex::MLNodeTensorLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac8d6077e6701102c4d6c2e54acc2d67f',1,'amrex::MLNodeLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#af8dc37bdb53cbff6b8a8908802fab3df',1,'amrex::MLNodeABecLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'MLLinOpT< Array< MultiFab, 3 > >::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'amrex::MLLinOpT::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a35158f8a8bd840468c4dedb08d6726ff',1,'amrex::MLCellLinOpT::reflux()']]], - ['reflux_7195',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aa5b234a986e199e5dec6ffd996db12eb',1,'amrex::YAFluxRegisterT::Reflux(MF &state, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a29bbf0848629975e74b0412adf5cbcf6',1,'amrex::YAFluxRegisterT::Reflux(MF &state, int dc=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6bc89bc8c2613160d25e7fd2bd0afb97',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Orientation face, Real scale, int scomp, int dcomp, int nc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad77d84b98f56e41c5736e58f9c5772a2',1,'amrex::FluxRegister::Reflux(MultiFab &mf, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aeebc09565fcf23f6050ad9b55275c1b1',1,'amrex::FluxRegister::Reflux(MultiFab &mf, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac9162f5722e388cdd747d0abeb4b2ba4',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1fdafda5f1518b4eabb95c307ca5635e',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ad3cff9ff950fe42244a5a6da860c302d',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9b9a3280e49a1eeb9436099e11097e8f',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a03dd763c1ebb0a67b2fd52ded49b1f53',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac)']]], - ['refratio_7196',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#acee4de5e4f610fb4bc86bdae1ac7fd49',1,'amrex::FluxRegister::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a848a89635a0f509800a5d912ef7b4f0b',1,'amrex::AmrMesh::refRatio(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3e96de11d4a8b2cababa14d116b61958',1,'amrex::AmrMesh::refRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac86f4e9a778f78c98eb13244707ca97c',1,'amrex::AmrParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a29cc45ffc19e086c90ab4f423996183e',1,'amrex::AmrParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a53b59b464abfc107b2797a6f7cdcc71c',1,'amrex::ParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a5bdac6ec205f4e7d9f15e2af04288f71',1,'amrex::ParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a16cfadb981960e526beef1b6422b50ef',1,'amrex::ParGDBBase::refRatio(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5b4140f77f48299076bd546b07d23d9c',1,'amrex::ParGDBBase::refRatio() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ab43bb15523069271e57362121f6b42ce',1,'amrex::PlotFileData::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#abbf59ab139a08c29673e1f9c49b43b73',1,'amrex::PlotFileDataImpl::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4cc6f66406b7faf1a605b4d56df77ef',1,'amrex::AmrData::refRatio()']]], - ['refratio_7197',['RefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7c4bfee257c49d17e634776ddff2fc54',1,'amrex::AmrData']]], - ['reg_5fmf_7198',['reg_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aa15bb285525ea9be4f00ee4dbd6cd1eb',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3a644e5e5a02bd0c163b612784f06c24',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed221768a48c51c89a5b4c2c5d0de5b3',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a66e56de654ced923e6885ebd79bd75f2',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)']]], - ['reg_5fmf_5fvec_7199',['reg_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a578bc53c0adb9017820643c61bdb1226',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ae0fe682f85964b5d7c745b1d8ca66e08',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab const * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], - ['regdatafilenames_7200',['regDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4660af1eb41eb5b3afd6ef9187900f3',1,'RegionsProfStats']]], - ['regdatastreams_7201',['regDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9b1f5e4b1d725777df4ea900e398f0d5',1,'RegionsProfStats']]], - ['regheaderfilenames_7202',['regHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a448bbf6cfc7ccb16b54f9655c943e9dc',1,'RegionsProfStats']]], - ['regionnames_7203',['regionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adda95346678c97eebb0541c0caaaed6e',1,'BLProfStats']]], - ['regionnames_7204',['RegionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a47d3628566997998b287f1b5326298e2',1,'BLProfStats']]], - ['regionnumbers_7205',['regionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a11d15fe366d7be8b419cb63bbaa58443',1,'BLProfStats']]], - ['regionnumbers_7206',['RegionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7a6bbe3f88daa4764423d252659dbfb1',1,'BLProfStats']]], - ['regions_7207',['regions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2e14123fa9e7caeae727ac2c307e8956',1,'amrex::AmrData']]], - ['regionsprofstats_7208',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a395ae220780e06011681a86a4bd08d98',1,'RegionsProfStats::RegionsProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html',1,'RegionsProfStats']]], - ['regionstack_7209',['regionstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03febcd85f7ea80790cac0181b9c2b1b',1,'amrex::TinyProfiler']]], - ['regiontag_7210',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html',1,'amrex::FabArrayBase::RegionTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae56ad5f9880210d9daae5dde1ffc2f3b',1,'amrex::FabArrayBase::RegionTag::RegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#aa652a228bad6f78909120b91073b101a',1,'amrex::FabArrayBase::RegionTag::RegionTag(const std::string &t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ac8c890173943b30db1149411aa5c62df',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a8c002005b0ed39bb186e7ce020b9815f',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag &&rhs) noexcept']]], - ['regiontimeranges_7211',['regionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a666b2b4888f161d4346d4a794aba0e31',1,'BLProfStats']]], - ['registerarena_7212',['RegisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf3b7bc8c1643be36ccc4d41df0dbec7',1,'amrex::TinyProfiler']]], - ['registerdata_7213',['RegisterData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9c9d09d9399b42dacae6863ff33fb8ee',1,'amrex::StateData']]], - ['registerfabarray_7214',['RegisterFabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'amrex::FabArrayCopyDescriptor::RegisterFabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'FabArrayCopyDescriptor< FArrayBox >::RegisterFabArray()']]], - ['registerforprofiling_7215',['registerForProfiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe6d024bf682144256ad7fe52e5b36ae',1,'amrex::CArena::registerForProfiling()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a99982885760cd861e6e860dea40ea64f',1,'amrex::Arena::registerForProfiling()']]], - ['registermultifab_7216',['RegisterMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af50431312a5892d40fb3ae31592e19e0',1,'amrex::MultiFabCopyDescriptor']]], - ['registervariables_7217',['registerVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a800553a4a96fee85528a07f4cdec4c3e',1,'amrex::IParser::registerVariables()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ac7f2281fb9a99b8c410d9cbc0b20b67b',1,'amrex::Parser::registerVariables()']]], - ['regname_7218',['regname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae8f1674b3d50716ce74d4d05074c5551',1,'amrex::TinyProfileRegion']]], - ['regrid_7219',['regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ae80fa713b669de0f235d3ef0792e7200',1,'amrex::AmrCore::regrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d6faadd0aabf54081fe9ea12be10484',1,'amrex::Amr::regrid()']]], - ['regrid_7220',['Regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991c2e4f486d6cbb9cf74c326c1ad357',1,'amrex::NeighborParticleContainer::Regrid(const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a361bea35ab3f956932339ef80930e405',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba, int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adbf6915c6877b366e0bda3e6f268eb30',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba)']]], - ['regrid_7221',['regrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#afe644ed72607173bbcef31867f6a0c36',1,'amrex::MFUtil::regrid(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9c04768eaa499d2b837f0732d1316e6c',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a0d2b028d5b4be5e38a0e4f8fc778c523',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const FabFactory< FArrayBox > &eb_factory, const T &mf_in, bool regrid_ghost=false)']]], - ['regrid_5fba_7222',['regrid_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad17547793e589e382cafaea103a01637',1,'amrex::Amr']]], - ['regrid_5fgrids_5ffile_7223',['regrid_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aaa8cb07b444ec3f7be3a7680c7e37363',1,'amrex::Amr']]], - ['regrid_5fint_7224',['regrid_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2fc94106d0164a3cfc3e206db6b7e768',1,'amrex::Amr']]], - ['regrid_5flevel_5f0_5fon_5frestart_7225',['regrid_level_0_on_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5c2a28dfa0840069f813bf56565b4007',1,'amrex::Amr']]], - ['regridint_7226',['regridInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6c0f2e73f58bdff46fc5692ed85611f5',1,'amrex::Amr']]], - ['regridonly_7227',['RegridOnly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6254e512f37656c89acb1e19162d26b8',1,'amrex::Amr']]], - ['regridonrestart_7228',['RegridOnRestart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad53f5b3b15f3195ea75068dccda30380',1,'amrex::Amr']]], - ['regtest_5freduction_7229',['regtest_reduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84',1,'amrex::system']]], - ['regular_7230',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642',1,'amrex::EB2::Type::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1',1,'amrex_ebcellflag_module::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d',1,'amrex::regular()']]], - ['regular_5fbits_7231',['regular_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a98e740b42531b93d0abef721579b39be',1,'amrex::EBCellFlag']]], - ['regular_5fstencil_5fsize_7232',['regular_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#abff4c8fa7e9790d9408099ffa9c57934',1,'amrex::Hypre::regular_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aecf6271b785a92eee2bcd891ba3111e5',1,'amrex::PETScABecLap::regular_stencil_size()']]], - ['rel_5ftol_7233',['rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a260c250d0a39818e4d4f9ef808b82239',1,'amrex::IntegratorBase']]], - ['relax_5forder_7234',['relax_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa602c05ea8f16fa5aa95d79b372cffa8',1,'amrex::Hypre']]], - ['relax_5ftype_7235',['relax_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa9e67a6e299266afaff8157d33dcfbec',1,'amrex::Hypre']]], - ['release_7236',['release',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::CutFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< PetscInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< PetscInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::CutFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::EBCellFlagFab >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::EBCellFlagFab >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::Mask >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::Mask >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< AtomicInt > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< TagBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< TagBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< IArrayBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< IArrayBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'amrex::BaseFab::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< AtomicInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< char >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< EBCellFlag >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< HYPRE_Int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< PetscInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< Real >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'amrex::FabArray::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'amrex::FabArray::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< AtomicInt > >::release()']]], - ['release_5fthreshold_7237',['release_threshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a3e4fb9cf84bc98cccf0d32e99ecd4ccc',1,'amrex::ArenaInfo']]], - ['releasedata_7238',['ReleaseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f983048f1e70348b58c381f0e104ae3',1,'amrex::AmrDataAdaptor::ReleaseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a9aa101ee90b944010548ed7461cb7a8a',1,'amrex::AmrMeshDataAdaptor::ReleaseData()']]], - ['relgrad_7239',['RELGRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a163577f1cd5fa93feb5ba1d11ffd69fb',1,'amrex::AMRErrorTag']]], - ['remainingwriters_7240',['remainingWriters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae13a47d2ead798be8070c16227694412',1,'amrex::NFilesIter']]], - ['remakelevel_7241',['RemakeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a049915f7354e20184509a6ddb5bf4a6b',1,'amrex::Amr::RemakeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a89b690a6f834d76bf96f8f1facc356c4',1,'amrex::AmrCore::RemakeLevel()']]], - ['remove_7242',['remove',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6657f8c789a5b37f79bc4219dd6e3a81',1,'amrex::ParmParse']]], - ['remove_7243',['Remove',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a',1,'amrex::FileSystem']]], - ['removeall_7244',['RemoveAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55',1,'amrex::FileSystem']]], - ['removedupdoit_7245',['removeDupDoit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723',1,'amrex::detail']]], - ['removeduplicates_7246',['RemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d',1,'amrex']]], - ['removeempty_7247',['removeEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f0ab28b3e669f5a7828da71fdbd3645',1,'amrex::BoxList']]], - ['removefiles_7248',['RemoveFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad4a180abf07b6a7129d8fd4f6ee0d798',1,'amrex::VisMF']]], - ['removeinvalidparticles_7249',['removeInvalidParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820',1,'amrex']]], - ['removeolddata_7250',['removeOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a56805171637298d888a0e5215bab4e82',1,'amrex::AmrLevel::removeOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a06540ec48ea9f0078a983964f233a9d2',1,'amrex::StateData::removeOldData()']]], - ['removeoverlap_7251',['removeOverlap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aafdd2fe3c88e9b17d4892dd36e92225f',1,'amrex::BoxArray::removeOverlap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2',1,'amrex::removeOverlap()']]], - ['removeparticlesatlevel_7252',['RemoveParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'amrex::ParticleContainer_impl::RemoveParticlesAtLevel(int level)']]], - ['removeparticlesnotatfinestlevel_7253',['RemoveParticlesNotAtFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'amrex::ParticleContainer_impl::RemoveParticlesNotAtFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesNotAtFinestLevel()']]], - ['removepiece_7254',['RemovePiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9302c49868eb5145be9fbb6d9d3d6b2f',1,'BLProfStats']]], - ['rend_7255',['rend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int * >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< index_type >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< index_type >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int * >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int *, DefaultAllocator< int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int *, DefaultAllocator< int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< std::size_t >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< std::size_t >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< unsigned int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< unsigned int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'amrex::PODVector::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'amrex::PODVector::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::BoxND >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::BoxND >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::NeighborCode >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::NeighborCode >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::openbc::MomTag >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::openbc::MomTag >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::STLtools::Triangle >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::STLtools::Triangle >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::XDim3 >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::XDim3 >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() const noexcept']]], - ['reorder_5fpolygon_7256',['reorder_polygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a275e5bd2322a1d3aace66481364de23a',1,'amrex::EBToPVD']]], - ['reorderparticles_7257',['ReorderParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)']]], - ['replacenewdata_7258',['replaceNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0a6ffa5747a2c044f456d77adf50f338',1,'amrex::StateData::replaceNewData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3c5fc5e62763a1c66248c47951055162',1,'amrex::StateData::replaceNewData(StateData &s)']]], - ['replaceolddata_7259',['replaceOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a19585d569e94bd3e15d5c6a0f4c969c6',1,'amrex::StateData::replaceOldData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#adfaafffb0ba3924042c4357b7d51fe53',1,'amrex::StateData::replaceOldData(StateData &s)']]], - ['report_7260',['report',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a63001e27552e159e32b2ed48fc39bb1f',1,'amrex::MemProfiler']]], - ['report_5f_7261',['report_',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a156e0f871fceba9344ac559da58771de',1,'amrex::MemProfiler']]], - ['reportstats_7262',['ReportStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8b8ac605103da6aa68487bf7823f2f08',1,'CommProfStats']]], - ['reportsyncpointdata_7263',['ReportSyncPointData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a519fea406d86c92cba5af6e67dfa2093',1,'CommProfStats']]], - ['reportsyncpointdatasetup_7264',['ReportSyncPointDataSetup',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adadb6ac329d2943f4b55b58602946beb',1,'CommProfStats']]], - ['req_7265',['req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a3dd73a745e975beb885a19b708190cbe',1,'amrex::ParallelDescriptor::Message']]], - ['request_7266',['request',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a4e23f4023dc19cf04cce947add6a27a8',1,'amrex::NonLocalBC::CommData']]], - ['reredistribution_5fthreshold_7267',['reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045',1,'amrex_eb_flux_reg_nd_module']]], - ['res_7268',['res',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac94a3d8239b399889c28d0e5b65376b7',1,'SDCstruct::res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa9aa3ad9d9090afb4ab278c9c8c2287f',1,'amrex::MLMGT::res()']]], - ['rescor_7269',['rescor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1236e0879a5fe5bf4f2ec5669cee7d59',1,'amrex::MLMGT']]], - ['reserve_7270',['reserve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< index_type >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int *, DefaultAllocator< int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int *, DefaultAllocator< const int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< unsigned int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::STLtools::Triangle >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< std::size_t >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7b999e76e5422aa024da160623cc81f8',1,'amrex::BoxList::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'amrex::PODVector::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::BoxND >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::NeighborCode >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::openbc::MomTag >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::XDim3 >::reserve()']]], - ['reservedata_7271',['reserveData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'amrex::ParticleContainer_impl::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a914a3fd813739f126e92408d194a3752',1,'amrex::ParticleContainerBase::reserveData()']]], - ['reset_7272',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad51ab660eddbb7e6d4b51f53101a5509',1,'amrex::StateData::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a1c43ccc3313c5128b18860a615a846fe',1,'amrex::EdgeFluxRegister::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a8034c76f7cc8e7966f170538268d0be6',1,'amrex::BoxIterator::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0aa73b17e9be18d811a21128c8c2f5f9',1,'amrex::AmrLevel::reset()']]], - ['reset_7273',['Reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'amrex::ParticleContainer_impl::Reset()']]], - ['reset_7274',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af9d5717b63e6c3f0cfb79d33862e44c0',1,'amrex::YAFluxRegisterT']]], - ['resetcomponentbcs_7275',['resetComponentBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a4385d3bbdf3ae152ec830b25f4c080c3',1,'amrex::DescriptorList::resetComponentBCs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5ac46df4129e909631702c6cf11c0df7',1,'amrex::StateDescriptor::resetComponentBCs()']]], - ['resetdefaultcoord_7276',['ResetDefaultCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#afacf607bf05ea6d4588954f09b391d37',1,'amrex::Geometry']]], - ['resetdefaultperiodicity_7277',['ResetDefaultPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af726da4deb561adeecf94bc4eefbf89b',1,'amrex::Geometry']]], - ['resetdefaultprobdomain_7278',['ResetDefaultProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4de5799760ae5f5831c719af01a33531',1,'amrex::Geometry']]], - ['resetdisplay_7279',['ResetDisplay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359',1,'amrex']]], - ['resetfillpatcher_7280',['resetFillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af4f83f6e16dfb5c60f985370541062fa',1,'amrex::AmrLevel']]], - ['resetrandomseed_7281',['ResetRandomSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95',1,'amrex']]], - ['resetresultreadiness_7282',['resetResultReadiness',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#aa9f7ed138e607372624eb46fb43e9c85',1,'amrex::ReduceOps']]], - ['resetstream_7283',['resetStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a34b155286cec6772f79a8d59981a8684',1,'amrex::Gpu::Device']]], - ['resetstreamindex_7284',['resetStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aae61fa0d560ee3c25d7deca229a31f60',1,'amrex::Gpu::Device']]], - ['resettotalbytesallocatedinfabshwm_7285',['ResetTotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e',1,'amrex']]], - ['resettype_7286',['resetType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a624ea91ea2b7bf09dcf7702764afb41a',1,'amrex::EBCellFlagFab']]], - ['resize_7287',['resize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::XDim3 >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size, const amrex::STLtools::Triangle &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::openbc::MomTag >::resize(size_type a_new_size, const amrex::openbc::MomTag &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::openbc::MomTag >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size, const amrex::NeighborCode &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize(size_type a_new_size, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size, const amrex::BoxND &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::XDim3 >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize(size_type a_new_size, const const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< index_type >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'BoxND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac161821048b627db36b021dc2671ede0',1,'amrex::ArrayOfStructs::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a6d54f5af3411a20df87cec16abf974f8',1,'amrex::BARef::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'amrex::BaseFab::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< AtomicInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< EBCellFlag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< HYPRE_Int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< PetscInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< Real >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7d000ff42a0a1d9be2862c1b53472d3f',1,'amrex::BoxArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'amrex::BoxND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'amrex::PODVector::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a20054ec96a4caf67051d57e923579a8e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aa06193aa48e202c1d61b1c00b5cb5f13',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae32a072e143825062dac1ee2e9c24f79',1,'amrex::FArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa3b1edf0b241a6c722dea0ceced6b102',1,'amrex::IArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'amrex::IndexTypeND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'IndexTypeND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'amrex::IntVectND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'IntVectND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a05d3b903f74ef52b4246ec959002057a',1,'amrex::ParticleArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a78662f100236e2117bc56714afbbd776',1,'amrex::ParticleCopyOp::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aad932266bb874a93f00fc2920ff69548',1,'amrex::ParticleTile::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'amrex::PODVector::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4fef621654e63850b94f6a969d14ed04',1,'amrex::TableData::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a4c13115f149d9491c7b58e8086d6d4b5',1,'amrex::StructOfArrays::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< unsigned int >::resize(size_type a_new_size, const unsigned int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< unsigned int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size, const uint64_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< std::size_t >::resize(size_type a_new_size, const std::size_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< std::size_t >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize(size_type a_new_size, const ParticleType &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int *, DefaultAllocator< int * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int *, DefaultAllocator< int * > >::resize(size_type a_new_size, const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int >::resize(size_type a_new_size, const int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal * >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< index_type >::resize()']]], - ['resize_5fimpl_7288',['resize_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ab1aeeebdc685a58e0b7442c5530421ed',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['resize_5fwithout_5finit_5fsnan_7289',['resize_without_init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< std::size_t >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int *, DefaultAllocator< int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< unsigned int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::STLtools::Triangle >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::XDim3 >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< index_type >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::openbc::MomTag >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'amrex::PODVector::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::BoxND >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::NeighborCode >::resize_without_init_snan()']]], - ['resizecontainers_7290',['resizeContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a710dcdfaaa6887b5b865fb1820ba7',1,'amrex::NeighborParticleContainer']]], - ['resizedata_7291',['resizeData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41c8b5cccfa817dbfa0b005451322817',1,'amrex::ParticleContainerBase::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'amrex::ParticleContainer_impl::resizeData()']]], - ['resizemultigrid_7292',['resizeMultiGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'amrex::MLLinOpT::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'MLLinOpT< Array< MultiFab, 3 > >::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aea2a34ccbaafa9697d789fb85def8f98',1,'amrex::MLNodeLaplacian::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abe8255742bf5756e6659344cfa6ef5c4',1,'amrex::MLNodeLinOp::resizeMultiGrid()']]], - ['resizeruntimeintcomp_7293',['ResizeRuntimeIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'amrex::ParticleContainer_impl::ResizeRuntimeIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeIntComp()']]], - ['resizeruntimerealcomp_7294',['ResizeRuntimeRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'amrex::ParticleContainer_impl::ResizeRuntimeRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeRealComp()']]], - ['resizetiles_7295',['resizeTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html#a11a020cd1f085ecbf8bb084ba1770723',1,'amrex::NeighborUnpackPolicy::resizeTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html#a8511545f28339259917a04b655a30aab',1,'amrex::RedistributeUnpackPolicy::resizeTiles()']]], - ['resnorminf_7296',['ResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adec5922c106684ff36cd96378f8c26fa',1,'amrex::MLMGT']]], - ['restart_7297',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['restart_7298',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3070a179ad3daed519f8d41a2f2d6b3b',1,'amrex::Amr']]], - ['restart_7299',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['restart_7300',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa6591b111a02fd2bc24bf77c7d2e41e2',1,'amrex::StateData::restart(const StateDescriptor &d, const StateData &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a34ec54719f6bb5ab1f546f425b53c009',1,'amrex::StateData::restart(std::istream &is, const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const FabFactory< FArrayBox > &factory, const StateDescriptor &d, const std::string &chkfile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a05899e47b34be116fa7a9a40ecaa74ca',1,'amrex::AmrLevel::restart()']]], - ['restart_7301',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file, bool is_checkpoint)']]], - ['restart_5fchkfile_7302',['restart_chkfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac00b1478382804abeb82dd75b4ab5194',1,'amrex::Amr']]], - ['restart_5fpltfile_7303',['restart_pltfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a295b3f0ab02158ef294ed68349f41dae',1,'amrex::Amr']]], - ['restartdoit_7304',['restartDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0c6a25c6e4470142b535f3ef3f9abf9',1,'amrex::StateData']]], - ['restorerandomstate_7305',['RestoreRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc',1,'amrex']]], - ['restrictinteriornodes_7306',['restrictInteriorNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1610ae549068808823c0013dfac50897',1,'amrex::MLNodeLaplacian']]], - ['restriction_7307',['restriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a169c302d0fe1a37135eb60b015b25c95',1,'amrex::MLCurlCurl::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ae1cf65a8b8f6196599a53648d030b84e',1,'amrex::MLNodeTensorLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab6a995c6b1ee3888b0bbda8b04b4f971',1,'amrex::MLNodeLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aff845f31ea7d309bb08d152c5efe1111',1,'amrex::MLNodeABecLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'MLLinOpT< Array< MultiFab, 3 > >::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'amrex::MLLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0565c8afd01c7446c5c0b37373f49c24',1,'amrex::MLEBNodeFDLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3025666eaa3a70d8b8d2a5996034bc29',1,'amrex::MLEBABecLap::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab4713a678d7c2ac9e1a9c5b027f965c5',1,'amrex::MLCellLinOpT::restriction()']]], - ['retsum_7308',['RetSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html',1,'amrex::Scan']]], - ['retsum_7309',['retSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9',1,'amrex::Scan']]], - ['reverse_7310',['reverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#a59ed0793b05cb449ad68305a26cc3dc7',1,'amrex::ParserExeDIV_PN::reverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a2c0e8acb856f0ef31cfc23b75b22e0a6',1,'amrex::IParserExeDIV_PN::reverse()']]], - ['reverse_5fdouble_5forder_7311',['reverse_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a8b52b326d6af9d2935f378f82ab6d6ed',1,'amrex::FPC']]], - ['reverse_5fdouble_5forder_5f2_7312',['reverse_double_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#aa5f55a6cd8a3addc8eb1927b9f700564',1,'amrex::FPC']]], - ['reverse_5ffloat_5forder_7313',['reverse_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad8695587637ebea6ad37b278fb7e677d',1,'amrex::FPC']]], - ['reverse_5ffloat_5forder_5f2_7314',['reverse_float_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a71ce71bf65be5235d8e74ee6921cfea7',1,'amrex::FPC']]], - ['reverse_5fiterator_7315',['reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'amrex::PODVector::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int *, DefaultAllocator< const int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::XDim3 >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::STLtools::Triangle >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::openbc::MomTag >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::NeighborCode >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::BoxND >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< index_type >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< unsigned int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< std::size_t >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int *, DefaultAllocator< int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reverse_iterator()']]], - ['reverseorder_7316',['ReverseOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839a4df03ba7689cd2d0b2bceb929c949b61',1,'amrex::IntDescriptor']]], - ['rewind_7317',['rewind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a731632defa84a957ee5bd65b0dc04953',1,'amrex::OrientationIter']]], - ['rhs_7318',['Rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab5166c9130778bcf08f08230d72b05f3',1,'amrex::IntegratorBase']]], - ['rhs_7319',['rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4e3f5047925ba3d77f1c7284011ebc91',1,'amrex::MLMGT']]], - ['rhsex_7320',['RhsEx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a580d4499f9876896b94cd3db82664bc0',1,'amrex::IntegratorBase']]], - ['rhsfast_7321',['RhsFast',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ae700a0f7a7f2bf4456e466be7a2828ed',1,'amrex::IntegratorBase']]], - ['rhsim_7322',['RhsIm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a983bd9fe800746c882ce2184ef5baf48',1,'amrex::IntegratorBase']]], - ['rip_7323',['rip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#ac43bc9cc3b7aa67992810fb5402d355b',1,'amrex::iparser_node']]], - ['rk_7324',['RK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a95aea02fe7abbf3d1e5cd58ee5ff7d41',1,'amrex::AmrLevel']]], - ['rk2_7325',['RK2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef',1,'amrex::RungeKutta']]], - ['rk2_5fupdate_5f2_7326',['rk2_update_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc',1,'amrex::RungeKutta::detail']]], - ['rk3_7327',['RK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd',1,'amrex::RungeKutta']]], - ['rk3_5fupdate_5f3_7328',['rk3_update_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88',1,'amrex::RungeKutta::detail']]], - ['rk4_7329',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8',1,'amrex::RK4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7',1,'amrex::RungeKutta::RK4()']]], - ['rk4_5fupdate_5f4_7330',['rk4_update_4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc',1,'amrex::RungeKutta::detail']]], - ['rk_5fupdate_7331',['rk_update',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt, Real dt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt1, MF const &dUdt2, Real dt)']]], - ['rkintegrator_7332',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html',1,'amrex::RKIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9053a3951e9866cd83b20f2f50612825',1,'amrex::RKIntegrator::RKIntegrator(const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aff544c0ff17bffff837a639774d02cc4',1,'amrex::RKIntegrator::RKIntegrator()']]], - ['rmbox_7333',['rmBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1d49c186eeea202115e3194e30c47a68',1,'amrex::BoxDomain']]], - ['rng_7334',['rng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aef8dca7a34e2c3e59d330ad5de2c35dc',1,'amrex::DeriveRec']]], - ['robin_5fa_5fraii_7335',['robin_a_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_a_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'amrex::MLLinOpT::robin_a_raii()']]], - ['robin_5fb_5fraii_7336',['robin_b_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_b_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'amrex::MLLinOpT::robin_b_raii()']]], - ['robin_5ff_5fraii_7337',['robin_f_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_f_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'amrex::MLLinOpT::robin_f_raii()']]], - ['rotate_7338',['rotate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d',1,'amrex::EB2']]], - ['rotate180_7339',['Rotate180',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, Box const &domain)']]], - ['rotate90_7340',['Rotate90',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], - ['rotationif_7341',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html',1,'amrex::EB2::RotationIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#afe9fbf2bc166e3cb4921b307144b9eff',1,'amrex::EB2::RotationIF::RotationIF()']]], - ['round_7342',['round',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept']]], - ['roundoff_5fhi_7343',['roundoff_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b910ad6d9743cd015e54449fcc2da78',1,'amrex::Geometry']]], - ['roundoff_5flo_7344',['roundoff_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a00586ef08697068f26b1a8002a3fb8ac',1,'amrex::Geometry']]], - ['roundoffhi_7345',['RoundOffHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#acdb7c93325edf9673f3410304dbf50a6',1,'amrex::Geometry']]], - ['roundofflo_7346',['RoundOffLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a08e08573113d868662151363fa899851',1,'amrex::Geometry']]], - ['roundrobin_7347',['ROUNDROBIN',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a787ff5451e57a2271607a0143b75a38d',1,'amrex::DistributionMapping']]], - ['roundrobindoit_7348',['RoundRobinDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac6b32a50939eeecba284d301e75e4976',1,'amrex::DistributionMapping']]], - ['roundrobinprocessormap_7349',['RoundRobinProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2f4b44ca0d107e8f4a140df9d04a6c14',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a32466e58df8610e7918c671c7e389b7f',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa289abff3bb4de779c8cafc2036ead9c',1,'amrex::DistributionMapping::RoundRobinProcessorMap(int nboxes, int nprocs, bool sort=true)']]], - ['rrsfc_7350',['RRSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a75876358b1ba6c4d337b466fc4404217',1,'amrex::DistributionMapping']]], - ['rrsfcdoit_7351',['RRSFCDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2a57f52831edc3b6ebf3facf3a065933',1,'amrex::DistributionMapping']]], - ['rrsfcprocessormap_7352',['RRSFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e9524ab8bf5f4d8165c501ecc5cc5bb',1,'amrex::DistributionMapping']]], - ['rstartstop_7353',['rStartStop',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a71050a34ed68d57b9659601e7c9ee9da',1,'RegionsProfStats::DataBlock']]], - ['rt_7354',['RT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'amrex::GMRES::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a85f49a7b9118115595f428e8c87693cd',1,'amrex::MLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'amrex::MLLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'MLLinOpT< Array< MultiFab, 3 > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a4771d48d0bafc31e4a8273b1e06da376',1,'amrex::MLCurlCurl::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac3f05bc272b9350d5604316ca7c01449',1,'amrex::MLCGSolverT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4cd7bb9cadbccdb52688ef33ddfd8d5c',1,'amrex::MLCellLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a7294b2967cfff2e5dd03e746871646ec',1,'amrex::MLCellABecLapT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae1d61f91ba5fce410035367c20a8d8c4',1,'amrex::MLALaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5709a608f0c8d3f1bab91ff0ab584d2b',1,'amrex::MLABecLaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a58326c59efaee01db3f1d4c798d4e238',1,'amrex::GMRESMLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'GMRES< MF, GMRESMLMGT< MF > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a0a273ffe9d2206819c602129db225071',1,'amrex::MLPoissonT::RT()']]], - ['run_5fhypre_5fsetup_7355',['run_hypre_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa5e6faf396f20e79f5a8997d826d70e4',1,'amrex::HypreIJIface']]], - ['run_5fhypre_5fsolve_7356',['run_hypre_solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6fb3e32e3041f2cee891a7b52f7088e',1,'amrex::HypreIJIface']]], - ['runlog_7357',['runlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abca666179e968bdbf467f8a903830bcd',1,'amrex::Amr']]], - ['runlog_5fterse_7358',['runlog_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a693fdb636ccbf5dde6fb220c835ee2a2',1,'amrex::Amr']]], - ['runon_7359',['RunOn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2',1,'amrex']]], - ['runongpu_7360',['RunOnGpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu.html',1,'amrex']]], - ['runongpu_7361',['RunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a45c110d37b26e0c322c1af1089ecbfea',1,'amrex::StateDescriptor::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#add628eb12539396ff64eb4a535c99ac9',1,'amrex::BndryFuncArray::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a6cf8dd62b24e9bd99af570312314f42d',1,'amrex::StateDescriptor::BndryFunc::RunOnGPU()']]], - ['runongpu_3c_20arenaallocator_3c_20t_20_3e_20_3e_7362',['RunOnGpu< ArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20asyncarenaallocator_3c_20t_20_3e_20_3e_7363',['RunOnGpu< AsyncArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01AsyncArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20devicearenaallocator_3c_20t_20_3e_20_3e_7364',['RunOnGpu< DeviceArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01DeviceArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20managedarenaallocator_3c_20t_20_3e_20_3e_7365',['RunOnGpu< ManagedArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ManagedArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runtimeerror_7366',['RuntimeError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe',1,'amrex']]], - ['rvec_7367',['rvec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a3db7403027a6374a5fbc4c90ed0362cf',1,'amrex::Particle::rvec(AMREX_D_DECL(int, int, int)) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a729d8ca45fc82f0f14064c9600778865',1,'amrex::Particle::rvec(const IntVect &indices) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9480daac8e7f5482e3330f610d04ad7a',1,'amrex::Particle::rvec(const IntVect &) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7532d647d3775739b3078195c85f25ec',1,'amrex::Particle::rvec(AMREX_D_DECL(int indx, int indy, int indz)) const &']]], - ['rz_7368',['RZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa090e74483c754250a5e0ee448bdfe8b3',1,'amrex::CoordSys']]] + ['r_7052',['r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231',1,'amrex::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#a2016f7f5bdedd5d88d71ca5582f69d69',1,'amrex::iparser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a862f92307932421c664884480724ac5e',1,'amrex::iparser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a3d6eae5bbd75c46a06b38a40d6978ba6',1,'amrex::parser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aeb2f3f6f5f90a7cc9843357edecb2538',1,'amrex::parser_node::r()']]], + ['radsquared_7053',['radSquared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept']]], + ['rand_5fstate_7054',['rand_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html#a75f184559414049b78efd270fdb60b3c',1,'amrex::RandomEngine']]], + ['randgenerator_5ft_7055',['randGenerator_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a',1,'amrex']]], + ['random_7056',['Random',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52',1,'amrex::Random(RandomEngine const &random_engine)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e',1,'amrex::Random()']]], + ['random_5fint_7057',['Random_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579',1,'amrex::Random_int(unsigned int n, RandomEngine const &random_engine)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20796a80df81ee204983811cc8a1b705',1,'amrex::Random_int(unsigned int n)']]], + ['random_5flong_7058',['Random_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636',1,'amrex']]], + ['randomengine_7059',['RandomEngine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html',1,'amrex']]], + ['randomnormal_7060',['RandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b',1,'amrex::RandomNormal(Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f',1,'amrex::RandomNormal(Real mean, Real stddev, RandomEngine const &random_engine)']]], + ['randompoisson_7061',['RandomPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864',1,'amrex::RandomPoisson(Real lambda)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e',1,'amrex::RandomPoisson(Real lambda, RandomEngine const &random_engine)']]], + ['randstate_5ft_7062',['randState_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124',1,'amrex']]], + ['range_7063',['Range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5a7e65f26ef2a8d356ebef518f007aaf',1,'amrex::Gpu']]], + ['range_5fimpl_7064',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html',1,'amrex::Gpu::range_detail::range_impl< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad4f7d96980fc27cd61042157159e0b4a',1,'amrex::Gpu::range_detail::range_impl::range_impl()']]], + ['rangeintersection_7065',['RangeIntersection',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a286eebba7a2e37000c01614ea347b24c',1,'BLProfStats']]], + ['rank_7066',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a5600c4f99f1a21d9ee5198275ca01e00',1,'amrex::WeightedBoxList::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a5ccf010e5d7cb5aaad0612f47a8a5d95',1,'amrex::PrintToFile::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7fd9cdeb58318bfc38b9381ca3ab3b01',1,'amrex::Print::rank()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a7043829d46fc0b8fe144d8f94a2d8580',1,'amrex::NonLocalBC::CommData::rank()']]], + ['rank_5f2d_5fx_7067',['rank_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae56acf570ce826a2c7fdc5f76ad1a00b',1,'hacc::Distribution']]], + ['rank_5f2d_5fy_7068',['rank_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae447604127f7210918c304134abaa8ac',1,'hacc::Distribution']]], + ['rank_5f2d_5fz_7069',['rank_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ac7e073d3f64574fb26e2c7119ab25358',1,'hacc::Distribution']]], + ['rankfromprox_7070',['rankFromProx',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a561c5c27d7af6c7cf8fceddc00afb95e',1,'CommProfStats']]], + ['rankinleadcomm_7071',['RankInLeadComm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0719939ecc6b26843399e2af4d660f14',1,'amrex::ParallelDescriptor']]], + ['rankmap_7072',['rankmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a65f303dfbdd0d1dbe148507bb0a48386',1,'distribution_t']]], + ['ranktoread_7073',['rankToRead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a6064cc4034c3d95989892cac82c68fea',1,'amrex::VisMF::FabReadLink']]], + ['rap_7074',['RAP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82abb0014f2e34a1a63c199eb717fe3accf',1,'amrex::MLNodeLinOp']]], + ['rapidblink_7075',['RapidBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#acbd1501cb1d6930cf314592a22e5319f',1,'amrex::Font']]], + ['rastercontours_7076',['RASTERCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba0a6705b8c6cedf020a3122f7b169ed43',1,'amrex::Amrvis']]], + ['rasteronly_7077',['RASTERONLY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba22d64df7ed492afd73a91e643e515681',1,'amrex::Amrvis']]], + ['ratio_7078',['ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8d33188a1ba19154997256c66083b10e',1,'amrex::FluxRegister::ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a38dd7e762f41ec784b5dfd70109bb3a8',1,'amrex::InterpolaterBoxCoarsener::ratio()']]], + ['raw_5ftype_7079',['raw_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ac7df2f9de658c06efefb501e8544e9c5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ab6759853d755a1a01624618efeb177b0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aac6b529d04666c7ab12e389631ddc1e0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a4cea01ca1b107d8585be77870f2da12f',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a07ee693a6d6f19f5c34611ecc35a74b5',1,'amrex::ParticleArrayAccessor::raw_type()']]], + ['rb180_7080',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html',1,'amrex::FabArrayBase::RB180'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#abd8ce363a9dbaaf0072c5ca833c6487e',1,'amrex::FabArrayBase::RB180::RB180()']]], + ['rb180cache_7081',['RB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7245d3dc29d3e2aade3f28f9319fa76d',1,'amrex::FabArrayBase']]], + ['rb180cacheiter_7082',['RB180CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa058b98f7a208d8b6beec36c786cc0b9',1,'amrex::FabArrayBase']]], + ['rb90_7083',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html',1,'amrex::FabArrayBase::RB90'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a1edfeca1f60abef9a9f56b0c4e8e64a4',1,'amrex::FabArrayBase::RB90::RB90()']]], + ['rb90cache_7084',['RB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aba31942c259bb854daca8574b393a17f',1,'amrex::FabArrayBase']]], + ['rb90cacheiter_7085',['RB90CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a336a5ecfcff59f5dbb7fbba057e2de73',1,'amrex::FabArrayBase']]], + ['rbegin_7086',['rbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< index_type >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< index_type >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'amrex::PODVector::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< std::size_t >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::XDim3 >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< unsigned int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< unsigned int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< std::size_t >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'amrex::PODVector::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::BoxND >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::BoxND >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::NeighborCode >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::NeighborCode >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::openbc::MomTag >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::openbc::MomTag >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::STLtools::Triangle >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::STLtools::Triangle >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::XDim3 >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char >::rbegin()']]], + ['rcv_5fbuffer_7087',['rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2f7e6baa209278afea162548a1425bf2',1,'amrex::NeighborParticleContainer']]], + ['rcvs_7088',['rcvs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6d6260836577412b1a3a17c7f8d09bc4',1,'amrex::NeighborParticleContainer']]], + ['rdata_7089',['rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a5b427f85a35cad6a54cb8ee01b424ccb',1,'amrex::Particle::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'amrex::ConstParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7000ae4ed79c3c7b0c4cb9d73588ed17',1,'amrex::Particle::rdata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a827643d1bd135a63ffa20579d27297d3',1,'amrex::Particle::rdata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a41ad580e96804381c814a85f64767caa',1,'amrex::Particle::rdata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a77c773768e4a002b2788a6009ab0c048',1,'amrex::Particle::rdata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'amrex::ParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()']]], + ['read_7090',['Read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a36dca41f0d001fce65deea4ec9e3ea1d',1,'amrex::VisMF']]], + ['read_7091',['read',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa052c7cb7904d7ae9e01374b59bbd216',1,'amrex::Scan::detail::BlockStatus< T, false >::read()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a680b0882613be5eba620649955402e4d',1,'amrex::Scan::detail::BlockStatus< T, true >::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ad918f23e64a2d59ba453b09617e5ac15',1,'amrex::BndryRegisterT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3d35f09a87700e22092fb5e943c82163',1,'amrex::FABio::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#aa2439db7d09034abce9411d979e38762',1,'amrex::FABio_8bit::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a0df1bfeea23fd4f9ee35b21fc0ddb8f9',1,'amrex::FABio_ascii::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a9d1f49ee565f0d188ed763f55f6d6ae9',1,'amrex::FABio_binary::read()']]], + ['read_7092',['Read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb',1,'amrex']]], + ['read_7093',['read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a36867dedd480c7d07877c1cc65aa40bf',1,'amrex::FabSetT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a13861fcb5290d2ce4fe7e6510d3fee34',1,'amrex::FluxRegister::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#ab7e4e83d02048ffe35b15b01f5e428a1',1,'amrex::IFABio::read()']]], + ['read_5fascii_5fstl_5ffile_7094',['read_ascii_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aa4f438da64a6ea3b7520112aac9f8fd3',1,'amrex::STLtools']]], + ['read_5fbinary_5fstl_5ffile_7095',['read_binary_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aca6050ea96a310625fe20e9f9594680a',1,'amrex::STLtools']]], + ['read_5ffab_7096',['read_fab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa3870bf45fd14f87c3674a996cae2752',1,'amrex::detail']]], + ['read_5ffrom_5fchkpt_5ffile_7097',['read_from_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a42bbef7d1271397c6e1a88006c9462e0',1,'amrex::EB2::ChkptFile']]], + ['read_5fheader_7098',['read_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a5f0e9754f27698eb89c86433c6cc3fc5',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#afb78d32e7b4d8ef3e4e430c3c7b8598a',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f, int compIndex, int &nCompAvailable)']]], + ['read_5fparameters_7099',['read_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a35f3f508708be4b72388384a46b3b6a3',1,'amrex::TimeIntegrator']]], + ['read_5fparams_7100',['read_params',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa0385aea8391d0b59b6adfb910cffbf4',1,'amrex::Geometry']]], + ['read_5fstl_5ffile_7101',['read_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#abde98e341a2edf239bfa987ce47ed2be',1,'amrex::STLtools']]], + ['readandbcastfile_7102',['ReadAndBcastFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4736dec48acb46827a04cdca7b4045d7',1,'amrex::ParallelDescriptor']]], + ['readblock_7103',['ReadBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a41c7cecdb09d9a72e30118d78343b48e',1,'BLProfStats::ReadBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0063c7d1c93c6f36bdf068ec89f4c328',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, bool readRSS=true, bool readTraces=true)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a06e019724b8ee9171e8e4da3d4340aa3',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, const int nmessages)']]], + ['readblocknoopen_7104',['ReadBlockNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9689a1779e9f7008ced946ab6ff8fa41',1,'BLProfStats::ReadBlockNoOpen()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8c2d460eb4e81905c7a79969eefadad6',1,'RegionsProfStats::ReadBlockNoOpen()']]], + ['readboxarray_7105',['readBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4',1,'amrex']]], + ['readbuffersize_7106',['readBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aad58178e786c29c8513d8549b20e0e6b',1,'amrex::RealDescriptor']]], + ['readcommstats_7107',['ReadCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afbced1780aae9f51df2a3ec897fdc5e7',1,'CommProfStats::ReadCommStats(DataBlock &dBlock)'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab5b0c11f3980a18ad4d42d9de9c4af6a',1,'CommProfStats::ReadCommStats(DataBlock &dBlock, const int nmessages)']]], + ['readcommstatsnoopen_7108',['ReadCommStatsNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afe795502ea704a46a029d0e0a9e378ff',1,'CommProfStats']]], + ['readdata_7109',['ReadData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae41ad53f7f76cc59fd271cdd1476228a',1,'amrex::AmrData']]], + ['readdata_7110',['readData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733',1,'amrex::readData(double *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a',1,'amrex::readData(int *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97',1,'amrex::readData(Long *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5',1,'amrex::readData(float *data, std::size_t size, std::istream &is)']]], + ['readdoubledata_7111',['readDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac590394599f7ea721cf8999331d0436e',1,'amrex']]], + ['readfab_7112',['readFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a65d273deab9512e01656ddf942d98b51',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5ccdc92a1d70d5290df4830586628a91',1,'amrex::VisMF::readFAB(int idx, int icomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8c9df1da1d55877f7d53653e73120f8d',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name, const Header &hdr, int whichComp=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0afcb55c6cfee56032dfb6e23389be35',1,'amrex::VisMF::readFAB(FabArray< FArrayBox > &mf, int idx, const std::string &mf_name, const Header &hdr)']]], + ['readfaheader_7113',['ReadFAHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdcbffdd50b28342be875ac0da817056',1,'amrex::VisMF']]], + ['readfloatdata_7114',['readFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326',1,'amrex']]], + ['readfrom_7115',['readFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa99a533ca8b84883dd44bf870fb7c5b3',1,'amrex::Mask::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#af4cb165d9e60aff6ad22b20d44ec22dd',1,'amrex::DistributionMapping::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3a19e0c558360ae380fba44e0aec9086',1,'amrex::IArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac5f3bc40906e22d2e481fa87114b62f4',1,'amrex::FArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4df72bcadb7bdaa2c5db57212e48853a',1,'amrex::BoxArray::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8a42f4fe7d3ad41e56175103deec42e1',1,'amrex::FArrayBox::readFrom()']]], + ['readgrid_7116',['ReadGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a511a1b01b981c6b4a4bdbdc71582ea68',1,'amrex::AmrData']]], + ['readintdata_7117',['readIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6',1,'amrex::readIntData(int *data, std::size_t size, std::istream &is, const IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697',1,'amrex::readIntData(To *data, std::size_t size, std::istream &is, const amrex::IntDescriptor &id)']]], + ['readlongdata_7118',['readLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746',1,'amrex']]], + ['readnonplotfiledata_7119',['ReadNonPlotfileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a10551f29207a5f3ff861bd8eeedcb435',1,'amrex::AmrData']]], + ['readoffset_7120',['readoffset',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5372d4df3b482986feff515d6498be62',1,'BLProfStats::BLPDataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a6cb3119f2c4606f258828506fb579d22',1,'CommProfStats::DataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a996907faa09768de3ab8d976fe3f8a54',1,'RegionsProfStats::DataBlock::readoffset()']]], + ['readparticlerealdata_7121',['ReadParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'amrex::ParticleContainer_impl::ReadParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticleRealData(void *data, size_t size, std::istream &is)']]], + ['readparticles_7122',['ReadParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)']]], + ['readprobinfile_7123',['readProbinFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a979e1cff503e5f3c6436a232284fdcfb',1,'amrex::Amr']]], + ['readranks_7124',['readRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5a0e5e8e0bd5503f9246b4d4c714a4a1',1,'amrex::NFilesIter']]], + ['readrealdata_7125',['readRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6f624229959bee80f1444371bb5babc',1,'amrex']]], + ['readytoread_7126',['ReadyToRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af4f8ba9c90ecfcea92b6426df76049af',1,'amrex::NFilesIter']]], + ['readytowrite_7127',['ReadyToWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6c012f15ef5b8e7438a88bc794766143',1,'amrex::NFilesIter']]], + ['real_7128',['real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a150666baa5a509c2fe563c507627c038',1,'amrex::GpuComplex']]], + ['real_5farray_5fdata_7129',['real_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a96a2835e24e73f8f83bac5d4b898ab1a',1,'amrex::ParticleInitType']]], + ['real_5fstruct_5fdata_7130',['real_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#abd631e1af076d148e6b578ce70236e6f',1,'amrex::ParticleInitType']]], + ['realarray_7131',['RealArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f',1,'amrex']]], + ['realarray_7132',['realarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f4ecbdbcb5f14edb160e4404b16c3e4',1,'amrex::StructOfArrays']]], + ['realbox_7133',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html',1,'amrex::RealBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0133f0708ca052eb1eb7a7753169bb75',1,'amrex::RealBox::RealBox(AMREX_D_DECL(Real x0, Real y0, Real z0), AMREX_D_DECL(Real x1, Real y1, Real z1)) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ac0a2462c4b6cf7119c7946140d4ba979',1,'amrex::RealBox::RealBox(const Box &bx, const Real *dx, const Real *base) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a4fad8ad2d3ec608a2c1f2fb205ddda86',1,'amrex::RealBox::RealBox(const std::array< Real, AMREX_SPACEDIM > &a_lo, const std::array< Real, AMREX_SPACEDIM > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a08455d95f7a26778ba42b5d023d16eec',1,'amrex::RealBox::RealBox(const Real *a_lo, const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0c94da578ae78f612f3c7a1295edb272',1,'amrex::RealBox::RealBox() noexcept=default']]], + ['realdesc_7134',['realDesc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a6b8a0d2090a56d369c01cabc715edb27',1,'amrex::FABio_binary']]], + ['realdescriptor_7135',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html',1,'amrex::RealDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a9dbe5ae2ad6763590e469c1a74036b53',1,'amrex::RealDescriptor::RealDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae7a8d4505859f386a09ef7339b27a984',1,'amrex::RealDescriptor::RealDescriptor(const Long *fr_, const int *ord_, int ordl_)']]], + ['realtuple_7136',['RealTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4c838dd743d5d205ae6efa4e880faf8b',1,'amrex::MLMGBndryT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a635d69fddbe9b8785a9f16e6874273d0',1,'amrex::BndryDataT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a65abf3895113354dbd34041b96dfb3ba',1,'amrex::MLCellLinOpT::RealTuple()']]], + ['realtype_7137',['RealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4bd47d382fa8b63c31eafb763d31194c',1,'amrex::ArrayOfStructs::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a600cf748b1767ee5cc0e838718d300a0',1,'amrex::SoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a043db0d4cd2205027b4308f459496b79',1,'amrex::ParticleTile::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'amrex::ParticleContainer_impl::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a0abfbcf524018c0ec719c5f4861823f5',1,'amrex::ParticleCommData::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1741c5c21aaba8fd767c2f86e911ad26',1,'amrex::Particle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a33d784228a75ccebaa059c49a15e0b3c',1,'amrex::ConstSoAParticle::RealType()']]], + ['realvect_7138',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html',1,'amrex::RealVect'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept']]], + ['realvector_7139',['RealVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adf1dfc735a7f9d3508e434da7e87b632',1,'amrex::ParticleTile::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a17a7383c365c4e4f4c6fd7eed23e8c59',1,'amrex::StructOfArrays::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'amrex::ParticleContainer_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'amrex::ParIterBase_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a27e56fce5b9f849bb6df07a0ad9ff398',1,'amrex::ParIter_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a72430e9d94dd233685e062cfa94f1ee0',1,'amrex::ParConstIter_impl::RealVector()']]], + ['rebind_7140',['rebind',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html',1,'hacc::AlignedAllocator']]], + ['record_5fgrid_5finfo_7141',['record_grid_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abd4f88199336df506302a1d53b0ef0ac',1,'amrex::Amr']]], + ['record_5frun_5finfo_7142',['record_run_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8d22fb152c5f5620ab9b1ab994f68aa',1,'amrex::Amr']]], + ['record_5frun_5finfo_5fterse_7143',['record_run_info_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab443c219d9056c789db6475acb78ea7b',1,'amrex::Amr']]], + ['recordbuild_7144',['recordBuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ae05279827e8393a4494478d1885e2c2b',1,'amrex::FabArrayBase::FabArrayStats::recordBuild()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a83dcba41161d5a1672578ee871232dfa',1,'amrex::FabArrayBase::CacheStats::recordBuild()']]], + ['recorddelete_7145',['recordDelete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a117c2d4187d31c7a6e0c6da477e381d0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recorderase_7146',['recordErase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a5cb9d8eee911caa7c6b42f7cdd176083',1,'amrex::FabArrayBase::CacheStats']]], + ['recordmaxnumbause_7147',['recordMaxNumBAUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a6fc4a42952792e21c6af56f1b7d38799',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recordmaxnumboxarrays_7148',['recordMaxNumBoxArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a79668291012755d981986b35942faa12',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recorduse_7149',['recordUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a07a1075ba91654c00909193f65076bc1',1,'amrex::FabArrayBase::CacheStats']]], + ['recv_7150',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1edfac65363a39cde188d5f5adb85134',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5',1,'amrex::ParallelDescriptor::Recv(std::vector< T > &buf, int pid, int tag)']]], + ['recv_7151',['recv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a760f0ae4f1155afb07c80a5e5055c589',1,'amrex::MPMD::Copier::recv()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#adfa07b567a77f261fb60efa5a54f505c',1,'amrex::NonLocalBC::CommHandler::recv()']]], + ['recv_7152',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163',1,'amrex::ParallelDescriptor']]], + ['recv_5fdata_7153',['recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#af73fd2f1adac02a82df3907bec2f742c',1,'amrex::PCData::recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a56b9327ba0b96235d8296bb1b1716872',1,'amrex::FBData::recv_data()']]], + ['recv_5ffrom_7154',['recv_from',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a95b34b1c944b84b7ade267a492641adc',1,'amrex::PCData::recv_from()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a8a3cfe25482c47ca2e7bef67a9012713',1,'amrex::FBData::recv_from()']]], + ['recv_5freqs_7155',['recv_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a7b15255a2524406fc7cb4810c128608e',1,'amrex::PCData::recv_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a4aa5af528b7479cc3a9a8c7687554b74',1,'amrex::FBData::recv_reqs()']]], + ['recv_5fsize_7156',['recv_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#acaa3ee8877ff8fb497dc7bf091870075',1,'amrex::FBData::recv_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a116ad8730e2b89913a13c064ebe03787',1,'amrex::PCData::recv_size()']]], + ['recv_5fstat_7157',['recv_stat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a6a1a0383bdc83a03838f17b4b2448a15',1,'amrex::FBData']]], + ['recvlayoutmask_7158',['RecvLayoutMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< TagBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'amrex::FabArray::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< AtomicInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< PetscInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::CutFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::EBCellFlagFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::Mask >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< FArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< IArrayBox >::RecvLayoutMask()']]], + ['recvtime_7159',['recvTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ad0cc554afbe3036d29b720eca56bee57',1,'CommProfStats::SendRecvPair']]], + ['red_7160',['Red',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595',1,'amrex::FGColor::Red()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8e336a13c3edc33f8190fd9f150ef19f',1,'amrex::BGColor::Red()']]], + ['redefinedummymf_7161',['RedefineDummyMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7fc7373a60be7c74a38a17b1711f59fa',1,'amrex::ParticleContainerBase']]], + ['redistfiles_7162',['RedistFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b',1,'amrex']]], + ['redistribute_7163',['Redistribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'amrex::FabArray::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< AtomicInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< PetscInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::CutFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::EBCellFlagFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::Mask >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< FArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< IArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'amrex::ParticleContainer_impl::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1dadb49a29f4ad711fb369db84b2eb54',1,'amrex::NeighborParticleContainer::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< TagBox >::Redistribute()']]], + ['redistribute_5f1_5fto_5f3_7164',['redistribute_1_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1931b02c089c17498cb4540627e11b01',1,'hacc::Distribution']]], + ['redistribute_5f2_5fto_5f3_7165',['redistribute_2_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aabb229232bc80f264cab6ac0d8f31c19',1,'hacc::Distribution']]], + ['redistribute_5f3_5fto_5f1_7166',['redistribute_3_to_1',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aed576f7f07c9f6a5d176ffd43016c064',1,'hacc::Distribution']]], + ['redistribute_5f3_5fto_5f2_7167',['redistribute_3_to_2',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab36b24c7f9d57e4edad0b60638eae060',1,'hacc::Distribution']]], + ['redistribute_5fmask_5fnghost_7168',['redistribute_mask_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac6b4b306d8f0399657b3884f51ea569e',1,'amrex::ParticleContainerBase']]], + ['redistribute_5fmask_5fptr_7169',['redistribute_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a18183e85d5ae22c27721996b3c5bfead',1,'amrex::ParticleContainerBase']]], + ['redistributecpu_7170',['RedistributeCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeCPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'amrex::ParticleContainer_impl::RedistributeCPU()']]], + ['redistributegpu_7171',['RedistributeGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'amrex::ParticleContainer_impl::RedistributeGPU()']]], + ['redistributelocal_7172',['RedistributeLocal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a098b72559cacc3ab8b2455a36137fd06',1,'amrex::NeighborParticleContainer']]], + ['redistributempi_7173',['RedistributeMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeMPI()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'amrex::ParticleContainer_impl::RedistributeMPI()']]], + ['redistributeunpackpolicy_7174',['RedistributeUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html',1,'amrex']]], + ['redistribution_7175',['Redistribution',['../group__Redistribution.html',1,'']]], + ['reduce_7176',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2d9a622392a0eee879ac8180cb2371e6',1,'amrex::detail::Reduce(ReduceOp, T *, int, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a11b496ac41b8e46fe7f1adf74392dcfb',1,'amrex::detail::Reduce(ReduceOp, T &, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a59bb763ea3df042d86d6906cc9ccfc77',1,'amrex::detail::Reduce(ReduceOp, Vector< std::reference_wrapper< T > > const &, int, MPI_Comm)']]], + ['reducebooland_7177',['ReduceBoolAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a85f79f28c8cb6cc5762e3edd80c57fc0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45569b295bf42f447fac8a9610790ff0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar, int cpu)']]], + ['reduceboolor_7178',['ReduceBoolOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8e74f51d2321b7e827baae5d86a83824',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45ff8728249b5e214f520e284c04143b',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar, int cpu)']]], + ['reducedata_7179',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html',1,'amrex::ReduceData< Ts >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aeee26c66dbe6bda07476f5f1997ac833',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad9b6892476ee0222229ebc178fb0089f',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a71bbfd3ca387af546ab718418a3d8521',1,'amrex::ReduceData::ReduceData(ReduceOps< Ps... > &reduce_op)']]], + ['reduceintmax_7180',['ReduceIntMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a254f165da975107ee08bd1b829cdd89c',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac376fd270c659b4dcb8df316d1bc1938',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24bb8ef806f88e3157be27c793ffb345',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62bf0397eb0f4082f6dab4ae8e5c51d3',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a709e52679c5ca426b23c887ffe1b4ab9',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar)']]], + ['reduceintmin_7181',['ReduceIntMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3441f492fc784719d2b872f7a6da54ac',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a12ffc8c1e5d0753383b1c4cacd1057dd',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8c531d59e55cd4b449b7b1918a6c0980',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar)']]], + ['reduceintsum_7182',['ReduceIntSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a132abb9498b1ed2f491583c1f7719afb',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a16b47250406954c795c3af20e49279a7',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a31842e0bf333c7f85c31e6f227055716',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a66f0d2e88581a3502c3d617a7b20249c',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &, int)']]], + ['reducelogicaland_7183',['ReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev_min, int lev_max, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250',1,'amrex::ReduceLogicalAnd(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducelogicaland_5fhost_7184',['ReduceLogicalAnd_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], + ['reducelogicaland_5fhost_5fwrapper_7185',['ReduceLogicalAnd_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], + ['reducelogicalor_7186',['ReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86ff43c965c29ca6c76704135c773345',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5',1,'amrex::ReduceLogicalOr(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771',1,'amrex::ReduceLogicalOr(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d',1,'amrex::ReduceLogicalOr(PC const &pc, int lev_min, int lev_max, F const &f)']]], + ['reducelogicalor_5fhost_7187',['ReduceLogicalOr_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F &&)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], + ['reducelogicalor_5fhost_5fwrapper_7188',['ReduceLogicalOr_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], + ['reducelongand_7189',['ReduceLongAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a476b155089373ad605808b20f38166d7',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a01508dabdc47364798a99c9527c870f2',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7eb4a01321f954b8f6936ca59547c7d4',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa59eadac87d81fb68efa1650acc3872',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &, int)']]], + ['reducelongmax_7190',['ReduceLongMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3661303172f9bd5b139c1c19adbd93f8',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a56fb59f9a47b9d625ef97d4549007c1e',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a753035868de2acca4a9ffb1aaa150c2a',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a10f34646867ef5dd70d02ecf014de3d2',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a926985db9b71c186280e5e4556be41ee',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a72761a0aff0775f8f6943062a34fca31',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar)']]], + ['reducelongmin_7191',['ReduceLongMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07c6b4691afed879feab525503e1e267',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a42ee71c485b816027db498df7b566a90',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7ae5a5af4ccc5fa61d017ef297455291',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a99b02744714ceae31674c2e25ef03029',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab7ca980624e045bdd5d349b6605adcbc',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &, int)']]], + ['reducelongsum_7192',['ReduceLongSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a98c9e67e17bd55e681d9e790611a1289',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a170da7d288a55d1b23ca2f2648d64f40',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7008a294874001b3b8e5372ff45ebf64',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aac42b493c09470d467ce23133f2cbbc6',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4774b13392beaf5d41c989897fdf5268',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a90d832444f2b4ad4af4c8aa56c810a98',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int, int)']]], + ['reducemax_7193',['ReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802',1,'amrex::ReduceMax(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef',1,'amrex::ReduceMax(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a372810a65569e56565a9bb33254184bd',1,'amrex::ReduceMax(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125',1,'amrex::ReduceMax(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07315aba6826805030c5f6fd847fc370',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28',1,'amrex::ReduceMax(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducemax_5fhost_7194',['ReduceMax_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducemax_5fhost_5fwrapper_7195',['ReduceMax_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], + ['reducemf_7196',['ReduceMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267',1,'amrex::fudetail::ReduceMF(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducemin_7197',['ReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18',1,'amrex::ReduceMin(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94',1,'amrex::ReduceMin(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65',1,'amrex::ReduceMin(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427586186a5143d74279bb26107044a',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301',1,'amrex::ReduceMin(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745',1,'amrex::ReduceMin(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducemin_5fhost_7198',['ReduceMin_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducemin_5fhost_5fwrapper_7199',['ReduceMin_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reduceop_7200',['ReduceOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569d',1,'amrex::detail']]], + ['reduceoplogicaland_7201',['ReduceOpLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html',1,'amrex']]], + ['reduceoplogicalor_7202',['ReduceOpLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html',1,'amrex']]], + ['reduceopmax_7203',['ReduceOpMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html',1,'amrex']]], + ['reduceopmin_7204',['ReduceOpMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html',1,'amrex']]], + ['reduceops_7205',['ReduceOps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html',1,'amrex']]], + ['reduceopsum_7206',['ReduceOpSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html',1,'amrex']]], + ['reducerealmax_7207',['ReduceRealMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a25cdb37c12b44c99eca111bd5b286d95',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0a160ffd54c33e69175007f868677df1',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab10f03093e521df6b76a4b2bcf15fb57',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a15857afcde0bfd0fdbd5edb294ee448c',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76e33bbc9645091e5f01d305da73960a',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62622aba4b36e6860b55eb502343f93e',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar, int cpu)']]], + ['reducerealmin_7208',['ReduceRealMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a26e7693a89088324db0dc544811f1988',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa916865c8ac81ac3defb694eeec9121b',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3bd99be9ca704b92d4813a1577648f66',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24c5c1870ba2e6e50b28f77e82a5a4c5',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9443321dc4601e380e102ffebe6a143',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95eed49d43cbcd3d04dd6afcfc1c5935',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84e047e8a88180ba003ae2f94734d733',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar, int cpu)']]], + ['reducerealsum_7209',['ReduceRealSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a39256068b3bc99d6219b39739053461d',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3cc450539929e272f9477b35edbebe80',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b24514ab2887f8caf7ee0e0610fc54f',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a19168fb4689cf3a9cd934ef00a71ca4a',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1616e83959240bd41e075cb31cce86ae',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8fee1add10130a7b9b644fc9e058b9a4',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a177d6cb1641d1c8be8eeb14ff4babd16',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9d0be85a7606ccb6923d9684f4363b0f',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar, int cpu)']]], + ['reducesum_7210',['ReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4',1,'amrex::ReduceSum(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d',1,'amrex::ReduceSum(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4',1,'amrex::ReduceSum(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64',1,'amrex::ReduceSum(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92',1,'amrex::ReduceSum(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4252562789c375cc55a545cd278cf212',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a643762b10ddb6c66e880320c6df34809',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reducesum_5fhost_7211',['ReduceSum_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], + ['reducesum_5fhost_5fwrapper_7212',['ReduceSum_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reducetoplane_7213',['ReduceToPlane',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f',1,'amrex']]], + ['reduction_5fqueue_7214',['reduction_queue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#aaf84a070bebdd187b4edacd264604b5f',1,'amrex::Lazy']]], + ['reductionentry_7215',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html',1,'CommProfStats::ReductionEntry'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#ac141bc923704f3a33d9074e1954b4115',1,'CommProfStats::ReductionEntry::ReductionEntry()']]], + ['reductions_7216',['reductions',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a27353154e5e772a6fbde00aa9ccda88a',1,'CommProfStats::DataBlock']]], + ['ref_7217',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html',1,'amrex::DistributionMapping::Ref'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a641af651d7da7e96317d1544a12caf7c',1,'amrex::DistributionMapping::Ref::Ref(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ae47a673a2d7c94e3483b90b58444be0c',1,'amrex::DistributionMapping::Ref::Ref(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a8c0cd18f1293d7587f04cdfbe0282095',1,'amrex::DistributionMapping::Ref::Ref(int len)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a1dcb03b5134dc17a5304929686a573dc',1,'amrex::DistributionMapping::Ref::Ref()=default']]], + ['ref_5fratio_7218',['ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a73a3b38cadf1943503cf77622ea6a3ae',1,'amrex::AmrInfo']]], + ['ref_5fwrapper_7219',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html',1,'amrex::ref_wrapper< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aec548b435e6ba52441b7c436a859048a',1,'amrex::ref_wrapper::ref_wrapper(T &ref) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8f3f054ecab74f9b3e738e5591b32e91',1,'amrex::ref_wrapper::ref_wrapper(T &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8c3a6304e4d37687fb6c62fa26d7ebe5',1,'amrex::ref_wrapper::ref_wrapper(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8ae7d0c30828a710034c7992f0383c12',1,'amrex::ref_wrapper::ref_wrapper(ref_wrapper &&) noexcept=default']]], + ['reference_7220',['reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'amrex::PODVector::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5830ffb5779f9588ce9f9040b4ac5db7',1,'hacc::AlignedAllocator::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::BoxND >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int *, DefaultAllocator< const int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::NeighborCode >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::STLtools::Triangle >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< index_type >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< std::size_t >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::openbc::MomTag >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int *, DefaultAllocator< int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< unsigned int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::XDim3 >::reference()']]], + ['reference_5ftype_7221',['reference_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal *, NAR >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const ParticleReal *, NArrayReal >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 4 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'amrex::GpuArray::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int *, NAI >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::Interval, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::EB2::PolyTerm, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const int *, NArrayInt >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real,(M+2) *(M+1)/2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< bool, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, nelems >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, AMREX_SPACEDIM >::reference_type()']]], + ['refid_7222',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html',1,'amrex::BoxArray::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html',1,'amrex::DistributionMapping::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#af498ab4c22436f6e5e6e530392dc74c8',1,'amrex::DistributionMapping::RefID::RefID(Ref *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a00f58999a2331cc59b9cf916b76cbc4d',1,'amrex::DistributionMapping::RefID::RefID() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a0adac980947d771e29e1420e5adc4e06',1,'amrex::BoxArray::RefID::RefID(BARef *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a3afae958bb4bf99b0eb1705208e3e1b5',1,'amrex::BoxArray::RefID::RefID() noexcept=default']]], + ['refine_7223',['refine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a905d974544cd60c9b72314cb6135e17b',1,'amrex::BoxList::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6f3cb1eac256b7f40e4b6491aff29448',1,'amrex::BoxArray::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a551c2ca8aa05f54c73c3b57d40ca2217',1,'amrex::BoxList::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1732a2c030467bb5a6d20721d0ff99c7',1,'amrex::BoxDomain::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae1cf040542692a8255915fdb5f85421e',1,'amrex::BoxArray::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a891e143331ef3de0742dfb5022e05909',1,'amrex::refine(Dim3 const &coarse, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd',1,'amrex::refine(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9',1,'amrex::refine(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae',1,'amrex::refine(Geometry const &crse, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c',1,'amrex::refine(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8',1,'amrex::refine(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a122947abb8d93a6984f26277576faad3',1,'amrex::Geometry::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a',1,'amrex::refine(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483',1,'amrex::refine(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'BoxND< AMREX_SPACEDIM >::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92',1,'amrex::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'BoxND< AMREX_SPACEDIM >::refine()']]], + ['refine_5fgrid_5flayout_7224',['refine_grid_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a4494b1f6c76612d4af30d18d62dd410c',1,'amrex::AmrInfo']]], + ['refine_5fgrid_5flayout_5fdims_7225',['refine_grid_layout_dims',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ac92498a911f4e98692efdba9005f492f',1,'amrex::AmrInfo']]], + ['refinedcell_7226',['REFINEDCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a6f711152eae0836afe7ee62c42819f25',1,'amrex::InSituUtils']]], + ['reflect_7227',['reflect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'amrex::IntVectND::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'IntVectND< AMREX_SPACEDIM >::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f',1,'amrex::reflect()']]], + ['reflux_7228',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac8d6077e6701102c4d6c2e54acc2d67f',1,'amrex::MLNodeLaplacian']]], + ['reflux_7229',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aa5b234a986e199e5dec6ffd996db12eb',1,'amrex::YAFluxRegisterT']]], + ['reflux_7230',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#af8dc37bdb53cbff6b8a8908802fab3df',1,'amrex::MLNodeABecLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad9f63a3fcc35e8b4ffcf34b8f959c593',1,'amrex::MLNodeTensorLaplacian::reflux()']]], + ['reflux_7231',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a03dd763c1ebb0a67b2fd52ded49b1f53',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9b9a3280e49a1eeb9436099e11097e8f',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ad3cff9ff950fe42244a5a6da860c302d',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3b50d43c4fe114515bffcfa5cbd58117',1,'amrex::EdgeFluxRegister::Reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1fdafda5f1518b4eabb95c307ca5635e',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac9162f5722e388cdd747d0abeb4b2ba4',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aeebc09565fcf23f6050ad9b55275c1b1',1,'amrex::FluxRegister::Reflux(MultiFab &mf, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad77d84b98f56e41c5736e58f9c5772a2',1,'amrex::FluxRegister::Reflux(MultiFab &mf, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6bc89bc8c2613160d25e7fd2bd0afb97',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Orientation face, Real scale, int scomp, int dcomp, int nc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a29bbf0848629975e74b0412adf5cbcf6',1,'amrex::YAFluxRegisterT::Reflux()']]], + ['reflux_7232',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'MLLinOpT< Array< MultiFab, 3 > >::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'amrex::MLLinOpT::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a35158f8a8bd840468c4dedb08d6726ff',1,'amrex::MLCellLinOpT::reflux()']]], + ['refratio_7233',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a848a89635a0f509800a5d912ef7b4f0b',1,'amrex::AmrMesh::refRatio(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3e96de11d4a8b2cababa14d116b61958',1,'amrex::AmrMesh::refRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac86f4e9a778f78c98eb13244707ca97c',1,'amrex::AmrParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a29cc45ffc19e086c90ab4f423996183e',1,'amrex::AmrParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#acee4de5e4f610fb4bc86bdae1ac7fd49',1,'amrex::FluxRegister::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a53b59b464abfc107b2797a6f7cdcc71c',1,'amrex::ParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a5bdac6ec205f4e7d9f15e2af04288f71',1,'amrex::ParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a16cfadb981960e526beef1b6422b50ef',1,'amrex::ParGDBBase::refRatio(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5b4140f77f48299076bd546b07d23d9c',1,'amrex::ParGDBBase::refRatio() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ab43bb15523069271e57362121f6b42ce',1,'amrex::PlotFileData::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#abbf59ab139a08c29673e1f9c49b43b73',1,'amrex::PlotFileDataImpl::refRatio()']]], + ['refratio_7234',['RefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7c4bfee257c49d17e634776ddff2fc54',1,'amrex::AmrData']]], + ['refratio_7235',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4cc6f66406b7faf1a605b4d56df77ef',1,'amrex::AmrData']]], + ['reg_5fmf_7236',['reg_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a66e56de654ced923e6885ebd79bd75f2',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed221768a48c51c89a5b4c2c5d0de5b3',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3a644e5e5a02bd0c163b612784f06c24',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aa15bb285525ea9be4f00ee4dbd6cd1eb',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], + ['reg_5fmf_5fvec_7237',['reg_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a578bc53c0adb9017820643c61bdb1226',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ae0fe682f85964b5d7c745b1d8ca66e08',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab const * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], + ['regdatafilenames_7238',['regDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4660af1eb41eb5b3afd6ef9187900f3',1,'RegionsProfStats']]], + ['regdatastreams_7239',['regDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9b1f5e4b1d725777df4ea900e398f0d5',1,'RegionsProfStats']]], + ['regheaderfilenames_7240',['regHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a448bbf6cfc7ccb16b54f9655c943e9dc',1,'RegionsProfStats']]], + ['regionnames_7241',['RegionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a47d3628566997998b287f1b5326298e2',1,'BLProfStats']]], + ['regionnames_7242',['regionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adda95346678c97eebb0541c0caaaed6e',1,'BLProfStats']]], + ['regionnumbers_7243',['RegionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7a6bbe3f88daa4764423d252659dbfb1',1,'BLProfStats']]], + ['regionnumbers_7244',['regionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a11d15fe366d7be8b419cb63bbaa58443',1,'BLProfStats']]], + ['regions_7245',['regions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2e14123fa9e7caeae727ac2c307e8956',1,'amrex::AmrData']]], + ['regionsprofstats_7246',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a395ae220780e06011681a86a4bd08d98',1,'RegionsProfStats::RegionsProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html',1,'RegionsProfStats']]], + ['regionstack_7247',['regionstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03febcd85f7ea80790cac0181b9c2b1b',1,'amrex::TinyProfiler']]], + ['regiontag_7248',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html',1,'amrex::FabArrayBase::RegionTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae56ad5f9880210d9daae5dde1ffc2f3b',1,'amrex::FabArrayBase::RegionTag::RegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#aa652a228bad6f78909120b91073b101a',1,'amrex::FabArrayBase::RegionTag::RegionTag(const std::string &t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ac8c890173943b30db1149411aa5c62df',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a8c002005b0ed39bb186e7ce020b9815f',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag &&rhs) noexcept']]], + ['regiontimeranges_7249',['regionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a666b2b4888f161d4346d4a794aba0e31',1,'BLProfStats']]], + ['registerarena_7250',['RegisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0ee76d52f5f79b4295db066f8145bea1',1,'amrex::TinyProfiler']]], + ['registerdata_7251',['RegisterData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9c9d09d9399b42dacae6863ff33fb8ee',1,'amrex::StateData']]], + ['registerfabarray_7252',['RegisterFabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'amrex::FabArrayCopyDescriptor::RegisterFabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'FabArrayCopyDescriptor< FArrayBox >::RegisterFabArray()']]], + ['registerforprofiling_7253',['registerForProfiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a99982885760cd861e6e860dea40ea64f',1,'amrex::Arena']]], + ['registermultifab_7254',['RegisterMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af50431312a5892d40fb3ae31592e19e0',1,'amrex::MultiFabCopyDescriptor']]], + ['registervariables_7255',['registerVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a800553a4a96fee85528a07f4cdec4c3e',1,'amrex::IParser::registerVariables()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ac7f2281fb9a99b8c410d9cbc0b20b67b',1,'amrex::Parser::registerVariables()']]], + ['regname_7256',['regname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae8f1674b3d50716ce74d4d05074c5551',1,'amrex::TinyProfileRegion']]], + ['regrid_7257',['regrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#afe644ed72607173bbcef31867f6a0c36',1,'amrex::MFUtil::regrid(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9c04768eaa499d2b837f0732d1316e6c',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a0d2b028d5b4be5e38a0e4f8fc778c523',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const FabFactory< FArrayBox > &eb_factory, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d6faadd0aabf54081fe9ea12be10484',1,'amrex::Amr::regrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ae80fa713b669de0f235d3ef0792e7200',1,'amrex::AmrCore::regrid()']]], + ['regrid_7258',['Regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adbf6915c6877b366e0bda3e6f268eb30',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a361bea35ab3f956932339ef80930e405',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba, int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991c2e4f486d6cbb9cf74c326c1ad357',1,'amrex::NeighborParticleContainer::Regrid(const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba)']]], + ['regrid_5fba_7259',['regrid_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad17547793e589e382cafaea103a01637',1,'amrex::Amr']]], + ['regrid_5fgrids_5ffile_7260',['regrid_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aaa8cb07b444ec3f7be3a7680c7e37363',1,'amrex::Amr']]], + ['regrid_5fint_7261',['regrid_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2fc94106d0164a3cfc3e206db6b7e768',1,'amrex::Amr']]], + ['regrid_5flevel_5f0_5fon_5frestart_7262',['regrid_level_0_on_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5c2a28dfa0840069f813bf56565b4007',1,'amrex::Amr']]], + ['regridint_7263',['regridInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6c0f2e73f58bdff46fc5692ed85611f5',1,'amrex::Amr']]], + ['regridonly_7264',['RegridOnly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6254e512f37656c89acb1e19162d26b8',1,'amrex::Amr']]], + ['regridonrestart_7265',['RegridOnRestart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad53f5b3b15f3195ea75068dccda30380',1,'amrex::Amr']]], + ['regtest_5freduction_7266',['regtest_reduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84',1,'amrex::system']]], + ['regular_7267',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642',1,'amrex::EB2::Type::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1',1,'amrex_ebcellflag_module::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d',1,'amrex::regular()']]], + ['regular_5fbits_7268',['regular_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a98e740b42531b93d0abef721579b39be',1,'amrex::EBCellFlag']]], + ['regular_5fstencil_5fsize_7269',['regular_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#abff4c8fa7e9790d9408099ffa9c57934',1,'amrex::Hypre::regular_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aecf6271b785a92eee2bcd891ba3111e5',1,'amrex::PETScABecLap::regular_stencil_size()']]], + ['rel_5ftol_7270',['rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a260c250d0a39818e4d4f9ef808b82239',1,'amrex::IntegratorBase']]], + ['relax_5forder_7271',['relax_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa602c05ea8f16fa5aa95d79b372cffa8',1,'amrex::Hypre']]], + ['relax_5ftype_7272',['relax_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa9e67a6e299266afaff8157d33dcfbec',1,'amrex::Hypre']]], + ['release_7273',['release',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::CutFab >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::CutFab >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< PetscInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< PetscInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< TagBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::Mask >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::Mask >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< FArrayBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< FArrayBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< IArrayBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< IArrayBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< AtomicInt > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< TagBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'amrex::BaseFab::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< AtomicInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< char >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< EBCellFlag >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< HYPRE_Int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< PetscInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< Real >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'amrex::FabArray::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'amrex::FabArray::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< AtomicInt > >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release()']]], + ['release_5fthreshold_7274',['release_threshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a3e4fb9cf84bc98cccf0d32e99ecd4ccc',1,'amrex::ArenaInfo']]], + ['releasedata_7275',['ReleaseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f983048f1e70348b58c381f0e104ae3',1,'amrex::AmrDataAdaptor::ReleaseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a9aa101ee90b944010548ed7461cb7a8a',1,'amrex::AmrMeshDataAdaptor::ReleaseData()']]], + ['relgrad_7276',['RELGRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a163577f1cd5fa93feb5ba1d11ffd69fb',1,'amrex::AMRErrorTag']]], + ['remainingwriters_7277',['remainingWriters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae13a47d2ead798be8070c16227694412',1,'amrex::NFilesIter']]], + ['remakelevel_7278',['RemakeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a049915f7354e20184509a6ddb5bf4a6b',1,'amrex::Amr::RemakeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a89b690a6f834d76bf96f8f1facc356c4',1,'amrex::AmrCore::RemakeLevel()']]], + ['remove_7279',['Remove',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a',1,'amrex::FileSystem']]], + ['remove_7280',['remove',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6657f8c789a5b37f79bc4219dd6e3a81',1,'amrex::ParmParse']]], + ['removeall_7281',['RemoveAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55',1,'amrex::FileSystem']]], + ['removedupdoit_7282',['removeDupDoit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723',1,'amrex::detail']]], + ['removeduplicates_7283',['RemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d',1,'amrex']]], + ['removeempty_7284',['removeEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f0ab28b3e669f5a7828da71fdbd3645',1,'amrex::BoxList']]], + ['removefiles_7285',['RemoveFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad4a180abf07b6a7129d8fd4f6ee0d798',1,'amrex::VisMF']]], + ['removeinvalidparticles_7286',['removeInvalidParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820',1,'amrex']]], + ['removeolddata_7287',['removeOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a56805171637298d888a0e5215bab4e82',1,'amrex::AmrLevel::removeOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a06540ec48ea9f0078a983964f233a9d2',1,'amrex::StateData::removeOldData()']]], + ['removeoverlap_7288',['removeOverlap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aafdd2fe3c88e9b17d4892dd36e92225f',1,'amrex::BoxArray::removeOverlap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2',1,'amrex::removeOverlap()']]], + ['removeparticlesatlevel_7289',['RemoveParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'amrex::ParticleContainer_impl::RemoveParticlesAtLevel(int level)']]], + ['removeparticlesnotatfinestlevel_7290',['RemoveParticlesNotAtFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'amrex::ParticleContainer_impl::RemoveParticlesNotAtFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesNotAtFinestLevel()']]], + ['removepiece_7291',['RemovePiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9302c49868eb5145be9fbb6d9d3d6b2f',1,'BLProfStats']]], + ['rend_7292',['rend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int *, DefaultAllocator< int * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< index_type >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< index_type >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int *, DefaultAllocator< int * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< std::size_t >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< std::size_t >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< unsigned int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< unsigned int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'amrex::PODVector::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'amrex::PODVector::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::BoxND >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::BoxND >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::NeighborCode >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::NeighborCode >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::openbc::MomTag >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::openbc::MomTag >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::STLtools::Triangle >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::STLtools::Triangle >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::XDim3 >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::XDim3 >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() const noexcept']]], + ['reorder_5fpolygon_7293',['reorder_polygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a275e5bd2322a1d3aace66481364de23a',1,'amrex::EBToPVD']]], + ['reorderparticles_7294',['ReorderParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)']]], + ['replacenewdata_7295',['replaceNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0a6ffa5747a2c044f456d77adf50f338',1,'amrex::StateData::replaceNewData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3c5fc5e62763a1c66248c47951055162',1,'amrex::StateData::replaceNewData(StateData &s)']]], + ['replaceolddata_7296',['replaceOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a19585d569e94bd3e15d5c6a0f4c969c6',1,'amrex::StateData::replaceOldData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#adfaafffb0ba3924042c4357b7d51fe53',1,'amrex::StateData::replaceOldData(StateData &s)']]], + ['report_7297',['report',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a63001e27552e159e32b2ed48fc39bb1f',1,'amrex::MemProfiler']]], + ['report_5f_7298',['report_',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a156e0f871fceba9344ac559da58771de',1,'amrex::MemProfiler']]], + ['reportstats_7299',['ReportStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8b8ac605103da6aa68487bf7823f2f08',1,'CommProfStats']]], + ['reportsyncpointdata_7300',['ReportSyncPointData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a519fea406d86c92cba5af6e67dfa2093',1,'CommProfStats']]], + ['reportsyncpointdatasetup_7301',['ReportSyncPointDataSetup',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adadb6ac329d2943f4b55b58602946beb',1,'CommProfStats']]], + ['req_7302',['req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a3dd73a745e975beb885a19b708190cbe',1,'amrex::ParallelDescriptor::Message']]], + ['request_7303',['request',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a4e23f4023dc19cf04cce947add6a27a8',1,'amrex::NonLocalBC::CommData']]], + ['reredistribution_5fthreshold_7304',['reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045',1,'amrex_eb_flux_reg_nd_module']]], + ['res_7305',['res',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac94a3d8239b399889c28d0e5b65376b7',1,'SDCstruct::res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa9aa3ad9d9090afb4ab278c9c8c2287f',1,'amrex::MLMGT::res()']]], + ['rescor_7306',['rescor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1236e0879a5fe5bf4f2ec5669cee7d59',1,'amrex::MLMGT']]], + ['reserve_7307',['reserve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< index_type >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int *, DefaultAllocator< int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int *, DefaultAllocator< const int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< unsigned int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< std::size_t >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7b999e76e5422aa024da160623cc81f8',1,'amrex::BoxList::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'amrex::PODVector::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::BoxND >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::NeighborCode >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::openbc::MomTag >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::STLtools::Triangle >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::XDim3 >::reserve()']]], + ['reservedata_7308',['reserveData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'amrex::ParticleContainer_impl::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a914a3fd813739f126e92408d194a3752',1,'amrex::ParticleContainerBase::reserveData()']]], + ['reset_7309',['Reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['reset_7310',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af9d5717b63e6c3f0cfb79d33862e44c0',1,'amrex::YAFluxRegisterT::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad51ab660eddbb7e6d4b51f53101a5509',1,'amrex::StateData::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a1c43ccc3313c5128b18860a615a846fe',1,'amrex::EdgeFluxRegister::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a8034c76f7cc8e7966f170538268d0be6',1,'amrex::BoxIterator::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0aa73b17e9be18d811a21128c8c2f5f9',1,'amrex::AmrLevel::reset()']]], + ['reset_7311',['Reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'amrex::ParticleContainer_impl']]], + ['resetcomponentbcs_7312',['resetComponentBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5ac46df4129e909631702c6cf11c0df7',1,'amrex::StateDescriptor::resetComponentBCs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a4385d3bbdf3ae152ec830b25f4c080c3',1,'amrex::DescriptorList::resetComponentBCs()']]], + ['resetdefaultcoord_7313',['ResetDefaultCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#afacf607bf05ea6d4588954f09b391d37',1,'amrex::Geometry']]], + ['resetdefaultperiodicity_7314',['ResetDefaultPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af726da4deb561adeecf94bc4eefbf89b',1,'amrex::Geometry']]], + ['resetdefaultprobdomain_7315',['ResetDefaultProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4de5799760ae5f5831c719af01a33531',1,'amrex::Geometry']]], + ['resetdisplay_7316',['ResetDisplay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359',1,'amrex']]], + ['resetfillpatcher_7317',['resetFillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af4f83f6e16dfb5c60f985370541062fa',1,'amrex::AmrLevel']]], + ['resetrandomseed_7318',['ResetRandomSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95',1,'amrex']]], + ['resetresultreadiness_7319',['resetResultReadiness',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#aa9f7ed138e607372624eb46fb43e9c85',1,'amrex::ReduceOps']]], + ['resetstream_7320',['resetStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a34b155286cec6772f79a8d59981a8684',1,'amrex::Gpu::Device']]], + ['resetstreamindex_7321',['resetStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aae61fa0d560ee3c25d7deca229a31f60',1,'amrex::Gpu::Device']]], + ['resettotalbytesallocatedinfabshwm_7322',['ResetTotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e',1,'amrex']]], + ['resettype_7323',['resetType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a624ea91ea2b7bf09dcf7702764afb41a',1,'amrex::EBCellFlagFab']]], + ['resize_7324',['resize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::openbc::MomTag >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::openbc::MomTag >::resize(size_type a_new_size, const amrex::openbc::MomTag &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::STLtools::Triangle >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::XDim3 >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::STLtools::Triangle >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::XDim3 >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size, const amrex::NeighborCode &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize(size_type a_new_size, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size, const amrex::BoxND &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< Real >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize(size_type a_new_size, const const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< index_type >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< index_type >::resize(size_type a_new_size, const index_type &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a20054ec96a4caf67051d57e923579a8e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac161821048b627db36b021dc2671ede0',1,'amrex::ArrayOfStructs::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a6d54f5af3411a20df87cec16abf974f8',1,'amrex::BARef::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'amrex::BaseFab::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< AtomicInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< EBCellFlag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< HYPRE_Int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< PetscInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7d000ff42a0a1d9be2862c1b53472d3f',1,'amrex::BoxArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'amrex::BoxND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'BoxND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aa06193aa48e202c1d61b1c00b5cb5f13',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae32a072e143825062dac1ee2e9c24f79',1,'amrex::FArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa3b1edf0b241a6c722dea0ceced6b102',1,'amrex::IArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'amrex::IndexTypeND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'IndexTypeND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'amrex::IntVectND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'IntVectND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a05d3b903f74ef52b4246ec959002057a',1,'amrex::ParticleArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a78662f100236e2117bc56714afbbd776',1,'amrex::ParticleCopyOp::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aad932266bb874a93f00fc2920ff69548',1,'amrex::ParticleTile::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'amrex::PODVector::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'amrex::PODVector::resize(size_type a_new_size, const T &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4fef621654e63850b94f6a969d14ed04',1,'amrex::TableData::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a4c13115f149d9491c7b58e8086d6d4b5',1,'amrex::StructOfArrays::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< unsigned int >::resize(size_type a_new_size, const unsigned int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< unsigned int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size, const uint64_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< std::size_t >::resize(size_type a_new_size, const std::size_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< std::size_t >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize(size_type a_new_size, const ParticleType &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int *, DefaultAllocator< int * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int *, DefaultAllocator< int * > >::resize(size_type a_new_size, const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int >::resize(size_type a_new_size, const int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal * >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize()']]], + ['resize_5fimpl_7325',['resize_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ab1aeeebdc685a58e0b7442c5530421ed',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['resize_5fwithout_5finit_5fsnan_7326',['resize_without_init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< unsigned int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< std::size_t >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int *, DefaultAllocator< int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< index_type >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::XDim3 >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'amrex::PODVector::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::BoxND >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::NeighborCode >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::openbc::MomTag >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::STLtools::Triangle >::resize_without_init_snan()']]], + ['resizecontainers_7327',['resizeContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a710dcdfaaa6887b5b865fb1820ba7',1,'amrex::NeighborParticleContainer']]], + ['resizedata_7328',['resizeData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41c8b5cccfa817dbfa0b005451322817',1,'amrex::ParticleContainerBase::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'amrex::ParticleContainer_impl::resizeData()']]], + ['resizemultigrid_7329',['resizeMultiGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'amrex::MLLinOpT::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'MLLinOpT< Array< MultiFab, 3 > >::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aea2a34ccbaafa9697d789fb85def8f98',1,'amrex::MLNodeLaplacian::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abe8255742bf5756e6659344cfa6ef5c4',1,'amrex::MLNodeLinOp::resizeMultiGrid()']]], + ['resizeruntimeintcomp_7330',['ResizeRuntimeIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'amrex::ParticleContainer_impl::ResizeRuntimeIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeIntComp()']]], + ['resizeruntimerealcomp_7331',['ResizeRuntimeRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'amrex::ParticleContainer_impl::ResizeRuntimeRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeRealComp()']]], + ['resizetiles_7332',['resizeTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html#a11a020cd1f085ecbf8bb084ba1770723',1,'amrex::NeighborUnpackPolicy::resizeTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html#a8511545f28339259917a04b655a30aab',1,'amrex::RedistributeUnpackPolicy::resizeTiles()']]], + ['resnorminf_7333',['ResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adec5922c106684ff36cd96378f8c26fa',1,'amrex::MLMGT']]], + ['restart_7334',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['restart_7335',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3070a179ad3daed519f8d41a2f2d6b3b',1,'amrex::Amr']]], + ['restart_7336',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['restart_7337',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a34ec54719f6bb5ab1f546f425b53c009',1,'amrex::StateData::restart(std::istream &is, const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const FabFactory< FArrayBox > &factory, const StateDescriptor &d, const std::string &chkfile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa6591b111a02fd2bc24bf77c7d2e41e2',1,'amrex::StateData::restart(const StateDescriptor &d, const StateData &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a05899e47b34be116fa7a9a40ecaa74ca',1,'amrex::AmrLevel::restart()']]], + ['restart_7338',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file, bool is_checkpoint)']]], + ['restart_5fchkfile_7339',['restart_chkfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac00b1478382804abeb82dd75b4ab5194',1,'amrex::Amr']]], + ['restart_5fpltfile_7340',['restart_pltfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a295b3f0ab02158ef294ed68349f41dae',1,'amrex::Amr']]], + ['restartdoit_7341',['restartDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0c6a25c6e4470142b535f3ef3f9abf9',1,'amrex::StateData']]], + ['restorerandomstate_7342',['RestoreRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc',1,'amrex']]], + ['restrictinteriornodes_7343',['restrictInteriorNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1610ae549068808823c0013dfac50897',1,'amrex::MLNodeLaplacian']]], + ['restriction_7344',['restriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a169c302d0fe1a37135eb60b015b25c95',1,'amrex::MLCurlCurl::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ae1cf65a8b8f6196599a53648d030b84e',1,'amrex::MLNodeTensorLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab6a995c6b1ee3888b0bbda8b04b4f971',1,'amrex::MLNodeLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aff845f31ea7d309bb08d152c5efe1111',1,'amrex::MLNodeABecLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'MLLinOpT< Array< MultiFab, 3 > >::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'amrex::MLLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0565c8afd01c7446c5c0b37373f49c24',1,'amrex::MLEBNodeFDLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3025666eaa3a70d8b8d2a5996034bc29',1,'amrex::MLEBABecLap::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab4713a678d7c2ac9e1a9c5b027f965c5',1,'amrex::MLCellLinOpT::restriction()']]], + ['retsum_7345',['RetSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html',1,'amrex::Scan']]], + ['retsum_7346',['retSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9',1,'amrex::Scan']]], + ['reverse_7347',['reverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#a59ed0793b05cb449ad68305a26cc3dc7',1,'amrex::ParserExeDIV_PN::reverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a2c0e8acb856f0ef31cfc23b75b22e0a6',1,'amrex::IParserExeDIV_PN::reverse()']]], + ['reverse_5fdouble_5forder_7348',['reverse_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a8b52b326d6af9d2935f378f82ab6d6ed',1,'amrex::FPC']]], + ['reverse_5fdouble_5forder_5f2_7349',['reverse_double_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#aa5f55a6cd8a3addc8eb1927b9f700564',1,'amrex::FPC']]], + ['reverse_5ffloat_5forder_7350',['reverse_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad8695587637ebea6ad37b278fb7e677d',1,'amrex::FPC']]], + ['reverse_5ffloat_5forder_5f2_7351',['reverse_float_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a71ce71bf65be5235d8e74ee6921cfea7',1,'amrex::FPC']]], + ['reverse_5fiterator_7352',['reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< index_type >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int *, DefaultAllocator< const int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::XDim3 >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::STLtools::Triangle >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::openbc::MomTag >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::NeighborCode >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::BoxND >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'amrex::PODVector::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int *, DefaultAllocator< int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< std::size_t >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< unsigned int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int * >::reverse_iterator()']]], + ['reverseorder_7353',['ReverseOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839a4df03ba7689cd2d0b2bceb929c949b61',1,'amrex::IntDescriptor']]], + ['rewind_7354',['rewind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a731632defa84a957ee5bd65b0dc04953',1,'amrex::OrientationIter']]], + ['rhs_7355',['Rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab5166c9130778bcf08f08230d72b05f3',1,'amrex::IntegratorBase']]], + ['rhs_7356',['rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4e3f5047925ba3d77f1c7284011ebc91',1,'amrex::MLMGT']]], + ['rhsex_7357',['RhsEx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a580d4499f9876896b94cd3db82664bc0',1,'amrex::IntegratorBase']]], + ['rhsfast_7358',['RhsFast',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ae700a0f7a7f2bf4456e466be7a2828ed',1,'amrex::IntegratorBase']]], + ['rhsim_7359',['RhsIm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a983bd9fe800746c882ce2184ef5baf48',1,'amrex::IntegratorBase']]], + ['rip_7360',['rip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#ac43bc9cc3b7aa67992810fb5402d355b',1,'amrex::iparser_node']]], + ['rk_7361',['RK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a95aea02fe7abbf3d1e5cd58ee5ff7d41',1,'amrex::AmrLevel']]], + ['rk2_7362',['RK2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef',1,'amrex::RungeKutta']]], + ['rk2_5fupdate_5f2_7363',['rk2_update_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc',1,'amrex::RungeKutta::detail']]], + ['rk3_7364',['RK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd',1,'amrex::RungeKutta']]], + ['rk3_5fupdate_5f3_7365',['rk3_update_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88',1,'amrex::RungeKutta::detail']]], + ['rk4_7366',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8',1,'amrex::RK4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7',1,'amrex::RungeKutta::RK4()']]], + ['rk4_5fupdate_5f4_7367',['rk4_update_4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc',1,'amrex::RungeKutta::detail']]], + ['rk_5fupdate_7368',['rk_update',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt1, MF const &dUdt2, Real dt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt, Real dt)']]], + ['rkintegrator_7369',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html',1,'amrex::RKIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aff544c0ff17bffff837a639774d02cc4',1,'amrex::RKIntegrator::RKIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9053a3951e9866cd83b20f2f50612825',1,'amrex::RKIntegrator::RKIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['rmbox_7370',['rmBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1d49c186eeea202115e3194e30c47a68',1,'amrex::BoxDomain']]], + ['rng_7371',['rng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aef8dca7a34e2c3e59d330ad5de2c35dc',1,'amrex::DeriveRec']]], + ['robin_5fa_5fraii_7372',['robin_a_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_a_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'amrex::MLLinOpT::robin_a_raii()']]], + ['robin_5fb_5fraii_7373',['robin_b_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_b_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'amrex::MLLinOpT::robin_b_raii()']]], + ['robin_5ff_5fraii_7374',['robin_f_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_f_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'amrex::MLLinOpT::robin_f_raii()']]], + ['rotate_7375',['rotate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d',1,'amrex::EB2']]], + ['rotate180_7376',['Rotate180',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, Box const &domain)']]], + ['rotate90_7377',['Rotate90',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], + ['rotationif_7378',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html',1,'amrex::EB2::RotationIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#afe9fbf2bc166e3cb4921b307144b9eff',1,'amrex::EB2::RotationIF::RotationIF()']]], + ['round_7379',['round',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept']]], + ['roundoff_5fhi_7380',['roundoff_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b910ad6d9743cd015e54449fcc2da78',1,'amrex::Geometry']]], + ['roundoff_5flo_7381',['roundoff_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a00586ef08697068f26b1a8002a3fb8ac',1,'amrex::Geometry']]], + ['roundoffhi_7382',['RoundOffHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#acdb7c93325edf9673f3410304dbf50a6',1,'amrex::Geometry']]], + ['roundofflo_7383',['RoundOffLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a08e08573113d868662151363fa899851',1,'amrex::Geometry']]], + ['roundrobin_7384',['ROUNDROBIN',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a787ff5451e57a2271607a0143b75a38d',1,'amrex::DistributionMapping']]], + ['roundrobindoit_7385',['RoundRobinDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac6b32a50939eeecba284d301e75e4976',1,'amrex::DistributionMapping']]], + ['roundrobinprocessormap_7386',['RoundRobinProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2f4b44ca0d107e8f4a140df9d04a6c14',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a32466e58df8610e7918c671c7e389b7f',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa289abff3bb4de779c8cafc2036ead9c',1,'amrex::DistributionMapping::RoundRobinProcessorMap(int nboxes, int nprocs, bool sort=true)']]], + ['rrsfc_7387',['RRSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a75876358b1ba6c4d337b466fc4404217',1,'amrex::DistributionMapping']]], + ['rrsfcdoit_7388',['RRSFCDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2a57f52831edc3b6ebf3facf3a065933',1,'amrex::DistributionMapping']]], + ['rrsfcprocessormap_7389',['RRSFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e9524ab8bf5f4d8165c501ecc5cc5bb',1,'amrex::DistributionMapping']]], + ['rstartstop_7390',['rStartStop',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a71050a34ed68d57b9659601e7c9ee9da',1,'RegionsProfStats::DataBlock']]], + ['rt_7391',['RT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'GMRES< MF, GMRESMLMGT< MF > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'amrex::MLLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'MLLinOpT< Array< MultiFab, 3 > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'amrex::GMRES::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a58326c59efaee01db3f1d4c798d4e238',1,'amrex::GMRESMLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5709a608f0c8d3f1bab91ff0ab584d2b',1,'amrex::MLABecLaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae1d61f91ba5fce410035367c20a8d8c4',1,'amrex::MLALaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a7294b2967cfff2e5dd03e746871646ec',1,'amrex::MLCellABecLapT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a85f49a7b9118115595f428e8c87693cd',1,'amrex::MLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a0a273ffe9d2206819c602129db225071',1,'amrex::MLPoissonT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4cd7bb9cadbccdb52688ef33ddfd8d5c',1,'amrex::MLCellLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac3f05bc272b9350d5604316ca7c01449',1,'amrex::MLCGSolverT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a4771d48d0bafc31e4a8273b1e06da376',1,'amrex::MLCurlCurl::RT()']]], + ['run_5fhypre_5fsetup_7392',['run_hypre_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa5e6faf396f20e79f5a8997d826d70e4',1,'amrex::HypreIJIface']]], + ['run_5fhypre_5fsolve_7393',['run_hypre_solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6fb3e32e3041f2cee891a7b52f7088e',1,'amrex::HypreIJIface']]], + ['runlog_7394',['runlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abca666179e968bdbf467f8a903830bcd',1,'amrex::Amr']]], + ['runlog_5fterse_7395',['runlog_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a693fdb636ccbf5dde6fb220c835ee2a2',1,'amrex::Amr']]], + ['runon_7396',['RunOn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2',1,'amrex']]], + ['runongpu_7397',['RunOnGpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu.html',1,'amrex']]], + ['runongpu_7398',['RunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a6cf8dd62b24e9bd99af570312314f42d',1,'amrex::StateDescriptor::BndryFunc::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a45c110d37b26e0c322c1af1089ecbfea',1,'amrex::StateDescriptor::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#add628eb12539396ff64eb4a535c99ac9',1,'amrex::BndryFuncArray::RunOnGPU()']]], + ['runongpu_3c_20arenaallocator_3c_20t_20_3e_20_3e_7399',['RunOnGpu< ArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20asyncarenaallocator_3c_20t_20_3e_20_3e_7400',['RunOnGpu< AsyncArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01AsyncArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20devicearenaallocator_3c_20t_20_3e_20_3e_7401',['RunOnGpu< DeviceArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01DeviceArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20managedarenaallocator_3c_20t_20_3e_20_3e_7402',['RunOnGpu< ManagedArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ManagedArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runtimeerror_7403',['RuntimeError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe',1,'amrex']]], + ['rvec_7404',['rvec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a729d8ca45fc82f0f14064c9600778865',1,'amrex::Particle::rvec(const IntVect &indices) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a3db7403027a6374a5fbc4c90ed0362cf',1,'amrex::Particle::rvec(AMREX_D_DECL(int, int, int)) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7532d647d3775739b3078195c85f25ec',1,'amrex::Particle::rvec(AMREX_D_DECL(int indx, int indy, int indz)) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9480daac8e7f5482e3330f610d04ad7a',1,'amrex::Particle::rvec(const IntVect &) const &']]], + ['rz_7405',['RZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa090e74483c754250a5e0ee448bdfe8b3',1,'amrex::CoordSys']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_13.js b/amrex-hydro/Doxygen/html/search/all_13.js index c697ac7..062aa1f 100644 --- a/amrex-hydro/Doxygen/html/search/all_13.js +++ b/amrex-hydro/Doxygen/html/search/all_13.js @@ -1,718 +1,726 @@ var searchData= [ - ['s_7369',['s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a879a0faae6497e8e45702c6a99625c74',1,'amrex::parser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#af27d7bf4df42d8910cc787d006ec42ce',1,'amrex::iparser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a856736317ca9e27fa41f05d3d0b42cd6',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a45b983ef388900bd6a62165ed8c9564a',1,'AMREX_PARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a8105da3c7746493ffd665cd25bb19ca8',1,'AMREX_IPARSERSTYPE::s()']]], - ['s_5fcurrent_7370',['S_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9619066e96c1ff5ad635c2597744192e',1,'amrex::RKIntegrator::S_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a72de24a588880e733ef7ff90365645a1',1,'amrex::FEIntegrator::S_current()']]], - ['same_7371',['Same',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html',1,'amrex']]], - ['same_3c_20t_2c_20u_20_3e_7372',['Same< T, U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html',1,'amrex']]], - ['sameinterps_7373',['sameInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8c32673683fea367d4e58db6c28868ce',1,'amrex::StateDescriptor']]], - ['sameiteratorsok_7374',['SameIteratorsOK',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97',1,'amrex']]], - ['samerefs_7375',['SameRefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a93718ee84062758c5256a2792939c6f7',1,'amrex::BoxArray::SameRefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1c20460d2e7b2eaec474e933113575d9',1,'amrex::DistributionMapping::SameRefs()']]], - ['samesize_7376',['sameSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'amrex::BoxND::sameSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'BoxND< AMREX_SPACEDIM >::sameSize()']]], - ['sameteam_7377',['sameTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0653e205c26f3961aa756292d5f8dbc4',1,'amrex::ParallelDescriptor::sameTeam(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a450001e6c4813cc1a122428e5f8c56f8',1,'amrex::ParallelDescriptor::sameTeam(int rankA, int rankB) noexcept']]], - ['sametype_7378',['sameType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'amrex::BoxND::sameType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'BoxND< AMREX_SPACEDIM >::sameType()']]], - ['sanitizename_7379',['SanitizeName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5',1,'amrex']]], - ['saverandomstate_7380',['SaveRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1b283df95b292f478597bc503170459',1,'amrex']]], - ['saxpy_7381',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'amrex::FabArray::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< AtomicInt > >::Saxpy()']]], - ['saxpy_7382',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< PetscInt >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< Real >::saxpy(Real a, const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< Real >::saxpy(Real a, const BaseFab< Real > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< EBCellFlag >::saxpy()']]], - ['saxpy_7383',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< PetscInt > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::CutFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::EBCellFlagFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::Mask >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< FArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< IArrayBox >::Saxpy()']]], - ['saxpy_7384',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< PetscInt >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< int >::saxpy(int a, const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< int >::saxpy(int a, const BaseFab< int > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< HYPRE_Int >::saxpy(HYPRE_Int a, const BaseFab< HYPRE_Int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< HYPRE_Int >::saxpy(HYPRE_Int a, const BaseFab< HYPRE_Int > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['saxpy_7385',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#a3dca05fbc8a02c0ddef990a448893abe',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >']]], - ['saxpy_7386',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< EBCellFlag >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'amrex::BaseFab::saxpy(T a, const BaseFab< T > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'amrex::BaseFab::saxpy(T a, const BaseFab< T > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x) noexcept']]], - ['saxpy_7387',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a8ee342eb7ac3a9d13cc4ec493dce493d',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668',1,'amrex::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a505eb471a78f4e0f8791b10cbb1bbd75',1,'amrex::MultiFab::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< TagBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109',1,'amrex::Saxpy()']]], - ['sboundarywidth_7388',['sBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a04cbef7bbdc59553a3899ce2567e3f44',1,'amrex::AmrData']]], - ['sbox_7389',['sbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1c8df51daf5ac3a9d20522cfdb6ab004',1,'amrex::FabArrayBase::CopyComTag']]], - ['sc_7390',['sc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#ae011fd687383f2ecfa3e40ad6fdf7501',1,'amrex::DeriveRec::StateRange']]], - ['sc_7391',['SC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ad7ca6cbcd2440f36bb0b02a9ffcfe6f5',1,'amrex::PCData']]], - ['scalar_5fa_7392',['scalar_a',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a8ac31a926fe9e667d3f4edd227a855f5',1,'amrex::PETScABecLap::scalar_a()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a5cc787cbd77e527e4c58e58904305531',1,'amrex::Hypre::scalar_a()']]], - ['scalar_5fb_7393',['scalar_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a8cb2fde2e6ce7be52d40bc7ee19f7ae3',1,'amrex::Hypre::scalar_b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd0ebc00024206fb8e730aef57ad9fd2',1,'amrex::PETScABecLap::scalar_b()']]], - ['scale_7394',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect']]], - ['scale_7395',['Scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88',1,'amrex::Scale(MF &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7',1,'amrex::Scale(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)']]], - ['scale_7396',['scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322',1,'amrex::scale(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f254d668dd872d470d231a1058eaac',1,'amrex::scale(const RealVect &p, Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b',1,'amrex::EB2::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aced393e91058fd9dcf46321c5f8f1eef',1,'amrex::RealVect::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'IntVectND< AMREX_SPACEDIM >::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'amrex::IntVectND::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab8b6fa6cf559c595468bf5e24e6e6f0c',1,'amrex::GMRESMLMGT::scale()']]], - ['scale_5fmoments_7397',['scale_moments',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a64049f3606c3c05adb718242b9bb48a3',1,'amrex::openbc']]], - ['scaledsigma_7398',['scaledSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a13e7af8b2fc85c6b462778aeb5554296',1,'amrex::MLNodeTensorLaplacian']]], - ['scaleif_7399',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html',1,'amrex::EB2::ScaleIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a75449443ced2fffa1c0071c8d272f5d4',1,'amrex::EB2::ScaleIF::ScaleIF()']]], - ['scalerhs_7400',['scaleRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'amrex::MLLinOpT::scaleRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'MLLinOpT< Array< MultiFab, 3 > >::scaleRHS()']]], - ['scatter_7401',['Scatter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2',1,'amrex::ParallelDescriptor']]], - ['scatterparticles_7402',['scatterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78',1,'amrex']]], - ['scomp_7403',['scomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a869352ea49403f3d983d945d75b914a8',1,'amrex::FBData']]], - ['sdc_5fclenshaw_5fcurtis_7404',['sdc_clenshaw_curtis',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca3c8a3144793139f180db29ce39153c',1,'sdcquadrature_mod']]], - ['sdc_5fcomposite_5fnodes_7405',['sdc_composite_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ab0462ece2c230549e39bb8d8b7cd205c',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5flegendre_7406',['sdc_gauss_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a62cfff98d5899c5934e7b29264eaaeef',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5flobatto_7407',['sdc_gauss_lobatto',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aa7cccac0d6dc3b28a4dc2a329214a698',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5fradau_7408',['sdc_gauss_radau',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a7b8799c586d6a5def7cb8f3c517b5e7b',1,'sdcquadrature_mod']]], - ['sdc_5fno_5fleft_7409',['sdc_no_left',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a95aa940d0fc9d580c3facf460de23d21',1,'sdcquadrature_mod']]], - ['sdc_5fproper_5fnodes_7410',['sdc_proper_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8926569834e03ad73326955f04c8f3eb',1,'sdcquadrature_mod']]], - ['sdc_5fqmats_7411',['sdc_qmats',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#af9d037887b4d9c8c4156bcab10d93e2a',1,'sdcquadrature_mod']]], - ['sdc_5fqnodes_7412',['sdc_qnodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a45feaecc2f3ca60142ec3cbdcc49c288',1,'sdcquadrature_mod']]], - ['sdc_5fquadrature_7413',['sdc_quadrature',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a17b1ea9c614020de45d57d3014ce8837',1,'sdcquadrature_mod']]], - ['sdc_5frhs_5fintegrals_7414',['SDC_rhs_integrals',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a85b426bfba4fc5ae0698de2cc5206b05',1,'SDCstruct']]], - ['sdc_5frhs_5fk_5fplus_5fone_7415',['SDC_rhs_k_plus_one',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6705d0badf89101fdee2d77ccdcc4e14',1,'SDCstruct']]], - ['sdc_5frhs_5fmisdc_7416',['SDC_rhs_misdc',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#aceb030f9a95f5f2a84b22ddea03b806b',1,'SDCstruct']]], - ['sdc_5funiform_7417',['sdc_uniform',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aac87ed7a643061e124406a48d5ac55c1',1,'sdcquadrature_mod']]], - ['sdcquadrature_5fmod_7418',['sdcquadrature_mod',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html',1,'']]], - ['sdcstruct_7419',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html',1,'SDCstruct'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac1ffa116068d8da77ef31b3659c066be',1,'SDCstruct::SDCstruct()']]], - ['second_7420',['second',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3d5b821a543939d281c23e6ea931573c',1,'amrex::ValLocPair::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a6dd5061fc9493324891e45f9a7d371d5',1,'amrex::ValLocPair::second() const'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7',1,'amrex::second()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac5028f0e53837bb92fcf49d087aeee88',1,'amrex::ParallelDescriptor::second()']]], - ['sedge1_7421',['sedge1',['../structPPM_1_1nolimiter.html#a3236ff6486d32336f4877f4967e85e09',1,'PPM::nolimiter::sedge1()'],['../structPPM_1_1vanleer.html#affdd1c9ff59a751cd3dc103b26bdd64d',1,'PPM::vanleer::sedge1()'],['../structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d',1,'PPM::wenoz::sedge1()'],['../structPPM_1_1weno__js.html#a4ee58e28595ca239c1b4d61746484e58',1,'PPM::weno_js::sedge1()'],['../structPPM_1_1upwind.html#a042bdf62dd863ad0771f30ad3e2b775c',1,'PPM::upwind::sedge1()'],['../structPPM_1_1minmod.html#a6679e8f8322592585e41c582cb5bc49f',1,'PPM::minmod::sedge1(const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real)']]], - ['sedge2_7422',['sedge2',['../structPPM_1_1minmod.html#ab47b9311aa70900239738fe3a4c4bbcf',1,'PPM::minmod::sedge2()'],['../structPPM_1_1upwind.html#acb3f77d17edc5972c12541cb09c76789',1,'PPM::upwind::sedge2()'],['../structPPM_1_1weno__js.html#ae2532c871effd2368da494e08267a844',1,'PPM::weno_js::sedge2()'],['../structPPM_1_1wenoz.html#a872d1bc9b592662b12a9a62ca02082b0',1,'PPM::wenoz::sedge2()'],['../structPPM_1_1vanleer.html#a6a428f7a0db589ef01140974429b5122',1,'PPM::vanleer::sedge2()'],['../structPPM_1_1nolimiter.html#a11e73160bd508f37504c59d7d77c5caf',1,'PPM::nolimiter::sedge2()']]], - ['seekindex_7423',['seekIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a5373d338c77db06b69e211db7740df64',1,'CommProfStats::NameTagEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ab15687c13dfc4641ab7ce30d42d8c560',1,'CommProfStats::BarrierEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#aced5d9bea68d78a0e937d8594ecd647d',1,'CommProfStats::ReductionEntry::seekIndex()']]], - ['seekpos_7424',['seekpos',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac98f94d5bca49ab6e4dda40999636b31',1,'CommProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#adb82ca461a4fa2596be2dc2acb05a049',1,'RegionsProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afa44281224a9a055b83be13abcc8fe51',1,'BLProfStats::BLPDataBlock::seekpos()']]], - ['seekpos_7425',['SeekPos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a66c78163b811ad78cb91330d0100cc54',1,'amrex::NFilesIter']]], - ['selectactualneighbors_7426',['selectActualNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a12039aca5af54df4ee587db2ea95c857',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a29c7b740a3afe04a5fb93281fc0d75ac',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells)']]], - ['self_7427',['self',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a17cda1536be174c164b9d442fcf354af',1,'process_topology_t::self()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acecf177fb745950271e95927d09b176c',1,'hacc::Distribution::self()']]], - ['self_7428',['Self',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'amrex::ParticleTileData::Self()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::Self()']]], - ['self_5f1d_7429',['self_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abeedf1164b76a8781f3e026cf692d131',1,'hacc::Distribution::self_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae2f1dc039f812cf3e313a3acd3edcc44',1,'hacc::Distribution::self_1d() const)[3]']]], - ['self_5f2d_5fx_7430',['self_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abae2e9fb372fbe9e21bd2438f3a35193',1,'hacc::Distribution::self_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a74f6cdd8f46daadde4ea8d5e77758933',1,'hacc::Distribution::self_2d_x() const)[3]']]], - ['self_5f2d_5fy_7431',['self_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acb225e08eeb3940c6d70e3726554349f',1,'hacc::Distribution::self_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aef978f3b2dd4c709dc4ea56c44e7726c',1,'hacc::Distribution::self_2d_y() const)[3]']]], - ['self_5f2d_5fz_7432',['self_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8197f4dec139385a015a4daece6ce872',1,'hacc::Distribution::self_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a12e8e31cde75041f2abc551da3fffb85',1,'hacc::Distribution::self_2d_z() const)[3]']]], - ['self_5f3d_7433',['self_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a94d5a159cb92f96aba1022b781ddfd64',1,'hacc::Distribution::self_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a3fe933af49202086a6f194dcc3af02f2',1,'hacc::Distribution::self_3d() const)[3]']]], - ['self_5fkspace_7434',['self_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae48de8e54139379a38236176c624ecc3',1,'hacc::Dfft::self_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab5e43a2a999f173540370d650ed59dac',1,'hacc::Dfft::self_kspace() const)[3]']]], - ['self_5frspace_7435',['self_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae54bac8976186442b13938414aa4825b',1,'hacc::Dfft::self_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#acc93eda3767eac618b2d43593ec54b44',1,'hacc::Dfft::self_rspace() const)[3]']]], - ['semi_5fstructed_7436',['semi_structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13faf9c3193ceb5f05f22b939a6ddbf628c5',1,'amrex::Hypre']]], - ['semicoarsening_5fdirection_7437',['semicoarsening_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#af940b94437ae9286df0f551aa28c8119',1,'amrex::LPInfo']]], - ['send_7438',['Send',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aae0327dea4fe1379f7b09210e8e6ebd2',1,'amrex::ParallelDescriptor::Send(const std::vector< T > &buf, int dst_pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3cede7750fdc21c3c11c9bc62a174ac',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a89ca8639338d64c25ee28faf1b829701',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag)']]], - ['send_7439',['send',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#a18b34e7c60c895b063c694f7745190ae',1,'amrex::NonLocalBC::CommHandler::send()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#adec8b60a70006093f04999aa307482a3',1,'amrex::MPMD::Copier::send()']]], - ['send_5fdata_7440',['send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac562fa064a61bafbf187dbf6f37d00ce',1,'amrex::FBData::send_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5ba336738781f2d529bbb68a7f297e17',1,'amrex::NeighborParticleContainer::send_data()']]], - ['send_5freqs_7441',['send_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac37fd86847fa215e7b422a70cb40d62d',1,'amrex::FBData::send_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3bdae5df3d248131a52ab1d0f65603fb',1,'amrex::PCData::send_reqs()']]], - ['sendrecvdata_7442',['SendRecvData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aaba7711671dac7abcce70c3a94ba4dff',1,'CommProfStats']]], - ['sendrecvlist_7443',['SendRecvList',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2f1c9ef45b46be3997c49b3a1a5bf7c0',1,'CommProfStats']]], - ['sendrecvpair_7444',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html',1,'CommProfStats::SendRecvPair'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0990a7f5e9b6aa52a2ff77aa94e318b5',1,'CommProfStats::SendRecvPair::SendRecvPair()']]], - ['sendrecvpairunpaired_7445',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html',1,'CommProfStats::SendRecvPairUnpaired'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af217ccce1eb0268f1a9e39f81fe19480',1,'CommProfStats::SendRecvPairUnpaired::SendRecvPairUnpaired()']]], - ['sendtime_7446',['sendTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a90d32c59e4f098252339903fa293d8f6',1,'CommProfStats::SendRecvPair']]], - ['senseinewmacro_7447',['senseiNewMacro',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00',1,'amrex::senseiNewMacro(AmrMeshDataAdaptor)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d39fa37907313633609b0b404501b7d',1,'amrex::senseiNewMacro(AmrDataAdaptor)']]], - ['senseitypemacro_7448',['senseiTypeMacro',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a5b94d5fbab0e48ed81b6edb7db19e0aa',1,'amrex::AmrMeshDataAdaptor::senseiTypeMacro()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a85b2b18fd182728955fa9cb13ef5bf30',1,'amrex::AmrDataAdaptor::senseiTypeMacro()']]], - ['seqnum_7449',['SeqNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9fa50b376ee8c97f8d84852e244fd916',1,'amrex::ParallelDescriptor']]], - ['serial_7450',['Serial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b',1,'amrex::BinPolicy']]], - ['serialbinpolicy_7451',['SerialBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1SerialBinPolicy.html',1,'amrex::BinPolicy']]], - ['serializestringarray_7452',['SerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99',1,'amrex']]], - ['set_7453',['set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa878c4b78d2255ee578f1774359453a4',1,'amrex::BCRec::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accbf2c73a258ba522542ac1ad13f9ca8',1,'amrex::BoxArray::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5500e705c89c6c7f8d69a15fec86ac67',1,'amrex::BoxList::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'amrex::IndexTypeND::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'IndexTypeND< AMREX_SPACEDIM >::set()']]], - ['set_7454',['SET',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa0a8540b96d3e93084532672dad69790c',1,'amrex::TagBox']]], - ['set_5fadaptive_5ffast_5fstep_7455',['set_adaptive_fast_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a49c90c36c565d4499bd64662416f4d0d',1,'amrex::IntegratorBase::set_adaptive_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0cc5e3e9b92660532ad6885f98707c87',1,'amrex::TimeIntegrator::set_adaptive_fast_step()']]], - ['set_5fadaptive_5fstep_7456',['set_adaptive_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a100f797cb82abd1ec8563c591ebe823a',1,'amrex::IntegratorBase::set_adaptive_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0b9f79016ad5d674f261835f9292b65a',1,'amrex::TimeIntegrator::set_adaptive_step()']]], - ['set_5fbc_5fpoints_7457',['set_bc_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#afbaf7389cb10c9e735d8528b49e9f555',1,'amrex::SplineDistFcnElement2d']]], - ['set_5fcoarsen_5fratio_7458',['set_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a2d9128c80e5c47d5ce89cd3d930ce13a',1,'amrex::BATransformer']]], - ['set_5fconnection_5fflags_7459',['set_connection_flags',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9',1,'amrex::EB2::set_connection_flags(Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd',1,'amrex::EB2::set_connection_flags(Box const &bx, Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< EBCellFlag > const &ctmp, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz) noexcept']]], - ['set_5fcontrol_5fpoints_7460',['set_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8e307fd3ea03450f0da9acb4148a81a3',1,'amrex::LineDistFcnElement2d::set_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a46ac59d2d62435816d113653dfde733d',1,'amrex::SplineDistFcnElement2d::set_control_points()']]], - ['set_5fcovered_5fcell_7461',['set_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255',1,'amrex_ebcellflag_module']]], - ['set_5fdefault_5ffunctions_7462',['set_default_functions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#add05ec6cd5ca348d5c542f67f26bdd25',1,'amrex::TimeIntegrator']]], - ['set_5fdo_5finitval_7463',['set_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#adebebb841a716183dc9e48ee95a37aec',1,'amrex::FArrayBox']]], - ['set_5ffast_5frhs_7464',['set_fast_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac97ece6993962b73c93abd34b7d49e2d',1,'amrex::IntegratorBase::set_fast_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a241adc8cc400c943cb6999cccab66e47',1,'amrex::TimeIntegrator::set_fast_rhs()']]], - ['set_5ffast_5ftime_5fstep_7465',['set_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad59a858ee7ee2d3267dff6c2f085a4dd',1,'amrex::IntegratorBase::set_fast_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae68306a3a401327a691cd1125441e56f',1,'amrex::TimeIntegrator::set_fast_time_step()']]], - ['set_5ffast_5ftolerances_7466',['set_fast_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a338b71036c6b6ddcc8e887518376152f',1,'amrex::IntegratorBase::set_fast_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae00d77a5b0a48d3a93d43eab74afe4f1',1,'amrex::TimeIntegrator::set_fast_tolerances()']]], - ['set_5fimex_5frhs_7467',['set_imex_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9c9409a416dc1c392f0a06e958ca10a4',1,'amrex::IntegratorBase::set_imex_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1d2c3b6cc37971e4510091a9f4329c2f',1,'amrex::TimeIntegrator::set_imex_rhs()']]], - ['set_5findex_5ftype_7468',['set_index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1624c9b9c308aa8bcc73b3133064c861',1,'amrex::BATransformer']]], - ['set_5finitval_7469',['set_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca0e59c4e500ac53bacf12280c67f225',1,'amrex::FArrayBox']]], - ['set_5flast_5fframe_5fofs_7470',['set_last_frame_ofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af6494464a81b93bee92095f59487324b',1,'amrex::ParallelContext']]], - ['set_5fmax_5fsteps_7471',['set_max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9fe529e314e46e719aec6150281858a3',1,'amrex::IntegratorBase::set_max_steps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a164596b94edd3d913502235850b14a75',1,'amrex::TimeIntegrator::set_max_steps()']]], - ['set_5fneighbor_7472',['set_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e',1,'amrex_ebcellflag_module']]], - ['set_5fnum_5fthreads_7473',['set_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840',1,'amrex::OpenMP']]], - ['set_5fofs_5fname_7474',['set_ofs_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a1bc1579142503db5584556389166c169',1,'amrex::ParallelContext::Frame']]], - ['set_5fpost_5ffast_5fstage_5faction_7475',['set_post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a378df79907ae53d5eef652341833ab77',1,'amrex::IntegratorBase::set_post_fast_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a4d0707cf54102788e27bbd70e3d4e6c0',1,'amrex::TimeIntegrator::set_post_fast_stage_action()']]], - ['set_5fpost_5ffast_5fstep_5faction_7476',['set_post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a2a23791bed8871f255633f141f0444',1,'amrex::IntegratorBase::set_post_fast_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a6d0fb57fd367079315ef253fdf422ad1',1,'amrex::TimeIntegrator::set_post_fast_step_action()']]], - ['set_5fpost_5fstage_5faction_7477',['set_post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a694555275ea4407fe6132ebb1a2f09c3',1,'amrex::IntegratorBase::set_post_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a735d91b776f1b312abeb8df4227a6de6',1,'amrex::TimeIntegrator::set_post_stage_action()']]], - ['set_5fpost_5fstep_5faction_7478',['set_post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0d4804fed689d7335e3b404e4a67c37d',1,'amrex::IntegratorBase::set_post_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1a7c1baaebdd247398daef27e7fece49',1,'amrex::TimeIntegrator::set_post_step_action()']]], - ['set_5fpreferred_5fboundary_5fvalues_7479',['set_preferred_boundary_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adea5b76b420f0a2ccd2852d66301d376',1,'amrex::AmrLevel']]], - ['set_5fregular_7480',['set_regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9ddd20373173f3218e9adf472a02f119',1,'amrex::algoim']]], - ['set_5fregular_5fcell_7481',['set_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0',1,'amrex_ebcellflag_module']]], - ['set_5fregular_5fsurface_7482',['set_regular_surface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1d243dc8981384f1c0cb8b266c042735',1,'amrex::algoim']]], - ['set_5frhs_7483',['set_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a795b506a4093cc3de3fb42bb594c751b',1,'amrex::TimeIntegrator::set_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0e94856b2945a45e1f0dae7cd9bbb8fe',1,'amrex::IntegratorBase::set_rhs()']]], - ['set_5fsingle_5fvalued_5fcell_7484',['set_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7',1,'amrex_ebcellflag_module']]], - ['set_5fstate_5fin_5fcheckpoint_7485',['set_state_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6560cdb555b4af1f6d5b525e1b25e4eb',1,'amrex::AmrLevel']]], - ['set_5fstatus_7486',['set_status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ab15528cf0fd67ab35676d26249aa62a8',1,'amrex::Scan::detail::BlockStatus< T, false >::set_status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a0de77702f3fadd55115d207ef8e967f0',1,'amrex::Scan::detail::BlockStatus< T, true >::set_status()']]], - ['set_5ftask_5foutput_5fdir_7487',['set_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9bda4e24001c99d756c6104f67925e72',1,'amrex::ForkJoin']]], - ['set_5ftask_5foutput_5ffile_7488',['set_task_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acc05284c00f1aafed90fb1c2a2fd6386',1,'amrex::ForkJoin']]], - ['set_5ftime_5fstep_7489',['set_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#aa447937fa3bb442c94ce46cca5facd50',1,'amrex::TimeIntegrator::set_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa2dfdf9011fe5398e3aef23edc39d76a',1,'amrex::IntegratorBase::set_time_step(amrex::Real dt)']]], - ['set_5ftolerances_7490',['set_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa6a9eaa0e52db6d40074bfc02b9cacd0',1,'amrex::IntegratorBase::set_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a3d73596da85ccd3dbc7b5046533dc3f2',1,'amrex::TimeIntegrator::set_tolerances()']]], - ['setacoeffs_7491',['setACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb79fc965578886e2a266fc7404fd54e',1,'amrex::MLALaplacianT::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3897cf202c96a14a8d9733f25c5e750f',1,'amrex::MLEBABecLap::setACoeffs(int amrlev, const MultiFab &alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4c998b02361b80cb5324775e3d58f90b',1,'amrex::MLEBABecLap::setACoeffs(int amrlev, Real alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a50f7b86e67777f1fe45ccb4f91c9296d',1,'amrex::MLABecLaplacianT::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0dd9659e24893ff0ba46f4c68d10905c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, Real a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a03c4c02f78e751df19a97909bd55032c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, const MultiFab &a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aec0887e36eeb2fb1f1ba62f3877c8ef5',1,'amrex::PETScABecLap::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ade6e731e7392a70b13f66c6656631cdf',1,'amrex::Hypre::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a0f32ca25f6afb98cc7acbd3141465831',1,'amrex::MLABecLaplacianT::setACoeffs()']]], - ['setagglomeration_7492',['setAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5969085705dd33f4ed532326141d4c78',1,'amrex::LPInfo']]], - ['setagglomerationgridsize_7493',['setAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a2adef9e34d1e183d6fe240d63ac5e62a',1,'amrex::LPInfo']]], - ['setall_7494',['setall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'amrex::IndexTypeND::setall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'IndexTypeND< AMREX_SPACEDIM >::setall()']]], - ['setalloc_7495',['SetAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#ab455e0f8529af58aa33685251d0f736a',1,'amrex::FabInfo::SetAlloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a983cd10420d59f361b7420da90de5066',1,'amrex::MFInfo::SetAlloc(bool a) noexcept']]], - ['setallocsinglechunk_7496',['SetAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d61953b8663e6cbbcbb0f4669d81f77',1,'amrex::MFInfo']]], - ['setalpha_7497',['setAlpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3eca729943f3b29da314d62bcb5937d4',1,'amrex::MLEBNodeFDLaplacian::setAlpha()'],['../classHydro_1_1NodalProjector.html#a9769f81a3694553850294f8c7e8880f9',1,'Hydro::NodalProjector::setAlpha()']]], - ['setalwaysusebnorm_7498',['setAlwaysUseBNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9e64f7c34ec5abddc37f653b110a3230',1,'amrex::MLMGT']]], - ['setareanottotag_7499',['setAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aca274822a300bceaaa023cc330d441ba',1,'amrex::AmrLevel']]], - ['setarena_7500',['SetArena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a3df83b73b88ec8cea2e617ab5ba551e2',1,'amrex::FabInfo::SetArena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d77528f27f99ad698aa26c78da7e979',1,'amrex::MFInfo::SetArena()']]], - ['setarena_7501',['setArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a6cc91f415f75d3cbe8f2cd97a96b8e30',1,'amrex::PolymorphicArenaAllocator::setArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae83ccc99cebafd9a616419f206acfc72',1,'amrex::StateData::setArena()']]], - ['setbatchmode_7502',['SetBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a037f84af3602f01bce985c2ebdd4cf12',1,'amrex::DataServices']]], - ['setbc_7503',['setBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc',1,'amrex::setBC(const Box &bx, const Box &domain, int src_comp, int dest_comp, int ncomp, const Vector< BCRec > &bc_dom, Vector< BCRec > &bcr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0',1,'amrex::setBC(const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept']]], - ['setbcoeffs_7504',['setBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9088117f62b7fdf5ddf44a3cccea40eb',1,'amrex::MLEBABecLap::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6921ed5b8a0013c3264369854a7d0f12',1,'amrex::MLEBTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a41a0bab0f39a7886bee16b3db3253ef7',1,'amrex::MLEBABecLap::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab8caebdccf7fca99b02b592379019228',1,'amrex::PETScABecLap::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7c38bc186861725f433fa6a10b05604f',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, Real a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0a281f140e22682bba6d56183b2eaf33',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, const MultiFab &a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec6c60aa0be2285afbcb0ea8b13efe93',1,'amrex::MLTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aa85c8346fd88d47cf525b9ebd2d64322',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae025087505b611d886e4ce39371d6e21',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a469db0370bad5402adefe34c6a56abde',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, Vector< T > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a06fa308776f2f5601335602731480841',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, T beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa709ea8caddead35734c2c6aaba607d6',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, const Array< AMF const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a993feadb0ec999bd7f2d92717fd9c486',1,'amrex::Hypre::setBCoeffs()']]], - ['setbeta_7505',['setBeta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#adc4a60ef542a4e9f2ab766ab1a85a262',1,'amrex::MLCurlCurl::setBeta()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af850b6de810fc05e025ef44039fbc29a',1,'amrex::MLNodeTensorLaplacian::setBeta()']]], - ['setbig_7506',['setBig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'BoxND< AMREX_SPACEDIM >::setBig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'amrex::BoxND::setBig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'BoxND< AMREX_SPACEDIM >::setBig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'amrex::BoxND::setBig()']]], - ['setblockingfactor_7507',['SetBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf01c926d4f55d291a5d5a0e0b48c348',1,'amrex::AmrMesh::SetBlockingFactor(const IntVect &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3818b75f890359e9a8042f7a3b9e4e21',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< int > &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aba9a6c34f6e246926e9147ef3da5b535',1,'amrex::AmrMesh::SetBlockingFactor(int new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a04ba4d303b52fe2f1db1e7e23fca5c06',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< IntVect > &new_bf) noexcept']]], - ['setblpversion_7508',['SetBLPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a01a542102cfa448623fce9a0eac7cea9',1,'BLProfStats']]], - ['setbndry_7509',['setBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< FArrayBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::Mask >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::EBCellFlagFab >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::Mask >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::EBCellFlagFab >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555',1,'amrex::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< FArrayBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< IArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< IArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< TagBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< TagBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162',1,'amrex::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::CutFab >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'amrex::FabArray::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'amrex::FabArray::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::CutFab >::setBndry()']]], - ['setbndryfuncthreadsafety_7510',['setBndryFuncThreadSafety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5dde8b1156c069f9ec776cb778b2b1c8',1,'amrex::StateDescriptor']]], - ['setbndryvalues_7511',['setBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#accdac636c68436e7163d72917cba76c6',1,'amrex::InterpBndryDataT']]], - ['setbottommaxiter_7512',['setBottomMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afc23f31b4eca82ba3272587a8a9998ed',1,'amrex::MLMGT']]], - ['setbottomsmooth_7513',['setBottomSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2c1e8d8df826c5071a81e63e3aae54b4',1,'amrex::MLMGT']]], - ['setbottomsolver_7514',['setBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a781f8fc6334607f15d2ae45c1faeec50',1,'amrex::MLMGT']]], - ['setbottomtolerance_7515',['setBottomTolerance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af18713081439d6261cb03153792cc0e8',1,'amrex::MLMGT']]], - ['setbottomtoleranceabs_7516',['setBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1de7f802d64a3237a66a9b4a1f24dfe2',1,'amrex::MLMGT']]], - ['setbottomverbose_7517',['setBottomVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a002d46a5b24423762455f90086333f4b',1,'amrex::MLMGT::setBottomVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aebed57922b06a40a22b8e77048fade35',1,'amrex::OpenBCSolver::setBottomVerbose()']]], - ['setboundarygeometry_7518',['setBoundaryGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adfcea84d67ac5f1276111e2bb32007aa',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY, BoundaryPointList &IntersectLoZ, BoundaryPointList &IntersectHiZ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90bf34103118043a594a3e827f9f5e8b',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY) noexcept']]], - ['setboundarywidth_7519',['SetBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac85bd7e77961978803b66748f57c1a14',1,'amrex::AmrData']]], - ['setboundcond_7520',['setBoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa8cb046e06f3de6cb1db4be12ec87010',1,'amrex::BndryDataT::setBoundCond(Orientation face, int n, int comp, const BoundCond &bcn) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#afd3fdc202fd316dff91863242679263f',1,'amrex::BndryDataT::setBoundCond(Orientation face, const MFIter &mfi, int comp, const BoundCond &bcn) noexcept']]], - ['setboundloc_7521',['setBoundLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac308c460f9c083f2fd2326ca62cd1811',1,'amrex::BndryDataT::setBoundLoc(Orientation face, int n, value_type val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a85f08d239e69b27930ba8ba4e4c163c1',1,'amrex::BndryDataT::setBoundLoc(Orientation face, const MFIter &mfi, value_type val) noexcept']]], - ['setbox_7522',['setBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1f9a7e4c07b451d03fbcc905145005b7',1,'amrex::BoxIterator']]], - ['setboxarray_7523',['SetBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a404d43ca2363907df6d3206e892a220d',1,'amrex::AmrMesh']]], - ['setboxbc_7524',['setBoxBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5240bdd727e4e8b7ed90b3438ffb82df',1,'amrex::MLMGBndryT']]], - ['setboxes_7525',['setBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a31f3e491669d858c7c73e04d2ad6cb00',1,'amrex::BndryRegisterT']]], - ['setboxtype_7526',['SetBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< AtomicInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< Real >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< PetscInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< HYPRE_Int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< EBCellFlag >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< char >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'amrex::BaseFab::SetBoxType()']]], - ['setbuf_7527',['setBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0ab15576cd65ae5152ba609b54b24550',1,'amrex::VisMF']]], - ['setbuf_5fchar_5ftype_7528',['Setbuf_Char_Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a49a155dcc41cf64677c1b57df5dcfcb2',1,'amrex::VisMFBuffer']]], - ['setbulkviscosity_7529',['setBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#acbe31c08085ba7b2e1b6ae53e22b688c',1,'amrex::MLTensorOp::setBulkViscosity(int amrlev, Real kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a89529e15aedc1628aaa544645a9a8b39',1,'amrex::MLTensorOp::setBulkViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a386cf912b2462e16023d9dd81c527552',1,'amrex::MLEBTensorOp::setBulkViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a0e7d54919f40ee816e333ba1d531ecb8',1,'amrex::MLEBTensorOp::setBulkViscosity(int amrlev, Real kappa)']]], - ['setcfstrategy_7530',['setCFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a42792f43ae4cc1ee24acf959aa647958',1,'amrex::MLMGT']]], - ['setcheckfilepositions_7531',['SetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5fa42d848c0d0dc397ddf05fd16c5e16',1,'amrex::VisMF']]], - ['setcoarseboundaryvelocityforsync_7532',['setCoarseBoundaryVelocityForSync',['../classHydro_1_1NodalProjector.html#a1e281898c2ac2b4b93c9ddffe6e0a397',1,'Hydro::NodalProjector']]], - ['setcoarsefinebc_7533',['setCoarseFineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC()'],['../classHydro_1_1MacProjector.html#aa180608476662e8842d3f531fbcaf4bd',1,'Hydro::MacProjector::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept']]], - ['setcoarsefinebclocation_7534',['setCoarseFineBCLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'amrex::MLLinOpT::setCoarseFineBCLocation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBCLocation()']]], - ['setcoarseningstrategy_7535',['setCoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af44fe2628228f69789874df4dbcab755',1,'amrex::MLNodeLaplacian']]], - ['setcomplement_7536',['setComplement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< char >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< Real >::setComplement(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< Real >::setComplement(Real const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< int >::setComplement(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< int >::setComplement(int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< HYPRE_Int >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< char >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< AtomicInt >::setComplement(AtomicInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< AtomicInt >::setComplement(AtomicInt const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'amrex::BaseFab::setComplement(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'amrex::BaseFab::setComplement(T const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< HYPRE_Int >::setComplement()']]], - ['setcomponent_7537',['setComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3b6539c147eae1449f8b9ca1751d8867',1,'amrex::StateDescriptor::setComponent(int comp, const std::string &nm, const BCRec &bc, const BndryFunc &func, InterpBase *interp=nullptr, int max_map_start_comp=-1, int min_map_end_comp=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a70d556135903355292269f683db595f6',1,'amrex::StateDescriptor::setComponent(int comp, const std::string &nm, const BCRec &bc, const BndryFunc &func, InterpBase *interp, bool a_primary, int groupsize)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#aeeb4f83f275e3e879481880afd516c50',1,'amrex::DescriptorList::setComponent(int indx, int comp, const Vector< std::string > &nm, const Vector< BCRec > &bc, const StateDescriptor::BndryFunc &func, InterpBase *interp=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a509cf3b858a16175331faf1281adfd9d',1,'amrex::DescriptorList::setComponent(int indx, int comp, const std::string &nm, const BCRec &bc, const StateDescriptor::BndryFunc &func, InterpBase *interp=nullptr, int max_map_start_comp=-1, int min_map_end_comp=-1)']]], - ['setcomputenewdtonregrid_7538',['setComputeNewDtOnRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a764b896be65e37000e8974c62cd98032',1,'amrex::Amr']]], - ['setconfig_7539',['setConfig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)']]], - ['setconnected_7540',['setConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a1b691f1b39fa514056250ecdd9902098',1,'amrex::EBCellFlag::setConnected() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a024616425bcecbfc85fa2d13135f04f8',1,'amrex::EBCellFlag::setConnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a21debda402eb169cb267a0830cd97fae',1,'amrex::EBCellFlag::setConnected(int i, int j, int k) noexcept']]], - ['setconsolidation_7541',['setConsolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aae20ea49f949562cc31d87eb8e02cec1',1,'amrex::LPInfo']]], - ['setconsolidationgridsize_7542',['setConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a50655cba9bb48a63c7f0913e0ba8e21a',1,'amrex::LPInfo']]], - ['setconsolidationratio_7543',['setConsolidationRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ae8917bb5cf009969d7edf32ab9960056',1,'amrex::LPInfo']]], - ['setconsolidationstrategy_7544',['setConsolidationStrategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac70c612644339e1f9c5072fc9825b986',1,'amrex::LPInfo']]], - ['setconstant_7545',['setConstant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#abce888c0693fdd70003a6177b18d06a6',1,'amrex::Parser::setConstant()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a3c8c7c907890aaec6fdecdd249d24cff',1,'amrex::IParser::setConstant()']]], - ['setcoord_7546',['SetCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2bf1bf10c89e3d151b0ad49b2c1722fa',1,'amrex::CoordSys']]], - ['setcopiedfrom_7547',['SetCopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a6fb006c80650854a70d3f1dc2c3c4655',1,'amrex::XYPlotDataList']]], - ['setcovered_7548',['setCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5e64cb7ffa62b91cb2800ccea20aca3d',1,'amrex::EBCellFlag']]], - ['setcpumemory_7549',['SetCpuMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#aea2d408b112c9b365f345889eed6965f',1,'amrex::ArenaInfo']]], - ['setcpversion_7550',['SetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a962ff2aa0d88edf67c069815d8d92235',1,'BLProfStats::SetCPVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af33e60c5ccfea7a45165d97b41c98626',1,'CommProfStats::SetCPVersion()']]], - ['setcrsevolume_7551',['setCrseVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a6a278cbdb5d26d92153834df80c5bb26',1,'amrex::YAFluxRegisterT']]], - ['setcssize_7552',['SetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e78f62dca25bbb5a403a1de61686d9d',1,'BLProfStats::SetCSSize()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a199bfb0dca140f601d5aa32d3b08e23e',1,'CommProfStats::SetCSSize()']]], - ['setcsversion_7553',['SetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a288d870f5202f31347754539a025783f',1,'BLProfStats::SetCSVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a67c8995d1137a537f5d9cf8bcc9ab6',1,'RegionsProfStats::SetCSVersion()']]], - ['setcumtime_7554',['setCumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8440e6564a766f2aa1cf0670450b8523',1,'amrex::Amr']]], - ['setcustomrhs_7555',['setCustomRHS',['../classHydro_1_1NodalProjector.html#a11a56c47404c03454159765873c7d576',1,'Hydro::NodalProjector']]], - ['setdatasource_7556',['SetDataSource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac8ab6353c41ea4880d2b5e68e2465564',1,'amrex::AmrDataAdaptor::SetDataSource()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ae3854a759cdf938fcc037efa9ceee3b0',1,'amrex::AmrMeshDataAdaptor::SetDataSource()']]], - ['setderefine_7557',['SetDerefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa811e9e6c5b434b3a82bd25a8a21896c',1,'amrex::AMRErrorTagInfo']]], - ['setdevicememory_7558',['SetDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a6e2b5fae851f0abc6f11b3b60b41a515',1,'amrex::ArenaInfo']]], - ['setdevicesync_7559',['SetDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0fda064accf3be6a1e5637bff182bbc2',1,'amrex::MFItInfo']]], - ['setdirichletnodestozero_7560',['setDirichletNodesToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a76c83a76bea9715006d1c962471346aa',1,'amrex::MLCellABecLapT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ad08f58adbfad6d97a54eec4261b8ce46',1,'amrex::MLNodeLinOp::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'MLLinOpT< Array< MultiFab, 3 > >::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a1e1cf60387fbaec37d15c01e9f074ee5',1,'amrex::MLCurlCurl::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'amrex::MLLinOpT::setDirichletNodesToZero()']]], - ['setdirname_7561',['SetDirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4a257010ca68aeaa03e8b7b02c5e5e0e',1,'BLProfStats']]], - ['setdisconnected_7562',['setDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3e740def3688ae4182b55c2eef7773ac',1,'amrex::EBCellFlag::setDisconnected() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa3821fae6937052466356487d1bc25a3',1,'amrex::EBCellFlag::setDisconnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab7c742b707476ca618348efa1197f935',1,'amrex::EBCellFlag::setDisconnected(int i, int j, int k) noexcept']]], - ['setdistributionmap_7563',['SetDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a452a3c38dd51bc37e199abe772759a3b',1,'amrex::AmrMesh']]], - ['setdistributionmap_7564',['setDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a74036cca3383362145e0dd06a14a65ad',1,'amrex::StateData']]], - ['setdivu_7565',['setDivU',['../classHydro_1_1MacProjector.html#aa4a6c51af0f9f7f5a7cdb90af94bb452',1,'Hydro::MacProjector']]], - ['setdloga_7566',['SetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ab487c819b8467fb587f459b98d100897',1,'amrex::CoordSys']]], - ['setdomainbc_7567',['setDomainBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'amrex::MLLinOpT::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'amrex::MLLinOpT::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['../classHydro_1_1MacProjector.html#a4e1fa14e4ba6e059f9f9eef63853f68a',1,'Hydro::MacProjector::setDomainBC()'],['../classHydro_1_1NodalProjector.html#ae593958db08f625398b63457c51cfd0e',1,'Hydro::NodalProjector::setDomainBC()']]], - ['setdomainbcloc_7568',['setDomainBCLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBCLoc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'amrex::MLLinOpT::setDomainBCLoc()']]], - ['setdomainbndry_7569',['setDomainBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< TagBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< TagBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'amrex::FabArray::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'amrex::FabArray::setDomainBndry(value_type val, const Geometry &geom)']]], - ['setdtlevel_7570',['setDtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae63754ca7b99b0ebc7dca496b4689bc4',1,'amrex::Amr::setDtLevel(const Vector< Real > &dt_lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0a911dea6d732d72a00a493bd3205fe3',1,'amrex::Amr::setDtLevel(Real dt, int lev) noexcept']]], - ['setdtmin_7571',['setDtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a6ab52bdea5d9be7efd1f90548d8715',1,'amrex::Amr']]], - ['setdynamic_7572',['SetDynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a3eca2eae7ba9555f07544739396d8f57',1,'amrex::MFItInfo::SetDynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afaabf4f7bbf8f45e425237a5116fffda',1,'amrex::NFilesIter::SetDynamic()']]], - ['setebbulkviscosity_7573',['setEBBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a3aa0e1f0a27c29c4cf2f73d97c19e6b9',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, MultiFab const &kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a40042adfb1e5e140ede04d0e6de31267',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, Real kappa)']]], - ['setebdirichlet_7574',['setEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a780796d3dee5dfa89cba56c05383868d',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa5d24895fc813690a700fff13302d30',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a21036dcdb342fa89b6bc11b0cf730d04',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7f36dae9f70a37ded92faab9a89b4a52',1,'amrex::MLEBTensorOp::setEBDirichlet()']]], - ['setebhomogdirichlet_7575',['setEBHomogDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9acab9bf4580bb611d63434f8e2daeed',1,'amrex::MLEBABecLap::setEBHomogDirichlet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4fd75863f9948f2fc1c82336088f1d51',1,'amrex::MLEBTensorOp::setEBHomogDirichlet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a367adfeb7192bf75233d0d3176eb8fd9',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69dc896ed1e3c373ffed1364c14b39ea',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Real beta)']]], - ['setebshearviscosity_7576',['setEBShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7c8d573df03c82ad4c1bbb8cec38f6aa',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, MultiFab const &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a95ede9e3771119992924c74dbbd6a83d',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, Real eta)']]], - ['setebshearviscositywithinflow_7577',['setEBShearViscosityWithInflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ad4578df66187d70b495bee32c9833c90',1,'amrex::MLEBTensorOp']]], - ['setedgebcshi_7578',['SetEdgeBCsHi',['../namespaceHydroBC.html#a3a47bbbd8cc79009d41b04c27ebbd64f',1,'HydroBC']]], - ['setedgebcslo_7579',['SetEdgeBCsLo',['../namespaceHydroBC.html#a8ba2207a75496ee3c6d88f44233d645b',1,'HydroBC']]], - ['setenabled_7580',['setEnabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)']]], - ['setenableinverse_7581',['setEnableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fd86ef6591da68553312d8cc6321034',1,'amrex::NeighborParticleContainer']]], - ['setenforcesingularsolvable_7582',['setEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'MLLinOpT< Array< MultiFab, 3 > >::setEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'amrex::MLLinOpT::setEnforceSingularSolvable()']]], - ['seterrorhandler_7583',['SetErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a448749e34552187d2fa9254841970a6b',1,'amrex']]], - ['setextrapvelbcshi_7584',['SetExtrapVelBCsHi',['../namespaceHydroBC.html#a73e41c0b9b0337ef1c4d484c7a18d4d7',1,'HydroBC']]], - ['setextrapvelbcslo_7585',['SetExtrapVelBCsLo',['../namespaceHydroBC.html#a3db84e94f70bb83cddce24c02b206c27',1,'HydroBC']]], - ['setfab_7586',['setFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::EBCellFlagFab >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< TagBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::Mask >::setFab(int boxno, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::Mask >::setFab(int boxno, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< FArrayBox >::setFab(int boxno, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< FArrayBox >::setFab(int boxno, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< FArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< FArrayBox >::setFab(const MFIter &mfi, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< IArrayBox >::setFab(int boxno, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< IArrayBox >::setFab(int boxno, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< TagBox >::setFab(int boxno, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< TagBox >::setFab(const MFIter &mfi, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< TagBox >::setFab(const MFIter &mfi, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::EBCellFlagFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'amrex::FabArray::setFab(const MFIter &mfi, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'amrex::FabArray::setFab(const MFIter &mfi, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'amrex::FabArray::setFab(int boxno, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'amrex::FabArray::setFab(int boxno, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::CutFab >::setFab(int boxno, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::CutFab >::setFab(int boxno, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::EBCellFlagFab >::setFab()']]], - ['setfab_5fassert_7587',['setFab_assert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< TagBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< IArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::Mask >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::CutFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'amrex::FabArray::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< FArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::EBCellFlagFab >::setFab_assert()']]], - ['setfabio_7588',['setFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7a5acc633fa80ec1cb999be2c4bbdc02',1,'amrex::FArrayBox']]], - ['setfaboutsize_7589',['SetFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#abdbf701b94b7d6637e2669c3e5e86818',1,'amrex::DataServices']]], - ['setfacearea_7590',['SetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3036d0e98088cf5ce1478f81b6d02aea',1,'amrex::CoordSys']]], - ['setfaheadermapptr_7591',['SetFAHeaderMapPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0ae8938d03e0425949acee6bfdf003af',1,'amrex::StateData']]], - ['setfiletype_7592',['SetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2bfd78d92eae8d100a08f1b954c70483',1,'amrex::AmrData']]], - ['setfilter_7593',['SetFilter',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa386bd7cfe5d670537ff28fc6abd818a',1,'BLProfStats::SetFilter(FilterStatus fs, const std::string &rname, int rnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab2263e1e16de499efe38609fdea5f81b',1,'BLProfStats::SetFilter(FilterStatus fs)']]], - ['setfiltertimeranges_7594',['SetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a863b8a020da35bf11daf6c34ea5b55a0',1,'BLProfStats']]], - ['setfinalfillbc_7595',['setFinalFillBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aaf653324d55081effa4617316f6fed7f',1,'amrex::MLMGT']]], - ['setfinalsmooth_7596',['setFinalSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af409e46e36a83708948f57964d56e788',1,'amrex::MLMGT']]], - ['setfinestlevel_7597',['SetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab40e510f5cd8deda45eb675b82494808',1,'amrex::AmrMesh']]], - ['setfixdenormals_7598',['SetFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adbd417c0e8ee1019ce39cc3c35d0b06d',1,'amrex::RealDescriptor']]], - ['setfixediter_7599',['setFixedIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8d32d7e502abfe65f355e792f0fed5b7',1,'amrex::MLMGT']]], - ['setfnames_7600',['SetFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac7083da4606bbac9cd04c7ba4278a28a',1,'BLProfStats']]], - ['setformat_7601',['setFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6dd6c1696dd87f8345826bc2ca97cf56',1,'amrex::FArrayBox']]], - ['setfpexcept_7602',['setFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac',1,'amrex']]], - ['setfrequency_7603',['setFrequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)']]], - ['setgaussseidel_7604',['setGaussSeidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a910678e8eb5a82aaa5550910cb4ac3fb',1,'amrex::MLCellLinOpT::setGaussSeidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaa74c5ed1094317d719bffbe89f016c9',1,'amrex::MLNodeLaplacian::setGaussSeidel()']]], - ['setgeometry_7605',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afad5b72230c1ac0b5cc0874cad8d0f86',1,'amrex::ParticleLocator::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'amrex::AmrParticleLocator::setGeometry()']]], - ['setgeometry_7606',['SetGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa755628d0ad98daf37de1670e57d2364',1,'amrex::AmrMesh']]], - ['setgpercent_7607',['SetGPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2c9001171e52450c8d565a1f9106ef41',1,'BLProfStats']]], - ['setgraphregion_7608',['setGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a092d5e2b6a052f9620c9d3c3757ed1be',1,'amrex::Gpu']]], - ['setgrideff_7609',['SetGridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a77c262385b1bd0bfc96fec96347c041a',1,'amrex::AmrMesh']]], - ['setgroupsets_7610',['SetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0e5c0555decdea8a4d09c7eabff1a07d',1,'amrex::VisMF']]], - ['setgrowthfactor_7611',['SetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1',1,'amrex::VectorGrowthStrategy']]], - ['setharmonicaverage_7612',['setHarmonicAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2d7beea7bc93f71c8970977613d2ff08',1,'amrex::MLNodeLaplacian']]], - ['sethdf5fapl_7613',['SetHDF5fapl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2',1,'amrex']]], - ['setheaderversion_7614',['SetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2ce0e613077c3ec9c4c687628154c5ce',1,'amrex::VisMF']]], - ['sethi_7615',['setHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a0d3a7e55c3bd28f808e3d130879f762e',1,'amrex::BCRec::setHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#adfe0a1636b666203a0fc32be47c5bedb',1,'amrex::RealBox::setHi(const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a48f67e7be6f62e4e0ac416af2ca860fa',1,'amrex::RealBox::setHi(const Vector< Real > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a94d83eb3cb499791bd998169535994d8',1,'amrex::RealBox::setHi(const RealVect &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a5cc6185da0581780aa6e6411a60795e4',1,'amrex::RealBox::setHi(int dir, Real a_hi) noexcept']]], - ['sethiddendirection_7616',['setHiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a9c3339a35d018641c2d340cee364755e',1,'amrex::LPInfo']]], - ['sethomogvalues_7617',['setHomogValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a772640cb8d0030c7b6e69714d055d8e3',1,'amrex::InterpBndryDataT']]], - ['sethostalloc_7618',['SetHostAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a76a736ea531b11031bc4742c16ebfa67',1,'amrex::ArenaInfo']]], - ['sethyprenumsweeps_7619',['setHypreNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa3e3c7cdd1399a6569ead6da002cefcc',1,'amrex::Hypre']]], - ['sethypreolddefault_7620',['setHypreOldDefault',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a176164a0be65a008953835f054ed05bb',1,'amrex::Hypre']]], - ['sethypreoptionsnamespace_7621',['setHypreOptionsNamespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a69bd65a7f09331727ec3606700f744b7',1,'amrex::Hypre::setHypreOptionsNamespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9f80d1c81a4fc95cd42b3741dbccbacd',1,'amrex::HypreNodeLap::setHypreOptionsNamespace()']]], - ['sethyprerelaxorder_7622',['setHypreRelaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ae6d9ce8d191fe74154cb322a83647c65',1,'amrex::Hypre']]], - ['sethyprerelaxtype_7623',['setHypreRelaxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a405012151d7a1605c76dc277321f8413',1,'amrex::Hypre']]], - ['sethyprestrongthreshold_7624',['setHypreStrongThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a3709ca6588e8a170458aca0425335169',1,'amrex::Hypre']]], - ['setinfo_7625',['SetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ae91e33103b6e12dcf0a643a8904a74c1',1,'amrex::AMRErrorTag']]], - ['setinitdatablocks_7626',['SetInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#abde311b30f111d93f7fbfed009773e76',1,'RegionsProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ac2f5f0735dd866d4d9dddd8e9192c94f',1,'CommProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a77c0419013558c7dc97b630646404ce4',1,'BLProfStats::SetInitDataBlocks()']]], - ['setinitsnan_7627',['SetInitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07',1,'amrex']]], - ['setinitsolnzeroed_7628',['setInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7193b703cfcb637ad19ed8b60c53f3cb',1,'amrex::MLCGSolverT']]], - ['setintcommcomp_7629',['setIntCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a63cbb0b5b6c81df9e4321148bc960f32',1,'amrex::NeighborParticleContainer']]], - ['setiobuffersize_7630',['SetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6408b3042dc48515b0c3722c43826f03',1,'amrex::VisMFBuffer']]], - ['setismatrixsingular_7631',['setIsMatrixSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ace6b42d6b4d28b5aeb6d0ae4ced033f1',1,'amrex::Hypre']]], - ['setissingular_7632',['setIsSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9742734763060b16ce1f99bc43de3bef',1,'amrex::HypreMLABecLap']]], - ['setiteratetofalse_7633',['SetIterateToFalse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2c473ca991e89cf526fa0ecd967a7217',1,'amrex::AmrMesh']]], - ['setlaunchregion_7634',['setLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a9f755b4680ecd261e7416fda7ca2b5bb',1,'amrex::Gpu']]], - ['setlevel_7635',['SetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a523062418a8d9a4207077fa87b98d521',1,'amrex::XYPlotDataList']]], - ['setlevelbc_7636',['setLevelBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaf162a4471fc9b3a7121d9579fea518',1,'amrex::MLCellLinOpT::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a06eca5d2d85df13a44bec68fb491e02d',1,'amrex::MLCurlCurl::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'amrex::MLLinOpT::setLevelBC(int, const MF *, const MF *=nullptr, const MF *=nullptr, const MF *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'amrex::MLLinOpT::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int, const Array< MultiFab, 3 > *, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a85ee06a6171baffc7d8ba4e7470a44ef',1,'amrex::MLNodeLinOp::setLevelBC()'],['../classHydro_1_1MacProjector.html#a14a612ac0c0042ac9e24fbdab72081df',1,'Hydro::MacProjector::setLevelBC()']]], - ['setlevelcount_7637',['setLevelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac5745e35deb1c5f1c6d8585cffe9605d',1,'amrex::Amr']]], - ['setleveldirectoriescreated_7638',['SetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'amrex::ParticleContainer_impl::SetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetLevelDirectoriesCreated()']]], - ['setleveldirectorycreated_7639',['SetLevelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a33b3a3f0806c790a05f39fae227042a0',1,'amrex::AmrLevel']]], - ['setlevelsteps_7640',['setLevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cfac74af2f249a6addd2637d24cb758',1,'amrex::Amr']]], - ['setlo_7641',['setLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a06a08fc2ff5eb243e5b56ad66734fd55',1,'amrex::RealBox::setLo(int dir, Real a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad17a084669ca15c44ee367f21a9ffc68',1,'amrex::RealBox::setLo(const RealVect &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad513c995fcf5ff2ca68ea4a1ca78a9f7',1,'amrex::RealBox::setLo(const Vector< Real > &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a1130b16abd9291592ada32965f8d3201',1,'amrex::RealBox::setLo(const Real *a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7b9f9505622e2fa14b13aebd7f417d8f',1,'amrex::BCRec::setLo()']]], - ['setlobndryconds_7642',['setLOBndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ab6609bf57c735a9ebbf08bd4944dffef',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, IntVect const &ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4968262312aabecee36bc2bde40ab80c',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, int ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad300e8ff5b343bdc22725143e1005469',1,'amrex::MLCellLinOpT::BndryCondLoc::setLOBndryConds()']]], - ['setmapped_7643',['setMapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aa9baddb5a30572ac9597f98e6037b801',1,'amrex::MLNodeLaplacian']]], - ['setmaxcoarseninglevel_7644',['setMaxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a4a7b1b85ca071370a9a98488be7dd5dc',1,'amrex::LPInfo']]], - ['setmaxfmgiter_7645',['setMaxFmgIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a034852dcdb062a30ca616eb0363d202b',1,'amrex::MLMGT']]], - ['setmaxfnumber_7646',['SetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a522a3e0fdfe26feeb6fca90122db85eb',1,'RegionsProfStats']]], - ['setmaxgridsize_7647',['SetMaxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae26f4d197dc68e2d26837b8ad0043dbe',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< int > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad6695b6090e726ea6bc405a7d3a75be8',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< IntVect > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a964c875f4546f513fb285e2f90278473',1,'amrex::AmrMesh::SetMaxGridSize(const IntVect &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4612b4d9b23253095da92c3e323ffd73',1,'amrex::AmrMesh::SetMaxGridSize(int new_mgs) noexcept']]], - ['setmaxiter_7648',['setMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afee26760c3b6fd120a20bead9d849ce4',1,'amrex::MLMGT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#adaf95795df6022fbffaeea323e4df3e0',1,'amrex::MLCGSolverT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a2eca9fbfceb38d605125d13abdf96b44',1,'amrex::HypreMLABecLap::setMaxIter()']]], - ['setmaxiters_7649',['setMaxIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'amrex::GMRES::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'GMRES< MF, GMRESMLMGT< MF > >::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ae47a754ba15bd25bcb9b10f95b590364',1,'amrex::GMRESMLMGT::setMaxIters()']]], - ['setmaxlevel_7650',['SetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ad718a00a1cc39585c9a7f5d631d76a06',1,'amrex::AMRErrorTagInfo']]], - ['setmaxorder_7651',['setMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'amrex::MLLinOpT::setMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'MLLinOpT< Array< MultiFab, 3 > >::setMaxOrder()']]], - ['setmaxrnumber_7652',['SetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e570ba8a5d7336446bd4de9d553bd6a',1,'BLProfStats']]], - ['setmaxsemicoarseninglevel_7653',['setMaxSemicoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab79eab223be7acae5356f6a9e1fdb0fc',1,'amrex::LPInfo']]], - ['setmaxtime_7654',['SetMaxTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7804b1aaad0f9423c2bd6505d4582845',1,'amrex::AMRErrorTagInfo']]], - ['setmetricterm_7655',['setMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ad52d1c9d3214bf62a03f3a41ca82a34c',1,'amrex::LPInfo']]], - ['setmffileinstreams_7656',['SetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abda03b733e4f5e0b9f005f764f1a5b65',1,'amrex::VisMF']]], - ['setmindigits_7657',['SetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ba8e895b17fe1e7c39d318b1e1ed9f8',1,'amrex::NFilesIter']]], - ['setmintime_7658',['SetMinTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ab82515699c685077e28466f7d98724de',1,'amrex::AMRErrorTagInfo']]], - ['setmultighost_7659',['setMultiGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7d9c921734d6199c74f9ce44f81eba81',1,'amrex::FabArrayBase']]], - ['setmultivalued_7660',['setMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7f74f489036a678a56c421c828b393b6',1,'amrex::EBCellFlag']]], - ['setncycle_7661',['setNCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a189778c804c9127f8792d32cd927ecd7',1,'amrex::Amr']]], - ['setnewtimelevel_7662',['setNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9abd20c02f978ad493cfe44eec3dec13',1,'amrex::StateData']]], - ['setnghost_7663',['setNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac578fcc67a6e49ae96d7578ce36c508f',1,'amrex::MLCGSolverT']]], - ['setngrow_7664',['SetNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8e2bdc864ffe06bd8e43902689bb624a',1,'amrex::AMRErrorTag']]], - ['setngrowfilled_7665',['setNGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2ad51584223d99ae31e86bf9a21c10b7',1,'amrex::FabArrayBase']]], - ['setnormalizationthreshold_7666',['setNormalizationThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5184c0395e2b615863f958c9a057f6d2',1,'amrex::MLNodeLaplacian']]], - ['setnosyncregion_7667',['setNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a361fc388a79423386fd65e7dfe189f57',1,'amrex::Gpu']]], - ['setnoutfiles_7668',['SetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a12f990c53f9abf19fdd7c10f14eae38b',1,'amrex::VisMF::SetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1cbbd755f92181dadd9dbdbd81d92efb',1,'BLProfStats::SetNOutFiles(const int nof)']]], - ['setnprocs_7669',['SetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5b9e541dff4023978e381b997dbcc00b',1,'BLProfStats']]], - ['setnproper_7670',['SetNProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee314c43754854d98fc25ce6cd278796',1,'amrex::AmrMesh']]], - ['setnsolve_7671',['setNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a309402aeb490c7011bbdc724dfb20e98',1,'amrex::MLMGT']]], - ['setnsolvegridsize_7672',['setNSolveGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a52db13d6134d518279dce357d082ed35',1,'amrex::MLMGT']]], - ['setnumlevels_7673',['setNumLevels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a118f6ee0ff0a2b597f7465fbfa1ae3e2',1,'amrex::ParticleCopyOp']]], - ['setnumneighbors_7674',['setNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a06cb98e187a840616cfd0c681f596ab2',1,'amrex::StructOfArrays::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3418dd871a28056a9d8aa3ba12a016f6',1,'amrex::ParticleTile::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3b1f7c4d9324b6ce179d86299b1ba853',1,'amrex::ArrayOfStructs::setNumNeighbors()']]], - ['setnumstreams_7675',['SetNumStreams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a23dbb25432836874b6aa0885ff91e1c5',1,'amrex::MFItInfo']]], - ['setnumthreadsmin_7676',['setNumThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a6693f142f50d3d5683ee44892c3f155a',1,'amrex::Gpu::Device']]], - ['setoffset_7677',['SetOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aded987526da2665b805f491a3544ccd8',1,'amrex::CoordSys']]], - ['setoldtimelevel_7678',['setOldTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a174f384ed70022d265210fb0ffa0f448',1,'amrex::StateData']]], - ['setoptions_7679',['setOptions',['../classHydro_1_1NodalProjector.html#ac44569cae9df9f860be927c345ae18a8',1,'Hydro::NodalProjector::setOptions()'],['../classHydro_1_1MacProjector.html#a0e486b82b991320eb741d655f11e7c4e',1,'Hydro::MacProjector::setOptions()']]], - ['setordering_7680',['setOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a52578eab1d0f7cc7547af989033e82b6',1,'amrex::FArrayBox']]], - ['setoversetmask_7681',['setOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afa9f37a1e4264b48744a5110fdb1c4ec',1,'amrex::MLNodeLinOp']]], - ['setpargdb_7682',['SetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a390bb96be3157bd1a0bf97fe3167e14b',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2b8152157d1ecf4129a015d2a8ead5ff',1,'amrex::ParticleContainerBase::SetParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a3a466989f4aa9bba5b055e42d48ee936',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)']]], - ['setparserprefix_7683',['SetParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa1549749aa28417bed7bb7a9d5a99810',1,'amrex::ParmParse']]], - ['setparticleboxarray_7684',['SetParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8fa510470316026fa5b4ac4cf18a29c5',1,'amrex::AmrParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1165cc254c92620732eecdf3d1d44d14',1,'amrex::ParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac3cf1b27511fecf4ab3f23a90f5f0e4c',1,'amrex::ParGDBBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a79aa4f01ee0c767eb5f92c5cfed9485d',1,'amrex::ParticleContainerBase::SetParticleBoxArray()']]], - ['setparticledistributionmap_7685',['SetParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a88824bfe0471d8b133c5aa798b87c25f',1,'amrex::AmrParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1e01e231a9f26bf287a483608281173d',1,'amrex::ParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1635970789eadd3987d1011e60cf3003',1,'amrex::ParGDBBase::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0efe211fbdf5d6759cd3a045622e0250',1,'amrex::ParticleContainerBase::SetParticleDistributionMap(int lev, DistributionMapping new_dmap)']]], - ['setparticlegeometry_7686',['SetParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89426801f817c951b25e9748f669d3ce',1,'amrex::ParticleContainerBase::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ace841700df06aa193ec553e98c6fb600',1,'amrex::AmrParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3efa366c1a89f28934b8ce6f0ebebd98',1,'amrex::ParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1aa41e46d76fa08134ec8f657692c718',1,'amrex::ParGDBBase::SetParticleGeometry()']]], - ['setparticleidandcpu_7687',['SetParticleIDandCPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265',1,'amrex']]], - ['setparticlesize_7688',['SetParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'amrex::ParticleContainer_impl::SetParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetParticleSize()']]], - ['setperiodicity_7689',['setPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a07025080452434734ae74c23e9f97224',1,'amrex::Geometry']]], - ['setphioncentroid_7690',['setPhiOnCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1b6b64134bb5a73a43da2d2aaefbbf53',1,'amrex::MLEBABecLap']]], - ['setphysbndryvalues_7691',['setPhysBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a24af38cde0573af0a4557b5e165690ff',1,'amrex::InterpBndryDataT']]], - ['setphysboundaryvalues_7692',['setPhysBoundaryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2f324e3977de1beef5d204c04be51f4a',1,'amrex::AmrLevel']]], - ['setpinmesh_7693',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge::setPinMesh(int apinMesh)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge::setPinMesh(int apinMesh)']]], - ['setpinmesh_7694',['SetPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af95203532e6b05769deed97d8015911b',1,'amrex::AmrMeshDataAdaptor::SetPinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb2aa16f7cb72eebdd278083cc8616ef',1,'amrex::AmrDataAdaptor::SetPinMesh()']]], - ['setplotvariables_7695',['setPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a8023d9fbf7106fe39977f43d1b07460e',1,'amrex::AmrLevel']]], - ['setpostsmooth_7696',['setPostSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6207d80df231723fb69683f66f5ce6d0',1,'amrex::MLMGT']]], - ['setpoststepregrid_7697',['setPostStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3740e0877382738d1cd8d382909ef855',1,'amrex::AmrLevel']]], - ['setpoutbasename_7698',['setPoutBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606',1,'amrex']]], - ['setprecision_7699',['SetPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7c4b1f95c46cd9f3e0435d36b25af7ca',1,'amrex::Print::SetPrecision()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a3e38d76f3f46409cbf9fa81259641906',1,'amrex::PrintToFile::SetPrecision()']]], - ['setprecision_7700',['setPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a767556bba83027cac8eeecd67726aab8',1,'amrex::FArrayBox']]], - ['setprecondnumiters_7701',['setPrecondNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3e4c31b46aeea964f7e6bf8798c3adea',1,'amrex::GMRESMLMGT']]], - ['setpreferred_7702',['SetPreferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a8e8c57c71dcb35c394ddcd580388169f',1,'amrex::ArenaInfo']]], - ['setpresmooth_7703',['setPreSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a198deef7be3c836a4e4262aeeb0d70ac',1,'amrex::MLMGT']]], - ['setprobdomain_7704',['SetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4384bbd33d251a318b16a586333a54fc',1,'CommProfStats']]], - ['setproc_7705',['SetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad95846d17258a184db9a6df8a86c158d',1,'BLProfStats']]], - ['setpropertyofzero_7706',['setPropertyOfZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a56349014c0d985e20f66cb789fc37d9f',1,'amrex::GMRESMLMGT']]], - ['setptr_7707',['setPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< PetscInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'amrex::BaseFab::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< AtomicInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< char >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< EBCellFlag >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< HYPRE_Int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< Real >::setPtr()']]], - ['setrange_7708',['setRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'amrex::BoxND::setRange()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'BoxND< AMREX_SPACEDIM >::setRange()']]], - ['setreadbuffersize_7709',['SetReadBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0e8add3f679863e8b4e09d5a681f3bd4',1,'amrex::RealDescriptor']]], - ['setreadonly_7710',['SetReadOnly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a17188b136da5e99440f925f648366292',1,'amrex::ArenaInfo']]], - ['setrealbox_7711',['SetRealBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a3dc671430b63a9d4a3acde3473987d37',1,'amrex::AMRErrorTagInfo']]], - ['setrealcommcomp_7712',['setRealCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c5eaf4a73e02b631f586b8d9eaa9b44',1,'amrex::NeighborParticleContainer']]], - ['setrecorddatainfo_7713',['setRecordDataInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1569c279c9f53680c034fa8412aec447',1,'amrex::Amr']]], - ['setrecordgridinfo_7714',['setRecordGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1019472407f6945a0f73f610fc1fd497',1,'amrex::Amr']]], - ['setrecordruninfo_7715',['setRecordRunInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9bbbb5b286faccc02c5b6b90b4184c6a',1,'amrex::Amr']]], - ['setrecordruninfoterse_7716',['setRecordRunInfoTerse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af19da464ed538fdb371cfc74ff3ac469',1,'amrex::Amr']]], - ['setreduction_7717',['setReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a04a95c0948c5e2da94c3236ae7668edb',1,'amrex::Gpu::KernelInfo']]], - ['setrefratio_7718',['SetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a7c7ec72dddbcaab79c7e37eb90fbb3',1,'CommProfStats']]], - ['setregiontimeranges_7719',['SetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae023b91eb3ee3bf6028a097d14279eee',1,'BLProfStats::SetRegionTimeRanges(const amrex::Vector< amrex::Vector< amrex::Vector< TimeRange > > > &rtr)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab91fda15e1bba727710584a087572686',1,'BLProfStats::SetRegionTimeRanges(const TimeRange &tr, const int n, const int r, const int t)']]], - ['setregular_7720',['setRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a415368e4a55ec46befc98b59361a4237',1,'amrex::EBCellFlag']]], - ['setregularlevel_7721',['setRegularLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa134f8da748d28d9c016c9ccf35e0276',1,'amrex::EB2::Level']]], - ['setreleasethreshold_7722',['SetReleaseThreshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a65b5aebfacd9fcffe1532a1f0a4968df',1,'amrex::ArenaInfo']]], - ['setrestartlength_7723',['setRestartLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'amrex::GMRES::setRestartLength()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'GMRES< MF, GMRESMLMGT< MF > >::setRestartLength()']]], - ['setrunongpu_7724',['setRunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a7f2087821b195338a4b6f62bdf0ab2ae',1,'amrex::StateDescriptor::BndryFunc']]], - ['setrz_7725',['setRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7aa065c26dda1e04e7433b12f6c09648',1,'amrex::MLEBNodeFDLaplacian']]], - ['setrzcorrection_7726',['setRZCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad6fc7d27c22cd096b77b9bb7d2b4f66d',1,'amrex::MLNodeLaplacian']]], - ['setscalars_7727',['setScalars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ac497cc99508dff6311d584d7e0636ce8',1,'amrex::Hypre::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af60aa5f93df4defa5142afa10ede59ef',1,'amrex::MLABecLaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a41aaec43d94c9d9246f9f2a8219b0b33',1,'amrex::MLALaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6ec4dbd1f4658dc7cd6ef708b3968c4c',1,'amrex::MLCurlCurl::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad3027675177497cdb23a984a50ebcb12',1,'amrex::MLEBABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa2615f55a027cc9678c8fad74fd8f7ff',1,'amrex::MLNodeABecLaplacian::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aea6aef5fab439e43995892519fee28b6',1,'amrex::PETScABecLap::setScalars()']]], - ['setsemicoarsening_7728',['setSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a45b2ff9402b86070a36448a89c4e6e8a',1,'amrex::LPInfo']]], - ['setsemicoarseningdirection_7729',['setSemicoarseningDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#adbc91f7b18c419f5e1be642d15a28e5e',1,'amrex::LPInfo']]], - ['setsetbuf_7730',['SetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af73ff9fbd9a91c471bfbe750de045fb9',1,'amrex::VisMF']]], - ['setshared_7731',['SetShared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aab98a8a0ea2fe15e00d08626d0015205',1,'amrex::FabInfo']]], - ['setshearviscosity_7732',['setShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6907d1c2b45662f70a24cc5deef001ca',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a514d2b861724430a7a0d3182bbf26d06',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af6d48bd951e581c0766cec582a9c85a3',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#abae8fb16d0725b3c3c728079359e8d4b',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, Real eta)']]], - ['setshowbody_7733',['SetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac3e2ebf3a95fc625bf57908fe1d07585',1,'amrex::AmrData']]], - ['setsigma_7734',['setSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab81f654708d4756a07160c7eaa343d48',1,'amrex::MLEBNodeFDLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aacdcbb450e721a927c9697c8b10e3c0c',1,'amrex::MLNodeTensorLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a4cbcb13e082363d597268b6523f72470',1,'amrex::MLNodeLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae912d5edf5cef0c5118f70ba1bf9aa4f',1,'amrex::MLEBNodeFDLaplacian::setSigma()']]], - ['setsinglestreamregion_7735',['setSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae31e2a43c93959ebf7aa6bd6f564d85c',1,'amrex::Gpu']]], - ['setsinglevalued_7736',['setSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ace9da28b2b2d5ddcc0ac50ed1efc84a1',1,'amrex::EBCellFlag']]], - ['setskippltlines_7737',['SetSkipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae3bed0818b249c54dd2b51368264dd72',1,'amrex::AmrData']]], - ['setsmall_7738',['setSmall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'BoxND< AMREX_SPACEDIM >::setSmall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'amrex::BoxND::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'amrex::BoxND::setSmall(int dir, int sm_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'BoxND< AMREX_SPACEDIM >::setSmall()']]], - ['setsmallplotvariables_7739',['setSmallPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adf299b915ff9411e6684762c72da84bc',1,'amrex::AmrLevel']]], - ['setsmoothnumsweeps_7740',['setSmoothNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#acf2ee340ce60a3e241d9d06e4d14db59',1,'amrex::MLNodeLinOp']]], - ['setsolver_7741',['setSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e6d43c5befb02185a364de58415471b',1,'amrex::MLCGSolverT']]], - ['setsparsefpp_7742',['SetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4502510b5b15f7e87226e43367e1923a',1,'amrex::NFilesIter']]], - ['setstarttime_7743',['setStartTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6f9ae291b9b51ed55c83ff49e418fc49',1,'amrex::Amr']]], - ['setstaticboundarywidth_7744',['SetStaticBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a45d9b6c2a9fff2fce88fccc4deed8b62',1,'amrex::AmrData']]], - ['setstream_7745',['setStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a02723429d759214d88aab6044423995e',1,'amrex::Gpu::Device']]], - ['setstreamindex_7746',['setStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a32697ec1849354e2ed52dbdb67e4cc55',1,'amrex::Gpu::Device']]], - ['setsuperparticle_7747',['setSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle(const SuperParticleType &sp, int index) const noexcept']]], - ['setsyncresidualcrse_7748',['setSyncResidualCrse',['../classHydro_1_1NodalProjector.html#aa4c60977d0d8d2c28545871cddb5d19e',1,'Hydro::NodalProjector']]], - ['setsyncresidualfine_7749',['setSyncResidualFine',['../classHydro_1_1NodalProjector.html#a305714866f853d54f6b3492226e692ad',1,'Hydro::NodalProjector']]], - ['settag_7750',['SetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#addb772907b0ba233d79468968d823b80',1,'amrex::MFInfo::SetTag(const char *t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a810a0fb9b39d3a0d313f44d2b4d09ef2',1,'amrex::MFInfo::SetTag() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#af21be827e6eb2fd48530caecff10482a',1,'amrex::MFInfo::SetTag(const std::string &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a09865d39fb552bb0fa800934f1b1fa6d',1,'amrex::MFInfo::SetTag(T &&t, Ts &&... ts) noexcept']]], - ['setthrowexception_7751',['setThrowException',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a891052eaf3fafd326e6509c4bb1996bf',1,'amrex::MLMGT']]], - ['settimelevel_7752',['setTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5b311a4d4139cce9025d1c41d28586b1',1,'amrex::AmrLevel::setTimeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a8e6217ecac0e2a8d99ce273835b20e91',1,'amrex::StateData::setTimeLevel()']]], - ['settozero_7753',['setToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aa7abf628225cd94e5163b1400f549417',1,'amrex::GMRESMLMGT']]], - ['settype_7754',['setType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'amrex::BoxND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'IndexTypeND< AMREX_SPACEDIM >::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'amrex::IndexTypeND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a57d4f25c01e84b842b1456dee7985600',1,'amrex::EBCellFlagFab::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'BoxND< AMREX_SPACEDIM >::setType()']]], - ['setumac_7755',['setUMAC',['../classHydro_1_1MacProjector.html#ae011104055a3d9ba560bf411c33b60df',1,'Hydro::MacProjector']]], - ['setup_7756',['Setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9b691763a32026e16671e3213068f745',1,'amrex::Geometry']]], - ['setup_7757',['setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abb5bbeb49ef28654739d90718147285c',1,'amrex::HypreMLABecLap']]], - ['setupmaps_7758',['setUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a97b4e7ac1dadacb050889cd919123863',1,'amrex::StateDescriptor']]], - ['setupmri_7759',['SetupMRI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adf527e87fa79a752e7173b562eb55bd9',1,'amrex::SundialsIntegrator']]], - ['setuprk_7760',['SetupRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4d5f9d59a1de4f0cb97ae4984a7c6b03',1,'amrex::SundialsIntegrator']]], - ['setusedynamicsetselection_7761',['SetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae5edd64d22f48b760a17f2e1c7369df6',1,'amrex::VisMF']]], - ['setusenewchop_7762',['SetUseNewChop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a54d57857c4dd3aa50841ec74a13d4e4c',1,'amrex::AmrMesh']]], - ['setusepcg_7763',['setUsePCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ab5ad6803cca78078368567c0c4ee1ed0',1,'amrex::MLCurlCurl']]], - ['setusepersistentifstreams_7764',['SetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae3d6b0ee4099108fc70fff4deb69b738',1,'amrex::VisMF']]], - ['setuseprepost_7765',['SetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'amrex::ParticleContainer_impl::SetUsePrePost()']]], - ['setusesingleread_7766',['SetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6142ed0a2ebee84b7961a5f429a3f4de',1,'amrex::VisMF']]], - ['setusesinglewrite_7767',['SetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2a642eb132677ff8e2cda24a665def96',1,'amrex::VisMF']]], - ['setusesynchronousreads_7768',['SetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a97d811af2fd976d508e3f0cb4460c0fb',1,'amrex::VisMF']]], - ['setuseunlink_7769',['SetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'amrex::ParticleContainer_impl::SetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUseUnlink()']]], - ['setval_7770',['setVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::Mask >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::Mask >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::Mask >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::Mask >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::Mask >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::Mask >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< FArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::CutFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::CutFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::CutFab >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< HYPRE_Int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< TagBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< TagBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< TagBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab5e8da6e6afc2500eda235e22a485dda',1,'amrex::FabSetT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< TagBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#affc018df5ca039abaf4ffb0fd51e8619',1,'amrex::FabSetT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'amrex::IntVectND::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'IntVectND< AMREX_SPACEDIM >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a22eb86768e17886d036bc065094ce343',1,'amrex::MultiCutFab::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a6c6aeca9f57fbbdab3eb907b9b495bd4',1,'amrex::TagBoxArray::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c',1,'amrex::setVal(MF &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd',1,'amrex::setVal(Array< MF, N > &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< IArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< FArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< FArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< IArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< IArrayBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< IArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< IArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< TagBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< PetscInt >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< int >::setVal(int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< int >::setVal(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< int >::setVal(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< PetscInt >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< EBCellFlag >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< PetscInt >::setVal(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< Real >::setVal(Real const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< Real >::setVal(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< Real >::setVal(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a005714dcfffa4635a7261f525892ac37',1,'amrex::BndryRegisterT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< AtomicInt >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::CutFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< char >::setVal(char const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< char >::setVal(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< char >::setVal(char const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::CutFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'amrex::BaseFab::setVal(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'amrex::BaseFab::setVal(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'amrex::BaseFab::setVal(T const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'amrex::FabArray::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'amrex::FabArray::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'amrex::FabArray::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'amrex::FabArray::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'amrex::FabArray::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'amrex::FabArray::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)']]], - ['setvalif_7771',['setValIf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< EBCellFlag >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< Real >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'amrex::BaseFab::setValIf(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'amrex::BaseFab::setValIf(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< char >::setValIf(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< char >::setValIf(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< EBCellFlag >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< int >::setValIf(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< int >::setValIf(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< Real >::setValIf(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept']]], - ['setvalifnot_7772',['setValIfNot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< Real >::setValIfNot(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< Real >::setValIfNot(Real const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< Real >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< char >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'amrex::BaseFab::setValIfNot(T const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'amrex::BaseFab::setValIfNot(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'amrex::BaseFab::setValIfNot(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< char >::setValIfNot(char const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< char >::setValIfNot(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< int >::setValIfNot(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< int >::setValIfNot(int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< HYPRE_Int >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< EBCellFlag >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< int >::setValIfNot()']]], - ['setvalue_7773',['setValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#acf8b7ee0ecbe4e7a753b470251c106d0',1,'amrex::BndryDataT']]], - ['setverbose_7774',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a55836d3122a77f927534e5e1d017342c',1,'BLProfStats::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac9e1d5f47bb112898e4bf7f56d738f0a',1,'amrex::ForkJoin::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757',1,'amrex::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93023ed252fb2a08657bbdfa7ccc6a87',1,'amrex::AmrData::SetVerbose()']]], - ['setverbose_7775',['setVerbose',['../classHydro_1_1NodalProjector.html#a8a1d865371bafe8385cbfcbbc8b0b91e',1,'Hydro::NodalProjector::setVerbose()'],['../classHydro_1_1MacProjector.html#a0421fceb4701fda980091df297a21183',1,'Hydro::MacProjector::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a580b216cdd0cc4085925ba398137c59a',1,'amrex::PETScABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a657ff95ca0e408729e171ef2a3ca2141',1,'amrex::OpenBCSolver::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a583837639457c1be71a4293604fb461d',1,'amrex::MLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'MLLinOpT< Array< MultiFab, 3 > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'amrex::MLLinOpT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a2579b4ef8718da67e5d5e499b4c484c1',1,'amrex::MLCGSolverT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5e66262b6c3958c576c2f3cd6c3a08e3',1,'amrex::HypreMLABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1aa001ef00cb82f298c761cbf61de2e1',1,'amrex::Hypre::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a51b0cd328dd0bb2bf71ff67d266b673b',1,'amrex::GMRESMLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'GMRES< MF, GMRESMLMGT< MF > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'amrex::GMRES::setVerbose()']]], - ['setverbose_7776',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a50ba1e91e9681699bf5c1a32be2814e6',1,'amrex::ParmParse::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2a0f56f8b64e6c0315442033ebd79fac',1,'amrex::ParticleContainerBase::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a998f1813f57b8415140b26966fd0f86c',1,'amrex::VisMF::SetVerbose()']]], - ['setvfeps_7777',['SetVfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab2473a7e3aa4aaa9e89dfa521add4252',1,'amrex::AmrData']]], - ['setvolume_7778',['SetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7d18b648e6020f7b18907a2a96c8b4fd',1,'amrex::CoordSys']]], - ['setvolumeweighting_7779',['SetVolumeWeighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aab42331c47167778993cf79cd0689549',1,'amrex::AMRErrorTagInfo']]], - ['setwritebuffersize_7780',['SetWriteBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aae779778e03e99a52811ac1e3460f4d2',1,'amrex::RealDescriptor']]], - ['setwritetolevel_7781',['SetWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aedf7787e5d78a2ec4920bdae6f1033c2',1,'amrex::DataServices']]], - ['setxbcs_7782',['SetXBCs',['../namespaceEBGodunovBC.html#a95fe61ec1acf2cf81ce6b99cceac75e3',1,'EBGodunovBC::SetXBCs()'],['../namespacePPM.html#a90c9fcca9c5e4a4098dcccf9aaead891',1,'PPM::SetXBCs()']]], - ['setxhi_7783',['setXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a3fed54140796e26ad90fc8d151beb855',1,'amrex::EB2::Neighbor']]], - ['setxlo_7784',['setXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aa07825ca5ad98d94fa9bfb9879bb8383',1,'amrex::EB2::Neighbor']]], - ['setybcs_7785',['SetYBCs',['../namespacePPM.html#abf337b316b14038fe9d5eace8e23b1be',1,'PPM::SetYBCs()'],['../namespaceEBGodunovBC.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5',1,'EBGodunovBC::SetYBCs()']]], - ['setyhi_7786',['setYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a212ed5915d00323dcbcaeb9c017cf79f',1,'amrex::EB2::Neighbor']]], - ['setylo_7787',['setYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab5689b17794d98940e22c2dc1c856f72',1,'amrex::EB2::Neighbor']]], - ['setzeroprocs_7788',['setZeroProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3862f6ec68ebefd530ce66a3bd5e37b2',1,'amrex::NFilesIter']]], - ['setzhi_7789',['setZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a89b6f98e17fc1ab18e714227d70a16c6',1,'amrex::EB2::Neighbor']]], - ['setzlo_7790',['setZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab33258566bae2c23b99ff91a3ac9519c',1,'amrex::EB2::Neighbor']]], - ['seven_7791',['seven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e',1,'amrex_constants_module']]], - ['seven12th_7792',['seven12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4',1,'amrex_constants_module']]], - ['seventh_7793',['seventh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0b5112227b87f2cc4d60b17991780f73',1,'amrex_constants_module']]], - ['sfab_7794',['sfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ae6df6358ea8d160540ea882aeb87f3d7',1,'amrex::Array4PairTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a2090663b968b8d0d0fa2f210d59deb99',1,'amrex::Array4CopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#af951da5bee9c280eac072aaf7f9339af',1,'amrex::Array4MaskCopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a4ff330a96d834decbe692af33b5ef290',1,'FabCopyTag::sfab()']]], - ['sfc_7795',['SFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8ad783c9afd6b9c9388ebbb4498c6b39e4',1,'amrex::DistributionMapping']]], - ['sfc_5fthreshold_7796',['sfc_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0',1,'amrex']]], - ['sfc_5fthreshold_7797',['SFC_Threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2da18b37a31f8c679aa06df2e0f5d697',1,'amrex::DistributionMapping::SFC_Threshold()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a63653fe42e3932487e1f5ae3665d8c2e',1,'amrex::DistributionMapping::SFC_Threshold(int n)']]], - ['sfcprocessormap_7798',['SFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1960a437a27e870cd41e9e837c196a57',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3abd803a3f6d55816621735d7a7c1ed6',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, Real &efficiency, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abbce89f9e0c8bfb34b02b516b75a3482',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, bool sort=true)']]], - ['sfcprocessormapdoit_7799',['SFCProcessorMapDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13273515e111009ee6d6ade3e0581c30',1,'amrex::DistributionMapping']]], - ['shared_7800',['shared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aad9bb4d1cfbd53be67289b734bf5042c',1,'amrex::FabInfo']]], - ['shared_5fmemory_7801',['shared_memory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< char >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< EBCellFlag >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'amrex::BaseFab::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< AtomicInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< HYPRE_Int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< PetscInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< Real >::shared_memory()']]], - ['sharedmem_7802',['sharedMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aec6fe7611547a4813a4f2d79d341675a',1,'amrex::Gpu::ExecutionConfig']]], - ['sharedmemory_7803',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html',1,'amrex::Gpu::SharedMemory< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::CutFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'amrex::FabArray::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< PetscInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::EBCellFlagFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::Mask >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< FArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< IArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< TagBox >::SharedMemory()']]], - ['sharedmemory_3c_20bool_20_3e_7804',['SharedMemory< bool >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20char_20_3e_7805',['SharedMemory< char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20double_20_3e_7806',['SharedMemory< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20float_20_3e_7807',['SharedMemory< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20int_20_3e_7808',['SharedMemory< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20long_20_3e_7809',['SharedMemory< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20long_20long_20_3e_7810',['SharedMemory< long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20openbc_3a_3amoments_3a_3aarray_5ftype_20_3e_7811',['SharedMemory< openbc::Moments::array_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20short_20_3e_7812',['SharedMemory< short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20char_20_3e_7813',['SharedMemory< unsigned char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20int_20_3e_7814',['SharedMemory< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20long_20_3e_7815',['SharedMemory< unsigned long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20long_20long_20_3e_7816',['SharedMemory< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20short_20_3e_7817',['SharedMemory< unsigned short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html',1,'amrex::Gpu']]], - ['sharedmemperblock_7818',['sharedMemPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a919512587c63820d178daacc381ccde1',1,'amrex::Gpu::Device']]], - ['shift_7819',['shift',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a',1,'amrex::shift(const BoxND< dim > &b, const IntVectND< dim > &nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0965954841613a669702c6c2aa42c66f',1,'amrex::shift(const BoxND< dim > &b, int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< IArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'amrex::BaseFab::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'amrex::BaseFab::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< AtomicInt >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< AtomicInt >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< char >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< char >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< EBCellFlag >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< EBCellFlag >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< HYPRE_Int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< HYPRE_Int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< FArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< TagBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'amrex::IntVectND::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'amrex::IntVectND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'IntVectND< AMREX_SPACEDIM >::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'IntVectND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::Mask >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::EBCellFlagFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::CutFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< PetscInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< AtomicInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'amrex::FabArray::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'BoxND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'BoxND< AMREX_SPACEDIM >::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'amrex::BoxND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'amrex::BoxND::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxList::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxDomain::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a2ae1e7b4aa2c6c0f78d777bbb6b9f290',1,'amrex::BoxArray::shift(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abbb552183613f3c0861fb4e6755d942e',1,'amrex::BoxArray::shift(int dir, int nzones)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< Real >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< Real >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< PetscInt >::shift()']]], - ['shift_5fhasher_7820',['shift_hasher',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html',1,'amrex::IntVectND']]], - ['shifthalf_7821',['shiftHalf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< AtomicInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< PetscInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'BoxND< AMREX_SPACEDIM >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'amrex::BoxND::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'amrex::BoxND::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxList::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxList::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxDomain::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxDomain::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< Real >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< Real >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< PetscInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'BoxND< AMREX_SPACEDIM >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< HYPRE_Int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< HYPRE_Int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< EBCellFlag >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< EBCellFlag >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< char >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< char >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< AtomicInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'amrex::BaseFab::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'amrex::BaseFab::shiftHalf(int dir, int n_cell) noexcept']]], - ['shiftintvect_7822',['shiftIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a3a1f48c918140f80aac690cc10d20cdb',1,'amrex::Periodicity']]], - ['shmem_7823',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html',1,'amrex::FabArray']]], - ['shmem_7824',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< TagBox >']]], - ['shmem_7825',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aec97898947982708e087ae84c0efc3d0',1,'amrex::FabArray::ShMem::ShMem(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a2f41c14e40bc2a252cde7b96a797e6c2',1,'amrex::FabArray::ShMem::ShMem(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a331615980ef894be2c619a757c5a8637',1,'amrex::FabArray::ShMem::ShMem() noexcept=default']]], - ['shmem_7826',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< IArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< FArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::Mask >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::EBCellFlagFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::CutFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< PetscInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< AtomicInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'amrex::FabArray::shmem()']]], - ['shortside_7827',['shortside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'amrex::BoxND::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'amrex::BoxND::shortside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'BoxND< AMREX_SPACEDIM >::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'BoxND< AMREX_SPACEDIM >::shortside() const noexcept']]], - ['shrink_7828',['shrink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'IndexTypeND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'amrex::IntVectND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'amrex::BoxND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'BoxND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'amrex::IndexTypeND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'IntVectND< AMREX_SPACEDIM >::shrink()']]], - ['shrink_5fin_5fplace_7829',['shrink_in_place',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f',1,'amrex::detail::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1fec80ed73e43de305a5e232e0b551a6',1,'amrex::Arena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'amrex::ArenaAllocatorBase::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a39b6596c9fb986503f9e782ff67ecd40',1,'amrex::CArena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ArenaWrapper >::shrink_in_place()']]], - ['shrink_5fto_5ffit_7830',['shrink_to_fit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int *, DefaultAllocator< const int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< index_type >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int *, DefaultAllocator< int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::XDim3 >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::STLtools::Triangle >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7ff65a82757f35dd00d2ce7435be5a71',1,'amrex::ParticleTile::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'amrex::PODVector::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::BoxND >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::NeighborCode >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::openbc::MomTag >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< std::size_t >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< unsigned int >::shrink_to_fit()']]], - ['shrinktofit_7831',['ShrinkToFit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'amrex::ParticleContainer_impl::ShrinkToFit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ShrinkToFit()']]], - ['shuffle_5fdown_7832',['shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a70672ccc3c84750b04061d9750d7d6bd',1,'amrex::Gpu::detail']]], - ['side_7833',['side',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a079589b947e48000160801106e65d2fe',1,'amrex::algoim::PsiCode']]], - ['side_7834',['Side',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410',1,'amrex::Orientation']]], - ['side_5fop_7835',['side_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8',1,'amrex::tri_geom_ops']]], - ['side_5fop3_7836',['side_op3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb',1,'amrex::tri_geom_ops']]], - ['sigma_7837',['Sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82a827faff1bdcfe446237c4d6289abce66',1,'amrex::MLNodeLinOp']]], - ['sign_7838',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a3a8fe25b0375f175a86024aef70cd49b',1,'amrex::NonLocalBC::MultiBlockIndexMapping::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a636f8deeca6a119cd092b5a3257631cc',1,'amrex::ParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a07d4bc291fdef66c95f2bb4a5fcfb44b',1,'amrex::IParserExeSUB::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#a2fba2695fb011df9b7cc71d61b8ce8f2',1,'amrex::IParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a47d12f0c6eef6f8e1f3f3d205d37c958',1,'amrex::algoim::PsiCode::sign()']]], - ['signal_5fhandling_7839',['signal_handling',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f',1,'amrex::system']]], - ['simdata_7840',['SimData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ae53eccbcdd637ad1dcbdc0be4e895dc8',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['simmetadata_7841',['SimMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ab54c62846a8614acc3d677a975186569',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['simpleremoveoverlap_7842',['SimpleRemoveOverlap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253',1,'amrex']]], - ['simplified_7843',['simplified',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b3404ba7ad7bd57ae030a505619e205',1,'amrex::BoxArray']]], - ['simplified_5flist_7844',['simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a49e30b75672ca760ce5b4ece3114f08f',1,'amrex::BoxArray']]], - ['simplify_7845',['simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxList::simplify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxDomain::simplify()']]], - ['simplify_5fdoit_7846',['simplify_doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf1b93b74700437fde78c1cecfba7283',1,'amrex::BoxList']]], - ['sincos_7847',['sincos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a132a1933870ca2c349d598c1a634dd30',1,'amrex::Math::sincos()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6',1,'amrex::Math::detail::sincos()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27',1,'amrex::Math::sincos()']]], - ['sincosf_7848',['sincosf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39',1,'amrex::Math::detail']]], - ['sincospi_7849',['sincospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a',1,'amrex::Math::sincospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5',1,'amrex::Math::sincospi(float x)']]], - ['single_7850',['single',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282add5c07036f2975ff4bce568b6511d3bc',1,'amrex::ForkJoin']]], - ['single_5flevel_5fredistribute_7851',['single_level_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1',1,'amrex']]], - ['single_5flevel_5fweighted_5fredistribute_7852',['single_level_weighted_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c',1,'amrex']]], - ['single_5fproduct_7853',['single_product',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb',1,'amrex']]], - ['single_5fseg_5fcpdist_7854',['single_seg_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8a22b07e6b5fd6ac52f1a09463038c13',1,'amrex::LineDistFcnElement2d']]], - ['single_5fspline_5fcpdist_7855',['single_spline_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3722851ada457f53ade7e28e84acfe79',1,'amrex::SplineDistFcnElement2d']]], - ['single_5ftask_7856',['single_task',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7',1,'amrex::single_task(gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919',1,'amrex::single_task(L &&f) noexcept']]], - ['single_5fvalued_7857',['single_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e',1,'amrex_ebcellflag_module']]], - ['single_5fvalued_5fbits_7858',['single_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#acc96dac6bf3def385c6a9bd418b71b6e',1,'amrex::EBCellFlag']]], - ['single_5fvof_5fbits_7859',['single_vof_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7ee55a07343cf958411c2400a2925a9a',1,'amrex::EBCellFlag']]], - ['singlechunkarena_7860',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html',1,'amrex::detail::SingleChunkArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2e3657b0ceda0efbd0b6457aec18480b',1,'amrex::detail::SingleChunkArena::SingleChunkArena(Arena *a_arena, std::size_t a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5d44b33a34400e117bf1fb885c295f41',1,'amrex::detail::SingleChunkArena::SingleChunkArena()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a9429dc85f6e1b449f8e4b8daa984129e',1,'amrex::detail::SingleChunkArena::SingleChunkArena(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acbc5848d9c62c383f3e5019dfb905435',1,'amrex::detail::SingleChunkArena::SingleChunkArena(SingleChunkArena &&rhs)=delete']]], - ['singlechunkptr_7861',['singleChunkPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'amrex::FabArray::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'amrex::FabArray::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::CutFab >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< TagBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< TagBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< IArrayBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< IArrayBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< FArrayBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< FArrayBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::Mask >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::CutFab >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::Mask >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr()']]], - ['singlechunksize_7862',['singleChunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< TagBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< IArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< FArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::Mask >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::EBCellFlagFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::CutFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'amrex::FabArray::singleChunkSize()']]], - ['singleleveltoblueprint_7863',['SingleLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede6d4189f1d218b26880a44405df55e',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, conduit::Node &bp_mesh)']]], - ['singlestreamregion_7864',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html',1,'amrex::Gpu::SingleStreamRegion'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a1f4b981603f787eaf5882d2a74d73bf8',1,'amrex::Gpu::SingleStreamRegion::SingleStreamRegion()']]], - ['singletypemultiplier_7865',['SingleTypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab5675d735314e418d7eb80a17ef3f135',1,'amrex::detail::SingleTypeMultiplier(T)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089',1,'amrex::detail::SingleTypeMultiplier(const T(&)[N])']]], - ['singletypemultiplier_5fimpl_7866',['SingleTypeMultiplier_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c',1,'amrex::detail']]], - ['singlevalued_7867',['singlevalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef',1,'amrex']]], - ['sinpi_7868',['sinpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a0568425c35018cd1be09a3b08a245585',1,'amrex::Math::sinpi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900',1,'amrex::Math::sinpi(float x)']]], - ['six_7869',['six',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c',1,'amrex_constants_module']]], - ['sixteen_7870',['sixteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa',1,'amrex_constants_module']]], - ['sixth_7871',['sixth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43',1,'amrex_constants_module']]], - ['size_7872',['size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Status >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::ReductionEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Request >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MF >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< gpuStream_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< double >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< ParticleLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RegionsProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RT >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Setbuf_Char_Type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::ifstream * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< BLProfStats::TimeRange > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< RT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::vector< bool > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::VisMF::FabOnDisk >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::WeightedBox >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::YAFluxRegisterT< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::NameTagEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< Real, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< BLProfStats::BLPDataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char const * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::BarrierEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< T > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::VisMF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< std::fstream > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vertex >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#aee7d2fdc93ce371ec5059e473dc4a546',1,'amrex::VectorTag::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4d78a01bd23f19f9a1e0289490d79cfc',1,'amrex::VisMF::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac0043f7a0977743d03b2848e34f36df4',1,'amrex::WeightedBoxList::size()']]], - ['size_7873',['Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a451ff25eda72f0f12b5f403fe0d3c071',1,'amrex::InSituUtils::StateMap']]], - ['size_7874',['size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#af4a6afcca3d71815aa1bc2ea67f622d1',1,'amrex::Gpu::range_detail::size(BoxND< dim > const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a57949ca6008ad4fe7edb4e00741b1906',1,'amrex::Gpu::range_detail::size(T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< V >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< void *, amrex::Arena * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, IntVector > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, ParticleTile > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::string, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< int, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::string >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int *, NAI >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real,(M+2) *(M+1)/2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, nelems >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal *, NAR >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 4 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa263203c4d632942992a81436d22d658',1,'amrex::EB2::IndexSpace::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const ParticleReal *, NArrayReal >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const int *, NArrayInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< bool, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::EB2::PolyTerm, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::Interval, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'amrex::GpuArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#add0c4c063317604e14f8e37a5111afcd',1,'amrex::FatPtr::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac701dad264a80003de6f61480b98a869',1,'amrex::FabSetT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'amrex::PODVector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::XDim3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::STLtools::Triangle >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::openbc::MomTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::NeighborCode >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713a78056e395c21e855dcc1ed56525c',1,'amrex::FabArrayBase::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4cb40d2d0fafeeb40b606421015705fa',1,'amrex::ParticleTile::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a26aa497b3f57ab5b180a655e74ed34cd',1,'amrex::ParticleArrayAccessor::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a164daf80e9951556f38dc0887e804c78',1,'amrex::ParticleArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a736fe7c725b517fece9136f39e983765',1,'amrex::CArena::Node::size(std::size_t sz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a1bc2b9b503ccabb172ffe16f554519cf',1,'amrex::CArena::Node::size() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'IntVectND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'amrex::IntVectND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'IndexTypeND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'amrex::IndexTypeND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< PetscInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#af332a589a51f1028800331fe10fc9985',1,'amrex::ArrayOfStructs::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'amrex::BaseFab::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< AtomicInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< EBCellFlag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< HYPRE_Int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a132f07148e07fdae3f891ab726e467fb',1,'amrex::BndryRegisterT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac492bfeacfc03ff2dcb5375e5422d417',1,'amrex::BoxArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#ae5dbe221521d32d612f7f27c8f08fa57',1,'amrex::BoxCommHelper::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxDomain::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'amrex::BoxND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'BoxND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aca5acc3051c0c94e3668e5e5b5f17c17',1,'amrex::Gpu::Buffer::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a42bc947424343bc3814de983a6218d26',1,'amrex::AMReX::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a147954f74bf8c13090b0f243209c3c5f',1,'amrex::ErrorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0eebc2b29efd96d23accd706ab5f6930',1,'amrex::DistributionMapping::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a9facef73a0d5a831733696abfa55f1f8',1,'amrex::DescriptorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a7e8276dde25976588d90281777c5a96c',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ac8950252d5f3400022f97669a5ae9f66',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a89260b2a2531381fabe737e7186860b2',1,'amrex::FabArrayBase::CacheStats::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a003cda29a508c69f8a9cb1ee80c7b72b',1,'amrex::NonLocalBC::CommData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a15a7c9b713844d961e224cec1e1b07cf',1,'CommProfStats::DataBlock::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'amrex::Array1D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'Array1D< int, 0, N-1 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'amrex::Array2D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4a46d0e6678b986c89dc8bfa94a3a849',1,'amrex::Array3D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'amrex::Array4::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< Real const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::InterpBase * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::PolyTerm >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::STLLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::ComponentSet >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::MFFork >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Geometry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::iMultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IndexTypeND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::GShopLevel< G > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IntVectND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiMask >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ParticleLocator< Bins > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::Edge >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::ChkptFileLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DistributionMapping >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::distFcnElement2d * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DataServices * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxList >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxArray >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::RStartStop >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CommStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CallStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BCRec >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'amrex::Vector::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html#ab723e0e41b232e91ac3dce7ca165d39a',1,'amrex::TypeList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a95cfb01202068efe699062fad7263bb6',1,'amrex::TableData::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::VisMF * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< double > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< FAB * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Long > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int *, DefaultAllocator< const int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Geometry > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FabArrayId > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxArray > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::StateData >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< std::size_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< unsigned int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ae0e85fbd1e4fa4bb5a42340a9f43f725',1,'amrex::StructOfArrays::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< index_type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int *, DefaultAllocator< int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int >::size()']]], - ['size_5ftype_7875',['size_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< index_type >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int *, DefaultAllocator< int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< std::size_t >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< unsigned int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int *, DefaultAllocator< const int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::XDim3 >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::STLtools::Triangle >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::openbc::MomTag >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::NeighborCode >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::BoxND >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'amrex::PODVector::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad6bd455548ae6962f2293a67aa289721',1,'hacc::AlignedAllocator::size_type()']]], - ['sizeinreal_7876',['SizeInReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a566da28aaf6d6cb87b9dc2b2fbf1c889',1,'amrex::ArrayOfStructs']]], - ['sizeof_7877',['sizeOf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1aefcfca2b595c0f7ddac3e351f6e8a3',1,'amrex::CArena']]], - ['skip_7878',['skip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7810f531669abb911e28867a2fba1f40',1,'amrex::FABio_8bit::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a58b0e6f163ed56a2d5af572f78728b50',1,'amrex::FABio::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9aa87ef9c47577970c43ec2bff26dbd9',1,'amrex::FABio_8bit::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a345ade910a7cac5997ce223212d812fd',1,'amrex::FABio_ascii::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a8c38610bff2b38e353308da6808d4330',1,'amrex::FABio_ascii::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ae6ab7789b241f47be47b36df4a7289ee',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ac15404e86dd5cc0c0f3092192cbd9567',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3209c1c8fd600cbd8cd62912efa69d89',1,'amrex::FABio::skip()']]], - ['skipfab_7879',['skipFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a30357415a1823591985d8a6434d296c1',1,'amrex::FArrayBox::skipFAB(std::istream &is, int &num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aadcc71b9080373f0846157aa5955c78c',1,'amrex::FArrayBox::skipFAB(std::istream &is)']]], - ['skippltlines_7880',['skipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aea8c1f5867b40ff35944f471b3808071',1,'amrex::AmrData']]], - ['sleep_7881',['Sleep',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8',1,'amrex']]], - ['slowblink_7882',['SlowBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a0a6af2cfc3d3c8e71bd2d45f6e3362fa',1,'amrex::Font']]], - ['sm_5fsp_7883',['sm_sp',['../structPPM_1_1wenoz.html#a38f38bef80528ac68cb3b4d473b121c2',1,'PPM::wenoz::sm_sp()'],['../structPPM_1_1minmod.html#a466ee26d939e9da6d8c6a9d54d29da89',1,'PPM::minmod::sm_sp()'],['../structPPM_1_1upwind.html#a61979ff1b7f9201fe76c31a611a7038c',1,'PPM::upwind::sm_sp()'],['../structPPM_1_1weno__js.html#aa619be5ba9bcb11d5d818ca318f9c699',1,'PPM::weno_js::sm_sp()'],['../structPPM_1_1vanleer.html#a89fa76480e9a228cbf70392c0928fc13',1,'PPM::vanleer::sm_sp()'],['../structPPM_1_1nolimiter.html#a0f3b4bc3afb82f8101312621c720a69d',1,'PPM::nolimiter::sm_sp()']]], - ['small_5fplot_5ffile_5froot_7884',['small_plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a55fb651c5355f362017c26f4f02cc127',1,'amrex::Amr']]], - ['small_5fplot_5fint_7885',['small_plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a61f6ee1066c6df367e8b5f3680965b0e',1,'amrex::Amr']]], - ['small_5fplot_5flog_5fper_7886',['small_plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab75c18875ec4f6d84cb1bfe4518ea81b',1,'amrex::Amr']]], - ['small_5fplot_5fper_7887',['small_plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9f5b7511d029e894847247437d90e19',1,'amrex::Amr']]], - ['small_5fvel_7888',['small_vel',['../group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550',1,'hydro_constants.H']]], - ['smallend_7889',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< AtomicInt >']]], - ['smallend_7890',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'BoxND< AMREX_SPACEDIM >']]], - ['smallend_7891',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'amrex::BaseFab::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< char >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< EBCellFlag >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< HYPRE_Int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< PetscInt >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< Real >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'amrex::BoxND::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'amrex::BoxND::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'amrex::BoxND::smallEnd(int dir) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'BoxND< AMREX_SPACEDIM >::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'BoxND< AMREX_SPACEDIM >::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'BoxND< AMREX_SPACEDIM >::smallEnd(int dir) const &noexcept']]], - ['smallend_7892',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'amrex::BoxND']]], - ['smallplotint_7893',['smallplotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2c5ce27afbaf7d1a9e5938e547862527',1,'amrex::Amr']]], - ['smallplotlogper_7894',['smallplotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae93d8da97d0a049f5da23bea33ed2fe1',1,'amrex::Amr']]], - ['smallplotper_7895',['smallplotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a004dd1aadb752b3913f83f1d4bd825a3',1,'amrex::Amr']]], - ['smooth_7896',['smooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'MLLinOpT< Array< MultiFab, 3 > >::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'amrex::MLLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af9e5daf778c4816d30ce447baf3387b0',1,'amrex::MLNodeTensorLaplacian::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f77ffd080d73ac9346cc408ee7a6d8',1,'amrex::MLNodeLinOp::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a11d08332baaab14e6c7cd45597aef245',1,'amrex::MLCurlCurl::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a04486888c630dc3e4a5258a0e174345c',1,'amrex::MLCellLinOpT::smooth()']]], - ['smooth4_7897',['smooth4',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b8448ec4cebb216a725c03e0bb37bee',1,'amrex::MLCurlCurl']]], - ['smoother_7898',['smoother',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132',1,'amrex']]], - ['snd_5fbuffer_7899',['snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8fd0536bf961bc912c1a380d93b077dd',1,'amrex::NeighborParticleContainer']]], - ['soa_7900',['SoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad',1,'amrex::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a0bd0a51d63fc5729e47a6d028fdd6695',1,'amrex::ParIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'amrex::ParIterBase_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'amrex::ParticleContainer_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a22d017997751335e72bad98b42931cfc',1,'amrex::ParticleTile::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9e7d45b7517d58230f82a78bd934c06e',1,'amrex::ParConstIter_impl::SoA()']]], - ['soaparticle_7901',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html',1,'amrex::SoAParticle< T_NArrayReal, T_NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a9f2f2ef9d3e2c7e2299b1d49efdf1355',1,'amrex::SoAParticle::SoAParticle()']]], - ['soaparticlebase_7902',['SoAParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html',1,'amrex']]], - ['soaref_7903',['SoARef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'amrex::ParIterBase_impl::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()']]], - ['sol_7904',['sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab6f5f94d1d7ce12cb556b0cab630f5af',1,'amrex::MLMGT::sol()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a7aeb729c30c8d86610ced5cbb03fedc1',1,'SDCstruct::sol()']]], - ['sol_5fis_5falias_7905',['sol_is_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acb90259a394dcc6252806b5a533ec9fc',1,'amrex::MLMGT']]], - ['solution_7906',['Solution',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a49b21ad0d38942f635877e7bbc5d7a1e',1,'amrex::LinOpEnumType']]], - ['solutionresidual_7907',['solutionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad6684ea6b055170aad353ee9a4dcc316',1,'amrex::MLCellLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a68c7fc765c4f93349326b9a7cd3d038e',1,'amrex::MLCurlCurl::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'amrex::MLLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'MLLinOpT< Array< MultiFab, 3 > >::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a9577a87ff76e6c9406e3cbe716d26746',1,'amrex::MLNodeLinOp::solutionResidual()']]], - ['solve_7908',['solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'amrex::GMRES::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a25842c55bb17593f8f71cacd5d79b5a9',1,'amrex::HypreMLABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a687b35c6ab5b576840ab03ae61a898ab',1,'amrex::OpenBCSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6736230495796a2feeaa3aae95dd7abb',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acbdb042ef433f3067ffd57ec67f64612',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa1b2f0a4a7b72759d11799a3a9d49390',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afa3e2aa5b90524633ea96626119fe9ab',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#aad8e08ec70f7e680e43b8fa108a08e39',1,'amrex::MLCGSolverT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a9f1959fa7ca34e1168671353176ee630',1,'amrex::HypreSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8ab7840824ff1afad30c2adc35584bd3',1,'amrex::HypreNodeLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae48880d1c8d1b08f9eeec413c152478a',1,'amrex::HypreIJIface::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8aab0e1b05eed8423e2b70979ff703d8',1,'amrex::HypreABecLap3::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a5d2e1e80ccc5910d5b18be89b43ac98c',1,'amrex::HypreABecLap2::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a95644483c25527e50d0431547e0fe666',1,'amrex::HypreABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#accd025c6669f7d68aa001f5c4d1582ad',1,'amrex::Hypre::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a12b1b279c8233ed99af1f9765a46d502',1,'amrex::GMRESMLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'GMRES< MF, GMRESMLMGT< MF > >::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3dfb08dc31961b6f255925c4879a382d',1,'amrex::PETScABecLap::solve()']]], - ['solve_5fbicgstab_7909',['solve_bicgstab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7e4df044793281aa42b1943cb720e3c0',1,'amrex::MLCGSolverT']]], - ['solve_5fcalled_7910',['solve_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b20154bea5f4c9076bc6d50529a44b2',1,'amrex::MLMGT']]], - ['solve_5fcg_7911',['solve_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a56708cd7b832c09b21bb39fb35d61c5c',1,'amrex::MLCGSolverT']]], - ['solve_5fthomas_7912',['solve_thomas',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a98a4a395aa34dc355b76fdd5ad85c6fd',1,'amrex::distFcnElement2d']]], - ['solve_5ftime_7913',['solve_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdafe6893b283399428e6511e5ce0780e7c',1,'amrex::MLMGT']]], - ['solver_7914',['solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a41e38522e51d31b8db271795fb039304',1,'amrex::HypreABecLap::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3205603faeee158a49f3ab4b8732d57b',1,'amrex::HypreABecLap2::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a976f5746ad0716c9506ffebd4c4a6cd2',1,'amrex::PETScABecLap::solver()']]], - ['solver_5ftype_7915',['solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af2a29b081fce0743089c448703b6da3a',1,'amrex::MLCGSolverT']]], - ['sort_7916',['Sort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a65d02277c7532c3befd7d24aeda66a0d',1,'amrex::DistributionMapping']]], - ['sortparticlesbybin_7917',['SortParticlesByBin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'amrex::ParticleContainer_impl::SortParticlesByBin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByBin()']]], - ['sortparticlesbycell_7918',['SortParticlesByCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'amrex::ParticleContainer_impl::SortParticlesByCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByCell()']]], - ['sortparticlesfordeposition_7919',['SortParticlesForDeposition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'amrex::ParticleContainer_impl::SortParticlesForDeposition()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesForDeposition()']]], - ['spacedim_7920',['spaceDim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aa391b223b190969e506f7a1ca3995544',1,'amrex::PlotFileData::spaceDim()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a98409ca4924677464a16e11b2eeb7928',1,'amrex::PlotFileDataImpl::spaceDim()']]], - ['sparsebiniteratorfactory_7921',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html',1,'amrex::SparseBinIteratorFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a1bba7f1d49bf6b695d5a3bb7986a371a',1,'amrex::SparseBinIteratorFactory::SparseBinIteratorFactory()']]], - ['sparsebins_7922',['SparseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html',1,'amrex']]], - ['sparsewritingranks_7923',['sparseWritingRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7ea5dbf41c762d6e8e90def0b878ea8d',1,'amrex::NFilesIter']]], - ['special_7924',['Special',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dab844c3099506080d12c1145ccdafa585',1,'amrex::ErrorRec']]], - ['sphereif_7925',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html',1,'amrex::EB2::SphereIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a638528a2c99f2f26bd56c03a9b8fec21',1,'amrex::EB2::SphereIF::SphereIF()']]], - ['spherical_7926',['SPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaaa0c55dfafca5806f988babd974f5b158',1,'amrex::CoordSys']]], - ['splinedistfcnelement2d_7927',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html',1,'amrex::SplineDistFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0fcf2acf8322d4abeb0a469639510f1c',1,'amrex::SplineDistFcnElement2d::SplineDistFcnElement2d()']]], - ['splineif_7928',['SplineIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html',1,'amrex::EB2']]], - ['split_7929',['split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282aeefec303079ad17405c889e092e105b0',1,'amrex::ForkJoin::split()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1',1,'amrex::split()']]], - ['split_5fbounds_7930',['split_bounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a696ffed713794753cb3d42f63eaad6ab',1,'amrex::ForkJoin']]], - ['split_5fboxes_7931',['split_boxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa',1,'amrex::NonLocalBC::detail']]], - ['split_5ftasks_7932',['split_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af28d2dad955c8aeeb067472559794d86',1,'amrex::ForkJoin']]], - ['splitindexlist_7933',['SplitIndexList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html',1,'amrex::detail']]], - ['spos_7934',['spos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a0a9ed9969064cb80a76c99f89d3bf4f2',1,'amrex::StreamRetry']]], - ['sqrt_7935',['sqrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab',1,'amrex']]], - ['src_7936',['src',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a45bf31bfbfe4a36b332561392e77a997',1,'amrex::PCData']]], - ['src_5fcomp_7937',['src_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a9bdf3dc879b2ee93a3dd1b84ffdf294b',1,'amrex::StateDataPhysBCFunct']]], - ['src_5fcomponent_7938',['src_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#abde0cfb7cbd64033b3462d65905c5831',1,'amrex::NonLocalBC::PackComponents']]], - ['src_5fgrid_7939',['src_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a9c7b2de6a18a790a0c6ab11755a9bcbe',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6fead2902da1385e8caf89e7befdc5eb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_grid()']]], - ['src_5findex_7940',['src_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a5da18ae8999a27536fe8c377794f1419',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a45d5ea1b77c02b73d2197c51213f7115',1,'amrex::NeighborParticleContainer::NeighborCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a50153a66460c821e4fd0097b5517d799',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_index()']]], - ['src_5flevel_7941',['src_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a40b53edfb8a608ea7034a66f0cb371cb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a2af15e9231edc21de5283a90399097f2',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_level()']]], - ['src_5ftile_7942',['src_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a7560937506c656826660a420d1eebfa0',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#adb4d25c3b04bf9a07033ae7f5577dc67',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_tile()']]], - ['srccomp_7943',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html',1,'amrex::SrcComp'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#a82862a75a1e13a197c26cb74c9aa9ff9',1,'amrex::SrcComp::SrcComp()']]], - ['srccomp_7944',['srcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a01917a2e8e16dff02f56a81a578687f1',1,'amrex::FabArrayBase::FabComTag::srcComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abf33adc9a73450887814df15429e64ac',1,'amrex::FabCopyDescriptor::srcComp()']]], - ['srcindex_7945',['srcIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa03667cd08814ea67d8fc2170a93a07c',1,'amrex::FabArrayBase::CopyComTag']]], - ['sros_7946',['sros',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#af59c34dc9c7f3ff811de893776f96ea1',1,'amrex::StreamRetry']]], - ['ss_7947',['ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#abfc9a46813216f47dd6fd4ef6fb90c36',1,'amrex::Print']]], - ['ss_7948',['SS',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ae3184e7fc000b566c6058b4a56d44968',1,'hacc::Error']]], - ['ss_7949',['ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac4b44832e48e2668106dbfec83c8acca',1,'amrex::PrintToFile']]], - ['ssamg_7950',['SSAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81',1,'amrex']]], - ['ssprk3_7951',['SSPRK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42',1,'amrex']]], - ['stablepartition_7952',['StablePartition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439',1,'amrex::StablePartition(Gpu::DeviceVector< T > &v, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5',1,'amrex::StablePartition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57310fe9971a6396f436f596efa45226',1,'amrex::StablePartition(T *data, int beg, int end, F &&f)']]], - ['stackdepth_7953',['stackDepth',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a07acaf5c443edd83d069c9056d2284e3',1,'BLProfStats::CallTreeNode']]], - ['stacktime_7954',['stackTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#abbd67971ba1617870613e5a4a6bf3e48',1,'BLProfStats::CallTreeNode']]], - ['standard_7955',['Standard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dabd4b8573edb15206522a41ee3a5db143',1,'amrex::ErrorRec']]], - ['start_7956',['start',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#a93562832d8584826a1f57b96049a788c',1,'amrex::StateData::TimeInterval::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a23e13e10e51162268f980aef8a8bda3d',1,'amrex::BLProfiler::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aa79d79de0a3a1e592808ea80448e1637',1,'amrex::TinyProfiler::start()']]], - ['start_5ftime_7957',['start_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad97c2f4d6656288b817b8bbcc0bba7b6',1,'amrex::Amr']]], - ['startparallel_7958',['StartParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2769c2600233e299c5ef83ecdb5d3706',1,'amrex::ParallelDescriptor']]], - ['startregion_7959',['StartRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abf8db78796b24b46b0483e5b61ed1d84',1,'amrex::TinyProfiler']]], - ['startteams_7960',['StartTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f',1,'amrex::ParallelDescriptor']]], - ['starttime_7961',['startTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a70c62cf9a34766ad62c1b2ff4df8b10e',1,'amrex::Amr::startTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acc1a0426cbe4ab8ec7294472aacc285e',1,'BLProfStats::TimeRange::startTime()']]], - ['startx_7962',['StartX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae39870dae1d4a6be96581df74ade1a31',1,'amrex::XYPlotDataList']]], - ['startx_7963',['startX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3bfcf78a8127217941d34f3970937b19',1,'amrex::XYPlotDataList']]], - ['startxi_7964',['startXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a2c1253f78f993bd3c632364c7e8aca1e',1,'amrex::XYPlotDataListLink']]], - ['startxi_7965',['StartXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a8bacfc0ada0a500d952e78fd38a317f8',1,'amrex::XYPlotDataListLink']]], - ['stat_7966',['stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a8b8c3ca768ba6333bad5d0fbe023e804',1,'amrex::ParallelDescriptor::Message']]], - ['state_7967',['state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac00306c6990dffb14241578a8f4aa281',1,'amrex::AmrLevel']]], - ['state_5fplot_5fvars_7968',['state_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a68d5307a670be15bf2684597d9a4484a',1,'amrex::Amr']]], - ['state_5fsmall_5fplot_5fvars_7969',['state_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6332120c4e7b5df16dc8631e98b42d39',1,'amrex::Amr']]], - ['state_5ft_7970',['state_t',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html',1,'amrex::BlockMutex']]], - ['statedata_7971',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html',1,'amrex::StateData'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ed30f9771b7271144f8746cc4644cfe',1,'amrex::StateData::StateData(StateData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0dbe25ac3e59b6bfb42e24f8fa8cf9c',1,'amrex::StateData::StateData(const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const StateDescriptor *d, Real cur_time, Real dt, const FabFactory< FArrayBox > &factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a947b62feb1753b7ebe6c604066b1d494',1,'amrex::StateData::StateData()']]], - ['statedata_7972',['statedata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a555d0d4c4ae81f45d2cd854bc9d64ead',1,'amrex::StateDataPhysBCFunct']]], - ['statedata_7973',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ee2ed55ac82c740d722ffe69da70f41',1,'amrex::StateData']]], - ['statedataphysbcfunct_7974',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html',1,'amrex::StateDataPhysBCFunct'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51a3670e2ed07485744ef6462ebfd6ce',1,'amrex::StateData::StateDataPhysBCFunct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#ad8a15ee0d450436bc276a071e993e529',1,'amrex::StateDataPhysBCFunct::StateDataPhysBCFunct()']]], - ['statedescriptor_7975',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html',1,'amrex::StateDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ad0751c6380b8996cb85c91ff4dc9f7ea',1,'amrex::StateDescriptor::StateDescriptor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a71b48fdb0b98b5fb38c19c20d9fb85bc',1,'amrex::StateDescriptor::StateDescriptor(IndexType btyp, TimeCenter ttyp, int ident, int nextra, int num_comp, InterpBase *interp, bool extrap=false, bool store_in_checkpoint=true)']]], - ['statemap_7976',['StateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html',1,'amrex::InSituUtils']]], - ['statemetadata_7977',['StateMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a786f177417b2aff2c65612249af325af',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['statemode_7978',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'MLLinOpT< Array< MultiFab, 3 > >::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'amrex::MLLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa4c0f4d5b84c079cc96ab6b0c0fb276e',1,'amrex::MLCurlCurl::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaa558995ac0e6dace1b2539572250a7',1,'amrex::MLCellLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8',1,'amrex::LinOpEnumType::StateMode()']]], - ['statenumber_7979',['StateNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9123a637a2bcb30632bd253a7f0705eb',1,'amrex::AmrData']]], - ['stateplotvars_7980',['statePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a026e3576e84968fb18a32fc46f1cc21a',1,'amrex::Amr']]], - ['staterange_7981',['StateRange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html',1,'amrex::DeriveRec']]], - ['stateredistribute_7982',['StateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63',1,'amrex']]], - ['states_7983',['States',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a0765f0ebcbf2472c5229c18dc941432d',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['statesmallplotvars_7984',['stateSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a241b0a149dd4f2b15a83c5724d4153',1,'amrex::Amr']]], - ['stats_7985',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html',1,'amrex::TinyProfiler::Stats'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aa462bcfda5e47f61afb6a7460b9e7371',1,'amrex::TinyProfiler::Stats::Stats()']]], - ['stats_7986',['stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a482a19ba37661846afa0f40688702f95',1,'amrex::NonLocalBC::CommData::stats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5205c680d2a8d3fd69195aab83ce3b7a',1,'amrex::TinyProfiler::stats()']]], - ['statsmap_7987',['statsmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac803023249064c812474a5aa120ef397',1,'amrex::TinyProfiler']]], - ['status_7988',['status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'STVA< U >::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'amrex::Scan::detail::STVA::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa0e103be8fb2a7e42cecf5a2522d3267',1,'amrex::Scan::detail::BlockStatus< T, false >::status()']]], - ['stencil_7989',['stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a73dd70f5641b8d1fb5af628c304404a9',1,'amrex::HypreABecLap2']]], - ['stencil_5fwidth_7990',['stencil_width',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#af95b5b093ce12502507d13ac8fe96254',1,'amrex::ParticleInterpolator::Nearest::stencil_width()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a2d02dfb2273a47559f2cdb441f5843f0',1,'amrex::ParticleInterpolator::Linear::stencil_width()']]], - ['stepoflastcheckpoint_7991',['stepOfLastCheckPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a846cd945ebbc286b3488690b2105794a',1,'amrex::Amr']]], - ['stepoflastplotfile_7992',['stepOfLastPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a60e9811cfc1390ce271f27a1e6382aba',1,'amrex::Amr']]], - ['stepoflastsmallplotfile_7993',['stepOfLastSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a254fc5d48a5ea09b0036ac3c0261d1ec',1,'amrex::Amr']]], - ['stllevel_7994',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html',1,'amrex::EB2::STLLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a2c8f60e6045903c262446da9d98ffac9',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, STLLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a70a0b01e9f80fc8d3053c7df91feeaef',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, STLtools const &stl_tools, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)']]], - ['stltools_7995',['STLtools',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html',1,'amrex']]], - ['stop_7996',['stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae2bd1e84672c71dd183ee1eb026da327',1,'amrex::BLProfiler::stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#add8128cb7af0fe0a981329a09e5fee37',1,'amrex::StateData::TimeInterval::stop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a84199c5f792b3e60b33f6e7ea0fc5568',1,'amrex::TinyProfiler::stop() noexcept']]], - ['stopregion_7997',['StopRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac96b507c36165550f9a2bf115aedc5fb',1,'amrex::TinyProfiler']]], - ['stoptime_7998',['stopTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a69fd0fb94f6216e039668dd5280a9bb0',1,'BLProfStats::TimeRange']]], - ['storageparticletype_7999',['StorageParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a55a17e386778ab8574960da701c0cdb7',1,'amrex::ConstSoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a60efba6078d3acb0c2911e1a91a67a7b',1,'amrex::Particle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a00d52f45cf7e8a4b3c30cfb48e7bca78',1,'amrex::ParticleTile::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ac3fb7efdc3d6e84fffaf246164cbd7a2',1,'amrex::SoAParticle::StorageParticleType()']]], - ['store_5fin_5fcheckpoint_8000',['store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a66cfbf90a5c1eab91499e5f4d2e080a1',1,'amrex::StateDescriptor']]], - ['storerkcoarsedata_8001',['storeRKCoarseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad059e9960589afeff57d54307acd2dca',1,'amrex::FillPatcher::storeRKCoarseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab3d554a4e9e4b98aae59f88ebba1e288',1,'amrex::AmrLevel::storeRKCoarseData()']]], - ['strategy_8002',['strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac41e6c0536cc22b8c0d71c0450e58df2',1,'amrex::DistributionMapping::strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#add9f7493d35af3e2ad724ce9e55322ba',1,'amrex::DistributionMapping::strategy(Strategy how)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a922cc68b9dce362ee62f0d724dede442',1,'amrex::ForkJoin::MFFork::strategy()']]], - ['strategy_8003',['Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282',1,'amrex::ForkJoin::Strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8',1,'amrex::DistributionMapping::Strategy()']]], - ['streadtag_8004',['stReadTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa46825b65b950336cbbdf7fdad5bd4d0',1,'amrex::NFilesIter']]], - ['stream_8005',['Stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4c71f8cab2ada9d8f54d800d0b7abc65',1,'amrex::NFilesIter']]], - ['stream_5fmax_5ftries_8006',['stream_max_tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a21bfe4d69a3d61259e419781fac7e519',1,'amrex::Amr']]], - ['streamindex_8007',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a049b80f650443158297dbc0fb19c304e',1,'amrex::Gpu::Device::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5c894f80bcd597d413fb19d8d9d3637a',1,'BLProfStats::BLPDataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a13d897811c92d1e7088cb5d11623f636',1,'CommProfStats::DataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#abb82343828610d370167b0392caea97e',1,'RegionsProfStats::DataBlock::streamIndex()']]], - ['streamiter_8008',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html',1,'amrex::Gpu::StreamIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ad1e005cac4e3e6d15766802cba5b183a',1,'amrex::Gpu::StreamIter::StreamIter(int n, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#afce690e05e05809c2b1cd96c1c7ad395',1,'amrex::Gpu::StreamIter::StreamIter(int n, const StreamItInfo &info, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a9cf45fbf148f2bfa9d9abfe9951180fd',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a64c0f94193da32d65e2fcbf3f22ae362',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter &&)=delete']]], - ['streamitinfo_8009',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html',1,'amrex::Gpu::StreamItInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#a4de687fc827f6b0fd1960b07435be1ba',1,'amrex::Gpu::StreamItInfo::StreamItInfo()']]], - ['streamretry_8010',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html',1,'amrex::StreamRetry'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a8ce080cc55c98f052a600ef1f2643781',1,'amrex::StreamRetry::StreamRetry(std::string filename, bool abortonretryfailure, int maxtries)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a68c551c81442d93acf9eb3825a0f1ce7',1,'amrex::StreamRetry::StreamRetry(std::ostream &os, std::string suffix, int maxtries)']]], - ['streams_8011',['streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a6387ff79e8fcfbfdcfbc7dd8d8e78621',1,'amrex::MFIter']]], - ['streamsynchronize_8012',['streamSynchronize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a67c55a7d25eb5f5fdec62ffcc9c0dccf',1,'amrex::Gpu::Device::streamSynchronize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a67a618504ee5fb94bd65a5d393e344b4',1,'amrex::Gpu::streamSynchronize() noexcept']]], - ['streamsynchronizeall_8013',['streamSynchronizeAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a78acbb676e94c674fa5ec73508cef459',1,'amrex::Gpu::streamSynchronizeAll()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a95bff02196b80d848b89b92166e704b9',1,'amrex::Gpu::Device::streamSynchronizeAll()']]], - ['strictly_5fcontains_8014',['strictly_contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'amrex::BoxND::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'amrex::BoxND::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'amrex::BoxND::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'amrex::BoxND::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(int i, int j, int k) const noexcept']]], - ['stride_8015',['stride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a43b1a4e88127b9fe9ec9c37c5623d5ed',1,'amrex::CellData']]], - ['stride1_8016',['stride1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'amrex::Table2D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a9f61817deacaa878d06ec111526eb676',1,'amrex::Table4D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a2364337755de91dfe210ddb6e13d9917',1,'amrex::Table3D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'Table2D< RT >::stride1()']]], - ['stride2_8017',['stride2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a57bde5d86b817e2779189949f8b589c5',1,'amrex::Table4D::stride2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a3fd3906154fd716964cdd75b4694c9b2',1,'amrex::Table3D::stride2()']]], - ['stride3_8018',['stride3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a0084b4eab04a94241c76c5fc15c6e30a',1,'amrex::Table4D']]], - ['strong_5fthreshold_8019',['strong_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#acbc3e949322292ed5e578e8a2bd87bb3',1,'amrex::Hypre']]], - ['structed_8020',['structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa3c1530a48aea0feaf4956bca2698ebd6',1,'amrex::Hypre']]], - ['structofarrays_8021',['StructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html',1,'amrex']]], - ['stva_8022',['STVA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'amrex::Scan::detail']]], - ['stva_3c_20u_20_3e_8023',['STVA< U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'']]], - ['stwritetag_8024',['stWriteTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae9224fba010f5b9f9b337f1e1ebdbbec',1,'amrex::NFilesIter']]], - ['sub_5fcycle_8025',['sub_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1fa04ad61e5931bab05e515255c447d1',1,'amrex::Amr']]], - ['subbox_8026',['subBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a799a901c3f374cb4499799fce9b67d2e',1,'amrex::FabCopyDescriptor']]], - ['subcycle_8027',['subCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae22e90398efa6b78ca3d1a68e0839a31',1,'amrex::Amr']]], - ['subcycling_5fmode_8028',['subcycling_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a746a85f8a72742a006a5c78de497c3f9',1,'amrex::Amr']]], - ['subcyclingmode_8029',['subcyclingMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a8083d08d7c253cabc6428890a708e',1,'amrex::Amr']]], - ['submit_8030',['Submit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aa1f51f051314b9228d4e287292937139',1,'amrex::AsyncOut::Submit(std::function< void()> &&a_f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad1040f8c8e03807e7557a56891873d8e',1,'amrex::AsyncOut::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#aa62257343be0d75867496c765d0d959e',1,'amrex::BackgroundThread::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a31e717cddbcc5e4079da2d35d11a5c68',1,'amrex::BackgroundThread::Submit(std::function< void()> &&a_f)']]], - ['subregionminmax_8031',['SUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea503682758a9652794035ca63ab96c560',1,'amrex::Amrvis']]], - ['subtract_8032',['Subtract',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4f2c04ea9d0f7a551bc2263b9a63d324',1,'amrex::MultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a66a3302f803afd696dff628cf4c61e3b',1,'amrex::iMultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5f37af40303a10e8d54e15c1931a5b8e',1,'amrex::MultiFab::Subtract()']]], - ['suffix_8033',['suffix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a87fb6f4eaeaa1e62c31a3f1b4c451a87',1,'amrex::StreamRetry']]], - ['sum_8034',['sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::Mask >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal *, NAR >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 4 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int *, NAI >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const ParticleReal *, NArrayReal >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const int *, NArrayInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< bool, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::EB2::PolyTerm, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::Interval, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'amrex::GpuArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< TagBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< IArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< FArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62669a27ec4a577f0bef72dc2a1243aa',1,'amrex::MultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum()']]], - ['sum_8035',['Sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877',1,'amrex::ParallelAllReduce::Sum(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d',1,'amrex::ParallelAllReduce::Sum(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af',1,'amrex::ParallelAllReduce::Sum(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9',1,'amrex::ParallelReduce::Sum(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e',1,'amrex::ParallelReduce::Sum(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33',1,'amrex::ParallelReduce::Sum(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e',1,'amrex::Reduce::Sum(N n, T const *v, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5',1,'amrex::Reduce::Sum(N n, F const &f, T init_val=0)']]], - ['sum_8036',['sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569dadb62579be9a4f3141fb640a655f49f52',1,'amrex::detail::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a623e2f01e2a7695e835d258d1a8067b7',1,'amrex::MultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'IntVectND< AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'amrex::IntVectND::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a2a2a37f4066af411d73b297946a62a34',1,'amrex::iMultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, nelems >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< EBCellFlag >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< char >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< char >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< char >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< AtomicInt >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< AtomicInt >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'amrex::Array1D::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< AtomicInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< EBCellFlag >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'Array1D< int, 0, N-1 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'amrex::Array2D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'amrex::Array2D::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ae7c4e83776aa2f4f136bd43d5e7ba4f5',1,'amrex::Array3D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d2bf97e6c6e441f18ded1e2b04fb9e4',1,'amrex::Array3D::sum(int axis, int loc0, int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::EBCellFlagFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::CutFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< PetscInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< AtomicInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'amrex::FabArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< Real >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< Real >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< Real >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< PetscInt >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< PetscInt >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< HYPRE_Int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< HYPRE_Int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< HYPRE_Int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< EBCellFlag >::sum()']]], - ['sum_5ffine_5fto_5fcoarse_8037',['sum_fine_to_coarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab67331acff75bf2840f409750b1ada66',1,'amrex']]], - ['sum_5funique_8038',['sum_unique',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afe7c47dff8cf8e0fb550d0e78c7b5375',1,'amrex::MultiFab::sum_unique(int comp=0, bool local=false, const Periodicity &period=Periodicity::NonPeriodic()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7c6f3136fca76d4f0f827c45420ca7ab',1,'amrex::MultiFab::sum_unique(Box const &region, int comp=0, bool local=false) const']]], - ['sumboundary_8039',['SumBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< TagBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< IArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::Mask >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'amrex::FabArray::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::CutFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary()']]], - ['sumboundary_5ffinish_8040',['SumBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::CutFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< TagBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< IArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< FArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::Mask >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'amrex::FabArray::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_finish()']]], - ['sumboundary_5fnowait_8041',['SumBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< FArrayBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::Mask >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< FArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< IArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< TagBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::CutFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['sumneighbors_8042',['sumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a881b90e85491b4c0a7bb25425cc38641',1,'amrex::NeighborParticleContainer']]], - ['sumneighborsmpi_8043',['sumNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a832b5eccef2ae5ed7bb83a92653b793e',1,'amrex::NeighborParticleContainer']]], - ['sumreg_8044',['SumReg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8eb3103253e2e3aba75f6d67574243f1',1,'amrex::FluxRegister']]], - ['sumtoline_8045',['sumToLine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73',1,'amrex']]], - ['sunctx_8046',['sunctx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a148c3b08445f55f8a9ceca1f25f1d7f0',1,'amrex::SundialsIntegrator::sunctx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ac93fe349524feb542323ce4507856d52',1,'amrex::sundials::MemoryHelper::sunctx()']]], - ['sundials_8047',['Sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d',1,'amrex']]], - ['sundialsintegrator_8048',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html',1,'amrex::SundialsIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adbc676c515b149ee4b563fa3de3adbf4',1,'amrex::SundialsIntegrator::SundialsIntegrator(const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a073132be2c807a20aaddee85783c35fa',1,'amrex::SundialsIntegrator::SundialsIntegrator()']]], - ['sundialsuserdata_8049',['SundialsUserData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html',1,'amrex']]], - ['superparticle_5fsize_8050',['superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superparticle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'amrex::ParticleContainer_impl::superparticle_size()']]], - ['superparticlesize_8051',['superParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa9079143c32a58be84a505fd9d97ffd8',1,'amrex::ParticleCopyPlan::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'amrex::ParticleContainer_impl::superParticleSize()']]], - ['superparticletype_8052',['SuperParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1c6baf08ed7bdeb1d7a7acf30eefad52',1,'amrex::NeighborParticleContainer::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'amrex::ParticleContainer_impl::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acdece46bb48b940977bf9efe198779c4',1,'amrex::ParticleTile::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'amrex::ParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'amrex::ConstParticleTileData::SuperParticleType()']]], - ['supportinhomogneumannbc_8053',['supportInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ac7b687cd9603d112b33b92f2047f663f',1,'amrex::MLCellABecLapT::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'MLLinOpT< Array< MultiFab, 3 > >::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'amrex::MLLinOpT::supportInhomogNeumannBC()']]], - ['supportnsolve_8054',['supportNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#abb6062df17c9eec35484fa60924fa5a9',1,'amrex::MLABecLaplacianT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'amrex::MLLinOpT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'MLLinOpT< Array< MultiFab, 3 > >::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9985a165b354d7d4366441c90f89bd4d',1,'amrex::MLPoissonT::supportNSolve()']]], - ['supportrobinbc_8055',['supportRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'MLLinOpT< Array< MultiFab, 3 > >::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'amrex::MLLinOpT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a4fda1e7c51f0f57be99c0d9a8d94f9f9',1,'amrex::MLABecLaplacianT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a26c05859556a13779ff0efcb84c92f91',1,'amrex::MLEBABecLap::supportRobinBC()']]], - ['surroundingnodes_8056',['surroundingNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0',1,'amrex::surroundingNodes(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8',1,'amrex::surroundingNodes(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc',1,'amrex::surroundingNodes(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'amrex::BoxND::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'amrex::BoxND::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'amrex::BoxND::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acececbf6a71ec11bf660a2843192d6ad',1,'amrex::BoxList::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1407ab0108776da8d7fe9a05381f5041',1,'amrex::BoxList::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3ca0eb36b4308574b2f0dfc1fdd3562',1,'amrex::BoxArray::surroundingNodes(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abf9bf4fe5d5ddb8ae3498893bc2253c8',1,'amrex::BoxArray::surroundingNodes()']]], - ['svtkdoublearray_8057',['svtkDoubleArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a21643ca604baa89f6786319692943c6d',1,'amrex::InSituUtils']]], - ['swap_8058',['swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a71b582d94d1c5cd614711ec7b7853192',1,'amrex::algoim::detail']]], - ['swap_8059',['Swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d',1,'amrex::Swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac259813cd54d52b5c20cad7c0f24c246',1,'amrex::MultiFab::Swap()']]], - ['swap_8060',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::STLtools::Triangle >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< unsigned int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< std::size_t >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int *, DefaultAllocator< int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::openbc::MomTag >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< index_type >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int *, DefaultAllocator< const int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::XDim3 >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::NeighborCode >::swap()']]], - ['swap_8061',['Swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2e29e28afce0aa520da5cd068cb5e96b',1,'amrex::MultiFab']]], - ['swap_8062',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afa944ad759b866c71398b9d6e8e20cc8',1,'amrex::ArrayOfStructs::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9d63414afae1383f87a0fa6bda4c3cc7',1,'amrex::BoxList::swap()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a86eb1ec5508c3b90a8c473b7fdb74103',1,'amrex::ParticleTile::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'amrex::PODVector::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::BoxND >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::swap()']]], - ['swap_5findices_8063',['swap_indices',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc',1,'amrex::NonLocalBC']]], - ['swapbytes_8064',['swapBytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f',1,'amrex::swapBytes(std::int16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3',1,'amrex::swapBytes(std::int32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79',1,'amrex::swapBytes(std::int64_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223',1,'amrex::swapBytes(std::uint16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b',1,'amrex::swapBytes(std::uint32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546',1,'amrex::swapBytes(std::uint64_t val)']]], - ['swapcomponents_8065',['SwapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_20i_2c_20_2d1_20_3e_8066',['SwapComponents< I, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_2d1_2c_20_2d1_20_3e_8067',['SwapComponents<-1, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_2d1_2c_20j_20_3e_8068',['SwapComponents<-1, J >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html',1,'amrex::NonLocalBC']]], - ['swapparticle_8069',['swapParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0884436c0e9c45901b834761379595',1,'amrex']]], - ['swaptimelevels_8070',['swapTimeLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac6dd29902982ccf98c08a09c793a49be',1,'amrex::StateData']]], - ['symbols_8071',['symbols',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a26e093287bc4437907d8762fa40bbaaa',1,'amrex::IParser::symbols()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a0dfb30d6386a630f676982f25fb24a06',1,'amrex::Parser::symbols()']]], - ['symmetricghost_8072',['SymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html',1,'amrex::MFUtil']]], - ['symmetry_5fhi_8073',['symmetry_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a7a3462af841aacc118bd8e1e3d4a98eb',1,'amrex::CurlCurlSymmetryInfo']]], - ['symmetry_5flo_8074',['symmetry_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa4040f6df25eb0fb94c03bba910d9077',1,'amrex::CurlCurlSymmetryInfo']]], - ['syncdistributionmap_8075',['syncDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a686e711350524cacaaeb3177337742c8',1,'amrex::PlotFileData::syncDistributionMap(PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0cc0ef78ac5a9ed1d7ad288cf6774723',1,'amrex::PlotFileData::syncDistributionMap(int level, PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aade963d47f72015f6e2438ae21f45e12',1,'amrex::PlotFileDataImpl::syncDistributionMap(PlotFileDataImpl const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af08b01892f4223b6f1160c54147c8e2b',1,'amrex::PlotFileDataImpl::syncDistributionMap(int level, PlotFileDataImpl const &src) noexcept']]], - ['syncfnamesandnumbers_8076',['SyncFNamesAndNumbers',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a09ab62784a9b4e5a50f3a881fff84824',1,'RegionsProfStats']]], - ['synchronize_8077',['synchronize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5ccf8e9a40fdaa00878353c79867bd04',1,'amrex::Gpu::Device::synchronize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0040af3e7783b853140a6e13c755fc25',1,'amrex::Gpu::synchronize()']]], - ['syncnewtimelevel_8078',['syncNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a6a65bf767c55f02b3c1ebbc0b35d3bf1',1,'amrex::StateData']]], - ['syncstrings_8079',['SyncStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72',1,'amrex']]], - ['sys_5fname_8080',['sys_name',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c',1,'amrex']]], - ['syserror_8081',['SysError',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a4a9d9e1dee3986d055bf6c64729b3dee',1,'hacc::Error']]], - ['sz_5fmempool_8082',['sz_mempool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#af0acb0644812be5dc5a7c0d1a116e8f3',1,'amrex::amrex_parser::sz_mempool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a8f655ec2d94e45e273647a1e602b0c57',1,'amrex::amrex_iparser::sz_mempool()']]], - ['szi_8083',['szi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ac54b332ae65afbcd1863fa9ae4174cc2',1,'amrex_mempool_module']]] + ['s_7406',['s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a879a0faae6497e8e45702c6a99625c74',1,'amrex::parser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#af27d7bf4df42d8910cc787d006ec42ce',1,'amrex::iparser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a856736317ca9e27fa41f05d3d0b42cd6',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a45b983ef388900bd6a62165ed8c9564a',1,'AMREX_PARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a8105da3c7746493ffd665cd25bb19ca8',1,'AMREX_IPARSERSTYPE::s()']]], + ['s_5fcurrent_7407',['S_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9619066e96c1ff5ad635c2597744192e',1,'amrex::RKIntegrator::S_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a72de24a588880e733ef7ff90365645a1',1,'amrex::FEIntegrator::S_current()']]], + ['same_7408',['Same',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html',1,'amrex']]], + ['same_3c_20t_2c_20u_20_3e_7409',['Same< T, U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html',1,'amrex']]], + ['sameinterps_7410',['sameInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8c32673683fea367d4e58db6c28868ce',1,'amrex::StateDescriptor']]], + ['sameiteratorsok_7411',['SameIteratorsOK',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97',1,'amrex']]], + ['samerefs_7412',['SameRefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a93718ee84062758c5256a2792939c6f7',1,'amrex::BoxArray::SameRefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1c20460d2e7b2eaec474e933113575d9',1,'amrex::DistributionMapping::SameRefs()']]], + ['samesize_7413',['sameSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'amrex::BoxND::sameSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'BoxND< AMREX_SPACEDIM >::sameSize()']]], + ['sameteam_7414',['sameTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0653e205c26f3961aa756292d5f8dbc4',1,'amrex::ParallelDescriptor::sameTeam(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a450001e6c4813cc1a122428e5f8c56f8',1,'amrex::ParallelDescriptor::sameTeam(int rankA, int rankB) noexcept']]], + ['sametype_7415',['sameType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'BoxND< AMREX_SPACEDIM >::sameType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'amrex::BoxND::sameType()']]], + ['sanitizename_7416',['SanitizeName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5',1,'amrex']]], + ['saverandomstate_7417',['SaveRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1b283df95b292f478597bc503170459',1,'amrex']]], + ['saxpy_7418',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'amrex::FabArray::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< AtomicInt > >::Saxpy()']]], + ['saxpy_7419',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< PetscInt >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< Real >::saxpy(Real a, const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< Real >::saxpy(Real a, const BaseFab< Real > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< EBCellFlag >::saxpy()']]], + ['saxpy_7420',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< PetscInt > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::CutFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::EBCellFlagFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::Mask >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< FArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< IArrayBox >::Saxpy()']]], + ['saxpy_7421',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< PetscInt >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< int >::saxpy(int a, const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< int >::saxpy(int a, const BaseFab< int > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< HYPRE_Int >::saxpy(HYPRE_Int a, const BaseFab< HYPRE_Int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< HYPRE_Int >::saxpy(HYPRE_Int a, const BaseFab< HYPRE_Int > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['saxpy_7422',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#a3dca05fbc8a02c0ddef990a448893abe',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >']]], + ['saxpy_7423',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< EBCellFlag >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< char >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'amrex::BaseFab::saxpy(T a, const BaseFab< T > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'amrex::BaseFab::saxpy(T a, const BaseFab< T > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< char >::saxpy()']]], + ['saxpy_7424',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a8ee342eb7ac3a9d13cc4ec493dce493d',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668',1,'amrex::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a505eb471a78f4e0f8791b10cbb1bbd75',1,'amrex::MultiFab::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< TagBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109',1,'amrex::Saxpy()']]], + ['sboundarywidth_7425',['sBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a04cbef7bbdc59553a3899ce2567e3f44',1,'amrex::AmrData']]], + ['sbox_7426',['sbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1c8df51daf5ac3a9d20522cfdb6ab004',1,'amrex::FabArrayBase::CopyComTag']]], + ['sc_7427',['sc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#ae011fd687383f2ecfa3e40ad6fdf7501',1,'amrex::DeriveRec::StateRange']]], + ['sc_7428',['SC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ad7ca6cbcd2440f36bb0b02a9ffcfe6f5',1,'amrex::PCData']]], + ['scalar_5fa_7429',['scalar_a',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a8ac31a926fe9e667d3f4edd227a855f5',1,'amrex::PETScABecLap::scalar_a()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a5cc787cbd77e527e4c58e58904305531',1,'amrex::Hypre::scalar_a()']]], + ['scalar_5fb_7430',['scalar_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a8cb2fde2e6ce7be52d40bc7ee19f7ae3',1,'amrex::Hypre::scalar_b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd0ebc00024206fb8e730aef57ad9fd2',1,'amrex::PETScABecLap::scalar_b()']]], + ['scale_7431',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect']]], + ['scale_7432',['Scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88',1,'amrex::Scale(MF &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7',1,'amrex::Scale(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)']]], + ['scale_7433',['scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322',1,'amrex::scale(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f254d668dd872d470d231a1058eaac',1,'amrex::scale(const RealVect &p, Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b',1,'amrex::EB2::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aced393e91058fd9dcf46321c5f8f1eef',1,'amrex::RealVect::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'IntVectND< AMREX_SPACEDIM >::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'amrex::IntVectND::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab8b6fa6cf559c595468bf5e24e6e6f0c',1,'amrex::GMRESMLMGT::scale()']]], + ['scale_5fmoments_7434',['scale_moments',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a64049f3606c3c05adb718242b9bb48a3',1,'amrex::openbc']]], + ['scaledsigma_7435',['scaledSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a13e7af8b2fc85c6b462778aeb5554296',1,'amrex::MLNodeTensorLaplacian']]], + ['scaleif_7436',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html',1,'amrex::EB2::ScaleIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a75449443ced2fffa1c0071c8d272f5d4',1,'amrex::EB2::ScaleIF::ScaleIF()']]], + ['scalerhs_7437',['scaleRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'amrex::MLLinOpT::scaleRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'MLLinOpT< Array< MultiFab, 3 > >::scaleRHS()']]], + ['scatter_7438',['Scatter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2',1,'amrex::ParallelDescriptor']]], + ['scatterparticles_7439',['scatterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78',1,'amrex']]], + ['scomp_7440',['scomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a869352ea49403f3d983d945d75b914a8',1,'amrex::FBData']]], + ['sdc_5fclenshaw_5fcurtis_7441',['sdc_clenshaw_curtis',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca3c8a3144793139f180db29ce39153c',1,'sdcquadrature_mod']]], + ['sdc_5fcomposite_5fnodes_7442',['sdc_composite_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ab0462ece2c230549e39bb8d8b7cd205c',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5flegendre_7443',['sdc_gauss_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a62cfff98d5899c5934e7b29264eaaeef',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5flobatto_7444',['sdc_gauss_lobatto',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aa7cccac0d6dc3b28a4dc2a329214a698',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5fradau_7445',['sdc_gauss_radau',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a7b8799c586d6a5def7cb8f3c517b5e7b',1,'sdcquadrature_mod']]], + ['sdc_5fno_5fleft_7446',['sdc_no_left',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a95aa940d0fc9d580c3facf460de23d21',1,'sdcquadrature_mod']]], + ['sdc_5fproper_5fnodes_7447',['sdc_proper_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8926569834e03ad73326955f04c8f3eb',1,'sdcquadrature_mod']]], + ['sdc_5fqmats_7448',['sdc_qmats',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#af9d037887b4d9c8c4156bcab10d93e2a',1,'sdcquadrature_mod']]], + ['sdc_5fqnodes_7449',['sdc_qnodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a45feaecc2f3ca60142ec3cbdcc49c288',1,'sdcquadrature_mod']]], + ['sdc_5fquadrature_7450',['sdc_quadrature',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a17b1ea9c614020de45d57d3014ce8837',1,'sdcquadrature_mod']]], + ['sdc_5frhs_5fintegrals_7451',['SDC_rhs_integrals',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a85b426bfba4fc5ae0698de2cc5206b05',1,'SDCstruct']]], + ['sdc_5frhs_5fk_5fplus_5fone_7452',['SDC_rhs_k_plus_one',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6705d0badf89101fdee2d77ccdcc4e14',1,'SDCstruct']]], + ['sdc_5frhs_5fmisdc_7453',['SDC_rhs_misdc',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#aceb030f9a95f5f2a84b22ddea03b806b',1,'SDCstruct']]], + ['sdc_5funiform_7454',['sdc_uniform',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aac87ed7a643061e124406a48d5ac55c1',1,'sdcquadrature_mod']]], + ['sdcquadrature_5fmod_7455',['sdcquadrature_mod',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html',1,'']]], + ['sdcstruct_7456',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac1ffa116068d8da77ef31b3659c066be',1,'SDCstruct::SDCstruct()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html',1,'SDCstruct']]], + ['second_7457',['second',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac5028f0e53837bb92fcf49d087aeee88',1,'amrex::ParallelDescriptor::second()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7',1,'amrex::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3d5b821a543939d281c23e6ea931573c',1,'amrex::ValLocPair::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a6dd5061fc9493324891e45f9a7d371d5',1,'amrex::ValLocPair::second() const']]], + ['sedge1_7458',['sedge1',['../structPPM_1_1nolimiter.html#a3236ff6486d32336f4877f4967e85e09',1,'PPM::nolimiter::sedge1()'],['../structPPM_1_1vanleer.html#affdd1c9ff59a751cd3dc103b26bdd64d',1,'PPM::vanleer::sedge1()'],['../structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d',1,'PPM::wenoz::sedge1()'],['../structPPM_1_1weno__js.html#a4ee58e28595ca239c1b4d61746484e58',1,'PPM::weno_js::sedge1()'],['../structPPM_1_1upwind.html#a042bdf62dd863ad0771f30ad3e2b775c',1,'PPM::upwind::sedge1()'],['../structPPM_1_1minmod.html#a6679e8f8322592585e41c582cb5bc49f',1,'PPM::minmod::sedge1()']]], + ['sedge2_7459',['sedge2',['../structPPM_1_1nolimiter.html#a11e73160bd508f37504c59d7d77c5caf',1,'PPM::nolimiter::sedge2()'],['../structPPM_1_1vanleer.html#a6a428f7a0db589ef01140974429b5122',1,'PPM::vanleer::sedge2()'],['../structPPM_1_1wenoz.html#a872d1bc9b592662b12a9a62ca02082b0',1,'PPM::wenoz::sedge2()'],['../structPPM_1_1weno__js.html#ae2532c871effd2368da494e08267a844',1,'PPM::weno_js::sedge2()'],['../structPPM_1_1minmod.html#ab47b9311aa70900239738fe3a4c4bbcf',1,'PPM::minmod::sedge2()'],['../structPPM_1_1upwind.html#acb3f77d17edc5972c12541cb09c76789',1,'PPM::upwind::sedge2()']]], + ['seekindex_7460',['seekIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ab15687c13dfc4641ab7ce30d42d8c560',1,'CommProfStats::BarrierEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a5373d338c77db06b69e211db7740df64',1,'CommProfStats::NameTagEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#aced5d9bea68d78a0e937d8594ecd647d',1,'CommProfStats::ReductionEntry::seekIndex()']]], + ['seekpos_7461',['seekpos',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#adb82ca461a4fa2596be2dc2acb05a049',1,'RegionsProfStats::DataBlock']]], + ['seekpos_7462',['SeekPos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a66c78163b811ad78cb91330d0100cc54',1,'amrex::NFilesIter']]], + ['seekpos_7463',['seekpos',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afa44281224a9a055b83be13abcc8fe51',1,'BLProfStats::BLPDataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac98f94d5bca49ab6e4dda40999636b31',1,'CommProfStats::DataBlock::seekpos()']]], + ['selectactualneighbors_7464',['selectActualNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a12039aca5af54df4ee587db2ea95c857',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a29c7b740a3afe04a5fb93281fc0d75ac',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells)']]], + ['self_7465',['Self',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'amrex::ParticleTileData::Self()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::Self()']]], + ['self_7466',['self',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a17cda1536be174c164b9d442fcf354af',1,'process_topology_t::self()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acecf177fb745950271e95927d09b176c',1,'hacc::Distribution::self() const']]], + ['self_5f1d_7467',['self_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae2f1dc039f812cf3e313a3acd3edcc44',1,'hacc::Distribution::self_1d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abeedf1164b76a8781f3e026cf692d131',1,'hacc::Distribution::self_1d(int i) const']]], + ['self_5f2d_5fx_7468',['self_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a74f6cdd8f46daadde4ea8d5e77758933',1,'hacc::Distribution::self_2d_x() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abae2e9fb372fbe9e21bd2438f3a35193',1,'hacc::Distribution::self_2d_x(int i) const']]], + ['self_5f2d_5fy_7469',['self_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acb225e08eeb3940c6d70e3726554349f',1,'hacc::Distribution::self_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aef978f3b2dd4c709dc4ea56c44e7726c',1,'hacc::Distribution::self_2d_y() const)[3]']]], + ['self_5f2d_5fz_7470',['self_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8197f4dec139385a015a4daece6ce872',1,'hacc::Distribution::self_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a12e8e31cde75041f2abc551da3fffb85',1,'hacc::Distribution::self_2d_z() const)[3]']]], + ['self_5f3d_7471',['self_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a94d5a159cb92f96aba1022b781ddfd64',1,'hacc::Distribution::self_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a3fe933af49202086a6f194dcc3af02f2',1,'hacc::Distribution::self_3d() const)[3]']]], + ['self_5fkspace_7472',['self_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae48de8e54139379a38236176c624ecc3',1,'hacc::Dfft::self_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab5e43a2a999f173540370d650ed59dac',1,'hacc::Dfft::self_kspace() const)[3]']]], + ['self_5frspace_7473',['self_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae54bac8976186442b13938414aa4825b',1,'hacc::Dfft::self_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#acc93eda3767eac618b2d43593ec54b44',1,'hacc::Dfft::self_rspace() const)[3]']]], + ['semi_5fstructed_7474',['semi_structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13faf9c3193ceb5f05f22b939a6ddbf628c5',1,'amrex::Hypre']]], + ['semicoarsening_5fdirection_7475',['semicoarsening_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#af940b94437ae9286df0f551aa28c8119',1,'amrex::LPInfo']]], + ['send_7476',['send',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#adec8b60a70006093f04999aa307482a3',1,'amrex::MPMD::Copier']]], + ['send_7477',['Send',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3cede7750fdc21c3c11c9bc62a174ac',1,'amrex::ParallelDescriptor']]], + ['send_7478',['send',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#a18b34e7c60c895b063c694f7745190ae',1,'amrex::NonLocalBC::CommHandler']]], + ['send_7479',['Send',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a89ca8639338d64c25ee28faf1b829701',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aae0327dea4fe1379f7b09210e8e6ebd2',1,'amrex::ParallelDescriptor::Send(const std::vector< T > &buf, int dst_pid, int tag)']]], + ['send_5fdata_7480',['send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac562fa064a61bafbf187dbf6f37d00ce',1,'amrex::FBData::send_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5ba336738781f2d529bbb68a7f297e17',1,'amrex::NeighborParticleContainer::send_data()']]], + ['send_5freqs_7481',['send_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac37fd86847fa215e7b422a70cb40d62d',1,'amrex::FBData::send_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3bdae5df3d248131a52ab1d0f65603fb',1,'amrex::PCData::send_reqs()']]], + ['sendrecvdata_7482',['SendRecvData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aaba7711671dac7abcce70c3a94ba4dff',1,'CommProfStats']]], + ['sendrecvlist_7483',['SendRecvList',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2f1c9ef45b46be3997c49b3a1a5bf7c0',1,'CommProfStats']]], + ['sendrecvpair_7484',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html',1,'CommProfStats::SendRecvPair'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0990a7f5e9b6aa52a2ff77aa94e318b5',1,'CommProfStats::SendRecvPair::SendRecvPair()']]], + ['sendrecvpairunpaired_7485',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html',1,'CommProfStats::SendRecvPairUnpaired'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af217ccce1eb0268f1a9e39f81fe19480',1,'CommProfStats::SendRecvPairUnpaired::SendRecvPairUnpaired()']]], + ['sendtime_7486',['sendTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a90d32c59e4f098252339903fa293d8f6',1,'CommProfStats::SendRecvPair']]], + ['senseinewmacro_7487',['senseiNewMacro',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d39fa37907313633609b0b404501b7d',1,'amrex::senseiNewMacro(AmrDataAdaptor)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00',1,'amrex::senseiNewMacro(AmrMeshDataAdaptor)']]], + ['senseitypemacro_7488',['senseiTypeMacro',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a85b2b18fd182728955fa9cb13ef5bf30',1,'amrex::AmrDataAdaptor::senseiTypeMacro()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a5b94d5fbab0e48ed81b6edb7db19e0aa',1,'amrex::AmrMeshDataAdaptor::senseiTypeMacro()']]], + ['seqnum_7489',['SeqNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9fa50b376ee8c97f8d84852e244fd916',1,'amrex::ParallelDescriptor']]], + ['serial_7490',['Serial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b',1,'amrex::BinPolicy']]], + ['serialbinpolicy_7491',['SerialBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1SerialBinPolicy.html',1,'amrex::BinPolicy']]], + ['serializestringarray_7492',['SerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99',1,'amrex']]], + ['set_7493',['SET',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa0a8540b96d3e93084532672dad69790c',1,'amrex::TagBox']]], + ['set_7494',['set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa878c4b78d2255ee578f1774359453a4',1,'amrex::BCRec::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accbf2c73a258ba522542ac1ad13f9ca8',1,'amrex::BoxArray::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5500e705c89c6c7f8d69a15fec86ac67',1,'amrex::BoxList::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'amrex::IndexTypeND::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'IndexTypeND< AMREX_SPACEDIM >::set()']]], + ['set_5fadaptive_5ffast_5fstep_7495',['set_adaptive_fast_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a49c90c36c565d4499bd64662416f4d0d',1,'amrex::IntegratorBase::set_adaptive_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0cc5e3e9b92660532ad6885f98707c87',1,'amrex::TimeIntegrator::set_adaptive_fast_step()']]], + ['set_5fadaptive_5fstep_7496',['set_adaptive_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0b9f79016ad5d674f261835f9292b65a',1,'amrex::TimeIntegrator::set_adaptive_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a100f797cb82abd1ec8563c591ebe823a',1,'amrex::IntegratorBase::set_adaptive_step()']]], + ['set_5fbc_5fpoints_7497',['set_bc_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#afbaf7389cb10c9e735d8528b49e9f555',1,'amrex::SplineDistFcnElement2d']]], + ['set_5fcoarsen_5fratio_7498',['set_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a2d9128c80e5c47d5ce89cd3d930ce13a',1,'amrex::BATransformer']]], + ['set_5fconnection_5fflags_7499',['set_connection_flags',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9',1,'amrex::EB2::set_connection_flags(Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd',1,'amrex::EB2::set_connection_flags(Box const &bx, Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< EBCellFlag > const &ctmp, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz) noexcept']]], + ['set_5fcontrol_5fpoints_7500',['set_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8e307fd3ea03450f0da9acb4148a81a3',1,'amrex::LineDistFcnElement2d::set_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a46ac59d2d62435816d113653dfde733d',1,'amrex::SplineDistFcnElement2d::set_control_points()']]], + ['set_5fcovered_5fcell_7501',['set_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255',1,'amrex_ebcellflag_module']]], + ['set_5fdefault_5ffunctions_7502',['set_default_functions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#add05ec6cd5ca348d5c542f67f26bdd25',1,'amrex::TimeIntegrator']]], + ['set_5fdo_5finitval_7503',['set_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#adebebb841a716183dc9e48ee95a37aec',1,'amrex::FArrayBox']]], + ['set_5ffast_5frhs_7504',['set_fast_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac97ece6993962b73c93abd34b7d49e2d',1,'amrex::IntegratorBase::set_fast_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a241adc8cc400c943cb6999cccab66e47',1,'amrex::TimeIntegrator::set_fast_rhs()']]], + ['set_5ffast_5ftime_5fstep_7505',['set_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad59a858ee7ee2d3267dff6c2f085a4dd',1,'amrex::IntegratorBase::set_fast_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae68306a3a401327a691cd1125441e56f',1,'amrex::TimeIntegrator::set_fast_time_step()']]], + ['set_5ffast_5ftolerances_7506',['set_fast_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a338b71036c6b6ddcc8e887518376152f',1,'amrex::IntegratorBase::set_fast_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae00d77a5b0a48d3a93d43eab74afe4f1',1,'amrex::TimeIntegrator::set_fast_tolerances()']]], + ['set_5fimex_5frhs_7507',['set_imex_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9c9409a416dc1c392f0a06e958ca10a4',1,'amrex::IntegratorBase::set_imex_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1d2c3b6cc37971e4510091a9f4329c2f',1,'amrex::TimeIntegrator::set_imex_rhs()']]], + ['set_5findex_5ftype_7508',['set_index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1624c9b9c308aa8bcc73b3133064c861',1,'amrex::BATransformer']]], + ['set_5finitval_7509',['set_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca0e59c4e500ac53bacf12280c67f225',1,'amrex::FArrayBox']]], + ['set_5flast_5fframe_5fofs_7510',['set_last_frame_ofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af6494464a81b93bee92095f59487324b',1,'amrex::ParallelContext']]], + ['set_5fmax_5fsteps_7511',['set_max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9fe529e314e46e719aec6150281858a3',1,'amrex::IntegratorBase::set_max_steps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a164596b94edd3d913502235850b14a75',1,'amrex::TimeIntegrator::set_max_steps()']]], + ['set_5fneighbor_7512',['set_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e',1,'amrex_ebcellflag_module']]], + ['set_5fnum_5fthreads_7513',['set_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840',1,'amrex::OpenMP']]], + ['set_5fofs_5fname_7514',['set_ofs_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a1bc1579142503db5584556389166c169',1,'amrex::ParallelContext::Frame']]], + ['set_5fpost_5ffast_5fstage_5faction_7515',['set_post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a4d0707cf54102788e27bbd70e3d4e6c0',1,'amrex::TimeIntegrator::set_post_fast_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a378df79907ae53d5eef652341833ab77',1,'amrex::IntegratorBase::set_post_fast_stage_action(std::function< void(T &, amrex::Real)> A)']]], + ['set_5fpost_5ffast_5fstep_5faction_7516',['set_post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a2a23791bed8871f255633f141f0444',1,'amrex::IntegratorBase::set_post_fast_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a6d0fb57fd367079315ef253fdf422ad1',1,'amrex::TimeIntegrator::set_post_fast_step_action()']]], + ['set_5fpost_5fstage_5faction_7517',['set_post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a694555275ea4407fe6132ebb1a2f09c3',1,'amrex::IntegratorBase::set_post_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a735d91b776f1b312abeb8df4227a6de6',1,'amrex::TimeIntegrator::set_post_stage_action()']]], + ['set_5fpost_5fstep_5faction_7518',['set_post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0d4804fed689d7335e3b404e4a67c37d',1,'amrex::IntegratorBase::set_post_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1a7c1baaebdd247398daef27e7fece49',1,'amrex::TimeIntegrator::set_post_step_action()']]], + ['set_5fpreferred_5fboundary_5fvalues_7519',['set_preferred_boundary_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adea5b76b420f0a2ccd2852d66301d376',1,'amrex::AmrLevel']]], + ['set_5fregular_7520',['set_regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9ddd20373173f3218e9adf472a02f119',1,'amrex::algoim']]], + ['set_5fregular_5fcell_7521',['set_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0',1,'amrex_ebcellflag_module']]], + ['set_5fregular_5fsurface_7522',['set_regular_surface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1d243dc8981384f1c0cb8b266c042735',1,'amrex::algoim']]], + ['set_5frhs_7523',['set_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0e94856b2945a45e1f0dae7cd9bbb8fe',1,'amrex::IntegratorBase::set_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a795b506a4093cc3de3fb42bb594c751b',1,'amrex::TimeIntegrator::set_rhs()']]], + ['set_5fsingle_5fvalued_5fcell_7524',['set_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7',1,'amrex_ebcellflag_module']]], + ['set_5fstate_5fin_5fcheckpoint_7525',['set_state_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6560cdb555b4af1f6d5b525e1b25e4eb',1,'amrex::AmrLevel']]], + ['set_5fstatus_7526',['set_status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ab15528cf0fd67ab35676d26249aa62a8',1,'amrex::Scan::detail::BlockStatus< T, false >::set_status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a0de77702f3fadd55115d207ef8e967f0',1,'amrex::Scan::detail::BlockStatus< T, true >::set_status()']]], + ['set_5ftask_5foutput_5fdir_7527',['set_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9bda4e24001c99d756c6104f67925e72',1,'amrex::ForkJoin']]], + ['set_5ftask_5foutput_5ffile_7528',['set_task_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acc05284c00f1aafed90fb1c2a2fd6386',1,'amrex::ForkJoin']]], + ['set_5ftime_5fstep_7529',['set_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#aa447937fa3bb442c94ce46cca5facd50',1,'amrex::TimeIntegrator::set_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa2dfdf9011fe5398e3aef23edc39d76a',1,'amrex::IntegratorBase::set_time_step(amrex::Real dt)']]], + ['set_5ftolerances_7530',['set_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa6a9eaa0e52db6d40074bfc02b9cacd0',1,'amrex::IntegratorBase::set_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a3d73596da85ccd3dbc7b5046533dc3f2',1,'amrex::TimeIntegrator::set_tolerances()']]], + ['setacoeffs_7531',['setACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ade6e731e7392a70b13f66c6656631cdf',1,'amrex::Hypre::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a0f32ca25f6afb98cc7acbd3141465831',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, const AMF &alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a50f7b86e67777f1fe45ccb4f91c9296d',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, T alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb79fc965578886e2a266fc7404fd54e',1,'amrex::MLALaplacianT::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3897cf202c96a14a8d9733f25c5e750f',1,'amrex::MLEBABecLap::setACoeffs(int amrlev, const MultiFab &alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4c998b02361b80cb5324775e3d58f90b',1,'amrex::MLEBABecLap::setACoeffs(int amrlev, Real alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0dd9659e24893ff0ba46f4c68d10905c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, Real a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a03c4c02f78e751df19a97909bd55032c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, const MultiFab &a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aec0887e36eeb2fb1f1ba62f3877c8ef5',1,'amrex::PETScABecLap::setACoeffs()']]], + ['setagglomeration_7532',['setAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5969085705dd33f4ed532326141d4c78',1,'amrex::LPInfo']]], + ['setagglomerationgridsize_7533',['setAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a2adef9e34d1e183d6fe240d63ac5e62a',1,'amrex::LPInfo']]], + ['setall_7534',['setall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'IndexTypeND< AMREX_SPACEDIM >::setall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'amrex::IndexTypeND::setall()']]], + ['setalloc_7535',['SetAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a983cd10420d59f361b7420da90de5066',1,'amrex::MFInfo::SetAlloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#ab455e0f8529af58aa33685251d0f736a',1,'amrex::FabInfo::SetAlloc()']]], + ['setallocsinglechunk_7536',['SetAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d61953b8663e6cbbcbb0f4669d81f77',1,'amrex::MFInfo']]], + ['setalpha_7537',['setAlpha',['../classHydro_1_1NodalProjector.html#a9769f81a3694553850294f8c7e8880f9',1,'Hydro::NodalProjector::setAlpha()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3eca729943f3b29da314d62bcb5937d4',1,'amrex::MLEBNodeFDLaplacian::setAlpha()']]], + ['setalwaysusebnorm_7538',['setAlwaysUseBNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9e64f7c34ec5abddc37f653b110a3230',1,'amrex::MLMGT']]], + ['setareanottotag_7539',['setAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aca274822a300bceaaa023cc330d441ba',1,'amrex::AmrLevel']]], + ['setarena_7540',['setArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a6cc91f415f75d3cbe8f2cd97a96b8e30',1,'amrex::PolymorphicArenaAllocator::setArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae83ccc99cebafd9a616419f206acfc72',1,'amrex::StateData::setArena()']]], + ['setarena_7541',['SetArena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a3df83b73b88ec8cea2e617ab5ba551e2',1,'amrex::FabInfo::SetArena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d77528f27f99ad698aa26c78da7e979',1,'amrex::MFInfo::SetArena()']]], + ['setbatchmode_7542',['SetBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a037f84af3602f01bce985c2ebdd4cf12',1,'amrex::DataServices']]], + ['setbc_7543',['setBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0',1,'amrex::setBC(const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc',1,'amrex::setBC(const Box &bx, const Box &domain, int src_comp, int dest_comp, int ncomp, const Vector< BCRec > &bc_dom, Vector< BCRec > &bcr) noexcept']]], + ['setbcoeffs_7544',['setBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa709ea8caddead35734c2c6aaba607d6',1,'amrex::MLABecLaplacianT::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec6c60aa0be2285afbcb0ea8b13efe93',1,'amrex::MLTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0a281f140e22682bba6d56183b2eaf33',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, const MultiFab &a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7c38bc186861725f433fa6a10b05604f',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, Real a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6921ed5b8a0013c3264369854a7d0f12',1,'amrex::MLEBTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a41a0bab0f39a7886bee16b3db3253ef7',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9088117f62b7fdf5ddf44a3cccea40eb',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aa85c8346fd88d47cf525b9ebd2d64322',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae025087505b611d886e4ce39371d6e21',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a469db0370bad5402adefe34c6a56abde',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, Vector< T > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a06fa308776f2f5601335602731480841',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, T beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a993feadb0ec999bd7f2d92717fd9c486',1,'amrex::Hypre::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab8caebdccf7fca99b02b592379019228',1,'amrex::PETScABecLap::setBCoeffs()']]], + ['setbeta_7545',['setBeta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af850b6de810fc05e025ef44039fbc29a',1,'amrex::MLNodeTensorLaplacian::setBeta()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#adc4a60ef542a4e9f2ab766ab1a85a262',1,'amrex::MLCurlCurl::setBeta()']]], + ['setbig_7546',['setBig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'amrex::BoxND::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'amrex::BoxND::setBig(int dir, int bg_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'BoxND< AMREX_SPACEDIM >::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'BoxND< AMREX_SPACEDIM >::setBig(int dir, int bg_index) noexcept']]], + ['setblockingfactor_7547',['SetBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aba9a6c34f6e246926e9147ef3da5b535',1,'amrex::AmrMesh::SetBlockingFactor(int new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf01c926d4f55d291a5d5a0e0b48c348',1,'amrex::AmrMesh::SetBlockingFactor(const IntVect &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3818b75f890359e9a8042f7a3b9e4e21',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< int > &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a04ba4d303b52fe2f1db1e7e23fca5c06',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< IntVect > &new_bf) noexcept']]], + ['setblpversion_7548',['SetBLPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a01a542102cfa448623fce9a0eac7cea9',1,'BLProfStats']]], + ['setbndry_7549',['setBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::Mask >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::CutFab >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< FArrayBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< TagBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< FArrayBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< IArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< IArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::Mask >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< TagBox >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::CutFab >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162',1,'amrex::setBndry(MF &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555',1,'amrex::setBndry(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'amrex::FabArray::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'amrex::FabArray::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()']]], + ['setbndryfuncthreadsafety_7550',['setBndryFuncThreadSafety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5dde8b1156c069f9ec776cb778b2b1c8',1,'amrex::StateDescriptor']]], + ['setbndryvalues_7551',['setBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#accdac636c68436e7163d72917cba76c6',1,'amrex::InterpBndryDataT']]], + ['setbottommaxiter_7552',['setBottomMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afc23f31b4eca82ba3272587a8a9998ed',1,'amrex::MLMGT']]], + ['setbottomsmooth_7553',['setBottomSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2c1e8d8df826c5071a81e63e3aae54b4',1,'amrex::MLMGT']]], + ['setbottomsolver_7554',['setBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a781f8fc6334607f15d2ae45c1faeec50',1,'amrex::MLMGT']]], + ['setbottomtolerance_7555',['setBottomTolerance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af18713081439d6261cb03153792cc0e8',1,'amrex::MLMGT']]], + ['setbottomtoleranceabs_7556',['setBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1de7f802d64a3237a66a9b4a1f24dfe2',1,'amrex::MLMGT']]], + ['setbottomverbose_7557',['setBottomVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a002d46a5b24423762455f90086333f4b',1,'amrex::MLMGT::setBottomVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aebed57922b06a40a22b8e77048fade35',1,'amrex::OpenBCSolver::setBottomVerbose()']]], + ['setboundarygeometry_7558',['setBoundaryGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90bf34103118043a594a3e827f9f5e8b',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adfcea84d67ac5f1276111e2bb32007aa',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY, BoundaryPointList &IntersectLoZ, BoundaryPointList &IntersectHiZ) noexcept']]], + ['setboundarywidth_7559',['SetBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac85bd7e77961978803b66748f57c1a14',1,'amrex::AmrData']]], + ['setboundcond_7560',['setBoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa8cb046e06f3de6cb1db4be12ec87010',1,'amrex::BndryDataT::setBoundCond(Orientation face, int n, int comp, const BoundCond &bcn) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#afd3fdc202fd316dff91863242679263f',1,'amrex::BndryDataT::setBoundCond(Orientation face, const MFIter &mfi, int comp, const BoundCond &bcn) noexcept']]], + ['setboundloc_7561',['setBoundLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac308c460f9c083f2fd2326ca62cd1811',1,'amrex::BndryDataT::setBoundLoc(Orientation face, int n, value_type val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a85f08d239e69b27930ba8ba4e4c163c1',1,'amrex::BndryDataT::setBoundLoc(Orientation face, const MFIter &mfi, value_type val) noexcept']]], + ['setbox_7562',['setBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1f9a7e4c07b451d03fbcc905145005b7',1,'amrex::BoxIterator']]], + ['setboxarray_7563',['SetBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a404d43ca2363907df6d3206e892a220d',1,'amrex::AmrMesh']]], + ['setboxbc_7564',['setBoxBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5240bdd727e4e8b7ed90b3438ffb82df',1,'amrex::MLMGBndryT']]], + ['setboxes_7565',['setBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a31f3e491669d858c7c73e04d2ad6cb00',1,'amrex::BndryRegisterT']]], + ['setboxtype_7566',['SetBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< AtomicInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< Real >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< PetscInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< HYPRE_Int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< EBCellFlag >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< char >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'amrex::BaseFab::SetBoxType()']]], + ['setbuf_7567',['setBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0ab15576cd65ae5152ba609b54b24550',1,'amrex::VisMF']]], + ['setbuf_5fchar_5ftype_7568',['Setbuf_Char_Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a49a155dcc41cf64677c1b57df5dcfcb2',1,'amrex::VisMFBuffer']]], + ['setbulkviscosity_7569',['setBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a0e7d54919f40ee816e333ba1d531ecb8',1,'amrex::MLEBTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a89529e15aedc1628aaa544645a9a8b39',1,'amrex::MLTensorOp::setBulkViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#acbe31c08085ba7b2e1b6ae53e22b688c',1,'amrex::MLTensorOp::setBulkViscosity(int amrlev, Real kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a386cf912b2462e16023d9dd81c527552',1,'amrex::MLEBTensorOp::setBulkViscosity()']]], + ['setcfstrategy_7570',['setCFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a42792f43ae4cc1ee24acf959aa647958',1,'amrex::MLMGT']]], + ['setcheckfilepositions_7571',['SetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5fa42d848c0d0dc397ddf05fd16c5e16',1,'amrex::VisMF']]], + ['setcoarseboundaryvelocityforsync_7572',['setCoarseBoundaryVelocityForSync',['../classHydro_1_1NodalProjector.html#a1e281898c2ac2b4b93c9ddffe6e0a397',1,'Hydro::NodalProjector']]], + ['setcoarsefinebc_7573',['setCoarseFineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC()'],['../classHydro_1_1MacProjector.html#aa180608476662e8842d3f531fbcaf4bd',1,'Hydro::MacProjector::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept']]], + ['setcoarsefinebclocation_7574',['setCoarseFineBCLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'amrex::MLLinOpT::setCoarseFineBCLocation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBCLocation()']]], + ['setcoarseningstrategy_7575',['setCoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af44fe2628228f69789874df4dbcab755',1,'amrex::MLNodeLaplacian']]], + ['setcomplement_7576',['setComplement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< Real >::setComplement(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< Real >::setComplement(Real const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< int >::setComplement(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< int >::setComplement(int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< char >::setComplement(char const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< char >::setComplement(char const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'amrex::BaseFab::setComplement(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'amrex::BaseFab::setComplement(T const &x, const Box &b, int ns, int num) noexcept']]], + ['setcomponent_7577',['setComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a509cf3b858a16175331faf1281adfd9d',1,'amrex::DescriptorList::setComponent(int indx, int comp, const std::string &nm, const BCRec &bc, const StateDescriptor::BndryFunc &func, InterpBase *interp=nullptr, int max_map_start_comp=-1, int min_map_end_comp=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#aeeb4f83f275e3e879481880afd516c50',1,'amrex::DescriptorList::setComponent(int indx, int comp, const Vector< std::string > &nm, const Vector< BCRec > &bc, const StateDescriptor::BndryFunc &func, InterpBase *interp=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3b6539c147eae1449f8b9ca1751d8867',1,'amrex::StateDescriptor::setComponent(int comp, const std::string &nm, const BCRec &bc, const BndryFunc &func, InterpBase *interp=nullptr, int max_map_start_comp=-1, int min_map_end_comp=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a70d556135903355292269f683db595f6',1,'amrex::StateDescriptor::setComponent(int comp, const std::string &nm, const BCRec &bc, const BndryFunc &func, InterpBase *interp, bool a_primary, int groupsize)']]], + ['setcomputenewdtonregrid_7578',['setComputeNewDtOnRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a764b896be65e37000e8974c62cd98032',1,'amrex::Amr']]], + ['setconfig_7579',['setConfig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)']]], + ['setconnected_7580',['setConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a21debda402eb169cb267a0830cd97fae',1,'amrex::EBCellFlag::setConnected(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a024616425bcecbfc85fa2d13135f04f8',1,'amrex::EBCellFlag::setConnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a1b691f1b39fa514056250ecdd9902098',1,'amrex::EBCellFlag::setConnected() noexcept']]], + ['setconsolidation_7581',['setConsolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aae20ea49f949562cc31d87eb8e02cec1',1,'amrex::LPInfo']]], + ['setconsolidationgridsize_7582',['setConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a50655cba9bb48a63c7f0913e0ba8e21a',1,'amrex::LPInfo']]], + ['setconsolidationratio_7583',['setConsolidationRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ae8917bb5cf009969d7edf32ab9960056',1,'amrex::LPInfo']]], + ['setconsolidationstrategy_7584',['setConsolidationStrategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac70c612644339e1f9c5072fc9825b986',1,'amrex::LPInfo']]], + ['setconstant_7585',['setConstant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a3c8c7c907890aaec6fdecdd249d24cff',1,'amrex::IParser::setConstant()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#abce888c0693fdd70003a6177b18d06a6',1,'amrex::Parser::setConstant()']]], + ['setcoord_7586',['SetCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2bf1bf10c89e3d151b0ad49b2c1722fa',1,'amrex::CoordSys']]], + ['setcopiedfrom_7587',['SetCopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a6fb006c80650854a70d3f1dc2c3c4655',1,'amrex::XYPlotDataList']]], + ['setcovered_7588',['setCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5e64cb7ffa62b91cb2800ccea20aca3d',1,'amrex::EBCellFlag']]], + ['setcpumemory_7589',['SetCpuMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#aea2d408b112c9b365f345889eed6965f',1,'amrex::ArenaInfo']]], + ['setcpversion_7590',['SetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a962ff2aa0d88edf67c069815d8d92235',1,'BLProfStats::SetCPVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af33e60c5ccfea7a45165d97b41c98626',1,'CommProfStats::SetCPVersion()']]], + ['setcrsevolume_7591',['setCrseVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a6a278cbdb5d26d92153834df80c5bb26',1,'amrex::YAFluxRegisterT']]], + ['setcssize_7592',['SetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e78f62dca25bbb5a403a1de61686d9d',1,'BLProfStats::SetCSSize()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a199bfb0dca140f601d5aa32d3b08e23e',1,'CommProfStats::SetCSSize()']]], + ['setcsversion_7593',['SetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a288d870f5202f31347754539a025783f',1,'BLProfStats::SetCSVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a67c8995d1137a537f5d9cf8bcc9ab6',1,'RegionsProfStats::SetCSVersion()']]], + ['setcumtime_7594',['setCumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8440e6564a766f2aa1cf0670450b8523',1,'amrex::Amr']]], + ['setcustomrhs_7595',['setCustomRHS',['../classHydro_1_1NodalProjector.html#a11a56c47404c03454159765873c7d576',1,'Hydro::NodalProjector']]], + ['setdatasource_7596',['SetDataSource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac8ab6353c41ea4880d2b5e68e2465564',1,'amrex::AmrDataAdaptor::SetDataSource()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ae3854a759cdf938fcc037efa9ceee3b0',1,'amrex::AmrMeshDataAdaptor::SetDataSource()']]], + ['setderefine_7597',['SetDerefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa811e9e6c5b434b3a82bd25a8a21896c',1,'amrex::AMRErrorTagInfo']]], + ['setdevicememory_7598',['SetDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a6e2b5fae851f0abc6f11b3b60b41a515',1,'amrex::ArenaInfo']]], + ['setdevicesync_7599',['SetDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0fda064accf3be6a1e5637bff182bbc2',1,'amrex::MFItInfo']]], + ['setdirichletnodestozero_7600',['setDirichletNodesToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a76c83a76bea9715006d1c962471346aa',1,'amrex::MLCellABecLapT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a1e1cf60387fbaec37d15c01e9f074ee5',1,'amrex::MLCurlCurl::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'amrex::MLLinOpT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'MLLinOpT< Array< MultiFab, 3 > >::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ad08f58adbfad6d97a54eec4261b8ce46',1,'amrex::MLNodeLinOp::setDirichletNodesToZero()']]], + ['setdirname_7601',['SetDirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4a257010ca68aeaa03e8b7b02c5e5e0e',1,'BLProfStats']]], + ['setdisconnected_7602',['setDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3e740def3688ae4182b55c2eef7773ac',1,'amrex::EBCellFlag::setDisconnected() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa3821fae6937052466356487d1bc25a3',1,'amrex::EBCellFlag::setDisconnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab7c742b707476ca618348efa1197f935',1,'amrex::EBCellFlag::setDisconnected(int i, int j, int k) noexcept']]], + ['setdistributionmap_7603',['SetDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a452a3c38dd51bc37e199abe772759a3b',1,'amrex::AmrMesh']]], + ['setdistributionmap_7604',['setDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a74036cca3383362145e0dd06a14a65ad',1,'amrex::StateData']]], + ['setdivu_7605',['setDivU',['../classHydro_1_1MacProjector.html#aa4a6c51af0f9f7f5a7cdb90af94bb452',1,'Hydro::MacProjector']]], + ['setdloga_7606',['SetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ab487c819b8467fb587f459b98d100897',1,'amrex::CoordSys']]], + ['setdomainbc_7607',['setDomainBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC()'],['../classHydro_1_1NodalProjector.html#ae593958db08f625398b63457c51cfd0e',1,'Hydro::NodalProjector::setDomainBC()'],['../classHydro_1_1MacProjector.html#a4e1fa14e4ba6e059f9f9eef63853f68a',1,'Hydro::MacProjector::setDomainBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'amrex::MLLinOpT::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'amrex::MLLinOpT::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept']]], + ['setdomainbcloc_7608',['setDomainBCLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'amrex::MLLinOpT::setDomainBCLoc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBCLoc()']]], + ['setdomainbndry_7609',['setDomainBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::Mask >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< TagBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< TagBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::Mask >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::CutFab >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'amrex::FabArray::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'amrex::FabArray::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::CutFab >::setDomainBndry()']]], + ['setdtlevel_7610',['setDtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae63754ca7b99b0ebc7dca496b4689bc4',1,'amrex::Amr::setDtLevel(const Vector< Real > &dt_lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0a911dea6d732d72a00a493bd3205fe3',1,'amrex::Amr::setDtLevel(Real dt, int lev) noexcept']]], + ['setdtmin_7611',['setDtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a6ab52bdea5d9be7efd1f90548d8715',1,'amrex::Amr']]], + ['setdynamic_7612',['SetDynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a3eca2eae7ba9555f07544739396d8f57',1,'amrex::MFItInfo::SetDynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afaabf4f7bbf8f45e425237a5116fffda',1,'amrex::NFilesIter::SetDynamic()']]], + ['setebbulkviscosity_7613',['setEBBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a3aa0e1f0a27c29c4cf2f73d97c19e6b9',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, MultiFab const &kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a40042adfb1e5e140ede04d0e6de31267',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, Real kappa)']]], + ['setebdirichlet_7614',['setEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a780796d3dee5dfa89cba56c05383868d',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa5d24895fc813690a700fff13302d30',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a21036dcdb342fa89b6bc11b0cf730d04',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7f36dae9f70a37ded92faab9a89b4a52',1,'amrex::MLEBTensorOp::setEBDirichlet(int amrlev, const MultiFab &phi, const MultiFab &beta)=delete']]], + ['setebhomogdirichlet_7615',['setEBHomogDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4fd75863f9948f2fc1c82336088f1d51',1,'amrex::MLEBTensorOp::setEBHomogDirichlet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a367adfeb7192bf75233d0d3176eb8fd9',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69dc896ed1e3c373ffed1364c14b39ea',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9acab9bf4580bb611d63434f8e2daeed',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, const MultiFab &beta)']]], + ['setebshearviscosity_7616',['setEBShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a95ede9e3771119992924c74dbbd6a83d',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7c8d573df03c82ad4c1bbb8cec38f6aa',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, MultiFab const &eta)']]], + ['setebshearviscositywithinflow_7617',['setEBShearViscosityWithInflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ad4578df66187d70b495bee32c9833c90',1,'amrex::MLEBTensorOp']]], + ['setedgebcshi_7618',['SetEdgeBCsHi',['../namespaceHydroBC.html#a3a47bbbd8cc79009d41b04c27ebbd64f',1,'HydroBC']]], + ['setedgebcslo_7619',['SetEdgeBCsLo',['../namespaceHydroBC.html#a8ba2207a75496ee3c6d88f44233d645b',1,'HydroBC']]], + ['setenabled_7620',['setEnabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)']]], + ['setenableinverse_7621',['setEnableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fd86ef6591da68553312d8cc6321034',1,'amrex::NeighborParticleContainer']]], + ['setenforcesingularsolvable_7622',['setEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'amrex::MLLinOpT::setEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'MLLinOpT< Array< MultiFab, 3 > >::setEnforceSingularSolvable()']]], + ['seterrorhandler_7623',['SetErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a448749e34552187d2fa9254841970a6b',1,'amrex']]], + ['setextrapvelbcshi_7624',['SetExtrapVelBCsHi',['../namespaceHydroBC.html#a73e41c0b9b0337ef1c4d484c7a18d4d7',1,'HydroBC']]], + ['setextrapvelbcslo_7625',['SetExtrapVelBCsLo',['../namespaceHydroBC.html#a3db84e94f70bb83cddce24c02b206c27',1,'HydroBC']]], + ['setfab_7626',['setFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::EBCellFlagFab >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< IArrayBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::EBCellFlagFab >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::Mask >::setFab(int boxno, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::Mask >::setFab(int boxno, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< FArrayBox >::setFab(int boxno, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< FArrayBox >::setFab(int boxno, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< FArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< FArrayBox >::setFab(const MFIter &mfi, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< IArrayBox >::setFab(int boxno, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< TagBox >::setFab(int boxno, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< TagBox >::setFab(int boxno, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< TagBox >::setFab(const MFIter &mfi, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< TagBox >::setFab(const MFIter &mfi, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'amrex::FabArray::setFab(const MFIter &mfi, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'amrex::FabArray::setFab(const MFIter &mfi, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'amrex::FabArray::setFab(int boxno, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'amrex::FabArray::setFab(int boxno, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::CutFab >::setFab(int boxno, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::CutFab >::setFab(int boxno, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, amrex::CutFab &&elem)']]], + ['setfab_5fassert_7627',['setFab_assert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< TagBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< IArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< FArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::EBCellFlagFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'amrex::FabArray::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::Mask >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::CutFab >::setFab_assert()']]], + ['setfabio_7628',['setFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7a5acc633fa80ec1cb999be2c4bbdc02',1,'amrex::FArrayBox']]], + ['setfaboutsize_7629',['SetFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#abdbf701b94b7d6637e2669c3e5e86818',1,'amrex::DataServices']]], + ['setfacearea_7630',['SetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3036d0e98088cf5ce1478f81b6d02aea',1,'amrex::CoordSys']]], + ['setfaheadermapptr_7631',['SetFAHeaderMapPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0ae8938d03e0425949acee6bfdf003af',1,'amrex::StateData']]], + ['setfiletype_7632',['SetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2bfd78d92eae8d100a08f1b954c70483',1,'amrex::AmrData']]], + ['setfilter_7633',['SetFilter',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa386bd7cfe5d670537ff28fc6abd818a',1,'BLProfStats::SetFilter(FilterStatus fs, const std::string &rname, int rnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab2263e1e16de499efe38609fdea5f81b',1,'BLProfStats::SetFilter(FilterStatus fs)']]], + ['setfiltertimeranges_7634',['SetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a863b8a020da35bf11daf6c34ea5b55a0',1,'BLProfStats']]], + ['setfinalfillbc_7635',['setFinalFillBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aaf653324d55081effa4617316f6fed7f',1,'amrex::MLMGT']]], + ['setfinalsmooth_7636',['setFinalSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af409e46e36a83708948f57964d56e788',1,'amrex::MLMGT']]], + ['setfinestlevel_7637',['SetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab40e510f5cd8deda45eb675b82494808',1,'amrex::AmrMesh']]], + ['setfixdenormals_7638',['SetFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adbd417c0e8ee1019ce39cc3c35d0b06d',1,'amrex::RealDescriptor']]], + ['setfixediter_7639',['setFixedIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8d32d7e502abfe65f355e792f0fed5b7',1,'amrex::MLMGT']]], + ['setfnames_7640',['SetFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac7083da4606bbac9cd04c7ba4278a28a',1,'BLProfStats']]], + ['setformat_7641',['setFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6dd6c1696dd87f8345826bc2ca97cf56',1,'amrex::FArrayBox']]], + ['setfpexcept_7642',['setFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac',1,'amrex']]], + ['setfrequency_7643',['setFrequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)']]], + ['setgaussseidel_7644',['setGaussSeidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a910678e8eb5a82aaa5550910cb4ac3fb',1,'amrex::MLCellLinOpT::setGaussSeidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaa74c5ed1094317d719bffbe89f016c9',1,'amrex::MLNodeLaplacian::setGaussSeidel()']]], + ['setgeometry_7645',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afad5b72230c1ac0b5cc0874cad8d0f86',1,'amrex::ParticleLocator']]], + ['setgeometry_7646',['SetGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa755628d0ad98daf37de1670e57d2364',1,'amrex::AmrMesh']]], + ['setgeometry_7647',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'amrex::AmrParticleLocator::setGeometry()']]], + ['setgpercent_7648',['SetGPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2c9001171e52450c8d565a1f9106ef41',1,'BLProfStats']]], + ['setgraphregion_7649',['setGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a092d5e2b6a052f9620c9d3c3757ed1be',1,'amrex::Gpu']]], + ['setgrideff_7650',['SetGridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a77c262385b1bd0bfc96fec96347c041a',1,'amrex::AmrMesh']]], + ['setgroupsets_7651',['SetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0e5c0555decdea8a4d09c7eabff1a07d',1,'amrex::VisMF']]], + ['setgrowthfactor_7652',['SetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1',1,'amrex::VectorGrowthStrategy']]], + ['setharmonicaverage_7653',['setHarmonicAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2d7beea7bc93f71c8970977613d2ff08',1,'amrex::MLNodeLaplacian']]], + ['sethdf5fapl_7654',['SetHDF5fapl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2',1,'amrex']]], + ['setheaderversion_7655',['SetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2ce0e613077c3ec9c4c687628154c5ce',1,'amrex::VisMF']]], + ['sethi_7656',['setHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a0d3a7e55c3bd28f808e3d130879f762e',1,'amrex::BCRec::setHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#adfe0a1636b666203a0fc32be47c5bedb',1,'amrex::RealBox::setHi(const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a48f67e7be6f62e4e0ac416af2ca860fa',1,'amrex::RealBox::setHi(const Vector< Real > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a94d83eb3cb499791bd998169535994d8',1,'amrex::RealBox::setHi(const RealVect &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a5cc6185da0581780aa6e6411a60795e4',1,'amrex::RealBox::setHi(int dir, Real a_hi) noexcept']]], + ['sethiddendirection_7657',['setHiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a9c3339a35d018641c2d340cee364755e',1,'amrex::LPInfo']]], + ['sethomogvalues_7658',['setHomogValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a772640cb8d0030c7b6e69714d055d8e3',1,'amrex::InterpBndryDataT']]], + ['sethostalloc_7659',['SetHostAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a76a736ea531b11031bc4742c16ebfa67',1,'amrex::ArenaInfo']]], + ['sethyprenumsweeps_7660',['setHypreNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa3e3c7cdd1399a6569ead6da002cefcc',1,'amrex::Hypre']]], + ['sethypreolddefault_7661',['setHypreOldDefault',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a176164a0be65a008953835f054ed05bb',1,'amrex::Hypre']]], + ['sethypreoptionsnamespace_7662',['setHypreOptionsNamespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a69bd65a7f09331727ec3606700f744b7',1,'amrex::Hypre::setHypreOptionsNamespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9f80d1c81a4fc95cd42b3741dbccbacd',1,'amrex::HypreNodeLap::setHypreOptionsNamespace()']]], + ['sethyprerelaxorder_7663',['setHypreRelaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ae6d9ce8d191fe74154cb322a83647c65',1,'amrex::Hypre']]], + ['sethyprerelaxtype_7664',['setHypreRelaxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a405012151d7a1605c76dc277321f8413',1,'amrex::Hypre']]], + ['sethyprestrongthreshold_7665',['setHypreStrongThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a3709ca6588e8a170458aca0425335169',1,'amrex::Hypre']]], + ['setinfo_7666',['SetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ae91e33103b6e12dcf0a643a8904a74c1',1,'amrex::AMRErrorTag']]], + ['setinitdatablocks_7667',['SetInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ac2f5f0735dd866d4d9dddd8e9192c94f',1,'CommProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#abde311b30f111d93f7fbfed009773e76',1,'RegionsProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a77c0419013558c7dc97b630646404ce4',1,'BLProfStats::SetInitDataBlocks()']]], + ['setinitsnan_7668',['SetInitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07',1,'amrex']]], + ['setinitsolnzeroed_7669',['setInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7193b703cfcb637ad19ed8b60c53f3cb',1,'amrex::MLCGSolverT']]], + ['setintcommcomp_7670',['setIntCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a63cbb0b5b6c81df9e4321148bc960f32',1,'amrex::NeighborParticleContainer']]], + ['setiobuffersize_7671',['SetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6408b3042dc48515b0c3722c43826f03',1,'amrex::VisMFBuffer']]], + ['setismatrixsingular_7672',['setIsMatrixSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ace6b42d6b4d28b5aeb6d0ae4ced033f1',1,'amrex::Hypre']]], + ['setissingular_7673',['setIsSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9742734763060b16ce1f99bc43de3bef',1,'amrex::HypreMLABecLap']]], + ['setiteratetofalse_7674',['SetIterateToFalse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2c473ca991e89cf526fa0ecd967a7217',1,'amrex::AmrMesh']]], + ['setlaunchregion_7675',['setLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a9f755b4680ecd261e7416fda7ca2b5bb',1,'amrex::Gpu']]], + ['setlevel_7676',['SetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a523062418a8d9a4207077fa87b98d521',1,'amrex::XYPlotDataList']]], + ['setlevelbc_7677',['setLevelBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a06eca5d2d85df13a44bec68fb491e02d',1,'amrex::MLCurlCurl::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'amrex::MLLinOpT::setLevelBC(int, const MF *, const MF *=nullptr, const MF *=nullptr, const MF *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'amrex::MLLinOpT::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int, const Array< MultiFab, 3 > *, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a85ee06a6171baffc7d8ba4e7470a44ef',1,'amrex::MLNodeLinOp::setLevelBC()'],['../classHydro_1_1MacProjector.html#a14a612ac0c0042ac9e24fbdab72081df',1,'Hydro::MacProjector::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaf162a4471fc9b3a7121d9579fea518',1,'amrex::MLCellLinOpT::setLevelBC()']]], + ['setlevelcount_7678',['setLevelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac5745e35deb1c5f1c6d8585cffe9605d',1,'amrex::Amr']]], + ['setleveldirectoriescreated_7679',['SetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'amrex::ParticleContainer_impl::SetLevelDirectoriesCreated()']]], + ['setleveldirectorycreated_7680',['SetLevelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a33b3a3f0806c790a05f39fae227042a0',1,'amrex::AmrLevel']]], + ['setlevelsteps_7681',['setLevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cfac74af2f249a6addd2637d24cb758',1,'amrex::Amr']]], + ['setlo_7682',['setLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a06a08fc2ff5eb243e5b56ad66734fd55',1,'amrex::RealBox::setLo(int dir, Real a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad17a084669ca15c44ee367f21a9ffc68',1,'amrex::RealBox::setLo(const RealVect &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad513c995fcf5ff2ca68ea4a1ca78a9f7',1,'amrex::RealBox::setLo(const Vector< Real > &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a1130b16abd9291592ada32965f8d3201',1,'amrex::RealBox::setLo(const Real *a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7b9f9505622e2fa14b13aebd7f417d8f',1,'amrex::BCRec::setLo()']]], + ['setlobndryconds_7683',['setLOBndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ab6609bf57c735a9ebbf08bd4944dffef',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, IntVect const &ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4968262312aabecee36bc2bde40ab80c',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, int ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad300e8ff5b343bdc22725143e1005469',1,'amrex::MLCellLinOpT::BndryCondLoc::setLOBndryConds()']]], + ['setmapped_7684',['setMapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aa9baddb5a30572ac9597f98e6037b801',1,'amrex::MLNodeLaplacian']]], + ['setmaxcoarseninglevel_7685',['setMaxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a4a7b1b85ca071370a9a98488be7dd5dc',1,'amrex::LPInfo']]], + ['setmaxfmgiter_7686',['setMaxFmgIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a034852dcdb062a30ca616eb0363d202b',1,'amrex::MLMGT']]], + ['setmaxfnumber_7687',['SetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a522a3e0fdfe26feeb6fca90122db85eb',1,'RegionsProfStats']]], + ['setmaxgridsize_7688',['SetMaxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4612b4d9b23253095da92c3e323ffd73',1,'amrex::AmrMesh::SetMaxGridSize(int new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad6695b6090e726ea6bc405a7d3a75be8',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< IntVect > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae26f4d197dc68e2d26837b8ad0043dbe',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< int > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a964c875f4546f513fb285e2f90278473',1,'amrex::AmrMesh::SetMaxGridSize(const IntVect &new_mgs) noexcept']]], + ['setmaxiter_7689',['setMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#adaf95795df6022fbffaeea323e4df3e0',1,'amrex::MLCGSolverT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afee26760c3b6fd120a20bead9d849ce4',1,'amrex::MLMGT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a2eca9fbfceb38d605125d13abdf96b44',1,'amrex::HypreMLABecLap::setMaxIter()']]], + ['setmaxiters_7690',['setMaxIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'amrex::GMRES::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'GMRES< MF, GMRESMLMGT< MF > >::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ae47a754ba15bd25bcb9b10f95b590364',1,'amrex::GMRESMLMGT::setMaxIters()']]], + ['setmaxlevel_7691',['SetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ad718a00a1cc39585c9a7f5d631d76a06',1,'amrex::AMRErrorTagInfo']]], + ['setmaxorder_7692',['setMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'MLLinOpT< Array< MultiFab, 3 > >::setMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'amrex::MLLinOpT::setMaxOrder()']]], + ['setmaxrnumber_7693',['SetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e570ba8a5d7336446bd4de9d553bd6a',1,'BLProfStats']]], + ['setmaxsemicoarseninglevel_7694',['setMaxSemicoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab79eab223be7acae5356f6a9e1fdb0fc',1,'amrex::LPInfo']]], + ['setmaxtime_7695',['SetMaxTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7804b1aaad0f9423c2bd6505d4582845',1,'amrex::AMRErrorTagInfo']]], + ['setmetricterm_7696',['setMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ad52d1c9d3214bf62a03f3a41ca82a34c',1,'amrex::LPInfo']]], + ['setmffileinstreams_7697',['SetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abda03b733e4f5e0b9f005f764f1a5b65',1,'amrex::VisMF']]], + ['setmindigits_7698',['SetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ba8e895b17fe1e7c39d318b1e1ed9f8',1,'amrex::NFilesIter']]], + ['setmintime_7699',['SetMinTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ab82515699c685077e28466f7d98724de',1,'amrex::AMRErrorTagInfo']]], + ['setmultighost_7700',['setMultiGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7d9c921734d6199c74f9ce44f81eba81',1,'amrex::FabArrayBase']]], + ['setmultivalued_7701',['setMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7f74f489036a678a56c421c828b393b6',1,'amrex::EBCellFlag']]], + ['setncycle_7702',['setNCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a189778c804c9127f8792d32cd927ecd7',1,'amrex::Amr']]], + ['setnewtimelevel_7703',['setNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9abd20c02f978ad493cfe44eec3dec13',1,'amrex::StateData']]], + ['setnghost_7704',['setNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac578fcc67a6e49ae96d7578ce36c508f',1,'amrex::MLCGSolverT']]], + ['setngrow_7705',['SetNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8e2bdc864ffe06bd8e43902689bb624a',1,'amrex::AMRErrorTag']]], + ['setngrowfilled_7706',['setNGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2ad51584223d99ae31e86bf9a21c10b7',1,'amrex::FabArrayBase']]], + ['setnormalizationthreshold_7707',['setNormalizationThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5184c0395e2b615863f958c9a057f6d2',1,'amrex::MLNodeLaplacian']]], + ['setnosyncregion_7708',['setNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a361fc388a79423386fd65e7dfe189f57',1,'amrex::Gpu']]], + ['setnoutfiles_7709',['SetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1cbbd755f92181dadd9dbdbd81d92efb',1,'BLProfStats::SetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a12f990c53f9abf19fdd7c10f14eae38b',1,'amrex::VisMF::SetNOutFiles()']]], + ['setnprocs_7710',['SetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5b9e541dff4023978e381b997dbcc00b',1,'BLProfStats']]], + ['setnproper_7711',['SetNProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee314c43754854d98fc25ce6cd278796',1,'amrex::AmrMesh']]], + ['setnsolve_7712',['setNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a309402aeb490c7011bbdc724dfb20e98',1,'amrex::MLMGT']]], + ['setnsolvegridsize_7713',['setNSolveGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a52db13d6134d518279dce357d082ed35',1,'amrex::MLMGT']]], + ['setnumlevels_7714',['setNumLevels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a118f6ee0ff0a2b597f7465fbfa1ae3e2',1,'amrex::ParticleCopyOp']]], + ['setnumneighbors_7715',['setNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a06cb98e187a840616cfd0c681f596ab2',1,'amrex::StructOfArrays::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3418dd871a28056a9d8aa3ba12a016f6',1,'amrex::ParticleTile::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3b1f7c4d9324b6ce179d86299b1ba853',1,'amrex::ArrayOfStructs::setNumNeighbors()']]], + ['setnumstreams_7716',['SetNumStreams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a23dbb25432836874b6aa0885ff91e1c5',1,'amrex::MFItInfo']]], + ['setnumthreadsmin_7717',['setNumThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a6693f142f50d3d5683ee44892c3f155a',1,'amrex::Gpu::Device']]], + ['setoffset_7718',['SetOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aded987526da2665b805f491a3544ccd8',1,'amrex::CoordSys']]], + ['setoldtimelevel_7719',['setOldTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a174f384ed70022d265210fb0ffa0f448',1,'amrex::StateData']]], + ['setoptions_7720',['setOptions',['../classHydro_1_1NodalProjector.html#ac44569cae9df9f860be927c345ae18a8',1,'Hydro::NodalProjector::setOptions()'],['../classHydro_1_1MacProjector.html#a0e486b82b991320eb741d655f11e7c4e',1,'Hydro::MacProjector::setOptions()']]], + ['setordering_7721',['setOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a52578eab1d0f7cc7547af989033e82b6',1,'amrex::FArrayBox']]], + ['setoversetmask_7722',['setOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afa9f37a1e4264b48744a5110fdb1c4ec',1,'amrex::MLNodeLinOp']]], + ['setpargdb_7723',['SetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2b8152157d1ecf4129a015d2a8ead5ff',1,'amrex::ParticleContainerBase::SetParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a390bb96be3157bd1a0bf97fe3167e14b',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a3a466989f4aa9bba5b055e42d48ee936',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)']]], + ['setparserprefix_7724',['SetParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa1549749aa28417bed7bb7a9d5a99810',1,'amrex::ParmParse']]], + ['setparticleboxarray_7725',['SetParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8fa510470316026fa5b4ac4cf18a29c5',1,'amrex::AmrParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1165cc254c92620732eecdf3d1d44d14',1,'amrex::ParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac3cf1b27511fecf4ab3f23a90f5f0e4c',1,'amrex::ParGDBBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a79aa4f01ee0c767eb5f92c5cfed9485d',1,'amrex::ParticleContainerBase::SetParticleBoxArray()']]], + ['setparticledistributionmap_7726',['SetParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a88824bfe0471d8b133c5aa798b87c25f',1,'amrex::AmrParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1e01e231a9f26bf287a483608281173d',1,'amrex::ParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1635970789eadd3987d1011e60cf3003',1,'amrex::ParGDBBase::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0efe211fbdf5d6759cd3a045622e0250',1,'amrex::ParticleContainerBase::SetParticleDistributionMap()']]], + ['setparticlegeometry_7727',['SetParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3efa366c1a89f28934b8ce6f0ebebd98',1,'amrex::ParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ace841700df06aa193ec553e98c6fb600',1,'amrex::AmrParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89426801f817c951b25e9748f669d3ce',1,'amrex::ParticleContainerBase::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1aa41e46d76fa08134ec8f657692c718',1,'amrex::ParGDBBase::SetParticleGeometry()']]], + ['setparticleidandcpu_7728',['SetParticleIDandCPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265',1,'amrex']]], + ['setparticlesize_7729',['SetParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'amrex::ParticleContainer_impl::SetParticleSize()']]], + ['setperiodicity_7730',['setPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a07025080452434734ae74c23e9f97224',1,'amrex::Geometry']]], + ['setphioncentroid_7731',['setPhiOnCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1b6b64134bb5a73a43da2d2aaefbbf53',1,'amrex::MLEBABecLap']]], + ['setphysbndryvalues_7732',['setPhysBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a24af38cde0573af0a4557b5e165690ff',1,'amrex::InterpBndryDataT']]], + ['setphysboundaryvalues_7733',['setPhysBoundaryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2f324e3977de1beef5d204c04be51f4a',1,'amrex::AmrLevel']]], + ['setpinmesh_7734',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge::setPinMesh(int apinMesh)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge::setPinMesh(int apinMesh)']]], + ['setpinmesh_7735',['SetPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af95203532e6b05769deed97d8015911b',1,'amrex::AmrMeshDataAdaptor::SetPinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb2aa16f7cb72eebdd278083cc8616ef',1,'amrex::AmrDataAdaptor::SetPinMesh()']]], + ['setplotvariables_7736',['setPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a8023d9fbf7106fe39977f43d1b07460e',1,'amrex::AmrLevel']]], + ['setpostsmooth_7737',['setPostSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6207d80df231723fb69683f66f5ce6d0',1,'amrex::MLMGT']]], + ['setpoststepregrid_7738',['setPostStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3740e0877382738d1cd8d382909ef855',1,'amrex::AmrLevel']]], + ['setpoutbasename_7739',['setPoutBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606',1,'amrex']]], + ['setprecision_7740',['setPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a767556bba83027cac8eeecd67726aab8',1,'amrex::FArrayBox']]], + ['setprecision_7741',['SetPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7c4b1f95c46cd9f3e0435d36b25af7ca',1,'amrex::Print::SetPrecision()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a3e38d76f3f46409cbf9fa81259641906',1,'amrex::PrintToFile::SetPrecision()']]], + ['setprecondnumiters_7742',['setPrecondNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3e4c31b46aeea964f7e6bf8798c3adea',1,'amrex::GMRESMLMGT']]], + ['setpreferred_7743',['SetPreferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a8e8c57c71dcb35c394ddcd580388169f',1,'amrex::ArenaInfo']]], + ['setpresmooth_7744',['setPreSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a198deef7be3c836a4e4262aeeb0d70ac',1,'amrex::MLMGT']]], + ['setprobdomain_7745',['SetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4384bbd33d251a318b16a586333a54fc',1,'CommProfStats']]], + ['setproc_7746',['SetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad95846d17258a184db9a6df8a86c158d',1,'BLProfStats']]], + ['setpropertyofzero_7747',['setPropertyOfZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a56349014c0d985e20f66cb789fc37d9f',1,'amrex::GMRESMLMGT']]], + ['setptr_7748',['setPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'amrex::BaseFab::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< AtomicInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< char >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< EBCellFlag >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< HYPRE_Int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< PetscInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< Real >::setPtr()']]], + ['setrange_7749',['setRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'amrex::BoxND::setRange()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'BoxND< AMREX_SPACEDIM >::setRange()']]], + ['setreadbuffersize_7750',['SetReadBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0e8add3f679863e8b4e09d5a681f3bd4',1,'amrex::RealDescriptor']]], + ['setreadonly_7751',['SetReadOnly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a17188b136da5e99440f925f648366292',1,'amrex::ArenaInfo']]], + ['setrealbox_7752',['SetRealBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a3dc671430b63a9d4a3acde3473987d37',1,'amrex::AMRErrorTagInfo']]], + ['setrealcommcomp_7753',['setRealCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c5eaf4a73e02b631f586b8d9eaa9b44',1,'amrex::NeighborParticleContainer']]], + ['setrecorddatainfo_7754',['setRecordDataInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1569c279c9f53680c034fa8412aec447',1,'amrex::Amr']]], + ['setrecordgridinfo_7755',['setRecordGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1019472407f6945a0f73f610fc1fd497',1,'amrex::Amr']]], + ['setrecordruninfo_7756',['setRecordRunInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9bbbb5b286faccc02c5b6b90b4184c6a',1,'amrex::Amr']]], + ['setrecordruninfoterse_7757',['setRecordRunInfoTerse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af19da464ed538fdb371cfc74ff3ac469',1,'amrex::Amr']]], + ['setreduction_7758',['setReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a04a95c0948c5e2da94c3236ae7668edb',1,'amrex::Gpu::KernelInfo']]], + ['setrefratio_7759',['SetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a7c7ec72dddbcaab79c7e37eb90fbb3',1,'CommProfStats']]], + ['setregiontimeranges_7760',['SetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab91fda15e1bba727710584a087572686',1,'BLProfStats::SetRegionTimeRanges(const TimeRange &tr, const int n, const int r, const int t)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae023b91eb3ee3bf6028a097d14279eee',1,'BLProfStats::SetRegionTimeRanges(const amrex::Vector< amrex::Vector< amrex::Vector< TimeRange > > > &rtr)']]], + ['setregular_7761',['setRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a415368e4a55ec46befc98b59361a4237',1,'amrex::EBCellFlag']]], + ['setregularlevel_7762',['setRegularLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa134f8da748d28d9c016c9ccf35e0276',1,'amrex::EB2::Level']]], + ['setreleasethreshold_7763',['SetReleaseThreshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a65b5aebfacd9fcffe1532a1f0a4968df',1,'amrex::ArenaInfo']]], + ['setrestartlength_7764',['setRestartLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'amrex::GMRES::setRestartLength()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'GMRES< MF, GMRESMLMGT< MF > >::setRestartLength()']]], + ['setrunongpu_7765',['setRunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a7f2087821b195338a4b6f62bdf0ab2ae',1,'amrex::StateDescriptor::BndryFunc']]], + ['setrz_7766',['setRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7aa065c26dda1e04e7433b12f6c09648',1,'amrex::MLEBNodeFDLaplacian']]], + ['setrzcorrection_7767',['setRZCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad6fc7d27c22cd096b77b9bb7d2b4f66d',1,'amrex::MLNodeLaplacian']]], + ['setscalars_7768',['setScalars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aea6aef5fab439e43995892519fee28b6',1,'amrex::PETScABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ac497cc99508dff6311d584d7e0636ce8',1,'amrex::Hypre::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af60aa5f93df4defa5142afa10ede59ef',1,'amrex::MLABecLaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a41aaec43d94c9d9246f9f2a8219b0b33',1,'amrex::MLALaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6ec4dbd1f4658dc7cd6ef708b3968c4c',1,'amrex::MLCurlCurl::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad3027675177497cdb23a984a50ebcb12',1,'amrex::MLEBABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa2615f55a027cc9678c8fad74fd8f7ff',1,'amrex::MLNodeABecLaplacian::setScalars()']]], + ['setsemicoarsening_7769',['setSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a45b2ff9402b86070a36448a89c4e6e8a',1,'amrex::LPInfo']]], + ['setsemicoarseningdirection_7770',['setSemicoarseningDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#adbc91f7b18c419f5e1be642d15a28e5e',1,'amrex::LPInfo']]], + ['setsetbuf_7771',['SetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af73ff9fbd9a91c471bfbe750de045fb9',1,'amrex::VisMF']]], + ['setshared_7772',['SetShared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aab98a8a0ea2fe15e00d08626d0015205',1,'amrex::FabInfo']]], + ['setshearviscosity_7773',['setShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6907d1c2b45662f70a24cc5deef001ca',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a514d2b861724430a7a0d3182bbf26d06',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af6d48bd951e581c0766cec582a9c85a3',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#abae8fb16d0725b3c3c728079359e8d4b',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, Real eta)']]], + ['setshowbody_7774',['SetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac3e2ebf3a95fc625bf57908fe1d07585',1,'amrex::AmrData']]], + ['setsigma_7775',['setSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab81f654708d4756a07160c7eaa343d48',1,'amrex::MLEBNodeFDLaplacian::setSigma(Array< Real, AMREX_SPACEDIM > const &a_sigma) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae912d5edf5cef0c5118f70ba1bf9aa4f',1,'amrex::MLEBNodeFDLaplacian::setSigma(int amrlev, MultiFab const &a_sigma)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a4cbcb13e082363d597268b6523f72470',1,'amrex::MLNodeLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aacdcbb450e721a927c9697c8b10e3c0c',1,'amrex::MLNodeTensorLaplacian::setSigma()']]], + ['setsinglestreamregion_7776',['setSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae31e2a43c93959ebf7aa6bd6f564d85c',1,'amrex::Gpu']]], + ['setsinglevalued_7777',['setSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ace9da28b2b2d5ddcc0ac50ed1efc84a1',1,'amrex::EBCellFlag']]], + ['setskippltlines_7778',['SetSkipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae3bed0818b249c54dd2b51368264dd72',1,'amrex::AmrData']]], + ['setsmall_7779',['setSmall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'amrex::BoxND::setSmall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'BoxND< AMREX_SPACEDIM >::setSmall(int dir, int sm_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'BoxND< AMREX_SPACEDIM >::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'amrex::BoxND::setSmall()']]], + ['setsmallplotvariables_7780',['setSmallPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adf299b915ff9411e6684762c72da84bc',1,'amrex::AmrLevel']]], + ['setsmoothnumsweeps_7781',['setSmoothNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#acf2ee340ce60a3e241d9d06e4d14db59',1,'amrex::MLNodeLinOp']]], + ['setsolver_7782',['setSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e6d43c5befb02185a364de58415471b',1,'amrex::MLCGSolverT']]], + ['setsparsefpp_7783',['SetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4502510b5b15f7e87226e43367e1923a',1,'amrex::NFilesIter']]], + ['setstarttime_7784',['setStartTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6f9ae291b9b51ed55c83ff49e418fc49',1,'amrex::Amr']]], + ['setstaticboundarywidth_7785',['SetStaticBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a45d9b6c2a9fff2fce88fccc4deed8b62',1,'amrex::AmrData']]], + ['setstream_7786',['setStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a02723429d759214d88aab6044423995e',1,'amrex::Gpu::Device']]], + ['setstreamindex_7787',['setStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a32697ec1849354e2ed52dbdb67e4cc55',1,'amrex::Gpu::Device']]], + ['setsuperparticle_7788',['setSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle(const SuperParticleType &sp, int index) const noexcept']]], + ['setsyncresidualcrse_7789',['setSyncResidualCrse',['../classHydro_1_1NodalProjector.html#aa4c60977d0d8d2c28545871cddb5d19e',1,'Hydro::NodalProjector']]], + ['setsyncresidualfine_7790',['setSyncResidualFine',['../classHydro_1_1NodalProjector.html#a305714866f853d54f6b3492226e692ad',1,'Hydro::NodalProjector']]], + ['settag_7791',['SetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a810a0fb9b39d3a0d313f44d2b4d09ef2',1,'amrex::MFInfo::SetTag() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#addb772907b0ba233d79468968d823b80',1,'amrex::MFInfo::SetTag(const char *t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#af21be827e6eb2fd48530caecff10482a',1,'amrex::MFInfo::SetTag(const std::string &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a09865d39fb552bb0fa800934f1b1fa6d',1,'amrex::MFInfo::SetTag(T &&t, Ts &&... ts) noexcept']]], + ['setthrowexception_7792',['setThrowException',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a891052eaf3fafd326e6509c4bb1996bf',1,'amrex::MLMGT']]], + ['settimelevel_7793',['setTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a8e6217ecac0e2a8d99ce273835b20e91',1,'amrex::StateData::setTimeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5b311a4d4139cce9025d1c41d28586b1',1,'amrex::AmrLevel::setTimeLevel()']]], + ['settozero_7794',['setToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aa7abf628225cd94e5163b1400f549417',1,'amrex::GMRESMLMGT']]], + ['settype_7795',['setType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'IndexTypeND< AMREX_SPACEDIM >::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'amrex::IndexTypeND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a57d4f25c01e84b842b1456dee7985600',1,'amrex::EBCellFlagFab::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'BoxND< AMREX_SPACEDIM >::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'amrex::BoxND::setType()']]], + ['setumac_7796',['setUMAC',['../classHydro_1_1MacProjector.html#ae011104055a3d9ba560bf411c33b60df',1,'Hydro::MacProjector']]], + ['setup_7797',['Setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9b691763a32026e16671e3213068f745',1,'amrex::Geometry']]], + ['setup_7798',['setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abb5bbeb49ef28654739d90718147285c',1,'amrex::HypreMLABecLap']]], + ['setupmaps_7799',['setUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a97b4e7ac1dadacb050889cd919123863',1,'amrex::StateDescriptor']]], + ['setupmri_7800',['SetupMRI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adf527e87fa79a752e7173b562eb55bd9',1,'amrex::SundialsIntegrator']]], + ['setuprk_7801',['SetupRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4d5f9d59a1de4f0cb97ae4984a7c6b03',1,'amrex::SundialsIntegrator']]], + ['setusedynamicsetselection_7802',['SetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae5edd64d22f48b760a17f2e1c7369df6',1,'amrex::VisMF']]], + ['setusenewchop_7803',['SetUseNewChop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a54d57857c4dd3aa50841ec74a13d4e4c',1,'amrex::AmrMesh']]], + ['setusepcg_7804',['setUsePCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ab5ad6803cca78078368567c0c4ee1ed0',1,'amrex::MLCurlCurl']]], + ['setusepersistentifstreams_7805',['SetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae3d6b0ee4099108fc70fff4deb69b738',1,'amrex::VisMF']]], + ['setuseprepost_7806',['SetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'amrex::ParticleContainer_impl::SetUsePrePost()']]], + ['setusesingleread_7807',['SetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6142ed0a2ebee84b7961a5f429a3f4de',1,'amrex::VisMF']]], + ['setusesinglewrite_7808',['SetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2a642eb132677ff8e2cda24a665def96',1,'amrex::VisMF']]], + ['setusesynchronousreads_7809',['SetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a97d811af2fd976d508e3f0cb4460c0fb',1,'amrex::VisMF']]], + ['setuseunlink_7810',['SetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'amrex::ParticleContainer_impl::SetUseUnlink()']]], + ['setval_7811',['setVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::Mask >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::Mask >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::Mask >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::Mask >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::Mask >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::Mask >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< FArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::CutFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::CutFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::CutFab >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::CutFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< HYPRE_Int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< TagBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< TagBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< TagBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab5e8da6e6afc2500eda235e22a485dda',1,'amrex::FabSetT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< TagBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#affc018df5ca039abaf4ffb0fd51e8619',1,'amrex::FabSetT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'amrex::IntVectND::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'IntVectND< AMREX_SPACEDIM >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a22eb86768e17886d036bc065094ce343',1,'amrex::MultiCutFab::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a6c6aeca9f57fbbdab3eb907b9b495bd4',1,'amrex::TagBoxArray::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c',1,'amrex::setVal(MF &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd',1,'amrex::setVal(Array< MF, N > &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< IArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< FArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< FArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< IArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< IArrayBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< IArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< IArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< TagBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< PetscInt >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< EBCellFlag >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< int >::setVal(int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< int >::setVal(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< int >::setVal(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< EBCellFlag >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< PetscInt >::setVal(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< Real >::setVal(Real const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< Real >::setVal(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< Real >::setVal(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< AtomicInt >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::CutFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< EBCellFlag >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< char >::setVal(char const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< char >::setVal(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< char >::setVal(char const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'amrex::BaseFab::setVal(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'amrex::BaseFab::setVal(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'amrex::BaseFab::setVal(T const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a005714dcfffa4635a7261f525892ac37',1,'amrex::BndryRegisterT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'amrex::FabArray::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'amrex::FabArray::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'amrex::FabArray::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'amrex::FabArray::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'amrex::FabArray::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'amrex::FabArray::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)']]], + ['setvalif_7812',['setValIf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< EBCellFlag >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< Real >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'amrex::BaseFab::setValIf(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'amrex::BaseFab::setValIf(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< char >::setValIf(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< char >::setValIf(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< EBCellFlag >::setValIf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< int >::setValIf(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< int >::setValIf(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< Real >::setValIf(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept']]], + ['setvalifnot_7813',['setValIfNot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< Real >::setValIfNot(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< Real >::setValIfNot(Real const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< Real >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< char >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'amrex::BaseFab::setValIfNot(T const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'amrex::BaseFab::setValIfNot(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'amrex::BaseFab::setValIfNot(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< char >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< PetscInt >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< char >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< int >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< EBCellFlag >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< HYPRE_Int >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< int >::setValIfNot(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< int >::setValIfNot(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept']]], + ['setvalue_7814',['setValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#acf8b7ee0ecbe4e7a753b470251c106d0',1,'amrex::BndryDataT']]], + ['setverbose_7815',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93023ed252fb2a08657bbdfa7ccc6a87',1,'amrex::AmrData::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a55836d3122a77f927534e5e1d017342c',1,'BLProfStats::SetVerbose()']]], + ['setverbose_7816',['setVerbose',['../classHydro_1_1NodalProjector.html#a8a1d865371bafe8385cbfcbbc8b0b91e',1,'Hydro::NodalProjector']]], + ['setverbose_7817',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757',1,'amrex']]], + ['setverbose_7818',['setVerbose',['../classHydro_1_1MacProjector.html#a0421fceb4701fda980091df297a21183',1,'Hydro::MacProjector::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a580b216cdd0cc4085925ba398137c59a',1,'amrex::PETScABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a657ff95ca0e408729e171ef2a3ca2141',1,'amrex::OpenBCSolver::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a583837639457c1be71a4293604fb461d',1,'amrex::MLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'MLLinOpT< Array< MultiFab, 3 > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'amrex::MLLinOpT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a2579b4ef8718da67e5d5e499b4c484c1',1,'amrex::MLCGSolverT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5e66262b6c3958c576c2f3cd6c3a08e3',1,'amrex::HypreMLABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1aa001ef00cb82f298c761cbf61de2e1',1,'amrex::Hypre::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a51b0cd328dd0bb2bf71ff67d266b673b',1,'amrex::GMRESMLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'GMRES< MF, GMRESMLMGT< MF > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'amrex::GMRES::setVerbose()']]], + ['setverbose_7819',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac9e1d5f47bb112898e4bf7f56d738f0a',1,'amrex::ForkJoin::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a50ba1e91e9681699bf5c1a32be2814e6',1,'amrex::ParmParse::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2a0f56f8b64e6c0315442033ebd79fac',1,'amrex::ParticleContainerBase::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a998f1813f57b8415140b26966fd0f86c',1,'amrex::VisMF::SetVerbose()']]], + ['setvfeps_7820',['SetVfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab2473a7e3aa4aaa9e89dfa521add4252',1,'amrex::AmrData']]], + ['setvolume_7821',['SetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7d18b648e6020f7b18907a2a96c8b4fd',1,'amrex::CoordSys']]], + ['setvolumeweighting_7822',['SetVolumeWeighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aab42331c47167778993cf79cd0689549',1,'amrex::AMRErrorTagInfo']]], + ['setwritebuffersize_7823',['SetWriteBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aae779778e03e99a52811ac1e3460f4d2',1,'amrex::RealDescriptor']]], + ['setwritetolevel_7824',['SetWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aedf7787e5d78a2ec4920bdae6f1033c2',1,'amrex::DataServices']]], + ['setxbcs_7825',['SetXBCs',['../namespaceEBGodunovBC.html#a95fe61ec1acf2cf81ce6b99cceac75e3',1,'EBGodunovBC::SetXBCs()'],['../namespacePPM.html#a90c9fcca9c5e4a4098dcccf9aaead891',1,'PPM::SetXBCs()']]], + ['setxhi_7826',['setXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a3fed54140796e26ad90fc8d151beb855',1,'amrex::EB2::Neighbor']]], + ['setxlo_7827',['setXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aa07825ca5ad98d94fa9bfb9879bb8383',1,'amrex::EB2::Neighbor']]], + ['setybcs_7828',['SetYBCs',['../namespacePPM.html#abf337b316b14038fe9d5eace8e23b1be',1,'PPM::SetYBCs()'],['../namespaceEBGodunovBC.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5',1,'EBGodunovBC::SetYBCs()']]], + ['setyhi_7829',['setYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a212ed5915d00323dcbcaeb9c017cf79f',1,'amrex::EB2::Neighbor']]], + ['setylo_7830',['setYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab5689b17794d98940e22c2dc1c856f72',1,'amrex::EB2::Neighbor']]], + ['setzeroprocs_7831',['setZeroProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3862f6ec68ebefd530ce66a3bd5e37b2',1,'amrex::NFilesIter']]], + ['setzhi_7832',['setZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a89b6f98e17fc1ab18e714227d70a16c6',1,'amrex::EB2::Neighbor']]], + ['setzlo_7833',['setZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab33258566bae2c23b99ff91a3ac9519c',1,'amrex::EB2::Neighbor']]], + ['seven_7834',['seven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e',1,'amrex_constants_module']]], + ['seven12th_7835',['seven12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4',1,'amrex_constants_module']]], + ['seventh_7836',['seventh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0b5112227b87f2cc4d60b17991780f73',1,'amrex_constants_module']]], + ['sfab_7837',['sfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ae6df6358ea8d160540ea882aeb87f3d7',1,'amrex::Array4PairTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a2090663b968b8d0d0fa2f210d59deb99',1,'amrex::Array4CopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a4ff330a96d834decbe692af33b5ef290',1,'FabCopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#af951da5bee9c280eac072aaf7f9339af',1,'amrex::Array4MaskCopyTag::sfab()']]], + ['sfc_7838',['SFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8ad783c9afd6b9c9388ebbb4498c6b39e4',1,'amrex::DistributionMapping']]], + ['sfc_5fthreshold_7839',['sfc_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0',1,'amrex']]], + ['sfc_5fthreshold_7840',['SFC_Threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2da18b37a31f8c679aa06df2e0f5d697',1,'amrex::DistributionMapping::SFC_Threshold()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a63653fe42e3932487e1f5ae3665d8c2e',1,'amrex::DistributionMapping::SFC_Threshold(int n)']]], + ['sfcprocessormap_7841',['SFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1960a437a27e870cd41e9e837c196a57',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3abd803a3f6d55816621735d7a7c1ed6',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, Real &efficiency, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abbce89f9e0c8bfb34b02b516b75a3482',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, bool sort=true)']]], + ['sfcprocessormapdoit_7842',['SFCProcessorMapDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13273515e111009ee6d6ade3e0581c30',1,'amrex::DistributionMapping']]], + ['shared_7843',['shared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aad9bb4d1cfbd53be67289b734bf5042c',1,'amrex::FabInfo']]], + ['shared_5fmemory_7844',['shared_memory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< AtomicInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< EBCellFlag >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'amrex::BaseFab::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< char >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< HYPRE_Int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< PetscInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< Real >::shared_memory()']]], + ['sharedmem_7845',['sharedMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aec6fe7611547a4813a4f2d79d341675a',1,'amrex::Gpu::ExecutionConfig']]], + ['sharedmemory_7846',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html',1,'amrex::Gpu::SharedMemory< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::CutFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'amrex::FabArray::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< PetscInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::EBCellFlagFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::Mask >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< FArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< IArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< TagBox >::SharedMemory()']]], + ['sharedmemory_3c_20bool_20_3e_7847',['SharedMemory< bool >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20char_20_3e_7848',['SharedMemory< char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20double_20_3e_7849',['SharedMemory< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20float_20_3e_7850',['SharedMemory< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20int_20_3e_7851',['SharedMemory< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20long_20_3e_7852',['SharedMemory< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20long_20long_20_3e_7853',['SharedMemory< long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20openbc_3a_3amoments_3a_3aarray_5ftype_20_3e_7854',['SharedMemory< openbc::Moments::array_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20short_20_3e_7855',['SharedMemory< short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20char_20_3e_7856',['SharedMemory< unsigned char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20int_20_3e_7857',['SharedMemory< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20long_20_3e_7858',['SharedMemory< unsigned long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20long_20long_20_3e_7859',['SharedMemory< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20short_20_3e_7860',['SharedMemory< unsigned short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html',1,'amrex::Gpu']]], + ['sharedmemperblock_7861',['sharedMemPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a919512587c63820d178daacc381ccde1',1,'amrex::Gpu::Device']]], + ['shift_7862',['shift',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a',1,'amrex::shift(const BoxND< dim > &b, const IntVectND< dim > &nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0965954841613a669702c6c2aa42c66f',1,'amrex::shift(const BoxND< dim > &b, int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< FArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'amrex::BaseFab::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'amrex::BaseFab::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< AtomicInt >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< AtomicInt >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< char >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< char >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< EBCellFlag >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< EBCellFlag >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< HYPRE_Int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< HYPRE_Int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::Mask >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< IArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< TagBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'amrex::IntVectND::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'amrex::IntVectND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'IntVectND< AMREX_SPACEDIM >::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'IntVectND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::EBCellFlagFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::CutFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< PetscInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< AtomicInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'amrex::FabArray::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'BoxND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'BoxND< AMREX_SPACEDIM >::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'amrex::BoxND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'amrex::BoxND::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxList::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxDomain::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a2ae1e7b4aa2c6c0f78d777bbb6b9f290',1,'amrex::BoxArray::shift(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abbb552183613f3c0861fb4e6755d942e',1,'amrex::BoxArray::shift(int dir, int nzones)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< Real >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< Real >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< PetscInt >::shift()']]], + ['shift_5fhasher_7863',['shift_hasher',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html',1,'amrex::IntVectND']]], + ['shifthalf_7864',['shiftHalf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< AtomicInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< int >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'amrex::BoxND::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'amrex::BoxND::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxList::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxList::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxDomain::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxDomain::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< Real >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< Real >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< PetscInt >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< PetscInt >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'BoxND< AMREX_SPACEDIM >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< int >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< HYPRE_Int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< HYPRE_Int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< EBCellFlag >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< EBCellFlag >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< char >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< char >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< AtomicInt >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'amrex::BaseFab::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'amrex::BaseFab::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'BoxND< AMREX_SPACEDIM >::shiftHalf()']]], + ['shiftintvect_7865',['shiftIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a3a1f48c918140f80aac690cc10d20cdb',1,'amrex::Periodicity']]], + ['shmem_7866',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html',1,'amrex::FabArray']]], + ['shmem_7867',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< IArrayBox >']]], + ['shmem_7868',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aec97898947982708e087ae84c0efc3d0',1,'amrex::FabArray::ShMem::ShMem(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a2f41c14e40bc2a252cde7b96a797e6c2',1,'amrex::FabArray::ShMem::ShMem(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a331615980ef894be2c619a757c5a8637',1,'amrex::FabArray::ShMem::ShMem() noexcept=default']]], + ['shmem_7869',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< TagBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< FArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::Mask >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::EBCellFlagFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::CutFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< PetscInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< AtomicInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'amrex::FabArray::shmem()']]], + ['shortside_7870',['shortside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'amrex::BoxND::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'amrex::BoxND::shortside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'BoxND< AMREX_SPACEDIM >::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'BoxND< AMREX_SPACEDIM >::shortside() const noexcept']]], + ['shrink_7871',['shrink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'amrex::IndexTypeND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'IndexTypeND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'amrex::BoxND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'BoxND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'amrex::IntVectND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'IntVectND< AMREX_SPACEDIM >::shrink()']]], + ['shrink_5fin_5fplace_7872',['shrink_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1fec80ed73e43de305a5e232e0b551a6',1,'amrex::Arena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'amrex::ArenaAllocatorBase::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a39b6596c9fb986503f9e782ff67ecd40',1,'amrex::CArena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f',1,'amrex::detail::shrink_in_place()']]], + ['shrink_5fto_5ffit_7873',['shrink_to_fit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int *, DefaultAllocator< const int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< index_type >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int *, DefaultAllocator< int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::XDim3 >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::STLtools::Triangle >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::openbc::MomTag >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::NeighborCode >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7ff65a82757f35dd00d2ce7435be5a71',1,'amrex::ParticleTile::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'amrex::PODVector::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::BoxND >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< std::size_t >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< unsigned int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::shrink_to_fit()']]], + ['shrinktofit_7874',['ShrinkToFit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'amrex::ParticleContainer_impl::ShrinkToFit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ShrinkToFit()']]], + ['shuffle_5fdown_7875',['shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a70672ccc3c84750b04061d9750d7d6bd',1,'amrex::Gpu::detail']]], + ['side_7876',['side',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a079589b947e48000160801106e65d2fe',1,'amrex::algoim::PsiCode']]], + ['side_7877',['Side',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410',1,'amrex::Orientation']]], + ['side_5fop_7878',['side_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8',1,'amrex::tri_geom_ops']]], + ['side_5fop3_7879',['side_op3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb',1,'amrex::tri_geom_ops']]], + ['sigma_7880',['Sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82a827faff1bdcfe446237c4d6289abce66',1,'amrex::MLNodeLinOp']]], + ['sign_7881',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a07d4bc291fdef66c95f2bb4a5fcfb44b',1,'amrex::IParserExeSUB::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a3a8fe25b0375f175a86024aef70cd49b',1,'amrex::NonLocalBC::MultiBlockIndexMapping::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a636f8deeca6a119cd092b5a3257631cc',1,'amrex::ParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#a2fba2695fb011df9b7cc71d61b8ce8f2',1,'amrex::IParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a47d12f0c6eef6f8e1f3f3d205d37c958',1,'amrex::algoim::PsiCode::sign()']]], + ['signal_5fhandling_7882',['signal_handling',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f',1,'amrex::system']]], + ['simdata_7883',['SimData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ae53eccbcdd637ad1dcbdc0be4e895dc8',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['simmetadata_7884',['SimMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ab54c62846a8614acc3d677a975186569',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['simpleremoveoverlap_7885',['SimpleRemoveOverlap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253',1,'amrex']]], + ['simplified_7886',['simplified',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b3404ba7ad7bd57ae030a505619e205',1,'amrex::BoxArray']]], + ['simplified_5flist_7887',['simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a49e30b75672ca760ce5b4ece3114f08f',1,'amrex::BoxArray']]], + ['simplify_7888',['simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxList::simplify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxDomain::simplify()']]], + ['simplify_5fdoit_7889',['simplify_doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf1b93b74700437fde78c1cecfba7283',1,'amrex::BoxList']]], + ['sincos_7890',['sincos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6',1,'amrex::Math::detail::sincos()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a132a1933870ca2c349d598c1a634dd30',1,'amrex::Math::sincos(float x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27',1,'amrex::Math::sincos(double x)']]], + ['sincosf_7891',['sincosf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39',1,'amrex::Math::detail']]], + ['sincospi_7892',['sincospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a',1,'amrex::Math::sincospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5',1,'amrex::Math::sincospi(float x)']]], + ['single_7893',['single',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282add5c07036f2975ff4bce568b6511d3bc',1,'amrex::ForkJoin']]], + ['single_5flevel_5fredistribute_7894',['single_level_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1',1,'amrex']]], + ['single_5flevel_5fweighted_5fredistribute_7895',['single_level_weighted_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c',1,'amrex']]], + ['single_5fproduct_7896',['single_product',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb',1,'amrex']]], + ['single_5fseg_5fcpdist_7897',['single_seg_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8a22b07e6b5fd6ac52f1a09463038c13',1,'amrex::LineDistFcnElement2d']]], + ['single_5fspline_5fcpdist_7898',['single_spline_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3722851ada457f53ade7e28e84acfe79',1,'amrex::SplineDistFcnElement2d']]], + ['single_5ftask_7899',['single_task',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7',1,'amrex::single_task(gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919',1,'amrex::single_task(L &&f) noexcept']]], + ['single_5fvalued_7900',['single_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e',1,'amrex_ebcellflag_module']]], + ['single_5fvalued_5fbits_7901',['single_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#acc96dac6bf3def385c6a9bd418b71b6e',1,'amrex::EBCellFlag']]], + ['single_5fvof_5fbits_7902',['single_vof_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7ee55a07343cf958411c2400a2925a9a',1,'amrex::EBCellFlag']]], + ['singlechunkarena_7903',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html',1,'amrex::detail::SingleChunkArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2e3657b0ceda0efbd0b6457aec18480b',1,'amrex::detail::SingleChunkArena::SingleChunkArena(Arena *a_arena, std::size_t a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5d44b33a34400e117bf1fb885c295f41',1,'amrex::detail::SingleChunkArena::SingleChunkArena()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a9429dc85f6e1b449f8e4b8daa984129e',1,'amrex::detail::SingleChunkArena::SingleChunkArena(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acbc5848d9c62c383f3e5019dfb905435',1,'amrex::detail::SingleChunkArena::SingleChunkArena(SingleChunkArena &&rhs)=delete']]], + ['singlechunkptr_7904',['singleChunkPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::Mask >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< TagBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< TagBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< IArrayBox >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'amrex::FabArray::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'amrex::FabArray::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< IArrayBox >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< FArrayBox >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::CutFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::CutFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::Mask >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< FArrayBox >::singleChunkPtr()']]], + ['singlechunksize_7905',['singleChunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< TagBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'amrex::FabArray::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::CutFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::EBCellFlagFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::Mask >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< FArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< IArrayBox >::singleChunkSize()']]], + ['singleleveltoblueprint_7906',['SingleLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede6d4189f1d218b26880a44405df55e',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, conduit::Node &bp_mesh)']]], + ['singlestreamregion_7907',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html',1,'amrex::Gpu::SingleStreamRegion'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a1f4b981603f787eaf5882d2a74d73bf8',1,'amrex::Gpu::SingleStreamRegion::SingleStreamRegion()']]], + ['singletypemultiplier_7908',['SingleTypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089',1,'amrex::detail::SingleTypeMultiplier(const T(&)[N])'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab5675d735314e418d7eb80a17ef3f135',1,'amrex::detail::SingleTypeMultiplier(T)']]], + ['singletypemultiplier_5fimpl_7909',['SingleTypeMultiplier_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c',1,'amrex::detail']]], + ['singlevalued_7910',['singlevalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef',1,'amrex']]], + ['sinpi_7911',['sinpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900',1,'amrex::Math::sinpi(float x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a0568425c35018cd1be09a3b08a245585',1,'amrex::Math::sinpi(double x)']]], + ['six_7912',['six',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c',1,'amrex_constants_module']]], + ['sixteen_7913',['sixteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa',1,'amrex_constants_module']]], + ['sixth_7914',['sixth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43',1,'amrex_constants_module']]], + ['size_7915',['size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Status >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::ReductionEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Request >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MF >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< gpuStream_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< double >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< ParticleLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RegionsProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RT >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Setbuf_Char_Type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::ifstream * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< BLProfStats::TimeRange > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< RT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::vector< bool > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::VisMF::FabOnDisk >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::WeightedBox >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::YAFluxRegisterT< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::NameTagEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< Real, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< BLProfStats::BLPDataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char const * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::BarrierEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< V >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::VisMF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< T > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vertex >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#aee7d2fdc93ce371ec5059e473dc4a546',1,'amrex::VectorTag::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4d78a01bd23f19f9a1e0289490d79cfc',1,'amrex::VisMF::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac0043f7a0977743d03b2848e34f36df4',1,'amrex::WeightedBoxList::size()']]], + ['size_7916',['Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a451ff25eda72f0f12b5f403fe0d3c071',1,'amrex::InSituUtils::StateMap']]], + ['size_7917',['size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#af4a6afcca3d71815aa1bc2ea67f622d1',1,'amrex::Gpu::range_detail::size(BoxND< dim > const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a57949ca6008ad4fe7edb4e00741b1906',1,'amrex::Gpu::range_detail::size(T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< std::fstream > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< void *, amrex::Arena * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, IntVector > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, ParticleTile > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::string, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< int, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::string >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int *, NAI >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real,(M+2) *(M+1)/2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, nelems >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal *, NAR >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 4 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa263203c4d632942992a81436d22d658',1,'amrex::EB2::IndexSpace::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const ParticleReal *, NArrayReal >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const int *, NArrayInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< bool, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::EB2::PolyTerm, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::Interval, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'amrex::GpuArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#add0c4c063317604e14f8e37a5111afcd',1,'amrex::FatPtr::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac701dad264a80003de6f61480b98a869',1,'amrex::FabSetT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'amrex::PODVector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::XDim3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::STLtools::Triangle >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::openbc::MomTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::NeighborCode >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713a78056e395c21e855dcc1ed56525c',1,'amrex::FabArrayBase::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4cb40d2d0fafeeb40b606421015705fa',1,'amrex::ParticleTile::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a26aa497b3f57ab5b180a655e74ed34cd',1,'amrex::ParticleArrayAccessor::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a164daf80e9951556f38dc0887e804c78',1,'amrex::ParticleArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a736fe7c725b517fece9136f39e983765',1,'amrex::CArena::Node::size(std::size_t sz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a1bc2b9b503ccabb172ffe16f554519cf',1,'amrex::CArena::Node::size() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'IntVectND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'amrex::IntVectND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'IndexTypeND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'amrex::IndexTypeND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#af332a589a51f1028800331fe10fc9985',1,'amrex::ArrayOfStructs::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'amrex::BaseFab::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< AtomicInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< EBCellFlag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< HYPRE_Int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< PetscInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a132f07148e07fdae3f891ab726e467fb',1,'amrex::BndryRegisterT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac492bfeacfc03ff2dcb5375e5422d417',1,'amrex::BoxArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#ae5dbe221521d32d612f7f27c8f08fa57',1,'amrex::BoxCommHelper::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxDomain::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'amrex::BoxND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'BoxND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aca5acc3051c0c94e3668e5e5b5f17c17',1,'amrex::Gpu::Buffer::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ac8950252d5f3400022f97669a5ae9f66',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'amrex::Array1D::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a147954f74bf8c13090b0f243209c3c5f',1,'amrex::ErrorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0eebc2b29efd96d23accd706ab5f6930',1,'amrex::DistributionMapping::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a9facef73a0d5a831733696abfa55f1f8',1,'amrex::DescriptorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a7e8276dde25976588d90281777c5a96c',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a89260b2a2531381fabe737e7186860b2',1,'amrex::FabArrayBase::CacheStats::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a003cda29a508c69f8a9cb1ee80c7b72b',1,'amrex::NonLocalBC::CommData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a15a7c9b713844d961e224cec1e1b07cf',1,'CommProfStats::DataBlock::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a42bc947424343bc3814de983a6218d26',1,'amrex::AMReX::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Long > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'Array1D< int, 0, N-1 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'amrex::Array2D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4a46d0e6678b986c89dc8bfa94a3a849',1,'amrex::Array3D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'amrex::Array4::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< Real const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::PolyTerm >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ParticleLocator< Bins > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiMask >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IntVectND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::InterpBase * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IndexTypeND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::iMultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Geometry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::MFFork >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::ComponentSet >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::STLLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::GShopLevel< G > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::Edge >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::ChkptFileLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DistributionMapping >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::distFcnElement2d * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DataServices * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxList >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxArray >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::RStartStop >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CommStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CallStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BCRec >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'amrex::Vector::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html#ab723e0e41b232e91ac3dce7ca165d39a',1,'amrex::TypeList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< FAB * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< double > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::VisMF * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int *, DefaultAllocator< const int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Geometry > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FabArrayId > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxArray > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::StateData >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< std::size_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ae0e85fbd1e4fa4bb5a42340a9f43f725',1,'amrex::StructOfArrays::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a95cfb01202068efe699062fad7263bb6',1,'amrex::TableData::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< index_type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int *, DefaultAllocator< int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< unsigned int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a7c88084606d1acdaf21b6e891625d0cc',1,'amrex::Stack::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal * >::size()']]], + ['size_5ftype_7918',['size_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< index_type >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int *, DefaultAllocator< int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< unsigned int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< std::size_t >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int *, DefaultAllocator< const int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::XDim3 >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::STLtools::Triangle >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::openbc::MomTag >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::NeighborCode >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::BoxND >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'amrex::PODVector::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad6bd455548ae6962f2293a67aa289721',1,'hacc::AlignedAllocator::size_type()']]], + ['sizeinreal_7919',['SizeInReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a566da28aaf6d6cb87b9dc2b2fbf1c889',1,'amrex::ArrayOfStructs']]], + ['sizeof_7920',['sizeOf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1aefcfca2b595c0f7ddac3e351f6e8a3',1,'amrex::CArena']]], + ['skip_7921',['skip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9aa87ef9c47577970c43ec2bff26dbd9',1,'amrex::FABio_8bit::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a58b0e6f163ed56a2d5af572f78728b50',1,'amrex::FABio::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7810f531669abb911e28867a2fba1f40',1,'amrex::FABio_8bit::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a345ade910a7cac5997ce223212d812fd',1,'amrex::FABio_ascii::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a8c38610bff2b38e353308da6808d4330',1,'amrex::FABio_ascii::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ae6ab7789b241f47be47b36df4a7289ee',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ac15404e86dd5cc0c0f3092192cbd9567',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3209c1c8fd600cbd8cd62912efa69d89',1,'amrex::FABio::skip()']]], + ['skipfab_7922',['skipFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a30357415a1823591985d8a6434d296c1',1,'amrex::FArrayBox::skipFAB(std::istream &is, int &num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aadcc71b9080373f0846157aa5955c78c',1,'amrex::FArrayBox::skipFAB(std::istream &is)']]], + ['skippltlines_7923',['skipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aea8c1f5867b40ff35944f471b3808071',1,'amrex::AmrData']]], + ['sleep_7924',['Sleep',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8',1,'amrex']]], + ['slowblink_7925',['SlowBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a0a6af2cfc3d3c8e71bd2d45f6e3362fa',1,'amrex::Font']]], + ['sm_5fsp_7926',['sm_sp',['../structPPM_1_1nolimiter.html#a0f3b4bc3afb82f8101312621c720a69d',1,'PPM::nolimiter::sm_sp()'],['../structPPM_1_1minmod.html#a466ee26d939e9da6d8c6a9d54d29da89',1,'PPM::minmod::sm_sp()'],['../structPPM_1_1upwind.html#a61979ff1b7f9201fe76c31a611a7038c',1,'PPM::upwind::sm_sp()'],['../structPPM_1_1weno__js.html#aa619be5ba9bcb11d5d818ca318f9c699',1,'PPM::weno_js::sm_sp()'],['../structPPM_1_1wenoz.html#a38f38bef80528ac68cb3b4d473b121c2',1,'PPM::wenoz::sm_sp()'],['../structPPM_1_1vanleer.html#a89fa76480e9a228cbf70392c0928fc13',1,'PPM::vanleer::sm_sp()']]], + ['small_5fplot_5ffile_5froot_7927',['small_plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a55fb651c5355f362017c26f4f02cc127',1,'amrex::Amr']]], + ['small_5fplot_5fint_7928',['small_plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a61f6ee1066c6df367e8b5f3680965b0e',1,'amrex::Amr']]], + ['small_5fplot_5flog_5fper_7929',['small_plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab75c18875ec4f6d84cb1bfe4518ea81b',1,'amrex::Amr']]], + ['small_5fplot_5fper_7930',['small_plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9f5b7511d029e894847247437d90e19',1,'amrex::Amr']]], + ['small_5fvel_7931',['small_vel',['../group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550',1,'hydro_constants.H']]], + ['smallend_7932',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'amrex::BoxND::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'BoxND< AMREX_SPACEDIM >::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'BoxND< AMREX_SPACEDIM >::smallEnd(int dir) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'BoxND< AMREX_SPACEDIM >::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'amrex::BoxND::smallEnd(int dir) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'amrex::BoxND::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< Real >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< PetscInt >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< EBCellFlag >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< char >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< AtomicInt >::smallEnd()']]], + ['smallend_7933',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'amrex::BoxND']]], + ['smallend_7934',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'amrex::BaseFab']]], + ['smallend_7935',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'BoxND< AMREX_SPACEDIM >']]], + ['smallend_7936',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< HYPRE_Int >']]], + ['smallplotint_7937',['smallplotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2c5ce27afbaf7d1a9e5938e547862527',1,'amrex::Amr']]], + ['smallplotlogper_7938',['smallplotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae93d8da97d0a049f5da23bea33ed2fe1',1,'amrex::Amr']]], + ['smallplotper_7939',['smallplotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a004dd1aadb752b3913f83f1d4bd825a3',1,'amrex::Amr']]], + ['smooth_7940',['smooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f77ffd080d73ac9346cc408ee7a6d8',1,'amrex::MLNodeLinOp::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a04486888c630dc3e4a5258a0e174345c',1,'amrex::MLCellLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a11d08332baaab14e6c7cd45597aef245',1,'amrex::MLCurlCurl::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'amrex::MLLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'MLLinOpT< Array< MultiFab, 3 > >::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af9e5daf778c4816d30ce447baf3387b0',1,'amrex::MLNodeTensorLaplacian::smooth()']]], + ['smooth4_7941',['smooth4',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b8448ec4cebb216a725c03e0bb37bee',1,'amrex::MLCurlCurl']]], + ['smoother_7942',['smoother',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132',1,'amrex']]], + ['snd_5fbuffer_7943',['snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8fd0536bf961bc912c1a380d93b077dd',1,'amrex::NeighborParticleContainer']]], + ['soa_7944',['SoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad',1,'amrex::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a0bd0a51d63fc5729e47a6d028fdd6695',1,'amrex::ParIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'amrex::ParIterBase_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'amrex::ParticleContainer_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a22d017997751335e72bad98b42931cfc',1,'amrex::ParticleTile::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9e7d45b7517d58230f82a78bd934c06e',1,'amrex::ParConstIter_impl::SoA()']]], + ['soaparticle_7945',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html',1,'amrex::SoAParticle< T_NArrayReal, T_NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a9f2f2ef9d3e2c7e2299b1d49efdf1355',1,'amrex::SoAParticle::SoAParticle()']]], + ['soaparticlebase_7946',['SoAParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html',1,'amrex']]], + ['soaref_7947',['SoARef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'amrex::ParIterBase_impl::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()']]], + ['sol_7948',['sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab6f5f94d1d7ce12cb556b0cab630f5af',1,'amrex::MLMGT::sol()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a7aeb729c30c8d86610ced5cbb03fedc1',1,'SDCstruct::sol()']]], + ['sol_5fis_5falias_7949',['sol_is_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acb90259a394dcc6252806b5a533ec9fc',1,'amrex::MLMGT']]], + ['solution_7950',['Solution',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a49b21ad0d38942f635877e7bbc5d7a1e',1,'amrex::LinOpEnumType']]], + ['solutionresidual_7951',['solutionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a9577a87ff76e6c9406e3cbe716d26746',1,'amrex::MLNodeLinOp::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad6684ea6b055170aad353ee9a4dcc316',1,'amrex::MLCellLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a68c7fc765c4f93349326b9a7cd3d038e',1,'amrex::MLCurlCurl::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'amrex::MLLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'MLLinOpT< Array< MultiFab, 3 > >::solutionResidual()']]], + ['solve_7952',['solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#aad8e08ec70f7e680e43b8fa108a08e39',1,'amrex::MLCGSolverT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afa3e2aa5b90524633ea96626119fe9ab',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa1b2f0a4a7b72759d11799a3a9d49390',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acbdb042ef433f3067ffd57ec67f64612',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6736230495796a2feeaa3aae95dd7abb',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a687b35c6ab5b576840ab03ae61a898ab',1,'amrex::OpenBCSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3dfb08dc31961b6f255925c4879a382d',1,'amrex::PETScABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a9f1959fa7ca34e1168671353176ee630',1,'amrex::HypreSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8ab7840824ff1afad30c2adc35584bd3',1,'amrex::HypreNodeLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a25842c55bb17593f8f71cacd5d79b5a9',1,'amrex::HypreMLABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae48880d1c8d1b08f9eeec413c152478a',1,'amrex::HypreIJIface::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8aab0e1b05eed8423e2b70979ff703d8',1,'amrex::HypreABecLap3::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a95644483c25527e50d0431547e0fe666',1,'amrex::HypreABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#accd025c6669f7d68aa001f5c4d1582ad',1,'amrex::Hypre::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a12b1b279c8233ed99af1f9765a46d502',1,'amrex::GMRESMLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'amrex::GMRES::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a5d2e1e80ccc5910d5b18be89b43ac98c',1,'amrex::HypreABecLap2::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'GMRES< MF, GMRESMLMGT< MF > >::solve()']]], + ['solve_5fbicgstab_7953',['solve_bicgstab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7e4df044793281aa42b1943cb720e3c0',1,'amrex::MLCGSolverT']]], + ['solve_5fcalled_7954',['solve_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b20154bea5f4c9076bc6d50529a44b2',1,'amrex::MLMGT']]], + ['solve_5fcg_7955',['solve_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a56708cd7b832c09b21bb39fb35d61c5c',1,'amrex::MLCGSolverT']]], + ['solve_5fthomas_7956',['solve_thomas',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a98a4a395aa34dc355b76fdd5ad85c6fd',1,'amrex::distFcnElement2d']]], + ['solve_5ftime_7957',['solve_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdafe6893b283399428e6511e5ce0780e7c',1,'amrex::MLMGT']]], + ['solver_7958',['solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a41e38522e51d31b8db271795fb039304',1,'amrex::HypreABecLap::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3205603faeee158a49f3ab4b8732d57b',1,'amrex::HypreABecLap2::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a976f5746ad0716c9506ffebd4c4a6cd2',1,'amrex::PETScABecLap::solver()']]], + ['solver_5ftype_7959',['solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af2a29b081fce0743089c448703b6da3a',1,'amrex::MLCGSolverT']]], + ['sort_7960',['Sort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a65d02277c7532c3befd7d24aeda66a0d',1,'amrex::DistributionMapping']]], + ['sortparticlesbybin_7961',['SortParticlesByBin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'amrex::ParticleContainer_impl::SortParticlesByBin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByBin()']]], + ['sortparticlesbycell_7962',['SortParticlesByCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'amrex::ParticleContainer_impl::SortParticlesByCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByCell()']]], + ['sortparticlesfordeposition_7963',['SortParticlesForDeposition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'amrex::ParticleContainer_impl::SortParticlesForDeposition()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesForDeposition()']]], + ['spacedim_7964',['spaceDim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aa391b223b190969e506f7a1ca3995544',1,'amrex::PlotFileData::spaceDim()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a98409ca4924677464a16e11b2eeb7928',1,'amrex::PlotFileDataImpl::spaceDim()']]], + ['sparsebiniteratorfactory_7965',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html',1,'amrex::SparseBinIteratorFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a1bba7f1d49bf6b695d5a3bb7986a371a',1,'amrex::SparseBinIteratorFactory::SparseBinIteratorFactory()']]], + ['sparsebins_7966',['SparseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html',1,'amrex']]], + ['sparsewritingranks_7967',['sparseWritingRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7ea5dbf41c762d6e8e90def0b878ea8d',1,'amrex::NFilesIter']]], + ['special_7968',['Special',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dab844c3099506080d12c1145ccdafa585',1,'amrex::ErrorRec']]], + ['sphereif_7969',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html',1,'amrex::EB2::SphereIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a638528a2c99f2f26bd56c03a9b8fec21',1,'amrex::EB2::SphereIF::SphereIF()']]], + ['spherical_7970',['SPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaaa0c55dfafca5806f988babd974f5b158',1,'amrex::CoordSys']]], + ['splinedistfcnelement2d_7971',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html',1,'amrex::SplineDistFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0fcf2acf8322d4abeb0a469639510f1c',1,'amrex::SplineDistFcnElement2d::SplineDistFcnElement2d()']]], + ['splineif_7972',['SplineIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html',1,'amrex::EB2']]], + ['split_7973',['split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1',1,'amrex::split()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282aeefec303079ad17405c889e092e105b0',1,'amrex::ForkJoin::split()']]], + ['split_5fbounds_7974',['split_bounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a696ffed713794753cb3d42f63eaad6ab',1,'amrex::ForkJoin']]], + ['split_5fboxes_7975',['split_boxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa',1,'amrex::NonLocalBC::detail']]], + ['split_5ftasks_7976',['split_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af28d2dad955c8aeeb067472559794d86',1,'amrex::ForkJoin']]], + ['splitindexlist_7977',['SplitIndexList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html',1,'amrex::detail']]], + ['spos_7978',['spos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a0a9ed9969064cb80a76c99f89d3bf4f2',1,'amrex::StreamRetry']]], + ['sqrt_7979',['sqrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab',1,'amrex']]], + ['src_7980',['src',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a45bf31bfbfe4a36b332561392e77a997',1,'amrex::PCData']]], + ['src_5fcomp_7981',['src_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a9bdf3dc879b2ee93a3dd1b84ffdf294b',1,'amrex::StateDataPhysBCFunct']]], + ['src_5fcomponent_7982',['src_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#abde0cfb7cbd64033b3462d65905c5831',1,'amrex::NonLocalBC::PackComponents']]], + ['src_5fgrid_7983',['src_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a9c7b2de6a18a790a0c6ab11755a9bcbe',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6fead2902da1385e8caf89e7befdc5eb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_grid()']]], + ['src_5findex_7984',['src_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a45d5ea1b77c02b73d2197c51213f7115',1,'amrex::NeighborParticleContainer::NeighborCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a5da18ae8999a27536fe8c377794f1419',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a50153a66460c821e4fd0097b5517d799',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_index()']]], + ['src_5flevel_7985',['src_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a40b53edfb8a608ea7034a66f0cb371cb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a2af15e9231edc21de5283a90399097f2',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_level()']]], + ['src_5ftile_7986',['src_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a7560937506c656826660a420d1eebfa0',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#adb4d25c3b04bf9a07033ae7f5577dc67',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_tile()']]], + ['srccomp_7987',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html',1,'amrex']]], + ['srccomp_7988',['srcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a01917a2e8e16dff02f56a81a578687f1',1,'amrex::FabArrayBase::FabComTag::srcComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abf33adc9a73450887814df15429e64ac',1,'amrex::FabCopyDescriptor::srcComp()']]], + ['srccomp_7989',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#a82862a75a1e13a197c26cb74c9aa9ff9',1,'amrex::SrcComp']]], + ['srcindex_7990',['srcIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa03667cd08814ea67d8fc2170a93a07c',1,'amrex::FabArrayBase::CopyComTag']]], + ['sros_7991',['sros',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#af59c34dc9c7f3ff811de893776f96ea1',1,'amrex::StreamRetry']]], + ['ss_7992',['SS',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ae3184e7fc000b566c6058b4a56d44968',1,'hacc::Error']]], + ['ss_7993',['ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac4b44832e48e2668106dbfec83c8acca',1,'amrex::PrintToFile::ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#abfc9a46813216f47dd6fd4ef6fb90c36',1,'amrex::Print::ss()']]], + ['ssamg_7994',['SSAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81',1,'amrex']]], + ['ssprk3_7995',['SSPRK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42',1,'amrex']]], + ['stablepartition_7996',['StablePartition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57310fe9971a6396f436f596efa45226',1,'amrex::StablePartition(T *data, int beg, int end, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439',1,'amrex::StablePartition(Gpu::DeviceVector< T > &v, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5',1,'amrex::StablePartition(T *data, int n, F &&f)']]], + ['stack_7997',['Stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html',1,'amrex']]], + ['stackdepth_7998',['stackDepth',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a07acaf5c443edd83d069c9056d2284e3',1,'BLProfStats::CallTreeNode']]], + ['stacktime_7999',['stackTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#abbd67971ba1617870613e5a4a6bf3e48',1,'BLProfStats::CallTreeNode']]], + ['standard_8000',['Standard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dabd4b8573edb15206522a41ee3a5db143',1,'amrex::ErrorRec']]], + ['start_8001',['start',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#a93562832d8584826a1f57b96049a788c',1,'amrex::StateData::TimeInterval::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a23e13e10e51162268f980aef8a8bda3d',1,'amrex::BLProfiler::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aa79d79de0a3a1e592808ea80448e1637',1,'amrex::TinyProfiler::start()']]], + ['start_5ftime_8002',['start_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad97c2f4d6656288b817b8bbcc0bba7b6',1,'amrex::Amr']]], + ['startparallel_8003',['StartParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2769c2600233e299c5ef83ecdb5d3706',1,'amrex::ParallelDescriptor']]], + ['startregion_8004',['StartRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abf8db78796b24b46b0483e5b61ed1d84',1,'amrex::TinyProfiler']]], + ['startteams_8005',['StartTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f',1,'amrex::ParallelDescriptor']]], + ['starttime_8006',['startTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acc1a0426cbe4ab8ec7294472aacc285e',1,'BLProfStats::TimeRange::startTime()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a70c62cf9a34766ad62c1b2ff4df8b10e',1,'amrex::Amr::startTime()']]], + ['startx_8007',['startX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3bfcf78a8127217941d34f3970937b19',1,'amrex::XYPlotDataList']]], + ['startx_8008',['StartX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae39870dae1d4a6be96581df74ade1a31',1,'amrex::XYPlotDataList']]], + ['startxi_8009',['StartXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a8bacfc0ada0a500d952e78fd38a317f8',1,'amrex::XYPlotDataListLink']]], + ['startxi_8010',['startXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a2c1253f78f993bd3c632364c7e8aca1e',1,'amrex::XYPlotDataListLink']]], + ['stat_8011',['stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a8b8c3ca768ba6333bad5d0fbe023e804',1,'amrex::ParallelDescriptor::Message']]], + ['state_8012',['state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac00306c6990dffb14241578a8f4aa281',1,'amrex::AmrLevel']]], + ['state_5fplot_5fvars_8013',['state_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a68d5307a670be15bf2684597d9a4484a',1,'amrex::Amr']]], + ['state_5fsmall_5fplot_5fvars_8014',['state_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6332120c4e7b5df16dc8631e98b42d39',1,'amrex::Amr']]], + ['state_5ft_8015',['state_t',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html',1,'amrex::BlockMutex']]], + ['statedata_8016',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html',1,'amrex::StateData'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ed30f9771b7271144f8746cc4644cfe',1,'amrex::StateData::StateData(StateData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0dbe25ac3e59b6bfb42e24f8fa8cf9c',1,'amrex::StateData::StateData(const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const StateDescriptor *d, Real cur_time, Real dt, const FabFactory< FArrayBox > &factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a947b62feb1753b7ebe6c604066b1d494',1,'amrex::StateData::StateData()']]], + ['statedata_8017',['statedata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a555d0d4c4ae81f45d2cd854bc9d64ead',1,'amrex::StateDataPhysBCFunct']]], + ['statedata_8018',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ee2ed55ac82c740d722ffe69da70f41',1,'amrex::StateData']]], + ['statedataphysbcfunct_8019',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html',1,'amrex::StateDataPhysBCFunct'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51a3670e2ed07485744ef6462ebfd6ce',1,'amrex::StateData::StateDataPhysBCFunct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#ad8a15ee0d450436bc276a071e993e529',1,'amrex::StateDataPhysBCFunct::StateDataPhysBCFunct()']]], + ['statedescriptor_8020',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html',1,'amrex::StateDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ad0751c6380b8996cb85c91ff4dc9f7ea',1,'amrex::StateDescriptor::StateDescriptor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a71b48fdb0b98b5fb38c19c20d9fb85bc',1,'amrex::StateDescriptor::StateDescriptor(IndexType btyp, TimeCenter ttyp, int ident, int nextra, int num_comp, InterpBase *interp, bool extrap=false, bool store_in_checkpoint=true)']]], + ['statemap_8021',['StateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html',1,'amrex::InSituUtils']]], + ['statemetadata_8022',['StateMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a786f177417b2aff2c65612249af325af',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['statemode_8023',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'MLLinOpT< Array< MultiFab, 3 > >::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'amrex::MLLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa4c0f4d5b84c079cc96ab6b0c0fb276e',1,'amrex::MLCurlCurl::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaa558995ac0e6dace1b2539572250a7',1,'amrex::MLCellLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8',1,'amrex::LinOpEnumType::StateMode()']]], + ['statenumber_8024',['StateNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9123a637a2bcb30632bd253a7f0705eb',1,'amrex::AmrData']]], + ['stateplotvars_8025',['statePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a026e3576e84968fb18a32fc46f1cc21a',1,'amrex::Amr']]], + ['staterange_8026',['StateRange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html',1,'amrex::DeriveRec']]], + ['stateredistribute_8027',['StateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63',1,'amrex']]], + ['states_8028',['States',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a0765f0ebcbf2472c5229c18dc941432d',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['statesmallplotvars_8029',['stateSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a241b0a149dd4f2b15a83c5724d4153',1,'amrex::Amr']]], + ['stats_8030',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html',1,'amrex::TinyProfiler::Stats'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aa462bcfda5e47f61afb6a7460b9e7371',1,'amrex::TinyProfiler::Stats::Stats()']]], + ['stats_8031',['stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a482a19ba37661846afa0f40688702f95',1,'amrex::NonLocalBC::CommData::stats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5205c680d2a8d3fd69195aab83ce3b7a',1,'amrex::TinyProfiler::stats()']]], + ['statsmap_8032',['statsmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac803023249064c812474a5aa120ef397',1,'amrex::TinyProfiler']]], + ['status_8033',['status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'STVA< U >::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa0e103be8fb2a7e42cecf5a2522d3267',1,'amrex::Scan::detail::BlockStatus< T, false >::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'amrex::Scan::detail::STVA::status()']]], + ['stencil_8034',['stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a73dd70f5641b8d1fb5af628c304404a9',1,'amrex::HypreABecLap2']]], + ['stencil_5fwidth_8035',['stencil_width',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a2d02dfb2273a47559f2cdb441f5843f0',1,'amrex::ParticleInterpolator::Linear::stencil_width()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#af95b5b093ce12502507d13ac8fe96254',1,'amrex::ParticleInterpolator::Nearest::stencil_width()']]], + ['stepoflastcheckpoint_8036',['stepOfLastCheckPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a846cd945ebbc286b3488690b2105794a',1,'amrex::Amr']]], + ['stepoflastplotfile_8037',['stepOfLastPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a60e9811cfc1390ce271f27a1e6382aba',1,'amrex::Amr']]], + ['stepoflastsmallplotfile_8038',['stepOfLastSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a254fc5d48a5ea09b0036ac3c0261d1ec',1,'amrex::Amr']]], + ['stllevel_8039',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html',1,'amrex::EB2::STLLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a2c8f60e6045903c262446da9d98ffac9',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, STLLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a70a0b01e9f80fc8d3053c7df91feeaef',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, STLtools const &stl_tools, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)']]], + ['stltools_8040',['STLtools',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html',1,'amrex']]], + ['stop_8041',['stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a84199c5f792b3e60b33f6e7ea0fc5568',1,'amrex::TinyProfiler::stop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae2bd1e84672c71dd183ee1eb026da327',1,'amrex::BLProfiler::stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#add8128cb7af0fe0a981329a09e5fee37',1,'amrex::StateData::TimeInterval::stop()']]], + ['stopregion_8042',['StopRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac96b507c36165550f9a2bf115aedc5fb',1,'amrex::TinyProfiler']]], + ['stoptime_8043',['stopTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a69fd0fb94f6216e039668dd5280a9bb0',1,'BLProfStats::TimeRange']]], + ['storageparticletype_8044',['StorageParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a60efba6078d3acb0c2911e1a91a67a7b',1,'amrex::Particle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a55a17e386778ab8574960da701c0cdb7',1,'amrex::ConstSoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a00d52f45cf7e8a4b3c30cfb48e7bca78',1,'amrex::ParticleTile::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ac3fb7efdc3d6e84fffaf246164cbd7a2',1,'amrex::SoAParticle::StorageParticleType()']]], + ['store_5fin_5fcheckpoint_8045',['store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a66cfbf90a5c1eab91499e5f4d2e080a1',1,'amrex::StateDescriptor']]], + ['storerkcoarsedata_8046',['storeRKCoarseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad059e9960589afeff57d54307acd2dca',1,'amrex::FillPatcher::storeRKCoarseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab3d554a4e9e4b98aae59f88ebba1e288',1,'amrex::AmrLevel::storeRKCoarseData()']]], + ['strategy_8047',['strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac41e6c0536cc22b8c0d71c0450e58df2',1,'amrex::DistributionMapping::strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#add9f7493d35af3e2ad724ce9e55322ba',1,'amrex::DistributionMapping::strategy(Strategy how)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a922cc68b9dce362ee62f0d724dede442',1,'amrex::ForkJoin::MFFork::strategy()']]], + ['strategy_8048',['Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282',1,'amrex::ForkJoin::Strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8',1,'amrex::DistributionMapping::Strategy()']]], + ['streadtag_8049',['stReadTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa46825b65b950336cbbdf7fdad5bd4d0',1,'amrex::NFilesIter']]], + ['stream_8050',['Stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4c71f8cab2ada9d8f54d800d0b7abc65',1,'amrex::NFilesIter']]], + ['stream_5fmax_5ftries_8051',['stream_max_tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a21bfe4d69a3d61259e419781fac7e519',1,'amrex::Amr']]], + ['streamindex_8052',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a049b80f650443158297dbc0fb19c304e',1,'amrex::Gpu::Device::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5c894f80bcd597d413fb19d8d9d3637a',1,'BLProfStats::BLPDataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a13d897811c92d1e7088cb5d11623f636',1,'CommProfStats::DataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#abb82343828610d370167b0392caea97e',1,'RegionsProfStats::DataBlock::streamIndex()']]], + ['streamiter_8053',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html',1,'amrex::Gpu::StreamIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ad1e005cac4e3e6d15766802cba5b183a',1,'amrex::Gpu::StreamIter::StreamIter(int n, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#afce690e05e05809c2b1cd96c1c7ad395',1,'amrex::Gpu::StreamIter::StreamIter(int n, const StreamItInfo &info, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a9cf45fbf148f2bfa9d9abfe9951180fd',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a64c0f94193da32d65e2fcbf3f22ae362',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter &&)=delete']]], + ['streamitinfo_8054',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html',1,'amrex::Gpu::StreamItInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#a4de687fc827f6b0fd1960b07435be1ba',1,'amrex::Gpu::StreamItInfo::StreamItInfo()']]], + ['streamretry_8055',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html',1,'amrex::StreamRetry'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a8ce080cc55c98f052a600ef1f2643781',1,'amrex::StreamRetry::StreamRetry(std::string filename, bool abortonretryfailure, int maxtries)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a68c551c81442d93acf9eb3825a0f1ce7',1,'amrex::StreamRetry::StreamRetry(std::ostream &os, std::string suffix, int maxtries)']]], + ['streams_8056',['streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a6387ff79e8fcfbfdcfbc7dd8d8e78621',1,'amrex::MFIter']]], + ['streamsynchronize_8057',['streamSynchronize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a67c55a7d25eb5f5fdec62ffcc9c0dccf',1,'amrex::Gpu::Device::streamSynchronize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a67a618504ee5fb94bd65a5d393e344b4',1,'amrex::Gpu::streamSynchronize() noexcept']]], + ['streamsynchronizeall_8058',['streamSynchronizeAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a78acbb676e94c674fa5ec73508cef459',1,'amrex::Gpu::streamSynchronizeAll()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a95bff02196b80d848b89b92166e704b9',1,'amrex::Gpu::Device::streamSynchronizeAll()']]], + ['strictly_5fcontains_8059',['strictly_contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'amrex::BoxND::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'amrex::BoxND::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'amrex::BoxND::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'amrex::BoxND::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(int i, int j, int k) const noexcept']]], + ['stride_8060',['stride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a43b1a4e88127b9fe9ec9c37c5623d5ed',1,'amrex::CellData']]], + ['stride1_8061',['stride1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'amrex::Table2D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a9f61817deacaa878d06ec111526eb676',1,'amrex::Table4D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a2364337755de91dfe210ddb6e13d9917',1,'amrex::Table3D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'Table2D< RT >::stride1()']]], + ['stride2_8062',['stride2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a57bde5d86b817e2779189949f8b589c5',1,'amrex::Table4D::stride2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a3fd3906154fd716964cdd75b4694c9b2',1,'amrex::Table3D::stride2()']]], + ['stride3_8063',['stride3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a0084b4eab04a94241c76c5fc15c6e30a',1,'amrex::Table4D']]], + ['strong_5fthreshold_8064',['strong_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#acbc3e949322292ed5e578e8a2bd87bb3',1,'amrex::Hypre']]], + ['structed_8065',['structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa3c1530a48aea0feaf4956bca2698ebd6',1,'amrex::Hypre']]], + ['structofarrays_8066',['StructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html',1,'amrex']]], + ['stva_8067',['STVA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'amrex::Scan::detail']]], + ['stva_3c_20u_20_3e_8068',['STVA< U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'']]], + ['stwritetag_8069',['stWriteTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae9224fba010f5b9f9b337f1e1ebdbbec',1,'amrex::NFilesIter']]], + ['sub_5fcycle_8070',['sub_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1fa04ad61e5931bab05e515255c447d1',1,'amrex::Amr']]], + ['subbox_8071',['subBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a799a901c3f374cb4499799fce9b67d2e',1,'amrex::FabCopyDescriptor']]], + ['subcycle_8072',['subCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae22e90398efa6b78ca3d1a68e0839a31',1,'amrex::Amr']]], + ['subcycling_5fmode_8073',['subcycling_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a746a85f8a72742a006a5c78de497c3f9',1,'amrex::Amr']]], + ['subcyclingmode_8074',['subcyclingMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a8083d08d7c253cabc6428890a708e',1,'amrex::Amr']]], + ['submit_8075',['Submit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aa1f51f051314b9228d4e287292937139',1,'amrex::AsyncOut::Submit(std::function< void()> &&a_f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad1040f8c8e03807e7557a56891873d8e',1,'amrex::AsyncOut::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#aa62257343be0d75867496c765d0d959e',1,'amrex::BackgroundThread::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a31e717cddbcc5e4079da2d35d11a5c68',1,'amrex::BackgroundThread::Submit(std::function< void()> &&a_f)']]], + ['subregionminmax_8076',['SUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea503682758a9652794035ca63ab96c560',1,'amrex::Amrvis']]], + ['subtract_8077',['Subtract',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4f2c04ea9d0f7a551bc2263b9a63d324',1,'amrex::MultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a66a3302f803afd696dff628cf4c61e3b',1,'amrex::iMultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5f37af40303a10e8d54e15c1931a5b8e',1,'amrex::MultiFab::Subtract()']]], + ['suffix_8078',['suffix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a87fb6f4eaeaa1e62c31a3f1b4c451a87',1,'amrex::StreamRetry']]], + ['sum_8079',['sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::Mask >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal *, NAR >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 4 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int *, NAI >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const ParticleReal *, NArrayReal >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const int *, NArrayInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< bool, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::EB2::PolyTerm, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::Interval, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'amrex::GpuArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< TagBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< IArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< FArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62669a27ec4a577f0bef72dc2a1243aa',1,'amrex::MultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum()']]], + ['sum_8080',['Sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877',1,'amrex::ParallelAllReduce::Sum(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d',1,'amrex::ParallelAllReduce::Sum(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af',1,'amrex::ParallelAllReduce::Sum(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9',1,'amrex::ParallelReduce::Sum(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e',1,'amrex::ParallelReduce::Sum(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33',1,'amrex::ParallelReduce::Sum(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e',1,'amrex::Reduce::Sum(N n, T const *v, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5',1,'amrex::Reduce::Sum(N n, F const &f, T init_val=0)']]], + ['sum_8081',['sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569dadb62579be9a4f3141fb640a655f49f52',1,'amrex::detail::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a623e2f01e2a7695e835d258d1a8067b7',1,'amrex::MultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'IntVectND< AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'amrex::IntVectND::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a441103d0ab07713e21521a7189e193ce',1,'amrex::iMultiFab::sum(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a2a2a37f4066af411d73b297946a62a34',1,'amrex::iMultiFab::sum(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, nelems >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< EBCellFlag >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< char >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< char >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< char >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< AtomicInt >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< AtomicInt >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'amrex::Array1D::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< AtomicInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< EBCellFlag >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'Array1D< int, 0, N-1 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'amrex::Array2D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'amrex::Array2D::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ae7c4e83776aa2f4f136bd43d5e7ba4f5',1,'amrex::Array3D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d2bf97e6c6e441f18ded1e2b04fb9e4',1,'amrex::Array3D::sum(int axis, int loc0, int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'amrex::BaseFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::EBCellFlagFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::CutFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< PetscInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< AtomicInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'amrex::FabArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< Real >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< Real >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< Real >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< PetscInt >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< PetscInt >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< HYPRE_Int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< HYPRE_Int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< HYPRE_Int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< EBCellFlag >::sum()']]], + ['sum_5ffine_5fto_5fcoarse_8082',['sum_fine_to_coarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab67331acff75bf2840f409750b1ada66',1,'amrex']]], + ['sum_5funique_8083',['sum_unique',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afe7c47dff8cf8e0fb550d0e78c7b5375',1,'amrex::MultiFab::sum_unique(int comp=0, bool local=false, const Periodicity &period=Periodicity::NonPeriodic()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7c6f3136fca76d4f0f827c45420ca7ab',1,'amrex::MultiFab::sum_unique(Box const &region, int comp=0, bool local=false) const']]], + ['sumboundary_8084',['SumBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< TagBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< IArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::Mask >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'amrex::FabArray::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::CutFab >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary()']]], + ['sumboundary_5ffinish_8085',['SumBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< TagBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< IArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< FArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::Mask >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::CutFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'amrex::FabArray::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_finish()']]], + ['sumboundary_5fnowait_8086',['SumBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< FArrayBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::Mask >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< FArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< IArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< TagBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['sumneighbors_8087',['sumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a881b90e85491b4c0a7bb25425cc38641',1,'amrex::NeighborParticleContainer']]], + ['sumneighborsmpi_8088',['sumNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a832b5eccef2ae5ed7bb83a92653b793e',1,'amrex::NeighborParticleContainer']]], + ['sumreg_8089',['SumReg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8eb3103253e2e3aba75f6d67574243f1',1,'amrex::FluxRegister']]], + ['sumtoline_8090',['sumToLine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73',1,'amrex']]], + ['sunctx_8091',['sunctx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a148c3b08445f55f8a9ceca1f25f1d7f0',1,'amrex::SundialsIntegrator::sunctx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ac93fe349524feb542323ce4507856d52',1,'amrex::sundials::MemoryHelper::sunctx()']]], + ['sundials_8092',['Sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d',1,'amrex']]], + ['sundialsintegrator_8093',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html',1,'amrex::SundialsIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adbc676c515b149ee4b563fa3de3adbf4',1,'amrex::SundialsIntegrator::SundialsIntegrator(const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a073132be2c807a20aaddee85783c35fa',1,'amrex::SundialsIntegrator::SundialsIntegrator()']]], + ['sundialsuserdata_8094',['SundialsUserData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html',1,'amrex']]], + ['superparticle_5fsize_8095',['superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superparticle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'amrex::ParticleContainer_impl::superparticle_size()']]], + ['superparticlesize_8096',['superParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'amrex::ParticleContainer_impl::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa9079143c32a58be84a505fd9d97ffd8',1,'amrex::ParticleCopyPlan::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superParticleSize()']]], + ['superparticletype_8097',['SuperParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1c6baf08ed7bdeb1d7a7acf30eefad52',1,'amrex::NeighborParticleContainer::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'amrex::ParticleContainer_impl::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acdece46bb48b940977bf9efe198779c4',1,'amrex::ParticleTile::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'amrex::ParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'amrex::ConstParticleTileData::SuperParticleType()']]], + ['supportinhomogneumannbc_8098',['supportInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ac7b687cd9603d112b33b92f2047f663f',1,'amrex::MLCellABecLapT::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'MLLinOpT< Array< MultiFab, 3 > >::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'amrex::MLLinOpT::supportInhomogNeumannBC()']]], + ['supportnsolve_8099',['supportNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#abb6062df17c9eec35484fa60924fa5a9',1,'amrex::MLABecLaplacianT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'amrex::MLLinOpT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'MLLinOpT< Array< MultiFab, 3 > >::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9985a165b354d7d4366441c90f89bd4d',1,'amrex::MLPoissonT::supportNSolve()']]], + ['supportrobinbc_8100',['supportRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'MLLinOpT< Array< MultiFab, 3 > >::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'amrex::MLLinOpT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a4fda1e7c51f0f57be99c0d9a8d94f9f9',1,'amrex::MLABecLaplacianT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a26c05859556a13779ff0efcb84c92f91',1,'amrex::MLEBABecLap::supportRobinBC()']]], + ['surroundingnodes_8101',['surroundingNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0',1,'amrex::surroundingNodes(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8',1,'amrex::surroundingNodes(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc',1,'amrex::surroundingNodes(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'amrex::BoxND::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'amrex::BoxND::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'amrex::BoxND::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acececbf6a71ec11bf660a2843192d6ad',1,'amrex::BoxList::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1407ab0108776da8d7fe9a05381f5041',1,'amrex::BoxList::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3ca0eb36b4308574b2f0dfc1fdd3562',1,'amrex::BoxArray::surroundingNodes(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abf9bf4fe5d5ddb8ae3498893bc2253c8',1,'amrex::BoxArray::surroundingNodes()']]], + ['svtkdoublearray_8102',['svtkDoubleArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a21643ca604baa89f6786319692943c6d',1,'amrex::InSituUtils']]], + ['swap_8103',['swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a71b582d94d1c5cd614711ec7b7853192',1,'amrex::algoim::detail']]], + ['swap_8104',['Swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d',1,'amrex']]], + ['swap_8105',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9d63414afae1383f87a0fa6bda4c3cc7',1,'amrex::BoxList::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char >::swap()']]], + ['swap_8106',['Swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac259813cd54d52b5c20cad7c0f24c246',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2e29e28afce0aa520da5cd068cb5e96b',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], + ['swap_8107',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< unsigned int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< std::size_t >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::XDim3 >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int *, DefaultAllocator< int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< index_type >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int *, DefaultAllocator< const int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::STLtools::Triangle >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afa944ad759b866c71398b9d6e8e20cc8',1,'amrex::ArrayOfStructs::swap()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a86eb1ec5508c3b90a8c473b7fdb74103',1,'amrex::ParticleTile::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'amrex::PODVector::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::BoxND >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::NeighborCode >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::openbc::MomTag >::swap()']]], + ['swap_5findices_8108',['swap_indices',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc',1,'amrex::NonLocalBC']]], + ['swapbytes_8109',['swapBytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f',1,'amrex::swapBytes(std::int16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3',1,'amrex::swapBytes(std::int32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79',1,'amrex::swapBytes(std::int64_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223',1,'amrex::swapBytes(std::uint16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b',1,'amrex::swapBytes(std::uint32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546',1,'amrex::swapBytes(std::uint64_t val)']]], + ['swapcomponents_8110',['SwapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_20i_2c_20_2d1_20_3e_8111',['SwapComponents< I, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_2d1_2c_20_2d1_20_3e_8112',['SwapComponents<-1, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_2d1_2c_20j_20_3e_8113',['SwapComponents<-1, J >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html',1,'amrex::NonLocalBC']]], + ['swapparticle_8114',['swapParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0884436c0e9c45901b834761379595',1,'amrex']]], + ['swaptimelevels_8115',['swapTimeLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac6dd29902982ccf98c08a09c793a49be',1,'amrex::StateData']]], + ['symbols_8116',['symbols',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a26e093287bc4437907d8762fa40bbaaa',1,'amrex::IParser::symbols()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a0dfb30d6386a630f676982f25fb24a06',1,'amrex::Parser::symbols()']]], + ['symmetricghost_8117',['SymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html',1,'amrex::MFUtil']]], + ['symmetry_5fhi_8118',['symmetry_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a7a3462af841aacc118bd8e1e3d4a98eb',1,'amrex::CurlCurlSymmetryInfo']]], + ['symmetry_5flo_8119',['symmetry_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa4040f6df25eb0fb94c03bba910d9077',1,'amrex::CurlCurlSymmetryInfo']]], + ['syncdistributionmap_8120',['syncDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a686e711350524cacaaeb3177337742c8',1,'amrex::PlotFileData::syncDistributionMap(PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0cc0ef78ac5a9ed1d7ad288cf6774723',1,'amrex::PlotFileData::syncDistributionMap(int level, PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aade963d47f72015f6e2438ae21f45e12',1,'amrex::PlotFileDataImpl::syncDistributionMap(PlotFileDataImpl const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af08b01892f4223b6f1160c54147c8e2b',1,'amrex::PlotFileDataImpl::syncDistributionMap(int level, PlotFileDataImpl const &src) noexcept']]], + ['syncfnamesandnumbers_8121',['SyncFNamesAndNumbers',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a09ab62784a9b4e5a50f3a881fff84824',1,'RegionsProfStats']]], + ['synchronize_8122',['synchronize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5ccf8e9a40fdaa00878353c79867bd04',1,'amrex::Gpu::Device::synchronize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0040af3e7783b853140a6e13c755fc25',1,'amrex::Gpu::synchronize()']]], + ['syncnewtimelevel_8123',['syncNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a6a65bf767c55f02b3c1ebbc0b35d3bf1',1,'amrex::StateData']]], + ['syncstrings_8124',['SyncStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72',1,'amrex']]], + ['sys_5fname_8125',['sys_name',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c',1,'amrex']]], + ['syserror_8126',['SysError',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a4a9d9e1dee3986d055bf6c64729b3dee',1,'hacc::Error']]], + ['sz_5fmempool_8127',['sz_mempool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#af0acb0644812be5dc5a7c0d1a116e8f3',1,'amrex::amrex_parser::sz_mempool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a8f655ec2d94e45e273647a1e602b0c57',1,'amrex::amrex_iparser::sz_mempool()']]], + ['szi_8128',['szi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ac54b332ae65afbcd1863fa9ae4174cc2',1,'amrex_mempool_module']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_14.js b/amrex-hydro/Doxygen/html/search/all_14.js index faf75ad..df2bc47 100644 --- a/amrex-hydro/Doxygen/html/search/all_14.js +++ b/amrex-hydro/Doxygen/html/search/all_14.js @@ -1,225 +1,223 @@ var searchData= [ - ['t_8084',['T',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ae4ccc72afbdaefad1add5c84f52ded78',1,'amrex::YAFluxRegisterT']]], - ['t_5finit_8085',['t_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcb523d4f35aced1936bf2f559577201',1,'amrex::TinyProfiler']]], - ['t_5ftype_8086',['t_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a75ba4e192cc92deb94fa756eadba363f',1,'amrex::StateDescriptor']]], - ['table_8087',['table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab4f43a6024e50a1c5f9110d29ae42904',1,'amrex::ParmParse::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afeffb10e16b9f5ef9e1f806bb5940796',1,'amrex::TableData::table() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a83a37d5f24b2a4cffeb5f658ca0bda78',1,'amrex::TableData::table() const noexcept']]], - ['table_8088',['Table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af823116cc58b501d9f158fa5635c1498',1,'amrex::ParmParse']]], - ['table1d_8089',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html',1,'amrex::Table1D< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aab5cc99cdb1ebd55b6df669892343009',1,'amrex::Table1D::Table1D(Table1D< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ae57c577c6f51911b887e7f736c8a83dd',1,'amrex::Table1D::Table1D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ad9e33e283ae88a75cf4b1d9cd99323a7',1,'amrex::Table1D::Table1D(T *a_p, int a_begin, int a_end) noexcept']]], - ['table2d_8090',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'amrex::Table2D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'Table2D< RT >::Table2D()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'amrex::Table2D::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'amrex::Table2D::Table2D(Table2D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'amrex::Table2D::Table2D(T *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'Table2D< RT >::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'Table2D< RT >::Table2D(Table2D< std::remove_const_t< RT >, Order::F > const &rhs) noexcept']]], - ['table2d_3c_20rt_20_3e_8091',['Table2D< RT >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'']]], - ['table3d_8092',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html',1,'amrex::Table3D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a994877eb9b7819106bd25c3fb2932398',1,'amrex::Table3D::Table3D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aa5f0858c6996a581a0ab1b3507e901b9',1,'amrex::Table3D::Table3D(Table3D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aec998d64bb74540871c46479ebb740b1',1,'amrex::Table3D::Table3D(T *a_p, GpuArray< int, 3 > const &a_begin, GpuArray< int, 3 > const &a_end) noexcept']]], - ['table4d_8093',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html',1,'amrex::Table4D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a264e4a4265aee9986c1da7486a96a747',1,'amrex::Table4D::Table4D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a1213dce4015d38c64724f1ed12a8589a',1,'amrex::Table4D::Table4D(Table4D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ab7617880b0a8e8e71b7e6ff3a0e9aae0',1,'amrex::Table4D::Table4D(T *a_p, GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], - ['table_5ftype_8094',['table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a222e815d3c06ca047ebae80835044dc4',1,'amrex::TableData']]], - ['tableau_8095',['tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ae967ca14edea4b4436eb438da434e081',1,'amrex::RKIntegrator']]], - ['tableau_5ftype_8096',['tableau_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a5a3126356b83a10727fc86bccf672d5f',1,'amrex::RKIntegrator']]], - ['tabledata_8097',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html',1,'amrex::TableData< class, N, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4239d08dc7ad7096ca5def06693b4558',1,'amrex::TableData::TableData() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4b1a33a23e97f246f878a2001d79b69d',1,'amrex::TableData::TableData(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a873c19168dc86fefbe7fc9d3f6b776cc',1,'amrex::TableData::TableData(Array< int, N > const &lo, Array< int, N > const &hi, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ab00d213d295a26cdf223d242d4fb3765',1,'amrex::TableData::TableData(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a58b2c8fc72d26a028d5c2102d3fef3bc',1,'amrex::TableData::TableData(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a629989dacadbcb7af5a95b3c5e4aa23a',1,'amrex::TableData::TableData()']]], - ['tacache_8098',['TACache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acefd7d2a27952d4bac78ac9befcda8eb',1,'amrex::FabArrayBase']]], - ['tag_8099',['tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#af44e5964682abeb59937bec1038cdc9e',1,'amrex::FBData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3d9d2fe62bbf3d6d228fb14bbe04eb34',1,'amrex::PCData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a9181e7c0f1db606e69bad91e0e720010',1,'CommProfStats::SendRecvPair::tag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a099cb5eb1b61ff860ad6fbd1fe1b5d94',1,'amrex::ParallelDescriptor::Message::tag()']]], - ['tag_5fone_5fbox_8100',['tag_one_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a84c6f47e0b249a91417306bbd7dab42a',1,'amrex::FabArrayBase::FB']]], - ['tagbox_8101',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html',1,'amrex::TagBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5a65afdbb61535df65ec9d2db5bb6ec5',1,'amrex::TagBox::TagBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a1c163cf21eb64a1c2032d5ba1acb2594',1,'amrex::TagBox::TagBox(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#adc981d8086ea65ef19383c04acacace3',1,'amrex::TagBox::TagBox(TagBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a00b44af3c3dc783226e28adc117e93e5',1,'amrex::TagBox::TagBox(const TagBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a2be163745fcfa3fae9d72a768b97d797',1,'amrex::TagBox::TagBox(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac73a784e745d05a574f53621abd7109b',1,'amrex::TagBox::TagBox(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ad999c44361969badefa168cb00e90b91',1,'amrex::TagBox::TagBox(Arena *ar) noexcept']]], - ['tagboxarray_8102',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html',1,'amrex::TagBoxArray'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a7615520c69175032ee2326eb094cbc77',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, int _ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad56f5409a87394e53ea7acda127347cc',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, const IntVect &_ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad2857940d22b1f8c7718cc530bb29d3e',1,'amrex::TagBoxArray::TagBoxArray(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b309c4b244d311888eb013b34693620',1,'amrex::TagBoxArray::TagBoxArray(const TagBoxArray &rhs)=delete']]], - ['tagcutcells_8103',['TagCutCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca824ed9a83373a83533e948d2175dee',1,'amrex']]], - ['tagged_8104',['tagged',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a18861d2c89c00308cd93273d54ccaabf',1,'amrex::FabArrayBase::RegionTag']]], - ['tagmax_8105',['tagMax',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad3ce9b9573e0f43ea2f7cc97c9709110',1,'CommProfStats']]], - ['tagmin_8106',['tagMin',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae44e713714a3c31191ab760bee0d4df',1,'CommProfStats']]], - ['tagparfor_5fcall_5ff_8107',['tagparfor_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a926fe273db7aaa817471c44983bf42e4',1,'amrex::detail']]], - ['tags_8108',['tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< IArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< PetscInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< AtomicInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'amrex::FabArray::tags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#ad0f86517b8114fbc3cfd3c5ef532a592',1,'amrex::MFInfo::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::CutFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::EBCellFlagFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::Mask >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< FArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4e225aa2595e49382cb2db00df813d8c',1,'amrex::TagBox::tags(const Vector< int > &ar, const Box &tilebx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a194d49c2adb475dabf1de3a7bc717b7a',1,'amrex::TagBox::tags(const Vector< int > &ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a9023e58bfadedd84fa003f9b10712949',1,'amrex::TagBox::tags() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< TagBox >::tags()']]], - ['tags_5fand_5funtags_8109',['tags_and_untags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af03179052f9fb5a076f95d2bb33e94e2',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#abbc0728a20e92cbaf06b19a0b9cff0cd',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar, const Box &tilebx) noexcept']]], - ['tagtype_8110',['TagType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a86719d9e271cd75e3e6d1fa728c385c1',1,'amrex::TagBox::TagType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#aed1b714c35cb0ce049231984f07925f4',1,'amrex::TagBoxArray::TagType()']]], - ['tagval_8111',['TagVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffa',1,'amrex::TagBox']]], - ['tagvolfrac_8112',['TagVolfrac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84',1,'amrex']]], - ['tamap_8113',['TAMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a905802e4dcdc5377e09d455fc80f0400',1,'amrex::FabArrayBase']]], - ['tapply_8114',['TApply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8',1,'amrex::detail']]], - ['task_5fme_8115',['task_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac7e00cc0d9436d4445b3e338b46dd003',1,'amrex::ForkJoin']]], - ['task_5foutput_5fdir_8116',['task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac17370c5ba5f31bf037c5ca3992c3f66',1,'amrex::ForkJoin']]], - ['team_5ffor_8117',['team_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b1bd2a6da53acc442dac0945108b376',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, int nworkers, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08',1,'amrex::ParallelDescriptor::team_for(int begin, int end, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, const F &f)']]], - ['team_5frange_8118',['team_range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6',1,'amrex::ParallelDescriptor']]], - ['team_5ft_8119',['team_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a01aa6c5f002620d5bc47bbabc2acd20e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['teamlead_8120',['TeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a834c805f44e9aa2724debb07602d999e',1,'amrex::ParallelDescriptor']]], - ['teamsize_8121',['TeamSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9854dea7eb2ee59093ed0bd80af9063e',1,'amrex::ParallelDescriptor']]], - ['ten_8122',['ten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a629e9df315fc853fd9996d553493c395',1,'amrex_constants_module']]], - ['tensorproductintegral_8123',['tensorProductIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#acca11ab4048cabd364f8e25012b416ba',1,'amrex::algoim::ImplicitIntegral']]], - ['tenth_8124',['tenth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a',1,'amrex_constants_module']]], - ['terrain_8125',['Terrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8d89242fc1acffe99a9df2cd45c6ab9e',1,'amrex::AmrData']]], - ['test_8126',['test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a42d6517959dbf89018b970cb1c0cf66e',1,'amrex::ParallelDescriptor::Message']]], - ['test_8127',['Test',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9d7485d566f7b26e48e038d364590cd',1,'amrex::ParallelDescriptor::Test(Vector< MPI_Request > &, int &, Vector< MPI_Status > &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07419f788f738f82f07c288c70af5e6f',1,'amrex::ParallelDescriptor::Test(MPI_Request &, int &, MPI_Status &)']]], - ['test_8128',['TEST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5',1,'amrex::AMRErrorTag']]], - ['test_8129',['test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'amrex::IndexTypeND::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'IndexTypeND< AMREX_SPACEDIM >::test()']]], - ['the_5farena_8130',['The_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1',1,'amrex']]], - ['the_5fasync_5farena_8131',['The_Async_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad371ec91e94c5131b6002127a1008157',1,'amrex']]], - ['the_5fcomms_5farena_8132',['The_Comms_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1',1,'amrex']]], - ['the_5fcpu_5farena_8133',['The_Cpu_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706',1,'amrex']]], - ['the_5fdata_8134',['the_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a543e95dcf88e9bc9ec1a944364639037',1,'amrex::NonLocalBC::CommData']]], - ['the_5fdevice_5farena_8135',['The_Device_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417',1,'amrex']]], - ['the_5ffuncs_8136',['the_funcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a6dd906af9d999ab3e04b156b38605bbf',1,'amrex::MemProfiler']]], - ['the_5ffuncs_5fbuilds_8137',['the_funcs_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1e3b2c95bff96ca4c2f14152e7ad179e',1,'amrex::MemProfiler']]], - ['the_5finstance_8138',['the_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a40ba66fec50cd477016a8ce11568f4ac',1,'amrex::MemProfiler']]], - ['the_5fmanaged_5farena_8139',['The_Managed_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420',1,'amrex']]], - ['the_5fnames_8140',['the_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#ab272efb42368045a4256dfcb96957910',1,'amrex::MemProfiler']]], - ['the_5fnames_5fbuilds_8141',['the_names_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a30a2f79d4632035a2ad21fc81e47071a',1,'amrex::MemProfiler']]], - ['the_5fnext_5fid_8142',['the_next_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3f85e00a49d46ad2446cc39e7c921742',1,'amrex::SoAParticle::the_next_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a46b64285f66ebd66e86258462b440c51',1,'amrex::Particle::the_next_id()']]], - ['the_5fpinned_5farena_8143',['The_Pinned_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887',1,'amrex']]], - ['the_5frecv_5fdata_8144',['the_recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a4685b9db726b95a19ccbe2b6ee33a433',1,'amrex::PCData::the_recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a3e3b282afdf75099193c3c85ea5effa3',1,'amrex::FBData::the_recv_data()']]], - ['the_5fsend_5fdata_8145',['the_send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a938e0208e00afba91947616b5e70d600',1,'amrex::FBData::the_send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a8dee05ab1688d643feb6d74e82a15bf3',1,'amrex::PCData::the_send_data()']]], - ['the_5fstring_8146',['the_string',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#aff20426b31d6e2bcce35b9d62d5685ba',1,'amrex::expect']]], - ['the_5fsundials_5fcontext_8147',['The_Sundials_Context',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d',1,'amrex::sundials']]], - ['the_5fsunmemory_5fhelper_8148',['The_SUNMemory_Helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7',1,'amrex::sundials']]], - ['thecelltype_8149',['TheCellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'amrex::IndexTypeND::TheCellType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'IndexTypeND< AMREX_SPACEDIM >::TheCellType()']]], - ['thecellvector_8150',['TheCellVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'amrex::IntVectND::TheCellVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'IntVectND< AMREX_SPACEDIM >::TheCellVector()']]], - ['thecfinfo_8151',['TheCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a583784f4a6e46aacd6f953de8d6f4fb0',1,'amrex::FabArrayBase']]], - ['thecoveredcell_8152',['TheCoveredCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#abd50f79b66187d9d3866a74f8218f87d',1,'amrex::EBCellFlag']]], - ['thedefaultcell_8153',['TheDefaultCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a59d2b06c58e35cf86ce4b7178321682e',1,'amrex::EBCellFlag']]], - ['thedimensionvector_8154',['TheDimensionVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'amrex::IntVectND::TheDimensionVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'IntVectND< AMREX_SPACEDIM >::TheDimensionVector()']]], - ['thefaarenadeleter_8155',['TheFaArenaDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html',1,'amrex']]], - ['thefaarenapointer_8156',['TheFaArenaPointer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5',1,'amrex']]], - ['thefabarraybase_8157',['theFabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a7f84508a19797af16e5f3f6b13523c',1,'amrex::MFIter']]], - ['thefpinfo_8158',['TheFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac2344224d72849f0e7fe1888d150a550',1,'amrex::FabArrayBase']]], - ['themaxvector_8159',['TheMaxVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'amrex::IntVectND::TheMaxVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'IntVectND< AMREX_SPACEDIM >::TheMaxVector()']]], - ['theminvector_8160',['TheMinVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'amrex::IntVectND::TheMinVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'IntVectND< AMREX_SPACEDIM >::TheMinVector()']]], - ['thenodetype_8161',['TheNodeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'IndexTypeND< AMREX_SPACEDIM >::TheNodeType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'amrex::IndexTypeND::TheNodeType()']]], - ['thenodevector_8162',['TheNodeVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'IntVectND< AMREX_SPACEDIM >::TheNodeVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'amrex::IntVectND::TheNodeVector()']]], - ['theplotfiletype_8163',['thePlotFileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85',1,'amrex::thePlotFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aafabc1e8a1b6e1b96230fbf6debe2465',1,'amrex::AmrLevel::thePlotFileType()']]], - ['therestartfile_8164',['theRestartFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac501ff9a494314e973685c776fae2498',1,'amrex::Amr']]], - ['therestartplotfile_8165',['theRestartPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1049e70b4e279c64160c9ff62ba42653',1,'amrex::Amr']]], - ['thesamebox_8166',['TheSameBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a84376910b355f3a4b74220bbdf410328',1,'amrex::DeriveRec']]], - ['theunitbox_8167',['TheUnitBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'amrex::BoxND::TheUnitBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'BoxND< AMREX_SPACEDIM >::TheUnitBox()']]], - ['theunitvector_8168',['TheUnitVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'amrex::IntVectND::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'IntVectND< AMREX_SPACEDIM >::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept']]], - ['thezerovector_8169',['TheZeroVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'IntVectND< AMREX_SPACEDIM >::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'amrex::IntVectND::TheZeroVector()']]], - ['third_8170',['third',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a09ef6234d430ece0cd17687b6206eb28',1,'amrex_constants_module']]], - ['thisparticletilehasnoaos_8171',['ThisParticleTileHasNoAoS',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html',1,'amrex']]], - ['thisparticletilehasnoparticlevector_8172',['ThisParticleTileHasNoParticleVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoParticleVector.html',1,'amrex']]], - ['thread_5fnum_8173',['thread_num',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a123477aaf6e887c71714158dece38727',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['three_8174',['three',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584',1,'amrex_constants_module']]], - ['three4th_8175',['three4th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463',1,'amrex_constants_module']]], - ['throw_5fexception_8176',['throw_exception',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2',1,'amrex::system::throw_exception()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa5a72eccc4e6ab6e6b2ac7dcfdd2ce7f',1,'amrex::MLMGT::throw_exception()']]], - ['tie_8177',['Tie',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2',1,'amrex']]], - ['tile_8178',['tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a7a11bc66e1d170a3ff3419eb60892a57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ea50c3d653aa391c3a8ce0d315681fcaee',1,'amrex::NeighborParticleContainer::MaskComps::tile()']]], - ['tile_5farray_8179',['tile_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a10b2f0f6900d23295fe25fd526153f43',1,'amrex::MFIter']]], - ['tile_5fid_8180',['tile_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ab1cb9fb1641d54cde4a9a3dff3611f42',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['tile_5fsize_8181',['tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae64d80e0b2d14e9209c426a0654e8a1f',1,'amrex::MFIter::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb03167dec6a952cfa60beb45a514dfa',1,'amrex::ParticleContainerBase::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a8daad07261e670c91e3d6788f152f668',1,'amrex::TileSize::tile_size()']]], - ['tilearray_8182',['TileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html',1,'amrex::FabArrayBase']]], - ['tilearray_8183',['tileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#ae96f9cf0f9ad68ea664c018a6a4baa78',1,'amrex::FabArrayBase::TileArray']]], - ['tilebox_8184',['tilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aade25ad6c9b6b92a5dbe2e022fc77912',1,'amrex::MFIter::tilebox(const IntVect &nodal) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3563f863ba15b874a9abd0dc338c0c72',1,'amrex::MFIter::tilebox(const IntVect &nodal, const IntVect &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4633394eac1ff3355fe082b815ed7413',1,'amrex::MFIter::tilebox() const noexcept']]], - ['tileindex_8185',['tileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3d73098e8ef5205fc2bce58d5ed0f21b',1,'amrex::MFIter']]], - ['tilesize_8186',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html',1,'amrex']]], - ['tilesize_8187',['tilesize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a8926b61d823e5a23f6bbf00814afba13',1,'amrex::MFItInfo']]], - ['tilesize_8188',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a0fd1080269de0184755a627c3ce1875d',1,'amrex::TileSize']]], - ['tiling_8189',['Tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a1db74b1bbdeb756077e4bc33e25a2740',1,'amrex::MFIter']]], - ['tilingifnotgpu_8190',['TilingIfNotGPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab482b500359e03b77389d42f968c46fe',1,'amrex']]], - ['time_8191',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a493f2666f351bd922bb6ca42eaf6b7f5',1,'amrex::PlotFileDataImpl']]], - ['time_8192',['Time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a3e139eef25f3ada10cd551ada84b4a94',1,'amrex::AmrData']]], - ['time_8193',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af36e6cd9e76d13205ad8dfc57cba5b58',1,'amrex::AmrData::time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ad827fbbd6757ac18eb39a4c5ce37ef95',1,'amrex::PlotFileData::time()']]], - ['time_5fcurrent_8194',['time_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ae1493ee81180c4fc466c1dbeb8905681',1,'amrex::FEIntegrator::time_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534',1,'amrex::RKIntegrator::time_current()']]], - ['time_5finterpolate_8195',['time_interpolate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a2372340230301693e973e404c12618fa',1,'amrex::RKIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a064376184442b5fa00c9f3b407e9fe5d',1,'amrex::SundialsIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a7cae24606fd9c92a44f4ae163bab5a3b',1,'amrex::TimeIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3dc1f86935271c9b053b9d6a60911739',1,'amrex::IntegratorBase::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac0b9633fedee03bd638f87514a952720',1,'amrex::FEIntegrator::time_interpolate()']]], - ['time_5fstep_8196',['time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad9211fc29fd1cd9a03025959738c90d4',1,'amrex::IntegratorBase']]], - ['timecenter_8197',['TimeCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434',1,'amrex::StateDescriptor']]], - ['timeintegrator_8198',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html',1,'amrex::TimeIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a5aec68476188bb41118352fe8c2c947e',1,'amrex::TimeIntegrator::TimeIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#adcfe717b66e593be817492b7f9ba3c04',1,'amrex::TimeIntegrator::TimeIntegrator(IntegratorTypes integrator_type, const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a14e1a1a411c152c67c19c81443b022b6',1,'amrex::TimeIntegrator::TimeIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['timeinterval_8199',['TimeInterval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html',1,'amrex::StateData']]], - ['timelevel_8200',['TimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33a',1,'amrex::AmrLevel']]], - ['timelinefab_8201',['TimelineFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a45e111eb57d243d366c3146a7ac7c0c9',1,'CommProfStats']]], - ['timemax_8202',['timeMax',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a782fccabcc5cfc65934945eb51502963',1,'RegionsProfStats::DataBlock::timeMax()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#af575f4699084fd21a0c66470006d0aed',1,'CommProfStats::DataBlock::timeMax()']]], - ['timemin_8203',['timeMin',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#acbca0639ad8b69e1f647d223eefc11da',1,'RegionsProfStats::DataBlock::timeMin()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a0e6da7295f52dca99d4abf096c1bed81',1,'CommProfStats::DataBlock::timeMin()']]], - ['timer_8204',['timer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adb7400b1c29d0f33ed67e2a81702ed8a',1,'amrex::MLMGT']]], - ['timer_5ftypes_8205',['timer_types',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fd',1,'amrex::MLMGT']]], - ['timerange_8206',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html',1,'BLProfStats::TimeRange'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a4415589fb72341b9ed4c98aed65d3e14',1,'BLProfStats::TimeRange::TimeRange()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acbbf9b5d2d56142d5fcc5904d77a4409',1,'BLProfStats::TimeRange::TimeRange(Real startT, Real stopT)']]], - ['timerangecompare_8207',['TimeRangeCompare',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html',1,'BLProfStats']]], - ['timerangeinitialized_8208',['TimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#af986d8aadba05d068b2bdc3aa554d946',1,'BLProfStats']]], - ['timertime_8209',['timerTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e1dfbc9a0536493de4e0668b3955d15',1,'CommProfStats::DataBlock']]], - ['timestamp_8210',['Timestamp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a94b3a9972d2fe076bdf7458b93b7e1d4',1,'amrex::TracerParticleContainer']]], - ['timestep_8211',['timeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2648a488ef613f454d29b519aca41bc8',1,'amrex::Amr']]], - ['timetype_8212',['timeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a338d1a0966e1f91f4f65fd5aed7958cc',1,'amrex::StateDescriptor']]], - ['timingstats_2eh_8213',['TimingStats.h',['https://amrex-codes.github.io/amrex/doxygen/TimingStats_8h.html',1,'']]], - ['tinyprofiler_8214',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html',1,'amrex::TinyProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5689250282f22646ec14959dc491f748',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a63cae02a5e649724bfc02c528e84ca18',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aee36686bda9cf58b62055dca5818af46',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8e1cc274bc1e92cc8466ea9b44911c33',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0969b8312bde020f9c99c051dc51eeb5',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a238dc16dd99da96e07b526f5cd90f4fa',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname, bool start_) noexcept']]], - ['tinyprofileregion_8215',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html',1,'amrex::TinyProfileRegion'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae16c9ddca9a89c31676b9be0b716c097',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aad9588693616dcc6ff68675a2d235437',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a5ef3cd4f83fa596bf02d70cb0166fa27',1,'amrex::TinyProfileRegion::TinyProfileRegion(const char *a_regname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab3d0ffc7c7067f4bec983d85ee3262f2',1,'amrex::TinyProfileRegion::TinyProfileRegion(std::string a_regname) noexcept']]], - ['tmpsoln_8216',['tmpsoln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0ff36d67bd4b146e140a63de29c435e7',1,'amrex::HypreNodeLap']]], - ['toarray4_8217',['ToArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12',1,'amrex']]], - ['tointvect_8218',['toIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'amrex::IndexTypeND::toIntVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'IndexTypeND< AMREX_SPACEDIM >::toIntVect()']]], - ['tokenize_8219',['Tokenize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a',1,'amrex']]], - ['tolongmultifab_8220',['ToLongMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414',1,'amrex']]], - ['tolower_8221',['toLower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8',1,'amrex']]], - ['tomultifab_8222',['ToMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ac5f3026221c3cafbcb0e19f6583cfd9d',1,'amrex::MultiCutFab::ToMultiFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94',1,'amrex::ToMultiFab()']]], - ['top_8223',['top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ad17160a9839f2d64ac20460b4cefbaee',1,'amrex::EB2::IndexSpace::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a602dc4e0d8b861f23e5bcd34728d1baa',1,'amrex::ParserStack::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#aef0073ee79d501d7ffe027cd684c4186',1,'amrex::ParserStack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a533efe04d3398d0f3fd6154363b45543',1,'amrex::IParserStack::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a6a09ff1dea8b8c44504f6d6b0cdeb4ab',1,'amrex::IParserStack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a961f4d4e88be70b0f922d93122c5f0ca',1,'amrex::AMReX::top()']]], - ['topindexspace_8224',['TopIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991',1,'amrex::EB2']]], - ['topindexspaceifpresent_8225',['TopIndexSpaceIfPresent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385',1,'amrex::EB2']]], - ['topomap_8226',['TopoMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abfb633bdb2ee1411565556f31c867a32',1,'CommProfStats']]], - ['toproc_8227',['toProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a198cef4a2b826e76ca0cb0f01b926193',1,'amrex::FabArrayBase::FabComTag::toProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a979ac419ef56bad0832b4118e99eda12',1,'CommProfStats::SendRecvPair::toProc()']]], - ['torusif_8228',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html',1,'amrex::EB2::TorusIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab9f0fa84c649ce8a6a6b66bd12f4eeb9',1,'amrex::EB2::TorusIF::TorusIF()']]], - ['total_5fbox_5fbytes_8229',['total_box_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa44a8c337df517114ccca6c8d4a2c11',1,'amrex::BARef']]], - ['total_5fbox_5fbytes_5fhwm_8230',['total_box_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a04d3d344f8124f6c49b5d0ab984a642b',1,'amrex::BARef']]], - ['total_5fhash_5fbytes_8231',['total_hash_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a2252a59c60e4bc7ad886663a4ebc32b0',1,'amrex::BARef']]], - ['total_5fhash_5fbytes_5fhwm_8232',['total_hash_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a65dc0d94878bc8772f54d69c57430979',1,'amrex::BARef']]], - ['totalbytesallocatedinfabs_8233',['TotalBytesAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b',1,'amrex']]], - ['totalbytesallocatedinfabshwm_8234',['TotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a',1,'amrex']]], - ['totalcellsallocatedinfabs_8235',['TotalCellsAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7',1,'amrex']]], - ['totalcellsallocatedinfabshwm_8236',['TotalCellsAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4',1,'amrex']]], - ['totalglobalmem_8237',['totalGlobalMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae43b670a2fb74049a336cf2c2fc62c5a',1,'amrex::Gpu::Device']]], - ['totalnumberofparticles_8238',['TotalNumberOfParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'amrex::ParticleContainer_impl::TotalNumberOfParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::TotalNumberOfParticles()']]], - ['totaltime_8239',['totalTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#adfed01a20c958b4193ab14d7409daa49',1,'BLProfStats::BLPDataBlock::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a39d682d74e38686a5bf06bfabb5827d1',1,'BLProfStats::CallTreeNode::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a950c1731cce4f46316a6e54354ef8882',1,'BLProfStats::FuncStat::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#aba79e3f8f7ada5cb344bbfd1c5edb711',1,'CommProfStats::SendRecvPair::totalTime()']]], - ['touint10_8240',['toUInt10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252',1,'amrex::Morton']]], - ['touint16_8241',['toUInt16',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba',1,'amrex::Morton']]], - ['touint32_8242',['toUInt32',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6',1,'amrex::Morton']]], - ['toupper_8243',['toUpper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce',1,'amrex']]], - ['tprof_8244',['tprof',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#af05c972ffb11a5d0230dc3903fc0a33f',1,'amrex::TinyProfileRegion']]], - ['tracedatavalid_8245',['TraceDataValid',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a3dab65709f631d62643d8e5fad2692bd',1,'RegionsProfStats']]], - ['tracerpariter_8246',['TracerParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af',1,'amrex']]], - ['tracerparticlecontainer_8247',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html',1,'amrex::TracerParticleContainer'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#af7ed016626923ecc9b262fbada496464',1,'amrex::TracerParticleContainer::TracerParticleContainer(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a884d037695ad06f6871c5f1467ab4490',1,'amrex::TracerParticleContainer::TracerParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a4245793ae34687b4d96a044ecde76c72',1,'amrex::TracerParticleContainer::TracerParticleContainer()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae80411a30eff14aa4bc080c90083a24a',1,'amrex::TracerParticleContainer::TracerParticleContainer(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a60c0f8697b1a6015c72e5a6815f816cf',1,'amrex::TracerParticleContainer::TracerParticleContainer(TracerParticleContainer &&) noexcept=default']]], - ['transformer_8248',['transformer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88cd64a084e68534607b2463a28081f3',1,'amrex::BoxArray']]], - ['transformerghost_8249',['TransformerGhost',['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html',1,'']]], - ['transformervirt_8250',['TransformerVirt',['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html',1,'']]], - ['transformparticles_8251',['transformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index src_start, Index dst1_start, Index dst2_start, N n, F const &f) noexcept']]], - ['translate_8252',['translate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751',1,'amrex::EB2']]], - ['translationif_8253',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html',1,'amrex::EB2::TranslationIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#ad60a8f2183833795feaa68311075a69f',1,'amrex::EB2::TranslationIF::TranslationIF()']]], - ['trapezoid_8254',['Trapezoid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80',1,'amrex']]], - ['tri_5fn_8255',['tri_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175',1,'amrex::tri_geom_ops']]], - ['triangle_8256',['Triangle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html',1,'amrex::STLtools']]], - ['triangle_5farea_8257',['triangle_area',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570',1,'amrex::tri_geom_ops']]], - ['tridiagonal_5fsolve_8258',['tridiagonal_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0',1,'amrex::tridiagonal_solve(Array1D< T, 0, 31 > &a_ls, Array1D< T, 0, 31 > &b_ls, Array1D< T, 0, 31 > &c_ls, Array1D< T, 0, 31 > &r_ls, Array1D< T, 0, 31 > &u_ls, Array1D< T, 0, 31 > &gam, int ilen) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e',1,'amrex::tridiagonal_solve(Array1D< Real, 0, 31 > &a_ls, Array1D< Real, 0, 31 > &b_ls, Array1D< Real, 0, 31 > &c_ls, Array1D< Real, 0, 31 > &r_ls, Array1D< Real, 0, 31 > &u_ls, Array1D< Real, 0, 31 > &gam, int ilen) noexcept']]], - ['tries_8259',['tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ade275d3bbc75ea3549c7249d97e74f33',1,'amrex::StreamRetry']]], - ['trim_8260',['trim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970',1,'amrex']]], - ['truesize_8261',['truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< Real >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< PetscInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< HYPRE_Int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< EBCellFlag >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< char >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< AtomicInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'amrex::BaseFab::truesize()']]], - ['tryfileoutput_8262',['TryFileOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a16a4e702e1fd890046aa8d80a2fe2a82',1,'amrex::StreamRetry']]], - ['tryoutput_8263',['TryOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae3b5909bdd9d104025eb427395c84356',1,'amrex::StreamRetry']]], - ['ts_5finterp_5fface_5fxy_8264',['ts_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aab68027f7c16b89da158a3922d561019',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a8d3d6c455c8bf94d1ee9b723e93e610a',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc) noexcept']]], - ['ts_5finterp_5fface_5fxz_8265',['ts_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a819b65cefc048d14ff5c5f8e955eec0a',1,'amrex::mlndts_detail']]], - ['ts_5finterp_5fface_5fyz_8266',['ts_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aaf58f896b75c3066cbb49827a71f8605',1,'amrex::mlndts_detail']]], - ['ts_5finterp_5fline_5fx_8267',['ts_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a4ff83c538ac36099e425b6845d7d3219',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1724eebece4e4a4f5683ac15339a9c6f',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc) noexcept']]], - ['ts_5finterp_5fline_5fy_8268',['ts_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1b40614d14387e3c551b4cd1dd5e9795',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a7d9e2103826cb0ebfb2f4d09922dfef4',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc) noexcept']]], - ['ts_5finterp_5fline_5fz_8269',['ts_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a3d8f27db93f165f656a3098f3a61d8eb',1,'amrex::mlndts_detail']]], - ['ttstack_8270',['ttstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a55b136d8859480b76a1311cff89009a0',1,'amrex::TinyProfiler']]], - ['tuple_8271',['Tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8',1,'amrex']]], - ['tuple_5fcat_5fresult_8272',['tuple_cat_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result.html',1,'amrex::detail']]], - ['tuple_5fcat_5fresult_3c_20gputuple_3c_20t1s_2e_2e_2e_20_3e_2c_20gputuple_3c_20t2s_2e_2e_2e_20_3e_2c_20tps_2e_2e_2e_20_3e_8273',['tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html',1,'amrex::detail']]], - ['tuple_5fcat_5fresult_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_8274',['tuple_cat_result< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['tuple_5fcopy_8275',['tuple_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a813577e3d9b0ad5b7795dd9351160f9a',1,'amrex::detail']]], - ['tuple_5fdecay_5ft_8276',['tuple_decay_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d',1,'amrex::detail']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_8277',['tuple_element< s, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_8278',['tuple_element< s, amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_8279',['tuple_element< s, amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20std_3a_3asize_5ft_7b0_7d_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_8280',['tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3agputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_8281',['tuple_size< amrex::GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_8282',['tuple_size< amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_8283',['tuple_size< amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5fto_5farray_5fhelper_8284',['tuple_to_array_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab2c6743d76d5a23ac34993bdb64765a1',1,'amrex::detail']]], - ['tuplecat_8285',['TupleCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea',1,'amrex::TupleCat(TP &&a) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f',1,'amrex::TupleCat(TP1 &&a, TP2 &&b) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6',1,'amrex::TupleCat(TP1 &&a, TP2 &&b, TPs &&... args) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 >, detail::tuple_decay_t< TPs >... >::type']]], - ['tuplesplit_8286',['TupleSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4',1,'amrex']]], - ['tuplesplitimp_8287',['TupleSplitImp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a71f402d1250f215a129e6a9950c9ad35',1,'amrex::detail']]], - ['tupletoarray_8288',['tupleToArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a',1,'amrex::tupleToArray(GpuTuple< T, T2, Ts... > const &tup)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907',1,'amrex::tupleToArray(GpuTuple< T > const &tup)']]], - ['twelfth_8289',['twelfth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b',1,'amrex_constants_module']]], - ['twelve_8290',['twelve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2d60ccfaa43dc70158dc8aac415b1a52',1,'amrex_constants_module']]], - ['two_8291',['two',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a3b52f9631247ee9d89ef856418d73e7e',1,'amrex_constants_module']]], - ['two3rd_8292',['two3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df',1,'amrex_constants_module']]], - ['typ_8293',['typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a7df7b9fdc8a7fdba375183541593b26b',1,'amrex::DeriveRec::StateRange::typ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1406cbb9152b357a39e877b78eb8ff0d',1,'amrex::MFIter::typ()']]], - ['type_8294',['type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#acb33de9ee20312affa72aa7cc80b8bdd',1,'amrex::StateDescriptor::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c1646fa8a69b59044dfa202fb6a2e9e',1,'amrex::SundialsIntegrator::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'amrex::BoxND::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'amrex::BoxND::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'BoxND< AMREX_SPACEDIM >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html#a156affa7d9def076195b3bd1153adcf9',1,'amrex::ParserExeSUB_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'BoxND< AMREX_SPACEDIM >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a20021c8fa972de865da57cfd5d14fb81',1,'amrex::ParallelDescriptor::Message::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ae516333153a3f26f388eec71a73c1c2e',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a8200f24cfc6d6d4d77814c4095612c2f',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ad2d00f03d307a91de38a715015a251ba',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a178254a5520c3ee1ea23f47987392468',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html#a4025a275e81686205f71df80a1833bcc',1,'amrex::ParallelDescriptor::Mpi_typemap< GpuComplex< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html#a9ddcad1ca5990453ace2b8149173f7bd',1,'amrex::ParallelDescriptor::Mpi_typemap< ValLocPair< TV, TI > >::type()']]], - ['type_8295',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312f',1,'amrex::MLCGSolverT::Type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a61d113644b72c6bda6b1221a9079fe8c',1,'amrex::ReduceData::Type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad3ea6134bfd9b5a51d9ad381e548cb19',1,'amrex::Any::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a04d77dc1e0009a1e01d45d067dbeed0e',1,'amrex::Any::innards::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#afa3049bddd4c3493eeb9a1f62fa7981d',1,'amrex::Any::innards_base::Type()']]], - ['type_8296',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a7a50865e273590e33f9f3dcaf27211c8',1,'amrex::IParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a1d9a01f7c1cfbe284059cd97395f349b',1,'amrex::IParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#ac8b4fe2e5abb09807e3f07116c90e289',1,'amrex::IParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a0b827554ebdfc729e1c70e2495683136',1,'amrex::IParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html#ae946130e48623805a3f09dec20aeb9c5',1,'amrex::IParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html#a90ade7ba9899bef3e720860e4f92e980',1,'amrex::IParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#ab1cbd512c7b4e41049f386d0d4475614',1,'amrex::IParserExeDIV_NV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#ae0d7379f27e90837da70b5ef2cead13a',1,'amrex::IParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#adf0b877b38f5108c37c1afdf2dea71c9',1,'amrex::IParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#ac5b7969a80a7145750cb1f3330b1cf5a',1,'amrex::IParserExeDIV_PV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a4454e177442a6dcd3837e39b6179c998',1,'amrex::IParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#af8f22736396620d196892cd95eafc1ad',1,'amrex::IParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#af8e712385f4e02786eeabc904f906603',1,'amrex::IParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#aecf0100a44b697393789f827462c5b50',1,'amrex::IParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#a0437d1c7b416b9f3a6a8a9b574b7b634',1,'amrex::IParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a62b95e6e4505cb34e9a445f619b32858',1,'amrex::IParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a7bb51123fd9176fd16d1642a10b5a7a7',1,'amrex::IParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html#a93df2575265c783dfaf2d31061096ee6',1,'amrex::IParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a184227ee3f68a827993e38e9084996a9',1,'amrex::IParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a725cdc0204af80855eedba599abcf992',1,'amrex::IParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a8791d281a5af5e40f8960df23531a974',1,'amrex::IParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a0019bf0cad4f67e6a646fa5f1df1cb8c',1,'amrex::IParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html#aab3caa3fd632e0793998556c15325438',1,'amrex::IParserExeNEG::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#a8997602493f06fc79b9924c8e5078201',1,'amrex::IParserExeNEG_P::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html#a815c97aaab5abad09c8a6b4e9bf74d45',1,'amrex::IParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#a15529de413faee5b1bc579a5ef14a725',1,'amrex::IParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#a493b7f549e96168aff72dae923b22bc7',1,'amrex::detail::TypeListGet< 0, TypeList< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#ab5002bf857e08f44d3cf3b47f40324b7',1,'amrex::detail::apply_result< F, GpuTuple< Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a9a3f9ffd7c901fad20e8fae84feb5eb0',1,'amrex::detail::Detector::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#afaec2ae94e980097c6c81764725820f2',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#aa7a55672d011b43d9986ba29665e298e',1,'amrex::GpuTupleElement< 0, GpuTuple< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html#a313ceedcd16a31e4c5f78f5269df80bb',1,'amrex::detail::invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aa845318feb3c015bbf47571202f91ace',1,'amrex::ref_wrapper::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html#a46c7e0785b108d253abb4b1ec6ea20ff',1,'amrex::detail::tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#aef72b2d08d889341ad4644c15efa5bbd',1,'amrex::detail::tuple_cat_result< GpuTuple< Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#aa81b6bfc580e14436f13d70e9a5d5f15',1,'std::tuple_element< s, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#a8f8553ba1c088a8bb37141c49735b461',1,'std::tuple_element< s, amrex::IndexTypeND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a36a3da6780ccd990b74e1e1ceb07f606',1,'std::tuple_element< s, amrex::IntVectND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#a8790d0767460f18c8331769ade550c3d',1,'std::tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#afc0e358d3159bbe8dcb0687ad7000606',1,'amrex::ParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html#a79b4bca3c8ca101115685fbcd2aec734',1,'amrex::detail::unwrap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html#a81dc4abe9ba0c404026f43e1fdc3da90',1,'amrex::detail::unwrap< std::reference_wrapper< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#a3f55ba0ebdeb29d040727aeb9a5d9b62',1,'amrex::MLCellLinOpT::BCTL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a809b74ddfbffcd70511e5e20825922e8',1,'amrex::iparser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#aea0c3322f1c0b3db9546d784b3ef0dd9',1,'amrex::iparser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ad9ac5f10f25fff1c94c9278ed534f916',1,'amrex::iparser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a20ef93d77882d7b595098dbeb0cbe0b8',1,'amrex::iparser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#af7a3a82dae0a61015d466fe927297c06',1,'amrex::iparser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#aa3be4d5aba9115516b016dd6e4035fa5',1,'amrex::iparser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#ab7dbb1ddebc9853860a4e44239d43ea5',1,'amrex::iparser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html#ae0bff41668e0c1e5701209d61e4560a6',1,'amrex::IParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a4cd57a0c3e914ad6ef7e4f54d65921b4',1,'amrex::ParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html#aa4d9491e106b3adcf5becc2f73da16dd',1,'amrex::ParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#ab182a785cf030d698556e2803da29075',1,'amrex::ParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#ab196f95ee0e36a4fbc1b18ce8d9f0c53',1,'amrex::ParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#aa321f932af8d39c77ac421f0d6a4078e',1,'amrex::ParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a91a71da9f691a66c9f2e71804dafe02f',1,'amrex::ParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#adb9ca0f0a0b6efe400c4af5ae8608587',1,'amrex::ParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#a7fe680aa1738d34d0e33788579688262',1,'amrex::ParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#a9f206a8beeabf537b5a47812516e69ba',1,'amrex::ParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#aef67f220560c6ca3d86dd47a94a52e85',1,'amrex::ParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#a08584434561b18d3ac4065205cf7bf6d',1,'amrex::ParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html#aee3c7a5bb4e65811dcfe3ab16c20fb93',1,'amrex::ParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a6969bcd1adff4a19ba555b7fd724be7c',1,'amrex::ParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#aac32c7fa0bc6f71c16680721a5630182',1,'amrex::IParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#ad2b74694830004b3943d8ecf9e602f9e',1,'amrex::ParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#ae7d2b89c080d7581c35ea33598155ae6',1,'amrex::ParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html#a7aa866ce304756df44e2cfbdf4cdb784',1,'amrex::ParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#adb7d2c84743735a7cfb9387544e29e69',1,'amrex::ParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a17bdde21b0a5bb170322a52d31f1a7c4',1,'amrex::ParserExePOWI::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html#a4ca31d9a475c2efbf6fe68a3e661400b',1,'amrex::ParserExeSquare::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html#a77aeae01642fffcebf743cdfec7f4c0e',1,'amrex::ParserExeSUB_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a400fca37b7f78f9e6b1f04cd1de6976e',1,'amrex::ParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a590ef631bf89c5dc8c7f6a232d548b18',1,'amrex::ParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a158350ee674b01b235d333d40a6ce204',1,'amrex::ParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a27fce7530cbea2d1fa6fbc8dcb9c292d',1,'amrex::ParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#a1ad44de0386f4f0192b105d058b2e9ae',1,'amrex::ParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a00db0600cfedff4d85c1b16fcb082020',1,'amrex::IParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#aa2bb2bb1dd70a300b6f252c374b80c28',1,'amrex::IParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a966257aaecf0f2636c83519c448fec6f',1,'amrex::IParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a98916132f9f20d00f28af1f6944a3a47',1,'amrex::IParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a6f140513c6cfce17da967533d3582fed',1,'amrex::EBCellFlagFab::NumCells::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a325d96e7d2b35e89cb12c6a5fa0db023',1,'amrex::parser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ac784bf9870dd39cb485d3a915b28f05d',1,'amrex::parser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a4ac8fe1eae42c466f6562e00eadecfca',1,'amrex::parser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html#a77c8917540992718e369e3320230d475',1,'amrex::ParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a47034819cc498090c439058dabf25591',1,'amrex::IParserExeSUB::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a48657b209b39759006477045312ff03b',1,'amrex::parser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aee9093898e53fbeba75eb636c9ef99e1',1,'amrex::parser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#ab186dabf87779fb9b65fe0edc854e46c',1,'amrex::parser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a8b935e5014acf16b10e6b98c79de3054',1,'amrex::parser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html#ae9780c323f695d1c05f0da89b404f3f5',1,'amrex::ParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a56d500ab92f6615f3087792709558d42',1,'amrex::ParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#ae018d95c7129bf499a131fb284bde1dc',1,'amrex::ParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ab67f78b46e0bc2b7d9466373e9a16479',1,'amrex::ParserExeADD_VN::type()']]], - ['type_5ft_8297',['Type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6',1,'amrex::EB2']]], - ['type_5fupdate_8298',['type_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9f2c23e3d3ccd73f1045f2bca61f7a11',1,'amrex::BoxArray']]], - ['typeat_8299',['TypeAt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f',1,'amrex']]], - ['typelist_8300',['TypeList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html',1,'amrex']]], - ['typelistget_8301',['TypeListGet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'amrex::detail']]], - ['typelistget_3c_200_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_8302',['TypeListGet< 0, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['typelistget_3c_20i_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_8303',['TypeListGet< I, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_01I_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['typelistget_3c_20i_2d1_2c_20typelist_3c_20tail_2e_2e_2e_20_3e_20_3e_8304',['TypeListGet< I-1, TypeList< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'']]], - ['typemultiplier_8305',['TypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979',1,'amrex']]] + ['t_8129',['T',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ae4ccc72afbdaefad1add5c84f52ded78',1,'amrex::YAFluxRegisterT']]], + ['t_5finit_8130',['t_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcb523d4f35aced1936bf2f559577201',1,'amrex::TinyProfiler']]], + ['t_5ftype_8131',['t_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a75ba4e192cc92deb94fa756eadba363f',1,'amrex::StateDescriptor']]], + ['table_8132',['Table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af823116cc58b501d9f158fa5635c1498',1,'amrex::ParmParse']]], + ['table_8133',['table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab4f43a6024e50a1c5f9110d29ae42904',1,'amrex::ParmParse::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afeffb10e16b9f5ef9e1f806bb5940796',1,'amrex::TableData::table() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a83a37d5f24b2a4cffeb5f658ca0bda78',1,'amrex::TableData::table() const noexcept']]], + ['table1d_8134',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html',1,'amrex::Table1D< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aab5cc99cdb1ebd55b6df669892343009',1,'amrex::Table1D::Table1D(Table1D< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ae57c577c6f51911b887e7f736c8a83dd',1,'amrex::Table1D::Table1D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ad9e33e283ae88a75cf4b1d9cd99323a7',1,'amrex::Table1D::Table1D(T *a_p, int a_begin, int a_end) noexcept']]], + ['table2d_8135',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'amrex::Table2D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'Table2D< RT >::Table2D()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'amrex::Table2D::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'amrex::Table2D::Table2D(Table2D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'amrex::Table2D::Table2D(T *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'Table2D< RT >::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'Table2D< RT >::Table2D(Table2D< std::remove_const_t< RT >, Order::F > const &rhs) noexcept']]], + ['table2d_3c_20rt_20_3e_8136',['Table2D< RT >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'']]], + ['table3d_8137',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html',1,'amrex::Table3D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a994877eb9b7819106bd25c3fb2932398',1,'amrex::Table3D::Table3D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aa5f0858c6996a581a0ab1b3507e901b9',1,'amrex::Table3D::Table3D(Table3D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aec998d64bb74540871c46479ebb740b1',1,'amrex::Table3D::Table3D(T *a_p, GpuArray< int, 3 > const &a_begin, GpuArray< int, 3 > const &a_end) noexcept']]], + ['table4d_8138',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html',1,'amrex::Table4D< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a264e4a4265aee9986c1da7486a96a747',1,'amrex::Table4D::Table4D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a1213dce4015d38c64724f1ed12a8589a',1,'amrex::Table4D::Table4D(Table4D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ab7617880b0a8e8e71b7e6ff3a0e9aae0',1,'amrex::Table4D::Table4D(T *a_p, GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], + ['table_5ftype_8139',['table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a222e815d3c06ca047ebae80835044dc4',1,'amrex::TableData']]], + ['tableau_8140',['tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ae967ca14edea4b4436eb438da434e081',1,'amrex::RKIntegrator']]], + ['tableau_5ftype_8141',['tableau_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a5a3126356b83a10727fc86bccf672d5f',1,'amrex::RKIntegrator']]], + ['tabledata_8142',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html',1,'amrex::TableData< class, N, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4239d08dc7ad7096ca5def06693b4558',1,'amrex::TableData::TableData() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4b1a33a23e97f246f878a2001d79b69d',1,'amrex::TableData::TableData(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a873c19168dc86fefbe7fc9d3f6b776cc',1,'amrex::TableData::TableData(Array< int, N > const &lo, Array< int, N > const &hi, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ab00d213d295a26cdf223d242d4fb3765',1,'amrex::TableData::TableData(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a58b2c8fc72d26a028d5c2102d3fef3bc',1,'amrex::TableData::TableData(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a629989dacadbcb7af5a95b3c5e4aa23a',1,'amrex::TableData::TableData()']]], + ['tacache_8143',['TACache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acefd7d2a27952d4bac78ac9befcda8eb',1,'amrex::FabArrayBase']]], + ['tag_8144',['tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#af44e5964682abeb59937bec1038cdc9e',1,'amrex::FBData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3d9d2fe62bbf3d6d228fb14bbe04eb34',1,'amrex::PCData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a9181e7c0f1db606e69bad91e0e720010',1,'CommProfStats::SendRecvPair::tag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a099cb5eb1b61ff860ad6fbd1fe1b5d94',1,'amrex::ParallelDescriptor::Message::tag()']]], + ['tag_5fone_5fbox_8145',['tag_one_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a84c6f47e0b249a91417306bbd7dab42a',1,'amrex::FabArrayBase::FB']]], + ['tagbox_8146',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html',1,'amrex::TagBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5a65afdbb61535df65ec9d2db5bb6ec5',1,'amrex::TagBox::TagBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a1c163cf21eb64a1c2032d5ba1acb2594',1,'amrex::TagBox::TagBox(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#adc981d8086ea65ef19383c04acacace3',1,'amrex::TagBox::TagBox(TagBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a00b44af3c3dc783226e28adc117e93e5',1,'amrex::TagBox::TagBox(const TagBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a2be163745fcfa3fae9d72a768b97d797',1,'amrex::TagBox::TagBox(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac73a784e745d05a574f53621abd7109b',1,'amrex::TagBox::TagBox(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ad999c44361969badefa168cb00e90b91',1,'amrex::TagBox::TagBox(Arena *ar) noexcept']]], + ['tagboxarray_8147',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html',1,'amrex::TagBoxArray'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a7615520c69175032ee2326eb094cbc77',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, int _ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad56f5409a87394e53ea7acda127347cc',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, const IntVect &_ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad2857940d22b1f8c7718cc530bb29d3e',1,'amrex::TagBoxArray::TagBoxArray(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b309c4b244d311888eb013b34693620',1,'amrex::TagBoxArray::TagBoxArray(const TagBoxArray &rhs)=delete']]], + ['tagcutcells_8148',['TagCutCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca824ed9a83373a83533e948d2175dee',1,'amrex']]], + ['tagged_8149',['tagged',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a18861d2c89c00308cd93273d54ccaabf',1,'amrex::FabArrayBase::RegionTag']]], + ['tagmax_8150',['tagMax',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad3ce9b9573e0f43ea2f7cc97c9709110',1,'CommProfStats']]], + ['tagmin_8151',['tagMin',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae44e713714a3c31191ab760bee0d4df',1,'CommProfStats']]], + ['tagparfor_5fcall_5ff_8152',['tagparfor_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a926fe273db7aaa817471c44983bf42e4',1,'amrex::detail']]], + ['tags_8153',['tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4e225aa2595e49382cb2db00df813d8c',1,'amrex::TagBox::tags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#ad0f86517b8114fbc3cfd3c5ef532a592',1,'amrex::MFInfo::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'amrex::FabArray::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< AtomicInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< PetscInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::CutFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::EBCellFlagFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::Mask >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< FArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< IArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< TagBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a9023e58bfadedd84fa003f9b10712949',1,'amrex::TagBox::tags() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a194d49c2adb475dabf1de3a7bc717b7a',1,'amrex::TagBox::tags(const Vector< int > &ar) noexcept']]], + ['tags_5fand_5funtags_8154',['tags_and_untags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af03179052f9fb5a076f95d2bb33e94e2',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#abbc0728a20e92cbaf06b19a0b9cff0cd',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar, const Box &tilebx) noexcept']]], + ['tagtype_8155',['TagType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a86719d9e271cd75e3e6d1fa728c385c1',1,'amrex::TagBox::TagType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#aed1b714c35cb0ce049231984f07925f4',1,'amrex::TagBoxArray::TagType()']]], + ['tagval_8156',['TagVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffa',1,'amrex::TagBox']]], + ['tagvolfrac_8157',['TagVolfrac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84',1,'amrex']]], + ['tamap_8158',['TAMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a905802e4dcdc5377e09d455fc80f0400',1,'amrex::FabArrayBase']]], + ['tapply_8159',['TApply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8',1,'amrex::detail']]], + ['task_5fme_8160',['task_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac7e00cc0d9436d4445b3e338b46dd003',1,'amrex::ForkJoin']]], + ['task_5foutput_5fdir_8161',['task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac17370c5ba5f31bf037c5ca3992c3f66',1,'amrex::ForkJoin']]], + ['team_5ffor_8162',['team_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b1bd2a6da53acc442dac0945108b376',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, int nworkers, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08',1,'amrex::ParallelDescriptor::team_for(int begin, int end, const F &f)']]], + ['team_5frange_8163',['team_range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6',1,'amrex::ParallelDescriptor']]], + ['team_5ft_8164',['team_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a01aa6c5f002620d5bc47bbabc2acd20e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['teamlead_8165',['TeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a834c805f44e9aa2724debb07602d999e',1,'amrex::ParallelDescriptor']]], + ['teamsize_8166',['TeamSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9854dea7eb2ee59093ed0bd80af9063e',1,'amrex::ParallelDescriptor']]], + ['ten_8167',['ten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a629e9df315fc853fd9996d553493c395',1,'amrex_constants_module']]], + ['tensorproductintegral_8168',['tensorProductIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#acca11ab4048cabd364f8e25012b416ba',1,'amrex::algoim::ImplicitIntegral']]], + ['tenth_8169',['tenth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a',1,'amrex_constants_module']]], + ['terrain_8170',['Terrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8d89242fc1acffe99a9df2cd45c6ab9e',1,'amrex::AmrData']]], + ['test_8171',['test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a42d6517959dbf89018b970cb1c0cf66e',1,'amrex::ParallelDescriptor::Message::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'IndexTypeND< AMREX_SPACEDIM >::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'amrex::IndexTypeND::test()']]], + ['test_8172',['TEST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5',1,'amrex::AMRErrorTag']]], + ['test_8173',['Test',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07419f788f738f82f07c288c70af5e6f',1,'amrex::ParallelDescriptor::Test(MPI_Request &, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9d7485d566f7b26e48e038d364590cd',1,'amrex::ParallelDescriptor::Test(Vector< MPI_Request > &, int &, Vector< MPI_Status > &)']]], + ['the_5farena_8174',['The_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1',1,'amrex']]], + ['the_5fasync_5farena_8175',['The_Async_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad371ec91e94c5131b6002127a1008157',1,'amrex']]], + ['the_5fcomms_5farena_8176',['The_Comms_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1',1,'amrex']]], + ['the_5fcpu_5farena_8177',['The_Cpu_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706',1,'amrex']]], + ['the_5fdata_8178',['the_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a543e95dcf88e9bc9ec1a944364639037',1,'amrex::NonLocalBC::CommData']]], + ['the_5fdevice_5farena_8179',['The_Device_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417',1,'amrex']]], + ['the_5ffuncs_8180',['the_funcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a6dd906af9d999ab3e04b156b38605bbf',1,'amrex::MemProfiler']]], + ['the_5ffuncs_5fbuilds_8181',['the_funcs_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1e3b2c95bff96ca4c2f14152e7ad179e',1,'amrex::MemProfiler']]], + ['the_5finstance_8182',['the_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a40ba66fec50cd477016a8ce11568f4ac',1,'amrex::MemProfiler']]], + ['the_5fmanaged_5farena_8183',['The_Managed_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420',1,'amrex']]], + ['the_5fnames_8184',['the_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#ab272efb42368045a4256dfcb96957910',1,'amrex::MemProfiler']]], + ['the_5fnames_5fbuilds_8185',['the_names_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a30a2f79d4632035a2ad21fc81e47071a',1,'amrex::MemProfiler']]], + ['the_5fnext_5fid_8186',['the_next_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3f85e00a49d46ad2446cc39e7c921742',1,'amrex::SoAParticle::the_next_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a46b64285f66ebd66e86258462b440c51',1,'amrex::Particle::the_next_id()']]], + ['the_5fpinned_5farena_8187',['The_Pinned_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887',1,'amrex']]], + ['the_5frecv_5fdata_8188',['the_recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a4685b9db726b95a19ccbe2b6ee33a433',1,'amrex::PCData::the_recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a3e3b282afdf75099193c3c85ea5effa3',1,'amrex::FBData::the_recv_data()']]], + ['the_5fsend_5fdata_8189',['the_send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a938e0208e00afba91947616b5e70d600',1,'amrex::FBData::the_send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a8dee05ab1688d643feb6d74e82a15bf3',1,'amrex::PCData::the_send_data()']]], + ['the_5fstring_8190',['the_string',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#aff20426b31d6e2bcce35b9d62d5685ba',1,'amrex::expect']]], + ['the_5fsundials_5fcontext_8191',['The_Sundials_Context',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d',1,'amrex::sundials']]], + ['the_5fsunmemory_5fhelper_8192',['The_SUNMemory_Helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7',1,'amrex::sundials']]], + ['thecelltype_8193',['TheCellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'amrex::IndexTypeND::TheCellType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'IndexTypeND< AMREX_SPACEDIM >::TheCellType()']]], + ['thecellvector_8194',['TheCellVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'amrex::IntVectND::TheCellVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'IntVectND< AMREX_SPACEDIM >::TheCellVector()']]], + ['thecfinfo_8195',['TheCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a583784f4a6e46aacd6f953de8d6f4fb0',1,'amrex::FabArrayBase']]], + ['thecoveredcell_8196',['TheCoveredCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#abd50f79b66187d9d3866a74f8218f87d',1,'amrex::EBCellFlag']]], + ['thedefaultcell_8197',['TheDefaultCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a59d2b06c58e35cf86ce4b7178321682e',1,'amrex::EBCellFlag']]], + ['thedimensionvector_8198',['TheDimensionVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'amrex::IntVectND::TheDimensionVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'IntVectND< AMREX_SPACEDIM >::TheDimensionVector()']]], + ['thefaarenadeleter_8199',['TheFaArenaDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html',1,'amrex']]], + ['thefaarenapointer_8200',['TheFaArenaPointer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5',1,'amrex']]], + ['thefabarraybase_8201',['theFabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a7f84508a19797af16e5f3f6b13523c',1,'amrex::MFIter']]], + ['thefpinfo_8202',['TheFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac2344224d72849f0e7fe1888d150a550',1,'amrex::FabArrayBase']]], + ['themaxvector_8203',['TheMaxVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'amrex::IntVectND::TheMaxVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'IntVectND< AMREX_SPACEDIM >::TheMaxVector() noexcept']]], + ['theminvector_8204',['TheMinVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'IntVectND< AMREX_SPACEDIM >::TheMinVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'amrex::IntVectND::TheMinVector()']]], + ['thenodetype_8205',['TheNodeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'IndexTypeND< AMREX_SPACEDIM >::TheNodeType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'amrex::IndexTypeND::TheNodeType()']]], + ['thenodevector_8206',['TheNodeVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'IntVectND< AMREX_SPACEDIM >::TheNodeVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'amrex::IntVectND::TheNodeVector()']]], + ['theplotfiletype_8207',['thePlotFileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85',1,'amrex::thePlotFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aafabc1e8a1b6e1b96230fbf6debe2465',1,'amrex::AmrLevel::thePlotFileType()']]], + ['therestartfile_8208',['theRestartFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac501ff9a494314e973685c776fae2498',1,'amrex::Amr']]], + ['therestartplotfile_8209',['theRestartPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1049e70b4e279c64160c9ff62ba42653',1,'amrex::Amr']]], + ['thesamebox_8210',['TheSameBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a84376910b355f3a4b74220bbdf410328',1,'amrex::DeriveRec']]], + ['theunitbox_8211',['TheUnitBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'amrex::BoxND::TheUnitBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'BoxND< AMREX_SPACEDIM >::TheUnitBox()']]], + ['theunitvector_8212',['TheUnitVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'amrex::IntVectND::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'IntVectND< AMREX_SPACEDIM >::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept']]], + ['thezerovector_8213',['TheZeroVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'IntVectND< AMREX_SPACEDIM >::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'amrex::IntVectND::TheZeroVector()']]], + ['third_8214',['third',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a09ef6234d430ece0cd17687b6206eb28',1,'amrex_constants_module']]], + ['thisparticletilehasnoaos_8215',['ThisParticleTileHasNoAoS',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html',1,'amrex']]], + ['thisparticletilehasnoparticlevector_8216',['ThisParticleTileHasNoParticleVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoParticleVector.html',1,'amrex']]], + ['thread_5fnum_8217',['thread_num',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a123477aaf6e887c71714158dece38727',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['three_8218',['three',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584',1,'amrex_constants_module']]], + ['three4th_8219',['three4th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463',1,'amrex_constants_module']]], + ['throw_5fexception_8220',['throw_exception',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2',1,'amrex::system::throw_exception()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa5a72eccc4e6ab6e6b2ac7dcfdd2ce7f',1,'amrex::MLMGT::throw_exception()']]], + ['tie_8221',['Tie',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2',1,'amrex']]], + ['tile_8222',['tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a7a11bc66e1d170a3ff3419eb60892a57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ea50c3d653aa391c3a8ce0d315681fcaee',1,'amrex::NeighborParticleContainer::MaskComps::tile()']]], + ['tile_5farray_8223',['tile_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a10b2f0f6900d23295fe25fd526153f43',1,'amrex::MFIter']]], + ['tile_5fid_8224',['tile_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ab1cb9fb1641d54cde4a9a3dff3611f42',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['tile_5fsize_8225',['tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae64d80e0b2d14e9209c426a0654e8a1f',1,'amrex::MFIter::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb03167dec6a952cfa60beb45a514dfa',1,'amrex::ParticleContainerBase::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a8daad07261e670c91e3d6788f152f668',1,'amrex::TileSize::tile_size()']]], + ['tilearray_8226',['TileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html',1,'amrex::FabArrayBase']]], + ['tilearray_8227',['tileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#ae96f9cf0f9ad68ea664c018a6a4baa78',1,'amrex::FabArrayBase::TileArray']]], + ['tilebox_8228',['tilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4633394eac1ff3355fe082b815ed7413',1,'amrex::MFIter::tilebox() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3563f863ba15b874a9abd0dc338c0c72',1,'amrex::MFIter::tilebox(const IntVect &nodal, const IntVect &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aade25ad6c9b6b92a5dbe2e022fc77912',1,'amrex::MFIter::tilebox(const IntVect &nodal) const noexcept']]], + ['tileindex_8229',['tileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3d73098e8ef5205fc2bce58d5ed0f21b',1,'amrex::MFIter']]], + ['tilesize_8230',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html',1,'amrex']]], + ['tilesize_8231',['tilesize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a8926b61d823e5a23f6bbf00814afba13',1,'amrex::MFItInfo']]], + ['tilesize_8232',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a0fd1080269de0184755a627c3ce1875d',1,'amrex::TileSize']]], + ['tiling_8233',['Tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a1db74b1bbdeb756077e4bc33e25a2740',1,'amrex::MFIter']]], + ['tilingifnotgpu_8234',['TilingIfNotGPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab482b500359e03b77389d42f968c46fe',1,'amrex']]], + ['time_8235',['Time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a3e139eef25f3ada10cd551ada84b4a94',1,'amrex::AmrData']]], + ['time_8236',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af36e6cd9e76d13205ad8dfc57cba5b58',1,'amrex::AmrData::time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ad827fbbd6757ac18eb39a4c5ce37ef95',1,'amrex::PlotFileData::time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a493f2666f351bd922bb6ca42eaf6b7f5',1,'amrex::PlotFileDataImpl::time()']]], + ['time_5fcurrent_8237',['time_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ae1493ee81180c4fc466c1dbeb8905681',1,'amrex::FEIntegrator::time_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534',1,'amrex::RKIntegrator::time_current()']]], + ['time_5finterpolate_8238',['time_interpolate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a2372340230301693e973e404c12618fa',1,'amrex::RKIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a064376184442b5fa00c9f3b407e9fe5d',1,'amrex::SundialsIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a7cae24606fd9c92a44f4ae163bab5a3b',1,'amrex::TimeIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3dc1f86935271c9b053b9d6a60911739',1,'amrex::IntegratorBase::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac0b9633fedee03bd638f87514a952720',1,'amrex::FEIntegrator::time_interpolate()']]], + ['time_5fstep_8239',['time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad9211fc29fd1cd9a03025959738c90d4',1,'amrex::IntegratorBase']]], + ['timecenter_8240',['TimeCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434',1,'amrex::StateDescriptor']]], + ['timeintegrator_8241',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html',1,'amrex::TimeIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a5aec68476188bb41118352fe8c2c947e',1,'amrex::TimeIntegrator::TimeIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#adcfe717b66e593be817492b7f9ba3c04',1,'amrex::TimeIntegrator::TimeIntegrator(IntegratorTypes integrator_type, const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a14e1a1a411c152c67c19c81443b022b6',1,'amrex::TimeIntegrator::TimeIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['timeinterval_8242',['TimeInterval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html',1,'amrex::StateData']]], + ['timelevel_8243',['TimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33a',1,'amrex::AmrLevel']]], + ['timelinefab_8244',['TimelineFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a45e111eb57d243d366c3146a7ac7c0c9',1,'CommProfStats']]], + ['timemax_8245',['timeMax',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a782fccabcc5cfc65934945eb51502963',1,'RegionsProfStats::DataBlock::timeMax()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#af575f4699084fd21a0c66470006d0aed',1,'CommProfStats::DataBlock::timeMax()']]], + ['timemin_8246',['timeMin',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a0e6da7295f52dca99d4abf096c1bed81',1,'CommProfStats::DataBlock::timeMin()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#acbca0639ad8b69e1f647d223eefc11da',1,'RegionsProfStats::DataBlock::timeMin()']]], + ['timer_8247',['timer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adb7400b1c29d0f33ed67e2a81702ed8a',1,'amrex::MLMGT']]], + ['timer_5ftypes_8248',['timer_types',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fd',1,'amrex::MLMGT']]], + ['timerange_8249',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html',1,'BLProfStats::TimeRange'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a4415589fb72341b9ed4c98aed65d3e14',1,'BLProfStats::TimeRange::TimeRange()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acbbf9b5d2d56142d5fcc5904d77a4409',1,'BLProfStats::TimeRange::TimeRange(Real startT, Real stopT)']]], + ['timerangecompare_8250',['TimeRangeCompare',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html',1,'BLProfStats']]], + ['timerangeinitialized_8251',['TimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#af986d8aadba05d068b2bdc3aa554d946',1,'BLProfStats']]], + ['timertime_8252',['timerTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e1dfbc9a0536493de4e0668b3955d15',1,'CommProfStats::DataBlock']]], + ['timestamp_8253',['Timestamp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a94b3a9972d2fe076bdf7458b93b7e1d4',1,'amrex::TracerParticleContainer']]], + ['timestep_8254',['timeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2648a488ef613f454d29b519aca41bc8',1,'amrex::Amr']]], + ['timetype_8255',['timeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a338d1a0966e1f91f4f65fd5aed7958cc',1,'amrex::StateDescriptor']]], + ['timingstats_2eh_8256',['TimingStats.h',['https://amrex-codes.github.io/amrex/doxygen/TimingStats_8h.html',1,'']]], + ['tinyprofiler_8257',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html',1,'amrex::TinyProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5689250282f22646ec14959dc491f748',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8e1cc274bc1e92cc8466ea9b44911c33',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a238dc16dd99da96e07b526f5cd90f4fa',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aee36686bda9cf58b62055dca5818af46',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a63cae02a5e649724bfc02c528e84ca18',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0969b8312bde020f9c99c051dc51eeb5',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname) noexcept']]], + ['tinyprofileregion_8258',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html',1,'amrex::TinyProfileRegion'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae16c9ddca9a89c31676b9be0b716c097',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aad9588693616dcc6ff68675a2d235437',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a5ef3cd4f83fa596bf02d70cb0166fa27',1,'amrex::TinyProfileRegion::TinyProfileRegion(const char *a_regname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab3d0ffc7c7067f4bec983d85ee3262f2',1,'amrex::TinyProfileRegion::TinyProfileRegion(std::string a_regname) noexcept']]], + ['tmpsoln_8259',['tmpsoln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0ff36d67bd4b146e140a63de29c435e7',1,'amrex::HypreNodeLap']]], + ['toarray4_8260',['ToArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12',1,'amrex']]], + ['tointvect_8261',['toIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'IndexTypeND< AMREX_SPACEDIM >::toIntVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'amrex::IndexTypeND::toIntVect()']]], + ['tokenize_8262',['Tokenize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a',1,'amrex']]], + ['tolongmultifab_8263',['ToLongMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414',1,'amrex']]], + ['tolower_8264',['toLower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8',1,'amrex']]], + ['tomultifab_8265',['ToMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ac5f3026221c3cafbcb0e19f6583cfd9d',1,'amrex::MultiCutFab::ToMultiFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94',1,'amrex::ToMultiFab()']]], + ['top_8266',['top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a961f4d4e88be70b0f922d93122c5f0ca',1,'amrex::AMReX::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#ac1b177b1ce4ac71612ba36256cdedd42',1,'amrex::Stack::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#ac817aa44b054866d14c292bec9cf1bfe',1,'amrex::Stack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ad17160a9839f2d64ac20460b4cefbaee',1,'amrex::EB2::IndexSpace::top()']]], + ['topindexspace_8267',['TopIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991',1,'amrex::EB2']]], + ['topindexspaceifpresent_8268',['TopIndexSpaceIfPresent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385',1,'amrex::EB2']]], + ['topomap_8269',['TopoMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abfb633bdb2ee1411565556f31c867a32',1,'CommProfStats']]], + ['toproc_8270',['toProc',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a979ac419ef56bad0832b4118e99eda12',1,'CommProfStats::SendRecvPair::toProc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a198cef4a2b826e76ca0cb0f01b926193',1,'amrex::FabArrayBase::FabComTag::toProc()']]], + ['torusif_8271',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html',1,'amrex::EB2::TorusIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab9f0fa84c649ce8a6a6b66bd12f4eeb9',1,'amrex::EB2::TorusIF::TorusIF()']]], + ['total_5fbox_5fbytes_8272',['total_box_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa44a8c337df517114ccca6c8d4a2c11',1,'amrex::BARef']]], + ['total_5fbox_5fbytes_5fhwm_8273',['total_box_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a04d3d344f8124f6c49b5d0ab984a642b',1,'amrex::BARef']]], + ['total_5fhash_5fbytes_8274',['total_hash_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a2252a59c60e4bc7ad886663a4ebc32b0',1,'amrex::BARef']]], + ['total_5fhash_5fbytes_5fhwm_8275',['total_hash_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a65dc0d94878bc8772f54d69c57430979',1,'amrex::BARef']]], + ['totalbytesallocatedinfabs_8276',['TotalBytesAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b',1,'amrex']]], + ['totalbytesallocatedinfabshwm_8277',['TotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a',1,'amrex']]], + ['totalcellsallocatedinfabs_8278',['TotalCellsAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7',1,'amrex']]], + ['totalcellsallocatedinfabshwm_8279',['TotalCellsAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4',1,'amrex']]], + ['totalglobalmem_8280',['totalGlobalMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae43b670a2fb74049a336cf2c2fc62c5a',1,'amrex::Gpu::Device']]], + ['totalnumberofparticles_8281',['TotalNumberOfParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'amrex::ParticleContainer_impl::TotalNumberOfParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::TotalNumberOfParticles()']]], + ['totaltime_8282',['totalTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#adfed01a20c958b4193ab14d7409daa49',1,'BLProfStats::BLPDataBlock::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a39d682d74e38686a5bf06bfabb5827d1',1,'BLProfStats::CallTreeNode::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a950c1731cce4f46316a6e54354ef8882',1,'BLProfStats::FuncStat::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#aba79e3f8f7ada5cb344bbfd1c5edb711',1,'CommProfStats::SendRecvPair::totalTime()']]], + ['touint10_8283',['toUInt10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252',1,'amrex::Morton']]], + ['touint16_8284',['toUInt16',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba',1,'amrex::Morton']]], + ['touint32_8285',['toUInt32',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6',1,'amrex::Morton']]], + ['toupper_8286',['toUpper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce',1,'amrex']]], + ['tprof_8287',['tprof',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#af05c972ffb11a5d0230dc3903fc0a33f',1,'amrex::TinyProfileRegion']]], + ['tracedatavalid_8288',['TraceDataValid',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a3dab65709f631d62643d8e5fad2692bd',1,'RegionsProfStats']]], + ['tracerpariter_8289',['TracerParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af',1,'amrex']]], + ['tracerparticlecontainer_8290',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html',1,'amrex::TracerParticleContainer'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#af7ed016626923ecc9b262fbada496464',1,'amrex::TracerParticleContainer::TracerParticleContainer(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a884d037695ad06f6871c5f1467ab4490',1,'amrex::TracerParticleContainer::TracerParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a4245793ae34687b4d96a044ecde76c72',1,'amrex::TracerParticleContainer::TracerParticleContainer()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae80411a30eff14aa4bc080c90083a24a',1,'amrex::TracerParticleContainer::TracerParticleContainer(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a60c0f8697b1a6015c72e5a6815f816cf',1,'amrex::TracerParticleContainer::TracerParticleContainer(TracerParticleContainer &&) noexcept=default']]], + ['transformer_8291',['transformer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88cd64a084e68534607b2463a28081f3',1,'amrex::BoxArray']]], + ['transformerghost_8292',['TransformerGhost',['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html',1,'']]], + ['transformervirt_8293',['TransformerVirt',['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html',1,'']]], + ['transformparticles_8294',['transformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index src_start, Index dst1_start, Index dst2_start, N n, F const &f) noexcept']]], + ['translate_8295',['translate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751',1,'amrex::EB2']]], + ['translationif_8296',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html',1,'amrex::EB2::TranslationIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#ad60a8f2183833795feaa68311075a69f',1,'amrex::EB2::TranslationIF::TranslationIF()']]], + ['trapezoid_8297',['Trapezoid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80',1,'amrex']]], + ['tri_5fn_8298',['tri_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175',1,'amrex::tri_geom_ops']]], + ['triangle_8299',['Triangle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html',1,'amrex::STLtools']]], + ['triangle_5farea_8300',['triangle_area',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570',1,'amrex::tri_geom_ops']]], + ['tridiagonal_5fsolve_8301',['tridiagonal_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0',1,'amrex::tridiagonal_solve(Array1D< T, 0, 31 > &a_ls, Array1D< T, 0, 31 > &b_ls, Array1D< T, 0, 31 > &c_ls, Array1D< T, 0, 31 > &r_ls, Array1D< T, 0, 31 > &u_ls, Array1D< T, 0, 31 > &gam, int ilen) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e',1,'amrex::tridiagonal_solve(Array1D< Real, 0, 31 > &a_ls, Array1D< Real, 0, 31 > &b_ls, Array1D< Real, 0, 31 > &c_ls, Array1D< Real, 0, 31 > &r_ls, Array1D< Real, 0, 31 > &u_ls, Array1D< Real, 0, 31 > &gam, int ilen) noexcept']]], + ['tries_8302',['tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ade275d3bbc75ea3549c7249d97e74f33',1,'amrex::StreamRetry']]], + ['trim_8303',['trim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970',1,'amrex']]], + ['truesize_8304',['truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< Real >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< PetscInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< HYPRE_Int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< EBCellFlag >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< char >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< AtomicInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'amrex::BaseFab::truesize()']]], + ['tryfileoutput_8305',['TryFileOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a16a4e702e1fd890046aa8d80a2fe2a82',1,'amrex::StreamRetry']]], + ['tryoutput_8306',['TryOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae3b5909bdd9d104025eb427395c84356',1,'amrex::StreamRetry']]], + ['ts_5finterp_5fface_5fxy_8307',['ts_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aab68027f7c16b89da158a3922d561019',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a8d3d6c455c8bf94d1ee9b723e93e610a',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc) noexcept']]], + ['ts_5finterp_5fface_5fxz_8308',['ts_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a819b65cefc048d14ff5c5f8e955eec0a',1,'amrex::mlndts_detail']]], + ['ts_5finterp_5fface_5fyz_8309',['ts_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aaf58f896b75c3066cbb49827a71f8605',1,'amrex::mlndts_detail']]], + ['ts_5finterp_5fline_5fx_8310',['ts_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a4ff83c538ac36099e425b6845d7d3219',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1724eebece4e4a4f5683ac15339a9c6f',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc) noexcept']]], + ['ts_5finterp_5fline_5fy_8311',['ts_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1b40614d14387e3c551b4cd1dd5e9795',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a7d9e2103826cb0ebfb2f4d09922dfef4',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc) noexcept']]], + ['ts_5finterp_5fline_5fz_8312',['ts_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a3d8f27db93f165f656a3098f3a61d8eb',1,'amrex::mlndts_detail']]], + ['ttstack_8313',['ttstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a55b136d8859480b76a1311cff89009a0',1,'amrex::TinyProfiler']]], + ['tuple_8314',['Tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8',1,'amrex']]], + ['tuple_5fcat_5fresult_8315',['tuple_cat_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result.html',1,'amrex::detail']]], + ['tuple_5fcat_5fresult_3c_20gputuple_3c_20t1s_2e_2e_2e_20_3e_2c_20gputuple_3c_20t2s_2e_2e_2e_20_3e_2c_20tps_2e_2e_2e_20_3e_8316',['tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html',1,'amrex::detail']]], + ['tuple_5fcat_5fresult_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_8317',['tuple_cat_result< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['tuple_5fcopy_8318',['tuple_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a813577e3d9b0ad5b7795dd9351160f9a',1,'amrex::detail']]], + ['tuple_5fdecay_5ft_8319',['tuple_decay_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d',1,'amrex::detail']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_8320',['tuple_element< s, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_8321',['tuple_element< s, amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_8322',['tuple_element< s, amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20std_3a_3asize_5ft_7b0_7d_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_8323',['tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3agputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_8324',['tuple_size< amrex::GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_8325',['tuple_size< amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_8326',['tuple_size< amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5fto_5farray_5fhelper_8327',['tuple_to_array_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab2c6743d76d5a23ac34993bdb64765a1',1,'amrex::detail']]], + ['tuplecat_8328',['TupleCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea',1,'amrex::TupleCat(TP &&a) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f',1,'amrex::TupleCat(TP1 &&a, TP2 &&b) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6',1,'amrex::TupleCat(TP1 &&a, TP2 &&b, TPs &&... args) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 >, detail::tuple_decay_t< TPs >... >::type']]], + ['tuplesplit_8329',['TupleSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4',1,'amrex']]], + ['tuplesplitimp_8330',['TupleSplitImp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a71f402d1250f215a129e6a9950c9ad35',1,'amrex::detail']]], + ['tupletoarray_8331',['tupleToArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a',1,'amrex::tupleToArray(GpuTuple< T, T2, Ts... > const &tup)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907',1,'amrex::tupleToArray(GpuTuple< T > const &tup)']]], + ['twelfth_8332',['twelfth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b',1,'amrex_constants_module']]], + ['twelve_8333',['twelve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2d60ccfaa43dc70158dc8aac415b1a52',1,'amrex_constants_module']]], + ['two_8334',['two',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a3b52f9631247ee9d89ef856418d73e7e',1,'amrex_constants_module']]], + ['two3rd_8335',['two3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df',1,'amrex_constants_module']]], + ['typ_8336',['typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a7df7b9fdc8a7fdba375183541593b26b',1,'amrex::DeriveRec::StateRange::typ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1406cbb9152b357a39e877b78eb8ff0d',1,'amrex::MFIter::typ()']]], + ['type_8337',['type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#acb33de9ee20312affa72aa7cc80b8bdd',1,'amrex::StateDescriptor::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c1646fa8a69b59044dfa202fb6a2e9e',1,'amrex::SundialsIntegrator::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'amrex::BoxND::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'amrex::BoxND::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'BoxND< AMREX_SPACEDIM >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html#a156affa7d9def076195b3bd1153adcf9',1,'amrex::ParserExeSUB_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'BoxND< AMREX_SPACEDIM >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a20021c8fa972de865da57cfd5d14fb81',1,'amrex::ParallelDescriptor::Message::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ae516333153a3f26f388eec71a73c1c2e',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a8200f24cfc6d6d4d77814c4095612c2f',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ad2d00f03d307a91de38a715015a251ba',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a178254a5520c3ee1ea23f47987392468',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html#a4025a275e81686205f71df80a1833bcc',1,'amrex::ParallelDescriptor::Mpi_typemap< GpuComplex< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html#a9ddcad1ca5990453ace2b8149173f7bd',1,'amrex::ParallelDescriptor::Mpi_typemap< ValLocPair< TV, TI > >::type()']]], + ['type_8338',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312f',1,'amrex::MLCGSolverT::Type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a61d113644b72c6bda6b1221a9079fe8c',1,'amrex::ReduceData::Type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad3ea6134bfd9b5a51d9ad381e548cb19',1,'amrex::Any::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a04d77dc1e0009a1e01d45d067dbeed0e',1,'amrex::Any::innards::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#afa3049bddd4c3493eeb9a1f62fa7981d',1,'amrex::Any::innards_base::Type()']]], + ['type_8339',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a7a50865e273590e33f9f3dcaf27211c8',1,'amrex::IParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a1d9a01f7c1cfbe284059cd97395f349b',1,'amrex::IParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#ac8b4fe2e5abb09807e3f07116c90e289',1,'amrex::IParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a0b827554ebdfc729e1c70e2495683136',1,'amrex::IParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html#ae946130e48623805a3f09dec20aeb9c5',1,'amrex::IParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html#a90ade7ba9899bef3e720860e4f92e980',1,'amrex::IParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#ab1cbd512c7b4e41049f386d0d4475614',1,'amrex::IParserExeDIV_NV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#ae0d7379f27e90837da70b5ef2cead13a',1,'amrex::IParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#adf0b877b38f5108c37c1afdf2dea71c9',1,'amrex::IParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#ac5b7969a80a7145750cb1f3330b1cf5a',1,'amrex::IParserExeDIV_PV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a4454e177442a6dcd3837e39b6179c998',1,'amrex::IParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#af8f22736396620d196892cd95eafc1ad',1,'amrex::IParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#af8e712385f4e02786eeabc904f906603',1,'amrex::IParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#aecf0100a44b697393789f827462c5b50',1,'amrex::IParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#a0437d1c7b416b9f3a6a8a9b574b7b634',1,'amrex::IParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a62b95e6e4505cb34e9a445f619b32858',1,'amrex::IParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a7bb51123fd9176fd16d1642a10b5a7a7',1,'amrex::IParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html#a93df2575265c783dfaf2d31061096ee6',1,'amrex::IParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a184227ee3f68a827993e38e9084996a9',1,'amrex::IParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a725cdc0204af80855eedba599abcf992',1,'amrex::IParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a8791d281a5af5e40f8960df23531a974',1,'amrex::IParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a0019bf0cad4f67e6a646fa5f1df1cb8c',1,'amrex::IParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html#aab3caa3fd632e0793998556c15325438',1,'amrex::IParserExeNEG::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#a8997602493f06fc79b9924c8e5078201',1,'amrex::IParserExeNEG_P::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html#a815c97aaab5abad09c8a6b4e9bf74d45',1,'amrex::IParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#a15529de413faee5b1bc579a5ef14a725',1,'amrex::IParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#a493b7f549e96168aff72dae923b22bc7',1,'amrex::detail::TypeListGet< 0, TypeList< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#ab5002bf857e08f44d3cf3b47f40324b7',1,'amrex::detail::apply_result< F, GpuTuple< Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a9a3f9ffd7c901fad20e8fae84feb5eb0',1,'amrex::detail::Detector::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#afaec2ae94e980097c6c81764725820f2',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#aa7a55672d011b43d9986ba29665e298e',1,'amrex::GpuTupleElement< 0, GpuTuple< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html#a313ceedcd16a31e4c5f78f5269df80bb',1,'amrex::detail::invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aa845318feb3c015bbf47571202f91ace',1,'amrex::ref_wrapper::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html#a46c7e0785b108d253abb4b1ec6ea20ff',1,'amrex::detail::tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#aef72b2d08d889341ad4644c15efa5bbd',1,'amrex::detail::tuple_cat_result< GpuTuple< Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#aa81b6bfc580e14436f13d70e9a5d5f15',1,'std::tuple_element< s, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#a8f8553ba1c088a8bb37141c49735b461',1,'std::tuple_element< s, amrex::IndexTypeND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a36a3da6780ccd990b74e1e1ceb07f606',1,'std::tuple_element< s, amrex::IntVectND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#a8790d0767460f18c8331769ade550c3d',1,'std::tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#afc0e358d3159bbe8dcb0687ad7000606',1,'amrex::ParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html#a79b4bca3c8ca101115685fbcd2aec734',1,'amrex::detail::unwrap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html#a81dc4abe9ba0c404026f43e1fdc3da90',1,'amrex::detail::unwrap< std::reference_wrapper< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#a3f55ba0ebdeb29d040727aeb9a5d9b62',1,'amrex::MLCellLinOpT::BCTL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a809b74ddfbffcd70511e5e20825922e8',1,'amrex::iparser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#aea0c3322f1c0b3db9546d784b3ef0dd9',1,'amrex::iparser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ad9ac5f10f25fff1c94c9278ed534f916',1,'amrex::iparser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a20ef93d77882d7b595098dbeb0cbe0b8',1,'amrex::iparser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#af7a3a82dae0a61015d466fe927297c06',1,'amrex::iparser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#aa3be4d5aba9115516b016dd6e4035fa5',1,'amrex::iparser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#ab7dbb1ddebc9853860a4e44239d43ea5',1,'amrex::iparser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html#ae0bff41668e0c1e5701209d61e4560a6',1,'amrex::IParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a4cd57a0c3e914ad6ef7e4f54d65921b4',1,'amrex::ParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html#aa4d9491e106b3adcf5becc2f73da16dd',1,'amrex::ParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#ab182a785cf030d698556e2803da29075',1,'amrex::ParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#ab196f95ee0e36a4fbc1b18ce8d9f0c53',1,'amrex::ParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#aa321f932af8d39c77ac421f0d6a4078e',1,'amrex::ParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a91a71da9f691a66c9f2e71804dafe02f',1,'amrex::ParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#adb9ca0f0a0b6efe400c4af5ae8608587',1,'amrex::ParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#a7fe680aa1738d34d0e33788579688262',1,'amrex::ParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#a9f206a8beeabf537b5a47812516e69ba',1,'amrex::ParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#aef67f220560c6ca3d86dd47a94a52e85',1,'amrex::ParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#a08584434561b18d3ac4065205cf7bf6d',1,'amrex::ParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html#aee3c7a5bb4e65811dcfe3ab16c20fb93',1,'amrex::ParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a6969bcd1adff4a19ba555b7fd724be7c',1,'amrex::ParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#aac32c7fa0bc6f71c16680721a5630182',1,'amrex::IParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#ad2b74694830004b3943d8ecf9e602f9e',1,'amrex::ParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#ae7d2b89c080d7581c35ea33598155ae6',1,'amrex::ParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html#a7aa866ce304756df44e2cfbdf4cdb784',1,'amrex::ParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#adb7d2c84743735a7cfb9387544e29e69',1,'amrex::ParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a17bdde21b0a5bb170322a52d31f1a7c4',1,'amrex::ParserExePOWI::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html#a4ca31d9a475c2efbf6fe68a3e661400b',1,'amrex::ParserExeSquare::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html#a77aeae01642fffcebf743cdfec7f4c0e',1,'amrex::ParserExeSUB_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a400fca37b7f78f9e6b1f04cd1de6976e',1,'amrex::ParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a590ef631bf89c5dc8c7f6a232d548b18',1,'amrex::ParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a158350ee674b01b235d333d40a6ce204',1,'amrex::ParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a27fce7530cbea2d1fa6fbc8dcb9c292d',1,'amrex::ParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#a1ad44de0386f4f0192b105d058b2e9ae',1,'amrex::ParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a00db0600cfedff4d85c1b16fcb082020',1,'amrex::IParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#aa2bb2bb1dd70a300b6f252c374b80c28',1,'amrex::IParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a966257aaecf0f2636c83519c448fec6f',1,'amrex::IParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a98916132f9f20d00f28af1f6944a3a47',1,'amrex::IParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a6f140513c6cfce17da967533d3582fed',1,'amrex::EBCellFlagFab::NumCells::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a325d96e7d2b35e89cb12c6a5fa0db023',1,'amrex::parser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ac784bf9870dd39cb485d3a915b28f05d',1,'amrex::parser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a4ac8fe1eae42c466f6562e00eadecfca',1,'amrex::parser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html#a77c8917540992718e369e3320230d475',1,'amrex::ParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a47034819cc498090c439058dabf25591',1,'amrex::IParserExeSUB::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a48657b209b39759006477045312ff03b',1,'amrex::parser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aee9093898e53fbeba75eb636c9ef99e1',1,'amrex::parser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#ab186dabf87779fb9b65fe0edc854e46c',1,'amrex::parser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a8b935e5014acf16b10e6b98c79de3054',1,'amrex::parser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html#ae9780c323f695d1c05f0da89b404f3f5',1,'amrex::ParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a56d500ab92f6615f3087792709558d42',1,'amrex::ParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#ae018d95c7129bf499a131fb284bde1dc',1,'amrex::ParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ab67f78b46e0bc2b7d9466373e9a16479',1,'amrex::ParserExeADD_VN::type()']]], + ['type_5ft_8340',['Type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6',1,'amrex::EB2']]], + ['type_5fupdate_8341',['type_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9f2c23e3d3ccd73f1045f2bca61f7a11',1,'amrex::BoxArray']]], + ['typeat_8342',['TypeAt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f',1,'amrex']]], + ['typelist_8343',['TypeList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html',1,'amrex']]], + ['typelistget_8344',['TypeListGet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'amrex::detail']]], + ['typelistget_3c_200_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_8345',['TypeListGet< 0, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['typelistget_3c_20i_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_8346',['TypeListGet< I, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_01I_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['typelistget_3c_20i_2d1_2c_20typelist_3c_20tail_2e_2e_2e_20_3e_20_3e_8347',['TypeListGet< I-1, TypeList< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'']]], + ['typemultiplier_8348',['TypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_15.js b/amrex-hydro/Doxygen/html/search/all_15.js index 11ac311..2cc11cc 100644 --- a/amrex-hydro/Doxygen/html/search/all_15.js +++ b/amrex-hydro/Doxygen/html/search/all_15.js @@ -1,111 +1,112 @@ var searchData= [ - ['ubound_8306',['ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c',1,'amrex::ubound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c',1,'amrex::ubound(BoxND< dim > const &box) noexcept']]], - ['ubound_5fiv_8307',['ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c',1,'amrex']]], - ['udata_8308',['udata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a93875747f7e6357de1c6007a2193bcb9',1,'amrex::SundialsIntegrator']]], - ['ull_8309',['ull',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a505b61ba175140a3250ef8e473575813',1,'amrex::BlockMutex::state_t']]], - ['unapplymetricterm_8310',['unapplyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8681147e6aa6a83cba4451adda7b719c',1,'amrex::MLCellLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'amrex::MLLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'MLLinOpT< Array< MultiFab, 3 > >::unapplyMetricTerm()']]], - ['undef_8311',['undef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa2debcd8f37986ae0e3c488f583234ccc',1,'amrex::CoordSys']]], - ['undefined_8312',['UNDEFINED',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6ad808286f21d2e4851a30703a30d063',1,'amrex::DistributionMapping::UNDEFINED()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4ab3c2b60395f5d29de06295804afd6e42',1,'BLProfStats::UNDEFINED()']]], - ['undefined_8313',['undefined',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74',1,'amrex']]], - ['undefined_5fv1_8314',['Undefined_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da3394365084045ae347fad00a360767d8',1,'amrex::VisMF::Header']]], - ['underline_8315',['Underline',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a5126c521e95014c65f2b536273860a28',1,'amrex::Font']]], - ['unfillable_8316',['Unfillable',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0',1,'amrex']]], - ['ungrownbox_8317',['UngrownBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7bb682831638917318e9f87fee6871af',1,'amrex::FillPatchIterator']]], - ['unimposeneumannbc_8318',['unimposeNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'amrex::MLLinOpT::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'MLLinOpT< Array< MultiFab, 3 > >::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae3ee387befb4f982cceda3997021d5c6',1,'amrex::MLNodeLaplacian::unimposeNeumannBC()']]], - ['uninitializedfillnimpl_8319',['uninitializedFillNImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1ec1f5b314ec018aecc0e091949ff60e',1,'amrex::detail']]], - ['unionif_8320',['UnionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html',1,'amrex::EB2']]], - ['uniqify_8321',['uniqify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3fba31af025b800aef97da09bc4113c',1,'amrex::BoxArray']]], - ['uniquerandomsubset_8322',['UniqueRandomSubset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e',1,'amrex']]], - ['uniquestring_8323',['UniqueString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebee05e08302fb03e29f4270e933239c',1,'amrex']]], - ['unit_8324',['Unit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'IntVectND< AMREX_SPACEDIM >::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6745f136d89bdb15e57c3387ca01e973',1,'amrex::RealVect::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'amrex::IntVectND::Unit()']]], - ['unit_5fadvance_8325',['unit_advance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e',1,'amrex_io_module']]], - ['unit_5fget_5fskip_8326',['unit_get_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8',1,'amrex_io_module']]], - ['unit_5fnew_8327',['unit_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a',1,'amrex_io_module']]], - ['unit_5fskip_8328',['unit_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c',1,'amrex_io_module']]], - ['unit_5fstdin_8329',['unit_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426',1,'amrex_io_module']]], - ['unit_5fstdout_8330',['unit_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3',1,'amrex_io_module']]], - ['unknown_8331',['unknown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a',1,'amrex::EB2::Type']]], - ['unlock_8332',['unlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#abd55deb11f6e1a89fa7e6ba517c581ff',1,'amrex::BlockMutex']]], - ['unmatchedcftype_8333',['unmatchedCFType',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af8626cf71af203407435c096f88c1c3c',1,'CommProfStats::SendRecvPairUnpaired']]], - ['unnamed_8334',['Unnamed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac6df74b4b37bb6ee58dffea68507d259',1,'amrex::ParallelDescriptor']]], - ['unpack_5frecv_5fbuffer_5fcpu_8335',['unpack_recv_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36',1,'amrex::NonLocalBC::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< TagBox >::unpack_recv_buffer_cpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< TagBox >::unpack_recv_buffer_cpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()']]], - ['unpack_5frecv_5fbuffer_5fgpu_8336',['unpack_recv_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326',1,'amrex::NonLocalBC::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu()']]], - ['unpack_5fvector_8337',['unpack_vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a47b8fb64f7275cfcef4bfdbeabd57719',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a07c7c9b9fd21fd9560151c2bfbfd7571',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::MultiFab &S_data)']]], - ['unpackbuffer_8338',['unpackBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd',1,'amrex']]], - ['unpackparticledata_8339',['unpackParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'amrex::ParticleTileData::unpackParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::unpackParticleData()']]], - ['unpackrecvbuffers_8340',['UnpackRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e',1,'amrex::NonLocalBC::UnpackRecvBuffers(const PackComponents &components, FabArray< FAB > &dest, const CommData &recv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33',1,'amrex::NonLocalBC::UnpackRecvBuffers(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const CommData &recv)']]], - ['unpackrecvbuffers_5ft_8341',['UnpackRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999',1,'amrex::NonLocalBC']]], - ['unpackremotes_8342',['unpackRemotes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b',1,'amrex']]], - ['unprotectednextid_8343',['UnprotectedNextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#adf0b591e84350f6fd8e805949784afdf',1,'amrex::ConstSoAParticle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a90b34785c758b4423ca560d3796fcd7a',1,'amrex::Particle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a33c92cc691f1fa2775ccaefcd0d359f0',1,'amrex::SoAParticle::UnprotectedNextID()']]], - ['unreadmessages_8344',['unreadMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a8ac006de5caf3cfd0e6456dd6c3b3f2a',1,'amrex::NFilesIter']]], - ['unserializestringarray_8345',['UnSerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb',1,'amrex']]], - ['unset_8346',['unset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'amrex::IndexTypeND::unset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'IndexTypeND< AMREX_SPACEDIM >::unset()']]], - ['unwrap_8347',['unwrap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html',1,'amrex::detail']]], - ['unwrap_3c_20std_3a_3areference_5fwrapper_3c_20t_20_3e_20_3e_8348',['unwrap< std::reference_wrapper< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html',1,'amrex::detail']]], - ['update_8349',['update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#af2aee79b47516d601bcb86c5c345762a',1,'amrex::AmrInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a1d44edef92b831724d6d6c061abfa47a',1,'amrex::AmrMeshInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af3a21bba5cafce9e1c1c75194f37ca93',1,'amrex::MLABecLaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a47b92deed478d2df8e6a92070437a17c',1,'amrex::MLALaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae9730b505209a9fc2f255dd6cf9ea177',1,'amrex::MLCellABecLapT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a099b8059c7848bf601ca1cc33426ce24',1,'amrex::MLTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7d4de7a03f5dcdc4c52c4451afb04737',1,'amrex::MLNodeABecLaplacian::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'MLLinOpT< Array< MultiFab, 3 > >::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'amrex::MLLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa4a38baa43b1454a82381cbb0b8ff253',1,'amrex::MLEBTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad6b4be6cef1783fdb223e5aa7eb50343',1,'amrex::MLEBABecLap::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4482485699afcfc64adb1f8179714636',1,'amrex::MLCellLinOpT::update()']]], - ['update_5ffab_5fstats_8350',['update_fab_stats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a610006830e72a750eb65c44c5a540695',1,'amrex::update_fab_stats(Long n, Long s, std::size_t szt) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8',1,'amrex::update_fab_stats(Long n, Long s, size_t szt) noexcept']]], - ['update_5fhessenberg_8351',['update_hessenberg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'amrex::GMRES::update_hessenberg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'GMRES< MF, GMRESMLMGT< MF > >::update_hessenberg()']]], - ['update_5fsingular_5fflags_8352',['update_singular_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a33149b38d0c384a6ea3e324962847ef8',1,'amrex::MLABecLaplacianT']]], - ['updatebdkey_8353',['updateBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3918d10004ca8f4494fd9e6099bdabc3',1,'amrex::FabArrayBase']]], - ['updatebeta_8354',['updateBeta',['../classHydro_1_1MacProjector.html#ab0cfae54032e95667410d970443b90c4',1,'Hydro::MacProjector::updateBeta(amrex::Real a_const_beta)'],['../classHydro_1_1MacProjector.html#a1b03aef48fa18be5e482e7d99b5fb642',1,'Hydro::MacProjector::updateBeta(const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &)']]], - ['updatebndryvalues_8355',['updateBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a46045099a99335613063cba938a27623',1,'amrex::InterpBndryDataT']]], - ['updatecoeffs_8356',['updateCoeffs',['../classHydro_1_1MacProjector.html#a2997bc71017376e17231cd879d492169',1,'Hydro::MacProjector']]], - ['updatecorbc_8357',['updateCorBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6bb9614b2635f9935e7cb8816074a2ef',1,'amrex::MLCellLinOpT']]], - ['updatedataptr_8358',['UpdateDataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::STLtools::Triangle >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int *, DefaultAllocator< const int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< unsigned int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< std::size_t >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int *, DefaultAllocator< int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< index_type >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::XDim3 >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::openbc::MomTag >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::NeighborCode >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::BoxND >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'amrex::PODVector::UpdateDataPtr()']]], - ['updatedistributionmaps_8359',['UpdateDistributionMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a69fdf4e347142373696281d9269c6799',1,'amrex::AmrLevel']]], - ['updatedq_8360',['updatedQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3d289d346e68eb126c040ca8a41a5c37',1,'amrex::XYPlotDataList']]], - ['updateinsitu_8361',['updateInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a6cfcdb14e8d28779382ac6406ab2ca',1,'amrex::Amr']]], - ['updateintercept_8362',['updateIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a51c892bf2db0a77c6411432c0e3ee20a',1,'amrex::EB2::GeometryShop::updateIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ade00ed9461b4c9782dd363cb75dc84ae',1,'amrex::STLtools::updateIntercept()']]], - ['updatemaxstreamindex_8363',['updateMaxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a434609107e7998739f79cb1e7409f06c',1,'amrex::ReduceData']]], - ['updatememusage_8364',['updateMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7022fe872e97df24058250928b3d84b6',1,'amrex::FabArrayBase']]], - ['updateneighbors_8365',['updateNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aeacb4e33f4b1946b8b7a5434a77f6d',1,'amrex::NeighborParticleContainer']]], - ['updateneighborsgpu_8366',['updateNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f70a3eeb349ea4d713b581c5beebc82',1,'amrex::NeighborParticleContainer']]], - ['updatepatch_8367',['UpdatePatch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aa55a8198c3168709333964b78c796a6a',1,'amrex::InSituUtils']]], - ['updatesingularflag_8368',['updateSingularFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb46c77177cf2f29c1cabac3d7edb1ad',1,'amrex::MLALaplacianT']]], - ['updatesolbc_8369',['updateSolBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a28d4c00dc8448c2c8f10dc519a42ae0f',1,'amrex::MLCellLinOpT']]], - ['updatestats_8370',['UpdateStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a613fe181c09a5abcd497c827b17c3bbb',1,'amrex::XYPlotDataList']]], - ['updatevelocity_8371',['updateVelocity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6bf02dee201be3491d55e71b1e98b72c',1,'amrex::MLNodeLaplacian']]], - ['upper_5fbound_8372',['upper_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab28eefec426cf22afcff6bd888243731',1,'amrex']]], - ['upperindex_8373',['UpperIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a74cecde9e2041a58b0d9b81b8ed00c22',1,'amrex::CoordSys']]], - ['upwind_8374',['upwind',['../structPPM_1_1upwind.html',1,'PPM']]], - ['upwind_8375',['UPWIND',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aebdbe84585c5fefe1631a8ad885e2f44',1,'PPM']]], - ['use_5fadaptive_5ffast_5ftime_5fstep_8376',['use_adaptive_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a19edbb14c5dbad6c2550d6fb59ab3860',1,'amrex::IntegratorBase']]], - ['use_5fadaptive_5ftime_5fstep_8377',['use_adaptive_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac912e7cd93ce1edbebd7af47bd90f7c2',1,'amrex::IntegratorBase']]], - ['use_5fark_8378',['use_ark',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a867e34f38ddc2162711d6d3d68dc1bc2',1,'amrex::SundialsIntegrator']]], - ['use_5fcpu_5fmemory_8379',['use_cpu_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#ab026f86170fec3dd5d7c54050ef32dc0',1,'amrex::ArenaInfo']]], - ['use_5ffixed_5fcoarse_5fgrids_8380',['use_fixed_coarse_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a6a665ee4c81c3b28e36775d7e94ab261',1,'amrex::AmrInfo']]], - ['use_5ffixed_5fupto_5flevel_8381',['use_fixed_upto_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad9000321def17faf06f9fef5ea304163',1,'amrex::AmrInfo']]], - ['use_5fgpu_5faware_5fmpi_8382',['use_gpu_aware_mpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95e4c6ac08c44a34028ade62e7fc3b13',1,'amrex::ParallelDescriptor']]], - ['use_5fmask_8383',['use_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a21bd4a08b87b0afeeb0d8889c619c86c',1,'amrex::NeighborParticleContainer']]], - ['use_5fmri_8384',['use_mri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a023816ef658136d5deee9a7afa631f5a',1,'amrex::SundialsIntegrator']]], - ['use_5fnew_5fchop_8385',['use_new_chop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a7caf591556b0da33b2a44a7726706395',1,'amrex::AmrInfo']]], - ['useasyncout_8386',['UseAsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#adbc79ec1aacd0106757683aea46b43ce',1,'amrex::AsyncOut']]], - ['useaverage_8387',['UseAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872da7907e45520d436a47eb139e8c055c203',1,'amrex::ErrorRec']]], - ['usedefaultstream_8388',['UseDefaultStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a86ecc5077df582ee99c76ad01a017bed',1,'amrex::MFItInfo']]], - ['usedynamicsetselection_8389',['useDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9149ec039a2136083c03aabdaa275672',1,'amrex::VisMF']]], - ['useeb2_8390',['useEB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0',1,'amrex::EB2']]], - ['usefixedcoarsegrids_8391',['useFixedCoarseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee758e772b5c854d121923686d1d3949',1,'amrex::AmrMesh']]], - ['usefixeduptolevel_8392',['useFixedUpToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a6ff4a09f169c29d17327aa37b49d3e5a',1,'amrex::AmrMesh']]], - ['usegpuawarempi_8393',['UseGpuAwareMpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3e62b2c32fa5036fc1bb1dff1d819de6',1,'amrex::ParallelDescriptor']]], - ['usehypre_8394',['useHypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a69ca175723edf119484f91db70abd0ca',1,'amrex::OpenBCSolver']]], - ['usepersistentifstreams_8395',['usePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a806512ed6337ff31d9eb6f63f94ce792',1,'amrex::VisMF']]], - ['useprecond_8396',['usePrecond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#acba210ae4c73c6e484ba27502baafbed',1,'amrex::GMRESMLMGT']]], - ['useprepost_8397',['usePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::usePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'amrex::ParticleContainer_impl::usePrePost()']]], - ['user_8398',['USER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a95c0a22b378e1d0ee1d0e63f951e51d4',1,'amrex::AMRErrorTag']]], - ['user_8399',['User',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075',1,'amrex']]], - ['userfillbox_8400',['UserFillBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393',1,'amrex']]], - ['userfunc_8401',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html',1,'amrex::AMRErrorTag::UserFunc'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abce24ad35cd0f876678f1da42c95bce2',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a6968cbb952d4548f38ff1f3955bae302',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc const &)=default']]], - ['userminmax_8402',['USERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea42576cdc8bdd08f00ae67a899a9d1550',1,'amrex::Amrvis']]], - ['usesingleread_8403',['useSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7127d8495966b5d5506d3cff6c536a12',1,'amrex::VisMF']]], - ['usesinglewrite_8404',['useSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0706ea7e89d0d5b2d9a60acacc8f38f0',1,'amrex::VisMF']]], - ['usesparsefpp_8405',['useSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a97ff46c50d110eeeacfcb90f5c001bd0',1,'amrex::NFilesIter']]], - ['usestaticsetselection_8406',['useStaticSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab85302b89ef7c47f7213adc1c25e7fbe',1,'amrex::NFilesIter']]], - ['usesynchronousreads_8407',['useSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0c9e87f4c459196a9f1ce7870ccbf9cb',1,'amrex::VisMF']]], - ['usingprecreatedirectories_8408',['UsingPrecreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0ab98386ac1b7aac739c65a8c3f2d95',1,'amrex::Amr']]], - ['utilcreatecleandirectory_8409',['UtilCreateCleanDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912',1,'amrex']]], - ['utilcreatedirectory_8410',['UtilCreateDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824',1,'amrex']]], - ['utilcreatedirectorydestructive_8411',['UtilCreateDirectoryDestructive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe',1,'amrex']]], - ['utilities_8412',['Utilities',['../group__Utilities.html',1,'']]], - ['utilrenamedirectorytoold_8413',['UtilRenameDirectoryToOld',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73',1,'amrex']]] + ['ubound_8349',['ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c',1,'amrex::ubound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c',1,'amrex::ubound(BoxND< dim > const &box) noexcept']]], + ['ubound_5fiv_8350',['ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c',1,'amrex']]], + ['udata_8351',['udata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a93875747f7e6357de1c6007a2193bcb9',1,'amrex::SundialsIntegrator']]], + ['ull_8352',['ull',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a505b61ba175140a3250ef8e473575813',1,'amrex::BlockMutex::state_t']]], + ['unapplymetricterm_8353',['unapplyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8681147e6aa6a83cba4451adda7b719c',1,'amrex::MLCellLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'amrex::MLLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'MLLinOpT< Array< MultiFab, 3 > >::unapplyMetricTerm()']]], + ['undef_8354',['undef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa2debcd8f37986ae0e3c488f583234ccc',1,'amrex::CoordSys']]], + ['undefined_8355',['undefined',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74',1,'amrex']]], + ['undefined_8356',['UNDEFINED',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4ab3c2b60395f5d29de06295804afd6e42',1,'BLProfStats::UNDEFINED()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6ad808286f21d2e4851a30703a30d063',1,'amrex::DistributionMapping::UNDEFINED()']]], + ['undefined_5fv1_8357',['Undefined_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da3394365084045ae347fad00a360767d8',1,'amrex::VisMF::Header']]], + ['underline_8358',['Underline',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a5126c521e95014c65f2b536273860a28',1,'amrex::Font']]], + ['underlying_5ftype_5ft_8359',['underlying_type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ad602b2284379a42d0d6e88489ef86105',1,'amrex::ppdetail']]], + ['unfillable_8360',['Unfillable',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0',1,'amrex']]], + ['ungrownbox_8361',['UngrownBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7bb682831638917318e9f87fee6871af',1,'amrex::FillPatchIterator']]], + ['unimposeneumannbc_8362',['unimposeNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'amrex::MLLinOpT::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'MLLinOpT< Array< MultiFab, 3 > >::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae3ee387befb4f982cceda3997021d5c6',1,'amrex::MLNodeLaplacian::unimposeNeumannBC()']]], + ['uninitializedfillnimpl_8363',['uninitializedFillNImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1ec1f5b314ec018aecc0e091949ff60e',1,'amrex::detail']]], + ['unionif_8364',['UnionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html',1,'amrex::EB2']]], + ['uniqify_8365',['uniqify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3fba31af025b800aef97da09bc4113c',1,'amrex::BoxArray']]], + ['uniquerandomsubset_8366',['UniqueRandomSubset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e',1,'amrex']]], + ['uniquestring_8367',['UniqueString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebee05e08302fb03e29f4270e933239c',1,'amrex']]], + ['unit_8368',['Unit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6745f136d89bdb15e57c3387ca01e973',1,'amrex::RealVect::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'IntVectND< AMREX_SPACEDIM >::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'amrex::IntVectND::Unit()']]], + ['unit_5fadvance_8369',['unit_advance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e',1,'amrex_io_module']]], + ['unit_5fget_5fskip_8370',['unit_get_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8',1,'amrex_io_module']]], + ['unit_5fnew_8371',['unit_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a',1,'amrex_io_module']]], + ['unit_5fskip_8372',['unit_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c',1,'amrex_io_module']]], + ['unit_5fstdin_8373',['unit_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426',1,'amrex_io_module']]], + ['unit_5fstdout_8374',['unit_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3',1,'amrex_io_module']]], + ['unknown_8375',['unknown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a',1,'amrex::EB2::Type']]], + ['unlock_8376',['unlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#abd55deb11f6e1a89fa7e6ba517c581ff',1,'amrex::BlockMutex']]], + ['unmatchedcftype_8377',['unmatchedCFType',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af8626cf71af203407435c096f88c1c3c',1,'CommProfStats::SendRecvPairUnpaired']]], + ['unnamed_8378',['Unnamed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac6df74b4b37bb6ee58dffea68507d259',1,'amrex::ParallelDescriptor']]], + ['unpack_5frecv_5fbuffer_5fcpu_8379',['unpack_recv_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36',1,'amrex::NonLocalBC::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< TagBox >::unpack_recv_buffer_cpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< TagBox >::unpack_recv_buffer_cpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()']]], + ['unpack_5frecv_5fbuffer_5fgpu_8380',['unpack_recv_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< TagBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326',1,'amrex::NonLocalBC::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'amrex::FabArray::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< TagBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'amrex::FabArray::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu()']]], + ['unpack_5fvector_8381',['unpack_vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a47b8fb64f7275cfcef4bfdbeabd57719',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a07c7c9b9fd21fd9560151c2bfbfd7571',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::MultiFab &S_data)']]], + ['unpackbuffer_8382',['unpackBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd',1,'amrex']]], + ['unpackparticledata_8383',['unpackParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'amrex::ParticleTileData::unpackParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::unpackParticleData()']]], + ['unpackrecvbuffers_8384',['UnpackRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33',1,'amrex::NonLocalBC::UnpackRecvBuffers(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const CommData &recv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e',1,'amrex::NonLocalBC::UnpackRecvBuffers(const PackComponents &components, FabArray< FAB > &dest, const CommData &recv)']]], + ['unpackrecvbuffers_5ft_8385',['UnpackRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999',1,'amrex::NonLocalBC']]], + ['unpackremotes_8386',['unpackRemotes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b',1,'amrex']]], + ['unprotectednextid_8387',['UnprotectedNextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a33c92cc691f1fa2775ccaefcd0d359f0',1,'amrex::SoAParticle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a90b34785c758b4423ca560d3796fcd7a',1,'amrex::Particle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#adf0b591e84350f6fd8e805949784afdf',1,'amrex::ConstSoAParticle::UnprotectedNextID()']]], + ['unreadmessages_8388',['unreadMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a8ac006de5caf3cfd0e6456dd6c3b3f2a',1,'amrex::NFilesIter']]], + ['unserializestringarray_8389',['UnSerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb',1,'amrex']]], + ['unset_8390',['unset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'amrex::IndexTypeND::unset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'IndexTypeND< AMREX_SPACEDIM >::unset()']]], + ['unwrap_8391',['unwrap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html',1,'amrex::detail']]], + ['unwrap_3c_20std_3a_3areference_5fwrapper_3c_20t_20_3e_20_3e_8392',['unwrap< std::reference_wrapper< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html',1,'amrex::detail']]], + ['update_8393',['update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#af2aee79b47516d601bcb86c5c345762a',1,'amrex::AmrInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a1d44edef92b831724d6d6c061abfa47a',1,'amrex::AmrMeshInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af3a21bba5cafce9e1c1c75194f37ca93',1,'amrex::MLABecLaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a47b92deed478d2df8e6a92070437a17c',1,'amrex::MLALaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae9730b505209a9fc2f255dd6cf9ea177',1,'amrex::MLCellABecLapT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4482485699afcfc64adb1f8179714636',1,'amrex::MLCellLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a099b8059c7848bf601ca1cc33426ce24',1,'amrex::MLTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7d4de7a03f5dcdc4c52c4451afb04737',1,'amrex::MLNodeABecLaplacian::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'MLLinOpT< Array< MultiFab, 3 > >::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'amrex::MLLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa4a38baa43b1454a82381cbb0b8ff253',1,'amrex::MLEBTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad6b4be6cef1783fdb223e5aa7eb50343',1,'amrex::MLEBABecLap::update()']]], + ['update_5ffab_5fstats_8394',['update_fab_stats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8',1,'amrex::update_fab_stats(Long n, Long s, size_t szt) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a610006830e72a750eb65c44c5a540695',1,'amrex::update_fab_stats(Long n, Long s, std::size_t szt) noexcept']]], + ['update_5fhessenberg_8395',['update_hessenberg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'GMRES< MF, GMRESMLMGT< MF > >::update_hessenberg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'amrex::GMRES::update_hessenberg()']]], + ['update_5fsingular_5fflags_8396',['update_singular_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a33149b38d0c384a6ea3e324962847ef8',1,'amrex::MLABecLaplacianT']]], + ['updatebdkey_8397',['updateBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3918d10004ca8f4494fd9e6099bdabc3',1,'amrex::FabArrayBase']]], + ['updatebeta_8398',['updateBeta',['../classHydro_1_1MacProjector.html#ab0cfae54032e95667410d970443b90c4',1,'Hydro::MacProjector::updateBeta(amrex::Real a_const_beta)'],['../classHydro_1_1MacProjector.html#a1b03aef48fa18be5e482e7d99b5fb642',1,'Hydro::MacProjector::updateBeta(const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &)']]], + ['updatebndryvalues_8399',['updateBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a46045099a99335613063cba938a27623',1,'amrex::InterpBndryDataT']]], + ['updatecoeffs_8400',['updateCoeffs',['../classHydro_1_1MacProjector.html#a2997bc71017376e17231cd879d492169',1,'Hydro::MacProjector']]], + ['updatecorbc_8401',['updateCorBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6bb9614b2635f9935e7cb8816074a2ef',1,'amrex::MLCellLinOpT']]], + ['updatedataptr_8402',['UpdateDataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::XDim3 >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'amrex::PODVector::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< unsigned int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< std::size_t >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int *, DefaultAllocator< int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< index_type >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int *, DefaultAllocator< const int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::STLtools::Triangle >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::openbc::MomTag >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::NeighborCode >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::BoxND >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::UpdateDataPtr()']]], + ['updatedistributionmaps_8403',['UpdateDistributionMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a69fdf4e347142373696281d9269c6799',1,'amrex::AmrLevel']]], + ['updatedq_8404',['updatedQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3d289d346e68eb126c040ca8a41a5c37',1,'amrex::XYPlotDataList']]], + ['updateinsitu_8405',['updateInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a6cfcdb14e8d28779382ac6406ab2ca',1,'amrex::Amr']]], + ['updateintercept_8406',['updateIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ade00ed9461b4c9782dd363cb75dc84ae',1,'amrex::STLtools::updateIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a51c892bf2db0a77c6411432c0e3ee20a',1,'amrex::EB2::GeometryShop::updateIntercept()']]], + ['updatemaxstreamindex_8407',['updateMaxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a434609107e7998739f79cb1e7409f06c',1,'amrex::ReduceData']]], + ['updatememusage_8408',['updateMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7022fe872e97df24058250928b3d84b6',1,'amrex::FabArrayBase']]], + ['updateneighbors_8409',['updateNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aeacb4e33f4b1946b8b7a5434a77f6d',1,'amrex::NeighborParticleContainer']]], + ['updateneighborsgpu_8410',['updateNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f70a3eeb349ea4d713b581c5beebc82',1,'amrex::NeighborParticleContainer']]], + ['updatepatch_8411',['UpdatePatch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aa55a8198c3168709333964b78c796a6a',1,'amrex::InSituUtils']]], + ['updatesingularflag_8412',['updateSingularFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb46c77177cf2f29c1cabac3d7edb1ad',1,'amrex::MLALaplacianT']]], + ['updatesolbc_8413',['updateSolBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a28d4c00dc8448c2c8f10dc519a42ae0f',1,'amrex::MLCellLinOpT']]], + ['updatestats_8414',['UpdateStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a613fe181c09a5abcd497c827b17c3bbb',1,'amrex::XYPlotDataList']]], + ['updatevelocity_8415',['updateVelocity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6bf02dee201be3491d55e71b1e98b72c',1,'amrex::MLNodeLaplacian']]], + ['upper_5fbound_8416',['upper_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab28eefec426cf22afcff6bd888243731',1,'amrex']]], + ['upperindex_8417',['UpperIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a74cecde9e2041a58b0d9b81b8ed00c22',1,'amrex::CoordSys']]], + ['upwind_8418',['upwind',['../structPPM_1_1upwind.html',1,'PPM']]], + ['upwind_8419',['UPWIND',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aebdbe84585c5fefe1631a8ad885e2f44',1,'PPM']]], + ['use_5fadaptive_5ffast_5ftime_5fstep_8420',['use_adaptive_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a19edbb14c5dbad6c2550d6fb59ab3860',1,'amrex::IntegratorBase']]], + ['use_5fadaptive_5ftime_5fstep_8421',['use_adaptive_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac912e7cd93ce1edbebd7af47bd90f7c2',1,'amrex::IntegratorBase']]], + ['use_5fark_8422',['use_ark',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a867e34f38ddc2162711d6d3d68dc1bc2',1,'amrex::SundialsIntegrator']]], + ['use_5fcpu_5fmemory_8423',['use_cpu_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#ab026f86170fec3dd5d7c54050ef32dc0',1,'amrex::ArenaInfo']]], + ['use_5ffixed_5fcoarse_5fgrids_8424',['use_fixed_coarse_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a6a665ee4c81c3b28e36775d7e94ab261',1,'amrex::AmrInfo']]], + ['use_5ffixed_5fupto_5flevel_8425',['use_fixed_upto_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad9000321def17faf06f9fef5ea304163',1,'amrex::AmrInfo']]], + ['use_5fgpu_5faware_5fmpi_8426',['use_gpu_aware_mpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95e4c6ac08c44a34028ade62e7fc3b13',1,'amrex::ParallelDescriptor']]], + ['use_5fmask_8427',['use_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a21bd4a08b87b0afeeb0d8889c619c86c',1,'amrex::NeighborParticleContainer']]], + ['use_5fmri_8428',['use_mri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a023816ef658136d5deee9a7afa631f5a',1,'amrex::SundialsIntegrator']]], + ['use_5fnew_5fchop_8429',['use_new_chop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a7caf591556b0da33b2a44a7726706395',1,'amrex::AmrInfo']]], + ['useasyncout_8430',['UseAsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#adbc79ec1aacd0106757683aea46b43ce',1,'amrex::AsyncOut']]], + ['useaverage_8431',['UseAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872da7907e45520d436a47eb139e8c055c203',1,'amrex::ErrorRec']]], + ['usedefaultstream_8432',['UseDefaultStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a86ecc5077df582ee99c76ad01a017bed',1,'amrex::MFItInfo']]], + ['usedynamicsetselection_8433',['useDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9149ec039a2136083c03aabdaa275672',1,'amrex::VisMF']]], + ['useeb2_8434',['useEB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0',1,'amrex::EB2']]], + ['usefixedcoarsegrids_8435',['useFixedCoarseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee758e772b5c854d121923686d1d3949',1,'amrex::AmrMesh']]], + ['usefixeduptolevel_8436',['useFixedUpToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a6ff4a09f169c29d17327aa37b49d3e5a',1,'amrex::AmrMesh']]], + ['usegpuawarempi_8437',['UseGpuAwareMpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3e62b2c32fa5036fc1bb1dff1d819de6',1,'amrex::ParallelDescriptor']]], + ['usehypre_8438',['useHypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a69ca175723edf119484f91db70abd0ca',1,'amrex::OpenBCSolver']]], + ['usepersistentifstreams_8439',['usePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a806512ed6337ff31d9eb6f63f94ce792',1,'amrex::VisMF']]], + ['useprecond_8440',['usePrecond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#acba210ae4c73c6e484ba27502baafbed',1,'amrex::GMRESMLMGT']]], + ['useprepost_8441',['usePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'amrex::ParticleContainer_impl::usePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::usePrePost()']]], + ['user_8442',['USER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a95c0a22b378e1d0ee1d0e63f951e51d4',1,'amrex::AMRErrorTag']]], + ['user_8443',['User',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075',1,'amrex']]], + ['userfillbox_8444',['UserFillBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393',1,'amrex']]], + ['userfunc_8445',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html',1,'amrex::AMRErrorTag::UserFunc'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abce24ad35cd0f876678f1da42c95bce2',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a6968cbb952d4548f38ff1f3955bae302',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc const &)=default']]], + ['userminmax_8446',['USERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea42576cdc8bdd08f00ae67a899a9d1550',1,'amrex::Amrvis']]], + ['usesingleread_8447',['useSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7127d8495966b5d5506d3cff6c536a12',1,'amrex::VisMF']]], + ['usesinglewrite_8448',['useSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0706ea7e89d0d5b2d9a60acacc8f38f0',1,'amrex::VisMF']]], + ['usesparsefpp_8449',['useSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a97ff46c50d110eeeacfcb90f5c001bd0',1,'amrex::NFilesIter']]], + ['usestaticsetselection_8450',['useStaticSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab85302b89ef7c47f7213adc1c25e7fbe',1,'amrex::NFilesIter']]], + ['usesynchronousreads_8451',['useSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0c9e87f4c459196a9f1ce7870ccbf9cb',1,'amrex::VisMF']]], + ['usingprecreatedirectories_8452',['UsingPrecreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0ab98386ac1b7aac739c65a8c3f2d95',1,'amrex::Amr']]], + ['utilcreatecleandirectory_8453',['UtilCreateCleanDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912',1,'amrex']]], + ['utilcreatedirectory_8454',['UtilCreateDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824',1,'amrex']]], + ['utilcreatedirectorydestructive_8455',['UtilCreateDirectoryDestructive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe',1,'amrex']]], + ['utilities_8456',['Utilities',['../group__Utilities.html',1,'']]], + ['utilrenamedirectorytoold_8457',['UtilRenameDirectoryToOld',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_16.js b/amrex-hydro/Doxygen/html/search/all_16.js index 59406ab..941054f 100644 --- a/amrex-hydro/Doxygen/html/search/all_16.js +++ b/amrex-hydro/Doxygen/html/search/all_16.js @@ -1,225 +1,224 @@ var searchData= [ - ['v_8414',['v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf6ba1d5b3161fdae4e2416e98718c18',1,'amrex::BoxCommHelper::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#aba0f711063f2c6ab16f1d456e059499b',1,'amrex::ParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a84b7da4493aa2827477c76ed75372065',1,'amrex::ParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#a70cf7dd5ba4cfb79e1bfb498244c4b2a',1,'amrex::ParserExeNumber::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a695460708ea3a22fd94fbe0f85aa7346',1,'amrex::ParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#a6d456e1ca0a648b0eb84aa8d10c21ab9',1,'amrex::ParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a3b3d6e22362dc0df987b0457a574298d',1,'amrex::ParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#a4f66cd89caf8f347e790a67c2adda4a3',1,'amrex::ParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac6b7e571e8c3f62ebf907b020082abf2',1,'amrex::ParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ada79934875f45953b20dec41ac4237d0',1,'amrex::ParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a8133d36cbf6dcb6aca392217ee6a90e5',1,'amrex::parser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a73b906eae2b2eed729873c1c97d2a9da',1,'amrex::IParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#a1461b3f0be67f1c388e23a7b7f6e5349',1,'amrex::IParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a73386e70574f614ef7620ee64c6a99c2',1,'amrex::IParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a1bd41de7b1cdd468450f00757d5ee7b9',1,'amrex::iparser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a7ec2e1e3902040026a88936d1bbe7368',1,'amrex::iparser_nvp::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#a156c1029378cd849418c5aaf927f712d',1,'amrex::IParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a8c5604008056a98ef6024e518a06135c',1,'amrex::IParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#a5d49621db0bb2c149c6f8bd0850ecf77',1,'amrex::IParserExeDIV_NV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#aad480540c849886d7932c4031598365f',1,'amrex::IParserExeDIV_PV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a80ba759d0c2dd90bf1f87620abf55ae1',1,'amrex::IParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a53475dd4f3d7540189b7f867d9a7dd78',1,'amrex::IParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a08747e182b492726bc3b308f97bc9b5c',1,'amrex::IParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#ace18855098baed73e076cf373a35a597',1,'amrex::IParserExeNumber::v()']]], - ['v1_8415',['v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a55b9d3099133f345ecb5d650727c793b',1,'amrex::STLtools::Triangle']]], - ['v2_8416',['v2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a6b301a1c15117340fbb999bfee7dd5a2',1,'amrex::STLtools::Triangle']]], - ['v3_8417',['v3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#ab4af12af8d6c359d4870d0d93a9d07b5',1,'amrex::STLtools::Triangle']]], - ['val_8418',['val',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a4f8b94b264df0fdd9092cbbcb30c1126',1,'amrex::Array4BoxValTag::val()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3a44078514365792a6288dcd61a668b0',1,'amrex::Orientation::val()']]], - ['validateuserinput_8419',['ValidateUserInput',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739',1,'amrex::VectorGrowthStrategy::detail']]], - ['validbox_8420',['validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a06370be1805b070ebf8964b57b5957e5',1,'amrex::EB2::GFab::validbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a77ae102619461dabde09c7801390b841',1,'amrex::MFIter::validbox()']]], - ['vallocpair_8421',['ValLocPair',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html',1,'amrex']]], - ['value_8422',['value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a2d7733b7adfa9401fdc90202486d2b54',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html#a97890bbd4285b5c635cf29031ae464e2',1,'amrex::IsConvertible::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#a9b8b81a5486eb6114f80a5a40489fd92',1,'amrex::parser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html#add56e437a7ffd8c0a9036d03d11b8771',1,'amrex::Same::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html#af5ce978eccae099c3f92d21d1ede7ad4',1,'amrex::Same< T, U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'amrex::Scan::detail::STVA::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'STVA< U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#a5d5a37198c314fd454c6d5a11303f8dc',1,'std::tuple_size< amrex::GpuTuple< Ts... > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#af43ffa90c029ee19a4d2cdd5e4d1bbdb',1,'std::tuple_size< amrex::IndexTypeND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a02352e50126403c1dcf04e5850ffdd4d',1,'std::tuple_size< amrex::IntVectND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a9771bd9643659218372d99e54cb37f52',1,'amrex::ValLocPair::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ab375ddfc635376587d621e83a8daa746',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a05d9d8beb406be38812442c318e5d434',1,'amrex::ReduceOps::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#a8a04b07ec018cb1469530b8b22da3105',1,'amrex::iparser_number::value()']]], - ['value_5ft_8423',['value_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a5a2159bb93f523660e17cfa0cda89054',1,'amrex::detail::Detector::value_t()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#a4714bed5510035711488467ea4927ad8',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::value_t()']]], - ['value_5ftype_8424',['value_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac61c23cc2289daaeb85d95dc667a2a36',1,'amrex::ParticleArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ad2de450062127ddfed6337961fdcf3c0',1,'amrex::InterpBndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'amrex::IntVectND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'IntVectND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac08ef3659c93f94805a96457a9419b5e',1,'amrex::ParticleArrayAccessor::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ac9a51efd884cb5eb1e8ec10d6fff7d41',1,'hacc::AlignedAllocator::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'amrex::ArenaAllocatorBase::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad82ea827b5b1999cc86a3b075c7a3659',1,'amrex::TableData::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< unsigned int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< std::size_t >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int *, DefaultAllocator< int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< index_type >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'amrex::IndexTypeND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int *, DefaultAllocator< const int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::XDim3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::STLtools::Triangle >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::openbc::MomTag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::NeighborCode >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::BoxND >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'amrex::PODVector::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int *, NAI >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< TagBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#aa3d626c31226662da6f99c9732d5d273',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aa772ad381e04dcf6ffc6391b081e33eb',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab235947bfbdf6abe588b53f05300b5b7',1,'amrex::FabSetT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html#a652d8be3c46448addbe48ef3e56e7c78',1,'amrex::FabArray::FABType::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'amrex::GpuArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::Interval, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::EB2::PolyTerm, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< bool, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const int *, NArrayInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const ParticleReal *, NArrayReal >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 4 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal *, NAR >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, nelems >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a901c79bd919c5c61745c980b480a9422',1,'amrex::GpuComplex::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'IndexTypeND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< FArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'amrex::BaseFab::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< AtomicInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< EBCellFlag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< HYPRE_Int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< PetscInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< Real >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abcdaf55bfa67d5d815bf0f02b11b4755',1,'amrex::BndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ac60614a22752704216c93192f96a4f92',1,'amrex::BndryRegisterT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#acf82f34218d15ed26f163a36979c5a30',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a6d7825ead06e725a3e1a91b248a9149a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a913ff82076d8ba44b1368ee651f235b4',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aee9e9e8e6778816545b4523b1bb0056e',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'amrex::FabArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< AtomicInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< PetscInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::CutFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::EBCellFlagFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::Mask >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< IArrayBox >::value_type()']]], - ['vanleer_8425',['vanleer',['../structPPM_1_1vanleer.html',1,'PPM']]], - ['vanleer_8426',['vanLeer',['../structPPM_1_1vanleer.html#a7b61be2b2ab4f4ccda5b7e9208a5ee2d',1,'PPM::vanleer']]], - ['vanleer_8427',['VanLeer',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a',1,'PPM']]], - ['variable_5fnames_8428',['variable_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afef1822a23261763c6da7cc5dbe644b5',1,'amrex::DeriveRec']]], - ['variablecleanup_8429',['variableCleanUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a7ba6a4758a8402bc7d91ba7e636d2094',1,'amrex::LevelBld']]], - ['variablename_8430',['variableName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a390fb97e437dd3b2fc3b5be48804dd0d',1,'amrex::DeriveRec']]], - ['variablesetup_8431',['variableSetUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#ab7638fd4ea5c9153a4c81797034b6688',1,'amrex::LevelBld']]], - ['variablesetupfornewcompprocs_8432',['variableSetUpForNewCompProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#af5b8be4ad0e53d191561488d2f1136d3',1,'amrex::LevelBld']]], - ['varnames_8433',['varNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#abdc4d9be2576d4f7b6f2b4af2ace47da',1,'amrex::PlotFileData::varNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4b41aced7339c79e76729d342456564e',1,'amrex::PlotFileDataImpl::varNames()']]], - ['vcallstats_8434',['vCallStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a40b142a9ce325e063b6f8003c5d3cc9d',1,'RegionsProfStats::DataBlock']]], - ['vcartgrid_8435',['vCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93d8a8d179bc25e308d12760514402c3',1,'amrex::AmrData']]], - ['vcommstats_8436',['vCommStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a2616da0635b25290247f80c3cfb6ee32',1,'CommProfStats::DataBlock']]], - ['vec_8437',['vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a4c7fb1c88f200101a80a1e254e7d446e',1,'amrex::ErrorList']]], - ['vect_8438',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'amrex::IntVectND::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'IntVectND< AMREX_SPACEDIM >::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0f0b7286c21b06ba0eea3a31c09cf2f1',1,'amrex::RealVect::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a3a8e11f7ca6df497a8fa29179b7f85fa',1,'amrex::BCRec::vect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adfdfaa53c102691ab684e97bcb51e188',1,'amrex::BCRec::vect() &&=delete']]], - ['vector_8439',['Vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_20_2a_2c_20amrex_5fspacedim_20_3e_20_3e_8440',['Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_8441',['Vector< amrex::Array< amrex::MultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3abcrec_20_3e_8442',['Vector< amrex::BCRec >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3acallstats_20_3e_8443',['Vector< amrex::BLProfiler::CallStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3acommstats_20_3e_8444',['Vector< amrex::BLProfiler::CommStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3arstartstop_20_3e_8445',['Vector< amrex::BLProfiler::RStartStop >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxarray_20_3e_8446',['Vector< amrex::BoxArray >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxlist_20_3e_8447',['Vector< amrex::BoxList >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxnd_20_3e_8448',['Vector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adataservices_20_2a_20_3e_8449',['Vector< amrex::DataServices * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adistfcnelement2d_20_2a_20_3e_8450',['Vector< amrex::distFcnElement2d * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adistributionmapping_20_3e_8451',['Vector< amrex::DistributionMapping >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3achkptfilelevel_20_3e_8452',['Vector< amrex::EB2::ChkptFileLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3aedge_20_3e_8453',['Vector< amrex::EB2::Edge >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3agshoplevel_3c_20g_20_3e_20_3e_8454',['Vector< amrex::EB2::GShopLevel< G > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3apolyterm_20_3e_8455',['Vector< amrex::EB2::PolyTerm >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3astllevel_20_3e_8456',['Vector< amrex::EB2::STLLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3afabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_20_3e_8457',['Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aforkjoin_3a_3acomponentset_20_3e_8458',['Vector< amrex::ForkJoin::ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aforkjoin_3a_3amffork_20_3e_8459',['Vector< amrex::ForkJoin::MFFork >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ageometry_20_3e_8460',['Vector< amrex::Geometry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aimultifab_20_3e_8461',['Vector< amrex::iMultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aindextypend_20_3e_8462',['Vector< amrex::IndexTypeND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ainterpbase_20_2a_20_3e_8463',['Vector< amrex::InterpBase * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aintvectnd_20_3e_8464',['Vector< amrex::IntVectND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3alayoutdata_3c_20hypre_5fint_20_3e_20_3e_8465',['Vector< amrex::LayoutData< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_8466',['Vector< amrex::LayoutData< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3amultifab_20_2a_20_3e_8467',['Vector< amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3amultifab_20_3e_8468',['Vector< amrex::MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3amultimask_20_3e_8469',['Vector< amrex::MultiMask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcommtag_20_3e_8470',['Vector< amrex::NeighborParticleContainer::NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aparticlelocator_3c_20bins_20_3e_20_3e_8471',['Vector< amrex::ParticleLocator< Bins > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_8472',['Vector< amrex::PODVector< amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_8473',['Vector< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8474',['Vector< amrex::PODVector< IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_8475',['Vector< amrex::PODVector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20std_3a_3asize_5ft_20_3e_20_3e_8476',['Vector< amrex::PODVector< std::size_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3areal_20_3e_8477',['Vector< amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3astatedata_20_3e_8478',['Vector< amrex::StateData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_8479',['Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxarray_20_3e_20_3e_8480',['Vector< amrex::Vector< amrex::BoxArray > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxnd_20_3e_20_3e_8481',['Vector< amrex::Vector< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_8482',['Vector< amrex::Vector< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afabarrayid_20_3e_20_3e_8483',['Vector< amrex::Vector< amrex::FabArrayId > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afarraybox_20_2a_20_3e_20_3e_8484',['Vector< amrex::Vector< amrex::FArrayBox * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3ageometry_20_3e_20_3e_8485',['Vector< amrex::Vector< amrex::Geometry > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aimultifab_20_3e_20_3e_8486',['Vector< amrex::Vector< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_2a_20_3e_20_3e_8487',['Vector< amrex::Vector< amrex::MultiFab * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_20_3e_8488',['Vector< amrex::Vector< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3areal_20_3e_20_3e_8489',['Vector< amrex::Vector< amrex::Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afillboxid_20_3e_20_3e_20_3e_8490',['Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_20_3e_8491',['Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_20_3e_8492',['Vector< amrex::Vector< amrex::Vector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_20_3e_8493',['Vector< amrex::Vector< amrex::Vector< Real > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avismf_20_2a_20_3e_20_3e_8494',['Vector< amrex::Vector< amrex::VisMF * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8495',['Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultimask_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_20_3e_8496',['Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20mf_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8497',['Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_2c_203_20_3e_20_3e_20_3e_8498',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_203_20_3e_20_3e_20_3e_8499',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8500',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8501',['Vector< amrex::Vector< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3avector_3c_20double_20_3e_20_3e_8502',['Vector< amrex::Vector< double > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20fab_20_2a_20_3e_20_3e_8503',['Vector< amrex::Vector< FAB * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20hypre_5fint_20_3e_20_3e_8504',['Vector< amrex::Vector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_8505',['Vector< amrex::Vector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20long_20_3e_20_3e_8506',['Vector< amrex::Vector< Long > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20mf_20_3e_20_3e_8507',['Vector< amrex::Vector< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_8508',['Vector< amrex::Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20rt_20_3e_20_3e_8509',['Vector< amrex::Vector< RT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afabfactory_3c_20fab_20_3e_20_3e_20_3e_20_3e_8510',['Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3agpu_3a_3adevicescalar_3c_20amrex_3a_3alusolver_3c_20amrex_5fspacedim_20_2a2_2c_20rt_20_3e_20_3e_20_3e_20_3e_20_3e_8511',['Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_20_3e_8512',['Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlcelllinopt_3a_3abndrycondloc_20_3e_20_3e_20_3e_8513',['Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_8514',['Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20bndrycondloc_20_3e_20_3e_20_3e_8515',['Vector< amrex::Vector< std::unique_ptr< BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3avector_3c_20bool_20_3e_20_3e_20_3e_8516',['Vector< amrex::Vector< std::vector< bool > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avismf_3a_3afabondisk_20_3e_8517',['Vector< amrex::VisMF::FabOnDisk >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aweightedbox_20_3e_8518',['Vector< amrex::WeightedBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ayafluxregistert_3c_20mf_20_3e_20_3e_8519',['Vector< amrex::YAFluxRegisterT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20amrex_3a_3aimultifab_2c_20amrex_5fspacedim_20_3e_20_3e_8520',['Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20amrex_3a_3alayoutdata_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_8521',['Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20bctype_2c_20amrex_5fspacedim_20_3e_20_3e_8522',['Vector< Array< BCType, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20real_2c_20amrex_5fspacedim_20_3e_20_3e_8523',['Vector< Array< Real, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20barrierentry_20_3e_8524',['Vector< BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20blpdatablock_20_3e_8525',['Vector< BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20blprofstats_3a_3ablpdatablock_20_3e_8526',['Vector< BLProfStats::BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_8527',['Vector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20char_20_2a_20_3e_8528',['Vector< char * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20char_20_3e_8529',['Vector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20char_20const_20_2a_20_3e_8530',['Vector< char const * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3abarrierentry_20_3e_8531',['Vector< CommProfStats::BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3adatablock_20_3e_8532',['Vector< CommProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3anametagentry_20_3e_8533',['Vector< CommProfStats::NameTagEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3areductionentry_20_3e_8534',['Vector< CommProfStats::ReductionEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20componentset_20_3e_8535',['Vector< ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20const_20amrex_3a_3amultifab_20_2a_20_3e_8536',['Vector< const amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_2a_20_3e_8537',['Vector< const FabArrayBase::CopyComTagsContainer * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20datablock_20_3e_8538',['Vector< DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20double_20_3e_8539',['Vector< double >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20gpustream_5ft_20_3e_8540',['Vector< gpuStream_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20indextypend_3c_20amrex_5fspacedim_20_3e_20_3e_8541',['Vector< IndexTypeND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20int_20_3e_8542',['Vector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_8543',['Vector< IntVectND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20long_20_3e_8544',['Vector< long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20long_20_3e_8545',['Vector< Long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mf_20_3e_8546',['Vector< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mpi_5frequest_20_3e_8547',['Vector< MPI_Request >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mpi_5fstatus_20_3e_8548',['Vector< MPI_Status >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20multifab_20_3e_8549',['Vector< MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20neighborcommtag_20_3e_8550',['Vector< NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20particlelevel_20_3e_8551',['Vector< ParticleLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20real_20_3e_8552',['Vector< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20regionsprofstats_3a_3adatablock_20_3e_8553',['Vector< RegionsProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20rt_20_3e_8554',['Vector< RT >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20setbuf_5fchar_5ftype_20_3e_8555',['Vector< Setbuf_Char_Type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aifstream_20_2a_20_3e_8556',['Vector< std::ifstream * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3alist_3c_20amrex_3a_3axyplotdatalistlink_20_2a_20_3e_20_3e_8557',['Vector< std::list< amrex::XYPlotDataListLink * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3alist_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_8558',['Vector< std::list< BLProfStats::TimeRange > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3aintvectnd_20_3e_20_3e_8559',['Vector< std::map< int, amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_20_3e_8560',['Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_8561',['Vector< std::map< int, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_20_3e_8562',['Vector< std::map< int, amrex::PODVector< IntVectND< AMREX_SPACEDIM > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8563',['Vector< std::map< int, IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3ainversecopytag_20_3e_20_3e_20_3e_8564',['Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcopytag_20_3e_20_3e_20_3e_20_3e_8565',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20neighborcopytag_20_3e_20_3e_20_3e_20_3e_8566',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20inversecopytag_20_3e_20_3e_20_3e_8567',['Vector< std::map< PairIndex, amrex::Vector< InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20int_20_3e_20_3e_8568',['Vector< std::map< PairIndex, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20intvector_20_3e_20_3e_8569',['Vector< std::map< PairIndex, IntVector > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20particletile_20_3e_20_3e_8570',['Vector< std::map< PairIndex, ParticleTile > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3aneighborlist_3c_20particletype_20_3e_20_3e_20_3e_8571',['Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_8572',['Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3astring_2c_20int_20_3e_20_3e_8573',['Vector< std::map< std::string, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_20_3e_8574',['Vector< std::pair< int, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_20_3e_8575',['Vector< std::pair< Real, std::unique_ptr< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20multifab_20_3e_20_3e_20_3e_8576',['Vector< std::pair< Real, std::unique_ptr< MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20void_20_2a_2c_20amrex_3a_3aarena_20_2a_20_3e_20_3e_8577',['Vector< std::pair< void *, amrex::Arena * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3asize_5ft_20_3e_8578',['Vector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3astring_20_3e_8579',['Vector< std::string >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aamrlevel_20_3e_20_3e_8580',['Vector< std::unique_ptr< amrex::AmrLevel > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_20_3e_20_3e_8581',['Vector< std::unique_ptr< amrex::BndryRegisterT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_8582',['Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_8583',['Vector< std::unique_ptr< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aeb2_3a_3aindexspace_20_3e_20_3e_8584',['Vector< std::unique_ptr< amrex::EB2::IndexSpace > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aerrorrec_20_3e_20_3e_8585',['Vector< std::unique_ptr< amrex::ErrorRec > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afillpatcher_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_8586',['Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_8587',['Vector< std::unique_ptr< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_20_3e_8588',['Vector< std::unique_ptr< amrex::LayoutData< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_20_3e_20_3e_8589',['Vector< std::unique_ptr< amrex::MLMGBndryT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_3c_20mf_20_3e_20_3e_20_3e_8590',['Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_8591',['Vector< std::unique_ptr< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_20_3e_20_3e_8592',['Vector< std::unique_ptr< amrex::StateDescriptor > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_3a_3abndryfunc_20_3e_20_3e_8593',['Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3avismf_20_3e_20_3e_8594',['Vector< std::unique_ptr< amrex::VisMF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_20_3e_8595',['Vector< std::unique_ptr< Array< MultiFab, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20bndryfunc_20_3e_20_3e_8596',['Vector< std::unique_ptr< BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_8597',['Vector< std::unique_ptr< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20std_3a_3afstream_20_3e_20_3e_8598',['Vector< std::unique_ptr< std::fstream > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20t_20_3e_20_3e_8599',['Vector< std::unique_ptr< T > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20t_20_3e_8600',['Vector< T >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20v_20_3e_8601',['Vector< V >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vector_3c_20multifab_20_3e_20_3e_8602',['Vector< Vector< MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vector_3c_20real_20_3e_20_3e_8603',['Vector< Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vertex_20_3e_8604',['Vector< Vertex >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vectorlength_8605',['vectorLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept']]], - ['vectors_8606',['VECTORS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323bacf0666cfb2f627fed09e81c9fbdbfa0c',1,'amrex::Amrvis']]], - ['vectortag_8607',['VectorTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html',1,'amrex']]], - ['verbose_8608',['verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4ee12165f32372e900a0f0967a344708',1,'amrex::VisMF::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a42fc975e27a744624c255b0fad3f8cd7',1,'amrex::TinyProfiler::verbose()']]], - ['verbose_8609',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e',1,'amrex']]], - ['verbose_8610',['verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a03a7a7428fc17a0413d54f5b9c2cb9e6',1,'amrex::PETScABecLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc5cadb87add794dca040e5cebff0fe2',1,'amrex::MLMGT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'MLLinOpT< Array< MultiFab, 3 > >::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'amrex::MLLinOpT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0f7eb83547164209035b1dd1d8a5409c',1,'amrex::MLCGSolverT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a46cd3d0729be8490f8ae8840c1988d38',1,'amrex::HypreNodeLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a299be2dee6b5a28af170606d9b19615b',1,'amrex::Hypre::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a725fb9c29db07764d1a95c03dedf3df5',1,'amrex::Gpu::Device::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#acca0fea9f472ea1fdb67cbebe9b93d5c',1,'BLProfStats::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ae0c6a5189c216220bf4aab567206c362',1,'amrex::AmrInfo::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bd53088e127ea5603447dd7e7c574e1',1,'amrex::AmrData::verbose()']]], - ['verbose_8611',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aecfa142bba944fe440b23bd13a79c08e',1,'amrex::ParticleContainerBase::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4fe2b9e6e5a2c039c7684f364a5c8bb2',1,'amrex::ParmParse::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ab1ed7e37b6df653a97423cd2402d4817',1,'amrex::ForkJoin::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac33caf53799dfb8c0b2160bf2a228c1b',1,'BLProfStats::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9b78b807755b822ba0c46ec0e3150089',1,'amrex::AmrMesh::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af952472581f78b118b6337ec671d65f4',1,'amrex::AmrData::Verbose()']]], - ['verbose_8612',['verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd',1,'amrex::system::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5',1,'amrex::verbose()']]], - ['verbosity_2ecpp_8613',['verbosity.cpp',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8cpp.html',1,'']]], - ['verbosity_2eh_8614',['verbosity.h',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8h.html',1,'']]], - ['version_8615',['Version',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d',1,'amrex::Version()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54d',1,'amrex::VisMF::Header::Version()']]], - ['version_5fv1_8616',['Version_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54dad8a8b7451642ebbf0f06d98d6aec42c5',1,'amrex::VisMF::Header']]], - ['vertex_8617',['Vertex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html',1,'amrex::EB2']]], - ['vertexid_8618',['VertexID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b',1,'amrex::EB2']]], - ['vfeps_8619',['VfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a31f677540a6f76eb6d0f414a71ed544a',1,'amrex::AmrData']]], - ['vfeps_8620',['vfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa1abeaf749a362244bd9f82a68a6ec12',1,'amrex::AmrData']]], - ['virtualparticleid_8621',['VirtualParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a4338aa4cab572b2f577754ade0252083',1,'amrex::LongParticleIds']]], - ['vismf_8622',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html',1,'amrex']]], - ['vismf_8623',['visMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5a5958ef910e9bf598e3e22c1b6f107f',1,'amrex::AmrData']]], - ['vismf_8624',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a882c0b2883ef4da0ba1b314a8f620d6c',1,'amrex::VisMF::VisMF(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af548c2f100181d3712792cf4fae27ef5',1,'amrex::VisMF::VisMF(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ac004ba1e006788eb0b77356977f72238',1,'amrex::VisMF::VisMF(std::string fafab_name)']]], - ['vismfbasename_8625',['VisMFBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec030b01162fc088d8de7dc493235430',1,'amrex']]], - ['vismfbuffer_8626',['VisMFBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html',1,'amrex']]], - ['vismfwrite_8627',['VisMFWrite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c',1,'amrex']]], - ['vismfwriteheader_8628',['VisMFWriteHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33',1,'amrex']]], - ['void_5ft_8629',['Void_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1fbad5ff9cc23fcc37c363d9d3bc0d94',1,'amrex::detail']]], - ['voidcopytag_8630',['VoidCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html',1,'']]], - ['volume_8631',['Volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1f29329ea886494a3df45eaba9c0b2cb',1,'amrex::CoordSys']]], - ['volume_8632',['volume',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c',1,'amrex::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a098e1f2357e21072c37d33fff98d9cb7',1,'amrex::RealBox::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'BoxND< AMREX_SPACEDIM >::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'amrex::BoxND::volume()']]], - ['volume_8633',['Volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a26f93383859ece5c7349633cc9f50948',1,'amrex::Geometry::Volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aba35a53907662ab238f8ad457a9c242d',1,'amrex::CoordSys::Volume()']]], - ['volumeweightedsum_8634',['volumeWeightedSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd',1,'amrex']]], - ['vort_8635',['VORT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a0d08f661e48e89e5120b9c9006c4b090',1,'amrex::AMRErrorTag']]] + ['v_8458',['v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf6ba1d5b3161fdae4e2416e98718c18',1,'amrex::BoxCommHelper::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#aba0f711063f2c6ab16f1d456e059499b',1,'amrex::ParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a84b7da4493aa2827477c76ed75372065',1,'amrex::ParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#a70cf7dd5ba4cfb79e1bfb498244c4b2a',1,'amrex::ParserExeNumber::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a695460708ea3a22fd94fbe0f85aa7346',1,'amrex::ParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#a6d456e1ca0a648b0eb84aa8d10c21ab9',1,'amrex::ParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a3b3d6e22362dc0df987b0457a574298d',1,'amrex::ParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#a4f66cd89caf8f347e790a67c2adda4a3',1,'amrex::ParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac6b7e571e8c3f62ebf907b020082abf2',1,'amrex::ParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ada79934875f45953b20dec41ac4237d0',1,'amrex::ParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a8133d36cbf6dcb6aca392217ee6a90e5',1,'amrex::parser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a73b906eae2b2eed729873c1c97d2a9da',1,'amrex::IParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#a1461b3f0be67f1c388e23a7b7f6e5349',1,'amrex::IParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a73386e70574f614ef7620ee64c6a99c2',1,'amrex::IParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a1bd41de7b1cdd468450f00757d5ee7b9',1,'amrex::iparser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a7ec2e1e3902040026a88936d1bbe7368',1,'amrex::iparser_nvp::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#a156c1029378cd849418c5aaf927f712d',1,'amrex::IParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a8c5604008056a98ef6024e518a06135c',1,'amrex::IParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#a5d49621db0bb2c149c6f8bd0850ecf77',1,'amrex::IParserExeDIV_NV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#aad480540c849886d7932c4031598365f',1,'amrex::IParserExeDIV_PV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a80ba759d0c2dd90bf1f87620abf55ae1',1,'amrex::IParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a53475dd4f3d7540189b7f867d9a7dd78',1,'amrex::IParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a08747e182b492726bc3b308f97bc9b5c',1,'amrex::IParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#ace18855098baed73e076cf373a35a597',1,'amrex::IParserExeNumber::v()']]], + ['v1_8459',['v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a55b9d3099133f345ecb5d650727c793b',1,'amrex::STLtools::Triangle']]], + ['v2_8460',['v2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a6b301a1c15117340fbb999bfee7dd5a2',1,'amrex::STLtools::Triangle']]], + ['v3_8461',['v3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#ab4af12af8d6c359d4870d0d93a9d07b5',1,'amrex::STLtools::Triangle']]], + ['val_8462',['val',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a4f8b94b264df0fdd9092cbbcb30c1126',1,'amrex::Array4BoxValTag::val()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3a44078514365792a6288dcd61a668b0',1,'amrex::Orientation::val()']]], + ['validateuserinput_8463',['ValidateUserInput',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739',1,'amrex::VectorGrowthStrategy::detail']]], + ['validbox_8464',['validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a06370be1805b070ebf8964b57b5957e5',1,'amrex::EB2::GFab::validbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a77ae102619461dabde09c7801390b841',1,'amrex::MFIter::validbox()']]], + ['vallocpair_8465',['ValLocPair',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html',1,'amrex']]], + ['value_8466',['value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ab375ddfc635376587d621e83a8daa746',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#a9b8b81a5486eb6114f80a5a40489fd92',1,'amrex::parser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html#add56e437a7ffd8c0a9036d03d11b8771',1,'amrex::Same::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html#af5ce978eccae099c3f92d21d1ede7ad4',1,'amrex::Same< T, U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'amrex::Scan::detail::STVA::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'STVA< U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#a5d5a37198c314fd454c6d5a11303f8dc',1,'std::tuple_size< amrex::GpuTuple< Ts... > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#af43ffa90c029ee19a4d2cdd5e4d1bbdb',1,'std::tuple_size< amrex::IndexTypeND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a02352e50126403c1dcf04e5850ffdd4d',1,'std::tuple_size< amrex::IntVectND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a9771bd9643659218372d99e54cb37f52',1,'amrex::ValLocPair::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a2d7733b7adfa9401fdc90202486d2b54',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a05d9d8beb406be38812442c318e5d434',1,'amrex::ReduceOps::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html#a97890bbd4285b5c635cf29031ae464e2',1,'amrex::IsConvertible::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#a8a04b07ec018cb1469530b8b22da3105',1,'amrex::iparser_number::value()']]], + ['value_5ft_8467',['value_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a5a2159bb93f523660e17cfa0cda89054',1,'amrex::detail::Detector::value_t()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#a4714bed5510035711488467ea4927ad8',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::value_t()']]], + ['value_5ftype_8468',['value_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac61c23cc2289daaeb85d95dc667a2a36',1,'amrex::ParticleArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ad2de450062127ddfed6337961fdcf3c0',1,'amrex::InterpBndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'amrex::IntVectND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'IntVectND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac08ef3659c93f94805a96457a9419b5e',1,'amrex::ParticleArrayAccessor::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ac9a51efd884cb5eb1e8ec10d6fff7d41',1,'hacc::AlignedAllocator::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'amrex::ArenaAllocatorBase::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad82ea827b5b1999cc86a3b075c7a3659',1,'amrex::TableData::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< unsigned int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< std::size_t >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int *, DefaultAllocator< int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< index_type >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'amrex::IndexTypeND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int *, DefaultAllocator< const int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::XDim3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::STLtools::Triangle >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::openbc::MomTag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::NeighborCode >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::BoxND >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'amrex::PODVector::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int *, NAI >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< TagBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#aa3d626c31226662da6f99c9732d5d273',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aa772ad381e04dcf6ffc6391b081e33eb',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab235947bfbdf6abe588b53f05300b5b7',1,'amrex::FabSetT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html#a652d8be3c46448addbe48ef3e56e7c78',1,'amrex::FabArray::FABType::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'amrex::GpuArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::Interval, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::EB2::PolyTerm, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< bool, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const int *, NArrayInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const ParticleReal *, NArrayReal >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 4 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal *, NAR >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, nelems >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a901c79bd919c5c61745c980b480a9422',1,'amrex::GpuComplex::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'IndexTypeND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< FArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01std_1_1optional_3_01T_01_4_00_01std_1_1enab4f56f7972e96cd506ee631fce7d5eac.html#a84722f62be0d703ae6fa578093431728',1,'amrex::ppdetail::ArithmeticOptional_TT< std::optional< T >, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is_7c3fb6f4fd99b8c14ba54247f995ec7f.html#ad5f4be4f8f332c042dcbfc34fc1b1f6d',1,'amrex::ppdetail::ArithmeticOptional_TT< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'amrex::BaseFab::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< AtomicInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< EBCellFlag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< HYPRE_Int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< PetscInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< Real >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abcdaf55bfa67d5d815bf0f02b11b4755',1,'amrex::BndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ac60614a22752704216c93192f96a4f92',1,'amrex::BndryRegisterT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#acf82f34218d15ed26f163a36979c5a30',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a6d7825ead06e725a3e1a91b248a9149a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a913ff82076d8ba44b1368ee651f235b4',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aee9e9e8e6778816545b4523b1bb0056e',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'amrex::FabArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< AtomicInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< PetscInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::CutFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::EBCellFlagFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::Mask >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< IArrayBox >::value_type()']]], + ['vanleer_8469',['vanleer',['../structPPM_1_1vanleer.html',1,'PPM']]], + ['vanleer_8470',['vanLeer',['../structPPM_1_1vanleer.html#a7b61be2b2ab4f4ccda5b7e9208a5ee2d',1,'PPM::vanleer']]], + ['vanleer_8471',['VanLeer',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a',1,'PPM']]], + ['variable_5fnames_8472',['variable_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afef1822a23261763c6da7cc5dbe644b5',1,'amrex::DeriveRec']]], + ['variablecleanup_8473',['variableCleanUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a7ba6a4758a8402bc7d91ba7e636d2094',1,'amrex::LevelBld']]], + ['variablename_8474',['variableName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a390fb97e437dd3b2fc3b5be48804dd0d',1,'amrex::DeriveRec']]], + ['variablesetup_8475',['variableSetUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#ab7638fd4ea5c9153a4c81797034b6688',1,'amrex::LevelBld']]], + ['variablesetupfornewcompprocs_8476',['variableSetUpForNewCompProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#af5b8be4ad0e53d191561488d2f1136d3',1,'amrex::LevelBld']]], + ['varnames_8477',['varNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#abdc4d9be2576d4f7b6f2b4af2ace47da',1,'amrex::PlotFileData::varNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4b41aced7339c79e76729d342456564e',1,'amrex::PlotFileDataImpl::varNames()']]], + ['vcallstats_8478',['vCallStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a40b142a9ce325e063b6f8003c5d3cc9d',1,'RegionsProfStats::DataBlock']]], + ['vcartgrid_8479',['vCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93d8a8d179bc25e308d12760514402c3',1,'amrex::AmrData']]], + ['vcommstats_8480',['vCommStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a2616da0635b25290247f80c3cfb6ee32',1,'CommProfStats::DataBlock']]], + ['vec_8481',['vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a4c7fb1c88f200101a80a1e254e7d446e',1,'amrex::ErrorList']]], + ['vect_8482',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'amrex::IntVectND::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'IntVectND< AMREX_SPACEDIM >::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0f0b7286c21b06ba0eea3a31c09cf2f1',1,'amrex::RealVect::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a3a8e11f7ca6df497a8fa29179b7f85fa',1,'amrex::BCRec::vect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adfdfaa53c102691ab684e97bcb51e188',1,'amrex::BCRec::vect() &&=delete']]], + ['vector_8483',['Vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_20_2a_2c_20amrex_5fspacedim_20_3e_20_3e_8484',['Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_8485',['Vector< amrex::Array< amrex::MultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3abcrec_20_3e_8486',['Vector< amrex::BCRec >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3acallstats_20_3e_8487',['Vector< amrex::BLProfiler::CallStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3acommstats_20_3e_8488',['Vector< amrex::BLProfiler::CommStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3arstartstop_20_3e_8489',['Vector< amrex::BLProfiler::RStartStop >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxarray_20_3e_8490',['Vector< amrex::BoxArray >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxlist_20_3e_8491',['Vector< amrex::BoxList >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxnd_20_3e_8492',['Vector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adataservices_20_2a_20_3e_8493',['Vector< amrex::DataServices * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adistfcnelement2d_20_2a_20_3e_8494',['Vector< amrex::distFcnElement2d * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adistributionmapping_20_3e_8495',['Vector< amrex::DistributionMapping >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3achkptfilelevel_20_3e_8496',['Vector< amrex::EB2::ChkptFileLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3aedge_20_3e_8497',['Vector< amrex::EB2::Edge >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3agshoplevel_3c_20g_20_3e_20_3e_8498',['Vector< amrex::EB2::GShopLevel< G > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3apolyterm_20_3e_8499',['Vector< amrex::EB2::PolyTerm >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3astllevel_20_3e_8500',['Vector< amrex::EB2::STLLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3afabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_20_3e_8501',['Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aforkjoin_3a_3acomponentset_20_3e_8502',['Vector< amrex::ForkJoin::ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aforkjoin_3a_3amffork_20_3e_8503',['Vector< amrex::ForkJoin::MFFork >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ageometry_20_3e_8504',['Vector< amrex::Geometry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aimultifab_20_3e_8505',['Vector< amrex::iMultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aindextypend_20_3e_8506',['Vector< amrex::IndexTypeND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ainterpbase_20_2a_20_3e_8507',['Vector< amrex::InterpBase * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aintvectnd_20_3e_8508',['Vector< amrex::IntVectND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3alayoutdata_3c_20hypre_5fint_20_3e_20_3e_8509',['Vector< amrex::LayoutData< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_8510',['Vector< amrex::LayoutData< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3amultifab_20_2a_20_3e_8511',['Vector< amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3amultifab_20_3e_8512',['Vector< amrex::MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3amultimask_20_3e_8513',['Vector< amrex::MultiMask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcommtag_20_3e_8514',['Vector< amrex::NeighborParticleContainer::NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aparticlelocator_3c_20bins_20_3e_20_3e_8515',['Vector< amrex::ParticleLocator< Bins > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_8516',['Vector< amrex::PODVector< amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_8517',['Vector< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8518',['Vector< amrex::PODVector< IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_8519',['Vector< amrex::PODVector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20std_3a_3asize_5ft_20_3e_20_3e_8520',['Vector< amrex::PODVector< std::size_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3areal_20_3e_8521',['Vector< amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3astatedata_20_3e_8522',['Vector< amrex::StateData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_8523',['Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxarray_20_3e_20_3e_8524',['Vector< amrex::Vector< amrex::BoxArray > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxnd_20_3e_20_3e_8525',['Vector< amrex::Vector< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_8526',['Vector< amrex::Vector< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afabarrayid_20_3e_20_3e_8527',['Vector< amrex::Vector< amrex::FabArrayId > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afarraybox_20_2a_20_3e_20_3e_8528',['Vector< amrex::Vector< amrex::FArrayBox * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3ageometry_20_3e_20_3e_8529',['Vector< amrex::Vector< amrex::Geometry > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aimultifab_20_3e_20_3e_8530',['Vector< amrex::Vector< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_2a_20_3e_20_3e_8531',['Vector< amrex::Vector< amrex::MultiFab * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_20_3e_8532',['Vector< amrex::Vector< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3areal_20_3e_20_3e_8533',['Vector< amrex::Vector< amrex::Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afillboxid_20_3e_20_3e_20_3e_8534',['Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_20_3e_8535',['Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_20_3e_8536',['Vector< amrex::Vector< amrex::Vector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_20_3e_8537',['Vector< amrex::Vector< amrex::Vector< Real > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avismf_20_2a_20_3e_20_3e_8538',['Vector< amrex::Vector< amrex::VisMF * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8539',['Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultimask_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_20_3e_8540',['Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20mf_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8541',['Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_2c_203_20_3e_20_3e_20_3e_8542',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_203_20_3e_20_3e_20_3e_8543',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8544',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8545',['Vector< amrex::Vector< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3avector_3c_20double_20_3e_20_3e_8546',['Vector< amrex::Vector< double > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20fab_20_2a_20_3e_20_3e_8547',['Vector< amrex::Vector< FAB * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20hypre_5fint_20_3e_20_3e_8548',['Vector< amrex::Vector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_8549',['Vector< amrex::Vector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20long_20_3e_20_3e_8550',['Vector< amrex::Vector< Long > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20mf_20_3e_20_3e_8551',['Vector< amrex::Vector< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_8552',['Vector< amrex::Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20rt_20_3e_20_3e_8553',['Vector< amrex::Vector< RT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afabfactory_3c_20fab_20_3e_20_3e_20_3e_20_3e_8554',['Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3agpu_3a_3adevicescalar_3c_20amrex_3a_3alusolver_3c_20amrex_5fspacedim_20_2a2_2c_20rt_20_3e_20_3e_20_3e_20_3e_20_3e_8555',['Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_20_3e_8556',['Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlcelllinopt_3a_3abndrycondloc_20_3e_20_3e_20_3e_8557',['Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_8558',['Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20bndrycondloc_20_3e_20_3e_20_3e_8559',['Vector< amrex::Vector< std::unique_ptr< BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3avector_3c_20bool_20_3e_20_3e_20_3e_8560',['Vector< amrex::Vector< std::vector< bool > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avismf_3a_3afabondisk_20_3e_8561',['Vector< amrex::VisMF::FabOnDisk >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aweightedbox_20_3e_8562',['Vector< amrex::WeightedBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ayafluxregistert_3c_20mf_20_3e_20_3e_8563',['Vector< amrex::YAFluxRegisterT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20amrex_3a_3aimultifab_2c_20amrex_5fspacedim_20_3e_20_3e_8564',['Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20amrex_3a_3alayoutdata_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_8565',['Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20bctype_2c_20amrex_5fspacedim_20_3e_20_3e_8566',['Vector< Array< BCType, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20real_2c_20amrex_5fspacedim_20_3e_20_3e_8567',['Vector< Array< Real, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20barrierentry_20_3e_8568',['Vector< BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20blpdatablock_20_3e_8569',['Vector< BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20blprofstats_3a_3ablpdatablock_20_3e_8570',['Vector< BLProfStats::BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_8571',['Vector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20char_20_2a_20_3e_8572',['Vector< char * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20char_20_3e_8573',['Vector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20char_20const_20_2a_20_3e_8574',['Vector< char const * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3abarrierentry_20_3e_8575',['Vector< CommProfStats::BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3adatablock_20_3e_8576',['Vector< CommProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3anametagentry_20_3e_8577',['Vector< CommProfStats::NameTagEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3areductionentry_20_3e_8578',['Vector< CommProfStats::ReductionEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20componentset_20_3e_8579',['Vector< ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20const_20amrex_3a_3amultifab_20_2a_20_3e_8580',['Vector< const amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_2a_20_3e_8581',['Vector< const FabArrayBase::CopyComTagsContainer * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20datablock_20_3e_8582',['Vector< DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20double_20_3e_8583',['Vector< double >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20gpustream_5ft_20_3e_8584',['Vector< gpuStream_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20indextypend_3c_20amrex_5fspacedim_20_3e_20_3e_8585',['Vector< IndexTypeND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20int_20_3e_8586',['Vector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_8587',['Vector< IntVectND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20long_20_3e_8588',['Vector< Long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20long_20_3e_8589',['Vector< long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mf_20_3e_8590',['Vector< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mpi_5frequest_20_3e_8591',['Vector< MPI_Request >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mpi_5fstatus_20_3e_8592',['Vector< MPI_Status >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20multifab_20_3e_8593',['Vector< MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20neighborcommtag_20_3e_8594',['Vector< NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20particlelevel_20_3e_8595',['Vector< ParticleLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20real_20_3e_8596',['Vector< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20regionsprofstats_3a_3adatablock_20_3e_8597',['Vector< RegionsProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20rt_20_3e_8598',['Vector< RT >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20setbuf_5fchar_5ftype_20_3e_8599',['Vector< Setbuf_Char_Type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aifstream_20_2a_20_3e_8600',['Vector< std::ifstream * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3alist_3c_20amrex_3a_3axyplotdatalistlink_20_2a_20_3e_20_3e_8601',['Vector< std::list< amrex::XYPlotDataListLink * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3alist_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_8602',['Vector< std::list< BLProfStats::TimeRange > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3aintvectnd_20_3e_20_3e_8603',['Vector< std::map< int, amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_20_3e_8604',['Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_8605',['Vector< std::map< int, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_20_3e_8606',['Vector< std::map< int, amrex::PODVector< IntVectND< AMREX_SPACEDIM > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_8607',['Vector< std::map< int, IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3ainversecopytag_20_3e_20_3e_20_3e_8608',['Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcopytag_20_3e_20_3e_20_3e_20_3e_8609',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20neighborcopytag_20_3e_20_3e_20_3e_20_3e_8610',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20inversecopytag_20_3e_20_3e_20_3e_8611',['Vector< std::map< PairIndex, amrex::Vector< InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20int_20_3e_20_3e_8612',['Vector< std::map< PairIndex, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20intvector_20_3e_20_3e_8613',['Vector< std::map< PairIndex, IntVector > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20particletile_20_3e_20_3e_8614',['Vector< std::map< PairIndex, ParticleTile > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3aneighborlist_3c_20particletype_20_3e_20_3e_20_3e_8615',['Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_8616',['Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3astring_2c_20int_20_3e_20_3e_8617',['Vector< std::map< std::string, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_20_3e_8618',['Vector< std::pair< int, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_20_3e_8619',['Vector< std::pair< Real, std::unique_ptr< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20multifab_20_3e_20_3e_20_3e_8620',['Vector< std::pair< Real, std::unique_ptr< MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20void_20_2a_2c_20amrex_3a_3aarena_20_2a_20_3e_20_3e_8621',['Vector< std::pair< void *, amrex::Arena * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3asize_5ft_20_3e_8622',['Vector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3astring_20_3e_8623',['Vector< std::string >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aamrlevel_20_3e_20_3e_8624',['Vector< std::unique_ptr< amrex::AmrLevel > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_20_3e_20_3e_8625',['Vector< std::unique_ptr< amrex::BndryRegisterT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_8626',['Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_8627',['Vector< std::unique_ptr< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aeb2_3a_3aindexspace_20_3e_20_3e_8628',['Vector< std::unique_ptr< amrex::EB2::IndexSpace > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aerrorrec_20_3e_20_3e_8629',['Vector< std::unique_ptr< amrex::ErrorRec > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afillpatcher_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_8630',['Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_8631',['Vector< std::unique_ptr< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_20_3e_8632',['Vector< std::unique_ptr< amrex::LayoutData< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_20_3e_20_3e_8633',['Vector< std::unique_ptr< amrex::MLMGBndryT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_3c_20mf_20_3e_20_3e_20_3e_8634',['Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_8635',['Vector< std::unique_ptr< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_20_3e_20_3e_8636',['Vector< std::unique_ptr< amrex::StateDescriptor > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_3a_3abndryfunc_20_3e_20_3e_8637',['Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3avismf_20_3e_20_3e_8638',['Vector< std::unique_ptr< amrex::VisMF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_20_3e_8639',['Vector< std::unique_ptr< Array< MultiFab, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20bndryfunc_20_3e_20_3e_8640',['Vector< std::unique_ptr< BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_8641',['Vector< std::unique_ptr< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20std_3a_3afstream_20_3e_20_3e_8642',['Vector< std::unique_ptr< std::fstream > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20t_20_3e_20_3e_8643',['Vector< std::unique_ptr< T > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20t_20_3e_8644',['Vector< T >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20v_20_3e_8645',['Vector< V >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vector_3c_20multifab_20_3e_20_3e_8646',['Vector< Vector< MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vector_3c_20real_20_3e_20_3e_8647',['Vector< Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vertex_20_3e_8648',['Vector< Vertex >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vectorlength_8649',['vectorLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept']]], + ['vectors_8650',['VECTORS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323bacf0666cfb2f627fed09e81c9fbdbfa0c',1,'amrex::Amrvis']]], + ['vectortag_8651',['VectorTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html',1,'amrex']]], + ['verbose_8652',['verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd',1,'amrex::system::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4ee12165f32372e900a0f0967a344708',1,'amrex::VisMF::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a42fc975e27a744624c255b0fad3f8cd7',1,'amrex::TinyProfiler::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a03a7a7428fc17a0413d54f5b9c2cb9e6',1,'amrex::PETScABecLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc5cadb87add794dca040e5cebff0fe2',1,'amrex::MLMGT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'MLLinOpT< Array< MultiFab, 3 > >::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'amrex::MLLinOpT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0f7eb83547164209035b1dd1d8a5409c',1,'amrex::MLCGSolverT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a46cd3d0729be8490f8ae8840c1988d38',1,'amrex::HypreNodeLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a299be2dee6b5a28af170606d9b19615b',1,'amrex::Hypre::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a725fb9c29db07764d1a95c03dedf3df5',1,'amrex::Gpu::Device::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#acca0fea9f472ea1fdb67cbebe9b93d5c',1,'BLProfStats::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ae0c6a5189c216220bf4aab567206c362',1,'amrex::AmrInfo::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bd53088e127ea5603447dd7e7c574e1',1,'amrex::AmrData::verbose()']]], + ['verbose_8653',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aecfa142bba944fe440b23bd13a79c08e',1,'amrex::ParticleContainerBase::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4fe2b9e6e5a2c039c7684f364a5c8bb2',1,'amrex::ParmParse::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ab1ed7e37b6df653a97423cd2402d4817',1,'amrex::ForkJoin::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac33caf53799dfb8c0b2160bf2a228c1b',1,'BLProfStats::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9b78b807755b822ba0c46ec0e3150089',1,'amrex::AmrMesh::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af952472581f78b118b6337ec671d65f4',1,'amrex::AmrData::Verbose()']]], + ['verbose_8654',['verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5',1,'amrex']]], + ['verbose_8655',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e',1,'amrex']]], + ['verbosity_2ecpp_8656',['verbosity.cpp',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8cpp.html',1,'']]], + ['verbosity_2eh_8657',['verbosity.h',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8h.html',1,'']]], + ['version_8658',['Version',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d',1,'amrex::Version()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54d',1,'amrex::VisMF::Header::Version()']]], + ['version_5fv1_8659',['Version_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54dad8a8b7451642ebbf0f06d98d6aec42c5',1,'amrex::VisMF::Header']]], + ['vertex_8660',['Vertex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html',1,'amrex::EB2']]], + ['vertexid_8661',['VertexID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b',1,'amrex::EB2']]], + ['vfeps_8662',['VfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a31f677540a6f76eb6d0f414a71ed544a',1,'amrex::AmrData']]], + ['vfeps_8663',['vfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa1abeaf749a362244bd9f82a68a6ec12',1,'amrex::AmrData']]], + ['virtualparticleid_8664',['VirtualParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a4338aa4cab572b2f577754ade0252083',1,'amrex::LongParticleIds']]], + ['vismf_8665',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html',1,'amrex']]], + ['vismf_8666',['visMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5a5958ef910e9bf598e3e22c1b6f107f',1,'amrex::AmrData']]], + ['vismf_8667',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a882c0b2883ef4da0ba1b314a8f620d6c',1,'amrex::VisMF::VisMF(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af548c2f100181d3712792cf4fae27ef5',1,'amrex::VisMF::VisMF(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ac004ba1e006788eb0b77356977f72238',1,'amrex::VisMF::VisMF(std::string fafab_name)']]], + ['vismfbasename_8668',['VisMFBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec030b01162fc088d8de7dc493235430',1,'amrex']]], + ['vismfbuffer_8669',['VisMFBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html',1,'amrex']]], + ['vismfwrite_8670',['VisMFWrite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c',1,'amrex']]], + ['vismfwriteheader_8671',['VisMFWriteHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33',1,'amrex']]], + ['void_5ft_8672',['Void_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1fbad5ff9cc23fcc37c363d9d3bc0d94',1,'amrex::detail']]], + ['voidcopytag_8673',['VoidCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html',1,'']]], + ['volume_8674',['volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'BoxND< AMREX_SPACEDIM >::volume()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c',1,'amrex::volume()']]], + ['volume_8675',['Volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a26f93383859ece5c7349633cc9f50948',1,'amrex::Geometry::Volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1f29329ea886494a3df45eaba9c0b2cb',1,'amrex::CoordSys::Volume(const Real xlo[AMREX_SPACEDIM], const Real xhi[AMREX_SPACEDIM]) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aba35a53907662ab238f8ad457a9c242d',1,'amrex::CoordSys::Volume(const IntVect &point) const']]], + ['volume_8676',['volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a098e1f2357e21072c37d33fff98d9cb7',1,'amrex::RealBox::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'amrex::BoxND::volume()']]], + ['volumeweightedsum_8677',['volumeWeightedSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd',1,'amrex']]], + ['vort_8678',['VORT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a0d08f661e48e89e5120b9c9006c4b090',1,'amrex::AMRErrorTag']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_17.js b/amrex-hydro/Doxygen/html/search/all_17.js index 8e5fad5..e155795 100644 --- a/amrex-hydro/Doxygen/html/search/all_17.js +++ b/amrex-hydro/Doxygen/html/search/all_17.js @@ -1,109 +1,110 @@ var searchData= [ - ['w_8636',['w',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a34f5a91f16a2303f0ed25ae611894455',1,'amrex::algoim::QuadratureRule::Node::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Nearest, int >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'amrex::ParticleInterpolator::Base::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Linear, amrex::Real >::w()']]], - ['w_5flower_5fmask_8637',['w_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a9978159e62e9a5f1a9ba4a55019dc7dc',1,'amrex::EBCellFlag']]], - ['w_5fnumvofs_8638',['w_numvofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39',1,'amrex_ebcellflag_module::w_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a0a1397794bc5591a597619e3632ad878',1,'amrex::EBCellFlag::w_numvofs()']]], - ['w_5ftype_8639',['w_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a68904d39b391c9345ebbb57ca42df263',1,'amrex::EBCellFlag::w_type()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084',1,'amrex_ebcellflag_module::w_type()']]], - ['wait_8640',['Wait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a307e6fc3b7df510cca76aff2fda29435',1,'amrex::ParallelDescriptor::Wait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a98b17038c0286de4668a2bed1102d3b6',1,'amrex::AsyncOut::Wait()']]], - ['wait_8641',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ad18fe9acd4ed08655aa7aa4af86e0739',1,'amrex::Scan::detail::BlockStatus< T, false >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a5af349e5e3e927e2960c462281eec3be',1,'amrex::Scan::detail::BlockStatus< T, true >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a94e427eb0ffccce4adcf6a7bc0954c91',1,'amrex::ParallelDescriptor::Message::wait()']]], - ['waitall_8642',['Waitall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a63d04588d41cd108e9255c231e2562d9',1,'amrex::ParallelDescriptor']]], - ['waitany_8643',['Waitany',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a201290543de69eac17ee181475285844',1,'amrex::ParallelDescriptor']]], - ['waitsome_8644',['Waitsome',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3a66ca3d4d64098f62c7aa9c92dcffbb',1,'amrex::ParallelDescriptor']]], - ['warning_8645',['Warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab',1,'amrex::Warning(const char *msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd',1,'amrex::Warning(const std::string &msg)']]], - ['warning_5fhost_8646',['Warning_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9',1,'amrex']]], - ['warp_5fsize_8647',['warp_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a845f8e6eb448999a6e71574eeee55926',1,'amrex::Gpu::Device']]], - ['warpreduce_8648',['warpReduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html',1,'amrex::Gpu']]], - ['weight_8649',['weight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a8e02e1702d53c5b8a60b341aceadb929',1,'amrex::WeightedBoxList::weight()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#ac8ca6a64321140bc39bd7458da778941',1,'amrex::WeightedBox::weight()']]], - ['weightedbox_8650',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html',1,'amrex::WeightedBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a881623a58303364995413ce41b090c0d',1,'amrex::WeightedBox::WeightedBox()']]], - ['weightedboxlist_8651',['WeightedBoxList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html',1,'amrex']]], - ['weightedsync_8652',['WeightedSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad80a338735a5addaa47a0726cb24c8c5',1,'amrex::MultiFab']]], - ['weights_8653',['weights',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad310f842476426c90a428403ea4a47a0',1,'amrex::ParticleInterpolator::Linear::weights()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7c90861b5b36a3cc7ffc95ca3484915e',1,'amrex::ParticleInterpolator::Nearest::weights()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#abd571d996d1adea0300fb76372fce6bf',1,'amrex::RKIntegrator::weights()']]], - ['weno_5fjs_8654',['weno_js',['../structPPM_1_1weno__js.html',1,'PPM']]], - ['weno_5fjs_8655',['WENO_JS',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a742b9872942c5c229f854566a53c9d40',1,'PPM']]], - ['wenoz_8656',['wenoz',['../structPPM_1_1wenoz.html',1,'PPM']]], - ['wenoz_8657',['WENOZ',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a3825f2b15f80d49790117e959cbcc48e',1,'PPM']]], - ['where_8658',['Where',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'amrex::ParticleContainer_impl::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'amrex::ParticleContainer_impl::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where()']]], - ['whereprepost_8659',['wherePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'amrex::ParticleContainer_impl::wherePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::wherePrePost()']]], - ['which_5flevel_5fbeing_5fadvanced_8660',['which_level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a71368e4ccbd5ee723f8675ee9ba4abf5',1,'amrex::Amr']]], - ['which_5ftime_8661',['which_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a58f60bcd444acf5b3acfe94db3981969',1,'amrex::AmrLevel']]], - ['whichdir_8662',['whichDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a14f4438e8f2c186df9c2d1e8c9d46198',1,'amrex::XYPlotDataList']]], - ['whichprepost_8663',['whichPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'amrex::ParticleContainer_impl::whichPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::whichPrePost()']]], - ['whichregions_8664',['WhichRegions',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a727443269bcefa8b233a831ed76a0d02',1,'BLProfStats']]], - ['whichsetposition_8665',['WhichSetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af7dd1b0a5336926700c382a1af0ab5de',1,'amrex::NFilesIter']]], - ['white_8666',['White',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf',1,'amrex::FGColor::White()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a14b91fdfbbf6f0d385b6348887870d18',1,'amrex::BGColor::White()']]], - ['woffset_8667',['WOFFSET',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af95fc61c883af4bd3ab8d3bb72334cf0',1,'amrex::Amrvis']]], - ['workesttype_8668',['WorkEstType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1c91cb169c86fd95b76b5742687ad949',1,'amrex::AmrLevel']]], - ['wrap_5fdata_8669',['wrap_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a70d9723d0841fa5cffb111f370edc0e4',1,'amrex::SundialsIntegrator::wrap_data(amrex::MultiFab &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ac00653640d3ff263ede973737d5a76a0',1,'amrex::SundialsIntegrator::wrap_data(amrex::Vector< amrex::MultiFab > &S_data)']]], - ['write_8670',['Write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a313ca057593008291c4d10bd65151ebd',1,'amrex']]], - ['write_8671',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0c8efd8e75a881af49dbfc1e6bdc5184',1,'amrex::FluxRegister::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa6ffee464cd67617c540f751360e05c2',1,'amrex::FabSetT::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#afd41640c47c96b51a2a82f9a5e357eb2',1,'amrex::FABio_binary::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a72ee5d51bb3a9b5d75dfbea6feb4b977',1,'amrex::FABio_ascii::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9f3613de6718fe144a97c33ad2c754bc',1,'amrex::FABio_8bit::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a9ecb5c9d864f0eb7cb8c54ba08a148c9',1,'amrex::FABio::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a18c2a8b193ac63488ae4d1ef4acad7b8',1,'amrex::BndryRegisterT::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#ad4db32bf4e7c8012e79dd154c779609c',1,'amrex::Scan::detail::BlockStatus< T, true >::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a2192c0c39126608c6d0d3803dd9e0544',1,'amrex::Scan::detail::BlockStatus< T, false >::write()']]], - ['write_8672',['Write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4918ae26fa1215758fd8aa7387c02b13',1,'amrex::VisMF::Write(const FArrayBox &fab, const std::string &filename, std::ostream &os, Long &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e5f6020891d546ab4ce2c0c6a012932',1,'amrex::VisMF::Write(const FabArray< FArrayBox > &mf, const std::string &name, VisMF::How how=NFiles, bool set_ghost=false)']]], - ['write2dboxfrom3d_8673',['Write2DBoxFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61',1,'amrex']]], - ['write2dfab_8674',['Write2DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2acbc851871868eb313f35d3512e986',1,'amrex']]], - ['write2dtext_8675',['Write2DText',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a',1,'amrex']]], - ['write3dfab_8676',['Write3DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f',1,'amrex']]], - ['write_5fheader_8677',['write_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#af1cf8858b1a0e49ea7f62461d42f453e',1,'amrex::FABio::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7eea80650ac31cd5d2264641e2fe6886',1,'amrex::FABio_8bit::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#aeddba7789a111c378b6e3030a025b2da',1,'amrex::FABio_ascii::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ad0a86d6929c2694a6303184dba73f2c2',1,'amrex::FABio_binary::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#a115a9680959d37058cda61ae123f475e',1,'amrex::IFABio::write_header()']]], - ['write_5fplotfile_5fwith_5fcheckpoint_8678',['write_plotfile_with_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acb645a1952db1d77152149cba281a244',1,'amrex::Amr']]], - ['write_5fto_5fchkpt_5ffile_8679',['write_to_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7c96f2171467f960c184e3f093f9e3b1',1,'amrex::EB2::Level::write_to_chkpt_file()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a59a0dad41168327c4720c9afb6b8fb3c',1,'amrex::EB2::ChkptFile::write_to_chkpt_file()']]], - ['write_5fto_5fstderr_5fwithout_5fbuffering_8680',['write_to_stderr_without_buffering',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e',1,'amrex']]], - ['writeasciifile_8681',['WriteAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'amrex::ParticleContainer_impl::WriteAsciiFile()']]], - ['writebinaryparticledata_8682',['WriteBinaryParticleData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint=false) const']]], - ['writeblueprintfiles_8683',['WriteBlueprintFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c',1,'amrex']]], - ['writebuffersize_8684',['writeBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1e67eb076409779a54695afdf2c0a966',1,'amrex::RealDescriptor']]], - ['writecommstats_8685',['WriteCommStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a586676adde2a557d8eab1e64948b3bb2',1,'amrex::BLProfiler']]], - ['writedata_8686',['writeData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1',1,'amrex::writeData(double const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14',1,'amrex::writeData(int const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e',1,'amrex::writeData(Long const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31',1,'amrex::writeData(float const *data, std::size_t size, std::ostream &os)']]], - ['writedoubledata_8687',['writeDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25',1,'amrex']]], - ['writeebsurface_8688',['WriteEBSurface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39109bb21761f9999a91aba81f033cac',1,'amrex']]], - ['writeebvtp_8689',['WriteEBVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a9795643b31358ac5f35c30f291d15adf',1,'amrex::EBToPVD']]], - ['writeedisontopomf_8690',['WriteEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a829919a6ccc9bb521cdf384ae48625f1',1,'CommProfStats']]], - ['writefab_8691',['WriteFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#afcdd4404f2ca3f010183af77bd3ddf41',1,'amrex::DataServices::WriteFab(const std::string &fabfilename, const Box &region, int lev, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad906ced33b23b08c9ddb1fe7767c02dc',1,'amrex::DataServices::WriteFab(const std::string &fabfilename, const Box &region, int lev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5',1,'amrex::WriteFab()']]], - ['writefaballvars_8692',['WriteFabAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a87e92c8c805e8484191634bfc23b88ce',1,'amrex::DataServices']]], - ['writefabonevar_8693',['WriteFabOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a5ed9a76a3deab290b490fadcacc4a1f8',1,'amrex::DataServices']]], - ['writefabs_8694',['writeFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5',1,'amrex::writeFabs(const MultiFab &mf, const std::string &name)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934',1,'amrex::writeFabs(const MultiFab &mf, int comp, int ncomp, const std::string &name)']]], - ['writefloatdata_8695',['writeFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4',1,'amrex']]], - ['writegenericplotfileheader_8696',['WriteGenericPlotfileHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c',1,'amrex']]], - ['writegenericplotfileheaderhdf5_8697',['WriteGenericPlotfileHeaderHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5531ab9e11a41c67335566828817058',1,'amrex']]], - ['writeheader_8698',['writeHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a8f5e5253d66ca9845131bf51279dbbe6',1,'amrex::EB2::ChkptFile']]], - ['writeheader_8699',['WriteHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3b5f7e2dff066bdd41c8e51b84886467',1,'amrex::VisMF']]], - ['writeheaderdoit_8700',['WriteHeaderDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51536847554046eeae6c178301449e94',1,'amrex::VisMF']]], - ['writehtml_8701',['WriteHTML',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0fca3e030775e84a7aead8f2c0930e35',1,'RegionsProfStats']]], - ['writehtmlnc_8702',['WriteHTMLNC',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a279acba4a2814e23bc08c80031c73401',1,'RegionsProfStats']]], - ['writeinfo_8703',['WriteInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html',1,'amrex::AsyncOut']]], - ['writeintdata_8704',['writeIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5',1,'amrex::writeIntData(const From *data, std::size_t size, std::ostream &os, const amrex::IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef',1,'amrex::writeIntData(const int *data, std::size_t size, std::ostream &os, const IntDescriptor &id=FPC::NativeIntDescriptor())']]], - ['writelongdata_8705',['writeLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc',1,'amrex']]], - ['writemlmf_8706',['WriteMLMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320',1,'amrex']]], - ['writemultilevelplotfile_8707',['WriteMultiLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20',1,'amrex']]], - ['writemultilevelplotfilehdf5_8708',['WriteMultiLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e',1,'amrex']]], - ['writemultilevelplotfilehdf5multidset_8709',['WriteMultiLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5',1,'amrex']]], - ['writemultilevelplotfilehdf5singledset_8710',['WriteMultiLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911',1,'amrex']]], - ['writemultilevelplotfileheaders_8711',['WriteMultiLevelPlotfileHeaders',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace783f22796d80958dc5a14440a432fb',1,'amrex']]], - ['writeon_8712',['writeOn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a04ca3dcf52f6b544da13209deb8ca5bc',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a924617bc66416c85d920ec7dcbdae3a4',1,'amrex::Mask::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a5b92904d49c1491c854cef12c034fd43',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4e2f034c17bb24bb7a98e164c213f03b',1,'amrex::DistributionMapping::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20e70e6b9fe276e04f66520bb2f56931',1,'amrex::BoxArray::writeOn()']]], - ['writeonlyheader_8713',['WriteOnlyHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8807abfd4ec1e3790a765096f2d6b724',1,'amrex::VisMF']]], - ['writeparticlerealdata_8714',['WriteParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'amrex::ParticleContainer_impl::WriteParticleRealData()']]], - ['writeparticles_8715',['WriteParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'amrex::ParticleContainer_impl::WriteParticles()']]], - ['writeplotfile_8716',['WritePlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60440de48a953eec9553933d683ef9e',1,'amrex']]], - ['writeplotfile_8717',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773',1,'amrex::writePlotFile(const std::string &dir, std::ostream &os, int level, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b',1,'amrex::writePlotFile(const char *name, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33613c6a739f7a1c323a4430d889735',1,'amrex::writePlotFile(const char *name, const amrex::MultiFab &mf, const amrex::Geometry &geom, const amrex::IntVect &refRatio, amrex::Real bgVal, const amrex::Vector< std::string > &names)']]], - ['writeplotfile_8718',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, const Vector< Box > &probDomain, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'amrex::ParticleContainer_impl::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const']]], - ['writeplotfile_8719',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1913d5ba8be07f02e9ae1f1b2c667a18',1,'amrex::Amr::writePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aac3f74f8caafcc7b7cf0d3b33480e5d7',1,'amrex::AmrLevel::writePlotFile()']]], - ['writeplotfile_8720',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name) const']]], - ['writeplotfile2dfrom3d_8721',['WritePlotfile2DFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e',1,'amrex']]], - ['writeplotfiledoit_8722',['writePlotFileDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1ed3ee4ce3c8cc59e0b64767105cd936',1,'amrex::Amr']]], - ['writeplotfilepost_8723',['WritePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'amrex::ParticleContainer_impl::WritePlotFilePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePost()']]], - ['writeplotfilepost_8724',['writePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3e2abd422506f2fb1ee6f55a47433f42',1,'amrex::AmrLevel']]], - ['writeplotfilepre_8725',['WritePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'amrex::ParticleContainer_impl::WritePlotFilePre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePre()']]], - ['writeplotfilepre_8726',['writePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a186555902c913a437e6676f5cec90ae8',1,'amrex::AmrLevel']]], - ['writeplotnow_8727',['writePlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1de622e094b4e64e2491a82a3acefc1d',1,'amrex::AmrLevel::writePlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac56504a819c5f48033a0c10f94dc64ce',1,'amrex::Amr::writePlotNow()']]], - ['writepvtp_8728',['WritePVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aa55d2d01fac1d3f0d6d489ec74f0698a',1,'amrex::EBToPVD']]], - ['writerealdata_8729',['writeRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600',1,'amrex']]], - ['writesinglelevelplotfile_8730',['WriteSingleLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a',1,'amrex']]], - ['writesinglelevelplotfilehdf5_8731',['WriteSingleLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4091ae0cef4a267c78724116432a941',1,'amrex']]], - ['writesinglelevelplotfilehdf5multidset_8732',['WriteSingleLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd149d5130892485ad747e8152093df9',1,'amrex']]], - ['writesinglelevelplotfilehdf5singledset_8733',['WriteSingleLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3fc410d182f902647727772313eb291',1,'amrex']]], - ['writesmallplotfile_8734',['writeSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a01705c5091524e41df7d4d5b4fc27de8',1,'amrex::Amr::writeSmallPlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a82a5b2421ec382b24be0a33a27d82f59',1,'amrex::AmrLevel::writeSmallPlotFile()']]], - ['writesmallplotnow_8735',['writeSmallPlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a79963ad1530c1e895fed27bfd77f2131',1,'amrex::Amr::writeSmallPlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2972b42fa723220283b8275fcd7a8be8',1,'amrex::AmrLevel::writeSmallPlotNow()']]], - ['writestats_8736',['WriteStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae9c6593367e7cd7ad938ad27bfa3cfd7',1,'amrex::BLProfiler']]], - ['writesummary_8737',['WriteSummary',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a122f7a15129ff8ed33a877f5115d083f',1,'BLProfStats::WriteSummary()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad8e5ab01ec36f0207ed5e6efaee602c8',1,'RegionsProfStats::WriteSummary()']]], - ['writetag_8738',['writeTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85f34f8f85d278c2a003b7861afc62c0',1,'amrex::NFilesIter']]], - ['writetexttrace_8739',['WriteTextTrace',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ada5474a33c2271c7ad139ccff508399a',1,'RegionsProfStats']]], - ['writetofile_8740',['writeToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a41692da26c7e025be0e39c8a149a8739',1,'amrex::EB2::ChkptFile']]], - ['writetopofab_8741',['WriteTopoFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab1e0fdef8849f319d13a3a68234dc68b',1,'CommProfStats']]] + ['w_8679',['w',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a34f5a91f16a2303f0ed25ae611894455',1,'amrex::algoim::QuadratureRule::Node::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Nearest, int >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'amrex::ParticleInterpolator::Base::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Linear, amrex::Real >::w()']]], + ['w_5flower_5fmask_8680',['w_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a9978159e62e9a5f1a9ba4a55019dc7dc',1,'amrex::EBCellFlag']]], + ['w_5fnumvofs_8681',['w_numvofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39',1,'amrex_ebcellflag_module::w_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a0a1397794bc5591a597619e3632ad878',1,'amrex::EBCellFlag::w_numvofs()']]], + ['w_5ftype_8682',['w_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a68904d39b391c9345ebbb57ca42df263',1,'amrex::EBCellFlag::w_type()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084',1,'amrex_ebcellflag_module::w_type()']]], + ['wait_8683',['Wait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a307e6fc3b7df510cca76aff2fda29435',1,'amrex::ParallelDescriptor::Wait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a98b17038c0286de4668a2bed1102d3b6',1,'amrex::AsyncOut::Wait()']]], + ['wait_8684',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ad18fe9acd4ed08655aa7aa4af86e0739',1,'amrex::Scan::detail::BlockStatus< T, false >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a5af349e5e3e927e2960c462281eec3be',1,'amrex::Scan::detail::BlockStatus< T, true >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a94e427eb0ffccce4adcf6a7bc0954c91',1,'amrex::ParallelDescriptor::Message::wait()']]], + ['waitall_8685',['Waitall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a63d04588d41cd108e9255c231e2562d9',1,'amrex::ParallelDescriptor']]], + ['waitany_8686',['Waitany',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a201290543de69eac17ee181475285844',1,'amrex::ParallelDescriptor']]], + ['waitsome_8687',['Waitsome',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3a66ca3d4d64098f62c7aa9c92dcffbb',1,'amrex::ParallelDescriptor']]], + ['warning_8688',['Warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab',1,'amrex::Warning(const char *msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd',1,'amrex::Warning(const std::string &msg)']]], + ['warning_5fhost_8689',['Warning_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9',1,'amrex']]], + ['warp_5fsize_8690',['warp_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a845f8e6eb448999a6e71574eeee55926',1,'amrex::Gpu::Device']]], + ['warpreduce_8691',['warpReduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html',1,'amrex::Gpu']]], + ['weight_8692',['weight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a8e02e1702d53c5b8a60b341aceadb929',1,'amrex::WeightedBoxList::weight()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#ac8ca6a64321140bc39bd7458da778941',1,'amrex::WeightedBox::weight()']]], + ['weightedbox_8693',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html',1,'amrex::WeightedBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a881623a58303364995413ce41b090c0d',1,'amrex::WeightedBox::WeightedBox()']]], + ['weightedboxlist_8694',['WeightedBoxList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html',1,'amrex']]], + ['weightedsync_8695',['WeightedSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad80a338735a5addaa47a0726cb24c8c5',1,'amrex::MultiFab']]], + ['weights_8696',['weights',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad310f842476426c90a428403ea4a47a0',1,'amrex::ParticleInterpolator::Linear::weights()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7c90861b5b36a3cc7ffc95ca3484915e',1,'amrex::ParticleInterpolator::Nearest::weights()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#abd571d996d1adea0300fb76372fce6bf',1,'amrex::RKIntegrator::weights()']]], + ['weno_5fjs_8697',['weno_js',['../structPPM_1_1weno__js.html',1,'PPM']]], + ['weno_5fjs_8698',['WENO_JS',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a742b9872942c5c229f854566a53c9d40',1,'PPM']]], + ['wenoz_8699',['wenoz',['../structPPM_1_1wenoz.html',1,'PPM']]], + ['wenoz_8700',['WENOZ',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a3825f2b15f80d49790117e959cbcc48e',1,'PPM']]], + ['where_8701',['Where',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'amrex::ParticleContainer_impl::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'amrex::ParticleContainer_impl::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where()']]], + ['whereprepost_8702',['wherePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'amrex::ParticleContainer_impl::wherePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::wherePrePost()']]], + ['which_5flevel_5fbeing_5fadvanced_8703',['which_level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a71368e4ccbd5ee723f8675ee9ba4abf5',1,'amrex::Amr']]], + ['which_5ftime_8704',['which_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a58f60bcd444acf5b3acfe94db3981969',1,'amrex::AmrLevel']]], + ['whichdir_8705',['whichDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a14f4438e8f2c186df9c2d1e8c9d46198',1,'amrex::XYPlotDataList']]], + ['whichprepost_8706',['whichPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'amrex::ParticleContainer_impl::whichPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::whichPrePost()']]], + ['whichregions_8707',['WhichRegions',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a727443269bcefa8b233a831ed76a0d02',1,'BLProfStats']]], + ['whichsetposition_8708',['WhichSetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af7dd1b0a5336926700c382a1af0ab5de',1,'amrex::NFilesIter']]], + ['white_8709',['White',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf',1,'amrex::FGColor::White()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a14b91fdfbbf6f0d385b6348887870d18',1,'amrex::BGColor::White()']]], + ['woffset_8710',['WOFFSET',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af95fc61c883af4bd3ab8d3bb72334cf0',1,'amrex::Amrvis']]], + ['workesttype_8711',['WorkEstType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1c91cb169c86fd95b76b5742687ad949',1,'amrex::AmrLevel']]], + ['wrap_5fdata_8712',['wrap_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a70d9723d0841fa5cffb111f370edc0e4',1,'amrex::SundialsIntegrator::wrap_data(amrex::MultiFab &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ac00653640d3ff263ede973737d5a76a0',1,'amrex::SundialsIntegrator::wrap_data(amrex::Vector< amrex::MultiFab > &S_data)']]], + ['write_8713',['Write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a313ca057593008291c4d10bd65151ebd',1,'amrex']]], + ['write_8714',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0c8efd8e75a881af49dbfc1e6bdc5184',1,'amrex::FluxRegister::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa6ffee464cd67617c540f751360e05c2',1,'amrex::FabSetT::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#afd41640c47c96b51a2a82f9a5e357eb2',1,'amrex::FABio_binary::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a72ee5d51bb3a9b5d75dfbea6feb4b977',1,'amrex::FABio_ascii::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9f3613de6718fe144a97c33ad2c754bc',1,'amrex::FABio_8bit::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a9ecb5c9d864f0eb7cb8c54ba08a148c9',1,'amrex::FABio::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a18c2a8b193ac63488ae4d1ef4acad7b8',1,'amrex::BndryRegisterT::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#ad4db32bf4e7c8012e79dd154c779609c',1,'amrex::Scan::detail::BlockStatus< T, true >::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a2192c0c39126608c6d0d3803dd9e0544',1,'amrex::Scan::detail::BlockStatus< T, false >::write()']]], + ['write_8715',['Write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4918ae26fa1215758fd8aa7387c02b13',1,'amrex::VisMF::Write(const FArrayBox &fab, const std::string &filename, std::ostream &os, Long &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e5f6020891d546ab4ce2c0c6a012932',1,'amrex::VisMF::Write(const FabArray< FArrayBox > &mf, const std::string &name, VisMF::How how=NFiles, bool set_ghost=false)']]], + ['write2dboxfrom3d_8716',['Write2DBoxFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61',1,'amrex']]], + ['write2dfab_8717',['Write2DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2acbc851871868eb313f35d3512e986',1,'amrex']]], + ['write2dtext_8718',['Write2DText',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a',1,'amrex']]], + ['write3dfab_8719',['Write3DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f',1,'amrex']]], + ['write_5fheader_8720',['write_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#af1cf8858b1a0e49ea7f62461d42f453e',1,'amrex::FABio::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7eea80650ac31cd5d2264641e2fe6886',1,'amrex::FABio_8bit::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#aeddba7789a111c378b6e3030a025b2da',1,'amrex::FABio_ascii::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ad0a86d6929c2694a6303184dba73f2c2',1,'amrex::FABio_binary::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#a115a9680959d37058cda61ae123f475e',1,'amrex::IFABio::write_header()']]], + ['write_5fplotfile_5fwith_5fcheckpoint_8721',['write_plotfile_with_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acb645a1952db1d77152149cba281a244',1,'amrex::Amr']]], + ['write_5fto_5fchkpt_5ffile_8722',['write_to_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7c96f2171467f960c184e3f093f9e3b1',1,'amrex::EB2::Level::write_to_chkpt_file()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a59a0dad41168327c4720c9afb6b8fb3c',1,'amrex::EB2::ChkptFile::write_to_chkpt_file()']]], + ['write_5fto_5fstderr_5fwithout_5fbuffering_8723',['write_to_stderr_without_buffering',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e',1,'amrex']]], + ['writeasciifile_8724',['WriteAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'amrex::ParticleContainer_impl::WriteAsciiFile()']]], + ['writebinaryparticledata_8725',['WriteBinaryParticleData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f, bool is_checkpoint=false) const']]], + ['writeblueprintfiles_8726',['WriteBlueprintFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c',1,'amrex']]], + ['writebuffersize_8727',['writeBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1e67eb076409779a54695afdf2c0a966',1,'amrex::RealDescriptor']]], + ['writecommstats_8728',['WriteCommStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a586676adde2a557d8eab1e64948b3bb2',1,'amrex::BLProfiler']]], + ['writedata_8729',['writeData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1',1,'amrex::writeData(double const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14',1,'amrex::writeData(int const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e',1,'amrex::writeData(Long const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31',1,'amrex::writeData(float const *data, std::size_t size, std::ostream &os)']]], + ['writedoubledata_8730',['writeDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25',1,'amrex']]], + ['writeebsurface_8731',['WriteEBSurface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39109bb21761f9999a91aba81f033cac',1,'amrex']]], + ['writeebvtp_8732',['WriteEBVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a9795643b31358ac5f35c30f291d15adf',1,'amrex::EBToPVD']]], + ['writeedisontopomf_8733',['WriteEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a829919a6ccc9bb521cdf384ae48625f1',1,'CommProfStats']]], + ['writefab_8734',['WriteFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#afcdd4404f2ca3f010183af77bd3ddf41',1,'amrex::DataServices::WriteFab(const std::string &fabfilename, const Box &region, int lev, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad906ced33b23b08c9ddb1fe7767c02dc',1,'amrex::DataServices::WriteFab(const std::string &fabfilename, const Box &region, int lev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5',1,'amrex::WriteFab()']]], + ['writefaballvars_8735',['WriteFabAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a87e92c8c805e8484191634bfc23b88ce',1,'amrex::DataServices']]], + ['writefabonevar_8736',['WriteFabOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a5ed9a76a3deab290b490fadcacc4a1f8',1,'amrex::DataServices']]], + ['writefabs_8737',['writeFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5',1,'amrex::writeFabs(const MultiFab &mf, const std::string &name)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934',1,'amrex::writeFabs(const MultiFab &mf, int comp, int ncomp, const std::string &name)']]], + ['writefloatdata_8738',['writeFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4',1,'amrex']]], + ['writegenericplotfileheader_8739',['WriteGenericPlotfileHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c',1,'amrex']]], + ['writegenericplotfileheaderhdf5_8740',['WriteGenericPlotfileHeaderHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5531ab9e11a41c67335566828817058',1,'amrex']]], + ['writeheader_8741',['writeHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a8f5e5253d66ca9845131bf51279dbbe6',1,'amrex::EB2::ChkptFile']]], + ['writeheader_8742',['WriteHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3b5f7e2dff066bdd41c8e51b84886467',1,'amrex::VisMF']]], + ['writeheaderdoit_8743',['WriteHeaderDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51536847554046eeae6c178301449e94',1,'amrex::VisMF']]], + ['writehtml_8744',['WriteHTML',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0fca3e030775e84a7aead8f2c0930e35',1,'RegionsProfStats']]], + ['writehtmlnc_8745',['WriteHTMLNC',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a279acba4a2814e23bc08c80031c73401',1,'RegionsProfStats']]], + ['writeinfo_8746',['WriteInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html',1,'amrex::AsyncOut']]], + ['writeintdata_8747',['writeIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5',1,'amrex::writeIntData(const From *data, std::size_t size, std::ostream &os, const amrex::IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef',1,'amrex::writeIntData(const int *data, std::size_t size, std::ostream &os, const IntDescriptor &id=FPC::NativeIntDescriptor())']]], + ['writelongdata_8748',['writeLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc',1,'amrex']]], + ['writemlmf_8749',['WriteMLMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320',1,'amrex']]], + ['writemultilevelplotfile_8750',['WriteMultiLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20',1,'amrex']]], + ['writemultilevelplotfilehdf5_8751',['WriteMultiLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e',1,'amrex']]], + ['writemultilevelplotfilehdf5multidset_8752',['WriteMultiLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5',1,'amrex']]], + ['writemultilevelplotfilehdf5singledset_8753',['WriteMultiLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911',1,'amrex']]], + ['writemultilevelplotfileheaders_8754',['WriteMultiLevelPlotfileHeaders',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace783f22796d80958dc5a14440a432fb',1,'amrex']]], + ['writeon_8755',['writeOn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a04ca3dcf52f6b544da13209deb8ca5bc',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a924617bc66416c85d920ec7dcbdae3a4',1,'amrex::Mask::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a5b92904d49c1491c854cef12c034fd43',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4e2f034c17bb24bb7a98e164c213f03b',1,'amrex::DistributionMapping::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20e70e6b9fe276e04f66520bb2f56931',1,'amrex::BoxArray::writeOn()']]], + ['writeonlyheader_8756',['WriteOnlyHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8807abfd4ec1e3790a765096f2d6b724',1,'amrex::VisMF']]], + ['writeparticlerealdata_8757',['WriteParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'amrex::ParticleContainer_impl::WriteParticleRealData()']]], + ['writeparticles_8758',['WriteParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'amrex::ParticleContainer_impl::WriteParticles()']]], + ['writeplotfile_8759',['WritePlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60440de48a953eec9553933d683ef9e',1,'amrex']]], + ['writeplotfile_8760',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, const Vector< Box > &probDomain, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)']]], + ['writeplotfile_8761',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773',1,'amrex::writePlotFile(const std::string &dir, std::ostream &os, int level, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b',1,'amrex::writePlotFile(const char *name, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33613c6a739f7a1c323a4430d889735',1,'amrex::writePlotFile(const char *name, const amrex::MultiFab &mf, const amrex::Geometry &geom, const amrex::IntVect &refRatio, amrex::Real bgVal, const amrex::Vector< std::string > &names)']]], + ['writeplotfile_8762',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const']]], + ['writeplotfile_8763',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1913d5ba8be07f02e9ae1f1b2c667a18',1,'amrex::Amr::writePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aac3f74f8caafcc7b7cf0d3b33480e5d7',1,'amrex::AmrLevel::writePlotFile()']]], + ['writeplotfile_8764',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const']]], + ['writeplotfile2dfrom3d_8765',['WritePlotfile2DFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e',1,'amrex']]], + ['writeplotfiledoit_8766',['writePlotFileDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1ed3ee4ce3c8cc59e0b64767105cd936',1,'amrex::Amr']]], + ['writeplotfilepost_8767',['writePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3e2abd422506f2fb1ee6f55a47433f42',1,'amrex::AmrLevel']]], + ['writeplotfilepost_8768',['WritePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'amrex::ParticleContainer_impl::WritePlotFilePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePost()']]], + ['writeplotfilepre_8769',['writePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a186555902c913a437e6676f5cec90ae8',1,'amrex::AmrLevel']]], + ['writeplotfilepre_8770',['WritePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'amrex::ParticleContainer_impl::WritePlotFilePre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePre()']]], + ['writeplotnow_8771',['writePlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1de622e094b4e64e2491a82a3acefc1d',1,'amrex::AmrLevel::writePlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac56504a819c5f48033a0c10f94dc64ce',1,'amrex::Amr::writePlotNow()']]], + ['writepvtp_8772',['WritePVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aa55d2d01fac1d3f0d6d489ec74f0698a',1,'amrex::EBToPVD']]], + ['writerealdata_8773',['writeRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600',1,'amrex']]], + ['writesinglelevelplotfile_8774',['WriteSingleLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a',1,'amrex']]], + ['writesinglelevelplotfilehdf5_8775',['WriteSingleLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4091ae0cef4a267c78724116432a941',1,'amrex']]], + ['writesinglelevelplotfilehdf5multidset_8776',['WriteSingleLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd149d5130892485ad747e8152093df9',1,'amrex']]], + ['writesinglelevelplotfilehdf5singledset_8777',['WriteSingleLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3fc410d182f902647727772313eb291',1,'amrex']]], + ['writesmallplotfile_8778',['writeSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a01705c5091524e41df7d4d5b4fc27de8',1,'amrex::Amr::writeSmallPlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a82a5b2421ec382b24be0a33a27d82f59',1,'amrex::AmrLevel::writeSmallPlotFile()']]], + ['writesmallplotnow_8779',['writeSmallPlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a79963ad1530c1e895fed27bfd77f2131',1,'amrex::Amr::writeSmallPlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2972b42fa723220283b8275fcd7a8be8',1,'amrex::AmrLevel::writeSmallPlotNow()']]], + ['writestats_8780',['WriteStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae9c6593367e7cd7ad938ad27bfa3cfd7',1,'amrex::BLProfiler']]], + ['writesummary_8781',['WriteSummary',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a122f7a15129ff8ed33a877f5115d083f',1,'BLProfStats::WriteSummary()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad8e5ab01ec36f0207ed5e6efaee602c8',1,'RegionsProfStats::WriteSummary()']]], + ['writetag_8782',['writeTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85f34f8f85d278c2a003b7861afc62c0',1,'amrex::NFilesIter']]], + ['writetexttrace_8783',['WriteTextTrace',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ada5474a33c2271c7ad139ccff508399a',1,'RegionsProfStats']]], + ['writetofile_8784',['writeToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a41692da26c7e025be0e39c8a149a8739',1,'amrex::EB2::ChkptFile']]], + ['writetopofab_8785',['WriteTopoFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab1e0fdef8849f319d13a3a68234dc68b',1,'CommProfStats']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_18.js b/amrex-hydro/Doxygen/html/search/all_18.js index 8575ae5..574fdd3 100644 --- a/amrex-hydro/Doxygen/html/search/all_18.js +++ b/amrex-hydro/Doxygen/html/search/all_18.js @@ -1,42 +1,42 @@ var searchData= [ - ['x_8742',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#adee4e26d0112560a0d334844d548a91f',1,'amrex::HypreIJIface::x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6',1,'amrex::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a090510e5e79fd6c75d96c906cd9250e1',1,'amrex::Dim3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a5e14d7ce5233de0925fb504796d4e71e',1,'amrex::HypreABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3125234ef1a34b4160b04d5fc5329ac0',1,'amrex::HypreABecLap2::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#accd2cc8cf99841dfb7a1707ddfe3ca8e',1,'amrex::HypreABecLap3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af32f270916e5ac3077cad9d15792033e',1,'amrex::HypreNodeLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#ae6db912d553d631bb09b61be167b59e9',1,'amrex::openbc::Moments::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#aec5bde519720bd162ca02815d84c4b7b',1,'amrex::algoim::QuadratureRule::Node::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a82c372d8519e17a10995968b370106dc',1,'amrex::PETScABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#a7355367151105a356ebfa4ecb841a86c',1,'amrex::XDim3::x()']]], - ['xdim3_8743',['XDim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html',1,'amrex']]], - ['xdir_8744',['XDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa48460f2fc5e49659b1494852de45964',1,'amrex::Amrvis']]], - ['xdoty_8745',['xdoty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7c044db51cc603481135fb0d75e43e90',1,'amrex::MLCellLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aafe03e36ef3a7d8c99466b3762358794',1,'amrex::MLCurlCurl::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'amrex::MLLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'MLLinOpT< Array< MultiFab, 3 > >::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a949d0c22ae1cd96ffa1961b06edee5d9',1,'amrex::MLNodeLinOp::xdoty()']]], - ['xhi_8746',['xhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a9f188bc06079f1c188304a32ad6110a1',1,'amrex::Orientation::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4ec98986e1fa0de50c771df845b2021a',1,'amrex::Array3D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'amrex::Array2D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af7c8319947a6017a36027bc15c3ad065',1,'amrex::RealBox::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xhi()']]], - ['xhi_5fdir_8747',['xhi_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a64d2e08ddf33f4e1ea55ca8bbb41bf03',1,'amrex_mllinop_nd_module']]], - ['xhi_5fis_5fsymmetric_8748',['xhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a2925774e5f4d5316c1b516f1c7a88033',1,'amrex::CurlCurlSymmetryInfo']]], - ['xint_8749',['xint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa84aea4f19fd97919030c7bc2b2bce52',1,'amrex::algoim::ImplicitIntegral']]], - ['xlen_8750',['xlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'amrex::Array2D::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4591024556e60d0af381be737fdd32c2',1,'amrex::Array3D::xlen()']]], - ['xlo_8751',['xlo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a8357bdd8096531117cdcb334a5bab9b0',1,'amrex::Orientation::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#afb7b8e1395bf02084ad9013d41ac4148',1,'amrex::Array3D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'amrex::Array2D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ae4725fce5cb9ab4e306e9cb7a9c37f3c',1,'amrex::RealBox::xlo()']]], - ['xlo_5fdir_8752',['xlo_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#aa8093488a6a576b9204a41a2c3b14612',1,'amrex_mllinop_nd_module']]], - ['xlo_5fis_5fsymmetric_8753',['xlo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b09fbb6b677ae735a81688cbf575615',1,'amrex::CurlCurlSymmetryInfo']]], - ['xpay_8754',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20',1,'amrex::Xpay(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e',1,'amrex::Xpay(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa06c264011c21bb5a97070ae7cf250d3',1,'amrex::MultiFab::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< TagBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< IArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< FArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::Mask >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::EBCellFlagFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::CutFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Xpay()']]], - ['xpay_8755',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< AtomicInt >']]], - ['xpay_8756',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< PetscInt > >']]], - ['xpay_8757',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'amrex::BaseFab::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< char >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< EBCellFlag >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< HYPRE_Int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< PetscInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< Real >::xpay()']]], - ['xpay_8758',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'amrex::FabArray::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< AtomicInt > >::Xpay()']]], - ['xplane_8759',['XPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#add3703a58d6eb9d9c897e80f0bb3f8db',1,'amrex::Amrvis']]], - ['xrange_8760',['xrange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e3b87a075c020bc4e0347b49b41a638',1,'amrex::algoim::ImplicitIntegral']]], - ['xval_8761',['XVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#aaffb528097b4e4d99500193127ea15af',1,'amrex::XYPlotDataList']]], - ['xvel_8762',['XVEL',['../group__Utilities.html#gabd88b7e5e752e92713211c3184d3a5ae',1,'hydro_constants.H']]], - ['xy_8763',['XY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa01b8e847a081049f09f214fb191f372',1,'amrex::Amrvis']]], - ['xydpllength_8764',['XYDPLLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aeca338f52ea471822af412f4169ad387',1,'amrex::XYPlotDataListLink']]], - ['xypdlderived_8765',['xypdlDerived',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a88ab515d361ad0b1fdd14ec20b572969',1,'amrex::XYPlotDataList']]], - ['xypdlhiy_8766',['XYPDLHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a15e3b3a73f8d854567563cb9c40ca865',1,'amrex::XYPlotDataList']]], - ['xypdlhiy_8767',['xypdlHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af10b7a355491a38086bd370b05013f20',1,'amrex::XYPlotDataList']]], - ['xypdlldata_8768',['xypdllData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a13d8f8d382df6f1caae0eb061304b7be',1,'amrex::XYPlotDataListLink']]], - ['xypdlldata_8769',['XYPDLLData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a7c975c3cbae9c4c9b96448eda0810cc9',1,'amrex::XYPlotDataListLink']]], - ['xypdlllength_8770',['xypdllLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aedc6b302ba8a41a7b0860a54f93eac00',1,'amrex::XYPlotDataListLink']]], - ['xypdlloy_8771',['XYPDLLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af06942462c7cfc82dd8f51151a60a1c0',1,'amrex::XYPlotDataList']]], - ['xypdlloy_8772',['xypdlLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a901a80f5953cc152073c60286cb6c860',1,'amrex::XYPlotDataList']]], - ['xypdlratios_8773',['xypdlRatios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ade612c26e3b60e7521e1bc7655d82964',1,'amrex::XYPlotDataList']]], - ['xypdlxval_8774',['xypdlXVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab19f254be90dcd366f2e12953d492cd4',1,'amrex::XYPlotDataList']]], - ['xypdlyval_8775',['xypdlYVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af3f276d50d12ae1ede8c1483a14c8c07',1,'amrex::XYPlotDataList']]], - ['xyplane_8776',['XYPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#ad1b86e35dd69c62c7458b98276f001ae',1,'amrex::Amrvis']]], - ['xyplotdatalist_8777',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html',1,'amrex::XYPlotDataList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a58dbc137c88f33a60c950b1a399e7ec2',1,'amrex::XYPlotDataList::XYPlotDataList(XYPlotDataList *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3dddf82e4f6eea682ca4bfdab2aebd21',1,'amrex::XYPlotDataList::XYPlotDataList(const std::string &derived, int minlevel, int maxlevel, int gridlinein, const amrex::Vector< int > &ratiolist, const amrex::Vector< Real > &dx, const amrex::Vector< char * > &intersectpoint, Real startx=0.0)']]], - ['xyplotdatalistlink_8778',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html',1,'amrex::XYPlotDataListLink'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#adcd3ff299e5e5dae315e50299729ff46',1,'amrex::XYPlotDataListLink::XYPlotDataListLink()']]], - ['xz_8779',['XZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a53ecf753e57075db2ce21ddbb7b70d64',1,'amrex::Amrvis']]], - ['xzplane_8780',['XZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a7164dae8bec54366e19c0b66c23ccbd6',1,'amrex::Amrvis']]] + ['x_8786',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#adee4e26d0112560a0d334844d548a91f',1,'amrex::HypreIJIface::x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6',1,'amrex::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a090510e5e79fd6c75d96c906cd9250e1',1,'amrex::Dim3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a5e14d7ce5233de0925fb504796d4e71e',1,'amrex::HypreABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3125234ef1a34b4160b04d5fc5329ac0',1,'amrex::HypreABecLap2::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#accd2cc8cf99841dfb7a1707ddfe3ca8e',1,'amrex::HypreABecLap3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af32f270916e5ac3077cad9d15792033e',1,'amrex::HypreNodeLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#ae6db912d553d631bb09b61be167b59e9',1,'amrex::openbc::Moments::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#aec5bde519720bd162ca02815d84c4b7b',1,'amrex::algoim::QuadratureRule::Node::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a82c372d8519e17a10995968b370106dc',1,'amrex::PETScABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#a7355367151105a356ebfa4ecb841a86c',1,'amrex::XDim3::x()']]], + ['xdim3_8787',['XDim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html',1,'amrex']]], + ['xdir_8788',['XDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa48460f2fc5e49659b1494852de45964',1,'amrex::Amrvis']]], + ['xdoty_8789',['xdoty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7c044db51cc603481135fb0d75e43e90',1,'amrex::MLCellLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aafe03e36ef3a7d8c99466b3762358794',1,'amrex::MLCurlCurl::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'amrex::MLLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'MLLinOpT< Array< MultiFab, 3 > >::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a949d0c22ae1cd96ffa1961b06edee5d9',1,'amrex::MLNodeLinOp::xdoty()']]], + ['xhi_8790',['xhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a9f188bc06079f1c188304a32ad6110a1',1,'amrex::Orientation::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4ec98986e1fa0de50c771df845b2021a',1,'amrex::Array3D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'amrex::Array2D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af7c8319947a6017a36027bc15c3ad065',1,'amrex::RealBox::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xhi()']]], + ['xhi_5fdir_8791',['xhi_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a64d2e08ddf33f4e1ea55ca8bbb41bf03',1,'amrex_mllinop_nd_module']]], + ['xhi_5fis_5fsymmetric_8792',['xhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a2925774e5f4d5316c1b516f1c7a88033',1,'amrex::CurlCurlSymmetryInfo']]], + ['xint_8793',['xint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa84aea4f19fd97919030c7bc2b2bce52',1,'amrex::algoim::ImplicitIntegral']]], + ['xlen_8794',['xlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'amrex::Array2D::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4591024556e60d0af381be737fdd32c2',1,'amrex::Array3D::xlen()']]], + ['xlo_8795',['xlo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a8357bdd8096531117cdcb334a5bab9b0',1,'amrex::Orientation::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#afb7b8e1395bf02084ad9013d41ac4148',1,'amrex::Array3D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'amrex::Array2D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ae4725fce5cb9ab4e306e9cb7a9c37f3c',1,'amrex::RealBox::xlo()']]], + ['xlo_5fdir_8796',['xlo_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#aa8093488a6a576b9204a41a2c3b14612',1,'amrex_mllinop_nd_module']]], + ['xlo_5fis_5fsymmetric_8797',['xlo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b09fbb6b677ae735a81688cbf575615',1,'amrex::CurlCurlSymmetryInfo']]], + ['xpay_8798',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20',1,'amrex::Xpay(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e',1,'amrex::Xpay(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa06c264011c21bb5a97070ae7cf250d3',1,'amrex::MultiFab::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< TagBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< IArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< FArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::Mask >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::EBCellFlagFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::CutFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Xpay()']]], + ['xpay_8799',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< AtomicInt >']]], + ['xpay_8800',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< PetscInt > >']]], + ['xpay_8801',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'amrex::BaseFab::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< char >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< EBCellFlag >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< HYPRE_Int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< PetscInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< Real >::xpay()']]], + ['xpay_8802',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'amrex::FabArray::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< AtomicInt > >::Xpay()']]], + ['xplane_8803',['XPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#add3703a58d6eb9d9c897e80f0bb3f8db',1,'amrex::Amrvis']]], + ['xrange_8804',['xrange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e3b87a075c020bc4e0347b49b41a638',1,'amrex::algoim::ImplicitIntegral']]], + ['xval_8805',['XVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#aaffb528097b4e4d99500193127ea15af',1,'amrex::XYPlotDataList']]], + ['xvel_8806',['XVEL',['../group__Utilities.html#gabd88b7e5e752e92713211c3184d3a5ae',1,'hydro_constants.H']]], + ['xy_8807',['XY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa01b8e847a081049f09f214fb191f372',1,'amrex::Amrvis']]], + ['xydpllength_8808',['XYDPLLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aeca338f52ea471822af412f4169ad387',1,'amrex::XYPlotDataListLink']]], + ['xypdlderived_8809',['xypdlDerived',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a88ab515d361ad0b1fdd14ec20b572969',1,'amrex::XYPlotDataList']]], + ['xypdlhiy_8810',['xypdlHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af10b7a355491a38086bd370b05013f20',1,'amrex::XYPlotDataList']]], + ['xypdlhiy_8811',['XYPDLHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a15e3b3a73f8d854567563cb9c40ca865',1,'amrex::XYPlotDataList']]], + ['xypdlldata_8812',['xypdllData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a13d8f8d382df6f1caae0eb061304b7be',1,'amrex::XYPlotDataListLink']]], + ['xypdlldata_8813',['XYPDLLData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a7c975c3cbae9c4c9b96448eda0810cc9',1,'amrex::XYPlotDataListLink']]], + ['xypdlllength_8814',['xypdllLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aedc6b302ba8a41a7b0860a54f93eac00',1,'amrex::XYPlotDataListLink']]], + ['xypdlloy_8815',['XYPDLLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af06942462c7cfc82dd8f51151a60a1c0',1,'amrex::XYPlotDataList']]], + ['xypdlloy_8816',['xypdlLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a901a80f5953cc152073c60286cb6c860',1,'amrex::XYPlotDataList']]], + ['xypdlratios_8817',['xypdlRatios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ade612c26e3b60e7521e1bc7655d82964',1,'amrex::XYPlotDataList']]], + ['xypdlxval_8818',['xypdlXVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab19f254be90dcd366f2e12953d492cd4',1,'amrex::XYPlotDataList']]], + ['xypdlyval_8819',['xypdlYVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af3f276d50d12ae1ede8c1483a14c8c07',1,'amrex::XYPlotDataList']]], + ['xyplane_8820',['XYPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#ad1b86e35dd69c62c7458b98276f001ae',1,'amrex::Amrvis']]], + ['xyplotdatalist_8821',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html',1,'amrex::XYPlotDataList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a58dbc137c88f33a60c950b1a399e7ec2',1,'amrex::XYPlotDataList::XYPlotDataList(XYPlotDataList *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3dddf82e4f6eea682ca4bfdab2aebd21',1,'amrex::XYPlotDataList::XYPlotDataList(const std::string &derived, int minlevel, int maxlevel, int gridlinein, const amrex::Vector< int > &ratiolist, const amrex::Vector< Real > &dx, const amrex::Vector< char * > &intersectpoint, Real startx=0.0)']]], + ['xyplotdatalistlink_8822',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html',1,'amrex::XYPlotDataListLink'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#adcd3ff299e5e5dae315e50299729ff46',1,'amrex::XYPlotDataListLink::XYPlotDataListLink()']]], + ['xz_8823',['XZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a53ecf753e57075db2ce21ddbb7b70d64',1,'amrex::Amrvis']]], + ['xzplane_8824',['XZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a7164dae8bec54366e19c0b66c23ccbd6',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_19.js b/amrex-hydro/Doxygen/html/search/all_19.js index 4f70a76..939304f 100644 --- a/amrex-hydro/Doxygen/html/search/all_19.js +++ b/amrex-hydro/Doxygen/html/search/all_19.js @@ -1,40 +1,40 @@ var searchData= [ - ['y_8781',['y',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a5b607ff8424cba649fe2c3c19f34714b',1,'amrex::Dim3::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#adb6657fa49f022a5f02ab1a51fafeac0',1,'amrex::openbc::Moments::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#ac09c0b155c27d48d0efcf8d70277894a',1,'amrex::algoim::QuadratureRule::Node::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#af3bfd0ccbd1587f808089bee50e4a203',1,'amrex::XDim3::y()']]], - ['yafluxreg_5fcrseadd_8782',['yafluxreg_crseadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, T dtdx, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a022123f91218b914a5c94f972669cb57',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, T dtdx, T dtdy, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, Array4< T const > const &fz, T dtdx, T dtdy, T dtdz, int nc) noexcept']]], - ['yafluxreg_5ffineadd_8783',['yafluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9',1,'amrex']]], - ['yafluxregister_8784',['YAFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17',1,'amrex']]], - ['yafluxregistert_8785',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html',1,'amrex::YAFluxRegisterT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad17e1ac181b131cfdc655b4abfe03a98',1,'amrex::YAFluxRegisterT::YAFluxRegisterT(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5368c976e1f4845f16096aa9a9945c02',1,'amrex::YAFluxRegisterT::YAFluxRegisterT()=default']]], - ['ydir_8786',['YDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a3e880279ad4fb97535a0415f652dfc9d',1,'amrex::Amrvis']]], - ['yellow_8787',['Yellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e',1,'amrex::FGColor::Yellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a946b44d2b8a57793025b006f14222e56',1,'amrex::BGColor::Yellow()']]], - ['yhi_8788',['yhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'amrex::Array2D::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a60ebce7e24f582476b0759479c38cec8',1,'amrex::Orientation::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a1cc1a081cc2f368f2f262e27ab2ce0c6',1,'amrex::Array3D::yhi()']]], - ['yhi_5fis_5fsymmetric_8789',['yhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa839fe8eaa6e221fbf631ed568e93121',1,'amrex::CurlCurlSymmetryInfo']]], - ['ylen_8790',['ylen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a6f12cca48b5285eae3cf7ffba7b0e552',1,'amrex::Array3D::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'amrex::Array2D::ylen() noexcept']]], - ['ylo_8791',['ylo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'amrex::Array2D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ace0391dec6f0b2c90c125db136ad86b0',1,'amrex::Array3D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a834da152cd3da5a15d0b486a2765778f',1,'amrex::Orientation::ylo()']]], - ['ylo_5fis_5fsymmetric_8792',['ylo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b16f637212fe38f525676d1d26bf9cd',1,'amrex::CurlCurlSymmetryInfo']]], - ['yplane_8793',['YPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a731717eed90ce2d39970e786e2486b1c',1,'amrex::Amrvis']]], - ['yval_8794',['YVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a8f0d43baff2b628b18a538011a6dac4f',1,'amrex::XYPlotDataList']]], - ['yvel_8795',['YVEL',['../group__Utilities.html#ga17d5f6d34047cd913543b43d73f2ce9a',1,'hydro_constants.H']]], - ['yy_5fat_5fbol_8796',['yy_at_bol',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a9d60c60af6e1a6f69de16871fd64f85f',1,'yy_buffer_state']]], - ['yy_5fbs_5fcolumn_8797',['yy_bs_column',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a10c4fcd8be759e6bf11e6d3e8cdb0307',1,'yy_buffer_state']]], - ['yy_5fbs_5flineno_8798',['yy_bs_lineno',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a818e94bc9c766e683c60df1e9fd01199',1,'yy_buffer_state']]], - ['yy_5fbuf_5fpos_8799',['yy_buf_pos',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a8435c3f786bbb55d21d0174e4cfc22a0',1,'yy_buffer_state']]], - ['yy_5fbuf_5fsize_8800',['yy_buf_size',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a451d39697f006f3922c1f43cf79286b4',1,'yy_buffer_state']]], - ['yy_5fbuffer_5fstate_8801',['yy_buffer_state',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html',1,'']]], - ['yy_5fbuffer_5fstatus_8802',['yy_buffer_status',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a70fd925d37a2f0454fbd0def675d106c',1,'yy_buffer_state']]], - ['yy_5fch_5fbuf_8803',['yy_ch_buf',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a0d25458e69eb22207fc633a1255d099d',1,'yy_buffer_state']]], - ['yy_5ffill_5fbuffer_8804',['yy_fill_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a63d2afbb1d79a3fc63df9e12626f827d',1,'yy_buffer_state']]], - ['yy_5finput_5ffile_8805',['yy_input_file',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a4360acfb226a1fc240ab2be17dd6beda',1,'yy_buffer_state']]], - ['yy_5fis_5finteractive_8806',['yy_is_interactive',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#abf5c70eea75581b58c0ee7bd31b14490',1,'yy_buffer_state']]], - ['yy_5fis_5four_5fbuffer_8807',['yy_is_our_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a80ce2431c70dc4f89ced487f18449465',1,'yy_buffer_state']]], - ['yy_5fn_5fchars_8808',['yy_n_chars',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a06406208824817acfec2183b79080945',1,'yy_buffer_state']]], - ['yy_5fnxt_8809',['yy_nxt',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#ae0715250c2bef261e596e77e0030f13e',1,'yy_trans_info']]], - ['yy_5ftrans_5finfo_8810',['yy_trans_info',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html',1,'']]], - ['yy_5fverify_8811',['yy_verify',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#a5c9f61e770deef50bd4e697310342fe9',1,'yy_trans_info']]], - ['yyalloc_8812',['yyalloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html',1,'']]], - ['yyparse_8813',['yyparse',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'BLProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'RegionsProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'CommProfStats::yyparse()']]], - ['yyss_5falloc_8814',['yyss_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#abff9f2574620ec19335937522ea27580',1,'yyalloc']]], - ['yyvs_5falloc_8815',['yyvs_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#a9326f4fdc6f737a929444427836d8928',1,'yyalloc']]], - ['yz_8816',['YZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adb827b646ad912c5cc378614fb69d5a9',1,'amrex::Amrvis']]], - ['yzplane_8817',['YZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a6e9bd3958932d9e9fb25aa2f0fc16f4e',1,'amrex::Amrvis']]] + ['y_8825',['y',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a5b607ff8424cba649fe2c3c19f34714b',1,'amrex::Dim3::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#adb6657fa49f022a5f02ab1a51fafeac0',1,'amrex::openbc::Moments::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#ac09c0b155c27d48d0efcf8d70277894a',1,'amrex::algoim::QuadratureRule::Node::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#af3bfd0ccbd1587f808089bee50e4a203',1,'amrex::XDim3::y()']]], + ['yafluxreg_5fcrseadd_8826',['yafluxreg_crseadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, T dtdx, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a022123f91218b914a5c94f972669cb57',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, T dtdx, T dtdy, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, Array4< T const > const &fz, T dtdx, T dtdy, T dtdz, int nc) noexcept']]], + ['yafluxreg_5ffineadd_8827',['yafluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9',1,'amrex']]], + ['yafluxregister_8828',['YAFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17',1,'amrex']]], + ['yafluxregistert_8829',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html',1,'amrex::YAFluxRegisterT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad17e1ac181b131cfdc655b4abfe03a98',1,'amrex::YAFluxRegisterT::YAFluxRegisterT(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5368c976e1f4845f16096aa9a9945c02',1,'amrex::YAFluxRegisterT::YAFluxRegisterT()=default']]], + ['ydir_8830',['YDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a3e880279ad4fb97535a0415f652dfc9d',1,'amrex::Amrvis']]], + ['yellow_8831',['Yellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e',1,'amrex::FGColor::Yellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a946b44d2b8a57793025b006f14222e56',1,'amrex::BGColor::Yellow()']]], + ['yhi_8832',['yhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'amrex::Array2D::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a60ebce7e24f582476b0759479c38cec8',1,'amrex::Orientation::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a1cc1a081cc2f368f2f262e27ab2ce0c6',1,'amrex::Array3D::yhi()']]], + ['yhi_5fis_5fsymmetric_8833',['yhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa839fe8eaa6e221fbf631ed568e93121',1,'amrex::CurlCurlSymmetryInfo']]], + ['ylen_8834',['ylen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a6f12cca48b5285eae3cf7ffba7b0e552',1,'amrex::Array3D::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'amrex::Array2D::ylen() noexcept']]], + ['ylo_8835',['ylo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'amrex::Array2D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ace0391dec6f0b2c90c125db136ad86b0',1,'amrex::Array3D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a834da152cd3da5a15d0b486a2765778f',1,'amrex::Orientation::ylo()']]], + ['ylo_5fis_5fsymmetric_8836',['ylo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b16f637212fe38f525676d1d26bf9cd',1,'amrex::CurlCurlSymmetryInfo']]], + ['yplane_8837',['YPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a731717eed90ce2d39970e786e2486b1c',1,'amrex::Amrvis']]], + ['yval_8838',['YVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a8f0d43baff2b628b18a538011a6dac4f',1,'amrex::XYPlotDataList']]], + ['yvel_8839',['YVEL',['../group__Utilities.html#ga17d5f6d34047cd913543b43d73f2ce9a',1,'hydro_constants.H']]], + ['yy_5fat_5fbol_8840',['yy_at_bol',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a9d60c60af6e1a6f69de16871fd64f85f',1,'yy_buffer_state']]], + ['yy_5fbs_5fcolumn_8841',['yy_bs_column',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a10c4fcd8be759e6bf11e6d3e8cdb0307',1,'yy_buffer_state']]], + ['yy_5fbs_5flineno_8842',['yy_bs_lineno',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a818e94bc9c766e683c60df1e9fd01199',1,'yy_buffer_state']]], + ['yy_5fbuf_5fpos_8843',['yy_buf_pos',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a8435c3f786bbb55d21d0174e4cfc22a0',1,'yy_buffer_state']]], + ['yy_5fbuf_5fsize_8844',['yy_buf_size',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a451d39697f006f3922c1f43cf79286b4',1,'yy_buffer_state']]], + ['yy_5fbuffer_5fstate_8845',['yy_buffer_state',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html',1,'']]], + ['yy_5fbuffer_5fstatus_8846',['yy_buffer_status',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a70fd925d37a2f0454fbd0def675d106c',1,'yy_buffer_state']]], + ['yy_5fch_5fbuf_8847',['yy_ch_buf',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a0d25458e69eb22207fc633a1255d099d',1,'yy_buffer_state']]], + ['yy_5ffill_5fbuffer_8848',['yy_fill_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a63d2afbb1d79a3fc63df9e12626f827d',1,'yy_buffer_state']]], + ['yy_5finput_5ffile_8849',['yy_input_file',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a4360acfb226a1fc240ab2be17dd6beda',1,'yy_buffer_state']]], + ['yy_5fis_5finteractive_8850',['yy_is_interactive',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#abf5c70eea75581b58c0ee7bd31b14490',1,'yy_buffer_state']]], + ['yy_5fis_5four_5fbuffer_8851',['yy_is_our_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a80ce2431c70dc4f89ced487f18449465',1,'yy_buffer_state']]], + ['yy_5fn_5fchars_8852',['yy_n_chars',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a06406208824817acfec2183b79080945',1,'yy_buffer_state']]], + ['yy_5fnxt_8853',['yy_nxt',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#ae0715250c2bef261e596e77e0030f13e',1,'yy_trans_info']]], + ['yy_5ftrans_5finfo_8854',['yy_trans_info',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html',1,'']]], + ['yy_5fverify_8855',['yy_verify',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#a5c9f61e770deef50bd4e697310342fe9',1,'yy_trans_info']]], + ['yyalloc_8856',['yyalloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html',1,'']]], + ['yyparse_8857',['yyparse',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'BLProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'RegionsProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'CommProfStats::yyparse()']]], + ['yyss_5falloc_8858',['yyss_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#abff9f2574620ec19335937522ea27580',1,'yyalloc']]], + ['yyvs_5falloc_8859',['yyvs_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#a9326f4fdc6f737a929444427836d8928',1,'yyalloc']]], + ['yz_8860',['YZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adb827b646ad912c5cc378614fb69d5a9',1,'amrex::Amrvis']]], + ['yzplane_8861',['YZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a6e9bd3958932d9e9fb25aa2f0fc16f4e',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_1a.js b/amrex-hydro/Doxygen/html/search/all_1a.js index 470002b..3bc1330 100644 --- a/amrex-hydro/Doxygen/html/search/all_1a.js +++ b/amrex-hydro/Doxygen/html/search/all_1a.js @@ -1,21 +1,21 @@ var searchData= [ - ['z_8818',['z',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a014340bfb64fc9518ac7541cd634253c',1,'amrex::openbc::Moments::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a5f9f48bbbd30d20b1b08061b621b46e6',1,'amrex::algoim::QuadratureRule::Node::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#ab7d76c217833bd5f7ac309ae9b32b2ed',1,'amrex::XDim3::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a301b8be615c36e302d8510be17c63e90',1,'amrex::Dim3::z()']]], - ['zdir_8819',['ZDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a345f2c2cc5c709a02e40f34b83d914fb',1,'amrex::Amrvis']]], - ['zero_8820',['Zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'IntVectND< AMREX_SPACEDIM >::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab64ddfe8e473503acf9a5f7103467b13',1,'amrex::RealVect::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'amrex::IntVectND::Zero()']]], - ['zero_8821',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a',1,'amrex::zero()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1f4791a841a93287a5d1a9f841bdecd1',1,'amrex_constants_module::zero()']]], - ['zero_5flower_5fmask_8822',['zero_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a202cad7d2c40d09b3c3efbdfdf94115d',1,'amrex::EBCellFlag']]], - ['zero_5fnumvofs_5fmask_8823',['zero_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a684214fb8524798b231301cf52aeac95',1,'amrex::EBCellFlag']]], - ['zero_5ftype_5fmask_8824',['zero_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ac8267e4520db8eab9e586ba8de116d2b',1,'amrex::EBCellFlag']]], - ['zero_5fxhi_5fmask_8825',['zero_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a49823ee5e3272661b0ff81bcf637263c',1,'amrex::EB2::Neighbor']]], - ['zero_5fxlo_5fmask_8826',['zero_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a753fca266a688d197024b1fb911cd828',1,'amrex::EB2::Neighbor']]], - ['zero_5fyhi_5fmask_8827',['zero_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6d68482d31eca7a919b4c4d01df79878',1,'amrex::EB2::Neighbor']]], - ['zero_5fylo_5fmask_8828',['zero_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac4a51294df158aec56678a1a577d99b3',1,'amrex::EB2::Neighbor']]], - ['zero_5fzhi_5fmask_8829',['zero_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a4133ce39a287fff20e97b3af469995c8',1,'amrex::EB2::Neighbor']]], - ['zero_5fzlo_5fmask_8830',['zero_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae99270d7b970d6f6e2f52dbc2c4921a5',1,'amrex::EB2::Neighbor']]], - ['zhi_8831',['zhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a04130dc48cb39636a34e8b35f79f0dd4',1,'amrex::Orientation::zhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a48e290c0fdea914bbfad33952558da6c',1,'amrex::Array3D::zhi() noexcept']]], - ['zlen_8832',['zlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a474a15544b00cfb42f2ffc71e2528b1b',1,'amrex::Array3D']]], - ['zlo_8833',['zlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#adfb237ca22c5441c5f708a1f8470ba5b',1,'amrex::Array3D::zlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#adc5c24fdb759cd388af0ca18c37a49f3',1,'amrex::Orientation::zlo()']]], - ['zplane_8834',['ZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a188af44ab507bf2058f81828afccc6a6',1,'amrex::Amrvis']]], - ['zvel_8835',['ZVEL',['../group__Utilities.html#gacd4c2357fa827bdc6b058736a689df22',1,'hydro_constants.H']]] + ['z_8862',['z',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a014340bfb64fc9518ac7541cd634253c',1,'amrex::openbc::Moments::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a5f9f48bbbd30d20b1b08061b621b46e6',1,'amrex::algoim::QuadratureRule::Node::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#ab7d76c217833bd5f7ac309ae9b32b2ed',1,'amrex::XDim3::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a301b8be615c36e302d8510be17c63e90',1,'amrex::Dim3::z()']]], + ['zdir_8863',['ZDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a345f2c2cc5c709a02e40f34b83d914fb',1,'amrex::Amrvis']]], + ['zero_8864',['Zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'IntVectND< AMREX_SPACEDIM >::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab64ddfe8e473503acf9a5f7103467b13',1,'amrex::RealVect::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'amrex::IntVectND::Zero()']]], + ['zero_8865',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a',1,'amrex::zero()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1f4791a841a93287a5d1a9f841bdecd1',1,'amrex_constants_module::zero()']]], + ['zero_5flower_5fmask_8866',['zero_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a202cad7d2c40d09b3c3efbdfdf94115d',1,'amrex::EBCellFlag']]], + ['zero_5fnumvofs_5fmask_8867',['zero_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a684214fb8524798b231301cf52aeac95',1,'amrex::EBCellFlag']]], + ['zero_5ftype_5fmask_8868',['zero_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ac8267e4520db8eab9e586ba8de116d2b',1,'amrex::EBCellFlag']]], + ['zero_5fxhi_5fmask_8869',['zero_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a49823ee5e3272661b0ff81bcf637263c',1,'amrex::EB2::Neighbor']]], + ['zero_5fxlo_5fmask_8870',['zero_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a753fca266a688d197024b1fb911cd828',1,'amrex::EB2::Neighbor']]], + ['zero_5fyhi_5fmask_8871',['zero_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6d68482d31eca7a919b4c4d01df79878',1,'amrex::EB2::Neighbor']]], + ['zero_5fylo_5fmask_8872',['zero_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac4a51294df158aec56678a1a577d99b3',1,'amrex::EB2::Neighbor']]], + ['zero_5fzhi_5fmask_8873',['zero_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a4133ce39a287fff20e97b3af469995c8',1,'amrex::EB2::Neighbor']]], + ['zero_5fzlo_5fmask_8874',['zero_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae99270d7b970d6f6e2f52dbc2c4921a5',1,'amrex::EB2::Neighbor']]], + ['zhi_8875',['zhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a04130dc48cb39636a34e8b35f79f0dd4',1,'amrex::Orientation::zhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a48e290c0fdea914bbfad33952558da6c',1,'amrex::Array3D::zhi() noexcept']]], + ['zlen_8876',['zlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a474a15544b00cfb42f2ffc71e2528b1b',1,'amrex::Array3D']]], + ['zlo_8877',['zlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#adfb237ca22c5441c5f708a1f8470ba5b',1,'amrex::Array3D::zlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#adc5c24fdb759cd388af0ca18c37a49f3',1,'amrex::Orientation::zlo()']]], + ['zplane_8878',['ZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a188af44ab507bf2058f81828afccc6a6',1,'amrex::Amrvis']]], + ['zvel_8879',['ZVEL',['../group__Utilities.html#gacd4c2357fa827bdc6b058736a689df22',1,'hydro_constants.H']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_1b.js b/amrex-hydro/Doxygen/html/search/all_1b.js index de7f0d9..36a0902 100644 --- a/amrex-hydro/Doxygen/html/search/all_1b.js +++ b/amrex-hydro/Doxygen/html/search/all_1b.js @@ -1,165 +1,167 @@ var searchData= [ - ['_7ealignedallocator_8836',['~AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a3a710f683b06d92478d4dd13cd49b79f',1,'hacc::AlignedAllocator']]], - ['_7eamr_8837',['~Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8d5c1619f1b2b730254a0382dbcf0ba9',1,'amrex::Amr']]], - ['_7eamrcore_8838',['~AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4e0a329860a20a81326e48a99ff2f0d9',1,'amrex::AmrCore']]], - ['_7eamrdata_8839',['~AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa48f45d99e5cc5131854e6c700003f28',1,'amrex::AmrData']]], - ['_7eamrdataadaptor_8840',['~AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a9ae9a8df3d126eb7dd38d1288c85e25b',1,'amrex::AmrDataAdaptor']]], - ['_7eamrex_8841',['~AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aadaaabd7881bbce62f2b282789482259',1,'amrex::AMReX']]], - ['_7eamrex_5fksp_8842',['~amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#ac9f5ff4629908ee4118f3e7ae1cf76bc',1,'amrex::amrex_KSP']]], - ['_7eamrex_5fmat_8843',['~amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a781cc06ce703efa959aec101c847e2ed',1,'amrex::amrex_Mat']]], - ['_7eamrex_5fvec_8844',['~amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ae371bf320afcebe6bfe1a362f5ca37df',1,'amrex::amrex_Vec']]], - ['_7eamrinsitubridge_8845',['~AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#ad7bb8a6372011546798d84587f770eca',1,'amrex::AmrInSituBridge']]], - ['_7eamrlevel_8846',['~AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af651bb170ec4a1a93a4eed118dead881',1,'amrex::AmrLevel']]], - ['_7eamrmesh_8847',['~AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8fb2fefeadc3653f3f263d32fd195460',1,'amrex::AmrMesh']]], - ['_7eamrmeshdataadaptor_8848',['~AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a128f2624255ef44bea08ba633f9abf99',1,'amrex::AmrMeshDataAdaptor']]], - ['_7eamrmeshinsitubridge_8849',['~AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ad03fbf0dc520a5355cc67e6ede643ccf',1,'amrex::AmrMeshInSituBridge']]], - ['_7eamrparticlecontainer_5fimpl_8850',['~AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a92e5a548f299b572e6b0d3628875f06b',1,'amrex::AmrParticleContainer_impl']]], - ['_7eamrtracerparticlecontainer_8851',['~AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a30b6824ae45ee1b770f5a4d74dd1c084',1,'amrex::AmrTracerParticleContainer']]], - ['_7eany_8852',['~Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a75f911e1b2a254db4b6626bf98fa1923',1,'amrex::Any']]], - ['_7earena_8853',['~Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a327e7541e6291ce735c03392b21931b6',1,'amrex::Arena']]], - ['_7easyncarray_8854',['~AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ad3151b13ffc1cc951122dcf7365b7b37',1,'amrex::Gpu::AsyncArray']]], - ['_7ebackgroundthread_8855',['~BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab5ad8734e492ca7784f7fa8af2d4c29e',1,'amrex::BackgroundThread']]], - ['_7ebaref_8856',['~BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a1b8ba3959e98109e86948f5cde5109c1',1,'amrex::BARef']]], - ['_7ebasefab_8857',['~BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'amrex::BaseFab::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< AtomicInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< char >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< EBCellFlag >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< HYPRE_Int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< PetscInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< Real >::~BaseFab()']]], - ['_7eblbter_8858',['~BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a40f6ea2be2071a89f148f4ca939077d7',1,'amrex::BLBTer']]], - ['_7eblockmutex_8859',['~BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a2c7806c54820135f097449360f35a8f4',1,'amrex::BlockMutex']]], - ['_7eblprofstats_8860',['~BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78a439d9e62c00492ada16e9466c068d',1,'BLProfStats']]], - ['_7ebndrydatat_8861',['~BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a5516fe31e846fc0e58ac78628938940b',1,'amrex::BndryDataT']]], - ['_7ebndryregistert_8862',['~BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2d267bc0d735366bae8c6843d4cc79e3',1,'amrex::BndryRegisterT']]], - ['_7eboxarray_8863',['~BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac969ef57c4c67c6dd624e9f261f2afb4',1,'amrex::BoxArray']]], - ['_7eboxconverter_8864',['~BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aaaad55832cd1274c50ac3f2d75c74b7d',1,'amrex::BoxConverter']]], - ['_7eboxlist_8865',['~BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65e7da9a77d7d7f5ebffbeecd8b3bf51',1,'amrex::BoxList']]], - ['_7ebuffer_8866',['~Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3388e4bd09fa27a3a03274acfa8be487',1,'amrex::Gpu::Buffer']]], - ['_7ecarena_8867',['~CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abca549bb11a9efb8b05dca10c32aab81',1,'amrex::CArena']]], - ['_7ecluster_8868',['~Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aaed7b54ca160992ed7fa68179a7e1302',1,'amrex::Cluster']]], - ['_7eclusterlist_8869',['~ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a85b6b93eeb622db0290b7b1a9fcb8fc6',1,'amrex::ClusterList']]], - ['_7ecommcontainer_8870',['~CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a42b220f522310f21612b93d2e06a3968',1,'amrex::MLLinOpT::CommContainer']]], - ['_7ecommprofstats_8871',['~CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af0dd55e0822e62401a6c87570d101a5c',1,'CommProfStats']]], - ['_7ecutfab_8872',['~CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a64283eac74b3bedf8e369bb38d7fe06f',1,'amrex::CutFab']]], - ['_7edata_8873',['~Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a7ba706756f6d9f4806511c613a16596f',1,'amrex::IParser::Data::~Data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a05dbc0e8814cc41bd9f296b951ec8cb3',1,'amrex::Parser::Data::~Data()']]], - ['_7edataservices_8874',['~DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5bdb39757dd7e9db803b69385f62a8c8',1,'amrex::DataServices']]], - ['_7ederivelist_8875',['~DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a589e11cf023f31b9678c0feabcf8aeeb',1,'amrex::DeriveList']]], - ['_7ederiverec_8876',['~DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3efcbfca10808d1a81e899f4d3448501',1,'amrex::DeriveRec']]], - ['_7edevicescalar_8877',['~DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ae203fe8c3032a05c2f06c38b8638308c',1,'amrex::Gpu::DeviceScalar']]], - ['_7edevicesync_8878',['~DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#afb52b8eb46f2e00c2eda77ec791ef5b9',1,'amrex::MFIter::DeviceSync']]], - ['_7edfft_8879',['~Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aaafa2873c552d058d627650a7c613cc8',1,'hacc::Dfft']]], - ['_7edistfcnelement2d_8880',['~distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a31d8d114c1774a3fbba8f39d37a41e4c',1,'amrex::distFcnElement2d']]], - ['_7edistribution_8881',['~Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afb7db67a5cbe65d16e4df2ad3f3aa582',1,'hacc::Distribution']]], - ['_7edistributionmapping_8882',['~DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa68c8981b7dcfbaddbc6d3e8f36dd9a5',1,'amrex::DistributionMapping']]], - ['_7eebcellflag_8883',['~EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab007855aef3f387c76564429c480e0ae',1,'amrex::EBCellFlag']]], - ['_7eebcellflagfab_8884',['~EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a56cf5fc06dc4b6e09eeed8f5139b4f50',1,'amrex::EBCellFlagFab']]], - ['_7eebdatacollection_8885',['~EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac0a68c8f5a6914b596f4c47f43d2f6aa',1,'amrex::EBDataCollection']]], - ['_7eebfarraybox_8886',['~EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a655b9f308a0fed9d3a680828a63a976b',1,'amrex::EBFArrayBox']]], - ['_7eebfarrayboxfactory_8887',['~EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#acc29524f4cabd3655de95618b8744ef7',1,'amrex::EBFArrayBoxFactory']]], - ['_7eelixir_8888',['~Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aaf8c50c534f3c06f0b7adf47ca0944f3',1,'amrex::Gpu::Elixir']]], - ['_7eerror_8889',['~Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a7f45ff78177c6a3601796903bfd9fe60',1,'hacc::Error']]], - ['_7eerrorfunc_8890',['~ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#af70f30880c5c75a565485bc4f588ac90',1,'amrex::ErrorRec::ErrorFunc']]], - ['_7eerrorfunc2_8891',['~ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0a96ab151cdade77a13d8742e58fced0',1,'amrex::ErrorRec::ErrorFunc2']]], - ['_7eerrorrec_8892',['~ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab855c1bad2c1c0ceb3dc3eddcbaba9c1',1,'amrex::ErrorRec']]], - ['_7efabarray_8893',['~FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< FArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< TagBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< IArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::Mask >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::EBCellFlagFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::CutFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< PetscInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< AtomicInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'amrex::FabArray::~FabArray()']]], - ['_7efabarraybase_8894',['~FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a58a43e40ea0bcd02334490f1126c6d7f',1,'amrex::FabArrayBase']]], - ['_7efabarraycopydescriptor_8895',['~FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'amrex::FabArrayCopyDescriptor::~FabArrayCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'FabArrayCopyDescriptor< FArrayBox >::~FabArrayCopyDescriptor()']]], - ['_7efabcopydescriptor_8896',['~FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a75c15143e48c0f0f2961f94a3a2b0c29',1,'amrex::FabCopyDescriptor']]], - ['_7efabfactory_8897',['~FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'amrex::FabFactory::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< amrex::FArrayBox >::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< FArrayBox >::~FabFactory()']]], - ['_7efabio_8898',['~FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#ae4851e764a567bbd0451dbf0edc0428c',1,'amrex::FABio']]], - ['_7efabsett_8899',['~FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae4c95843913a0e22f76f3ed13905cb53',1,'amrex::FabSetT']]], - ['_7efarraybox_8900',['~FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af592141f4b4b5593b68da6b32320a9d0',1,'amrex::FArrayBox']]], - ['_7efeintegrator_8901',['~FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acc384fa61c635b7d9236f4c07a48109a',1,'amrex::FEIntegrator']]], - ['_7efluxregister_8902',['~FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a02d8b5cbd5285fbddccbbb415cba051c',1,'amrex::FluxRegister']]], - ['_7eframe_8903',['~Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a7a812b3ef64087f0bcc566deaffbcb16',1,'amrex::ParallelContext::Frame']]], - ['_7egeometry_8904',['~Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a064dbb1fe7f6866145fd4f18a50275ff',1,'amrex::Geometry']]], - ['_7egraphsafeguard_8905',['~GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a2a001842d80f5aba37cb7fb9ae90bbac',1,'amrex::Gpu::GraphSafeGuard']]], - ['_7eheader_8906',['~Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad8d2adbe46354fcdf826cdf5a15587cf',1,'amrex::VisMF::Header']]], - ['_7ehypre_8907',['~Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af5b05a1271484c6bd34ebd3fbbfc85ef',1,'amrex::Hypre']]], - ['_7ehypreabeclap_8908',['~HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abcc7cb6a68b984c4a78c514d56b75513',1,'amrex::HypreABecLap']]], - ['_7ehypreabeclap2_8909',['~HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa984ec44a0449bd89f5161e6ece57e8d',1,'amrex::HypreABecLap2']]], - ['_7ehypreabeclap3_8910',['~HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9990778a6ed9b97e1c316a55946755a8',1,'amrex::HypreABecLap3']]], - ['_7ehypreijiface_8911',['~HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a415acbef953758af2e22a518e6199ba8',1,'amrex::HypreIJIface']]], - ['_7ehypremlabeclap_8912',['~HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a66105677b66e5acc22e81f49c1fbf640',1,'amrex::HypreMLABecLap']]], - ['_7ehyprenodelap_8913',['~HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac4fd7635fb3f2ef04617ec9a1e17f0ac',1,'amrex::HypreNodeLap']]], - ['_7eiarraybox_8914',['~IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9917f7c314f8c9639fc679b98aa0145c',1,'amrex::IArrayBox']]], - ['_7eimultifab_8915',['~iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ac8678e48d2db8f153b71d70698f5597e',1,'amrex::iMultiFab']]], - ['_7eindexspace_8916',['~IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa8956b4011dc91c2a886fdaf701cce58',1,'amrex::EB2::IndexSpace']]], - ['_7eindexspacechkptfile_8917',['~IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a6ee9c2ce6c916716d5e630383b950b79',1,'amrex::EB2::IndexSpaceChkptFile']]], - ['_7eindexspaceimp_8918',['~IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a558c69009ebc8f80f380a6578604e27c',1,'amrex::EB2::IndexSpaceImp']]], - ['_7eindexspacestl_8919',['~IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a25c0dbf1883662d70b2026e33a49e561',1,'amrex::EB2::IndexSpaceSTL']]], - ['_7einnards_8920',['~innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#acf57e0e26f9a76b9294ddf56de3ff002',1,'amrex::Any::innards']]], - ['_7einnards_5fbase_8921',['~innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#ac2a0d84b48c0f50c6c608405c442d3ee',1,'amrex::Any::innards_base']]], - ['_7einsitubridge_8922',['~InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a826dc660a178377d78530da110fb8eed',1,'amrex::InSituBridge']]], - ['_7eintegratorbase_8923',['~IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab552abbdc6f529d492e5912b8af6f3a3',1,'amrex::IntegratorBase']]], - ['_7einterpbase_8924',['~InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a73cb181d9364c6005abfcfdb54037291',1,'amrex::InterpBase']]], - ['_7einterpbndrydatat_8925',['~InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a62be51bb2441bc950b73e4ced3870ed9',1,'amrex::InterpBndryDataT']]], - ['_7elaunchsafeguard_8926',['~LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#ac98ea424ff44cda617d46e9146702d95',1,'amrex::Gpu::LaunchSafeGuard']]], - ['_7elayoutdata_8927',['~LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'amrex::LayoutData::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< RealTuple >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< PetscInt >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< HYPRE_Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< GFab >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< BCTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< RealTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< Int > >::~LayoutData()']]], - ['_7elevelbld_8928',['~LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a11d53f835040bd5752faa947cfd9cdb9',1,'amrex::LevelBld']]], - ['_7elinedistfcnelement2d_8929',['~LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9b5d43a1548c7f7c5629d3f503c8c890',1,'amrex::LineDistFcnElement2d']]], - ['_7emask_8930',['~Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8cffce317097bc776ffc940f0e32ac37',1,'amrex::Mask']]], - ['_7ememoryhelper_8931',['~MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2bd023a8f85b1997c09c167f4ddd0201',1,'amrex::sundials::MemoryHelper']]], - ['_7ememprofiler_8932',['~MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a2b1473094731fadfe3fb624993cf2b65',1,'amrex::MemProfiler']]], - ['_7emffork_8933',['~MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a4bbeb1749eac4a25a1d01a42cc2e08df',1,'amrex::ForkJoin::MFFork']]], - ['_7emfiter_8934',['~MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac3223d243bff8f86cbd227b8f1af866',1,'amrex::MFIter']]], - ['_7emlabeclaplaciant_8935',['~MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5b243295797b07b0b3cbfe99bd1e72d7',1,'amrex::MLABecLaplacianT']]], - ['_7emlalaplaciant_8936',['~MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a339ba3605b9d07a9b8d646b9f706f4e2',1,'amrex::MLALaplacianT']]], - ['_7emlcellabeclapt_8937',['~MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad4713655e99b1cd1f480c36376be40f7',1,'amrex::MLCellABecLapT']]], - ['_7emlcelllinopt_8938',['~MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aaa89b0307d84d1687ece7880403c5689',1,'amrex::MLCellLinOpT']]], - ['_7emlcgsolvert_8939',['~MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#afe5724c3c9591ad70c477c8c08ac5cc8',1,'amrex::MLCGSolverT']]], - ['_7emlebabeclap_8940',['~MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a031719218377623662e5558ce927ad6f',1,'amrex::MLEBABecLap']]], - ['_7emlebnodefdlaplacian_8941',['~MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aeaa0c73ddfcd7079562b0dc98c5235d6',1,'amrex::MLEBNodeFDLaplacian']]], - ['_7emlebtensorop_8942',['~MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a5b8a6d18ce74de4a05c5f66bfecd40ba',1,'amrex::MLEBTensorOp']]], - ['_7emllinopt_8943',['~MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'amrex::MLLinOpT::~MLLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'MLLinOpT< Array< MultiFab, 3 > >::~MLLinOpT()']]], - ['_7emlmgbndryt_8944',['~MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5be1bbaf9ed18dc6066dba2cfd41c105',1,'amrex::MLMGBndryT']]], - ['_7emlmgt_8945',['~MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a33d9c9f2a6560267a6b9b78232702b92',1,'amrex::MLMGT']]], - ['_7emlnodeabeclaplacian_8946',['~MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7bdc70af21a96bbbc1da99cfb4299162',1,'amrex::MLNodeABecLaplacian']]], - ['_7emlnodelaplacian_8947',['~MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a799436c0f2d1a115bb2a71bb7fb7e876',1,'amrex::MLNodeLaplacian']]], - ['_7emlnodelinop_8948',['~MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4372a5e9a6d9a6e71fb6f5c12d1e996',1,'amrex::MLNodeLinOp']]], - ['_7emlnodetensorlaplacian_8949',['~MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa9c2da56077f3887ad01a39f0ffde521',1,'amrex::MLNodeTensorLaplacian']]], - ['_7emlpoissont_8950',['~MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9778d75f4e2b618f57cd2d6df57907ae',1,'amrex::MLPoissonT']]], - ['_7emltensorop_8951',['~MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a7084cff1a8a70a670eee4ba00b5f69e3',1,'amrex::MLTensorOp']]], - ['_7emulticutfab_8952',['~MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ab4e7bba2a1d004437f5175e6fba94282',1,'amrex::MultiCutFab']]], - ['_7emultifab_8953',['~MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae27094337c6cdcd4dd4a0e8dea9d1321',1,'amrex::MultiFab']]], - ['_7emultifabcopydescriptor_8954',['~MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ae5cd5802356f49aed0d6c5ab7d00fb66',1,'amrex::MultiFabCopyDescriptor']]], - ['_7emultimask_8955',['~MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a600deffa74aedae8cd4a0dc4d40bb31e',1,'amrex::MultiMask']]], - ['_7eneighborparticlecontainer_8956',['~NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4d1fb81f019aa99065cb59c879fd7e7c',1,'amrex::NeighborParticleContainer']]], - ['_7enfilesiter_8957',['~NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4f9a9917a9842e888fbdf9d45f5de52e',1,'amrex::NFilesIter']]], - ['_7enonesuch_8958',['~Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac0e729741324275e5bf39cc6dd143f4b',1,'amrex::detail::Nonesuch']]], - ['_7enosyncregion_8959',['~NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#aea2fd359c6a46de880e023c2fec1d480',1,'amrex::Gpu::NoSyncRegion']]], - ['_7eopenbcsolver_8960',['~OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a048ab1430daeb0d292d1e02c2e1b4dde',1,'amrex::OpenBCSolver']]], - ['_7eparena_8961',['~PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a4e359272e4b895952156d7f75c15f157',1,'amrex::PArena']]], - ['_7eparforinfo_8962',['~ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a946329b35181c218e019e1b767d42e95',1,'amrex::FabArrayBase::ParForInfo']]], - ['_7epargdbbase_8963',['~ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a6be4676bb80006afb09e37c10511669c',1,'amrex::ParGDBBase']]], - ['_7eparticlecontainer_5fimpl_8964',['~ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'amrex::ParticleContainer_impl::~ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::~ParticleContainer_impl()']]], - ['_7eparticlecontainerbase_8965',['~ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9767823a5595f287569a535bb3b8ae59',1,'amrex::ParticleContainerBase']]], - ['_7eparticlecpuwrapper_8966',['~ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a2afbf23a1587460b48f40077dccf41cc',1,'amrex::ParticleCPUWrapper']]], - ['_7eparticleidwrapper_8967',['~ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a421b8df4ba4bef283d8b812c8a35e976',1,'amrex::ParticleIDWrapper']]], - ['_7eparticletile_8968',['~ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6c64ca4be4201041261922655c37781e',1,'amrex::ParticleTile']]], - ['_7epersistentifstream_8969',['~PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a0e26d493a95283a9a5e195cda5453bc1',1,'amrex::VisMF::PersistentIFStream']]], - ['_7epetscabeclap_8970',['~PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a91d8873af4b7e4fc30dceb416fb300cc',1,'amrex::PETScABecLap']]], - ['_7epodvector_8971',['~PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< unsigned int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< std::size_t >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int *, DefaultAllocator< int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< index_type >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'amrex::PODVector::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::BoxND >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::NeighborCode >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::openbc::MomTag >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::STLtools::Triangle >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::XDim3 >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int * >::~PODVector()']]], - ['_7epolynomialif_8972',['~PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a38e787076c1c09ba8ea35d1815d97ea4',1,'amrex::EB2::PolynomialIF']]], - ['_7eprint_8973',['~Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f708f9025b6a26a4e955258b8738a59',1,'amrex::Print']]], - ['_7eprinttofile_8974',['~PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ab0074866efd97004b924c7bfbf67a569',1,'amrex::PrintToFile']]], - ['_7ereducedata_8975',['~ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a0fc76fd07dedd99b36524e3ce362f962',1,'amrex::ReduceData']]], - ['_7eref_5fwrapper_8976',['~ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8d68a19e8e692c80582c0e2a4470c7ae',1,'amrex::ref_wrapper']]], - ['_7eregionsprofstats_8977',['~RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#afe23b7a85cbdc57134ace7e6e2c99765',1,'RegionsProfStats']]], - ['_7eregiontag_8978',['~RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a12bfc559a8015e55f1564d0571c79f28',1,'amrex::FabArrayBase::RegionTag']]], - ['_7erkintegrator_8979',['~RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a08eaaf01ad8b70caf0f561edb42114b4',1,'amrex::RKIntegrator']]], - ['_7eshmem_8980',['~ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a676676f9a004e9446f0e2c7c62ce5297',1,'amrex::FabArray::ShMem']]], - ['_7esinglechunkarena_8981',['~SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5ebc7dfc5b1874f13bf2496e363f77fb',1,'amrex::detail::SingleChunkArena']]], - ['_7esinglestreamregion_8982',['~SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a33455053ce6fe40708d87db608c8b860',1,'amrex::Gpu::SingleStreamRegion']]], - ['_7esplinedistfcnelement2d_8983',['~SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a97f5555182978426366a185beee19805',1,'amrex::SplineDistFcnElement2d']]], - ['_7estatedata_8984',['~StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3d5f27474f7f24ed6995b4735150be55',1,'amrex::StateData']]], - ['_7estreamiter_8985',['~StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a08fc187035cb7994ed7b74652d1ae60a',1,'amrex::Gpu::StreamIter']]], - ['_7esundialsintegrator_8986',['~SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a8d368e32b7b9d20965c609d459d1e498',1,'amrex::SundialsIntegrator']]], - ['_7etabledata_8987',['~TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af6ca594ff322e1da97e1b6c1096dc183',1,'amrex::TableData']]], - ['_7etagbox_8988',['~TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a46499df9c37906b8d12c9561945e1671',1,'amrex::TagBox']]], - ['_7etagboxarray_8989',['~TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a64e4bff8da8d8c89a2e893b483161910',1,'amrex::TagBoxArray']]], - ['_7etimeintegrator_8990',['~TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acff5bb21bb84fea124f333d6f951c452',1,'amrex::TimeIntegrator']]], - ['_7etinyprofiler_8991',['~TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac86f51f4e2e72d2b045260f22d50475d',1,'amrex::TinyProfiler']]], - ['_7etinyprofileregion_8992',['~TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a529634d28a0589df7b0e0fd5f7294834',1,'amrex::TinyProfileRegion']]], - ['_7etracerparticlecontainer_8993',['~TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae25ae5ecf1993c40ef4a4679c70149d2',1,'amrex::TracerParticleContainer']]], - ['_7euserfunc_8994',['~UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a5e5c0b55f097cbd9ec1518561641d6eb',1,'amrex::AMRErrorTag::UserFunc']]], - ['_7evismf_8995',['~VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdd1a2e47dbb31f1ad2e19f0aef5ccd0',1,'amrex::VisMF']]], - ['_7exyplotdatalist_8996',['~XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a254017ded192870f9e88e201be790b4c',1,'amrex::XYPlotDataList']]], - ['_7exyplotdatalistlink_8997',['~XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ad2c424b10d115a46d3aa576f9e08e1f7',1,'amrex::XYPlotDataListLink']]] + ['_7ealignedallocator_8880',['~AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a3a710f683b06d92478d4dd13cd49b79f',1,'hacc::AlignedAllocator']]], + ['_7eamr_8881',['~Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8d5c1619f1b2b730254a0382dbcf0ba9',1,'amrex::Amr']]], + ['_7eamrcore_8882',['~AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4e0a329860a20a81326e48a99ff2f0d9',1,'amrex::AmrCore']]], + ['_7eamrdata_8883',['~AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa48f45d99e5cc5131854e6c700003f28',1,'amrex::AmrData']]], + ['_7eamrdataadaptor_8884',['~AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a9ae9a8df3d126eb7dd38d1288c85e25b',1,'amrex::AmrDataAdaptor']]], + ['_7eamrex_8885',['~AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aadaaabd7881bbce62f2b282789482259',1,'amrex::AMReX']]], + ['_7eamrex_5fksp_8886',['~amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#ac9f5ff4629908ee4118f3e7ae1cf76bc',1,'amrex::amrex_KSP']]], + ['_7eamrex_5fmat_8887',['~amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a781cc06ce703efa959aec101c847e2ed',1,'amrex::amrex_Mat']]], + ['_7eamrex_5fvec_8888',['~amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ae371bf320afcebe6bfe1a362f5ca37df',1,'amrex::amrex_Vec']]], + ['_7eamrinsitubridge_8889',['~AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#ad7bb8a6372011546798d84587f770eca',1,'amrex::AmrInSituBridge']]], + ['_7eamrlevel_8890',['~AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af651bb170ec4a1a93a4eed118dead881',1,'amrex::AmrLevel']]], + ['_7eamrmesh_8891',['~AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8fb2fefeadc3653f3f263d32fd195460',1,'amrex::AmrMesh']]], + ['_7eamrmeshdataadaptor_8892',['~AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a128f2624255ef44bea08ba633f9abf99',1,'amrex::AmrMeshDataAdaptor']]], + ['_7eamrmeshinsitubridge_8893',['~AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ad03fbf0dc520a5355cc67e6ede643ccf',1,'amrex::AmrMeshInSituBridge']]], + ['_7eamrparticlecontainer_5fimpl_8894',['~AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a92e5a548f299b572e6b0d3628875f06b',1,'amrex::AmrParticleContainer_impl']]], + ['_7eamrtracerparticlecontainer_8895',['~AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a30b6824ae45ee1b770f5a4d74dd1c084',1,'amrex::AmrTracerParticleContainer']]], + ['_7eany_8896',['~Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a75f911e1b2a254db4b6626bf98fa1923',1,'amrex::Any']]], + ['_7earena_8897',['~Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a327e7541e6291ce735c03392b21931b6',1,'amrex::Arena']]], + ['_7earenaprofiler_8898',['~ArenaProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a0251164b3e2b6fb69f47c149834e862f',1,'amrex::Arena::ArenaProfiler']]], + ['_7easyncarray_8899',['~AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ad3151b13ffc1cc951122dcf7365b7b37',1,'amrex::Gpu::AsyncArray']]], + ['_7ebackgroundthread_8900',['~BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab5ad8734e492ca7784f7fa8af2d4c29e',1,'amrex::BackgroundThread']]], + ['_7ebaref_8901',['~BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a1b8ba3959e98109e86948f5cde5109c1',1,'amrex::BARef']]], + ['_7ebasefab_8902',['~BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'amrex::BaseFab::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< AtomicInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< char >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< EBCellFlag >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< HYPRE_Int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< PetscInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< Real >::~BaseFab()']]], + ['_7eblbter_8903',['~BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a40f6ea2be2071a89f148f4ca939077d7',1,'amrex::BLBTer']]], + ['_7eblockmutex_8904',['~BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a2c7806c54820135f097449360f35a8f4',1,'amrex::BlockMutex']]], + ['_7eblprofstats_8905',['~BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78a439d9e62c00492ada16e9466c068d',1,'BLProfStats']]], + ['_7ebndrydatat_8906',['~BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a5516fe31e846fc0e58ac78628938940b',1,'amrex::BndryDataT']]], + ['_7ebndryregistert_8907',['~BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2d267bc0d735366bae8c6843d4cc79e3',1,'amrex::BndryRegisterT']]], + ['_7eboxarray_8908',['~BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac969ef57c4c67c6dd624e9f261f2afb4',1,'amrex::BoxArray']]], + ['_7eboxconverter_8909',['~BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aaaad55832cd1274c50ac3f2d75c74b7d',1,'amrex::BoxConverter']]], + ['_7eboxlist_8910',['~BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65e7da9a77d7d7f5ebffbeecd8b3bf51',1,'amrex::BoxList']]], + ['_7ebuffer_8911',['~Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3388e4bd09fa27a3a03274acfa8be487',1,'amrex::Gpu::Buffer']]], + ['_7ecarena_8912',['~CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abca549bb11a9efb8b05dca10c32aab81',1,'amrex::CArena']]], + ['_7ecluster_8913',['~Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aaed7b54ca160992ed7fa68179a7e1302',1,'amrex::Cluster']]], + ['_7eclusterlist_8914',['~ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a85b6b93eeb622db0290b7b1a9fcb8fc6',1,'amrex::ClusterList']]], + ['_7ecommcontainer_8915',['~CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a42b220f522310f21612b93d2e06a3968',1,'amrex::MLLinOpT::CommContainer']]], + ['_7ecommprofstats_8916',['~CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af0dd55e0822e62401a6c87570d101a5c',1,'CommProfStats']]], + ['_7ecutfab_8917',['~CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a64283eac74b3bedf8e369bb38d7fe06f',1,'amrex::CutFab']]], + ['_7edata_8918',['~Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a7ba706756f6d9f4806511c613a16596f',1,'amrex::IParser::Data::~Data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a05dbc0e8814cc41bd9f296b951ec8cb3',1,'amrex::Parser::Data::~Data()']]], + ['_7edataservices_8919',['~DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5bdb39757dd7e9db803b69385f62a8c8',1,'amrex::DataServices']]], + ['_7ederivelist_8920',['~DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a589e11cf023f31b9678c0feabcf8aeeb',1,'amrex::DeriveList']]], + ['_7ederiverec_8921',['~DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3efcbfca10808d1a81e899f4d3448501',1,'amrex::DeriveRec']]], + ['_7edevicescalar_8922',['~DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ae203fe8c3032a05c2f06c38b8638308c',1,'amrex::Gpu::DeviceScalar']]], + ['_7edevicesync_8923',['~DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#afb52b8eb46f2e00c2eda77ec791ef5b9',1,'amrex::MFIter::DeviceSync']]], + ['_7edfft_8924',['~Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aaafa2873c552d058d627650a7c613cc8',1,'hacc::Dfft']]], + ['_7edistfcnelement2d_8925',['~distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a31d8d114c1774a3fbba8f39d37a41e4c',1,'amrex::distFcnElement2d']]], + ['_7edistribution_8926',['~Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afb7db67a5cbe65d16e4df2ad3f3aa582',1,'hacc::Distribution']]], + ['_7edistributionmapping_8927',['~DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa68c8981b7dcfbaddbc6d3e8f36dd9a5',1,'amrex::DistributionMapping']]], + ['_7eebcellflag_8928',['~EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab007855aef3f387c76564429c480e0ae',1,'amrex::EBCellFlag']]], + ['_7eebcellflagfab_8929',['~EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a56cf5fc06dc4b6e09eeed8f5139b4f50',1,'amrex::EBCellFlagFab']]], + ['_7eebdatacollection_8930',['~EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac0a68c8f5a6914b596f4c47f43d2f6aa',1,'amrex::EBDataCollection']]], + ['_7eebfarraybox_8931',['~EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a655b9f308a0fed9d3a680828a63a976b',1,'amrex::EBFArrayBox']]], + ['_7eebfarrayboxfactory_8932',['~EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#acc29524f4cabd3655de95618b8744ef7',1,'amrex::EBFArrayBoxFactory']]], + ['_7eelixir_8933',['~Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aaf8c50c534f3c06f0b7adf47ca0944f3',1,'amrex::Gpu::Elixir']]], + ['_7eerror_8934',['~Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a7f45ff78177c6a3601796903bfd9fe60',1,'hacc::Error']]], + ['_7eerrorfunc_8935',['~ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#af70f30880c5c75a565485bc4f588ac90',1,'amrex::ErrorRec::ErrorFunc']]], + ['_7eerrorfunc2_8936',['~ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0a96ab151cdade77a13d8742e58fced0',1,'amrex::ErrorRec::ErrorFunc2']]], + ['_7eerrorrec_8937',['~ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab855c1bad2c1c0ceb3dc3eddcbaba9c1',1,'amrex::ErrorRec']]], + ['_7efabarray_8938',['~FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< FArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< TagBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< IArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::Mask >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::EBCellFlagFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::CutFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< PetscInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< AtomicInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'amrex::FabArray::~FabArray()']]], + ['_7efabarraybase_8939',['~FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a58a43e40ea0bcd02334490f1126c6d7f',1,'amrex::FabArrayBase']]], + ['_7efabarraycopydescriptor_8940',['~FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'amrex::FabArrayCopyDescriptor::~FabArrayCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'FabArrayCopyDescriptor< FArrayBox >::~FabArrayCopyDescriptor()']]], + ['_7efabcopydescriptor_8941',['~FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a75c15143e48c0f0f2961f94a3a2b0c29',1,'amrex::FabCopyDescriptor']]], + ['_7efabfactory_8942',['~FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'amrex::FabFactory::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< amrex::FArrayBox >::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< FArrayBox >::~FabFactory()']]], + ['_7efabio_8943',['~FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#ae4851e764a567bbd0451dbf0edc0428c',1,'amrex::FABio']]], + ['_7efabsett_8944',['~FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae4c95843913a0e22f76f3ed13905cb53',1,'amrex::FabSetT']]], + ['_7efarraybox_8945',['~FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af592141f4b4b5593b68da6b32320a9d0',1,'amrex::FArrayBox']]], + ['_7efeintegrator_8946',['~FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acc384fa61c635b7d9236f4c07a48109a',1,'amrex::FEIntegrator']]], + ['_7efluxregister_8947',['~FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a02d8b5cbd5285fbddccbbb415cba051c',1,'amrex::FluxRegister']]], + ['_7eframe_8948',['~Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a7a812b3ef64087f0bcc566deaffbcb16',1,'amrex::ParallelContext::Frame']]], + ['_7egeometry_8949',['~Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a064dbb1fe7f6866145fd4f18a50275ff',1,'amrex::Geometry']]], + ['_7egraphsafeguard_8950',['~GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a2a001842d80f5aba37cb7fb9ae90bbac',1,'amrex::Gpu::GraphSafeGuard']]], + ['_7eheader_8951',['~Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad8d2adbe46354fcdf826cdf5a15587cf',1,'amrex::VisMF::Header']]], + ['_7ehypre_8952',['~Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af5b05a1271484c6bd34ebd3fbbfc85ef',1,'amrex::Hypre']]], + ['_7ehypreabeclap_8953',['~HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abcc7cb6a68b984c4a78c514d56b75513',1,'amrex::HypreABecLap']]], + ['_7ehypreabeclap2_8954',['~HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa984ec44a0449bd89f5161e6ece57e8d',1,'amrex::HypreABecLap2']]], + ['_7ehypreabeclap3_8955',['~HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9990778a6ed9b97e1c316a55946755a8',1,'amrex::HypreABecLap3']]], + ['_7ehypreijiface_8956',['~HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a415acbef953758af2e22a518e6199ba8',1,'amrex::HypreIJIface']]], + ['_7ehypremlabeclap_8957',['~HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a66105677b66e5acc22e81f49c1fbf640',1,'amrex::HypreMLABecLap']]], + ['_7ehyprenodelap_8958',['~HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac4fd7635fb3f2ef04617ec9a1e17f0ac',1,'amrex::HypreNodeLap']]], + ['_7eiarraybox_8959',['~IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9917f7c314f8c9639fc679b98aa0145c',1,'amrex::IArrayBox']]], + ['_7eimultifab_8960',['~iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ac8678e48d2db8f153b71d70698f5597e',1,'amrex::iMultiFab']]], + ['_7eindexspace_8961',['~IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa8956b4011dc91c2a886fdaf701cce58',1,'amrex::EB2::IndexSpace']]], + ['_7eindexspacechkptfile_8962',['~IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a6ee9c2ce6c916716d5e630383b950b79',1,'amrex::EB2::IndexSpaceChkptFile']]], + ['_7eindexspaceimp_8963',['~IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a558c69009ebc8f80f380a6578604e27c',1,'amrex::EB2::IndexSpaceImp']]], + ['_7eindexspacestl_8964',['~IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a25c0dbf1883662d70b2026e33a49e561',1,'amrex::EB2::IndexSpaceSTL']]], + ['_7einnards_8965',['~innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#acf57e0e26f9a76b9294ddf56de3ff002',1,'amrex::Any::innards']]], + ['_7einnards_5fbase_8966',['~innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#ac2a0d84b48c0f50c6c608405c442d3ee',1,'amrex::Any::innards_base']]], + ['_7einsitubridge_8967',['~InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a826dc660a178377d78530da110fb8eed',1,'amrex::InSituBridge']]], + ['_7eintegratorbase_8968',['~IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab552abbdc6f529d492e5912b8af6f3a3',1,'amrex::IntegratorBase']]], + ['_7einterpbase_8969',['~InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a73cb181d9364c6005abfcfdb54037291',1,'amrex::InterpBase']]], + ['_7einterpbndrydatat_8970',['~InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a62be51bb2441bc950b73e4ced3870ed9',1,'amrex::InterpBndryDataT']]], + ['_7eioformatsaver_8971',['~IOFormatSaver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a3ebdc468ec65196f3e3b4d91c8b9a67a',1,'amrex::IOFormatSaver']]], + ['_7elaunchsafeguard_8972',['~LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#ac98ea424ff44cda617d46e9146702d95',1,'amrex::Gpu::LaunchSafeGuard']]], + ['_7elayoutdata_8973',['~LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'amrex::LayoutData::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< RealTuple >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< PetscInt >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< HYPRE_Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< GFab >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< BCTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< RealTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< int > >::~LayoutData()']]], + ['_7elevelbld_8974',['~LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a11d53f835040bd5752faa947cfd9cdb9',1,'amrex::LevelBld']]], + ['_7elinedistfcnelement2d_8975',['~LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9b5d43a1548c7f7c5629d3f503c8c890',1,'amrex::LineDistFcnElement2d']]], + ['_7emask_8976',['~Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8cffce317097bc776ffc940f0e32ac37',1,'amrex::Mask']]], + ['_7ememoryhelper_8977',['~MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2bd023a8f85b1997c09c167f4ddd0201',1,'amrex::sundials::MemoryHelper']]], + ['_7ememprofiler_8978',['~MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a2b1473094731fadfe3fb624993cf2b65',1,'amrex::MemProfiler']]], + ['_7emffork_8979',['~MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a4bbeb1749eac4a25a1d01a42cc2e08df',1,'amrex::ForkJoin::MFFork']]], + ['_7emfiter_8980',['~MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac3223d243bff8f86cbd227b8f1af866',1,'amrex::MFIter']]], + ['_7emlabeclaplaciant_8981',['~MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5b243295797b07b0b3cbfe99bd1e72d7',1,'amrex::MLABecLaplacianT']]], + ['_7emlalaplaciant_8982',['~MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a339ba3605b9d07a9b8d646b9f706f4e2',1,'amrex::MLALaplacianT']]], + ['_7emlcellabeclapt_8983',['~MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad4713655e99b1cd1f480c36376be40f7',1,'amrex::MLCellABecLapT']]], + ['_7emlcelllinopt_8984',['~MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aaa89b0307d84d1687ece7880403c5689',1,'amrex::MLCellLinOpT']]], + ['_7emlcgsolvert_8985',['~MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#afe5724c3c9591ad70c477c8c08ac5cc8',1,'amrex::MLCGSolverT']]], + ['_7emlebabeclap_8986',['~MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a031719218377623662e5558ce927ad6f',1,'amrex::MLEBABecLap']]], + ['_7emlebnodefdlaplacian_8987',['~MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aeaa0c73ddfcd7079562b0dc98c5235d6',1,'amrex::MLEBNodeFDLaplacian']]], + ['_7emlebtensorop_8988',['~MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a5b8a6d18ce74de4a05c5f66bfecd40ba',1,'amrex::MLEBTensorOp']]], + ['_7emllinopt_8989',['~MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'amrex::MLLinOpT::~MLLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'MLLinOpT< Array< MultiFab, 3 > >::~MLLinOpT()']]], + ['_7emlmgbndryt_8990',['~MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5be1bbaf9ed18dc6066dba2cfd41c105',1,'amrex::MLMGBndryT']]], + ['_7emlmgt_8991',['~MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a33d9c9f2a6560267a6b9b78232702b92',1,'amrex::MLMGT']]], + ['_7emlnodeabeclaplacian_8992',['~MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7bdc70af21a96bbbc1da99cfb4299162',1,'amrex::MLNodeABecLaplacian']]], + ['_7emlnodelaplacian_8993',['~MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a799436c0f2d1a115bb2a71bb7fb7e876',1,'amrex::MLNodeLaplacian']]], + ['_7emlnodelinop_8994',['~MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4372a5e9a6d9a6e71fb6f5c12d1e996',1,'amrex::MLNodeLinOp']]], + ['_7emlnodetensorlaplacian_8995',['~MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa9c2da56077f3887ad01a39f0ffde521',1,'amrex::MLNodeTensorLaplacian']]], + ['_7emlpoissont_8996',['~MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9778d75f4e2b618f57cd2d6df57907ae',1,'amrex::MLPoissonT']]], + ['_7emltensorop_8997',['~MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a7084cff1a8a70a670eee4ba00b5f69e3',1,'amrex::MLTensorOp']]], + ['_7emulticutfab_8998',['~MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ab4e7bba2a1d004437f5175e6fba94282',1,'amrex::MultiCutFab']]], + ['_7emultifab_8999',['~MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae27094337c6cdcd4dd4a0e8dea9d1321',1,'amrex::MultiFab']]], + ['_7emultifabcopydescriptor_9000',['~MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ae5cd5802356f49aed0d6c5ab7d00fb66',1,'amrex::MultiFabCopyDescriptor']]], + ['_7emultimask_9001',['~MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a600deffa74aedae8cd4a0dc4d40bb31e',1,'amrex::MultiMask']]], + ['_7eneighborparticlecontainer_9002',['~NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4d1fb81f019aa99065cb59c879fd7e7c',1,'amrex::NeighborParticleContainer']]], + ['_7enfilesiter_9003',['~NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4f9a9917a9842e888fbdf9d45f5de52e',1,'amrex::NFilesIter']]], + ['_7enonesuch_9004',['~Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac0e729741324275e5bf39cc6dd143f4b',1,'amrex::detail::Nonesuch']]], + ['_7enosyncregion_9005',['~NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#aea2fd359c6a46de880e023c2fec1d480',1,'amrex::Gpu::NoSyncRegion']]], + ['_7eopenbcsolver_9006',['~OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a048ab1430daeb0d292d1e02c2e1b4dde',1,'amrex::OpenBCSolver']]], + ['_7eparena_9007',['~PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a4e359272e4b895952156d7f75c15f157',1,'amrex::PArena']]], + ['_7eparforinfo_9008',['~ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a946329b35181c218e019e1b767d42e95',1,'amrex::FabArrayBase::ParForInfo']]], + ['_7epargdbbase_9009',['~ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a6be4676bb80006afb09e37c10511669c',1,'amrex::ParGDBBase']]], + ['_7eparticlecontainer_5fimpl_9010',['~ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'amrex::ParticleContainer_impl::~ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::~ParticleContainer_impl()']]], + ['_7eparticlecontainerbase_9011',['~ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9767823a5595f287569a535bb3b8ae59',1,'amrex::ParticleContainerBase']]], + ['_7eparticlecpuwrapper_9012',['~ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a2afbf23a1587460b48f40077dccf41cc',1,'amrex::ParticleCPUWrapper']]], + ['_7eparticleidwrapper_9013',['~ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a421b8df4ba4bef283d8b812c8a35e976',1,'amrex::ParticleIDWrapper']]], + ['_7eparticletile_9014',['~ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6c64ca4be4201041261922655c37781e',1,'amrex::ParticleTile']]], + ['_7epersistentifstream_9015',['~PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a0e26d493a95283a9a5e195cda5453bc1',1,'amrex::VisMF::PersistentIFStream']]], + ['_7epetscabeclap_9016',['~PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a91d8873af4b7e4fc30dceb416fb300cc',1,'amrex::PETScABecLap']]], + ['_7epodvector_9017',['~PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< unsigned int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< std::size_t >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int *, DefaultAllocator< int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< index_type >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'amrex::PODVector::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::BoxND >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::NeighborCode >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::openbc::MomTag >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::STLtools::Triangle >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::XDim3 >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int * >::~PODVector()']]], + ['_7epolynomialif_9018',['~PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a38e787076c1c09ba8ea35d1815d97ea4',1,'amrex::EB2::PolynomialIF']]], + ['_7eprint_9019',['~Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f708f9025b6a26a4e955258b8738a59',1,'amrex::Print']]], + ['_7eprinttofile_9020',['~PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ab0074866efd97004b924c7bfbf67a569',1,'amrex::PrintToFile']]], + ['_7ereducedata_9021',['~ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a0fc76fd07dedd99b36524e3ce362f962',1,'amrex::ReduceData']]], + ['_7eref_5fwrapper_9022',['~ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8d68a19e8e692c80582c0e2a4470c7ae',1,'amrex::ref_wrapper']]], + ['_7eregionsprofstats_9023',['~RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#afe23b7a85cbdc57134ace7e6e2c99765',1,'RegionsProfStats']]], + ['_7eregiontag_9024',['~RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a12bfc559a8015e55f1564d0571c79f28',1,'amrex::FabArrayBase::RegionTag']]], + ['_7erkintegrator_9025',['~RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a08eaaf01ad8b70caf0f561edb42114b4',1,'amrex::RKIntegrator']]], + ['_7eshmem_9026',['~ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a676676f9a004e9446f0e2c7c62ce5297',1,'amrex::FabArray::ShMem']]], + ['_7esinglechunkarena_9027',['~SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5ebc7dfc5b1874f13bf2496e363f77fb',1,'amrex::detail::SingleChunkArena']]], + ['_7esinglestreamregion_9028',['~SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a33455053ce6fe40708d87db608c8b860',1,'amrex::Gpu::SingleStreamRegion']]], + ['_7esplinedistfcnelement2d_9029',['~SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a97f5555182978426366a185beee19805',1,'amrex::SplineDistFcnElement2d']]], + ['_7estatedata_9030',['~StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3d5f27474f7f24ed6995b4735150be55',1,'amrex::StateData']]], + ['_7estreamiter_9031',['~StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a08fc187035cb7994ed7b74652d1ae60a',1,'amrex::Gpu::StreamIter']]], + ['_7esundialsintegrator_9032',['~SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a8d368e32b7b9d20965c609d459d1e498',1,'amrex::SundialsIntegrator']]], + ['_7etabledata_9033',['~TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af6ca594ff322e1da97e1b6c1096dc183',1,'amrex::TableData']]], + ['_7etagbox_9034',['~TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a46499df9c37906b8d12c9561945e1671',1,'amrex::TagBox']]], + ['_7etagboxarray_9035',['~TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a64e4bff8da8d8c89a2e893b483161910',1,'amrex::TagBoxArray']]], + ['_7etimeintegrator_9036',['~TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acff5bb21bb84fea124f333d6f951c452',1,'amrex::TimeIntegrator']]], + ['_7etinyprofiler_9037',['~TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac86f51f4e2e72d2b045260f22d50475d',1,'amrex::TinyProfiler']]], + ['_7etinyprofileregion_9038',['~TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a529634d28a0589df7b0e0fd5f7294834',1,'amrex::TinyProfileRegion']]], + ['_7etracerparticlecontainer_9039',['~TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae25ae5ecf1993c40ef4a4679c70149d2',1,'amrex::TracerParticleContainer']]], + ['_7euserfunc_9040',['~UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a5e5c0b55f097cbd9ec1518561641d6eb',1,'amrex::AMRErrorTag::UserFunc']]], + ['_7evismf_9041',['~VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdd1a2e47dbb31f1ad2e19f0aef5ccd0',1,'amrex::VisMF']]], + ['_7exyplotdatalist_9042',['~XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a254017ded192870f9e88e201be790b4c',1,'amrex::XYPlotDataList']]], + ['_7exyplotdatalistlink_9043',['~XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ad2c424b10d115a46d3aa576f9e08e1f7',1,'amrex::XYPlotDataListLink']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_2.js b/amrex-hydro/Doxygen/html/search/all_2.js index 63fdb92..c17861d 100644 --- a/amrex-hydro/Doxygen/html/search/all_2.js +++ b/amrex-hydro/Doxygen/html/search/all_2.js @@ -1,324 +1,322 @@ var searchData= [ - ['b_1332',['b',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f',1,'amrex::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a59934d1ececebf10c8d6fcdb0412b283',1,'amrex::HypreIJIface::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abb0cef2ff7ee4b014b5c49b98596f4c0',1,'amrex::PETScABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8bf1aff14a4fff3cc12887bac7c96620',1,'amrex::HypreNodeLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aac9a18102f9bc2f5b4b060e49fabaea0',1,'amrex::HypreABecLap3::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#adba53e7521e75de463fb9903c0aa4322',1,'amrex::HypreABecLap2::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#af4c046c804e0bdd16f1f88e4adf5a221',1,'amrex::HypreABecLap::b()']]], - ['b2d_1333',['b2d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#aeade94c9720a2866e2b569a11b0ae142',1,'amrex::openbc::MomTag']]], - ['ba_5fcfb_1334',['ba_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac07051a2c7c91144216d0a333e2b9bce',1,'amrex::FabArrayBase::CFinfo']]], - ['ba_5fcrse_5fpatch_1335',['ba_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a6b1f18981c96f45dcf49c05987770548',1,'amrex::FabArrayBase::FPinfo']]], - ['ba_5ffine_5fpatch_1336',['ba_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#af6fcea43716595c028ab06b5ca6e57c0',1,'amrex::FabArrayBase::FPinfo']]], - ['back_1337',['back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::STLtools::Triangle >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::STLtools::Triangle >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::XDim3 >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::XDim3 >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::NeighborCode >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::NeighborCode >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::BoxND >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::BoxND >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'amrex::PODVector::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'amrex::PODVector::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3e895ae30030ef47d3796f4dee1769a9',1,'amrex::ArrayOfStructs::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa3c489e0d03d2e1b8986325317a04a33',1,'amrex::ArrayOfStructs::back() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< unsigned int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< unsigned int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< std::size_t >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< std::size_t >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int *, DefaultAllocator< int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< index_type >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< index_type >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int *, DefaultAllocator< int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int >::back()']]], - ['backgroundthread_1338',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html',1,'amrex::BackgroundThread'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a276804e5d463c6c46c248701f73f18c7',1,'amrex::BackgroundThread::BackgroundThread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ad8890dc2d74b85c2c76944b9fe74b9bf',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#af44fe9acf8dd7a7c6815ce8380134849',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread &&)=delete']]], - ['backward_1339',['backward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a74dd1b872a7f137e6d55d69b1444d2ba',1,'hacc::Dfft::backward(complex_t *out)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aabbda3d97d9422f63ac32a3bf81d5d79',1,'hacc::Dfft::backward(float *out, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80ed718b7bc25881cb073e957f1aea5e',1,'hacc::Dfft::backward(float *out, size_t ghost)']]], - ['balwaysfixdenormals_1340',['bAlwaysFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aaa3172ecb27298323dd87d8c72204eb2',1,'amrex::RealDescriptor']]], - ['bamrdataok_1341',['bAmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a9bee43add415cee502f4398657b80485',1,'amrex::DataServices']]], - ['baref_1342',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html',1,'amrex::BARef'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a299f5f87c10a06d86f32289928792d07',1,'amrex::BARef::BARef(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad2f872def0b3f44f438a4aa0ee455ad1',1,'amrex::BARef::BARef(const BARef &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a9c091cdb6183ee153e309231d68ef52b',1,'amrex::BARef::BARef(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a99abf80b40a6ebff2f6ac1e3e71a21da',1,'amrex::BARef::BARef(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a85cb1fd1c58fbc88dad28f9336d6245f',1,'amrex::BARef::BARef()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a7a41d2a79c7b1a0f9b36ffa0afbc6b49',1,'amrex::BARef::BARef(size_t size)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a789502091a9bdb1518f980349e484bfc',1,'amrex::BARef::BARef(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a850d8df48213b59d82ab683351d2805e',1,'amrex::BARef::BARef(const BoxList &bl)']]], - ['barena_1343',['BArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html',1,'amrex']]], - ['barrier_1344',['Barrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a4347ef786e0e215ff18290a6d2e8a415',1,'amrex::ParallelDescriptor::ProcessTeam::Barrier()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a474bca89f351da66587e049dfa4265d6',1,'amrex::ParallelDescriptor::Barrier(const MPI_Comm &, const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac0861548eabcd3f4b4c72a8826f83f8e',1,'amrex::ParallelDescriptor::Barrier(const std::string &)']]], - ['barrierall_1345',['BarrierAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aaeeaf782f50e27058a857cd86febcdd3',1,'amrex::ParallelContext']]], - ['barrierentry_1346',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a1330c7cc1ff74140f7a408663d21b537',1,'CommProfStats::BarrierEntry::BarrierEntry()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a8323a9d1128d230d3cd3ec5d448f7577',1,'CommProfStats::BarrierEntry::BarrierEntry(long n, const std::string &nm, long i, int bnn)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats::BarrierEntry']]], - ['barriernames_1347',['barrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8a2403290796125e47b6b85b70a0d69',1,'CommProfStats']]], - ['barriernames_1348',['BarrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a22cbc931b34ba5a5f9823ea4b8fb0c40',1,'CommProfStats']]], - ['barriernumberstonames_1349',['BarrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad8dbb3518a8cba134327064fd5875468',1,'BLProfStats']]], - ['barriernumberstonames_1350',['barrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d4b65df466fc4e6154b2c5b3af454b8',1,'BLProfStats']]], - ['barriers_1351',['barriers',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#aa614e74a38459674fd55176f2b42e82e',1,'CommProfStats::DataBlock']]], - ['barriersub_1352',['BarrierSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863',1,'amrex::ParallelContext']]], - ['base_1353',['Base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'amrex::ParticleInterpolator']]], - ['base_1354',['base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a05f29434756e9ac47cca98644a2dc60e',1,'amrex::NonLocalBC::MapComponents']]], - ['base_3c_20linear_2c_20amrex_3a_3areal_20_3e_1355',['Base< Linear, amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], - ['base_3c_20nearest_2c_20int_20_3e_1356',['Base< Nearest, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], - ['basefab_1357',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'amrex::BaseFab< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< char >::BaseFab(Array4< char > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< char >::BaseFab(Array4< char > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< char >::BaseFab(Array4< char const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< char >::BaseFab(Array4< char const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< char >::BaseFab(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< EBCellFlag >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< EBCellFlag >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< EBCellFlag >::BaseFab(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< PetscInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< PetscInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< int >::BaseFab(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< int >::BaseFab(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< int >::BaseFab(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< int >::BaseFab(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< int >::BaseFab(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< int >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< int >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< int >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< HYPRE_Int >::BaseFab(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< Real >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< Real >::BaseFab(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< Real >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< Real >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< Real >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< Real >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< PetscInt >::BaseFab(BaseFab< PetscInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'amrex::BaseFab::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'amrex::BaseFab::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'amrex::BaseFab::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'amrex::BaseFab::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'amrex::BaseFab::BaseFab(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'amrex::BaseFab::BaseFab(Array4< T > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'amrex::BaseFab::BaseFab(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< AtomicInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< AtomicInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< AtomicInt >::BaseFab(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< AtomicInt >::BaseFab(Arena *ar) noexcept']]], - ['basefab_3c_20atomicint_20_3e_1358',['BaseFab< AtomicInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20char_20_3e_1359',['BaseFab< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20ebcellflag_20_3e_1360',['BaseFab< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20hypre_5fint_20_3e_1361',['BaseFab< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20int_20_3e_1362',['BaseFab< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20petscint_20_3e_1363',['BaseFab< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20real_20_3e_1364',['BaseFab< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_5ffinalize_1365',['BaseFab_Finalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67b24cef9df62e8cced041445b239e86',1,'amrex']]], - ['basefab_5finitialize_1366',['BaseFab_Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6',1,'amrex']]], - ['basename_1367',['BaseName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#acdc54dfd982d910dafbe21e9c0459bf1',1,'amrex::VisMF']]], - ['baset_1368',['BaseT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a42de2ec6d2a8822f8bff33922347f6d8',1,'amrex::FEIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a61b0efc2ba701e047e29f92ed1204b52',1,'amrex::RKIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a7b4248dc9ad4bec4ce2359e1669faa27',1,'amrex::SundialsIntegrator::BaseT()']]], - ['basic_1369',['basic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2',1,'amrex']]], - ['basisrealv_1370',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d734f607d5639afba8bf2e56c4c66ac',1,'amrex::RealVect::BASISREALV()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486',1,'amrex::BASISREALV(int dir) noexcept']]], - ['basisv_1371',['BASISV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8',1,'amrex']]], - ['batbndryreg_1372',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html',1,'amrex::BATbndryReg'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a454faaea656ecae94058378aa39792e8',1,'amrex::BATbndryReg::BATbndryReg()']]], - ['batcoarsenratio_1373',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html',1,'amrex::BATcoarsenRatio'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a02b6c9046695228f048fca5ea92a11db',1,'amrex::BATcoarsenRatio::BATcoarsenRatio()']]], - ['batindextype_1374',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html',1,'amrex::BATindexType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abf80252f8910cfd2746917fc4bf65bed',1,'amrex::BATindexType::BATindexType()']]], - ['batindextype_5fcoarsenratio_1375',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html',1,'amrex::BATindexType_coarsenRatio'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a018850ccf13a85871016078d42d47acb',1,'amrex::BATindexType_coarsenRatio::BATindexType_coarsenRatio()']]], - ['batnull_1376',['BATnull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html',1,'amrex']]], - ['batop_1377',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex::BATransformer::BATOp'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a221948cf931ebf7ae97fd6cbc80a7d61',1,'amrex::BATransformer::BATOp::BATOp() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a08b7befe0d3be3fd7cec0fc17832f89a',1,'amrex::BATransformer::BATOp::BATOp(IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a3834e9c9445ec289b6d868f29f4ebfd4',1,'amrex::BATransformer::BATOp::BATOp(IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#afd4493c8028cd11dab3a11c1b5d7f906',1,'amrex::BATransformer::BATOp::BATOp(IndexType t, IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a8a638320a3eff1eddadce618e107e535',1,'amrex::BATransformer::BATOp::BATOp(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad) noexcept']]], - ['batransformer_1378',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html',1,'amrex::BATransformer'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a34546a5ba0006584f390d2a051f25a3a',1,'amrex::BATransformer::BATransformer()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a0d5404cf30e094f664ab13a32024777d',1,'amrex::BATransformer::BATransformer(IndexType t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1d26c72183fc41c34c8b647b2672993e',1,'amrex::BATransformer::BATransformer(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad)']]], - ['battype_1379',['BATType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feb',1,'amrex::BATransformer']]], - ['bbox_1380',['bbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a88374d21f3cf26914235a3136df641f7',1,'amrex::BARef']]], - ['bc_1381',['bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a028da3417e8c939df2795b540b9b3533',1,'amrex::StateDescriptor::bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adb5fc84ac2f9e43e15f6cc05ed2216f5',1,'amrex::BCRec::bc()']]], - ['bc_5ffunc_1382',['bc_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a441b52239a3fe61b2d2fa90f6174ef7a',1,'amrex::StateDescriptor']]], - ['bc_5fpt_5fend_1383',['bc_pt_end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acf0af49643ea92e7bf5cddc7aa649058',1,'amrex::SplineDistFcnElement2d']]], - ['bc_5fpt_5fstart_1384',['bc_pt_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a893b3a26f68475031476e02fca6246c7',1,'amrex::SplineDistFcnElement2d']]], - ['bcartgrid_1385',['bCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab44433cd1de27af67df3e342b3cd36e7',1,'amrex::AmrData']]], - ['bcast_1386',['Bcast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9e67de311d5153ce34e743c7792de733',1,'amrex::ParallelDescriptor::Bcast(void *, int, MPI_Datatype, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a20157f27c3bf88a426b0f44bd6bbf135',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab86dba69cfd44465e773abcc8a4bcecf',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root, const MPI_Comm &comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a888b64c6c10ac205e70f5627921668ef',1,'amrex::ParallelDescriptor::Bcast(Box *b, size_t n, int root)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a62a9e0ec396f6f764973eb0feb6b43ff',1,'amrex::BoxList::Bcast()']]], - ['bcast_5fmoments_1387',['bcast_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac9096a2954bfd6a9f717711b294b9f95',1,'amrex::OpenBCSolver']]], - ['bclhi_1388',['bclhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#afd91fff06baaefde6f7619dba9007355',1,'amrex::MLMGPSTag']]], - ['bcllo_1389',['bcllo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#adcec319cce6a75a26a3cf838f4f0ac6f',1,'amrex::MLMGPSTag']]], - ['bcloc_1390',['bcloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad89ec369f00b9eeaf36ae20e4959825b',1,'amrex::MLCellLinOpT::BndryCondLoc::bcloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af7bb1a70a4e8bb07247e07f9de03c3ab',1,'amrex::BndryDataT::bcloc()']]], - ['bcloc_5fhi_1391',['bcloc_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a072aede793f90b1c76a24c104a76cd2b',1,'amrex::MLMGABCTag']]], - ['bcloc_5flo_1392',['bcloc_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#adb4f43a819f44dc4e03efb9c2b8e4c85',1,'amrex::MLMGABCTag']]], - ['bcmode_1393',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab0aa1d27d42faff94c85af0b3a9a3b39',1,'amrex::MLMGT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'MLLinOpT< Array< MultiFab, 3 > >::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'amrex::MLLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac9899bfb41cbcbf7f462d272047552e0',1,'amrex::MLCurlCurl::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a5f24e3a713313778626619bfd96ebc96',1,'amrex::MLCellLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627',1,'amrex::LinOpEnumType::BCMode()']]], - ['bcoefs_1394',['bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac7dbd144ec1cfc9a3c7802f0d9a76a01',1,'amrex::PETScABecLap::bcoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a097bf586d48d127374ec0d293dd3bd41',1,'amrex::Hypre::bcoefs()']]], - ['bcond_1395',['bcond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ae6a0cd5c389348f2d77876ddfe46a3e0',1,'amrex::MLCellLinOpT::BndryCondLoc::bcond()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a043be8a7bc1486ff3e42dde8d785023c',1,'amrex::BndryDataT::bcond()']]], - ['bcperiodic_1396',['bcPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab474ed08790246bc8253d185c7181554',1,'amrex::btUnit']]], - ['bcr_1397',['bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a222aca825f0b80bc8de5522d155ba0e7',1,'amrex::DeriveRec']]], - ['bcr3d_1398',['bcr3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a34c2f0068a7832ca670a0476cea011fc',1,'amrex::DeriveRec']]], - ['bcrec_1399',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html',1,'amrex::BCRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ad2a7c418c7fb23e464b9cc5a8761f741',1,'amrex::BCRec::BCRec(const Box &bx, const Box &domain, const BCRec &bc_domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a9e5719f622b7d89450779f87943605f0',1,'amrex::BCRec::BCRec() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae1576e0b559f11a37341daf6c66ab4ba',1,'amrex::BCRec::BCRec(const int *a_lo, const int *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa5257e844dbc3d0b0b444cc570f01771',1,'amrex::BCRec::BCRec(AMREX_D_DECL(int loX, int loY, int loZ), AMREX_D_DECL(int hiX, int hiY, int hiZ)) noexcept']]], - ['bcthi_1400',['bcthi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a20538805638333c905e2d73f5a2ef6be',1,'amrex::MLMGPSTag']]], - ['bctl_1401',['BCTL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex::MLCellLinOpT']]], - ['bctl_1402',['bctl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a72db86cea24b60ea27e4976487638fcd',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['bctl_5fdv_1403',['bctl_dv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a586701d3581be6ab615dca7d35488c',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['bctlo_1404',['bctlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ae9d986e8d5951f695e0e98fb8144c6d7',1,'amrex::MLMGPSTag']]], - ['bctuple_1405',['BCTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a15ee28dffde2cfba2184e2364fc2ed8b',1,'amrex::MLMGBndryT::BCTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6ce4d3fd41e76507b017ff826a52c62e',1,'amrex::MLCellLinOpT::BCTuple()']]], - ['bctype_1406',['BCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a047885327e9a796d040945393d184d4b',1,'amrex::MLPoissonT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'MLLinOpT< Array< MultiFab, 3 > >::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'amrex::MLLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a417c10c0be808ec849890def26af4fee',1,'amrex::MLCurlCurl::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a507cfffa6d7098331e08cc35e7c19e18',1,'amrex::MLCellLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a92995ebf5680191fe14e7ddf25b9b7d8',1,'amrex::MLALaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2ad4b24859222a5dc0a6e68b4f63f2d4',1,'amrex::MLABecLaplacianT::BCType()']]], - ['bctype_1407',['bctype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ada76f23f789da2be981f0c3ec8784d34',1,'amrex::BoundCond']]], - ['bctype_5fhi_1408',['bctype_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#af18d354d0f13662132092d19be5cb363',1,'amrex::MLMGABCTag']]], - ['bctype_5flo_1409',['bctype_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ad831532cf8c44b9d58e57568abd12b94',1,'amrex::MLMGABCTag']]], - ['bcval_5fhi_1410',['bcval_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2303bf2fb28d1c60cdf883086443a47e',1,'amrex::MLMGABCTag']]], - ['bcval_5flo_1411',['bcval_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#aa69d5e5277ca64a23cbdefd0f2aaccbc',1,'amrex::MLMGABCTag']]], - ['bdefaultinclude_1412',['bDefaultInclude',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a70374c3c2fee588ba0cdbcdcb80ad103',1,'BLProfStats']]], - ['bdkey_1413',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex::FabArrayBase::BDKey'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acfc41f7fbe994eb11b68448dff90f9e8',1,'amrex::FabArrayBase::BDKey::BDKey() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a2bbbd3ee02d682c985d8f2dfb744bf10',1,'amrex::FabArrayBase::BDKey::BDKey(const BoxArray::RefID &baid, const DistributionMapping::RefID &dmid) noexcept']]], - ['bdryhi_1414',['bdryHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9',1,'amrex']]], - ['bdrylo_1415',['bdryLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0',1,'amrex']]], - ['bdrynode_1416',['bdryNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a',1,'amrex']]], - ['bds_1417',['BDS',['../group__BDS.html',1,'(Global Namespace)'],['../namespaceBDS.html',1,'BDS']]], - ['begin_1418',['begin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::NeighborCode >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'amrex::PODVector::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'amrex::PODVector::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::BoxND >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::BoxND >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::NeighborCode >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a42794840b7f30c436e3f1a6616d2e28b',1,'amrex::Neighbors::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::openbc::MomTag >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::openbc::MomTag >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::STLtools::Triangle >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::STLtools::Triangle >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::XDim3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::XDim3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, nelems >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal *, NAR >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal *, NAR >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, nelems >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'amrex::IntVectND::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'amrex::IntVectND::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'IntVectND< AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'IntVectND< AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ae731434af53f3575e4f74588d19705a8',1,'amrex::Neighbors::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< unsigned int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< std::size_t >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< std::size_t >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< unsigned int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a4d8a0ff4b36cd64070e3bbf980788054',1,'amrex::Gpu::range_detail::range_impl::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a61f956fb45470d56b5f064ab95fb6b12',1,'amrex::WeightedBoxList::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#acdc00992564ca91350fdcd3d2a38e095',1,'amrex::WeightedBoxList::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6',1,'amrex::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< index_type >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< index_type >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int *, DefaultAllocator< int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int *, DefaultAllocator< int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxDomain::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aa39708cce4724ecb5eedffb2d91ddf1c',1,'amrex::BinIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a075eae591eb5b0de619099aaa3e18119',1,'amrex::ArrayOfStructs::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a62e4c34a0bea528c7e0a3e1c0023ea04',1,'amrex::ArrayOfStructs::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a95521eae522931f98cbb29c0daba5b35',1,'amrex::Array3D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a3df8243e0461c2c070936b3e7f7f2031',1,'amrex::Array3D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'amrex::Array2D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'amrex::Array2D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'Array1D< int, 0, N-1 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'Array1D< int, 0, N-1 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#acc728a4ffcef48eef5ef2ebe9b0a3ed6',1,'amrex::Table4D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#ae6e3b01db1692caf20dae041275adec0',1,'amrex::Table3D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'Table2D< RT >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'amrex::Table2D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a1b493bd89c1d953f72b18dbfb82fc311',1,'amrex::Table1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< Real const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'amrex::Array4::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#af75e04838970facf1335f10eb67cdeb7',1,'amrex::BoxIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxDomain::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 4 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 4 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int *, NAI >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int *, NAI >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const int *, NArrayInt >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< bool, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const int *, NArrayInt >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxList::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxList::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'amrex::GpuArray::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'amrex::GpuArray::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::Interval, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::Interval, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< bool, N >::begin()']]], - ['begin_5fiv_1419',['begin_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a',1,'amrex']]], - ['beginindex_1420',['beginIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a65b335b52bc54d9eaf7030a4fce20cf8',1,'amrex::MFIter']]], - ['bf_5fext_5fdir_5fthreadsafe_1421',['bf_ext_dir_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af06461b6b33c771b006b187796d88630',1,'amrex::StateDescriptor']]], - ['bf_5fthread_5fsafety_1422',['bf_thread_safety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac158f317f5d49b5ba4a4c10223df05bc',1,'amrex::StateDescriptor']]], - ['bglobalminmax_1423',['BGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a2a1665b43e87adbb056f0862849da4d9',1,'amrex::Amrvis']]], - ['bicgcg_1424',['bicgcg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064',1,'amrex']]], - ['bicgstab_1425',['BiCGStab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa17f477cd947340d28b9a4d6f49c1e43b',1,'amrex::MLCGSolverT']]], - ['bicgstab_1426',['bicgstab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13',1,'amrex']]], - ['bicgstab_5fsolver_5fconfigure_1427',['bicgstab_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a29206029adc7725812d03454b9c178ed',1,'amrex::HypreIJIface']]], - ['bigend_1428',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'amrex::BaseFab::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< AtomicInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< char >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< EBCellFlag >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< HYPRE_Int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< PetscInt >::bigEnd()']]], - ['bigend_1429',['bigend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'BoxND< AMREX_SPACEDIM >::bigend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'amrex::BoxND::bigend()']]], - ['bigend_1430',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'BoxND< AMREX_SPACEDIM >::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'BoxND< AMREX_SPACEDIM >::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'BoxND< AMREX_SPACEDIM >::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'amrex::BoxND::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'amrex::BoxND::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'amrex::BoxND::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< Real >::bigEnd()']]], - ['bin_5fsize_1431',['bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a09715cba9b15ca7c87543db7a45a32b0',1,'amrex::GetParticleBin']]], - ['bin_5ftype_1432',['bin_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a3bea2b14d8950423ccd43ff1c81b8baf',1,'amrex::SparseBins']]], - ['binitdatablocks_1433',['bInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa495084e5ea8770e445d0055974e79f5',1,'RegionsProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a923e282e808775e9fb1578d7f41c1829',1,'CommProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a71e8f90f882541f319f641623c1d760f',1,'BLProfStats::bInitDataBlocks()']]], - ['biniterator_1434',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html',1,'amrex::BinIterator< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a693ebae70056bdc07944d7a8a7aa1b4e',1,'amrex::BinIterator::BinIterator()']]], - ['biniteratorfactory_1435',['BinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a015439d37e7fd4c3ded33837a8b502bc',1,'amrex::SparseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aa04241c5ac3af03cc7e1d985fa591e45',1,'amrex::ParticleLocator::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< typename amrex::ParticleTileData >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< ParticleType >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'amrex::DenseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'amrex::AmrParticleLocator::BinIteratorFactory()']]], - ['binmapper_1436',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html',1,'amrex::BinMapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a2fc716ebcdf02dabc5c00fbc19419155',1,'amrex::BinMapper::BinMapper()']]], - ['binsptr_1437',['binsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< ParticleType >::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< ParticleType >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'amrex::DenseBins::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'amrex::DenseBins::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() const noexcept']]], - ['binvalidminmax_1438',['BINVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a970c9283c08d1ad380beb8cb5fbcfcb0',1,'amrex::Amrvis']]], - ['bisect_1439',['bisect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2',1,'amrex::bisect(T const *d, I lo, I hi, T const &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38',1,'amrex::bisect(T lo, T hi, F f, T tol=1e-12, int max_iter=100)']]], - ['bits_1440',['bits',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a80ddd826639ec72c71ba72a3c6dfc09a',1,'amrex::algoim::PsiCode']]], - ['bl_5fallocate_1441',['bl_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html',1,'amrex_mempool_module']]], - ['bl_5fallocate_5fi1_1442',['bl_allocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#aa4c809c38414c0a2b7f35b7c80db61fe',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#adaed8e70771d6f1185066689ca109122',1,'amrex_mempool_module::bl_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d',1,'amrex_mempool_module::bl_allocate_i1()']]], - ['bl_5fallocate_5fi2_1443',['bl_allocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#aef412351fc6271c67fa58f11f7c1e542',1,'amrex_mempool_module::bl_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac14432cf9370f7e0e02f0417b5baffce',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aa71f81465fb7c20c4b6925bd21e4d36e',1,'amrex_mempool_module::bl_allocate_i2(a, lo1, hi1, lo2, hi2)']]], - ['bl_5fallocate_5fi3_1444',['bl_allocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad2bcb4576ef3a75d7e2c985621fd852',1,'amrex_mempool_module::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f51143acfdbd20a8cb98f7cf81ac103',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a882dff48549ea8febf0e9e1ef59f2e89',1,'amrex_mempool_module::bl_allocate::bl_allocate_i3()']]], - ['bl_5fallocate_5fr1_1445',['bl_allocate_r1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a791f09eee564747f6d2edf9734f0be4e',1,'amrex_mempool_module::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8cf5d88703f7a13c9b8164273a746393',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5b7d388e96d5dfb7b4e2551c51b9cd87',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1()']]], - ['bl_5fallocate_5fr1_5fv_1446',['bl_allocate_r1_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2',1,'amrex_mempool_module::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6cb21970e68d3e48dbc7d8ecfdf6283f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5073ed867b16ca13523a3eb3af711009',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_v()']]], - ['bl_5fallocate_5fr1_5fvc_1447',['bl_allocate_r1_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ab7ef2ee373d559cbf4aad8474d130184',1,'amrex_mempool_module::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#af37026fa3f140bb0de1fdbabf1098d41',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a76292bbd40d529c388659cf236f3241d',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_vc()']]], - ['bl_5fallocate_5fr2_1448',['bl_allocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abf42bbe6fd69ab7fd5f42295f37511f6',1,'amrex_mempool_module::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a4f4a275401f9fab0feba1a172b517ec6',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8a6154f6bc163e49b81e1fa496ccd703',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2(a, lo1, hi1, lo2, hi2)']]], - ['bl_5fallocate_5fr2_5fv_1449',['bl_allocate_r2_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f1da1914f4fafd291347a83e3e0b34f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae1abd02d5d261da4945874f34fcc7968',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a84ebf30624b4cdcac21c9d3e9fc696f7',1,'amrex_mempool_module::bl_allocate_r2_v(a, lo, hi)']]], - ['bl_5fallocate_5fr2_5fvc_1450',['bl_allocate_r2_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166',1,'amrex_mempool_module::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4db4ef84aec0a796bece72050cd31397',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a2d50549e4b4739326733c60cb1ceae67',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_vc()']]], - ['bl_5fallocate_5fr3_1451',['bl_allocate_r3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6981412d8a38668123444398651c906a',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae6b8abff9ca4bed0746d2df4e2bd277f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a52df12c154901553f7481a5ddd08b16f',1,'amrex_mempool_module::bl_allocate_r3()']]], - ['bl_5fallocate_5fr3_5fv_1452',['bl_allocate_r3_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4a19a125194118a2f3d594c048d727dd',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a6986e6f5420605e938093d91ea6ee6cb',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8',1,'amrex_mempool_module::bl_allocate_r3_v()']]], - ['bl_5fallocate_5fr3_5fvc_1453',['bl_allocate_r3_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a328c584a18240b86b60fd91796f2d74b',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a1b10764ffdbc27f785230c38110f515f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#afeca944fb51530f218008c7e4b205f9d',1,'amrex_mempool_module::bl_allocate_r3_vc()']]], - ['bl_5fallocate_5fr4_1454',['bl_allocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a28590a3427c6eeb3ff0c320395b36e69',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a483da24e5876535560d6bde44de2d3cd',1,'amrex_mempool_module::bl_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ae6c3227b5028494bf546db05a95af9c2',1,'amrex_mempool_module::bl_allocate_r4()']]], - ['bl_5fallocate_5fr5_1455',['bl_allocate_r5',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a624276cf021696067e52bf9cc2808898',1,'amrex_mempool_module::bl_allocate::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a6d8b7261d54ef467614fc895789808f5',1,'amrex_mempool_module::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a25c875a21585500c704ef18c300f7b88',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r5()']]], - ['bl_5fallocate_5fr6_1456',['bl_allocate_r6',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ad65c591d777654a3b5803f488b8c4a83',1,'amrex_mempool_module::bl_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac6bcf5d23b46095d0cfe4b81ee378058',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6',1,'amrex_mempool_module::bl_allocate_r6(a, lo1, hi1, lo2, hi2, lo3, hi3, lo4, hi4, lo5, hi5, lo6, hi6)']]], - ['bl_5fdeallocate_1457',['bl_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html',1,'amrex_mempool_module']]], - ['bl_5fdeallocate_5fi1_1458',['bl_deallocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a7d734565739c8ecaab264c90cbd189bc',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a76d8601110b693099b70ee07c02efdb1',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a616f74b36b41fe3efc1129f2b31696d6',1,'amrex_mempool_module::bl_deallocate_i1(a)']]], - ['bl_5fdeallocate_5fi2_1459',['bl_deallocate_i2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad3d1f1a2c6ba53c2d604edd11821415f',1,'amrex_mempool_module::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a6003d603a35f9dd4fa8fd70b24a9080b',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ab8a1c1a7b1f4f9c2d7addad056c4f424',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i2()']]], - ['bl_5fdeallocate_5fi3_1460',['bl_deallocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#af0e149069027cb6e1937f1ab44c16ca4',1,'amrex_mempool_module::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#acf5c362213b78718bb7c0d884168b879',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a33397022560f0ced7823bb1465026106',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i3(a)']]], - ['bl_5fdeallocate_5fr1_1461',['bl_deallocate_r1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#acffa0dad2aaa9bd63a20fc8ff3bb163b',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a8d123bf3aaa1f2a07999108772fd48a4',1,'amrex_mempool_module::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a63349895d61a0ecb96305b8daa5e2ee0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r1(a)']]], - ['bl_5fdeallocate_5fr2_1462',['bl_deallocate_r2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#adf8cd7d3386ee5d25007d25cad5b2123',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad460022e6c3ac9118ee5f0b072731ab8',1,'amrex_mempool_module::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a1a9425ca18ac53eef1c90190666db56c',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r2()']]], - ['bl_5fdeallocate_5fr3_1463',['bl_deallocate_r3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a2530dd0d3b54cee4edb6921760f45905',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ac20d001ceb12398adde28bf077e9ca1d',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad0f4a3f588f06c4a2da3c27d8918906',1,'amrex_mempool_module::bl_deallocate_r3()']]], - ['bl_5fdeallocate_5fr4_1464',['bl_deallocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a6ffc7838f1c62b313542f0ea786ecaa0',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a838877fb568c97e993ab5d0a0d61ff54',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a78c97371c252f07a69a789c19934af17',1,'amrex_mempool_module::bl_deallocate_r4(a)']]], - ['bl_5fdeallocate_5fr5_1465',['bl_deallocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a9a5a87af4dbe87879e6f5496a6d52707',1,'amrex_mempool_module::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#af98cc14066f18d0c575ab9d533627fd0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#af24cc70cc5b583aad1ed1b171417f778',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r5()']]], - ['bl_5fdeallocate_5fr6_1466',['bl_deallocate_r6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abdc190f8793840926895d5926e3b0270',1,'amrex_mempool_module::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a2b5c6416c7adc7b474ac5c775cf93246',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#ae67f5eef086a5077920094d8bc0c076f',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r6()']]], - ['bl_5ffort_5fproc_5fdecl_1467',['BL_FORT_PROC_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a967ee2806a6203f8fee9dfa5b7cbc3a1',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_MYPROC, bl_pd_myproc)(int *myproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_COMMUNICATOR, bl_pd_communicator)(void *vcomm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa5dec01b84a2e49488e12992593591c',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_BARRIER, bl_pd_barrier)()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4aaac68a526721b739e82ab88091e834',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_NPROCS, bl_pd_nprocs)(int *nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76aa7801d002af637405b25a8e1b2792',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IOPROC, bl_pd_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28f369d555a5ea5f2aab2e6a64c2f08',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IS_IOPROC, bl_pd_is_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_SECOND, bl_pd_second)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3ff2bd55bb9e1b66ae7bb60cd159483a',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_MAX_TO_IOPROC, bl_pd_reduce_real_max_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3f2139f00295dccb7905968c602d6763',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_SUM_TO_IOPROC, bl_pd_reduce_real_sum_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6b00ecb0ae5350278a633a75443d947e',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_ABORT, bl_pd_abort)()']]], - ['bl_5fhpgmg_2ecpp_1468',['BL_HPGMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8cpp.html',1,'']]], - ['bl_5fhpgmg_2eh_1469',['BL_HPGMG.H',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8H.html',1,'']]], - ['bl_5fspacedim_1470',['bl_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c',1,'amrex_fort_module']]], - ['black_1471',['Black',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae412efe15f82f962408e557b3cee52e4',1,'amrex::BGColor::Black()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab',1,'amrex::FGColor::Black()']]], - ['blbacktrace_1472',['BLBackTrace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html',1,'amrex']]], - ['blbter_1473',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html',1,'amrex::BLBTer'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ade43d4e6e70c8520d4d1be4bd6007c78',1,'amrex::BLBTer::BLBTer(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab39b3856a46cfe28beb925329d1e01be',1,'amrex::BLBTer::BLBTer(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#acbd71a84437f500f76af1f585386c007',1,'amrex::BLBTer::BLBTer(const std::string &s, const char *file, int line)']]], - ['bldfinelevels_1474',['bldFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab8927740a33405d6bffe05755f67f5db',1,'amrex::Amr']]], - ['blen_1475',['blen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ab6deadfffea603d9264c962bf35928d9',1,'amrex::MLMGABCTag::blen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a0d7cdc83739bdd08706430ed96678580',1,'amrex::MLMGPSTag::blen()']]], - ['block_1476',['block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a20a366d961aa30bc166cfc7e5ec9a185',1,'amrex::CArena::Node::block() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a644086075ae8e03798c85ae56205c953',1,'amrex::CArena::Node::block(void *blk) noexcept']]], - ['block_5fpotential_1477',['block_potential',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acc33b913d7ecfb81353190b3ce2e95df',1,'amrex::openbc']]], - ['blockid_1478',['blockid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a4b76869f13f33a51e15dcc7284301d85',1,'amrex::BlockMutex::state_t::II']]], - ['blocking_5ffactor_1479',['blocking_factor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aec9f071fb0930efe09a4efe35edc4a2f',1,'amrex::AmrInfo']]], - ['blockingfactor_1480',['blockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af4a41ee86449b2afa949b6d68f6faf6f',1,'amrex::AmrMesh']]], - ['blockmutex_1481',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html',1,'amrex::BlockMutex'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a6ecc59b2420e534d8288d4dbc46bcb72',1,'amrex::BlockMutex::BlockMutex()']]], - ['blockreduce_1482',['blockReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a06351ce8c083138d26fa7653a0c63d7b',1,'amrex::Gpu']]], - ['blockreduce_5fpartial_1483',['blockReduce_partial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab9a50b1a64ebde8610e71103d50c9ff4',1,'amrex::Gpu']]], - ['blockreducemax_1484',['blockReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a60fd190b91e286384cf13808993fea3d',1,'amrex::Gpu']]], - ['blockreducemin_1485',['blockReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4c26ead15b942c1c4a0195ca7483a315',1,'amrex::Gpu']]], - ['blockreducesum_1486',['blockReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a486219b28139a9445f213969c5324167',1,'amrex::Gpu']]], - ['blockstatus_1487',['BlockStatus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus.html',1,'amrex::Scan::detail']]], - ['blockstatus_3c_20t_2c_20false_20_3e_1488',['BlockStatus< T, false >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html',1,'amrex::Scan::detail']]], - ['blockstatus_3c_20t_2c_20true_20_3e_1489',['BlockStatus< T, true >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html',1,'amrex::Scan::detail']]], - ['blpdatablock_1490',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5e9006da23c471e5e375d6995d7ad30c',1,'BLProfStats::BLPDataBlock::BLPDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afd73e4277d05cc2d0b08c1a49a7b3dfa',1,'BLProfStats::BLPDataBlock::BLPDataBlock(int p, const std::string &fn, long sp, int si)'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats::BLPDataBlock']]], - ['blpdatablocks_1491',['blpDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#abb120e148e578dea3b6f1a997d54c079',1,'BLProfStats']]], - ['blpdatafilenames_1492',['blpDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78868d7cea3662827ca187695cb06bf7',1,'BLProfStats']]], - ['blpdatastreams_1493',['blpDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0eabcbf58e2437da683f110ef496c902',1,'BLProfStats']]], - ['blpfnames_1494',['blpFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64f39f91d28ff7c34e8a5337f71b27',1,'BLProfStats']]], - ['blpfnames_1495',['BLPFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae4254a166bcebf1c002d16e350167508',1,'BLProfStats']]], - ['blprofiler_1496',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html',1,'amrex::BLProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a039dcb384283c3461091792da9c959e5',1,'amrex::BLProfiler::BLProfiler()']]], - ['blprofstats_1497',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html',1,'BLProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae3e98ce74ad3d01e423149655526d44c',1,'BLProfStats::BLProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats']]], - ['blprofversion_1498',['blProfVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aff3df1b96b0cf4e527d31f366b51649e',1,'BLProfStats']]], - ['blue_1499',['Blue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a1675bd00cc85236d00ca403a9a577662',1,'amrex::BGColor::Blue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426',1,'amrex::FGColor::Blue()']]], - ['bnamenumber_1500',['bNameNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a14d594f7a0f3360a1efbe5621869d37e',1,'CommProfStats::BarrierEntry']]], - ['bndry_1501',['bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a885dd729158b9a96cc833b5a291be3bf',1,'amrex::BndryRegisterT']]], - ['bndrybatransformer_1502',['BndryBATransformer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6',1,'amrex']]], - ['bndrycondloc_1503',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html',1,'amrex::MLCellLinOpT::BndryCondLoc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a99e440bed56a5f50e03ab37d85cd4e',1,'amrex::MLCellLinOpT::BndryCondLoc::BndryCondLoc(const BoxArray &ba, const DistributionMapping &dm, int ncomp)']]], - ['bndryconds_1504',['bndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a7869989cb6ec32d6d198c73c30eae2c4',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#adddea7b29d5088e3503b52bd225915ba',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a06c546aa81b72020efdddf748a5d0164',1,'amrex::BndryDataT::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae3a893425723763871fed2b8f6727abf',1,'amrex::BndryDataT::bndryConds(int igrid) const noexcept']]], - ['bndrydata_1505',['BndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32',1,'amrex']]], - ['bndrydatat_1506',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html',1,'amrex::BndryDataT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a0997f3f226667e9d93136128fcfaf798',1,'amrex::BndryDataT::BndryDataT(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a48956cc70261a5b28ab7a2559d2df611',1,'amrex::BndryDataT::BndryDataT(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae449a1eee7596c48ad129d92e02e79c4',1,'amrex::BndryDataT::BndryDataT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a18326b434a399d2ae2bf82938e6cb77b',1,'amrex::BndryDataT::BndryDataT() noexcept=default']]], - ['bndryfill_1507',['bndryFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aee4ddf660e8d5fda7a5944dd35314aed',1,'amrex::StateDescriptor']]], - ['bndryfunc_1508',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex::StateDescriptor::BndryFunc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4cb1dbeaa5366037330cdd1e8b6b8c6f',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc, BndryFunc3DDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0c9d7ed78a7c9614472e9aa816e5588a',1,'amrex::StateDescriptor::BndryFunc::BndryFunc() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a76e4ef878bb39188ba422c88a834ceda',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a84c72d9f36e0f12261a2068f261f40f0',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4918961c9dca1e951af0cf9ea6481e46',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncFabDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae560152f7be7db7d636df699fdcd6d5c',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc, BndryFuncDefault gFunc) noexcept']]], - ['bndryfunc3ddefault_1509',['BndryFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236',1,'amrex']]], - ['bndryfuncarray_1510',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html',1,'amrex::BndryFuncArray'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a7c65dd2144dc47720940d650b688dd30',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a401d9a024e51575c667c94cb438e1d06',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a480ea3785a61dabbed36488898ad6bf8',1,'amrex::BndryFuncArray::BndryFuncArray() noexcept=default']]], - ['bndryfuncdefault_1511',['BndryFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd',1,'amrex']]], - ['bndryfuncfabdefault_1512',['BndryFuncFabDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9',1,'amrex']]], - ['bndrylocs_1513',['bndryLocs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a311921844eeca8b18621c7199a86729b',1,'amrex::BndryDataT::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af48fcbe60dd847da0a52181bf10ef7aa',1,'amrex::BndryDataT::bndryLocs(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a31f2e447b25bedfabdb458c50d2785ff',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab3eff09a55991f7c4ca82a198800baab',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi, int icomp) const noexcept']]], - ['bndrymasks_1514',['bndryMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a61899ec60817d524fd886e0b6d9f361a',1,'amrex::BndryDataT']]], - ['bndryreg_1515',['bndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba15f56c267485f29a6a84bcfce877f804',1,'amrex::BATransformer']]], - ['bndryregister_1516',['BndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168',1,'amrex']]], - ['bndryregistert_1517',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html',1,'amrex::BndryRegisterT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#af6ca1d67538728588356d5b07ef6742d',1,'amrex::BndryRegisterT::BndryRegisterT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a669440b13ff12d665b4a732a77aa6658',1,'amrex::BndryRegisterT::BndryRegisterT(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2922ba0d4eff802a4460e33c950a1ad9',1,'amrex::BndryRegisterT::BndryRegisterT(BndryRegisterT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a13afc3531affff7230330514f2b0725a',1,'amrex::BndryRegisterT::BndryRegisterT(const BndryRegisterT< MF > &src)=delete']]], - ['bndryvalues_1518',['bndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae0d643450444b8374f35e761564d075b',1,'amrex::BndryDataT']]], - ['bnumberofminmax_1519',['BNUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ae30e7b84e8b143de05b852dde1174bb3',1,'amrex::Amrvis']]], - ['bold_1520',['Bold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#ac22ce3b2fbbb155d2706d522d445fbf0',1,'amrex::Font']]], - ['boomeramg_1521',['BoomerAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac',1,'amrex']]], - ['boomeramg_5fprecond_5fconfigure_1522',['boomeramg_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7b457116878fa9bca83d6710ae7f6dde',1,'amrex::HypreIJIface']]], - ['boomeramg_5fsolver_5fconfigure_1523',['boomeramg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2a13d67a9f8e03517f861c984457c537',1,'amrex::HypreIJIface']]], - ['bottom_5fabstol_1524',['bottom_abstol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad3062efc6b4f6fb5bca0d154082251bc',1,'amrex::MLMGT']]], - ['bottom_5fmaxiter_1525',['bottom_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa25c4bc7039d79991c9347812e392042',1,'amrex::MLMGT']]], - ['bottom_5freltol_1526',['bottom_reltol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa8cd739b09d30ecf7e853c350fd2abd1',1,'amrex::MLMGT']]], - ['bottom_5fsolver_1527',['bottom_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6413a66e0cb6393a0cf6530375797fb1',1,'amrex::MLMGT']]], - ['bottom_5ftime_1528',['bottom_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda4c32e616cb27e5785c48749118234b63',1,'amrex::MLMGT']]], - ['bottom_5fverbose_1529',['bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a14fa88e22141330833bda28beaef068c',1,'amrex::MLMGT']]], - ['bottomcommunicator_1530',['BottomCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'amrex::MLLinOpT::BottomCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'MLLinOpT< Array< MultiFab, 3 > >::BottomCommunicator()']]], - ['bottomsolve_1531',['bottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae5c3ce847717bf6243a9b7c70a1258a6',1,'amrex::MLMGT']]], - ['bottomsolver_1532',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a970cecc8fdf04c68cd458e27d20b1708',1,'amrex::MLMGT::BottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4',1,'amrex::BottomSolver()']]], - ['bottomsolvewithcg_1533',['bottomSolveWithCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9b38691fee0244ab9dbdfa1878db8a86',1,'amrex::MLMGT']]], - ['boundarypointlist_1534',['BoundaryPointList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabc768c5ab96cbd1408c58af3b5c88b9',1,'amrex::Amr']]], - ['boundarywidth_1535',['boundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afe8bc6f5489bcdb1c869821656362357',1,'amrex::AmrData']]], - ['boundarywidth_1536',['BoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a561095d726e8e7578b1c59fcee3311c5',1,'amrex::AmrData']]], - ['boundcond_1537',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html',1,'amrex::BoundCond'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a3aa62bbf33b9602551dd3e2a3e4249ee',1,'amrex::BoundCond::BoundCond() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a2c853c3e4ac28879a78b0454ae018961',1,'amrex::BoundCond::BoundCond(int _bctype) noexcept']]], - ['boundingbox_1538',['BoundingBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html',1,'amrex::algoim']]], - ['box_1539',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ad40376645132122ecd967a0473681454',1,'amrex::VisMF::FabReadLink::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#abbe4e5c9824e8d9ccfaf7a524ddac32b',1,'amrex::GetParticleBin::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a80afe2fb6fc06ed4930998382c71182e',1,'amrex::NeighborParticleContainer::NeighborTask::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a99cb5993e1573b609e2d93659b6a2fd9',1,'amrex::Array4BoxOffsetTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ab7f1f2e37f5bd1405f40d0133ff588d3',1,'amrex::Array4BoxOrientationTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a88162269ca5cd1c4e7ffe7259f526b92',1,'amrex::FabArrayBase::FabComTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a7f54503bdcb3580672d1f0adc860b3ac',1,'amrex::Gpu::ComponentBox::box()']]], - ['box_1540',['Box',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186',1,'amrex']]], - ['box_1541',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a43b5b466864759d61d4e50196931330d',1,'amrex::Array4BoxValTag']]], - ['box_1542',['BOX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5adfb583e59961c24f25757b0750fb66f9',1,'amrex::AMRErrorTag']]], - ['box_1543',['box',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< HYPRE_Int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< EBCellFlag >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< char >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< AtomicInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'amrex::BaseFab::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#ac98f4aab292a06e27bff388747fdcb0a',1,'amrex::Array4Tag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ab388a278c4ac962c735d3b2a31912a94',1,'amrex::Array4PairTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a0b949943b991add5625ddf74d593451e',1,'amrex::Array4MaskCopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#ae398e0789da3cccf2f3234d50965642b',1,'amrex::Array4CopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< PetscInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< Real >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#af18b6017b49b6264c35c52028ee3c3b1',1,'amrex::Cluster::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acc3c1d759fbd867cf7d9c806e56c30c7',1,'amrex::FabArrayBase::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ab6ed0183deb657587907991d95cde3bb',1,'amrex::FillBoxId::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a817650fe5450f9358a253d05101eb657',1,'amrex::MLMGABCTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9c485ccba1c6224241a34e3c3800dad8',1,'amrex::MLMGPSTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a30b8b9c99ce94ca05175b2632b5a5ad9',1,'amrex::Array4BoxTag::box()']]], - ['box_5fread_1544',['box_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a23e1d95e3ebccd77fdb4d988b280c0cd',1,'amrex::detail']]], - ['box_5fwrite_1545',['box_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a5ad2e1914e7d42fdb76f380b4a29e2ae',1,'amrex::detail']]], - ['boxarray_1546',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html',1,'amrex']]], - ['boxarray_1547',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a331d8f1ba022fc6d08c1e2be97dd2eb6',1,'amrex::AmrMesh']]], - ['boxarray_1548',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16d5410c4beb4a7376d57d6d17b7d201',1,'amrex::BoxArray::BoxArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b713738c14f93de97c288200cb69cd6',1,'amrex::BoxArray::BoxArray(const Box *bxvec, int nbox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9802183a182f70509c9b1f0dc5c4bf84',1,'amrex::BoxArray::BoxArray(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8f81a0f854fcc971e054650850308270',1,'amrex::BoxArray::BoxArray(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afd76dc52a3e04f2242831d4fb4d8bde1',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs, const BATransformer &trans)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aeca058dac155989ce728cb44301c9454',1,'amrex::BoxArray::BoxArray(BoxList &&bl, IntVect const &max_grid_size)']]], - ['boxarray_1549',['boxarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae63b22ccabe6c5af01dd0779c60740c8',1,'amrex::FabArrayBase']]], - ['boxarray_1550',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa45d9bdd77447ee858455e5ff5dc2aad',1,'amrex::AmrData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7dcb930627bd80227fb86468425bd2d0',1,'amrex::AmrLevel::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af3ad3b7266d2e9e90ddf607455fb3163',1,'amrex::AmrMesh::boxArray(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a65c25342b534c0f03ebdf9e4f5ffac51',1,'amrex::AmrMesh::boxArray(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a7d5164bf48c1d9aad40cf48e53d1f9b8',1,'amrex::FabSetT::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4bb7e999eee8c04f07573269b54e39d0',1,'amrex::FabArrayBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a670346a2500ca06de456913bcc43d4d2',1,'amrex::EBFArrayBoxFactory::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a965a43d4e14b2f1fbc35f50bc0e5b327',1,'amrex::MPMD::Copier::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a43c8da179ac05a763b3b3f93107d77c8',1,'amrex::ClusterList::boxArray(BoxArray &ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a5a3016da9db4c526f27571162c8dcb24',1,'amrex::ClusterList::boxArray() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a666fea50f53de421e82df451634ce24d',1,'amrex::AmrParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb29e90ead2f9e0f58107004d7ea5bd7',1,'amrex::AmrParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac2625b7ac69e478b4ca5b11c74f6827b',1,'amrex::EB2::Level::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a27de055318e371ff5be7e5b2768abbae',1,'amrex::VisMF::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a805fefd43e63ca5b6b0b3ddd26f8b04c',1,'amrex::StateData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac767857a29ab230acd3f3d01a793ac79',1,'amrex::PlotFileDataImpl::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a531e1c57f8cd25355a3ed6ed365deca9',1,'amrex::PlotFileData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab08c75051c8758512c7f4bb38b34ea17',1,'amrex::ParGDBBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afab10942e938362277ac3f876a4052a8',1,'amrex::boxArray(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21',1,'amrex::boxArray(FabArrayBase const &fa)']]], - ['boxarray_1551',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae51fad2f4cc75e0d49934bd8cbbec39a',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac1ed271c8bba3f4a6f874f9aed33f5d6',1,'amrex::BoxArray::BoxArray(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aff04ba0858cf808f3f7871667344a7bd',1,'amrex::BoxArray::BoxArray(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aecd5949e593c8357b06cd69b29b0bbeb',1,'amrex::BoxArray::BoxArray(size_t n)']]], - ['boxarray_1552',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adb877cb42f2e3904c825bcbe61cf374a',1,'amrex::ParGDBBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a85a0c34e303d866b1ff44a918bb7e528',1,'amrex::ParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a439e82c074f1fb9121e6bd2bfbfc2502',1,'amrex::ParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a8a918fcc2ec7aad2de9961ba43eb9398',1,'amrex::MultiMask::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a4392470ed6648f18f0dbd5b986ff204c',1,'amrex::MultiCutFab::boxArray()']]], - ['boxcat_1553',['BoxCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a74365972e1974d425c106395137bee96',1,'amrex']]], - ['boxcoarsener_1554',['BoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ab2961b67ebd3fabbf32afe103267ad59',1,'amrex::InterpBase']]], - ['boxcommhelper_1555',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html',1,'amrex::BoxCommHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'BoxND< AMREX_SPACEDIM >::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a449f2001ce1f699af3139ad929c66da2',1,'amrex::BoxCommHelper::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'amrex::BoxND::BoxCommHelper()']]], - ['boxcomplement_1556',['boxComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e',1,'amrex']]], - ['boxconverter_1557',['BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html',1,'amrex']]], - ['boxdiff_1558',['boxDiff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910',1,'amrex::boxDiff(const Box &b1in, const Box &b2)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88',1,'amrex::boxDiff(BoxList &bl_diff, const Box &b1in, const Box &b2)']]], - ['boxdomain_1559',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html',1,'amrex::BoxDomain'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad02d5a19433d5484dee5fb260bbc9f06',1,'amrex::BoxList::BoxDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a47079914541e9badea37cd84a4eb8511',1,'amrex::BoxDomain::BoxDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adf430e5f38acc600c84e559bb68dc5d2',1,'amrex::BoxDomain::BoxDomain(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a64ee738d97ad6b873205801db2689a09',1,'amrex::BoxDomain::BoxDomain(IndexType itype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a378ee4b07d91023565d794005b1e7869',1,'amrex::BoxDomain::BoxDomain(BoxList &&bl)']]], - ['boxes_1560',['boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a50efdc257f760e9e25399c37af9e6cc1',1,'amrex::BndryRegisterT']]], - ['boxexpand_1561',['BoxExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8',1,'amrex']]], - ['boxid_1562',['boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a5a49d0ecc04ce9c84d5cc0e68fd04675',1,'amrex::WeightedBox']]], - ['boxif_1563',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html',1,'amrex::EB2::BoxIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#aa0f2ca11875600cbda14790fff29af9f',1,'amrex::EB2::BoxIF::BoxIF()']]], - ['boxindexer_1564',['BoxIndexer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7253360db8634d12242f7237ff2af1',1,'amrex']]], - ['boxindexernd_1565',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html',1,'amrex::BoxIndexerND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a5675e229ddf29d9c458cd5b0f49b9b44',1,'amrex::BoxIndexerND::BoxIndexerND()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a4e7657e0ada4d09ac9619ca67aadacd0',1,'amrex::BoxIndexerND< 1 >::BoxIndexerND()']]], - ['boxindexernd_3c_201_20_3e_1566',['BoxIndexerND< 1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html',1,'amrex']]], - ['boxiterator_1567',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html',1,'amrex::BoxIterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7d4f7fc99b5c3fe06e9a0b2118ad9f20',1,'amrex::BoxIterator::BoxIterator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ad67f55da89142e3527f16fac6a5bcade',1,'amrex::BoxIterator::BoxIterator(const Box &a_bx) noexcept']]], - ['boxlist_1568',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html',1,'amrex']]], - ['boxlist_1569',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4f070ed8714989f5935d13b3504a1253',1,'amrex::ClusterList::boxList(BoxList &blst) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a95b972f06305fd5677d90126c9bc0562',1,'amrex::ClusterList::boxList() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adabfc3621a41317e6fc4a0c0d156aa57',1,'amrex::BoxDomain::boxList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4a0626dbe9602ecfda3c0fbc34112c22',1,'amrex::BoxArray::boxList()']]], - ['boxlist_1570',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6603dcbdc28135b48e5bfa98b942da73',1,'amrex::BoxList::BoxList(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a57ceea7a76c84d3befd6ec06c059bbe7',1,'amrex::BoxList::BoxList(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#afe00f77bc420a45f32d484d982e02072',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes, Direction dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54773484ed81f097deb889555b7ca24b',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a30479ce1f63ba9843fe6d5253b6c3fb9',1,'amrex::BoxList::BoxList(const Box &bx, const IntVect &tilesize)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3c9b3b9af19b73c1c7efafda6238dbe9',1,'amrex::BoxList::BoxList(Vector< Box > &&bxs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa5e1e0f1149682e0c8cd5a88451811ba',1,'amrex::BoxList::BoxList(const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1c27b6ccc4493126a264598cebbb88b7',1,'amrex::BoxList::BoxList(IndexType _btype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128274e71f12eceb9980758522776803',1,'amrex::BoxList::BoxList(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a31584546393b5ff7f420e6bffd8486bd',1,'amrex::BoxList::BoxList()']]], - ['boxmap_1571',['boxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a868b4aa862ad58a0658f5213c654ef14',1,'amrex::DeriveRec']]], - ['boxnd_1572',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'amrex::BoxND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'BoxND< AMREX_SPACEDIM >::BoxND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'amrex::BoxND::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'BoxND< AMREX_SPACEDIM >::BoxND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'amrex::BoxND::BoxND()']]], - ['boxnd_3c_20amrex_5fspacedim_20_3e_1573',['BoxND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'']]], - ['boxresize_1574',['BoxResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643',1,'amrex']]], - ['boxshrink_1575',['BoxShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14',1,'amrex']]], - ['boxsplit_1576',['BoxSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7',1,'amrex']]], - ['boxsplit_5fimp_1577',['BoxSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380',1,'amrex::detail']]], - ['bproxmapok_1578',['bProxMapOK',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a75483e35d9c71b281451d66142e996b9',1,'CommProfStats']]], - ['brentrootfinder_1579',['BrentRootFinder',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca',1,'amrex::EB2']]], - ['brightblack_1580',['BrightBlack',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae7b1a8ccc4e3bafcb6f5381f352cad8a',1,'amrex::BGColor::BrightBlack()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1',1,'amrex::FGColor::BrightBlack()']]], - ['brightblue_1581',['BrightBLUE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c',1,'amrex::FGColor']]], - ['brightblue_1582',['BrightBlue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a53efb273893251617d70a0882a1db7bb',1,'amrex::BGColor']]], - ['brightcyan_1583',['BrightCyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2',1,'amrex::FGColor::BrightCyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#adfca5e4fcc8b07bdcff12e9a766265ee',1,'amrex::BGColor::BrightCyan()']]], - ['brightgreen_1584',['BrightGreen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8216c2c4ce684299b8be4d39f0c3f713',1,'amrex::BGColor::BrightGreen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9',1,'amrex::FGColor::BrightGreen()']]], - ['brightmagenta_1585',['BrightMagenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571',1,'amrex::FGColor::BrightMagenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#aa46c16e855686f562a9ec273574686e1',1,'amrex::BGColor::BrightMagenta()']]], - ['brightred_1586',['BrightRed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8',1,'amrex::FGColor::BrightRed()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a93f5aa5cadd77b4b2192e8b4588d30b9',1,'amrex::BGColor::BrightRed()']]], - ['brightwhite_1587',['BrightWhite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc',1,'amrex::FGColor::BrightWhite()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a3099bce34d3331079a87b702e75156b7',1,'amrex::BGColor::BrightWhite()']]], - ['brightyellow_1588',['BrightYellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33',1,'amrex::FGColor::BrightYellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#acc0179ae7051c77e255513c5ebbce41e',1,'amrex::BGColor::BrightYellow()']]], - ['broadcastarray_1589',['BroadcastArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff',1,'amrex']]], - ['broadcastbool_1590',['BroadcastBool',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6',1,'amrex']]], - ['broadcaststring_1591',['BroadcastString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60205e03d594df934b5b3afd723c764',1,'amrex']]], - ['broadcaststringarray_1592',['BroadcastStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb',1,'amrex']]], - ['bshowbody_1593',['bShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac7742574ff1d7b24879cbac34c7382b6',1,'amrex::AmrData']]], - ['bsubregionminmax_1594',['BSUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a95964ed9144e700e0653441316633db6',1,'amrex::Amrvis']]], - ['bt_5fstack_1595',['bt_stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#aaf1d60939d82c0f1d794feed9222e8a0',1,'amrex::BLBackTrace']]], - ['btcalculategrids_1596',['btCalculateGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab675fdeb13c05c43e2a9e3c0447047bf',1,'amrex::btUnit']]], - ['btcalculatelevel_1597',['btCalculateLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ae3e9b0a13f4b632c5adeeabc63428574',1,'amrex::btUnit']]], - ['btcheckderefine_1598',['btCheckDerefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a3b717379d5044fce71f7f78cda30003c',1,'amrex::btUnit']]], - ['btcheckrefine_1599',['btCheckRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#afee26b96ee0312524bf04696bf32a142',1,'amrex::btUnit']]], - ['bterrain_1600',['bTerrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afabb8e1c24620e4fa9cba00f9e4a386d',1,'amrex::AmrData']]], - ['btimerangeinitialized_1601',['bTimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6d09cb193d457f12d89dad062aaf37bc',1,'BLProfStats']]], - ['btrefine_1602',['btRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a4d2d59851e46f6397a84ae9520a82e17',1,'amrex::btUnit']]], - ['btunit_1603',['btUnit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html',1,'amrex']]], - ['btype_1604',['btype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a70df1b0aadeb1c7f0360299f0e2b2fc4',1,'amrex::BoxList::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'amrex::BoxND::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'BoxND< AMREX_SPACEDIM >::btype()']]], - ['buckettogrid_1605',['bucketToGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac0429811bb6a3cf2de1d46ecd7da27d3',1,'amrex::ParticleBufferMap']]], - ['buckettolevel_1606',['bucketToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afbec1ad4a30a8b2000ab6ad7b475d66c',1,'amrex::ParticleBufferMap']]], - ['buckettoproc_1607',['bucketToProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8a29836e5aa44a758c6a063e95312a92',1,'amrex::ParticleBufferMap']]], - ['buf_1608',['BUF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa5c2d81c416e8ee0e1bd9d475e73d31cf',1,'amrex::TagBox']]], - ['buffer_1609',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html',1,'amrex::Gpu::Buffer< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a4a67356e6f7cf6772d47b81ec7b91e60',1,'amrex::Gpu::Buffer::Buffer(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3f55c45f384966160f9b9538d732593d',1,'amrex::Gpu::Buffer::Buffer(std::initializer_list< T > init)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a77b4ab537b9786fb353beb7dc77a0620',1,'amrex::Gpu::Buffer::Buffer(T const *h_p, const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a8da30f072b1f36168523d0db2e1f8330',1,'amrex::Gpu::Buffer::Buffer(Buffer &&)=delete']]], - ['buffer_1610',['buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af103bf562a87e04ba76cd763005c2539',1,'amrex::TagBox::buffer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#abb7286cc2647bb4359101e4fafae159d',1,'amrex::TagBoxArray::buffer()']]], - ['buffer_5ftag_5fcache_1611',['buffer_tag_cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a82a5acd18d78404acab9c6f310411369',1,'amrex::NeighborParticleContainer']]], - ['buffermap_1612',['BufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ae8cc9df742fa642c6289916de788afa5',1,'amrex::ParticleContainerBase']]], - ['bufsize_1613',['BUFSIZE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a8303de7f87d7f9247ba6399dcf4d2493',1,'amrex::Amrvis']]], - ['build_1614',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#acb949036c4f507b6034c2b56782b05fc',1,'amrex::NeighborList::build(PTile &ptile, const amrex::Box &bx, const amrex::Geometry &geom, CheckPair &&check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8c8997412e7807ce0ff0f3bdb4369269',1,'amrex::NeighborList::build(PTile &ptile, CheckPair &&check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a308575ce026d127b1c548c020274be46',1,'amrex::NeighborList::build(SrcTile &src_tile, TargetTile &target_tile, CheckPair const &check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abe6bc677fed710ac617242ea29aeaefa',1,'amrex::ParticleCopyPlan::build()']]], - ['build_1615',['Build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc',1,'amrex::EB2::Build(const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool a_extend_domain_face, int a_num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc',1,'amrex::EB2::Build(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow=4, bool build_coarse_level_by_coarsening=true, bool extend_domain_face=ExtendDomainFace(), int num_coarsen_opt=NumCoarsenOpt())']]], - ['build_1616',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#acf01a3502124d40b6f58035020394573',1,'amrex::SparseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'amrex::DenseBins::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'amrex::AmrParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afe37a8c51ff96b002a2cedb2e9255fa4',1,'amrex::ParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'amrex::AmrParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< ParticleType >::build()']]], - ['build_5farrays_1617',['build_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::EBCellFlagFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< TagBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< IArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< FArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::Mask >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::CutFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< PetscInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< AtomicInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'amrex::FabArray::build_arrays()']]], - ['build_5fcellflag_5ffrom_5fap_1618',['build_cellflag_from_ap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, int k, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz)']]], - ['build_5fcells_1619',['build_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &apx, Array4< Real > const &apy, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, int &nsmallcells, int const nmulticuts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &m2x, Array4< Real const > const &m2y, Array4< Real const > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< EBCellFlag > const &ctmp, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, bool cover_multiple_cuts, int &nsmallcells, int &nmulticuts) noexcept']]], - ['build_5ffaces_1620',['build_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &fcx, Array4< Real > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts, int &nsmallfaces) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t const > const &ex, Array4< Type_t const > const &ey, Array4< Type_t const > const &ez, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real const > const &interz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real > const &fcx, Array4< Real > const &fcy, Array4< Real > const &fcz, Array4< Real > const &m2x, Array4< Real > const &m2y, Array4< Real > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts) noexcept']]], - ['build_5fpar_5ffor_5fnblocks_1621',['build_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a93be0fb0f65db39c14837748d0494860',1,'amrex::detail']]], - ['build_5fsolution_1622',['build_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'GMRES< MF, GMRESMLMGT< MF > >::build_solution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'amrex::GMRES::build_solution()']]], - ['buildbc_1623',['buildBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3b07b7cec32b864ae58f09942234421e',1,'amrex::DeriveRec']]], - ['buildbc3d_1624',['buildBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af66abf3e0352de5d8f79dbdde22ef22c',1,'amrex::DeriveRec']]], - ['buildcellflag_1625',['buildCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbbdc98f272b71363491d9a348e1f92a',1,'amrex::EB2::Level']]], - ['buildcutcellmask_1626',['buildCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbf8ba38ca81cc69d1abc5e1dfc25999',1,'amrex::EB2::Level']]], - ['buildfromchkptfile_1627',['BuildFromChkptFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de',1,'amrex::EB2']]], - ['buildmask_1628',['BuildMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::CutFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'amrex::FabArray::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< PetscInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::EBCellFlagFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::Mask >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< FArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< TagBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< IArrayBox >::BuildMask()']]], - ['buildmasks_1629',['buildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa43fb0696cb5782669c8ee368b743099',1,'amrex::MLNodeLinOp']]], - ['buildmasks_1630',['BuildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af79112d043b45868fb00cf720d61b0a5',1,'amrex::NeighborParticleContainer']]], - ['buildmpifinish_1631',['buildMPIFinish',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab70e7cbaf0b6636a9be60729e0869495',1,'amrex::ParticleCopyPlan']]], - ['buildmpistart_1632',['buildMPIStart',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a996c810aea3ffa99a480dffa839230c3',1,'amrex::ParticleCopyPlan']]], - ['buildneighborcopyop_1633',['buildNeighborCopyOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a429842d84ae93439634d8953d71b63bf',1,'amrex::NeighborParticleContainer']]], - ['buildneighborlist_1634',['buildNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abb69f08cf3677fa93e6b3793e1ef3403',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac168ec3279fb7f55564901b2f98dfeeb',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aad163ac3bbb3deda0b715ce7e97f6de0',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad443f88f36ee577341e3ffcffda8a539',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types=1, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8478ecacf0444af88ada9f65324c8c91',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6fb1047fc993b216cf8b7976cb589c45',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool sort=false)']]], - ['buildneighbormask_1635',['buildNeighborMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad01b79b58df596f16982763a74e34d70',1,'amrex::NeighborParticleContainer']]], - ['buildredistributemask_1636',['BuildRedistributeMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a96b76ab915415e7891655d0910880636',1,'amrex::ParticleContainerBase']]], - ['builds_1637',['Builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex::MemProfiler']]], - ['buildstencil_1638',['buildStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a52ede5504eb690639637884661c1676a',1,'amrex::MLNodeLaplacian']]], - ['buildtilearray_1639',['buildTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3bb1453b2bf26b145d0553dcaf8332be',1,'amrex::FabArrayBase']]], - ['buildtypes_1640',['buildTypes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aaccb2f2ff2b1a19d11a62b23c7771808',1,'amrex::EB2::GFab']]], - ['buserminmax_1641',['BUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ad1deacdbc35862f4535786f40e328d12',1,'amrex::Amrvis']]], - ['buserstoprequest_1642',['bUserStopRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0275a70b67bcded29bdf03229bea8edb',1,'amrex::Amr']]], - ['butchertableautypes_1643',['ButcherTableauTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564',1,'amrex']]], - ['bwcontours_1644',['BWCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba2fadaef089ede23c0bc5c320543c35db',1,'amrex::Amrvis']]], - ['bx_1645',['bx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a2754c8e7cbd174d92c5d0ec4bd58583c',1,'amrex::Array4BoxOffsetTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ade5307c3097ed11a8ad8e3284f07e2ad',1,'amrex::MLMGPSTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a983b146fa22d1ed852dc07bfd52f2158',1,'amrex::Array4BoxOrientationTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a1af0a02953a607edaf192b622b1f59a6',1,'amrex::MLMGABCTag::bx()']]], - ['bx_5fmap_1646',['bx_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adbe5143a11f68ea45e237f5d650ba69f',1,'amrex::DeriveRec']]], - ['bytes_1647',['Bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html',1,'amrex::MemProfiler']]], - ['bytes_1648',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a32e4b2ea70635b8caa88bb5a43e2d5b0',1,'amrex::FabArrayBase::CacheStats::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a3cdb4faae0dd007fed2edc93c08c9759',1,'amrex::FabArrayBase::CFinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a84e7707a96ebc2dc55fe2384d403426a',1,'amrex::FabArrayBase::CPC::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a7350ce3c86017261950af6f94802d343',1,'amrex::FabArrayBase::FB::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a60b3d32706607b5ab04d00f255382f81',1,'amrex::FabArrayBase::FPinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a6dfaf13cb2e2e2c8e57d0ef3451e6b84',1,'amrex::FabArrayBase::TileArray::bytes()']]], - ['bytes_5fhwm_1649',['bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a9c99b077a5aac77d3677eadc8caf0f14',1,'amrex::FabArrayBase::CacheStats']]], - ['bytesof_1650',['bytesOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4',1,'amrex::bytesOf(const std::vector< T > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd',1,'amrex::bytesOf(const std::map< Key, T, Compare > &m)']]], - ['bytesofmapofcopycomtagcontainers_1651',['bytesOfMapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad8ef26468982ff9ba6e2fbc5eb8073bb',1,'amrex::FabArrayBase']]], - ['bytespread_1652',['ByteSpread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'amrex::ParticleContainer_impl::ByteSpread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ByteSpread()']]] + ['b_1339',['b',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f',1,'amrex::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a59934d1ececebf10c8d6fcdb0412b283',1,'amrex::HypreIJIface::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abb0cef2ff7ee4b014b5c49b98596f4c0',1,'amrex::PETScABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8bf1aff14a4fff3cc12887bac7c96620',1,'amrex::HypreNodeLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aac9a18102f9bc2f5b4b060e49fabaea0',1,'amrex::HypreABecLap3::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#adba53e7521e75de463fb9903c0aa4322',1,'amrex::HypreABecLap2::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#af4c046c804e0bdd16f1f88e4adf5a221',1,'amrex::HypreABecLap::b()']]], + ['b2d_1340',['b2d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#aeade94c9720a2866e2b569a11b0ae142',1,'amrex::openbc::MomTag']]], + ['ba_5fcfb_1341',['ba_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac07051a2c7c91144216d0a333e2b9bce',1,'amrex::FabArrayBase::CFinfo']]], + ['ba_5fcrse_5fpatch_1342',['ba_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a6b1f18981c96f45dcf49c05987770548',1,'amrex::FabArrayBase::FPinfo']]], + ['ba_5ffine_5fpatch_1343',['ba_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#af6fcea43716595c028ab06b5ca6e57c0',1,'amrex::FabArrayBase::FPinfo']]], + ['back_1344',['back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::STLtools::Triangle >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::STLtools::Triangle >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::XDim3 >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::XDim3 >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::NeighborCode >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::NeighborCode >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::BoxND >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::BoxND >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'amrex::PODVector::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'amrex::PODVector::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3e895ae30030ef47d3796f4dee1769a9',1,'amrex::ArrayOfStructs::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa3c489e0d03d2e1b8986325317a04a33',1,'amrex::ArrayOfStructs::back() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< unsigned int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< unsigned int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< std::size_t >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< std::size_t >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int *, DefaultAllocator< int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< index_type >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< index_type >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int *, DefaultAllocator< int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int >::back()']]], + ['backgroundthread_1345',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html',1,'amrex::BackgroundThread'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a276804e5d463c6c46c248701f73f18c7',1,'amrex::BackgroundThread::BackgroundThread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ad8890dc2d74b85c2c76944b9fe74b9bf',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#af44fe9acf8dd7a7c6815ce8380134849',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread &&)=delete']]], + ['backward_1346',['backward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a74dd1b872a7f137e6d55d69b1444d2ba',1,'hacc::Dfft::backward(complex_t *out)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aabbda3d97d9422f63ac32a3bf81d5d79',1,'hacc::Dfft::backward(float *out, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80ed718b7bc25881cb073e957f1aea5e',1,'hacc::Dfft::backward(float *out, size_t ghost)']]], + ['balwaysfixdenormals_1347',['bAlwaysFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aaa3172ecb27298323dd87d8c72204eb2',1,'amrex::RealDescriptor']]], + ['bamrdataok_1348',['bAmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a9bee43add415cee502f4398657b80485',1,'amrex::DataServices']]], + ['baref_1349',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html',1,'amrex::BARef'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a299f5f87c10a06d86f32289928792d07',1,'amrex::BARef::BARef(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad2f872def0b3f44f438a4aa0ee455ad1',1,'amrex::BARef::BARef(const BARef &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a9c091cdb6183ee153e309231d68ef52b',1,'amrex::BARef::BARef(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a99abf80b40a6ebff2f6ac1e3e71a21da',1,'amrex::BARef::BARef(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a85cb1fd1c58fbc88dad28f9336d6245f',1,'amrex::BARef::BARef()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a7a41d2a79c7b1a0f9b36ffa0afbc6b49',1,'amrex::BARef::BARef(size_t size)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a789502091a9bdb1518f980349e484bfc',1,'amrex::BARef::BARef(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a850d8df48213b59d82ab683351d2805e',1,'amrex::BARef::BARef(const BoxList &bl)']]], + ['barena_1350',['BArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html',1,'amrex']]], + ['barrier_1351',['Barrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a4347ef786e0e215ff18290a6d2e8a415',1,'amrex::ParallelDescriptor::ProcessTeam::Barrier()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a474bca89f351da66587e049dfa4265d6',1,'amrex::ParallelDescriptor::Barrier(const MPI_Comm &, const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac0861548eabcd3f4b4c72a8826f83f8e',1,'amrex::ParallelDescriptor::Barrier(const std::string &)']]], + ['barrierall_1352',['BarrierAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aaeeaf782f50e27058a857cd86febcdd3',1,'amrex::ParallelContext']]], + ['barrierentry_1353',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a1330c7cc1ff74140f7a408663d21b537',1,'CommProfStats::BarrierEntry::BarrierEntry()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a8323a9d1128d230d3cd3ec5d448f7577',1,'CommProfStats::BarrierEntry::BarrierEntry(long n, const std::string &nm, long i, int bnn)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats::BarrierEntry']]], + ['barriernames_1354',['barrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8a2403290796125e47b6b85b70a0d69',1,'CommProfStats']]], + ['barriernames_1355',['BarrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a22cbc931b34ba5a5f9823ea4b8fb0c40',1,'CommProfStats']]], + ['barriernumberstonames_1356',['BarrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad8dbb3518a8cba134327064fd5875468',1,'BLProfStats']]], + ['barriernumberstonames_1357',['barrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d4b65df466fc4e6154b2c5b3af454b8',1,'BLProfStats']]], + ['barriers_1358',['barriers',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#aa614e74a38459674fd55176f2b42e82e',1,'CommProfStats::DataBlock']]], + ['barriersub_1359',['BarrierSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863',1,'amrex::ParallelContext']]], + ['base_1360',['Base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'amrex::ParticleInterpolator']]], + ['base_1361',['base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a05f29434756e9ac47cca98644a2dc60e',1,'amrex::NonLocalBC::MapComponents']]], + ['base_3c_20linear_2c_20amrex_3a_3areal_20_3e_1362',['Base< Linear, amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], + ['base_3c_20nearest_2c_20int_20_3e_1363',['Base< Nearest, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], + ['basefab_1364',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'amrex::BaseFab< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< char >::BaseFab(Array4< char > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< char >::BaseFab(Array4< char > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< char >::BaseFab(Array4< char const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< char >::BaseFab(Array4< char const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< char >::BaseFab(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< EBCellFlag >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< EBCellFlag >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< EBCellFlag >::BaseFab(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< PetscInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< PetscInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< int >::BaseFab(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< int >::BaseFab(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< int >::BaseFab(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< int >::BaseFab(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< int >::BaseFab(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< int >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< int >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< int >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< HYPRE_Int >::BaseFab(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< Real >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< Real >::BaseFab(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< Real >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< Real >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< Real >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< Real >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< PetscInt >::BaseFab(BaseFab< PetscInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'amrex::BaseFab::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'amrex::BaseFab::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'amrex::BaseFab::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'amrex::BaseFab::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'amrex::BaseFab::BaseFab(Array4< T > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'amrex::BaseFab::BaseFab(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< AtomicInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< AtomicInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< AtomicInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< AtomicInt >::BaseFab(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)']]], + ['basefab_3c_20atomicint_20_3e_1365',['BaseFab< AtomicInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20char_20_3e_1366',['BaseFab< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20ebcellflag_20_3e_1367',['BaseFab< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20hypre_5fint_20_3e_1368',['BaseFab< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20int_20_3e_1369',['BaseFab< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20petscint_20_3e_1370',['BaseFab< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20real_20_3e_1371',['BaseFab< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_5ffinalize_1372',['BaseFab_Finalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67b24cef9df62e8cced041445b239e86',1,'amrex']]], + ['basefab_5finitialize_1373',['BaseFab_Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6',1,'amrex']]], + ['basename_1374',['BaseName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#acdc54dfd982d910dafbe21e9c0459bf1',1,'amrex::VisMF']]], + ['baset_1375',['BaseT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a7b4248dc9ad4bec4ce2359e1669faa27',1,'amrex::SundialsIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a61b0efc2ba701e047e29f92ed1204b52',1,'amrex::RKIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a42de2ec6d2a8822f8bff33922347f6d8',1,'amrex::FEIntegrator::BaseT()']]], + ['basic_1376',['basic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2',1,'amrex']]], + ['basicios_1377',['BasicIos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#ac04d49e9f58f31947cd94ca6f77a655d',1,'amrex::IOFormatSaver']]], + ['basisrealv_1378',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486',1,'amrex::BASISREALV()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d734f607d5639afba8bf2e56c4c66ac',1,'amrex::RealVect::BASISREALV()']]], + ['basisv_1379',['BASISV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8',1,'amrex']]], + ['batbndryreg_1380',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html',1,'amrex::BATbndryReg'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a454faaea656ecae94058378aa39792e8',1,'amrex::BATbndryReg::BATbndryReg()']]], + ['batcoarsenratio_1381',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html',1,'amrex::BATcoarsenRatio'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a02b6c9046695228f048fca5ea92a11db',1,'amrex::BATcoarsenRatio::BATcoarsenRatio()']]], + ['batindextype_1382',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html',1,'amrex::BATindexType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abf80252f8910cfd2746917fc4bf65bed',1,'amrex::BATindexType::BATindexType()']]], + ['batindextype_5fcoarsenratio_1383',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html',1,'amrex::BATindexType_coarsenRatio'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a018850ccf13a85871016078d42d47acb',1,'amrex::BATindexType_coarsenRatio::BATindexType_coarsenRatio()']]], + ['batnull_1384',['BATnull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html',1,'amrex']]], + ['batop_1385',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex::BATransformer::BATOp'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a221948cf931ebf7ae97fd6cbc80a7d61',1,'amrex::BATransformer::BATOp::BATOp() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a08b7befe0d3be3fd7cec0fc17832f89a',1,'amrex::BATransformer::BATOp::BATOp(IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a3834e9c9445ec289b6d868f29f4ebfd4',1,'amrex::BATransformer::BATOp::BATOp(IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#afd4493c8028cd11dab3a11c1b5d7f906',1,'amrex::BATransformer::BATOp::BATOp(IndexType t, IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a8a638320a3eff1eddadce618e107e535',1,'amrex::BATransformer::BATOp::BATOp(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad) noexcept']]], + ['batransformer_1386',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html',1,'amrex::BATransformer'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a34546a5ba0006584f390d2a051f25a3a',1,'amrex::BATransformer::BATransformer()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a0d5404cf30e094f664ab13a32024777d',1,'amrex::BATransformer::BATransformer(IndexType t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1d26c72183fc41c34c8b647b2672993e',1,'amrex::BATransformer::BATransformer(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad)']]], + ['battype_1387',['BATType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feb',1,'amrex::BATransformer']]], + ['bbox_1388',['bbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a88374d21f3cf26914235a3136df641f7',1,'amrex::BARef']]], + ['bc_1389',['bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a028da3417e8c939df2795b540b9b3533',1,'amrex::StateDescriptor::bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adb5fc84ac2f9e43e15f6cc05ed2216f5',1,'amrex::BCRec::bc()']]], + ['bc_5ffunc_1390',['bc_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a441b52239a3fe61b2d2fa90f6174ef7a',1,'amrex::StateDescriptor']]], + ['bc_5fpt_5fend_1391',['bc_pt_end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acf0af49643ea92e7bf5cddc7aa649058',1,'amrex::SplineDistFcnElement2d']]], + ['bc_5fpt_5fstart_1392',['bc_pt_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a893b3a26f68475031476e02fca6246c7',1,'amrex::SplineDistFcnElement2d']]], + ['bcartgrid_1393',['bCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab44433cd1de27af67df3e342b3cd36e7',1,'amrex::AmrData']]], + ['bcast_1394',['Bcast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a888b64c6c10ac205e70f5627921668ef',1,'amrex::ParallelDescriptor::Bcast(Box *b, size_t n, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab86dba69cfd44465e773abcc8a4bcecf',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root, const MPI_Comm &comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a20157f27c3bf88a426b0f44bd6bbf135',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9e67de311d5153ce34e743c7792de733',1,'amrex::ParallelDescriptor::Bcast(void *, int, MPI_Datatype, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a62a9e0ec396f6f764973eb0feb6b43ff',1,'amrex::BoxList::Bcast()']]], + ['bcast_5fmoments_1395',['bcast_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac9096a2954bfd6a9f717711b294b9f95',1,'amrex::OpenBCSolver']]], + ['bclhi_1396',['bclhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#afd91fff06baaefde6f7619dba9007355',1,'amrex::MLMGPSTag']]], + ['bcllo_1397',['bcllo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#adcec319cce6a75a26a3cf838f4f0ac6f',1,'amrex::MLMGPSTag']]], + ['bcloc_1398',['bcloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad89ec369f00b9eeaf36ae20e4959825b',1,'amrex::MLCellLinOpT::BndryCondLoc::bcloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af7bb1a70a4e8bb07247e07f9de03c3ab',1,'amrex::BndryDataT::bcloc()']]], + ['bcloc_5fhi_1399',['bcloc_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a072aede793f90b1c76a24c104a76cd2b',1,'amrex::MLMGABCTag']]], + ['bcloc_5flo_1400',['bcloc_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#adb4f43a819f44dc4e03efb9c2b8e4c85',1,'amrex::MLMGABCTag']]], + ['bcmode_1401',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627',1,'amrex::LinOpEnumType::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a5f24e3a713313778626619bfd96ebc96',1,'amrex::MLCellLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac9899bfb41cbcbf7f462d272047552e0',1,'amrex::MLCurlCurl::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'amrex::MLLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'MLLinOpT< Array< MultiFab, 3 > >::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab0aa1d27d42faff94c85af0b3a9a3b39',1,'amrex::MLMGT::BCMode()']]], + ['bcoefs_1402',['bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a097bf586d48d127374ec0d293dd3bd41',1,'amrex::Hypre::bcoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac7dbd144ec1cfc9a3c7802f0d9a76a01',1,'amrex::PETScABecLap::bcoefs()']]], + ['bcond_1403',['bcond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ae6a0cd5c389348f2d77876ddfe46a3e0',1,'amrex::MLCellLinOpT::BndryCondLoc::bcond()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a043be8a7bc1486ff3e42dde8d785023c',1,'amrex::BndryDataT::bcond()']]], + ['bcperiodic_1404',['bcPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab474ed08790246bc8253d185c7181554',1,'amrex::btUnit']]], + ['bcr_1405',['bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a222aca825f0b80bc8de5522d155ba0e7',1,'amrex::DeriveRec']]], + ['bcr3d_1406',['bcr3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a34c2f0068a7832ca670a0476cea011fc',1,'amrex::DeriveRec']]], + ['bcrec_1407',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html',1,'amrex::BCRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ad2a7c418c7fb23e464b9cc5a8761f741',1,'amrex::BCRec::BCRec(const Box &bx, const Box &domain, const BCRec &bc_domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae1576e0b559f11a37341daf6c66ab4ba',1,'amrex::BCRec::BCRec(const int *a_lo, const int *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa5257e844dbc3d0b0b444cc570f01771',1,'amrex::BCRec::BCRec(AMREX_D_DECL(int loX, int loY, int loZ), AMREX_D_DECL(int hiX, int hiY, int hiZ)) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a9e5719f622b7d89450779f87943605f0',1,'amrex::BCRec::BCRec() noexcept=default']]], + ['bcthi_1408',['bcthi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a20538805638333c905e2d73f5a2ef6be',1,'amrex::MLMGPSTag']]], + ['bctl_1409',['BCTL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex::MLCellLinOpT']]], + ['bctl_1410',['bctl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a72db86cea24b60ea27e4976487638fcd',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['bctl_5fdv_1411',['bctl_dv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a586701d3581be6ab615dca7d35488c',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['bctlo_1412',['bctlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ae9d986e8d5951f695e0e98fb8144c6d7',1,'amrex::MLMGPSTag']]], + ['bctuple_1413',['BCTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6ce4d3fd41e76507b017ff826a52c62e',1,'amrex::MLCellLinOpT::BCTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a15ee28dffde2cfba2184e2364fc2ed8b',1,'amrex::MLMGBndryT::BCTuple()']]], + ['bctype_1414',['BCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'amrex::MLLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2ad4b24859222a5dc0a6e68b4f63f2d4',1,'amrex::MLABecLaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a92995ebf5680191fe14e7ddf25b9b7d8',1,'amrex::MLALaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a507cfffa6d7098331e08cc35e7c19e18',1,'amrex::MLCellLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a417c10c0be808ec849890def26af4fee',1,'amrex::MLCurlCurl::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'MLLinOpT< Array< MultiFab, 3 > >::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a047885327e9a796d040945393d184d4b',1,'amrex::MLPoissonT::BCType()']]], + ['bctype_1415',['bctype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ada76f23f789da2be981f0c3ec8784d34',1,'amrex::BoundCond']]], + ['bctype_5fhi_1416',['bctype_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#af18d354d0f13662132092d19be5cb363',1,'amrex::MLMGABCTag']]], + ['bctype_5flo_1417',['bctype_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ad831532cf8c44b9d58e57568abd12b94',1,'amrex::MLMGABCTag']]], + ['bcval_5fhi_1418',['bcval_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2303bf2fb28d1c60cdf883086443a47e',1,'amrex::MLMGABCTag']]], + ['bcval_5flo_1419',['bcval_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#aa69d5e5277ca64a23cbdefd0f2aaccbc',1,'amrex::MLMGABCTag']]], + ['bdefaultinclude_1420',['bDefaultInclude',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a70374c3c2fee588ba0cdbcdcb80ad103',1,'BLProfStats']]], + ['bdkey_1421',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex::FabArrayBase::BDKey'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acfc41f7fbe994eb11b68448dff90f9e8',1,'amrex::FabArrayBase::BDKey::BDKey() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a2bbbd3ee02d682c985d8f2dfb744bf10',1,'amrex::FabArrayBase::BDKey::BDKey(const BoxArray::RefID &baid, const DistributionMapping::RefID &dmid) noexcept']]], + ['bdryhi_1422',['bdryHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9',1,'amrex']]], + ['bdrylo_1423',['bdryLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0',1,'amrex']]], + ['bdrynode_1424',['bdryNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a',1,'amrex']]], + ['bds_1425',['BDS',['../group__BDS.html',1,'(Global Namespace)'],['../namespaceBDS.html',1,'BDS']]], + ['begin_1426',['begin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::NeighborCode >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'amrex::PODVector::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'amrex::PODVector::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::BoxND >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::BoxND >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::NeighborCode >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a42794840b7f30c436e3f1a6616d2e28b',1,'amrex::Neighbors::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::openbc::MomTag >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::openbc::MomTag >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::STLtools::Triangle >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::STLtools::Triangle >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::XDim3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::XDim3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, nelems >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal *, NAR >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal *, NAR >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, nelems >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'amrex::IntVectND::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'amrex::IntVectND::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'IntVectND< AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'IntVectND< AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ae731434af53f3575e4f74588d19705a8',1,'amrex::Neighbors::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< unsigned int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< std::size_t >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< std::size_t >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< unsigned int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a4d8a0ff4b36cd64070e3bbf980788054',1,'amrex::Gpu::range_detail::range_impl::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a61f956fb45470d56b5f064ab95fb6b12',1,'amrex::WeightedBoxList::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#acdc00992564ca91350fdcd3d2a38e095',1,'amrex::WeightedBoxList::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6',1,'amrex::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< index_type >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< index_type >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int *, DefaultAllocator< int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int *, DefaultAllocator< int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxDomain::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aa39708cce4724ecb5eedffb2d91ddf1c',1,'amrex::BinIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a075eae591eb5b0de619099aaa3e18119',1,'amrex::ArrayOfStructs::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a62e4c34a0bea528c7e0a3e1c0023ea04',1,'amrex::ArrayOfStructs::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a95521eae522931f98cbb29c0daba5b35',1,'amrex::Array3D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a3df8243e0461c2c070936b3e7f7f2031',1,'amrex::Array3D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'amrex::Array2D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'amrex::Array2D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'Array1D< int, 0, N-1 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'Array1D< int, 0, N-1 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#acc728a4ffcef48eef5ef2ebe9b0a3ed6',1,'amrex::Table4D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#ae6e3b01db1692caf20dae041275adec0',1,'amrex::Table3D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'Table2D< RT >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'amrex::Table2D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a1b493bd89c1d953f72b18dbfb82fc311',1,'amrex::Table1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< Real const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'amrex::Array4::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#af75e04838970facf1335f10eb67cdeb7',1,'amrex::BoxIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxDomain::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 4 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 4 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int *, NAI >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int *, NAI >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const int *, NArrayInt >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< bool, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const int *, NArrayInt >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxList::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxList::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'amrex::GpuArray::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'amrex::GpuArray::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::Interval, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::Interval, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< bool, N >::begin()']]], + ['begin_5fiv_1427',['begin_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a',1,'amrex']]], + ['beginindex_1428',['beginIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a65b335b52bc54d9eaf7030a4fce20cf8',1,'amrex::MFIter']]], + ['bf_5fext_5fdir_5fthreadsafe_1429',['bf_ext_dir_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af06461b6b33c771b006b187796d88630',1,'amrex::StateDescriptor']]], + ['bf_5fthread_5fsafety_1430',['bf_thread_safety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac158f317f5d49b5ba4a4c10223df05bc',1,'amrex::StateDescriptor']]], + ['bglobalminmax_1431',['BGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a2a1665b43e87adbb056f0862849da4d9',1,'amrex::Amrvis']]], + ['bicgcg_1432',['bicgcg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064',1,'amrex']]], + ['bicgstab_1433',['BiCGStab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa17f477cd947340d28b9a4d6f49c1e43b',1,'amrex::MLCGSolverT']]], + ['bicgstab_1434',['bicgstab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13',1,'amrex']]], + ['bicgstab_5fsolver_5fconfigure_1435',['bicgstab_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a29206029adc7725812d03454b9c178ed',1,'amrex::HypreIJIface']]], + ['bigend_1436',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'amrex::BaseFab::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< AtomicInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< char >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< EBCellFlag >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< HYPRE_Int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< PetscInt >::bigEnd()']]], + ['bigend_1437',['bigend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'BoxND< AMREX_SPACEDIM >::bigend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'amrex::BoxND::bigend()']]], + ['bigend_1438',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'BoxND< AMREX_SPACEDIM >::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'BoxND< AMREX_SPACEDIM >::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'BoxND< AMREX_SPACEDIM >::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'amrex::BoxND::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'amrex::BoxND::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'amrex::BoxND::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< Real >::bigEnd()']]], + ['bin_5fsize_1439',['bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a09715cba9b15ca7c87543db7a45a32b0',1,'amrex::GetParticleBin']]], + ['bin_5ftype_1440',['bin_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a3bea2b14d8950423ccd43ff1c81b8baf',1,'amrex::SparseBins']]], + ['binitdatablocks_1441',['bInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa495084e5ea8770e445d0055974e79f5',1,'RegionsProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a923e282e808775e9fb1578d7f41c1829',1,'CommProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a71e8f90f882541f319f641623c1d760f',1,'BLProfStats::bInitDataBlocks()']]], + ['biniterator_1442',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html',1,'amrex::BinIterator< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a693ebae70056bdc07944d7a8a7aa1b4e',1,'amrex::BinIterator::BinIterator()']]], + ['biniteratorfactory_1443',['BinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a015439d37e7fd4c3ded33837a8b502bc',1,'amrex::SparseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aa04241c5ac3af03cc7e1d985fa591e45',1,'amrex::ParticleLocator::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< typename amrex::ParticleTileData >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< ParticleType >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'amrex::DenseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'amrex::AmrParticleLocator::BinIteratorFactory()']]], + ['binmapper_1444',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html',1,'amrex::BinMapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a2fc716ebcdf02dabc5c00fbc19419155',1,'amrex::BinMapper::BinMapper()']]], + ['binsptr_1445',['binsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< ParticleType >::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< ParticleType >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'amrex::DenseBins::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'amrex::DenseBins::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() const noexcept']]], + ['binvalidminmax_1446',['BINVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a970c9283c08d1ad380beb8cb5fbcfcb0',1,'amrex::Amrvis']]], + ['bisect_1447',['bisect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2',1,'amrex::bisect(T const *d, I lo, I hi, T const &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38',1,'amrex::bisect(T lo, T hi, F f, T tol=1e-12, int max_iter=100)']]], + ['bits_1448',['bits',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a80ddd826639ec72c71ba72a3c6dfc09a',1,'amrex::algoim::PsiCode']]], + ['bl_5fallocate_1449',['bl_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html',1,'amrex_mempool_module']]], + ['bl_5fallocate_5fi1_1450',['bl_allocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#aa4c809c38414c0a2b7f35b7c80db61fe',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#adaed8e70771d6f1185066689ca109122',1,'amrex_mempool_module::bl_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d',1,'amrex_mempool_module::bl_allocate_i1()']]], + ['bl_5fallocate_5fi2_1451',['bl_allocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#aef412351fc6271c67fa58f11f7c1e542',1,'amrex_mempool_module::bl_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac14432cf9370f7e0e02f0417b5baffce',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aa71f81465fb7c20c4b6925bd21e4d36e',1,'amrex_mempool_module::bl_allocate_i2(a, lo1, hi1, lo2, hi2)']]], + ['bl_5fallocate_5fi3_1452',['bl_allocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad2bcb4576ef3a75d7e2c985621fd852',1,'amrex_mempool_module::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f51143acfdbd20a8cb98f7cf81ac103',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a882dff48549ea8febf0e9e1ef59f2e89',1,'amrex_mempool_module::bl_allocate::bl_allocate_i3()']]], + ['bl_5fallocate_5fr1_1453',['bl_allocate_r1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a791f09eee564747f6d2edf9734f0be4e',1,'amrex_mempool_module::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8cf5d88703f7a13c9b8164273a746393',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5b7d388e96d5dfb7b4e2551c51b9cd87',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1()']]], + ['bl_5fallocate_5fr1_5fv_1454',['bl_allocate_r1_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2',1,'amrex_mempool_module::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6cb21970e68d3e48dbc7d8ecfdf6283f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5073ed867b16ca13523a3eb3af711009',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_v()']]], + ['bl_5fallocate_5fr1_5fvc_1455',['bl_allocate_r1_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ab7ef2ee373d559cbf4aad8474d130184',1,'amrex_mempool_module::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#af37026fa3f140bb0de1fdbabf1098d41',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a76292bbd40d529c388659cf236f3241d',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_vc()']]], + ['bl_5fallocate_5fr2_1456',['bl_allocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abf42bbe6fd69ab7fd5f42295f37511f6',1,'amrex_mempool_module::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a4f4a275401f9fab0feba1a172b517ec6',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8a6154f6bc163e49b81e1fa496ccd703',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2(a, lo1, hi1, lo2, hi2)']]], + ['bl_5fallocate_5fr2_5fv_1457',['bl_allocate_r2_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f1da1914f4fafd291347a83e3e0b34f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae1abd02d5d261da4945874f34fcc7968',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a84ebf30624b4cdcac21c9d3e9fc696f7',1,'amrex_mempool_module::bl_allocate_r2_v(a, lo, hi)']]], + ['bl_5fallocate_5fr2_5fvc_1458',['bl_allocate_r2_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166',1,'amrex_mempool_module::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4db4ef84aec0a796bece72050cd31397',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a2d50549e4b4739326733c60cb1ceae67',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_vc()']]], + ['bl_5fallocate_5fr3_1459',['bl_allocate_r3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6981412d8a38668123444398651c906a',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae6b8abff9ca4bed0746d2df4e2bd277f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a52df12c154901553f7481a5ddd08b16f',1,'amrex_mempool_module::bl_allocate_r3()']]], + ['bl_5fallocate_5fr3_5fv_1460',['bl_allocate_r3_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4a19a125194118a2f3d594c048d727dd',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a6986e6f5420605e938093d91ea6ee6cb',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8',1,'amrex_mempool_module::bl_allocate_r3_v()']]], + ['bl_5fallocate_5fr3_5fvc_1461',['bl_allocate_r3_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a328c584a18240b86b60fd91796f2d74b',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a1b10764ffdbc27f785230c38110f515f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#afeca944fb51530f218008c7e4b205f9d',1,'amrex_mempool_module::bl_allocate_r3_vc()']]], + ['bl_5fallocate_5fr4_1462',['bl_allocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a28590a3427c6eeb3ff0c320395b36e69',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a483da24e5876535560d6bde44de2d3cd',1,'amrex_mempool_module::bl_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ae6c3227b5028494bf546db05a95af9c2',1,'amrex_mempool_module::bl_allocate_r4()']]], + ['bl_5fallocate_5fr5_1463',['bl_allocate_r5',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a624276cf021696067e52bf9cc2808898',1,'amrex_mempool_module::bl_allocate::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a6d8b7261d54ef467614fc895789808f5',1,'amrex_mempool_module::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a25c875a21585500c704ef18c300f7b88',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r5()']]], + ['bl_5fallocate_5fr6_1464',['bl_allocate_r6',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ad65c591d777654a3b5803f488b8c4a83',1,'amrex_mempool_module::bl_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac6bcf5d23b46095d0cfe4b81ee378058',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6',1,'amrex_mempool_module::bl_allocate_r6(a, lo1, hi1, lo2, hi2, lo3, hi3, lo4, hi4, lo5, hi5, lo6, hi6)']]], + ['bl_5fdeallocate_1465',['bl_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html',1,'amrex_mempool_module']]], + ['bl_5fdeallocate_5fi1_1466',['bl_deallocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a7d734565739c8ecaab264c90cbd189bc',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a76d8601110b693099b70ee07c02efdb1',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a616f74b36b41fe3efc1129f2b31696d6',1,'amrex_mempool_module::bl_deallocate_i1(a)']]], + ['bl_5fdeallocate_5fi2_1467',['bl_deallocate_i2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad3d1f1a2c6ba53c2d604edd11821415f',1,'amrex_mempool_module::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a6003d603a35f9dd4fa8fd70b24a9080b',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ab8a1c1a7b1f4f9c2d7addad056c4f424',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i2()']]], + ['bl_5fdeallocate_5fi3_1468',['bl_deallocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#af0e149069027cb6e1937f1ab44c16ca4',1,'amrex_mempool_module::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#acf5c362213b78718bb7c0d884168b879',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a33397022560f0ced7823bb1465026106',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i3(a)']]], + ['bl_5fdeallocate_5fr1_1469',['bl_deallocate_r1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#acffa0dad2aaa9bd63a20fc8ff3bb163b',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a8d123bf3aaa1f2a07999108772fd48a4',1,'amrex_mempool_module::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a63349895d61a0ecb96305b8daa5e2ee0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r1(a)']]], + ['bl_5fdeallocate_5fr2_1470',['bl_deallocate_r2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#adf8cd7d3386ee5d25007d25cad5b2123',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad460022e6c3ac9118ee5f0b072731ab8',1,'amrex_mempool_module::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a1a9425ca18ac53eef1c90190666db56c',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r2()']]], + ['bl_5fdeallocate_5fr3_1471',['bl_deallocate_r3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a2530dd0d3b54cee4edb6921760f45905',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ac20d001ceb12398adde28bf077e9ca1d',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad0f4a3f588f06c4a2da3c27d8918906',1,'amrex_mempool_module::bl_deallocate_r3()']]], + ['bl_5fdeallocate_5fr4_1472',['bl_deallocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a6ffc7838f1c62b313542f0ea786ecaa0',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a838877fb568c97e993ab5d0a0d61ff54',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a78c97371c252f07a69a789c19934af17',1,'amrex_mempool_module::bl_deallocate_r4(a)']]], + ['bl_5fdeallocate_5fr5_1473',['bl_deallocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a9a5a87af4dbe87879e6f5496a6d52707',1,'amrex_mempool_module::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#af98cc14066f18d0c575ab9d533627fd0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#af24cc70cc5b583aad1ed1b171417f778',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r5()']]], + ['bl_5fdeallocate_5fr6_1474',['bl_deallocate_r6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abdc190f8793840926895d5926e3b0270',1,'amrex_mempool_module::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a2b5c6416c7adc7b474ac5c775cf93246',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#ae67f5eef086a5077920094d8bc0c076f',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r6()']]], + ['bl_5ffort_5fproc_5fdecl_1475',['BL_FORT_PROC_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a967ee2806a6203f8fee9dfa5b7cbc3a1',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_MYPROC, bl_pd_myproc)(int *myproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_COMMUNICATOR, bl_pd_communicator)(void *vcomm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa5dec01b84a2e49488e12992593591c',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_BARRIER, bl_pd_barrier)()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4aaac68a526721b739e82ab88091e834',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_NPROCS, bl_pd_nprocs)(int *nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76aa7801d002af637405b25a8e1b2792',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IOPROC, bl_pd_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28f369d555a5ea5f2aab2e6a64c2f08',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IS_IOPROC, bl_pd_is_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_SECOND, bl_pd_second)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3ff2bd55bb9e1b66ae7bb60cd159483a',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_MAX_TO_IOPROC, bl_pd_reduce_real_max_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3f2139f00295dccb7905968c602d6763',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_SUM_TO_IOPROC, bl_pd_reduce_real_sum_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6b00ecb0ae5350278a633a75443d947e',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_ABORT, bl_pd_abort)()']]], + ['bl_5fhpgmg_2ecpp_1476',['BL_HPGMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8cpp.html',1,'']]], + ['bl_5fhpgmg_2eh_1477',['BL_HPGMG.H',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8H.html',1,'']]], + ['bl_5fspacedim_1478',['bl_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c',1,'amrex_fort_module']]], + ['black_1479',['Black',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae412efe15f82f962408e557b3cee52e4',1,'amrex::BGColor::Black()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab',1,'amrex::FGColor::Black()']]], + ['blbacktrace_1480',['BLBackTrace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html',1,'amrex']]], + ['blbter_1481',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html',1,'amrex::BLBTer'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ade43d4e6e70c8520d4d1be4bd6007c78',1,'amrex::BLBTer::BLBTer(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab39b3856a46cfe28beb925329d1e01be',1,'amrex::BLBTer::BLBTer(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#acbd71a84437f500f76af1f585386c007',1,'amrex::BLBTer::BLBTer(const std::string &s, const char *file, int line)']]], + ['bldfinelevels_1482',['bldFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab8927740a33405d6bffe05755f67f5db',1,'amrex::Amr']]], + ['blen_1483',['blen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ab6deadfffea603d9264c962bf35928d9',1,'amrex::MLMGABCTag::blen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a0d7cdc83739bdd08706430ed96678580',1,'amrex::MLMGPSTag::blen()']]], + ['block_1484',['block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a20a366d961aa30bc166cfc7e5ec9a185',1,'amrex::CArena::Node::block() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a644086075ae8e03798c85ae56205c953',1,'amrex::CArena::Node::block(void *blk) noexcept']]], + ['block_5fpotential_1485',['block_potential',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acc33b913d7ecfb81353190b3ce2e95df',1,'amrex::openbc']]], + ['blockid_1486',['blockid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a4b76869f13f33a51e15dcc7284301d85',1,'amrex::BlockMutex::state_t::II']]], + ['blocking_5ffactor_1487',['blocking_factor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aec9f071fb0930efe09a4efe35edc4a2f',1,'amrex::AmrInfo']]], + ['blockingfactor_1488',['blockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af4a41ee86449b2afa949b6d68f6faf6f',1,'amrex::AmrMesh']]], + ['blockmutex_1489',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html',1,'amrex::BlockMutex'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a6ecc59b2420e534d8288d4dbc46bcb72',1,'amrex::BlockMutex::BlockMutex()']]], + ['blockreduce_1490',['blockReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a06351ce8c083138d26fa7653a0c63d7b',1,'amrex::Gpu']]], + ['blockreduce_5fpartial_1491',['blockReduce_partial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab9a50b1a64ebde8610e71103d50c9ff4',1,'amrex::Gpu']]], + ['blockreducemax_1492',['blockReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a60fd190b91e286384cf13808993fea3d',1,'amrex::Gpu']]], + ['blockreducemin_1493',['blockReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4c26ead15b942c1c4a0195ca7483a315',1,'amrex::Gpu']]], + ['blockreducesum_1494',['blockReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a486219b28139a9445f213969c5324167',1,'amrex::Gpu']]], + ['blockstatus_1495',['BlockStatus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus.html',1,'amrex::Scan::detail']]], + ['blockstatus_3c_20t_2c_20false_20_3e_1496',['BlockStatus< T, false >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html',1,'amrex::Scan::detail']]], + ['blockstatus_3c_20t_2c_20true_20_3e_1497',['BlockStatus< T, true >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html',1,'amrex::Scan::detail']]], + ['blpdatablock_1498',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5e9006da23c471e5e375d6995d7ad30c',1,'BLProfStats::BLPDataBlock::BLPDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afd73e4277d05cc2d0b08c1a49a7b3dfa',1,'BLProfStats::BLPDataBlock::BLPDataBlock(int p, const std::string &fn, long sp, int si)'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats::BLPDataBlock']]], + ['blpdatablocks_1499',['blpDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#abb120e148e578dea3b6f1a997d54c079',1,'BLProfStats']]], + ['blpdatafilenames_1500',['blpDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78868d7cea3662827ca187695cb06bf7',1,'BLProfStats']]], + ['blpdatastreams_1501',['blpDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0eabcbf58e2437da683f110ef496c902',1,'BLProfStats']]], + ['blpfnames_1502',['blpFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64f39f91d28ff7c34e8a5337f71b27',1,'BLProfStats']]], + ['blpfnames_1503',['BLPFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae4254a166bcebf1c002d16e350167508',1,'BLProfStats']]], + ['blprofiler_1504',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html',1,'amrex::BLProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a039dcb384283c3461091792da9c959e5',1,'amrex::BLProfiler::BLProfiler()']]], + ['blprofstats_1505',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html',1,'BLProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae3e98ce74ad3d01e423149655526d44c',1,'BLProfStats::BLProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats']]], + ['blprofversion_1506',['blProfVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aff3df1b96b0cf4e527d31f366b51649e',1,'BLProfStats']]], + ['blue_1507',['Blue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a1675bd00cc85236d00ca403a9a577662',1,'amrex::BGColor::Blue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426',1,'amrex::FGColor::Blue()']]], + ['bnamenumber_1508',['bNameNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a14d594f7a0f3360a1efbe5621869d37e',1,'CommProfStats::BarrierEntry']]], + ['bndry_1509',['bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a885dd729158b9a96cc833b5a291be3bf',1,'amrex::BndryRegisterT']]], + ['bndrybatransformer_1510',['BndryBATransformer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6',1,'amrex']]], + ['bndrycondloc_1511',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html',1,'amrex::MLCellLinOpT::BndryCondLoc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a99e440bed56a5f50e03ab37d85cd4e',1,'amrex::MLCellLinOpT::BndryCondLoc::BndryCondLoc(const BoxArray &ba, const DistributionMapping &dm, int ncomp)']]], + ['bndryconds_1512',['bndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a7869989cb6ec32d6d198c73c30eae2c4',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#adddea7b29d5088e3503b52bd225915ba',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a06c546aa81b72020efdddf748a5d0164',1,'amrex::BndryDataT::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae3a893425723763871fed2b8f6727abf',1,'amrex::BndryDataT::bndryConds(int igrid) const noexcept']]], + ['bndrydata_1513',['BndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32',1,'amrex']]], + ['bndrydatat_1514',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html',1,'amrex::BndryDataT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a0997f3f226667e9d93136128fcfaf798',1,'amrex::BndryDataT::BndryDataT(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a48956cc70261a5b28ab7a2559d2df611',1,'amrex::BndryDataT::BndryDataT(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae449a1eee7596c48ad129d92e02e79c4',1,'amrex::BndryDataT::BndryDataT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a18326b434a399d2ae2bf82938e6cb77b',1,'amrex::BndryDataT::BndryDataT() noexcept=default']]], + ['bndryfill_1515',['bndryFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aee4ddf660e8d5fda7a5944dd35314aed',1,'amrex::StateDescriptor']]], + ['bndryfunc_1516',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex::StateDescriptor::BndryFunc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4cb1dbeaa5366037330cdd1e8b6b8c6f',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc, BndryFunc3DDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0c9d7ed78a7c9614472e9aa816e5588a',1,'amrex::StateDescriptor::BndryFunc::BndryFunc() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a76e4ef878bb39188ba422c88a834ceda',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a84c72d9f36e0f12261a2068f261f40f0',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4918961c9dca1e951af0cf9ea6481e46',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncFabDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae560152f7be7db7d636df699fdcd6d5c',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc, BndryFuncDefault gFunc) noexcept']]], + ['bndryfunc3ddefault_1517',['BndryFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236',1,'amrex']]], + ['bndryfuncarray_1518',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html',1,'amrex::BndryFuncArray'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a7c65dd2144dc47720940d650b688dd30',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a401d9a024e51575c667c94cb438e1d06',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a480ea3785a61dabbed36488898ad6bf8',1,'amrex::BndryFuncArray::BndryFuncArray() noexcept=default']]], + ['bndryfuncdefault_1519',['BndryFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd',1,'amrex']]], + ['bndryfuncfabdefault_1520',['BndryFuncFabDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9',1,'amrex']]], + ['bndrylocs_1521',['bndryLocs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a311921844eeca8b18621c7199a86729b',1,'amrex::BndryDataT::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af48fcbe60dd847da0a52181bf10ef7aa',1,'amrex::BndryDataT::bndryLocs(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a31f2e447b25bedfabdb458c50d2785ff',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab3eff09a55991f7c4ca82a198800baab',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi, int icomp) const noexcept']]], + ['bndrymasks_1522',['bndryMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a61899ec60817d524fd886e0b6d9f361a',1,'amrex::BndryDataT']]], + ['bndryreg_1523',['bndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba15f56c267485f29a6a84bcfce877f804',1,'amrex::BATransformer']]], + ['bndryregister_1524',['BndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168',1,'amrex']]], + ['bndryregistert_1525',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html',1,'amrex::BndryRegisterT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#af6ca1d67538728588356d5b07ef6742d',1,'amrex::BndryRegisterT::BndryRegisterT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a669440b13ff12d665b4a732a77aa6658',1,'amrex::BndryRegisterT::BndryRegisterT(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2922ba0d4eff802a4460e33c950a1ad9',1,'amrex::BndryRegisterT::BndryRegisterT(BndryRegisterT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a13afc3531affff7230330514f2b0725a',1,'amrex::BndryRegisterT::BndryRegisterT(const BndryRegisterT< MF > &src)=delete']]], + ['bndryvalues_1526',['bndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae0d643450444b8374f35e761564d075b',1,'amrex::BndryDataT']]], + ['bnumberofminmax_1527',['BNUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ae30e7b84e8b143de05b852dde1174bb3',1,'amrex::Amrvis']]], + ['bold_1528',['Bold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#ac22ce3b2fbbb155d2706d522d445fbf0',1,'amrex::Font']]], + ['boomeramg_1529',['BoomerAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac',1,'amrex']]], + ['boomeramg_5fprecond_5fconfigure_1530',['boomeramg_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7b457116878fa9bca83d6710ae7f6dde',1,'amrex::HypreIJIface']]], + ['boomeramg_5fsolver_5fconfigure_1531',['boomeramg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2a13d67a9f8e03517f861c984457c537',1,'amrex::HypreIJIface']]], + ['bottom_5fabstol_1532',['bottom_abstol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad3062efc6b4f6fb5bca0d154082251bc',1,'amrex::MLMGT']]], + ['bottom_5fmaxiter_1533',['bottom_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa25c4bc7039d79991c9347812e392042',1,'amrex::MLMGT']]], + ['bottom_5freltol_1534',['bottom_reltol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa8cd739b09d30ecf7e853c350fd2abd1',1,'amrex::MLMGT']]], + ['bottom_5fsolver_1535',['bottom_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6413a66e0cb6393a0cf6530375797fb1',1,'amrex::MLMGT']]], + ['bottom_5ftime_1536',['bottom_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda4c32e616cb27e5785c48749118234b63',1,'amrex::MLMGT']]], + ['bottom_5fverbose_1537',['bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a14fa88e22141330833bda28beaef068c',1,'amrex::MLMGT']]], + ['bottomcommunicator_1538',['BottomCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'amrex::MLLinOpT::BottomCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'MLLinOpT< Array< MultiFab, 3 > >::BottomCommunicator()']]], + ['bottomsolve_1539',['bottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae5c3ce847717bf6243a9b7c70a1258a6',1,'amrex::MLMGT']]], + ['bottomsolver_1540',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a970cecc8fdf04c68cd458e27d20b1708',1,'amrex::MLMGT::BottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4',1,'amrex::BottomSolver()']]], + ['bottomsolvewithcg_1541',['bottomSolveWithCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9b38691fee0244ab9dbdfa1878db8a86',1,'amrex::MLMGT']]], + ['boundarypointlist_1542',['BoundaryPointList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabc768c5ab96cbd1408c58af3b5c88b9',1,'amrex::Amr']]], + ['boundarywidth_1543',['boundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afe8bc6f5489bcdb1c869821656362357',1,'amrex::AmrData']]], + ['boundarywidth_1544',['BoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a561095d726e8e7578b1c59fcee3311c5',1,'amrex::AmrData']]], + ['boundcond_1545',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html',1,'amrex::BoundCond'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a3aa62bbf33b9602551dd3e2a3e4249ee',1,'amrex::BoundCond::BoundCond() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a2c853c3e4ac28879a78b0454ae018961',1,'amrex::BoundCond::BoundCond(int _bctype) noexcept']]], + ['boundingbox_1546',['BoundingBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html',1,'amrex::algoim']]], + ['box_1547',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a88162269ca5cd1c4e7ffe7259f526b92',1,'amrex::FabArrayBase::FabComTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ad40376645132122ecd967a0473681454',1,'amrex::VisMF::FabReadLink::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#abbe4e5c9824e8d9ccfaf7a524ddac32b',1,'amrex::GetParticleBin::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a80afe2fb6fc06ed4930998382c71182e',1,'amrex::NeighborParticleContainer::NeighborTask::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a99cb5993e1573b609e2d93659b6a2fd9',1,'amrex::Array4BoxOffsetTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a7f54503bdcb3580672d1f0adc860b3ac',1,'amrex::Gpu::ComponentBox::box()']]], + ['box_1548',['BOX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5adfb583e59961c24f25757b0750fb66f9',1,'amrex::AMRErrorTag']]], + ['box_1549',['Box',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186',1,'amrex']]], + ['box_1550',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a30b8b9c99ce94ca05175b2632b5a5ad9',1,'amrex::Array4BoxTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9c485ccba1c6224241a34e3c3800dad8',1,'amrex::MLMGPSTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< EBCellFlag >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< char >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< AtomicInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'amrex::BaseFab::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#ac98f4aab292a06e27bff388747fdcb0a',1,'amrex::Array4Tag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ab388a278c4ac962c735d3b2a31912a94',1,'amrex::Array4PairTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a0b949943b991add5625ddf74d593451e',1,'amrex::Array4MaskCopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#ae398e0789da3cccf2f3234d50965642b',1,'amrex::Array4CopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a43b5b466864759d61d4e50196931330d',1,'amrex::Array4BoxValTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< HYPRE_Int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< PetscInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< Real >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#af18b6017b49b6264c35c52028ee3c3b1',1,'amrex::Cluster::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acc3c1d759fbd867cf7d9c806e56c30c7',1,'amrex::FabArrayBase::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ab6ed0183deb657587907991d95cde3bb',1,'amrex::FillBoxId::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a817650fe5450f9358a253d05101eb657',1,'amrex::MLMGABCTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ab7f1f2e37f5bd1405f40d0133ff588d3',1,'amrex::Array4BoxOrientationTag::box()']]], + ['box_5fread_1551',['box_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a23e1d95e3ebccd77fdb4d988b280c0cd',1,'amrex::detail']]], + ['box_5fwrite_1552',['box_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a5ad2e1914e7d42fdb76f380b4a29e2ae',1,'amrex::detail']]], + ['boxarray_1553',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html',1,'amrex']]], + ['boxarray_1554',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac2625b7ac69e478b4ca5b11c74f6827b',1,'amrex::EB2::Level::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa45d9bdd77447ee858455e5ff5dc2aad',1,'amrex::AmrData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb29e90ead2f9e0f58107004d7ea5bd7',1,'amrex::AmrParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a666fea50f53de421e82df451634ce24d',1,'amrex::AmrParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a5a3016da9db4c526f27571162c8dcb24',1,'amrex::ClusterList::boxArray() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a43c8da179ac05a763b3b3f93107d77c8',1,'amrex::ClusterList::boxArray(BoxArray &ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a965a43d4e14b2f1fbc35f50bc0e5b327',1,'amrex::MPMD::Copier::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a670346a2500ca06de456913bcc43d4d2',1,'amrex::EBFArrayBoxFactory::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4bb7e999eee8c04f07573269b54e39d0',1,'amrex::FabArrayBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a7d5164bf48c1d9aad40cf48e53d1f9b8',1,'amrex::FabSetT::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a8a918fcc2ec7aad2de9961ba43eb9398',1,'amrex::MultiMask::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a4392470ed6648f18f0dbd5b986ff204c',1,'amrex::MultiCutFab::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a27de055318e371ff5be7e5b2768abbae',1,'amrex::VisMF::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a805fefd43e63ca5b6b0b3ddd26f8b04c',1,'amrex::StateData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac767857a29ab230acd3f3d01a793ac79',1,'amrex::PlotFileDataImpl::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a531e1c57f8cd25355a3ed6ed365deca9',1,'amrex::PlotFileData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab08c75051c8758512c7f4bb38b34ea17',1,'amrex::ParGDBBase::boxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adb877cb42f2e3904c825bcbe61cf374a',1,'amrex::ParGDBBase::boxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a85a0c34e303d866b1ff44a918bb7e528',1,'amrex::ParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a439e82c074f1fb9121e6bd2bfbfc2502',1,'amrex::ParGDB::boxArray(int level) const override']]], + ['boxarray_1555',['boxarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae63b22ccabe6c5af01dd0779c60740c8',1,'amrex::FabArrayBase']]], + ['boxarray_1556',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aeca058dac155989ce728cb44301c9454',1,'amrex::BoxArray::BoxArray(BoxList &&bl, IntVect const &max_grid_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afd76dc52a3e04f2242831d4fb4d8bde1',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs, const BATransformer &trans)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8f81a0f854fcc971e054650850308270',1,'amrex::BoxArray::BoxArray(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9802183a182f70509c9b1f0dc5c4bf84',1,'amrex::BoxArray::BoxArray(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b713738c14f93de97c288200cb69cd6',1,'amrex::BoxArray::BoxArray(const Box *bxvec, int nbox)']]], + ['boxarray_1557',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afab10942e938362277ac3f876a4052a8',1,'amrex::boxArray(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21',1,'amrex::boxArray(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7dcb930627bd80227fb86468425bd2d0',1,'amrex::AmrLevel::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a331d8f1ba022fc6d08c1e2be97dd2eb6',1,'amrex::AmrMesh::boxArray() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a65c25342b534c0f03ebdf9e4f5ffac51',1,'amrex::AmrMesh::boxArray(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af3ad3b7266d2e9e90ddf607455fb3163',1,'amrex::AmrMesh::boxArray(int a_coarsest_lev, int a_finest_lev) const noexcept']]], + ['boxarray_1558',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aecd5949e593c8357b06cd69b29b0bbeb',1,'amrex::BoxArray::BoxArray(size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aff04ba0858cf808f3f7871667344a7bd',1,'amrex::BoxArray::BoxArray(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac1ed271c8bba3f4a6f874f9aed33f5d6',1,'amrex::BoxArray::BoxArray(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae51fad2f4cc75e0d49934bd8cbbec39a',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16d5410c4beb4a7376d57d6d17b7d201',1,'amrex::BoxArray::BoxArray() noexcept']]], + ['boxcat_1559',['BoxCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a74365972e1974d425c106395137bee96',1,'amrex']]], + ['boxcoarsener_1560',['BoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ab2961b67ebd3fabbf32afe103267ad59',1,'amrex::InterpBase']]], + ['boxcommhelper_1561',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html',1,'amrex::BoxCommHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'BoxND< AMREX_SPACEDIM >::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a449f2001ce1f699af3139ad929c66da2',1,'amrex::BoxCommHelper::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'amrex::BoxND::BoxCommHelper()']]], + ['boxcomplement_1562',['boxComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e',1,'amrex']]], + ['boxconverter_1563',['BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html',1,'amrex']]], + ['boxdiff_1564',['boxDiff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910',1,'amrex::boxDiff(const Box &b1in, const Box &b2)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88',1,'amrex::boxDiff(BoxList &bl_diff, const Box &b1in, const Box &b2)']]], + ['boxdomain_1565',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html',1,'amrex::BoxDomain'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad02d5a19433d5484dee5fb260bbc9f06',1,'amrex::BoxList::BoxDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a47079914541e9badea37cd84a4eb8511',1,'amrex::BoxDomain::BoxDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adf430e5f38acc600c84e559bb68dc5d2',1,'amrex::BoxDomain::BoxDomain(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a64ee738d97ad6b873205801db2689a09',1,'amrex::BoxDomain::BoxDomain(IndexType itype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a378ee4b07d91023565d794005b1e7869',1,'amrex::BoxDomain::BoxDomain(BoxList &&bl)']]], + ['boxes_1566',['boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a50efdc257f760e9e25399c37af9e6cc1',1,'amrex::BndryRegisterT']]], + ['boxexpand_1567',['BoxExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8',1,'amrex']]], + ['boxid_1568',['boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a5a49d0ecc04ce9c84d5cc0e68fd04675',1,'amrex::WeightedBox']]], + ['boxif_1569',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html',1,'amrex::EB2::BoxIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#aa0f2ca11875600cbda14790fff29af9f',1,'amrex::EB2::BoxIF::BoxIF()']]], + ['boxindexer_1570',['BoxIndexer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7253360db8634d12242f7237ff2af1',1,'amrex']]], + ['boxindexernd_1571',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html',1,'amrex::BoxIndexerND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a5675e229ddf29d9c458cd5b0f49b9b44',1,'amrex::BoxIndexerND::BoxIndexerND()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a4e7657e0ada4d09ac9619ca67aadacd0',1,'amrex::BoxIndexerND< 1 >::BoxIndexerND()']]], + ['boxindexernd_3c_201_20_3e_1572',['BoxIndexerND< 1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html',1,'amrex']]], + ['boxiterator_1573',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html',1,'amrex::BoxIterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7d4f7fc99b5c3fe06e9a0b2118ad9f20',1,'amrex::BoxIterator::BoxIterator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ad67f55da89142e3527f16fac6a5bcade',1,'amrex::BoxIterator::BoxIterator(const Box &a_bx) noexcept']]], + ['boxlist_1574',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html',1,'amrex::BoxList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6603dcbdc28135b48e5bfa98b942da73',1,'amrex::BoxList::BoxList(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a57ceea7a76c84d3befd6ec06c059bbe7',1,'amrex::BoxList::BoxList(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#afe00f77bc420a45f32d484d982e02072',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes, Direction dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54773484ed81f097deb889555b7ca24b',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a30479ce1f63ba9843fe6d5253b6c3fb9',1,'amrex::BoxList::BoxList(const Box &bx, const IntVect &tilesize)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3c9b3b9af19b73c1c7efafda6238dbe9',1,'amrex::BoxList::BoxList(Vector< Box > &&bxs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa5e1e0f1149682e0c8cd5a88451811ba',1,'amrex::BoxList::BoxList(const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1c27b6ccc4493126a264598cebbb88b7',1,'amrex::BoxList::BoxList(IndexType _btype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128274e71f12eceb9980758522776803',1,'amrex::BoxList::BoxList(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a31584546393b5ff7f420e6bffd8486bd',1,'amrex::BoxList::BoxList()']]], + ['boxlist_1575',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4f070ed8714989f5935d13b3504a1253',1,'amrex::ClusterList::boxList(BoxList &blst) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a95b972f06305fd5677d90126c9bc0562',1,'amrex::ClusterList::boxList() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adabfc3621a41317e6fc4a0c0d156aa57',1,'amrex::BoxDomain::boxList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4a0626dbe9602ecfda3c0fbc34112c22',1,'amrex::BoxArray::boxList()']]], + ['boxmap_1576',['boxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a868b4aa862ad58a0658f5213c654ef14',1,'amrex::DeriveRec']]], + ['boxnd_1577',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'amrex::BoxND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'BoxND< AMREX_SPACEDIM >::BoxND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'amrex::BoxND::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'BoxND< AMREX_SPACEDIM >::BoxND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'amrex::BoxND::BoxND()']]], + ['boxnd_3c_20amrex_5fspacedim_20_3e_1578',['BoxND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'']]], + ['boxresize_1579',['BoxResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643',1,'amrex']]], + ['boxshrink_1580',['BoxShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14',1,'amrex']]], + ['boxsplit_1581',['BoxSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7',1,'amrex']]], + ['boxsplit_5fimp_1582',['BoxSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380',1,'amrex::detail']]], + ['bproxmapok_1583',['bProxMapOK',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a75483e35d9c71b281451d66142e996b9',1,'CommProfStats']]], + ['brentrootfinder_1584',['BrentRootFinder',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca',1,'amrex::EB2']]], + ['brightblack_1585',['BrightBlack',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae7b1a8ccc4e3bafcb6f5381f352cad8a',1,'amrex::BGColor::BrightBlack()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1',1,'amrex::FGColor::BrightBlack()']]], + ['brightblue_1586',['BrightBLUE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c',1,'amrex::FGColor']]], + ['brightblue_1587',['BrightBlue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a53efb273893251617d70a0882a1db7bb',1,'amrex::BGColor']]], + ['brightcyan_1588',['BrightCyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2',1,'amrex::FGColor::BrightCyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#adfca5e4fcc8b07bdcff12e9a766265ee',1,'amrex::BGColor::BrightCyan()']]], + ['brightgreen_1589',['BrightGreen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8216c2c4ce684299b8be4d39f0c3f713',1,'amrex::BGColor::BrightGreen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9',1,'amrex::FGColor::BrightGreen()']]], + ['brightmagenta_1590',['BrightMagenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571',1,'amrex::FGColor::BrightMagenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#aa46c16e855686f562a9ec273574686e1',1,'amrex::BGColor::BrightMagenta()']]], + ['brightred_1591',['BrightRed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8',1,'amrex::FGColor::BrightRed()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a93f5aa5cadd77b4b2192e8b4588d30b9',1,'amrex::BGColor::BrightRed()']]], + ['brightwhite_1592',['BrightWhite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc',1,'amrex::FGColor::BrightWhite()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a3099bce34d3331079a87b702e75156b7',1,'amrex::BGColor::BrightWhite()']]], + ['brightyellow_1593',['BrightYellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33',1,'amrex::FGColor::BrightYellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#acc0179ae7051c77e255513c5ebbce41e',1,'amrex::BGColor::BrightYellow()']]], + ['broadcastarray_1594',['BroadcastArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff',1,'amrex']]], + ['broadcastbool_1595',['BroadcastBool',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6',1,'amrex']]], + ['broadcaststring_1596',['BroadcastString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60205e03d594df934b5b3afd723c764',1,'amrex']]], + ['broadcaststringarray_1597',['BroadcastStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb',1,'amrex']]], + ['bshowbody_1598',['bShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac7742574ff1d7b24879cbac34c7382b6',1,'amrex::AmrData']]], + ['bsubregionminmax_1599',['BSUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a95964ed9144e700e0653441316633db6',1,'amrex::Amrvis']]], + ['bt_5fstack_1600',['bt_stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#aaf1d60939d82c0f1d794feed9222e8a0',1,'amrex::BLBackTrace']]], + ['btcalculategrids_1601',['btCalculateGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab675fdeb13c05c43e2a9e3c0447047bf',1,'amrex::btUnit']]], + ['btcalculatelevel_1602',['btCalculateLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ae3e9b0a13f4b632c5adeeabc63428574',1,'amrex::btUnit']]], + ['btcheckderefine_1603',['btCheckDerefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a3b717379d5044fce71f7f78cda30003c',1,'amrex::btUnit']]], + ['btcheckrefine_1604',['btCheckRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#afee26b96ee0312524bf04696bf32a142',1,'amrex::btUnit']]], + ['bterrain_1605',['bTerrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afabb8e1c24620e4fa9cba00f9e4a386d',1,'amrex::AmrData']]], + ['btimerangeinitialized_1606',['bTimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6d09cb193d457f12d89dad062aaf37bc',1,'BLProfStats']]], + ['btrefine_1607',['btRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a4d2d59851e46f6397a84ae9520a82e17',1,'amrex::btUnit']]], + ['btunit_1608',['btUnit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html',1,'amrex']]], + ['btype_1609',['btype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a70df1b0aadeb1c7f0360299f0e2b2fc4',1,'amrex::BoxList::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'amrex::BoxND::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'BoxND< AMREX_SPACEDIM >::btype()']]], + ['buckettogrid_1610',['bucketToGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac0429811bb6a3cf2de1d46ecd7da27d3',1,'amrex::ParticleBufferMap']]], + ['buckettolevel_1611',['bucketToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afbec1ad4a30a8b2000ab6ad7b475d66c',1,'amrex::ParticleBufferMap']]], + ['buckettoproc_1612',['bucketToProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8a29836e5aa44a758c6a063e95312a92',1,'amrex::ParticleBufferMap']]], + ['buf_1613',['BUF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa5c2d81c416e8ee0e1bd9d475e73d31cf',1,'amrex::TagBox']]], + ['buffer_1614',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html',1,'amrex::Gpu::Buffer< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a4a67356e6f7cf6772d47b81ec7b91e60',1,'amrex::Gpu::Buffer::Buffer(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3f55c45f384966160f9b9538d732593d',1,'amrex::Gpu::Buffer::Buffer(std::initializer_list< T > init)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a77b4ab537b9786fb353beb7dc77a0620',1,'amrex::Gpu::Buffer::Buffer(T const *h_p, const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a8da30f072b1f36168523d0db2e1f8330',1,'amrex::Gpu::Buffer::Buffer(Buffer &&)=delete']]], + ['buffer_1615',['buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af103bf562a87e04ba76cd763005c2539',1,'amrex::TagBox::buffer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#abb7286cc2647bb4359101e4fafae159d',1,'amrex::TagBoxArray::buffer()']]], + ['buffer_5ftag_5fcache_1616',['buffer_tag_cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a82a5acd18d78404acab9c6f310411369',1,'amrex::NeighborParticleContainer']]], + ['buffermap_1617',['BufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ae8cc9df742fa642c6289916de788afa5',1,'amrex::ParticleContainerBase']]], + ['bufsize_1618',['BUFSIZE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a8303de7f87d7f9247ba6399dcf4d2493',1,'amrex::Amrvis']]], + ['build_1619',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#acb949036c4f507b6034c2b56782b05fc',1,'amrex::NeighborList::build(PTile &ptile, const amrex::Box &bx, const amrex::Geometry &geom, CheckPair &&check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8c8997412e7807ce0ff0f3bdb4369269',1,'amrex::NeighborList::build(PTile &ptile, CheckPair &&check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a308575ce026d127b1c548c020274be46',1,'amrex::NeighborList::build(SrcTile &src_tile, TargetTile &target_tile, CheckPair const &check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abe6bc677fed710ac617242ea29aeaefa',1,'amrex::ParticleCopyPlan::build()']]], + ['build_1620',['Build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc',1,'amrex::EB2::Build(const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool a_extend_domain_face, int a_num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc',1,'amrex::EB2::Build(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow=4, bool build_coarse_level_by_coarsening=true, bool extend_domain_face=ExtendDomainFace(), int num_coarsen_opt=NumCoarsenOpt())']]], + ['build_1621',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#acf01a3502124d40b6f58035020394573',1,'amrex::SparseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< ParticleType >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'amrex::DenseBins::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'amrex::AmrParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afe37a8c51ff96b002a2cedb2e9255fa4',1,'amrex::ParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'amrex::AmrParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< ParticleType >::build()']]], + ['build_5farrays_1622',['build_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::EBCellFlagFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< TagBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< IArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< FArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::Mask >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::CutFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< PetscInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< AtomicInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'amrex::FabArray::build_arrays()']]], + ['build_5fcellflag_5ffrom_5fap_1623',['build_cellflag_from_ap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, int k, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz)']]], + ['build_5fcells_1624',['build_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &apx, Array4< Real > const &apy, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, int &nsmallcells, int const nmulticuts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &m2x, Array4< Real const > const &m2y, Array4< Real const > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< EBCellFlag > const &ctmp, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, bool cover_multiple_cuts, int &nsmallcells, int &nmulticuts) noexcept']]], + ['build_5ffaces_1625',['build_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &fcx, Array4< Real > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts, int &nsmallfaces) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t const > const &ex, Array4< Type_t const > const &ey, Array4< Type_t const > const &ez, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real const > const &interz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real > const &fcx, Array4< Real > const &fcy, Array4< Real > const &fcz, Array4< Real > const &m2x, Array4< Real > const &m2y, Array4< Real > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts) noexcept']]], + ['build_5fpar_5ffor_5fnblocks_1626',['build_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a93be0fb0f65db39c14837748d0494860',1,'amrex::detail']]], + ['build_5fsolution_1627',['build_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'GMRES< MF, GMRESMLMGT< MF > >::build_solution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'amrex::GMRES::build_solution()']]], + ['buildbc_1628',['buildBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3b07b7cec32b864ae58f09942234421e',1,'amrex::DeriveRec']]], + ['buildbc3d_1629',['buildBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af66abf3e0352de5d8f79dbdde22ef22c',1,'amrex::DeriveRec']]], + ['buildcellflag_1630',['buildCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbbdc98f272b71363491d9a348e1f92a',1,'amrex::EB2::Level']]], + ['buildcutcellmask_1631',['buildCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbf8ba38ca81cc69d1abc5e1dfc25999',1,'amrex::EB2::Level']]], + ['buildfromchkptfile_1632',['BuildFromChkptFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de',1,'amrex::EB2']]], + ['buildmask_1633',['BuildMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::CutFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'amrex::FabArray::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< PetscInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::EBCellFlagFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::Mask >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< FArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< TagBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< IArrayBox >::BuildMask()']]], + ['buildmasks_1634',['buildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa43fb0696cb5782669c8ee368b743099',1,'amrex::MLNodeLinOp']]], + ['buildmasks_1635',['BuildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af79112d043b45868fb00cf720d61b0a5',1,'amrex::NeighborParticleContainer']]], + ['buildmpifinish_1636',['buildMPIFinish',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab70e7cbaf0b6636a9be60729e0869495',1,'amrex::ParticleCopyPlan']]], + ['buildmpistart_1637',['buildMPIStart',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a996c810aea3ffa99a480dffa839230c3',1,'amrex::ParticleCopyPlan']]], + ['buildneighborcopyop_1638',['buildNeighborCopyOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a429842d84ae93439634d8953d71b63bf',1,'amrex::NeighborParticleContainer']]], + ['buildneighborlist_1639',['buildNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abb69f08cf3677fa93e6b3793e1ef3403',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac168ec3279fb7f55564901b2f98dfeeb',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aad163ac3bbb3deda0b715ce7e97f6de0',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad443f88f36ee577341e3ffcffda8a539',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types=1, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8478ecacf0444af88ada9f65324c8c91',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6fb1047fc993b216cf8b7976cb589c45',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool sort=false)']]], + ['buildneighbormask_1640',['buildNeighborMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad01b79b58df596f16982763a74e34d70',1,'amrex::NeighborParticleContainer']]], + ['buildredistributemask_1641',['BuildRedistributeMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a96b76ab915415e7891655d0910880636',1,'amrex::ParticleContainerBase']]], + ['builds_1642',['Builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex::MemProfiler']]], + ['buildstencil_1643',['buildStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a52ede5504eb690639637884661c1676a',1,'amrex::MLNodeLaplacian']]], + ['buildtilearray_1644',['buildTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3bb1453b2bf26b145d0553dcaf8332be',1,'amrex::FabArrayBase']]], + ['buildtypes_1645',['buildTypes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aaccb2f2ff2b1a19d11a62b23c7771808',1,'amrex::EB2::GFab']]], + ['buserminmax_1646',['BUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ad1deacdbc35862f4535786f40e328d12',1,'amrex::Amrvis']]], + ['buserstoprequest_1647',['bUserStopRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0275a70b67bcded29bdf03229bea8edb',1,'amrex::Amr']]], + ['butchertableautypes_1648',['ButcherTableauTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564',1,'amrex']]], + ['bwcontours_1649',['BWCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba2fadaef089ede23c0bc5c320543c35db',1,'amrex::Amrvis']]], + ['bx_1650',['bx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a2754c8e7cbd174d92c5d0ec4bd58583c',1,'amrex::Array4BoxOffsetTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ade5307c3097ed11a8ad8e3284f07e2ad',1,'amrex::MLMGPSTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a983b146fa22d1ed852dc07bfd52f2158',1,'amrex::Array4BoxOrientationTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a1af0a02953a607edaf192b622b1f59a6',1,'amrex::MLMGABCTag::bx()']]], + ['bx_5fmap_1651',['bx_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adbe5143a11f68ea45e237f5d650ba69f',1,'amrex::DeriveRec']]], + ['bytes_1652',['Bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html',1,'amrex::MemProfiler']]], + ['bytes_1653',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a32e4b2ea70635b8caa88bb5a43e2d5b0',1,'amrex::FabArrayBase::CacheStats::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a3cdb4faae0dd007fed2edc93c08c9759',1,'amrex::FabArrayBase::CFinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a84e7707a96ebc2dc55fe2384d403426a',1,'amrex::FabArrayBase::CPC::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a7350ce3c86017261950af6f94802d343',1,'amrex::FabArrayBase::FB::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a60b3d32706607b5ab04d00f255382f81',1,'amrex::FabArrayBase::FPinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a6dfaf13cb2e2e2c8e57d0ef3451e6b84',1,'amrex::FabArrayBase::TileArray::bytes()']]], + ['bytes_5fhwm_1654',['bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a9c99b077a5aac77d3677eadc8caf0f14',1,'amrex::FabArrayBase::CacheStats']]], + ['bytesof_1655',['bytesOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4',1,'amrex::bytesOf(const std::vector< T > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd',1,'amrex::bytesOf(const std::map< Key, T, Compare > &m)']]], + ['bytesofmapofcopycomtagcontainers_1656',['bytesOfMapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad8ef26468982ff9ba6e2fbc5eb8073bb',1,'amrex::FabArrayBase']]], + ['bytespread_1657',['ByteSpread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'amrex::ParticleContainer_impl::ByteSpread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ByteSpread()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_3.js b/amrex-hydro/Doxygen/html/search/all_3.js index 5a0802d..769314e 100644 --- a/amrex-hydro/Doxygen/html/search/all_3.js +++ b/amrex-hydro/Doxygen/html/search/all_3.js @@ -1,480 +1,482 @@ var searchData= [ - ['c_1653',['C',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1C.html',1,'amrex::Order']]], - ['c_5fcomps_5fthreads_5fand_5fblocks_1654',['c_comps_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad50ffc68d86b60f6c4abea01215ecd80',1,'amrex::Gpu::Device']]], - ['c_5fsys_1655',['c_sys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a80883db17d63160073d45479d937e74b',1,'amrex::CoordSys']]], - ['c_5fthreads_5fand_5fblocks_1656',['c_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a287c97156ce50cfda229da5b2d9a00a8',1,'amrex::Gpu::Device']]], - ['cachedataallocated_1657',['cacheDataAllocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a405adb5266b8deb2c2e18cea095eee45',1,'amrex::FabCopyDescriptor']]], - ['cacheneighborinfo_1658',['cacheNeighborInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a497db0eca21eb270f545e60f034aeb6a',1,'amrex::NeighborParticleContainer']]], - ['cachestats_1659',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html',1,'amrex::FabArrayBase::CacheStats'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a172909ef2ee1fc68d2bfcd61ed13d4bd',1,'amrex::FabArrayBase::CacheStats::CacheStats()']]], - ['calc_5falpha_1660',['calc_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a2f2cc7f01b96bcdd7c3f7d3ecffeee20',1,'amrex::EBToPVD']]], - ['calc_5fd_1661',['calc_D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acfaa366856b5d181ef31e271d810a461',1,'amrex::SplineDistFcnElement2d']]], - ['calc_5fhesse_1662',['calc_hesse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a8e98228d4e26f46aaad5dca2c60d21b2',1,'amrex::EBToPVD']]], - ['calc_5fintersects_1663',['calc_intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ae6256aa448020ec87249a19972bc3b63',1,'amrex::EBToPVD']]], - ['calccommsize_1664',['calcCommSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fea3b7765226c9483a81c772e3cfcd0',1,'amrex::NeighborParticleContainer']]], - ['calcendtime_1665',['calcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae8e90faa9bed63294da831786b2e181f',1,'BLProfStats']]], - ['calcgradphi_1666',['calcGradPhi',['../classHydro_1_1NodalProjector.html#a3a2166183188d53c17442adab59897e4',1,'Hydro::NodalProjector']]], - ['calcrefratios_1667',['calcRefRatios',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a71a0a4c9fbfae52c4da448c6ac832319',1,'CommProfStats']]], - ['calculateminmax_1668',['CalculateMinMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a89f8804d6faa52091fcde2844952fa93',1,'amrex::VisMF::Header']]], - ['call_5faddr2line_1669',['call_addr2line',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0',1,'amrex::system']]], - ['call_5fcheck_5fpair_1670',['call_check_pair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7df5de70f7ab58e32c467a66af4fdbd9',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8a333f99592fcb77801eee6ae33eb42e',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j, N3, N4, N5) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))']]], - ['call_5fdevice_1671',['call_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa',1,'amrex::call_device(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574',1,'amrex::call_device(L &&f0, Lambdas &&... fs) noexcept']]], - ['call_5ff_1672',['call_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< typename amrex::ParticleTileData >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< ParticleType >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'amrex::DenseBins::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733',1,'amrex::experimental::detail::parfor_mf_detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#af72f8c4ec6c858d83f59c48034851294',1,'amrex::particle_detail::call_f(F const &f, const PTDType< T_ParticleType, NAR, NAI > &p, const int i, Array4< T > const &fabarr, GpuArray< Real, AMREX_SPACEDIM > const &plo, GpuArray< Real, AMREX_SPACEDIM > const &dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#a4fc575fa169519c925f33d6bb746d598',1,'amrex::particle_detail::call_f(F const &f, const ConstParticleTileData< T_ParticleType, NAR, NAI > &p, const int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75',1,'amrex::Reduce::detail::call_f()']]], - ['call_5ff_5fintvect_1673',['call_f_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa05aeb114ce9ecd66760d831ae2471f8',1,'amrex::detail::call_f_intvect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae',1,'amrex::loop_detail::call_f_intvect(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], - ['call_5ff_5fintvect_5fcpu_1674',['call_f_intvect_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76',1,'amrex::loop_detail']]], - ['call_5ff_5fintvect_5fengine_1675',['call_f_intvect_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abf33e4589ea5adab841f76cf4ba8fec2',1,'amrex::detail']]], - ['call_5ff_5fintvect_5fhandler_1676',['call_f_intvect_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a046cf7f7c280ba419ad77e7d97f61d88',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a405f588558bf5afc228a55ebe21303a1',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], - ['call_5ff_5fintvect_5finner_1677',['call_f_intvect_inner',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9',1,'amrex::loop_detail::call_f_intvect_inner()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a36c4819d0af66858bf09a3dd588fca74',1,'amrex::detail::call_f_intvect_inner()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af52fdeb3368a6e51b1547446480a490f',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ac48e6fab4200845ae1464ab52ec831f9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a64ebcc6c0abdb545a519a9d378dca174',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], - ['call_5ff_5fintvect_5finner_5fcpu_1678',['call_f_intvect_inner_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#acc9fdee6f642f94d35694e57ac4046d5',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))']]], - ['call_5ff_5fintvect_5fncomp_1679',['call_f_intvect_ncomp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9724b4915ce5a6c9e9766a4e0a221723',1,'amrex::detail::call_f_intvect_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662',1,'amrex::loop_detail::call_f_intvect_ncomp(F const &f, IntVectND< dim > iv, int n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], - ['call_5ff_5fintvect_5fncomp_5fcpu_1680',['call_f_intvect_ncomp_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ae922667b0d850b2bb5603749f8864438',1,'amrex::loop_detail']]], - ['call_5ff_5fintvect_5fncomp_5fengine_1681',['call_f_intvect_ncomp_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2',1,'amrex::detail']]], - ['call_5ff_5fintvect_5fncomp_5fhandler_1682',['call_f_intvect_ncomp_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d5d1924885f09d0c057d56268dfb895',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, n))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2c5b6087ddf712ba78b4adb8a1baea78',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T ncomp, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], - ['call_5ff_5fscalar_5fhandler_1683',['call_f_scalar_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa004283e3920e413c389c093161cad79',1,'amrex::detail::call_f_scalar_handler(F const &f, N i) noexcept -> decltype(f(0))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a90aaa100d2d55f47c63bf669ba307022',1,'amrex::detail::call_f_scalar_handler(F const &f, N i, Gpu::Handler const &) noexcept -> decltype(f(0))']]], - ['call_5finterp_5fhook_1684',['call_interp_hook',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aaa2f442d8ea72f80f2d543e12c5f8a1a',1,'amrex::detail']]], - ['call_5fresult_5ft_1685',['call_result_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12',1,'amrex::detail']]], - ['calledfunctions_1686',['calledFunctions',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a696987a2e37d477370485150489b48df',1,'BLProfStats::CallTreeNode']]], - ['calltreenode_1687',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html',1,'BLProfStats::CallTreeNode'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a58a170e22648cb330508a33ecd8396c5',1,'BLProfStats::CallTreeNode::CallTreeNode()']]], - ['canderive_1688',['canDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae2bbc9a653c1a437f677755dc5e31ced',1,'amrex::DeriveList']]], - ['canderive_1689',['CanDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4305cc67a74a310d78a979028fe86d77',1,'amrex::DataServices::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad926743e5317dbba19e1fd57307401a1',1,'amrex::DataServices::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a351b40fa21a1d0ae733b0da5874bba69',1,'amrex::AmrData::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af87b3b3ccc957963371870e73f8679e1',1,'amrex::AmrData::CanDerive(const std::string &name) const']]], - ['capacity_1690',['capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::openbc::MomTag >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae88ca91d12a18c9eae7c36348e7c99fd',1,'amrex::DistributionMapping::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3a9ab299dccc5bc6e57018fddb101099',1,'amrex::ParticleTile::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'amrex::PODVector::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::BoxND >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::NeighborCode >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::STLtools::Triangle >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::XDim3 >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int *, DefaultAllocator< const int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< index_type >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int *, DefaultAllocator< int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a04d7713cdc01e24d50d715119f5c333d',1,'amrex::BoxArray::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< std::size_t >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< unsigned int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6064b561ef6b7f4001b73a063b22bd57',1,'amrex::BoxList::capacity()']]], - ['carena_1691',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html',1,'amrex::CArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a43a76cc08d37a6c6174a05989d0bc60e',1,'amrex::CArena::CArena(std::size_t hunk_size=0, ArenaInfo info=ArenaInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1dc0400df161a7395380b6156678918a',1,'amrex::CArena::CArena(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8df362670d9202352afc131bfc421c28',1,'amrex::CArena::CArena(CArena &&rhs)=delete']]], - ['carena_5fmutex_1692',['carena_mutex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a445be9f2ccca25ca4d2c8db026400136',1,'amrex::CArena']]], - ['cart_1693',['cart',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#adba2e61f59319e9965761531fd4e9535',1,'process_topology_t']]], - ['cart_5f1d_1694',['cart_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1879fde1dfd6f521c758457ebebf9808',1,'hacc::Distribution']]], - ['cart_5f2d_5fx_1695',['cart_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68f2354c76a3bd14164ab62d882d8151',1,'hacc::Distribution']]], - ['cart_5f2d_5fy_1696',['cart_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6829355f310f77f889572a2c28a91440',1,'hacc::Distribution']]], - ['cart_5f2d_5fz_1697',['cart_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a83b09b3561dcff5292e797dcdd6d610b',1,'hacc::Distribution']]], - ['cart_5f3d_1698',['cart_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a49229eb2403fec394ef26e10c9cfd7e5',1,'hacc::Distribution']]], - ['cartcomm_5fkspace_1699',['cartcomm_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#afb4b5d0e56a4434cc632221e5b5d595f',1,'hacc::Dfft']]], - ['cartcomm_5frspace_1700',['cartcomm_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a2c5dcf97c4702a0223c16e2318aceeab',1,'hacc::Dfft']]], - ['cartesian_1701',['cartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa773443060faab3679fd6637fbb386086',1,'amrex::CoordSys']]], - ['cartesianproduct_1702',['CartesianProduct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff',1,'amrex']]], - ['cartgrid_1703',['CartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2f1db26232c0faf4e0b164bff1e2848b',1,'amrex::AmrData']]], - ['cartgridversion_1704',['CartGridVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abbd11f921125e23499969c24f8d0e4d0',1,'amrex::AmrData']]], - ['cas_1705',['CAS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a3794cd96c4a2f4b00db9cc1e5d66af87',1,'amrex::Gpu::Atomic']]], - ['cast_1706',['cast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7261f50da60e78a42e700384710cd47',1,'amrex::cast(BaseFab< Tto > &tofab, BaseFab< Tfrom > const &fromfab, Box const &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e',1,'amrex::cast(U const &mf_in)']]], - ['catenate_1707',['catenate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5401acc7f967b93eb6e755966491aa58',1,'amrex::BoxList']]], - ['cbegin_1708',['cbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a7a63898f3093bbbdecb31a1c7ad5955e',1,'amrex::Neighbors::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'amrex::PODVector::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::BoxND >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< index_type >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::NeighborCode >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::openbc::MomTag >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::STLtools::Triangle >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::XDim3 >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int *, DefaultAllocator< const int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a36e94e3ffe5960cc40d35b5e9c23d072',1,'amrex::ArrayOfStructs::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< unsigned int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< std::size_t >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int *, DefaultAllocator< int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a297a2a3a29d1e4dee564a816d45e82fc',1,'amrex::BoxList::cbegin()']]], - ['ccfcdoit_1709',['ccfcdoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a7a3cd639f33548b08977d0fcdf594613',1,'amrex::GpuBndryFuncFab']]], - ['ccprotect_5f2d_1710',['ccprotect_2d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b',1,'amrex']]], - ['ccprotect_5f3d_1711',['ccprotect_3d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0',1,'amrex']]], - ['ccquartic_5finterp_1712',['ccquartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d',1,'amrex']]], - ['cctc_1713',['cctc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a1bef6147ea1eda449fa5872d533d1876',1,'amrex::NonLocalBC::CommData']]], - ['cdata_5fsize_1714',['cdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0bc1ebc16494317aa1ee91983ac667e4',1,'amrex::NeighborParticleContainer']]], - ['ceil_1715',['ceil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept']]], - ['cell_1716',['Cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html',1,'amrex::EB2']]], - ['cell_1717',['CELL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3a1f9d32418f4279a931e3f65f092f9439',1,'amrex::CellIndexEnum']]], - ['cell_5fbilinear_5finterp_1718',['cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5',1,'amrex']]], - ['cell_5fcons_5finterp_1719',['cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22',1,'amrex']]], - ['cell_5fid_1720',['cell_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0c97a957588e229e248638455172fe75',1,'amrex::PETScABecLap::cell_id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a4e1e2418ad02ffb9cfde30d4a611c5f7',1,'amrex::HypreABecLap3::cell_id()']]], - ['cell_5fid_5fvec_1721',['cell_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#adce283edc6f4a7d4a016c19493c51418',1,'amrex::PETScABecLap::cell_id_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a17dd1f8e2e836736e48e804799f4ec1d',1,'amrex::HypreABecLap3::cell_id_vec()']]], - ['cell_5fquartic_5finterp_1722',['cell_quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165',1,'amrex']]], - ['cell_5fquartic_5finterp_5fx_1723',['cell_quartic_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0a3854363996b297c8f051d38aab201',1,'amrex']]], - ['cell_5fquartic_5finterp_5fy_1724',['cell_quartic_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a',1,'amrex']]], - ['cell_5fquartic_5finterp_5fz_1725',['cell_quartic_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f',1,'amrex']]], - ['celladd_1726',['CellAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html',1,'detail']]], - ['cellassignor_1727',['CellAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'amrex::ParticleContainer_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a2b110ac7681163b17759b7b404905cfa',1,'amrex::ParIter_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad794d2f114cc35fb92cf8eb8ff6a36c5',1,'amrex::ParConstIter_impl::CellAssignor()']]], - ['cellatomicadd_1728',['CellAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html',1,'detail']]], - ['cellbilinear_1729',['CellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html',1,'amrex']]], - ['cellcenter_1730',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a5c2b7698e44ce750730b8246fc1aa992',1,'amrex::CoordSys::CellCenter(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a20d11f9a4a56cc4abbbc63520b1a5e7f',1,'amrex::CoordSys::CellCenter(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa88777a3be31a577cf01ed63a806f94b',1,'amrex::CoordSys::CellCenter(const IntVect &point, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4af5c101b5f19e97166e7531ffa1c706c4',1,'amrex::LinOpEnumType::CellCenter()']]], - ['cellcentered_1731',['cellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'amrex::BoxND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'BoxND< AMREX_SPACEDIM >::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'amrex::IndexTypeND::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'amrex::IndexTypeND::cellCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered(int dir) const noexcept']]], - ['cellcentroid_1732',['CellCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a7dfdce1e88bc91f46ae0d30f856f7ca9',1,'amrex::LinOpEnumType']]], - ['cellconservativelinear_1733',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html',1,'amrex::CellConservativeLinear'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::CellConservativeLinear::CellConservativeLinear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::EBCellConservativeLinear::CellConservativeLinear()']]], - ['cellconservativeprotected_1734',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html',1,'amrex::CellConservativeProtected'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aced526a1e706c7fce0c1b715639f2270',1,'amrex::CellConservativeProtected::CellConservativeProtected()']]], - ['cellconservativequartic_1735',['CellConservativeQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html',1,'amrex']]], - ['cellcount_1736',['cellCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab1fa12d8a76471eac770533845c1a59a',1,'amrex::Amr::cellCount() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a76adb6f14e46b7ed89679dfdca012385',1,'amrex::Amr::cellCount(int lev) noexcept']]], - ['celldata_1737',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html',1,'amrex::CellData< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#accb987397fdc10a704d4e42d4e5c5d31',1,'amrex::CellData::CellData(T *a_p, Long a_stride, int a_ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a96af7ce615384f42e11db33a16e36b05',1,'amrex::CellData::CellData(CellData< std::remove_const_t< T >> const &rhs) noexcept']]], - ['celldata_1738',['cellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< Real const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'amrex::Array4::cellData()']]], - ['cellequal_1739',['CellEqual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#acaed188c00aecea228d8c92c17a0c3fb',1,'amrex::BoxArray']]], - ['cellghosttypes_1740',['CellGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530',1,'amrex::InSituUtils']]], - ['cellindex_1741',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3',1,'amrex::CellIndexEnum::CellIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a285d110b44d2e4412b27427418246fa4',1,'amrex::CoordSys::CellIndex()']]], - ['cellindexenum_1742',['CellIndexEnum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html',1,'amrex']]], - ['cellloc_1743',['CellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aafe06e3fa4b2ad1b95508230dbeffa72',1,'amrex::AmrData']]], - ['cellquadratic_1744',['CellQuadratic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html',1,'amrex']]], - ['cellquartic_1745',['CellQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html',1,'amrex']]], - ['cellsize_1746',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aed1692798cdf36cceb29b2370a77c746',1,'amrex::PlotFileData']]], - ['cellsize_1747',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6826d1760f9a6a60187230e3495ca3be',1,'amrex::AmrData::CellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ade9815d7413549b5bb09000f1c9ede76',1,'amrex::CoordSys::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afc9b2295dec506f60239afca5e6a4a5d',1,'amrex::CoordSys::CellSize(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#ae68058e46d103262fadc6ef5e593c92b',1,'amrex::GeometryData::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a135962447b210aea10cc4457ffe140fe',1,'amrex::GeometryData::CellSize(int dir) const noexcept']]], - ['cellsize_1748',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac7da65ed0981abeb8cb8124a274f9c80',1,'amrex::PlotFileDataImpl']]], - ['cellsizearray_1749',['CellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa352d079ec1fb2e0c971e8f5a6b077da',1,'amrex::CoordSys']]], - ['cellstore_1750',['CellStore',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html',1,'detail']]], - ['celltype_1751',['CellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763c',1,'amrex::YAFluxRegisterT']]], - ['cend_1752',['cend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< std::size_t >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a87d91479ddcd7e9a311164a66c752a8e',1,'amrex::ArrayOfStructs::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a15a6c62e9713841765d115f00a5723f3',1,'amrex::BoxList::cend()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ac860fea0fdcf7e2beca183df77e7eed0',1,'amrex::Neighbors::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'amrex::PODVector::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::BoxND >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< unsigned int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::NeighborCode >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int *, DefaultAllocator< int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::openbc::MomTag >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::STLtools::Triangle >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::XDim3 >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int *, DefaultAllocator< const int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< index_type >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int >::cend()']]], - ['cent_1753',['cent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a3ae6123f45aee26c756d2105c8c903ab',1,'amrex::algoim::EBPlane']]], - ['cf_5fstrategy_1754',['cf_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac73351c2c2371e9849ff1be7d033a657',1,'amrex::MLMGT']]], - ['cfinfo_1755',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html',1,'amrex::FabArrayBase::CFinfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a2ad23c41fccd032693997df69c0bce0d',1,'amrex::FabArrayBase::CFinfo::CFinfo()']]], - ['cfinfocache_1756',['CFinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab93444c8298b6446b699b33cf6c9247b',1,'amrex::FabArrayBase']]], - ['cfinfocacheiter_1757',['CFinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae15d8b6b473748103771433c507773ad',1,'amrex::FabArrayBase']]], - ['cfstrategy_1758',['CFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9',1,'amrex::MLMGT']]], - ['cg_1759',['cg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57',1,'amrex']]], - ['cg_1760',['CG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa5202c6586cac8bee468e86d1ff854231',1,'amrex::MLCGSolverT']]], - ['cgbicg_1761',['cgbicg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb',1,'amrex']]], - ['charvector_1762',['CharVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'amrex::ParticleContainer_impl::CharVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CharVector()']]], - ['check_1763',['Check',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae12f838572701049902254dfb46eb650',1,'amrex::VisMF']]], - ['check_5ffile_5froot_1764',['check_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a006c720b7d8ecf6e603785ab0b82bced',1,'amrex::Amr']]], - ['check_5finput_1765',['check_input',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa5055bd91d26288e720771986e3ae06f',1,'amrex::AmrInfo']]], - ['check_5fint_1766',['check_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf4b679fb946c492eecfe38be051333',1,'amrex::Amr']]], - ['check_5fmvmc_1767',['check_mvmc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33',1,'amrex::EB2']]], - ['check_5fper_1768',['check_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9daa98984b300c7a3080d0752f233a0b',1,'amrex::Amr']]], - ['checkcommdata_1769',['CheckCommData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8c515e8da3ca3c3437cd0b5bd18c656d',1,'CommProfStats']]], - ['checkdata_1770',['CheckData',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9e8341b111020e68b25b6ac7e884de18',1,'BLProfStats']]], - ['checkdecomposition_2ec_1771',['CheckDecomposition.c',['https://amrex-codes.github.io/amrex/doxygen/CheckDecomposition_8c.html',1,'']]], - ['checkfilepositions_1772',['checkFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a174cc2335d85746e4c0c05c71c0a816b',1,'amrex::VisMF']]], - ['checkinput_1773',['checkInput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0db8b6a43fba7580d8dc6571e64eceb2',1,'amrex::Amr::checkInput()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9274bfc294d53126644ed437ac83fe56',1,'amrex::AmrMesh::checkInput()']]], - ['checkint_1774',['checkInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac30d97b7e66cda1fad54283a9e6a9600',1,'amrex::Amr']]], - ['checkneighborsrefine_1775',['checkNeighborsRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a521c7a6af526a76973eb7b673090a9ae',1,'amrex::btUnit']]], - ['checknfiles_1776',['CheckNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8de2ff506c69fd9d2165fe0f294100',1,'amrex::NFilesIter']]], - ['checkoverflow_1777',['checkOverflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'amrex::BoxND::checkOverflow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'BoxND< AMREX_SPACEDIM >::checkOverflow()']]], - ['checkper_1778',['checkPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa2e4c97e5351e7e9353af927b4628e24',1,'amrex::Amr']]], - ['checkpoint_1779',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a17d56a0f530866c212972918e49a9aff',1,'amrex::MLMGT']]], - ['checkpoint_1780',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'amrex::ParticleContainer_impl::Checkpoint(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'amrex::ParticleContainer_impl::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const']]], - ['checkpoint_1781',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8afe35c2818f661481ed2603ae036928',1,'amrex::Amr::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a169bef0169afefe32db1d994d2600c69',1,'amrex::AmrLevel::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'amrex::MLLinOpT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'MLLinOpT< Array< MultiFab, 3 > >::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a83d7bc0a021a283efce9b4f500315540',1,'amrex::StateData::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad798a370022ba9766ddc8423c8c3cdf6',1,'amrex::MLNodeLaplacian::checkPoint()']]], - ['checkpointpost_1782',['checkPointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a91b3bc1707aa307c5eeb73d9e2bfdd80',1,'amrex::AmrLevel']]], - ['checkpointpost_1783',['CheckpointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'amrex::ParticleContainer_impl::CheckpointPost()']]], - ['checkpointpre_1784',['CheckpointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'amrex::ParticleContainer_impl::CheckpointPre()']]], - ['checkpointpre_1785',['checkPointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa8953b789fe7af91082c2fefcced1a16',1,'amrex::AmrLevel']]], - ['checkpointversion_1786',['CheckpointVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7412df442ee70eda865ad538530acfe8',1,'amrex::ParticleContainerBase']]], - ['checkregionsdata_1787',['CheckRegionsData',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af2a2ac125d7c17979147665a1e1ee685',1,'RegionsProfStats']]], - ['chkptfile_1788',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html',1,'amrex::EB2::ChkptFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a276bc44ba1ef97690d0bb86bdd115e1b',1,'amrex::EB2::ChkptFile::ChkptFile()']]], - ['chkptfilelevel_1789',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html',1,'amrex::EB2::ChkptFileLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#ab6bb4a262a1ef4079b2326caef2391ed',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, ChkptFileLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#aa76921f89dab57a758680982e17fa78d',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, ChkptFile const &chkpt_file, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face)']]], - ['cholsol_5ffor_5feb_1790',['cholsol_for_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 53, 0, 9 > &Amatrix, Array1D< Real, 0, 9 > &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 17, 0, 5 > &Amatrix, Array1D< Real, 0, 5 > &b)']]], - ['cholsol_5fnp10_1791',['cholsol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6',1,'amrex']]], - ['cholsol_5fnp6_1792',['cholsol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9c618e150988aaad39352da8a136b2',1,'amrex']]], - ['chop_1793',['chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae1763edf735b27fc9399dc6e09a4c983',1,'amrex::ClusterList::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'amrex::BoxND::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'BoxND< AMREX_SPACEDIM >::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ada7fc0e6b932ef954e034d0da871f10d',1,'amrex::Cluster::chop()']]], - ['chopgrids_1794',['ChopGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a894b739ead93a3f976ead6e0c8fb0536',1,'amrex::AmrMesh']]], - ['cic_5finterpolate_1795',['cic_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb',1,'amrex']]], - ['cic_5finterpolate_5fcc_1796',['cic_interpolate_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7',1,'amrex']]], - ['cic_5finterpolate_5fnd_1797',['cic_interpolate_nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe',1,'amrex']]], - ['clamp_1798',['Clamp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22',1,'amrex']]], - ['cleanupmaps_1799',['cleanUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af4cf311bbaf21d9855bc3d8928f890f4',1,'amrex::StateDescriptor']]], - ['cleanupmessages_1800',['CleanUpMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa0c0e9a50f259bef6b3a1f2a932c65bc',1,'amrex::NFilesIter']]], - ['clear_1801',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int *, DefaultAllocator< int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::openbc::MomTag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< index_type >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int *, DefaultAllocator< const int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::XDim3 >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::STLtools::Triangle >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a77474efc5c2215f02ded00aa816ee02e',1,'amrex::VisMF::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< std::size_t >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< unsigned int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a415ff6c2958d2b50d111d1a272749af6',1,'amrex::ParallelDescriptor::ProcessTeam::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad219785df46e98d5f667c7e98b878baa',1,'amrex::DistributionMapping::Ref::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afc56cd7ec5f96ca6966a277ea67e5641',1,'amrex::TableData::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a483f483c43527c21fd7f8d0a301600a8',1,'amrex::VisMF::clear(int fabIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab3c166ef170fe72fdda5fab9cd9176e0',1,'amrex::VisMF::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< Real >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::NeighborCode >::clear()']]], - ['clear_1802',['CLEAR',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa4711806dfba8eb0c37ad5bb4abde7814',1,'amrex::TagBox']]], - ['clear_1803',['Clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a447ac3b0c0c2794d3b3316bf50e4c1d3',1,'amrex::InSituUtils::StateMap']]], - ['clear_1804',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a6e7dcb50bfad7d17b1b6e90f76ad3d88',1,'amrex::Gpu::AsyncArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'amrex::BaseFab::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< AtomicInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< EBCellFlag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< HYPRE_Int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< PetscInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a691927d0b6e40f9923bacd565c590a91',1,'amrex::BndryRegisterT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afed0e52f6570fe4960ce4758f5558761',1,'amrex::BoxArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxDomain::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a0c2925413d162cb501be4a6270a94754',1,'amrex::Gpu::Buffer::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aca9fade63e5fd3aeda71e2c7d58f933d',1,'amrex::DeriveList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a11aff2179d4f179dba22b7703b4212cc',1,'amrex::DescriptorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a6b4d08e1329afbce2ced6dd65acd9bec',1,'amrex::Gpu::Elixir::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#ab6e092af66fad6472ea4b6b7b273be26',1,'amrex::ErrorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'amrex::FabArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::Mask >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::BoxND >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'amrex::PODVector::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afd8b75e43a4f9a19787cec45ee84b493',1,'amrex::ParticleCopyPlan::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2a29dbb728926b7a93d64cfd79deae89',1,'amrex::ParticleCopyOp::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'IndexTypeND< AMREX_SPACEDIM >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'amrex::IndexTypeND::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< PetscInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::CutFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::EBCellFlagFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< IArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< TagBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a10399c20d1f9186d481354025e58f6dc',1,'amrex::FabArrayBase::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'amrex::FabArrayCopyDescriptor::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'FabArrayCopyDescriptor< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4a723de952c4a193086c47d5f374356b',1,'amrex::FabSetT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a453233dd69feba7dad7ae904a24d7aa2',1,'amrex::FluxRegister::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'amrex::GMRES::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'GMRES< MF, GMRESMLMGT< MF > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ac2b149fea822702476a70d1b12ae2f21',1,'amrex::EB2::IndexSpace::clear()']]], - ['clear_5fallneighbors_1805',['clear_allneighbors',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6',1,'amrex_ebcellflag_module']]], - ['clear_5farrays_1806',['clear_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'amrex::FabArray::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::Mask >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< TagBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< IArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< FArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::EBCellFlagFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::CutFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< PetscInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear_arrays()']]], - ['clear_5fhash_5fbin_1807',['clear_hash_bin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6bdf6476369bee9a51d4c3d2f7d70cd0',1,'amrex::BoxArray']]], - ['clear_5fneighbor_1808',['clear_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766',1,'amrex_ebcellflag_module']]], - ['clearblock_1809',['ClearBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3031f89c0189bd2d8f73b6207e8adfb1',1,'BLProfStats::ClearBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0d8d8ad83b18b0e23fa18b9942c0b944',1,'RegionsProfStats::ClearBlock()']]], - ['clearboxarray_1810',['ClearBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#afc5fde984a1cdd6fcfddb6ff26fb92f6',1,'amrex::AmrMesh']]], - ['clearbuffer_1811',['ClearBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6c234740f9ed2f0a3c3fc3cea35f7f2f',1,'amrex::VisMFBuffer']]], - ['clearcommstats_1812',['ClearCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab858210acf47eebbfa8549123cb2836',1,'CommProfStats']]], - ['clearderiveplotvarlist_1813',['clearDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4f6a614f477cd3ff94f362d7a8dfe8b0',1,'amrex::Amr']]], - ['clearderivesmallplotvarlist_1814',['clearDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0517c3858954b59c15be4b72472c0e55',1,'amrex::Amr']]], - ['cleardistributionmap_1815',['ClearDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af5ec08eb03bebbb7a0f37f2af4bbda5d',1,'amrex::AmrMesh']]], - ['clearemptyentries_1816',['clearEmptyEntries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#aece8b1e2716e84a5261e988b9e9b1ef2',1,'amrex::particle_detail']]], - ['clearfabarrayheadernames_1817',['ClearFabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad627f2819f507158b90f5f2570b1d182',1,'amrex::StateData']]], - ['clearinternalborders_1818',['ClearInternalBorders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab1a936eb5769156da6cb7d2dac23b4d3',1,'amrex::FluxRegister']]], - ['clearlevel_1819',['ClearLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8db721500ce8e8fd737774f06ee494bd',1,'amrex::Amr::ClearLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a26c39ed62cd9f3383f3936f1fcdb65b3',1,'amrex::AmrCore::ClearLevel()']]], - ['clearneighbors_1820',['clearNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a287e510b67bfbb6bd4d500e5281e3329',1,'amrex::NeighborParticleContainer']]], - ['clearneighborsgpu_1821',['clearNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#acfd5f04cd8c4ccc1624a2800908ab823',1,'amrex::NeighborParticleContainer']]], - ['clearparticleboxarray_1822',['ClearParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a76c8a601849fe4005080010ce009b5eb',1,'amrex::AmrParGDB::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad10177b9dd49f6d6366c9b0ce55164e2',1,'amrex::ParGDBBase::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a0656f7acb43f91674ce45588308925b2',1,'amrex::ParGDB::ClearParticleBoxArray()']]], - ['clearparticledistributionmap_1823',['ClearParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a95b12fc3e2198540e1cd7bda9d78053f',1,'amrex::ParGDBBase::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac06e5f474bc58ad864334b847936a252',1,'amrex::ParGDB::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa94ab21d3a8be444b383d06bd5794bf1',1,'amrex::AmrParGDB::ClearParticleDistributionMap()']]], - ['clearparticlegeometry_1824',['ClearParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a39c62233a09a14ffaac6e0a6e27f8cf2',1,'amrex::ParGDB::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac05bd93767fb333234fc9647cfb1b84f',1,'amrex::ParGDBBase::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a4df866ffaaad95ed1e35c3c36389cc2e',1,'amrex::AmrParGDB::ClearParticleGeometry()']]], - ['clearparticles_1825',['clearParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::clearParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'amrex::ParticleContainer_impl::clearParticles()']]], - ['clearstateplotvarlist_1826',['clearStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a369a6509a5b72f33560a79a590de7ca0',1,'amrex::Amr']]], - ['clearstatesmallplotvarlist_1827',['clearStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5f91cf7bf6b769609cca453f241744ae',1,'amrex::Amr']]], - ['clearstreamerrors_1828',['ClearStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a37589fd8893272de8ff9e1c37069264c',1,'amrex::StreamRetry']]], - ['clearthisbd_1829',['clearThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1033b7779ec8b48b594b158fbabe13b4',1,'amrex::FabArrayBase']]], - ['clone_1830',['clone',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< amrex::FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aed3d3be23cc06aa4ea17151bd48dc245',1,'amrex::BoxConverter::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a3878a01f18a952246def135c389d0a9c',1,'amrex::detail::CutFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'amrex::DefaultFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a7a3935064f298f7c3c75c3f693a2d349',1,'amrex::InterpolaterBoxCoarsener::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae74530e4178f5afa7918c4ca43939224',1,'amrex::RealDescriptor::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'amrex::FabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#ae17e16f1f1aeea8ee4d48cd1c75e1d92',1,'amrex::ErrorRec::ErrorFunc2::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a13339314e8d87bdcbc26fbc4d74c270a',1,'amrex::ErrorRec::ErrorFunc::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae6ff743a979e5d8ff926038fc17026f3',1,'amrex::EBFArrayBoxFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'DefaultFabFactory< CutFab >::clone()']]], - ['closeallstreams_1831',['CloseAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4c22eabfc2a79be0e3f69923b0e82e04',1,'RegionsProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7b427cef2051f4d0bd82f8ecfd172d93',1,'BLProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a1785f1e8537f2cbb475187b787abf6e1',1,'CommProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3eb747b7ba5f46a315650c84c1162418',1,'amrex::VisMF::CloseAllStreams()']]], - ['closestream_1832',['CloseStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9f63d703f45cf3be27c339a38d893796',1,'amrex::VisMF']]], - ['cluster_1833',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html',1,'amrex::Cluster'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a85b0d78aa07a1e794745a1166a7fec82',1,'amrex::Cluster::Cluster() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad963b8773932d15280fdd5243f089699',1,'amrex::Cluster::Cluster(IntVect *a, Long len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a88711e631c613fc5a5109466c997cbf2',1,'amrex::Cluster::Cluster(Cluster &c, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a9e4256a40033c7f410b78dd175236308',1,'amrex::Cluster::Cluster(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a42768669b97210933f9591ac28c882eb',1,'amrex::Cluster::Cluster(Cluster &&)=delete']]], - ['clusterlist_1834',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html',1,'amrex::ClusterList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a8ee664878fac51e10f6ffca8a9872912',1,'amrex::ClusterList::ClusterList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3db3f4e602c9ae00c64da4d8d2a048aa',1,'amrex::BoxDomain::ClusterList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aca0a2db949cd3d0a4372159920fcdd5d',1,'amrex::ClusterList::ClusterList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a23ed50da4148f5c55f420f6d86760d2e',1,'amrex::ClusterList::ClusterList(IntVect *pts, Long len)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a70b6fa6b9dc661968269dc1c8d9c254b',1,'amrex::ClusterList::ClusterList(ClusterList &&)=delete']]], - ['clz_1835',['clz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb',1,'amrex']]], - ['clz_5fgeneric_1836',['clz_generic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27',1,'amrex::clz_generic(std::uint8_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af554584edc716c1abe0569012e508d66',1,'amrex::clz_generic(std::uint16_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c',1,'amrex::clz_generic(std::uint32_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3',1,'amrex::clz_generic(std::uint64_t x) noexcept']]], - ['clz_5ftag_1837',['clz_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clz__tag.html',1,'amrex::detail']]], - ['clzl_5ftag_1838',['clzl_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzl__tag.html',1,'amrex::detail']]], - ['clzll_5ftag_1839',['clzll_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzll__tag.html',1,'amrex::detail']]], - ['cmd_5flocal_5fsetval_5fgpu_1840',['CMD_local_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'amrex::FabArray::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::CutFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::EBCellFlagFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::Mask >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< FArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< IArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< TagBox >::CMD_local_setVal_gpu()']]], - ['cmd_5fremote_5fsetval_5fgpu_1841',['CMD_remote_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'amrex::FabArray::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::CutFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::EBCellFlagFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::Mask >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< FArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< IArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< TagBox >::CMD_remote_setVal_gpu()']]], - ['coalescable_1842',['coalescable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a9d48386ac6a4c17d1e2b4eb8ad13e221',1,'amrex::CArena::Node']]], - ['coarsebox_1843',['CoarseBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a2fea86a0fbe28663655935cee907d6bd',1,'amrex::CellQuartic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a3c80c6eb39069d797a0e460a8dc402db',1,'amrex::FaceConservativeLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#a29356c571502616f35a19405ce0ab31d',1,'amrex::CellQuadratic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a07d67a5c29adab0e7b35be11a0f2061b',1,'amrex::CellQuartic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#ae6caa6fa65382bef97431b284967c081',1,'amrex::FaceLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a2ad0150a4f7aac3b522c58baaffe10e3',1,'amrex::FaceConservativeLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a29635f96be74793ea64f29d6348fc22e',1,'amrex::FaceDivFree::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#ae934a7f49ee46587555e00c1bf7e1675',1,'amrex::FaceDivFree::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a7120153e965f22098f7cd888274f5c6b',1,'amrex::InterpBase::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#ac42aae63c74e1e3dbacbde8f2f0d8a0a',1,'amrex::CellQuadratic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a2b4f260bbcc5484ce23d59bd94d2dfe8',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a8c64516c8697291cf190a795a24b3a6e',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#ac9afd317e78f1c6d5581c251a9afe819',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#aeec138a1454f98de65aa6ec019a1cdc4',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#adcc32c2aaefbaa1bb23f0b87cbdd5265',1,'amrex::CellBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#af8c208982ffa7f4b377b3d652e23e5ba',1,'amrex::FaceLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#a445fff6a6e918e4b4a60392ecef5844c',1,'amrex::CellBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a684e90cd5708cc5746e653c6decc75d1',1,'amrex::InterpBase::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#acd50581dbe4a2e6a14d5351e6ffac7e8',1,'amrex::PCInterp::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#a4ab880728106de4887bc3f6fdedf03d8',1,'amrex::PCInterp::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae2cd41e25c41c44dda1330f58f6a55e3',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#a12700b2249901dc280e6ab13e7c560f2',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#a7e5277dcb95a53227bef029654c23885',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#ae07225f758486680fd2a3d238f05dcdd',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#a5e99e1d0fae85f722c0c8a9345b48302',1,'amrex::MFNodeBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#af5faae2a0ad3edc6147ac23b165d4345',1,'amrex::MFNodeBilinear::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#a5f943556caa9c3b333032429b73de0ff',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#ad2fe69140374f5a86fe9435fa3a22c06',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3efce6bc405fc34cd1b7e9607396a7a6',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a74654ff59b479f8515f47d0104c5d44c',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#a534db7efe626f43b2e652b1779bd802d',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#ad77a8408bcacf00baa43bffadf5c1830',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, int ratio) override']]], - ['coarsen_1844',['coarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4c5cdfe01aa0372001178bc376795e47',1,'amrex::TagBox::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'IntVectND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abed20ba596129232e392d40a5aafcfe9',1,'amrex::BATindexType::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#acab83ae65cddf401ab88e355cf63fcf2',1,'amrex::BATbndryReg::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a1c3ccf9a3b2b4aa86a75f5c9c3dc2a90',1,'amrex::BATcoarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f',1,'amrex::coarsen(Dim3 const &fine, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538',1,'amrex::coarsen(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6',1,'amrex::coarsen(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5',1,'amrex::coarsen(int i, int ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf',1,'amrex::coarsen(Geometry const &fine, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1d9c01b45625d9e6f8e0e4d1cdd4a5a6',1,'amrex::Geometry::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a05b686d85856493be2f058af8cb5317f',1,'amrex::BATnull::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a888900af671b00ababfa6b1e5934bca5',1,'amrex::BATransformer::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ab905a7751a6378467cf96c78c1ac880d',1,'amrex::BoxArray::coarsen(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0f177129b5e8d3ce247991a139ecc8f3',1,'amrex::BoxArray::coarsen(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a12ab20cb383ad53fb9169af3f7120438',1,'amrex::BoxDomain::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b14d38ee9c592394f4465c5e48e8e38',1,'amrex::BoxList::coarsen(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa3ac01949cda5f1c125767c7111d3aa3',1,'amrex::BoxList::coarsen(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'amrex::BoxND::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'amrex::BoxND::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'BoxND< AMREX_SPACEDIM >::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'BoxND< AMREX_SPACEDIM >::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae1c70eba84405176aafd0353098d02a4',1,'amrex::TagBoxArray::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'amrex::IntVectND::coarsen(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'amrex::IntVectND::coarsen(int p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'IntVectND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd',1,'amrex::coarsen(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0',1,'amrex::coarsen(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023',1,'amrex::coarsen(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255709aafea190412cf8a963f450ebc9',1,'amrex::coarsen(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46',1,'amrex::coarsen(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2def914169be100afac8106fd618b6f0',1,'amrex::coarsen(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068',1,'amrex::coarsen(Geometry const &fine, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ad9115882b3c25773e8e036054da8f75b',1,'amrex::BATindexType_coarsenRatio::coarsen()']]], - ['coarsen_5fedge_5fcent_1845',['coarsen_edge_cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e',1,'amrex::EB2::detail']]], - ['coarsen_5ffrom_5ffine_1846',['coarsen_from_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46',1,'amrex::EB2::coarsen_from_fine(int i, int j, int k, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &capz, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cfcz, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< Real > const &cecz, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &fapz, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &ffcz, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< Real const > const &fecz, Array4< EBCellFlag const > const &fflag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9',1,'amrex::EB2::coarsen_from_fine(int i, int j, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< EBCellFlag const > const &fflag)']]], - ['coarsen_5foverset_5fmask_1847',['coarsen_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a',1,'amrex::coarsen_overset_mask(int i, int, int, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f',1,'amrex::coarsen_overset_mask(Box const &bx, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept']]], - ['coarsen_5fratio_1848',['coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a6cd544a38c177b085a0d2e4ccbf42a93',1,'amrex::BATbndryReg::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acfcb2e2b086e18b7a8fc355d0179dbcf',1,'amrex::BATcoarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#aea913ddadc5577027865110d5e0a27ab',1,'amrex::BATindexType::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a7c7e002b3dd2f7a43930dacef7a2d62d',1,'amrex::BATindexType_coarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#acbc8236261bea0edca9a42f8625675fd',1,'amrex::BATnull::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a50a575dbc6ff5673d4fd6d3e5678498f',1,'amrex::BATransformer::coarsen_ratio()']]], - ['coarsenable_1849',['coarsenable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'amrex::BoxND::coarsenable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'BoxND< AMREX_SPACEDIM >::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa502788789ab808e34a3a4b5b940a928',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, const IntVect &min_width) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#af7f2342f51c3bc2de5e8a195d6955d9f',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7398fc2b3ae449dfcec355e071bc16ce',1,'amrex::BoxArray::coarsenable(int refinement_ratio, int min_width=1) const']]], - ['coarsenedboxes_1850',['coarsenedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a93804af47daca2ba0d18983401fe5f00',1,'amrex::FluxRegister']]], - ['coarsenfromfine_1851',['coarsenFromFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8244e442a7b8e9f14056fa883f557c9c',1,'amrex::EB2::Level']]], - ['coarseningstrategy_1852',['CoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82',1,'amrex::MLNodeLinOp']]], - ['coarsenratio_1853',['coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febac7d830dd99b4caf93a2b565d87c8422e',1,'amrex::BATransformer']]], - ['coarsestdomain_1854',['coarsestDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7795703119c27937004c54f50532a369',1,'amrex::EB2::IndexSpace::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9036393886a9f3aaee8c3a987d2cada3',1,'amrex::EB2::IndexSpaceChkptFile::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9be6074a1d3f4bfd16e454eda2e4acc3',1,'amrex::EB2::IndexSpaceImp::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a31582dfcbca6d0e4a6094119722c6d2f',1,'amrex::EB2::IndexSpaceSTL::coarsestDomain()']]], - ['coarsetimestep_1855',['coarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab6618049b000c03c0adcc424d13cc5e7',1,'amrex::Amr']]], - ['coarsetimestepdt_1856',['coarseTimeStepDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2f3c0b9d3f8f7d2eb05319ce4754ac8c',1,'amrex::Amr']]], - ['coef_1857',['coef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#a6dc84f6fbab25f3b4c48b9bea8dd15bc',1,'amrex::EB2::PolyTerm']]], - ['cogmres_5fsolver_5fconfigure_1858',['cogmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83a673d85745391688b653887ebc51a8',1,'amrex::HypreIJIface']]], - ['collate_1859',['collate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a758d51e6e915561d03a0f9cdf1ce026f',1,'amrex::TagBoxArray']]], - ['collectdata_1860',['CollectData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'FabArrayCopyDescriptor< FArrayBox >::CollectData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'amrex::FabArrayCopyDescriptor::CollectData()']]], - ['collectfuncstats_1861',['CollectFuncStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac538df4b2ca012677d2f4c63a7a17eb6',1,'BLProfStats::CollectFuncStats()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aac44ade120289132d039d3301a618e71',1,'RegionsProfStats::CollectFuncStats()']]], - ['collectmprofstats_1862',['CollectMProfStats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536',1,'amrex']]], - ['colorcontours_1863',['COLORCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba934948a3b1e3ecc0aed7fd86b0695094',1,'amrex::Amrvis']]], - ['comm_1864',['comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f0bff39693de9bdefaecc8c5970e93',1,'amrex::PETScABecLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a92df0514b6b2e35b39f4b69f56553994',1,'amrex::MLLinOpT::CommContainer::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a00076c4be0a8a1fa1a56d8d9c3fdfa2f',1,'amrex::ParallelContext::Frame::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a55f4b29b2291555432bbc82aa86c0931',1,'amrex::Hypre::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#adf57e9f1fd02ffaff4b31a0d22a1a525',1,'amrex::HypreNodeLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a6bf798b3678aa43c4bcc819b794b7d1a',1,'amrex::Print::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a17f059a2527f418f635f7c06564224a7',1,'amrex::PrintToFile::comm()']]], - ['comm_5fdup_1865',['Comm_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab513eb7f98a3f225eda4e3dc0d2ec2b7',1,'amrex::ParallelDescriptor']]], - ['comm_5ftile_5fsize_1866',['comm_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab114448634e4d64e8584321d24ba3990',1,'amrex::FabArrayBase']]], - ['command_5fargument_5fcount_1867',['command_argument_count',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac',1,'amrex']]], - ['commbcoefs_1868',['commBCoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa13ba9175919d4b934c7da2830c70921',1,'amrex::HypreMLABecLap']]], - ['commbcoefs_5flocal_1869',['commBCoefs_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4be2b84f4159ef25db82f02e7553056c',1,'amrex::HypreMLABecLap']]], - ['commcontainer_1870',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex::MLLinOpT::CommContainer'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#aaaa07cc3148c8b79bc8f5e6f62ab7d4b',1,'amrex::MLLinOpT::CommContainer::CommContainer(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#afbc562ac9c5f1face5cd5a2859737f29',1,'amrex::MLLinOpT::CommContainer::CommContainer(MPI_Comm m) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#af19b040e0a57ccd8d2b5893ef817aca0',1,'amrex::MLLinOpT::CommContainer::CommContainer(CommContainer &&)=delete']]], - ['commdata_1871',['CommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html',1,'amrex::NonLocalBC']]], - ['commdatafilenames_1872',['commDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3ed80c76ea0624f5f2e6eb77e6d759e3',1,'CommProfStats']]], - ['commdatastreams_1873',['commDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7157e096127303084fbae1e6c5929e01',1,'CommProfStats']]], - ['commhandler_1874',['CommHandler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html',1,'amrex::NonLocalBC']]], - ['commheaderfilenames_1875',['commHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2b9a45f7bb2aa14db0f2c0c5ec7b6877',1,'CommProfStats']]], - ['commmetadata_1876',['CommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html',1,'amrex::FabArrayBase']]], - ['commprofstats_1877',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6fa096e58f6defb29bb83ac4e68643b8',1,'CommProfStats::CommProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html',1,'CommProfStats']]], - ['communicateparticlesfinish_1878',['communicateParticlesFinish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a814322d519ae32014737504164a0516b',1,'amrex']]], - ['communicateparticlesstart_1879',['communicateParticlesStart',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5',1,'amrex']]], - ['communicator_1880',['Communicator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0f53686fc6a6b7dca69c230fd1336e44',1,'amrex::ParallelDescriptor::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'MLLinOpT< Array< MultiFab, 3 > >::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'amrex::MLLinOpT::Communicator()']]], - ['communicatorall_1881',['CommunicatorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ae11490aa2420222dcbb8b57cf115bb1b',1,'amrex::ParallelContext']]], - ['communicatorsub_1882',['CommunicatorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8',1,'amrex::ParallelContext']]], - ['comp_1883',['comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a2688e1651b958750e74c265ba4864ef5',1,'amrex::MLMGPSTag::comp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a6b6a4301de21dd52be1770d3b274d6ed',1,'amrex::MLMGABCTag::comp()']]], - ['comp_5fbf_1884',['comp_bf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a552276d715b5fb007fa8045a2f8dc713',1,'amrex::detail']]], - ['comp_5fbflo_1885',['comp_bflo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a63f67f333c651c923c2d3eaf7b0a15aa',1,'amrex::detail']]], - ['comp_5fsplit_1886',['comp_split',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a10f36654d975cbc986561d7c1931a02b',1,'amrex::ForkJoin::MFFork']]], - ['compactify_1887',['compactify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'amrex::MLLinOpT::compactify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Box const &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'amrex::MLLinOpT::compactify()']]], - ['compcrossterms_1888',['compCrossTerms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a786a65eb6237c5c0072d107f3670911b',1,'amrex::MLEBTensorOp']]], - ['compdivergence_1889',['compDivergence',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#adb3e623e86459b1e9a9c14492961d759',1,'amrex::MLNodeLaplacian']]], - ['compex_1890',['compex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ae641e60af08fa4f6e33d79a5f03db53a',1,'amrex::TinyProfiler::ProcStats']]], - ['compflux_1891',['compFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ab07ec8381bce1e90f83ecf92d6581547',1,'amrex::MLTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'amrex::MLLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a739281050ab5aebe8d61a56992049a58',1,'amrex::MLEBTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae7f32e1b953ea4ef5643501e91560d32',1,'amrex::MLCellLinOpT::compFlux()']]], - ['compgrad_1892',['compGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf6633911135922a7ac2fd9f4fb6749d',1,'amrex::MLNodeLaplacian::compGrad(int amrlev, MultiFab &grad, MultiFab &sol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f4764fd8f0b9457a8bc2e4f1aa7f0e7',1,'amrex::MLNodeLaplacian::compGrad(int, const Array< MultiFab *, AMREX_SPACEDIM > &, MultiFab &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'amrex::MLLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae749675d0ae6abd70771a049598a64dc',1,'amrex::MLEBNodeFDLaplacian::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac985961e307a973087250941f22731f9',1,'amrex::MLEBABecLap::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2ed74b3dc4e3c46d2cd589cbb8301e94',1,'amrex::MLCellLinOpT::compGrad()']]], - ['compile_1893',['compile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a84c2f77f7586faf9e89ef87489297bfa',1,'amrex::Parser::compile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a79d909101604badec3afaa59b688a031',1,'amrex::IParser::compile()']]], - ['compilehost_1894',['compileHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a2bcb71246d0395f1f9c3ce37e2286c09',1,'amrex::Parser::compileHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a4fb11d950d0822ab0c56bcf65adff32d',1,'amrex::IParser::compileHost()']]], - ['compiletimeoptions_1895',['CompileTimeOptions',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html',1,'amrex']]], - ['compin_1896',['compin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a3e930047fc2ea18c08f936b6020c28ef',1,'amrex::TinyProfiler::ProcStats']]], - ['compindextovismfcomponentmap_1897',['compIndexToVisMFComponentMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28bf0151eaaf2d32cb7b6e3f37e8d499',1,'amrex::AmrData']]], - ['compindextovismfmap_1898',['compIndexToVisMFMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae0e599a7af6fc6308d0984560eba02df',1,'amrex::AmrData']]], - ['complementif_1899',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html',1,'amrex::EB2::ComplementIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac758ba21928636afe1a6d8c0e5d44f98',1,'amrex::EB2::ComplementIF::ComplementIF()']]], - ['complementin_1900',['complementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1da3baa5ff605620901791904d448d87',1,'amrex::BoxList::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aae7887e346945ad1154a31823b1f73e5',1,'amrex::BoxArray::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a77c9e97948684cd611eb9591ef6d23c4',1,'amrex::BoxList::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a990b3fc904c7fcd51a1fd9e4420eb0dc',1,'amrex::BoxList::complementIn(const Box &b, BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a4e42de6a63d5099e53e83300e71d5f5d',1,'amrex::BoxDomain::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9cfc3c2251e61eb1f1defb1e57badeb1',1,'amrex::BoxArray::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc',1,'amrex::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9',1,'amrex::complementIn(const Box &b, const BoxDomain &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c',1,'amrex::complementIn(const Box &b, const BoxArray &ba)']]], - ['complex_2dtype_2eh_1901',['complex-type.h',['https://amrex-codes.github.io/amrex/doxygen/complex-type_8h.html',1,'']]], - ['complex_5fpow_5funsigned_1902',['complex_pow_unsigned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10e8c484da7d2f2f5bbd223b6b92dc87',1,'amrex::detail']]], - ['compmem_1903',['compmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a1c9e814cfa3e13889f8fecc6a71824fc',1,'amrex::TinyProfiler::MemProcStats']]], - ['componentbounds_1904',['ComponentBounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9dda141f12088bebd3b62ae96407ecdf',1,'amrex::ForkJoin']]], - ['componentbox_1905',['ComponentBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html',1,'amrex::Gpu']]], - ['componentset_1906',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex::ForkJoin::ComponentSet'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a7d0fbbb79ec0286ab72dfe0d23116573',1,'amrex::ForkJoin::ComponentSet::ComponentSet(int lo_, int hi_)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a5fc429dc522fa17e291bbdd8d8e42f89',1,'amrex::ForkJoin::ComponentSet::ComponentSet()=default']]], - ['compresid_1907',['compresid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa9711f51c0d096909b5a26fbc7a9657b',1,'amrex::MLCurlCurl']]], - ['compresidual_1908',['compResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9fc34296525a11800ab50257d4b5ecca',1,'amrex::MLMGT']]], - ['comprhs_1909',['compRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a59c04abe13cccca82379bbcac19a5467',1,'amrex::MLNodeLaplacian']]], - ['compsyncresidualcoarse_1910',['compSyncResidualCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#afc701712c658d0f67bef6a07bbf323b9',1,'amrex::MLNodeLaplacian']]], - ['compsyncresidualfine_1911',['compSyncResidualFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a44e85cef12a5b759e5a52e64cc9f2c3d',1,'amrex::MLNodeLaplacian']]], - ['compute_5fintegrals_1912',['compute_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a3ccdff6c18c04f2fb7aa460f885333ba',1,'amrex::algoim::compute_integrals(MultiFab &intgmf, IntVect nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6784c63be461e49a81c5c587605674e4',1,'amrex::algoim::compute_integrals(MultiFab &intg, int nghost)']]], - ['compute_5fmoments_1913',['compute_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#addf5ecada6e7f7ece057304b8547c5a8',1,'amrex::OpenBCSolver']]], - ['compute_5fnew_5fdt_5fon_5fregrid_1914',['compute_new_dt_on_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4193d925aa23ec75207f4a3735d27a6e',1,'amrex::Amr']]], - ['compute_5fpotential_1915',['compute_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac0363c008c9b41babb1758a686a397d0',1,'amrex::OpenBCSolver']]], - ['compute_5fresidual_1916',['compute_residual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'GMRES< MF, GMRESMLMGT< MF > >::compute_residual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'amrex::GMRES::compute_residual()']]], - ['compute_5fsurface_5fintegrals_1917',['compute_surface_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a73c808c0927111a6a5391aaad9f7c1e9',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintgmf, IntVect nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a2c8ca6ff2da3fdde81370a1dd00c9416',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintg, int nghost)']]], - ['computeadvectivevel_1918',['ComputeAdvectiveVel',['../namespaceGodunov.html#aca24360f0501d125940f803b83204c6d',1,'Godunov::ComputeAdvectiveVel()'],['../namespaceEBGodunov.html#afb19ecbdb3559abf37dc71ac1d0e3cef',1,'EBGodunov::ComputeAdvectiveVel()']]], - ['computeconc_1919',['ComputeConc',['../namespaceBDS.html#a36a3df1a1967d24daa61c2717a74de39',1,'BDS']]], - ['computeconvectiveterm_1920',['ComputeConvectiveTerm',['../namespaceHydroUtils.html#a0742bbe8fac4178460020a4073724d51',1,'HydroUtils']]], - ['computedistributionmappingefficiency_1921',['ComputeDistributionMappingEfficiency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#afc9afe0964cc8f6f2aa4e0fb70838f87',1,'amrex::DistributionMapping']]], - ['computedivergence_1922',['ComputeDivergence',['../namespaceHydroUtils.html#a1d3afb180dbd69d0f79f30f74b2a5112',1,'HydroUtils']]], - ['computedivergence_1923',['computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af',1,'amrex']]], - ['computeedgestate_1924',['ComputeEdgeState',['../namespaceEBGodunov.html#a10f74574166218b5d549aec19892509a',1,'EBGodunov::ComputeEdgeState()'],['../namespaceEBMOL.html#ad0aff813ac19f73e06749e9a1723d50d',1,'EBMOL::ComputeEdgeState()'],['../namespaceMOL.html#adee159fbd7c101d690868db1fd6c7992',1,'MOL::ComputeEdgeState()'],['../namespaceGodunov.html#aeb69a54b78a68beefcf5f146b192c537',1,'Godunov::ComputeEdgeState()'],['../namespaceBDS.html#af379bf507045216a70bdc96a8d899047',1,'BDS::ComputeEdgeState()']]], - ['computefluxes_1925',['ComputeFluxes',['../namespaceHydroUtils.html#ae79f47f053492a0e18838d69e8554189',1,'HydroUtils']]], - ['computefluxesonboxfromstate_1926',['ComputeFluxesOnBoxFromState',['../namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad34f382cc6239fa7995f947090049224',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a9fb6baf822bec6e2aedbbdb2d5c797a0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})']]], - ['computegradient_1927',['computeGradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9',1,'amrex']]], - ['computeinitialdt_1928',['computeInitialDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a252f7123d2f0a98351bc7b39c32b3152',1,'amrex::AmrLevel']]], - ['computemlresidual_1929',['computeMLResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b7fb7f96050d46f476ccc62a589cfa3',1,'amrex::MLMGT']]], - ['computeneighborprocs_1930',['computeNeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9',1,'amrex']]], - ['computenewdt_1931',['computeNewDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2ca2263f59a50956ec37ce72a4a02767',1,'amrex::AmrLevel']]], - ['computeoptimalsubcycling_1932',['computeOptimalSubcycling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43e758e939457835584740d6ac55f606',1,'amrex::Amr']]], - ['computereffac_1933',['computeRefFac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89',1,'amrex::computeRefFac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af207e3796662b7069d55d479a5de23df',1,'amrex::NeighborParticleContainer::computeRefFac()']]], - ['computeresidual_1934',['computeResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abcccae42defac8377364437d16cd915a',1,'amrex::MLMGT']]], - ['computeresofcorrection_1935',['computeResOfCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3d8b571d00886e320a12ceae0ff29b4a',1,'amrex::MLMGT']]], - ['computereswithcrsecorfinecor_1936',['computeResWithCrseCorFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a45414e6ff0b751fb85a18c382cf259ab',1,'amrex::MLMGT']]], - ['computereswithcrsesolfinecor_1937',['computeResWithCrseSolFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab428d998d9cc1bd88f4a9d1a2917525a',1,'amrex::MLMGT']]], - ['computerhs_1938',['computeRHS',['../classHydro_1_1NodalProjector.html#a824e5fe65ce0686420c541bf2b9cb259',1,'Hydro::NodalProjector']]], - ['computeroundoffdomain_1939',['computeRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa9f2a9f6b90b4c58d8b870685669a398',1,'amrex::Geometry']]], - ['computeslopes_1940',['ComputeSlopes',['../namespaceBDS.html#adf462f5a6d17bb0f4fc80e6ee10041a4',1,'BDS']]], - ['computesyncresidual_1941',['computeSyncResidual',['../classHydro_1_1NodalProjector.html#a5221f76002b9956012a08bd322f98c22',1,'Hydro::NodalProjector']]], - ['computevolinv_1942',['computeVolInv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af28f1c33141158bd515093c3741d7124',1,'amrex::MLCellLinOpT']]], - ['compvelgrad_1943',['compVelGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4c5cc3001a78ea9300cf3e0e1d75e888',1,'amrex::MLEBTensorOp::compVelGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a365317f94f2141fd23b7e865996bcb58',1,'amrex::MLTensorOp::compVelGrad()']]], - ['con_5fgrid_5fsize_1944',['con_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a6401e55c64a1d87c4f98d5e240c414a5',1,'amrex::LPInfo']]], - ['con_5fratio_1945',['con_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5fc5c419284399b3b4536bab8a917f28',1,'amrex::LPInfo']]], - ['con_5fstrategy_1946',['con_strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a0699fbe06a739f9b44ba27daa2cc2307',1,'amrex::LPInfo']]], - ['concatenate_1947',['Concatenate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250',1,'amrex']]], - ['config_1948',['config',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1ebf5d26f2262a8604ef624ebc72fdf2',1,'amrex::InSituBridge']]], - ['conjunction_1949',['Conjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'amrex']]], - ['conjunction_3c_20b1_20_3e_1950',['Conjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_01_4.html',1,'amrex']]], - ['conjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_1951',['Conjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], - ['conjunction_3c_20iscallabler_3c_20dim3_2c_20indexmap_20_26_2c_20const_20dim3_20_26_20_3e_2c_20hasinversememfn_3c_20const_20indexmap_20_26_20_3e_20_3e_1952',['Conjunction< IsCallableR< Dim3, IndexMap &, const Dim3 & >, HasInverseMemFn< const IndexMap & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], - ['conjunction_3c_20isdetected_3c_20localcopy_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_26_20_3e_2c_20isdetected_3c_20preparesendbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20preparerecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20packsendbuffers_5ft_2c_20dp_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_2c_20isdetected_3c_20unpackrecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_20_3e_1953',['Conjunction< IsDetected< LocalCopy_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, const FabArrayBase::CopyComTagsContainer & >, IsDetected< PrepareSendBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PrepareRecvBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PackSendBuffers_t, DP &, const FabArray< FAB > &, CommData & >, IsDetected< UnpackRecvBuffers_t, DP &, FabArray< FAB > &, CommData & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], - ['const_5farray_1954',['const_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< IArrayBox >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::Mask >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::Mask >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< FArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< FArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::EBCellFlagFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< IArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< IArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< TagBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< TagBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< TagBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< TagBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0e4e0029ed5ff922b128b5e02b0f93e8',1,'amrex::FabSetT::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae1a064318dc76c3d8fe19511fb706bdf',1,'amrex::FabSetT::const_array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'amrex::FabArray::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'amrex::FabArray::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'amrex::FabArray::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a50cae7c9c3be8c1acf784e0b2aa823f8',1,'amrex::MultiCutFab::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::CutFab >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::CutFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::EBCellFlagFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< EBCellFlag >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< HYPRE_Int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< HYPRE_Int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< HYPRE_Int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< EBCellFlag >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< EBCellFlag >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< char >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< char >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< char >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< AtomicInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< AtomicInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< AtomicInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'amrex::BaseFab::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'amrex::BaseFab::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'amrex::BaseFab::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a317cc5bf1f6a571f3e25202c363d10e4',1,'amrex::MultiMask::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< Real >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< Real >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< Real >::const_array(int start_comp) const noexcept']]], - ['const_5farrays_1955',['const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< FArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'amrex::FabArray::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< PetscInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::CutFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::EBCellFlagFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::Mask >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< IArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< TagBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a46811f4dbfb739f8bdb85b466e5256b2',1,'amrex::FabSetT::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acd7c79790014731621fb8aa68af655b5',1,'amrex::MultiCutFab::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#abdb76ca06cc3de8e3378357d115aa723',1,'amrex::MultiMask::const_arrays()']]], - ['const_5fiterator_1956',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex::Neighbors::const_iterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< unsigned int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adf0575e48f46e057b423a516c7328f93',1,'amrex::BoxList::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a7cd6d82ed51afa51935f0ef5ceacac23',1,'amrex::Neighbors::const_iterator::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< std::size_t >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int *, DefaultAllocator< int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< index_type >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::XDim3 >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::STLtools::Triangle >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::openbc::MomTag >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::NeighborCode >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::BoxND >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'amrex::PODVector::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#aadd7573c3340ebe816567b7f767e94a8',1,'amrex::BoxDomain::const_iterator()']]], - ['const_5fpointer_1957',['const_pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::XDim3 >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a812e592e52eb4338a35980a143facdfc',1,'hacc::AlignedAllocator::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< std::size_t >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< unsigned int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int *, DefaultAllocator< int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< index_type >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'amrex::PODVector::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::BoxND >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::NeighborCode >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::openbc::MomTag >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::STLtools::Triangle >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_pointer()']]], - ['const_5fpointer_5finput_5ftype_1958',['const_pointer_input_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#abbf265c86b24517508b4453324ac6c2d',1,'amrex::BinIterator::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'amrex::DenseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< ParticleType >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#acca687be381dba2ad85a4ccf9ef67765',1,'amrex::SparseBinIteratorFactory::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#ab753f27ad971425c4ecece259e8fa6f1',1,'amrex::SparseBins::const_pointer_input_type()']]], - ['const_5fpointer_5ftype_1959',['const_pointer_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2f7e4c5293f3d7c172cb3d2c5c2f610f',1,'amrex::SparseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a86334130cedc69862b6792c768c85de1',1,'amrex::SparseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'amrex::DenseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#afde549427d2c1a8e6c85f5d363a32810',1,'amrex::DenseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a76d6114c50a91bfd1a233715ec5ec60a',1,'amrex::BinIterator::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< ParticleType >::const_pointer_type()']]], - ['const_5freference_1960',['const_reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::STLtools::Triangle >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< index_type >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::XDim3 >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::openbc::MomTag >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::NeighborCode >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::BoxND >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'amrex::PODVector::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa04ae438c2088c702d3de3816d4f7db5',1,'hacc::AlignedAllocator::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< std::size_t >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< unsigned int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int *, DefaultAllocator< int * > >::const_reference()']]], - ['const_5freverse_5fiterator_1961',['const_reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< index_type >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int *, DefaultAllocator< int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< std::size_t >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< unsigned int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::XDim3 >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::STLtools::Triangle >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::openbc::MomTag >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::NeighborCode >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::BoxND >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'amrex::PODVector::const_reverse_iterator()']]], - ['const_5ftable_1962',['const_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a47894641211c75ff39ae19d25f894848',1,'amrex::TableData']]], - ['const_5ftable_5ftype_1963',['const_table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a929878dbf8cc2587f3cd18ba3e5c1e85',1,'amrex::TableData']]], - ['constexpr_5ffor_1964',['constexpr_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa649267e39623753c8193411badeb2',1,'amrex']]], - ['constiterator_1965',['ConstIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a022bf3d340c54c4014aa949c8942307a',1,'amrex::ArrayOfStructs']]], - ['constparticlecpuwrapper_1966',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html',1,'amrex::ConstParticleCPUWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a7dc9babaa7af8414c7879dff605fdbb5',1,'amrex::ConstParticleCPUWrapper::ConstParticleCPUWrapper()']]], - ['constparticleidwrapper_1967',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html',1,'amrex::ConstParticleIDWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a23992ae324f3497aa1cb29dbfbf31f1d',1,'amrex::ConstParticleIDWrapper::ConstParticleIDWrapper()']]], - ['constparticletiledata_1968',['ConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'amrex']]], - ['constparticletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_1969',['ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'']]], - ['constparticletiledatatype_1970',['ConstParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a45e1a00c0cf61da02993d8b31b4cb431',1,'amrex::ParticleTile']]], - ['constparticletype_1971',['ConstParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a919525fdbff05cfbee8a8e5036f5c36b',1,'amrex::ParIter_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'amrex::ParticleContainer_impl::ConstParticleType()']]], - ['constptd_1972',['ConstPTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad52659a714dfbbb4e9f719eccc32e907',1,'amrex::ConstSoAParticle']]], - ['construct_1973',['construct',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#adb796755df810806e1a03865482fc669',1,'hacc::AlignedAllocator']]], - ['constructareanottotag_1974',['constructAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a6ce272412a601c03330e55de170ea8',1,'amrex::AmrLevel']]], - ['constsoaparticle_1975',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html',1,'amrex::ConstSoAParticle< T_NArrayReal, T_NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ac0344e9916ca697e3e90eebb8e337586',1,'amrex::ConstSoAParticle::ConstSoAParticle()']]], - ['consttype_1976',['ConstType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afafac166b36eeebe0df3e79cd3b7660c',1,'amrex::SoAParticle::ConstType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#af636a99b3002811b638a300d34333028',1,'amrex::Particle::ConstType()']]], - ['container_5ftype_1977',['container_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a7bdcc3eb6bbb219b65280bd41b97b774',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a83fde477aa6104bcc887473e4804f35f',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a19896f3acb2bafd71e85b5eb60ae410b',1,'amrex::ParticleArray::container_type()']]], - ['containerlike_1978',['ContainerLike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'amrex::ParticleContainer_impl::ContainerLike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerLike()']]], - ['containerptr_1979',['ContainerPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'amrex::ParIterBase_impl::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()']]], - ['containerref_1980',['ContainerRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'amrex::ParIterBase_impl::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()']]], - ['containertype_1981',['ContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a249fe77aabcf704a5e7ec73f779c4c49',1,'amrex::ParConstIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#ac256ba32ae9489d77d1a99233e63cd54',1,'amrex::ParIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'amrex::ParIterBase_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()']]], - ['contains_1982',['contains',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< Real const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< Real const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'amrex::Array4::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'amrex::Array4::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'amrex::Array4::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'amrex::BaseFab::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'amrex::BaseFab::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< HYPRE_Int >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< AtomicInt >::contains(const BaseFab< AtomicInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< AtomicInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< char >::contains(const BaseFab< char > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< char >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< Real const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'amrex::BoxND::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aecb30e60d8a6a56c7c7233db3ae8d148',1,'amrex::RealBox::contains()']]], - ['contains_1983',['Contains',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ad7149f52ad0ed15f773104fd20d34ff7',1,'BLProfStats::TimeRange']]], - ['contains_1984',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a890b48af91fab2e472657e116656fa73',1,'amrex::RealBox::contains(const RealVect &rv, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a7c3358585c6f290b57884ea0297d373a',1,'amrex::RealBox::contains(XDim3 point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a6e117146678175a0d2be9d40e7873200',1,'amrex::RealBox::contains(const Real *point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0998fb701a17bbba399ee68049848346',1,'amrex::ParmParse::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'BoxND< AMREX_SPACEDIM >::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'BoxND< AMREX_SPACEDIM >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'BoxND< AMREX_SPACEDIM >::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'BoxND< AMREX_SPACEDIM >::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'amrex::BoxND::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'amrex::BoxND::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'amrex::BoxND::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< PetscInt >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< HYPRE_Int >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< int >::contains(const BaseFab< int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxList::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< PetscInt >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< Real >::contains(const BaseFab< Real > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< Real >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a258cd3a2a8c608f7cc0068e0ddd08d3f',1,'amrex::BoxArray::contains(const IntVect &v) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a23ba905888437090a2fc1cfd8e578c4d',1,'amrex::BoxArray::contains(const Box &b, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a27b3133e35f0dbae139aebf7769d86b3',1,'amrex::BoxArray::contains(const BoxArray &ba, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5535d8c27dece816a8ef7bf022777040',1,'amrex::BoxArray::contains(const BoxArray &ba, Periodicity const &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxDomain::contains()']]], - ['contains_5finf_1985',['contains_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08e85daea7a8ba20067cd15af3725cd6',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a47a5806c8cffcf0f40ba72a7af2e8ac7',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a95abf28111fc5c1a4bfe5f24bf7a6d05',1,'amrex::MultiFab::contains_inf(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a377a77faccd537b045751bcabc616cb5',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a230b8eb850e53e63895352fd7bd56f86',1,'amrex::FArrayBox::contains_inf(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a967f0fbf0fb2a166a2684f0201259d60',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afc7bd5e6829479b3bfef8639f9b92b20',1,'amrex::FArrayBox::contains_inf() const noexcept']]], - ['contains_5fnan_1986',['contains_nan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac4da37536afceab9ccb36e8d858cdbbd',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab3973e1dec95800442b4189d6356d3fb',1,'amrex::FArrayBox::contains_nan() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae5d7c7d7b6df9a24867d84d984d5ca0d',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4b718093de8d413ed21f372b9f65761f',1,'amrex::MultiFab::contains_nan(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a77d980f51c794347641c653d5f88aefd',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aed2689ad22160cb7a93e6b26aabd2972',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca25a0734d90a918f9d2fe881dd87a69',1,'amrex::FArrayBox::contains_nan()']]], - ['contourtype_1987',['ContourType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323b',1,'amrex::Amrvis']]], - ['control_5fpoints_5fx_1988',['control_points_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a484c372e01f95e8b7426541ba14cf903',1,'amrex::LineDistFcnElement2d::control_points_x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ac1c23f1058ddc5e09b1d859e3cba904a',1,'amrex::SplineDistFcnElement2d::control_points_x()']]], - ['control_5fpoints_5fy_1989',['control_points_y',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a10bdd01583d4250e8c717c69280f3490',1,'amrex::LineDistFcnElement2d::control_points_y()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3662f00f13decf4a4ad983e1cc19c2f9',1,'amrex::SplineDistFcnElement2d::control_points_y()']]], - ['converged_1990',['converged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'amrex::GMRES::converged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'GMRES< MF, GMRESMLMGT< MF > >::converged()']]], - ['convert_1991',['convert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'BoxND< AMREX_SPACEDIM >::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad830f3b87aaa26bf46f53cc54eed83ce',1,'amrex::BoxArray::convert(IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8e396fcc6af0ac6314069413e9815f7c',1,'amrex::BoxArray::convert(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a911442fbfdd591235baf90cac01d9856',1,'amrex::convert(const BoxArray &ba, const IntVect &typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af37f380f72af598af4865070235664c2',1,'amrex::convert(const BoxArray &ba, IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6bedbc04acc324ac8d385631276046',1,'amrex::convert(const BoxND< dim > &b, const IndexTypeND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b9159591bd7003d44276e822da864d7',1,'amrex::convert(const BoxND< dim > &b, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7c550a5e0396c503e3465da2c28f8db9',1,'amrex::BoxArray::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a533a896b5397ca253658e34bdb05e538',1,'amrex::BoxList::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'amrex::BoxND::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'amrex::BoxND::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'BoxND< AMREX_SPACEDIM >::convert()']]], - ['convertfromnativedoubleformat_1992',['convertFromNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a8d3e02daedf046920036514587034b2e',1,'amrex::RealDescriptor']]], - ['convertfromnativefloatformat_1993',['convertFromNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa5b07184bf42f9d39fcaccf6e9ca0fc6',1,'amrex::RealDescriptor']]], - ['convertfromnativeformat_1994',['convertFromNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a88b7acd8c23099513d5b5c9ce06344f4',1,'amrex::RealDescriptor::convertFromNativeFormat(void *out, Long nitems, const void *in, const RealDescriptor &od)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a91dde50b590073ce6c8154df86c9c281',1,'amrex::RealDescriptor::convertFromNativeFormat(std::ostream &os, Long nitems, const Real *in, const RealDescriptor &od)']]], - ['converttonativedoubleformat_1995',['convertToNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa83674a91e2dcc69c8fd93d4009b3276',1,'amrex::RealDescriptor']]], - ['converttonativefloatformat_1996',['convertToNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af34959841955d956473b14feca1209cb',1,'amrex::RealDescriptor']]], - ['converttonativeformat_1997',['convertToNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0f94f4f743da5876bbf8afa6ab1fd613',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, void *in, const RealDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#abe330fc946bd5bbfd5a03087c727f5f3',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, std::istream &is, const RealDescriptor &id)']]], - ['convexify_1998',['convexify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39248910c4503df29ff96fc63539021d',1,'amrex']]], - ['coord_1999',['Coord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2c36af3bfd89e3168d643c45f123cac5',1,'amrex::CoordSys::Coord()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a00a5815cf1c7d5f1800f9346a3d100ba',1,'amrex::GeometryData::Coord() const noexcept']]], - ['coord_2000',['coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a68d36ab01dbd0848e0f3e43ef59b74cb',1,'amrex::GeometryData']]], - ['coorddir_2001',['coordDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a57676b2fc696de4eba8ab6a6c0d6b29e',1,'amrex::Orientation']]], - ['coordinatorproc_2002',['CoordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad05e5285d1e34ab3e64e20f5e87c32c6',1,'amrex::NFilesIter']]], - ['coordinatorproc_2003',['coordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a86d15e5891de4e1968493a59da32f121',1,'amrex::NFilesIter']]], - ['coordinatortag_2004',['coordinatorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a29ac83e60acfc2a393c76e950b16160e',1,'amrex::NFilesIter']]], - ['coordint_2005',['CoordInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a37d58cefcf442aea6b94e824394cde52',1,'amrex::CoordSys']]], - ['coords_5f2d_5fx_2006',['coords_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a06f21182b5e32592f93c162976038c50',1,'hacc::Distribution']]], - ['coords_5f2d_5fy_2007',['coords_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d1fa66f20f95df65ed62b20b3ee8928',1,'hacc::Distribution']]], - ['coords_5f2d_5fz_2008',['coords_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a5e78432b3fe340b9940a4a927ffbff3a',1,'hacc::Distribution']]], - ['coordsys_2009',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html',1,'amrex']]], - ['coordsys_2010',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6c2cd93052ccb8644d8a419d9d2230bc',1,'amrex::AmrData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a28107af9fabf97ead17124dbc53b618a',1,'amrex::PlotFileData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a075941bb74ff56716adf843dfb352482',1,'amrex::PlotFileDataImpl::coordSys()']]], - ['coordsys_2011',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a03474c53ab517d87862ddc487c2cdeab',1,'amrex::AmrData']]], - ['coordtype_2012',['CoordType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806eba',1,'amrex::CoordSys']]], - ['copiedfrom_2013',['CopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a486009717060692894a416dfe2aff1af',1,'amrex::XYPlotDataList']]], - ['copiedfrom_2014',['copiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd6fd5b39e1417729c0de0cd4e19e32d',1,'amrex::XYPlotDataList']]], - ['copier_2015',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html',1,'amrex::MPMD::Copier'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a3cc2d465c351874fcc0af525c8584ecd',1,'amrex::MPMD::Copier::Copier(bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7c6de048dfe0fc745bbd2a4c9ed27979',1,'amrex::MPMD::Copier::Copier(BoxArray const &ba, DistributionMapping const &dm, bool send_ba=false)']]], - ['copy_2016',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::EBCellFlagFab >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a782cfc237fbff9c3baa8793a6ee988cd',1,'amrex::TableData::copy()']]], - ['copy_2017',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a859e565c8590d0c8dbe88bede09a35d6',1,'amrex::BndryRegisterT::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a26c68b445998a0f5d87f9cc19420c4e1',1,'amrex::FabSetT::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#afb9206f65daae6fa0d08e59a51b7ea8a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a0ad4af39181a230c528e27398980ba5a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#aa0111c78830d99c298eb3adae9f7029f',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae9c4366e395266f2abdc158290604afb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab70ce65ff46ae21b8cc4e0584fe26ffa',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af5fd05a65f284f6e96a1deba5ef423bb',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9d21fed308318e770161ce5f76b4b60f',1,'amrex::MultiMask::Copy()']]], - ['copy_2018',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::Mask >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'amrex::FabArray::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::EBCellFlagFab >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< TagBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< TagBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html#aa8f8f59b8584105f5e5d317b6ac7efe9',1,'amrex::MFUtil::SymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< TagBox >::copy()']]], - ['copy_2019',['Copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a094833951f442db9516e0741bd50f6aa',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['copy_2020',['copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2c1110b22670288daa9e2a01cbb70fbb',1,'amrex::Gpu::copy(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#abea324bd9a4533e4f54614f6a7d410d1',1,'amrex::Gpu::copy(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afb3bc7b25afb38fc8f371f3bc4966483',1,'amrex::Gpu::copy(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< PetscInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< TagBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< AtomicInt >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< char >::copy(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< char >::copy(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< char >::copy(const BaseFab< char > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< char >::copy(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< char >::copy(const BaseFab< char > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'amrex::BaseFab::copy(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'amrex::BaseFab::copy(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'amrex::BaseFab::copy(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html#ae14758bcc9f0460aa024c1ca702d24b6',1,'amrex::MFUtil::AsymmetricGhost::copy()']]], - ['copy_2021',['COPY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7ad52ae5c71ab1fc1193bbc006a73ab613',1,'amrex::FluxRegister::COPY()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa30d7d89f4f6df2117a0c88fcec1a65cb',1,'amrex::FabArrayBase::COPY()']]], - ['copy_2022',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< PetscInt >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a51bceac102ef6fa83de179298fd79d21',1,'amrex::CutFab::copy(const CutFab &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8098a70c5216794093f4c5a2a7031465',1,'amrex::CutFab::copy(const CutFab &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< Real >::copy(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< PetscInt >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< int >::copy(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< int >::copy(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< int >::copy(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< PetscInt >::copy()']]], - ['copy_5fdata_2023',['copy_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4c6f053d91e5d6298255b2730fdc66f6',1,'amrex::SundialsIntegrator::copy_data(const amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0862a27d637da1ef2c30bb6b10e794fb',1,'amrex::SundialsIntegrator::copy_data(const amrex::MultiFab &S_data)']]], - ['copy_5fdata_5ffrom_5ftasks_2024',['copy_data_from_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad79ddeb1fdd7d6a72546c66728b3ccd8',1,'amrex::ForkJoin']]], - ['copy_5fdata_5fto_5ftasks_2025',['copy_data_to_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a76a2bb1b6fb5ffd97b28020531b6f3f6',1,'amrex::ForkJoin']]], - ['copyasync_2026',['copyAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3da569ab08ec568b8e512d91d6259b53',1,'amrex::Gpu::copyAsync(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15d5aa9cbac1f2a0ef1f042530760b88',1,'amrex::Gpu::copyAsync(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a39c6894dcdb993d9e4455d7d418947b9',1,'amrex::Gpu::copyAsync(HostToDevice, InIter begin, InIter end, OutIter result) noexcept']]], - ['copycomtag_2027',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html',1,'amrex::FabArrayBase::CopyComTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae121ffe428388c574820f65530cdd113',1,'amrex::FabArrayBase::CopyComTag::CopyComTag(const Box &db, const Box &sb, int didx, int sidx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1dae3d0ab480401c6bca671a7b33aeb0',1,'amrex::FabArrayBase::CopyComTag::CopyComTag() noexcept=default']]], - ['copycomtagscontainer_2028',['CopyComTagsContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a6dba1d21f107ff1f8815e368aa1fb091',1,'amrex::FabArrayBase::CopyComTag::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9bdd65ce61ce9ee5ca52c6b387dd4800',1,'amrex::FabArrayBase::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1124d24928511321f4381ebd60b0c15b',1,'amrex::MultiFab::CopyComTagsContainer()']]], - ['copyfrom_2029',['copyFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a1c8fdfc61237f7b6a8d6c040d8daadf2',1,'amrex::BndryRegisterT::copyFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d2f6ad459f54ab22683f32d5b641d75',1,'amrex::FabSetT::copyFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8254fd4bee5e9d3453f700f51e62e9e8',1,'amrex::FabSetT::copyFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['copyfromindex_2030',['copyFromIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a339ecf32165d5528efe85cd26bdcb9ff',1,'amrex::FabCopyDescriptor']]], - ['copyfrommem_2031',['copyFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< AtomicInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a951d15d61f3458c6e25de9d9e401c32c',1,'amrex::CutFab::copyFromMem(const Box &dstbox, int dstcomp, int numcomp, const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#ae785483ff900e3dbef875150b543d755',1,'amrex::CutFab::copyFromMem(const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< Real >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< PetscInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< HYPRE_Int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< EBCellFlag >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< char >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'amrex::BaseFab::copyFromMem()']]], - ['copyfromproc_2032',['copyFromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aee8abd3f91100c694b40a498142c1891',1,'amrex::FabCopyDescriptor']]], - ['copynew_2033',['copyNew',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad67c07eef71baec1306b491e1f02475d',1,'amrex::StateData']]], - ['copynsolvesolution_2034',['copyNSolveSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adfd3a48893737214b12ed5e95b17f1e3',1,'amrex::MLABecLaplacianT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'amrex::MLLinOpT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'MLLinOpT< Array< MultiFab, 3 > >::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a38e4c472a2642a55ba84c2c3b42a8015',1,'amrex::MLPoissonT::copyNSolveSolution()']]], - ['copyold_2035',['copyOld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1c745ccf4e72c085db52b18751ccc25f',1,'amrex::StateData']]], - ['copyparticle_2036',['copyParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af85a1b007332302df4cc844ba1781989',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ConstParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept']]], - ['copyparticles_2037',['copyParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src) noexcept']]], - ['copyto_2038',['copyTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo(amrex::BaseFab< PetscInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo(amrex::BaseFab< PetscInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'amrex::FabArray::copyTo(FAB &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'amrex::FabArray::copyTo(FAB &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< IArrayBox >::copyTo(IArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< IArrayBox >::copyTo(IArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< TagBox >::copyTo(TagBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< TagBox >::copyTo(TagBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#af97c472cac5a8e0e90b66f9999d49dca',1,'amrex::FabSetT::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::EBCellFlagFab >::copyTo()']]], - ['copytohost_2039',['copyToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8b192b54f34ecf9a231c4877a5625a6d',1,'amrex::Gpu::AsyncArray::copyToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a7b869239107727018d22a622ed29161d',1,'amrex::Gpu::Buffer::copyToHost()']]], - ['copytomem_2040',['copyToMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< AtomicInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< Real >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< PetscInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< HYPRE_Int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< EBCellFlag >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< char >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'amrex::BaseFab::copyToMem()']]], - ['cor_2041',['cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1fd0a5173e6ff6c961c080b26f7755ac',1,'amrex::MLMGT']]], - ['cor_5fhold_2042',['cor_hold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3b1cfa8f63985ace0f94e581ea709366',1,'amrex::MLMGT']]], - ['correctcellvectors_2043',['correctCellVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'amrex::ParticleContainer_impl::correctCellVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::correctCellVectors()']]], - ['correction_2044',['Correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a8e42c4bdb2369a1c5b19f6f120737334',1,'amrex::LinOpEnumType']]], - ['correctionresidual_2045',['correctionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2018b943fdab7019461dc9580b04177c',1,'amrex::MLNodeLinOp::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'MLLinOpT< Array< MultiFab, 3 > >::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'amrex::MLLinOpT::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa1edcbe0e894ecd697d47e504640a162',1,'amrex::MLCurlCurl::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a51480d2022ad9346d6eb11f3cbfd631a',1,'amrex::MLCellLinOpT::correctionResidual()']]], - ['cospi_2046',['cospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d',1,'amrex::Math::cospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7',1,'amrex::Math::cospi(float x)']]], - ['count_2047',['count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a934d6ed56619c14db1833d57662fd86b',1,'amrex::ParallelDescriptor::Message::count()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a54b548e604d18d830ea1c9e29c9a64d4',1,'amrex::BlockMutex::state_t::II::count()']]], - ['countcells_2048',['CountCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ade8630ef8254e4248a6999521e12ad7c',1,'amrex::AmrMesh']]], - ['countcells_2049',['countCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d87c01c6118a83ca5707b4d0ccd3bc0',1,'amrex::AmrLevel']]], - ['counter_2050',['counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#acba77d88ac888913a071c5a5ec180542',1,'amrex::InSituBridge']]], - ['countflags_2051',['countFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#ab03ce227854d1babaf5747264c7895a7',1,'particle_detail::countFlags(const Container< int, Allocator > &pflags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a70c1557a3408750fc36e511153e30df9',1,'particle_detail::countFlags(const Vector< std::map< std::pair< int, int >, Container< int, Allocator >>> &particle_io_flags, const PC &pc)']]], - ['countname_2052',['countname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941bdb12544ce537066604b716f8950c',1,'amrex::ParmParse']]], - ['countprepost_2053',['countPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::countPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'amrex::ParticleContainer_impl::countPrePost()']]], - ['countsnds_2054',['CountSnds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0df509765624d623f31c61fecd40158',1,'amrex']]], - ['countval_2055',['countval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d9a4fda6c8de819a90ba19c327dfe4',1,'amrex::ParmParse']]], - ['covered_2056',['covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942',1,'amrex::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66',1,'amrex_ebcellflag_module::covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a1a2056eb03f81ff6a627850c9b05e2c3',1,'amrex::BndryDataT::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0',1,'amrex::EB2::Type::covered()']]], - ['covered_5fbits_2057',['covered_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae215f9034bbe23e831586bc395de5477',1,'amrex::EBCellFlag']]], - ['covered_5fvalue_2058',['covered_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a41bd6408895885d67358df6a58cdc867',1,'amrex::EBCellFlag']]], - ['cpc_2059',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html',1,'amrex::FabArrayBase::CPC'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#acd2bded35632a96fc6dd4e5938d624d6',1,'amrex::FabArrayBase::CPC::CPC(const FabArrayBase &dstfa, const IntVect &dstng, const FabArrayBase &srcfa, const IntVect &srcng, const Periodicity &period, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a354b679a17210c1815e5313618091e0e',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &dstba, const DistributionMapping &dstdm, const Vector< int > &dstidx, const IntVect &dstng, const BoxArray &srcba, const DistributionMapping &srcdm, const Vector< int > &srcidx, const IntVect &srcng, const Periodicity &period, int myproc)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aa0e09825745457d0931b3c5d1110794b',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &ba, const IntVect &ng, const DistributionMapping &dstdm, const DistributionMapping &srcdm)']]], - ['cpc_2060',['cpc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a91738dc93fbd40cd98040bcd79c208c6',1,'amrex::PCData']]], - ['cpcache_2061',['CPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab76531d8f4022eaa58de8ba56796e5de',1,'amrex::FabArrayBase']]], - ['cpcacheiter_2062',['CPCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9b1e2db87b23393e6a9a51718fa451b1',1,'amrex::FabArrayBase']]], - ['cpdist_2063',['cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a4fbd68fb1c6c9cde2d5a6cd8e050c438',1,'amrex::distFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#ac9429e79b55e8f6b054280c924829a94',1,'amrex::LineDistFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a50880c22f1474e901e3440b9a48e8e12',1,'amrex::SplineDistFcnElement2d::cpdist()']]], - ['cpop_2064',['CpOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cff',1,'amrex::FabArrayBase']]], - ['cpside_2065',['cpside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a389169c4cebb80cc37e4684f8936931a',1,'amrex::SplineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a2f9b947ad192d901f99d0bdd392196bc',1,'amrex::LineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#adf53d0ff573fc7bb5d59ede162b78efd',1,'amrex::distFcnElement2d::cpside()']]], - ['cpu_2066',['cpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a5df280179a69dbfb50029f3ab258933f',1,'amrex::SoAParticle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4a706effd5056b8aae4f40df9f66e483',1,'amrex::SoAParticle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'amrex::ParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abddb89433aca18a1eb4c513c44a9c621',1,'amrex::ParticleTile::cpu(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acd6829f21f92c9aba7864a790b9200df',1,'amrex::ParticleTile::cpu(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ab0e3d47b1fe618f1438aaa2167875b9b',1,'amrex::Particle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae42faee1dffc3e271f04bebfd70235ce',1,'amrex::Particle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a57d9d39ad77372a9567bed4a53d7225c',1,'amrex::ConstSoAParticle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'amrex::ConstParticleTileData::cpu()']]], - ['cpu_2067',['Cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e',1,'amrex']]], - ['cpubndryfuncfab_2068',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html',1,'amrex::CpuBndryFuncFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#abde0392b9ab8c8e90f020e92d4382fe1',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab(UserFillBox a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a964dff31b6a52ec87b8e2188f563d138',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab()=default']]], - ['cpversion_2069',['cpVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a59273fedbb862c290ba63a251a024ed3',1,'CommProfStats']]], - ['crbegin_2070',['crbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< index_type >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::BoxND >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::openbc::MomTag >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< unsigned int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< std::size_t >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int *, DefaultAllocator< const int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::XDim3 >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::STLtools::Triangle >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::NeighborCode >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'amrex::PODVector::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int *, DefaultAllocator< int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crbegin()']]], - ['create_2071',['create',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'amrex::FabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< amrex::FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a03f9f76ddc6c878c10de4647b22dd32c',1,'amrex::EBFArrayBoxFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'DefaultFabFactory< CutFab >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'amrex::DefaultFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ae3d56a71c86dbe880bbf89a7ef19301f',1,'amrex::detail::CutFabFactory::create()']]], - ['create_5falias_2072',['create_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< amrex::FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'amrex::FabFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac4523829ea9f97416f054d93c1af91c1',1,'amrex::EBFArrayBoxFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'DefaultFabFactory< CutFab >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'amrex::DefaultFabFactory::create_alias()']]], - ['create_5ftask_5foutput_5fdir_2073',['create_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad4b77ac1de1547c3903014ba22c0306b',1,'amrex::ForkJoin']]], - ['create_5ftransverse_5fterms_5ffor_5fxface_2074',['create_transverse_terms_for_xface',['../group__EBGodunov.html#ga840e5c3022f313f87524b3f600549b35',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &w_ad, Array4< Real const > const &yzlo, Array4< Real const > const &zylo, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Real &trans_y, Real &trans_z, const Real dy, const Real dz): hydro_ebgodunov_transverse_3D_K.H'],['../group__EBGodunov.html#gad7d46d081056fa40712f58cb0ebe1d84',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &yhat, Array4< Real const > const &apy, Array4< Real const > const &fcy, Real &trans_y, const Real dy): hydro_ebgodunov_transverse_2D_K.H']]], - ['create_5ftransverse_5fterms_5ffor_5fyface_2075',['create_transverse_terms_for_yface',['../group__EBGodunov.html#gabe9cd3f0f2f0198aaa5a812d630feef6',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &xhat, Array4< Real const > const &apx, Array4< Real const > const &fcx, Real &trans_x, const Real dx): hydro_ebgodunov_transverse_2D_K.H'],['../group__EBGodunov.html#ga49740796b633d7d29afee8dd23ae3609',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &w_ad, Array4< Real const > const &xzlo, Array4< Real const > const &zxlo, Array4< Real const > const &apx, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcz, Real &trans_x, Real &trans_z, const Real dx, const Real dz): hydro_ebgodunov_transverse_3D_K.H']]], - ['create_5ftransverse_5fterms_5ffor_5fzface_2076',['create_transverse_terms_for_zface',['../group__EBGodunov.html#ga89efd1342d00ce90e56403db4a90ba80',1,'hydro_ebgodunov_transverse_3D_K.H']]], - ['createdirectories_2077',['CreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373',1,'amrex::FileSystem']]], - ['createdirectoryfailed_2078',['CreateDirectoryFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a894a812531d6362ce4ac5065c3224699',1,'amrex']]], - ['createghostparticles_2079',['CreateGhostParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, AoS &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, ParticleTileType &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()']]], - ['createleveldirectory_2080',['CreateLevelDirectory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a962f9d201153832198014fba04698410',1,'amrex::AmrLevel']]], - ['createlike_2081',['CreateLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a3351ed5aa40298f6eabb05de52e6290b',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::CreateLike()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae27e81097c4e21079420d757414e33fb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::CreateLike()']]], - ['createvcallstats_2082',['CreateVCallStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a27a90e8d35f18f048f53f6af29caaa92',1,'RegionsProfStats']]], - ['createvirtualparticles_2083',['CreateVirtualParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, AoS &virts) const']]], - ['createwritehdf5attrdouble_2084',['CreateWriteHDF5AttrDouble',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88',1,'amrex']]], - ['createwritehdf5attrint_2085',['CreateWriteHDF5AttrInt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07',1,'amrex']]], - ['createwritehdf5attrstring_2086',['CreateWriteHDF5AttrString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122',1,'amrex']]], - ['crend_2087',['crend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< unsigned int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< std::size_t >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int *, DefaultAllocator< int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< index_type >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'amrex::PODVector::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::BoxND >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::NeighborCode >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::openbc::MomTag >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::STLtools::Triangle >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::XDim3 >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int *, DefaultAllocator< const int * > >::crend()']]], - ['crossprod_2088',['CrossProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1',1,'amrex::tri_geom_ops']]], - ['crrbetweenlevels_2089',['CRRBetweenLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa',1,'amrex']]], - ['crse_5fcell_2090',['crse_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca5c0ed298da0038126a31182eb1385392',1,'amrex::YAFluxRegisterT::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a94b1c5a72bfa9bc02bc7ed6d2c2394f5',1,'amrex::nodelap_detail::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad',1,'amrex_eb_flux_reg_nd_module::crse_cell()']]], - ['crse_5ffine_5fboundary_5fcell_2091',['crse_fine_boundary_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca95ed02b2c9b5b5a936871917a0da3d52',1,'amrex::YAFluxRegisterT::crse_fine_boundary_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc',1,'amrex_eb_flux_reg_nd_module::crse_fine_boundary_cell()']]], - ['crse_5ffine_5fnode_2092',['crse_fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acc734c4a01cc9ee396706b50db9b7d91',1,'amrex::nodelap_detail']]], - ['crse_5fnode_2093',['crse_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a7cb50f4b12990e43c67ce3f6e40960b9',1,'amrex::nodelap_detail']]], - ['crse_5fratio_2094',['crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7fc1ed7f6a21702c3af072650ed4de4a',1,'amrex::AmrLevel']]], - ['crseadd_2095',['CrseAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::YAFluxRegisterT::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a662851618098fbabf72677bf531522dd',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ada9bc248b9e03653448cfc45f8a668f8',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab499670f73f11f117350646d2d154867',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aaef7f034b3fd9195583d14f1ea408039',1,'amrex::EdgeFluxRegister::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4f11b763bb868b4245b5135f02da8217',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac01db2619376c784ccb95918f39d483e',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ab499670f73f11f117350646d2d154867',1,'amrex::YAFluxRegisterT::CrseAdd()']]], - ['crsebnd_2096',['crsebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579',1,'amrex::Extrapolater']]], - ['crsehaswork_2097',['CrseHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5191f9f71d66d51913c859e7835fd3a9',1,'amrex::YAFluxRegisterT']]], - ['crseinit_2098',['CrseInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aec1bb41bffa8b078895f0f75149cdae1',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac930be53c9ed97f2b650d00d9922d375',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)']]], - ['crselevel_2099',['crseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aef5f291512ba1c3e9208ff5c8216f3ab',1,'amrex::FluxRegister']]], - ['crseratio_2100',['crseRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4c29b9c027bf459bb2d368484e90bb76',1,'amrex::BoxArray']]], - ['crsn_2101',['crsn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a5944e840877ab3c3a9aa28d2bd5d1399',1,'amrex::BARef']]], - ['cssize_2102',['csSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af705693efa58487843e7624857f94399',1,'CommProfStats']]], - ['csversion_2103',['csVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae262ff88e11aded2e904267db1e94a56',1,'RegionsProfStats']]], - ['cudastream_2104',['cudaStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a659a046032f304e13547b3b633e7c10a',1,'amrex::Gpu::Device']]], - ['cumtime_2105',['cumtime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b46db71980158bc8f12c2f7eebede4a',1,'amrex::Amr']]], - ['cumtime_2106',['cumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae1a7de4bbf27289ccab4e3b8364a7c83',1,'amrex::Amr']]], - ['curlcurldirichletinfo_2107',['CurlCurlDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html',1,'amrex']]], - ['curlcurlstatetype_2108',['CurlCurlStateType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3',1,'amrex']]], - ['curlcurlsymmetryinfo_2109',['CurlCurlSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html',1,'amrex']]], - ['curlevel_2110',['curLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125f114aafc7c3b80d2a84a1cd77314d',1,'amrex::XYPlotDataList']]], - ['curlevel_2111',['CurLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af0712096e78d8f38eea8c4b2e8251f05',1,'amrex::XYPlotDataList']]], - ['current_5fbuilds_2112',['current_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#a1af174d3541b8cb0ffddf9902562db08',1,'amrex::MemProfiler::NBuildsInfo']]], - ['current_5fbytes_2113',['current_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a821bd45f3af572df6c5dad7f24de66fc',1,'amrex::MemProfiler::MemInfo']]], - ['currentdatablock_2114',['currentDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c9f481d55381cf92d0757bb9321c5a4',1,'BLProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adfeb787d05dd96d8297c678948d899fa',1,'CommProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a02a1e086297bc655ab74cdcc561cc07c',1,'RegionsProfStats::currentDataBlock()']]], - ['currentdeciderindex_2115',['currentDeciderIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ade88e3f8e68ea489d4ba016de2df7f',1,'amrex::NFilesIter']]], - ['currentdepth_2116',['currentDepth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#acf586bc23e95b60798ffd924f1d31f0c',1,'amrex::MFIter']]], - ['currentindex_2117',['currentIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#abfba09b9f27138141e9758d1a8ea2e4b',1,'amrex::MFIter']]], - ['currentmem_2118',['currentmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a2bd452ad7a114fcc1750efffe7e63ba2',1,'amrex::MemStat']]], - ['currentnfabarrays_2119',['CurrentNFabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'amrex::FabArrayCopyDescriptor::CurrentNFabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'FabArrayCopyDescriptor< FArrayBox >::CurrentNFabArrays()']]], - ['currentpath_2120',['CurrentPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe',1,'amrex::FileSystem']]], - ['currentposition_2121',['currentPosition',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a85eca5ae503569f1b40b8d4bac373997',1,'amrex::VisMF::PersistentIFStream']]], - ['currentproc_2122',['currentProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a59554322d0d460e70099c8eea9729aa1',1,'BLProfStats']]], - ['currentversion_2123',['currentVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7f4058d4117af92e70d889263657e9f8',1,'amrex::VisMF']]], - ['curtime_2124',['curTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a46807890235430fd9f2e12d422a6321b',1,'amrex::StateData']]], - ['cutfab_2125',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html',1,'amrex::CutFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#abf2b1f3132168bbec907d05684db5502',1,'amrex::CutFab::CutFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a56fab88ffa10cfe7c902ed882a04d2a5',1,'amrex::CutFab::CutFab(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a694ee21166c86f5151d045bc0c796f32',1,'amrex::CutFab::CutFab(const Box &b, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8efd0488e25410a8d717a113f2aa0e67',1,'amrex::CutFab::CutFab(const Box &b, int ncomps, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a7b81f96070810019a32a0179ff0e1c5b',1,'amrex::CutFab::CutFab(CutFab const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a5a5348756ed66ca2581633a44d7a4889',1,'amrex::CutFab::CutFab(CutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a93dfcf381d11cb3367775cbb816763f0',1,'amrex::CutFab::CutFab(const CutFab &)=delete']]], - ['cutfabfactory_2126',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html',1,'amrex::detail::CutFabFactory'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a0a50ba4364dedc1acc91cfd0a63efcd9',1,'amrex::detail::CutFabFactory::CutFabFactory()']]], - ['cyan_2127',['Cyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#afd89341cfa10f0751ebf6312ea565a03',1,'amrex::BGColor::Cyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201',1,'amrex::FGColor::Cyan()']]], - ['cycle_2128',['cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'amrex::GMRES::cycle()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'GMRES< MF, GMRESMLMGT< MF > >::cycle()']]], - ['cylinderif_2129',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html',1,'amrex::EB2::CylinderIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7f70d143e2569bc9112f4c5f1efcd83d',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, int a_direction, const RealArray &a_center, bool a_inside)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a65cc987a90a62e4c8e29302895bab48c',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, Real a_height, int a_direction, const RealArray &a_center, bool a_inside)']]] + ['c_1658',['C',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1C.html',1,'amrex::Order']]], + ['c_5fcomps_5fthreads_5fand_5fblocks_1659',['c_comps_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad50ffc68d86b60f6c4abea01215ecd80',1,'amrex::Gpu::Device']]], + ['c_5fsys_1660',['c_sys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a80883db17d63160073d45479d937e74b',1,'amrex::CoordSys']]], + ['c_5fthreads_5fand_5fblocks_1661',['c_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a287c97156ce50cfda229da5b2d9a00a8',1,'amrex::Gpu::Device']]], + ['cachedataallocated_1662',['cacheDataAllocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a405adb5266b8deb2c2e18cea095eee45',1,'amrex::FabCopyDescriptor']]], + ['cacheneighborinfo_1663',['cacheNeighborInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a497db0eca21eb270f545e60f034aeb6a',1,'amrex::NeighborParticleContainer']]], + ['cachestats_1664',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html',1,'amrex::FabArrayBase::CacheStats'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a172909ef2ee1fc68d2bfcd61ed13d4bd',1,'amrex::FabArrayBase::CacheStats::CacheStats()']]], + ['calc_5falpha_1665',['calc_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a2f2cc7f01b96bcdd7c3f7d3ecffeee20',1,'amrex::EBToPVD']]], + ['calc_5fd_1666',['calc_D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acfaa366856b5d181ef31e271d810a461',1,'amrex::SplineDistFcnElement2d']]], + ['calc_5fhesse_1667',['calc_hesse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a8e98228d4e26f46aaad5dca2c60d21b2',1,'amrex::EBToPVD']]], + ['calc_5fintersects_1668',['calc_intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ae6256aa448020ec87249a19972bc3b63',1,'amrex::EBToPVD']]], + ['calccommsize_1669',['calcCommSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fea3b7765226c9483a81c772e3cfcd0',1,'amrex::NeighborParticleContainer']]], + ['calcendtime_1670',['calcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae8e90faa9bed63294da831786b2e181f',1,'BLProfStats']]], + ['calcgradphi_1671',['calcGradPhi',['../classHydro_1_1NodalProjector.html#a3a2166183188d53c17442adab59897e4',1,'Hydro::NodalProjector']]], + ['calcrefratios_1672',['calcRefRatios',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a71a0a4c9fbfae52c4da448c6ac832319',1,'CommProfStats']]], + ['calculateminmax_1673',['CalculateMinMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a89f8804d6faa52091fcde2844952fa93',1,'amrex::VisMF::Header']]], + ['call_5faddr2line_1674',['call_addr2line',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0',1,'amrex::system']]], + ['call_5fcheck_5fpair_1675',['call_check_pair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7df5de70f7ab58e32c467a66af4fdbd9',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8a333f99592fcb77801eee6ae33eb42e',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j, N3, N4, N5) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))']]], + ['call_5fdevice_1676',['call_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa',1,'amrex::call_device(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574',1,'amrex::call_device(L &&f0, Lambdas &&... fs) noexcept']]], + ['call_5ff_1677',['call_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< typename amrex::ParticleTileData >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< ParticleType >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'amrex::DenseBins::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733',1,'amrex::experimental::detail::parfor_mf_detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#af72f8c4ec6c858d83f59c48034851294',1,'amrex::particle_detail::call_f(F const &f, const PTDType< T_ParticleType, NAR, NAI > &p, const int i, Array4< T > const &fabarr, GpuArray< Real, AMREX_SPACEDIM > const &plo, GpuArray< Real, AMREX_SPACEDIM > const &dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#a4fc575fa169519c925f33d6bb746d598',1,'amrex::particle_detail::call_f(F const &f, const ConstParticleTileData< T_ParticleType, NAR, NAI > &p, const int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75',1,'amrex::Reduce::detail::call_f()']]], + ['call_5ff_5fintvect_1678',['call_f_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa05aeb114ce9ecd66760d831ae2471f8',1,'amrex::detail::call_f_intvect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae',1,'amrex::loop_detail::call_f_intvect(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], + ['call_5ff_5fintvect_5fcpu_1679',['call_f_intvect_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76',1,'amrex::loop_detail']]], + ['call_5ff_5fintvect_5fengine_1680',['call_f_intvect_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abf33e4589ea5adab841f76cf4ba8fec2',1,'amrex::detail']]], + ['call_5ff_5fintvect_5fhandler_1681',['call_f_intvect_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a046cf7f7c280ba419ad77e7d97f61d88',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a405f588558bf5afc228a55ebe21303a1',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], + ['call_5ff_5fintvect_5finner_1682',['call_f_intvect_inner',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9',1,'amrex::loop_detail::call_f_intvect_inner()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a36c4819d0af66858bf09a3dd588fca74',1,'amrex::detail::call_f_intvect_inner()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af52fdeb3368a6e51b1547446480a490f',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ac48e6fab4200845ae1464ab52ec831f9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a64ebcc6c0abdb545a519a9d378dca174',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], + ['call_5ff_5fintvect_5finner_5fcpu_1683',['call_f_intvect_inner_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#acc9fdee6f642f94d35694e57ac4046d5',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))']]], + ['call_5ff_5fintvect_5fncomp_1684',['call_f_intvect_ncomp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9724b4915ce5a6c9e9766a4e0a221723',1,'amrex::detail::call_f_intvect_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662',1,'amrex::loop_detail::call_f_intvect_ncomp(F const &f, IntVectND< dim > iv, int n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], + ['call_5ff_5fintvect_5fncomp_5fcpu_1685',['call_f_intvect_ncomp_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ae922667b0d850b2bb5603749f8864438',1,'amrex::loop_detail']]], + ['call_5ff_5fintvect_5fncomp_5fengine_1686',['call_f_intvect_ncomp_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2',1,'amrex::detail']]], + ['call_5ff_5fintvect_5fncomp_5fhandler_1687',['call_f_intvect_ncomp_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d5d1924885f09d0c057d56268dfb895',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, n))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2c5b6087ddf712ba78b4adb8a1baea78',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T ncomp, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], + ['call_5ff_5fscalar_5fhandler_1688',['call_f_scalar_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa004283e3920e413c389c093161cad79',1,'amrex::detail::call_f_scalar_handler(F const &f, N i) noexcept -> decltype(f(0))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a90aaa100d2d55f47c63bf669ba307022',1,'amrex::detail::call_f_scalar_handler(F const &f, N i, Gpu::Handler const &) noexcept -> decltype(f(0))']]], + ['call_5finterp_5fhook_1689',['call_interp_hook',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aaa2f442d8ea72f80f2d543e12c5f8a1a',1,'amrex::detail']]], + ['call_5fresult_5ft_1690',['call_result_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12',1,'amrex::detail']]], + ['calledfunctions_1691',['calledFunctions',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a696987a2e37d477370485150489b48df',1,'BLProfStats::CallTreeNode']]], + ['calltreenode_1692',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html',1,'BLProfStats::CallTreeNode'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a58a170e22648cb330508a33ecd8396c5',1,'BLProfStats::CallTreeNode::CallTreeNode()']]], + ['canderive_1693',['canDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae2bbc9a653c1a437f677755dc5e31ced',1,'amrex::DeriveList']]], + ['canderive_1694',['CanDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4305cc67a74a310d78a979028fe86d77',1,'amrex::DataServices::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad926743e5317dbba19e1fd57307401a1',1,'amrex::DataServices::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a351b40fa21a1d0ae733b0da5874bba69',1,'amrex::AmrData::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af87b3b3ccc957963371870e73f8679e1',1,'amrex::AmrData::CanDerive(const std::string &name) const']]], + ['capacity_1695',['capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::openbc::MomTag >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae88ca91d12a18c9eae7c36348e7c99fd',1,'amrex::DistributionMapping::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3a9ab299dccc5bc6e57018fddb101099',1,'amrex::ParticleTile::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'amrex::PODVector::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::BoxND >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::NeighborCode >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::STLtools::Triangle >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::XDim3 >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int *, DefaultAllocator< const int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< index_type >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int *, DefaultAllocator< int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a04d7713cdc01e24d50d715119f5c333d',1,'amrex::BoxArray::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< std::size_t >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< unsigned int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6064b561ef6b7f4001b73a063b22bd57',1,'amrex::BoxList::capacity()']]], + ['carena_1696',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html',1,'amrex::CArena'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a43a76cc08d37a6c6174a05989d0bc60e',1,'amrex::CArena::CArena(std::size_t hunk_size=0, ArenaInfo info=ArenaInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1dc0400df161a7395380b6156678918a',1,'amrex::CArena::CArena(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8df362670d9202352afc131bfc421c28',1,'amrex::CArena::CArena(CArena &&rhs)=delete']]], + ['carena_5fmutex_1697',['carena_mutex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a445be9f2ccca25ca4d2c8db026400136',1,'amrex::CArena']]], + ['cart_1698',['cart',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#adba2e61f59319e9965761531fd4e9535',1,'process_topology_t']]], + ['cart_5f1d_1699',['cart_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1879fde1dfd6f521c758457ebebf9808',1,'hacc::Distribution']]], + ['cart_5f2d_5fx_1700',['cart_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68f2354c76a3bd14164ab62d882d8151',1,'hacc::Distribution']]], + ['cart_5f2d_5fy_1701',['cart_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6829355f310f77f889572a2c28a91440',1,'hacc::Distribution']]], + ['cart_5f2d_5fz_1702',['cart_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a83b09b3561dcff5292e797dcdd6d610b',1,'hacc::Distribution']]], + ['cart_5f3d_1703',['cart_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a49229eb2403fec394ef26e10c9cfd7e5',1,'hacc::Distribution']]], + ['cartcomm_5fkspace_1704',['cartcomm_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#afb4b5d0e56a4434cc632221e5b5d595f',1,'hacc::Dfft']]], + ['cartcomm_5frspace_1705',['cartcomm_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a2c5dcf97c4702a0223c16e2318aceeab',1,'hacc::Dfft']]], + ['cartesian_1706',['cartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa773443060faab3679fd6637fbb386086',1,'amrex::CoordSys']]], + ['cartesianproduct_1707',['CartesianProduct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff',1,'amrex']]], + ['cartgrid_1708',['CartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2f1db26232c0faf4e0b164bff1e2848b',1,'amrex::AmrData']]], + ['cartgridversion_1709',['CartGridVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abbd11f921125e23499969c24f8d0e4d0',1,'amrex::AmrData']]], + ['cas_1710',['CAS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a3794cd96c4a2f4b00db9cc1e5d66af87',1,'amrex::Gpu::Atomic']]], + ['cast_1711',['cast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7261f50da60e78a42e700384710cd47',1,'amrex::cast(BaseFab< Tto > &tofab, BaseFab< Tfrom > const &fromfab, Box const &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e',1,'amrex::cast(U const &mf_in)']]], + ['catenate_1712',['catenate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5401acc7f967b93eb6e755966491aa58',1,'amrex::BoxList']]], + ['cbegin_1713',['cbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a7a63898f3093bbbdecb31a1c7ad5955e',1,'amrex::Neighbors::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'amrex::PODVector::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::BoxND >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< index_type >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::NeighborCode >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::openbc::MomTag >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::STLtools::Triangle >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::XDim3 >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int *, DefaultAllocator< const int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a36e94e3ffe5960cc40d35b5e9c23d072',1,'amrex::ArrayOfStructs::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< unsigned int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< std::size_t >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int *, DefaultAllocator< int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a297a2a3a29d1e4dee564a816d45e82fc',1,'amrex::BoxList::cbegin()']]], + ['ccfcdoit_1714',['ccfcdoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a7a3cd639f33548b08977d0fcdf594613',1,'amrex::GpuBndryFuncFab']]], + ['ccprotect_5f2d_1715',['ccprotect_2d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b',1,'amrex']]], + ['ccprotect_5f3d_1716',['ccprotect_3d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0',1,'amrex']]], + ['ccquartic_5finterp_1717',['ccquartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d',1,'amrex']]], + ['cctc_1718',['cctc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a1bef6147ea1eda449fa5872d533d1876',1,'amrex::NonLocalBC::CommData']]], + ['cdata_5fsize_1719',['cdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0bc1ebc16494317aa1ee91983ac667e4',1,'amrex::NeighborParticleContainer']]], + ['ceil_1720',['ceil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept']]], + ['cell_1721',['Cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html',1,'amrex::EB2']]], + ['cell_1722',['CELL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3a1f9d32418f4279a931e3f65f092f9439',1,'amrex::CellIndexEnum']]], + ['cell_5fbilinear_5finterp_1723',['cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5',1,'amrex']]], + ['cell_5fcons_5finterp_1724',['cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22',1,'amrex']]], + ['cell_5fid_1725',['cell_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0c97a957588e229e248638455172fe75',1,'amrex::PETScABecLap::cell_id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a4e1e2418ad02ffb9cfde30d4a611c5f7',1,'amrex::HypreABecLap3::cell_id()']]], + ['cell_5fid_5fvec_1726',['cell_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#adce283edc6f4a7d4a016c19493c51418',1,'amrex::PETScABecLap::cell_id_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a17dd1f8e2e836736e48e804799f4ec1d',1,'amrex::HypreABecLap3::cell_id_vec()']]], + ['cell_5fquartic_5finterp_1727',['cell_quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165',1,'amrex']]], + ['cell_5fquartic_5finterp_5fx_1728',['cell_quartic_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0a3854363996b297c8f051d38aab201',1,'amrex']]], + ['cell_5fquartic_5finterp_5fy_1729',['cell_quartic_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a',1,'amrex']]], + ['cell_5fquartic_5finterp_5fz_1730',['cell_quartic_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f',1,'amrex']]], + ['celladd_1731',['CellAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html',1,'detail']]], + ['cellassignor_1732',['CellAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'amrex::ParticleContainer_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a2b110ac7681163b17759b7b404905cfa',1,'amrex::ParIter_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad794d2f114cc35fb92cf8eb8ff6a36c5',1,'amrex::ParConstIter_impl::CellAssignor()']]], + ['cellatomicadd_1733',['CellAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html',1,'detail']]], + ['cellbilinear_1734',['CellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html',1,'amrex']]], + ['cellcenter_1735',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a5c2b7698e44ce750730b8246fc1aa992',1,'amrex::CoordSys::CellCenter(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a20d11f9a4a56cc4abbbc63520b1a5e7f',1,'amrex::CoordSys::CellCenter(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa88777a3be31a577cf01ed63a806f94b',1,'amrex::CoordSys::CellCenter(const IntVect &point, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4af5c101b5f19e97166e7531ffa1c706c4',1,'amrex::LinOpEnumType::CellCenter()']]], + ['cellcentered_1736',['cellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'amrex::BoxND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'BoxND< AMREX_SPACEDIM >::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'amrex::IndexTypeND::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'amrex::IndexTypeND::cellCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered(int dir) const noexcept']]], + ['cellcentroid_1737',['CellCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a7dfdce1e88bc91f46ae0d30f856f7ca9',1,'amrex::LinOpEnumType']]], + ['cellconservativelinear_1738',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html',1,'amrex::CellConservativeLinear'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::CellConservativeLinear::CellConservativeLinear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::EBCellConservativeLinear::CellConservativeLinear()']]], + ['cellconservativeprotected_1739',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html',1,'amrex::CellConservativeProtected'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aced526a1e706c7fce0c1b715639f2270',1,'amrex::CellConservativeProtected::CellConservativeProtected()']]], + ['cellconservativequartic_1740',['CellConservativeQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html',1,'amrex']]], + ['cellcount_1741',['cellCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab1fa12d8a76471eac770533845c1a59a',1,'amrex::Amr::cellCount() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a76adb6f14e46b7ed89679dfdca012385',1,'amrex::Amr::cellCount(int lev) noexcept']]], + ['celldata_1742',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html',1,'amrex']]], + ['celldata_1743',['cellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< Real const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'amrex::Array4::cellData()']]], + ['celldata_1744',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a96af7ce615384f42e11db33a16e36b05',1,'amrex::CellData::CellData(CellData< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#accb987397fdc10a704d4e42d4e5c5d31',1,'amrex::CellData::CellData(T *a_p, Long a_stride, int a_ncomp)']]], + ['cellequal_1745',['CellEqual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#acaed188c00aecea228d8c92c17a0c3fb',1,'amrex::BoxArray']]], + ['cellghosttypes_1746',['CellGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530',1,'amrex::InSituUtils']]], + ['cellindex_1747',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3',1,'amrex::CellIndexEnum::CellIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a285d110b44d2e4412b27427418246fa4',1,'amrex::CoordSys::CellIndex()']]], + ['cellindexenum_1748',['CellIndexEnum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html',1,'amrex']]], + ['cellloc_1749',['CellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aafe06e3fa4b2ad1b95508230dbeffa72',1,'amrex::AmrData']]], + ['cellquadratic_1750',['CellQuadratic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html',1,'amrex']]], + ['cellquartic_1751',['CellQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html',1,'amrex']]], + ['cellsize_1752',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#ae68058e46d103262fadc6ef5e593c92b',1,'amrex::GeometryData']]], + ['cellsize_1753',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aed1692798cdf36cceb29b2370a77c746',1,'amrex::PlotFileData::cellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac7da65ed0981abeb8cb8124a274f9c80',1,'amrex::PlotFileDataImpl::cellSize()']]], + ['cellsize_1754',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6826d1760f9a6a60187230e3495ca3be',1,'amrex::AmrData::CellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ade9815d7413549b5bb09000f1c9ede76',1,'amrex::CoordSys::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afc9b2295dec506f60239afca5e6a4a5d',1,'amrex::CoordSys::CellSize(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a135962447b210aea10cc4457ffe140fe',1,'amrex::GeometryData::CellSize()']]], + ['cellsizearray_1755',['CellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa352d079ec1fb2e0c971e8f5a6b077da',1,'amrex::CoordSys']]], + ['cellstore_1756',['CellStore',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html',1,'detail']]], + ['celltype_1757',['CellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763c',1,'amrex::YAFluxRegisterT']]], + ['cend_1758',['cend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< std::size_t >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a87d91479ddcd7e9a311164a66c752a8e',1,'amrex::ArrayOfStructs::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a15a6c62e9713841765d115f00a5723f3',1,'amrex::BoxList::cend()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ac860fea0fdcf7e2beca183df77e7eed0',1,'amrex::Neighbors::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'amrex::PODVector::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::BoxND >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< unsigned int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::NeighborCode >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int *, DefaultAllocator< int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::openbc::MomTag >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::STLtools::Triangle >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::XDim3 >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int *, DefaultAllocator< const int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< index_type >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int >::cend()']]], + ['cent_1759',['cent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a3ae6123f45aee26c756d2105c8c903ab',1,'amrex::algoim::EBPlane']]], + ['cf_5fstrategy_1760',['cf_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac73351c2c2371e9849ff1be7d033a657',1,'amrex::MLMGT']]], + ['cfinfo_1761',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html',1,'amrex::FabArrayBase::CFinfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a2ad23c41fccd032693997df69c0bce0d',1,'amrex::FabArrayBase::CFinfo::CFinfo()']]], + ['cfinfocache_1762',['CFinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab93444c8298b6446b699b33cf6c9247b',1,'amrex::FabArrayBase']]], + ['cfinfocacheiter_1763',['CFinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae15d8b6b473748103771433c507773ad',1,'amrex::FabArrayBase']]], + ['cfstrategy_1764',['CFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9',1,'amrex::MLMGT']]], + ['cg_1765',['cg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57',1,'amrex']]], + ['cg_1766',['CG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa5202c6586cac8bee468e86d1ff854231',1,'amrex::MLCGSolverT']]], + ['cgbicg_1767',['cgbicg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb',1,'amrex']]], + ['charvector_1768',['CharVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'amrex::ParticleContainer_impl::CharVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CharVector()']]], + ['check_1769',['Check',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae12f838572701049902254dfb46eb650',1,'amrex::VisMF']]], + ['check_5ffile_5froot_1770',['check_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a006c720b7d8ecf6e603785ab0b82bced',1,'amrex::Amr']]], + ['check_5finput_1771',['check_input',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa5055bd91d26288e720771986e3ae06f',1,'amrex::AmrInfo']]], + ['check_5fint_1772',['check_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf4b679fb946c492eecfe38be051333',1,'amrex::Amr']]], + ['check_5fmvmc_1773',['check_mvmc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33',1,'amrex::EB2']]], + ['check_5fper_1774',['check_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9daa98984b300c7a3080d0752f233a0b',1,'amrex::Amr']]], + ['checkcommdata_1775',['CheckCommData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8c515e8da3ca3c3437cd0b5bd18c656d',1,'CommProfStats']]], + ['checkdata_1776',['CheckData',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9e8341b111020e68b25b6ac7e884de18',1,'BLProfStats']]], + ['checkdecomposition_2ec_1777',['CheckDecomposition.c',['https://amrex-codes.github.io/amrex/doxygen/CheckDecomposition_8c.html',1,'']]], + ['checkfilepositions_1778',['checkFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a174cc2335d85746e4c0c05c71c0a816b',1,'amrex::VisMF']]], + ['checkinput_1779',['checkInput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0db8b6a43fba7580d8dc6571e64eceb2',1,'amrex::Amr::checkInput()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9274bfc294d53126644ed437ac83fe56',1,'amrex::AmrMesh::checkInput()']]], + ['checkint_1780',['checkInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac30d97b7e66cda1fad54283a9e6a9600',1,'amrex::Amr']]], + ['checkneighborsrefine_1781',['checkNeighborsRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a521c7a6af526a76973eb7b673090a9ae',1,'amrex::btUnit']]], + ['checknfiles_1782',['CheckNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8de2ff506c69fd9d2165fe0f294100',1,'amrex::NFilesIter']]], + ['checkoverflow_1783',['checkOverflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'amrex::BoxND::checkOverflow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'BoxND< AMREX_SPACEDIM >::checkOverflow()']]], + ['checkper_1784',['checkPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa2e4c97e5351e7e9353af927b4628e24',1,'amrex::Amr']]], + ['checkpoint_1785',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'amrex::ParticleContainer_impl']]], + ['checkpoint_1786',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8afe35c2818f661481ed2603ae036928',1,'amrex::Amr::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a169bef0169afefe32db1d994d2600c69',1,'amrex::AmrLevel::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'amrex::MLLinOpT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'MLLinOpT< Array< MultiFab, 3 > >::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a17d56a0f530866c212972918e49a9aff',1,'amrex::MLMGT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad798a370022ba9766ddc8423c8c3cdf6',1,'amrex::MLNodeLaplacian::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a83d7bc0a021a283efce9b4f500315540',1,'amrex::StateData::checkPoint()']]], + ['checkpoint_1787',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'amrex::ParticleContainer_impl::Checkpoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const']]], + ['checkpointpost_1788',['checkPointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a91b3bc1707aa307c5eeb73d9e2bfdd80',1,'amrex::AmrLevel']]], + ['checkpointpost_1789',['CheckpointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'amrex::ParticleContainer_impl::CheckpointPost()']]], + ['checkpointpre_1790',['checkPointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa8953b789fe7af91082c2fefcced1a16',1,'amrex::AmrLevel']]], + ['checkpointpre_1791',['CheckpointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'amrex::ParticleContainer_impl::CheckpointPre()']]], + ['checkpointversion_1792',['CheckpointVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7412df442ee70eda865ad538530acfe8',1,'amrex::ParticleContainerBase']]], + ['checkregionsdata_1793',['CheckRegionsData',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af2a2ac125d7c17979147665a1e1ee685',1,'RegionsProfStats']]], + ['chkptfile_1794',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html',1,'amrex::EB2::ChkptFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a276bc44ba1ef97690d0bb86bdd115e1b',1,'amrex::EB2::ChkptFile::ChkptFile()']]], + ['chkptfilelevel_1795',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html',1,'amrex::EB2::ChkptFileLevel'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#ab6bb4a262a1ef4079b2326caef2391ed',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, ChkptFileLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#aa76921f89dab57a758680982e17fa78d',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, ChkptFile const &chkpt_file, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face)']]], + ['cholsol_5ffor_5feb_1796',['cholsol_for_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 53, 0, 9 > &Amatrix, Array1D< Real, 0, 9 > &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 17, 0, 5 > &Amatrix, Array1D< Real, 0, 5 > &b)']]], + ['cholsol_5fnp10_1797',['cholsol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6',1,'amrex']]], + ['cholsol_5fnp6_1798',['cholsol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9c618e150988aaad39352da8a136b2',1,'amrex']]], + ['chop_1799',['chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae1763edf735b27fc9399dc6e09a4c983',1,'amrex::ClusterList::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'amrex::BoxND::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'BoxND< AMREX_SPACEDIM >::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ada7fc0e6b932ef954e034d0da871f10d',1,'amrex::Cluster::chop()']]], + ['chopgrids_1800',['ChopGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a894b739ead93a3f976ead6e0c8fb0536',1,'amrex::AmrMesh']]], + ['cic_5finterpolate_1801',['cic_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb',1,'amrex']]], + ['cic_5finterpolate_5fcc_1802',['cic_interpolate_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7',1,'amrex']]], + ['cic_5finterpolate_5fnd_1803',['cic_interpolate_nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe',1,'amrex']]], + ['clamp_1804',['Clamp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22',1,'amrex']]], + ['cleanupmaps_1805',['cleanUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af4cf311bbaf21d9855bc3d8928f890f4',1,'amrex::StateDescriptor']]], + ['cleanupmessages_1806',['CleanUpMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa0c0e9a50f259bef6b3a1f2a932c65bc',1,'amrex::NFilesIter']]], + ['clear_1807',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::STLtools::Triangle >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int *, DefaultAllocator< int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< index_type >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int *, DefaultAllocator< const int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::XDim3 >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a483f483c43527c21fd7f8d0a301600a8',1,'amrex::VisMF::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< std::size_t >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< unsigned int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a415ff6c2958d2b50d111d1a272749af6',1,'amrex::ParallelDescriptor::ProcessTeam::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad219785df46e98d5f667c7e98b878baa',1,'amrex::DistributionMapping::Ref::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afc56cd7ec5f96ca6966a277ea67e5641',1,'amrex::TableData::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a77474efc5c2215f02ded00aa816ee02e',1,'amrex::VisMF::clear(int fabIndex, int compIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab3c166ef170fe72fdda5fab9cd9176e0',1,'amrex::VisMF::clear()']]], + ['clear_1808',['Clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a447ac3b0c0c2794d3b3316bf50e4c1d3',1,'amrex::InSituUtils::StateMap']]], + ['clear_1809',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a691927d0b6e40f9923bacd565c590a91',1,'amrex::BndryRegisterT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::openbc::MomTag >::clear()']]], + ['clear_1810',['CLEAR',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa4711806dfba8eb0c37ad5bb4abde7814',1,'amrex::TagBox']]], + ['clear_1811',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a6e7dcb50bfad7d17b1b6e90f76ad3d88',1,'amrex::Gpu::AsyncArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'amrex::BaseFab::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< AtomicInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< EBCellFlag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< HYPRE_Int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< PetscInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< Real >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::NeighborCode >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afed0e52f6570fe4960ce4758f5558761',1,'amrex::BoxArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxDomain::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a0c2925413d162cb501be4a6270a94754',1,'amrex::Gpu::Buffer::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aca9fade63e5fd3aeda71e2c7d58f933d',1,'amrex::DeriveList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a11aff2179d4f179dba22b7703b4212cc',1,'amrex::DescriptorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a6b4d08e1329afbce2ced6dd65acd9bec',1,'amrex::Gpu::Elixir::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#ab6e092af66fad6472ea4b6b7b273be26',1,'amrex::ErrorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'amrex::FabArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< PetscInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::BoxND >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'amrex::PODVector::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afd8b75e43a4f9a19787cec45ee84b493',1,'amrex::ParticleCopyPlan::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2a29dbb728926b7a93d64cfd79deae89',1,'amrex::ParticleCopyOp::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'IndexTypeND< AMREX_SPACEDIM >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::CutFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::EBCellFlagFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::Mask >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< IArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< TagBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a10399c20d1f9186d481354025e58f6dc',1,'amrex::FabArrayBase::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'amrex::FabArrayCopyDescriptor::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'FabArrayCopyDescriptor< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4a723de952c4a193086c47d5f374356b',1,'amrex::FabSetT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a453233dd69feba7dad7ae904a24d7aa2',1,'amrex::FluxRegister::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'amrex::GMRES::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'GMRES< MF, GMRESMLMGT< MF > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ac2b149fea822702476a70d1b12ae2f21',1,'amrex::EB2::IndexSpace::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'amrex::IndexTypeND::clear()']]], + ['clear_5fallneighbors_1812',['clear_allneighbors',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6',1,'amrex_ebcellflag_module']]], + ['clear_5farrays_1813',['clear_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'amrex::FabArray::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::Mask >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< TagBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< IArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< FArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::EBCellFlagFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::CutFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< PetscInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear_arrays()']]], + ['clear_5fhash_5fbin_1814',['clear_hash_bin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6bdf6476369bee9a51d4c3d2f7d70cd0',1,'amrex::BoxArray']]], + ['clear_5fneighbor_1815',['clear_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766',1,'amrex_ebcellflag_module']]], + ['clearblock_1816',['ClearBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3031f89c0189bd2d8f73b6207e8adfb1',1,'BLProfStats::ClearBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0d8d8ad83b18b0e23fa18b9942c0b944',1,'RegionsProfStats::ClearBlock()']]], + ['clearboxarray_1817',['ClearBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#afc5fde984a1cdd6fcfddb6ff26fb92f6',1,'amrex::AmrMesh']]], + ['clearbuffer_1818',['ClearBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6c234740f9ed2f0a3c3fc3cea35f7f2f',1,'amrex::VisMFBuffer']]], + ['clearcommstats_1819',['ClearCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab858210acf47eebbfa8549123cb2836',1,'CommProfStats']]], + ['clearderiveplotvarlist_1820',['clearDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4f6a614f477cd3ff94f362d7a8dfe8b0',1,'amrex::Amr']]], + ['clearderivesmallplotvarlist_1821',['clearDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0517c3858954b59c15be4b72472c0e55',1,'amrex::Amr']]], + ['cleardistributionmap_1822',['ClearDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af5ec08eb03bebbb7a0f37f2af4bbda5d',1,'amrex::AmrMesh']]], + ['clearemptyentries_1823',['clearEmptyEntries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#aece8b1e2716e84a5261e988b9e9b1ef2',1,'amrex::particle_detail']]], + ['clearfabarrayheadernames_1824',['ClearFabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad627f2819f507158b90f5f2570b1d182',1,'amrex::StateData']]], + ['clearinternalborders_1825',['ClearInternalBorders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab1a936eb5769156da6cb7d2dac23b4d3',1,'amrex::FluxRegister']]], + ['clearlevel_1826',['ClearLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8db721500ce8e8fd737774f06ee494bd',1,'amrex::Amr::ClearLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a26c39ed62cd9f3383f3936f1fcdb65b3',1,'amrex::AmrCore::ClearLevel()']]], + ['clearneighbors_1827',['clearNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a287e510b67bfbb6bd4d500e5281e3329',1,'amrex::NeighborParticleContainer']]], + ['clearneighborsgpu_1828',['clearNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#acfd5f04cd8c4ccc1624a2800908ab823',1,'amrex::NeighborParticleContainer']]], + ['clearparticleboxarray_1829',['ClearParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a76c8a601849fe4005080010ce009b5eb',1,'amrex::AmrParGDB::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad10177b9dd49f6d6366c9b0ce55164e2',1,'amrex::ParGDBBase::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a0656f7acb43f91674ce45588308925b2',1,'amrex::ParGDB::ClearParticleBoxArray()']]], + ['clearparticledistributionmap_1830',['ClearParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a95b12fc3e2198540e1cd7bda9d78053f',1,'amrex::ParGDBBase::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac06e5f474bc58ad864334b847936a252',1,'amrex::ParGDB::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa94ab21d3a8be444b383d06bd5794bf1',1,'amrex::AmrParGDB::ClearParticleDistributionMap()']]], + ['clearparticlegeometry_1831',['ClearParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a39c62233a09a14ffaac6e0a6e27f8cf2',1,'amrex::ParGDB::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac05bd93767fb333234fc9647cfb1b84f',1,'amrex::ParGDBBase::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a4df866ffaaad95ed1e35c3c36389cc2e',1,'amrex::AmrParGDB::ClearParticleGeometry()']]], + ['clearparticles_1832',['clearParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::clearParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'amrex::ParticleContainer_impl::clearParticles()']]], + ['clearstateplotvarlist_1833',['clearStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a369a6509a5b72f33560a79a590de7ca0',1,'amrex::Amr']]], + ['clearstatesmallplotvarlist_1834',['clearStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5f91cf7bf6b769609cca453f241744ae',1,'amrex::Amr']]], + ['clearstreamerrors_1835',['ClearStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a37589fd8893272de8ff9e1c37069264c',1,'amrex::StreamRetry']]], + ['clearthisbd_1836',['clearThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1033b7779ec8b48b594b158fbabe13b4',1,'amrex::FabArrayBase']]], + ['clone_1837',['clone',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< amrex::FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aed3d3be23cc06aa4ea17151bd48dc245',1,'amrex::BoxConverter::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a3878a01f18a952246def135c389d0a9c',1,'amrex::detail::CutFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'amrex::DefaultFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a7a3935064f298f7c3c75c3f693a2d349',1,'amrex::InterpolaterBoxCoarsener::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae74530e4178f5afa7918c4ca43939224',1,'amrex::RealDescriptor::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'amrex::FabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#ae17e16f1f1aeea8ee4d48cd1c75e1d92',1,'amrex::ErrorRec::ErrorFunc2::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a13339314e8d87bdcbc26fbc4d74c270a',1,'amrex::ErrorRec::ErrorFunc::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae6ff743a979e5d8ff926038fc17026f3',1,'amrex::EBFArrayBoxFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'DefaultFabFactory< CutFab >::clone()']]], + ['closeallstreams_1838',['CloseAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4c22eabfc2a79be0e3f69923b0e82e04',1,'RegionsProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7b427cef2051f4d0bd82f8ecfd172d93',1,'BLProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a1785f1e8537f2cbb475187b787abf6e1',1,'CommProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3eb747b7ba5f46a315650c84c1162418',1,'amrex::VisMF::CloseAllStreams()']]], + ['closestream_1839',['CloseStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9f63d703f45cf3be27c339a38d893796',1,'amrex::VisMF']]], + ['cluster_1840',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html',1,'amrex::Cluster'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a85b0d78aa07a1e794745a1166a7fec82',1,'amrex::Cluster::Cluster() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad963b8773932d15280fdd5243f089699',1,'amrex::Cluster::Cluster(IntVect *a, Long len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a88711e631c613fc5a5109466c997cbf2',1,'amrex::Cluster::Cluster(Cluster &c, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a9e4256a40033c7f410b78dd175236308',1,'amrex::Cluster::Cluster(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a42768669b97210933f9591ac28c882eb',1,'amrex::Cluster::Cluster(Cluster &&)=delete']]], + ['clusterlist_1841',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html',1,'amrex::ClusterList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a8ee664878fac51e10f6ffca8a9872912',1,'amrex::ClusterList::ClusterList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3db3f4e602c9ae00c64da4d8d2a048aa',1,'amrex::BoxDomain::ClusterList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aca0a2db949cd3d0a4372159920fcdd5d',1,'amrex::ClusterList::ClusterList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a23ed50da4148f5c55f420f6d86760d2e',1,'amrex::ClusterList::ClusterList(IntVect *pts, Long len)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a70b6fa6b9dc661968269dc1c8d9c254b',1,'amrex::ClusterList::ClusterList(ClusterList &&)=delete']]], + ['clz_1842',['clz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb',1,'amrex']]], + ['clz_5fgeneric_1843',['clz_generic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27',1,'amrex::clz_generic(std::uint8_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af554584edc716c1abe0569012e508d66',1,'amrex::clz_generic(std::uint16_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c',1,'amrex::clz_generic(std::uint32_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3',1,'amrex::clz_generic(std::uint64_t x) noexcept']]], + ['clz_5ftag_1844',['clz_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clz__tag.html',1,'amrex::detail']]], + ['clzl_5ftag_1845',['clzl_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzl__tag.html',1,'amrex::detail']]], + ['clzll_5ftag_1846',['clzll_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzll__tag.html',1,'amrex::detail']]], + ['cmd_5flocal_5fsetval_5fgpu_1847',['CMD_local_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'amrex::FabArray::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::CutFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::EBCellFlagFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::Mask >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< FArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< IArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< TagBox >::CMD_local_setVal_gpu()']]], + ['cmd_5fremote_5fsetval_5fgpu_1848',['CMD_remote_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'amrex::FabArray::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::CutFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::EBCellFlagFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::Mask >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< FArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< IArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< TagBox >::CMD_remote_setVal_gpu()']]], + ['coalescable_1849',['coalescable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a9d48386ac6a4c17d1e2b4eb8ad13e221',1,'amrex::CArena::Node']]], + ['coarsebox_1850',['CoarseBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a2fea86a0fbe28663655935cee907d6bd',1,'amrex::CellQuartic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a3c80c6eb39069d797a0e460a8dc402db',1,'amrex::FaceConservativeLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#a29356c571502616f35a19405ce0ab31d',1,'amrex::CellQuadratic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a07d67a5c29adab0e7b35be11a0f2061b',1,'amrex::CellQuartic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#ae6caa6fa65382bef97431b284967c081',1,'amrex::FaceLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a2ad0150a4f7aac3b522c58baaffe10e3',1,'amrex::FaceConservativeLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a29635f96be74793ea64f29d6348fc22e',1,'amrex::FaceDivFree::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#ae934a7f49ee46587555e00c1bf7e1675',1,'amrex::FaceDivFree::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a7120153e965f22098f7cd888274f5c6b',1,'amrex::InterpBase::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#ac42aae63c74e1e3dbacbde8f2f0d8a0a',1,'amrex::CellQuadratic::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a2b4f260bbcc5484ce23d59bd94d2dfe8',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a8c64516c8697291cf190a795a24b3a6e',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#ac9afd317e78f1c6d5581c251a9afe819',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#aeec138a1454f98de65aa6ec019a1cdc4',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#adcc32c2aaefbaa1bb23f0b87cbdd5265',1,'amrex::CellBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#af8c208982ffa7f4b377b3d652e23e5ba',1,'amrex::FaceLinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#a445fff6a6e918e4b4a60392ecef5844c',1,'amrex::CellBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a684e90cd5708cc5746e653c6decc75d1',1,'amrex::InterpBase::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#acd50581dbe4a2e6a14d5351e6ffac7e8',1,'amrex::PCInterp::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#a4ab880728106de4887bc3f6fdedf03d8',1,'amrex::PCInterp::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae2cd41e25c41c44dda1330f58f6a55e3',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#a12700b2249901dc280e6ab13e7c560f2',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#a7e5277dcb95a53227bef029654c23885',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#ae07225f758486680fd2a3d238f05dcdd',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#a5e99e1d0fae85f722c0c8a9345b48302',1,'amrex::MFNodeBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#af5faae2a0ad3edc6147ac23b165d4345',1,'amrex::MFNodeBilinear::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#a5f943556caa9c3b333032429b73de0ff',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#ad2fe69140374f5a86fe9435fa3a22c06',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3efce6bc405fc34cd1b7e9607396a7a6',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a74654ff59b479f8515f47d0104c5d44c',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#a534db7efe626f43b2e652b1779bd802d',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#ad77a8408bcacf00baa43bffadf5c1830',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, int ratio) override']]], + ['coarsen_1851',['coarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4c5cdfe01aa0372001178bc376795e47',1,'amrex::TagBox::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'IntVectND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abed20ba596129232e392d40a5aafcfe9',1,'amrex::BATindexType::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#acab83ae65cddf401ab88e355cf63fcf2',1,'amrex::BATbndryReg::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a1c3ccf9a3b2b4aa86a75f5c9c3dc2a90',1,'amrex::BATcoarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f',1,'amrex::coarsen(Dim3 const &fine, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538',1,'amrex::coarsen(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6',1,'amrex::coarsen(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5',1,'amrex::coarsen(int i, int ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf',1,'amrex::coarsen(Geometry const &fine, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1d9c01b45625d9e6f8e0e4d1cdd4a5a6',1,'amrex::Geometry::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a05b686d85856493be2f058af8cb5317f',1,'amrex::BATnull::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a888900af671b00ababfa6b1e5934bca5',1,'amrex::BATransformer::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ab905a7751a6378467cf96c78c1ac880d',1,'amrex::BoxArray::coarsen(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0f177129b5e8d3ce247991a139ecc8f3',1,'amrex::BoxArray::coarsen(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a12ab20cb383ad53fb9169af3f7120438',1,'amrex::BoxDomain::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b14d38ee9c592394f4465c5e48e8e38',1,'amrex::BoxList::coarsen(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa3ac01949cda5f1c125767c7111d3aa3',1,'amrex::BoxList::coarsen(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'amrex::BoxND::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'amrex::BoxND::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'BoxND< AMREX_SPACEDIM >::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'BoxND< AMREX_SPACEDIM >::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae1c70eba84405176aafd0353098d02a4',1,'amrex::TagBoxArray::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'amrex::IntVectND::coarsen(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'amrex::IntVectND::coarsen(int p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'IntVectND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd',1,'amrex::coarsen(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0',1,'amrex::coarsen(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023',1,'amrex::coarsen(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255709aafea190412cf8a963f450ebc9',1,'amrex::coarsen(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46',1,'amrex::coarsen(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2def914169be100afac8106fd618b6f0',1,'amrex::coarsen(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068',1,'amrex::coarsen(Geometry const &fine, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ad9115882b3c25773e8e036054da8f75b',1,'amrex::BATindexType_coarsenRatio::coarsen()']]], + ['coarsen_5fedge_5fcent_1852',['coarsen_edge_cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e',1,'amrex::EB2::detail']]], + ['coarsen_5ffrom_5ffine_1853',['coarsen_from_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46',1,'amrex::EB2::coarsen_from_fine(int i, int j, int k, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &capz, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cfcz, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< Real > const &cecz, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &fapz, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &ffcz, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< Real const > const &fecz, Array4< EBCellFlag const > const &fflag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9',1,'amrex::EB2::coarsen_from_fine(int i, int j, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< EBCellFlag const > const &fflag)']]], + ['coarsen_5foverset_5fmask_1854',['coarsen_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a',1,'amrex::coarsen_overset_mask(int i, int, int, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f',1,'amrex::coarsen_overset_mask(Box const &bx, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept']]], + ['coarsen_5fratio_1855',['coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a6cd544a38c177b085a0d2e4ccbf42a93',1,'amrex::BATbndryReg::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acfcb2e2b086e18b7a8fc355d0179dbcf',1,'amrex::BATcoarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#aea913ddadc5577027865110d5e0a27ab',1,'amrex::BATindexType::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a7c7e002b3dd2f7a43930dacef7a2d62d',1,'amrex::BATindexType_coarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#acbc8236261bea0edca9a42f8625675fd',1,'amrex::BATnull::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a50a575dbc6ff5673d4fd6d3e5678498f',1,'amrex::BATransformer::coarsen_ratio()']]], + ['coarsenable_1856',['coarsenable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'amrex::BoxND::coarsenable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'BoxND< AMREX_SPACEDIM >::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa502788789ab808e34a3a4b5b940a928',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, const IntVect &min_width) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#af7f2342f51c3bc2de5e8a195d6955d9f',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7398fc2b3ae449dfcec355e071bc16ce',1,'amrex::BoxArray::coarsenable(int refinement_ratio, int min_width=1) const']]], + ['coarsenedboxes_1857',['coarsenedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a93804af47daca2ba0d18983401fe5f00',1,'amrex::FluxRegister']]], + ['coarsenfromfine_1858',['coarsenFromFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8244e442a7b8e9f14056fa883f557c9c',1,'amrex::EB2::Level']]], + ['coarseningstrategy_1859',['CoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82',1,'amrex::MLNodeLinOp']]], + ['coarsenratio_1860',['coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febac7d830dd99b4caf93a2b565d87c8422e',1,'amrex::BATransformer']]], + ['coarsestdomain_1861',['coarsestDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7795703119c27937004c54f50532a369',1,'amrex::EB2::IndexSpace::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9036393886a9f3aaee8c3a987d2cada3',1,'amrex::EB2::IndexSpaceChkptFile::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9be6074a1d3f4bfd16e454eda2e4acc3',1,'amrex::EB2::IndexSpaceImp::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a31582dfcbca6d0e4a6094119722c6d2f',1,'amrex::EB2::IndexSpaceSTL::coarsestDomain()']]], + ['coarsetimestep_1862',['coarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab6618049b000c03c0adcc424d13cc5e7',1,'amrex::Amr']]], + ['coarsetimestepdt_1863',['coarseTimeStepDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2f3c0b9d3f8f7d2eb05319ce4754ac8c',1,'amrex::Amr']]], + ['coef_1864',['coef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#a6dc84f6fbab25f3b4c48b9bea8dd15bc',1,'amrex::EB2::PolyTerm']]], + ['cogmres_5fsolver_5fconfigure_1865',['cogmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83a673d85745391688b653887ebc51a8',1,'amrex::HypreIJIface']]], + ['collate_1866',['collate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a758d51e6e915561d03a0f9cdf1ce026f',1,'amrex::TagBoxArray']]], + ['collectdata_1867',['CollectData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'FabArrayCopyDescriptor< FArrayBox >::CollectData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'amrex::FabArrayCopyDescriptor::CollectData()']]], + ['collectfuncstats_1868',['CollectFuncStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac538df4b2ca012677d2f4c63a7a17eb6',1,'BLProfStats::CollectFuncStats()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aac44ade120289132d039d3301a618e71',1,'RegionsProfStats::CollectFuncStats()']]], + ['collectmprofstats_1869',['CollectMProfStats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536',1,'amrex']]], + ['colorcontours_1870',['COLORCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba934948a3b1e3ecc0aed7fd86b0695094',1,'amrex::Amrvis']]], + ['comm_1871',['comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f0bff39693de9bdefaecc8c5970e93',1,'amrex::PETScABecLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a92df0514b6b2e35b39f4b69f56553994',1,'amrex::MLLinOpT::CommContainer::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a00076c4be0a8a1fa1a56d8d9c3fdfa2f',1,'amrex::ParallelContext::Frame::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a55f4b29b2291555432bbc82aa86c0931',1,'amrex::Hypre::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#adf57e9f1fd02ffaff4b31a0d22a1a525',1,'amrex::HypreNodeLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a6bf798b3678aa43c4bcc819b794b7d1a',1,'amrex::Print::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a17f059a2527f418f635f7c06564224a7',1,'amrex::PrintToFile::comm()']]], + ['comm_5fdup_1872',['Comm_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab513eb7f98a3f225eda4e3dc0d2ec2b7',1,'amrex::ParallelDescriptor']]], + ['comm_5ftile_5fsize_1873',['comm_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab114448634e4d64e8584321d24ba3990',1,'amrex::FabArrayBase']]], + ['command_5fargument_5fcount_1874',['command_argument_count',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac',1,'amrex']]], + ['commbcoefs_1875',['commBCoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa13ba9175919d4b934c7da2830c70921',1,'amrex::HypreMLABecLap']]], + ['commbcoefs_5flocal_1876',['commBCoefs_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4be2b84f4159ef25db82f02e7553056c',1,'amrex::HypreMLABecLap']]], + ['commcontainer_1877',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex::MLLinOpT::CommContainer'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#aaaa07cc3148c8b79bc8f5e6f62ab7d4b',1,'amrex::MLLinOpT::CommContainer::CommContainer(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#afbc562ac9c5f1face5cd5a2859737f29',1,'amrex::MLLinOpT::CommContainer::CommContainer(MPI_Comm m) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#af19b040e0a57ccd8d2b5893ef817aca0',1,'amrex::MLLinOpT::CommContainer::CommContainer(CommContainer &&)=delete']]], + ['commdata_1878',['CommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html',1,'amrex::NonLocalBC']]], + ['commdatafilenames_1879',['commDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3ed80c76ea0624f5f2e6eb77e6d759e3',1,'CommProfStats']]], + ['commdatastreams_1880',['commDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7157e096127303084fbae1e6c5929e01',1,'CommProfStats']]], + ['commhandler_1881',['CommHandler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html',1,'amrex::NonLocalBC']]], + ['commheaderfilenames_1882',['commHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2b9a45f7bb2aa14db0f2c0c5ec7b6877',1,'CommProfStats']]], + ['commmetadata_1883',['CommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html',1,'amrex::FabArrayBase']]], + ['commprofstats_1884',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6fa096e58f6defb29bb83ac4e68643b8',1,'CommProfStats::CommProfStats()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html',1,'CommProfStats']]], + ['communicateparticlesfinish_1885',['communicateParticlesFinish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a814322d519ae32014737504164a0516b',1,'amrex']]], + ['communicateparticlesstart_1886',['communicateParticlesStart',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5',1,'amrex']]], + ['communicator_1887',['Communicator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0f53686fc6a6b7dca69c230fd1336e44',1,'amrex::ParallelDescriptor::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'MLLinOpT< Array< MultiFab, 3 > >::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'amrex::MLLinOpT::Communicator()']]], + ['communicatorall_1888',['CommunicatorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ae11490aa2420222dcbb8b57cf115bb1b',1,'amrex::ParallelContext']]], + ['communicatorsub_1889',['CommunicatorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8',1,'amrex::ParallelContext']]], + ['comp_1890',['comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a2688e1651b958750e74c265ba4864ef5',1,'amrex::MLMGPSTag::comp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a6b6a4301de21dd52be1770d3b274d6ed',1,'amrex::MLMGABCTag::comp()']]], + ['comp_5fbf_1891',['comp_bf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a552276d715b5fb007fa8045a2f8dc713',1,'amrex::detail']]], + ['comp_5fbflo_1892',['comp_bflo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a63f67f333c651c923c2d3eaf7b0a15aa',1,'amrex::detail']]], + ['comp_5fsplit_1893',['comp_split',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a10f36654d975cbc986561d7c1931a02b',1,'amrex::ForkJoin::MFFork']]], + ['compactify_1894',['compactify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'amrex::MLLinOpT::compactify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Box const &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'amrex::MLLinOpT::compactify()']]], + ['compcrossterms_1895',['compCrossTerms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a786a65eb6237c5c0072d107f3670911b',1,'amrex::MLEBTensorOp']]], + ['compdivergence_1896',['compDivergence',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#adb3e623e86459b1e9a9c14492961d759',1,'amrex::MLNodeLaplacian']]], + ['compex_1897',['compex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ae641e60af08fa4f6e33d79a5f03db53a',1,'amrex::TinyProfiler::ProcStats']]], + ['compflux_1898',['compFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ab07ec8381bce1e90f83ecf92d6581547',1,'amrex::MLTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'amrex::MLLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a739281050ab5aebe8d61a56992049a58',1,'amrex::MLEBTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae7f32e1b953ea4ef5643501e91560d32',1,'amrex::MLCellLinOpT::compFlux()']]], + ['compgrad_1899',['compGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf6633911135922a7ac2fd9f4fb6749d',1,'amrex::MLNodeLaplacian::compGrad(int amrlev, MultiFab &grad, MultiFab &sol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f4764fd8f0b9457a8bc2e4f1aa7f0e7',1,'amrex::MLNodeLaplacian::compGrad(int, const Array< MultiFab *, AMREX_SPACEDIM > &, MultiFab &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'amrex::MLLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae749675d0ae6abd70771a049598a64dc',1,'amrex::MLEBNodeFDLaplacian::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac985961e307a973087250941f22731f9',1,'amrex::MLEBABecLap::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2ed74b3dc4e3c46d2cd589cbb8301e94',1,'amrex::MLCellLinOpT::compGrad()']]], + ['compile_1900',['compile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a84c2f77f7586faf9e89ef87489297bfa',1,'amrex::Parser::compile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a79d909101604badec3afaa59b688a031',1,'amrex::IParser::compile()']]], + ['compilehost_1901',['compileHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a2bcb71246d0395f1f9c3ce37e2286c09',1,'amrex::Parser::compileHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a4fb11d950d0822ab0c56bcf65adff32d',1,'amrex::IParser::compileHost()']]], + ['compiletimeoptions_1902',['CompileTimeOptions',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html',1,'amrex']]], + ['compin_1903',['compin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a3e930047fc2ea18c08f936b6020c28ef',1,'amrex::TinyProfiler::ProcStats']]], + ['compindextovismfcomponentmap_1904',['compIndexToVisMFComponentMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28bf0151eaaf2d32cb7b6e3f37e8d499',1,'amrex::AmrData']]], + ['compindextovismfmap_1905',['compIndexToVisMFMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae0e599a7af6fc6308d0984560eba02df',1,'amrex::AmrData']]], + ['complementif_1906',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html',1,'amrex::EB2::ComplementIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac758ba21928636afe1a6d8c0e5d44f98',1,'amrex::EB2::ComplementIF::ComplementIF()']]], + ['complementin_1907',['complementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1da3baa5ff605620901791904d448d87',1,'amrex::BoxList::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aae7887e346945ad1154a31823b1f73e5',1,'amrex::BoxArray::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a77c9e97948684cd611eb9591ef6d23c4',1,'amrex::BoxList::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a990b3fc904c7fcd51a1fd9e4420eb0dc',1,'amrex::BoxList::complementIn(const Box &b, BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a4e42de6a63d5099e53e83300e71d5f5d',1,'amrex::BoxDomain::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9cfc3c2251e61eb1f1defb1e57badeb1',1,'amrex::BoxArray::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc',1,'amrex::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9',1,'amrex::complementIn(const Box &b, const BoxDomain &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c',1,'amrex::complementIn(const Box &b, const BoxArray &ba)']]], + ['complex_2dtype_2eh_1908',['complex-type.h',['https://amrex-codes.github.io/amrex/doxygen/complex-type_8h.html',1,'']]], + ['complex_5fpow_5funsigned_1909',['complex_pow_unsigned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10e8c484da7d2f2f5bbd223b6b92dc87',1,'amrex::detail']]], + ['compmem_1910',['compmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a1c9e814cfa3e13889f8fecc6a71824fc',1,'amrex::TinyProfiler::MemProcStats']]], + ['componentbounds_1911',['ComponentBounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9dda141f12088bebd3b62ae96407ecdf',1,'amrex::ForkJoin']]], + ['componentbox_1912',['ComponentBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html',1,'amrex::Gpu']]], + ['componentset_1913',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex::ForkJoin::ComponentSet'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a7d0fbbb79ec0286ab72dfe0d23116573',1,'amrex::ForkJoin::ComponentSet::ComponentSet(int lo_, int hi_)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a5fc429dc522fa17e291bbdd8d8e42f89',1,'amrex::ForkJoin::ComponentSet::ComponentSet()=default']]], + ['compresid_1914',['compresid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa9711f51c0d096909b5a26fbc7a9657b',1,'amrex::MLCurlCurl']]], + ['compresidual_1915',['compResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9fc34296525a11800ab50257d4b5ecca',1,'amrex::MLMGT']]], + ['comprhs_1916',['compRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a59c04abe13cccca82379bbcac19a5467',1,'amrex::MLNodeLaplacian']]], + ['compsyncresidualcoarse_1917',['compSyncResidualCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#afc701712c658d0f67bef6a07bbf323b9',1,'amrex::MLNodeLaplacian']]], + ['compsyncresidualfine_1918',['compSyncResidualFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a44e85cef12a5b759e5a52e64cc9f2c3d',1,'amrex::MLNodeLaplacian']]], + ['compute_5fintegrals_1919',['compute_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a3ccdff6c18c04f2fb7aa460f885333ba',1,'amrex::algoim::compute_integrals(MultiFab &intgmf, IntVect nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6784c63be461e49a81c5c587605674e4',1,'amrex::algoim::compute_integrals(MultiFab &intg, int nghost)']]], + ['compute_5fmoments_1920',['compute_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#addf5ecada6e7f7ece057304b8547c5a8',1,'amrex::OpenBCSolver']]], + ['compute_5fnew_5fdt_5fon_5fregrid_1921',['compute_new_dt_on_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4193d925aa23ec75207f4a3735d27a6e',1,'amrex::Amr']]], + ['compute_5fpotential_1922',['compute_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac0363c008c9b41babb1758a686a397d0',1,'amrex::OpenBCSolver']]], + ['compute_5fresidual_1923',['compute_residual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'GMRES< MF, GMRESMLMGT< MF > >::compute_residual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'amrex::GMRES::compute_residual()']]], + ['compute_5fsurface_5fintegrals_1924',['compute_surface_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a73c808c0927111a6a5391aaad9f7c1e9',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintgmf, IntVect nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a2c8ca6ff2da3fdde81370a1dd00c9416',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintg, int nghost)']]], + ['computeadvectivevel_1925',['ComputeAdvectiveVel',['../namespaceGodunov.html#aca24360f0501d125940f803b83204c6d',1,'Godunov::ComputeAdvectiveVel()'],['../namespaceEBGodunov.html#afb19ecbdb3559abf37dc71ac1d0e3cef',1,'EBGodunov::ComputeAdvectiveVel()']]], + ['computeconc_1926',['ComputeConc',['../namespaceBDS.html#a36a3df1a1967d24daa61c2717a74de39',1,'BDS']]], + ['computeconvectiveterm_1927',['ComputeConvectiveTerm',['../namespaceHydroUtils.html#a0742bbe8fac4178460020a4073724d51',1,'HydroUtils']]], + ['computedistributionmappingefficiency_1928',['ComputeDistributionMappingEfficiency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#afc9afe0964cc8f6f2aa4e0fb70838f87',1,'amrex::DistributionMapping']]], + ['computedivergence_1929',['ComputeDivergence',['../namespaceHydroUtils.html#a1d3afb180dbd69d0f79f30f74b2a5112',1,'HydroUtils']]], + ['computedivergence_1930',['computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af',1,'amrex']]], + ['computeedgestate_1931',['ComputeEdgeState',['../namespaceEBGodunov.html#a10f74574166218b5d549aec19892509a',1,'EBGodunov::ComputeEdgeState()'],['../namespaceEBMOL.html#ad0aff813ac19f73e06749e9a1723d50d',1,'EBMOL::ComputeEdgeState()'],['../namespaceMOL.html#adee159fbd7c101d690868db1fd6c7992',1,'MOL::ComputeEdgeState()'],['../namespaceGodunov.html#aeb69a54b78a68beefcf5f146b192c537',1,'Godunov::ComputeEdgeState()'],['../namespaceBDS.html#af379bf507045216a70bdc96a8d899047',1,'BDS::ComputeEdgeState()']]], + ['computefluxes_1932',['ComputeFluxes',['../namespaceHydroUtils.html#ae79f47f053492a0e18838d69e8554189',1,'HydroUtils']]], + ['computefluxesonboxfromstate_1933',['ComputeFluxesOnBoxFromState',['../namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad34f382cc6239fa7995f947090049224',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a9fb6baf822bec6e2aedbbdb2d5c797a0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})']]], + ['computegradient_1934',['computeGradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9',1,'amrex']]], + ['computeinitialdt_1935',['computeInitialDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a252f7123d2f0a98351bc7b39c32b3152',1,'amrex::AmrLevel']]], + ['computemlresidual_1936',['computeMLResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b7fb7f96050d46f476ccc62a589cfa3',1,'amrex::MLMGT']]], + ['computeneighborprocs_1937',['computeNeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9',1,'amrex']]], + ['computenewdt_1938',['computeNewDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2ca2263f59a50956ec37ce72a4a02767',1,'amrex::AmrLevel']]], + ['computeoptimalsubcycling_1939',['computeOptimalSubcycling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43e758e939457835584740d6ac55f606',1,'amrex::Amr']]], + ['computereffac_1940',['computeRefFac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89',1,'amrex::computeRefFac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af207e3796662b7069d55d479a5de23df',1,'amrex::NeighborParticleContainer::computeRefFac()']]], + ['computeresidual_1941',['computeResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abcccae42defac8377364437d16cd915a',1,'amrex::MLMGT']]], + ['computeresofcorrection_1942',['computeResOfCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3d8b571d00886e320a12ceae0ff29b4a',1,'amrex::MLMGT']]], + ['computereswithcrsecorfinecor_1943',['computeResWithCrseCorFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a45414e6ff0b751fb85a18c382cf259ab',1,'amrex::MLMGT']]], + ['computereswithcrsesolfinecor_1944',['computeResWithCrseSolFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab428d998d9cc1bd88f4a9d1a2917525a',1,'amrex::MLMGT']]], + ['computerhs_1945',['computeRHS',['../classHydro_1_1NodalProjector.html#a824e5fe65ce0686420c541bf2b9cb259',1,'Hydro::NodalProjector']]], + ['computeroundoffdomain_1946',['computeRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa9f2a9f6b90b4c58d8b870685669a398',1,'amrex::Geometry']]], + ['computeslopes_1947',['ComputeSlopes',['../namespaceBDS.html#adf462f5a6d17bb0f4fc80e6ee10041a4',1,'BDS']]], + ['computesyncresidual_1948',['computeSyncResidual',['../classHydro_1_1NodalProjector.html#a5221f76002b9956012a08bd322f98c22',1,'Hydro::NodalProjector']]], + ['computevolinv_1949',['computeVolInv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af28f1c33141158bd515093c3741d7124',1,'amrex::MLCellLinOpT']]], + ['compvelgrad_1950',['compVelGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4c5cc3001a78ea9300cf3e0e1d75e888',1,'amrex::MLEBTensorOp::compVelGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a365317f94f2141fd23b7e865996bcb58',1,'amrex::MLTensorOp::compVelGrad()']]], + ['con_5fgrid_5fsize_1951',['con_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a6401e55c64a1d87c4f98d5e240c414a5',1,'amrex::LPInfo']]], + ['con_5fratio_1952',['con_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5fc5c419284399b3b4536bab8a917f28',1,'amrex::LPInfo']]], + ['con_5fstrategy_1953',['con_strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a0699fbe06a739f9b44ba27daa2cc2307',1,'amrex::LPInfo']]], + ['concatenate_1954',['Concatenate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250',1,'amrex']]], + ['config_1955',['config',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1ebf5d26f2262a8604ef624ebc72fdf2',1,'amrex::InSituBridge']]], + ['conjunction_1956',['Conjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'amrex']]], + ['conjunction_3c_20b1_20_3e_1957',['Conjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_01_4.html',1,'amrex']]], + ['conjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_1958',['Conjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], + ['conjunction_3c_20iscallabler_3c_20dim3_2c_20indexmap_20_26_2c_20const_20dim3_20_26_20_3e_2c_20hasinversememfn_3c_20const_20indexmap_20_26_20_3e_20_3e_1959',['Conjunction< IsCallableR< Dim3, IndexMap &, const Dim3 & >, HasInverseMemFn< const IndexMap & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], + ['conjunction_3c_20isdetected_3c_20localcopy_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_26_20_3e_2c_20isdetected_3c_20preparesendbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20preparerecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20packsendbuffers_5ft_2c_20dp_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_2c_20isdetected_3c_20unpackrecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_20_3e_1960',['Conjunction< IsDetected< LocalCopy_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, const FabArrayBase::CopyComTagsContainer & >, IsDetected< PrepareSendBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PrepareRecvBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PackSendBuffers_t, DP &, const FabArray< FAB > &, CommData & >, IsDetected< UnpackRecvBuffers_t, DP &, FabArray< FAB > &, CommData & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], + ['const_5farray_1961',['const_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< IArrayBox >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::Mask >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::Mask >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< FArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< FArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::EBCellFlagFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< IArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< IArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< TagBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< TagBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< TagBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< TagBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0e4e0029ed5ff922b128b5e02b0f93e8',1,'amrex::FabSetT::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae1a064318dc76c3d8fe19511fb706bdf',1,'amrex::FabSetT::const_array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'amrex::FabArray::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'amrex::FabArray::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'amrex::FabArray::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a50cae7c9c3be8c1acf784e0b2aa823f8',1,'amrex::MultiCutFab::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::CutFab >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::CutFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::EBCellFlagFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< EBCellFlag >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< HYPRE_Int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< HYPRE_Int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< HYPRE_Int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< EBCellFlag >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< EBCellFlag >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< char >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< char >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< char >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< AtomicInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< AtomicInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< AtomicInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'amrex::BaseFab::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'amrex::BaseFab::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'amrex::BaseFab::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< PetscInt >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a317cc5bf1f6a571f3e25202c363d10e4',1,'amrex::MultiMask::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< Real >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< Real >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< Real >::const_array(int start_comp) const noexcept']]], + ['const_5farrays_1962',['const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< FArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'amrex::FabArray::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< PetscInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::CutFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::EBCellFlagFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::Mask >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< IArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< TagBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a46811f4dbfb739f8bdb85b466e5256b2',1,'amrex::FabSetT::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acd7c79790014731621fb8aa68af655b5',1,'amrex::MultiCutFab::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#abdb76ca06cc3de8e3378357d115aa723',1,'amrex::MultiMask::const_arrays()']]], + ['const_5fiterator_1963',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex::Neighbors::const_iterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< unsigned int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adf0575e48f46e057b423a516c7328f93',1,'amrex::BoxList::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a7cd6d82ed51afa51935f0ef5ceacac23',1,'amrex::Neighbors::const_iterator::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< std::size_t >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int *, DefaultAllocator< int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< index_type >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::XDim3 >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::STLtools::Triangle >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::openbc::MomTag >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::NeighborCode >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::BoxND >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'amrex::PODVector::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#aadd7573c3340ebe816567b7f767e94a8',1,'amrex::BoxDomain::const_iterator()']]], + ['const_5fpointer_1964',['const_pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::XDim3 >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a812e592e52eb4338a35980a143facdfc',1,'hacc::AlignedAllocator::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< std::size_t >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< unsigned int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int *, DefaultAllocator< int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< index_type >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'amrex::PODVector::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::BoxND >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::NeighborCode >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::openbc::MomTag >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::STLtools::Triangle >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_pointer()']]], + ['const_5fpointer_5finput_5ftype_1965',['const_pointer_input_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#abbf265c86b24517508b4453324ac6c2d',1,'amrex::BinIterator::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'amrex::DenseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< ParticleType >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#acca687be381dba2ad85a4ccf9ef67765',1,'amrex::SparseBinIteratorFactory::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#ab753f27ad971425c4ecece259e8fa6f1',1,'amrex::SparseBins::const_pointer_input_type()']]], + ['const_5fpointer_5ftype_1966',['const_pointer_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2f7e4c5293f3d7c172cb3d2c5c2f610f',1,'amrex::SparseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a86334130cedc69862b6792c768c85de1',1,'amrex::SparseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'amrex::DenseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#afde549427d2c1a8e6c85f5d363a32810',1,'amrex::DenseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a76d6114c50a91bfd1a233715ec5ec60a',1,'amrex::BinIterator::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< ParticleType >::const_pointer_type()']]], + ['const_5freference_1967',['const_reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::STLtools::Triangle >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< index_type >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::XDim3 >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::openbc::MomTag >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::NeighborCode >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::BoxND >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'amrex::PODVector::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa04ae438c2088c702d3de3816d4f7db5',1,'hacc::AlignedAllocator::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< std::size_t >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< unsigned int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int *, DefaultAllocator< int * > >::const_reference()']]], + ['const_5freverse_5fiterator_1968',['const_reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< index_type >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int *, DefaultAllocator< int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< std::size_t >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< unsigned int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::XDim3 >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::STLtools::Triangle >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::openbc::MomTag >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::NeighborCode >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::BoxND >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'amrex::PODVector::const_reverse_iterator()']]], + ['const_5ftable_1969',['const_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a47894641211c75ff39ae19d25f894848',1,'amrex::TableData']]], + ['const_5ftable_5ftype_1970',['const_table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a929878dbf8cc2587f3cd18ba3e5c1e85',1,'amrex::TableData']]], + ['constexpr_5ffor_1971',['constexpr_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa649267e39623753c8193411badeb2',1,'amrex']]], + ['constiterator_1972',['ConstIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a022bf3d340c54c4014aa949c8942307a',1,'amrex::ArrayOfStructs']]], + ['constparticlecpuwrapper_1973',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html',1,'amrex::ConstParticleCPUWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a7dc9babaa7af8414c7879dff605fdbb5',1,'amrex::ConstParticleCPUWrapper::ConstParticleCPUWrapper()']]], + ['constparticleidwrapper_1974',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html',1,'amrex::ConstParticleIDWrapper'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a23992ae324f3497aa1cb29dbfbf31f1d',1,'amrex::ConstParticleIDWrapper::ConstParticleIDWrapper()']]], + ['constparticletiledata_1975',['ConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'amrex']]], + ['constparticletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_1976',['ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'']]], + ['constparticletiledatatype_1977',['ConstParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a45e1a00c0cf61da02993d8b31b4cb431',1,'amrex::ParticleTile']]], + ['constparticletype_1978',['ConstParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a919525fdbff05cfbee8a8e5036f5c36b',1,'amrex::ParIter_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'amrex::ParticleContainer_impl::ConstParticleType()']]], + ['constptd_1979',['ConstPTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad52659a714dfbbb4e9f719eccc32e907',1,'amrex::ConstSoAParticle']]], + ['construct_1980',['construct',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#adb796755df810806e1a03865482fc669',1,'hacc::AlignedAllocator']]], + ['constructareanottotag_1981',['constructAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a6ce272412a601c03330e55de170ea8',1,'amrex::AmrLevel']]], + ['constsoaparticle_1982',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html',1,'amrex::ConstSoAParticle< T_NArrayReal, T_NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ac0344e9916ca697e3e90eebb8e337586',1,'amrex::ConstSoAParticle::ConstSoAParticle()']]], + ['consttype_1983',['ConstType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afafac166b36eeebe0df3e79cd3b7660c',1,'amrex::SoAParticle::ConstType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#af636a99b3002811b638a300d34333028',1,'amrex::Particle::ConstType()']]], + ['container_5ftype_1984',['container_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a7bdcc3eb6bbb219b65280bd41b97b774',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a83fde477aa6104bcc887473e4804f35f',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a19896f3acb2bafd71e85b5eb60ae410b',1,'amrex::ParticleArray::container_type()']]], + ['containerlike_1985',['ContainerLike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'amrex::ParticleContainer_impl::ContainerLike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerLike()']]], + ['containerptr_1986',['ContainerPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'amrex::ParIterBase_impl::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()']]], + ['containerref_1987',['ContainerRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'amrex::ParIterBase_impl::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()']]], + ['containertype_1988',['ContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a249fe77aabcf704a5e7ec73f779c4c49',1,'amrex::ParConstIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#ac256ba32ae9489d77d1a99233e63cd54',1,'amrex::ParIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'amrex::ParIterBase_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()']]], + ['contains_1989',['contains',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< Real const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< Real const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'amrex::Array4::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'amrex::Array4::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'amrex::Array4::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'amrex::BaseFab::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'amrex::BaseFab::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< HYPRE_Int >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< AtomicInt >::contains(const BaseFab< AtomicInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< AtomicInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< char >::contains(const BaseFab< char > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< char >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< Real const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'amrex::BoxND::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aecb30e60d8a6a56c7c7233db3ae8d148',1,'amrex::RealBox::contains()']]], + ['contains_1990',['Contains',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ad7149f52ad0ed15f773104fd20d34ff7',1,'BLProfStats::TimeRange']]], + ['contains_1991',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a890b48af91fab2e472657e116656fa73',1,'amrex::RealBox::contains(const RealVect &rv, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a7c3358585c6f290b57884ea0297d373a',1,'amrex::RealBox::contains(XDim3 point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a6e117146678175a0d2be9d40e7873200',1,'amrex::RealBox::contains(const Real *point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0998fb701a17bbba399ee68049848346',1,'amrex::ParmParse::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'BoxND< AMREX_SPACEDIM >::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'BoxND< AMREX_SPACEDIM >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'BoxND< AMREX_SPACEDIM >::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'BoxND< AMREX_SPACEDIM >::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'amrex::BoxND::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'amrex::BoxND::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'amrex::BoxND::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< PetscInt >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< HYPRE_Int >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< int >::contains(const BaseFab< int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxList::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< PetscInt >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< Real >::contains(const BaseFab< Real > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< Real >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a258cd3a2a8c608f7cc0068e0ddd08d3f',1,'amrex::BoxArray::contains(const IntVect &v) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a23ba905888437090a2fc1cfd8e578c4d',1,'amrex::BoxArray::contains(const Box &b, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a27b3133e35f0dbae139aebf7769d86b3',1,'amrex::BoxArray::contains(const BoxArray &ba, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5535d8c27dece816a8ef7bf022777040',1,'amrex::BoxArray::contains(const BoxArray &ba, Periodicity const &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxDomain::contains()']]], + ['contains_5finf_1992',['contains_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08e85daea7a8ba20067cd15af3725cd6',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a47a5806c8cffcf0f40ba72a7af2e8ac7',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a95abf28111fc5c1a4bfe5f24bf7a6d05',1,'amrex::MultiFab::contains_inf(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a377a77faccd537b045751bcabc616cb5',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a230b8eb850e53e63895352fd7bd56f86',1,'amrex::FArrayBox::contains_inf(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a967f0fbf0fb2a166a2684f0201259d60',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afc7bd5e6829479b3bfef8639f9b92b20',1,'amrex::FArrayBox::contains_inf() const noexcept']]], + ['contains_5fnan_1993',['contains_nan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac4da37536afceab9ccb36e8d858cdbbd',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab3973e1dec95800442b4189d6356d3fb',1,'amrex::FArrayBox::contains_nan() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae5d7c7d7b6df9a24867d84d984d5ca0d',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4b718093de8d413ed21f372b9f65761f',1,'amrex::MultiFab::contains_nan(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a77d980f51c794347641c653d5f88aefd',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aed2689ad22160cb7a93e6b26aabd2972',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca25a0734d90a918f9d2fe881dd87a69',1,'amrex::FArrayBox::contains_nan()']]], + ['contourtype_1994',['ContourType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323b',1,'amrex::Amrvis']]], + ['control_5fpoints_5fx_1995',['control_points_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a484c372e01f95e8b7426541ba14cf903',1,'amrex::LineDistFcnElement2d::control_points_x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ac1c23f1058ddc5e09b1d859e3cba904a',1,'amrex::SplineDistFcnElement2d::control_points_x()']]], + ['control_5fpoints_5fy_1996',['control_points_y',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a10bdd01583d4250e8c717c69280f3490',1,'amrex::LineDistFcnElement2d::control_points_y()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3662f00f13decf4a4ad983e1cc19c2f9',1,'amrex::SplineDistFcnElement2d::control_points_y()']]], + ['converged_1997',['converged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'amrex::GMRES::converged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'GMRES< MF, GMRESMLMGT< MF > >::converged()']]], + ['convert_1998',['convert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'BoxND< AMREX_SPACEDIM >::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad830f3b87aaa26bf46f53cc54eed83ce',1,'amrex::BoxArray::convert(IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8e396fcc6af0ac6314069413e9815f7c',1,'amrex::BoxArray::convert(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a911442fbfdd591235baf90cac01d9856',1,'amrex::convert(const BoxArray &ba, const IntVect &typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af37f380f72af598af4865070235664c2',1,'amrex::convert(const BoxArray &ba, IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6bedbc04acc324ac8d385631276046',1,'amrex::convert(const BoxND< dim > &b, const IndexTypeND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b9159591bd7003d44276e822da864d7',1,'amrex::convert(const BoxND< dim > &b, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7c550a5e0396c503e3465da2c28f8db9',1,'amrex::BoxArray::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a533a896b5397ca253658e34bdb05e538',1,'amrex::BoxList::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'amrex::BoxND::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'amrex::BoxND::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'BoxND< AMREX_SPACEDIM >::convert()']]], + ['convertfromnativedoubleformat_1999',['convertFromNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a8d3e02daedf046920036514587034b2e',1,'amrex::RealDescriptor']]], + ['convertfromnativefloatformat_2000',['convertFromNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa5b07184bf42f9d39fcaccf6e9ca0fc6',1,'amrex::RealDescriptor']]], + ['convertfromnativeformat_2001',['convertFromNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a88b7acd8c23099513d5b5c9ce06344f4',1,'amrex::RealDescriptor::convertFromNativeFormat(void *out, Long nitems, const void *in, const RealDescriptor &od)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a91dde50b590073ce6c8154df86c9c281',1,'amrex::RealDescriptor::convertFromNativeFormat(std::ostream &os, Long nitems, const Real *in, const RealDescriptor &od)']]], + ['converttonativedoubleformat_2002',['convertToNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa83674a91e2dcc69c8fd93d4009b3276',1,'amrex::RealDescriptor']]], + ['converttonativefloatformat_2003',['convertToNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af34959841955d956473b14feca1209cb',1,'amrex::RealDescriptor']]], + ['converttonativeformat_2004',['convertToNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0f94f4f743da5876bbf8afa6ab1fd613',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, void *in, const RealDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#abe330fc946bd5bbfd5a03087c727f5f3',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, std::istream &is, const RealDescriptor &id)']]], + ['convexify_2005',['convexify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39248910c4503df29ff96fc63539021d',1,'amrex']]], + ['coord_2006',['coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a68d36ab01dbd0848e0f3e43ef59b74cb',1,'amrex::GeometryData']]], + ['coord_2007',['Coord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2c36af3bfd89e3168d643c45f123cac5',1,'amrex::CoordSys::Coord()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a00a5815cf1c7d5f1800f9346a3d100ba',1,'amrex::GeometryData::Coord()']]], + ['coorddir_2008',['coordDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a57676b2fc696de4eba8ab6a6c0d6b29e',1,'amrex::Orientation']]], + ['coordinatorproc_2009',['CoordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad05e5285d1e34ab3e64e20f5e87c32c6',1,'amrex::NFilesIter']]], + ['coordinatorproc_2010',['coordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a86d15e5891de4e1968493a59da32f121',1,'amrex::NFilesIter']]], + ['coordinatortag_2011',['coordinatorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a29ac83e60acfc2a393c76e950b16160e',1,'amrex::NFilesIter']]], + ['coordint_2012',['CoordInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a37d58cefcf442aea6b94e824394cde52',1,'amrex::CoordSys']]], + ['coords_5f2d_5fx_2013',['coords_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a06f21182b5e32592f93c162976038c50',1,'hacc::Distribution']]], + ['coords_5f2d_5fy_2014',['coords_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d1fa66f20f95df65ed62b20b3ee8928',1,'hacc::Distribution']]], + ['coords_5f2d_5fz_2015',['coords_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a5e78432b3fe340b9940a4a927ffbff3a',1,'hacc::Distribution']]], + ['coordsys_2016',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html',1,'amrex::CoordSys'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a03474c53ab517d87862ddc487c2cdeab',1,'amrex::AmrData::CoordSys() const']]], + ['coordsys_2017',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6c2cd93052ccb8644d8a419d9d2230bc',1,'amrex::AmrData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a28107af9fabf97ead17124dbc53b618a',1,'amrex::PlotFileData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a075941bb74ff56716adf843dfb352482',1,'amrex::PlotFileDataImpl::coordSys()']]], + ['coordtype_2018',['CoordType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806eba',1,'amrex::CoordSys']]], + ['copiedfrom_2019',['CopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a486009717060692894a416dfe2aff1af',1,'amrex::XYPlotDataList']]], + ['copiedfrom_2020',['copiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd6fd5b39e1417729c0de0cd4e19e32d',1,'amrex::XYPlotDataList']]], + ['copier_2021',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html',1,'amrex::MPMD::Copier'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a3cc2d465c351874fcc0af525c8584ecd',1,'amrex::MPMD::Copier::Copier(bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7c6de048dfe0fc745bbd2a4c9ed27979',1,'amrex::MPMD::Copier::Copier(BoxArray const &ba, DistributionMapping const &dm, bool send_ba=false)']]], + ['copy_2022',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::EBCellFlagFab >']]], + ['copy_2023',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a26c68b445998a0f5d87f9cc19420c4e1',1,'amrex::FabSetT::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#afb9206f65daae6fa0d08e59a51b7ea8a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a0ad4af39181a230c528e27398980ba5a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#aa0111c78830d99c298eb3adae9f7029f',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae9c4366e395266f2abdc158290604afb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab70ce65ff46ae21b8cc4e0584fe26ffa',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af5fd05a65f284f6e96a1deba5ef423bb',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9d21fed308318e770161ce5f76b4b60f',1,'amrex::MultiMask::Copy()']]], + ['copy_2024',['COPY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa30d7d89f4f6df2117a0c88fcec1a65cb',1,'amrex::FabArrayBase::COPY()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7ad52ae5c71ab1fc1193bbc006a73ab613',1,'amrex::FluxRegister::COPY()']]], + ['copy_2025',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'amrex::FabArray::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< TagBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::Mask >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], + ['copy_2026',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a859e565c8590d0c8dbe88bede09a35d6',1,'amrex::BndryRegisterT']]], + ['copy_2027',['copy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html#aa8f8f59b8584105f5e5d317b6ac7efe9',1,'amrex::MFUtil::SymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2c1110b22670288daa9e2a01cbb70fbb',1,'amrex::Gpu::copy(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#abea324bd9a4533e4f54614f6a7d410d1',1,'amrex::Gpu::copy(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afb3bc7b25afb38fc8f371f3bc4966483',1,'amrex::Gpu::copy(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept']]], + ['copy_2028',['Copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a094833951f442db9516e0741bd50f6aa',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], + ['copy_2029',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'amrex::FabArray::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< PetscInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a782cfc237fbff9c3baa8793a6ee988cd',1,'amrex::TableData::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< char >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< char >::copy(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< char >::copy(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< char >::copy(const BaseFab< char > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< char >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'amrex::BaseFab::copy(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'amrex::BaseFab::copy(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'amrex::BaseFab::copy(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html#ae14758bcc9f0460aa024c1ca702d24b6',1,'amrex::MFUtil::AsymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< PetscInt >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'amrex::FabArray::copy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a51bceac102ef6fa83de179298fd79d21',1,'amrex::CutFab::copy(const CutFab &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8098a70c5216794093f4c5a2a7031465',1,'amrex::CutFab::copy(const CutFab &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< Real >::copy(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< PetscInt >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< int >::copy(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< int >::copy(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< int >::copy(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src) noexcept']]], + ['copy_5fdata_2030',['copy_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4c6f053d91e5d6298255b2730fdc66f6',1,'amrex::SundialsIntegrator::copy_data(const amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0862a27d637da1ef2c30bb6b10e794fb',1,'amrex::SundialsIntegrator::copy_data(const amrex::MultiFab &S_data)']]], + ['copy_5fdata_5ffrom_5ftasks_2031',['copy_data_from_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad79ddeb1fdd7d6a72546c66728b3ccd8',1,'amrex::ForkJoin']]], + ['copy_5fdata_5fto_5ftasks_2032',['copy_data_to_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a76a2bb1b6fb5ffd97b28020531b6f3f6',1,'amrex::ForkJoin']]], + ['copyasync_2033',['copyAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3da569ab08ec568b8e512d91d6259b53',1,'amrex::Gpu::copyAsync(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15d5aa9cbac1f2a0ef1f042530760b88',1,'amrex::Gpu::copyAsync(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a39c6894dcdb993d9e4455d7d418947b9',1,'amrex::Gpu::copyAsync(HostToDevice, InIter begin, InIter end, OutIter result) noexcept']]], + ['copycomtag_2034',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html',1,'amrex::FabArrayBase::CopyComTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae121ffe428388c574820f65530cdd113',1,'amrex::FabArrayBase::CopyComTag::CopyComTag(const Box &db, const Box &sb, int didx, int sidx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1dae3d0ab480401c6bca671a7b33aeb0',1,'amrex::FabArrayBase::CopyComTag::CopyComTag() noexcept=default']]], + ['copycomtagscontainer_2035',['CopyComTagsContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a6dba1d21f107ff1f8815e368aa1fb091',1,'amrex::FabArrayBase::CopyComTag::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9bdd65ce61ce9ee5ca52c6b387dd4800',1,'amrex::FabArrayBase::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1124d24928511321f4381ebd60b0c15b',1,'amrex::MultiFab::CopyComTagsContainer()']]], + ['copyfrom_2036',['copyFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a1c8fdfc61237f7b6a8d6c040d8daadf2',1,'amrex::BndryRegisterT::copyFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d2f6ad459f54ab22683f32d5b641d75',1,'amrex::FabSetT::copyFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8254fd4bee5e9d3453f700f51e62e9e8',1,'amrex::FabSetT::copyFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['copyfromindex_2037',['copyFromIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a339ecf32165d5528efe85cd26bdcb9ff',1,'amrex::FabCopyDescriptor']]], + ['copyfrommem_2038',['copyFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< AtomicInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a951d15d61f3458c6e25de9d9e401c32c',1,'amrex::CutFab::copyFromMem(const Box &dstbox, int dstcomp, int numcomp, const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#ae785483ff900e3dbef875150b543d755',1,'amrex::CutFab::copyFromMem(const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< Real >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< PetscInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< HYPRE_Int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< EBCellFlag >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< char >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'amrex::BaseFab::copyFromMem()']]], + ['copyfromproc_2039',['copyFromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aee8abd3f91100c694b40a498142c1891',1,'amrex::FabCopyDescriptor']]], + ['copynew_2040',['copyNew',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad67c07eef71baec1306b491e1f02475d',1,'amrex::StateData']]], + ['copynsolvesolution_2041',['copyNSolveSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adfd3a48893737214b12ed5e95b17f1e3',1,'amrex::MLABecLaplacianT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'amrex::MLLinOpT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'MLLinOpT< Array< MultiFab, 3 > >::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a38e4c472a2642a55ba84c2c3b42a8015',1,'amrex::MLPoissonT::copyNSolveSolution()']]], + ['copyold_2042',['copyOld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1c745ccf4e72c085db52b18751ccc25f',1,'amrex::StateData']]], + ['copyparticle_2043',['copyParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af85a1b007332302df4cc844ba1781989',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ConstParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept']]], + ['copyparticles_2044',['copyParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src) noexcept']]], + ['copyto_2045',['copyTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo(amrex::BaseFab< PetscInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo(amrex::BaseFab< PetscInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'amrex::FabArray::copyTo(FAB &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'amrex::FabArray::copyTo(FAB &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< IArrayBox >::copyTo(IArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< IArrayBox >::copyTo(IArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< TagBox >::copyTo(TagBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< TagBox >::copyTo(TagBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#af97c472cac5a8e0e90b66f9999d49dca',1,'amrex::FabSetT::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::EBCellFlagFab >::copyTo()']]], + ['copytohost_2046',['copyToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8b192b54f34ecf9a231c4877a5625a6d',1,'amrex::Gpu::AsyncArray::copyToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a7b869239107727018d22a622ed29161d',1,'amrex::Gpu::Buffer::copyToHost()']]], + ['copytomem_2047',['copyToMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< AtomicInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< Real >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< PetscInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< HYPRE_Int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< EBCellFlag >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< char >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'amrex::BaseFab::copyToMem()']]], + ['cor_2048',['cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1fd0a5173e6ff6c961c080b26f7755ac',1,'amrex::MLMGT']]], + ['cor_5fhold_2049',['cor_hold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3b1cfa8f63985ace0f94e581ea709366',1,'amrex::MLMGT']]], + ['correctcellvectors_2050',['correctCellVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'amrex::ParticleContainer_impl::correctCellVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::correctCellVectors()']]], + ['correction_2051',['Correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a8e42c4bdb2369a1c5b19f6f120737334',1,'amrex::LinOpEnumType']]], + ['correctionresidual_2052',['correctionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2018b943fdab7019461dc9580b04177c',1,'amrex::MLNodeLinOp::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'MLLinOpT< Array< MultiFab, 3 > >::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'amrex::MLLinOpT::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa1edcbe0e894ecd697d47e504640a162',1,'amrex::MLCurlCurl::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a51480d2022ad9346d6eb11f3cbfd631a',1,'amrex::MLCellLinOpT::correctionResidual()']]], + ['cospi_2053',['cospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d',1,'amrex::Math::cospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7',1,'amrex::Math::cospi(float x)']]], + ['count_2054',['count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a934d6ed56619c14db1833d57662fd86b',1,'amrex::ParallelDescriptor::Message::count()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a54b548e604d18d830ea1c9e29c9a64d4',1,'amrex::BlockMutex::state_t::II::count()']]], + ['countcells_2055',['countCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d87c01c6118a83ca5707b4d0ccd3bc0',1,'amrex::AmrLevel']]], + ['countcells_2056',['CountCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ade8630ef8254e4248a6999521e12ad7c',1,'amrex::AmrMesh']]], + ['counter_2057',['counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#acba77d88ac888913a071c5a5ec180542',1,'amrex::InSituBridge']]], + ['countflags_2058',['countFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#ab03ce227854d1babaf5747264c7895a7',1,'particle_detail::countFlags(const Container< int, Allocator > &pflags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a70c1557a3408750fc36e511153e30df9',1,'particle_detail::countFlags(const Vector< std::map< std::pair< int, int >, Container< int, Allocator >>> &particle_io_flags, const PC &pc)']]], + ['countname_2059',['countname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941bdb12544ce537066604b716f8950c',1,'amrex::ParmParse']]], + ['countprepost_2060',['countPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::countPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'amrex::ParticleContainer_impl::countPrePost()']]], + ['countsnds_2061',['CountSnds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0df509765624d623f31c61fecd40158',1,'amrex']]], + ['countval_2062',['countval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d9a4fda6c8de819a90ba19c327dfe4',1,'amrex::ParmParse']]], + ['covered_2063',['covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942',1,'amrex::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66',1,'amrex_ebcellflag_module::covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a1a2056eb03f81ff6a627850c9b05e2c3',1,'amrex::BndryDataT::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0',1,'amrex::EB2::Type::covered()']]], + ['covered_5fbits_2064',['covered_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae215f9034bbe23e831586bc395de5477',1,'amrex::EBCellFlag']]], + ['covered_5fvalue_2065',['covered_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a41bd6408895885d67358df6a58cdc867',1,'amrex::EBCellFlag']]], + ['cpc_2066',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html',1,'amrex::FabArrayBase::CPC'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#acd2bded35632a96fc6dd4e5938d624d6',1,'amrex::FabArrayBase::CPC::CPC(const FabArrayBase &dstfa, const IntVect &dstng, const FabArrayBase &srcfa, const IntVect &srcng, const Periodicity &period, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a354b679a17210c1815e5313618091e0e',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &dstba, const DistributionMapping &dstdm, const Vector< int > &dstidx, const IntVect &dstng, const BoxArray &srcba, const DistributionMapping &srcdm, const Vector< int > &srcidx, const IntVect &srcng, const Periodicity &period, int myproc)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aa0e09825745457d0931b3c5d1110794b',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &ba, const IntVect &ng, const DistributionMapping &dstdm, const DistributionMapping &srcdm)']]], + ['cpc_2067',['cpc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a91738dc93fbd40cd98040bcd79c208c6',1,'amrex::PCData']]], + ['cpcache_2068',['CPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab76531d8f4022eaa58de8ba56796e5de',1,'amrex::FabArrayBase']]], + ['cpcacheiter_2069',['CPCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9b1e2db87b23393e6a9a51718fa451b1',1,'amrex::FabArrayBase']]], + ['cpdist_2070',['cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a4fbd68fb1c6c9cde2d5a6cd8e050c438',1,'amrex::distFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#ac9429e79b55e8f6b054280c924829a94',1,'amrex::LineDistFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a50880c22f1474e901e3440b9a48e8e12',1,'amrex::SplineDistFcnElement2d::cpdist()']]], + ['cpop_2071',['CpOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cff',1,'amrex::FabArrayBase']]], + ['cpside_2072',['cpside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a389169c4cebb80cc37e4684f8936931a',1,'amrex::SplineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a2f9b947ad192d901f99d0bdd392196bc',1,'amrex::LineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#adf53d0ff573fc7bb5d59ede162b78efd',1,'amrex::distFcnElement2d::cpside()']]], + ['cpu_2073',['cpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a5df280179a69dbfb50029f3ab258933f',1,'amrex::SoAParticle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4a706effd5056b8aae4f40df9f66e483',1,'amrex::SoAParticle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'amrex::ParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abddb89433aca18a1eb4c513c44a9c621',1,'amrex::ParticleTile::cpu(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acd6829f21f92c9aba7864a790b9200df',1,'amrex::ParticleTile::cpu(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ab0e3d47b1fe618f1438aaa2167875b9b',1,'amrex::Particle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae42faee1dffc3e271f04bebfd70235ce',1,'amrex::Particle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a57d9d39ad77372a9567bed4a53d7225c',1,'amrex::ConstSoAParticle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'amrex::ConstParticleTileData::cpu()']]], + ['cpu_2074',['Cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e',1,'amrex']]], + ['cpubndryfuncfab_2075',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html',1,'amrex::CpuBndryFuncFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#abde0392b9ab8c8e90f020e92d4382fe1',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab(UserFillBox a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a964dff31b6a52ec87b8e2188f563d138',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab()=default']]], + ['cpversion_2076',['cpVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a59273fedbb862c290ba63a251a024ed3',1,'CommProfStats']]], + ['crbegin_2077',['crbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< index_type >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::BoxND >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::openbc::MomTag >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< unsigned int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< std::size_t >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int *, DefaultAllocator< const int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::XDim3 >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::STLtools::Triangle >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::NeighborCode >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'amrex::PODVector::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int *, DefaultAllocator< int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crbegin()']]], + ['create_2078',['create',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'amrex::FabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< amrex::FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a03f9f76ddc6c878c10de4647b22dd32c',1,'amrex::EBFArrayBoxFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'DefaultFabFactory< CutFab >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'amrex::DefaultFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ae3d56a71c86dbe880bbf89a7ef19301f',1,'amrex::detail::CutFabFactory::create()']]], + ['create_5falias_2079',['create_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< amrex::FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'amrex::FabFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac4523829ea9f97416f054d93c1af91c1',1,'amrex::EBFArrayBoxFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'DefaultFabFactory< CutFab >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'amrex::DefaultFabFactory::create_alias()']]], + ['create_5ftask_5foutput_5fdir_2080',['create_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad4b77ac1de1547c3903014ba22c0306b',1,'amrex::ForkJoin']]], + ['create_5ftransverse_5fterms_5ffor_5fxface_2081',['create_transverse_terms_for_xface',['../group__EBGodunov.html#ga840e5c3022f313f87524b3f600549b35',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &w_ad, Array4< Real const > const &yzlo, Array4< Real const > const &zylo, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Real &trans_y, Real &trans_z, const Real dy, const Real dz): hydro_ebgodunov_transverse_3D_K.H'],['../group__EBGodunov.html#gad7d46d081056fa40712f58cb0ebe1d84',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &yhat, Array4< Real const > const &apy, Array4< Real const > const &fcy, Real &trans_y, const Real dy): hydro_ebgodunov_transverse_2D_K.H']]], + ['create_5ftransverse_5fterms_5ffor_5fyface_2082',['create_transverse_terms_for_yface',['../group__EBGodunov.html#gabe9cd3f0f2f0198aaa5a812d630feef6',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &xhat, Array4< Real const > const &apx, Array4< Real const > const &fcx, Real &trans_x, const Real dx): hydro_ebgodunov_transverse_2D_K.H'],['../group__EBGodunov.html#ga49740796b633d7d29afee8dd23ae3609',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &w_ad, Array4< Real const > const &xzlo, Array4< Real const > const &zxlo, Array4< Real const > const &apx, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcz, Real &trans_x, Real &trans_z, const Real dx, const Real dz): hydro_ebgodunov_transverse_3D_K.H']]], + ['create_5ftransverse_5fterms_5ffor_5fzface_2083',['create_transverse_terms_for_zface',['../group__EBGodunov.html#ga89efd1342d00ce90e56403db4a90ba80',1,'hydro_ebgodunov_transverse_3D_K.H']]], + ['createdirectories_2084',['CreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373',1,'amrex::FileSystem']]], + ['createdirectoryfailed_2085',['CreateDirectoryFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a894a812531d6362ce4ac5065c3224699',1,'amrex']]], + ['createghostparticles_2086',['CreateGhostParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, AoS &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, ParticleTileType &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()']]], + ['createleveldirectory_2087',['CreateLevelDirectory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a962f9d201153832198014fba04698410',1,'amrex::AmrLevel']]], + ['createlike_2088',['CreateLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a3351ed5aa40298f6eabb05de52e6290b',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::CreateLike()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae27e81097c4e21079420d757414e33fb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::CreateLike()']]], + ['createvcallstats_2089',['CreateVCallStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a27a90e8d35f18f048f53f6af29caaa92',1,'RegionsProfStats']]], + ['createvirtualparticles_2090',['CreateVirtualParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, AoS &virts) const']]], + ['createwritehdf5attrdouble_2091',['CreateWriteHDF5AttrDouble',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88',1,'amrex']]], + ['createwritehdf5attrint_2092',['CreateWriteHDF5AttrInt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07',1,'amrex']]], + ['createwritehdf5attrstring_2093',['CreateWriteHDF5AttrString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122',1,'amrex']]], + ['crend_2094',['crend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< unsigned int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< std::size_t >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int *, DefaultAllocator< int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< index_type >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'amrex::PODVector::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::BoxND >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::NeighborCode >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::openbc::MomTag >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::STLtools::Triangle >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::XDim3 >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int *, DefaultAllocator< const int * > >::crend()']]], + ['crossprod_2095',['CrossProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1',1,'amrex::tri_geom_ops']]], + ['crrbetweenlevels_2096',['CRRBetweenLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa',1,'amrex']]], + ['crse_5fcell_2097',['crse_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca5c0ed298da0038126a31182eb1385392',1,'amrex::YAFluxRegisterT::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a94b1c5a72bfa9bc02bc7ed6d2c2394f5',1,'amrex::nodelap_detail::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad',1,'amrex_eb_flux_reg_nd_module::crse_cell()']]], + ['crse_5ffine_5fboundary_5fcell_2098',['crse_fine_boundary_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca95ed02b2c9b5b5a936871917a0da3d52',1,'amrex::YAFluxRegisterT::crse_fine_boundary_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc',1,'amrex_eb_flux_reg_nd_module::crse_fine_boundary_cell()']]], + ['crse_5ffine_5fnode_2099',['crse_fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acc734c4a01cc9ee396706b50db9b7d91',1,'amrex::nodelap_detail']]], + ['crse_5fnode_2100',['crse_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a7cb50f4b12990e43c67ce3f6e40960b9',1,'amrex::nodelap_detail']]], + ['crse_5fratio_2101',['crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7fc1ed7f6a21702c3af072650ed4de4a',1,'amrex::AmrLevel']]], + ['crseadd_2102',['CrseAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::YAFluxRegisterT::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a662851618098fbabf72677bf531522dd',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ada9bc248b9e03653448cfc45f8a668f8',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab499670f73f11f117350646d2d154867',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aaef7f034b3fd9195583d14f1ea408039',1,'amrex::EdgeFluxRegister::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4f11b763bb868b4245b5135f02da8217',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac01db2619376c784ccb95918f39d483e',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ab499670f73f11f117350646d2d154867',1,'amrex::YAFluxRegisterT::CrseAdd()']]], + ['crsebnd_2103',['crsebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579',1,'amrex::Extrapolater']]], + ['crsehaswork_2104',['CrseHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5191f9f71d66d51913c859e7835fd3a9',1,'amrex::YAFluxRegisterT']]], + ['crseinit_2105',['CrseInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aec1bb41bffa8b078895f0f75149cdae1',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac930be53c9ed97f2b650d00d9922d375',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)']]], + ['crselevel_2106',['crseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aef5f291512ba1c3e9208ff5c8216f3ab',1,'amrex::FluxRegister']]], + ['crseratio_2107',['crseRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4c29b9c027bf459bb2d368484e90bb76',1,'amrex::BoxArray']]], + ['crsn_2108',['crsn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a5944e840877ab3c3a9aa28d2bd5d1399',1,'amrex::BARef']]], + ['cssize_2109',['csSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af705693efa58487843e7624857f94399',1,'CommProfStats']]], + ['csversion_2110',['csVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae262ff88e11aded2e904267db1e94a56',1,'RegionsProfStats']]], + ['cudastream_2111',['cudaStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a659a046032f304e13547b3b633e7c10a',1,'amrex::Gpu::Device']]], + ['cumtime_2112',['cumtime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b46db71980158bc8f12c2f7eebede4a',1,'amrex::Amr']]], + ['cumtime_2113',['cumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae1a7de4bbf27289ccab4e3b8364a7c83',1,'amrex::Amr']]], + ['curlcurldirichletinfo_2114',['CurlCurlDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html',1,'amrex']]], + ['curlcurlstatetype_2115',['CurlCurlStateType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3',1,'amrex']]], + ['curlcurlsymmetryinfo_2116',['CurlCurlSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html',1,'amrex']]], + ['curlevel_2117',['curLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125f114aafc7c3b80d2a84a1cd77314d',1,'amrex::XYPlotDataList']]], + ['curlevel_2118',['CurLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af0712096e78d8f38eea8c4b2e8251f05',1,'amrex::XYPlotDataList']]], + ['current_5fbuilds_2119',['current_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#a1af174d3541b8cb0ffddf9902562db08',1,'amrex::MemProfiler::NBuildsInfo']]], + ['current_5fbytes_2120',['current_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a821bd45f3af572df6c5dad7f24de66fc',1,'amrex::MemProfiler::MemInfo']]], + ['currentdatablock_2121',['currentDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c9f481d55381cf92d0757bb9321c5a4',1,'BLProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adfeb787d05dd96d8297c678948d899fa',1,'CommProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a02a1e086297bc655ab74cdcc561cc07c',1,'RegionsProfStats::currentDataBlock()']]], + ['currentdeciderindex_2122',['currentDeciderIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ade88e3f8e68ea489d4ba016de2df7f',1,'amrex::NFilesIter']]], + ['currentdepth_2123',['currentDepth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#acf586bc23e95b60798ffd924f1d31f0c',1,'amrex::MFIter']]], + ['currentindex_2124',['currentIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#abfba09b9f27138141e9758d1a8ea2e4b',1,'amrex::MFIter']]], + ['currentmem_2125',['currentmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a2bd452ad7a114fcc1750efffe7e63ba2',1,'amrex::MemStat']]], + ['currentnfabarrays_2126',['CurrentNFabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'amrex::FabArrayCopyDescriptor::CurrentNFabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'FabArrayCopyDescriptor< FArrayBox >::CurrentNFabArrays()']]], + ['currentpath_2127',['CurrentPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe',1,'amrex::FileSystem']]], + ['currentposition_2128',['currentPosition',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a85eca5ae503569f1b40b8d4bac373997',1,'amrex::VisMF::PersistentIFStream']]], + ['currentproc_2129',['currentProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a59554322d0d460e70099c8eea9729aa1',1,'BLProfStats']]], + ['currentversion_2130',['currentVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7f4058d4117af92e70d889263657e9f8',1,'amrex::VisMF']]], + ['curtime_2131',['curTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a46807890235430fd9f2e12d422a6321b',1,'amrex::StateData']]], + ['cutfab_2132',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html',1,'amrex::CutFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#abf2b1f3132168bbec907d05684db5502',1,'amrex::CutFab::CutFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a56fab88ffa10cfe7c902ed882a04d2a5',1,'amrex::CutFab::CutFab(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a694ee21166c86f5151d045bc0c796f32',1,'amrex::CutFab::CutFab(const Box &b, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8efd0488e25410a8d717a113f2aa0e67',1,'amrex::CutFab::CutFab(const Box &b, int ncomps, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a7b81f96070810019a32a0179ff0e1c5b',1,'amrex::CutFab::CutFab(CutFab const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a5a5348756ed66ca2581633a44d7a4889',1,'amrex::CutFab::CutFab(CutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a93dfcf381d11cb3367775cbb816763f0',1,'amrex::CutFab::CutFab(const CutFab &)=delete']]], + ['cutfabfactory_2133',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html',1,'amrex::detail::CutFabFactory'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a0a50ba4364dedc1acc91cfd0a63efcd9',1,'amrex::detail::CutFabFactory::CutFabFactory()']]], + ['cyan_2134',['Cyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#afd89341cfa10f0751ebf6312ea565a03',1,'amrex::BGColor::Cyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201',1,'amrex::FGColor::Cyan()']]], + ['cycle_2135',['cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'amrex::GMRES::cycle()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'GMRES< MF, GMRESMLMGT< MF > >::cycle()']]], + ['cylinderif_2136',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html',1,'amrex::EB2::CylinderIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7f70d143e2569bc9112f4c5f1efcd83d',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, int a_direction, const RealArray &a_center, bool a_inside)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a65cc987a90a62e4c8e29302895bab48c',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, Real a_height, int a_direction, const RealArray &a_center, bool a_inside)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_4.js b/amrex-hydro/Doxygen/html/search/all_4.js index f860d03..50fea87 100644 --- a/amrex-hydro/Doxygen/html/search/all_4.js +++ b/amrex-hydro/Doxygen/html/search/all_4.js @@ -1,331 +1,329 @@ var searchData= [ - ['d_2130',['d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a6950160b2030b297124a1571626a19c2',1,'amrex::Scan::detail::BlockStatus< T, true >::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a9d33634c4393856708a688f9cdae7052',1,'AMREX_PARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#af72feb58c2b23267e870e141bee1a619',1,'AMREX_IPARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a5cd500fbad261878702ef0cfc4756e26',1,'hacc::Dfft::d()']]], - ['d2_5fchunk_2131',['d2_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a957bdfca24a116d7bb5f7bcbde3a93fa',1,'distribution_t']]], - ['d3_5fchunk_2132',['d3_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a971ee0fe2ddf42e0669273a5ebda1512',1,'distribution_t']]], - ['d_5fbucket_5fto_5fpid_2133',['d_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aa7c6792f4a3209b8404f8ea41cd48a15',1,'amrex::ParticleBufferMap']]], - ['d_5fdata_2134',['d_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a6c0016dc5cea22d25e6d9946f88c40d2',1,'amrex::Gpu::Buffer::d_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8faf9b9425340e64e8849fad230ca590',1,'amrex::Gpu::AsyncArray::d_data()']]], - ['d_5fint_5fcomp_5fmask_2135',['d_int_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb86bf7ccfb6c6fdc0d232135a1c5908',1,'amrex::ParticleCopyPlan']]], - ['d_5flev_5fgid_5fto_5fbucket_2136',['d_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a22ef66dc732fb28117376c5a3cf60c9a',1,'amrex::ParticleBufferMap']]], - ['d_5flev_5foffsets_2137',['d_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a4d6a055510febbd0115e3cc4fcb77e71',1,'amrex::ParticleBufferMap']]], - ['d_5fnumpts_2138',['d_numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a85a31cf2bd546e2292492cb6c288eb8d',1,'amrex::BoxArray::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'amrex::BoxND::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'BoxND< AMREX_SPACEDIM >::d_numPts()']]], - ['d_5freal_5fcomp_5fmask_2139',['d_real_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a36f3d83885b79143865c67ff5599414e',1,'amrex::ParticleCopyPlan']]], - ['data_2140',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex::IParser::Data'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex::Parser::Data'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html',1,'amrex::Scan::detail::BlockStatus< T, true >::Data']]], - ['data_2141',['data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, nelems >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< PetscInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< RealTuple >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< RealTuple >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a16717da298c94c764eaa8f309fc1a4aa',1,'amrex::MultiCutFab::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a033e611a5f48e7d975d4e5485d89e742',1,'amrex::MultiCutFab::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'amrex::LayoutData::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'amrex::LayoutData::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, nelems >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< PetscInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal *, NAR >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a206ec1ef64bc03efcea7eb01a0c8c9e7',1,'amrex::detail::SingleChunkArena::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal *, NAR >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< BCTuple > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< BCTuple > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< RealTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< RealTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< GFab >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< GFab >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< HYPRE_Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< HYPRE_Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< index_type >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< index_type >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int *, DefaultAllocator< int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int *, DefaultAllocator< int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< std::size_t >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< std::size_t >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< unsigned int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< unsigned int >::data() const noexcept']]], - ['data_2142',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a3a7c71fc152cee485f33789b17cfc208',1,'amrex::IParser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#adaa4647da1bb1c2ca10dd948bb6fe43f',1,'amrex::IParser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a2e9b325c1dff6d61148fc39ac8e05be9',1,'amrex::IParser::Data::Data(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ae5a515e4a0f7e957166b9740890d725f',1,'amrex::Parser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac88392e0c4583be81220ff8349b20efe',1,'amrex::Parser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a94d23586af302f978d96c232930c18a6',1,'amrex::Parser::Data::Data(Data &&)=delete']]], - ['data_2143',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::STLtools::Triangle >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'amrex::PODVector::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'amrex::PODVector::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::BoxND >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::BoxND >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::NeighborCode >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::NeighborCode >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::openbc::MomTag >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::openbc::MomTag >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::STLtools::Triangle >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aad9ab69804553dea8362074835debb75',1,'amrex::NeighborList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::XDim3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::XDim3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afe7f9b519cf72113b64dbcd946a75c76',1,'amrex::Gpu::AsyncArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'amrex::GpuArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abb8b8662f077d9913f0af282f32ed415',1,'amrex::Geometry::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#ab2a42ebf52c9f805e2936c17ffb8297a',1,'amrex::Gpu::Buffer::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3c1a6f7fdd37b0efeabc75f9f2375a1f',1,'amrex::Gpu::Buffer::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3f9eee26f225648bbc267b866f01fde',1,'amrex::BoxList::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a39ed8708f5d1a7c4aaa7a8a792dc13d8',1,'amrex::BoxList::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a30700e2fa5f70e566d3c6a949d4909c4',1,'amrex::BoxCommHelper::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf15a5bae1a2d1990af066964065fb87',1,'amrex::BoxCommHelper::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a273ad3699cd14ecb14a4bb02e8345bc9',1,'amrex::BCRec::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac52da52fb6620c12950356fb0ac0aaf7',1,'amrex::BCRec::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7eb7385d681e311fe42ad728f45ed316',1,'amrex::Gpu::AsyncArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a587a4a10fa11a091d2b57aa50b43f470',1,'amrex::ArrayOfStructs::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad040e67ea503fa40a83de00851442e40',1,'amrex::ArrayOfStructs::data() const'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a1fc8a94950a5b3c74bdec9d150db4811',1,'amrex::BlockMutex::state_t::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a83d7d3288a3b51ffca12886346794042',1,'amrex::DistributionMapping::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ad5adc4256ccddb386c4d491ae958c5c6',1,'amrex::BoxArray::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a1223321add76c9d8eb7dc032c051012d',1,'amrex::ForkJoin::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a013fcdb6969b2114c8a41b59a75ce564',1,'amrex::NonLocalBC::CommData::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html#a1cb43abc58711a19adfafd9c4a44fd69',1,'amrex_string_module::amrex_string::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 4 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 4 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int *, NAI >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int *, NAI >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const ParticleReal *, NArrayReal >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const ParticleReal *, NArrayReal >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const int *, NArrayInt >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const int *, NArrayInt >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'amrex::GpuArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< bool, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< bool, N >::data() noexcept']]], - ['data_5flayout_2144',['data_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a33468992649bd9b5e503cd8aa99f7682',1,'amrex::ParticleArray::data_layout()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#af573478aee535409b3c2bffd8d16dd24',1,'amrex::ParticleArrayAccessor::data_layout()']]], - ['dataallocator_2145',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html',1,'amrex::DataAllocator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a37c4b92bbff76372bd67c006198e400f',1,'amrex::DataAllocator::DataAllocator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#ad2f91458d09a1484857061ff235e73bd',1,'amrex::DataAllocator::DataAllocator(Arena *ar) noexcept']]], - ['dataavailable_2146',['DataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'FabArrayCopyDescriptor< FArrayBox >::DataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'amrex::FabArrayCopyDescriptor::DataAvailable()']]], - ['dataavailable_2147',['dataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'FabArrayCopyDescriptor< FArrayBox >::dataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'amrex::FabArrayCopyDescriptor::dataAvailable()']]], - ['datablock_2148',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html',1,'CommProfStats::DataBlock'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#afbaca3dac9e6d63164eae742d64b0aed',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#acdf0bce91f878d2b4e02349458bb64b1',1,'CommProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ad4eae73225064e5320cfd7c29b20a06d',1,'CommProfStats::DataBlock::DataBlock(const int p, const long s, const std::string &fn, const long sp, const std::string &pn, const int nn, const int si)'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a83422209e5d067d4a9f8dbce49722689',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats::DataBlock']]], - ['datablocks_2149',['dataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa69e0ea415e1fd371c727d23195558af',1,'CommProfStats::dataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8e9c2fde51c4886896f57040c05cf03',1,'RegionsProfStats::dataBlocks()']]], - ['databox_2150',['DataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#afce19389f115724f0a3d33b57e668051',1,'amrex::OrderedBoxes']]], - ['databox_2151',['dataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a02860f69200b013d9dd9710def7fbf44',1,'amrex::OrderedBoxes']]], - ['datadeleter_2152',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html',1,'amrex::DataDeleter'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0c074bdebdbc0b35ae381228e005ec55',1,'amrex::DataDeleter::DataDeleter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a2d435760333c6f0326e928c0f9481a24',1,'amrex::DataDeleter::DataDeleter(Arena *ar) noexcept']]], - ['datagrids_2153',['dataGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8f9fb6ae8ec27c11da30c4a979701707',1,'amrex::AmrData']]], - ['datagridsdefined_2154',['dataGridsDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af81255387eae3d9ae9efbeb317a26d40',1,'amrex::AmrData']]], - ['datalayout_2155',['DataLayout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b',1,'amrex']]], - ['datalayoutpolicy_2156',['DataLayoutPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy.html',1,'amrex']]], - ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_2157',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], - ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_2158',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], - ['datalayoutpolicyraw_2159',['DataLayoutPolicyRaw',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw.html',1,'amrex']]], - ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_2160',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], - ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_2161',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], - ['datalog_2162',['DataLog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a782f42d62191f606a77cb1c78ab584a1',1,'amrex::Amr']]], - ['datalog_2163',['datalog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a34d4fd7a519716a0155f261ba210bd85',1,'amrex::Amr']]], - ['datalogname_2164',['DataLogName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aca89cbab89b2fd482f214b18d8a996f9',1,'amrex::Amr']]], - ['datalogname_2165',['datalogname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2cbd53ff9ac71cac5e52e7311de0b2b8',1,'amrex::Amr']]], - ['datanprocs_2166',['dataNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad898feedcdc492a4b06a9b2bc661286c',1,'BLProfStats']]], - ['dataprefix_2167',['DataPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac11b2227836fc7582170fbeba06c780a',1,'amrex::ParticleContainerBase']]], - ['dataptr_2168',['dataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< RT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< RT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Long > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Long > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::NameTagEntry >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char const * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char const * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::NameTagEntry >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< double >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< double >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::WeightedBox >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::WeightedBox >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::StateData >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< FAB * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< FAB * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< double > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< double > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::StateData >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< T > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< T > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< V >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< V >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vertex >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vertex >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::string >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::string >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< int, int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MultiFab >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::ifstream * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::ifstream * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Setbuf_Char_Type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Setbuf_Char_Type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RT >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RT >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< ParticleLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< ParticleLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MultiFab >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Status >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Status >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Request >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Request >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MF >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MF >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< gpuStream_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< int, int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::string, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::string, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< gpuStream_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::openbc::MomTag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::XDim3 >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::XDim3 >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::openbc::MomTag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::NeighborCode >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::NeighborCode >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::BoxND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::BoxND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'amrex::PODVector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'amrex::PODVector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< index_type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< index_type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< char >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< char >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< AtomicInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< AtomicInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa86195578a5c33b7a0ff78753f891f1d',1,'amrex::ArrayOfStructs::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac6a5cc33d25868bc7dcceb29def60cfe',1,'amrex::ArrayOfStructs::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< Real const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'amrex::Array4::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ac7995253d4db738ff6283ab41aaf67c8',1,'amrex::Gpu::DeviceScalar::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a3a4fecbe5bb784d58b047fa09d73c504',1,'amrex::Gpu::DeviceScalar::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< Real >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< Real >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< PetscInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< PetscInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< PetscInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< PetscInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< EBCellFlag >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< EBCellFlag >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IndexTypeND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IndexTypeND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::iMultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::iMultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Geometry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Geometry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::STLLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::STLLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::Edge >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::Edge >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiMask >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiMask >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IntVectND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IntVectND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html#a3ca19f66c1a29a7b58961655228016c7',1,'amrex::Gpu::SharedMemory< double >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html#adde9b03b0fc2f8bdfeb8a2e4f47af15d',1,'amrex::Gpu::SharedMemory< unsigned long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html#a08f882518f067c7d3168ca119ee38da3',1,'amrex::Gpu::SharedMemory< unsigned long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html#a4252dceff71117c5b4cd47319a5984d9',1,'amrex::Gpu::SharedMemory< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html#a68a042455ff9934b7ce73c0d3f49ada6',1,'amrex::Gpu::SharedMemory< unsigned char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html#a1264c2471c53840fa6e825ba28978223',1,'amrex::Gpu::SharedMemory< short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html#aca108787de55ebdc311eb28d421a6fd9',1,'amrex::Gpu::SharedMemory< openbc::Moments::array_type >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html#a6498967b3ecefd257bff40a52fe6affb',1,'amrex::Gpu::SharedMemory< long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html#ace849c44029f0051637b1ac9ab1eb28d',1,'amrex::Gpu::SharedMemory< long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html#adf1cbc849f80773f973e946780f42b33',1,'amrex::Gpu::SharedMemory< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html#aeaf677a93736435c1a8cc3f8a6fc55eb',1,'amrex::Gpu::SharedMemory< float >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DistributionMapping >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html#ab19f8a644381f8869c96824baf366c3c',1,'amrex::Gpu::SharedMemory< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html#a462c8819805197bb7c329a8d9773c2ba',1,'amrex::Gpu::SharedMemory< bool >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html#a15f96d78196939452c41efcf8889420c',1,'amrex::Gpu::SharedMemory::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a8866859d71db556f069c2a15af15afa3',1,'amrex::DistributionMapping::RefID::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DistributionMapping >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::distFcnElement2d * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::distFcnElement2d * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DataServices * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DataServices * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxList >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxList >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxArray >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxArray >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html#af63cb8e7547e202d476c57cd5da8ec08',1,'amrex::Gpu::SharedMemory< unsigned short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BCRec >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BCRec >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr() const noexcept']]], - ['dataservices_2169',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html',1,'amrex::DataServices'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad9d1ee09b1dd9410a22267c041302e0c',1,'amrex::DataServices::DataServices()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aee76201fb4563a074035ec4f24479222',1,'amrex::DataServices::DataServices(const std::string &filename, const Amrvis::FileType &filetype)']]], - ['datasets_2170',['dataSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125baf2c0f7e2e1eb89ddf07bac7d743',1,'amrex::XYPlotDataList']]], - ['datashape_2171',['dataShape',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afc2b7495c6a6dd710c763ae48cd505e1',1,'amrex::ArrayOfStructs']]], - ['datasize_2172',['dataSize',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0abec33396042409e9f415189c688a9a',1,'CommProfStats::SendRecvPair']]], - ['datavalue_2173',['dataValue',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a14f5716ceb831c094aabcf9cf8cba989',1,'amrex::Gpu::DeviceScalar']]], - ['dbox_2174',['dbox',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a73fdda6261848fe3d30b2066e9c9eb20',1,'VoidCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#aaac656d064476485e334474094eff3a3',1,'FabCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa4ad873f80c114d0041fd4c30d9fbe94',1,'amrex::FabArrayBase::CopyComTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a96ff95014c93d03e8674fcfa96196baf',1,'amrex::Array4PairTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a6d56fc074e8fc78fa6d8334abe8fd66d',1,'amrex::Array4MaskCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#ac1daa183e9ca45128ea93a5b81e60c89',1,'amrex::Array4BoxTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#afb8ea91356916e25fd0814ae78feb0f4',1,'amrex::Array4BoxValTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#af477c205e500424a3a19cd52166f7812',1,'amrex::Array4CopyTag::dbox()']]], - ['dc_2175',['DC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a24757491eab52e06ff0c97c79b91380c',1,'amrex::PCData']]], - ['deallocate_2176',['deallocate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'amrex::ArenaAllocatorBase::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad5df7bcf7989386441a7b8fc73a81cc4',1,'hacc::AlignedAllocator::deallocate()']]], - ['deallocate_5fsystem_2177',['deallocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ac07ba8cda253cddee3cab1168ac65694',1,'amrex::Arena']]], - ['deallocaterandomseeddevarray_2178',['DeallocateRandomSeedDevArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abce0125a244f443854b1c4a2709c5990',1,'amrex']]], - ['debug_2179',['debug',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a8bdbbba2982ae871ad4c0f389ca78959',1,'distribution_t']]], - ['debug_2180',['Debug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95',1,'amrex::system']]], - ['deciderproc_2181',['deciderProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a64d2a6da3e2847bc9601352409d79ceb',1,'amrex::NFilesIter']]], - ['decidertag_2182',['deciderTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5ee82bc72ab839617286472e64131009',1,'amrex::NFilesIter']]], - ['decomp_5fchol_5fnp10_2183',['decomp_chol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3',1,'amrex']]], - ['decomp_5fchol_5fnp6_2184',['decomp_chol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b',1,'amrex']]], - ['decrementnumberofusers_2185',['DecrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a85a4eb7cb438f3c75d8de3ecd71a70f7',1,'amrex::DataServices']]], - ['deepcopy_2186',['deepCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad5b7a343ec15251dc975d0b6f0570e33',1,'amrex::MultiFab']]], - ['default_2187',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b',1,'amrex::BinPolicy::Default()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67',1,'amrex::Default()']]], - ['default_5flimiter_2188',['default_limiter',['../namespacePPM.html#a4f476328680db9ab71492a158fce0749',1,'PPM']]], - ['default_5fvalue_2189',['default_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a92f709a077a386fa2d23fb8b3639fe06',1,'amrex::EBCellFlag']]], - ['defaultallocator_2190',['DefaultAllocator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a179fafc569924202b166896b608cd5c2',1,'amrex']]], - ['defaultassignor_2191',['DefaultAssignor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html',1,'amrex']]], - ['defaultfabfactory_2192',['DefaultFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'amrex']]], - ['defaultfabfactory_3c_20cutfab_20_3e_2193',['DefaultFabFactory< CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'']]], - ['defaultfiletype_2194',['defaultFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a85ba54b8833cffb9983c02e13c3536a4',1,'amrex::AmrData']]], - ['defaultgeometry_2195',['DefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be',1,'amrex']]], - ['defaultgpuseed_2196',['DefaultGpuSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42',1,'amrex::detail']]], - ['defaulthunksize_2197',['DefaultHunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f71cae39f7456982cea4f81395a4e69',1,'amrex::CArena']]], - ['defbaselevel_2198',['defBaseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a4f66cb4090303fedb369cee31c171a',1,'amrex::Amr']]], - ['define_2199',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< RealTuple >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ac140887d397e31e0b3e3d827b09a7429',1,'amrex::LUSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5ef449849f31f17897b4742cd730c646',1,'amrex::MLABecLaplacianT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a295b5ec5f403268462a04e18f2fae62f',1,'amrex::MLABecLaplacianT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac0826b3db13ebb9c1df0ab1f4b0f238c',1,'amrex::MLALaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'amrex::GMRES::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< FArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< FArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< IArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< IArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a79b45950358798ae16a0dc928b8ee0ba',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad5c3a8098f8bb8aec61ed6b213340169',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aeca7df8daa048bc04da92efbc06f63d5',1,'amrex::FabSetT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ae0f19ac94fa685e649d56cbdec3eebca',1,'amrex::FluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ac7ce6de2c732fa66a87df91c06c55b92',1,'amrex::Geometry::define(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1b38d6eb6c35983b8569d5acafad944b',1,'amrex::Geometry::define(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ad86c701f246edc2aef04add188c57da5',1,'amrex::EB2::GFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'GMRES< MF, GMRESMLMGT< MF > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a217dd63726c8b7cf00ddb4fda03b8f7e',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8691489c0a9f57a52b48ad4037c895bb',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a68cac01616790e9ee7b31b6473bc2bde',1,'amrex::InterpFaceRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a9c7208c68ce87b4647f80a2354780d74',1,'amrex::IParser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'amrex::LayoutData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< BCTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< RealTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< GFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< HYPRE_Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afefd85941605fff4b4d91bae8a97efa7',1,'amrex::ParticleBufferMap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a47d09b414b7b5b8e369c3b58819676fb',1,'amrex::Parser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af01e6f4fb7c82f61c978d6afc1b20f4e',1,'amrex::OpenBCSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a04dd68813ccdcb5e822955b2ec14e077',1,'amrex::MultiMask::define(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af6ad58f6413f1a7c247f26e74dd7aca3',1,'amrex::MultiMask::define(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a0061e20d36869b0c9fb334c1e9529c70',1,'amrex::EB2::MultiGFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab92b4725094cc3ffaf0b9969a0edc934',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08cbe2b2bf9887d4971bd9270c3aa734',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa7ea55e7f0a58e0f3b37dd08b3a337eb',1,'amrex::MultiCutFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abc7127e222d300082ca177f987d847a5',1,'amrex::ParticleTile::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a32da39624352ed60dc69765cd9fa3643',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a4aa37d8953aeb1df96051653df3769c6',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af5f22af920dbd7b546cfac1567b784e8',1,'amrex::MLPoissonT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aacc6210e9f4001a55db197a54b97a8ef',1,'amrex::MLPoissonT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a3965bbfda00c909c6f5b20ed97466876',1,'amrex::MLNodeTensorLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2032ea2a9fd37bb9179bc442d4949514',1,'amrex::MLNodeLinOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2861be841a5f7f2097a70d425808e66e',1,'amrex::MLNodeLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a68d0f9ebe8f7a111fe4ac1df9638cbe9',1,'amrex::MLNodeABecLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a983668be1ab6a935c4bd6bdf22d5c8bb',1,'amrex::BARef::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a493f364171c018374a110d24f0c9b7c3',1,'amrex::YAFluxRegisterT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acdef494a31a555b648c2eae8cdd8cbb9',1,'amrex::MLCellABecLapT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aa6df034e49814000ac0304a3579890b6',1,'amrex::MLCellLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9d94e9fa0d0ed2ebadf1428023d95809',1,'amrex::MLCurlCurl::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad9cbbeb726fd291955de29aaf12ac38a',1,'amrex::MLEBABecLap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a9e748bc534997b5de6b2df7295905616',1,'amrex::MLEBNodeFDLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac6b1462f39aa6a60a2bfd0cd6e687aee',1,'amrex::MLEBTensorOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'amrex::MLLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'MLLinOpT< Array< MultiFab, 3 > >::define()'],['../classHydro_1_1NodalProjector.html#a38a812c65555815f51370b2a1b63bbda',1,'Hydro::NodalProjector::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa597fe7d39f7a3049fefccff91ddb693',1,'amrex::MLCellABecLapT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a980519b19e7ba7540cafbb896cc92484',1,'amrex::TableData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aad692d209aa517fa028bd98aa14f0b96',1,'amrex::StructOfArrays::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8574181dd052bf94afc4c3d06a5c68b5',1,'amrex::StateDescriptor::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a4e4c8151397754fd5f8dadb6307bb58a',1,'amrex::StateData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a27a5069889bfdf78cc315ce4aa5ca8a3',1,'amrex::FabArrayBase::RB90::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a4360be0f4e9ec5c667242a08008f8fe6',1,'amrex::FabArrayBase::RB180::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a12e01cdb22ecb858691ad5a17517eb62',1,'amrex::FabArrayBase::PolarB::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a177c1fbcdfe190ab489d7fb911028a27',1,'amrex::PhysBCFunct::define(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a0adac7662b5c3b8d10a5dbdd162d160a',1,'amrex::PhysBCFunct::define(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)']]], - ['define_2200',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2d2f5b76392326defb14c8adaee1f1a5',1,'amrex::ParticleContainerBase']]], - ['define_2201',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< Real >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< EBCellFlag >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< char >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< AtomicInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'amrex::BaseFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad04e340c23c29ecb2782dec327e0a773',1,'amrex::BARef::define(std::istream &is, int &ndims)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad0db0d492add727fe2dbf88391e1c328',1,'amrex::BARef::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#acc3f91bbfe28d183372eb8befe363972',1,'amrex::BARef::define(const Box &bx)']]], - ['define_2202',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1784a92d18a97247d05bbaae9ba0135b',1,'amrex::ParticleContainerBase']]], - ['define_2203',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< HYPRE_Int >']]], - ['define_2204',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab2d7e2f655c0926dc7856544d9626140',1,'amrex::ParticleContainerBase::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a58cb6f59ee8ed859dce4a4c82b148dab',1,'amrex::ParticleContainerBase::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'amrex::ParticleContainer_impl::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'amrex::ParticleContainer_impl::Define(ParGDBBase *gdb)']]], - ['define_2205',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< AtomicInt > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::CutFab >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::CutFab >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< AtomicInt > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a90495c408f01aebfc13f916272d48c5c',1,'amrex::BndryDataT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'amrex::FabArray::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'amrex::FabArray::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aafc2526c524b219fe69770bde17fc9af',1,'amrex::EdgeFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a55d69deebe4b1ae84fc259bfd4d045f2',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a9f157b615e14c68633617c6e2031d027',1,'amrex::BndryRegisterT::define(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#aac2ef4b2b53e50f002404a507fa667c6',1,'amrex::BndryRegisterT::define(Orientation face, IndexType typ, int in_rad, int out_rad, int extent_rad, int ncomp, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af6fb414b612b8563f5ffc4f9bdca7343',1,'amrex::EBFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a50815493c47d22812c0e9e3745e19390',1,'amrex::BoxArray::define(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1797dfe4fdb30221d30cef785da8929d',1,'amrex::BoxArray::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7a4a243bcd9c8e5066eddda908833d08',1,'amrex::BoxIterator::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a8899d4aaf8c5e2d8677a9b09f90e206b',1,'amrex::FabArrayBase::CPC::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13b8da5248f3f1d03708e1b313345847',1,'amrex::DistributionMapping::define(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a96e7ada9652464ab1d4b27d7af839c62',1,'amrex::DistributionMapping::define(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a368e1c7d60259f1f979299bf15f7c22f',1,'amrex::DistributionMapping::define(Vector< int > &&pmap) noexcept']]], - ['define_5fab_5fcoeffs_2206',['define_ab_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a73c64bfadff728bad13d0f0dcf406ca4',1,'amrex::MLABecLaplacianT']]], - ['define_5fepo_2207',['define_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a53df06970b8cf1cb353ec184bb5422ef',1,'amrex::FabArrayBase::FB']]], - ['define_5ffb_2208',['define_fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a782fbc8576a01acde04fd3e8c6686c4b',1,'amrex::FabArrayBase::FB']]], - ['define_5ffb_5fmetadata_2209',['define_fb_metadata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2099ffa4c81398ed273722ce2ff7b6f3',1,'amrex::FabArrayBase']]], - ['define_5ffine_2210',['define_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< STLtools >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< ChkptFile >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'amrex::EB2::GShopLevel::define_fine()']]], - ['define_5ffine_5fchkpt_5ffile_2211',['define_fine_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a4cf0e2bc42e8d171751ca78e59f8c82f',1,'amrex::EB2::ChkptFileLevel']]], - ['define_5ffunction_5fcalled_2212',['define_function_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< TagBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'amrex::FabArray::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< AtomicInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< PetscInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::CutFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::EBCellFlagFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::Mask >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< FArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< IArrayBox >::define_function_called()']]], - ['define_5finnard_2213',['define_innard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a57e2853a78e56b34a4af4547590b1702',1,'amrex::LUSolver']]], - ['define_5fos_2214',['define_os',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a2f92b0b744eb605c14a46ab090c244eb',1,'amrex::FabArrayBase::FB']]], - ['defineandreturnparticletile_2215',['DefineAndReturnParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, const Iterator &iter)']]], - ['defineauxdata_2216',['defineAuxData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95432ea80c81e30e58ffda678f2d926d',1,'amrex::MLCellLinOpT']]], - ['definebc_2217',['defineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3b583520578b832e04ea2baf3ea48917',1,'amrex::MLCellLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'MLLinOpT< Array< MultiFab, 3 > >::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'amrex::MLLinOpT::defineBC()']]], - ['definebuffermap_2218',['defineBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a23baa2791b5f62a9dd1e7f6c709d4615',1,'amrex::ParticleContainerBase']]], - ['defined_2219',['defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'amrex::FabArray::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'amrex::FabArray::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< TagBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< TagBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< IArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< IArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< FArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< FArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::Mask >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::Mask >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::EBCellFlagFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::EBCellFlagFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::CutFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::CutFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< PetscInt > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< PetscInt > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined()']]], - ['defineextra_2220',['defineExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a440e02d869ba355d0ade05af7dad4748',1,'amrex::EBFluxRegister']]], - ['definefab_2221',['DefineFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acd91c393bc58c4eabbffcd3f8790b74b',1,'amrex::AmrData']]], - ['definegrids_2222',['defineGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'amrex::MLLinOpT::defineGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'MLLinOpT< Array< MultiFab, 3 > >::defineGrids()']]], - ['definitelynothostrunnable_2223',['DefinitelyNotHostRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefinitelyNotHostRunnable.html',1,'amrex']]], - ['deletederiveplotvar_2224',['deleteDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1eaf7d49c3fdfa17035d39cf047d5874',1,'amrex::Amr']]], - ['deletederivesmallplotvar_2225',['deleteDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9a6b2ab66182008060baa72d4702f321',1,'amrex::Amr']]], - ['deleter_2226',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html',1,'amrex::Gpu::Deleter'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#a14473dbba9ee1812b7e99149ab261b7e',1,'amrex::Gpu::Deleter::Deleter()']]], - ['deleterequest_2227',['DeleteRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab51d46fff163f6f4e6fbf895518da383',1,'amrex::DataServices']]], - ['deletestateplotvar_2228',['deleteStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab72037810d96a60c15358d42c780d92e',1,'amrex::Amr']]], - ['deletestream_2229',['DeleteStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6a1a78975e5decf1c7aae4555a240628',1,'amrex::VisMF']]], - ['demangle_2230',['demangle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae',1,'amrex']]], - ['densebiniteratorfactory_2231',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex::DenseBinIteratorFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a02de02765bed7f5fbd756501ce1f9625',1,'amrex::DenseBinIteratorFactory::DenseBinIteratorFactory()']]], - ['densebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_2232',['DenseBinIteratorFactory< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], - ['densebins_2233',['DenseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'amrex']]], - ['densebins_3c_20particletype_20_3e_2234',['DenseBins< ParticleType >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], - ['densebins_3c_20typename_20amrex_3a_3aparticletiledata_20_3e_2235',['DenseBins< typename amrex::ParticleTileData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], - ['depth_2236',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ae8f69b337a650c2a73a3aa33dad35064',1,'amrex::Parser::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a46b0a938c3d5f41c379d0adc7bf19c0d',1,'amrex::MFIter::depth()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a9fc076452eebe7a8e37d2820b05f2dad',1,'amrex::TinyProfiler::Stats::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a83c2c6f433576ffb3e36dc221fbb230d',1,'amrex::IParser::depth()']]], - ['der_5ftype_2237',['der_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9d57d46fa6d94f5e72b31c5a00cc92bd',1,'amrex::DeriveRec']]], - ['deregisterarena_2238',['DeregisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af7c89134a317d3c1cb595a236bdaeff0',1,'amrex::TinyProfiler']]], - ['derfunc_2239',['derFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4cc703ca266623995fc8245ddd618ce3',1,'amrex::DeriveRec']]], - ['derfunc3d_2240',['derFunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a186034c4106bb55fd756738441b7837d',1,'amrex::DeriveRec']]], - ['derfuncfab_2241',['derFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afa3147e8805d601735e2dead142e4a2f',1,'amrex::DeriveRec']]], - ['derfuncmf_2242',['derFuncMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4290c1d0e6abe9448df6e449432de5d1',1,'amrex::DeriveRec']]], - ['derive_2243',['derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa57cb16059880124adbd17cba52c843d',1,'amrex::AmrLevel::derive(const std::string &name, Real time, MultiFab &mf, int dcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2d67ff78f28ebc3850bda9ca476b7f9c',1,'amrex::AmrLevel::derive(const std::string &name, Real time, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3d596021574d699fd925b664a9c1bf7c',1,'amrex::Amr::derive()']]], - ['derive_5flst_2244',['derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a792f148ee0bb20432a4acefa1c2cac9a',1,'amrex::AmrLevel']]], - ['derive_5fname_2245',['derive_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab6d9228aa813bc973c657510edc9b365',1,'amrex::ErrorRec::derive_name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a77433a32f069c939a91530330272b36d',1,'amrex::DeriveRec::derive_name()']]], - ['derive_5fplot_5fvars_2246',['derive_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a7ff13d5d803c5302fe25c97d4cf64dca',1,'amrex::Amr']]], - ['derive_5fsmall_5fplot_5fvars_2247',['derive_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5001ffe5303ca45da09139c255f75aeb',1,'amrex::Amr']]], - ['deriveboxmap_2248',['DeriveBoxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a7f8f64bd1d7de66c8300def033e45fb9',1,'amrex::DeriveRec']]], - ['derivedname_2249',['DerivedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a2ac6b3210b4469651372ff30444258cd',1,'amrex::XYPlotDataList']]], - ['derivefunc_2250',['DeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065',1,'amrex']]], - ['derivefunc3d_2251',['DeriveFunc3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549',1,'amrex']]], - ['derivefuncfab_2252',['DeriveFuncFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087',1,'amrex']]], - ['derivefuncmf_2253',['DeriveFuncMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093',1,'amrex']]], - ['derivelist_2254',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html',1,'amrex::DeriveList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a49b50b2297d6b5830f4bea151ae7a2de',1,'amrex::DeriveList::DeriveList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae3d1c1aaf168221dbb217d20f23d4868',1,'amrex::DeriveList::DeriveList(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a4942c680a576538cc99c9096947c074e',1,'amrex::DeriveList::DeriveList(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a955d7a4da11a875f2d5129baf943397c',1,'amrex::DeriveRec::DeriveList()']]], - ['deriveplotvars_2255',['derivePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b93d8c38cf0e1c1c361f54ed57bf29f',1,'amrex::Amr']]], - ['deriverec_2256',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html',1,'amrex::DeriveRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adae1ba9bc7bd0af361e8c22cd6a0a84b',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveRec::DeriveBoxMap box_map)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a134ce7d1b7bb7514ee51efa0f359e0b2',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8207b1569f97d4aa5cf965edc4cbbd76',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9ac1c9e15b69c791125940159f1a4327',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a157ed197bd5ee4a6dcaf00a8e8e3ae70',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2eac15474bb984617cc91a27b0285968',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8f3e251a40da8254934ff5e7a30cfc44',1,'amrex::DeriveRec::DeriveRec(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a945183ba64e9317e961f3b43f0308989',1,'amrex::DeriveRec::DeriveRec(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa06cbde6d66fbca3356ee4047a1ffdc7',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2d1455e0cc2bc6d97c8c0f3b6e261dea',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a57fad43f6515ed4ad690c6fc69adc71d',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)']]], - ['derivesmallplotvars_2257',['deriveSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aba45633dfea7697479eb0854d6e697aa',1,'amrex::Amr']]], - ['derivetype_2258',['deriveType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a075d81d0087a3500119f6ec6e69574eb',1,'amrex::DeriveRec']]], - ['desc_2259',['desc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5201a1b8230055d506cef5f265a8b8e2',1,'amrex::StateData::desc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#adf6d6dc0b7328fa6527754931874f685',1,'amrex::DescriptorList::desc()']]], - ['desc_5flst_2260',['desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acb5f9e8c8d903d3a700d2cc11be500e5',1,'amrex::AmrLevel']]], - ['descriptor_2261',['descriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7d0d9b72529aed95163ed531d9c7e81',1,'amrex::StateData']]], - ['descriptorlist_2262',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html',1,'amrex::DescriptorList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3228f3db7c3a74f0144dbed2bf674673',1,'amrex::StateDescriptor::DescriptorList()']]], - ['descriptormap_2263',['DescriptorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html',1,'amrex::InSituUtils']]], - ['dest_5fcomponent_2264',['dest_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#a30d08fef2b14e838731f87056d78a617',1,'amrex::NonLocalBC::PackComponents']]], - ['destcomp_2265',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html',1,'amrex']]], - ['destcomp_2266',['destComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a164510f57c480c98b19458a1516ba6dd',1,'amrex::FabCopyDescriptor']]], - ['destcomp_2267',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#aec058b399a7b244f3d848d3c128358fd',1,'amrex::DestComp']]], - ['destcomp_2268',['destComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a727cd5fc638afd570a51cec1ba21db89',1,'amrex::FabArrayBase::FabComTag']]], - ['destroy_2269',['destroy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'amrex::FabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a25f6eca7dc8d4f2269fec54f5d20f079',1,'amrex::EBFArrayBoxFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'DefaultFabFactory< CutFab >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'amrex::DefaultFabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< amrex::FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5d7df6a37fdfcef93d371c3044f424d3',1,'hacc::AlignedAllocator::destroy()']]], - ['destroy_5fpar_5ffor_5fnblocks_2270',['destroy_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4',1,'amrex::detail']]], - ['detail_2271',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html',1,'']]], - ['detected_5ft_2272',['Detected_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f',1,'amrex']]], - ['detectedor_2273',['DetectedOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222',1,'amrex']]], - ['detector_2274',['Detector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html',1,'amrex::detail']]], - ['detector_3c_20default_2c_20void_5ft_3c_20op_3c_20args_2e_2e_2e_20_3e_20_3e_2c_20op_2c_20args_2e_2e_2e_20_3e_2275',['Detector< Default, Void_t< Op< Args... > >, Op, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html',1,'amrex::detail']]], - ['determinant_2276',['determinant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a4f37e841ada15630a76680aae4e88eb5',1,'amrex::LUSolver']]], - ['determinesigns_2277',['determineSigns',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a8faf5a6ffdc4ce9947820dca5b901140',1,'amrex::algoim::detail']]], - ['device_2278',['Device',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html',1,'amrex::Gpu::Device'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737',1,'amrex::Device()']]], - ['device_5fid_2279',['device_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adf89d2ef6829289ef4e4f9ea2bd6a648',1,'amrex::Gpu::Device']]], - ['device_5fprop_2280',['device_prop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#affe1c34bea3aec80c5dabd98aea542d4',1,'amrex::Gpu::Device']]], - ['device_5fset_5fpreferred_2281',['device_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a0ab972913e7e764d7f0c88097ce1c619',1,'amrex::ArenaInfo']]], - ['device_5fset_5freadonly_2282',['device_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a106f4ef6d447922447c63d296583e917',1,'amrex::ArenaInfo']]], - ['device_5fsync_2283',['device_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a55734d57f0abbb384833f35c1a5422ef',1,'amrex::MFIter::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#ab11997c86f3b753d6e0219696f17c2f7',1,'amrex::MFItInfo::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#af984c422b61b1c2fa85896df7635e8e8',1,'amrex::Gpu::StreamItInfo::device_sync()']]], - ['device_5fsynchronize_5faround_5fregion_2284',['device_synchronize_around_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a15ae68038b556fc6fa24170d5cb0d5b5',1,'amrex::TinyProfiler']]], - ['device_5fuse_5fhostalloc_2285',['device_use_hostalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a18ad35d706eda3be6347c90f86d68e81',1,'amrex::ArenaInfo']]], - ['device_5fuse_5fmanaged_5fmemory_2286',['device_use_managed_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a961c961eb343a2fa091082a6f1717b16',1,'amrex::ArenaInfo']]], - ['devicearenaallocator_2287',['DeviceArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeviceArenaAllocator.html',1,'amrex']]], - ['devicearenawrapper_2288',['DeviceArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html',1,'amrex']]], - ['deviceid_2289',['deviceId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa5bf7f476f4a8c0ed917932d2cbdf9a4',1,'amrex::Gpu::Device']]], - ['devicename_2290',['deviceName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a63664c0cdd03b7ebcc475e542c45282d',1,'amrex::Gpu::Device']]], - ['devicepropmajor_2291',['devicePropMajor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aff182b0690355fc54cde1842964fc7db',1,'amrex::Gpu::Device']]], - ['devicepropminor_2292',['devicePropMinor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a53e232320568f93d7c3dece18c9d6807',1,'amrex::Gpu::Device']]], - ['deviceptr_2293',['devicePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a7d9d45224655edf3da07cab63c4389ec',1,'amrex::ReduceData::devicePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1a2f10f97f0ff50897c92cd0a49e292a',1,'amrex::ReduceData::devicePtr(gpuStream_t const &s)']]], - ['deviceptrif_2294',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html',1,'amrex::EB2::DevicePtrIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a62c100df08e599af41127cdac56edd51',1,'amrex::EB2::DevicePtrIF::DevicePtrIF()']]], - ['devicereducelogicaland_2295',['deviceReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a18d6ae36f6f894265b771b9d33717041',1,'amrex::Gpu']]], - ['devicereducelogicalor_2296',['deviceReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ad4d778287a96f6d710a69b41027bb9b8',1,'amrex::Gpu']]], - ['devicereducemax_2297',['deviceReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4bca2075ddd39a12c54ef72d6ab6982c',1,'amrex::Gpu']]], - ['devicereducemax_5ffull_2298',['deviceReduceMax_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a611afa3380635b22c50e0c48d1a9e127',1,'amrex::Gpu']]], - ['devicereducemin_2299',['deviceReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afcf7e4c0387e3a7e0552b832fe587303',1,'amrex::Gpu']]], - ['devicereducemin_5ffull_2300',['deviceReduceMin_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af7ce0529fa55b62f17b7ac817c6b720b',1,'amrex::Gpu']]], - ['devicereducesum_2301',['deviceReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae705989f374063902dea01ffbd8bea59',1,'amrex::Gpu']]], - ['devicereducesum_5ffull_2302',['deviceReduceSum_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af20a431607165ffa2cdb5b38b5778177',1,'amrex::Gpu']]], - ['devicescalar_2303',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html',1,'amrex::Gpu::DeviceScalar< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aad0f00e8321544217083503dd9cc0b9c',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a22ee1039a5affe922974db84c8753e9e',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a041e21c03012c74793a6baf0d916e587',1,'amrex::Gpu::DeviceScalar::DeviceScalar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#adb2f941325add1703b7369f68060c2bb',1,'amrex::Gpu::DeviceScalar::DeviceScalar(T init_val)']]], - ['devicesync_2304',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex::MFIter::DeviceSync'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a56789aad76aef5bd0fc528f7229ea183',1,'amrex::MFIter::DeviceSync::DeviceSync(bool f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a3df7983ede04a37801dcd7f2ed37f54d',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ab80259827235e9ab36d22ae3e6ca9774',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync const &)=delete']]], - ['devicetodevice_2305',['DeviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToDevice.html',1,'amrex::Gpu']]], - ['devicetodevice_2306',['deviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a45b5d93b9e83ebcd8fb2f1e90aced0c7',1,'amrex::Gpu']]], - ['devicetohost_2307',['DeviceToHost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToHost.html',1,'amrex::Gpu']]], - ['devicetohost_2308',['deviceToHost',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4cb810463e0c04bdea932a011e77b548',1,'amrex::Gpu']]], - ['devicevector_2309',['DeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99e1f048890efc1c275606cb9bdc41c7',1,'amrex::Gpu']]], - ['devicevendor_2310',['deviceVendor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a756e125c87b0efc96386031d3eae7402',1,'amrex::Gpu::Device']]], - ['dfab_2311',['dfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a5b47f9aecb42542c5cc92633b2c09aa2',1,'amrex::Array4BoxValTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a0a4d3f31679a1d0edccfb7d2699763f4',1,'amrex::Array4BoxTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#a04cb8b343be42109c1257d014e594982',1,'amrex::Array4Tag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a0af5e7f4b8e30aeab79ff9ec7e87eb14',1,'amrex::Array4PairTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#aef5390f66b37321520eab6d652c45679',1,'amrex::Array4CopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a8b7fb88aaf1b5b61ce558669ab58c484',1,'amrex::Array4MaskCopyTag::dfab()']]], - ['dfft_2312',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad7c307b21c4a2f7af800f6fb1d76cd62',1,'hacc::Dfft::Dfft(Distribution &dist, complex_t *forward_output, complex_t *forward_scratch, complex_t *backward_input, complex_t *backward_scratch, unsigned int flags=FFTW_MEASURE)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a78de684b4a4634ef87e4421b8bf26db2',1,'hacc::Dfft::Dfft(Distribution &dist)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html',1,'hacc::Dfft']]], - ['dfft_2eh_2313',['Dfft.H',['https://amrex-codes.github.io/amrex/doxygen/Dfft_8H.html',1,'']]], - ['dfftc_2ecpp_2314',['DfftC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DfftC_8cpp.html',1,'']]], - ['diaginv_2315',['diaginv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a2a350b0e24a97da1c350b8116d0341ec',1,'amrex::PETScABecLap::diaginv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a6eb22e62b62ea0d2bcfef92f18df5304',1,'amrex::Hypre::diaginv()']]], - ['diagshift_2316',['diagShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'amrex::IntVectND::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9',1,'amrex::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'IntVectND< AMREX_SPACEDIM >::diagShift()']]], - ['difference_5ftype_2317',['difference_type',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa85cb38a8a671ea721f4f8d96b5d061e',1,'hacc::AlignedAllocator::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< unsigned int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< std::size_t >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::XDim3 >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< index_type >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int *, DefaultAllocator< const int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::STLtools::Triangle >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::openbc::MomTag >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::NeighborCode >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::BoxND >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'amrex::PODVector::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int *, DefaultAllocator< int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int >::difference_type()']]], - ['differenceif_2318',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html',1,'amrex::EB2::DifferenceIF< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5934e246e3cb53aa2835bab4b50f1cc3',1,'amrex::EB2::DifferenceIF::DifferenceIF()']]], - ['dim_2319',['dim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a78d40ceae2fb38ee7ca043a081231556',1,'amrex::TableData']]], - ['dim3_2320',['Dim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html',1,'amrex']]], - ['dim3_2321',['dim3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'IntVectND< AMREX_SPACEDIM >::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'IntVectND< AMREX_SPACEDIM >::dim3() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'amrex::IntVectND::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'amrex::IntVectND::dim3() const noexcept']]], - ['dir_2322',['dir',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#abc4806d770f658e00217fc2fbcbfcd9c',1,'amrex::MLMGPSTag::dir()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a95359e9882e0ed2aeb06e3e06cbd0d2b',1,'amrex::MLMGABCTag::dir()']]], - ['direction_2323',['Direction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69',1,'amrex']]], - ['dirichlet_5fhi_2324',['dirichlet_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa1322afdd0c679a263cb5637732121f5',1,'amrex::CurlCurlDirichletInfo']]], - ['dirichlet_5flo_2325',['dirichlet_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ab41d14427ee6aa987dec1a6777f089c9',1,'amrex::CurlCurlDirichletInfo']]], - ['dirichlet_5fmask_2326',['dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae0af71a571c9aa2ae19cac29ee7deb4a',1,'amrex::HypreNodeLap']]], - ['dirname_2327',['dirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a599d00f7afc5dc348ba84e2ad4ab3bb2',1,'BLProfStats']]], - ['dirname_2328',['DirName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a87ed18b9e628d872b53b55a5b3fed710',1,'amrex::VisMF']]], - ['disabledevicesync_2329',['DisableDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#aed9ddfaaefcb489e81209d64b9f95cb4',1,'amrex::Gpu::StreamItInfo::DisableDeviceSync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aacb603c75ce2df79804828a062a0a1c5',1,'amrex::MFItInfo::DisableDeviceSync()']]], - ['disablefpexcept_2330',['disableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262',1,'amrex']]], - ['disjunction_2331',['Disjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction.html',1,'amrex']]], - ['disjunction_3c_20b1_20_3e_2332',['Disjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_01_4.html',1,'amrex']]], - ['disjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_2333',['Disjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], - ['dispatch_2334',['Dispatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3d198815ecb3b80907c97384e5752fa7',1,'amrex::DataServices']]], - ['dist_2335',['dist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a2e96b12d786c1a37bdf4b9ea3c5b07f2',1,'amrex::SplineDistFcnElement2d']]], - ['distance2_2336',['Distance2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02',1,'amrex::tri_geom_ops']]], - ['distfcnelement2d_2337',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html',1,'amrex::distFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#ab79277b2525228d30bc8dec1ebb789c4',1,'amrex::distFcnElement2d::distFcnElement2d()']]], - ['distribute_2338',['distribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aa47a0fcba1b6084cfc319bf1e64267bb',1,'amrex::Cluster']]], - ['distribution_2339',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2ecffa7567ac7fd381a9516c660f1c46',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a851685f4fd98680160a52b05b0254874',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8f4f9713f602b41d9bf405c0d0743d9f',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aafa1cb9e62443ac3329d94a82309f9c1',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html',1,'hacc::Distribution']]], - ['distribution_2ec_2340',['distribution.c',['https://amrex-codes.github.io/amrex/doxygen/distribution_8c.html',1,'']]], - ['distribution_2eh_2341',['Distribution.H',['https://amrex-codes.github.io/amrex/doxygen/Distribution_8H.html',1,'']]], - ['distribution_5fc_2eh_2342',['distribution_c.h',['https://amrex-codes.github.io/amrex/doxygen/distribution__c_8h.html',1,'']]], - ['distribution_5ft_2343',['distribution_t',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html',1,'']]], - ['distributionc_2ecpp_2344',['DistributionC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DistributionC_8cpp.html',1,'']]], - ['distributionmap_2345',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9e7b30efeb63bececf47db9012dcc114',1,'amrex::AmrData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d63aa23ccf6091e7af223a9b91569e9',1,'amrex::AmrLevel::DistributionMap()']]], - ['distributionmap_2346',['distributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adcb92e864340876da67df2fc64d8bdd7',1,'amrex::FabArrayBase']]], - ['distributionmap_2347',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4d7e5f67da4157aff9d446dad8c5271d',1,'amrex::FabSetT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a900d9137ef4b7f6dedc412b3caecbee9',1,'amrex::AmrMesh::DistributionMap() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0dfee271ae9f2b00ab0b2ce8abd85d2d',1,'amrex::AmrMesh::DistributionMap(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4586c2c2a9ea3418e1a7c8830d6d8c73',1,'amrex::AmrMesh::DistributionMap(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8008f8edc6ab3099b32c1dc8d8f25c6a',1,'amrex::AmrParGDB::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a092a134a6f7fd3ba7abb9a0922d08b6d',1,'amrex::BndryRegisterT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abd59469241abaab18e1c2db8b7ceb4ed',1,'amrex::FabArrayBase::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac93ed636c144b7c065bb092b03b0cde7',1,'amrex::EB2::Level::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a47d2e159ed2d66cd78498ea5bea35a17',1,'amrex::MFIter::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a399e380fa767dede8285ab80c9237e77',1,'amrex::MultiCutFab::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9a56afa54c82c81ec0db1992cf1a8d7b',1,'amrex::MultiMask::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a416b527dd5c8e947a91fbfcd0d21a857',1,'amrex::ParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3555956e9bee2362c8afb3587bff855f',1,'amrex::ParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0821e41056b4d6537d641fa5fe099b40',1,'amrex::ParGDBBase::DistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ae10b617dd3bc8255901ecb1957b5e821',1,'amrex::ParGDBBase::DistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0d8ab75fa81879e1ed0f1a08d34ae84f',1,'amrex::PlotFileData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a70d6cbc99c385ce26c48743914bbce42',1,'amrex::PlotFileDataImpl::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1f08c8bd5682d1afe2031d820e4456f9',1,'amrex::StateData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a12049e384e7155d62c0064f9bdd42fbc',1,'amrex::AmrParGDB::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a555c4b5fe79b1980aa29a54afc36b809',1,'amrex::MPMD::Copier::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7f0f20e75035bba303139745b047a7be',1,'amrex::EBFArrayBoxFactory::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b',1,'amrex::DistributionMap(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7',1,'amrex::DistributionMap(Array< MF, N > const &mf)']]], - ['distributionmapping_2348',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html',1,'amrex::DistributionMapping'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a46d444147384008abb31507e25a6d191',1,'amrex::DistributionMapping::DistributionMapping()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad05bb174b684bf176574ad7d0a7b08c3',1,'amrex::DistributionMapping::Ref::DistributionMapping()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5b29dfab26c50e7623e9ac1933f4fe27',1,'amrex::DistributionMapping::DistributionMapping() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a940ddab8afa610cdbfddc60ce7f5d6c2',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &d1, const DistributionMapping &d2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a703f47c1a88e1f3baa4c3f157b91eaaa',1,'amrex::DistributionMapping::DistributionMapping(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4dd74437850acae369e8514f7a0b02c2',1,'amrex::DistributionMapping::DistributionMapping(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abde23cc33667972a2afe218c001d6f70',1,'amrex::DistributionMapping::DistributionMapping(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a640d5ea0d462f3e133fba13902dbb5fd',1,'amrex::DistributionMapping::DistributionMapping(DistributionMapping &&rhs) noexcept=default']]], - ['divide_2349',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< Real >::divide(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< Real >::divide(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< PetscInt >::divide(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< PetscInt >::divide(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< Real >::divide(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< Real >::divide(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< Real >::divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aabde614a5f0cb0b6d2b8aa8b4fe53b7d',1,'amrex::Math::FastDivmodU64::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad9722d52a2bd88a4c6f5bbe7f71dd747',1,'amrex::iMultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aca202d20f39f94aabb5ffd1581a535f2',1,'amrex::MultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< AtomicInt >::divide()']]], - ['divide_2350',['Divide',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a95225444c8b981eefd0e44bf763dfe19',1,'amrex::Gpu::Atomic::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], - ['divide_2351',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'amrex::BaseFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'amrex::BaseFab::divide(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'amrex::BaseFab::divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'amrex::BaseFab::divide(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< AtomicInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'amrex::BaseFab::divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'amrex::BaseFab::divide(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'amrex::BaseFab::divide(T const &r, int comp, int numcomp=1) noexcept']]], - ['divide_2352',['Divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac5e5a2510a046eb1e6567c06c71a55ad',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa87b51ae98f171c3624b5f6cbdfffac0',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a9aa5acb6b1a4d4701d4d35cc2a21f2c6',1,'amrex::iMultiFab::Divide()']]], - ['divide_2353',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< PetscInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< char >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< PetscInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< char >::divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< char >::divide(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< char >::divide(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< char >::divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< char >::divide(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< char >::divide(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< AtomicInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< int >::divide(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< int >::divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< int >::divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< int >::divide(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< int >::divide(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< int >::divide(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< int >::divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< int >::divide(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], - ['divide_5fdevice_2354',['Divide_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a6bd8e274f3c060b8f34e508ca531f527',1,'amrex::Gpu::Atomic']]], - ['divides_2355',['Divides',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html',1,'amrex']]], - ['divisor_2356',['divisor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a7959b6f2f90d3b613e82c6ae4a22477c',1,'amrex::Math::FastDivmodU64']]], - ['divmod_2357',['divmod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a16dc01c31468084384ff41fcff7c2152',1,'amrex::Math::FastDivmodU64']]], - ['dlist_2358',['dlist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a687b60c01f5addf31abee4e0a6510873',1,'amrex::DeriveList']]], - ['dm_5fcfb_2359',['dm_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aeb127de6351fbe080c4d924c38e6a9db',1,'amrex::FabArrayBase::CFinfo']]], - ['dm_5fpatch_2360',['dm_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a15a4200a7d7cf4f2fa85ce1bef2bf3b3',1,'amrex::FabArrayBase::FPinfo']]], - ['dmap_2361',['dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab0ab7555be82910d8100d7bc3aa55d1d',1,'amrex::AmrLevel::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab7f8457c3e5a0dc0295247f005e5a107',1,'amrex::AmrMesh::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9c2f378636a2b4fbc0fba818719bace7',1,'amrex::HypreNodeLap::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa537bc30a17ee4576c5490ca30da94c1',1,'amrex::StateData::dmap()']]], - ['dms_2362',['dms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a710675d78fd400523b979d941930b56e',1,'amrex::ForkJoin']]], - ['do_5fagglomeration_2363',['do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a92aabd4e7880bf08c8d9195ebf723512',1,'amrex::LPInfo']]], - ['do_5fconsolidation_2364',['do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a60ea99c73f17852d0e41ea154b86841a',1,'amrex::LPInfo']]], - ['do_5ffixed_5fnumber_5fof_5fiters_2365',['do_fixed_number_of_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8862750ef456314cfb8dc970b37444af',1,'amrex::MLMGT']]], - ['do_5finitval_2366',['do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab0b477e69a1fe773b7467810181a3056',1,'amrex::FArrayBox::do_initval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a775df7bf092a1173c172bd7ec7dd3f37',1,'amrex::IArrayBox::do_initval()']]], - ['do_5fjob_2367',['do_job',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a7ef8784994644d4a4fa8a46205610b2b',1,'amrex::BackgroundThread']]], - ['do_5flimiting_2368',['do_limiting',['../structPPM_1_1upwind.html#a0b245430da6c12469174e9d33c3d966a',1,'PPM::upwind::do_limiting()'],['../structPPM_1_1nolimiter.html#ac317298ef53cc38dcf3af88d88a62cf9',1,'PPM::nolimiter::do_limiting()'],['../structPPM_1_1vanleer.html#a5e0e1cb322ffd0eb3c1b7b041eba5dbf',1,'PPM::vanleer::do_limiting()'],['../structPPM_1_1weno__js.html#a2fc63b16558b90434db71ac123bce0ce',1,'PPM::weno_js::do_limiting()'],['../structPPM_1_1wenoz.html#a2a5b9ac260f90369eba3e9b63ecc59dd',1,'PPM::wenoz::do_limiting()'],['../structPPM_1_1minmod.html#af7df714d1485cb58db90d9d895c61ca8',1,'PPM::minmod::do_limiting()']]], - ['do_5flinear_5flimiting_2369',['do_linear_limiting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a7817252503faedf1d87fcbdcc89c3509',1,'amrex::CellConservativeLinear::do_linear_limiting()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a91c24df4c8841c52503e3ce919f6a223',1,'amrex::MFCellConsLinInterp::do_linear_limiting()']]], - ['do_5flocal_5fcopy_2370',['do_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73',1,'amrex::NonLocalBC']]], - ['do_5fmax_2371',['do_max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f) noexcept']]], - ['do_5fmin_2372',['do_min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs)']]], - ['do_5fnsolve_2373',['do_nsolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a262150be12f270d4328ceff545f0afd6',1,'amrex::MLMGT']]], - ['do_5fprint_2374',['do_print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a94c0f899273eecb5387f06f7ea455a5b',1,'amrex::TinyProfiler::ProcStats']]], - ['do_5fsemicoarsening_2375',['do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a152aad4c314ba51947044170a8ccd3a5',1,'amrex::LPInfo']]], - ['do_5ftiling_2376',['do_tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a29311c7fd7f83d43f84951476f9a265d',1,'amrex::ParticleContainerBase::do_tiling()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aa0e640aaf2bcd0cf8904c0ed0ceaf75f',1,'amrex::MFItInfo::do_tiling()']]], - ['doagglomeration_2377',['doAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'amrex::MLLinOpT::doAgglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'MLLinOpT< Array< MultiFab, 3 > >::doAgglomeration()']]], - ['doallreduce_2378',['DoAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07',1,'amrex::ParallelDescriptor::detail']]], - ['doconsolidation_2379',['doConsolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'amrex::MLLinOpT::doConsolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'MLLinOpT< Array< MultiFab, 3 > >::doConsolidation()']]], - ['dohandshake_2380',['doHandShake',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944',1,'amrex::doHandShake()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1e6f1a7b8905dec2a13373c091bedc8b',1,'amrex::ParticleCopyPlan::doHandShake(const Vector< Long > &Snds, Vector< Long > &Rcvs) const']]], - ['dohandshakealltoall_2381',['doHandShakeAllToAll',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a410a945342c2a7449729c798a20bc3b0',1,'amrex::ParticleCopyPlan']]], - ['dohandshakeglobal_2382',['doHandShakeGlobal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aed6ce5722cec6f115b481566e50d088c',1,'amrex::ParticleCopyPlan']]], - ['dohandshakelocal_2383',['doHandShakeLocal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afb1ad83ab8ab56bb98500f418fc2cc42',1,'amrex::ParticleCopyPlan::doHandShakeLocal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87',1,'amrex::doHandShakeLocal()']]], - ['doihi_2384',['doiHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a6a2407605aa54bfbe9ab269a75f3468e',1,'amrex::BATnull::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a518576afbe32afb8a0501196286dbae1',1,'amrex::BATbndryReg::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a0fd60194fc2b5b2e1f5f7d377908b808',1,'amrex::BATcoarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a276c46d26f6db6df336883ccc6ada8db',1,'amrex::BATindexType::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a404878857e4062b52ad8b0f06ee5db54',1,'amrex::BATindexType_coarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ac52986aa2fd74bc95cde0b02e2c0e3cd',1,'amrex::BATransformer::doiHi()']]], - ['doilo_2385',['doiLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a7285c09a1d6f9dee7aea847d412e7edf',1,'amrex::BATbndryReg::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#abefd760a607993885ee7a89672116eec',1,'amrex::BATcoarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#af9fb7b334dc4037e902f2ce77c7ffee9',1,'amrex::BATindexType::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a353060b217e05d5782a3e230f0f80f1e',1,'amrex::BATindexType_coarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#adbf770a4d1b9218ca9d68249d84e9b36',1,'amrex::BATnull::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a4a5cde989725fd732d0c5d4359869c86',1,'amrex::BATransformer::doiLo()']]], - ['doit_2386',['doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#a43c58d145a800ea3c476b5ad319c158b',1,'amrex::BoxConverter::doit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a3b2dee7384a3427ecb8dc33e76dd0eb1',1,'amrex::InterpolaterBoxCoarsener::doit()']]], - ['dolocalcopy_2387',['DoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1DoLocalCopy.html',1,'amrex::NonLocalBC']]], - ['domain_2388',['domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51e767063a27b4c6941e585193242bde',1,'amrex::StateData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< AtomicInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aaa23e379300a9df362fc27641c229baf',1,'amrex::GetParticleBin::domain()']]], - ['domain_2389',['Domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af81c3f65acdb48fa02f25a43b98baee7',1,'amrex::AmrLevel::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a26aca5aed0a35b2075c1311ff2b92988',1,'amrex::FabArrayBase::CFinfo::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a94f4ddb683e381201694d644be7566f1',1,'amrex::Geometry::Domain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a781c6fe9c69aab1b6955f311503888bc',1,'amrex::Geometry::Domain(const Box &bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a78db670074823f2ab6e05b0780d50485',1,'amrex::GeometryData::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a41d52e3a7bfcb2c174c80a6a14ad5e53',1,'amrex::Periodicity::Domain()']]], - ['domain_2390',['domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a092f48607ca49b3796425e78b96a3b68',1,'amrex::GeometryData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a52477661ac7c7ccbd93f397340176c74',1,'amrex::Geometry::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< Real >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< PetscInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< int >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< HYPRE_Int >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< EBCellFlag >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< char >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'amrex::BaseFab::domain()']]], - ['donetag_2391',['doneTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac2bc46fbbf9021c0c3991365bde31e33',1,'amrex::NFilesIter']]], - ['doreduce_2392',['DoReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce',1,'amrex::ParallelDescriptor::detail']]], - ['dosemicoarsening_2393',['doSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'MLLinOpT< Array< MultiFab, 3 > >::doSemicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'amrex::MLLinOpT::doSemicoarsening()']]], - ['dosplitparticleid_2394',['DoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a57a04adbe182d509a89869d06f668b31',1,'amrex::LongParticleIds']]], - ['dot_2395',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< HYPRE_Int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< AtomicInt >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< EBCellFlag >::dot(const BaseFab< EBCellFlag > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< EBCellFlag >::dot(const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< char >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< char >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< char >::dot(const BaseFab< char > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< char >::dot(const Box &xbx, int xcomp, const BaseFab< char > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< AtomicInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< AtomicInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< EBCellFlag >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< AtomicInt >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'amrex::BaseFab::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'amrex::BaseFab::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'amrex::BaseFab::dot(const BaseFab< T > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'amrex::BaseFab::dot(const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept']]], - ['dot_2396',['Dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a115acdf454f3e0732ee54de9d5ff2057',1,'amrex::MultiFab::Dot(const iMultiFab &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a87437456f64f8610e6d34d17929fdb4f',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5397e3c5e4cbb69279db604d3f1f2a60',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)']]], - ['dot_2397',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< PetscInt >']]], - ['dot_2398',['Dot',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7',1,'amrex']]], - ['dot_2399',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< Real >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< Real >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< Real >::dot(const BaseFab< Real > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< Real >::dot(const Box &xbx, int xcomp, const BaseFab< Real > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< PetscInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< PetscInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< PetscInt >::dot(const BaseFab< PetscInt > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< int >::dot(const BaseFab< int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< int >::dot(const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< HYPRE_Int >::dot(const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< EBCellFlag >::dot()']]], - ['doteamreduce_2400',['doTeamReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6a675ddfa6ba286e367461bdca0de992',1,'amrex::ParallelDescriptor']]], - ['dotmask_2401',['dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< Real >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< PetscInt >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< int >::dotmask(const BaseFab< int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< HYPRE_Int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< EBCellFlag > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< AtomicInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'amrex::BaseFab::dotmask(const BaseFab< T > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'amrex::BaseFab::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< PetscInt >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< Real >::dotmask()']]], - ['dotprod_2402',['DotProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465',1,'amrex::tri_geom_ops']]], - ['dotproduct_2403',['dotProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3784c11ec581a1ab5edb0e2d2308e86f',1,'amrex::GMRESMLMGT::dotProduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept']]], - ['dotxy_2404',['dotxy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0763a66aaeb9436c92418c9438af1348',1,'amrex::MLCGSolverT']]], - ['dounlink_2405',['doUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'amrex::ParticleContainer_impl::doUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::doUnlink()']]], - ['doupdate_2406',['doUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#adb5a0dd2bc78011f72b1c9881139094b',1,'amrex::InSituBridge']]], - ['dp_2407',['dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type const >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'amrex::MultiArray4::dp()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8e53936d3fd7c9e7c1870a499156cd87',1,'sdcquadrature_mod::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aef9ccbc50e8c6d02eda1902423d91f02',1,'amrex::Gpu::DeviceScalar::dp()']]], - ['dptr_2408',['dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< char >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< EBCellFlag >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< HYPRE_Int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< PetscInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< Real >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'amrex::BaseFab::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< AtomicInt >::dptr()']]], - ['dsarray_2409',['dsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a62883d11e6cc5ff7d023eb4f21b0e422',1,'amrex::DataServices']]], - ['dsarrayindex_2410',['dsArrayIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a7b5b5a6f71f4bef7caf3ca81377c97b3',1,'amrex::DataServices']]], - ['dsarrayindexcounter_2411',['dsArrayIndexCounter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2a095147c88e1356696aa47fb9bcf797',1,'amrex::DataServices']]], - ['dsbatchmode_2412',['dsBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa20cf93243c6cf029d82ffabe3719952',1,'amrex::DataServices']]], - ['dsfaboutsize_2413',['dsFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aea89d718ba649ae2217135d549e512cd',1,'amrex::DataServices']]], - ['dsrequesttype_2414',['DSRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9',1,'amrex::DataServices']]], - ['dst_5fgrid_2415',['dst_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab07c901bc54f86b711f1d4ea18afcab0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dst_5findex_2416',['dst_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a7d5e87b5bae531e70f45aeafbf5fd2e4',1,'amrex::NeighborParticleContainer::NeighborIndexMap::dst_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a63ec938a78695587259fdb7a096233c0',1,'amrex::NeighborParticleContainer::NeighborCopyTag::dst_index()']]], - ['dst_5flevel_2417',['dst_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ad00126c82bbb6199048a6d15551ed5a0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dst_5ftile_2418',['dst_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6934b79f725b578ab2bb11f3a6401c41',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dstindex_2419',['dstIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#abc0d662cdc63c3e99f4c114dc3ac266f',1,'amrex::FabArrayBase::CopyComTag']]], - ['dt_5flevel_2420',['dt_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1aa63d206ed0a9bbb5365d703260601b',1,'amrex::Amr']]], - ['dt_5fmin_2421',['dt_min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43fe1508a0a3160d4ba363fd663d520a',1,'amrex::Amr']]], - ['dtex_2422',['dtex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aeb3a3eb0ea9abaf2f440c82e8e9a486d',1,'amrex::TinyProfiler::Stats']]], - ['dtexavg_2423',['dtexavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a23387ec0b0dd45815da72c13541e68de',1,'amrex::TinyProfiler::ProcStats']]], - ['dtexmax_2424',['dtexmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a65dee4854dfd2baf26af6b16812090e3',1,'amrex::TinyProfiler::ProcStats']]], - ['dtexmin_2425',['dtexmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a01cbf389132c01e2971cb1723fa846cd',1,'amrex::TinyProfiler::ProcStats']]], - ['dtin_2426',['dtin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#abc66c2425cf9bbd67c89d82f69597d2c',1,'amrex::TinyProfiler::Stats']]], - ['dtinavg_2427',['dtinavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ab36067feb232434de61f459d59427970',1,'amrex::TinyProfiler::ProcStats']]], - ['dtinmax_2428',['dtinmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#aba8890827f1d77d1a04fda2971170ffe',1,'amrex::TinyProfiler::ProcStats']]], - ['dtinmin_2429',['dtinmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ad9c2c49d8b22ac959def10c90dd3ed30',1,'amrex::TinyProfiler::ProcStats']]], - ['dtlevel_2430',['dtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf57ca7f26b3f1bf6c5af3e1e2c4d66',1,'amrex::Amr::dtLevel(int level) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a904343b1efe2ff873b545c80a69e58e8',1,'amrex::Amr::dtLevel() const noexcept']]], - ['dtmin_2431',['dtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ace23e3b0cd924344014b8b5451d7c359',1,'amrex::Amr']]], - ['dtod_5fmemcpy_2432',['dtod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab695bddeb3cc727225d95a1826472ae4',1,'amrex::Gpu']]], - ['dtod_5fmemcpy_5fasync_2433',['dtod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a00026ef5f8505586ed52acbbc11fdf91',1,'amrex::Gpu']]], - ['dtoh_5fmemcpy_2434',['dtoh_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa443a27f05e81db793b131d3fc0b101c',1,'amrex::Gpu::dtoh_memcpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)']]], - ['dtoh_5fmemcpy_5fasync_2435',['dtoh_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6cb0d90b937d4749b2219ad0e9fa8277',1,'amrex::Gpu']]], - ['dtos_2436',['dtos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#af5e6237a29344dbd4ff748c0bf22cdb7',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], - ['dumpnames_2437',['dumpNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af8ba2875788e8e7b91f4b3fa77063b19',1,'amrex::StateDescriptor']]], - ['dumpslice_2438',['DumpSlice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19cde97e63c0537fa272e4c22ad51c1d',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3e0c29efb7a3629a66a7f41a8c5d491c',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ae28327a41bb34ffad052eecb96f05f00',1,'amrex::DataServices::DumpSlice(const Box &slicebox, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a8c427a00d85a1895247f6e0aa0c60aa2',1,'amrex::DataServices::DumpSlice(const Box &slicebox)']]], - ['dumpsliceboxallvars_2439',['DumpSliceBoxAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9afe2794e70b17fe16bcb75ba47e1256ec',1,'amrex::DataServices']]], - ['dumpsliceboxonevar_2440',['DumpSliceBoxOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af054f888c4a6d02eefe226e674edb2d6',1,'amrex::DataServices']]], - ['dumpsliceplaneallvars_2441',['DumpSlicePlaneAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a54c4c9509960a44b3156e7a998309649',1,'amrex::DataServices']]], - ['dumpsliceplaneonevar_2442',['DumpSlicePlaneOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a60513fa501bb96f4059cec668c6f0126',1,'amrex::DataServices']]], - ['dumptable_2443',['dumpTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad5376a2e65027c356b38efbef3180c28',1,'amrex::ParmParse']]], - ['duplicate_2444',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282a24f1b0a79473250c195c7fb84e393392',1,'amrex::ForkJoin::duplicate()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9b34553675e4bbe3e7e6108780d34975',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a69b29ecaacdc25da8869a005da585ef2',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, const Periodicity &periodicity)']]], - ['duplicatecell_2445',['DUPLICATECELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530aa193ff323f29029e1e37eacda443d808',1,'amrex::InSituUtils']]], - ['duplicatepoint_2446',['DUPLICATEPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa75247ce651a3068b41ed2029e5cc7f1e',1,'amrex::InSituUtils']]], - ['dx_2447',['Dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a6dc7a3f96e7d9b912a500fb17abb9a83',1,'amrex::SplineDistFcnElement2d']]], - ['dx_2448',['dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a178c38de0cae8e587e4c34541db7f45b',1,'amrex::CoordSys::dx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a6ae1008fee5d826e469209d098776573',1,'amrex::GeometryData::dx()']]], - ['dx_2449',['dX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9810578aa21d4c3ea548697820ada970',1,'amrex::XYPlotDataList']]], - ['dxbydt_2450',['dxbydt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#aa2f966fab2d0ee8cfc12ea3d5260fe99',1,'amrex::SplineDistFcnElement2d']]], - ['dxi_2451',['dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a694afb5ccbf5c681f6b016e2574f69ab',1,'amrex::GetParticleBin']]], - ['dxlevel_2452',['DxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6a60af608e73c830bde3bf1b312d1df5',1,'amrex::AmrData']]], - ['dxlevel_2453',['dxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acf28800ea1c047a973e104f20c05fa4d',1,'amrex::AmrData']]], - ['dy_2454',['Dy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a9ef7c332f4ef1f1409c3dfec141c016a',1,'amrex::SplineDistFcnElement2d']]], - ['dynamic_2455',['dynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#af8c9a28c98c151eb32f0352334376536',1,'amrex::MFItInfo::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#ada6090f6c7ce7cb692304ca36611204e',1,'amrex::DynamicTiling::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a16fa2d144bcc71d665056de5938c4b32',1,'amrex::MFIter::dynamic()']]], - ['dynamicswapcomponents_2456',['DynamicSwapComponents',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6',1,'amrex::NonLocalBC']]], - ['dynamictiling_2457',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html',1,'amrex::DynamicTiling'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#a9b6c938ca6b52d48ecf4baba551ecc64',1,'amrex::DynamicTiling::DynamicTiling()']]] + ['d_2137',['d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a6950160b2030b297124a1571626a19c2',1,'amrex::Scan::detail::BlockStatus< T, true >::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a9d33634c4393856708a688f9cdae7052',1,'AMREX_PARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#af72feb58c2b23267e870e141bee1a619',1,'AMREX_IPARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a5cd500fbad261878702ef0cfc4756e26',1,'hacc::Dfft::d()']]], + ['d2_5fchunk_2138',['d2_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a957bdfca24a116d7bb5f7bcbde3a93fa',1,'distribution_t']]], + ['d3_5fchunk_2139',['d3_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a971ee0fe2ddf42e0669273a5ebda1512',1,'distribution_t']]], + ['d_5fbucket_5fto_5fpid_2140',['d_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aa7c6792f4a3209b8404f8ea41cd48a15',1,'amrex::ParticleBufferMap']]], + ['d_5fdata_2141',['d_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a6c0016dc5cea22d25e6d9946f88c40d2',1,'amrex::Gpu::Buffer::d_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8faf9b9425340e64e8849fad230ca590',1,'amrex::Gpu::AsyncArray::d_data()']]], + ['d_5fint_5fcomp_5fmask_2142',['d_int_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb86bf7ccfb6c6fdc0d232135a1c5908',1,'amrex::ParticleCopyPlan']]], + ['d_5flev_5fgid_5fto_5fbucket_2143',['d_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a22ef66dc732fb28117376c5a3cf60c9a',1,'amrex::ParticleBufferMap']]], + ['d_5flev_5foffsets_2144',['d_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a4d6a055510febbd0115e3cc4fcb77e71',1,'amrex::ParticleBufferMap']]], + ['d_5fnumpts_2145',['d_numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a85a31cf2bd546e2292492cb6c288eb8d',1,'amrex::BoxArray::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'amrex::BoxND::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'BoxND< AMREX_SPACEDIM >::d_numPts()']]], + ['d_5freal_5fcomp_5fmask_2146',['d_real_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a36f3d83885b79143865c67ff5599414e',1,'amrex::ParticleCopyPlan']]], + ['data_2147',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex::IParser::Data'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex::Parser::Data'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html',1,'amrex::Scan::detail::BlockStatus< T, true >::Data']]], + ['data_2148',['data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, nelems >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< PetscInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< RealTuple >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< RealTuple >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a16717da298c94c764eaa8f309fc1a4aa',1,'amrex::MultiCutFab::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a033e611a5f48e7d975d4e5485d89e742',1,'amrex::MultiCutFab::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'amrex::LayoutData::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'amrex::LayoutData::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, nelems >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< PetscInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal *, NAR >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a206ec1ef64bc03efcea7eb01a0c8c9e7',1,'amrex::detail::SingleChunkArena::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal *, NAR >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< BCTuple > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< BCTuple > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< RealTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< RealTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< GFab >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< GFab >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< HYPRE_Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< HYPRE_Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< index_type >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< index_type >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int *, DefaultAllocator< int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int *, DefaultAllocator< int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< std::size_t >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< std::size_t >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< unsigned int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< unsigned int >::data() const noexcept']]], + ['data_2149',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a3a7c71fc152cee485f33789b17cfc208',1,'amrex::IParser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#adaa4647da1bb1c2ca10dd948bb6fe43f',1,'amrex::IParser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a2e9b325c1dff6d61148fc39ac8e05be9',1,'amrex::IParser::Data::Data(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ae5a515e4a0f7e957166b9740890d725f',1,'amrex::Parser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac88392e0c4583be81220ff8349b20efe',1,'amrex::Parser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a94d23586af302f978d96c232930c18a6',1,'amrex::Parser::Data::Data(Data &&)=delete']]], + ['data_2150',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::STLtools::Triangle >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'amrex::PODVector::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'amrex::PODVector::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::BoxND >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::BoxND >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::NeighborCode >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::NeighborCode >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::openbc::MomTag >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::openbc::MomTag >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::STLtools::Triangle >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aad9ab69804553dea8362074835debb75',1,'amrex::NeighborList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::XDim3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::XDim3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afe7f9b519cf72113b64dbcd946a75c76',1,'amrex::Gpu::AsyncArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'amrex::GpuArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abb8b8662f077d9913f0af282f32ed415',1,'amrex::Geometry::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#ab2a42ebf52c9f805e2936c17ffb8297a',1,'amrex::Gpu::Buffer::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3c1a6f7fdd37b0efeabc75f9f2375a1f',1,'amrex::Gpu::Buffer::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3f9eee26f225648bbc267b866f01fde',1,'amrex::BoxList::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a39ed8708f5d1a7c4aaa7a8a792dc13d8',1,'amrex::BoxList::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a30700e2fa5f70e566d3c6a949d4909c4',1,'amrex::BoxCommHelper::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf15a5bae1a2d1990af066964065fb87',1,'amrex::BoxCommHelper::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a273ad3699cd14ecb14a4bb02e8345bc9',1,'amrex::BCRec::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac52da52fb6620c12950356fb0ac0aaf7',1,'amrex::BCRec::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7eb7385d681e311fe42ad728f45ed316',1,'amrex::Gpu::AsyncArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a587a4a10fa11a091d2b57aa50b43f470',1,'amrex::ArrayOfStructs::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad040e67ea503fa40a83de00851442e40',1,'amrex::ArrayOfStructs::data() const'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a1fc8a94950a5b3c74bdec9d150db4811',1,'amrex::BlockMutex::state_t::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a83d7d3288a3b51ffca12886346794042',1,'amrex::DistributionMapping::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ad5adc4256ccddb386c4d491ae958c5c6',1,'amrex::BoxArray::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a1223321add76c9d8eb7dc032c051012d',1,'amrex::ForkJoin::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a013fcdb6969b2114c8a41b59a75ce564',1,'amrex::NonLocalBC::CommData::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html#a1cb43abc58711a19adfafd9c4a44fd69',1,'amrex_string_module::amrex_string::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 4 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 4 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int *, NAI >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int *, NAI >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const ParticleReal *, NArrayReal >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const ParticleReal *, NArrayReal >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const int *, NArrayInt >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const int *, NArrayInt >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'amrex::GpuArray::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< bool, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< bool, N >::data() noexcept']]], + ['data_5flayout_2151',['data_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a33468992649bd9b5e503cd8aa99f7682',1,'amrex::ParticleArray::data_layout()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#af573478aee535409b3c2bffd8d16dd24',1,'amrex::ParticleArrayAccessor::data_layout()']]], + ['dataallocator_2152',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html',1,'amrex::DataAllocator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a37c4b92bbff76372bd67c006198e400f',1,'amrex::DataAllocator::DataAllocator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#ad2f91458d09a1484857061ff235e73bd',1,'amrex::DataAllocator::DataAllocator(Arena *ar) noexcept']]], + ['dataavailable_2153',['DataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'FabArrayCopyDescriptor< FArrayBox >::DataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'amrex::FabArrayCopyDescriptor::DataAvailable()']]], + ['dataavailable_2154',['dataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'FabArrayCopyDescriptor< FArrayBox >::dataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'amrex::FabArrayCopyDescriptor::dataAvailable()']]], + ['datablock_2155',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html',1,'CommProfStats::DataBlock'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#afbaca3dac9e6d63164eae742d64b0aed',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#acdf0bce91f878d2b4e02349458bb64b1',1,'CommProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ad4eae73225064e5320cfd7c29b20a06d',1,'CommProfStats::DataBlock::DataBlock(const int p, const long s, const std::string &fn, const long sp, const std::string &pn, const int nn, const int si)'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a83422209e5d067d4a9f8dbce49722689',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats::DataBlock']]], + ['datablocks_2156',['dataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa69e0ea415e1fd371c727d23195558af',1,'CommProfStats::dataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8e9c2fde51c4886896f57040c05cf03',1,'RegionsProfStats::dataBlocks()']]], + ['databox_2157',['DataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#afce19389f115724f0a3d33b57e668051',1,'amrex::OrderedBoxes']]], + ['databox_2158',['dataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a02860f69200b013d9dd9710def7fbf44',1,'amrex::OrderedBoxes']]], + ['datadeleter_2159',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html',1,'amrex::DataDeleter'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0c074bdebdbc0b35ae381228e005ec55',1,'amrex::DataDeleter::DataDeleter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a2d435760333c6f0326e928c0f9481a24',1,'amrex::DataDeleter::DataDeleter(Arena *ar) noexcept']]], + ['datagrids_2160',['dataGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8f9fb6ae8ec27c11da30c4a979701707',1,'amrex::AmrData']]], + ['datagridsdefined_2161',['dataGridsDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af81255387eae3d9ae9efbeb317a26d40',1,'amrex::AmrData']]], + ['datalayout_2162',['DataLayout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b',1,'amrex']]], + ['datalayoutpolicy_2163',['DataLayoutPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy.html',1,'amrex']]], + ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_2164',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], + ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_2165',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], + ['datalayoutpolicyraw_2166',['DataLayoutPolicyRaw',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw.html',1,'amrex']]], + ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_2167',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], + ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_2168',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], + ['datalog_2169',['datalog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a34d4fd7a519716a0155f261ba210bd85',1,'amrex::Amr']]], + ['datalog_2170',['DataLog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a782f42d62191f606a77cb1c78ab584a1',1,'amrex::Amr']]], + ['datalogname_2171',['DataLogName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aca89cbab89b2fd482f214b18d8a996f9',1,'amrex::Amr']]], + ['datalogname_2172',['datalogname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2cbd53ff9ac71cac5e52e7311de0b2b8',1,'amrex::Amr']]], + ['datanprocs_2173',['dataNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad898feedcdc492a4b06a9b2bc661286c',1,'BLProfStats']]], + ['dataprefix_2174',['DataPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac11b2227836fc7582170fbeba06c780a',1,'amrex::ParticleContainerBase']]], + ['dataptr_2175',['dataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< RT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< RT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Long > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Long > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::NameTagEntry >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char const * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char const * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::NameTagEntry >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< double >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< double >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::WeightedBox >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::WeightedBox >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::StateData >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< FAB * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< FAB * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< double > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< double > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::StateData >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< T > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< T > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< V >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< V >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vertex >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vertex >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::string >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::string >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< int, int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MultiFab >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::ifstream * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::ifstream * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Setbuf_Char_Type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Setbuf_Char_Type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RT >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RT >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< ParticleLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< ParticleLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MultiFab >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Status >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Status >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Request >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Request >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MF >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MF >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< gpuStream_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< int, int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::string, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::string, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< gpuStream_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::openbc::MomTag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::XDim3 >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::XDim3 >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::openbc::MomTag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::NeighborCode >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::NeighborCode >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::BoxND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::BoxND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'amrex::PODVector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'amrex::PODVector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< index_type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< index_type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< char >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< char >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< AtomicInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< AtomicInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa86195578a5c33b7a0ff78753f891f1d',1,'amrex::ArrayOfStructs::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac6a5cc33d25868bc7dcceb29def60cfe',1,'amrex::ArrayOfStructs::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< Real const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'amrex::Array4::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ac7995253d4db738ff6283ab41aaf67c8',1,'amrex::Gpu::DeviceScalar::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a3a4fecbe5bb784d58b047fa09d73c504',1,'amrex::Gpu::DeviceScalar::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< Real >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< Real >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< PetscInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< PetscInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< PetscInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< PetscInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< EBCellFlag >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< EBCellFlag >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IndexTypeND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IndexTypeND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::iMultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::iMultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Geometry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Geometry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::STLLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::STLLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::Edge >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::Edge >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiMask >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< Real > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiMask >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IntVectND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IntVectND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html#a3ca19f66c1a29a7b58961655228016c7',1,'amrex::Gpu::SharedMemory< double >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html#adde9b03b0fc2f8bdfeb8a2e4f47af15d',1,'amrex::Gpu::SharedMemory< unsigned long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html#a08f882518f067c7d3168ca119ee38da3',1,'amrex::Gpu::SharedMemory< unsigned long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html#a4252dceff71117c5b4cd47319a5984d9',1,'amrex::Gpu::SharedMemory< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html#a68a042455ff9934b7ce73c0d3f49ada6',1,'amrex::Gpu::SharedMemory< unsigned char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html#a1264c2471c53840fa6e825ba28978223',1,'amrex::Gpu::SharedMemory< short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html#aca108787de55ebdc311eb28d421a6fd9',1,'amrex::Gpu::SharedMemory< openbc::Moments::array_type >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html#a6498967b3ecefd257bff40a52fe6affb',1,'amrex::Gpu::SharedMemory< long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html#ace849c44029f0051637b1ac9ab1eb28d',1,'amrex::Gpu::SharedMemory< long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html#adf1cbc849f80773f973e946780f42b33',1,'amrex::Gpu::SharedMemory< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html#aeaf677a93736435c1a8cc3f8a6fc55eb',1,'amrex::Gpu::SharedMemory< float >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DistributionMapping >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html#ab19f8a644381f8869c96824baf366c3c',1,'amrex::Gpu::SharedMemory< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html#a462c8819805197bb7c329a8d9773c2ba',1,'amrex::Gpu::SharedMemory< bool >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html#a15f96d78196939452c41efcf8889420c',1,'amrex::Gpu::SharedMemory::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a8866859d71db556f069c2a15af15afa3',1,'amrex::DistributionMapping::RefID::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DistributionMapping >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::distFcnElement2d * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::distFcnElement2d * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DataServices * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DataServices * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxList >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxList >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxArray >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxArray >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html#af63cb8e7547e202d476c57cd5da8ec08',1,'amrex::Gpu::SharedMemory< unsigned short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BCRec >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BCRec >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr() const noexcept']]], + ['dataservices_2176',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html',1,'amrex::DataServices'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad9d1ee09b1dd9410a22267c041302e0c',1,'amrex::DataServices::DataServices()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aee76201fb4563a074035ec4f24479222',1,'amrex::DataServices::DataServices(const std::string &filename, const Amrvis::FileType &filetype)']]], + ['datasets_2177',['dataSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125baf2c0f7e2e1eb89ddf07bac7d743',1,'amrex::XYPlotDataList']]], + ['datashape_2178',['dataShape',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afc2b7495c6a6dd710c763ae48cd505e1',1,'amrex::ArrayOfStructs']]], + ['datasize_2179',['dataSize',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0abec33396042409e9f415189c688a9a',1,'CommProfStats::SendRecvPair']]], + ['datavalue_2180',['dataValue',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a14f5716ceb831c094aabcf9cf8cba989',1,'amrex::Gpu::DeviceScalar']]], + ['dbox_2181',['dbox',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a73fdda6261848fe3d30b2066e9c9eb20',1,'VoidCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#aaac656d064476485e334474094eff3a3',1,'FabCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa4ad873f80c114d0041fd4c30d9fbe94',1,'amrex::FabArrayBase::CopyComTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a96ff95014c93d03e8674fcfa96196baf',1,'amrex::Array4PairTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a6d56fc074e8fc78fa6d8334abe8fd66d',1,'amrex::Array4MaskCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#ac1daa183e9ca45128ea93a5b81e60c89',1,'amrex::Array4BoxTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#afb8ea91356916e25fd0814ae78feb0f4',1,'amrex::Array4BoxValTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#af477c205e500424a3a19cd52166f7812',1,'amrex::Array4CopyTag::dbox()']]], + ['dc_2182',['DC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a24757491eab52e06ff0c97c79b91380c',1,'amrex::PCData']]], + ['deallocate_2183',['deallocate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'amrex::ArenaAllocatorBase::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad5df7bcf7989386441a7b8fc73a81cc4',1,'hacc::AlignedAllocator::deallocate()']]], + ['deallocate_5fsystem_2184',['deallocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ac07ba8cda253cddee3cab1168ac65694',1,'amrex::Arena']]], + ['deallocaterandomseeddevarray_2185',['DeallocateRandomSeedDevArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abce0125a244f443854b1c4a2709c5990',1,'amrex']]], + ['debug_2186',['debug',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a8bdbbba2982ae871ad4c0f389ca78959',1,'distribution_t']]], + ['debug_2187',['Debug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95',1,'amrex::system']]], + ['deciderproc_2188',['deciderProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a64d2a6da3e2847bc9601352409d79ceb',1,'amrex::NFilesIter']]], + ['decidertag_2189',['deciderTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5ee82bc72ab839617286472e64131009',1,'amrex::NFilesIter']]], + ['decomp_5fchol_5fnp10_2190',['decomp_chol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3',1,'amrex']]], + ['decomp_5fchol_5fnp6_2191',['decomp_chol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b',1,'amrex']]], + ['decrementnumberofusers_2192',['DecrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a85a4eb7cb438f3c75d8de3ecd71a70f7',1,'amrex::DataServices']]], + ['deepcopy_2193',['deepCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad5b7a343ec15251dc975d0b6f0570e33',1,'amrex::MultiFab']]], + ['default_2194',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b',1,'amrex::BinPolicy::Default()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67',1,'amrex::Default()']]], + ['default_5flimiter_2195',['default_limiter',['../namespacePPM.html#a4f476328680db9ab71492a158fce0749',1,'PPM']]], + ['default_5fvalue_2196',['default_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a92f709a077a386fa2d23fb8b3639fe06',1,'amrex::EBCellFlag']]], + ['defaultallocator_2197',['DefaultAllocator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a179fafc569924202b166896b608cd5c2',1,'amrex']]], + ['defaultassignor_2198',['DefaultAssignor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html',1,'amrex']]], + ['defaultfabfactory_2199',['DefaultFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'amrex']]], + ['defaultfabfactory_3c_20cutfab_20_3e_2200',['DefaultFabFactory< CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'']]], + ['defaultfiletype_2201',['defaultFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a85ba54b8833cffb9983c02e13c3536a4',1,'amrex::AmrData']]], + ['defaultgeometry_2202',['DefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be',1,'amrex']]], + ['defaultgpuseed_2203',['DefaultGpuSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42',1,'amrex::detail']]], + ['defaulthunksize_2204',['DefaultHunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f71cae39f7456982cea4f81395a4e69',1,'amrex::CArena']]], + ['defbaselevel_2205',['defBaseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a4f66cb4090303fedb369cee31c171a',1,'amrex::Amr']]], + ['define_2206',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< RealTuple >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ac140887d397e31e0b3e3d827b09a7429',1,'amrex::LUSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5ef449849f31f17897b4742cd730c646',1,'amrex::MLABecLaplacianT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a295b5ec5f403268462a04e18f2fae62f',1,'amrex::MLABecLaplacianT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac0826b3db13ebb9c1df0ab1f4b0f238c',1,'amrex::MLALaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'amrex::GMRES::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< FArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< FArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< IArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< IArrayBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a79b45950358798ae16a0dc928b8ee0ba',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad5c3a8098f8bb8aec61ed6b213340169',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aeca7df8daa048bc04da92efbc06f63d5',1,'amrex::FabSetT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ae0f19ac94fa685e649d56cbdec3eebca',1,'amrex::FluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ac7ce6de2c732fa66a87df91c06c55b92',1,'amrex::Geometry::define(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1b38d6eb6c35983b8569d5acafad944b',1,'amrex::Geometry::define(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ad86c701f246edc2aef04add188c57da5',1,'amrex::EB2::GFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'GMRES< MF, GMRESMLMGT< MF > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a217dd63726c8b7cf00ddb4fda03b8f7e',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8691489c0a9f57a52b48ad4037c895bb',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a68cac01616790e9ee7b31b6473bc2bde',1,'amrex::InterpFaceRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a9c7208c68ce87b4647f80a2354780d74',1,'amrex::IParser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'amrex::LayoutData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< BCTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< RealTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< GFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< HYPRE_Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afefd85941605fff4b4d91bae8a97efa7',1,'amrex::ParticleBufferMap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a47d09b414b7b5b8e369c3b58819676fb',1,'amrex::Parser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af01e6f4fb7c82f61c978d6afc1b20f4e',1,'amrex::OpenBCSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a04dd68813ccdcb5e822955b2ec14e077',1,'amrex::MultiMask::define(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af6ad58f6413f1a7c247f26e74dd7aca3',1,'amrex::MultiMask::define(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a0061e20d36869b0c9fb334c1e9529c70',1,'amrex::EB2::MultiGFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab92b4725094cc3ffaf0b9969a0edc934',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08cbe2b2bf9887d4971bd9270c3aa734',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa7ea55e7f0a58e0f3b37dd08b3a337eb',1,'amrex::MultiCutFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abc7127e222d300082ca177f987d847a5',1,'amrex::ParticleTile::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a32da39624352ed60dc69765cd9fa3643',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a4aa37d8953aeb1df96051653df3769c6',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af5f22af920dbd7b546cfac1567b784e8',1,'amrex::MLPoissonT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aacc6210e9f4001a55db197a54b97a8ef',1,'amrex::MLPoissonT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a3965bbfda00c909c6f5b20ed97466876',1,'amrex::MLNodeTensorLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2032ea2a9fd37bb9179bc442d4949514',1,'amrex::MLNodeLinOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2861be841a5f7f2097a70d425808e66e',1,'amrex::MLNodeLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a68d0f9ebe8f7a111fe4ac1df9638cbe9',1,'amrex::MLNodeABecLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a983668be1ab6a935c4bd6bdf22d5c8bb',1,'amrex::BARef::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a493f364171c018374a110d24f0c9b7c3',1,'amrex::YAFluxRegisterT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acdef494a31a555b648c2eae8cdd8cbb9',1,'amrex::MLCellABecLapT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aa6df034e49814000ac0304a3579890b6',1,'amrex::MLCellLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9d94e9fa0d0ed2ebadf1428023d95809',1,'amrex::MLCurlCurl::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad9cbbeb726fd291955de29aaf12ac38a',1,'amrex::MLEBABecLap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a9e748bc534997b5de6b2df7295905616',1,'amrex::MLEBNodeFDLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac6b1462f39aa6a60a2bfd0cd6e687aee',1,'amrex::MLEBTensorOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'amrex::MLLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'MLLinOpT< Array< MultiFab, 3 > >::define()'],['../classHydro_1_1NodalProjector.html#a38a812c65555815f51370b2a1b63bbda',1,'Hydro::NodalProjector::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa597fe7d39f7a3049fefccff91ddb693',1,'amrex::MLCellABecLapT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a980519b19e7ba7540cafbb896cc92484',1,'amrex::TableData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aad692d209aa517fa028bd98aa14f0b96',1,'amrex::StructOfArrays::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8574181dd052bf94afc4c3d06a5c68b5',1,'amrex::StateDescriptor::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a4e4c8151397754fd5f8dadb6307bb58a',1,'amrex::StateData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a27a5069889bfdf78cc315ce4aa5ca8a3',1,'amrex::FabArrayBase::RB90::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a4360be0f4e9ec5c667242a08008f8fe6',1,'amrex::FabArrayBase::RB180::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a12e01cdb22ecb858691ad5a17517eb62',1,'amrex::FabArrayBase::PolarB::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a177c1fbcdfe190ab489d7fb911028a27',1,'amrex::PhysBCFunct::define(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a0adac7662b5c3b8d10a5dbdd162d160a',1,'amrex::PhysBCFunct::define(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)']]], + ['define_2207',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2d2f5b76392326defb14c8adaee1f1a5',1,'amrex::ParticleContainerBase']]], + ['define_2208',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< Real >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< EBCellFlag >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< char >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< AtomicInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'amrex::BaseFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad04e340c23c29ecb2782dec327e0a773',1,'amrex::BARef::define(std::istream &is, int &ndims)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad0db0d492add727fe2dbf88391e1c328',1,'amrex::BARef::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#acc3f91bbfe28d183372eb8befe363972',1,'amrex::BARef::define(const Box &bx)']]], + ['define_2209',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1784a92d18a97247d05bbaae9ba0135b',1,'amrex::ParticleContainerBase']]], + ['define_2210',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< HYPRE_Int >']]], + ['define_2211',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab2d7e2f655c0926dc7856544d9626140',1,'amrex::ParticleContainerBase::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a58cb6f59ee8ed859dce4a4c82b148dab',1,'amrex::ParticleContainerBase::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'amrex::ParticleContainer_impl::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'amrex::ParticleContainer_impl::Define(ParGDBBase *gdb)']]], + ['define_2212',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< AtomicInt > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::CutFab >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::CutFab >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< AtomicInt > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a90495c408f01aebfc13f916272d48c5c',1,'amrex::BndryDataT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'amrex::FabArray::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'amrex::FabArray::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aafc2526c524b219fe69770bde17fc9af',1,'amrex::EdgeFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a55d69deebe4b1ae84fc259bfd4d045f2',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a9f157b615e14c68633617c6e2031d027',1,'amrex::BndryRegisterT::define(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#aac2ef4b2b53e50f002404a507fa667c6',1,'amrex::BndryRegisterT::define(Orientation face, IndexType typ, int in_rad, int out_rad, int extent_rad, int ncomp, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af6fb414b612b8563f5ffc4f9bdca7343',1,'amrex::EBFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a50815493c47d22812c0e9e3745e19390',1,'amrex::BoxArray::define(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1797dfe4fdb30221d30cef785da8929d',1,'amrex::BoxArray::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7a4a243bcd9c8e5066eddda908833d08',1,'amrex::BoxIterator::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a8899d4aaf8c5e2d8677a9b09f90e206b',1,'amrex::FabArrayBase::CPC::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13b8da5248f3f1d03708e1b313345847',1,'amrex::DistributionMapping::define(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a96e7ada9652464ab1d4b27d7af839c62',1,'amrex::DistributionMapping::define(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a368e1c7d60259f1f979299bf15f7c22f',1,'amrex::DistributionMapping::define(Vector< int > &&pmap) noexcept']]], + ['define_5fab_5fcoeffs_2213',['define_ab_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a73c64bfadff728bad13d0f0dcf406ca4',1,'amrex::MLABecLaplacianT']]], + ['define_5fepo_2214',['define_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a53df06970b8cf1cb353ec184bb5422ef',1,'amrex::FabArrayBase::FB']]], + ['define_5ffb_2215',['define_fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a782fbc8576a01acde04fd3e8c6686c4b',1,'amrex::FabArrayBase::FB']]], + ['define_5ffb_5fmetadata_2216',['define_fb_metadata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2099ffa4c81398ed273722ce2ff7b6f3',1,'amrex::FabArrayBase']]], + ['define_5ffine_2217',['define_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< STLtools >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< ChkptFile >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'amrex::EB2::GShopLevel::define_fine()']]], + ['define_5ffine_5fchkpt_5ffile_2218',['define_fine_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a4cf0e2bc42e8d171751ca78e59f8c82f',1,'amrex::EB2::ChkptFileLevel']]], + ['define_5ffunction_5fcalled_2219',['define_function_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< TagBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'amrex::FabArray::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< AtomicInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< PetscInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::CutFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::EBCellFlagFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::Mask >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< FArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< IArrayBox >::define_function_called()']]], + ['define_5finnard_2220',['define_innard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a57e2853a78e56b34a4af4547590b1702',1,'amrex::LUSolver']]], + ['define_5fos_2221',['define_os',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a2f92b0b744eb605c14a46ab090c244eb',1,'amrex::FabArrayBase::FB']]], + ['defineandreturnparticletile_2222',['DefineAndReturnParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, const Iterator &iter)']]], + ['defineauxdata_2223',['defineAuxData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95432ea80c81e30e58ffda678f2d926d',1,'amrex::MLCellLinOpT']]], + ['definebc_2224',['defineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3b583520578b832e04ea2baf3ea48917',1,'amrex::MLCellLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'MLLinOpT< Array< MultiFab, 3 > >::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'amrex::MLLinOpT::defineBC()']]], + ['definebuffermap_2225',['defineBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a23baa2791b5f62a9dd1e7f6c709d4615',1,'amrex::ParticleContainerBase']]], + ['defined_2226',['defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'amrex::FabArray::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'amrex::FabArray::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< TagBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< TagBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< IArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< IArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< FArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< FArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::Mask >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::Mask >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::EBCellFlagFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::EBCellFlagFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::CutFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::CutFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< PetscInt > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< PetscInt > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined()']]], + ['defineextra_2227',['defineExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a440e02d869ba355d0ade05af7dad4748',1,'amrex::EBFluxRegister']]], + ['definefab_2228',['DefineFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acd91c393bc58c4eabbffcd3f8790b74b',1,'amrex::AmrData']]], + ['definegrids_2229',['defineGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'amrex::MLLinOpT::defineGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'MLLinOpT< Array< MultiFab, 3 > >::defineGrids()']]], + ['definitelynothostrunnable_2230',['DefinitelyNotHostRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefinitelyNotHostRunnable.html',1,'amrex']]], + ['deletederiveplotvar_2231',['deleteDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1eaf7d49c3fdfa17035d39cf047d5874',1,'amrex::Amr']]], + ['deletederivesmallplotvar_2232',['deleteDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9a6b2ab66182008060baa72d4702f321',1,'amrex::Amr']]], + ['deleter_2233',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html',1,'amrex::Gpu::Deleter'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#a14473dbba9ee1812b7e99149ab261b7e',1,'amrex::Gpu::Deleter::Deleter()']]], + ['deleterequest_2234',['DeleteRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab51d46fff163f6f4e6fbf895518da383',1,'amrex::DataServices']]], + ['deletestateplotvar_2235',['deleteStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab72037810d96a60c15358d42c780d92e',1,'amrex::Amr']]], + ['deletestream_2236',['DeleteStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6a1a78975e5decf1c7aae4555a240628',1,'amrex::VisMF']]], + ['demangle_2237',['demangle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae',1,'amrex']]], + ['densebiniteratorfactory_2238',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex::DenseBinIteratorFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a02de02765bed7f5fbd756501ce1f9625',1,'amrex::DenseBinIteratorFactory::DenseBinIteratorFactory()']]], + ['densebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_2239',['DenseBinIteratorFactory< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], + ['densebins_2240',['DenseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'amrex']]], + ['densebins_3c_20particletype_20_3e_2241',['DenseBins< ParticleType >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], + ['densebins_3c_20typename_20amrex_3a_3aparticletiledata_20_3e_2242',['DenseBins< typename amrex::ParticleTileData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], + ['depth_2243',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ae8f69b337a650c2a73a3aa33dad35064',1,'amrex::Parser::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a46b0a938c3d5f41c379d0adc7bf19c0d',1,'amrex::MFIter::depth()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a9fc076452eebe7a8e37d2820b05f2dad',1,'amrex::TinyProfiler::Stats::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a83c2c6f433576ffb3e36dc221fbb230d',1,'amrex::IParser::depth()']]], + ['der_5ftype_2244',['der_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9d57d46fa6d94f5e72b31c5a00cc92bd',1,'amrex::DeriveRec']]], + ['deregisterarena_2245',['DeregisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af7c89134a317d3c1cb595a236bdaeff0',1,'amrex::TinyProfiler']]], + ['derfunc_2246',['derFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4cc703ca266623995fc8245ddd618ce3',1,'amrex::DeriveRec']]], + ['derfunc3d_2247',['derFunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a186034c4106bb55fd756738441b7837d',1,'amrex::DeriveRec']]], + ['derfuncfab_2248',['derFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afa3147e8805d601735e2dead142e4a2f',1,'amrex::DeriveRec']]], + ['derfuncmf_2249',['derFuncMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4290c1d0e6abe9448df6e449432de5d1',1,'amrex::DeriveRec']]], + ['derive_2250',['derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa57cb16059880124adbd17cba52c843d',1,'amrex::AmrLevel::derive(const std::string &name, Real time, MultiFab &mf, int dcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2d67ff78f28ebc3850bda9ca476b7f9c',1,'amrex::AmrLevel::derive(const std::string &name, Real time, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3d596021574d699fd925b664a9c1bf7c',1,'amrex::Amr::derive()']]], + ['derive_5flst_2251',['derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a792f148ee0bb20432a4acefa1c2cac9a',1,'amrex::AmrLevel']]], + ['derive_5fname_2252',['derive_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab6d9228aa813bc973c657510edc9b365',1,'amrex::ErrorRec::derive_name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a77433a32f069c939a91530330272b36d',1,'amrex::DeriveRec::derive_name()']]], + ['derive_5fplot_5fvars_2253',['derive_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a7ff13d5d803c5302fe25c97d4cf64dca',1,'amrex::Amr']]], + ['derive_5fsmall_5fplot_5fvars_2254',['derive_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5001ffe5303ca45da09139c255f75aeb',1,'amrex::Amr']]], + ['deriveboxmap_2255',['DeriveBoxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a7f8f64bd1d7de66c8300def033e45fb9',1,'amrex::DeriveRec']]], + ['derivedname_2256',['DerivedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a2ac6b3210b4469651372ff30444258cd',1,'amrex::XYPlotDataList']]], + ['derivefunc_2257',['DeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065',1,'amrex']]], + ['derivefunc3d_2258',['DeriveFunc3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549',1,'amrex']]], + ['derivefuncfab_2259',['DeriveFuncFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087',1,'amrex']]], + ['derivefuncmf_2260',['DeriveFuncMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093',1,'amrex']]], + ['derivelist_2261',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html',1,'amrex::DeriveList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a49b50b2297d6b5830f4bea151ae7a2de',1,'amrex::DeriveList::DeriveList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae3d1c1aaf168221dbb217d20f23d4868',1,'amrex::DeriveList::DeriveList(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a4942c680a576538cc99c9096947c074e',1,'amrex::DeriveList::DeriveList(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a955d7a4da11a875f2d5129baf943397c',1,'amrex::DeriveRec::DeriveList()']]], + ['deriveplotvars_2262',['derivePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b93d8c38cf0e1c1c361f54ed57bf29f',1,'amrex::Amr']]], + ['deriverec_2263',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html',1,'amrex::DeriveRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adae1ba9bc7bd0af361e8c22cd6a0a84b',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveRec::DeriveBoxMap box_map)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a134ce7d1b7bb7514ee51efa0f359e0b2',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8207b1569f97d4aa5cf965edc4cbbd76',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9ac1c9e15b69c791125940159f1a4327',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a157ed197bd5ee4a6dcaf00a8e8e3ae70',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2eac15474bb984617cc91a27b0285968',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8f3e251a40da8254934ff5e7a30cfc44',1,'amrex::DeriveRec::DeriveRec(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a945183ba64e9317e961f3b43f0308989',1,'amrex::DeriveRec::DeriveRec(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa06cbde6d66fbca3356ee4047a1ffdc7',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2d1455e0cc2bc6d97c8c0f3b6e261dea',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a57fad43f6515ed4ad690c6fc69adc71d',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)']]], + ['derivesmallplotvars_2264',['deriveSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aba45633dfea7697479eb0854d6e697aa',1,'amrex::Amr']]], + ['derivetype_2265',['deriveType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a075d81d0087a3500119f6ec6e69574eb',1,'amrex::DeriveRec']]], + ['desc_2266',['desc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5201a1b8230055d506cef5f265a8b8e2',1,'amrex::StateData::desc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#adf6d6dc0b7328fa6527754931874f685',1,'amrex::DescriptorList::desc()']]], + ['desc_5flst_2267',['desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acb5f9e8c8d903d3a700d2cc11be500e5',1,'amrex::AmrLevel']]], + ['descriptor_2268',['descriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7d0d9b72529aed95163ed531d9c7e81',1,'amrex::StateData']]], + ['descriptorlist_2269',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html',1,'amrex::DescriptorList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3228f3db7c3a74f0144dbed2bf674673',1,'amrex::StateDescriptor::DescriptorList()']]], + ['descriptormap_2270',['DescriptorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html',1,'amrex::InSituUtils']]], + ['dest_5fcomponent_2271',['dest_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#a30d08fef2b14e838731f87056d78a617',1,'amrex::NonLocalBC::PackComponents']]], + ['destcomp_2272',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html',1,'amrex']]], + ['destcomp_2273',['destComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a727cd5fc638afd570a51cec1ba21db89',1,'amrex::FabArrayBase::FabComTag::destComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a164510f57c480c98b19458a1516ba6dd',1,'amrex::FabCopyDescriptor::destComp()']]], + ['destcomp_2274',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#aec058b399a7b244f3d848d3c128358fd',1,'amrex::DestComp']]], + ['destroy_2275',['destroy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'amrex::FabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a25f6eca7dc8d4f2269fec54f5d20f079',1,'amrex::EBFArrayBoxFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'DefaultFabFactory< CutFab >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'amrex::DefaultFabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< amrex::FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5d7df6a37fdfcef93d371c3044f424d3',1,'hacc::AlignedAllocator::destroy()']]], + ['destroy_5fpar_5ffor_5fnblocks_2276',['destroy_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4',1,'amrex::detail']]], + ['detail_2277',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html',1,'']]], + ['detected_5ft_2278',['Detected_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f',1,'amrex']]], + ['detectedor_2279',['DetectedOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222',1,'amrex']]], + ['detector_2280',['Detector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html',1,'amrex::detail']]], + ['detector_3c_20default_2c_20void_5ft_3c_20op_3c_20args_2e_2e_2e_20_3e_20_3e_2c_20op_2c_20args_2e_2e_2e_20_3e_2281',['Detector< Default, Void_t< Op< Args... > >, Op, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html',1,'amrex::detail']]], + ['determinant_2282',['determinant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a4f37e841ada15630a76680aae4e88eb5',1,'amrex::LUSolver']]], + ['determinesigns_2283',['determineSigns',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a8faf5a6ffdc4ce9947820dca5b901140',1,'amrex::algoim::detail']]], + ['device_2284',['Device',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html',1,'amrex::Gpu::Device'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737',1,'amrex::Device()']]], + ['device_5fid_2285',['device_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adf89d2ef6829289ef4e4f9ea2bd6a648',1,'amrex::Gpu::Device']]], + ['device_5fprop_2286',['device_prop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#affe1c34bea3aec80c5dabd98aea542d4',1,'amrex::Gpu::Device']]], + ['device_5fset_5fpreferred_2287',['device_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a0ab972913e7e764d7f0c88097ce1c619',1,'amrex::ArenaInfo']]], + ['device_5fset_5freadonly_2288',['device_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a106f4ef6d447922447c63d296583e917',1,'amrex::ArenaInfo']]], + ['device_5fsync_2289',['device_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a55734d57f0abbb384833f35c1a5422ef',1,'amrex::MFIter::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#ab11997c86f3b753d6e0219696f17c2f7',1,'amrex::MFItInfo::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#af984c422b61b1c2fa85896df7635e8e8',1,'amrex::Gpu::StreamItInfo::device_sync()']]], + ['device_5fsynchronize_5faround_5fregion_2290',['device_synchronize_around_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a15ae68038b556fc6fa24170d5cb0d5b5',1,'amrex::TinyProfiler']]], + ['device_5fuse_5fhostalloc_2291',['device_use_hostalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a18ad35d706eda3be6347c90f86d68e81',1,'amrex::ArenaInfo']]], + ['device_5fuse_5fmanaged_5fmemory_2292',['device_use_managed_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a961c961eb343a2fa091082a6f1717b16',1,'amrex::ArenaInfo']]], + ['devicearenaallocator_2293',['DeviceArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeviceArenaAllocator.html',1,'amrex']]], + ['devicearenawrapper_2294',['DeviceArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html',1,'amrex']]], + ['deviceid_2295',['deviceId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa5bf7f476f4a8c0ed917932d2cbdf9a4',1,'amrex::Gpu::Device']]], + ['devicename_2296',['deviceName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a63664c0cdd03b7ebcc475e542c45282d',1,'amrex::Gpu::Device']]], + ['devicepropmajor_2297',['devicePropMajor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aff182b0690355fc54cde1842964fc7db',1,'amrex::Gpu::Device']]], + ['devicepropminor_2298',['devicePropMinor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a53e232320568f93d7c3dece18c9d6807',1,'amrex::Gpu::Device']]], + ['deviceptr_2299',['devicePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a7d9d45224655edf3da07cab63c4389ec',1,'amrex::ReduceData::devicePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1a2f10f97f0ff50897c92cd0a49e292a',1,'amrex::ReduceData::devicePtr(gpuStream_t const &s)']]], + ['deviceptrif_2300',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html',1,'amrex::EB2::DevicePtrIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a62c100df08e599af41127cdac56edd51',1,'amrex::EB2::DevicePtrIF::DevicePtrIF()']]], + ['devicereducelogicaland_2301',['deviceReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a18d6ae36f6f894265b771b9d33717041',1,'amrex::Gpu']]], + ['devicereducelogicalor_2302',['deviceReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ad4d778287a96f6d710a69b41027bb9b8',1,'amrex::Gpu']]], + ['devicereducemax_2303',['deviceReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4bca2075ddd39a12c54ef72d6ab6982c',1,'amrex::Gpu']]], + ['devicereducemax_5ffull_2304',['deviceReduceMax_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a611afa3380635b22c50e0c48d1a9e127',1,'amrex::Gpu']]], + ['devicereducemin_2305',['deviceReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afcf7e4c0387e3a7e0552b832fe587303',1,'amrex::Gpu']]], + ['devicereducemin_5ffull_2306',['deviceReduceMin_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af7ce0529fa55b62f17b7ac817c6b720b',1,'amrex::Gpu']]], + ['devicereducesum_2307',['deviceReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae705989f374063902dea01ffbd8bea59',1,'amrex::Gpu']]], + ['devicereducesum_5ffull_2308',['deviceReduceSum_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af20a431607165ffa2cdb5b38b5778177',1,'amrex::Gpu']]], + ['devicescalar_2309',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html',1,'amrex::Gpu::DeviceScalar< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aad0f00e8321544217083503dd9cc0b9c',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a22ee1039a5affe922974db84c8753e9e',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a041e21c03012c74793a6baf0d916e587',1,'amrex::Gpu::DeviceScalar::DeviceScalar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#adb2f941325add1703b7369f68060c2bb',1,'amrex::Gpu::DeviceScalar::DeviceScalar(T init_val)']]], + ['devicesync_2310',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex::MFIter::DeviceSync'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a56789aad76aef5bd0fc528f7229ea183',1,'amrex::MFIter::DeviceSync::DeviceSync(bool f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a3df7983ede04a37801dcd7f2ed37f54d',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ab80259827235e9ab36d22ae3e6ca9774',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync const &)=delete']]], + ['devicetodevice_2311',['DeviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToDevice.html',1,'amrex::Gpu']]], + ['devicetodevice_2312',['deviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a45b5d93b9e83ebcd8fb2f1e90aced0c7',1,'amrex::Gpu']]], + ['devicetohost_2313',['DeviceToHost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToHost.html',1,'amrex::Gpu']]], + ['devicetohost_2314',['deviceToHost',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4cb810463e0c04bdea932a011e77b548',1,'amrex::Gpu']]], + ['devicevector_2315',['DeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99e1f048890efc1c275606cb9bdc41c7',1,'amrex::Gpu']]], + ['devicevendor_2316',['deviceVendor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a756e125c87b0efc96386031d3eae7402',1,'amrex::Gpu::Device']]], + ['dfab_2317',['dfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a5b47f9aecb42542c5cc92633b2c09aa2',1,'amrex::Array4BoxValTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a0a4d3f31679a1d0edccfb7d2699763f4',1,'amrex::Array4BoxTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#a04cb8b343be42109c1257d014e594982',1,'amrex::Array4Tag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a0af5e7f4b8e30aeab79ff9ec7e87eb14',1,'amrex::Array4PairTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#aef5390f66b37321520eab6d652c45679',1,'amrex::Array4CopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a8b7fb88aaf1b5b61ce558669ab58c484',1,'amrex::Array4MaskCopyTag::dfab()']]], + ['dfft_2318',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad7c307b21c4a2f7af800f6fb1d76cd62',1,'hacc::Dfft::Dfft(Distribution &dist, complex_t *forward_output, complex_t *forward_scratch, complex_t *backward_input, complex_t *backward_scratch, unsigned int flags=FFTW_MEASURE)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a78de684b4a4634ef87e4421b8bf26db2',1,'hacc::Dfft::Dfft(Distribution &dist)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html',1,'hacc::Dfft']]], + ['dfft_2eh_2319',['Dfft.H',['https://amrex-codes.github.io/amrex/doxygen/Dfft_8H.html',1,'']]], + ['dfftc_2ecpp_2320',['DfftC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DfftC_8cpp.html',1,'']]], + ['diaginv_2321',['diaginv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a2a350b0e24a97da1c350b8116d0341ec',1,'amrex::PETScABecLap::diaginv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a6eb22e62b62ea0d2bcfef92f18df5304',1,'amrex::Hypre::diaginv()']]], + ['diagshift_2322',['diagShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'amrex::IntVectND::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9',1,'amrex::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'IntVectND< AMREX_SPACEDIM >::diagShift()']]], + ['difference_5ftype_2323',['difference_type',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa85cb38a8a671ea721f4f8d96b5d061e',1,'hacc::AlignedAllocator::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< unsigned int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< std::size_t >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::XDim3 >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< index_type >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int *, DefaultAllocator< const int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::STLtools::Triangle >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::openbc::MomTag >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::NeighborCode >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::BoxND >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'amrex::PODVector::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int *, DefaultAllocator< int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int >::difference_type()']]], + ['differenceif_2324',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html',1,'amrex::EB2::DifferenceIF< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5934e246e3cb53aa2835bab4b50f1cc3',1,'amrex::EB2::DifferenceIF::DifferenceIF()']]], + ['dim_2325',['dim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a78d40ceae2fb38ee7ca043a081231556',1,'amrex::TableData']]], + ['dim3_2326',['Dim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html',1,'amrex']]], + ['dim3_2327',['dim3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'IntVectND< AMREX_SPACEDIM >::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'IntVectND< AMREX_SPACEDIM >::dim3() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'amrex::IntVectND::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'amrex::IntVectND::dim3() const noexcept']]], + ['dir_2328',['dir',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#abc4806d770f658e00217fc2fbcbfcd9c',1,'amrex::MLMGPSTag::dir()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a95359e9882e0ed2aeb06e3e06cbd0d2b',1,'amrex::MLMGABCTag::dir()']]], + ['direction_2329',['Direction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69',1,'amrex']]], + ['dirichlet_5fhi_2330',['dirichlet_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa1322afdd0c679a263cb5637732121f5',1,'amrex::CurlCurlDirichletInfo']]], + ['dirichlet_5flo_2331',['dirichlet_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ab41d14427ee6aa987dec1a6777f089c9',1,'amrex::CurlCurlDirichletInfo']]], + ['dirichlet_5fmask_2332',['dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae0af71a571c9aa2ae19cac29ee7deb4a',1,'amrex::HypreNodeLap']]], + ['dirname_2333',['dirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a599d00f7afc5dc348ba84e2ad4ab3bb2',1,'BLProfStats']]], + ['dirname_2334',['DirName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a87ed18b9e628d872b53b55a5b3fed710',1,'amrex::VisMF']]], + ['disabledevicesync_2335',['DisableDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#aed9ddfaaefcb489e81209d64b9f95cb4',1,'amrex::Gpu::StreamItInfo::DisableDeviceSync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aacb603c75ce2df79804828a062a0a1c5',1,'amrex::MFItInfo::DisableDeviceSync()']]], + ['disablefpexcept_2336',['disableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262',1,'amrex']]], + ['disjunction_2337',['Disjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction.html',1,'amrex']]], + ['disjunction_3c_20b1_20_3e_2338',['Disjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_01_4.html',1,'amrex']]], + ['disjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_2339',['Disjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], + ['dispatch_2340',['Dispatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3d198815ecb3b80907c97384e5752fa7',1,'amrex::DataServices']]], + ['dist_2341',['dist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a2e96b12d786c1a37bdf4b9ea3c5b07f2',1,'amrex::SplineDistFcnElement2d']]], + ['distance2_2342',['Distance2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02',1,'amrex::tri_geom_ops']]], + ['distfcnelement2d_2343',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html',1,'amrex::distFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#ab79277b2525228d30bc8dec1ebb789c4',1,'amrex::distFcnElement2d::distFcnElement2d()']]], + ['distribute_2344',['distribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aa47a0fcba1b6084cfc319bf1e64267bb',1,'amrex::Cluster']]], + ['distribution_2345',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2ecffa7567ac7fd381a9516c660f1c46',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a851685f4fd98680160a52b05b0254874',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8f4f9713f602b41d9bf405c0d0743d9f',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aafa1cb9e62443ac3329d94a82309f9c1',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html',1,'hacc::Distribution']]], + ['distribution_2ec_2346',['distribution.c',['https://amrex-codes.github.io/amrex/doxygen/distribution_8c.html',1,'']]], + ['distribution_2eh_2347',['Distribution.H',['https://amrex-codes.github.io/amrex/doxygen/Distribution_8H.html',1,'']]], + ['distribution_5fc_2eh_2348',['distribution_c.h',['https://amrex-codes.github.io/amrex/doxygen/distribution__c_8h.html',1,'']]], + ['distribution_5ft_2349',['distribution_t',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html',1,'']]], + ['distributionc_2ecpp_2350',['DistributionC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DistributionC_8cpp.html',1,'']]], + ['distributionmap_2351',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d63aa23ccf6091e7af223a9b91569e9',1,'amrex::AmrLevel::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a900d9137ef4b7f6dedc412b3caecbee9',1,'amrex::AmrMesh::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9e7b30efeb63bececf47db9012dcc114',1,'amrex::AmrData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac93ed636c144b7c065bb092b03b0cde7',1,'amrex::EB2::Level::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0dfee271ae9f2b00ab0b2ce8abd85d2d',1,'amrex::AmrMesh::DistributionMap(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4586c2c2a9ea3418e1a7c8830d6d8c73',1,'amrex::AmrMesh::DistributionMap(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8008f8edc6ab3099b32c1dc8d8f25c6a',1,'amrex::AmrParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a12049e384e7155d62c0064f9bdd42fbc',1,'amrex::AmrParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a555c4b5fe79b1980aa29a54afc36b809',1,'amrex::MPMD::Copier::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4d7e5f67da4157aff9d446dad8c5271d',1,'amrex::FabSetT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a47d2e159ed2d66cd78498ea5bea35a17',1,'amrex::MFIter::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a399e380fa767dede8285ab80c9237e77',1,'amrex::MultiCutFab::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9a56afa54c82c81ec0db1992cf1a8d7b',1,'amrex::MultiMask::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a416b527dd5c8e947a91fbfcd0d21a857',1,'amrex::ParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3555956e9bee2362c8afb3587bff855f',1,'amrex::ParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0821e41056b4d6537d641fa5fe099b40',1,'amrex::ParGDBBase::DistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ae10b617dd3bc8255901ecb1957b5e821',1,'amrex::ParGDBBase::DistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0d8ab75fa81879e1ed0f1a08d34ae84f',1,'amrex::PlotFileData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a70d6cbc99c385ce26c48743914bbce42',1,'amrex::PlotFileDataImpl::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1f08c8bd5682d1afe2031d820e4456f9',1,'amrex::StateData::DistributionMap()']]], + ['distributionmap_2352',['distributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adcb92e864340876da67df2fc64d8bdd7',1,'amrex::FabArrayBase']]], + ['distributionmap_2353',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a092a134a6f7fd3ba7abb9a0922d08b6d',1,'amrex::BndryRegisterT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7f0f20e75035bba303139745b047a7be',1,'amrex::EBFArrayBoxFactory::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abd59469241abaab18e1c2db8b7ceb4ed',1,'amrex::FabArrayBase::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b',1,'amrex::DistributionMap(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7',1,'amrex::DistributionMap(Array< MF, N > const &mf)']]], + ['distributionmapping_2354',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html',1,'amrex::DistributionMapping'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a46d444147384008abb31507e25a6d191',1,'amrex::DistributionMapping::DistributionMapping()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad05bb174b684bf176574ad7d0a7b08c3',1,'amrex::DistributionMapping::Ref::DistributionMapping()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5b29dfab26c50e7623e9ac1933f4fe27',1,'amrex::DistributionMapping::DistributionMapping() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a940ddab8afa610cdbfddc60ce7f5d6c2',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &d1, const DistributionMapping &d2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a703f47c1a88e1f3baa4c3f157b91eaaa',1,'amrex::DistributionMapping::DistributionMapping(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4dd74437850acae369e8514f7a0b02c2',1,'amrex::DistributionMapping::DistributionMapping(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abde23cc33667972a2afe218c001d6f70',1,'amrex::DistributionMapping::DistributionMapping(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a640d5ea0d462f3e133fba13902dbb5fd',1,'amrex::DistributionMapping::DistributionMapping(DistributionMapping &&rhs) noexcept=default']]], + ['divide_2355',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< Real >::divide(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< Real >::divide(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< Real >::divide(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< Real >::divide(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< PetscInt >::divide(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< PetscInt >::divide(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< Real >::divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aabde614a5f0cb0b6d2b8aa8b4fe53b7d',1,'amrex::Math::FastDivmodU64::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad9722d52a2bd88a4c6f5bbe7f71dd747',1,'amrex::iMultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aca202d20f39f94aabb5ffd1581a535f2',1,'amrex::MultiFab::divide()']]], + ['divide_2356',['Divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a9aa5acb6b1a4d4701d4d35cc2a21f2c6',1,'amrex::iMultiFab::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa87b51ae98f171c3624b5f6cbdfffac0',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac5e5a2510a046eb1e6567c06c71a55ad',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], + ['divide_2357',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< AtomicInt >']]], + ['divide_2358',['Divide',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a95225444c8b981eefd0e44bf763dfe19',1,'amrex::Gpu::Atomic::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], + ['divide_2359',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'amrex::BaseFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< char >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< char >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'amrex::BaseFab::divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'amrex::BaseFab::divide(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'amrex::BaseFab::divide(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'amrex::BaseFab::divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'amrex::BaseFab::divide(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'amrex::BaseFab::divide(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< PetscInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< EBCellFlag >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< PetscInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< char >::divide(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< char >::divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< char >::divide(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< char >::divide(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< char >::divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< int >::divide(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< int >::divide(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< int >::divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< int >::divide(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< int >::divide(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< int >::divide(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< int >::divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< int >::divide(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< PetscInt >::divide(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< PetscInt >::divide(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['divide_5fdevice_2360',['Divide_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a6bd8e274f3c060b8f34e508ca531f527',1,'amrex::Gpu::Atomic']]], + ['divides_2361',['Divides',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html',1,'amrex']]], + ['divisor_2362',['divisor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a7959b6f2f90d3b613e82c6ae4a22477c',1,'amrex::Math::FastDivmodU64']]], + ['divmod_2363',['divmod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a16dc01c31468084384ff41fcff7c2152',1,'amrex::Math::FastDivmodU64']]], + ['dlist_2364',['dlist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a687b60c01f5addf31abee4e0a6510873',1,'amrex::DeriveList']]], + ['dm_5fcfb_2365',['dm_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aeb127de6351fbe080c4d924c38e6a9db',1,'amrex::FabArrayBase::CFinfo']]], + ['dm_5fpatch_2366',['dm_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a15a4200a7d7cf4f2fa85ce1bef2bf3b3',1,'amrex::FabArrayBase::FPinfo']]], + ['dmap_2367',['dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab0ab7555be82910d8100d7bc3aa55d1d',1,'amrex::AmrLevel::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab7f8457c3e5a0dc0295247f005e5a107',1,'amrex::AmrMesh::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9c2f378636a2b4fbc0fba818719bace7',1,'amrex::HypreNodeLap::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa537bc30a17ee4576c5490ca30da94c1',1,'amrex::StateData::dmap()']]], + ['dms_2368',['dms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a710675d78fd400523b979d941930b56e',1,'amrex::ForkJoin']]], + ['do_5fagglomeration_2369',['do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a92aabd4e7880bf08c8d9195ebf723512',1,'amrex::LPInfo']]], + ['do_5fconsolidation_2370',['do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a60ea99c73f17852d0e41ea154b86841a',1,'amrex::LPInfo']]], + ['do_5ffixed_5fnumber_5fof_5fiters_2371',['do_fixed_number_of_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8862750ef456314cfb8dc970b37444af',1,'amrex::MLMGT']]], + ['do_5finitval_2372',['do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab0b477e69a1fe773b7467810181a3056',1,'amrex::FArrayBox::do_initval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a775df7bf092a1173c172bd7ec7dd3f37',1,'amrex::IArrayBox::do_initval()']]], + ['do_5fjob_2373',['do_job',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a7ef8784994644d4a4fa8a46205610b2b',1,'amrex::BackgroundThread']]], + ['do_5flimiting_2374',['do_limiting',['../structPPM_1_1upwind.html#a0b245430da6c12469174e9d33c3d966a',1,'PPM::upwind::do_limiting()'],['../structPPM_1_1nolimiter.html#ac317298ef53cc38dcf3af88d88a62cf9',1,'PPM::nolimiter::do_limiting()'],['../structPPM_1_1vanleer.html#a5e0e1cb322ffd0eb3c1b7b041eba5dbf',1,'PPM::vanleer::do_limiting()'],['../structPPM_1_1weno__js.html#a2fc63b16558b90434db71ac123bce0ce',1,'PPM::weno_js::do_limiting()'],['../structPPM_1_1wenoz.html#a2a5b9ac260f90369eba3e9b63ecc59dd',1,'PPM::wenoz::do_limiting()'],['../structPPM_1_1minmod.html#af7df714d1485cb58db90d9d895c61ca8',1,'PPM::minmod::do_limiting()']]], + ['do_5flinear_5flimiting_2375',['do_linear_limiting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a7817252503faedf1d87fcbdcc89c3509',1,'amrex::CellConservativeLinear::do_linear_limiting()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a91c24df4c8841c52503e3ce919f6a223',1,'amrex::MFCellConsLinInterp::do_linear_limiting()']]], + ['do_5flocal_5fcopy_2376',['do_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73',1,'amrex::NonLocalBC']]], + ['do_5fmax_2377',['do_max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f) noexcept']]], + ['do_5fmin_2378',['do_min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs)']]], + ['do_5fnsolve_2379',['do_nsolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a262150be12f270d4328ceff545f0afd6',1,'amrex::MLMGT']]], + ['do_5fprint_2380',['do_print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a94c0f899273eecb5387f06f7ea455a5b',1,'amrex::TinyProfiler::ProcStats']]], + ['do_5fsemicoarsening_2381',['do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a152aad4c314ba51947044170a8ccd3a5',1,'amrex::LPInfo']]], + ['do_5ftiling_2382',['do_tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a29311c7fd7f83d43f84951476f9a265d',1,'amrex::ParticleContainerBase::do_tiling()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aa0e640aaf2bcd0cf8904c0ed0ceaf75f',1,'amrex::MFItInfo::do_tiling()']]], + ['doagglomeration_2383',['doAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'amrex::MLLinOpT::doAgglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'MLLinOpT< Array< MultiFab, 3 > >::doAgglomeration()']]], + ['doallreduce_2384',['DoAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07',1,'amrex::ParallelDescriptor::detail']]], + ['doconsolidation_2385',['doConsolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'amrex::MLLinOpT::doConsolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'MLLinOpT< Array< MultiFab, 3 > >::doConsolidation()']]], + ['dohandshake_2386',['doHandShake',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944',1,'amrex::doHandShake()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1e6f1a7b8905dec2a13373c091bedc8b',1,'amrex::ParticleCopyPlan::doHandShake(const Vector< Long > &Snds, Vector< Long > &Rcvs) const']]], + ['dohandshakealltoall_2387',['doHandShakeAllToAll',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a410a945342c2a7449729c798a20bc3b0',1,'amrex::ParticleCopyPlan']]], + ['dohandshakeglobal_2388',['doHandShakeGlobal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aed6ce5722cec6f115b481566e50d088c',1,'amrex::ParticleCopyPlan']]], + ['dohandshakelocal_2389',['doHandShakeLocal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afb1ad83ab8ab56bb98500f418fc2cc42',1,'amrex::ParticleCopyPlan::doHandShakeLocal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87',1,'amrex::doHandShakeLocal()']]], + ['doihi_2390',['doiHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a6a2407605aa54bfbe9ab269a75f3468e',1,'amrex::BATnull::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a518576afbe32afb8a0501196286dbae1',1,'amrex::BATbndryReg::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a0fd60194fc2b5b2e1f5f7d377908b808',1,'amrex::BATcoarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a276c46d26f6db6df336883ccc6ada8db',1,'amrex::BATindexType::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a404878857e4062b52ad8b0f06ee5db54',1,'amrex::BATindexType_coarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ac52986aa2fd74bc95cde0b02e2c0e3cd',1,'amrex::BATransformer::doiHi()']]], + ['doilo_2391',['doiLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a7285c09a1d6f9dee7aea847d412e7edf',1,'amrex::BATbndryReg::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#abefd760a607993885ee7a89672116eec',1,'amrex::BATcoarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#af9fb7b334dc4037e902f2ce77c7ffee9',1,'amrex::BATindexType::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a353060b217e05d5782a3e230f0f80f1e',1,'amrex::BATindexType_coarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#adbf770a4d1b9218ca9d68249d84e9b36',1,'amrex::BATnull::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a4a5cde989725fd732d0c5d4359869c86',1,'amrex::BATransformer::doiLo()']]], + ['doit_2392',['doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#a43c58d145a800ea3c476b5ad319c158b',1,'amrex::BoxConverter::doit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a3b2dee7384a3427ecb8dc33e76dd0eb1',1,'amrex::InterpolaterBoxCoarsener::doit()']]], + ['dolocalcopy_2393',['DoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1DoLocalCopy.html',1,'amrex::NonLocalBC']]], + ['domain_2394',['domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< int >']]], + ['domain_2395',['Domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a26aca5aed0a35b2075c1311ff2b92988',1,'amrex::FabArrayBase::CFinfo']]], + ['domain_2396',['domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< HYPRE_Int >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< PetscInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< Real >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a52477661ac7c7ccbd93f397340176c74',1,'amrex::Geometry::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a092f48607ca49b3796425e78b96a3b68',1,'amrex::GeometryData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aaa23e379300a9df362fc27641c229baf',1,'amrex::GetParticleBin::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51e767063a27b4c6941e585193242bde',1,'amrex::StateData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< EBCellFlag >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< char >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< AtomicInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'amrex::BaseFab::domain()']]], + ['domain_2397',['Domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a41d52e3a7bfcb2c174c80a6a14ad5e53',1,'amrex::Periodicity::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a78db670074823f2ab6e05b0780d50485',1,'amrex::GeometryData::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a781c6fe9c69aab1b6955f311503888bc',1,'amrex::Geometry::Domain(const Box &bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a94f4ddb683e381201694d644be7566f1',1,'amrex::Geometry::Domain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af81c3f65acdb48fa02f25a43b98baee7',1,'amrex::AmrLevel::Domain()']]], + ['donetag_2398',['doneTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac2bc46fbbf9021c0c3991365bde31e33',1,'amrex::NFilesIter']]], + ['doreduce_2399',['DoReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce',1,'amrex::ParallelDescriptor::detail']]], + ['dosemicoarsening_2400',['doSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'MLLinOpT< Array< MultiFab, 3 > >::doSemicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'amrex::MLLinOpT::doSemicoarsening()']]], + ['dosplitparticleid_2401',['DoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a57a04adbe182d509a89869d06f668b31',1,'amrex::LongParticleIds']]], + ['dot_2402',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< char >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< HYPRE_Int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< EBCellFlag >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< EBCellFlag >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< EBCellFlag >::dot(const BaseFab< EBCellFlag > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< EBCellFlag >::dot(const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< char >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< char >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< char >::dot(const BaseFab< char > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< HYPRE_Int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< AtomicInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< AtomicInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< AtomicInt >::dot(const BaseFab< AtomicInt > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< AtomicInt >::dot(const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'amrex::BaseFab::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'amrex::BaseFab::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'amrex::BaseFab::dot(const BaseFab< T > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'amrex::BaseFab::dot(const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< PetscInt >::dot()']]], + ['dot_2403',['Dot',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7',1,'amrex::Dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a115acdf454f3e0732ee54de9d5ff2057',1,'amrex::MultiFab::Dot(const iMultiFab &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a87437456f64f8610e6d34d17929fdb4f',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5397e3c5e4cbb69279db604d3f1f2a60',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)']]], + ['dot_2404',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< Real >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< Real >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< Real >::dot(const BaseFab< Real > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< Real >::dot(const Box &xbx, int xcomp, const BaseFab< Real > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< PetscInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< PetscInt >::dot(const BaseFab< PetscInt > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< PetscInt >::dot(const Box &xbx, int xcomp, const BaseFab< PetscInt > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< int >::dot(const BaseFab< int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept']]], + ['doteamreduce_2405',['doTeamReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6a675ddfa6ba286e367461bdca0de992',1,'amrex::ParallelDescriptor']]], + ['dotmask_2406',['dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< Real >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< PetscInt >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< int >::dotmask(const BaseFab< int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< HYPRE_Int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< EBCellFlag > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< AtomicInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'amrex::BaseFab::dotmask(const BaseFab< T > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'amrex::BaseFab::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< PetscInt >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< Real >::dotmask()']]], + ['dotprod_2407',['DotProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465',1,'amrex::tri_geom_ops']]], + ['dotproduct_2408',['dotProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3784c11ec581a1ab5edb0e2d2308e86f',1,'amrex::GMRESMLMGT::dotProduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept']]], + ['dotxy_2409',['dotxy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0763a66aaeb9436c92418c9438af1348',1,'amrex::MLCGSolverT']]], + ['dounlink_2410',['doUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'amrex::ParticleContainer_impl::doUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::doUnlink()']]], + ['doupdate_2411',['doUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#adb5a0dd2bc78011f72b1c9881139094b',1,'amrex::InSituBridge']]], + ['dp_2412',['dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type const >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'amrex::MultiArray4::dp()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8e53936d3fd7c9e7c1870a499156cd87',1,'sdcquadrature_mod::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aef9ccbc50e8c6d02eda1902423d91f02',1,'amrex::Gpu::DeviceScalar::dp()']]], + ['dptr_2413',['dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< char >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< EBCellFlag >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< HYPRE_Int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< PetscInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< Real >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'amrex::BaseFab::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< AtomicInt >::dptr()']]], + ['dsarray_2414',['dsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a62883d11e6cc5ff7d023eb4f21b0e422',1,'amrex::DataServices']]], + ['dsarrayindex_2415',['dsArrayIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a7b5b5a6f71f4bef7caf3ca81377c97b3',1,'amrex::DataServices']]], + ['dsarrayindexcounter_2416',['dsArrayIndexCounter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2a095147c88e1356696aa47fb9bcf797',1,'amrex::DataServices']]], + ['dsbatchmode_2417',['dsBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa20cf93243c6cf029d82ffabe3719952',1,'amrex::DataServices']]], + ['dsfaboutsize_2418',['dsFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aea89d718ba649ae2217135d549e512cd',1,'amrex::DataServices']]], + ['dsrequesttype_2419',['DSRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9',1,'amrex::DataServices']]], + ['dst_5fgrid_2420',['dst_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab07c901bc54f86b711f1d4ea18afcab0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dst_5findex_2421',['dst_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a7d5e87b5bae531e70f45aeafbf5fd2e4',1,'amrex::NeighborParticleContainer::NeighborIndexMap::dst_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a63ec938a78695587259fdb7a096233c0',1,'amrex::NeighborParticleContainer::NeighborCopyTag::dst_index()']]], + ['dst_5flevel_2422',['dst_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ad00126c82bbb6199048a6d15551ed5a0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dst_5ftile_2423',['dst_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6934b79f725b578ab2bb11f3a6401c41',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dstindex_2424',['dstIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#abc0d662cdc63c3e99f4c114dc3ac266f',1,'amrex::FabArrayBase::CopyComTag']]], + ['dt_5flevel_2425',['dt_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1aa63d206ed0a9bbb5365d703260601b',1,'amrex::Amr']]], + ['dt_5fmin_2426',['dt_min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43fe1508a0a3160d4ba363fd663d520a',1,'amrex::Amr']]], + ['dtex_2427',['dtex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aeb3a3eb0ea9abaf2f440c82e8e9a486d',1,'amrex::TinyProfiler::Stats']]], + ['dtexavg_2428',['dtexavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a23387ec0b0dd45815da72c13541e68de',1,'amrex::TinyProfiler::ProcStats']]], + ['dtexmax_2429',['dtexmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a65dee4854dfd2baf26af6b16812090e3',1,'amrex::TinyProfiler::ProcStats']]], + ['dtexmin_2430',['dtexmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a01cbf389132c01e2971cb1723fa846cd',1,'amrex::TinyProfiler::ProcStats']]], + ['dtin_2431',['dtin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#abc66c2425cf9bbd67c89d82f69597d2c',1,'amrex::TinyProfiler::Stats']]], + ['dtinavg_2432',['dtinavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ab36067feb232434de61f459d59427970',1,'amrex::TinyProfiler::ProcStats']]], + ['dtinmax_2433',['dtinmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#aba8890827f1d77d1a04fda2971170ffe',1,'amrex::TinyProfiler::ProcStats']]], + ['dtinmin_2434',['dtinmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ad9c2c49d8b22ac959def10c90dd3ed30',1,'amrex::TinyProfiler::ProcStats']]], + ['dtlevel_2435',['dtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf57ca7f26b3f1bf6c5af3e1e2c4d66',1,'amrex::Amr::dtLevel(int level) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a904343b1efe2ff873b545c80a69e58e8',1,'amrex::Amr::dtLevel() const noexcept']]], + ['dtmin_2436',['dtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ace23e3b0cd924344014b8b5451d7c359',1,'amrex::Amr']]], + ['dtod_5fmemcpy_2437',['dtod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab695bddeb3cc727225d95a1826472ae4',1,'amrex::Gpu']]], + ['dtod_5fmemcpy_5fasync_2438',['dtod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a00026ef5f8505586ed52acbbc11fdf91',1,'amrex::Gpu']]], + ['dtoh_5fmemcpy_2439',['dtoh_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa443a27f05e81db793b131d3fc0b101c',1,'amrex::Gpu::dtoh_memcpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)']]], + ['dtoh_5fmemcpy_5fasync_2440',['dtoh_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6cb0d90b937d4749b2219ad0e9fa8277',1,'amrex::Gpu']]], + ['dtos_2441',['dtos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#af5e6237a29344dbd4ff748c0bf22cdb7',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], + ['dumpnames_2442',['dumpNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af8ba2875788e8e7b91f4b3fa77063b19',1,'amrex::StateDescriptor']]], + ['dumpslice_2443',['DumpSlice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19cde97e63c0537fa272e4c22ad51c1d',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3e0c29efb7a3629a66a7f41a8c5d491c',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ae28327a41bb34ffad052eecb96f05f00',1,'amrex::DataServices::DumpSlice(const Box &slicebox, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a8c427a00d85a1895247f6e0aa0c60aa2',1,'amrex::DataServices::DumpSlice(const Box &slicebox)']]], + ['dumpsliceboxallvars_2444',['DumpSliceBoxAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9afe2794e70b17fe16bcb75ba47e1256ec',1,'amrex::DataServices']]], + ['dumpsliceboxonevar_2445',['DumpSliceBoxOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af054f888c4a6d02eefe226e674edb2d6',1,'amrex::DataServices']]], + ['dumpsliceplaneallvars_2446',['DumpSlicePlaneAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a54c4c9509960a44b3156e7a998309649',1,'amrex::DataServices']]], + ['dumpsliceplaneonevar_2447',['DumpSlicePlaneOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a60513fa501bb96f4059cec668c6f0126',1,'amrex::DataServices']]], + ['dumptable_2448',['dumpTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad5376a2e65027c356b38efbef3180c28',1,'amrex::ParmParse']]], + ['duplicate_2449',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282a24f1b0a79473250c195c7fb84e393392',1,'amrex::ForkJoin::duplicate()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9b34553675e4bbe3e7e6108780d34975',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a69b29ecaacdc25da8869a005da585ef2',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, const Periodicity &periodicity)']]], + ['duplicatecell_2450',['DUPLICATECELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530aa193ff323f29029e1e37eacda443d808',1,'amrex::InSituUtils']]], + ['duplicatepoint_2451',['DUPLICATEPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa75247ce651a3068b41ed2029e5cc7f1e',1,'amrex::InSituUtils']]], + ['dx_2452',['Dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a6dc7a3f96e7d9b912a500fb17abb9a83',1,'amrex::SplineDistFcnElement2d']]], + ['dx_2453',['dX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9810578aa21d4c3ea548697820ada970',1,'amrex::XYPlotDataList']]], + ['dx_2454',['dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a178c38de0cae8e587e4c34541db7f45b',1,'amrex::CoordSys::dx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a6ae1008fee5d826e469209d098776573',1,'amrex::GeometryData::dx()']]], + ['dxbydt_2455',['dxbydt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#aa2f966fab2d0ee8cfc12ea3d5260fe99',1,'amrex::SplineDistFcnElement2d']]], + ['dxi_2456',['dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a694afb5ccbf5c681f6b016e2574f69ab',1,'amrex::GetParticleBin']]], + ['dxlevel_2457',['DxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6a60af608e73c830bde3bf1b312d1df5',1,'amrex::AmrData']]], + ['dxlevel_2458',['dxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acf28800ea1c047a973e104f20c05fa4d',1,'amrex::AmrData']]], + ['dy_2459',['Dy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a9ef7c332f4ef1f1409c3dfec141c016a',1,'amrex::SplineDistFcnElement2d']]], + ['dynamic_2460',['dynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#af8c9a28c98c151eb32f0352334376536',1,'amrex::MFItInfo::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#ada6090f6c7ce7cb692304ca36611204e',1,'amrex::DynamicTiling::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a16fa2d144bcc71d665056de5938c4b32',1,'amrex::MFIter::dynamic()']]], + ['dynamicswapcomponents_2461',['DynamicSwapComponents',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6',1,'amrex::NonLocalBC']]], + ['dynamictiling_2462',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html',1,'amrex::DynamicTiling'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#a9b6c938ca6b52d48ecf4baba551ecc64',1,'amrex::DynamicTiling::DynamicTiling()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_5.js b/amrex-hydro/Doxygen/html/search/all_5.js index 8b4d64f..922a8c8 100644 --- a/amrex-hydro/Doxygen/html/search/all_5.js +++ b/amrex-hydro/Doxygen/html/search/all_5.js @@ -1,180 +1,179 @@ var searchData= [ - ['e0_2458',['e0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a4a5d0a66ecd91a77f268b082f6f7470c',1,'amrex::algoim::ImplicitIntegral']]], - ['eb_5fadd_5fdivergence_5ffrom_5fflow_2459',['eb_add_divergence_from_flow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 2 > const &dxinv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 3 > const &dxinv)']]], - ['eb_5faverage_5fdown_2460',['EB_average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, const MultiFab &vol_fine, const MultiFab &vfrac_fine, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, const IntVect &ratio)']]], - ['eb_5faverage_5fdown_5fboundaries_2461',['EB_average_down_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)']]], - ['eb_5faverage_5fdown_5ffaces_2462',['EB_average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse)']]], - ['eb_5faverage_5fface_5fto_5fcellcenter_2463',['EB_average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716',1,'amrex']]], - ['eb_5favg_5ffc_5fto_5fcc_2464',['eb_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< EBCellFlag const > const &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Array4< EBCellFlag const > const &flag)']]], - ['eb_5favgdown_2465',['eb_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd',1,'amrex']]], - ['eb_5favgdown_5fboundaries_2466',['eb_avgdown_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a538016b8eefb9144d408402eec36d390',1,'amrex']]], - ['eb_5favgdown_5fface_5fx_2467',['eb_avgdown_face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589',1,'amrex']]], - ['eb_5favgdown_5fface_5fy_2468',['eb_avgdown_face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68',1,'amrex']]], - ['eb_5favgdown_5fface_5fz_2469',['eb_avgdown_face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a300e308bc865c0b06a1955edbf787019',1,'amrex']]], - ['eb_5favgdown_5fwith_5fvol_2470',['eb_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7',1,'amrex']]], - ['eb_5fcell_5fcons_5finterp_2471',['eb_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e516952807b4f4cda43c228af03826',1,'amrex']]], - ['eb_5fcompute_5fdivergence_2472',['eb_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, GpuArray< Real, 3 > const &dxinv, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, GpuArray< Real, 2 > const &dxinv, bool already_on_centroids)']]], - ['eb_5fcomputedivergence_2473',['EB_computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids, const MultiFab &vel_eb)']]], - ['eb_5fcovered_5fval_2474',['eb_covered_val',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e0f258a02602680779facdad15ec448',1,'amrex']]], - ['eb_5fflux_5freg_5fcrseadd_5fva_2475',['eb_flux_reg_crseadd_va',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Real dtdx, Real dtdy, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Real dtdx, Real dtdy, Real dtdz, int ncomp)']]], - ['eb_5fflux_5freg_5fcvol_2476',['eb_flux_reg_cvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a579bc771ad42deaba49bd875435ec349',1,'amrex::eb_flux_reg_cvol(int i, int j, Array4< Real const > const &vfrac, Dim3 const &ratio, Real threshold) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32656425b2bbf662685c783f61a98d76',1,'amrex::eb_flux_reg_cvol(int i, int j, int k, Array4< Real const > const &vfrac, Dim3 const &ratio, Real small) noexcept']]], - ['eb_5fflux_5freg_5ffineadd_5fdm_2477',['eb_flux_reg_fineadd_dm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fxhi_2478',['eb_flux_reg_fineadd_va_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd990a563d63d022c9b09433c621015f',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fxlo_2479',['eb_flux_reg_fineadd_va_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fyhi_2480',['eb_flux_reg_fineadd_va_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fylo_2481',['eb_flux_reg_fineadd_va_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fzhi_2482',['eb_flux_reg_fineadd_va_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fzlo_2483',['eb_flux_reg_fineadd_va_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f',1,'amrex']]], - ['eb_5finterp_5fcc2cent_2484',['eb_interp_cc2cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fx_2485',['eb_interp_cc2face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fy_2486',['eb_interp_cc2face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fz_2487',['eb_interp_cc2face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fx_2488',['eb_interp_cc2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fy_2489',['eb_interp_cc2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fz_2490',['eb_interp_cc2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733',1,'amrex']]], - ['eb_5finterp_5fcc_5fto_5fcentroid_2491',['EB_interp_CC_to_Centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c',1,'amrex']]], - ['eb_5finterp_5fcc_5fto_5ffacecentroid_2492',['EB_interp_CC_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2',1,'amrex']]], - ['eb_5finterp_5fcellcentroid_5fto_5ffacecentroid_2493',['EB_interp_CellCentroid_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f1af042b358543413af13507e891e2',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Array< MultiFab *, AMREX_SPACEDIM > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Vector< MultiFab * > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, AMREX_D_DECL(MultiFab &phi_xface, MultiFab &phi_yface, MultiFab &phi_zface), int scomp, int dcomp, int ncomp, const Geometry &a_geom, const Vector< BCRec > &a_bcs)']]], - ['eb_5finterp_5fcentroid2facecent_5fx_2494',['eb_interp_centroid2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbe495de221a8edcb3e8566f047353be',1,'amrex']]], - ['eb_5finterp_5fcentroid2facecent_5fy_2495',['eb_interp_centroid2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a',1,'amrex']]], - ['eb_5finterp_5fcentroid2facecent_5fz_2496',['eb_interp_centroid2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26',1,'amrex']]], - ['eb_5finterp_5fin_5fquad_2497',['EB_interp_in_quad',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefcca7679b76de3867191843450d69f3',1,'amrex']]], - ['eb_5flincc_5finterp_2498',['eb_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9',1,'amrex']]], - ['eb_5fmf_5fcell_5fcons_5finterp_2499',['eb_mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e',1,'amrex']]], - ['eb_5fmf_5flincc_5finterp_2500',['eb_mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969',1,'amrex']]], - ['eb_5frereflux_5ffrom_5fcrse_2501',['eb_rereflux_from_crse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462',1,'amrex']]], - ['eb_5frereflux_5fto_5ffine_2502',['eb_rereflux_to_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad',1,'amrex']]], - ['eb_5fset_5fcovered_2503',['EB_set_covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, const Vector< Real > &vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, const Vector< Real > &a_vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d',1,'amrex::EB_set_covered(MultiFab &mf, Real val)']]], - ['eb_5fset_5fcovered_5ffaces_2504',['EB_set_covered_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a233a16599969d91372d51e1befabcbfc',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d795b6dab3e839da24a64b46179295',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, const int scomp, const int ncomp, const Vector< Real > &a_vals)']]], - ['eb_5fset_5fcovered_5fnodes_2505',['eb_set_covered_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real const *AMREX_RESTRICT v)']]], - ['eb_5fstencil_5fsize_2506',['eb_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a49181827cb7d3a5b52f02540d7e82121',1,'amrex::Hypre::eb_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a47fa463023a9096542d2409e1e439a4a',1,'amrex::PETScABecLap::eb_stencil_size()']]], - ['ebcellconservativelinear_2507',['EBCellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html',1,'amrex']]], - ['ebcellflag_2508',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html',1,'amrex::EBCellFlag'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a723976c16179e5d5bd57d3c21cf57958',1,'amrex::EBCellFlag::EBCellFlag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a784e6b8a45a55b11c1ab074910b6af0f',1,'amrex::EBCellFlag::EBCellFlag(const EBCellFlag &rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a12b461c8a170594d3f9ba3ea7cbedd12',1,'amrex::EBCellFlag::EBCellFlag(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a6b2aa9bb33e890688b4864b56d957ae6',1,'amrex::EBCellFlag::EBCellFlag(uint32_t i) noexcept']]], - ['ebcellflagfab_2509',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html',1,'amrex::EBCellFlagFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#af6a0b6f99232ecdb6c7e7353c2166c8a',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a122af00c8e43d7f77b334e4ca8af8f3b',1,'amrex::EBCellFlagFab::EBCellFlagFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a037a336832dd36e4e28e512fbbd366b0',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#afe1ba5fba45c24e88e142673c68073f6',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a950b4a82b4c1eb79a628f7f85509d97d',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a328da9c6a1ffe5ff87003fdc9d5a7e9d',1,'amrex::EBCellFlagFab::EBCellFlagFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aa21ee05268cabb67bb200801168253b9',1,'amrex::EBCellFlagFab::EBCellFlagFab(EBCellFlagFab &&rhs)=default']]], - ['ebdatacollection_2510',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html',1,'amrex::EBDataCollection'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac8cfe908c7bcdc5b940444e767ceb37b',1,'amrex::EBDataCollection::EBDataCollection(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a279c06d895ec6ef61086ec173d57281d',1,'amrex::EBDataCollection::EBDataCollection(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, Vector< int > a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a37fa70dac3bcfbd63a096961c0a97899',1,'amrex::EBDataCollection::EBDataCollection(EBDataCollection &&)=delete']]], - ['ebfarraybox_2511',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html',1,'amrex::EBFArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aa9eec6391ebe9040da491ae57b41407b',1,'amrex::EBFArrayBox::EBFArrayBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af71cb8c5382b2d5b83150439f88f99b9',1,'amrex::EBFArrayBox::EBFArrayBox(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab8aea0629538f258d11b34aacb04ad64',1,'amrex::EBFArrayBox::EBFArrayBox(const EBCellFlagFab &ebflag, const Box &bx, int ncomps, Arena *ar, const EBFArrayBoxFactory *factory=nullptr, int box_index=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab04dcbd3b434a8553425a005ef78ec04',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a79ae85b92db76dc260c707b7df356fe2',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a00d1e822adbb3114a5b7ae5b81f5015e',1,'amrex::EBFArrayBox::EBFArrayBox(const EBFArrayBox &)=delete']]], - ['ebfarrayboxfactory_2512',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html',1,'amrex::EBFArrayBoxFactory'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae76b4a906830e7b5094edc438e6cc9b9',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aff3ee653b5be6f3b58ec1c34ae2f461f',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EBFArrayBoxFactory &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aad2e2bde5474a8a144c900d5bfaa5e8c',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(EBFArrayBoxFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aa671c88f9bbc88f7824352ef14fedc45',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory()=delete']]], - ['ebfluxregister_2513',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html',1,'amrex::EBFluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#afed46de9d982663ff8bf4bdd752811a9',1,'amrex::EBFluxRegister::EBFluxRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a14da975b0621f49220efd195ac6688c8',1,'amrex::EBFluxRegister::EBFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)']]], - ['ebgodunov_2514',['EBGodunov',['../group__EBGodunov.html',1,'(Global Namespace)'],['../namespaceEBGodunov.html',1,'EBGodunov']]], - ['ebgodunov_5fcorner_5fcouple_5fxy_2515',['EBGodunov_corner_couple_xy',['../namespaceEBGodunovCornerCouple.html#a7670251a235d8e8a0029aa4d3d2be940',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fxz_2516',['EBGodunov_corner_couple_xz',['../namespaceEBGodunovCornerCouple.html#a080e49a78a054a19a43018df9f3315e6',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fyx_2517',['EBGodunov_corner_couple_yx',['../namespaceEBGodunovCornerCouple.html#ab83b76b3788f563af772721e08d38746',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fyz_2518',['EBGodunov_corner_couple_yz',['../namespaceEBGodunovCornerCouple.html#ac0aa6f581853d220ac872e19459f275f',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fzx_2519',['EBGodunov_corner_couple_zx',['../namespaceEBGodunovCornerCouple.html#a252e58193c4307115fd9019c47bbaf6e',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fzy_2520',['EBGodunov_corner_couple_zy',['../namespaceEBGodunovCornerCouple.html#a20333045bcf5a9b6fa34e4673453be03',1,'EBGodunovCornerCouple']]], - ['ebgodunovbc_2521',['EBGodunovBC',['../namespaceEBGodunovBC.html',1,'']]], - ['ebgodunovcornercouple_2522',['EBGodunovCornerCouple',['../namespaceEBGodunovCornerCouple.html',1,'']]], - ['ebgridcoverage_2523',['EBGridCoverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a98aef451a26944bbc183885f613370e3',1,'amrex::EBToPVD']]], - ['ebmfcellconslininterp_2524',['EBMFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html',1,'amrex']]], - ['ebmol_2525',['EBMOL',['../namespaceEBMOL.html',1,'EBMOL'],['../group__EBMOL.html',1,'(Global Namespace)']]], - ['ebplane_2526',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html',1,'amrex::algoim::EBPlane'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a99b33ff9062162a71e2f1533c76c3a3e',1,'amrex::algoim::EBPlane::EBPlane()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa5637df03e164faf757177e7333e5d0b',1,'amrex::algoim::EBPlane::EBPlane(GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a6a73bedd66de0d9db79f8af959ad72d3',1,'amrex::algoim::EBPlane::EBPlane(Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept']]], - ['ebplm_2527',['EBPLM',['../namespaceEBPLM.html',1,'']]], - ['ebsupport_2528',['EBSupport',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc',1,'amrex']]], - ['ebtopolygon_2529',['EBToPolygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ad8094e8ba844bca4f39cecff49aa5b86',1,'amrex::EBToPVD']]], - ['ebtopvd_2530',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html',1,'amrex::EBToPVD'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aee45f02c64e45397af7d92d3557e26e6',1,'amrex::EBToPVD::EBToPVD()']]], - ['edge_2531',['Edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html',1,'amrex::EB2']]], - ['edge_5fgrids_2532',['edge_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7cf2da3e3135c31924af8e09fa0c8104',1,'amrex::AmrLevel']]], - ['edgefluxregister_2533',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html',1,'amrex::EdgeFluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a80d8a50bf42890675c5e06ae694b66ce',1,'amrex::EdgeFluxRegister::EdgeFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, int nvar=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a89a4c8560bbedddef433d4467a8dcfd4',1,'amrex::EdgeFluxRegister::EdgeFluxRegister()=default']]], - ['edisoncpufab_2534',['edisonCPUFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3db6cd7cebf96206f923d90fa878ec13',1,'CommProfStats']]], - ['edisonnodefab_2535',['edisonNodeFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab7a4932c02acf98ae36a27c00f553094',1,'CommProfStats']]], - ['edisonnodexyz_2536',['edisonNodeXYZ',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6a0a1c8fe03b2c8492f67761ace16c6',1,'CommProfStats']]], - ['eff_2537',['eff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a663b75105444c3cfca994b499b52d038',1,'amrex::Cluster']]], - ['eight_2538',['eight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4',1,'amrex_constants_module']]], - ['eighth_2539',['eighth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4f8d71c1b1d316bbf6505f7a9511d24d',1,'amrex_constants_module']]], - ['elemwisemax_2540',['elemwiseMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd',1,'amrex::elemwiseMax(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4',1,'amrex::elemwiseMax(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be',1,'amrex::elemwiseMax(T const &a, T const &b) noexcept']]], - ['elemwisemin_2541',['elemwiseMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8',1,'amrex::elemwiseMin(T const &a, T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83',1,'amrex::elemwiseMin(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362',1,'amrex::elemwiseMin(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept']]], - ['eleven_2542',['eleven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76',1,'amrex_constants_module']]], - ['elixir_2543',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html',1,'amrex::Gpu']]], - ['elixir_2544',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< PetscInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< Real >::elixir()']]], - ['elixir_2545',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9a11ead76662a1fb2d86201dea17a33f',1,'amrex::Gpu::Elixir::Elixir() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a62d8be14e66b536bcadc7689658054db',1,'amrex::Gpu::Elixir::Elixir(void *p, Arena *arena) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#afbafbee2ae0733e7b642416a6c0e1d95',1,'amrex::Gpu::Elixir::Elixir(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a73116015261623afc75de5846c536d60',1,'amrex::Gpu::Elixir::Elixir(Elixir &&rhs) noexcept']]], - ['elixir_2546',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< HYPRE_Int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< EBCellFlag >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< char >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< AtomicInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'amrex::BaseFab::elixir()']]], - ['ellipsoidif_2547',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html',1,'amrex::EB2::EllipsoidIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a12391461b3aaeda3b88f48f56bd7a38c',1,'amrex::EB2::EllipsoidIF::EllipsoidIF()']]], - ['empty_2548',['empty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::XDim3 >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::STLtools::Triangle >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::openbc::MomTag >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::NeighborCode >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::BoxND >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'amrex::PODVector::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abe6aa2080bb4a68eaded92e7e3e6efd6',1,'amrex::ParticleTile::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a3d57d55dc4495341b7bd6de0ac9e4bd6',1,'amrex::ForkJoin::MFFork::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7ebc7ce80aded82313b3f96ba0f14d8e',1,'amrex::EB2::IndexSpace::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab96a1c213fe6e5f402c4e006608564f5',1,'amrex::FabArrayBase::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3e7cd82f169573dfa29f3d453a9a40b9',1,'amrex::DistributionMapping::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae71159edaa4456e59699f01955144d97',1,'amrex::BoxArray::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a121a968277c299409b1b6e98fa2d8b08',1,'amrex::ArrayOfStructs::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a356f63835bfba5626b9e6cd884d895d0',1,'amrex::ArrayOfStructs::empty() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a25710d2c2fdeae4c7b7b36ca2a1e5b90',1,'amrex::AMReX::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a193e31f7db819b274b09730561007716',1,'amrex::StructOfArrays::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< unsigned int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< std::size_t >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int *, DefaultAllocator< int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< index_type >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int *, DefaultAllocator< const int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::empty()']]], - ['enable_5finverse_2549',['enable_inverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a253931bb13b740bcdf8da45fe68a4591',1,'amrex::NeighborParticleContainer']]], - ['enabled_2550',['enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a479b95e65f876998b375cdbaba5ed658',1,'amrex::InSituBridge::enabled()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a282b4e789e0c442305b8348d40b3a9e5',1,'amrex::TinyProfiler::enabled()']]], - ['enablefpexcept_2551',['enableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebfde21396d2ff792d29469193f4853e',1,'amrex']]], - ['enableif_5ft_2552',['EnableIf_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe',1,'amrex']]], - ['enableinverse_2553',['enableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a10946f0902af75ab296818655fa6b388',1,'amrex::NeighborParticleContainer']]], - ['enabletiling_2554',['EnableTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a30f81d409ee420d0e8865c0c7668b0f7',1,'amrex::MFItInfo']]], - ['enclosedcells_2555',['enclosedCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a678c17d31bc353ead03cffed5c4e1574',1,'amrex::BoxList::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'amrex::BoxND::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'amrex::BoxND::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac6147deef62aa311d8c7bbf681fc35ce',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'BoxND< AMREX_SPACEDIM >::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'amrex::BoxND::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8199954b0860a879faa63867400b5435',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6',1,'amrex::enclosedCells(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d',1,'amrex::enclosedCells(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36',1,'amrex::enclosedCells(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9ed198bd9ceb2268f1219c2e0375bdbb',1,'amrex::BoxList::enclosedCells()']]], - ['end_2556',['end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxDomain::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::Interval, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::Interval, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'amrex::GpuArray::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'amrex::GpuArray::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxList::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxList::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxDomain::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::EB2::PolyTerm, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a47792c2340e22a0d2c71fdd916a5541c',1,'amrex::BinIterator::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa2a7d293afbee43a583574e79e025ef4',1,'amrex::ArrayOfStructs::end() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a873f640763a9782db4c3b207c11e01ff',1,'amrex::ArrayOfStructs::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::EB2::PolyTerm, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< bool, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< bool, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const int *, NArrayInt >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const int *, NArrayInt >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ade62e0019a5532341887838a1d6b0b44',1,'amrex::WeightedBoxList::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a477680d9afe24f0598b16e436151df7d',1,'amrex::WeightedBoxList::end() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const ParticleReal *, NArrayReal >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a99916092c93df93da10a0bb582222174',1,'amrex::Table3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2',1,'amrex::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'amrex::Array4::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< Real const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ac4fc4d78377e9818d74517d365f21113',1,'amrex::Table1D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'amrex::Table2D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'Table2D< RT >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d1ef1b7c2e47b29c305b9d5854ee1c9',1,'amrex::Array3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#aee1a2d8e68a6221b68959f46f2bfad58',1,'amrex::Table4D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'amrex::Array1D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'amrex::Array1D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'Array1D< int, 0, N-1 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'Array1D< int, 0, N-1 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'amrex::Array2D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'amrex::Array2D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a410f693b45520d607c4e93afb9a84b77',1,'amrex::Array3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::XDim3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::XDim3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::STLtools::Triangle >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::STLtools::Triangle >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::openbc::MomTag >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::openbc::MomTag >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a3b5576e8ad5290c80b9fddc284213506',1,'amrex::Gpu::range_detail::range_impl::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< unsigned int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< unsigned int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< std::size_t >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< std::size_t >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::NeighborCode >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int *, DefaultAllocator< int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int *, DefaultAllocator< int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal *, NAR >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal *, NAR >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, nelems >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 4 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 4 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int *, NAI >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int *, NAI >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const ParticleReal *, NArrayReal >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a90e48fc334e395d5342ca85558949e95',1,'amrex::Neighbors::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::NeighborCode >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::BoxND >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::BoxND >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'amrex::PODVector::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'amrex::PODVector::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a2d37e953b78d6106dbd29c8cb8775270',1,'amrex::Neighbors::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'IntVectND< AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'IntVectND< AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'amrex::IntVectND::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'amrex::IntVectND::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, nelems >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept']]], - ['end_5fiv_2557',['end_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb',1,'amrex']]], - ['endindex_2558',['endIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a427faab13c7d1f9d72b476452df519e1',1,'amrex::MFIter']]], - ['endparallel_2559',['EndParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a990d0a17b08dcd68a0d77a7b35cfebaf',1,'amrex::ParallelDescriptor']]], - ['endteams_2560',['EndTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1f1780bd83ee339ade2a2dd702473e20',1,'amrex::ParallelDescriptor']]], - ['endx_2561',['endX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad12ab95c2383da4eb515681b9522ace4',1,'amrex::XYPlotDataList']]], - ['endx_2562',['EndX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a1aa0d54b004e6d96d59820de7b94cb22',1,'amrex::XYPlotDataList']]], - ['endxi_2563',['EndXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ae8c16dcec1c3fa6651a2d328c61eb47c',1,'amrex::XYPlotDataListLink']]], - ['endxi_2564',['endXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a27c1524c9b6b2bbad9e9186e909830fa',1,'amrex::XYPlotDataListLink']]], - ['enforceinoutsolvability_2565',['enforceInOutSolvability',['../namespaceHydroUtils.html#a3c4af1f820880e67509b84b57e988090',1,'HydroUtils::enforceInOutSolvability(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM >> &vels_vec, amrex::BCRec const *bc_type, const amrex::Vector< amrex::Geometry > &geom, bool include_bndry_corners=false)'],['../group__Utilities.html#ga5677f456538ed66e94185b0050bc6e2d',1,'HydroUtils::enforceInOutSolvability(const Vector< Array< MultiFab *, AMREX_SPACEDIM >> &vels_vec, const BCRec *bc_type, const Vector< Geometry > &geom, bool include_bndry_corners)']]], - ['enforceperiodic_2566',['enforcePeriodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1',1,'amrex']]], - ['enforceperiodicity_2567',['EnforcePeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::Mask >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< FArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< TagBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< IArrayBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< TagBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'amrex::FabArray::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity()']]], - ['enforceperiodicwhere_2568',['EnforcePeriodicWhere',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere(P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere(P &p, ParticleLocData &pld, int lev_min, int lev_max, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere()']]], - ['enforcesingularsolvable_2569',['enforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'amrex::MLLinOpT::enforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'MLLinOpT< Array< MultiFab, 3 > >::enforceSingularSolvable()']]], - ['ensurethreadsafetiles_2570',['EnsureThreadSafeTiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb',1,'amrex']]], - ['eps_2571',['eps',['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_3D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a5996afecb06f0cfbc667e1fc7eff3f08',1,'sdcquadrature_mod::eps()'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acf673ebaf5379183e526bd2bbc4c665e',1,'amrex::nodelap_detail::eps()']]], - ['erase_2572',['erase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::STLtools::Triangle >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< index_type >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::BoxND >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::BoxND >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a745d2d5f1157d1c3cb6b620f5544e01d',1,'amrex::AMReX::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ae74cdb62144ce25c901b6df72013dc89',1,'amrex::ArrayOfStructs::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aff6283995254b7660c80cd420d99886b',1,'amrex::EB2::IndexSpace::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'amrex::PODVector::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'amrex::PODVector::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::STLtools::Triangle >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int *, DefaultAllocator< int * > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#abc45977f12640b8ad7f2ead09eadafb9',1,'amrex::WeightedBoxList::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< unsigned int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< unsigned int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< std::size_t >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< std::size_t >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int *, DefaultAllocator< int * > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< index_type >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int * >::erase()']]], - ['err_5ffunc_2573',['err_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#accb4208e8504753dcddef021c9250e88',1,'amrex::ErrorRec']]], - ['err_5ffunc2_2574',['err_func2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ad72e6621e0e65cba0d636c244ac5d53b',1,'amrex::ErrorRec']]], - ['err_5ftype_2575',['err_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#abc0afb5043187b59f1a7219c50a62cec',1,'amrex::ErrorRec']]], - ['errfunc_2576',['errFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a71511c07ba07eb68b24293472bbceb24',1,'amrex::ErrorRec']]], - ['errfunc2_2577',['errFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a699129622e8dca590420730ce595e291',1,'amrex::ErrorRec']]], - ['error_2578',['error',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex::MLMGT']]], - ['error_2579',['Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ad1154a83c8009b45e609ece0f5c7b69f',1,'hacc::Error::Error()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0',1,'amrex::Error(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4',1,'amrex::Error(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html',1,'hacc::Error']]], - ['error_2eh_2580',['Error.h',['https://amrex-codes.github.io/amrex/doxygen/Error_8h.html',1,'']]], - ['error_5fhandler_2581',['error_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3',1,'amrex::system']]], - ['error_5fhost_2582',['Error_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc',1,'amrex']]], - ['errorcheck_2583',['ErrorCheck',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e72d3661b320758c41e4a548b80beec',1,'amrex::Gpu']]], - ['errorest_2584',['errorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a75c6f30a5526b2d5dbbb24646f71dc8b',1,'amrex::AmrLevel']]], - ['errorest_2585',['ErrorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a80b107efe79904f079c92600156e523d',1,'amrex::Amr::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a88c72a4b4558c782239743af1f3b0789',1,'amrex::AmrCore::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d8e1e1b2e8fa5a1a5055ed761a2410d',1,'amrex::AmrMesh::ErrorEst()']]], - ['errorfunc_2586',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex::ErrorRec::ErrorFunc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a95fde6ed4cbd0d479c01ab85c85b05c7',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f792e96b23993415bd7d9bba649aa31',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFuncDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f1699d51a9cf12c7d8e928687db32cb',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc3DDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a53f51625afac95ad21c2b44edf7fef76',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a0038d07e8efa6df3c696f47cc8ae5d09',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc &&)=delete']]], - ['errorfunc2_2587',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html',1,'amrex::ErrorRec::ErrorFunc2'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#aacd6362e36161ff9bb312a1e24088901',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a02a3fc42ec877b30c62f546c68f89ba1',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2Default inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7e17b9c4b95d2c52127ca66a0e9aa707',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7950d1179f7e53bc2932a492f5e3866d',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 &&)=delete']]], - ['errorfunc2default_2588',['ErrorFunc2Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f',1,'amrex']]], - ['errorfunc3ddefault_2589',['ErrorFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b',1,'amrex']]], - ['errorfuncdefault_2590',['ErrorFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec',1,'amrex']]], - ['errorhandler_2591',['ErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6f45c130cacf67455811e9b4829f432',1,'amrex']]], - ['errorlist_2592',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html',1,'amrex::ErrorList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#aa0fc2d7a254ee23a1275a5f70148e283',1,'amrex::ErrorList::ErrorList()']]], - ['errorrec_2593',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html',1,'amrex::ErrorRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a7b04d755bf60782cae073b6f8e8fcaf4',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc2 &f2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a084b0d2b58520edb6636b704949e61eb',1,'amrex::ErrorRec::ErrorRec(ErrorRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a1a8fc733dbbb651b4797e1158446a06c',1,'amrex::ErrorRec::ErrorRec(ErrorRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a0a51eb9a95b0246788657c8c48a8fc42',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc &f)']]], - ['errorstream_2594',['ErrorStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34',1,'amrex']]], - ['errorstring_2595',['ErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07f31ae8d095a610856f2443abdcbb3a',1,'amrex::ParallelDescriptor']]], - ['errortype_2596',['ErrorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872d',1,'amrex::ErrorRec']]], - ['errtype_2597',['errType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac34eccb332331b40360aeba63b73bbfa',1,'amrex::ErrorRec']]], - ['estimatework_2598',['estimateWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a03b21d394e621b009b473c427b4769d0',1,'amrex::AmrLevel']]], - ['euclid_5fprecond_5fconfigure_2599',['euclid_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af635b8debb95a35dc7f5201129d4cd5b',1,'amrex::HypreIJIface']]], - ['eval_2600',['eval',['../group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff',1,'eval(): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ae31b17cbb88dce4057e7412cb0b5a7b4',1,'amrex::SplineDistFcnElement2d::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#acf76d5c7c3027a29928d07b2572475a8',1,'amrex::ReduceOps::eval(N n, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a58753cc90f873de11316249189d438ca',1,'amrex::ReduceOps::eval(Box const &box, N ncomp, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a705e92f33933692615787d722642c37c',1,'amrex::ReduceOps::eval(Box const &box, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#ab6d0e3293d5341c89aad5b8acc8abd47',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, int ncomp, D &reduce_data, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a00463980dfb637a0c8f867ed55fa99b8',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, D &reduce_data, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ade3a8b7cb056567a40e8be98e24d3260',1,'amrex::algoim::QuadratureRule::eval()'],['../group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89',1,'eval(): hydro_bds_edge_state_3D.cpp']]], - ['eval_5fmf_2601',['eval_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a6ee0df1c765e4839d3e453159681baf8',1,'amrex::ReduceOps']]], - ['evalintegrand_2602',['evalIntegrand',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a68bfd20ce2cfe059f08d82bcc99c268c',1,'amrex::algoim::ImplicitIntegral::evalIntegrand()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#a93e5266e3de3f1d636f081e118526ea2',1,'amrex::algoim::QuadratureRule::evalIntegrand()']]], - ['evalreduction_2603',['EvalReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a0a2dd2d6e19976b8eaebb9d81a65718a',1,'amrex::Lazy']]], - ['evolve_2604',['evolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a2dcb9287cd56e0febfcdf00b3725aee7',1,'amrex::TimeIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a31411280257ee4d2942a140cbead4635',1,'amrex::FEIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a97d9851462a6592d58c42ced9cb266a9',1,'amrex::IntegratorBase::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a688191347e4eef3fa6bc2714a8d51a0e',1,'amrex::SundialsIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af0eddcd4e42f2e70d706c84108c812e7',1,'amrex::RKIntegrator::evolve()']]], - ['exch_2605',['Exch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a170f55f8b9bd412d07a2ab2e825a4ee8',1,'amrex::Gpu::Atomic']]], - ['excludeset_2606',['excludeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae52d1496a02ab9f40df9ae0ece20fc51',1,'BLProfStats']]], - ['exclusive_2607',['Exclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Exclusive.html',1,'amrex::Scan::Type']]], - ['exclusive_2608',['exclusive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc',1,'amrex::Scan::Type']]], - ['exclusive_5fscan_2609',['exclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3f116832e254a3422729b3455b22f18c',1,'amrex::Gpu']]], - ['exclusivesum_2610',['ExclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd',1,'amrex::Scan']]], - ['execonfinalize_2611',['ExecOnFinalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0',1,'amrex']]], - ['execoninitialize_2612',['ExecOnInitialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97',1,'amrex']]], - ['executionconfig_2613',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html',1,'amrex::Gpu::ExecutionConfig'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a08f6a3b8fe37c3a6c070a86b6771abf4',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(dim3 nb, dim3 nt, std::size_t sm=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#abe1e6e1f5ba30f2630030521cd1f2a2f',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a37cfbe8246a2b757ee9753ee96f03385',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a6aae308317a5d0b1f713f8f5e6da30e0',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box, int comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aac93b82b3c746e0c6183e801898b3271',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box) noexcept']]], - ['exename_2614',['exename',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599',1,'amrex::system']]], - ['exist_2615',['Exist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab895515b73ef0cdc6d0e06c7590f3e76',1,'amrex::VisMF']]], - ['exists_2616',['Exists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c',1,'amrex::FileSystem']]], - ['exitrequest_2617',['ExitRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ad8032fde646b23816f422ec34e7c43d8',1,'amrex::DataServices']]], - ['exp_2618',['exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f',1,'amrex']]], - ['expand_2619',['expand',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'amrex::BoxND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'BoxND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'amrex::IndexTypeND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'IndexTypeND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'amrex::IntVectND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'IntVectND< AMREX_SPACEDIM >::expand()']]], - ['expect_2620',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html',1,'amrex::expect'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#afb2cf096f98b60b178bd5ee592876680',1,'amrex::expect::expect(std::string str_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a29077faf3a3650e3eeb67285023d7e5e',1,'amrex::expect::expect(const char *istr_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a76c80085267c42ef73ed0e63c65af898',1,'amrex::expect::expect(char c)']]], - ['explicitrungekutta_2621',['ExplicitRungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845',1,'amrex']]], - ['expr_2622',['expr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a52ec8f4544dd1e6875dff68e3d35a491',1,'amrex::IParser::expr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a39e13b29c0ab51b5a27264c706a1d7a8',1,'amrex::Parser::expr()']]], - ['extend_5fdomain_5fface_2623',['extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7',1,'amrex::EB2']]], - ['extenddataoutsidedomain_2624',['extendDataOutsideDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a49ed9d07cf0f8fc92b793d52190ad6f4',1,'amrex::EBDataCollection']]], - ['extenddomainface_2625',['ExtendDomainFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765',1,'amrex::EB2']]], - ['extended_5fweights_2626',['extended_weights',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a41e0f57f4b5dac966a3beb173e3d6286',1,'amrex::RKIntegrator']]], - ['extent_2627',['extent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#af29ddffe552640cdadd8dec27b352074',1,'amrex::algoim::BoundingBox']]], - ['exteriorcell_2628',['EXTERIORCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a73c2a5939fde880dfb3256a3ea552d0f',1,'amrex::InSituUtils']]], - ['extrap_2629',['extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831ab234733f1a75b0d42fffa6a3db0a',1,'amrex::StateDescriptor']]], - ['extrapveltofaces_2630',['ExtrapVelToFaces',['../namespaceEBMOL.html#a7add53a153ade9c5cb83e79a61ad1929',1,'EBMOL::ExtrapVelToFaces()'],['../namespaceEBGodunov.html#a9f011229326650b60adef228f8a54f96',1,'EBGodunov::ExtrapVelToFaces()'],['../namespaceMOL.html#a0fe3320639aceebe9c4f821287f26913',1,'MOL::ExtrapVelToFaces()'],['../namespaceGodunov.html#aa28d3b1616afb53afb23edd90599bf2b',1,'Godunov::ExtrapVelToFaces()'],['../group__Utilities.html#gab2dc90cd2e60a11e5fae0bfa3fc68e98',1,'HydroUtils::ExtrapVelToFaces()']]], - ['extrapveltofacesbox_2631',['ExtrapVelToFacesBox',['../namespaceEBMOL.html#a11b5b3fa29c007fd465a4bba443c433f',1,'EBMOL::ExtrapVelToFacesBox()'],['../namespaceMOL.html#ac44045406d48f0a8144e60b576bb04b0',1,'MOL::ExtrapVelToFacesBox()']]], - ['extrapveltofacesonbox_2632',['ExtrapVelToFacesOnBox',['../namespaceEBGodunov.html#abcdbfbbc5a098883686937dbab7ace35',1,'EBGodunov::ExtrapVelToFacesOnBox()'],['../namespaceGodunov.html#a7ede3a0e23c54a08155c0de529607a3b',1,'Godunov::ExtrapVelToFacesOnBox()']]], - ['extrude_2633',['extrude',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0',1,'amrex::EB2']]], - ['extrusionif_2634',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html',1,'amrex::EB2::ExtrusionIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#afd5f25acf2430a1731b18ea4b2e94024',1,'amrex::EB2::ExtrusionIF::ExtrusionIF()']]] + ['e0_2463',['e0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a4a5d0a66ecd91a77f268b082f6f7470c',1,'amrex::algoim::ImplicitIntegral']]], + ['eb_5fadd_5fdivergence_5ffrom_5fflow_2464',['eb_add_divergence_from_flow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 2 > const &dxinv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 3 > const &dxinv)']]], + ['eb_5faverage_5fdown_2465',['EB_average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, const MultiFab &vol_fine, const MultiFab &vfrac_fine, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, const IntVect &ratio)']]], + ['eb_5faverage_5fdown_5fboundaries_2466',['EB_average_down_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)']]], + ['eb_5faverage_5fdown_5ffaces_2467',['EB_average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse)']]], + ['eb_5faverage_5fface_5fto_5fcellcenter_2468',['EB_average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716',1,'amrex']]], + ['eb_5favg_5ffc_5fto_5fcc_2469',['eb_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< EBCellFlag const > const &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Array4< EBCellFlag const > const &flag)']]], + ['eb_5favgdown_2470',['eb_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd',1,'amrex']]], + ['eb_5favgdown_5fboundaries_2471',['eb_avgdown_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a538016b8eefb9144d408402eec36d390',1,'amrex']]], + ['eb_5favgdown_5fface_5fx_2472',['eb_avgdown_face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589',1,'amrex']]], + ['eb_5favgdown_5fface_5fy_2473',['eb_avgdown_face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68',1,'amrex']]], + ['eb_5favgdown_5fface_5fz_2474',['eb_avgdown_face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a300e308bc865c0b06a1955edbf787019',1,'amrex']]], + ['eb_5favgdown_5fwith_5fvol_2475',['eb_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7',1,'amrex']]], + ['eb_5fcell_5fcons_5finterp_2476',['eb_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e516952807b4f4cda43c228af03826',1,'amrex']]], + ['eb_5fcompute_5fdivergence_2477',['eb_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, GpuArray< Real, 3 > const &dxinv, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, GpuArray< Real, 2 > const &dxinv, bool already_on_centroids)']]], + ['eb_5fcomputedivergence_2478',['EB_computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids, const MultiFab &vel_eb)']]], + ['eb_5fcovered_5fval_2479',['eb_covered_val',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e0f258a02602680779facdad15ec448',1,'amrex']]], + ['eb_5fflux_5freg_5fcrseadd_5fva_2480',['eb_flux_reg_crseadd_va',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Real dtdx, Real dtdy, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Real dtdx, Real dtdy, Real dtdz, int ncomp)']]], + ['eb_5fflux_5freg_5fcvol_2481',['eb_flux_reg_cvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a579bc771ad42deaba49bd875435ec349',1,'amrex::eb_flux_reg_cvol(int i, int j, Array4< Real const > const &vfrac, Dim3 const &ratio, Real threshold) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32656425b2bbf662685c783f61a98d76',1,'amrex::eb_flux_reg_cvol(int i, int j, int k, Array4< Real const > const &vfrac, Dim3 const &ratio, Real small) noexcept']]], + ['eb_5fflux_5freg_5ffineadd_5fdm_2482',['eb_flux_reg_fineadd_dm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fxhi_2483',['eb_flux_reg_fineadd_va_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd990a563d63d022c9b09433c621015f',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fxlo_2484',['eb_flux_reg_fineadd_va_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fyhi_2485',['eb_flux_reg_fineadd_va_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fylo_2486',['eb_flux_reg_fineadd_va_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fzhi_2487',['eb_flux_reg_fineadd_va_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fzlo_2488',['eb_flux_reg_fineadd_va_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f',1,'amrex']]], + ['eb_5finterp_5fcc2cent_2489',['eb_interp_cc2cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fx_2490',['eb_interp_cc2face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fy_2491',['eb_interp_cc2face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fz_2492',['eb_interp_cc2face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fx_2493',['eb_interp_cc2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fy_2494',['eb_interp_cc2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fz_2495',['eb_interp_cc2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733',1,'amrex']]], + ['eb_5finterp_5fcc_5fto_5fcentroid_2496',['EB_interp_CC_to_Centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c',1,'amrex']]], + ['eb_5finterp_5fcc_5fto_5ffacecentroid_2497',['EB_interp_CC_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2',1,'amrex']]], + ['eb_5finterp_5fcellcentroid_5fto_5ffacecentroid_2498',['EB_interp_CellCentroid_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f1af042b358543413af13507e891e2',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Array< MultiFab *, AMREX_SPACEDIM > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Vector< MultiFab * > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, AMREX_D_DECL(MultiFab &phi_xface, MultiFab &phi_yface, MultiFab &phi_zface), int scomp, int dcomp, int ncomp, const Geometry &a_geom, const Vector< BCRec > &a_bcs)']]], + ['eb_5finterp_5fcentroid2facecent_5fx_2499',['eb_interp_centroid2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbe495de221a8edcb3e8566f047353be',1,'amrex']]], + ['eb_5finterp_5fcentroid2facecent_5fy_2500',['eb_interp_centroid2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a',1,'amrex']]], + ['eb_5finterp_5fcentroid2facecent_5fz_2501',['eb_interp_centroid2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26',1,'amrex']]], + ['eb_5finterp_5fin_5fquad_2502',['EB_interp_in_quad',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefcca7679b76de3867191843450d69f3',1,'amrex']]], + ['eb_5flincc_5finterp_2503',['eb_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9',1,'amrex']]], + ['eb_5fmf_5fcell_5fcons_5finterp_2504',['eb_mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e',1,'amrex']]], + ['eb_5fmf_5flincc_5finterp_2505',['eb_mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969',1,'amrex']]], + ['eb_5frereflux_5ffrom_5fcrse_2506',['eb_rereflux_from_crse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462',1,'amrex']]], + ['eb_5frereflux_5fto_5ffine_2507',['eb_rereflux_to_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad',1,'amrex']]], + ['eb_5fset_5fcovered_2508',['EB_set_covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, const Vector< Real > &vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, const Vector< Real > &a_vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d',1,'amrex::EB_set_covered(MultiFab &mf, Real val)']]], + ['eb_5fset_5fcovered_5ffaces_2509',['EB_set_covered_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a233a16599969d91372d51e1befabcbfc',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d795b6dab3e839da24a64b46179295',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, const int scomp, const int ncomp, const Vector< Real > &a_vals)']]], + ['eb_5fset_5fcovered_5fnodes_2510',['eb_set_covered_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real const *AMREX_RESTRICT v)']]], + ['eb_5fstencil_5fsize_2511',['eb_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a49181827cb7d3a5b52f02540d7e82121',1,'amrex::Hypre::eb_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a47fa463023a9096542d2409e1e439a4a',1,'amrex::PETScABecLap::eb_stencil_size()']]], + ['ebcellconservativelinear_2512',['EBCellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html',1,'amrex']]], + ['ebcellflag_2513',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html',1,'amrex::EBCellFlag'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a723976c16179e5d5bd57d3c21cf57958',1,'amrex::EBCellFlag::EBCellFlag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a784e6b8a45a55b11c1ab074910b6af0f',1,'amrex::EBCellFlag::EBCellFlag(const EBCellFlag &rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a12b461c8a170594d3f9ba3ea7cbedd12',1,'amrex::EBCellFlag::EBCellFlag(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a6b2aa9bb33e890688b4864b56d957ae6',1,'amrex::EBCellFlag::EBCellFlag(uint32_t i) noexcept']]], + ['ebcellflagfab_2514',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html',1,'amrex::EBCellFlagFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#af6a0b6f99232ecdb6c7e7353c2166c8a',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a122af00c8e43d7f77b334e4ca8af8f3b',1,'amrex::EBCellFlagFab::EBCellFlagFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a037a336832dd36e4e28e512fbbd366b0',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#afe1ba5fba45c24e88e142673c68073f6',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a950b4a82b4c1eb79a628f7f85509d97d',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a328da9c6a1ffe5ff87003fdc9d5a7e9d',1,'amrex::EBCellFlagFab::EBCellFlagFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aa21ee05268cabb67bb200801168253b9',1,'amrex::EBCellFlagFab::EBCellFlagFab(EBCellFlagFab &&rhs)=default']]], + ['ebdatacollection_2515',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html',1,'amrex::EBDataCollection'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac8cfe908c7bcdc5b940444e767ceb37b',1,'amrex::EBDataCollection::EBDataCollection(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a279c06d895ec6ef61086ec173d57281d',1,'amrex::EBDataCollection::EBDataCollection(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, Vector< int > a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a37fa70dac3bcfbd63a096961c0a97899',1,'amrex::EBDataCollection::EBDataCollection(EBDataCollection &&)=delete']]], + ['ebfarraybox_2516',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html',1,'amrex::EBFArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aa9eec6391ebe9040da491ae57b41407b',1,'amrex::EBFArrayBox::EBFArrayBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af71cb8c5382b2d5b83150439f88f99b9',1,'amrex::EBFArrayBox::EBFArrayBox(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab8aea0629538f258d11b34aacb04ad64',1,'amrex::EBFArrayBox::EBFArrayBox(const EBCellFlagFab &ebflag, const Box &bx, int ncomps, Arena *ar, const EBFArrayBoxFactory *factory=nullptr, int box_index=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab04dcbd3b434a8553425a005ef78ec04',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a79ae85b92db76dc260c707b7df356fe2',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a00d1e822adbb3114a5b7ae5b81f5015e',1,'amrex::EBFArrayBox::EBFArrayBox(const EBFArrayBox &)=delete']]], + ['ebfarrayboxfactory_2517',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html',1,'amrex::EBFArrayBoxFactory'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae76b4a906830e7b5094edc438e6cc9b9',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aff3ee653b5be6f3b58ec1c34ae2f461f',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EBFArrayBoxFactory &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aad2e2bde5474a8a144c900d5bfaa5e8c',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(EBFArrayBoxFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aa671c88f9bbc88f7824352ef14fedc45',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory()=delete']]], + ['ebfluxregister_2518',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html',1,'amrex::EBFluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#afed46de9d982663ff8bf4bdd752811a9',1,'amrex::EBFluxRegister::EBFluxRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a14da975b0621f49220efd195ac6688c8',1,'amrex::EBFluxRegister::EBFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)']]], + ['ebgodunov_2519',['EBGodunov',['../group__EBGodunov.html',1,'(Global Namespace)'],['../namespaceEBGodunov.html',1,'EBGodunov']]], + ['ebgodunov_5fcorner_5fcouple_5fxy_2520',['EBGodunov_corner_couple_xy',['../namespaceEBGodunovCornerCouple.html#a7670251a235d8e8a0029aa4d3d2be940',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fxz_2521',['EBGodunov_corner_couple_xz',['../namespaceEBGodunovCornerCouple.html#a080e49a78a054a19a43018df9f3315e6',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fyx_2522',['EBGodunov_corner_couple_yx',['../namespaceEBGodunovCornerCouple.html#ab83b76b3788f563af772721e08d38746',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fyz_2523',['EBGodunov_corner_couple_yz',['../namespaceEBGodunovCornerCouple.html#ac0aa6f581853d220ac872e19459f275f',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fzx_2524',['EBGodunov_corner_couple_zx',['../namespaceEBGodunovCornerCouple.html#a252e58193c4307115fd9019c47bbaf6e',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fzy_2525',['EBGodunov_corner_couple_zy',['../namespaceEBGodunovCornerCouple.html#a20333045bcf5a9b6fa34e4673453be03',1,'EBGodunovCornerCouple']]], + ['ebgodunovbc_2526',['EBGodunovBC',['../namespaceEBGodunovBC.html',1,'']]], + ['ebgodunovcornercouple_2527',['EBGodunovCornerCouple',['../namespaceEBGodunovCornerCouple.html',1,'']]], + ['ebgridcoverage_2528',['EBGridCoverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a98aef451a26944bbc183885f613370e3',1,'amrex::EBToPVD']]], + ['ebmfcellconslininterp_2529',['EBMFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html',1,'amrex']]], + ['ebmol_2530',['EBMOL',['../namespaceEBMOL.html',1,'EBMOL'],['../group__EBMOL.html',1,'(Global Namespace)']]], + ['ebplane_2531',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html',1,'amrex::algoim::EBPlane'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a99b33ff9062162a71e2f1533c76c3a3e',1,'amrex::algoim::EBPlane::EBPlane()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa5637df03e164faf757177e7333e5d0b',1,'amrex::algoim::EBPlane::EBPlane(GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a6a73bedd66de0d9db79f8af959ad72d3',1,'amrex::algoim::EBPlane::EBPlane(Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept']]], + ['ebplm_2532',['EBPLM',['../namespaceEBPLM.html',1,'']]], + ['ebsupport_2533',['EBSupport',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc',1,'amrex']]], + ['ebtopolygon_2534',['EBToPolygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ad8094e8ba844bca4f39cecff49aa5b86',1,'amrex::EBToPVD']]], + ['ebtopvd_2535',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html',1,'amrex::EBToPVD'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aee45f02c64e45397af7d92d3557e26e6',1,'amrex::EBToPVD::EBToPVD()']]], + ['edge_2536',['Edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html',1,'amrex::EB2']]], + ['edge_5fgrids_2537',['edge_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7cf2da3e3135c31924af8e09fa0c8104',1,'amrex::AmrLevel']]], + ['edgefluxregister_2538',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html',1,'amrex::EdgeFluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a80d8a50bf42890675c5e06ae694b66ce',1,'amrex::EdgeFluxRegister::EdgeFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, int nvar=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a89a4c8560bbedddef433d4467a8dcfd4',1,'amrex::EdgeFluxRegister::EdgeFluxRegister()=default']]], + ['edisoncpufab_2539',['edisonCPUFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3db6cd7cebf96206f923d90fa878ec13',1,'CommProfStats']]], + ['edisonnodefab_2540',['edisonNodeFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab7a4932c02acf98ae36a27c00f553094',1,'CommProfStats']]], + ['edisonnodexyz_2541',['edisonNodeXYZ',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6a0a1c8fe03b2c8492f67761ace16c6',1,'CommProfStats']]], + ['eff_2542',['eff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a663b75105444c3cfca994b499b52d038',1,'amrex::Cluster']]], + ['eight_2543',['eight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4',1,'amrex_constants_module']]], + ['eighth_2544',['eighth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4f8d71c1b1d316bbf6505f7a9511d24d',1,'amrex_constants_module']]], + ['elemwisemax_2545',['elemwiseMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd',1,'amrex::elemwiseMax(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4',1,'amrex::elemwiseMax(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be',1,'amrex::elemwiseMax(T const &a, T const &b) noexcept']]], + ['elemwisemin_2546',['elemwiseMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8',1,'amrex::elemwiseMin(T const &a, T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83',1,'amrex::elemwiseMin(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362',1,'amrex::elemwiseMin(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept']]], + ['eleven_2547',['eleven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76',1,'amrex_constants_module']]], + ['elixir_2548',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html',1,'amrex::Gpu']]], + ['elixir_2549',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< AtomicInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< char >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< EBCellFlag >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< HYPRE_Int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< PetscInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< Real >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'amrex::BaseFab::elixir()']]], + ['elixir_2550',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a73116015261623afc75de5846c536d60',1,'amrex::Gpu::Elixir::Elixir(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#afbafbee2ae0733e7b642416a6c0e1d95',1,'amrex::Gpu::Elixir::Elixir(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a62d8be14e66b536bcadc7689658054db',1,'amrex::Gpu::Elixir::Elixir(void *p, Arena *arena) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9a11ead76662a1fb2d86201dea17a33f',1,'amrex::Gpu::Elixir::Elixir() noexcept=default']]], + ['ellipsoidif_2551',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html',1,'amrex::EB2::EllipsoidIF'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a12391461b3aaeda3b88f48f56bd7a38c',1,'amrex::EB2::EllipsoidIF::EllipsoidIF()']]], + ['empty_2552',['empty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::XDim3 >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::STLtools::Triangle >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::openbc::MomTag >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::NeighborCode >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::BoxND >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'amrex::PODVector::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abe6aa2080bb4a68eaded92e7e3e6efd6',1,'amrex::ParticleTile::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a3d57d55dc4495341b7bd6de0ac9e4bd6',1,'amrex::ForkJoin::MFFork::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7ebc7ce80aded82313b3f96ba0f14d8e',1,'amrex::EB2::IndexSpace::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab96a1c213fe6e5f402c4e006608564f5',1,'amrex::FabArrayBase::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3e7cd82f169573dfa29f3d453a9a40b9',1,'amrex::DistributionMapping::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae71159edaa4456e59699f01955144d97',1,'amrex::BoxArray::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a121a968277c299409b1b6e98fa2d8b08',1,'amrex::ArrayOfStructs::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a356f63835bfba5626b9e6cd884d895d0',1,'amrex::ArrayOfStructs::empty() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a25710d2c2fdeae4c7b7b36ca2a1e5b90',1,'amrex::AMReX::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a193e31f7db819b274b09730561007716',1,'amrex::StructOfArrays::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a9e63e0b6010d96773d6d6ffc15d78373',1,'amrex::Stack::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< unsigned int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< std::size_t >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int *, DefaultAllocator< int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int *, DefaultAllocator< const int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< index_type >::empty()']]], + ['enable_5finverse_2553',['enable_inverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a253931bb13b740bcdf8da45fe68a4591',1,'amrex::NeighborParticleContainer']]], + ['enabled_2554',['enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a479b95e65f876998b375cdbaba5ed658',1,'amrex::InSituBridge::enabled()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a282b4e789e0c442305b8348d40b3a9e5',1,'amrex::TinyProfiler::enabled()']]], + ['enablefpexcept_2555',['enableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebfde21396d2ff792d29469193f4853e',1,'amrex']]], + ['enableif_5ft_2556',['EnableIf_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe',1,'amrex']]], + ['enableinverse_2557',['enableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a10946f0902af75ab296818655fa6b388',1,'amrex::NeighborParticleContainer']]], + ['enabletiling_2558',['EnableTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a30f81d409ee420d0e8865c0c7668b0f7',1,'amrex::MFItInfo']]], + ['enclosedcells_2559',['enclosedCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a678c17d31bc353ead03cffed5c4e1574',1,'amrex::BoxList::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'amrex::BoxND::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'amrex::BoxND::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac6147deef62aa311d8c7bbf681fc35ce',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'BoxND< AMREX_SPACEDIM >::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'amrex::BoxND::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8199954b0860a879faa63867400b5435',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6',1,'amrex::enclosedCells(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d',1,'amrex::enclosedCells(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36',1,'amrex::enclosedCells(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9ed198bd9ceb2268f1219c2e0375bdbb',1,'amrex::BoxList::enclosedCells()']]], + ['end_2560',['end',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a47792c2340e22a0d2c71fdd916a5541c',1,'amrex::BinIterator::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::Interval, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'amrex::GpuArray::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'amrex::GpuArray::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxList::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxList::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxDomain::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxDomain::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa2a7d293afbee43a583574e79e025ef4',1,'amrex::ArrayOfStructs::end() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a873f640763a9782db4c3b207c11e01ff',1,'amrex::ArrayOfStructs::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d1ef1b7c2e47b29c305b9d5854ee1c9',1,'amrex::Array3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::Interval, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< bool, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< bool, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const int *, NArrayInt >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ade62e0019a5532341887838a1d6b0b44',1,'amrex::WeightedBoxList::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a477680d9afe24f0598b16e436151df7d',1,'amrex::WeightedBoxList::end() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const ParticleReal *, NArrayReal >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'Table2D< RT >::end()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2',1,'amrex::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'amrex::Array4::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< Real const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ac4fc4d78377e9818d74517d365f21113',1,'amrex::Table1D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'amrex::Table2D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a410f693b45520d607c4e93afb9a84b77',1,'amrex::Array3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a99916092c93df93da10a0bb582222174',1,'amrex::Table3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#aee1a2d8e68a6221b68959f46f2bfad58',1,'amrex::Table4D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'amrex::Array1D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'amrex::Array1D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'Array1D< int, 0, N-1 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'Array1D< int, 0, N-1 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'amrex::Array2D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'amrex::Array2D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::XDim3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::XDim3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::STLtools::Triangle >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::STLtools::Triangle >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::openbc::MomTag >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::openbc::MomTag >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::NeighborCode >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< unsigned int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< unsigned int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< std::size_t >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< std::size_t >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::NeighborCode >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int *, DefaultAllocator< int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int *, DefaultAllocator< int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, AMREX_SPACEDIM >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal *, NAR >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal *, NAR >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, AMREX_SPACEDIM >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int *, NAI >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int *, NAI >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const ParticleReal *, NArrayReal >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const int *, NArrayInt >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a2d37e953b78d6106dbd29c8cb8775270',1,'amrex::Neighbors::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::BoxND >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::BoxND >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'amrex::PODVector::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'amrex::PODVector::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a90e48fc334e395d5342ca85558949e95',1,'amrex::Neighbors::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'IntVectND< AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'IntVectND< AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'amrex::IntVectND::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'amrex::IntVectND::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, nelems >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, nelems >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a3b5576e8ad5290c80b9fddc284213506',1,'amrex::Gpu::range_detail::range_impl::end()']]], + ['end_5fiv_2561',['end_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb',1,'amrex']]], + ['endindex_2562',['endIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a427faab13c7d1f9d72b476452df519e1',1,'amrex::MFIter']]], + ['endparallel_2563',['EndParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a990d0a17b08dcd68a0d77a7b35cfebaf',1,'amrex::ParallelDescriptor']]], + ['endteams_2564',['EndTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1f1780bd83ee339ade2a2dd702473e20',1,'amrex::ParallelDescriptor']]], + ['endx_2565',['EndX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a1aa0d54b004e6d96d59820de7b94cb22',1,'amrex::XYPlotDataList']]], + ['endx_2566',['endX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad12ab95c2383da4eb515681b9522ace4',1,'amrex::XYPlotDataList']]], + ['endxi_2567',['endXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a27c1524c9b6b2bbad9e9186e909830fa',1,'amrex::XYPlotDataListLink']]], + ['endxi_2568',['EndXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ae8c16dcec1c3fa6651a2d328c61eb47c',1,'amrex::XYPlotDataListLink']]], + ['enforceinoutsolvability_2569',['enforceInOutSolvability',['../group__Utilities.html#ga5677f456538ed66e94185b0050bc6e2d',1,'HydroUtils::enforceInOutSolvability(const Vector< Array< MultiFab *, AMREX_SPACEDIM >> &vels_vec, const BCRec *bc_type, const Vector< Geometry > &geom, bool include_bndry_corners)'],['../namespaceHydroUtils.html#a3c4af1f820880e67509b84b57e988090',1,'HydroUtils::enforceInOutSolvability(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM >> &vels_vec, amrex::BCRec const *bc_type, const amrex::Vector< amrex::Geometry > &geom, bool include_bndry_corners=false)']]], + ['enforceperiodic_2570',['enforcePeriodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1',1,'amrex']]], + ['enforceperiodicity_2571',['EnforcePeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::Mask >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< FArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< TagBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< IArrayBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< TagBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'amrex::FabArray::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity()']]], + ['enforceperiodicwhere_2572',['EnforcePeriodicWhere',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere(P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere(P &p, ParticleLocData &pld, int lev_min, int lev_max, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere()']]], + ['enforcesingularsolvable_2573',['enforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'amrex::MLLinOpT::enforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'MLLinOpT< Array< MultiFab, 3 > >::enforceSingularSolvable()']]], + ['ensurethreadsafetiles_2574',['EnsureThreadSafeTiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb',1,'amrex']]], + ['eps_2575',['eps',['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_3D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a5996afecb06f0cfbc667e1fc7eff3f08',1,'sdcquadrature_mod::eps()'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acf673ebaf5379183e526bd2bbc4c665e',1,'amrex::nodelap_detail::eps()']]], + ['erase_2576',['erase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::STLtools::Triangle >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< index_type >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::BoxND >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::BoxND >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a745d2d5f1157d1c3cb6b620f5544e01d',1,'amrex::AMReX::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ae74cdb62144ce25c901b6df72013dc89',1,'amrex::ArrayOfStructs::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aff6283995254b7660c80cd420d99886b',1,'amrex::EB2::IndexSpace::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'amrex::PODVector::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'amrex::PODVector::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::STLtools::Triangle >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#abc45977f12640b8ad7f2ead09eadafb9',1,'amrex::WeightedBoxList::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< unsigned int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< unsigned int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< std::size_t >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< std::size_t >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< index_type >::erase()']]], + ['err_5ffunc_2577',['err_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#accb4208e8504753dcddef021c9250e88',1,'amrex::ErrorRec']]], + ['err_5ffunc2_2578',['err_func2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ad72e6621e0e65cba0d636c244ac5d53b',1,'amrex::ErrorRec']]], + ['err_5ftype_2579',['err_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#abc0afb5043187b59f1a7219c50a62cec',1,'amrex::ErrorRec']]], + ['errfunc_2580',['errFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a71511c07ba07eb68b24293472bbceb24',1,'amrex::ErrorRec']]], + ['errfunc2_2581',['errFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a699129622e8dca590420730ce595e291',1,'amrex::ErrorRec']]], + ['error_2582',['error',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex::MLMGT']]], + ['error_2583',['Error',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4',1,'amrex::Error(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0',1,'amrex::Error(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ad1154a83c8009b45e609ece0f5c7b69f',1,'hacc::Error::Error()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html',1,'hacc::Error']]], + ['error_2eh_2584',['Error.h',['https://amrex-codes.github.io/amrex/doxygen/Error_8h.html',1,'']]], + ['error_5fhandler_2585',['error_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3',1,'amrex::system']]], + ['error_5fhost_2586',['Error_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc',1,'amrex']]], + ['errorcheck_2587',['ErrorCheck',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e72d3661b320758c41e4a548b80beec',1,'amrex::Gpu']]], + ['errorest_2588',['ErrorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a80b107efe79904f079c92600156e523d',1,'amrex::Amr::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a88c72a4b4558c782239743af1f3b0789',1,'amrex::AmrCore::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d8e1e1b2e8fa5a1a5055ed761a2410d',1,'amrex::AmrMesh::ErrorEst()']]], + ['errorest_2589',['errorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a75c6f30a5526b2d5dbbb24646f71dc8b',1,'amrex::AmrLevel']]], + ['errorfunc_2590',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex::ErrorRec::ErrorFunc'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a0038d07e8efa6df3c696f47cc8ae5d09',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a95fde6ed4cbd0d479c01ab85c85b05c7',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f792e96b23993415bd7d9bba649aa31',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFuncDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f1699d51a9cf12c7d8e928687db32cb',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc3DDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a53f51625afac95ad21c2b44edf7fef76',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc const &)=default']]], + ['errorfunc2_2591',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html',1,'amrex::ErrorRec::ErrorFunc2'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#aacd6362e36161ff9bb312a1e24088901',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a02a3fc42ec877b30c62f546c68f89ba1',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2Default inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7e17b9c4b95d2c52127ca66a0e9aa707',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7950d1179f7e53bc2932a492f5e3866d',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 &&)=delete']]], + ['errorfunc2default_2592',['ErrorFunc2Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f',1,'amrex']]], + ['errorfunc3ddefault_2593',['ErrorFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b',1,'amrex']]], + ['errorfuncdefault_2594',['ErrorFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec',1,'amrex']]], + ['errorhandler_2595',['ErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6f45c130cacf67455811e9b4829f432',1,'amrex']]], + ['errorlist_2596',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html',1,'amrex::ErrorList'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#aa0fc2d7a254ee23a1275a5f70148e283',1,'amrex::ErrorList::ErrorList()']]], + ['errorrec_2597',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html',1,'amrex::ErrorRec'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a7b04d755bf60782cae073b6f8e8fcaf4',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc2 &f2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a0a51eb9a95b0246788657c8c48a8fc42',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a1a8fc733dbbb651b4797e1158446a06c',1,'amrex::ErrorRec::ErrorRec(ErrorRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a084b0d2b58520edb6636b704949e61eb',1,'amrex::ErrorRec::ErrorRec(ErrorRec &&)=delete']]], + ['errorstream_2598',['ErrorStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34',1,'amrex']]], + ['errorstring_2599',['ErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07f31ae8d095a610856f2443abdcbb3a',1,'amrex::ParallelDescriptor']]], + ['errortype_2600',['ErrorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872d',1,'amrex::ErrorRec']]], + ['errtype_2601',['errType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac34eccb332331b40360aeba63b73bbfa',1,'amrex::ErrorRec']]], + ['estimatework_2602',['estimateWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a03b21d394e621b009b473c427b4769d0',1,'amrex::AmrLevel']]], + ['euclid_5fprecond_5fconfigure_2603',['euclid_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af635b8debb95a35dc7f5201129d4cd5b',1,'amrex::HypreIJIface']]], + ['eval_2604',['eval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a85725ada8b311feda5f7c55611e7c3ed',1,'amrex::ParmParse::eval()'],['../group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff',1,'eval(): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ae31b17cbb88dce4057e7412cb0b5a7b4',1,'amrex::SplineDistFcnElement2d::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#acf76d5c7c3027a29928d07b2572475a8',1,'amrex::ReduceOps::eval(N n, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a58753cc90f873de11316249189d438ca',1,'amrex::ReduceOps::eval(Box const &box, N ncomp, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a705e92f33933692615787d722642c37c',1,'amrex::ReduceOps::eval(Box const &box, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#ab6d0e3293d5341c89aad5b8acc8abd47',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, int ncomp, D &reduce_data, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a00463980dfb637a0c8f867ed55fa99b8',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, D &reduce_data, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ade3a8b7cb056567a40e8be98e24d3260',1,'amrex::algoim::QuadratureRule::eval()'],['../group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89',1,'eval(): hydro_bds_edge_state_3D.cpp']]], + ['eval_5fmf_2605',['eval_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a6ee0df1c765e4839d3e453159681baf8',1,'amrex::ReduceOps']]], + ['evalintegrand_2606',['evalIntegrand',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a68bfd20ce2cfe059f08d82bcc99c268c',1,'amrex::algoim::ImplicitIntegral::evalIntegrand()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#a93e5266e3de3f1d636f081e118526ea2',1,'amrex::algoim::QuadratureRule::evalIntegrand()']]], + ['evalreduction_2607',['EvalReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a0a2dd2d6e19976b8eaebb9d81a65718a',1,'amrex::Lazy']]], + ['evolve_2608',['evolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a31411280257ee4d2942a140cbead4635',1,'amrex::FEIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a97d9851462a6592d58c42ced9cb266a9',1,'amrex::IntegratorBase::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af0eddcd4e42f2e70d706c84108c812e7',1,'amrex::RKIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a688191347e4eef3fa6bc2714a8d51a0e',1,'amrex::SundialsIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a2dcb9287cd56e0febfcdf00b3725aee7',1,'amrex::TimeIntegrator::evolve()']]], + ['exch_2609',['Exch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a170f55f8b9bd412d07a2ab2e825a4ee8',1,'amrex::Gpu::Atomic']]], + ['excludeset_2610',['excludeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae52d1496a02ab9f40df9ae0ece20fc51',1,'BLProfStats']]], + ['exclusive_2611',['Exclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Exclusive.html',1,'amrex::Scan::Type']]], + ['exclusive_2612',['exclusive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc',1,'amrex::Scan::Type']]], + ['exclusive_5fscan_2613',['exclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3f116832e254a3422729b3455b22f18c',1,'amrex::Gpu']]], + ['exclusivesum_2614',['ExclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd',1,'amrex::Scan']]], + ['execonfinalize_2615',['ExecOnFinalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0',1,'amrex']]], + ['execoninitialize_2616',['ExecOnInitialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97',1,'amrex']]], + ['executionconfig_2617',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html',1,'amrex::Gpu::ExecutionConfig'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a37cfbe8246a2b757ee9753ee96f03385',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aac93b82b3c746e0c6183e801898b3271',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a6aae308317a5d0b1f713f8f5e6da30e0',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box, int comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#abe1e6e1f5ba30f2630030521cd1f2a2f',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a08f6a3b8fe37c3a6c070a86b6771abf4',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(dim3 nb, dim3 nt, std::size_t sm=0) noexcept']]], + ['exename_2618',['exename',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599',1,'amrex::system']]], + ['exist_2619',['Exist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab895515b73ef0cdc6d0e06c7590f3e76',1,'amrex::VisMF']]], + ['exists_2620',['Exists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c',1,'amrex::FileSystem']]], + ['exitrequest_2621',['ExitRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ad8032fde646b23816f422ec34e7c43d8',1,'amrex::DataServices']]], + ['exp_2622',['exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f',1,'amrex']]], + ['expand_2623',['expand',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'IntVectND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'amrex::IntVectND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'IndexTypeND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'amrex::IndexTypeND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'BoxND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'amrex::BoxND::expand()']]], + ['expect_2624',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html',1,'amrex::expect'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a29077faf3a3650e3eeb67285023d7e5e',1,'amrex::expect::expect(const char *istr_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a76c80085267c42ef73ed0e63c65af898',1,'amrex::expect::expect(char c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#afb2cf096f98b60b178bd5ee592876680',1,'amrex::expect::expect(std::string str_)']]], + ['explicitrungekutta_2625',['ExplicitRungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845',1,'amrex']]], + ['expr_2626',['expr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a52ec8f4544dd1e6875dff68e3d35a491',1,'amrex::IParser::expr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a39e13b29c0ab51b5a27264c706a1d7a8',1,'amrex::Parser::expr()']]], + ['extend_5fdomain_5fface_2627',['extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7',1,'amrex::EB2']]], + ['extenddataoutsidedomain_2628',['extendDataOutsideDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a49ed9d07cf0f8fc92b793d52190ad6f4',1,'amrex::EBDataCollection']]], + ['extenddomainface_2629',['ExtendDomainFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765',1,'amrex::EB2']]], + ['extended_5fweights_2630',['extended_weights',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a41e0f57f4b5dac966a3beb173e3d6286',1,'amrex::RKIntegrator']]], + ['extent_2631',['extent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#af29ddffe552640cdadd8dec27b352074',1,'amrex::algoim::BoundingBox']]], + ['exteriorcell_2632',['EXTERIORCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a73c2a5939fde880dfb3256a3ea552d0f',1,'amrex::InSituUtils']]], + ['extrap_2633',['extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831ab234733f1a75b0d42fffa6a3db0a',1,'amrex::StateDescriptor']]], + ['extrapveltofaces_2634',['ExtrapVelToFaces',['../namespaceEBMOL.html#a7add53a153ade9c5cb83e79a61ad1929',1,'EBMOL::ExtrapVelToFaces()'],['../namespaceEBGodunov.html#a9f011229326650b60adef228f8a54f96',1,'EBGodunov::ExtrapVelToFaces()'],['../namespaceMOL.html#a0fe3320639aceebe9c4f821287f26913',1,'MOL::ExtrapVelToFaces()'],['../namespaceGodunov.html#aa28d3b1616afb53afb23edd90599bf2b',1,'Godunov::ExtrapVelToFaces()'],['../group__Utilities.html#gab2dc90cd2e60a11e5fae0bfa3fc68e98',1,'HydroUtils::ExtrapVelToFaces()']]], + ['extrapveltofacesbox_2635',['ExtrapVelToFacesBox',['../namespaceEBMOL.html#a11b5b3fa29c007fd465a4bba443c433f',1,'EBMOL::ExtrapVelToFacesBox()'],['../namespaceMOL.html#ac44045406d48f0a8144e60b576bb04b0',1,'MOL::ExtrapVelToFacesBox()']]], + ['extrapveltofacesonbox_2636',['ExtrapVelToFacesOnBox',['../namespaceEBGodunov.html#abcdbfbbc5a098883686937dbab7ace35',1,'EBGodunov::ExtrapVelToFacesOnBox()'],['../namespaceGodunov.html#a7ede3a0e23c54a08155c0de529607a3b',1,'Godunov::ExtrapVelToFacesOnBox()']]], + ['extrude_2637',['extrude',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0',1,'amrex::EB2']]], + ['extrusionif_2638',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html',1,'amrex::EB2::ExtrusionIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#afd5f25acf2430a1731b18ea4b2e94024',1,'amrex::EB2::ExtrusionIF::ExtrusionIF()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_6.js b/amrex-hydro/Doxygen/html/search/all_6.js index c4e33c0..1c9d4b9 100644 --- a/amrex-hydro/Doxygen/html/search/all_6.js +++ b/amrex-hydro/Doxygen/html/search/all_6.js @@ -1,409 +1,411 @@ var searchData= [ - ['f_2635',['F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1F.html',1,'amrex::Order::F'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a025225cea3416a0f7b91e3c5e8424f59',1,'amrex::EB2::IndexSpaceImp::F()']]], - ['f_2636',['f',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e7a8b9c74fc7b5929496e081dff2e8a',1,'amrex::algoim::ImplicitIntegral::f()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5a011f47199f9e9fef68cdba47a1f7f7',1,'SDCstruct::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a237d44393a5be90579b5c179defbe8f0',1,'amrex::SundialsUserData::f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a',1,'amrex::SundialsUserFun::f()']]], - ['f1_2637',['f1',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a99cdaa1f0d3cc968417ed03723f93d44',1,'AMREX_IPARSERSTYPE::f1()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ae4b2f9e1858ec2244f20bb23fae6da2b',1,'AMREX_PARSERSTYPE::f1()']]], - ['f2_2638',['f2',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ad9dcbf264629390633902acf208145ba',1,'AMREX_IPARSERSTYPE::f2()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#acbb8a4de3b0dd43de372b6c1070c6d2b',1,'AMREX_PARSERSTYPE::f2()']]], - ['f3_2639',['f3',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a75d477cdab0c70b4d8bb6e949274b5f2',1,'AMREX_PARSERSTYPE::f3()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a78165ca492adb6e8ef5c8653e5b6b7ac',1,'AMREX_IPARSERSTYPE::f3()']]], - ['f_5fnodes_2640',['F_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a71b3d620a58461d753803014c39b0c20',1,'amrex::RKIntegrator::F_nodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a4068613bcf39366eadab0ad2a6d42013',1,'amrex::FEIntegrator::F_nodes()']]], - ['f_5fuser_2641',['f_user',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a44a9eb954199def1d1965689f79c0801',1,'amrex::CpuBndryFuncFab']]], - ['fab_2642',['FAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae23a0946829f4ea99f1d5045c64e5390',1,'amrex::Amrvis::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'amrex::MLLinOpT::FAB()']]], - ['fab_2643',['fab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a4b6ca8c08233ae7d5f9168c8e603dc96',1,'amrex::Array4BoxOffsetTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a0c8b2a3bc498849b8dae53d94f86a685',1,'amrex::Array4BoxOrientationTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ace2b963f746066f720dccceaa563db4c',1,'amrex::MLMGABCTag::fab()']]], - ['fab_2644',['FAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#acd3ad7937f6bba0b23adf24f96d52f33',1,'amrex::FabSetT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3bb997a55fd71a5bb98769faff3a40e2',1,'amrex::MLABecLaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a3924834e6fff4c05567d2fcf90cbcfcc',1,'amrex::MLALaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a9e4c8149cff8a651f45c0f5b24a0db54',1,'amrex::MLCellABecLapT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a0bbec26a1602f0b6e13a2a77a105416b',1,'amrex::MLCellLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a92e629ec34a2e880b23a81e96ad5f613',1,'amrex::MLCGSolverT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'MLLinOpT< Array< MultiFab, 3 > >::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a7669bc7ef521da4a7dc238fbb2f45813',1,'amrex::MLPoissonT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a96ad5ba6f6b373c04d31d704bb04d872',1,'amrex::YAFluxRegisterT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac98bb20aa53afac0cac33e9788913474',1,'amrex::MLMGT::FAB()']]], - ['fab_5f8bit_2645',['FAB_8BIT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabe3ed4b63ca8c92041feb17a512161f2',1,'amrex::FABio']]], - ['fab_5fascii_2646',['FAB_ASCII',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa9712023aa78e143b76acec0dc9e519fb',1,'amrex::FABio']]], - ['fab_5fdouble_2647',['FAB_DOUBLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a6f8d36037f0ae14ae3b2ffd648cb77e7',1,'amrex::FABio']]], - ['fab_5ffilcc_2648',['fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed',1,'amrex']]], - ['fab_5ffilfc_2649',['fab_filfc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482',1,'amrex']]], - ['fab_5ffilnd_2650',['fab_filnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7584537c492af5e1cad3da079a51c324',1,'amrex']]], - ['fab_5ffloat_2651',['FAB_FLOAT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a7ff56f0b5643ef3c51e6503e30f23346',1,'amrex::FABio']]], - ['fab_5fieee_2652',['FAB_IEEE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa240d58a50ffcc6d51f0b771099168d88',1,'amrex::FABio']]], - ['fab_5fieee_5f32_2653',['FAB_IEEE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabedb5f568966bfc42da59ffb65eb3b55',1,'amrex::FABio']]], - ['fab_5fnative_2654',['FAB_NATIVE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fab0d0613c5d24142abfc947d29d074e0c',1,'amrex::FABio']]], - ['fab_5fnative_5f32_2655',['FAB_NATIVE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa3622542334cc06301ae11275e2eaf4ee',1,'amrex::FABio']]], - ['fab_5fnormal_5forder_2656',['FAB_NORMAL_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a8db2674dc83889b0c41bf7a2de656e0b',1,'amrex::FABio']]], - ['fab_5freverse_5forder_2657',['FAB_REVERSE_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a0a373e16d57bf0778632d93de56c7bb3',1,'amrex::FABio']]], - ['fab_5freverse_5forder_5f2_2658',['FAB_REVERSE_ORDER_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39aa3be82b329f78e16b9f23ba2b26116a3',1,'amrex::FABio']]], - ['fab_5fto_5ffab_2659',['fab_to_fab',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a6fd0b0eaa86bb8985f5471f13b76ce44',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a64fb439cf906e12eddb15e737070a293',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f, Vector< Array4Tag< int > > const &masks)']]], - ['fab_5fto_5ffab_5fatomic_5fadd_2660',['fab_to_fab_atomic_add',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#ab1edc85caabaea9ac0a3b1e5cf851f17',1,'detail']]], - ['fab_5fto_5ffab_5fatomic_5fcpy_2661',['fab_to_fab_atomic_cpy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afc1b915037c4dab142f1df60d412713e',1,'detail']]], - ['fab_5ftype_2662',['fab_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< TagBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#a2ba7d2b780a3d216cfaf1fde7fd13e3b',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::Mask >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aaa30721497b0545071fbdf8538ec94a0',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< IArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'amrex::FabArray::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< AtomicInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< PetscInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::CutFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::EBCellFlagFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< FArrayBox >::fab_type()']]], - ['fabarray_2663',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex::FabArray< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'amrex::FabArray::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'amrex::FabArray::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a387a5ebdcf8845ac218d335706651b06',1,'amrex::DistributionMapping::FabArray()']]], - ['fabarray_2664',['fabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afd2ce3907fa6c9f7aa4773ea39a65cd2',1,'amrex::MFIter']]], - ['fabarray_2665',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::CutFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::CutFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'amrex::FabArray::FabArray(FabArray< FAB > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::EBCellFlagFab >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< TagBox >::FabArray(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::CutFab >::FabArray(FabArray< amrex::CutFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::EBCellFlagFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::EBCellFlagFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< TagBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::EBCellFlagFab >::FabArray(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::Mask >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::Mask >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< TagBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< FArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< FArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< FArrayBox >::FabArray(FabArray< FArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< IArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< IArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< IArrayBox >::FabArray(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::Mask >::FabArray()']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20atomicint_20_3e_20_3e_2666',['FabArray< amrex::BaseFab< AtomicInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_2667',['FabArray< amrex::BaseFab< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20petscint_20_3e_20_3e_2668',['FabArray< amrex::BaseFab< PetscInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3acutfab_20_3e_2669',['FabArray< amrex::CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3aebcellflagfab_20_3e_2670',['FabArray< amrex::EBCellFlagFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3amask_20_3e_2671',['FabArray< amrex::Mask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20fab_20_3e_2672',['FabArray< FAB >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], - ['fabarray_3c_20farraybox_20_3e_2673',['FabArray< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20iarraybox_20_3e_2674',['FabArray< IArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20tagbox_20_3e_2675',['FabArray< TagBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarraybase_2676',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html',1,'amrex::FabArrayBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::BoxArray::FabArrayBase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa8a53e00ad4f706959f791ca7fdaf087',1,'amrex::FabArrayBase::FabArrayBase(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a474c8b827c1db51691c9e98263508d31',1,'amrex::FabArrayBase::FabArrayBase(FabArrayBase &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab81793c2f32c7430eed823483c6c41a4',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2626dd8a948d7ef6dcb5ea286709ad6e',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16240683aaab59d05d3659c64723890f',1,'amrex::FabArrayBase::FabArrayBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::DistributionMapping::FabArrayBase()']]], - ['fabarraycopydescriptor_2677',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'amrex::FabArrayCopyDescriptor< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FArrayBox > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FArrayBox > &&)=delete']]], - ['fabarraycopydescriptor_3c_20farraybox_20_3e_2678',['FabArrayCopyDescriptor< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'']]], - ['fabarrayheadernames_2679',['FabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a024ebcb9c74754c219b73d26d31683af',1,'amrex::StateData']]], - ['fabarrayheadernames_2680',['fabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af35f43aa012590a264cbb08405ff5c1f',1,'amrex::StateData']]], - ['fabarrayid_2681',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html',1,'amrex::FabArrayId'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#adb43623e0ecf9d945d217e578d5303b3',1,'amrex::FabArrayId::FabArrayId(int newid=-1)']]], - ['fabarrayid_2682',['fabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ac86d7f6e763db160a5513aa471565145',1,'amrex::FabArrayId::fabArrayId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5c3201e1c74a8355f405987ac3c77678',1,'amrex::FabArrayBase::FabComTag::fabArrayId()']]], - ['fabarrays_2683',['fabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'FabArrayCopyDescriptor< FArrayBox >::fabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'amrex::FabArrayCopyDescriptor::fabArrays()']]], - ['fabarraystats_2684',['FabArrayStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html',1,'amrex::FabArrayBase']]], - ['fabbox_2685',['fabbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3290eb14472377e0118842344967a44c',1,'amrex::MFIter::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a713e5ea61895380c2c6c036297ecc865',1,'amrex::FabSetT::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adce0fffa78b25dbbfa1f82701e579425',1,'amrex::FabArrayBase::fabbox()']]], - ['fabboxarray_2686',['fabBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afd0ce8b38263bf89dedc4e1c806f3de2',1,'amrex::AmrData']]], - ['fabboxlists_2687',['fabBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3e3037b0de84e081fe1d2e0997d143d4',1,'amrex::XYPlotDataList']]], - ['fabcomtag_2688',['FabComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html',1,'amrex::FabArrayBase']]], - ['fabcomtagcontainer_2689',['FabComTagContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'amrex::FabArrayCopyDescriptor::FabComTagContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagContainer()']]], - ['fabcomtagitercontainer_2690',['FabComTagIterContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'amrex::FabArrayCopyDescriptor::FabComTagIterContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagIterContainer()']]], - ['fabcomtaglist_2691',['fabComTagList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'FabArrayCopyDescriptor< FArrayBox >::fabComTagList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'amrex::FabArrayCopyDescriptor::fabComTagList()']]], - ['fabcopydesclist_2692',['fabCopyDescList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'FabArrayCopyDescriptor< FArrayBox >::fabCopyDescList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'amrex::FabArrayCopyDescriptor::fabCopyDescList()']]], - ['fabcopydescriptor_2693',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html',1,'amrex::FabCopyDescriptor< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a19def3b9d982e1bb4b399d5f79bda16e',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3d6e218f177ba9156deff887f2356d67',1,'amrex::FabCopyDescriptor::FabCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#ad3452f40f7460d04c39e99172fc9d2f7',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(FabCopyDescriptor &&)=delete']]], - ['fabcopytag_2694',['FabCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html',1,'']]], - ['fabdatatype_2695',['FabDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType.html',1,'amrex']]], - ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20t_20_3e_20_3e_20_3e_2696',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html',1,'amrex']]], - ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20typename_20t_3a_3avalue_5ftype_20_3e_20_3e_20_3e_2697',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html',1,'amrex']]], - ['fabfactory_2698',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'amrex::FabFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'amrex::FabFactory::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'amrex::FabFactory::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'amrex::FabFactory::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< amrex::FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< FArrayBox >::FabFactory(FabFactory &&) noexcept=default']]], - ['fabfactory_3c_20amrex_3a_3afarraybox_20_3e_2699',['FabFactory< amrex::FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], - ['fabfactory_3c_20farraybox_20_3e_2700',['FabFactory< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], - ['fabfillnoop_2701',['FabFillNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html',1,'amrex']]], - ['fabindex_2702',['FabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ae5030aac852320ee49bcd85fb1037122',1,'amrex::FillBoxId::FabIndex(int fabindex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a41defdd0b7535f207e7392ac8de78b27',1,'amrex::FillBoxId::FabIndex() const']]], - ['fabindex_2703',['fabIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aabd9d1aff4b684e0fc769347637226a5',1,'amrex::FabArrayBase::FabComTag']]], - ['fabinfo_2704',['FabInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html',1,'amrex']]], - ['fabio_2705',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html',1,'amrex::FABio'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a1d09202fafedb82d79c005250c3cef2c',1,'amrex::FArrayBox::FABio()']]], - ['fabio_2706',['fabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7b3c6612330474e7db6e4f6ff9d4f380',1,'amrex::FArrayBox']]], - ['fabio_5f8bit_2707',['FABio_8bit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html',1,'amrex']]], - ['fabio_5fascii_2708',['FABio_ascii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html',1,'amrex']]], - ['fabio_5fbinary_2709',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html',1,'amrex::FABio_binary'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#aee3c27ce2964611aa91c4744d7cc9406',1,'amrex::FABio_binary::FABio_binary()']]], - ['fabondisk_2710',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex::VisMF::FabOnDisk'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a47058a642fd8a8cc15b5886eeae21539',1,'amrex::VisMF::FabOnDisk::FabOnDisk()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#ac7c765ae909a7f868ac88ab8bd489d45',1,'amrex::VisMF::FabOnDisk::FabOnDisk(std::string name, Long offset)']]], - ['fabptr_2711',['fabPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< TagBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::CutFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< FArrayBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< IArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< IArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< FArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< FArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::CutFab >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::Mask >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::Mask >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'amrex::FabArray::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'amrex::FabArray::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'amrex::FabArray::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'amrex::FabArray::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< TagBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()']]], - ['fabreadlink_2712',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html',1,'amrex::VisMF::FabReadLink'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a780255f3f6be282ff85c647ce042d5d0',1,'amrex::VisMF::FabReadLink::FabReadLink(int ranktoread, int faindex, Long fileoffset, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a8165889d341e3226df7895e95a0eeb41',1,'amrex::VisMF::FabReadLink::FabReadLink()=default']]], - ['fabset_2713',['FabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2',1,'amrex']]], - ['fabsetiter_2714',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html',1,'amrex::FabSetIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a04d9b65884e6bbe0e494af350ee9fe70',1,'amrex::FabSetT::FabSetIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html#aba7907f2d48271db876e35aa436ae78d',1,'amrex::FabSetIter::FabSetIter()']]], - ['fabsett_2715',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex::FabSetT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a764097b02ec9ebbbd538b985beffc3bb',1,'amrex::FabSetT::FabSetT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#afcbce0473a1b37b8c02866c26bbb048b',1,'amrex::FabSetT::FabSetT(FabSetT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa7c034044bb072771c1c29a6c7b261d3',1,'amrex::FabSetT::FabSetT(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa9a230d3eb8b231296f22ab79f19837d',1,'amrex::FabSetT::FabSetT() noexcept=default']]], - ['fabsett_3c_20mf_20_3e_2716',['FabSetT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], - ['fabtoblueprintfields_2717',['FabToBlueprintFields',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a',1,'amrex']]], - ['fabtoblueprinttopology_2718',['FabToBlueprintTopology',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807d001969408582d355a731cedac987',1,'amrex']]], - ['fabtype_2719',['FABType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html',1,'amrex::FabArray']]], - ['fabtype_2720',['FabType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87a',1,'amrex']]], - ['face_2721',['Face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html',1,'amrex::EB2']]], - ['face_2722',['face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ac3ccee3ad382def594bbe1cc44d22464',1,'amrex::Array4BoxOrientationTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a736f4b09115efedb46eb2ddcb802417f',1,'amrex::FabArrayBase::FabComTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa1e9cd4a538973217a64708b921d4ada',1,'amrex::openbc::Moments::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a94c8e6d912bcbcefb65e98b0e28a9ac8',1,'amrex::openbc::MomTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a4a1d69b82d46e482d19ca15a5bb8a711',1,'amrex::OrientationIter::face()']]], - ['face_5fcons_5flinear_5fface_5finterp_2723',['face_cons_linear_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3',1,'amrex']]], - ['face_5fcons_5flinear_5finterp_2724',['face_cons_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc',1,'amrex']]], - ['face_5fdivfree_5finterp_2725',['face_divfree_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac63805de43a5687215fb203dc3495abc',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fx_2726',['face_linear_face_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fy_2727',['face_linear_face_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fz_2728',['face_linear_face_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9bdb046290321944dba88455d030115',1,'amrex']]], - ['face_5flinear_5finterp_2729',['face_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e',1,'amrex']]], - ['face_5flinear_5finterp_5fx_2730',['face_linear_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa143e23e7784eca50c904ce19588d503',1,'amrex::face_linear_interp_x(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8',1,'amrex::face_linear_interp_x(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], - ['face_5flinear_5finterp_5fy_2731',['face_linear_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475',1,'amrex::face_linear_interp_y(int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff',1,'amrex::face_linear_interp_y(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], - ['face_5flinear_5finterp_5fz_2732',['face_linear_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept']]], - ['facecenter_2733',['FaceCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4ad1a130e88790663b2124d7dbd3e9f81e',1,'amrex::LinOpEnumType']]], - ['facecentroid_2734',['FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a91efbc33209256821c57a53ef9ddbc51',1,'amrex::LinOpEnumType']]], - ['faceconservativelinear_2735',['FaceConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html',1,'amrex']]], - ['facedir_2736',['faceDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#abcc064a6070e3e2deab527311ac91135',1,'amrex::Orientation']]], - ['facediv_5fface_5finterp_2737',['facediv_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a',1,'amrex']]], - ['facediv_5fint_2738',['facediv_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab',1,'amrex']]], - ['facedivfree_2739',['FaceDivFree',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html',1,'amrex']]], - ['facelinear_2740',['FaceLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html',1,'amrex']]], - ['facets_5fnearest_5fpt_2741',['facets_nearest_pt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa62287d7ded7d4e0e10300835ed32d35',1,'amrex::detail']]], - ['fact_5fcrse_5fpatch_2742',['fact_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a09b8fcc80fd25192f68c5ee368097317',1,'amrex::FabArrayBase::FPinfo']]], - ['fact_5ffine_5fpatch_2743',['fact_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a8754fd4dda86c92795899a42b97f547c',1,'amrex::FabArrayBase::FPinfo']]], - ['factory_2744',['Factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< FArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a82894d26881a9d4dbabb3cfbf6053e4d',1,'amrex::StateData::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'MLLinOpT< Array< MultiFab, 3 > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'amrex::MLLinOpT::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< TagBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< IArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::Mask >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::EBCellFlagFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::CutFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< PetscInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< AtomicInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'amrex::FabArray::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1a8e1ff322aee598d7b72877b272545e',1,'amrex::AmrLevel::Factory()']]], - ['factory_2745',['factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a380f7d1b289a6802248ece2786b86565',1,'amrex::HypreNodeLap']]], - ['faheadermap_2746',['faHeaderMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a60cd1a78a793b7a4ce54e70da0f0dd55',1,'amrex::StateData']]], - ['faindex_2747',['faIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#afdb4b80e717d79ddc293c138b190fb51',1,'amrex::VisMF::FabReadLink']]], - ['faint_2748',['Faint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#aec25a4181c246941fa29e862e4443b85',1,'amrex::Font']]], - ['fapply_2749',['Fapply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a7e7c474a3a2b509c38ec6f22eb810b23',1,'amrex::MLALaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8781967da72aea442a9f7837407004fe',1,'amrex::MLABecLaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3841e981caa197033fcd74eee93f0daf',1,'amrex::MLCellLinOpT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a2d89966c3e1177532c348493330ef63d',1,'amrex::MLEBABecLap::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a978a4e15703a7ddf71c557eba128dcbe',1,'amrex::MLEBNodeFDLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3872730e2ac7d69c58f2708d5454bb39',1,'amrex::MLNodeABecLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a489a483e778214ee6a0943001d816b80',1,'amrex::MLNodeLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afaae44c30405c4c8c2fdabede17a34ef',1,'amrex::MLNodeLinOp::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a732fecdd892bfe194c84bab01af655b6',1,'amrex::MLNodeTensorLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a51fb5455fbb2f0940a4f4b99a03f1c44',1,'amrex::MLPoissonT::Fapply()']]], - ['farraybox_2750',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html',1,'amrex::FArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a78cb311711d0a1b9b479d66d71fa1edf',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a374b94f1d571d67c7bc7025346824f1a',1,'amrex::FArrayBox::FArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab84a91551a8302740bd50699504f22c2',1,'amrex::FArrayBox::FArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a862dcdbd4fbb34b292075f2c7bf44428',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae822ed6d1bc48190941617842d212243',1,'amrex::FArrayBox::FArrayBox(FArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a946a5c8f7f0b0e4a9021e542c7b39c2f',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a62129c1d812b781246c65abed1a6a608',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a95a6bf59ff82ac52c34c7e72890fddc5',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a77288fec7b52f0234da8cda2d0656d76',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a46be1bc294541cf9d677f487baa07d68',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afbb6de44f26acc8ae2fa06e16571922f',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real const *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa2977b85f283b49740400daed8ffe97a',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3c853d41aecaee21ed1f5ffab2ebed76',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)']]], - ['farrayboxfactory_2751',['FArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330',1,'amrex']]], - ['fast_5fabs_5ftol_2752',['fast_abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4ec1caa1e60f0282b7a8e76dffe856ee',1,'amrex::IntegratorBase']]], - ['fast_5fls_2753',['fast_LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a01b848aa7893bf78e2e35fd06fbd7cb3',1,'amrex::SundialsIntegrator']]], - ['fast_5fmethod_2754',['fast_method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5cfec966ca58dd33ed8e74a008e20544',1,'amrex::SundialsIntegrator']]], - ['fast_5frel_5ftol_2755',['fast_rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a1be9f819915ff16d7883d0ebd8009e66',1,'amrex::IntegratorBase']]], - ['fast_5fstepper_2756',['fast_stepper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a3e3e8344b419706698fc343e5d8de07c',1,'amrex::SundialsIntegrator']]], - ['fast_5ftime_5fstep_2757',['fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4fe63921d4507e1af5f2df9fdbe66047',1,'amrex::IntegratorBase']]], - ['fast_5ftype_2758',['fast_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ae224ea13658a51b096ef3aee9a9f06c5',1,'amrex::SundialsIntegrator']]], - ['fastdivmodu64_2759',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html',1,'amrex::Math::FastDivmodU64'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#af153f422ce6cbc50b12a7528b801aa7f',1,'amrex::Math::FastDivmodU64::FastDivmodU64()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#abdfbdb0c4abcf0304526080d9febbf42',1,'amrex::Math::FastDivmodU64::FastDivmodU64(std::uint64_t divisor_)']]], - ['fatptr_2760',['FatPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html',1,'amrex']]], - ['fb_2761',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html',1,'amrex::FabArrayBase::FB'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#afaefecbeba6b82464c68f2903f8444ea',1,'amrex::FabArrayBase::FB::FB()']]], - ['fb_2762',['fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a12405182d3038f333d621aaf7ba0de9f',1,'amrex::FBData']]], - ['fb_5flocal_5fcopy_5fcpu_2763',['FB_local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'amrex::FabArray::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::CutFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::Mask >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< TagBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< IArrayBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< FArrayBox >::FB_local_copy_cpu()']]], - ['fb_5flocal_5fcopy_5fgpu_2764',['FB_local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::CutFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'amrex::FabArray::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< TagBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< IArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< FArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::Mask >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_gpu()']]], - ['fbcache_2765',['FBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9e9131d2e52b3140088bed29299df5e5',1,'amrex::FabArrayBase']]], - ['fbcacheiter_2766',['FBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a41abb738518224cedd8cfe16206382ba',1,'amrex::FabArrayBase']]], - ['fbd_2767',['fbd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< TagBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< IArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< FArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::Mask >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::EBCellFlagFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::CutFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< PetscInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< AtomicInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'amrex::FabArray::fbd()']]], - ['fbdata_2768',['FBData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html',1,'amrex']]], - ['fbep_5fnowait_2769',['FBEP_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< TagBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< IArrayBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< TagBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'amrex::FabArray::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< IArrayBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'amrex::FabArray::FBEP_nowait()']]], - ['fbndrydata_2770',['fBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e',1,'amrex']]], - ['fbndryregister_2771',['fBndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d',1,'amrex']]], - ['fbv_5fcopy_2772',['fbv_copy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a57582f00e55a4d632cb774c1c04b8e4e',1,'detail']]], - ['fcdmap_2773',['FCDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'amrex::FabArrayCopyDescriptor::FCDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMap()']]], - ['fcdmapconstiter_2774',['FCDMapConstIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapConstIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'amrex::FabArrayCopyDescriptor::FCDMapConstIter()']]], - ['fcdmapiter_2775',['FCDMapIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'amrex::FabArrayCopyDescriptor::FCDMapIter()']]], - ['fcdmapvaluetype_2776',['FCDMapValueType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapValueType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'amrex::FabArrayCopyDescriptor::FCDMapValueType()']]], - ['fdm_2777',['fdm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad69bb2d630508a55b5a60e7756c3540f',1,'amrex::BoxIndexerND']]], - ['fe_2778',['fe',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#ac6bd65791ecd3832597283141221f47e',1,'amrex::SundialsUserData::fe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc',1,'amrex::SundialsUserFun::fe()']]], - ['feintegrator_2779',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html',1,'amrex::FEIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a3a939c4bb592b14713d49cb3380c34fd',1,'amrex::FEIntegrator::FEIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a90b3d1c28484a9ccdc34c484942c462a',1,'amrex::FEIntegrator::FEIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['ff_2780',['ff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1',1,'amrex::SundialsUserFun::ff()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a7804a845e951d54af75e92d34adc2930',1,'amrex::SundialsUserData::ff()']]], - ['ffabset_2781',['fFabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434',1,'amrex']]], - ['fflux_2782',['FFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aede7210df6c1aca7b7bee58a88c3a75d',1,'amrex::MLPoissonT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf18c8ae23997154fd905cfbec158035',1,'amrex::MLEBABecLap::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af69b48f91ccf0266c5d219c0c24ea3c2',1,'amrex::MLCellLinOpT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a6bc221e1003d0f11d6d7f720f487afb7',1,'amrex::MLALaplacianT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a152a02f12bbe76529b604167332e7ebe',1,'amrex::MLABecLaplacianT::FFlux(Box const &box, Real const *dxinv, RT bscalar, Array< FAB const *, AMREX_SPACEDIM > const &bcoef, Array< FAB *, AMREX_SPACEDIM > const &flux, FAB const &sol, int face_only, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af4097c02d7d7338535af34df84af7e61',1,'amrex::MLABecLaplacianT::FFlux(int amrlev, const MFIter &mfi, const Array< FAB *, AMREX_SPACEDIM > &flux, const FAB &sol, Location, int face_only=0) const final']]], - ['fhi_2783',['fhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ac69bf20012d9de954c40e509392a6148',1,'amrex::MLMGPSTag']]], - ['fi_2784',['fi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90',1,'amrex::SundialsUserFun::fi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a040d572683a6b4367f39248d36e2cb13',1,'amrex::SundialsUserData::fi()']]], - ['field_2785',['Field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f18164eaa226a34be64abf48d9617ba',1,'amrex::AMRErrorTag']]], - ['fifteen_2786',['fifteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4461444e428f4382ebae724a72ae6fdb',1,'amrex_constants_module']]], - ['fifth_2787',['fifth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59',1,'amrex_constants_module']]], - ['filcccell_2788',['FilccCell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html',1,'amrex']]], - ['file_5fname_2789',['file_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aabfb7ef7f6c054124db081f9fd506782',1,'amrex::PrintToFile']]], - ['file_5fname_5fdigits_2790',['file_name_digits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1d325f8ad0d5d179fc7fcee0f35f0500',1,'amrex::Amr']]], - ['fileexists_2791',['FileExists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35',1,'amrex']]], - ['fileglobalminmax_2792',['FILEGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaba96691ea8224cc3ccf1b9b54dfff4b3',1,'amrex::Amrvis']]], - ['filekeyword_2793',['FileKeyword',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a44318f1c5a43d3c6ef6cd9f0fda99ea2',1,'amrex::ParmParse']]], - ['filename_2794',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2150ba5a6169670f1cfcebc9f7596b27',1,'amrex::DataServices']]], - ['filename_2795',['FileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a56f719e4f91d3d0ffbe3ec791236585f',1,'amrex::NFilesIter::FileName(int fileNumber, const std::string &filePrefix)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a498f8a22acbe763c2df48062f3fe18bf',1,'amrex::NFilesIter::FileName(int nOutFiles, const std::string &filePrefix, int whichProc, bool groupSets)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9fad70f99318130bf5c883b3cbd20650',1,'amrex::NFilesIter::FileName() const']]], - ['filename_2796',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a4df5dd3c6ea8e7d13ed01d4e181e78c4',1,'amrex::StreamRetry::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a69a7603f195974cae55c552c05b3ba32',1,'RegionsProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a20f26cad91bc22e7f5509e046bfe8369',1,'CommProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a56b43f09fbaba7258908a31e790fd2d5',1,'BLProfStats::BLPDataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a68af42ba1e62a0b858d0f9075d9a44e6',1,'amrex::AmrData::fileName()']]], - ['filenumber_2797',['FileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a971648481cfcbc77ebd0258b2ea03538',1,'amrex::NFilesIter::FileNumber() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aee88f93815c534f75ecc51eda61c60c5',1,'amrex::NFilesIter::FileNumber(int nOutFiles, int whichProc, bool groupSets)']]], - ['filenumber_2798',['fileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab7f699657b24b33c1b56a64dd6887c47',1,'amrex::NFilesIter']]], - ['filenumberswriteorder_2799',['fileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af79193f1c65df83e1998042123690bec',1,'amrex::NFilesIter']]], - ['filenumberswriteorder_2800',['FileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad9233c5996de29b80cfb5c0ac02e8214',1,'amrex::NFilesIter']]], - ['filenumberswritten_2801',['FileNumbersWritten',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a071c4306e5a102244c1461684ab17cf5',1,'amrex::NFilesIter']]], - ['fileoffset_2802',['fileOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ae58b44ddc77631e4a5829b09e61a0236',1,'amrex::VisMF::FabReadLink']]], - ['fileoffset_2803',['FileOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1b41ff82637f2e2f4dd33f27a0d62ad1',1,'amrex::VisMF']]], - ['fileopenfailed_2804',['FileOpenFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0',1,'amrex']]], - ['fileprefix_2805',['filePrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7491b9b7bee6d89900b7948670ea6425',1,'amrex::NFilesIter']]], - ['fileprefixprepost_2806',['filePrefixPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::filePrefixPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'amrex::ParticleContainer_impl::filePrefixPrePost()']]], - ['filesize_2807',['FileSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a393accb69353384e42f45a34cb386180',1,'amrex']]], - ['filestream_2808',['fileStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5aaa489ed5f07c1d0111647857d2f72f',1,'amrex::NFilesIter']]], - ['filesubregionminmax_2809',['FILESUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea3533c650a6b1c7ce0bfe944376ffe17d',1,'amrex::Amrvis']]], - ['filetype_2810',['fileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a55f80ce2d869787fb73ec8acb5383864',1,'amrex::AmrData::fileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a974e2ca92baf2acb0925fe1d4168c38c',1,'amrex::DataServices::fileType()']]], - ['filetype_2811',['FileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cf',1,'amrex::Amrvis']]], - ['fileuserminmax_2812',['FILEUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea6b4802e2429bba442dc07b4022a1d96c',1,'amrex::Amrvis']]], - ['filfcface_2813',['FilfcFace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html',1,'amrex']]], - ['fill_2814',['fill',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const ParticleReal *, NArrayReal >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int *, NAI >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const int *, NArrayInt >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< bool, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::EB2::PolyTerm, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::Interval, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'amrex::GpuArray::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a9cf2d33e663f0311539a96633ff7560d',1,'amrex::FillPatchIteratorHelper::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93e5303eea72dd1c6c8469f75ea51247',1,'amrex::FillPatcher::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a84b77230eb00f0ebb682f6751fc5184b',1,'amrex::STLtools::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real,(M+2) *(M+1)/2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, nelems >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95',1,'amrex::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal *, NAR >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 4 >::fill()']]], - ['fill_5fglobal_5fid_2815',['fill_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a42977b56e153d54d2503424197a077ce',1,'amrex::HypreSolver']]], - ['fill_5fglobal_5fnode_5fid_2816',['fill_global_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2510963c0a789333e3eb1cba036cc7ea',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fid_2817',['fill_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a392367fb9a32935314eb968bb2362f2d',1,'amrex::HypreSolver']]], - ['fill_5flocal_5fnode_5fid_2818',['fill_local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0359a94cef0d652dfc7dae61ef3d1ac7',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fnode_5fid_5fcpu_2819',['fill_local_node_id_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4dd726a8a74759ab3f68d1849d0cdf6d',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fnode_5fid_5fgpu_2820',['fill_local_node_id_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#aad970086d1f98c702bcb5528a2299e1c',1,'amrex::HypreNodeLap']]], - ['fill_5fmatrix_2821',['fill_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6a50362b35729e2f0dc0df5cba4010df',1,'amrex::HypreSolver']]], - ['fill_5fsnan_2822',['fill_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad622d627e1fea988d361c48316ad9275',1,'amrex::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< AtomicInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'amrex::BaseFab::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< char >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< EBCellFlag >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< HYPRE_Int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< PetscInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< Real >::fill_snan()']]], - ['fillallcalltimes_2823',['FillAllCallTimes',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8787ffaa01896a27e94b70384b26071',1,'RegionsProfStats']]], - ['fillareafrac_2824',['fillAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeaa558e8ea81b3d29afc053a49935264',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiCutFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeb91416d1cbdc2122b71db4010a5148b',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const']]], - ['fillasync_2825',['fillAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0c2569c007a55f5619e6242794f066e6',1,'amrex::Gpu']]], - ['fillbndryarea_2826',['fillBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac4b6718e4884f24643ca059555df983f',1,'amrex::EB2::Level::fillBndryArea(MultiFab &bndryarea, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ada911333bbc88c6c2dd0a2575fa8e70a',1,'amrex::EB2::Level::fillBndryArea(MultiCutFab &bndryarea, const Geometry &geom) const']]], - ['fillbndrycent_2827',['fillBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aab73ea6f18230ee90540b3f844babf95',1,'amrex::EB2::Level::fillBndryCent(MultiCutFab &bndrycent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0f236404be3b81491ae8dd6d518b0e3f',1,'amrex::EB2::Level::fillBndryCent(MultiFab &bndrycent, const Geometry &geom) const']]], - ['fillbndrynorm_2828',['fillBndryNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aaddc85a00634d7e6029ab17c9cb9fbb8',1,'amrex::EB2::Level::fillBndryNorm(MultiCutFab &bndrynorm, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a15e67ccc27c985eb2b8a11db46abdcab',1,'amrex::EB2::Level::fillBndryNorm(MultiFab &bndrynorm, const Geometry &geom) const']]], - ['fillboundary_2829',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41',1,'amrex::NonLocalBC::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a188dda70a1bd068a55d81ba4f74e2c4e',1,'amrex::StateDataPhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'amrex::FabArray::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'amrex::FabArray::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'amrex::FabArray::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593e4c97974095398a43d0132ef3a868',1,'amrex::StateData::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< FArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::Mask >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::Mask >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::Mask >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< FArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::CutFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::CutFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::CutFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a7ca9ba16e42a6ffe8e9bcbabf51d25db',1,'amrex::StateData::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aed6d39f606b174ec63cda4bfb4e71efd',1,'amrex::PhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae11e4187caa383605cab8f4d54ce115c',1,'amrex::FabArrayBase::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< TagBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< TagBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< TagBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< IArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< IArrayBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< IArrayBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< FArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)']]], - ['fillboundary_5ffinish_2830',['FillBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814',1,'amrex::NonLocalBC::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()']]], - ['fillboundary_5fnowait_2831',['FillBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< TagBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< TagBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< TagBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e',1,'amrex::NonLocalBC::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::Mask >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'amrex::FabArray::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'amrex::FabArray::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'amrex::FabArray::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< FArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< FArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< FArrayBox >::FillBoundary_nowait(bool cross=false)']]], - ['fillboundary_5ftest_2832',['FillBoundary_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'amrex::FabArray::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< TagBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< IArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< FArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::Mask >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::CutFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_test()']]], - ['fillboundaryandsync_2833',['FillBoundaryAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::Mask >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::Mask >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'amrex::FabArray::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< IArrayBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< IArrayBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< TagBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< TagBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'amrex::FabArray::FillBoundaryAndSync()']]], - ['fillboundaryandsync_5ffinish_2834',['FillBoundaryAndSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'amrex::FabArray::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< TagBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< IArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< FArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_finish()']]], - ['fillboundaryandsync_5fnowait_2835',['FillBoundaryAndSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'amrex::FabArray::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'amrex::FabArray::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)']]], - ['fillboundarycoeff_2836',['FillBoundaryCoeff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a22d0dde0a531705c3148cd4669f21ed3',1,'amrex::MLNodeLaplacian']]], - ['fillboxid_2837',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html',1,'amrex']]], - ['fillboxid_2838',['fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#af506bfcebba0efde3dc8f5dbf9244191',1,'amrex::FabArrayBase::FabComTag']]], - ['fillboxid_2839',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a2b80ec26f52953b28e84ab531c5f8c32',1,'amrex::FillBoxId::FillBoxId()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a5d0dd9c7e86edf106a794bdc16dd53c5',1,'amrex::FillBoxId::FillBoxId(int newid, const Box &fillbox)']]], - ['fillboxid_2840',['fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abe60f2cf30aac61d68454a6823d1e3a4',1,'amrex::FabCopyDescriptor']]], - ['fillboxlists_2841',['fillBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a25c3be6b76307b6ea7c6b75c2f1036fd',1,'amrex::XYPlotDataList']]], - ['fillcentroid_2842',['fillCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ace69adcd1c99f57c02bbd7e6fbdca3bf',1,'amrex::EB2::Level::fillCentroid(MultiCutFab &centroid, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ae872e8dd53d7851e8baa7cda6c597925',1,'amrex::EB2::Level::fillCentroid(MultiFab &centroid, const Geometry &geom) const']]], - ['fillcoarsefineboundary_2843',['fillCoarseFineBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93d1f3a709bbf485e19c948875fc6c0c',1,'amrex::FillPatcher']]], - ['fillcoarsepatch_2844',['FillCoarsePatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ebdb49d2d66ac577de280ed9ed0fd28',1,'amrex::AmrLevel']]], - ['fillcutcellmask_2845',['fillCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2475ff0518c5fb3e8f60b66ab728c4a0',1,'amrex::EB2::Level']]], - ['fillderiveplotvarlist_2846',['fillDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a075723bf2fb621f6decda9d20d4cb3ce',1,'amrex::Amr']]], - ['fillderivesmallplotvarlist_2847',['fillDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aac5f926db1c887325c23896f29feb866',1,'amrex::Amr']]], - ['filldomainboundary_2848',['FillDomainBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b',1,'amrex']]], - ['fillebcellflag_2849',['fillEBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7d35fe220526a3427bc11672e79c921f',1,'amrex::EB2::Level']]], - ['filledgecent_2850',['fillEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa8174a092dd237acf59e9145603b3104',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a9f121c3a3deb6a4cf27461c8745fd10d',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const']]], - ['fillfab_2851',['FillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab, const Box &destBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab, const Box &destBox)']]], - ['fillfab_2852',['fillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ab0feb076743b2a454e181404861c9ed9',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn run_on, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a21626bdeb656074c2e675969aec678bb',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aefcdeb44ca0770702422b5f7eb289234',1,'amrex::STLtools::fillFab()']]], - ['fillfab_5fcpu_2853',['fillFab_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99bd263dac37b6f756eced9182e49eb0',1,'amrex::EB2::GeometryShop']]], - ['fillfacecent_2854',['fillFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ab07114892a852fef77608e1cebdd5768',1,'amrex::EB2::Level::fillFaceCent(Array< MultiFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a47c9d664df913ef2dd7289062f354f0a',1,'amrex::EB2::Level::fillFaceCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const']]], - ['fillflags_2855',['fillFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a1180158d9e9623e55d3d94563e5d078e',1,'particle_detail']]], - ['fillfromlevel0_2856',['FillFromLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a3717b8f03c3fb4395e1d121d870c36cc',1,'amrex::FillPatchIterator']]], - ['fillfromtwolevels_2857',['FillFromTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a9a2a1c98f5e635aa477f6a1e908c4840',1,'amrex::FillPatchIterator']]], - ['fillimpfunc_2858',['FillImpFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a',1,'amrex']]], - ['fillinterior_2859',['FillInterior',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afb5907b2c56371b7ab6b7d35c156d7bd',1,'amrex::AmrData']]], - ['filllevelset_2860',['fillLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a3d89b2bcea4e9cbf88291dba6cd8fc7c',1,'amrex::EB2::Level']]], - ['filllocally_2861',['FillLocally',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1',1,'amrex']]], - ['fillneighbors_2862',['fillNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2c1bf28f2552627e93d1587e977dd22a',1,'amrex::NeighborParticleContainer']]], - ['fillneighborsgpu_2863',['fillNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4dbc10fb057262215b756a2b4289b33c',1,'amrex::NeighborParticleContainer']]], - ['fillneighborsmpi_2864',['fillNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af3b5f685680bc88ad15c0f2cd5ee44c8',1,'amrex::NeighborParticleContainer']]], - ['fillnull_2865',['FillNull',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f',1,'amrex::FillNull(Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69',1,'amrex::FillNull(Vector< T * > &a)']]], - ['fillpatch_2866',['FillPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a55c1a2d0040ba28bf022fb293113a5f2',1,'amrex::AmrLevel']]], - ['fillpatchadd_2867',['FillPatchAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa72cce79d9f341c7f9a11addfcaec95f',1,'amrex::AmrLevel']]], - ['fillpatcher_2868',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html',1,'amrex::FillPatcher< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#af190f9e264e08dd6fec696c4ff84c53b',1,'amrex::FillPatcher::FillPatcher()']]], - ['fillpatcherfill_2869',['FillPatcherFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af7dbabf3cd9767f5e38dc96157986618',1,'amrex::AmrLevel']]], - ['fillpatchinterp_2870',['FillPatchInterp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46',1,'amrex::FillPatchInterp(MultiFab &mf_fine_patch, int fcomp, MultiFab const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, MFInterpolater *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, InterpBase *mapper, const Vector< BCRec > &bcs, int bcscomp)']]], - ['fillpatchiterator_2871',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html',1,'amrex::FillPatchIterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#abf62b3ab66cfdfcba665f1a1d55a2e1f',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int idx, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aebdca878a23ab164decbcdd3bc1a9a20',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::AmrLevel::FillPatchIterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::FillPatchIteratorHelper::FillPatchIterator()']]], - ['fillpatchiteratorhelper_2872',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html',1,'amrex::FillPatchIteratorHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a872278b3cad59c0978412af0cd9ec0cf',1,'amrex::AmrLevel::FillPatchIteratorHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af66f58fb3b807be2d8255c0d6f63addc',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int index, int scomp, int ncomp, InterpBase *mapper)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a10439c4fa30c39a2f12ba939498ab887',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata)']]], - ['fillpatchnlevels_2873',['FillPatchNLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a886f36aeb28a74726d439caf38872073',1,'amrex']]], - ['fillpatchsinglelevel_2874',['FillPatchSingleLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05934ee478017afcd9908667de64a79c',1,'amrex::FillPatchSingleLevel(MF &mf, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38',1,'amrex::FillPatchSingleLevel(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)']]], - ['fillpatchtwolevels_2875',['FillPatchTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12',1,'amrex::FillPatchTwoLevels(MF &mf, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b5440802e0895fcba37e6b295116585',1,'amrex::FillPatchTwoLevels(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], - ['fillpatchtwolevels_5fdoit_2876',['FillPatchTwoLevels_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18925ecee560b7b62b2434f643b8a2d1',1,'amrex::detail::FillPatchTwoLevels_doit(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8ef6805e58fc39ad6e68f3d513b6cac2',1,'amrex::detail::FillPatchTwoLevels_doit(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space, bool return_error_code=false)']]], - ['fillpolar_2877',['FillPolar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], - ['fillrandom_2878',['FillRandom',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225',1,'amrex::FillRandom(Real *p, Long N)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13',1,'amrex::FillRandom(MultiFab &mf, int scomp, int ncomp)']]], - ['fillrandomnormal_2879',['FillRandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5',1,'amrex::FillRandomNormal(Real *p, Long N, Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5',1,'amrex::FillRandomNormal(MultiFab &mf, int scomp, int ncomp, Real mean, Real stddev)']]], - ['fillregiontimeranges_2880',['FillRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4bf6706450f39ee6bf8764a9e6e5912',1,'RegionsProfStats']]], - ['fillremotely_2881',['FillRemotely',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4',1,'amrex']]], - ['fillrk_2882',['fillRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aa756e7fa531116007159b132f0312577',1,'amrex::FillPatcher']]], - ['fillrkpatch_2883',['FillRKPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a262e295c3b6e661f434303f502c9d442',1,'amrex::AmrLevel']]], - ['fillsendfab_2884',['FillSendFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a92f370455b087129323dcae88ae2fb57',1,'CommProfStats']]], - ['fillsigneddistance_2885',['FillSignedDistance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab',1,'amrex::FillSignedDistance(MultiFab &mf, EB2::Level const &ls_lev, EBFArrayBoxFactory const &eb_fac, int refratio, bool fluid_has_positive_sign=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7',1,'amrex::FillSignedDistance(MultiFab &mf, bool fluid_has_positive_sign=true)']]], - ['fillstateplotvarlist_2886',['fillStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa409f5572b79fbf4d109aeac4b810c86',1,'amrex::Amr']]], - ['fillstatesmallplotvarlist_2887',['fillStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#accc5b95bd9e05e81871f28975760f74f',1,'amrex::Amr']]], - ['filltype_2888',['FillType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6',1,'amrex']]], - ['filltype_2889',['fillType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#acbfb910d7582f3e32b2e263e1581e382',1,'amrex::FabCopyDescriptor']]], - ['fillvaluesimpl_2890',['fillValuesImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6',1,'amrex::detail']]], - ['fillvar_2891',['FillVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3a70845ae0791968fa3c731c75e0bc82',1,'amrex::DataServices::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a685ca8742a6b888e3f8b43edf70a8d27',1,'amrex::DataServices::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varname, int procWithFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a07cc26d410e6d3ff0a3bca3426e1343c',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname, int destcomp=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad21c6566676a74569438fc34998a9874',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const Vector< std::string > &varNames, const Vector< int > &destFillComps)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a65b5439faa7e1ef2949f00edaac3d1f0',1,'amrex::AmrData::FillVar(Vector< FArrayBox * > &destFabs, const Vector< Box > &destBoxes, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9da43b855d7bb5e6a5e7ca51b4d60e98',1,'amrex::AmrData::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varName, int procWithFabs)']]], - ['fillvararrayoffabs_2892',['FillVarArrayOfFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a43f59cb422b6dfd7c8ddd1da1b748092',1,'amrex::DataServices']]], - ['fillvarmultifab_2893',['FillVarMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a771038382eed1afc9937f305dd7d6a99',1,'amrex::DataServices']]], - ['fillvaronefab_2894',['FillVarOneFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a40aed13acee70704bf8458966f292801',1,'amrex::DataServices']]], - ['fillvolfrac_2895',['fillVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac37a09c9b81e67ee3c1f9882db9c2a38',1,'amrex::EB2::Level']]], - ['filterandtransformparticles_2896',['filterAndTransformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F const &f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred &&p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index *mask, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Pred const &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad355709025876e4bace25065cedcec',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred const &p, F &&f, Index src_start, Index dst_start) noexcept']]], - ['filterparticles_2897',['filterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33445242f6db048d6f630ee51db51c66',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred &&p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred const &p, Index src_start, Index dst_start, N n) noexcept']]], - ['filterpositiveid_2898',['FilterPositiveID',['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html',1,'']]], - ['filterstatus_2899',['FilterStatus',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4',1,'BLProfStats']]], - ['filtertimeranges_2900',['filterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a280bcf247ab0b852e9e87cb757388f6b',1,'BLProfStats']]], - ['filtervirt_2901',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html',1,'FilterVirt'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#afae2fe13dafb05fa3cbe4ccf30373dde',1,'FilterVirt::FilterVirt()']]], - ['final_5ffill_5fbc_2902',['final_fill_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2e4658b153dbf32716f539161d0b879e',1,'amrex::MLMGT']]], - ['finalize_2903',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0f7d18c9334054a0934c2740860971c2',1,'amrex::FabArrayBase::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< PetscInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< Real >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#aca63ee9d8635b17aeb34bc512f1ea8a9',1,'amrex::BLProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16062c68a56d66f78af7d8cdaf61e330',1,'amrex::BoxArray::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5bf574c7d8adff1fc0593e06d9007078',1,'amrex::Gpu::Device::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< AtomicInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac8ce7dd033d1e5a163617b7b06d1fab0',1,'amrex::DistributionMapping::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aae19503ef83149be04e9d97f1c6bd6a3',1,'amrex::VisMF::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0e43c0beef959593d4253805a22b6abc',1,'amrex::FArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9fe8b1d3b2da351d3701dd7c44ca1139',1,'amrex::IArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a30306fc1aaa921993a9667b639ec26c5',1,'amrex::iMultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#afaca15a1f386d11c48a96ce6dc37c0dc',1,'amrex::sundials::MemoryHelper::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a68cb3cd35ae7cc4bc40b4f9cfd44d016',1,'amrex::MemProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7f8343c78da4a5d341aae1e5aea752aa',1,'amrex::MFIter::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae7a5398061b1bffdd1679a3a78f8b741',1,'amrex::MultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9283fab7556352eeff908ca26cd440be',1,'amrex::ParmParse::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a2344d0f82665ec2e7efe266b015d163c',1,'amrex::TinyProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< EBCellFlag >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2040a56976bffbbfac29f5e01800ea3c',1,'amrex::AsyncOut::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6',1,'amrex::EB2::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a01ac7d4ed0bfab3839b45995cf260a05',1,'amrex::Lazy::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a80498796973f6b853437e50ba873a6d1',1,'amrex::machine::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a444d6a7e87c49476671049df5ea59107',1,'amrex::MPMD::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95032768c19f94a64196f85fefeee239',1,'amrex::ParallelDescriptor::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18',1,'amrex::sundials::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< HYPRE_Int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< char >::Finalize()']]], - ['finalize_2904',['finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a85eb163d1194d5afb39217626b876971',1,'amrex::InSituBridge']]], - ['finalize_2905',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'amrex::BaseFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aba76fcc2eabe3ac7e99e4b5e52cf3f0f',1,'amrex::BARef::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a06dd6197d2081d7dd4c1bed308edd387',1,'amrex::Arena::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adce93d1ef45e49e692f62ee9fa8ac48f',1,'amrex::Amr::Finalize()']]], - ['finalize_5fcell_5fflags_2906',['finalize_cell_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a9a4a658f30d3a6e5895a204000dce41f',1,'amrex::EB2::ChkptFileLevel']]], - ['finalized_2907',['finalized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a371e17b5bdd1d743dd9ac0a8bb1bced9',1,'amrex::MFIter']]], - ['finalizeinit_2908',['FinalizeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acc31a806beac20735b0589a0195dd3e2',1,'amrex::Amr']]], - ['finalizeinsitu_2909',['finalizeInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a566aa710514e53eb2193e7bbd4e5ff8d',1,'amrex::Amr']]], - ['find_5fbest_5fnbh_2910',['find_best_nbh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#afa7cf247ac1fb3972693835d136c00f1',1,'amrex::machine']]], - ['find_5fintersection_5fpoint_2911',['find_intersection_point',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e',1,'amrex::tri_geom_ops']]], - ['findoffsets_2912',['FindOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aef586d2b8907165dffdf87ea2c9730c9',1,'amrex::VisMF']]], - ['findtimerange_2913',['FindTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af024320c638e753af5a20def51afcde5',1,'CommProfStats']]], - ['fine_5fcell_2914',['fine_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026',1,'amrex_eb_flux_reg_nd_module::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a2fa5d865b2e74dc30d9578fb547894ed',1,'amrex::nodelap_detail::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca4438d5a5594d291716164dd529a902cd',1,'amrex::YAFluxRegisterT::fine_cell()']]], - ['fine_5fgrid_5fidx_2915',['fine_grid_idx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aca354eb516dc263308380e26666bb0b7',1,'amrex::FabArrayBase::CFinfo']]], - ['fine_5flevel_2916',['fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a43c7c6ca83e0c49296f131ecf5eb8b0e',1,'amrex::FluxRegister']]], - ['fine_5fnode_2917',['fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a44a771868b3300cfbd325b977e5f9405',1,'amrex::nodelap_detail']]], - ['fine_5fratio_2918',['fine_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a109f988dd098fdb2a6b854a742015397',1,'amrex::AmrLevel']]], - ['fineadd_2919',['FineAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af0579b0e1a1626ef31ce4c3161dded2e',1,'amrex::EBFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4e3874c3557a701913061d4a9ef49c4d',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, const FArrayBox &area, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1632f69b9bb40407c6622d6841c48938',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a95d4c8d650762923da71c09c414b2258',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab43d78762f0ea9fe8a2146dab58b9cf3',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ae7dab32dce79ee2932c74b0bf746d945',1,'amrex::EdgeFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab13698fba1225545ad68fc7f29794e85',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a4d2611b6de348e9aafaa1d75dca7ec33',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, RunOn runon)']]], - ['finebnd_2920',['finebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4',1,'amrex::Extrapolater']]], - ['finehaswork_2921',['FineHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aadc0fd498bbbe602b6468b9624b322cf',1,'amrex::YAFluxRegisterT']]], - ['fineindex_2922',['fineIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aea1dff058968ff389de6b6f7535de577',1,'amrex::FabArrayBase::FabComTag']]], - ['finelevel_2923',['fineLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a7aa00b34c175fadfdb6bae33c68bf5d1',1,'amrex::FluxRegister']]], - ['fineratio_2924',['fineRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3fb007c5f97c38ef4515b3a74d6873fa',1,'amrex::AmrLevel']]], - ['finesetval_2925',['FineSetVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6295b79fe12737051efd360468bfe344',1,'amrex::FluxRegister']]], - ['finest_5famr_5flev_2926',['finest_amr_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8dcbe08a11647df4d03789590bdc1de0',1,'amrex::MLMGT']]], - ['finest_5flevel_2927',['finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7a466d1cfea1c18c35128fb5a7c5793f',1,'amrex::AmrMesh']]], - ['finestbox_2928',['FinestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a97b63fbc82d7eb65130caa9d3b7973e5',1,'amrex::OrderedBoxes']]], - ['finestbox_2929',['finestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#ada3a3b61091ef724c8bb5c03ff6a6084',1,'amrex::OrderedBoxes']]], - ['finestcontaininglevel_2930',['FinestContainingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac2d3dd0aea616e10181d20da60d32239',1,'amrex::AmrData']]], - ['finestintersectinglevel_2931',['FinestIntersectingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9578a44932eb4060e7ba940ac622005a',1,'amrex::AmrData']]], - ['finestlevel_2932',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a71cf25bbc89fd5fd140d6a7090a8b451',1,'amrex::AmrMesh::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac72fc0f84c6f2c0ced8da0b77f73d0ce',1,'amrex::AmrParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad1ee0b22c6d8a20ded281afcbf343d4f',1,'amrex::ParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac1fa02ba52840aba7e4ef263cb1415a8',1,'amrex::ParGDBBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9d1fb8c82d375e2d473e0dd677b3f61',1,'amrex::ParticleContainerBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a99dc2f85369316618b49eaf849f06568',1,'amrex::PlotFileData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a803eda21276f7f33029700a471f9f275',1,'amrex::PlotFileDataImpl::finestLevel()']]], - ['finestlevel_2933',['FinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bfae1293b49c3ace47ffd0cb40b45ce',1,'amrex::AmrData']]], - ['finestlevel_2934',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6284a1347eff4eb0f6f6bdb2f4417354',1,'amrex::AmrData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6ce90c319a7c5388903fcfc2aae1f43',1,'CommProfStats::finestLevel()']]], - ['finish_2935',['Finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aee3a42cfdf4c23b913fe7b42f8a22185',1,'amrex::AsyncOut::Finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a1087e92b5b216fe4574e45078338cd51',1,'amrex::BackgroundThread::Finish()']]], - ['finishconstructor_2936',['finishConstructor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a954293930715e389153026f726dbd960',1,'amrex::AmrLevel']]], - ['finishedreading_2937',['finishedReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85a53512b313a24369fca3a3a53dbdb9',1,'amrex::NFilesIter']]], - ['finishedwriting_2938',['finishedWriting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7f0df2d517d11041df8498eedf986153',1,'amrex::NFilesIter']]], - ['finterpbndrydata_2939',['fInterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58',1,'amrex']]], - ['first_2940',['FIRST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a0f0d0333ed203bc31cd4c28900c2d77c',1,'amrex::ParmParse']]], - ['first_2941',['first',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a1b86c4a826c9a664f5f506cd069a7234',1,'amrex::ValLocPair::first()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3eeb06cae2d6df753d4f290f474d4da7',1,'amrex::ValLocPair::first() const']]], - ['first_5fplotfile_2942',['first_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af12817d167774c57ed1c1f24bb03954a',1,'amrex::Amr']]], - ['first_5fsmallplotfile_2943',['first_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aacd36827f62f4c412e11818f70bda156',1,'amrex::Amr']]], - ['firstbucketonproc_2944',['firstBucketOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aab3da03c66b146dacb70168328d0873b',1,'amrex::ParticleBufferMap']]], - ['firstorderextrap_2945',['FirstOrderExtrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow)']]], - ['five_2946',['five',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44',1,'amrex_constants_module']]], - ['five12th_2947',['five12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a16b4fbe0e606a90fa3ba0cdf682fd56d',1,'amrex_constants_module']]], - ['five32nd_2948',['five32nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d',1,'amrex_constants_module']]], - ['five3rd_2949',['five3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea',1,'amrex_constants_module']]], - ['five6th_2950',['five6th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a5321716779ead3e7f70ea68bdbd2fb8b',1,'amrex_constants_module']]], - ['fixcoarseboxsize_2951',['FixCoarseBoxSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e',1,'amrex']]], - ['fixsolvabilitybyoffset_2952',['fixSolvabilityByOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac44f404584644c6cb3f7548de48206d0',1,'amrex::MLCellLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'amrex::MLLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'MLLinOpT< Array< MultiFab, 3 > >::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae2e69b93bd6080fe66cfacedfba6f3aa',1,'amrex::MLNodeLaplacian::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8f7f76427fa0ea163014406f3d923933',1,'amrex::MLNodeLinOp::fixSolvabilityByOffset()']]], - ['fixupresidualmask_2953',['fixUpResidualMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af851a769ccbcd52c5950734a24067440',1,'amrex::MLEBNodeFDLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a47a17a53556ce90250db12c55ae5e115',1,'amrex::MLNodeABecLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a34d08ccf80dad6eead2922c6a41cee16',1,'amrex::MLNodeLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a29f7b2267b3d4d5847b1685e1ffd14ae',1,'amrex::MLNodeLinOp::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af00aee37c0b544681bc9883ccd96656d',1,'amrex::MLNodeTensorLaplacian::fixUpResidualMask()']]], - ['flag_2954',['flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a02795942f0ecd9ff232334b4c4ccdb20',1,'amrex::EB2::Neighbor::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ae0735abae42447ec4d484a5d3fd93a87',1,'amrex::MFIter::DeviceSync::flag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab630a116c4a01a64f68d4a8a1592360f',1,'amrex::EBCellFlag::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#a237e9da276b87d96f439acec1e3db563',1,'amrex::Scan::RetSum::flag()']]], - ['flag_5finvoked_2955',['flag_invoked',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad9801acca834dcbc7ec55dd3c34f48aa',1,'amrex::ForkJoin']]], - ['flag_5fverbose_2956',['flag_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a943794e0f810e216579ad8156d11cd20',1,'amrex::ForkJoin']]], - ['flags_2957',['Flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38',1,'amrex::MFIter']]], - ['flags_2958',['flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1184620f493f560be355cf02e5a0e619',1,'amrex::MFIter']]], - ['flex_5fgmres_5fsolver_5fconfigure_2959',['flex_gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a3cd35a345fcd7b90cccaaa542ded29cf',1,'amrex::HypreIJIface']]], - ['flip_2960',['flip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'amrex::IndexTypeND::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'IndexTypeND< AMREX_SPACEDIM >::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a2b165e7e8b05111ce8c93285bc85f081',1,'amrex::Orientation::flip()']]], - ['flo_2961',['flo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a4aad32731fdd8c6fc4165947c7959ec8',1,'amrex::MLMGPSTag']]], - ['floor_2962',['floor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept']]], - ['flushcfinfo_2963',['flushCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713c123f38e7c4666b28628d59c6e0c9',1,'amrex::FabArrayBase']]], - ['flushcpc_2964',['flushCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16c472ffe97ca76e2ffa59ffceec0931',1,'amrex::FabArrayBase']]], - ['flushcpcache_2965',['flushCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6011806b7564dbb0849cc33d57e95a4f',1,'amrex::FabArrayBase']]], - ['flushfb_2966',['flushFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad0036a8cccab0b66956ebdb8fb07d16f',1,'amrex::FabArrayBase']]], - ['flushfbcache_2967',['flushFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8219bfa75d50673c667ce09d6cb2d83',1,'amrex::FabArrayBase']]], - ['flushfpicache_2968',['FlushFPICache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac96bd5573c5f63e798aa682a7d5756ae',1,'amrex::AmrLevel']]], - ['flushfpinfo_2969',['flushFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a793ba5ae5a1533bae6a98b901df96664',1,'amrex::FabArrayBase']]], - ['flushgrids_2970',['FlushGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4bfe1de93aafef1d7365e677047b5ec',1,'amrex::AmrData::FlushGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a41a948375962564d161d7b43d9f72484',1,'amrex::AmrData::FlushGrids(int componentIndex)']]], - ['flushparforcache_2971',['flushParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af1e359a059abb783d093f29cc1c84693',1,'amrex::FabArrayBase']]], - ['flushparforinfo_2972',['flushParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a38c437b445b30f872df4f5ed6232e9a1',1,'amrex::FabArrayBase']]], - ['flushpolarb_2973',['flushPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11436d5c97b9158ac23058287feada66',1,'amrex::FabArrayBase']]], - ['flushpolarbcache_2974',['flushPolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a70b561d2ca803ef3488983323339bac6',1,'amrex::FabArrayBase']]], - ['flushrb180_2975',['flushRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac71669e7574424826140208ef85fcc4a',1,'amrex::FabArrayBase']]], - ['flushrb180cache_2976',['flushRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a44faf0f19d9f24cacd58d8396b2c1610',1,'amrex::FabArrayBase']]], - ['flushrb90_2977',['flushRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab092b4d04401abad6715b550b01dd5b4',1,'amrex::FabArrayBase']]], - ['flushrb90cache_2978',['flushRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abf133627f3fe188828f9cdf811dd8a86',1,'amrex::FabArrayBase']]], - ['flushtilearray_2979',['flushTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a03141dc770d42b5297105bb259b9c8e5',1,'amrex::FabArrayBase']]], - ['flushtilearraycache_2980',['flushTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a653b5bd0ac05e183721ba30b5c5dbb55',1,'amrex::FabArrayBase']]], - ['fluxreg_5ffineadd_2981',['fluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a',1,'amrex']]], - ['fluxreg_5ffineareaadd_2982',['fluxreg_fineareaadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e',1,'amrex']]], - ['fluxreg_5freflux_2983',['fluxreg_reflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f',1,'amrex']]], - ['fluxregister_2984',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html',1,'amrex::FluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a73a0f9bfd301cc69846f78fbbbec0527',1,'amrex::FabSetT::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a935b4c43c77115935fcf76b3e4a6e009',1,'amrex::FluxRegister::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aea5e30aea810dbb261555f307106d406',1,'amrex::FluxRegister::FluxRegister(const BoxArray &fine_boxes, const DistributionMapping &dm, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a443996c9a22893bae492440a1f716096',1,'amrex::FluxRegister::FluxRegister(FluxRegister &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a534089570aa27c91fc783470dc34edc2',1,'amrex::FluxRegister::FluxRegister(const FluxRegister &rhs)=delete']]], - ['fmultifab_2985',['fMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d',1,'amrex']]], - ['fname_2986',['fname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8691b33b40a313ca7ffe01a287f57dff',1,'amrex::TinyProfiler::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a38621bfbdcc37e8e877df3a96bf3c5e3',1,'amrex::TinyProfiler::ProcStats::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad67743332ab69e7c9bc65a551c4b9eb7',1,'amrex::TinyProfiler::MemProcStats::fname()']]], - ['fnamenumber_2987',['fnameNumber',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#ac01a3f5eb9b5f39ea6fbc013381f9e15',1,'BLProfStats::CallTreeNode']]], - ['fnameremap_2988',['fnameRemap',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad939cb55c98e57e3999caabc8096c2e7',1,'RegionsProfStats']]], - ['for_2989',['For',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad457e5329315312926c0113d9f3d626d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2',1,'amrex::For(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae',1,'amrex::For(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4',1,'amrex::For(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58f6305adbac638674782f274ce8bb80',1,'amrex::For(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d',1,'amrex::For(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb038d495d77c299406ea33380d0f548',1,'amrex::For(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb',1,'amrex::For(BoxND< dim > const &box, L &&f) noexcept']]], - ['for_5feach_5fimpl_2990',['for_each_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5',1,'amrex::detail']]], - ['for_5feach_5finit_2991',['for_each_init',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef',1,'amrex::Reduce::detail']]], - ['for_5feach_5flocal_2992',['for_each_local',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41',1,'amrex::Reduce::detail']]], - ['for_5feach_5fparallel_2993',['for_each_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1',1,'amrex::Reduce::detail']]], - ['for_5feach_5funtil_5fimpl_2994',['for_each_until_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e84dd049acffc06333882e476f741ce',1,'amrex::detail']]], - ['for_5fimpnd_2995',['For_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3fed1f766f2a246764a7880eecc640c8',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], - ['foreach_2996',['ForEach',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc',1,'amrex']]], - ['foreachuntil_2997',['ForEachUntil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e',1,'amrex']]], - ['fork_5fjoin_2998',['fork_join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2f557068fd57a8cd131263fa6769b631',1,'amrex::ForkJoin']]], - ['forked_2999',['forked',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a335de4835763f4875e6c6089f5e739c9',1,'amrex::ForkJoin::MFFork']]], - ['forkjoin_3000',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html',1,'amrex::ForkJoin'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2d8bbf7d8eb515f4249b97829a733c33',1,'amrex::ForkJoin::ForkJoin(int ntasks)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aac9106c8fc6d9be62cf1a73f2db0e820',1,'amrex::ForkJoin::ForkJoin(const Vector< double > &task_rank_pct)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0390a77315df9f09143645cbecf24515',1,'amrex::ForkJoin::ForkJoin(const Vector< int > &task_rank_n)']]], - ['format_3001',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8cb9b648353fe9b5fb90cdfccf5b0c89',1,'amrex::FArrayBox']]], - ['format_3002',['Format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9f',1,'amrex::FABio']]], - ['format_3003',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a65aa15d431df67cfea2ea887e8144c88',1,'amrex::RealDescriptor::format() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#add111caab7a47e1e54409f0fe0f531d5',1,'amrex::RealDescriptor::format() const &']]], - ['formatarray_3004',['formatarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ad827bfc5b6baadddd3c1b913f46057f3',1,'amrex::RealDescriptor::formatarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1da9a838223819cf642f6a8288616c51',1,'amrex::RealDescriptor::formatarray() &&=delete']]], - ['forward_3005',['forward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af28600d38f03ba1894b42bb88b8fccfb',1,'hacc::Dfft::forward(float const *in, size_t ghost)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a652ffd252711fcce9a5cc65d32da877e',1,'hacc::Dfft::forward(complex_t const *in)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8ddddcf90a534cbb5cd92e89c4ab79d9',1,'hacc::Dfft::forward(float const *in, size_t ghost0, size_t ghost1)']]], - ['forwardastuple_3006',['ForwardAsTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8',1,'amrex']]], - ['forwardeuler_3007',['ForwardEuler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()']]], - ['four_3008',['four',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215',1,'amrex_constants_module']]], - ['four3rd_3009',['four3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1bfb1e07f7cf927956882af149986c7d',1,'amrex_constants_module']]], - ['fourth_3010',['fourth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a04f6986662b60baad0ef6dfc00b3d3f0',1,'amrex_constants_module']]], - ['fourthorderinterpfromfinetocoarse_3011',['FourthOrderInterpFromFineToCoarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7',1,'amrex']]], - ['fpc_3012',['FPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html',1,'amrex']]], - ['fpexcept_3013',['FPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c',1,'amrex']]], - ['fpinfo_3014',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html',1,'amrex::FabArrayBase::FPinfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ade7a9e79503e61ff6803d58a345d2ffa',1,'amrex::FabArrayBase::FPinfo::FPinfo()']]], - ['fpinfocache_3015',['FPinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a13121d16e1be9ac4ea05a7df793a47fd',1,'amrex::FabArrayBase']]], - ['fpinfocacheiter_3016',['FPinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adee16eddda3b226990da74e087c9cfd9',1,'amrex::FabArrayBase']]], - ['fr_3017',['fr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae4c7fcfb3c69266545dd3f84af9b1115',1,'amrex::RealDescriptor']]], - ['frame_3018',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html',1,'amrex::ParallelContext::Frame'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ad61cafd4a0e7503e8cd29810f57736e9',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a390e863e597de7ee5742e950baa2544e',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a84ed11cec20f015349e7edd5fe0bccf4',1,'amrex::ParallelContext::Frame::Frame(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac3367d337ca17031766061b36fac376b',1,'amrex::ParallelContext::Frame::Frame(Frame &&rhs) noexcept']]], - ['frames_3019',['frames',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a7f3a69943ec56b1596e37eef30f8c0f9',1,'amrex::ParallelContext']]], - ['free_3020',['free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c318e660a559a2c8d4dc75ba2bc658',1,'amrex::CArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#abd7291506933a08740bb9b2abbc5ef98',1,'amrex::detail::SingleChunkArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6ac9509d9d473110db4f19a62d958b3b',1,'amrex::PArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a5fa328945c30133a9b9c7f93ccf6e78f',1,'amrex::DataAllocator::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a423a57e61bf30c0dd08c5b03042306ff',1,'amrex::BArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a0c7e0730574c98febb6ddca2712cb515',1,'amrex::Arena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa83b553298a2020fb6ebd7c21e236689',1,'amrex::algoim::ImplicitIntegral::free()']]], - ['freememavailable_3021',['freeMemAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a92efa21af9b7ae2cb3ee5710922c8bac',1,'amrex::Gpu::Device']]], - ['freestate_3022',['FreeState',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a15739554c59b1f13c811674d600856a6',1,'amrex::BlockMutex']]], - ['freeunused_3023',['freeUnused',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ae58dbb9ab6bb4e8d980b384b0d8804e5',1,'amrex::Arena::freeUnused()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7e9429cce47c95ae5f8d8d379ffe6184',1,'amrex::CArena::freeUnused()']]], - ['freeunused_5fprotected_3024',['freeUnused_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a881f97d5676c4784f52d6f4c702da696',1,'amrex::Arena::freeUnused_protected()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a496e3022b2c758f0f8cde7b20f954066',1,'amrex::CArena::freeUnused_protected()']]], - ['frequency_3025',['frequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1f8a76f22bde94cbfc3c495aa50877e7',1,'amrex::InSituBridge']]], - ['fromproc_3026',['fromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a202904aa6d60c2cd616182957d41fe66',1,'amrex::FabArrayBase::FabComTag::fromProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a532ce884eade8499d8db3c56c3ec66a7',1,'CommProfStats::SendRecvPair::fromProc()']]], - ['front_3027',['front',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::XDim3 >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::XDim3 >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::STLtools::Triangle >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::STLtools::Triangle >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::openbc::MomTag >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::openbc::MomTag >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::NeighborCode >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::NeighborCode >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::BoxND >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::BoxND >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'amrex::PODVector::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'amrex::PODVector::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65eb4af53f5dc07b129bd14d11d728ba',1,'amrex::BoxList::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3d2612cde7e408f02101b15dd7781f1',1,'amrex::BoxList::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int *, DefaultAllocator< int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< unsigned int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< unsigned int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< std::size_t >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< std::size_t >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int *, DefaultAllocator< int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< index_type >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< index_type >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int *, DefaultAllocator< const int * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int *, DefaultAllocator< const int * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() const noexcept']]], - ['frop_3028',['FrOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7',1,'amrex::FluxRegister']]], - ['fsmooth_3029',['Fsmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ad219bae0ff8321a675900f6850dd551a',1,'amrex::MLABecLaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9232adb87973674d3243a2e01a10155',1,'amrex::MLPoissonT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa734b354f866f78f860ae30f1ad9a2ad',1,'amrex::MLNodeTensorLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a426c6b64def1c391b305be2ad1649103',1,'amrex::MLNodeLinOp::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#abb1b82912ef073dd81315503552625e1',1,'amrex::MLNodeLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f342b270636e50520e1f99d1ded49f1',1,'amrex::MLNodeABecLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a375d3d3edaa7f6d3a16bf7a8456027f7',1,'amrex::MLEBNodeFDLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5a16b7371654dbd8f60d24bd0ce5307a',1,'amrex::MLEBABecLap::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a07fa09c5665782a39755f32fccdb7ec6',1,'amrex::MLCellLinOpT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#abcdd9ab9f087bf18744643b24d2e7471',1,'amrex::MLALaplacianT::Fsmooth()']]], - ['ftype_3030',['ftype',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a62007475d4ab8fbc995e43678912044d',1,'amrex::IParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#adaa66210d4f097a9a20072b64f2d02a1',1,'amrex::ParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#ac7050f924310ab62e44bdb3c1bebc34b',1,'amrex::ParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#a4836ce4c26c643a2da9d8c8efbc0ae02',1,'amrex::ParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#af480e24f7880857ba4ee5710e1e2f823',1,'amrex::parser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a64c4972956d99a93eae3ded417a94e74',1,'amrex::parser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#aaf0d2b037f4bfd9b5216a0a799dcfbf8',1,'amrex::parser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#aaad1b348b5afa2911cf4edcde0d14d08',1,'amrex::IParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#ac9d6cad609c7461807d5bc5150f00954',1,'amrex::IParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a41de9f56e8ed6a15ee641b476148c25a',1,'amrex::iparser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#af6bd8deb6f780b7f9078e5e86df76707',1,'amrex::iparser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#ae6489e0fb7a5a08fe269c3d428baacaf',1,'amrex::iparser_f1::ftype()']]], - ['full_3031',['full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0',1,'amrex']]], - ['fullfilename_3032',['fullFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a153902641555fc709b3befb6a4c6e881',1,'amrex::NFilesIter']]], - ['func_3033',['func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a10804ba5e49805dde6c9343a0998b475',1,'amrex::DeriveRec']]], - ['func_3034',['Func',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a9fa958cc46c33768f0cf428f5fa6ca32',1,'amrex::Lazy']]], - ['func_5f3d_3035',['func_3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a540136f9f500bb35628b3e034161bd51',1,'amrex::DeriveRec']]], - ['func_5ffab_3036',['func_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af68c5991f26f4c0642a77d0c03009f3e',1,'amrex::DeriveRec']]], - ['func_5fmf_3037',['func_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1771b2a939059eb7f6c19b064d633ea4',1,'amrex::DeriveRec']]], - ['funcque_3038',['FuncQue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#ae96e9ce9ac81427802df6fd09989e0d5',1,'amrex::Lazy']]], - ['funcstat_3039',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html',1,'BLProfStats::FuncStat'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a9584e7e0ee928c9d2f7bcf6b817c4629',1,'BLProfStats::FuncStat::FuncStat()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ac8b5d8a4c6027d6b3f0b02c3c7c2b633',1,'BLProfStats::FuncStat::FuncStat(long ncalls, Real tt)']]], - ['functiontype_3040',['FunctionType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#aa9d8c656e7a0aa9ce8efa32053f74f4a',1,'amrex::EB2::GeometryShop']]] + ['f_2639',['F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1F.html',1,'amrex::Order::F'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a025225cea3416a0f7b91e3c5e8424f59',1,'amrex::EB2::IndexSpaceImp::F()']]], + ['f_2640',['f',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e7a8b9c74fc7b5929496e081dff2e8a',1,'amrex::algoim::ImplicitIntegral::f()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5a011f47199f9e9fef68cdba47a1f7f7',1,'SDCstruct::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a237d44393a5be90579b5c179defbe8f0',1,'amrex::SundialsUserData::f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a',1,'amrex::SundialsUserFun::f()']]], + ['f1_2641',['f1',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a99cdaa1f0d3cc968417ed03723f93d44',1,'AMREX_IPARSERSTYPE::f1()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ae4b2f9e1858ec2244f20bb23fae6da2b',1,'AMREX_PARSERSTYPE::f1()']]], + ['f2_2642',['f2',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ad9dcbf264629390633902acf208145ba',1,'AMREX_IPARSERSTYPE::f2()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#acbb8a4de3b0dd43de372b6c1070c6d2b',1,'AMREX_PARSERSTYPE::f2()']]], + ['f3_2643',['f3',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a75d477cdab0c70b4d8bb6e949274b5f2',1,'AMREX_PARSERSTYPE::f3()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a78165ca492adb6e8ef5c8653e5b6b7ac',1,'AMREX_IPARSERSTYPE::f3()']]], + ['f_5fnodes_2644',['F_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a71b3d620a58461d753803014c39b0c20',1,'amrex::RKIntegrator::F_nodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a4068613bcf39366eadab0ad2a6d42013',1,'amrex::FEIntegrator::F_nodes()']]], + ['f_5fuser_2645',['f_user',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a44a9eb954199def1d1965689f79c0801',1,'amrex::CpuBndryFuncFab']]], + ['fab_2646',['FAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae23a0946829f4ea99f1d5045c64e5390',1,'amrex::Amrvis::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'amrex::MLLinOpT::FAB()']]], + ['fab_2647',['fab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a4b6ca8c08233ae7d5f9168c8e603dc96',1,'amrex::Array4BoxOffsetTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a0c8b2a3bc498849b8dae53d94f86a685',1,'amrex::Array4BoxOrientationTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ace2b963f746066f720dccceaa563db4c',1,'amrex::MLMGABCTag::fab()']]], + ['fab_2648',['FAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#acd3ad7937f6bba0b23adf24f96d52f33',1,'amrex::FabSetT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3bb997a55fd71a5bb98769faff3a40e2',1,'amrex::MLABecLaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a3924834e6fff4c05567d2fcf90cbcfcc',1,'amrex::MLALaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a9e4c8149cff8a651f45c0f5b24a0db54',1,'amrex::MLCellABecLapT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a0bbec26a1602f0b6e13a2a77a105416b',1,'amrex::MLCellLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a92e629ec34a2e880b23a81e96ad5f613',1,'amrex::MLCGSolverT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'MLLinOpT< Array< MultiFab, 3 > >::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a7669bc7ef521da4a7dc238fbb2f45813',1,'amrex::MLPoissonT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a96ad5ba6f6b373c04d31d704bb04d872',1,'amrex::YAFluxRegisterT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac98bb20aa53afac0cac33e9788913474',1,'amrex::MLMGT::FAB()']]], + ['fab_5f8bit_2649',['FAB_8BIT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabe3ed4b63ca8c92041feb17a512161f2',1,'amrex::FABio']]], + ['fab_5fascii_2650',['FAB_ASCII',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa9712023aa78e143b76acec0dc9e519fb',1,'amrex::FABio']]], + ['fab_5fdouble_2651',['FAB_DOUBLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a6f8d36037f0ae14ae3b2ffd648cb77e7',1,'amrex::FABio']]], + ['fab_5ffilcc_2652',['fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed',1,'amrex']]], + ['fab_5ffilfc_2653',['fab_filfc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482',1,'amrex']]], + ['fab_5ffilnd_2654',['fab_filnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7584537c492af5e1cad3da079a51c324',1,'amrex']]], + ['fab_5ffloat_2655',['FAB_FLOAT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a7ff56f0b5643ef3c51e6503e30f23346',1,'amrex::FABio']]], + ['fab_5fieee_2656',['FAB_IEEE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa240d58a50ffcc6d51f0b771099168d88',1,'amrex::FABio']]], + ['fab_5fieee_5f32_2657',['FAB_IEEE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabedb5f568966bfc42da59ffb65eb3b55',1,'amrex::FABio']]], + ['fab_5fnative_2658',['FAB_NATIVE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fab0d0613c5d24142abfc947d29d074e0c',1,'amrex::FABio']]], + ['fab_5fnative_5f32_2659',['FAB_NATIVE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa3622542334cc06301ae11275e2eaf4ee',1,'amrex::FABio']]], + ['fab_5fnormal_5forder_2660',['FAB_NORMAL_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a8db2674dc83889b0c41bf7a2de656e0b',1,'amrex::FABio']]], + ['fab_5freverse_5forder_2661',['FAB_REVERSE_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a0a373e16d57bf0778632d93de56c7bb3',1,'amrex::FABio']]], + ['fab_5freverse_5forder_5f2_2662',['FAB_REVERSE_ORDER_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39aa3be82b329f78e16b9f23ba2b26116a3',1,'amrex::FABio']]], + ['fab_5fto_5ffab_2663',['fab_to_fab',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a6fd0b0eaa86bb8985f5471f13b76ce44',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a64fb439cf906e12eddb15e737070a293',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f, Vector< Array4Tag< int > > const &masks)']]], + ['fab_5fto_5ffab_5fatomic_5fadd_2664',['fab_to_fab_atomic_add',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#ab1edc85caabaea9ac0a3b1e5cf851f17',1,'detail']]], + ['fab_5fto_5ffab_5fatomic_5fcpy_2665',['fab_to_fab_atomic_cpy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afc1b915037c4dab142f1df60d412713e',1,'detail']]], + ['fab_5ftype_2666',['fab_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< TagBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#a2ba7d2b780a3d216cfaf1fde7fd13e3b',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::Mask >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aaa30721497b0545071fbdf8538ec94a0',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< IArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'amrex::FabArray::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< AtomicInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< PetscInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::CutFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::EBCellFlagFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< FArrayBox >::fab_type()']]], + ['fabarray_2667',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex::FabArray< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'amrex::FabArray::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'amrex::FabArray::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a387a5ebdcf8845ac218d335706651b06',1,'amrex::DistributionMapping::FabArray()']]], + ['fabarray_2668',['fabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afd2ce3907fa6c9f7aa4773ea39a65cd2',1,'amrex::MFIter']]], + ['fabarray_2669',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::CutFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::CutFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'amrex::FabArray::FabArray(FabArray< FAB > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::EBCellFlagFab >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< TagBox >::FabArray(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::CutFab >::FabArray(FabArray< amrex::CutFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::EBCellFlagFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::EBCellFlagFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< TagBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::EBCellFlagFab >::FabArray(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::Mask >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::Mask >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< TagBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< FArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< FArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< FArrayBox >::FabArray(FabArray< FArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< IArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< IArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< IArrayBox >::FabArray(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::Mask >::FabArray()']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20atomicint_20_3e_20_3e_2670',['FabArray< amrex::BaseFab< AtomicInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_2671',['FabArray< amrex::BaseFab< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20petscint_20_3e_20_3e_2672',['FabArray< amrex::BaseFab< PetscInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3acutfab_20_3e_2673',['FabArray< amrex::CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3aebcellflagfab_20_3e_2674',['FabArray< amrex::EBCellFlagFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3amask_20_3e_2675',['FabArray< amrex::Mask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20fab_20_3e_2676',['FabArray< FAB >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], + ['fabarray_3c_20farraybox_20_3e_2677',['FabArray< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20iarraybox_20_3e_2678',['FabArray< IArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20tagbox_20_3e_2679',['FabArray< TagBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarraybase_2680',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html',1,'amrex::FabArrayBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::BoxArray::FabArrayBase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa8a53e00ad4f706959f791ca7fdaf087',1,'amrex::FabArrayBase::FabArrayBase(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a474c8b827c1db51691c9e98263508d31',1,'amrex::FabArrayBase::FabArrayBase(FabArrayBase &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab81793c2f32c7430eed823483c6c41a4',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2626dd8a948d7ef6dcb5ea286709ad6e',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16240683aaab59d05d3659c64723890f',1,'amrex::FabArrayBase::FabArrayBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::DistributionMapping::FabArrayBase()']]], + ['fabarraycopydescriptor_2681',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'amrex::FabArrayCopyDescriptor< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FArrayBox > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FArrayBox > &&)=delete']]], + ['fabarraycopydescriptor_3c_20farraybox_20_3e_2682',['FabArrayCopyDescriptor< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'']]], + ['fabarrayheadernames_2683',['FabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a024ebcb9c74754c219b73d26d31683af',1,'amrex::StateData']]], + ['fabarrayheadernames_2684',['fabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af35f43aa012590a264cbb08405ff5c1f',1,'amrex::StateData']]], + ['fabarrayid_2685',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html',1,'amrex::FabArrayId'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#adb43623e0ecf9d945d217e578d5303b3',1,'amrex::FabArrayId::FabArrayId(int newid=-1)']]], + ['fabarrayid_2686',['fabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ac86d7f6e763db160a5513aa471565145',1,'amrex::FabArrayId::fabArrayId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5c3201e1c74a8355f405987ac3c77678',1,'amrex::FabArrayBase::FabComTag::fabArrayId()']]], + ['fabarrays_2687',['fabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'FabArrayCopyDescriptor< FArrayBox >::fabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'amrex::FabArrayCopyDescriptor::fabArrays()']]], + ['fabarraystats_2688',['FabArrayStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html',1,'amrex::FabArrayBase']]], + ['fabbox_2689',['fabbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3290eb14472377e0118842344967a44c',1,'amrex::MFIter::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a713e5ea61895380c2c6c036297ecc865',1,'amrex::FabSetT::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adce0fffa78b25dbbfa1f82701e579425',1,'amrex::FabArrayBase::fabbox()']]], + ['fabboxarray_2690',['fabBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afd0ce8b38263bf89dedc4e1c806f3de2',1,'amrex::AmrData']]], + ['fabboxlists_2691',['fabBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3e3037b0de84e081fe1d2e0997d143d4',1,'amrex::XYPlotDataList']]], + ['fabcomtag_2692',['FabComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html',1,'amrex::FabArrayBase']]], + ['fabcomtagcontainer_2693',['FabComTagContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'amrex::FabArrayCopyDescriptor::FabComTagContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagContainer()']]], + ['fabcomtagitercontainer_2694',['FabComTagIterContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'amrex::FabArrayCopyDescriptor::FabComTagIterContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagIterContainer()']]], + ['fabcomtaglist_2695',['fabComTagList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'FabArrayCopyDescriptor< FArrayBox >::fabComTagList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'amrex::FabArrayCopyDescriptor::fabComTagList()']]], + ['fabcopydesclist_2696',['fabCopyDescList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'FabArrayCopyDescriptor< FArrayBox >::fabCopyDescList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'amrex::FabArrayCopyDescriptor::fabCopyDescList()']]], + ['fabcopydescriptor_2697',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html',1,'amrex::FabCopyDescriptor< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a19def3b9d982e1bb4b399d5f79bda16e',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3d6e218f177ba9156deff887f2356d67',1,'amrex::FabCopyDescriptor::FabCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#ad3452f40f7460d04c39e99172fc9d2f7',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(FabCopyDescriptor &&)=delete']]], + ['fabcopytag_2698',['FabCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html',1,'']]], + ['fabdatatype_2699',['FabDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType.html',1,'amrex']]], + ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20t_20_3e_20_3e_20_3e_2700',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html',1,'amrex']]], + ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20typename_20t_3a_3avalue_5ftype_20_3e_20_3e_20_3e_2701',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html',1,'amrex']]], + ['fabfactory_2702',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'amrex::FabFactory< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'amrex::FabFactory::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'amrex::FabFactory::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'amrex::FabFactory::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< amrex::FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< FArrayBox >::FabFactory(FabFactory &&) noexcept=default']]], + ['fabfactory_3c_20amrex_3a_3afarraybox_20_3e_2703',['FabFactory< amrex::FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], + ['fabfactory_3c_20farraybox_20_3e_2704',['FabFactory< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], + ['fabfillnoop_2705',['FabFillNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html',1,'amrex']]], + ['fabindex_2706',['fabIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aabd9d1aff4b684e0fc769347637226a5',1,'amrex::FabArrayBase::FabComTag']]], + ['fabindex_2707',['FabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ae5030aac852320ee49bcd85fb1037122',1,'amrex::FillBoxId::FabIndex(int fabindex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a41defdd0b7535f207e7392ac8de78b27',1,'amrex::FillBoxId::FabIndex() const']]], + ['fabinfo_2708',['FabInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html',1,'amrex']]], + ['fabio_2709',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html',1,'amrex']]], + ['fabio_2710',['fabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7b3c6612330474e7db6e4f6ff9d4f380',1,'amrex::FArrayBox']]], + ['fabio_2711',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a1d09202fafedb82d79c005250c3cef2c',1,'amrex::FArrayBox']]], + ['fabio_5f8bit_2712',['FABio_8bit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html',1,'amrex']]], + ['fabio_5fascii_2713',['FABio_ascii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html',1,'amrex']]], + ['fabio_5fbinary_2714',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html',1,'amrex::FABio_binary'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#aee3c27ce2964611aa91c4744d7cc9406',1,'amrex::FABio_binary::FABio_binary()']]], + ['fabondisk_2715',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex::VisMF::FabOnDisk'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a47058a642fd8a8cc15b5886eeae21539',1,'amrex::VisMF::FabOnDisk::FabOnDisk()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#ac7c765ae909a7f868ac88ab8bd489d45',1,'amrex::VisMF::FabOnDisk::FabOnDisk(std::string name, Long offset)']]], + ['fabptr_2716',['fabPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< TagBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::CutFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< FArrayBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< IArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< IArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< FArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< FArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::CutFab >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::Mask >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::Mask >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'amrex::FabArray::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'amrex::FabArray::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'amrex::FabArray::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'amrex::FabArray::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< TagBox >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()']]], + ['fabreadlink_2717',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html',1,'amrex::VisMF::FabReadLink'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a780255f3f6be282ff85c647ce042d5d0',1,'amrex::VisMF::FabReadLink::FabReadLink(int ranktoread, int faindex, Long fileoffset, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a8165889d341e3226df7895e95a0eeb41',1,'amrex::VisMF::FabReadLink::FabReadLink()=default']]], + ['fabset_2718',['FabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2',1,'amrex']]], + ['fabsetiter_2719',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html',1,'amrex::FabSetIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a04d9b65884e6bbe0e494af350ee9fe70',1,'amrex::FabSetT::FabSetIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html#aba7907f2d48271db876e35aa436ae78d',1,'amrex::FabSetIter::FabSetIter()']]], + ['fabsett_2720',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex::FabSetT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a764097b02ec9ebbbd538b985beffc3bb',1,'amrex::FabSetT::FabSetT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#afcbce0473a1b37b8c02866c26bbb048b',1,'amrex::FabSetT::FabSetT(FabSetT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa7c034044bb072771c1c29a6c7b261d3',1,'amrex::FabSetT::FabSetT(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa9a230d3eb8b231296f22ab79f19837d',1,'amrex::FabSetT::FabSetT() noexcept=default']]], + ['fabsett_3c_20mf_20_3e_2721',['FabSetT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], + ['fabtoblueprintfields_2722',['FabToBlueprintFields',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a',1,'amrex']]], + ['fabtoblueprinttopology_2723',['FabToBlueprintTopology',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807d001969408582d355a731cedac987',1,'amrex']]], + ['fabtype_2724',['FABType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html',1,'amrex::FabArray']]], + ['fabtype_2725',['FabType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87a',1,'amrex']]], + ['face_2726',['Face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html',1,'amrex::EB2']]], + ['face_2727',['face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ac3ccee3ad382def594bbe1cc44d22464',1,'amrex::Array4BoxOrientationTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a736f4b09115efedb46eb2ddcb802417f',1,'amrex::FabArrayBase::FabComTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa1e9cd4a538973217a64708b921d4ada',1,'amrex::openbc::Moments::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a94c8e6d912bcbcefb65e98b0e28a9ac8',1,'amrex::openbc::MomTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a4a1d69b82d46e482d19ca15a5bb8a711',1,'amrex::OrientationIter::face()']]], + ['face_5fcons_5flinear_5fface_5finterp_2728',['face_cons_linear_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3',1,'amrex']]], + ['face_5fcons_5flinear_5finterp_2729',['face_cons_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc',1,'amrex']]], + ['face_5fdivfree_5finterp_2730',['face_divfree_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac63805de43a5687215fb203dc3495abc',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fx_2731',['face_linear_face_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fy_2732',['face_linear_face_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fz_2733',['face_linear_face_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9bdb046290321944dba88455d030115',1,'amrex']]], + ['face_5flinear_5finterp_2734',['face_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e',1,'amrex']]], + ['face_5flinear_5finterp_5fx_2735',['face_linear_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa143e23e7784eca50c904ce19588d503',1,'amrex::face_linear_interp_x(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8',1,'amrex::face_linear_interp_x(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], + ['face_5flinear_5finterp_5fy_2736',['face_linear_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475',1,'amrex::face_linear_interp_y(int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff',1,'amrex::face_linear_interp_y(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], + ['face_5flinear_5finterp_5fz_2737',['face_linear_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept']]], + ['facecenter_2738',['FaceCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4ad1a130e88790663b2124d7dbd3e9f81e',1,'amrex::LinOpEnumType']]], + ['facecentroid_2739',['FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a91efbc33209256821c57a53ef9ddbc51',1,'amrex::LinOpEnumType']]], + ['faceconservativelinear_2740',['FaceConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html',1,'amrex']]], + ['facedir_2741',['faceDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#abcc064a6070e3e2deab527311ac91135',1,'amrex::Orientation']]], + ['facediv_5fface_5finterp_2742',['facediv_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a',1,'amrex']]], + ['facediv_5fint_2743',['facediv_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab',1,'amrex']]], + ['facedivfree_2744',['FaceDivFree',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html',1,'amrex']]], + ['facelinear_2745',['FaceLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html',1,'amrex']]], + ['facets_5fnearest_5fpt_2746',['facets_nearest_pt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa62287d7ded7d4e0e10300835ed32d35',1,'amrex::detail']]], + ['fact_5fcrse_5fpatch_2747',['fact_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a09b8fcc80fd25192f68c5ee368097317',1,'amrex::FabArrayBase::FPinfo']]], + ['fact_5ffine_5fpatch_2748',['fact_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a8754fd4dda86c92795899a42b97f547c',1,'amrex::FabArrayBase::FPinfo']]], + ['factory_2749',['Factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< IArrayBox >']]], + ['factory_2750',['factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a380f7d1b289a6802248ece2786b86565',1,'amrex::HypreNodeLap']]], + ['factory_2751',['Factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a82894d26881a9d4dbabb3cfbf6053e4d',1,'amrex::StateData::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'MLLinOpT< Array< MultiFab, 3 > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'amrex::MLLinOpT::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< TagBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< FArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::Mask >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::EBCellFlagFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::CutFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< PetscInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< AtomicInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'amrex::FabArray::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1a8e1ff322aee598d7b72877b272545e',1,'amrex::AmrLevel::Factory()']]], + ['faheadermap_2752',['faHeaderMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a60cd1a78a793b7a4ce54e70da0f0dd55',1,'amrex::StateData']]], + ['faindex_2753',['faIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#afdb4b80e717d79ddc293c138b190fb51',1,'amrex::VisMF::FabReadLink']]], + ['faint_2754',['Faint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#aec25a4181c246941fa29e862e4443b85',1,'amrex::Font']]], + ['fapply_2755',['Fapply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a7e7c474a3a2b509c38ec6f22eb810b23',1,'amrex::MLALaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8781967da72aea442a9f7837407004fe',1,'amrex::MLABecLaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3841e981caa197033fcd74eee93f0daf',1,'amrex::MLCellLinOpT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a2d89966c3e1177532c348493330ef63d',1,'amrex::MLEBABecLap::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a978a4e15703a7ddf71c557eba128dcbe',1,'amrex::MLEBNodeFDLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3872730e2ac7d69c58f2708d5454bb39',1,'amrex::MLNodeABecLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a489a483e778214ee6a0943001d816b80',1,'amrex::MLNodeLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afaae44c30405c4c8c2fdabede17a34ef',1,'amrex::MLNodeLinOp::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a732fecdd892bfe194c84bab01af655b6',1,'amrex::MLNodeTensorLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a51fb5455fbb2f0940a4f4b99a03f1c44',1,'amrex::MLPoissonT::Fapply()']]], + ['farraybox_2756',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html',1,'amrex::FArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a78cb311711d0a1b9b479d66d71fa1edf',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a374b94f1d571d67c7bc7025346824f1a',1,'amrex::FArrayBox::FArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab84a91551a8302740bd50699504f22c2',1,'amrex::FArrayBox::FArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a862dcdbd4fbb34b292075f2c7bf44428',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae822ed6d1bc48190941617842d212243',1,'amrex::FArrayBox::FArrayBox(FArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a946a5c8f7f0b0e4a9021e542c7b39c2f',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a62129c1d812b781246c65abed1a6a608',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a95a6bf59ff82ac52c34c7e72890fddc5',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a77288fec7b52f0234da8cda2d0656d76',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a46be1bc294541cf9d677f487baa07d68',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afbb6de44f26acc8ae2fa06e16571922f',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real const *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa2977b85f283b49740400daed8ffe97a',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3c853d41aecaee21ed1f5ffab2ebed76',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)']]], + ['farrayboxfactory_2757',['FArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330',1,'amrex']]], + ['fast_5fabs_5ftol_2758',['fast_abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4ec1caa1e60f0282b7a8e76dffe856ee',1,'amrex::IntegratorBase']]], + ['fast_5fls_2759',['fast_LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a01b848aa7893bf78e2e35fd06fbd7cb3',1,'amrex::SundialsIntegrator']]], + ['fast_5fmethod_2760',['fast_method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5cfec966ca58dd33ed8e74a008e20544',1,'amrex::SundialsIntegrator']]], + ['fast_5frel_5ftol_2761',['fast_rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a1be9f819915ff16d7883d0ebd8009e66',1,'amrex::IntegratorBase']]], + ['fast_5fstepper_2762',['fast_stepper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a3e3e8344b419706698fc343e5d8de07c',1,'amrex::SundialsIntegrator']]], + ['fast_5ftime_5fstep_2763',['fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4fe63921d4507e1af5f2df9fdbe66047',1,'amrex::IntegratorBase']]], + ['fast_5ftype_2764',['fast_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ae224ea13658a51b096ef3aee9a9f06c5',1,'amrex::SundialsIntegrator']]], + ['fastdivmodu64_2765',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html',1,'amrex::Math::FastDivmodU64'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#af153f422ce6cbc50b12a7528b801aa7f',1,'amrex::Math::FastDivmodU64::FastDivmodU64()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#abdfbdb0c4abcf0304526080d9febbf42',1,'amrex::Math::FastDivmodU64::FastDivmodU64(std::uint64_t divisor_)']]], + ['fatptr_2766',['FatPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html',1,'amrex']]], + ['fb_2767',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html',1,'amrex::FabArrayBase']]], + ['fb_2768',['fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a12405182d3038f333d621aaf7ba0de9f',1,'amrex::FBData']]], + ['fb_2769',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#afaefecbeba6b82464c68f2903f8444ea',1,'amrex::FabArrayBase::FB']]], + ['fb_5flocal_5fcopy_5fcpu_2770',['FB_local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'amrex::FabArray::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::CutFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::Mask >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< TagBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< IArrayBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< FArrayBox >::FB_local_copy_cpu()']]], + ['fb_5flocal_5fcopy_5fgpu_2771',['FB_local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::CutFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'amrex::FabArray::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< TagBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< IArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< FArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::Mask >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_gpu()']]], + ['fbcache_2772',['FBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9e9131d2e52b3140088bed29299df5e5',1,'amrex::FabArrayBase']]], + ['fbcacheiter_2773',['FBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a41abb738518224cedd8cfe16206382ba',1,'amrex::FabArrayBase']]], + ['fbd_2774',['fbd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< TagBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< IArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< FArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::Mask >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::EBCellFlagFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::CutFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< PetscInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< AtomicInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'amrex::FabArray::fbd()']]], + ['fbdata_2775',['FBData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html',1,'amrex']]], + ['fbep_5fnowait_2776',['FBEP_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< TagBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< IArrayBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< TagBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'amrex::FabArray::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< IArrayBox >::FBEP_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'amrex::FabArray::FBEP_nowait()']]], + ['fbndrydata_2777',['fBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e',1,'amrex']]], + ['fbndryregister_2778',['fBndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d',1,'amrex']]], + ['fbv_5fcopy_2779',['fbv_copy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a57582f00e55a4d632cb774c1c04b8e4e',1,'detail']]], + ['fcdmap_2780',['FCDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'amrex::FabArrayCopyDescriptor::FCDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMap()']]], + ['fcdmapconstiter_2781',['FCDMapConstIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapConstIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'amrex::FabArrayCopyDescriptor::FCDMapConstIter()']]], + ['fcdmapiter_2782',['FCDMapIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'amrex::FabArrayCopyDescriptor::FCDMapIter()']]], + ['fcdmapvaluetype_2783',['FCDMapValueType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapValueType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'amrex::FabArrayCopyDescriptor::FCDMapValueType()']]], + ['fdm_2784',['fdm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad69bb2d630508a55b5a60e7756c3540f',1,'amrex::BoxIndexerND']]], + ['fe_2785',['fe',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#ac6bd65791ecd3832597283141221f47e',1,'amrex::SundialsUserData::fe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc',1,'amrex::SundialsUserFun::fe()']]], + ['feintegrator_2786',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html',1,'amrex::FEIntegrator< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a3a939c4bb592b14713d49cb3380c34fd',1,'amrex::FEIntegrator::FEIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a90b3d1c28484a9ccdc34c484942c462a',1,'amrex::FEIntegrator::FEIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['ff_2787',['ff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1',1,'amrex::SundialsUserFun::ff()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a7804a845e951d54af75e92d34adc2930',1,'amrex::SundialsUserData::ff()']]], + ['ffabset_2788',['fFabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434',1,'amrex']]], + ['fflux_2789',['FFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aede7210df6c1aca7b7bee58a88c3a75d',1,'amrex::MLPoissonT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf18c8ae23997154fd905cfbec158035',1,'amrex::MLEBABecLap::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af69b48f91ccf0266c5d219c0c24ea3c2',1,'amrex::MLCellLinOpT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a6bc221e1003d0f11d6d7f720f487afb7',1,'amrex::MLALaplacianT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a152a02f12bbe76529b604167332e7ebe',1,'amrex::MLABecLaplacianT::FFlux(Box const &box, Real const *dxinv, RT bscalar, Array< FAB const *, AMREX_SPACEDIM > const &bcoef, Array< FAB *, AMREX_SPACEDIM > const &flux, FAB const &sol, int face_only, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af4097c02d7d7338535af34df84af7e61',1,'amrex::MLABecLaplacianT::FFlux(int amrlev, const MFIter &mfi, const Array< FAB *, AMREX_SPACEDIM > &flux, const FAB &sol, Location, int face_only=0) const final']]], + ['fhi_2790',['fhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ac69bf20012d9de954c40e509392a6148',1,'amrex::MLMGPSTag']]], + ['fi_2791',['fi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90',1,'amrex::SundialsUserFun::fi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a040d572683a6b4367f39248d36e2cb13',1,'amrex::SundialsUserData::fi()']]], + ['field_2792',['Field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f18164eaa226a34be64abf48d9617ba',1,'amrex::AMRErrorTag']]], + ['fifteen_2793',['fifteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4461444e428f4382ebae724a72ae6fdb',1,'amrex_constants_module']]], + ['fifth_2794',['fifth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59',1,'amrex_constants_module']]], + ['filcccell_2795',['FilccCell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html',1,'amrex']]], + ['file_5fname_2796',['file_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aabfb7ef7f6c054124db081f9fd506782',1,'amrex::PrintToFile']]], + ['file_5fname_5fdigits_2797',['file_name_digits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1d325f8ad0d5d179fc7fcee0f35f0500',1,'amrex::Amr']]], + ['fileexists_2798',['FileExists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35',1,'amrex']]], + ['fileglobalminmax_2799',['FILEGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaba96691ea8224cc3ccf1b9b54dfff4b3',1,'amrex::Amrvis']]], + ['filekeyword_2800',['FileKeyword',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a44318f1c5a43d3c6ef6cd9f0fda99ea2',1,'amrex::ParmParse']]], + ['filename_2801',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2150ba5a6169670f1cfcebc9f7596b27',1,'amrex::DataServices']]], + ['filename_2802',['FileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a56f719e4f91d3d0ffbe3ec791236585f',1,'amrex::NFilesIter::FileName(int fileNumber, const std::string &filePrefix)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a498f8a22acbe763c2df48062f3fe18bf',1,'amrex::NFilesIter::FileName(int nOutFiles, const std::string &filePrefix, int whichProc, bool groupSets)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9fad70f99318130bf5c883b3cbd20650',1,'amrex::NFilesIter::FileName() const']]], + ['filename_2803',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a4df5dd3c6ea8e7d13ed01d4e181e78c4',1,'amrex::StreamRetry::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a69a7603f195974cae55c552c05b3ba32',1,'RegionsProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a20f26cad91bc22e7f5509e046bfe8369',1,'CommProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a56b43f09fbaba7258908a31e790fd2d5',1,'BLProfStats::BLPDataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a68af42ba1e62a0b858d0f9075d9a44e6',1,'amrex::AmrData::fileName()']]], + ['filenumber_2804',['fileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab7f699657b24b33c1b56a64dd6887c47',1,'amrex::NFilesIter']]], + ['filenumber_2805',['FileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a971648481cfcbc77ebd0258b2ea03538',1,'amrex::NFilesIter::FileNumber() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aee88f93815c534f75ecc51eda61c60c5',1,'amrex::NFilesIter::FileNumber(int nOutFiles, int whichProc, bool groupSets)']]], + ['filenumberswriteorder_2806',['fileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af79193f1c65df83e1998042123690bec',1,'amrex::NFilesIter']]], + ['filenumberswriteorder_2807',['FileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad9233c5996de29b80cfb5c0ac02e8214',1,'amrex::NFilesIter']]], + ['filenumberswritten_2808',['FileNumbersWritten',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a071c4306e5a102244c1461684ab17cf5',1,'amrex::NFilesIter']]], + ['fileoffset_2809',['FileOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1b41ff82637f2e2f4dd33f27a0d62ad1',1,'amrex::VisMF']]], + ['fileoffset_2810',['fileOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ae58b44ddc77631e4a5829b09e61a0236',1,'amrex::VisMF::FabReadLink']]], + ['fileopenfailed_2811',['FileOpenFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0',1,'amrex']]], + ['fileprefix_2812',['filePrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7491b9b7bee6d89900b7948670ea6425',1,'amrex::NFilesIter']]], + ['fileprefixprepost_2813',['filePrefixPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::filePrefixPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'amrex::ParticleContainer_impl::filePrefixPrePost()']]], + ['filesize_2814',['FileSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a393accb69353384e42f45a34cb386180',1,'amrex']]], + ['filestream_2815',['fileStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5aaa489ed5f07c1d0111647857d2f72f',1,'amrex::NFilesIter']]], + ['filesubregionminmax_2816',['FILESUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea3533c650a6b1c7ce0bfe944376ffe17d',1,'amrex::Amrvis']]], + ['filetype_2817',['fileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a55f80ce2d869787fb73ec8acb5383864',1,'amrex::AmrData::fileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a974e2ca92baf2acb0925fe1d4168c38c',1,'amrex::DataServices::fileType()']]], + ['filetype_2818',['FileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cf',1,'amrex::Amrvis']]], + ['fileuserminmax_2819',['FILEUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea6b4802e2429bba442dc07b4022a1d96c',1,'amrex::Amrvis']]], + ['filfcface_2820',['FilfcFace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html',1,'amrex']]], + ['fill_2821',['fill',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const ParticleReal *, NArrayReal >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int *, NAI >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const int *, NArrayInt >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< bool, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::EB2::PolyTerm, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::Interval, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'amrex::GpuArray::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a9cf2d33e663f0311539a96633ff7560d',1,'amrex::FillPatchIteratorHelper::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93e5303eea72dd1c6c8469f75ea51247',1,'amrex::FillPatcher::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a84b77230eb00f0ebb682f6751fc5184b',1,'amrex::STLtools::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real,(M+2) *(M+1)/2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, nelems >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95',1,'amrex::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal *, NAR >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 4 >::fill()']]], + ['fill_5fglobal_5fid_2822',['fill_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a42977b56e153d54d2503424197a077ce',1,'amrex::HypreSolver']]], + ['fill_5fglobal_5fnode_5fid_2823',['fill_global_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2510963c0a789333e3eb1cba036cc7ea',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fid_2824',['fill_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a392367fb9a32935314eb968bb2362f2d',1,'amrex::HypreSolver']]], + ['fill_5flocal_5fnode_5fid_2825',['fill_local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0359a94cef0d652dfc7dae61ef3d1ac7',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fnode_5fid_5fcpu_2826',['fill_local_node_id_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4dd726a8a74759ab3f68d1849d0cdf6d',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fnode_5fid_5fgpu_2827',['fill_local_node_id_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#aad970086d1f98c702bcb5528a2299e1c',1,'amrex::HypreNodeLap']]], + ['fill_5fmatrix_2828',['fill_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6a50362b35729e2f0dc0df5cba4010df',1,'amrex::HypreSolver']]], + ['fill_5fsnan_2829',['fill_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad622d627e1fea988d361c48316ad9275',1,'amrex::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< AtomicInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'amrex::BaseFab::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< char >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< EBCellFlag >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< HYPRE_Int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< PetscInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< Real >::fill_snan()']]], + ['fillallcalltimes_2830',['FillAllCallTimes',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8787ffaa01896a27e94b70384b26071',1,'RegionsProfStats']]], + ['fillareafrac_2831',['fillAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeaa558e8ea81b3d29afc053a49935264',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiCutFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeb91416d1cbdc2122b71db4010a5148b',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const']]], + ['fillasync_2832',['fillAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0c2569c007a55f5619e6242794f066e6',1,'amrex::Gpu']]], + ['fillbndryarea_2833',['fillBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac4b6718e4884f24643ca059555df983f',1,'amrex::EB2::Level::fillBndryArea(MultiFab &bndryarea, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ada911333bbc88c6c2dd0a2575fa8e70a',1,'amrex::EB2::Level::fillBndryArea(MultiCutFab &bndryarea, const Geometry &geom) const']]], + ['fillbndrycent_2834',['fillBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aab73ea6f18230ee90540b3f844babf95',1,'amrex::EB2::Level::fillBndryCent(MultiCutFab &bndrycent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0f236404be3b81491ae8dd6d518b0e3f',1,'amrex::EB2::Level::fillBndryCent(MultiFab &bndrycent, const Geometry &geom) const']]], + ['fillbndrynorm_2835',['fillBndryNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aaddc85a00634d7e6029ab17c9cb9fbb8',1,'amrex::EB2::Level::fillBndryNorm(MultiCutFab &bndrynorm, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a15e67ccc27c985eb2b8a11db46abdcab',1,'amrex::EB2::Level::fillBndryNorm(MultiFab &bndrynorm, const Geometry &geom) const']]], + ['fillboundary_2836',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41',1,'amrex::NonLocalBC::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a188dda70a1bd068a55d81ba4f74e2c4e',1,'amrex::StateDataPhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'amrex::FabArray::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'amrex::FabArray::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'amrex::FabArray::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593e4c97974095398a43d0132ef3a868',1,'amrex::StateData::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< FArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::Mask >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::Mask >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::Mask >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< FArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::CutFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::CutFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::CutFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a7ca9ba16e42a6ffe8e9bcbabf51d25db',1,'amrex::StateData::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aed6d39f606b174ec63cda4bfb4e71efd',1,'amrex::PhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae11e4187caa383605cab8f4d54ce115c',1,'amrex::FabArrayBase::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< TagBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< TagBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< TagBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< IArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< IArrayBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< IArrayBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< FArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)']]], + ['fillboundary_5ffinish_2837',['FillBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814',1,'amrex::NonLocalBC::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()']]], + ['fillboundary_5fnowait_2838',['FillBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< TagBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< TagBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< TagBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e',1,'amrex::NonLocalBC::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::Mask >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'amrex::FabArray::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'amrex::FabArray::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'amrex::FabArray::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< FArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< FArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< FArrayBox >::FillBoundary_nowait(bool cross=false)']]], + ['fillboundary_5ftest_2839',['FillBoundary_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'amrex::FabArray::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< TagBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< IArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< FArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::Mask >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::CutFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_test()']]], + ['fillboundaryandsync_2840',['FillBoundaryAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::Mask >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::Mask >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'amrex::FabArray::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< IArrayBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< IArrayBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< TagBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< TagBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'amrex::FabArray::FillBoundaryAndSync()']]], + ['fillboundaryandsync_5ffinish_2841',['FillBoundaryAndSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'amrex::FabArray::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< TagBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< IArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< FArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_finish()']]], + ['fillboundaryandsync_5fnowait_2842',['FillBoundaryAndSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'amrex::FabArray::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'amrex::FabArray::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)']]], + ['fillboundarycoeff_2843',['FillBoundaryCoeff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a22d0dde0a531705c3148cd4669f21ed3',1,'amrex::MLNodeLaplacian']]], + ['fillboxid_2844',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html',1,'amrex::FillBoxId'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a2b80ec26f52953b28e84ab531c5f8c32',1,'amrex::FillBoxId::FillBoxId()']]], + ['fillboxid_2845',['fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#af506bfcebba0efde3dc8f5dbf9244191',1,'amrex::FabArrayBase::FabComTag::fillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abe60f2cf30aac61d68454a6823d1e3a4',1,'amrex::FabCopyDescriptor::fillBoxId()']]], + ['fillboxid_2846',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a5d0dd9c7e86edf106a794bdc16dd53c5',1,'amrex::FillBoxId']]], + ['fillboxlists_2847',['fillBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a25c3be6b76307b6ea7c6b75c2f1036fd',1,'amrex::XYPlotDataList']]], + ['fillcentroid_2848',['fillCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ace69adcd1c99f57c02bbd7e6fbdca3bf',1,'amrex::EB2::Level::fillCentroid(MultiCutFab &centroid, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ae872e8dd53d7851e8baa7cda6c597925',1,'amrex::EB2::Level::fillCentroid(MultiFab &centroid, const Geometry &geom) const']]], + ['fillcoarsefineboundary_2849',['fillCoarseFineBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93d1f3a709bbf485e19c948875fc6c0c',1,'amrex::FillPatcher']]], + ['fillcoarsepatch_2850',['FillCoarsePatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ebdb49d2d66ac577de280ed9ed0fd28',1,'amrex::AmrLevel']]], + ['fillcutcellmask_2851',['fillCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2475ff0518c5fb3e8f60b66ab728c4a0',1,'amrex::EB2::Level']]], + ['fillderiveplotvarlist_2852',['fillDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a075723bf2fb621f6decda9d20d4cb3ce',1,'amrex::Amr']]], + ['fillderivesmallplotvarlist_2853',['fillDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aac5f926db1c887325c23896f29feb866',1,'amrex::Amr']]], + ['filldomainboundary_2854',['FillDomainBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b',1,'amrex']]], + ['fillebcellflag_2855',['fillEBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7d35fe220526a3427bc11672e79c921f',1,'amrex::EB2::Level']]], + ['filledgecent_2856',['fillEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa8174a092dd237acf59e9145603b3104',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a9f121c3a3deb6a4cf27461c8745fd10d',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const']]], + ['fillfab_2857',['fillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a21626bdeb656074c2e675969aec678bb',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ab0feb076743b2a454e181404861c9ed9',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn run_on, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aefcdeb44ca0770702422b5f7eb289234',1,'amrex::STLtools::fillFab()']]], + ['fillfab_2858',['FillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab, const Box &destBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab, const Box &destBox)']]], + ['fillfab_5fcpu_2859',['fillFab_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99bd263dac37b6f756eced9182e49eb0',1,'amrex::EB2::GeometryShop']]], + ['fillfacecent_2860',['fillFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ab07114892a852fef77608e1cebdd5768',1,'amrex::EB2::Level::fillFaceCent(Array< MultiFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a47c9d664df913ef2dd7289062f354f0a',1,'amrex::EB2::Level::fillFaceCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const']]], + ['fillflags_2861',['fillFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a1180158d9e9623e55d3d94563e5d078e',1,'particle_detail']]], + ['fillfromlevel0_2862',['FillFromLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a3717b8f03c3fb4395e1d121d870c36cc',1,'amrex::FillPatchIterator']]], + ['fillfromtwolevels_2863',['FillFromTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a9a2a1c98f5e635aa477f6a1e908c4840',1,'amrex::FillPatchIterator']]], + ['fillimpfunc_2864',['FillImpFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a',1,'amrex']]], + ['fillinterior_2865',['FillInterior',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afb5907b2c56371b7ab6b7d35c156d7bd',1,'amrex::AmrData']]], + ['filllevelset_2866',['fillLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a3d89b2bcea4e9cbf88291dba6cd8fc7c',1,'amrex::EB2::Level']]], + ['filllocally_2867',['FillLocally',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1',1,'amrex']]], + ['fillneighbors_2868',['fillNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2c1bf28f2552627e93d1587e977dd22a',1,'amrex::NeighborParticleContainer']]], + ['fillneighborsgpu_2869',['fillNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4dbc10fb057262215b756a2b4289b33c',1,'amrex::NeighborParticleContainer']]], + ['fillneighborsmpi_2870',['fillNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af3b5f685680bc88ad15c0f2cd5ee44c8',1,'amrex::NeighborParticleContainer']]], + ['fillnull_2871',['FillNull',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f',1,'amrex::FillNull(Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69',1,'amrex::FillNull(Vector< T * > &a)']]], + ['fillpatch_2872',['FillPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a55c1a2d0040ba28bf022fb293113a5f2',1,'amrex::AmrLevel']]], + ['fillpatchadd_2873',['FillPatchAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa72cce79d9f341c7f9a11addfcaec95f',1,'amrex::AmrLevel']]], + ['fillpatcher_2874',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html',1,'amrex::FillPatcher< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#af190f9e264e08dd6fec696c4ff84c53b',1,'amrex::FillPatcher::FillPatcher()']]], + ['fillpatcherfill_2875',['FillPatcherFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af7dbabf3cd9767f5e38dc96157986618',1,'amrex::AmrLevel']]], + ['fillpatchinterp_2876',['FillPatchInterp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46',1,'amrex::FillPatchInterp(MultiFab &mf_fine_patch, int fcomp, MultiFab const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, MFInterpolater *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, InterpBase *mapper, const Vector< BCRec > &bcs, int bcscomp)']]], + ['fillpatchiterator_2877',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html',1,'amrex::FillPatchIterator'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#abf62b3ab66cfdfcba665f1a1d55a2e1f',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int idx, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aebdca878a23ab164decbcdd3bc1a9a20',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::AmrLevel::FillPatchIterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::FillPatchIteratorHelper::FillPatchIterator()']]], + ['fillpatchiteratorhelper_2878',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html',1,'amrex::FillPatchIteratorHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a872278b3cad59c0978412af0cd9ec0cf',1,'amrex::AmrLevel::FillPatchIteratorHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af66f58fb3b807be2d8255c0d6f63addc',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int index, int scomp, int ncomp, InterpBase *mapper)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a10439c4fa30c39a2f12ba939498ab887',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata)']]], + ['fillpatchnlevels_2879',['FillPatchNLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a886f36aeb28a74726d439caf38872073',1,'amrex']]], + ['fillpatchsinglelevel_2880',['FillPatchSingleLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05934ee478017afcd9908667de64a79c',1,'amrex::FillPatchSingleLevel(MF &mf, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38',1,'amrex::FillPatchSingleLevel(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)']]], + ['fillpatchtwolevels_2881',['FillPatchTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12',1,'amrex::FillPatchTwoLevels(MF &mf, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b5440802e0895fcba37e6b295116585',1,'amrex::FillPatchTwoLevels(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], + ['fillpatchtwolevels_5fdoit_2882',['FillPatchTwoLevels_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18925ecee560b7b62b2434f643b8a2d1',1,'amrex::detail::FillPatchTwoLevels_doit(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8ef6805e58fc39ad6e68f3d513b6cac2',1,'amrex::detail::FillPatchTwoLevels_doit(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space, bool return_error_code=false)']]], + ['fillpolar_2883',['FillPolar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], + ['fillrandom_2884',['FillRandom',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225',1,'amrex::FillRandom(Real *p, Long N)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13',1,'amrex::FillRandom(MultiFab &mf, int scomp, int ncomp)']]], + ['fillrandomnormal_2885',['FillRandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5',1,'amrex::FillRandomNormal(Real *p, Long N, Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5',1,'amrex::FillRandomNormal(MultiFab &mf, int scomp, int ncomp, Real mean, Real stddev)']]], + ['fillregiontimeranges_2886',['FillRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4bf6706450f39ee6bf8764a9e6e5912',1,'RegionsProfStats']]], + ['fillremotely_2887',['FillRemotely',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4',1,'amrex']]], + ['fillrk_2888',['fillRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aa756e7fa531116007159b132f0312577',1,'amrex::FillPatcher']]], + ['fillrkpatch_2889',['FillRKPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a262e295c3b6e661f434303f502c9d442',1,'amrex::AmrLevel']]], + ['fillsendfab_2890',['FillSendFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a92f370455b087129323dcae88ae2fb57',1,'CommProfStats']]], + ['fillsigneddistance_2891',['FillSignedDistance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab',1,'amrex::FillSignedDistance(MultiFab &mf, EB2::Level const &ls_lev, EBFArrayBoxFactory const &eb_fac, int refratio, bool fluid_has_positive_sign=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7',1,'amrex::FillSignedDistance(MultiFab &mf, bool fluid_has_positive_sign=true)']]], + ['fillstateplotvarlist_2892',['fillStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa409f5572b79fbf4d109aeac4b810c86',1,'amrex::Amr']]], + ['fillstatesmallplotvarlist_2893',['fillStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#accc5b95bd9e05e81871f28975760f74f',1,'amrex::Amr']]], + ['filltype_2894',['FillType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6',1,'amrex']]], + ['filltype_2895',['fillType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#acbfb910d7582f3e32b2e263e1581e382',1,'amrex::FabCopyDescriptor']]], + ['fillvaluesimpl_2896',['fillValuesImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6',1,'amrex::detail']]], + ['fillvar_2897',['FillVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3a70845ae0791968fa3c731c75e0bc82',1,'amrex::DataServices::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a685ca8742a6b888e3f8b43edf70a8d27',1,'amrex::DataServices::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varname, int procWithFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a07cc26d410e6d3ff0a3bca3426e1343c',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname, int destcomp=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad21c6566676a74569438fc34998a9874',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const Vector< std::string > &varNames, const Vector< int > &destFillComps)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a65b5439faa7e1ef2949f00edaac3d1f0',1,'amrex::AmrData::FillVar(Vector< FArrayBox * > &destFabs, const Vector< Box > &destBoxes, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9da43b855d7bb5e6a5e7ca51b4d60e98',1,'amrex::AmrData::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varName, int procWithFabs)']]], + ['fillvararrayoffabs_2898',['FillVarArrayOfFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a43f59cb422b6dfd7c8ddd1da1b748092',1,'amrex::DataServices']]], + ['fillvarmultifab_2899',['FillVarMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a771038382eed1afc9937f305dd7d6a99',1,'amrex::DataServices']]], + ['fillvaronefab_2900',['FillVarOneFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a40aed13acee70704bf8458966f292801',1,'amrex::DataServices']]], + ['fillvolfrac_2901',['fillVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac37a09c9b81e67ee3c1f9882db9c2a38',1,'amrex::EB2::Level']]], + ['filterandtransformparticles_2902',['filterAndTransformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F const &f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred &&p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index *mask, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Pred const &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad355709025876e4bace25065cedcec',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred const &p, F &&f, Index src_start, Index dst_start) noexcept']]], + ['filterparticles_2903',['filterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33445242f6db048d6f630ee51db51c66',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred &&p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred const &p, Index src_start, Index dst_start, N n) noexcept']]], + ['filterpositiveid_2904',['FilterPositiveID',['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html',1,'']]], + ['filterstatus_2905',['FilterStatus',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4',1,'BLProfStats']]], + ['filtertimeranges_2906',['filterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a280bcf247ab0b852e9e87cb757388f6b',1,'BLProfStats']]], + ['filtervirt_2907',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html',1,'FilterVirt'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#afae2fe13dafb05fa3cbe4ccf30373dde',1,'FilterVirt::FilterVirt()']]], + ['final_5ffill_5fbc_2908',['final_fill_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2e4658b153dbf32716f539161d0b879e',1,'amrex::MLMGT']]], + ['finalize_2909',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0e43c0beef959593d4253805a22b6abc',1,'amrex::FArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< PetscInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< Real >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#aca63ee9d8635b17aeb34bc512f1ea8a9',1,'amrex::BLProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16062c68a56d66f78af7d8cdaf61e330',1,'amrex::BoxArray::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5bf574c7d8adff1fc0593e06d9007078',1,'amrex::Gpu::Device::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac8ce7dd033d1e5a163617b7b06d1fab0',1,'amrex::DistributionMapping::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< char >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0f7d18c9334054a0934c2740860971c2',1,'amrex::FabArrayBase::Finalize()']]], + ['finalize_2910',['finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a85eb163d1194d5afb39217626b876971',1,'amrex::InSituBridge']]], + ['finalize_2911',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9fe8b1d3b2da351d3701dd7c44ca1139',1,'amrex::IArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a30306fc1aaa921993a9667b639ec26c5',1,'amrex::iMultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#afaca15a1f386d11c48a96ce6dc37c0dc',1,'amrex::sundials::MemoryHelper::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a68cb3cd35ae7cc4bc40b4f9cfd44d016',1,'amrex::MemProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7f8343c78da4a5d341aae1e5aea752aa',1,'amrex::MFIter::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae7a5398061b1bffdd1679a3a78f8b741',1,'amrex::MultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9283fab7556352eeff908ca26cd440be',1,'amrex::ParmParse::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a2344d0f82665ec2e7efe266b015d163c',1,'amrex::TinyProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aae19503ef83149be04e9d97f1c6bd6a3',1,'amrex::VisMF::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< HYPRE_Int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2040a56976bffbbfac29f5e01800ea3c',1,'amrex::AsyncOut::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6',1,'amrex::EB2::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a01ac7d4ed0bfab3839b45995cf260a05',1,'amrex::Lazy::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a80498796973f6b853437e50ba873a6d1',1,'amrex::machine::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a444d6a7e87c49476671049df5ea59107',1,'amrex::MPMD::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95032768c19f94a64196f85fefeee239',1,'amrex::ParallelDescriptor::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18',1,'amrex::sundials::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< EBCellFlag >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adce93d1ef45e49e692f62ee9fa8ac48f',1,'amrex::Amr::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< AtomicInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'amrex::BaseFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aba76fcc2eabe3ac7e99e4b5e52cf3f0f',1,'amrex::BARef::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a06dd6197d2081d7dd4c1bed308edd387',1,'amrex::Arena::Finalize()']]], + ['finalize_5fcell_5fflags_2912',['finalize_cell_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a9a4a658f30d3a6e5895a204000dce41f',1,'amrex::EB2::ChkptFileLevel']]], + ['finalized_2913',['finalized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a371e17b5bdd1d743dd9ac0a8bb1bced9',1,'amrex::MFIter']]], + ['finalizeinit_2914',['FinalizeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acc31a806beac20735b0589a0195dd3e2',1,'amrex::Amr']]], + ['finalizeinsitu_2915',['finalizeInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a566aa710514e53eb2193e7bbd4e5ff8d',1,'amrex::Amr']]], + ['find_5fbest_5fnbh_2916',['find_best_nbh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#afa7cf247ac1fb3972693835d136c00f1',1,'amrex::machine']]], + ['find_5fintersection_5fpoint_2917',['find_intersection_point',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e',1,'amrex::tri_geom_ops']]], + ['findoffsets_2918',['FindOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aef586d2b8907165dffdf87ea2c9730c9',1,'amrex::VisMF']]], + ['findtimerange_2919',['FindTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af024320c638e753af5a20def51afcde5',1,'CommProfStats']]], + ['fine_5fcell_2920',['fine_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026',1,'amrex_eb_flux_reg_nd_module::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a2fa5d865b2e74dc30d9578fb547894ed',1,'amrex::nodelap_detail::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca4438d5a5594d291716164dd529a902cd',1,'amrex::YAFluxRegisterT::fine_cell()']]], + ['fine_5fgrid_5fidx_2921',['fine_grid_idx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aca354eb516dc263308380e26666bb0b7',1,'amrex::FabArrayBase::CFinfo']]], + ['fine_5flevel_2922',['fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a43c7c6ca83e0c49296f131ecf5eb8b0e',1,'amrex::FluxRegister']]], + ['fine_5fnode_2923',['fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a44a771868b3300cfbd325b977e5f9405',1,'amrex::nodelap_detail']]], + ['fine_5fratio_2924',['fine_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a109f988dd098fdb2a6b854a742015397',1,'amrex::AmrLevel']]], + ['fineadd_2925',['FineAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af0579b0e1a1626ef31ce4c3161dded2e',1,'amrex::EBFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4e3874c3557a701913061d4a9ef49c4d',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, const FArrayBox &area, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1632f69b9bb40407c6622d6841c48938',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a95d4c8d650762923da71c09c414b2258',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab43d78762f0ea9fe8a2146dab58b9cf3',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ae7dab32dce79ee2932c74b0bf746d945',1,'amrex::EdgeFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab13698fba1225545ad68fc7f29794e85',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a4d2611b6de348e9aafaa1d75dca7ec33',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, RunOn runon)']]], + ['finebnd_2926',['finebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4',1,'amrex::Extrapolater']]], + ['finehaswork_2927',['FineHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aadc0fd498bbbe602b6468b9624b322cf',1,'amrex::YAFluxRegisterT']]], + ['fineindex_2928',['fineIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aea1dff058968ff389de6b6f7535de577',1,'amrex::FabArrayBase::FabComTag']]], + ['finelevel_2929',['fineLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a7aa00b34c175fadfdb6bae33c68bf5d1',1,'amrex::FluxRegister']]], + ['fineratio_2930',['fineRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3fb007c5f97c38ef4515b3a74d6873fa',1,'amrex::AmrLevel']]], + ['finesetval_2931',['FineSetVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6295b79fe12737051efd360468bfe344',1,'amrex::FluxRegister']]], + ['finest_5famr_5flev_2932',['finest_amr_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8dcbe08a11647df4d03789590bdc1de0',1,'amrex::MLMGT']]], + ['finest_5flevel_2933',['finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7a466d1cfea1c18c35128fb5a7c5793f',1,'amrex::AmrMesh']]], + ['finestbox_2934',['FinestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a97b63fbc82d7eb65130caa9d3b7973e5',1,'amrex::OrderedBoxes']]], + ['finestbox_2935',['finestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#ada3a3b61091ef724c8bb5c03ff6a6084',1,'amrex::OrderedBoxes']]], + ['finestcontaininglevel_2936',['FinestContainingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac2d3dd0aea616e10181d20da60d32239',1,'amrex::AmrData']]], + ['finestintersectinglevel_2937',['FinestIntersectingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9578a44932eb4060e7ba940ac622005a',1,'amrex::AmrData']]], + ['finestlevel_2938',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a71cf25bbc89fd5fd140d6a7090a8b451',1,'amrex::AmrMesh::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac72fc0f84c6f2c0ced8da0b77f73d0ce',1,'amrex::AmrParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad1ee0b22c6d8a20ded281afcbf343d4f',1,'amrex::ParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac1fa02ba52840aba7e4ef263cb1415a8',1,'amrex::ParGDBBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9d1fb8c82d375e2d473e0dd677b3f61',1,'amrex::ParticleContainerBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a99dc2f85369316618b49eaf849f06568',1,'amrex::PlotFileData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a803eda21276f7f33029700a471f9f275',1,'amrex::PlotFileDataImpl::finestLevel()']]], + ['finestlevel_2939',['FinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bfae1293b49c3ace47ffd0cb40b45ce',1,'amrex::AmrData']]], + ['finestlevel_2940',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6284a1347eff4eb0f6f6bdb2f4417354',1,'amrex::AmrData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6ce90c319a7c5388903fcfc2aae1f43',1,'CommProfStats::finestLevel()']]], + ['finish_2941',['Finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aee3a42cfdf4c23b913fe7b42f8a22185',1,'amrex::AsyncOut::Finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a1087e92b5b216fe4574e45078338cd51',1,'amrex::BackgroundThread::Finish()']]], + ['finishconstructor_2942',['finishConstructor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a954293930715e389153026f726dbd960',1,'amrex::AmrLevel']]], + ['finishedreading_2943',['finishedReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85a53512b313a24369fca3a3a53dbdb9',1,'amrex::NFilesIter']]], + ['finishedwriting_2944',['finishedWriting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7f0df2d517d11041df8498eedf986153',1,'amrex::NFilesIter']]], + ['finterpbndrydata_2945',['fInterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58',1,'amrex']]], + ['first_2946',['FIRST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a0f0d0333ed203bc31cd4c28900c2d77c',1,'amrex::ParmParse']]], + ['first_2947',['first',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a1b86c4a826c9a664f5f506cd069a7234',1,'amrex::ValLocPair::first()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3eeb06cae2d6df753d4f290f474d4da7',1,'amrex::ValLocPair::first() const']]], + ['first_5fplotfile_2948',['first_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af12817d167774c57ed1c1f24bb03954a',1,'amrex::Amr']]], + ['first_5fsmallplotfile_2949',['first_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aacd36827f62f4c412e11818f70bda156',1,'amrex::Amr']]], + ['firstbucketonproc_2950',['firstBucketOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aab3da03c66b146dacb70168328d0873b',1,'amrex::ParticleBufferMap']]], + ['firstorderextrap_2951',['FirstOrderExtrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow)']]], + ['five_2952',['five',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44',1,'amrex_constants_module']]], + ['five12th_2953',['five12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a16b4fbe0e606a90fa3ba0cdf682fd56d',1,'amrex_constants_module']]], + ['five32nd_2954',['five32nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d',1,'amrex_constants_module']]], + ['five3rd_2955',['five3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea',1,'amrex_constants_module']]], + ['five6th_2956',['five6th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a5321716779ead3e7f70ea68bdbd2fb8b',1,'amrex_constants_module']]], + ['fixcoarseboxsize_2957',['FixCoarseBoxSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e',1,'amrex']]], + ['fixsolvabilitybyoffset_2958',['fixSolvabilityByOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac44f404584644c6cb3f7548de48206d0',1,'amrex::MLCellLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'amrex::MLLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'MLLinOpT< Array< MultiFab, 3 > >::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae2e69b93bd6080fe66cfacedfba6f3aa',1,'amrex::MLNodeLaplacian::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8f7f76427fa0ea163014406f3d923933',1,'amrex::MLNodeLinOp::fixSolvabilityByOffset()']]], + ['fixupresidualmask_2959',['fixUpResidualMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af851a769ccbcd52c5950734a24067440',1,'amrex::MLEBNodeFDLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a47a17a53556ce90250db12c55ae5e115',1,'amrex::MLNodeABecLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a34d08ccf80dad6eead2922c6a41cee16',1,'amrex::MLNodeLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a29f7b2267b3d4d5847b1685e1ffd14ae',1,'amrex::MLNodeLinOp::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af00aee37c0b544681bc9883ccd96656d',1,'amrex::MLNodeTensorLaplacian::fixUpResidualMask()']]], + ['flag_2960',['flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a02795942f0ecd9ff232334b4c4ccdb20',1,'amrex::EB2::Neighbor::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ae0735abae42447ec4d484a5d3fd93a87',1,'amrex::MFIter::DeviceSync::flag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab630a116c4a01a64f68d4a8a1592360f',1,'amrex::EBCellFlag::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#a237e9da276b87d96f439acec1e3db563',1,'amrex::Scan::RetSum::flag()']]], + ['flag_5finvoked_2961',['flag_invoked',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad9801acca834dcbc7ec55dd3c34f48aa',1,'amrex::ForkJoin']]], + ['flag_5fverbose_2962',['flag_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a943794e0f810e216579ad8156d11cd20',1,'amrex::ForkJoin']]], + ['flags_2963',['flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1184620f493f560be355cf02e5a0e619',1,'amrex::MFIter']]], + ['flags_2964',['Flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38',1,'amrex::MFIter']]], + ['flex_5fgmres_5fsolver_5fconfigure_2965',['flex_gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a3cd35a345fcd7b90cccaaa542ded29cf',1,'amrex::HypreIJIface']]], + ['flip_2966',['flip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'amrex::IndexTypeND::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'IndexTypeND< AMREX_SPACEDIM >::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a2b165e7e8b05111ce8c93285bc85f081',1,'amrex::Orientation::flip()']]], + ['flo_2967',['flo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a4aad32731fdd8c6fc4165947c7959ec8',1,'amrex::MLMGPSTag']]], + ['floor_2968',['floor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept']]], + ['flushcfinfo_2969',['flushCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713c123f38e7c4666b28628d59c6e0c9',1,'amrex::FabArrayBase']]], + ['flushcpc_2970',['flushCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16c472ffe97ca76e2ffa59ffceec0931',1,'amrex::FabArrayBase']]], + ['flushcpcache_2971',['flushCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6011806b7564dbb0849cc33d57e95a4f',1,'amrex::FabArrayBase']]], + ['flushfb_2972',['flushFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad0036a8cccab0b66956ebdb8fb07d16f',1,'amrex::FabArrayBase']]], + ['flushfbcache_2973',['flushFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8219bfa75d50673c667ce09d6cb2d83',1,'amrex::FabArrayBase']]], + ['flushfpicache_2974',['FlushFPICache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac96bd5573c5f63e798aa682a7d5756ae',1,'amrex::AmrLevel']]], + ['flushfpinfo_2975',['flushFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a793ba5ae5a1533bae6a98b901df96664',1,'amrex::FabArrayBase']]], + ['flushgrids_2976',['FlushGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4bfe1de93aafef1d7365e677047b5ec',1,'amrex::AmrData::FlushGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a41a948375962564d161d7b43d9f72484',1,'amrex::AmrData::FlushGrids(int componentIndex)']]], + ['flushparforcache_2977',['flushParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af1e359a059abb783d093f29cc1c84693',1,'amrex::FabArrayBase']]], + ['flushparforinfo_2978',['flushParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a38c437b445b30f872df4f5ed6232e9a1',1,'amrex::FabArrayBase']]], + ['flushpolarb_2979',['flushPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11436d5c97b9158ac23058287feada66',1,'amrex::FabArrayBase']]], + ['flushpolarbcache_2980',['flushPolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a70b561d2ca803ef3488983323339bac6',1,'amrex::FabArrayBase']]], + ['flushrb180_2981',['flushRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac71669e7574424826140208ef85fcc4a',1,'amrex::FabArrayBase']]], + ['flushrb180cache_2982',['flushRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a44faf0f19d9f24cacd58d8396b2c1610',1,'amrex::FabArrayBase']]], + ['flushrb90_2983',['flushRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab092b4d04401abad6715b550b01dd5b4',1,'amrex::FabArrayBase']]], + ['flushrb90cache_2984',['flushRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abf133627f3fe188828f9cdf811dd8a86',1,'amrex::FabArrayBase']]], + ['flushtilearray_2985',['flushTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a03141dc770d42b5297105bb259b9c8e5',1,'amrex::FabArrayBase']]], + ['flushtilearraycache_2986',['flushTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a653b5bd0ac05e183721ba30b5c5dbb55',1,'amrex::FabArrayBase']]], + ['fluxreg_5ffineadd_2987',['fluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a',1,'amrex']]], + ['fluxreg_5ffineareaadd_2988',['fluxreg_fineareaadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e',1,'amrex']]], + ['fluxreg_5freflux_2989',['fluxreg_reflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f',1,'amrex']]], + ['fluxregister_2990',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html',1,'amrex::FluxRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a73a0f9bfd301cc69846f78fbbbec0527',1,'amrex::FabSetT::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a935b4c43c77115935fcf76b3e4a6e009',1,'amrex::FluxRegister::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aea5e30aea810dbb261555f307106d406',1,'amrex::FluxRegister::FluxRegister(const BoxArray &fine_boxes, const DistributionMapping &dm, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a443996c9a22893bae492440a1f716096',1,'amrex::FluxRegister::FluxRegister(FluxRegister &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a534089570aa27c91fc783470dc34edc2',1,'amrex::FluxRegister::FluxRegister(const FluxRegister &rhs)=delete']]], + ['fmultifab_2991',['fMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d',1,'amrex']]], + ['fname_2992',['fname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8691b33b40a313ca7ffe01a287f57dff',1,'amrex::TinyProfiler::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a38621bfbdcc37e8e877df3a96bf3c5e3',1,'amrex::TinyProfiler::ProcStats::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad67743332ab69e7c9bc65a551c4b9eb7',1,'amrex::TinyProfiler::MemProcStats::fname()']]], + ['fnamenumber_2993',['fnameNumber',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#ac01a3f5eb9b5f39ea6fbc013381f9e15',1,'BLProfStats::CallTreeNode']]], + ['fnameremap_2994',['fnameRemap',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad939cb55c98e57e3999caabc8096c2e7',1,'RegionsProfStats']]], + ['for_2995',['For',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad457e5329315312926c0113d9f3d626d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2',1,'amrex::For(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae',1,'amrex::For(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4',1,'amrex::For(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58f6305adbac638674782f274ce8bb80',1,'amrex::For(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d',1,'amrex::For(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb038d495d77c299406ea33380d0f548',1,'amrex::For(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb',1,'amrex::For(BoxND< dim > const &box, L &&f) noexcept']]], + ['for_5feach_5fimpl_2996',['for_each_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5',1,'amrex::detail']]], + ['for_5feach_5finit_2997',['for_each_init',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef',1,'amrex::Reduce::detail']]], + ['for_5feach_5flocal_2998',['for_each_local',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41',1,'amrex::Reduce::detail']]], + ['for_5feach_5fparallel_2999',['for_each_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1',1,'amrex::Reduce::detail']]], + ['for_5feach_5funtil_5fimpl_3000',['for_each_until_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e84dd049acffc06333882e476f741ce',1,'amrex::detail']]], + ['for_5fimpnd_3001',['For_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3fed1f766f2a246764a7880eecc640c8',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], + ['foreach_3002',['ForEach',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc',1,'amrex']]], + ['foreachuntil_3003',['ForEachUntil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e',1,'amrex']]], + ['fork_5fjoin_3004',['fork_join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2f557068fd57a8cd131263fa6769b631',1,'amrex::ForkJoin']]], + ['forked_3005',['forked',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a335de4835763f4875e6c6089f5e739c9',1,'amrex::ForkJoin::MFFork']]], + ['forkjoin_3006',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html',1,'amrex::ForkJoin'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2d8bbf7d8eb515f4249b97829a733c33',1,'amrex::ForkJoin::ForkJoin(int ntasks)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aac9106c8fc6d9be62cf1a73f2db0e820',1,'amrex::ForkJoin::ForkJoin(const Vector< double > &task_rank_pct)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0390a77315df9f09143645cbecf24515',1,'amrex::ForkJoin::ForkJoin(const Vector< int > &task_rank_n)']]], + ['format_3007',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8cb9b648353fe9b5fb90cdfccf5b0c89',1,'amrex::FArrayBox']]], + ['format_3008',['Format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9f',1,'amrex::FABio']]], + ['format_3009',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a65aa15d431df67cfea2ea887e8144c88',1,'amrex::RealDescriptor::format() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#add111caab7a47e1e54409f0fe0f531d5',1,'amrex::RealDescriptor::format() const &']]], + ['formatarray_3010',['formatarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ad827bfc5b6baadddd3c1b913f46057f3',1,'amrex::RealDescriptor::formatarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1da9a838223819cf642f6a8288616c51',1,'amrex::RealDescriptor::formatarray() &&=delete']]], + ['forward_3011',['forward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af28600d38f03ba1894b42bb88b8fccfb',1,'hacc::Dfft::forward(float const *in, size_t ghost)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a652ffd252711fcce9a5cc65d32da877e',1,'hacc::Dfft::forward(complex_t const *in)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8ddddcf90a534cbb5cd92e89c4ab79d9',1,'hacc::Dfft::forward(float const *in, size_t ghost0, size_t ghost1)']]], + ['forwardastuple_3012',['ForwardAsTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8',1,'amrex']]], + ['forwardeuler_3013',['ForwardEuler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()']]], + ['four_3014',['four',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215',1,'amrex_constants_module']]], + ['four3rd_3015',['four3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1bfb1e07f7cf927956882af149986c7d',1,'amrex_constants_module']]], + ['fourth_3016',['fourth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a04f6986662b60baad0ef6dfc00b3d3f0',1,'amrex_constants_module']]], + ['fourthorderinterpfromfinetocoarse_3017',['FourthOrderInterpFromFineToCoarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7',1,'amrex']]], + ['fpc_3018',['FPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html',1,'amrex']]], + ['fpexcept_3019',['FPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c',1,'amrex']]], + ['fpinfo_3020',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html',1,'amrex::FabArrayBase::FPinfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ade7a9e79503e61ff6803d58a345d2ffa',1,'amrex::FabArrayBase::FPinfo::FPinfo()']]], + ['fpinfocache_3021',['FPinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a13121d16e1be9ac4ea05a7df793a47fd',1,'amrex::FabArrayBase']]], + ['fpinfocacheiter_3022',['FPinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adee16eddda3b226990da74e087c9cfd9',1,'amrex::FabArrayBase']]], + ['fr_3023',['fr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae4c7fcfb3c69266545dd3f84af9b1115',1,'amrex::RealDescriptor']]], + ['frame_3024',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html',1,'amrex::ParallelContext::Frame'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ad61cafd4a0e7503e8cd29810f57736e9',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a390e863e597de7ee5742e950baa2544e',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a84ed11cec20f015349e7edd5fe0bccf4',1,'amrex::ParallelContext::Frame::Frame(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac3367d337ca17031766061b36fac376b',1,'amrex::ParallelContext::Frame::Frame(Frame &&rhs) noexcept']]], + ['frames_3025',['frames',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a7f3a69943ec56b1596e37eef30f8c0f9',1,'amrex::ParallelContext']]], + ['free_3026',['free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c318e660a559a2c8d4dc75ba2bc658',1,'amrex::CArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#abd7291506933a08740bb9b2abbc5ef98',1,'amrex::detail::SingleChunkArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6ac9509d9d473110db4f19a62d958b3b',1,'amrex::PArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a5fa328945c30133a9b9c7f93ccf6e78f',1,'amrex::DataAllocator::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a423a57e61bf30c0dd08c5b03042306ff',1,'amrex::BArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a0c7e0730574c98febb6ddca2712cb515',1,'amrex::Arena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa83b553298a2020fb6ebd7c21e236689',1,'amrex::algoim::ImplicitIntegral::free()']]], + ['freememavailable_3027',['freeMemAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a92efa21af9b7ae2cb3ee5710922c8bac',1,'amrex::Gpu::Device']]], + ['freestate_3028',['FreeState',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a15739554c59b1f13c811674d600856a6',1,'amrex::BlockMutex']]], + ['freeunused_3029',['freeUnused',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ae58dbb9ab6bb4e8d980b384b0d8804e5',1,'amrex::Arena::freeUnused()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7e9429cce47c95ae5f8d8d379ffe6184',1,'amrex::CArena::freeUnused()']]], + ['freeunused_5fprotected_3030',['freeUnused_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a881f97d5676c4784f52d6f4c702da696',1,'amrex::Arena::freeUnused_protected()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a496e3022b2c758f0f8cde7b20f954066',1,'amrex::CArena::freeUnused_protected()']]], + ['frequency_3031',['frequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1f8a76f22bde94cbfc3c495aa50877e7',1,'amrex::InSituBridge']]], + ['fromproc_3032',['fromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a202904aa6d60c2cd616182957d41fe66',1,'amrex::FabArrayBase::FabComTag::fromProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a532ce884eade8499d8db3c56c3ec66a7',1,'CommProfStats::SendRecvPair::fromProc()']]], + ['front_3033',['front',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::XDim3 >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::XDim3 >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::STLtools::Triangle >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::STLtools::Triangle >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::openbc::MomTag >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::openbc::MomTag >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::NeighborCode >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::NeighborCode >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::BoxND >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::BoxND >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'amrex::PODVector::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'amrex::PODVector::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65eb4af53f5dc07b129bd14d11d728ba',1,'amrex::BoxList::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3d2612cde7e408f02101b15dd7781f1',1,'amrex::BoxList::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int *, DefaultAllocator< int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< unsigned int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< unsigned int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< std::size_t >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< std::size_t >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int *, DefaultAllocator< int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< index_type >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< index_type >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int *, DefaultAllocator< const int * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int *, DefaultAllocator< const int * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() const noexcept']]], + ['frop_3034',['FrOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7',1,'amrex::FluxRegister']]], + ['fsmooth_3035',['Fsmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ad219bae0ff8321a675900f6850dd551a',1,'amrex::MLABecLaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9232adb87973674d3243a2e01a10155',1,'amrex::MLPoissonT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa734b354f866f78f860ae30f1ad9a2ad',1,'amrex::MLNodeTensorLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a426c6b64def1c391b305be2ad1649103',1,'amrex::MLNodeLinOp::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#abb1b82912ef073dd81315503552625e1',1,'amrex::MLNodeLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f342b270636e50520e1f99d1ded49f1',1,'amrex::MLNodeABecLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a375d3d3edaa7f6d3a16bf7a8456027f7',1,'amrex::MLEBNodeFDLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5a16b7371654dbd8f60d24bd0ce5307a',1,'amrex::MLEBABecLap::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a07fa09c5665782a39755f32fccdb7ec6',1,'amrex::MLCellLinOpT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#abcdd9ab9f087bf18744643b24d2e7471',1,'amrex::MLALaplacianT::Fsmooth()']]], + ['ftype_3036',['ftype',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a62007475d4ab8fbc995e43678912044d',1,'amrex::IParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#adaa66210d4f097a9a20072b64f2d02a1',1,'amrex::ParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#ac7050f924310ab62e44bdb3c1bebc34b',1,'amrex::ParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#a4836ce4c26c643a2da9d8c8efbc0ae02',1,'amrex::ParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#af480e24f7880857ba4ee5710e1e2f823',1,'amrex::parser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a64c4972956d99a93eae3ded417a94e74',1,'amrex::parser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#aaf0d2b037f4bfd9b5216a0a799dcfbf8',1,'amrex::parser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#aaad1b348b5afa2911cf4edcde0d14d08',1,'amrex::IParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#ac9d6cad609c7461807d5bc5150f00954',1,'amrex::IParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a41de9f56e8ed6a15ee641b476148c25a',1,'amrex::iparser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#af6bd8deb6f780b7f9078e5e86df76707',1,'amrex::iparser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#ae6489e0fb7a5a08fe269c3d428baacaf',1,'amrex::iparser_f1::ftype()']]], + ['full_3037',['full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0',1,'amrex']]], + ['fullfilename_3038',['fullFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a153902641555fc709b3befb6a4c6e881',1,'amrex::NFilesIter']]], + ['func_3039',['func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a10804ba5e49805dde6c9343a0998b475',1,'amrex::DeriveRec']]], + ['func_3040',['Func',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a9fa958cc46c33768f0cf428f5fa6ca32',1,'amrex::Lazy']]], + ['func_5f3d_3041',['func_3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a540136f9f500bb35628b3e034161bd51',1,'amrex::DeriveRec']]], + ['func_5ffab_3042',['func_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af68c5991f26f4c0642a77d0c03009f3e',1,'amrex::DeriveRec']]], + ['func_5fmf_3043',['func_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1771b2a939059eb7f6c19b064d633ea4',1,'amrex::DeriveRec']]], + ['funcque_3044',['FuncQue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#ae96e9ce9ac81427802df6fd09989e0d5',1,'amrex::Lazy']]], + ['funcstat_3045',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html',1,'BLProfStats::FuncStat'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a9584e7e0ee928c9d2f7bcf6b817c4629',1,'BLProfStats::FuncStat::FuncStat()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ac8b5d8a4c6027d6b3f0b02c3c7c2b633',1,'BLProfStats::FuncStat::FuncStat(long ncalls, Real tt)']]], + ['functiontype_3046',['FunctionType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#aa9d8c656e7a0aa9ce8efa32053f74f4a',1,'amrex::EB2::GeometryShop']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_7.js b/amrex-hydro/Doxygen/html/search/all_7.js index 1c1fe9b..c4afb3c 100644 --- a/amrex-hydro/Doxygen/html/search/all_7.js +++ b/amrex-hydro/Doxygen/html/search/all_7.js @@ -1,483 +1,491 @@ var searchData= [ - ['gather_3041',['Gather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a6ea7eeaafa369d6246da405045b73208',1,'amrex::detail::Gather(const T *, int, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aac087974da543982e53f9b3f1da42005',1,'amrex::detail::Gather(const T &, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3aa34d0c55755f52fccec7dd20dd9fb',1,'amrex::ParallelDescriptor::Gather(Real const *sendbuf, int nsend, Real *recvbuf, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7',1,'amrex::ParallelDescriptor::Gather(const T *, size_t n, T1 *, size_t n1, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84c9d7d438ae259036461c6db6100a27',1,'amrex::ParallelDescriptor::Gather(const T &, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa',1,'amrex::ParallelGather::Gather(const T *v, int cnt, T *vs, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2',1,'amrex::ParallelGather::Gather(const T &v, T *vs, int root, MPI_Comm comm)']]], - ['gatherlayoutdatatovector_3042',['GatherLayoutDataToVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa8e2b582c52d43645acae3099cbaf4e',1,'amrex::ParallelDescriptor']]], - ['gatherparticles_3043',['gatherParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8',1,'amrex']]], - ['gatherv_3044',['Gatherv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a211110d15cfcd5d09168c6d415476ce6',1,'amrex::ParallelDescriptor']]], - ['gcc_5fmap_5fnode_5fextra_5fbytes_3045',['gcc_map_node_extra_bytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8',1,'amrex']]], - ['gccplacater_3046',['GccPlacater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf',1,'amrex']]], - ['gccplacatermf_3047',['GccPlacaterMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad60aac176908ba51373d63ca49bef063',1,'amrex']]], - ['generatemasks_3048',['GenerateMasks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3f478913c1ee3d9bfed093be0301b6e',1,'amrex::InSituUtils']]], - ['geom_3049',['Geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a9f7d684223e77d4bf3162333a55c64d6',1,'amrex::ParGDBBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad535ebc3896c9f8c1ea3e6530ffc070e',1,'amrex::AmrLevel::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a38a313616cf363d4848934853dd47092',1,'amrex::AmrMesh::Geom() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf16ab166b53c2ae62ee664a25e31e57',1,'amrex::AmrMesh::Geom(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab1419d0ea909582b877283e1196d6e68',1,'amrex::AmrMesh::Geom(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a24f762a6fc54a0adff17d31a5ff22e8b',1,'amrex::AmrMesh::Geom() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a924462614f8ea65b38f21163808bdddc',1,'amrex::AmrMesh::Geom(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9d52a302b3f7f9d6b29f09e24fc906c4',1,'amrex::AmrParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a3583b3618380eea92350a8a5bc29a46a',1,'amrex::AmrParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a699118eee56fc9250d4ae940fff8cf18',1,'amrex::EBFArrayBoxFactory::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#abb45241bcd62cecd1f2e43a3c93cdf7c',1,'amrex::EB2::Level::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'amrex::MLLinOpT::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'MLLinOpT< Array< MultiFab, 3 > >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9e84259b6aa2852287649de9102a68e4',1,'amrex::ParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a90d6cb9a9d7e81879188f069a502ce24',1,'amrex::ParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0f4207bf31f6366cee4812742303879d',1,'amrex::ParGDBBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'amrex::ParIterBase_impl::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9ae9a37898b7fb6929b598194c8bca61',1,'amrex::ParticleContainerBase::Geom()']]], - ['geom_3050',['geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a571b97b176d8618fba71f56c8b44a7c8',1,'amrex::AmrLevel::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a239ef06043779ea301395ae14876d6cb',1,'amrex::AmrMesh::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae4436ce0d60dc60cd15ff3ab3c2ed7a7',1,'amrex::BndryDataT::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a97c4612c2a7f58b47c36ec710cb1b0f6',1,'amrex::Hypre::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a3ec12508ffa505780af64ebc27188233',1,'amrex::HypreNodeLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#afca4d4cd5e3361c1d6fd1c64eff38141',1,'amrex::PETScABecLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a6313812bf3fe1b6c628ad07679244354',1,'amrex::StateDataPhysBCFunct::geom()']]], - ['geomelements_3051',['geomElements',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aa2fa17ff2ba083371845090960b56abc',1,'amrex::EB2::SplineIF']]], - ['geometry_3052',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html',1,'amrex::Geometry'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab9cc9315f181884f554c5866cd1e68e5',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02c8a9fe2c0a14e7ca251ce48e97ee5b',1,'amrex::Geometry::Geometry(Geometry &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a61c7b8c8cbb3b7a39b4db6ed8eface07',1,'amrex::Geometry::Geometry(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe4767b2f215bc24725017610b86091d',1,'amrex::Geometry::Geometry() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7ba1318caf7c0f051bc33126789c4e94',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept']]], - ['geometrydata_3053',['GeometryData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html',1,'amrex']]], - ['geometryshop_3054',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html',1,'amrex::EB2::GeometryShop< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3772b6627894ab939396feac8bc1c356',1,'amrex::EB2::GeometryShop::GeometryShop(F f, R r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a5cd1275a72a0d42d7058bbb4da6f3e8d',1,'amrex::EB2::GeometryShop::GeometryShop(F f)']]], - ['get_3055',['get',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< PetscInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::Mask >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::Mask >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::Mask >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::EBCellFlagFab >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::EBCellFlagFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::CutFab >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::CutFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< PetscInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::Mask >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'amrex::IndexTypeND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a31599e95400a726459b3ea9b4ccce720',1,'amrex::ParmParse::get(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae2021776ee6ddf9a139d8a0af42785a9',1,'amrex::ParmParse::get(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae902806780e0a1daed6a161b95178435',1,'amrex::ParmParse::get(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac4efb98e8b17112650c2d0034a9681ef',1,'amrex::ParmParse::get(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54183310926451315930c0a0a09f1475',1,'amrex::ParmParse::get(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a48f359b6d8c12b019b3e1b7c097f72',1,'amrex::ParmParse::get(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a26252e98bdffbce5baf1695ca817cb30',1,'amrex::ParmParse::get(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24db67f875cbc2a56406c66f48d60b8a',1,'amrex::ParmParse::get(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'IntVectND< AMREX_SPACEDIM >::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'IntVectND< AMREX_SPACEDIM >::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'amrex::IntVectND::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'amrex::IntVectND::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'IndexTypeND< AMREX_SPACEDIM >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< TagBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< TagBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< TagBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< TagBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< IArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< IArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< IArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< IArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< FArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< FArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< FArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< FArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385',1,'amrex::get(GpuTuple< Ts... > &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771',1,'amrex::get(GpuTuple< Ts... > const &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2',1,'amrex::get(GpuTuple< Ts... > &&tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#aa0974cb46a5b57ae7678cfeeff813a2e',1,'amrex::detail::SplitIndexList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a48fae2c492bcad7afe1baed7ed0bfc64',1,'amrex::ref_wrapper::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5f44b55b81dc4217e138a7f78d95a1db',1,'amrex::ParallelDescriptor::ProcessTeam::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a54da839203de93e062dbff05377d999b',1,'amrex::PlotFileDataImpl::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a780c89af0db95b7c96610739ca60ac6c',1,'amrex::PlotFileDataImpl::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a7b6393c9a0c4b2df192051eacccbaafd',1,'amrex::PlotFileData::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a53dc80997747ee42565b6fb3e6509281',1,'amrex::PlotFileData::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5d8a36393946626f0725a8143ba2dca3',1,'amrex::ParmParse::get(const char *name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24eb7bf5d0d06251bf15a44b8a8a1a4f',1,'amrex::ParmParse::get(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a6ff8692064ee148c07daeec4c5f2620b',1,'amrex::DeriveList::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a46cff55b388d9aaefe81cd3a8a6d7648',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#aa6b9cce8542740cec857772417d67dd5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac4e1bbf1c88985b380f9e9df11be7354',1,'amrex::BoxArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ab3b0861ff49959fd1103921dc291b918',1,'amrex::Any::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#acaacc2e448d7ecbac9fbcb817e39b125',1,'amrex_parmparse_module::amrex_parmparse::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac246c039fd27b9a2bdccfc99d68062a6',1,'amrex::ParmParse::get(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a52b882dec70bfeb4ccf32cd859e148f3',1,'amrex::ParmParse::get(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a743acfa69c626f0a2f66fda4830312dc',1,'amrex::Any::get()']]], - ['get32bitcode_3056',['get32BitCode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459',1,'amrex::Morton']]], - ['get_5faggregate_3057',['get_aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a91708a0258707972ce13689407b5c0bf',1,'amrex::Scan::detail::BlockStatus< T, false >::get_aggregate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a39342a923b5962b079be0fa1f9b39131',1,'amrex::Scan::detail::BlockStatus< T, true >::get_aggregate()']]], - ['get_5fallocator_3058',['get_allocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< index_type >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int *, DefaultAllocator< int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< std::size_t >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< unsigned int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int *, DefaultAllocator< const int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::XDim3 >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::STLtools::Triangle >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::openbc::MomTag >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::NeighborCode >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::BoxND >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'amrex::PODVector::get_allocator()']]], - ['get_5fcell_5fdata_3059',['get_cell_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815',1,'amrex']]], - ['get_5fcell_5ftype_3060',['get_cell_type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a',1,'amrex_ebcellflag_module']]], - ['get_5fcommand_3061',['get_command',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b2451baea738a8717530466c13f37fe',1,'amrex']]], - ['get_5fcommand_5fargument_3062',['get_command_argument',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd',1,'amrex']]], - ['get_5fd_3063',['get_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af811bb2dca600cc0f76358ff2affeba3',1,'hacc::Dfft']]], - ['get_5fd0_3064',['get_d0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'amrex::MLLinOpT::get_d0()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d0()']]], - ['get_5fd1_3065',['get_d1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'amrex::MLLinOpT::get_d1()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d1()']]], - ['get_5fdata_3066',['get_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f84c93c82667982bbec8f9215b630af',1,'amrex::AmrLevel']]], - ['get_5fderive_5flst_3067',['get_derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7ef50123ae8e520914847e15973b104a',1,'amrex::AmrLevel']]], - ['get_5fdesc_5flst_3068',['get_desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4092681e4db89552b5a53b0d1bb144fa',1,'amrex::AmrLevel']]], - ['get_5fdm_3069',['get_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac35ec951548cc1e54dfc60b0d65df8e8',1,'amrex::ForkJoin']]], - ['get_5fdo_5finitval_3070',['get_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af073981013bb7c213dd103b9935f9809',1,'amrex::FArrayBox']]], - ['get_5fdpdn_5fon_5fdomain_5ffaces_3071',['get_dpdn_on_domain_faces',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac6a0e027881bd8d0314ab054afb5dbc9',1,'amrex::MLPoissonT']]], - ['get_5fdx_5feb_3072',['get_dx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26',1,'amrex']]], - ['get_5fenum_5fcase_5finsensitive_3073',['get_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af35d37aa5b2a6f443c1b25a331071e13',1,'amrex::ParmParse']]], - ['get_5fexclusive_5fsum_3074',['get_exclusive_sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#a7c22d5e09fb1b959f3ce7703caa5a5ac',1,'amrex::detail::SplitIndexList']]], - ['get_5fimpl_3075',['get_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a4cd4035b5290c6ab844dcb8568c020dc',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get_impl()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a4d3a6a5ee4fec4f89030624c3bfa4ae6',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > const &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a366e33622f264a58b5ceae6cd79e3b64',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &&te) noexcept']]], - ['get_5finc_5fmpi_5ftag_3076',['get_inc_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a48543c30b34e4a2696efc8b2788abadd',1,'amrex::ParallelContext::get_inc_mpi_tag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac7e3ccd77b7a012c1c66b7c3bbdf6509',1,'amrex::ParallelContext::Frame::get_inc_mpi_tag()']]], - ['get_5finitval_3077',['get_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aab5bd155e6cda0d5f6b61d1820ae5a8f',1,'amrex::FArrayBox']]], - ['get_5fint_3078',['get_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad7d6f97565596d31e0c64d3797f3b128',1,'amrex_parmparse_module::amrex_parmparse::get_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a6ef2d5bb23477385797383a4838a1281',1,'amrex_parmparse_module::get_int()']]], - ['get_5fintarr_3079',['get_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a610d8844a68ada5bdacea533323bb756',1,'amrex_parmparse_module::amrex_parmparse::get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56e10e295f5d70b7f238b84f487aa477',1,'amrex_parmparse_module::get_intarr()']]], - ['get_5fio_5ffilename_3080',['get_io_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aecdcd8a490ce68812e19ba6e6f17d320',1,'amrex::ForkJoin']]], - ['get_5fitags_3081',['get_itags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a43dbc9ccdad55205e4a95d7ccf6f3691',1,'amrex::TagBox']]], - ['get_5flead_5fcomm_3082',['get_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a428205afae6eb51671ee5b0d45de60b8',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['get_5fline_5fdata_3083',['get_line_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca',1,'amrex']]], - ['get_5flogical_3084',['get_logical',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1f072a46c41df5283ca3ab135fa8f192',1,'amrex_parmparse_module::get_logical()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#abfcfeabda256c79024069aef558469b2',1,'amrex_parmparse_module::amrex_parmparse::get_logical()']]], - ['get_5fmax_5fthreads_3085',['get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a',1,'amrex::OpenMP']]], - ['get_5fmf_3086',['get_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a7d6ce14751cb1212501bb1cdc36f57cb',1,'amrex::ForkJoin::get_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a43b2cf5d4684fbb2c23776d786efecdd',1,'amrex::FillPatchIterator::get_mf()']]], - ['get_5fmf_5fvec_3087',['get_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a8e0a68a47c9455b335eff47b577a44cb',1,'amrex::ForkJoin']]], - ['get_5fneighbor_5fcells_3088',['get_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html',1,'amrex_ebcellflag_module']]], - ['get_5fneighbor_5fcells_5fint_3089',['get_neighbor_cells_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956',1,'amrex_ebcellflag_module::get_neighbor_cells_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a11c655436ceff8d225a22cd6d9f5546f',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_int()']]], - ['get_5fneighbor_5fcells_5fint_5fsingle_3090',['get_neighbor_cells_int_single',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1',1,'amrex_ebcellflag_module']]], - ['get_5fneighbor_5fcells_5freal_3091',['get_neighbor_cells_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee',1,'amrex_ebcellflag_module::get_neighbor_cells_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a1c04556647e125e698c2fd2724430f38',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_real()']]], - ['get_5fnew_5fdata_3092',['get_new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aaa28de2de47b2c2cb6fc60a0faa6f35b',1,'amrex::AmrLevel::get_new_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0a3e47884145cbdb469ba13d9c93d80e',1,'amrex::AmrLevel::get_new_data(int state_indx) const noexcept']]], - ['get_5fnum_5fthreads_3093',['get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a',1,'amrex::OpenMP']]], - ['get_5fofs_5fptr_3094',['get_ofs_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#abf278a69530b55db1c0156e40db89e0c',1,'amrex::ParallelContext::Frame']]], - ['get_5fold_5fdata_3095',['get_old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a382aab120a9106f10ca000c930aa3bb4',1,'amrex::AmrLevel::get_old_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a699c7036091ffba601be980e985f12b2',1,'amrex::AmrLevel::get_old_data(int state_indx) const noexcept']]], - ['get_5fparticle_5fdata_3096',['get_particle_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a86ef9aa50ef7b290e9e0d5b7efc5b003',1,'amrex::ParticleArray']]], - ['get_5fplucker_5fcoords_3097',['get_plucker_coords',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f',1,'amrex::tri_geom_ops']]], - ['get_5fraw_5fdata_3098',['get_raw_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a530916a537dcc4b424694411b430833e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::get_raw_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a226d825fc52f81b473a5ccb27d0d19e1',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::get_raw_data(container_type &a_container)']]], - ['get_5fraw_5fdata_5fimpl_3099',['get_raw_data_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a3b69467d541c08b7bfb89a4bfa505644',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['get_5freal_3100',['get_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a43a58b4dcfae50bb8a40911804a8fd7b',1,'amrex_parmparse_module::get_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0fe403153388ffa22847e362231c0db3',1,'amrex_parmparse_module::amrex_parmparse::get_real()']]], - ['get_5frealarr_3101',['get_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afaa243da391ad65ea78af211034bbbb2',1,'amrex_parmparse_module::get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0c550ea9b94a0f755aad8d4b82eb7c49',1,'amrex_parmparse_module::amrex_parmparse::get_realarr()']]], - ['get_5fslice_5fdata_3102',['get_slice_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a431197f206b148529308a7796d5039',1,'amrex']]], - ['get_5fsolution_3103',['get_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a5de713250bbf999484b54230cd5aafef',1,'amrex::HypreSolver']]], - ['get_5fstate_5fdata_3104',['get_state_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9d26097cf45be9f3a69ea6a48e9bfabd',1,'amrex::AmrLevel']]], - ['get_5fstring_3105',['get_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2cbf931e4c309eba6e8c3874eb30f7b5',1,'amrex_parmparse_module::get_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0546d6b0c985419b4c1f4db2df4238cc',1,'amrex_parmparse_module::amrex_parmparse::get_string()']]], - ['get_5fstringarr_3106',['get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0a94203d52dd6336e6ca512a5139b3e7',1,'amrex_parmparse_module::get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ac0d76e840454ccdf657b39a423876e5a',1,'amrex_parmparse_module::amrex_parmparse::get_stringarr()']]], - ['get_5fsum_3107',['get_sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7e41ce07653e68c00c8370a43ac2afed',1,'amrex::detail']]], - ['get_5ftag_5fsize_3108',['get_tag_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a76f10e7b0bf11c2e90199e2ec1d964e6',1,'amrex::detail']]], - ['get_5fteam_5fcomm_3109',['get_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7810499292a81bb8c40c0a2a9a0c2d06',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['get_5fthread_5fnum_3110',['get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032',1,'amrex::OpenMP']]], - ['get_5ftime_5fstep_3111',['get_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4e271bb0dfa0e7bee049e3b8dfcbfec4',1,'amrex::IntegratorBase::get_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acdbecf21e7e5de787e59c0e1a2680fc8',1,'amrex::TimeIntegrator::get_time_step()']]], - ['geta_3112',['getA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a67ef9ca88484d9c5cc326b86431da451',1,'amrex::HypreSolver']]], - ['getacoeffs_3113',['getACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa5372664d64d3860afe0a883596975f4',1,'amrex::MLABecLaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4e99b082fbc82b4e9d6d4fc7707fe758',1,'amrex::MLALaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a1081608527ed0e29d67689eaaafceeb2',1,'amrex::MLCellABecLapT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a23675188f09097a295525367ce399b61',1,'amrex::MLEBABecLap::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a31ef925e5d50b04583caa69df4085cd1',1,'amrex::MLPoissonT::getACoeffs()']]], - ['getallocsinglechunk_3114',['getAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a26c57d9e401fcc56f720c50f5bfdeb06',1,'amrex::FabArrayBase']]], - ['getamrlevels_3115',['getAmrLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a705d1e2cbc8481f2ab8516ce61034a81',1,'amrex::Amr']]], - ['getareafrac_3116',['getAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#adb2dec585ef401908ca3e596eb62e851',1,'amrex::EBDataCollection::getAreaFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a74e0bbe82132ef0fecbe0dffda94cf83',1,'amrex::EBFArrayBoxFactory::getAreaFrac()']]], - ['getareafracdata_3117',['getAreaFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a5dc3cfcc602540d1f849106c2dee9d14',1,'amrex::EBFArrayBox']]], - ['getareanottotag_3118',['GetAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af6388eb0b60035305b92b00398c67762',1,'amrex::Amr::GetAreaNotToTag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9a621503f0ef653fc2eab9229168782d',1,'amrex::AmrMesh::GetAreaNotToTag()']]], - ['getareanottotag_3119',['getAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afd13b08745699794f3a991500e901974',1,'amrex::AmrLevel']]], - ['getareatotag_3120',['getAreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a804883955eae48bd6992fb770324a981',1,'amrex::AmrLevel']]], - ['getarena_3121',['getArena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240',1,'amrex::sundials::getArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593ba91494f1ec4754498a39a2ea91be',1,'amrex::StateData::getArena()']]], - ['getarr_3122',['getarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4e9428e27996d192ffbb496cb009abd3',1,'amrex_parmparse_module::amrex_parmparse::getarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a643cc1f0359446a7ba0a997e949af928',1,'amrex::ParmParse::getarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a00541ac93c3550160a154e9d5a3d5ec1',1,'amrex::ParmParse::getarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a244245bc791095e6f4bbbfcf9835b8',1,'amrex::ParmParse::getarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a97c86c6556b58ff6d5fbef7dd33d7f67',1,'amrex::ParmParse::getarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ade3bfcf7b3561484c56556d12d7fa7c7',1,'amrex::ParmParse::getarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6284a27596e92c72f1eac4a6515c2c5d',1,'amrex::ParmParse::getarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc26369b48fec28271dfbc3a44924647',1,'amrex::ParmParse::getarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acd6b161e8e6dea4c7379ef469d73d193',1,'amrex::ParmParse::getarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9079c4384e7d33b2c8f92436a350b563',1,'amrex::ParmParse::getarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ace7abd71171ae6fdfe0aea25e616e323',1,'amrex::ParmParse::getarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2a1bfec2cc1f4fe9866f221dd658b63e',1,'amrex::ParmParse::getarr(const char *name, std::vector< T > &ref)']]], - ['getarrayname_3123',['GetArrayName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac384e988016eac31074e99f36f7cd49a',1,'amrex::AmrDataAdaptor::GetArrayName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a6134a52852c8b59d0377a1f255990f85',1,'amrex::AmrMeshDataAdaptor::GetArrayName()']]], - ['getarrayofstructs_3124',['GetArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'amrex::ParIterBase_impl::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a15a5c73d1aaced5789c24576eabe384d',1,'amrex::ParticleTile::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01fa9d2a9c7ad522f53a96ba6aa770a8',1,'amrex::ParticleTile::GetArrayOfStructs() const']]], - ['getarrofconstptrs_3125',['GetArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb',1,'amrex::GetArrOfConstPtrs(const std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d',1,'amrex::GetArrOfConstPtrs(const std::array< T *, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c',1,'amrex::GetArrOfConstPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], - ['getarrofptrs_3126',['GetArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33',1,'amrex::GetArrOfPtrs(std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672',1,'amrex::GetArrOfPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], - ['getarrwithparser_3127',['getarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad796c767d7987d8f98fe3948af15d04d',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, T *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d74f088c51f002284a93dedd966ab40',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, std::vector< T > &ref) const']]], - ['getascalar_3128',['getAScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aaa7bd08886e8e132fbd9b3982bcadaa6',1,'amrex::MLABecLaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a19a757a4a9de1abe19d066d87985c97b',1,'amrex::MLALaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae138125310f7e77c24bfc57fc2435a96',1,'amrex::MLCellABecLapT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ab2de7ccf4ff7b1a71d80807c35edc388',1,'amrex::MLPoissonT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf57770551b1bc15d4ebfa8847c34b07',1,'amrex::MLEBABecLap::getAScalar()']]], - ['getb_3129',['getb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#af227165d7eb34848f7ccc5942b432c0b',1,'amrex::HypreSolver']]], - ['getbc_3130',['getBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a84e433aa5076093c39d51bf97a9b0ca6',1,'amrex::StateData::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a289cc1c0fcd4e78b5a363ef048940b70',1,'amrex::StateDescriptor::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#acabaee4740a8465dc4362f4374f0e244',1,'amrex::DeriveRec::getBC()'],['../namespaceHydroBC.html#ae4805c1bf4cec4012693733f3fa44f7b',1,'HydroBC::getBC()']]], - ['getbc3d_3131',['getBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4a7a159ef9c9f44bea0e5ed912473b69',1,'amrex::DeriveRec']]], - ['getbcarray_3132',['getBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4bb1f80ca05ed54727d81042c79e880b',1,'amrex::AmrLevel']]], - ['getbcarray_3133',['GetBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ad9523dae9903f59fc43bb7df17e2250e',1,'amrex::InterpBase']]], - ['getbcoeffs_3134',['getBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aab3277c61cfe30090e52994136049eae',1,'amrex::MLEBABecLap::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af775f557e81f016fd82aac1740dab0ac',1,'amrex::MLPoissonT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a934552e4d4831940545037de23c96f32',1,'amrex::MLCellABecLapT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a11449a0005b64c5f3738ce60b2b1d471',1,'amrex::MLALaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ae26679158fbd666266ca89925a5dc9d8',1,'amrex::MLABecLaplacianT::getBCoeffs()']]], - ['getbcs_3135',['getBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#abbe594f5217319d2ca53015fbaaf73cb',1,'amrex::StateDescriptor']]], - ['getbctlptr_3136',['getBCTLPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a2cb90e49776ef856427d5cdde41e3296',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['getbdkey_3137',['getBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa0cb5039380dc0545d40ac5ac6589943',1,'amrex::FabArrayBase']]], - ['getbiniterator_3138',['getBinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a484b45fe28140ce6f64c77687981ac81',1,'amrex::DenseBinIteratorFactory::getBinIterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afd23c4f2b4f25cec986300221b0f03d3',1,'amrex::SparseBinIteratorFactory::getBinIterator()']]], - ['getbiniteratorfactory_3139',['getBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'amrex::DenseBins::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< ParticleType >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< typename amrex::ParticleTileData >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a475590b909390bc33d62c299008f46b0',1,'amrex::SparseBins::getBinIteratorFactory()']]], - ['getbitid_3140',['getBitid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab2b0ffb1afb4defa3f98055abdf26a1d',1,'amrex::btUnit']]], - ['getbits_3141',['getBits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'amrex::IndexTypeND::getBits()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'IndexTypeND< AMREX_SPACEDIM >::getBits()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'amrex::IndexTypeND::getBits()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'IndexTypeND< AMREX_SPACEDIM >::getBits()']]], - ['getblocks_3142',['getBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a1c4d1455e703ecd30a9fa2317ad46864',1,'amrex::FabArrayBase::ParForInfo']]], - ['getbndryarea_3143',['getBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8f2facb9d8f388bd34a905d3249dec3f',1,'amrex::EBDataCollection::getBndryArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac2b28ee4bd2e645e9c75c9a5d6be496e',1,'amrex::EBFArrayBoxFactory::getBndryArea()']]], - ['getbndryareadata_3144',['getBndryAreaData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac2c6512ca162a98047caf8c8ae94dc01',1,'amrex::EBFArrayBox']]], - ['getbndrycells_3145',['GetBndryCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd',1,'amrex']]], - ['getbndrycent_3146',['getBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a79f870b65936034e5471d628fbd6d9fb',1,'amrex::EBDataCollection::getBndryCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a2f8879982903951bbf21cb66f8cf9ae0',1,'amrex::EBFArrayBoxFactory::getBndryCent()']]], - ['getbndrycentdata_3147',['getBndryCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac9f449fc08c6c03d216d17902831554f',1,'amrex::EBFArrayBox']]], - ['getbndrynormal_3148',['getBndryNormal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad138261bbea936bf83d44dcca15df02c',1,'amrex::EBDataCollection::getBndryNormal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aab15dca606815013dc094f5a3b0588bc',1,'amrex::EBFArrayBoxFactory::getBndryNormal()']]], - ['getbndrynormaldata_3149',['getBndryNormalData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a558b8878291849a622333ca591a33f3c',1,'amrex::EBFArrayBox']]], - ['getbottomtoleranceabs_3150',['getBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a903f258c1b87542f0b214e3d90e220af',1,'amrex::MLMGT']]], - ['getboundaryboxes_3151',['getBoundaryBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afbc4fb91adabe79223cea83ef23e4020',1,'detail']]], - ['getboxes_3152',['getBoxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afbef7a6e6ec6924b7ea37855908c0524',1,'amrex::FabArrayBase::ParForInfo']]], - ['getboxtype_3153',['getBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afe2e9993f74d508cf7aeb7150b610fd5',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn run_on) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a510e90f5d3a5db5b5614d225a372529c',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a6f8e64bd2b4c7935903ce0d5daa44f70',1,'amrex::STLtools::getBoxType()']]], - ['getboxtype_5fcpu_3154',['getBoxType_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afd124435b24af7471483736f6607a11b',1,'amrex::EB2::GeometryShop']]], - ['getbscalar_3155',['getBScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac2c255d7ebd13f20faf6f069ec48389b',1,'amrex::MLPoissonT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1482d8037c4d35848bf7225432c1a885',1,'amrex::MLABecLaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac68818ce99ad5dbd8a1485e419e0f68c',1,'amrex::MLALaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a877572517fc472cd65fc3597abc59dea',1,'amrex::MLCellABecLapT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1e93da5c824080ceeac9af1722cdf623',1,'amrex::MLEBABecLap::getBScalar()']]], - ['getbucket_3156',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html',1,'amrex::GetBucket'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#abcbeeafe88c66d539a5264e67ff6679d',1,'amrex::GetBucket::GetBucket()']]], - ['getbucketfunctor_3157',['getBucketFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#acbab95785a1dc1149ece86210d59e858',1,'amrex::ParticleBufferMap']]], - ['getcell_3158',['getCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335',1,'amrex']]], - ['getcellcenteredbox_3159',['getCellCenteredBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8366f694b15adc33374df70cdd56d0b5',1,'amrex::BoxArray']]], - ['getcellloc_3160',['GetCellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1e5bb6708a24e6df5c5d73422b637620',1,'amrex::CoordSys']]], - ['getcellvolcoord_3161',['GetCellVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a635fa3a22b91c84b298c72e42f9c18d9',1,'amrex::CoordSys']]], - ['getcentroid_3162',['getCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a1607508139d564d5f6293d6c68f4a953',1,'amrex::EBDataCollection::getCentroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a79839e57245a8a258476cb2c01126e58',1,'amrex::EBFArrayBoxFactory::getCentroid()']]], - ['getcentroiddata_3163',['getCentroidData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a85bc6b6f08478b3041144fe1b7555971',1,'amrex::EBFArrayBox']]], - ['getcheckfilepositions_3164',['GetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a67cbe97a6341b35ab4036a8b0ca59f3c',1,'amrex::VisMF']]], - ['getclassname_3165',['getClassName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d03e4cd237ad307255e8959098eef66',1,'amrex::FArrayBox::getClassName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6f7c8097795d9d1c63359cba22b9e798',1,'amrex::IArrayBox::getClassName()']]], - ['getcommtagsbox_3166',['GetCommTagsBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac1810a3351cc7c3242d98c7ddf7f5837',1,'amrex::NeighborParticleContainer']]], - ['getconstparticletiledata_3167',['getConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7e6f09a853acf5ffd1d4d365ebd60d35',1,'amrex::ParticleTile']]], - ['getcounts_3168',['GetCounts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a83ce58d8b5bf7e5c71eb6be826f62b37',1,'amrex::NeighborList::GetCounts() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a3800fa953652a3c7cd933e9c57ffcbf1',1,'amrex::NeighborList::GetCounts()']]], - ['getcpc_3169',['getCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aaeb133e861baa561ecdcb23aa91ea48a',1,'amrex::FabArrayBase']]], - ['getcpversion_3170',['GetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6b95f5cdfd2548a030caf55a28f66a44',1,'CommProfStats']]], - ['getcrsedata_3171',['getCrseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af3c9944a1620773f35a68caa68d22121',1,'amrex::EBFluxRegister::getCrseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ac9027c1a21fd7ec198393939ff2d4be2',1,'amrex::YAFluxRegisterT::getCrseData()']]], - ['getcrseflag_3172',['getCrseFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a81c2340e9470f6d2f4c8658f9e929f78',1,'amrex::EBFluxRegister']]], - ['getcssize_3173',['GetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0eb157fb50325c32f5c9781851363302',1,'CommProfStats']]], - ['getcsversion_3174',['GetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a6e433600561aaaae660fa520d5bbd109',1,'RegionsProfStats']]], - ['getcutcellmask_3175',['getCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cac1024f42f36d74533776ad058b392',1,'amrex::EBDataCollection::getCutCellMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5691e8d50f28f584e9d3b3c47cacd3d4',1,'amrex::EBFArrayBoxFactory::getCutCellMask()']]], - ['getdata_3176',['getData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79c82337179f95a7d38ae57b4535e91a',1,'amrex::StateData']]], - ['getdatadescriptor_3177',['getDataDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa4e648cc663a2a1cdf7aa465caf19579',1,'amrex::FArrayBox::getDataDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3868fb3093c1460b818c0a41c9b20f4a',1,'amrex::IArrayBox::getDataDescriptor()']]], - ['getdefaultagglomerationgridsize_3178',['getDefaultAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac63fdecd955455e1608496793c45e578',1,'amrex::LPInfo']]], - ['getdefaultbottomsolver_3179',['getDefaultBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'amrex::MLLinOpT::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab3de2ad805881979397a0c5b7dfc7175',1,'amrex::MLNodeLaplacian::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'MLLinOpT< Array< MultiFab, 3 > >::getDefaultBottomSolver()']]], - ['getdefaultconsolidationgridsize_3180',['getDefaultConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aa03ac62b9591746b85f0591485a25335',1,'amrex::LPInfo']]], - ['getdefaultgeometry_3181',['getDefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a58a5a186a18bfb36f2631db4a1c2a665',1,'amrex::AMReX']]], - ['getdirichletinfo_3182',['getDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a3c262e8635218f88ca186c613bdc9c9c',1,'amrex::MLCurlCurl']]], - ['getdloga_3183',['GetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#add482d37cf7569590ad9052ef0c9d5be',1,'amrex::CoordSys::GetDLogA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a877e863e6797d128bdb0603313a54431',1,'amrex::Geometry::GetDLogA()']]], - ['getdoihi_3184',['getDoiHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6884438231c020a69d778c573c16b9e7',1,'amrex::BoxArray']]], - ['getdoilo_3185',['getDoiLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a505e85adf7cf632051028a779afb02d9',1,'amrex::BoxArray']]], - ['getdomain_3186',['getDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aac632701a65ebb8b2d429ee83da1e34e',1,'amrex::BndryDataT::getDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae6c8e83a79b4df57c9dccb1f5062204a',1,'amrex::StateData::getDomain()']]], - ['getdotmask_3187',['getDotMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9811ec018bd16f4e6d09709a539c576c',1,'amrex::MLCurlCurl']]], - ['getdynamic_3188',['GetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a17a5f370eb055df9d62919d0bbf34f66',1,'amrex::NFilesIter']]], - ['getebcellflagfab_3189',['getEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a165e4657241e0de7cb54f2d4e44a46b5',1,'amrex::EBFArrayBox::getEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec',1,'amrex::getEBCellFlagFab()']]], - ['getebfluxes_3190',['getEBFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5bc7b648df895d5ff5402e2ddcf9605c',1,'amrex::MLEBABecLap']]], - ['getebindexspace_3191',['getEBIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a472fdfab42254b79cfc0680c1d55627c',1,'amrex::EBFArrayBoxFactory::getEBIndexSpace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1c5bf0b16ab52e799b8830fd149c0f62',1,'amrex::EB2::Level::getEBIndexSpace()']]], - ['geteblevel_3192',['getEBLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a706b6b91efaa582b01395c767d7e791c',1,'amrex::EBFArrayBoxFactory']]], - ['getedgeboxarray_3193',['getEdgeBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad3cf13198c2fc19f4d692b5282b1ddc5',1,'amrex::AmrLevel']]], - ['getedgecent_3194',['getEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ae1609fd745b2bfb480969127a18318b2',1,'amrex::EBDataCollection::getEdgeCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a51e76d30e601ff58904513973f2ef3f5',1,'amrex::EBFArrayBoxFactory::getEdgeCent()']]], - ['getedgecentdata_3195',['getEdgeCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac3a077f49922cc230006f9cec5e9883d',1,'amrex::EBFArrayBox']]], - ['getedgeloc_3196',['GetEdgeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aea1434ade6324f26e8535f495ad65bdf',1,'amrex::CoordSys']]], - ['getedgevolcoord_3197',['GetEdgeVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a021239e50efa6a5a02ac8a3b5e45c3',1,'amrex::CoordSys']]], - ['getenforcesingularsolvable_3198',['getEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'amrex::MLLinOpT::getEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'MLLinOpT< Array< MultiFab, 3 > >::getEnforceSingularSolvable()']]], - ['getentries_3199',['getEntries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#add7b8b32755bc2ffd24623957b797d23',1,'amrex::ParmParse']]], - ['getenum_3200',['getEnum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d635bdb718c30952079c43671149a5d',1,'amrex']]], - ['getenumclassname_3201',['getEnumClassName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb',1,'amrex']]], - ['getenumnamestring_3202',['getEnumNameString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6',1,'amrex']]], - ['getenumnamestrings_3203',['getEnumNameStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84',1,'amrex']]], - ['getfab_3204',['GetFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6849db338a0e6174a0b39b5e483b74b9',1,'amrex::VisMF']]], - ['getfabio_3205',['getFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aceb0eff246538d984578232e27f82045',1,'amrex::IArrayBox::getFABio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a67fb916342e7c929641dbde731b8aa1b',1,'amrex::FArrayBox::getFABio()']]], - ['getfacearea_3206',['GetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#af912928529cb7ca74eae3d2a812c9c0c',1,'amrex::CoordSys::GetFaceArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8e4aa2c2e88a46cb31b1ce0f9590c350',1,'amrex::Geometry::GetFaceArea(FArrayBox &area, const BoxArray &grds, int idx, int dir, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa546dc5e4e7fd70bc151955e2984b0ed',1,'amrex::Geometry::GetFaceArea(MultiFab &area, int dir) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5959b22b9bfa06ce43a7357c18b0124e',1,'amrex::Geometry::GetFaceArea(MultiFab &area, const BoxArray &grds, const DistributionMapping &dm, int dir, int grow) const']]], - ['getfacecent_3207',['getFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a08787037eac1cfa94bc3c220dbcff764',1,'amrex::EBFArrayBoxFactory::getFaceCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad0ed659e56764e900bd11fa12ec33eeb',1,'amrex::EBDataCollection::getFaceCent()']]], - ['getfacecentdata_3208',['getFaceCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#afd43559f014a6db15c12483770f81ebc',1,'amrex::EBFArrayBox']]], - ['getfacetype_3209',['getFaceType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af9797a5116b69e9eb6668727518fd88f',1,'amrex::EB2::GFab::getFaceType() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#afe9842c5d2fff8d3701db43a0a8762ab',1,'amrex::EB2::GFab::getFaceType()']]], - ['getfb_3210',['getFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af08e453541172e394dd9c710f5fc132f',1,'amrex::FabArrayBase']]], - ['getfilename_3211',['GetFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1b9e7f339c8c6accfea0ae44925bd623',1,'amrex::DataServices::GetFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aae6972ddc9fa4b14594680e841fcf19e',1,'amrex::AmrData::GetFileName()']]], - ['getfiletype_3212',['GetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a05851a0d04e99fa67cb2ff71d1fbf9b9',1,'amrex::DataServices::GetFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a567e2aa9690d270dbf95dfda84f909f6',1,'amrex::AmrData::GetFileType()']]], - ['getfiltertimeranges_3213',['GetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab39f9a76dccad3eb8c8f952ccf3437fc',1,'BLProfStats']]], - ['getfinalresidual_3214',['getFinalResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2182dcd20e03f121861e68056f9e4022',1,'amrex::MLMGT']]], - ['getfinalresidualnorm_3215',['getFinalResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#abfa09a2551f499b29aebcba3a9715268',1,'amrex::HypreSolver::getFinalResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa522c8c20c2af637e3a539ba0a879ff7',1,'amrex::HypreIJIface::getFinalResidualNorm()']]], - ['getfinedata_3216',['getFineData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a00e42aad2911705689a1abd3857146bb',1,'amrex::YAFluxRegisterT']]], - ['getfinestlevel_3217',['GetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a86c68e46ff05aaeb946b326ac767025c',1,'CommProfStats']]], - ['getfluxes_3218',['getFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'amrex::MLLinOpT::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad86670e0d6ce7f6cdc72e456fad67faf',1,'amrex::MLCellABecLapT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a47c09599ba7bee546dfb637ac8962fa0',1,'amrex::MLCellABecLapT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &a_flux, const Vector< MF * > &a_sol, Location a_loc) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'amrex::MLLinOpT::getFluxes()'],['../classHydro_1_1MacProjector.html#a5af2a8c4c1da1def1a08e66393f8d741',1,'Hydro::MacProjector::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad4e503d0e8fdafa03b110427b5e31a21',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< MultiFab * > &a_flux, const Vector< MultiFab * > &a_sol) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a41218de46f27ecce58fb0a60bf925936',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< Array< MultiFab *, AMREX_SPACEDIM > > &, const Vector< MultiFab * > &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aad3f73457b5e489d333b8c5506ae629c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b5de3748ba2426c88f636fff2cd03a2',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aac5654b0e7eab6ce359301600c1f6c7e',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8bc15ad867108c7cf4002f71b7696126',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae9426156a59e3e4fa7f4024eedfb3c22',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afbd2eac545d410ca5268cdbbad6332aa',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1cbdf2732ca933bb86971cfcc8afde7c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac2c1ddd3a1e83b1574a4336c89b3eff1',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, Location a_loc=Location::CellCenter)']]], - ['getformat_3219',['getFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aba9fe48668a79af0c5805d77472c467d',1,'amrex::FArrayBox']]], - ['getfpexcept_3220',['getFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780',1,'amrex']]], - ['getfpinfo_3221',['getFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad5c0afcb0f98eda5ed211fa3e232d6ad',1,'amrex::FillPatcher']]], - ['getgeom_3222',['getGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a7ae9f7791272299abb7f27b53208288a',1,'amrex::BndryDataT']]], - ['getgeometry_3223',['getGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a683092cb9c842fb986c79f0aedcd05bb',1,'amrex::EB2::IndexSpace::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#afb59a8649d374054b28322ebd3674428',1,'amrex::EB2::IndexSpaceChkptFile::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac216284322537eefb6a3817e784a716d',1,'amrex::EB2::IndexSpaceImp::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#afa9591f706505991554b147f3d2a137b',1,'amrex::EB2::IndexSpaceSTL::getGeometry()']]], - ['getgmres_3224',['getGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a501781e1e1e7c61244eed962066f1419',1,'amrex::GMRESMLMGT']]], - ['getgradphi_3225',['getGradPhi',['../classHydro_1_1NodalProjector.html#af3361a156b0aa6ac7c3f84403eb5e016',1,'Hydro::NodalProjector']]], - ['getgradphiconst_3226',['getGradPhiConst',['../classHydro_1_1NodalProjector.html#ad6484c98f8ebd60a65b9d680cf28b5a6',1,'Hydro::NodalProjector']]], - ['getgradsolution_3227',['getGradSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0c8c8fa9cab0b1b68c896ae1de53f5dd',1,'amrex::MLMGT::getGradSolution(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_grad_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9184fd07b228cf04426d35dc27563711',1,'amrex::MLMGT::getGradSolution(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_grad_sol, Location a_loc=Location::FaceCenter)']]], - ['getgraph_3228',['getGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a81534f2a63d7da91a51a37186885b802',1,'amrex::EB2::GFab::getGraph()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a2896574b578bc56288ba3e848c877bd8',1,'amrex::EB2::GFab::getGraph() const']]], - ['getgridassignor_3229',['getGridAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#ac1dbedf587229a97793b03cffa340c5d',1,'amrex::ParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'amrex::AmrParticleLocator::getGridAssignor()']]], - ['getgrids_3230',['GetGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a780cda5b717c23ce62c232042dc686f8',1,'amrex::AmrData::GetGrids(int level, int componentIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2fb7ab2d7a3b0eab52eab3edff96621d',1,'amrex::AmrData::GetGrids(int level, int componentIndex, const Box &onBox)']]], - ['getgroupsets_3231',['GetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8645f0e85a9ccda7b565b6fbabb5bac3',1,'amrex::VisMF']]], - ['getgrowthfactor_3232',['GetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa',1,'amrex::VectorGrowthStrategy']]], - ['gethashmap_3233',['getHashMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a64bcc84783a1477aa898e6f8f6d55ae7',1,'amrex::BoxArray']]], - ['getheaderfilenames_3234',['GetHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9186078d1f971d7a0c3574f4549e9a02',1,'RegionsProfStats::GetHeaderFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0cab8d7c366a08ed7c4ea33d10be5607',1,'CommProfStats::GetHeaderFileNames()']]], - ['getheaderversion_3235',['GetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5be9ce5dc3ed0083f7959e63528de583',1,'amrex::VisMF']]], - ['getidcpudata_3236',['GetIdCPUData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaf532986a54772ea640a2ab38b7cff9e',1,'amrex::StructOfArrays::GetIdCPUData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0dcfe0eee137e2a2d22126d2fbda1fcd',1,'amrex::StructOfArrays::GetIdCPUData()']]], - ['getimpfunc_3237',['GetImpFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a1ae5ec19a6ac23d6aee924e0e628a5eb',1,'amrex::EB2::GeometryShop::GetImpFunc() &&'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99ffab25b96dcb5b2c642e65115d0d45',1,'amrex::EB2::GeometryShop::GetImpFunc() const &']]], - ['getindex_3238',['GetIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a51ba1d33196fe07ad0508207f2762b83',1,'amrex::InSituUtils::StateMap']]], - ['getindex_3239',['getIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#aeb4fc11d76183b0156cbeb8d8c0862af',1,'amrex::SparseBinIteratorFactory::getIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a93af3648c6f8c165830a2b57dcdc26f2',1,'amrex::btUnit::getIndex()']]], - ['getindexarray_3240',['getIndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa680d94d22fd2dc0e9e6ab1c224113ff',1,'amrex::DistributionMapping']]], - ['getindexbounds_3241',['getIndexBounds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c',1,'amrex::getIndexBounds(T const &b1, T const &b2, Ts const &... b3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71',1,'amrex::getIndexBounds(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930',1,'amrex::getIndexBounds(BoxND< dim > const &b1) noexcept']]], - ['getinfo_3242',['GetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aa75f7cba80e6886ecd8621d8a54ca073',1,'amrex::AMRErrorTag::GetInfo() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a4435702fd8508a1d1e8c7e58bd8508bb',1,'amrex::AMRErrorTag::GetInfo() const noexcept']]], - ['getinitialba_3243',['getInitialBA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cb4fa8c70133837b3b6940290732c30',1,'amrex::Amr']]], - ['getinitresidual_3244',['getInitResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a612f7c8a01b41fa882b5fb1f579c4a6c',1,'amrex::MLMGT']]], - ['getinitrhs_3245',['getInitRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adcbc9d3987820fcf8769b0aa62eb96b7',1,'amrex::MLMGT']]], - ['getinitsolnzeroed_3246',['getInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a23f16c68e149d98856eca9cd3bda6c40',1,'amrex::MLCGSolverT']]], - ['getinstance_3247',['getInstance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a4de3370fe39ada9432b7c7736f00fd90',1,'amrex::MemProfiler']]], - ['getintdata_3248',['GetIntData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a172af3e9e6cc7eeee5093772634020dd',1,'amrex::StructOfArrays::GetIntData(const int index) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ab48f25cece8baf87dfe542bbdb53cf13',1,'amrex::StructOfArrays::GetIntData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a296f7ff58cbcaa84b993ba66b8374e07',1,'amrex::StructOfArrays::GetIntData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a2086bc5faf11d372ebcbe728e46c19d9',1,'amrex::StructOfArrays::GetIntData()']]], - ['getintercept_3249',['getIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#addae911a258f776f2bf862da19290953',1,'amrex::STLtools::getIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a43abec2c9a7a8d648c282bcbb5ad27e0',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ae9474b98c5ee963422d44bfbefa0864f',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn run_on, Box const &bounding_box) const noexcept']]], - ['getintercept_5fcpu_3250',['getIntercept_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad5e06559c1b3fdb35f13e48408eaedd3',1,'amrex::EB2::GeometryShop']]], - ['getintersecthix_3251',['getIntersectHiX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adf62b6ed57f2b6300c88006b075613cc',1,'amrex::Amr']]], - ['getintersecthiy_3252',['getIntersectHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a019a2bcc15ee8ff3f96613ca88b09228',1,'amrex::Amr']]], - ['getintersecthiz_3253',['getIntersectHiZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d73495d2d5390c4324c48b943e2893c',1,'amrex::Amr']]], - ['getintersectlox_3254',['getIntersectLoX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aebb7e0750e8e5f5a9ae59c4b048e0974',1,'amrex::Amr']]], - ['getintersectloy_3255',['getIntersectLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a35cf977f63121c5cca4bd94237b33a18',1,'amrex::Amr']]], - ['getintersectloz_3256',['getIntersectLoZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5b3ad9bd9642884b6f9bbc2912ac6319',1,'amrex::Amr']]], - ['getiobuffersize_3257',['GetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a18fe5085940077f84917d957455078ab',1,'amrex::VisMFBuffer']]], - ['getkth_3258',['getkth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abf1dd9e920a2496279d5d4d0c5ce90d5',1,'amrex::ParmParse::getkth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a880e5679710b84f6773ef402d357a0f4',1,'amrex::ParmParse::getkth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a642956703fef48b48a1e23f7429b3a64',1,'amrex::ParmParse::getkth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a41c797456b4d13b1783474e26202ecf4',1,'amrex::ParmParse::getkth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a987610163c3981e856ddd928180851d4',1,'amrex::ParmParse::getkth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2dc42d1cc9657c5dfa235e485944390c',1,'amrex::ParmParse::getkth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac31c5d065e80c23103cb04b1592c7b7d',1,'amrex::ParmParse::getkth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a121a56d0a3d64fe23a990ed9e09bb490',1,'amrex::ParmParse::getkth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a757bd795e26efa90e0001e42d3720538',1,'amrex::ParmParse::getkth(const char *name, int k, bool &ref, int ival=FIRST) const']]], - ['getktharr_3259',['getktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2bfcc04882e77f0ab692e6cc1b3ee471',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a897613a49a650ce10780c02157b056fd',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ada3137eb2cf941b65a7e7ec75127fb4b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a8a963df03fadd42bb22a0d3dcf4d86',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a98496ea33eae3e43168da0c5d530f9d0',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad295e0055ca48f33fd46c918f7f65807',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a51fbaa30ce635b4022c14f8479adb59b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a43d727ee62e630148cd9ad44c76ee198',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const']]], - ['getlevel_3260',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a4106393335714ad0351ccf212d479cdf',1,'amrex::EB2::IndexSpaceSTL::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5db40812e41cec37353e6308befc77da',1,'amrex::Amr::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a71aa6d39a145bc12424b2fc6c9a7e015',1,'amrex::EB2::IndexSpace::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ac851ed9fe4d83eccab062b387e301447',1,'amrex::EB2::IndexSpaceChkptFile::getLevel()']]], - ['getlevel_3261',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'amrex::ParIterBase_impl::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a73c572b51cfc05238746fdac17e7b8c2',1,'amrex::AmrMesh::GetLevel()']]], - ['getlevel_3262',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a1eeaab4266c11166a3072eea2f888f52',1,'amrex::EB2::IndexSpaceImp']]], - ['getleveldirectoriescreated_3263',['GetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'amrex::ParticleContainer_impl::GetLevelDirectoriesCreated()']]], - ['getlevelset_3264',['getLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a778401df04db53fd5851aab6bcf1f76b',1,'amrex::EBDataCollection::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a5fdd2f891dda34c9d25aff6bb4dacb03',1,'amrex::EB2::MultiGFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ac0e07bec527da60ada6a31e3f6154fce',1,'amrex::EB2::GFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aecb6512d999fbe92fe04a2982ef86b8a',1,'amrex::EB2::GFab::getLevelSet() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9cd06cc502ad4b697b90fa36e7f55a2d',1,'amrex::EBFArrayBoxFactory::getLevelSet()']]], - ['getlevelsetdata_3265',['getLevelSetData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af20bd253ed486ac97c8345b9623f7b33',1,'amrex::EBFArrayBox']]], - ['getlinop_3266',['getLinOp',['../classHydro_1_1NodalProjector.html#ad5928e251dfec8718bf03192b2d6ca91',1,'Hydro::NodalProjector::getLinOp()'],['../classHydro_1_1MacProjector.html#a42c8aa2abe57b3e125b879da367eafa4',1,'Hydro::MacProjector::getLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af5f7553981d365fe77fb8426182f8179',1,'amrex::MLMGT::getLinOp()']]], - ['getlist_3267',['GetList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a427dc6963a91be3d92800a3f8f117d12',1,'amrex::NeighborList::GetList() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1b4e1d14583d70909c2bdbadae55bcae',1,'amrex::NeighborList::GetList()']]], - ['getmaxfnumber_3268',['GetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a986254c189eb57fb9ec6f743af4aae0b',1,'RegionsProfStats']]], - ['getmaxiter_3269',['getMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a957b574059224be85b8085912c5b7aab',1,'amrex::MLCGSolverT']]], - ['getmaxlevel_3270',['GetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a93575bb6c72c2cb7dc80a40c6efed1a3',1,'CommProfStats']]], - ['getmaxnextidprepost_3271',['GetMaxNextIDPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetMaxNextIDPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'amrex::ParticleContainer_impl::GetMaxNextIDPrePost()']]], - ['getmaxorder_3272',['getMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'MLLinOpT< Array< MultiFab, 3 > >::getMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'amrex::MLLinOpT::getMaxOrder()']]], - ['getmaxrnumber_3273',['GetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0b18f28f55ad9d1657e06ca872e2f85e',1,'BLProfStats']]], - ['getmesh_3274',['GetMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aca67fe21003c9ad15bfb10c6413c77e7',1,'amrex::AmrMeshDataAdaptor::GetMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a001bb962fd2d5b3a0c63efdfc0283b26',1,'amrex::AmrDataAdaptor::GetMesh()']]], - ['getmeshhasghostcells_3275',['GetMeshHasGhostCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a141e4587c3c274deb75f5d04ae75f4d3',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4817b06fbf2b759ed29cb65e6b8944a9',1,'amrex::AmrDataAdaptor::GetMeshHasGhostCells()']]], - ['getmeshhasghostnodes_3276',['GetMeshHasGhostNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af416516fa4c19ec1181034effe6bb4c6',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a22ca8c6c58732a0c1e7006027bb85848',1,'amrex::AmrDataAdaptor::GetMeshHasGhostNodes()']]], - ['getmeshname_3277',['GetMeshName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aed8264f802b43842e82fbe41a3ecb283',1,'amrex::AmrMeshDataAdaptor::GetMeshName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a56b023f943976c8cbc6868bc307d0e22',1,'amrex::AmrDataAdaptor::GetMeshName()']]], - ['getmffileinstreams_3278',['GetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a738d789073dd1072ac3a0c640429574c',1,'amrex::VisMF']]], - ['getmfptr_3279',['getMFptr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36',1,'amrex::sundials']]], - ['getmindigits_3280',['GetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3d957684f758d55f7060078a5f49b08f',1,'amrex::NFilesIter']]], - ['getmlmg_3281',['getMLMG',['../classHydro_1_1NodalProjector.html#a51aa99d9c270fa9daa5af5f471d47997',1,'Hydro::NodalProjector::getMLMG()'],['../classHydro_1_1MacProjector.html#a6f96afe62390bf84e4f3023dfc43aa21',1,'Hydro::MacProjector::getMLMG()']]], - ['getmultiebcellflagfab_3282',['getMultiEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9d7547c89b9cee01aec4519d7729aa11',1,'amrex::EBFArrayBoxFactory::getMultiEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#acce2adceaba115a5c56167ec8cf3eb79',1,'amrex::EBDataCollection::getMultiEBCellFlagFab()']]], - ['getname_3283',['GetName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a270b8055caab171c50e38d12eb8003c2',1,'amrex::InSituUtils::StateMap']]], - ['getncomp_3284',['getNComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac8592f1eb3bbc7a07f14a286f4de37db',1,'amrex::MLEBABecLap::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1b83dc2b560d4872a20e2a3dcbd9983a',1,'amrex::MLABecLaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aea18bbc9ee334ccc7fe5d22e7c693926',1,'amrex::MLALaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ae95246a8ce25a240837faf8c84f6c523',1,'amrex::MLTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'MLLinOpT< Array< MultiFab, 3 > >::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'amrex::MLLinOpT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a88ced4b56c0bcae8b8d191ed461efb97',1,'amrex::MLEBTensorOp::getNComp()']]], - ['getneighborcommtags_3285',['GetNeighborCommTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a01f3711526aa5aff0183fc0eeee6a866',1,'amrex::NeighborParticleContainer']]], - ['getneighbors_3286',['GetNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0d80b42fa8c4fa92b49b26301ea8e205',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a662f2650bebba90cebfd2f314bce4585',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile)']]], - ['getneighbors_3287',['getNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a5810ab8fb05e91430d6e3d6282d5335a',1,'amrex::NeighborData']]], - ['getneighbortags_3288',['getNeighborTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a98b93307f7df6a29e8e1b84bfdcda458',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, const IntVect &nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991d920470b2aead6fd0f8f19a26b7c9',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, int nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)']]], - ['getnewcapacityforpush_3289',['GetNewCapacityForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::BoxND >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< std::size_t >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< unsigned int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'amrex::PODVector::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::NeighborCode >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int *, DefaultAllocator< const int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::XDim3 >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::STLtools::Triangle >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::openbc::MomTag >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< index_type >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int *, DefaultAllocator< int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int >::GetNewCapacityForPush()']]], - ['getnghost_3290',['getNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3180b6fc90c59d409dd729364cac7423',1,'amrex::MLCGSolverT']]], - ['getngrow_3291',['getNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'amrex::MLLinOpT::getNGrow()']]], - ['getngrowvectrestriction_3292',['getNGrowVectRestriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'amrex::MLLinOpT::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a808d167add048ec3c4c1d299468777b4',1,'amrex::MLCurlCurl::getNGrowVectRestriction()']]], - ['getnodalboxarray_3293',['getNodalBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f0a9f5d2c0e0733ad3cbbda47912480',1,'amrex::AmrLevel']]], - ['getnode_3294',['GetNode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html',1,'amrex::nodelap_detail']]], - ['getnode2_3295',['GetNode2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html',1,'amrex::nodelap_detail']]], - ['getnonzerobinsptr_3296',['getNonZeroBinsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a54c4ce654739bc4d76a7e8c4859a7be6',1,'amrex::SparseBins::getNonZeroBinsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a20ea0ea6dcb1b42a55b691060c1cffaa',1,'amrex::SparseBins::getNonZeroBinsPtr() noexcept']]], - ['getnoutfiles_3297',['GetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a73b516dcb8729a411f75eaa5d7fc1b54',1,'amrex::VisMF::GetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c3532e024fa0366c5c680a93a42e459',1,'BLProfStats::GetNOutFiles()']]], - ['getnparticlesprepost_3298',['GetNParticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'amrex::ParticleContainer_impl::GetNParticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetNParticlesPrePost()']]], - ['getnprocs_3299',['GetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a494219dfcd91421ce123dd61aaf52f49',1,'BLProfStats']]], - ['getnumberofarrays_3300',['GetNumberOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb19ff64f67ce3d581833588cd8a362b',1,'amrex::AmrDataAdaptor::GetNumberOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a81e26add150ac206d12a042169b1f993',1,'amrex::AmrMeshDataAdaptor::GetNumberOfArrays()']]], - ['getnumberofmeshes_3301',['GetNumberOfMeshes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4b98d2d309d72218c0bc9f2d82781433',1,'amrex::AmrDataAdaptor::GetNumberOfMeshes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a799e8484ecd0ce48d5a84dd634b01ee1',1,'amrex::AmrMeshDataAdaptor::GetNumberOfMeshes()']]], - ['getnumberofusers_3302',['GetNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a57d2a67a23da81f0f8ba22bbfdc496b6',1,'amrex::DataServices']]], - ['getnumcgiters_3303',['getNumCGIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99cb7db62a7f9ea8f30cd18904bdbfef',1,'amrex::MLMGT']]], - ['getnumcoveredcells_3304',['getNumCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#accfba3397c54fc70f5355fe72e53aef5',1,'amrex::EBCellFlagFab']]], - ['getnumcutcells_3305',['getNumCutCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#abfc0c19edd24b4583d39b256c3916364',1,'amrex::EBCellFlagFab']]], - ['getnumiters_3306',['getNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a61fe6fb0ec89735cd73871cfb53a25b9',1,'amrex::MLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a566d8e16eab81e003fdf43b18112836b',1,'amrex::MLCGSolverT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a1825063c207895677c85f9dbf121a62e',1,'amrex::HypreSolver::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7a0cff28901a012c347fa1d4339ffd1f',1,'amrex::HypreIJIface::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3584e996a150386dbf8ee7b731ee3ffa',1,'amrex::GMRESMLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'GMRES< MF, GMRESMLMGT< MF > >::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'amrex::GMRES::getNumIters()']]], - ['getnumneighbors_3307',['getNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad331838c0859743a9a968d2d321db717',1,'amrex::ArrayOfStructs::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0c9d45bcfbc55a087faa7c61ecd5c3c5',1,'amrex::StructOfArrays::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0af47b01f2f8e3b42701af71a08ed2be',1,'amrex::ParticleTile::getNumNeighbors()']]], - ['getnumregularcells_3308',['getNumRegularCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5543ed9a9e620af529ce92b82b6498f3',1,'amrex::EBCellFlagFab']]], - ['getnumvofs_3309',['getNumVoFs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a84a126f074a69bb0d306d0a44a775b23',1,'amrex::EBCellFlag']]], - ['getoffsets_3310',['GetOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a59a916fe644a969eeb0ca7bf5ed6cce8',1,'amrex::NeighborList::GetOffsets() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a78237e02dfe0d7faa5de361bc9a17566',1,'amrex::NeighborList::GetOffsets()']]], - ['getordering_3311',['getOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aaa904e14fc1335783b62f47ad001348e',1,'amrex::FArrayBox']]], - ['getoversetmask_3312',['getOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a8ab63e064604cb872297d224250c4921',1,'amrex::MLCellABecLapT']]], - ['getownership_3313',['getOwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8eb230cc640400a27702a048a611b0af',1,'amrex::DistributionMapping']]], - ['getpairindex_3314',['GetPairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'amrex::ParIterBase_impl::GetPairIndex()']]], - ['getparforinfo_3315',['getParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#addc7d9a3237b58405473e60db76f4157',1,'amrex::FabArrayBase']]], - ['getpargdb_3316',['GetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e42065282e0589082794401db6d2247',1,'amrex::ParticleContainerBase::GetParGDB() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adafb217d391165d8afaf21b38912e068',1,'amrex::ParticleContainerBase::GetParGDB()']]], - ['getparticlebin_3317',['GetParticleBin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html',1,'amrex']]], - ['getparticlecell_3318',['getParticleCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04427e35cff35a816668c7954717bac3',1,'amrex::getParticleCell(PTD const &ptd, int i, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi) noexcept']]], - ['getparticlegrid_3319',['getParticleGrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1',1,'amrex']]], - ['getparticles_3320',['GetParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'amrex::ParticleContainer_impl::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'amrex::ParticleContainer_impl::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'amrex::ParticleContainer_impl::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'amrex::ParticleContainer_impl::GetParticles() const']]], - ['getparticletile_3321',['GetParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'amrex::ParIterBase_impl::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()']]], - ['getparticletiledata_3322',['getParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4f939dec8914785b6fbc7b02f5d0b202',1,'amrex::ParticleTile']]], - ['getphi_3323',['getPhi',['../classHydro_1_1NodalProjector.html#a0882ef5d09dc4bab7163a3cdbf688f62',1,'Hydro::NodalProjector']]], - ['getphiconst_3324',['getPhiConst',['../classHydro_1_1NodalProjector.html#ae3b328450fab7fc3828a1bb3a1e889fc',1,'Hydro::NodalProjector']]], - ['getpid_3325',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html',1,'amrex::GetPID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#aa3aa125952410bb95dc36e7472a9c7bf',1,'amrex::GetPID::GetPID()']]], - ['getpidfunctor_3326',['getPIDFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a30c143c9bfbc1260a3a2bab45e30465a',1,'amrex::ParticleBufferMap']]], - ['getpolarb_3327',['getPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae6417c14fa4f3f5efacf7ea324a1a3d6',1,'amrex::FabArrayBase']]], - ['getprecision_3328',['getPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35de13164243364f3ed296772f0b750a',1,'amrex::FArrayBox']]], - ['getprobdomain_3329',['GetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a435b519763bcc16d9e49b73801870d27',1,'CommProfStats']]], - ['getproc_3330',['GetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa3452f486c1df6148bd68efc80616c5f',1,'BLProfStats']]], - ['getrandstate_3331',['getRandState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db',1,'amrex']]], - ['getrange_3332',['getRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2f2f5266239ba77171d507d0e86f4ca3',1,'amrex::DeriveRec']]], - ['getrb180_3333',['getRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a304ba0bf4637208cfdd1a94098c55637',1,'amrex::FabArrayBase']]], - ['getrb90_3334',['getRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1fa0d3a08ed46a79dd0fae8c8f9603af',1,'amrex::FabArrayBase']]], - ['getrcvcountsmpi_3335',['getRcvCountsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a78a0bf763811ffa755a8a562f2cdede1',1,'amrex::NeighborParticleContainer']]], - ['getrealdata_3336',['GetRealData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac4a15a6ca35075933960a3c28f1d3581',1,'amrex::StructOfArrays::GetRealData(const int index) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a44390e5c68da1d50f5536428bf7da802',1,'amrex::StructOfArrays::GetRealData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a86408aeae996a4c711dca10a4d7cbc4e',1,'amrex::StructOfArrays::GetRealData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac2d7e9441c59e88b42978df7d9d1817c',1,'amrex::StructOfArrays::GetRealData(const int index)']]], - ['getrefid_3337',['getRefID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac2246f88f7497945a0441732235d77b0',1,'amrex::DistributionMapping::getRefID()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c8df27bfc6981d3e50784b64026a249',1,'amrex::BoxArray::getRefID()']]], - ['getrefratio_3338',['GetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a771ce95fb2ff799f85eaaba8917b8256',1,'CommProfStats']]], - ['getregiontimeranges_3339',['GetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae017d7bf6083e38e84a6a9b3fda09f94',1,'BLProfStats']]], - ['getresidualhistory_3340',['getResidualHistory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6083fa5fed480a49fde5c03c325f84ee',1,'amrex::MLMGT']]], - ['getresidualnorm_3341',['getResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aca83734d854ed846c8c16e8cba18ab0a',1,'amrex::GMRESMLMGT::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'GMRES< MF, GMRESMLMGT< MF > >::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'amrex::GMRES::getResidualNorm()']]], - ['getsendbufferoffset_3342',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html',1,'amrex::GetSendBufferOffset'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#ae0bd21edb636525d7e8011db403b9fca',1,'amrex::GetSendBufferOffset::GetSendBufferOffset()']]], - ['getsetbuf_3343',['GetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a260347a951d2b4a4669cb4dc79956450',1,'amrex::VisMF']]], - ['getshowbody_3344',['GetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a97f5b63eea482f1fc8c4fab33c7afc4d',1,'amrex::AmrData']]], - ['getsolution_3345',['getSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a29c773ff5410f84e04566b1ed48c38bc',1,'amrex::PETScABecLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a58381f405245d3ca27aed91c4197bee6',1,'amrex::HypreNodeLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a42b94b56191d33a7f5ba9e1f119ac6b6',1,'amrex::HypreABecLap3::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a534455bdd69a5ca6f0967f34aeb10631',1,'amrex::HypreABecLap2::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a9c196be0d95db3cee1025104e1a206da',1,'amrex::HypreABecLap::getSolution()']]], - ['getsolvabilityoffset_3346',['getSolvabilityOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a878678c69c571435a7bbdba048ab5d9f',1,'amrex::MLNodeLaplacian::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a08e68e2870cd7367dd09d2ef777261b3',1,'amrex::MLCellLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'amrex::MLLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'MLLinOpT< Array< MultiFab, 3 > >::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7cdf303d65cabf9d64d4279622ca4fad',1,'amrex::MLNodeLinOp::getSolvabilityOffset()']]], - ['getsparsefpp_3347',['GetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a201227cf338dfa1a032bc9018902204c',1,'amrex::NFilesIter']]], - ['getstatus_3348',['getStatus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'amrex::GMRES::getStatus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'GMRES< MF, GMRESMLMGT< MF > >::getStatus()']]], - ['getstructofarrays_3349',['GetStructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'amrex::ParIterBase_impl::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9bc22bda551e1d2089c81b93c2b0d794',1,'amrex::ParticleTile::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a865f181bef3a750aaae3437c4e91dd33',1,'amrex::ParticleTile::GetStructOfArrays() const']]], - ['getsubtuple_3350',['GetSubTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a30bb4b7ea38ee03a56f7e33647b53846',1,'amrex::detail']]], - ['getsuperparticle_3351',['getSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle()']]], - ['getsymmetryinfo_3352',['getSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a32545ca23bf840257ec3ff0321f0cc28',1,'amrex::MLCurlCurl']]], - ['getthreadbox_3353',['getThreadBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae2cf1d72cec1f6929ea0405c70ce2f45',1,'amrex::Gpu']]], - ['gettilearray_3354',['getTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a47294c772e3bc6de1c901df4c2aa2b10',1,'amrex::FabArrayBase']]], - ['gettileindex_3355',['getTileIndex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2',1,'amrex']]], - ['gettype_3356',['getType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ad195d2769922a7376a690010b7cc569a',1,'amrex::EBCellFlagFab::getType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5fbbd6cfac2268f9286c156e7ecd7ea6',1,'amrex::EBCellFlagFab::getType(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3e62ab0dcf6c751e94e34f25bcc3c50b',1,'amrex::FArrayBox::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac5eb703c82d394b6736620116b12206e',1,'amrex::StateDescriptor::getType()']]], - ['getunitvec_3357',['getunitvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7',1,'amrex::tri_geom_ops']]], - ['getunusedinputs_3358',['getUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa4c1dbee984103cd1102514d70c954a3',1,'amrex::ParmParse']]], - ['getusedynamicsetselection_3359',['GetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a20746ef0d6ef7d8491c815e2a954d13c',1,'amrex::VisMF']]], - ['getusepersistentifstreams_3360',['GetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a92c8f7a70093675fe29a9b3cfbe8e10f',1,'amrex::VisMF']]], - ['getuseprepost_3361',['GetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'amrex::ParticleContainer_impl::GetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUsePrePost()']]], - ['getusesingleread_3362',['GetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca85185856423d34e7e15041139aee01',1,'amrex::VisMF']]], - ['getusesinglewrite_3363',['GetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aead41678a66e4c5a4f315404d3ffed10',1,'amrex::VisMF']]], - ['getusesynchronousreads_3364',['GetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7310b7f7d63449b1b38bcb8afdac7db8',1,'amrex::VisMF']]], - ['getuseunlink_3365',['GetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'amrex::ParticleContainer_impl::GetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUseUnlink()']]], - ['getval_3366',['getVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< PetscInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< char >::getVal(char *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< char >::getVal(char *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< EBCellFlag >::getVal(EBCellFlag *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< EBCellFlag >::getVal(EBCellFlag *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< int >::getVal(int *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< int >::getVal(int *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< PetscInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos) const noexcept']]], - ['getvalue_3367',['getValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a2ac27c1212ab78008512511cddce89b8',1,'amrex::EBCellFlag']]], - ['getvec_3368',['getvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859',1,'amrex::tri_geom_ops']]], - ['getvecofarrofconstptrs_3369',['GetVecOfArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< T, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)']]], - ['getvecofarrofptrs_3370',['GetVecOfArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83',1,'amrex::GetVecOfArrOfPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec75969bb3da627de560ce6fae63b167',1,'amrex::GetVecOfArrOfPtrs(Vector< std::array< T, AMREX_SPACEDIM > > &a)']]], - ['getvecofarrofptrsconst_3371',['GetVecOfArrOfPtrsConst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6f3120a07be5d453851d7de53703384',1,'amrex']]], - ['getvecofconstptrs_3372',['GetVecOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d',1,'amrex::GetVecOfConstPtrs(const Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6',1,'amrex::GetVecOfConstPtrs(const Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98',1,'amrex::GetVecOfConstPtrs(const Vector< T > &a)']]], - ['getvecofptrs_3373',['GetVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d',1,'amrex::GetVecOfPtrs(Vector< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a',1,'amrex::GetVecOfPtrs(const Vector< std::unique_ptr< T > > &a)']]], - ['getvecofvecofptrs_3374',['GetVecOfVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803',1,'amrex']]], - ['getvect_3375',['getVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'amrex::IntVectND::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'amrex::IntVectND::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'amrex::IntVectND::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'IntVectND< AMREX_SPACEDIM >::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'IntVectND< AMREX_SPACEDIM >::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'IntVectND< AMREX_SPACEDIM >::getVect() &noexcept']]], - ['getverbose_3376',['getVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ad7cd32d077461754bae70ed300d440a6',1,'amrex::MLCGSolverT']]], - ['getverbose_3377',['GetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51041736815ed12616b075d56e53fd2f',1,'amrex::VisMF']]], - ['getvolfrac_3378',['getVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ab54137d22701f507d34d3732e3f712fc',1,'amrex::EBFArrayBoxFactory::getVolFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cfca800c4df32f884205e7b0cfa5b4f',1,'amrex::EBDataCollection::getVolFrac()']]], - ['getvolfracdata_3379',['getVolFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a664f3aa3e8611a56d1919072c26b7331',1,'amrex::EBFArrayBox']]], - ['getvolume_3380',['GetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a273cbc218839d9d4f88bfde8b8253c2c',1,'amrex::CoordSys::GetVolume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a109125700647435d188afbc74b9a2725',1,'amrex::Geometry::GetVolume(MultiFab &vol, const BoxArray &grds, const DistributionMapping &dm, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abaac123e12e2b3e5f0f9fdc0edcef6b8',1,'amrex::Geometry::GetVolume(MultiFab &vol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af7996fe47b1e82704565102c15df47c9',1,'amrex::Geometry::GetVolume(FArrayBox &vol, const BoxArray &grds, int idx, int grow) const']]], - ['getwithparser_3381',['getWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65f0fdc57c6d3d630b040d096a17afee',1,'amrex::ParmParse']]], - ['getwriteinfo_3382',['GetWriteInfo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2a9d5d76aba34e026f1d33404c6bfe00',1,'amrex::AsyncOut']]], - ['getx_3383',['getx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a610e0b733e190ba21b41303e76fa099f',1,'amrex::HypreSolver']]], - ['getxhi_3384',['getXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6f2f3a70226dea198fcc69a320b88b43',1,'amrex::EB2::Neighbor']]], - ['getxlo_3385',['getXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a1843a704d7f13b09cfcf6c606b0a995e',1,'amrex::EB2::Neighbor']]], - ['getyhi_3386',['getYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a05e914a9bdd59ee8d460a558677634c2',1,'amrex::EB2::Neighbor']]], - ['getylo_3387',['getYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a15177e28ba78da4e2702cfb18837eeae',1,'amrex::EB2::Neighbor']]], - ['getzhi_3388',['getZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a952c4c7fc9609711f2c94c6a84255c09',1,'amrex::EB2::Neighbor']]], - ['getzlo_3389',['getZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a78a31298d705a14fabdb3b894a489dae',1,'amrex::EB2::Neighbor']]], - ['gfab_3390',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html',1,'amrex::EB2::GFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aa8d516e6b8844b78816ade68a2c86165',1,'amrex::EB2::GFab::GFab()']]], - ['ghost_5fint_5fcomp_3391',['ghost_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a686b95f083fdf17811b9933e189326db',1,'amrex::NeighborParticleContainer']]], - ['ghost_5freal_5fcomp_3392',['ghost_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abaca3cff5c84aa26d0e6c4a454af00cd',1,'amrex::NeighborParticleContainer']]], - ['ghostnodes_3393',['ghostnodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9abddf1f772a4b8a67379933a3664a17c2',1,'amrex::MLMGT']]], - ['ghostparticleid_3394',['GhostParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a24df8a9162e3ff47d7bffbdbc04d660b',1,'amrex::LongParticleIds']]], - ['glmap_3395',['glMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4bc1d2909ad88865d5905ea827e62918',1,'CommProfStats']]], - ['glmap_3396',['GLMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8bfcd15d9943700b7e4e1c6605594edd',1,'CommProfStats']]], - ['global_5fdepth_3397',['global_depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae7befef46d2ca9e3de4299f950647451',1,'amrex::TinyProfiler']]], - ['global_5fng_3398',['global_ng',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a09b95c8056554177f0d12989a4e4347a',1,'hacc::Dfft::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a405b18293b7ab8d9fe37dcd5459d786f',1,'hacc::Dfft::global_ng() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d74698262b0b322361a718f0a390200',1,'hacc::Distribution::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a9f8f18570b9de4ea1039d06ae8b4c11c',1,'hacc::Distribution::global_ng() const)[3]']]], - ['global_5fsize_3399',['global_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#abbb83da0e457618c5996adb332acebba',1,'hacc::Dfft::global_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2087fa1d4b26a31cecf36d95b1d7fd6b',1,'hacc::Distribution::global_size()']]], - ['global_5fto_5flocal_5frank_3400',['global_to_local_rank',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ad646518957376d74f099923ef26e20c9',1,'amrex::ParallelContext::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9c3018c1265c14c261a42175d7b6087f',1,'amrex::ParallelContext::Frame::global_to_local_rank(int *local, const int *global, int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ae2790aa092fed9f8af98330581ee416c',1,'amrex::ParallelContext::Frame::global_to_local_rank(int grank)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa0f73d99c17e1ccedb7f2e66a660f274',1,'amrex::ParallelContext::global_to_local_rank()']]], - ['globalblockid_3401',['globalBlockId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a34ceb81cdda9c8d6009bc86cfbd7581f',1,'amrex::Gpu::GridSize']]], - ['globalminmax_3402',['GLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaab6fadb81d010967ae7f2188711d1648',1,'amrex::Amrvis']]], - ['glsizemap_3403',['GLSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0e56e7a8c3e51ab493d8a9b55472d761',1,'CommProfStats']]], - ['glsizemap_3404',['glSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab58dec894c1338d3e1691e0770507811',1,'CommProfStats']]], - ['gm_3405',['GM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a82c8616f7458eb2f29532e5bc34a715c',1,'amrex::GMRESMLMGT']]], - ['gmres_3406',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'amrex::GMRES< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'amrex::GMRES::GMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'GMRES< MF, GMRESMLMGT< MF > >::GMRES()']]], - ['gmres_3c_20mf_2c_20gmresmlmgt_3c_20mf_20_3e_20_3e_3407',['GMRES< MF, GMRESMLMGT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'']]], - ['gmres_5fsolver_5fconfigure_3408',['gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a27bb5a9047943afd18cf194c141d20ea',1,'amrex::HypreIJIface']]], - ['gmresmlmg_3409',['GMRESMLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb',1,'amrex']]], - ['gmresmlmgt_3410',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html',1,'amrex::GMRESMLMGT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLMGT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a23db5527f7bcd75ba78997016648b906',1,'amrex::GMRESMLMGT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLLinOpT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'MLLinOpT< Array< MultiFab, 3 > >::GMRESMLMGT()']]], - ['godunov_3411',['Godunov',['../group__Godunov.html',1,'(Global Namespace)'],['../namespaceGodunov.html',1,'Godunov']]], - ['godunov_5fminmod_5fbc_5fhi_3412',['Godunov_minmod_bc_hi',['../hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc',1,'hydro_godunov_ppm.H']]], - ['godunov_5fminmod_5fbc_5flo_3413',['Godunov_minmod_bc_lo',['../hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7',1,'hydro_godunov_ppm.H']]], - ['godunovcornercouple_3414',['GodunovCornerCouple',['../namespaceGodunovCornerCouple.html',1,'']]], - ['gp_3415',['gp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a886bcabd4fa635b87082757fb595cc6c',1,'amrex::openbc::MomTag']]], - ['gpercent_3416',['gPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa9cbfb5bc0b3ad413e06060864eed0f8',1,'BLProfStats']]], - ['gpu_3417',['GPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78',1,'amrex::BinPolicy']]], - ['gpu_3418',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38',1,'amrex']]], - ['gpu_5frand_5fstate_3419',['gpu_rand_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866',1,'amrex']]], - ['gpu_5fstream_3420',['gpu_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a44b4d2d558f0b94c682dcc9a26f7e666',1,'amrex::Gpu::Device']]], - ['gpu_5fstream_5fpool_3421',['gpu_stream_pool',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a367f9e7d41a6be0c7822f3dc358b0e4e',1,'amrex::Gpu::Device']]], - ['gpu_5ftuple_5felement_3422',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'amrex::detail::gpu_tuple_element< I, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(T const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(U &&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'gpu_tuple_element< I, Head >::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(Head const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(U &&a_value)']]], - ['gpu_5ftuple_5felement_3c_20i_2c_20head_20_3e_3423',['gpu_tuple_element< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'']]], - ['gpu_5ftuple_5fimpl_3424',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'amrex::detail::gpu_tuple_impl< I, Ts >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a9623ee960fbac28922dbd43ee186a71f',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl(UH &&a_head, UT &&... a_tail)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a654cc54f1b6eceb2babda4006d1dcaf2',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a2a0e1d6ab3b7c9ea94631a06b23a3f12',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(U &&a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a138287a5f4ac861068205835ac07da5b',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(Head const &a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a52514ef1d14b3467dd51e98568305acf',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a4f76c22f32d585f22f2a80704c97b693',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl()']]], - ['gpu_5ftuple_5fimpl_3c_200_2c_20ts_2e_2e_2e_20_3e_3425',['gpu_tuple_impl< 0, Ts... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], - ['gpu_5ftuple_5fimpl_3c_20i_2b1_2c_20tail_2e_2e_2e_20_3e_3426',['gpu_tuple_impl< I+1, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], - ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_20_3e_3427',['gpu_tuple_impl< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html',1,'amrex::detail']]], - ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_2c_20tail_2e_2e_2e_20_3e_3428',['gpu_tuple_impl< I, Head, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html',1,'amrex::detail']]], - ['gpuable_3429',['GPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GPUable.html',1,'amrex']]], - ['gpuarray_3430',['GpuArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3ainterval_2c_20n_20_3e_3431',['GpuArray< amrex::algoim::Interval, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3aquadraturerule_3a_3anode_2c_20256_20_3e_3432',['GpuArray< amrex::algoim::QuadratureRule::Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3aeb2_3a_3apolyterm_2c_20n_20_3e_3433',['GpuArray< amrex::EB2::PolyTerm, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_3434',['GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20bool_2c_20n_20_3e_3435',['GpuArray< bool, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20const_20int_20_2a_2c_20narrayint_20_3e_3436',['GpuArray< const int *, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20const_20particlereal_20_2a_2c_20narrayreal_20_3e_3437',['GpuArray< const ParticleReal *, NArrayReal >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_20_2a_2c_20nai_20_3e_3438',['GpuArray< int *, NAI >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_202_20_3e_3439',['GpuArray< int, 2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_203_20_3e_3440',['GpuArray< int, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_204_20_3e_3441',['GpuArray< int, 4 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_20amrex_5fgpu_5fmax_5fstreams_20_3e_3442',['GpuArray< int, AMREX_GPU_MAX_STREAMS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20node_2c_20256_20_3e_3443',['GpuArray< Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20particlereal_20_2a_2c_20nar_20_3e_3444',['GpuArray< ParticleReal *, NAR >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20particlereal_2c_20amrex_5fspacedim_20_3e_3445',['GpuArray< ParticleReal, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_203_20_3e_3446',['GpuArray< Real, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_20amrex_5fspacedim_20_3e_3447',['GpuArray< Real, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_20nelems_20_3e_3448',['GpuArray< Real, nelems >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_28m_2b2_29_20_2a_28m_2b1_29_2f2_20_3e_3449',['GpuArray< Real,(M+2) *(M+1)/2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpubinpolicy_3450',['GPUBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1GPUBinPolicy.html',1,'amrex::BinPolicy']]], - ['gpubndryfuncfab_3451',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html',1,'amrex::GpuBndryFuncFab< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a08f3457a00409172a47577db0b968d15',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a62075f3a31adb0b72fa9c09d17ee7e5a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a498e33d9a56fd836b14c1937c671ff4a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F &&a_f)']]], - ['gpucomplex_3452',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html',1,'amrex::GpuComplex< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a124d2191f873eb1bb9f4b6ae4fc95544',1,'amrex::GpuComplex::GpuComplex()']]], - ['gpudeviceprop_5ft_3453',['gpuDeviceProp_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2235406f46755fe4275db8b042b0da92',1,'amrex']]], - ['gpuerror_5ft_3454',['gpuError_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05',1,'amrex']]], - ['gpugeterrorstring_3455',['gpuGetErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884f63b4c32929437cf596c59b26c311',1,'amrex']]], - ['gpugetlasterror_3456',['gpuGetLastError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00',1,'amrex']]], - ['gpustream_3457',['gpuStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae1a0966ad8daf3a49564123b8dbdb3fa',1,'amrex::Gpu::gpuStream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680de321352372444327d831bb6d989f',1,'amrex::Gpu::Device::gpuStream()']]], - ['gpustream_5ft_3458',['gpuStream_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19',1,'amrex']]], - ['gpusuccess_3459',['gpuSuccess',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38',1,'amrex']]], - ['gputuple_3460',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'amrex::GpuTuple< Ts >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'amrex::GpuTuple::GpuTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'GpuTuple< Fs... >::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'GpuTuple< Fs... >::GpuTuple(Us &&... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'amrex::GpuTuple::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'amrex::GpuTuple::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'GpuTuple< Fs... >::GpuTuple()']]], - ['gputuple_3c_20fs_2e_2e_2e_20_3e_3461',['GpuTuple< Fs... >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'']]], - ['gputupleelement_3462',['GpuTupleElement',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'amrex']]], - ['gputupleelement_3c_200_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_3463',['GpuTupleElement< 0, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], - ['gputupleelement_3c_20i_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_3464',['GpuTupleElement< I, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_01I_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], - ['gputupleelement_3c_20i_2d1_2c_20gputuple_3c_20tail_2e_2e_2e_20_3e_20_3e_3465',['GpuTupleElement< I-1, GpuTuple< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'']]], - ['gputuplesize_3466',['GpuTupleSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize.html',1,'amrex']]], - ['gputuplesize_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_3467',['GpuTupleSize< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex']]], - ['grad_3468',['grad',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa39038dcf72fcf8a8b57513432875bf2',1,'amrex::algoim::EBPlane']]], - ['grad_3469',['GRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a7b0d9cc09c139a180df7015ea53e8690',1,'amrex::AMRErrorTag']]], - ['grad_5feb_5fof_5fphi_5fon_5fcentroids_3470',['grad_eb_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a781271d74f1db31d825f604314a7a50a',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog)']]], - ['grad_5feb_5fof_5fphi_5fon_5fcentroids_5fextdir_3471',['grad_eb_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)']]], - ['grad_5fx_5fof_5fphi_5fon_5fcentroids_3472',['grad_x_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af17d01dca64353fec04867549fdfb24d',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b732741e32444ef31a46338ee223b5',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], - ['grad_5fx_5fof_5fphi_5fon_5fcentroids_5fextdir_3473',['grad_x_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], - ['grad_5fy_5fof_5fphi_5fon_5fcentroids_3474',['grad_y_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], - ['grad_5fy_5fof_5fphi_5fon_5fcentroids_5fextdir_3475',['grad_y_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadaa422c5855785fcc975c32809700fb',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], - ['grad_5fz_5fof_5fphi_5fon_5fcentroids_3476',['grad_z_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f',1,'amrex']]], - ['grad_5fz_5fof_5fphi_5fon_5fcentroids_5fextdir_3477',['grad_z_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73',1,'amrex']]], - ['gram_5fschmidt_5forthogonalization_3478',['gram_schmidt_orthogonalization',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'amrex::GMRES::gram_schmidt_orthogonalization()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'GMRES< MF, GMRESMLMGT< MF > >::gram_schmidt_orthogonalization()']]], - ['graph_3479',['graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a62db2713a2f38292c423242527ff1e0a',1,'amrex::HypreABecLap2']]], - ['graph_3480',['Graph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1',1,'amrex::EB2']]], - ['graphsafeguard_3481',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html',1,'amrex::Gpu::GraphSafeGuard'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a982a397f67b04e0cbf321b1e9ed77ea6',1,'amrex::Gpu::GraphSafeGuard::GraphSafeGuard()']]], - ['graphtoppct_3482',['GraphTopPct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481',1,'amrex']]], - ['gray_3483',['Gray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf',1,'amrex::FGColor::Gray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8400a9113fb3f95e33ff7db8dfb68e5b',1,'amrex::BGColor::Gray()']]], - ['greater_3484',['GREATER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5ae1d7bebf58c0f94e82726c03448ef942',1,'amrex::AMRErrorTag']]], - ['green_3485',['Green',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4',1,'amrex::FGColor::Green()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a83ccac0d2c470652e3a555eb8ae5400e',1,'amrex::BGColor::Green()']]], - ['grid_3486',['grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a306b19b425bf46d46607c66da53fb3f6',1,'amrex::HypreABecLap::grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507eaebc8572ee916d3308b3e24ac38ed8121',1,'amrex::NeighborParticleContainer::MaskComps::grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ab55ece948b6a78f3ac9ece3db8abea57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::grid()']]], - ['grid_5feff_3487',['grid_eff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a8932f2846ed22b769126d4783f76107a',1,'amrex::AmrInfo']]], - ['grid_5fid_3488',['grid_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#aee2840e31f2d1ffeecfa91964072553e',1,'amrex::NeighborCode::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a9c0de4b09bf5398064924b22bc1ae654',1,'amrex::NeighborParticleContainer::NeighborTask::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#aee39264037329ffaf4685f535a763ed4',1,'amrex::NeighborParticleContainer::NeighborCommTag::grid_id()']]], - ['grid_5fplaces_3489',['grid_places',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90155667257e3c51890f716ade65c5e7',1,'amrex::Amr']]], - ['grid_5fstride_5fthreads_5fand_5fblocks_3490',['grid_stride_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae53661945fe0e36f109401055a3d87cf',1,'amrex::Gpu::Device']]], - ['gridandlevtobucket_3491',['gridAndLevToBucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af07f598d8788010a800af8bdcf33adf7',1,'amrex::ParticleBufferMap']]], - ['grideff_3492',['gridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7bc5798a6ef2a0c27b0141112104e087',1,'amrex::AmrMesh']]], - ['gridline_3493',['gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd0ed1322eaf065f16a171081fb46668',1,'amrex::XYPlotDataList']]], - ['gridline_3494',['Gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab77bccba000ad381fed7aa4a3c7b7b6e',1,'amrex::XYPlotDataList']]], - ['gridlochi_3495',['gridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7d683070bd9df75f69f1f11257baff26',1,'amrex::AmrData']]], - ['gridlochi_3496',['GridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a06732eabff2d761d63404d048d57d130',1,'amrex::AmrData']]], - ['gridloclo_3497',['gridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28d407574c4e864763d7e30c5374a5f7',1,'amrex::AmrData']]], - ['gridloclo_3498',['GridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a26585c76f370219e547cc9c018faead7',1,'amrex::AmrData']]], - ['gridlog_3499',['gridlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8faf7f22cccf4da975ca761f1920f5e8',1,'amrex::Amr']]], - ['gridmap_3500',['gridmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#aadae10ad5bacae5bceadd4eea37b12c6',1,'distribution_t']]], - ['grids_3501',['grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7a3b275665dcd4803b3780a02e36b48',1,'amrex::StateData::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8454e30c3a460081f89df8154babd952',1,'amrex::HypreNodeLap::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5ffc98d138f381698b2a61fc6cb2ce01',1,'amrex::AmrLevel::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae53347adc8a239367f153d3705a8ed25',1,'amrex::AmrMesh::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3661eefa8a7bc8f810c39fdc6f8fb350',1,'amrex::BndryRegisterT::grids()']]], - ['gridsize_3502',['GridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html',1,'amrex::Gpu']]], - ['group_3503',['group',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2cb41a80f7a3c545e1e537bf84acbbc9',1,'amrex::ParallelContext::Frame']]], - ['groupall_3504',['GroupAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501',1,'amrex::ParallelContext']]], - ['groupsets_3505',['groupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae979bf2ecefe688126ee3f348ea609ce',1,'amrex::NFilesIter::groupSets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51fdeeea196eac049978076bf6671720',1,'amrex::VisMF::groupSets()']]], - ['groupsize_3506',['groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8bf758be7411312c155ccd5d0513e6b0',1,'amrex::StateDescriptor']]], - ['groupsub_3507',['GroupSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab19f592bc08ecbeb28c478752d6602fd',1,'amrex::ParallelContext']]], - ['grow_3508',['grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a12a6842ecc48421374e69c0d40ba1542',1,'amrex::BoxArray::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'BoxND< AMREX_SPACEDIM >::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'BoxND< AMREX_SPACEDIM >::grow(const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67',1,'amrex::grow(const BoxND< dim > &b, int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd',1,'amrex::grow(const BoxND< dim > &b, const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'BoxND< AMREX_SPACEDIM >::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'BoxND< AMREX_SPACEDIM >::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'BoxND< AMREX_SPACEDIM >::grow(Orientation face, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135',1,'amrex::grow(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4',1,'amrex::grow(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'amrex::BoxND::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'amrex::BoxND::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'amrex::BoxND::grow(const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'amrex::BoxND::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a624b3513f2b285491050d17d8952c474',1,'amrex::BoxArray::grow(int idir, int n_cell)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac76ee31fa4b71fa56dad4635a650cfbe',1,'amrex::BoxArray::grow(const IntVect &iv)']]], - ['growboxbyone_3509',['GrowBoxByOne',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a59d040ff4854528efd7602005560d853',1,'amrex::DeriveRec']]], - ['growcoarsen_3510',['growcoarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaca5f33122df36bed145432e5b4f5c57',1,'amrex::BoxArray::growcoarsen(IntVect const &ngrow, const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad28652c559f9057fc343bd3c0beb0116',1,'amrex::BoxArray::growcoarsen(int n, const IntVect &iv)']]], - ['growhi_3511',['growHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b',1,'amrex::growHi(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c525008964448d1f308736681ee9b06',1,'amrex::growHi(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'BoxND< AMREX_SPACEDIM >::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9848441ce9a5694f17e8617486e0b167',1,'amrex::BoxArray::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'amrex::BoxND::growHi(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'amrex::BoxND::growHi(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'BoxND< AMREX_SPACEDIM >::growHi(int idir, int n_cell=1) noexcept']]], - ['growlo_3512',['growLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'BoxND< AMREX_SPACEDIM >::growLo()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a',1,'amrex::growLo(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9',1,'amrex::growLo(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a76695bda9b8e135e6d945c578557d78d',1,'amrex::BoxArray::growLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'amrex::BoxND::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'amrex::BoxND::growLo(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'BoxND< AMREX_SPACEDIM >::growLo()']]], - ['grownnodaltilebox_3513',['grownnodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae59e3e67c7b94d6b15158d177dd8cdc8',1,'amrex::MFIter::grownnodaltilebox(int dir=-1, int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a972ba6223b0f4ccca81791b9510b3002',1,'amrex::MFIter::grownnodaltilebox(int dir, const IntVect &ng) const noexcept']]], - ['grownonperiodicdomain_3514',['growNonPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4535bb6797e6c53c228d598f23cc7296',1,'amrex::Geometry::growNonPeriodicDomain(int ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8a4838041db3d95fdd4960045349db2d',1,'amrex::Geometry::growNonPeriodicDomain(IntVect const &ngrow) const noexcept']]], - ['growntilebox_3515',['growntilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac9653cce066f73c95c3ec89f46f38ba1',1,'amrex::MFIter::growntilebox(const IntVect &ng) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1e344ffd39d3dba95d582a7d93c1ad97',1,'amrex::MFIter::growntilebox(int ng=-1000000) const noexcept']]], - ['growperiodicdomain_3516',['growPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe9c676150da912017772bb39a1f0d91',1,'amrex::Geometry::growPeriodicDomain(int ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aca0dd62693f548b7fb4ee38acc6310db',1,'amrex::Geometry::growPeriodicDomain(IntVect const &ngrow) const noexcept']]], - ['growth_5ffactor_3517',['growth_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42',1,'amrex::VectorGrowthStrategy']]], - ['gshoplevel_3518',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'amrex::EB2::GShopLevel< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< ChkptFile >::GShopLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acd9942090fa93b0eb048fbd2026d9b3c',1,'amrex::EB2::Level::GShopLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< STLtools > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, STLtools const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'amrex::EB2::GShopLevel::GShopLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< ChkptFile > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, ChkptFile const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< G > &fineLevel)']]], - ['gshoplevel_3c_20chkptfile_20_3e_3519',['GShopLevel< ChkptFile >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]], - ['gshoplevel_3c_20stltools_20_3e_3520',['GShopLevel< STLtools >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]] + ['gather_3047',['Gather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a6ea7eeaafa369d6246da405045b73208',1,'amrex::detail::Gather(const T *, int, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aac087974da543982e53f9b3f1da42005',1,'amrex::detail::Gather(const T &, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3aa34d0c55755f52fccec7dd20dd9fb',1,'amrex::ParallelDescriptor::Gather(Real const *sendbuf, int nsend, Real *recvbuf, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7',1,'amrex::ParallelDescriptor::Gather(const T *, size_t n, T1 *, size_t n1, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84c9d7d438ae259036461c6db6100a27',1,'amrex::ParallelDescriptor::Gather(const T &, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa',1,'amrex::ParallelGather::Gather(const T *v, int cnt, T *vs, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2',1,'amrex::ParallelGather::Gather(const T &v, T *vs, int root, MPI_Comm comm)']]], + ['gatherlayoutdatatovector_3048',['GatherLayoutDataToVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa8e2b582c52d43645acae3099cbaf4e',1,'amrex::ParallelDescriptor']]], + ['gatherparticles_3049',['gatherParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8',1,'amrex']]], + ['gatherv_3050',['Gatherv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a211110d15cfcd5d09168c6d415476ce6',1,'amrex::ParallelDescriptor']]], + ['gcc_5fmap_5fnode_5fextra_5fbytes_3051',['gcc_map_node_extra_bytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8',1,'amrex']]], + ['gccplacater_3052',['GccPlacater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf',1,'amrex']]], + ['gccplacatermf_3053',['GccPlacaterMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad60aac176908ba51373d63ca49bef063',1,'amrex']]], + ['generatemasks_3054',['GenerateMasks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3f478913c1ee3d9bfed093be0301b6e',1,'amrex::InSituUtils']]], + ['geom_3055',['Geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'amrex::MLLinOpT']]], + ['geom_3056',['geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a97c4612c2a7f58b47c36ec710cb1b0f6',1,'amrex::Hypre::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a3ec12508ffa505780af64ebc27188233',1,'amrex::HypreNodeLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#afca4d4cd5e3361c1d6fd1c64eff38141',1,'amrex::PETScABecLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a6313812bf3fe1b6c628ad07679244354',1,'amrex::StateDataPhysBCFunct::geom()']]], + ['geom_3057',['Geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad535ebc3896c9f8c1ea3e6530ffc070e',1,'amrex::AmrLevel::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a38a313616cf363d4848934853dd47092',1,'amrex::AmrMesh::Geom() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf16ab166b53c2ae62ee664a25e31e57',1,'amrex::AmrMesh::Geom(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab1419d0ea909582b877283e1196d6e68',1,'amrex::AmrMesh::Geom(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a24f762a6fc54a0adff17d31a5ff22e8b',1,'amrex::AmrMesh::Geom() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a924462614f8ea65b38f21163808bdddc',1,'amrex::AmrMesh::Geom(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9d52a302b3f7f9d6b29f09e24fc906c4',1,'amrex::AmrParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a3583b3618380eea92350a8a5bc29a46a',1,'amrex::AmrParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a699118eee56fc9250d4ae940fff8cf18',1,'amrex::EBFArrayBoxFactory::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#abb45241bcd62cecd1f2e43a3c93cdf7c',1,'amrex::EB2::Level::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'MLLinOpT< Array< MultiFab, 3 > >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9e84259b6aa2852287649de9102a68e4',1,'amrex::ParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a90d6cb9a9d7e81879188f069a502ce24',1,'amrex::ParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0f4207bf31f6366cee4812742303879d',1,'amrex::ParGDBBase::Geom(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a9f7d684223e77d4bf3162333a55c64d6',1,'amrex::ParGDBBase::Geom() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'amrex::ParIterBase_impl::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9ae9a37898b7fb6929b598194c8bca61',1,'amrex::ParticleContainerBase::Geom()']]], + ['geom_3058',['geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae4436ce0d60dc60cd15ff3ab3c2ed7a7',1,'amrex::BndryDataT::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a239ef06043779ea301395ae14876d6cb',1,'amrex::AmrMesh::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a571b97b176d8618fba71f56c8b44a7c8',1,'amrex::AmrLevel::geom()']]], + ['geomelements_3059',['geomElements',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aa2fa17ff2ba083371845090960b56abc',1,'amrex::EB2::SplineIF']]], + ['geometry_3060',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html',1,'amrex::Geometry'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a61c7b8c8cbb3b7a39b4db6ed8eface07',1,'amrex::Geometry::Geometry(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe4767b2f215bc24725017610b86091d',1,'amrex::Geometry::Geometry() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab9cc9315f181884f554c5866cd1e68e5',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7ba1318caf7c0f051bc33126789c4e94',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02c8a9fe2c0a14e7ca251ce48e97ee5b',1,'amrex::Geometry::Geometry(Geometry &&rhs) noexcept=default']]], + ['geometrydata_3061',['GeometryData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html',1,'amrex']]], + ['geometryshop_3062',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html',1,'amrex::EB2::GeometryShop< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3772b6627894ab939396feac8bc1c356',1,'amrex::EB2::GeometryShop::GeometryShop(F f, R r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a5cd1275a72a0d42d7058bbb4da6f3e8d',1,'amrex::EB2::GeometryShop::GeometryShop(F f)']]], + ['get_3063',['get',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< PetscInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::Mask >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::Mask >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::Mask >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::Mask >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::EBCellFlagFab >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::EBCellFlagFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::CutFab >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::CutFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< FArrayBox >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< PetscInt > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'amrex::IntVectND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24eb7bf5d0d06251bf15a44b8a8a1a4f',1,'amrex::ParmParse::get(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac246c039fd27b9a2bdccfc99d68062a6',1,'amrex::ParmParse::get(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a31599e95400a726459b3ea9b4ccce720',1,'amrex::ParmParse::get(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae2021776ee6ddf9a139d8a0af42785a9',1,'amrex::ParmParse::get(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae902806780e0a1daed6a161b95178435',1,'amrex::ParmParse::get(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac4efb98e8b17112650c2d0034a9681ef',1,'amrex::ParmParse::get(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54183310926451315930c0a0a09f1475',1,'amrex::ParmParse::get(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a48f359b6d8c12b019b3e1b7c097f72',1,'amrex::ParmParse::get(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a26252e98bdffbce5baf1695ca817cb30',1,'amrex::ParmParse::get(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24db67f875cbc2a56406c66f48d60b8a',1,'amrex::ParmParse::get(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'IntVectND< AMREX_SPACEDIM >::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'IntVectND< AMREX_SPACEDIM >::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'amrex::IntVectND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'IndexTypeND< AMREX_SPACEDIM >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'amrex::IndexTypeND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< TagBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< TagBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< TagBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< TagBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< IArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< IArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< IArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< IArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< FArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< FArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< FArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'amrex::FabArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385',1,'amrex::get(GpuTuple< Ts... > &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771',1,'amrex::get(GpuTuple< Ts... > const &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2',1,'amrex::get(GpuTuple< Ts... > &&tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#aa0974cb46a5b57ae7678cfeeff813a2e',1,'amrex::detail::SplitIndexList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a48fae2c492bcad7afe1baed7ed0bfc64',1,'amrex::ref_wrapper::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5f44b55b81dc4217e138a7f78d95a1db',1,'amrex::ParallelDescriptor::ProcessTeam::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a54da839203de93e062dbff05377d999b',1,'amrex::PlotFileDataImpl::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a780c89af0db95b7c96610739ca60ac6c',1,'amrex::PlotFileDataImpl::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a7b6393c9a0c4b2df192051eacccbaafd',1,'amrex::PlotFileData::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a53dc80997747ee42565b6fb3e6509281',1,'amrex::PlotFileData::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad92e3fac7557d5f5b42de54c2ce3d5ca',1,'amrex::ParmParse::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#acaacc2e448d7ecbac9fbcb817e39b125',1,'amrex_parmparse_module::amrex_parmparse::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'amrex::FabArray::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'amrex::FabArray::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a6ff8692064ee148c07daeec4c5f2620b',1,'amrex::DeriveList::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a46cff55b388d9aaefe81cd3a8a6d7648',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac4e1bbf1c88985b380f9e9df11be7354',1,'amrex::BoxArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a743acfa69c626f0a2f66fda4830312dc',1,'amrex::Any::get() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ab3b0861ff49959fd1103921dc291b918',1,'amrex::Any::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a52b882dec70bfeb4ccf32cd859e148f3',1,'amrex::ParmParse::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#aa6b9cce8542740cec857772417d67dd5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::get()']]], + ['get32bitcode_3064',['get32BitCode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459',1,'amrex::Morton']]], + ['get_5faggregate_3065',['get_aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a91708a0258707972ce13689407b5c0bf',1,'amrex::Scan::detail::BlockStatus< T, false >::get_aggregate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a39342a923b5962b079be0fa1f9b39131',1,'amrex::Scan::detail::BlockStatus< T, true >::get_aggregate()']]], + ['get_5fallocator_3066',['get_allocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< index_type >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int *, DefaultAllocator< int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< std::size_t >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< unsigned int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'amrex::PODVector::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::BoxND >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::NeighborCode >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::openbc::MomTag >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::STLtools::Triangle >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::XDim3 >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int *, DefaultAllocator< const int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::get_allocator()']]], + ['get_5fcell_5fdata_3067',['get_cell_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815',1,'amrex']]], + ['get_5fcell_5ftype_3068',['get_cell_type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a',1,'amrex_ebcellflag_module']]], + ['get_5fcommand_3069',['get_command',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b2451baea738a8717530466c13f37fe',1,'amrex']]], + ['get_5fcommand_5fargument_3070',['get_command_argument',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd',1,'amrex']]], + ['get_5fd_3071',['get_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af811bb2dca600cc0f76358ff2affeba3',1,'hacc::Dfft']]], + ['get_5fd0_3072',['get_d0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'amrex::MLLinOpT::get_d0()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d0()']]], + ['get_5fd1_3073',['get_d1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'amrex::MLLinOpT::get_d1()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d1()']]], + ['get_5fdata_3074',['get_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f84c93c82667982bbec8f9215b630af',1,'amrex::AmrLevel']]], + ['get_5fderive_5flst_3075',['get_derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7ef50123ae8e520914847e15973b104a',1,'amrex::AmrLevel']]], + ['get_5fdesc_5flst_3076',['get_desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4092681e4db89552b5a53b0d1bb144fa',1,'amrex::AmrLevel']]], + ['get_5fdm_3077',['get_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac35ec951548cc1e54dfc60b0d65df8e8',1,'amrex::ForkJoin']]], + ['get_5fdo_5finitval_3078',['get_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af073981013bb7c213dd103b9935f9809',1,'amrex::FArrayBox']]], + ['get_5fdpdn_5fon_5fdomain_5ffaces_3079',['get_dpdn_on_domain_faces',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac6a0e027881bd8d0314ab054afb5dbc9',1,'amrex::MLPoissonT']]], + ['get_5fdx_5feb_3080',['get_dx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26',1,'amrex']]], + ['get_5fenum_5fcase_5finsensitive_3081',['get_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abc366069f0743f56cbadb53dfe9968e2',1,'amrex::ParmParse']]], + ['get_5fenum_5fsloppy_3082',['get_enum_sloppy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aeb64e745c395abcc8381b289d7bd9653',1,'amrex::ParmParse']]], + ['get_5fexclusive_5fsum_3083',['get_exclusive_sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#a7c22d5e09fb1b959f3ce7703caa5a5ac',1,'amrex::detail::SplitIndexList']]], + ['get_5fimpl_3084',['get_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5',1,'amrex::detail::get_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a4cd4035b5290c6ab844dcb8568c020dc',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get_impl()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a4d3a6a5ee4fec4f89030624c3bfa4ae6',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > const &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a366e33622f264a58b5ceae6cd79e3b64',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &&te) noexcept']]], + ['get_5finc_5fmpi_5ftag_3085',['get_inc_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac7e3ccd77b7a012c1c66b7c3bbdf6509',1,'amrex::ParallelContext::Frame::get_inc_mpi_tag()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a48543c30b34e4a2696efc8b2788abadd',1,'amrex::ParallelContext::get_inc_mpi_tag()']]], + ['get_5finitval_3086',['get_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aab5bd155e6cda0d5f6b61d1820ae5a8f',1,'amrex::FArrayBox']]], + ['get_5fint_3087',['get_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a6ef2d5bb23477385797383a4838a1281',1,'amrex_parmparse_module::get_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad7d6f97565596d31e0c64d3797f3b128',1,'amrex_parmparse_module::amrex_parmparse::get_int()']]], + ['get_5fintarr_3088',['get_intarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56e10e295f5d70b7f238b84f487aa477',1,'amrex_parmparse_module::get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a610d8844a68ada5bdacea533323bb756',1,'amrex_parmparse_module::amrex_parmparse::get_intarr()']]], + ['get_5fio_5ffilename_3089',['get_io_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aecdcd8a490ce68812e19ba6e6f17d320',1,'amrex::ForkJoin']]], + ['get_5fitags_3090',['get_itags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a43dbc9ccdad55205e4a95d7ccf6f3691',1,'amrex::TagBox']]], + ['get_5flead_5fcomm_3091',['get_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a428205afae6eb51671ee5b0d45de60b8',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['get_5fline_5fdata_3092',['get_line_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca',1,'amrex']]], + ['get_5flogical_3093',['get_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#abfcfeabda256c79024069aef558469b2',1,'amrex_parmparse_module::amrex_parmparse::get_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1f072a46c41df5283ca3ab135fa8f192',1,'amrex_parmparse_module::get_logical()']]], + ['get_5fmax_5fthreads_3094',['get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a',1,'amrex::OpenMP']]], + ['get_5fmf_3095',['get_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a7d6ce14751cb1212501bb1cdc36f57cb',1,'amrex::ForkJoin::get_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a43b2cf5d4684fbb2c23776d786efecdd',1,'amrex::FillPatchIterator::get_mf()']]], + ['get_5fmf_5fvec_3096',['get_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a8e0a68a47c9455b335eff47b577a44cb',1,'amrex::ForkJoin']]], + ['get_5fneighbor_5fcells_3097',['get_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html',1,'amrex_ebcellflag_module']]], + ['get_5fneighbor_5fcells_5fint_3098',['get_neighbor_cells_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956',1,'amrex_ebcellflag_module::get_neighbor_cells_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a11c655436ceff8d225a22cd6d9f5546f',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_int()']]], + ['get_5fneighbor_5fcells_5fint_5fsingle_3099',['get_neighbor_cells_int_single',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1',1,'amrex_ebcellflag_module']]], + ['get_5fneighbor_5fcells_5freal_3100',['get_neighbor_cells_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee',1,'amrex_ebcellflag_module::get_neighbor_cells_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a1c04556647e125e698c2fd2724430f38',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_real()']]], + ['get_5fnew_5fdata_3101',['get_new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0a3e47884145cbdb469ba13d9c93d80e',1,'amrex::AmrLevel::get_new_data(int state_indx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aaa28de2de47b2c2cb6fc60a0faa6f35b',1,'amrex::AmrLevel::get_new_data(int state_indx) noexcept']]], + ['get_5fnum_5fthreads_3102',['get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a',1,'amrex::OpenMP']]], + ['get_5fofs_5fptr_3103',['get_ofs_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#abf278a69530b55db1c0156e40db89e0c',1,'amrex::ParallelContext::Frame']]], + ['get_5fold_5fdata_3104',['get_old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a382aab120a9106f10ca000c930aa3bb4',1,'amrex::AmrLevel::get_old_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a699c7036091ffba601be980e985f12b2',1,'amrex::AmrLevel::get_old_data(int state_indx) const noexcept']]], + ['get_5foutput_5ffile_3105',['get_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a179ed9477bf3c19ddd7678a6277230c1',1,'amrex::TinyProfiler']]], + ['get_5fparticle_5fdata_3106',['get_particle_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a86ef9aa50ef7b290e9e0d5b7efc5b003',1,'amrex::ParticleArray']]], + ['get_5fplucker_5fcoords_3107',['get_plucker_coords',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f',1,'amrex::tri_geom_ops']]], + ['get_5fraw_5fdata_3108',['get_raw_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a530916a537dcc4b424694411b430833e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::get_raw_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a226d825fc52f81b473a5ccb27d0d19e1',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::get_raw_data(container_type &a_container)']]], + ['get_5fraw_5fdata_5fimpl_3109',['get_raw_data_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a3b69467d541c08b7bfb89a4bfa505644',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['get_5freal_3110',['get_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a43a58b4dcfae50bb8a40911804a8fd7b',1,'amrex_parmparse_module::get_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0fe403153388ffa22847e362231c0db3',1,'amrex_parmparse_module::amrex_parmparse::get_real()']]], + ['get_5frealarr_3111',['get_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afaa243da391ad65ea78af211034bbbb2',1,'amrex_parmparse_module::get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0c550ea9b94a0f755aad8d4b82eb7c49',1,'amrex_parmparse_module::amrex_parmparse::get_realarr()']]], + ['get_5fslice_5fdata_3112',['get_slice_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a431197f206b148529308a7796d5039',1,'amrex']]], + ['get_5fsolution_3113',['get_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a5de713250bbf999484b54230cd5aafef',1,'amrex::HypreSolver']]], + ['get_5fstate_5fdata_3114',['get_state_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9d26097cf45be9f3a69ea6a48e9bfabd',1,'amrex::AmrLevel']]], + ['get_5fstring_3115',['get_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2cbf931e4c309eba6e8c3874eb30f7b5',1,'amrex_parmparse_module::get_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0546d6b0c985419b4c1f4db2df4238cc',1,'amrex_parmparse_module::amrex_parmparse::get_string()']]], + ['get_5fstringarr_3116',['get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0a94203d52dd6336e6ca512a5139b3e7',1,'amrex_parmparse_module::get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ac0d76e840454ccdf657b39a423876e5a',1,'amrex_parmparse_module::amrex_parmparse::get_stringarr()']]], + ['get_5fsum_3117',['get_sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7e41ce07653e68c00c8370a43ac2afed',1,'amrex::detail']]], + ['get_5ftag_5fsize_3118',['get_tag_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a76f10e7b0bf11c2e90199e2ec1d964e6',1,'amrex::detail']]], + ['get_5fteam_5fcomm_3119',['get_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7810499292a81bb8c40c0a2a9a0c2d06',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['get_5fthread_5fnum_3120',['get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032',1,'amrex::OpenMP']]], + ['get_5ftime_5fstep_3121',['get_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4e271bb0dfa0e7bee049e3b8dfcbfec4',1,'amrex::IntegratorBase::get_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acdbecf21e7e5de787e59c0e1a2680fc8',1,'amrex::TimeIntegrator::get_time_step()']]], + ['geta_3122',['getA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a67ef9ca88484d9c5cc326b86431da451',1,'amrex::HypreSolver']]], + ['getacoeffs_3123',['getACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa5372664d64d3860afe0a883596975f4',1,'amrex::MLABecLaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4e99b082fbc82b4e9d6d4fc7707fe758',1,'amrex::MLALaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a1081608527ed0e29d67689eaaafceeb2',1,'amrex::MLCellABecLapT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a23675188f09097a295525367ce399b61',1,'amrex::MLEBABecLap::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a31ef925e5d50b04583caa69df4085cd1',1,'amrex::MLPoissonT::getACoeffs()']]], + ['getallocsinglechunk_3124',['getAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a26c57d9e401fcc56f720c50f5bfdeb06',1,'amrex::FabArrayBase']]], + ['getamrlevels_3125',['getAmrLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a705d1e2cbc8481f2ab8516ce61034a81',1,'amrex::Amr']]], + ['getareafrac_3126',['getAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#adb2dec585ef401908ca3e596eb62e851',1,'amrex::EBDataCollection::getAreaFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a74e0bbe82132ef0fecbe0dffda94cf83',1,'amrex::EBFArrayBoxFactory::getAreaFrac()']]], + ['getareafracdata_3127',['getAreaFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a5dc3cfcc602540d1f849106c2dee9d14',1,'amrex::EBFArrayBox']]], + ['getareanottotag_3128',['GetAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af6388eb0b60035305b92b00398c67762',1,'amrex::Amr::GetAreaNotToTag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9a621503f0ef653fc2eab9229168782d',1,'amrex::AmrMesh::GetAreaNotToTag()']]], + ['getareanottotag_3129',['getAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afd13b08745699794f3a991500e901974',1,'amrex::AmrLevel']]], + ['getareatotag_3130',['getAreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a804883955eae48bd6992fb770324a981',1,'amrex::AmrLevel']]], + ['getarena_3131',['getArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593ba91494f1ec4754498a39a2ea91be',1,'amrex::StateData::getArena()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240',1,'amrex::sundials::getArena()']]], + ['getarr_3132',['getarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4e9428e27996d192ffbb496cb009abd3',1,'amrex_parmparse_module::amrex_parmparse::getarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a643cc1f0359446a7ba0a997e949af928',1,'amrex::ParmParse::getarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a00541ac93c3550160a154e9d5a3d5ec1',1,'amrex::ParmParse::getarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a244245bc791095e6f4bbbfcf9835b8',1,'amrex::ParmParse::getarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a97c86c6556b58ff6d5fbef7dd33d7f67',1,'amrex::ParmParse::getarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ade3bfcf7b3561484c56556d12d7fa7c7',1,'amrex::ParmParse::getarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6284a27596e92c72f1eac4a6515c2c5d',1,'amrex::ParmParse::getarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc26369b48fec28271dfbc3a44924647',1,'amrex::ParmParse::getarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acd6b161e8e6dea4c7379ef469d73d193',1,'amrex::ParmParse::getarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9079c4384e7d33b2c8f92436a350b563',1,'amrex::ParmParse::getarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ace7abd71171ae6fdfe0aea25e616e323',1,'amrex::ParmParse::getarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae4bec9d37708853ed5e4ce2fb26b2d49',1,'amrex::ParmParse::getarr(const char *name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['getarrasdouble_3133',['getarrAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a771fbe8c2ffc4d6e86a52bc6d3dfd134',1,'amrex::ParmParse']]], + ['getarrayname_3134',['GetArrayName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac384e988016eac31074e99f36f7cd49a',1,'amrex::AmrDataAdaptor::GetArrayName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a6134a52852c8b59d0377a1f255990f85',1,'amrex::AmrMeshDataAdaptor::GetArrayName()']]], + ['getarrayofstructs_3135',['GetArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'amrex::ParIterBase_impl::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a15a5c73d1aaced5789c24576eabe384d',1,'amrex::ParticleTile::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01fa9d2a9c7ad522f53a96ba6aa770a8',1,'amrex::ParticleTile::GetArrayOfStructs() const']]], + ['getarrofconstptrs_3136',['GetArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb',1,'amrex::GetArrOfConstPtrs(const std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d',1,'amrex::GetArrOfConstPtrs(const std::array< T *, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c',1,'amrex::GetArrOfConstPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], + ['getarrofptrs_3137',['GetArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33',1,'amrex::GetArrOfPtrs(std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672',1,'amrex::GetArrOfPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], + ['getarrwithparser_3138',['getarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad796c767d7987d8f98fe3948af15d04d',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, T *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d74f088c51f002284a93dedd966ab40',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, std::vector< T > &ref) const']]], + ['getascalar_3139',['getAScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aaa7bd08886e8e132fbd9b3982bcadaa6',1,'amrex::MLABecLaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae138125310f7e77c24bfc57fc2435a96',1,'amrex::MLCellABecLapT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a19a757a4a9de1abe19d066d87985c97b',1,'amrex::MLALaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ab2de7ccf4ff7b1a71d80807c35edc388',1,'amrex::MLPoissonT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf57770551b1bc15d4ebfa8847c34b07',1,'amrex::MLEBABecLap::getAScalar()']]], + ['getasdouble_3140',['getAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a502d9490739e9e5d586fe710cbe4c233',1,'amrex::ParmParse']]], + ['getb_3141',['getb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#af227165d7eb34848f7ccc5942b432c0b',1,'amrex::HypreSolver']]], + ['getbc_3142',['getBC',['../namespaceHydroBC.html#ae4805c1bf4cec4012693733f3fa44f7b',1,'HydroBC::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#acabaee4740a8465dc4362f4374f0e244',1,'amrex::DeriveRec::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a84e433aa5076093c39d51bf97a9b0ca6',1,'amrex::StateData::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a289cc1c0fcd4e78b5a363ef048940b70',1,'amrex::StateDescriptor::getBC()']]], + ['getbc3d_3143',['getBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4a7a159ef9c9f44bea0e5ed912473b69',1,'amrex::DeriveRec']]], + ['getbcarray_3144',['GetBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ad9523dae9903f59fc43bb7df17e2250e',1,'amrex::InterpBase']]], + ['getbcarray_3145',['getBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4bb1f80ca05ed54727d81042c79e880b',1,'amrex::AmrLevel']]], + ['getbcoeffs_3146',['getBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ae26679158fbd666266ca89925a5dc9d8',1,'amrex::MLABecLaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af775f557e81f016fd82aac1740dab0ac',1,'amrex::MLPoissonT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aab3277c61cfe30090e52994136049eae',1,'amrex::MLEBABecLap::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a934552e4d4831940545037de23c96f32',1,'amrex::MLCellABecLapT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a11449a0005b64c5f3738ce60b2b1d471',1,'amrex::MLALaplacianT::getBCoeffs()']]], + ['getbcs_3147',['getBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#abbe594f5217319d2ca53015fbaaf73cb',1,'amrex::StateDescriptor']]], + ['getbctlptr_3148',['getBCTLPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a2cb90e49776ef856427d5cdde41e3296',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['getbdkey_3149',['getBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa0cb5039380dc0545d40ac5ac6589943',1,'amrex::FabArrayBase']]], + ['getbiniterator_3150',['getBinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a484b45fe28140ce6f64c77687981ac81',1,'amrex::DenseBinIteratorFactory::getBinIterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afd23c4f2b4f25cec986300221b0f03d3',1,'amrex::SparseBinIteratorFactory::getBinIterator()']]], + ['getbiniteratorfactory_3151',['getBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< ParticleType >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< typename amrex::ParticleTileData >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a475590b909390bc33d62c299008f46b0',1,'amrex::SparseBins::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'amrex::DenseBins::getBinIteratorFactory()']]], + ['getbitid_3152',['getBitid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab2b0ffb1afb4defa3f98055abdf26a1d',1,'amrex::btUnit']]], + ['getbits_3153',['getBits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'amrex::IndexTypeND::getBits() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'amrex::IndexTypeND::getBits() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'IndexTypeND< AMREX_SPACEDIM >::getBits() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'IndexTypeND< AMREX_SPACEDIM >::getBits() const noexcept']]], + ['getblocks_3154',['getBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a1c4d1455e703ecd30a9fa2317ad46864',1,'amrex::FabArrayBase::ParForInfo']]], + ['getbndryarea_3155',['getBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8f2facb9d8f388bd34a905d3249dec3f',1,'amrex::EBDataCollection::getBndryArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac2b28ee4bd2e645e9c75c9a5d6be496e',1,'amrex::EBFArrayBoxFactory::getBndryArea()']]], + ['getbndryareadata_3156',['getBndryAreaData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac2c6512ca162a98047caf8c8ae94dc01',1,'amrex::EBFArrayBox']]], + ['getbndrycells_3157',['GetBndryCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd',1,'amrex']]], + ['getbndrycent_3158',['getBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a79f870b65936034e5471d628fbd6d9fb',1,'amrex::EBDataCollection::getBndryCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a2f8879982903951bbf21cb66f8cf9ae0',1,'amrex::EBFArrayBoxFactory::getBndryCent()']]], + ['getbndrycentdata_3159',['getBndryCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac9f449fc08c6c03d216d17902831554f',1,'amrex::EBFArrayBox']]], + ['getbndrynormal_3160',['getBndryNormal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aab15dca606815013dc094f5a3b0588bc',1,'amrex::EBFArrayBoxFactory::getBndryNormal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad138261bbea936bf83d44dcca15df02c',1,'amrex::EBDataCollection::getBndryNormal()']]], + ['getbndrynormaldata_3161',['getBndryNormalData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a558b8878291849a622333ca591a33f3c',1,'amrex::EBFArrayBox']]], + ['getbottomtoleranceabs_3162',['getBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a903f258c1b87542f0b214e3d90e220af',1,'amrex::MLMGT']]], + ['getboundaryboxes_3163',['getBoundaryBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afbc4fb91adabe79223cea83ef23e4020',1,'detail']]], + ['getboxes_3164',['getBoxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afbef7a6e6ec6924b7ea37855908c0524',1,'amrex::FabArrayBase::ParForInfo']]], + ['getboxtype_3165',['getBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afe2e9993f74d508cf7aeb7150b610fd5',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn run_on) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a510e90f5d3a5db5b5614d225a372529c',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a6f8e64bd2b4c7935903ce0d5daa44f70',1,'amrex::STLtools::getBoxType()']]], + ['getboxtype_5fcpu_3166',['getBoxType_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afd124435b24af7471483736f6607a11b',1,'amrex::EB2::GeometryShop']]], + ['getbscalar_3167',['getBScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a877572517fc472cd65fc3597abc59dea',1,'amrex::MLCellABecLapT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1e93da5c824080ceeac9af1722cdf623',1,'amrex::MLEBABecLap::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac68818ce99ad5dbd8a1485e419e0f68c',1,'amrex::MLALaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1482d8037c4d35848bf7225432c1a885',1,'amrex::MLABecLaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac2c255d7ebd13f20faf6f069ec48389b',1,'amrex::MLPoissonT::getBScalar()']]], + ['getbucket_3168',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html',1,'amrex::GetBucket'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#abcbeeafe88c66d539a5264e67ff6679d',1,'amrex::GetBucket::GetBucket()']]], + ['getbucketfunctor_3169',['getBucketFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#acbab95785a1dc1149ece86210d59e858',1,'amrex::ParticleBufferMap']]], + ['getcell_3170',['getCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335',1,'amrex']]], + ['getcellcenteredbox_3171',['getCellCenteredBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8366f694b15adc33374df70cdd56d0b5',1,'amrex::BoxArray']]], + ['getcellloc_3172',['GetCellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1e5bb6708a24e6df5c5d73422b637620',1,'amrex::CoordSys']]], + ['getcellvolcoord_3173',['GetCellVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a635fa3a22b91c84b298c72e42f9c18d9',1,'amrex::CoordSys']]], + ['getcentroid_3174',['getCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a1607508139d564d5f6293d6c68f4a953',1,'amrex::EBDataCollection::getCentroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a79839e57245a8a258476cb2c01126e58',1,'amrex::EBFArrayBoxFactory::getCentroid()']]], + ['getcentroiddata_3175',['getCentroidData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a85bc6b6f08478b3041144fe1b7555971',1,'amrex::EBFArrayBox']]], + ['getcheckfilepositions_3176',['GetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a67cbe97a6341b35ab4036a8b0ca59f3c',1,'amrex::VisMF']]], + ['getclassname_3177',['getClassName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d03e4cd237ad307255e8959098eef66',1,'amrex::FArrayBox::getClassName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6f7c8097795d9d1c63359cba22b9e798',1,'amrex::IArrayBox::getClassName()']]], + ['getcommtagsbox_3178',['GetCommTagsBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac1810a3351cc7c3242d98c7ddf7f5837',1,'amrex::NeighborParticleContainer']]], + ['getconstparticletiledata_3179',['getConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7e6f09a853acf5ffd1d4d365ebd60d35',1,'amrex::ParticleTile']]], + ['getcounts_3180',['GetCounts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a83ce58d8b5bf7e5c71eb6be826f62b37',1,'amrex::NeighborList::GetCounts() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a3800fa953652a3c7cd933e9c57ffcbf1',1,'amrex::NeighborList::GetCounts()']]], + ['getcpc_3181',['getCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aaeb133e861baa561ecdcb23aa91ea48a',1,'amrex::FabArrayBase']]], + ['getcpversion_3182',['GetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6b95f5cdfd2548a030caf55a28f66a44',1,'CommProfStats']]], + ['getcrsedata_3183',['getCrseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af3c9944a1620773f35a68caa68d22121',1,'amrex::EBFluxRegister::getCrseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ac9027c1a21fd7ec198393939ff2d4be2',1,'amrex::YAFluxRegisterT::getCrseData()']]], + ['getcrseflag_3184',['getCrseFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a81c2340e9470f6d2f4c8658f9e929f78',1,'amrex::EBFluxRegister']]], + ['getcssize_3185',['GetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0eb157fb50325c32f5c9781851363302',1,'CommProfStats']]], + ['getcsversion_3186',['GetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a6e433600561aaaae660fa520d5bbd109',1,'RegionsProfStats']]], + ['getcutcellmask_3187',['getCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cac1024f42f36d74533776ad058b392',1,'amrex::EBDataCollection::getCutCellMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5691e8d50f28f584e9d3b3c47cacd3d4',1,'amrex::EBFArrayBoxFactory::getCutCellMask()']]], + ['getdata_3188',['getData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79c82337179f95a7d38ae57b4535e91a',1,'amrex::StateData']]], + ['getdatadescriptor_3189',['getDataDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa4e648cc663a2a1cdf7aa465caf19579',1,'amrex::FArrayBox::getDataDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3868fb3093c1460b818c0a41c9b20f4a',1,'amrex::IArrayBox::getDataDescriptor()']]], + ['getdefaultagglomerationgridsize_3190',['getDefaultAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac63fdecd955455e1608496793c45e578',1,'amrex::LPInfo']]], + ['getdefaultbottomsolver_3191',['getDefaultBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'amrex::MLLinOpT::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab3de2ad805881979397a0c5b7dfc7175',1,'amrex::MLNodeLaplacian::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'MLLinOpT< Array< MultiFab, 3 > >::getDefaultBottomSolver()']]], + ['getdefaultconsolidationgridsize_3192',['getDefaultConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aa03ac62b9591746b85f0591485a25335',1,'amrex::LPInfo']]], + ['getdefaultgeometry_3193',['getDefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a58a5a186a18bfb36f2631db4a1c2a665',1,'amrex::AMReX']]], + ['getdirichletinfo_3194',['getDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a3c262e8635218f88ca186c613bdc9c9c',1,'amrex::MLCurlCurl']]], + ['getdloga_3195',['GetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#add482d37cf7569590ad9052ef0c9d5be',1,'amrex::CoordSys::GetDLogA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a877e863e6797d128bdb0603313a54431',1,'amrex::Geometry::GetDLogA()']]], + ['getdoihi_3196',['getDoiHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6884438231c020a69d778c573c16b9e7',1,'amrex::BoxArray']]], + ['getdoilo_3197',['getDoiLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a505e85adf7cf632051028a779afb02d9',1,'amrex::BoxArray']]], + ['getdomain_3198',['getDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aac632701a65ebb8b2d429ee83da1e34e',1,'amrex::BndryDataT::getDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae6c8e83a79b4df57c9dccb1f5062204a',1,'amrex::StateData::getDomain()']]], + ['getdotmask_3199',['getDotMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9811ec018bd16f4e6d09709a539c576c',1,'amrex::MLCurlCurl']]], + ['getdynamic_3200',['GetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a17a5f370eb055df9d62919d0bbf34f66',1,'amrex::NFilesIter']]], + ['getebcellflagfab_3201',['getEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a165e4657241e0de7cb54f2d4e44a46b5',1,'amrex::EBFArrayBox::getEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec',1,'amrex::getEBCellFlagFab()']]], + ['getebfluxes_3202',['getEBFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5bc7b648df895d5ff5402e2ddcf9605c',1,'amrex::MLEBABecLap']]], + ['getebindexspace_3203',['getEBIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a472fdfab42254b79cfc0680c1d55627c',1,'amrex::EBFArrayBoxFactory::getEBIndexSpace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1c5bf0b16ab52e799b8830fd149c0f62',1,'amrex::EB2::Level::getEBIndexSpace()']]], + ['geteblevel_3204',['getEBLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a706b6b91efaa582b01395c767d7e791c',1,'amrex::EBFArrayBoxFactory']]], + ['getedgeboxarray_3205',['getEdgeBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad3cf13198c2fc19f4d692b5282b1ddc5',1,'amrex::AmrLevel']]], + ['getedgecent_3206',['getEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ae1609fd745b2bfb480969127a18318b2',1,'amrex::EBDataCollection::getEdgeCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a51e76d30e601ff58904513973f2ef3f5',1,'amrex::EBFArrayBoxFactory::getEdgeCent()']]], + ['getedgecentdata_3207',['getEdgeCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac3a077f49922cc230006f9cec5e9883d',1,'amrex::EBFArrayBox']]], + ['getedgeloc_3208',['GetEdgeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aea1434ade6324f26e8535f495ad65bdf',1,'amrex::CoordSys']]], + ['getedgevolcoord_3209',['GetEdgeVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a021239e50efa6a5a02ac8a3b5e45c3',1,'amrex::CoordSys']]], + ['getenforcesingularsolvable_3210',['getEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'amrex::MLLinOpT::getEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'MLLinOpT< Array< MultiFab, 3 > >::getEnforceSingularSolvable()']]], + ['getentries_3211',['getEntries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#add7b8b32755bc2ffd24623957b797d23',1,'amrex::ParmParse']]], + ['getenum_3212',['getEnum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d635bdb718c30952079c43671149a5d',1,'amrex']]], + ['getenumcaseinsensitive_3213',['getEnumCaseInsensitive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab3ae8b43aca87a0f9b7c66250c04a316',1,'amrex']]], + ['getenumclassname_3214',['getEnumClassName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb',1,'amrex']]], + ['getenumnamestring_3215',['getEnumNameString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6',1,'amrex']]], + ['getenumnamestrings_3216',['getEnumNameStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84',1,'amrex']]], + ['getenumnamevaluepairs_3217',['getEnumNameValuePairs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af25f8a486aa78651b7556c266543bc1b',1,'amrex']]], + ['getfab_3218',['GetFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6849db338a0e6174a0b39b5e483b74b9',1,'amrex::VisMF']]], + ['getfabio_3219',['getFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aceb0eff246538d984578232e27f82045',1,'amrex::IArrayBox::getFABio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a67fb916342e7c929641dbde731b8aa1b',1,'amrex::FArrayBox::getFABio()']]], + ['getfacearea_3220',['GetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#af912928529cb7ca74eae3d2a812c9c0c',1,'amrex::CoordSys::GetFaceArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8e4aa2c2e88a46cb31b1ce0f9590c350',1,'amrex::Geometry::GetFaceArea(FArrayBox &area, const BoxArray &grds, int idx, int dir, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa546dc5e4e7fd70bc151955e2984b0ed',1,'amrex::Geometry::GetFaceArea(MultiFab &area, int dir) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5959b22b9bfa06ce43a7357c18b0124e',1,'amrex::Geometry::GetFaceArea(MultiFab &area, const BoxArray &grds, const DistributionMapping &dm, int dir, int grow) const']]], + ['getfacecent_3221',['getFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a08787037eac1cfa94bc3c220dbcff764',1,'amrex::EBFArrayBoxFactory::getFaceCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad0ed659e56764e900bd11fa12ec33eeb',1,'amrex::EBDataCollection::getFaceCent()']]], + ['getfacecentdata_3222',['getFaceCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#afd43559f014a6db15c12483770f81ebc',1,'amrex::EBFArrayBox']]], + ['getfacetype_3223',['getFaceType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#afe9842c5d2fff8d3701db43a0a8762ab',1,'amrex::EB2::GFab::getFaceType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af9797a5116b69e9eb6668727518fd88f',1,'amrex::EB2::GFab::getFaceType() const']]], + ['getfb_3224',['getFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af08e453541172e394dd9c710f5fc132f',1,'amrex::FabArrayBase']]], + ['getfilename_3225',['GetFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aae6972ddc9fa4b14594680e841fcf19e',1,'amrex::AmrData::GetFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1b9e7f339c8c6accfea0ae44925bd623',1,'amrex::DataServices::GetFileName() const']]], + ['getfiletype_3226',['GetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a05851a0d04e99fa67cb2ff71d1fbf9b9',1,'amrex::DataServices::GetFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a567e2aa9690d270dbf95dfda84f909f6',1,'amrex::AmrData::GetFileType()']]], + ['getfiltertimeranges_3227',['GetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab39f9a76dccad3eb8c8f952ccf3437fc',1,'BLProfStats']]], + ['getfinalresidual_3228',['getFinalResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2182dcd20e03f121861e68056f9e4022',1,'amrex::MLMGT']]], + ['getfinalresidualnorm_3229',['getFinalResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#abfa09a2551f499b29aebcba3a9715268',1,'amrex::HypreSolver::getFinalResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa522c8c20c2af637e3a539ba0a879ff7',1,'amrex::HypreIJIface::getFinalResidualNorm()']]], + ['getfinedata_3230',['getFineData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a00e42aad2911705689a1abd3857146bb',1,'amrex::YAFluxRegisterT']]], + ['getfinestlevel_3231',['GetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a86c68e46ff05aaeb946b326ac767025c',1,'CommProfStats']]], + ['getfluxes_3232',['getFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aac5654b0e7eab6ce359301600c1f6c7e',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae9426156a59e3e4fa7f4024eedfb3c22',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< MultiFab, 3 > * > &, const Vector< Array< MultiFab, 3 > * > &) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< Array< MultiFab, 3 > *, AMREX_SPACEDIM > > &, const Vector< Array< MultiFab, 3 > * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'amrex::MLLinOpT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'amrex::MLLinOpT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &, const Vector< MF * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad86670e0d6ce7f6cdc72e456fad67faf',1,'amrex::MLCellABecLapT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a47c09599ba7bee546dfb637ac8962fa0',1,'amrex::MLCellABecLapT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &a_flux, const Vector< MF * > &a_sol, Location a_loc) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8bc15ad867108c7cf4002f71b7696126',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afbd2eac545d410ca5268cdbbad6332aa',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a41218de46f27ecce58fb0a60bf925936',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< Array< MultiFab *, AMREX_SPACEDIM > > &, const Vector< MultiFab * > &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad4e503d0e8fdafa03b110427b5e31a21',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< MultiFab * > &a_flux, const Vector< MultiFab * > &a_sol) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aad3f73457b5e489d333b8c5506ae629c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac2c1ddd3a1e83b1574a4336c89b3eff1',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1cbdf2732ca933bb86971cfcc8afde7c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b5de3748ba2426c88f636fff2cd03a2',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::FaceCenter)'],['../classHydro_1_1MacProjector.html#a5af2a8c4c1da1def1a08e66393f8d741',1,'Hydro::MacProjector::getFluxes()']]], + ['getformat_3233',['getFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aba9fe48668a79af0c5805d77472c467d',1,'amrex::FArrayBox']]], + ['getfpexcept_3234',['getFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780',1,'amrex']]], + ['getfpinfo_3235',['getFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad5c0afcb0f98eda5ed211fa3e232d6ad',1,'amrex::FillPatcher']]], + ['getgeom_3236',['getGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a7ae9f7791272299abb7f27b53208288a',1,'amrex::BndryDataT']]], + ['getgeometry_3237',['getGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#afa9591f706505991554b147f3d2a137b',1,'amrex::EB2::IndexSpaceSTL::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac216284322537eefb6a3817e784a716d',1,'amrex::EB2::IndexSpaceImp::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#afb59a8649d374054b28322ebd3674428',1,'amrex::EB2::IndexSpaceChkptFile::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a683092cb9c842fb986c79f0aedcd05bb',1,'amrex::EB2::IndexSpace::getGeometry()']]], + ['getgmres_3238',['getGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a501781e1e1e7c61244eed962066f1419',1,'amrex::GMRESMLMGT']]], + ['getgradphi_3239',['getGradPhi',['../classHydro_1_1NodalProjector.html#af3361a156b0aa6ac7c3f84403eb5e016',1,'Hydro::NodalProjector']]], + ['getgradphiconst_3240',['getGradPhiConst',['../classHydro_1_1NodalProjector.html#ad6484c98f8ebd60a65b9d680cf28b5a6',1,'Hydro::NodalProjector']]], + ['getgradsolution_3241',['getGradSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9184fd07b228cf04426d35dc27563711',1,'amrex::MLMGT::getGradSolution(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_grad_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0c8c8fa9cab0b1b68c896ae1de53f5dd',1,'amrex::MLMGT::getGradSolution(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_grad_sol, Location a_loc=Location::FaceCenter)']]], + ['getgraph_3242',['getGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a2896574b578bc56288ba3e848c877bd8',1,'amrex::EB2::GFab::getGraph() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a81534f2a63d7da91a51a37186885b802',1,'amrex::EB2::GFab::getGraph()']]], + ['getgridassignor_3243',['getGridAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'amrex::AmrParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#ac1dbedf587229a97793b03cffa340c5d',1,'amrex::ParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::getGridAssignor()']]], + ['getgrids_3244',['GetGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2fb7ab2d7a3b0eab52eab3edff96621d',1,'amrex::AmrData::GetGrids(int level, int componentIndex, const Box &onBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a780cda5b717c23ce62c232042dc686f8',1,'amrex::AmrData::GetGrids(int level, int componentIndex)']]], + ['getgroupsets_3245',['GetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8645f0e85a9ccda7b565b6fbabb5bac3',1,'amrex::VisMF']]], + ['getgrowthfactor_3246',['GetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa',1,'amrex::VectorGrowthStrategy']]], + ['gethashmap_3247',['getHashMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a64bcc84783a1477aa898e6f8f6d55ae7',1,'amrex::BoxArray']]], + ['getheaderfilenames_3248',['GetHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0cab8d7c366a08ed7c4ea33d10be5607',1,'CommProfStats::GetHeaderFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9186078d1f971d7a0c3574f4549e9a02',1,'RegionsProfStats::GetHeaderFileNames()']]], + ['getheaderversion_3249',['GetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5be9ce5dc3ed0083f7959e63528de583',1,'amrex::VisMF']]], + ['getidcpudata_3250',['GetIdCPUData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0dcfe0eee137e2a2d22126d2fbda1fcd',1,'amrex::StructOfArrays::GetIdCPUData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaf532986a54772ea640a2ab38b7cff9e',1,'amrex::StructOfArrays::GetIdCPUData() const']]], + ['getimpfunc_3251',['GetImpFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a1ae5ec19a6ac23d6aee924e0e628a5eb',1,'amrex::EB2::GeometryShop::GetImpFunc() &&'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99ffab25b96dcb5b2c642e65115d0d45',1,'amrex::EB2::GeometryShop::GetImpFunc() const &']]], + ['getindex_3252',['getIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#aeb4fc11d76183b0156cbeb8d8c0862af',1,'amrex::SparseBinIteratorFactory::getIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a93af3648c6f8c165830a2b57dcdc26f2',1,'amrex::btUnit::getIndex()']]], + ['getindex_3253',['GetIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a51ba1d33196fe07ad0508207f2762b83',1,'amrex::InSituUtils::StateMap']]], + ['getindexarray_3254',['getIndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa680d94d22fd2dc0e9e6ab1c224113ff',1,'amrex::DistributionMapping']]], + ['getindexbounds_3255',['getIndexBounds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c',1,'amrex::getIndexBounds(T const &b1, T const &b2, Ts const &... b3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71',1,'amrex::getIndexBounds(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930',1,'amrex::getIndexBounds(BoxND< dim > const &b1) noexcept']]], + ['getinfo_3256',['GetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a4435702fd8508a1d1e8c7e58bd8508bb',1,'amrex::AMRErrorTag::GetInfo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aa75f7cba80e6886ecd8621d8a54ca073',1,'amrex::AMRErrorTag::GetInfo() noexcept']]], + ['getinitialba_3257',['getInitialBA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cb4fa8c70133837b3b6940290732c30',1,'amrex::Amr']]], + ['getinitresidual_3258',['getInitResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a612f7c8a01b41fa882b5fb1f579c4a6c',1,'amrex::MLMGT']]], + ['getinitrhs_3259',['getInitRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adcbc9d3987820fcf8769b0aa62eb96b7',1,'amrex::MLMGT']]], + ['getinitsolnzeroed_3260',['getInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a23f16c68e149d98856eca9cd3bda6c40',1,'amrex::MLCGSolverT']]], + ['getinstance_3261',['getInstance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a4de3370fe39ada9432b7c7736f00fd90',1,'amrex::MemProfiler']]], + ['getintdata_3262',['GetIntData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a172af3e9e6cc7eeee5093772634020dd',1,'amrex::StructOfArrays::GetIntData(const int index) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ab48f25cece8baf87dfe542bbdb53cf13',1,'amrex::StructOfArrays::GetIntData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a296f7ff58cbcaa84b993ba66b8374e07',1,'amrex::StructOfArrays::GetIntData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a2086bc5faf11d372ebcbe728e46c19d9',1,'amrex::StructOfArrays::GetIntData()']]], + ['getintercept_3263',['getIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#addae911a258f776f2bf862da19290953',1,'amrex::STLtools::getIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a43abec2c9a7a8d648c282bcbb5ad27e0',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ae9474b98c5ee963422d44bfbefa0864f',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn run_on, Box const &bounding_box) const noexcept']]], + ['getintercept_5fcpu_3264',['getIntercept_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad5e06559c1b3fdb35f13e48408eaedd3',1,'amrex::EB2::GeometryShop']]], + ['getintersecthix_3265',['getIntersectHiX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adf62b6ed57f2b6300c88006b075613cc',1,'amrex::Amr']]], + ['getintersecthiy_3266',['getIntersectHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a019a2bcc15ee8ff3f96613ca88b09228',1,'amrex::Amr']]], + ['getintersecthiz_3267',['getIntersectHiZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d73495d2d5390c4324c48b943e2893c',1,'amrex::Amr']]], + ['getintersectlox_3268',['getIntersectLoX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aebb7e0750e8e5f5a9ae59c4b048e0974',1,'amrex::Amr']]], + ['getintersectloy_3269',['getIntersectLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a35cf977f63121c5cca4bd94237b33a18',1,'amrex::Amr']]], + ['getintersectloz_3270',['getIntersectLoZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5b3ad9bd9642884b6f9bbc2912ac6319',1,'amrex::Amr']]], + ['getiobuffersize_3271',['GetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a18fe5085940077f84917d957455078ab',1,'amrex::VisMFBuffer']]], + ['getkth_3272',['getkth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a757bd795e26efa90e0001e42d3720538',1,'amrex::ParmParse::getkth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a121a56d0a3d64fe23a990ed9e09bb490',1,'amrex::ParmParse::getkth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac31c5d065e80c23103cb04b1592c7b7d',1,'amrex::ParmParse::getkth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2dc42d1cc9657c5dfa235e485944390c',1,'amrex::ParmParse::getkth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a987610163c3981e856ddd928180851d4',1,'amrex::ParmParse::getkth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a41c797456b4d13b1783474e26202ecf4',1,'amrex::ParmParse::getkth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a642956703fef48b48a1e23f7429b3a64',1,'amrex::ParmParse::getkth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a880e5679710b84f6773ef402d357a0f4',1,'amrex::ParmParse::getkth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abf1dd9e920a2496279d5d4d0c5ce90d5',1,'amrex::ParmParse::getkth(const char *name, int k, double &ref, int ival=FIRST) const']]], + ['getktharr_3273',['getktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a8a963df03fadd42bb22a0d3dcf4d86',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a897613a49a650ce10780c02157b056fd',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2bfcc04882e77f0ab692e6cc1b3ee471',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a43d727ee62e630148cd9ad44c76ee198',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a51fbaa30ce635b4022c14f8479adb59b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad295e0055ca48f33fd46c918f7f65807',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a98496ea33eae3e43168da0c5d530f9d0',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ada3137eb2cf941b65a7e7ec75127fb4b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['getlevel_3274',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5db40812e41cec37353e6308befc77da',1,'amrex::Amr']]], + ['getlevel_3275',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'amrex::ParIterBase_impl::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a73c572b51cfc05238746fdac17e7b8c2',1,'amrex::AmrMesh::GetLevel()']]], + ['getlevel_3276',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a4106393335714ad0351ccf212d479cdf',1,'amrex::EB2::IndexSpaceSTL::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a1eeaab4266c11166a3072eea2f888f52',1,'amrex::EB2::IndexSpaceImp::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ac851ed9fe4d83eccab062b387e301447',1,'amrex::EB2::IndexSpaceChkptFile::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a71aa6d39a145bc12424b2fc6c9a7e015',1,'amrex::EB2::IndexSpace::getLevel()']]], + ['getleveldirectoriescreated_3277',['GetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'amrex::ParticleContainer_impl::GetLevelDirectoriesCreated()']]], + ['getlevelset_3278',['getLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a5fdd2f891dda34c9d25aff6bb4dacb03',1,'amrex::EB2::MultiGFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ac0e07bec527da60ada6a31e3f6154fce',1,'amrex::EB2::GFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aecb6512d999fbe92fe04a2982ef86b8a',1,'amrex::EB2::GFab::getLevelSet() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9cd06cc502ad4b697b90fa36e7f55a2d',1,'amrex::EBFArrayBoxFactory::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a778401df04db53fd5851aab6bcf1f76b',1,'amrex::EBDataCollection::getLevelSet()']]], + ['getlevelsetdata_3279',['getLevelSetData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af20bd253ed486ac97c8345b9623f7b33',1,'amrex::EBFArrayBox']]], + ['getlinop_3280',['getLinOp',['../classHydro_1_1NodalProjector.html#ad5928e251dfec8718bf03192b2d6ca91',1,'Hydro::NodalProjector::getLinOp()'],['../classHydro_1_1MacProjector.html#a42c8aa2abe57b3e125b879da367eafa4',1,'Hydro::MacProjector::getLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af5f7553981d365fe77fb8426182f8179',1,'amrex::MLMGT::getLinOp()']]], + ['getlist_3281',['GetList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a427dc6963a91be3d92800a3f8f117d12',1,'amrex::NeighborList::GetList() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1b4e1d14583d70909c2bdbadae55bcae',1,'amrex::NeighborList::GetList()']]], + ['getmaxfnumber_3282',['GetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a986254c189eb57fb9ec6f743af4aae0b',1,'RegionsProfStats']]], + ['getmaxiter_3283',['getMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a957b574059224be85b8085912c5b7aab',1,'amrex::MLCGSolverT']]], + ['getmaxlevel_3284',['GetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a93575bb6c72c2cb7dc80a40c6efed1a3',1,'CommProfStats']]], + ['getmaxnextidprepost_3285',['GetMaxNextIDPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetMaxNextIDPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'amrex::ParticleContainer_impl::GetMaxNextIDPrePost()']]], + ['getmaxorder_3286',['getMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'MLLinOpT< Array< MultiFab, 3 > >::getMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'amrex::MLLinOpT::getMaxOrder()']]], + ['getmaxrnumber_3287',['GetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0b18f28f55ad9d1657e06ca872e2f85e',1,'BLProfStats']]], + ['getmesh_3288',['GetMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aca67fe21003c9ad15bfb10c6413c77e7',1,'amrex::AmrMeshDataAdaptor::GetMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a001bb962fd2d5b3a0c63efdfc0283b26',1,'amrex::AmrDataAdaptor::GetMesh()']]], + ['getmeshhasghostcells_3289',['GetMeshHasGhostCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a141e4587c3c274deb75f5d04ae75f4d3',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4817b06fbf2b759ed29cb65e6b8944a9',1,'amrex::AmrDataAdaptor::GetMeshHasGhostCells()']]], + ['getmeshhasghostnodes_3290',['GetMeshHasGhostNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af416516fa4c19ec1181034effe6bb4c6',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a22ca8c6c58732a0c1e7006027bb85848',1,'amrex::AmrDataAdaptor::GetMeshHasGhostNodes()']]], + ['getmeshname_3291',['GetMeshName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aed8264f802b43842e82fbe41a3ecb283',1,'amrex::AmrMeshDataAdaptor::GetMeshName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a56b023f943976c8cbc6868bc307d0e22',1,'amrex::AmrDataAdaptor::GetMeshName()']]], + ['getmffileinstreams_3292',['GetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a738d789073dd1072ac3a0c640429574c',1,'amrex::VisMF']]], + ['getmfptr_3293',['getMFptr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36',1,'amrex::sundials']]], + ['getmindigits_3294',['GetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3d957684f758d55f7060078a5f49b08f',1,'amrex::NFilesIter']]], + ['getmlmg_3295',['getMLMG',['../classHydro_1_1NodalProjector.html#a51aa99d9c270fa9daa5af5f471d47997',1,'Hydro::NodalProjector::getMLMG()'],['../classHydro_1_1MacProjector.html#a6f96afe62390bf84e4f3023dfc43aa21',1,'Hydro::MacProjector::getMLMG()']]], + ['getmultiebcellflagfab_3296',['getMultiEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9d7547c89b9cee01aec4519d7729aa11',1,'amrex::EBFArrayBoxFactory::getMultiEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#acce2adceaba115a5c56167ec8cf3eb79',1,'amrex::EBDataCollection::getMultiEBCellFlagFab()']]], + ['getname_3297',['GetName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a270b8055caab171c50e38d12eb8003c2',1,'amrex::InSituUtils::StateMap']]], + ['getncomp_3298',['getNComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ae95246a8ce25a240837faf8c84f6c523',1,'amrex::MLTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'amrex::MLLinOpT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a88ced4b56c0bcae8b8d191ed461efb97',1,'amrex::MLEBTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac8592f1eb3bbc7a07f14a286f4de37db',1,'amrex::MLEBABecLap::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aea18bbc9ee334ccc7fe5d22e7c693926',1,'amrex::MLALaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1b83dc2b560d4872a20e2a3dcbd9983a',1,'amrex::MLABecLaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'MLLinOpT< Array< MultiFab, 3 > >::getNComp()']]], + ['getneighborcommtags_3299',['GetNeighborCommTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a01f3711526aa5aff0183fc0eeee6a866',1,'amrex::NeighborParticleContainer']]], + ['getneighbors_3300',['GetNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0d80b42fa8c4fa92b49b26301ea8e205',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a662f2650bebba90cebfd2f314bce4585',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile)']]], + ['getneighbors_3301',['getNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a5810ab8fb05e91430d6e3d6282d5335a',1,'amrex::NeighborData']]], + ['getneighbortags_3302',['getNeighborTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a98b93307f7df6a29e8e1b84bfdcda458',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, const IntVect &nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991d920470b2aead6fd0f8f19a26b7c9',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, int nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)']]], + ['getnewcapacityforpush_3303',['GetNewCapacityForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::STLtools::Triangle >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::openbc::MomTag >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::NeighborCode >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::BoxND >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'amrex::PODVector::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::XDim3 >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< unsigned int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< std::size_t >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int *, DefaultAllocator< int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< index_type >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int *, DefaultAllocator< const int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int * >::GetNewCapacityForPush()']]], + ['getnghost_3304',['getNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3180b6fc90c59d409dd729364cac7423',1,'amrex::MLCGSolverT']]], + ['getngrow_3305',['getNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'amrex::MLLinOpT::getNGrow()']]], + ['getngrowvectrestriction_3306',['getNGrowVectRestriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'amrex::MLLinOpT::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a808d167add048ec3c4c1d299468777b4',1,'amrex::MLCurlCurl::getNGrowVectRestriction()']]], + ['getnodalboxarray_3307',['getNodalBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f0a9f5d2c0e0733ad3cbbda47912480',1,'amrex::AmrLevel']]], + ['getnode_3308',['GetNode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html',1,'amrex::nodelap_detail']]], + ['getnode2_3309',['GetNode2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html',1,'amrex::nodelap_detail']]], + ['getnonzerobinsptr_3310',['getNonZeroBinsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a54c4ce654739bc4d76a7e8c4859a7be6',1,'amrex::SparseBins::getNonZeroBinsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a20ea0ea6dcb1b42a55b691060c1cffaa',1,'amrex::SparseBins::getNonZeroBinsPtr() noexcept']]], + ['getnoutfiles_3311',['GetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a73b516dcb8729a411f75eaa5d7fc1b54',1,'amrex::VisMF::GetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c3532e024fa0366c5c680a93a42e459',1,'BLProfStats::GetNOutFiles()']]], + ['getnparticlesprepost_3312',['GetNParticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetNParticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'amrex::ParticleContainer_impl::GetNParticlesPrePost()']]], + ['getnprocs_3313',['GetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a494219dfcd91421ce123dd61aaf52f49',1,'BLProfStats']]], + ['getnumberofarrays_3314',['GetNumberOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a81e26add150ac206d12a042169b1f993',1,'amrex::AmrMeshDataAdaptor::GetNumberOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb19ff64f67ce3d581833588cd8a362b',1,'amrex::AmrDataAdaptor::GetNumberOfArrays()']]], + ['getnumberofmeshes_3315',['GetNumberOfMeshes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a799e8484ecd0ce48d5a84dd634b01ee1',1,'amrex::AmrMeshDataAdaptor::GetNumberOfMeshes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4b98d2d309d72218c0bc9f2d82781433',1,'amrex::AmrDataAdaptor::GetNumberOfMeshes()']]], + ['getnumberofusers_3316',['GetNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a57d2a67a23da81f0f8ba22bbfdc496b6',1,'amrex::DataServices']]], + ['getnumcgiters_3317',['getNumCGIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99cb7db62a7f9ea8f30cd18904bdbfef',1,'amrex::MLMGT']]], + ['getnumcoveredcells_3318',['getNumCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#accfba3397c54fc70f5355fe72e53aef5',1,'amrex::EBCellFlagFab']]], + ['getnumcutcells_3319',['getNumCutCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#abfc0c19edd24b4583d39b256c3916364',1,'amrex::EBCellFlagFab']]], + ['getnumiters_3320',['getNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a1825063c207895677c85f9dbf121a62e',1,'amrex::HypreSolver::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'amrex::GMRES::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'GMRES< MF, GMRESMLMGT< MF > >::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3584e996a150386dbf8ee7b731ee3ffa',1,'amrex::GMRESMLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7a0cff28901a012c347fa1d4339ffd1f',1,'amrex::HypreIJIface::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a566d8e16eab81e003fdf43b18112836b',1,'amrex::MLCGSolverT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a61fe6fb0ec89735cd73871cfb53a25b9',1,'amrex::MLMGT::getNumIters()']]], + ['getnumneighbors_3321',['getNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad331838c0859743a9a968d2d321db717',1,'amrex::ArrayOfStructs::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0c9d45bcfbc55a087faa7c61ecd5c3c5',1,'amrex::StructOfArrays::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0af47b01f2f8e3b42701af71a08ed2be',1,'amrex::ParticleTile::getNumNeighbors()']]], + ['getnumregularcells_3322',['getNumRegularCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5543ed9a9e620af529ce92b82b6498f3',1,'amrex::EBCellFlagFab']]], + ['getnumvofs_3323',['getNumVoFs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a84a126f074a69bb0d306d0a44a775b23',1,'amrex::EBCellFlag']]], + ['getoffsets_3324',['GetOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a78237e02dfe0d7faa5de361bc9a17566',1,'amrex::NeighborList::GetOffsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a59a916fe644a969eeb0ca7bf5ed6cce8',1,'amrex::NeighborList::GetOffsets() const']]], + ['getordering_3325',['getOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aaa904e14fc1335783b62f47ad001348e',1,'amrex::FArrayBox']]], + ['getoversetmask_3326',['getOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a8ab63e064604cb872297d224250c4921',1,'amrex::MLCellABecLapT']]], + ['getownership_3327',['getOwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8eb230cc640400a27702a048a611b0af',1,'amrex::DistributionMapping']]], + ['getpairindex_3328',['GetPairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'amrex::ParIterBase_impl::GetPairIndex()']]], + ['getparforinfo_3329',['getParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#addc7d9a3237b58405473e60db76f4157',1,'amrex::FabArrayBase']]], + ['getpargdb_3330',['GetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e42065282e0589082794401db6d2247',1,'amrex::ParticleContainerBase::GetParGDB() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adafb217d391165d8afaf21b38912e068',1,'amrex::ParticleContainerBase::GetParGDB()']]], + ['getparticlebin_3331',['GetParticleBin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html',1,'amrex']]], + ['getparticlecell_3332',['getParticleCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04427e35cff35a816668c7954717bac3',1,'amrex::getParticleCell(PTD const &ptd, int i, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi) noexcept']]], + ['getparticlegrid_3333',['getParticleGrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1',1,'amrex']]], + ['getparticles_3334',['GetParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'amrex::ParticleContainer_impl::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'amrex::ParticleContainer_impl::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'amrex::ParticleContainer_impl::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'amrex::ParticleContainer_impl::GetParticles() const']]], + ['getparticletile_3335',['GetParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'amrex::ParIterBase_impl::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()']]], + ['getparticletiledata_3336',['getParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4f939dec8914785b6fbc7b02f5d0b202',1,'amrex::ParticleTile']]], + ['getphi_3337',['getPhi',['../classHydro_1_1NodalProjector.html#a0882ef5d09dc4bab7163a3cdbf688f62',1,'Hydro::NodalProjector']]], + ['getphiconst_3338',['getPhiConst',['../classHydro_1_1NodalProjector.html#ae3b328450fab7fc3828a1bb3a1e889fc',1,'Hydro::NodalProjector']]], + ['getpid_3339',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html',1,'amrex::GetPID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#aa3aa125952410bb95dc36e7472a9c7bf',1,'amrex::GetPID::GetPID()']]], + ['getpidfunctor_3340',['getPIDFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a30c143c9bfbc1260a3a2bab45e30465a',1,'amrex::ParticleBufferMap']]], + ['getpolarb_3341',['getPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae6417c14fa4f3f5efacf7ea324a1a3d6',1,'amrex::FabArrayBase']]], + ['getprecision_3342',['getPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35de13164243364f3ed296772f0b750a',1,'amrex::FArrayBox']]], + ['getprobdomain_3343',['GetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a435b519763bcc16d9e49b73801870d27',1,'CommProfStats']]], + ['getproc_3344',['GetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa3452f486c1df6148bd68efc80616c5f',1,'BLProfStats']]], + ['getrandstate_3345',['getRandState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db',1,'amrex']]], + ['getrange_3346',['getRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2f2f5266239ba77171d507d0e86f4ca3',1,'amrex::DeriveRec']]], + ['getrb180_3347',['getRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a304ba0bf4637208cfdd1a94098c55637',1,'amrex::FabArrayBase']]], + ['getrb90_3348',['getRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1fa0d3a08ed46a79dd0fae8c8f9603af',1,'amrex::FabArrayBase']]], + ['getrcvcountsmpi_3349',['getRcvCountsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a78a0bf763811ffa755a8a562f2cdede1',1,'amrex::NeighborParticleContainer']]], + ['getrealdata_3350',['GetRealData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a44390e5c68da1d50f5536428bf7da802',1,'amrex::StructOfArrays::GetRealData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a86408aeae996a4c711dca10a4d7cbc4e',1,'amrex::StructOfArrays::GetRealData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac2d7e9441c59e88b42978df7d9d1817c',1,'amrex::StructOfArrays::GetRealData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac4a15a6ca35075933960a3c28f1d3581',1,'amrex::StructOfArrays::GetRealData(const int index) const']]], + ['getrefid_3351',['getRefID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac2246f88f7497945a0441732235d77b0',1,'amrex::DistributionMapping::getRefID()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c8df27bfc6981d3e50784b64026a249',1,'amrex::BoxArray::getRefID()']]], + ['getrefratio_3352',['GetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a771ce95fb2ff799f85eaaba8917b8256',1,'CommProfStats']]], + ['getregiontimeranges_3353',['GetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae017d7bf6083e38e84a6a9b3fda09f94',1,'BLProfStats']]], + ['getresidualhistory_3354',['getResidualHistory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6083fa5fed480a49fde5c03c325f84ee',1,'amrex::MLMGT']]], + ['getresidualnorm_3355',['getResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'amrex::GMRES::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'GMRES< MF, GMRESMLMGT< MF > >::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aca83734d854ed846c8c16e8cba18ab0a',1,'amrex::GMRESMLMGT::getResidualNorm()']]], + ['getsendbufferoffset_3356',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html',1,'amrex::GetSendBufferOffset'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#ae0bd21edb636525d7e8011db403b9fca',1,'amrex::GetSendBufferOffset::GetSendBufferOffset()']]], + ['getsetbuf_3357',['GetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a260347a951d2b4a4669cb4dc79956450',1,'amrex::VisMF']]], + ['getshowbody_3358',['GetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a97f5b63eea482f1fc8c4fab33c7afc4d',1,'amrex::AmrData']]], + ['getsolution_3359',['getSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a29c773ff5410f84e04566b1ed48c38bc',1,'amrex::PETScABecLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a58381f405245d3ca27aed91c4197bee6',1,'amrex::HypreNodeLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a42b94b56191d33a7f5ba9e1f119ac6b6',1,'amrex::HypreABecLap3::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a534455bdd69a5ca6f0967f34aeb10631',1,'amrex::HypreABecLap2::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a9c196be0d95db3cee1025104e1a206da',1,'amrex::HypreABecLap::getSolution()']]], + ['getsolvabilityoffset_3360',['getSolvabilityOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a08e68e2870cd7367dd09d2ef777261b3',1,'amrex::MLCellLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7cdf303d65cabf9d64d4279622ca4fad',1,'amrex::MLNodeLinOp::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a878678c69c571435a7bbdba048ab5d9f',1,'amrex::MLNodeLaplacian::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'MLLinOpT< Array< MultiFab, 3 > >::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'amrex::MLLinOpT::getSolvabilityOffset()']]], + ['getsparsefpp_3361',['GetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a201227cf338dfa1a032bc9018902204c',1,'amrex::NFilesIter']]], + ['getstatus_3362',['getStatus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'GMRES< MF, GMRESMLMGT< MF > >::getStatus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'amrex::GMRES::getStatus()']]], + ['getstructofarrays_3363',['GetStructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'amrex::ParIterBase_impl::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9bc22bda551e1d2089c81b93c2b0d794',1,'amrex::ParticleTile::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a865f181bef3a750aaae3437c4e91dd33',1,'amrex::ParticleTile::GetStructOfArrays() const']]], + ['getsubtuple_3364',['GetSubTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a30bb4b7ea38ee03a56f7e33647b53846',1,'amrex::detail']]], + ['getsuperparticle_3365',['getSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle()']]], + ['getsymmetryinfo_3366',['getSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a32545ca23bf840257ec3ff0321f0cc28',1,'amrex::MLCurlCurl']]], + ['getthreadbox_3367',['getThreadBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae2cf1d72cec1f6929ea0405c70ce2f45',1,'amrex::Gpu']]], + ['gettilearray_3368',['getTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a47294c772e3bc6de1c901df4c2aa2b10',1,'amrex::FabArrayBase']]], + ['gettileindex_3369',['getTileIndex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2',1,'amrex']]], + ['gettype_3370',['getType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac5eb703c82d394b6736620116b12206e',1,'amrex::StateDescriptor::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3e62ab0dcf6c751e94e34f25bcc3c50b',1,'amrex::FArrayBox::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5fbbd6cfac2268f9286c156e7ecd7ea6',1,'amrex::EBCellFlagFab::getType(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ad195d2769922a7376a690010b7cc569a',1,'amrex::EBCellFlagFab::getType() const noexcept']]], + ['getunitvec_3371',['getunitvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7',1,'amrex::tri_geom_ops']]], + ['getunusedinputs_3372',['getUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa4c1dbee984103cd1102514d70c954a3',1,'amrex::ParmParse']]], + ['getusedynamicsetselection_3373',['GetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a20746ef0d6ef7d8491c815e2a954d13c',1,'amrex::VisMF']]], + ['getusepersistentifstreams_3374',['GetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a92c8f7a70093675fe29a9b3cfbe8e10f',1,'amrex::VisMF']]], + ['getuseprepost_3375',['GetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'amrex::ParticleContainer_impl::GetUsePrePost()']]], + ['getusesingleread_3376',['GetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca85185856423d34e7e15041139aee01',1,'amrex::VisMF']]], + ['getusesinglewrite_3377',['GetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aead41678a66e4c5a4f315404d3ffed10',1,'amrex::VisMF']]], + ['getusesynchronousreads_3378',['GetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7310b7f7d63449b1b38bcb8afdac7db8',1,'amrex::VisMF']]], + ['getuseunlink_3379',['GetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'amrex::ParticleContainer_impl::GetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUseUnlink()']]], + ['getval_3380',['getVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< int >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< EBCellFlag >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< PetscInt >::getVal(PetscInt *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< PetscInt >::getVal(PetscInt *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< int >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< EBCellFlag >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< char >::getVal(char *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< char >::getVal(char *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos, int N, int numcomp) const noexcept']]], + ['getvalue_3381',['getValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a2ac27c1212ab78008512511cddce89b8',1,'amrex::EBCellFlag']]], + ['getvec_3382',['getvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859',1,'amrex::tri_geom_ops']]], + ['getvecofarrofconstptrs_3383',['GetVecOfArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< T, AMREX_SPACEDIM > > &a)']]], + ['getvecofarrofptrs_3384',['GetVecOfArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83',1,'amrex::GetVecOfArrOfPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec75969bb3da627de560ce6fae63b167',1,'amrex::GetVecOfArrOfPtrs(Vector< std::array< T, AMREX_SPACEDIM > > &a)']]], + ['getvecofarrofptrsconst_3385',['GetVecOfArrOfPtrsConst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6f3120a07be5d453851d7de53703384',1,'amrex']]], + ['getvecofconstptrs_3386',['GetVecOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98',1,'amrex::GetVecOfConstPtrs(const Vector< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6',1,'amrex::GetVecOfConstPtrs(const Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d',1,'amrex::GetVecOfConstPtrs(const Vector< std::unique_ptr< T > > &a)']]], + ['getvecofptrs_3387',['GetVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a',1,'amrex::GetVecOfPtrs(const Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d',1,'amrex::GetVecOfPtrs(Vector< T > &a)']]], + ['getvecofvecofptrs_3388',['GetVecOfVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803',1,'amrex']]], + ['getvect_3389',['getVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'IntVectND< AMREX_SPACEDIM >::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'IntVectND< AMREX_SPACEDIM >::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'amrex::IntVectND::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'amrex::IntVectND::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'amrex::IntVectND::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'IntVectND< AMREX_SPACEDIM >::getVect()']]], + ['getverbose_3390',['GetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51041736815ed12616b075d56e53fd2f',1,'amrex::VisMF']]], + ['getverbose_3391',['getVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ad7cd32d077461754bae70ed300d440a6',1,'amrex::MLCGSolverT']]], + ['getvolfrac_3392',['getVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cfca800c4df32f884205e7b0cfa5b4f',1,'amrex::EBDataCollection::getVolFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ab54137d22701f507d34d3732e3f712fc',1,'amrex::EBFArrayBoxFactory::getVolFrac()']]], + ['getvolfracdata_3393',['getVolFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a664f3aa3e8611a56d1919072c26b7331',1,'amrex::EBFArrayBox']]], + ['getvolume_3394',['GetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af7996fe47b1e82704565102c15df47c9',1,'amrex::Geometry::GetVolume(FArrayBox &vol, const BoxArray &grds, int idx, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abaac123e12e2b3e5f0f9fdc0edcef6b8',1,'amrex::Geometry::GetVolume(MultiFab &vol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a109125700647435d188afbc74b9a2725',1,'amrex::Geometry::GetVolume(MultiFab &vol, const BoxArray &grds, const DistributionMapping &dm, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a273cbc218839d9d4f88bfde8b8253c2c',1,'amrex::CoordSys::GetVolume()']]], + ['getwithparser_3395',['getWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65f0fdc57c6d3d630b040d096a17afee',1,'amrex::ParmParse']]], + ['getwriteinfo_3396',['GetWriteInfo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2a9d5d76aba34e026f1d33404c6bfe00',1,'amrex::AsyncOut']]], + ['getx_3397',['getx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a610e0b733e190ba21b41303e76fa099f',1,'amrex::HypreSolver']]], + ['getxhi_3398',['getXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6f2f3a70226dea198fcc69a320b88b43',1,'amrex::EB2::Neighbor']]], + ['getxlo_3399',['getXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a1843a704d7f13b09cfcf6c606b0a995e',1,'amrex::EB2::Neighbor']]], + ['getyhi_3400',['getYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a05e914a9bdd59ee8d460a558677634c2',1,'amrex::EB2::Neighbor']]], + ['getylo_3401',['getYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a15177e28ba78da4e2702cfb18837eeae',1,'amrex::EB2::Neighbor']]], + ['getzhi_3402',['getZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a952c4c7fc9609711f2c94c6a84255c09',1,'amrex::EB2::Neighbor']]], + ['getzlo_3403',['getZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a78a31298d705a14fabdb3b894a489dae',1,'amrex::EB2::Neighbor']]], + ['gfab_3404',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html',1,'amrex::EB2::GFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aa8d516e6b8844b78816ade68a2c86165',1,'amrex::EB2::GFab::GFab()']]], + ['ghost_5fint_5fcomp_3405',['ghost_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a686b95f083fdf17811b9933e189326db',1,'amrex::NeighborParticleContainer']]], + ['ghost_5freal_5fcomp_3406',['ghost_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abaca3cff5c84aa26d0e6c4a454af00cd',1,'amrex::NeighborParticleContainer']]], + ['ghostnodes_3407',['ghostnodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9abddf1f772a4b8a67379933a3664a17c2',1,'amrex::MLMGT']]], + ['ghostparticleid_3408',['GhostParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a24df8a9162e3ff47d7bffbdbc04d660b',1,'amrex::LongParticleIds']]], + ['glmap_3409',['glMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4bc1d2909ad88865d5905ea827e62918',1,'CommProfStats']]], + ['glmap_3410',['GLMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8bfcd15d9943700b7e4e1c6605594edd',1,'CommProfStats']]], + ['global_5fdepth_3411',['global_depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae7befef46d2ca9e3de4299f950647451',1,'amrex::TinyProfiler']]], + ['global_5fng_3412',['global_ng',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a09b95c8056554177f0d12989a4e4347a',1,'hacc::Dfft::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a405b18293b7ab8d9fe37dcd5459d786f',1,'hacc::Dfft::global_ng() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d74698262b0b322361a718f0a390200',1,'hacc::Distribution::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a9f8f18570b9de4ea1039d06ae8b4c11c',1,'hacc::Distribution::global_ng() const)[3]']]], + ['global_5fsize_3413',['global_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2087fa1d4b26a31cecf36d95b1d7fd6b',1,'hacc::Distribution::global_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#abbb83da0e457618c5996adb332acebba',1,'hacc::Dfft::global_size()']]], + ['global_5fto_5flocal_5frank_3414',['global_to_local_rank',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ad646518957376d74f099923ef26e20c9',1,'amrex::ParallelContext::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9c3018c1265c14c261a42175d7b6087f',1,'amrex::ParallelContext::Frame::global_to_local_rank(int *local, const int *global, int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ae2790aa092fed9f8af98330581ee416c',1,'amrex::ParallelContext::Frame::global_to_local_rank(int grank)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa0f73d99c17e1ccedb7f2e66a660f274',1,'amrex::ParallelContext::global_to_local_rank()']]], + ['globalblockid_3415',['globalBlockId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a34ceb81cdda9c8d6009bc86cfbd7581f',1,'amrex::Gpu::GridSize']]], + ['globalminmax_3416',['GLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaab6fadb81d010967ae7f2188711d1648',1,'amrex::Amrvis']]], + ['glsizemap_3417',['glSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab58dec894c1338d3e1691e0770507811',1,'CommProfStats']]], + ['glsizemap_3418',['GLSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0e56e7a8c3e51ab493d8a9b55472d761',1,'CommProfStats']]], + ['gm_3419',['GM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a82c8616f7458eb2f29532e5bc34a715c',1,'amrex::GMRESMLMGT']]], + ['gmres_3420',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'amrex::GMRES< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'amrex::GMRES::GMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'GMRES< MF, GMRESMLMGT< MF > >::GMRES()']]], + ['gmres_3c_20mf_2c_20gmresmlmgt_3c_20mf_20_3e_20_3e_3421',['GMRES< MF, GMRESMLMGT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'']]], + ['gmres_5fsolver_5fconfigure_3422',['gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a27bb5a9047943afd18cf194c141d20ea',1,'amrex::HypreIJIface']]], + ['gmresmlmg_3423',['GMRESMLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb',1,'amrex']]], + ['gmresmlmgt_3424',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html',1,'amrex::GMRESMLMGT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a23db5527f7bcd75ba78997016648b906',1,'amrex::GMRESMLMGT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLMGT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'MLLinOpT< Array< MultiFab, 3 > >::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLLinOpT::GMRESMLMGT()']]], + ['godunov_3425',['Godunov',['../group__Godunov.html',1,'(Global Namespace)'],['../namespaceGodunov.html',1,'Godunov']]], + ['godunov_5fminmod_5fbc_5fhi_3426',['Godunov_minmod_bc_hi',['../hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc',1,'hydro_godunov_ppm.H']]], + ['godunov_5fminmod_5fbc_5flo_3427',['Godunov_minmod_bc_lo',['../hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7',1,'hydro_godunov_ppm.H']]], + ['godunovcornercouple_3428',['GodunovCornerCouple',['../namespaceGodunovCornerCouple.html',1,'']]], + ['gp_3429',['gp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a886bcabd4fa635b87082757fb595cc6c',1,'amrex::openbc::MomTag']]], + ['gpercent_3430',['gPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa9cbfb5bc0b3ad413e06060864eed0f8',1,'BLProfStats']]], + ['gpu_3431',['GPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78',1,'amrex::BinPolicy']]], + ['gpu_3432',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38',1,'amrex']]], + ['gpu_5frand_5fstate_3433',['gpu_rand_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866',1,'amrex']]], + ['gpu_5fstream_3434',['gpu_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a44b4d2d558f0b94c682dcc9a26f7e666',1,'amrex::Gpu::Device']]], + ['gpu_5fstream_5fpool_3435',['gpu_stream_pool',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a367f9e7d41a6be0c7822f3dc358b0e4e',1,'amrex::Gpu::Device']]], + ['gpu_5ftuple_5felement_3436',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'amrex::detail::gpu_tuple_element< I, class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(T const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(U &&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'gpu_tuple_element< I, Head >::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(Head const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(U &&a_value)']]], + ['gpu_5ftuple_5felement_3c_20i_2c_20head_20_3e_3437',['gpu_tuple_element< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'']]], + ['gpu_5ftuple_5fimpl_3438',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'amrex::detail::gpu_tuple_impl< I, Ts >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a52514ef1d14b3467dd51e98568305acf',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl(Head const &a_head, Tail const &... a_tail)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a9623ee960fbac28922dbd43ee186a71f',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl(UH &&a_head, UT &&... a_tail)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a2a0e1d6ab3b7c9ea94631a06b23a3f12',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(U &&a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a138287a5f4ac861068205835ac07da5b',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(Head const &a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a654cc54f1b6eceb2babda4006d1dcaf2',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a4f76c22f32d585f22f2a80704c97b693',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl()']]], + ['gpu_5ftuple_5fimpl_3c_200_2c_20ts_2e_2e_2e_20_3e_3439',['gpu_tuple_impl< 0, Ts... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], + ['gpu_5ftuple_5fimpl_3c_20i_2b1_2c_20tail_2e_2e_2e_20_3e_3440',['gpu_tuple_impl< I+1, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], + ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_20_3e_3441',['gpu_tuple_impl< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html',1,'amrex::detail']]], + ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_2c_20tail_2e_2e_2e_20_3e_3442',['gpu_tuple_impl< I, Head, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html',1,'amrex::detail']]], + ['gpuable_3443',['GPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GPUable.html',1,'amrex']]], + ['gpuarray_3444',['GpuArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3ainterval_2c_20n_20_3e_3445',['GpuArray< amrex::algoim::Interval, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3aquadraturerule_3a_3anode_2c_20256_20_3e_3446',['GpuArray< amrex::algoim::QuadratureRule::Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3aeb2_3a_3apolyterm_2c_20n_20_3e_3447',['GpuArray< amrex::EB2::PolyTerm, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_3448',['GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20bool_2c_20n_20_3e_3449',['GpuArray< bool, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20const_20int_20_2a_2c_20narrayint_20_3e_3450',['GpuArray< const int *, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20const_20particlereal_20_2a_2c_20narrayreal_20_3e_3451',['GpuArray< const ParticleReal *, NArrayReal >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_20_2a_2c_20nai_20_3e_3452',['GpuArray< int *, NAI >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_202_20_3e_3453',['GpuArray< int, 2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_203_20_3e_3454',['GpuArray< int, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_204_20_3e_3455',['GpuArray< int, 4 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_20amrex_5fgpu_5fmax_5fstreams_20_3e_3456',['GpuArray< int, AMREX_GPU_MAX_STREAMS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20node_2c_20256_20_3e_3457',['GpuArray< Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20particlereal_20_2a_2c_20nar_20_3e_3458',['GpuArray< ParticleReal *, NAR >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20particlereal_2c_20amrex_5fspacedim_20_3e_3459',['GpuArray< ParticleReal, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_203_20_3e_3460',['GpuArray< Real, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_20amrex_5fspacedim_20_3e_3461',['GpuArray< Real, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_20nelems_20_3e_3462',['GpuArray< Real, nelems >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_28m_2b2_29_20_2a_28m_2b1_29_2f2_20_3e_3463',['GpuArray< Real,(M+2) *(M+1)/2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpubinpolicy_3464',['GPUBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1GPUBinPolicy.html',1,'amrex::BinPolicy']]], + ['gpubndryfuncfab_3465',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html',1,'amrex::GpuBndryFuncFab< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a498e33d9a56fd836b14c1937c671ff4a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F &&a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a08f3457a00409172a47577db0b968d15',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a62075f3a31adb0b72fa9c09d17ee7e5a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab()=default']]], + ['gpucomplex_3466',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html',1,'amrex::GpuComplex< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a124d2191f873eb1bb9f4b6ae4fc95544',1,'amrex::GpuComplex::GpuComplex()']]], + ['gpudeviceprop_5ft_3467',['gpuDeviceProp_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2235406f46755fe4275db8b042b0da92',1,'amrex']]], + ['gpuerror_5ft_3468',['gpuError_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05',1,'amrex']]], + ['gpugeterrorstring_3469',['gpuGetErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884f63b4c32929437cf596c59b26c311',1,'amrex']]], + ['gpugetlasterror_3470',['gpuGetLastError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00',1,'amrex']]], + ['gpustream_3471',['gpuStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae1a0966ad8daf3a49564123b8dbdb3fa',1,'amrex::Gpu::gpuStream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680de321352372444327d831bb6d989f',1,'amrex::Gpu::Device::gpuStream()']]], + ['gpustream_5ft_3472',['gpuStream_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19',1,'amrex']]], + ['gpusuccess_3473',['gpuSuccess',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38',1,'amrex']]], + ['gputuple_3474',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'amrex::GpuTuple< Ts >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'amrex::GpuTuple::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'amrex::GpuTuple::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'amrex::GpuTuple::GpuTuple(Us &&... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'GpuTuple< Fs... >::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'GpuTuple< Fs... >::GpuTuple(Us &&... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'GpuTuple< Fs... >::GpuTuple(Ts const &... args)']]], + ['gputuple_3c_20fs_2e_2e_2e_20_3e_3475',['GpuTuple< Fs... >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'']]], + ['gputupleelement_3476',['GpuTupleElement',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'amrex']]], + ['gputupleelement_3c_200_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_3477',['GpuTupleElement< 0, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], + ['gputupleelement_3c_20i_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_3478',['GpuTupleElement< I, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_01I_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], + ['gputupleelement_3c_20i_2d1_2c_20gputuple_3c_20tail_2e_2e_2e_20_3e_20_3e_3479',['GpuTupleElement< I-1, GpuTuple< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'']]], + ['gputuplesize_3480',['GpuTupleSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize.html',1,'amrex']]], + ['gputuplesize_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_3481',['GpuTupleSize< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex']]], + ['grad_3482',['grad',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa39038dcf72fcf8a8b57513432875bf2',1,'amrex::algoim::EBPlane']]], + ['grad_3483',['GRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a7b0d9cc09c139a180df7015ea53e8690',1,'amrex::AMRErrorTag']]], + ['grad_5feb_5fof_5fphi_5fon_5fcentroids_3484',['grad_eb_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a781271d74f1db31d825f604314a7a50a',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog)']]], + ['grad_5feb_5fof_5fphi_5fon_5fcentroids_5fextdir_3485',['grad_eb_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)']]], + ['grad_5fx_5fof_5fphi_5fon_5fcentroids_3486',['grad_x_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af17d01dca64353fec04867549fdfb24d',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b732741e32444ef31a46338ee223b5',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], + ['grad_5fx_5fof_5fphi_5fon_5fcentroids_5fextdir_3487',['grad_x_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], + ['grad_5fy_5fof_5fphi_5fon_5fcentroids_3488',['grad_y_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], + ['grad_5fy_5fof_5fphi_5fon_5fcentroids_5fextdir_3489',['grad_y_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadaa422c5855785fcc975c32809700fb',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)']]], + ['grad_5fz_5fof_5fphi_5fon_5fcentroids_3490',['grad_z_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f',1,'amrex']]], + ['grad_5fz_5fof_5fphi_5fon_5fcentroids_5fextdir_3491',['grad_z_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73',1,'amrex']]], + ['gram_5fschmidt_5forthogonalization_3492',['gram_schmidt_orthogonalization',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'GMRES< MF, GMRESMLMGT< MF > >::gram_schmidt_orthogonalization()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'amrex::GMRES::gram_schmidt_orthogonalization()']]], + ['graph_3493',['Graph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1',1,'amrex::EB2']]], + ['graph_3494',['graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a62db2713a2f38292c423242527ff1e0a',1,'amrex::HypreABecLap2']]], + ['graphsafeguard_3495',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html',1,'amrex::Gpu::GraphSafeGuard'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a982a397f67b04e0cbf321b1e9ed77ea6',1,'amrex::Gpu::GraphSafeGuard::GraphSafeGuard()']]], + ['graphtoppct_3496',['GraphTopPct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481',1,'amrex']]], + ['gray_3497',['Gray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf',1,'amrex::FGColor::Gray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8400a9113fb3f95e33ff7db8dfb68e5b',1,'amrex::BGColor::Gray()']]], + ['greater_3498',['GREATER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5ae1d7bebf58c0f94e82726c03448ef942',1,'amrex::AMRErrorTag']]], + ['green_3499',['Green',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4',1,'amrex::FGColor::Green()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a83ccac0d2c470652e3a555eb8ae5400e',1,'amrex::BGColor::Green()']]], + ['grid_3500',['grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507eaebc8572ee916d3308b3e24ac38ed8121',1,'amrex::NeighborParticleContainer::MaskComps::grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a306b19b425bf46d46607c66da53fb3f6',1,'amrex::HypreABecLap::grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ab55ece948b6a78f3ac9ece3db8abea57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::grid()']]], + ['grid_5feff_3501',['grid_eff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a8932f2846ed22b769126d4783f76107a',1,'amrex::AmrInfo']]], + ['grid_5fid_3502',['grid_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#aee2840e31f2d1ffeecfa91964072553e',1,'amrex::NeighborCode::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#aee39264037329ffaf4685f535a763ed4',1,'amrex::NeighborParticleContainer::NeighborCommTag::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a9c0de4b09bf5398064924b22bc1ae654',1,'amrex::NeighborParticleContainer::NeighborTask::grid_id()']]], + ['grid_5fplaces_3503',['grid_places',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90155667257e3c51890f716ade65c5e7',1,'amrex::Amr']]], + ['grid_5fstride_5fthreads_5fand_5fblocks_3504',['grid_stride_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae53661945fe0e36f109401055a3d87cf',1,'amrex::Gpu::Device']]], + ['gridandlevtobucket_3505',['gridAndLevToBucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af07f598d8788010a800af8bdcf33adf7',1,'amrex::ParticleBufferMap']]], + ['grideff_3506',['gridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7bc5798a6ef2a0c27b0141112104e087',1,'amrex::AmrMesh']]], + ['gridline_3507',['Gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab77bccba000ad381fed7aa4a3c7b7b6e',1,'amrex::XYPlotDataList']]], + ['gridline_3508',['gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd0ed1322eaf065f16a171081fb46668',1,'amrex::XYPlotDataList']]], + ['gridlochi_3509',['gridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7d683070bd9df75f69f1f11257baff26',1,'amrex::AmrData']]], + ['gridlochi_3510',['GridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a06732eabff2d761d63404d048d57d130',1,'amrex::AmrData']]], + ['gridloclo_3511',['gridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28d407574c4e864763d7e30c5374a5f7',1,'amrex::AmrData']]], + ['gridloclo_3512',['GridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a26585c76f370219e547cc9c018faead7',1,'amrex::AmrData']]], + ['gridlog_3513',['gridlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8faf7f22cccf4da975ca761f1920f5e8',1,'amrex::Amr']]], + ['gridmap_3514',['gridmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#aadae10ad5bacae5bceadd4eea37b12c6',1,'distribution_t']]], + ['grids_3515',['grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5ffc98d138f381698b2a61fc6cb2ce01',1,'amrex::AmrLevel::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae53347adc8a239367f153d3705a8ed25',1,'amrex::AmrMesh::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3661eefa8a7bc8f810c39fdc6f8fb350',1,'amrex::BndryRegisterT::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8454e30c3a460081f89df8154babd952',1,'amrex::HypreNodeLap::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7a3b275665dcd4803b3780a02e36b48',1,'amrex::StateData::grids()']]], + ['gridsize_3516',['GridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html',1,'amrex::Gpu']]], + ['group_3517',['group',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2cb41a80f7a3c545e1e537bf84acbbc9',1,'amrex::ParallelContext::Frame']]], + ['groupall_3518',['GroupAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501',1,'amrex::ParallelContext']]], + ['groupsets_3519',['groupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51fdeeea196eac049978076bf6671720',1,'amrex::VisMF::groupSets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae979bf2ecefe688126ee3f348ea609ce',1,'amrex::NFilesIter::groupSets()']]], + ['groupsize_3520',['groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8bf758be7411312c155ccd5d0513e6b0',1,'amrex::StateDescriptor']]], + ['groupsub_3521',['GroupSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab19f592bc08ecbeb28c478752d6602fd',1,'amrex::ParallelContext']]], + ['grow_3522',['grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'BoxND< AMREX_SPACEDIM >::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'BoxND< AMREX_SPACEDIM >::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135',1,'amrex::grow(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4',1,'amrex::grow(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'BoxND< AMREX_SPACEDIM >::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'BoxND< AMREX_SPACEDIM >::grow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd',1,'amrex::grow(const BoxND< dim > &b, const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67',1,'amrex::grow(const BoxND< dim > &b, int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'BoxND< AMREX_SPACEDIM >::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a12a6842ecc48421374e69c0d40ba1542',1,'amrex::BoxArray::grow(int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac76ee31fa4b71fa56dad4635a650cfbe',1,'amrex::BoxArray::grow(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a624b3513f2b285491050d17d8952c474',1,'amrex::BoxArray::grow(int idir, int n_cell)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'amrex::BoxND::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'amrex::BoxND::grow(const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'amrex::BoxND::grow(int idir, int n_cell) noexcept']]], + ['growboxbyone_3523',['GrowBoxByOne',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a59d040ff4854528efd7602005560d853',1,'amrex::DeriveRec']]], + ['growcoarsen_3524',['growcoarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad28652c559f9057fc343bd3c0beb0116',1,'amrex::BoxArray::growcoarsen(int n, const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaca5f33122df36bed145432e5b4f5c57',1,'amrex::BoxArray::growcoarsen(IntVect const &ngrow, const IntVect &iv)']]], + ['growhi_3525',['growHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c525008964448d1f308736681ee9b06',1,'amrex::growHi(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b',1,'amrex::growHi(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'BoxND< AMREX_SPACEDIM >::growHi(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'BoxND< AMREX_SPACEDIM >::growHi(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9848441ce9a5694f17e8617486e0b167',1,'amrex::BoxArray::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'amrex::BoxND::growHi(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'amrex::BoxND::growHi(Direction d, int n_cell=1) noexcept']]], + ['growlo_3526',['growLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9',1,'amrex::growLo(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a',1,'amrex::growLo(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'amrex::BoxND::growLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a76695bda9b8e135e6d945c578557d78d',1,'amrex::BoxArray::growLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'amrex::BoxND::growLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'BoxND< AMREX_SPACEDIM >::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'BoxND< AMREX_SPACEDIM >::growLo(Direction d, int n_cell=1) noexcept']]], + ['grownnodaltilebox_3527',['grownnodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae59e3e67c7b94d6b15158d177dd8cdc8',1,'amrex::MFIter::grownnodaltilebox(int dir=-1, int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a972ba6223b0f4ccca81791b9510b3002',1,'amrex::MFIter::grownnodaltilebox(int dir, const IntVect &ng) const noexcept']]], + ['grownonperiodicdomain_3528',['growNonPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8a4838041db3d95fdd4960045349db2d',1,'amrex::Geometry::growNonPeriodicDomain(IntVect const &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4535bb6797e6c53c228d598f23cc7296',1,'amrex::Geometry::growNonPeriodicDomain(int ngrow) const noexcept']]], + ['growntilebox_3529',['growntilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac9653cce066f73c95c3ec89f46f38ba1',1,'amrex::MFIter::growntilebox(const IntVect &ng) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1e344ffd39d3dba95d582a7d93c1ad97',1,'amrex::MFIter::growntilebox(int ng=-1000000) const noexcept']]], + ['growperiodicdomain_3530',['growPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe9c676150da912017772bb39a1f0d91',1,'amrex::Geometry::growPeriodicDomain(int ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aca0dd62693f548b7fb4ee38acc6310db',1,'amrex::Geometry::growPeriodicDomain(IntVect const &ngrow) const noexcept']]], + ['growth_5ffactor_3531',['growth_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42',1,'amrex::VectorGrowthStrategy']]], + ['gshoplevel_3532',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'amrex::EB2::GShopLevel< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< G > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, ChkptFile const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< ChkptFile > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, STLtools const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< STLtools > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acd9942090fa93b0eb048fbd2026d9b3c',1,'amrex::EB2::Level::GShopLevel()']]], + ['gshoplevel_3c_20chkptfile_20_3e_3533',['GShopLevel< ChkptFile >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]], + ['gshoplevel_3c_20stltools_20_3e_3534',['GShopLevel< STLtools >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_8.js b/amrex-hydro/Doxygen/html/search/all_8.js index 6b8d9b7..bc4d9e5 100644 --- a/amrex-hydro/Doxygen/html/search/all_8.js +++ b/amrex-hydro/Doxygen/html/search/all_8.js @@ -1,174 +1,173 @@ var searchData= [ - ['h_5fdata_3521',['h_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a51d329542fc90dfadcbe838a312a5470',1,'amrex::Gpu::AsyncArray::h_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#af613bc8ff56b5c8e598e90cd8c61f6b0',1,'amrex::Gpu::Buffer::h_data()']]], - ['h_5fredistribute_5fint_5fcomp_3522',['h_redistribute_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'amrex::ParticleContainer_impl::h_redistribute_int_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_int_comp()']]], - ['h_5fredistribute_5freal_5fcomp_3523',['h_redistribute_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'amrex::ParticleContainer_impl::h_redistribute_real_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_real_comp()']]], - ['ha_5finterp_5fface_5fxy_3524',['ha_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int k, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8435e617376aca0d21759979f518e160',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int ic, int jc) noexcept']]], - ['ha_5finterp_5fface_5fxz_3525',['ha_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21',1,'amrex']]], - ['ha_5finterp_5fface_5fyz_3526',['ha_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e',1,'amrex']]], - ['habec_5fcols_3527',['habec_cols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abebd70eafbd522c54911f746d423884f',1,'amrex']]], - ['habec_5fijmat_3528',['habec_ijmat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd',1,'amrex']]], - ['habec_5fmat_3529',['habec_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a',1,'amrex']]], - ['hacc_3530',['hacc',['https://amrex-codes.github.io/amrex/doxygen/namespacehacc.html',1,'']]], - ['half_3531',['half',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0054397f5649f24a3da0cb5933162018',1,'amrex_constants_module']]], - ['handle_5fsigabrt_3532',['handle_sigabrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c',1,'amrex::system']]], - ['handle_5fsigfpe_3533',['handle_sigfpe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e',1,'amrex::system']]], - ['handle_5fsigill_3534',['handle_sigill',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7',1,'amrex::system']]], - ['handle_5fsigint_3535',['handle_sigint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b',1,'amrex::system']]], - ['handle_5fsigsegv_3536',['handle_sigsegv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378',1,'amrex::system']]], - ['handle_5fsigterm_3537',['handle_sigterm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db',1,'amrex::system']]], - ['handler_3538',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html',1,'amrex::Gpu']]], - ['handler_3539',['handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a24b1c852ff2149fe973fad9501e2b5ec',1,'amrex::BLBackTrace']]], - ['handler_3540',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#aa01988bcbc809db7ebce06f5a0c90ae6',1,'amrex::Gpu::Handler']]], - ['has_5fhashmap_3541',['has_hashmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa7702554a15d6a73ffa7a16ee2e017bc',1,'amrex::BARef']]], - ['has_5fmetric_5fterm_3542',['has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a1a95ec842c01374719d2b8929d54f17b',1,'amrex::LPInfo']]], - ['has_5freduction_3543',['has_reduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a794eb89fc4f570378970b9ae6495e8e8',1,'amrex::Gpu::KernelInfo']]], - ['hasatomicadd_3544',['HasAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd.html',1,'amrex']]], - ['hasatomicadd_3c_20double_20_3e_3545',['HasAtomicAdd< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01double_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20float_20_3e_3546',['HasAtomicAdd< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01float_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20int_20_3e_3547',['HasAtomicAdd< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01int_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20long_20_3e_3548',['HasAtomicAdd< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01long_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20unsigned_20int_20_3e_3549',['HasAtomicAdd< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01int_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20unsigned_20long_20long_20_3e_3550',['HasAtomicAdd< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01long_01long_01_4.html',1,'amrex']]], - ['hasbc_3551',['hasBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'amrex::MLLinOpT::hasBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'MLLinOpT< Array< MultiFab, 3 > >::hasBC()']]], - ['hasbndryfuncfab_3552',['hasBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac2500f92c0477835a434a81535fc5960',1,'amrex::StateDescriptor']]], - ['hasebfabfactory_3553',['hasEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< FArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< TagBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'amrex::FabArray::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< AtomicInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< IArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< PetscInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::CutFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::EBCellFlagFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::Mask >::hasEBFabFactory()']]], - ['hasebinfo_3554',['hasEBInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac605571d4b1f88b7a1993dca18017f53',1,'amrex::EBFArrayBoxFactory::hasEBInfo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7954f6b9a0dfcb4a5bbac4f2b5a4001b',1,'amrex::EB2::Level::hasEBInfo()']]], - ['hasfabversion_3555',['hasFabVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae32704c993027f681e1cbb14d5375ee4',1,'amrex::StateDescriptor::BndryFunc']]], - ['hasfreedevicememory_3556',['hasFreeDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#abd6b026129f35157aa2b3945a37bdbd3',1,'amrex::Arena::hasFreeDeviceMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ac778bcf5399be4884d6a2cf35cc5c9f3',1,'amrex::CArena::hasFreeDeviceMemory()']]], - ['hash_3557',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena::Node::hash'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a734b995447c10c9d1c7b743aaa30e345',1,'amrex::BARef::hash()']]], - ['hash_5fcombine_3558',['hash_combine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9',1,'amrex']]], - ['hash_5fvector_3559',['hash_vector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e',1,'amrex']]], - ['hashashmap_3560',['HasHashMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#af9368a5b73dd3adff290c1dfc5bc4b88',1,'amrex::BARef']]], - ['hasher_3561',['hasher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'IntVectND< AMREX_SPACEDIM >::hasher()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'amrex::IntVectND::hasher()']]], - ['hashiddendimension_3562',['hasHiddenDimension',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'MLLinOpT< Array< MultiFab, 3 > >::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'amrex::MLLinOpT::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a454072adea5f89687df38b5ebe03abad',1,'amrex::LPInfo::hasHiddenDimension()']]], - ['hashlong_3563',['HashLong',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a58928d12d77da3b14cc846d527c70cc7',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#affc4ad3093d7797f15aa225d86d213c8',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ac8ff55bff560fd1eb7b0d8e5348e0897',1,'CommProfStats::SendRecvPair::HashLong()']]], - ['hashtype_3564',['HashType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a59cc4e634f9108fb676919f94f8ff55f',1,'amrex::BARef']]], - ['hasinhomogneumannbc_3565',['hasInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'amrex::MLLinOpT::hasInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'MLLinOpT< Array< MultiFab, 3 > >::hasInhomogNeumannBC()']]], - ['hasinversememfn_3566',['HasInverseMemFn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1HasInverseMemFn.html',1,'amrex::NonLocalBC']]], - ['hasmulticomp_3567',['HasMultiComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp.html',1,'amrex']]], - ['hasmulticomp_3c_20b_2c_20std_3a_3aenable_5fif_5ft_3c_20b_28_29_2esize_28_29_20_3e_3d1_20_3e_3568',['HasMultiComp< B, std::enable_if_t< B().size() >=1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp_3_01B_00_01std_1_1enable__if__t_3_01B_07_08_8size_07_08_01_4_0a1_01_4.html',1,'amrex']]], - ['hasneighbors_3569',['hasNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5bde7ea76f99ed274bef3626dc3f833b',1,'amrex::NeighborParticleContainer']]], - ['hasnewdata_3570',['hasNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af9809e458fa0bd25965558bf3aa2c802',1,'amrex::StateData']]], - ['hasolddata_3571',['hasOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af94692a78b7f532f582acd48d9697443',1,'amrex::StateData']]], - ['hasreduction_3572',['hasReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#af402dc781c1160ae3ac2896336d14dad',1,'amrex::Gpu::KernelInfo']]], - ['hasrobinbc_3573',['hasRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'amrex::MLLinOpT::hasRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'MLLinOpT< Array< MultiFab, 3 > >::hasRobinBC()']]], - ['hastags_3574',['hasTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a9a0e6af06afa677b79adf8cc2a2f763c',1,'amrex::TagBoxArray']]], - ['hasunusedinputs_3575',['hasUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65ec105f3594e14160a631083a1bce59',1,'amrex::ParmParse']]], - ['hasvalue_3576',['hasValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a7b20f835a46c1aba635c2159391f53f1',1,'amrex::Any']]], - ['hdrfilenameprepost_3577',['HdrFileNamePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'amrex::ParticleContainer_impl::HdrFileNamePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::HdrFileNamePrePost()']]], - ['header_3578',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html',1,'amrex::VisMF::Header'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ac047b91f6a9bf22efc30801bfc4b4452',1,'amrex::VisMF::Header::Header()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a8a0e1ec0ea1ff9f6327b2e9685ce7824',1,'amrex::VisMF::Header::Header(const FabArray< FArrayBox > &mf, VisMF::How how, Version version=Version_v1, bool calcMinMax=true, MPI_Comm=ParallelDescriptor::Communicator())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acdfb696b35b3fe342f5040041f59a301',1,'amrex::VisMF::Header::Header(Header &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7d9690e9eb72fa66dbfc22b12702f0be',1,'amrex::VisMF::Header::Header(Header const &)=delete']]], - ['heap_5fspace_5factually_5fused_3579',['heap_space_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a52c8024bd12299f84f2362c0547c533d',1,'amrex::CArena']]], - ['heap_5fspace_5fused_3580',['heap_space_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f5de3e5518c0f5bcc71a6a2b4076a3f',1,'amrex::CArena']]], - ['helper_3581',['helper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a51f561ca5278fe29a6565881529e9414',1,'amrex::sundials::MemoryHelper']]], - ['hgrid_3582',['hgrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a0da4bed57db562ff033f2250ddca0a65',1,'amrex::HypreABecLap2']]], - ['hi_3583',['hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af4093a6730c7f7f4c45dae665b1ee35a',1,'amrex::TableData::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a819f29403d4806d7b13baffe25b5ceb8',1,'amrex::RealBox::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#aa6ebc6ce0f58172561258c343c9b0921',1,'amrex::ForkJoin::ComponentSet::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a853070bf06ced25f07f7c02a5cd9293f',1,'amrex::RealBox::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a43318ab06cd6678b822c612803739144',1,'amrex::RealBox::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aeb4617ca6fae4cb3d2840611d77f1f59',1,'amrex::BCRec::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a23fa6708f4738b051d9622fdef773112',1,'amrex::BCRec::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a102dea5bc859f0879efd400c515b2ebc',1,'amrex::BCRec::hi() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'Array1D< int, 0, N-1 >::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'amrex::Array1D::hi()']]], - ['hibc_3584',['HiBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'MLLinOpT< Array< MultiFab, 3 > >::HiBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'amrex::MLLinOpT::HiBC()']]], - ['hidden_5fdirection_3585',['hidden_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#acbd4630a533152de976660cbd0c16310',1,'amrex::LPInfo']]], - ['hiddencell_3586',['HIDDENCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a09da97af948ccd39faf2c0b3ed78185f',1,'amrex::InSituUtils']]], - ['hiddendirection_3587',['hiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'MLLinOpT< Array< MultiFab, 3 > >::hiddenDirection()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'amrex::MLLinOpT::hiddenDirection()']]], - ['hiddenpoint_3588',['HIDDENPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa447a8b1040c94692e04c089e4634dac1',1,'amrex::InSituUtils']]], - ['hiedge_3589',['HiEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a67a1ad822f7d6fac4907e3d37ab8953d',1,'amrex::CoordSys::HiEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9ec92efce51bbde30e91c69673b080cf',1,'amrex::CoordSys::HiEdge(int point, int dir) const noexcept']]], - ['hiface_3590',['HiFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a8c5e075f96416bf7b2b62f2b049c8066',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a99d299808c6a8314a3e2064894d0a03a',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Real *loc) const noexcept']]], - ['high_3591',['high',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410ae82bb2777abd5901ea82ca6721b716a8',1,'amrex::Orientation']]], - ['highconnectivitycell_3592',['HIGHCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a3e1bde285ee10aa4deb44c451f20edd6',1,'amrex::InSituUtils']]], - ['hinode_3593',['HiNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6900764dc4dfae368296b0caf5548999',1,'amrex::CoordSys::HiNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a450803429d6c54bdfaeacaadeace5cb3',1,'amrex::CoordSys::HiNode(const IntVect &point, Real *loc) const noexcept']]], - ['hinodeloc_3594',['HiNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa0c2291b475b15e34106f3ecf3b6a0e0',1,'amrex::AmrData']]], - ['hiv_3595',['hiV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aac6b099395a000804880b97e43407c5b',1,'amrex::Hypre']]], - ['hivect_3596',['hiVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'BoxND< AMREX_SPACEDIM >::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'BoxND< AMREX_SPACEDIM >::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'amrex::BoxND::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'amrex::BoxND::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< Real >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'amrex::BaseFab::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< AtomicInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< char >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< EBCellFlag >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< PetscInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< HYPRE_Int >::hiVect()']]], - ['hivect3d_3597',['hiVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'amrex::BoxND::hiVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'BoxND< AMREX_SPACEDIM >::hiVect3d()']]], - ['homogeneous_3598',['Homogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627a548465e8241b26162c8e0a7b0cdfc5e7',1,'amrex::LinOpEnumType']]], - ['host_3599',['Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2',1,'amrex']]], - ['hostdata_3600',['hostData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a9efbbaef8b00982c3e56b0e557d4f739',1,'amrex::Gpu::Buffer::hostData() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3619c31c38650efcce3486506434cd08',1,'amrex::Gpu::Buffer::hostData() noexcept']]], - ['hostdevicefor_3601',['HostDeviceFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7987e46b80fa56902831dbe79888564',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64c77616437c6705f7880c08e0032062',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5',1,'amrex::HostDeviceFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b53227a97323409b958730f49ebb17b',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af335937a7c7f6e30fb69365120d56062',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc',1,'amrex::HostDeviceFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2',1,'amrex::HostDeviceFor(T n, L &&f) noexcept']]], - ['hostdeviceparallelfor_3602',['HostDeviceParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98d800b1df2cb51d14698a774c042149',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409',1,'amrex::HostDeviceParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, L &&f) noexcept']]], - ['hostptr_3603',['hostPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8758fc9b8484f68cf9dbd7b7961d9db9',1,'amrex::ReduceData']]], - ['hosttodevice_3604',['HostToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1HostToDevice.html',1,'amrex::Gpu']]], - ['hosttodevice_3605',['hostToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4ffc2b3090d34803c0b78ee6f53d22a9',1,'amrex::Gpu']]], - ['hostvector_3606',['HostVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a337aceb06d1f93486e6593ff058c0a93',1,'amrex::Gpu::HostVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab11d5fd05bf6f0b1f824c31341aec467',1,'amrex::HypreMLABecLap::HostVector()']]], - ['how_3607',['How',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156',1,'amrex::VisMF']]], - ['hp_3608',['hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type const >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'amrex::MultiArray4::hp()']]], - ['htod_5fmemcpy_3609',['htod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa720ba8e7b622f0897659c64d23d5db4',1,'amrex::Gpu::htod_memcpy(void *p_d, const void *p_h, const std::size_t sz) noexcept']]], - ['htod_5fmemcpy_5fasync_3610',['htod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aacefe17a39734cb2475a36199ab1370b',1,'amrex::Gpu']]], - ['hwm_5fbuilds_3611',['hwm_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#ac85d7c7f2a90d5d1025386987ad4aaa5',1,'amrex::MemProfiler::NBuildsInfo']]], - ['hwm_5fbytes_3612',['hwm_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a8661ed517702715ed45adc3550f8cad0',1,'amrex::MemProfiler::MemInfo']]], - ['hybrid_5fsolver_5fconfigure_3613',['hybrid_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a457d2b6f6174b9705ebc60f9fa034388',1,'amrex::HypreIJIface']]], - ['hydro_3614',['Hydro',['../namespaceHydro.html',1,'']]], - ['hydro_5fbcs_5fk_2eh_3615',['hydro_bcs_K.H',['../hydro__bcs__K_8H.html',1,'']]], - ['hydro_5fbds_2eh_3616',['hydro_bds.H',['../hydro__bds_8H.html',1,'']]], - ['hydro_5fbds_5fedge_5fstate_5f2d_2ecpp_3617',['hydro_bds_edge_state_2D.cpp',['../hydro__bds__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5fbds_5fedge_5fstate_5f3d_2ecpp_3618',['hydro_bds_edge_state_3D.cpp',['../hydro__bds__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5fcompute_5fedgestate_5fand_5fflux_2ecpp_3619',['hydro_compute_edgestate_and_flux.cpp',['../hydro__compute__edgestate__and__flux_8cpp.html',1,'']]], - ['hydro_5fconstants_2eh_3620',['hydro_constants.H',['../hydro__constants_8H.html',1,'']]], - ['hydro_5fcovered_5fval_3621',['hydro_covered_val',['../group__Utilities.html#ga18be12cbdade0dffc87d75b973b79910',1,'hydro_constants.H']]], - ['hydro_5febgodunov_2eh_3622',['hydro_ebgodunov.H',['../hydro__ebgodunov_8H.html',1,'']]], - ['hydro_5febgodunov_5fbcs_5fk_2eh_3623',['hydro_ebgodunov_bcs_K.H',['../hydro__ebgodunov__bcs__K_8H.html',1,'']]], - ['hydro_5febgodunov_5fcorner_5fcouple_2eh_3624',['hydro_ebgodunov_corner_couple.H',['../hydro__ebgodunov__corner__couple_8H.html',1,'']]], - ['hydro_5febgodunov_5fedge_5fstate_5f2d_2ecpp_3625',['hydro_ebgodunov_edge_state_2D.cpp',['../hydro__ebgodunov__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fedge_5fstate_5f3d_2ecpp_3626',['hydro_ebgodunov_edge_state_3D.cpp',['../hydro__ebgodunov__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_2ecpp_3627',['hydro_ebgodunov_extrap_vel_to_faces.cpp',['../hydro__ebgodunov__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_3628',['hydro_ebgodunov_extrap_vel_to_faces_2D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_3629',['hydro_ebgodunov_extrap_vel_to_faces_3D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fplm_2ecpp_3630',['hydro_ebgodunov_plm.cpp',['../hydro__ebgodunov__plm_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fplm_2eh_3631',['hydro_ebgodunov_plm.H',['../hydro__ebgodunov__plm_8H.html',1,'']]], - ['hydro_5febgodunov_5fplm_5ffpu_2ecpp_3632',['hydro_ebgodunov_plm_fpu.cpp',['../hydro__ebgodunov__plm__fpu_8cpp.html',1,'']]], - ['hydro_5febgodunov_5ftransverse_5f2d_5fk_2eh_3633',['hydro_ebgodunov_transverse_2D_K.H',['../hydro__ebgodunov__transverse__2D__K_8H.html',1,'']]], - ['hydro_5febgodunov_5ftransverse_5f3d_5fk_2eh_3634',['hydro_ebgodunov_transverse_3D_K.H',['../hydro__ebgodunov__transverse__3D__K_8H.html',1,'']]], - ['hydro_5febmol_2eh_3635',['hydro_ebmol.H',['../hydro__ebmol_8H.html',1,'']]], - ['hydro_5febmol_5fedge_5fstate_2ecpp_3636',['hydro_ebmol_edge_state.cpp',['../hydro__ebmol__edge__state_8cpp.html',1,'']]], - ['hydro_5febmol_5fedge_5fstate_5fk_2eh_3637',['hydro_ebmol_edge_state_K.H',['../hydro__ebmol__edge__state__K_8H.html',1,'']]], - ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_3638',['hydro_ebmol_extrap_vel_to_faces.cpp',['../hydro__ebmol__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_3639',['hydro_ebmol_extrap_vel_to_faces_box.cpp',['../hydro__ebmol__extrap__vel__to__faces__box_8cpp.html',1,'']]], - ['hydro_5febmol_5fxedge_5fstate_3640',['hydro_ebmol_xedge_state',['../namespaceEBMOL.html#ad5b27400945caeff89542f66eff439ac',1,'EBMOL']]], - ['hydro_5febmol_5fxedge_5fstate_5fextdir_3641',['hydro_ebmol_xedge_state_extdir',['../namespaceEBMOL.html#af1238db74667f2f811b387bf837af5f2',1,'EBMOL']]], - ['hydro_5febmol_5fyedge_5fstate_3642',['hydro_ebmol_yedge_state',['../namespaceEBMOL.html#a7c207869e112a99d0812585c67f7bcc0',1,'EBMOL']]], - ['hydro_5febmol_5fyedge_5fstate_5fextdir_3643',['hydro_ebmol_yedge_state_extdir',['../namespaceEBMOL.html#a5d0b60d61b6303c1d25f02fd5f775b93',1,'EBMOL']]], - ['hydro_5fenforce_5finout_5fsolvability_2ecpp_3644',['hydro_enforce_inout_solvability.cpp',['../hydro__enforce__inout__solvability_8cpp.html',1,'']]], - ['hydro_5fextrap_5fvel_5fto_5ffaces_2ecpp_3645',['hydro_extrap_vel_to_faces.cpp',['../hydro__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5fgodunov_2eh_3646',['hydro_godunov.H',['../hydro__godunov_8H.html',1,'']]], - ['hydro_5fgodunov_5fcorner_5fcouple_2eh_3647',['hydro_godunov_corner_couple.H',['../hydro__godunov__corner__couple_8H.html',1,'']]], - ['hydro_5fgodunov_5fedge_5fstate_5f2d_2ecpp_3648',['hydro_godunov_edge_state_2D.cpp',['../hydro__godunov__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fedge_5fstate_5f3d_2ecpp_3649',['hydro_godunov_edge_state_3D.cpp',['../hydro__godunov__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_3650',['hydro_godunov_extrap_vel_to_faces_2D.cpp',['../hydro__godunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_3651',['hydro_godunov_extrap_vel_to_faces_3D.cpp',['../hydro__godunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fplm_2ecpp_3652',['hydro_godunov_plm.cpp',['../hydro__godunov__plm_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fplm_2eh_3653',['hydro_godunov_plm.H',['../hydro__godunov__plm_8H.html',1,'']]], - ['hydro_5fgodunov_5fppm_2eh_3654',['hydro_godunov_ppm.H',['../hydro__godunov__ppm_8H.html',1,'']]], - ['hydro_5fmacprojector_2ecpp_3655',['hydro_MacProjector.cpp',['../hydro__MacProjector_8cpp.html',1,'']]], - ['hydro_5fmacprojector_2eh_3656',['hydro_MacProjector.H',['../hydro__MacProjector_8H.html',1,'']]], - ['hydro_5fmol_2eh_3657',['hydro_mol.H',['../hydro__mol_8H.html',1,'']]], - ['hydro_5fmol_5fedge_5fstate_2ecpp_3658',['hydro_mol_edge_state.cpp',['../hydro__mol__edge__state_8cpp.html',1,'']]], - ['hydro_5fmol_5fedge_5fstate_5fk_2eh_3659',['hydro_mol_edge_state_K.H',['../hydro__mol__edge__state__K_8H.html',1,'']]], - ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_3660',['hydro_mol_extrap_vel_to_faces.cpp',['../hydro__mol__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_3661',['hydro_mol_extrap_vel_to_faces_box.cpp',['../hydro__mol__extrap__vel__to__faces__box_8cpp.html',1,'']]], - ['hydro_5fmol_5fxedge_5fstate_3662',['hydro_mol_xedge_state',['../namespaceMOL.html#a0af7e22f67c73814e7968b5bd6e02e8a',1,'MOL']]], - ['hydro_5fmol_5fxedge_5fstate_5fextdir_3663',['hydro_mol_xedge_state_extdir',['../namespaceMOL.html#a7eb1fa9334dbb23a3fe2f8b3f8f4087e',1,'MOL']]], - ['hydro_5fmol_5fyedge_5fstate_3664',['hydro_mol_yedge_state',['../namespaceMOL.html#a5df4bf00c86eb57634b4bff1d4d3d89b',1,'MOL']]], - ['hydro_5fmol_5fyedge_5fstate_5fextdir_3665',['hydro_mol_yedge_state_extdir',['../namespaceMOL.html#a4e5b6599e866b0386d608e59dabb37ce',1,'MOL']]], - ['hydro_5fnodalprojector_2ecpp_3666',['hydro_NodalProjector.cpp',['../hydro__NodalProjector_8cpp.html',1,'']]], - ['hydro_5fnodalprojector_2eh_3667',['hydro_NodalProjector.H',['../hydro__NodalProjector_8H.html',1,'']]], - ['hydro_5fredistribution_2ecpp_3668',['hydro_redistribution.cpp',['../hydro__redistribution_8cpp.html',1,'']]], - ['hydro_5futils_2ecpp_3669',['hydro_utils.cpp',['../hydro__utils_8cpp.html',1,'']]], - ['hydro_5futils_2eh_3670',['hydro_utils.H',['../hydro__utils_8H.html',1,'']]], - ['hydrobc_3671',['HydroBC',['../namespaceHydroBC.html',1,'']]], - ['hydroutils_3672',['HydroUtils',['../namespaceHydroUtils.html',1,'']]], - ['hypmlabeclap_5fc2f_3673',['hypmlabeclap_c2f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Array4< int const > const &offset_bz, Real const *bx, Real const *by, Real const *bz, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Real const *bx, Real const *by, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)']]], - ['hypmlabeclap_5ff2c_5fset_5fvalues_3674',['hypmlabeclap_f2c_set_values',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621',1,'amrex']]], - ['hypmlabeclap_5fmat_3675',['hypmlabeclap_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb',1,'amrex']]], - ['hypmlabeclap_5frhs_3676',['hypmlabeclap_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae',1,'amrex']]], - ['hypre_3677',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html',1,'amrex']]], - ['hypre_3678',['hypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b',1,'amrex']]], - ['hypre_3679',['HYPRE',['https://amrex-codes.github.io/amrex/doxygen/group__HYPRE.html',1,'']]], - ['hypre_3680',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#afd2d6c32022a99d96f73485d03272ec9',1,'amrex::Hypre::Hypre(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a383aec5fd079382143f14a1602a6f2e3',1,'amrex::Hypre::Hypre(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa390f243b090b29bc817812412daf278',1,'amrex::Hypre::Hypre(Hypre const &)=delete']]], - ['hypre_5fij_3681',['hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5315b73e446b5f629e873416fa8ae149',1,'amrex::HypreABecLap3::hypre_ij()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9edf6830b04060921e5fcd8c3b95ab79',1,'amrex::HypreNodeLap::hypre_ij()']]], - ['hypreabeclap_3682',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html',1,'amrex::HypreABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad89a45864775721cb3101273d111965f',1,'amrex::HypreABecLap::HypreABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a6c2513b7adba0b3c0e73ca29fd10acbb',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a0fd52ae6876da336d947107d12dff297',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap &&)=delete']]], - ['hypreabeclap2_3683',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html',1,'amrex::HypreABecLap2'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa79f49e5c3aa20259c177558228f79e4',1,'amrex::HypreABecLap2::HypreABecLap2(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#ac478958d6c60fa2a8211675f0399e8a3',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a9c5bc8a1392dab5c486df4b3885b8d0b',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 &&)=delete']]], - ['hypreabeclap3_3684',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html',1,'amrex::HypreABecLap3'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aacfe928a277883d188564721c0c55a08',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#ae5aa9ca65d4f13368e5ffffa0ed7c15b',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aea1735051057b26a6a0852159711f029',1,'amrex::HypreABecLap3::HypreABecLap3(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_, const iMultiFab *overset_mask=nullptr)']]], - ['hypreijiface_3685',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html',1,'amrex::HypreIJIface'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b576bcb75a14d303f4737994eac2b93',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5e70c19e0ec6019ac78c68af27d40548',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afc8bf8cd33edcff622b73c46392efbde',1,'amrex::HypreIJIface::HypreIJIface(MPI_Comm comm, HypreIntType ilower, HypreIntType iupper, int verbose)']]], - ['hypreinttype_3686',['HypreIntType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a85e587afbba4ce7f0733ae56c4ee177c',1,'amrex::HypreIJIface']]], - ['hypremlabeclap_3687',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html',1,'amrex::HypreMLABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc231f950129aa61917ee4608a7795aa',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a42a73f2525c154156add80dae776f07c',1,'amrex::HypreMLABecLap::HypreMLABecLap(Vector< Geometry > a_geom, Vector< BoxArray > a_grids, Vector< DistributionMapping > a_dmap, HypreSolverID a_hypre_solver_id, std::string a_parmparse_prefix="hypre_mlabeclap")'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3f78a976f617cab402f099b159d76790',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap const &)=delete']]], - ['hyprenodelap_3688',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html',1,'amrex::HypreNodeLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad983343af0ce854dfc6b6c93d50f2f2c',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25a7c6fd7deff773f1e8d5d97b409a8a',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4a032e1f18d32c22aaff8355cf9f0110',1,'amrex::HypreNodeLap::HypreNodeLap(const BoxArray &grids_, const DistributionMapping &dmap_, const Geometry &geom_, const FabFactory< FArrayBox > &factory_, const iMultiFab &owner_mask_, const iMultiFab &dirichlet_mask_, MPI_Comm comm_, MLNodeLinOp const *linop_, int verbose_, std::string options_namespace_)']]], - ['hyprerealtype_3689',['HypreRealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab04cfb0ccb604763003f5729a5ca3cb9',1,'amrex::HypreIJIface']]], - ['hypresolver_3690',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html',1,'amrex::HypreSolver< MSS >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a040c586415a3e08b8d7c329cc6e861f5',1,'amrex::HypreSolver::HypreSolver()']]], - ['hypresolverid_3691',['HypreSolverID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb',1,'amrex']]] + ['h_5fdata_3535',['h_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a51d329542fc90dfadcbe838a312a5470',1,'amrex::Gpu::AsyncArray::h_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#af613bc8ff56b5c8e598e90cd8c61f6b0',1,'amrex::Gpu::Buffer::h_data()']]], + ['h_5fredistribute_5fint_5fcomp_3536',['h_redistribute_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'amrex::ParticleContainer_impl::h_redistribute_int_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_int_comp()']]], + ['h_5fredistribute_5freal_5fcomp_3537',['h_redistribute_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'amrex::ParticleContainer_impl::h_redistribute_real_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_real_comp()']]], + ['ha_5finterp_5fface_5fxy_3538',['ha_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int k, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8435e617376aca0d21759979f518e160',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int ic, int jc) noexcept']]], + ['ha_5finterp_5fface_5fxz_3539',['ha_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21',1,'amrex']]], + ['ha_5finterp_5fface_5fyz_3540',['ha_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e',1,'amrex']]], + ['habec_5fcols_3541',['habec_cols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abebd70eafbd522c54911f746d423884f',1,'amrex']]], + ['habec_5fijmat_3542',['habec_ijmat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd',1,'amrex']]], + ['habec_5fmat_3543',['habec_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a',1,'amrex']]], + ['hacc_3544',['hacc',['https://amrex-codes.github.io/amrex/doxygen/namespacehacc.html',1,'']]], + ['half_3545',['half',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0054397f5649f24a3da0cb5933162018',1,'amrex_constants_module']]], + ['handle_5fsigabrt_3546',['handle_sigabrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c',1,'amrex::system']]], + ['handle_5fsigfpe_3547',['handle_sigfpe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e',1,'amrex::system']]], + ['handle_5fsigill_3548',['handle_sigill',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7',1,'amrex::system']]], + ['handle_5fsigint_3549',['handle_sigint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b',1,'amrex::system']]], + ['handle_5fsigsegv_3550',['handle_sigsegv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378',1,'amrex::system']]], + ['handle_5fsigterm_3551',['handle_sigterm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db',1,'amrex::system']]], + ['handler_3552',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html',1,'amrex::Gpu::Handler'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#aa01988bcbc809db7ebce06f5a0c90ae6',1,'amrex::Gpu::Handler::Handler()']]], + ['handler_3553',['handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a24b1c852ff2149fe973fad9501e2b5ec',1,'amrex::BLBackTrace']]], + ['has_5fhashmap_3554',['has_hashmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa7702554a15d6a73ffa7a16ee2e017bc',1,'amrex::BARef']]], + ['has_5fmetric_5fterm_3555',['has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a1a95ec842c01374719d2b8929d54f17b',1,'amrex::LPInfo']]], + ['has_5freduction_3556',['has_reduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a794eb89fc4f570378970b9ae6495e8e8',1,'amrex::Gpu::KernelInfo']]], + ['hasatomicadd_3557',['HasAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd.html',1,'amrex']]], + ['hasatomicadd_3c_20double_20_3e_3558',['HasAtomicAdd< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01double_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20float_20_3e_3559',['HasAtomicAdd< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01float_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20int_20_3e_3560',['HasAtomicAdd< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01int_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20long_20_3e_3561',['HasAtomicAdd< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01long_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20unsigned_20int_20_3e_3562',['HasAtomicAdd< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01int_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20unsigned_20long_20long_20_3e_3563',['HasAtomicAdd< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01long_01long_01_4.html',1,'amrex']]], + ['hasbc_3564',['hasBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'amrex::MLLinOpT::hasBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'MLLinOpT< Array< MultiFab, 3 > >::hasBC()']]], + ['hasbndryfuncfab_3565',['hasBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac2500f92c0477835a434a81535fc5960',1,'amrex::StateDescriptor']]], + ['hasebfabfactory_3566',['hasEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< FArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< TagBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'amrex::FabArray::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< AtomicInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< IArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< PetscInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::CutFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::EBCellFlagFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::Mask >::hasEBFabFactory()']]], + ['hasebinfo_3567',['hasEBInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac605571d4b1f88b7a1993dca18017f53',1,'amrex::EBFArrayBoxFactory::hasEBInfo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7954f6b9a0dfcb4a5bbac4f2b5a4001b',1,'amrex::EB2::Level::hasEBInfo()']]], + ['hasfabversion_3568',['hasFabVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae32704c993027f681e1cbb14d5375ee4',1,'amrex::StateDescriptor::BndryFunc']]], + ['hasfreedevicememory_3569',['hasFreeDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#abd6b026129f35157aa2b3945a37bdbd3',1,'amrex::Arena::hasFreeDeviceMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ac778bcf5399be4884d6a2cf35cc5c9f3',1,'amrex::CArena::hasFreeDeviceMemory()']]], + ['hash_3570',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena::Node::hash'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a734b995447c10c9d1c7b743aaa30e345',1,'amrex::BARef::hash()']]], + ['hash_5fcombine_3571',['hash_combine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9',1,'amrex']]], + ['hash_5fvector_3572',['hash_vector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e',1,'amrex']]], + ['hashashmap_3573',['HasHashMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#af9368a5b73dd3adff290c1dfc5bc4b88',1,'amrex::BARef']]], + ['hasher_3574',['hasher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'IntVectND< AMREX_SPACEDIM >::hasher()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'amrex::IntVectND::hasher()']]], + ['hashiddendimension_3575',['hasHiddenDimension',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'MLLinOpT< Array< MultiFab, 3 > >::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'amrex::MLLinOpT::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a454072adea5f89687df38b5ebe03abad',1,'amrex::LPInfo::hasHiddenDimension()']]], + ['hashlong_3576',['HashLong',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a58928d12d77da3b14cc846d527c70cc7',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#affc4ad3093d7797f15aa225d86d213c8',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ac8ff55bff560fd1eb7b0d8e5348e0897',1,'CommProfStats::SendRecvPair::HashLong()']]], + ['hashtype_3577',['HashType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a59cc4e634f9108fb676919f94f8ff55f',1,'amrex::BARef']]], + ['hasinhomogneumannbc_3578',['hasInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'amrex::MLLinOpT::hasInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'MLLinOpT< Array< MultiFab, 3 > >::hasInhomogNeumannBC()']]], + ['hasinversememfn_3579',['HasInverseMemFn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1HasInverseMemFn.html',1,'amrex::NonLocalBC']]], + ['hasmulticomp_3580',['HasMultiComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp.html',1,'amrex']]], + ['hasmulticomp_3c_20b_2c_20std_3a_3aenable_5fif_5ft_3c_20b_28_29_2esize_28_29_20_3e_3d1_20_3e_3581',['HasMultiComp< B, std::enable_if_t< B().size() >=1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp_3_01B_00_01std_1_1enable__if__t_3_01B_07_08_8size_07_08_01_4_0a1_01_4.html',1,'amrex']]], + ['hasneighbors_3582',['hasNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5bde7ea76f99ed274bef3626dc3f833b',1,'amrex::NeighborParticleContainer']]], + ['hasnewdata_3583',['hasNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af9809e458fa0bd25965558bf3aa2c802',1,'amrex::StateData']]], + ['hasolddata_3584',['hasOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af94692a78b7f532f582acd48d9697443',1,'amrex::StateData']]], + ['hasreduction_3585',['hasReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#af402dc781c1160ae3ac2896336d14dad',1,'amrex::Gpu::KernelInfo']]], + ['hasrobinbc_3586',['hasRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'amrex::MLLinOpT::hasRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'MLLinOpT< Array< MultiFab, 3 > >::hasRobinBC()']]], + ['hastags_3587',['hasTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a9a0e6af06afa677b79adf8cc2a2f763c',1,'amrex::TagBoxArray']]], + ['hasunusedinputs_3588',['hasUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65ec105f3594e14160a631083a1bce59',1,'amrex::ParmParse']]], + ['hasvalue_3589',['hasValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a7b20f835a46c1aba635c2159391f53f1',1,'amrex::Any']]], + ['hdrfilenameprepost_3590',['HdrFileNamePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'amrex::ParticleContainer_impl::HdrFileNamePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::HdrFileNamePrePost()']]], + ['header_3591',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html',1,'amrex::VisMF::Header'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ac047b91f6a9bf22efc30801bfc4b4452',1,'amrex::VisMF::Header::Header()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a8a0e1ec0ea1ff9f6327b2e9685ce7824',1,'amrex::VisMF::Header::Header(const FabArray< FArrayBox > &mf, VisMF::How how, Version version=Version_v1, bool calcMinMax=true, MPI_Comm=ParallelDescriptor::Communicator())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acdfb696b35b3fe342f5040041f59a301',1,'amrex::VisMF::Header::Header(Header &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7d9690e9eb72fa66dbfc22b12702f0be',1,'amrex::VisMF::Header::Header(Header const &)=delete']]], + ['heap_5fspace_5factually_5fused_3592',['heap_space_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a52c8024bd12299f84f2362c0547c533d',1,'amrex::CArena']]], + ['heap_5fspace_5fused_3593',['heap_space_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f5de3e5518c0f5bcc71a6a2b4076a3f',1,'amrex::CArena']]], + ['helper_3594',['helper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a51f561ca5278fe29a6565881529e9414',1,'amrex::sundials::MemoryHelper']]], + ['hgrid_3595',['hgrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a0da4bed57db562ff033f2250ddca0a65',1,'amrex::HypreABecLap2']]], + ['hi_3596',['hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af4093a6730c7f7f4c45dae665b1ee35a',1,'amrex::TableData::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a819f29403d4806d7b13baffe25b5ceb8',1,'amrex::RealBox::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#aa6ebc6ce0f58172561258c343c9b0921',1,'amrex::ForkJoin::ComponentSet::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a853070bf06ced25f07f7c02a5cd9293f',1,'amrex::RealBox::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a43318ab06cd6678b822c612803739144',1,'amrex::RealBox::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aeb4617ca6fae4cb3d2840611d77f1f59',1,'amrex::BCRec::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a23fa6708f4738b051d9622fdef773112',1,'amrex::BCRec::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a102dea5bc859f0879efd400c515b2ebc',1,'amrex::BCRec::hi() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'Array1D< int, 0, N-1 >::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'amrex::Array1D::hi()']]], + ['hibc_3597',['HiBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'MLLinOpT< Array< MultiFab, 3 > >::HiBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'amrex::MLLinOpT::HiBC()']]], + ['hidden_5fdirection_3598',['hidden_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#acbd4630a533152de976660cbd0c16310',1,'amrex::LPInfo']]], + ['hiddencell_3599',['HIDDENCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a09da97af948ccd39faf2c0b3ed78185f',1,'amrex::InSituUtils']]], + ['hiddendirection_3600',['hiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'MLLinOpT< Array< MultiFab, 3 > >::hiddenDirection()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'amrex::MLLinOpT::hiddenDirection()']]], + ['hiddenpoint_3601',['HIDDENPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa447a8b1040c94692e04c089e4634dac1',1,'amrex::InSituUtils']]], + ['hiedge_3602',['HiEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a67a1ad822f7d6fac4907e3d37ab8953d',1,'amrex::CoordSys::HiEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9ec92efce51bbde30e91c69673b080cf',1,'amrex::CoordSys::HiEdge(int point, int dir) const noexcept']]], + ['hiface_3603',['HiFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a8c5e075f96416bf7b2b62f2b049c8066',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a99d299808c6a8314a3e2064894d0a03a',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Real *loc) const noexcept']]], + ['high_3604',['high',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410ae82bb2777abd5901ea82ca6721b716a8',1,'amrex::Orientation']]], + ['highconnectivitycell_3605',['HIGHCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a3e1bde285ee10aa4deb44c451f20edd6',1,'amrex::InSituUtils']]], + ['hinode_3606',['HiNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6900764dc4dfae368296b0caf5548999',1,'amrex::CoordSys::HiNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a450803429d6c54bdfaeacaadeace5cb3',1,'amrex::CoordSys::HiNode(const IntVect &point, Real *loc) const noexcept']]], + ['hinodeloc_3607',['HiNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa0c2291b475b15e34106f3ecf3b6a0e0',1,'amrex::AmrData']]], + ['hiv_3608',['hiV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aac6b099395a000804880b97e43407c5b',1,'amrex::Hypre']]], + ['hivect_3609',['hiVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'BoxND< AMREX_SPACEDIM >::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'BoxND< AMREX_SPACEDIM >::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'amrex::BoxND::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'amrex::BoxND::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< Real >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'amrex::BaseFab::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< AtomicInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< char >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< EBCellFlag >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< PetscInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< HYPRE_Int >::hiVect()']]], + ['hivect3d_3610',['hiVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'amrex::BoxND::hiVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'BoxND< AMREX_SPACEDIM >::hiVect3d()']]], + ['homogeneous_3611',['Homogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627a548465e8241b26162c8e0a7b0cdfc5e7',1,'amrex::LinOpEnumType']]], + ['host_3612',['Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2',1,'amrex']]], + ['hostdata_3613',['hostData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a9efbbaef8b00982c3e56b0e557d4f739',1,'amrex::Gpu::Buffer::hostData() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3619c31c38650efcce3486506434cd08',1,'amrex::Gpu::Buffer::hostData() noexcept']]], + ['hostdevicefor_3614',['HostDeviceFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7987e46b80fa56902831dbe79888564',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64c77616437c6705f7880c08e0032062',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5',1,'amrex::HostDeviceFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b53227a97323409b958730f49ebb17b',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af335937a7c7f6e30fb69365120d56062',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc',1,'amrex::HostDeviceFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2',1,'amrex::HostDeviceFor(T n, L &&f) noexcept']]], + ['hostdeviceparallelfor_3615',['HostDeviceParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98d800b1df2cb51d14698a774c042149',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409',1,'amrex::HostDeviceParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, L &&f) noexcept']]], + ['hostptr_3616',['hostPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8758fc9b8484f68cf9dbd7b7961d9db9',1,'amrex::ReduceData']]], + ['hosttodevice_3617',['HostToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1HostToDevice.html',1,'amrex::Gpu']]], + ['hosttodevice_3618',['hostToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4ffc2b3090d34803c0b78ee6f53d22a9',1,'amrex::Gpu']]], + ['hostvector_3619',['HostVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a337aceb06d1f93486e6593ff058c0a93',1,'amrex::Gpu::HostVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab11d5fd05bf6f0b1f824c31341aec467',1,'amrex::HypreMLABecLap::HostVector()']]], + ['how_3620',['How',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156',1,'amrex::VisMF']]], + ['hp_3621',['hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type const >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'amrex::MultiArray4::hp()']]], + ['htod_5fmemcpy_3622',['htod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa720ba8e7b622f0897659c64d23d5db4',1,'amrex::Gpu::htod_memcpy(void *p_d, const void *p_h, const std::size_t sz) noexcept']]], + ['htod_5fmemcpy_5fasync_3623',['htod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aacefe17a39734cb2475a36199ab1370b',1,'amrex::Gpu']]], + ['hwm_5fbuilds_3624',['hwm_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#ac85d7c7f2a90d5d1025386987ad4aaa5',1,'amrex::MemProfiler::NBuildsInfo']]], + ['hwm_5fbytes_3625',['hwm_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a8661ed517702715ed45adc3550f8cad0',1,'amrex::MemProfiler::MemInfo']]], + ['hybrid_5fsolver_5fconfigure_3626',['hybrid_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a457d2b6f6174b9705ebc60f9fa034388',1,'amrex::HypreIJIface']]], + ['hydro_3627',['Hydro',['../namespaceHydro.html',1,'']]], + ['hydro_5fbcs_5fk_2eh_3628',['hydro_bcs_K.H',['../hydro__bcs__K_8H.html',1,'']]], + ['hydro_5fbds_2eh_3629',['hydro_bds.H',['../hydro__bds_8H.html',1,'']]], + ['hydro_5fbds_5fedge_5fstate_5f2d_2ecpp_3630',['hydro_bds_edge_state_2D.cpp',['../hydro__bds__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5fbds_5fedge_5fstate_5f3d_2ecpp_3631',['hydro_bds_edge_state_3D.cpp',['../hydro__bds__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5fcompute_5fedgestate_5fand_5fflux_2ecpp_3632',['hydro_compute_edgestate_and_flux.cpp',['../hydro__compute__edgestate__and__flux_8cpp.html',1,'']]], + ['hydro_5fconstants_2eh_3633',['hydro_constants.H',['../hydro__constants_8H.html',1,'']]], + ['hydro_5fcovered_5fval_3634',['hydro_covered_val',['../group__Utilities.html#ga18be12cbdade0dffc87d75b973b79910',1,'hydro_constants.H']]], + ['hydro_5febgodunov_2eh_3635',['hydro_ebgodunov.H',['../hydro__ebgodunov_8H.html',1,'']]], + ['hydro_5febgodunov_5fbcs_5fk_2eh_3636',['hydro_ebgodunov_bcs_K.H',['../hydro__ebgodunov__bcs__K_8H.html',1,'']]], + ['hydro_5febgodunov_5fcorner_5fcouple_2eh_3637',['hydro_ebgodunov_corner_couple.H',['../hydro__ebgodunov__corner__couple_8H.html',1,'']]], + ['hydro_5febgodunov_5fedge_5fstate_5f2d_2ecpp_3638',['hydro_ebgodunov_edge_state_2D.cpp',['../hydro__ebgodunov__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fedge_5fstate_5f3d_2ecpp_3639',['hydro_ebgodunov_edge_state_3D.cpp',['../hydro__ebgodunov__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_2ecpp_3640',['hydro_ebgodunov_extrap_vel_to_faces.cpp',['../hydro__ebgodunov__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_3641',['hydro_ebgodunov_extrap_vel_to_faces_2D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_3642',['hydro_ebgodunov_extrap_vel_to_faces_3D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fplm_2ecpp_3643',['hydro_ebgodunov_plm.cpp',['../hydro__ebgodunov__plm_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fplm_2eh_3644',['hydro_ebgodunov_plm.H',['../hydro__ebgodunov__plm_8H.html',1,'']]], + ['hydro_5febgodunov_5fplm_5ffpu_2ecpp_3645',['hydro_ebgodunov_plm_fpu.cpp',['../hydro__ebgodunov__plm__fpu_8cpp.html',1,'']]], + ['hydro_5febgodunov_5ftransverse_5f2d_5fk_2eh_3646',['hydro_ebgodunov_transverse_2D_K.H',['../hydro__ebgodunov__transverse__2D__K_8H.html',1,'']]], + ['hydro_5febgodunov_5ftransverse_5f3d_5fk_2eh_3647',['hydro_ebgodunov_transverse_3D_K.H',['../hydro__ebgodunov__transverse__3D__K_8H.html',1,'']]], + ['hydro_5febmol_2eh_3648',['hydro_ebmol.H',['../hydro__ebmol_8H.html',1,'']]], + ['hydro_5febmol_5fedge_5fstate_2ecpp_3649',['hydro_ebmol_edge_state.cpp',['../hydro__ebmol__edge__state_8cpp.html',1,'']]], + ['hydro_5febmol_5fedge_5fstate_5fk_2eh_3650',['hydro_ebmol_edge_state_K.H',['../hydro__ebmol__edge__state__K_8H.html',1,'']]], + ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_3651',['hydro_ebmol_extrap_vel_to_faces.cpp',['../hydro__ebmol__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_3652',['hydro_ebmol_extrap_vel_to_faces_box.cpp',['../hydro__ebmol__extrap__vel__to__faces__box_8cpp.html',1,'']]], + ['hydro_5febmol_5fxedge_5fstate_3653',['hydro_ebmol_xedge_state',['../namespaceEBMOL.html#ad5b27400945caeff89542f66eff439ac',1,'EBMOL']]], + ['hydro_5febmol_5fxedge_5fstate_5fextdir_3654',['hydro_ebmol_xedge_state_extdir',['../namespaceEBMOL.html#af1238db74667f2f811b387bf837af5f2',1,'EBMOL']]], + ['hydro_5febmol_5fyedge_5fstate_3655',['hydro_ebmol_yedge_state',['../namespaceEBMOL.html#a7c207869e112a99d0812585c67f7bcc0',1,'EBMOL']]], + ['hydro_5febmol_5fyedge_5fstate_5fextdir_3656',['hydro_ebmol_yedge_state_extdir',['../namespaceEBMOL.html#a5d0b60d61b6303c1d25f02fd5f775b93',1,'EBMOL']]], + ['hydro_5fenforce_5finout_5fsolvability_2ecpp_3657',['hydro_enforce_inout_solvability.cpp',['../hydro__enforce__inout__solvability_8cpp.html',1,'']]], + ['hydro_5fextrap_5fvel_5fto_5ffaces_2ecpp_3658',['hydro_extrap_vel_to_faces.cpp',['../hydro__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5fgodunov_2eh_3659',['hydro_godunov.H',['../hydro__godunov_8H.html',1,'']]], + ['hydro_5fgodunov_5fcorner_5fcouple_2eh_3660',['hydro_godunov_corner_couple.H',['../hydro__godunov__corner__couple_8H.html',1,'']]], + ['hydro_5fgodunov_5fedge_5fstate_5f2d_2ecpp_3661',['hydro_godunov_edge_state_2D.cpp',['../hydro__godunov__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fedge_5fstate_5f3d_2ecpp_3662',['hydro_godunov_edge_state_3D.cpp',['../hydro__godunov__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_3663',['hydro_godunov_extrap_vel_to_faces_2D.cpp',['../hydro__godunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_3664',['hydro_godunov_extrap_vel_to_faces_3D.cpp',['../hydro__godunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fplm_2ecpp_3665',['hydro_godunov_plm.cpp',['../hydro__godunov__plm_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fplm_2eh_3666',['hydro_godunov_plm.H',['../hydro__godunov__plm_8H.html',1,'']]], + ['hydro_5fgodunov_5fppm_2eh_3667',['hydro_godunov_ppm.H',['../hydro__godunov__ppm_8H.html',1,'']]], + ['hydro_5fmacprojector_2ecpp_3668',['hydro_MacProjector.cpp',['../hydro__MacProjector_8cpp.html',1,'']]], + ['hydro_5fmacprojector_2eh_3669',['hydro_MacProjector.H',['../hydro__MacProjector_8H.html',1,'']]], + ['hydro_5fmol_2eh_3670',['hydro_mol.H',['../hydro__mol_8H.html',1,'']]], + ['hydro_5fmol_5fedge_5fstate_2ecpp_3671',['hydro_mol_edge_state.cpp',['../hydro__mol__edge__state_8cpp.html',1,'']]], + ['hydro_5fmol_5fedge_5fstate_5fk_2eh_3672',['hydro_mol_edge_state_K.H',['../hydro__mol__edge__state__K_8H.html',1,'']]], + ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_3673',['hydro_mol_extrap_vel_to_faces.cpp',['../hydro__mol__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_3674',['hydro_mol_extrap_vel_to_faces_box.cpp',['../hydro__mol__extrap__vel__to__faces__box_8cpp.html',1,'']]], + ['hydro_5fmol_5fxedge_5fstate_3675',['hydro_mol_xedge_state',['../namespaceMOL.html#a0af7e22f67c73814e7968b5bd6e02e8a',1,'MOL']]], + ['hydro_5fmol_5fxedge_5fstate_5fextdir_3676',['hydro_mol_xedge_state_extdir',['../namespaceMOL.html#a7eb1fa9334dbb23a3fe2f8b3f8f4087e',1,'MOL']]], + ['hydro_5fmol_5fyedge_5fstate_3677',['hydro_mol_yedge_state',['../namespaceMOL.html#a5df4bf00c86eb57634b4bff1d4d3d89b',1,'MOL']]], + ['hydro_5fmol_5fyedge_5fstate_5fextdir_3678',['hydro_mol_yedge_state_extdir',['../namespaceMOL.html#a4e5b6599e866b0386d608e59dabb37ce',1,'MOL']]], + ['hydro_5fnodalprojector_2ecpp_3679',['hydro_NodalProjector.cpp',['../hydro__NodalProjector_8cpp.html',1,'']]], + ['hydro_5fnodalprojector_2eh_3680',['hydro_NodalProjector.H',['../hydro__NodalProjector_8H.html',1,'']]], + ['hydro_5fredistribution_2ecpp_3681',['hydro_redistribution.cpp',['../hydro__redistribution_8cpp.html',1,'']]], + ['hydro_5futils_2ecpp_3682',['hydro_utils.cpp',['../hydro__utils_8cpp.html',1,'']]], + ['hydro_5futils_2eh_3683',['hydro_utils.H',['../hydro__utils_8H.html',1,'']]], + ['hydrobc_3684',['HydroBC',['../namespaceHydroBC.html',1,'']]], + ['hydroutils_3685',['HydroUtils',['../namespaceHydroUtils.html',1,'']]], + ['hypmlabeclap_5fc2f_3686',['hypmlabeclap_c2f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Array4< int const > const &offset_bz, Real const *bx, Real const *by, Real const *bz, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Real const *bx, Real const *by, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)']]], + ['hypmlabeclap_5ff2c_5fset_5fvalues_3687',['hypmlabeclap_f2c_set_values',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621',1,'amrex']]], + ['hypmlabeclap_5fmat_3688',['hypmlabeclap_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb',1,'amrex']]], + ['hypmlabeclap_5frhs_3689',['hypmlabeclap_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae',1,'amrex']]], + ['hypre_3690',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html',1,'amrex']]], + ['hypre_3691',['hypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b',1,'amrex']]], + ['hypre_3692',['HYPRE',['https://amrex-codes.github.io/amrex/doxygen/group__HYPRE.html',1,'']]], + ['hypre_3693',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#afd2d6c32022a99d96f73485d03272ec9',1,'amrex::Hypre::Hypre(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a383aec5fd079382143f14a1602a6f2e3',1,'amrex::Hypre::Hypre(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa390f243b090b29bc817812412daf278',1,'amrex::Hypre::Hypre(Hypre const &)=delete']]], + ['hypre_5fij_3694',['hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5315b73e446b5f629e873416fa8ae149',1,'amrex::HypreABecLap3::hypre_ij()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9edf6830b04060921e5fcd8c3b95ab79',1,'amrex::HypreNodeLap::hypre_ij()']]], + ['hypreabeclap_3695',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html',1,'amrex::HypreABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad89a45864775721cb3101273d111965f',1,'amrex::HypreABecLap::HypreABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a6c2513b7adba0b3c0e73ca29fd10acbb',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a0fd52ae6876da336d947107d12dff297',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap &&)=delete']]], + ['hypreabeclap2_3696',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html',1,'amrex::HypreABecLap2'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa79f49e5c3aa20259c177558228f79e4',1,'amrex::HypreABecLap2::HypreABecLap2(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#ac478958d6c60fa2a8211675f0399e8a3',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a9c5bc8a1392dab5c486df4b3885b8d0b',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 &&)=delete']]], + ['hypreabeclap3_3697',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html',1,'amrex::HypreABecLap3'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aacfe928a277883d188564721c0c55a08',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#ae5aa9ca65d4f13368e5ffffa0ed7c15b',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aea1735051057b26a6a0852159711f029',1,'amrex::HypreABecLap3::HypreABecLap3(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_, const iMultiFab *overset_mask=nullptr)']]], + ['hypreijiface_3698',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html',1,'amrex::HypreIJIface'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b576bcb75a14d303f4737994eac2b93',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5e70c19e0ec6019ac78c68af27d40548',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afc8bf8cd33edcff622b73c46392efbde',1,'amrex::HypreIJIface::HypreIJIface(MPI_Comm comm, HypreIntType ilower, HypreIntType iupper, int verbose)']]], + ['hypreinttype_3699',['HypreIntType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a85e587afbba4ce7f0733ae56c4ee177c',1,'amrex::HypreIJIface']]], + ['hypremlabeclap_3700',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html',1,'amrex::HypreMLABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc231f950129aa61917ee4608a7795aa',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a42a73f2525c154156add80dae776f07c',1,'amrex::HypreMLABecLap::HypreMLABecLap(Vector< Geometry > a_geom, Vector< BoxArray > a_grids, Vector< DistributionMapping > a_dmap, HypreSolverID a_hypre_solver_id, std::string a_parmparse_prefix="hypre_mlabeclap")'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3f78a976f617cab402f099b159d76790',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap const &)=delete']]], + ['hyprenodelap_3701',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html',1,'amrex::HypreNodeLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad983343af0ce854dfc6b6c93d50f2f2c',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25a7c6fd7deff773f1e8d5d97b409a8a',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4a032e1f18d32c22aaff8355cf9f0110',1,'amrex::HypreNodeLap::HypreNodeLap(const BoxArray &grids_, const DistributionMapping &dmap_, const Geometry &geom_, const FabFactory< FArrayBox > &factory_, const iMultiFab &owner_mask_, const iMultiFab &dirichlet_mask_, MPI_Comm comm_, MLNodeLinOp const *linop_, int verbose_, std::string options_namespace_)']]], + ['hyprerealtype_3702',['HypreRealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab04cfb0ccb604763003f5729a5ca3cb9',1,'amrex::HypreIJIface']]], + ['hypresolver_3703',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html',1,'amrex::HypreSolver< MSS >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a040c586415a3e08b8d7c329cc6e861f5',1,'amrex::HypreSolver::HypreSolver()']]], + ['hypresolverid_3704',['HypreSolverID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_9.js b/amrex-hydro/Doxygen/html/search/all_9.js index 83c51ac..1baf0dc 100644 --- a/amrex-hydro/Doxygen/html/search/all_9.js +++ b/amrex-hydro/Doxygen/html/search/all_9.js @@ -1,630 +1,634 @@ var searchData= [ - ['i_3692',['i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a159cd450ea1a6f633f6b207b24c50421',1,'amrex::IParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a592be1db09332edbb17adf31e1db35e6',1,'amrex::ParserExePOWI::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a7e95851162ef26bcbeffd560a1aea20a',1,'amrex::ParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a5d2bc01a123a00e253bed9daeb1873c9',1,'amrex::ParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a44b2a80319993ff7d80bae168243baba',1,'amrex::ParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a957055c6af7eabda76b98c1e01e75b58',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#ab31802a9ed04a354ae054227b10ec7e0',1,'amrex::DestComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#a066e1c46be62a8cedbe83a60abb1efed',1,'amrex::IParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a4cf0f4ee7d7aeac3cb688a3ead54d23f',1,'amrex::IParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a22f6130ed2ee8aec8310b87445857a2d',1,'amrex::IParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#a22ef4c57b53b8d2e7ea25dec671d00a3',1,'amrex::IParserExeDIV_PV::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a7a2a24b39a0a5dad6c4e4226c237d57d',1,'amrex::ParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a78823e96ecfa6fc67d4d1e311bec46ff',1,'amrex::IParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#ace6b86cd76713a54b9206e07f735817a',1,'amrex::IParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#ae140f4a56bf6c337fba05d93e2080c1d',1,'amrex::IParserExeNEG_P::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#abd8c397b2b73d9b994185b5beaca4983',1,'amrex::IParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#ad9bb9a64729c932a1099c21275870135',1,'amrex::IParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a77a8c69fe7be49888aa242f357be0b1e',1,'amrex::IParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a4cdc6228051c575d7a4397fa8bb076fb',1,'amrex::ParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac902bd51a381698bd542d0537bbc68a9',1,'amrex::ParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#abe5cd3bd7d632d10b89767bbd1835c00',1,'amrex::ParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#addf6c374aa0554779e951c5953d8eedf',1,'amrex::ParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a8c997d8cdc27b43d7f0914cae4e375eb',1,'amrex::ParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#aa5c3f7babca38810fa13e9b419f9649b',1,'amrex::SrcComp::i()']]], - ['i_3693',['I',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#ad0e0feaecbe43eaccf9c81d204c0b8e2',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::I()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#af0de73dc01cde0d016257305cd549250',1,'amrex::NonLocalBC::SwapComponents<-1, J >::I()']]], - ['i1_3694',['i1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#a029d2d2b4f84a851b54e7152d02f64e7',1,'amrex::ParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a0245865ebfd18499fa9dbe7a7e52395c',1,'amrex::ParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a0d7511e66a8072c65c574dbc4999ba2f',1,'amrex::ParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a8fcfdc43d8025357d14f0893b3701f4e',1,'amrex::ParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a93ce11199501114782fbfea0f4531241',1,'amrex::IParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a2bce9f1b4fb38b0d986b209f84855531',1,'amrex::IParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa12af242ba4e508a2e4a4f71c71e77e5',1,'amrex::IParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#adf43d15a26dd3cdd0f8817db9927d2bf',1,'amrex::IParserExeADD_PP::i1()']]], - ['i2_3695',['i2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#ade0b248b82e632eab9ebe922b5783cb3',1,'amrex::ParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a397fc41dd5bbb5244547cb035e4378bd',1,'amrex::IParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa9f578a27d758d12bc3bc75e51aed98d',1,'amrex::IParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#aef7ff116f35cdeb62483b5a2d340dabc',1,'amrex::IParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a101c5925e7465a7234f24a1c985bbf04',1,'amrex::IParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#af297a176eb8b3d166a861ab9fe49984a',1,'amrex::ParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a12bb0e0be719eb62eb806443c4641dcd',1,'amrex::ParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#af2319b7542a3fd1b19f87d19e250575e',1,'amrex::ParserExeMUL_PP::i2()']]], - ['i_5fb_5fx_3696',['i_B_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa2dc15a8317387997b7599ac5dfb3b36',1,'amrex::algoim']]], - ['i_5fb_5fx_5fy_3697',['i_B_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a75831abb7b9935c452d91372042675cb',1,'amrex::algoim']]], - ['i_5fb_5fx_5fz_3698',['i_B_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b1a77da2c5246064f18bb002865a9f5',1,'amrex::algoim']]], - ['i_5fb_5fxyz_3699',['i_B_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a01c402173effc1376e1e121633ff5f40',1,'amrex::algoim']]], - ['i_5fb_5fy_3700',['i_B_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae87c1a6426de20a1c5f4573bf6f5a08a',1,'amrex::algoim']]], - ['i_5fb_5fy_5fz_3701',['i_B_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9817cf5b40676379c03bacf057a7a11c',1,'amrex::algoim']]], - ['i_5fb_5fz_3702',['i_B_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a354fd3da392bde50d7c9e5fd31a10385',1,'amrex::algoim']]], - ['i_5fs_5fx_3703',['i_S_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a83f836cfcb795ee2e7cf5f031f4e33a5',1,'amrex::algoim']]], - ['i_5fs_5fx2_3704',['i_S_x2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a07474818cba158a836bada961168c817',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fy_3705',['i_S_x2_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a90a6f014a413b05f96c519b9dcab59dd',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fy2_3706',['i_S_x2_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b7ee4491a1bc96aef205aec9d4a3ccc',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fz_3707',['i_S_x2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad88812a86b6d79fee7ad18f445312126',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fz2_3708',['i_S_x2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a82ccbc9a6ef0f35640533a4432e150a7',1,'amrex::algoim']]], - ['i_5fs_5fx_5fy_3709',['i_S_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1563d162ff7c724b049f407982b9376a',1,'amrex::algoim']]], - ['i_5fs_5fx_5fy2_3710',['i_S_x_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a59d00e52a1182ccb7556e0b34969d082',1,'amrex::algoim']]], - ['i_5fs_5fx_5fz_3711',['i_S_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a319d09e3fac406d5c7435495783c51da',1,'amrex::algoim']]], - ['i_5fs_5fx_5fz2_3712',['i_S_x_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad4374cfcd9fd0dcc582d0b7221c7d699',1,'amrex::algoim']]], - ['i_5fs_5fxyz_3713',['i_S_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a5b751a5f2c300635c47ad31a24157604',1,'amrex::algoim']]], - ['i_5fs_5fy_3714',['i_S_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a26347d2ffb8ae0e55a261293b75aae80',1,'amrex::algoim']]], - ['i_5fs_5fy2_3715',['i_S_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae9b79e8e177e12c5d430231f4fa56cee',1,'amrex::algoim']]], - ['i_5fs_5fy2_5fz_3716',['i_S_y2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a906f3ea1a1f5abffc2ce63a2f18c3097',1,'amrex::algoim']]], - ['i_5fs_5fy2_5fz2_3717',['i_S_y2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6dedc899a72f47e8eed563d439589b34',1,'amrex::algoim']]], - ['i_5fs_5fy_5fz_3718',['i_S_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a035ca724de0232c06fb8f932f48dfb5b',1,'amrex::algoim']]], - ['i_5fs_5fy_5fz2_3719',['i_S_y_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a028434e66d37788b7c7aa354d73ed4b3',1,'amrex::algoim']]], - ['i_5fs_5fz_3720',['i_S_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa393d743c81287bc86ed10b61b86013d',1,'amrex::algoim']]], - ['i_5fs_5fz2_3721',['i_S_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad07a32fe98faf4bf2b079e31d5a63fc2',1,'amrex::algoim']]], - ['iarraybox_3722',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html',1,'amrex::IArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#af6fedef15cfc27312aafd4587fc49683',1,'amrex::IArrayBox::IArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f0eab6dcd0046a0bd3bf6097cc6e05a',1,'amrex::IArrayBox::IArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a2d392519e9ba2d0c847e4d0005edb1e3',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aeba2de0a08ff8906f30a58a9cf04270c',1,'amrex::IArrayBox::IArrayBox(IArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6443cdd8817b08654330d67beba5c54',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a78deba39f37dd25e757951d9a0383ca0',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ab55bcfe89e71d591a08d66ef5ac0c15c',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ae3e9c14ff7beff49a8368e57736b69b9',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa94e7b72db1dbbccb037e5b4e38d23ab',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a327721932b527771972aaa456541b04d',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6bf69fa044d83c02e7a48394be20c5c1',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp, Arena *ar)']]], - ['ibd_5fmax_5forder_5fdef_3723',['IBD_max_order_DEF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a258eb38558243a71923bbc3fc82990ba',1,'amrex::InterpBndryDataT']]], - ['ic_3724',['ic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a99986b3406a40b454717360c972a5725',1,'amrex::Gpu::ComponentBox']]], - ['id_3725',['Id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a367c2a50847ec17a42b51bb0599cdc5e',1,'amrex::FillBoxId::Id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#a79ee25ffced29c9dc45ea06d2fa48964',1,'amrex::FabArrayId::Id()']]], - ['id_3726',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ae2381a3b4219a19c7d66ed7b5254506b',1,'amrex::SoAParticle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8dbc3abce5db76ac89bdd07fbf35ac52',1,'amrex::SoAParticle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'amrex::ParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af0f0e616393a552d2bde49f930babbae',1,'amrex::ParticleTile::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6e26882024ecf05f93701fac523ff9db',1,'amrex::Particle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1b1f1b307acf1e1762ee8aa31a1a6938',1,'amrex::Particle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a87383ef9decb27031fd7af10df4c8b7b',1,'amrex::ConstSoAParticle::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'amrex::ConstParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aaa15aa2f29efcb1129570ab6ba798db4',1,'amrex::StateDescriptor::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a36f9ab05aec0c6ff6c10e60af0dc01d2',1,'amrex::ParticleTile::id()']]], - ['id_5foffset_3727',['id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a572e669336638bfcd32956674cea5b07',1,'amrex::HypreNodeLap']]], - ['idata_3728',['idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#adffa348400a2c770707376c0040d4596',1,'amrex::Particle::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'amrex::ParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9a8d50011397207e3683329bb018aed6',1,'amrex::Particle::idata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afe49969bb7cbe4611f0212f901fd6277',1,'amrex::Particle::idata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afdb056dd5e330dc36305dc897876f772',1,'amrex::Particle::idata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae04a2682e4044868102276af6ea94561',1,'amrex::Particle::idata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'amrex::ConstParticleTileData::idata(const int attribute_index) const']]], - ['idcpu_3729',['idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'amrex::ConstParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'amrex::ParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afeb8b364103d2ac3f8d7a0cf8d5d38e3',1,'amrex::SoAParticle::idcpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4d5e4893284120bf5966eafe2e8b9774',1,'amrex::SoAParticle::idcpu() const &']]], - ['idcpu_3730',['IdCPU',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af6874dec9cbf05e59a6bc7367c5d22f7',1,'amrex::StructOfArrays']]], - ['idcpuarray_3731',['idcpuarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f25acba9b5d155bac10a12a0facb168',1,'amrex::StructOfArrays']]], - ['identicalinterps_3732',['identicalInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a26a49900d23f1e6dae4904636de28807',1,'amrex::StateDescriptor']]], - ['identity_3733',['Identity',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html',1,'amrex::NonLocalBC']]], - ['identity_3734',['identity',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded',1,'amrex::NonLocalBC']]], - ['identitytuple_3735',['IdentityTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9',1,'amrex::IdentityTuple(GpuTuple< Ts... >, ReduceOps< Ps... >) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25',1,'amrex::IdentityTuple(GpuTuple< Ts... >, TypeList< Ps... >) noexcept']]], - ['idir_3736',['iDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a86a670ba1e5f59b903e5cbb047509177',1,'amrex::OrderedBoxes']]], - ['ieee32normalrealdescriptor_3737',['Ieee32NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a712d35cb1071948f9fd7ce809fa8ff2e',1,'amrex::FPC']]], - ['ieee64normalrealdescriptor_3738',['Ieee64NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a545419a941e545b123cc638c15bfcb72',1,'amrex::FPC']]], - ['ieee_5fdouble_3739',['ieee_double',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#abdb4c6267365b40cf9675d3180b50634',1,'amrex::FPC']]], - ['ieee_5ffloat_3740',['ieee_float',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#afac92c1763e3625fb356c57f027faf34',1,'amrex::FPC']]], - ['if_3741',['If',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ac8138a7c3dfae65f72813c07b8e5e856',1,'amrex::Gpu::Atomic']]], - ['if_5fdevice_3742',['If_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a36a87ab5fbe799714dcc825134aa6027',1,'amrex::Gpu::Atomic']]], - ['if_5ff_3743',['IF_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388',1,'amrex::EB2']]], - ['ifabio_3744',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html',1,'amrex::IFABio'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6992d0759e5941d7b43d81c03c73afd',1,'amrex::IArrayBox::IFABio()']]], - ['ifabio_3745',['ifabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aebc54540f561b7e5cdb0a92a14ead5ba',1,'amrex::IArrayBox']]], - ['ifile_3746',['ifile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a3216a69095c3102d7197657e89018f7f',1,'amrex::AsyncOut::WriteInfo']]], - ['ignore_5funused_3747',['ignore_unused',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf',1,'amrex']]], - ['ii_3748',['II',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex::state_t']]], - ['ij_3749',['ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa7bed657a775c37c2570786d0cbeefd88',1,'amrex::Hypre']]], - ['ilevel_3750',['iLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a6aa1a7ff2985929f15519ad00aa2a550',1,'amrex::OrderedBoxes']]], - ['ilevel_3751',['ILevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a5d5963f92aa5af837a70ee9031d7132a',1,'amrex::OrderedBoxes']]], - ['imag_3752',['imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#adc42fb08c670f0f7127d886bc3e28435',1,'amrex::GpuComplex']]], - ['image_3753',['Image',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a',1,'amrex::NonLocalBC']]], - ['implicitintegral_3754',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html',1,'amrex::algoim::ImplicitIntegral< M, N, class, class, S >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html#ab942f7d12d8564d8cdc739a1b904df4d',1,'amrex::algoim::ImplicitIntegral< 0, N, Phi, F, S >::ImplicitIntegral()']]], - ['implicitintegral_3c_200_2c_20n_2c_20phi_2c_20f_2c_20s_20_3e_3755',['ImplicitIntegral< 0, N, Phi, F, S >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html',1,'amrex::algoim']]], - ['imultifab_3756',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html',1,'amrex::iMultiFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#acf0191c29fd07b52e736b7992dd6bc21',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4030a757a6ad60d4e54fc4b39c486f90',1,'amrex::iMultiFab::iMultiFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aad5326a4a82790720a17b4d811d96089',1,'amrex::iMultiFab::iMultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a107599bda529487acf4ad13281918a6f',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a815bfdbfd6938b044ed23ac96d55a7c0',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a78a07654498a88087435754603d8306d',1,'amrex::iMultiFab::iMultiFab(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af7c2414a99e5017f1130e2e2c8e9d70f',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs)=delete']]], - ['in_3757',['in',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a13b5bfe96f3e2fe411c9f66f4a582adf',1,'amrex::ForkJoin']]], - ['in_5fbody_3758',['in_body',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3e0822600d48fac2177a0b93671e868a',1,'amrex::EB2::GeometryShop']]], - ['in_5ffluid_3759',['in_fluid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a637784ea6d4098867d78ad901750937a',1,'amrex::EB2::GeometryShop']]], - ['in_5fgraph_5fregion_3760',['in_graph_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3d36026586dd063c89350f39d815285a',1,'amrex::Gpu']]], - ['in_5flaunch_5fregion_3761',['in_launch_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a46c58e76f1942c7eefcf205b3ec3d24c',1,'amrex::Gpu']]], - ['in_5fnosync_5fregion_3762',['in_nosync_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8946d247baac46fe1bc6e81897915366',1,'amrex::Gpu']]], - ['in_5fparallel_3763',['in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935',1,'amrex::OpenMP']]], - ['in_5fparallel_5fregion_3764',['in_parallel_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a9949d2a62ee0e670c89942b622ef9ebb',1,'amrex::TinyProfiler']]], - ['in_5fsingle_5fstream_5fregion_3765',['in_single_stream_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a77a9e29985ce3d940d17cad0584d2446',1,'amrex::Gpu']]], - ['include_3766',['Include',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a5f25e2c23a4dcf6d5bcadd45d045b619',1,'RegionsProfStats']]], - ['includeall_3767',['INCLUDEALL',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a54c51bf557fe09986321162dd762ddd1',1,'BLProfStats']]], - ['includenone_3768',['INCLUDENONE',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a4bc1d99bb527c9cfd1da7ed4e3b543a1',1,'BLProfStats']]], - ['includeset_3769',['includeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2cf8abcd7afbb8e5e307c8420255c061',1,'BLProfStats']]], - ['inclusive_3770',['Inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Inclusive.html',1,'amrex::Scan::Type']]], - ['inclusive_3771',['inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a027e4f65499e79da7007b5f9507c4e4a',1,'amrex::Scan::detail::BlockStatus< T, false >::inclusive()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f',1,'amrex::Scan::Type::inclusive()']]], - ['inclusive_5fscan_3772',['inclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab4e0fa80e6873e53208d917854f37129',1,'amrex::Gpu']]], - ['inclusivesum_3773',['InclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f',1,'amrex::Scan']]], - ['increment_3774',['increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a334579fbf27c137837e3860305636d65',1,'amrex::GMRESMLMGT']]], - ['increment_3775',['Increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'amrex::ParticleContainer_impl::Increment()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Increment()']]], - ['incrementnumberofusers_3776',['IncrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1e86b7049dda4298109713894149ff36',1,'amrex::DataServices']]], - ['incrementwithtotal_3777',['IncrementWithTotal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'amrex::ParticleContainer_impl::IncrementWithTotal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IncrementWithTotal()']]], - ['index_3778',['Index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const']]], - ['index_3779',['index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'amrex::ParticleInterpolator::Base::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Linear, amrex::Real >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Nearest, int >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a0c3808b669899ddde6c26fa5ec26cc1a',1,'amrex::ValLocPair::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'amrex::BoxND::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'BoxND< AMREX_SPACEDIM >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa66fe114af5887c4e2a679627c687bf7',1,'amrex::Neighbors::const_iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aaf05d2993eabd39dee90939a4e8d3b80',1,'amrex::Neighbors::iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aa69f73dbf7931e2d0a3889de2db4a42b',1,'amrex::MFIter::index() const noexcept']]], - ['index_5fmap_3780',['index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac482cbbf5ecee6f2593a3e4437623082',1,'amrex::MFIter']]], - ['index_5ftype_3781',['index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< typename amrex::ParticleTileData >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aa7f90581f997c06bef83a50325c7d550',1,'amrex::SparseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ae5dcffa68729e972f969d4813b61cc3f',1,'amrex::SparseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a076901dd6c8e2e3c65fef98f0ca348cd',1,'amrex::BinIterator::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< ParticleType >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'amrex::DenseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a223f66550fa407ec108387b2cd8d61b2',1,'amrex::DenseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a18c09cc04f0e7aa632e619fcc3824025',1,'amrex::BATbndryReg::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a83d1ac876f96d6e5561f193b39498bec',1,'amrex::BATcoarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a94cc8c83f1dd9de4e2d1ab9a3d67e056',1,'amrex::BATindexType::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a90bd569f67fe7881da5831e52d1c78c2',1,'amrex::BATindexType_coarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a32b3bfb809dceced0d08a737413919f6',1,'amrex::BATnull::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab3b08da13a73b3057d2c1a7d565b0f8a',1,'amrex::BATransformer::index_type()']]], - ['index_5ftype_5fread_3782',['index_type_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478',1,'amrex::detail']]], - ['index_5ftype_5fwrite_3783',['index_type_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab00f37e64a03e8049a6890215b22817a',1,'amrex::detail']]], - ['indexarray_3784',['indexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a15c2b54df8386a9d38216410edce884c',1,'amrex::FabArrayBase']]], - ['indexarray_3785',['IndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7a4ed8b70e3aa4c3ddd3a24fb1c0f3a0',1,'amrex::FabArrayBase']]], - ['indexfromvalue_3786',['indexFromValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< Real >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006',1,'amrex::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< PetscInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< HYPRE_Int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< EBCellFlag >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< char >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< AtomicInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'amrex::BaseFab::indexFromValue()']]], - ['indexmap_3787',['indexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a37311b356baf90979545e588fa7f6b6f',1,'amrex::FabArrayBase::TileArray']]], - ['indexspace_3788',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html',1,'amrex::EB2::IndexSpace'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a2a72ea2c766a09d49b74420005f4f700',1,'amrex::EB2::IndexSpace::IndexSpace() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#afd623b9a8ba399823e33335841e30a20',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a08a6bcc75e45852b005fe627095155fe',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace &&)=delete']]], - ['indexspacechkptfile_3789',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html',1,'amrex::EB2::IndexSpaceChkptFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aa7b3a02d220d9bf8c0e43cd462ddb224',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9ca6ef6a328a613b2647a3b9d380d65a',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(const ChkptFile &chkpt_file, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a296cc9b11d8dcdf89fc04ddcd1959e42',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile const &)=delete']]], - ['indexspaceimp_3790',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html',1,'amrex::EB2::IndexSpaceImp< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ad6b841229e1fb87dc97f4ee2845ec152',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6797ef86d23bba92fa8a6479d8bfac51',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac2dc5fdef32fb9bbd2843e6b2d91ac97',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > &&)=delete']]], - ['indexspacestl_3791',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html',1,'amrex::EB2::IndexSpaceSTL'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#abe85200c4d1b12e00b1c39640553f064',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(const std::string &stl_file, Real stl_scale, Array< Real, 3 > const &stl_center, int stl_reverse_normal, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#accce0356b6e62b40a6fa8bb0cf1a9402',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#adc0c4857ce013433b350e51cfb2f1b47',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL &&)=delete']]], - ['indextype_3792',['indexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febaa83af96ce0bc256deeb3ce660dcebacc',1,'amrex::BATransformer']]], - ['indextype_3793',['IndexType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35342b486ef07ba6108169268169296',1,'amrex']]], - ['indextype_5fcoarsenratio_3794',['indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba3e10d52c08b4ae924eb9c9c4c42386b6',1,'amrex::BATransformer']]], - ['indextypecat_3795',['IndexTypeCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765',1,'amrex']]], - ['indextypeexpand_3796',['IndexTypeExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6',1,'amrex']]], - ['indextypend_3797',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'amrex::IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa628a3790133afeee83102618fefc0f9',1,'amrex::IndexTypeND(IndexType::CellIndex, Args...) -> IndexTypeND< sizeof...(Args)+1 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027',1,'amrex::IndexTypeND(const IntVectND< dim > &) -> IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'amrex::IndexTypeND::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'amrex::IndexTypeND::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'amrex::IndexTypeND::IndexTypeND() noexcept=default']]], - ['indextypend_3c_20amrex_5fspacedim_20_3e_3798',['IndexTypeND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'']]], - ['indextyperesize_3799',['IndexTypeResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8',1,'amrex']]], - ['indextypeshrink_3800',['IndexTypeShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b',1,'amrex']]], - ['indextypesplit_3801',['IndexTypeSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1',1,'amrex']]], - ['indextypesplit_5fimp_3802',['IndexTypeSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e47b1e3eb901025e0d76241ae9102ee',1,'amrex::detail']]], - ['indexundefined_3803',['indexUndefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#abde8301fcb9fb91f30cb12abc376bbc1',1,'amrex::NFilesIter']]], - ['indims_3804',['indims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'amrex::BoxND::indims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'BoxND< AMREX_SPACEDIM >::indims()']]], - ['info_3805',['info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'amrex::MLLinOpT::info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'MLLinOpT< Array< MultiFab, 3 > >::info()']]], - ['ingraphregion_3806',['inGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2fed08a89572d6c04add3c5587f647d8',1,'amrex::Gpu']]], - ['inhomogeneous_3807',['Inhomogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627ae9990b3a39151b6f2175caa7621e0c4b',1,'amrex::LinOpEnumType']]], - ['init_3808',['init',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#af69ee6eb252dae9acb0706eb7a31492b',1,'amrex::ReduceOpMax::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a3c9ce1cac2c3059c950adde4d0259063',1,'amrex::ReduceOpLogicalOr::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#ad53fdbbdcc39cc0025641ff1119d3718',1,'amrex::ReduceOpMax::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a130847668e1e52934a9eaee3ec473be2',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a212c03c98a4230516edbc394cf3f1674',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#af18e050e03babd636f9b492f8776a4df',1,'amrex::ReduceOpSum::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a00a3d52093863719ed7429f3bbf35eb4',1,'amrex::Amr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a080715e65757bd58b0c8e6468b0c09aa',1,'amrex::Gpu::StreamIter::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af6b2818bec6a86128f3594b6684d4a42',1,'amrex::ForkJoin::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae6c24e645074589f76ff10eb4c37c8a1',1,'amrex::AmrLevel::init()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1e14a83038675d42ed7065b0262bc2a7',1,'amrex::AmrLevel::init(AmrLevel &old)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ae14960aa4d997ba60b2df5e9a1cf3956',1,'amrex::ReduceOpLogicalAnd::init()']]], - ['init_3809',['Init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a03c5bcd59778f3b11223014a8933ab58',1,'amrex::DataServices']]], - ['init_5fpreconditioner_3810',['init_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd785510c002ae90c0406adea27abb4e',1,'amrex::HypreIJIface']]], - ['init_5fsnan_3811',['init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5',1,'amrex::system::init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af56588e4621fc35eae763fcb44ad4633',1,'amrex::FArrayBox::init_snan()']]], - ['init_5fsolver_3812',['init_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad7072916b39b7d8c98e19a4d6e23dd6e',1,'amrex::HypreIJIface']]], - ['init_5fstates_3813',['init_states',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#adbef3193b3d4efdeacc00a4c0bf0d396',1,'amrex::BlockMutex']]], - ['initamr_3814',['InitAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9214cdbdc7fddff0ba8afd7d592ba869',1,'amrex::Amr']]], - ['initamrcore_3815',['InitAmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af614cfbec1f40953a32b0786d25f5f6f',1,'amrex::AmrCore']]], - ['initamrmesh_3816',['InitAmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab789a53b0b0d3e5bddbf489ed751aee2',1,'amrex::AmrMesh']]], - ['initblprofdatablock_3817',['InitBLProfDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a34dbaa29f765d4ff500930aca6900d45',1,'BLProfStats']]], - ['initcommdatablock_3818',['InitCommDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8e7882478f8a6a74ec3ca89d32d95096',1,'BLProfStats::InitCommDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#acfb90e6b7303a7d0bec5cec72b70aed7',1,'CommProfStats::InitCommDataBlock()']]], - ['initcstatsdatablock_3819',['InitCStatsDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a136a40d1c2a1467f65e6c27630239b03',1,'BLProfStats::InitCStatsDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a52457e96f8c6a0a8cded7b2f40ad1cc1',1,'RegionsProfStats::InitCStatsDataBlock()']]], - ['initdata_3820',['initData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a862d5c3479aee494a516f53ea70fea0b',1,'amrex::AmrLevel']]], - ['initdatafilenames_3821',['InitDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae236d8843e74f0b9defeb6ff27c0df9c',1,'CommProfStats::InitDataFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af869e7a8dd76194658b7ce98832993db',1,'RegionsProfStats::InitDataFileNames(const amrex::Vector< std::string > &hfn)']]], - ['initdblocks_3822',['InitDBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a70340c01d73cca503ce225c95d9609c4',1,'RegionsProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a732df0e14a0331aa8257e7f499c27d77',1,'BLProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a50da2373879ad991a77418e0a6210a99',1,'CommProfStats::InitDBlocks()']]], - ['initedisontopomf_3823',['InitEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a62079444f690e518e8797d23b16defde',1,'CommProfStats']]], - ['initfiltertimeranges_3824',['InitFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a07e2bf128ca1e78559870ef621c6738c',1,'BLProfStats']]], - ['initfromasciifile_3825',['InitFromAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'amrex::ParticleContainer_impl::InitFromAsciiFile()']]], - ['initfrombinaryfile_3826',['InitFromBinaryFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'amrex::ParticleContainer_impl::InitFromBinaryFile()']]], - ['initfrombinarymetafile_3827',['InitFromBinaryMetaFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryMetaFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'amrex::ParticleContainer_impl::InitFromBinaryMetaFile()']]], - ['initfromlistimpl_3828',['initFromListImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9caf05d151123306105799d4a99cbf30',1,'amrex::detail']]], - ['initfromscratch_3829',['InitFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a309a4bad63faba98cfc57641e274413d',1,'amrex::AmrCore']]], - ['initial_5fba_3830',['initial_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a49468e4d346f32d97ab09f48f4ff9dd2',1,'amrex::Amr']]], - ['initial_5fgrids_5ffile_3831',['initial_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aadcea8b0f09483be05ad913b0c9a6e91',1,'amrex::Amr']]], - ['initial_5fvec_5fzeroed_3832',['initial_vec_zeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a69d27f7696e48a507b2840029ed6881b',1,'amrex::MLCGSolverT']]], - ['initialba_3833',['initialBa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acadd647c5f887a16b8c6d1fd09b2f41f',1,'amrex::Amr']]], - ['initialbalevels_3834',['initialBaLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa0fd6eea096c16f444db7d0f93b1cbb5',1,'amrex::Amr']]], - ['initialinit_3835',['initialInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af2c9975634dece5cd72f085054987866',1,'amrex::Amr']]], - ['initialize_3836',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a34bf3e13bc08cfec354d8d6b52004885',1,'amrex::BoxArray']]], - ['initialize_3837',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af326e29a8c0b145ec35cfab0011a7f91',1,'amrex::RKIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c61a5a223227b0242549533ea23ffda',1,'amrex::SundialsIntegrator::initialize()']]], - ['initialize_3838',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a03ecb8f0d75887ecef410b64566586bc',1,'amrex::DistributionMapping::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aea19aa89a556ee88fe67f6067c0abacd',1,'amrex::Gpu::Device::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html#a69acbcd41730d50de9aa0d5548e90972',1,'amrex::InSituUtils::DescriptorMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< HYPRE_Int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3af393cef8172925a02163379c4ee7db',1,'amrex::BLProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< Real >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< PetscInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa33f37ed3b665ed7c5eb98de5cdafcd3',1,'amrex::Amr::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a9f40990a545f4d280e905117fc6a0786',1,'amrex::Arena::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aae9932a1a2b245c7a6a1b472cbd0b8ff',1,'amrex::BARef::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'amrex::BaseFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< AtomicInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< char >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< EBCellFlag >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a04e68d07c0aae11be5946e24023b17d3',1,'amrex::iMultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae63aac3a7741cc60cb66504da479b50a',1,'amrex::TinyProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a182c3d20f76fd26e5de61a23450ac185',1,'amrex::PrintToFile::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'amrex::ParticleContainer_impl::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a302162fcd495ffd22ab0ebb8d8f36a05',1,'amrex::ParmParse::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7d869f54f3d6f4e3ede7eb0103954a9e',1,'amrex::MultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#addaa9305a4ee5dda972e835164b70e29',1,'amrex::MFIter::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html#a579a707356fa4428996cffc0d3c669ed',1,'amrex::InSituUtils::MeshStateMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a83f54bf5c96404e02a261280a542d124',1,'amrex::sundials::MemoryHelper::Initialize()']]], - ['initialize_3839',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#aff7833aedc8bfc852c830c35cefe928c',1,'amrex::InSituBridge']]], - ['initialize_3840',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca0f6fbf4458284d275ca2f0625c2303',1,'amrex::VisMF::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aff085ec8097788fc08d663f81062154e',1,'amrex::IArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a01e9092eaa18c9803bd850d15dbd64c8',1,'amrex::FillPatchIteratorHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a03052a484ec03c3f2a7831be358b0538',1,'amrex::FillPatchIterator::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35b1135bdf17ab4f4022cf60745ade37',1,'amrex::FArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab9d1477fa7e20518ac22fdb03574a4b2',1,'amrex::FabArrayBase::Initialize()']]], - ['initialize_3841',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6f0024086c8878f64f807c4bd7c2b6ad',1,'hacc::Distribution::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ab125ad41009da20311f0d5b950c2e527',1,'amrex::FEIntegrator::initialize()']]], - ['initialize_3842',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d',1,'amrex::Initialize(MPI_Comm mpi_comm, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c',1,'amrex::Initialize(int &argc, char **&argv, bool build_parm_parse=true, MPI_Comm mpi_comm=MPI_COMM_WORLD, const std::function< void()> &func_parm_parse={}, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad322c4e7eab6b75bf9448b5b7d464ee1',1,'amrex::AsyncOut::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be',1,'amrex::EB2::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a42a34e9b2688dfa4616c06781fe06d83',1,'amrex::machine::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ae1e60c63ded7ddfd23bdb3e6d2e4d96c',1,'amrex::MPMD::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a916170832821539e49f051409018ffcb',1,'amrex::ParallelDescriptor::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d',1,'amrex::sundials::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561',1,'amrex::VectorGrowthStrategy::Initialize()']]], - ['initialize_5fgpu_3843',['initialize_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adccc576a72b545911c26ec7febfdd078',1,'amrex::Gpu::Device']]], - ['initialize_5fintegrator_3844',['initialize_integrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a63b4a8514fe939f9639442f7ff8d527b',1,'amrex::TimeIntegrator']]], - ['initialize_5fparameters_3845',['initialize_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#aac86414cf938aa7161d833cfd1a3c518',1,'amrex::SundialsIntegrator::initialize_parameters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ac2e6499b53e139edf43e385cdcef27cf',1,'amrex::RKIntegrator::initialize_parameters()']]], - ['initialize_5fpreset_5ftableau_3846',['initialize_preset_tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acff4fc41929210da23d8245c17bdb874',1,'amrex::RKIntegrator']]], - ['initialize_5fstages_3847',['initialize_stages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac5967c00d555d6b2865daf4c937fbbf0',1,'amrex::FEIntegrator::initialize_stages()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada4db7ea06e188ae4ab827a213cf35ce',1,'amrex::RKIntegrator::initialize_stages()']]], - ['initialize_5fwithout_5fsplit_3848',['Initialize_without_split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a1e9265f1483fda707a03fa255e40041e',1,'amrex::MPMD']]], - ['initializecommcomps_3849',['initializeCommComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fc777a6611729b79c56fc8f1782c830',1,'amrex::NeighborParticleContainer']]], - ['initialized_3850',['initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81',1,'amrex::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d4b7df27f35926ab4a1377d5864aed8',1,'amrex::FArrayBox::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88d35757727faba3973cc46625237e74',1,'amrex::BoxArray::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a706eeeb8f176a08d3774dd488715bfc1',1,'amrex::BARef::initialized()']]], - ['initialized_3851',['Initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3140db6536c44d09f5fec2fb7d4ff136',1,'amrex::MPMD::Initialized()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0',1,'amrex::Initialized()']]], - ['initializeinit_3852',['InitializeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4ee94a5a7023c24e9f38112f9e4f6ccd',1,'amrex::Amr']]], - ['initinsitu_3853',['initInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a983258693a263cd6121c36a664f97565',1,'amrex::Amr']]], - ['initnrandompercell_3854',['InitNRandomPerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'amrex::ParticleContainer_impl::InitNRandomPerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitNRandomPerCell()']]], - ['initonepercell_3855',['InitOnePerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'amrex::ParticleContainer_impl::InitOnePerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitOnePerCell()']]], - ['initparams_3856',['InitParams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3dd15ac8b4c21b85653d2bc8a56eb970',1,'amrex::BLProfiler::InitParams(const Real, const bool, const bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#af6d5560f2938564e691ec706ef87b5f3',1,'amrex::BLProfiler::InitParams()']]], - ['initpltandchk_3857',['initPltAndChk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a210649d50f9f052bcaf38336ce97f986',1,'amrex::Amr']]], - ['initprojector_3858',['initProjector',['../classHydro_1_1MacProjector.html#aacd4ed718a2c55d2df73739131585eab',1,'Hydro::MacProjector::initProjector(amrex::LPInfo a_lpinfo, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#afbcfab692e65f2dff7a555bce62b2f29',1,'Hydro::MacProjector::initProjector(amrex::Vector< amrex::BoxArray > const &a_grids, amrex::Vector< amrex::DistributionMapping > const &a_dmap, amrex::LPInfo a_lpinfo, amrex::Real a_const_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})']]], - ['initproxmap_3859',['InitProxMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a599b15517a65dde41a441be3705e8c01',1,'CommProfStats']]], - ['initrandom_3860',['InitRandom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'amrex::ParticleContainer_impl::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44',1,'amrex::InitRandom()']]], - ['initrandomperbox_3861',['InitRandomPerBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'amrex::ParticleContainer_impl::InitRandomPerBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandomPerBox()']]], - ['initregiontimeranges_3862',['InitRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a40a30a866f8437287bd706633d3ffef5',1,'amrex::DataServices::InitRegionTimeRanges()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a1590c491b357676bac273650f527c8',1,'RegionsProfStats::InitRegionTimeRanges()']]], - ['initsnan_3863',['InitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1',1,'amrex']]], - ['initsubcycle_3864',['initSubcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac817c89d71bd72e6514b12b78ba3a955',1,'amrex::Amr']]], - ['initval_3865',['initVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0950587ec6e53ece5805ffb5ab71cf60',1,'amrex::FArrayBox']]], - ['initval_3866',['initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6657471e6437a4acab5413ea8874ff39',1,'amrex::FArrayBox']]], - ['initval_3867',['initVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa4f9b9a2a37baa29e7767a80f6856dcd',1,'amrex::MultiFab']]], - ['inlaunchregion_3868',['inLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7a05369cacb826ba5546b4dd507c49dd',1,'amrex::Gpu']]], - ['innards_3869',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html',1,'amrex::Any::innards< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#aacaac28ad77795a2c5443a992e3701ad',1,'amrex::Any::innards::innards()']]], - ['innards_5fbase_3870',['innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html',1,'amrex::Any']]], - ['innosyncregion_3871',['inNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa291965db390b525ec650fbb777bfd44',1,'amrex::Gpu']]], - ['inout_3872',['inout',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a54c9ccb45f5ee60133cca31fca024432',1,'amrex::ForkJoin']]], - ['inrange_3873',['inRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a426236914671d1e988849aa8c1435c01',1,'amrex::StateDescriptor']]], - ['insert_3874',['insert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa9a72f88e2cfb4bcbf98ef2f7ae5834a',1,'amrex::ArrayOfStructs::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, const amrex::STLtools::Triangle &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, amrex::STLtools::Triangle &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, const amrex::XDim3 &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, amrex::XDim3 &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int * >::insert(const_iterator a_pos, const const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int * >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int * >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int * >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< index_type >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int >::insert(const_iterator a_pos, int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int >::insert(const_iterator a_pos, size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int >::insert(const_iterator a_pos, const int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int * >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int * >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int * >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int * >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< index_type >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< index_type >::insert(const_iterator a_pos, std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< index_type >::insert(const_iterator a_pos, size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< index_type >::insert(const_iterator a_pos, const index_type &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< std::size_t >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, const ParticleType &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, ParticleType &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< std::size_t >::insert(const_iterator a_pos, size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::size_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< std::size_t >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, const uint64_t &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, uint64_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< unsigned int >::insert(const_iterator a_pos, const unsigned int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< unsigned int >::insert(const_iterator a_pos, size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< unsigned int >::insert(const_iterator a_pos, unsigned int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< unsigned int >::insert(const_iterator a_pos, std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< unsigned int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::BoxND >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, size_type a_count, const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, const amrex::openbc::MomTag &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, amrex::NeighborCode &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, const amrex::NeighborCode &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, size_type a_count, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, const amrex::BoxND &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, amrex::AssignGrid< BinIteratorFactory > &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, const amrex::AssignGrid< BinIteratorFactory > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'amrex::PODVector::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'amrex::PODVector::insert(const_iterator a_pos, std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'amrex::PODVector::insert(const_iterator a_pos, T &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'amrex::PODVector::insert(const_iterator a_pos, size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'amrex::PODVector::insert(const_iterator a_pos, const T &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int >::insert()']]], - ['insideroundoffdomain_3875',['insideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab6da90b609946e2435bdb054e7770f54',1,'amrex::Geometry']]], - ['insinglestreamregion_3876',['inSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7b9b6dc13dd85b3eeac69203a56e39c0',1,'amrex::Gpu']]], - ['insitubridge_3877',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html',1,'amrex::InSituBridge'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a6c866fc3219625267ae1e50ba7bec240',1,'amrex::InSituBridge::InSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a55fdcf41da1a393096135db7674b777e',1,'amrex::InSituBridge::InSituBridge(const InSituBridge &)=delete']]], - ['installnewdistributionmap_3878',['InstallNewDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3e662f31f9e418725c27e5c55577202',1,'amrex::Amr']]], - ['int_3879',['int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937',1,'amrex']]], - ['int_3880',['Int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a55bfff3929ed41ec8c5f707f22cc392d',1,'amrex::HypreNodeLap']]], - ['int_5farray_5fdata_3881',['int_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a653d4adb055f256961d77c1ec6020388',1,'amrex::ParticleInitType']]], - ['int_5fstruct_5fdata_3882',['int_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a0bd3b566d108db4165d89a0cbb8dd274',1,'amrex::ParticleInitType']]], - ['int_5fvector_5fread_3883',['int_vector_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10cf5f494efe193085325d416a180ebd',1,'amrex::detail']]], - ['int_5fvector_5fwrite_3884',['int_vector_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a447b3a82196abd5e97f2cec9f53d466b',1,'amrex::detail']]], - ['intarray_3885',['IntArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1',1,'amrex']]], - ['intarray_3886',['intarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aa458068c84a4240f72d3b1dd1fa59c9e',1,'amrex::StructOfArrays']]], - ['intdescriptor_3887',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html',1,'amrex::IntDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8e6ce8b7a8c715aca1af416b132d0ebe',1,'amrex::IntDescriptor::IntDescriptor(Long nb, Ordering ordering=NormalOrder)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#abaf847069bf7b132024868b170f2a723',1,'amrex::IntDescriptor::IntDescriptor()=default']]], - ['integrate_3888',['integrate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0eae9b06298e069eab80098118fe239d',1,'amrex::TimeIntegrator']]], - ['integrator_5fptr_3889',['integrator_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a945c0ab164fee73db3dcc6cdc38fe216',1,'amrex::TimeIntegrator']]], - ['integratorbase_3890',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html',1,'amrex::IntegratorBase< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0161e86a01e6b8a3ae9a9d3f91e5ad29',1,'amrex::IntegratorBase::IntegratorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad6e1d1e6bb0cd9f1ac3dec311f811151',1,'amrex::IntegratorBase::IntegratorBase(const T &)']]], - ['integratorops_3891',['IntegratorOps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps.html',1,'amrex']]], - ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3amultifab_2c_20t_20_3e_20_3e_20_3e_3892',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html',1,'amrex']]], - ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_2c_20t_20_3e_20_3e_20_3e_3893',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html',1,'amrex']]], - ['integratortypes_3894',['IntegratorTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e',1,'amrex']]], - ['intent_3895',['intent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#adab1f2dcfd2d52eebf3c6727ef5e37d7',1,'amrex::ForkJoin::MFFork']]], - ['intent_3896',['Intent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466',1,'amrex::ForkJoin']]], - ['intercept_5fto_5fedge_5fcentroid_3897',['intercept_to_edge_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72',1,'amrex::EB2']]], - ['interface_3898',['Interface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13f',1,'amrex::Hypre']]], - ['interior_3899',['interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a',1,'amrex::Extrapolater']]], - ['internals_3900',['Internals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f3433a6470167d503b3fe0f0e7da3d4',1,'amrex::AmrDataAdaptor::Internals()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a239d7e100aa5e50e2fa73180fd7649ea',1,'amrex::AmrMeshDataAdaptor::Internals()']]], - ['internalstype_3901',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html',1,'amrex::AmrDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html',1,'amrex::AmrMeshDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a036873b2f2c1d06f877458c6e3369f13',1,'amrex::AmrDataAdaptor::InternalsType::InternalsType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a93efc600bd13297ea7536362a1181858',1,'amrex::AmrMeshDataAdaptor::InternalsType::InternalsType()']]], - ['interp_3902',['interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a1973ad32936dfb82245776b45e4247db',1,'amrex::EBCellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#af74e1e283a35fbabfdae0b880d431f7a',1,'amrex::CellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a81b8c6b51eb371e358a6bc639478c378',1,'amrex::CellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#ac45b4cc9c8b00425d71cf683ce9f4673',1,'amrex::CellConservativeQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#adab6249f593300b3e2dc48f0a57c6c6b',1,'amrex::CellQuadratic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a8f3e4f126c927295a4d1b6859f05aaaf',1,'amrex::CellQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae417e01165f1eb3090a6fc864e3969d3',1,'amrex::DeriveRec::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#af22d89bec2e69b219d84c180abb9592b',1,'amrex::MFCellConsLinMinmaxLimitInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a024b3eb2b27436615aeb54a993c2f6f6',1,'amrex::EBMFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a300863fe0bdaa905b0a5cbe163586bf3',1,'amrex::FaceConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a0616e1cd7c7ace4f08b92dea1677f2bd',1,'amrex::FaceDivFree::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a249d0061f5efa1ea95ba03a301307ec7',1,'amrex::FaceLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a02d82e4c9c05f3d9acaf2e2519a8a47a',1,'amrex::InterpFaceRegister::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#acfb408607036aa3f76da0478bba4855d',1,'amrex::Interpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#afb1ce4c138df4eef0c79359d2f313299',1,'amrex::MFCellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a188f59b61da019f7ed2eca4044b08cff',1,'amrex::MFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html#ad58787e5d20224e834a55b1d566f7672',1,'amrex::MFInterpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#aa8ecd57882ef8a19d4c2480083336b71',1,'amrex::MFNodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#aac8208aac343823a13d9bb8ef3b1c00d',1,'amrex::MFPCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae952aa577171cdaf6a5e11f442ef9744',1,'amrex::NodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#adfc5ad7e775d4436676ac78f658bc3b5',1,'amrex::PCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0afe8de243a0504d0a3f57b0c6c1310b',1,'amrex::StateDescriptor::interp() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a07ab21f13b747541446a303997f24aee',1,'amrex::StateDescriptor::interp(int i) const noexcept']]], - ['interp_5farr_3903',['interp_arr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a7b6f2a09b57e95b750785a7c631c1353',1,'amrex::FaceConservativeLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#af3e2052a76426fa4bec0ca2ae6faaa76',1,'amrex::FaceDivFree::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a1335c7ebf1da118df6be8fa54a6e4007',1,'amrex::FaceLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#a64945546d03cdf4823ac3689509b59f4',1,'amrex::Interpolater::interp_arr()']]], - ['interp_5fcoef_3904',['interp_coef',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acce74b37bc2ee4518cb6bd2d058f2b53',1,'amrex::openbc']]], - ['interp_5fface_3905',['interp_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a0181ab06dea6f0c924ead18e666872af',1,'amrex::FaceConservativeLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a2b8013cf1c27cb27f02b916b16c2043f',1,'amrex::FaceLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee5ce439fa4bbc2dd6f8d40708715485',1,'amrex::Interpolater::interp_face()']]], - ['interp_5fface_5freg_3906',['interp_face_reg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081',1,'amrex::interp_face_reg(int i, int j, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a68acf45501af596b096939b49995c',1,'amrex::interp_face_reg(int i, int j, int k, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)']]], - ['interpaddbox_3907',['InterpAddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#add0ef828c3264079f14cc05abcbb6cb8',1,'amrex::StateData::InterpAddBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b0d01afec5218e25096773af48821bb',1,'amrex::InterpAddBox()']]], - ['interpassign_3908',['interpAssign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4d49ac5447d6ea1fc807b221460fb54d',1,'amrex::MLNodeLinOp::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'MLLinOpT< Array< MultiFab, 3 > >::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'amrex::MLLinOpT::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac40a7cc1f424156f36d3d8b2f0254ae7',1,'amrex::MLCellLinOpT::interpAssign()']]], - ['interpb_3909',['InterpB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca',1,'amrex']]], - ['interpbase_3910',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html',1,'amrex::InterpBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a021bb62c902497ccc17f9debb5fc10cc',1,'amrex::InterpBase::InterpBase(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a2f6b67e875b76f7bcaa9151a1c6de2a6',1,'amrex::InterpBase::InterpBase(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#aee63caed578fc06fb37257394ac4a62d',1,'amrex::InterpBase::InterpBase()=default']]], - ['interpbndrydata_3911',['InterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d',1,'amrex']]], - ['interpbndrydata_5fo1_3912',['interpbndrydata_o1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20',1,'amrex']]], - ['interpbndrydata_5fx_5fo3_3913',['interpbndrydata_x_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39',1,'amrex']]], - ['interpbndrydata_5fy_5fo3_3914',['interpbndrydata_y_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828',1,'amrex']]], - ['interpbndrydata_5fz_5fo3_3915',['interpbndrydata_z_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb',1,'amrex']]], - ['interpbndrydatat_3916',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html',1,'amrex::InterpBndryDataT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#aca339f6cfefd2b60592adb0bb79a01ea',1,'amrex::InterpBndryDataT::InterpBndryDataT(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a58930dee10ca630b2f499dc6f20aa0ac',1,'amrex::InterpBndryDataT::InterpBndryDataT(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ab3867a4fd0a4d8e7eba5d2847576bd74',1,'amrex::InterpBndryDataT::InterpBndryDataT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a71ecda5638e531eb2f2c81496b3a3422',1,'amrex::InterpBndryDataT::InterpBndryDataT() noexcept=default']]], - ['interpccx_3917',['interpccx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a9fe6fda4f0515c834002a49cba04cc2e',1,'amrex::openbc']]], - ['interpccy_3918',['interpccy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a765bedd56cb0c8e024a821cc942663bf',1,'amrex::openbc']]], - ['interpccz_3919',['interpccz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a8233d38e6789cbe1cd5dc3138f4bd389',1,'amrex::openbc']]], - ['interpcorrection_3920',['interpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a295166a3e3f2f9ec07aeffbb4a8a68ed',1,'amrex::MLMGT::interpCorrection(int alev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a13d1cb95e97a44a16843f44421cc86c5',1,'amrex::MLMGT::interpCorrection(int alev, int mglev)']]], - ['interpcrsefinebndryemfield_3921',['InterpCrseFineBndryEMfield',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab const *, AMREX_SPACEDIM > &crse, const Array< MultiFab *, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab, AMREX_SPACEDIM > &crse, Array< MultiFab, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)']]], - ['interpe_3922',['InterpE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3',1,'amrex']]], - ['interpem_5ft_3923',['InterpEM_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80df',1,'amrex']]], - ['interpface_3924',['InterpFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8',1,'amrex::InterpFace(InterpBase *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bccomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3',1,'amrex::InterpFace(Interp *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bcscomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)']]], - ['interpfaceregister_3925',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html',1,'amrex::InterpFaceRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a4b625e8c2eef9e28005c49bbdfc8c203',1,'amrex::InterpFaceRegister::InterpFaceRegister(BoxArray const &fba, DistributionMapping const &fdm, Geometry const &fgeom, IntVect const &ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ade6847e4f47127ea6f5abc3c8633a9f7',1,'amrex::InterpFaceRegister::InterpFaceRegister()=default']]], - ['interpfillfab_3926',['InterpFillFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb',1,'amrex::InterpFillFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a64b6d97172a5fa5f54ecaed8181bbe28',1,'amrex::StateData::InterpFillFab()']]], - ['interpfromcoarselevel_3927',['InterpFromCoarseLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa081e015e8252796d1f7675189020446',1,'amrex::InterpFromCoarseLevel(MF &mf, IntVect const &nghost, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506',1,'amrex::InterpFromCoarseLevel(MF &mf, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], - ['interpolate_5fpotential_3928',['interpolate_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5e29bc57a9ca4bc8ef562a731a373871',1,'amrex::OpenBCSolver']]], - ['interpolater_3929',['Interpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html',1,'amrex']]], - ['interpolaterboxcoarsener_3930',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html',1,'amrex::InterpolaterBoxCoarsener'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ae476a5ba50fe4213159eb44a6796a2a3',1,'amrex::InterpolaterBoxCoarsener::InterpolaterBoxCoarsener()']]], - ['interpolation_3931',['interpolation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a96cd1c0c8c939d5330e906376d009f71',1,'amrex::MLNodeTensorLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf4bbbd062c51772dc87171a1f365eac',1,'amrex::MLNodeLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#afb49aaa56be36e92a6e40bd7b2cc67ca',1,'amrex::MLNodeABecLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'amrex::MLLinOpT::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3b6fb22e3c88f4ab7b5ca96c075a8323',1,'amrex::MLEBNodeFDLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4ed336b2cf683367315368d27d244768',1,'amrex::MLEBABecLap::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a259409e41902c718a2c04c81d91648c4',1,'amrex::MLCurlCurl::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7a7909cddc98ec2abe949ee2f043e817',1,'amrex::MLCellLinOpT::interpolation()']]], - ['interpolationamr_3932',['interpolationAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a66229ad6a25ab3503f99f67a86be8fef',1,'amrex::MLNodeLinOp::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'amrex::MLLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae4108ba43d2b66494dd56578879a29a9',1,'amrex::MLCellLinOpT::interpolationAmr()']]], - ['intersect_3933',['intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f38031bc51519297d88d3234115277',1,'amrex::intersect(const BoxArray &ba, const Box &b, int ng=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880',1,'amrex::intersect(const BoxArray &ba, const Box &b, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a172c409fe49ab498d9910cc19b732346',1,'amrex::intersect(const BoxArray &lhs, const BoxArray &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3',1,'amrex::intersect(const BoxArray &ba, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7',1,'amrex::intersect(BoxDomain &dest, const BoxDomain &fin, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe22e052a797bf296858f9330273112d',1,'amrex::intersect(const BoxList &bl, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a30626a7fa3cb467d4567c820ba4aabb8',1,'amrex::ClusterList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9f5fb740643bc7f4b10baa5487cc1760',1,'amrex::BoxList::intersect(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a21d91d95c6b068d48292a4fdc2f53486',1,'amrex::BoxList::intersect(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6168e6055822180730994c1ad73e068e',1,'amrex::BoxDomain::intersect()']]], - ['intersect_5fhix_3934',['intersect_hix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa74ec3120336fb6f18e589e7e31a2fec',1,'amrex::Amr']]], - ['intersect_5fhiy_3935',['intersect_hiy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad89ad8ade0419ea12d1901d4237b9f07',1,'amrex::Amr']]], - ['intersect_5fhiz_3936',['intersect_hiz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b8339a63d2e5a665044f782e929a02f',1,'amrex::Amr']]], - ['intersect_5flox_3937',['intersect_lox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a74f3b055b554426d6404985f46bc5713',1,'amrex::Amr']]], - ['intersect_5floy_3938',['intersect_loy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a63e0fe7c5999847347e2959ef6d35e84',1,'amrex::Amr']]], - ['intersect_5floz_3939',['intersect_loz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac8fbee6b944ffeb46dac1abb6c4e979c',1,'amrex::Amr']]], - ['intersectionif_3940',['IntersectionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html',1,'amrex::EB2']]], - ['intersections_3941',['intersections',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac19b485ff74dd52d9bb8d8919184e0ce',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7cd5573bebca1fbbe29bd8bd328ce172',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a80052e0d9dfb04e293a213fe3c62f053',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa9813523e16f907563f2c1d054dfaf4f',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c73c4d67413a076f526d3209028285e',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1a6bba7ce3f3a648d9c1fb8815f7a3af',1,'amrex::BoxArray::intersections(const Box &bx) const']]], - ['intersectpoint_3942',['IntersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3cb0318159ef8ea32335512140c1e0d3',1,'amrex::XYPlotDataList']]], - ['intersectpoint_3943',['intersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab96876a1b615c3f8da897d2486d87af1',1,'amrex::XYPlotDataList']]], - ['intersects_3944',['intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a15880d75956fdc7052c011f342f62e4c',1,'amrex::BoxArray::intersects(const Box &b, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0ec59f7f66dc947a4911ac0b88609ce7',1,'amrex::BoxArray::intersects(const Box &b, int ng=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a8b71ab83b796a36109d487b53b7ec4c1',1,'amrex::RealBox::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'BoxND< AMREX_SPACEDIM >::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'amrex::BoxND::intersects()']]], - ['interval_3945',['Interval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html',1,'amrex::algoim::Interval'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434a0135564ab7966e377f4b9fff395b6eb6',1,'amrex::StateDescriptor::Interval()']]], - ['intimerange_3946',['InTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2232121c4ccb35f8edc71cc8ce1bd244',1,'BLProfStats']]], - ['intvect_3947',['IntVect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8792201c856a367dda275e09047daa33',1,'amrex']]], - ['intvect_3948',['intVect',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a82efa297d09d0a5982985ae3296a40c9',1,'amrex::BoxIndexerND< 1 >::intVect()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad27346b304d89647685a5c835d1919cb',1,'amrex::BoxIndexerND::intVect()']]], - ['intvectcat_3949',['IntVectCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced',1,'amrex']]], - ['intvectcat_5fimp_3950',['IntVectCat_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae',1,'amrex::detail']]], - ['intvectexpand_3951',['IntVectExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807',1,'amrex']]], - ['intvectfromlocation_3952',['IntVectFromLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab662246a334dad2696f3b8560c78de94',1,'amrex::AmrData']]], - ['intvectnd_3953',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'amrex::IntVectND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4',1,'amrex::IntVectND(int, int, Args...) -> IntVectND< sizeof...(Args)+2 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa',1,'amrex::IntVectND(const Array< int, dim > &) -> IntVectND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'IntVectND< AMREX_SPACEDIM >::IntVectND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'amrex::IntVectND::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'amrex::IntVectND::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'amrex::IntVectND::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'amrex::IntVectND::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'amrex::IntVectND::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'amrex::IntVectND::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'amrex::IntVectND::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'IntVectND< AMREX_SPACEDIM >::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Array< int, dim > &a) noexcept']]], - ['intvectnd_3c_20amrex_5fspacedim_20_3e_3954',['IntVectND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'']]], - ['intvector_3955',['IntVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ae6b60527dc650e6fd9cc30ea98dc5dfd',1,'amrex::ParConstIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#add93f64ceb09f7385f2c85b3130bf62f',1,'amrex::ParIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'amrex::ParIterBase_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'amrex::ParticleContainer_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab198bf3467e469c8c1bfa13f1c53799a',1,'amrex::ParticleTile::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af1be308a287422ae2a6580556249eb3d',1,'amrex::StructOfArrays::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a40e557410a932b8adc0275a5d019f',1,'amrex::NeighborParticleContainer::IntVector()']]], - ['intvectresize_3956',['IntVectResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75',1,'amrex']]], - ['intvectshrink_3957',['IntVectShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d',1,'amrex']]], - ['intvectsplit_3958',['IntVectSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837',1,'amrex']]], - ['intvectsplit_5fimp_3959',['IntVectSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf',1,'amrex::detail']]], - ['intvectsplit_5fimp2_3960',['IntVectSplit_imp2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2744dcaf73a87a1ef2d0cbd5b3a95857',1,'amrex::detail']]], - ['inv_5fdx_3961',['inv_dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a09a58ce8c24e2ad549c98754fd2adaeb',1,'amrex::CoordSys']]], - ['invalid_3962',['invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3',1,'amrex']]], - ['invalid_3963',['Invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c',1,'amrex::ParticleIdCpus']]], - ['invalid_5ftime_3964',['INVALID_TIME',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2',1,'amrex']]], - ['invalidcontourtype_3965',['INVALIDCONTOURTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323baa990943cd590771c2f07230ef0557850',1,'amrex::Amrvis']]], - ['invalidminmax_3966',['INVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eac6c6458c687d1b60adee77a09a91bef5',1,'amrex::Amrvis']]], - ['invalidrequesttype_3967',['InvalidRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a98b03a82942b04872302d539974d8300',1,'amrex::DataServices']]], - ['invalidtype_3968',['INVALIDTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaae70cfa6a2edfb9a277c9ee45f063e83',1,'amrex::Amrvis']]], - ['invcellsize_3969',['InvCellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a9c67df49c93b825ac5378f5411b9da',1,'amrex::CoordSys::InvCellSize(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad195c96d818c1331428e90a727745304',1,'amrex::CoordSys::InvCellSize() const noexcept']]], - ['invcellsizearray_3970',['InvCellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad30ea5aed12689007843a59201563409',1,'amrex::CoordSys']]], - ['inverse_3971',['Inverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#ae33cb7ae2726115f3cd480dc088a44b7',1,'amrex::NonLocalBC::Identity::Inverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#af8970386ed97a77fdb26348c6ae02871',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a952e8acf8b0d5176442546ca16c789ee',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(IndexType it) const noexcept']]], - ['inverse_5ft_3972',['Inverse_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5',1,'amrex::NonLocalBC']]], - ['inverse_5ftags_3973',['inverse_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab2ef89d2bc69cbfa4ca8f26175d2ce1c',1,'amrex::NeighborParticleContainer']]], - ['inversecopytag_3974',['InverseCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex::NeighborParticleContainer']]], - ['inverseimage_3975',['InverseImage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1',1,'amrex::NonLocalBC']]], - ['invert_3976',['invert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a773e797a62924f1a23e4774c11b97f6f',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc88cd9b7b451baaea2d53b97d20368a',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7883de5b1bd515c4714e434e2a98547',1,'amrex::MultiFab::invert(Real numerator, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< AtomicInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'amrex::BaseFab::invert(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'amrex::BaseFab::invert(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'amrex::BaseFab::invert(T const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'amrex::BaseFab::invert(T const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< HYPRE_Int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::CutFab >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'amrex::FabArray::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'amrex::FabArray::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< Real >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< HYPRE_Int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::CutFab >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< int >::invert(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< int >::invert(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< Real >::invert(Real const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< Real >::invert(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< Real >::invert(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< PetscInt >::invert(PetscInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< PetscInt >::invert(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< int >::invert(int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< int >::invert(int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< EBCellFlag >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ab502cb4515069d22b59a459377d947d1',1,'amrex::LUSolver::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< TagBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< TagBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1151850ade9c29c2c657b173ad4a29c3',1,'amrex::MultiFab::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< char >::invert(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< char >::invert(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< char >::invert(char const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< char >::invert(char const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< IArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< IArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< FArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< FArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::Mask >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::Mask >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)']]], - ['invnormdist_3977',['InvNormDist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9',1,'amrex']]], - ['invnormdistbest_3978',['InvNormDistBest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9',1,'amrex']]], - ['invoke_3979',['INVOKE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92',1,'amrex::detail']]], - ['invoke_5fresult_3980',['invoke_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result.html',1,'amrex::detail']]], - ['invoke_5fresult_3c_20decltype_28void_28invoke_28std_3a_3adeclval_3c_20f_20_3e_28_29_2c_20std_3a_3adeclval_3c_20args_20_3e_28_29_2e_2e_2e_29_29_29_2c_20f_2c_20args_2e_2e_2e_20_3e_3981',['invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html',1,'amrex::detail']]], - ['io_5fbuffer_3982',['io_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a72265d22f478a8f599486c0dad93f7d7',1,'amrex::NFilesIter']]], - ['io_5fbuffer_3983',['IO_Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a1b2038a46c20c406d77023b6cdc956c0',1,'amrex::VisMFBuffer']]], - ['io_5fbuffer_5fsize_3984',['IO_Buffer_Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a950522a5cdc10ea0ee5b3ee127612f33a2c8bdbac4eb5f5b7b66bb2b48e4672c8',1,'amrex::VisMFBuffer']]], - ['io_5fmax_5funit_3985',['io_max_unit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226',1,'amrex_io_module']]], - ['io_5fnum_5fprecon_3986',['io_num_precon',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298',1,'amrex_io_module']]], - ['io_5fprecon_5funits_3987',['io_precon_units',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6',1,'amrex_io_module']]], - ['io_5fstdin_3988',['io_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31',1,'amrex_io_module']]], - ['io_5fstdout_3989',['io_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582',1,'amrex_io_module']]], - ['iobuffer_3990',['ioBuffer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a1e023351bf031aee0da7cc17272716ae',1,'amrex::VisMF::PersistentIFStream']]], - ['iobuffersize_3991',['ioBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#ab8b3e050b7f01e4270b0185d0d0e0497',1,'amrex::VisMFBuffer']]], - ['ioproc_3992',['IOProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a21e190c33a495b59fa05c1cee0e4e60a',1,'amrex::ParallelContext::Frame']]], - ['ioprocessor_3993',['ioProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0b576ec45a3e69f29b13abda811d7f7d',1,'amrex::ParallelDescriptor']]], - ['ioprocessor_3994',['IOProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9',1,'amrex::ParallelDescriptor::IOProcessor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8780ee1130870c2cd65de891c71b9b76',1,'amrex::ParallelDescriptor::IOProcessor(MPI_Comm comm) noexcept']]], - ['ioprocessorall_3995',['IOProcessorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a49130bb9cdd82b02c9ac9674aa19925f',1,'amrex::ParallelContext']]], - ['ioprocessornumber_3996',['IOProcessorNumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab734a5d614e753d28d03865ee6e4039a',1,'amrex::ParallelDescriptor::IOProcessorNumber() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9397b95ec0069183061d45372eed1287',1,'amrex::ParallelDescriptor::IOProcessorNumber(MPI_Comm comm) noexcept']]], - ['ioprocessornumberall_3997',['IOProcessorNumberAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac26f1dbbabf3488677245bcfa325a34f',1,'amrex::ParallelContext']]], - ['ioprocessornumbersub_3998',['IOProcessorNumberSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab3843bd69bcb263dfdebb3d668dea1ba',1,'amrex::ParallelContext']]], - ['ioprocessorsub_3999',['IOProcessorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af766eba670e3bba30b2b8db7f20e8885',1,'amrex::ParallelContext']]], - ['ip_4000',['ip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a99f7da0f4633b6fc68df7cf4f0d9d398',1,'amrex::parser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a2ceebd378d40320f658d673aa7df8b19',1,'amrex::iparser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#aadd9aea37f3fba909e3801d2520a038f',1,'amrex::iparser_nvp::ip()']]], - ['iparser_4001',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html',1,'amrex::IParser'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aec5f0bb22e4084d50b12adbda2cc56ff',1,'amrex::IParser::IParser(std::string const &func_body)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac4ce16b2a7b27e417a149740858b3482',1,'amrex::IParser::IParser()=default']]], - ['iparser_5fabs_4002',['IPARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8',1,'amrex']]], - ['iparser_5fadd_4003',['IPARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2',1,'amrex']]], - ['iparser_5fadd_5fpp_4004',['IPARSER_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49',1,'amrex']]], - ['iparser_5fadd_5fvp_4005',['IPARSER_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048',1,'amrex']]], - ['iparser_5fand_4006',['IPARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1',1,'amrex']]], - ['iparser_5fassign_4007',['iparser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html',1,'amrex']]], - ['iparser_5fassign_4008',['IPARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549',1,'amrex']]], - ['iparser_5fast_5fdepth_4009',['iparser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5632af39a73771c9c4131e718495680f',1,'amrex']]], - ['iparser_5fast_5fdup_4010',['iparser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf',1,'amrex']]], - ['iparser_5fast_5fget_5fsymbols_4011',['iparser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b',1,'amrex']]], - ['iparser_5fast_5foptimize_4012',['iparser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0',1,'amrex']]], - ['iparser_5fast_5fprint_4013',['iparser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4',1,'amrex']]], - ['iparser_5fast_5fregvar_4014',['iparser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2',1,'amrex']]], - ['iparser_5fast_5fsetconst_4015',['iparser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5',1,'amrex']]], - ['iparser_5fast_5fsize_4016',['iparser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394',1,'amrex']]], - ['iparser_5fatoll_4017',['iparser_atoll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98',1,'amrex']]], - ['iparser_5fcall_5ff1_4018',['iparser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38a244129f554bd0c30380dac28c840e',1,'amrex']]], - ['iparser_5fcall_5ff2_4019',['iparser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c',1,'amrex']]], - ['iparser_5fcall_5ff3_4020',['iparser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87',1,'amrex']]], - ['iparser_5fcompile_4021',['iparser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283',1,'amrex']]], - ['iparser_5fcompile_5fexe_5fsize_4022',['iparser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4',1,'amrex']]], - ['iparser_5fdefexpr_4023',['iparser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670',1,'amrex']]], - ['iparser_5fdepth_4024',['iparser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6',1,'amrex']]], - ['iparser_5fdiv_4025',['IPARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462',1,'amrex']]], - ['iparser_5fdiv_5fpp_4026',['IPARSER_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678',1,'amrex']]], - ['iparser_5fdiv_5fpv_4027',['IPARSER_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18',1,'amrex']]], - ['iparser_5fdiv_5fvp_4028',['IPARSER_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020',1,'amrex']]], - ['iparser_5fdup_4029',['iparser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b',1,'amrex']]], - ['iparser_5feq_4030',['IPARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f',1,'amrex']]], - ['iparser_5fexe_5fadd_4031',['IPARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e',1,'amrex']]], - ['iparser_5fexe_5fadd_5fpn_4032',['IPARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348',1,'amrex']]], - ['iparser_5fexe_5fadd_5fpp_4033',['IPARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1',1,'amrex']]], - ['iparser_5fexe_5fadd_5fvn_4034',['IPARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0',1,'amrex']]], - ['iparser_5fexe_5fadd_5fvp_4035',['IPARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fb_4036',['IPARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139',1,'amrex']]], - ['iparser_5fexe_5fdiv_5ff_4037',['IPARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fnv_4038',['IPARSER_EXE_DIV_NV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpn_4039',['IPARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpp_4040',['IPARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpv_4041',['IPARSER_EXE_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fvn_4042',['IPARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fvp_4043',['IPARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83',1,'amrex']]], - ['iparser_5fexe_5feval_4044',['iparser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605',1,'amrex']]], - ['iparser_5fexe_5ff1_4045',['IPARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d',1,'amrex']]], - ['iparser_5fexe_5ff2_5fb_4046',['IPARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085',1,'amrex']]], - ['iparser_5fexe_5ff2_5ff_4047',['IPARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d',1,'amrex']]], - ['iparser_5fexe_5fif_4048',['IPARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc',1,'amrex']]], - ['iparser_5fexe_5fjump_4049',['IPARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b',1,'amrex']]], - ['iparser_5fexe_5fmul_4050',['IPARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797',1,'amrex']]], - ['iparser_5fexe_5fmul_5fpn_4051',['IPARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183',1,'amrex']]], - ['iparser_5fexe_5fmul_5fpp_4052',['IPARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae',1,'amrex']]], - ['iparser_5fexe_5fmul_5fvn_4053',['IPARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3',1,'amrex']]], - ['iparser_5fexe_5fmul_5fvp_4054',['IPARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a',1,'amrex']]], - ['iparser_5fexe_5fneg_4055',['IPARSER_EXE_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2',1,'amrex']]], - ['iparser_5fexe_5fneg_5fp_4056',['IPARSER_EXE_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9',1,'amrex']]], - ['iparser_5fexe_5fnull_4057',['IPARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983',1,'amrex']]], - ['iparser_5fexe_5fnumber_4058',['IPARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee',1,'amrex']]], - ['iparser_5fexe_5fsize_4059',['iparser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983',1,'amrex']]], - ['iparser_5fexe_5fsub_4060',['IPARSER_EXE_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571',1,'amrex']]], - ['iparser_5fexe_5fsub_5fpn_4061',['IPARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab',1,'amrex']]], - ['iparser_5fexe_5fsub_5fpp_4062',['IPARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b',1,'amrex']]], - ['iparser_5fexe_5fsub_5fvn_4063',['IPARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c',1,'amrex']]], - ['iparser_5fexe_5fsub_5fvp_4064',['IPARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b',1,'amrex']]], - ['iparser_5fexe_5fsymbol_4065',['IPARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7',1,'amrex']]], - ['iparser_5fexe_5ft_4066',['iparser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28',1,'amrex']]], - ['iparser_5ff1_4067',['iparser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html',1,'amrex']]], - ['iparser_5ff1_4068',['IPARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881',1,'amrex']]], - ['iparser_5ff1_5ft_4069',['iparser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399',1,'amrex']]], - ['iparser_5ff2_4070',['iparser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html',1,'amrex']]], - ['iparser_5ff2_4071',['IPARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3',1,'amrex']]], - ['iparser_5ff2_5ft_4072',['iparser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d',1,'amrex']]], - ['iparser_5ff3_4073',['iparser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html',1,'amrex']]], - ['iparser_5ff3_4074',['IPARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12',1,'amrex']]], - ['iparser_5ff3_5ft_4075',['iparser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843',1,'amrex']]], - ['iparser_5fflrdiv_4076',['IPARSER_FLRDIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a',1,'amrex']]], - ['iparser_5fgeq_4077',['IPARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8',1,'amrex']]], - ['iparser_5fget_5fsymbols_4078',['iparser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b',1,'amrex']]], - ['iparser_5fgt_4079',['IPARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec',1,'amrex']]], - ['iparser_5fif_4080',['IPARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4',1,'amrex']]], - ['iparser_5fleq_4081',['IPARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed',1,'amrex']]], - ['iparser_5flist_4082',['IPARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129',1,'amrex']]], - ['iparser_5flt_4083',['IPARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9',1,'amrex']]], - ['iparser_5fmakesymbol_4084',['iparser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75',1,'amrex']]], - ['iparser_5fmax_4085',['IPARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1',1,'amrex']]], - ['iparser_5fmin_4086',['IPARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52',1,'amrex']]], - ['iparser_5fmul_4087',['IPARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c',1,'amrex']]], - ['iparser_5fmul_5fpp_4088',['IPARSER_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a',1,'amrex']]], - ['iparser_5fmul_5fvp_4089',['IPARSER_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b',1,'amrex']]], - ['iparser_5fneg_4090',['IPARSER_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9',1,'amrex']]], - ['iparser_5fneg_5fp_4091',['IPARSER_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936',1,'amrex']]], - ['iparser_5fneq_4092',['IPARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad',1,'amrex']]], - ['iparser_5fnewassign_4093',['iparser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa08464d7633bb6fcba918c743263f295',1,'amrex']]], - ['iparser_5fnewf1_4094',['iparser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92',1,'amrex']]], - ['iparser_5fnewf2_4095',['iparser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a152cc978ed680133a953922463541f68',1,'amrex']]], - ['iparser_5fnewf3_4096',['iparser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec',1,'amrex']]], - ['iparser_5fnewlist_4097',['iparser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8710f394abe007b53737084c8bbd3021',1,'amrex']]], - ['iparser_5fnewnode_4098',['iparser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8',1,'amrex']]], - ['iparser_5fnewnumber_4099',['iparser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e',1,'amrex']]], - ['iparser_5fnewsymbol_4100',['iparser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8',1,'amrex']]], - ['iparser_5fnode_4101',['iparser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html',1,'amrex']]], - ['iparser_5fnode_5ft_4102',['iparser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e',1,'amrex']]], - ['iparser_5fnumber_4103',['iparser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html',1,'amrex']]], - ['iparser_5fnumber_4104',['IPARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016',1,'amrex']]], - ['iparser_5fnvp_4105',['iparser_nvp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html',1,'amrex']]], - ['iparser_5for_4106',['IPARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a',1,'amrex']]], - ['iparser_5fpow_4107',['IPARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb',1,'amrex']]], - ['iparser_5fprint_4108',['iparser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65',1,'amrex']]], - ['iparser_5fregvar_4109',['iparser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82',1,'amrex']]], - ['iparser_5fsetconst_4110',['iparser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6',1,'amrex']]], - ['iparser_5fsub_4111',['IPARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3',1,'amrex']]], - ['iparser_5fsub_5fpp_4112',['IPARSER_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549',1,'amrex']]], - ['iparser_5fsub_5fvp_4113',['IPARSER_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65',1,'amrex']]], - ['iparser_5fsymbol_4114',['iparser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html',1,'amrex']]], - ['iparser_5fsymbol_4115',['IPARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99',1,'amrex']]], - ['iparserexeadd_4116',['IParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html',1,'amrex']]], - ['iparserexeadd_5fpn_4117',['IParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html',1,'amrex']]], - ['iparserexeadd_5fpp_4118',['IParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html',1,'amrex']]], - ['iparserexeadd_5fvn_4119',['IParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html',1,'amrex']]], - ['iparserexeadd_5fvp_4120',['IParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html',1,'amrex']]], - ['iparserexecutor_4121',['IParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html',1,'amrex']]], - ['iparserexediv_5fb_4122',['IParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html',1,'amrex']]], - ['iparserexediv_5ff_4123',['IParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html',1,'amrex']]], - ['iparserexediv_5fnv_4124',['IParserExeDIV_NV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html',1,'amrex']]], - ['iparserexediv_5fpn_4125',['IParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html',1,'amrex']]], - ['iparserexediv_5fpp_4126',['IParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html',1,'amrex']]], - ['iparserexediv_5fpv_4127',['IParserExeDIV_PV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html',1,'amrex']]], - ['iparserexediv_5fvn_4128',['IParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html',1,'amrex']]], - ['iparserexediv_5fvp_4129',['IParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html',1,'amrex']]], - ['iparserexef1_4130',['IParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html',1,'amrex']]], - ['iparserexef2_5fb_4131',['IParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html',1,'amrex']]], - ['iparserexef2_5ff_4132',['IParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html',1,'amrex']]], - ['iparserexeif_4133',['IParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html',1,'amrex']]], - ['iparserexejump_4134',['IParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html',1,'amrex']]], - ['iparserexemul_4135',['IParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html',1,'amrex']]], - ['iparserexemul_5fpn_4136',['IParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html',1,'amrex']]], - ['iparserexemul_5fpp_4137',['IParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html',1,'amrex']]], - ['iparserexemul_5fvn_4138',['IParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html',1,'amrex']]], - ['iparserexemul_5fvp_4139',['IParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html',1,'amrex']]], - ['iparserexeneg_4140',['IParserExeNEG',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html',1,'amrex']]], - ['iparserexeneg_5fp_4141',['IParserExeNEG_P',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html',1,'amrex']]], - ['iparserexenull_4142',['IParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html',1,'amrex']]], - ['iparserexenumber_4143',['IParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html',1,'amrex']]], - ['iparserexesub_4144',['IParserExeSUB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html',1,'amrex']]], - ['iparserexesub_5fpn_4145',['IParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html',1,'amrex']]], - ['iparserexesub_5fpp_4146',['IParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html',1,'amrex']]], - ['iparserexesub_5fvn_4147',['IParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html',1,'amrex']]], - ['iparserexesub_5fvp_4148',['IParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html',1,'amrex']]], - ['iparserexesymbol_4149',['IParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html',1,'amrex']]], - ['iparserstack_4150',['IParserStack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html',1,'amrex']]], - ['iprobe_4151',['IProbe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0d0639c2781f6e40af7d1b507d3a7a2b',1,'amrex::ParallelDescriptor::IProbe(int, int, MPI_Comm, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6542637438eaa734790f6ab8ae83ce0',1,'amrex::ParallelDescriptor::IProbe(int, int, int &, MPI_Status &)']]], - ['irregular_4152',['irregular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4',1,'amrex::EB2::Type']]], - ['is_4153',['is',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a6756f5c90f3bab7334449702da7ae003',1,'amrex::Any']]], - ['is_5faligned_4154',['is_aligned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73309828f34cc814833092699bdbc241',1,'amrex']]], - ['is_5fcell_5fcentered_4155',['is_cell_centered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a60aa58517fd2a7d6976e114df171df25',1,'amrex::FabArrayBase']]], - ['is_5fconstsoa_5fparticle_4156',['is_constsoa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a80e071292338a77d3575b66fabf8263a',1,'amrex::SoAParticle::is_constsoa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aaf21bca4c9343441d6769e0caf0e3162',1,'amrex::ConstSoAParticle::is_constsoa_particle()']]], - ['is_5fconvertible_4157',['is_convertible',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a49e77dfdb351e7ec62381480eb764922',1,'amrex::detail']]], - ['is_5fcovered_5fcell_4158',['is_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155',1,'amrex_ebcellflag_module']]], - ['is_5fdirichlet_5fedge_4159',['is_dirichlet_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a462be2c962cc7ba2efdf8003b1192e61',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fnode_4160',['is_dirichlet_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a43c18defca914c519e773fdf104c4956',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fx_5fedge_4161',['is_dirichlet_x_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ac36b247b6a7baf4f880d55225615223f',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fy_5fedge_4162',['is_dirichlet_y_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa9beb0253ffa199754255b047cce7409',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fz_5fedge_4163',['is_dirichlet_z_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a734cfa013c0578c158c64cd8bb22691d',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5ffinite_4164',['is_finite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75549e7a0cca84c56b4aaa49ae1033dd',1,'amrex::MultiFab::is_finite(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7734de6ff243e0c08bc48ffad46546a6',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5abf993e76edbab3fa5cc090fcfa9b4',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const']]], - ['is_5finteger_4165',['is_integer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc',1,'amrex']]], - ['is_5fit_4166',['is_it',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8',1,'amrex']]], - ['is_5fmatrix_5fsingular_4167',['is_matrix_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a7daa97b3caa6216418e78ddf2835ec',1,'amrex::Hypre']]], - ['is_5fmulti_5fvalued_5fcell_4168',['is_multi_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02',1,'amrex_ebcellflag_module']]], - ['is_5fneighbor_4169',['is_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec',1,'amrex_ebcellflag_module']]], - ['is_5fnodal_4170',['is_nodal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a641ffe22574cc57f3544687b3e23d174',1,'amrex::FabArrayBase::is_nodal() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a90447f2e6d22e5e0e06a538fd37063d5',1,'amrex::FabArrayBase::is_nodal(int dir) const noexcept']]], - ['is_5fnull_4171',['is_null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a5c08ad89ed844fa9ea1e5c951121d2b5',1,'amrex::BATransformer']]], - ['is_5fparticle_5ftile_5fdata_4172',['is_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'amrex::ConstParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'amrex::ParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()']]], - ['is_5fperiodic_4173',['is_periodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a84b1ad3fef8594c10d9ff2000505b20a',1,'amrex::Geometry::is_periodic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a1c153da19d61edca41192dd82233071b',1,'amrex::GeometryData::is_periodic()']]], - ['is_5fregular_5fcell_4174',['is_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480',1,'amrex_ebcellflag_module']]], - ['is_5fsimple_4175',['is_simple',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab39c81e4c05ec1e0c571dda7736068eb',1,'amrex::BATransformer']]], - ['is_5fsingle_5fvalued_5fcell_4176',['is_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862',1,'amrex_ebcellflag_module']]], - ['is_5fsoa_5fparticle_4177',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structis__soa__particle.html',1,'is_soa_particle< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ae496c194b170d1cf830b34138e9bdcef',1,'amrex::ConstSoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a36d180f8a098909299fe912363cd096f',1,'amrex::Particle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a7aa22d84c051ea2a2638c7d119438ddd',1,'amrex::SoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#a405b358b98c1d3018c1ff25e268fdc3d',1,'amrex::SoAParticleBase::is_soa_particle()']]], - ['is_5fsymmetric_4178',['is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#af4a4621aa274c45d4d00c5d9618e0ad1',1,'amrex::CurlCurlSymmetryInfo']]], - ['is_5fvalid_4179',['is_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a99ca4e7f4965c5e182f8f3deec969e54',1,'amrex::ConstParticleIDWrapper::is_valid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a6dcba6255321dadae60755324bc0f7e2',1,'amrex::ParticleIDWrapper::is_valid()']]], - ['isallocated_4180',['isAllocated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< AtomicInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'amrex::BaseFab::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< char >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< EBCellFlag >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< HYPRE_Int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< PetscInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< Real >::isAllocated()']]], - ['isallperiodic_4181',['isAllPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a0c514a0dab32786f1285b20cdfd327a7',1,'amrex::Periodicity::isAllPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aecbdf44d0934d9245886228cdffb8f37',1,'amrex::Geometry::isAllPeriodic()']]], - ['isallregular_4182',['isAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5e556ff4f588a983a2992c01629e961f',1,'amrex::EBFArrayBoxFactory::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'amrex::FabArray::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< AtomicInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< PetscInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::CutFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa6d87378cd84dcd63696879f1a006066',1,'amrex::EB2::Level::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< TagBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< IArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< FArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::Mask >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::EBCellFlagFab >::isAllRegular()']]], - ['isanyperiodic_4183',['isAnyPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a6f3139a13faee557751404e44ab09042',1,'amrex::Periodicity::isAnyPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a40882432c46bfa9ae6a7316a0889dc35',1,'amrex::Geometry::isAnyPeriodic()']]], - ['isarenaallocator_4184',['IsArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator.html',1,'amrex']]], - ['isarenaallocator_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20arenaallocatorbase_3c_20typename_20t_3a_3avalue_5ftype_2c_20typename_20t_3a_3aarena_5fwrapper_5ftype_20_3e_2c_20t_20_3e_20_3e_20_3e_4185',['IsArenaAllocator< T, std::enable_if_t< std::is_base_of_v< ArenaAllocatorBase< typename T::value_type, typename T::arena_wrapper_type >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01A3a0553dd1fe92c460e3e2edf71ec41f7.html',1,'amrex']]], - ['isbasefab_4186',['IsBaseFab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab.html',1,'amrex']]], - ['isbasefab_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20basefab_3c_20typename_20d_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_4187',['IsBaseFab< D, std::enable_if_t< std::is_base_of_v< BaseFab< typename D::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01BaseFab_e919207a96f4ea216943219981685bdd.html',1,'amrex']]], - ['isbasefab_5fv_4188',['IsBaseFab_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa264b7308102fabb2a7356eea1800644',1,'amrex']]], - ['isblockingrecv_4189',['IsBlockingRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab0655c04de1ca1a5f803f6bae67dec18',1,'CommProfStats']]], - ['isbottomactive_4190',['isBottomActive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'amrex::MLLinOpT::isBottomActive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomActive()']]], - ['isbottomsingular_4191',['isBottomSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4b5b9e0e1b0f97052557e4045c85ad8c',1,'amrex::MLALaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a30d559613d6da25a22923fbc03163f82',1,'amrex::MLTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#add466d8a308f474217d0b7bbf5528a12',1,'amrex::MLABecLaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a24c4a3663f7c10dfe3b70fdf6f815809',1,'amrex::MLNodeLinOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#afeb4c3dbad1399f4576352234f02a159',1,'amrex::MLCurlCurl::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#adbf568e3e1892791a245ca22fe2d0002',1,'amrex::MLEBABecLap::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1ddc66c86313eb322b25f378139bc6d0',1,'amrex::MLEBNodeFDLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac2ad630180b0745bdf96664c696731fa',1,'amrex::MLEBTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'amrex::MLLinOpT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f735d6386e3974aa751d6ba3a4f0b4c',1,'amrex::MLNodeABecLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a3e11b6d8928e597b0146fcccfa45fd05',1,'amrex::MLPoissonT::isBottomSingular()']]], - ['iscallable_4192',['IsCallable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallable.html',1,'amrex']]], - ['iscallabler_4193',['IsCallableR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'amrex']]], - ['iscallabler_3c_20fab_3a_3avalue_5ftype_2c_20p_2c_20array4_3c_20const_20fab_3a_3avalue_5ftype_20_3e_2c_20dim3_2c_20int_20_3e_4194',['IsCallableR< FAB::value_type, P, Array4< const FAB::value_type >, Dim3, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'']]], - ['iscartesian_4195',['IsCartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a500695aa14e3fd01f3d7162fd784133e',1,'amrex::CoordSys']]], - ['iscellcentered_4196',['isCellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'MLLinOpT< Array< MultiFab, 3 > >::isCellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'amrex::MLLinOpT::isCellCentered()']]], - ['isconnected_4197',['isConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5855d564fc1d17b8545b82e8cae9615d',1,'amrex::EBCellFlag::isConnected(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a990e3b28e1b6925413bf2d4e111367bf',1,'amrex::EBCellFlag::isConnected(const IntVect &iv) const noexcept']]], - ['isconvertible_4198',['IsConvertible',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html',1,'amrex']]], - ['isconvertible_5fv_4199',['IsConvertible_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9',1,'amrex']]], - ['isconvertibleimp_4200',['IsConvertibleImp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp.html',1,'amrex::detail']]], - ['isconvertibleimp_3c_20t_2c_20u_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fconvertible_3c_20t_20_3e_28u_7b_7d_29_3e_20_3e_4201',['IsConvertibleImp< T, U, std::enable_if_t< is_convertible< T >(U{})> >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp_3_01T_00_01U_00_01std_1_1enable__if__t_3_01is__convert835250fd1ee22d7499b01af822c5df97.html',1,'amrex::detail']]], - ['iscovered_4202',['isCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#afedf970f9d3a534e69ddae19be7cd5f2',1,'amrex::EBCellFlag']]], - ['iscrossstencil_4203',['isCrossStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a083ceaee929d2e3520ddd5a78841726a',1,'amrex::MLEBABecLap::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad1999e903e0c7cf6a9559427f6dddb89',1,'amrex::MLTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4ea0760ca062eb3e4cf1bda5f3993631',1,'amrex::MLEBTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a69fbf6add2bd954f6fb9a17f89adebf8',1,'amrex::MLCellLinOpT::isCrossStencil()']]], - ['isdatapacking_4204',['IsDataPacking',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsDataPacking.html',1,'amrex::NonLocalBC']]], - ['isdefined_4205',['isDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'amrex::FabArray::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::CutFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0fef888a5370f9723f2ab2df2fe32266',1,'amrex::ParticleContainerBase::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< TagBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< IArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< FArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::Mask >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::EBCellFlagFab >::isDefined()']]], - ['isderiveplotvar_4206',['isDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a534b06b1181277637fae2a4caf17e8c1',1,'amrex::Amr']]], - ['isderivesmallplotvar_4207',['isDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6ad527c04f14f430b8835dc690337df8',1,'amrex::Amr']]], - ['isdetected_4208',['IsDetected',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67',1,'amrex']]], - ['isdetectedexact_4209',['IsDetectedExact',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870',1,'amrex']]], - ['isdevice_4210',['isDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acdc9d343c34ebda8c4c0a78e0e6924d1',1,'amrex::detail::SingleChunkArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#afed5d46f95e13e00cb4c268007d0a8ed',1,'amrex::PArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#abf63d084f8e220d01d53b543f7f93bc6',1,'amrex::BArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa45555e396ee74158b0c6f3331ce5536',1,'amrex::Arena::isDevice()']]], - ['isdeviceaccessible_4211',['isDeviceAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a7f18c58c24d1b6966057125c4758a2a4',1,'amrex::detail::SingleChunkArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a97ff3b21f09c80a942c96176b5507b46',1,'amrex::PArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ad0656effeaa29bac32c44198b8922f0f',1,'amrex::BArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afa7c9e223346f671eb055b3ce8580e56',1,'amrex::Arena::isDeviceAccessible()']]], - ['isdeviceptr_4212',['isDevicePtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af5ad0c7753b11912c68338e7f33fde0f',1,'amrex::Gpu']]], - ['isdisconnected_4213',['isDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa6ba5c828c1fe0ba50f1f3673400db8e',1,'amrex::EBCellFlag::isDisconnected(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae426d9c757d8cd7be4fe958aeb17fda5',1,'amrex::EBCellFlag::isDisconnected(const IntVect &iv) const noexcept']]], - ['isdisjoint_4214',['isDisjoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae724686faa6eed126df5223966a425eb',1,'amrex::BoxArray::isDisjoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a18846dc6645e047916b3833a7ec1a777',1,'amrex::BoxList::isDisjoint()']]], - ['isebdirichlet_4215',['isEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a566f171eb405174c2eea99667a76cdb1',1,'amrex::MLEBABecLap']]], - ['isempty_4216',['isEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'BoxND< AMREX_SPACEDIM >::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'amrex::BoxND::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxList::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a',1,'amrex::isEmpty(T n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e',1,'amrex::isEmpty(BoxND< dim > const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxDomain::isEmpty()']]], - ['isfabarray_4217',['IsFabArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray.html',1,'amrex']]], - ['isfabarray_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20fabarray_3c_20typename_20d_3a_3afabtype_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_4218',['IsFabArray< D, std::enable_if_t< std::is_base_of_v< FabArray< typename D::FABType::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01FabArrae7a3c5405f8dbf92bbb678a85384720d.html',1,'amrex']]], - ['isfabarray_5fv_4219',['IsFabArray_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515',1,'amrex']]], - ['isfabprojection_4220',['IsFabProjection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsFabProjection.html',1,'amrex::NonLocalBC']]], - ['isfullblock_4221',['isFullBlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#afaca0e51ba536dc7520dfaded38d38e6',1,'amrex::Gpu::Handler']]], - ['isfusingcandidate_4222',['isFusingCandidate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f85b5648838d8d7cf103fbbeaec76be',1,'amrex::FabArrayBase']]], - ['isgpuable_4223',['IsGPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'amrex::EB2']]], - ['isgpuable_4224',['isGPUable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad1e74ed017c04e4c073999b1ab577858',1,'amrex::STLtools::isGPUable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept']]], - ['isgpuable_3c_20complementif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4225',['IsGPUable< ComplementIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ComplementIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUae5a3ecdbbe2872ad1fcb116fcced2fba.html',1,'amrex::EB2']]], - ['isgpuable_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20gpuable_2c_20d_20_3e_20_3e_20_3e_4226',['IsGPUable< D, std::enable_if_t< std::is_base_of_v< GPUable, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01GPUable_00_01D_01_4_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20differenceif_3c_20f_2c_20g_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_26_26isgpuable_3c_20g_20_3e_3a_3avalue_20_3e_20_3e_4227',['IsGPUable< DifferenceIF< F, G >, std::enable_if_t< IsGPUable< F >::value &&IsGPUable< G >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01DifferenceIF_3_01F_00_01G_01_4_00_01std_1_1enable__if__t_3_0b8f5d460277f1d91a5423c29613f5d25.html',1,'amrex::EB2']]], - ['isgpuable_3c_20extrusionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4228',['IsGPUable< ExtrusionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ExtrusionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUabf062b6fd2701f97c86146ed02bddaa9e.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4229',['IsGPUable< IntersectionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPf9c8a061c673452f35713630afd9be10.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_4230',['IsGPUable< IntersectionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1ena0c37219ffe6b39871c91221e9d798d75.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20tail_2e_2e_2e_20_3e_20_3e_4231',['IsGPUable< IntersectionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], - ['isgpuable_3c_20latheif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4232',['IsGPUable< LatheIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01LatheIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20rotationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4233',['IsGPUable< RotationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01RotationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20scaleif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4234',['IsGPUable< ScaleIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ScaleIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20translationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4235',['IsGPUable< TranslationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01TranslationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUdd6f125157b8f676e3869d8d3fbaabf1.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4236',['IsGPUable< UnionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_4237',['IsGPUable< UnionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1enable__if6eb1e381bbe58b34365e2ea43c9dd797.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20tail_2e_2e_2e_20_3e_20_3e_4238',['IsGPUable< UnionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], - ['isgpuptr_4239',['isGpuPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5ee8881eb9dcf74360bb8981d1478a17',1,'amrex::Gpu']]], - ['ishigh_4240',['isHigh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ad165d895eaa7163b73c35a501479d83b',1,'amrex::Orientation']]], - ['ishostaccessible_4241',['isHostAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a40d897685d407918d2d6143b5301a525',1,'amrex::Arena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a84fc546372485495fe7eca80c08764e6',1,'amrex::BArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ac052582015bfe8bc0e29565fb901f238',1,'amrex::PArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1c7a6c7a2a82e1c705442baa09e84560',1,'amrex::detail::SingleChunkArena::isHostAccessible()']]], - ['isindexmapping_4242',['IsIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsIndexMapping.html',1,'amrex::NonLocalBC']]], - ['isinf_4243',['isinf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0b47b234df50714368217dfb8703aaab',1,'amrex::Gpu']]], - ['isize_4244',['isize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'IndexTypeND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'amrex::IntVectND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'IntVectND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'amrex::IndexTypeND::isize()']]], - ['islow_4245',['isLow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a810886bfa5b2df027287545304c73ad6',1,'amrex::Orientation']]], - ['ismanaged_4246',['isManaged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a7119489f4464f902d907f6dfe9716909',1,'amrex::Arena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a56c8b6538282b4a56466b9053065b3e0',1,'amrex::BArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a5bc7b26bd1f96e5d87de04034e23a4bb',1,'amrex::PArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae6b2985298ea93f8412c8a21da3443ec',1,'amrex::detail::SingleChunkArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15625bddaff1aaca4d04b13492962b92',1,'amrex::Gpu::isManaged()']]], - ['ismfitersafe_4247',['isMFIterSafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'amrex::MLLinOpT::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3',1,'amrex::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'MLLinOpT< Array< MultiFab, 3 > >::isMFIterSafe()']]], - ['ismultifabiterator_4248',['IsMultiFabIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabIterator.html',1,'amrex']]], - ['ismultifablike_4249',['IsMultiFabLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike.html',1,'amrex']]], - ['ismultifablike_3c_20m_2c_20std_3a_3aenable_5fif_5ft_3c_20isfabarray_5fv_3c_20m_20_3e_20_26_26isbasefab_5fv_3c_20typename_20m_3a_3afab_5ftype_20_3e_20_3e_20_3e_4250',['IsMultiFabLike< M, std::enable_if_t< IsFabArray_v< M > &&IsBaseFab_v< typename M::fab_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike_3_01M_00_01std_1_1enable__if__t_3_01IsFabArray__v_3_01M_01_4_01_6_1b79f12933d87e47a77b2c36839b7d8d.html',1,'amrex']]], - ['ismultifablike_5fv_4251',['IsMultiFabLike_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce',1,'amrex']]], - ['ismultivalued_4252',['isMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a74bbae059aac3f50256897505cf6e3c1',1,'amrex::EBCellFlag']]], - ['isnan_4253',['isnan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae593bd821798e21aa2e404559d59ae2a',1,'amrex::Gpu']]], - ['isnotempty_4254',['isNotEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxList::isNotEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxDomain::isNotEmpty()']]], - ['isok_4255',['isOK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a09608e5c4f86b678ac2c665090366d91',1,'amrex::EB2::Level']]], - ['isopen_4256',['isOpen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1ecab1d0722305f0a0257611aeb1bde',1,'amrex::VisMF::PersistentIFStream']]], - ['isoview_4257',['ISOVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a166072d05a5e20994289f487f0e37c67',1,'amrex::Amrvis']]], - ['isowner_4258',['isOwner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6512ea611a6c04b5710334d9d9bfbb4e',1,'amrex::FabArrayBase']]], - ['isparticletiledata_4259',['IsParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298',1,'amrex::IsParticleTileData()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69911bccde2f992eb93a426d24557e11',1,'amrex::IsParticleTileData(Args...)']]], - ['isperiodic_4260',['isPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aed68387cf6235047891119eb57ee878e',1,'amrex::Geometry::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab263804d56d1280b7ece30109482ecee',1,'amrex::Periodicity::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2d12d7cb9b520d38458d1b0e2821e25f',1,'amrex::GeometryData::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4a9c33cfb4af2e159fcf3dff841881e7',1,'amrex::Geometry::isPeriodic() const noexcept']]], - ['isperiodicarray_4261',['isPeriodicArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a6b21e315b7fa018c5e528e620fd554c6',1,'amrex::Geometry']]], - ['ispinned_4262',['isPinned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a336e271c5a07296e4c2866d194111784',1,'amrex::Arena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a08324a9f9d1c2b9e7d81b3ef8e8d4ad5',1,'amrex::detail::SingleChunkArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a8edd3549a2cf5e689d5078e5f355b8a1',1,'amrex::PArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a4089e5008457c5f04ee4acfc430b3f37',1,'amrex::BArena::isPinned()']]], - ['ispinnedptr_4263',['isPinnedPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a93299a5692a098ffa6f10f6cce78fd17',1,'amrex::Gpu']]], - ['ispolymorphicarenaallocator_4264',['IsPolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator.html',1,'amrex']]], - ['ispolymorphicarenaallocator_3c_20polymorphicarenaallocator_3c_20t_20_3e_20_3e_4265',['IsPolymorphicArenaAllocator< PolymorphicArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator_3_01PolymorphicArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['ispot_4266',['ispot',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a7b4c2237a0af579e8cf791ac296aa6fc',1,'amrex::AsyncOut::WriteInfo']]], - ['ispow2_4267',['ispow2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a4120c58bf9c835d8345257e836e276b5',1,'amrex::Hypre']]], - ['isreading_4268',['isReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afcf233d4914d8cb31a987d6d3283ada4',1,'amrex::NFilesIter']]], - ['isrecv_4269',['IsRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa39af5c360eed166f1eab2758f3b3099',1,'CommProfStats']]], - ['isregular_4270',['isRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aeb00fbb304865247e733dea6fcf63b3b',1,'amrex::EBCellFlag']]], - ['isrz_4271',['IsRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aff79cb7249a744e24c5b335935f20fe6',1,'amrex::CoordSys']]], - ['issame_4272',['isSame',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769',1,'amrex']]], - ['issend_4273',['IsSend',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e0ff1215f92ce779b69d858490926ba',1,'CommProfStats']]], - ['issinglevalued_4274',['isSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5c007e4008f2729cadb8e493a97d0869',1,'amrex::EBCellFlag']]], - ['issingular_4275',['isSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a994dcb4070bfd07513129c584419e148',1,'amrex::MLTensorOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae961a84e4d91aa6ff69bbfcd65f22e9c',1,'amrex::MLNodeLinOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a908ed94e88ef21f70373a16c1665229d',1,'amrex::MLPoissonT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a25f78b91eada0f84dfce92d458f9082a',1,'amrex::MLABecLaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aa59148993a6c569354845306245c8ab0',1,'amrex::MLALaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a29a695e894b100f9ee670ec7dcc15926',1,'amrex::MLCurlCurl::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acd759cc5cbf540fbcc5114f2a092ef60',1,'amrex::MLEBABecLap::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#afdc35cf0e4f9853590f3857b567c5aaf',1,'amrex::MLEBNodeFDLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aea991638ae9cea1583bd4101bb22d1d9',1,'amrex::MLEBTensorOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'amrex::MLLinOpT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'MLLinOpT< Array< MultiFab, 3 > >::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a76eb50b8a4a8f096f99ae5a15041a2e5',1,'amrex::MLNodeABecLaplacian::isSingular()']]], - ['isspherical_4276',['IsSPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87414a566bba1fff3d0185286a11ba56',1,'amrex::CoordSys']]], - ['issquare_4277',['isSquare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'amrex::BoxND::isSquare()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'BoxND< AMREX_SPACEDIM >::isSquare()']]], - ['isstateplotvar_4278',['isStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e76ba9b63802ff44942fe4dc4ffbd8f',1,'amrex::Amr']]], - ['isstatesmallplotvar_4279',['isStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a44718cda179205e8d5e6c5997131f7fd',1,'amrex::Amr']]], - ['isstatevariable_4280',['isStateVariable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acaf1b5936e81691794578618126d813d',1,'amrex::AmrLevel']]], - ['isstoreatomic_4281',['IsStoreAtomic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic.html',1,'amrex']]], - ['isstoreatomic_3c_20ebcellflag_20_3e_4282',['IsStoreAtomic< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic_3_01EBCellFlag_01_4.html',1,'amrex']]], - ['isstreamorderedarena_4283',['isStreamOrderedArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a45cb8a8f57250c6858412296275c8dbb',1,'amrex::Arena::isStreamOrderedArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a608c3335c824b9524c374173358bf25a',1,'amrex::PArena::isStreamOrderedArena()']]], - ['ist_5f000_4284',['ist_000',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a03f0847605ea5f82a7c9ef414fd51d25',1,'amrex::nodelap_detail']]], - ['ist_5f00p_4285',['ist_00p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a71584fa39f2889850e6c23438442a327',1,'amrex::nodelap_detail']]], - ['ist_5f0p0_4286',['ist_0p0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2f5d825128f2d4a9580fbeb8a916408',1,'amrex::nodelap_detail']]], - ['ist_5f0pp_4287',['ist_0pp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#aea160434bbdf72ba661f86d3aaeeff10',1,'amrex::nodelap_detail']]], - ['ist_5finv_4288',['ist_inv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2906db9bb7d75cad814e8c9fac22b2c',1,'amrex::nodelap_detail']]], - ['ist_5fp00_4289',['ist_p00',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a336e8b5c43142a459dc8a1352eeade20',1,'amrex::nodelap_detail']]], - ['ist_5fp0p_4290',['ist_p0p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ab458eec5937d357a4d7ca75dc87c84bc',1,'amrex::nodelap_detail']]], - ['ist_5fpp0_4291',['ist_pp0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a215a4d7df0ec09193cac1faf4a8ba1e3',1,'amrex::nodelap_detail']]], - ['ist_5fppp_4292',['ist_ppp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a60c9afb0fe3420da868984513ad96bd0',1,'amrex::nodelap_detail']]], - ['isteamlead_4293',['isTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2d56d5861b4cca0c635bf8e1cbe5f750',1,'amrex::ParallelDescriptor']]], - ['istensorop_4294',['isTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aae0589f189ee2d39dadca3a308e3df9b',1,'amrex::MLCellLinOpT::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aeeeea035327ccd896c7af7beb6093c8a',1,'amrex::MLEBTensorOp::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a08aefe93ce148879b387ed11f9da0f94',1,'amrex::MLTensorOp::isTensorOp()']]], - ['istr_4295',['istr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#ae7bf86f223ccd99d64b03b6d4fecfbd2',1,'amrex::expect']]], - ['isvalid_4296',['isValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5cd8c986f822086a092ee8159373a0b4',1,'amrex::ParticleBufferMap::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'amrex::AmrParticleLocator::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'amrex::AmrParticleLocator::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61b9a1d5eda39765d1db9b9b936558c7',1,'amrex::MFIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#aa6fe916a0fcc700c77166c439fe9ef6f',1,'amrex::OrientationIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#accd95862af234b5b13b8eccf3cf2966d',1,'amrex::ParticleLocator::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a2bce50aff08af02208f587bd3f810804',1,'amrex::Gpu::StreamIter::isValid()']]], - ['italic_4297',['Italic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a1e8bd2419b493e639ae861c50e93e50e',1,'amrex::Font']]], - ['iter_4298',['iter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0fa5976e3bee03e63b07a0848c74380f',1,'amrex::MLCGSolverT']]], - ['iter_5ftime_4299',['iter_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdaf269540ff581645f82a93c665a8a7b2b',1,'amrex::MLMGT']]], - ['iterate_5fbox_4300',['iterate_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box.html',1,'amrex::Reduce::detail']]], - ['iterate_5fbox_5fcomp_4301',['iterate_box_comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box__comp.html',1,'amrex::Reduce::detail']]], - ['iterate_5fon_5fnew_5fgrids_4302',['iterate_on_new_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a937e0b9dc3689884b262936e6c3c0b7d',1,'amrex::AmrInfo']]], - ['iterator_4303',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html',1,'amrex::BinIterator< class >::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail::range_impl::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html',1,'amrex::Neighbors::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a50ad515a24bf46fd0ab349c0f24e88c8',1,'amrex::Neighbors::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::STLtools::Triangle >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int *, DefaultAllocator< int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< index_type >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int *, DefaultAllocator< const int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::XDim3 >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::openbc::MomTag >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::NeighborCode >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::BoxND >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'amrex::PODVector::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad652e92fe1eaacabb971a11038426ff6',1,'amrex::BoxList::iterator()']]], - ['iterator_4304',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< TagBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< IArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< FArrayBox >::Iterator()']]], - ['iterator_4305',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal * >']]], - ['iterator_4306',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< PetscInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::CutFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::EBCellFlagFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::Mask >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< AtomicInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'amrex::FabArray::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab633fb0409feac5e4f6630b0d307a116',1,'amrex::ArrayOfStructs::Iterator()']]], - ['iterator_4307',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a7986f1b8dd09b767356976ae7bfa0d17',1,'amrex::Gpu::range_detail::range_impl::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a9ad7e9287daf81892de3268ed3085663',1,'amrex::BinIterator::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< unsigned int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< std::size_t >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::iterator()']]], - ['ithree_4308',['Ithree',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5dd594847d3357991e8b9cf51e98bd96',1,'SDCstruct']]], - ['itype_4309',['itype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'IndexTypeND< AMREX_SPACEDIM >::itype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'amrex::IndexTypeND::itype()']]], - ['iwritetolevel_4310',['iWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a35de3364c9fb9d815d496ac8fbb31084',1,'amrex::DataServices']]], - ['ix_4311',['ix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad',1,'amrex::interp_detail']]], - ['ixtype_4312',['ixType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0005742d49b95bea045b6f46edb75714',1,'amrex::BoxArray::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxDomain::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxList::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'amrex::BoxND::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'BoxND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a682fdf86619f6028fea2805d9693ae22',1,'amrex::FabArrayBase::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'amrex::IndexTypeND::ixType(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'amrex::IndexTypeND::ixType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()']]], - ['ixy_4313',['ixy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3',1,'amrex::interp_detail']]], - ['ixyz_4314',['ixyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae',1,'amrex::interp_detail']]], - ['ixz_4315',['ixz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002',1,'amrex::interp_detail']]], - ['iy_4316',['iy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31',1,'amrex::interp_detail']]], - ['iyz_4317',['iyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4',1,'amrex::interp_detail']]], - ['iz_4318',['iz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621',1,'amrex::interp_detail']]] + ['i_3705',['i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a22f6130ed2ee8aec8310b87445857a2d',1,'amrex::IParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a5d2bc01a123a00e253bed9daeb1873c9',1,'amrex::ParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a44b2a80319993ff7d80bae168243baba',1,'amrex::ParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#abe5cd3bd7d632d10b89767bbd1835c00',1,'amrex::ParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac902bd51a381698bd542d0537bbc68a9',1,'amrex::ParserExeADD_VP::i()']]], + ['i_3706',['I',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#ad0e0feaecbe43eaccf9c81d204c0b8e2',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::I()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#af0de73dc01cde0d016257305cd549250',1,'amrex::NonLocalBC::SwapComponents<-1, J >::I()']]], + ['i_3707',['i',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a957055c6af7eabda76b98c1e01e75b58',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#ab31802a9ed04a354ae054227b10ec7e0',1,'amrex::DestComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#a066e1c46be62a8cedbe83a60abb1efed',1,'amrex::IParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a4cf0f4ee7d7aeac3cb688a3ead54d23f',1,'amrex::IParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a7e95851162ef26bcbeffd560a1aea20a',1,'amrex::ParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#a22ef4c57b53b8d2e7ea25dec671d00a3',1,'amrex::IParserExeDIV_PV::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a159cd450ea1a6f633f6b207b24c50421',1,'amrex::IParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a78823e96ecfa6fc67d4d1e311bec46ff',1,'amrex::IParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#ace6b86cd76713a54b9206e07f735817a',1,'amrex::IParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#ae140f4a56bf6c337fba05d93e2080c1d',1,'amrex::IParserExeNEG_P::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#abd8c397b2b73d9b994185b5beaca4983',1,'amrex::IParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#ad9bb9a64729c932a1099c21275870135',1,'amrex::IParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a77a8c69fe7be49888aa242f357be0b1e',1,'amrex::IParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a4cdc6228051c575d7a4397fa8bb076fb',1,'amrex::ParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a592be1db09332edbb17adf31e1db35e6',1,'amrex::ParserExePOWI::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a7a2a24b39a0a5dad6c4e4226c237d57d',1,'amrex::ParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#addf6c374aa0554779e951c5953d8eedf',1,'amrex::ParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a8c997d8cdc27b43d7f0914cae4e375eb',1,'amrex::ParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#aa5c3f7babca38810fa13e9b419f9649b',1,'amrex::SrcComp::i()']]], + ['i1_3708',['i1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#a029d2d2b4f84a851b54e7152d02f64e7',1,'amrex::ParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a0245865ebfd18499fa9dbe7a7e52395c',1,'amrex::ParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a0d7511e66a8072c65c574dbc4999ba2f',1,'amrex::ParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a8fcfdc43d8025357d14f0893b3701f4e',1,'amrex::ParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a93ce11199501114782fbfea0f4531241',1,'amrex::IParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a2bce9f1b4fb38b0d986b209f84855531',1,'amrex::IParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa12af242ba4e508a2e4a4f71c71e77e5',1,'amrex::IParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#adf43d15a26dd3cdd0f8817db9927d2bf',1,'amrex::IParserExeADD_PP::i1()']]], + ['i2_3709',['i2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#ade0b248b82e632eab9ebe922b5783cb3',1,'amrex::ParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a397fc41dd5bbb5244547cb035e4378bd',1,'amrex::IParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa9f578a27d758d12bc3bc75e51aed98d',1,'amrex::IParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#aef7ff116f35cdeb62483b5a2d340dabc',1,'amrex::IParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a101c5925e7465a7234f24a1c985bbf04',1,'amrex::IParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#af297a176eb8b3d166a861ab9fe49984a',1,'amrex::ParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a12bb0e0be719eb62eb806443c4641dcd',1,'amrex::ParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#af2319b7542a3fd1b19f87d19e250575e',1,'amrex::ParserExeMUL_PP::i2()']]], + ['i_5fb_5fx_3710',['i_B_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa2dc15a8317387997b7599ac5dfb3b36',1,'amrex::algoim']]], + ['i_5fb_5fx_5fy_3711',['i_B_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a75831abb7b9935c452d91372042675cb',1,'amrex::algoim']]], + ['i_5fb_5fx_5fz_3712',['i_B_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b1a77da2c5246064f18bb002865a9f5',1,'amrex::algoim']]], + ['i_5fb_5fxyz_3713',['i_B_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a01c402173effc1376e1e121633ff5f40',1,'amrex::algoim']]], + ['i_5fb_5fy_3714',['i_B_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae87c1a6426de20a1c5f4573bf6f5a08a',1,'amrex::algoim']]], + ['i_5fb_5fy_5fz_3715',['i_B_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9817cf5b40676379c03bacf057a7a11c',1,'amrex::algoim']]], + ['i_5fb_5fz_3716',['i_B_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a354fd3da392bde50d7c9e5fd31a10385',1,'amrex::algoim']]], + ['i_5fs_5fx_3717',['i_S_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a83f836cfcb795ee2e7cf5f031f4e33a5',1,'amrex::algoim']]], + ['i_5fs_5fx2_3718',['i_S_x2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a07474818cba158a836bada961168c817',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fy_3719',['i_S_x2_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a90a6f014a413b05f96c519b9dcab59dd',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fy2_3720',['i_S_x2_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b7ee4491a1bc96aef205aec9d4a3ccc',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fz_3721',['i_S_x2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad88812a86b6d79fee7ad18f445312126',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fz2_3722',['i_S_x2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a82ccbc9a6ef0f35640533a4432e150a7',1,'amrex::algoim']]], + ['i_5fs_5fx_5fy_3723',['i_S_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1563d162ff7c724b049f407982b9376a',1,'amrex::algoim']]], + ['i_5fs_5fx_5fy2_3724',['i_S_x_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a59d00e52a1182ccb7556e0b34969d082',1,'amrex::algoim']]], + ['i_5fs_5fx_5fz_3725',['i_S_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a319d09e3fac406d5c7435495783c51da',1,'amrex::algoim']]], + ['i_5fs_5fx_5fz2_3726',['i_S_x_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad4374cfcd9fd0dcc582d0b7221c7d699',1,'amrex::algoim']]], + ['i_5fs_5fxyz_3727',['i_S_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a5b751a5f2c300635c47ad31a24157604',1,'amrex::algoim']]], + ['i_5fs_5fy_3728',['i_S_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a26347d2ffb8ae0e55a261293b75aae80',1,'amrex::algoim']]], + ['i_5fs_5fy2_3729',['i_S_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae9b79e8e177e12c5d430231f4fa56cee',1,'amrex::algoim']]], + ['i_5fs_5fy2_5fz_3730',['i_S_y2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a906f3ea1a1f5abffc2ce63a2f18c3097',1,'amrex::algoim']]], + ['i_5fs_5fy2_5fz2_3731',['i_S_y2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6dedc899a72f47e8eed563d439589b34',1,'amrex::algoim']]], + ['i_5fs_5fy_5fz_3732',['i_S_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a035ca724de0232c06fb8f932f48dfb5b',1,'amrex::algoim']]], + ['i_5fs_5fy_5fz2_3733',['i_S_y_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a028434e66d37788b7c7aa354d73ed4b3',1,'amrex::algoim']]], + ['i_5fs_5fz_3734',['i_S_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa393d743c81287bc86ed10b61b86013d',1,'amrex::algoim']]], + ['i_5fs_5fz2_3735',['i_S_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad07a32fe98faf4bf2b079e31d5a63fc2',1,'amrex::algoim']]], + ['iarraybox_3736',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html',1,'amrex::IArrayBox'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#af6fedef15cfc27312aafd4587fc49683',1,'amrex::IArrayBox::IArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f0eab6dcd0046a0bd3bf6097cc6e05a',1,'amrex::IArrayBox::IArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a2d392519e9ba2d0c847e4d0005edb1e3',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aeba2de0a08ff8906f30a58a9cf04270c',1,'amrex::IArrayBox::IArrayBox(IArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6443cdd8817b08654330d67beba5c54',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a78deba39f37dd25e757951d9a0383ca0',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ab55bcfe89e71d591a08d66ef5ac0c15c',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ae3e9c14ff7beff49a8368e57736b69b9',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa94e7b72db1dbbccb037e5b4e38d23ab',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a327721932b527771972aaa456541b04d',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6bf69fa044d83c02e7a48394be20c5c1',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp, Arena *ar)']]], + ['ibd_5fmax_5forder_5fdef_3737',['IBD_max_order_DEF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a258eb38558243a71923bbc3fc82990ba',1,'amrex::InterpBndryDataT']]], + ['ic_3738',['ic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a99986b3406a40b454717360c972a5725',1,'amrex::Gpu::ComponentBox']]], + ['id_3739',['Id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a367c2a50847ec17a42b51bb0599cdc5e',1,'amrex::FillBoxId::Id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#a79ee25ffced29c9dc45ea06d2fa48964',1,'amrex::FabArrayId::Id()']]], + ['id_3740',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ae2381a3b4219a19c7d66ed7b5254506b',1,'amrex::SoAParticle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8dbc3abce5db76ac89bdd07fbf35ac52',1,'amrex::SoAParticle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'amrex::ParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af0f0e616393a552d2bde49f930babbae',1,'amrex::ParticleTile::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6e26882024ecf05f93701fac523ff9db',1,'amrex::Particle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1b1f1b307acf1e1762ee8aa31a1a6938',1,'amrex::Particle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a87383ef9decb27031fd7af10df4c8b7b',1,'amrex::ConstSoAParticle::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'amrex::ConstParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aaa15aa2f29efcb1129570ab6ba798db4',1,'amrex::StateDescriptor::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a36f9ab05aec0c6ff6c10e60af0dc01d2',1,'amrex::ParticleTile::id()']]], + ['id_5foffset_3741',['id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a572e669336638bfcd32956674cea5b07',1,'amrex::HypreNodeLap']]], + ['idata_3742',['idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#adffa348400a2c770707376c0040d4596',1,'amrex::Particle::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'amrex::ParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9a8d50011397207e3683329bb018aed6',1,'amrex::Particle::idata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afe49969bb7cbe4611f0212f901fd6277',1,'amrex::Particle::idata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afdb056dd5e330dc36305dc897876f772',1,'amrex::Particle::idata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae04a2682e4044868102276af6ea94561',1,'amrex::Particle::idata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'amrex::ConstParticleTileData::idata(const int attribute_index) const']]], + ['idcpu_3743',['idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'amrex::ConstParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'amrex::ParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afeb8b364103d2ac3f8d7a0cf8d5d38e3',1,'amrex::SoAParticle::idcpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4d5e4893284120bf5966eafe2e8b9774',1,'amrex::SoAParticle::idcpu() const &']]], + ['idcpu_3744',['IdCPU',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af6874dec9cbf05e59a6bc7367c5d22f7',1,'amrex::StructOfArrays']]], + ['idcpuarray_3745',['idcpuarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f25acba9b5d155bac10a12a0facb168',1,'amrex::StructOfArrays']]], + ['identicalinterps_3746',['identicalInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a26a49900d23f1e6dae4904636de28807',1,'amrex::StateDescriptor']]], + ['identity_3747',['Identity',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html',1,'amrex::NonLocalBC']]], + ['identity_3748',['identity',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded',1,'amrex::NonLocalBC']]], + ['identitytuple_3749',['IdentityTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9',1,'amrex::IdentityTuple(GpuTuple< Ts... >, ReduceOps< Ps... >) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25',1,'amrex::IdentityTuple(GpuTuple< Ts... >, TypeList< Ps... >) noexcept']]], + ['idir_3750',['iDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a86a670ba1e5f59b903e5cbb047509177',1,'amrex::OrderedBoxes']]], + ['ieee32normalrealdescriptor_3751',['Ieee32NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a712d35cb1071948f9fd7ce809fa8ff2e',1,'amrex::FPC']]], + ['ieee64normalrealdescriptor_3752',['Ieee64NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a545419a941e545b123cc638c15bfcb72',1,'amrex::FPC']]], + ['ieee_5fdouble_3753',['ieee_double',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#abdb4c6267365b40cf9675d3180b50634',1,'amrex::FPC']]], + ['ieee_5ffloat_3754',['ieee_float',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#afac92c1763e3625fb356c57f027faf34',1,'amrex::FPC']]], + ['if_3755',['If',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ac8138a7c3dfae65f72813c07b8e5e856',1,'amrex::Gpu::Atomic']]], + ['if_5fdevice_3756',['If_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a36a87ab5fbe799714dcc825134aa6027',1,'amrex::Gpu::Atomic']]], + ['if_5ff_3757',['IF_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388',1,'amrex::EB2']]], + ['ifabio_3758',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html',1,'amrex']]], + ['ifabio_3759',['ifabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aebc54540f561b7e5cdb0a92a14ead5ba',1,'amrex::IArrayBox']]], + ['ifabio_3760',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6992d0759e5941d7b43d81c03c73afd',1,'amrex::IArrayBox']]], + ['ifile_3761',['ifile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a3216a69095c3102d7197657e89018f7f',1,'amrex::AsyncOut::WriteInfo']]], + ['ignore_5funused_3762',['ignore_unused',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf',1,'amrex']]], + ['ii_3763',['II',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex::state_t']]], + ['ij_3764',['ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa7bed657a775c37c2570786d0cbeefd88',1,'amrex::Hypre']]], + ['ilevel_3765',['iLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a6aa1a7ff2985929f15519ad00aa2a550',1,'amrex::OrderedBoxes']]], + ['ilevel_3766',['ILevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a5d5963f92aa5af837a70ee9031d7132a',1,'amrex::OrderedBoxes']]], + ['imag_3767',['imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#adc42fb08c670f0f7127d886bc3e28435',1,'amrex::GpuComplex']]], + ['image_3768',['Image',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a',1,'amrex::NonLocalBC']]], + ['implicitintegral_3769',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html',1,'amrex::algoim::ImplicitIntegral< M, N, class, class, S >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html#ab942f7d12d8564d8cdc739a1b904df4d',1,'amrex::algoim::ImplicitIntegral< 0, N, Phi, F, S >::ImplicitIntegral()']]], + ['implicitintegral_3c_200_2c_20n_2c_20phi_2c_20f_2c_20s_20_3e_3770',['ImplicitIntegral< 0, N, Phi, F, S >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html',1,'amrex::algoim']]], + ['imultifab_3771',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html',1,'amrex::iMultiFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#acf0191c29fd07b52e736b7992dd6bc21',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4030a757a6ad60d4e54fc4b39c486f90',1,'amrex::iMultiFab::iMultiFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aad5326a4a82790720a17b4d811d96089',1,'amrex::iMultiFab::iMultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a107599bda529487acf4ad13281918a6f',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a815bfdbfd6938b044ed23ac96d55a7c0',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a78a07654498a88087435754603d8306d',1,'amrex::iMultiFab::iMultiFab(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af7c2414a99e5017f1130e2e2c8e9d70f',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs)=delete']]], + ['in_3772',['in',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a13b5bfe96f3e2fe411c9f66f4a582adf',1,'amrex::ForkJoin']]], + ['in_5fbody_3773',['in_body',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3e0822600d48fac2177a0b93671e868a',1,'amrex::EB2::GeometryShop']]], + ['in_5ffluid_3774',['in_fluid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a637784ea6d4098867d78ad901750937a',1,'amrex::EB2::GeometryShop']]], + ['in_5fgraph_5fregion_3775',['in_graph_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3d36026586dd063c89350f39d815285a',1,'amrex::Gpu']]], + ['in_5flaunch_5fregion_3776',['in_launch_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a46c58e76f1942c7eefcf205b3ec3d24c',1,'amrex::Gpu']]], + ['in_5fnosync_5fregion_3777',['in_nosync_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8946d247baac46fe1bc6e81897915366',1,'amrex::Gpu']]], + ['in_5fparallel_3778',['in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935',1,'amrex::OpenMP']]], + ['in_5fparallel_5fregion_3779',['in_parallel_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a9949d2a62ee0e670c89942b622ef9ebb',1,'amrex::TinyProfiler']]], + ['in_5fsingle_5fstream_5fregion_3780',['in_single_stream_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a77a9e29985ce3d940d17cad0584d2446',1,'amrex::Gpu']]], + ['include_3781',['Include',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a5f25e2c23a4dcf6d5bcadd45d045b619',1,'RegionsProfStats']]], + ['includeall_3782',['INCLUDEALL',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a54c51bf557fe09986321162dd762ddd1',1,'BLProfStats']]], + ['includenone_3783',['INCLUDENONE',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a4bc1d99bb527c9cfd1da7ed4e3b543a1',1,'BLProfStats']]], + ['includeset_3784',['includeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2cf8abcd7afbb8e5e307c8420255c061',1,'BLProfStats']]], + ['inclusive_3785',['Inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Inclusive.html',1,'amrex::Scan::Type']]], + ['inclusive_3786',['inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a027e4f65499e79da7007b5f9507c4e4a',1,'amrex::Scan::detail::BlockStatus< T, false >::inclusive()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f',1,'amrex::Scan::Type::inclusive()']]], + ['inclusive_5fscan_3787',['inclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab4e0fa80e6873e53208d917854f37129',1,'amrex::Gpu']]], + ['inclusivesum_3788',['InclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f',1,'amrex::Scan']]], + ['increment_3789',['Increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'amrex::ParticleContainer_impl::Increment()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Increment()']]], + ['increment_3790',['increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a334579fbf27c137837e3860305636d65',1,'amrex::GMRESMLMGT']]], + ['incrementnumberofusers_3791',['IncrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1e86b7049dda4298109713894149ff36',1,'amrex::DataServices']]], + ['incrementwithtotal_3792',['IncrementWithTotal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'amrex::ParticleContainer_impl::IncrementWithTotal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IncrementWithTotal()']]], + ['index_3793',['Index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const']]], + ['index_3794',['index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'amrex::ParticleInterpolator::Base::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Linear, amrex::Real >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Nearest, int >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a0c3808b669899ddde6c26fa5ec26cc1a',1,'amrex::ValLocPair::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'amrex::BoxND::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'BoxND< AMREX_SPACEDIM >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa66fe114af5887c4e2a679627c687bf7',1,'amrex::Neighbors::const_iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aaf05d2993eabd39dee90939a4e8d3b80',1,'amrex::Neighbors::iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aa69f73dbf7931e2d0a3889de2db4a42b',1,'amrex::MFIter::index() const noexcept']]], + ['index_5fmap_3795',['index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac482cbbf5ecee6f2593a3e4437623082',1,'amrex::MFIter']]], + ['index_5ftype_3796',['index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< typename amrex::ParticleTileData >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aa7f90581f997c06bef83a50325c7d550',1,'amrex::SparseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ae5dcffa68729e972f969d4813b61cc3f',1,'amrex::SparseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a076901dd6c8e2e3c65fef98f0ca348cd',1,'amrex::BinIterator::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< ParticleType >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'amrex::DenseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a223f66550fa407ec108387b2cd8d61b2',1,'amrex::DenseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a18c09cc04f0e7aa632e619fcc3824025',1,'amrex::BATbndryReg::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a83d1ac876f96d6e5561f193b39498bec',1,'amrex::BATcoarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a94cc8c83f1dd9de4e2d1ab9a3d67e056',1,'amrex::BATindexType::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a90bd569f67fe7881da5831e52d1c78c2',1,'amrex::BATindexType_coarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a32b3bfb809dceced0d08a737413919f6',1,'amrex::BATnull::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab3b08da13a73b3057d2c1a7d565b0f8a',1,'amrex::BATransformer::index_type()']]], + ['index_5ftype_5fread_3797',['index_type_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478',1,'amrex::detail']]], + ['index_5ftype_5fwrite_3798',['index_type_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab00f37e64a03e8049a6890215b22817a',1,'amrex::detail']]], + ['indexarray_3799',['IndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7a4ed8b70e3aa4c3ddd3a24fb1c0f3a0',1,'amrex::FabArrayBase']]], + ['indexarray_3800',['indexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a15c2b54df8386a9d38216410edce884c',1,'amrex::FabArrayBase']]], + ['indexfromvalue_3801',['indexFromValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< Real >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006',1,'amrex::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< PetscInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< HYPRE_Int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< EBCellFlag >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< char >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< AtomicInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'amrex::BaseFab::indexFromValue()']]], + ['indexmap_3802',['indexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a37311b356baf90979545e588fa7f6b6f',1,'amrex::FabArrayBase::TileArray']]], + ['indexspace_3803',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html',1,'amrex::EB2::IndexSpace'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a2a72ea2c766a09d49b74420005f4f700',1,'amrex::EB2::IndexSpace::IndexSpace() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#afd623b9a8ba399823e33335841e30a20',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a08a6bcc75e45852b005fe627095155fe',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace &&)=delete']]], + ['indexspacechkptfile_3804',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html',1,'amrex::EB2::IndexSpaceChkptFile'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aa7b3a02d220d9bf8c0e43cd462ddb224',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9ca6ef6a328a613b2647a3b9d380d65a',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(const ChkptFile &chkpt_file, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a296cc9b11d8dcdf89fc04ddcd1959e42',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile const &)=delete']]], + ['indexspaceimp_3805',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html',1,'amrex::EB2::IndexSpaceImp< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ad6b841229e1fb87dc97f4ee2845ec152',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6797ef86d23bba92fa8a6479d8bfac51',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac2dc5fdef32fb9bbd2843e6b2d91ac97',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > &&)=delete']]], + ['indexspacestl_3806',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html',1,'amrex::EB2::IndexSpaceSTL'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#abe85200c4d1b12e00b1c39640553f064',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(const std::string &stl_file, Real stl_scale, Array< Real, 3 > const &stl_center, int stl_reverse_normal, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#accce0356b6e62b40a6fa8bb0cf1a9402',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#adc0c4857ce013433b350e51cfb2f1b47',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL &&)=delete']]], + ['indextype_3807',['indexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febaa83af96ce0bc256deeb3ce660dcebacc',1,'amrex::BATransformer']]], + ['indextype_3808',['IndexType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35342b486ef07ba6108169268169296',1,'amrex']]], + ['indextype_5fcoarsenratio_3809',['indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba3e10d52c08b4ae924eb9c9c4c42386b6',1,'amrex::BATransformer']]], + ['indextypecat_3810',['IndexTypeCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765',1,'amrex']]], + ['indextypeexpand_3811',['IndexTypeExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6',1,'amrex']]], + ['indextypend_3812',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'amrex::IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa628a3790133afeee83102618fefc0f9',1,'amrex::IndexTypeND(IndexType::CellIndex, Args...) -> IndexTypeND< sizeof...(Args)+1 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027',1,'amrex::IndexTypeND(const IntVectND< dim > &) -> IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'amrex::IndexTypeND::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'amrex::IndexTypeND::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'amrex::IndexTypeND::IndexTypeND() noexcept=default']]], + ['indextypend_3c_20amrex_5fspacedim_20_3e_3813',['IndexTypeND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'']]], + ['indextyperesize_3814',['IndexTypeResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8',1,'amrex']]], + ['indextypeshrink_3815',['IndexTypeShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b',1,'amrex']]], + ['indextypesplit_3816',['IndexTypeSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1',1,'amrex']]], + ['indextypesplit_5fimp_3817',['IndexTypeSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e47b1e3eb901025e0d76241ae9102ee',1,'amrex::detail']]], + ['indexundefined_3818',['indexUndefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#abde8301fcb9fb91f30cb12abc376bbc1',1,'amrex::NFilesIter']]], + ['indims_3819',['indims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'amrex::BoxND::indims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'BoxND< AMREX_SPACEDIM >::indims()']]], + ['info_3820',['info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'amrex::MLLinOpT::info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'MLLinOpT< Array< MultiFab, 3 > >::info()']]], + ['ingraphregion_3821',['inGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2fed08a89572d6c04add3c5587f647d8',1,'amrex::Gpu']]], + ['inhomogeneous_3822',['Inhomogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627ae9990b3a39151b6f2175caa7621e0c4b',1,'amrex::LinOpEnumType']]], + ['init_3823',['init',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#af69ee6eb252dae9acb0706eb7a31492b',1,'amrex::ReduceOpMax::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a3c9ce1cac2c3059c950adde4d0259063',1,'amrex::ReduceOpLogicalOr::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#ad53fdbbdcc39cc0025641ff1119d3718',1,'amrex::ReduceOpMax::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a130847668e1e52934a9eaee3ec473be2',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a212c03c98a4230516edbc394cf3f1674',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#af18e050e03babd636f9b492f8776a4df',1,'amrex::ReduceOpSum::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a00a3d52093863719ed7429f3bbf35eb4',1,'amrex::Amr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a080715e65757bd58b0c8e6468b0c09aa',1,'amrex::Gpu::StreamIter::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af6b2818bec6a86128f3594b6684d4a42',1,'amrex::ForkJoin::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae6c24e645074589f76ff10eb4c37c8a1',1,'amrex::AmrLevel::init()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1e14a83038675d42ed7065b0262bc2a7',1,'amrex::AmrLevel::init(AmrLevel &old)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ae14960aa4d997ba60b2df5e9a1cf3956',1,'amrex::ReduceOpLogicalAnd::init()']]], + ['init_3824',['Init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a03c5bcd59778f3b11223014a8933ab58',1,'amrex::DataServices']]], + ['init_5fpreconditioner_3825',['init_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd785510c002ae90c0406adea27abb4e',1,'amrex::HypreIJIface']]], + ['init_5fsnan_3826',['init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5',1,'amrex::system::init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af56588e4621fc35eae763fcb44ad4633',1,'amrex::FArrayBox::init_snan()']]], + ['init_5fsolver_3827',['init_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad7072916b39b7d8c98e19a4d6e23dd6e',1,'amrex::HypreIJIface']]], + ['init_5fstates_3828',['init_states',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#adbef3193b3d4efdeacc00a4c0bf0d396',1,'amrex::BlockMutex']]], + ['initamr_3829',['InitAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9214cdbdc7fddff0ba8afd7d592ba869',1,'amrex::Amr']]], + ['initamrcore_3830',['InitAmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af614cfbec1f40953a32b0786d25f5f6f',1,'amrex::AmrCore']]], + ['initamrmesh_3831',['InitAmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab789a53b0b0d3e5bddbf489ed751aee2',1,'amrex::AmrMesh']]], + ['initblprofdatablock_3832',['InitBLProfDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a34dbaa29f765d4ff500930aca6900d45',1,'BLProfStats']]], + ['initcommdatablock_3833',['InitCommDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8e7882478f8a6a74ec3ca89d32d95096',1,'BLProfStats::InitCommDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#acfb90e6b7303a7d0bec5cec72b70aed7',1,'CommProfStats::InitCommDataBlock()']]], + ['initcstatsdatablock_3834',['InitCStatsDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a136a40d1c2a1467f65e6c27630239b03',1,'BLProfStats::InitCStatsDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a52457e96f8c6a0a8cded7b2f40ad1cc1',1,'RegionsProfStats::InitCStatsDataBlock()']]], + ['initdata_3835',['initData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a862d5c3479aee494a516f53ea70fea0b',1,'amrex::AmrLevel']]], + ['initdatafilenames_3836',['InitDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae236d8843e74f0b9defeb6ff27c0df9c',1,'CommProfStats::InitDataFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af869e7a8dd76194658b7ce98832993db',1,'RegionsProfStats::InitDataFileNames(const amrex::Vector< std::string > &hfn)']]], + ['initdblocks_3837',['InitDBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a70340c01d73cca503ce225c95d9609c4',1,'RegionsProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a732df0e14a0331aa8257e7f499c27d77',1,'BLProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a50da2373879ad991a77418e0a6210a99',1,'CommProfStats::InitDBlocks()']]], + ['initedisontopomf_3838',['InitEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a62079444f690e518e8797d23b16defde',1,'CommProfStats']]], + ['initfiltertimeranges_3839',['InitFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a07e2bf128ca1e78559870ef621c6738c',1,'BLProfStats']]], + ['initfromasciifile_3840',['InitFromAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'amrex::ParticleContainer_impl::InitFromAsciiFile()']]], + ['initfrombinaryfile_3841',['InitFromBinaryFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'amrex::ParticleContainer_impl::InitFromBinaryFile()']]], + ['initfrombinarymetafile_3842',['InitFromBinaryMetaFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryMetaFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'amrex::ParticleContainer_impl::InitFromBinaryMetaFile()']]], + ['initfromlistimpl_3843',['initFromListImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9caf05d151123306105799d4a99cbf30',1,'amrex::detail']]], + ['initfromscratch_3844',['InitFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a309a4bad63faba98cfc57641e274413d',1,'amrex::AmrCore']]], + ['initial_5fba_3845',['initial_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a49468e4d346f32d97ab09f48f4ff9dd2',1,'amrex::Amr']]], + ['initial_5fgrids_5ffile_3846',['initial_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aadcea8b0f09483be05ad913b0c9a6e91',1,'amrex::Amr']]], + ['initial_5fvec_5fzeroed_3847',['initial_vec_zeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a69d27f7696e48a507b2840029ed6881b',1,'amrex::MLCGSolverT']]], + ['initialba_3848',['initialBa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acadd647c5f887a16b8c6d1fd09b2f41f',1,'amrex::Amr']]], + ['initialbalevels_3849',['initialBaLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa0fd6eea096c16f444db7d0f93b1cbb5',1,'amrex::Amr']]], + ['initialinit_3850',['initialInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af2c9975634dece5cd72f085054987866',1,'amrex::Amr']]], + ['initialize_3851',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a34bf3e13bc08cfec354d8d6b52004885',1,'amrex::BoxArray']]], + ['initialize_3852',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af326e29a8c0b145ec35cfab0011a7f91',1,'amrex::RKIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c61a5a223227b0242549533ea23ffda',1,'amrex::SundialsIntegrator::initialize()']]], + ['initialize_3853',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a03ecb8f0d75887ecef410b64566586bc',1,'amrex::DistributionMapping::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aea19aa89a556ee88fe67f6067c0abacd',1,'amrex::Gpu::Device::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html#a69acbcd41730d50de9aa0d5548e90972',1,'amrex::InSituUtils::DescriptorMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< HYPRE_Int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3af393cef8172925a02163379c4ee7db',1,'amrex::BLProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< Real >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< PetscInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa33f37ed3b665ed7c5eb98de5cdafcd3',1,'amrex::Amr::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a9f40990a545f4d280e905117fc6a0786',1,'amrex::Arena::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aae9932a1a2b245c7a6a1b472cbd0b8ff',1,'amrex::BARef::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'amrex::BaseFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< AtomicInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< char >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< EBCellFlag >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a04e68d07c0aae11be5946e24023b17d3',1,'amrex::iMultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae63aac3a7741cc60cb66504da479b50a',1,'amrex::TinyProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a182c3d20f76fd26e5de61a23450ac185',1,'amrex::PrintToFile::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'amrex::ParticleContainer_impl::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a302162fcd495ffd22ab0ebb8d8f36a05',1,'amrex::ParmParse::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7d869f54f3d6f4e3ede7eb0103954a9e',1,'amrex::MultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#addaa9305a4ee5dda972e835164b70e29',1,'amrex::MFIter::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html#a579a707356fa4428996cffc0d3c669ed',1,'amrex::InSituUtils::MeshStateMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a83f54bf5c96404e02a261280a542d124',1,'amrex::sundials::MemoryHelper::Initialize()']]], + ['initialize_3854',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#aff7833aedc8bfc852c830c35cefe928c',1,'amrex::InSituBridge']]], + ['initialize_3855',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca0f6fbf4458284d275ca2f0625c2303',1,'amrex::VisMF::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aff085ec8097788fc08d663f81062154e',1,'amrex::IArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a01e9092eaa18c9803bd850d15dbd64c8',1,'amrex::FillPatchIteratorHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a03052a484ec03c3f2a7831be358b0538',1,'amrex::FillPatchIterator::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35b1135bdf17ab4f4022cf60745ade37',1,'amrex::FArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab9d1477fa7e20518ac22fdb03574a4b2',1,'amrex::FabArrayBase::Initialize()']]], + ['initialize_3856',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6f0024086c8878f64f807c4bd7c2b6ad',1,'hacc::Distribution::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ab125ad41009da20311f0d5b950c2e527',1,'amrex::FEIntegrator::initialize()']]], + ['initialize_3857',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d',1,'amrex::Initialize(MPI_Comm mpi_comm, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c',1,'amrex::Initialize(int &argc, char **&argv, bool build_parm_parse=true, MPI_Comm mpi_comm=MPI_COMM_WORLD, const std::function< void()> &func_parm_parse={}, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad322c4e7eab6b75bf9448b5b7d464ee1',1,'amrex::AsyncOut::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be',1,'amrex::EB2::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a42a34e9b2688dfa4616c06781fe06d83',1,'amrex::machine::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ae1e60c63ded7ddfd23bdb3e6d2e4d96c',1,'amrex::MPMD::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a916170832821539e49f051409018ffcb',1,'amrex::ParallelDescriptor::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d',1,'amrex::sundials::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561',1,'amrex::VectorGrowthStrategy::Initialize()']]], + ['initialize_5fgpu_3858',['initialize_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adccc576a72b545911c26ec7febfdd078',1,'amrex::Gpu::Device']]], + ['initialize_5fintegrator_3859',['initialize_integrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a63b4a8514fe939f9639442f7ff8d527b',1,'amrex::TimeIntegrator']]], + ['initialize_5fparameters_3860',['initialize_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#aac86414cf938aa7161d833cfd1a3c518',1,'amrex::SundialsIntegrator::initialize_parameters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ac2e6499b53e139edf43e385cdcef27cf',1,'amrex::RKIntegrator::initialize_parameters()']]], + ['initialize_5fpreset_5ftableau_3861',['initialize_preset_tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acff4fc41929210da23d8245c17bdb874',1,'amrex::RKIntegrator']]], + ['initialize_5fstages_3862',['initialize_stages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac5967c00d555d6b2865daf4c937fbbf0',1,'amrex::FEIntegrator::initialize_stages()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada4db7ea06e188ae4ab827a213cf35ce',1,'amrex::RKIntegrator::initialize_stages()']]], + ['initialize_5fwithout_5fsplit_3863',['Initialize_without_split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a1e9265f1483fda707a03fa255e40041e',1,'amrex::MPMD']]], + ['initializecommcomps_3864',['initializeCommComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fc777a6611729b79c56fc8f1782c830',1,'amrex::NeighborParticleContainer']]], + ['initialized_3865',['Initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0',1,'amrex']]], + ['initialized_3866',['initialized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d4b7df27f35926ab4a1377d5864aed8',1,'amrex::FArrayBox::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88d35757727faba3973cc46625237e74',1,'amrex::BoxArray::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a706eeeb8f176a08d3774dd488715bfc1',1,'amrex::BARef::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81',1,'amrex::initialized()']]], + ['initialized_3867',['Initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3140db6536c44d09f5fec2fb7d4ff136',1,'amrex::MPMD']]], + ['initializeinit_3868',['InitializeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4ee94a5a7023c24e9f38112f9e4f6ccd',1,'amrex::Amr']]], + ['initinsitu_3869',['initInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a983258693a263cd6121c36a664f97565',1,'amrex::Amr']]], + ['initnrandompercell_3870',['InitNRandomPerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'amrex::ParticleContainer_impl::InitNRandomPerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitNRandomPerCell()']]], + ['initonepercell_3871',['InitOnePerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'amrex::ParticleContainer_impl::InitOnePerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitOnePerCell()']]], + ['initparams_3872',['InitParams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3dd15ac8b4c21b85653d2bc8a56eb970',1,'amrex::BLProfiler::InitParams(const Real, const bool, const bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#af6d5560f2938564e691ec706ef87b5f3',1,'amrex::BLProfiler::InitParams()']]], + ['initpltandchk_3873',['initPltAndChk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a210649d50f9f052bcaf38336ce97f986',1,'amrex::Amr']]], + ['initprojector_3874',['initProjector',['../classHydro_1_1MacProjector.html#aacd4ed718a2c55d2df73739131585eab',1,'Hydro::MacProjector::initProjector(amrex::LPInfo a_lpinfo, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#afbcfab692e65f2dff7a555bce62b2f29',1,'Hydro::MacProjector::initProjector(amrex::Vector< amrex::BoxArray > const &a_grids, amrex::Vector< amrex::DistributionMapping > const &a_dmap, amrex::LPInfo a_lpinfo, amrex::Real a_const_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})']]], + ['initproxmap_3875',['InitProxMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a599b15517a65dde41a441be3705e8c01',1,'CommProfStats']]], + ['initrandom_3876',['InitRandom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'amrex::ParticleContainer_impl::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44',1,'amrex::InitRandom()']]], + ['initrandomperbox_3877',['InitRandomPerBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'amrex::ParticleContainer_impl::InitRandomPerBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandomPerBox()']]], + ['initregiontimeranges_3878',['InitRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a40a30a866f8437287bd706633d3ffef5',1,'amrex::DataServices::InitRegionTimeRanges()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a1590c491b357676bac273650f527c8',1,'RegionsProfStats::InitRegionTimeRanges()']]], + ['initsnan_3879',['InitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1',1,'amrex']]], + ['initsubcycle_3880',['initSubcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac817c89d71bd72e6514b12b78ba3a955',1,'amrex::Amr']]], + ['initval_3881',['initVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa4f9b9a2a37baa29e7767a80f6856dcd',1,'amrex::MultiFab::initVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0950587ec6e53ece5805ffb5ab71cf60',1,'amrex::FArrayBox::initVal() noexcept']]], + ['initval_3882',['initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6657471e6437a4acab5413ea8874ff39',1,'amrex::FArrayBox']]], + ['inlaunchregion_3883',['inLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7a05369cacb826ba5546b4dd507c49dd',1,'amrex::Gpu']]], + ['innards_3884',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html',1,'amrex::Any::innards< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#aacaac28ad77795a2c5443a992e3701ad',1,'amrex::Any::innards::innards()']]], + ['innards_5fbase_3885',['innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html',1,'amrex::Any']]], + ['innosyncregion_3886',['inNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa291965db390b525ec650fbb777bfd44',1,'amrex::Gpu']]], + ['inout_3887',['inout',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a54c9ccb45f5ee60133cca31fca024432',1,'amrex::ForkJoin']]], + ['inrange_3888',['inRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a426236914671d1e988849aa8c1435c01',1,'amrex::StateDescriptor']]], + ['insert_3889',['insert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa9a72f88e2cfb4bcbf98ef2f7ae5834a',1,'amrex::ArrayOfStructs::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, const amrex::STLtools::Triangle &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, amrex::STLtools::Triangle &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, const amrex::XDim3 &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, amrex::XDim3 &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int * >::insert(const_iterator a_pos, const const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int * >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int * >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int * >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< index_type >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int >::insert(const_iterator a_pos, int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int >::insert(const_iterator a_pos, size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int >::insert(const_iterator a_pos, const int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int * >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int * >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int * >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int * >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< index_type >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< index_type >::insert(const_iterator a_pos, std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< index_type >::insert(const_iterator a_pos, size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< index_type >::insert(const_iterator a_pos, const index_type &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< std::size_t >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, const ParticleType &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, ParticleType &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< std::size_t >::insert(const_iterator a_pos, size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::size_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< std::size_t >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, const uint64_t &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, uint64_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< unsigned int >::insert(const_iterator a_pos, const unsigned int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< unsigned int >::insert(const_iterator a_pos, size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< unsigned int >::insert(const_iterator a_pos, unsigned int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< unsigned int >::insert(const_iterator a_pos, std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< unsigned int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::BoxND >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, size_type a_count, const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, const amrex::openbc::MomTag &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, amrex::NeighborCode &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, const amrex::NeighborCode &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, size_type a_count, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, const amrex::BoxND &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, amrex::AssignGrid< BinIteratorFactory > &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, const amrex::AssignGrid< BinIteratorFactory > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'amrex::PODVector::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'amrex::PODVector::insert(const_iterator a_pos, std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'amrex::PODVector::insert(const_iterator a_pos, T &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'amrex::PODVector::insert(const_iterator a_pos, size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'amrex::PODVector::insert(const_iterator a_pos, const T &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int >::insert()']]], + ['insideroundoffdomain_3890',['insideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab6da90b609946e2435bdb054e7770f54',1,'amrex::Geometry']]], + ['insinglestreamregion_3891',['inSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7b9b6dc13dd85b3eeac69203a56e39c0',1,'amrex::Gpu']]], + ['insitubridge_3892',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html',1,'amrex::InSituBridge'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a6c866fc3219625267ae1e50ba7bec240',1,'amrex::InSituBridge::InSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a55fdcf41da1a393096135db7674b777e',1,'amrex::InSituBridge::InSituBridge(const InSituBridge &)=delete']]], + ['installnewdistributionmap_3893',['InstallNewDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3e662f31f9e418725c27e5c55577202',1,'amrex::Amr']]], + ['int_3894',['int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937',1,'amrex']]], + ['int_3895',['Int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a55bfff3929ed41ec8c5f707f22cc392d',1,'amrex::HypreNodeLap']]], + ['int_5farray_5fdata_3896',['int_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a653d4adb055f256961d77c1ec6020388',1,'amrex::ParticleInitType']]], + ['int_5fstruct_5fdata_3897',['int_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a0bd3b566d108db4165d89a0cbb8dd274',1,'amrex::ParticleInitType']]], + ['int_5fvector_5fread_3898',['int_vector_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10cf5f494efe193085325d416a180ebd',1,'amrex::detail']]], + ['int_5fvector_5fwrite_3899',['int_vector_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a447b3a82196abd5e97f2cec9f53d466b',1,'amrex::detail']]], + ['intarray_3900',['IntArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1',1,'amrex']]], + ['intarray_3901',['intarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aa458068c84a4240f72d3b1dd1fa59c9e',1,'amrex::StructOfArrays']]], + ['intdescriptor_3902',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html',1,'amrex::IntDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8e6ce8b7a8c715aca1af416b132d0ebe',1,'amrex::IntDescriptor::IntDescriptor(Long nb, Ordering ordering=NormalOrder)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#abaf847069bf7b132024868b170f2a723',1,'amrex::IntDescriptor::IntDescriptor()=default']]], + ['integrate_3903',['integrate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0eae9b06298e069eab80098118fe239d',1,'amrex::TimeIntegrator']]], + ['integrator_5fptr_3904',['integrator_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a945c0ab164fee73db3dcc6cdc38fe216',1,'amrex::TimeIntegrator']]], + ['integratorbase_3905',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html',1,'amrex::IntegratorBase< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0161e86a01e6b8a3ae9a9d3f91e5ad29',1,'amrex::IntegratorBase::IntegratorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad6e1d1e6bb0cd9f1ac3dec311f811151',1,'amrex::IntegratorBase::IntegratorBase(const T &)']]], + ['integratorops_3906',['IntegratorOps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps.html',1,'amrex']]], + ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3amultifab_2c_20t_20_3e_20_3e_20_3e_3907',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html',1,'amrex']]], + ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_2c_20t_20_3e_20_3e_20_3e_3908',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html',1,'amrex']]], + ['integratortypes_3909',['IntegratorTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e',1,'amrex']]], + ['intent_3910',['intent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#adab1f2dcfd2d52eebf3c6727ef5e37d7',1,'amrex::ForkJoin::MFFork']]], + ['intent_3911',['Intent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466',1,'amrex::ForkJoin']]], + ['intercept_5fto_5fedge_5fcentroid_3912',['intercept_to_edge_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72',1,'amrex::EB2']]], + ['interface_3913',['Interface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13f',1,'amrex::Hypre']]], + ['interior_3914',['interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a',1,'amrex::Extrapolater']]], + ['internals_3915',['Internals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f3433a6470167d503b3fe0f0e7da3d4',1,'amrex::AmrDataAdaptor::Internals()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a239d7e100aa5e50e2fa73180fd7649ea',1,'amrex::AmrMeshDataAdaptor::Internals()']]], + ['internalstype_3916',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html',1,'amrex::AmrDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html',1,'amrex::AmrMeshDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a036873b2f2c1d06f877458c6e3369f13',1,'amrex::AmrDataAdaptor::InternalsType::InternalsType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a93efc600bd13297ea7536362a1181858',1,'amrex::AmrMeshDataAdaptor::InternalsType::InternalsType()']]], + ['interp_3917',['interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a1973ad32936dfb82245776b45e4247db',1,'amrex::EBCellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#af74e1e283a35fbabfdae0b880d431f7a',1,'amrex::CellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a81b8c6b51eb371e358a6bc639478c378',1,'amrex::CellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#ac45b4cc9c8b00425d71cf683ce9f4673',1,'amrex::CellConservativeQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#adab6249f593300b3e2dc48f0a57c6c6b',1,'amrex::CellQuadratic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a8f3e4f126c927295a4d1b6859f05aaaf',1,'amrex::CellQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae417e01165f1eb3090a6fc864e3969d3',1,'amrex::DeriveRec::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#af22d89bec2e69b219d84c180abb9592b',1,'amrex::MFCellConsLinMinmaxLimitInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a024b3eb2b27436615aeb54a993c2f6f6',1,'amrex::EBMFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a300863fe0bdaa905b0a5cbe163586bf3',1,'amrex::FaceConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a0616e1cd7c7ace4f08b92dea1677f2bd',1,'amrex::FaceDivFree::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a249d0061f5efa1ea95ba03a301307ec7',1,'amrex::FaceLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a02d82e4c9c05f3d9acaf2e2519a8a47a',1,'amrex::InterpFaceRegister::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#acfb408607036aa3f76da0478bba4855d',1,'amrex::Interpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#afb1ce4c138df4eef0c79359d2f313299',1,'amrex::MFCellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a188f59b61da019f7ed2eca4044b08cff',1,'amrex::MFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html#ad58787e5d20224e834a55b1d566f7672',1,'amrex::MFInterpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#aa8ecd57882ef8a19d4c2480083336b71',1,'amrex::MFNodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#aac8208aac343823a13d9bb8ef3b1c00d',1,'amrex::MFPCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae952aa577171cdaf6a5e11f442ef9744',1,'amrex::NodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#adfc5ad7e775d4436676ac78f658bc3b5',1,'amrex::PCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0afe8de243a0504d0a3f57b0c6c1310b',1,'amrex::StateDescriptor::interp() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a07ab21f13b747541446a303997f24aee',1,'amrex::StateDescriptor::interp(int i) const noexcept']]], + ['interp_5farr_3918',['interp_arr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a7b6f2a09b57e95b750785a7c631c1353',1,'amrex::FaceConservativeLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#af3e2052a76426fa4bec0ca2ae6faaa76',1,'amrex::FaceDivFree::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a1335c7ebf1da118df6be8fa54a6e4007',1,'amrex::FaceLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#a64945546d03cdf4823ac3689509b59f4',1,'amrex::Interpolater::interp_arr()']]], + ['interp_5fcoef_3919',['interp_coef',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acce74b37bc2ee4518cb6bd2d058f2b53',1,'amrex::openbc']]], + ['interp_5fface_3920',['interp_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a0181ab06dea6f0c924ead18e666872af',1,'amrex::FaceConservativeLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a2b8013cf1c27cb27f02b916b16c2043f',1,'amrex::FaceLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee5ce439fa4bbc2dd6f8d40708715485',1,'amrex::Interpolater::interp_face()']]], + ['interp_5fface_5freg_3921',['interp_face_reg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081',1,'amrex::interp_face_reg(int i, int j, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a68acf45501af596b096939b49995c',1,'amrex::interp_face_reg(int i, int j, int k, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)']]], + ['interpaddbox_3922',['InterpAddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#add0ef828c3264079f14cc05abcbb6cb8',1,'amrex::StateData::InterpAddBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b0d01afec5218e25096773af48821bb',1,'amrex::InterpAddBox()']]], + ['interpassign_3923',['interpAssign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4d49ac5447d6ea1fc807b221460fb54d',1,'amrex::MLNodeLinOp::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'MLLinOpT< Array< MultiFab, 3 > >::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'amrex::MLLinOpT::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac40a7cc1f424156f36d3d8b2f0254ae7',1,'amrex::MLCellLinOpT::interpAssign()']]], + ['interpb_3924',['InterpB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca',1,'amrex']]], + ['interpbase_3925',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html',1,'amrex::InterpBase'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a021bb62c902497ccc17f9debb5fc10cc',1,'amrex::InterpBase::InterpBase(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a2f6b67e875b76f7bcaa9151a1c6de2a6',1,'amrex::InterpBase::InterpBase(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#aee63caed578fc06fb37257394ac4a62d',1,'amrex::InterpBase::InterpBase()=default']]], + ['interpbndrydata_3926',['InterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d',1,'amrex']]], + ['interpbndrydata_5fo1_3927',['interpbndrydata_o1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20',1,'amrex']]], + ['interpbndrydata_5fx_5fo3_3928',['interpbndrydata_x_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39',1,'amrex']]], + ['interpbndrydata_5fy_5fo3_3929',['interpbndrydata_y_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828',1,'amrex']]], + ['interpbndrydata_5fz_5fo3_3930',['interpbndrydata_z_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb',1,'amrex']]], + ['interpbndrydatat_3931',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html',1,'amrex::InterpBndryDataT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#aca339f6cfefd2b60592adb0bb79a01ea',1,'amrex::InterpBndryDataT::InterpBndryDataT(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a58930dee10ca630b2f499dc6f20aa0ac',1,'amrex::InterpBndryDataT::InterpBndryDataT(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ab3867a4fd0a4d8e7eba5d2847576bd74',1,'amrex::InterpBndryDataT::InterpBndryDataT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a71ecda5638e531eb2f2c81496b3a3422',1,'amrex::InterpBndryDataT::InterpBndryDataT() noexcept=default']]], + ['interpccx_3932',['interpccx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a9fe6fda4f0515c834002a49cba04cc2e',1,'amrex::openbc']]], + ['interpccy_3933',['interpccy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a765bedd56cb0c8e024a821cc942663bf',1,'amrex::openbc']]], + ['interpccz_3934',['interpccz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a8233d38e6789cbe1cd5dc3138f4bd389',1,'amrex::openbc']]], + ['interpcorrection_3935',['interpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a295166a3e3f2f9ec07aeffbb4a8a68ed',1,'amrex::MLMGT::interpCorrection(int alev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a13d1cb95e97a44a16843f44421cc86c5',1,'amrex::MLMGT::interpCorrection(int alev, int mglev)']]], + ['interpcrsefinebndryemfield_3936',['InterpCrseFineBndryEMfield',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab const *, AMREX_SPACEDIM > &crse, const Array< MultiFab *, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab, AMREX_SPACEDIM > &crse, Array< MultiFab, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)']]], + ['interpe_3937',['InterpE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3',1,'amrex']]], + ['interpem_5ft_3938',['InterpEM_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80df',1,'amrex']]], + ['interpface_3939',['InterpFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8',1,'amrex::InterpFace(InterpBase *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bccomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3',1,'amrex::InterpFace(Interp *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bcscomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)']]], + ['interpfaceregister_3940',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html',1,'amrex::InterpFaceRegister'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a4b625e8c2eef9e28005c49bbdfc8c203',1,'amrex::InterpFaceRegister::InterpFaceRegister(BoxArray const &fba, DistributionMapping const &fdm, Geometry const &fgeom, IntVect const &ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ade6847e4f47127ea6f5abc3c8633a9f7',1,'amrex::InterpFaceRegister::InterpFaceRegister()=default']]], + ['interpfillfab_3941',['InterpFillFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb',1,'amrex::InterpFillFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a64b6d97172a5fa5f54ecaed8181bbe28',1,'amrex::StateData::InterpFillFab()']]], + ['interpfromcoarselevel_3942',['InterpFromCoarseLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa081e015e8252796d1f7675189020446',1,'amrex::InterpFromCoarseLevel(MF &mf, IntVect const &nghost, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506',1,'amrex::InterpFromCoarseLevel(MF &mf, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], + ['interpolate_5fpotential_3943',['interpolate_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5e29bc57a9ca4bc8ef562a731a373871',1,'amrex::OpenBCSolver']]], + ['interpolater_3944',['Interpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html',1,'amrex']]], + ['interpolaterboxcoarsener_3945',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html',1,'amrex::InterpolaterBoxCoarsener'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ae476a5ba50fe4213159eb44a6796a2a3',1,'amrex::InterpolaterBoxCoarsener::InterpolaterBoxCoarsener()']]], + ['interpolation_3946',['interpolation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a96cd1c0c8c939d5330e906376d009f71',1,'amrex::MLNodeTensorLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf4bbbd062c51772dc87171a1f365eac',1,'amrex::MLNodeLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#afb49aaa56be36e92a6e40bd7b2cc67ca',1,'amrex::MLNodeABecLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'amrex::MLLinOpT::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3b6fb22e3c88f4ab7b5ca96c075a8323',1,'amrex::MLEBNodeFDLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4ed336b2cf683367315368d27d244768',1,'amrex::MLEBABecLap::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a259409e41902c718a2c04c81d91648c4',1,'amrex::MLCurlCurl::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7a7909cddc98ec2abe949ee2f043e817',1,'amrex::MLCellLinOpT::interpolation()']]], + ['interpolationamr_3947',['interpolationAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a66229ad6a25ab3503f99f67a86be8fef',1,'amrex::MLNodeLinOp::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'amrex::MLLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae4108ba43d2b66494dd56578879a29a9',1,'amrex::MLCellLinOpT::interpolationAmr()']]], + ['intersect_3948',['intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f38031bc51519297d88d3234115277',1,'amrex::intersect(const BoxArray &ba, const Box &b, int ng=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880',1,'amrex::intersect(const BoxArray &ba, const Box &b, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a172c409fe49ab498d9910cc19b732346',1,'amrex::intersect(const BoxArray &lhs, const BoxArray &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3',1,'amrex::intersect(const BoxArray &ba, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7',1,'amrex::intersect(BoxDomain &dest, const BoxDomain &fin, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe22e052a797bf296858f9330273112d',1,'amrex::intersect(const BoxList &bl, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a30626a7fa3cb467d4567c820ba4aabb8',1,'amrex::ClusterList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9f5fb740643bc7f4b10baa5487cc1760',1,'amrex::BoxList::intersect(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a21d91d95c6b068d48292a4fdc2f53486',1,'amrex::BoxList::intersect(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6168e6055822180730994c1ad73e068e',1,'amrex::BoxDomain::intersect()']]], + ['intersect_5fhix_3949',['intersect_hix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa74ec3120336fb6f18e589e7e31a2fec',1,'amrex::Amr']]], + ['intersect_5fhiy_3950',['intersect_hiy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad89ad8ade0419ea12d1901d4237b9f07',1,'amrex::Amr']]], + ['intersect_5fhiz_3951',['intersect_hiz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b8339a63d2e5a665044f782e929a02f',1,'amrex::Amr']]], + ['intersect_5flox_3952',['intersect_lox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a74f3b055b554426d6404985f46bc5713',1,'amrex::Amr']]], + ['intersect_5floy_3953',['intersect_loy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a63e0fe7c5999847347e2959ef6d35e84',1,'amrex::Amr']]], + ['intersect_5floz_3954',['intersect_loz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac8fbee6b944ffeb46dac1abb6c4e979c',1,'amrex::Amr']]], + ['intersectionif_3955',['IntersectionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html',1,'amrex::EB2']]], + ['intersections_3956',['intersections',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac19b485ff74dd52d9bb8d8919184e0ce',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7cd5573bebca1fbbe29bd8bd328ce172',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a80052e0d9dfb04e293a213fe3c62f053',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa9813523e16f907563f2c1d054dfaf4f',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c73c4d67413a076f526d3209028285e',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1a6bba7ce3f3a648d9c1fb8815f7a3af',1,'amrex::BoxArray::intersections(const Box &bx) const']]], + ['intersectpoint_3957',['IntersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3cb0318159ef8ea32335512140c1e0d3',1,'amrex::XYPlotDataList']]], + ['intersectpoint_3958',['intersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab96876a1b615c3f8da897d2486d87af1',1,'amrex::XYPlotDataList']]], + ['intersects_3959',['intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'BoxND< AMREX_SPACEDIM >::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0ec59f7f66dc947a4911ac0b88609ce7',1,'amrex::BoxArray::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a8b71ab83b796a36109d487b53b7ec4c1',1,'amrex::RealBox::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'amrex::BoxND::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a15880d75956fdc7052c011f342f62e4c',1,'amrex::BoxArray::intersects()']]], + ['interval_3960',['Interval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html',1,'amrex::algoim::Interval'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434a0135564ab7966e377f4b9fff395b6eb6',1,'amrex::StateDescriptor::Interval()']]], + ['intimerange_3961',['InTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2232121c4ccb35f8edc71cc8ce1bd244',1,'BLProfStats']]], + ['intvect_3962',['IntVect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8792201c856a367dda275e09047daa33',1,'amrex']]], + ['intvect_3963',['intVect',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a82efa297d09d0a5982985ae3296a40c9',1,'amrex::BoxIndexerND< 1 >::intVect()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad27346b304d89647685a5c835d1919cb',1,'amrex::BoxIndexerND::intVect()']]], + ['intvectcat_3964',['IntVectCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced',1,'amrex']]], + ['intvectcat_5fimp_3965',['IntVectCat_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae',1,'amrex::detail']]], + ['intvectexpand_3966',['IntVectExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807',1,'amrex']]], + ['intvectfromlocation_3967',['IntVectFromLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab662246a334dad2696f3b8560c78de94',1,'amrex::AmrData']]], + ['intvectnd_3968',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'amrex::IntVectND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4',1,'amrex::IntVectND(int, int, Args...) -> IntVectND< sizeof...(Args)+2 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa',1,'amrex::IntVectND(const Array< int, dim > &) -> IntVectND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'IntVectND< AMREX_SPACEDIM >::IntVectND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'amrex::IntVectND::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'amrex::IntVectND::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'amrex::IntVectND::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'amrex::IntVectND::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'amrex::IntVectND::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'amrex::IntVectND::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'amrex::IntVectND::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'IntVectND< AMREX_SPACEDIM >::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(Dim3 const &a) noexcept']]], + ['intvectnd_3c_20amrex_5fspacedim_20_3e_3969',['IntVectND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'']]], + ['intvector_3970',['IntVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'amrex::ParticleContainer_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab198bf3467e469c8c1bfa13f1c53799a',1,'amrex::ParticleTile::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af1be308a287422ae2a6580556249eb3d',1,'amrex::StructOfArrays::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'amrex::ParIterBase_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#add93f64ceb09f7385f2c85b3130bf62f',1,'amrex::ParIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a40e557410a932b8adc0275a5d019f',1,'amrex::NeighborParticleContainer::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ae6b60527dc650e6fd9cc30ea98dc5dfd',1,'amrex::ParConstIter_impl::IntVector()']]], + ['intvectresize_3971',['IntVectResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75',1,'amrex']]], + ['intvectshrink_3972',['IntVectShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d',1,'amrex']]], + ['intvectsplit_3973',['IntVectSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837',1,'amrex']]], + ['intvectsplit_5fimp_3974',['IntVectSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf',1,'amrex::detail']]], + ['intvectsplit_5fimp2_3975',['IntVectSplit_imp2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2744dcaf73a87a1ef2d0cbd5b3a95857',1,'amrex::detail']]], + ['inv_5fdx_3976',['inv_dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a09a58ce8c24e2ad549c98754fd2adaeb',1,'amrex::CoordSys']]], + ['invalid_3977',['invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3',1,'amrex']]], + ['invalid_3978',['Invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c',1,'amrex::ParticleIdCpus']]], + ['invalid_5ftime_3979',['INVALID_TIME',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2',1,'amrex']]], + ['invalidcontourtype_3980',['INVALIDCONTOURTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323baa990943cd590771c2f07230ef0557850',1,'amrex::Amrvis']]], + ['invalidminmax_3981',['INVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eac6c6458c687d1b60adee77a09a91bef5',1,'amrex::Amrvis']]], + ['invalidrequesttype_3982',['InvalidRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a98b03a82942b04872302d539974d8300',1,'amrex::DataServices']]], + ['invalidtype_3983',['INVALIDTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaae70cfa6a2edfb9a277c9ee45f063e83',1,'amrex::Amrvis']]], + ['invcellsize_3984',['InvCellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad195c96d818c1331428e90a727745304',1,'amrex::CoordSys::InvCellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a9c67df49c93b825ac5378f5411b9da',1,'amrex::CoordSys::InvCellSize(int dir) const noexcept']]], + ['invcellsizearray_3985',['InvCellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad30ea5aed12689007843a59201563409',1,'amrex::CoordSys']]], + ['inverse_3986',['Inverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#ae33cb7ae2726115f3cd480dc088a44b7',1,'amrex::NonLocalBC::Identity::Inverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#af8970386ed97a77fdb26348c6ae02871',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a952e8acf8b0d5176442546ca16c789ee',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(IndexType it) const noexcept']]], + ['inverse_5ft_3987',['Inverse_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5',1,'amrex::NonLocalBC']]], + ['inverse_5ftags_3988',['inverse_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab2ef89d2bc69cbfa4ca8f26175d2ce1c',1,'amrex::NeighborParticleContainer']]], + ['inversecopytag_3989',['InverseCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex::NeighborParticleContainer']]], + ['inverseimage_3990',['InverseImage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1',1,'amrex::NonLocalBC']]], + ['invert_3991',['invert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< AtomicInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc88cd9b7b451baaea2d53b97d20368a',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a773e797a62924f1a23e4774c11b97f6f',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7883de5b1bd515c4714e434e2a98547',1,'amrex::MultiFab::invert(Real numerator, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1151850ade9c29c2c657b173ad4a29c3',1,'amrex::MultiFab::invert(Real numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< AtomicInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'amrex::BaseFab::invert(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'amrex::BaseFab::invert(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'amrex::BaseFab::invert(T const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'amrex::BaseFab::invert(T const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< AtomicInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< HYPRE_Int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< Real >::invert(Real const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< Real >::invert(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< Real >::invert(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< PetscInt >::invert(PetscInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< PetscInt >::invert(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< int >::invert(int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< int >::invert(int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< int >::invert(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< int >::invert(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< HYPRE_Int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< Real >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< char >::invert(char const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< char >::invert(char const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< char >::invert(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< char >::invert(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< AtomicInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::Mask >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< TagBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< TagBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< IArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< IArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< FArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< FArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::Mask >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ab502cb4515069d22b59a459377d947d1',1,'amrex::LUSolver::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::CutFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::CutFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'amrex::FabArray::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'amrex::FabArray::invert(value_type numerator, int comp, int num_comp, int nghost=0)']]], + ['invnormdist_3992',['InvNormDist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9',1,'amrex']]], + ['invnormdistbest_3993',['InvNormDistBest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9',1,'amrex']]], + ['invoke_3994',['INVOKE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92',1,'amrex::detail']]], + ['invoke_5fresult_3995',['invoke_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result.html',1,'amrex::detail']]], + ['invoke_5fresult_3c_20decltype_28void_28invoke_28std_3a_3adeclval_3c_20f_20_3e_28_29_2c_20std_3a_3adeclval_3c_20args_20_3e_28_29_2e_2e_2e_29_29_29_2c_20f_2c_20args_2e_2e_2e_20_3e_3996',['invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html',1,'amrex::detail']]], + ['io_5fbuffer_3997',['io_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a72265d22f478a8f599486c0dad93f7d7',1,'amrex::NFilesIter']]], + ['io_5fbuffer_3998',['IO_Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a1b2038a46c20c406d77023b6cdc956c0',1,'amrex::VisMFBuffer']]], + ['io_5fbuffer_5fsize_3999',['IO_Buffer_Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a950522a5cdc10ea0ee5b3ee127612f33a2c8bdbac4eb5f5b7b66bb2b48e4672c8',1,'amrex::VisMFBuffer']]], + ['io_5fmax_5funit_4000',['io_max_unit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226',1,'amrex_io_module']]], + ['io_5fnum_5fprecon_4001',['io_num_precon',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298',1,'amrex_io_module']]], + ['io_5fprecon_5funits_4002',['io_precon_units',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6',1,'amrex_io_module']]], + ['io_5fstdin_4003',['io_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31',1,'amrex_io_module']]], + ['io_5fstdout_4004',['io_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582',1,'amrex_io_module']]], + ['iobuffer_4005',['ioBuffer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a1e023351bf031aee0da7cc17272716ae',1,'amrex::VisMF::PersistentIFStream']]], + ['iobuffersize_4006',['ioBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#ab8b3e050b7f01e4270b0185d0d0e0497',1,'amrex::VisMFBuffer']]], + ['ioformatsaver_4007',['IOFormatSaver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html',1,'amrex::IOFormatSaver< class, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a71aa87d8c353de2c17fa4281422dc0fb',1,'amrex::IOFormatSaver::IOFormatSaver(BasicIos &ios)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#af6e784ede2112c392acd2dc0547725b3',1,'amrex::IOFormatSaver::IOFormatSaver(IOFormatSaver &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a85f1c64c1f0097b5e5900148ae4f1d3f',1,'amrex::IOFormatSaver::IOFormatSaver(IOFormatSaver const &)=delete']]], + ['ioproc_4008',['IOProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a21e190c33a495b59fa05c1cee0e4e60a',1,'amrex::ParallelContext::Frame']]], + ['ioprocessor_4009',['IOProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8780ee1130870c2cd65de891c71b9b76',1,'amrex::ParallelDescriptor']]], + ['ioprocessor_4010',['ioProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0b576ec45a3e69f29b13abda811d7f7d',1,'amrex::ParallelDescriptor']]], + ['ioprocessor_4011',['IOProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9',1,'amrex::ParallelDescriptor']]], + ['ioprocessorall_4012',['IOProcessorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a49130bb9cdd82b02c9ac9674aa19925f',1,'amrex::ParallelContext']]], + ['ioprocessornumber_4013',['IOProcessorNumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9397b95ec0069183061d45372eed1287',1,'amrex::ParallelDescriptor::IOProcessorNumber(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab734a5d614e753d28d03865ee6e4039a',1,'amrex::ParallelDescriptor::IOProcessorNumber() noexcept']]], + ['ioprocessornumberall_4014',['IOProcessorNumberAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac26f1dbbabf3488677245bcfa325a34f',1,'amrex::ParallelContext']]], + ['ioprocessornumbersub_4015',['IOProcessorNumberSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab3843bd69bcb263dfdebb3d668dea1ba',1,'amrex::ParallelContext']]], + ['ioprocessorsub_4016',['IOProcessorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af766eba670e3bba30b2b8db7f20e8885',1,'amrex::ParallelContext']]], + ['ip_4017',['ip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a99f7da0f4633b6fc68df7cf4f0d9d398',1,'amrex::parser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a2ceebd378d40320f658d673aa7df8b19',1,'amrex::iparser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#aadd9aea37f3fba909e3801d2520a038f',1,'amrex::iparser_nvp::ip()']]], + ['iparser_4018',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html',1,'amrex::IParser'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac4ce16b2a7b27e417a149740858b3482',1,'amrex::IParser::IParser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aec5f0bb22e4084d50b12adbda2cc56ff',1,'amrex::IParser::IParser(std::string const &func_body)']]], + ['iparser_5fabs_4019',['IPARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8',1,'amrex']]], + ['iparser_5fadd_4020',['IPARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2',1,'amrex']]], + ['iparser_5fadd_5fpp_4021',['IPARSER_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49',1,'amrex']]], + ['iparser_5fadd_5fvp_4022',['IPARSER_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048',1,'amrex']]], + ['iparser_5fand_4023',['IPARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1',1,'amrex']]], + ['iparser_5fassign_4024',['iparser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html',1,'amrex']]], + ['iparser_5fassign_4025',['IPARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549',1,'amrex']]], + ['iparser_5fast_5fdepth_4026',['iparser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5632af39a73771c9c4131e718495680f',1,'amrex']]], + ['iparser_5fast_5fdup_4027',['iparser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf',1,'amrex']]], + ['iparser_5fast_5fget_5fsymbols_4028',['iparser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b',1,'amrex']]], + ['iparser_5fast_5foptimize_4029',['iparser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0',1,'amrex']]], + ['iparser_5fast_5fprint_4030',['iparser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4',1,'amrex']]], + ['iparser_5fast_5fregvar_4031',['iparser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2',1,'amrex']]], + ['iparser_5fast_5fsetconst_4032',['iparser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5',1,'amrex']]], + ['iparser_5fast_5fsize_4033',['iparser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394',1,'amrex']]], + ['iparser_5fatoll_4034',['iparser_atoll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98',1,'amrex']]], + ['iparser_5fcall_5ff1_4035',['iparser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38a244129f554bd0c30380dac28c840e',1,'amrex']]], + ['iparser_5fcall_5ff2_4036',['iparser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c',1,'amrex']]], + ['iparser_5fcall_5ff3_4037',['iparser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87',1,'amrex']]], + ['iparser_5fcompile_4038',['iparser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283',1,'amrex']]], + ['iparser_5fcompile_5fexe_5fsize_4039',['iparser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4',1,'amrex']]], + ['iparser_5fdefexpr_4040',['iparser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670',1,'amrex']]], + ['iparser_5fdepth_4041',['iparser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6',1,'amrex']]], + ['iparser_5fdiv_4042',['IPARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462',1,'amrex']]], + ['iparser_5fdiv_5fpp_4043',['IPARSER_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678',1,'amrex']]], + ['iparser_5fdiv_5fpv_4044',['IPARSER_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18',1,'amrex']]], + ['iparser_5fdiv_5fvp_4045',['IPARSER_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020',1,'amrex']]], + ['iparser_5fdup_4046',['iparser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b',1,'amrex']]], + ['iparser_5feq_4047',['IPARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f',1,'amrex']]], + ['iparser_5fexe_5fadd_4048',['IPARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e',1,'amrex']]], + ['iparser_5fexe_5fadd_5fpn_4049',['IPARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348',1,'amrex']]], + ['iparser_5fexe_5fadd_5fpp_4050',['IPARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1',1,'amrex']]], + ['iparser_5fexe_5fadd_5fvn_4051',['IPARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0',1,'amrex']]], + ['iparser_5fexe_5fadd_5fvp_4052',['IPARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fb_4053',['IPARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139',1,'amrex']]], + ['iparser_5fexe_5fdiv_5ff_4054',['IPARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fnv_4055',['IPARSER_EXE_DIV_NV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpn_4056',['IPARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpp_4057',['IPARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpv_4058',['IPARSER_EXE_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fvn_4059',['IPARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fvp_4060',['IPARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83',1,'amrex']]], + ['iparser_5fexe_5feval_4061',['iparser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605',1,'amrex']]], + ['iparser_5fexe_5ff1_4062',['IPARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d',1,'amrex']]], + ['iparser_5fexe_5ff2_5fb_4063',['IPARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085',1,'amrex']]], + ['iparser_5fexe_5ff2_5ff_4064',['IPARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d',1,'amrex']]], + ['iparser_5fexe_5fif_4065',['IPARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc',1,'amrex']]], + ['iparser_5fexe_5fjump_4066',['IPARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b',1,'amrex']]], + ['iparser_5fexe_5fmul_4067',['IPARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797',1,'amrex']]], + ['iparser_5fexe_5fmul_5fpn_4068',['IPARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183',1,'amrex']]], + ['iparser_5fexe_5fmul_5fpp_4069',['IPARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae',1,'amrex']]], + ['iparser_5fexe_5fmul_5fvn_4070',['IPARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3',1,'amrex']]], + ['iparser_5fexe_5fmul_5fvp_4071',['IPARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a',1,'amrex']]], + ['iparser_5fexe_5fneg_4072',['IPARSER_EXE_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2',1,'amrex']]], + ['iparser_5fexe_5fneg_5fp_4073',['IPARSER_EXE_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9',1,'amrex']]], + ['iparser_5fexe_5fnull_4074',['IPARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983',1,'amrex']]], + ['iparser_5fexe_5fnumber_4075',['IPARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee',1,'amrex']]], + ['iparser_5fexe_5fsize_4076',['iparser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983',1,'amrex']]], + ['iparser_5fexe_5fsub_4077',['IPARSER_EXE_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571',1,'amrex']]], + ['iparser_5fexe_5fsub_5fpn_4078',['IPARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab',1,'amrex']]], + ['iparser_5fexe_5fsub_5fpp_4079',['IPARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b',1,'amrex']]], + ['iparser_5fexe_5fsub_5fvn_4080',['IPARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c',1,'amrex']]], + ['iparser_5fexe_5fsub_5fvp_4081',['IPARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b',1,'amrex']]], + ['iparser_5fexe_5fsymbol_4082',['IPARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7',1,'amrex']]], + ['iparser_5fexe_5ft_4083',['iparser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28',1,'amrex']]], + ['iparser_5ff1_4084',['iparser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html',1,'amrex']]], + ['iparser_5ff1_4085',['IPARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881',1,'amrex']]], + ['iparser_5ff1_5ft_4086',['iparser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399',1,'amrex']]], + ['iparser_5ff2_4087',['iparser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html',1,'amrex']]], + ['iparser_5ff2_4088',['IPARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3',1,'amrex']]], + ['iparser_5ff2_5ft_4089',['iparser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d',1,'amrex']]], + ['iparser_5ff3_4090',['iparser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html',1,'amrex']]], + ['iparser_5ff3_4091',['IPARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12',1,'amrex']]], + ['iparser_5ff3_5ft_4092',['iparser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843',1,'amrex']]], + ['iparser_5fflrdiv_4093',['IPARSER_FLRDIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a',1,'amrex']]], + ['iparser_5fgeq_4094',['IPARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8',1,'amrex']]], + ['iparser_5fget_5fsymbols_4095',['iparser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b',1,'amrex']]], + ['iparser_5fgt_4096',['IPARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec',1,'amrex']]], + ['iparser_5fif_4097',['IPARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4',1,'amrex']]], + ['iparser_5fleq_4098',['IPARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed',1,'amrex']]], + ['iparser_5flist_4099',['IPARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129',1,'amrex']]], + ['iparser_5flt_4100',['IPARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9',1,'amrex']]], + ['iparser_5fmakesymbol_4101',['iparser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75',1,'amrex']]], + ['iparser_5fmax_4102',['IPARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1',1,'amrex']]], + ['iparser_5fmin_4103',['IPARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52',1,'amrex']]], + ['iparser_5fmul_4104',['IPARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c',1,'amrex']]], + ['iparser_5fmul_5fpp_4105',['IPARSER_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a',1,'amrex']]], + ['iparser_5fmul_5fvp_4106',['IPARSER_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b',1,'amrex']]], + ['iparser_5fneg_4107',['IPARSER_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9',1,'amrex']]], + ['iparser_5fneg_5fp_4108',['IPARSER_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936',1,'amrex']]], + ['iparser_5fneq_4109',['IPARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad',1,'amrex']]], + ['iparser_5fnewassign_4110',['iparser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa08464d7633bb6fcba918c743263f295',1,'amrex']]], + ['iparser_5fnewf1_4111',['iparser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92',1,'amrex']]], + ['iparser_5fnewf2_4112',['iparser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a152cc978ed680133a953922463541f68',1,'amrex']]], + ['iparser_5fnewf3_4113',['iparser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec',1,'amrex']]], + ['iparser_5fnewlist_4114',['iparser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8710f394abe007b53737084c8bbd3021',1,'amrex']]], + ['iparser_5fnewnode_4115',['iparser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8',1,'amrex']]], + ['iparser_5fnewnumber_4116',['iparser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e',1,'amrex']]], + ['iparser_5fnewsymbol_4117',['iparser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8',1,'amrex']]], + ['iparser_5fnode_4118',['iparser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html',1,'amrex']]], + ['iparser_5fnode_5ft_4119',['iparser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e',1,'amrex']]], + ['iparser_5fnumber_4120',['iparser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html',1,'amrex']]], + ['iparser_5fnumber_4121',['IPARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016',1,'amrex']]], + ['iparser_5fnvp_4122',['iparser_nvp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html',1,'amrex']]], + ['iparser_5for_4123',['IPARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a',1,'amrex']]], + ['iparser_5fpow_4124',['IPARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb',1,'amrex']]], + ['iparser_5fprint_4125',['iparser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65',1,'amrex']]], + ['iparser_5fregvar_4126',['iparser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82',1,'amrex']]], + ['iparser_5fsetconst_4127',['iparser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6',1,'amrex']]], + ['iparser_5fsub_4128',['IPARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3',1,'amrex']]], + ['iparser_5fsub_5fpp_4129',['IPARSER_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549',1,'amrex']]], + ['iparser_5fsub_5fvp_4130',['IPARSER_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65',1,'amrex']]], + ['iparser_5fsymbol_4131',['iparser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html',1,'amrex']]], + ['iparser_5fsymbol_4132',['IPARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99',1,'amrex']]], + ['iparserexeadd_4133',['IParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html',1,'amrex']]], + ['iparserexeadd_5fpn_4134',['IParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html',1,'amrex']]], + ['iparserexeadd_5fpp_4135',['IParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html',1,'amrex']]], + ['iparserexeadd_5fvn_4136',['IParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html',1,'amrex']]], + ['iparserexeadd_5fvp_4137',['IParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html',1,'amrex']]], + ['iparserexecutor_4138',['IParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html',1,'amrex']]], + ['iparserexediv_5fb_4139',['IParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html',1,'amrex']]], + ['iparserexediv_5ff_4140',['IParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html',1,'amrex']]], + ['iparserexediv_5fnv_4141',['IParserExeDIV_NV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html',1,'amrex']]], + ['iparserexediv_5fpn_4142',['IParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html',1,'amrex']]], + ['iparserexediv_5fpp_4143',['IParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html',1,'amrex']]], + ['iparserexediv_5fpv_4144',['IParserExeDIV_PV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html',1,'amrex']]], + ['iparserexediv_5fvn_4145',['IParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html',1,'amrex']]], + ['iparserexediv_5fvp_4146',['IParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html',1,'amrex']]], + ['iparserexef1_4147',['IParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html',1,'amrex']]], + ['iparserexef2_5fb_4148',['IParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html',1,'amrex']]], + ['iparserexef2_5ff_4149',['IParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html',1,'amrex']]], + ['iparserexeif_4150',['IParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html',1,'amrex']]], + ['iparserexejump_4151',['IParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html',1,'amrex']]], + ['iparserexemul_4152',['IParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html',1,'amrex']]], + ['iparserexemul_5fpn_4153',['IParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html',1,'amrex']]], + ['iparserexemul_5fpp_4154',['IParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html',1,'amrex']]], + ['iparserexemul_5fvn_4155',['IParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html',1,'amrex']]], + ['iparserexemul_5fvp_4156',['IParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html',1,'amrex']]], + ['iparserexeneg_4157',['IParserExeNEG',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html',1,'amrex']]], + ['iparserexeneg_5fp_4158',['IParserExeNEG_P',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html',1,'amrex']]], + ['iparserexenull_4159',['IParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html',1,'amrex']]], + ['iparserexenumber_4160',['IParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html',1,'amrex']]], + ['iparserexesub_4161',['IParserExeSUB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html',1,'amrex']]], + ['iparserexesub_5fpn_4162',['IParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html',1,'amrex']]], + ['iparserexesub_5fpp_4163',['IParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html',1,'amrex']]], + ['iparserexesub_5fvn_4164',['IParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html',1,'amrex']]], + ['iparserexesub_5fvp_4165',['IParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html',1,'amrex']]], + ['iparserexesymbol_4166',['IParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html',1,'amrex']]], + ['iprobe_4167',['IProbe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6542637438eaa734790f6ab8ae83ce0',1,'amrex::ParallelDescriptor::IProbe(int, int, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0d0639c2781f6e40af7d1b507d3a7a2b',1,'amrex::ParallelDescriptor::IProbe(int, int, MPI_Comm, int &, MPI_Status &)']]], + ['irregular_4168',['irregular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4',1,'amrex::EB2::Type']]], + ['is_4169',['is',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a6756f5c90f3bab7334449702da7ae003',1,'amrex::Any']]], + ['is_5faligned_4170',['is_aligned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73309828f34cc814833092699bdbc241',1,'amrex']]], + ['is_5fcell_5fcentered_4171',['is_cell_centered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a60aa58517fd2a7d6976e114df171df25',1,'amrex::FabArrayBase']]], + ['is_5fconstsoa_5fparticle_4172',['is_constsoa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aaf21bca4c9343441d6769e0caf0e3162',1,'amrex::ConstSoAParticle::is_constsoa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a80e071292338a77d3575b66fabf8263a',1,'amrex::SoAParticle::is_constsoa_particle()']]], + ['is_5fconvertible_4173',['is_convertible',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a49e77dfdb351e7ec62381480eb764922',1,'amrex::detail']]], + ['is_5fcovered_5fcell_4174',['is_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155',1,'amrex_ebcellflag_module']]], + ['is_5fdirichlet_5fedge_4175',['is_dirichlet_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a462be2c962cc7ba2efdf8003b1192e61',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fnode_4176',['is_dirichlet_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a43c18defca914c519e773fdf104c4956',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fx_5fedge_4177',['is_dirichlet_x_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ac36b247b6a7baf4f880d55225615223f',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fy_5fedge_4178',['is_dirichlet_y_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa9beb0253ffa199754255b047cce7409',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fz_5fedge_4179',['is_dirichlet_z_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a734cfa013c0578c158c64cd8bb22691d',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5ffinite_4180',['is_finite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75549e7a0cca84c56b4aaa49ae1033dd',1,'amrex::MultiFab::is_finite(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7734de6ff243e0c08bc48ffad46546a6',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5abf993e76edbab3fa5cc090fcfa9b4',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const']]], + ['is_5finteger_4181',['is_integer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc',1,'amrex']]], + ['is_5fit_4182',['is_it',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8',1,'amrex']]], + ['is_5fmatrix_5fsingular_4183',['is_matrix_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a7daa97b3caa6216418e78ddf2835ec',1,'amrex::Hypre']]], + ['is_5fmulti_5fvalued_5fcell_4184',['is_multi_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02',1,'amrex_ebcellflag_module']]], + ['is_5fneighbor_4185',['is_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec',1,'amrex_ebcellflag_module']]], + ['is_5fnodal_4186',['is_nodal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a641ffe22574cc57f3544687b3e23d174',1,'amrex::FabArrayBase::is_nodal() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a90447f2e6d22e5e0e06a538fd37063d5',1,'amrex::FabArrayBase::is_nodal(int dir) const noexcept']]], + ['is_5fnull_4187',['is_null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a5c08ad89ed844fa9ea1e5c951121d2b5',1,'amrex::BATransformer']]], + ['is_5fparticle_5ftile_5fdata_4188',['is_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'amrex::ParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'amrex::ConstParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()']]], + ['is_5fperiodic_4189',['is_periodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a84b1ad3fef8594c10d9ff2000505b20a',1,'amrex::Geometry::is_periodic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a1c153da19d61edca41192dd82233071b',1,'amrex::GeometryData::is_periodic()']]], + ['is_5fregular_5fcell_4190',['is_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480',1,'amrex_ebcellflag_module']]], + ['is_5fsimple_4191',['is_simple',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab39c81e4c05ec1e0c571dda7736068eb',1,'amrex::BATransformer']]], + ['is_5fsingle_5fvalued_5fcell_4192',['is_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862',1,'amrex_ebcellflag_module']]], + ['is_5fsoa_5fparticle_4193',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structis__soa__particle.html',1,'is_soa_particle< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ae496c194b170d1cf830b34138e9bdcef',1,'amrex::ConstSoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a36d180f8a098909299fe912363cd096f',1,'amrex::Particle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a7aa22d84c051ea2a2638c7d119438ddd',1,'amrex::SoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#a405b358b98c1d3018c1ff25e268fdc3d',1,'amrex::SoAParticleBase::is_soa_particle()']]], + ['is_5fsymmetric_4194',['is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#af4a4621aa274c45d4d00c5d9618e0ad1',1,'amrex::CurlCurlSymmetryInfo']]], + ['is_5fvalid_4195',['is_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a6dcba6255321dadae60755324bc0f7e2',1,'amrex::ParticleIDWrapper::is_valid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a99ca4e7f4965c5e182f8f3deec969e54',1,'amrex::ConstParticleIDWrapper::is_valid()']]], + ['isallocated_4196',['isAllocated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< char >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< AtomicInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'amrex::BaseFab::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< EBCellFlag >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< HYPRE_Int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< PetscInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< Real >::isAllocated()']]], + ['isallperiodic_4197',['isAllPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a0c514a0dab32786f1285b20cdfd327a7',1,'amrex::Periodicity::isAllPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aecbdf44d0934d9245886228cdffb8f37',1,'amrex::Geometry::isAllPeriodic()']]], + ['isallregular_4198',['isAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5e556ff4f588a983a2992c01629e961f',1,'amrex::EBFArrayBoxFactory::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa6d87378cd84dcd63696879f1a006066',1,'amrex::EB2::Level::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'amrex::FabArray::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< AtomicInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< PetscInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::CutFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::EBCellFlagFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::Mask >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< FArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< IArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< TagBox >::isAllRegular()']]], + ['isanyperiodic_4199',['isAnyPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a40882432c46bfa9ae6a7316a0889dc35',1,'amrex::Geometry::isAnyPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a6f3139a13faee557751404e44ab09042',1,'amrex::Periodicity::isAnyPeriodic()']]], + ['isarenaallocator_4200',['IsArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator.html',1,'amrex']]], + ['isarenaallocator_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20arenaallocatorbase_3c_20typename_20t_3a_3avalue_5ftype_2c_20typename_20t_3a_3aarena_5fwrapper_5ftype_20_3e_2c_20t_20_3e_20_3e_20_3e_4201',['IsArenaAllocator< T, std::enable_if_t< std::is_base_of_v< ArenaAllocatorBase< typename T::value_type, typename T::arena_wrapper_type >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01A3a0553dd1fe92c460e3e2edf71ec41f7.html',1,'amrex']]], + ['isarithmeticoptional_5fv_4202',['IsArithmeticOptional_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ae3062fc5ca3dda7517b74219ee21f684',1,'amrex::ppdetail']]], + ['isbasefab_4203',['IsBaseFab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab.html',1,'amrex']]], + ['isbasefab_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20basefab_3c_20typename_20d_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_4204',['IsBaseFab< D, std::enable_if_t< std::is_base_of_v< BaseFab< typename D::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01BaseFab_e919207a96f4ea216943219981685bdd.html',1,'amrex']]], + ['isbasefab_5fv_4205',['IsBaseFab_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa264b7308102fabb2a7356eea1800644',1,'amrex']]], + ['isblockingrecv_4206',['IsBlockingRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab0655c04de1ca1a5f803f6bae67dec18',1,'CommProfStats']]], + ['isbottomactive_4207',['isBottomActive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'amrex::MLLinOpT::isBottomActive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomActive() const noexcept']]], + ['isbottomsingular_4208',['isBottomSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a30d559613d6da25a22923fbc03163f82',1,'amrex::MLTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a3e11b6d8928e597b0146fcccfa45fd05',1,'amrex::MLPoissonT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a24c4a3663f7c10dfe3b70fdf6f815809',1,'amrex::MLNodeLinOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#add466d8a308f474217d0b7bbf5528a12',1,'amrex::MLABecLaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4b5b9e0e1b0f97052557e4045c85ad8c',1,'amrex::MLALaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#afeb4c3dbad1399f4576352234f02a159',1,'amrex::MLCurlCurl::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#adbf568e3e1892791a245ca22fe2d0002',1,'amrex::MLEBABecLap::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1ddc66c86313eb322b25f378139bc6d0',1,'amrex::MLEBNodeFDLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac2ad630180b0745bdf96664c696731fa',1,'amrex::MLEBTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'amrex::MLLinOpT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f735d6386e3974aa751d6ba3a4f0b4c',1,'amrex::MLNodeABecLaplacian::isBottomSingular()']]], + ['iscallable_4209',['IsCallable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallable.html',1,'amrex']]], + ['iscallabler_4210',['IsCallableR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'amrex']]], + ['iscallabler_3c_20fab_3a_3avalue_5ftype_2c_20p_2c_20array4_3c_20const_20fab_3a_3avalue_5ftype_20_3e_2c_20dim3_2c_20int_20_3e_4211',['IsCallableR< FAB::value_type, P, Array4< const FAB::value_type >, Dim3, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'']]], + ['iscartesian_4212',['IsCartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a500695aa14e3fd01f3d7162fd784133e',1,'amrex::CoordSys']]], + ['iscellcentered_4213',['isCellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'amrex::MLLinOpT::isCellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'MLLinOpT< Array< MultiFab, 3 > >::isCellCentered()']]], + ['isconnected_4214',['isConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5855d564fc1d17b8545b82e8cae9615d',1,'amrex::EBCellFlag::isConnected(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a990e3b28e1b6925413bf2d4e111367bf',1,'amrex::EBCellFlag::isConnected(const IntVect &iv) const noexcept']]], + ['isconvertible_4215',['IsConvertible',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html',1,'amrex']]], + ['isconvertible_5fv_4216',['IsConvertible_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9',1,'amrex']]], + ['isconvertibleimp_4217',['IsConvertibleImp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp.html',1,'amrex::detail']]], + ['isconvertibleimp_3c_20t_2c_20u_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fconvertible_3c_20t_20_3e_28u_7b_7d_29_3e_20_3e_4218',['IsConvertibleImp< T, U, std::enable_if_t< is_convertible< T >(U{})> >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp_3_01T_00_01U_00_01std_1_1enable__if__t_3_01is__convert835250fd1ee22d7499b01af822c5df97.html',1,'amrex::detail']]], + ['iscovered_4219',['isCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#afedf970f9d3a534e69ddae19be7cd5f2',1,'amrex::EBCellFlag']]], + ['iscrossstencil_4220',['isCrossStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a69fbf6add2bd954f6fb9a17f89adebf8',1,'amrex::MLCellLinOpT::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a083ceaee929d2e3520ddd5a78841726a',1,'amrex::MLEBABecLap::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4ea0760ca062eb3e4cf1bda5f3993631',1,'amrex::MLEBTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad1999e903e0c7cf6a9559427f6dddb89',1,'amrex::MLTensorOp::isCrossStencil()']]], + ['isdatapacking_4221',['IsDataPacking',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsDataPacking.html',1,'amrex::NonLocalBC']]], + ['isdefined_4222',['isDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0fef888a5370f9723f2ab2df2fe32266',1,'amrex::ParticleContainerBase::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< TagBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< IArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< FArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::Mask >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::EBCellFlagFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::CutFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'amrex::FabArray::isDefined()']]], + ['isderiveplotvar_4223',['isDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a534b06b1181277637fae2a4caf17e8c1',1,'amrex::Amr']]], + ['isderivesmallplotvar_4224',['isDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6ad527c04f14f430b8835dc690337df8',1,'amrex::Amr']]], + ['isdetected_4225',['IsDetected',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67',1,'amrex']]], + ['isdetectedexact_4226',['IsDetectedExact',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870',1,'amrex']]], + ['isdevice_4227',['isDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa45555e396ee74158b0c6f3331ce5536',1,'amrex::Arena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#abf63d084f8e220d01d53b543f7f93bc6',1,'amrex::BArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#afed5d46f95e13e00cb4c268007d0a8ed',1,'amrex::PArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acdc9d343c34ebda8c4c0a78e0e6924d1',1,'amrex::detail::SingleChunkArena::isDevice()']]], + ['isdeviceaccessible_4228',['isDeviceAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afa7c9e223346f671eb055b3ce8580e56',1,'amrex::Arena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ad0656effeaa29bac32c44198b8922f0f',1,'amrex::BArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a97ff3b21f09c80a942c96176b5507b46',1,'amrex::PArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a7f18c58c24d1b6966057125c4758a2a4',1,'amrex::detail::SingleChunkArena::isDeviceAccessible()']]], + ['isdeviceptr_4229',['isDevicePtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af5ad0c7753b11912c68338e7f33fde0f',1,'amrex::Gpu']]], + ['isdisconnected_4230',['isDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa6ba5c828c1fe0ba50f1f3673400db8e',1,'amrex::EBCellFlag::isDisconnected(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae426d9c757d8cd7be4fe958aeb17fda5',1,'amrex::EBCellFlag::isDisconnected(const IntVect &iv) const noexcept']]], + ['isdisjoint_4231',['isDisjoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae724686faa6eed126df5223966a425eb',1,'amrex::BoxArray::isDisjoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a18846dc6645e047916b3833a7ec1a777',1,'amrex::BoxList::isDisjoint()']]], + ['isebdirichlet_4232',['isEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a566f171eb405174c2eea99667a76cdb1',1,'amrex::MLEBABecLap']]], + ['isempty_4233',['isEmpty',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e',1,'amrex::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxDomain::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxList::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'amrex::BoxND::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'BoxND< AMREX_SPACEDIM >::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a',1,'amrex::isEmpty(T n) noexcept']]], + ['isfabarray_4234',['IsFabArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray.html',1,'amrex']]], + ['isfabarray_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20fabarray_3c_20typename_20d_3a_3afabtype_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_4235',['IsFabArray< D, std::enable_if_t< std::is_base_of_v< FabArray< typename D::FABType::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01FabArrae7a3c5405f8dbf92bbb678a85384720d.html',1,'amrex']]], + ['isfabarray_5fv_4236',['IsFabArray_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515',1,'amrex']]], + ['isfabprojection_4237',['IsFabProjection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsFabProjection.html',1,'amrex::NonLocalBC']]], + ['isfullblock_4238',['isFullBlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#afaca0e51ba536dc7520dfaded38d38e6',1,'amrex::Gpu::Handler']]], + ['isfusingcandidate_4239',['isFusingCandidate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f85b5648838d8d7cf103fbbeaec76be',1,'amrex::FabArrayBase']]], + ['isgpuable_4240',['IsGPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'amrex::EB2']]], + ['isgpuable_4241',['isGPUable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad1e74ed017c04e4c073999b1ab577858',1,'amrex::STLtools::isGPUable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept']]], + ['isgpuable_3c_20complementif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4242',['IsGPUable< ComplementIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ComplementIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUae5a3ecdbbe2872ad1fcb116fcced2fba.html',1,'amrex::EB2']]], + ['isgpuable_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20gpuable_2c_20d_20_3e_20_3e_20_3e_4243',['IsGPUable< D, std::enable_if_t< std::is_base_of_v< GPUable, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01GPUable_00_01D_01_4_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20differenceif_3c_20f_2c_20g_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_26_26isgpuable_3c_20g_20_3e_3a_3avalue_20_3e_20_3e_4244',['IsGPUable< DifferenceIF< F, G >, std::enable_if_t< IsGPUable< F >::value &&IsGPUable< G >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01DifferenceIF_3_01F_00_01G_01_4_00_01std_1_1enable__if__t_3_0b8f5d460277f1d91a5423c29613f5d25.html',1,'amrex::EB2']]], + ['isgpuable_3c_20extrusionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4245',['IsGPUable< ExtrusionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ExtrusionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUabf062b6fd2701f97c86146ed02bddaa9e.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4246',['IsGPUable< IntersectionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPf9c8a061c673452f35713630afd9be10.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_4247',['IsGPUable< IntersectionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1ena0c37219ffe6b39871c91221e9d798d75.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20tail_2e_2e_2e_20_3e_20_3e_4248',['IsGPUable< IntersectionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], + ['isgpuable_3c_20latheif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4249',['IsGPUable< LatheIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01LatheIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20rotationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4250',['IsGPUable< RotationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01RotationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20scaleif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4251',['IsGPUable< ScaleIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ScaleIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20translationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4252',['IsGPUable< TranslationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01TranslationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUdd6f125157b8f676e3869d8d3fbaabf1.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_4253',['IsGPUable< UnionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_4254',['IsGPUable< UnionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1enable__if6eb1e381bbe58b34365e2ea43c9dd797.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20tail_2e_2e_2e_20_3e_20_3e_4255',['IsGPUable< UnionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], + ['isgpuptr_4256',['isGpuPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5ee8881eb9dcf74360bb8981d1478a17',1,'amrex::Gpu']]], + ['ishigh_4257',['isHigh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ad165d895eaa7163b73c35a501479d83b',1,'amrex::Orientation']]], + ['ishostaccessible_4258',['isHostAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a40d897685d407918d2d6143b5301a525',1,'amrex::Arena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a84fc546372485495fe7eca80c08764e6',1,'amrex::BArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ac052582015bfe8bc0e29565fb901f238',1,'amrex::PArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1c7a6c7a2a82e1c705442baa09e84560',1,'amrex::detail::SingleChunkArena::isHostAccessible()']]], + ['isindexmapping_4259',['IsIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsIndexMapping.html',1,'amrex::NonLocalBC']]], + ['isinf_4260',['isinf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0b47b234df50714368217dfb8703aaab',1,'amrex::Gpu']]], + ['isize_4261',['isize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'amrex::IntVectND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'amrex::IndexTypeND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'IndexTypeND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'IntVectND< AMREX_SPACEDIM >::isize()']]], + ['islow_4262',['isLow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a810886bfa5b2df027287545304c73ad6',1,'amrex::Orientation']]], + ['ismanaged_4263',['isManaged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae6b2985298ea93f8412c8a21da3443ec',1,'amrex::detail::SingleChunkArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a7119489f4464f902d907f6dfe9716909',1,'amrex::Arena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a56c8b6538282b4a56466b9053065b3e0',1,'amrex::BArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a5bc7b26bd1f96e5d87de04034e23a4bb',1,'amrex::PArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15625bddaff1aaca4d04b13492962b92',1,'amrex::Gpu::isManaged()']]], + ['ismfitersafe_4264',['isMFIterSafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'amrex::MLLinOpT::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3',1,'amrex::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'MLLinOpT< Array< MultiFab, 3 > >::isMFIterSafe()']]], + ['ismultifabiterator_4265',['IsMultiFabIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabIterator.html',1,'amrex']]], + ['ismultifablike_4266',['IsMultiFabLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike.html',1,'amrex']]], + ['ismultifablike_3c_20m_2c_20std_3a_3aenable_5fif_5ft_3c_20isfabarray_5fv_3c_20m_20_3e_20_26_26isbasefab_5fv_3c_20typename_20m_3a_3afab_5ftype_20_3e_20_3e_20_3e_4267',['IsMultiFabLike< M, std::enable_if_t< IsFabArray_v< M > &&IsBaseFab_v< typename M::fab_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike_3_01M_00_01std_1_1enable__if__t_3_01IsFabArray__v_3_01M_01_4_01_6_1b79f12933d87e47a77b2c36839b7d8d.html',1,'amrex']]], + ['ismultifablike_5fv_4268',['IsMultiFabLike_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce',1,'amrex']]], + ['ismultivalued_4269',['isMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a74bbae059aac3f50256897505cf6e3c1',1,'amrex::EBCellFlag']]], + ['isnan_4270',['isnan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae593bd821798e21aa2e404559d59ae2a',1,'amrex::Gpu']]], + ['isnotempty_4271',['isNotEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxDomain::isNotEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxList::isNotEmpty()']]], + ['isok_4272',['isOK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a09608e5c4f86b678ac2c665090366d91',1,'amrex::EB2::Level']]], + ['isopen_4273',['isOpen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1ecab1d0722305f0a0257611aeb1bde',1,'amrex::VisMF::PersistentIFStream']]], + ['isoview_4274',['ISOVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a166072d05a5e20994289f487f0e37c67',1,'amrex::Amrvis']]], + ['isowner_4275',['isOwner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6512ea611a6c04b5710334d9d9bfbb4e',1,'amrex::FabArrayBase']]], + ['isparticletiledata_4276',['IsParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69911bccde2f992eb93a426d24557e11',1,'amrex::IsParticleTileData(Args...)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298',1,'amrex::IsParticleTileData()']]], + ['isperiodic_4277',['isPeriodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2d12d7cb9b520d38458d1b0e2821e25f',1,'amrex::GeometryData::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4a9c33cfb4af2e159fcf3dff841881e7',1,'amrex::Geometry::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab263804d56d1280b7ece30109482ecee',1,'amrex::Periodicity::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aed68387cf6235047891119eb57ee878e',1,'amrex::Geometry::isPeriodic(int dir) const noexcept']]], + ['isperiodicarray_4278',['isPeriodicArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a6b21e315b7fa018c5e528e620fd554c6',1,'amrex::Geometry']]], + ['ispinned_4279',['isPinned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a336e271c5a07296e4c2866d194111784',1,'amrex::Arena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a4089e5008457c5f04ee4acfc430b3f37',1,'amrex::BArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a8edd3549a2cf5e689d5078e5f355b8a1',1,'amrex::PArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a08324a9f9d1c2b9e7d81b3ef8e8d4ad5',1,'amrex::detail::SingleChunkArena::isPinned()']]], + ['ispinnedptr_4280',['isPinnedPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a93299a5692a098ffa6f10f6cce78fd17',1,'amrex::Gpu']]], + ['ispolymorphicarenaallocator_4281',['IsPolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator.html',1,'amrex']]], + ['ispolymorphicarenaallocator_3c_20polymorphicarenaallocator_3c_20t_20_3e_20_3e_4282',['IsPolymorphicArenaAllocator< PolymorphicArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator_3_01PolymorphicArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['ispot_4283',['ispot',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a7b4c2237a0af579e8cf791ac296aa6fc',1,'amrex::AsyncOut::WriteInfo']]], + ['ispow2_4284',['ispow2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a4120c58bf9c835d8345257e836e276b5',1,'amrex::Hypre']]], + ['isreading_4285',['isReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afcf233d4914d8cb31a987d6d3283ada4',1,'amrex::NFilesIter']]], + ['isrecv_4286',['IsRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa39af5c360eed166f1eab2758f3b3099',1,'CommProfStats']]], + ['isregular_4287',['isRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aeb00fbb304865247e733dea6fcf63b3b',1,'amrex::EBCellFlag']]], + ['isrz_4288',['IsRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aff79cb7249a744e24c5b335935f20fe6',1,'amrex::CoordSys']]], + ['issame_4289',['isSame',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769',1,'amrex']]], + ['issend_4290',['IsSend',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e0ff1215f92ce779b69d858490926ba',1,'CommProfStats']]], + ['issinglevalued_4291',['isSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5c007e4008f2729cadb8e493a97d0869',1,'amrex::EBCellFlag']]], + ['issingular_4292',['isSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a908ed94e88ef21f70373a16c1665229d',1,'amrex::MLPoissonT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae961a84e4d91aa6ff69bbfcd65f22e9c',1,'amrex::MLNodeLinOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a76eb50b8a4a8f096f99ae5a15041a2e5',1,'amrex::MLNodeABecLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'MLLinOpT< Array< MultiFab, 3 > >::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'amrex::MLLinOpT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aea991638ae9cea1583bd4101bb22d1d9',1,'amrex::MLEBTensorOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#afdc35cf0e4f9853590f3857b567c5aaf',1,'amrex::MLEBNodeFDLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acd759cc5cbf540fbcc5114f2a092ef60',1,'amrex::MLEBABecLap::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a29a695e894b100f9ee670ec7dcc15926',1,'amrex::MLCurlCurl::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aa59148993a6c569354845306245c8ab0',1,'amrex::MLALaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a25f78b91eada0f84dfce92d458f9082a',1,'amrex::MLABecLaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a994dcb4070bfd07513129c584419e148',1,'amrex::MLTensorOp::isSingular()']]], + ['isspherical_4293',['IsSPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87414a566bba1fff3d0185286a11ba56',1,'amrex::CoordSys']]], + ['issquare_4294',['isSquare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'BoxND< AMREX_SPACEDIM >::isSquare()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'amrex::BoxND::isSquare()']]], + ['isstateplotvar_4295',['isStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e76ba9b63802ff44942fe4dc4ffbd8f',1,'amrex::Amr']]], + ['isstatesmallplotvar_4296',['isStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a44718cda179205e8d5e6c5997131f7fd',1,'amrex::Amr']]], + ['isstatevariable_4297',['isStateVariable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acaf1b5936e81691794578618126d813d',1,'amrex::AmrLevel']]], + ['isstoreatomic_4298',['IsStoreAtomic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic.html',1,'amrex']]], + ['isstoreatomic_3c_20ebcellflag_20_3e_4299',['IsStoreAtomic< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic_3_01EBCellFlag_01_4.html',1,'amrex']]], + ['isstreamorderedarena_4300',['isStreamOrderedArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a608c3335c824b9524c374173358bf25a',1,'amrex::PArena::isStreamOrderedArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a45cb8a8f57250c6858412296275c8dbb',1,'amrex::Arena::isStreamOrderedArena()']]], + ['ist_5f000_4301',['ist_000',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a03f0847605ea5f82a7c9ef414fd51d25',1,'amrex::nodelap_detail']]], + ['ist_5f00p_4302',['ist_00p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a71584fa39f2889850e6c23438442a327',1,'amrex::nodelap_detail']]], + ['ist_5f0p0_4303',['ist_0p0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2f5d825128f2d4a9580fbeb8a916408',1,'amrex::nodelap_detail']]], + ['ist_5f0pp_4304',['ist_0pp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#aea160434bbdf72ba661f86d3aaeeff10',1,'amrex::nodelap_detail']]], + ['ist_5finv_4305',['ist_inv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2906db9bb7d75cad814e8c9fac22b2c',1,'amrex::nodelap_detail']]], + ['ist_5fp00_4306',['ist_p00',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a336e8b5c43142a459dc8a1352eeade20',1,'amrex::nodelap_detail']]], + ['ist_5fp0p_4307',['ist_p0p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ab458eec5937d357a4d7ca75dc87c84bc',1,'amrex::nodelap_detail']]], + ['ist_5fpp0_4308',['ist_pp0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a215a4d7df0ec09193cac1faf4a8ba1e3',1,'amrex::nodelap_detail']]], + ['ist_5fppp_4309',['ist_ppp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a60c9afb0fe3420da868984513ad96bd0',1,'amrex::nodelap_detail']]], + ['isteamlead_4310',['isTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2d56d5861b4cca0c635bf8e1cbe5f750',1,'amrex::ParallelDescriptor']]], + ['istensorop_4311',['isTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aae0589f189ee2d39dadca3a308e3df9b',1,'amrex::MLCellLinOpT::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a08aefe93ce148879b387ed11f9da0f94',1,'amrex::MLTensorOp::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aeeeea035327ccd896c7af7beb6093c8a',1,'amrex::MLEBTensorOp::isTensorOp()']]], + ['istr_4312',['istr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#ae7bf86f223ccd99d64b03b6d4fecfbd2',1,'amrex::expect']]], + ['isvalid_4313',['isValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a2bce50aff08af02208f587bd3f810804',1,'amrex::Gpu::StreamIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#accd95862af234b5b13b8eccf3cf2966d',1,'amrex::ParticleLocator::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5cd8c986f822086a092ee8159373a0b4',1,'amrex::ParticleBufferMap::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#aa6fe916a0fcc700c77166c439fe9ef6f',1,'amrex::OrientationIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61b9a1d5eda39765d1db9b9b936558c7',1,'amrex::MFIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'amrex::AmrParticleLocator::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'amrex::AmrParticleLocator::isValid(const Vector< BoxArray > &a_ba) const']]], + ['italic_4314',['Italic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a1e8bd2419b493e639ae861c50e93e50e',1,'amrex::Font']]], + ['iter_4315',['iter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0fa5976e3bee03e63b07a0848c74380f',1,'amrex::MLCGSolverT']]], + ['iter_5ftime_4316',['iter_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdaf269540ff581645f82a93c665a8a7b2b',1,'amrex::MLMGT']]], + ['iterate_5fbox_4317',['iterate_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box.html',1,'amrex::Reduce::detail']]], + ['iterate_5fbox_5fcomp_4318',['iterate_box_comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box__comp.html',1,'amrex::Reduce::detail']]], + ['iterate_5fon_5fnew_5fgrids_4319',['iterate_on_new_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a937e0b9dc3689884b262936e6c3c0b7d',1,'amrex::AmrInfo']]], + ['iterator_4320',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html',1,'amrex::BinIterator< class >::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail::range_impl::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html',1,'amrex::Neighbors::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a7986f1b8dd09b767356976ae7bfa0d17',1,'amrex::Gpu::range_detail::range_impl::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::STLtools::Triangle >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int *, DefaultAllocator< int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< index_type >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int *, DefaultAllocator< const int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::XDim3 >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::openbc::MomTag >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::NeighborCode >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::BoxND >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'amrex::PODVector::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad652e92fe1eaacabb971a11038426ff6',1,'amrex::BoxList::iterator()']]], + ['iterator_4321',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< TagBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< IArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< FArrayBox >::Iterator()']]], + ['iterator_4322',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal * >']]], + ['iterator_4323',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< PetscInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::CutFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::EBCellFlagFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::Mask >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< AtomicInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'amrex::FabArray::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab633fb0409feac5e4f6630b0d307a116',1,'amrex::ArrayOfStructs::Iterator()']]], + ['iterator_4324',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a50ad515a24bf46fd0ab349c0f24e88c8',1,'amrex::Neighbors::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a9ad7e9287daf81892de3268ed3085663',1,'amrex::BinIterator::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< unsigned int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< std::size_t >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::iterator()']]], + ['ithree_4325',['Ithree',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5dd594847d3357991e8b9cf51e98bd96',1,'SDCstruct']]], + ['itype_4326',['itype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'IndexTypeND< AMREX_SPACEDIM >::itype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'amrex::IndexTypeND::itype()']]], + ['iwritetolevel_4327',['iWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a35de3364c9fb9d815d496ac8fbb31084',1,'amrex::DataServices']]], + ['ix_4328',['ix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad',1,'amrex::interp_detail']]], + ['ixtype_4329',['ixType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0005742d49b95bea045b6f46edb75714',1,'amrex::BoxArray::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxDomain::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxList::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'amrex::BoxND::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'BoxND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a682fdf86619f6028fea2805d9693ae22',1,'amrex::FabArrayBase::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'amrex::IndexTypeND::ixType(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'amrex::IndexTypeND::ixType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()']]], + ['ixy_4330',['ixy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3',1,'amrex::interp_detail']]], + ['ixyz_4331',['ixyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae',1,'amrex::interp_detail']]], + ['ixz_4332',['ixz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002',1,'amrex::interp_detail']]], + ['iy_4333',['iy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31',1,'amrex::interp_detail']]], + ['iyz_4334',['iyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4',1,'amrex::interp_detail']]], + ['iz_4335',['iz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621',1,'amrex::interp_detail']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_a.js b/amrex-hydro/Doxygen/html/search/all_a.js index 756686f..e067768 100644 --- a/amrex-hydro/Doxygen/html/search/all_a.js +++ b/amrex-hydro/Doxygen/html/search/all_a.js @@ -1,6 +1,6 @@ var searchData= [ - ['j_4319',['J',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ab372b7b522321fc1945703f182df8e33',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::J()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#a370d78d6eb6099b588674027f5da6c10',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::J()']]], - ['join_4320',['join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#af1451e74b2d7de70b58b9979e21aeb49',1,'amrex::BoxList::join(const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae86c1cb2471cb633d0abf4657d080a73',1,'amrex::BoxList::join(const Vector< Box > &barr)']]], - ['jstride_4321',['jstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'amrex::Array4::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< Real const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 const >::jstride()']]] + ['j_4336',['J',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ab372b7b522321fc1945703f182df8e33',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::J()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#a370d78d6eb6099b588674027f5da6c10',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::J()']]], + ['join_4337',['join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#af1451e74b2d7de70b58b9979e21aeb49',1,'amrex::BoxList::join(const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae86c1cb2471cb633d0abf4657d080a73',1,'amrex::BoxList::join(const Vector< Box > &barr)']]], + ['jstride_4338',['jstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'amrex::Array4::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< Real const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 const >::jstride()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_b.js b/amrex-hydro/Doxygen/html/search/all_b.js index e6f92d7..20f0aad 100644 --- a/amrex-hydro/Doxygen/html/search/all_b.js +++ b/amrex-hydro/Doxygen/html/search/all_b.js @@ -1,13 +1,13 @@ var searchData= [ - ['k1d_4322',['K1D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9',1,'amrex']]], - ['k2d_4323',['K2D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24827d300a5ebf26327786454aa95788',1,'amrex']]], - ['k3d_4324',['K3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26',1,'amrex']]], - ['keepvalidfilter_4325',['KeepValidFilter',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html',1,'']]], - ['kernelinfo_4326',['KernelInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html',1,'amrex::Gpu']]], - ['keyvaluepair_4327',['KeyValuePair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9',1,'amrex']]], - ['knapsack_4328',['KNAPSACK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6f5ec418bb5db591c4b5780f00cce82e',1,'amrex::DistributionMapping']]], - ['knapsackdoit_4329',['KnapSackDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1f6ec86cb567ef3c761c2cf693aa870d',1,'amrex::DistributionMapping']]], - ['knapsackprocessormap_4330',['KnapSackProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adee3630696a974eb1b9c22046f0dc653',1,'amrex::DistributionMapping::KnapSackProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adb7cc64952dda946670088e88945ddf7',1,'amrex::DistributionMapping::KnapSackProcessorMap(const DistributionMapping &olddm, const std::vector< Long > &wgts, Real keep_ratio, Real &old_efficiency, Real &new_efficiency, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a81213361ea03e78e411076a30ed683da',1,'amrex::DistributionMapping::KnapSackProcessorMap(const std::vector< Long > &wgts, int nprocs, Real *efficiency=nullptr, bool do_full_knapsack=true, int nmax=std::numeric_limits< int >::max(), bool sort=true)']]], - ['kstride_4331',['kstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'amrex::Array4::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< Real const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 const >::kstride()']]] + ['k1d_4339',['K1D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9',1,'amrex']]], + ['k2d_4340',['K2D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24827d300a5ebf26327786454aa95788',1,'amrex']]], + ['k3d_4341',['K3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26',1,'amrex']]], + ['keepvalidfilter_4342',['KeepValidFilter',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html',1,'']]], + ['kernelinfo_4343',['KernelInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html',1,'amrex::Gpu']]], + ['keyvaluepair_4344',['KeyValuePair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9',1,'amrex']]], + ['knapsack_4345',['KNAPSACK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6f5ec418bb5db591c4b5780f00cce82e',1,'amrex::DistributionMapping']]], + ['knapsackdoit_4346',['KnapSackDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1f6ec86cb567ef3c761c2cf693aa870d',1,'amrex::DistributionMapping']]], + ['knapsackprocessormap_4347',['KnapSackProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adee3630696a974eb1b9c22046f0dc653',1,'amrex::DistributionMapping::KnapSackProcessorMap(const BoxArray &boxes, int nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adb7cc64952dda946670088e88945ddf7',1,'amrex::DistributionMapping::KnapSackProcessorMap(const DistributionMapping &olddm, const std::vector< Long > &wgts, Real keep_ratio, Real &old_efficiency, Real &new_efficiency, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a81213361ea03e78e411076a30ed683da',1,'amrex::DistributionMapping::KnapSackProcessorMap(const std::vector< Long > &wgts, int nprocs, Real *efficiency=nullptr, bool do_full_knapsack=true, int nmax=std::numeric_limits< int >::max(), bool sort=true)']]], + ['kstride_4348',['kstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'amrex::Array4::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< Real const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 const >::kstride()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_c.js b/amrex-hydro/Doxygen/html/search/all_c.js index 539e381..6a2583c 100644 --- a/amrex-hydro/Doxygen/html/search/all_c.js +++ b/amrex-hydro/Doxygen/html/search/all_c.js @@ -1,163 +1,163 @@ var searchData= [ - ['l_4332',['l',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#a6c15d096fef998fd70fbd4ce5083c67a',1,'amrex::iparser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ab8456a1837941171bfb1d32c3cc682b0',1,'amrex::iparser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a5b78fde768f63b504de4f8b45a9872ee',1,'amrex::iparser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a5f6ec2dfb5d293ac8210bb51f2e27467',1,'amrex::parser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a061f4a9f63618c8b77ff0af074dc4659',1,'amrex::parser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a3a9f4a4402fe7b5d744bf67fa9d0d21d',1,'amrex::parser_node::l()']]], - ['land_4333',['land',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da1543dab5fc332f7f6a146da7718c486d',1,'amrex::detail']]], - ['last_4334',['LAST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a42c200ba823b0b1a3c16c437a264ce9e',1,'amrex::ParmParse']]], - ['last_5fcheckpoint_4335',['last_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aedc8350798946e5e5d1d68b4861195a5',1,'amrex::Amr']]], - ['last_5fplotfile_4336',['last_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8bdd58e0f251c3097ae6631621a32253',1,'amrex::Amr']]], - ['last_5fsmallplotfile_4337',['last_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3c786f18b9e2b297f07f10e28852bbf',1,'amrex::Amr']]], - ['lastparticleid_4338',['LastParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#ae79136bdcc97d46650c8098fe7c9334d',1,'amrex::LongParticleIds']]], - ['lathe_4339',['lathe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630',1,'amrex::EB2']]], - ['latheif_4340',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html',1,'amrex::EB2::LatheIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a1466ff0ebcf2550a7708fc97ad00038d',1,'amrex::EB2::LatheIF::LatheIF()']]], - ['launch_4341',['launch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1',1,'amrex::launch(int nblocks, int nthreads_per_block, gpuStream_t stream, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2',1,'amrex::launch(T const &n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618',1,'amrex::launch(int nblocks, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc',1,'amrex::launch(int nblocks, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9',1,'amrex::launch(T const &n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff64e983a02f98455e7319fb031838e7',1,'amrex::launch(int nblocks, int nthreads_per_block, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept']]], - ['launch_5fglobal_4342',['launch_global',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a',1,'amrex::launch_global(L f0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6334d58395d4bec0257d18060918ab0',1,'amrex::launch_global(L f0, Lambdas... fs)']]], - ['launch_5fhost_4343',['launch_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972',1,'amrex::launch_host(L &&f0, Lambdas &&... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4',1,'amrex::launch_host(L &&f0) noexcept']]], - ['launchsafeguard_4344',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html',1,'amrex::Gpu::LaunchSafeGuard'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#a1f41c945c1a3385ae229c7b64af2948c',1,'amrex::Gpu::LaunchSafeGuard::LaunchSafeGuard()']]], - ['layoutdata_4345',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'amrex::LayoutData< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< HYPRE_Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< HYPRE_Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< GFab >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< GFab >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< GFab >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< GFab >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< Int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< Int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< PetscInt >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< PetscInt >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< PetscInt >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< PetscInt >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< RealTuple >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< RealTuple >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< RealTuple >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< RealTuple >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'amrex::LayoutData::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'amrex::LayoutData::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'amrex::LayoutData::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'amrex::LayoutData::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)']]], - ['layoutdata_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_2a_20_3e_4346',['LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20hypre_5fint_20_3e_20_3e_4347',['LayoutData< amrex::PODVector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_4348',['LayoutData< amrex::PODVector< Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_4349',['LayoutData< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboundcond_20_3e_20_3e_20_3e_4350',['LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20bctuple_20_3e_20_3e_4351',['LayoutData< amrex::Vector< BCTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20realtuple_20_3e_20_3e_4352',['LayoutData< amrex::Vector< RealTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20gfab_20_3e_4353',['LayoutData< GFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20hypre_5fint_20_3e_4354',['LayoutData< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20int_20_3e_4355',['LayoutData< Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20int_20_3e_4356',['LayoutData< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20petscint_20_3e_4357',['LayoutData< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20realtuple_20_3e_4358',['LayoutData< RealTuple >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['lbound_4359',['lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc',1,'amrex::lbound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac',1,'amrex::lbound(BoxND< dim > const &box) noexcept']]], - ['lbound_5fiv_4360',['lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d',1,'amrex']]], - ['ldg_4361',['LDG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a568da598ec8829dff901c81d530db976',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae595b27ab79b81cdbddf1a1e0fef31ea',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k, int n) noexcept']]], - ['leastusedcpus_4362',['LeastUsedCPUs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#acbe214292ef7da8223f4318919642ace',1,'amrex::DistributionMapping']]], - ['leastusedteams_4363',['LeastUsedTeams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a55134783f651fecac1282ea2029428f3',1,'amrex::DistributionMapping']]], - ['len_4364',['len',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'amrex::Array1D::len()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'Array1D< int, 0, N-1 >::len()']]], - ['len0_4365',['len0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'amrex::Table2D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'Table2D< RT >::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#accb55d2deb7abdb2c5fe9afd0f27046c',1,'amrex::Table3D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a3668191c352566d1d1c5835102b69e8c',1,'amrex::Table4D::len0()']]], - ['len1_4366',['len1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a8da09138b8d2468cc9898ba75700cdd1',1,'amrex::Table3D::len1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a24f8a04409c92b85616e68e23ed0cb15',1,'amrex::Table4D::len1(GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], - ['len2_4367',['len2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a346a4f218664dc863f9082a7f1a13f6b',1,'amrex::Table4D']]], - ['length_4368',['length',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3658deeec368fbc6be8f9555ac37bab5',1,'amrex::MFIter::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'amrex::BaseFab::length()'],['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a7a833bea16a8f29bab8bc283d5eb4c23',1,'N_VectorContent_MultiFab_notptr::length()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c',1,'amrex::length(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8',1,'amrex::length(BoxND< dim > const &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aee1bde14bdd1fa4a02c2f340c5611b85',1,'amrex::RealBox::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae0c4bfaf52dced3b58a138bc2d28dc47',1,'amrex::ClusterList::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'BoxND< AMREX_SPACEDIM >::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'BoxND< AMREX_SPACEDIM >::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'amrex::BoxND::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'amrex::BoxND::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< Real >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< PetscInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< HYPRE_Int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< EBCellFlag >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< char >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< AtomicInt >::length()']]], - ['length3d_4369',['length3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'amrex::BoxND::length3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'BoxND< AMREX_SPACEDIM >::length3d()']]], - ['length_5fiv_4370',['length_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672',1,'amrex']]], - ['lengthofset_4371',['LengthOfSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9138f1bb7d077d7d1cd043715ecb7d74',1,'amrex::NFilesIter']]], - ['less_4372',['LESS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a24a93bfed92dca16735a42fb83bd244f',1,'amrex::AMRErrorTag']]], - ['level_4373',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html',1,'amrex::EB2']]], - ['level_4374',['level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ae72224f4b411313148d1db9fc0572bd5',1,'amrex::NeighborParticleContainer::NeighborCopyTag::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ead194f676341d430afef85f2a50904977',1,'amrex::NeighborParticleContainer::MaskComps::level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a15535c7cc1f73df2cc3b0b720d8ab5a4',1,'amrex::AmrLevel::level()']]], - ['level_4375',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac843646825df5f720267a7c641204301',1,'amrex::EB2::Level::Level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a18159b17b5d40999e3f38474e53f23ff',1,'amrex::AmrLevel::Level()']]], - ['level_5fbeing_5fadvanced_4376',['level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0c8b87958fdb3cc31b2b3b994c8b37e',1,'amrex::Amr']]], - ['level_5fcount_4377',['level_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1a1d9a33774055f267ad5297b2846ecc',1,'amrex::Amr']]], - ['level_5fid_4378',['level_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a5ef18c3bf10553a03c1ebc12106f3226',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['level_5fsteps_4379',['level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a38fbd17db8a050b5bf3302427b9285ea',1,'amrex::Amr']]], - ['levelbc_5fraii_4380',['levelbc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'amrex::MLLinOpT::levelbc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'MLLinOpT< Array< MultiFab, 3 > >::levelbc_raii()']]], - ['levelbld_4381',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html',1,'amrex::LevelBld'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a1d97d19552c4c36cccdd8fea75b8c06c',1,'amrex::LevelBld::LevelBld(LevelBld &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a15187caf83aa0cca8784f3c2c733fd82',1,'amrex::LevelBld::LevelBld() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#aee859f0bc17d637c35c23047d67784aa',1,'amrex::LevelBld::LevelBld(LevelBld const &)=default']]], - ['levelbld_4382',['levelbld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a99ffc00c495183894b2ee7e11a79685e',1,'amrex::Amr']]], - ['levelcount_4383',['levelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad37c151a0ef82ea98f18707e98d44dc7',1,'amrex::Amr']]], - ['leveldefined_4384',['LevelDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a76e1b4915e0fab0cf472ce392a5acbaa',1,'amrex::ParGDBBase::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9a55d74e7bf55e362c14969ddd94aac2',1,'amrex::ParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#acc2ddbb687a61fccf1a5089d9c9617cf',1,'amrex::AmrParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a472f37d544bf28e75d2c05630969e554',1,'amrex::AmrMesh::LevelDefined()']]], - ['leveldirectoriescreated_4385',['levelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::levelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'amrex::ParticleContainer_impl::levelDirectoriesCreated()']]], - ['leveldirectorycreated_4386',['levelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a90e201ef6ef11f2c42fc9a0de76939',1,'amrex::AmrLevel']]], - ['leveldirectorynames_4387',['LevelDirectoryNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2c60baf6b91ceb8f41054f1ccd1b4e5e',1,'amrex::AmrLevel']]], - ['levelfullpath_4388',['LevelFullPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a438b71d250fb65fd385716c745be94ad',1,'amrex']]], - ['levelpath_4389',['LevelPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85',1,'amrex']]], - ['levelstep_4390',['levelStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a95d9cd20405f8a1010923a022c929f38',1,'amrex::PlotFileDataImpl::levelStep()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#afb42191a08a62dff1534e21804a1891b',1,'amrex::PlotFileData::levelStep()']]], - ['levelsteps_4391',['LevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae438fc92d638f323795408735f2cebb8',1,'amrex::AmrData']]], - ['levelsteps_4392',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8101a391189955c50c7a36d359f3f5ed',1,'amrex::Amr::levelSteps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9a873156471b39d52631b3e56b8218a5',1,'amrex::AmrData::levelSteps()']]], - ['lgmres_5fsolver_5fconfigure_4393',['lgmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2dce11a296890cc9e974d2e9102eba29',1,'amrex::HypreIJIface']]], - ['limiters_4394',['limiters',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5',1,'PPM']]], - ['lincc_5finterp_4395',['lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f',1,'amrex']]], - ['lincomb_4396',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::EBCellFlagFab >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3',1,'amrex::LinComb(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src_a, int acomp, typename MF::value_type b, Array< MF, N > const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a932a04b3088166f5be65d24d2de33213',1,'amrex::LinComb(MF &dst, typename MF::value_type a, MF const &src_a, int acomp, typename MF::value_type b, MF const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)']]], - ['lincomb_4397',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'amrex::BaseFab::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< AtomicInt >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< char >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< EBCellFlag >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< HYPRE_Int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< PetscInt >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< Real >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ae8f5e1195457dc7f2204abbcaf2fe148',1,'amrex::BndryRegisterT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6ecf47a622303ab157f7e18a4b870205',1,'amrex::FabSetT::linComb(value_type a, value_type b, const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a891c43771c03412e044bf7b807bfb85e',1,'amrex::FabSetT::linComb(value_type a, const MF &mfa, int a_comp, value_type b, const MF &mfb, int b_comp, int dcomp, int ncomp, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a71a6bdfd44b64400a631d7cee6c25cb2',1,'amrex::GMRESMLMGT::linComb()']]], - ['lincomb_4398',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'amrex::FabArray::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< AtomicInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< PetscInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0486c02587ea11cc9a30e9da8d7cf957',1,'amrex::MultiFab::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< TagBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< IArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< FArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::Mask >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::CutFab >::LinComb()']]], - ['line_5ffile_4399',['line_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a2067033e63c674e9b203917835595bdb',1,'amrex::BLBTer']]], - ['linear_4400',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html',1,'amrex::ParticleInterpolator::Linear'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a1fc7379baaa9b4132c2ce77840f89272',1,'amrex::ParticleInterpolator::Linear::Linear()']]], - ['linear_5finterp_4401',['linear_interp',['../group__EBGodunov.html#gae7fb5657f6312ba192f0ad3a3652f4a8',1,'hydro_ebgodunov_transverse_2D_K.H']]], - ['linear_5finterpolate_5fto_5fparticle_4402',['linear_interpolate_to_particle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea',1,'amrex']]], - ['linedistfcnelement2d_4403',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html',1,'amrex::LineDistFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a4f4e886cb99ae23f57dbb402b5cbb910',1,'amrex::LineDistFcnElement2d::LineDistFcnElement2d()']]], - ['linelength_4404',['LINELENGTH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a437894f04cb4f84ae291fb58f63fac4f',1,'amrex::Amrvis']]], - ['lineseg_5ftri_5fintersect_4405',['lineseg_tri_intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e',1,'amrex::tri_geom_ops']]], - ['linevalues_4406',['LineValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a807eb1ae7923222c105b1c023ef26920',1,'amrex::DataServices']]], - ['linevaluesrequest_4407',['LineValuesRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab1fee9049e0a58f8accfb3ef77030d30',1,'amrex::DataServices']]], - ['lininterp_4408',['linInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< int >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, const Box &b1, int comp1, const BaseFab< T > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, int comp1, const BaseFab< T > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, const Box &b1, int comp1, const BaseFab< AtomicInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, int comp1, const BaseFab< AtomicInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< char >::linInterp(const BaseFab< char > &f1, const Box &b1, int comp1, const BaseFab< char > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< char >::linInterp(const BaseFab< char > &f1, int comp1, const BaseFab< char > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, const Box &b1, int comp1, const BaseFab< EBCellFlag > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, int comp1, const BaseFab< EBCellFlag > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, const Box &b1, int comp1, const BaseFab< HYPRE_Int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, int comp1, const BaseFab< HYPRE_Int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< int >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, const Box &b1, int comp1, const BaseFab< PetscInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, int comp1, const BaseFab< PetscInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, const Box &b1, int comp1, const BaseFab< Real > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, int comp1, const BaseFab< Real > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept']]], - ['linkcount_4409',['linkCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e6e72d37c4f23eecead5b448e4d94f1',1,'amrex::DistributionMapping']]], - ['linop_4410',['linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad7cbb6433d195bb9fc6aaf2f7b92ff76',1,'amrex::HypreNodeLap::linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a667e1a5701d1f0c19a5950f0aa44080f',1,'amrex::MLMGT::linop()']]], - ['linop_5fprepared_4411',['linop_prepared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1443859ff59e201d7bbdf0cc0971251d',1,'amrex::MLMGT']]], - ['linopenumtype_4412',['LinOpEnumType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html',1,'amrex']]], - ['linspace_4413',['linspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac2545137f1cadac01321de2f527ecac',1,'amrex']]], - ['lipair_4414',['LIpair',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8bc191492d7a25e16f586ef1e625649c',1,'amrex::DistributionMapping']]], - ['lipairgt_4415',['LIpairGT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html',1,'amrex::DistributionMapping']]], - ['lipairlt_4416',['LIpairLT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html',1,'amrex::DistributionMapping']]], - ['list_5ftype_4417',['list_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html#ade5844430b8549754df043e3cf4d870d',1,'amrex::CompileTimeOptions']]], - ['listderivefunc_4418',['ListDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1335563a0cca7162b541f4bdf3d7b5a4',1,'amrex::AmrData::ListDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa974b608a9dce7d566ed3a9dd4ad87fe',1,'amrex::DataServices::ListDeriveFunc()']]], - ['lo_4419',['lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'amrex::Array1D::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a6d064be1725438f3d730f6522f9ced83',1,'amrex::BoxIndexerND::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aded9c5a0cac5cfd5a320c32a26144dcc',1,'amrex::RealBox::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af47f7f7299a40c820515f9eeb983d14b',1,'amrex::RealBox::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aeb9332bd9350ab5d7fd3a32afa888659',1,'amrex::RealBox::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af44163f840ea676ad8d51f6dd9d65998',1,'amrex::TableData::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac75d317389a2ae2a793dd69194557a50',1,'amrex::BCRec::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a28f03096d6b1b7373a48b7079ae94e67',1,'amrex::BCRec::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae0818ccc6f8443bdaa7abee52a6b4678',1,'amrex::BCRec::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'Array1D< int, 0, N-1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a12a2ef93337b59b9371db5f9bc43be69',1,'amrex::ForkJoin::ComponentSet::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#aeab54119b31480eb83ee6a68b19dcdca',1,'amrex::BoxIndexerND< 1 >::lo()']]], - ['load_5fvectors_4420',['load_vectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a674354d0ea227950c1d7507f553e9f04',1,'amrex::HypreSolver']]], - ['loadbalance_5flevel0_5fint_4421',['loadbalance_level0_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4c3e758e6025e4cf4f975f445d1eb6f3',1,'amrex::Amr']]], - ['loadbalance_5fmax_5ffac_4422',['loadbalance_max_fac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ada948dc3a7c2301b9aab5f9b9f65507f',1,'amrex::Amr']]], - ['loadbalance_5fwith_5fworkestimates_4423',['loadbalance_with_workestimates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6019d262d557fc37c9706c05a6cc5794',1,'amrex::Amr']]], - ['loadbalancelevel0_4424',['LoadBalanceLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab35e0719d1321112010ff20228ad1acc',1,'amrex::Amr']]], - ['loadvectors_4425',['loadVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f8c2e606928f4ba9bf4cc909e830ae',1,'amrex::PETScABecLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9a4132962fea0f9ec7e1566e1aa6254e',1,'amrex::HypreNodeLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a1e022b7b14f485c9d9aa5ab1bb52a929',1,'amrex::HypreABecLap3::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a4acee7b70c037a9ae8b22757b097e0f3',1,'amrex::HypreABecLap2::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a4778eb6c291a39971617eb0bf69dff3f',1,'amrex::HypreABecLap::loadVectors()']]], - ['lobc_4426',['LoBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'MLLinOpT< Array< MultiFab, 3 > >::LoBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'amrex::MLLinOpT::LoBC()']]], - ['local_5fcollate_5fcpu_4427',['local_collate_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a62994a11c6b9211c7d459571caf99d56',1,'amrex::TagBoxArray']]], - ['local_5fcollate_5fgpu_4428',['local_collate_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae151c3feb479bcc695e279915e2a068c',1,'amrex::TagBoxArray']]], - ['local_5fcopy_5fcpu_4429',['local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d',1,'amrex::NonLocalBC']]], - ['local_5fcopy_5fgpu_4430',['local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3',1,'amrex::NonLocalBC']]], - ['local_5findex_5fmap_4431',['local_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a8cdb1fbae0dace9fcc0dc622c3409d',1,'amrex::MFIter']]], - ['local_5fneighbor_5fsizes_4432',['local_neighbor_sizes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abbb2992e59999ae9c2866da0b90a7378',1,'amrex::NeighborParticleContainer']]], - ['local_5fneighbors_4433',['local_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a36b78bd6fa71f934871cf953892ef4f8',1,'amrex::NeighborParticleContainer']]], - ['local_5fng_5f1d_4434',['local_ng_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a14784f9d4294864a4a73b5f5e5f054e2',1,'hacc::Distribution::local_ng_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1b9d450eddfce95a58668ec64562d982',1,'hacc::Distribution::local_ng_1d() const)[3]']]], - ['local_5fng_5f2d_5fx_4435',['local_ng_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a26f0bb510168262f1431e28d16f737c5',1,'hacc::Distribution::local_ng_2d_x() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#af955d6c08b5ded766245f60828cdd039',1,'hacc::Distribution::local_ng_2d_x(int i) const']]], - ['local_5fng_5f2d_5fy_4436',['local_ng_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a99b59a934893e973d601f85258eef3a0',1,'hacc::Distribution::local_ng_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a217d24143f5236d7b8fc224551b4cc97',1,'hacc::Distribution::local_ng_2d_y(int i) const']]], - ['local_5fng_5f2d_5fz_4437',['local_ng_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a7b18aff8b7ccfc96b0f58148ad54c87c',1,'hacc::Distribution::local_ng_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab9d7979cc6700470b188a13e23e077e9',1,'hacc::Distribution::local_ng_2d_z(int i) const']]], - ['local_5fng_5f3d_4438',['local_ng_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a42762b0e7ae076edbbd6cbd6bc1725c1',1,'hacc::Distribution::local_ng_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a69fea1b10e8f41cea41a5779e2d6386a',1,'hacc::Distribution::local_ng_3d(int i) const']]], - ['local_5fng_5fkspace_4439',['local_ng_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a1542745eeaee5329cba97afa9c17c4e1',1,'hacc::Dfft::local_ng_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8f5425ac672068dbfff3467676171ead',1,'hacc::Dfft::local_ng_kspace(int i) const']]], - ['local_5fng_5frspace_4440',['local_ng_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80cda3f267109eace9820179fea3028b',1,'hacc::Dfft::local_ng_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aea6a617a07fcd8f6806f4436fdbb0d73',1,'hacc::Dfft::local_ng_rspace() const)[3]']]], - ['local_5fnode_5fid_4441',['local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2fd291b75b96615bab7ca98c226f039c',1,'amrex::HypreNodeLap']]], - ['local_5fsize_4442',['local_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a0d0b051631c3eb9c462a7a443c84f497',1,'hacc::Dfft::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad3c43e940d0e5caaf5ec3fb5d4999111',1,'hacc::Distribution::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aabf6dbff99d8524f9c9d082302afdd5e',1,'amrex::FabArrayBase::local_size()']]], - ['local_5ftile_5findex_5fmap_4443',['local_tile_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a72828c9a333be0dfff3e89e350fd0e11',1,'amrex::MFIter']]], - ['local_5fto_5fglobal_5frank_4444',['local_to_global_rank',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a766c71905985383fd282cace905237d4',1,'amrex::ParallelContext::local_to_global_rank(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5',1,'amrex::ParallelContext::local_to_global_rank(int *global, const int *local, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac60250687a1fd30ef799d90099b42f3d',1,'amrex::ParallelContext::Frame::local_to_global_rank(int *global, const int *local, int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0b1d7ebb925ad002bfb7d05913ae116a',1,'amrex::ParallelContext::Frame::local_to_global_rank(int lrank)']]], - ['local_5fupdate_4445',['local_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#a6fa8e68bad77f4d1094db1acddad0a93',1,'amrex::ReduceOpLogicalAnd::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#aa69a4be600ad14cd2149c8fd4d4b8766',1,'amrex::ReduceOpLogicalOr::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a7c5827f2596556167953ed78492a68ed',1,'amrex::ReduceOpMax::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#aff90edbbdf2586ee6004f01d07fd616f',1,'amrex::ReduceOpMin::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#adbf4eb7fdc93fd0bfdae1aee23a1239b',1,'amrex::ReduceOpSum::local_update()']]], - ['localadd_4446',['LocalAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::Mask >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< IArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< FArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5',1,'amrex::LocalAdd(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05',1,'amrex::LocalAdd(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< TagBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::EBCellFlagFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::CutFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'amrex::FabArray::LocalAdd()']]], - ['localcopy_4447',['LocalCopy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd',1,'amrex::LocalCopy(DMF &dst, SMF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71',1,'amrex::LocalCopy(Array< DMF, N > &dst, Array< SMF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3',1,'amrex::NonLocalBC::LocalCopy(const PackComponents &components, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb',1,'amrex::NonLocalBC::LocalCopy(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< FArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::CutFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::EBCellFlagFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::Mask >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< IArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< TagBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'amrex::FabArray::LocalCopy()']]], - ['localcopy_5ft_4448',['LocalCopy_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80',1,'amrex::NonLocalBC']]], - ['localfabsource_4449',['localFabSource',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a49a660fc34d5de5bbd5d8fb8b49580e8',1,'amrex::FabCopyDescriptor']]], - ['localindex_4450',['LocalIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab9afc4ebb6b729bcecdba6b22a317e88',1,'amrex::MFIter']]], - ['localindex_4451',['localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa848db21ec5426fab2c86d441cd0a314',1,'amrex::FabArrayBase']]], - ['localindexmap_4452',['localIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a65f8a2b40876923cd17cd7bb45b1177e',1,'amrex::FabArrayBase::TileArray']]], - ['localtileindex_4453',['LocalTileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a02c0b04b49bf0116bc21ee53e3593225',1,'amrex::MFIter']]], - ['localtileindexmap_4454',['localTileIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a77df041121016e402a0b5df46a8fe7e6',1,'amrex::FabArrayBase::TileArray']]], - ['locateparticle_4455',['locateParticle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const']]], - ['location_4456',['Location',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedfa751b8cf7f0d06a43e71b6e7795cf',1,'amrex::MLALaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4',1,'amrex::LinOpEnumType::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aed1bdc13923f234ac4e4c6425210db69',1,'amrex::MLABecLaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a97dd28df6c3a612116bc4d4f95fb98fb',1,'amrex::MLCellABecLapT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac93e5fc5cf3373e6711f1328b051b997',1,'amrex::MLCellLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa0d2dff0a1bfbad55c5f6e3a31d16652',1,'amrex::MLCurlCurl::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'amrex::MLLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'MLLinOpT< Array< MultiFab, 3 > >::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4adf824fc2842cb7a07dcc0395627629',1,'amrex::MLMGT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aee09d92cf1cb6a1f95ccadead11ccac4',1,'amrex::MLPoissonT::Location()']]], - ['location_4457',['location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#ac85b3ff5c926739723021bf2d01254f7',1,'amrex::MLCellLinOpT::BCTL']]], - ['lock_4458',['lock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ad0e65d9bf77725b6bad2a6794d6e2fee',1,'amrex::BlockMutex']]], - ['lockadd_4459',['lockAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< Real >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< PetscInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< HYPRE_Int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< EBCellFlag >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< char >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< AtomicInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'amrex::BaseFab::lockAdd()']]], - ['loedge_4460',['LoEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6f6cad7c903feeb070e26cea3df1af5c',1,'amrex::CoordSys::LoEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aad8c159e97f7422f2bf45b92bf3a3002',1,'amrex::CoordSys::LoEdge(int point, int dir) const noexcept']]], - ['loface_4461',['LoFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ae177792027908beb20976fbd0628d754',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abbaf6097689bdafcce5853d0a74c8a73',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept']]], - ['log_4462',['log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984',1,'amrex']]], - ['logicaland_4463',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html',1,'amrex::LogicalAnd< class >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a766ff7e5ed9d78fb3a0d5eaffec9c2ea',1,'amrex::Gpu::Atomic::LogicalAnd()']]], - ['logicalor_4464',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html',1,'amrex::LogicalOr< class >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53a66f5fe06e3b8839cb0f79f0d0ea3d',1,'amrex::Gpu::Atomic::LogicalOr()']]], - ['logspace_4465',['logspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866',1,'amrex']]], - ['longside_4466',['longside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'BoxND< AMREX_SPACEDIM >::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'BoxND< AMREX_SPACEDIM >::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'amrex::BoxND::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'amrex::BoxND::longside(int &dir) const noexcept']]], - ['lonode_4467',['LoNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2b1eed19248c0b8ffc16733bbf1d6baa',1,'amrex::CoordSys::LoNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a0f2dc8592daa645225f6fbb76c7061c7',1,'amrex::CoordSys::LoNode(const IntVect &point, Real *loc) const noexcept']]], - ['lonodeloc_4468',['LoNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a0fc16f868cf63f196fa3b3aecc6f211e',1,'amrex::AmrData']]], - ['loop_4469',['Loop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a614341eb1f669411a7ae80905a563432',1,'amrex::Loop(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a',1,'amrex::Loop(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8518382186436012e8d327c7122fd6',1,'amrex::Loop(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae',1,'amrex::Loop(BoxND< dim > const &bx, F const &f) noexcept']]], - ['loop_5fimpnd_4470',['Loop_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['loopconcurrent_4471',['LoopConcurrent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], - ['loopconcurrent_5fimpnd_4472',['LoopConcurrent_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#aa6ce039c09354f520de021d761c40800',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['loopconcurrentoncpu_4473',['LoopConcurrentOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], - ['loopconcurrentoncpu_5fimpnd_4474',['LoopConcurrentOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['looponcpu_4475',['LoopOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, F const &f) noexcept']]], - ['looponcpu_5fimpnd_4476',['LoopOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af4f26da56a7147fc25072e711b19688c',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af7f8efd7c7639823222394e405d335f2',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], - ['lor_4477',['lor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da9409354542db34fb149ecb3c91ebb8bd',1,'amrex::detail']]], - ['lov_4478',['loV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ad64dd52bc29882baff668896c2dde9cd',1,'amrex::Hypre']]], - ['lovect_4479',['loVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'amrex::BaseFab::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< AtomicInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< char >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< EBCellFlag >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< HYPRE_Int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< PetscInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< Real >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'amrex::BoxND::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'amrex::BoxND::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'BoxND< AMREX_SPACEDIM >::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'BoxND< AMREX_SPACEDIM >::loVect() const &noexcept']]], - ['lovect3d_4480',['loVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'BoxND< AMREX_SPACEDIM >::loVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'amrex::BoxND::loVect3d()']]], - ['low_4481',['low',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410a20ab23ed836ba1667dddbd915ff85255',1,'amrex::Orientation']]], - ['lowconnectivitycell_4482',['LOWCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a18a436f5269414b41219195a6e3613f2',1,'amrex::InSituUtils']]], - ['lower_5fbound_4483',['lower_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71',1,'amrex']]], - ['lowerindex_4484',['LowerIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aedba9cb3e81e6a96fd3cea8330ef0708',1,'amrex::CoordSys']]], - ['lowest_4485',['lowest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#ab5e449549896fdf8698e0bab593a5b92',1,'amrex::ValLocPair']]], - ['lp_4486',['Lp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a16d88d529344d6a6f99d66a99e122443',1,'amrex::MLCGSolverT']]], - ['lpinfo_4487',['LPInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html',1,'amrex']]], - ['ls_4488',['LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad774ef92ba17a6baff2d36023f33b87f',1,'amrex::SundialsIntegrator']]], - ['lst_4489',['lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a27c46e812840379455b46b092f2e6732',1,'amrex::ClusterList::lst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ace36f314eae21bef0f4f97e17ba3982a',1,'amrex::DeriveList::lst()']]], - ['lusolver_4490',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html',1,'amrex::LUSolver< N, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#afdbcba9c8adb9f87e26470604e85e5d0',1,'amrex::LUSolver::LUSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a39bf746e19e32ff8a3b2e37f0288b791',1,'amrex::LUSolver::LUSolver(Array2D< T, 0, N-1, 0, N-1, Order::C > const &a_mat)']]], - ['lvp_4491',['lvp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#abbf396f19865fa20d59aa8d2353cea53',1,'amrex::iparser_node']]] + ['l_4349',['l',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#a6c15d096fef998fd70fbd4ce5083c67a',1,'amrex::iparser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ab8456a1837941171bfb1d32c3cc682b0',1,'amrex::iparser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a5b78fde768f63b504de4f8b45a9872ee',1,'amrex::iparser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a5f6ec2dfb5d293ac8210bb51f2e27467',1,'amrex::parser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a061f4a9f63618c8b77ff0af074dc4659',1,'amrex::parser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a3a9f4a4402fe7b5d744bf67fa9d0d21d',1,'amrex::parser_node::l()']]], + ['land_4350',['land',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da1543dab5fc332f7f6a146da7718c486d',1,'amrex::detail']]], + ['last_4351',['LAST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a42c200ba823b0b1a3c16c437a264ce9e',1,'amrex::ParmParse']]], + ['last_5fcheckpoint_4352',['last_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aedc8350798946e5e5d1d68b4861195a5',1,'amrex::Amr']]], + ['last_5fplotfile_4353',['last_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8bdd58e0f251c3097ae6631621a32253',1,'amrex::Amr']]], + ['last_5fsmallplotfile_4354',['last_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3c786f18b9e2b297f07f10e28852bbf',1,'amrex::Amr']]], + ['lastparticleid_4355',['LastParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#ae79136bdcc97d46650c8098fe7c9334d',1,'amrex::LongParticleIds']]], + ['lathe_4356',['lathe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630',1,'amrex::EB2']]], + ['latheif_4357',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html',1,'amrex::EB2::LatheIF< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a1466ff0ebcf2550a7708fc97ad00038d',1,'amrex::EB2::LatheIF::LatheIF()']]], + ['launch_4358',['launch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1',1,'amrex::launch(int nblocks, int nthreads_per_block, gpuStream_t stream, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2',1,'amrex::launch(T const &n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618',1,'amrex::launch(int nblocks, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc',1,'amrex::launch(int nblocks, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9',1,'amrex::launch(T const &n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff64e983a02f98455e7319fb031838e7',1,'amrex::launch(int nblocks, int nthreads_per_block, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept']]], + ['launch_5fglobal_4359',['launch_global',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a',1,'amrex::launch_global(L f0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6334d58395d4bec0257d18060918ab0',1,'amrex::launch_global(L f0, Lambdas... fs)']]], + ['launch_5fhost_4360',['launch_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972',1,'amrex::launch_host(L &&f0, Lambdas &&... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4',1,'amrex::launch_host(L &&f0) noexcept']]], + ['launchsafeguard_4361',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html',1,'amrex::Gpu::LaunchSafeGuard'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#a1f41c945c1a3385ae229c7b64af2948c',1,'amrex::Gpu::LaunchSafeGuard::LaunchSafeGuard()']]], + ['layoutdata_4362',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'amrex::LayoutData< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< HYPRE_Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< HYPRE_Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< GFab >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< GFab >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< GFab >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< GFab >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< Int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< Int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< PetscInt >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< PetscInt >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< PetscInt >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< PetscInt >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< RealTuple >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< RealTuple >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< RealTuple >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< RealTuple >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'amrex::LayoutData::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'amrex::LayoutData::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'amrex::LayoutData::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'amrex::LayoutData::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)']]], + ['layoutdata_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_2a_20_3e_4363',['LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20hypre_5fint_20_3e_20_3e_4364',['LayoutData< amrex::PODVector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_4365',['LayoutData< amrex::PODVector< Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_4366',['LayoutData< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboundcond_20_3e_20_3e_20_3e_4367',['LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20bctuple_20_3e_20_3e_4368',['LayoutData< amrex::Vector< BCTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20realtuple_20_3e_20_3e_4369',['LayoutData< amrex::Vector< RealTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20gfab_20_3e_4370',['LayoutData< GFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20hypre_5fint_20_3e_4371',['LayoutData< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20int_20_3e_4372',['LayoutData< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20int_20_3e_4373',['LayoutData< Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20petscint_20_3e_4374',['LayoutData< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20realtuple_20_3e_4375',['LayoutData< RealTuple >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['lbound_4376',['lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc',1,'amrex::lbound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac',1,'amrex::lbound(BoxND< dim > const &box) noexcept']]], + ['lbound_5fiv_4377',['lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d',1,'amrex']]], + ['ldg_4378',['LDG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a568da598ec8829dff901c81d530db976',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae595b27ab79b81cdbddf1a1e0fef31ea',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k, int n) noexcept']]], + ['leastusedcpus_4379',['LeastUsedCPUs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#acbe214292ef7da8223f4318919642ace',1,'amrex::DistributionMapping']]], + ['leastusedteams_4380',['LeastUsedTeams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a55134783f651fecac1282ea2029428f3',1,'amrex::DistributionMapping']]], + ['len_4381',['len',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'amrex::Array1D::len()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'Array1D< int, 0, N-1 >::len()']]], + ['len0_4382',['len0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'amrex::Table2D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'Table2D< RT >::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#accb55d2deb7abdb2c5fe9afd0f27046c',1,'amrex::Table3D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a3668191c352566d1d1c5835102b69e8c',1,'amrex::Table4D::len0()']]], + ['len1_4383',['len1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a8da09138b8d2468cc9898ba75700cdd1',1,'amrex::Table3D::len1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a24f8a04409c92b85616e68e23ed0cb15',1,'amrex::Table4D::len1(GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], + ['len2_4384',['len2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a346a4f218664dc863f9082a7f1a13f6b',1,'amrex::Table4D']]], + ['length_4385',['length',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3658deeec368fbc6be8f9555ac37bab5',1,'amrex::MFIter::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'amrex::BaseFab::length()'],['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a7a833bea16a8f29bab8bc283d5eb4c23',1,'N_VectorContent_MultiFab_notptr::length()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c',1,'amrex::length(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8',1,'amrex::length(BoxND< dim > const &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aee1bde14bdd1fa4a02c2f340c5611b85',1,'amrex::RealBox::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae0c4bfaf52dced3b58a138bc2d28dc47',1,'amrex::ClusterList::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'BoxND< AMREX_SPACEDIM >::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'BoxND< AMREX_SPACEDIM >::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'amrex::BoxND::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'amrex::BoxND::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< Real >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< PetscInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< HYPRE_Int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< EBCellFlag >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< char >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< AtomicInt >::length()']]], + ['length3d_4386',['length3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'amrex::BoxND::length3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'BoxND< AMREX_SPACEDIM >::length3d()']]], + ['length_5fiv_4387',['length_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672',1,'amrex']]], + ['lengthofset_4388',['LengthOfSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9138f1bb7d077d7d1cd043715ecb7d74',1,'amrex::NFilesIter']]], + ['less_4389',['LESS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a24a93bfed92dca16735a42fb83bd244f',1,'amrex::AMRErrorTag']]], + ['level_4390',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html',1,'amrex::EB2::Level'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac843646825df5f720267a7c641204301',1,'amrex::EB2::Level::Level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a18159b17b5d40999e3f38474e53f23ff',1,'amrex::AmrLevel::Level()']]], + ['level_4391',['level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ae72224f4b411313148d1db9fc0572bd5',1,'amrex::NeighborParticleContainer::NeighborCopyTag::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ead194f676341d430afef85f2a50904977',1,'amrex::NeighborParticleContainer::MaskComps::level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a15535c7cc1f73df2cc3b0b720d8ab5a4',1,'amrex::AmrLevel::level()']]], + ['level_5fbeing_5fadvanced_4392',['level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0c8b87958fdb3cc31b2b3b994c8b37e',1,'amrex::Amr']]], + ['level_5fcount_4393',['level_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1a1d9a33774055f267ad5297b2846ecc',1,'amrex::Amr']]], + ['level_5fid_4394',['level_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a5ef18c3bf10553a03c1ebc12106f3226',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['level_5fsteps_4395',['level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a38fbd17db8a050b5bf3302427b9285ea',1,'amrex::Amr']]], + ['levelbc_5fraii_4396',['levelbc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'amrex::MLLinOpT::levelbc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'MLLinOpT< Array< MultiFab, 3 > >::levelbc_raii()']]], + ['levelbld_4397',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html',1,'amrex::LevelBld'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#aee859f0bc17d637c35c23047d67784aa',1,'amrex::LevelBld::LevelBld()']]], + ['levelbld_4398',['levelbld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a99ffc00c495183894b2ee7e11a79685e',1,'amrex::Amr']]], + ['levelbld_4399',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a15187caf83aa0cca8784f3c2c733fd82',1,'amrex::LevelBld::LevelBld() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a1d97d19552c4c36cccdd8fea75b8c06c',1,'amrex::LevelBld::LevelBld(LevelBld &&) noexcept=default']]], + ['levelcount_4400',['levelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad37c151a0ef82ea98f18707e98d44dc7',1,'amrex::Amr']]], + ['leveldefined_4401',['LevelDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a76e1b4915e0fab0cf472ce392a5acbaa',1,'amrex::ParGDBBase::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9a55d74e7bf55e362c14969ddd94aac2',1,'amrex::ParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#acc2ddbb687a61fccf1a5089d9c9617cf',1,'amrex::AmrParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a472f37d544bf28e75d2c05630969e554',1,'amrex::AmrMesh::LevelDefined()']]], + ['leveldirectoriescreated_4402',['levelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::levelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'amrex::ParticleContainer_impl::levelDirectoriesCreated()']]], + ['leveldirectorycreated_4403',['levelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a90e201ef6ef11f2c42fc9a0de76939',1,'amrex::AmrLevel']]], + ['leveldirectorynames_4404',['LevelDirectoryNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2c60baf6b91ceb8f41054f1ccd1b4e5e',1,'amrex::AmrLevel']]], + ['levelfullpath_4405',['LevelFullPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a438b71d250fb65fd385716c745be94ad',1,'amrex']]], + ['levelpath_4406',['LevelPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85',1,'amrex']]], + ['levelstep_4407',['levelStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a95d9cd20405f8a1010923a022c929f38',1,'amrex::PlotFileDataImpl::levelStep()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#afb42191a08a62dff1534e21804a1891b',1,'amrex::PlotFileData::levelStep()']]], + ['levelsteps_4408',['LevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae438fc92d638f323795408735f2cebb8',1,'amrex::AmrData']]], + ['levelsteps_4409',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8101a391189955c50c7a36d359f3f5ed',1,'amrex::Amr::levelSteps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9a873156471b39d52631b3e56b8218a5',1,'amrex::AmrData::levelSteps()']]], + ['lgmres_5fsolver_5fconfigure_4410',['lgmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2dce11a296890cc9e974d2e9102eba29',1,'amrex::HypreIJIface']]], + ['limiters_4411',['limiters',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5',1,'PPM']]], + ['lincc_5finterp_4412',['lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f',1,'amrex']]], + ['lincomb_4413',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< PetscInt >']]], + ['lincomb_4414',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3',1,'amrex::LinComb(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src_a, int acomp, typename MF::value_type b, Array< MF, N > const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a932a04b3088166f5be65d24d2de33213',1,'amrex::LinComb(MF &dst, typename MF::value_type a, MF const &src_a, int acomp, typename MF::value_type b, MF const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'amrex::FabArray::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< AtomicInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< PetscInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::CutFab >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::EBCellFlagFab >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::Mask >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< FArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< IArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< TagBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0486c02587ea11cc9a30e9da8d7cf957',1,'amrex::MultiFab::LinComb()']]], + ['lincomb_4415',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'amrex::BaseFab::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< AtomicInt >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< char >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< EBCellFlag >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< HYPRE_Int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a71a6bdfd44b64400a631d7cee6c25cb2',1,'amrex::GMRESMLMGT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a891c43771c03412e044bf7b807bfb85e',1,'amrex::FabSetT::linComb(value_type a, const MF &mfa, int a_comp, value_type b, const MF &mfb, int b_comp, int dcomp, int ncomp, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6ecf47a622303ab157f7e18a4b870205',1,'amrex::FabSetT::linComb(value_type a, value_type b, const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ae8f5e1195457dc7f2204abbcaf2fe148',1,'amrex::BndryRegisterT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< Real >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< int >::linComb()']]], + ['line_5ffile_4416',['line_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a2067033e63c674e9b203917835595bdb',1,'amrex::BLBTer']]], + ['linear_4417',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html',1,'amrex::ParticleInterpolator::Linear'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a1fc7379baaa9b4132c2ce77840f89272',1,'amrex::ParticleInterpolator::Linear::Linear()']]], + ['linear_5finterp_4418',['linear_interp',['../group__EBGodunov.html#gae7fb5657f6312ba192f0ad3a3652f4a8',1,'hydro_ebgodunov_transverse_2D_K.H']]], + ['linear_5finterpolate_5fto_5fparticle_4419',['linear_interpolate_to_particle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea',1,'amrex']]], + ['linedistfcnelement2d_4420',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html',1,'amrex::LineDistFcnElement2d'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a4f4e886cb99ae23f57dbb402b5cbb910',1,'amrex::LineDistFcnElement2d::LineDistFcnElement2d()']]], + ['linelength_4421',['LINELENGTH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a437894f04cb4f84ae291fb58f63fac4f',1,'amrex::Amrvis']]], + ['lineseg_5ftri_5fintersect_4422',['lineseg_tri_intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e',1,'amrex::tri_geom_ops']]], + ['linevalues_4423',['LineValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a807eb1ae7923222c105b1c023ef26920',1,'amrex::DataServices']]], + ['linevaluesrequest_4424',['LineValuesRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab1fee9049e0a58f8accfb3ef77030d30',1,'amrex::DataServices']]], + ['lininterp_4425',['linInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< int >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, const Box &b1, int comp1, const BaseFab< T > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, int comp1, const BaseFab< T > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, const Box &b1, int comp1, const BaseFab< AtomicInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, int comp1, const BaseFab< AtomicInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< char >::linInterp(const BaseFab< char > &f1, const Box &b1, int comp1, const BaseFab< char > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< char >::linInterp(const BaseFab< char > &f1, int comp1, const BaseFab< char > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, const Box &b1, int comp1, const BaseFab< EBCellFlag > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, int comp1, const BaseFab< EBCellFlag > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, const Box &b1, int comp1, const BaseFab< HYPRE_Int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, int comp1, const BaseFab< HYPRE_Int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< int >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, const Box &b1, int comp1, const BaseFab< PetscInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, int comp1, const BaseFab< PetscInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, const Box &b1, int comp1, const BaseFab< Real > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, int comp1, const BaseFab< Real > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept']]], + ['linkcount_4426',['linkCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e6e72d37c4f23eecead5b448e4d94f1',1,'amrex::DistributionMapping']]], + ['linop_4427',['linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad7cbb6433d195bb9fc6aaf2f7b92ff76',1,'amrex::HypreNodeLap::linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a667e1a5701d1f0c19a5950f0aa44080f',1,'amrex::MLMGT::linop()']]], + ['linop_5fprepared_4428',['linop_prepared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1443859ff59e201d7bbdf0cc0971251d',1,'amrex::MLMGT']]], + ['linopenumtype_4429',['LinOpEnumType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html',1,'amrex']]], + ['linspace_4430',['linspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac2545137f1cadac01321de2f527ecac',1,'amrex']]], + ['lipair_4431',['LIpair',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8bc191492d7a25e16f586ef1e625649c',1,'amrex::DistributionMapping']]], + ['lipairgt_4432',['LIpairGT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html',1,'amrex::DistributionMapping']]], + ['lipairlt_4433',['LIpairLT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html',1,'amrex::DistributionMapping']]], + ['list_5ftype_4434',['list_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html#ade5844430b8549754df043e3cf4d870d',1,'amrex::CompileTimeOptions']]], + ['listderivefunc_4435',['ListDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1335563a0cca7162b541f4bdf3d7b5a4',1,'amrex::AmrData::ListDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa974b608a9dce7d566ed3a9dd4ad87fe',1,'amrex::DataServices::ListDeriveFunc()']]], + ['lo_4436',['lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'amrex::Array1D::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a6d064be1725438f3d730f6522f9ced83',1,'amrex::BoxIndexerND::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aded9c5a0cac5cfd5a320c32a26144dcc',1,'amrex::RealBox::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af47f7f7299a40c820515f9eeb983d14b',1,'amrex::RealBox::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aeb9332bd9350ab5d7fd3a32afa888659',1,'amrex::RealBox::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af44163f840ea676ad8d51f6dd9d65998',1,'amrex::TableData::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac75d317389a2ae2a793dd69194557a50',1,'amrex::BCRec::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a28f03096d6b1b7373a48b7079ae94e67',1,'amrex::BCRec::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae0818ccc6f8443bdaa7abee52a6b4678',1,'amrex::BCRec::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'Array1D< int, 0, N-1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a12a2ef93337b59b9371db5f9bc43be69',1,'amrex::ForkJoin::ComponentSet::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#aeab54119b31480eb83ee6a68b19dcdca',1,'amrex::BoxIndexerND< 1 >::lo()']]], + ['load_5fvectors_4437',['load_vectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a674354d0ea227950c1d7507f553e9f04',1,'amrex::HypreSolver']]], + ['loadbalance_5flevel0_5fint_4438',['loadbalance_level0_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4c3e758e6025e4cf4f975f445d1eb6f3',1,'amrex::Amr']]], + ['loadbalance_5fmax_5ffac_4439',['loadbalance_max_fac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ada948dc3a7c2301b9aab5f9b9f65507f',1,'amrex::Amr']]], + ['loadbalance_5fwith_5fworkestimates_4440',['loadbalance_with_workestimates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6019d262d557fc37c9706c05a6cc5794',1,'amrex::Amr']]], + ['loadbalancelevel0_4441',['LoadBalanceLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab35e0719d1321112010ff20228ad1acc',1,'amrex::Amr']]], + ['loadvectors_4442',['loadVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f8c2e606928f4ba9bf4cc909e830ae',1,'amrex::PETScABecLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9a4132962fea0f9ec7e1566e1aa6254e',1,'amrex::HypreNodeLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a1e022b7b14f485c9d9aa5ab1bb52a929',1,'amrex::HypreABecLap3::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a4acee7b70c037a9ae8b22757b097e0f3',1,'amrex::HypreABecLap2::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a4778eb6c291a39971617eb0bf69dff3f',1,'amrex::HypreABecLap::loadVectors()']]], + ['lobc_4443',['LoBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'MLLinOpT< Array< MultiFab, 3 > >::LoBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'amrex::MLLinOpT::LoBC()']]], + ['local_5fcollate_5fcpu_4444',['local_collate_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a62994a11c6b9211c7d459571caf99d56',1,'amrex::TagBoxArray']]], + ['local_5fcollate_5fgpu_4445',['local_collate_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae151c3feb479bcc695e279915e2a068c',1,'amrex::TagBoxArray']]], + ['local_5fcopy_5fcpu_4446',['local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d',1,'amrex::NonLocalBC']]], + ['local_5fcopy_5fgpu_4447',['local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3',1,'amrex::NonLocalBC']]], + ['local_5findex_5fmap_4448',['local_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a8cdb1fbae0dace9fcc0dc622c3409d',1,'amrex::MFIter']]], + ['local_5fneighbor_5fsizes_4449',['local_neighbor_sizes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abbb2992e59999ae9c2866da0b90a7378',1,'amrex::NeighborParticleContainer']]], + ['local_5fneighbors_4450',['local_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a36b78bd6fa71f934871cf953892ef4f8',1,'amrex::NeighborParticleContainer']]], + ['local_5fng_5f1d_4451',['local_ng_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a14784f9d4294864a4a73b5f5e5f054e2',1,'hacc::Distribution::local_ng_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1b9d450eddfce95a58668ec64562d982',1,'hacc::Distribution::local_ng_1d() const)[3]']]], + ['local_5fng_5f2d_5fx_4452',['local_ng_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a26f0bb510168262f1431e28d16f737c5',1,'hacc::Distribution::local_ng_2d_x() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#af955d6c08b5ded766245f60828cdd039',1,'hacc::Distribution::local_ng_2d_x(int i) const']]], + ['local_5fng_5f2d_5fy_4453',['local_ng_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a99b59a934893e973d601f85258eef3a0',1,'hacc::Distribution::local_ng_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a217d24143f5236d7b8fc224551b4cc97',1,'hacc::Distribution::local_ng_2d_y(int i) const']]], + ['local_5fng_5f2d_5fz_4454',['local_ng_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a7b18aff8b7ccfc96b0f58148ad54c87c',1,'hacc::Distribution::local_ng_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab9d7979cc6700470b188a13e23e077e9',1,'hacc::Distribution::local_ng_2d_z(int i) const']]], + ['local_5fng_5f3d_4455',['local_ng_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a42762b0e7ae076edbbd6cbd6bc1725c1',1,'hacc::Distribution::local_ng_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a69fea1b10e8f41cea41a5779e2d6386a',1,'hacc::Distribution::local_ng_3d(int i) const']]], + ['local_5fng_5fkspace_4456',['local_ng_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a1542745eeaee5329cba97afa9c17c4e1',1,'hacc::Dfft::local_ng_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8f5425ac672068dbfff3467676171ead',1,'hacc::Dfft::local_ng_kspace(int i) const']]], + ['local_5fng_5frspace_4457',['local_ng_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80cda3f267109eace9820179fea3028b',1,'hacc::Dfft::local_ng_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aea6a617a07fcd8f6806f4436fdbb0d73',1,'hacc::Dfft::local_ng_rspace() const)[3]']]], + ['local_5fnode_5fid_4458',['local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2fd291b75b96615bab7ca98c226f039c',1,'amrex::HypreNodeLap']]], + ['local_5fsize_4459',['local_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a0d0b051631c3eb9c462a7a443c84f497',1,'hacc::Dfft::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad3c43e940d0e5caaf5ec3fb5d4999111',1,'hacc::Distribution::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aabf6dbff99d8524f9c9d082302afdd5e',1,'amrex::FabArrayBase::local_size()']]], + ['local_5ftile_5findex_5fmap_4460',['local_tile_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a72828c9a333be0dfff3e89e350fd0e11',1,'amrex::MFIter']]], + ['local_5fto_5fglobal_5frank_4461',['local_to_global_rank',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a766c71905985383fd282cace905237d4',1,'amrex::ParallelContext::local_to_global_rank(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5',1,'amrex::ParallelContext::local_to_global_rank(int *global, const int *local, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac60250687a1fd30ef799d90099b42f3d',1,'amrex::ParallelContext::Frame::local_to_global_rank(int *global, const int *local, int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0b1d7ebb925ad002bfb7d05913ae116a',1,'amrex::ParallelContext::Frame::local_to_global_rank(int lrank)']]], + ['local_5fupdate_4462',['local_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#a6fa8e68bad77f4d1094db1acddad0a93',1,'amrex::ReduceOpLogicalAnd::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#aa69a4be600ad14cd2149c8fd4d4b8766',1,'amrex::ReduceOpLogicalOr::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a7c5827f2596556167953ed78492a68ed',1,'amrex::ReduceOpMax::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#aff90edbbdf2586ee6004f01d07fd616f',1,'amrex::ReduceOpMin::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#adbf4eb7fdc93fd0bfdae1aee23a1239b',1,'amrex::ReduceOpSum::local_update()']]], + ['localadd_4463',['LocalAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::Mask >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< IArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< FArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5',1,'amrex::LocalAdd(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05',1,'amrex::LocalAdd(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< TagBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::EBCellFlagFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::CutFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'amrex::FabArray::LocalAdd()']]], + ['localcopy_4464',['LocalCopy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd',1,'amrex::LocalCopy(DMF &dst, SMF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71',1,'amrex::LocalCopy(Array< DMF, N > &dst, Array< SMF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3',1,'amrex::NonLocalBC::LocalCopy(const PackComponents &components, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb',1,'amrex::NonLocalBC::LocalCopy(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< FArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::CutFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::EBCellFlagFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::Mask >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< IArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< TagBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'amrex::FabArray::LocalCopy()']]], + ['localcopy_5ft_4465',['LocalCopy_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80',1,'amrex::NonLocalBC']]], + ['localfabsource_4466',['localFabSource',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a49a660fc34d5de5bbd5d8fb8b49580e8',1,'amrex::FabCopyDescriptor']]], + ['localindex_4467',['localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa848db21ec5426fab2c86d441cd0a314',1,'amrex::FabArrayBase']]], + ['localindex_4468',['LocalIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab9afc4ebb6b729bcecdba6b22a317e88',1,'amrex::MFIter']]], + ['localindexmap_4469',['localIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a65f8a2b40876923cd17cd7bb45b1177e',1,'amrex::FabArrayBase::TileArray']]], + ['localtileindex_4470',['LocalTileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a02c0b04b49bf0116bc21ee53e3593225',1,'amrex::MFIter']]], + ['localtileindexmap_4471',['localTileIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a77df041121016e402a0b5df46a8fe7e6',1,'amrex::FabArrayBase::TileArray']]], + ['locateparticle_4472',['locateParticle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const']]], + ['location_4473',['Location',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedfa751b8cf7f0d06a43e71b6e7795cf',1,'amrex::MLALaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4',1,'amrex::LinOpEnumType::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aed1bdc13923f234ac4e4c6425210db69',1,'amrex::MLABecLaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a97dd28df6c3a612116bc4d4f95fb98fb',1,'amrex::MLCellABecLapT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac93e5fc5cf3373e6711f1328b051b997',1,'amrex::MLCellLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa0d2dff0a1bfbad55c5f6e3a31d16652',1,'amrex::MLCurlCurl::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'amrex::MLLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'MLLinOpT< Array< MultiFab, 3 > >::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4adf824fc2842cb7a07dcc0395627629',1,'amrex::MLMGT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aee09d92cf1cb6a1f95ccadead11ccac4',1,'amrex::MLPoissonT::Location()']]], + ['location_4474',['location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#ac85b3ff5c926739723021bf2d01254f7',1,'amrex::MLCellLinOpT::BCTL']]], + ['lock_4475',['lock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ad0e65d9bf77725b6bad2a6794d6e2fee',1,'amrex::BlockMutex']]], + ['lockadd_4476',['lockAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< Real >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< PetscInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< HYPRE_Int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< EBCellFlag >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< char >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< AtomicInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'amrex::BaseFab::lockAdd()']]], + ['loedge_4477',['LoEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6f6cad7c903feeb070e26cea3df1af5c',1,'amrex::CoordSys::LoEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aad8c159e97f7422f2bf45b92bf3a3002',1,'amrex::CoordSys::LoEdge(int point, int dir) const noexcept']]], + ['loface_4478',['LoFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ae177792027908beb20976fbd0628d754',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abbaf6097689bdafcce5853d0a74c8a73',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept']]], + ['log_4479',['log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984',1,'amrex']]], + ['logicaland_4480',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html',1,'amrex::LogicalAnd< class >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a766ff7e5ed9d78fb3a0d5eaffec9c2ea',1,'amrex::Gpu::Atomic::LogicalAnd()']]], + ['logicalor_4481',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html',1,'amrex::LogicalOr< class >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53a66f5fe06e3b8839cb0f79f0d0ea3d',1,'amrex::Gpu::Atomic::LogicalOr()']]], + ['logspace_4482',['logspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866',1,'amrex']]], + ['longside_4483',['longside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'BoxND< AMREX_SPACEDIM >::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'BoxND< AMREX_SPACEDIM >::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'amrex::BoxND::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'amrex::BoxND::longside(int &dir) const noexcept']]], + ['lonode_4484',['LoNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2b1eed19248c0b8ffc16733bbf1d6baa',1,'amrex::CoordSys::LoNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a0f2dc8592daa645225f6fbb76c7061c7',1,'amrex::CoordSys::LoNode(const IntVect &point, Real *loc) const noexcept']]], + ['lonodeloc_4485',['LoNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a0fc16f868cf63f196fa3b3aecc6f211e',1,'amrex::AmrData']]], + ['loop_4486',['Loop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a614341eb1f669411a7ae80905a563432',1,'amrex::Loop(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a',1,'amrex::Loop(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8518382186436012e8d327c7122fd6',1,'amrex::Loop(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae',1,'amrex::Loop(BoxND< dim > const &bx, F const &f) noexcept']]], + ['loop_5fimpnd_4487',['Loop_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['loopconcurrent_4488',['LoopConcurrent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], + ['loopconcurrent_5fimpnd_4489',['LoopConcurrent_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#aa6ce039c09354f520de021d761c40800',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['loopconcurrentoncpu_4490',['LoopConcurrentOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], + ['loopconcurrentoncpu_5fimpnd_4491',['LoopConcurrentOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['looponcpu_4492',['LoopOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, F const &f) noexcept']]], + ['looponcpu_5fimpnd_4493',['LoopOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af4f26da56a7147fc25072e711b19688c',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af7f8efd7c7639823222394e405d335f2',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], + ['lor_4494',['lor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da9409354542db34fb149ecb3c91ebb8bd',1,'amrex::detail']]], + ['lov_4495',['loV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ad64dd52bc29882baff668896c2dde9cd',1,'amrex::Hypre']]], + ['lovect_4496',['loVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'amrex::BaseFab::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< AtomicInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< char >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< EBCellFlag >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< HYPRE_Int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< PetscInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< Real >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'amrex::BoxND::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'amrex::BoxND::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'BoxND< AMREX_SPACEDIM >::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'BoxND< AMREX_SPACEDIM >::loVect() const &noexcept']]], + ['lovect3d_4497',['loVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'BoxND< AMREX_SPACEDIM >::loVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'amrex::BoxND::loVect3d()']]], + ['low_4498',['low',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410a20ab23ed836ba1667dddbd915ff85255',1,'amrex::Orientation']]], + ['lowconnectivitycell_4499',['LOWCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a18a436f5269414b41219195a6e3613f2',1,'amrex::InSituUtils']]], + ['lower_5fbound_4500',['lower_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71',1,'amrex']]], + ['lowerindex_4501',['LowerIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aedba9cb3e81e6a96fd3cea8330ef0708',1,'amrex::CoordSys']]], + ['lowest_4502',['lowest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#ab5e449549896fdf8698e0bab593a5b92',1,'amrex::ValLocPair']]], + ['lp_4503',['Lp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a16d88d529344d6a6f99d66a99e122443',1,'amrex::MLCGSolverT']]], + ['lpinfo_4504',['LPInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html',1,'amrex']]], + ['ls_4505',['LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad774ef92ba17a6baff2d36023f33b87f',1,'amrex::SundialsIntegrator']]], + ['lst_4506',['lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a27c46e812840379455b46b092f2e6732',1,'amrex::ClusterList::lst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ace36f314eae21bef0f4f97e17ba3982a',1,'amrex::DeriveList::lst()']]], + ['lusolver_4507',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html',1,'amrex::LUSolver< N, class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#afdbcba9c8adb9f87e26470604e85e5d0',1,'amrex::LUSolver::LUSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a39bf746e19e32ff8a3b2e37f0288b791',1,'amrex::LUSolver::LUSolver(Array2D< T, 0, N-1, 0, N-1, Order::C > const &a_mat)']]], + ['lvp_4508',['lvp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#abbf396f19865fa20d59aa8d2353cea53',1,'amrex::iparser_node']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_d.js b/amrex-hydro/Doxygen/html/search/all_d.js index b3a9109..e683df1 100644 --- a/amrex-hydro/Doxygen/html/search/all_d.js +++ b/amrex-hydro/Doxygen/html/search/all_d.js @@ -1,1418 +1,1429 @@ var searchData= [ - ['m_4492',['M',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a80221e673408a11d8a35e40f5d819c0f',1,'amrex::openbc']]], - ['m_5fa_4493',['m_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6b8a8e6608be0522ca4b052414b28bf5',1,'amrex::HypreSolver']]], - ['m_5fa_5fcoeffs_4494',['m_a_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a48c0efb6e525e5c901c1ee34fa5119ca',1,'amrex::MLEBABecLap::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a09836660facdfeea8daba978902f9673',1,'amrex::MLALaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acd74fe42cd460e0e8cc50fae5550233e',1,'amrex::MLABecLaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3d10f9755818d95245385d0eff01780b',1,'amrex::MLNodeABecLaplacian::m_a_coeffs()']]], - ['m_5fa_5fscalar_4495',['m_a_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4c4cc805f15b8f9dd1fa694f00110a1d',1,'amrex::MLALaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac43a9c8728bb7861415d80283d41e064',1,'amrex::MLEBABecLap::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ad3cf841c5fb35c480f8130db69c287a7',1,'amrex::MLNodeABecLaplacian::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a6238682285be8b4464de6531f73d5cd8',1,'amrex::MLABecLaplacianT::m_a_scalar()']]], - ['m_5fabeclap_4496',['m_abeclap',['../classHydro_1_1MacProjector.html#a21e61ba0627e90c2bc1fb25657cbf9c5',1,'Hydro::MacProjector']]], - ['m_5fabox_4497',['m_abox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa1d0e47191bce43137f9aeecf529f64',1,'amrex::BARef']]], - ['m_5facoef_5fset_4498',['m_acoef_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac6489a20e89c720a91f81ae8d29496f2',1,'amrex::MLABecLaplacianT::m_acoef_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a148d4b95cd52c3e753735aadaeeb7bb5',1,'amrex::MLEBABecLap::m_acoef_set()']]], - ['m_5factually_5fused_4499',['m_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#af3edc78581fb20c7273fbf74494e0c48',1,'amrex::CArena']]], - ['m_5fadjust_5fsingular_5fmatrix_4500',['m_adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af24450dfdae7450d10455cae431fb457',1,'amrex::HypreIJIface']]], - ['m_5falloc_4501',['m_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ad1b240a0437cfcaee6788096d93a1674',1,'amrex::CArena']]], - ['m_5falloc_5fsingle_5fchunk_4502',['m_alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a12b9e0ac23fbfa55a6ae4d6bf2d97ba8',1,'amrex::FabArrayBase']]], - ['m_5fallregular_4503',['m_allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a16651c9d026bf4c7876a890be6e85253',1,'amrex::EB2::Level']]], - ['m_5falpha_4504',['m_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a8e3436cc293f45df20b351de804af2fd',1,'amrex::MLCurlCurl::m_alpha()'],['../classHydro_1_1NodalProjector.html#a203ba5e56729b8fd5fe1651e72cdea3b',1,'Hydro::NodalProjector::m_alpha()']]], - ['m_5famr_5fref_5fratio_4505',['m_amr_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'amrex::MLLinOpT::m_amr_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'MLLinOpT< Array< MultiFab, 3 > >::m_amr_ref_ratio()']]], - ['m_5famrcore_4506',['m_amrcore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a00e116c7e99b0d8be6a4db40bfb3b45b',1,'amrex::AmrParGDB']]], - ['m_5famrlevel_4507',['m_amrlevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aaba17b56198aea206fe9b6fd2ca66cf6',1,'amrex::FillPatchIterator::m_amrlevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a80b3e46711c13269eb5d563e934398fc',1,'amrex::FillPatchIteratorHelper::m_amrlevel()']]], - ['m_5faos_4508',['m_aos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'amrex::ConstParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'amrex::ParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()']]], - ['m_5faos_5ftile_4509',['m_aos_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a434377380cf9f4dd45362080837b6ec4',1,'amrex::ParticleTile']]], - ['m_5far_4510',['m_ar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'amrex::ArenaAllocatorBase::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a609327af6ac8ee5902c0c7d0a6629772',1,'amrex::Cluster::m_ar()']]], - ['m_5fareafrac_4511',['m_areafrac',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#ad57b1101b621679c1fb014db5c6beb43',1,'amrex::EB2::Face::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aca26ce33e69ffb0b4314fc8df4074d80',1,'amrex::EBDataCollection::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a26945ad6833c8275b375cec03a60cad0',1,'amrex::EB2::Level::m_areafrac()']]], - ['m_5fareafrac_5fname_4512',['m_areafrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#ae22db76834f8b39260c446a8fc2806fb',1,'amrex::EB2::ChkptFile']]], - ['m_5fareanottotag_4513',['m_AreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa11acf69e2d0372e204cfea5934658f6',1,'amrex::AmrLevel']]], - ['m_5fareatotag_4514',['m_AreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a512443a06a9bee5a9c911326c65e1370',1,'amrex::AmrLevel']]], - ['m_5farena_4515',['m_arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a9f2221690b1d215e8f683e84753bbde5',1,'amrex::PolymorphicArenaWrapper::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ae9df9a5aa76b646a0d8fb039033289f0',1,'amrex::Gpu::Deleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3f56660ebd06ba11f5c873d99b3e899f',1,'amrex::DataDeleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a901b7f1e68950afc823ebc10c093cb94',1,'amrex::DataAllocator::m_arena()']]], - ['m_5farrays_4516',['m_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::Mask >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< FArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< IArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::EBCellFlagFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< TagBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'amrex::FabArray::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< PetscInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::CutFab >::m_arrays()']]], - ['m_5fascalar_4517',['m_ascalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5c3c993e3774ba9f2663dbba34f82596',1,'amrex::HypreMLABecLap']]], - ['m_5fassign_5fbuffer_5fgrid_4518',['m_assign_buffer_grid',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a0560deac64bc66d21eb1ad8f1c24c430',1,'FilterVirt']]], - ['m_5fassign_5fgrid_4519',['m_assign_grid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a067cf16cb382b143e8c1891468548937',1,'AssignGridFilter']]], - ['m_5fatol_4520',['m_atol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'amrex::GMRES::m_atol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_atol()']]], - ['m_5fb_4521',['m_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf15a119c1435c35c3f63c5e2d38bd3f',1,'amrex::HypreSolver::m_b()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a292b7313c477c14ba179443ce2d24112',1,'amrex::Gpu::range_detail::range_impl::m_b()']]], - ['m_5fb_5fcoeffs_4522',['m_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#affcd897d0397c49df2bb9cdef4a51050',1,'amrex::MLABecLaplacianT::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad631dff72b03c8a0d629bd735a63078e',1,'amrex::MLEBABecLap::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a5cd389955d914c283d6594ca8f224c8a',1,'amrex::MLNodeABecLaplacian::m_b_coeffs()']]], - ['m_5fb_5fscalar_4523',['m_b_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a26517485398ff391981892885e511f94',1,'amrex::MLALaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1fb977f5a6b0c8682e5f658a4dc9db0c',1,'amrex::MLEBABecLap::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ab7bb116d25a0ab43e4e7124aa257e306',1,'amrex::MLNodeABecLaplacian::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a539516410949fb84f32bdf408fdd2e18',1,'amrex::MLABecLaplacianT::m_b_scalar()']]], - ['m_5fba_4524',['m_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a38a28db75d6cca9d3c87ad9931084f09',1,'amrex::AmrParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a97b3de417e81c1776fe44e33ef9923d2',1,'amrex::ParticleBufferMap::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7d7032e9d6618767e8e35743a9139d62',1,'amrex::MPMD::Copier::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae1577679bfb4ab104a875852a9dbecda',1,'amrex::FillPatchIteratorHelper::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ab62ef15c4a342cc3eb61e116b23bd285',1,'amrex::VisMF::Header::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#af00ec28e28d685f8cef31dfb1a82d805',1,'amrex::ParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a398bff4255e23b17afdbb21529343b0f',1,'amrex::ParticleLocator::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a2cd678a68c564bb01fd2cd47ce594521',1,'amrex::PlotFileDataImpl::m_ba()']]], - ['m_5fba_5fall_4525',['m_ba_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aee4a8457a8b4b42831ea654578bfe5f6',1,'amrex::OpenBCSolver']]], - ['m_5fba_5fid_4526',['m_ba_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a72b32342670aa4c490e3362b75943633',1,'amrex::FabArrayBase::BDKey']]], - ['m_5fbag_4527',['m_bag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a597017e3faf53c6b6569a27fbf01ce3f',1,'amrex::OpenBCSolver']]], - ['m_5fbat_4528',['m_bat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a416da5b2620e5c9cad12ab2fd73d349b',1,'amrex::BoxArray::m_bat()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a24bf518e21de06c34d5ccafe0b1ac244',1,'amrex::FabArrayBase::ParForInfo::m_bat()']]], - ['m_5fbat_5ftype_4529',['m_bat_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#addbc01e0e2621532efa04d4f28e3f305',1,'amrex::BATransformer']]], - ['m_5fbc_5fhi_4530',['m_bc_hi',['../classHydro_1_1NodalProjector.html#a4fd04f8b717b8162b23ad5b642a3487e',1,'Hydro::NodalProjector']]], - ['m_5fbc_5flo_4531',['m_bc_lo',['../classHydro_1_1NodalProjector.html#aba3564764203f615abadc34dd8d371ec',1,'Hydro::NodalProjector']]], - ['m_5fbcoefs_4532',['m_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5ffc86d6c741f71d676a5834deba92a6',1,'amrex::MLCurlCurl']]], - ['m_5fbcondloc_4533',['m_bcondloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8ea2fb547b5b9b37d88880948073e00c',1,'amrex::MLCellLinOpT']]], - ['m_5fbcr_4534',['m_bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a482d13bca7d063a552a82874e7a9f1d8',1,'amrex::PhysBCFunct']]], - ['m_5fbd_5fcount_4535',['m_BD_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af3d0b759e5fa01a885c95e93e0e9f7b1',1,'amrex::FabArrayBase']]], - ['m_5fbdkey_4536',['m_bdkey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2865ec7ad6d6f09cf1a3a891b603144c',1,'amrex::FabArrayBase']]], - ['m_5fbeta_4537',['m_beta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b83a2461e9903530a1903a12ddec15b',1,'amrex::MLCurlCurl']]], - ['m_5fbeta_5floc_4538',['m_beta_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#afc12bcb23ed82f37ceae7da2d6f44eea',1,'amrex::MLEBABecLap::m_beta_loc()'],['../classHydro_1_1MacProjector.html#a80c9dd1fb10365f322541aa8bcdd196d',1,'Hydro::MacProjector::m_beta_loc()']]], - ['m_5fbi_4539',['m_bi',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aae3482bf8801229e16bc2adfd474a84c',1,'hacc::Dfft']]], - ['m_5fbif_4540',['m_bif',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'amrex::AssignGrid::m_bif()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bif()']]], - ['m_5fbin_5fsize_4541',['m_bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'amrex::AssignGrid::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a06c4d242ffac4f47f0c3653a4a69f2c3',1,'amrex::ParticleLocator::m_bin_size()']]], - ['m_5fbin_5ftype_5farray_4542',['m_bin_type_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a32a3a6e1b23801796736f10c13fe0600',1,'amrex::BinMapper']]], - ['m_5fbins_4543',['m_bins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a79bc6fac3bccc4135ddd0df34e5747dd',1,'amrex::ParticleLocator::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#afaba6cf4d3a98c920b0ba530d461c94f',1,'amrex::SparseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'amrex::DenseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< ParticleType >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< typename amrex::ParticleTileData >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#ae69ba0154224a168b3b74ad03d50baca',1,'amrex::NeighborList::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'amrex::ParticleContainer_impl::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_bins()']]], - ['m_5fbins_5fhi_4544',['m_bins_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a0b5da81617041d99e743ab54bd812657',1,'amrex::ParticleLocator']]], - ['m_5fbins_5flo_4545',['m_bins_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a6b81a4528612b6f121dcfcfcf00071e1',1,'amrex::ParticleLocator']]], - ['m_5fbins_5fptr_4546',['m_bins_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afa3d2fe979810d8c42a56913e808c53d',1,'amrex::SparseBinIteratorFactory']]], - ['m_5fblock_4547',['m_block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a999ce0f54f3eae13c2533caabe5acc89',1,'amrex::CArena::Node']]], - ['m_5fbndry_4548',['m_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a64e1c781a5d446a7a7cc3ef1231c2218',1,'amrex::Hypre::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a67990960ff9c4294dafbe76031983532',1,'amrex::PETScABecLap::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6aa5787a3fc3a0c58eb3453158f99123',1,'amrex::HypreMLABecLap::m_bndry()']]], - ['m_5fbndry_5fcor_4549',['m_bndry_cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac667791f6b37a42e55ef25267bc78fa9',1,'amrex::MLCellLinOpT']]], - ['m_5fbndry_5frhs_4550',['m_bndry_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1f047d4669c1be7925f1e95315129858',1,'amrex::HypreMLABecLap']]], - ['m_5fbndry_5fsol_4551',['m_bndry_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2b8a625f55f16b9c5b620a82021f17f4',1,'amrex::MLCellLinOpT']]], - ['m_5fbndryarea_4552',['m_bndryarea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8d677f5c06ce1520cd23addf9d22d5ef',1,'amrex::EBDataCollection::m_bndryarea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a03eaf98bf7542beafaf696e05c431d5a',1,'amrex::EB2::Level::m_bndryarea()']]], - ['m_5fbndryarea_5fname_4553',['m_bndryarea_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2a4bd9dfa8f11189fc7278d1a6b8a1bb',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndrycent_4554',['m_bndrycent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8a3dfc8b1b1cf5d19c7538d630a4b44b',1,'amrex::EBDataCollection::m_bndrycent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a904a42dc11ddb39db9a497fa7093a0dc',1,'amrex::EB2::Level::m_bndrycent()']]], - ['m_5fbndrycent_5fname_4555',['m_bndrycent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2c620855d91588bcb44a71d07333f15c',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndrynorm_4556',['m_bndrynorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a586018b239d0fd75d2a920b4e7d8fa40',1,'amrex::EBDataCollection::m_bndrynorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a863477aadc907e1abeb83c666168ccc4',1,'amrex::EB2::Level::m_bndrynorm()']]], - ['m_5fbndrynorm_5fname_4557',['m_bndrynorm_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a36024f8e3ad6a998c8d8f84e2e0fbc1d',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndryreg_4558',['m_bndryReg',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a48eb0ed0866edb7e35185a585d68e8bf',1,'amrex::BATransformer::BATOp']]], - ['m_5fbottom_5fcomm_4559',['m_bottom_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'MLLinOpT< Array< MultiFab, 3 > >::m_bottom_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'amrex::MLLinOpT::m_bottom_comm()']]], - ['m_5fbottom_5fdot_5fmask_4560',['m_bottom_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4b398a735f5c05d0919bc24efc9a7025',1,'amrex::MLNodeLinOp']]], - ['m_5fbottom_5fsolver_5ftype_4561',['m_bottom_solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a6794548ac1811d752900f18875e596b5',1,'amrex::OpenBCSolver']]], - ['m_5fbottom_5fverbose_4562',['m_bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aac4bd2677d8bb695cffd7a476ad3a68b',1,'amrex::OpenBCSolver']]], - ['m_5fboundary_5fparticle_5fids_4563',['m_boundary_particle_ids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a71350435dff09e0768bdc74d0f943655',1,'amrex::NeighborParticleContainer']]], - ['m_5fboundry_5fis_5foutside_4564',['m_boundry_is_outside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ae50a6d985147b0ae607e688e120f2935',1,'amrex::STLtools']]], - ['m_5fbox_5fcounts_5fd_4565',['m_box_counts_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7285486c8e5119099572a46997f89641',1,'amrex::ParticleCopyPlan']]], - ['m_5fbox_5fcounts_5fh_4566',['m_box_counts_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ad7d72a20fb9d967f606d7e1ed546b6ac',1,'amrex::ParticleCopyPlan']]], - ['m_5fbox_5findex_4567',['m_box_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ade5ede9a60831d6a2bc97125cb11f18a',1,'amrex::EBFArrayBox']]], - ['m_5fbox_5foffset_4568',['m_box_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeed1f38381a165558cf5000201773038',1,'amrex::OpenBCSolver']]], - ['m_5fbox_5foffsets_4569',['m_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a0ed01f542a7575b5a8d300c751d962b2',1,'amrex::GetSendBufferOffset::m_box_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a813195052803b3c8844eb604a508e9b0',1,'amrex::ParticleCopyPlan::m_box_offsets()']]], - ['m_5fboxes_4570',['m_boxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afc603c5935ba128b01935f5ab94491ad',1,'amrex::FabArrayBase::ParForInfo::m_boxes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a5fbf90399c57c4fb121c1aac5ac825d7',1,'amrex::ParticleCopyOp::m_boxes()']]], - ['m_5fboxhi_4571',['m_boxHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a28bfb4eb34ce4273b9948f0c3e2451a4',1,'amrex::BoxIterator']]], - ['m_5fboxid_4572',['m_boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a19720ff54b3ba0b9180de7f0b0bbfa76',1,'amrex::WeightedBox']]], - ['m_5fboxlo_4573',['m_boxLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ac7faa53e27c1da649d1ce401be5edd8d',1,'amrex::BoxIterator']]], - ['m_5fbs_4574',['m_bs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a437859cd3c47a1323a21a3437877b0fa',1,'hacc::Dfft']]], - ['m_5fbscalar_4575',['m_bscalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9f02135c08e099121a1e35c8216c1417',1,'amrex::HypreMLABecLap']]], - ['m_5fbucket_5fto_5fgid_4576',['m_bucket_to_gid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aea0220c77ce964ed8fde473e51e90343',1,'amrex::ParticleBufferMap']]], - ['m_5fbucket_5fto_5flev_4577',['m_bucket_to_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af13d545be94a3e379ce0193f3f57d6b2',1,'amrex::ParticleBufferMap']]], - ['m_5fbucket_5fto_5fpid_4578',['m_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a33351037aaa2977e86fa377eaeb0a67e',1,'amrex::ParticleBufferMap::m_bucket_to_pid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a12b53b1f0f8833c2701601cf404e74ad',1,'amrex::GetPID::m_bucket_to_pid()']]], - ['m_5fbuffer_5fmap_4579',['m_buffer_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2eddb55f0ebdf394ea2ace09e1d0e4a4',1,'amrex::ParticleContainerBase']]], - ['m_5fbuild_5fcoarse_5flevel_5fby_5fcoarsening_4580',['m_build_coarse_level_by_coarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac61a177a98e7db517cf368ca8e901a68',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fbuild_5frreqs_4581',['m_build_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ae99c8d354fa1ed4c85a8856eed87accc',1,'amrex::ParticleCopyPlan']]], - ['m_5fbuild_5fstats_4582',['m_build_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab1268c5ed411da9959d9c18f97a92c9e',1,'amrex::ParticleCopyPlan']]], - ['m_5fbuildmap_4583',['m_BuildMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aea78b384d1325786fc3738a66cb16a32',1,'amrex::DistributionMapping']]], - ['m_5fbusylist_4584',['m_busylist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a88823438ee0e89721d65131d87d2f687',1,'amrex::CArena']]], - ['m_5fbx_4585',['m_bx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a97e723c3499aedd07e910e30bbb1d51a',1,'amrex::Cluster']]], - ['m_5fc2f_5fnentries_4586',['m_c2f_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ae35db1670d830f2b1f8bd8b60152d291',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5foffset_5ffrom_4587',['m_c2f_offset_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4617f3ef7bf223a44b7f2730609138af',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5foffset_5fto_4588',['m_c2f_offset_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ff9efa1034c0a9291d6240ff89ca008',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5ftotal_5ffrom_4589',['m_c2f_total_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7ecee59c4f754dd88bd3d9d524b9a7cd',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5ftotal_5fto_4590',['m_c2f_total_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a031255c891aa6b3a410ac5f24003c1cb',1,'amrex::HypreMLABecLap']]], - ['m_5fcapacity_4591',['m_capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< unsigned int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< std::size_t >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int *, DefaultAllocator< int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< index_type >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::XDim3 >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::NeighborCode >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::BoxND >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'amrex::PODVector::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::STLtools::Triangle >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::openbc::MomTag >::m_capacity()']]], - ['m_5fcba_4592',['m_cba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5775b10f198c89e397a7e2a46b2179e4',1,'amrex::FillPatcher']]], - ['m_5fcbox_4593',['m_cbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a1ed0eb57ec7521b07ea2918df59e5bbd',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fcc_4594',['m_cc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'GMRES< MF, GMRESMLMGT< MF > >::m_cc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'amrex::GMRES::m_cc()']]], - ['m_5fcc_5ffine_5fmask_4595',['m_cc_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a91c9e98ef8edd4106aace72a6c7a4294',1,'amrex::MLNodeLinOp']]], - ['m_5fcc_5fmask_4596',['m_cc_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a820de6c415b8f6911cf96c94788cb102',1,'amrex::MLEBABecLap']]], - ['m_5fcdm_4597',['m_cdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a24b14c5172528271b48b0bd0bd1244fb',1,'amrex::FillPatcher']]], - ['m_5fcell_4598',['m_cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6f106a94f894a5236b1207f4f0862e67',1,'amrex::ParticleCommData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a2278d6391126cfdd553d701b73449d5e',1,'amrex::ParticleLocData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#a6b846c1c1abd86195353d49a275f6356',1,'amrex::EB2::Vertex::m_cell()']]], - ['m_5fcell_5foffset_4599',['m_cell_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab67206477f143731d053df0d28751b86',1,'amrex::HypreSolver']]], - ['m_5fcell_5fsize_4600',['m_cell_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a42decf941935743ed84113a4484f4f07',1,'amrex::PlotFileDataImpl']]], - ['m_5fcellflag_4601',['m_cellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e1c74b0f09c3f6a15a7024dd30be4ef',1,'amrex::EB2::Level']]], - ['m_5fcellflags_4602',['m_cellflags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a3f3aed898f6ec10c9f141be194499cac',1,'amrex::EBDataCollection::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acf458e03eaefec6d963a0b0e3b0453da',1,'amrex::MultiCutFab::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ad27d27c26c11acfd58b8fc629b4f2c1b',1,'amrex::detail::CutFabFactory::m_cellflags()']]], - ['m_5fcenter_4603',['m_center',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a5e0afe35657ac28fca148215c31180d9',1,'amrex::EB2::CylinderIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a5778e3c639570e5f9e9f3ab7c1c1a417',1,'amrex::EB2::EllipsoidIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a43d80b03741314b72b14c9be08206eed',1,'amrex::EB2::SphereIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a2f3bd60c1f94a3aeb478370f93757140',1,'amrex::EB2::TorusIF::m_center()']]], - ['m_5fcentroid_4604',['m_centroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#af218d8cf84d1ad47414a36663b2c1b36',1,'amrex::EBDataCollection::m_centroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a280b2239887942a0dfdc9802abe88e12',1,'amrex::EB2::Level::m_centroid()']]], - ['m_5fcentroid_5fname_4605',['m_centroid_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2673a27ddded55c75cc521663ea9d399',1,'amrex::EB2::ChkptFile']]], - ['m_5fcf_5fbcoefs_4606',['m_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ac05a891fdcd184a2d55e9150dc8226d1',1,'amrex::HypreMLABecLap']]], - ['m_5fcf_5fcrse_5fdata_4607',['m_cf_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a19e35173a3232a3505a3c4c3b30e86e5',1,'amrex::FillPatcher']]], - ['m_5fcf_5fcrse_5fdata_5ftmp_4608',['m_cf_crse_data_tmp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a44f373925ff45d0ff777315114039e5b',1,'amrex::FillPatcher']]], - ['m_5fcf_5ffine_5fdata_4609',['m_cf_fine_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a43df40e0e8dbd2de56018b5180aeabe2',1,'amrex::FillPatcher']]], - ['m_5fcfinfo_5fstats_4610',['m_CFinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92e87a53eaf353557dfcf6b875123a81',1,'amrex::FabArrayBase']]], - ['m_5fcfp_5ffab_4611',['m_cfp_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a166ac40711474ecc9d054bdf63632675',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfp_5finside_5fmask_4612',['m_cfp_inside_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ae202afe28157891442668596f24fe460',1,'amrex::EBFluxRegister']]], - ['m_5fcfp_5flocalindex_4613',['m_cfp_localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad3d68c63ff831153ffc01bf39298a1fe',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfp_5fmask_4614',['m_cfp_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad0aa87622ba3aa5a30c21fe56eeb3c33',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfpatch_4615',['m_cfpatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a266eca2069ccb69be79badf962e3902b',1,'amrex::YAFluxRegisterT']]], - ['m_5fcgeom_4616',['m_cgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a02e5ea36fb6bd2df914062d9e2317629',1,'amrex::FillPatcher']]], - ['m_5fchkpt_5ffile_5flevel_4617',['m_chkpt_file_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad0bd84c54c9011031380dde55182dd2b',1,'amrex::EB2::IndexSpaceChkptFile']]], - ['m_5fclearing_4618',['m_clearing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a50eaee402e1e16b45a4e535eda4f2860',1,'amrex::BackgroundThread']]], - ['m_5fcoarse_5fbc_5floc_4619',['m_coarse_bc_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'amrex::MLLinOpT::m_coarse_bc_loc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_bc_loc()']]], - ['m_5fcoarse_5fdata_5fcrse_5fratio_4620',['m_coarse_data_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'amrex::MLLinOpT::m_coarse_data_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_crse_ratio()']]], - ['m_5fcoarse_5fdata_5ffor_5fbc_4621',['m_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'amrex::MLLinOpT::m_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc()']]], - ['m_5fcoarse_5fdata_5ffor_5fbc_5fraii_4622',['m_coarse_data_for_bc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'amrex::MLLinOpT::m_coarse_data_for_bc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc_raii()']]], - ['m_5fcoarse_5fdot_5fmask_4623',['m_coarse_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a117db04aae22221b83130cff6e6fdb52',1,'amrex::MLNodeLinOp']]], - ['m_5fcoarse_5ffine_5fbc_5ftype_4624',['m_coarse_fine_bc_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_fine_bc_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'amrex::MLLinOpT::m_coarse_fine_bc_type()']]], - ['m_5fcoarsen_5fratio_4625',['m_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3d401d8f6e037bf70fe52989385f4dac',1,'amrex::OpenBCSolver']]], - ['m_5fcoarsener_4626',['m_coarsener',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a9b8d6ebdbbee5e3598e124559305839a',1,'amrex::FabArrayBase::FPinfo']]], - ['m_5fcoarsening_5fstrategy_4627',['m_coarsening_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4d1bfea4dae502fae40e6b71fd4deae',1,'amrex::MLNodeLinOp']]], - ['m_5fcoarsenratio_4628',['m_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#af6babb4d2ad6f229b06a29b5f9d28814',1,'amrex::BATransformer::BATOp']]], - ['m_5fcode_5farray_4629',['m_code_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc6fa317f2580d5b4eaf5e7e156694e8',1,'amrex::NeighborParticleContainer']]], - ['m_5fcode_5foffsets_4630',['m_code_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc56d3fa06a368656ba30775e6af57d5',1,'amrex::NeighborParticleContainer']]], - ['m_5fcolor_4631',['m_color',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a0e84c360250692ebc2e6585a33e47d41',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fcomm_4632',['m_comm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8b000ab4b491f860c3b4ff0c27810e0e',1,'amrex::ParallelDescriptor::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a53343f77d0925c7567465f6d07bfa012',1,'amrex::HypreSolver::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a07f28528e66771da54579a9419cff957',1,'amrex::HypreIJIface::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68db14178387b9922308640c010e6518',1,'hacc::Distribution::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aacab4da9034ef08e23a12cf30d78c8ad',1,'amrex::HypreMLABecLap::m_comm()']]], - ['m_5fconnectivity_4633',['m_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aaa06cb6a74aa4b0f59ba1a5108665870',1,'amrex::EBToPVD']]], - ['m_5fconst_5farrays_4634',['m_const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< FArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< TagBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< IArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::Mask >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::EBCellFlagFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::CutFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< PetscInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'amrex::FabArray::m_const_arrays()']]], - ['m_5fconst_5fbeta_4635',['m_const_beta',['../classHydro_1_1MacProjector.html#a7ffa950abcbead8a179c886455fa70fb',1,'Hydro::MacProjector']]], - ['m_5fconst_5fsigma_4636',['m_const_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a48fe991cb1c369e8fd56fda63ff27e43',1,'amrex::MLNodeLaplacian::m_const_sigma()'],['../classHydro_1_1NodalProjector.html#a45a606e57b9c22330d9d97bb231f17f7',1,'Hydro::NodalProjector::m_const_sigma()']]], - ['m_5fconstparticle_5ftile_5fdata_4637',['m_constparticle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5df5fad9c993924a97176760e588e175',1,'amrex::ConstSoAParticle']]], - ['m_5fcoordsys_4638',['m_coordsys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a36b8550e47cb00ee090fe7accbcfa025',1,'amrex::PlotFileDataImpl']]], - ['m_5fcos_5fangle_4639',['m_cos_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#ab51c69319d7d35dc43124c3692af67ee',1,'amrex::EB2::RotationIF']]], - ['m_5fcount_4640',['m_count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#ac90fb768114ea1322dd367d59c515c31',1,'amrex::ParmParse::PP_entry']]], - ['m_5fcounts_4641',['m_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< ParticleType >::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'amrex::DenseBins::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< typename amrex::ParticleTileData >::m_counts()']]], - ['m_5fcountvec_4642',['m_countvec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae1be4beb27cb3b3667cc36fdc6448415',1,'amrex::OpenBCSolver']]], - ['m_5fcovered_5fgrids_4643',['m_covered_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a39105c6d6e0fe32960a0fb90ecfd7db3',1,'amrex::EB2::Level']]], - ['m_5fcpc_5fstats_4644',['m_CPC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acf463c256f5ac08e3c6c71666a682308',1,'amrex::FabArrayBase']]], - ['m_5fcross_4645',['m_cross',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a5dabbd852ff0a3516c1d7b2b40496773',1,'amrex::FabArrayBase::FB']]], - ['m_5fcrse_5fcor_5fbr_4646',['m_crse_cor_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a892cce2e429f77cee7360f2859ceda4d',1,'amrex::MLCellLinOpT']]], - ['m_5fcrse_5fdata_4647',['m_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a74b021a20514364f11e7f743cea7c0b4',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5ffab_5fflag_4648',['m_crse_fab_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a1bc7ad69316f063b0e10812ff7f06705',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5fface_5fba_4649',['m_crse_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a8bfe583f3e39b9b5130c1644c7af9a15',1,'amrex::InterpFaceRegister']]], - ['m_5fcrse_5fflag_4650',['m_crse_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5a0318376def0681f878a9628db75930',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5fgeom_4651',['m_crse_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a6cf33cc04f1dd5084d2bc1153f5952cc',1,'amrex::EdgeFluxRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a66aef4e531d59c7454a73e0b3c44cac5',1,'amrex::InterpFaceRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7563f9f354215d32467cc8b6f3e83ad3',1,'amrex::YAFluxRegisterT::m_crse_geom()']]], - ['m_5fcrse_5fgrown_5ffaces_5fphi_4652',['m_crse_grown_faces_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a25518d5cabb1d9332b6f8fb812d872cf',1,'amrex::OpenBCSolver']]], - ['m_5fcrse_5fmasks_4653',['m_crse_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ec5d013b8c958a21fa9db1db5b613a9',1,'amrex::HypreMLABecLap']]], - ['m_5fcrse_5fratio_4654',['m_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#afb3c670e0176df666a804c831a941f89',1,'amrex::BATbndryReg::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#abe82c8b83c190d9388ff8cb1f2f41cc1',1,'amrex::FabArrayBase::FB::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a596d52f9079ac3303ea362ba657f8bf0',1,'amrex::BATindexType_coarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acaf5d98499e6ecc09cac5fe8a027a759',1,'amrex::BATcoarsenRatio::m_crse_ratio()']]], - ['m_5fcrse_5fsol_5fbr_4655',['m_crse_sol_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#adf51879b81fbd24f9ccb7b9f0142d63b',1,'amrex::MLCellLinOpT']]], - ['m_5fcurrent_4656',['m_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a84175ad1f780ae9de83dc5f4c71b67e0',1,'amrex::BoxIterator']]], - ['m_5fcutcellmask_4657',['m_cutcellmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a319997acfc8739b7d32879751198026b',1,'amrex::EBDataCollection::m_cutcellmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a19f4bfc4f5fd05b24a2ad32e4247f07f',1,'amrex::EB2::Level::m_cutcellmask()']]], - ['m_5fcvol_4658',['m_cvol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a58d0c8eb8bdaf808e5462cfa75b76b3f',1,'amrex::YAFluxRegisterT']]], - ['m_5fd_4659',['m_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aa381914659691d811714d279f927972f',1,'hacc::Distribution']]], - ['m_5fdallocator_4660',['m_dallocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'amrex::FabArray::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::CutFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::EBCellFlagFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::Mask >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< FArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< TagBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae08344e2c33c31605edbc0b4635c8730',1,'amrex::detail::SingleChunkArena::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< IArrayBox >::m_dallocator()']]], - ['m_5fdata_4661',['m_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::BoxND >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::NeighborCode >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::openbc::MomTag >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::STLtools::Triangle >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::XDim3 >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< index_type >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int *, DefaultAllocator< int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< std::size_t >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< unsigned int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< GFab >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'amrex::PODVector::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa4b53535c25e645281539b7b5b4f9194',1,'amrex::ArrayOfStructs::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aa09937d7246ba1774e216bf9c1367332',1,'amrex::IParser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#abad974e99ef68a7b727e428aeb7733c6',1,'amrex::IParserStack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'amrex::LayoutData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< BCTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< RealTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< HYPRE_Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< PetscInt >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< RealTuple >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa57d6c13b3ffbf9dcc2bf1d3c3496852',1,'amrex::MultiCutFab::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a24953b8ef5ef372c2ca196d8592053e1',1,'amrex::Parser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a78fe20d4add82e5047474d829b65ffab',1,'amrex::ParserStack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a0b11b0f597e0de5ea793492eaef23cd1',1,'amrex::ParticleArray::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac6fd95b2e7f736db5408bbdc3e44cbe4',1,'amrex::ParticleArrayAccessor::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6567dd1e12cfdc62c93db6fe6e2bc0de',1,'amrex::ParticleCommData::m_data()']]], - ['m_5fdebug_4662',['m_debug',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a73a703d4fdc79e256d197275f2cd7695',1,'hacc::Distribution']]], - ['m_5fdefault_5fcomm_4663',['m_default_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'MLLinOpT< Array< MultiFab, 3 > >::m_default_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'amrex::MLLinOpT::m_default_comm()']]], - ['m_5fdefined_4664',['m_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'amrex::AmrParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1c152f39fdeb4881636df629cc0d8077',1,'amrex::BndryDataT::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#add127c532a232ec6ffde039f284dcf98',1,'amrex::ParticleBufferMap::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afbbaa0b45b68de1153c75f8243697230',1,'amrex::ParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad4a6e09ba4f2ef496ba35c3dac4c19b4',1,'amrex::ParticleTile::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a27f4405dacee92bf69d837b35ca6d238',1,'amrex::StructOfArrays::m_defined()']]], - ['m_5fderefine_4665',['m_derefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#acc1197fd9bb49e9d8e48d719e22260d6',1,'amrex::AMRErrorTagInfo']]], - ['m_5fdevice_5fboxes_4666',['m_device_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aaefcc3f59ad58621ab499425634fc0bb',1,'amrex::ParticleLocator']]], - ['m_5fdevice_5fexecutor_4667',['m_device_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a95c3dd2ed3fc298cef334c1b2cae7df7',1,'amrex::IParser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'ParserExecutor< 3 >::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'amrex::ParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a47e58b2ffa31fa7664608518e4887c5e',1,'amrex::IParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad7b795cb104ac74095c7bbd71745e111',1,'amrex::Parser::Data::m_device_executor()']]], - ['m_5fdevice_5ftuple_4668',['m_device_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#acdd88eae26f790899fa6d061102875d0',1,'amrex::ReduceData']]], - ['m_5fdir_4669',['m_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a2e57f52a7f9f0b9b64c98c2c0cb48fed',1,'amrex::EB2::RotationIF']]], - ['m_5fdirection_4670',['m_direction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7dd72f5ab847bff174c67eff2c1b00e5',1,'amrex::EB2::CylinderIF::m_direction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#adaed3ae1e902f8f656e39c2a58de8b11',1,'amrex::EB2::ExtrusionIF::m_direction()']]], - ['m_5fdirichlet_5fmask_4671',['m_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaa52abefe4405ee59158a27c112ccfa9',1,'amrex::MLNodeLinOp']]], - ['m_5fdivu_4672',['m_divu',['../classHydro_1_1MacProjector.html#a2b555b21f073b3d4915cfad5deabaf40',1,'Hydro::MacProjector']]], - ['m_5fdivu_5floc_4673',['m_divu_loc',['../classHydro_1_1MacProjector.html#a08e97fb6ec143c846c7ac02969377823',1,'Hydro::MacProjector']]], - ['m_5fdm_4674',['m_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a990b67e8bf90b3e0a7c137bb67eee236',1,'amrex::ParticleBufferMap::m_dm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a5312b848b9647e4f204768a4d5ee5df7',1,'amrex::MPMD::Copier::m_dm()']]], - ['m_5fdm_5fall_4675',['m_dm_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a40d019b887fcf68ab02864765f88643e',1,'amrex::OpenBCSolver']]], - ['m_5fdm_5fid_4676',['m_dm_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ad4cad04286d0ad719cfe6125b146932e',1,'amrex::FabArrayBase::BDKey']]], - ['m_5fdmap_4677',['m_dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac64ebd19d0afad8663e01819448c4760',1,'amrex::AmrParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a521405f480fb9aade08961ffa6198870',1,'amrex::HypreMLABecLap::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#adbc41185b004eb0fbb4db236ee599d8c',1,'amrex::HypreSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ad8da3b86620279f872f604f11e603bbc',1,'amrex::EB2::Level::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'amrex::MLLinOpT::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa8a7ddd4f65f8f43b9df11669e7720cf',1,'amrex::OpenBCSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad4ddadbe875a0706319f20b55cbc42fd',1,'amrex::ParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ad8e368b2324d6b210aca23e3d01e7dfa',1,'amrex::PlotFileDataImpl::m_dmap()']]], - ['m_5fdo_5fagglomeration_4678',['m_do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'amrex::MLLinOpT::m_do_agglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_agglomeration()']]], - ['m_5fdo_5fconsolidation_4679',['m_do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'amrex::MLLinOpT::m_do_consolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_consolidation()']]], - ['m_5fdo_5fprofiling_4680',['m_do_profiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe3cf9ae992eb7a9450eb11500b11f13',1,'amrex::CArena']]], - ['m_5fdo_5fsemicoarsening_4681',['m_do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_semicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'amrex::MLLinOpT::m_do_semicoarsening()']]], - ['m_5fdo_5fteam_5freduce_4682',['m_do_team_reduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5de8f1503fd9c3d7fac5aad2558a3a8b',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fdoihi_4683',['m_doihi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ad8ea19edcbf549f67753ecdcd6a2f32e',1,'amrex::BATbndryReg']]], - ['m_5fdoilo_4684',['m_doilo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae3b0deb00e514295c1a38e8a1cd20506',1,'amrex::BATbndryReg']]], - ['m_5fdomain_4685',['m_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a92801c71e56e5fdb7873f8f4af0542ac',1,'amrex::EB2::IndexSpaceSTL::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a96b0b266cd719c5598d83907aaebf43a',1,'amrex::FabArrayBase::RB90::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a68398d2292a320dfdb73768136091c68',1,'amrex::FabArrayBase::RB180::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a4728c08d238e8a553b30e672643776a2',1,'amrex::FabArrayBase::PolarB::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a961c595a3d22b06da38b244becb9f3e3',1,'amrex::EB2::IndexSpaceImp::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af511909db1c4395396f3d31565acc81d',1,'amrex::EB2::IndexSpaceChkptFile::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a321c610c520a56ef865cc89c0f54211b',1,'FilterVirt::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'amrex::AssignGrid::m_domain()']]], - ['m_5fdomain_5fbloc_5fhi_4686',['m_domain_bloc_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'amrex::MLLinOpT::m_domain_bloc_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_hi()']]], - ['m_5fdomain_5fbloc_5flo_4687',['m_domain_bloc_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'amrex::MLLinOpT::m_domain_bloc_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_lo()']]], - ['m_5fdomain_5fcovered_4688',['m_domain_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'amrex::MLLinOpT::m_domain_covered()']]], - ['m_5fdone_5fcond_4689',['m_done_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#adbb640d4685fec31cf46171b7833a059',1,'amrex::BackgroundThread']]], - ['m_5fdotmask_4690',['m_dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5e1b51f776e54426d9a92e0101b75066',1,'amrex::MLCurlCurl']]], - ['m_5fdp_4691',['m_dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ad1cd3540aa647e1a370450d70fac6176',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fdp_5farrays_4692',['m_dp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::Mask >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< TagBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< IArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< FArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::EBCellFlagFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::CutFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'amrex::FabArray::m_dp_arrays()']]], - ['m_5fdpdn_4693',['m_dpdn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae7fada71ee96535887f907f28e17246c',1,'amrex::OpenBCSolver']]], - ['m_5fdptr_4694',['m_dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afdf4938ce386a4308e372944a4b5a394',1,'amrex::TableData']]], - ['m_5fdst_5findices_4695',['m_dst_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7d3018f1b395f2aebb3caa3acb43be9a',1,'amrex::ParticleCopyPlan']]], - ['m_5fdstba_4696',['m_dstba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a5f390136bc410e6524afb0c7605d01ae',1,'amrex::FabArrayBase::CPC']]], - ['m_5fdstbdk_4697',['m_dstbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f4d274d86da7bb18bb64c7f4a32d0b2',1,'amrex::FabArrayBase::CPC::m_dstbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae69c1f14ad7fca5c0c13a230a1e25b0f',1,'amrex::FabArrayBase::FPinfo::m_dstbdk()']]], - ['m_5fdstdomain_4698',['m_dstdomain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#abfa42f6ff0a76a93b60101c098a38891',1,'amrex::FabArrayBase::FPinfo']]], - ['m_5fdstng_4699',['m_dstng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aee160ab238c25e6538964c9ca2ce1e1c',1,'amrex::FabArrayBase::CPC::m_dstng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae2df1732b4308e11bd499e945c34c75f',1,'amrex::FabArrayBase::FPinfo::m_dstng()']]], - ['m_5fdt_5fcoarse_4700',['m_dt_coarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aeef4e08d1768a02cae4c25c4c5cfd1d5',1,'amrex::FillPatcher']]], - ['m_5fdummy_5fmf_4701',['m_dummy_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb9b347bff9efa17831af4b1c5cb846a',1,'amrex::ParticleContainerBase']]], - ['m_5fdxi_4702',['m_dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'amrex::AssignGrid::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1fc799a241e146a74f383e58b291f188',1,'FilterVirt::m_dxi()']]], - ['m_5fdxi_5fp_4703',['m_dxi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#af1f0a8c52e0ba9142abfcdba68c4562e',1,'amrex::BinMapper']]], - ['m_5fe_5fcrse_4704',['m_E_crse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3f1e0f4027765309bbc93b8110a040a0',1,'amrex::EdgeFluxRegister']]], - ['m_5fe_5ffine_4705',['m_E_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#abd26799d7889db8005b39a33cf1065ad',1,'amrex::EdgeFluxRegister']]], - ['m_5feb_5fb_5fcoeffs_4706',['m_eb_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8f0e80c22cb3ef511cf2dc5b8b5fcd77',1,'amrex::HypreABecLap3::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1644cbea6bac7ad1b9ae4a039cf96cc4',1,'amrex::MLEBABecLap::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac1cb0994a1680b55eb88828ca3e2f53f',1,'amrex::PETScABecLap::m_eb_b_coeffs()']]], - ['m_5feb_5findex_5fspace_4707',['m_eb_index_space',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a8c7a1666b20fe8bfad0377ce4fa278d8',1,'amrex::FillPatcher']]], - ['m_5feb_5fkappa_4708',['m_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa52b74715e6fd800ad391684b5a2321b',1,'amrex::MLEBTensorOp']]], - ['m_5feb_5fphi_4709',['m_eb_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a25296274131127e2be522bd86b57be2c',1,'amrex::MLEBABecLap']]], - ['m_5febcellflag_4710',['m_ebcellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#adb16573267dc8b4b6dca43cc2f4d23d9',1,'amrex::EBFArrayBox']]], - ['m_5febdc_4711',['m_ebdc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0495e6651f6bc2531a88c903354da409',1,'amrex::EBFArrayBoxFactory']]], - ['m_5fedgecent_4712',['m_edgecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a58881e32864c4c8dedf033f9364438ee',1,'amrex::EB2::Level::m_edgecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a32f7036b775769c3f0c6957b499fe169',1,'amrex::EBDataCollection::m_edgecent()']]], - ['m_5fedgecent_5fname_4713',['m_edgecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a64add9870404f75ec1b9f586d1fc04c6',1,'amrex::EB2::ChkptFile']]], - ['m_5fedges_4714',['m_edges',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#ac91b64f531bb3c5cf456af74b4000dd8',1,'amrex::EB2::Vertex']]], - ['m_5fepo_4715',['m_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aa8992473f3d960f9f118c57122a349ea',1,'amrex::FabArrayBase::FB']]], - ['m_5fetype_4716',['m_etype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ae73e6c0e2000bd5397e42f8fd8e42cba',1,'amrex::MLCurlCurl']]], - ['m_5fexe_5fsize_4717',['m_exe_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a1c4d044550c8a47002f221aeead2c6a4',1,'amrex::IParser::Data::m_exe_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a952263602baabb188b5f915266b95dc0',1,'amrex::Parser::Data::m_exe_size()']]], - ['m_5fexpression_4718',['m_expression',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad236fd077460097e96f55779fc18350b',1,'amrex::IParser::Data::m_expression()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac4c2abe9d502dbbdbebf5a60af138db5',1,'amrex::Parser::Data::m_expression()']]], - ['m_5fextend_5fdomain_5fface_4719',['m_extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9f74df8f16a93bd17f000fc12040400c',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fextrap_4720',['m_extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a4316157b8036d764b2c4eab037fc03f3',1,'amrex::StateDescriptor']]], - ['m_5ff_4721',['m_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#abdaf7ef0894bbc027482f233e7fadf74',1,'amrex::EB2::RotationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a00d2c22c6ba65bc4fdf65e95bd081799',1,'amrex::EB2::TranslationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a092e125d17bca6eaf36ce5f6a1228ab9',1,'amrex::EB2::ScaleIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa7438c9a59f4d903792ac05b8a9f796e',1,'amrex::PhysBCFunct::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afdb3f4220acfb2353d91feed84482169',1,'amrex::EB2::GeometryShop::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#ad55c726742be3e692c9a65b4c8c6b6e8',1,'amrex::EB2::ExtrusionIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#ac25ccdc405c9a5dc9e22c69b172fa459',1,'amrex::EB2::DifferenceIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0258d3b856f873ca8b5d4e6452d49605',1,'amrex::EB2::ComplementIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a4673532f2e2842aec58a63be5b8b32ac',1,'amrex::EB2::LatheIF::m_f()']]], - ['m_5ff2c_5fbno_4722',['m_f2c_bno',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab144aa971543222c30856319a467ea10',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fcell_4723',['m_f2c_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7bf5b67f6ea086cafa52c0ffe2782b4f',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fnentries_4724',['m_f2c_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab4ebe994485ed9535fe0159f5ae2fca5',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5foffset_4725',['m_f2c_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a8938d44cca92d62b2df5e43c18bdb7d0',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fvalues_4726',['m_f2c_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a59c610afea3fd46adedf738506caaa8c',1,'amrex::HypreMLABecLap']]], - ['m_5ffa_4727',['m_fa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae0aa4364654842ee9aaba3d573fb6b01',1,'amrex::MFIter::m_fa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a30aad956b0f19c6b897f697915ebf80e',1,'amrex::MultiMask::m_fa()']]], - ['m_5ffa_5fstats_4728',['m_FA_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aef73f8365f2afd099a2293d8f94c7b3e',1,'amrex::FabArrayBase']]], - ['m_5ffabindex_4729',['m_fabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a921b8bd490efd188a603512f830b2697',1,'amrex::FillBoxId']]], - ['m_5ffabs_4730',['m_fabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ab816646d06cbb8bde38ec73d3cad1303',1,'amrex::FillPatchIterator']]], - ['m_5ffabs_5fv_4731',['m_fabs_v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< TagBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< IArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< FArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::Mask >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::CutFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< PetscInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'amrex::FabArray::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::EBCellFlagFab >::m_fabs_v()']]], - ['m_5fface_4732',['m_face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a742f179bd6167bd80a9f9aa9e561bb41',1,'amrex::BATbndryReg::m_face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#ada71160c3d64cb7978bff2cbd0ef851f',1,'amrex::EB2::Edge::m_face()']]], - ['m_5fface_5fmask_4733',['m_face_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac7a90d8875f7129236cd11202764022b',1,'amrex::InterpFaceRegister']]], - ['m_5ffacecent_4734',['m_facecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a214bc0754b038960bcc1f574a448671d',1,'amrex::EBDataCollection::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#a0229df77d862af6df91705d19b2264e6',1,'amrex::EB2::Face::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e965cf11727327d842176406b65ac14',1,'amrex::EB2::Level::m_facecent()']]], - ['m_5ffacecent_5fname_4735',['m_facecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a26703073797142fac2081e575a17a8be',1,'amrex::EB2::ChkptFile']]], - ['m_5ffacetype_4736',['m_facetype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af4864d4b179756bbd81ac48e98f640c9',1,'amrex::EB2::GFab']]], - ['m_5ffactory_4737',['m_factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac29954add581987ecf4948fb9090b2d6',1,'amrex::StateData::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3f86af74db89e2febf97b8c9d2ae3310',1,'amrex::PETScABecLap::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'amrex::MLLinOpT::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a88d3049d660b7e0a5fca3002d5b78916',1,'amrex::Hypre::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< PetscInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< TagBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< IArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< FArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::Mask >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::EBCellFlagFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::CutFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'amrex::FabArray::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aeaf68dbc1a5bddd5bacfa81efe966e0c',1,'amrex::EBFArrayBox::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a948320fb29597814dca7906e314a2c13',1,'amrex::AmrLevel::m_factory()']]], - ['m_5ffafabname_4738',['m_fafabname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3e29beee8db471f8b5cca2c5ab03e1c8',1,'amrex::VisMF']]], - ['m_5ffamax_4739',['m_famax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7f2c6b837b0a29af54ae8280eb42c8c9',1,'amrex::VisMF::Header']]], - ['m_5ffamin_4740',['m_famin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#afaf3496aa1e0bce82336411d0ee67fb6',1,'amrex::VisMF::Header']]], - ['m_5ffba_4741',['m_fba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28f56421d7e9e3da3f3c69396316c3ba',1,'amrex::FillPatcher']]], - ['m_5ffbc_5fstats_4742',['m_FBC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f3f2c05af6fbc9a1e5c59e03133505d',1,'amrex::FabArrayBase']]], - ['m_5ffbid_4743',['m_fbid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a2df3ae174e52a21bb158cde96f9498a4',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffbox_4744',['m_fbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a6c671b8216fcac05344ff477ff2eae56',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffdm_4745',['m_fdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad106fffa846cdb025aee4f0f8e43c582',1,'amrex::FillPatcher']]], - ['m_5ffgeom_4746',['m_fgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a1c66886bf7f6b6444729cb8a783a900d',1,'amrex::FillPatcher']]], - ['m_5ffield_4747',['m_field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a943620be7e3ff54ee46cba11ffb6c736',1,'amrex::AMRErrorTag']]], - ['m_5ffile_5fprefix_4748',['m_file_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6889a9051d04a921daa1893fd1df1c37',1,'amrex::HypreIJIface']]], - ['m_5ffile_5fversion_4749',['m_file_version',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7e2188ea0d115389a8342cc5cee7b100',1,'amrex::PlotFileDataImpl']]], - ['m_5ffillbox_4750',['m_fillBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a7d275a6afa458505374be6f2a948650c',1,'amrex::FillBoxId']]], - ['m_5ffillboxid_4751',['m_fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a98084d56b91ca675332117abc681ebc0',1,'amrex::FillBoxId']]], - ['m_5ffillpatcher_4752',['m_fillpatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a28bc1fbc65e6522419abb88ac1fa8706',1,'amrex::AmrLevel']]], - ['m_5ffinal_5fres_5fnorm_4753',['m_final_res_norm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5fe7d6d6cfec12f507d8fd18600af477',1,'amrex::HypreIJIface']]], - ['m_5ffinal_5fresnorm0_4754',['m_final_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4c8f06d157691aac2a25008ab4d7726f',1,'amrex::MLMGT']]], - ['m_5ffinalizing_4755',['m_finalizing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3011c472d16bad3f2fb7f8749dfb31f4',1,'amrex::BackgroundThread']]], - ['m_5ffine_5fba_4756',['m_fine_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ae7ed7c0d540fff5e91fa3dfd1f824f48',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fbdk_4757',['m_fine_bdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac64d8105ecb149bb9cbabab98f735a3b',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5ffine_5fdm_4758',['m_fine_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a46c573f2892ec197ccd6f97d030b2fe4',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fdomain_4759',['m_fine_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a04b0170ff933582c58896546296f6607',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5ffine_5fface_5fba_4760',['m_fine_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac51cac354d04dd9b8c7a93f4838966c9',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fgeom_4761',['m_fine_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ad5422062aa267d4ec336630342c1b9d6',1,'amrex::EdgeFluxRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a7e826c1081b933f4911d83a776e9aeef',1,'amrex::InterpFaceRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3597f5caa96ed6c401d35158a5228fa7',1,'amrex::YAFluxRegisterT::m_fine_geom()']]], - ['m_5ffine_5fgrids_4762',['m_fine_grids',['../classHydro_1_1NodalProjector.html#a3213fc8fbc2d1dc54cd3d15d9e33fecb',1,'Hydro::NodalProjector']]], - ['m_5ffine_5flevel_4763',['m_fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a775a265fd7aa131bd5c7c3f4cef282ed',1,'amrex::YAFluxRegisterT']]], - ['m_5ffine_5fmask_4764',['m_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a46ce26a00431e6e7e5e15f89a73ba61e',1,'amrex::EdgeFluxRegister']]], - ['m_5ffine_5fmasks_4765',['m_fine_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af22af9473b24ca2b90cc6f930f7ab7df',1,'amrex::HypreMLABecLap']]], - ['m_5ffinest_5flevel_4766',['m_finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5bb55222551fb231e12941d2d47c82ee',1,'amrex::PlotFileDataImpl']]], - ['m_5ffinished_4767',['m_finished',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#af157f73a152b86a9b3205859e2601b51',1,'amrex::ParallelDescriptor::Message']]], - ['m_5ffixupcorners_4768',['m_FixUpCorners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a629f8512e45e8f0109a740bfcb7ae412',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffluxes_4769',['m_fluxes',['../classHydro_1_1MacProjector.html#a4ec68b2f930745533de00196aee51de7',1,'Hydro::MacProjector::m_fluxes()'],['../classHydro_1_1NodalProjector.html#aa2b49029c2c91cb8a855d67d0a7d8606',1,'Hydro::NodalProjector::m_fluxes()']]], - ['m_5ffluxreg_4770',['m_fluxreg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a22cdf5d6b191ab3c883b7167e9f94ebe',1,'amrex::MLCellLinOpT']]], - ['m_5ffn_5fvalue_4771',['m_fn_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae683e1c583e7cf07816bca2d45bb3044',1,'amrex::ReduceData']]], - ['m_5ffo_4772',['m_fo',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a3020f33374f95baa64a0af466a4b9db1',1,'hacc::Dfft']]], - ['m_5ffod_4773',['m_fod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad91e0c829d8420c6f1d3b101d36a4016',1,'amrex::VisMF::Header']]], - ['m_5ffpinfo_5fstats_4774',['m_FPinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a34cc63703ab4e2492a4444199def31d2',1,'amrex::FabArrayBase']]], - ['m_5ffree_4775',['m_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#add916ed06ebf8c1ae3ada3caad5a6f08',1,'amrex::detail::SingleChunkArena']]], - ['m_5ffreelist_4776',['m_freelist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a000d9e231672c9a28a72a05abec379fb',1,'amrex::CArena']]], - ['m_5ffs_4777',['m_fs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a43c352e2981c86e984b42199334339a9',1,'hacc::Dfft']]], - ['m_5ffunc_4778',['m_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab67b8bb7e25e2ed11cc2232a777835fd',1,'amrex::BackgroundThread::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3e10daec10c4fe4ffb4c4dfc44191fae',1,'amrex::ErrorRec::ErrorFunc2::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a696ccaf269d8a90f242321b54dd2d4d0',1,'amrex::ErrorRec::ErrorFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae3ab9a1a654b93b76375ce4cb1ff2e7e',1,'amrex::StateDescriptor::BndryFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#aa524711b285ac936d623cc027ae2897c',1,'amrex::BndryFuncArray::m_func()']]], - ['m_5ffunc3d_4779',['m_func3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#aee3952d72b0935f8b2cbdfbb92ca719b',1,'amrex::StateDescriptor::BndryFunc::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a950db9de3de37eb8a46c1a6aafd8f797',1,'amrex::BndryFuncArray::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a598f453d141e3c4a494e3e66d0f6aa37',1,'amrex::ErrorRec::ErrorFunc::m_func3D()']]], - ['m_5ffuncfab_4780',['m_funcfab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac36632ed67ea0632dcdc421076491ba3',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5ffuncs_4781',['m_funcs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'amrex::AmrAssignGrid::m_funcs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_funcs()']]], - ['m_5fg_4782',['m_g',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a85e4793cd4318ff7f3f91116853a1c87',1,'amrex::EB2::DifferenceIF']]], - ['m_5fgdb_4783',['m_gdb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2821fc52ed661ccd9e9d821b81476fff',1,'amrex::ParticleContainerBase']]], - ['m_5fgdb_5fobject_4784',['m_gdb_object',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7faac754ff05cf1b841bfe49dad579ba',1,'amrex::ParticleContainerBase']]], - ['m_5fgeom_4785',['m_geom',['../classHydro_1_1NodalProjector.html#aa081412b94f4342fd653a7cb92d0a59b',1,'Hydro::NodalProjector::m_geom()'],['../classHydro_1_1MacProjector.html#a5e38ecf0019b49e1953cae988b87b0f1',1,'Hydro::MacProjector::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa6747659911e4c8cbc65903a9a9f1632',1,'amrex::PhysBCFunct::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a55b814bac069d35c1202b6734035492f',1,'amrex::ParticleLocator::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#aa9edba29f53ceff7a4fcfb3c05e555ea',1,'amrex::ParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a1d6c905d586d04d63a33985d4a919ce2',1,'amrex::OpenBCSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aabcbca6230081fe9f8e03c7b16a06f01',1,'amrex::EB2::IndexSpaceChkptFile::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'MLLinOpT< Array< MultiFab, 3 > >::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'amrex::MLLinOpT::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a41f3157550d8422c88471518b5ede26c',1,'amrex::EB2::Level::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a60957b371c1e6c775ebb2e18bbbc2c99',1,'amrex::EB2::IndexSpaceSTL::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a67b71508a8ce8db6d5ab58b35d00beab',1,'amrex::EB2::IndexSpaceImp::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a20ebfa3f1563d8e3f8e1dcea53380a01',1,'amrex::HypreSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa6642b5952fc1a28a72c7fbed7a5a540',1,'amrex::HypreMLABecLap::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0dece5de11da52cba439675d6f632976',1,'amrex::EBFArrayBoxFactory::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a4e9d5ca2618309d4445ac8fa75fafc1f',1,'amrex::EBDataCollection::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa01e7a859a8d2072ea34ac2a6ac8a886',1,'amrex::AmrParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a723c404098736351072f4a99daf9bddb',1,'amrex::AMReX::m_geom()']]], - ['m_5fgeom_5fall_4786',['m_geom_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ad29033cba507834586f9f24eef2fbf',1,'amrex::OpenBCSolver']]], - ['m_5fget_5fbucket_4787',['m_get_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a7fed473672f976de3014a8116df479f4',1,'amrex::GetSendBufferOffset']]], - ['m_5fget_5fpid_4788',['m_get_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6a63716df57946f90594a5a756582a77',1,'amrex::GetSendBufferOffset']]], - ['m_5fgfunc_4789',['m_gfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0518667e9de9aca8293b5a3db32d985e',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5fgfunc3d_4790',['m_gfunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a756e4a4dbfc69f7f7f7125762f76d417',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5fgid_4791',['m_gid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#af61839b65ba1beba4a4fc7cb17f687be',1,'AssignGridFilter']]], - ['m_5fglobal_5fid_4792',['m_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab6a49cdaf1b77ee27cbace82f6051bd8',1,'amrex::HypreSolver']]], - ['m_5fglobal_5fid_5fvec_4793',['m_global_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a2bb4aceb3d3328636d465c9e548946a2',1,'amrex::HypreSolver']]], - ['m_5fgmres_4794',['m_gmres',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a32ef8424897f89206ea72f7f3affbdd0',1,'amrex::GMRESMLMGT']]], - ['m_5fgraph_4795',['m_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a8f4dcb82f15a4fb7213375849bd135bd',1,'amrex::EB2::GFab']]], - ['m_5fgrid_4796',['m_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a3da49389826f1bbe7fcc5082d1e641a7',1,'amrex::EBToPVD::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a2b4f1e35053c6eff621312f08820c58f',1,'amrex::ParticleCommData::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a37fd4172114d4ae282243c03c4dcd7db',1,'amrex::ParticleLocData::m_grid()']]], - ['m_5fgrid_5fassignors_4797',['m_grid_assignors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'amrex::AmrParticleLocator::m_grid_assignors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_grid_assignors()']]], - ['m_5fgrid_5fmap_4798',['m_grid_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aafab3c8c1565c5457b08400f0c7984',1,'amrex::NeighborParticleContainer']]], - ['m_5fgridbox_4799',['m_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad76df9c28985f6f2702043b28fa56d35',1,'amrex::ParticleLocData']]], - ['m_5fgrids_4800',['m_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad777b3fad5c1f17ebcd1419f66f3c672',1,'amrex::HypreMLABecLap::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a036b6904fd09ed914a7b12ebc900034a',1,'amrex::OpenBCSolver::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'MLLinOpT< Array< MultiFab, 3 > >::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'amrex::MLLinOpT::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a5417de191837a4807397f9dd9acffbc4',1,'amrex::EB2::Level::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad5f189d2a76fa6190a2c636cd1c41fa1',1,'amrex::HypreSolver::m_grids()']]], - ['m_5fgroupsize_4801',['m_groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a507dc54afbf20a888ba1dab3cd62c040',1,'amrex::StateDescriptor']]], - ['m_5fgrown_5fgridbox_4802',['m_grown_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a12ff326b3e7086df34eb217f6e7e7f61',1,'amrex::ParticleLocData']]], - ['m_5fgrowsize_4803',['m_growsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a86e3e6118853e3c7624e46167f7766f7',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fgrs_4804',['m_grs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'GMRES< MF, GMRESMLMGT< MF > >::m_grs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'amrex::GMRES::m_grs()']]], - ['m_5fgshop_4805',['m_gshop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a7a8604de6a8c669b0b0f2801226fb4e6',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fgslevel_4806',['m_gslevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a472b17e9e1003aa3003cc26d234bc926',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fh_5fruntime_5fi_5fcptrs_4807',['m_h_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9f66d16240dd600998ef45e05274d7c7',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fi_5fptrs_4808',['m_h_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3436758dffeaf35f5a789cc3044b4fc2',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fr_5fcptrs_4809',['m_h_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a320930fbc7b1e5ee8788ae1fa458c3da',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fr_5fptrs_4810',['m_h_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a84686ee6d52c6077a3007ccc355c70bc',1,'amrex::ParticleTile']]], - ['m_5fhas_5falpha_4811',['m_has_alpha',['../classHydro_1_1NodalProjector.html#a8c1b5e9dea7181fc3da013765e883a2f',1,'Hydro::NodalProjector']]], - ['m_5fhas_5fcf_4812',['m_has_cf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a10ff3c540a6210b65bce49aaa68d7583',1,'amrex::EdgeFluxRegister']]], - ['m_5fhas_5feb_5finfo_4813',['m_has_eb_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8ca77bd2758bddbc9d71e12a1c317418',1,'amrex::EB2::Level']]], - ['m_5fhas_5feb_5fkappa_4814',['m_has_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aed368e6d9fa6a5cb5b193e4368d39cb7',1,'amrex::MLEBTensorOp']]], - ['m_5fhas_5ffine_5fbndry_4815',['m_has_fine_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a73246b9e7679b93591f2093a857c3',1,'amrex::MLNodeLinOp']]], - ['m_5fhas_5fgeom_4816',['m_has_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2cb84092989356fad230a48fe44a4f58',1,'amrex::AmrParGDB']]], - ['m_5fhas_5fkappa_4817',['m_has_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ac24f61712e93b25ebcd55639f30ce2',1,'amrex::MLEBTensorOp::m_has_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a0aebce2114e6c519b7648b87daceeb11',1,'amrex::MLTensorOp::m_has_kappa()']]], - ['m_5fhas_5fmetric_5fterm_4818',['m_has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ada8bf2b1964f2023282e23ac54a948f4',1,'amrex::MLCellLinOpT']]], - ['m_5fhas_5fneighbors_4819',['m_has_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a027a8bd9c7726edd5ab979a6ee716fa8',1,'amrex::NeighborParticleContainer']]], - ['m_5fhas_5fpreconditioner_4820',['m_has_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad68ef3fe7945a74770ed92aadd0508ee',1,'amrex::HypreIJIface']]], - ['m_5fhas_5frhs_4821',['m_has_rhs',['../classHydro_1_1NodalProjector.html#a969ad628117ec1dca9e18c35dee55d9c',1,'Hydro::NodalProjector']]], - ['m_5fhas_5frobin_4822',['m_has_robin',['../classHydro_1_1MacProjector.html#a1c9bd5d33afa53f6aea9988d22007ceb',1,'Hydro::MacProjector']]], - ['m_5fhas_5fsigma_5fmf_4823',['m_has_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af1c4b0f8fc67f356ca5716e94634a6f5',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fhdr_4824',['m_hdr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8b04406fcfdbec77eba187d3ceb9b2dc',1,'amrex::VisMF']]], - ['m_5fhead_4825',['m_head',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a2592709514015ee6c2e68a254a2b5806',1,'amrex::VisMF::FabOnDisk']]], - ['m_5fheight_4826',['m_height',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ac76b57e5f88b041a0369fc7a8c5026f7',1,'amrex::EB2::CylinderIF']]], - ['m_5fhes_4827',['m_hes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'amrex::GMRES::m_hes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes()']]], - ['m_5fhes_5f1d_4828',['m_hes_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'amrex::GMRES::m_hes_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes_1d()']]], - ['m_5fhh_4829',['m_hh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'amrex::GMRES::m_hh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh()']]], - ['m_5fhh_5f1d_4830',['m_hh_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'amrex::GMRES::m_hh_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh_1d()']]], - ['m_5fhi_4831',['m_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a418711dcd50105d05161524f9137bb5d',1,'amrex::TableData::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a13836ae745cdf1ef18c14cc11e386afd',1,'amrex::EB2::BoxIF::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'amrex::AssignGrid::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_hi()']]], - ['m_5fhi_5fp_4832',['m_hi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a09e1a7b318d980843013d446fe2c5d4f',1,'amrex::BinMapper']]], - ['m_5fhibc_4833',['m_hibc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a22567436af78d852be2635bd9c046735',1,'amrex::HypreMLABecLap::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'amrex::MLLinOpT::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc()'],['../classHydro_1_1MacProjector.html#aa46ae8feaa2d066dc6fb3fd1a0a1524f',1,'Hydro::MacProjector::m_hibc()']]], - ['m_5fhibc_5forig_4834',['m_hibc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'amrex::MLLinOpT::m_hibc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc_orig()']]], - ['m_5fhishft_4835',['m_hishft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae30ce7aef9fb1c29ea4b1a2708ae19eb',1,'amrex::BATbndryReg']]], - ['m_5fhost_5fboxes_4836',['m_host_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a67f017c8270b95e07b622e8c1ed97b6c',1,'amrex::ParticleLocator']]], - ['m_5fhost_5fexecutor_4837',['m_host_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad58fe278866bfbcb5cb3390140b72344',1,'amrex::IParser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad41fcfcb360640fde45500a1580c522a',1,'amrex::Parser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aebb2811410391a0199dce35e55edcafa',1,'amrex::IParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'amrex::ParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'ParserExecutor< 3 >::m_host_executor()']]], - ['m_5fhost_5ftuple_4838',['m_host_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a45d8b95de17a37ca2b1a02df500f2035',1,'amrex::ReduceData']]], - ['m_5fhow_4839',['m_how',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acd1a09adb4489f55771a680dd2cc9d43',1,'amrex::VisMF::Header']]], - ['m_5fhp_4840',['m_hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a61018a635a080b4ef9d94852423668ae',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fhp_5farrays_4841',['m_hp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'amrex::FabArray::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< TagBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< IArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< FArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::Mask >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::CutFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< PetscInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::EBCellFlagFab >::m_hp_arrays()']]], - ['m_5fhunk_4842',['m_hunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7bbf66f41bc3167185236bdcd6fe67a1',1,'amrex::CArena']]], - ['m_5fhypre_5fij_4843',['m_hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3a684b2d3ced4b0194697632ba0f91a8',1,'amrex::HypreSolver']]], - ['m_5fhypre_5fobject_5ftype_4844',['m_hypre_object_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ed51028a078ac94de993687b7411103',1,'amrex::HypreMLABecLap']]], - ['m_5fhypre_5fsolver_5fid_4845',['m_hypre_solver_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#adaa1de14576861c282ef98849361cff2',1,'amrex::HypreMLABecLap']]], - ['m_5fi_4846',['m_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a5e4fbd0434728a17409c80f498acb9af',1,'amrex::Neighbors::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a73f6c5940e933d6a33f935f750fbbcc0',1,'amrex::Gpu::StreamIter::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ae3bf13aefa6e07e08445ab681f363296',1,'amrex::BinIterator::m_i()']]], - ['m_5fid_4847',['m_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a72eda643c9080e17e52e8aea8756cd35',1,'amrex::ParallelContext::Frame']]], - ['m_5fid_5foffset_4848',['m_id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a413ac1a74ee41e809a9db1d4eaca9402',1,'amrex::HypreSolver']]], - ['m_5fidata_4849',['m_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a3034f52dc837cdb8c2e04fdd15572955',1,'amrex::ConstParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a017be53b64346d557da975c2a473a5a3',1,'amrex::StructOfArrays::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'amrex::ParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a2b585340461a43c8bed49aefc535f060',1,'amrex::ParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a9da7d4371d02e10cd184a772ecfaa82a',1,'amrex::ParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a26cc52a679bd8acec80cf5677f109480',1,'amrex::ParticleBase< T, 0, NInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'amrex::ParticleBase::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'amrex::ConstParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#ac8985bd9a524c39d1ed80cacca044197',1,'amrex::ConstParticleCPUWrapper::m_idata()']]], - ['m_5fidcpu_4850',['m_idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a62679baf18972e398b3c6f5148fc9087',1,'amrex::StructOfArrays::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'amrex::ParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a51427d204fb68f910c4a707da1ee5d0b',1,'amrex::ParticleBase< T, NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a283940f2680bb7c20e2f82975db086d9',1,'amrex::ParticleBase< T, 0, NInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a0721aeee066f4dce4294ef22a899d6e9',1,'amrex::ParticleBase< T, 0, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'amrex::ConstParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'amrex::ParticleBase::m_idcpu()']]], - ['m_5filower_4851',['m_ilower',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a9973ebbe0d5b11055141cfc15a1a2cad',1,'amrex::HypreIJIface']]], - ['m_5fimag_4852',['m_imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a50e77be424412b0789610d627520c151',1,'amrex::GpuComplex']]], - ['m_5fimpl_4853',['m_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a120c87042788ba7040ced33bbff0dcf5',1,'amrex::PlotFileData']]], - ['m_5fin_5fsolution_5fmode_4854',['m_in_solution_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a28e2b90709541cf46d64d3d382e6ade7',1,'amrex::MLNodeLinOp']]], - ['m_5finclude_5fperiodic_4855',['m_include_periodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a401ec74087f41577fd64f98dcd2490fc',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5finclude_5fphysbndry_4856',['m_include_physbndry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a9d73e7555d567b02c07dce4555f46499',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5findex_4857',['m_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ab5b57f7c904cde9efcc725b982dcfbf3',1,'amrex::Neighbors::const_iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aabe16c4205ba7567728db00191bdb3e8',1,'amrex::ConstSoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aa73689929eae42431f0f210d8bb28fee',1,'amrex::FillPatchIteratorHelper::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#afba47c1927bd537e97033eb5f5a6bdab',1,'amrex::BinIterator::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ab3d7b85eaaaa3603c37bcbdff9b9790a',1,'amrex::Neighbors::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4892e7cb73b23e77466bcbebda4916f1',1,'amrex::SoAParticle::m_index()']]], - ['m_5findex_5farray_4858',['m_index_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a89d87a77852f51756c34d02d92cf8656',1,'amrex::DistributionMapping::Ref']]], - ['m_5findex_5ftype_4859',['m_index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf16a10afaa8e55e344ed56680c70c13',1,'amrex::HypreSolver']]], - ['m_5findextype_4860',['m_indexType',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a0658b5293698992c4cc7df2062991b2a',1,'amrex::BATransformer::BATOp']]], - ['m_5findextype_5fcoarsenratio_4861',['m_indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a68ef0cc603c58e0aa79d76ddc1b4c360',1,'amrex::BATransformer::BATOp']]], - ['m_5finfo_4862',['m_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a501d9971a3346526fae6093d6de95642',1,'amrex::AMRErrorTag::m_info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeec6daa6ebe88ef8eaf6491af2f02cd6',1,'amrex::OpenBCSolver::m_info()']]], - ['m_5finit_5fresnorm0_4863',['m_init_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af6339494ac0686d76870dfad3febbea1',1,'amrex::MLMGT']]], - ['m_5finside_4864',['m_inside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#adb20f13a740421e91b3b1eb3e95672b1',1,'amrex::EB2::PolynomialIF']]], - ['m_5finstance_4865',['m_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad7909bf4e2448edc26489e346cb367ac',1,'amrex::AMReX::m_instance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a8534fa5e1a19e2e1f6fbcfb162a8460a',1,'amrex::EB2::IndexSpace::m_instance()']]], - ['m_5finterp_4866',['m_interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28281a3e9ad213ff779ae2b7978c8fff',1,'amrex::FillPatcher']]], - ['m_5finterpbndry_5fhalfwidth_4867',['m_interpbndry_halfwidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab5b6c73fee0004ac732f74350cc72bab',1,'amrex::MLCellLinOpT']]], - ['m_5fio_5frank_4868',['m_io_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2b4c46fb1ac3129d8c997f52241de7a1',1,'amrex::ParallelContext::Frame']]], - ['m_5fiparser_4869',['m_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ae2e79afe3f2835ee854cfbe074879d97',1,'amrex::IParser::Data']]], - ['m_5fis_5fbottom_5fsingular_4870',['m_is_bottom_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a51345471274acc0bdd0b5477285d4db1',1,'amrex::MLNodeLinOp']]], - ['m_5fis_5feb_5finhomog_4871',['m_is_eb_inhomog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a11297b15320727df4d9e32d3b8085c06',1,'amrex::MLEBABecLap']]], - ['m_5fis_5frz_4872',['m_is_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6e9813d42ab7f38861a4b0a0d88f6080',1,'amrex::MLNodeLaplacian']]], - ['m_5fis_5fsingular_4873',['m_is_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a713db21288dfddc11241dba5a6c317fa',1,'amrex::HypreMLABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa0125d9d8e480d38f2b3798bff1f0616',1,'amrex::MLABecLaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaabb766cd6deb544d0f29b9a304c4445',1,'amrex::MLALaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aeba6bdc290f5aa871187ccbfb92afc16',1,'amrex::MLPoissonT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69f0aa528f3437aed6e5fbc26d3f1820',1,'amrex::MLEBABecLap::m_is_singular()']]], - ['m_5fis_5fthread_5fsafe_4874',['m_is_thread_safe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a10d54646513ded7c12d45870888d0e64',1,'amrex::MPMD::Copier']]], - ['m_5fisec_5fboxes_4875',['m_isec_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8cec5f0f49ca18e99496c3530716772b',1,'amrex::NeighborParticleContainer']]], - ['m_5fitems_4876',['m_items',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aed3575613242ea883eda555b4cdedb83',1,'amrex::SparseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a0e425a63d9c75b2d31eb2f05e775e83c',1,'amrex::SparseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a443e37b09ea6527ffea24dbf13d77c4a',1,'amrex::BinIterator::iterator::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< typename amrex::ParticleTileData >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< ParticleType >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'amrex::DenseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a86bd9751f73a297822528a06e967334a',1,'amrex::DenseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a01f4b71f99b7d18cf3cb21f5bab573be',1,'amrex::BinIterator::m_items()']]], - ['m_5fiter_5ffine_5fresnorm0_4877',['m_iter_fine_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5d0dc2ebd750fd37b790b56fe2339d15',1,'amrex::MLMGT']]], - ['m_5fits_4878',['m_its',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'amrex::GMRES::m_its()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'GMRES< MF, GMRESMLMGT< MF > >::m_its()']]], - ['m_5fiupper_4879',['m_iupper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa3fa7e313e805db63a29e594319ec349',1,'amrex::HypreIJIface']]], - ['m_5fixtype_4880',['m_ixtype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'amrex::MLLinOpT::m_ixtype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_ixtype()']]], - ['m_5fjob_5fcond_4881',['m_job_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a71752cb305b9ed234397d1575b5c679b',1,'amrex::BackgroundThread']]], - ['m_5fkappa_4882',['m_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ab2cb2c4fcbbbf0e3fdedad325fd6b9',1,'amrex::MLEBTensorOp::m_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aa056265afa394abc77bb3fa40fcb96d9',1,'amrex::MLTensorOp::m_kappa()']]], - ['m_5flarge_5fradius_4883',['m_large_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab5c98ffdc830c5d1b1161e7febad6e0f',1,'amrex::EB2::TorusIF']]], - ['m_5flb_4884',['m_lb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a847e4c82e77b1879f0a265106f2969ac',1,'amrex::WeightedBoxList']]], - ['m_5flbox_4885',['m_lbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adeadcf55bf1de6d0a14007817795bfbf',1,'amrex::BoxList']]], - ['m_5flead_4886',['m_lead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#ac3aa97bce1863d762909aca16c65f13e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5flead_5fcomm_4887',['m_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#aa79a14d32c85df7c2912b7cac38f4416',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5flen_4888',['m_len',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a614d1738c82b3361f91ddd9572a5e0a3',1,'amrex::Cluster']]], - ['m_5flev_4889',['m_lev',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#ac8c0956840e85e64e1a2ff8d9bf1fa34',1,'amrex::ParticleCommData::m_lev()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a9f48ea741ddeb412ac869174a1f6dac9',1,'amrex::ParticleLocData::m_lev()']]], - ['m_5flev_5fgid_5fto_5fbucket_4890',['m_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#aaa894d51240ca3994d613ac9819b94cf',1,'amrex::GetBucket::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a7fbd0ee9e9b5a85ed8c759880d0603e0',1,'amrex::ParticleBufferMap::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac4fa128b9d676ec237a9a1b6f931fba8',1,'amrex::GetPID::m_lev_gid_to_bucket()']]], - ['m_5flev_5fmax_4891',['m_lev_max',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac3fa8f081cf19099f5fda4c64951dfaa',1,'AssignGridFilter']]], - ['m_5flev_5fmin_4892',['m_lev_min',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac57a8d70934ba968148055cf1bbcd866',1,'AssignGridFilter']]], - ['m_5flev_5foffsets_4893',['m_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#a470e41f4257b381e33ce814969d74a49',1,'amrex::GetBucket::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a9be86ae5c5e3f798194611a3798ea8c6',1,'amrex::GetPID::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ab5443e45483c897f9d54a9f63e8d4e20',1,'amrex::ParticleBufferMap::m_lev_offsets()']]], - ['m_5flevel_4894',['m_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'amrex::ParIterBase_impl::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()']]], - ['m_5flevel_5fsteps_4895',['m_level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a534316dfdeb033f40bdb613b8edc6188',1,'amrex::PlotFileDataImpl']]], - ['m_5fleveldata_4896',['m_leveldata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a5eccfe50e3b8752e800329c8fe0946b7',1,'amrex::FillPatchIterator::m_leveldata()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae6fe45dc33b6ea836ee80240e7e621af',1,'amrex::FillPatchIteratorHelper::m_leveldata()']]], - ['m_5flevels_4897',['m_levels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a6bcb299fb24ae49438d9aff35ff1fee5',1,'amrex::ParticleCopyOp']]], - ['m_5flevelset_4898',['m_levelset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab3e6789efd39bd7d39bd01cf97c85b07',1,'amrex::EBDataCollection::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a361f500f8c5de192acb6538e1a372139',1,'amrex::EB2::GFab::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a999ca961f5c742f5d61cbace2d88535d',1,'amrex::EB2::Level::m_levelset()']]], - ['m_5flevelset_5fname_4899',['m_levelset_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a47f6864a08dd002d65836de5491e3f4e',1,'amrex::EB2::ChkptFile']]], - ['m_5flinop_4900',['m_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'amrex::GMRES::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'GMRES< MF, GMRESMLMGT< MF > >::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aade37c46d216449063107a555d33010e',1,'amrex::GMRESMLMGT::m_linop()'],['../classHydro_1_1MacProjector.html#a230ddf37a4c7f45eec3159dc8f9b932b',1,'Hydro::MacProjector::m_linop()'],['../classHydro_1_1NodalProjector.html#ab426a15837e93adc52fbf136e6654c5a',1,'Hydro::NodalProjector::m_linop()']]], - ['m_5flo_4901',['m_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad4346ff5843f027fe798ba9dfa0ebe51',1,'amrex::TableData::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a22bbb9f61e5ec1f1e7086880b73e2c39',1,'amrex::EB2::BoxIF::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'amrex::AssignGrid::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_lo()']]], - ['m_5flo_5fp_4902',['m_lo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a0c3ffb962a03c3307030e52e384688ef',1,'amrex::BinMapper']]], - ['m_5flobc_4903',['m_lobc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad5a3ca519f25c6a41cea565dd7e9dc23',1,'amrex::HypreMLABecLap::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'amrex::MLLinOpT::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc()'],['../classHydro_1_1MacProjector.html#ab6757cc9b4d2315ee90db5718d534c7a',1,'Hydro::MacProjector::m_lobc()']]], - ['m_5flobc_5forig_4904',['m_lobc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'amrex::MLLinOpT::m_lobc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc_orig()']]], - ['m_5flocal_4905',['m_local',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1d2885301b5e06ee60387143583aa6f6',1,'amrex::ParticleCopyPlan']]], - ['m_5flocal_5fid_4906',['m_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad8cc6880de72069843e8277129ece3dc',1,'amrex::HypreSolver']]], - ['m_5flocal_5foffsets_4907',['m_local_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'amrex::DenseBins::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< ParticleType >::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< typename amrex::ParticleTileData >::m_local_offsets()']]], - ['m_5flocals_4908',['m_locals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aca1f9ad0544614004789f38c2ee3e659',1,'amrex::Parser::Data']]], - ['m_5flocators_4909',['m_locators',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'amrex::AmrParticleLocator::m_locators()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_locators()']]], - ['m_5floctags_4910',['m_LocTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#ac9cf38f68949932d8e7815a7caffc7c8',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5floshft_4911',['m_loshft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8076201cf94e0e9145160b6aa522ba26',1,'amrex::BATbndryReg']]], - ['m_5flpinfo_5farg_4912',['m_lpinfo_arg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2a4ce226902dbe904fa45173845d4cac',1,'amrex::MLCellABecLapT']]], - ['m_5flusolver_4913',['m_lusolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a194ba25b27e4f357966eb10f008566d2',1,'amrex::MLCurlCurl']]], - ['m_5fmap_4914',['m_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af0e183d350296703e8deaebb9a88f81a',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmasks_5fbuilt_4915',['m_masks_built',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2bb5e031c87b6bdf67618f9c25dc6945',1,'amrex::MLNodeLinOp']]], - ['m_5fmaskvals_4916',['m_maskvals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a9c470f145301b98fe0938ac6241284eb',1,'amrex::MLCellLinOpT']]], - ['m_5fmat_4917',['m_mat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abfee36b1993dbc4950e1288521db42c6',1,'amrex::HypreIJIface::m_mat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a5a5715e926af85d43393633db8dd9e99',1,'amrex::LUSolver::m_mat()']]], - ['m_5fmax_4918',['m_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#abfc04c1de628cba28c97f597fd5e9448',1,'amrex::VisMF::Header']]], - ['m_5fmax_5fblocks_4919',['m_max_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a95441a0edc24955aa9f0c83e21c34cad',1,'amrex::ReduceData']]], - ['m_5fmax_5flevel_4920',['m_max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7bdeaf9c375d4115ec95e188d537269d',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmax_5fstack_5fsize_4921',['m_max_stack_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a863a707fe492216d36ff882e0fbee9e9',1,'amrex::Parser::Data::m_max_stack_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f3166649cf29c5c3292bfb4eee475ec',1,'amrex::IParser::Data::m_max_stack_size()']]], - ['m_5fmax_5fstream_5findex_4922',['m_max_stream_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8c68dd84973b0f9d3ab7c7d5a3c81fd6',1,'amrex::ReduceData']]], - ['m_5fmax_5ftime_4923',['m_max_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a53b6a8de32e2ca45e830037a5024de24',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmaxiter_4924',['m_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'amrex::GMRES::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'GMRES< MF, GMRESMLMGT< MF > >::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afe4c13918588f999571c9b8ff61458eb',1,'amrex::HypreMLABecLap::m_maxiter()'],['../classHydro_1_1MacProjector.html#a0fcc02e53442b6c2ae858e59c0f5ea2a',1,'Hydro::MacProjector::m_maxiter()']]], - ['m_5fmaxorder_4925',['m_maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a7b04bbe6b54d748e48516df1695bc139',1,'amrex::Hypre::m_maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd2f0814b146783f613e60a476aa0a57',1,'amrex::PETScABecLap::m_maxorder()']]], - ['m_5fmaxtag_4926',['m_MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3',1,'amrex::ParallelDescriptor']]], - ['m_5fmem_5fusage_4927',['m_mem_usage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1cba13cd9d7009299774b13eb2f49484',1,'amrex::FabArrayBase']]], - ['m_5fmf_4928',['m_mf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a764850492da1fd11e69854a0a6d511cf',1,'amrex::Any::innards::m_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8b03f36aa484c3096470892346337619',1,'amrex::FabSetT::m_mf()']]], - ['m_5fmf_5fname_4929',['m_mf_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a1a193312a2db503b2cd3fb46c556500d',1,'amrex::PlotFileDataImpl']]], - ['m_5fmfcd_4930',['m_mfcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aaf087145837f2626f17e9e93b71ff985',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmfid_4931',['m_mfid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#adaa101ebcbc10df6a2a761ea3fb3e78b',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmgf_4932',['m_mgf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1313168a355b46b2d03060c450036477',1,'amrex::EB2::Level']]], - ['m_5fmin_4933',['m_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a321215a8ba0e8ef28744b61bdd15d0d4',1,'amrex::VisMF::Header']]], - ['m_5fmin_5ftime_4934',['m_min_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a2a4305e6d904d38980905de01195f7db',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmintag_4935',['m_MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6',1,'amrex::ParallelDescriptor']]], - ['m_5fmlmg_4936',['m_mlmg',['../classHydro_1_1NodalProjector.html#a05a43fb39b4da17d9d2493c75e7221f6',1,'Hydro::NodalProjector::m_mlmg()'],['../classHydro_1_1MacProjector.html#a1b186e20edf642dbab422aee51150e55',1,'Hydro::MacProjector::m_mlmg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac6bdd073a8562762729e78088cf2bbb9',1,'amrex::GMRESMLMGT::m_mlmg()']]], - ['m_5fmlmg_5f1_4937',['m_mlmg_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af4f8bd2cd9315ff6b44f81cc1e4a2d6f',1,'amrex::OpenBCSolver']]], - ['m_5fmlmg_5f2_4938',['m_mlmg_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a97b6170ecb8747fcc50cfc8fb11da671',1,'amrex::OpenBCSolver']]], - ['m_5fmomtags_5fd_4939',['m_momtags_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a42401091098315c9aaab7a635345692f',1,'amrex::OpenBCSolver']]], - ['m_5fmomtags_5fh_4940',['m_momtags_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a637ef773d76e4ded161fdde7e2057d7e',1,'amrex::OpenBCSolver']]], - ['m_5fmpi_5fops_4941',['m_mpi_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3461c9bae69de0e75d147ae431f938d4',1,'amrex::ParallelDescriptor']]], - ['m_5fmpi_5ftag_4942',['m_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0c03450ec8650e511181fb540b42e880',1,'amrex::ParallelContext::Frame']]], - ['m_5fmpi_5ftypes_4943',['m_mpi_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b5ef1a376307bde13dbe55d2f88da41',1,'amrex::ParallelDescriptor']]], - ['m_5fmulti_5fghost_4944',['m_multi_ghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8c10e1b5a28a55c6dc388f7df101a97',1,'amrex::FabArrayBase::m_multi_ghost()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a042c8672d37a4a51f885ab940987ed71',1,'amrex::FabArrayBase::FB::m_multi_ghost()']]], - ['m_5fmutx_4945',['m_mutx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a9f33f06880c6b03a62b70fd559ab53df',1,'amrex::BackgroundThread']]], - ['m_5fn_4946',['m_n',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad477a99f0707aee61523131329f2ad34',1,'amrex::Gpu::range_detail::range_impl::m_n()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52a24ab365296e0cb90e053580751fb1',1,'amrex::Gpu::StreamIter::m_n()']]], - ['m_5fname_4947',['m_name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a3384af022eabbdadda0f20d0bda79ebe',1,'amrex::VisMF::FabOnDisk']]], - ['m_5fnblocks_4948',['m_nblocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#afc0d93d82209acea61137a5a042adee1',1,'amrex::ReduceData::m_nblocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a23018825c7f4b69f2ccc208bc88cfaa0',1,'amrex::OpenBCSolver::m_nblocks()']]], - ['m_5fnblocks_5flocal_4949',['m_nblocks_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac4211b50259bcddcdb640a73362b0e19',1,'amrex::OpenBCSolver']]], - ['m_5fnblocks_5fx_4950',['m_nblocks_x',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ab8a2eebe5390786a4fd677cae1cb498f',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fnbor_5fcounts_4951',['m_nbor_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1de2b2bb7b0bb67975ada3971cbdeb5c',1,'amrex::NeighborList']]], - ['m_5fnbor_5flist_4952',['m_nbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8df0b0f7eda2e96fc9eb3a1fa768597a',1,'amrex::NeighborList']]], - ['m_5fnbor_5flist_5fptr_4953',['m_nbor_list_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a22f2a4baa17c0c12c53a40f86c652d44',1,'amrex::Neighbors::const_iterator::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a20b39fd43ff39609db949fa3ef3f7926',1,'amrex::Neighbors::iterator::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#aaa6b74f92a1ba6a7318b0f06381035dc',1,'amrex::NeighborData::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ad9f5e91117e760e1bc3ad9d78d2052a6',1,'amrex::Neighbors::m_nbor_list_ptr()']]], - ['m_5fnbor_5foffsets_4954',['m_nbor_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aa4802374875adf70531e733654308316',1,'amrex::NeighborList']]], - ['m_5fnbor_5foffsets_5fptr_4955',['m_nbor_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#af26fd25b39faa11f8357d2d750b44ba4',1,'amrex::NeighborData::m_nbor_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#aa9ff8703b2a5f6683425a7a9a9f46792',1,'amrex::Neighbors::m_nbor_offsets_ptr()']]], - ['m_5fncomp_4956',['m_ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab182ebb19ff924700a85e7e6db1a0a2c',1,'amrex::MLCellLinOpT::BndryCondLoc::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#adabe55330d4668477240acc170ab6032',1,'amrex::BndryDataT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a7ae82b32f3ba8bce2d86556224b6b06c',1,'amrex::EdgeFluxRegister::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a81344a3343158d0e1d9e14938e171ba9',1,'amrex::FillPatcher::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7614b1bf508cfb79fd233bf3c7527b00',1,'amrex::FillPatchIterator::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac4b64e926d1d6763788ee539be3f5d3e',1,'amrex::FillPatchIteratorHelper::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae01923bcfc09d7f3aab7f68c9380c54e',1,'amrex::VisMF::Header::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1d9a5429f6674a76b4137e4631578413',1,'amrex::MLABecLaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a602e57dc56518cf767d65a236dffe0d1',1,'amrex::MLALaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a85d721f72de7a13036fb1ce5bc77d452',1,'amrex::MLCurlCurl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a85df3961f7b0ad04d0ad1463ea1e24da',1,'amrex::MLEBABecLap::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7f9318219055f7d10f6975d75660182f',1,'amrex::PlotFileDataImpl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af33672ac47d288fbe42c788ddb8f953a',1,'amrex::YAFluxRegisterT::m_ncomp()']]], - ['m_5fnd_5ffine_5fmask_4957',['m_nd_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a034b72948cecb00630515b6a2de77109',1,'amrex::MLNodeLinOp']]], - ['m_5fneed_5fbcs_4958',['m_need_bcs',['../classHydro_1_1NodalProjector.html#a75b07026d94697bd10a08da83798f1eb',1,'Hydro::NodalProjector']]], - ['m_5fneed_5fsetup_4959',['m_need_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6598d193c7640eac64bfc15ff2ad8a0',1,'amrex::HypreIJIface']]], - ['m_5fneed_5fto_5fclear_5fbd_4960',['m_need_to_clear_bd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< GFab >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'amrex::LayoutData::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< RealTuple >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< PetscInt >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< HYPRE_Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< RealTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< BCTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_need_to_clear_bd()']]], - ['m_5fneeds_5fcoarse_5fdata_5ffor_5fbc_4961',['m_needs_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'amrex::MLLinOpT::m_needs_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_needs_coarse_data_for_bc()']]], - ['m_5fneeds_5fdomain_5fbcs_4962',['m_needs_domain_bcs',['../classHydro_1_1MacProjector.html#a326c6639e52cc713f7b2c1fd5512006b',1,'Hydro::MacProjector']]], - ['m_5fneeds_5finit_4963',['m_needs_init',['../classHydro_1_1MacProjector.html#a735fb39b953d7b3116b4c080bdbc9597',1,'Hydro::MacProjector']]], - ['m_5fneeds_5flevel_5fbcs_4964',['m_needs_level_bcs',['../classHydro_1_1MacProjector.html#ae868875d84ae01251b3baadfb5aca443',1,'Hydro::MacProjector']]], - ['m_5fneeds_5fupdate_4965',['m_needs_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab3dca372fae6a1446f43a056d410f165',1,'amrex::MLABecLaplacianT::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#af29f1000f607cefa4da6f1b1ee30090a',1,'amrex::MLALaplacianT::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aadf975aed65ffe24b230421d1366de50',1,'amrex::MLEBABecLap::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a15abc2cecf258e0967f5803ef5c5729e',1,'amrex::MLEBTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3a04ce523f79cd92d755563953021ceb',1,'amrex::MLNodeABecLaplacian::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a15ebbe140a2faea1fccb3b4bb71ddb60',1,'amrex::MLTensorOp::m_needs_update()']]], - ['m_5fneighbor_5flist_4966',['m_neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a739c2408e1c55081d20e737f6bf7ec8f',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fmask_5finitialized_4967',['m_neighbor_mask_initialized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68fedc2fd57b0e5efccdf65617f930ff',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fmask_5fptr_4968',['m_neighbor_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f3bc83f8fdf1b3468248103a0000a49',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fprocs_4969',['m_neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1eeb92e8809fe6c87b84c777c42323e6',1,'amrex::ParticleCopyPlan']]], - ['m_5fng_4970',['m_ng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a243abcb767a6293942dfe15a845d2faf',1,'amrex::FabArrayBase::CFinfo::m_ng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aa6a101ddf89df501b82f6fcc9e91ebd7',1,'amrex::FabArrayBase::ParForInfo::m_ng()']]], - ['m_5fnghb_4971',['m_nghb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#aa6351251f6a541b7405e78821225617a',1,'amrex::EB2::Vertex']]], - ['m_5fnghost_4972',['m_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0c8e0e716132c46ca1f819aec5f0ffc9',1,'amrex::HypreSolver::m_nghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5c4673c519e93d3cb903313647fce320',1,'amrex::FillPatcher::m_nghost()']]], - ['m_5fngpublocks_5fd_4973',['m_ngpublocks_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a08a177855c8f971da2aa51ebc08041bf',1,'amrex::OpenBCSolver']]], - ['m_5fngpublocks_5fh_4974',['m_ngpublocks_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a80eeb93e042aaf3ba2197349b17e85c0',1,'amrex::OpenBCSolver']]], - ['m_5fngrow_4975',['m_nGrow',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a273643e65dcd082d6987730ff80754e3',1,'AssignGridFilter']]], - ['m_5fngrow_4976',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#ab3a3b3cf9579cd6289f0f73e1d9c70bd',1,'amrex::FabArrayBase::RB90::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a586875a69a8c7797c4b3a306dd1d175b',1,'amrex::FabArrayBase::RB180::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ae7d84e3daa0f3502f2ce6369dcb42f60',1,'amrex::FabArrayBase::PolarB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a3224bd8a5138a0ec366714238188b64f',1,'amrex::PlotFileDataImpl::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4b580f495f97633950d9a0822c940fe8',1,'amrex::EB2::Level::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a49bcede42d9af444fdc2894b3454b63a',1,'amrex::EB2::IndexSpaceImp::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af795cbf728f61e01dad211ef844a441c',1,'amrex::EB2::IndexSpaceChkptFile::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aeca546f429ec75acace53426c6907257',1,'amrex::VisMF::Header::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a3ca8c8a83ae8de231f84a5f8069e8348',1,'amrex::FabArrayBase::FB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ad9db2e06c6728146ed5d6a2cf2fc956c',1,'amrex::EB2::IndexSpaceSTL::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8c1e66f34abde299d2379f0261cfcb53',1,'amrex::EBDataCollection::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab3c2e7a6fa7e1fb6b00450e34add430d',1,'amrex::AMRErrorTag::m_ngrow()']]], - ['m_5fngrowdomain_4977',['m_ngrowdomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3a92090574e0adaf00fc51398e9fcc32',1,'amrex::OpenBCSolver']]], - ['m_5fniters_5fcg_4978',['m_niters_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad44bb368a47f6e10513f541a1047d18c',1,'amrex::MLMGT']]], - ['m_5fnlevels_4979',['m_nlevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4ad2e4f73b2aa49cdd43dba6388760d6',1,'amrex::PlotFileDataImpl::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3f3c0311a36b81a7d73ef79905f77acd',1,'amrex::ParGDB::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a73bf18da48973ca4cc293bf50410a031',1,'amrex::HypreMLABecLap::m_nlevels()']]], - ['m_5fnorm_5ffine_5fmask_4980',['m_norm_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af29ed070015666e58d890685cb491900',1,'amrex::MLCellLinOpT::m_norm_fine_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aac3b69575b67cb155459d699783d537f',1,'amrex::MLNodeLinOp::m_norm_fine_mask()']]], - ['m_5fnormal_4981',['m_normal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acfd09edde6beeedfbac972b29a0bfa65',1,'amrex::EB2::PlaneIF']]], - ['m_5fnormalization_5fthreshold_4982',['m_normalization_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a0797df73e7c6a1283fd31748aa6f12e5',1,'amrex::MLNodeLaplacian']]], - ['m_5fnosigma_5fstencil_4983',['m_nosigma_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad3c3c020157daad724a6fff640529913',1,'amrex::MLNodeLaplacian']]], - ['m_5fnot_5ffound_4984',['m_not_found',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ab50914c07d7e0dd20468660135fb6a17',1,'amrex::BinIterator::m_not_found()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a7bbba0567292af76a5b3d7937dcadd76',1,'amrex::SparseBinIteratorFactory::m_not_found()']]], - ['m_5fnpivs_4985',['m_npivs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a27b3efefb425391025f69a103f062dc0',1,'amrex::LUSolver']]], - ['m_5fnprocs_5fper_5fnode_4986',['m_nprocs_per_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2efa14fb9d9ac2f6288d17e6890132ac',1,'amrex::ParallelDescriptor']]], - ['m_5fnprocs_5fper_5fprocessor_4987',['m_nprocs_per_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a38b3712843db6ceb3877ab59bd4df4f0',1,'amrex::ParallelDescriptor']]], - ['m_5fnranks_4988',['m_nranks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a31bfd44f2e4c7e7fe623b14eb62b81c6',1,'amrex::ParallelContext::Frame']]], - ['m_5fnrcvs_4989',['m_nrcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac2e31e632d2856477f32757e16ba053e',1,'amrex::ParticleCopyPlan']]], - ['m_5fnrows_4990',['m_nrows',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a090a812eff2805e0156494ff84bc332d',1,'amrex::HypreSolver']]], - ['m_5fnrows_5fgrid_4991',['m_nrows_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0da44696050a0f1ee648fad900d497f0',1,'amrex::HypreSolver']]], - ['m_5fnrows_5fproc_4992',['m_nrows_proc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#aa617021e09275cf95cafa956854a0e76',1,'amrex::HypreSolver']]], - ['m_5fnstates_4993',['m_nstates',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a5dd0ffbdeea32e60081285deaf2923ec',1,'amrex::BlockMutex']]], - ['m_5fnthreads_4994',['m_nthreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a42964fcfc71605c366a9881334b4b44e',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fnthreads_5fmomtag_4995',['m_nthreads_momtag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5d5c2037341dc1939ceb71904c642f7e',1,'amrex::OpenBCSolver']]], - ['m_5fnull_4996',['m_null',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a4847995282bbe72acece1c294025df39',1,'amrex::BATransformer::BATOp']]], - ['m_5fnum_5famr_5flevels_4997',['m_num_amr_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'amrex::MLLinOpT::m_num_amr_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_amr_levels()']]], - ['m_5fnum_5fbins_4998',['m_num_bins',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'amrex::AssignGrid::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a7e4813e198bd76868be6eacd0120a562',1,'amrex::ParticleLocator::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a11aed40e2ac62cfff56202d86e98a1ec',1,'amrex::SparseBinIteratorFactory::m_num_bins()']]], - ['m_5fnum_5fcoarsen_5fopt_4999',['m_num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a53bf89272eec625e5a81c23b9a555615',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fnum_5fiterations_5000',['m_num_iterations',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac7f56a34119321e36dcd74e70071caa0',1,'amrex::HypreIJIface']]], - ['m_5fnum_5fmg_5flevels_5001',['m_num_mg_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'amrex::MLLinOpT::m_num_mg_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_mg_levels()']]], - ['m_5fnum_5fneighbor_5fcells_5002',['m_num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c12404dedc750595ce4d68731d6fc29',1,'amrex::NeighborParticleContainer']]], - ['m_5fnum_5fneighbor_5fparticles_5003',['m_num_neighbor_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3306e52c6281fde864a8d33a9b53d72c',1,'amrex::ArrayOfStructs::m_num_neighbor_particles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a8c77c12736c976f0848d534b810cdc34',1,'amrex::StructOfArrays::m_num_neighbor_particles()']]], - ['m_5fnum_5fruntime_5fint_5004',['m_num_runtime_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'amrex::ConstParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'amrex::ParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'amrex::ParticleContainer_impl::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()']]], - ['m_5fnum_5fruntime_5freal_5005',['m_num_runtime_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'amrex::ConstParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'amrex::ParticleContainer_impl::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'amrex::ParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()']]], - ['m_5fnum_5ftri_5006',['m_num_tri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a02713b3bdf5197301486a78cca290534',1,'amrex::STLtools']]], - ['m_5fnumsnds_5007',['m_NumSnds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a18a64fd46d15d910a3fdd48a4868a200',1,'amrex::ParticleCopyPlan']]], - ['m_5fnumteams_5008',['m_numTeams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a665b0b12d8aadf1fe4050650f79c880f',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fnuse_5009',['m_nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae49fab0f0511c1fdf00502b40eecf615',1,'amrex::FabArrayBase::FPinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f9ac2d25dca93a6c78e056366d6a1d7',1,'amrex::FabArrayBase::CPC::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ab7ed1b94952706285d9835f120f14460',1,'amrex::FabArrayBase::CFinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a0a00f73f9c7b0a2817b46ea1044e17ff',1,'amrex::FabArrayBase::FB::m_nuse()']]], - ['m_5fnvars_5010',['m_nvars',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f941db726ad3f6a2e60a4e4bed8229a',1,'amrex::IParser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aaef798272fb28c2f79185f6be424a717',1,'amrex::Parser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3c89ce27b59a958a85af76b7106d0d47',1,'amrex::HypreSolver::m_nvars()']]], - ['m_5foff_5fbins_5fp_5011',['m_off_bins_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a64387b045d204383bf43d1daf728d4a2',1,'amrex::BinMapper']]], - ['m_5foffset_5012',['m_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a2c1236a694939f630bd82a59f383f00d',1,'amrex::OpenBCSolver::m_offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#aa65411b79204065ebd07950c94c0cb34',1,'amrex::EB2::TranslationIF::m_offset()']]], - ['m_5foffset_5fcf_5fbcoefs_5013',['m_offset_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6a33ca51865b1c9f828b5d53187ede6c',1,'amrex::HypreMLABecLap']]], - ['m_5foffsets_5014',['m_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'amrex::DenseBins::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< ParticleType >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< typename amrex::ParticleTileData >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a61877be196b17888cd8222578d4ddf02',1,'amrex::SparseBins::m_offsets()']]], - ['m_5foffsets_5fptr_5015',['m_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a5481f6264dec77ce8ab7e5d055b43d77',1,'amrex::BinIterator::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#af40598ebac6f1379f8c9364e0140cecf',1,'amrex::DenseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ade6704bbc963e4c3734bd2348e79847b',1,'amrex::SparseBinIteratorFactory::m_offsets_ptr()']]], - ['m_5fok_5016',['m_ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acdef1c2b11c62f8e02b1a4806de74376',1,'amrex::EB2::Level']]], - ['m_5fold_5017',['m_old',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a6988aa8a1462464a612470f422835404',1,'amrex::Gpu::GraphSafeGuard::m_old()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#aa241ac23303cd06b4eb0b725e5815086',1,'amrex::Gpu::LaunchSafeGuard::m_old()']]], - ['m_5fop_5018',['m_op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ae5934f27c83bc63db5971f7d9fc6c780',1,'amrex::BATransformer']]], - ['m_5foptions_5fnamespace_5019',['m_options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a68f95ee1a326d07fe027835c905ece00',1,'amrex::HypreSolver']]], - ['m_5fout_5020',['m_out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9137c45cc574cabfd0194ab8ed082116',1,'amrex::ParallelContext::Frame']]], - ['m_5fout_5ffilename_5021',['m_out_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a3ae9cdc97369e2f1381f095af24e497e',1,'amrex::ParallelContext::Frame']]], - ['m_5foverride_5fsync_5022',['m_override_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aae9da292ab2ecb89a86dbda52330ae4e',1,'amrex::FabArrayBase::FB']]], - ['m_5foverset_5fdirichlet_5fmask_5023',['m_overset_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7c0bb3eeb87e33f76c055d78e1e68df2',1,'amrex::MLNodeLinOp']]], - ['m_5foverset_5fmask_5024',['m_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5deec6d79b32b6214a8ed086a2129e8d',1,'amrex::HypreABecLap3::m_overset_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa1bc328cdef65e6dfab478914c2913d7',1,'amrex::MLCellABecLapT::m_overset_mask()']]], - ['m_5foverwrite_5ffiles_5025',['m_overwrite_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8586f98cdc225f4e2a60cc42046b0504',1,'amrex::HypreIJIface']]], - ['m_5fowner_5026',['m_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a8d1a994928ff734df597327f22db12dd',1,'amrex::CArena::Node']]], - ['m_5fowner_5fmask_5027',['m_owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ac643c87beeb9db50b0bf6c3584e0e055',1,'amrex::HypreSolver']]], - ['m_5fowner_5fmask_5fbottom_5028',['m_owner_mask_bottom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2f43f1de03008aad9e578d76ad0551be',1,'amrex::MLNodeLinOp']]], - ['m_5fowner_5fmask_5ftop_5029',['m_owner_mask_top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f3b2435897100cfd9e1cba8c95d7af',1,'amrex::MLNodeLinOp']]], - ['m_5fownership_5030',['m_ownership',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a2f337d4047cb7af6c2c86b6a56ff0523',1,'amrex::DistributionMapping::Ref']]], - ['m_5fpa_5031',['m_pa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e7c0f5fc1401ba1497916e015b8591c',1,'amrex::VisMF::m_pa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a87affdf01557cac536e54b52e606783d',1,'amrex::Gpu::Elixir::m_pa()']]], - ['m_5fpad_5fcorrection_5032',['m_pad_correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a81bc5519ac623a1d14e612f8fe202742',1,'amrex::GetSendBufferOffset']]], - ['m_5fpara_5033',['m_parA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a95128f78f0176e507ec9b05cddbb80a5',1,'amrex::HypreIJIface']]], - ['m_5fparent_5034',['m_parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9077580d8ff605511c26c67b023364e8',1,'amrex::EBFArrayBoxFactory::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4e89aa75cb75a863666efa8df2f74e9b',1,'amrex::EB2::Level::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'amrex::MLLinOpT::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_parent()']]], - ['m_5fparmparse_5fprefix_5035',['m_parmparse_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a605594e57a93565ba4561e922fc237d4',1,'amrex::HypreMLABecLap']]], - ['m_5fparrhs_5036',['m_parRhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a470b11bb06368021f02f861a95520128',1,'amrex::HypreIJIface']]], - ['m_5fparser_5037',['m_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#abac6e2284d98331984ef3d8967877219',1,'amrex::Parser::Data::m_parser()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a0ee1bc4aa5ddc1e1c59c6e3b4965630c',1,'amrex::EB2::ParserIF::m_parser()']]], - ['m_5fparser_5fprefix_5038',['m_parser_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d6405babd810179e1e69872b4075fb',1,'amrex::ParmParse']]], - ['m_5fparsln_5039',['m_parSln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abc0833145a0104c5fd87f4d16dc89db9',1,'amrex::HypreIJIface']]], - ['m_5fparticle_5fcurrent_5ftile_5040',['m_particle_current_tile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'amrex::ParIterBase_impl::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()']]], - ['m_5fparticle_5flocator_5041',['m_particle_locator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9bbd6752d478b3a24e66f2caa11196b',1,'amrex::ParticleContainerBase']]], - ['m_5fparticle_5frreqs_5042',['m_particle_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa7dcdca22d276a177da66220283582c0',1,'amrex::ParticleCopyPlan']]], - ['m_5fparticle_5fstats_5043',['m_particle_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aac55f2c595ea7f57832345df3d5fb78b',1,'amrex::ParticleCopyPlan']]], - ['m_5fparticle_5ftile_5fdata_5044',['m_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3756c36bbd9c983a71008537cd238cf5',1,'amrex::SoAParticle']]], - ['m_5fparticles_5045',['m_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'amrex::ParticleContainer_impl::m_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particles()']]], - ['m_5fpc_5046',['m_pc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'amrex::ParIterBase_impl::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()']]], - ['m_5fperiod_5047',['m_period',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a80294b3b23ece6729eca66ec2b75dcad',1,'amrex::FabArrayBase::FB::m_period()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#ae5ff0f4d1aea7da43378472739eae7d2',1,'amrex::FabArrayBase::CPC::m_period()']]], - ['m_5fperiodic_5fshift_5048',['m_periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a3486942c2721d9199b20c57461b5d31a',1,'amrex::ParticleCopyOp']]], - ['m_5fperm_5049',['m_perm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'amrex::DenseBins::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< ParticleType >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< typename amrex::ParticleTileData >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aabe787e78944c662b6e4288f23c5eafb',1,'amrex::BinIterator::iterator::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a0c8ada8a50d63270eee76dd43195a8ff',1,'amrex::SparseBins::m_perm()']]], - ['m_5fpermutation_5fptr_5050',['m_permutation_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aaa0ba8a334ea7c7bdafb69ad89955e1f',1,'amrex::BinIterator::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a3f84a41c582546501b263369e4d13ef1',1,'amrex::SparseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a08f5000a813c49c45a7f7c7476360106',1,'amrex::DenseBinIteratorFactory::m_permutation_ptr()']]], - ['m_5fphi_5051',['m_phi',['../classHydro_1_1MacProjector.html#a20de06bc31b064c6e819c541272c3be9',1,'Hydro::MacProjector::m_phi()'],['../classHydro_1_1NodalProjector.html#a2df28ee7713c43e77e24d14df3f77bcc',1,'Hydro::NodalProjector::m_phi()']]], - ['m_5fphi_5feb_5052',['m_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aac77fee4af067d987c117ae62a73d9ce',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fphi_5floc_5053',['m_phi_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae0ea21faa4cc1aeadf8641b37d8cf59f',1,'amrex::MLEBABecLap::m_phi_loc()'],['../classHydro_1_1MacProjector.html#ac58750f077dd9c946450520bb464eade',1,'Hydro::MacProjector::m_phi_loc()']]], - ['m_5fphind_5054',['m_phind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5169dad1c41680aa536527c80486f3b6',1,'amrex::OpenBCSolver']]], - ['m_5fpi_5055',['m_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4af48d8e7785fd2fdc80cc68c460e520',1,'amrex_constants_module']]], - ['m_5fpiv_5056',['m_piv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaceb7a501559fdef423b5e60f493d4fd',1,'amrex::LUSolver']]], - ['m_5fplan_5fb_5fx_5057',['m_plan_b_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a62d18d315e872bef1a1d63fa96dcf1e2',1,'hacc::Dfft']]], - ['m_5fplan_5fb_5fy_5058',['m_plan_b_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab473013539fe7740454dde52bc863b08',1,'hacc::Dfft']]], - ['m_5fplan_5fb_5fz_5059',['m_plan_b_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae07650ba6c341261fcff1963c992145f',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fx_5060',['m_plan_f_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a9e008a9f0839f098d817a567bf2c598c',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fy_5061',['m_plan_f_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aa73a222d425fcec58d2b0f8526ed8399',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fz_5062',['m_plan_f_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a6aead4d24eb32ff0f26282de9e0434d6',1,'hacc::Dfft']]], - ['m_5fplo_5063',['m_plo',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1dfe31cd80d8874bb9f33d3825231f1c',1,'FilterVirt::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'amrex::AssignGrid::m_plo()']]], - ['m_5fplo_5fp_5064',['m_plo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#aa13006c74c21b3e90f81412d731f3b35',1,'amrex::BinMapper']]], - ['m_5fplotfile_5fname_5065',['m_plotfile_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5dcb296f4bcc59a183bba8f18210753b',1,'amrex::PlotFileDataImpl']]], - ['m_5fpmap_5066',['m_pmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a71bfe2565cefe2ceb8ad882db3ebabc3',1,'amrex::DistributionMapping::Ref']]], - ['m_5fpoint_5067',['m_point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd2eb5b291fa7b4f4be7cad13c797274',1,'amrex::EB2::PlaneIF']]], - ['m_5fpoints_5068',['m_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a37d083bd92c41f07f8e14c4ace3496e5',1,'amrex::EBToPVD']]], - ['m_5fpoisson_5069',['m_poisson',['../classHydro_1_1MacProjector.html#ac385fd4e191d432e3aeabb6d622664f6',1,'Hydro::MacProjector']]], - ['m_5fpoisson_5f1_5070',['m_poisson_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a709e83e70ab954da3922f40d676b5295',1,'amrex::OpenBCSolver']]], - ['m_5fpoisson_5f2_5071',['m_poisson_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a30bb1d5c74178f67ac147168cf5d7e27',1,'amrex::OpenBCSolver']]], - ['m_5fpolynomial_5072',['m_polynomial',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aa2c56927d92aab11d6102c29c9040f30',1,'amrex::EB2::PolyIF::m_polynomial()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ab7dabb0bff8ee7a62ab1b97108429374',1,'amrex::EB2::PolynomialIF::m_polynomial()']]], - ['m_5fpos_5073',['m_pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'amrex::ParticleBase::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a705b1e5e27e52766ed56b20e98a0ece2',1,'amrex::ParticleBase< T, 0, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#aab64d84387cf94f9ce8589049ec9ad9e',1,'amrex::ParticleBase< T, 0, NInt >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#aa9f0b1bb9d369e5c204d1b6b6f7f6d67',1,'amrex::ParticleBase< T, NReal, 0 >::m_pos()']]], - ['m_5fprecond_5074',['m_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#acf501d7d69fdc89f757a8d27e455072a',1,'amrex::HypreIJIface']]], - ['m_5fprecond_5fniters_5075',['m_precond_niters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a199c70c91ab83732cc2982f3712411e1',1,'amrex::GMRESMLMGT']]], - ['m_5fpreconddestroyptr_5076',['m_precondDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad878f5c593038147c41c21ca7c8ec7d4',1,'amrex::HypreIJIface']]], - ['m_5fpreconditioner_5fname_5077',['m_preconditioner_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b1cf6f83cb8e3c65a01f11ff4003041',1,'amrex::HypreIJIface']]], - ['m_5fprecondsetupptr_5078',['m_precondSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a47d2841ac9969152f7c22549648ae15a',1,'amrex::HypreIJIface']]], - ['m_5fprecondsolveptr_5079',['m_precondSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a689f3de56a17e91425f008df5ddd02b0',1,'amrex::HypreIJIface']]], - ['m_5fprefix_5080',['m_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941314412b0921ba802f4620404cf33c',1,'amrex::ParmParse']]], - ['m_5fprev_5fflag_5081',['m_prev_flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#ab3c2ef6e1ce41acc4328659e78732084',1,'amrex::Gpu::NoSyncRegion::m_prev_flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a4950c95e43281815ad532ba7f6fa16b7',1,'amrex::Gpu::SingleStreamRegion::m_prev_flag()']]], - ['m_5fprimary_5082',['m_primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a7e0f7bd48cf94860e432afd6adbc3747',1,'amrex::StateDescriptor']]], - ['m_5fprob_5fdomain_5083',['m_prob_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a51f959e60b4b3d013245636746c44247',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5fhi_5084',['m_prob_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a8f100dd50d87c8225ab3f4bd4e4e81ee',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5flo_5085',['m_prob_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac9e8ecd94ee3a7eb0baa3683442354ce',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5fsize_5086',['m_prob_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa3ede8e016bea208be71cb1362edf3f7',1,'amrex::PlotFileDataImpl']]], - ['m_5fproc_5fbox_5fcounts_5087',['m_proc_box_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#abc5ce29ac4025b099cc18ee6308b4b0f',1,'amrex::ParticleBufferMap']]], - ['m_5fproc_5fbox_5foffsets_5088',['m_proc_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a65d85d75d30b1f67500bfa62aff5b162',1,'amrex::ParticleBufferMap']]], - ['m_5fprofiling_5fstats_5089',['m_profiling_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c55c16fad7194ada541a5645340a03',1,'amrex::CArena']]], - ['m_5fprop_5fzero_5090',['m_prop_zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ad478296de575a072a91d73b9f8b0332e',1,'amrex::GMRESMLMGT']]], - ['m_5fpstruct_5091',['m_pstruct',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ac281e48bd349f0ba8f42b9373eaf0915',1,'amrex::Neighbors::const_iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a557c95eb717280427b11fa5404f4724a',1,'amrex::Neighbors::iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a09fd3cee10d0e540e802b6c7cd9fc6fd',1,'amrex::NeighborData::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a9d4e86f7dc2ff83b23bcd1d0a3d04413',1,'amrex::NeighborList::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a4b3fbe9ad7a9534399391d67b192eed1',1,'amrex::Neighbors::m_pstruct()']]], - ['m_5fptmax_5092',['m_ptmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a135d25559bca9a4ec5dca07f1d08378b',1,'amrex::STLtools']]], - ['m_5fptmin_5093',['m_ptmin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aeeee47c9bfc52a2c01f6b6ad38043b49',1,'amrex::STLtools']]], - ['m_5fptr_5094',['m_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ae7a9bb6b1bb859d01987340327e8d570',1,'amrex::Any::m_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#acb61a285c530ab7badab8ba4c096eb4b',1,'amrex::FatPtr::m_ptr()']]], - ['m_5fptr_5fowner_5095',['m_ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a343632bf7caa49187def50cae53bf757',1,'amrex::TableData']]], - ['m_5fptref_5096',['m_ptref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ab287060a4866170710f23abb884afe91',1,'amrex::STLtools']]], - ['m_5fradii_5097',['m_radii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a1ba71f374b287b623a388dd3c3080135',1,'amrex::EB2::EllipsoidIF']]], - ['m_5fradius_5098',['m_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7c5b05498e0dbdf86a65e6fc719e12ad',1,'amrex::EB2::CylinderIF::m_radius()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3de3a558f56392c6c36976d0a8f21813',1,'amrex::EB2::SphereIF::m_radius()']]], - ['m_5fraii_5fcomm_5099',['m_raii_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'amrex::MLLinOpT::m_raii_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_raii_comm()']]], - ['m_5frange_5100',['m_range',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a33de9fa05506431fd65c4134ce8ce573',1,'amrex::FillPatchIterator']]], - ['m_5frank_5101',['m_rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac01973ea2c365ab71ce7903d8e1dc686',1,'amrex::WeightedBoxList']]], - ['m_5frank_5fin_5fnode_5102',['m_rank_in_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28c7a40658a100cdc586086b19a3915',1,'amrex::ParallelDescriptor']]], - ['m_5frank_5fin_5fprocessor_5103',['m_rank_in_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a089c919e9ff83dd0697192ff37dabbce',1,'amrex::ParallelDescriptor']]], - ['m_5frank_5fme_5104',['m_rank_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#aa5b185e14618f1bef2f4a7bbd9be3f35',1,'amrex::ParallelContext::Frame']]], - ['m_5frankinteam_5105',['m_rankInTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7afcd50dc8308b36a3f92aa13686d7d1',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fratio_5106',['m_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a97a8d3b8adf15cc4121246a77d7d23e0',1,'amrex::FillPatcher::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3cc8f2331d48facc82d8d85c31bab3f1',1,'amrex::YAFluxRegisterT::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a762cdbc28b362b73ca1e44330814ea07',1,'amrex::EdgeFluxRegister::m_ratio()']]], - ['m_5frcv_5fbox_5fcounts_5107',['m_rcv_box_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0cecada82881cc3751599dc6818e5a26',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5fids_5108',['m_rcv_box_ids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0298dfc0a4cf7473d0928f295d4fc69a',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5flevs_5109',['m_rcv_box_levs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a30ec4ed1918cc93dc2345d25aeb4a650',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5foffsets_5110',['m_rcv_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bda4dd344e77a88f619886e4b7a5e41',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5fpids_5111',['m_rcv_box_pids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a27b5bc6c55bb3af6e0a9fe4227182a2e',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fdata_5112',['m_rcv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aade131a77bcc6958b5a1c5296f4f62ec',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fnum_5fparticles_5113',['m_rcv_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb2916dc26f61c4c1e88711227433967',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fpad_5fcorrection_5fd_5114',['m_rcv_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a8305346a9bb20a4e5d7983acb025a5a8',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fpad_5fcorrection_5fh_5115',['m_rcv_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac166e1289239c5e946d1286621d5abd5',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvproc_5116',['m_RcvProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abfa960b63b48835c96d12a8754327b10',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvs_5117',['m_Rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a77c7aface2c0ecf8d3a8006c8924e8fc',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvtags_5118',['m_RcvTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a8a30e2336976ffe878c2c6558ecce70d',1,'amrex::FabArrayBase::CommMetaData::m_RcvTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ace340f0f6a72f7ab1c028ea49d783ba3',1,'amrex::MPMD::Copier::m_RcvTags()']]], - ['m_5frdata_5119',['m_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'amrex::ConstParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'amrex::ParticleBase::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a1fb1e5ea06a345e33563fe09729a8ee7',1,'amrex::ParticleBase< T, NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'amrex::ParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaffa30601135a22b5e4f9ac283b06aa1',1,'amrex::StructOfArrays::m_rdata()']]], - ['m_5freal_5120',['m_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#abe7e2332d46ea24486dfe52e6aaf0e84',1,'amrex::GpuComplex']]], - ['m_5frealbox_5121',['m_realbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a780852cad4ac22553f8cdbda0ff107a4',1,'amrex::AMRErrorTagInfo']]], - ['m_5frecompute_5fpreconditioner_5122',['m_recompute_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad473615875cdc97cafae5a44ca7fff27',1,'amrex::HypreIJIface']]], - ['m_5fredblack_5123',['m_redblack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a32694ef00d37d519168801799c4b90e1',1,'amrex::MLNodeTensorLaplacian']]], - ['m_5fref_5124',['m_ref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a66d4a4d11b9ff6a159c90448e55b6885',1,'amrex::DistributionMapping::m_ref()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaf44041b956612401793f474280e5e2f',1,'amrex::BoxArray::m_ref()']]], - ['m_5fref_5fratio_5125',['m_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ca733ac26d20abcd182611ba7869be4',1,'amrex::HypreMLABecLap::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a899e3e1837760fbc015d572dc4218204',1,'amrex::InterpFaceRegister::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5186d184c4ecd851f7a6859b09688aa1',1,'amrex::PlotFileDataImpl::m_ref_ratio()'],['../classHydro_1_1NodalProjector.html#aa26e4d42d1be4192245b2a5daddf0cfd',1,'Hydro::NodalProjector::m_ref_ratio()']]], - ['m_5fregion_5ftag_5126',['m_region_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad2c72c01911307129e1f6124db9cdf36',1,'amrex::FabArrayBase']]], - ['m_5freq_5127',['m_req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6dd614e3778be9c2c607de3c7fa4881d',1,'amrex::ParallelDescriptor::Message']]], - ['m_5fres_5128',['m_res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'amrex::GMRES::m_res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_res()']]], - ['m_5fresource_5129',['m_resource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a70005a334b1a0d87aa5a94c43ad7ce8a',1,'amrex::EB2::GeometryShop']]], - ['m_5frestart_5ffile_5130',['m_restart_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a7faca328c01194fcb735a45e466529e7',1,'amrex::EB2::ChkptFile']]], - ['m_5frestrtlen_5131',['m_restrtlen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'amrex::GMRES::m_restrtlen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'GMRES< MF, GMRESMLMGT< MF > >::m_restrtlen()']]], - ['m_5fresult_5fis_5fready_5132',['m_result_is_ready',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a4e60cd020808a640d7de13b866728202',1,'amrex::ReduceOps']]], - ['m_5frhs_5133',['m_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab6b44070d9d15cc4932b59f06a0558cd',1,'amrex::HypreIJIface::m_rhs()'],['../classHydro_1_1NodalProjector.html#a5a431f64f8d7d573f352a4bdb2964893',1,'Hydro::NodalProjector::m_rhs()'],['../classHydro_1_1MacProjector.html#ae6c4a3f3e2e04babd66b9bf2cb22c19d',1,'Hydro::MacProjector::m_rhs()']]], - ['m_5frhsnorm0_5134',['m_rhsnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a94b67005dca34f78005f42da6f7b3f04',1,'amrex::MLMGT']]], - ['m_5frmap_5135',['m_rmap',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a11af510cedfd5ac8bd70be4c1573ff05',1,'hacc::Distribution']]], - ['m_5frobin_5fbcval_5136',['m_robin_bcval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95a0dd3f6700b3da5b020a66ef726dff',1,'amrex::MLCellLinOpT']]], - ['m_5froffset_5137',['m_rOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a860eec9b2f5d15e91706d6feb2fa2134',1,'amrex::ParticleCopyPlan']]], - ['m_5froot_5138',['m_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a933d2d3cd77f3b584a5247341fb7c92e',1,'amrex::detail::SingleChunkArena']]], - ['m_5frr_5139',['m_rr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac72693b156f64de61d874f43d5d15443',1,'amrex::ParGDB']]], - ['m_5frtol_5140',['m_rtol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'amrex::GMRES::m_rtol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'GMRES< MF, GMRESMLMGT< MF > >::m_rtol()']]], - ['m_5frun_5fon_5fgpu_5141',['m_run_on_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a38d234c1f591dc1c13f69afab789fba0',1,'amrex::StateDescriptor::BndryFunc::m_run_on_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a631e5f4032aecbfad4c4acf5f35a7490',1,'amrex::BndryFuncArray::m_run_on_gpu()']]], - ['m_5fruntime_5fcomps_5fdefined_5142',['m_runtime_comps_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'amrex::ParticleContainer_impl::m_runtime_comps_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_runtime_comps_defined()']]], - ['m_5fruntime_5fi_5fcptrs_5143',['m_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a168b67cee9983016eb4a811d740523e2',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fi_5fptrs_5144',['m_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae172244722fde937a7ba5a8a60a5ff99',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fidata_5145',['m_runtime_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'amrex::ConstParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a10ad5fb2e51e43137e1b26ce70119735',1,'amrex::StructOfArrays::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'amrex::ParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()']]], - ['m_5fruntime_5fr_5fcptrs_5146',['m_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa1f069375a3a442593c218fc4911de6d',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fr_5fptrs_5147',['m_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6e6255a32ada9fcf2655a94d474ece11',1,'amrex::ParticleTile']]], - ['m_5fruntime_5frdata_5148',['m_runtime_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'amrex::ConstParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'amrex::ParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a179e1b7074dc1c6f3fe55ee3222839de',1,'amrex::StructOfArrays::m_runtime_rdata()']]], - ['m_5frz_5149',['m_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a37504f75c2cf6b138aa349ec76e7a078',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5frz_5falpha_5150',['m_rz_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a78cd20ff53eafb5fcd69e357e221d08a',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fs0_5fnorm0_5151',['m_s0_norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a587789b33e8a1da29ce868daeb003995',1,'amrex::MLNodeLaplacian']]], - ['m_5fs_5fcc_5152',['m_S_cc',['../classHydro_1_1NodalProjector.html#aa844007db4b80bbb38b6508f77e955c7',1,'Hydro::NodalProjector']]], - ['m_5fs_5fnd_5153',['m_S_nd',['../classHydro_1_1NodalProjector.html#a861303e523625db0455563843aeeeb3d',1,'Hydro::NodalProjector']]], - ['m_5fs_5fphi_5feb_5154',['m_s_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad48c24f09145f008fdbfce5f08f02351',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fscalars_5fset_5155',['m_scalars_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a9ef257d12dd2d94c4a70ff5fb5d8f534',1,'amrex::MLABecLaplacianT::m_scalars_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aeef8369bc805a494e2be105d59873c66',1,'amrex::MLEBABecLap::m_scalars_set()']]], - ['m_5fscomp_5156',['m_scomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a77d378e6f4445b1b52d50e81d97c85fc',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fsfine_5157',['m_sfine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ab2eadd469cce946d670a7de5a16e4f79',1,'amrex::FillPatcher']]], - ['m_5fsfinv_5158',['m_sfinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a932ebe41c20dbea7dbe43d208f1dc71d',1,'amrex::EB2::ScaleIF']]], - ['m_5fsigma_5159',['m_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7d8ad0e6e2657c16c753f60cc17434af',1,'amrex::MLEBNodeFDLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8a183b518f95b79420fa95a4400b3a4f',1,'amrex::MLNodeLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a84d4e74b64ef41514492203039ea9d31',1,'amrex::MLNodeTensorLaplacian::m_sigma()'],['../classHydro_1_1NodalProjector.html#a034e829fec13923e69d3f7b58eb9f324',1,'Hydro::NodalProjector::m_sigma()']]], - ['m_5fsigma_5fmf_5160',['m_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af397473ffaa999e0ac6f0fa478d895a0',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fsign_5161',['m_sign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a84095f8c7b235812724ab2d33c8d9130',1,'amrex::EB2::BoxIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab6453352eca518f991c6e74195f3d337',1,'amrex::EB2::CylinderIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a3b6e4a2ba4e86b1b2857488b3453e37d',1,'amrex::EB2::EllipsoidIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a6de7c0bbb4b6f360ad71bb75da9ccf4b',1,'amrex::EB2::PolyIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ad957f17b324e9e51370e72b065d6684c',1,'amrex::EB2::PolynomialIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a729f1a7c0e893a62bde14d9ce2aac7e5',1,'amrex::EB2::SphereIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a99567ce8919aa7ae802d60b62de5d08e',1,'amrex::EB2::TorusIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a13d4b5d3d37df39a577f5238cf23394e',1,'amrex::EB2::PlaneIF::m_sign()']]], - ['m_5fsimplified_5flist_5162',['m_simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6111d0d59d47fcfe76123cc90bfa2f9c',1,'amrex::BoxArray']]], - ['m_5fsin_5fangle_5163',['m_sin_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a985a4f063595d3fa4506d2b014dff877',1,'amrex::EB2::RotationIF']]], - ['m_5fsingle_5fchunk_5farena_5164',['m_single_chunk_arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::CutFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< TagBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< IArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< FArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::Mask >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'amrex::FabArray::m_single_chunk_arena()']]], - ['m_5fsingle_5fchunk_5fsize_5165',['m_single_chunk_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::Mask >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< TagBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< IArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< FArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'amrex::FabArray::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::CutFab >::m_single_chunk_size()']]], - ['m_5fsize_5166',['m_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::XDim3 >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< index_type >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int *, DefaultAllocator< int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< std::size_t >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< unsigned int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a1a226866e5efa7580c4f117e1c45e386',1,'amrex::EB2::PolynomialIF::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a3a15d388a4307d1a6af319e8244b7d1e',1,'amrex::ParallelDescriptor::ProcessTeam::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a22fdbcda4f3aba7fe5a29d9137589c4b',1,'amrex::ParticleArrayAccessor::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'amrex::AmrAssignGrid::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aeec4be8fd894735d9acaa7de8c62d63a',1,'amrex::Gpu::Buffer::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'amrex::ConstParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a686115184123b7683f8ecfeda3cec126',1,'amrex::FatPtr::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a61b50c1e4b1a9ae178034bf0bb29f5b8',1,'amrex::IParserStack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3eefad51a3f5c77dfba6bfa8f42e8909',1,'amrex::CArena::Node::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a482050d389e6f6f1a7628bb8a8df3696',1,'amrex::ParserStack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::STLtools::Triangle >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'amrex::ParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'amrex::PODVector::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::BoxND >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::NeighborCode >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::openbc::MomTag >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a86498b7a5078e5d717d9208721216af7',1,'amrex::VectorTag::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2ab5bb610d1b9c02e9a9d0d7a75138ad',1,'amrex::detail::SingleChunkArena::m_size()']]], - ['m_5fsln_5167',['m_sln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4c1ff70e7ba67cb35235e310144a07ce',1,'amrex::HypreIJIface']]], - ['m_5fsmall_5fradius_5168',['m_small_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab2c4c827cd735a1c6759fadd8173f4f5',1,'amrex::EB2::TorusIF']]], - ['m_5fsmooth_5fnum_5fsweeps_5169',['m_smooth_num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ab0b6c523511d1ccca7263730a75019f9',1,'amrex::MLNodeLinOp']]], - ['m_5fsnd_5fcounts_5170',['m_snd_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0fc80c44685a05b3c1e807569fae0d62',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fnum_5fparticles_5171',['m_snd_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a9af231ffac4e8ee9799fe6db8edd6886',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5foffsets_5172',['m_snd_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a03f46ec462fad618d823836214c9411a',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fpad_5fcorrection_5fd_5173',['m_snd_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a3900fd1e88118efacebc15ddd99cbacf',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fpad_5fcorrection_5fh_5174',['m_snd_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bfedead4c32d33e5013a8b5df9c5245',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnds_5175',['m_Snds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a4f11e52b07357018bf4097a60913ec01',1,'amrex::ParticleCopyPlan']]], - ['m_5fsndtags_5176',['m_SndTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a9faedeb4a7bf786a1143c2f4264369a0',1,'amrex::FabArrayBase::CommMetaData::m_SndTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ac8a7a8cb167be835313951319df1a7c0',1,'amrex::MPMD::Copier::m_SndTags()']]], - ['m_5fsoa_5ftile_5177',['m_soa_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acfdbf84efe0aae5266a28545a2e45480',1,'amrex::ParticleTile']]], - ['m_5fsolver_5178',['m_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6bb23759218b92724ea79d95bb57ec99',1,'amrex::HypreIJIface::m_solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4bde944cac23810adbcae8586a29fce4',1,'amrex::HypreMLABecLap::m_solver()']]], - ['m_5fsolver_5fname_5179',['m_solver_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a1bd8897ee5f2be854cda1560c269d680',1,'amrex::HypreIJIface']]], - ['m_5fsolverdestroyptr_5180',['m_solverDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aba91fd7d31b0749b326b8951483bd7fd',1,'amrex::HypreIJIface']]], - ['m_5fsolverfinalresidualnormptr_5181',['m_solverFinalResidualNormPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5dfbd6d925a40a4b9aaf87e999725fb8',1,'amrex::HypreIJIface']]], - ['m_5fsolvernumitersptr_5182',['m_solverNumItersPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd57a1fed363b002efd0870b9121d808',1,'amrex::HypreIJIface']]], - ['m_5fsolverprecondptr_5183',['m_solverPrecondPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af2a5eaf05419e462af43e6dbac0f7e32',1,'amrex::HypreIJIface']]], - ['m_5fsolversetabstolptr_5184',['m_solverSetAbsTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac89a536ece4354f50e37d9c348ca3cb3',1,'amrex::HypreIJIface']]], - ['m_5fsolversetmaxiterptr_5185',['m_solverSetMaxIterPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8215a538fc2174de6ba720bf22aa9738',1,'amrex::HypreIJIface']]], - ['m_5fsolversettolptr_5186',['m_solverSetTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afae6f2e6cca5494f6eb268b7454f3246',1,'amrex::HypreIJIface']]], - ['m_5fsolversetupptr_5187',['m_solverSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a0a39d10868c7060639ccc1d20dc09f49',1,'amrex::HypreIJIface']]], - ['m_5fsolversolveptr_5188',['m_solverSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83da26622ba6d3465b95ca419d86586c',1,'amrex::HypreIJIface']]], - ['m_5fspacedim_5189',['m_spacedim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa8ed71c19d3021e1f6be45fbae836870',1,'amrex::PlotFileDataImpl']]], - ['m_5fsqrt_5f2_5190',['m_sqrt_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2543fcb32aea78d31b0c4515bf6ca150',1,'amrex_constants_module']]], - ['m_5fsqrt_5fpi_5191',['m_sqrt_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c',1,'amrex_constants_module']]], - ['m_5fsrc_5findices_5192',['m_src_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a8f1e282c58e59fdc95a3343a81ff0517',1,'amrex::ParticleCopyOp']]], - ['m_5fsrcba_5193',['m_srcba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a0731da1aa60b01a75a86c66a1e49a82c',1,'amrex::FabArrayBase::CPC']]], - ['m_5fsrcbdk_5194',['m_srcbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a786fb125f0c7e03c58115eaddeb7c159',1,'amrex::FabArrayBase::CPC::m_srcbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a2028b1d14f841dd6c9e47646c2e8d33a',1,'amrex::FabArrayBase::FPinfo::m_srcbdk()']]], - ['m_5fsrcng_5195',['m_srcng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a368567f75989319e5002e2ec870d82b6',1,'amrex::FabArrayBase::CPC']]], - ['m_5fss_5196',['m_ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'amrex::GMRES::m_ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'GMRES< MF, GMRESMLMGT< MF > >::m_ss()']]], - ['m_5fss_5fa_5197',['m_ss_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afce3813ade7df97da4e139f475916f05',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fb_5198',['m_ss_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af2f93bf32b6d1799e7bd2a3027b48853',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fgraph_5199',['m_ss_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3abcd57ae0d4187a40ee256bdd8f29f7',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fgrid_5200',['m_ss_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6e1dd0ab2281b23542bdf3e612a88053',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fprecond_5201',['m_ss_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7d02613d6773cec7b61dca2d4e1b5615',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fsolver_5202',['m_ss_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a610b6ca3b2fef67292ed1d0d1fbaddfa',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fstencil_5203',['m_ss_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a244b3cf6e6d1fab88dbccbb1a8a65512',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fx_5204',['m_ss_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc03d365cbc2f1a3791aa6f4bff1fd5f',1,'amrex::HypreMLABecLap']]], - ['m_5fstat_5205',['m_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6a697134ff54d12d0cfd9302c2a3d4db',1,'amrex::ParallelDescriptor::Message::m_stat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a0a7a1c0cd13749231991a5b7361fa2b6',1,'amrex::CArena::Node::m_stat()']]], - ['m_5fstate_5206',['m_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ab5a49fbd49c206ff3f03ee616e60b990',1,'amrex::BlockMutex']]], - ['m_5fstatus_5207',['m_status',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'amrex::GMRES::m_status()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'GMRES< MF, GMRESMLMGT< MF > >::m_status()']]], - ['m_5fstencil_5208',['m_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae971fa5b7d9a948b3b8b778bb9540064',1,'amrex::MLNodeLaplacian']]], - ['m_5fstllevel_5209',['m_stllevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ab14caa115cde8da650b6587b8e73dd02',1,'amrex::EB2::IndexSpaceSTL']]], - ['m_5fstop_5210',['m_stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a203d3f6da36fafad340372cb87394dce',1,'amrex::BinIterator::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a7a4551cfd44eb8d3855dc639c91d92a7',1,'amrex::Neighbors::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa1d9037b41a3a5a4822adc0b226a63cf',1,'amrex::Neighbors::const_iterator::m_stop()']]], - ['m_5fstore_5fin_5fcheckpoint_5211',['m_store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a83266e34a32f66f82481390292960e28',1,'amrex::StateDescriptor']]], - ['m_5fstrategy_5212',['m_Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5aadb0f378774b462229052551cd2db8',1,'amrex::DistributionMapping']]], - ['m_5fsuperparticle_5fsize_5213',['m_superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a439daadd96aa6868c30e13e8baf8be18',1,'amrex::ParticleCopyPlan']]], - ['m_5fsupport_5214',['m_support',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9d7fc23809662b01ce10290962d272e8',1,'amrex::EBDataCollection::m_support()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0121434aeeb0ad87903dd1401803c1ba',1,'amrex::EBFArrayBoxFactory::m_support()']]], - ['m_5fsync_5215',['m_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ac43afd05d7a1429cfc3457df64e89d23',1,'amrex::Gpu::StreamIter']]], - ['m_5fsync_5fresid_5fcrse_5216',['m_sync_resid_crse',['../classHydro_1_1NodalProjector.html#addb02b798336040f2a5967c348f8b702',1,'Hydro::NodalProjector']]], - ['m_5fsync_5fresid_5ffine_5217',['m_sync_resid_fine',['../classHydro_1_1NodalProjector.html#a52f7d954bee1adb67991c1a764dbd314',1,'Hydro::NodalProjector']]], - ['m_5ftable_5218',['m_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abe4e8f257927686a878e5be81358b213',1,'amrex::ParmParse']]], - ['m_5ftac_5fstats_5219',['m_TAC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa5ab85a3018faa2b983936fa4116cd4f',1,'amrex::FabArrayBase']]], - ['m_5ftags_5220',['m_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'amrex::FabArray::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< PetscInt > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::CutFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::EBCellFlagFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::Mask >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< FArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< IArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< TagBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_tags()']]], - ['m_5ftauflux_5221',['m_tauflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#abb70c0cd0ba0b1da3fe27e69bb2fe792',1,'amrex::MLEBTensorOp']]], - ['m_5fteam_5222',['m_Team',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a387acd4f26462ef60c5de9d87ef15c67',1,'amrex::ParallelDescriptor']]], - ['m_5fteam_5fcomm_5223',['m_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a69bbcf1d147ce2786b6c5c4f166b2b1e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5ftest_5224',['m_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aaf31df482ec4a1715c7364a12d4b0cc0',1,'amrex::AMRErrorTag']]], - ['m_5ftgco_5225',['m_tgco',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a56625fa335515114f136cf0aa8488fec',1,'amrex::FabArrayBase::CPC']]], - ['m_5fthecpcache_5226',['m_TheCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa2a265ca0b7ce27ee0f3d66c86fe929d',1,'amrex::FabArrayBase']]], - ['m_5fthecrsefinecache_5227',['m_TheCrseFineCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab58a879dec4546737754f55dd8b600e2',1,'amrex::FabArrayBase']]], - ['m_5fthefbcache_5228',['m_TheFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6ec51851470b2e1ec57805bad7725268',1,'amrex::FabArrayBase']]], - ['m_5fthefillpatchcache_5229',['m_TheFillPatchCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acdb408349f86d3e32c29e245a361ba0c',1,'amrex::FabArrayBase']]], - ['m_5ftheparforcache_5230',['m_TheParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3ac3a9247a9551f551256c6a1043e002',1,'amrex::FabArrayBase']]], - ['m_5fthepolarbcache_5231',['m_ThePolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bd69d649f9a0446dbc7ba981c58199a',1,'amrex::FabArrayBase']]], - ['m_5ftherb180cache_5232',['m_TheRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9549d43d5d9d74ddb7c541d9f3339848',1,'amrex::FabArrayBase']]], - ['m_5ftherb90cache_5233',['m_TheRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac6817d7110b3389ad5ececd0da4e241a',1,'amrex::FabArrayBase']]], - ['m_5fthetilearraycache_5234',['m_TheTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#afc113a32c271a6c406b525795a5d71e0',1,'amrex::FabArrayBase']]], - ['m_5fthread_5235',['m_thread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3093fd845f22fd2dd628aca6a442851f',1,'amrex::BackgroundThread']]], - ['m_5fthreadsafe_5236',['m_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52b41c558e2c01ea2386c5ffcf258759',1,'amrex::Gpu::StreamIter']]], - ['m_5fthreadsafe_5floc_5237',['m_threadsafe_loc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a0d33ba955e754e4749cbb8337082bb0d',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5fthreadsafe_5frcv_5238',['m_threadsafe_rcv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a45f8bde679589b1086b07cc3faba6740',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5ftile_5239',['m_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a963b4d0da43b9378de88dc4956581e83',1,'amrex::ParticleLocData']]], - ['m_5ftilebox_5240',['m_tilebox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad662500121fee7c74a07d58b96c1f0dd',1,'amrex::ParticleLocData']]], - ['m_5ftime_5241',['m_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac669cda0914a26ea86c2c118e10791dc',1,'amrex::FillPatchIteratorHelper::m_time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a67448031bad4b668d4208c53c1b5056a',1,'amrex::PlotFileDataImpl::m_time()']]], - ['m_5ftri_5fnormals_5fd_5242',['m_tri_normals_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#accd39d6fb1aca77a857b0a4ad1e51ce4',1,'amrex::STLtools']]], - ['m_5ftri_5fpts_5fd_5243',['m_tri_pts_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#afe0f0661535402979c4c346235b957fc',1,'amrex::STLtools']]], - ['m_5ftri_5fpts_5fh_5244',['m_tri_pts_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aee7f90ddbeb003f7aac15f3b448c4a87',1,'amrex::STLtools']]], - ['m_5ftruesize_5245',['m_truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afe2cef7f8d8260130dc5640520f4062b',1,'amrex::TableData']]], - ['m_5ftyp_5246',['m_typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8e3247c949b2224196c82ab300bbfbb4',1,'amrex::BATbndryReg::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a70a0f9e05a982b0fba0204104b794e72',1,'amrex::FabArrayBase::FB::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ae45a6ecaa6463cf76c6ea2edb046319f',1,'amrex::BATindexType_coarsenRatio::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#ae87c108fe184887d8f71272d564700d8',1,'amrex::BATindexType::m_typ()']]], - ['m_5ftype_5247',['m_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a625c1eeed8e477ce6df628fdf55059a9',1,'amrex::EBCellFlagFab::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a84a692c3807a4e2ab439841c70b1f004',1,'amrex::FArrayBox::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#abf21a1cad8c8f6f18b02971ed68051ed',1,'amrex::ParallelDescriptor::Message::m_type()']]], - ['m_5ftypemap_5248',['m_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a914a481cd7a1365cd6e02ebdf629131d',1,'amrex::EBCellFlagFab']]], - ['m_5fumac_5249',['m_umac',['../classHydro_1_1MacProjector.html#a202c14635c7a0c506918f2e8c0321eb5',1,'Hydro::MacProjector']]], - ['m_5fumac_5floc_5250',['m_umac_loc',['../classHydro_1_1MacProjector.html#ad6e1524d4ec4fc9899afe7b896b8dca9',1,'Hydro::MacProjector']]], - ['m_5fundrrelxr_5251',['m_undrrelxr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab50c53ea7ff9c53bf37ac816e0663406',1,'amrex::MLCellLinOpT']]], - ['m_5fuse_5fgauss_5fseidel_5252',['m_use_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#add77293caacd09584aa8b5f0fd7f923a',1,'amrex::MLCellLinOpT::m_use_gauss_seidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1dd0f2250ddf96f66c4163f0f99e1f1d',1,'amrex::MLNodeLaplacian::m_use_gauss_seidel()']]], - ['m_5fuse_5fharmonic_5faverage_5253',['m_use_harmonic_average',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac1b3d5d3a2cde86e476ffb95f17b0fef',1,'amrex::MLNodeLaplacian']]], - ['m_5fuse_5fmapped_5254',['m_use_mapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2cb5c874294fca6f5552906493d6987f',1,'amrex::MLNodeLaplacian']]], - ['m_5fuse_5fmlhypre_5255',['m_use_mlhypre',['../classHydro_1_1MacProjector.html#a1cfed0b2f4b04e97af45164e905542e8',1,'Hydro::MacProjector']]], - ['m_5fuse_5fpcg_5256',['m_use_pcg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90caeb3665770814375e6ab7108e7536',1,'amrex::MLCurlCurl']]], - ['m_5fuse_5fprecond_5257',['m_use_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab701de7cf398139b6f8804adb3eddd55',1,'amrex::GMRESMLMGT']]], - ['m_5fused_5258',['m_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7ec2fcdaa0d06d1fceb739d0e1661751',1,'amrex::CArena']]], - ['m_5fuser_5ff_5259',['m_user_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#aac214cf749cf15c34ae0cdda7b16a292',1,'amrex::GpuBndryFuncFab']]], - ['m_5fuserfunc_5260',['m_userfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab30d140ebc75fb6f346e8b519bc25f32',1,'amrex::AMRErrorTag']]], - ['m_5fv_5ftmp_5flhs_5261',['m_v_tmp_lhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'amrex::GMRES::m_v_tmp_lhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_lhs()']]], - ['m_5fv_5ftmp_5frhs_5262',['m_v_tmp_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'amrex::GMRES::m_v_tmp_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_rhs()']]], - ['m_5fvalidbox_5263',['m_validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ae472b90af10b7b39bc9b15f9b3ae9563',1,'amrex::EB2::GFab']]], - ['m_5fvals_5264',['m_vals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#a735a0d1d9af362200a39ed6eeb6dca1b',1,'amrex::ParmParse::PP_entry']]], - ['m_5fvalue_5265',['m_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f97d93ea970ab6a2deccc908df9a778',1,'amrex::AMRErrorTag::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'amrex::detail::gpu_tuple_element::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'gpu_tuple_element< I, Head >::m_value()']]], - ['m_5fvar_5fnames_5266',['m_var_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a97218ed0288178e38d8c1f1e5aa5eb22',1,'amrex::PlotFileDataImpl']]], - ['m_5fvars_5267',['m_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a38fbb1b724d2f5ea93477b942c1b589c',1,'amrex::Parser']]], - ['m_5fvel_5268',['m_vel',['../classHydro_1_1NodalProjector.html#ab7877893e7c8508bcdb57ecb69f8186d',1,'Hydro::NodalProjector']]], - ['m_5fverbose_5269',['m_verbose',['../classHydro_1_1NodalProjector.html#a1227ef2a37834880d4c6ce67abb28c7d',1,'Hydro::NodalProjector::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'amrex::GMRES::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'GMRES< MF, GMRESMLMGT< MF > >::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a559b510a5112ec5d239ce2b27e8dac58',1,'amrex::HypreIJIface::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a98523c0ee725e9b867ac7d056430a98e',1,'amrex::HypreMLABecLap::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ada654e05e95e8e0a94b7176ac293d60f',1,'amrex::HypreSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ca647ecd06b85d8b1ae579ae02895d5',1,'amrex::OpenBCSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89f6fb84fb7e73fc185ae5d8f45818ab',1,'amrex::ParticleContainerBase::m_verbose()'],['../classHydro_1_1MacProjector.html#ad404c14e097be049171e3ab0e5dc10e6',1,'Hydro::MacProjector::m_verbose()']]], - ['m_5fvers_5270',['m_vers',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aacee1781de8865ef3c3eb1d282bc6f9b',1,'amrex::VisMF::Header']]], - ['m_5fvid_5271',['m_vid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#a2cd960ffa980858f414420f76ffc25d9',1,'amrex::EB2::Edge']]], - ['m_5fvismf_5272',['m_vismf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dd76c0ba4a0e1c03cad73ce8e4147e4',1,'amrex::PlotFileDataImpl']]], - ['m_5fvolfrac_5273',['m_volfrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab87f9babcf2b30b23ea7a36ee621538e',1,'amrex::EBDataCollection::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0fd8fbb0ff5ceb71c27249153f70a53f',1,'amrex::EB2::Level::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html#a1ce6b16223431af66f51f32e63757950',1,'amrex::EB2::Cell::m_volfrac()']]], - ['m_5fvolfrac_5fname_5274',['m_volfrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a98dcc4c1bd8c711efd1ca8435ade6e1b',1,'amrex::EB2::ChkptFile']]], - ['m_5fvolinv_5275',['m_volinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad73d9eed28e8d9d32cf54327e21c5225',1,'amrex::MLCellLinOpT']]], - ['m_5fvolume_5fweighting_5276',['m_volume_weighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa425665e4dba84abc87833b4336ff14d',1,'amrex::AMRErrorTagInfo']]], - ['m_5fvv_5277',['m_vv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'amrex::GMRES::m_vv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'GMRES< MF, GMRESMLMGT< MF > >::m_vv()']]], - ['m_5fweight_5278',['m_weight',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a0835a7597d5398b00aede057c5961992',1,'amrex::WeightedBox::m_weight()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a6734bc342d0cc4b6b107c0e2c3a5deee',1,'amrex::WeightedBoxList::m_weight()']]], - ['m_5fwrite_5fcounter_5279',['m_write_counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aafa24076e772ca5e72ac632f9313300c',1,'amrex::HypreIJIface']]], - ['m_5fwrite_5ffiles_5280',['m_write_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a06b918c86f2df226b6b631916e456e72',1,'amrex::HypreIJIface']]], - ['m_5fwrittenrd_5281',['m_writtenRD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae83557a09400cdcb97b0220b3ced8d43',1,'amrex::VisMF::Header']]], - ['m_5fx_5282',['m_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ae747e84281f7636b354d847962c0cc4f',1,'amrex::HypreSolver']]], - ['mac_5finterpolate_5283',['mac_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629',1,'amrex']]], - ['macprojector_5284',['MacProjector',['../classHydro_1_1MacProjector.html',1,'Hydro::MacProjector'],['../classHydro_1_1MacProjector.html#a6f5d3d7bd577cba4d3f40be51c56bcbb',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Geometry > &a_geom, amrex::MLMG::Location a_umac_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_beta_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_phi_loc=amrex::MLMG::Location::CellCenter, amrex::MLMG::Location a_divu_loc=amrex::MLMG::Location::CellCenter)'],['../classHydro_1_1MacProjector.html#a3ca29786854f04e67ccf2595c7d48524',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu, amrex::MLMG::Location a_divu_loc, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#a758e62356163baa02f82cec81d07debd',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#abb52e5323c3eb2627bf03b19c7baec65',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a6018b9d8d4d05168315cbaa21680db4f',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a2611aa7b8def7545242fb3fdba84b98b',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::Real a_const_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={}, const amrex::Vector< amrex::MultiFab const * > &a_divu={})']]], - ['magenta_5285',['Magenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec',1,'amrex::FGColor::Magenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a872f0a27e2fa1c13fd7227914524b3cb',1,'amrex::BGColor::Magenta()']]], - ['main_2edox_5286',['main.dox',['../main_8dox.html',1,'(Global Namespace)'],['https://amrex-codes.github.io/amrex/doxygen/main_8dox.html',1,'(Global Namespace)']]], - ['make_5287',['make',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'MLLinOpT< Array< MultiFab, 3 > >::make(Vector< Vector< Array< MultiFab, 3 > > > &mf, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'MLLinOpT< Array< MultiFab, 3 > >::make(int amrlev, int mglev, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'amrex::MLLinOpT::make()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7676ba4a8f0f7e18be2366dd33ef322f',1,'amrex::MLCurlCurl::make(Vector< Vector< MF > > &mf, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ace16dcafe1f3dc9c2c37b18bb6437986',1,'amrex::MLCurlCurl::make(int amrlev, int mglev, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'amrex::MLLinOpT::make()']]], - ['make_5falias_5288',['make_alias',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba',1,'amrex']]], - ['make_5falike_5289',['make_alike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::make_alike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'amrex::ParticleContainer_impl::make_alike()']]], - ['make_5fbox_5290',['make_box',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a7b99f31edd5a4c819ab81f9ed3045ef6',1,'amrex::BoxCommHelper']]], - ['make_5fdeep_5fcopy_5291',['make_deep_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90',1,'amrex']]], - ['make_5finvalid_5292',['make_invalid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#af21bcbc4ede1afe42beb3ce0667e56be',1,'amrex::ParticleIDWrapper']]], - ['make_5fmf_5fcrse_5fmask_5293',['make_mf_crse_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34617f70eaffc9dd42ef30e75602e4e3',1,'amrex::detail']]], - ['make_5fmf_5fcrse_5fpatch_5294',['make_mf_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1f1cf618eec93f3f663f4eab80c283a5',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34a42876ed5cec17cb6852ce43b710b7',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], - ['make_5fmf_5ffine_5fpatch_5295',['make_mf_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10de83755b69f93f5403c69c1de02300',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2b92d0ed9f799213702e12a02f9585d7',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], - ['make_5fmf_5frefined_5fpatch_5296',['make_mf_refined_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18788233897dcea378a821f83c7dd90a',1,'amrex::detail']]], - ['make_5fparticle_5297',['make_particle',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html',1,'']]], - ['make_5fparticle_3c_20t_5fparticletype_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fsoa_5fparticle_3c_20t_5fparticletype_20_3e_3a_3avalue_20_3e_20_3e_5298',['make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html',1,'']]], - ['make_5ftable_5299',['make_table',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9',1,'amrex::detail::make_table(T *p, Array< int, 1 > const &lo, Array< int, 1 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7cc30cb3974fb2a7e882c016a4b81e3c',1,'amrex::detail::make_table(T *p, Array< int, 2 > const &lo, Array< int, 2 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53',1,'amrex::detail::make_table(T *p, Array< int, 3 > const &lo, Array< int, 3 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a951cc75933e6ea9338ea3365ec337fb2',1,'amrex::detail::make_table(T *p, Array< int, 4 > const &lo, Array< int, 4 > const &hi)']]], - ['make_5ftuple_5300',['make_tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d441e7b18bae347c4ed240bcb0b4eaa',1,'amrex::detail']]], - ['make_5fvalid_5301',['make_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a932035c8f264cf9e16c6568842bdd2ce',1,'amrex::ParticleIDWrapper']]], - ['makeagglomerateddmap_5302',['makeAgglomeratedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAgglomeratedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'amrex::MLLinOpT::makeAgglomeratedDMap()']]], - ['makealias_5303',['makeAlias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'amrex::MLLinOpT::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aaf764f3b83bb093cc40ce4c7a2bb6d59',1,'amrex::MLCurlCurl::makeAlias()']]], - ['makeallregular_5304',['makeAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'amrex::EB2::GShopLevel::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< ChkptFile >::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< STLtools >::makeAllRegular()']]], - ['makearray4_5305',['makeArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0',1,'amrex']]], - ['makebasegrids_5306',['MakeBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac7d0ce87a8047dcdf7b45d4232121881',1,'amrex::AmrMesh']]], - ['makecoarseamr_5307',['makeCoarseAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#af6f2d3f064b878b9d56bba0f7ddce029',1,'amrex::MLCurlCurl::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'amrex::MLLinOpT::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseAmr()']]], - ['makecoarsemg_5308',['makeCoarseMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'amrex::MLLinOpT::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac1291ffd5a7c279cd34ce48de928e550',1,'amrex::MLCurlCurl::makeCoarseMG()']]], - ['makecomplement_5309',['makeComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e',1,'amrex::EB2']]], - ['makeconsolidateddmap_5310',['makeConsolidatedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'amrex::MLLinOpT::makeConsolidatedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'MLLinOpT< Array< MultiFab, 3 > >::makeConsolidatedDMap()']]], - ['makedifference_5311',['makeDifference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164',1,'amrex::EB2']]], - ['makedistributionmap_5312',['MakeDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abf07e71ebb90aa135bd78e4965536d04',1,'amrex::AmrMesh']]], - ['makeebfabfactory_5313',['makeEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379',1,'amrex::makeEBFabFactory(const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df',1,'amrex::makeEBFabFactory(const EB2::Level *eb_level, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51',1,'amrex::makeEBFabFactory(const EB2::IndexSpace *index_space, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)']]], - ['makeexecutionconfig_5314',['makeExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ac21b6d1625e2f56c27d364434a5c49f4',1,'amrex::Gpu::makeExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a96329917c7544347d421e3a216fb58a1',1,'amrex::Gpu::makeExecutionConfig(const Box &box) noexcept']]], - ['makefactory_5315',['makeFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'amrex::MLLinOpT::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'MLLinOpT< Array< MultiFab, 3 > >::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a6c7b9e7f8c29dd4ca75b7254f81409d1',1,'amrex::MLEBABecLap::makeFactory()']]], - ['makefillboundarymetadata_5316',['makeFillBoundaryMetaData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77',1,'amrex::NonLocalBC']]], - ['makefilterfile_5317',['MakeFilterFile',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adee7586f1673d8f37da0f0b69c25fd62',1,'BLProfStats']]], - ['makefinemask_5318',['makeFineMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const IntVect &cnghost, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af559f21584872566541db61cbacf7470',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value, LayoutData< int > &has_cf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, int crse_value=0, int fine_value=1)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, Real crse_value, Real fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, int crse_value, int fine_value)']]], - ['makefinemask_5fdoit_5319',['makeFineMask_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81',1,'amrex']]], - ['makefuncpcttimesmf_5320',['MakeFuncPctTimesMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be',1,'amrex']]], - ['makehypre_5321',['makeHypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d',1,'amrex']]], - ['makeintersection_5322',['makeIntersection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4',1,'amrex::EB2']]], - ['makeiparser_5323',['makeIParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afac8d3383aa70acfdd3cd22a8df79539',1,'amrex::ParmParse']]], - ['makeitracker_5324',['MakeITracker',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3',1,'amrex']]], - ['makeknapsack_5325',['makeKnapSack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0704dfa27b86490adf8d30ddf4cd54f6',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a7e828702ab51bdb55b0f15b71c86b420',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, Real &eff, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae4537c97b68ccdc4d6689c3363b2e7d9',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2ef033cdeecaf68beca223b0eb537bb4',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, Real &eff, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae9c31399ed9426f497edfda2dafb0b2d',1,'amrex::DistributionMapping::makeKnapSack(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, int nmax=std::numeric_limits< int >::max(), bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber(), Real keep_ratio=Real(0.0))']]], - ['makeloadbalancedistributionmap_5326',['makeLoadBalanceDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a11440fbd79bb8db036e18692462e142f',1,'amrex::Amr']]], - ['makemfiter_5327',['MakeMFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adc8bb6ea7e7d8a9596936623bc2e26ed',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, const MFItInfo &info) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a30a608b14352a5cd5bfed79f69f98011',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, bool tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41cb0c34d64f3d1df87d83f3b26f594b',1,'amrex::ParticleContainerBase::MakeMFIter(int lev) const']]], - ['makenewgrids_5328',['MakeNewGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#acb422930e8e69fc386727f45607e114b',1,'amrex::AmrMesh::MakeNewGrids(int lbase, Real time, int &new_finest, Vector< BoxArray > &new_grids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0bf56e73af1dfffcba7bfcadad887751',1,'amrex::AmrMesh::MakeNewGrids(Real time=0.0)']]], - ['makenewlevelfromcoarse_5329',['MakeNewLevelFromCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2695f24a5faa596e3a8bfb3e0021bf5b',1,'amrex::Amr::MakeNewLevelFromCoarse()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af472acf05bea1145b67f7022de16a664',1,'amrex::AmrCore::MakeNewLevelFromCoarse()']]], - ['makenewlevelfromscratch_5330',['MakeNewLevelFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aeadd0d727cd8c5abbd46b3c4dbcb363a',1,'amrex::Amr::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a2612f7a3cf58e16e8f9ddd27e81e9a8c',1,'amrex::AmrCore::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b313b548c5c16a75ad21b053f9fc1b0',1,'amrex::AmrMesh::MakeNewLevelFromScratch()']]], - ['makengrids_5331',['makeNGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a1574dd8857314d9658c28c26adc6ce12',1,'amrex::MLCellLinOpT']]], - ['makenlinop_5332',['makeNLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac03f98cb7e5a9397213306e9884a65b4',1,'amrex::MLABecLaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9a31f692af9979009765151942209b8',1,'amrex::MLPoissonT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'MLLinOpT< Array< MultiFab, 3 > >::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'amrex::MLLinOpT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acc092ce18db466c80a5e590b2b79b120',1,'amrex::MLEBABecLap::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedb08ecb8e516d3fa40ec712cf39a36a',1,'amrex::MLALaplacianT::makeNLinOp()']]], - ['makeownermask_5333',['makeOwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae050e4fda0843b175da8fbcfb8462392',1,'amrex::MLNodeLinOp']]], - ['makeparser_5334',['makeParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a0e28c45ee942f30c9f5c50f338e203',1,'amrex::ParmParse']]], - ['makepetsc_5335',['makePetsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd0e7692c28626659b75637c2c63528',1,'amrex']]], - ['makeplans_5336',['makePlans',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a98aaf8b4a82c0802d0138e58b8437f28',1,'hacc::Dfft']]], - ['makepolymorphic_5337',['makePolymorphic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d',1,'amrex']]], - ['makeregionplt_5338',['MakeRegionPlt',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2d638a90467cede3ed5491a52e6a4f62',1,'RegionsProfStats::MakeRegionPlt()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7862b0d9f09d54c84a6acf3eafd26035',1,'BLProfStats::MakeRegionPlt()']]], - ['makeroundrobin_5339',['makeRoundRobin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a70511fca0600a56369ce74f28cbc9d99',1,'amrex::DistributionMapping']]], - ['makesfc_5340',['makeSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adf34aceea3cb24a10bdbdd9ef215028d',1,'amrex::DistributionMapping::makeSFC(const BoxArray &ba, bool use_box_vol=true, int nprocs=ParallelContext::NProcsSub())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3691234f6667de564cebb4e990a4b143',1,'amrex::DistributionMapping::makeSFC(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adeed6f16e7f9636c8733845ad5803804',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5149c43052f843c3e37014f3a3fa2e96',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abb2f4bf15b369e16d6387333ef7a0d54',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa07e2c79e1100575a40bdb8c2b3efe03',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, bool sort=true)']]], - ['makeshop_5341',['makeShop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642',1,'amrex::EB2::makeShop(F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0',1,'amrex::EB2::makeShop(F &&f, R &&r)']]], - ['makesimilardm_5342',['MakeSimilarDM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0',1,'amrex::MakeSimilarDM(const BoxArray &ba, const MultiFab &mf, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc0569d3487d998596b2a11392bddaca',1,'amrex::MakeSimilarDM(const BoxArray &ba, const BoxArray &src_ba, const DistributionMapping &src_dm, const IntVect &ng)']]], - ['makesinglecellbox_5343',['makeSingleCellBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eb1742be92272caefd59407a8effebd',1,'amrex::makeSingleCellBox(int i, int j, int k, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821',1,'amrex::makeSingleCellBox(IntVectND< dim > const &vect, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())']]], - ['makeslab_5344',['makeSlab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7',1,'amrex::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'amrex::BoxND::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'BoxND< AMREX_SPACEDIM >::makeSlab()']]], - ['makesolvable_5345',['makeSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a74aa5d200cbee55ce7f454618d2d1789',1,'amrex::MLMGT::makeSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6dc8cde9b0768dd1f82dbc0a658e76f4',1,'amrex::MLMGT::makeSolvable(int amrlev, int mglev, MF &mf)']]], - ['makespace_5346',['makeSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a',1,'amrex::Morton']]], - ['makestateredistutils_5347',['MakeStateRedistUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc',1,'amrex::MakeStateRedistUtils(amrex::Box const &bx, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, amrex::Array4< amrex::Real const > const &ccent, amrex::Array4< int const > const &itracker, amrex::Array4< amrex::Real > const &nrs, amrex::Array4< amrex::Real > const &alpha, amrex::Array4< amrex::Real > const &nbhd_vol, amrex::Array4< amrex::Real > const &cent_hat, amrex::Geometry const &geom, amrex::Real target_volfrac)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0472d1147267486256bc020afa8670d2',1,'amrex::MakeStateRedistUtils(Box const &bx, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrac, Array4< Real const > const &ccent, Array4< int const > const &itracker, Array4< Real > const &nrs, Array4< Real > const &alpha, Array4< Real > const &nbhd_vol, Array4< Real > const &cent_hat, Geometry const &lev_geom, Real target_vol)']]], - ['makesubcommunicator_5348',['makeSubCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'amrex::MLLinOpT::makeSubCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'MLLinOpT< Array< MultiFab, 3 > >::makeSubCommunicator()']]], - ['maketuple_5349',['makeTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3',1,'amrex']]], - ['maketype_5350',['MakeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6',1,'amrex']]], - ['makeunion_5351',['makeUnion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a',1,'amrex::EB2']]], - ['makeveclhs_5352',['makeVecLHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a757525ba6bbe0f037464b6bea3769300',1,'amrex::GMRESMLMGT']]], - ['makevecrhs_5353',['makeVecRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a149cc7245fa38541199e133b4ba3ecfc',1,'amrex::GMRESMLMGT']]], - ['makexdim3_5354',['makeXDim3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8338a320488a4b26607928529d25c1a5',1,'amrex']]], - ['makezerotuple_5355',['MakeZeroTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8',1,'amrex']]], - ['managed_5356',['Managed',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html',1,'amrex::Gpu']]], - ['managedarenaallocator_5357',['ManagedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ManagedArenaAllocator.html',1,'amrex']]], - ['managedarenawrapper_5358',['ManagedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html',1,'amrex']]], - ['manageddevicevector_5359',['ManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af22f411b79da7033051cdfa1539e21be',1,'amrex::Gpu']]], - ['managedobjects_5360',['ManagedObjects',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#aeb6b0e7cb1bbac77e4f65e96e4f8a4d5',1,'amrex::AmrDataAdaptor::InternalsType::ManagedObjects()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a11b8e5a1bb9908d15d0cf626b12be2f5',1,'amrex::AmrMeshDataAdaptor::InternalsType::ManagedObjects()']]], - ['managedvector_5361',['ManagedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab2661b6ddd9751b7e197a9d619dabc7b',1,'amrex::Gpu']]], - ['manual_5ftags_5fplacement_5362',['manual_tags_placement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2e78f3a4398272855b0a9ac3becaefd7',1,'amrex::AmrLevel']]], - ['manualtagsplacement_5363',['ManualTagsPlacement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abe4eb07db47e710993616e88931fafe1',1,'amrex::AmrMesh::ManualTagsPlacement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d0e58b8aaa0cac0a8cd432f37198197',1,'amrex::Amr::ManualTagsPlacement()']]], - ['map_5364',['map',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a63f351d445a8afb6fc893af63fa1d851',1,'amrex::NonLocalBC::MapComponents']]], - ['map_5365',['Map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a83596ee5f5aec04eecf65de835ca82fb',1,'amrex::InSituUtils::StateMap']]], - ['map_5fdata_5366',['map_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acd01b4dfae6f5cbd84d2ed940355fd0c',1,'amrex::FEIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a0b2271de694f1ea0903339931578ec',1,'amrex::IntegratorBase::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acc1277598adc82e186fef0b44c86e603',1,'amrex::RKIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#af0bac245837e93c1fc9a6a157c4a30a7',1,'amrex::SundialsIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1cf98d54388171aa821affc5af092394',1,'amrex::TimeIntegrator::map_data()']]], - ['mapcomponents_5367',['MapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html',1,'amrex::NonLocalBC']]], - ['mapofcopycomtagcontainers_5368',['MapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a26137d0a3c8a4a024bf811fbaac6208d',1,'amrex::MultiFab::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa36883196eb7b1d039fd1941966a4310',1,'amrex::FabArrayBase::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae6a08f61ef40bcb043383a5000ea028e',1,'amrex::FabArrayBase::CopyComTag::MapOfCopyComTagContainers()']]], - ['mapper_5369',['mapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ad3e56481c923c022bd9cfca822473ea6',1,'amrex::InterpolaterBoxCoarsener::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0bde7d6910db8c5b29d8ea845f7dff88',1,'amrex::StateDescriptor::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa07835dc9dafb5110f5bfebf9291e72b',1,'amrex::DeriveRec::mapper()']]], - ['mapper_5fcomp_5370',['mapper_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a13d32bba91b8bb8d5a707df7147f1fa8',1,'amrex::StateDescriptor']]], - ['mapperiodicremoveduplicates_5371',['mapPeriodicRemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a3173610e281bd7542514a433a704cd9a',1,'amrex::TagBoxArray']]], - ['mask_5372',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html',1,'amrex::Mask'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1bbe56597e75e9487f95ea8a720ee5e7',1,'amrex::Mask::Mask()']]], - ['mask_5373',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a0d36980c7c0e499ff0b04dce3a573f84',1,'amrex::InterpFaceRegister::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'IndexTypeND< AMREX_SPACEDIM >::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'amrex::IndexTypeND::mask()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#aefd17c6e3f785176ccbb31649b3ad452',1,'amrex::Array4MaskCopyTag::mask()']]], - ['mask_5374',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ab3bc08bd2f3deea5af111c3720a02b9c',1,'amrex::Mask::Mask(const Mask &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa1437a1b1611cb70a4d8c6a581c7a5bf',1,'amrex::Mask::Mask(Mask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a42404772901ea5f0d3a72d98fc48497d',1,'amrex::Mask::Mask(Mask const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a6b295b191764969c7033a967abd45d97',1,'amrex::Mask::Mask(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a230355fcd3e68a68f02f4ebd6ad2ce17',1,'amrex::Mask::Mask(const Box &bx, int nc=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae6d52518e33c58ca5c4ea5e118fcec5a',1,'amrex::Mask::Mask(const Box &bx, int nc, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abd8bff7cbc703e734acd4c8beba9218e',1,'amrex::Mask::Mask() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1fa2d5c56c30c372187e9e7954c7c393',1,'amrex::Mask::Mask(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a95db54d25c0f6cf6bdb4d3833045cb58',1,'amrex::Mask::Mask(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a9018e9168017880e0243ad751f931cac',1,'amrex::Mask::Mask(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2e99ed3b0c4632c5e758c88928b97202',1,'amrex::Mask::Mask(Array4< int > const &a) noexcept']]], - ['mask_5fhi_5375',['mask_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2e30a919a35e6ea38e7bacf46b4651f4',1,'amrex::MLMGABCTag']]], - ['mask_5flo_5376',['mask_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ae93adb4c1400fd02a3ffded0e53528fc',1,'amrex::MLMGABCTag']]], - ['mask_5fptr_5377',['mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad8787f8726e711a8d7a8e0dce3fb8624',1,'amrex::NeighborParticleContainer']]], - ['maskcomps_5378',['MaskComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html',1,'amrex::NeighborParticleContainer']]], - ['maskcoveredcells_5379',['MaskCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a47a80402ae32dddd6c934f336c361b1b',1,'amrex::InSituUtils']]], - ['maskeq_5380',['maskEQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< PetscInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< Real >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< HYPRE_Int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< EBCellFlag >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< char >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< AtomicInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'amrex::BaseFab::maskEQ()']]], - ['maskge_5381',['maskGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< Real >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< PetscInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'amrex::BaseFab::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< AtomicInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< char >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< EBCellFlag >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< HYPRE_Int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< int >::maskGE()']]], - ['maskghostcells_5382',['MaskGhostCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a8cf7bdb752f3479f85a203dc2181e27e',1,'amrex::InSituUtils']]], - ['maskgt_5383',['maskGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'amrex::BaseFab::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< Real >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< PetscInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< HYPRE_Int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< EBCellFlag >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< char >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< AtomicInt >::maskGT()']]], - ['maskle_5384',['maskLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'amrex::BaseFab::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< AtomicInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< char >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< EBCellFlag >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< HYPRE_Int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< PetscInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< Real >::maskLE()']]], - ['masklt_5385',['maskLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< HYPRE_Int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< Real >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< PetscInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< EBCellFlag >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'amrex::BaseFab::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< char >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< AtomicInt >::maskLT()']]], - ['masks_5386',['masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abb734566f5eab0761ad80aec4f7dfa3d',1,'amrex::BndryDataT']]], - ['masks_5387',['Masks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a7e91eaba6548fd6e92413aa049f4a4ac',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['maskval_5388',['MaskVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846',1,'amrex::BndryDataT']]], - ['match_5389',['match',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8',1,'amrex']]], - ['matches_5390',['Matches',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ab9001f520685adca50a661aa6ad8cfb8',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ada4147aca5b4135a7f7721ca07f39758',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size, int mtag)']]], - ['max_5391',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aadf761ac200d1eec5f6fb1c720fbd1d2',1,'amrex::VisMF::max(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a110072536de1d4531dcd88a766c41ac9',1,'amrex::VisMF::max(int fabIndex, int nComp) const']]], - ['max_5392',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3',1,'amrex::Reduce::Max(N n, F const &f, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c',1,'amrex::Reduce::Max(N n, T const *v, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189',1,'amrex::ParallelReduce::Max(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0',1,'amrex::ParallelReduce::Max(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a',1,'amrex::ParallelReduce::Max(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc',1,'amrex::ParallelAllReduce::Max(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2',1,'amrex::ParallelAllReduce::Max(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650',1,'amrex::ParallelAllReduce::Max(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a4a6e235c6fc2013e52d7f1b59bc71bb0',1,'amrex::Gpu::Atomic::Max()']]], - ['max_5393',['max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34',1,'amrex::max(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4',1,'amrex::max(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88',1,'amrex::max(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5',1,'amrex::max(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da86cadfc48eb8f9dd4a2e4a3980a6b265',1,'amrex::detail::max()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#aff566a74b1ae5b546689bdfc7d66d4db',1,'amrex::ValLocPair::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'amrex::BaseFab::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'amrex::BaseFab::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< AtomicInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< AtomicInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< char >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< char >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< EBCellFlag >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< EBCellFlag >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< HYPRE_Int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< HYPRE_Int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< PetscInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< PetscInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< Real >::max()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a5ddb29896fb93ee72d69b9545d3453b1',1,'amrex::algoim::BoundingBox::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2c15c7a018202ae522e0777c120fa109',1,'amrex::RealVect::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a30944a8839e0dc2a873dc3fbef6b2c41',1,'amrex::RealVect::max(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a65d87ad5270fcaeb5786e5fdebe07347',1,'amrex::MultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abb92462276ca55cd70f16507118f63ad',1,'amrex::MultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'IntVectND< AMREX_SPACEDIM >::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'IntVectND< AMREX_SPACEDIM >::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'amrex::IntVectND::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'amrex::IntVectND::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a19b141dcd625b4204e8f2fa1b7002cb7',1,'amrex::iMultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a25af5cc2e9cd71a6079c8a8c74bd96bc',1,'amrex::iMultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< Real >::max()']]], - ['max_5fblocks_5fper_5flaunch_5394',['max_blocks_per_launch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ade4fd28a778c5764f258744e57ef4f66',1,'amrex::Gpu::Device']]], - ['max_5fcoarsening_5flevel_5395',['max_coarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab29d5c837ce5f103103e6babf71e5d2e',1,'amrex::LPInfo']]], - ['max_5fdevice_5396',['Max_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#addcea6e4721751a5f9eb8b8889c24061',1,'amrex::Gpu::Atomic::Max_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a97d664f2938116a8c47acd140dfb9547',1,'amrex::Gpu::Atomic::Max_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a76e8971f5869a60aac1462e720fead2b',1,'amrex::Gpu::Atomic::Max_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a5c122d7c55e6fa6cf6ab6a45a4cf87e5',1,'amrex::Gpu::Atomic::Max_device(Long *const m, Long const value) noexcept']]], - ['max_5fefficiency_5397',['max_efficiency',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c',1,'amrex']]], - ['max_5ffactor_5398',['max_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14',1,'amrex::VectorGrowthStrategy']]], - ['max_5ffmg_5fiters_5399',['max_fmg_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7322aabb50f001b012c53ab44f18925b',1,'amrex::MLMGT']]], - ['max_5fgpu_5fstreams_5400',['max_gpu_streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#af5c7b1d39a27c0d83c132a6a2b39b27e',1,'amrex::Gpu::Device']]], - ['max_5fgrid_5fsize_5401',['max_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad3142cf009fdd8667c2352c39fb2c522',1,'amrex::AmrInfo::max_grid_size()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66',1,'amrex::EB2::max_grid_size()']]], - ['max_5fiters_5402',['max_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8667c250440fcb20ee43b4d9ee2b2108',1,'amrex::MLMGT']]], - ['max_5flbound_5403',['max_lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e',1,'amrex::max_lbound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58839da4d8763b0d7c76c48492532503',1,'amrex::max_lbound(BoxND< dim > const &b1, Dim3 const &lo) noexcept']]], - ['max_5flbound_5fiv_5404',['max_lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab688bab870fad905e6d77723a9349a52',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, IntVectND< dim > const &lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], - ['max_5flevel_5405',['max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#abcb6f6baf4e1ecd3d143d7d8cb6a2a93',1,'amrex::AmrInfo']]], - ['max_5fmap_5fstart_5fcomp_5406',['max_map_start_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8cfce27efc0fb16d60e975f0f55b39f5',1,'amrex::StateDescriptor']]], - ['max_5fnum_5fba_5fuse_5407',['max_num_ba_use',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#aa60994fa1062be2345b9e12a9eaa63c3',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fnum_5fboxarrays_5408',['max_num_boxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a159bccfe74905a8132cf6ce5754ca2f0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fnum_5ffabarrays_5409',['max_num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a9a1d9e2356ae17aa8cd2d85b437207b0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fsemicoarsening_5flevel_5410',['max_semicoarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a44bed45a637286c1feb801cacf3e72cc',1,'amrex::LPInfo']]], - ['max_5fsize_5411',['max_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a2d07c9246eff9fc235e24ac818e3c473',1,'hacc::AlignedAllocator']]], - ['max_5fsteps_5412',['max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9686cea17de48c6ffb49d0288146fc03',1,'amrex::IntegratorBase']]], - ['maxabs_5413',['maxabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< int >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< AtomicInt >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< AtomicInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< char >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< char >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< EBCellFlag >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< EBCellFlag >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< HYPRE_Int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< HYPRE_Int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< int >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< PetscInt >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< PetscInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< Real >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< Real >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'amrex::BaseFab::maxabs()']]], - ['maxargs_5414',['MAXARGS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a04b5ba23c65119a12a4821f069115d45',1,'amrex::Amrvis']]], - ['maxblocks_5415',['maxBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae76a0d3958366cbcd739d85648a6701b',1,'amrex::ReduceData']]], - ['maxblockspergrid_5416',['maxBlocksPerGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4cfc840b226f8d1ac5f4fed24fd86bf5',1,'amrex::Gpu::Device']]], - ['maxblocksperlaunch_5417',['maxBlocksPerLaunch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a3ac36df8a47931d90abeb1b1d1f85c15',1,'amrex::Gpu::Device']]], - ['maxcoarseninglevel_5418',['maxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7d3828f723daae924387dbd3c9eb1073',1,'amrex::EBFArrayBoxFactory::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e',1,'amrex::EB2::maxCoarseningLevel(const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c',1,'amrex::EB2::maxCoarseningLevel(IndexSpace const *ebis, const Geometry &geom)']]], - ['maxcomp_5419',['MaxComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9be61766811dc57b7c5126f7020cc6bc',1,'amrex::FabArrayBase']]], - ['maxdir_5420',['maxDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'IntVectND< AMREX_SPACEDIM >::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'amrex::IntVectND::maxDir()']]], - ['maxdomain_5421',['maxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8def7a794d486314a85bfb4133a12313',1,'amrex::AmrData']]], - ['maxfnumber_5422',['maxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a380d3166c3f88a1fc49a53ff62499594',1,'RegionsProfStats']]], - ['maxgridsize_5423',['maxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a359b34414e4ab7c9b33f74b031d16af8',1,'amrex::AmrMesh']]], - ['maximum_5424',['Maximum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html',1,'amrex']]], - ['maxindex_5425',['maxIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< int >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< PetscInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< Real >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< Real >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< Real >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a16f57e0d929a79571e20a91253efe2d7',1,'amrex::iMultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a642f844c834d6fb714e3e0fc6eb75e56',1,'amrex::MultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< PetscInt >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< HYPRE_Int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< EBCellFlag >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< EBCellFlag >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'amrex::BaseFab::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'amrex::BaseFab::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'amrex::BaseFab::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< AtomicInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< AtomicInt >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< char >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< char >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< char >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< EBCellFlag >::maxIndex()']]], - ['maxiter_5426',['maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a98e289422bb9545526d029a73b9df214',1,'amrex::MLCGSolverT']]], - ['maxlevel_5427',['MaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae4e3613fe3bc6672fd426919f4da9aae',1,'amrex::XYPlotDataList']]], - ['maxlevel_5428',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94641396a054d091cc6c5972397b83c9',1,'CommProfStats::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad60ba0c10f19af842fdfbeaccd02b2ed',1,'amrex::ParticleContainerBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2da3b6ec6f3dff255917d3a0bfbde3d5',1,'amrex::ParGDBBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a8828d137d299131f4251935829bb8aa9',1,'amrex::ParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a6a4a81715729b356d02bb1a645545b5d',1,'amrex::AmrParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b5ebb9f738e77dcc2f99dfe4e4e91d6',1,'amrex::AmrMesh::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a7177bd1eb109915d763c0e51e18faf16',1,'amrex::XYPlotDataList::maxLevel()']]], - ['maxmem_5429',['maxmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a4871062a2ac188af29295f1cf7721669',1,'amrex::MemStat']]], - ['maxmem_5favg_5430',['maxmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a2bf69c6701f401ca00d5e5ad3b999d0d',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxmem_5fmax_5431',['maxmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#abcd7e0edc5c0e56722ae0d5610ed843d',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxmem_5fmin_5432',['maxmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a959fca2ea033e58ad9ccb6f701d2c2dc',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxnextidprepost_5433',['maxnextidPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'amrex::ParticleContainer_impl::maxnextidPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::maxnextidPrePost()']]], - ['maxorder_5434',['maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'amrex::MLLinOpT::maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'MLLinOpT< Array< MultiFab, 3 > >::maxorder()']]], - ['maxparticlesperread_5435',['MaxParticlesPerRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1f3d39dbdae2586a92fdcc799ee9d1ea',1,'amrex::ParticleContainerBase']]], - ['maxreaders_5436',['MaxReaders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a906decca7ce86c4a87f1874225779d05',1,'amrex::ParticleContainerBase']]], - ['maxrefratio_5437',['MaxRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad560744e3d6fec70a33ad2829fc7f43e',1,'amrex::ParGDBBase::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d91fffbf09ac3c696d1f7cffee76b2c',1,'amrex::AmrMesh::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aeaa1b8665bbabf92cb1a7a14fd0f3a4f',1,'amrex::AmrParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a44543c0fe45224486a96e129b235c722',1,'amrex::ParGDB::MaxRefRatio()']]], - ['maxregiontime_5438',['maxRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5aa5a73c572e512532ec0220ff4d4077',1,'BLProfStats']]], - ['maxressteadyclock_5439',['MaxResSteadyClock',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88',1,'amrex']]], - ['maxrnumber_5440',['maxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0a0a7ce2c13259d6280d6f82cb4971f7',1,'BLProfStats']]], - ['maxsize_5441',['maxsize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a3ecc000d62df91bdbdd6ee43745cb2d0',1,'amrex::FabArrayBase::CacheStats']]], - ['maxsize_5442',['maxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac6afa90929ca95e8048721a2f2b407e7',1,'amrex::BoxList::maxSize(const IntVect &chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a954f12195603d5493ca2251e0147c4e5',1,'amrex::BoxList::maxSize(int chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a59b44d438d01893bcae36064ec089cdc',1,'amrex::BoxArray::maxSize(const IntVect &block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aebefb23ed05e76ffc8ec0c3af718652e',1,'amrex::BoxArray::maxSize(int block_size)']]], - ['maxstacksize_5443',['maxStackSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a27dc3946de52071f374c1a11e6182bad',1,'amrex::Parser::maxStackSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac7dbdbff476753fbfa9fdb49e27fb9f6',1,'amrex::IParser::maxStackSize()']]], - ['maxstreamindex_5444',['maxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1547ff8c26bca4593ba334bb1999f1d1',1,'amrex::ReduceData']]], - ['maxtag_5445',['MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab1375009d4e5cd0730cada71e3f18c33',1,'amrex::ParallelDescriptor']]], - ['maxthreadsperblock_5446',['maxThreadsPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4b713a7c769b627678ad102635cbb798',1,'amrex::Gpu::Device::maxThreadsPerBlock() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa1bfcee1a3fc25f3c5ebca0c1530f78d',1,'amrex::Gpu::Device::maxThreadsPerBlock(int dir) noexcept']]], - ['maxthreadspermultiprocessor_5447',['maxThreadsPerMultiProcessor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa6071d88690c71e63513136982e0994f',1,'amrex::Gpu::Device']]], - ['maxtries_5448',['maxTries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a19edc2eb7f1dc9251a5de7ff754e12d0',1,'amrex::StreamRetry']]], - ['maxuse_5449',['maxuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aae0c7627671fcd2c4a880554246694f4',1,'amrex::FabArrayBase::CacheStats']]], - ['maybe_5finit_5fsnan_5450',['maybe_init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430',1,'amrex::detail']]], - ['maybedevicerunnable_5451',['MaybeDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeDeviceRunnable.html',1,'amrex']]], - ['maybehostdevicerunnable_5452',['MaybeHostDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeHostDeviceRunnable.html',1,'amrex']]], - ['mem_5fadvise_5fset_5fpreferred_5453',['mem_advise_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a607313a3ee1bfc5baff8da183edd4b46',1,'amrex::Gpu::Device']]], - ['mem_5fadvise_5fset_5freadonly_5454',['mem_advise_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a246378e3da5672c3a23a3dadc117edee',1,'amrex::Gpu::Device']]], - ['mem_5fstack_5455',['mem_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a175f44d41236b9cd4b6268fc0488ac5e',1,'amrex::TinyProfiler']]], - ['mem_5fstat_5456',['mem_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a982d4802a2066548ebdef6bbe1864a24',1,'amrex::CArena::Node::mem_stat(MemStat *a_stat) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a11142e8a0afd07d7a851c73c92afe0a8',1,'amrex::CArena::Node::mem_stat() const']]], - ['memcopyimpl_5457',['memCopyImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1e539d8b07d742d0950e675a66ce56b5',1,'amrex::detail']]], - ['memcpy_5458',['memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a90ff215e828e9192dbd196a78cacf083',1,'amrex::Gpu']]], - ['memcpy_5ffrom_5fdevice_5fglobal_5fto_5fhost_5fasync_5459',['memcpy_from_device_global_to_host_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7c0024e0db9fbe3a6522df0047bc581b',1,'amrex::Gpu']]], - ['memcpy_5ffrom_5fhost_5fto_5fdevice_5fglobal_5fasync_5460',['memcpy_from_host_to_device_global_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#acd480232c63b6e866c02e40561f9f635',1,'amrex::Gpu']]], - ['memefficientsort_5461',['memEfficientSort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5a0a39b2da4b85ad599ea7fc51fba940',1,'amrex::ParticleContainerBase']]], - ['meminfo_5462',['meminfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html',1,'amrex::FabArrayBase']]], - ['meminfo_5463',['MemInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html',1,'amrex::MemProfiler']]], - ['memmoveimpl_5464',['memMoveImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf',1,'amrex::detail']]], - ['memory_5falloc_5465',['memory_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a7973da4e33568c937969b5eec423e21e',1,'amrex::TinyProfiler']]], - ['memory_5ffree_5466',['memory_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf44a0af5564add5abbde50e6b9aa570',1,'amrex::TinyProfiler']]], - ['memory_5fpools_5fsupported_5467',['memory_pools_supported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad02a046eadc84fc6671e2eec8477421b',1,'amrex::Gpu::Device']]], - ['memory_5fstart_5468',['memory_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcd103d902962eb392b8fc2867da7c85',1,'amrex::TinyProfiler']]], - ['memory_5fstop_5469',['memory_stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abda7b021e9aab1a30edc75b2afee7d13',1,'amrex::TinyProfiler']]], - ['memorybarrier_5470',['MemoryBarrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#adfbd525e82a309468044f350e3ece94e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['memoryfinalize_5471',['MemoryFinalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a28131b0e3240b1df559a63c255fc6d72',1,'amrex::TinyProfiler']]], - ['memoryhelper_5472',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html',1,'amrex::sundials::MemoryHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a866fe4f9d288535f0692827ee551b24e',1,'amrex::sundials::MemoryHelper::MemoryHelper(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ad691bb80cc43d136dae5cc96ba372e44',1,'amrex::sundials::MemoryHelper::MemoryHelper(const MemoryHelper &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a05307ee087b6cf8ca5526f6122d258d0',1,'amrex::sundials::MemoryHelper::MemoryHelper(::sundials::Context *sunctx)']]], - ['memoryinitialize_5473',['MemoryInitialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a106fc3c7abfb4df3cc62527b62c2aff4',1,'amrex::TinyProfiler']]], - ['memorypoolssupported_5474',['memoryPoolsSupported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a2cde818323f46d70bd0ba7eb057fd285',1,'amrex::Gpu::Device']]], - ['memprocstats_5475',['MemProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex::TinyProfiler']]], - ['memprof_5fenabled_5476',['memprof_enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03fe25c86d7dbbb990a00595040557cc',1,'amrex::TinyProfiler']]], - ['memprofiler_5477',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html',1,'amrex::MemProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#aa94fbdffa3b9649047f9e0d3c74221a4',1,'amrex::MemProfiler::MemProfiler()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a7f665368612f734b0bd1f15aa71e517a',1,'amrex::MemProfiler::MemProfiler(const MemProfiler &)=delete']]], - ['memstat_5478',['MemStat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html',1,'amrex']]], - ['mesh_5479',['Mesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a73392d6df8f6909a9faf79995eba567f',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['meshstatemap_5480',['MeshStateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html',1,'amrex::InSituUtils']]], - ['meshtoparticle_5481',['MeshToParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'amrex::ParticleInterpolator::Base::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Linear, amrex::Real >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Nearest, int >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85',1,'amrex::MeshToParticle()']]], - ['message_5482',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html',1,'amrex::ParallelDescriptor::Message'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a363e000ef4af66dac4cbb855507c421b',1,'amrex::ParallelDescriptor::Message::Message()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a0149c5cb13afe537f233019923d05bc6',1,'amrex::ParallelDescriptor::Message::Message(MPI_Request req_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#acea647a271a17e8dca657744ea034f92',1,'amrex::ParallelDescriptor::Message::Message(MPI_Status stat_, MPI_Datatype type_)']]], - ['message_5fint_5483',['message_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a37d45dad31dd3b070c0a14578937365b',1,'amrex::Amr']]], - ['method_5484',['method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad067d62e01fb5c6551fb6d03762a900e',1,'amrex::SundialsIntegrator']]], - ['method_5fe_5485',['method_e',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a547f6f56d9f99ce08d08fce19b1aee7e',1,'amrex::SundialsIntegrator']]], - ['method_5fi_5486',['method_i',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5940fbfb66e109c7f943bb3b4f5ea92c',1,'amrex::SundialsIntegrator']]], - ['mf_5487',['MF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad3b325a1dc81c636a9d7bca822aabe05',1,'amrex::MLCurlCurl']]], - ['mf_5488',['mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a3930a0d9ef7c3da19db85349319d0cc6',1,'N_VectorContent_MultiFab_notptr']]], - ['mf_5fcall_5ff_5489',['mf_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712',1,'amrex::Reduce::detail']]], - ['mf_5fcell_5fbilin_5finterp_5490',['mf_cell_bilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1',1,'amrex']]], - ['mf_5fcell_5fbilinear_5finterp_5491',['mf_cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd',1,'amrex']]], - ['mf_5fcell_5fcons_5finterp_5492',['mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5493',['mf_cell_cons_lin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5flimit_5fminmax_5fllslope_5494',['mf_cell_cons_lin_interp_limit_minmax_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fllslope_5495',['mf_cell_cons_lin_interp_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5496',['mf_cell_cons_lin_interp_mcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5frz_5497',['mf_cell_cons_lin_interp_mcslope_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a134da8efe3158b98d26a191f52797d00',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5fsph_5498',['mf_cell_cons_lin_interp_mcslope_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5frz_5499',['mf_cell_cons_lin_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fsph_5500',['mf_cell_cons_lin_interp_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcalcslope_5501',['mf_cell_quadratic_calcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxx_5502',['mf_cell_quadratic_compute_slopes_xx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxy_5503',['mf_cell_quadratic_compute_slopes_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxz_5504',['mf_cell_quadratic_compute_slopes_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyy_5505',['mf_cell_quadratic_compute_slopes_yy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyz_5506',['mf_cell_quadratic_compute_slopes_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fzz_5507',['mf_cell_quadratic_compute_slopes_zz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a772dafa4169590c51508fb3feab88a41',1,'amrex']]], - ['mf_5fcell_5fquadratic_5finterp_5508',['mf_cell_quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc',1,'amrex']]], - ['mf_5fcell_5fquadratic_5finterp_5frz_5509',['mf_cell_quadratic_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fx_5510',['mf_compute_slopes_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fy_5511',['mf_compute_slopes_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fz_5512',['mf_compute_slopes_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b',1,'amrex']]], - ['mf_5flincc_5finterp_5513',['mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e',1,'amrex']]], - ['mf_5flinear_5fslope_5fminmax_5finterp_5514',['mf_linear_slope_minmax_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42',1,'amrex']]], - ['mf_5fnode_5fbilinear_5finterp_5515',['mf_node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279',1,'amrex']]], - ['mf_5fnodebilin_5finterp_5516',['mf_nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825',1,'amrex']]], - ['mf_5fpc_5finterp_5517',['mf_pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9',1,'amrex']]], - ['mf_5fset_5fdomain_5fbndry_5518',['mf_set_domain_bndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a12a52d34749a2924b4dc8f3d82f7f94d',1,'amrex::detail']]], - ['mfcellbilinear_5519',['MFCellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html',1,'amrex']]], - ['mfcellconslininterp_5520',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html',1,'amrex::MFCellConsLinInterp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::MFCellConsLinInterp::MFCellConsLinInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::EBMFCellConsLinInterp::MFCellConsLinInterp()']]], - ['mfcellconslinminmaxlimitinterp_5521',['MFCellConsLinMinmaxLimitInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html',1,'amrex']]], - ['mffork_5522',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html',1,'amrex::ForkJoin::MFFork'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a67f00ed8c48e03e4b18dcecaa19b14d1',1,'amrex::ForkJoin::MFFork::MFFork(MultiFab *omf, Strategy s, Intent i, int own, const IntVect &ng, Vector< ComponentSet > cs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a9f9fa0710f16b9dff7c3002b6b23744c',1,'amrex::ForkJoin::MFFork::MFFork(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a963d59d69d1624a4fc0bc1806a6f8588',1,'amrex::ForkJoin::MFFork::MFFork(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a34adaed2dce7ad0a962488bee88e6589',1,'amrex::ForkJoin::MFFork::MFFork()=default']]], - ['mfinfo_5523',['MFInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html',1,'amrex']]], - ['mfinterpolater_5524',['MFInterpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html',1,'amrex']]], - ['mfiter_5525',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html',1,'amrex::MFIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a66b92b6dbfbe1a498ba614df28817709',1,'amrex::MFIter::MFIter(MFIter &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4c3f600ec834db18aba9266638ac436e',1,'amrex::MFIter::MFIter(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aecfd3f3ef12e8703caad5794968ff06a',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a2c0a016e1d5d69073f2cab81e7c6a095',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a970e636bf6a2d744068483806ddb7944',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ad7a19e95ba128febb94b27d2a9d97ef1',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, bool do_tiling)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a830e42aee76ec9fe8dae8bdd262e0b2d',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1d9668de99635aa50096d0f091d8b9b0',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac055187a5b4d7200fc77827dc28a76c',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11fd6aa3197ac10c8fb27ee5a5c96d57',1,'amrex::FabArrayBase::MFIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae7623281ac9e772db1fc5085a64aeeca',1,'amrex::MFIter::MFIter()']]], - ['mfiter_5ftile_5fsize_5526',['mfiter_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b167b63030177e95b45822b38732fec',1,'amrex::FabArrayBase']]], - ['mfitinfo_5527',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html',1,'amrex::MFItInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a5f89e1c4d34b2a9bd9651665fbe84587',1,'amrex::MFItInfo::MFItInfo()']]], - ['mfnamenumberslocal_5528',['mFNameNumbersLocal',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ac38bf4c98e0a80e55a0c0144682f35c9',1,'RegionsProfStats']]], - ['mfnamenumbersperproc_5529',['mFNameNumbersPerProc',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a48727cfb730a92d3fd607b58a60e64b8',1,'RegionsProfStats']]], - ['mfnewdata_5530',['MFNEWDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a',1,'amrex']]], - ['mfnodebilinear_5531',['MFNodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html',1,'amrex']]], - ['mfolddata_5532',['MFOLDDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899',1,'amrex']]], - ['mfpcinterp_5533',['MFPCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html',1,'amrex']]], - ['mftype_5534',['MFType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'amrex::MLLinOpT::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'MLLinOpT< Array< MultiFab, 3 > >::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a12ae4c265af099934e18adc0ba18f99f',1,'amrex::MLMGT::MFType()']]], - ['mg_5535',['MG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a93a0ba608c9adab93befd5acebdc63bc',1,'amrex::GMRESMLMGT']]], - ['mg_5fbox_5fmin_5fwidth_5536',['mg_box_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'amrex::MLLinOpT::mg_box_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_box_min_width()']]], - ['mg_5fcoarsen_5fratio_5537',['mg_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'amrex::MLLinOpT::mg_coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio()']]], - ['mg_5fcoarsen_5fratio_5fvec_5538',['mg_coarsen_ratio_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'amrex::MLLinOpT::mg_coarsen_ratio_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio_vec()']]], - ['mg_5fdomain_5fmin_5fwidth_5539',['mg_domain_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b30d3eda7f6dd1d77740f58674c84',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_domain_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b30d3eda7f6dd1d77740f58674c84',1,'amrex::MLLinOpT::mg_domain_min_width()']]], - ['mgfcycle_5540',['mgFcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adac59879a785f3b492262e29249a66ae',1,'amrex::MLMGT']]], - ['mglev_5541',['mglev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3210f3ff9e55a7746a24d849cf9c39b2',1,'amrex::MLCGSolverT']]], - ['mgvcycle_5542',['mgVcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a66029bb749136c53cc6fabe82b6b2783',1,'amrex::MLMGT']]], - ['mhi_5543',['mhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#af143206c2ffbeb6be40a27c6d3c1a1d2',1,'amrex::MLMGPSTag']]], - ['mi_5fb_5544',['mi_b',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a75ebd565fd8610e541bc63ff2000f535',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['mi_5fi_5545',['mi_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a50a86c9754189bac7fe0cc64355a3108',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['mi_5fs_5546',['mi_s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#ae307cb5aa95e90cc014fdaab70c82873',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['midpoint_5547',['midpoint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a77b0f6867f6784ee3d987eb3de9ac2f8',1,'amrex::algoim::BoundingBox::midpoint() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#aeb237522d3043c217b69e736554b4791',1,'amrex::algoim::BoundingBox::midpoint(int) noexcept']]], - ['min_5548',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7da81c75533a97e32fed875a93f6a7c8',1,'amrex::RealVect']]], - ['min_5549',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04',1,'amrex::ParallelReduce::Min(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3',1,'amrex::ParallelReduce::Min(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e',1,'amrex::ParallelReduce::Min(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0',1,'amrex::Reduce::Min(N n, T const *v, T init_val=std::numeric_limits< T >::max())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281',1,'amrex::Reduce::Min(N n, F const &f, T init_val=std::numeric_limits< T >::max())']]], - ['min_5550',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a515321101fe6148e9be3e9ed19545801',1,'amrex::VisMF::min(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae085e236dab30e007b0618d4e4ef6c2d',1,'amrex::VisMF::min(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0450ba685d7fa9c493158ec2a005f792',1,'amrex::RealVect::min()']]], - ['min_5551',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec',1,'amrex::ParallelAllReduce']]], - ['min_5552',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5ab77282de25bb040248778d41327903',1,'amrex::MultiFab']]], - ['min_5553',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed',1,'amrex::ParallelReduce::Min()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7',1,'amrex::ParallelAllReduce::Min(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98',1,'amrex::ParallelAllReduce::Min(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d',1,'amrex::ParallelAllReduce::Min(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a775473b1fa3e7d661e3ac6cde59b6018',1,'amrex::Gpu::Atomic::Min()']]], - ['min_5554',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344',1,'amrex::min(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08',1,'amrex::min(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97e82311191ed8084579b1bddf314096',1,'amrex::min(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd',1,'amrex::min(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da39de58104accdcd761fe01946da9a4a0',1,'amrex::detail::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'IntVectND< AMREX_SPACEDIM >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< int >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a540eb1714a5eece782de2a4afdd62c8e',1,'amrex::MultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3668c019d451591659bdde40d4933b92',1,'amrex::iMultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a12d172b57d7ec240c1b12600be045820',1,'amrex::algoim::BoundingBox::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< Real >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< Real >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< PetscInt >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< PetscInt >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< int >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< HYPRE_Int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< HYPRE_Int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'amrex::IntVectND::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'IntVectND< AMREX_SPACEDIM >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'amrex::IntVectND::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a5a3db7954dac1d71e4da10cd5db4ee97',1,'amrex::iMultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< AtomicInt >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< AtomicInt >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< char >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< char >::min(const Box &subbox, int comp=0) const noexcept']]], - ['min_5fdevice_5555',['Min_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ad60dc3c4771055fc434211d284769767',1,'amrex::Gpu::Atomic::Min_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa1ce598721adb1e2dcc9986951186d0b',1,'amrex::Gpu::Atomic::Min_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53c8ca8f4c92a40ec4eee06b385f6ef7',1,'amrex::Gpu::Atomic::Min_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a1ca14857c9072d782f6e4a98592ba2b6',1,'amrex::Gpu::Atomic::Min_device(Long *const m, Long const value) noexcept']]], - ['min_5ffactor_5556',['min_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d',1,'amrex::VectorGrowthStrategy']]], - ['min_5fmap_5fend_5fcomp_5557',['min_map_end_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aa9eb9d029833fd52f74bcb305d5e00bd',1,'amrex::StateDescriptor']]], - ['min_5fubound_5558',['min_ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a',1,'amrex::min_ubound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec',1,'amrex::min_ubound(BoxND< dim > const &b1, Dim3 const &hi) noexcept']]], - ['min_5fubound_5fiv_5559',['min_ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, IntVectND< dim > const &hi) noexcept']]], - ['minbox_5560',['minBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ae1575a7a7ef6b42efa8ddf43f838ddac',1,'amrex::Cluster::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'BoxND< AMREX_SPACEDIM >::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'amrex::BoxND::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6',1,'amrex::minBox()']]], - ['mindigits_5561',['minDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8c15566295f7f51ea956a8abed24ed',1,'amrex::NFilesIter']]], - ['mindir_5562',['minDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept']]], - ['minicycle_5563',['miniCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa16032dd96f94f55d248e8aa34195f9c',1,'amrex::MLMGT']]], - ['minimalbox_5564',['minimalBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxList::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxDomain::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adc6fda292fafd7aa9e93227271842a56',1,'amrex::BoxArray::minimalBox(Long &npts_avg_box) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6c5052b75daf4b8fad5f6bd0c65da9a0',1,'amrex::BoxArray::minimalBox() const']]], - ['minimum_5565',['Minimum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html',1,'amrex']]], - ['minindex_5566',['minIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< PetscInt >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< HYPRE_Int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'amrex::BaseFab::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'amrex::BaseFab::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'amrex::BaseFab::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< AtomicInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< char >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< char >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< char >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< EBCellFlag >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< int >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab351d9250414508cf086635f54e2e2ce',1,'amrex::MultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a6bd72fe6018116558b2863f32622755a',1,'amrex::iMultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< Real >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< Real >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< Real >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< PetscInt >::minIndex(int comp=0) const noexcept']]], - ['minlevel_5567',['minLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a0eed5ea2a8a29466eef5434f09752ebf',1,'amrex::XYPlotDataList']]], - ['minmax_5568',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< char >']]], - ['minmax_5569',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a60dd10146be006d51c30214522648a38',1,'amrex::DataServices']]], - ['minmax_5570',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< EBCellFlag >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< EBCellFlag >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< HYPRE_Int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< HYPRE_Int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< PetscInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< PetscInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< Real >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< Real >::minmax(const Box &subbox, int comp=0) const noexcept']]], - ['minmax_5571',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aeed9a789444eed02d262bbbf8ee333de',1,'amrex::AmrData']]], - ['minmax_5572',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< AtomicInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< AtomicInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'amrex::BaseFab::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< char >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'amrex::BaseFab::minmax()']]], - ['minmax_5573',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012',1,'amrex::Reduce::MinMax(N n, T const *v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc',1,'amrex::Reduce::MinMax(N n, F const &f)']]], - ['minmaxrangetype_5574',['MinMaxRangeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98e',1,'amrex::Amrvis']]], - ['minmaxrangetypeforbuttons_5575',['MinMaxRangeTypeForButtons',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9',1,'amrex::Amrvis']]], - ['minmaxrequest_5576',['MinMaxRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a97967f133c3c574eafc5784ec75db69b',1,'amrex::DataServices']]], - ['minmaxsize_5577',['minmaxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6dda265eaf3fda5d6255cbe2cd91e09a',1,'amrex::BoxArray']]], - ['minmod_5578',['MINMOD',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a03170ef6af410637411ae1ae0be59042',1,'PPM']]], - ['minmod_5579',['minmod',['../structPPM_1_1minmod.html',1,'PPM']]], - ['minmod_5ffn_5580',['minmod_fn',['../hydro__godunov__ppm_8H.html#a21180e225f46577ee2bfaebef9d961d2',1,'hydro_godunov_ppm.H']]], - ['minregiontime_5581',['minRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae1b239768583ca1b1f592d3527e5e36f',1,'BLProfStats']]], - ['mintag_5582',['MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a705e1be005fbada39a2ca69f6dae9b88',1,'amrex::ParallelDescriptor']]], - ['minus_5583',['Minus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html',1,'amrex']]], - ['minus_5584',['minus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'amrex::BaseFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'amrex::BaseFab::minus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'amrex::BaseFab::minus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'amrex::BaseFab::minus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'amrex::BaseFab::minus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< int >::minus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< int >::minus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< int >::minus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< int >::minus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< PetscInt >::minus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< PetscInt >::minus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< Real >::minus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< Real >::minus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< Real >::minus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a7cf1d225d4d822d1a7abb2b0f2a0c531',1,'amrex::iMultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1bc09d7836dcd4500472fa853a8fcd22',1,'amrex::MultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< int >::minus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< char >::minus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< char >::minus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< char >::minus(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< char >::minus(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], - ['mixedcells_5585',['mixedcells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#abfd9f7b8c8225ddc6df0078ac4277ccd',1,'amrex::EB2::GeometryShop::mixedcells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad0e62c6693f9f0100b33547ddef29fa2',1,'amrex::STLtools::mixedcells()']]], - ['mlabeclap_5fadotx_5586',['mlabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3',1,'amrex::mlabeclap_adotx(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6',1,'amrex::mlabeclap_adotx(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6483cc92504552a999444884df9c7f',1,'amrex::mlabeclap_adotx(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclap_5fadotx_5fos_5587',['mlabeclap_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e',1,'amrex::mlabeclap_adotx_os(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab51910c6124009c280b7d033be029d9a',1,'amrex::mlabeclap_adotx_os(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a',1,'amrex::mlabeclap_adotx_os(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclap_5fflux_5fx_5588',['mlabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0821339541d218cee0577a42279d6d',1,'amrex']]], - ['mlabeclap_5fflux_5fxface_5589',['mlabeclap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f',1,'amrex']]], - ['mlabeclap_5fflux_5fy_5590',['mlabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77',1,'amrex']]], - ['mlabeclap_5fflux_5fyface_5591',['mlabeclap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4',1,'amrex']]], - ['mlabeclap_5fflux_5fz_5592',['mlabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59793550ea92faf392dc82625edc1f42',1,'amrex']]], - ['mlabeclap_5fflux_5fzface_5593',['mlabeclap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7495e288a74399fbf81b08f1499629',1,'amrex']]], - ['mlabeclap_5fnormalize_5594',['mlabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9',1,'amrex::mlabeclap_normalize(int i, int j, int k, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6679712ad1417670bc200da8883e4fed',1,'amrex::mlabeclap_normalize(int i, int j, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9',1,'amrex::mlabeclap_normalize(int i, int, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclaplacian_5595',['MLABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5',1,'amrex']]], - ['mlabeclaplaciant_5596',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html',1,'amrex::MLABecLaplacianT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#afc885b7be043f3de2fa34de950743987',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'MLLinOpT< Array< MultiFab, 3 > >::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab4e68066e0f668c0272d29a86023221d',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'amrex::MLLinOpT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acb5023f996e6910bb5bbd4dff90c2f05',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(MLABecLaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aea3792c445ead80060a95cd955c2a449',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a71e9f511fa3a065551e46bad82c9b748',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)']]], - ['mlalap_5fadotx_5597',['mlalap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7',1,'amrex::mlalap_adotx()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9',1,'amrex::TwoD::mlalap_adotx()']]], - ['mlalap_5fadotx_5fm_5598',['mlalap_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d',1,'amrex::mlalap_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb',1,'amrex::TwoD::mlalap_adotx_m()']]], - ['mlalap_5fflux_5fx_5599',['mlalap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91',1,'amrex::mlalap_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e',1,'amrex::TwoD::mlalap_flux_x()']]], - ['mlalap_5fflux_5fx_5fm_5600',['mlalap_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76a38ec600a884f18395f0404b185cde',1,'amrex::mlalap_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32',1,'amrex::TwoD::mlalap_flux_x_m()']]], - ['mlalap_5fflux_5fxface_5601',['mlalap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339',1,'amrex::mlalap_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634',1,'amrex::TwoD::mlalap_flux_xface()']]], - ['mlalap_5fflux_5fxface_5fm_5602',['mlalap_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce',1,'amrex::mlalap_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f',1,'amrex::TwoD::mlalap_flux_xface_m()']]], - ['mlalap_5fflux_5fy_5603',['mlalap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75',1,'amrex::mlalap_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c',1,'amrex::TwoD::mlalap_flux_y(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], - ['mlalap_5fflux_5fy_5fm_5604',['mlalap_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb',1,'amrex::TwoD']]], - ['mlalap_5fflux_5fyface_5605',['mlalap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6',1,'amrex::mlalap_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457',1,'amrex::TwoD::mlalap_flux_yface(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ylen, int ncomp) noexcept']]], - ['mlalap_5fflux_5fyface_5fm_5606',['mlalap_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001',1,'amrex::TwoD']]], - ['mlalap_5fflux_5fz_5607',['mlalap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4',1,'amrex']]], - ['mlalap_5fflux_5fzface_5608',['mlalap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f',1,'amrex']]], - ['mlalap_5fgsrb_5609',['mlalap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4218302a2408df87af69fc4435920cf',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, RT dhz, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Array4< RT const > const &f4, Array4< int const > const &m4, Array4< RT const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac',1,'amrex::TwoD::mlalap_gsrb()']]], - ['mlalap_5fgsrb_5fm_5610',['mlalap_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487',1,'amrex::mlalap_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2',1,'amrex::TwoD::mlalap_gsrb_m(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Box const &vbox, int redblack, RT dx, RT probxlo, int ncomp) noexcept']]], - ['mlalap_5fnormalize_5611',['mlalap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574',1,'amrex::TwoD::mlalap_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0',1,'amrex::mlalap_normalize(Box const &box, Array4< RT > const &x, Array4< RT const > const &a, GpuArray< RT, AMREX_SPACEDIM > const &dxinv, RT alpha, RT beta, int ncomp) noexcept']]], - ['mlalap_5fnormalize_5fm_5612',['mlalap_normalize_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af99e582811a3661128ecb30e987e20a7',1,'amrex::mlalap_normalize_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b',1,'amrex::TwoD::mlalap_normalize_m()']]], - ['mlalaplacian_5613',['MLALaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd71b3eea629ca099ace90909350cc56',1,'amrex']]], - ['mlalaplaciant_5614',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html',1,'amrex::MLALaplacianT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9fce18e7cedb0170954f7ad6797fe684',1,'amrex::MLALaplacianT::MLALaplacianT(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaf4ce25b100d0bc3740d52c2883f56b6',1,'amrex::MLALaplacianT::MLALaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a776a2bfa70b66c8691b438f4f59ec97c',1,'amrex::MLALaplacianT::MLALaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a25f6fc469e6330800ef83d157294eb35',1,'amrex::MLALaplacianT::MLALaplacianT(const MLALaplacianT< MF > &)=delete']]], - ['mlcellabeclap_5615',['MLCellABecLap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e',1,'amrex']]], - ['mlcellabeclapt_5616',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html',1,'amrex::MLCellABecLapT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a37eddbe9290f0102dc09e24e022f038d',1,'amrex::MLCellABecLapT::MLCellABecLapT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a241cb451732d5ad6ab42c46ad4e1f597',1,'amrex::MLCellABecLapT::MLCellABecLapT(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a5f871352ed5f3af819701d945c2de871',1,'amrex::MLCellABecLapT::MLCellABecLapT(MLCellABecLapT< MF > &&)=delete']]], - ['mlcelllinop_5617',['MLCellLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b',1,'amrex']]], - ['mlcelllinopt_5618',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html',1,'amrex::MLCellLinOpT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab75b6f4249c1408041b529732b179d32',1,'amrex::MLCellLinOpT::MLCellLinOpT(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a54558ff60dc7b62ac803e8dd8a5c1816',1,'amrex::MLCellLinOpT::MLCellLinOpT(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab6bc4d82971ae75fc206df8d00d15ef6',1,'amrex::MLCellLinOpT::MLCellLinOpT()']]], - ['mlcgsolver_5619',['MLCGSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc786fadc751afd641a3d05650467dfc',1,'amrex']]], - ['mlcgsolvert_5620',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html',1,'amrex::MLCGSolverT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac9a3353d649e44294c57d703d55dcdcd',1,'amrex::MLCGSolverT::MLCGSolverT(MLLinOpT< MF > &_lp, Type _typ=Type::BiCGStab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af5d3a1f9df449bcf61618ab27c1c4b03',1,'amrex::MLCGSolverT::MLCGSolverT(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a877dda86118302b3f3b08fed8db57b03',1,'amrex::MLCGSolverT::MLCGSolverT(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLLinOpT::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'MLLinOpT< Array< MultiFab, 3 > >::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLMGT::MLCGSolverT()']]], - ['mlcurlcurl_5621',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html',1,'amrex::MLCurlCurl'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a890a339d109993f9e6b102a61af0a2da',1,'amrex::MLCurlCurl::MLCurlCurl()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad41266ab9f9d45383b54320911ac53fe',1,'amrex::MLCurlCurl::MLCurlCurl(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())']]], - ['mlcurlcurl_5fadotx_5fx_5622',['mlcurlcurl_adotx_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f',1,'amrex']]], - ['mlcurlcurl_5fadotx_5fy_5623',['mlcurlcurl_adotx_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf',1,'amrex']]], - ['mlcurlcurl_5fadotx_5fz_5624',['mlcurlcurl_adotx_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262',1,'amrex']]], - ['mlcurlcurl_5fbc_5fsymmetry_5625',['mlcurlcurl_bc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9',1,'amrex']]], - ['mlcurlcurl_5fgs4_5626',['mlcurlcurl_gs4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4',1,'amrex']]], - ['mlcurlcurl_5fgs4_5flu_5627',['mlcurlcurl_gs4_lu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf',1,'amrex']]], - ['mlcurlcurl_5finterpadd_5628',['mlcurlcurl_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2',1,'amrex']]], - ['mlcurlcurl_5frestriction_5629',['mlcurlcurl_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66',1,'amrex']]], - ['mlebabeclap_5630',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html',1,'amrex::MLEBABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a0b7f1e4cc90469a42eb10c8792eced13',1,'amrex::MLEBABecLap::MLEBABecLap(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ab031eeb28437e6aaa8bed95a12448321',1,'amrex::MLEBABecLap::MLEBABecLap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1754284cc41c89fda61c2043ed051f9d',1,'amrex::MLEBABecLap::MLEBABecLap(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a14181cc0ff70a2ed471cdb3a3fc2bdb6',1,'amrex::MLEBABecLap::MLEBABecLap(const MLEBABecLap &)=delete']]], - ['mlebabeclap_5fadotx_5631',['mlebabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept']]], - ['mlebabeclap_5fadotx_5fcentroid_5632',['mlebabeclap_adotx_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domhi_x, const int &domhi_y, const bool &on_x_face, const bool &on_y_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domlo_z, const int &domhi_x, const int &domhi_y, const int &domhi_z, const bool &on_x_face, const bool &on_y_face, const bool &on_z_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept']]], - ['mlebabeclap_5fapply_5fbc_5fx_5633',['mlebabeclap_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f',1,'amrex']]], - ['mlebabeclap_5fapply_5fbc_5fy_5634',['mlebabeclap_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e',1,'amrex']]], - ['mlebabeclap_5fapply_5fbc_5fz_5635',['mlebabeclap_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04cedf52619400ba12317eb179625198',1,'amrex']]], - ['mlebabeclap_5febflux_5636',['mlebabeclap_ebflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebabeclap_5fflux_5fx_5637',['mlebabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2',1,'amrex']]], - ['mlebabeclap_5fflux_5fx_5f0_5638',['mlebabeclap_flux_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4',1,'amrex']]], - ['mlebabeclap_5fflux_5fy_5639',['mlebabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f',1,'amrex']]], - ['mlebabeclap_5fflux_5fy_5f0_5640',['mlebabeclap_flux_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da',1,'amrex']]], - ['mlebabeclap_5fflux_5fz_5641',['mlebabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a',1,'amrex']]], - ['mlebabeclap_5fflux_5fz_5f0_5642',['mlebabeclap_flux_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd',1,'amrex']]], - ['mlebabeclap_5fgrad_5fx_5643',['mlebabeclap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75',1,'amrex']]], - ['mlebabeclap_5fgrad_5fx_5f0_5644',['mlebabeclap_grad_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a',1,'amrex']]], - ['mlebabeclap_5fgrad_5fy_5645',['mlebabeclap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c',1,'amrex']]], - ['mlebabeclap_5fgrad_5fy_5f0_5646',['mlebabeclap_grad_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507',1,'amrex']]], - ['mlebabeclap_5fgrad_5fz_5647',['mlebabeclap_grad_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345',1,'amrex']]], - ['mlebabeclap_5fgrad_5fz_5f0_5648',['mlebabeclap_grad_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a906c729b79191fe3198b461187b58068',1,'amrex']]], - ['mlebabeclap_5fgsrb_5649',['mlebabeclap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f4, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< Real const > const &f5, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept']]], - ['mlebabeclap_5fnormalize_5650',['mlebabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, const amrex::GpuArray< Real, AMREX_SPACEDIM > &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept']]], - ['mlebndfdlap_5fadotx_5651',['mlebndfdlap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312',1,'amrex::mlebndfdlap_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a91e9157204259b13b72b493e055e1153',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fadotx_5feb_5652',['mlebndfdlap_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fadotx_5feb_5fdoit_5653',['mlebndfdlap_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, F const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19e32efb675dcc201a9794920a74332',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, F const &xeb, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fadotx_5frz_5654',['mlebndfdlap_adotx_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e',1,'amrex']]], - ['mlebndfdlap_5fadotx_5frz_5feb_5655',['mlebndfdlap_adotx_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept']]], - ['mlebndfdlap_5fadotx_5frz_5feb_5fdoit_5656',['mlebndfdlap_adotx_rz_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53',1,'amrex']]], - ['mlebndfdlap_5fgrad_5fx_5657',['mlebndfdlap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Real phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Real dxi)']]], - ['mlebndfdlap_5fgrad_5fx_5fdoit_5658',['mlebndfdlap_grad_x_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61',1,'amrex']]], - ['mlebndfdlap_5fgrad_5fy_5659',['mlebndfdlap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab922a37e846d9fd878731e467f40083d',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Real phieb, Real dyi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Array4< Real const > const &phieb, Real dyi)']]], - ['mlebndfdlap_5fgrad_5fy_5fdoit_5660',['mlebndfdlap_grad_y_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84',1,'amrex']]], - ['mlebndfdlap_5fgsrb_5661',['mlebndfdlap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3',1,'amrex::mlebndfdlap_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, Real bz, int redblack) noexcept']]], - ['mlebndfdlap_5fgsrb_5feb_5662',['mlebndfdlap_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real bx, Real by, Real bz, int redblack) noexcept']]], - ['mlebndfdlap_5fgsrb_5frz_5663',['mlebndfdlap_gsrb_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc',1,'amrex']]], - ['mlebndfdlap_5fgsrb_5frz_5feb_5664',['mlebndfdlap_gsrb_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98',1,'amrex']]], - ['mlebndfdlap_5fscale_5frhs_5665',['mlebndfdlap_scale_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int k, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_5666',['mlebndfdlap_sig_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04ab7cf645a66139841490d30607283a',1,'amrex::mlebndfdlap_sig_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_5feb_5667',['mlebndfdlap_sig_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_5feb_5fdoit_5668',['mlebndfdlap_sig_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fsig_5fgsrb_5669',['mlebndfdlap_sig_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b',1,'amrex::mlebndfdlap_sig_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real, int) noexcept']]], - ['mlebndfdlap_5fsig_5fgsrb_5feb_5670',['mlebndfdlap_sig_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, int redblack) noexcept']]], - ['mlebnodefdlaplacian_5671',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html',1,'amrex::MLEBNodeFDLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a6442123515a236dc0a9947517279c8c8',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0998f6ae5bff0e310795526582972f22',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a4b86eda13fc31604d8ca3bf79a158902',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ac5576c35f7765ea07f41688107686ebb',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(MLEBNodeFDLaplacian &&)=delete']]], - ['mlebtensor_5fcross_5fterms_5672',['mlebtensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffx_5673',['mlebtensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffy_5674',['mlebtensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffz_5675',['mlebtensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fdx_5fon_5fyface_5676',['mlebtensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec',1,'amrex::mlebtensor_dx_on_yface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f',1,'amrex::mlebtensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], - ['mlebtensor_5fdx_5fon_5fzface_5677',['mlebtensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79',1,'amrex::mlebtensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481',1,'amrex::mlebtensor_dx_on_zface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], - ['mlebtensor_5fdy_5fon_5fxface_5678',['mlebtensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1',1,'amrex::mlebtensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f',1,'amrex::mlebtensor_dy_on_xface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], - ['mlebtensor_5fdy_5fon_5fzface_5679',['mlebtensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8',1,'amrex::mlebtensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85',1,'amrex::mlebtensor_dy_on_zface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], - ['mlebtensor_5fdz_5fon_5fxface_5680',['mlebtensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], - ['mlebtensor_5fdz_5fon_5fyface_5681',['mlebtensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a42aec175a92fa99199546b199534d7',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], - ['mlebtensor_5fflux_5f0_5682',['mlebtensor_flux_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319',1,'amrex']]], - ['mlebtensor_5fflux_5fx_5683',['mlebtensor_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa196b29d490603bb92e78f1e56593846',1,'amrex']]], - ['mlebtensor_5fflux_5fy_5684',['mlebtensor_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7',1,'amrex']]], - ['mlebtensor_5fflux_5fz_5685',['mlebtensor_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a',1,'amrex']]], - ['mlebtensor_5fvel_5fgrads_5ffx_5686',['mlebtensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a389b087837766656206528387955a282',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fvel_5fgrads_5ffy_5687',['mlebtensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af256fa82a901575cb1155b23f1791b88',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3decc02301d9f7a072efec63312145e',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fvel_5fgrads_5ffz_5688',['mlebtensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fweight_5689',['mlebtensor_weight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae',1,'amrex']]], - ['mlebtensorop_5690',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html',1,'amrex::MLEBTensorOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a15944a17ebe8341932a53483ef2b6',1,'amrex::MLEBTensorOp::MLEBTensorOp(MLEBTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#adccad5fb53a52c9b7227847cfc4a636d',1,'amrex::MLEBTensorOp::MLEBTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4f997af4135dcb79775a5d7f7ac3b678',1,'amrex::MLEBTensorOp::MLEBTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#af0d70e756af559a4082443914b134b0d',1,'amrex::MLEBTensorOp::MLEBTensorOp(const MLEBTensorOp &)=delete']]], - ['mllinop_5691',['MLLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46',1,'amrex']]], - ['mllinop_5fapply_5fbc_5fx_5692',['mllinop_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c',1,'amrex::mllinop_apply_bc_x(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03',1,'amrex::mllinop_apply_bc_x(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5fbc_5fy_5693',['mllinop_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655',1,'amrex::mllinop_apply_bc_y(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977',1,'amrex::mllinop_apply_bc_y(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5fbc_5fz_5694',['mllinop_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d',1,'amrex::mllinop_apply_bc_z(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f',1,'amrex::mllinop_apply_bc_z(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5finnu_5fxhi_5695',['mllinop_apply_innu_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fxlo_5696',['mllinop_apply_innu_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fyhi_5697',['mllinop_apply_innu_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fyhi_5fm_5698',['mllinop_apply_innu_yhi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fylo_5699',['mllinop_apply_innu_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fylo_5fm_5700',['mllinop_apply_innu_ylo_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fzhi_5701',['mllinop_apply_innu_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e90635b7223dba2b68e165ed924031',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fzlo_5702',['mllinop_apply_innu_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24adb795729e97519ef54218310ce75e',1,'amrex']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fx_5703',['mllinop_comp_interp_coef0_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6',1,'amrex::mllinop_comp_interp_coef0_x(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2',1,'amrex::mllinop_comp_interp_coef0_x(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fy_5704',['mllinop_comp_interp_coef0_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93',1,'amrex::mllinop_comp_interp_coef0_y(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9',1,'amrex::mllinop_comp_interp_coef0_y(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fz_5705',['mllinop_comp_interp_coef0_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80',1,'amrex::mllinop_comp_interp_coef0_z(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3',1,'amrex::mllinop_comp_interp_coef0_z(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept']]], - ['mllinopt_5706',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex::MLLinOpT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'amrex::MLLinOpT::MLLinOpT(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'amrex::MLLinOpT::MLLinOpT(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'amrex::MLLinOpT::MLLinOpT()=default']]], - ['mllinopt_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_5707',['MLLinOpT< Array< MultiFab, 3 > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'']]], - ['mllinopt_3c_20mf_20_3e_5708',['MLLinOpT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], - ['mlmg_5709',['MLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543',1,'amrex']]], - ['mlmg_5flin_5fcc_5finterp_5fr2_5710',['mlmg_lin_cc_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6',1,'amrex::TwoD::mlmg_lin_cc_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a',1,'amrex::mlmg_lin_cc_interp_r2(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], - ['mlmg_5flin_5fcc_5finterp_5fr4_5711',['mlmg_lin_cc_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79',1,'amrex::mlmg_lin_cc_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85',1,'amrex::TwoD::mlmg_lin_cc_interp_r4(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], - ['mlmg_5flin_5fnd_5finterp_5fr2_5712',['mlmg_lin_nd_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02',1,'amrex::TwoD::mlmg_lin_nd_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c',1,'amrex::mlmg_lin_nd_interp_r2()']]], - ['mlmg_5flin_5fnd_5finterp_5fr4_5713',['mlmg_lin_nd_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a',1,'amrex::TwoD::mlmg_lin_nd_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc',1,'amrex::mlmg_lin_nd_interp_r4(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse) noexcept']]], - ['mlmgabctag_5714',['MLMGABCTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html',1,'amrex']]], - ['mlmgbndry_5715',['MLMGBndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9',1,'amrex']]], - ['mlmgbndryt_5716',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html',1,'amrex::MLMGBndryT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ae61807ee9974355077b5bc78d35895d8',1,'amrex::MLMGBndryT::MLMGBndryT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aee4434da8700f0e3f1b9677350b5431e',1,'amrex::MLMGBndryT::MLMGBndryT(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a6e0eb064c1f1e0e1f440566f0ca05cf5',1,'amrex::MLMGBndryT::MLMGBndryT(const MLMGBndryT< MF > &rhs)=delete']]], - ['mlmgpstag_5717',['MLMGPSTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html',1,'amrex']]], - ['mlmgt_5718',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html',1,'amrex::MLMGT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'amrex::MLLinOpT::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'MLLinOpT< Array< MultiFab, 3 > >::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc418dda3f523d9f0ce2ad15871dc48b',1,'amrex::MLMGT::MLMGT(MLLinOpT< MF > &a_lp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad45721019c8bf7a76442471a174e55d6',1,'amrex::MLMGT::MLMGT(MLMGT< MF > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0a2acaa575273f909062d401f4ea8c2e',1,'amrex::MLMGT::MLMGT(MLMGT< MF > &&)=delete']]], - ['mlndabeclap_5fgauss_5fseidel_5faa_5719',['mlndabeclap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32',1,'amrex']]], - ['mlndabeclap_5fjacobi_5faa_5720',['mlndabeclap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a837670516410d8578c3f4a463f00b086',1,'amrex']]], - ['mlndlap_5fadotx_5faa_5721',['mlndlap_adotx_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fc_5722',['mlndlap_adotx_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6',1,'amrex::mlndlap_adotx_c(int i, int, int, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2144182834ce73b21ddad5461a14814',1,'amrex::mlndlap_adotx_c(int i, int j, int k, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fha_5723',['mlndlap_adotx_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb',1,'amrex::mlndlap_adotx_ha(int i, int, int, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fsten_5724',['mlndlap_adotx_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40',1,'amrex']]], - ['mlndlap_5fadotx_5fsten_5fdoit_5725',['mlndlap_adotx_sten_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845',1,'amrex']]], - ['mlndlap_5fany_5ffine_5fsync_5fcells_5726',['mlndlap_any_fine_sync_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2',1,'amrex']]], - ['mlndlap_5fapplybc_5727',['mlndlap_applybc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fx_5728',['mlndlap_avgdown_coeff_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fy_5729',['mlndlap_avgdown_coeff_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fz_5730',['mlndlap_avgdown_coeff_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dee48540dad573effdb346154f1da0c',1,'amrex']]], - ['mlndlap_5fax_5ffine_5fcontrib_5731',['mlndlap_Ax_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec133744a63e94005ef481cb3a34c759',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fax_5ffine_5fcontrib_5fcs_5732',['mlndlap_Ax_fine_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ebf2548096900974be75be23948782a',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1be11befaad780d29152b9e45595fde0',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fax_5ffine_5fcontrib_5fdoit_5733',['mlndlap_Ax_fine_contrib_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fbc_5fdoit_5734',['mlndlap_bc_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209',1,'amrex']]], - ['mlndlap_5fcolor_5735',['mlndlap_color',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3',1,'amrex']]], - ['mlndlap_5fcrse_5fresid_5736',['mlndlap_crse_resid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57',1,'amrex']]], - ['mlndlap_5fdivu_5737',['mlndlap_divu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f',1,'amrex::mlndlap_divu(int i, int, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5ffed68b31da08687142195b804a767',1,'amrex::mlndlap_divu(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &nodal_domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool is_rz) noexcept']]], - ['mlndlap_5fdivu_5fcf_5fcontrib_5738',['mlndlap_divu_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e',1,'amrex::mlndlap_divu_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['mlndlap_5fdivu_5ffine_5fcontrib_5739',['mlndlap_divu_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int k, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5ffillbc_5fcc_5740',['mlndlap_fillbc_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781',1,'amrex']]], - ['mlndlap_5fgauss_5fseidel_5faa_5741',['mlndlap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fc_5742',['mlndlap_gauss_seidel_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39663292882d89a957142fe2e2f6e663',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fha_5743',['mlndlap_gauss_seidel_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fsten_5744',['mlndlap_gauss_seidel_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855',1,'amrex::mlndlap_gauss_seidel_sten(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69',1,'amrex::mlndlap_gauss_seidel_sten(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fwith_5fline_5fsolve_5faa_5745',['mlndlap_gauss_seidel_with_line_solve_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgscolor_5faa_5746',['mlndlap_gscolor_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], - ['mlndlap_5fgscolor_5fc_5747',['mlndlap_gscolor_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], - ['mlndlap_5fgscolor_5fha_5748',['mlndlap_gscolor_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], - ['mlndlap_5fgscolor_5fsten_5749',['mlndlap_gscolor_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f',1,'amrex']]], - ['mlndlap_5fimpose_5fneumann_5fbc_5750',['mlndlap_impose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6',1,'amrex']]], - ['mlndlap_5finterpadd_5faa_5751',['mlndlap_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8',1,'amrex']]], - ['mlndlap_5finterpadd_5fc_5752',['mlndlap_interpadd_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4807272239c4988862ccf16fef2295cb',1,'amrex']]], - ['mlndlap_5finterpadd_5fha_5753',['mlndlap_interpadd_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae84186f50057b6865eb99e500276d230',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sig, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e',1,'amrex::mlndlap_interpadd_ha(int i, int j, int, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< Real const > const &sigz, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5finterpadd_5frap_5754',['mlndlap_interpadd_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94',1,'amrex']]], - ['mlndlap_5fjacobi_5faa_5755',['mlndlap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5',1,'amrex::mlndlap_jacobi_aa(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26',1,'amrex::mlndlap_jacobi_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fc_5756',['mlndlap_jacobi_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42587d745d04512fb463b6e351f026a4',1,'amrex::mlndlap_jacobi_c(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4',1,'amrex::mlndlap_jacobi_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fha_5757',['mlndlap_jacobi_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f986eed3c727960060440c029ea10ec',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2',1,'amrex::mlndlap_jacobi_ha(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fsten_5758',['mlndlap_jacobi_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20',1,'amrex::mlndlap_jacobi_sten(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1',1,'amrex::mlndlap_jacobi_sten(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5fmknewu_5759',['mlndlap_mknewu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8',1,'amrex::mlndlap_mknewu(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a08ba07924919817676a76596d29044',1,'amrex::mlndlap_mknewu(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fmknewu_5fc_5760',['mlndlap_mknewu_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d83b1b38a04709a774b310bed31684',1,'amrex::mlndlap_mknewu_c(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a',1,'amrex::mlndlap_mknewu_c(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fnormalize_5faa_5761',['mlndlap_normalize_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d',1,'amrex']]], - ['mlndlap_5fnormalize_5fha_5762',['mlndlap_normalize_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f',1,'amrex::mlndlap_normalize_ha(int i, int, int, Array4< Real > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fnormalize_5fsten_5763',['mlndlap_normalize_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e',1,'amrex']]], - ['mlndlap_5fres_5fcf_5fcontrib_5764',['mlndlap_res_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba',1,'amrex::mlndlap_res_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2988e920c93565dcea89d08e018e1262',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], - ['mlndlap_5fres_5fcf_5fcontrib_5fcs_5765',['mlndlap_res_cf_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc',1,'amrex::mlndlap_res_cf_contrib_cs(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Real, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], - ['mlndlap_5frestriction_5766',['mlndlap_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk, Box const &fdom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['mlndlap_5frestriction_5frap_5767',['mlndlap_restriction_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb',1,'amrex']]], - ['mlndlap_5frhcc_5768',['mlndlap_rhcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8',1,'amrex']]], - ['mlndlap_5frhcc_5ffine_5fcontrib_5769',['mlndlap_rhcc_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8',1,'amrex']]], - ['mlndlap_5fscale_5fneumann_5fbc_5770',['mlndlap_scale_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53',1,'amrex']]], - ['mlndlap_5fsemi_5favgdown_5fcoeff_5771',['mlndlap_semi_avgdown_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363',1,'amrex']]], - ['mlndlap_5fsemi_5finterpadd_5faa_5772',['mlndlap_semi_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc',1,'amrex']]], - ['mlndlap_5fsemi_5frestriction_5773',['mlndlap_semi_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae',1,'amrex']]], - ['mlndlap_5fset_5fdirichlet_5fmask_5774',['mlndlap_set_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b',1,'amrex']]], - ['mlndlap_5fset_5fdot_5fmask_5775',['mlndlap_set_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1',1,'amrex']]], - ['mlndlap_5fset_5fnodal_5fmask_5776',['mlndlap_set_nodal_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f',1,'amrex']]], - ['mlndlap_5fset_5fstencil_5777',['mlndlap_set_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c',1,'amrex']]], - ['mlndlap_5fset_5fstencil_5fs0_5778',['mlndlap_set_stencil_s0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b20346156e62bf392b0e5870b142762',1,'amrex']]], - ['mlndlap_5fstencil_5frap_5779',['mlndlap_stencil_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee965ec1adf090525e207867611b1635',1,'amrex']]], - ['mlndlap_5fsum_5fax_5780',['mlndlap_sum_Ax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, Real facx, Real facy, Array4< Real const > const &phi, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, int k, Real facx, Real facy, Real facz, Array4< Real const > const &phi) noexcept']]], - ['mlndlap_5fsum_5fdf_5781',['mlndlap_sum_Df',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf',1,'amrex::mlndlap_sum_Df(int ii, int jj, Real facx, Real facy, Array4< Real const > const &vel, Box const &velbx, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b',1,'amrex::mlndlap_sum_Df(int ii, int jj, int kk, Real facx, Real facy, Real facz, Array4< Real const > const &vel, Box const &velbx) noexcept']]], - ['mlndlap_5funimpose_5fneumann_5fbc_5782',['mlndlap_unimpose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643',1,'amrex']]], - ['mlndlap_5fzero_5ffine_5783',['mlndlap_zero_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97',1,'amrex']]], - ['mlndtslap_5fadotx_5784',['mlndtslap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept']]], - ['mlndtslap_5fgauss_5fseidel_5785',['mlndtslap_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept']]], - ['mlndtslap_5finterpadd_5786',['mlndtslap_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2',1,'amrex']]], - ['mlndtslap_5fsemi_5finterpadd_5787',['mlndtslap_semi_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87',1,'amrex']]], - ['mlnodeabeclaplacian_5788',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html',1,'amrex::MLNodeABecLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a6ef9e45aeb72eac59726b539f6196f73',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3b01891200eda180a8163e2a8a30d6ed',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#abf08aeab5958c3f46c8b361b24076dfb',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a9d8dbe2097865e8e25399acd755591ca',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(MLNodeABecLaplacian &&)=delete']]], - ['mlnodelaplacian_5789',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html',1,'amrex::MLNodeLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3e118d417a65df672755dedb1623fe06',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5fd5b7a39f59b0c68cca9f92c9e7723d',1,'amrex::MLNodeLaplacian::MLNodeLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8fab712729235b3fabdeae74513aab8a',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={}, Real a_const_sigma=Real(0.0))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a9b935f6c3fd7cdb7d702502ffbabc275',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(MLNodeLaplacian &&)=delete']]], - ['mlnodelinop_5790',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html',1,'amrex::MLNodeLinOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaf264472c0b70b5588a04b930fbcd8ff',1,'amrex::MLNodeLinOp::MLNodeLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a712873309064abf30aafcb2d277890fb',1,'amrex::MLNodeLinOp::MLNodeLinOp(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a02892864c3a177a34cc38d3d55a972fd',1,'amrex::MLNodeLinOp::MLNodeLinOp(MLNodeLinOp &&)=delete']]], - ['mlnodetensorlaplacian_5791',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html',1,'amrex::MLNodeTensorLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ac894d59c3a515130711a775b5fd73fc7',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad8c26ff67ae05f0dcdf8b886d856209a',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a18dc95a71cf758e9589a1c38e684f68b',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a01beaf3eb0c5a2afb9479e19f967f2b0',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(MLNodeTensorLaplacian &&)=delete']]], - ['mlo_5792',['mlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9bd97367a061122f466d95e32fb2464b',1,'amrex::MLMGPSTag']]], - ['mlpoisson_5793',['MLPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3',1,'amrex']]], - ['mlpoisson_5fadotx_5794',['mlpoisson_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14',1,'amrex::mlpoisson_adotx(int i, Array4< T > const &y, Array4< T const > const &x, T dhx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212',1,'amrex::mlpoisson_adotx(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640',1,'amrex::TwoD::mlpoisson_adotx()']]], - ['mlpoisson_5fadotx_5fm_5795',['mlpoisson_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26b52402d10757144862537c196db625',1,'amrex::mlpoisson_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c',1,'amrex::TwoD::mlpoisson_adotx_m(int i, int j, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dx, T probxlo) noexcept']]], - ['mlpoisson_5fadotx_5fos_5796',['mlpoisson_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995',1,'amrex::TwoD::mlpoisson_adotx_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76127d2a544317b8685dc766003d82f2',1,'amrex::mlpoisson_adotx_os(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3',1,'amrex::mlpoisson_adotx_os(int i, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx) noexcept']]], - ['mlpoisson_5fflux_5fx_5797',['mlpoisson_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15',1,'amrex::mlpoisson_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b',1,'amrex::TwoD::mlpoisson_flux_x()']]], - ['mlpoisson_5fflux_5fx_5fm_5798',['mlpoisson_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a',1,'amrex::mlpoisson_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1',1,'amrex::TwoD::mlpoisson_flux_x_m()']]], - ['mlpoisson_5fflux_5fxface_5799',['mlpoisson_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504',1,'amrex::mlpoisson_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16',1,'amrex::TwoD::mlpoisson_flux_xface()']]], - ['mlpoisson_5fflux_5fxface_5fm_5800',['mlpoisson_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a569ce08aa34785c55e309b897931f64c',1,'amrex::mlpoisson_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057',1,'amrex::TwoD::mlpoisson_flux_xface_m()']]], - ['mlpoisson_5fflux_5fy_5801',['mlpoisson_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3',1,'amrex::mlpoisson_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1',1,'amrex::TwoD::mlpoisson_flux_y(Box const &box, Array4< T > const &fy, Array4< T const > const &sol, T dyinv) noexcept']]], - ['mlpoisson_5fflux_5fy_5fm_5802',['mlpoisson_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a',1,'amrex::TwoD']]], - ['mlpoisson_5fflux_5fyface_5803',['mlpoisson_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182',1,'amrex::TwoD::mlpoisson_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81',1,'amrex::mlpoisson_flux_yface()']]], - ['mlpoisson_5fflux_5fyface_5fm_5804',['mlpoisson_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2',1,'amrex::TwoD']]], - ['mlpoisson_5fflux_5fz_5805',['mlpoisson_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2',1,'amrex']]], - ['mlpoisson_5fflux_5fzface_5806',['mlpoisson_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264',1,'amrex']]], - ['mlpoisson_5fgsrb_5807',['mlpoisson_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450',1,'amrex::TwoD::mlpoisson_gsrb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22',1,'amrex::mlpoisson_gsrb(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42',1,'amrex::mlpoisson_gsrb(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], - ['mlpoisson_5fgsrb_5fm_5808',['mlpoisson_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a',1,'amrex::TwoD::mlpoisson_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f',1,'amrex::mlpoisson_gsrb_m()']]], - ['mlpoisson_5fgsrb_5fos_5809',['mlpoisson_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9',1,'amrex::TwoD::mlpoisson_gsrb_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57',1,'amrex::mlpoisson_gsrb_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36',1,'amrex::mlpoisson_gsrb_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], - ['mlpoisson_5fjacobi_5810',['mlpoisson_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14',1,'amrex::TwoD::mlpoisson_jacobi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa',1,'amrex::mlpoisson_jacobi(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200',1,'amrex::mlpoisson_jacobi(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept']]], - ['mlpoisson_5fjacobi_5fm_5811',['mlpoisson_jacobi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#affc72a76f87a51121fb4f876828b1299',1,'amrex::mlpoisson_jacobi_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0',1,'amrex::TwoD::mlpoisson_jacobi_m()']]], - ['mlpoisson_5fjacobi_5fos_5812',['mlpoisson_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9',1,'amrex::mlpoisson_jacobi_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb',1,'amrex::mlpoisson_jacobi_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b',1,'amrex::TwoD::mlpoisson_jacobi_os()']]], - ['mlpoisson_5fnormalize_5813',['mlpoisson_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2',1,'amrex::mlpoisson_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0',1,'amrex::TwoD::mlpoisson_normalize()']]], - ['mlpoissont_5814',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html',1,'amrex::MLPoissonT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa8afb7d2454430bac23626c25224e528',1,'amrex::MLPoissonT::MLPoissonT(MLPoissonT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a987b9536da690461737da64c367feabb',1,'amrex::MLPoissonT::MLPoissonT(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a5bccc694799572e3f31b2c7862f278ea',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa704b533c4daad5126cfabe71901aeeb',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ae8bb112b8e057c31f2b2960ddbb42c57',1,'amrex::MLPoissonT::MLPoissonT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'MLLinOpT< Array< MultiFab, 3 > >::MLPoissonT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'amrex::MLLinOpT::MLPoissonT()']]], - ['mlresnorminf_5815',['MLResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0368b810b665e00fdb1490f57eb331e0',1,'amrex::MLMGT']]], - ['mlrhsnorminf_5816',['MLRhsNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a07d1120af993f9d9c95c3ab9d8ae7fb2',1,'amrex::MLMGT']]], - ['mlstateredistribute_5817',['MLStateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94',1,'amrex']]], - ['mltensor_5fcross_5fterms_5818',['mltensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2cab819df733b89d0356224d626a877',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mltensor_5fcross_5fterms_5ffx_5819',['mltensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7030037af193bb2bf648e008000c57dd',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mltensor_5fcross_5fterms_5ffy_5820',['mltensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff33f49d1494120e79df850eaa87201e',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mltensor_5fcross_5fterms_5ffz_5821',['mltensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mltensor_5fcross_5fterms_5fos_5822',['mltensor_cross_terms_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mltensor_5fdx_5fon_5fyface_5823',['mltensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdx_5fon_5fzface_5824',['mltensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdy_5fon_5fxface_5825',['mltensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept']]], - ['mltensor_5fdy_5fon_5fzface_5826',['mltensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9348bb6be668d8676abbae239e898379',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept']]], - ['mltensor_5fdz_5fon_5fxface_5827',['mltensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept']]], - ['mltensor_5fdz_5fon_5fyface_5828',['mltensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa344491aa8595281823c18ab0d27d760',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5ffill_5fcorners_5829',['mltensor_fill_corners',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9',1,'amrex']]], - ['mltensor_5ffill_5fedges_5830',['mltensor_fill_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675',1,'amrex::mltensor_fill_edges(Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db',1,'amrex::mltensor_fill_edges(int const bid, int const tid, int const bdim, Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5ffill_5fedges_5fxhi_5fyhi_5831',['mltensor_fill_edges_xhi_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fylo_5832',['mltensor_fill_edges_xhi_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f1446614bc3e77169613923023d3b18',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fzhi_5833',['mltensor_fill_edges_xhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fzlo_5834',['mltensor_fill_edges_xhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fyhi_5835',['mltensor_fill_edges_xlo_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fylo_5836',['mltensor_fill_edges_xlo_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fzhi_5837',['mltensor_fill_edges_xlo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fzlo_5838',['mltensor_fill_edges_xlo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fyhi_5fzhi_5839',['mltensor_fill_edges_yhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95dc4f253202580282566c5e79fc50d',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fyhi_5fzlo_5840',['mltensor_fill_edges_yhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fylo_5fzhi_5841',['mltensor_fill_edges_ylo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fylo_5fzlo_5842',['mltensor_fill_edges_ylo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1',1,'amrex']]], - ['mltensor_5fvel_5fgrads_5ffx_5843',['mltensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fvel_5fgrads_5ffy_5844',['mltensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fvel_5fgrads_5ffz_5845',['mltensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d5f677bf29212444263b285b440852',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e392612aae050357e634dfc868ffda6',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensorop_5846',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html',1,'amrex::MLTensorOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a6025988cdea4ad252498aa0e0af1de94',1,'amrex::MLTensorOp::MLTensorOp(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad97ed45bc2dd179fe8870687841f9071',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af334ada457b300b2f6c0751555dddf4e',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec0e97a4db88c3f6c19526090d051853',1,'amrex::MLTensorOp::MLTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a2cf6f2e2ef6c4cceed3f3a67cf4e1201',1,'amrex::MLTensorOp::MLTensorOp(MLTensorOp &&)=delete']]], - ['mn_5847',['mn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2756a5fbf45d016bd03416184543526b',1,'amrex::MemProfiler::Builds::mn()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#af005129839d5b950c0e09b1e38a6a751',1,'amrex::MemProfiler::Bytes::mn()']]], - ['modify_5fngrow_5848',['modify_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a96e939e22bb7efb14a07a6f9260cce89',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, int idx, IntVect ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a89798a7caff182b9c8e3d5803842fd5c',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, IntVect ngrow)']]], - ['modify_5fsplit_5849',['modify_split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aeeadf363cdd980b987df6b196dcd8c6d',1,'amrex::ForkJoin::modify_split(const std::string &name, Vector< ComponentSet > comp_split)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acd674b9f0159c359a040afa7e3ba4fe8',1,'amrex::ForkJoin::modify_split(const std::string &name, int idx, Vector< ComponentSet > comp_split)']]], - ['modulus_5850',['modulus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a332163d06c70c367f3238af4fb3dc6fd',1,'amrex::Math::FastDivmodU64']]], - ['mol_5851',['MOL',['../group__MOL.html',1,'(Global Namespace)'],['../namespaceMOL.html',1,'MOL']]], - ['mom_5852',['mom',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a8479610f91f050e03aa5738c513500d2',1,'amrex::openbc::Moments']]], - ['moments_5853',['Moments',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html',1,'amrex::openbc']]], - ['momtag_5854',['MomTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html',1,'amrex::openbc']]], - ['mpi_5flevel_5fto_5fstring_5855',['mpi_level_to_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3557c1b3ec791b8bf6f9e9cab5c6b0d8',1,'amrex::ParallelDescriptor']]], - ['mpi_5fop_5856',['Mpi_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb',1,'amrex::ParallelDescriptor']]], - ['mpi_5fstatus_5857',['MPI_Status',['https://amrex-codes.github.io/amrex/doxygen/structMPI__Status.html',1,'']]], - ['mpi_5ftag_5858',['mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#aa8135050d54b2e8cf0216b9038c4ab8b',1,'amrex::NonLocalBC::CommHandler']]], - ['mpi_5ftypemap_5859',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html',1,'amrex::ParallelDescriptor']]], - ['mpi_5ftypemap_3c_20gpucomplex_3c_20t_20_3e_20_3e_5860',['Mpi_typemap< GpuComplex< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], - ['mpi_5ftypemap_3c_20vallocpair_3c_20tv_2c_20ti_20_3e_20_3e_5861',['Mpi_typemap< ValLocPair< TV, TI > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], - ['mtimerstotalssorted_5862',['mTimersTotalsSorted',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae7b5e31a9fc2540ebcced76270cd6dbb',1,'RegionsProfStats']]], - ['mult_5863',['mult',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'amrex::FabArray::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< PetscInt >::mult(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< Real >::mult(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< Real >::mult(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< Real >::mult(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< Real >::mult(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< Real >::mult(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'amrex::FabArray::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< PetscInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::CutFab >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::CutFab >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::EBCellFlagFab >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::EBCellFlagFab >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::Mask >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::Mask >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< FArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< HYPRE_Int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< FArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< int >::mult(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< int >::mult(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< int >::mult(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< int >::mult(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< int >::mult(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< int >::mult(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< int >::mult(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< int >::mult(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< PetscInt >::mult(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< PetscInt >::mult(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< char >::mult(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< char >::mult(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< char >::mult(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< char >::mult(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< IArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'amrex::BaseFab::mult(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'amrex::BaseFab::mult(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'amrex::BaseFab::mult(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'amrex::BaseFab::mult(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'amrex::BaseFab::mult(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'amrex::BaseFab::mult(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'amrex::BaseFab::mult(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< char >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< IArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< TagBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< TagBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af4227a4c2ca3581ae44d3749849f3f86',1,'amrex::iMultiFab::mult(int val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af5406410d32043523bbf1731020585f1',1,'amrex::iMultiFab::mult(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad0f45679a0370bdb7dd411af0ace3f53',1,'amrex::iMultiFab::mult(int val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a20f88cb636e58141aff41e1ce56a7932',1,'amrex::iMultiFab::mult(int val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa9158374809b83cfd40a8092d4e63bdd',1,'amrex::MultiFab::mult(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75e0a3256784cedf410454d5bd9674e8',1,'amrex::MultiFab::mult(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3f3d92f9f07cf43431b03744b50edbdb',1,'amrex::MultiFab::mult(Real val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa872fb55fa5e6dc2008584d6d6e927b3',1,'amrex::MultiFab::mult(Real val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< char >::mult(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< char >::mult(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept']]], - ['multi_5fshuffle_5fdown_5864',['multi_shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a287d2faf92608b095d6ae9eb9f97f22b',1,'amrex::Gpu::detail']]], - ['multi_5fvalued_5865',['multi_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8',1,'amrex_ebcellflag_module']]], - ['multi_5fvalued_5fbits_5866',['multi_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a8fe56028eeb58ef0718c19c6855f6bcb',1,'amrex::EBCellFlag']]], - ['multiarray4_5867',['MultiArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'amrex']]], - ['multiarray4_3c_20value_5ftype_20_3e_5868',['MultiArray4< value_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], - ['multiarray4_3c_20value_5ftype_20const_20_3e_5869',['MultiArray4< value_type const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], - ['multiblockcommmetadata_5870',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html',1,'amrex::NonLocalBC::MultiBlockCommMetaData'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)']]], - ['multiblockindexmapping_5871',['MultiBlockIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html',1,'amrex::NonLocalBC']]], - ['multicutfab_5872',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html',1,'amrex::MultiCutFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aaaef2d8067b4e79d9e8b222d82fffe3f',1,'amrex::MultiCutFab::MultiCutFab(const BoxArray &ba, const DistributionMapping &dm, int ncomp, int ngrow, const FabArray< EBCellFlagFab > &cellflags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a6e72abb71404d338b7ddc2570277c430',1,'amrex::MultiCutFab::MultiCutFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a13683ad147676d968ba83b1c7a1ce09b',1,'amrex::MultiCutFab::MultiCutFab(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a791ee981722de3ea8241d09f96653a33',1,'amrex::MultiCutFab::MultiCutFab(MultiCutFab &&rhs) noexcept=default']]], - ['multifab_5873',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html',1,'amrex']]], - ['multifab_5874',['multiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aaf12adc6f28b696da9085672a5507a83',1,'amrex::FabSetT::multiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0dd0ab51c70e9efaada3883aab1b8b56',1,'amrex::FabSetT::multiFab() const noexcept']]], - ['multifab_5875',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abcce72db937ae8e326d2cb14cb114e7d',1,'amrex::MultiFab::MultiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a19ec88a3ec56e2af03e7d127f8edb79e',1,'amrex::MultiFab::MultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a89ca350582ac479d9278fa2e0ec1a9c2',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c97960be1543778b979eb2a22c2b5d0',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab61f9da32d4aad58172e8871dc992e45',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5d26ea953fbc273c65f7c489511f656',1,'amrex::MultiFab::MultiFab(MultiFab &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad82dfbf92b93fa09d680fe6e3bec36e5',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs)=delete']]], - ['multifab_5876',['MULTIFAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa99e213ce9d7f8ea555072b09cc955a30',1,'amrex::Amrvis']]], - ['multifabcopydescriptor_5877',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html',1,'amrex::MultiFabCopyDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#aae458eefaa948665af2dfefd5bffe686',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a590e4e8386d564474eafc3873a421681',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af99970f65ef4914fc7b4269d4d13429e',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor()=default']]], - ['multifabfilefullprefix_5878',['MultiFabFileFullPrefix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1',1,'amrex']]], - ['multifabheaderpath_5879',['MultiFabHeaderPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d',1,'amrex']]], - ['multifabid_5880',['MultiFabId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b',1,'amrex']]], - ['multigfab_5881',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html',1,'amrex::EB2::MultiGFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a499a6d7b2b720aca806b92cdb1e23382',1,'amrex::EB2::MultiGFab::MultiGFab(const BoxArray &ba, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a031d7609d94c881c63e75be491d9dafe',1,'amrex::EB2::MultiGFab::MultiGFab()=default']]], - ['multileveltoblueprint_5882',['MultiLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, conduit::Node &bp_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, Node &res)']]], - ['multimask_5883',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html',1,'amrex::MultiMask'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a1965badea589074d3865b6b7c258baa1',1,'amrex::MultiMask::MultiMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a17295aabe1cef5654de77c7133bea544',1,'amrex::MultiMask::MultiMask(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa1a1571e1a1ec3db4787a6a05e38403c',1,'amrex::MultiMask::MultiMask(MultiMask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa6cb4358410dd413ca35d1ecdcc3fb0f',1,'amrex::MultiMask::MultiMask(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a82389d75715d6277535cb793627c135e',1,'amrex::MultiMask::MultiMask(const BoxArray &ba, const DistributionMapping &dm, int ncomp)']]], - ['multimaskiter_5884',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html',1,'amrex::MultiMaskIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html#a0e4dd1fe210e54dbe5f7eda35343d210',1,'amrex::MultiMaskIter::MultiMaskIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a543302181bedff3235f600544f96197f',1,'amrex::MultiMask::MultiMaskIter()']]], - ['multiplies_5885',['Multiplies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html',1,'amrex']]], - ['multiply_5886',['Multiply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62db3405e4e92a2a5bd5d3d9d19698ba',1,'amrex::MultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a57da8c33bc706892e873bca4ff05f7ab',1,'amrex::Gpu::Atomic::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71808e748d2cf6ea301231f278269b70',1,'amrex::Multiply(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058',1,'amrex::Multiply(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ae4eab34e67e569399b7a53cbe5d9d188',1,'amrex::iMultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1782d5eefcdae9512c4d9ece50a2253b',1,'amrex::MultiFab::Multiply()']]], - ['multiply_5fdevice_5887',['Multiply_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#afe7501c4ae1afec6af85f031a949dbc3',1,'amrex::Gpu::Atomic']]], - ['multivalued_5888',['multivalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806',1,'amrex']]], - ['mx_5889',['mx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#ae97a8af2e85ff53fc98d90d294693657',1,'amrex::MemProfiler::Bytes::mx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2c94315722d15392846ab3b77a58c3d0',1,'amrex::MemProfiler::Builds::mx()']]], - ['myid_5890',['MyID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#afc192eadbbc8aaafa7ff32cacdc8488b',1,'amrex::ParallelContext::Frame']]], - ['mypariter_5891',['MyParIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4f7f3ca7bf951e7ec6fce594005694da',1,'amrex::NeighborParticleContainer']]], - ['myproc_5892',['myProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0ce6d467be8a3cc0a59bdf0a4a84c18a',1,'amrex::NFilesIter::myProc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3e2bb26a42b27ca072324f9bdfb0e1cf',1,'amrex::FabCopyDescriptor::myProc()']]], - ['myproc_5893',['MyProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2fe4785cdf596f485e0087fcdf771579',1,'amrex::ParallelContext::Frame::MyProc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a61222da774be88a4ba57947bce9b0847',1,'amrex::MPMD::MyProc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a33162ef233c092e9e6fd75ab291b9b29',1,'amrex::ParallelDescriptor::MyProc() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31',1,'amrex::ParallelDescriptor::MyProc(MPI_Comm comm) noexcept']]], - ['myprocall_5894',['MyProcAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8',1,'amrex::ParallelContext']]], - ['myprocsub_5895',['MyProcSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a5f6737315bff6905419103b17acf3d06',1,'amrex::ParallelContext']]], - ['myprogid_5896',['MyProgId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a94159263c06dba87d4f0a07c513df59b',1,'amrex::MPMD']]], - ['myrankinnode_5897',['MyRankInNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6c71d10d121a68af6b6d3b0549a6b3b',1,'amrex::ParallelDescriptor']]], - ['myrankinprocessor_5898',['MyRankInProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a83bd00b0f4fc52881764bcf3e23e7a3f',1,'amrex::ParallelDescriptor']]], - ['myrankinteam_5899',['MyRankInTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87',1,'amrex::ParallelDescriptor']]], - ['myreadindex_5900',['myReadIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aecbccfacd424296243d4fb271f754258',1,'amrex::NFilesIter']]], - ['mysetposition_5901',['mySetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac8060f9d60b3f7dff21c1f8a826302d3',1,'amrex::NFilesIter']]], - ['mysparsefilenumber_5902',['mySparseFileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#adbf2559963632d8d8e286065e081205c',1,'amrex::NFilesIter']]], - ['mytask_5903',['MyTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed6698adf890b9907f61c1c00e81618e',1,'amrex::ForkJoin']]], - ['myteam_5904',['MyTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2814a4f0e10eb279d7457e6a2935fefa',1,'amrex::ParallelDescriptor']]], - ['myteamcolor_5905',['MyTeamColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a687dc008cc6ce7831496af1f8bbfff96',1,'amrex::ParallelDescriptor']]], - ['myteamlead_5906',['MyTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a564fb3e90a09a47e8213cdd2de4a2634',1,'amrex::ParallelDescriptor']]] + ['m_4509',['M',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a80221e673408a11d8a35e40f5d819c0f',1,'amrex::openbc']]], + ['m_5fa_4510',['m_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6b8a8e6608be0522ca4b052414b28bf5',1,'amrex::HypreSolver']]], + ['m_5fa_5fcoeffs_4511',['m_a_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a09836660facdfeea8daba978902f9673',1,'amrex::MLALaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acd74fe42cd460e0e8cc50fae5550233e',1,'amrex::MLABecLaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3d10f9755818d95245385d0eff01780b',1,'amrex::MLNodeABecLaplacian::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a48c0efb6e525e5c901c1ee34fa5119ca',1,'amrex::MLEBABecLap::m_a_coeffs()']]], + ['m_5fa_5fscalar_4512',['m_a_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a6238682285be8b4464de6531f73d5cd8',1,'amrex::MLABecLaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4c4cc805f15b8f9dd1fa694f00110a1d',1,'amrex::MLALaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac43a9c8728bb7861415d80283d41e064',1,'amrex::MLEBABecLap::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ad3cf841c5fb35c480f8130db69c287a7',1,'amrex::MLNodeABecLaplacian::m_a_scalar()']]], + ['m_5fabeclap_4513',['m_abeclap',['../classHydro_1_1MacProjector.html#a21e61ba0627e90c2bc1fb25657cbf9c5',1,'Hydro::MacProjector']]], + ['m_5fabox_4514',['m_abox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa1d0e47191bce43137f9aeecf529f64',1,'amrex::BARef']]], + ['m_5facoef_5fset_4515',['m_acoef_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac6489a20e89c720a91f81ae8d29496f2',1,'amrex::MLABecLaplacianT::m_acoef_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a148d4b95cd52c3e753735aadaeeb7bb5',1,'amrex::MLEBABecLap::m_acoef_set()']]], + ['m_5factually_5fused_4516',['m_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#af3edc78581fb20c7273fbf74494e0c48',1,'amrex::CArena']]], + ['m_5fadjust_5fsingular_5fmatrix_4517',['m_adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af24450dfdae7450d10455cae431fb457',1,'amrex::HypreIJIface']]], + ['m_5falloc_4518',['m_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ad1b240a0437cfcaee6788096d93a1674',1,'amrex::CArena']]], + ['m_5falloc_5fsingle_5fchunk_4519',['m_alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a12b9e0ac23fbfa55a6ae4d6bf2d97ba8',1,'amrex::FabArrayBase']]], + ['m_5fallregular_4520',['m_allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a16651c9d026bf4c7876a890be6e85253',1,'amrex::EB2::Level']]], + ['m_5falpha_4521',['m_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a8e3436cc293f45df20b351de804af2fd',1,'amrex::MLCurlCurl::m_alpha()'],['../classHydro_1_1NodalProjector.html#a203ba5e56729b8fd5fe1651e72cdea3b',1,'Hydro::NodalProjector::m_alpha()']]], + ['m_5famr_5fref_5fratio_4522',['m_amr_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'amrex::MLLinOpT::m_amr_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'MLLinOpT< Array< MultiFab, 3 > >::m_amr_ref_ratio()']]], + ['m_5famrcore_4523',['m_amrcore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a00e116c7e99b0d8be6a4db40bfb3b45b',1,'amrex::AmrParGDB']]], + ['m_5famrlevel_4524',['m_amrlevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aaba17b56198aea206fe9b6fd2ca66cf6',1,'amrex::FillPatchIterator::m_amrlevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a80b3e46711c13269eb5d563e934398fc',1,'amrex::FillPatchIteratorHelper::m_amrlevel()']]], + ['m_5faos_4525',['m_aos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'amrex::ConstParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'amrex::ParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()']]], + ['m_5faos_5ftile_4526',['m_aos_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a434377380cf9f4dd45362080837b6ec4',1,'amrex::ParticleTile']]], + ['m_5far_4527',['m_ar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'amrex::ArenaAllocatorBase::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a609327af6ac8ee5902c0c7d0a6629772',1,'amrex::Cluster::m_ar()']]], + ['m_5fareafrac_4528',['m_areafrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aca26ce33e69ffb0b4314fc8df4074d80',1,'amrex::EBDataCollection::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#ad57b1101b621679c1fb014db5c6beb43',1,'amrex::EB2::Face::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a26945ad6833c8275b375cec03a60cad0',1,'amrex::EB2::Level::m_areafrac()']]], + ['m_5fareafrac_5fname_4529',['m_areafrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#ae22db76834f8b39260c446a8fc2806fb',1,'amrex::EB2::ChkptFile']]], + ['m_5fareanottotag_4530',['m_AreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa11acf69e2d0372e204cfea5934658f6',1,'amrex::AmrLevel']]], + ['m_5fareatotag_4531',['m_AreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a512443a06a9bee5a9c911326c65e1370',1,'amrex::AmrLevel']]], + ['m_5farena_4532',['m_arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3f56660ebd06ba11f5c873d99b3e899f',1,'amrex::DataDeleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ae9df9a5aa76b646a0d8fb039033289f0',1,'amrex::Gpu::Deleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a9f2221690b1d215e8f683e84753bbde5',1,'amrex::PolymorphicArenaWrapper::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a901b7f1e68950afc823ebc10c093cb94',1,'amrex::DataAllocator::m_arena()']]], + ['m_5farena_5fprofiler_5fmutex_4533',['m_arena_profiler_mutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#ad9b1a5dabdae06286027285177730012',1,'amrex::Arena::ArenaProfiler']]], + ['m_5farrays_4534',['m_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< TagBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< PetscInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::CutFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::EBCellFlagFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< IArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'amrex::FabArray::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::Mask >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< FArrayBox >::m_arrays()']]], + ['m_5fascalar_4535',['m_ascalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5c3c993e3774ba9f2663dbba34f82596',1,'amrex::HypreMLABecLap']]], + ['m_5fassign_5fbuffer_5fgrid_4536',['m_assign_buffer_grid',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a0560deac64bc66d21eb1ad8f1c24c430',1,'FilterVirt']]], + ['m_5fassign_5fgrid_4537',['m_assign_grid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a067cf16cb382b143e8c1891468548937',1,'AssignGridFilter']]], + ['m_5fatol_4538',['m_atol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'amrex::GMRES::m_atol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_atol()']]], + ['m_5fb_4539',['m_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf15a119c1435c35c3f63c5e2d38bd3f',1,'amrex::HypreSolver::m_b()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a292b7313c477c14ba179443ce2d24112',1,'amrex::Gpu::range_detail::range_impl::m_b()']]], + ['m_5fb_5fcoeffs_4540',['m_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#affcd897d0397c49df2bb9cdef4a51050',1,'amrex::MLABecLaplacianT::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad631dff72b03c8a0d629bd735a63078e',1,'amrex::MLEBABecLap::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a5cd389955d914c283d6594ca8f224c8a',1,'amrex::MLNodeABecLaplacian::m_b_coeffs()']]], + ['m_5fb_5fscalar_4541',['m_b_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a539516410949fb84f32bdf408fdd2e18',1,'amrex::MLABecLaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a26517485398ff391981892885e511f94',1,'amrex::MLALaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1fb977f5a6b0c8682e5f658a4dc9db0c',1,'amrex::MLEBABecLap::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ab7bb116d25a0ab43e4e7124aa257e306',1,'amrex::MLNodeABecLaplacian::m_b_scalar()']]], + ['m_5fba_4542',['m_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a38a28db75d6cca9d3c87ad9931084f09',1,'amrex::AmrParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7d7032e9d6618767e8e35743a9139d62',1,'amrex::MPMD::Copier::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae1577679bfb4ab104a875852a9dbecda',1,'amrex::FillPatchIteratorHelper::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ab62ef15c4a342cc3eb61e116b23bd285',1,'amrex::VisMF::Header::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#af00ec28e28d685f8cef31dfb1a82d805',1,'amrex::ParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a97b3de417e81c1776fe44e33ef9923d2',1,'amrex::ParticleBufferMap::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a398bff4255e23b17afdbb21529343b0f',1,'amrex::ParticleLocator::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a2cd678a68c564bb01fd2cd47ce594521',1,'amrex::PlotFileDataImpl::m_ba()']]], + ['m_5fba_5fall_4543',['m_ba_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aee4a8457a8b4b42831ea654578bfe5f6',1,'amrex::OpenBCSolver']]], + ['m_5fba_5fid_4544',['m_ba_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a72b32342670aa4c490e3362b75943633',1,'amrex::FabArrayBase::BDKey']]], + ['m_5fbag_4545',['m_bag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a597017e3faf53c6b6569a27fbf01ce3f',1,'amrex::OpenBCSolver']]], + ['m_5fbat_4546',['m_bat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a24bf518e21de06c34d5ccafe0b1ac244',1,'amrex::FabArrayBase::ParForInfo::m_bat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a416da5b2620e5c9cad12ab2fd73d349b',1,'amrex::BoxArray::m_bat()']]], + ['m_5fbat_5ftype_4547',['m_bat_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#addbc01e0e2621532efa04d4f28e3f305',1,'amrex::BATransformer']]], + ['m_5fbc_5fhi_4548',['m_bc_hi',['../classHydro_1_1NodalProjector.html#a4fd04f8b717b8162b23ad5b642a3487e',1,'Hydro::NodalProjector']]], + ['m_5fbc_5flo_4549',['m_bc_lo',['../classHydro_1_1NodalProjector.html#aba3564764203f615abadc34dd8d371ec',1,'Hydro::NodalProjector']]], + ['m_5fbcoefs_4550',['m_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5ffc86d6c741f71d676a5834deba92a6',1,'amrex::MLCurlCurl']]], + ['m_5fbcondloc_4551',['m_bcondloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8ea2fb547b5b9b37d88880948073e00c',1,'amrex::MLCellLinOpT']]], + ['m_5fbcr_4552',['m_bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a482d13bca7d063a552a82874e7a9f1d8',1,'amrex::PhysBCFunct']]], + ['m_5fbd_5fcount_4553',['m_BD_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af3d0b759e5fa01a885c95e93e0e9f7b1',1,'amrex::FabArrayBase']]], + ['m_5fbdkey_4554',['m_bdkey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2865ec7ad6d6f09cf1a3a891b603144c',1,'amrex::FabArrayBase']]], + ['m_5fbeta_4555',['m_beta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b83a2461e9903530a1903a12ddec15b',1,'amrex::MLCurlCurl']]], + ['m_5fbeta_5floc_4556',['m_beta_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#afc12bcb23ed82f37ceae7da2d6f44eea',1,'amrex::MLEBABecLap::m_beta_loc()'],['../classHydro_1_1MacProjector.html#a80c9dd1fb10365f322541aa8bcdd196d',1,'Hydro::MacProjector::m_beta_loc()']]], + ['m_5fbi_4557',['m_bi',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aae3482bf8801229e16bc2adfd474a84c',1,'hacc::Dfft']]], + ['m_5fbif_4558',['m_bif',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bif()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'amrex::AssignGrid::m_bif()']]], + ['m_5fbin_5fsize_4559',['m_bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'amrex::AssignGrid::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a06c4d242ffac4f47f0c3653a4a69f2c3',1,'amrex::ParticleLocator::m_bin_size()']]], + ['m_5fbin_5ftype_5farray_4560',['m_bin_type_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a32a3a6e1b23801796736f10c13fe0600',1,'amrex::BinMapper']]], + ['m_5fbins_4561',['m_bins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'amrex::DenseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< ParticleType >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< typename amrex::ParticleTileData >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#ae69ba0154224a168b3b74ad03d50baca',1,'amrex::NeighborList::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'amrex::ParticleContainer_impl::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a79bc6fac3bccc4135ddd0df34e5747dd',1,'amrex::ParticleLocator::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#afaba6cf4d3a98c920b0ba530d461c94f',1,'amrex::SparseBins::m_bins()']]], + ['m_5fbins_5fhi_4562',['m_bins_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a0b5da81617041d99e743ab54bd812657',1,'amrex::ParticleLocator']]], + ['m_5fbins_5flo_4563',['m_bins_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a6b81a4528612b6f121dcfcfcf00071e1',1,'amrex::ParticleLocator']]], + ['m_5fbins_5fptr_4564',['m_bins_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afa3d2fe979810d8c42a56913e808c53d',1,'amrex::SparseBinIteratorFactory']]], + ['m_5fblock_4565',['m_block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a999ce0f54f3eae13c2533caabe5acc89',1,'amrex::CArena::Node']]], + ['m_5fbndry_4566',['m_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a64e1c781a5d446a7a7cc3ef1231c2218',1,'amrex::Hypre::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6aa5787a3fc3a0c58eb3453158f99123',1,'amrex::HypreMLABecLap::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a67990960ff9c4294dafbe76031983532',1,'amrex::PETScABecLap::m_bndry()']]], + ['m_5fbndry_5fcor_4567',['m_bndry_cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac667791f6b37a42e55ef25267bc78fa9',1,'amrex::MLCellLinOpT']]], + ['m_5fbndry_5frhs_4568',['m_bndry_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1f047d4669c1be7925f1e95315129858',1,'amrex::HypreMLABecLap']]], + ['m_5fbndry_5fsol_4569',['m_bndry_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2b8a625f55f16b9c5b620a82021f17f4',1,'amrex::MLCellLinOpT']]], + ['m_5fbndryarea_4570',['m_bndryarea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a03eaf98bf7542beafaf696e05c431d5a',1,'amrex::EB2::Level::m_bndryarea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8d677f5c06ce1520cd23addf9d22d5ef',1,'amrex::EBDataCollection::m_bndryarea()']]], + ['m_5fbndryarea_5fname_4571',['m_bndryarea_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2a4bd9dfa8f11189fc7278d1a6b8a1bb',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndrycent_4572',['m_bndrycent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8a3dfc8b1b1cf5d19c7538d630a4b44b',1,'amrex::EBDataCollection::m_bndrycent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a904a42dc11ddb39db9a497fa7093a0dc',1,'amrex::EB2::Level::m_bndrycent()']]], + ['m_5fbndrycent_5fname_4573',['m_bndrycent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2c620855d91588bcb44a71d07333f15c',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndrynorm_4574',['m_bndrynorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a863477aadc907e1abeb83c666168ccc4',1,'amrex::EB2::Level::m_bndrynorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a586018b239d0fd75d2a920b4e7d8fa40',1,'amrex::EBDataCollection::m_bndrynorm()']]], + ['m_5fbndrynorm_5fname_4575',['m_bndrynorm_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a36024f8e3ad6a998c8d8f84e2e0fbc1d',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndryreg_4576',['m_bndryReg',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a48eb0ed0866edb7e35185a585d68e8bf',1,'amrex::BATransformer::BATOp']]], + ['m_5fbottom_5fcomm_4577',['m_bottom_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'amrex::MLLinOpT::m_bottom_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'MLLinOpT< Array< MultiFab, 3 > >::m_bottom_comm()']]], + ['m_5fbottom_5fdot_5fmask_4578',['m_bottom_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4b398a735f5c05d0919bc24efc9a7025',1,'amrex::MLNodeLinOp']]], + ['m_5fbottom_5fsolver_5ftype_4579',['m_bottom_solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a6794548ac1811d752900f18875e596b5',1,'amrex::OpenBCSolver']]], + ['m_5fbottom_5fverbose_4580',['m_bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aac4bd2677d8bb695cffd7a476ad3a68b',1,'amrex::OpenBCSolver']]], + ['m_5fboundary_5fparticle_5fids_4581',['m_boundary_particle_ids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a71350435dff09e0768bdc74d0f943655',1,'amrex::NeighborParticleContainer']]], + ['m_5fboundry_5fis_5foutside_4582',['m_boundry_is_outside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ae50a6d985147b0ae607e688e120f2935',1,'amrex::STLtools']]], + ['m_5fbox_5fcounts_5fd_4583',['m_box_counts_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7285486c8e5119099572a46997f89641',1,'amrex::ParticleCopyPlan']]], + ['m_5fbox_5fcounts_5fh_4584',['m_box_counts_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ad7d72a20fb9d967f606d7e1ed546b6ac',1,'amrex::ParticleCopyPlan']]], + ['m_5fbox_5findex_4585',['m_box_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ade5ede9a60831d6a2bc97125cb11f18a',1,'amrex::EBFArrayBox']]], + ['m_5fbox_5foffset_4586',['m_box_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeed1f38381a165558cf5000201773038',1,'amrex::OpenBCSolver']]], + ['m_5fbox_5foffsets_4587',['m_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a0ed01f542a7575b5a8d300c751d962b2',1,'amrex::GetSendBufferOffset::m_box_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a813195052803b3c8844eb604a508e9b0',1,'amrex::ParticleCopyPlan::m_box_offsets()']]], + ['m_5fboxes_4588',['m_boxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afc603c5935ba128b01935f5ab94491ad',1,'amrex::FabArrayBase::ParForInfo::m_boxes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a5fbf90399c57c4fb121c1aac5ac825d7',1,'amrex::ParticleCopyOp::m_boxes()']]], + ['m_5fboxhi_4589',['m_boxHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a28bfb4eb34ce4273b9948f0c3e2451a4',1,'amrex::BoxIterator']]], + ['m_5fboxid_4590',['m_boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a19720ff54b3ba0b9180de7f0b0bbfa76',1,'amrex::WeightedBox']]], + ['m_5fboxlo_4591',['m_boxLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ac7faa53e27c1da649d1ce401be5edd8d',1,'amrex::BoxIterator']]], + ['m_5fbs_4592',['m_bs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a437859cd3c47a1323a21a3437877b0fa',1,'hacc::Dfft']]], + ['m_5fbscalar_4593',['m_bscalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9f02135c08e099121a1e35c8216c1417',1,'amrex::HypreMLABecLap']]], + ['m_5fbucket_5fto_5fgid_4594',['m_bucket_to_gid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aea0220c77ce964ed8fde473e51e90343',1,'amrex::ParticleBufferMap']]], + ['m_5fbucket_5fto_5flev_4595',['m_bucket_to_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af13d545be94a3e379ce0193f3f57d6b2',1,'amrex::ParticleBufferMap']]], + ['m_5fbucket_5fto_5fpid_4596',['m_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a12b53b1f0f8833c2701601cf404e74ad',1,'amrex::GetPID::m_bucket_to_pid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a33351037aaa2977e86fa377eaeb0a67e',1,'amrex::ParticleBufferMap::m_bucket_to_pid()']]], + ['m_5fbuffer_5fmap_4597',['m_buffer_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2eddb55f0ebdf394ea2ace09e1d0e4a4',1,'amrex::ParticleContainerBase']]], + ['m_5fbuild_5fcoarse_5flevel_5fby_5fcoarsening_4598',['m_build_coarse_level_by_coarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac61a177a98e7db517cf368ca8e901a68',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fbuild_5frreqs_4599',['m_build_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ae99c8d354fa1ed4c85a8856eed87accc',1,'amrex::ParticleCopyPlan']]], + ['m_5fbuild_5fstats_4600',['m_build_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab1268c5ed411da9959d9c18f97a92c9e',1,'amrex::ParticleCopyPlan']]], + ['m_5fbuildmap_4601',['m_BuildMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aea78b384d1325786fc3738a66cb16a32',1,'amrex::DistributionMapping']]], + ['m_5fbusylist_4602',['m_busylist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a88823438ee0e89721d65131d87d2f687',1,'amrex::CArena']]], + ['m_5fbx_4603',['m_bx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a97e723c3499aedd07e910e30bbb1d51a',1,'amrex::Cluster']]], + ['m_5fc2f_5fnentries_4604',['m_c2f_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ae35db1670d830f2b1f8bd8b60152d291',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5foffset_5ffrom_4605',['m_c2f_offset_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4617f3ef7bf223a44b7f2730609138af',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5foffset_5fto_4606',['m_c2f_offset_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ff9efa1034c0a9291d6240ff89ca008',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5ftotal_5ffrom_4607',['m_c2f_total_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7ecee59c4f754dd88bd3d9d524b9a7cd',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5ftotal_5fto_4608',['m_c2f_total_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a031255c891aa6b3a410ac5f24003c1cb',1,'amrex::HypreMLABecLap']]], + ['m_5fcapacity_4609',['m_capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'amrex::PODVector::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< index_type >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::BoxND >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::NeighborCode >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int *, DefaultAllocator< int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::openbc::MomTag >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::STLtools::Triangle >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< std::size_t >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::XDim3 >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< unsigned int >::m_capacity()']]], + ['m_5fcba_4610',['m_cba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5775b10f198c89e397a7e2a46b2179e4',1,'amrex::FillPatcher']]], + ['m_5fcbox_4611',['m_cbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a1ed0eb57ec7521b07ea2918df59e5bbd',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fcc_4612',['m_cc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'amrex::GMRES::m_cc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'GMRES< MF, GMRESMLMGT< MF > >::m_cc()']]], + ['m_5fcc_5ffine_5fmask_4613',['m_cc_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a91c9e98ef8edd4106aace72a6c7a4294',1,'amrex::MLNodeLinOp']]], + ['m_5fcc_5fmask_4614',['m_cc_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a820de6c415b8f6911cf96c94788cb102',1,'amrex::MLEBABecLap']]], + ['m_5fcdm_4615',['m_cdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a24b14c5172528271b48b0bd0bd1244fb',1,'amrex::FillPatcher']]], + ['m_5fcell_4616',['m_cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a2278d6391126cfdd553d701b73449d5e',1,'amrex::ParticleLocData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#a6b846c1c1abd86195353d49a275f6356',1,'amrex::EB2::Vertex::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6f106a94f894a5236b1207f4f0862e67',1,'amrex::ParticleCommData::m_cell()']]], + ['m_5fcell_5foffset_4617',['m_cell_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab67206477f143731d053df0d28751b86',1,'amrex::HypreSolver']]], + ['m_5fcell_5fsize_4618',['m_cell_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a42decf941935743ed84113a4484f4f07',1,'amrex::PlotFileDataImpl']]], + ['m_5fcellflag_4619',['m_cellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e1c74b0f09c3f6a15a7024dd30be4ef',1,'amrex::EB2::Level']]], + ['m_5fcellflags_4620',['m_cellflags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ad27d27c26c11acfd58b8fc629b4f2c1b',1,'amrex::detail::CutFabFactory::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a3f3aed898f6ec10c9f141be194499cac',1,'amrex::EBDataCollection::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acf458e03eaefec6d963a0b0e3b0453da',1,'amrex::MultiCutFab::m_cellflags()']]], + ['m_5fcenter_4621',['m_center',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a5e0afe35657ac28fca148215c31180d9',1,'amrex::EB2::CylinderIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a5778e3c639570e5f9e9f3ab7c1c1a417',1,'amrex::EB2::EllipsoidIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a43d80b03741314b72b14c9be08206eed',1,'amrex::EB2::SphereIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a2f3bd60c1f94a3aeb478370f93757140',1,'amrex::EB2::TorusIF::m_center()']]], + ['m_5fcentroid_4622',['m_centroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#af218d8cf84d1ad47414a36663b2c1b36',1,'amrex::EBDataCollection::m_centroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a280b2239887942a0dfdc9802abe88e12',1,'amrex::EB2::Level::m_centroid()']]], + ['m_5fcentroid_5fname_4623',['m_centroid_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2673a27ddded55c75cc521663ea9d399',1,'amrex::EB2::ChkptFile']]], + ['m_5fcf_5fbcoefs_4624',['m_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ac05a891fdcd184a2d55e9150dc8226d1',1,'amrex::HypreMLABecLap']]], + ['m_5fcf_5fcrse_5fdata_4625',['m_cf_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a19e35173a3232a3505a3c4c3b30e86e5',1,'amrex::FillPatcher']]], + ['m_5fcf_5fcrse_5fdata_5ftmp_4626',['m_cf_crse_data_tmp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a44f373925ff45d0ff777315114039e5b',1,'amrex::FillPatcher']]], + ['m_5fcf_5ffine_5fdata_4627',['m_cf_fine_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a43df40e0e8dbd2de56018b5180aeabe2',1,'amrex::FillPatcher']]], + ['m_5fcfinfo_5fstats_4628',['m_CFinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92e87a53eaf353557dfcf6b875123a81',1,'amrex::FabArrayBase']]], + ['m_5fcfp_5ffab_4629',['m_cfp_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a166ac40711474ecc9d054bdf63632675',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfp_5finside_5fmask_4630',['m_cfp_inside_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ae202afe28157891442668596f24fe460',1,'amrex::EBFluxRegister']]], + ['m_5fcfp_5flocalindex_4631',['m_cfp_localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad3d68c63ff831153ffc01bf39298a1fe',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfp_5fmask_4632',['m_cfp_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad0aa87622ba3aa5a30c21fe56eeb3c33',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfpatch_4633',['m_cfpatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a266eca2069ccb69be79badf962e3902b',1,'amrex::YAFluxRegisterT']]], + ['m_5fcgeom_4634',['m_cgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a02e5ea36fb6bd2df914062d9e2317629',1,'amrex::FillPatcher']]], + ['m_5fchkpt_5ffile_5flevel_4635',['m_chkpt_file_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad0bd84c54c9011031380dde55182dd2b',1,'amrex::EB2::IndexSpaceChkptFile']]], + ['m_5fclearing_4636',['m_clearing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a50eaee402e1e16b45a4e535eda4f2860',1,'amrex::BackgroundThread']]], + ['m_5fcoarse_5fbc_5floc_4637',['m_coarse_bc_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'amrex::MLLinOpT::m_coarse_bc_loc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_bc_loc()']]], + ['m_5fcoarse_5fdata_5fcrse_5fratio_4638',['m_coarse_data_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'amrex::MLLinOpT::m_coarse_data_crse_ratio()']]], + ['m_5fcoarse_5fdata_5ffor_5fbc_4639',['m_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'amrex::MLLinOpT::m_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc()']]], + ['m_5fcoarse_5fdata_5ffor_5fbc_5fraii_4640',['m_coarse_data_for_bc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'amrex::MLLinOpT::m_coarse_data_for_bc_raii()']]], + ['m_5fcoarse_5fdot_5fmask_4641',['m_coarse_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a117db04aae22221b83130cff6e6fdb52',1,'amrex::MLNodeLinOp']]], + ['m_5fcoarse_5ffine_5fbc_5ftype_4642',['m_coarse_fine_bc_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'amrex::MLLinOpT::m_coarse_fine_bc_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_fine_bc_type()']]], + ['m_5fcoarsen_5fratio_4643',['m_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3d401d8f6e037bf70fe52989385f4dac',1,'amrex::OpenBCSolver']]], + ['m_5fcoarsener_4644',['m_coarsener',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a9b8d6ebdbbee5e3598e124559305839a',1,'amrex::FabArrayBase::FPinfo']]], + ['m_5fcoarsening_5fstrategy_4645',['m_coarsening_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4d1bfea4dae502fae40e6b71fd4deae',1,'amrex::MLNodeLinOp']]], + ['m_5fcoarsenratio_4646',['m_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#af6babb4d2ad6f229b06a29b5f9d28814',1,'amrex::BATransformer::BATOp']]], + ['m_5fcode_5farray_4647',['m_code_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc6fa317f2580d5b4eaf5e7e156694e8',1,'amrex::NeighborParticleContainer']]], + ['m_5fcode_5foffsets_4648',['m_code_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc56d3fa06a368656ba30775e6af57d5',1,'amrex::NeighborParticleContainer']]], + ['m_5fcolor_4649',['m_color',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a0e84c360250692ebc2e6585a33e47d41',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fcomm_4650',['m_comm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8b000ab4b491f860c3b4ff0c27810e0e',1,'amrex::ParallelDescriptor::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a53343f77d0925c7567465f6d07bfa012',1,'amrex::HypreSolver::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a07f28528e66771da54579a9419cff957',1,'amrex::HypreIJIface::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68db14178387b9922308640c010e6518',1,'hacc::Distribution::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aacab4da9034ef08e23a12cf30d78c8ad',1,'amrex::HypreMLABecLap::m_comm()']]], + ['m_5fconnectivity_4651',['m_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aaa06cb6a74aa4b0f59ba1a5108665870',1,'amrex::EBToPVD']]], + ['m_5fconst_5farrays_4652',['m_const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< TagBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< IArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< FArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::Mask >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::CutFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'amrex::FabArray::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::EBCellFlagFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< PetscInt > >::m_const_arrays()']]], + ['m_5fconst_5fbeta_4653',['m_const_beta',['../classHydro_1_1MacProjector.html#a7ffa950abcbead8a179c886455fa70fb',1,'Hydro::MacProjector']]], + ['m_5fconst_5fsigma_4654',['m_const_sigma',['../classHydro_1_1NodalProjector.html#a45a606e57b9c22330d9d97bb231f17f7',1,'Hydro::NodalProjector::m_const_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a48fe991cb1c369e8fd56fda63ff27e43',1,'amrex::MLNodeLaplacian::m_const_sigma()']]], + ['m_5fconstparticle_5ftile_5fdata_4655',['m_constparticle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5df5fad9c993924a97176760e588e175',1,'amrex::ConstSoAParticle']]], + ['m_5fcoordsys_4656',['m_coordsys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a36b8550e47cb00ee090fe7accbcfa025',1,'amrex::PlotFileDataImpl']]], + ['m_5fcos_5fangle_4657',['m_cos_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#ab51c69319d7d35dc43124c3692af67ee',1,'amrex::EB2::RotationIF']]], + ['m_5fcount_4658',['m_count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#ac90fb768114ea1322dd367d59c515c31',1,'amrex::ParmParse::PP_entry']]], + ['m_5fcounts_4659',['m_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'amrex::DenseBins::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< ParticleType >::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< typename amrex::ParticleTileData >::m_counts()']]], + ['m_5fcountvec_4660',['m_countvec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae1be4beb27cb3b3667cc36fdc6448415',1,'amrex::OpenBCSolver']]], + ['m_5fcovered_5fgrids_4661',['m_covered_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a39105c6d6e0fe32960a0fb90ecfd7db3',1,'amrex::EB2::Level']]], + ['m_5fcpc_5fstats_4662',['m_CPC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acf463c256f5ac08e3c6c71666a682308',1,'amrex::FabArrayBase']]], + ['m_5fcross_4663',['m_cross',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a5dabbd852ff0a3516c1d7b2b40496773',1,'amrex::FabArrayBase::FB']]], + ['m_5fcrse_5fcor_5fbr_4664',['m_crse_cor_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a892cce2e429f77cee7360f2859ceda4d',1,'amrex::MLCellLinOpT']]], + ['m_5fcrse_5fdata_4665',['m_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a74b021a20514364f11e7f743cea7c0b4',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5ffab_5fflag_4666',['m_crse_fab_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a1bc7ad69316f063b0e10812ff7f06705',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5fface_5fba_4667',['m_crse_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a8bfe583f3e39b9b5130c1644c7af9a15',1,'amrex::InterpFaceRegister']]], + ['m_5fcrse_5fflag_4668',['m_crse_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5a0318376def0681f878a9628db75930',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5fgeom_4669',['m_crse_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a6cf33cc04f1dd5084d2bc1153f5952cc',1,'amrex::EdgeFluxRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a66aef4e531d59c7454a73e0b3c44cac5',1,'amrex::InterpFaceRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7563f9f354215d32467cc8b6f3e83ad3',1,'amrex::YAFluxRegisterT::m_crse_geom()']]], + ['m_5fcrse_5fgrown_5ffaces_5fphi_4670',['m_crse_grown_faces_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a25518d5cabb1d9332b6f8fb812d872cf',1,'amrex::OpenBCSolver']]], + ['m_5fcrse_5fmasks_4671',['m_crse_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ec5d013b8c958a21fa9db1db5b613a9',1,'amrex::HypreMLABecLap']]], + ['m_5fcrse_5fratio_4672',['m_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#afb3c670e0176df666a804c831a941f89',1,'amrex::BATbndryReg::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acaf5d98499e6ecc09cac5fe8a027a759',1,'amrex::BATcoarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a596d52f9079ac3303ea362ba657f8bf0',1,'amrex::BATindexType_coarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#abe82c8b83c190d9388ff8cb1f2f41cc1',1,'amrex::FabArrayBase::FB::m_crse_ratio()']]], + ['m_5fcrse_5fsol_5fbr_4673',['m_crse_sol_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#adf51879b81fbd24f9ccb7b9f0142d63b',1,'amrex::MLCellLinOpT']]], + ['m_5fcurrent_4674',['m_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a84175ad1f780ae9de83dc5f4c71b67e0',1,'amrex::BoxIterator']]], + ['m_5fcurrently_5fallocated_4675',['m_currently_allocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a697d3803d72aec0fda55351e1efede2c',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fcutcellmask_4676',['m_cutcellmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a319997acfc8739b7d32879751198026b',1,'amrex::EBDataCollection::m_cutcellmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a19f4bfc4f5fd05b24a2ad32e4247f07f',1,'amrex::EB2::Level::m_cutcellmask()']]], + ['m_5fcvol_4677',['m_cvol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a58d0c8eb8bdaf808e5462cfa75b76b3f',1,'amrex::YAFluxRegisterT']]], + ['m_5fd_4678',['m_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aa381914659691d811714d279f927972f',1,'hacc::Distribution']]], + ['m_5fdallocator_4679',['m_dallocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae08344e2c33c31605edbc0b4635c8730',1,'amrex::detail::SingleChunkArena::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< TagBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< IArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< FArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::Mask >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::EBCellFlagFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::CutFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'amrex::FabArray::m_dallocator()']]], + ['m_5fdata_4680',['m_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa4b53535c25e645281539b7b5b4f9194',1,'amrex::ArrayOfStructs::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< index_type >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::NeighborCode >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::openbc::MomTag >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::STLtools::Triangle >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::XDim3 >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'amrex::LayoutData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int *, DefaultAllocator< int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< std::size_t >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< unsigned int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a17dc6a44a8a7ebeda4dd4bf436d64934',1,'amrex::Stack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::BoxND >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aa09937d7246ba1774e216bf9c1367332',1,'amrex::IParser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< BCTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< RealTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< GFab >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< HYPRE_Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'amrex::PODVector::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6567dd1e12cfdc62c93db6fe6e2bc0de',1,'amrex::ParticleCommData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac6fd95b2e7f736db5408bbdc3e44cbe4',1,'amrex::ParticleArrayAccessor::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a0b11b0f597e0de5ea793492eaef23cd1',1,'amrex::ParticleArray::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a24953b8ef5ef372c2ca196d8592053e1',1,'amrex::Parser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa57d6c13b3ffbf9dcc2bf1d3c3496852',1,'amrex::MultiCutFab::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< RealTuple >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< PetscInt >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< int >::m_data()']]], + ['m_5fdebug_4681',['m_debug',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a73a703d4fdc79e256d197275f2cd7695',1,'hacc::Distribution']]], + ['m_5fdefault_5fcomm_4682',['m_default_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'amrex::MLLinOpT::m_default_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'MLLinOpT< Array< MultiFab, 3 > >::m_default_comm()']]], + ['m_5fdefined_4683',['m_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'amrex::AmrParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a27f4405dacee92bf69d837b35ca6d238',1,'amrex::StructOfArrays::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad4a6e09ba4f2ef496ba35c3dac4c19b4',1,'amrex::ParticleTile::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afbbaa0b45b68de1153c75f8243697230',1,'amrex::ParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1c152f39fdeb4881636df629cc0d8077',1,'amrex::BndryDataT::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#add127c532a232ec6ffde039f284dcf98',1,'amrex::ParticleBufferMap::m_defined()']]], + ['m_5fderefine_4684',['m_derefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#acc1197fd9bb49e9d8e48d719e22260d6',1,'amrex::AMRErrorTagInfo']]], + ['m_5fdevice_5fboxes_4685',['m_device_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aaefcc3f59ad58621ab499425634fc0bb',1,'amrex::ParticleLocator']]], + ['m_5fdevice_5fexecutor_4686',['m_device_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a95c3dd2ed3fc298cef334c1b2cae7df7',1,'amrex::IParser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad7b795cb104ac74095c7bbd71745e111',1,'amrex::Parser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a47e58b2ffa31fa7664608518e4887c5e',1,'amrex::IParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'amrex::ParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'ParserExecutor< 3 >::m_device_executor()']]], + ['m_5fdevice_5ftuple_4687',['m_device_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#acdd88eae26f790899fa6d061102875d0',1,'amrex::ReduceData']]], + ['m_5fdir_4688',['m_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a2e57f52a7f9f0b9b64c98c2c0cb48fed',1,'amrex::EB2::RotationIF']]], + ['m_5fdirection_4689',['m_direction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7dd72f5ab847bff174c67eff2c1b00e5',1,'amrex::EB2::CylinderIF::m_direction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#adaed3ae1e902f8f656e39c2a58de8b11',1,'amrex::EB2::ExtrusionIF::m_direction()']]], + ['m_5fdirichlet_5fmask_4690',['m_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaa52abefe4405ee59158a27c112ccfa9',1,'amrex::MLNodeLinOp']]], + ['m_5fdivu_4691',['m_divu',['../classHydro_1_1MacProjector.html#a2b555b21f073b3d4915cfad5deabaf40',1,'Hydro::MacProjector']]], + ['m_5fdivu_5floc_4692',['m_divu_loc',['../classHydro_1_1MacProjector.html#a08e97fb6ec143c846c7ac02969377823',1,'Hydro::MacProjector']]], + ['m_5fdm_4693',['m_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a5312b848b9647e4f204768a4d5ee5df7',1,'amrex::MPMD::Copier::m_dm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a990b67e8bf90b3e0a7c137bb67eee236',1,'amrex::ParticleBufferMap::m_dm()']]], + ['m_5fdm_5fall_4694',['m_dm_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a40d019b887fcf68ab02864765f88643e',1,'amrex::OpenBCSolver']]], + ['m_5fdm_5fid_4695',['m_dm_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ad4cad04286d0ad719cfe6125b146932e',1,'amrex::FabArrayBase::BDKey']]], + ['m_5fdmap_4696',['m_dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac64ebd19d0afad8663e01819448c4760',1,'amrex::AmrParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#adbc41185b004eb0fbb4db236ee599d8c',1,'amrex::HypreSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ad8da3b86620279f872f604f11e603bbc',1,'amrex::EB2::Level::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'amrex::MLLinOpT::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa8a7ddd4f65f8f43b9df11669e7720cf',1,'amrex::OpenBCSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad4ddadbe875a0706319f20b55cbc42fd',1,'amrex::ParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ad8e368b2324d6b210aca23e3d01e7dfa',1,'amrex::PlotFileDataImpl::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a521405f480fb9aade08961ffa6198870',1,'amrex::HypreMLABecLap::m_dmap()']]], + ['m_5fdo_5fagglomeration_4697',['m_do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'amrex::MLLinOpT::m_do_agglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_agglomeration()']]], + ['m_5fdo_5fconsolidation_4698',['m_do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_consolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'amrex::MLLinOpT::m_do_consolidation()']]], + ['m_5fdo_5fprofiling_4699',['m_do_profiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a95e91e069e1ea8873693839d0bbc72e7',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fdo_5fsemicoarsening_4700',['m_do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'amrex::MLLinOpT::m_do_semicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_semicoarsening()']]], + ['m_5fdo_5fteam_5freduce_4701',['m_do_team_reduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5de8f1503fd9c3d7fac5aad2558a3a8b',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fdoihi_4702',['m_doihi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ad8ea19edcbf549f67753ecdcd6a2f32e',1,'amrex::BATbndryReg']]], + ['m_5fdoilo_4703',['m_doilo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae3b0deb00e514295c1a38e8a1cd20506',1,'amrex::BATbndryReg']]], + ['m_5fdomain_4704',['m_domain',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a321c610c520a56ef865cc89c0f54211b',1,'FilterVirt::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a96b0b266cd719c5598d83907aaebf43a',1,'amrex::FabArrayBase::RB90::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a68398d2292a320dfdb73768136091c68',1,'amrex::FabArrayBase::RB180::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a4728c08d238e8a553b30e672643776a2',1,'amrex::FabArrayBase::PolarB::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a92801c71e56e5fdb7873f8f4af0542ac',1,'amrex::EB2::IndexSpaceSTL::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af511909db1c4395396f3d31565acc81d',1,'amrex::EB2::IndexSpaceChkptFile::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'amrex::AssignGrid::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a961c595a3d22b06da38b244becb9f3e3',1,'amrex::EB2::IndexSpaceImp::m_domain()']]], + ['m_5fdomain_5fbloc_5fhi_4705',['m_domain_bloc_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'amrex::MLLinOpT::m_domain_bloc_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_hi()']]], + ['m_5fdomain_5fbloc_5flo_4706',['m_domain_bloc_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'amrex::MLLinOpT::m_domain_bloc_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_lo()']]], + ['m_5fdomain_5fcovered_4707',['m_domain_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'amrex::MLLinOpT::m_domain_covered()']]], + ['m_5fdone_5fcond_4708',['m_done_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#adbb640d4685fec31cf46171b7833a059',1,'amrex::BackgroundThread']]], + ['m_5fdotmask_4709',['m_dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5e1b51f776e54426d9a92e0101b75066',1,'amrex::MLCurlCurl']]], + ['m_5fdp_4710',['m_dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ad1cd3540aa647e1a370450d70fac6176',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fdp_5farrays_4711',['m_dp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< TagBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< IArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< FArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::Mask >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::CutFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'amrex::FabArray::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::EBCellFlagFab >::m_dp_arrays()']]], + ['m_5fdpdn_4712',['m_dpdn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae7fada71ee96535887f907f28e17246c',1,'amrex::OpenBCSolver']]], + ['m_5fdptr_4713',['m_dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afdf4938ce386a4308e372944a4b5a394',1,'amrex::TableData']]], + ['m_5fdst_5findices_4714',['m_dst_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7d3018f1b395f2aebb3caa3acb43be9a',1,'amrex::ParticleCopyPlan']]], + ['m_5fdstba_4715',['m_dstba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a5f390136bc410e6524afb0c7605d01ae',1,'amrex::FabArrayBase::CPC']]], + ['m_5fdstbdk_4716',['m_dstbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f4d274d86da7bb18bb64c7f4a32d0b2',1,'amrex::FabArrayBase::CPC::m_dstbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae69c1f14ad7fca5c0c13a230a1e25b0f',1,'amrex::FabArrayBase::FPinfo::m_dstbdk()']]], + ['m_5fdstdomain_4717',['m_dstdomain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#abfa42f6ff0a76a93b60101c098a38891',1,'amrex::FabArrayBase::FPinfo']]], + ['m_5fdstng_4718',['m_dstng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aee160ab238c25e6538964c9ca2ce1e1c',1,'amrex::FabArrayBase::CPC::m_dstng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae2df1732b4308e11bd499e945c34c75f',1,'amrex::FabArrayBase::FPinfo::m_dstng()']]], + ['m_5fdt_5fcoarse_4719',['m_dt_coarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aeef4e08d1768a02cae4c25c4c5cfd1d5',1,'amrex::FillPatcher']]], + ['m_5fdummy_5fmf_4720',['m_dummy_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb9b347bff9efa17831af4b1c5cb846a',1,'amrex::ParticleContainerBase']]], + ['m_5fdxi_4721',['m_dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'amrex::AssignGrid::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1fc799a241e146a74f383e58b291f188',1,'FilterVirt::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_dxi()']]], + ['m_5fdxi_5fp_4722',['m_dxi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#af1f0a8c52e0ba9142abfcdba68c4562e',1,'amrex::BinMapper']]], + ['m_5fe_5fcrse_4723',['m_E_crse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3f1e0f4027765309bbc93b8110a040a0',1,'amrex::EdgeFluxRegister']]], + ['m_5fe_5ffine_4724',['m_E_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#abd26799d7889db8005b39a33cf1065ad',1,'amrex::EdgeFluxRegister']]], + ['m_5feb_5fb_5fcoeffs_4725',['m_eb_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8f0e80c22cb3ef511cf2dc5b8b5fcd77',1,'amrex::HypreABecLap3::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1644cbea6bac7ad1b9ae4a039cf96cc4',1,'amrex::MLEBABecLap::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac1cb0994a1680b55eb88828ca3e2f53f',1,'amrex::PETScABecLap::m_eb_b_coeffs()']]], + ['m_5feb_5findex_5fspace_4726',['m_eb_index_space',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a8c7a1666b20fe8bfad0377ce4fa278d8',1,'amrex::FillPatcher']]], + ['m_5feb_5fkappa_4727',['m_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa52b74715e6fd800ad391684b5a2321b',1,'amrex::MLEBTensorOp']]], + ['m_5feb_5fphi_4728',['m_eb_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a25296274131127e2be522bd86b57be2c',1,'amrex::MLEBABecLap']]], + ['m_5febcellflag_4729',['m_ebcellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#adb16573267dc8b4b6dca43cc2f4d23d9',1,'amrex::EBFArrayBox']]], + ['m_5febdc_4730',['m_ebdc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0495e6651f6bc2531a88c903354da409',1,'amrex::EBFArrayBoxFactory']]], + ['m_5fedgecent_4731',['m_edgecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a32f7036b775769c3f0c6957b499fe169',1,'amrex::EBDataCollection::m_edgecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a58881e32864c4c8dedf033f9364438ee',1,'amrex::EB2::Level::m_edgecent()']]], + ['m_5fedgecent_5fname_4732',['m_edgecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a64add9870404f75ec1b9f586d1fc04c6',1,'amrex::EB2::ChkptFile']]], + ['m_5fedges_4733',['m_edges',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#ac91b64f531bb3c5cf456af74b4000dd8',1,'amrex::EB2::Vertex']]], + ['m_5fepo_4734',['m_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aa8992473f3d960f9f118c57122a349ea',1,'amrex::FabArrayBase::FB']]], + ['m_5fetype_4735',['m_etype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ae73e6c0e2000bd5397e42f8fd8e42cba',1,'amrex::MLCurlCurl']]], + ['m_5fexe_5fsize_4736',['m_exe_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a1c4d044550c8a47002f221aeead2c6a4',1,'amrex::IParser::Data::m_exe_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a952263602baabb188b5f915266b95dc0',1,'amrex::Parser::Data::m_exe_size()']]], + ['m_5fexpression_4737',['m_expression',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad236fd077460097e96f55779fc18350b',1,'amrex::IParser::Data::m_expression()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac4c2abe9d502dbbdbebf5a60af138db5',1,'amrex::Parser::Data::m_expression()']]], + ['m_5fextend_5fdomain_5fface_4738',['m_extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9f74df8f16a93bd17f000fc12040400c',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fextrap_4739',['m_extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a4316157b8036d764b2c4eab037fc03f3',1,'amrex::StateDescriptor']]], + ['m_5ff_4740',['m_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a092e125d17bca6eaf36ce5f6a1228ab9',1,'amrex::EB2::ScaleIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a00d2c22c6ba65bc4fdf65e95bd081799',1,'amrex::EB2::TranslationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#abdaf7ef0894bbc027482f233e7fadf74',1,'amrex::EB2::RotationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa7438c9a59f4d903792ac05b8a9f796e',1,'amrex::PhysBCFunct::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afdb3f4220acfb2353d91feed84482169',1,'amrex::EB2::GeometryShop::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#ad55c726742be3e692c9a65b4c8c6b6e8',1,'amrex::EB2::ExtrusionIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0258d3b856f873ca8b5d4e6452d49605',1,'amrex::EB2::ComplementIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#ac25ccdc405c9a5dc9e22c69b172fa459',1,'amrex::EB2::DifferenceIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a4673532f2e2842aec58a63be5b8b32ac',1,'amrex::EB2::LatheIF::m_f()']]], + ['m_5ff2c_5fbno_4741',['m_f2c_bno',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab144aa971543222c30856319a467ea10',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fcell_4742',['m_f2c_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7bf5b67f6ea086cafa52c0ffe2782b4f',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fnentries_4743',['m_f2c_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab4ebe994485ed9535fe0159f5ae2fca5',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5foffset_4744',['m_f2c_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a8938d44cca92d62b2df5e43c18bdb7d0',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fvalues_4745',['m_f2c_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a59c610afea3fd46adedf738506caaa8c',1,'amrex::HypreMLABecLap']]], + ['m_5ffa_4746',['m_fa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae0aa4364654842ee9aaba3d573fb6b01',1,'amrex::MFIter::m_fa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a30aad956b0f19c6b897f697915ebf80e',1,'amrex::MultiMask::m_fa()']]], + ['m_5ffa_5fstats_4747',['m_FA_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aef73f8365f2afd099a2293d8f94c7b3e',1,'amrex::FabArrayBase']]], + ['m_5ffabindex_4748',['m_fabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a921b8bd490efd188a603512f830b2697',1,'amrex::FillBoxId']]], + ['m_5ffabs_4749',['m_fabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ab816646d06cbb8bde38ec73d3cad1303',1,'amrex::FillPatchIterator']]], + ['m_5ffabs_5fv_4750',['m_fabs_v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< TagBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< IArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< FArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::Mask >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::EBCellFlagFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< PetscInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'amrex::FabArray::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::CutFab >::m_fabs_v()']]], + ['m_5fface_4751',['m_face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a742f179bd6167bd80a9f9aa9e561bb41',1,'amrex::BATbndryReg::m_face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#ada71160c3d64cb7978bff2cbd0ef851f',1,'amrex::EB2::Edge::m_face()']]], + ['m_5fface_5fmask_4752',['m_face_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac7a90d8875f7129236cd11202764022b',1,'amrex::InterpFaceRegister']]], + ['m_5ffacecent_4753',['m_facecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a214bc0754b038960bcc1f574a448671d',1,'amrex::EBDataCollection::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#a0229df77d862af6df91705d19b2264e6',1,'amrex::EB2::Face::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e965cf11727327d842176406b65ac14',1,'amrex::EB2::Level::m_facecent()']]], + ['m_5ffacecent_5fname_4754',['m_facecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a26703073797142fac2081e575a17a8be',1,'amrex::EB2::ChkptFile']]], + ['m_5ffacetype_4755',['m_facetype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af4864d4b179756bbd81ac48e98f640c9',1,'amrex::EB2::GFab']]], + ['m_5ffactory_4756',['m_factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac29954add581987ecf4948fb9090b2d6',1,'amrex::StateData::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3f86af74db89e2febf97b8c9d2ae3310',1,'amrex::PETScABecLap::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'amrex::MLLinOpT::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a88d3049d660b7e0a5fca3002d5b78916',1,'amrex::Hypre::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< TagBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< IArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::EBCellFlagFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< FArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::CutFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< PetscInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'amrex::FabArray::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aeaf68dbc1a5bddd5bacfa81efe966e0c',1,'amrex::EBFArrayBox::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a948320fb29597814dca7906e314a2c13',1,'amrex::AmrLevel::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::Mask >::m_factory()']]], + ['m_5ffafabname_4757',['m_fafabname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3e29beee8db471f8b5cca2c5ab03e1c8',1,'amrex::VisMF']]], + ['m_5ffamax_4758',['m_famax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7f2c6b837b0a29af54ae8280eb42c8c9',1,'amrex::VisMF::Header']]], + ['m_5ffamin_4759',['m_famin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#afaf3496aa1e0bce82336411d0ee67fb6',1,'amrex::VisMF::Header']]], + ['m_5ffba_4760',['m_fba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28f56421d7e9e3da3f3c69396316c3ba',1,'amrex::FillPatcher']]], + ['m_5ffbc_5fstats_4761',['m_FBC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f3f2c05af6fbc9a1e5c59e03133505d',1,'amrex::FabArrayBase']]], + ['m_5ffbid_4762',['m_fbid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a2df3ae174e52a21bb158cde96f9498a4',1,'amrex::FillPatchIteratorHelper']]], + ['m_5ffbox_4763',['m_fbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a6c671b8216fcac05344ff477ff2eae56',1,'amrex::FillPatchIteratorHelper']]], + ['m_5ffdm_4764',['m_fdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad106fffa846cdb025aee4f0f8e43c582',1,'amrex::FillPatcher']]], + ['m_5ffgeom_4765',['m_fgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a1c66886bf7f6b6444729cb8a783a900d',1,'amrex::FillPatcher']]], + ['m_5ffield_4766',['m_field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a943620be7e3ff54ee46cba11ffb6c736',1,'amrex::AMRErrorTag']]], + ['m_5ffile_5fprefix_4767',['m_file_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6889a9051d04a921daa1893fd1df1c37',1,'amrex::HypreIJIface']]], + ['m_5ffile_5fversion_4768',['m_file_version',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7e2188ea0d115389a8342cc5cee7b100',1,'amrex::PlotFileDataImpl']]], + ['m_5ffill_4769',['m_fill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#afda7b7a617ea00f5bee3cbda41b44ded',1,'amrex::IOFormatSaver']]], + ['m_5ffillbox_4770',['m_fillBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a7d275a6afa458505374be6f2a948650c',1,'amrex::FillBoxId']]], + ['m_5ffillboxid_4771',['m_fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a98084d56b91ca675332117abc681ebc0',1,'amrex::FillBoxId']]], + ['m_5ffillpatcher_4772',['m_fillpatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a28bc1fbc65e6522419abb88ac1fa8706',1,'amrex::AmrLevel']]], + ['m_5ffinal_5fres_5fnorm_4773',['m_final_res_norm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5fe7d6d6cfec12f507d8fd18600af477',1,'amrex::HypreIJIface']]], + ['m_5ffinal_5fresnorm0_4774',['m_final_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4c8f06d157691aac2a25008ab4d7726f',1,'amrex::MLMGT']]], + ['m_5ffinalizing_4775',['m_finalizing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3011c472d16bad3f2fb7f8749dfb31f4',1,'amrex::BackgroundThread']]], + ['m_5ffine_5fba_4776',['m_fine_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ae7ed7c0d540fff5e91fa3dfd1f824f48',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fbdk_4777',['m_fine_bdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac64d8105ecb149bb9cbabab98f735a3b',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5ffine_5fdm_4778',['m_fine_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a46c573f2892ec197ccd6f97d030b2fe4',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fdomain_4779',['m_fine_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a04b0170ff933582c58896546296f6607',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5ffine_5fface_5fba_4780',['m_fine_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac51cac354d04dd9b8c7a93f4838966c9',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fgeom_4781',['m_fine_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ad5422062aa267d4ec336630342c1b9d6',1,'amrex::EdgeFluxRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a7e826c1081b933f4911d83a776e9aeef',1,'amrex::InterpFaceRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3597f5caa96ed6c401d35158a5228fa7',1,'amrex::YAFluxRegisterT::m_fine_geom()']]], + ['m_5ffine_5fgrids_4782',['m_fine_grids',['../classHydro_1_1NodalProjector.html#a3213fc8fbc2d1dc54cd3d15d9e33fecb',1,'Hydro::NodalProjector']]], + ['m_5ffine_5flevel_4783',['m_fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a775a265fd7aa131bd5c7c3f4cef282ed',1,'amrex::YAFluxRegisterT']]], + ['m_5ffine_5fmask_4784',['m_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a46ce26a00431e6e7e5e15f89a73ba61e',1,'amrex::EdgeFluxRegister']]], + ['m_5ffine_5fmasks_4785',['m_fine_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af22af9473b24ca2b90cc6f930f7ab7df',1,'amrex::HypreMLABecLap']]], + ['m_5ffinest_5flevel_4786',['m_finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5bb55222551fb231e12941d2d47c82ee',1,'amrex::PlotFileDataImpl']]], + ['m_5ffinished_4787',['m_finished',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#af157f73a152b86a9b3205859e2601b51',1,'amrex::ParallelDescriptor::Message']]], + ['m_5ffixupcorners_4788',['m_FixUpCorners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a629f8512e45e8f0109a740bfcb7ae412',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fflags_4789',['m_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a6043b6d17b152ee3fef31bae756e872e',1,'amrex::IOFormatSaver']]], + ['m_5ffluxes_4790',['m_fluxes',['../classHydro_1_1MacProjector.html#a4ec68b2f930745533de00196aee51de7',1,'Hydro::MacProjector::m_fluxes()'],['../classHydro_1_1NodalProjector.html#aa2b49029c2c91cb8a855d67d0a7d8606',1,'Hydro::NodalProjector::m_fluxes()']]], + ['m_5ffluxreg_4791',['m_fluxreg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a22cdf5d6b191ab3c883b7167e9f94ebe',1,'amrex::MLCellLinOpT']]], + ['m_5ffn_5fvalue_4792',['m_fn_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae683e1c583e7cf07816bca2d45bb3044',1,'amrex::ReduceData']]], + ['m_5ffo_4793',['m_fo',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a3020f33374f95baa64a0af466a4b9db1',1,'hacc::Dfft']]], + ['m_5ffod_4794',['m_fod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad91e0c829d8420c6f1d3b101d36a4016',1,'amrex::VisMF::Header']]], + ['m_5ffpinfo_5fstats_4795',['m_FPinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a34cc63703ab4e2492a4444199def31d2',1,'amrex::FabArrayBase']]], + ['m_5ffree_4796',['m_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#add916ed06ebf8c1ae3ada3caad5a6f08',1,'amrex::detail::SingleChunkArena']]], + ['m_5ffreelist_4797',['m_freelist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a000d9e231672c9a28a72a05abec379fb',1,'amrex::CArena']]], + ['m_5ffs_4798',['m_fs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a43c352e2981c86e984b42199334339a9',1,'hacc::Dfft']]], + ['m_5ffunc_4799',['m_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3e10daec10c4fe4ffb4c4dfc44191fae',1,'amrex::ErrorRec::ErrorFunc2::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a696ccaf269d8a90f242321b54dd2d4d0',1,'amrex::ErrorRec::ErrorFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae3ab9a1a654b93b76375ce4cb1ff2e7e',1,'amrex::StateDescriptor::BndryFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab67b8bb7e25e2ed11cc2232a777835fd',1,'amrex::BackgroundThread::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#aa524711b285ac936d623cc027ae2897c',1,'amrex::BndryFuncArray::m_func()']]], + ['m_5ffunc3d_4800',['m_func3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#aee3952d72b0935f8b2cbdfbb92ca719b',1,'amrex::StateDescriptor::BndryFunc::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a950db9de3de37eb8a46c1a6aafd8f797',1,'amrex::BndryFuncArray::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a598f453d141e3c4a494e3e66d0f6aa37',1,'amrex::ErrorRec::ErrorFunc::m_func3D()']]], + ['m_5ffuncfab_4801',['m_funcfab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac36632ed67ea0632dcdc421076491ba3',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5ffuncs_4802',['m_funcs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'amrex::AmrAssignGrid::m_funcs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_funcs()']]], + ['m_5fg_4803',['m_g',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a85e4793cd4318ff7f3f91116853a1c87',1,'amrex::EB2::DifferenceIF']]], + ['m_5fgdb_4804',['m_gdb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2821fc52ed661ccd9e9d821b81476fff',1,'amrex::ParticleContainerBase']]], + ['m_5fgdb_5fobject_4805',['m_gdb_object',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7faac754ff05cf1b841bfe49dad579ba',1,'amrex::ParticleContainerBase']]], + ['m_5fgeom_4806',['m_geom',['../classHydro_1_1NodalProjector.html#aa081412b94f4342fd653a7cb92d0a59b',1,'Hydro::NodalProjector::m_geom()'],['../classHydro_1_1MacProjector.html#a5e38ecf0019b49e1953cae988b87b0f1',1,'Hydro::MacProjector::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa6747659911e4c8cbc65903a9a9f1632',1,'amrex::PhysBCFunct::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a55b814bac069d35c1202b6734035492f',1,'amrex::ParticleLocator::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#aa9edba29f53ceff7a4fcfb3c05e555ea',1,'amrex::ParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a1d6c905d586d04d63a33985d4a919ce2',1,'amrex::OpenBCSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'MLLinOpT< Array< MultiFab, 3 > >::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a67b71508a8ce8db6d5ab58b35d00beab',1,'amrex::EB2::IndexSpaceImp::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'amrex::MLLinOpT::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a60957b371c1e6c775ebb2e18bbbc2c99',1,'amrex::EB2::IndexSpaceSTL::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a723c404098736351072f4a99daf9bddb',1,'amrex::AMReX::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa01e7a859a8d2072ea34ac2a6ac8a886',1,'amrex::AmrParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a4e9d5ca2618309d4445ac8fa75fafc1f',1,'amrex::EBDataCollection::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0dece5de11da52cba439675d6f632976',1,'amrex::EBFArrayBoxFactory::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa6642b5952fc1a28a72c7fbed7a5a540',1,'amrex::HypreMLABecLap::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a20ebfa3f1563d8e3f8e1dcea53380a01',1,'amrex::HypreSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aabcbca6230081fe9f8e03c7b16a06f01',1,'amrex::EB2::IndexSpaceChkptFile::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a41f3157550d8422c88471518b5ede26c',1,'amrex::EB2::Level::m_geom()']]], + ['m_5fgeom_5fall_4807',['m_geom_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ad29033cba507834586f9f24eef2fbf',1,'amrex::OpenBCSolver']]], + ['m_5fget_5fbucket_4808',['m_get_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a7fed473672f976de3014a8116df479f4',1,'amrex::GetSendBufferOffset']]], + ['m_5fget_5fpid_4809',['m_get_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6a63716df57946f90594a5a756582a77',1,'amrex::GetSendBufferOffset']]], + ['m_5fgfunc_4810',['m_gfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0518667e9de9aca8293b5a3db32d985e',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5fgfunc3d_4811',['m_gfunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a756e4a4dbfc69f7f7f7125762f76d417',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5fgid_4812',['m_gid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#af61839b65ba1beba4a4fc7cb17f687be',1,'AssignGridFilter']]], + ['m_5fglobal_5fid_4813',['m_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab6a49cdaf1b77ee27cbace82f6051bd8',1,'amrex::HypreSolver']]], + ['m_5fglobal_5fid_5fvec_4814',['m_global_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a2bb4aceb3d3328636d465c9e548946a2',1,'amrex::HypreSolver']]], + ['m_5fgmres_4815',['m_gmres',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a32ef8424897f89206ea72f7f3affbdd0',1,'amrex::GMRESMLMGT']]], + ['m_5fgraph_4816',['m_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a8f4dcb82f15a4fb7213375849bd135bd',1,'amrex::EB2::GFab']]], + ['m_5fgrid_4817',['m_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a2b4f1e35053c6eff621312f08820c58f',1,'amrex::ParticleCommData::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a3da49389826f1bbe7fcc5082d1e641a7',1,'amrex::EBToPVD::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a37fd4172114d4ae282243c03c4dcd7db',1,'amrex::ParticleLocData::m_grid()']]], + ['m_5fgrid_5fassignors_4818',['m_grid_assignors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'amrex::AmrParticleLocator::m_grid_assignors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_grid_assignors()']]], + ['m_5fgrid_5fmap_4819',['m_grid_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aafab3c8c1565c5457b08400f0c7984',1,'amrex::NeighborParticleContainer']]], + ['m_5fgridbox_4820',['m_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad76df9c28985f6f2702043b28fa56d35',1,'amrex::ParticleLocData']]], + ['m_5fgrids_4821',['m_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'amrex::MLLinOpT::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a036b6904fd09ed914a7b12ebc900034a',1,'amrex::OpenBCSolver::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'MLLinOpT< Array< MultiFab, 3 > >::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a5417de191837a4807397f9dd9acffbc4',1,'amrex::EB2::Level::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad5f189d2a76fa6190a2c636cd1c41fa1',1,'amrex::HypreSolver::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad777b3fad5c1f17ebcd1419f66f3c672',1,'amrex::HypreMLABecLap::m_grids()']]], + ['m_5fgroupsize_4822',['m_groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a507dc54afbf20a888ba1dab3cd62c040',1,'amrex::StateDescriptor']]], + ['m_5fgrown_5fgridbox_4823',['m_grown_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a12ff326b3e7086df34eb217f6e7e7f61',1,'amrex::ParticleLocData']]], + ['m_5fgrowsize_4824',['m_growsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a86e3e6118853e3c7624e46167f7766f7',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fgrs_4825',['m_grs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'amrex::GMRES::m_grs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'GMRES< MF, GMRESMLMGT< MF > >::m_grs()']]], + ['m_5fgshop_4826',['m_gshop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a7a8604de6a8c669b0b0f2801226fb4e6',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fgslevel_4827',['m_gslevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a472b17e9e1003aa3003cc26d234bc926',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fh_5fruntime_5fi_5fcptrs_4828',['m_h_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9f66d16240dd600998ef45e05274d7c7',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fi_5fptrs_4829',['m_h_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3436758dffeaf35f5a789cc3044b4fc2',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fr_5fcptrs_4830',['m_h_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a320930fbc7b1e5ee8788ae1fa458c3da',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fr_5fptrs_4831',['m_h_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a84686ee6d52c6077a3007ccc355c70bc',1,'amrex::ParticleTile']]], + ['m_5fhas_5falpha_4832',['m_has_alpha',['../classHydro_1_1NodalProjector.html#a8c1b5e9dea7181fc3da013765e883a2f',1,'Hydro::NodalProjector']]], + ['m_5fhas_5fcf_4833',['m_has_cf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a10ff3c540a6210b65bce49aaa68d7583',1,'amrex::EdgeFluxRegister']]], + ['m_5fhas_5feb_5finfo_4834',['m_has_eb_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8ca77bd2758bddbc9d71e12a1c317418',1,'amrex::EB2::Level']]], + ['m_5fhas_5feb_5fkappa_4835',['m_has_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aed368e6d9fa6a5cb5b193e4368d39cb7',1,'amrex::MLEBTensorOp']]], + ['m_5fhas_5ffine_5fbndry_4836',['m_has_fine_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a73246b9e7679b93591f2093a857c3',1,'amrex::MLNodeLinOp']]], + ['m_5fhas_5fgeom_4837',['m_has_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2cb84092989356fad230a48fe44a4f58',1,'amrex::AmrParGDB']]], + ['m_5fhas_5fkappa_4838',['m_has_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ac24f61712e93b25ebcd55639f30ce2',1,'amrex::MLEBTensorOp::m_has_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a0aebce2114e6c519b7648b87daceeb11',1,'amrex::MLTensorOp::m_has_kappa()']]], + ['m_5fhas_5fmetric_5fterm_4839',['m_has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ada8bf2b1964f2023282e23ac54a948f4',1,'amrex::MLCellLinOpT']]], + ['m_5fhas_5fneighbors_4840',['m_has_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a027a8bd9c7726edd5ab979a6ee716fa8',1,'amrex::NeighborParticleContainer']]], + ['m_5fhas_5fpreconditioner_4841',['m_has_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad68ef3fe7945a74770ed92aadd0508ee',1,'amrex::HypreIJIface']]], + ['m_5fhas_5frhs_4842',['m_has_rhs',['../classHydro_1_1NodalProjector.html#a969ad628117ec1dca9e18c35dee55d9c',1,'Hydro::NodalProjector']]], + ['m_5fhas_5frobin_4843',['m_has_robin',['../classHydro_1_1MacProjector.html#a1c9bd5d33afa53f6aea9988d22007ceb',1,'Hydro::MacProjector']]], + ['m_5fhas_5fsigma_5fmf_4844',['m_has_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af1c4b0f8fc67f356ca5716e94634a6f5',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fhdr_4845',['m_hdr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8b04406fcfdbec77eba187d3ceb9b2dc',1,'amrex::VisMF']]], + ['m_5fhead_4846',['m_head',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a2592709514015ee6c2e68a254a2b5806',1,'amrex::VisMF::FabOnDisk']]], + ['m_5fheight_4847',['m_height',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ac76b57e5f88b041a0369fc7a8c5026f7',1,'amrex::EB2::CylinderIF']]], + ['m_5fhes_4848',['m_hes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'amrex::GMRES::m_hes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes()']]], + ['m_5fhes_5f1d_4849',['m_hes_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'amrex::GMRES::m_hes_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes_1d()']]], + ['m_5fhh_4850',['m_hh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'amrex::GMRES::m_hh()']]], + ['m_5fhh_5f1d_4851',['m_hh_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'amrex::GMRES::m_hh_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh_1d()']]], + ['m_5fhi_4852',['m_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'amrex::AssignGrid::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a13836ae745cdf1ef18c14cc11e386afd',1,'amrex::EB2::BoxIF::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a418711dcd50105d05161524f9137bb5d',1,'amrex::TableData::m_hi()']]], + ['m_5fhi_5fp_4853',['m_hi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a09e1a7b318d980843013d446fe2c5d4f',1,'amrex::BinMapper']]], + ['m_5fhibc_4854',['m_hibc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a22567436af78d852be2635bd9c046735',1,'amrex::HypreMLABecLap::m_hibc()'],['../classHydro_1_1MacProjector.html#aa46ae8feaa2d066dc6fb3fd1a0a1524f',1,'Hydro::MacProjector::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'amrex::MLLinOpT::m_hibc()']]], + ['m_5fhibc_5forig_4855',['m_hibc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'amrex::MLLinOpT::m_hibc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc_orig()']]], + ['m_5fhishft_4856',['m_hishft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae30ce7aef9fb1c29ea4b1a2708ae19eb',1,'amrex::BATbndryReg']]], + ['m_5fhost_5fboxes_4857',['m_host_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a67f017c8270b95e07b622e8c1ed97b6c',1,'amrex::ParticleLocator']]], + ['m_5fhost_5fexecutor_4858',['m_host_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad58fe278866bfbcb5cb3390140b72344',1,'amrex::IParser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad41fcfcb360640fde45500a1580c522a',1,'amrex::Parser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aebb2811410391a0199dce35e55edcafa',1,'amrex::IParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'amrex::ParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'ParserExecutor< 3 >::m_host_executor()']]], + ['m_5fhost_5ftuple_4859',['m_host_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a45d8b95de17a37ca2b1a02df500f2035',1,'amrex::ReduceData']]], + ['m_5fhow_4860',['m_how',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acd1a09adb4489f55771a680dd2cc9d43',1,'amrex::VisMF::Header']]], + ['m_5fhp_4861',['m_hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a61018a635a080b4ef9d94852423668ae',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fhp_5farrays_4862',['m_hp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'amrex::FabArray::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< PetscInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::CutFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::EBCellFlagFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::Mask >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< FArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< IArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< TagBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_hp_arrays()']]], + ['m_5fhunk_4863',['m_hunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7bbf66f41bc3167185236bdcd6fe67a1',1,'amrex::CArena']]], + ['m_5fhypre_5fij_4864',['m_hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3a684b2d3ced4b0194697632ba0f91a8',1,'amrex::HypreSolver']]], + ['m_5fhypre_5fobject_5ftype_4865',['m_hypre_object_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ed51028a078ac94de993687b7411103',1,'amrex::HypreMLABecLap']]], + ['m_5fhypre_5fsolver_5fid_4866',['m_hypre_solver_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#adaa1de14576861c282ef98849361cff2',1,'amrex::HypreMLABecLap']]], + ['m_5fi_4867',['m_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ae3bf13aefa6e07e08445ab681f363296',1,'amrex::BinIterator::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a5e4fbd0434728a17409c80f498acb9af',1,'amrex::Neighbors::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a73f6c5940e933d6a33f935f750fbbcc0',1,'amrex::Gpu::StreamIter::m_i()']]], + ['m_5fid_4868',['m_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a72eda643c9080e17e52e8aea8756cd35',1,'amrex::ParallelContext::Frame']]], + ['m_5fid_5foffset_4869',['m_id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a413ac1a74ee41e809a9db1d4eaca9402',1,'amrex::HypreSolver']]], + ['m_5fidata_4870',['m_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#ac8985bd9a524c39d1ed80cacca044197',1,'amrex::ConstParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a017be53b64346d557da975c2a473a5a3',1,'amrex::StructOfArrays::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'amrex::ParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a2b585340461a43c8bed49aefc535f060',1,'amrex::ParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a9da7d4371d02e10cd184a772ecfaa82a',1,'amrex::ParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a26cc52a679bd8acec80cf5677f109480',1,'amrex::ParticleBase< T, 0, NInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'amrex::ParticleBase::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'amrex::ConstParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a3034f52dc837cdb8c2e04fdd15572955',1,'amrex::ConstParticleIDWrapper::m_idata()']]], + ['m_5fidcpu_4871',['m_idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a62679baf18972e398b3c6f5148fc9087',1,'amrex::StructOfArrays::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'amrex::ParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a51427d204fb68f910c4a707da1ee5d0b',1,'amrex::ParticleBase< T, NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a283940f2680bb7c20e2f82975db086d9',1,'amrex::ParticleBase< T, 0, NInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a0721aeee066f4dce4294ef22a899d6e9',1,'amrex::ParticleBase< T, 0, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'amrex::ConstParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'amrex::ParticleBase::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()']]], + ['m_5filower_4872',['m_ilower',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a9973ebbe0d5b11055141cfc15a1a2cad',1,'amrex::HypreIJIface']]], + ['m_5fimag_4873',['m_imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a50e77be424412b0789610d627520c151',1,'amrex::GpuComplex']]], + ['m_5fimpl_4874',['m_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a120c87042788ba7040ced33bbff0dcf5',1,'amrex::PlotFileData']]], + ['m_5fin_5fsolution_5fmode_4875',['m_in_solution_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a28e2b90709541cf46d64d3d382e6ade7',1,'amrex::MLNodeLinOp']]], + ['m_5finclude_5fperiodic_4876',['m_include_periodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a401ec74087f41577fd64f98dcd2490fc',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5finclude_5fphysbndry_4877',['m_include_physbndry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a9d73e7555d567b02c07dce4555f46499',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5findex_4878',['m_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aabe16c4205ba7567728db00191bdb3e8',1,'amrex::ConstSoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4892e7cb73b23e77466bcbebda4916f1',1,'amrex::SoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ab3d7b85eaaaa3603c37bcbdff9b9790a',1,'amrex::Neighbors::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#afba47c1927bd537e97033eb5f5a6bdab',1,'amrex::BinIterator::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aa73689929eae42431f0f210d8bb28fee',1,'amrex::FillPatchIteratorHelper::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ab5b57f7c904cde9efcc725b982dcfbf3',1,'amrex::Neighbors::const_iterator::m_index()']]], + ['m_5findex_5farray_4879',['m_index_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a89d87a77852f51756c34d02d92cf8656',1,'amrex::DistributionMapping::Ref']]], + ['m_5findex_5ftype_4880',['m_index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf16a10afaa8e55e344ed56680c70c13',1,'amrex::HypreSolver']]], + ['m_5findextype_4881',['m_indexType',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a0658b5293698992c4cc7df2062991b2a',1,'amrex::BATransformer::BATOp']]], + ['m_5findextype_5fcoarsenratio_4882',['m_indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a68ef0cc603c58e0aa79d76ddc1b4c360',1,'amrex::BATransformer::BATOp']]], + ['m_5finfo_4883',['m_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeec6daa6ebe88ef8eaf6491af2f02cd6',1,'amrex::OpenBCSolver::m_info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a501d9971a3346526fae6093d6de95642',1,'amrex::AMRErrorTag::m_info()']]], + ['m_5finit_5fresnorm0_4884',['m_init_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af6339494ac0686d76870dfad3febbea1',1,'amrex::MLMGT']]], + ['m_5finside_4885',['m_inside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#adb20f13a740421e91b3b1eb3e95672b1',1,'amrex::EB2::PolynomialIF']]], + ['m_5finstance_4886',['m_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad7909bf4e2448edc26489e346cb367ac',1,'amrex::AMReX::m_instance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a8534fa5e1a19e2e1f6fbcfb162a8460a',1,'amrex::EB2::IndexSpace::m_instance()']]], + ['m_5finterp_4887',['m_interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28281a3e9ad213ff779ae2b7978c8fff',1,'amrex::FillPatcher']]], + ['m_5finterpbndry_5fhalfwidth_4888',['m_interpbndry_halfwidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab5b6c73fee0004ac732f74350cc72bab',1,'amrex::MLCellLinOpT']]], + ['m_5fio_5frank_4889',['m_io_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2b4c46fb1ac3129d8c997f52241de7a1',1,'amrex::ParallelContext::Frame']]], + ['m_5fios_4890',['m_ios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a02c0471d5e4760f97445517e4c0197da',1,'amrex::IOFormatSaver']]], + ['m_5fiparser_4891',['m_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ae2e79afe3f2835ee854cfbe074879d97',1,'amrex::IParser::Data']]], + ['m_5fis_5fbottom_5fsingular_4892',['m_is_bottom_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a51345471274acc0bdd0b5477285d4db1',1,'amrex::MLNodeLinOp']]], + ['m_5fis_5feb_5finhomog_4893',['m_is_eb_inhomog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a11297b15320727df4d9e32d3b8085c06',1,'amrex::MLEBABecLap']]], + ['m_5fis_5frz_4894',['m_is_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6e9813d42ab7f38861a4b0a0d88f6080',1,'amrex::MLNodeLaplacian']]], + ['m_5fis_5fsingular_4895',['m_is_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a713db21288dfddc11241dba5a6c317fa',1,'amrex::HypreMLABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa0125d9d8e480d38f2b3798bff1f0616',1,'amrex::MLABecLaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaabb766cd6deb544d0f29b9a304c4445',1,'amrex::MLALaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69f0aa528f3437aed6e5fbc26d3f1820',1,'amrex::MLEBABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aeba6bdc290f5aa871187ccbfb92afc16',1,'amrex::MLPoissonT::m_is_singular()']]], + ['m_5fis_5fthread_5fsafe_4896',['m_is_thread_safe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a10d54646513ded7c12d45870888d0e64',1,'amrex::MPMD::Copier']]], + ['m_5fisec_5fboxes_4897',['m_isec_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8cec5f0f49ca18e99496c3530716772b',1,'amrex::NeighborParticleContainer']]], + ['m_5fitems_4898',['m_items',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a86bd9751f73a297822528a06e967334a',1,'amrex::DenseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a01f4b71f99b7d18cf3cb21f5bab573be',1,'amrex::BinIterator::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aed3575613242ea883eda555b4cdedb83',1,'amrex::SparseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a0e425a63d9c75b2d31eb2f05e775e83c',1,'amrex::SparseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a443e37b09ea6527ffea24dbf13d77c4a',1,'amrex::BinIterator::iterator::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< typename amrex::ParticleTileData >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< ParticleType >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'amrex::DenseBins::m_items()']]], + ['m_5fiter_5ffine_5fresnorm0_4899',['m_iter_fine_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5d0dc2ebd750fd37b790b56fe2339d15',1,'amrex::MLMGT']]], + ['m_5fits_4900',['m_its',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'amrex::GMRES::m_its()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'GMRES< MF, GMRESMLMGT< MF > >::m_its()']]], + ['m_5fiupper_4901',['m_iupper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa3fa7e313e805db63a29e594319ec349',1,'amrex::HypreIJIface']]], + ['m_5fixtype_4902',['m_ixtype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'amrex::MLLinOpT::m_ixtype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_ixtype()']]], + ['m_5fjob_5fcond_4903',['m_job_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a71752cb305b9ed234397d1575b5c679b',1,'amrex::BackgroundThread']]], + ['m_5fkappa_4904',['m_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ab2cb2c4fcbbbf0e3fdedad325fd6b9',1,'amrex::MLEBTensorOp::m_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aa056265afa394abc77bb3fa40fcb96d9',1,'amrex::MLTensorOp::m_kappa()']]], + ['m_5flarge_5fradius_4905',['m_large_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab5c98ffdc830c5d1b1161e7febad6e0f',1,'amrex::EB2::TorusIF']]], + ['m_5flb_4906',['m_lb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a847e4c82e77b1879f0a265106f2969ac',1,'amrex::WeightedBoxList']]], + ['m_5flbox_4907',['m_lbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adeadcf55bf1de6d0a14007817795bfbf',1,'amrex::BoxList']]], + ['m_5flead_4908',['m_lead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#ac3aa97bce1863d762909aca16c65f13e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5flead_5fcomm_4909',['m_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#aa79a14d32c85df7c2912b7cac38f4416',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5flen_4910',['m_len',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a614d1738c82b3361f91ddd9572a5e0a3',1,'amrex::Cluster']]], + ['m_5flev_4911',['m_lev',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#ac8c0956840e85e64e1a2ff8d9bf1fa34',1,'amrex::ParticleCommData::m_lev()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a9f48ea741ddeb412ac869174a1f6dac9',1,'amrex::ParticleLocData::m_lev()']]], + ['m_5flev_5fgid_5fto_5fbucket_4912',['m_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#aaa894d51240ca3994d613ac9819b94cf',1,'amrex::GetBucket::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac4fa128b9d676ec237a9a1b6f931fba8',1,'amrex::GetPID::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a7fbd0ee9e9b5a85ed8c759880d0603e0',1,'amrex::ParticleBufferMap::m_lev_gid_to_bucket()']]], + ['m_5flev_5fmax_4913',['m_lev_max',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac3fa8f081cf19099f5fda4c64951dfaa',1,'AssignGridFilter']]], + ['m_5flev_5fmin_4914',['m_lev_min',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac57a8d70934ba968148055cf1bbcd866',1,'AssignGridFilter']]], + ['m_5flev_5foffsets_4915',['m_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#a470e41f4257b381e33ce814969d74a49',1,'amrex::GetBucket::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a9be86ae5c5e3f798194611a3798ea8c6',1,'amrex::GetPID::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ab5443e45483c897f9d54a9f63e8d4e20',1,'amrex::ParticleBufferMap::m_lev_offsets()']]], + ['m_5flevel_4916',['m_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'amrex::ParIterBase_impl::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()']]], + ['m_5flevel_5fsteps_4917',['m_level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a534316dfdeb033f40bdb613b8edc6188',1,'amrex::PlotFileDataImpl']]], + ['m_5fleveldata_4918',['m_leveldata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a5eccfe50e3b8752e800329c8fe0946b7',1,'amrex::FillPatchIterator::m_leveldata()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae6fe45dc33b6ea836ee80240e7e621af',1,'amrex::FillPatchIteratorHelper::m_leveldata()']]], + ['m_5flevels_4919',['m_levels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a6bcb299fb24ae49438d9aff35ff1fee5',1,'amrex::ParticleCopyOp']]], + ['m_5flevelset_4920',['m_levelset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab3e6789efd39bd7d39bd01cf97c85b07',1,'amrex::EBDataCollection::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a361f500f8c5de192acb6538e1a372139',1,'amrex::EB2::GFab::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a999ca961f5c742f5d61cbace2d88535d',1,'amrex::EB2::Level::m_levelset()']]], + ['m_5flevelset_5fname_4921',['m_levelset_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a47f6864a08dd002d65836de5491e3f4e',1,'amrex::EB2::ChkptFile']]], + ['m_5flinop_4922',['m_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'GMRES< MF, GMRESMLMGT< MF > >::m_linop()'],['../classHydro_1_1NodalProjector.html#ab426a15837e93adc52fbf136e6654c5a',1,'Hydro::NodalProjector::m_linop()'],['../classHydro_1_1MacProjector.html#a230ddf37a4c7f45eec3159dc8f9b932b',1,'Hydro::MacProjector::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aade37c46d216449063107a555d33010e',1,'amrex::GMRESMLMGT::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'amrex::GMRES::m_linop()']]], + ['m_5flo_4923',['m_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'amrex::AssignGrid::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a22bbb9f61e5ec1f1e7086880b73e2c39',1,'amrex::EB2::BoxIF::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad4346ff5843f027fe798ba9dfa0ebe51',1,'amrex::TableData::m_lo()']]], + ['m_5flo_5fp_4924',['m_lo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a0c3ffb962a03c3307030e52e384688ef',1,'amrex::BinMapper']]], + ['m_5flobc_4925',['m_lobc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'amrex::MLLinOpT::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc()'],['../classHydro_1_1MacProjector.html#ab6757cc9b4d2315ee90db5718d534c7a',1,'Hydro::MacProjector::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad5a3ca519f25c6a41cea565dd7e9dc23',1,'amrex::HypreMLABecLap::m_lobc()']]], + ['m_5flobc_5forig_4926',['m_lobc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'amrex::MLLinOpT::m_lobc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc_orig()']]], + ['m_5flocal_4927',['m_local',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1d2885301b5e06ee60387143583aa6f6',1,'amrex::ParticleCopyPlan']]], + ['m_5flocal_5fid_4928',['m_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad8cc6880de72069843e8277129ece3dc',1,'amrex::HypreSolver']]], + ['m_5flocal_5foffsets_4929',['m_local_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< ParticleType >::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< typename amrex::ParticleTileData >::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'amrex::DenseBins::m_local_offsets()']]], + ['m_5flocals_4930',['m_locals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aca1f9ad0544614004789f38c2ee3e659',1,'amrex::Parser::Data']]], + ['m_5flocators_4931',['m_locators',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'amrex::AmrParticleLocator::m_locators()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_locators()']]], + ['m_5floctags_4932',['m_LocTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#ac9cf38f68949932d8e7815a7caffc7c8',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5floshft_4933',['m_loshft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8076201cf94e0e9145160b6aa522ba26',1,'amrex::BATbndryReg']]], + ['m_5flpinfo_5farg_4934',['m_lpinfo_arg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2a4ce226902dbe904fa45173845d4cac',1,'amrex::MLCellABecLapT']]], + ['m_5flusolver_4935',['m_lusolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a194ba25b27e4f357966eb10f008566d2',1,'amrex::MLCurlCurl']]], + ['m_5fmap_4936',['m_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af0e183d350296703e8deaebb9a88f81a',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmasks_5fbuilt_4937',['m_masks_built',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2bb5e031c87b6bdf67618f9c25dc6945',1,'amrex::MLNodeLinOp']]], + ['m_5fmaskvals_4938',['m_maskvals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a9c470f145301b98fe0938ac6241284eb',1,'amrex::MLCellLinOpT']]], + ['m_5fmat_4939',['m_mat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abfee36b1993dbc4950e1288521db42c6',1,'amrex::HypreIJIface::m_mat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a5a5715e926af85d43393633db8dd9e99',1,'amrex::LUSolver::m_mat()']]], + ['m_5fmax_4940',['m_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#abfc04c1de628cba28c97f597fd5e9448',1,'amrex::VisMF::Header']]], + ['m_5fmax_5fblocks_4941',['m_max_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a95441a0edc24955aa9f0c83e21c34cad',1,'amrex::ReduceData']]], + ['m_5fmax_5flevel_4942',['m_max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7bdeaf9c375d4115ec95e188d537269d',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmax_5fstack_5fsize_4943',['m_max_stack_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f3166649cf29c5c3292bfb4eee475ec',1,'amrex::IParser::Data::m_max_stack_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a863a707fe492216d36ff882e0fbee9e9',1,'amrex::Parser::Data::m_max_stack_size()']]], + ['m_5fmax_5fstream_5findex_4944',['m_max_stream_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8c68dd84973b0f9d3ab7c7d5a3c81fd6',1,'amrex::ReduceData']]], + ['m_5fmax_5ftime_4945',['m_max_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a53b6a8de32e2ca45e830037a5024de24',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmaxiter_4946',['m_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'amrex::GMRES::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'GMRES< MF, GMRESMLMGT< MF > >::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afe4c13918588f999571c9b8ff61458eb',1,'amrex::HypreMLABecLap::m_maxiter()'],['../classHydro_1_1MacProjector.html#a0fcc02e53442b6c2ae858e59c0f5ea2a',1,'Hydro::MacProjector::m_maxiter()']]], + ['m_5fmaxorder_4947',['m_maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a7b04bbe6b54d748e48516df1695bc139',1,'amrex::Hypre::m_maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd2f0814b146783f613e60a476aa0a57',1,'amrex::PETScABecLap::m_maxorder()']]], + ['m_5fmaxtag_4948',['m_MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3',1,'amrex::ParallelDescriptor']]], + ['m_5fmem_5fusage_4949',['m_mem_usage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1cba13cd9d7009299774b13eb2f49484',1,'amrex::FabArrayBase']]], + ['m_5fmf_4950',['m_mf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a764850492da1fd11e69854a0a6d511cf',1,'amrex::Any::innards::m_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8b03f36aa484c3096470892346337619',1,'amrex::FabSetT::m_mf()']]], + ['m_5fmf_5fname_4951',['m_mf_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a1a193312a2db503b2cd3fb46c556500d',1,'amrex::PlotFileDataImpl']]], + ['m_5fmfcd_4952',['m_mfcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aaf087145837f2626f17e9e93b71ff985',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmfid_4953',['m_mfid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#adaa101ebcbc10df6a2a761ea3fb3e78b',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmgf_4954',['m_mgf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1313168a355b46b2d03060c450036477',1,'amrex::EB2::Level']]], + ['m_5fmin_4955',['m_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a321215a8ba0e8ef28744b61bdd15d0d4',1,'amrex::VisMF::Header']]], + ['m_5fmin_5ftime_4956',['m_min_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a2a4305e6d904d38980905de01195f7db',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmintag_4957',['m_MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6',1,'amrex::ParallelDescriptor']]], + ['m_5fmlmg_4958',['m_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac6bdd073a8562762729e78088cf2bbb9',1,'amrex::GMRESMLMGT::m_mlmg()'],['../classHydro_1_1MacProjector.html#a1b186e20edf642dbab422aee51150e55',1,'Hydro::MacProjector::m_mlmg()'],['../classHydro_1_1NodalProjector.html#a05a43fb39b4da17d9d2493c75e7221f6',1,'Hydro::NodalProjector::m_mlmg()']]], + ['m_5fmlmg_5f1_4959',['m_mlmg_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af4f8bd2cd9315ff6b44f81cc1e4a2d6f',1,'amrex::OpenBCSolver']]], + ['m_5fmlmg_5f2_4960',['m_mlmg_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a97b6170ecb8747fcc50cfc8fb11da671',1,'amrex::OpenBCSolver']]], + ['m_5fmomtags_5fd_4961',['m_momtags_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a42401091098315c9aaab7a635345692f',1,'amrex::OpenBCSolver']]], + ['m_5fmomtags_5fh_4962',['m_momtags_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a637ef773d76e4ded161fdde7e2057d7e',1,'amrex::OpenBCSolver']]], + ['m_5fmpi_5fops_4963',['m_mpi_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3461c9bae69de0e75d147ae431f938d4',1,'amrex::ParallelDescriptor']]], + ['m_5fmpi_5ftag_4964',['m_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0c03450ec8650e511181fb540b42e880',1,'amrex::ParallelContext::Frame']]], + ['m_5fmpi_5ftypes_4965',['m_mpi_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b5ef1a376307bde13dbe55d2f88da41',1,'amrex::ParallelDescriptor']]], + ['m_5fmulti_5fghost_4966',['m_multi_ghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8c10e1b5a28a55c6dc388f7df101a97',1,'amrex::FabArrayBase::m_multi_ghost()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a042c8672d37a4a51f885ab940987ed71',1,'amrex::FabArrayBase::FB::m_multi_ghost()']]], + ['m_5fmutx_4967',['m_mutx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a9f33f06880c6b03a62b70fd559ab53df',1,'amrex::BackgroundThread']]], + ['m_5fn_4968',['m_n',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52a24ab365296e0cb90e053580751fb1',1,'amrex::Gpu::StreamIter::m_n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad477a99f0707aee61523131329f2ad34',1,'amrex::Gpu::range_detail::range_impl::m_n()']]], + ['m_5fname_4969',['m_name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a3384af022eabbdadda0f20d0bda79ebe',1,'amrex::VisMF::FabOnDisk']]], + ['m_5fnblocks_4970',['m_nblocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#afc0d93d82209acea61137a5a042adee1',1,'amrex::ReduceData::m_nblocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a23018825c7f4b69f2ccc208bc88cfaa0',1,'amrex::OpenBCSolver::m_nblocks()']]], + ['m_5fnblocks_5flocal_4971',['m_nblocks_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac4211b50259bcddcdb640a73362b0e19',1,'amrex::OpenBCSolver']]], + ['m_5fnblocks_5fx_4972',['m_nblocks_x',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ab8a2eebe5390786a4fd677cae1cb498f',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fnbor_5fcounts_4973',['m_nbor_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1de2b2bb7b0bb67975ada3971cbdeb5c',1,'amrex::NeighborList']]], + ['m_5fnbor_5flist_4974',['m_nbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8df0b0f7eda2e96fc9eb3a1fa768597a',1,'amrex::NeighborList']]], + ['m_5fnbor_5flist_5fptr_4975',['m_nbor_list_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#aaa6b74f92a1ba6a7318b0f06381035dc',1,'amrex::NeighborData::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ad9f5e91117e760e1bc3ad9d78d2052a6',1,'amrex::Neighbors::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a20b39fd43ff39609db949fa3ef3f7926',1,'amrex::Neighbors::iterator::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a22f2a4baa17c0c12c53a40f86c652d44',1,'amrex::Neighbors::const_iterator::m_nbor_list_ptr()']]], + ['m_5fnbor_5foffsets_4976',['m_nbor_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aa4802374875adf70531e733654308316',1,'amrex::NeighborList']]], + ['m_5fnbor_5foffsets_5fptr_4977',['m_nbor_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#af26fd25b39faa11f8357d2d750b44ba4',1,'amrex::NeighborData::m_nbor_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#aa9ff8703b2a5f6683425a7a9a9f46792',1,'amrex::Neighbors::m_nbor_offsets_ptr()']]], + ['m_5fncomp_4978',['m_ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab182ebb19ff924700a85e7e6db1a0a2c',1,'amrex::MLCellLinOpT::BndryCondLoc::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af33672ac47d288fbe42c788ddb8f953a',1,'amrex::YAFluxRegisterT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7f9318219055f7d10f6975d75660182f',1,'amrex::PlotFileDataImpl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a85df3961f7b0ad04d0ad1463ea1e24da',1,'amrex::MLEBABecLap::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a85d721f72de7a13036fb1ce5bc77d452',1,'amrex::MLCurlCurl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a602e57dc56518cf767d65a236dffe0d1',1,'amrex::MLALaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1d9a5429f6674a76b4137e4631578413',1,'amrex::MLABecLaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae01923bcfc09d7f3aab7f68c9380c54e',1,'amrex::VisMF::Header::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac4b64e926d1d6763788ee539be3f5d3e',1,'amrex::FillPatchIteratorHelper::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7614b1bf508cfb79fd233bf3c7527b00',1,'amrex::FillPatchIterator::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a81344a3343158d0e1d9e14938e171ba9',1,'amrex::FillPatcher::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a7ae82b32f3ba8bce2d86556224b6b06c',1,'amrex::EdgeFluxRegister::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#adabe55330d4668477240acc170ab6032',1,'amrex::BndryDataT::m_ncomp()']]], + ['m_5fnd_5ffine_5fmask_4979',['m_nd_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a034b72948cecb00630515b6a2de77109',1,'amrex::MLNodeLinOp']]], + ['m_5fneed_5fbcs_4980',['m_need_bcs',['../classHydro_1_1NodalProjector.html#a75b07026d94697bd10a08da83798f1eb',1,'Hydro::NodalProjector']]], + ['m_5fneed_5fsetup_4981',['m_need_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6598d193c7640eac64bfc15ff2ad8a0',1,'amrex::HypreIJIface']]], + ['m_5fneed_5fto_5fclear_5fbd_4982',['m_need_to_clear_bd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'amrex::LayoutData::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< RealTuple >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< PetscInt >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< HYPRE_Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< GFab >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< BCTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< RealTuple > >::m_need_to_clear_bd()']]], + ['m_5fneeds_5fcoarse_5fdata_5ffor_5fbc_4983',['m_needs_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'amrex::MLLinOpT::m_needs_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_needs_coarse_data_for_bc()']]], + ['m_5fneeds_5fdomain_5fbcs_4984',['m_needs_domain_bcs',['../classHydro_1_1MacProjector.html#a326c6639e52cc713f7b2c1fd5512006b',1,'Hydro::MacProjector']]], + ['m_5fneeds_5finit_4985',['m_needs_init',['../classHydro_1_1MacProjector.html#a735fb39b953d7b3116b4c080bdbc9597',1,'Hydro::MacProjector']]], + ['m_5fneeds_5flevel_5fbcs_4986',['m_needs_level_bcs',['../classHydro_1_1MacProjector.html#ae868875d84ae01251b3baadfb5aca443',1,'Hydro::MacProjector']]], + ['m_5fneeds_5fupdate_4987',['m_needs_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a15abc2cecf258e0967f5803ef5c5729e',1,'amrex::MLEBTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a15ebbe140a2faea1fccb3b4bb71ddb60',1,'amrex::MLTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3a04ce523f79cd92d755563953021ceb',1,'amrex::MLNodeABecLaplacian::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aadf975aed65ffe24b230421d1366de50',1,'amrex::MLEBABecLap::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#af29f1000f607cefa4da6f1b1ee30090a',1,'amrex::MLALaplacianT::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab3dca372fae6a1446f43a056d410f165',1,'amrex::MLABecLaplacianT::m_needs_update()']]], + ['m_5fneighbor_5flist_4988',['m_neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a739c2408e1c55081d20e737f6bf7ec8f',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fmask_5finitialized_4989',['m_neighbor_mask_initialized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68fedc2fd57b0e5efccdf65617f930ff',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fmask_5fptr_4990',['m_neighbor_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f3bc83f8fdf1b3468248103a0000a49',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fprocs_4991',['m_neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1eeb92e8809fe6c87b84c777c42323e6',1,'amrex::ParticleCopyPlan']]], + ['m_5fng_4992',['m_ng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a243abcb767a6293942dfe15a845d2faf',1,'amrex::FabArrayBase::CFinfo::m_ng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aa6a101ddf89df501b82f6fcc9e91ebd7',1,'amrex::FabArrayBase::ParForInfo::m_ng()']]], + ['m_5fnghb_4993',['m_nghb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#aa6351251f6a541b7405e78821225617a',1,'amrex::EB2::Vertex']]], + ['m_5fnghost_4994',['m_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5c4673c519e93d3cb903313647fce320',1,'amrex::FillPatcher::m_nghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0c8e0e716132c46ca1f819aec5f0ffc9',1,'amrex::HypreSolver::m_nghost()']]], + ['m_5fngpublocks_5fd_4995',['m_ngpublocks_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a08a177855c8f971da2aa51ebc08041bf',1,'amrex::OpenBCSolver']]], + ['m_5fngpublocks_5fh_4996',['m_ngpublocks_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a80eeb93e042aaf3ba2197349b17e85c0',1,'amrex::OpenBCSolver']]], + ['m_5fngrow_4997',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ae7d84e3daa0f3502f2ce6369dcb42f60',1,'amrex::FabArrayBase::PolarB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab3c2e7a6fa7e1fb6b00450e34add430d',1,'amrex::AMRErrorTag::m_ngrow()']]], + ['m_5fngrow_4998',['m_nGrow',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a273643e65dcd082d6987730ff80754e3',1,'AssignGridFilter']]], + ['m_5fngrow_4999',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#ab3a3b3cf9579cd6289f0f73e1d9c70bd',1,'amrex::FabArrayBase::RB90::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a586875a69a8c7797c4b3a306dd1d175b',1,'amrex::FabArrayBase::RB180::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a3224bd8a5138a0ec366714238188b64f',1,'amrex::PlotFileDataImpl::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4b580f495f97633950d9a0822c940fe8',1,'amrex::EB2::Level::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ad9db2e06c6728146ed5d6a2cf2fc956c',1,'amrex::EB2::IndexSpaceSTL::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a49bcede42d9af444fdc2894b3454b63a',1,'amrex::EB2::IndexSpaceImp::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af795cbf728f61e01dad211ef844a441c',1,'amrex::EB2::IndexSpaceChkptFile::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aeca546f429ec75acace53426c6907257',1,'amrex::VisMF::Header::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a3ca8c8a83ae8de231f84a5f8069e8348',1,'amrex::FabArrayBase::FB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8c1e66f34abde299d2379f0261cfcb53',1,'amrex::EBDataCollection::m_ngrow()']]], + ['m_5fngrowdomain_5000',['m_ngrowdomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3a92090574e0adaf00fc51398e9fcc32',1,'amrex::OpenBCSolver']]], + ['m_5fniters_5fcg_5001',['m_niters_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad44bb368a47f6e10513f541a1047d18c',1,'amrex::MLMGT']]], + ['m_5fnlevels_5002',['m_nlevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a73bf18da48973ca4cc293bf50410a031',1,'amrex::HypreMLABecLap::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4ad2e4f73b2aa49cdd43dba6388760d6',1,'amrex::PlotFileDataImpl::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3f3c0311a36b81a7d73ef79905f77acd',1,'amrex::ParGDB::m_nlevels()']]], + ['m_5fnorm_5ffine_5fmask_5003',['m_norm_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af29ed070015666e58d890685cb491900',1,'amrex::MLCellLinOpT::m_norm_fine_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aac3b69575b67cb155459d699783d537f',1,'amrex::MLNodeLinOp::m_norm_fine_mask()']]], + ['m_5fnormal_5004',['m_normal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acfd09edde6beeedfbac972b29a0bfa65',1,'amrex::EB2::PlaneIF']]], + ['m_5fnormalization_5fthreshold_5005',['m_normalization_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a0797df73e7c6a1283fd31748aa6f12e5',1,'amrex::MLNodeLaplacian']]], + ['m_5fnosigma_5fstencil_5006',['m_nosigma_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad3c3c020157daad724a6fff640529913',1,'amrex::MLNodeLaplacian']]], + ['m_5fnot_5ffound_5007',['m_not_found',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ab50914c07d7e0dd20468660135fb6a17',1,'amrex::BinIterator::m_not_found()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a7bbba0567292af76a5b3d7937dcadd76',1,'amrex::SparseBinIteratorFactory::m_not_found()']]], + ['m_5fnpivs_5008',['m_npivs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a27b3efefb425391025f69a103f062dc0',1,'amrex::LUSolver']]], + ['m_5fnprocs_5fper_5fnode_5009',['m_nprocs_per_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2efa14fb9d9ac2f6288d17e6890132ac',1,'amrex::ParallelDescriptor']]], + ['m_5fnprocs_5fper_5fprocessor_5010',['m_nprocs_per_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a38b3712843db6ceb3877ab59bd4df4f0',1,'amrex::ParallelDescriptor']]], + ['m_5fnranks_5011',['m_nranks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a31bfd44f2e4c7e7fe623b14eb62b81c6',1,'amrex::ParallelContext::Frame']]], + ['m_5fnrcvs_5012',['m_nrcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac2e31e632d2856477f32757e16ba053e',1,'amrex::ParticleCopyPlan']]], + ['m_5fnrows_5013',['m_nrows',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a090a812eff2805e0156494ff84bc332d',1,'amrex::HypreSolver']]], + ['m_5fnrows_5fgrid_5014',['m_nrows_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0da44696050a0f1ee648fad900d497f0',1,'amrex::HypreSolver']]], + ['m_5fnrows_5fproc_5015',['m_nrows_proc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#aa617021e09275cf95cafa956854a0e76',1,'amrex::HypreSolver']]], + ['m_5fnstates_5016',['m_nstates',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a5dd0ffbdeea32e60081285deaf2923ec',1,'amrex::BlockMutex']]], + ['m_5fnthreads_5017',['m_nthreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a42964fcfc71605c366a9881334b4b44e',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fnthreads_5fmomtag_5018',['m_nthreads_momtag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5d5c2037341dc1939ceb71904c642f7e',1,'amrex::OpenBCSolver']]], + ['m_5fnull_5019',['m_null',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a4847995282bbe72acece1c294025df39',1,'amrex::BATransformer::BATOp']]], + ['m_5fnum_5famr_5flevels_5020',['m_num_amr_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'amrex::MLLinOpT::m_num_amr_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_amr_levels()']]], + ['m_5fnum_5fbins_5021',['m_num_bins',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'amrex::AssignGrid::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a7e4813e198bd76868be6eacd0120a562',1,'amrex::ParticleLocator::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a11aed40e2ac62cfff56202d86e98a1ec',1,'amrex::SparseBinIteratorFactory::m_num_bins()']]], + ['m_5fnum_5fcoarsen_5fopt_5022',['m_num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a53bf89272eec625e5a81c23b9a555615',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fnum_5fiterations_5023',['m_num_iterations',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac7f56a34119321e36dcd74e70071caa0',1,'amrex::HypreIJIface']]], + ['m_5fnum_5fmg_5flevels_5024',['m_num_mg_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'amrex::MLLinOpT::m_num_mg_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_mg_levels()']]], + ['m_5fnum_5fneighbor_5fcells_5025',['m_num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c12404dedc750595ce4d68731d6fc29',1,'amrex::NeighborParticleContainer']]], + ['m_5fnum_5fneighbor_5fparticles_5026',['m_num_neighbor_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3306e52c6281fde864a8d33a9b53d72c',1,'amrex::ArrayOfStructs::m_num_neighbor_particles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a8c77c12736c976f0848d534b810cdc34',1,'amrex::StructOfArrays::m_num_neighbor_particles()']]], + ['m_5fnum_5fruntime_5fint_5027',['m_num_runtime_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'amrex::ConstParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'amrex::ParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'amrex::ParticleContainer_impl::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()']]], + ['m_5fnum_5fruntime_5freal_5028',['m_num_runtime_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'amrex::ConstParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'amrex::ParticleContainer_impl::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'amrex::ParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()']]], + ['m_5fnum_5ftri_5029',['m_num_tri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a02713b3bdf5197301486a78cca290534',1,'amrex::STLtools']]], + ['m_5fnumsnds_5030',['m_NumSnds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a18a64fd46d15d910a3fdd48a4868a200',1,'amrex::ParticleCopyPlan']]], + ['m_5fnumteams_5031',['m_numTeams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a665b0b12d8aadf1fe4050650f79c880f',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fnuse_5032',['m_nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae49fab0f0511c1fdf00502b40eecf615',1,'amrex::FabArrayBase::FPinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a0a00f73f9c7b0a2817b46ea1044e17ff',1,'amrex::FabArrayBase::FB::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ab7ed1b94952706285d9835f120f14460',1,'amrex::FabArrayBase::CFinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f9ac2d25dca93a6c78e056366d6a1d7',1,'amrex::FabArrayBase::CPC::m_nuse()']]], + ['m_5fnvars_5033',['m_nvars',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f941db726ad3f6a2e60a4e4bed8229a',1,'amrex::IParser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aaef798272fb28c2f79185f6be424a717',1,'amrex::Parser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3c89ce27b59a958a85af76b7106d0d47',1,'amrex::HypreSolver::m_nvars()']]], + ['m_5foff_5fbins_5fp_5034',['m_off_bins_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a64387b045d204383bf43d1daf728d4a2',1,'amrex::BinMapper']]], + ['m_5foffset_5035',['m_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a2c1236a694939f630bd82a59f383f00d',1,'amrex::OpenBCSolver::m_offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#aa65411b79204065ebd07950c94c0cb34',1,'amrex::EB2::TranslationIF::m_offset()']]], + ['m_5foffset_5fcf_5fbcoefs_5036',['m_offset_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6a33ca51865b1c9f828b5d53187ede6c',1,'amrex::HypreMLABecLap']]], + ['m_5foffsets_5037',['m_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'amrex::DenseBins::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< ParticleType >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< typename amrex::ParticleTileData >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a61877be196b17888cd8222578d4ddf02',1,'amrex::SparseBins::m_offsets()']]], + ['m_5foffsets_5fptr_5038',['m_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a5481f6264dec77ce8ab7e5d055b43d77',1,'amrex::BinIterator::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#af40598ebac6f1379f8c9364e0140cecf',1,'amrex::DenseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ade6704bbc963e4c3734bd2348e79847b',1,'amrex::SparseBinIteratorFactory::m_offsets_ptr()']]], + ['m_5fok_5039',['m_ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acdef1c2b11c62f8e02b1a4806de74376',1,'amrex::EB2::Level']]], + ['m_5fold_5040',['m_old',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a6988aa8a1462464a612470f422835404',1,'amrex::Gpu::GraphSafeGuard::m_old()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#aa241ac23303cd06b4eb0b725e5815086',1,'amrex::Gpu::LaunchSafeGuard::m_old()']]], + ['m_5fop_5041',['m_op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ae5934f27c83bc63db5971f7d9fc6c780',1,'amrex::BATransformer']]], + ['m_5foptions_5fnamespace_5042',['m_options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a68f95ee1a326d07fe027835c905ece00',1,'amrex::HypreSolver']]], + ['m_5fout_5043',['m_out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9137c45cc574cabfd0194ab8ed082116',1,'amrex::ParallelContext::Frame']]], + ['m_5fout_5ffilename_5044',['m_out_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a3ae9cdc97369e2f1381f095af24e497e',1,'amrex::ParallelContext::Frame']]], + ['m_5foverride_5fsync_5045',['m_override_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aae9da292ab2ecb89a86dbda52330ae4e',1,'amrex::FabArrayBase::FB']]], + ['m_5foverset_5fdirichlet_5fmask_5046',['m_overset_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7c0bb3eeb87e33f76c055d78e1e68df2',1,'amrex::MLNodeLinOp']]], + ['m_5foverset_5fmask_5047',['m_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa1bc328cdef65e6dfab478914c2913d7',1,'amrex::MLCellABecLapT::m_overset_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5deec6d79b32b6214a8ed086a2129e8d',1,'amrex::HypreABecLap3::m_overset_mask()']]], + ['m_5foverwrite_5ffiles_5048',['m_overwrite_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8586f98cdc225f4e2a60cc42046b0504',1,'amrex::HypreIJIface']]], + ['m_5fowner_5049',['m_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a8d1a994928ff734df597327f22db12dd',1,'amrex::CArena::Node']]], + ['m_5fowner_5fmask_5050',['m_owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ac643c87beeb9db50b0bf6c3584e0e055',1,'amrex::HypreSolver']]], + ['m_5fowner_5fmask_5fbottom_5051',['m_owner_mask_bottom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2f43f1de03008aad9e578d76ad0551be',1,'amrex::MLNodeLinOp']]], + ['m_5fowner_5fmask_5ftop_5052',['m_owner_mask_top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f3b2435897100cfd9e1cba8c95d7af',1,'amrex::MLNodeLinOp']]], + ['m_5fownership_5053',['m_ownership',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a2f337d4047cb7af6c2c86b6a56ff0523',1,'amrex::DistributionMapping::Ref']]], + ['m_5fpa_5054',['m_pa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a87affdf01557cac536e54b52e606783d',1,'amrex::Gpu::Elixir::m_pa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e7c0f5fc1401ba1497916e015b8591c',1,'amrex::VisMF::m_pa()']]], + ['m_5fpad_5fcorrection_5055',['m_pad_correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a81bc5519ac623a1d14e612f8fe202742',1,'amrex::GetSendBufferOffset']]], + ['m_5fpara_5056',['m_parA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a95128f78f0176e507ec9b05cddbb80a5',1,'amrex::HypreIJIface']]], + ['m_5fparent_5057',['m_parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4e89aa75cb75a863666efa8df2f74e9b',1,'amrex::EB2::Level::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'amrex::MLLinOpT::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9077580d8ff605511c26c67b023364e8',1,'amrex::EBFArrayBoxFactory::m_parent()']]], + ['m_5fparmparse_5fprefix_5058',['m_parmparse_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a605594e57a93565ba4561e922fc237d4',1,'amrex::HypreMLABecLap']]], + ['m_5fparrhs_5059',['m_parRhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a470b11bb06368021f02f861a95520128',1,'amrex::HypreIJIface']]], + ['m_5fparser_5060',['m_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#abac6e2284d98331984ef3d8967877219',1,'amrex::Parser::Data::m_parser()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a0ee1bc4aa5ddc1e1c59c6e3b4965630c',1,'amrex::EB2::ParserIF::m_parser()']]], + ['m_5fparser_5fprefix_5061',['m_parser_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d6405babd810179e1e69872b4075fb',1,'amrex::ParmParse']]], + ['m_5fparsln_5062',['m_parSln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abc0833145a0104c5fd87f4d16dc89db9',1,'amrex::HypreIJIface']]], + ['m_5fparticle_5fcurrent_5ftile_5063',['m_particle_current_tile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'amrex::ParIterBase_impl::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()']]], + ['m_5fparticle_5flocator_5064',['m_particle_locator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9bbd6752d478b3a24e66f2caa11196b',1,'amrex::ParticleContainerBase']]], + ['m_5fparticle_5frreqs_5065',['m_particle_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa7dcdca22d276a177da66220283582c0',1,'amrex::ParticleCopyPlan']]], + ['m_5fparticle_5fstats_5066',['m_particle_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aac55f2c595ea7f57832345df3d5fb78b',1,'amrex::ParticleCopyPlan']]], + ['m_5fparticle_5ftile_5fdata_5067',['m_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3756c36bbd9c983a71008537cd238cf5',1,'amrex::SoAParticle']]], + ['m_5fparticles_5068',['m_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'amrex::ParticleContainer_impl::m_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particles()']]], + ['m_5fpc_5069',['m_pc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'amrex::ParIterBase_impl::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()']]], + ['m_5fperiod_5070',['m_period',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#ae5ff0f4d1aea7da43378472739eae7d2',1,'amrex::FabArrayBase::CPC::m_period()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a80294b3b23ece6729eca66ec2b75dcad',1,'amrex::FabArrayBase::FB::m_period()']]], + ['m_5fperiodic_5fshift_5071',['m_periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a3486942c2721d9199b20c57461b5d31a',1,'amrex::ParticleCopyOp']]], + ['m_5fperm_5072',['m_perm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'amrex::DenseBins::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< ParticleType >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< typename amrex::ParticleTileData >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aabe787e78944c662b6e4288f23c5eafb',1,'amrex::BinIterator::iterator::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a0c8ada8a50d63270eee76dd43195a8ff',1,'amrex::SparseBins::m_perm()']]], + ['m_5fpermutation_5fptr_5073',['m_permutation_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a3f84a41c582546501b263369e4d13ef1',1,'amrex::SparseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aaa0ba8a334ea7c7bdafb69ad89955e1f',1,'amrex::BinIterator::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a08f5000a813c49c45a7f7c7476360106',1,'amrex::DenseBinIteratorFactory::m_permutation_ptr()']]], + ['m_5fphi_5074',['m_phi',['../classHydro_1_1MacProjector.html#a20de06bc31b064c6e819c541272c3be9',1,'Hydro::MacProjector::m_phi()'],['../classHydro_1_1NodalProjector.html#a2df28ee7713c43e77e24d14df3f77bcc',1,'Hydro::NodalProjector::m_phi()']]], + ['m_5fphi_5feb_5075',['m_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aac77fee4af067d987c117ae62a73d9ce',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fphi_5floc_5076',['m_phi_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae0ea21faa4cc1aeadf8641b37d8cf59f',1,'amrex::MLEBABecLap::m_phi_loc()'],['../classHydro_1_1MacProjector.html#ac58750f077dd9c946450520bb464eade',1,'Hydro::MacProjector::m_phi_loc()']]], + ['m_5fphind_5077',['m_phind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5169dad1c41680aa536527c80486f3b6',1,'amrex::OpenBCSolver']]], + ['m_5fpi_5078',['m_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4af48d8e7785fd2fdc80cc68c460e520',1,'amrex_constants_module']]], + ['m_5fpiv_5079',['m_piv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaceb7a501559fdef423b5e60f493d4fd',1,'amrex::LUSolver']]], + ['m_5fplan_5fb_5fx_5080',['m_plan_b_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a62d18d315e872bef1a1d63fa96dcf1e2',1,'hacc::Dfft']]], + ['m_5fplan_5fb_5fy_5081',['m_plan_b_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab473013539fe7740454dde52bc863b08',1,'hacc::Dfft']]], + ['m_5fplan_5fb_5fz_5082',['m_plan_b_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae07650ba6c341261fcff1963c992145f',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fx_5083',['m_plan_f_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a9e008a9f0839f098d817a567bf2c598c',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fy_5084',['m_plan_f_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aa73a222d425fcec58d2b0f8526ed8399',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fz_5085',['m_plan_f_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a6aead4d24eb32ff0f26282de9e0434d6',1,'hacc::Dfft']]], + ['m_5fplo_5086',['m_plo',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1dfe31cd80d8874bb9f33d3825231f1c',1,'FilterVirt::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'amrex::AssignGrid::m_plo()']]], + ['m_5fplo_5fp_5087',['m_plo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#aa13006c74c21b3e90f81412d731f3b35',1,'amrex::BinMapper']]], + ['m_5fplotfile_5fname_5088',['m_plotfile_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5dcb296f4bcc59a183bba8f18210753b',1,'amrex::PlotFileDataImpl']]], + ['m_5fpmap_5089',['m_pmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a71bfe2565cefe2ceb8ad882db3ebabc3',1,'amrex::DistributionMapping::Ref']]], + ['m_5fpoint_5090',['m_point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd2eb5b291fa7b4f4be7cad13c797274',1,'amrex::EB2::PlaneIF']]], + ['m_5fpoints_5091',['m_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a37d083bd92c41f07f8e14c4ace3496e5',1,'amrex::EBToPVD']]], + ['m_5fpoisson_5092',['m_poisson',['../classHydro_1_1MacProjector.html#ac385fd4e191d432e3aeabb6d622664f6',1,'Hydro::MacProjector']]], + ['m_5fpoisson_5f1_5093',['m_poisson_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a709e83e70ab954da3922f40d676b5295',1,'amrex::OpenBCSolver']]], + ['m_5fpoisson_5f2_5094',['m_poisson_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a30bb1d5c74178f67ac147168cf5d7e27',1,'amrex::OpenBCSolver']]], + ['m_5fpolynomial_5095',['m_polynomial',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aa2c56927d92aab11d6102c29c9040f30',1,'amrex::EB2::PolyIF::m_polynomial()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ab7dabb0bff8ee7a62ab1b97108429374',1,'amrex::EB2::PolynomialIF::m_polynomial()']]], + ['m_5fpos_5096',['m_pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'amrex::ParticleBase::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a705b1e5e27e52766ed56b20e98a0ece2',1,'amrex::ParticleBase< T, 0, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#aab64d84387cf94f9ce8589049ec9ad9e',1,'amrex::ParticleBase< T, 0, NInt >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#aa9f0b1bb9d369e5c204d1b6b6f7f6d67',1,'amrex::ParticleBase< T, NReal, 0 >::m_pos()']]], + ['m_5fprecision_5097',['m_precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a00214e6bce0efd4ab1d5a1a8ca7f3f83',1,'amrex::IOFormatSaver']]], + ['m_5fprecond_5098',['m_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#acf501d7d69fdc89f757a8d27e455072a',1,'amrex::HypreIJIface']]], + ['m_5fprecond_5fniters_5099',['m_precond_niters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a199c70c91ab83732cc2982f3712411e1',1,'amrex::GMRESMLMGT']]], + ['m_5fpreconddestroyptr_5100',['m_precondDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad878f5c593038147c41c21ca7c8ec7d4',1,'amrex::HypreIJIface']]], + ['m_5fpreconditioner_5fname_5101',['m_preconditioner_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b1cf6f83cb8e3c65a01f11ff4003041',1,'amrex::HypreIJIface']]], + ['m_5fprecondsetupptr_5102',['m_precondSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a47d2841ac9969152f7c22549648ae15a',1,'amrex::HypreIJIface']]], + ['m_5fprecondsolveptr_5103',['m_precondSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a689f3de56a17e91425f008df5ddd02b0',1,'amrex::HypreIJIface']]], + ['m_5fprefix_5104',['m_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941314412b0921ba802f4620404cf33c',1,'amrex::ParmParse']]], + ['m_5fprev_5fflag_5105',['m_prev_flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#ab3c2ef6e1ce41acc4328659e78732084',1,'amrex::Gpu::NoSyncRegion::m_prev_flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a4950c95e43281815ad532ba7f6fa16b7',1,'amrex::Gpu::SingleStreamRegion::m_prev_flag()']]], + ['m_5fprimary_5106',['m_primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a7e0f7bd48cf94860e432afd6adbc3747',1,'amrex::StateDescriptor']]], + ['m_5fprob_5fdomain_5107',['m_prob_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a51f959e60b4b3d013245636746c44247',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5fhi_5108',['m_prob_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a8f100dd50d87c8225ab3f4bd4e4e81ee',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5flo_5109',['m_prob_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac9e8ecd94ee3a7eb0baa3683442354ce',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5fsize_5110',['m_prob_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa3ede8e016bea208be71cb1362edf3f7',1,'amrex::PlotFileDataImpl']]], + ['m_5fproc_5fbox_5fcounts_5111',['m_proc_box_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#abc5ce29ac4025b099cc18ee6308b4b0f',1,'amrex::ParticleBufferMap']]], + ['m_5fproc_5fbox_5foffsets_5112',['m_proc_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a65d85d75d30b1f67500bfa62aff5b162',1,'amrex::ParticleBufferMap']]], + ['m_5fprofiler_5113',['m_profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ad136b691382e7a7d8fba158837416b98',1,'amrex::Arena']]], + ['m_5fprofiling_5fstats_5114',['m_profiling_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a086e99739e74b91a474479e2507a7b2c',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fprop_5fzero_5115',['m_prop_zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ad478296de575a072a91d73b9f8b0332e',1,'amrex::GMRESMLMGT']]], + ['m_5fpstruct_5116',['m_pstruct',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ac281e48bd349f0ba8f42b9373eaf0915',1,'amrex::Neighbors::const_iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a557c95eb717280427b11fa5404f4724a',1,'amrex::Neighbors::iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a09fd3cee10d0e540e802b6c7cd9fc6fd',1,'amrex::NeighborData::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a9d4e86f7dc2ff83b23bcd1d0a3d04413',1,'amrex::NeighborList::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a4b3fbe9ad7a9534399391d67b192eed1',1,'amrex::Neighbors::m_pstruct()']]], + ['m_5fptmax_5117',['m_ptmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a135d25559bca9a4ec5dca07f1d08378b',1,'amrex::STLtools']]], + ['m_5fptmin_5118',['m_ptmin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aeeee47c9bfc52a2c01f6b6ad38043b49',1,'amrex::STLtools']]], + ['m_5fptr_5119',['m_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ae7a9bb6b1bb859d01987340327e8d570',1,'amrex::Any::m_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#acb61a285c530ab7badab8ba4c096eb4b',1,'amrex::FatPtr::m_ptr()']]], + ['m_5fptr_5fowner_5120',['m_ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a343632bf7caa49187def50cae53bf757',1,'amrex::TableData']]], + ['m_5fptref_5121',['m_ptref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ab287060a4866170710f23abb884afe91',1,'amrex::STLtools']]], + ['m_5fradii_5122',['m_radii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a1ba71f374b287b623a388dd3c3080135',1,'amrex::EB2::EllipsoidIF']]], + ['m_5fradius_5123',['m_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7c5b05498e0dbdf86a65e6fc719e12ad',1,'amrex::EB2::CylinderIF::m_radius()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3de3a558f56392c6c36976d0a8f21813',1,'amrex::EB2::SphereIF::m_radius()']]], + ['m_5fraii_5fcomm_5124',['m_raii_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'amrex::MLLinOpT::m_raii_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_raii_comm()']]], + ['m_5frange_5125',['m_range',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a33de9fa05506431fd65c4134ce8ce573',1,'amrex::FillPatchIterator']]], + ['m_5frank_5126',['m_rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac01973ea2c365ab71ce7903d8e1dc686',1,'amrex::WeightedBoxList']]], + ['m_5frank_5fin_5fnode_5127',['m_rank_in_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28c7a40658a100cdc586086b19a3915',1,'amrex::ParallelDescriptor']]], + ['m_5frank_5fin_5fprocessor_5128',['m_rank_in_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a089c919e9ff83dd0697192ff37dabbce',1,'amrex::ParallelDescriptor']]], + ['m_5frank_5fme_5129',['m_rank_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#aa5b185e14618f1bef2f4a7bbd9be3f35',1,'amrex::ParallelContext::Frame']]], + ['m_5frankinteam_5130',['m_rankInTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7afcd50dc8308b36a3f92aa13686d7d1',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fratio_5131',['m_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a97a8d3b8adf15cc4121246a77d7d23e0',1,'amrex::FillPatcher::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3cc8f2331d48facc82d8d85c31bab3f1',1,'amrex::YAFluxRegisterT::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a762cdbc28b362b73ca1e44330814ea07',1,'amrex::EdgeFluxRegister::m_ratio()']]], + ['m_5frcv_5fbox_5fcounts_5132',['m_rcv_box_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0cecada82881cc3751599dc6818e5a26',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5fids_5133',['m_rcv_box_ids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0298dfc0a4cf7473d0928f295d4fc69a',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5flevs_5134',['m_rcv_box_levs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a30ec4ed1918cc93dc2345d25aeb4a650',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5foffsets_5135',['m_rcv_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bda4dd344e77a88f619886e4b7a5e41',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5fpids_5136',['m_rcv_box_pids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a27b5bc6c55bb3af6e0a9fe4227182a2e',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fdata_5137',['m_rcv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aade131a77bcc6958b5a1c5296f4f62ec',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fnum_5fparticles_5138',['m_rcv_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb2916dc26f61c4c1e88711227433967',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fpad_5fcorrection_5fd_5139',['m_rcv_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a8305346a9bb20a4e5d7983acb025a5a8',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fpad_5fcorrection_5fh_5140',['m_rcv_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac166e1289239c5e946d1286621d5abd5',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvproc_5141',['m_RcvProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abfa960b63b48835c96d12a8754327b10',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvs_5142',['m_Rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a77c7aface2c0ecf8d3a8006c8924e8fc',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvtags_5143',['m_RcvTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a8a30e2336976ffe878c2c6558ecce70d',1,'amrex::FabArrayBase::CommMetaData::m_RcvTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ace340f0f6a72f7ab1c028ea49d783ba3',1,'amrex::MPMD::Copier::m_RcvTags()']]], + ['m_5frdata_5144',['m_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'amrex::ConstParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'amrex::ParticleBase::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a1fb1e5ea06a345e33563fe09729a8ee7',1,'amrex::ParticleBase< T, NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'amrex::ParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaffa30601135a22b5e4f9ac283b06aa1',1,'amrex::StructOfArrays::m_rdata()']]], + ['m_5freal_5145',['m_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#abe7e2332d46ea24486dfe52e6aaf0e84',1,'amrex::GpuComplex']]], + ['m_5frealbox_5146',['m_realbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a780852cad4ac22553f8cdbda0ff107a4',1,'amrex::AMRErrorTagInfo']]], + ['m_5frecompute_5fpreconditioner_5147',['m_recompute_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad473615875cdc97cafae5a44ca7fff27',1,'amrex::HypreIJIface']]], + ['m_5fredblack_5148',['m_redblack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a32694ef00d37d519168801799c4b90e1',1,'amrex::MLNodeTensorLaplacian']]], + ['m_5fref_5149',['m_ref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a66d4a4d11b9ff6a159c90448e55b6885',1,'amrex::DistributionMapping::m_ref()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaf44041b956612401793f474280e5e2f',1,'amrex::BoxArray::m_ref()']]], + ['m_5fref_5fratio_5150',['m_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ca733ac26d20abcd182611ba7869be4',1,'amrex::HypreMLABecLap::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a899e3e1837760fbc015d572dc4218204',1,'amrex::InterpFaceRegister::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5186d184c4ecd851f7a6859b09688aa1',1,'amrex::PlotFileDataImpl::m_ref_ratio()'],['../classHydro_1_1NodalProjector.html#aa26e4d42d1be4192245b2a5daddf0cfd',1,'Hydro::NodalProjector::m_ref_ratio()']]], + ['m_5fregion_5ftag_5151',['m_region_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad2c72c01911307129e1f6124db9cdf36',1,'amrex::FabArrayBase']]], + ['m_5freq_5152',['m_req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6dd614e3778be9c2c607de3c7fa4881d',1,'amrex::ParallelDescriptor::Message']]], + ['m_5fres_5153',['m_res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'amrex::GMRES::m_res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_res()']]], + ['m_5fresource_5154',['m_resource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a70005a334b1a0d87aa5a94c43ad7ce8a',1,'amrex::EB2::GeometryShop']]], + ['m_5frestart_5ffile_5155',['m_restart_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a7faca328c01194fcb735a45e466529e7',1,'amrex::EB2::ChkptFile']]], + ['m_5frestrtlen_5156',['m_restrtlen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'amrex::GMRES::m_restrtlen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'GMRES< MF, GMRESMLMGT< MF > >::m_restrtlen()']]], + ['m_5fresult_5fis_5fready_5157',['m_result_is_ready',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a4e60cd020808a640d7de13b866728202',1,'amrex::ReduceOps']]], + ['m_5frhs_5158',['m_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab6b44070d9d15cc4932b59f06a0558cd',1,'amrex::HypreIJIface::m_rhs()'],['../classHydro_1_1NodalProjector.html#a5a431f64f8d7d573f352a4bdb2964893',1,'Hydro::NodalProjector::m_rhs()'],['../classHydro_1_1MacProjector.html#ae6c4a3f3e2e04babd66b9bf2cb22c19d',1,'Hydro::MacProjector::m_rhs()']]], + ['m_5frhsnorm0_5159',['m_rhsnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a94b67005dca34f78005f42da6f7b3f04',1,'amrex::MLMGT']]], + ['m_5frmap_5160',['m_rmap',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a11af510cedfd5ac8bd70be4c1573ff05',1,'hacc::Distribution']]], + ['m_5frobin_5fbcval_5161',['m_robin_bcval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95a0dd3f6700b3da5b020a66ef726dff',1,'amrex::MLCellLinOpT']]], + ['m_5froffset_5162',['m_rOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a860eec9b2f5d15e91706d6feb2fa2134',1,'amrex::ParticleCopyPlan']]], + ['m_5froot_5163',['m_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a933d2d3cd77f3b584a5247341fb7c92e',1,'amrex::detail::SingleChunkArena']]], + ['m_5frr_5164',['m_rr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac72693b156f64de61d874f43d5d15443',1,'amrex::ParGDB']]], + ['m_5frtol_5165',['m_rtol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'amrex::GMRES::m_rtol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'GMRES< MF, GMRESMLMGT< MF > >::m_rtol()']]], + ['m_5frun_5fon_5fgpu_5166',['m_run_on_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a38d234c1f591dc1c13f69afab789fba0',1,'amrex::StateDescriptor::BndryFunc::m_run_on_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a631e5f4032aecbfad4c4acf5f35a7490',1,'amrex::BndryFuncArray::m_run_on_gpu()']]], + ['m_5fruntime_5fcomps_5fdefined_5167',['m_runtime_comps_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'amrex::ParticleContainer_impl::m_runtime_comps_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_runtime_comps_defined()']]], + ['m_5fruntime_5fi_5fcptrs_5168',['m_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a168b67cee9983016eb4a811d740523e2',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fi_5fptrs_5169',['m_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae172244722fde937a7ba5a8a60a5ff99',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fidata_5170',['m_runtime_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'amrex::ConstParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a10ad5fb2e51e43137e1b26ce70119735',1,'amrex::StructOfArrays::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'amrex::ParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()']]], + ['m_5fruntime_5fr_5fcptrs_5171',['m_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa1f069375a3a442593c218fc4911de6d',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fr_5fptrs_5172',['m_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6e6255a32ada9fcf2655a94d474ece11',1,'amrex::ParticleTile']]], + ['m_5fruntime_5frdata_5173',['m_runtime_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'amrex::ConstParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'amrex::ParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a179e1b7074dc1c6f3fe55ee3222839de',1,'amrex::StructOfArrays::m_runtime_rdata()']]], + ['m_5frz_5174',['m_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a37504f75c2cf6b138aa349ec76e7a078',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5frz_5falpha_5175',['m_rz_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a78cd20ff53eafb5fcd69e357e221d08a',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fs0_5fnorm0_5176',['m_s0_norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a587789b33e8a1da29ce868daeb003995',1,'amrex::MLNodeLaplacian']]], + ['m_5fs_5fcc_5177',['m_S_cc',['../classHydro_1_1NodalProjector.html#aa844007db4b80bbb38b6508f77e955c7',1,'Hydro::NodalProjector']]], + ['m_5fs_5fnd_5178',['m_S_nd',['../classHydro_1_1NodalProjector.html#a861303e523625db0455563843aeeeb3d',1,'Hydro::NodalProjector']]], + ['m_5fs_5fphi_5feb_5179',['m_s_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad48c24f09145f008fdbfce5f08f02351',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fscalars_5fset_5180',['m_scalars_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a9ef257d12dd2d94c4a70ff5fb5d8f534',1,'amrex::MLABecLaplacianT::m_scalars_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aeef8369bc805a494e2be105d59873c66',1,'amrex::MLEBABecLap::m_scalars_set()']]], + ['m_5fscomp_5181',['m_scomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a77d378e6f4445b1b52d50e81d97c85fc',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fsfine_5182',['m_sfine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ab2eadd469cce946d670a7de5a16e4f79',1,'amrex::FillPatcher']]], + ['m_5fsfinv_5183',['m_sfinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a932ebe41c20dbea7dbe43d208f1dc71d',1,'amrex::EB2::ScaleIF']]], + ['m_5fsigma_5184',['m_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7d8ad0e6e2657c16c753f60cc17434af',1,'amrex::MLEBNodeFDLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8a183b518f95b79420fa95a4400b3a4f',1,'amrex::MLNodeLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a84d4e74b64ef41514492203039ea9d31',1,'amrex::MLNodeTensorLaplacian::m_sigma()'],['../classHydro_1_1NodalProjector.html#a034e829fec13923e69d3f7b58eb9f324',1,'Hydro::NodalProjector::m_sigma()']]], + ['m_5fsigma_5fmf_5185',['m_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af397473ffaa999e0ac6f0fa478d895a0',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fsign_5186',['m_sign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a84095f8c7b235812724ab2d33c8d9130',1,'amrex::EB2::BoxIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab6453352eca518f991c6e74195f3d337',1,'amrex::EB2::CylinderIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a3b6e4a2ba4e86b1b2857488b3453e37d',1,'amrex::EB2::EllipsoidIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a6de7c0bbb4b6f360ad71bb75da9ccf4b',1,'amrex::EB2::PolyIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ad957f17b324e9e51370e72b065d6684c',1,'amrex::EB2::PolynomialIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a729f1a7c0e893a62bde14d9ce2aac7e5',1,'amrex::EB2::SphereIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a99567ce8919aa7ae802d60b62de5d08e',1,'amrex::EB2::TorusIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a13d4b5d3d37df39a577f5238cf23394e',1,'amrex::EB2::PlaneIF::m_sign()']]], + ['m_5fsimplified_5flist_5187',['m_simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6111d0d59d47fcfe76123cc90bfa2f9c',1,'amrex::BoxArray']]], + ['m_5fsin_5fangle_5188',['m_sin_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a985a4f063595d3fa4506d2b014dff877',1,'amrex::EB2::RotationIF']]], + ['m_5fsingle_5fchunk_5farena_5189',['m_single_chunk_arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::CutFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< TagBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< IArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< FArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::Mask >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'amrex::FabArray::m_single_chunk_arena()']]], + ['m_5fsingle_5fchunk_5fsize_5190',['m_single_chunk_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::Mask >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< TagBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< IArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< FArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'amrex::FabArray::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::CutFab >::m_single_chunk_size()']]], + ['m_5fsize_5191',['m_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< index_type >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int *, DefaultAllocator< int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< std::size_t >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< unsigned int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a1a226866e5efa7580c4f117e1c45e386',1,'amrex::EB2::PolynomialIF::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a3a15d388a4307d1a6af319e8244b7d1e',1,'amrex::ParallelDescriptor::ProcessTeam::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2ab5bb610d1b9c02e9a9d0d7a75138ad',1,'amrex::detail::SingleChunkArena::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#abcea4124bbc7aaade2e386895ca90c65',1,'amrex::Stack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'amrex::AmrAssignGrid::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aeec4be8fd894735d9acaa7de8c62d63a',1,'amrex::Gpu::Buffer::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'amrex::ConstParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a686115184123b7683f8ecfeda3cec126',1,'amrex::FatPtr::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3eefad51a3f5c77dfba6bfa8f42e8909',1,'amrex::CArena::Node::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a22fdbcda4f3aba7fe5a29d9137589c4b',1,'amrex::ParticleArrayAccessor::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'amrex::ParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'amrex::PODVector::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::BoxND >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::NeighborCode >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::openbc::MomTag >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::STLtools::Triangle >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::XDim3 >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a86498b7a5078e5d717d9208721216af7',1,'amrex::VectorTag::m_size()']]], + ['m_5fsln_5192',['m_sln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4c1ff70e7ba67cb35235e310144a07ce',1,'amrex::HypreIJIface']]], + ['m_5fsmall_5fradius_5193',['m_small_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab2c4c827cd735a1c6759fadd8173f4f5',1,'amrex::EB2::TorusIF']]], + ['m_5fsmooth_5fnum_5fsweeps_5194',['m_smooth_num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ab0b6c523511d1ccca7263730a75019f9',1,'amrex::MLNodeLinOp']]], + ['m_5fsnd_5fcounts_5195',['m_snd_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0fc80c44685a05b3c1e807569fae0d62',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fnum_5fparticles_5196',['m_snd_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a9af231ffac4e8ee9799fe6db8edd6886',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5foffsets_5197',['m_snd_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a03f46ec462fad618d823836214c9411a',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fpad_5fcorrection_5fd_5198',['m_snd_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a3900fd1e88118efacebc15ddd99cbacf',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fpad_5fcorrection_5fh_5199',['m_snd_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bfedead4c32d33e5013a8b5df9c5245',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnds_5200',['m_Snds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a4f11e52b07357018bf4097a60913ec01',1,'amrex::ParticleCopyPlan']]], + ['m_5fsndtags_5201',['m_SndTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a9faedeb4a7bf786a1143c2f4264369a0',1,'amrex::FabArrayBase::CommMetaData::m_SndTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ac8a7a8cb167be835313951319df1a7c0',1,'amrex::MPMD::Copier::m_SndTags()']]], + ['m_5fsoa_5ftile_5202',['m_soa_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acfdbf84efe0aae5266a28545a2e45480',1,'amrex::ParticleTile']]], + ['m_5fsolver_5203',['m_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6bb23759218b92724ea79d95bb57ec99',1,'amrex::HypreIJIface::m_solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4bde944cac23810adbcae8586a29fce4',1,'amrex::HypreMLABecLap::m_solver()']]], + ['m_5fsolver_5fname_5204',['m_solver_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a1bd8897ee5f2be854cda1560c269d680',1,'amrex::HypreIJIface']]], + ['m_5fsolverdestroyptr_5205',['m_solverDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aba91fd7d31b0749b326b8951483bd7fd',1,'amrex::HypreIJIface']]], + ['m_5fsolverfinalresidualnormptr_5206',['m_solverFinalResidualNormPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5dfbd6d925a40a4b9aaf87e999725fb8',1,'amrex::HypreIJIface']]], + ['m_5fsolvernumitersptr_5207',['m_solverNumItersPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd57a1fed363b002efd0870b9121d808',1,'amrex::HypreIJIface']]], + ['m_5fsolverprecondptr_5208',['m_solverPrecondPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af2a5eaf05419e462af43e6dbac0f7e32',1,'amrex::HypreIJIface']]], + ['m_5fsolversetabstolptr_5209',['m_solverSetAbsTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac89a536ece4354f50e37d9c348ca3cb3',1,'amrex::HypreIJIface']]], + ['m_5fsolversetmaxiterptr_5210',['m_solverSetMaxIterPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8215a538fc2174de6ba720bf22aa9738',1,'amrex::HypreIJIface']]], + ['m_5fsolversettolptr_5211',['m_solverSetTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afae6f2e6cca5494f6eb268b7454f3246',1,'amrex::HypreIJIface']]], + ['m_5fsolversetupptr_5212',['m_solverSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a0a39d10868c7060639ccc1d20dc09f49',1,'amrex::HypreIJIface']]], + ['m_5fsolversolveptr_5213',['m_solverSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83da26622ba6d3465b95ca419d86586c',1,'amrex::HypreIJIface']]], + ['m_5fspacedim_5214',['m_spacedim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa8ed71c19d3021e1f6be45fbae836870',1,'amrex::PlotFileDataImpl']]], + ['m_5fsqrt_5f2_5215',['m_sqrt_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2543fcb32aea78d31b0c4515bf6ca150',1,'amrex_constants_module']]], + ['m_5fsqrt_5fpi_5216',['m_sqrt_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c',1,'amrex_constants_module']]], + ['m_5fsrc_5findices_5217',['m_src_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a8f1e282c58e59fdc95a3343a81ff0517',1,'amrex::ParticleCopyOp']]], + ['m_5fsrcba_5218',['m_srcba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a0731da1aa60b01a75a86c66a1e49a82c',1,'amrex::FabArrayBase::CPC']]], + ['m_5fsrcbdk_5219',['m_srcbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a786fb125f0c7e03c58115eaddeb7c159',1,'amrex::FabArrayBase::CPC::m_srcbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a2028b1d14f841dd6c9e47646c2e8d33a',1,'amrex::FabArrayBase::FPinfo::m_srcbdk()']]], + ['m_5fsrcng_5220',['m_srcng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a368567f75989319e5002e2ec870d82b6',1,'amrex::FabArrayBase::CPC']]], + ['m_5fss_5221',['m_ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'GMRES< MF, GMRESMLMGT< MF > >::m_ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'amrex::GMRES::m_ss()']]], + ['m_5fss_5fa_5222',['m_ss_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afce3813ade7df97da4e139f475916f05',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fb_5223',['m_ss_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af2f93bf32b6d1799e7bd2a3027b48853',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fgraph_5224',['m_ss_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3abcd57ae0d4187a40ee256bdd8f29f7',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fgrid_5225',['m_ss_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6e1dd0ab2281b23542bdf3e612a88053',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fprecond_5226',['m_ss_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7d02613d6773cec7b61dca2d4e1b5615',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fsolver_5227',['m_ss_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a610b6ca3b2fef67292ed1d0d1fbaddfa',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fstencil_5228',['m_ss_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a244b3cf6e6d1fab88dbccbb1a8a65512',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fx_5229',['m_ss_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc03d365cbc2f1a3791aa6f4bff1fd5f',1,'amrex::HypreMLABecLap']]], + ['m_5fstat_5230',['m_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6a697134ff54d12d0cfd9302c2a3d4db',1,'amrex::ParallelDescriptor::Message::m_stat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a0a7a1c0cd13749231991a5b7361fa2b6',1,'amrex::CArena::Node::m_stat()']]], + ['m_5fstate_5231',['m_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ab5a49fbd49c206ff3f03ee616e60b990',1,'amrex::BlockMutex']]], + ['m_5fstatus_5232',['m_status',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'amrex::GMRES::m_status()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'GMRES< MF, GMRESMLMGT< MF > >::m_status()']]], + ['m_5fstencil_5233',['m_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae971fa5b7d9a948b3b8b778bb9540064',1,'amrex::MLNodeLaplacian']]], + ['m_5fstllevel_5234',['m_stllevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ab14caa115cde8da650b6587b8e73dd02',1,'amrex::EB2::IndexSpaceSTL']]], + ['m_5fstop_5235',['m_stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a203d3f6da36fafad340372cb87394dce',1,'amrex::BinIterator::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a7a4551cfd44eb8d3855dc639c91d92a7',1,'amrex::Neighbors::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa1d9037b41a3a5a4822adc0b226a63cf',1,'amrex::Neighbors::const_iterator::m_stop()']]], + ['m_5fstore_5fin_5fcheckpoint_5236',['m_store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a83266e34a32f66f82481390292960e28',1,'amrex::StateDescriptor']]], + ['m_5fstrategy_5237',['m_Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5aadb0f378774b462229052551cd2db8',1,'amrex::DistributionMapping']]], + ['m_5fsuperparticle_5fsize_5238',['m_superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a439daadd96aa6868c30e13e8baf8be18',1,'amrex::ParticleCopyPlan']]], + ['m_5fsupport_5239',['m_support',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9d7fc23809662b01ce10290962d272e8',1,'amrex::EBDataCollection::m_support()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0121434aeeb0ad87903dd1401803c1ba',1,'amrex::EBFArrayBoxFactory::m_support()']]], + ['m_5fsync_5240',['m_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ac43afd05d7a1429cfc3457df64e89d23',1,'amrex::Gpu::StreamIter']]], + ['m_5fsync_5fresid_5fcrse_5241',['m_sync_resid_crse',['../classHydro_1_1NodalProjector.html#addb02b798336040f2a5967c348f8b702',1,'Hydro::NodalProjector']]], + ['m_5fsync_5fresid_5ffine_5242',['m_sync_resid_fine',['../classHydro_1_1NodalProjector.html#a52f7d954bee1adb67991c1a764dbd314',1,'Hydro::NodalProjector']]], + ['m_5ftable_5243',['m_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abe4e8f257927686a878e5be81358b213',1,'amrex::ParmParse']]], + ['m_5ftac_5fstats_5244',['m_TAC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa5ab85a3018faa2b983936fa4116cd4f',1,'amrex::FabArrayBase']]], + ['m_5ftags_5245',['m_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'amrex::FabArray::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< PetscInt > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::CutFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::EBCellFlagFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::Mask >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< FArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< IArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< TagBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_tags()']]], + ['m_5ftauflux_5246',['m_tauflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#abb70c0cd0ba0b1da3fe27e69bb2fe792',1,'amrex::MLEBTensorOp']]], + ['m_5fteam_5247',['m_Team',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a387acd4f26462ef60c5de9d87ef15c67',1,'amrex::ParallelDescriptor']]], + ['m_5fteam_5fcomm_5248',['m_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a69bbcf1d147ce2786b6c5c4f166b2b1e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5ftest_5249',['m_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aaf31df482ec4a1715c7364a12d4b0cc0',1,'amrex::AMRErrorTag']]], + ['m_5ftgco_5250',['m_tgco',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a56625fa335515114f136cf0aa8488fec',1,'amrex::FabArrayBase::CPC']]], + ['m_5fthecpcache_5251',['m_TheCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa2a265ca0b7ce27ee0f3d66c86fe929d',1,'amrex::FabArrayBase']]], + ['m_5fthecrsefinecache_5252',['m_TheCrseFineCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab58a879dec4546737754f55dd8b600e2',1,'amrex::FabArrayBase']]], + ['m_5fthefbcache_5253',['m_TheFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6ec51851470b2e1ec57805bad7725268',1,'amrex::FabArrayBase']]], + ['m_5fthefillpatchcache_5254',['m_TheFillPatchCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acdb408349f86d3e32c29e245a361ba0c',1,'amrex::FabArrayBase']]], + ['m_5ftheparforcache_5255',['m_TheParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3ac3a9247a9551f551256c6a1043e002',1,'amrex::FabArrayBase']]], + ['m_5fthepolarbcache_5256',['m_ThePolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bd69d649f9a0446dbc7ba981c58199a',1,'amrex::FabArrayBase']]], + ['m_5ftherb180cache_5257',['m_TheRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9549d43d5d9d74ddb7c541d9f3339848',1,'amrex::FabArrayBase']]], + ['m_5ftherb90cache_5258',['m_TheRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac6817d7110b3389ad5ececd0da4e241a',1,'amrex::FabArrayBase']]], + ['m_5fthetilearraycache_5259',['m_TheTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#afc113a32c271a6c406b525795a5d71e0',1,'amrex::FabArrayBase']]], + ['m_5fthread_5260',['m_thread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3093fd845f22fd2dd628aca6a442851f',1,'amrex::BackgroundThread']]], + ['m_5fthreadsafe_5261',['m_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52b41c558e2c01ea2386c5ffcf258759',1,'amrex::Gpu::StreamIter']]], + ['m_5fthreadsafe_5floc_5262',['m_threadsafe_loc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a0d33ba955e754e4749cbb8337082bb0d',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5fthreadsafe_5frcv_5263',['m_threadsafe_rcv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a45f8bde679589b1086b07cc3faba6740',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5ftile_5264',['m_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a963b4d0da43b9378de88dc4956581e83',1,'amrex::ParticleLocData']]], + ['m_5ftilebox_5265',['m_tilebox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad662500121fee7c74a07d58b96c1f0dd',1,'amrex::ParticleLocData']]], + ['m_5ftime_5266',['m_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac669cda0914a26ea86c2c118e10791dc',1,'amrex::FillPatchIteratorHelper::m_time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a67448031bad4b668d4208c53c1b5056a',1,'amrex::PlotFileDataImpl::m_time()']]], + ['m_5ftri_5fnormals_5fd_5267',['m_tri_normals_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#accd39d6fb1aca77a857b0a4ad1e51ce4',1,'amrex::STLtools']]], + ['m_5ftri_5fpts_5fd_5268',['m_tri_pts_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#afe0f0661535402979c4c346235b957fc',1,'amrex::STLtools']]], + ['m_5ftri_5fpts_5fh_5269',['m_tri_pts_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aee7f90ddbeb003f7aac15f3b448c4a87',1,'amrex::STLtools']]], + ['m_5ftruesize_5270',['m_truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afe2cef7f8d8260130dc5640520f4062b',1,'amrex::TableData']]], + ['m_5ftyp_5271',['m_typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#ae87c108fe184887d8f71272d564700d8',1,'amrex::BATindexType::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8e3247c949b2224196c82ab300bbfbb4',1,'amrex::BATbndryReg::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a70a0f9e05a982b0fba0204104b794e72',1,'amrex::FabArrayBase::FB::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ae45a6ecaa6463cf76c6ea2edb046319f',1,'amrex::BATindexType_coarsenRatio::m_typ()']]], + ['m_5ftype_5272',['m_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a625c1eeed8e477ce6df628fdf55059a9',1,'amrex::EBCellFlagFab::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a84a692c3807a4e2ab439841c70b1f004',1,'amrex::FArrayBox::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#abf21a1cad8c8f6f18b02971ed68051ed',1,'amrex::ParallelDescriptor::Message::m_type()']]], + ['m_5ftypemap_5273',['m_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a914a481cd7a1365cd6e02ebdf629131d',1,'amrex::EBCellFlagFab']]], + ['m_5fumac_5274',['m_umac',['../classHydro_1_1MacProjector.html#a202c14635c7a0c506918f2e8c0321eb5',1,'Hydro::MacProjector']]], + ['m_5fumac_5floc_5275',['m_umac_loc',['../classHydro_1_1MacProjector.html#ad6e1524d4ec4fc9899afe7b896b8dca9',1,'Hydro::MacProjector']]], + ['m_5fundrrelxr_5276',['m_undrrelxr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab50c53ea7ff9c53bf37ac816e0663406',1,'amrex::MLCellLinOpT']]], + ['m_5fuse_5fgauss_5fseidel_5277',['m_use_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#add77293caacd09584aa8b5f0fd7f923a',1,'amrex::MLCellLinOpT::m_use_gauss_seidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1dd0f2250ddf96f66c4163f0f99e1f1d',1,'amrex::MLNodeLaplacian::m_use_gauss_seidel()']]], + ['m_5fuse_5fharmonic_5faverage_5278',['m_use_harmonic_average',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac1b3d5d3a2cde86e476ffb95f17b0fef',1,'amrex::MLNodeLaplacian']]], + ['m_5fuse_5fmapped_5279',['m_use_mapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2cb5c874294fca6f5552906493d6987f',1,'amrex::MLNodeLaplacian']]], + ['m_5fuse_5fmlhypre_5280',['m_use_mlhypre',['../classHydro_1_1MacProjector.html#a1cfed0b2f4b04e97af45164e905542e8',1,'Hydro::MacProjector']]], + ['m_5fuse_5fpcg_5281',['m_use_pcg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90caeb3665770814375e6ab7108e7536',1,'amrex::MLCurlCurl']]], + ['m_5fuse_5fprecond_5282',['m_use_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab701de7cf398139b6f8804adb3eddd55',1,'amrex::GMRESMLMGT']]], + ['m_5fused_5283',['m_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7ec2fcdaa0d06d1fceb739d0e1661751',1,'amrex::CArena']]], + ['m_5fuser_5ff_5284',['m_user_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#aac214cf749cf15c34ae0cdda7b16a292',1,'amrex::GpuBndryFuncFab']]], + ['m_5fuserfunc_5285',['m_userfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab30d140ebc75fb6f346e8b519bc25f32',1,'amrex::AMRErrorTag']]], + ['m_5fv_5ftmp_5flhs_5286',['m_v_tmp_lhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'amrex::GMRES::m_v_tmp_lhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_lhs()']]], + ['m_5fv_5ftmp_5frhs_5287',['m_v_tmp_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'amrex::GMRES::m_v_tmp_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_rhs()']]], + ['m_5fvalidbox_5288',['m_validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ae472b90af10b7b39bc9b15f9b3ae9563',1,'amrex::EB2::GFab']]], + ['m_5fvals_5289',['m_vals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#a735a0d1d9af362200a39ed6eeb6dca1b',1,'amrex::ParmParse::PP_entry']]], + ['m_5fvalue_5290',['m_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f97d93ea970ab6a2deccc908df9a778',1,'amrex::AMRErrorTag::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'amrex::detail::gpu_tuple_element::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'gpu_tuple_element< I, Head >::m_value()']]], + ['m_5fvar_5fnames_5291',['m_var_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a97218ed0288178e38d8c1f1e5aa5eb22',1,'amrex::PlotFileDataImpl']]], + ['m_5fvars_5292',['m_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a38fbb1b724d2f5ea93477b942c1b589c',1,'amrex::Parser']]], + ['m_5fvel_5293',['m_vel',['../classHydro_1_1NodalProjector.html#ab7877893e7c8508bcdb57ecb69f8186d',1,'Hydro::NodalProjector']]], + ['m_5fverbose_5294',['m_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'amrex::GMRES::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'GMRES< MF, GMRESMLMGT< MF > >::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a559b510a5112ec5d239ce2b27e8dac58',1,'amrex::HypreIJIface::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a98523c0ee725e9b867ac7d056430a98e',1,'amrex::HypreMLABecLap::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ada654e05e95e8e0a94b7176ac293d60f',1,'amrex::HypreSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ca647ecd06b85d8b1ae579ae02895d5',1,'amrex::OpenBCSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89f6fb84fb7e73fc185ae5d8f45818ab',1,'amrex::ParticleContainerBase::m_verbose()'],['../classHydro_1_1MacProjector.html#ad404c14e097be049171e3ab0e5dc10e6',1,'Hydro::MacProjector::m_verbose()'],['../classHydro_1_1NodalProjector.html#a1227ef2a37834880d4c6ce67abb28c7d',1,'Hydro::NodalProjector::m_verbose()']]], + ['m_5fvers_5295',['m_vers',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aacee1781de8865ef3c3eb1d282bc6f9b',1,'amrex::VisMF::Header']]], + ['m_5fvid_5296',['m_vid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#a2cd960ffa980858f414420f76ffc25d9',1,'amrex::EB2::Edge']]], + ['m_5fvismf_5297',['m_vismf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dd76c0ba4a0e1c03cad73ce8e4147e4',1,'amrex::PlotFileDataImpl']]], + ['m_5fvolfrac_5298',['m_volfrac',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html#a1ce6b16223431af66f51f32e63757950',1,'amrex::EB2::Cell::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab87f9babcf2b30b23ea7a36ee621538e',1,'amrex::EBDataCollection::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0fd8fbb0ff5ceb71c27249153f70a53f',1,'amrex::EB2::Level::m_volfrac()']]], + ['m_5fvolfrac_5fname_5299',['m_volfrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a98dcc4c1bd8c711efd1ca8435ade6e1b',1,'amrex::EB2::ChkptFile']]], + ['m_5fvolinv_5300',['m_volinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad73d9eed28e8d9d32cf54327e21c5225',1,'amrex::MLCellLinOpT']]], + ['m_5fvolume_5fweighting_5301',['m_volume_weighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa425665e4dba84abc87833b4336ff14d',1,'amrex::AMRErrorTagInfo']]], + ['m_5fvv_5302',['m_vv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'amrex::GMRES::m_vv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'GMRES< MF, GMRESMLMGT< MF > >::m_vv()']]], + ['m_5fweight_5303',['m_weight',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a0835a7597d5398b00aede057c5961992',1,'amrex::WeightedBox::m_weight()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a6734bc342d0cc4b6b107c0e2c3a5deee',1,'amrex::WeightedBoxList::m_weight()']]], + ['m_5fwidth_5304',['m_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a7407b165f10e3efeb9551ecc1c8d6080',1,'amrex::IOFormatSaver']]], + ['m_5fwrite_5fcounter_5305',['m_write_counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aafa24076e772ca5e72ac632f9313300c',1,'amrex::HypreIJIface']]], + ['m_5fwrite_5ffiles_5306',['m_write_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a06b918c86f2df226b6b631916e456e72',1,'amrex::HypreIJIface']]], + ['m_5fwrittenrd_5307',['m_writtenRD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae83557a09400cdcb97b0220b3ced8d43',1,'amrex::VisMF::Header']]], + ['m_5fx_5308',['m_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ae747e84281f7636b354d847962c0cc4f',1,'amrex::HypreSolver']]], + ['mac_5finterpolate_5309',['mac_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629',1,'amrex']]], + ['macprojector_5310',['MacProjector',['../classHydro_1_1MacProjector.html',1,'Hydro::MacProjector'],['../classHydro_1_1MacProjector.html#a6f5d3d7bd577cba4d3f40be51c56bcbb',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Geometry > &a_geom, amrex::MLMG::Location a_umac_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_beta_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_phi_loc=amrex::MLMG::Location::CellCenter, amrex::MLMG::Location a_divu_loc=amrex::MLMG::Location::CellCenter)'],['../classHydro_1_1MacProjector.html#a3ca29786854f04e67ccf2595c7d48524',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu, amrex::MLMG::Location a_divu_loc, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#a758e62356163baa02f82cec81d07debd',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#abb52e5323c3eb2627bf03b19c7baec65',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a6018b9d8d4d05168315cbaa21680db4f',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a2611aa7b8def7545242fb3fdba84b98b',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::Real a_const_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={}, const amrex::Vector< amrex::MultiFab const * > &a_divu={})']]], + ['magenta_5311',['Magenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec',1,'amrex::FGColor::Magenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a872f0a27e2fa1c13fd7227914524b3cb',1,'amrex::BGColor::Magenta()']]], + ['main_2edox_5312',['main.dox',['../main_8dox.html',1,'(Global Namespace)'],['https://amrex-codes.github.io/amrex/doxygen/main_8dox.html',1,'(Global Namespace)']]], + ['make_5313',['make',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'MLLinOpT< Array< MultiFab, 3 > >::make(Vector< Vector< Array< MultiFab, 3 > > > &mf, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'MLLinOpT< Array< MultiFab, 3 > >::make(int amrlev, int mglev, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'amrex::MLLinOpT::make()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7676ba4a8f0f7e18be2366dd33ef322f',1,'amrex::MLCurlCurl::make(Vector< Vector< MF > > &mf, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ace16dcafe1f3dc9c2c37b18bb6437986',1,'amrex::MLCurlCurl::make(int amrlev, int mglev, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'amrex::MLLinOpT::make()']]], + ['make_5falias_5314',['make_alias',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba',1,'amrex']]], + ['make_5falike_5315',['make_alike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::make_alike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'amrex::ParticleContainer_impl::make_alike()']]], + ['make_5fbox_5316',['make_box',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a7b99f31edd5a4c819ab81f9ed3045ef6',1,'amrex::BoxCommHelper']]], + ['make_5fdeep_5fcopy_5317',['make_deep_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90',1,'amrex']]], + ['make_5finvalid_5318',['make_invalid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#af21bcbc4ede1afe42beb3ce0667e56be',1,'amrex::ParticleIDWrapper']]], + ['make_5fmf_5fcrse_5fmask_5319',['make_mf_crse_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34617f70eaffc9dd42ef30e75602e4e3',1,'amrex::detail']]], + ['make_5fmf_5fcrse_5fpatch_5320',['make_mf_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1f1cf618eec93f3f663f4eab80c283a5',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34a42876ed5cec17cb6852ce43b710b7',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], + ['make_5fmf_5ffine_5fpatch_5321',['make_mf_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10de83755b69f93f5403c69c1de02300',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2b92d0ed9f799213702e12a02f9585d7',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], + ['make_5fmf_5frefined_5fpatch_5322',['make_mf_refined_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18788233897dcea378a821f83c7dd90a',1,'amrex::detail']]], + ['make_5fparticle_5323',['make_particle',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html',1,'']]], + ['make_5fparticle_3c_20t_5fparticletype_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fsoa_5fparticle_3c_20t_5fparticletype_20_3e_3a_3avalue_20_3e_20_3e_5324',['make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html',1,'']]], + ['make_5ftable_5325',['make_table',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9',1,'amrex::detail::make_table(T *p, Array< int, 1 > const &lo, Array< int, 1 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7cc30cb3974fb2a7e882c016a4b81e3c',1,'amrex::detail::make_table(T *p, Array< int, 2 > const &lo, Array< int, 2 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53',1,'amrex::detail::make_table(T *p, Array< int, 3 > const &lo, Array< int, 3 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a951cc75933e6ea9338ea3365ec337fb2',1,'amrex::detail::make_table(T *p, Array< int, 4 > const &lo, Array< int, 4 > const &hi)']]], + ['make_5ftuple_5326',['make_tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d441e7b18bae347c4ed240bcb0b4eaa',1,'amrex::detail']]], + ['make_5fvalid_5327',['make_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a932035c8f264cf9e16c6568842bdd2ce',1,'amrex::ParticleIDWrapper']]], + ['makeagglomerateddmap_5328',['makeAgglomeratedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAgglomeratedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'amrex::MLLinOpT::makeAgglomeratedDMap()']]], + ['makealias_5329',['makeAlias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'amrex::MLLinOpT::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aaf764f3b83bb093cc40ce4c7a2bb6d59',1,'amrex::MLCurlCurl::makeAlias()']]], + ['makeallregular_5330',['makeAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'amrex::EB2::GShopLevel::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< ChkptFile >::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< STLtools >::makeAllRegular()']]], + ['makearray4_5331',['makeArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0',1,'amrex']]], + ['makebasegrids_5332',['MakeBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac7d0ce87a8047dcdf7b45d4232121881',1,'amrex::AmrMesh']]], + ['makecoarseamr_5333',['makeCoarseAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#af6f2d3f064b878b9d56bba0f7ddce029',1,'amrex::MLCurlCurl::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'amrex::MLLinOpT::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseAmr()']]], + ['makecoarsemg_5334',['makeCoarseMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'amrex::MLLinOpT::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac1291ffd5a7c279cd34ce48de928e550',1,'amrex::MLCurlCurl::makeCoarseMG()']]], + ['makecomplement_5335',['makeComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e',1,'amrex::EB2']]], + ['makeconsolidateddmap_5336',['makeConsolidatedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'amrex::MLLinOpT::makeConsolidatedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'MLLinOpT< Array< MultiFab, 3 > >::makeConsolidatedDMap()']]], + ['makedifference_5337',['makeDifference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164',1,'amrex::EB2']]], + ['makedistributionmap_5338',['MakeDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abf07e71ebb90aa135bd78e4965536d04',1,'amrex::AmrMesh']]], + ['makeebfabfactory_5339',['makeEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379',1,'amrex::makeEBFabFactory(const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df',1,'amrex::makeEBFabFactory(const EB2::Level *eb_level, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51',1,'amrex::makeEBFabFactory(const EB2::IndexSpace *index_space, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)']]], + ['makeexecutionconfig_5340',['makeExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ac21b6d1625e2f56c27d364434a5c49f4',1,'amrex::Gpu::makeExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a96329917c7544347d421e3a216fb58a1',1,'amrex::Gpu::makeExecutionConfig(const Box &box) noexcept']]], + ['makefactory_5341',['makeFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'amrex::MLLinOpT::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'MLLinOpT< Array< MultiFab, 3 > >::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a6c7b9e7f8c29dd4ca75b7254f81409d1',1,'amrex::MLEBABecLap::makeFactory()']]], + ['makefillboundarymetadata_5342',['makeFillBoundaryMetaData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77',1,'amrex::NonLocalBC']]], + ['makefilterfile_5343',['MakeFilterFile',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adee7586f1673d8f37da0f0b69c25fd62',1,'BLProfStats']]], + ['makefinemask_5344',['makeFineMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const IntVect &cnghost, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af559f21584872566541db61cbacf7470',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value, LayoutData< int > &has_cf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, int crse_value=0, int fine_value=1)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, Real crse_value, Real fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, int crse_value, int fine_value)']]], + ['makefinemask_5fdoit_5345',['makeFineMask_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81',1,'amrex']]], + ['makefuncpcttimesmf_5346',['MakeFuncPctTimesMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be',1,'amrex']]], + ['makehypre_5347',['makeHypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d',1,'amrex']]], + ['makeintersection_5348',['makeIntersection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4',1,'amrex::EB2']]], + ['makeiparser_5349',['makeIParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afac8d3383aa70acfdd3cd22a8df79539',1,'amrex::ParmParse']]], + ['makeitracker_5350',['MakeITracker',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3',1,'amrex']]], + ['makeknapsack_5351',['makeKnapSack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0704dfa27b86490adf8d30ddf4cd54f6',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a7e828702ab51bdb55b0f15b71c86b420',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, Real &eff, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae4537c97b68ccdc4d6689c3363b2e7d9',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2ef033cdeecaf68beca223b0eb537bb4',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, Real &eff, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae9c31399ed9426f497edfda2dafb0b2d',1,'amrex::DistributionMapping::makeKnapSack(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, int nmax=std::numeric_limits< int >::max(), bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber(), Real keep_ratio=Real(0.0))']]], + ['makeloadbalancedistributionmap_5352',['makeLoadBalanceDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a11440fbd79bb8db036e18692462e142f',1,'amrex::Amr']]], + ['makemfiter_5353',['MakeMFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adc8bb6ea7e7d8a9596936623bc2e26ed',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, const MFItInfo &info) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a30a608b14352a5cd5bfed79f69f98011',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, bool tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41cb0c34d64f3d1df87d83f3b26f594b',1,'amrex::ParticleContainerBase::MakeMFIter(int lev) const']]], + ['makenewgrids_5354',['MakeNewGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#acb422930e8e69fc386727f45607e114b',1,'amrex::AmrMesh::MakeNewGrids(int lbase, Real time, int &new_finest, Vector< BoxArray > &new_grids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0bf56e73af1dfffcba7bfcadad887751',1,'amrex::AmrMesh::MakeNewGrids(Real time=0.0)']]], + ['makenewlevelfromcoarse_5355',['MakeNewLevelFromCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2695f24a5faa596e3a8bfb3e0021bf5b',1,'amrex::Amr::MakeNewLevelFromCoarse()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af472acf05bea1145b67f7022de16a664',1,'amrex::AmrCore::MakeNewLevelFromCoarse()']]], + ['makenewlevelfromscratch_5356',['MakeNewLevelFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aeadd0d727cd8c5abbd46b3c4dbcb363a',1,'amrex::Amr::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a2612f7a3cf58e16e8f9ddd27e81e9a8c',1,'amrex::AmrCore::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b313b548c5c16a75ad21b053f9fc1b0',1,'amrex::AmrMesh::MakeNewLevelFromScratch()']]], + ['makengrids_5357',['makeNGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a1574dd8857314d9658c28c26adc6ce12',1,'amrex::MLCellLinOpT']]], + ['makenlinop_5358',['makeNLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac03f98cb7e5a9397213306e9884a65b4',1,'amrex::MLABecLaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9a31f692af9979009765151942209b8',1,'amrex::MLPoissonT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'MLLinOpT< Array< MultiFab, 3 > >::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'amrex::MLLinOpT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acc092ce18db466c80a5e590b2b79b120',1,'amrex::MLEBABecLap::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedb08ecb8e516d3fa40ec712cf39a36a',1,'amrex::MLALaplacianT::makeNLinOp()']]], + ['makeownermask_5359',['makeOwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae050e4fda0843b175da8fbcfb8462392',1,'amrex::MLNodeLinOp']]], + ['makeparser_5360',['makeParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a0e28c45ee942f30c9f5c50f338e203',1,'amrex::ParmParse']]], + ['makepetsc_5361',['makePetsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd0e7692c28626659b75637c2c63528',1,'amrex']]], + ['makeplans_5362',['makePlans',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a98aaf8b4a82c0802d0138e58b8437f28',1,'hacc::Dfft']]], + ['makepolymorphic_5363',['makePolymorphic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d',1,'amrex']]], + ['makeregionplt_5364',['MakeRegionPlt',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2d638a90467cede3ed5491a52e6a4f62',1,'RegionsProfStats::MakeRegionPlt()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7862b0d9f09d54c84a6acf3eafd26035',1,'BLProfStats::MakeRegionPlt()']]], + ['makeroundrobin_5365',['makeRoundRobin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a70511fca0600a56369ce74f28cbc9d99',1,'amrex::DistributionMapping']]], + ['makesfc_5366',['makeSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adf34aceea3cb24a10bdbdd9ef215028d',1,'amrex::DistributionMapping::makeSFC(const BoxArray &ba, bool use_box_vol=true, int nprocs=ParallelContext::NProcsSub())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3691234f6667de564cebb4e990a4b143',1,'amrex::DistributionMapping::makeSFC(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adeed6f16e7f9636c8733845ad5803804',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5149c43052f843c3e37014f3a3fa2e96',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abb2f4bf15b369e16d6387333ef7a0d54',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa07e2c79e1100575a40bdb8c2b3efe03',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, bool sort=true)']]], + ['makeshop_5367',['makeShop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642',1,'amrex::EB2::makeShop(F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0',1,'amrex::EB2::makeShop(F &&f, R &&r)']]], + ['makesimilardm_5368',['MakeSimilarDM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0',1,'amrex::MakeSimilarDM(const BoxArray &ba, const MultiFab &mf, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc0569d3487d998596b2a11392bddaca',1,'amrex::MakeSimilarDM(const BoxArray &ba, const BoxArray &src_ba, const DistributionMapping &src_dm, const IntVect &ng)']]], + ['makesinglecellbox_5369',['makeSingleCellBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eb1742be92272caefd59407a8effebd',1,'amrex::makeSingleCellBox(int i, int j, int k, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821',1,'amrex::makeSingleCellBox(IntVectND< dim > const &vect, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())']]], + ['makeslab_5370',['makeSlab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7',1,'amrex::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'amrex::BoxND::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'BoxND< AMREX_SPACEDIM >::makeSlab()']]], + ['makesolvable_5371',['makeSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a74aa5d200cbee55ce7f454618d2d1789',1,'amrex::MLMGT::makeSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6dc8cde9b0768dd1f82dbc0a658e76f4',1,'amrex::MLMGT::makeSolvable(int amrlev, int mglev, MF &mf)']]], + ['makespace_5372',['makeSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a',1,'amrex::Morton']]], + ['makestateredistutils_5373',['MakeStateRedistUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc',1,'amrex::MakeStateRedistUtils(amrex::Box const &bx, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, amrex::Array4< amrex::Real const > const &ccent, amrex::Array4< int const > const &itracker, amrex::Array4< amrex::Real > const &nrs, amrex::Array4< amrex::Real > const &alpha, amrex::Array4< amrex::Real > const &nbhd_vol, amrex::Array4< amrex::Real > const &cent_hat, amrex::Geometry const &geom, amrex::Real target_volfrac)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0472d1147267486256bc020afa8670d2',1,'amrex::MakeStateRedistUtils(Box const &bx, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrac, Array4< Real const > const &ccent, Array4< int const > const &itracker, Array4< Real > const &nrs, Array4< Real > const &alpha, Array4< Real > const &nbhd_vol, Array4< Real > const &cent_hat, Geometry const &lev_geom, Real target_vol)']]], + ['makesubcommunicator_5374',['makeSubCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'amrex::MLLinOpT::makeSubCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'MLLinOpT< Array< MultiFab, 3 > >::makeSubCommunicator()']]], + ['maketuple_5375',['makeTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3',1,'amrex']]], + ['maketype_5376',['MakeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6',1,'amrex']]], + ['makeunion_5377',['makeUnion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a',1,'amrex::EB2']]], + ['makeveclhs_5378',['makeVecLHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a757525ba6bbe0f037464b6bea3769300',1,'amrex::GMRESMLMGT']]], + ['makevecrhs_5379',['makeVecRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a149cc7245fa38541199e133b4ba3ecfc',1,'amrex::GMRESMLMGT']]], + ['makexdim3_5380',['makeXDim3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8338a320488a4b26607928529d25c1a5',1,'amrex']]], + ['makezerotuple_5381',['MakeZeroTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8',1,'amrex']]], + ['managed_5382',['Managed',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html',1,'amrex::Gpu']]], + ['managedarenaallocator_5383',['ManagedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ManagedArenaAllocator.html',1,'amrex']]], + ['managedarenawrapper_5384',['ManagedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html',1,'amrex']]], + ['manageddevicevector_5385',['ManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af22f411b79da7033051cdfa1539e21be',1,'amrex::Gpu']]], + ['managedobjects_5386',['ManagedObjects',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#aeb6b0e7cb1bbac77e4f65e96e4f8a4d5',1,'amrex::AmrDataAdaptor::InternalsType::ManagedObjects()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a11b8e5a1bb9908d15d0cf626b12be2f5',1,'amrex::AmrMeshDataAdaptor::InternalsType::ManagedObjects()']]], + ['managedvector_5387',['ManagedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab2661b6ddd9751b7e197a9d619dabc7b',1,'amrex::Gpu']]], + ['manual_5ftags_5fplacement_5388',['manual_tags_placement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2e78f3a4398272855b0a9ac3becaefd7',1,'amrex::AmrLevel']]], + ['manualtagsplacement_5389',['ManualTagsPlacement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abe4eb07db47e710993616e88931fafe1',1,'amrex::AmrMesh::ManualTagsPlacement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d0e58b8aaa0cac0a8cd432f37198197',1,'amrex::Amr::ManualTagsPlacement()']]], + ['map_5390',['Map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a83596ee5f5aec04eecf65de835ca82fb',1,'amrex::InSituUtils::StateMap']]], + ['map_5391',['map',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a63f351d445a8afb6fc893af63fa1d851',1,'amrex::NonLocalBC::MapComponents']]], + ['map_5fdata_5392',['map_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acd01b4dfae6f5cbd84d2ed940355fd0c',1,'amrex::FEIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a0b2271de694f1ea0903339931578ec',1,'amrex::IntegratorBase::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acc1277598adc82e186fef0b44c86e603',1,'amrex::RKIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#af0bac245837e93c1fc9a6a157c4a30a7',1,'amrex::SundialsIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1cf98d54388171aa821affc5af092394',1,'amrex::TimeIntegrator::map_data()']]], + ['mapcomponents_5393',['MapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html',1,'amrex::NonLocalBC']]], + ['mapofcopycomtagcontainers_5394',['MapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a26137d0a3c8a4a024bf811fbaac6208d',1,'amrex::MultiFab::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa36883196eb7b1d039fd1941966a4310',1,'amrex::FabArrayBase::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae6a08f61ef40bcb043383a5000ea028e',1,'amrex::FabArrayBase::CopyComTag::MapOfCopyComTagContainers()']]], + ['mapper_5395',['mapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ad3e56481c923c022bd9cfca822473ea6',1,'amrex::InterpolaterBoxCoarsener::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0bde7d6910db8c5b29d8ea845f7dff88',1,'amrex::StateDescriptor::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa07835dc9dafb5110f5bfebf9291e72b',1,'amrex::DeriveRec::mapper()']]], + ['mapper_5fcomp_5396',['mapper_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a13d32bba91b8bb8d5a707df7147f1fa8',1,'amrex::StateDescriptor']]], + ['mapperiodicremoveduplicates_5397',['mapPeriodicRemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a3173610e281bd7542514a433a704cd9a',1,'amrex::TagBoxArray']]], + ['mask_5398',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html',1,'amrex::Mask'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1bbe56597e75e9487f95ea8a720ee5e7',1,'amrex::Mask::Mask()']]], + ['mask_5399',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a0d36980c7c0e499ff0b04dce3a573f84',1,'amrex::InterpFaceRegister::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'IndexTypeND< AMREX_SPACEDIM >::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'amrex::IndexTypeND::mask()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#aefd17c6e3f785176ccbb31649b3ad452',1,'amrex::Array4MaskCopyTag::mask()']]], + ['mask_5400',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ab3bc08bd2f3deea5af111c3720a02b9c',1,'amrex::Mask::Mask(const Mask &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa1437a1b1611cb70a4d8c6a581c7a5bf',1,'amrex::Mask::Mask(Mask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a42404772901ea5f0d3a72d98fc48497d',1,'amrex::Mask::Mask(Mask const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a6b295b191764969c7033a967abd45d97',1,'amrex::Mask::Mask(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a230355fcd3e68a68f02f4ebd6ad2ce17',1,'amrex::Mask::Mask(const Box &bx, int nc=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae6d52518e33c58ca5c4ea5e118fcec5a',1,'amrex::Mask::Mask(const Box &bx, int nc, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abd8bff7cbc703e734acd4c8beba9218e',1,'amrex::Mask::Mask() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1fa2d5c56c30c372187e9e7954c7c393',1,'amrex::Mask::Mask(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a95db54d25c0f6cf6bdb4d3833045cb58',1,'amrex::Mask::Mask(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a9018e9168017880e0243ad751f931cac',1,'amrex::Mask::Mask(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2e99ed3b0c4632c5e758c88928b97202',1,'amrex::Mask::Mask(Array4< int > const &a) noexcept']]], + ['mask_5fhi_5401',['mask_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2e30a919a35e6ea38e7bacf46b4651f4',1,'amrex::MLMGABCTag']]], + ['mask_5flo_5402',['mask_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ae93adb4c1400fd02a3ffded0e53528fc',1,'amrex::MLMGABCTag']]], + ['mask_5fptr_5403',['mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad8787f8726e711a8d7a8e0dce3fb8624',1,'amrex::NeighborParticleContainer']]], + ['maskcomps_5404',['MaskComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html',1,'amrex::NeighborParticleContainer']]], + ['maskcoveredcells_5405',['MaskCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a47a80402ae32dddd6c934f336c361b1b',1,'amrex::InSituUtils']]], + ['maskeq_5406',['maskEQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< PetscInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< Real >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< HYPRE_Int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< EBCellFlag >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< char >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< AtomicInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'amrex::BaseFab::maskEQ()']]], + ['maskge_5407',['maskGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< Real >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< PetscInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'amrex::BaseFab::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< AtomicInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< char >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< EBCellFlag >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< HYPRE_Int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< int >::maskGE()']]], + ['maskghostcells_5408',['MaskGhostCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a8cf7bdb752f3479f85a203dc2181e27e',1,'amrex::InSituUtils']]], + ['maskgt_5409',['maskGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'amrex::BaseFab::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< Real >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< PetscInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< HYPRE_Int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< EBCellFlag >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< char >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< AtomicInt >::maskGT()']]], + ['maskle_5410',['maskLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'amrex::BaseFab::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< AtomicInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< char >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< EBCellFlag >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< HYPRE_Int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< PetscInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< Real >::maskLE()']]], + ['masklt_5411',['maskLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< HYPRE_Int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< Real >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< PetscInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< EBCellFlag >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'amrex::BaseFab::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< char >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< AtomicInt >::maskLT()']]], + ['masks_5412',['masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abb734566f5eab0761ad80aec4f7dfa3d',1,'amrex::BndryDataT']]], + ['masks_5413',['Masks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a7e91eaba6548fd6e92413aa049f4a4ac',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['maskval_5414',['MaskVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846',1,'amrex::BndryDataT']]], + ['match_5415',['match',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8',1,'amrex']]], + ['matches_5416',['Matches',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ab9001f520685adca50a661aa6ad8cfb8',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ada4147aca5b4135a7f7721ca07f39758',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size, int mtag)']]], + ['max_5417',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aadf761ac200d1eec5f6fb1c720fbd1d2',1,'amrex::VisMF::max(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a110072536de1d4531dcd88a766c41ac9',1,'amrex::VisMF::max(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34',1,'amrex::max(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4',1,'amrex::max(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88',1,'amrex::max(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5',1,'amrex::max(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da86cadfc48eb8f9dd4a2e4a3980a6b265',1,'amrex::detail::max()']]], + ['max_5418',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3',1,'amrex::Reduce::Max(N n, F const &f, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c',1,'amrex::Reduce::Max(N n, T const *v, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189',1,'amrex::ParallelReduce::Max(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0',1,'amrex::ParallelReduce::Max(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a',1,'amrex::ParallelReduce::Max(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc',1,'amrex::ParallelAllReduce::Max(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2',1,'amrex::ParallelAllReduce::Max(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650',1,'amrex::ParallelAllReduce::Max(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a4a6e235c6fc2013e52d7f1b59bc71bb0',1,'amrex::Gpu::Atomic::Max()']]], + ['max_5419',['max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#aff566a74b1ae5b546689bdfc7d66d4db',1,'amrex::ValLocPair::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'amrex::BaseFab::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'amrex::BaseFab::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< AtomicInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< AtomicInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< char >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< char >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< EBCellFlag >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< EBCellFlag >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< HYPRE_Int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< HYPRE_Int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< PetscInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< PetscInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< Real >::max()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a5ddb29896fb93ee72d69b9545d3453b1',1,'amrex::algoim::BoundingBox::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2c15c7a018202ae522e0777c120fa109',1,'amrex::RealVect::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a30944a8839e0dc2a873dc3fbef6b2c41',1,'amrex::RealVect::max(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a65d87ad5270fcaeb5786e5fdebe07347',1,'amrex::MultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abb92462276ca55cd70f16507118f63ad',1,'amrex::MultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'IntVectND< AMREX_SPACEDIM >::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'IntVectND< AMREX_SPACEDIM >::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'amrex::IntVectND::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'amrex::IntVectND::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a19b141dcd625b4204e8f2fa1b7002cb7',1,'amrex::iMultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a25af5cc2e9cd71a6079c8a8c74bd96bc',1,'amrex::iMultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< Real >::max()']]], + ['max_5fblocks_5fper_5flaunch_5420',['max_blocks_per_launch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ade4fd28a778c5764f258744e57ef4f66',1,'amrex::Gpu::Device']]], + ['max_5fcoarsening_5flevel_5421',['max_coarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab29d5c837ce5f103103e6babf71e5d2e',1,'amrex::LPInfo']]], + ['max_5fdevice_5422',['Max_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#addcea6e4721751a5f9eb8b8889c24061',1,'amrex::Gpu::Atomic::Max_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a97d664f2938116a8c47acd140dfb9547',1,'amrex::Gpu::Atomic::Max_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a76e8971f5869a60aac1462e720fead2b',1,'amrex::Gpu::Atomic::Max_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a5c122d7c55e6fa6cf6ab6a45a4cf87e5',1,'amrex::Gpu::Atomic::Max_device(Long *const m, Long const value) noexcept']]], + ['max_5fefficiency_5423',['max_efficiency',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c',1,'amrex']]], + ['max_5ffactor_5424',['max_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14',1,'amrex::VectorGrowthStrategy']]], + ['max_5ffmg_5fiters_5425',['max_fmg_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7322aabb50f001b012c53ab44f18925b',1,'amrex::MLMGT']]], + ['max_5fgpu_5fstreams_5426',['max_gpu_streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#af5c7b1d39a27c0d83c132a6a2b39b27e',1,'amrex::Gpu::Device']]], + ['max_5fgrid_5fsize_5427',['max_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad3142cf009fdd8667c2352c39fb2c522',1,'amrex::AmrInfo::max_grid_size()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66',1,'amrex::EB2::max_grid_size()']]], + ['max_5fiters_5428',['max_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8667c250440fcb20ee43b4d9ee2b2108',1,'amrex::MLMGT']]], + ['max_5flbound_5429',['max_lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e',1,'amrex::max_lbound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58839da4d8763b0d7c76c48492532503',1,'amrex::max_lbound(BoxND< dim > const &b1, Dim3 const &lo) noexcept']]], + ['max_5flbound_5fiv_5430',['max_lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab688bab870fad905e6d77723a9349a52',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, IntVectND< dim > const &lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], + ['max_5flevel_5431',['max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#abcb6f6baf4e1ecd3d143d7d8cb6a2a93',1,'amrex::AmrInfo']]], + ['max_5fmap_5fstart_5fcomp_5432',['max_map_start_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8cfce27efc0fb16d60e975f0f55b39f5',1,'amrex::StateDescriptor']]], + ['max_5fnum_5fba_5fuse_5433',['max_num_ba_use',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#aa60994fa1062be2345b9e12a9eaa63c3',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fnum_5fboxarrays_5434',['max_num_boxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a159bccfe74905a8132cf6ce5754ca2f0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fnum_5ffabarrays_5435',['max_num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a9a1d9e2356ae17aa8cd2d85b437207b0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fsemicoarsening_5flevel_5436',['max_semicoarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a44bed45a637286c1feb801cacf3e72cc',1,'amrex::LPInfo']]], + ['max_5fsize_5437',['max_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a2d07c9246eff9fc235e24ac818e3c473',1,'hacc::AlignedAllocator']]], + ['max_5fsteps_5438',['max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9686cea17de48c6ffb49d0288146fc03',1,'amrex::IntegratorBase']]], + ['maxabs_5439',['maxabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< int >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< AtomicInt >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< AtomicInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< char >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< char >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< EBCellFlag >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< EBCellFlag >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< HYPRE_Int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< HYPRE_Int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< int >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< PetscInt >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< PetscInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< Real >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< Real >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'amrex::BaseFab::maxabs()']]], + ['maxargs_5440',['MAXARGS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a04b5ba23c65119a12a4821f069115d45',1,'amrex::Amrvis']]], + ['maxblocks_5441',['maxBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae76a0d3958366cbcd739d85648a6701b',1,'amrex::ReduceData']]], + ['maxblockspergrid_5442',['maxBlocksPerGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4cfc840b226f8d1ac5f4fed24fd86bf5',1,'amrex::Gpu::Device']]], + ['maxblocksperlaunch_5443',['maxBlocksPerLaunch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a3ac36df8a47931d90abeb1b1d1f85c15',1,'amrex::Gpu::Device']]], + ['maxcoarseninglevel_5444',['maxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7d3828f723daae924387dbd3c9eb1073',1,'amrex::EBFArrayBoxFactory::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e',1,'amrex::EB2::maxCoarseningLevel(const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c',1,'amrex::EB2::maxCoarseningLevel(IndexSpace const *ebis, const Geometry &geom)']]], + ['maxcomp_5445',['MaxComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9be61766811dc57b7c5126f7020cc6bc',1,'amrex::FabArrayBase']]], + ['maxdir_5446',['maxDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'IntVectND< AMREX_SPACEDIM >::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'amrex::IntVectND::maxDir()']]], + ['maxdomain_5447',['maxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8def7a794d486314a85bfb4133a12313',1,'amrex::AmrData']]], + ['maxfnumber_5448',['maxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a380d3166c3f88a1fc49a53ff62499594',1,'RegionsProfStats']]], + ['maxgridsize_5449',['maxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a359b34414e4ab7c9b33f74b031d16af8',1,'amrex::AmrMesh']]], + ['maximum_5450',['Maximum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html',1,'amrex']]], + ['maxindex_5451',['maxIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< int >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< PetscInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< Real >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< Real >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< Real >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a16f57e0d929a79571e20a91253efe2d7',1,'amrex::iMultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a642f844c834d6fb714e3e0fc6eb75e56',1,'amrex::MultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< PetscInt >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< HYPRE_Int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< EBCellFlag >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< EBCellFlag >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'amrex::BaseFab::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'amrex::BaseFab::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'amrex::BaseFab::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< AtomicInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< AtomicInt >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< char >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< char >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< char >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< EBCellFlag >::maxIndex()']]], + ['maxiter_5452',['maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a98e289422bb9545526d029a73b9df214',1,'amrex::MLCGSolverT']]], + ['maxlevel_5453',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94641396a054d091cc6c5972397b83c9',1,'CommProfStats::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a7177bd1eb109915d763c0e51e18faf16',1,'amrex::XYPlotDataList::maxLevel()']]], + ['maxlevel_5454',['MaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae4e3613fe3bc6672fd426919f4da9aae',1,'amrex::XYPlotDataList']]], + ['maxlevel_5455',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad60ba0c10f19af842fdfbeaccd02b2ed',1,'amrex::ParticleContainerBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2da3b6ec6f3dff255917d3a0bfbde3d5',1,'amrex::ParGDBBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a8828d137d299131f4251935829bb8aa9',1,'amrex::ParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a6a4a81715729b356d02bb1a645545b5d',1,'amrex::AmrParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b5ebb9f738e77dcc2f99dfe4e4e91d6',1,'amrex::AmrMesh::maxLevel()']]], + ['maxmem_5456',['maxmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a4871062a2ac188af29295f1cf7721669',1,'amrex::MemStat']]], + ['maxmem_5favg_5457',['maxmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a2bf69c6701f401ca00d5e5ad3b999d0d',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxmem_5fmax_5458',['maxmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#abcd7e0edc5c0e56722ae0d5610ed843d',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxmem_5fmin_5459',['maxmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a959fca2ea033e58ad9ccb6f701d2c2dc',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxnextidprepost_5460',['maxnextidPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'amrex::ParticleContainer_impl::maxnextidPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::maxnextidPrePost()']]], + ['maxorder_5461',['maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'amrex::MLLinOpT::maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'MLLinOpT< Array< MultiFab, 3 > >::maxorder()']]], + ['maxparticlesperread_5462',['MaxParticlesPerRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1f3d39dbdae2586a92fdcc799ee9d1ea',1,'amrex::ParticleContainerBase']]], + ['maxreaders_5463',['MaxReaders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a906decca7ce86c4a87f1874225779d05',1,'amrex::ParticleContainerBase']]], + ['maxrefratio_5464',['MaxRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad560744e3d6fec70a33ad2829fc7f43e',1,'amrex::ParGDBBase::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d91fffbf09ac3c696d1f7cffee76b2c',1,'amrex::AmrMesh::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aeaa1b8665bbabf92cb1a7a14fd0f3a4f',1,'amrex::AmrParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a44543c0fe45224486a96e129b235c722',1,'amrex::ParGDB::MaxRefRatio()']]], + ['maxregiontime_5465',['maxRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5aa5a73c572e512532ec0220ff4d4077',1,'BLProfStats']]], + ['maxressteadyclock_5466',['MaxResSteadyClock',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88',1,'amrex']]], + ['maxrnumber_5467',['maxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0a0a7ce2c13259d6280d6f82cb4971f7',1,'BLProfStats']]], + ['maxsize_5468',['maxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac6afa90929ca95e8048721a2f2b407e7',1,'amrex::BoxList::maxSize(const IntVect &chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a954f12195603d5493ca2251e0147c4e5',1,'amrex::BoxList::maxSize(int chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a59b44d438d01893bcae36064ec089cdc',1,'amrex::BoxArray::maxSize(const IntVect &block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aebefb23ed05e76ffc8ec0c3af718652e',1,'amrex::BoxArray::maxSize(int block_size)']]], + ['maxsize_5469',['maxsize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a3ecc000d62df91bdbdd6ee43745cb2d0',1,'amrex::FabArrayBase::CacheStats']]], + ['maxstacksize_5470',['maxStackSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a27dc3946de52071f374c1a11e6182bad',1,'amrex::Parser::maxStackSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac7dbdbff476753fbfa9fdb49e27fb9f6',1,'amrex::IParser::maxStackSize()']]], + ['maxstreamindex_5471',['maxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1547ff8c26bca4593ba334bb1999f1d1',1,'amrex::ReduceData']]], + ['maxtag_5472',['MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab1375009d4e5cd0730cada71e3f18c33',1,'amrex::ParallelDescriptor']]], + ['maxthreadsperblock_5473',['maxThreadsPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4b713a7c769b627678ad102635cbb798',1,'amrex::Gpu::Device::maxThreadsPerBlock() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa1bfcee1a3fc25f3c5ebca0c1530f78d',1,'amrex::Gpu::Device::maxThreadsPerBlock(int dir) noexcept']]], + ['maxthreadspermultiprocessor_5474',['maxThreadsPerMultiProcessor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa6071d88690c71e63513136982e0994f',1,'amrex::Gpu::Device']]], + ['maxtries_5475',['maxTries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a19edc2eb7f1dc9251a5de7ff754e12d0',1,'amrex::StreamRetry']]], + ['maxuse_5476',['maxuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aae0c7627671fcd2c4a880554246694f4',1,'amrex::FabArrayBase::CacheStats']]], + ['maybe_5finit_5fsnan_5477',['maybe_init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430',1,'amrex::detail']]], + ['maybedevicerunnable_5478',['MaybeDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeDeviceRunnable.html',1,'amrex']]], + ['maybehostdevicerunnable_5479',['MaybeHostDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeHostDeviceRunnable.html',1,'amrex']]], + ['mem_5fadvise_5fset_5fpreferred_5480',['mem_advise_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a607313a3ee1bfc5baff8da183edd4b46',1,'amrex::Gpu::Device']]], + ['mem_5fadvise_5fset_5freadonly_5481',['mem_advise_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a246378e3da5672c3a23a3dadc117edee',1,'amrex::Gpu::Device']]], + ['mem_5fstack_5482',['mem_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a175f44d41236b9cd4b6268fc0488ac5e',1,'amrex::TinyProfiler']]], + ['mem_5fstat_5483',['mem_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a982d4802a2066548ebdef6bbe1864a24',1,'amrex::CArena::Node::mem_stat(MemStat *a_stat) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a11142e8a0afd07d7a851c73c92afe0a8',1,'amrex::CArena::Node::mem_stat() const']]], + ['memcopyimpl_5484',['memCopyImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1e539d8b07d742d0950e675a66ce56b5',1,'amrex::detail']]], + ['memcpy_5485',['memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a90ff215e828e9192dbd196a78cacf083',1,'amrex::Gpu']]], + ['memcpy_5ffrom_5fdevice_5fglobal_5fto_5fhost_5fasync_5486',['memcpy_from_device_global_to_host_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7c0024e0db9fbe3a6522df0047bc581b',1,'amrex::Gpu']]], + ['memcpy_5ffrom_5fhost_5fto_5fdevice_5fglobal_5fasync_5487',['memcpy_from_host_to_device_global_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#acd480232c63b6e866c02e40561f9f635',1,'amrex::Gpu']]], + ['memefficientsort_5488',['memEfficientSort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5a0a39b2da4b85ad599ea7fc51fba940',1,'amrex::ParticleContainerBase']]], + ['meminfo_5489',['meminfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html',1,'amrex::FabArrayBase']]], + ['meminfo_5490',['MemInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html',1,'amrex::MemProfiler']]], + ['memmoveimpl_5491',['memMoveImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf',1,'amrex::detail']]], + ['memory_5falloc_5492',['memory_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a7973da4e33568c937969b5eec423e21e',1,'amrex::TinyProfiler']]], + ['memory_5ffree_5493',['memory_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf44a0af5564add5abbde50e6b9aa570',1,'amrex::TinyProfiler']]], + ['memory_5fpools_5fsupported_5494',['memory_pools_supported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad02a046eadc84fc6671e2eec8477421b',1,'amrex::Gpu::Device']]], + ['memory_5fstart_5495',['memory_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcd103d902962eb392b8fc2867da7c85',1,'amrex::TinyProfiler']]], + ['memory_5fstop_5496',['memory_stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abda7b021e9aab1a30edc75b2afee7d13',1,'amrex::TinyProfiler']]], + ['memorybarrier_5497',['MemoryBarrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#adfbd525e82a309468044f350e3ece94e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['memoryfinalize_5498',['MemoryFinalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a28131b0e3240b1df559a63c255fc6d72',1,'amrex::TinyProfiler']]], + ['memoryhelper_5499',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html',1,'amrex::sundials::MemoryHelper'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a866fe4f9d288535f0692827ee551b24e',1,'amrex::sundials::MemoryHelper::MemoryHelper(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ad691bb80cc43d136dae5cc96ba372e44',1,'amrex::sundials::MemoryHelper::MemoryHelper(const MemoryHelper &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a05307ee087b6cf8ca5526f6122d258d0',1,'amrex::sundials::MemoryHelper::MemoryHelper(::sundials::Context *sunctx)']]], + ['memoryinitialize_5500',['MemoryInitialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a106fc3c7abfb4df3cc62527b62c2aff4',1,'amrex::TinyProfiler']]], + ['memorypoolssupported_5501',['memoryPoolsSupported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a2cde818323f46d70bd0ba7eb057fd285',1,'amrex::Gpu::Device']]], + ['memprocstats_5502',['MemProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex::TinyProfiler']]], + ['memprof_5fenabled_5503',['memprof_enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03fe25c86d7dbbb990a00595040557cc',1,'amrex::TinyProfiler']]], + ['memprofiler_5504',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html',1,'amrex::MemProfiler'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#aa94fbdffa3b9649047f9e0d3c74221a4',1,'amrex::MemProfiler::MemProfiler()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a7f665368612f734b0bd1f15aa71e517a',1,'amrex::MemProfiler::MemProfiler(const MemProfiler &)=delete']]], + ['memstat_5505',['MemStat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html',1,'amrex']]], + ['mesh_5506',['Mesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a73392d6df8f6909a9faf79995eba567f',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['meshstatemap_5507',['MeshStateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html',1,'amrex::InSituUtils']]], + ['meshtoparticle_5508',['MeshToParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'amrex::ParticleInterpolator::Base::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Linear, amrex::Real >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Nearest, int >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85',1,'amrex::MeshToParticle()']]], + ['message_5509',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html',1,'amrex::ParallelDescriptor::Message'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a363e000ef4af66dac4cbb855507c421b',1,'amrex::ParallelDescriptor::Message::Message()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a0149c5cb13afe537f233019923d05bc6',1,'amrex::ParallelDescriptor::Message::Message(MPI_Request req_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#acea647a271a17e8dca657744ea034f92',1,'amrex::ParallelDescriptor::Message::Message(MPI_Status stat_, MPI_Datatype type_)']]], + ['message_5fint_5510',['message_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a37d45dad31dd3b070c0a14578937365b',1,'amrex::Amr']]], + ['method_5511',['method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad067d62e01fb5c6551fb6d03762a900e',1,'amrex::SundialsIntegrator']]], + ['method_5fe_5512',['method_e',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a547f6f56d9f99ce08d08fce19b1aee7e',1,'amrex::SundialsIntegrator']]], + ['method_5fi_5513',['method_i',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5940fbfb66e109c7f943bb3b4f5ea92c',1,'amrex::SundialsIntegrator']]], + ['mf_5514',['MF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad3b325a1dc81c636a9d7bca822aabe05',1,'amrex::MLCurlCurl']]], + ['mf_5515',['mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a3930a0d9ef7c3da19db85349319d0cc6',1,'N_VectorContent_MultiFab_notptr']]], + ['mf_5fcall_5ff_5516',['mf_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712',1,'amrex::Reduce::detail']]], + ['mf_5fcell_5fbilin_5finterp_5517',['mf_cell_bilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1',1,'amrex']]], + ['mf_5fcell_5fbilinear_5finterp_5518',['mf_cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd',1,'amrex']]], + ['mf_5fcell_5fcons_5finterp_5519',['mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5520',['mf_cell_cons_lin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5flimit_5fminmax_5fllslope_5521',['mf_cell_cons_lin_interp_limit_minmax_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fllslope_5522',['mf_cell_cons_lin_interp_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5523',['mf_cell_cons_lin_interp_mcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5frz_5524',['mf_cell_cons_lin_interp_mcslope_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a134da8efe3158b98d26a191f52797d00',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5fsph_5525',['mf_cell_cons_lin_interp_mcslope_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5frz_5526',['mf_cell_cons_lin_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fsph_5527',['mf_cell_cons_lin_interp_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcalcslope_5528',['mf_cell_quadratic_calcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxx_5529',['mf_cell_quadratic_compute_slopes_xx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxy_5530',['mf_cell_quadratic_compute_slopes_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxz_5531',['mf_cell_quadratic_compute_slopes_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyy_5532',['mf_cell_quadratic_compute_slopes_yy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyz_5533',['mf_cell_quadratic_compute_slopes_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fzz_5534',['mf_cell_quadratic_compute_slopes_zz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a772dafa4169590c51508fb3feab88a41',1,'amrex']]], + ['mf_5fcell_5fquadratic_5finterp_5535',['mf_cell_quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc',1,'amrex']]], + ['mf_5fcell_5fquadratic_5finterp_5frz_5536',['mf_cell_quadratic_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fx_5537',['mf_compute_slopes_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fy_5538',['mf_compute_slopes_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fz_5539',['mf_compute_slopes_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b',1,'amrex']]], + ['mf_5flincc_5finterp_5540',['mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e',1,'amrex']]], + ['mf_5flinear_5fslope_5fminmax_5finterp_5541',['mf_linear_slope_minmax_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42',1,'amrex']]], + ['mf_5fnode_5fbilinear_5finterp_5542',['mf_node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279',1,'amrex']]], + ['mf_5fnodebilin_5finterp_5543',['mf_nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825',1,'amrex']]], + ['mf_5fpc_5finterp_5544',['mf_pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9',1,'amrex']]], + ['mf_5fset_5fdomain_5fbndry_5545',['mf_set_domain_bndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a12a52d34749a2924b4dc8f3d82f7f94d',1,'amrex::detail']]], + ['mfcellbilinear_5546',['MFCellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html',1,'amrex']]], + ['mfcellconslininterp_5547',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html',1,'amrex::MFCellConsLinInterp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::MFCellConsLinInterp::MFCellConsLinInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::EBMFCellConsLinInterp::MFCellConsLinInterp()']]], + ['mfcellconslinminmaxlimitinterp_5548',['MFCellConsLinMinmaxLimitInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html',1,'amrex']]], + ['mffork_5549',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html',1,'amrex::ForkJoin::MFFork'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a67f00ed8c48e03e4b18dcecaa19b14d1',1,'amrex::ForkJoin::MFFork::MFFork(MultiFab *omf, Strategy s, Intent i, int own, const IntVect &ng, Vector< ComponentSet > cs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a9f9fa0710f16b9dff7c3002b6b23744c',1,'amrex::ForkJoin::MFFork::MFFork(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a963d59d69d1624a4fc0bc1806a6f8588',1,'amrex::ForkJoin::MFFork::MFFork(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a34adaed2dce7ad0a962488bee88e6589',1,'amrex::ForkJoin::MFFork::MFFork()=default']]], + ['mfinfo_5550',['MFInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html',1,'amrex']]], + ['mfinterpolater_5551',['MFInterpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html',1,'amrex']]], + ['mfiter_5552',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html',1,'amrex::MFIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a66b92b6dbfbe1a498ba614df28817709',1,'amrex::MFIter::MFIter(MFIter &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4c3f600ec834db18aba9266638ac436e',1,'amrex::MFIter::MFIter(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aecfd3f3ef12e8703caad5794968ff06a',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a2c0a016e1d5d69073f2cab81e7c6a095',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a970e636bf6a2d744068483806ddb7944',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ad7a19e95ba128febb94b27d2a9d97ef1',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, bool do_tiling)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a830e42aee76ec9fe8dae8bdd262e0b2d',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1d9668de99635aa50096d0f091d8b9b0',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac055187a5b4d7200fc77827dc28a76c',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11fd6aa3197ac10c8fb27ee5a5c96d57',1,'amrex::FabArrayBase::MFIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae7623281ac9e772db1fc5085a64aeeca',1,'amrex::MFIter::MFIter()']]], + ['mfiter_5ftile_5fsize_5553',['mfiter_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b167b63030177e95b45822b38732fec',1,'amrex::FabArrayBase']]], + ['mfitinfo_5554',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html',1,'amrex::MFItInfo'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a5f89e1c4d34b2a9bd9651665fbe84587',1,'amrex::MFItInfo::MFItInfo()']]], + ['mfnamenumberslocal_5555',['mFNameNumbersLocal',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ac38bf4c98e0a80e55a0c0144682f35c9',1,'RegionsProfStats']]], + ['mfnamenumbersperproc_5556',['mFNameNumbersPerProc',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a48727cfb730a92d3fd607b58a60e64b8',1,'RegionsProfStats']]], + ['mfnewdata_5557',['MFNEWDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a',1,'amrex']]], + ['mfnodebilinear_5558',['MFNodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html',1,'amrex']]], + ['mfolddata_5559',['MFOLDDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899',1,'amrex']]], + ['mfpcinterp_5560',['MFPCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html',1,'amrex']]], + ['mftype_5561',['MFType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'amrex::MLLinOpT::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'MLLinOpT< Array< MultiFab, 3 > >::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a12ae4c265af099934e18adc0ba18f99f',1,'amrex::MLMGT::MFType()']]], + ['mg_5562',['MG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a93a0ba608c9adab93befd5acebdc63bc',1,'amrex::GMRESMLMGT']]], + ['mg_5fbox_5fmin_5fwidth_5563',['mg_box_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'amrex::MLLinOpT::mg_box_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_box_min_width()']]], + ['mg_5fcoarsen_5fratio_5564',['mg_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'amrex::MLLinOpT::mg_coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio()']]], + ['mg_5fcoarsen_5fratio_5fvec_5565',['mg_coarsen_ratio_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'amrex::MLLinOpT::mg_coarsen_ratio_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio_vec()']]], + ['mg_5fdomain_5fmin_5fwidth_5566',['mg_domain_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2c3fc7b84d860915b7aa6bb06417800f',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_domain_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2c3fc7b84d860915b7aa6bb06417800f',1,'amrex::MLLinOpT::mg_domain_min_width()']]], + ['mgfcycle_5567',['mgFcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adac59879a785f3b492262e29249a66ae',1,'amrex::MLMGT']]], + ['mglev_5568',['mglev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3210f3ff9e55a7746a24d849cf9c39b2',1,'amrex::MLCGSolverT']]], + ['mgvcycle_5569',['mgVcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a66029bb749136c53cc6fabe82b6b2783',1,'amrex::MLMGT']]], + ['mhi_5570',['mhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#af143206c2ffbeb6be40a27c6d3c1a1d2',1,'amrex::MLMGPSTag']]], + ['mi_5fb_5571',['mi_b',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a75ebd565fd8610e541bc63ff2000f535',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['mi_5fi_5572',['mi_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a50a86c9754189bac7fe0cc64355a3108',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['mi_5fs_5573',['mi_s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#ae307cb5aa95e90cc014fdaab70c82873',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['midpoint_5574',['midpoint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a77b0f6867f6784ee3d987eb3de9ac2f8',1,'amrex::algoim::BoundingBox::midpoint() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#aeb237522d3043c217b69e736554b4791',1,'amrex::algoim::BoundingBox::midpoint(int) noexcept']]], + ['min_5575',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7da81c75533a97e32fed875a93f6a7c8',1,'amrex::RealVect']]], + ['min_5576',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281',1,'amrex::Reduce']]], + ['min_5577',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da39de58104accdcd761fe01946da9a4a0',1,'amrex::detail::min()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd',1,'amrex::min(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97e82311191ed8084579b1bddf314096',1,'amrex::min(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08',1,'amrex::min(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344',1,'amrex::min(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a515321101fe6148e9be3e9ed19545801',1,'amrex::VisMF::min(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae085e236dab30e007b0618d4e4ef6c2d',1,'amrex::VisMF::min(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0450ba685d7fa9c493158ec2a005f792',1,'amrex::RealVect::min()']]], + ['min_5578',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed',1,'amrex::ParallelReduce']]], + ['min_5579',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5ab77282de25bb040248778d41327903',1,'amrex::MultiFab']]], + ['min_5580',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0',1,'amrex::Reduce::Min()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e',1,'amrex::ParallelReduce::Min(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3',1,'amrex::ParallelReduce::Min(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04',1,'amrex::ParallelReduce::Min(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7',1,'amrex::ParallelAllReduce::Min(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98',1,'amrex::ParallelAllReduce::Min(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d',1,'amrex::ParallelAllReduce::Min(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a775473b1fa3e7d661e3ac6cde59b6018',1,'amrex::Gpu::Atomic::Min()']]], + ['min_5581',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'IntVectND< AMREX_SPACEDIM >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< int >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a540eb1714a5eece782de2a4afdd62c8e',1,'amrex::MultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3668c019d451591659bdde40d4933b92',1,'amrex::iMultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a12d172b57d7ec240c1b12600be045820',1,'amrex::algoim::BoundingBox::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< Real >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< Real >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< PetscInt >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< PetscInt >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< int >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< HYPRE_Int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< HYPRE_Int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'amrex::IntVectND::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'IntVectND< AMREX_SPACEDIM >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'amrex::IntVectND::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a5a3db7954dac1d71e4da10cd5db4ee97',1,'amrex::iMultiFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< AtomicInt >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< AtomicInt >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< char >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< char >::min(const Box &subbox, int comp=0) const noexcept']]], + ['min_5fdevice_5582',['Min_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ad60dc3c4771055fc434211d284769767',1,'amrex::Gpu::Atomic::Min_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa1ce598721adb1e2dcc9986951186d0b',1,'amrex::Gpu::Atomic::Min_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53c8ca8f4c92a40ec4eee06b385f6ef7',1,'amrex::Gpu::Atomic::Min_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a1ca14857c9072d782f6e4a98592ba2b6',1,'amrex::Gpu::Atomic::Min_device(Long *const m, Long const value) noexcept']]], + ['min_5ffactor_5583',['min_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d',1,'amrex::VectorGrowthStrategy']]], + ['min_5fmap_5fend_5fcomp_5584',['min_map_end_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aa9eb9d029833fd52f74bcb305d5e00bd',1,'amrex::StateDescriptor']]], + ['min_5fubound_5585',['min_ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a',1,'amrex::min_ubound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec',1,'amrex::min_ubound(BoxND< dim > const &b1, Dim3 const &hi) noexcept']]], + ['min_5fubound_5fiv_5586',['min_ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, IntVectND< dim > const &hi) noexcept']]], + ['minbox_5587',['minBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ae1575a7a7ef6b42efa8ddf43f838ddac',1,'amrex::Cluster::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'BoxND< AMREX_SPACEDIM >::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'amrex::BoxND::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6',1,'amrex::minBox()']]], + ['mindigits_5588',['minDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8c15566295f7f51ea956a8abed24ed',1,'amrex::NFilesIter']]], + ['mindir_5589',['minDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept']]], + ['minicycle_5590',['miniCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa16032dd96f94f55d248e8aa34195f9c',1,'amrex::MLMGT']]], + ['minimalbox_5591',['minimalBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxList::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxDomain::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adc6fda292fafd7aa9e93227271842a56',1,'amrex::BoxArray::minimalBox(Long &npts_avg_box) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6c5052b75daf4b8fad5f6bd0c65da9a0',1,'amrex::BoxArray::minimalBox() const']]], + ['minimum_5592',['Minimum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html',1,'amrex']]], + ['minindex_5593',['minIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< PetscInt >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< HYPRE_Int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'amrex::BaseFab::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'amrex::BaseFab::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'amrex::BaseFab::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< AtomicInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< char >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< char >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< char >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< EBCellFlag >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< int >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab351d9250414508cf086635f54e2e2ce',1,'amrex::MultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a6bd72fe6018116558b2863f32622755a',1,'amrex::iMultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< Real >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< Real >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< Real >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< PetscInt >::minIndex(int comp=0) const noexcept']]], + ['minlevel_5594',['minLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a0eed5ea2a8a29466eef5434f09752ebf',1,'amrex::XYPlotDataList']]], + ['minmax_5595',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< char >']]], + ['minmax_5596',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a60dd10146be006d51c30214522648a38',1,'amrex::DataServices']]], + ['minmax_5597',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< EBCellFlag >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< EBCellFlag >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< HYPRE_Int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< HYPRE_Int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< PetscInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< PetscInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< Real >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< Real >::minmax(const Box &subbox, int comp=0) const noexcept']]], + ['minmax_5598',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aeed9a789444eed02d262bbbf8ee333de',1,'amrex::AmrData']]], + ['minmax_5599',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< AtomicInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< AtomicInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'amrex::BaseFab::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< char >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'amrex::BaseFab::minmax()']]], + ['minmax_5600',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012',1,'amrex::Reduce::MinMax(N n, T const *v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc',1,'amrex::Reduce::MinMax(N n, F const &f)']]], + ['minmaxrangetype_5601',['MinMaxRangeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98e',1,'amrex::Amrvis']]], + ['minmaxrangetypeforbuttons_5602',['MinMaxRangeTypeForButtons',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9',1,'amrex::Amrvis']]], + ['minmaxrequest_5603',['MinMaxRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a97967f133c3c574eafc5784ec75db69b',1,'amrex::DataServices']]], + ['minmaxsize_5604',['minmaxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6dda265eaf3fda5d6255cbe2cd91e09a',1,'amrex::BoxArray']]], + ['minmod_5605',['MINMOD',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a03170ef6af410637411ae1ae0be59042',1,'PPM']]], + ['minmod_5606',['minmod',['../structPPM_1_1minmod.html',1,'PPM']]], + ['minmod_5ffn_5607',['minmod_fn',['../hydro__godunov__ppm_8H.html#a21180e225f46577ee2bfaebef9d961d2',1,'hydro_godunov_ppm.H']]], + ['minregiontime_5608',['minRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae1b239768583ca1b1f592d3527e5e36f',1,'BLProfStats']]], + ['mintag_5609',['MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a705e1be005fbada39a2ca69f6dae9b88',1,'amrex::ParallelDescriptor']]], + ['minus_5610',['Minus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html',1,'amrex']]], + ['minus_5611',['minus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'amrex::BaseFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'amrex::BaseFab::minus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'amrex::BaseFab::minus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'amrex::BaseFab::minus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'amrex::BaseFab::minus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< int >::minus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< int >::minus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< int >::minus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< int >::minus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< PetscInt >::minus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< PetscInt >::minus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< Real >::minus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< Real >::minus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< Real >::minus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a7cf1d225d4d822d1a7abb2b0f2a0c531',1,'amrex::iMultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1bc09d7836dcd4500472fa853a8fcd22',1,'amrex::MultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< int >::minus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< char >::minus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< char >::minus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< char >::minus(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< char >::minus(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], + ['mixedcells_5612',['mixedcells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#abfd9f7b8c8225ddc6df0078ac4277ccd',1,'amrex::EB2::GeometryShop::mixedcells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad0e62c6693f9f0100b33547ddef29fa2',1,'amrex::STLtools::mixedcells()']]], + ['mlabeclap_5fadotx_5613',['mlabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3',1,'amrex::mlabeclap_adotx(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6',1,'amrex::mlabeclap_adotx(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6483cc92504552a999444884df9c7f',1,'amrex::mlabeclap_adotx(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclap_5fadotx_5fos_5614',['mlabeclap_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e',1,'amrex::mlabeclap_adotx_os(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab51910c6124009c280b7d033be029d9a',1,'amrex::mlabeclap_adotx_os(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a',1,'amrex::mlabeclap_adotx_os(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclap_5fflux_5fx_5615',['mlabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0821339541d218cee0577a42279d6d',1,'amrex']]], + ['mlabeclap_5fflux_5fxface_5616',['mlabeclap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f',1,'amrex']]], + ['mlabeclap_5fflux_5fy_5617',['mlabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77',1,'amrex']]], + ['mlabeclap_5fflux_5fyface_5618',['mlabeclap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4',1,'amrex']]], + ['mlabeclap_5fflux_5fz_5619',['mlabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59793550ea92faf392dc82625edc1f42',1,'amrex']]], + ['mlabeclap_5fflux_5fzface_5620',['mlabeclap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7495e288a74399fbf81b08f1499629',1,'amrex']]], + ['mlabeclap_5fnormalize_5621',['mlabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9',1,'amrex::mlabeclap_normalize(int i, int j, int k, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6679712ad1417670bc200da8883e4fed',1,'amrex::mlabeclap_normalize(int i, int j, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9',1,'amrex::mlabeclap_normalize(int i, int, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclaplacian_5622',['MLABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5',1,'amrex']]], + ['mlabeclaplaciant_5623',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html',1,'amrex::MLABecLaplacianT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#afc885b7be043f3de2fa34de950743987',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'MLLinOpT< Array< MultiFab, 3 > >::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab4e68066e0f668c0272d29a86023221d',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'amrex::MLLinOpT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acb5023f996e6910bb5bbd4dff90c2f05',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(MLABecLaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aea3792c445ead80060a95cd955c2a449',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a71e9f511fa3a065551e46bad82c9b748',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)']]], + ['mlalap_5fadotx_5624',['mlalap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7',1,'amrex::mlalap_adotx()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9',1,'amrex::TwoD::mlalap_adotx()']]], + ['mlalap_5fadotx_5fm_5625',['mlalap_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d',1,'amrex::mlalap_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb',1,'amrex::TwoD::mlalap_adotx_m()']]], + ['mlalap_5fflux_5fx_5626',['mlalap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91',1,'amrex::mlalap_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e',1,'amrex::TwoD::mlalap_flux_x()']]], + ['mlalap_5fflux_5fx_5fm_5627',['mlalap_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76a38ec600a884f18395f0404b185cde',1,'amrex::mlalap_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32',1,'amrex::TwoD::mlalap_flux_x_m()']]], + ['mlalap_5fflux_5fxface_5628',['mlalap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339',1,'amrex::mlalap_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634',1,'amrex::TwoD::mlalap_flux_xface()']]], + ['mlalap_5fflux_5fxface_5fm_5629',['mlalap_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce',1,'amrex::mlalap_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f',1,'amrex::TwoD::mlalap_flux_xface_m()']]], + ['mlalap_5fflux_5fy_5630',['mlalap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75',1,'amrex::mlalap_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c',1,'amrex::TwoD::mlalap_flux_y(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], + ['mlalap_5fflux_5fy_5fm_5631',['mlalap_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb',1,'amrex::TwoD']]], + ['mlalap_5fflux_5fyface_5632',['mlalap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6',1,'amrex::mlalap_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457',1,'amrex::TwoD::mlalap_flux_yface(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ylen, int ncomp) noexcept']]], + ['mlalap_5fflux_5fyface_5fm_5633',['mlalap_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001',1,'amrex::TwoD']]], + ['mlalap_5fflux_5fz_5634',['mlalap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4',1,'amrex']]], + ['mlalap_5fflux_5fzface_5635',['mlalap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f',1,'amrex']]], + ['mlalap_5fgsrb_5636',['mlalap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4218302a2408df87af69fc4435920cf',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, RT dhz, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Array4< RT const > const &f4, Array4< int const > const &m4, Array4< RT const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac',1,'amrex::TwoD::mlalap_gsrb()']]], + ['mlalap_5fgsrb_5fm_5637',['mlalap_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487',1,'amrex::mlalap_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2',1,'amrex::TwoD::mlalap_gsrb_m(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Box const &vbox, int redblack, RT dx, RT probxlo, int ncomp) noexcept']]], + ['mlalap_5fnormalize_5638',['mlalap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574',1,'amrex::TwoD::mlalap_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0',1,'amrex::mlalap_normalize(Box const &box, Array4< RT > const &x, Array4< RT const > const &a, GpuArray< RT, AMREX_SPACEDIM > const &dxinv, RT alpha, RT beta, int ncomp) noexcept']]], + ['mlalap_5fnormalize_5fm_5639',['mlalap_normalize_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af99e582811a3661128ecb30e987e20a7',1,'amrex::mlalap_normalize_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b',1,'amrex::TwoD::mlalap_normalize_m()']]], + ['mlalaplacian_5640',['MLALaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd71b3eea629ca099ace90909350cc56',1,'amrex']]], + ['mlalaplaciant_5641',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html',1,'amrex::MLALaplacianT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9fce18e7cedb0170954f7ad6797fe684',1,'amrex::MLALaplacianT::MLALaplacianT(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaf4ce25b100d0bc3740d52c2883f56b6',1,'amrex::MLALaplacianT::MLALaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a776a2bfa70b66c8691b438f4f59ec97c',1,'amrex::MLALaplacianT::MLALaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a25f6fc469e6330800ef83d157294eb35',1,'amrex::MLALaplacianT::MLALaplacianT(const MLALaplacianT< MF > &)=delete']]], + ['mlcellabeclap_5642',['MLCellABecLap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e',1,'amrex']]], + ['mlcellabeclapt_5643',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html',1,'amrex::MLCellABecLapT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a37eddbe9290f0102dc09e24e022f038d',1,'amrex::MLCellABecLapT::MLCellABecLapT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a241cb451732d5ad6ab42c46ad4e1f597',1,'amrex::MLCellABecLapT::MLCellABecLapT(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a5f871352ed5f3af819701d945c2de871',1,'amrex::MLCellABecLapT::MLCellABecLapT(MLCellABecLapT< MF > &&)=delete']]], + ['mlcelllinop_5644',['MLCellLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b',1,'amrex']]], + ['mlcelllinopt_5645',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html',1,'amrex::MLCellLinOpT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab75b6f4249c1408041b529732b179d32',1,'amrex::MLCellLinOpT::MLCellLinOpT(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a54558ff60dc7b62ac803e8dd8a5c1816',1,'amrex::MLCellLinOpT::MLCellLinOpT(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab6bc4d82971ae75fc206df8d00d15ef6',1,'amrex::MLCellLinOpT::MLCellLinOpT()']]], + ['mlcgsolver_5646',['MLCGSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc786fadc751afd641a3d05650467dfc',1,'amrex']]], + ['mlcgsolvert_5647',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html',1,'amrex::MLCGSolverT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac9a3353d649e44294c57d703d55dcdcd',1,'amrex::MLCGSolverT::MLCGSolverT(MLLinOpT< MF > &_lp, Type _typ=Type::BiCGStab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af5d3a1f9df449bcf61618ab27c1c4b03',1,'amrex::MLCGSolverT::MLCGSolverT(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a877dda86118302b3f3b08fed8db57b03',1,'amrex::MLCGSolverT::MLCGSolverT(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLLinOpT::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'MLLinOpT< Array< MultiFab, 3 > >::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLMGT::MLCGSolverT()']]], + ['mlcurlcurl_5648',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html',1,'amrex::MLCurlCurl'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a890a339d109993f9e6b102a61af0a2da',1,'amrex::MLCurlCurl::MLCurlCurl()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad41266ab9f9d45383b54320911ac53fe',1,'amrex::MLCurlCurl::MLCurlCurl(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())']]], + ['mlcurlcurl_5fadotx_5fx_5649',['mlcurlcurl_adotx_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f',1,'amrex']]], + ['mlcurlcurl_5fadotx_5fy_5650',['mlcurlcurl_adotx_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf',1,'amrex']]], + ['mlcurlcurl_5fadotx_5fz_5651',['mlcurlcurl_adotx_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262',1,'amrex']]], + ['mlcurlcurl_5fbc_5fsymmetry_5652',['mlcurlcurl_bc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9',1,'amrex']]], + ['mlcurlcurl_5fgs4_5653',['mlcurlcurl_gs4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4',1,'amrex']]], + ['mlcurlcurl_5fgs4_5flu_5654',['mlcurlcurl_gs4_lu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf',1,'amrex']]], + ['mlcurlcurl_5finterpadd_5655',['mlcurlcurl_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2',1,'amrex']]], + ['mlcurlcurl_5frestriction_5656',['mlcurlcurl_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66',1,'amrex']]], + ['mlebabeclap_5657',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html',1,'amrex::MLEBABecLap'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a0b7f1e4cc90469a42eb10c8792eced13',1,'amrex::MLEBABecLap::MLEBABecLap(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ab031eeb28437e6aaa8bed95a12448321',1,'amrex::MLEBABecLap::MLEBABecLap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1754284cc41c89fda61c2043ed051f9d',1,'amrex::MLEBABecLap::MLEBABecLap(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a14181cc0ff70a2ed471cdb3a3fc2bdb6',1,'amrex::MLEBABecLap::MLEBABecLap(const MLEBABecLap &)=delete']]], + ['mlebabeclap_5fadotx_5658',['mlebabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept']]], + ['mlebabeclap_5fadotx_5fcentroid_5659',['mlebabeclap_adotx_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domhi_x, const int &domhi_y, const bool &on_x_face, const bool &on_y_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domlo_z, const int &domhi_x, const int &domhi_y, const int &domhi_z, const bool &on_x_face, const bool &on_y_face, const bool &on_z_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept']]], + ['mlebabeclap_5fapply_5fbc_5fx_5660',['mlebabeclap_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f',1,'amrex']]], + ['mlebabeclap_5fapply_5fbc_5fy_5661',['mlebabeclap_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e',1,'amrex']]], + ['mlebabeclap_5fapply_5fbc_5fz_5662',['mlebabeclap_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04cedf52619400ba12317eb179625198',1,'amrex']]], + ['mlebabeclap_5febflux_5663',['mlebabeclap_ebflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebabeclap_5fflux_5fx_5664',['mlebabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2',1,'amrex']]], + ['mlebabeclap_5fflux_5fx_5f0_5665',['mlebabeclap_flux_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4',1,'amrex']]], + ['mlebabeclap_5fflux_5fy_5666',['mlebabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f',1,'amrex']]], + ['mlebabeclap_5fflux_5fy_5f0_5667',['mlebabeclap_flux_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da',1,'amrex']]], + ['mlebabeclap_5fflux_5fz_5668',['mlebabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a',1,'amrex']]], + ['mlebabeclap_5fflux_5fz_5f0_5669',['mlebabeclap_flux_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd',1,'amrex']]], + ['mlebabeclap_5fgrad_5fx_5670',['mlebabeclap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75',1,'amrex']]], + ['mlebabeclap_5fgrad_5fx_5f0_5671',['mlebabeclap_grad_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a',1,'amrex']]], + ['mlebabeclap_5fgrad_5fy_5672',['mlebabeclap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c',1,'amrex']]], + ['mlebabeclap_5fgrad_5fy_5f0_5673',['mlebabeclap_grad_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507',1,'amrex']]], + ['mlebabeclap_5fgrad_5fz_5674',['mlebabeclap_grad_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345',1,'amrex']]], + ['mlebabeclap_5fgrad_5fz_5f0_5675',['mlebabeclap_grad_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a906c729b79191fe3198b461187b58068',1,'amrex']]], + ['mlebabeclap_5fgsrb_5676',['mlebabeclap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f4, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< Real const > const &f5, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept']]], + ['mlebabeclap_5fnormalize_5677',['mlebabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, const amrex::GpuArray< Real, AMREX_SPACEDIM > &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept']]], + ['mlebndfdlap_5fadotx_5678',['mlebndfdlap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312',1,'amrex::mlebndfdlap_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a91e9157204259b13b72b493e055e1153',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fadotx_5feb_5679',['mlebndfdlap_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fadotx_5feb_5fdoit_5680',['mlebndfdlap_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, F const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19e32efb675dcc201a9794920a74332',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, F const &xeb, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fadotx_5frz_5681',['mlebndfdlap_adotx_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e',1,'amrex']]], + ['mlebndfdlap_5fadotx_5frz_5feb_5682',['mlebndfdlap_adotx_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept']]], + ['mlebndfdlap_5fadotx_5frz_5feb_5fdoit_5683',['mlebndfdlap_adotx_rz_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53',1,'amrex']]], + ['mlebndfdlap_5fgrad_5fx_5684',['mlebndfdlap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Real phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Real dxi)']]], + ['mlebndfdlap_5fgrad_5fx_5fdoit_5685',['mlebndfdlap_grad_x_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61',1,'amrex']]], + ['mlebndfdlap_5fgrad_5fy_5686',['mlebndfdlap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab922a37e846d9fd878731e467f40083d',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Real phieb, Real dyi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Array4< Real const > const &phieb, Real dyi)']]], + ['mlebndfdlap_5fgrad_5fy_5fdoit_5687',['mlebndfdlap_grad_y_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84',1,'amrex']]], + ['mlebndfdlap_5fgsrb_5688',['mlebndfdlap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3',1,'amrex::mlebndfdlap_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, Real bz, int redblack) noexcept']]], + ['mlebndfdlap_5fgsrb_5feb_5689',['mlebndfdlap_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real bx, Real by, Real bz, int redblack) noexcept']]], + ['mlebndfdlap_5fgsrb_5frz_5690',['mlebndfdlap_gsrb_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc',1,'amrex']]], + ['mlebndfdlap_5fgsrb_5frz_5feb_5691',['mlebndfdlap_gsrb_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98',1,'amrex']]], + ['mlebndfdlap_5fscale_5frhs_5692',['mlebndfdlap_scale_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int k, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_5693',['mlebndfdlap_sig_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04ab7cf645a66139841490d30607283a',1,'amrex::mlebndfdlap_sig_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_5feb_5694',['mlebndfdlap_sig_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_5feb_5fdoit_5695',['mlebndfdlap_sig_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fsig_5fgsrb_5696',['mlebndfdlap_sig_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b',1,'amrex::mlebndfdlap_sig_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real, int) noexcept']]], + ['mlebndfdlap_5fsig_5fgsrb_5feb_5697',['mlebndfdlap_sig_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, int redblack) noexcept']]], + ['mlebnodefdlaplacian_5698',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html',1,'amrex::MLEBNodeFDLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a6442123515a236dc0a9947517279c8c8',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0998f6ae5bff0e310795526582972f22',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a4b86eda13fc31604d8ca3bf79a158902',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ac5576c35f7765ea07f41688107686ebb',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(MLEBNodeFDLaplacian &&)=delete']]], + ['mlebtensor_5fcross_5fterms_5699',['mlebtensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffx_5700',['mlebtensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffy_5701',['mlebtensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffz_5702',['mlebtensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fdx_5fon_5fyface_5703',['mlebtensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec',1,'amrex::mlebtensor_dx_on_yface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f',1,'amrex::mlebtensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], + ['mlebtensor_5fdx_5fon_5fzface_5704',['mlebtensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79',1,'amrex::mlebtensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481',1,'amrex::mlebtensor_dx_on_zface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], + ['mlebtensor_5fdy_5fon_5fxface_5705',['mlebtensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1',1,'amrex::mlebtensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f',1,'amrex::mlebtensor_dy_on_xface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], + ['mlebtensor_5fdy_5fon_5fzface_5706',['mlebtensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8',1,'amrex::mlebtensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85',1,'amrex::mlebtensor_dy_on_zface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], + ['mlebtensor_5fdz_5fon_5fxface_5707',['mlebtensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], + ['mlebtensor_5fdz_5fon_5fyface_5708',['mlebtensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a42aec175a92fa99199546b199534d7',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], + ['mlebtensor_5fflux_5f0_5709',['mlebtensor_flux_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319',1,'amrex']]], + ['mlebtensor_5fflux_5fx_5710',['mlebtensor_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa196b29d490603bb92e78f1e56593846',1,'amrex']]], + ['mlebtensor_5fflux_5fy_5711',['mlebtensor_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7',1,'amrex']]], + ['mlebtensor_5fflux_5fz_5712',['mlebtensor_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a',1,'amrex']]], + ['mlebtensor_5fvel_5fgrads_5ffx_5713',['mlebtensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a389b087837766656206528387955a282',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fvel_5fgrads_5ffy_5714',['mlebtensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af256fa82a901575cb1155b23f1791b88',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3decc02301d9f7a072efec63312145e',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fvel_5fgrads_5ffz_5715',['mlebtensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fweight_5716',['mlebtensor_weight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae',1,'amrex']]], + ['mlebtensorop_5717',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html',1,'amrex::MLEBTensorOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a15944a17ebe8341932a53483ef2b6',1,'amrex::MLEBTensorOp::MLEBTensorOp(MLEBTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#adccad5fb53a52c9b7227847cfc4a636d',1,'amrex::MLEBTensorOp::MLEBTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4f997af4135dcb79775a5d7f7ac3b678',1,'amrex::MLEBTensorOp::MLEBTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#af0d70e756af559a4082443914b134b0d',1,'amrex::MLEBTensorOp::MLEBTensorOp(const MLEBTensorOp &)=delete']]], + ['mllinop_5718',['MLLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46',1,'amrex']]], + ['mllinop_5fapply_5fbc_5fx_5719',['mllinop_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c',1,'amrex::mllinop_apply_bc_x(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03',1,'amrex::mllinop_apply_bc_x(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5fbc_5fy_5720',['mllinop_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655',1,'amrex::mllinop_apply_bc_y(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977',1,'amrex::mllinop_apply_bc_y(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5fbc_5fz_5721',['mllinop_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d',1,'amrex::mllinop_apply_bc_z(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f',1,'amrex::mllinop_apply_bc_z(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5finnu_5fxhi_5722',['mllinop_apply_innu_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fxlo_5723',['mllinop_apply_innu_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fyhi_5724',['mllinop_apply_innu_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fyhi_5fm_5725',['mllinop_apply_innu_yhi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fylo_5726',['mllinop_apply_innu_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fylo_5fm_5727',['mllinop_apply_innu_ylo_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fzhi_5728',['mllinop_apply_innu_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e90635b7223dba2b68e165ed924031',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fzlo_5729',['mllinop_apply_innu_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24adb795729e97519ef54218310ce75e',1,'amrex']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fx_5730',['mllinop_comp_interp_coef0_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6',1,'amrex::mllinop_comp_interp_coef0_x(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2',1,'amrex::mllinop_comp_interp_coef0_x(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fy_5731',['mllinop_comp_interp_coef0_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93',1,'amrex::mllinop_comp_interp_coef0_y(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9',1,'amrex::mllinop_comp_interp_coef0_y(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fz_5732',['mllinop_comp_interp_coef0_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80',1,'amrex::mllinop_comp_interp_coef0_z(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3',1,'amrex::mllinop_comp_interp_coef0_z(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept']]], + ['mllinopt_5733',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex::MLLinOpT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'amrex::MLLinOpT::MLLinOpT(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'amrex::MLLinOpT::MLLinOpT(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'amrex::MLLinOpT::MLLinOpT()=default']]], + ['mllinopt_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_5734',['MLLinOpT< Array< MultiFab, 3 > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'']]], + ['mllinopt_3c_20mf_20_3e_5735',['MLLinOpT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], + ['mlmg_5736',['MLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543',1,'amrex']]], + ['mlmg_5flin_5fcc_5finterp_5fr2_5737',['mlmg_lin_cc_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6',1,'amrex::TwoD::mlmg_lin_cc_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a',1,'amrex::mlmg_lin_cc_interp_r2(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], + ['mlmg_5flin_5fcc_5finterp_5fr4_5738',['mlmg_lin_cc_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79',1,'amrex::mlmg_lin_cc_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85',1,'amrex::TwoD::mlmg_lin_cc_interp_r4(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], + ['mlmg_5flin_5fnd_5finterp_5fr2_5739',['mlmg_lin_nd_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02',1,'amrex::TwoD::mlmg_lin_nd_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c',1,'amrex::mlmg_lin_nd_interp_r2()']]], + ['mlmg_5flin_5fnd_5finterp_5fr4_5740',['mlmg_lin_nd_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a',1,'amrex::TwoD::mlmg_lin_nd_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc',1,'amrex::mlmg_lin_nd_interp_r4(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse) noexcept']]], + ['mlmgabctag_5741',['MLMGABCTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html',1,'amrex']]], + ['mlmgbndry_5742',['MLMGBndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9',1,'amrex']]], + ['mlmgbndryt_5743',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html',1,'amrex::MLMGBndryT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ae61807ee9974355077b5bc78d35895d8',1,'amrex::MLMGBndryT::MLMGBndryT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aee4434da8700f0e3f1b9677350b5431e',1,'amrex::MLMGBndryT::MLMGBndryT(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a6e0eb064c1f1e0e1f440566f0ca05cf5',1,'amrex::MLMGBndryT::MLMGBndryT(const MLMGBndryT< MF > &rhs)=delete']]], + ['mlmgpstag_5744',['MLMGPSTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html',1,'amrex']]], + ['mlmgt_5745',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html',1,'amrex::MLMGT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'amrex::MLLinOpT::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'MLLinOpT< Array< MultiFab, 3 > >::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc418dda3f523d9f0ce2ad15871dc48b',1,'amrex::MLMGT::MLMGT(MLLinOpT< MF > &a_lp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad45721019c8bf7a76442471a174e55d6',1,'amrex::MLMGT::MLMGT(MLMGT< MF > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0a2acaa575273f909062d401f4ea8c2e',1,'amrex::MLMGT::MLMGT(MLMGT< MF > &&)=delete']]], + ['mlndabeclap_5fgauss_5fseidel_5faa_5746',['mlndabeclap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32',1,'amrex']]], + ['mlndabeclap_5fjacobi_5faa_5747',['mlndabeclap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a837670516410d8578c3f4a463f00b086',1,'amrex']]], + ['mlndlap_5fadotx_5faa_5748',['mlndlap_adotx_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fc_5749',['mlndlap_adotx_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6',1,'amrex::mlndlap_adotx_c(int i, int, int, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2144182834ce73b21ddad5461a14814',1,'amrex::mlndlap_adotx_c(int i, int j, int k, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fha_5750',['mlndlap_adotx_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb',1,'amrex::mlndlap_adotx_ha(int i, int, int, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fsten_5751',['mlndlap_adotx_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40',1,'amrex']]], + ['mlndlap_5fadotx_5fsten_5fdoit_5752',['mlndlap_adotx_sten_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845',1,'amrex']]], + ['mlndlap_5fany_5ffine_5fsync_5fcells_5753',['mlndlap_any_fine_sync_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2',1,'amrex']]], + ['mlndlap_5fapplybc_5754',['mlndlap_applybc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fx_5755',['mlndlap_avgdown_coeff_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fy_5756',['mlndlap_avgdown_coeff_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fz_5757',['mlndlap_avgdown_coeff_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dee48540dad573effdb346154f1da0c',1,'amrex']]], + ['mlndlap_5fax_5ffine_5fcontrib_5758',['mlndlap_Ax_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec133744a63e94005ef481cb3a34c759',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fax_5ffine_5fcontrib_5fcs_5759',['mlndlap_Ax_fine_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ebf2548096900974be75be23948782a',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1be11befaad780d29152b9e45595fde0',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fax_5ffine_5fcontrib_5fdoit_5760',['mlndlap_Ax_fine_contrib_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fbc_5fdoit_5761',['mlndlap_bc_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209',1,'amrex']]], + ['mlndlap_5fcolor_5762',['mlndlap_color',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3',1,'amrex']]], + ['mlndlap_5fcrse_5fresid_5763',['mlndlap_crse_resid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57',1,'amrex']]], + ['mlndlap_5fdivu_5764',['mlndlap_divu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f',1,'amrex::mlndlap_divu(int i, int, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5ffed68b31da08687142195b804a767',1,'amrex::mlndlap_divu(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &nodal_domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool is_rz) noexcept']]], + ['mlndlap_5fdivu_5fcf_5fcontrib_5765',['mlndlap_divu_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e',1,'amrex::mlndlap_divu_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['mlndlap_5fdivu_5ffine_5fcontrib_5766',['mlndlap_divu_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int k, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5ffillbc_5fcc_5767',['mlndlap_fillbc_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781',1,'amrex']]], + ['mlndlap_5fgauss_5fseidel_5faa_5768',['mlndlap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fc_5769',['mlndlap_gauss_seidel_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39663292882d89a957142fe2e2f6e663',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fha_5770',['mlndlap_gauss_seidel_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fsten_5771',['mlndlap_gauss_seidel_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855',1,'amrex::mlndlap_gauss_seidel_sten(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69',1,'amrex::mlndlap_gauss_seidel_sten(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fwith_5fline_5fsolve_5faa_5772',['mlndlap_gauss_seidel_with_line_solve_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgscolor_5faa_5773',['mlndlap_gscolor_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], + ['mlndlap_5fgscolor_5fc_5774',['mlndlap_gscolor_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], + ['mlndlap_5fgscolor_5fha_5775',['mlndlap_gscolor_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], + ['mlndlap_5fgscolor_5fsten_5776',['mlndlap_gscolor_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f',1,'amrex']]], + ['mlndlap_5fimpose_5fneumann_5fbc_5777',['mlndlap_impose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6',1,'amrex']]], + ['mlndlap_5finterpadd_5faa_5778',['mlndlap_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8',1,'amrex']]], + ['mlndlap_5finterpadd_5fc_5779',['mlndlap_interpadd_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4807272239c4988862ccf16fef2295cb',1,'amrex']]], + ['mlndlap_5finterpadd_5fha_5780',['mlndlap_interpadd_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae84186f50057b6865eb99e500276d230',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sig, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e',1,'amrex::mlndlap_interpadd_ha(int i, int j, int, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< Real const > const &sigz, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5finterpadd_5frap_5781',['mlndlap_interpadd_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94',1,'amrex']]], + ['mlndlap_5fjacobi_5faa_5782',['mlndlap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5',1,'amrex::mlndlap_jacobi_aa(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26',1,'amrex::mlndlap_jacobi_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fc_5783',['mlndlap_jacobi_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42587d745d04512fb463b6e351f026a4',1,'amrex::mlndlap_jacobi_c(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4',1,'amrex::mlndlap_jacobi_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fha_5784',['mlndlap_jacobi_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f986eed3c727960060440c029ea10ec',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2',1,'amrex::mlndlap_jacobi_ha(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fsten_5785',['mlndlap_jacobi_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20',1,'amrex::mlndlap_jacobi_sten(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1',1,'amrex::mlndlap_jacobi_sten(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5fmknewu_5786',['mlndlap_mknewu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8',1,'amrex::mlndlap_mknewu(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a08ba07924919817676a76596d29044',1,'amrex::mlndlap_mknewu(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fmknewu_5fc_5787',['mlndlap_mknewu_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d83b1b38a04709a774b310bed31684',1,'amrex::mlndlap_mknewu_c(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a',1,'amrex::mlndlap_mknewu_c(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fnormalize_5faa_5788',['mlndlap_normalize_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d',1,'amrex']]], + ['mlndlap_5fnormalize_5fha_5789',['mlndlap_normalize_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f',1,'amrex::mlndlap_normalize_ha(int i, int, int, Array4< Real > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fnormalize_5fsten_5790',['mlndlap_normalize_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e',1,'amrex']]], + ['mlndlap_5fres_5fcf_5fcontrib_5791',['mlndlap_res_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba',1,'amrex::mlndlap_res_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2988e920c93565dcea89d08e018e1262',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], + ['mlndlap_5fres_5fcf_5fcontrib_5fcs_5792',['mlndlap_res_cf_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc',1,'amrex::mlndlap_res_cf_contrib_cs(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Real, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], + ['mlndlap_5frestriction_5793',['mlndlap_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk, Box const &fdom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['mlndlap_5frestriction_5frap_5794',['mlndlap_restriction_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb',1,'amrex']]], + ['mlndlap_5frhcc_5795',['mlndlap_rhcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8',1,'amrex']]], + ['mlndlap_5frhcc_5ffine_5fcontrib_5796',['mlndlap_rhcc_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8',1,'amrex']]], + ['mlndlap_5fscale_5fneumann_5fbc_5797',['mlndlap_scale_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53',1,'amrex']]], + ['mlndlap_5fsemi_5favgdown_5fcoeff_5798',['mlndlap_semi_avgdown_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363',1,'amrex']]], + ['mlndlap_5fsemi_5finterpadd_5faa_5799',['mlndlap_semi_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc',1,'amrex']]], + ['mlndlap_5fsemi_5frestriction_5800',['mlndlap_semi_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae',1,'amrex']]], + ['mlndlap_5fset_5fdirichlet_5fmask_5801',['mlndlap_set_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b',1,'amrex']]], + ['mlndlap_5fset_5fdot_5fmask_5802',['mlndlap_set_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1',1,'amrex']]], + ['mlndlap_5fset_5fnodal_5fmask_5803',['mlndlap_set_nodal_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f',1,'amrex']]], + ['mlndlap_5fset_5fstencil_5804',['mlndlap_set_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c',1,'amrex']]], + ['mlndlap_5fset_5fstencil_5fs0_5805',['mlndlap_set_stencil_s0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b20346156e62bf392b0e5870b142762',1,'amrex']]], + ['mlndlap_5fstencil_5frap_5806',['mlndlap_stencil_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee965ec1adf090525e207867611b1635',1,'amrex']]], + ['mlndlap_5fsum_5fax_5807',['mlndlap_sum_Ax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, Real facx, Real facy, Array4< Real const > const &phi, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, int k, Real facx, Real facy, Real facz, Array4< Real const > const &phi) noexcept']]], + ['mlndlap_5fsum_5fdf_5808',['mlndlap_sum_Df',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf',1,'amrex::mlndlap_sum_Df(int ii, int jj, Real facx, Real facy, Array4< Real const > const &vel, Box const &velbx, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b',1,'amrex::mlndlap_sum_Df(int ii, int jj, int kk, Real facx, Real facy, Real facz, Array4< Real const > const &vel, Box const &velbx) noexcept']]], + ['mlndlap_5funimpose_5fneumann_5fbc_5809',['mlndlap_unimpose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643',1,'amrex']]], + ['mlndlap_5fzero_5ffine_5810',['mlndlap_zero_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97',1,'amrex']]], + ['mlndtslap_5fadotx_5811',['mlndtslap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept']]], + ['mlndtslap_5fgauss_5fseidel_5812',['mlndtslap_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept']]], + ['mlndtslap_5finterpadd_5813',['mlndtslap_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2',1,'amrex']]], + ['mlndtslap_5fsemi_5finterpadd_5814',['mlndtslap_semi_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87',1,'amrex']]], + ['mlnodeabeclaplacian_5815',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html',1,'amrex::MLNodeABecLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a6ef9e45aeb72eac59726b539f6196f73',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3b01891200eda180a8163e2a8a30d6ed',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#abf08aeab5958c3f46c8b361b24076dfb',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a9d8dbe2097865e8e25399acd755591ca',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(MLNodeABecLaplacian &&)=delete']]], + ['mlnodelaplacian_5816',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html',1,'amrex::MLNodeLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3e118d417a65df672755dedb1623fe06',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5fd5b7a39f59b0c68cca9f92c9e7723d',1,'amrex::MLNodeLaplacian::MLNodeLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8fab712729235b3fabdeae74513aab8a',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={}, Real a_const_sigma=Real(0.0))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a9b935f6c3fd7cdb7d702502ffbabc275',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(MLNodeLaplacian &&)=delete']]], + ['mlnodelinop_5817',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html',1,'amrex::MLNodeLinOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaf264472c0b70b5588a04b930fbcd8ff',1,'amrex::MLNodeLinOp::MLNodeLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a712873309064abf30aafcb2d277890fb',1,'amrex::MLNodeLinOp::MLNodeLinOp(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a02892864c3a177a34cc38d3d55a972fd',1,'amrex::MLNodeLinOp::MLNodeLinOp(MLNodeLinOp &&)=delete']]], + ['mlnodetensorlaplacian_5818',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html',1,'amrex::MLNodeTensorLaplacian'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ac894d59c3a515130711a775b5fd73fc7',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad8c26ff67ae05f0dcdf8b886d856209a',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a18dc95a71cf758e9589a1c38e684f68b',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a01beaf3eb0c5a2afb9479e19f967f2b0',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(MLNodeTensorLaplacian &&)=delete']]], + ['mlo_5819',['mlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9bd97367a061122f466d95e32fb2464b',1,'amrex::MLMGPSTag']]], + ['mlpoisson_5820',['MLPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3',1,'amrex']]], + ['mlpoisson_5fadotx_5821',['mlpoisson_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14',1,'amrex::mlpoisson_adotx(int i, Array4< T > const &y, Array4< T const > const &x, T dhx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212',1,'amrex::mlpoisson_adotx(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640',1,'amrex::TwoD::mlpoisson_adotx()']]], + ['mlpoisson_5fadotx_5fm_5822',['mlpoisson_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26b52402d10757144862537c196db625',1,'amrex::mlpoisson_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c',1,'amrex::TwoD::mlpoisson_adotx_m(int i, int j, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dx, T probxlo) noexcept']]], + ['mlpoisson_5fadotx_5fos_5823',['mlpoisson_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995',1,'amrex::TwoD::mlpoisson_adotx_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76127d2a544317b8685dc766003d82f2',1,'amrex::mlpoisson_adotx_os(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3',1,'amrex::mlpoisson_adotx_os(int i, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx) noexcept']]], + ['mlpoisson_5fflux_5fx_5824',['mlpoisson_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15',1,'amrex::mlpoisson_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b',1,'amrex::TwoD::mlpoisson_flux_x()']]], + ['mlpoisson_5fflux_5fx_5fm_5825',['mlpoisson_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a',1,'amrex::mlpoisson_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1',1,'amrex::TwoD::mlpoisson_flux_x_m()']]], + ['mlpoisson_5fflux_5fxface_5826',['mlpoisson_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504',1,'amrex::mlpoisson_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16',1,'amrex::TwoD::mlpoisson_flux_xface()']]], + ['mlpoisson_5fflux_5fxface_5fm_5827',['mlpoisson_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a569ce08aa34785c55e309b897931f64c',1,'amrex::mlpoisson_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057',1,'amrex::TwoD::mlpoisson_flux_xface_m()']]], + ['mlpoisson_5fflux_5fy_5828',['mlpoisson_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3',1,'amrex::mlpoisson_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1',1,'amrex::TwoD::mlpoisson_flux_y(Box const &box, Array4< T > const &fy, Array4< T const > const &sol, T dyinv) noexcept']]], + ['mlpoisson_5fflux_5fy_5fm_5829',['mlpoisson_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a',1,'amrex::TwoD']]], + ['mlpoisson_5fflux_5fyface_5830',['mlpoisson_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182',1,'amrex::TwoD::mlpoisson_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81',1,'amrex::mlpoisson_flux_yface()']]], + ['mlpoisson_5fflux_5fyface_5fm_5831',['mlpoisson_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2',1,'amrex::TwoD']]], + ['mlpoisson_5fflux_5fz_5832',['mlpoisson_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2',1,'amrex']]], + ['mlpoisson_5fflux_5fzface_5833',['mlpoisson_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264',1,'amrex']]], + ['mlpoisson_5fgsrb_5834',['mlpoisson_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450',1,'amrex::TwoD::mlpoisson_gsrb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22',1,'amrex::mlpoisson_gsrb(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42',1,'amrex::mlpoisson_gsrb(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], + ['mlpoisson_5fgsrb_5fm_5835',['mlpoisson_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a',1,'amrex::TwoD::mlpoisson_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f',1,'amrex::mlpoisson_gsrb_m()']]], + ['mlpoisson_5fgsrb_5fos_5836',['mlpoisson_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9',1,'amrex::TwoD::mlpoisson_gsrb_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57',1,'amrex::mlpoisson_gsrb_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36',1,'amrex::mlpoisson_gsrb_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], + ['mlpoisson_5fjacobi_5837',['mlpoisson_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14',1,'amrex::TwoD::mlpoisson_jacobi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa',1,'amrex::mlpoisson_jacobi(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200',1,'amrex::mlpoisson_jacobi(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept']]], + ['mlpoisson_5fjacobi_5fm_5838',['mlpoisson_jacobi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#affc72a76f87a51121fb4f876828b1299',1,'amrex::mlpoisson_jacobi_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0',1,'amrex::TwoD::mlpoisson_jacobi_m()']]], + ['mlpoisson_5fjacobi_5fos_5839',['mlpoisson_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9',1,'amrex::mlpoisson_jacobi_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb',1,'amrex::mlpoisson_jacobi_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b',1,'amrex::TwoD::mlpoisson_jacobi_os()']]], + ['mlpoisson_5fnormalize_5840',['mlpoisson_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2',1,'amrex::mlpoisson_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0',1,'amrex::TwoD::mlpoisson_normalize()']]], + ['mlpoissont_5841',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html',1,'amrex::MLPoissonT< class >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa8afb7d2454430bac23626c25224e528',1,'amrex::MLPoissonT::MLPoissonT(MLPoissonT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a987b9536da690461737da64c367feabb',1,'amrex::MLPoissonT::MLPoissonT(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a5bccc694799572e3f31b2c7862f278ea',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa704b533c4daad5126cfabe71901aeeb',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ae8bb112b8e057c31f2b2960ddbb42c57',1,'amrex::MLPoissonT::MLPoissonT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'MLLinOpT< Array< MultiFab, 3 > >::MLPoissonT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'amrex::MLLinOpT::MLPoissonT()']]], + ['mlresnorminf_5842',['MLResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0368b810b665e00fdb1490f57eb331e0',1,'amrex::MLMGT']]], + ['mlrhsnorminf_5843',['MLRhsNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a07d1120af993f9d9c95c3ab9d8ae7fb2',1,'amrex::MLMGT']]], + ['mlstateredistribute_5844',['MLStateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94',1,'amrex']]], + ['mltensor_5fcross_5fterms_5845',['mltensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2cab819df733b89d0356224d626a877',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mltensor_5fcross_5fterms_5ffx_5846',['mltensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7030037af193bb2bf648e008000c57dd',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mltensor_5fcross_5fterms_5ffy_5847',['mltensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff33f49d1494120e79df850eaa87201e',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mltensor_5fcross_5fterms_5ffz_5848',['mltensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mltensor_5fcross_5fterms_5fos_5849',['mltensor_cross_terms_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mltensor_5fdx_5fon_5fyface_5850',['mltensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdx_5fon_5fzface_5851',['mltensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdy_5fon_5fxface_5852',['mltensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept']]], + ['mltensor_5fdy_5fon_5fzface_5853',['mltensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9348bb6be668d8676abbae239e898379',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept']]], + ['mltensor_5fdz_5fon_5fxface_5854',['mltensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept']]], + ['mltensor_5fdz_5fon_5fyface_5855',['mltensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa344491aa8595281823c18ab0d27d760',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5ffill_5fcorners_5856',['mltensor_fill_corners',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9',1,'amrex']]], + ['mltensor_5ffill_5fedges_5857',['mltensor_fill_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675',1,'amrex::mltensor_fill_edges(Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db',1,'amrex::mltensor_fill_edges(int const bid, int const tid, int const bdim, Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5ffill_5fedges_5fxhi_5fyhi_5858',['mltensor_fill_edges_xhi_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fylo_5859',['mltensor_fill_edges_xhi_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f1446614bc3e77169613923023d3b18',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fzhi_5860',['mltensor_fill_edges_xhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fzlo_5861',['mltensor_fill_edges_xhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fyhi_5862',['mltensor_fill_edges_xlo_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fylo_5863',['mltensor_fill_edges_xlo_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fzhi_5864',['mltensor_fill_edges_xlo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fzlo_5865',['mltensor_fill_edges_xlo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fyhi_5fzhi_5866',['mltensor_fill_edges_yhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95dc4f253202580282566c5e79fc50d',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fyhi_5fzlo_5867',['mltensor_fill_edges_yhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fylo_5fzhi_5868',['mltensor_fill_edges_ylo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fylo_5fzlo_5869',['mltensor_fill_edges_ylo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1',1,'amrex']]], + ['mltensor_5fvel_5fgrads_5ffx_5870',['mltensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fvel_5fgrads_5ffy_5871',['mltensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fvel_5fgrads_5ffz_5872',['mltensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d5f677bf29212444263b285b440852',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e392612aae050357e634dfc868ffda6',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensorop_5873',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html',1,'amrex::MLTensorOp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a6025988cdea4ad252498aa0e0af1de94',1,'amrex::MLTensorOp::MLTensorOp(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad97ed45bc2dd179fe8870687841f9071',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af334ada457b300b2f6c0751555dddf4e',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec0e97a4db88c3f6c19526090d051853',1,'amrex::MLTensorOp::MLTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a2cf6f2e2ef6c4cceed3f3a67cf4e1201',1,'amrex::MLTensorOp::MLTensorOp(MLTensorOp &&)=delete']]], + ['mn_5874',['mn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2756a5fbf45d016bd03416184543526b',1,'amrex::MemProfiler::Builds::mn()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#af005129839d5b950c0e09b1e38a6a751',1,'amrex::MemProfiler::Bytes::mn()']]], + ['modify_5fngrow_5875',['modify_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a96e939e22bb7efb14a07a6f9260cce89',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, int idx, IntVect ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a89798a7caff182b9c8e3d5803842fd5c',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, IntVect ngrow)']]], + ['modify_5fsplit_5876',['modify_split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aeeadf363cdd980b987df6b196dcd8c6d',1,'amrex::ForkJoin::modify_split(const std::string &name, Vector< ComponentSet > comp_split)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acd674b9f0159c359a040afa7e3ba4fe8',1,'amrex::ForkJoin::modify_split(const std::string &name, int idx, Vector< ComponentSet > comp_split)']]], + ['modulus_5877',['modulus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a332163d06c70c367f3238af4fb3dc6fd',1,'amrex::Math::FastDivmodU64']]], + ['mol_5878',['MOL',['../group__MOL.html',1,'(Global Namespace)'],['../namespaceMOL.html',1,'MOL']]], + ['mom_5879',['mom',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a8479610f91f050e03aa5738c513500d2',1,'amrex::openbc::Moments']]], + ['moments_5880',['Moments',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html',1,'amrex::openbc']]], + ['momtag_5881',['MomTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html',1,'amrex::openbc']]], + ['mpi_5flevel_5fto_5fstring_5882',['mpi_level_to_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3557c1b3ec791b8bf6f9e9cab5c6b0d8',1,'amrex::ParallelDescriptor']]], + ['mpi_5fop_5883',['Mpi_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb',1,'amrex::ParallelDescriptor']]], + ['mpi_5fstatus_5884',['MPI_Status',['https://amrex-codes.github.io/amrex/doxygen/structMPI__Status.html',1,'']]], + ['mpi_5ftag_5885',['mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#aa8135050d54b2e8cf0216b9038c4ab8b',1,'amrex::NonLocalBC::CommHandler']]], + ['mpi_5ftypemap_5886',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html',1,'amrex::ParallelDescriptor']]], + ['mpi_5ftypemap_3c_20gpucomplex_3c_20t_20_3e_20_3e_5887',['Mpi_typemap< GpuComplex< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], + ['mpi_5ftypemap_3c_20vallocpair_3c_20tv_2c_20ti_20_3e_20_3e_5888',['Mpi_typemap< ValLocPair< TV, TI > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], + ['mtimerstotalssorted_5889',['mTimersTotalsSorted',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae7b5e31a9fc2540ebcced76270cd6dbb',1,'RegionsProfStats']]], + ['mult_5890',['mult',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'amrex::FabArray::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< PetscInt >::mult(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< Real >::mult(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< Real >::mult(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< Real >::mult(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< Real >::mult(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< Real >::mult(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'amrex::FabArray::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< PetscInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::CutFab >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::CutFab >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::EBCellFlagFab >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::EBCellFlagFab >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::Mask >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::Mask >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< FArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< HYPRE_Int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< FArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< int >::mult(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< int >::mult(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< int >::mult(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< int >::mult(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< int >::mult(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< int >::mult(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< int >::mult(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< int >::mult(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< PetscInt >::mult(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< PetscInt >::mult(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< char >::mult(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< char >::mult(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< char >::mult(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< char >::mult(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< IArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'amrex::BaseFab::mult(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'amrex::BaseFab::mult(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'amrex::BaseFab::mult(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'amrex::BaseFab::mult(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'amrex::BaseFab::mult(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'amrex::BaseFab::mult(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'amrex::BaseFab::mult(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< char >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< IArrayBox >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< TagBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< TagBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af4227a4c2ca3581ae44d3749849f3f86',1,'amrex::iMultiFab::mult(int val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af5406410d32043523bbf1731020585f1',1,'amrex::iMultiFab::mult(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad0f45679a0370bdb7dd411af0ace3f53',1,'amrex::iMultiFab::mult(int val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a20f88cb636e58141aff41e1ce56a7932',1,'amrex::iMultiFab::mult(int val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa9158374809b83cfd40a8092d4e63bdd',1,'amrex::MultiFab::mult(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75e0a3256784cedf410454d5bd9674e8',1,'amrex::MultiFab::mult(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3f3d92f9f07cf43431b03744b50edbdb',1,'amrex::MultiFab::mult(Real val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa872fb55fa5e6dc2008584d6d6e927b3',1,'amrex::MultiFab::mult(Real val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< char >::mult(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< char >::mult(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept']]], + ['multi_5fshuffle_5fdown_5891',['multi_shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a287d2faf92608b095d6ae9eb9f97f22b',1,'amrex::Gpu::detail']]], + ['multi_5fvalued_5892',['multi_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8',1,'amrex_ebcellflag_module']]], + ['multi_5fvalued_5fbits_5893',['multi_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a8fe56028eeb58ef0718c19c6855f6bcb',1,'amrex::EBCellFlag']]], + ['multiarray4_5894',['MultiArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'amrex']]], + ['multiarray4_3c_20value_5ftype_20_3e_5895',['MultiArray4< value_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], + ['multiarray4_3c_20value_5ftype_20const_20_3e_5896',['MultiArray4< value_type const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], + ['multiblockcommmetadata_5897',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html',1,'amrex::NonLocalBC::MultiBlockCommMetaData'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)']]], + ['multiblockindexmapping_5898',['MultiBlockIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html',1,'amrex::NonLocalBC']]], + ['multicutfab_5899',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html',1,'amrex::MultiCutFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aaaef2d8067b4e79d9e8b222d82fffe3f',1,'amrex::MultiCutFab::MultiCutFab(const BoxArray &ba, const DistributionMapping &dm, int ncomp, int ngrow, const FabArray< EBCellFlagFab > &cellflags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a6e72abb71404d338b7ddc2570277c430',1,'amrex::MultiCutFab::MultiCutFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a13683ad147676d968ba83b1c7a1ce09b',1,'amrex::MultiCutFab::MultiCutFab(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a791ee981722de3ea8241d09f96653a33',1,'amrex::MultiCutFab::MultiCutFab(MultiCutFab &&rhs) noexcept=default']]], + ['multifab_5900',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html',1,'amrex']]], + ['multifab_5901',['multiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aaf12adc6f28b696da9085672a5507a83',1,'amrex::FabSetT::multiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0dd0ab51c70e9efaada3883aab1b8b56',1,'amrex::FabSetT::multiFab() const noexcept']]], + ['multifab_5902',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abcce72db937ae8e326d2cb14cb114e7d',1,'amrex::MultiFab::MultiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a19ec88a3ec56e2af03e7d127f8edb79e',1,'amrex::MultiFab::MultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a89ca350582ac479d9278fa2e0ec1a9c2',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c97960be1543778b979eb2a22c2b5d0',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab61f9da32d4aad58172e8871dc992e45',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5d26ea953fbc273c65f7c489511f656',1,'amrex::MultiFab::MultiFab(MultiFab &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad82dfbf92b93fa09d680fe6e3bec36e5',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs)=delete']]], + ['multifab_5903',['MULTIFAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa99e213ce9d7f8ea555072b09cc955a30',1,'amrex::Amrvis']]], + ['multifabcopydescriptor_5904',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html',1,'amrex::MultiFabCopyDescriptor'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#aae458eefaa948665af2dfefd5bffe686',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a590e4e8386d564474eafc3873a421681',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af99970f65ef4914fc7b4269d4d13429e',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor()=default']]], + ['multifabfilefullprefix_5905',['MultiFabFileFullPrefix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1',1,'amrex']]], + ['multifabheaderpath_5906',['MultiFabHeaderPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d',1,'amrex']]], + ['multifabid_5907',['MultiFabId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b',1,'amrex']]], + ['multigfab_5908',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html',1,'amrex::EB2::MultiGFab'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a499a6d7b2b720aca806b92cdb1e23382',1,'amrex::EB2::MultiGFab::MultiGFab(const BoxArray &ba, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a031d7609d94c881c63e75be491d9dafe',1,'amrex::EB2::MultiGFab::MultiGFab()=default']]], + ['multileveltoblueprint_5909',['MultiLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, conduit::Node &bp_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, Node &res)']]], + ['multimask_5910',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html',1,'amrex::MultiMask'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a1965badea589074d3865b6b7c258baa1',1,'amrex::MultiMask::MultiMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a17295aabe1cef5654de77c7133bea544',1,'amrex::MultiMask::MultiMask(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa1a1571e1a1ec3db4787a6a05e38403c',1,'amrex::MultiMask::MultiMask(MultiMask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa6cb4358410dd413ca35d1ecdcc3fb0f',1,'amrex::MultiMask::MultiMask(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a82389d75715d6277535cb793627c135e',1,'amrex::MultiMask::MultiMask(const BoxArray &ba, const DistributionMapping &dm, int ncomp)']]], + ['multimaskiter_5911',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html',1,'amrex::MultiMaskIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html#a0e4dd1fe210e54dbe5f7eda35343d210',1,'amrex::MultiMaskIter::MultiMaskIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a543302181bedff3235f600544f96197f',1,'amrex::MultiMask::MultiMaskIter()']]], + ['multiplies_5912',['Multiplies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html',1,'amrex']]], + ['multiply_5913',['Multiply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62db3405e4e92a2a5bd5d3d9d19698ba',1,'amrex::MultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a57da8c33bc706892e873bca4ff05f7ab',1,'amrex::Gpu::Atomic::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71808e748d2cf6ea301231f278269b70',1,'amrex::Multiply(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058',1,'amrex::Multiply(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ae4eab34e67e569399b7a53cbe5d9d188',1,'amrex::iMultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1782d5eefcdae9512c4d9ece50a2253b',1,'amrex::MultiFab::Multiply()']]], + ['multiply_5fdevice_5914',['Multiply_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#afe7501c4ae1afec6af85f031a949dbc3',1,'amrex::Gpu::Atomic']]], + ['multivalued_5915',['multivalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806',1,'amrex']]], + ['mx_5916',['mx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#ae97a8af2e85ff53fc98d90d294693657',1,'amrex::MemProfiler::Bytes::mx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2c94315722d15392846ab3b77a58c3d0',1,'amrex::MemProfiler::Builds::mx()']]], + ['myid_5917',['MyID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#afc192eadbbc8aaafa7ff32cacdc8488b',1,'amrex::ParallelContext::Frame']]], + ['mypariter_5918',['MyParIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4f7f3ca7bf951e7ec6fce594005694da',1,'amrex::NeighborParticleContainer']]], + ['myproc_5919',['MyProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2fe4785cdf596f485e0087fcdf771579',1,'amrex::ParallelContext::Frame']]], + ['myproc_5920',['myProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0ce6d467be8a3cc0a59bdf0a4a84c18a',1,'amrex::NFilesIter::myProc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3e2bb26a42b27ca072324f9bdfb0e1cf',1,'amrex::FabCopyDescriptor::myProc()']]], + ['myproc_5921',['MyProc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a61222da774be88a4ba57947bce9b0847',1,'amrex::MPMD::MyProc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a33162ef233c092e9e6fd75ab291b9b29',1,'amrex::ParallelDescriptor::MyProc() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31',1,'amrex::ParallelDescriptor::MyProc(MPI_Comm comm) noexcept']]], + ['myprocall_5922',['MyProcAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8',1,'amrex::ParallelContext']]], + ['myprocsub_5923',['MyProcSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a5f6737315bff6905419103b17acf3d06',1,'amrex::ParallelContext']]], + ['myprogid_5924',['MyProgId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a94159263c06dba87d4f0a07c513df59b',1,'amrex::MPMD']]], + ['myrankinnode_5925',['MyRankInNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6c71d10d121a68af6b6d3b0549a6b3b',1,'amrex::ParallelDescriptor']]], + ['myrankinprocessor_5926',['MyRankInProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a83bd00b0f4fc52881764bcf3e23e7a3f',1,'amrex::ParallelDescriptor']]], + ['myrankinteam_5927',['MyRankInTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87',1,'amrex::ParallelDescriptor']]], + ['myreadindex_5928',['myReadIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aecbccfacd424296243d4fb271f754258',1,'amrex::NFilesIter']]], + ['mysetposition_5929',['mySetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac8060f9d60b3f7dff21c1f8a826302d3',1,'amrex::NFilesIter']]], + ['mysparsefilenumber_5930',['mySparseFileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#adbf2559963632d8d8e286065e081205c',1,'amrex::NFilesIter']]], + ['mytask_5931',['MyTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed6698adf890b9907f61c1c00e81618e',1,'amrex::ForkJoin']]], + ['myteam_5932',['MyTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2814a4f0e10eb279d7457e6a2935fefa',1,'amrex::ParallelDescriptor']]], + ['myteamcolor_5933',['MyTeamColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a687dc008cc6ce7831496af1f8bbfff96',1,'amrex::ParallelDescriptor']]], + ['myteamlead_5934',['MyTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a564fb3e90a09a47e8213cdd2de4a2634',1,'amrex::ParallelDescriptor']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_e.js b/amrex-hydro/Doxygen/html/search/all_e.js index f227098..45d0917 100644 --- a/amrex-hydro/Doxygen/html/search/all_e.js +++ b/amrex-hydro/Doxygen/html/search/all_e.js @@ -1,375 +1,373 @@ var searchData= [ - ['n_5907',['n',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ae2a7dce34011a9267540c9717a5cb125',1,'AMREX_IPARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ab225ec03a4bab39df7f50dbb3928842e',1,'AMREX_PARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ad0fc01a1d38109451e446decb6cf91c5',1,'distribution_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a9a65297834ae0a934ca195f70b3f44cc',1,'amrex::iparser_nvp::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a51d8b50d57ee8a52833c414ae13a5381',1,'amrex::NumComps::n()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a34fd641ec3073c157da173359feb99e6',1,'process_topology_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a23fedc6778a6f6a72862b3a659494231',1,'amrex::TinyProfiler::Stats::n()']]], - ['n1_5908',['n1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#aadfbf53cde02f929750750628396d8fe',1,'amrex::iparser_f3::n1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a6caf5b36a9f8beace196c5072f325928',1,'amrex::parser_f3::n1()']]], - ['n2_5909',['n2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#ac268e69ddbebfb2404bd9ca914476c8e',1,'amrex::iparser_f3::n2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a9c0e8a7d413bf12c7adc9cfb9159da53',1,'amrex::parser_f3::n2()']]], - ['n3_5910',['n3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a62f9b0134e9c4f6d0019a249f4dc9017',1,'amrex::parser_f3::n3()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a3bbb7bbf7789a9700e08d8c5a079b826',1,'amrex::iparser_f3::n3()']]], - ['n_5fcomp_5911',['n_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4ff6141edd1ba1d1940c45b98a619b04',1,'amrex::FabArrayBase']]], - ['n_5fcomponents_5912',['n_components',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#ace297f67083473f1a5777f7cfd1a0135',1,'amrex::NonLocalBC::PackComponents']]], - ['n_5fcycle_5913',['n_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a091b2e0b9cd006fd375a407f8ed98f80',1,'amrex::Amr']]], - ['n_5fderive_5914',['n_derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a37c756f3c98d63ce682589e6abf3a6c4',1,'amrex::DeriveRec']]], - ['n_5ferror_5fbuf_5915',['n_error_buf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa78fef1ea7608723c281debe971d460e',1,'amrex::AmrInfo']]], - ['n_5ffilled_5916',['n_filled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acb3699bf4d436f320a73a9c5239b81cd',1,'amrex::FabArrayBase']]], - ['n_5fgrow_5917',['n_grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aad48d978f6df9294ff3cbdb8978b8914',1,'amrex::FabArrayBase']]], - ['n_5fpoints_5918',['n_points',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aae8be9e2e342b9ba03c2b087855a5df1',1,'amrex::FabArray::ShMem']]], - ['n_5fprint_5ftabs_5919',['n_print_tabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af5020b8e813ceea3418f07d2529ae2cd',1,'amrex::TinyProfiler']]], - ['n_5fproper_5920',['n_proper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a36e0332bccfe906856f622730eeafbcf',1,'amrex::AmrInfo']]], - ['n_5fstate_5921',['n_state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2cc67c5168b67d6772586e58d5e2c5a3',1,'amrex::DeriveRec']]], - ['n_5fsten_5922',['n_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ad9408790b2173c0287493d687303ad01',1,'amrex::nodelap_detail']]], - ['n_5fthreads_5fand_5fblocks_5923',['n_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7a6b8811fb0e015cf250057bb00e6bcd',1,'amrex::Gpu::Device']]], - ['n_5fvabs_5fmultifab_5924',['N_VAbs_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab',1,'amrex::sundials']]], - ['n_5fvaddconst_5fmultifab_5925',['N_VAddConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d',1,'amrex::sundials']]], - ['n_5fvalues_5926',['n_values',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a7127367bcb4407b08339a44b7ecca386',1,'amrex::FabArray::ShMem']]], - ['n_5fvclone_5fmultifab_5927',['N_VClone_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33',1,'amrex::sundials']]], - ['n_5fvcloneempty_5fmultifab_5928',['N_VCloneEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832',1,'amrex::sundials']]], - ['n_5fvcompare_5fmultifab_5929',['N_VCompare_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36',1,'amrex::sundials']]], - ['n_5fvconst_5fmultifab_5930',['N_VConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a',1,'amrex::sundials']]], - ['n_5fvconstrmask_5fmultifab_5931',['N_VConstrMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c',1,'amrex::sundials']]], - ['n_5fvdestroy_5fmultifab_5932',['N_VDestroy_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4',1,'amrex::sundials']]], - ['n_5fvdiv_5fmultifab_5933',['N_VDiv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5',1,'amrex::sundials']]], - ['n_5fvdotprod_5fmultifab_5934',['N_VDotProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371',1,'amrex::sundials']]], - ['n_5fvectorcontent_5fmultifab_5fnotptr_5935',['N_VectorContent_MultiFab_notptr',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html',1,'']]], - ['n_5fvgetcontent_5fmultifab_5936',['N_VGetContent_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8',1,'amrex::sundials']]], - ['n_5fvgetlength_5fmultifab_5937',['N_VGetLength_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc',1,'amrex::sundials']]], - ['n_5fvgetownmf_5fmultifab_5938',['N_VGetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1',1,'amrex::sundials']]], - ['n_5fvgetvectoralias_5fmultifab_5939',['N_VGetVectorAlias_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf',1,'amrex::sundials']]], - ['n_5fvgetvectorpointer_5fmultifab_5940',['N_VGetVectorPointer_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293',1,'amrex::sundials']]], - ['n_5fvinv_5fmultifab_5941',['N_VInv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd',1,'amrex::sundials']]], - ['n_5fvinvtest_5fmultifab_5942',['N_VInvTest_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4',1,'amrex::sundials']]], - ['n_5fvl1norm_5fmultifab_5943',['N_VL1Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9',1,'amrex::sundials']]], - ['n_5fvlinearsum_5fmultifab_5944',['N_VLinearSum_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa',1,'amrex::sundials']]], - ['n_5fvmake_5fmultifab_5945',['N_VMake_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9',1,'amrex::sundials']]], - ['n_5fvmaxnorm_5fmultifab_5946',['N_VMaxNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa',1,'amrex::sundials']]], - ['n_5fvmin_5fmultifab_5947',['N_VMin_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046',1,'amrex::sundials']]], - ['n_5fvminquotient_5fmultifab_5948',['N_VMinQuotient_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff',1,'amrex::sundials']]], - ['n_5fvnew_5fmultifab_5949',['N_VNew_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e',1,'amrex::sundials']]], - ['n_5fvnewempty_5fmultifab_5950',['N_VNewEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498',1,'amrex::sundials']]], - ['n_5fvprod_5fmultifab_5951',['N_VProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd',1,'amrex::sundials']]], - ['n_5fvscale_5fmultifab_5952',['N_VScale_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7',1,'amrex::sundials']]], - ['n_5fvsetownmf_5fmultifab_5953',['N_VSetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74',1,'amrex::sundials']]], - ['n_5fvspace_5fmultifab_5954',['N_VSpace_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2',1,'amrex::sundials']]], - ['n_5fvwl2norm_5fmultifab_5955',['N_VWL2Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd',1,'amrex::sundials']]], - ['n_5fvwrmsnorm_5fmultifab_5956',['N_VWrmsNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7',1,'amrex::sundials']]], - ['n_5fvwrmsnormmask_5fmultifab_5957',['N_VWrmsNormMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1',1,'amrex::sundials']]], - ['nai_5958',['NAI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'amrex::ConstParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'amrex::ParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a27974d2d46e3698a69b1997e905072e8',1,'amrex::ParticleTile::NAI()']]], - ['nalloc_5959',['nalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a59e766bfe21e1f505dee3649c10037b4',1,'amrex::MemStat::nalloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a330cc4e231f61e998afb4546138fa0c3',1,'amrex::TinyProfiler::MemProcStats::nalloc()']]], - ['name_5960',['name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a1c3308f0a08a991d3b3d2576e9d1e149',1,'amrex::StateDescriptor::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'amrex::MLLinOpT::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a06e0f836743b4313fdd706e28e365d65',1,'amrex::MLNodeTensorLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a32ac8e52543365ce2565213c83725f15',1,'amrex::MLNodeLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4b31dd42e50b3cdeca609dfd22fb79ce',1,'amrex::MLNodeABecLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'MLLinOpT< Array< MultiFab, 3 > >::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1abd0ae30a7a51ffe7672505fd171c2d',1,'amrex::MLEBNodeFDLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90ed4bd36cb7bb9fc00d6080ff823d64',1,'amrex::MLCurlCurl::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a9fcabb5a67a004d3001fa8987ef6c1d8',1,'amrex::ErrorRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1a14b155268a2e05884a92114d66eaa7',1,'amrex::DeriveRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a36d42d12dc34e9e1a3321c27539bb34d',1,'amrex::parser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a4bf5fc603ea8e9574ec71ba4ffef1da9',1,'amrex::iparser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a66050f0c470418cb4ab408bc117f3e63',1,'amrex::FabArrayBase::CacheStats::name()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#aa4edfb42a1c77e953234b83e0f87ce6f',1,'CommProfStats::BarrierEntry::name()']]], - ['names_5961',['names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a19d2b43cab064c1ea321f9f25970c68f',1,'amrex::StateDescriptor']]], - ['names_5962',['Names',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a835100974c4782de657f7f852cb8d2c3',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['nametagentry_5963',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html',1,'CommProfStats::NameTagEntry'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a6f68697cdef968b39588884f6053782c',1,'CommProfStats::NameTagEntry::NameTagEntry()']]], - ['nametagnames_5964',['NameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e869b70af44fbff24da4e5462638ab0',1,'CommProfStats']]], - ['nametagnames_5965',['nameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae55d86b8b14132b2c588eee6863497ef',1,'CommProfStats']]], - ['nametags_5966',['nameTags',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e58e93a3d918f8f890135351e95840c',1,'CommProfStats::DataBlock']]], - ['namrlevels_5967',['NAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'MLLinOpT< Array< MultiFab, 3 > >::NAMRLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'amrex::MLLinOpT::NAMRLevels()']]], - ['namrlevs_5968',['namrlevs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7bde0570493aad3733687a04abf4520e',1,'amrex::MLMGT']]], - ['nar_5969',['NAR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7d38648767509798f1fab24a293b49eb',1,'amrex::ParticleTile::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'amrex::ConstParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'amrex::ParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()']]], - ['narrayint_5970',['NArrayInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5981f78d812f2041269921a8e314924d',1,'amrex::ConstSoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'amrex::ParticleContainer_impl::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a434aff759965a8d6427692220e95b093',1,'amrex::SoAParticle::NArrayInt()']]], - ['narrayreal_5971',['NArrayReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a138782f7bd0e6e4cb04a451b013d5ca7',1,'amrex::SoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2cf0e656973af4978ffcfb13a8fc7920',1,'amrex::ConstSoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'amrex::ParticleContainer_impl::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayReal()']]], - ['native32realdescriptor_5972',['Native32RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a56bb549e278ccc2611fd389c3d2b6bdb',1,'amrex::FPC']]], - ['native64realdescriptor_5973',['Native64RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a3e122a19b07bc732bf83c360354ef2a4',1,'amrex::FPC']]], - ['nativeintdescriptor_5974',['NativeIntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9cad45e259106beaa8e4dc56f613bd06',1,'amrex::FPC']]], - ['nativelongdescriptor_5975',['NativeLongDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a6f67a43bd516bcc9547cb3b76424b2b8',1,'amrex::FPC']]], - ['nativerealdescriptor_5976',['NativeRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ab470772000cfb5f507edc5f294383bbc',1,'amrex::FPC']]], - ['navg_5977',['navg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a072e3cbbf26527a9f54155ce1140e45c',1,'amrex::TinyProfiler::ProcStats']]], - ['nblocks_5978',['nBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aa7ac26fc429cbaf9db787e3400d11d08',1,'amrex::ReduceData::nBlocks(gpuStream_t const &s)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad3b68748407c6998576e254be21d70f2',1,'amrex::ReduceData::nBlocks()']]], - ['nbuild_5979',['nbuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a96b29c0b379436683da2d4c47ca8db2b',1,'amrex::FabArrayBase::CacheStats']]], - ['nbuildsinfo_5980',['NBuildsInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html',1,'amrex::MemProfiler']]], - ['nbytes_5981',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::STLtools::Triangle >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::XDim3 >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int *, DefaultAllocator< const int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< index_type >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int *, DefaultAllocator< int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< std::size_t >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< unsigned int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::NeighborCode >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< EBCellFlag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< char >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< char >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< EBCellFlag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< HYPRE_Int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< AtomicInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< AtomicInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'amrex::BaseFab::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::openbc::MomTag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'amrex::BaseFab::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< HYPRE_Int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< PetscInt >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::BoxND >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'amrex::PODVector::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< FArrayBox >::nBytes()']]], - ['nbytes_5982',['nbytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a5732bd12dff7fbb6b71bf50b37290f6d',1,'amrex::FabArrayBase::meminfo']]], - ['nbytes_5983',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< amrex::FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'amrex::FabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#aef5ff6c3751771217568c9dbe50c4880',1,'amrex::detail::CutFabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< PetscInt >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< Real >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< Real >::nBytes() const noexcept']]], - ['nbytes_5fhwm_5984',['nbytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a9fa43b62c55d186548b19ea58a2e351b',1,'amrex::FabArrayBase::meminfo']]], - ['nbytesowned_5985',['nBytesOwned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< PetscInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< Real >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< HYPRE_Int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< EBCellFlag >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< char >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< AtomicInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'amrex::BaseFab::nBytesOwned()']]], - ['nc_5986',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#ab9685b37a78a8a607d5cd932fedf4a30',1,'amrex::Gpu::ComponentBox::nc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8c9cad12b04e174fac89d2a548f34c96',1,'amrex::DeriveRec::StateRange::nc()']]], - ['nc_5987',['NC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ab5cb26461b00acd27b5746145172e7cd',1,'amrex::PCData']]], - ['ncalls_5988',['nCalls',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a715cf5d864be62cf72c0e554738068bb',1,'BLProfStats::CallTreeNode::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ad1a3f8772ee33935e4bcb30cdd5581a4',1,'BLProfStats::FuncStat::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a0325378ef299924b545b1b5f6a461435',1,'BLProfStats::BLPDataBlock::nCalls()']]], - ['ncells_5fgrid_5989',['ncells_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a728df4407c4def01f16e9af80fda2ebf',1,'amrex::PETScABecLap::ncells_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a2e125c8d535cb75d33aee7d83be455d7',1,'amrex::HypreABecLap3::ncells_grid()']]], - ['ncomp_5990',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ae420ff73e7a6ac0310736a01f1a6dbc1',1,'amrex::PlotFileData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< PetscInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< Real >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1052f19a1566840110263a9ebe9c3587',1,'amrex::BndryDataT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a47ea706bedc5e03c2a5556da50801cf3',1,'amrex::CellData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aec6647af0d0a9f2d760d502a8975d6f1',1,'amrex::FabArrayBase::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1b171b05c525c1833805b9c1e71f8368',1,'amrex::FabSetT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#af8c25dc77c81cfd2e133f1ed79fe0032',1,'amrex::FluxRegister::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a3b4fcaf2fed76d9722c8a476ce1a5ce8',1,'amrex::MultiCutFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a36d695b32af9b38493af2d60083ff6ba',1,'amrex::MultiMask::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4',1,'amrex::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af2a7f57c4c0eba9dbf8e38dd84572eb2',1,'amrex::PlotFileDataImpl::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831e9baa65c6e3a16119230c16dec212',1,'amrex::StateDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#adec7196972698a4a61e5d5eed628aa8c',1,'amrex::VisMF::nComp()']]], - ['ncomp_5991',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a327facaefaef9c16772d8b9f5647848e',1,'amrex::CellData']]], - ['ncomp_5992',['nComp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27531cc00ae88701b82d827296ac6496',1,'amrex::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< EBCellFlag >::nComp()']]], - ['ncomp_5993',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ad2ab165dff9bdbdedaf65405a2bee07a',1,'amrex::FBData::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a311b5caaf3b58835f84598f46315953d',1,'amrex::FluxRegister::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a67a474e9e00d6fe9f40b4d67f28a355c',1,'amrex::MLMGT::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ab0fc399bd97c511820bc806a78ac10a9',1,'amrex::StateDescriptor::ncomp()']]], - ['ncomp_5994',['NComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad096b226eb7958f5d2bbd63449b077d2',1,'amrex::AmrData']]], - ['ncomp_5995',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4789a7f8a95114cbb7eafa31541e362',1,'amrex::AmrData']]], - ['ncomp_5996',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< Real const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int const >::ncomp()']]], - ['ncomp_5997',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< HYPRE_Int >']]], - ['ncomp_5998',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'amrex::Array4::ncomp()']]], - ['ncomp_5999',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< char >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< AtomicInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'amrex::BaseFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< Real const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'amrex::Array4::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aaa865db7c42ae26183110932425ab7a6',1,'amrex::FabCopyDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#ad679841ea96302c513ad625560efb23d',1,'amrex::FabArrayBase::FabComTag::nComp()']]], - ['ncompptr_6000',['nCompPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< char >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'amrex::BaseFab::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< AtomicInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< EBCellFlag >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< HYPRE_Int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< PetscInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< Real >::nCompPtr()']]], - ['ncontoptions_6001',['NCONTOPTIONS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba999d7f8b11dda1e081a79dbb21e2ac82',1,'amrex::Amrvis']]], - ['ncovered_6002',['ncovered',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae2bc4b62a5716e7bfc8bed303aefb5ef',1,'amrex::EBCellFlagFab::NumCells']]], - ['ncycle_6003',['nCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5858409b6a0c53ac8e09fd9601a44dcd',1,'amrex::Amr']]], - ['nddoit_6004',['nddoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a204c931ee9d67ff355ad6a4d17d8f0ae',1,'amrex::GpuBndryFuncFab']]], - ['ndebug_6005',['NDebug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2',1,'amrex::system']]], - ['ndims_6006',['ndims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'amrex::BoxND::ndims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'BoxND< AMREX_SPACEDIM >::ndims()']]], - ['nearest_6007',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html',1,'amrex::ParticleInterpolator::Nearest'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#acba181eace70e13912251e82d7b76745',1,'amrex::ParticleInterpolator::Nearest::Nearest()']]], - ['needinitialization_6008',['needInitialization',['../classHydro_1_1MacProjector.html#a810a7a05b1bcc6729b3bd68022073e70',1,'Hydro::MacProjector']]], - ['needscoarsedataforbc_6009',['needsCoarseDataForBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'MLLinOpT< Array< MultiFab, 3 > >::needsCoarseDataForBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'amrex::MLLinOpT::needsCoarseDataForBC()']]], - ['needsupdate_6010',['needsUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afb2f8218dcad4df69508e7ea795c2aaf',1,'amrex::MLCellLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a8fb6d1048cec22ab43f69b7d91ccce1d',1,'amrex::MLTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aecca19e63305762f008c9965c37b34e4',1,'amrex::MLNodeABecLaplacian::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'MLLinOpT< Array< MultiFab, 3 > >::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'amrex::MLLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a28c6954110a23fa141f9ab6420086999',1,'amrex::MLEBTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a95ea231a7ff288e48c9209aa44210bcd',1,'amrex::MLEBABecLap::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a972b0c17208b96e3bc1c41d688ebf5d2',1,'amrex::MLCellABecLapT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac016de333c8459f75c458870a8a3b384',1,'amrex::MLALaplacianT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af42c52eb173946c7ff2628ef20e2a89a',1,'amrex::MLABecLaplacianT::needsUpdate()']]], - ['negate_6011',['negate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< Real >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a22c3343ab661a9ad5e7003b03ca66e1f',1,'amrex::iMultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< Real >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< Real >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< Real >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aeac56ffb9329f6269e866cff504adc9e',1,'amrex::iMultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3774fde1c4d962bde2f98da96e9e0d55',1,'amrex::iMultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4ba968b0fae543587863290a60b49716',1,'amrex::iMultiFab::negate(int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#acaf881689685c3fa82ed65829f6be4c3',1,'amrex::MultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7cd1360a57300fc2e5eb5afdf6ff1dc',1,'amrex::MultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9939b447c0dc1a130c6952d2b376f8ad',1,'amrex::MultiFab::negate(int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ff818a86f791cca374edbe34bb6830',1,'amrex::MultiFab::negate(const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< AtomicInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< PetscInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'amrex::BaseFab::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'amrex::BaseFab::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'amrex::BaseFab::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'amrex::BaseFab::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< AtomicInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< AtomicInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< AtomicInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< PetscInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< char >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< char >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< char >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< char >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< EBCellFlag >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< EBCellFlag >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< EBCellFlag >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< EBCellFlag >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< PetscInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< PetscInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< int >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< int >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< HYPRE_Int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< HYPRE_Int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< HYPRE_Int >::negate(int comp, int numcomp=1) noexcept']]], - ['negation_6012',['Negation',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa',1,'amrex']]], - ['neighbor_6013',['Neighbor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html',1,'amrex::EB2']]], - ['neighbor_5fcopy_5fop_6014',['neighbor_copy_op',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a42b4110915286223007d92bbcf580d89',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5fcopy_5fplan_6015',['neighbor_copy_plan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4057e1a1eaeca59b1c87cec0720343d6',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5flist_6016',['neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68d92607a1d43f215ae6af8ff8d3e3af',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5fprocs_6017',['neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e1a0dcc5bf3f405f40ad020f18389bc',1,'amrex::ParticleContainerBase::neighbor_procs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a704c1b5b30612c4f5a09378f0a63b221',1,'amrex::NeighborParticleContainer::neighbor_procs()']]], - ['neighborcode_6018',['NeighborCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html',1,'amrex']]], - ['neighborcommmap_6019',['NeighborCommMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ae77c84d55fb9e147fc49a60bd44d42d6',1,'amrex::NeighborParticleContainer']]], - ['neighborcommtag_6020',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html',1,'amrex::NeighborParticleContainer::NeighborCommTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a51890965f001619b2e6bba4ba983765e',1,'amrex::NeighborParticleContainer::NeighborCommTag::NeighborCommTag()']]], - ['neighborcopytag_6021',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html',1,'amrex::NeighborParticleContainer::NeighborCopyTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a69740b5a47d3cbb97f2aac1632b6878b',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a60c58a36225c377967e515df8da5c0ea',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag(int a_level, int a_grid, int a_tile)']]], - ['neighbordata_6022',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html',1,'amrex::NeighborData< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a7f2e9c324bce9a494b544b608d346999',1,'amrex::NeighborData::NeighborData()']]], - ['neighborindexmap_6023',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html',1,'amrex::NeighborParticleContainer::NeighborIndexMap'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab2f3d4a7c0474c6897f33a5bcbae2def',1,'amrex::NeighborParticleContainer::NeighborIndexMap::NeighborIndexMap()']]], - ['neighborlist_6024',['NeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html',1,'amrex']]], - ['neighborlistcontainertype_6025',['NeighborListContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a43409db639b332ea93f0ad257dc54bc7',1,'amrex::NeighborParticleContainer']]], - ['neighborparticlecontainer_6026',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html',1,'amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adff18120eea0cf9a843f2779fa7afb80',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aec6aa68d7cccf38bf8f2ece89e2e47ad',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(ParGDBBase *gdb, int ncells)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a85456475575ab6d83ef479080e989a74',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a186b8b589b18098582292879a91ccf87',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8e16762fd9648d7b623cff439d75e888',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(NeighborParticleContainer &&)=default']]], - ['neighborprocs_6027',['NeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a444a7a4f352c7d70ab530e09facc7894',1,'amrex::ParticleContainerBase']]], - ['neighbors_6028',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html',1,'amrex']]], - ['neighbors_6029',['neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2db2fa1d27368a0d8f2a783f215cd93b',1,'amrex::NeighborParticleContainer']]], - ['neighbors_6030',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a78add4fa0c929801818ea1db168eb81c',1,'amrex::Neighbors']]], - ['neighbortask_6031',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html',1,'amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#ac124f082ce98a9d25b4212b94b68a316',1,'amrex::NeighborParticleContainer::NeighborTask::NeighborTask()']]], - ['neighborunpackpolicy_6032',['NeighborUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html',1,'amrex']]], - ['neighintcoords_6033',['neighIntCoords',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a9483f0f0bc23a2e7f70ba279d56a5c9b',1,'amrex::btUnit']]], - ['nelems_6034',['nelems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a0607bbf4e032f81bfd48d64cfca15cda',1,'amrex::MLNodeTensorLaplacian']]], - ['nerase_6035',['nerase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#ab6595895c14aaed1f6f9c8d00a7a8d7d',1,'amrex::FabArrayBase::CacheStats']]], - ['nerrorbuf_6036',['nErrorBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5199bceb8775542859c6b51d0a2100c',1,'amrex::AmrMesh']]], - ['nerrorbufvect_6037',['nErrorBufVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a071011d3702ecfc14ebc0f61a30a50ed',1,'amrex::AmrMesh']]], - ['nestedtimestack_6038',['nestedTimeStack',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a49bd7619b72e7cd42e63610f9f1ce2',1,'CommProfStats']]], - ['nestsets_6039',['Nestsets',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b',1,'amrex']]], - ['neumann_5fscale_6040',['neumann_scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d',1,'amrex::neumann_scale(int i, int j, int k, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908',1,'amrex::neumann_scale(int i, int j, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['new_6041',['New',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a85eaea376d002e3fdfaa2082cd2a30cf',1,'amrex::AmrMeshDataAdaptor::New()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a41f3c8b6a7d66e0b17a4e9869c8c9b40',1,'amrex::AmrDataAdaptor::New()']]], - ['new_5fchop_6042',['new_chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a334eb4810f3a2efcf713b44eee9d4d7b',1,'amrex::Cluster::new_chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aa556ac17a14c8ed6b6280bae1ab48be5',1,'amrex::ClusterList::new_chop()']]], - ['new_5fdata_6043',['new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a08b05c680ad59e2ac04f8178d52cf3a0',1,'amrex::StateData']]], - ['new_5ftime_6044',['new_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad6b519ebb5a60157c412e833587b12b3',1,'amrex::StateData']]], - ['newdata_6045',['newData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a2351d4871d6a5f299b26c1d6150690a7',1,'amrex::StateData::newData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5a81beda34e62a92aadd7941bcc5157e',1,'amrex::StateData::newData() const noexcept']]], - ['newdistfcnelement2d_6046',['newDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0f6b387cfd46f49845c6739bf394bd83',1,'amrex::SplineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a557c0955469be67746ebf22ad98ba341',1,'amrex::LineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a73a47ce03d2add3e6b72d53c2dbef76e',1,'amrex::distFcnElement2d::newDistFcnElement2d()']]], - ['newgrid_6047',['newGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a85837b66263e6415ba8a9b4830749ac8',1,'amrex::StateData']]], - ['newplt_6048',['NEWPLT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa57bb6b57ab317541bed026109325dcea',1,'amrex::Amrvis']]], - ['newrealdescriptor_6049',['newRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab94bb7aa5faab13c6cd95f1fe9109649',1,'amrex::RealDescriptor']]], - ['newrequest_6050',['NewRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a05d19cd0b5b9a9c20320e96810edbb72',1,'amrex::DataServices']]], - ['next_6051',['next',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'BoxND< AMREX_SPACEDIM >::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'amrex::BoxND::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7f3c17e356fa82fa08928ed417493761',1,'amrex::BoxIterator::next()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8eedabaa4dab327141f794937ff41ca4',1,'amrex::DeriveRec::StateRange::next()']]], - ['nextdynamicindex_6052',['nextDynamicIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a07296b12634219c4a15337435852a67b',1,'amrex::MFIter']]], - ['nextfillboxid_6053',['nextFillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'FabArrayCopyDescriptor< FArrayBox >::nextFillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'amrex::FabArrayCopyDescriptor::nextFillBoxId()']]], - ['nextid_6054',['NextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a2fcbaec8aac910c864f4a210d48d9c93',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad5a5330128743262d4531ebb62a635bc',1,'amrex::ConstSoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a9a4c7eb8fdcbc8c084dc950fea9fc53d',1,'amrex::ConstSoAParticle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#acfec109fc6821c1e45db900b4adc6779',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#af52db92778d76b160a15800015159367',1,'amrex::SoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8d6c15b2cd00fcee655a8b9b90a29e8d',1,'amrex::SoAParticle::NextID(Long nextid)']]], - ['nextra_6055',['nExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae8e2531823af7371e1df8e414a8c6fd9',1,'amrex::StateDescriptor']]], - ['nfabcomtags_6056',['nFabComTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'FabArrayCopyDescriptor< FArrayBox >::nFabComTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'amrex::FabArrayCopyDescriptor::nFabComTags()']]], - ['nfabcopydescs_6057',['nFabCopyDescs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'FabArrayCopyDescriptor< FArrayBox >::nFabCopyDescs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'amrex::FabArrayCopyDescriptor::nFabCopyDescs()']]], - ['nfiles_6058',['NFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a167fa24b841257fa58af35b658f5d6c1',1,'amrex::VisMF']]], - ['nfilesiter_6059',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html',1,'amrex::NFilesIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a41bf610b1a4c7439a960fa7589c09f53',1,'amrex::NFilesIter::NFilesIter(std::string fileName, Vector< int > readRanks, bool setBuf=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a50735b1e0f0c04d53e60371d210d50f2',1,'amrex::NFilesIter::NFilesIter(int noutfiles, std::string fileprefix, bool groupsets, bool setBuf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6da73e54601733abbefb73b558441299',1,'amrex::NFilesIter::NFilesIter(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9f952996fef2f589f9d82962ab7b4ff7',1,'amrex::NFilesIter::NFilesIter(NFilesIter &&)=delete']]], - ['nflags_6060',['Nflags',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af02a1ad3ee48fe2cd63b590a221ad1dd',1,'SDCstruct']]], - ['nfree_6061',['nfree',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ab2c0f6adf1de06d4e718a0165b63b373',1,'amrex::TinyProfiler::MemProcStats::nfree()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a9d6dfbc5efa557f55251adda530dcf4a',1,'amrex::MemStat::nfree()']]], - ['ng_6062',['ng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aeda8ad7ebda39d029e5e7253b9ee1b6d',1,'amrex::EB2::GFab']]], - ['nghost_6063',['nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3389add6565681ffce22be42b4101fe2',1,'amrex::MLCGSolverT']]], - ['ngrow_6064',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a07e4582c7d12d9c0af8972fcbf214b89',1,'amrex::ErrorRec']]], - ['ngrow_6065',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aaa772f863501b3d0a0c4a883b91b9083',1,'amrex::AmrData::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a4caa93d2bc0ad73faf33ca05ae0b5933',1,'amrex::ErrorRec::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92cef599b0ae34401a5463ec6fddc606',1,'amrex::FabArrayBase::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ae8d90e43fe323739131b52c834c46dd7',1,'amrex::MultiCutFab::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a887f01ad484d73b2eaab8ef3e9568d88',1,'amrex::VisMF::nGrow()']]], - ['ngrow_6066',['NGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93648bc3842b67bb1dffa164bdd5f0d1',1,'amrex::AmrData::NGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a2f6daf12771b72f61d675a618378fab6',1,'amrex::AMRErrorTag::NGrow()']]], - ['ngrow_6067',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ab30d7bacb605f55a7714f002a92f2cf6',1,'amrex::ForkJoin::MFFork::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae0e3631c9cd4872714c6d926073d1a51',1,'amrex::StateDescriptor::ngrow()']]], - ['ngrowfilled_6068',['nGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a76a6089045a5d690f809bd0d2e7c51ab',1,'amrex::FabArrayBase']]], - ['ngrowvect_6069',['nGrowVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac25341d29a4bdd3d3ba354f2263a8c54',1,'amrex::PlotFileDataImpl::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e',1,'amrex::nGrowVect(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0',1,'amrex::nGrowVect(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0598988ee34f3885bd6d2a4787a8f427',1,'amrex::FabArrayBase::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a292f4e9beba78cb32fd18b72fc06fd9d',1,'amrex::EB2::Level::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a64b61a21bf164a8ce959ba06b3ed2a30',1,'amrex::PlotFileData::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a07b1ead2f2b6a21362bcfbe6fa0cc784',1,'amrex::VisMF::nGrowVect()']]], - ['nhops_6070',['NHops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6',1,'amrex']]], - ['nine_6071',['nine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07',1,'amrex_constants_module']]], - ['nineth_6072',['nineth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2',1,'amrex_constants_module']]], - ['nint_6073',['NInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ad437c33b5c87125048830cee2775b50c',1,'amrex::Particle::NInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ab4a24fc0bdbf037d74e8f1c3d9ce59b6',1,'amrex::SoAParticleBase::NInt()']]], - ['nintersectinggrids_6074',['NIntersectingGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a766fc8383910abe6808b900bb63ce574',1,'amrex::AmrData']]], - ['nl_6075',['NL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7b2f9d1dc98c8e92648e3785f297e13f',1,'amrex::CArena']]], - ['nmax_6076',['nmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a601e3d46b6b378292f6861605af53b55',1,'amrex::TinyProfiler::ProcStats']]], - ['nmffileinstreams_6077',['nMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfbb2ed9c1aa1c00786e7ae2218f0b0f',1,'amrex::VisMF']]], - ['nmglevels_6078',['NMGLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'MLLinOpT< Array< MultiFab, 3 > >::NMGLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'amrex::MLLinOpT::NMGLevels()']]], - ['nmin_6079',['nmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a4712cf4e60cf2801bc15d5a4555cd80b',1,'amrex::TinyProfiler::ProcStats']]], - ['nmulti_6080',['nmulti',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a9ed4b276208f75158208ea1a89d740a9',1,'amrex::EBCellFlagFab::NumCells']]], - ['nnodes_6081',['nnodes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#af7ae531fe1e05325b891c107d2276c12',1,'amrex::algoim::QuadratureRule']]], - ['nnodes_6082',['Nnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a3c3082e11f568453735e5716a4ba7b52',1,'SDCstruct']]], - ['nnodes_5fgrid_6083',['nnodes_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ab571c163213ebca30687e13923b90fac',1,'amrex::HypreNodeLap']]], - ['no_5flocal_5fcopy_6084',['no_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0',1,'amrex::NonLocalBC']]], - ['nodal_5fgrids_6085',['nodal_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4672d7cd3c482aedb037347c1fddc0ff',1,'amrex::AmrLevel']]], - ['nodalprojector_6086',['NodalProjector',['../classHydro_1_1NodalProjector.html',1,'Hydro::NodalProjector'],['../classHydro_1_1NodalProjector.html#a219adbfe97a55251ead89933019ba2bb',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#a04173a645594d28dfd95a1642dfdb2a4',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#aceb54cb364c01ef46ae8812f01aae1bd',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Real a_const_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})']]], - ['nodalsync_6087',['nodalSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a0e84e7809b2a53d3c039783fdb5c33a2',1,'amrex::MLNodeLinOp']]], - ['nodaltilebox_6088',['nodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7a17b4a775ec84d2987cb480c38ed271',1,'amrex::MFIter']]], - ['node_6089',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim::QuadratureRule::Node'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html',1,'amrex::CArena::Node'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#afe41c39814d8c215e3c61d9b68b84a8b',1,'amrex::CArena::Node::Node()']]], - ['node_6090',['NODE',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3ad501679fc1b23174fe28a86d24d2e1e2',1,'amrex::CellIndexEnum']]], - ['node_5fbilinear_5finterp_6091',['node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab',1,'amrex']]], - ['node_5fid_6092',['node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae800380bfc5755081f9387bd4b9d098b',1,'amrex::HypreNodeLap']]], - ['node_5fid_5fvec_6093',['node_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25dc8630f7ee5466e547f64cd3266b22',1,'amrex::HypreNodeLap']]], - ['node_5fsize_6094',['node_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3',1,'amrex']]], - ['nodebilin_5finterp_6095',['nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05',1,'amrex']]], - ['nodebilin_5fslopes_6096',['nodebilin_slopes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab65c065625bd439361885b059b19fd38',1,'amrex']]], - ['nodebilinear_6097',['NodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html',1,'amrex']]], - ['nodecentered_6098',['nodeCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'amrex::IndexTypeND::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'amrex::IndexTypeND::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered() const noexcept']]], - ['nodename_6099',['nodeName',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a66216fd698908253eacbda7152cd1277',1,'CommProfStats::DataBlock']]], - ['nodenumber_6100',['nodeNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#adb3c29da9eb335d6005c2fd225acbe80',1,'CommProfStats::DataBlock']]], - ['nodes_6101',['nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a6bab0ce1edbe67e4fbe18249f39cbe76',1,'amrex::RKIntegrator::nodes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#aff9ac4f971a67e107e2cf55dd95fad21',1,'amrex::algoim::QuadratureRule::nodes()']]], - ['nofabheader_6102',['NoFabHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af7f852d2d1e0656e85e58dcf5ba364b1',1,'amrex::VisMF']]], - ['nofabheader_5fv1_6103',['NoFabHeader_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da10ec66a6475783b69e6c646e53a89cc5',1,'amrex::VisMF::Header']]], - ['nofabheaderfaminmax_5fv1_6104',['NoFabHeaderFAMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54daea230534883ebe9d77fc2c31aeab4589',1,'amrex::VisMF::Header']]], - ['nofabheaderminmax_5fv1_6105',['NoFabHeaderMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da27bc8d82bb52f548646a14b92cf8f43f',1,'amrex::VisMF::Header']]], - ['nolimiter_6106',['NoLimiter',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aba5f65ef6793674226f652b7f0119e16',1,'PPM']]], - ['nolimiter_6107',['nolimiter',['../structPPM_1_1nolimiter.html',1,'PPM']]], - ['nolocalcopy_6108',['NoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1NoLocalCopy.html',1,'amrex::NonLocalBC']]], - ['none_6109',['none',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9a334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::MLMGT::none()']]], - ['nonesuch_6110',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html',1,'amrex::detail::Nonesuch'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac31cc5ce552668f79bbc820c8d7998e0',1,'amrex::detail::Nonesuch::Nonesuch()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a5ab6a79913277546a5e11028e6e427ef',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a98dec8e1541181c79d10e63ba228f266',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch &&)=delete']]], - ['nonmanageddevicevector_6111',['NonManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2388c83afe31a41fc38fab133d98a1be',1,'amrex::Gpu']]], - ['nonperiodic_6112',['NonPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a194e779bf59d1700830a35cecb5271a5',1,'amrex::Periodicity']]], - ['noretsum_6113',['noRetSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e',1,'amrex::Scan']]], - ['norm_6114',['norm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023',1,'amrex::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< EBCellFlag >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< Real >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< Real >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< EBCellFlag >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< char >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< char >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< AtomicInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< AtomicInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'amrex::BaseFab::norm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#af7a978343150dd58b5d75114ad774fbe',1,'amrex::algoim::EBPlane::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< PetscInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< PetscInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< int >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< int >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'amrex::BaseFab::norm()']]], - ['norm0_6115',['norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a727b71bae4005883ea88221157184346',1,'amrex::MultiFab::norm0(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a93902e69dd534d7a84cfbdc1acf32e',1,'amrex::MultiFab::norm0(int comp, int ncomp, IntVect const &nghost, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6f5159e97350762eba3263f11ba3e653',1,'amrex::MultiFab::norm0(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c8965900aefbe0681bf72cb489b7027',1,'amrex::MultiFab::norm0(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const']]], - ['norm1_6116',['norm1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5879f0308ed537286037a041e32fd810',1,'amrex::MultiFab::norm1(int comp, const Periodicity &period, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afcdc4aaf73896a44ad364520af9a7398',1,'amrex::MultiFab::norm1(int comp=0, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ba8fc4756c0621e3872055ffce31b0',1,'amrex::MultiFab::norm1(const Vector< int > &comps, int ngrow=0, bool local=false) const']]], - ['norm2_6117',['norm2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac83213b50387ae52458f8f43473f72db',1,'amrex::GMRESMLMGT::norm2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa0b6bb4fb2ee206356cd613ed8458b8f',1,'amrex::MultiFab::norm2(int comp=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0982c02422dcb603d1c5129d744d6611',1,'amrex::MultiFab::norm2(int comp, const Periodicity &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a933d1dd75c4441bf922f8c5baa931be4',1,'amrex::MultiFab::norm2(const Vector< int > &comps) const']]], - ['norm_5finf_6118',['norm_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a65945094568d6e9ab21b7b1852c4afd8',1,'amrex::MLCGSolverT']]], - ['normal_5fdouble_5forder_6119',['normal_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9ece1c795d9454f01f5253539c466abc',1,'amrex::FPC']]], - ['normal_5ffloat_5forder_6120',['normal_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad1410e009ae5d7319fd2687c7a3457ff',1,'amrex::FPC']]], - ['normalize_6121',['normalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa8139012779454a901a8d4697174bd1e',1,'amrex::MLABecLaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'BoxND< AMREX_SPACEDIM >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a557eb6e2ad1b92790b50e1781835b692',1,'amrex::MLPoissonT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a62fd449657643195c0f313982a6cd3c9',1,'amrex::MLNodeTensorLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a226c4f4fd178eb4d5d4bc33172c44b57',1,'amrex::MLNodeLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'MLLinOpT< Array< MultiFab, 3 > >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'amrex::MLLinOpT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab93f943cc0e03e4f1d5966700f3edf85',1,'amrex::MLEBNodeFDLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a46a2ca99991a5f651d7a44004618ddaf',1,'amrex::MLEBABecLap::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ab6e413473dfba935e5169b5db1edcb56',1,'amrex::MLALaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'amrex::BoxND::normalize()']]], - ['normalorder_6122',['NormalOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839afc3cb7bc0cd89dcb5af02cce5baa23cd',1,'amrex::IntDescriptor']]], - ['normhelper_6123',['NormHelper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c',1,'amrex::NormHelper(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, F const &f, int numcomp, IntVect nghost, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3',1,'amrex::NormHelper(const MMF &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, Pred const &pf, F const &f, int numcomp, IntVect nghost, bool local)']]], - ['normhelper_5fnvector_5fmultifab_6124',['NormHelper_NVector_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad',1,'amrex::sundials']]], - ['norminf_6125',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::CutFab >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4',1,'amrex::norminf(MF const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc',1,'amrex::norminf(Array< MF, N > const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::EBCellFlagFab >::norminf()']]], - ['norminf_6126',['normInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6207e307cf8edda53498feebe2abb2e3',1,'amrex::MLCellLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a54b8f0a39566eee4ef913f6bad712d9f',1,'amrex::MLCurlCurl::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'amrex::MLLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'MLLinOpT< Array< MultiFab, 3 > >::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a6da7b56049ef0af652cdac637f1ce1e6',1,'amrex::MLNodeLinOp::normInf()']]], - ['norminf_6127',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'amrex::FabArray::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false,[[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'amrex::FabArray::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::CutFab >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d57175907c89a969b9b5392631e65cf',1,'amrex::MultiFab::norminf(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc7329288ae6f73f8fd7eda95e49b8ba',1,'amrex::MultiFab::norminf(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a92b462cb3d7c55a7d3277aaa9e3e0ff3',1,'amrex::MultiFab::norminf(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< TagBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< TagBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< IArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< IArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< FArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< FArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::Mask >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::Mask >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::EBCellFlagFab >::norminf()']]], - ['norminfmask_6128',['norminfmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< EBCellFlag >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'amrex::BaseFab::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< AtomicInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< char >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< HYPRE_Int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< PetscInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< Real >::norminfmask()']]], - ['nosplitparticleid_6129',['NoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a29090f4da18aa07dbb136347df3a0e52',1,'amrex::LongParticleIds']]], - ['nosyncregion_6130',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html',1,'amrex::Gpu::NoSyncRegion'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#a145be1ff4432aa6033daa6e1bed33e89',1,'amrex::Gpu::NoSyncRegion::NoSyncRegion()']]], - ['not_5fcovered_6131',['not_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a08dba959557635494bd0b8ca5e561288',1,'amrex::BndryDataT']]], - ['not_5fproper_6132',['not_proper',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a36963c5b419723010d58909d4528c0dc',1,'sdcquadrature_mod']]], - ['noteambarrier_6133',['NoTeamBarrier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38af1e51da50b24860035a3665786fe9d14',1,'amrex::MFIter']]], - ['notify_6134',['Notify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a9b651e401d0a75620501243cc1171a63',1,'amrex::AsyncOut']]], - ['notingraphregion_6135',['notInGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a73a7f12036e7cda0332aec8185d4c330',1,'amrex::Gpu']]], - ['notinlaunchregion_6136',['notInLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e6abda3339e4295716d7e2ff78e9603',1,'amrex::Gpu']]], - ['noutfiles_6137',['nOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a00064a0f00714d740472a32d08596019',1,'BLProfStats::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a18181e8b91ada22808e9ddf517b3c753',1,'amrex::NFilesIter::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ade6a45cdc3be4fb324ccd3a863788aae',1,'amrex::VisMF::nOutFiles()']]], - ['noutfilesprepost_6138',['nOutFilesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'amrex::ParticleContainer_impl::nOutFilesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nOutFilesPrePost()']]], - ['nparticlesatlevelprepost_6139',['nParticlesAtLevelPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'amrex::ParticleContainer_impl::nParticlesAtLevelPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nParticlesAtLevelPrePost()']]], - ['nparticlesprepost_6140',['nparticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nparticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'amrex::ParticleContainer_impl::nparticlesPrePost()']]], - ['npieces_6141',['Npieces',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a934f38b58520042c0fc59efc177f44ae',1,'SDCstruct']]], - ['nproc_6142',['nproc',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a270e92ee4f1f540aac7584aaa5bd29d1',1,'hacc::Distribution::nproc()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a5fa8fdbcfe943816e8c19862dffddeaa',1,'process_topology_t::nproc()']]], - ['nproc_5f1d_6143',['nproc_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a389e9aa244bb6052e5ba6f1776548ad3',1,'hacc::Distribution::nproc_1d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a175c07e801cbc6cc30901a4d963e0eb5',1,'hacc::Distribution::nproc_1d(int i) const']]], - ['nproc_5f2d_5fx_6144',['nproc_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae4ba1916cd912bf0482f3b8eda232248',1,'hacc::Distribution::nproc_2d_x() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abe531df2570a6fcb99bd9ad2b420eb5e',1,'hacc::Distribution::nproc_2d_x(int i) const']]], - ['nproc_5f2d_5fy_6145',['nproc_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afc72250908cb3a420de0e48180ba060f',1,'hacc::Distribution::nproc_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#adc3946938e3db3d1ff7b445a0a1f590d',1,'hacc::Distribution::nproc_2d_y(int i) const']]], - ['nproc_5f2d_5fz_6146',['nproc_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afe5148576a314c5e950c578b53cfc181',1,'hacc::Distribution::nproc_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab21736808a07fa9f8cc43457152f844b',1,'hacc::Distribution::nproc_2d_z(int i) const']]], - ['nproc_5f3d_6147',['nproc_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aca1bbb2cd1f2b41c307186df58b44fe2',1,'hacc::Distribution::nproc_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad7e02f33cb0f88c1f2dd5ec198c2ac90',1,'hacc::Distribution::nproc_3d(int i) const']]], - ['nproc_5fkspace_6148',['nproc_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a7acb4a231d8f4ac7cebe7290e154e32c',1,'hacc::Dfft::nproc_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad81b75eb59e5cc74e7ab13e904d66c11',1,'hacc::Dfft::nproc_kspace() const)[3]']]], - ['nproc_5frspace_6149',['nproc_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#addd454e0e45d8052ce1c5cbace27e643',1,'hacc::Dfft::nproc_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a528f9827a3c2afa6e8b223b9ebb89b3b',1,'hacc::Dfft::nproc_rspace() const)[3]']]], - ['nprocs_6150',['NProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9b529bc7c103b596cb3c24ce70c28e93',1,'amrex::ParallelContext::Frame::NProcs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7fe765fcc8bfc4c409483424a83fccf8',1,'amrex::ParallelDescriptor::NProcs(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa191723b5d24ceaf64e9d49f542cfcc2',1,'amrex::ParallelDescriptor::NProcs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3df5e063f2b14481feae8cea0d6d44d1',1,'amrex::MPMD::NProcs()']]], - ['nprocs_6151',['nProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a78880a4ba0c24b3fe3ee88bc7a10e71b',1,'amrex::NFilesIter']]], - ['nprocsall_6152',['NProcsAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a60d5e1f262d2f29ca794f9df65429c25',1,'amrex::ParallelContext']]], - ['nprocspernode_6153',['NProcsPerNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0',1,'amrex::ParallelDescriptor']]], - ['nprocsperprocessor_6154',['NProcsPerProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab8d97816d7145428dcd6bf6d1a1b9a91',1,'amrex::ParallelDescriptor']]], - ['nprocssub_6155',['NProcsSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa7f481a6be5e8f2eefbe9448135a3843',1,'amrex::ParallelContext']]], - ['nprocstask_6156',['NProcsTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3b7821d6402f8c532e1ca31bef733a75',1,'amrex::ForkJoin']]], - ['nproper_6157',['nProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa1e59b567c58d9ba22c9e56f8138a22a',1,'amrex::AmrMesh']]], - ['npts_6158',['npts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5bc70c52fae0fe8f54d3acd2b1338808',1,'amrex::BoxIndexerND< 1 >::npts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#aebcf0e258d72df8bb95c67d428de6127',1,'amrex::BoxIndexerND::npts()']]], - ['nreal_6159',['NReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ac17dffaf26b21aaec1ca753ac781f04b',1,'amrex::SoAParticleBase::NReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aae7d12b94a847462c64456654db316e7',1,'amrex::Particle::NReal()']]], - ['nregions_6160',['nRegions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5d4d3de59d23f664fca0fd8898c3f2b0',1,'amrex::AmrData']]], - ['nregular_6161',['nregular',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae58c0b7189a097d963bb36dfff3a88f6',1,'amrex::EBCellFlagFab::NumCells']]], - ['nrss_6162',['nRSS',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#af1b2cc36e918fd0673c576f2adb7265b',1,'RegionsProfStats::DataBlock']]], - ['ns_5flinop_6163',['ns_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af44095217d5bbcda0aac7c890c7711f5',1,'amrex::MLMGT']]], - ['ns_5fmlmg_6164',['ns_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9c8ed13672004a913f805ebe0f444073',1,'amrex::MLMGT']]], - ['ns_5frhs_6165',['ns_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac05ab8b48ded9d649049e4520b00625b',1,'amrex::MLMGT']]], - ['ns_5fsol_6166',['ns_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a35c1adc57fbe1db211aac6fae5f5517b',1,'amrex::MLMGT']]], - ['nsets_6167',['nSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af0eab0426caa91fff3a64bcea5192ba3',1,'amrex::NFilesIter']]], - ['nsingle_6168',['nsingle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ab794bf217ff64b685fdb1fd750957630',1,'amrex::EBCellFlagFab::NumCells']]], - ['nsolve_6169',['NSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a46bbc0ba9d09d6eaab3ee0cc47d4d0bb',1,'amrex::MLMGT']]], - ['nsolve_5fgrid_5fsize_6170',['nsolve_grid_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab7616bcecdedc6719ce8bd7d85b44f64',1,'amrex::MLMGT']]], - ['nspots_6171',['nspots',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a2045644553fcef06b1a6c80ebbe3603c',1,'amrex::AsyncOut::WriteInfo']]], - ['nsr_6172',['nsr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a5dd47ecd89eca47c1a2da2a3cee0675f',1,'amrex::DeriveRec']]], - ['nstep_6173',['nStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac66753a2ff2df956a5df08dd6cb9f81a',1,'amrex::AmrLevel']]], - ['nstreamerrors_6174',['NStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae894808026adb5099b7b36f193f39f7c',1,'amrex::StreamRetry']]], - ['nstreamerrors_6175',['nStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a56fbf590918f701816c5567f4869c6de',1,'amrex::StreamRetry']]], - ['nstride_6176',['nstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'amrex::Array4::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< Real const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int >::nstride()']]], - ['nstructint_6177',['NStructInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2e52440bc21e01affff077fff37edb44',1,'amrex::ParticleTile::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'amrex::ParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'amrex::ParticleContainer_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'amrex::ParIterBase_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aca126782205cb9bb3766c0b00c58c147',1,'amrex::ParIter_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'amrex::ConstParticleTileData::NStructInt()']]], - ['nstructreal_6178',['NStructReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#afe5df472d59b0a66f3f10e767a9bf694',1,'amrex::ParIter_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'amrex::ParIterBase_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'amrex::ParticleContainer_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af37f9208b1b9908daad6789415d20f81',1,'amrex::ParticleTile::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'amrex::ParticleTileData::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'amrex::ConstParticleTileData::NStructReal()']]], - ['nsweeps_6179',['Nsweeps',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a973e673b7bb450a404fb23411259c6ab',1,'SDCstruct']]], - ['ntanghalfwidth_6180',['NTangHalfWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af24fa42fa7ee1bcbb9fb775c5ab192d6',1,'amrex::BndryDataT']]], - ['ntasks_6181',['NTasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0f117148e0f71675c66d2658a49c75cc',1,'amrex::ForkJoin']]], - ['nteams_6182',['NTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c',1,'amrex::ParallelDescriptor']]], - ['ntimers_6183',['ntimers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda24039153a091a3526d8f692a1ae67709',1,'amrex::MLMGT']]], - ['ntimertimes_6184',['nTimerTimes',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a73fe445ce23da37107ed5f5968d32a1d',1,'CommProfStats::DataBlock']]], - ['ntindex_6185',['ntIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#ab798290e18681e0ea61b0f66be6e2608',1,'CommProfStats::NameTagEntry']]], - ['ntracestats_6186',['nTraceStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aa2586f28fd5fe3fd9c02b79004433b30',1,'RegionsProfStats::DataBlock']]], - ['nu1_6187',['nu1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a58dfdb82f14a306e71cf3897acaa6f92',1,'amrex::MLMGT']]], - ['nu2_6188',['nu2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adf6e938df981049c8e34ee53d3c21d05',1,'amrex::MLMGT']]], - ['nub_6189',['nub',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7caf8d1d49732307624d42da5ac3cb83',1,'amrex::MLMGT']]], - ['nuf_6190',['nuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a535eff64ede17a0c410f80f26de70a3d',1,'amrex::MLMGT']]], - ['null_6191',['null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba37a6259cc0c1dae299a7866489dff0bd',1,'amrex::BATransformer']]], - ['nullinterphook_6192',['NullInterpHook',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html',1,'amrex']]], - ['num_5fbuild_6193',['num_build',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a01b55874b867d3345db7cdfad2f284ee',1,'amrex::FabArrayBase::FabArrayStats']]], - ['num_5fcoarsen_5fopt_6194',['num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47',1,'amrex::EB2']]], - ['num_5fcuts_6195',['num_cuts',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545',1,'amrex::EB2::detail']]], - ['num_5fdevice_5fpartners_6196',['num_device_partners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680079152997e37c8e4f02dfaa0d14d4',1,'amrex::Gpu::Device']]], - ['num_5fdevices_5fused_6197',['num_devices_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4e59c991a0de99a25c0c7c1f91667449',1,'amrex::Gpu::Device']]], - ['num_5ffabarrays_6198',['num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ab4b3c50d480036fa2cd0506f9e8f96ff',1,'amrex::FabArrayBase::FabArrayStats']]], - ['num_5fint_5fcomm_5fcomps_6199',['num_int_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'amrex::ParticleContainer_impl::num_int_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_int_comm_comps()']]], - ['num_5flocal_5ftiles_6200',['num_local_tiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a967c3c48ccb4f316911d06fcaccb29fa',1,'amrex::MFIter']]], - ['num_5fmask_5fcomps_6201',['num_mask_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aebe05d83866295fa66cd195bfd2ccc44',1,'amrex::NeighborParticleContainer']]], - ['num_5fneighbor_5fcells_6202',['num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d',1,'amrex_ebcellflag_module']]], - ['num_5freal_5fcomm_5fcomps_6203',['num_real_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_real_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'amrex::ParticleContainer_impl::num_real_comm_comps()']]], - ['num_5fsetba_6204',['num_setba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a450db80ef9bd209ebb61cb47ff12ca22',1,'amrex::AmrMesh']]], - ['num_5fsetdm_6205',['num_setdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2ddfbb3a69cf479f1d28f704d19e4f96',1,'amrex::AmrMesh']]], - ['num_5fsnds_6206',['num_snds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c0cf5742a0014b73afe38a75f02534e',1,'amrex::NeighborParticleContainer']]], - ['num_5fsteps_6207',['num_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab68545bb3877ccbb5beef755501e6e51',1,'amrex::IntegratorBase']]], - ['num_5fstreams_6208',['num_streams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0db9178bd13b45f862fe31e197f75ec8',1,'amrex::MFItInfo']]], - ['num_5fsweeps_6209',['num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ab49bedd6e91b0cbfe206bc3ab17cdbc1',1,'amrex::Hypre']]], - ['numactivelevels_6210',['NumActiveLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a173fd151597a60eff340740888fa3ec5',1,'amrex::InSituUtils']]], - ['numactivethreads_6211',['numActiveThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#a277a46596f8e67342709552121787bc5',1,'amrex::Gpu::Handler']]], - ['numamrlevels_6212',['numAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad2c6df179eb4acd5061de72341881c63',1,'amrex::MLMGT']]], - ['number_6213',['number',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a44cad8e418f7be7c01a8d8fb75f90865',1,'CommProfStats::BarrierEntry::number()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#a7d0d09150f2cd432ef20826516728351',1,'CommProfStats::ReductionEntry::number()']]], - ['number_5fnodes_6214',['number_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aeb24e2eb4c7cd3f6f46ac8ce656fde5c',1,'amrex::RKIntegrator']]], - ['numberofminmax_6215',['NUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea70e198feec9ed63c2f25d181a5dc611e',1,'amrex::Amrvis']]], - ['numberofparticlesatlevel_6216',['NumberOfParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'amrex::ParticleContainer_impl::NumberOfParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesAtLevel(int level, bool only_valid=true, bool only_local=false) const']]], - ['numberofparticlesingrid_6217',['NumberOfParticlesInGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesInGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'amrex::ParticleContainer_impl::NumberOfParticlesInGrid()']]], - ['numberofusers_6218',['numberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5d6e7ac64333750926f2175ea5f237ad',1,'amrex::DataServices']]], - ['numberstofname_6219',['numbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a61cecba43f39a2a189ee2aaf9949f2df',1,'RegionsProfStats']]], - ['numberstofname_6220',['NumbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa09149b400a4bae78fc4f423b31da1d5',1,'RegionsProfStats']]], - ['numbins_6221',['numBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'amrex::DenseBins::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< ParticleType >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< typename amrex::ParticleTileData >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aacee8f0ffcd3fbd6c14e58c08460d232',1,'amrex::SparseBins::numBins()']]], - ['numblocks_6222',['numBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a6c6f30d2bbabe2960fa682d624e70659',1,'amrex::Gpu::GridSize::numBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a383b070cb13bc99de64062941d521149',1,'amrex::Gpu::ExecutionConfig::numBlocks()']]], - ['numblocksoverride_6223',['numBlocksOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a728f2480b00dbe80a716bc81f42f8508',1,'amrex::Gpu::Device']]], - ['numboxarrays_6224',['numboxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a221b256184f09f24c7e7a835d6cf4a9e',1,'amrex::BARef']]], - ['numboxarrays_5fhwm_6225',['numboxarrays_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa4715d9e30ad640a00703a76b8b29f5d',1,'amrex::BARef']]], - ['numboxesonproc_6226',['numBoxesOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae49a5f3c31d93b4574c8622b49919f6e',1,'amrex::ParticleBufferMap']]], - ['numbuckets_6227',['numBuckets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5f6573698022ddf444d521dd4eb749a4',1,'amrex::ParticleBufferMap']]], - ['numbytes_6228',['numBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af8ad7b8bf71293f96dba2d963d446c21',1,'amrex::RealDescriptor::numBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#aef80f57bdb73ad655c6f24d6ee58ef75',1,'amrex::IntDescriptor::numBytes() const']]], - ['numbytes_6229',['numbytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a2367ec86e010c5342a4a3a76fc192213',1,'amrex::IntDescriptor']]], - ['numcells_6230',['NumCells',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html',1,'amrex::EBCellFlagFab']]], - ['numcoarsenopt_6231',['NumCoarsenOpt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048',1,'amrex::EB2']]], - ['numcomps_6232',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html',1,'amrex::NumComps'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a810ccab9fa653cd2a504f2539eaa4c1f',1,'amrex::NumComps::NumComps()']]], - ['numcopies_6233',['numCopies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a050152eacb86c574850379b45a619750',1,'amrex::ParticleCopyOp']]], - ['numdatalogs_6234',['NumDataLogs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a22c7ccfe95fd35cc2a2c6629a8e3edbc',1,'amrex::Amr']]], - ['numdbptypes_6235',['NUMDBPTYPES',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaa450b2757051e567ab8eb2b39a5e077a',1,'amrex::Amrvis']]], - ['numderive_6236',['numDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a25e0f9ede414df537ec2a017dc936afd',1,'amrex::DeriveRec']]], - ['numderivefunc_6237',['NumDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a11275d3515db9c31ef424271070717c2',1,'amrex::AmrData::NumDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad56b42613a172cda5bb3b556adbcdc88',1,'amrex::DataServices::NumDeriveFunc()']]], - ['numdevicepartners_6238',['numDevicePartners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a075aaf3af23ffd79ae8025ab4fa19f62',1,'amrex::Gpu::Device']]], - ['numdevicesused_6239',['numDevicesUsed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aaad1273663de56c788b3809ed7537a4e',1,'amrex::Gpu::Device']]], - ['numgpustreams_6240',['numGpuStreams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a920dd19f186b2276d9bbdb14d117565c',1,'amrex::Gpu::numGpuStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a1bc8d3f83c8bce5e14d50e06667d28ce',1,'amrex::Gpu::Device::numGpuStreams()']]], - ['numgrids_6241',['numGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae93e34dd07b1784fc7fe902331d232b2',1,'amrex::AmrLevel::numGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8727954d78b0edddf953091df0cdcb8f',1,'amrex::Amr::numGrids(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8affd8de32d5fc666795d5a13a39e45',1,'amrex::Amr::numGrids() noexcept']]], - ['numintcomps_6242',['NumIntComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af8037383212b93e6a701d263167baa31',1,'amrex::StructOfArrays::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a036135b388b4a68fc8fdac9e6c5572f5',1,'amrex::ParticleTile::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'amrex::ParticleContainer_impl::NumIntComps()']]], - ['numintgs_6243',['numIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a856a505f1340baf94d02a7585b467e1a',1,'amrex::algoim']]], - ['numitems_6244',['numItems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a88234f341b867559fe25f8a25cc53ebb',1,'amrex::SparseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< typename amrex::ParticleTileData >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< ParticleType >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'amrex::DenseBins::numItems()']]], - ['numlevels_6245',['numLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a6ec01a89cd77b4473dc1895e1a2b1ebe',1,'amrex::ParticleContainerBase::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2f919f166a2034f65af90c480a914a0e',1,'amrex::ParticleCopyOp::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a49a5c4338ca4f54619acb1f4890df2fa',1,'amrex::ParticleBufferMap::numLevels()']]], - ['numlocaltiles_6246',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afbbd9093cd125af3cebbc8f8231bb142',1,'amrex::MFIter::numLocalTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a830d98c3be0b8b1f0eb88118f7a1f35c',1,'amrex::FabArrayBase::TileArray::numLocalTiles()']]], - ['numlocaltilesatlevel_6247',['numLocalTilesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numLocalTilesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'amrex::ParticleContainer_impl::numLocalTilesAtLevel()']]], - ['nummaskvals_6248',['NumMaskVals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a139601a0038d30ced2a28a0e4f6763e7',1,'amrex::BndryDataT']]], - ['nummultiprocessors_6249',['numMultiProcessors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5994da17716f6dc6a06e1a1cc2d88a96',1,'amrex::Gpu::Device']]], - ['numneighborparticles_6250',['numNeighborParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2b17bacea66d302e68ec631032d97300',1,'amrex::ArrayOfStructs::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'amrex::ParIterBase_impl::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a67d9df04de8fa70ac8b9c43325febff3',1,'amrex::ParticleTile::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#afaecde6af6e4779bf8bb2d786dec40fd',1,'amrex::StructOfArrays::numNeighborParticles()']]], - ['numneighbors_6251',['numNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#af34e94b1e9993776430b19dc57f3c28f',1,'amrex::EBCellFlag']]], - ['numparticles_6252',['numParticles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a80fc21d171f28db059190e234fa36642',1,'amrex::ParticleTile::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#adf1e6c502e74a6b79d9c6eda78a98abd',1,'amrex::NeighborList::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a97dc58478a9add0babfd5503f5655876',1,'amrex::ArrayOfStructs::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a82f411b26eab317ad15c998f4a72e863',1,'amrex::StructOfArrays::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'amrex::ParIterBase_impl::numParticles()']]], - ['numparticlesoutofrange_6253',['numParticlesOutOfRange',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b',1,'amrex::numParticlesOutOfRange(Iterator const &pti, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320',1,'amrex::numParticlesOutOfRange(Iterator const &pti, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c',1,'amrex::numParticlesOutOfRange(PC const &pc, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210',1,'amrex::numParticlesOutOfRange(PC const &pc, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, IntVect nGrow)']]], - ['numpoints_6254',['NumPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab7d3fea37a1ad8e9a2adb1891d989340',1,'amrex::XYPlotDataList']]], - ['numpoints_6255',['numPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af4eefbcd2078aa5c3e7a3ddfb678fb78',1,'amrex::XYPlotDataList']]], - ['numpts_6256',['numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5f25bd92e654851319f55a17ee276723',1,'amrex::BoxArray::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ae852e51f5e19dac43938ee4476361f21',1,'amrex::BoxIndexerND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5520d0eb57f16ca5f98f5c85bcc310b8',1,'amrex::BoxIndexerND< 1 >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'amrex::BoxND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'BoxND< AMREX_SPACEDIM >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< Real >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< PetscInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< HYPRE_Int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< EBCellFlag >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< char >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< AtomicInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'amrex::BaseFab::numPts()']]], - ['numrange_6257',['numRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae3ef04ba562b5538b6248daba20c6f44',1,'amrex::DeriveRec']]], - ['numrealcomps_6258',['NumRealComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a6b104504a3540a44182a1ad408d5cfa7',1,'amrex::StructOfArrays::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01a4c2d3cd20e84801f49f31c8305349',1,'amrex::ParticleTile::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'amrex::ParticleContainer_impl::NumRealComps()']]], - ['numrealparticles_6259',['numRealParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab9d2ce3721f6d4039d09f4464683c5e7',1,'amrex::ArrayOfStructs::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'amrex::ParIterBase_impl::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae905e32844864462ec7a0ddf7a666ee4',1,'amrex::ParticleTile::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac6d3cee84ea6fbae0bf95bcd36c536fa',1,'amrex::StructOfArrays::numRealParticles()']]], - ['numruntimeintcomps_6260',['NumRuntimeIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'amrex::ParticleContainer_impl::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abbd0ed100a7511e702da44782d06f360',1,'amrex::ParticleTile::NumRuntimeIntComps()']]], - ['numruntimerealcomps_6261',['NumRuntimeRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'amrex::ParticleContainer_impl::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a94b4d2e5f90cdfc640740a2dc1b8be4e',1,'amrex::ParticleTile::NumRuntimeRealComps()']]], - ['numstate_6262',['numState',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a0a07b4ad438414db0b1c0aa86c0556dc',1,'amrex::DeriveRec']]], - ['numstates_6263',['numStates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa9666a2babd9d59a595a2c3695f38f00',1,'amrex::AmrLevel']]], - ['numsurfintgs_6264',['numSurfIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1431c6a34f2cb39592447caf369d3440',1,'amrex::algoim']]], - ['numtag_6265',['numTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a63a315fa3deb62851baf4e607d0c8c03',1,'amrex::Cluster::numTag() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad765826ea9e9762f2328cac81faefc5c',1,'amrex::Cluster::numTag(const Box &b) const noexcept']]], - ['numthreads_6266',['numThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a59e4685120009f8432768699e898fd98',1,'amrex::Gpu::ExecutionConfig::numThreads()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#af91022d872655d7aad5ba0d072db7017',1,'amrex::Gpu::GridSize::numThreads()']]], - ['numthreadsmin_6267',['numThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a73de48a30b914ee4dc994e261e36be8f',1,'amrex::Gpu::Device']]], - ['numthreadsoverride_6268',['numThreadsOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a8b511fa5992f49c3e027153931c354b4',1,'amrex::Gpu::Device']]], - ['numthreadsperblockparallelfor_6269',['numThreadsPerBlockParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99d3039071c1009b16e08b63b63013db',1,'amrex::Gpu']]], - ['numtilesinbox_6270',['numTilesInBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c',1,'amrex']]], - ['numtotalparticles_6271',['numTotalParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a5a933c9ef33ad84f474f9c6b2b90b2a8',1,'amrex::ArrayOfStructs::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3b487649b8128cc37a6f35f913229d00',1,'amrex::ParticleTile::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a15e05a661b50a2637a764ccadfb23f53',1,'amrex::StructOfArrays::numTotalParticles()']]], - ['numtypes_6272',['NumTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457',1,'amrex']]], - ['numuniquephysicalcores_6273',['numUniquePhysicalCores',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2',1,'amrex']]], - ['nuse_6274',['nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a2f46bd7a63228d43ce04420ce9191204',1,'amrex::FabArrayBase::CacheStats::nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a9bc4e65bc502d4951afe43a1904b48bf',1,'amrex::FabArrayBase::TileArray::nuse()']]], - ['nvar_6275',['nvar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'amrex::BaseFab::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< AtomicInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< char >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< EBCellFlag >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< HYPRE_Int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< PetscInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< Real >::nvar()']]], - ['nx_6276',['nx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a064dd3c6107b296a915aedcd0f2f1826',1,'amrex::ParticleInterpolator::Linear::nx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ac7df25b566023957e86f793a39e27e00',1,'amrex::ParticleInterpolator::Nearest::nx()']]], - ['ny_6277',['ny',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a0e0af124579f9ad5fec3710bb83ee821',1,'amrex::ParticleInterpolator::Linear::ny()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ab45ca8466ebed9c2334ae6ea7e92bd58',1,'amrex::ParticleInterpolator::Nearest::ny()']]], - ['nz_6278',['nz',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad178c7e8f42426ab5b0eb3bd45ce8bd0',1,'amrex::ParticleInterpolator::Linear::nz()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7fb3f62585e84012a047d81ab68809fe',1,'amrex::ParticleInterpolator::Nearest::nz()']]] + ['n_5935',['n',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ae2a7dce34011a9267540c9717a5cb125',1,'AMREX_IPARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ab225ec03a4bab39df7f50dbb3928842e',1,'AMREX_PARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ad0fc01a1d38109451e446decb6cf91c5',1,'distribution_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a9a65297834ae0a934ca195f70b3f44cc',1,'amrex::iparser_nvp::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a51d8b50d57ee8a52833c414ae13a5381',1,'amrex::NumComps::n()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a34fd641ec3073c157da173359feb99e6',1,'process_topology_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a23fedc6778a6f6a72862b3a659494231',1,'amrex::TinyProfiler::Stats::n()']]], + ['n1_5936',['n1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#aadfbf53cde02f929750750628396d8fe',1,'amrex::iparser_f3::n1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a6caf5b36a9f8beace196c5072f325928',1,'amrex::parser_f3::n1()']]], + ['n2_5937',['n2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#ac268e69ddbebfb2404bd9ca914476c8e',1,'amrex::iparser_f3::n2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a9c0e8a7d413bf12c7adc9cfb9159da53',1,'amrex::parser_f3::n2()']]], + ['n3_5938',['n3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a62f9b0134e9c4f6d0019a249f4dc9017',1,'amrex::parser_f3::n3()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a3bbb7bbf7789a9700e08d8c5a079b826',1,'amrex::iparser_f3::n3()']]], + ['n_5fcomp_5939',['n_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4ff6141edd1ba1d1940c45b98a619b04',1,'amrex::FabArrayBase']]], + ['n_5fcomponents_5940',['n_components',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#ace297f67083473f1a5777f7cfd1a0135',1,'amrex::NonLocalBC::PackComponents']]], + ['n_5fcycle_5941',['n_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a091b2e0b9cd006fd375a407f8ed98f80',1,'amrex::Amr']]], + ['n_5fderive_5942',['n_derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a37c756f3c98d63ce682589e6abf3a6c4',1,'amrex::DeriveRec']]], + ['n_5ferror_5fbuf_5943',['n_error_buf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa78fef1ea7608723c281debe971d460e',1,'amrex::AmrInfo']]], + ['n_5ffilled_5944',['n_filled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acb3699bf4d436f320a73a9c5239b81cd',1,'amrex::FabArrayBase']]], + ['n_5fgrow_5945',['n_grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aad48d978f6df9294ff3cbdb8978b8914',1,'amrex::FabArrayBase']]], + ['n_5fpoints_5946',['n_points',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aae8be9e2e342b9ba03c2b087855a5df1',1,'amrex::FabArray::ShMem']]], + ['n_5fprint_5ftabs_5947',['n_print_tabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af5020b8e813ceea3418f07d2529ae2cd',1,'amrex::TinyProfiler']]], + ['n_5fproper_5948',['n_proper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a36e0332bccfe906856f622730eeafbcf',1,'amrex::AmrInfo']]], + ['n_5fstate_5949',['n_state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2cc67c5168b67d6772586e58d5e2c5a3',1,'amrex::DeriveRec']]], + ['n_5fsten_5950',['n_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ad9408790b2173c0287493d687303ad01',1,'amrex::nodelap_detail']]], + ['n_5fthreads_5fand_5fblocks_5951',['n_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7a6b8811fb0e015cf250057bb00e6bcd',1,'amrex::Gpu::Device']]], + ['n_5fvabs_5fmultifab_5952',['N_VAbs_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab',1,'amrex::sundials']]], + ['n_5fvaddconst_5fmultifab_5953',['N_VAddConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d',1,'amrex::sundials']]], + ['n_5fvalues_5954',['n_values',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a7127367bcb4407b08339a44b7ecca386',1,'amrex::FabArray::ShMem']]], + ['n_5fvclone_5fmultifab_5955',['N_VClone_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33',1,'amrex::sundials']]], + ['n_5fvcloneempty_5fmultifab_5956',['N_VCloneEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832',1,'amrex::sundials']]], + ['n_5fvcompare_5fmultifab_5957',['N_VCompare_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36',1,'amrex::sundials']]], + ['n_5fvconst_5fmultifab_5958',['N_VConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a',1,'amrex::sundials']]], + ['n_5fvconstrmask_5fmultifab_5959',['N_VConstrMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c',1,'amrex::sundials']]], + ['n_5fvdestroy_5fmultifab_5960',['N_VDestroy_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4',1,'amrex::sundials']]], + ['n_5fvdiv_5fmultifab_5961',['N_VDiv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5',1,'amrex::sundials']]], + ['n_5fvdotprod_5fmultifab_5962',['N_VDotProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371',1,'amrex::sundials']]], + ['n_5fvectorcontent_5fmultifab_5fnotptr_5963',['N_VectorContent_MultiFab_notptr',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html',1,'']]], + ['n_5fvgetcontent_5fmultifab_5964',['N_VGetContent_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8',1,'amrex::sundials']]], + ['n_5fvgetlength_5fmultifab_5965',['N_VGetLength_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc',1,'amrex::sundials']]], + ['n_5fvgetownmf_5fmultifab_5966',['N_VGetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1',1,'amrex::sundials']]], + ['n_5fvgetvectoralias_5fmultifab_5967',['N_VGetVectorAlias_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf',1,'amrex::sundials']]], + ['n_5fvgetvectorpointer_5fmultifab_5968',['N_VGetVectorPointer_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293',1,'amrex::sundials']]], + ['n_5fvinv_5fmultifab_5969',['N_VInv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd',1,'amrex::sundials']]], + ['n_5fvinvtest_5fmultifab_5970',['N_VInvTest_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4',1,'amrex::sundials']]], + ['n_5fvl1norm_5fmultifab_5971',['N_VL1Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9',1,'amrex::sundials']]], + ['n_5fvlinearsum_5fmultifab_5972',['N_VLinearSum_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa',1,'amrex::sundials']]], + ['n_5fvmake_5fmultifab_5973',['N_VMake_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9',1,'amrex::sundials']]], + ['n_5fvmaxnorm_5fmultifab_5974',['N_VMaxNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa',1,'amrex::sundials']]], + ['n_5fvmin_5fmultifab_5975',['N_VMin_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046',1,'amrex::sundials']]], + ['n_5fvminquotient_5fmultifab_5976',['N_VMinQuotient_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff',1,'amrex::sundials']]], + ['n_5fvnew_5fmultifab_5977',['N_VNew_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e',1,'amrex::sundials']]], + ['n_5fvnewempty_5fmultifab_5978',['N_VNewEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498',1,'amrex::sundials']]], + ['n_5fvprod_5fmultifab_5979',['N_VProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd',1,'amrex::sundials']]], + ['n_5fvscale_5fmultifab_5980',['N_VScale_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7',1,'amrex::sundials']]], + ['n_5fvsetownmf_5fmultifab_5981',['N_VSetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74',1,'amrex::sundials']]], + ['n_5fvspace_5fmultifab_5982',['N_VSpace_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2',1,'amrex::sundials']]], + ['n_5fvwl2norm_5fmultifab_5983',['N_VWL2Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd',1,'amrex::sundials']]], + ['n_5fvwrmsnorm_5fmultifab_5984',['N_VWrmsNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7',1,'amrex::sundials']]], + ['n_5fvwrmsnormmask_5fmultifab_5985',['N_VWrmsNormMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1',1,'amrex::sundials']]], + ['nai_5986',['NAI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'amrex::ConstParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'amrex::ParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a27974d2d46e3698a69b1997e905072e8',1,'amrex::ParticleTile::NAI()']]], + ['nalloc_5987',['nalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a59e766bfe21e1f505dee3649c10037b4',1,'amrex::MemStat::nalloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a330cc4e231f61e998afb4546138fa0c3',1,'amrex::TinyProfiler::MemProcStats::nalloc()']]], + ['name_5988',['name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a1c3308f0a08a991d3b3d2576e9d1e149',1,'amrex::StateDescriptor::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'amrex::MLLinOpT::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a06e0f836743b4313fdd706e28e365d65',1,'amrex::MLNodeTensorLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a32ac8e52543365ce2565213c83725f15',1,'amrex::MLNodeLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4b31dd42e50b3cdeca609dfd22fb79ce',1,'amrex::MLNodeABecLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'MLLinOpT< Array< MultiFab, 3 > >::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1abd0ae30a7a51ffe7672505fd171c2d',1,'amrex::MLEBNodeFDLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90ed4bd36cb7bb9fc00d6080ff823d64',1,'amrex::MLCurlCurl::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a9fcabb5a67a004d3001fa8987ef6c1d8',1,'amrex::ErrorRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1a14b155268a2e05884a92114d66eaa7',1,'amrex::DeriveRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a36d42d12dc34e9e1a3321c27539bb34d',1,'amrex::parser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a4bf5fc603ea8e9574ec71ba4ffef1da9',1,'amrex::iparser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a66050f0c470418cb4ab408bc117f3e63',1,'amrex::FabArrayBase::CacheStats::name()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#aa4edfb42a1c77e953234b83e0f87ce6f',1,'CommProfStats::BarrierEntry::name()']]], + ['names_5989',['names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a19d2b43cab064c1ea321f9f25970c68f',1,'amrex::StateDescriptor']]], + ['names_5990',['Names',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a835100974c4782de657f7f852cb8d2c3',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['nametagentry_5991',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html',1,'CommProfStats::NameTagEntry'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a6f68697cdef968b39588884f6053782c',1,'CommProfStats::NameTagEntry::NameTagEntry()']]], + ['nametagnames_5992',['NameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e869b70af44fbff24da4e5462638ab0',1,'CommProfStats']]], + ['nametagnames_5993',['nameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae55d86b8b14132b2c588eee6863497ef',1,'CommProfStats']]], + ['nametags_5994',['nameTags',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e58e93a3d918f8f890135351e95840c',1,'CommProfStats::DataBlock']]], + ['namrlevels_5995',['NAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'MLLinOpT< Array< MultiFab, 3 > >::NAMRLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'amrex::MLLinOpT::NAMRLevels()']]], + ['namrlevs_5996',['namrlevs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7bde0570493aad3733687a04abf4520e',1,'amrex::MLMGT']]], + ['nar_5997',['NAR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7d38648767509798f1fab24a293b49eb',1,'amrex::ParticleTile::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'amrex::ConstParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'amrex::ParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()']]], + ['narrayint_5998',['NArrayInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5981f78d812f2041269921a8e314924d',1,'amrex::ConstSoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'amrex::ParticleContainer_impl::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a434aff759965a8d6427692220e95b093',1,'amrex::SoAParticle::NArrayInt()']]], + ['narrayreal_5999',['NArrayReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a138782f7bd0e6e4cb04a451b013d5ca7',1,'amrex::SoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2cf0e656973af4978ffcfb13a8fc7920',1,'amrex::ConstSoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'amrex::ParticleContainer_impl::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayReal()']]], + ['native32realdescriptor_6000',['Native32RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a56bb549e278ccc2611fd389c3d2b6bdb',1,'amrex::FPC']]], + ['native64realdescriptor_6001',['Native64RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a3e122a19b07bc732bf83c360354ef2a4',1,'amrex::FPC']]], + ['nativeintdescriptor_6002',['NativeIntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9cad45e259106beaa8e4dc56f613bd06',1,'amrex::FPC']]], + ['nativelongdescriptor_6003',['NativeLongDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a6f67a43bd516bcc9547cb3b76424b2b8',1,'amrex::FPC']]], + ['nativerealdescriptor_6004',['NativeRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ab470772000cfb5f507edc5f294383bbc',1,'amrex::FPC']]], + ['navg_6005',['navg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a072e3cbbf26527a9f54155ce1140e45c',1,'amrex::TinyProfiler::ProcStats']]], + ['nblocks_6006',['nBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aa7ac26fc429cbaf9db787e3400d11d08',1,'amrex::ReduceData::nBlocks(gpuStream_t const &s)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad3b68748407c6998576e254be21d70f2',1,'amrex::ReduceData::nBlocks()']]], + ['nbuild_6007',['nbuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a96b29c0b379436683da2d4c47ca8db2b',1,'amrex::FabArrayBase::CacheStats']]], + ['nbuildsinfo_6008',['NBuildsInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html',1,'amrex::MemProfiler']]], + ['nbytes_6009',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::XDim3 >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int *, DefaultAllocator< const int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int *, DefaultAllocator< int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< std::size_t >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< unsigned int >::nBytes()']]], + ['nbytes_6010',['nbytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a5732bd12dff7fbb6b71bf50b37290f6d',1,'amrex::FabArrayBase::meminfo']]], + ['nbytes_6011',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< index_type >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::openbc::MomTag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< EBCellFlag >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< EBCellFlag >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< HYPRE_Int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< HYPRE_Int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< AtomicInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< AtomicInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::STLtools::Triangle >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'amrex::BaseFab::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< PetscInt >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< Real >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::NeighborCode >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::BoxND >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'amrex::PODVector::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'amrex::BaseFab::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< amrex::FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'amrex::FabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< PetscInt >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#aef5ff6c3751771217568c9dbe50c4880',1,'amrex::detail::CutFabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< Real >::nBytes()']]], + ['nbytes_5fhwm_6012',['nbytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a9fa43b62c55d186548b19ea58a2e351b',1,'amrex::FabArrayBase::meminfo']]], + ['nbytesowned_6013',['nBytesOwned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< PetscInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< Real >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< HYPRE_Int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< EBCellFlag >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< char >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< AtomicInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'amrex::BaseFab::nBytesOwned()']]], + ['nc_6014',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8c9cad12b04e174fac89d2a548f34c96',1,'amrex::DeriveRec::StateRange']]], + ['nc_6015',['NC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ab5cb26461b00acd27b5746145172e7cd',1,'amrex::PCData']]], + ['nc_6016',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#ab9685b37a78a8a607d5cd932fedf4a30',1,'amrex::Gpu::ComponentBox']]], + ['ncalls_6017',['nCalls',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a715cf5d864be62cf72c0e554738068bb',1,'BLProfStats::CallTreeNode::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ad1a3f8772ee33935e4bcb30cdd5581a4',1,'BLProfStats::FuncStat::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a0325378ef299924b545b1b5f6a461435',1,'BLProfStats::BLPDataBlock::nCalls()']]], + ['ncells_5fgrid_6018',['ncells_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a728df4407c4def01f16e9af80fda2ebf',1,'amrex::PETScABecLap::ncells_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a2e125c8d535cb75d33aee7d83be455d7',1,'amrex::HypreABecLap3::ncells_grid()']]], + ['ncomp_6019',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ad2ab165dff9bdbdedaf65405a2bee07a',1,'amrex::FBData']]], + ['ncomp_6020',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#adec7196972698a4a61e5d5eed628aa8c',1,'amrex::VisMF']]], + ['ncomp_6021',['NComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad096b226eb7958f5d2bbd63449b077d2',1,'amrex::AmrData']]], + ['ncomp_6022',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'amrex::Array4::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< Real const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a327facaefaef9c16772d8b9f5647848e',1,'amrex::CellData::ncomp()']]], + ['ncomp_6023',['nComp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4',1,'amrex']]], + ['ncomp_6024',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a311b5caaf3b58835f84598f46315953d',1,'amrex::FluxRegister::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a67a474e9e00d6fe9f40b4d67f28a355c',1,'amrex::MLMGT::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ab0fc399bd97c511820bc806a78ac10a9',1,'amrex::StateDescriptor::ncomp()']]], + ['ncomp_6025',['nComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27531cc00ae88701b82d827296ac6496',1,'amrex::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af2a7f57c4c0eba9dbf8e38dd84572eb2',1,'amrex::PlotFileDataImpl::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'amrex::BaseFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< AtomicInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< char >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< EBCellFlag >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< Real const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'amrex::Array4::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aaa865db7c42ae26183110932425ab7a6',1,'amrex::FabCopyDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831e9baa65c6e3a16119230c16dec212',1,'amrex::StateDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#ad679841ea96302c513ad625560efb23d',1,'amrex::FabArrayBase::FabComTag::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4789a7f8a95114cbb7eafa31541e362',1,'amrex::AmrData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ae420ff73e7a6ac0310736a01f1a6dbc1',1,'amrex::PlotFileData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a36d695b32af9b38493af2d60083ff6ba',1,'amrex::MultiMask::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a3b4fcaf2fed76d9722c8a476ce1a5ce8',1,'amrex::MultiCutFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#af8c25dc77c81cfd2e133f1ed79fe0032',1,'amrex::FluxRegister::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1b171b05c525c1833805b9c1e71f8368',1,'amrex::FabSetT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aec6647af0d0a9f2d760d502a8975d6f1',1,'amrex::FabArrayBase::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a47ea706bedc5e03c2a5556da50801cf3',1,'amrex::CellData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1052f19a1566840110263a9ebe9c3587',1,'amrex::BndryDataT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< Real >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< PetscInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< HYPRE_Int >::nComp()']]], + ['ncompptr_6026',['nCompPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< char >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'amrex::BaseFab::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< AtomicInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< EBCellFlag >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< HYPRE_Int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< PetscInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< Real >::nCompPtr()']]], + ['ncontoptions_6027',['NCONTOPTIONS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba999d7f8b11dda1e081a79dbb21e2ac82',1,'amrex::Amrvis']]], + ['ncovered_6028',['ncovered',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae2bc4b62a5716e7bfc8bed303aefb5ef',1,'amrex::EBCellFlagFab::NumCells']]], + ['ncycle_6029',['nCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5858409b6a0c53ac8e09fd9601a44dcd',1,'amrex::Amr']]], + ['nddoit_6030',['nddoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a204c931ee9d67ff355ad6a4d17d8f0ae',1,'amrex::GpuBndryFuncFab']]], + ['ndebug_6031',['NDebug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2',1,'amrex::system']]], + ['ndims_6032',['ndims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'amrex::BoxND::ndims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'BoxND< AMREX_SPACEDIM >::ndims()']]], + ['nearest_6033',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html',1,'amrex::ParticleInterpolator::Nearest'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#acba181eace70e13912251e82d7b76745',1,'amrex::ParticleInterpolator::Nearest::Nearest()']]], + ['needinitialization_6034',['needInitialization',['../classHydro_1_1MacProjector.html#a810a7a05b1bcc6729b3bd68022073e70',1,'Hydro::MacProjector']]], + ['needscoarsedataforbc_6035',['needsCoarseDataForBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'MLLinOpT< Array< MultiFab, 3 > >::needsCoarseDataForBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'amrex::MLLinOpT::needsCoarseDataForBC()']]], + ['needsupdate_6036',['needsUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afb2f8218dcad4df69508e7ea795c2aaf',1,'amrex::MLCellLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a8fb6d1048cec22ab43f69b7d91ccce1d',1,'amrex::MLTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aecca19e63305762f008c9965c37b34e4',1,'amrex::MLNodeABecLaplacian::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'MLLinOpT< Array< MultiFab, 3 > >::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'amrex::MLLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a28c6954110a23fa141f9ab6420086999',1,'amrex::MLEBTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a95ea231a7ff288e48c9209aa44210bcd',1,'amrex::MLEBABecLap::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a972b0c17208b96e3bc1c41d688ebf5d2',1,'amrex::MLCellABecLapT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac016de333c8459f75c458870a8a3b384',1,'amrex::MLALaplacianT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af42c52eb173946c7ff2628ef20e2a89a',1,'amrex::MLABecLaplacianT::needsUpdate()']]], + ['negate_6037',['negate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< Real >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a22c3343ab661a9ad5e7003b03ca66e1f',1,'amrex::iMultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< Real >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< Real >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< Real >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aeac56ffb9329f6269e866cff504adc9e',1,'amrex::iMultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3774fde1c4d962bde2f98da96e9e0d55',1,'amrex::iMultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4ba968b0fae543587863290a60b49716',1,'amrex::iMultiFab::negate(int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#acaf881689685c3fa82ed65829f6be4c3',1,'amrex::MultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7cd1360a57300fc2e5eb5afdf6ff1dc',1,'amrex::MultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9939b447c0dc1a130c6952d2b376f8ad',1,'amrex::MultiFab::negate(int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ff818a86f791cca374edbe34bb6830',1,'amrex::MultiFab::negate(const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< AtomicInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< PetscInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'amrex::BaseFab::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'amrex::BaseFab::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'amrex::BaseFab::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'amrex::BaseFab::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< AtomicInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< AtomicInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< AtomicInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< PetscInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< char >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< char >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< char >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< char >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< EBCellFlag >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< EBCellFlag >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< EBCellFlag >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< EBCellFlag >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< PetscInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< PetscInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< int >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< int >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< HYPRE_Int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< HYPRE_Int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< HYPRE_Int >::negate(int comp, int numcomp=1) noexcept']]], + ['negation_6038',['Negation',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa',1,'amrex']]], + ['neighbor_6039',['Neighbor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html',1,'amrex::EB2']]], + ['neighbor_5fcopy_5fop_6040',['neighbor_copy_op',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a42b4110915286223007d92bbcf580d89',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5fcopy_5fplan_6041',['neighbor_copy_plan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4057e1a1eaeca59b1c87cec0720343d6',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5flist_6042',['neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68d92607a1d43f215ae6af8ff8d3e3af',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5fprocs_6043',['neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e1a0dcc5bf3f405f40ad020f18389bc',1,'amrex::ParticleContainerBase::neighbor_procs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a704c1b5b30612c4f5a09378f0a63b221',1,'amrex::NeighborParticleContainer::neighbor_procs()']]], + ['neighborcode_6044',['NeighborCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html',1,'amrex']]], + ['neighborcommmap_6045',['NeighborCommMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ae77c84d55fb9e147fc49a60bd44d42d6',1,'amrex::NeighborParticleContainer']]], + ['neighborcommtag_6046',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html',1,'amrex::NeighborParticleContainer::NeighborCommTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a51890965f001619b2e6bba4ba983765e',1,'amrex::NeighborParticleContainer::NeighborCommTag::NeighborCommTag()']]], + ['neighborcopytag_6047',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html',1,'amrex::NeighborParticleContainer::NeighborCopyTag'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a69740b5a47d3cbb97f2aac1632b6878b',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a60c58a36225c377967e515df8da5c0ea',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag(int a_level, int a_grid, int a_tile)']]], + ['neighbordata_6048',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html',1,'amrex::NeighborData< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a7f2e9c324bce9a494b544b608d346999',1,'amrex::NeighborData::NeighborData()']]], + ['neighborindexmap_6049',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html',1,'amrex::NeighborParticleContainer::NeighborIndexMap'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab2f3d4a7c0474c6897f33a5bcbae2def',1,'amrex::NeighborParticleContainer::NeighborIndexMap::NeighborIndexMap()']]], + ['neighborlist_6050',['NeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html',1,'amrex']]], + ['neighborlistcontainertype_6051',['NeighborListContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a43409db639b332ea93f0ad257dc54bc7',1,'amrex::NeighborParticleContainer']]], + ['neighborparticlecontainer_6052',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html',1,'amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adff18120eea0cf9a843f2779fa7afb80',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aec6aa68d7cccf38bf8f2ece89e2e47ad',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(ParGDBBase *gdb, int ncells)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a85456475575ab6d83ef479080e989a74',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a186b8b589b18098582292879a91ccf87',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8e16762fd9648d7b623cff439d75e888',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(NeighborParticleContainer &&)=default']]], + ['neighborprocs_6053',['NeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a444a7a4f352c7d70ab530e09facc7894',1,'amrex::ParticleContainerBase']]], + ['neighbors_6054',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html',1,'amrex::Neighbors< class >'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a78add4fa0c929801818ea1db168eb81c',1,'amrex::Neighbors::Neighbors()']]], + ['neighbors_6055',['neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2db2fa1d27368a0d8f2a783f215cd93b',1,'amrex::NeighborParticleContainer']]], + ['neighbortask_6056',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html',1,'amrex::NeighborParticleContainer< NStructReal, NStructInt, NArrayReal, NArrayInt >::NeighborTask'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#ac124f082ce98a9d25b4212b94b68a316',1,'amrex::NeighborParticleContainer::NeighborTask::NeighborTask()']]], + ['neighborunpackpolicy_6057',['NeighborUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html',1,'amrex']]], + ['neighintcoords_6058',['neighIntCoords',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a9483f0f0bc23a2e7f70ba279d56a5c9b',1,'amrex::btUnit']]], + ['nelems_6059',['nelems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a0607bbf4e032f81bfd48d64cfca15cda',1,'amrex::MLNodeTensorLaplacian']]], + ['nerase_6060',['nerase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#ab6595895c14aaed1f6f9c8d00a7a8d7d',1,'amrex::FabArrayBase::CacheStats']]], + ['nerrorbuf_6061',['nErrorBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5199bceb8775542859c6b51d0a2100c',1,'amrex::AmrMesh']]], + ['nerrorbufvect_6062',['nErrorBufVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a071011d3702ecfc14ebc0f61a30a50ed',1,'amrex::AmrMesh']]], + ['nestedtimestack_6063',['nestedTimeStack',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a49bd7619b72e7cd42e63610f9f1ce2',1,'CommProfStats']]], + ['nestsets_6064',['Nestsets',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b',1,'amrex']]], + ['neumann_5fscale_6065',['neumann_scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d',1,'amrex::neumann_scale(int i, int j, int k, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908',1,'amrex::neumann_scale(int i, int j, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['new_6066',['New',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a85eaea376d002e3fdfaa2082cd2a30cf',1,'amrex::AmrMeshDataAdaptor::New()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a41f3c8b6a7d66e0b17a4e9869c8c9b40',1,'amrex::AmrDataAdaptor::New()']]], + ['new_5fchop_6067',['new_chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a334eb4810f3a2efcf713b44eee9d4d7b',1,'amrex::Cluster::new_chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aa556ac17a14c8ed6b6280bae1ab48be5',1,'amrex::ClusterList::new_chop()']]], + ['new_5fdata_6068',['new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a08b05c680ad59e2ac04f8178d52cf3a0',1,'amrex::StateData']]], + ['new_5ftime_6069',['new_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad6b519ebb5a60157c412e833587b12b3',1,'amrex::StateData']]], + ['newdata_6070',['newData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a2351d4871d6a5f299b26c1d6150690a7',1,'amrex::StateData::newData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5a81beda34e62a92aadd7941bcc5157e',1,'amrex::StateData::newData() const noexcept']]], + ['newdistfcnelement2d_6071',['newDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0f6b387cfd46f49845c6739bf394bd83',1,'amrex::SplineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a557c0955469be67746ebf22ad98ba341',1,'amrex::LineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a73a47ce03d2add3e6b72d53c2dbef76e',1,'amrex::distFcnElement2d::newDistFcnElement2d()']]], + ['newgrid_6072',['newGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a85837b66263e6415ba8a9b4830749ac8',1,'amrex::StateData']]], + ['newplt_6073',['NEWPLT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa57bb6b57ab317541bed026109325dcea',1,'amrex::Amrvis']]], + ['newrealdescriptor_6074',['newRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab94bb7aa5faab13c6cd95f1fe9109649',1,'amrex::RealDescriptor']]], + ['newrequest_6075',['NewRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a05d19cd0b5b9a9c20320e96810edbb72',1,'amrex::DataServices']]], + ['next_6076',['next',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'BoxND< AMREX_SPACEDIM >::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'amrex::BoxND::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7f3c17e356fa82fa08928ed417493761',1,'amrex::BoxIterator::next()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8eedabaa4dab327141f794937ff41ca4',1,'amrex::DeriveRec::StateRange::next()']]], + ['nextdynamicindex_6077',['nextDynamicIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a07296b12634219c4a15337435852a67b',1,'amrex::MFIter']]], + ['nextfillboxid_6078',['nextFillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'FabArrayCopyDescriptor< FArrayBox >::nextFillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'amrex::FabArrayCopyDescriptor::nextFillBoxId()']]], + ['nextid_6079',['NextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a2fcbaec8aac910c864f4a210d48d9c93',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad5a5330128743262d4531ebb62a635bc',1,'amrex::ConstSoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a9a4c7eb8fdcbc8c084dc950fea9fc53d',1,'amrex::ConstSoAParticle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#acfec109fc6821c1e45db900b4adc6779',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#af52db92778d76b160a15800015159367',1,'amrex::SoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8d6c15b2cd00fcee655a8b9b90a29e8d',1,'amrex::SoAParticle::NextID(Long nextid)']]], + ['nextra_6080',['nExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae8e2531823af7371e1df8e414a8c6fd9',1,'amrex::StateDescriptor']]], + ['nfabcomtags_6081',['nFabComTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'FabArrayCopyDescriptor< FArrayBox >::nFabComTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'amrex::FabArrayCopyDescriptor::nFabComTags()']]], + ['nfabcopydescs_6082',['nFabCopyDescs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'FabArrayCopyDescriptor< FArrayBox >::nFabCopyDescs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'amrex::FabArrayCopyDescriptor::nFabCopyDescs()']]], + ['nfiles_6083',['NFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a167fa24b841257fa58af35b658f5d6c1',1,'amrex::VisMF']]], + ['nfilesiter_6084',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html',1,'amrex::NFilesIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a41bf610b1a4c7439a960fa7589c09f53',1,'amrex::NFilesIter::NFilesIter(std::string fileName, Vector< int > readRanks, bool setBuf=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a50735b1e0f0c04d53e60371d210d50f2',1,'amrex::NFilesIter::NFilesIter(int noutfiles, std::string fileprefix, bool groupsets, bool setBuf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6da73e54601733abbefb73b558441299',1,'amrex::NFilesIter::NFilesIter(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9f952996fef2f589f9d82962ab7b4ff7',1,'amrex::NFilesIter::NFilesIter(NFilesIter &&)=delete']]], + ['nflags_6085',['Nflags',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af02a1ad3ee48fe2cd63b590a221ad1dd',1,'SDCstruct']]], + ['nfree_6086',['nfree',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ab2c0f6adf1de06d4e718a0165b63b373',1,'amrex::TinyProfiler::MemProcStats::nfree()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a9d6dfbc5efa557f55251adda530dcf4a',1,'amrex::MemStat::nfree()']]], + ['ng_6087',['ng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aeda8ad7ebda39d029e5e7253b9ee1b6d',1,'amrex::EB2::GFab']]], + ['nghost_6088',['nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3389add6565681ffce22be42b4101fe2',1,'amrex::MLCGSolverT']]], + ['ngrow_6089',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a07e4582c7d12d9c0af8972fcbf214b89',1,'amrex::ErrorRec']]], + ['ngrow_6090',['NGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93648bc3842b67bb1dffa164bdd5f0d1',1,'amrex::AmrData::NGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a2f6daf12771b72f61d675a618378fab6',1,'amrex::AMRErrorTag::NGrow()']]], + ['ngrow_6091',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aaa772f863501b3d0a0c4a883b91b9083',1,'amrex::AmrData::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a4caa93d2bc0ad73faf33ca05ae0b5933',1,'amrex::ErrorRec::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92cef599b0ae34401a5463ec6fddc606',1,'amrex::FabArrayBase::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ae8d90e43fe323739131b52c834c46dd7',1,'amrex::MultiCutFab::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a887f01ad484d73b2eaab8ef3e9568d88',1,'amrex::VisMF::nGrow()']]], + ['ngrow_6092',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ab30d7bacb605f55a7714f002a92f2cf6',1,'amrex::ForkJoin::MFFork::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae0e3631c9cd4872714c6d926073d1a51',1,'amrex::StateDescriptor::ngrow()']]], + ['ngrowfilled_6093',['nGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a76a6089045a5d690f809bd0d2e7c51ab',1,'amrex::FabArrayBase']]], + ['ngrowvect_6094',['nGrowVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac25341d29a4bdd3d3ba354f2263a8c54',1,'amrex::PlotFileDataImpl::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e',1,'amrex::nGrowVect(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0',1,'amrex::nGrowVect(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0598988ee34f3885bd6d2a4787a8f427',1,'amrex::FabArrayBase::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a292f4e9beba78cb32fd18b72fc06fd9d',1,'amrex::EB2::Level::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a64b61a21bf164a8ce959ba06b3ed2a30',1,'amrex::PlotFileData::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a07b1ead2f2b6a21362bcfbe6fa0cc784',1,'amrex::VisMF::nGrowVect()']]], + ['nhops_6095',['NHops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6',1,'amrex']]], + ['nine_6096',['nine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07',1,'amrex_constants_module']]], + ['nineth_6097',['nineth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2',1,'amrex_constants_module']]], + ['nint_6098',['NInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ad437c33b5c87125048830cee2775b50c',1,'amrex::Particle::NInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ab4a24fc0bdbf037d74e8f1c3d9ce59b6',1,'amrex::SoAParticleBase::NInt()']]], + ['nintersectinggrids_6099',['NIntersectingGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a766fc8383910abe6808b900bb63ce574',1,'amrex::AmrData']]], + ['nl_6100',['NL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7b2f9d1dc98c8e92648e3785f297e13f',1,'amrex::CArena']]], + ['nmax_6101',['nmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a601e3d46b6b378292f6861605af53b55',1,'amrex::TinyProfiler::ProcStats']]], + ['nmffileinstreams_6102',['nMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfbb2ed9c1aa1c00786e7ae2218f0b0f',1,'amrex::VisMF']]], + ['nmglevels_6103',['NMGLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'MLLinOpT< Array< MultiFab, 3 > >::NMGLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'amrex::MLLinOpT::NMGLevels()']]], + ['nmin_6104',['nmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a4712cf4e60cf2801bc15d5a4555cd80b',1,'amrex::TinyProfiler::ProcStats']]], + ['nmulti_6105',['nmulti',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a9ed4b276208f75158208ea1a89d740a9',1,'amrex::EBCellFlagFab::NumCells']]], + ['nnodes_6106',['nnodes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#af7ae531fe1e05325b891c107d2276c12',1,'amrex::algoim::QuadratureRule']]], + ['nnodes_6107',['Nnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a3c3082e11f568453735e5716a4ba7b52',1,'SDCstruct']]], + ['nnodes_5fgrid_6108',['nnodes_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ab571c163213ebca30687e13923b90fac',1,'amrex::HypreNodeLap']]], + ['no_5flocal_5fcopy_6109',['no_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0',1,'amrex::NonLocalBC']]], + ['nodal_5fgrids_6110',['nodal_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4672d7cd3c482aedb037347c1fddc0ff',1,'amrex::AmrLevel']]], + ['nodalprojector_6111',['NodalProjector',['../classHydro_1_1NodalProjector.html',1,'Hydro::NodalProjector'],['../classHydro_1_1NodalProjector.html#a219adbfe97a55251ead89933019ba2bb',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#a04173a645594d28dfd95a1642dfdb2a4',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#aceb54cb364c01ef46ae8812f01aae1bd',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Real a_const_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})']]], + ['nodalsync_6112',['nodalSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a0e84e7809b2a53d3c039783fdb5c33a2',1,'amrex::MLNodeLinOp']]], + ['nodaltilebox_6113',['nodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7a17b4a775ec84d2987cb480c38ed271',1,'amrex::MFIter']]], + ['node_6114',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim::QuadratureRule::Node'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html',1,'amrex::CArena::Node']]], + ['node_6115',['NODE',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3ad501679fc1b23174fe28a86d24d2e1e2',1,'amrex::CellIndexEnum']]], + ['node_6116',['Node',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#afe41c39814d8c215e3c61d9b68b84a8b',1,'amrex::CArena::Node']]], + ['node_5fbilinear_5finterp_6117',['node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab',1,'amrex']]], + ['node_5fid_6118',['node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae800380bfc5755081f9387bd4b9d098b',1,'amrex::HypreNodeLap']]], + ['node_5fid_5fvec_6119',['node_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25dc8630f7ee5466e547f64cd3266b22',1,'amrex::HypreNodeLap']]], + ['node_5fsize_6120',['node_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3',1,'amrex']]], + ['nodebilin_5finterp_6121',['nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05',1,'amrex']]], + ['nodebilin_5fslopes_6122',['nodebilin_slopes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab65c065625bd439361885b059b19fd38',1,'amrex']]], + ['nodebilinear_6123',['NodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html',1,'amrex']]], + ['nodecentered_6124',['nodeCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'amrex::IndexTypeND::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'amrex::IndexTypeND::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered() const noexcept']]], + ['nodename_6125',['nodeName',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a66216fd698908253eacbda7152cd1277',1,'CommProfStats::DataBlock']]], + ['nodenumber_6126',['nodeNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#adb3c29da9eb335d6005c2fd225acbe80',1,'CommProfStats::DataBlock']]], + ['nodes_6127',['nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a6bab0ce1edbe67e4fbe18249f39cbe76',1,'amrex::RKIntegrator::nodes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#aff9ac4f971a67e107e2cf55dd95fad21',1,'amrex::algoim::QuadratureRule::nodes()']]], + ['nofabheader_6128',['NoFabHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af7f852d2d1e0656e85e58dcf5ba364b1',1,'amrex::VisMF']]], + ['nofabheader_5fv1_6129',['NoFabHeader_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da10ec66a6475783b69e6c646e53a89cc5',1,'amrex::VisMF::Header']]], + ['nofabheaderfaminmax_5fv1_6130',['NoFabHeaderFAMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54daea230534883ebe9d77fc2c31aeab4589',1,'amrex::VisMF::Header']]], + ['nofabheaderminmax_5fv1_6131',['NoFabHeaderMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da27bc8d82bb52f548646a14b92cf8f43f',1,'amrex::VisMF::Header']]], + ['nolimiter_6132',['NoLimiter',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aba5f65ef6793674226f652b7f0119e16',1,'PPM']]], + ['nolimiter_6133',['nolimiter',['../structPPM_1_1nolimiter.html',1,'PPM']]], + ['nolocalcopy_6134',['NoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1NoLocalCopy.html',1,'amrex::NonLocalBC']]], + ['none_6135',['none',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9a334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::MLMGT::none()']]], + ['nonesuch_6136',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html',1,'amrex::detail::Nonesuch'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac31cc5ce552668f79bbc820c8d7998e0',1,'amrex::detail::Nonesuch::Nonesuch()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a5ab6a79913277546a5e11028e6e427ef',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a98dec8e1541181c79d10e63ba228f266',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch &&)=delete']]], + ['nonmanageddevicevector_6137',['NonManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2388c83afe31a41fc38fab133d98a1be',1,'amrex::Gpu']]], + ['nonperiodic_6138',['NonPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a194e779bf59d1700830a35cecb5271a5',1,'amrex::Periodicity']]], + ['noretsum_6139',['noRetSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e',1,'amrex::Scan']]], + ['norm_6140',['norm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023',1,'amrex::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< EBCellFlag >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< Real >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< Real >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< EBCellFlag >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< char >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< char >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< AtomicInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< AtomicInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'amrex::BaseFab::norm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#af7a978343150dd58b5d75114ad774fbe',1,'amrex::algoim::EBPlane::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< PetscInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< PetscInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< int >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< int >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'amrex::BaseFab::norm()']]], + ['norm0_6141',['norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a727b71bae4005883ea88221157184346',1,'amrex::MultiFab::norm0(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a93902e69dd534d7a84cfbdc1acf32e',1,'amrex::MultiFab::norm0(int comp, int ncomp, IntVect const &nghost, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6f5159e97350762eba3263f11ba3e653',1,'amrex::MultiFab::norm0(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c8965900aefbe0681bf72cb489b7027',1,'amrex::MultiFab::norm0(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const']]], + ['norm1_6142',['norm1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5879f0308ed537286037a041e32fd810',1,'amrex::MultiFab::norm1(int comp, const Periodicity &period, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afcdc4aaf73896a44ad364520af9a7398',1,'amrex::MultiFab::norm1(int comp=0, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ba8fc4756c0621e3872055ffce31b0',1,'amrex::MultiFab::norm1(const Vector< int > &comps, int ngrow=0, bool local=false) const']]], + ['norm2_6143',['norm2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac83213b50387ae52458f8f43473f72db',1,'amrex::GMRESMLMGT::norm2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa0b6bb4fb2ee206356cd613ed8458b8f',1,'amrex::MultiFab::norm2(int comp=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0982c02422dcb603d1c5129d744d6611',1,'amrex::MultiFab::norm2(int comp, const Periodicity &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a933d1dd75c4441bf922f8c5baa931be4',1,'amrex::MultiFab::norm2(const Vector< int > &comps) const']]], + ['norm_5finf_6144',['norm_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a65945094568d6e9ab21b7b1852c4afd8',1,'amrex::MLCGSolverT']]], + ['normal_5fdouble_5forder_6145',['normal_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9ece1c795d9454f01f5253539c466abc',1,'amrex::FPC']]], + ['normal_5ffloat_5forder_6146',['normal_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad1410e009ae5d7319fd2687c7a3457ff',1,'amrex::FPC']]], + ['normalize_6147',['normalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa8139012779454a901a8d4697174bd1e',1,'amrex::MLABecLaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'BoxND< AMREX_SPACEDIM >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a557eb6e2ad1b92790b50e1781835b692',1,'amrex::MLPoissonT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a62fd449657643195c0f313982a6cd3c9',1,'amrex::MLNodeTensorLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a226c4f4fd178eb4d5d4bc33172c44b57',1,'amrex::MLNodeLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'MLLinOpT< Array< MultiFab, 3 > >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'amrex::MLLinOpT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab93f943cc0e03e4f1d5966700f3edf85',1,'amrex::MLEBNodeFDLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a46a2ca99991a5f651d7a44004618ddaf',1,'amrex::MLEBABecLap::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ab6e413473dfba935e5169b5db1edcb56',1,'amrex::MLALaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'amrex::BoxND::normalize()']]], + ['normalorder_6148',['NormalOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839afc3cb7bc0cd89dcb5af02cce5baa23cd',1,'amrex::IntDescriptor']]], + ['normhelper_6149',['NormHelper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c',1,'amrex::NormHelper(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, F const &f, int numcomp, IntVect nghost, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3',1,'amrex::NormHelper(const MMF &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, Pred const &pf, F const &f, int numcomp, IntVect nghost, bool local)']]], + ['normhelper_5fnvector_5fmultifab_6150',['NormHelper_NVector_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad',1,'amrex::sundials']]], + ['norminf_6151',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::CutFab >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4',1,'amrex::norminf(MF const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc',1,'amrex::norminf(Array< MF, N > const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::EBCellFlagFab >::norminf()']]], + ['norminf_6152',['normInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6207e307cf8edda53498feebe2abb2e3',1,'amrex::MLCellLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a54b8f0a39566eee4ef913f6bad712d9f',1,'amrex::MLCurlCurl::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'amrex::MLLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'MLLinOpT< Array< MultiFab, 3 > >::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a6da7b56049ef0af652cdac637f1ce1e6',1,'amrex::MLNodeLinOp::normInf()']]], + ['norminf_6153',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'amrex::FabArray::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false,[[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'amrex::FabArray::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::CutFab >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d57175907c89a969b9b5392631e65cf',1,'amrex::MultiFab::norminf(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc7329288ae6f73f8fd7eda95e49b8ba',1,'amrex::MultiFab::norminf(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a92b462cb3d7c55a7d3277aaa9e3e0ff3',1,'amrex::MultiFab::norminf(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< TagBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< TagBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< IArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< IArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< FArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< FArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::Mask >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::Mask >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::EBCellFlagFab >::norminf()']]], + ['norminfmask_6154',['norminfmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< EBCellFlag >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'amrex::BaseFab::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< AtomicInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< char >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< HYPRE_Int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< PetscInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< Real >::norminfmask()']]], + ['nosplitparticleid_6155',['NoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a29090f4da18aa07dbb136347df3a0e52',1,'amrex::LongParticleIds']]], + ['nosyncregion_6156',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html',1,'amrex::Gpu::NoSyncRegion'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#a145be1ff4432aa6033daa6e1bed33e89',1,'amrex::Gpu::NoSyncRegion::NoSyncRegion()']]], + ['not_5fcovered_6157',['not_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a08dba959557635494bd0b8ca5e561288',1,'amrex::BndryDataT']]], + ['not_5fproper_6158',['not_proper',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a36963c5b419723010d58909d4528c0dc',1,'sdcquadrature_mod']]], + ['noteambarrier_6159',['NoTeamBarrier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38af1e51da50b24860035a3665786fe9d14',1,'amrex::MFIter']]], + ['notify_6160',['Notify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a9b651e401d0a75620501243cc1171a63',1,'amrex::AsyncOut']]], + ['notingraphregion_6161',['notInGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a73a7f12036e7cda0332aec8185d4c330',1,'amrex::Gpu']]], + ['notinlaunchregion_6162',['notInLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e6abda3339e4295716d7e2ff78e9603',1,'amrex::Gpu']]], + ['noutfiles_6163',['nOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a00064a0f00714d740472a32d08596019',1,'BLProfStats::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a18181e8b91ada22808e9ddf517b3c753',1,'amrex::NFilesIter::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ade6a45cdc3be4fb324ccd3a863788aae',1,'amrex::VisMF::nOutFiles()']]], + ['noutfilesprepost_6164',['nOutFilesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'amrex::ParticleContainer_impl::nOutFilesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nOutFilesPrePost()']]], + ['nparticlesatlevelprepost_6165',['nParticlesAtLevelPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'amrex::ParticleContainer_impl::nParticlesAtLevelPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nParticlesAtLevelPrePost()']]], + ['nparticlesprepost_6166',['nparticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nparticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'amrex::ParticleContainer_impl::nparticlesPrePost()']]], + ['npieces_6167',['Npieces',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a934f38b58520042c0fc59efc177f44ae',1,'SDCstruct']]], + ['nproc_6168',['nproc',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a270e92ee4f1f540aac7584aaa5bd29d1',1,'hacc::Distribution::nproc()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a5fa8fdbcfe943816e8c19862dffddeaa',1,'process_topology_t::nproc()']]], + ['nproc_5f1d_6169',['nproc_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a389e9aa244bb6052e5ba6f1776548ad3',1,'hacc::Distribution::nproc_1d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a175c07e801cbc6cc30901a4d963e0eb5',1,'hacc::Distribution::nproc_1d(int i) const']]], + ['nproc_5f2d_5fx_6170',['nproc_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae4ba1916cd912bf0482f3b8eda232248',1,'hacc::Distribution::nproc_2d_x() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abe531df2570a6fcb99bd9ad2b420eb5e',1,'hacc::Distribution::nproc_2d_x(int i) const']]], + ['nproc_5f2d_5fy_6171',['nproc_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afc72250908cb3a420de0e48180ba060f',1,'hacc::Distribution::nproc_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#adc3946938e3db3d1ff7b445a0a1f590d',1,'hacc::Distribution::nproc_2d_y(int i) const']]], + ['nproc_5f2d_5fz_6172',['nproc_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afe5148576a314c5e950c578b53cfc181',1,'hacc::Distribution::nproc_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab21736808a07fa9f8cc43457152f844b',1,'hacc::Distribution::nproc_2d_z(int i) const']]], + ['nproc_5f3d_6173',['nproc_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aca1bbb2cd1f2b41c307186df58b44fe2',1,'hacc::Distribution::nproc_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad7e02f33cb0f88c1f2dd5ec198c2ac90',1,'hacc::Distribution::nproc_3d(int i) const']]], + ['nproc_5fkspace_6174',['nproc_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a7acb4a231d8f4ac7cebe7290e154e32c',1,'hacc::Dfft::nproc_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad81b75eb59e5cc74e7ab13e904d66c11',1,'hacc::Dfft::nproc_kspace() const)[3]']]], + ['nproc_5frspace_6175',['nproc_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#addd454e0e45d8052ce1c5cbace27e643',1,'hacc::Dfft::nproc_rspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a528f9827a3c2afa6e8b223b9ebb89b3b',1,'hacc::Dfft::nproc_rspace() const)[3]']]], + ['nprocs_6176',['NProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9b529bc7c103b596cb3c24ce70c28e93',1,'amrex::ParallelContext::Frame::NProcs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7fe765fcc8bfc4c409483424a83fccf8',1,'amrex::ParallelDescriptor::NProcs(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa191723b5d24ceaf64e9d49f542cfcc2',1,'amrex::ParallelDescriptor::NProcs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3df5e063f2b14481feae8cea0d6d44d1',1,'amrex::MPMD::NProcs()']]], + ['nprocs_6177',['nProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a78880a4ba0c24b3fe3ee88bc7a10e71b',1,'amrex::NFilesIter']]], + ['nprocsall_6178',['NProcsAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a60d5e1f262d2f29ca794f9df65429c25',1,'amrex::ParallelContext']]], + ['nprocspernode_6179',['NProcsPerNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0',1,'amrex::ParallelDescriptor']]], + ['nprocsperprocessor_6180',['NProcsPerProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab8d97816d7145428dcd6bf6d1a1b9a91',1,'amrex::ParallelDescriptor']]], + ['nprocssub_6181',['NProcsSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa7f481a6be5e8f2eefbe9448135a3843',1,'amrex::ParallelContext']]], + ['nprocstask_6182',['NProcsTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3b7821d6402f8c532e1ca31bef733a75',1,'amrex::ForkJoin']]], + ['nproper_6183',['nProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa1e59b567c58d9ba22c9e56f8138a22a',1,'amrex::AmrMesh']]], + ['npts_6184',['npts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5bc70c52fae0fe8f54d3acd2b1338808',1,'amrex::BoxIndexerND< 1 >::npts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#aebcf0e258d72df8bb95c67d428de6127',1,'amrex::BoxIndexerND::npts()']]], + ['nreal_6185',['NReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ac17dffaf26b21aaec1ca753ac781f04b',1,'amrex::SoAParticleBase::NReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aae7d12b94a847462c64456654db316e7',1,'amrex::Particle::NReal()']]], + ['nregions_6186',['nRegions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5d4d3de59d23f664fca0fd8898c3f2b0',1,'amrex::AmrData']]], + ['nregular_6187',['nregular',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae58c0b7189a097d963bb36dfff3a88f6',1,'amrex::EBCellFlagFab::NumCells']]], + ['nrss_6188',['nRSS',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#af1b2cc36e918fd0673c576f2adb7265b',1,'RegionsProfStats::DataBlock']]], + ['ns_5flinop_6189',['ns_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af44095217d5bbcda0aac7c890c7711f5',1,'amrex::MLMGT']]], + ['ns_5fmlmg_6190',['ns_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9c8ed13672004a913f805ebe0f444073',1,'amrex::MLMGT']]], + ['ns_5frhs_6191',['ns_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac05ab8b48ded9d649049e4520b00625b',1,'amrex::MLMGT']]], + ['ns_5fsol_6192',['ns_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a35c1adc57fbe1db211aac6fae5f5517b',1,'amrex::MLMGT']]], + ['nsets_6193',['nSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af0eab0426caa91fff3a64bcea5192ba3',1,'amrex::NFilesIter']]], + ['nsingle_6194',['nsingle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ab794bf217ff64b685fdb1fd750957630',1,'amrex::EBCellFlagFab::NumCells']]], + ['nsolve_6195',['NSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a46bbc0ba9d09d6eaab3ee0cc47d4d0bb',1,'amrex::MLMGT']]], + ['nsolve_5fgrid_5fsize_6196',['nsolve_grid_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab7616bcecdedc6719ce8bd7d85b44f64',1,'amrex::MLMGT']]], + ['nspots_6197',['nspots',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a2045644553fcef06b1a6c80ebbe3603c',1,'amrex::AsyncOut::WriteInfo']]], + ['nsr_6198',['nsr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a5dd47ecd89eca47c1a2da2a3cee0675f',1,'amrex::DeriveRec']]], + ['nstep_6199',['nStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac66753a2ff2df956a5df08dd6cb9f81a',1,'amrex::AmrLevel']]], + ['nstreamerrors_6200',['NStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae894808026adb5099b7b36f193f39f7c',1,'amrex::StreamRetry']]], + ['nstreamerrors_6201',['nStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a56fbf590918f701816c5567f4869c6de',1,'amrex::StreamRetry']]], + ['nstride_6202',['nstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'amrex::Array4::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< Real const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int >::nstride()']]], + ['nstructint_6203',['NStructInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2e52440bc21e01affff077fff37edb44',1,'amrex::ParticleTile::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'amrex::ParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'amrex::ParticleContainer_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'amrex::ParIterBase_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aca126782205cb9bb3766c0b00c58c147',1,'amrex::ParIter_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'amrex::ConstParticleTileData::NStructInt()']]], + ['nstructreal_6204',['NStructReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#afe5df472d59b0a66f3f10e767a9bf694',1,'amrex::ParIter_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'amrex::ParIterBase_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'amrex::ParticleContainer_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af37f9208b1b9908daad6789415d20f81',1,'amrex::ParticleTile::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'amrex::ParticleTileData::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'amrex::ConstParticleTileData::NStructReal()']]], + ['nsweeps_6205',['Nsweeps',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a973e673b7bb450a404fb23411259c6ab',1,'SDCstruct']]], + ['ntanghalfwidth_6206',['NTangHalfWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af24fa42fa7ee1bcbb9fb775c5ab192d6',1,'amrex::BndryDataT']]], + ['ntasks_6207',['NTasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0f117148e0f71675c66d2658a49c75cc',1,'amrex::ForkJoin']]], + ['nteams_6208',['NTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c',1,'amrex::ParallelDescriptor']]], + ['ntimers_6209',['ntimers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda24039153a091a3526d8f692a1ae67709',1,'amrex::MLMGT']]], + ['ntimertimes_6210',['nTimerTimes',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a73fe445ce23da37107ed5f5968d32a1d',1,'CommProfStats::DataBlock']]], + ['ntindex_6211',['ntIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#ab798290e18681e0ea61b0f66be6e2608',1,'CommProfStats::NameTagEntry']]], + ['ntracestats_6212',['nTraceStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aa2586f28fd5fe3fd9c02b79004433b30',1,'RegionsProfStats::DataBlock']]], + ['nu1_6213',['nu1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a58dfdb82f14a306e71cf3897acaa6f92',1,'amrex::MLMGT']]], + ['nu2_6214',['nu2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adf6e938df981049c8e34ee53d3c21d05',1,'amrex::MLMGT']]], + ['nub_6215',['nub',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7caf8d1d49732307624d42da5ac3cb83',1,'amrex::MLMGT']]], + ['nuf_6216',['nuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a535eff64ede17a0c410f80f26de70a3d',1,'amrex::MLMGT']]], + ['null_6217',['null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba37a6259cc0c1dae299a7866489dff0bd',1,'amrex::BATransformer']]], + ['nullinterphook_6218',['NullInterpHook',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html',1,'amrex']]], + ['num_5fbuild_6219',['num_build',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a01b55874b867d3345db7cdfad2f284ee',1,'amrex::FabArrayBase::FabArrayStats']]], + ['num_5fcoarsen_5fopt_6220',['num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47',1,'amrex::EB2']]], + ['num_5fcuts_6221',['num_cuts',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545',1,'amrex::EB2::detail']]], + ['num_5fdevice_5fpartners_6222',['num_device_partners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680079152997e37c8e4f02dfaa0d14d4',1,'amrex::Gpu::Device']]], + ['num_5fdevices_5fused_6223',['num_devices_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4e59c991a0de99a25c0c7c1f91667449',1,'amrex::Gpu::Device']]], + ['num_5ffabarrays_6224',['num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ab4b3c50d480036fa2cd0506f9e8f96ff',1,'amrex::FabArrayBase::FabArrayStats']]], + ['num_5fint_5fcomm_5fcomps_6225',['num_int_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'amrex::ParticleContainer_impl::num_int_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_int_comm_comps()']]], + ['num_5flocal_5ftiles_6226',['num_local_tiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a967c3c48ccb4f316911d06fcaccb29fa',1,'amrex::MFIter']]], + ['num_5fmask_5fcomps_6227',['num_mask_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aebe05d83866295fa66cd195bfd2ccc44',1,'amrex::NeighborParticleContainer']]], + ['num_5fneighbor_5fcells_6228',['num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d',1,'amrex_ebcellflag_module']]], + ['num_5freal_5fcomm_5fcomps_6229',['num_real_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_real_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'amrex::ParticleContainer_impl::num_real_comm_comps()']]], + ['num_5fsetba_6230',['num_setba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a450db80ef9bd209ebb61cb47ff12ca22',1,'amrex::AmrMesh']]], + ['num_5fsetdm_6231',['num_setdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2ddfbb3a69cf479f1d28f704d19e4f96',1,'amrex::AmrMesh']]], + ['num_5fsnds_6232',['num_snds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c0cf5742a0014b73afe38a75f02534e',1,'amrex::NeighborParticleContainer']]], + ['num_5fsteps_6233',['num_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab68545bb3877ccbb5beef755501e6e51',1,'amrex::IntegratorBase']]], + ['num_5fstreams_6234',['num_streams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0db9178bd13b45f862fe31e197f75ec8',1,'amrex::MFItInfo']]], + ['num_5fsweeps_6235',['num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ab49bedd6e91b0cbfe206bc3ab17cdbc1',1,'amrex::Hypre']]], + ['numactivelevels_6236',['NumActiveLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a173fd151597a60eff340740888fa3ec5',1,'amrex::InSituUtils']]], + ['numactivethreads_6237',['numActiveThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#a277a46596f8e67342709552121787bc5',1,'amrex::Gpu::Handler']]], + ['numamrlevels_6238',['numAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad2c6df179eb4acd5061de72341881c63',1,'amrex::MLMGT']]], + ['number_6239',['number',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a44cad8e418f7be7c01a8d8fb75f90865',1,'CommProfStats::BarrierEntry::number()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#a7d0d09150f2cd432ef20826516728351',1,'CommProfStats::ReductionEntry::number()']]], + ['number_5fnodes_6240',['number_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aeb24e2eb4c7cd3f6f46ac8ce656fde5c',1,'amrex::RKIntegrator']]], + ['numberofminmax_6241',['NUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea70e198feec9ed63c2f25d181a5dc611e',1,'amrex::Amrvis']]], + ['numberofparticlesatlevel_6242',['NumberOfParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'amrex::ParticleContainer_impl::NumberOfParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesAtLevel(int level, bool only_valid=true, bool only_local=false) const']]], + ['numberofparticlesingrid_6243',['NumberOfParticlesInGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesInGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'amrex::ParticleContainer_impl::NumberOfParticlesInGrid()']]], + ['numberofusers_6244',['numberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5d6e7ac64333750926f2175ea5f237ad',1,'amrex::DataServices']]], + ['numberstofname_6245',['numbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a61cecba43f39a2a189ee2aaf9949f2df',1,'RegionsProfStats']]], + ['numberstofname_6246',['NumbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa09149b400a4bae78fc4f423b31da1d5',1,'RegionsProfStats']]], + ['numbins_6247',['numBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'amrex::DenseBins::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< ParticleType >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< typename amrex::ParticleTileData >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aacee8f0ffcd3fbd6c14e58c08460d232',1,'amrex::SparseBins::numBins()']]], + ['numblocks_6248',['numBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a6c6f30d2bbabe2960fa682d624e70659',1,'amrex::Gpu::GridSize::numBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a383b070cb13bc99de64062941d521149',1,'amrex::Gpu::ExecutionConfig::numBlocks()']]], + ['numblocksoverride_6249',['numBlocksOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a728f2480b00dbe80a716bc81f42f8508',1,'amrex::Gpu::Device']]], + ['numboxarrays_6250',['numboxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a221b256184f09f24c7e7a835d6cf4a9e',1,'amrex::BARef']]], + ['numboxarrays_5fhwm_6251',['numboxarrays_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa4715d9e30ad640a00703a76b8b29f5d',1,'amrex::BARef']]], + ['numboxesonproc_6252',['numBoxesOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae49a5f3c31d93b4574c8622b49919f6e',1,'amrex::ParticleBufferMap']]], + ['numbuckets_6253',['numBuckets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5f6573698022ddf444d521dd4eb749a4',1,'amrex::ParticleBufferMap']]], + ['numbytes_6254',['numBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af8ad7b8bf71293f96dba2d963d446c21',1,'amrex::RealDescriptor::numBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#aef80f57bdb73ad655c6f24d6ee58ef75',1,'amrex::IntDescriptor::numBytes() const']]], + ['numbytes_6255',['numbytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a2367ec86e010c5342a4a3a76fc192213',1,'amrex::IntDescriptor']]], + ['numcells_6256',['NumCells',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html',1,'amrex::EBCellFlagFab']]], + ['numcoarsenopt_6257',['NumCoarsenOpt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048',1,'amrex::EB2']]], + ['numcomps_6258',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html',1,'amrex::NumComps'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a810ccab9fa653cd2a504f2539eaa4c1f',1,'amrex::NumComps::NumComps()']]], + ['numcopies_6259',['numCopies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a050152eacb86c574850379b45a619750',1,'amrex::ParticleCopyOp']]], + ['numdatalogs_6260',['NumDataLogs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a22c7ccfe95fd35cc2a2c6629a8e3edbc',1,'amrex::Amr']]], + ['numdbptypes_6261',['NUMDBPTYPES',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaa450b2757051e567ab8eb2b39a5e077a',1,'amrex::Amrvis']]], + ['numderive_6262',['numDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a25e0f9ede414df537ec2a017dc936afd',1,'amrex::DeriveRec']]], + ['numderivefunc_6263',['NumDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a11275d3515db9c31ef424271070717c2',1,'amrex::AmrData::NumDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad56b42613a172cda5bb3b556adbcdc88',1,'amrex::DataServices::NumDeriveFunc()']]], + ['numdevicepartners_6264',['numDevicePartners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a075aaf3af23ffd79ae8025ab4fa19f62',1,'amrex::Gpu::Device']]], + ['numdevicesused_6265',['numDevicesUsed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aaad1273663de56c788b3809ed7537a4e',1,'amrex::Gpu::Device']]], + ['numgpustreams_6266',['numGpuStreams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a920dd19f186b2276d9bbdb14d117565c',1,'amrex::Gpu::numGpuStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a1bc8d3f83c8bce5e14d50e06667d28ce',1,'amrex::Gpu::Device::numGpuStreams()']]], + ['numgrids_6267',['numGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae93e34dd07b1784fc7fe902331d232b2',1,'amrex::AmrLevel::numGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8727954d78b0edddf953091df0cdcb8f',1,'amrex::Amr::numGrids(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8affd8de32d5fc666795d5a13a39e45',1,'amrex::Amr::numGrids() noexcept']]], + ['numintcomps_6268',['NumIntComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af8037383212b93e6a701d263167baa31',1,'amrex::StructOfArrays::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a036135b388b4a68fc8fdac9e6c5572f5',1,'amrex::ParticleTile::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'amrex::ParticleContainer_impl::NumIntComps()']]], + ['numintgs_6269',['numIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a856a505f1340baf94d02a7585b467e1a',1,'amrex::algoim']]], + ['numitems_6270',['numItems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a88234f341b867559fe25f8a25cc53ebb',1,'amrex::SparseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< typename amrex::ParticleTileData >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< ParticleType >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'amrex::DenseBins::numItems()']]], + ['numlevels_6271',['numLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a6ec01a89cd77b4473dc1895e1a2b1ebe',1,'amrex::ParticleContainerBase::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2f919f166a2034f65af90c480a914a0e',1,'amrex::ParticleCopyOp::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a49a5c4338ca4f54619acb1f4890df2fa',1,'amrex::ParticleBufferMap::numLevels()']]], + ['numlocaltiles_6272',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afbbd9093cd125af3cebbc8f8231bb142',1,'amrex::MFIter::numLocalTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a830d98c3be0b8b1f0eb88118f7a1f35c',1,'amrex::FabArrayBase::TileArray::numLocalTiles()']]], + ['numlocaltilesatlevel_6273',['numLocalTilesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numLocalTilesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'amrex::ParticleContainer_impl::numLocalTilesAtLevel()']]], + ['nummaskvals_6274',['NumMaskVals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a139601a0038d30ced2a28a0e4f6763e7',1,'amrex::BndryDataT']]], + ['nummultiprocessors_6275',['numMultiProcessors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5994da17716f6dc6a06e1a1cc2d88a96',1,'amrex::Gpu::Device']]], + ['numneighborparticles_6276',['numNeighborParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2b17bacea66d302e68ec631032d97300',1,'amrex::ArrayOfStructs::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'amrex::ParIterBase_impl::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a67d9df04de8fa70ac8b9c43325febff3',1,'amrex::ParticleTile::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#afaecde6af6e4779bf8bb2d786dec40fd',1,'amrex::StructOfArrays::numNeighborParticles()']]], + ['numneighbors_6277',['numNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#af34e94b1e9993776430b19dc57f3c28f',1,'amrex::EBCellFlag']]], + ['numparticles_6278',['numParticles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a80fc21d171f28db059190e234fa36642',1,'amrex::ParticleTile::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#adf1e6c502e74a6b79d9c6eda78a98abd',1,'amrex::NeighborList::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a97dc58478a9add0babfd5503f5655876',1,'amrex::ArrayOfStructs::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a82f411b26eab317ad15c998f4a72e863',1,'amrex::StructOfArrays::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'amrex::ParIterBase_impl::numParticles()']]], + ['numparticlesoutofrange_6279',['numParticlesOutOfRange',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b',1,'amrex::numParticlesOutOfRange(Iterator const &pti, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320',1,'amrex::numParticlesOutOfRange(Iterator const &pti, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c',1,'amrex::numParticlesOutOfRange(PC const &pc, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210',1,'amrex::numParticlesOutOfRange(PC const &pc, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, IntVect nGrow)']]], + ['numpoints_6280',['numPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af4eefbcd2078aa5c3e7a3ddfb678fb78',1,'amrex::XYPlotDataList']]], + ['numpoints_6281',['NumPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab7d3fea37a1ad8e9a2adb1891d989340',1,'amrex::XYPlotDataList']]], + ['numpts_6282',['numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5f25bd92e654851319f55a17ee276723',1,'amrex::BoxArray::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ae852e51f5e19dac43938ee4476361f21',1,'amrex::BoxIndexerND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5520d0eb57f16ca5f98f5c85bcc310b8',1,'amrex::BoxIndexerND< 1 >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'amrex::BoxND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'BoxND< AMREX_SPACEDIM >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< Real >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< PetscInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< HYPRE_Int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< EBCellFlag >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< char >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< AtomicInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'amrex::BaseFab::numPts()']]], + ['numrange_6283',['numRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae3ef04ba562b5538b6248daba20c6f44',1,'amrex::DeriveRec']]], + ['numrealcomps_6284',['NumRealComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a6b104504a3540a44182a1ad408d5cfa7',1,'amrex::StructOfArrays::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01a4c2d3cd20e84801f49f31c8305349',1,'amrex::ParticleTile::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'amrex::ParticleContainer_impl::NumRealComps()']]], + ['numrealparticles_6285',['numRealParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab9d2ce3721f6d4039d09f4464683c5e7',1,'amrex::ArrayOfStructs::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'amrex::ParIterBase_impl::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae905e32844864462ec7a0ddf7a666ee4',1,'amrex::ParticleTile::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac6d3cee84ea6fbae0bf95bcd36c536fa',1,'amrex::StructOfArrays::numRealParticles()']]], + ['numruntimeintcomps_6286',['NumRuntimeIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'amrex::ParticleContainer_impl::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abbd0ed100a7511e702da44782d06f360',1,'amrex::ParticleTile::NumRuntimeIntComps()']]], + ['numruntimerealcomps_6287',['NumRuntimeRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'amrex::ParticleContainer_impl::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a94b4d2e5f90cdfc640740a2dc1b8be4e',1,'amrex::ParticleTile::NumRuntimeRealComps()']]], + ['numstate_6288',['numState',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a0a07b4ad438414db0b1c0aa86c0556dc',1,'amrex::DeriveRec']]], + ['numstates_6289',['numStates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa9666a2babd9d59a595a2c3695f38f00',1,'amrex::AmrLevel']]], + ['numsurfintgs_6290',['numSurfIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1431c6a34f2cb39592447caf369d3440',1,'amrex::algoim']]], + ['numtag_6291',['numTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a63a315fa3deb62851baf4e607d0c8c03',1,'amrex::Cluster::numTag() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad765826ea9e9762f2328cac81faefc5c',1,'amrex::Cluster::numTag(const Box &b) const noexcept']]], + ['numthreads_6292',['numThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a59e4685120009f8432768699e898fd98',1,'amrex::Gpu::ExecutionConfig::numThreads()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#af91022d872655d7aad5ba0d072db7017',1,'amrex::Gpu::GridSize::numThreads()']]], + ['numthreadsmin_6293',['numThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a73de48a30b914ee4dc994e261e36be8f',1,'amrex::Gpu::Device']]], + ['numthreadsoverride_6294',['numThreadsOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a8b511fa5992f49c3e027153931c354b4',1,'amrex::Gpu::Device']]], + ['numthreadsperblockparallelfor_6295',['numThreadsPerBlockParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99d3039071c1009b16e08b63b63013db',1,'amrex::Gpu']]], + ['numtilesinbox_6296',['numTilesInBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c',1,'amrex']]], + ['numtotalparticles_6297',['numTotalParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a5a933c9ef33ad84f474f9c6b2b90b2a8',1,'amrex::ArrayOfStructs::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3b487649b8128cc37a6f35f913229d00',1,'amrex::ParticleTile::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a15e05a661b50a2637a764ccadfb23f53',1,'amrex::StructOfArrays::numTotalParticles()']]], + ['numtypes_6298',['NumTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457',1,'amrex']]], + ['numuniquephysicalcores_6299',['numUniquePhysicalCores',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2',1,'amrex']]], + ['nuse_6300',['nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a2f46bd7a63228d43ce04420ce9191204',1,'amrex::FabArrayBase::CacheStats::nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a9bc4e65bc502d4951afe43a1904b48bf',1,'amrex::FabArrayBase::TileArray::nuse()']]], + ['nvar_6301',['nvar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'amrex::BaseFab::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< AtomicInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< char >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< EBCellFlag >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< HYPRE_Int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< PetscInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< Real >::nvar()']]], + ['nx_6302',['nx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a064dd3c6107b296a915aedcd0f2f1826',1,'amrex::ParticleInterpolator::Linear::nx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ac7df25b566023957e86f793a39e27e00',1,'amrex::ParticleInterpolator::Nearest::nx()']]], + ['ny_6303',['ny',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a0e0af124579f9ad5fec3710bb83ee821',1,'amrex::ParticleInterpolator::Linear::ny()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ab45ca8466ebed9c2334ae6ea7e92bd58',1,'amrex::ParticleInterpolator::Nearest::ny()']]], + ['nz_6304',['nz',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad178c7e8f42426ab5b0eb3bd45ce8bd0',1,'amrex::ParticleInterpolator::Linear::nz()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7fb3f62585e84012a047d81ab68809fe',1,'amrex::ParticleInterpolator::Nearest::nz()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/all_f.js b/amrex-hydro/Doxygen/html/search/all_f.js index 68fa536..ccd35d2 100644 --- a/amrex-hydro/Doxygen/html/search/all_f.js +++ b/amrex-hydro/Doxygen/html/search/all_f.js @@ -1,121 +1,124 @@ var searchData= [ - ['off_6279',['OFF',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a414e7c26da0e02a38a2765ff8e4ffa34',1,'BLProfStats']]], - ['offset_6280',['offset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a22f5b5b57123479d8d24eb3967a67241',1,'amrex::Array4MaskCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#ac38e239d19e5c6d0df4c733ceeab0831',1,'amrex::ParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#a0ca205ae3f796076ea966533f5abe183',1,'amrex::ParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a57d71866cb674a85f1cc645bfdc0bd06',1,'amrex::NonLocalBC::MultiBlockIndexMapping::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a29156afc0392ae965c03200dd3fae7f1',1,'amrex::openbc::MomTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a13e2fb023472bb8b3f769b8d05365850',1,'amrex::IParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a387052b31da6d21710c8a0bf73d66e0e',1,'amrex::IParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a30af4dfb43cdc8e01b8bc8b19a2dd695',1,'FabCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87497b1adb83ce034ea0ab943fffc08f',1,'amrex::CoordSys::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#adacc0eb8f4427cd400d829a713149d17',1,'amrex::NonLocalBC::CommData::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a58cc54c19d79e5aac0136b65d5833e1b',1,'amrex::Array4CopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#af5878f0f6935800abc18aaffe34e50d6',1,'amrex::Array4BoxOffsetTag::offset()']]], - ['offset_6281',['Offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9d3eb77447b9c748b7223e271f6c9bb1',1,'amrex::CoordSys::Offset() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa67991fbbc479f95a966bcf04ae0e49a',1,'amrex::CoordSys::Offset(int dir) const noexcept']]], - ['offsetsptr_6282',['offsetsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< ParticleType >::offsetsPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'amrex::DenseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'amrex::DenseBins::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< ParticleType >::offsetsPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a9abeaeccc7e4edeec7e68b7676a406f2',1,'amrex::SparseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a810de8999d58ec01329e800c51179102',1,'amrex::SparseBins::offsetsPtr() const noexcept']]], - ['offsetx_6283',['offsetX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad248848b7d8478ae8053b03fcbf8d962',1,'amrex::XYPlotDataList']]], - ['ofs_6284',['ofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a12f18b00f5a8136b2e884ab933249b63',1,'amrex::PrintToFile']]], - ['ofsptrall_6285',['OFSPtrAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac04bcd8b609bbf10cc25ef7d60f6a94c',1,'amrex::ParallelContext']]], - ['ofsptrsub_6286',['OFSPtrSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aab852af3b175c95e5bdd8e0de563e9d7',1,'amrex::ParallelContext']]], - ['ok_6287',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::CutFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::EBCellFlagFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'amrex::FabArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::Mask >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< PetscInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0ef0d1567b79fabf1c2ac051a78b3f95',1,'amrex::RealBox::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< FArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< IArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< TagBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'amrex::IndexTypeND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'IndexTypeND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad4fed4196dbde22c7aec7fa98b16b859',1,'amrex::MultiCutFab::ok(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad5b50a9590b3c7b01ec2100343d981c3',1,'amrex::MultiCutFab::ok(int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad5855c6485c1d9b2b16d8d87ea0aabf4',1,'amrex::Cluster::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'BoxND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'amrex::BoxND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a10fe281d57e922ce1f6393493e24be17',1,'amrex::BoxList::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ab5719a740695d359628be6f552ba6a3a',1,'amrex::BoxIterator::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe4ab28d7d6d8b37ffb2d2940d47b1e4',1,'amrex::BoxDomain::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adab47a68f8e82d7161ca4951db618a95',1,'amrex::BoxArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abee8e858b3ca22a33388275e0a2cfcbf',1,'amrex::CoordSys::ok()']]], - ['ok_6288',['Ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a13dd49de2ef262fde3364ae394f32538',1,'amrex::CoordSys']]], - ['ok_6289',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::OK()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'amrex::ParticleContainer_impl::OK()']]], - ['oktocontinue_6290',['okToContinue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a925e6a93c8c15b09058d992c92ef59e3',1,'amrex::Amr::okToContinue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5d15ca0da28ca003355c6f45b5cb1cdd',1,'amrex::AmrLevel::okToContinue()']]], - ['oktoregrid_6291',['okToRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af05216d2777d71cb9572ac0a03e19646',1,'amrex::Amr::okToRegrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa1a00039cf415f21002bec0bc15342ac',1,'amrex::AmrLevel::okToRegrid()']]], - ['old_5fdata_6292',['old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9702465fcc6db1bb193b1a82222b0e1c',1,'amrex::StateData']]], - ['old_5fdefault_6293',['old_default',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af13e0db2e188907cf98e9b933a919cd0',1,'amrex::Hypre']]], - ['old_5ftime_6294',['old_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a49bf88f51c149857686027e44513f4f8',1,'amrex::StateData']]], - ['olddata_6295',['oldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aad9dcb2a2c843b2643d2d3637f047341',1,'amrex::StateData::oldData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a37932d39174ba8a1475585e6a843ae4b',1,'amrex::StateData::oldData() const noexcept']]], - ['oldgrid_6296',['oldGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a328237a5f801df70d0bb7ca0b3b4f354',1,'amrex::StateData']]], - ['omp_5fget_5fmax_5fthreads_6297',['omp_get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a88c4536a09e2cc9d9edff5cd040814db',1,'amrex_omp_module']]], - ['omp_5fget_5fnum_5fthreads_6298',['omp_get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f567807c5ae4117153ee1e35cb0a418',1,'amrex_omp_module']]], - ['omp_5fget_5fthread_5fnum_6299',['omp_get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f5881f02905de2162615538e3989e36',1,'amrex_omp_module']]], - ['omp_5fin_5fparallel_6300',['omp_in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#ad65feb81483b21194d98cfba40c0b8bb',1,'amrex_omp_module']]], - ['on_6301',['ON',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4aa1da950ff7ae21cd354932a94d62d7e0',1,'BLProfStats']]], - ['on_5fboundary_6302',['on_boundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#adacbc0ec9d750f6bbbcae77a23dbd127',1,'amrex::EB2::GeometryShop']]], - ['one_6303',['one',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d',1,'amrex_constants_module']]], - ['one_5flower_5fmask_6304',['one_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab6a98c38286ed5ba0f71fc4a758ff845',1,'amrex::EBCellFlag']]], - ['one_5fnumvofs_5fmask_6305',['one_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a4a42591e65666aa5935d1e56fc08ec4d',1,'amrex::EBCellFlag']]], - ['one_5ftype_5fmask_6306',['one_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d96cabc11327fe2db480268931dcba4',1,'amrex::EBCellFlag']]], - ['one_5fxhi_5fmask_6307',['one_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aeb308a971d8792c5653da12b495233ea',1,'amrex::EB2::Neighbor']]], - ['one_5fxlo_5fmask_6308',['one_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a47801423224e2db136a5caa5914d277e',1,'amrex::EB2::Neighbor']]], - ['one_5fyhi_5fmask_6309',['one_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac76440c5742fda199c07def2c0359a46',1,'amrex::EB2::Neighbor']]], - ['one_5fylo_5fmask_6310',['one_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae1167bbb17dc6210721c8a648092bd60',1,'amrex::EB2::Neighbor']]], - ['one_5fzhi_5fmask_6311',['one_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aceac9e0a80381ad7e97aba7a9da7942f',1,'amrex::EB2::Neighbor']]], - ['one_5fzlo_5fmask_6312',['one_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a56ff94eee6612d523d0fb8414d3193f0',1,'amrex::EB2::Neighbor']]], - ['onefilepercpu_6313',['OneFilePerCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a93fcd009ee92168a4e419161fc19635b',1,'amrex::VisMF']]], - ['oneiter_6314',['oneIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afe44c08a7965ecfe62b862e3d37ac7a0',1,'amrex::MLMGT']]], - ['ones_5fcomp_5fneg_6315',['ONES_COMP_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6',1,'amrex']]], - ['onsamegrids_6316',['OnSameGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a92aa9afcd8adbbb62d06b8c3c293912a',1,'amrex::ParticleContainerBase::OnSameGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aab39a042c6f9193b4de46b9b8071821d',1,'amrex::ParGDBBase::OnSameGrids()']]], - ['op_6317',['op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a5076dc32f6165ffc8296650d895a2b6f',1,'amrex::PCData']]], - ['op_5fimpl_6318',['op_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac953fe2cb4312628b6ae8dea7c7fd74d',1,'amrex::EB2::IntersectionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac9c3a8ba66c8ad8c372042f871d4cef9',1,'amrex::EB2::IntersectionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ad7d30bca0252b6df844781049ce9e96f',1,'amrex::EB2::UnionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a6fd43131f6c2086e402a05dd5b4f5e0d',1,'amrex::EB2::UnionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept']]], - ['openallstreams_6319',['OpenAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64e6e8f6ee3fe3f22896536ca5e05a',1,'BLProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94503fc5a323afaba535e706249a9308',1,'CommProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a672b909147ac7f7560864750485e55c8',1,'RegionsProfStats::OpenAllStreams()']]], - ['openbcsolver_6320',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html',1,'amrex::OpenBCSolver'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a17244fab5dd3e32b8840c29578d26856',1,'amrex::OpenBCSolver::OpenBCSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a31ec46379a45506dceab79e66c66f5c8',1,'amrex::OpenBCSolver::OpenBCSolver(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa89b51713976f2e1561966c3bd66574e',1,'amrex::OpenBCSolver::OpenBCSolver(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ad780a1c2f297ad99edc26b462b3d65d5',1,'amrex::OpenBCSolver::OpenBCSolver(OpenBCSolver &&)=delete']]], - ['openmp_6321',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a3e36e7c8384f469a1817ae7f2ddd069b',1,'amrex::BinPolicy']]], - ['openmpbinpolicy_6322',['OpenMPBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1OpenMPBinPolicy.html',1,'amrex::BinPolicy']]], - ['openstream_6323',['OpenStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1f7ef6b7304a0ff3dd4df629cef4971e',1,'amrex::VisMF']]], - ['operator_20bool_6324',['operator bool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'amrex::Table2D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< Real const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'amrex::Array4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a5bdb603ccb81078e1f7ce2b5430ae76e',1,'amrex::Table4D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#af5ee2df60cd5d9e513b645794478457b',1,'amrex::Table3D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'Table2D< RT >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb5e426687a441d87eb00628cdcc2706',1,'amrex::Table1D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#aa03df08645de2b5a2462d7de8e4d92b4',1,'amrex::Scan::RetSum::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'amrex::ParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a379f80fbf920e73f6b6f19c7c659da35',1,'amrex::CellData::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#aa18f3bdc35fbb23f6f96821da41ed90e',1,'amrex::MFIter::DeviceSync::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a04d5a4c122c16fda4686c4be49a76da8',1,'amrex::IParser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aa9a4f3b1d1294b2d9ee3c11690ca4c08',1,'amrex::IParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'amrex::MultiArray4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a1463e62b561526c2d4932222cbd663fc',1,'amrex::Parser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'ParserExecutor< 3 >::operator bool()']]], - ['operator_20delete_6325',['operator delete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ad7d60ecb610a604829583ba6bed29731',1,'amrex::Gpu::Managed::operator delete()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#a041c98e27235d44f5c26d3654b588946',1,'amrex::Gpu::Pinned::operator delete()']]], - ['operator_20int_6326',['operator int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a20bd9a212bbae4a52217cb546f9e752f',1,'amrex::BoundCond::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a1159218523caeeb79fe820ef6962ebca',1,'amrex::ConstParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ab45ae38d0f52ccaa5d37747aae17af88',1,'amrex::Orientation::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af9ef300a76f9e5e44bb0fbb67b0d715d',1,'amrex::ParticleCPUWrapper::operator int()']]], - ['operator_20long_6327',['operator Long',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#acd09e1f256d86bd0c812c2e996943e8d',1,'amrex::ConstParticleIDWrapper::operator Long()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a3cdec68611dbd36c124a37200d6eb516',1,'amrex::ParticleIDWrapper::operator Long()']]], - ['operator_20new_6328',['operator new',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#af9ae8eed59658d812dbb21e1ff3ec415',1,'amrex::Gpu::Pinned::operator new()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ac55c26882c245ab3d4b27a99142407fe',1,'amrex::Gpu::Managed::operator new()']]], - ['operator_20sunmemoryhelper_6329',['operator SUNMemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2b00f28ae18c91dc910de0fe7d0b838e',1,'amrex::sundials::MemoryHelper']]], - ['operator_20t_26_6330',['operator T&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a1dc8e939592c5c6be1754bf8486bafc9',1,'amrex::ref_wrapper']]], - ['operator_20void_20_2a_6331',['operator void *',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a5c3d9a0ab32fa72c6f10261f59158775',1,'amrex::OrientationIter']]], - ['operator_21_3d_6332',['operator!=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a8aabc0941165754bb046bcde35674e46',1,'amrex::Gpu::range_detail::range_impl::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ac7a495a607b210cd274adf1f4318ebb0',1,'amrex::Neighbors::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#aa54365274c737f11f87f1e2ae2cf7344',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a20616a77be20de0b816afe9db8cb3427',1,'amrex::Orientation::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a14ec09bf37c61e88414f6e672c4f0d89',1,'amrex::OrientationIter::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ac17cd9e2f12e571dd7564e25844ff71a',1,'amrex::RealDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ab9afafb3f06bd646649bc865668e874a',1,'amrex::BoxArray::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#ab120307e57dd47cc9d01ca636bf1f0df',1,'amrex::DistributionMapping::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a1bb764fdac5609fed5a8001c2432574d',1,'BLProfStats::TimeRange::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e766038223d0266729aaf683f0b45be',1,'amrex::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'IntVectND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'BoxND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20f87e767c1742aa9d48ab35c5739352',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35966fff359c5b6498bcc2ca60c67f12',1,'amrex::BoxDomain::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a4610d792f42c68d9c5481dcf83d09397',1,'amrex::BoxList::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'amrex::BoxND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5856751adc0f5194829d3c3920bc2717',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acdae3eee27022bd69a6c207d800e497e',1,'amrex::FabArrayBase::BDKey::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7dbcd8a4547e0ba1341506dddf491538',1,'amrex::BCRec::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a9dfa2a2658568e4273c188d39a3f50fd',1,'amrex::Neighbors::const_iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a47d8be48dc04b300c928211027aa842f',1,'amrex::DistributionMapping::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a53f51a0228b512f902afab3b8dfe1132',1,'amrex::EBCellFlag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'amrex::IndexTypeND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'IndexTypeND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8978d7b1e2a354efd66c3014c145a018',1,'amrex::IntDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'amrex::IntVectND::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'amrex::IntVectND::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'IntVectND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a1547e74c5752d256ba49fd25b2c7a045',1,'amrex::BinIterator::iterator::operator!=()']]], - ['operator_26_6333',['operator&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'amrex::BoxND::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'BoxND< AMREX_SPACEDIM >::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab',1,'amrex::operator&()']]], - ['operator_26_3d_6334',['operator&=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'amrex::BoxND::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a7141f72152ed90f038fa830ad6026383',1,'amrex::Mask::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'BoxND< AMREX_SPACEDIM >::operator&=()']]], - ['operator_28_29_6335',['operator()',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a3319c4ea6b55bcbf4790af653e33257a',1,'amrex::NonLocalBC::Identity::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#a89428abce93c8dd7f913b7c2c9cbbe70',1,'amrex::EB2::IntersectionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ad2e748f8d4a64e6b32590c461400256b',1,'amrex::EB2::IntersectionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html#af4bf053d8e8024c447f42ee722e08eb5',1,'KeepValidFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#adb9b5a32bd60f0e12c25dea36a515b7a',1,'amrex::IParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#af52158bd45ec9f15cff8cbfa9806b449',1,'amrex::IParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a4c3267155e90c9b58523f0b562d4ae96',1,'amrex::IParserExecutor::operator()(GpuArray< long long, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a368643b0ca2dfd8221c8ce8252b2fc4a',1,'amrex::NonLocalBC::MapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a2be194ea3baaf9a996c82b946bf54803',1,'amrex::NonLocalBC::Identity::operator()(Array4< const T > array, Dim3 i, int comp=0) const noexcept(noexcept(array(i.x, i.y, i.z, comp)))'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a0a03a9cf27f2ed969f918c7946e68659',1,'amrex::NonLocalBC::Identity::operator()(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html#a8259627d5c6e1faa50ef4c9134875684',1,'amrex::CArena::Node::hash::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a9b5b30017f2201c8c0324b6cce53e591',1,'amrex::GpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6e0f7057538a8b0e3447ad9f3eca33ba',1,'amrex::GetSendBufferOffset::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac9216dea392b3432ba44c349cc05dc87',1,'amrex::GetPID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a6dc1f8b3f8c85df7d0508d2afa62497d',1,'amrex::GetParticleBin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html#ab41abaf15d3be0539f7e442f50823853',1,'amrex::nodelap_detail::GetNode2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#aae1fa2d9ba2bc75c3299f62b6cd7f587',1,'amrex::EB2::LatheIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a2f28fcb7590a82bba0f77f9a1d30054b',1,'amrex::EB2::LatheIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#acea35eef8eb181565155c3d867a0ba02',1,'amrex::LevelBld::operator()()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a5c3d4f5f5a23c369c5077d56f1e73ff1',1,'amrex::LevelBld::operator()(Amr &papa, int lev, const Geometry &geom_lev, const BoxArray &ba, const DistributionMapping &dm, Real time)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html#a99082f49ab07519b28572cf77064832e',1,'amrex::DistributionMapping::LIpairGT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html#ad2e3150718e10a60670b28b1b77c02be',1,'amrex::DistributionMapping::LIpairLT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html#a5c318952861df63dc7c10b951dc3e434',1,'amrex::LogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html#a2c58f13f24e524ecceb55f0baabff240',1,'amrex::LogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaf960814958b6c90e2d7e7a8f49a1243',1,'amrex::LUSolver::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html#a8f0911901c0819ea99040d1974667ded',1,'make_particle::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html#a269bf3ff63cb2ce05bd7232ea6f29b17',1,'make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aaa477531586ad42032317fe1be5feb2d',1,'amrex::Math::FastDivmodU64::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html#a8917775ae9df37b7e67730e881451d35',1,'amrex::Maximum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html#ac1323c5ec139871b4306cf2225acf5af',1,'amrex::Minimum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html#a62ffeb5bbfdfbd3bd1ffc9e5d589c3d8',1,'amrex::Minus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a4d92e57562f4077cc2e7d218ac39b540',1,'amrex::ErrorRec::ErrorFunc2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab67af2aa5add774d28c95c0c560e0132',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0d66db706137406cce85fd27fa47cb03',1,'amrex::DataDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html#a045213828ba94399e0ae088919d31c4c',1,'amrex::DefaultAssignor::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ac4f3ac6493013249d257776e80cd2c18',1,'amrex::Gpu::Deleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a0a0a9974c7f096ab2608f160ff49bc90',1,'amrex::EB2::DevicePtrIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a704b10f0c8f8e3d2e3a94bd61e29b659',1,'amrex::EB2::DevicePtrIF::operator()(const RealArray &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5ddb728283449ea186a2bb9927f9f07a',1,'amrex::EB2::DifferenceIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a9f0201cea6434d87c025a6a415a31ab5',1,'amrex::EB2::DifferenceIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html#a4c3c102f0b2705ba865a9b373dc02082',1,'amrex::Divides::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#ac56d4e24891fdae19c88f32f77305ced',1,'amrex::algoim::EBPlane::operator()(Real x, Real y, Real z) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a289724cd28f09eb3d384c5a9f432c082',1,'amrex::algoim::EBPlane::operator()(GpuArray< Real, 3 > const &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a873e22e55b07270d2825c521584bc5b0',1,'amrex::EB2::EllipsoidIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a473ae4749d679793645566fc4f345bd0',1,'amrex::EB2::EllipsoidIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a6248c805a2c4965a0db817e5a302f701',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, AMREX_ARLIM_P(tlo), AMREX_ARLIM_P(thi), const int *tagval, const int *clearval, Real *data, AMREX_ARLIM_P(data_lo), AMREX_ARLIM_P(data_hi), const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#ae9e899a6e621a194470e4c30fdb2810b',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, const int *tlo, const int *thi, const int *tagval, const int *clearval, Real *data, const int *dlo, const int *dhi, const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html#a5fa021ce7b1add83c40f5dbaf0854a87',1,'amrex::nodelap_detail::GetNode::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a8d0b86fe0458f8d27a31ed322f7dc73d',1,'amrex::EB2::ExtrusionIF::operator()(const RealArray &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a1741255351846bea7ccc07037280d668',1,'amrex::EB2::ExtrusionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html#a1bbaa2223dbb23569372c9eb456c2bfb',1,'amrex::FabFillNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'ParserExecutor< 3 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a0057542962ff6d94256f3acb727ef870',1,'amrex::FillPatchIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html#a1460db80341eb4b774a1a0c0e495d353',1,'FilterPositiveID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#aa0dc57c35d82cef845b823c50ee367c3',1,'FilterVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#ad2772cab77f44e3555523f450c60a270',1,'amrex::GetBucket::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ad91320085ac8e7599dd38d7b067fa1b4',1,'amrex::Table4D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a89e22c870d98d7461aae4c027815fb35',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html#a25646bb346892b03e5142c5179d82efa',1,'amrex::IntVectND::shift_hasher::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3824095808843e69354b448ae713aabb',1,'amrex::EB2::SphereIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a5e743f7fb6209bbcc44381ac15588528',1,'amrex::EB2::SphereIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aef6edefbdd33552d70ce613e418b468d',1,'amrex::EB2::SplineIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a7d83762b4f64ce375d57c3f3bc34d4e1',1,'amrex::StateDataPhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a05619d7fde43cbc85b534cfe67bc457f',1,'amrex::Gpu::StreamIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html#a3e790daff54f3ef4a93edc593eba1a58',1,'amrex::NonLocalBC::SwapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ad93f4a373b80177a48be382269f0830b',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#af48ff04f7ea7849aee3b597e21c1ffc8',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#aa952c0160cc709f5bf2dc7183c9b25b5',1,'amrex::NonLocalBC::SwapComponents<-1, J >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a4d8ba7fa9408d591083cf1c27205b2ef',1,'amrex::Table1D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'amrex::Table2D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'Table2D< RT >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a105b73e0e4a15d5df58f3543af1e1a63',1,'amrex::Table3D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a7921ac823d8efefb9c4f3dc9d9451965',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a621695c7c205f29b1b389a3ae6518d9b',1,'amrex::TheFaArenaDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html#a9773758cbd910ac77b995b586462c0ce',1,'BLProfStats::TimeRangeCompare::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a77c0aa2da3ac31736b0ef2f6e7e5786a',1,'amrex::EB2::TorusIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a5e39ae05f89d8155ce4fd5428b8ac84f',1,'amrex::EB2::TorusIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html#ac0f55ce4a39ac6c99b4fe7ffd29dd191',1,'TransformerGhost::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html#a5ca4a0a936c90155fe2fd0fc99a90a65',1,'TransformerVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a7fd15d74b4e540bd29e7eca133b78354',1,'amrex::EB2::TranslationIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a5e944ef6c2a7af72086a20fc8068a54a',1,'amrex::EB2::TranslationIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ac1f454172200f68f6572ca2b2bae01a4',1,'amrex::EB2::UnionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a632fe276ada0d4f9325b521ec1507fa0',1,'amrex::EB2::UnionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a67a7f0e72439488154b09bebeb5e7e03',1,'amrex::AMRErrorTag::UserFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a98c517d689cc56ae6b2b06b7151f8afb',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a2b43db01447bc941d865e495da9c568f',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html#ae695d68776b96c331022e784b0de28a2',1,'amrex::Multiplies::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a9633b75eb2bd1251d7406b5ba1bee0db',1,'amrex::NullInterpHook::operator()(MFFAB &, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#ab32241bc8164d5433b0a0feeaa64e308',1,'amrex::NullInterpHook::operator()(Array< MFFAB *, AMREX_SPACEDIM >, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a95fb47ea2bdaf1d0296a32db51dff33e',1,'amrex::NullInterpHook::operator()(MFFAB &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ad0d517ef2f1ae5dbb54419269d138f9b',1,'amrex::OrientationIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html#a6ce96ff1cc7c06f5d9ffbf9535b0248b',1,'amrex::InSituUtils::orOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'amrex::ParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'amrex::ParserExecutor::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'ParserExecutor< 3 >::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a287e8b10d180da705ff141acc9c58363',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a73c39a5e51dab2870165da88688306d7',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a5afe16630bdd3077df15809934231f0c',1,'amrex::PhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html#a8367af9f1f895bd513e5c27ed2c37004',1,'amrex::PhysBCFunctNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#af0b5e7421a5c1919ada54ae7d323aa0f',1,'amrex::EB2::PlaneIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a59d3e8ae75b3d5d083da3255eab14693',1,'amrex::EB2::PlaneIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html#a57fb4703952d4a5f580f1d938d0d8196',1,'amrex::Plus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aaa660becce2b6d314003918489a6c426',1,'amrex::EB2::PolyIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a5c6c6284278cec6a7031daf8a067c13b',1,'amrex::EB2::PolyIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#acff822d47e6b715aab55ddfc948a3c68',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#adb67d55309309993e9b7e4e06df514de',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#abdedce2d04be8053516c529fcd98ecb8',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a8af866d6a7ef190529d3f3d174054b3d',1,'amrex::EB2::PolynomialIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a2e3ae065305b661cde39900314db8a26',1,'amrex::EB2::PolynomialIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html#a723eaac830169eba34146a762f245b58',1,'amrex::RungeKutta::PostStageNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ab49f0d215d0f61cdc48cefdfda4ed845',1,'amrex::algoim::QuadratureRule::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< Real const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< Real const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< Real const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< Real const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aef53c61df8507acf2d71d4a0ef53641b',1,'amrex::ArrayOfStructs::operator()() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a0e05fe63baa231bab1d6506626e9be58',1,'amrex::ArrayOfStructs::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'amrex::Array1D::operator()(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'amrex::Array1D::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a3f9d380346d4509d37eb8bde92fa184f',1,'amrex::AMRErrorTag::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'amrex::AmrAssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#a4e557dfc80129ded4fe5b4f0737c19f7',1,'amrex::EB2::AllRegularIF::operator()(AMREX_D_DECL(Real, Real, Real)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#afe65b0a23a8c6a2c423aba19003ea70e',1,'amrex::EB2::AllRegularIF::operator()(const RealArray &) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#aebcdaf02806e9e177a3c0364a7aa1206',1,'amrex::CpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'amrex::Array4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'amrex::Array4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'amrex::Array4::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'amrex::Array4::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'amrex::Array4::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'amrex::Array4::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< Real >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a6112736395d0049cf00285ae69353608',1,'amrex::BinMapper::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a650f32f0436d1606c8ef585f2c735c0b',1,'amrex::BATransformer::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a74913a08b18156f59077f6d0972ca19e',1,'amrex::BATnull::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a5478ed9c92ec36bda1e9d6ff6cbe903a',1,'amrex::BATindexType_coarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a7e570ffae7114709f8cfc3647243629f',1,'amrex::BATindexType::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#accb0f22d726742557c190e09002329bd',1,'amrex::BATcoarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a201dbe5429e6cfe411c1396a54ae3d7f',1,'amrex::BATbndryReg::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< Real >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a9cc54bbb88661a1f1f7c2f267ae31640',1,'amrex::StateDescriptor::BndryFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< Real >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< Real >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< PetscInt >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< PetscInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac4d8fdb6fc30b8faef002df62c87c58d',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a55c5a1648bba00364e5767ab110587b1',1,'amrex::StateDescriptor::BndryFunc::operator()(Box const &bx, FArrayBox &data, int dcomp, int numcomp, Geometry const &geom, Real time, const Vector< BCRec > &bcr, int bcomp, int scomp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a689ef6effdce75ce81a6a3cb43941c0c',1,'amrex::BndryFuncArray::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a7a62e727685b8e1d48309139944ab28f',1,'amrex::algoim::BoundingBox::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#ac9a51d8b51c8b2d730b289ea6f3600b7',1,'amrex::EB2::BoxIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a3b02a8674dd81501122d702f0048cfe1',1,'amrex::EB2::BoxIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a95e13aac1eac4316e6e01d2ddd47ac3f',1,'amrex::BoxIndexerND::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a32bcf16bda3e37b3cd08b2c89a0324f5',1,'amrex::BoxIndexerND< 1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a43c937c4689f4b5388b9a0f5e77cb15b',1,'amrex::BoxIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html#a9309498369d1b40c130b4335dcbf6f94',1,'detail::CellAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html#ac853cb6b9adde1eadba8396c59b028dc',1,'detail::CellAtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html#ac63b24fe49bc64231c37773eddf61e8d',1,'detail::CellStore::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0acb6e6e2c0fec594ee992b4811f3702',1,'amrex::EB2::ComplementIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac114241000abc43b7c9d00e98603b6f9',1,'amrex::EB2::ComplementIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a244ad749728c4876ed8cf43e93d292a5',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'amrex::BaseFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html#af25b1aed5bb341d32acee92134d70fc1',1,'amrex::Gpu::AtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html#a40fb56ba67334eaa96d9384c9c0bee7c',1,'amrex::Gpu::AtomicLogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html#ac07d5f44c06a1cc91aaadf6182504ffc',1,'amrex::Gpu::AtomicLogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html#a8c0f2e9f6f2220131085f615354e83de',1,'amrex::InSituUtils::assignOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a57241e64f78411c46519989b5c942fbb',1,'AssignGridFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html#a3652266a0f587ab6652566b40ce86a2f',1,'amrex::Gpu::AtomicMax::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html#a57fa34f46bd220567f9aa55376e8dd01',1,'amrex::Gpu::AtomicMin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'amrex::BaseFab::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'amrex::BaseFab::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'amrex::BaseFab::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< EBCellFlag >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< EBCellFlag >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< AtomicInt >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< char >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< char >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< char >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< char >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< AtomicInt >::operator()()']]], - ['operator_2a_6336',['operator*',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866',1,'amrex::operator*(LLs, TypeList< As... >)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603',1,'amrex::operator*(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7',1,'amrex::operator*(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0',1,'amrex::operator*(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab',1,'amrex::operator*(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2',1,'amrex::operator*(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af07743d59bb6e85014d959611f47b81f',1,'amrex::operator*(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'IntVectND< AMREX_SPACEDIM >::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aec0fa511077c6d8567764d722c243bc4',1,'amrex::Neighbors::const_iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'amrex::IntVectND::operator*(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'amrex::IntVectND::operator*(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'IntVectND< AMREX_SPACEDIM >::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aa2320d69f38d0da741e0c0c063a56c26',1,'amrex::BinIterator::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a4fbe5d48fc816218c5458a3ca0bbce81',1,'amrex::Gpu::range_detail::range_impl::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a60e15a72d1935e19d3a9912f232c9c0d',1,'amrex::Neighbors::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a51443bb99fc505d285d7fe70a60ddb3c',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3ca85db4b44ceb45ad915a815e79578a',1,'amrex::RealVect::operator*()']]], - ['operator_2a_3d_6337',['operator*=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'IntVectND< AMREX_SPACEDIM >::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'IntVectND< AMREX_SPACEDIM >::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'amrex::IntVectND::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'amrex::BaseFab::operator*=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'amrex::BaseFab::operator*=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< AtomicInt >::operator*=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< AtomicInt >::operator*=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< char >::operator*=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< char >::operator*=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< EBCellFlag >::operator*=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< EBCellFlag >::operator*=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< HYPRE_Int >::operator*=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< HYPRE_Int >::operator*=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< int >::operator*=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< int >::operator*=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< PetscInt >::operator*=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< PetscInt >::operator*=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< Real >::operator*=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< Real >::operator*=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ab5da719fa0c6a5d6e62e3ce73cc949df',1,'amrex::GpuComplex::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'amrex::IntVectND::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a33b76e08a00922aa6e92853e71dca58e',1,'amrex::GpuComplex::operator*=()']]], - ['operator_2b_6338',['operator+',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'amrex::IntVectND::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'amrex::IntVectND::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'amrex::IntVectND::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'IntVectND< AMREX_SPACEDIM >::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'IntVectND< AMREX_SPACEDIM >::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'IntVectND< AMREX_SPACEDIM >::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab33793196d0917f9e4b69d8e84412430',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf062698516fbd51a09bead1a35275d1',1,'amrex::operator+(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91',1,'amrex::operator+(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7',1,'amrex::operator+(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93',1,'amrex::operator+(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9',1,'amrex::operator+(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606',1,'amrex::operator+(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482',1,'amrex::operator+(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a',1,'amrex::operator+(TypeList< As... >, TypeList< Bs... >)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1e1ca0e6dc8c1ffe047d20716a80ded5',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'amrex::BoxND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'BoxND< AMREX_SPACEDIM >::operator+()']]], - ['operator_2b_2b_6339',['operator++',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a07805b5419bb6d709a1e7b3b4502443b',1,'amrex::Gpu::StreamIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1eb1f7dc12b228e2893a693691781ab4',1,'amrex::BoxIterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#afb37122d2345a3ca3023c1b8c043ebe2',1,'amrex::Neighbors::const_iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a4dacf767fe235d9ee43292d67bec16c3',1,'amrex::BinIterator::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a2e2e9f92ab70561863bc24cc7453a46f',1,'amrex::Gpu::range_detail::range_impl::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aec727f262b8f91587f66613da26fcbbb',1,'amrex::MFIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a47cb9c9c13164881e7cd69a7fd7bf455',1,'amrex::NFilesIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a03e68db112225e2597253f273e7a26a4',1,'amrex::OrientationIter::operator++() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a58042bf3c7e9fddb551bb7e141061287',1,'amrex::OrientationIter::operator++(int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'amrex::ParIterBase_impl::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aa3897bfacd517fe8022b39be48c6bb2e',1,'amrex::Neighbors::iterator::operator++()']]], - ['operator_2b_3d_6340',['operator+=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, nelems >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae2a818d0a7964627c0273d2cc9f85bb5',1,'amrex::GpuComplex::operator+=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae13156133f8fd02f878a7992e0754217',1,'amrex::GpuComplex::operator+=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'amrex::IntVectND::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'amrex::IntVectND::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'IntVectND< AMREX_SPACEDIM >::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'IntVectND< AMREX_SPACEDIM >::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< Real >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< EBCellFlag >::operator+=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< EBCellFlag >::operator+=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< HYPRE_Int >::operator+=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< HYPRE_Int >::operator+=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< int >::operator+=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< int >::operator+=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< PetscInt >::operator+=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< PetscInt >::operator+=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< char >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< Real >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a305048fb353b663f23b3562bc793d4d9',1,'amrex::BndryRegisterT::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'amrex::BoxND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'BoxND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae4fbeeb036f82398a0aa386bf976af6c',1,'amrex::EBCellFlag::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'amrex::GpuArray::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::Interval, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const int *, NArrayInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal *, NAR >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 4 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int *, NAI >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const ParticleReal *, NArrayReal >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< bool, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'amrex::BaseFab::operator+=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'amrex::BaseFab::operator+=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< AtomicInt >::operator+=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< AtomicInt >::operator+=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< char >::operator+=()']]], - ['operator_2d_6341',['operator-',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47',1,'amrex::operator-(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39',1,'amrex::operator-(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'amrex::BoxND::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'BoxND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'amrex::IntVectND::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'amrex::IntVectND::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'amrex::IntVectND::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'IntVectND< AMREX_SPACEDIM >::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'IntVectND< AMREX_SPACEDIM >::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'IntVectND< AMREX_SPACEDIM >::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3f84cf28a3eb1f690b08ac9486c7dcf9',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a394035414055d9cfe78d10bb63d4f169',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344',1,'amrex::operator-(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252',1,'amrex::operator-(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d',1,'amrex::operator-(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f',1,'amrex::operator-(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5',1,'amrex::operator-(const GpuComplex< T > &a_x)']]], - ['operator_2d_2d_6342',['operator--',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a8b990aa17fb0284e3b5c74d3b5d626da',1,'amrex::OrientationIter::operator--() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#afd0845077909931b9ed38c1874b12f75',1,'amrex::OrientationIter::operator--(int) noexcept']]], - ['operator_2d_3d_6343',['operator-=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'amrex::IntVectND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2fa2ed5a6027135dafd7c96e64628153',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'amrex::BaseFab::operator-=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'amrex::BaseFab::operator-=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< AtomicInt >::operator-=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< AtomicInt >::operator-=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< char >::operator-=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< char >::operator-=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< EBCellFlag >::operator-=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< EBCellFlag >::operator-=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< HYPRE_Int >::operator-=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< HYPRE_Int >::operator-=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< int >::operator-=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< int >::operator-=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< PetscInt >::operator-=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< PetscInt >::operator-=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< Real >::operator-=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< Real >::operator-=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'amrex::BoxND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'BoxND< AMREX_SPACEDIM >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2db95eb3b93c7d19e60e220d3c61fa74',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'IntVectND< AMREX_SPACEDIM >::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'IntVectND< AMREX_SPACEDIM >::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'amrex::IntVectND::operator-=()']]], - ['operator_2f_6344',['operator/',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a991630c159fc9def80cb6f19864cd029',1,'amrex::operator/(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958',1,'amrex::operator/(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a',1,'amrex::operator/(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8',1,'amrex::operator/(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'amrex::IntVectND::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'amrex::IntVectND::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'IntVectND< AMREX_SPACEDIM >::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895',1,'amrex::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'IntVectND< AMREX_SPACEDIM >::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1fca01b7216175d3cd1f366840f46373',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac0469b60807117dc2419785ce1168b84',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept']]], - ['operator_2f_3d_6345',['operator/=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'IntVectND< AMREX_SPACEDIM >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'amrex::BaseFab::operator/=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'amrex::BaseFab::operator/=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< AtomicInt >::operator/=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< AtomicInt >::operator/=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< char >::operator/=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< char >::operator/=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< EBCellFlag >::operator/=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< EBCellFlag >::operator/=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< HYPRE_Int >::operator/=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< HYPRE_Int >::operator/=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< int >::operator/=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< int >::operator/=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< PetscInt >::operator/=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< PetscInt >::operator/=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< Real >::operator/=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< Real >::operator/=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#aa3ec285342921544d308aa9e7fb93470',1,'amrex::GpuComplex::operator/=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a7903cf4d3b219578d8fe6d4981d25c8b',1,'amrex::GpuComplex::operator/=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'amrex::IntVectND::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'amrex::IntVectND::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'IntVectND< AMREX_SPACEDIM >::operator/=()']]], - ['operator_3c_6346',['operator<',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a9ae8cb01838a70159d4fc0443bf9ff14',1,'amrex::XYPlotDataListLink::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3c9e80d08753362f5c7afbddd600265b',1,'amrex::Orientation::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'BoxND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a8b3953bf7e65f41e79d25acef114bde7',1,'amrex::FabArrayBase::CopyComTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'amrex::IndexTypeND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'IndexTypeND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'amrex::IntVectND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'IntVectND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a21e4b53049f104b30e05251605567e87',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a10c102c9e13e72793500a25f3f9183e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a4bffa279069f55ac1466eed12bc01cb2',1,'amrex::NeighborParticleContainer::NeighborTask::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3d53e0dac699c533be3ddb44eda51cd4',1,'amrex::CArena::Node::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a8c3a2eb08575db272e57c3f5bef4b3d7',1,'amrex::OrderedBoxes::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a6e0ad88f090537be644ffd04d1e729c8',1,'amrex::BoxArray::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#acf88511a112b6bcc2cba29a585f5ac13',1,'amrex::DistributionMapping::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a650ee2dcc5bc588c24a4188bdf33f6f7',1,'amrex::ValLocPair::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#afafaad5f1bf1628a4beb4550bbb8a89b',1,'amrex::WeightedBox::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a50db43a2c683742c1d3b7be92b47f3d5',1,'amrex::WeightedBoxList::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'amrex::BoxND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ab36d9acc122e0741d84185b67e7e7493',1,'amrex::FabArrayBase::BDKey::operator<()']]], - ['operator_3c_3c_6347',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae61c3524e3181147593dbfdd52701639',1,'amrex::operator<<(std::ostream &os, const CArena &arena)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe',1,'amrex::operator<<(std::ostream &os, const BoxArray::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1707379eb41f317b0b08a3827c641713',1,'amrex::operator<<(std::ostream &os, const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6',1,'amrex::operator<<(std::ostream &os, const BoxDomain &bd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5',1,'amrex::operator<<(std::ostream &os, const DistributionMapping::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a492f8cd348a9cfb3805468d3f1081e17',1,'amrex::openbc::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec',1,'amrex::operator<<(std::ostream &os, const CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a542e598352208488d6049caf539dd073',1,'amrex::operator<<(std::ostream &os, const T &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421',1,'amrex::operator<<(std::ostream &os, const DistributionMapping &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af924e08c1b1c132575c3627b47c65695',1,'amrex::operator<<(std::ostream &out, const GpuComplex< U > &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0',1,'amrex::operator<<(std::ostream &os, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f',1,'amrex::operator<<(std::ostream &os, const BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf',1,'amrex::operator<<(std::ostream &os, const BCRec &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0',1,'amrex::operator<<(std::ostream &os, const Array4< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e',1,'amrex::operator<<(std::ostream &os, const ErrorList &elst)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6',1,'amrex::operator<<(std::ostream &os, AmrMesh const &amr_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8',1,'amrex::operator<<(std::ostream &os, const Particle< 0, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267',1,'amrex::operator<<(std::ostream &os, const Particle< 0, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1c6655dee766a41eac839110be203d58',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a5bbd4fa6e8cdd37da6d809de13b45e2b',1,'BLProfStats::TimeRange::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::DistributionMapping::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::BoxArray::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7df5aee72e64ca92a9b83ecb5d2dde1f',1,'amrex::RealVect::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a43ce9c9132ac1094cd3d33c4fc2dfa97',1,'amrex::PrintToFile::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac8175adceb5d8f83e3ce075822254d67',1,'amrex::PrintToFile::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f70b8c4d52413ce97eac0effcf94547',1,'amrex::Print::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a0c8f6035a653a6ac6b1938529de12c00',1,'amrex::Print::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af2dd70e123c4708809ddc29dc04124e9',1,'amrex::NeighborParticleContainer::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a100e99344660cb60ef107223acdd752e',1,'amrex::NeighborParticleContainer::NeighborIndexMap::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a1e2de2c055058b5f565f9a18af2670c2',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a165deaadbd18680ea00b5c8b1ae744ca',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d',1,'amrex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a812ec562125b5510af6c9546a8fca3e2',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae8ef1e1e84d4d8e51b1b765e0f057de7',1,'amrex::Mask::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a3b27edee0d47b21f23f1d8640dbaa2e6',1,'amrex::GpuComplex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af0dbc00602c50f34664b6c6cb39033be',1,'amrex::FArrayBox::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a2a34428b10052534d2a20c3b37595a25',1,'hacc::Error::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a4db09c25776b9c0b4dfb9b49cbfe4aa6',1,'amrex::CoordSys::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a272c0e9556a11c521a28625bd64fb588',1,'amrex::CArena::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ada86bd7c60ca814be4123736e1cfb658',1,'amrex::FabArrayBase::BDKey::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a685becdfc4b358ad1776be6a0c02fe16',1,'amrex::BCRec::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a84e5f3cb506d39cac5a25a6ae133a2de',1,'amrex::AmrMesh::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7',1,'amrex::operator<<(std::ostream &os, const FabArrayBase::BDKey &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a326873b485cf73b0daa906dda88ee008',1,'amrex::operator<<(std::ostream &os, const LinOpBCType &t)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696',1,'amrex::operator<<(std::ostream &os, const IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Bytes &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Builds &builds)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac38f92b345723f71defea15e208ee644',1,'amrex::operator<<(std::ostream &os, const Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a',1,'amrex::operator<<(std::ostream &os, Array< T, AMREX_SPACEDIM > const &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8',1,'amrex::operator<<(std::ostream &os, const std::pair< T, S > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a',1,'amrex::operator<<(std::ostream &, const RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a',1,'amrex::operator<<(std::ostream &ostr, const RealVect &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba',1,'amrex::operator<<(std::ostream &os, const VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a',1,'amrex::operator<<(std::ostream &os, const Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1637e435aecce22da819f6df77982d2f',1,'amrex::operator<<(std::ostream &os, const VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255f1f8c5e709392a949283da47211f5',1,'amrex::operator<<(std::ostream &os, const Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa',1,'amrex::operator<<(std::ostream &os, const EBCellFlag &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a',1,'amrex::operator<<(std::ostream &os, const Vector< Vector< Real > > &ar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958',1,'amrex::operator<<(std::ostream &os, const IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323',1,'amrex::operator<<(std::ostream &os, const dim3 &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779',1,'amrex::operator<<(std::ostream &, const Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93',1,'amrex::operator<<(std::ostream &os, const FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b',1,'amrex::operator<<(std::ostream &os, const RealDescriptor &rd)']]], - ['operator_3c_3d_6348',['operator<=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'IntVectND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af58a1225b480f11546da44203aad48b7',1,'amrex::Orientation::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'amrex::BoxND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'BoxND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'amrex::IntVectND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()']]], - ['operator_3d_6349',['operator=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a75e2960ee0458eb71dd4fd91ca728fa6',1,'amrex::FabArrayBase::ParForInfo::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a3266cb4ba41c7414db7c8a56b3c857d5',1,'amrex::PArena::operator=(PArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6fe163ca93657b9af53a856a50e3587c',1,'amrex::PArena::operator=(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a7861601e913a4f49dd5be1338245f681',1,'amrex::OpenBCSolver::operator=(OpenBCSolver &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa683523b9787a4de44ec76ce557094b0',1,'amrex::OpenBCSolver::operator=(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a3dbacdafd791162c9474b934df093e5c',1,'amrex::detail::Nonesuch::operator=(Nonesuch &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a531b8aa2b7cb3140db64402b060c0406',1,'amrex::detail::Nonesuch::operator=(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a391d14db5a565155805448e0168c1da5',1,'amrex::NFilesIter::operator=(NFilesIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3c0bbbb50d35a9362c988549d3806f2b',1,'amrex::NFilesIter::operator=(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af187b3c1e4f0d96810f5ea4cdb6fec43',1,'amrex::NeighborParticleContainer::operator=(NeighborParticleContainer &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a442d7b34e588606cf0ddb1c5184c3af6',1,'amrex::NeighborParticleContainer::operator=(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a243a3677b563ffcb634fef14aea3e2d5',1,'amrex::MultiMask::operator=(MultiMask &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9b33ae3b53911061ae8e1130568b85af',1,'amrex::MultiMask::operator=(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a67583513729934c65d6b9f35721fc1d5',1,'amrex::MultiFabCopyDescriptor::operator=(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ac90365f66834e10bf1c7c1dc6e52715d',1,'amrex::MultiFabCopyDescriptor::operator=(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af008350cc46bb35e93244deae918a1e9',1,'amrex::MultiFab::operator=(Real r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62b9fe978cd451f411245dc8a1e97b40',1,'amrex::MultiFab::operator=(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa2e6e3cf95934c1b6ee898d10a1845f0',1,'amrex::MultiFab::operator=(MultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5d048b1c459102c5f3f038147a171ecb',1,'amrex::MultiCutFab::operator=(MultiCutFab &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a933d522f37c305e1517c6b3b09248254',1,'amrex::MultiCutFab::operator=(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a20b3da7c94a567c736a703979565eb7c',1,'amrex::MLTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a82053d445bf2ea2e6055e1d4755c5cb7',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab0a8a31da058bc8f88a49f49c42ad703',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2d7bc995fb1eddf4211d4e93d63d9534',1,'amrex::Mask::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a40dd9fb9d880d6ff54429144e6efbed3',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acc52901a023078220fa514b61924c7fb',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#afb17a58ce58c664ed22c3f0890581d20',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac55f2d730c8ca75e15ee16ab8ea1421f',1,'amrex::ParticleTile::operator=(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7a08e236f66b308e06273901d53bfe94',1,'amrex::ParticleTile::operator=(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a822b71d351b9a073d243639441c544bc',1,'amrex::ParticleIDWrapper::operator=(const Long id) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a4d2982f670339f79e2fd37622f27b3c4',1,'amrex::ParticleIDWrapper::operator=(ParticleIDWrapper &&pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a9fa4a9ab82a49b53fce7c12cf1a2c108',1,'amrex::ParticleIDWrapper::operator=(const ParticleIDWrapper &pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ac7f708582ac16f85339579a6b67776de',1,'amrex::FabArrayBase::ParForInfo::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a8f5cecc58007e61c57172600f66d911d',1,'amrex::ParticleCPUWrapper::operator=(ParticleCPUWrapper &&pcpuw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#aee3e19031ec6e1adbaaaf08c5da52186',1,'amrex::ParticleCPUWrapper::operator=(const ParticleCPUWrapper &pcpuw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a08060e877e41b78ef42581d8a8d7326c',1,'amrex::ParticleContainerBase::operator=(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a4d64529e53afd5cccc69ff5a27262411',1,'amrex::ParticleContainerBase::operator=(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'amrex::ParticleContainer_impl::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'amrex::ParticleContainer_impl::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abd1065cb24af64963c6fb93d16405345',1,'amrex::ParGDBBase::operator=(ParGDBBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a33753ebd2ade110a7d28012be9531299',1,'amrex::ParGDBBase::operator=(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aec2a20506af9dae408a83637906ba328',1,'amrex::MLALaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aa1055e6ea600020a60c4d6e223e811a6',1,'amrex::MLEBNodeFDLaplacian::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa0d12f5f57ddf587493f2c93f516dd8',1,'amrex::MLEBABecLap::operator=(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a510cfdf6165c8a08174e71624357bbf9',1,'amrex::MLEBABecLap::operator=(const MLEBABecLap &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7685399dae192cd7ab6ec2dfcf0c4fd7',1,'amrex::MLCGSolverT::operator=(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e65cb69c133e5230dead4ce4894015b',1,'amrex::MLCGSolverT::operator=(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a36d76fae0e448ac86582b957eb7b5174',1,'amrex::MLCellLinOpT::operator=(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#abcbc29c6deeba6419b5cd5a67b553cd6',1,'amrex::MLCellLinOpT::operator=(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a53ae18ac5de6900a4a30e6de3385e25b',1,'amrex::MLCellABecLapT::operator=(MLCellABecLapT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ab5b785aa902dc8bd312b0545966bb36a',1,'amrex::MLCellABecLapT::operator=(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a95ad9bfec44e8b260696f038d9401559',1,'amrex::MLALaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a614f7af31b508f6601751d868cda4f38',1,'amrex::MLEBNodeFDLaplacian::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8c62b49fb295c000921dac7ad3a8a35e',1,'amrex::MLABecLaplacianT::operator=(MLABecLaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3b0b77f4e5bca96926395f274fca20b1',1,'amrex::MLABecLaplacianT::operator=(const MLABecLaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61f66e0c8dd6b23c672213d1393f59da',1,'amrex::MFIter::operator=(MFIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab35d3c7298d61ba3c7d2844c402dd6fc',1,'amrex::MFIter::operator=(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a98a485f718830f05c4833b82e0749f2e',1,'amrex::ForkJoin::MFFork::operator=(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ad06d1e92d8a2216c6a39393c6975f0ed',1,'amrex::ForkJoin::MFFork::operator=(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a54c7c8dd45cada5e8bfd707f5df76349',1,'amrex::MemProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a9f609c8c314f0c1e45a4c03cc6f1dc58',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#aa60f43d3f72e938bb62327ce8b750ca4',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac8e651aa7881ce8282167ad72e4a1af3',1,'amrex::Mask::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abf72236f4dc53e2cd375f70865ee78b0',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a67c25c473285026978a8f48b968ab434',1,'amrex::MLPoissonT::operator=(MLPoissonT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a2d8e6b0aa269254735db2dfba265aa80',1,'amrex::MLPoissonT::operator=(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af2c6cddd7845ebd68c230cfca9d87f36',1,'amrex::MLNodeTensorLaplacian::operator=(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a5da9b21533b225c64397df972338e494',1,'amrex::MLNodeTensorLaplacian::operator=(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8dcf3f92d3ef1932e03ad470e29d1517',1,'amrex::MLNodeLinOp::operator=(MLNodeLinOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a1f11eab31e2487056a5befd79c8a22a0',1,'amrex::MLNodeLinOp::operator=(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f0797012b11f58024e0789f7acc26dc',1,'amrex::MLNodeLaplacian::operator=(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af5fc5382f4bff5cbeec42c320d033b77',1,'amrex::MLNodeLaplacian::operator=(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aeaef8d38cd39811a7a826bdf3c8c13f5',1,'amrex::MLNodeABecLaplacian::operator=(MLNodeABecLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4cbde89753cb5ebd10a3d2e94ec7fed1',1,'amrex::MLNodeABecLaplacian::operator=(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a3879f323dc12422e979cd5c1db513481',1,'amrex::MLTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8c2f30c718f6a141afce34a7061b46b8',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aa8a439394be7cfb8b38f2d6e3b1a465b',1,'amrex::MLMGBndryT::operator=(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ad1673d011d8870ba9f46ace36c6d66d5',1,'amrex::MLMGBndryT::operator=(const MLMGBndryT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'amrex::MLLinOpT::operator=(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'amrex::MLLinOpT::operator=(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a8217ea65e778d2f86a2f059ec79a6474',1,'amrex::MLEBTensorOp::operator=(MLEBTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac801f35a398c39c6ae9b42b1e6c29c7a',1,'amrex::MLEBTensorOp::operator=(const MLEBTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a44cea26614b1b5af1ff9729f554d94c3',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a62aa1fb076b9be08b30bc598f0a84217',1,'amrex::detail::SingleChunkArena::operator=(SingleChunkArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#af96a10bb06acc64b2267b55b43024de2',1,'amrex::detail::SingleChunkArena::operator=(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a533a8b63b14ecc361ea9805251c10e6c',1,'amrex::FabArray::ShMem::operator=(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#afaa414759c4be2e382fa0bbd8dec1d62',1,'amrex::FabArray::ShMem::operator=(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae4c6103dc726a124754abe59ad20b06c',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ab49003154e7b17c7347fab3f7aa60d2b',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afa34b81501952e0eb7e99b98efce1517',1,'amrex::ref_wrapper::operator=(ref_wrapper &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afde4bcbad13ea73142459c790f31c888',1,'amrex::ref_wrapper::operator=(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a6ef60ec5e218aac28651028686253c1b',1,'amrex::ref_wrapper::operator=(T &&a_other)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#af9d4fe0e27411855af7fc9f1c5da7f14',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a26b9b0159d7c1920219dc3bb059380cb',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a9d4df0331eea85a7a2f9227ca301f847',1,'amrex::PrintToFile::operator=(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#abf93645c697fb911f46cecd6970c0d33',1,'amrex::PrintToFile::operator=(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a4dff52a300c71a23f5be8aebe74c6dcf',1,'amrex::Print::operator=(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ae7009ff91b7600b2ca4fafb3cc18ba59',1,'amrex::Print::operator=(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ae8b070201e27ab25f01a5378a671e4aa',1,'amrex::EB2::PolynomialIF::operator=(PolynomialIF &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a600f1123f1d043690d51b722060dca71',1,'amrex::EB2::PolynomialIF::operator=(const PolynomialIF &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< unsigned int >::operator=(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< unsigned int >::operator=(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a58626939ea42690efbf745fa42dfebff',1,'BLProfStats::TimeRange::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a28938c58359301c5b0aba02d529b9db9',1,'amrex::VisMF::operator=(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfb51a560612680a998fa5c9fdde2751',1,'amrex::VisMF::operator=(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#ad9442a6a9d9ad8c31272745a8593bb13',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abb79846e306cf554b996af22a1eeb8d2',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a0748976825c6cbba27c3fa68ad482578',1,'amrex::TracerParticleContainer::operator=(TracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#abd7aea2961c462a7da51d759417e4de3',1,'amrex::TracerParticleContainer::operator=(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aaa10ddf8d2f180988fa647d05742325b',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab885e86136d6678997c1978691a7d8d2',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a1d34fcb098293a88b669234cd082c6c9',1,'amrex::TinyProfiler::operator=(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a193278fa395ec2829a2e52816ea2e1b1',1,'amrex::TinyProfiler::operator=(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b2dcd181de443438540b7b107aadd04',1,'amrex::TagBoxArray::operator=(const TagBoxArray &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1eb204c4fb9cbe4d9660d642a7a0ee13',1,'amrex::TagBoxArray::operator=(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af21d06fbdc2ccecc175efd767684610b',1,'amrex::TagBox::operator=(TagBox &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5c795ae93bec04fe82069450ebd7fa41',1,'amrex::TagBox::operator=(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ada3e19980c8c8664eca2bab1ddd46d71',1,'amrex::TableData::operator=(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#acfa4c240bedc25768cb4a29f31a01e53',1,'amrex::TableData::operator=(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ae6cd2ae66399648d2f4ff89b5f7f1848',1,'amrex::Gpu::StreamIter::operator=(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a3eee12a2f15003889a101481a9e485b0',1,'amrex::Gpu::StreamIter::operator=(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac22ac5d88623f3dba92cb57a5e92d5fa',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int * >::operator=(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int * >::operator=(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char >::operator=(PODVector< char, std::allocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char >::operator=(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::XDim3 >::operator=(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::XDim3 >::operator=(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::STLtools::Triangle >::operator=(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::STLtools::Triangle >::operator=(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::NeighborCode >::operator=(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::NeighborCode >::operator=(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::BoxND >::operator=(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::BoxND >::operator=(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal * >::operator=(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal * >::operator=(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int >::operator=(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int >::operator=(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int * >::operator=(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int * >::operator=(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< index_type >::operator=(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< index_type >::operator=(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal * >::operator=(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal * >::operator=(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6f77727eff8f7f6a9a08a21bec0bf152',1,'amrex::BoxList::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a676502acc05b77e3154b305f6880a0c0',1,'amrex::IParser::Data::operator=(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#af818dd603aeab55c75fd4caab36606e4',1,'amrex::IParser::Data::operator=(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a65bd431e8fbba71e5c349dc2fddc37a4',1,'amrex::CutFab::operator=(CutFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a0044b3af56a828f401596afc6ab8c29e',1,'amrex::CutFab::operator=(const CutFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a95da5ea5091bbb8e061bba5cd0e61b7f',1,'amrex::MLLinOpT::CommContainer::operator=(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a09a4c464169281aeb1ea6e97b34087d5',1,'amrex::MLLinOpT::CommContainer::operator=(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aaabb4ce1df8c64f8ca3fcca58f0b27b0',1,'amrex::ClusterList::operator=(ClusterList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4826072bd3b954ff611387822a76db01',1,'amrex::ClusterList::operator=(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ac8a9f248c2372b402e8556fb35471c57',1,'amrex::Cluster::operator=(Cluster &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a1dd9e6080c7482442af8d5093e3012b7',1,'amrex::Cluster::operator=(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe72f06fc733fc056ed20fbd7cc4d76a',1,'amrex::CArena::operator=(CArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ae491fc24a9163b864bc798acc7518852',1,'amrex::CArena::operator=(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#abca1f758989aa579fa68900a014619fe',1,'amrex::Gpu::Buffer::operator=(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a08731a4a086f5a19ce8b0303d73b38f5',1,'amrex::Gpu::Buffer::operator=(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a0747196b0023c8dc440c9325092d53fe',1,'amrex::BoxList::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aa66c8c8b35c991bb5487665b509eecdc',1,'amrex::Parser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9f5d7648e9214d0a3a88f40383bafff7',1,'amrex::Amr::operator=(const Amr &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a282fbf065ae19541e1a19c1763408969',1,'amrex::Amr::operator=(Amr &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a79139224be139375a51b79dd477bcb42',1,'amrex::AmrCore::operator=(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#acf424d1fa598d256d7285e7fc6f20a73',1,'amrex::AmrCore::operator=(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a4f4386d3cc3282acbafb5f961a30f04f',1,'amrex::AMReX::operator=(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a77b2c8844d06a8456a0532c7ec154884',1,'amrex::AMReX::operator=(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a68cac9efc3dadb1e51c33b9d726916e8',1,'amrex::amrex_KSP::operator=(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af015143ffd55290b73715c48339f38f0',1,'amrex::amrex_KSP::operator=(amrex_KSP &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#aa65ab5c3310ce450125302554816002a',1,'amrex::amrex_Mat::operator=(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a07c217dbdb57e0d2e376ce1ab75ae448',1,'amrex::amrex_Mat::operator=(amrex_Mat &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#aec263149699d2205deaed355e5986196',1,'amrex::amrex_Vec::operator=(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ad38d422f084f24160e201de00bcc3fbe',1,'amrex::amrex_Vec::operator=(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#afc3cfd4fd9822cd9034429ed62bd7c67',1,'amrex::AmrInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a43ed6508c5a9223cd52f13bb3fb315e7',1,'amrex::AmrLevel::operator=(const AmrLevel &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a44c385a1d0d88b58b337c3db0be046e8',1,'amrex::AmrLevel::operator=(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d7882163a62b749bfa1117582a72eb2',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0ee48a9c3d106d7f7c7e4f7c00d1f997',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3bd2e525c3ae032c8df6dfad15a4ee3f',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#adf129595f3f9954c26bf412aa0089ec7',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#aa59001ba1d22901660c6b11236600175',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aae00416a34911aa8fb06363e668ea8b4',1,'amrex::Gpu::Elixir::operator=(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9302f0721d3365d24883bb91e3845e9d',1,'amrex::Gpu::Elixir::operator=(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a3116ec053a7957bb79f63b84867401da',1,'amrex::EBFArrayBoxFactory::operator=(EBFArrayBoxFactory &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ad9569bd1f5ab3e6e1667c1b023463cf8',1,'amrex::EBFArrayBoxFactory::operator=(const EBFArrayBoxFactory &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a0a545ba6887dd563e4e98e017e8e9358',1,'amrex::EBFArrayBox::operator=(EBFArrayBox &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aadbb1cf2a8db86c73af536b3fff555ab',1,'amrex::EBFArrayBox::operator=(const EBFArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab9f91f646f1ca0f33d5d2d3e14ffec77',1,'amrex::EBDataCollection::operator=(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aab5a65341ff21329cc732af1bfb4f004',1,'amrex::EBDataCollection::operator=(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ab8c1b6ba13749dcf960f79bdcc67958b',1,'amrex::EBCellFlagFab::operator=(EBCellFlagFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aefb6078482dc1c3623fd1ca2c5e85df3',1,'amrex::EBCellFlagFab::operator=(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a56d30ab59fcba6affe9753e66db53455',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a51e0432968299f0c83f90d9b79376a6c',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a04138b2c02fa080cd6531cd7361a37a3',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aefa710ade223a08a0a1ee6babd8e97c2',1,'amrex::DistributionMapping::operator=(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a230a40ea82e898784259ebb040a4791a',1,'amrex::DistributionMapping::operator=(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a048f2dc43cc7dcee308bad0af72c2208',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a8d422f4de63c7907531003ca6fcc3b88',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a09ce14e97aa618c00bcc778e9337fd4f',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a1ea24985de3f4264b68f8c5f55611178',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8520ac0a5dc18b5cd186feec06122b9d',1,'amrex::DeriveRec::operator=(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ad052a3e9226c8b733e3968858ab4e34d',1,'amrex::DeriveRec::operator=(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a85a8d2ceac5a6512561c787c0995c661',1,'amrex::DeriveList::operator=(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7088f7c6f612cf558efb4db7cb7032bd',1,'amrex::DeriveList::operator=(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a64f91ae2c5358ccf46099d9e5d3fdd7b',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a95e36919502ab26429ae7c55a2273e2c',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a764ae667f297643c6647c23c4b66b08a',1,'amrex::Parser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< Real >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< EBCellFlag >::operator=(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< HYPRE_Int >::operator=(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< HYPRE_Int >::operator=(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< int >::operator=(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< int >::operator=(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< int >::operator=(int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< int >::operator=(int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< PetscInt >::operator=(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< PetscInt >::operator=(BaseFab< PetscInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< PetscInt >::operator=(PetscInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< PetscInt >::operator=(PetscInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< EBCellFlag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< Real >::operator=(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< Real >::operator=(Real const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< Real >::operator=(Real const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a5b9a6b9b7f13e52b6e1c94a53d1f7520',1,'amrex::BLBTer::operator=(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab6cd91c698df6ac4fb6960c4e4cb02b4',1,'amrex::BLBTer::operator=(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a3eb4aec3fa8021b4fcb50768365ca52f',1,'amrex::BlockMutex::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae7e3bc077f7e5695cfef56a57075d164',1,'amrex::BndryDataT::operator=(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a536257808c5792850bdeaf82cf76f85d',1,'amrex::BndryDataT::operator=(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a453a8fc604e77bc263b7ea91bf8920d3',1,'amrex::BndryRegisterT::operator=(const BndryRegisterT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3d277d77c5e0fb1bb42e5834196c6783',1,'amrex::BndryRegisterT::operator=(BndryRegisterT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ad4f9e03d42d0b48eab10408b3958c273',1,'amrex::BoundCond::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a71523423b56d7e520f67c7f164689c87',1,'amrex::BoxArray::operator=(BoxArray const &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac273e3e3038f3ca71306de6576d41c74',1,'amrex::BoxArray::operator=(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a0e249071d2256e6bc3528217f5660f69',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a220d49c6e54825fb9753f389bc247ea8',1,'amrex::BARef::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af2d4364b9fd33cf012edbb2170105845',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#acd61b99b4b1eaab420b3194f8b6e960d',1,'amrex::AmrMeshInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8542c6c51308ffa6c5d0e78a7a8e87c3',1,'amrex::AmrParticleContainer_impl::operator=(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8859832e7fb2fdca041be6b456b607df',1,'amrex::AmrParticleContainer_impl::operator=(AmrParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a0c11eedaeef4f0e4c1adc12de769318e',1,'amrex::AmrTracerParticleContainer::operator=(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a8ddec9287e16d328d7f55b022679f2dd',1,'amrex::AmrTracerParticleContainer::operator=(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ac04132048490ddd59eb7312eb33856e4',1,'amrex::Any::operator=(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad23c5ad12e1baae2943f5e4dc707aac5',1,'amrex::Any::operator=(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a1d54950de0d9ccc255006a631c8adf9a',1,'amrex::Any::operator=(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ab5c2f212500abb488cf4d14245c29aee',1,'amrex::Arena::operator=(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a36dd09d6200de89dd8bb25b1cd223cb5',1,'amrex::Arena::operator=(Arena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ac6b94ba54d0f143f579690a55fd1150a',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae70344e048d89311ae808a9485fd8b8f',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ac0f5a3c8b889af8ac29ab19ccf3b288b',1,'amrex::BackgroundThread::operator=(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a84fe07d6505966071f15d2f65509baa7',1,'amrex::BackgroundThread::operator=(BackgroundThread &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a953101169ca6e1d72fafe0eb1f2c8177',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ac35e7bcd2e6c974918c1d5e74a4bac3a',1,'amrex::BARef::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ac26275b15424e584ebe7f5a89c23e4c7',1,'CommProfStats::BarrierEntry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'amrex::BaseFab::operator=(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'amrex::BaseFab::operator=(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'amrex::BaseFab::operator=(T const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'amrex::BaseFab::operator=(T const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< AtomicInt >::operator=(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< AtomicInt >::operator=(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< char >::operator=(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< char >::operator=(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< char >::operator=(char const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< char >::operator=(char const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad694566587c38b3b85ee1048a2bd1498',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa5506298eca8297889fd65d06b542e98',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a22d3d81298b39b86f57df4e3a8cfde58',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9953daa94e6da0aa13416873cf43835e',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a6e726af6a5dea2a39e38629eedf68d77',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a14b9f0dd6b475dc0dba5a4533c4158e9',1,'amrex::HypreIJIface::operator=(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a05ca21178c29ef540497b4333549baef',1,'amrex::HypreIJIface::operator=(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a00ba8003e627089b12616d549302a48d',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1ed176484530d5f9a35195c968b7f886',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4278296637fc4b67cffd26feeccc160c',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#aa857d99289dce4b6d520f426df145401',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6ab7e172b712f730ad09f00e3127549',1,'amrex::IArrayBox::operator=(IArrayBox &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f15c661d9fa23250901595a7e7e2179',1,'amrex::IArrayBox::operator=(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#add58d47d87d67a2140449805c9b82a73',1,'amrex::IArrayBox::operator=(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aa17249a55ceb7467d2d2ddaded5b8e24',1,'amrex::iMultiFab::operator=(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab8876b46ff60815091bd3905f98b365a',1,'amrex::iMultiFab::operator=(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad696c10cf2f76f4ad08c6f9b8f7735bd',1,'amrex::iMultiFab::operator=(int r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a634dcb439936cae4f084050779828d68',1,'amrex::EB2::IndexSpace::operator=(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a03d5014d0330b1c49aa2b0deca0adf9e',1,'amrex::EB2::IndexSpace::operator=(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#adaa080c0e4ccb67291c2581444d06e7b',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'amrex::GpuTuple::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9724df1a42e1fbf0956061d68b417087',1,'amrex::FArrayBox::operator=(FArrayBox &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6f8accb8be245e6873219b15a933f431',1,'amrex::FArrayBox::operator=(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6bb6bea68a04d94c29ededc43adae9d2',1,'amrex::FArrayBox::operator=(Real v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad0bad9568c98a4a189a906541ccbad41',1,'amrex::FluxRegister::operator=(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8cc3f9a89b01e82521248e4bb7ce6074',1,'amrex::FluxRegister::operator=(FluxRegister &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a4167f396f181d93b61fbb630eca5f0b1',1,'amrex::ParallelContext::Frame::operator=(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#add7bceedba4bbaf9f2172c82e2775c04',1,'amrex::ParallelContext::Frame::operator=(Frame &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#accb415f1b74fa7e10a767254c3943e6a',1,'amrex::Geometry::operator=(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad798fd92507868f0ee233bc92e2b30aa',1,'amrex::Geometry::operator=(Geometry &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ae950af55a7a785ea5d328d95d57af508',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'amrex::GpuTuple::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad82118cb9204b160c74a43569c3d9c6f',1,'amrex::VisMF::Header::operator=(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7b4974ed02d94db482c39ffae9d4d6e0',1,'amrex::VisMF::Header::operator=(Header &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a21b8442c0d0c4b9ecebb99aef84119',1,'amrex::Hypre::operator=(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a465b11c7f873f706bba359bf6bdb0768',1,'amrex::Hypre::operator=(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abd02ea797323ac95372a4d02c41b50e2',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< HYPRE_Int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< GFab >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< GFab >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< HYPRE_Int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< Int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< PetscInt >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< PetscInt >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< RealTuple >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< RealTuple >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac0a7f459ae2c96841edbc9bab9e6eb8a',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'amrex::LayoutData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#acd1ec386ca611eae4f102c7bc4562168',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#af6b6248eceb701c542539a952c5808d8',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a2e26fd180cf15b5ee489da10269d950d',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a9a958addce9e3b225e6d76af21e3e851',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ad732c86078527fd31e0cb50ad77e21ab',1,'amrex::InSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a5753abe4eb1e3ac6d8747a0864533373',1,'amrex::InterpBase::operator=(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a448200184ccdeced8fd7a609dd43fa71',1,'amrex::InterpBase::operator=(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a86e3caeebf11d0a7786aedf4c4e2281b',1,'amrex::InterpBndryDataT::operator=(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ac8f05912699e2607b569431b1c608d36',1,'amrex::InterpBndryDataT::operator=(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a98ba6c92d45e46815081dd529603c064',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'amrex::LayoutData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< Int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< IArrayBox >::operator=(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< IArrayBox >::operator=(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< IArrayBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< TagBox >::operator=(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< TagBox >::operator=(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< TagBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a24f7e6d0d4e8ee6aa8207710f51a603e',1,'amrex::FabArrayBase::operator=(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b213cf522c93646cc152abb65ad97a4',1,'amrex::FabArrayBase::operator=(FabArrayBase &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'amrex::FabArrayCopyDescriptor::operator=(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'amrex::FabArrayCopyDescriptor::operator=(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'amrex::FabArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aef489e20da7d002a654094f1869482af',1,'amrex::FabCopyDescriptor::operator=(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a04b202b2564359e3ea39054bb3ddd303',1,'amrex::FabCopyDescriptor::operator=(FabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'amrex::FabFactory::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'amrex::FabFactory::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad6a034e24183a0757164954cfb6fd1b3',1,'amrex::FabSetT::operator=(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a9e361db8584dca389f44089d08bdd240',1,'amrex::FabSetT::operator=(FabSetT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'amrex::FabArray::operator=(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'amrex::FabArray::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(const FabArray< amrex::BaseFab< AtomicInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::CutFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::Mask >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::Mask >::operator=(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::Mask >::operator=(FabArray< amrex::Mask > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::EBCellFlagFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::EBCellFlagFab >::operator=(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::EBCellFlagFab >::operator=(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::CutFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::CutFab >::operator=(const FabArray< amrex::CutFab > &rhs)=delete']]], - ['operator_3d_3d_6350',['operator==',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a510752620cbd0db055bba865c8dd926f',1,'amrex::EBCellFlag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a924f7db8b7071a964375eeb077ed72dc',1,'amrex::DistributionMapping::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'BoxND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'amrex::BoxND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a111f72bd85cc49ade7c956cdf35d330b',1,'amrex::BoxList::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a03627b9f1cb88ad3ff6066b036e3ed97',1,'amrex::BoxDomain::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac7392d5269b259859afb66f9528f1f6b',1,'amrex::BoxArray::operator==(const Vector< Box > &bv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a74ee48ddcfd53d548f7a55352dba7cb4',1,'amrex::BoxArray::operator==(const BoxArray &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a8525a0bfb72343d71c8730cce94b7e72',1,'amrex::FabArrayBase::BDKey::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a8b138bbeeb2436431a73d8c605e4a15d',1,'amrex::BCRec::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a9d0fed703b10738a7b976f24d1c427c7',1,'amrex::BATransformer::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a4a773656b90b2b8db99098519f4baed0',1,'amrex::BATbndryReg::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ae8cf710c0d69005c259ce278c92f0d48',1,'BLProfStats::TimeRange::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'amrex::IndexTypeND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a4a4237a4808d5f1bbd7266cc847e4952',1,'amrex::DistributionMapping::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ad4c7371a91e9b4e6381438ac14d95410',1,'amrex::FabArrayId::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6',1,'amrex::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ac87a2a13371616bc353f2f0ab21a95d1',1,'amrex::BoxArray::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a834fb65342114ff30939f55642575f36',1,'amrex::RealDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#aa8f0c58703d74ff60d7fde603725e54c',1,'amrex::Periodicity::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a44cb3b76a01de48a5d93281e7c0a4ef2',1,'amrex::OrientationIter::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a113bd6398654564605653436aff3db76',1,'amrex::Orientation::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a05bebd2702cb1c8cf16bbc3f6e504864',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'IndexTypeND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a537343bdd3bd917f5343bb16ed28875e',1,'amrex::IntDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'amrex::IntVectND::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'amrex::IntVectND::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'IntVectND< AMREX_SPACEDIM >::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'IntVectND< AMREX_SPACEDIM >::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ac25ca6af8a9612389f174e23865645c3',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a88b16dbe8f6f315955cdde15cbd71e7e',1,'amrex::CArena::Node::operator==()']]], - ['operator_3e_6351',['operator>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'amrex::IntVectND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'amrex::BoxND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'BoxND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'IntVectND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a5744e431e5a8462467ef74563e4163d3',1,'amrex::Orientation::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a13f82dbcb96b0c07df63a4cf9ddb26e1',1,'amrex::ValLocPair::operator>()']]], - ['operator_3e_3d_6352',['operator>=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af14b906cbe8c60d19ef9a2c86288900c',1,'amrex::Orientation::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'IntVectND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'amrex::IntVectND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'BoxND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'amrex::BoxND::operator>=()']]], - ['operator_3e_3e_6353',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae',1,'amrex::operator>>(std::istream &is, IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90',1,'amrex::operator>>(std::istream &is, Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b',1,'amrex::operator>>(std::istream &is, RealVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e',1,'amrex::operator>>(std::istream &is, IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5086c850dfa16df677225c8c1139e466',1,'amrex::operator>>(std::istream &, Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b',1,'amrex::operator>>(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443',1,'amrex::operator>>(std::istream &, RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1',1,'amrex::operator>>(std::istream &is, RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06',1,'amrex::operator>>(std::istream &is, IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c',1,'amrex::operator>>(std::istream &is, CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a',1,'amrex::operator>>(std::istream &is, BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#adb81bd5a1d50874312ada5f322af143b',1,'amrex::expect::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a24251fbdbd3497be0c9ef8a30260aa41',1,'amrex::CoordSys::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6b4420435f9951710a37eda411db8f',1,'amrex::operator>>(std::istream &, const expect &exp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15',1,'amrex::operator>>(std::istream &is, VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea',1,'amrex::operator>>(std::istream &is, Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5',1,'amrex::operator>>(std::istream &is, VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0',1,'amrex::operator>>(std::istream &is, Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a1a84a7ddf56279e4a09fb51fc80fe955',1,'amrex::Orientation::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abfff64dce9dca205fc9d3fdde790dc44',1,'amrex::Mask::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#ae68dd8dc7268d4b438f79b8f499bc0d6',1,'amrex::IntDescriptor::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a3ca59e88c7830d6acd3f90177916f308',1,'amrex::Geometry::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ad6e8fbbe92b476fd75bf5ace98418fa6',1,'amrex::FArrayBox::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a12a8ba870c44c0b8df87fbf476ba0240',1,'amrex::RealVect::operator>>()']]], - ['operator_5b_5d_6354',['operator[]',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::WeightedBox >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::WeightedBox >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< RT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< RT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::DataBlock >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< int >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< int >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< gpuStream_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< gpuStream_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< double >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< double >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::NameTagEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::NameTagEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::DataBlock >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char const * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char const * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< double > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< FAB * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< FAB * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::Edge >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< double > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::string >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::string >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::size_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::size_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vertex >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vertex >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< V >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< V >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< ParticleLevel >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::ifstream * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::ifstream * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RT >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RT >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Real >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Real >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< ParticleLevel >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Status >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Status >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Request >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Request >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MF >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MF >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Long >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Long >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< int, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< int, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::string, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::string, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'amrex::IndexTypeND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'IndexTypeND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'amrex::IntVectND::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'amrex::IntVectND::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a93685048211a95fb1c7e740bca240dd7',1,'amrex::IParserStack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, nelems >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'amrex::LayoutData::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'amrex::LayoutData::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'amrex::LayoutData::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accfeb1e3facccbcdedc791ce6bbb67dc',1,'amrex::BoxArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#abdfed9e915c0fec995a85a86a8c8627e',1,'amrex::ErrorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a051c0211689621d68f3565becf7adddd',1,'amrex::DistributionMapping::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a1038e632d124f54e8b5566787b4896a8',1,'amrex::DescriptorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'amrex::ConstParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a558850bcec731c7cbd3f93138606388e',1,'amrex::CellData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'BoxND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'amrex::BoxND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0386a0ab9aa86bee7e8f499770f99ca5',1,'amrex::BoxArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a687f7e9c604524cd2ce9b43957f87cac',1,'amrex::BndryRegisterT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a95bfbf54acf359a2d3c741c345ebaf6e',1,'amrex::BndryRegisterT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a2d7ae73be4e090c02d93dee4b5d22370',1,'amrex::BndryDataT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa362341b91354c3efb2b604549e3319c',1,'amrex::BndryDataT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2fb608a08b57c27a7784ccd6be56bb30',1,'amrex::ArrayOfStructs::operator[](int i)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aefa7a0fd1aca91d891859b5fabe22a07',1,'amrex::ArrayOfStructs::operator[](int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< HYPRE_Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< GFab >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< GFab >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< HYPRE_Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< Int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const int *, NArrayInt >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const int *, NArrayInt >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< bool, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< bool, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'amrex::GpuArray::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'amrex::GpuArray::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abc8e1ef1fb32bdc7892f1b8eed58d712',1,'amrex::FabSetT::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aea5322566f30964aed1c5c29deeb865e',1,'amrex::FabSetT::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a3a15743fbc6bfe0f132e113d69b8bb3e',1,'amrex::FabSetT::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1c27985ab724a1cacaa41a9f4cc5fc25',1,'amrex::FabSetT::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, nelems >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal *, NAR >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal *, NAR >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< TagBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 4 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 4 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::CutFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::CutFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'amrex::FabArray::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'amrex::FabArray::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< TagBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< TagBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< TagBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< IArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< IArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< FArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< FArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::Mask >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::Mask >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::EBCellFlagFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::Edge >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DataServices * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CommStats >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'amrex::Vector::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'amrex::Vector::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BCRec >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BCRec >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CommStats >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxArray >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxArray >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxList >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxList >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DataServices * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< std::size_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< std::size_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Real >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Real >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::StateData >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::StateData >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::iMultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::iMultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::InterpBase * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::InterpBase * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IntVectND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IntVectND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiMask >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiMask >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::NeighborCode >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'amrex::PODVector::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'amrex::PODVector::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'amrex::ParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::NeighborCode >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type const >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< PetscInt >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< PetscInt >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< PetscInt >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< RealTuple >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< RealTuple >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'amrex::MultiArray4::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a316297dac1bb8a86d2c72da43db652a6',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ade6f739eb789f2d3dc684a193be94971',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a261c9bcb22ccc62bedbbdcb84cf53578',1,'amrex::MultiCutFab::operator[](int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad40ab7b9d5f3dde32c3d973c3cbc4384',1,'amrex::MultiCutFab::operator[](int global_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ada480977cbd644cd226e035c089f2594',1,'amrex::MultiMask::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af88debd7ac3c502ae1348d86fbecd5f4',1,'amrex::MultiMask::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#ad0b61495ec872b2bba140040a6656a79',1,'amrex::ParserStack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a5c651ceec4c12e5fb2905c321abc5471',1,'amrex::ParticleArrayAccessor::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< std::size_t >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< std::size_t >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< unsigned int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< unsigned int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< index_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< index_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) const noexcept']]], - ['operator_7c_6355',['operator|',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b',1,'amrex']]], - ['operator_7c_3d_6356',['operator|=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad70cc656ea2eab2e5ed1a8b06c00785d',1,'amrex::Mask']]], - ['options_5fnamespace_6357',['options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a82145850435b74caa01b3322229a059b',1,'amrex::HypreNodeLap::options_namespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a9e2c8bb6ef487b2efe4482bd682b68ce',1,'amrex::Hypre::options_namespace()']]], - ['or_6358',['Or',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7',1,'amrex::ParallelAllReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1',1,'amrex::ParallelReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a16aac9b4caf7d3aa715c35e1473a4254',1,'amrex::Mask::Or(const Mask &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ada0a58519cfd7ec1ab414bf65365c72c',1,'amrex::Mask::Or(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8fcf8e088c4ea7f800d327c9842b0986',1,'amrex::Mask::Or(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad5797578c04b5614ce848331711d3fe5',1,'amrex::Mask::Or(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['ord_6359',['ord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#afcfec860496e4fc3bb85266a72321efa',1,'amrex::RealDescriptor::ord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a26af90d55c81141a711427bcfdf5cc58',1,'amrex::IntDescriptor::ord()']]], - ['order_6360',['order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab7fb74e5a55e3c5a721d7c4f5ffd5960',1,'amrex::RealDescriptor::order() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adb0da1597fe482a78cf9dc474b1a9328',1,'amrex::RealDescriptor::order() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#af4fd11c6c5ff73c8937000fd60729ad4',1,'amrex::IntDescriptor::order()']]], - ['orderarray_6361',['orderarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a15088522b061b0e6c504ea1175a783f2',1,'amrex::RealDescriptor::orderarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a128ded7be7a9e70108bf78c269d4d508',1,'amrex::RealDescriptor::orderarray() &&=delete']]], - ['ordered_5fsimplify_6362',['ordered_simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab9071e12fb35012248c8978ed5e9b5a1',1,'amrex::BoxList']]], - ['orderedboxes_6363',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html',1,'amrex::OrderedBoxes'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#abf001c57e7a3772e49e5870334baaa05',1,'amrex::OrderedBoxes::OrderedBoxes()']]], - ['ordering_6364',['Ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39',1,'amrex::FABio::Ordering()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839',1,'amrex::IntDescriptor::Ordering()']]], - ['ordering_6365',['ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9dd03f8360cfc2cfdf803298308f53dd',1,'amrex::FArrayBox']]], - ['orientation_6366',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html',1,'amrex::Orientation'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a77e0b0c3ba62b33380805f6d6da3ca5e',1,'amrex::Orientation::Orientation(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a4706129433791b27ed00bd69b4cff5f7',1,'amrex::Orientation::Orientation() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a382d3782efffb9d5c5d132f5758b7cb5',1,'amrex::Orientation::Orientation(int dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a377b4d3db6c833a77b181d4329d4c530',1,'amrex::Orientation::Orientation(Direction dir, Side side) noexcept']]], - ['orientationiter_6367',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html',1,'amrex::OrientationIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#af6dba82ba412292d5594bb333ac67627',1,'amrex::OrientationIter::OrientationIter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ab64091346540ed0e8a9da3a2f567b980',1,'amrex::OrientationIter::OrientationIter(const Orientation &_face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a253004b1b5e149ee012d73724c077696',1,'amrex::OrientationIter::OrientationIter(int _face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a89ae2d0b6ad2bb943c5bf57233fdae87',1,'amrex::Orientation::OrientationIter()']]], - ['orig_6368',['orig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#af278943e6089937c826f0bd0967a264f',1,'amrex::ForkJoin::MFFork']]], - ['orop_6369',['orOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html',1,'amrex::InSituUtils']]], - ['os_6370',['os',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a8cde9f73108377cda6aa9be7fe4f2dab',1,'amrex::Print']]], - ['os_5ftemp_6371',['os_temp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< TagBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< IArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< FArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::Mask >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::EBCellFlagFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'amrex::FabArray::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< AtomicInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< PetscInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::CutFab >::os_temp()']]], - ['oserr_6372',['oserr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7',1,'amrex::system']]], - ['osout_6373',['osout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf',1,'amrex::system']]], - ['other_6374',['other',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html#a96ecc5d534254a7cab53bdfa4d78db8e',1,'hacc::AlignedAllocator::rebind']]], - ['out_6375',['out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466ac68271a63ddbc431c307beb7d2918275',1,'amrex::ForkJoin']]], - ['outofmemory_6376',['OutOfMemory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe890be0bd82650235456eabcf50e309',1,'amrex']]], - ['output_5ffile_6377',['output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af042a12f3b873d678126ac7aae488106',1,'amrex::TinyProfiler']]], - ['outside_5fdomain_6378',['outside_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a60efc76c5d4cabbf71077b1aa4700077',1,'amrex::BndryDataT']]], - ['outsideroundoffdomain_6379',['outsideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af5bc2516bcf62a317b7bd5c77def5171',1,'amrex::Geometry']]], - ['outstream_6380',['OutStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df',1,'amrex']]], - ['overflow_6381',['overflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73',1,'amrex']]], - ['overlapmask_6382',['OverlapMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afbd6dab928640c74eb1d7a28e8f36afa',1,'amrex::MultiFab']]], - ['overridesync_6383',['OverrideSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'amrex::FabArray::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'amrex::FabArray::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< IArrayBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6',1,'amrex::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afc2840698e1cec5a44ebeb9d34783327',1,'amrex::MultiFab::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< TagBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< TagBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< IArrayBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< FArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< FArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::Mask >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::CutFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::Mask >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::CutFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync()']]], - ['overridesync_5ffinish_6384',['OverrideSync_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951',1,'amrex::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< TagBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< IArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< FArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::Mask >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::CutFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'amrex::FabArray::OverrideSync_finish()']]], - ['overridesync_5fnowait_6385',['OverrideSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c',1,'amrex::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'amrex::FabArray::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< TagBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< TagBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< IArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< IArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< FArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< FArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::Mask >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::Mask >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::CutFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'amrex::FabArray::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::CutFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()']]], - ['overset_5frescale_5fbcoef_5fx_6386',['overset_rescale_bcoef_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a040b31bdb9951876d8277049591cfe51',1,'amrex']]], - ['overset_5frescale_5fbcoef_5fy_6387',['overset_rescale_bcoef_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa',1,'amrex']]], - ['overset_5frescale_5fbcoef_5fz_6388',['overset_rescale_bcoef_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313',1,'amrex']]], - ['overwriteflux_6389',['OverwriteFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4230b5a0ec42a59e2f6e48e51ca77f83',1,'amrex::FluxRegister']]], - ['own_5fmf_6390',['own_mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a1af6ce9e83db0135a45c4b2bc7afc31b',1,'N_VectorContent_MultiFab_notptr']]], - ['owner_6391',['owner',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9c4e4255bdd7cbfe4e9decb095d1bcc',1,'amrex_parmparse_module::amrex_parmparse::owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#abef15ce1cbccdaa8dc7aa6a6bb4a0609',1,'amrex::CArena::Node::owner()']]], - ['owner_5fmask_6392',['owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac8924539f89bd4ae28eb0df416235f4e',1,'amrex::HypreNodeLap']]], - ['owner_5ftask_6393',['owner_task',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#aab173e1a49428a72e1099f8925dfeb56',1,'amrex::ForkJoin::MFFork']]], - ['ownermask_6394',['OwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3c8c9bf8723fcfac9b8d410485e7ed4a',1,'amrex::MultiFab::OwnerMask()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06',1,'amrex::OwnerMask()']]], - ['ownership_6395',['OwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8e414f069d04091245f3e9e94a3aa237',1,'amrex::FabArrayBase']]], - ['ownership_6396',['ownership',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab4d5df57a6eaa1d785d131b059b43e18',1,'amrex::FabArrayBase']]] + ['off_6305',['OFF',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a414e7c26da0e02a38a2765ff8e4ffa34',1,'BLProfStats']]], + ['offset_6306',['offset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a22f5b5b57123479d8d24eb3967a67241',1,'amrex::Array4MaskCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#ac38e239d19e5c6d0df4c733ceeab0831',1,'amrex::ParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#a0ca205ae3f796076ea966533f5abe183',1,'amrex::ParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a57d71866cb674a85f1cc645bfdc0bd06',1,'amrex::NonLocalBC::MultiBlockIndexMapping::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a29156afc0392ae965c03200dd3fae7f1',1,'amrex::openbc::MomTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a13e2fb023472bb8b3f769b8d05365850',1,'amrex::IParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a387052b31da6d21710c8a0bf73d66e0e',1,'amrex::IParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a30af4dfb43cdc8e01b8bc8b19a2dd695',1,'FabCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87497b1adb83ce034ea0ab943fffc08f',1,'amrex::CoordSys::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#adacc0eb8f4427cd400d829a713149d17',1,'amrex::NonLocalBC::CommData::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a58cc54c19d79e5aac0136b65d5833e1b',1,'amrex::Array4CopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#af5878f0f6935800abc18aaffe34e50d6',1,'amrex::Array4BoxOffsetTag::offset()']]], + ['offset_6307',['Offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9d3eb77447b9c748b7223e271f6c9bb1',1,'amrex::CoordSys::Offset() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa67991fbbc479f95a966bcf04ae0e49a',1,'amrex::CoordSys::Offset(int dir) const noexcept']]], + ['offsetsptr_6308',['offsetsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< ParticleType >::offsetsPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'amrex::DenseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'amrex::DenseBins::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< ParticleType >::offsetsPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a9abeaeccc7e4edeec7e68b7676a406f2',1,'amrex::SparseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a810de8999d58ec01329e800c51179102',1,'amrex::SparseBins::offsetsPtr() const noexcept']]], + ['offsetx_6309',['offsetX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad248848b7d8478ae8053b03fcbf8d962',1,'amrex::XYPlotDataList']]], + ['ofs_6310',['ofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a12f18b00f5a8136b2e884ab933249b63',1,'amrex::PrintToFile']]], + ['ofsptrall_6311',['OFSPtrAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac04bcd8b609bbf10cc25ef7d60f6a94c',1,'amrex::ParallelContext']]], + ['ofsptrsub_6312',['OFSPtrSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aab852af3b175c95e5bdd8e0de563e9d7',1,'amrex::ParallelContext']]], + ['ok_6313',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::Mask >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< FArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< IArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::EBCellFlagFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::CutFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< PetscInt > >::ok()']]], + ['ok_6314',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['ok_6315',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< TagBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'amrex::IndexTypeND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'IndexTypeND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad4fed4196dbde22c7aec7fa98b16b859',1,'amrex::MultiCutFab::ok(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad5b50a9590b3c7b01ec2100343d981c3',1,'amrex::MultiCutFab::ok(int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0ef0d1567b79fabf1c2ac051a78b3f95',1,'amrex::RealBox::ok()']]], + ['ok_6316',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'amrex::ParticleContainer_impl']]], + ['ok_6317',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'amrex::FabArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad5855c6485c1d9b2b16d8d87ea0aabf4',1,'amrex::Cluster::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'BoxND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'amrex::BoxND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a10fe281d57e922ce1f6393493e24be17',1,'amrex::BoxList::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ab5719a740695d359628be6f552ba6a3a',1,'amrex::BoxIterator::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe4ab28d7d6d8b37ffb2d2940d47b1e4',1,'amrex::BoxDomain::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adab47a68f8e82d7161ca4951db618a95',1,'amrex::BoxArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abee8e858b3ca22a33388275e0a2cfcbf',1,'amrex::CoordSys::ok()']]], + ['ok_6318',['Ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a13dd49de2ef262fde3364ae394f32538',1,'amrex::CoordSys']]], + ['oktocontinue_6319',['okToContinue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a925e6a93c8c15b09058d992c92ef59e3',1,'amrex::Amr::okToContinue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5d15ca0da28ca003355c6f45b5cb1cdd',1,'amrex::AmrLevel::okToContinue()']]], + ['oktoregrid_6320',['okToRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af05216d2777d71cb9572ac0a03e19646',1,'amrex::Amr::okToRegrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa1a00039cf415f21002bec0bc15342ac',1,'amrex::AmrLevel::okToRegrid()']]], + ['old_5fdata_6321',['old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9702465fcc6db1bb193b1a82222b0e1c',1,'amrex::StateData']]], + ['old_5fdefault_6322',['old_default',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af13e0db2e188907cf98e9b933a919cd0',1,'amrex::Hypre']]], + ['old_5ftime_6323',['old_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a49bf88f51c149857686027e44513f4f8',1,'amrex::StateData']]], + ['olddata_6324',['oldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aad9dcb2a2c843b2643d2d3637f047341',1,'amrex::StateData::oldData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a37932d39174ba8a1475585e6a843ae4b',1,'amrex::StateData::oldData() const noexcept']]], + ['oldgrid_6325',['oldGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a328237a5f801df70d0bb7ca0b3b4f354',1,'amrex::StateData']]], + ['omp_5fget_5fmax_5fthreads_6326',['omp_get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a88c4536a09e2cc9d9edff5cd040814db',1,'amrex_omp_module']]], + ['omp_5fget_5fnum_5fthreads_6327',['omp_get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f567807c5ae4117153ee1e35cb0a418',1,'amrex_omp_module']]], + ['omp_5fget_5fthread_5fnum_6328',['omp_get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f5881f02905de2162615538e3989e36',1,'amrex_omp_module']]], + ['omp_5fin_5fparallel_6329',['omp_in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#ad65feb81483b21194d98cfba40c0b8bb',1,'amrex_omp_module']]], + ['on_6330',['ON',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4aa1da950ff7ae21cd354932a94d62d7e0',1,'BLProfStats']]], + ['on_5fboundary_6331',['on_boundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#adacbc0ec9d750f6bbbcae77a23dbd127',1,'amrex::EB2::GeometryShop']]], + ['one_6332',['one',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d',1,'amrex_constants_module']]], + ['one_5flower_5fmask_6333',['one_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab6a98c38286ed5ba0f71fc4a758ff845',1,'amrex::EBCellFlag']]], + ['one_5fnumvofs_5fmask_6334',['one_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a4a42591e65666aa5935d1e56fc08ec4d',1,'amrex::EBCellFlag']]], + ['one_5ftype_5fmask_6335',['one_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d96cabc11327fe2db480268931dcba4',1,'amrex::EBCellFlag']]], + ['one_5fxhi_5fmask_6336',['one_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aeb308a971d8792c5653da12b495233ea',1,'amrex::EB2::Neighbor']]], + ['one_5fxlo_5fmask_6337',['one_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a47801423224e2db136a5caa5914d277e',1,'amrex::EB2::Neighbor']]], + ['one_5fyhi_5fmask_6338',['one_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac76440c5742fda199c07def2c0359a46',1,'amrex::EB2::Neighbor']]], + ['one_5fylo_5fmask_6339',['one_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae1167bbb17dc6210721c8a648092bd60',1,'amrex::EB2::Neighbor']]], + ['one_5fzhi_5fmask_6340',['one_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aceac9e0a80381ad7e97aba7a9da7942f',1,'amrex::EB2::Neighbor']]], + ['one_5fzlo_5fmask_6341',['one_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a56ff94eee6612d523d0fb8414d3193f0',1,'amrex::EB2::Neighbor']]], + ['onefilepercpu_6342',['OneFilePerCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a93fcd009ee92168a4e419161fc19635b',1,'amrex::VisMF']]], + ['oneiter_6343',['oneIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afe44c08a7965ecfe62b862e3d37ac7a0',1,'amrex::MLMGT']]], + ['ones_5fcomp_5fneg_6344',['ONES_COMP_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6',1,'amrex']]], + ['onsamegrids_6345',['OnSameGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a92aa9afcd8adbbb62d06b8c3c293912a',1,'amrex::ParticleContainerBase::OnSameGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aab39a042c6f9193b4de46b9b8071821d',1,'amrex::ParGDBBase::OnSameGrids()']]], + ['op_6346',['op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a5076dc32f6165ffc8296650d895a2b6f',1,'amrex::PCData']]], + ['op_5fimpl_6347',['op_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac953fe2cb4312628b6ae8dea7c7fd74d',1,'amrex::EB2::IntersectionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac9c3a8ba66c8ad8c372042f871d4cef9',1,'amrex::EB2::IntersectionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ad7d30bca0252b6df844781049ce9e96f',1,'amrex::EB2::UnionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a6fd43131f6c2086e402a05dd5b4f5e0d',1,'amrex::EB2::UnionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept']]], + ['openallstreams_6348',['OpenAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64e6e8f6ee3fe3f22896536ca5e05a',1,'BLProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94503fc5a323afaba535e706249a9308',1,'CommProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a672b909147ac7f7560864750485e55c8',1,'RegionsProfStats::OpenAllStreams()']]], + ['openbcsolver_6349',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html',1,'amrex::OpenBCSolver'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a17244fab5dd3e32b8840c29578d26856',1,'amrex::OpenBCSolver::OpenBCSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a31ec46379a45506dceab79e66c66f5c8',1,'amrex::OpenBCSolver::OpenBCSolver(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa89b51713976f2e1561966c3bd66574e',1,'amrex::OpenBCSolver::OpenBCSolver(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ad780a1c2f297ad99edc26b462b3d65d5',1,'amrex::OpenBCSolver::OpenBCSolver(OpenBCSolver &&)=delete']]], + ['openmp_6350',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a3e36e7c8384f469a1817ae7f2ddd069b',1,'amrex::BinPolicy']]], + ['openmpbinpolicy_6351',['OpenMPBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1OpenMPBinPolicy.html',1,'amrex::BinPolicy']]], + ['openstream_6352',['OpenStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1f7ef6b7304a0ff3dd4df629cef4971e',1,'amrex::VisMF']]], + ['operator_20bool_6353',['operator bool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'amrex::Table2D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< Real const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'amrex::Array4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a5bdb603ccb81078e1f7ce2b5430ae76e',1,'amrex::Table4D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#af5ee2df60cd5d9e513b645794478457b',1,'amrex::Table3D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'Table2D< RT >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb5e426687a441d87eb00628cdcc2706',1,'amrex::Table1D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#aa03df08645de2b5a2462d7de8e4d92b4',1,'amrex::Scan::RetSum::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'amrex::ParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a379f80fbf920e73f6b6f19c7c659da35',1,'amrex::CellData::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#aa18f3bdc35fbb23f6f96821da41ed90e',1,'amrex::MFIter::DeviceSync::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a04d5a4c122c16fda4686c4be49a76da8',1,'amrex::IParser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aa9a4f3b1d1294b2d9ee3c11690ca4c08',1,'amrex::IParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'amrex::MultiArray4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a1463e62b561526c2d4932222cbd663fc',1,'amrex::Parser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'ParserExecutor< 3 >::operator bool()']]], + ['operator_20delete_6354',['operator delete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ad7d60ecb610a604829583ba6bed29731',1,'amrex::Gpu::Managed::operator delete()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#a041c98e27235d44f5c26d3654b588946',1,'amrex::Gpu::Pinned::operator delete()']]], + ['operator_20int_6355',['operator int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a20bd9a212bbae4a52217cb546f9e752f',1,'amrex::BoundCond::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a1159218523caeeb79fe820ef6962ebca',1,'amrex::ConstParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ab45ae38d0f52ccaa5d37747aae17af88',1,'amrex::Orientation::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af9ef300a76f9e5e44bb0fbb67b0d715d',1,'amrex::ParticleCPUWrapper::operator int()']]], + ['operator_20long_6356',['operator Long',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#acd09e1f256d86bd0c812c2e996943e8d',1,'amrex::ConstParticleIDWrapper::operator Long()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a3cdec68611dbd36c124a37200d6eb516',1,'amrex::ParticleIDWrapper::operator Long()']]], + ['operator_20new_6357',['operator new',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#af9ae8eed59658d812dbb21e1ff3ec415',1,'amrex::Gpu::Pinned::operator new()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ac55c26882c245ab3d4b27a99142407fe',1,'amrex::Gpu::Managed::operator new()']]], + ['operator_20sunmemoryhelper_6358',['operator SUNMemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2b00f28ae18c91dc910de0fe7d0b838e',1,'amrex::sundials::MemoryHelper']]], + ['operator_20t_26_6359',['operator T&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a1dc8e939592c5c6be1754bf8486bafc9',1,'amrex::ref_wrapper']]], + ['operator_20void_20_2a_6360',['operator void *',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a5c3d9a0ab32fa72c6f10261f59158775',1,'amrex::OrientationIter']]], + ['operator_21_3d_6361',['operator!=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a8aabc0941165754bb046bcde35674e46',1,'amrex::Gpu::range_detail::range_impl::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ac7a495a607b210cd274adf1f4318ebb0',1,'amrex::Neighbors::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#aa54365274c737f11f87f1e2ae2cf7344',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a20616a77be20de0b816afe9db8cb3427',1,'amrex::Orientation::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a14ec09bf37c61e88414f6e672c4f0d89',1,'amrex::OrientationIter::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ac17cd9e2f12e571dd7564e25844ff71a',1,'amrex::RealDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ab9afafb3f06bd646649bc865668e874a',1,'amrex::BoxArray::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#ab120307e57dd47cc9d01ca636bf1f0df',1,'amrex::DistributionMapping::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a1bb764fdac5609fed5a8001c2432574d',1,'BLProfStats::TimeRange::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e766038223d0266729aaf683f0b45be',1,'amrex::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'IntVectND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'BoxND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20f87e767c1742aa9d48ab35c5739352',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35966fff359c5b6498bcc2ca60c67f12',1,'amrex::BoxDomain::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a4610d792f42c68d9c5481dcf83d09397',1,'amrex::BoxList::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'amrex::BoxND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5856751adc0f5194829d3c3920bc2717',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acdae3eee27022bd69a6c207d800e497e',1,'amrex::FabArrayBase::BDKey::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7dbcd8a4547e0ba1341506dddf491538',1,'amrex::BCRec::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a9dfa2a2658568e4273c188d39a3f50fd',1,'amrex::Neighbors::const_iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a47d8be48dc04b300c928211027aa842f',1,'amrex::DistributionMapping::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a53f51a0228b512f902afab3b8dfe1132',1,'amrex::EBCellFlag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'amrex::IndexTypeND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'IndexTypeND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8978d7b1e2a354efd66c3014c145a018',1,'amrex::IntDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'amrex::IntVectND::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'amrex::IntVectND::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'IntVectND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a1547e74c5752d256ba49fd25b2c7a045',1,'amrex::BinIterator::iterator::operator!=()']]], + ['operator_26_6362',['operator&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'amrex::BoxND::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'BoxND< AMREX_SPACEDIM >::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab',1,'amrex::operator&()']]], + ['operator_26_3d_6363',['operator&=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'amrex::BoxND::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a7141f72152ed90f038fa830ad6026383',1,'amrex::Mask::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'BoxND< AMREX_SPACEDIM >::operator&=()']]], + ['operator_28_29_6364',['operator()',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a3319c4ea6b55bcbf4790af653e33257a',1,'amrex::NonLocalBC::Identity::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#a89428abce93c8dd7f913b7c2c9cbbe70',1,'amrex::EB2::IntersectionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ad2e748f8d4a64e6b32590c461400256b',1,'amrex::EB2::IntersectionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html#af4bf053d8e8024c447f42ee722e08eb5',1,'KeepValidFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#adb9b5a32bd60f0e12c25dea36a515b7a',1,'amrex::IParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#af52158bd45ec9f15cff8cbfa9806b449',1,'amrex::IParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a4c3267155e90c9b58523f0b562d4ae96',1,'amrex::IParserExecutor::operator()(GpuArray< long long, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a368643b0ca2dfd8221c8ce8252b2fc4a',1,'amrex::NonLocalBC::MapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a2be194ea3baaf9a996c82b946bf54803',1,'amrex::NonLocalBC::Identity::operator()(Array4< const T > array, Dim3 i, int comp=0) const noexcept(noexcept(array(i.x, i.y, i.z, comp)))'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a0a03a9cf27f2ed969f918c7946e68659',1,'amrex::NonLocalBC::Identity::operator()(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html#a8259627d5c6e1faa50ef4c9134875684',1,'amrex::CArena::Node::hash::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a9b5b30017f2201c8c0324b6cce53e591',1,'amrex::GpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6e0f7057538a8b0e3447ad9f3eca33ba',1,'amrex::GetSendBufferOffset::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac9216dea392b3432ba44c349cc05dc87',1,'amrex::GetPID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a6dc1f8b3f8c85df7d0508d2afa62497d',1,'amrex::GetParticleBin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html#ab41abaf15d3be0539f7e442f50823853',1,'amrex::nodelap_detail::GetNode2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#aae1fa2d9ba2bc75c3299f62b6cd7f587',1,'amrex::EB2::LatheIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a2f28fcb7590a82bba0f77f9a1d30054b',1,'amrex::EB2::LatheIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#acea35eef8eb181565155c3d867a0ba02',1,'amrex::LevelBld::operator()()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a5c3d4f5f5a23c369c5077d56f1e73ff1',1,'amrex::LevelBld::operator()(Amr &papa, int lev, const Geometry &geom_lev, const BoxArray &ba, const DistributionMapping &dm, Real time)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html#a99082f49ab07519b28572cf77064832e',1,'amrex::DistributionMapping::LIpairGT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html#ad2e3150718e10a60670b28b1b77c02be',1,'amrex::DistributionMapping::LIpairLT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html#a5c318952861df63dc7c10b951dc3e434',1,'amrex::LogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html#a2c58f13f24e524ecceb55f0baabff240',1,'amrex::LogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaf960814958b6c90e2d7e7a8f49a1243',1,'amrex::LUSolver::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html#a8f0911901c0819ea99040d1974667ded',1,'make_particle::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html#a269bf3ff63cb2ce05bd7232ea6f29b17',1,'make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aaa477531586ad42032317fe1be5feb2d',1,'amrex::Math::FastDivmodU64::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html#a8917775ae9df37b7e67730e881451d35',1,'amrex::Maximum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html#ac1323c5ec139871b4306cf2225acf5af',1,'amrex::Minimum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html#a62ffeb5bbfdfbd3bd1ffc9e5d589c3d8',1,'amrex::Minus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a4d92e57562f4077cc2e7d218ac39b540',1,'amrex::ErrorRec::ErrorFunc2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab67af2aa5add774d28c95c0c560e0132',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0d66db706137406cce85fd27fa47cb03',1,'amrex::DataDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html#a045213828ba94399e0ae088919d31c4c',1,'amrex::DefaultAssignor::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ac4f3ac6493013249d257776e80cd2c18',1,'amrex::Gpu::Deleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a0a0a9974c7f096ab2608f160ff49bc90',1,'amrex::EB2::DevicePtrIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a704b10f0c8f8e3d2e3a94bd61e29b659',1,'amrex::EB2::DevicePtrIF::operator()(const RealArray &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5ddb728283449ea186a2bb9927f9f07a',1,'amrex::EB2::DifferenceIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a9f0201cea6434d87c025a6a415a31ab5',1,'amrex::EB2::DifferenceIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html#a4c3c102f0b2705ba865a9b373dc02082',1,'amrex::Divides::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#ac56d4e24891fdae19c88f32f77305ced',1,'amrex::algoim::EBPlane::operator()(Real x, Real y, Real z) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a289724cd28f09eb3d384c5a9f432c082',1,'amrex::algoim::EBPlane::operator()(GpuArray< Real, 3 > const &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a873e22e55b07270d2825c521584bc5b0',1,'amrex::EB2::EllipsoidIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a473ae4749d679793645566fc4f345bd0',1,'amrex::EB2::EllipsoidIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a6248c805a2c4965a0db817e5a302f701',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, AMREX_ARLIM_P(tlo), AMREX_ARLIM_P(thi), const int *tagval, const int *clearval, Real *data, AMREX_ARLIM_P(data_lo), AMREX_ARLIM_P(data_hi), const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#ae9e899a6e621a194470e4c30fdb2810b',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, const int *tlo, const int *thi, const int *tagval, const int *clearval, Real *data, const int *dlo, const int *dhi, const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html#a5fa021ce7b1add83c40f5dbaf0854a87',1,'amrex::nodelap_detail::GetNode::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a8d0b86fe0458f8d27a31ed322f7dc73d',1,'amrex::EB2::ExtrusionIF::operator()(const RealArray &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a1741255351846bea7ccc07037280d668',1,'amrex::EB2::ExtrusionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html#a1bbaa2223dbb23569372c9eb456c2bfb',1,'amrex::FabFillNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'ParserExecutor< 3 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a0057542962ff6d94256f3acb727ef870',1,'amrex::FillPatchIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html#a1460db80341eb4b774a1a0c0e495d353',1,'FilterPositiveID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#aa0dc57c35d82cef845b823c50ee367c3',1,'FilterVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#ad2772cab77f44e3555523f450c60a270',1,'amrex::GetBucket::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ad91320085ac8e7599dd38d7b067fa1b4',1,'amrex::Table4D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a89e22c870d98d7461aae4c027815fb35',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html#a25646bb346892b03e5142c5179d82efa',1,'amrex::IntVectND::shift_hasher::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3824095808843e69354b448ae713aabb',1,'amrex::EB2::SphereIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a5e743f7fb6209bbcc44381ac15588528',1,'amrex::EB2::SphereIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aef6edefbdd33552d70ce613e418b468d',1,'amrex::EB2::SplineIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a7d83762b4f64ce375d57c3f3bc34d4e1',1,'amrex::StateDataPhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a05619d7fde43cbc85b534cfe67bc457f',1,'amrex::Gpu::StreamIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html#a3e790daff54f3ef4a93edc593eba1a58',1,'amrex::NonLocalBC::SwapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ad93f4a373b80177a48be382269f0830b',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#af48ff04f7ea7849aee3b597e21c1ffc8',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#aa952c0160cc709f5bf2dc7183c9b25b5',1,'amrex::NonLocalBC::SwapComponents<-1, J >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a4d8ba7fa9408d591083cf1c27205b2ef',1,'amrex::Table1D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'amrex::Table2D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'Table2D< RT >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a105b73e0e4a15d5df58f3543af1e1a63',1,'amrex::Table3D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a7921ac823d8efefb9c4f3dc9d9451965',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a621695c7c205f29b1b389a3ae6518d9b',1,'amrex::TheFaArenaDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html#a9773758cbd910ac77b995b586462c0ce',1,'BLProfStats::TimeRangeCompare::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a77c0aa2da3ac31736b0ef2f6e7e5786a',1,'amrex::EB2::TorusIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a5e39ae05f89d8155ce4fd5428b8ac84f',1,'amrex::EB2::TorusIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html#ac0f55ce4a39ac6c99b4fe7ffd29dd191',1,'TransformerGhost::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html#a5ca4a0a936c90155fe2fd0fc99a90a65',1,'TransformerVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a7fd15d74b4e540bd29e7eca133b78354',1,'amrex::EB2::TranslationIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a5e944ef6c2a7af72086a20fc8068a54a',1,'amrex::EB2::TranslationIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ac1f454172200f68f6572ca2b2bae01a4',1,'amrex::EB2::UnionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a632fe276ada0d4f9325b521ec1507fa0',1,'amrex::EB2::UnionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a67a7f0e72439488154b09bebeb5e7e03',1,'amrex::AMRErrorTag::UserFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a98c517d689cc56ae6b2b06b7151f8afb',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a2b43db01447bc941d865e495da9c568f',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html#ae695d68776b96c331022e784b0de28a2',1,'amrex::Multiplies::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a9633b75eb2bd1251d7406b5ba1bee0db',1,'amrex::NullInterpHook::operator()(MFFAB &, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#ab32241bc8164d5433b0a0feeaa64e308',1,'amrex::NullInterpHook::operator()(Array< MFFAB *, AMREX_SPACEDIM >, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a95fb47ea2bdaf1d0296a32db51dff33e',1,'amrex::NullInterpHook::operator()(MFFAB &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ad0d517ef2f1ae5dbb54419269d138f9b',1,'amrex::OrientationIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html#a6ce96ff1cc7c06f5d9ffbf9535b0248b',1,'amrex::InSituUtils::orOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'amrex::ParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'amrex::ParserExecutor::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'ParserExecutor< 3 >::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a287e8b10d180da705ff141acc9c58363',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a73c39a5e51dab2870165da88688306d7',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a5afe16630bdd3077df15809934231f0c',1,'amrex::PhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html#a8367af9f1f895bd513e5c27ed2c37004',1,'amrex::PhysBCFunctNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#af0b5e7421a5c1919ada54ae7d323aa0f',1,'amrex::EB2::PlaneIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a59d3e8ae75b3d5d083da3255eab14693',1,'amrex::EB2::PlaneIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html#a57fb4703952d4a5f580f1d938d0d8196',1,'amrex::Plus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aaa660becce2b6d314003918489a6c426',1,'amrex::EB2::PolyIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a5c6c6284278cec6a7031daf8a067c13b',1,'amrex::EB2::PolyIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#acff822d47e6b715aab55ddfc948a3c68',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#adb67d55309309993e9b7e4e06df514de',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#abdedce2d04be8053516c529fcd98ecb8',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a8af866d6a7ef190529d3f3d174054b3d',1,'amrex::EB2::PolynomialIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a2e3ae065305b661cde39900314db8a26',1,'amrex::EB2::PolynomialIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html#a723eaac830169eba34146a762f245b58',1,'amrex::RungeKutta::PostStageNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ab49f0d215d0f61cdc48cefdfda4ed845',1,'amrex::algoim::QuadratureRule::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< Real const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< Real const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< Real const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< Real const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aef53c61df8507acf2d71d4a0ef53641b',1,'amrex::ArrayOfStructs::operator()() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a0e05fe63baa231bab1d6506626e9be58',1,'amrex::ArrayOfStructs::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'amrex::Array1D::operator()(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'amrex::Array1D::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a3f9d380346d4509d37eb8bde92fa184f',1,'amrex::AMRErrorTag::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'amrex::AmrAssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#a4e557dfc80129ded4fe5b4f0737c19f7',1,'amrex::EB2::AllRegularIF::operator()(AMREX_D_DECL(Real, Real, Real)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#afe65b0a23a8c6a2c423aba19003ea70e',1,'amrex::EB2::AllRegularIF::operator()(const RealArray &) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#aebcdaf02806e9e177a3c0364a7aa1206',1,'amrex::CpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'amrex::Array4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'amrex::Array4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'amrex::Array4::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'amrex::Array4::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'amrex::Array4::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'amrex::Array4::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< Real >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a6112736395d0049cf00285ae69353608',1,'amrex::BinMapper::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a650f32f0436d1606c8ef585f2c735c0b',1,'amrex::BATransformer::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a74913a08b18156f59077f6d0972ca19e',1,'amrex::BATnull::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a5478ed9c92ec36bda1e9d6ff6cbe903a',1,'amrex::BATindexType_coarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a7e570ffae7114709f8cfc3647243629f',1,'amrex::BATindexType::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#accb0f22d726742557c190e09002329bd',1,'amrex::BATcoarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a201dbe5429e6cfe411c1396a54ae3d7f',1,'amrex::BATbndryReg::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< Real >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a9cc54bbb88661a1f1f7c2f267ae31640',1,'amrex::StateDescriptor::BndryFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< Real >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< Real >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< PetscInt >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< PetscInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac4d8fdb6fc30b8faef002df62c87c58d',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a55c5a1648bba00364e5767ab110587b1',1,'amrex::StateDescriptor::BndryFunc::operator()(Box const &bx, FArrayBox &data, int dcomp, int numcomp, Geometry const &geom, Real time, const Vector< BCRec > &bcr, int bcomp, int scomp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a689ef6effdce75ce81a6a3cb43941c0c',1,'amrex::BndryFuncArray::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a7a62e727685b8e1d48309139944ab28f',1,'amrex::algoim::BoundingBox::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#ac9a51d8b51c8b2d730b289ea6f3600b7',1,'amrex::EB2::BoxIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a3b02a8674dd81501122d702f0048cfe1',1,'amrex::EB2::BoxIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a95e13aac1eac4316e6e01d2ddd47ac3f',1,'amrex::BoxIndexerND::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a32bcf16bda3e37b3cd08b2c89a0324f5',1,'amrex::BoxIndexerND< 1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a43c937c4689f4b5388b9a0f5e77cb15b',1,'amrex::BoxIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html#a9309498369d1b40c130b4335dcbf6f94',1,'detail::CellAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html#ac853cb6b9adde1eadba8396c59b028dc',1,'detail::CellAtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html#ac63b24fe49bc64231c37773eddf61e8d',1,'detail::CellStore::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0acb6e6e2c0fec594ee992b4811f3702',1,'amrex::EB2::ComplementIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac114241000abc43b7c9d00e98603b6f9',1,'amrex::EB2::ComplementIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a244ad749728c4876ed8cf43e93d292a5',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'amrex::BaseFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html#af25b1aed5bb341d32acee92134d70fc1',1,'amrex::Gpu::AtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html#a40fb56ba67334eaa96d9384c9c0bee7c',1,'amrex::Gpu::AtomicLogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html#ac07d5f44c06a1cc91aaadf6182504ffc',1,'amrex::Gpu::AtomicLogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html#a8c0f2e9f6f2220131085f615354e83de',1,'amrex::InSituUtils::assignOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a57241e64f78411c46519989b5c942fbb',1,'AssignGridFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html#a3652266a0f587ab6652566b40ce86a2f',1,'amrex::Gpu::AtomicMax::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html#a57fa34f46bd220567f9aa55376e8dd01',1,'amrex::Gpu::AtomicMin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'amrex::BaseFab::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'amrex::BaseFab::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'amrex::BaseFab::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< EBCellFlag >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< EBCellFlag >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< AtomicInt >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< char >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< char >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< char >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< char >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< AtomicInt >::operator()()']]], + ['operator_2a_6365',['operator*',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866',1,'amrex::operator*(LLs, TypeList< As... >)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603',1,'amrex::operator*(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7',1,'amrex::operator*(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0',1,'amrex::operator*(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab',1,'amrex::operator*(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2',1,'amrex::operator*(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af07743d59bb6e85014d959611f47b81f',1,'amrex::operator*(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'IntVectND< AMREX_SPACEDIM >::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aec0fa511077c6d8567764d722c243bc4',1,'amrex::Neighbors::const_iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'amrex::IntVectND::operator*(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'amrex::IntVectND::operator*(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'IntVectND< AMREX_SPACEDIM >::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aa2320d69f38d0da741e0c0c063a56c26',1,'amrex::BinIterator::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a4fbe5d48fc816218c5458a3ca0bbce81',1,'amrex::Gpu::range_detail::range_impl::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a60e15a72d1935e19d3a9912f232c9c0d',1,'amrex::Neighbors::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a51443bb99fc505d285d7fe70a60ddb3c',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3ca85db4b44ceb45ad915a815e79578a',1,'amrex::RealVect::operator*()']]], + ['operator_2a_3d_6366',['operator*=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'IntVectND< AMREX_SPACEDIM >::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'IntVectND< AMREX_SPACEDIM >::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'amrex::IntVectND::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'amrex::BaseFab::operator*=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'amrex::BaseFab::operator*=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< AtomicInt >::operator*=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< AtomicInt >::operator*=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< char >::operator*=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< char >::operator*=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< EBCellFlag >::operator*=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< EBCellFlag >::operator*=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< HYPRE_Int >::operator*=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< HYPRE_Int >::operator*=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< int >::operator*=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< int >::operator*=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< PetscInt >::operator*=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< PetscInt >::operator*=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< Real >::operator*=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< Real >::operator*=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'amrex::IntVectND::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ab5da719fa0c6a5d6e62e3ce73cc949df',1,'amrex::GpuComplex::operator*=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a33b76e08a00922aa6e92853e71dca58e',1,'amrex::GpuComplex::operator*=(const GpuComplex< U > &a_z) noexcept']]], + ['operator_2b_6367',['operator+',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'amrex::IntVectND::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'amrex::IntVectND::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'amrex::IntVectND::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'IntVectND< AMREX_SPACEDIM >::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'IntVectND< AMREX_SPACEDIM >::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'IntVectND< AMREX_SPACEDIM >::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab33793196d0917f9e4b69d8e84412430',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf062698516fbd51a09bead1a35275d1',1,'amrex::operator+(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91',1,'amrex::operator+(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7',1,'amrex::operator+(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93',1,'amrex::operator+(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9',1,'amrex::operator+(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606',1,'amrex::operator+(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482',1,'amrex::operator+(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a',1,'amrex::operator+(TypeList< As... >, TypeList< Bs... >)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1e1ca0e6dc8c1ffe047d20716a80ded5',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'amrex::BoxND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'BoxND< AMREX_SPACEDIM >::operator+()']]], + ['operator_2b_2b_6368',['operator++',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a07805b5419bb6d709a1e7b3b4502443b',1,'amrex::Gpu::StreamIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1eb1f7dc12b228e2893a693691781ab4',1,'amrex::BoxIterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#afb37122d2345a3ca3023c1b8c043ebe2',1,'amrex::Neighbors::const_iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a4dacf767fe235d9ee43292d67bec16c3',1,'amrex::BinIterator::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a2e2e9f92ab70561863bc24cc7453a46f',1,'amrex::Gpu::range_detail::range_impl::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aec727f262b8f91587f66613da26fcbbb',1,'amrex::MFIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a47cb9c9c13164881e7cd69a7fd7bf455',1,'amrex::NFilesIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a03e68db112225e2597253f273e7a26a4',1,'amrex::OrientationIter::operator++() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a58042bf3c7e9fddb551bb7e141061287',1,'amrex::OrientationIter::operator++(int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'amrex::ParIterBase_impl::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aa3897bfacd517fe8022b39be48c6bb2e',1,'amrex::Neighbors::iterator::operator++()']]], + ['operator_2b_3d_6369',['operator+=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, nelems >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae2a818d0a7964627c0273d2cc9f85bb5',1,'amrex::GpuComplex::operator+=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae13156133f8fd02f878a7992e0754217',1,'amrex::GpuComplex::operator+=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'amrex::IntVectND::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'amrex::IntVectND::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'IntVectND< AMREX_SPACEDIM >::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'IntVectND< AMREX_SPACEDIM >::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< Real >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< EBCellFlag >::operator+=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< EBCellFlag >::operator+=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< HYPRE_Int >::operator+=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< HYPRE_Int >::operator+=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< int >::operator+=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< int >::operator+=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< PetscInt >::operator+=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< PetscInt >::operator+=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< char >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< Real >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a305048fb353b663f23b3562bc793d4d9',1,'amrex::BndryRegisterT::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'amrex::BoxND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'BoxND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae4fbeeb036f82398a0aa386bf976af6c',1,'amrex::EBCellFlag::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'amrex::GpuArray::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::Interval, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const int *, NArrayInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal *, NAR >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 4 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int *, NAI >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const ParticleReal *, NArrayReal >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< bool, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'amrex::BaseFab::operator+=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'amrex::BaseFab::operator+=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< AtomicInt >::operator+=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< AtomicInt >::operator+=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< char >::operator+=()']]], + ['operator_2d_6370',['operator-',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47',1,'amrex::operator-(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39',1,'amrex::operator-(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'amrex::BoxND::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'BoxND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'amrex::IntVectND::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'amrex::IntVectND::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'amrex::IntVectND::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'IntVectND< AMREX_SPACEDIM >::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'IntVectND< AMREX_SPACEDIM >::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'IntVectND< AMREX_SPACEDIM >::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3f84cf28a3eb1f690b08ac9486c7dcf9',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a394035414055d9cfe78d10bb63d4f169',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344',1,'amrex::operator-(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252',1,'amrex::operator-(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d',1,'amrex::operator-(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f',1,'amrex::operator-(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5',1,'amrex::operator-(const GpuComplex< T > &a_x)']]], + ['operator_2d_2d_6371',['operator--',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a8b990aa17fb0284e3b5c74d3b5d626da',1,'amrex::OrientationIter::operator--() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#afd0845077909931b9ed38c1874b12f75',1,'amrex::OrientationIter::operator--(int) noexcept']]], + ['operator_2d_3d_6372',['operator-=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'amrex::IntVectND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2fa2ed5a6027135dafd7c96e64628153',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'amrex::BaseFab::operator-=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'amrex::BaseFab::operator-=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< AtomicInt >::operator-=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< AtomicInt >::operator-=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< char >::operator-=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< char >::operator-=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< EBCellFlag >::operator-=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< EBCellFlag >::operator-=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< HYPRE_Int >::operator-=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< HYPRE_Int >::operator-=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< int >::operator-=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< int >::operator-=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< PetscInt >::operator-=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< PetscInt >::operator-=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< Real >::operator-=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< Real >::operator-=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'amrex::BoxND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'BoxND< AMREX_SPACEDIM >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2db95eb3b93c7d19e60e220d3c61fa74',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'IntVectND< AMREX_SPACEDIM >::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'IntVectND< AMREX_SPACEDIM >::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'amrex::IntVectND::operator-=()']]], + ['operator_2f_6373',['operator/',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a991630c159fc9def80cb6f19864cd029',1,'amrex::operator/(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958',1,'amrex::operator/(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a',1,'amrex::operator/(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8',1,'amrex::operator/(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'amrex::IntVectND::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'amrex::IntVectND::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'IntVectND< AMREX_SPACEDIM >::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895',1,'amrex::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'IntVectND< AMREX_SPACEDIM >::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1fca01b7216175d3cd1f366840f46373',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac0469b60807117dc2419785ce1168b84',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept']]], + ['operator_2f_3d_6374',['operator/=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'IntVectND< AMREX_SPACEDIM >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'amrex::BaseFab::operator/=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'amrex::BaseFab::operator/=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< AtomicInt >::operator/=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< AtomicInt >::operator/=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< char >::operator/=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< char >::operator/=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< EBCellFlag >::operator/=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< EBCellFlag >::operator/=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< HYPRE_Int >::operator/=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< HYPRE_Int >::operator/=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< int >::operator/=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< int >::operator/=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< PetscInt >::operator/=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< PetscInt >::operator/=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< Real >::operator/=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< Real >::operator/=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#aa3ec285342921544d308aa9e7fb93470',1,'amrex::GpuComplex::operator/=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a7903cf4d3b219578d8fe6d4981d25c8b',1,'amrex::GpuComplex::operator/=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'amrex::IntVectND::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'amrex::IntVectND::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'IntVectND< AMREX_SPACEDIM >::operator/=()']]], + ['operator_3c_6375',['operator<',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a9ae8cb01838a70159d4fc0443bf9ff14',1,'amrex::XYPlotDataListLink::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3c9e80d08753362f5c7afbddd600265b',1,'amrex::Orientation::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'BoxND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a8b3953bf7e65f41e79d25acef114bde7',1,'amrex::FabArrayBase::CopyComTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'amrex::IndexTypeND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'IndexTypeND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'amrex::IntVectND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'IntVectND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a21e4b53049f104b30e05251605567e87',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a10c102c9e13e72793500a25f3f9183e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a4bffa279069f55ac1466eed12bc01cb2',1,'amrex::NeighborParticleContainer::NeighborTask::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3d53e0dac699c533be3ddb44eda51cd4',1,'amrex::CArena::Node::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a8c3a2eb08575db272e57c3f5bef4b3d7',1,'amrex::OrderedBoxes::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a6e0ad88f090537be644ffd04d1e729c8',1,'amrex::BoxArray::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#acf88511a112b6bcc2cba29a585f5ac13',1,'amrex::DistributionMapping::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a650ee2dcc5bc588c24a4188bdf33f6f7',1,'amrex::ValLocPair::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#afafaad5f1bf1628a4beb4550bbb8a89b',1,'amrex::WeightedBox::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a50db43a2c683742c1d3b7be92b47f3d5',1,'amrex::WeightedBoxList::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'amrex::BoxND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ab36d9acc122e0741d84185b67e7e7493',1,'amrex::FabArrayBase::BDKey::operator<()']]], + ['operator_3c_3c_6376',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae61c3524e3181147593dbfdd52701639',1,'amrex::operator<<(std::ostream &os, const CArena &arena)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe',1,'amrex::operator<<(std::ostream &os, const BoxArray::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1707379eb41f317b0b08a3827c641713',1,'amrex::operator<<(std::ostream &os, const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6',1,'amrex::operator<<(std::ostream &os, const BoxDomain &bd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5',1,'amrex::operator<<(std::ostream &os, const DistributionMapping::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec',1,'amrex::operator<<(std::ostream &os, const CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a492f8cd348a9cfb3805468d3f1081e17',1,'amrex::openbc::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a542e598352208488d6049caf539dd073',1,'amrex::operator<<(std::ostream &os, const T &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421',1,'amrex::operator<<(std::ostream &os, const DistributionMapping &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779',1,'amrex::operator<<(std::ostream &, const Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0',1,'amrex::operator<<(std::ostream &os, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f',1,'amrex::operator<<(std::ostream &os, const BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf',1,'amrex::operator<<(std::ostream &os, const BCRec &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0',1,'amrex::operator<<(std::ostream &os, const Array4< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e',1,'amrex::operator<<(std::ostream &os, const ErrorList &elst)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6',1,'amrex::operator<<(std::ostream &os, AmrMesh const &amr_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8',1,'amrex::operator<<(std::ostream &os, const Particle< 0, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267',1,'amrex::operator<<(std::ostream &os, const Particle< 0, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1c6655dee766a41eac839110be203d58',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a5bbd4fa6e8cdd37da6d809de13b45e2b',1,'BLProfStats::TimeRange::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::DistributionMapping::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::BoxArray::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7df5aee72e64ca92a9b83ecb5d2dde1f',1,'amrex::RealVect::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a43ce9c9132ac1094cd3d33c4fc2dfa97',1,'amrex::PrintToFile::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac8175adceb5d8f83e3ce075822254d67',1,'amrex::PrintToFile::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f70b8c4d52413ce97eac0effcf94547',1,'amrex::Print::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a0c8f6035a653a6ac6b1938529de12c00',1,'amrex::Print::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af2dd70e123c4708809ddc29dc04124e9',1,'amrex::NeighborParticleContainer::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a100e99344660cb60ef107223acdd752e',1,'amrex::NeighborParticleContainer::NeighborIndexMap::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a1e2de2c055058b5f565f9a18af2670c2',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a165deaadbd18680ea00b5c8b1ae744ca',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d',1,'amrex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a812ec562125b5510af6c9546a8fca3e2',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae8ef1e1e84d4d8e51b1b765e0f057de7',1,'amrex::Mask::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a3b27edee0d47b21f23f1d8640dbaa2e6',1,'amrex::GpuComplex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af0dbc00602c50f34664b6c6cb39033be',1,'amrex::FArrayBox::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a2a34428b10052534d2a20c3b37595a25',1,'hacc::Error::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a4db09c25776b9c0b4dfb9b49cbfe4aa6',1,'amrex::CoordSys::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a272c0e9556a11c521a28625bd64fb588',1,'amrex::CArena::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ada86bd7c60ca814be4123736e1cfb658',1,'amrex::FabArrayBase::BDKey::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a685becdfc4b358ad1776be6a0c02fe16',1,'amrex::BCRec::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a84e5f3cb506d39cac5a25a6ae133a2de',1,'amrex::AmrMesh::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7',1,'amrex::operator<<(std::ostream &os, const FabArrayBase::BDKey &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a326873b485cf73b0daa906dda88ee008',1,'amrex::operator<<(std::ostream &os, const LinOpBCType &t)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696',1,'amrex::operator<<(std::ostream &os, const IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Bytes &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Builds &builds)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac38f92b345723f71defea15e208ee644',1,'amrex::operator<<(std::ostream &os, const Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a',1,'amrex::operator<<(std::ostream &os, Array< T, AMREX_SPACEDIM > const &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8',1,'amrex::operator<<(std::ostream &os, const std::pair< T, S > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a',1,'amrex::operator<<(std::ostream &, const RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a',1,'amrex::operator<<(std::ostream &ostr, const RealVect &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba',1,'amrex::operator<<(std::ostream &os, const VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a',1,'amrex::operator<<(std::ostream &os, const Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1637e435aecce22da819f6df77982d2f',1,'amrex::operator<<(std::ostream &os, const VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255f1f8c5e709392a949283da47211f5',1,'amrex::operator<<(std::ostream &os, const Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa',1,'amrex::operator<<(std::ostream &os, const EBCellFlag &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a',1,'amrex::operator<<(std::ostream &os, const Vector< Vector< Real > > &ar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958',1,'amrex::operator<<(std::ostream &os, const IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323',1,'amrex::operator<<(std::ostream &os, const dim3 &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af924e08c1b1c132575c3627b47c65695',1,'amrex::operator<<(std::ostream &out, const GpuComplex< U > &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93',1,'amrex::operator<<(std::ostream &os, const FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b',1,'amrex::operator<<(std::ostream &os, const RealDescriptor &rd)']]], + ['operator_3c_3d_6377',['operator<=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'IntVectND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af58a1225b480f11546da44203aad48b7',1,'amrex::Orientation::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'amrex::BoxND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'BoxND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'amrex::IntVectND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()']]], + ['operator_3d_6378',['operator=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a3266cb4ba41c7414db7c8a56b3c857d5',1,'amrex::PArena::operator=(PArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6fe163ca93657b9af53a856a50e3587c',1,'amrex::PArena::operator=(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a7861601e913a4f49dd5be1338245f681',1,'amrex::OpenBCSolver::operator=(OpenBCSolver &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa683523b9787a4de44ec76ce557094b0',1,'amrex::OpenBCSolver::operator=(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a3dbacdafd791162c9474b934df093e5c',1,'amrex::detail::Nonesuch::operator=(Nonesuch &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a531b8aa2b7cb3140db64402b060c0406',1,'amrex::detail::Nonesuch::operator=(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a391d14db5a565155805448e0168c1da5',1,'amrex::NFilesIter::operator=(NFilesIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3c0bbbb50d35a9362c988549d3806f2b',1,'amrex::NFilesIter::operator=(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af187b3c1e4f0d96810f5ea4cdb6fec43',1,'amrex::NeighborParticleContainer::operator=(NeighborParticleContainer &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a442d7b34e588606cf0ddb1c5184c3af6',1,'amrex::NeighborParticleContainer::operator=(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a243a3677b563ffcb634fef14aea3e2d5',1,'amrex::MultiMask::operator=(MultiMask &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9b33ae3b53911061ae8e1130568b85af',1,'amrex::MultiMask::operator=(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a67583513729934c65d6b9f35721fc1d5',1,'amrex::MultiFabCopyDescriptor::operator=(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ac90365f66834e10bf1c7c1dc6e52715d',1,'amrex::MultiFabCopyDescriptor::operator=(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af008350cc46bb35e93244deae918a1e9',1,'amrex::MultiFab::operator=(Real r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62b9fe978cd451f411245dc8a1e97b40',1,'amrex::MultiFab::operator=(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa2e6e3cf95934c1b6ee898d10a1845f0',1,'amrex::MultiFab::operator=(MultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5d048b1c459102c5f3f038147a171ecb',1,'amrex::MultiCutFab::operator=(MultiCutFab &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a933d522f37c305e1517c6b3b09248254',1,'amrex::MultiCutFab::operator=(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a20b3da7c94a567c736a703979565eb7c',1,'amrex::MLTensorOp::operator=(MLTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a3879f323dc12422e979cd5c1db513481',1,'amrex::MLTensorOp::operator=(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a67c25c473285026978a8f48b968ab434',1,'amrex::MLPoissonT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a8f5cecc58007e61c57172600f66d911d',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a40dd9fb9d880d6ff54429144e6efbed3',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a953101169ca6e1d72fafe0eb1f2c8177',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acc52901a023078220fa514b61924c7fb',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#afb17a58ce58c664ed22c3f0890581d20',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac55f2d730c8ca75e15ee16ab8ea1421f',1,'amrex::ParticleTile::operator=(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7a08e236f66b308e06273901d53bfe94',1,'amrex::ParticleTile::operator=(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a822b71d351b9a073d243639441c544bc',1,'amrex::ParticleIDWrapper::operator=(const Long id) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a4d2982f670339f79e2fd37622f27b3c4',1,'amrex::ParticleIDWrapper::operator=(ParticleIDWrapper &&pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a9fa4a9ab82a49b53fce7c12cf1a2c108',1,'amrex::ParticleIDWrapper::operator=(const ParticleIDWrapper &pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a82053d445bf2ea2e6055e1d4755c5cb7',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a75e2960ee0458eb71dd4fd91ca728fa6',1,'amrex::FabArrayBase::ParForInfo::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#aee3e19031ec6e1adbaaaf08c5da52186',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a08060e877e41b78ef42581d8a8d7326c',1,'amrex::ParticleContainerBase::operator=(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a4d64529e53afd5cccc69ff5a27262411',1,'amrex::ParticleContainerBase::operator=(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'amrex::ParticleContainer_impl::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'amrex::ParticleContainer_impl::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abd1065cb24af64963c6fb93d16405345',1,'amrex::ParGDBBase::operator=(ParGDBBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a33753ebd2ade110a7d28012be9531299',1,'amrex::ParGDBBase::operator=(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ac7f708582ac16f85339579a6b67776de',1,'amrex::FabArrayBase::ParForInfo::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3b0b77f4e5bca96926395f274fca20b1',1,'amrex::MLABecLaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a510cfdf6165c8a08174e71624357bbf9',1,'amrex::MLEBABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7685399dae192cd7ab6ec2dfcf0c4fd7',1,'amrex::MLCGSolverT::operator=(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e65cb69c133e5230dead4ce4894015b',1,'amrex::MLCGSolverT::operator=(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a36d76fae0e448ac86582b957eb7b5174',1,'amrex::MLCellLinOpT::operator=(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#abcbc29c6deeba6419b5cd5a67b553cd6',1,'amrex::MLCellLinOpT::operator=(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a53ae18ac5de6900a4a30e6de3385e25b',1,'amrex::MLCellABecLapT::operator=(MLCellABecLapT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ab5b785aa902dc8bd312b0545966bb36a',1,'amrex::MLCellABecLapT::operator=(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a95ad9bfec44e8b260696f038d9401559',1,'amrex::MLALaplacianT::operator=(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aec2a20506af9dae408a83637906ba328',1,'amrex::MLALaplacianT::operator=(const MLALaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8c62b49fb295c000921dac7ad3a8a35e',1,'amrex::MLABecLaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa0d12f5f57ddf587493f2c93f516dd8',1,'amrex::MLEBABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61f66e0c8dd6b23c672213d1393f59da',1,'amrex::MFIter::operator=(MFIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab35d3c7298d61ba3c7d2844c402dd6fc',1,'amrex::MFIter::operator=(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a98a485f718830f05c4833b82e0749f2e',1,'amrex::ForkJoin::MFFork::operator=(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ad06d1e92d8a2216c6a39393c6975f0ed',1,'amrex::ForkJoin::MFFork::operator=(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a54c7c8dd45cada5e8bfd707f5df76349',1,'amrex::MemProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a9f609c8c314f0c1e45a4c03cc6f1dc58',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#aa60f43d3f72e938bb62327ce8b750ca4',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac8e651aa7881ce8282167ad72e4a1af3',1,'amrex::Mask::operator=(Mask &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2d7bc995fb1eddf4211d4e93d63d9534',1,'amrex::Mask::operator=(const Mask &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a0e249071d2256e6bc3528217f5660f69',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aa8a439394be7cfb8b38f2d6e3b1a465b',1,'amrex::MLMGBndryT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af2c6cddd7845ebd68c230cfca9d87f36',1,'amrex::MLNodeTensorLaplacian::operator=(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a5da9b21533b225c64397df972338e494',1,'amrex::MLNodeTensorLaplacian::operator=(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8dcf3f92d3ef1932e03ad470e29d1517',1,'amrex::MLNodeLinOp::operator=(MLNodeLinOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a1f11eab31e2487056a5befd79c8a22a0',1,'amrex::MLNodeLinOp::operator=(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f0797012b11f58024e0789f7acc26dc',1,'amrex::MLNodeLaplacian::operator=(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af5fc5382f4bff5cbeec42c320d033b77',1,'amrex::MLNodeLaplacian::operator=(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aeaef8d38cd39811a7a826bdf3c8c13f5',1,'amrex::MLNodeABecLaplacian::operator=(MLNodeABecLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4cbde89753cb5ebd10a3d2e94ec7fed1',1,'amrex::MLNodeABecLaplacian::operator=(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abf72236f4dc53e2cd375f70865ee78b0',1,'amrex::MLMGT::operator=(MLMGT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8c2f30c718f6a141afce34a7061b46b8',1,'amrex::MLMGT::operator=(MLMGT< MF > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a2d8e6b0aa269254735db2dfba265aa80',1,'amrex::MLPoissonT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ad1673d011d8870ba9f46ace36c6d66d5',1,'amrex::MLMGBndryT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'amrex::MLLinOpT::operator=(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'amrex::MLLinOpT::operator=(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a8217ea65e778d2f86a2f059ec79a6474',1,'amrex::MLEBTensorOp::operator=(MLEBTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac801f35a398c39c6ae9b42b1e6c29c7a',1,'amrex::MLEBTensorOp::operator=(const MLEBTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a614f7af31b508f6601751d868cda4f38',1,'amrex::MLEBNodeFDLaplacian::operator=(MLEBNodeFDLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aa1055e6ea600020a60c4d6e223e811a6',1,'amrex::MLEBNodeFDLaplacian::operator=(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a9d4df0331eea85a7a2f9227ca301f847',1,'amrex::PrintToFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#af96a10bb06acc64b2267b55b43024de2',1,'amrex::detail::SingleChunkArena::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a533a8b63b14ecc361ea9805251c10e6c',1,'amrex::FabArray::ShMem::operator=(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#afaa414759c4be2e382fa0bbd8dec1d62',1,'amrex::FabArray::ShMem::operator=(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae4c6103dc726a124754abe59ad20b06c',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ab49003154e7b17c7347fab3f7aa60d2b',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afa34b81501952e0eb7e99b98efce1517',1,'amrex::ref_wrapper::operator=(ref_wrapper &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afde4bcbad13ea73142459c790f31c888',1,'amrex::ref_wrapper::operator=(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a6ef60ec5e218aac28651028686253c1b',1,'amrex::ref_wrapper::operator=(T &&a_other)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#af9d4fe0e27411855af7fc9f1c5da7f14',1,'amrex::ReduceData::operator=(ReduceData< Ts... > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a44cea26614b1b5af1ff9729f554d94c3',1,'amrex::ReduceData::operator=(ReduceData< Ts... > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a62aa1fb076b9be08b30bc598f0a84217',1,'amrex::detail::SingleChunkArena::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#abf93645c697fb911f46cecd6970c0d33',1,'amrex::PrintToFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a4dff52a300c71a23f5be8aebe74c6dcf',1,'amrex::Print::operator=(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ae7009ff91b7600b2ca4fafb3cc18ba59',1,'amrex::Print::operator=(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ae8b070201e27ab25f01a5378a671e4aa',1,'amrex::EB2::PolynomialIF::operator=(PolynomialIF &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a600f1123f1d043690d51b722060dca71',1,'amrex::EB2::PolynomialIF::operator=(const PolynomialIF &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< unsigned int >::operator=(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< unsigned int >::operator=(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a58626939ea42690efbf745fa42dfebff',1,'BLProfStats::TimeRange::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a28938c58359301c5b0aba02d529b9db9',1,'amrex::VisMF::operator=(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfb51a560612680a998fa5c9fdde2751',1,'amrex::VisMF::operator=(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#ad9442a6a9d9ad8c31272745a8593bb13',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abb79846e306cf554b996af22a1eeb8d2',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a0748976825c6cbba27c3fa68ad482578',1,'amrex::TracerParticleContainer::operator=(TracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#abd7aea2961c462a7da51d759417e4de3',1,'amrex::TracerParticleContainer::operator=(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aaa10ddf8d2f180988fa647d05742325b',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab885e86136d6678997c1978691a7d8d2',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a1d34fcb098293a88b669234cd082c6c9',1,'amrex::TinyProfiler::operator=(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a193278fa395ec2829a2e52816ea2e1b1',1,'amrex::TinyProfiler::operator=(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b2dcd181de443438540b7b107aadd04',1,'amrex::TagBoxArray::operator=(const TagBoxArray &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1eb204c4fb9cbe4d9660d642a7a0ee13',1,'amrex::TagBoxArray::operator=(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af21d06fbdc2ccecc175efd767684610b',1,'amrex::TagBox::operator=(TagBox &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5c795ae93bec04fe82069450ebd7fa41',1,'amrex::TagBox::operator=(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ada3e19980c8c8664eca2bab1ddd46d71',1,'amrex::TableData::operator=(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#acfa4c240bedc25768cb4a29f31a01e53',1,'amrex::TableData::operator=(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ae6cd2ae66399648d2f4ff89b5f7f1848',1,'amrex::Gpu::StreamIter::operator=(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a3eee12a2f15003889a101481a9e485b0',1,'amrex::Gpu::StreamIter::operator=(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac22ac5d88623f3dba92cb57a5e92d5fa',1,'amrex::StateData::operator=(StateData &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a26b9b0159d7c1920219dc3bb059380cb',1,'amrex::StateData::operator=(StateData const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int * >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char >::operator=(PODVector< char, std::allocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char >::operator=(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::XDim3 >::operator=(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::XDim3 >::operator=(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::STLtools::Triangle >::operator=(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::STLtools::Triangle >::operator=(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int * >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::NeighborCode >::operator=(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::NeighborCode >::operator=(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::BoxND >::operator=(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::BoxND >::operator=(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'amrex::PODVector::operator=(PODVector< T, Allocator > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'amrex::PODVector::operator=(const PODVector< T, Allocator > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int * >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal * >::operator=(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal * >::operator=(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int >::operator=(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int >::operator=(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int *, DefaultAllocator< int * > >::operator=(PODVector< int *, DefaultAllocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int *, DefaultAllocator< int * > >::operator=(const PODVector< int *, DefaultAllocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab0a8a31da058bc8f88a49f49c42ad703',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int * >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< index_type >::operator=(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< index_type >::operator=(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal * >::operator=(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal * >::operator=(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=(PODVector< const int *, DefaultAllocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=(const PODVector< const int *, DefaultAllocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac273e3e3038f3ca71306de6576d41c74',1,'amrex::BoxArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#af818dd603aeab55c75fd4caab36606e4',1,'amrex::IParser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a65bd431e8fbba71e5c349dc2fddc37a4',1,'amrex::CutFab::operator=(CutFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a0044b3af56a828f401596afc6ab8c29e',1,'amrex::CutFab::operator=(const CutFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a95da5ea5091bbb8e061bba5cd0e61b7f',1,'amrex::MLLinOpT::CommContainer::operator=(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a09a4c464169281aeb1ea6e97b34087d5',1,'amrex::MLLinOpT::CommContainer::operator=(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aaabb4ce1df8c64f8ca3fcca58f0b27b0',1,'amrex::ClusterList::operator=(ClusterList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4826072bd3b954ff611387822a76db01',1,'amrex::ClusterList::operator=(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ac8a9f248c2372b402e8556fb35471c57',1,'amrex::Cluster::operator=(Cluster &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a1dd9e6080c7482442af8d5093e3012b7',1,'amrex::Cluster::operator=(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe72f06fc733fc056ed20fbd7cc4d76a',1,'amrex::CArena::operator=(CArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ae491fc24a9163b864bc798acc7518852',1,'amrex::CArena::operator=(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#abca1f758989aa579fa68900a014619fe',1,'amrex::Gpu::Buffer::operator=(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a08731a4a086f5a19ce8b0303d73b38f5',1,'amrex::Gpu::Buffer::operator=(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a0747196b0023c8dc440c9325092d53fe',1,'amrex::BoxList::operator=(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6f77727eff8f7f6a9a08a21bec0bf152',1,'amrex::BoxList::operator=(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a676502acc05b77e3154b305f6880a0c0',1,'amrex::IParser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a71523423b56d7e520f67c7f164689c87',1,'amrex::BoxArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9f5d7648e9214d0a3a88f40383bafff7',1,'amrex::Amr::operator=(const Amr &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a282fbf065ae19541e1a19c1763408969',1,'amrex::Amr::operator=(Amr &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a79139224be139375a51b79dd477bcb42',1,'amrex::AmrCore::operator=(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#acf424d1fa598d256d7285e7fc6f20a73',1,'amrex::AmrCore::operator=(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a4f4386d3cc3282acbafb5f961a30f04f',1,'amrex::AMReX::operator=(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a77b2c8844d06a8456a0532c7ec154884',1,'amrex::AMReX::operator=(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a68cac9efc3dadb1e51c33b9d726916e8',1,'amrex::amrex_KSP::operator=(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af015143ffd55290b73715c48339f38f0',1,'amrex::amrex_KSP::operator=(amrex_KSP &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#aa65ab5c3310ce450125302554816002a',1,'amrex::amrex_Mat::operator=(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a07c217dbdb57e0d2e376ce1ab75ae448',1,'amrex::amrex_Mat::operator=(amrex_Mat &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#aec263149699d2205deaed355e5986196',1,'amrex::amrex_Vec::operator=(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ad38d422f084f24160e201de00bcc3fbe',1,'amrex::amrex_Vec::operator=(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#afc3cfd4fd9822cd9034429ed62bd7c67',1,'amrex::AmrInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a43ed6508c5a9223cd52f13bb3fb315e7',1,'amrex::AmrLevel::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a04138b2c02fa080cd6531cd7361a37a3',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3bd2e525c3ae032c8df6dfad15a4ee3f',1,'amrex::ErrorRec::ErrorFunc2::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#adf129595f3f9954c26bf412aa0089ec7',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#aa59001ba1d22901660c6b11236600175',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aae00416a34911aa8fb06363e668ea8b4',1,'amrex::Gpu::Elixir::operator=(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9302f0721d3365d24883bb91e3845e9d',1,'amrex::Gpu::Elixir::operator=(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a3116ec053a7957bb79f63b84867401da',1,'amrex::EBFArrayBoxFactory::operator=(EBFArrayBoxFactory &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ad9569bd1f5ab3e6e1667c1b023463cf8',1,'amrex::EBFArrayBoxFactory::operator=(const EBFArrayBoxFactory &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a0a545ba6887dd563e4e98e017e8e9358',1,'amrex::EBFArrayBox::operator=(EBFArrayBox &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aadbb1cf2a8db86c73af536b3fff555ab',1,'amrex::EBFArrayBox::operator=(const EBFArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab9f91f646f1ca0f33d5d2d3e14ffec77',1,'amrex::EBDataCollection::operator=(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aab5a65341ff21329cc732af1bfb4f004',1,'amrex::EBDataCollection::operator=(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ab8c1b6ba13749dcf960f79bdcc67958b',1,'amrex::EBCellFlagFab::operator=(EBCellFlagFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aefb6078482dc1c3623fd1ca2c5e85df3',1,'amrex::EBCellFlagFab::operator=(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a56d30ab59fcba6affe9753e66db53455',1,'amrex::EBCellFlag::operator=(uint32_t i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d7882163a62b749bfa1117582a72eb2',1,'amrex::EBCellFlag::operator=(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a44c385a1d0d88b58b337c3db0be046e8',1,'amrex::AmrLevel::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aefa710ade223a08a0a1ee6babd8e97c2',1,'amrex::DistributionMapping::operator=(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a230a40ea82e898784259ebb040a4791a',1,'amrex::DistributionMapping::operator=(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a048f2dc43cc7dcee308bad0af72c2208',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a8d422f4de63c7907531003ca6fcc3b88',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a09ce14e97aa618c00bcc778e9337fd4f',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a1ea24985de3f4264b68f8c5f55611178',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8520ac0a5dc18b5cd186feec06122b9d',1,'amrex::DeriveRec::operator=(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ad052a3e9226c8b733e3968858ab4e34d',1,'amrex::DeriveRec::operator=(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a85a8d2ceac5a6512561c787c0995c661',1,'amrex::DeriveList::operator=(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7088f7c6f612cf558efb4db7cb7032bd',1,'amrex::DeriveList::operator=(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a64f91ae2c5358ccf46099d9e5d3fdd7b',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a95e36919502ab26429ae7c55a2273e2c',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a764ae667f297643c6647c23c4b66b08a',1,'amrex::Parser::Data::operator=(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aa66c8c8b35c991bb5487665b509eecdc',1,'amrex::Parser::Data::operator=(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< PetscInt >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< char >::operator=(char const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< char >::operator=(char const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< EBCellFlag >::operator=(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< EBCellFlag >::operator=(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< HYPRE_Int >::operator=(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< HYPRE_Int >::operator=(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< int >::operator=(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< int >::operator=(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< int >::operator=(int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< int >::operator=(int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< PetscInt >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< char >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< PetscInt >::operator=(PetscInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< PetscInt >::operator=(PetscInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< Real >::operator=(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< Real >::operator=(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< Real >::operator=(Real const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< Real >::operator=(Real const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a5b9a6b9b7f13e52b6e1c94a53d1f7520',1,'amrex::BLBTer::operator=(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab6cd91c698df6ac4fb6960c4e4cb02b4',1,'amrex::BLBTer::operator=(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a3eb4aec3fa8021b4fcb50768365ca52f',1,'amrex::BlockMutex::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae7e3bc077f7e5695cfef56a57075d164',1,'amrex::BndryDataT::operator=(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a536257808c5792850bdeaf82cf76f85d',1,'amrex::BndryDataT::operator=(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a453a8fc604e77bc263b7ea91bf8920d3',1,'amrex::BndryRegisterT::operator=(const BndryRegisterT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3d277d77c5e0fb1bb42e5834196c6783',1,'amrex::BndryRegisterT::operator=(BndryRegisterT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ad4f9e03d42d0b48eab10408b3958c273',1,'amrex::BoundCond::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< RealTuple >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae70344e048d89311ae808a9485fd8b8f',1,'amrex::Gpu::AsyncArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a51e0432968299f0c83f90d9b79376a6c',1,'amrex::AmrMesh::operator=(const AmrMesh &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af2d4364b9fd33cf012edbb2170105845',1,'amrex::AmrMesh::operator=(AmrMesh &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#acd61b99b4b1eaab420b3194f8b6e960d',1,'amrex::AmrMeshInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8542c6c51308ffa6c5d0e78a7a8e87c3',1,'amrex::AmrParticleContainer_impl::operator=(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8859832e7fb2fdca041be6b456b607df',1,'amrex::AmrParticleContainer_impl::operator=(AmrParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a0c11eedaeef4f0e4c1adc12de769318e',1,'amrex::AmrTracerParticleContainer::operator=(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a8ddec9287e16d328d7f55b022679f2dd',1,'amrex::AmrTracerParticleContainer::operator=(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ac04132048490ddd59eb7312eb33856e4',1,'amrex::Any::operator=(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad23c5ad12e1baae2943f5e4dc707aac5',1,'amrex::Any::operator=(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a1d54950de0d9ccc255006a631c8adf9a',1,'amrex::Any::operator=(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ab5c2f212500abb488cf4d14245c29aee',1,'amrex::Arena::operator=(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a36dd09d6200de89dd8bb25b1cd223cb5',1,'amrex::Arena::operator=(Arena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a8444487b7e58d1bc8042b9eae27ea452',1,'amrex::Arena::ArenaProfiler::operator=(const ArenaProfiler &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a0fb352f73b4f59fb7e916f9c562ace45',1,'amrex::Arena::ArenaProfiler::operator=(ArenaProfiler &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ac6b94ba54d0f143f579690a55fd1150a',1,'amrex::Gpu::AsyncArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< RealTuple >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ac0f5a3c8b889af8ac29ab19ccf3b288b',1,'amrex::BackgroundThread::operator=(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a84fe07d6505966071f15d2f65509baa7',1,'amrex::BackgroundThread::operator=(BackgroundThread &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a220d49c6e54825fb9753f389bc247ea8',1,'amrex::BARef::operator=(const BARef &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ac35e7bcd2e6c974918c1d5e74a4bac3a',1,'amrex::BARef::operator=(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ac26275b15424e584ebe7f5a89c23e4c7',1,'CommProfStats::BarrierEntry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'amrex::BaseFab::operator=(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'amrex::BaseFab::operator=(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'amrex::BaseFab::operator=(T const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'amrex::BaseFab::operator=(T const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< AtomicInt >::operator=(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< AtomicInt >::operator=(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< char >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad694566587c38b3b85ee1048a2bd1498',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa5506298eca8297889fd65d06b542e98',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a22d3d81298b39b86f57df4e3a8cfde58',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9953daa94e6da0aa13416873cf43835e',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a6e726af6a5dea2a39e38629eedf68d77',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a14b9f0dd6b475dc0dba5a4533c4158e9',1,'amrex::HypreIJIface::operator=(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a05ca21178c29ef540497b4333549baef',1,'amrex::HypreIJIface::operator=(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a00ba8003e627089b12616d549302a48d',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1ed176484530d5f9a35195c968b7f886',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4278296637fc4b67cffd26feeccc160c',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#aa857d99289dce4b6d520f426df145401',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6ab7e172b712f730ad09f00e3127549',1,'amrex::IArrayBox::operator=(IArrayBox &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f15c661d9fa23250901595a7e7e2179',1,'amrex::IArrayBox::operator=(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#add58d47d87d67a2140449805c9b82a73',1,'amrex::IArrayBox::operator=(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aa17249a55ceb7467d2d2ddaded5b8e24',1,'amrex::iMultiFab::operator=(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab8876b46ff60815091bd3905f98b365a',1,'amrex::iMultiFab::operator=(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad696c10cf2f76f4ad08c6f9b8f7735bd',1,'amrex::iMultiFab::operator=(int r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a634dcb439936cae4f084050779828d68',1,'amrex::EB2::IndexSpace::operator=(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a03d5014d0330b1c49aa2b0deca0adf9e',1,'amrex::EB2::IndexSpace::operator=(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#adaa080c0e4ccb67291c2581444d06e7b',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'amrex::GpuTuple::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9724df1a42e1fbf0956061d68b417087',1,'amrex::FArrayBox::operator=(FArrayBox &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6f8accb8be245e6873219b15a933f431',1,'amrex::FArrayBox::operator=(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6bb6bea68a04d94c29ededc43adae9d2',1,'amrex::FArrayBox::operator=(Real v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad0bad9568c98a4a189a906541ccbad41',1,'amrex::FluxRegister::operator=(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8cc3f9a89b01e82521248e4bb7ce6074',1,'amrex::FluxRegister::operator=(FluxRegister &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a4167f396f181d93b61fbb630eca5f0b1',1,'amrex::ParallelContext::Frame::operator=(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#add7bceedba4bbaf9f2172c82e2775c04',1,'amrex::ParallelContext::Frame::operator=(Frame &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#accb415f1b74fa7e10a767254c3943e6a',1,'amrex::Geometry::operator=(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad798fd92507868f0ee233bc92e2b30aa',1,'amrex::Geometry::operator=(Geometry &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ae950af55a7a785ea5d328d95d57af508',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'amrex::GpuTuple::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad82118cb9204b160c74a43569c3d9c6f',1,'amrex::VisMF::Header::operator=(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7b4974ed02d94db482c39ffae9d4d6e0',1,'amrex::VisMF::Header::operator=(Header &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a21b8442c0d0c4b9ecebb99aef84119',1,'amrex::Hypre::operator=(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a465b11c7f873f706bba359bf6bdb0768',1,'amrex::Hypre::operator=(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abd02ea797323ac95372a4d02c41b50e2',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< GFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< GFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< HYPRE_Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< HYPRE_Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< PetscInt >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< PetscInt >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0ee48a9c3d106d7f7c7e4f7c00d1f997',1,'amrex::ErrorRec::ErrorFunc2::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a8a5f223ce810957f33a6ebae4170d840',1,'amrex::IOFormatSaver::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#acd1ec386ca611eae4f102c7bc4562168',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#af6b6248eceb701c542539a952c5808d8',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a2e26fd180cf15b5ee489da10269d950d',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a9a958addce9e3b225e6d76af21e3e851',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ad732c86078527fd31e0cb50ad77e21ab',1,'amrex::InSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a5753abe4eb1e3ac6d8747a0864533373',1,'amrex::InterpBase::operator=(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a448200184ccdeced8fd7a609dd43fa71',1,'amrex::InterpBase::operator=(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a86e3caeebf11d0a7786aedf4c4e2281b',1,'amrex::InterpBndryDataT::operator=(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ac8f05912699e2607b569431b1c608d36',1,'amrex::InterpBndryDataT::operator=(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac0a7f459ae2c96841edbc9bab9e6eb8a',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a1bc176c8a87264230e6fe7a034db0906',1,'amrex::IOFormatSaver::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'amrex::LayoutData::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'amrex::LayoutData::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< IArrayBox >::operator=(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< IArrayBox >::operator=(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< IArrayBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< TagBox >::operator=(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< TagBox >::operator=(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< TagBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a24f7e6d0d4e8ee6aa8207710f51a603e',1,'amrex::FabArrayBase::operator=(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b213cf522c93646cc152abb65ad97a4',1,'amrex::FabArrayBase::operator=(FabArrayBase &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'amrex::FabArrayCopyDescriptor::operator=(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'amrex::FabArrayCopyDescriptor::operator=(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a98ba6c92d45e46815081dd529603c064',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aef489e20da7d002a654094f1869482af',1,'amrex::FabCopyDescriptor::operator=(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a04b202b2564359e3ea39054bb3ddd303',1,'amrex::FabCopyDescriptor::operator=(FabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'amrex::FabFactory::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'amrex::FabFactory::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad6a034e24183a0757164954cfb6fd1b3',1,'amrex::FabSetT::operator=(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a9e361db8584dca389f44089d08bdd240',1,'amrex::FabSetT::operator=(FabSetT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'amrex::FabArray::operator=(FabArray< FAB > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'amrex::FabArray::operator=(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'amrex::FabArray::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(const FabArray< amrex::BaseFab< AtomicInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::CutFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::Mask >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::Mask >::operator=(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::Mask >::operator=(FabArray< amrex::Mask > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::EBCellFlagFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::EBCellFlagFab >::operator=(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::EBCellFlagFab >::operator=(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::CutFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::CutFab >::operator=(const FabArray< amrex::CutFab > &rhs)=delete']]], + ['operator_3d_3d_6379',['operator==',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a510752620cbd0db055bba865c8dd926f',1,'amrex::EBCellFlag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a924f7db8b7071a964375eeb077ed72dc',1,'amrex::DistributionMapping::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'BoxND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'amrex::BoxND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a111f72bd85cc49ade7c956cdf35d330b',1,'amrex::BoxList::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a03627b9f1cb88ad3ff6066b036e3ed97',1,'amrex::BoxDomain::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac7392d5269b259859afb66f9528f1f6b',1,'amrex::BoxArray::operator==(const Vector< Box > &bv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a74ee48ddcfd53d548f7a55352dba7cb4',1,'amrex::BoxArray::operator==(const BoxArray &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a8525a0bfb72343d71c8730cce94b7e72',1,'amrex::FabArrayBase::BDKey::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a8b138bbeeb2436431a73d8c605e4a15d',1,'amrex::BCRec::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a9d0fed703b10738a7b976f24d1c427c7',1,'amrex::BATransformer::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a4a773656b90b2b8db99098519f4baed0',1,'amrex::BATbndryReg::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a4a4237a4808d5f1bbd7266cc847e4952',1,'amrex::DistributionMapping::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'amrex::IndexTypeND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ae8cf710c0d69005c259ce278c92f0d48',1,'BLProfStats::TimeRange::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ac87a2a13371616bc353f2f0ab21a95d1',1,'amrex::BoxArray::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ad4c7371a91e9b4e6381438ac14d95410',1,'amrex::FabArrayId::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6',1,'amrex::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a834fb65342114ff30939f55642575f36',1,'amrex::RealDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#aa8f0c58703d74ff60d7fde603725e54c',1,'amrex::Periodicity::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a44cb3b76a01de48a5d93281e7c0a4ef2',1,'amrex::OrientationIter::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a113bd6398654564605653436aff3db76',1,'amrex::Orientation::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a05bebd2702cb1c8cf16bbc3f6e504864',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'IndexTypeND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a537343bdd3bd917f5343bb16ed28875e',1,'amrex::IntDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'amrex::IntVectND::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'amrex::IntVectND::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'IntVectND< AMREX_SPACEDIM >::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'IntVectND< AMREX_SPACEDIM >::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ac25ca6af8a9612389f174e23865645c3',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a88b16dbe8f6f315955cdde15cbd71e7e',1,'amrex::CArena::Node::operator==()']]], + ['operator_3e_6380',['operator>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'BoxND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'amrex::BoxND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'amrex::IntVectND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'IntVectND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a5744e431e5a8462467ef74563e4163d3',1,'amrex::Orientation::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a13f82dbcb96b0c07df63a4cf9ddb26e1',1,'amrex::ValLocPair::operator>()']]], + ['operator_3e_3d_6381',['operator>=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'amrex::IntVectND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'IntVectND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af14b906cbe8c60d19ef9a2c86288900c',1,'amrex::Orientation::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'BoxND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'amrex::BoxND::operator>=()']]], + ['operator_3e_3e_6382',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae',1,'amrex::operator>>(std::istream &is, IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443',1,'amrex::operator>>(std::istream &, RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90',1,'amrex::operator>>(std::istream &is, Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6b4420435f9951710a37eda411db8f',1,'amrex::operator>>(std::istream &, const expect &exp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e',1,'amrex::operator>>(std::istream &is, IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5086c850dfa16df677225c8c1139e466',1,'amrex::operator>>(std::istream &, Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b',1,'amrex::operator>>(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b',1,'amrex::operator>>(std::istream &is, RealVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1',1,'amrex::operator>>(std::istream &is, RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06',1,'amrex::operator>>(std::istream &is, IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c',1,'amrex::operator>>(std::istream &is, CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a',1,'amrex::operator>>(std::istream &is, BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#adb81bd5a1d50874312ada5f322af143b',1,'amrex::expect::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a24251fbdbd3497be0c9ef8a30260aa41',1,'amrex::CoordSys::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15',1,'amrex::operator>>(std::istream &is, VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea',1,'amrex::operator>>(std::istream &is, Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5',1,'amrex::operator>>(std::istream &is, VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0',1,'amrex::operator>>(std::istream &is, Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a12a8ba870c44c0b8df87fbf476ba0240',1,'amrex::RealVect::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abfff64dce9dca205fc9d3fdde790dc44',1,'amrex::Mask::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#ae68dd8dc7268d4b438f79b8f499bc0d6',1,'amrex::IntDescriptor::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a3ca59e88c7830d6acd3f90177916f308',1,'amrex::Geometry::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ad6e8fbbe92b476fd75bf5ace98418fa6',1,'amrex::FArrayBox::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a1a84a7ddf56279e4a09fb51fc80fe955',1,'amrex::Orientation::operator>>()']]], + ['operator_5b_5d_6383',['operator[]',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::WeightedBox >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::WeightedBox >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::NameTagEntry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< int >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< int >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< gpuStream_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< gpuStream_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< double >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< double >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::NameTagEntry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char const * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char const * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::Edge >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< double > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< double > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::string >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::string >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::size_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::size_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vertex >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vertex >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< V >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< V >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::ifstream * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::ifstream * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RT >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RT >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< ParticleLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< ParticleLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Status >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Status >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Request >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Request >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MF >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MF >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< long >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< long >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< int, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< int, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::string, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::string, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'amrex::IndexTypeND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'IndexTypeND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'amrex::IntVectND::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'amrex::IntVectND::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, nelems >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'amrex::LayoutData::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'amrex::LayoutData::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accfeb1e3facccbcdedc791ce6bbb67dc',1,'amrex::BoxArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#abdfed9e915c0fec995a85a86a8c8627e',1,'amrex::ErrorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a051c0211689621d68f3565becf7adddd',1,'amrex::DistributionMapping::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a1038e632d124f54e8b5566787b4896a8',1,'amrex::DescriptorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'amrex::ConstParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a558850bcec731c7cbd3f93138606388e',1,'amrex::CellData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'BoxND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'amrex::BoxND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0386a0ab9aa86bee7e8f499770f99ca5',1,'amrex::BoxArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a687f7e9c604524cd2ce9b43957f87cac',1,'amrex::BndryRegisterT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a95bfbf54acf359a2d3c741c345ebaf6e',1,'amrex::BndryRegisterT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a2d7ae73be4e090c02d93dee4b5d22370',1,'amrex::BndryDataT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa362341b91354c3efb2b604549e3319c',1,'amrex::BndryDataT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2fb608a08b57c27a7784ccd6be56bb30',1,'amrex::ArrayOfStructs::operator[](int i)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aefa7a0fd1aca91d891859b5fabe22a07',1,'amrex::ArrayOfStructs::operator[](int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< HYPRE_Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< GFab >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< GFab >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< HYPRE_Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< Int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const int *, NArrayInt >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const int *, NArrayInt >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< bool, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< bool, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'amrex::GpuArray::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'amrex::GpuArray::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abc8e1ef1fb32bdc7892f1b8eed58d712',1,'amrex::FabSetT::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aea5322566f30964aed1c5c29deeb865e',1,'amrex::FabSetT::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a3a15743fbc6bfe0f132e113d69b8bb3e',1,'amrex::FabSetT::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1c27985ab724a1cacaa41a9f4cc5fc25',1,'amrex::FabSetT::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, nelems >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal *, NAR >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal *, NAR >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< TagBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 4 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 4 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::CutFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::CutFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'amrex::FabArray::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'amrex::FabArray::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< TagBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< TagBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< TagBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< IArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< IArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< FArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< FArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::Mask >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::Mask >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::EBCellFlagFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::distFcnElement2d * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::Edge >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::distFcnElement2d * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::RStartStop >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a9ddc376407e8cfbe84195dede1284840',1,'amrex::Stack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'amrex::Vector::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'amrex::Vector::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BCRec >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BCRec >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::RStartStop >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxArray >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxArray >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxList >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxList >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DataServices * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DataServices * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ParticleLocator< Bins > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< std::size_t > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< std::size_t > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ParticleLocator< Bins > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::StateData >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::StateData >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::iMultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::iMultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::InterpBase * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::InterpBase * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IntVectND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IntVectND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiMask >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiMask >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::openbc::MomTag >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'amrex::PODVector::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'amrex::PODVector::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::openbc::MomTag >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a316297dac1bb8a86d2c72da43db652a6',1,'amrex::MultiCutFab::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< PetscInt >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< PetscInt >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< RealTuple >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< RealTuple >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'amrex::MultiArray4::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type const >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ade6f739eb789f2d3dc684a193be94971',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a261c9bcb22ccc62bedbbdcb84cf53578',1,'amrex::MultiCutFab::operator[](int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad40ab7b9d5f3dde32c3d973c3cbc4384',1,'amrex::MultiCutFab::operator[](int global_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ada480977cbd644cd226e035c089f2594',1,'amrex::MultiMask::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af88debd7ac3c502ae1348d86fbecd5f4',1,'amrex::MultiMask::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a5c651ceec4c12e5fb2905c321abc5471',1,'amrex::ParticleArrayAccessor::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'amrex::ParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< std::size_t >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< std::size_t >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< unsigned int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< unsigned int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< index_type >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< index_type >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int >::operator[](size_type a_index) const noexcept']]], + ['operator_7c_6384',['operator|',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b',1,'amrex']]], + ['operator_7c_3d_6385',['operator|=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad70cc656ea2eab2e5ed1a8b06c00785d',1,'amrex::Mask']]], + ['options_5fnamespace_6386',['options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a82145850435b74caa01b3322229a059b',1,'amrex::HypreNodeLap::options_namespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a9e2c8bb6ef487b2efe4482bd682b68ce',1,'amrex::Hypre::options_namespace()']]], + ['or_6387',['Or',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7',1,'amrex::ParallelAllReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1',1,'amrex::ParallelReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a16aac9b4caf7d3aa715c35e1473a4254',1,'amrex::Mask::Or(const Mask &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ada0a58519cfd7ec1ab414bf65365c72c',1,'amrex::Mask::Or(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8fcf8e088c4ea7f800d327c9842b0986',1,'amrex::Mask::Or(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad5797578c04b5614ce848331711d3fe5',1,'amrex::Mask::Or(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['ord_6388',['ord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#afcfec860496e4fc3bb85266a72321efa',1,'amrex::RealDescriptor::ord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a26af90d55c81141a711427bcfdf5cc58',1,'amrex::IntDescriptor::ord()']]], + ['order_6389',['order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab7fb74e5a55e3c5a721d7c4f5ffd5960',1,'amrex::RealDescriptor::order() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adb0da1597fe482a78cf9dc474b1a9328',1,'amrex::RealDescriptor::order() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#af4fd11c6c5ff73c8937000fd60729ad4',1,'amrex::IntDescriptor::order()']]], + ['orderarray_6390',['orderarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a15088522b061b0e6c504ea1175a783f2',1,'amrex::RealDescriptor::orderarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a128ded7be7a9e70108bf78c269d4d508',1,'amrex::RealDescriptor::orderarray() &&=delete']]], + ['ordered_5fsimplify_6391',['ordered_simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab9071e12fb35012248c8978ed5e9b5a1',1,'amrex::BoxList']]], + ['orderedboxes_6392',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html',1,'amrex::OrderedBoxes'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#abf001c57e7a3772e49e5870334baaa05',1,'amrex::OrderedBoxes::OrderedBoxes()']]], + ['ordering_6393',['Ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39',1,'amrex::FABio::Ordering()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839',1,'amrex::IntDescriptor::Ordering()']]], + ['ordering_6394',['ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9dd03f8360cfc2cfdf803298308f53dd',1,'amrex::FArrayBox']]], + ['orientation_6395',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html',1,'amrex::Orientation'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a77e0b0c3ba62b33380805f6d6da3ca5e',1,'amrex::Orientation::Orientation(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a4706129433791b27ed00bd69b4cff5f7',1,'amrex::Orientation::Orientation() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a382d3782efffb9d5c5d132f5758b7cb5',1,'amrex::Orientation::Orientation(int dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a377b4d3db6c833a77b181d4329d4c530',1,'amrex::Orientation::Orientation(Direction dir, Side side) noexcept']]], + ['orientationiter_6396',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html',1,'amrex::OrientationIter'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#af6dba82ba412292d5594bb333ac67627',1,'amrex::OrientationIter::OrientationIter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ab64091346540ed0e8a9da3a2f567b980',1,'amrex::OrientationIter::OrientationIter(const Orientation &_face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a253004b1b5e149ee012d73724c077696',1,'amrex::OrientationIter::OrientationIter(int _face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a89ae2d0b6ad2bb943c5bf57233fdae87',1,'amrex::Orientation::OrientationIter()']]], + ['orig_6397',['orig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#af278943e6089937c826f0bd0967a264f',1,'amrex::ForkJoin::MFFork']]], + ['orop_6398',['orOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html',1,'amrex::InSituUtils']]], + ['os_6399',['os',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a8cde9f73108377cda6aa9be7fe4f2dab',1,'amrex::Print']]], + ['os_5ftemp_6400',['os_temp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< TagBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< IArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< FArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::Mask >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::EBCellFlagFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'amrex::FabArray::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< AtomicInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< PetscInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::CutFab >::os_temp()']]], + ['oserr_6401',['oserr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7',1,'amrex::system']]], + ['osout_6402',['osout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf',1,'amrex::system']]], + ['other_6403',['other',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html#a96ecc5d534254a7cab53bdfa4d78db8e',1,'hacc::AlignedAllocator::rebind']]], + ['out_6404',['out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466ac68271a63ddbc431c307beb7d2918275',1,'amrex::ForkJoin']]], + ['outofmemory_6405',['OutOfMemory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe890be0bd82650235456eabcf50e309',1,'amrex']]], + ['output_5ffile_6406',['output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af042a12f3b873d678126ac7aae488106',1,'amrex::TinyProfiler']]], + ['outside_5fdomain_6407',['outside_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a60efc76c5d4cabbf71077b1aa4700077',1,'amrex::BndryDataT']]], + ['outsideroundoffdomain_6408',['outsideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af5bc2516bcf62a317b7bd5c77def5171',1,'amrex::Geometry']]], + ['outstream_6409',['OutStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df',1,'amrex']]], + ['overflow_6410',['overflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73',1,'amrex']]], + ['overlapmask_6411',['OverlapMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afbd6dab928640c74eb1d7a28e8f36afa',1,'amrex::MultiFab']]], + ['overridesync_6412',['OverrideSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'amrex::FabArray::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'amrex::FabArray::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< IArrayBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6',1,'amrex::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afc2840698e1cec5a44ebeb9d34783327',1,'amrex::MultiFab::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< TagBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< TagBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< IArrayBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< FArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< FArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::Mask >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::CutFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::Mask >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::CutFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync()']]], + ['overridesync_5ffinish_6413',['OverrideSync_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951',1,'amrex::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< TagBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< IArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< FArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::Mask >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::CutFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'amrex::FabArray::OverrideSync_finish()']]], + ['overridesync_5fnowait_6414',['OverrideSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c',1,'amrex::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'amrex::FabArray::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< TagBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< TagBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< IArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< IArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< FArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< FArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::Mask >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::Mask >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::CutFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'amrex::FabArray::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::CutFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()']]], + ['overset_5frescale_5fbcoef_5fx_6415',['overset_rescale_bcoef_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a040b31bdb9951876d8277049591cfe51',1,'amrex']]], + ['overset_5frescale_5fbcoef_5fy_6416',['overset_rescale_bcoef_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa',1,'amrex']]], + ['overset_5frescale_5fbcoef_5fz_6417',['overset_rescale_bcoef_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313',1,'amrex']]], + ['overwriteflux_6418',['OverwriteFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4230b5a0ec42a59e2f6e48e51ca77f83',1,'amrex::FluxRegister']]], + ['own_5fmf_6419',['own_mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a1af6ce9e83db0135a45c4b2bc7afc31b',1,'N_VectorContent_MultiFab_notptr']]], + ['owner_6420',['owner',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9c4e4255bdd7cbfe4e9decb095d1bcc',1,'amrex_parmparse_module::amrex_parmparse::owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#abef15ce1cbccdaa8dc7aa6a6bb4a0609',1,'amrex::CArena::Node::owner()']]], + ['owner_5fmask_6421',['owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac8924539f89bd4ae28eb0df416235f4e',1,'amrex::HypreNodeLap']]], + ['owner_5ftask_6422',['owner_task',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#aab173e1a49428a72e1099f8925dfeb56',1,'amrex::ForkJoin::MFFork']]], + ['ownermask_6423',['OwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3c8c9bf8723fcfac9b8d410485e7ed4a',1,'amrex::MultiFab::OwnerMask()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06',1,'amrex::OwnerMask()']]], + ['ownership_6424',['ownership',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab4d5df57a6eaa1d785d131b059b43e18',1,'amrex::FabArrayBase']]], + ['ownership_6425',['OwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8e414f069d04091245f3e9e94a3aa237',1,'amrex::FabArrayBase']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_0.js b/amrex-hydro/Doxygen/html/search/classes_0.js index 25446bd..4355572 100644 --- a/amrex-hydro/Doxygen/html/search/classes_0.js +++ b/amrex-hydro/Doxygen/html/search/classes_0.js @@ -1,135 +1,140 @@ var searchData= [ - ['alignedallocator_8998',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html',1,'hacc']]], - ['allprint_8999',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html',1,'amrex']]], - ['allprinttofile_9000',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html',1,'amrex']]], - ['allregularif_9001',['AllRegularIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html',1,'amrex::EB2']]], - ['amr_9002',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html',1,'amrex']]], - ['amrassigngrid_9003',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], - ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9004',['AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'']]], - ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9005',['AmrAssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], - ['amrcore_9006',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html',1,'amrex']]], - ['amrdata_9007',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html',1,'amrex']]], - ['amrdataadaptor_9008',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html',1,'amrex']]], - ['amrerrortag_9009',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html',1,'amrex']]], - ['amrerrortaginfo_9010',['AMRErrorTagInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html',1,'amrex']]], - ['amrex_9011',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html',1,'amrex']]], - ['amrex_5fallocate_9012',['amrex_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html',1,'amrex_mempool_module']]], - ['amrex_5fdeallocate_9013',['amrex_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html',1,'amrex_mempool_module']]], - ['amrex_5fdelete_5fparmparse_9014',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html',1,'amrex_parmparse_module']]], - ['amrex_5ferror_9015',['amrex_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html',1,'amrex_error_module']]], - ['amrex_5ffi_5fabort_9016',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html',1,'amrex_error_module']]], - ['amrex_5ffi_5ferror_9017',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html',1,'amrex_error_module']]], - ['amrex_5ffi_5fpd_5fbcast_5fr_9018',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fpd_5fioprocessor_9019',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_9020',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fpd_5fmyproc_9021',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fpd_5fnprocs_9022',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fpd_5fwtime_9023',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5ffi_5fwarning_9024',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html',1,'amrex_error_module']]], - ['amrex_5ffilcc_9025',['amrex_filcc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html',1,'amrex_filcc_module']]], - ['amrex_5ffree_9026',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html',1,'amrex_fort_module']]], - ['amrex_5fiparser_9027',['amrex_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html',1,'amrex']]], - ['amrex_5fiparserstype_9028',['AMREX_IPARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html',1,'']]], - ['amrex_5fksp_9029',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html',1,'amrex']]], - ['amrex_5fmalloc_9030',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html',1,'amrex_fort_module']]], - ['amrex_5fmat_9031',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html',1,'amrex']]], - ['amrex_5fmempool_5falloc_9032',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html',1,'amrex_mempool_module']]], - ['amrex_5fmempool_5ffree_9033',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html',1,'amrex_mempool_module']]], - ['amrex_5fnew_5fparmparse_9034',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_9035',['amrex_parmparse',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5fbool_9036',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5fint_9037',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5fintarr_9038',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5freal_9039',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5frealarr_9040',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5fstring_9041',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fadd_5fstringarr_9042',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fdelete_5fcp_5fchar_9043',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fbool_9044',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fcounts_9045',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fint_9046',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fintarr_9047',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5freal_9048',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5frealarr_9049',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fstring_9050',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fget_5fstringarr_9051',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fquery_5fbool_9052',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fquery_5fint_9053',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fquery_5freal_9054',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fquery_5fstring_9055',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html',1,'amrex_parmparse_module']]], - ['amrex_5fparser_9056',['amrex_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html',1,'amrex']]], - ['amrex_5fparserstype_9057',['AMREX_PARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html',1,'']]], - ['amrex_5fpd_5fbcast_9058',['amrex_pd_bcast',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html',1,'amrex_paralleldescriptor_module']]], - ['amrex_5frandom_9059',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html',1,'amrex_fort_module']]], - ['amrex_5frandom_5fint_9060',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html',1,'amrex_fort_module']]], - ['amrex_5freal_5farray_5finit_9061',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html',1,'amrex_mempool_module']]], - ['amrex_5fstring_9062',['amrex_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html',1,'amrex_string_module']]], - ['amrex_5ftt_9063',['amrex_tt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1amrex__tt.html',1,'amrex::InSituUtils']]], - ['amrex_5fvec_9064',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html',1,'amrex']]], - ['amrinfo_9065',['AmrInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html',1,'amrex']]], - ['amrinsitubridge_9066',['AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html',1,'amrex']]], - ['amrlevel_9067',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html',1,'amrex']]], - ['amrmesh_9068',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html',1,'amrex']]], - ['amrmeshdataadaptor_9069',['AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html',1,'amrex']]], - ['amrmeshinsitubridge_9070',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html',1,'amrex']]], - ['amrpargdb_9071',['AmrParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html',1,'amrex']]], - ['amrparticlecontainer_5fimpl_9072',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html',1,'amrex']]], - ['amrparticlelocator_9073',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex']]], - ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9074',['AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'']]], - ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9075',['AmrParticleLocator< amrex::DenseBins< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex']]], - ['amrtracerparticlecontainer_9076',['AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html',1,'amrex']]], - ['any_9077',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html',1,'amrex']]], - ['apply_5fresult_9078',['apply_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result.html',1,'amrex::detail']]], - ['apply_5fresult_3c_20f_2c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9079',['apply_result< F, GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['applydtosandprojectiononreciever_9080',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html',1,'amrex::NonLocalBC']]], - ['arena_9081',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html',1,'amrex']]], - ['arenaallocator_9082',['ArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArenaAllocator.html',1,'amrex']]], - ['arenaallocatorbase_9083',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'amrex']]], - ['arenaallocatorbase_3c_20t_2c_20arenawrapper_20_3e_9084',['ArenaAllocatorBase< T, ArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20asyncarenawrapper_20_3e_9085',['ArenaAllocatorBase< T, AsyncArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20devicearenawrapper_20_3e_9086',['ArenaAllocatorBase< T, DeviceArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20managedarenawrapper_20_3e_9087',['ArenaAllocatorBase< T, ManagedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20pinnedarenawrapper_20_3e_9088',['ArenaAllocatorBase< T, PinnedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenaallocatorbase_3c_20t_2c_20polymorphicarenawrapper_20_3e_9089',['ArenaAllocatorBase< T, PolymorphicArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], - ['arenainfo_9090',['ArenaInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html',1,'amrex']]], - ['arenawrapper_9091',['ArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html',1,'amrex']]], - ['array1d_9092',['Array1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'amrex']]], - ['array1d_3c_20int_2c_200_2c_20n_2d1_20_3e_9093',['Array1D< int, 0, N-1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'']]], - ['array2d_9094',['Array2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'amrex']]], - ['array2d_3c_20t_2c_200_2c_20n_2d1_2c_200_2c_20n_2d1_2c_20amrex_3a_3aorder_3a_3ac_20_3e_9095',['Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'']]], - ['array3d_9096',['Array3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html',1,'amrex']]], - ['array4_9097',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], - ['array4_3c_20int_20_3e_9098',['Array4< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20int_20const_20_3e_9099',['Array4< int const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20real_20const_20_3e_9100',['Array4< Real const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t_20_3e_9101',['Array4< T >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], - ['array4_3c_20t_20const_20_3e_9102',['Array4< T const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t0_20_3e_9103',['Array4< T0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t0_20const_20_3e_9104',['Array4< T0 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], - ['array4_3c_20t1_20const_20_3e_9105',['Array4< T1 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], - ['array4boxoffsettag_9106',['Array4BoxOffsetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html',1,'amrex']]], - ['array4boxorientationtag_9107',['Array4BoxOrientationTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html',1,'amrex']]], - ['array4boxtag_9108',['Array4BoxTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html',1,'amrex']]], - ['array4boxvaltag_9109',['Array4BoxValTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html',1,'amrex']]], - ['array4copytag_9110',['Array4CopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html',1,'amrex']]], - ['array4maskcopytag_9111',['Array4MaskCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html',1,'amrex']]], - ['array4pairtag_9112',['Array4PairTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html',1,'amrex']]], - ['array4tag_9113',['Array4Tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html',1,'amrex']]], - ['arrayofstructs_9114',['ArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html',1,'amrex']]], - ['assigngrid_9115',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], - ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9116',['AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'']]], - ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9117',['AssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], - ['assigngrid_3c_20biniteratorfactory_20_3e_9118',['AssignGrid< BinIteratorFactory >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], - ['assigngridfilter_9119',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html',1,'']]], - ['assignop_9120',['assignOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html',1,'amrex::InSituUtils']]], - ['asymmetricghost_9121',['AsymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html',1,'amrex::MFUtil']]], - ['asyncarenaallocator_9122',['AsyncArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AsyncArenaAllocator.html',1,'amrex']]], - ['asyncarenawrapper_9123',['AsyncArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html',1,'amrex']]], - ['asyncarray_9124',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html',1,'amrex::Gpu']]], - ['atomicadd_9125',['AtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html',1,'amrex::Gpu']]], - ['atomiclogicaland_9126',['AtomicLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html',1,'amrex::Gpu']]], - ['atomiclogicalor_9127',['AtomicLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html',1,'amrex::Gpu']]], - ['atomicmax_9128',['AtomicMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html',1,'amrex::Gpu']]], - ['atomicmin_9129',['AtomicMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html',1,'amrex::Gpu']]] + ['alignedallocator_9044',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html',1,'hacc']]], + ['allprint_9045',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html',1,'amrex']]], + ['allprinttofile_9046',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html',1,'amrex']]], + ['allregularif_9047',['AllRegularIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html',1,'amrex::EB2']]], + ['amr_9048',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html',1,'amrex']]], + ['amrassigngrid_9049',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], + ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9050',['AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'']]], + ['amrassigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9051',['AmrAssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html',1,'amrex']]], + ['amrcore_9052',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html',1,'amrex']]], + ['amrdata_9053',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html',1,'amrex']]], + ['amrdataadaptor_9054',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html',1,'amrex']]], + ['amrerrortag_9055',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html',1,'amrex']]], + ['amrerrortaginfo_9056',['AMRErrorTagInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html',1,'amrex']]], + ['amrex_9057',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html',1,'amrex']]], + ['amrex_5fallocate_9058',['amrex_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html',1,'amrex_mempool_module']]], + ['amrex_5fdeallocate_9059',['amrex_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html',1,'amrex_mempool_module']]], + ['amrex_5fdelete_5fparmparse_9060',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html',1,'amrex_parmparse_module']]], + ['amrex_5ferror_9061',['amrex_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html',1,'amrex_error_module']]], + ['amrex_5ffi_5fabort_9062',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html',1,'amrex_error_module']]], + ['amrex_5ffi_5ferror_9063',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html',1,'amrex_error_module']]], + ['amrex_5ffi_5fpd_5fbcast_5fr_9064',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fpd_5fioprocessor_9065',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_9066',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fpd_5fmyproc_9067',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fpd_5fnprocs_9068',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fpd_5fwtime_9069',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5ffi_5fwarning_9070',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html',1,'amrex_error_module']]], + ['amrex_5ffilcc_9071',['amrex_filcc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html',1,'amrex_filcc_module']]], + ['amrex_5ffree_9072',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html',1,'amrex_fort_module']]], + ['amrex_5fiparser_9073',['amrex_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html',1,'amrex']]], + ['amrex_5fiparserstype_9074',['AMREX_IPARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html',1,'']]], + ['amrex_5fksp_9075',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html',1,'amrex']]], + ['amrex_5fmalloc_9076',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html',1,'amrex_fort_module']]], + ['amrex_5fmat_9077',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html',1,'amrex']]], + ['amrex_5fmempool_5falloc_9078',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html',1,'amrex_mempool_module']]], + ['amrex_5fmempool_5ffree_9079',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html',1,'amrex_mempool_module']]], + ['amrex_5fnew_5fparmparse_9080',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_9081',['amrex_parmparse',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5fbool_9082',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5fint_9083',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5fintarr_9084',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5freal_9085',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5frealarr_9086',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5fstring_9087',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fadd_5fstringarr_9088',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fdelete_5fcp_5fchar_9089',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fdestroy_9090',['amrex_parmparse_destroy',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__destroy.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fbool_9091',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fcounts_9092',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fint_9093',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fintarr_9094',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5freal_9095',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5frealarr_9096',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fstring_9097',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fget_5fstringarr_9098',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fquery_5fbool_9099',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fquery_5fint_9100',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fquery_5freal_9101',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fquery_5fstring_9102',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html',1,'amrex_parmparse_module']]], + ['amrex_5fparser_9103',['amrex_parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html',1,'amrex']]], + ['amrex_5fparserstype_9104',['AMREX_PARSERSTYPE',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html',1,'']]], + ['amrex_5fpd_5fbcast_9105',['amrex_pd_bcast',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html',1,'amrex_paralleldescriptor_module']]], + ['amrex_5frandom_9106',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html',1,'amrex_fort_module']]], + ['amrex_5frandom_5fint_9107',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html',1,'amrex_fort_module']]], + ['amrex_5freal_5farray_5finit_9108',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html',1,'amrex_mempool_module']]], + ['amrex_5fstring_9109',['amrex_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html',1,'amrex_string_module']]], + ['amrex_5ftt_9110',['amrex_tt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1amrex__tt.html',1,'amrex::InSituUtils']]], + ['amrex_5fvec_9111',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html',1,'amrex']]], + ['amrinfo_9112',['AmrInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html',1,'amrex']]], + ['amrinsitubridge_9113',['AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html',1,'amrex']]], + ['amrlevel_9114',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html',1,'amrex']]], + ['amrmesh_9115',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html',1,'amrex']]], + ['amrmeshdataadaptor_9116',['AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html',1,'amrex']]], + ['amrmeshinsitubridge_9117',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html',1,'amrex']]], + ['amrpargdb_9118',['AmrParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html',1,'amrex']]], + ['amrparticlecontainer_5fimpl_9119',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html',1,'amrex']]], + ['amrparticlelocator_9120',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex']]], + ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9121',['AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'']]], + ['amrparticlelocator_3c_20amrex_3a_3adensebins_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9122',['AmrParticleLocator< amrex::DenseBins< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html',1,'amrex']]], + ['amrtracerparticlecontainer_9123',['AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html',1,'amrex']]], + ['any_9124',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html',1,'amrex']]], + ['apply_5fresult_9125',['apply_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result.html',1,'amrex::detail']]], + ['apply_5fresult_3c_20f_2c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9126',['apply_result< F, GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['applydtosandprojectiononreciever_9127',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html',1,'amrex::NonLocalBC']]], + ['arena_9128',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html',1,'amrex']]], + ['arenaallocator_9129',['ArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArenaAllocator.html',1,'amrex']]], + ['arenaallocatorbase_9130',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'amrex']]], + ['arenaallocatorbase_3c_20t_2c_20arenawrapper_20_3e_9131',['ArenaAllocatorBase< T, ArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20asyncarenawrapper_20_3e_9132',['ArenaAllocatorBase< T, AsyncArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20devicearenawrapper_20_3e_9133',['ArenaAllocatorBase< T, DeviceArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20managedarenawrapper_20_3e_9134',['ArenaAllocatorBase< T, ManagedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20pinnedarenawrapper_20_3e_9135',['ArenaAllocatorBase< T, PinnedArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenaallocatorbase_3c_20t_2c_20polymorphicarenawrapper_20_3e_9136',['ArenaAllocatorBase< T, PolymorphicArenaWrapper >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html',1,'']]], + ['arenainfo_9137',['ArenaInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html',1,'amrex']]], + ['arenaprofiler_9138',['ArenaProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html',1,'amrex::Arena']]], + ['arenawrapper_9139',['ArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html',1,'amrex']]], + ['arithmeticoptional_5ftt_9140',['ArithmeticOptional_TT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT.html',1,'amrex::ppdetail']]], + ['arithmeticoptional_5ftt_3c_20std_3a_3aoptional_3c_20t_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_9141',['ArithmeticOptional_TT< std::optional< T >, std::enable_if_t< std::is_arithmetic_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01std_1_1optional_3_01T_01_4_00_01std_1_1enab4f56f7972e96cd506ee631fce7d5eac.html',1,'amrex::ppdetail']]], + ['arithmeticoptional_5ftt_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5farithmetic_5fv_3c_20t_20_3e_20_3e_20_3e_9142',['ArithmeticOptional_TT< T, std::enable_if_t< std::is_arithmetic_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is_7c3fb6f4fd99b8c14ba54247f995ec7f.html',1,'amrex::ppdetail']]], + ['array1d_9143',['Array1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'amrex']]], + ['array1d_3c_20int_2c_200_2c_20n_2d1_20_3e_9144',['Array1D< int, 0, N-1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html',1,'']]], + ['array2d_9145',['Array2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'amrex']]], + ['array2d_3c_20t_2c_200_2c_20n_2d1_2c_200_2c_20n_2d1_2c_20amrex_3a_3aorder_3a_3ac_20_3e_9146',['Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html',1,'']]], + ['array3d_9147',['Array3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html',1,'amrex']]], + ['array4_9148',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], + ['array4_3c_20int_20_3e_9149',['Array4< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20int_20const_20_3e_9150',['Array4< int const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20real_20const_20_3e_9151',['Array4< Real const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t_20_3e_9152',['Array4< T >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], + ['array4_3c_20t_20const_20_3e_9153',['Array4< T const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t0_20_3e_9154',['Array4< T0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t0_20const_20_3e_9155',['Array4< T0 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'']]], + ['array4_3c_20t1_20const_20_3e_9156',['Array4< T1 const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html',1,'amrex']]], + ['array4boxoffsettag_9157',['Array4BoxOffsetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html',1,'amrex']]], + ['array4boxorientationtag_9158',['Array4BoxOrientationTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html',1,'amrex']]], + ['array4boxtag_9159',['Array4BoxTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html',1,'amrex']]], + ['array4boxvaltag_9160',['Array4BoxValTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html',1,'amrex']]], + ['array4copytag_9161',['Array4CopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html',1,'amrex']]], + ['array4maskcopytag_9162',['Array4MaskCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html',1,'amrex']]], + ['array4pairtag_9163',['Array4PairTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html',1,'amrex']]], + ['array4tag_9164',['Array4Tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html',1,'amrex']]], + ['arrayofstructs_9165',['ArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html',1,'amrex']]], + ['assigngrid_9166',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], + ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_20_3e_9167',['AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'']]], + ['assigngrid_3c_20amrex_3a_3adensebiniteratorfactory_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_9168',['AssignGrid< amrex::DenseBinIteratorFactory< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], + ['assigngrid_3c_20biniteratorfactory_20_3e_9169',['AssignGrid< BinIteratorFactory >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html',1,'amrex']]], + ['assigngridfilter_9170',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html',1,'']]], + ['assignop_9171',['assignOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html',1,'amrex::InSituUtils']]], + ['asymmetricghost_9172',['AsymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html',1,'amrex::MFUtil']]], + ['asyncarenaallocator_9173',['AsyncArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AsyncArenaAllocator.html',1,'amrex']]], + ['asyncarenawrapper_9174',['AsyncArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html',1,'amrex']]], + ['asyncarray_9175',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html',1,'amrex::Gpu']]], + ['atomicadd_9176',['AtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html',1,'amrex::Gpu']]], + ['atomiclogicaland_9177',['AtomicLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html',1,'amrex::Gpu']]], + ['atomiclogicalor_9178',['AtomicLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html',1,'amrex::Gpu']]], + ['atomicmax_9179',['AtomicMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html',1,'amrex::Gpu']]], + ['atomicmin_9180',['AtomicMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html',1,'amrex::Gpu']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_1.js b/amrex-hydro/Doxygen/html/search/classes_1.js index e1dcdb4..8834018 100644 --- a/amrex-hydro/Doxygen/html/search/classes_1.js +++ b/amrex-hydro/Doxygen/html/search/classes_1.js @@ -1,63 +1,63 @@ var searchData= [ - ['backgroundthread_9130',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html',1,'amrex']]], - ['baref_9131',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html',1,'amrex']]], - ['barena_9132',['BArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html',1,'amrex']]], - ['barrierentry_9133',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats']]], - ['base_9134',['Base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'amrex::ParticleInterpolator']]], - ['base_3c_20linear_2c_20amrex_3a_3areal_20_3e_9135',['Base< Linear, amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], - ['base_3c_20nearest_2c_20int_20_3e_9136',['Base< Nearest, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], - ['basefab_9137',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'amrex']]], - ['basefab_3c_20atomicint_20_3e_9138',['BaseFab< AtomicInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20char_20_3e_9139',['BaseFab< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20ebcellflag_20_3e_9140',['BaseFab< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20hypre_5fint_20_3e_9141',['BaseFab< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20int_20_3e_9142',['BaseFab< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20petscint_20_3e_9143',['BaseFab< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['basefab_3c_20real_20_3e_9144',['BaseFab< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], - ['batbndryreg_9145',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html',1,'amrex']]], - ['batcoarsenratio_9146',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html',1,'amrex']]], - ['batindextype_9147',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html',1,'amrex']]], - ['batindextype_5fcoarsenratio_9148',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html',1,'amrex']]], - ['batnull_9149',['BATnull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html',1,'amrex']]], - ['batop_9150',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex::BATransformer']]], - ['batransformer_9151',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html',1,'amrex']]], - ['bcrec_9152',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html',1,'amrex']]], - ['bctl_9153',['BCTL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex::MLCellLinOpT']]], - ['bdkey_9154',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex::FabArrayBase']]], - ['biniterator_9155',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html',1,'amrex']]], - ['binmapper_9156',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html',1,'amrex']]], - ['bl_5fallocate_9157',['bl_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html',1,'amrex_mempool_module']]], - ['bl_5fdeallocate_9158',['bl_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html',1,'amrex_mempool_module']]], - ['blbacktrace_9159',['BLBackTrace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html',1,'amrex']]], - ['blbter_9160',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html',1,'amrex']]], - ['blockmutex_9161',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html',1,'amrex']]], - ['blockstatus_9162',['BlockStatus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus.html',1,'amrex::Scan::detail']]], - ['blockstatus_3c_20t_2c_20false_20_3e_9163',['BlockStatus< T, false >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html',1,'amrex::Scan::detail']]], - ['blockstatus_3c_20t_2c_20true_20_3e_9164',['BlockStatus< T, true >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html',1,'amrex::Scan::detail']]], - ['blpdatablock_9165',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats']]], - ['blprofiler_9166',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html',1,'amrex']]], - ['blprofstats_9167',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html',1,'']]], - ['bndrycondloc_9168',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html',1,'amrex::MLCellLinOpT']]], - ['bndrydatat_9169',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html',1,'amrex']]], - ['bndryfunc_9170',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex::StateDescriptor']]], - ['bndryfuncarray_9171',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html',1,'amrex']]], - ['bndryregistert_9172',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html',1,'amrex']]], - ['boundcond_9173',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html',1,'amrex']]], - ['boundingbox_9174',['BoundingBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html',1,'amrex::algoim']]], - ['boxarray_9175',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html',1,'amrex']]], - ['boxcommhelper_9176',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html',1,'amrex']]], - ['boxconverter_9177',['BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html',1,'amrex']]], - ['boxdomain_9178',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html',1,'amrex']]], - ['boxif_9179',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html',1,'amrex::EB2']]], - ['boxindexernd_9180',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html',1,'amrex']]], - ['boxindexernd_3c_201_20_3e_9181',['BoxIndexerND< 1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html',1,'amrex']]], - ['boxiterator_9182',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html',1,'amrex']]], - ['boxlist_9183',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html',1,'amrex']]], - ['boxnd_9184',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'amrex']]], - ['boxnd_3c_20amrex_5fspacedim_20_3e_9185',['BoxND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'']]], - ['btunit_9186',['btUnit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html',1,'amrex']]], - ['buffer_9187',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html',1,'amrex::Gpu']]], - ['builds_9188',['Builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex::MemProfiler']]], - ['bytes_9189',['Bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html',1,'amrex::MemProfiler']]] + ['backgroundthread_9181',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html',1,'amrex']]], + ['baref_9182',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html',1,'amrex']]], + ['barena_9183',['BArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html',1,'amrex']]], + ['barrierentry_9184',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'CommProfStats']]], + ['base_9185',['Base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'amrex::ParticleInterpolator']]], + ['base_3c_20linear_2c_20amrex_3a_3areal_20_3e_9186',['Base< Linear, amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], + ['base_3c_20nearest_2c_20int_20_3e_9187',['Base< Nearest, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html',1,'']]], + ['basefab_9188',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'amrex']]], + ['basefab_3c_20atomicint_20_3e_9189',['BaseFab< AtomicInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20char_20_3e_9190',['BaseFab< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20ebcellflag_20_3e_9191',['BaseFab< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20hypre_5fint_20_3e_9192',['BaseFab< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20int_20_3e_9193',['BaseFab< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20petscint_20_3e_9194',['BaseFab< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['basefab_3c_20real_20_3e_9195',['BaseFab< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html',1,'']]], + ['batbndryreg_9196',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html',1,'amrex']]], + ['batcoarsenratio_9197',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html',1,'amrex']]], + ['batindextype_9198',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html',1,'amrex']]], + ['batindextype_5fcoarsenratio_9199',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html',1,'amrex']]], + ['batnull_9200',['BATnull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html',1,'amrex']]], + ['batop_9201',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex::BATransformer']]], + ['batransformer_9202',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html',1,'amrex']]], + ['bcrec_9203',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html',1,'amrex']]], + ['bctl_9204',['BCTL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex::MLCellLinOpT']]], + ['bdkey_9205',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex::FabArrayBase']]], + ['biniterator_9206',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html',1,'amrex']]], + ['binmapper_9207',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html',1,'amrex']]], + ['bl_5fallocate_9208',['bl_allocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html',1,'amrex_mempool_module']]], + ['bl_5fdeallocate_9209',['bl_deallocate',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html',1,'amrex_mempool_module']]], + ['blbacktrace_9210',['BLBackTrace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html',1,'amrex']]], + ['blbter_9211',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html',1,'amrex']]], + ['blockmutex_9212',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html',1,'amrex']]], + ['blockstatus_9213',['BlockStatus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus.html',1,'amrex::Scan::detail']]], + ['blockstatus_3c_20t_2c_20false_20_3e_9214',['BlockStatus< T, false >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html',1,'amrex::Scan::detail']]], + ['blockstatus_3c_20t_2c_20true_20_3e_9215',['BlockStatus< T, true >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html',1,'amrex::Scan::detail']]], + ['blpdatablock_9216',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'BLProfStats']]], + ['blprofiler_9217',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html',1,'amrex']]], + ['blprofstats_9218',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html',1,'']]], + ['bndrycondloc_9219',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html',1,'amrex::MLCellLinOpT']]], + ['bndrydatat_9220',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html',1,'amrex']]], + ['bndryfunc_9221',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex::StateDescriptor']]], + ['bndryfuncarray_9222',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html',1,'amrex']]], + ['bndryregistert_9223',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html',1,'amrex']]], + ['boundcond_9224',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html',1,'amrex']]], + ['boundingbox_9225',['BoundingBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html',1,'amrex::algoim']]], + ['boxarray_9226',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html',1,'amrex']]], + ['boxcommhelper_9227',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html',1,'amrex']]], + ['boxconverter_9228',['BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html',1,'amrex']]], + ['boxdomain_9229',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html',1,'amrex']]], + ['boxif_9230',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html',1,'amrex::EB2']]], + ['boxindexernd_9231',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html',1,'amrex']]], + ['boxindexernd_3c_201_20_3e_9232',['BoxIndexerND< 1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html',1,'amrex']]], + ['boxiterator_9233',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html',1,'amrex']]], + ['boxlist_9234',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html',1,'amrex']]], + ['boxnd_9235',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'amrex']]], + ['boxnd_3c_20amrex_5fspacedim_20_3e_9236',['BoxND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html',1,'']]], + ['btunit_9237',['btUnit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html',1,'amrex']]], + ['buffer_9238',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html',1,'amrex::Gpu']]], + ['builds_9239',['Builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex::MemProfiler']]], + ['bytes_9240',['Bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html',1,'amrex::MemProfiler']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_10.js b/amrex-hydro/Doxygen/html/search/classes_10.js index 50b78a6..33c767f 100644 --- a/amrex-hydro/Doxygen/html/search/classes_10.js +++ b/amrex-hydro/Doxygen/html/search/classes_10.js @@ -1,33 +1,33 @@ var searchData= [ - ['randomengine_9853',['RandomEngine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html',1,'amrex']]], - ['range_5fimpl_9854',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html',1,'amrex::Gpu::range_detail']]], - ['rb180_9855',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html',1,'amrex::FabArrayBase']]], - ['rb90_9856',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html',1,'amrex::FabArrayBase']]], - ['realbox_9857',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html',1,'amrex']]], - ['realdescriptor_9858',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html',1,'amrex']]], - ['realvect_9859',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html',1,'amrex']]], - ['rebind_9860',['rebind',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html',1,'hacc::AlignedAllocator']]], - ['redistributeunpackpolicy_9861',['RedistributeUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html',1,'amrex']]], - ['reducedata_9862',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html',1,'amrex']]], - ['reduceoplogicaland_9863',['ReduceOpLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html',1,'amrex']]], - ['reduceoplogicalor_9864',['ReduceOpLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html',1,'amrex']]], - ['reduceopmax_9865',['ReduceOpMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html',1,'amrex']]], - ['reduceopmin_9866',['ReduceOpMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html',1,'amrex']]], - ['reduceops_9867',['ReduceOps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html',1,'amrex']]], - ['reduceopsum_9868',['ReduceOpSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html',1,'amrex']]], - ['reductionentry_9869',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html',1,'CommProfStats']]], - ['ref_9870',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html',1,'amrex::DistributionMapping']]], - ['ref_5fwrapper_9871',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html',1,'amrex']]], - ['refid_9872',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html',1,'amrex::BoxArray::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html',1,'amrex::DistributionMapping::RefID']]], - ['regionsprofstats_9873',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html',1,'']]], - ['regiontag_9874',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html',1,'amrex::FabArrayBase']]], - ['retsum_9875',['RetSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html',1,'amrex::Scan']]], - ['rkintegrator_9876',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html',1,'amrex']]], - ['rotationif_9877',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html',1,'amrex::EB2']]], - ['runongpu_9878',['RunOnGpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu.html',1,'amrex']]], - ['runongpu_3c_20arenaallocator_3c_20t_20_3e_20_3e_9879',['RunOnGpu< ArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20asyncarenaallocator_3c_20t_20_3e_20_3e_9880',['RunOnGpu< AsyncArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01AsyncArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20devicearenaallocator_3c_20t_20_3e_20_3e_9881',['RunOnGpu< DeviceArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01DeviceArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['runongpu_3c_20managedarenaallocator_3c_20t_20_3e_20_3e_9882',['RunOnGpu< ManagedArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ManagedArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]] + ['randomengine_9903',['RandomEngine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html',1,'amrex']]], + ['range_5fimpl_9904',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html',1,'amrex::Gpu::range_detail']]], + ['rb180_9905',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html',1,'amrex::FabArrayBase']]], + ['rb90_9906',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html',1,'amrex::FabArrayBase']]], + ['realbox_9907',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html',1,'amrex']]], + ['realdescriptor_9908',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html',1,'amrex']]], + ['realvect_9909',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html',1,'amrex']]], + ['rebind_9910',['rebind',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html',1,'hacc::AlignedAllocator']]], + ['redistributeunpackpolicy_9911',['RedistributeUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html',1,'amrex']]], + ['reducedata_9912',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html',1,'amrex']]], + ['reduceoplogicaland_9913',['ReduceOpLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html',1,'amrex']]], + ['reduceoplogicalor_9914',['ReduceOpLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html',1,'amrex']]], + ['reduceopmax_9915',['ReduceOpMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html',1,'amrex']]], + ['reduceopmin_9916',['ReduceOpMin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html',1,'amrex']]], + ['reduceops_9917',['ReduceOps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html',1,'amrex']]], + ['reduceopsum_9918',['ReduceOpSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html',1,'amrex']]], + ['reductionentry_9919',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html',1,'CommProfStats']]], + ['ref_9920',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html',1,'amrex::DistributionMapping']]], + ['ref_5fwrapper_9921',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html',1,'amrex']]], + ['refid_9922',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html',1,'amrex::BoxArray::RefID'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html',1,'amrex::DistributionMapping::RefID']]], + ['regionsprofstats_9923',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html',1,'']]], + ['regiontag_9924',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html',1,'amrex::FabArrayBase']]], + ['retsum_9925',['RetSum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html',1,'amrex::Scan']]], + ['rkintegrator_9926',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html',1,'amrex']]], + ['rotationif_9927',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html',1,'amrex::EB2']]], + ['runongpu_9928',['RunOnGpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu.html',1,'amrex']]], + ['runongpu_3c_20arenaallocator_3c_20t_20_3e_20_3e_9929',['RunOnGpu< ArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20asyncarenaallocator_3c_20t_20_3e_20_3e_9930',['RunOnGpu< AsyncArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01AsyncArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20devicearenaallocator_3c_20t_20_3e_20_3e_9931',['RunOnGpu< DeviceArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01DeviceArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['runongpu_3c_20managedarenaallocator_3c_20t_20_3e_20_3e_9932',['RunOnGpu< ManagedArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RunOnGpu_3_01ManagedArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_11.js b/amrex-hydro/Doxygen/html/search/classes_11.js index 42f909c..d538db3 100644 --- a/amrex-hydro/Doxygen/html/search/classes_11.js +++ b/amrex-hydro/Doxygen/html/search/classes_11.js @@ -1,60 +1,61 @@ var searchData= [ - ['same_9883',['Same',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html',1,'amrex']]], - ['same_3c_20t_2c_20u_20_3e_9884',['Same< T, U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html',1,'amrex']]], - ['scaleif_9885',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html',1,'amrex::EB2']]], - ['sdcstruct_9886',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html',1,'']]], - ['sendrecvpair_9887',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html',1,'CommProfStats']]], - ['sendrecvpairunpaired_9888',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html',1,'CommProfStats']]], - ['serialbinpolicy_9889',['SerialBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1SerialBinPolicy.html',1,'amrex::BinPolicy']]], - ['sharedmemory_9890',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20bool_20_3e_9891',['SharedMemory< bool >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20char_20_3e_9892',['SharedMemory< char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20double_20_3e_9893',['SharedMemory< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20float_20_3e_9894',['SharedMemory< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20int_20_3e_9895',['SharedMemory< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20long_20_3e_9896',['SharedMemory< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20long_20long_20_3e_9897',['SharedMemory< long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20openbc_3a_3amoments_3a_3aarray_5ftype_20_3e_9898',['SharedMemory< openbc::Moments::array_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20short_20_3e_9899',['SharedMemory< short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20char_20_3e_9900',['SharedMemory< unsigned char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20int_20_3e_9901',['SharedMemory< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20long_20_3e_9902',['SharedMemory< unsigned long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20long_20long_20_3e_9903',['SharedMemory< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html',1,'amrex::Gpu']]], - ['sharedmemory_3c_20unsigned_20short_20_3e_9904',['SharedMemory< unsigned short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html',1,'amrex::Gpu']]], - ['shift_5fhasher_9905',['shift_hasher',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html',1,'amrex::IntVectND']]], - ['shmem_9906',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html',1,'amrex::FabArray']]], - ['singlechunkarena_9907',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html',1,'amrex::detail']]], - ['singlestreamregion_9908',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html',1,'amrex::Gpu']]], - ['soaparticle_9909',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html',1,'amrex']]], - ['soaparticlebase_9910',['SoAParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html',1,'amrex']]], - ['sparsebiniteratorfactory_9911',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html',1,'amrex']]], - ['sparsebins_9912',['SparseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html',1,'amrex']]], - ['sphereif_9913',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html',1,'amrex::EB2']]], - ['splinedistfcnelement2d_9914',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html',1,'amrex']]], - ['splineif_9915',['SplineIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html',1,'amrex::EB2']]], - ['splitindexlist_9916',['SplitIndexList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html',1,'amrex::detail']]], - ['srccomp_9917',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html',1,'amrex']]], - ['state_5ft_9918',['state_t',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html',1,'amrex::BlockMutex']]], - ['statedata_9919',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html',1,'amrex']]], - ['statedataphysbcfunct_9920',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html',1,'amrex']]], - ['statedescriptor_9921',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html',1,'amrex']]], - ['statemap_9922',['StateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html',1,'amrex::InSituUtils']]], - ['staterange_9923',['StateRange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html',1,'amrex::DeriveRec']]], - ['stats_9924',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html',1,'amrex::TinyProfiler']]], - ['stllevel_9925',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html',1,'amrex::EB2']]], - ['stltools_9926',['STLtools',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html',1,'amrex']]], - ['streamiter_9927',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html',1,'amrex::Gpu']]], - ['streamitinfo_9928',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html',1,'amrex::Gpu']]], - ['streamretry_9929',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html',1,'amrex']]], - ['structofarrays_9930',['StructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html',1,'amrex']]], - ['stva_9931',['STVA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'amrex::Scan::detail']]], - ['stva_3c_20u_20_3e_9932',['STVA< U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'']]], - ['sundialsintegrator_9933',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html',1,'amrex']]], - ['sundialsuserdata_9934',['SundialsUserData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html',1,'amrex']]], - ['swapcomponents_9935',['SwapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_20i_2c_20_2d1_20_3e_9936',['SwapComponents< I, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_2d1_2c_20_2d1_20_3e_9937',['SwapComponents<-1, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], - ['swapcomponents_3c_2d1_2c_20j_20_3e_9938',['SwapComponents<-1, J >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html',1,'amrex::NonLocalBC']]], - ['symmetricghost_9939',['SymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html',1,'amrex::MFUtil']]] + ['same_9933',['Same',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html',1,'amrex']]], + ['same_3c_20t_2c_20u_20_3e_9934',['Same< T, U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html',1,'amrex']]], + ['scaleif_9935',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html',1,'amrex::EB2']]], + ['sdcstruct_9936',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html',1,'']]], + ['sendrecvpair_9937',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html',1,'CommProfStats']]], + ['sendrecvpairunpaired_9938',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html',1,'CommProfStats']]], + ['serialbinpolicy_9939',['SerialBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1SerialBinPolicy.html',1,'amrex::BinPolicy']]], + ['sharedmemory_9940',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20bool_20_3e_9941',['SharedMemory< bool >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20char_20_3e_9942',['SharedMemory< char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20double_20_3e_9943',['SharedMemory< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20float_20_3e_9944',['SharedMemory< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20int_20_3e_9945',['SharedMemory< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20long_20_3e_9946',['SharedMemory< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20long_20long_20_3e_9947',['SharedMemory< long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20openbc_3a_3amoments_3a_3aarray_5ftype_20_3e_9948',['SharedMemory< openbc::Moments::array_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20short_20_3e_9949',['SharedMemory< short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20char_20_3e_9950',['SharedMemory< unsigned char >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20int_20_3e_9951',['SharedMemory< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20long_20_3e_9952',['SharedMemory< unsigned long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20long_20long_20_3e_9953',['SharedMemory< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html',1,'amrex::Gpu']]], + ['sharedmemory_3c_20unsigned_20short_20_3e_9954',['SharedMemory< unsigned short >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html',1,'amrex::Gpu']]], + ['shift_5fhasher_9955',['shift_hasher',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html',1,'amrex::IntVectND']]], + ['shmem_9956',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html',1,'amrex::FabArray']]], + ['singlechunkarena_9957',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html',1,'amrex::detail']]], + ['singlestreamregion_9958',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html',1,'amrex::Gpu']]], + ['soaparticle_9959',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html',1,'amrex']]], + ['soaparticlebase_9960',['SoAParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html',1,'amrex']]], + ['sparsebiniteratorfactory_9961',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html',1,'amrex']]], + ['sparsebins_9962',['SparseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html',1,'amrex']]], + ['sphereif_9963',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html',1,'amrex::EB2']]], + ['splinedistfcnelement2d_9964',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html',1,'amrex']]], + ['splineif_9965',['SplineIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html',1,'amrex::EB2']]], + ['splitindexlist_9966',['SplitIndexList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html',1,'amrex::detail']]], + ['srccomp_9967',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html',1,'amrex']]], + ['stack_9968',['Stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html',1,'amrex']]], + ['state_5ft_9969',['state_t',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html',1,'amrex::BlockMutex']]], + ['statedata_9970',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html',1,'amrex']]], + ['statedataphysbcfunct_9971',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html',1,'amrex']]], + ['statedescriptor_9972',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html',1,'amrex']]], + ['statemap_9973',['StateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html',1,'amrex::InSituUtils']]], + ['staterange_9974',['StateRange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html',1,'amrex::DeriveRec']]], + ['stats_9975',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html',1,'amrex::TinyProfiler']]], + ['stllevel_9976',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html',1,'amrex::EB2']]], + ['stltools_9977',['STLtools',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html',1,'amrex']]], + ['streamiter_9978',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html',1,'amrex::Gpu']]], + ['streamitinfo_9979',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html',1,'amrex::Gpu']]], + ['streamretry_9980',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html',1,'amrex']]], + ['structofarrays_9981',['StructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html',1,'amrex']]], + ['stva_9982',['STVA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'amrex::Scan::detail']]], + ['stva_3c_20u_20_3e_9983',['STVA< U >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html',1,'']]], + ['sundialsintegrator_9984',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html',1,'amrex']]], + ['sundialsuserdata_9985',['SundialsUserData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html',1,'amrex']]], + ['swapcomponents_9986',['SwapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_20i_2c_20_2d1_20_3e_9987',['SwapComponents< I, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_2d1_2c_20_2d1_20_3e_9988',['SwapComponents<-1, -1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html',1,'amrex::NonLocalBC']]], + ['swapcomponents_3c_2d1_2c_20j_20_3e_9989',['SwapComponents<-1, J >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html',1,'amrex::NonLocalBC']]], + ['symmetricghost_9990',['SymmetricGhost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html',1,'amrex::MFUtil']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_12.js b/amrex-hydro/Doxygen/html/search/classes_12.js index e7428f1..e6d1686 100644 --- a/amrex-hydro/Doxygen/html/search/classes_12.js +++ b/amrex-hydro/Doxygen/html/search/classes_12.js @@ -1,43 +1,43 @@ var searchData= [ - ['table1d_9940',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html',1,'amrex']]], - ['table2d_9941',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'amrex']]], - ['table2d_3c_20rt_20_3e_9942',['Table2D< RT >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'']]], - ['table3d_9943',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html',1,'amrex']]], - ['table4d_9944',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html',1,'amrex']]], - ['tabledata_9945',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html',1,'amrex']]], - ['tagbox_9946',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html',1,'amrex']]], - ['tagboxarray_9947',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html',1,'amrex']]], - ['thefaarenadeleter_9948',['TheFaArenaDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html',1,'amrex']]], - ['thisparticletilehasnoaos_9949',['ThisParticleTileHasNoAoS',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html',1,'amrex']]], - ['thisparticletilehasnoparticlevector_9950',['ThisParticleTileHasNoParticleVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoParticleVector.html',1,'amrex']]], - ['tilearray_9951',['TileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html',1,'amrex::FabArrayBase']]], - ['tilesize_9952',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html',1,'amrex']]], - ['timeintegrator_9953',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html',1,'amrex']]], - ['timeinterval_9954',['TimeInterval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html',1,'amrex::StateData']]], - ['timerange_9955',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html',1,'BLProfStats']]], - ['timerangecompare_9956',['TimeRangeCompare',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html',1,'BLProfStats']]], - ['tinyprofiler_9957',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html',1,'amrex']]], - ['tinyprofileregion_9958',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html',1,'amrex']]], - ['torusif_9959',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html',1,'amrex::EB2']]], - ['tracerparticlecontainer_9960',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html',1,'amrex']]], - ['transformerghost_9961',['TransformerGhost',['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html',1,'']]], - ['transformervirt_9962',['TransformerVirt',['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html',1,'']]], - ['translationif_9963',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html',1,'amrex::EB2']]], - ['triangle_9964',['Triangle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html',1,'amrex::STLtools']]], - ['tuple_5fcat_5fresult_9965',['tuple_cat_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result.html',1,'amrex::detail']]], - ['tuple_5fcat_5fresult_3c_20gputuple_3c_20t1s_2e_2e_2e_20_3e_2c_20gputuple_3c_20t2s_2e_2e_2e_20_3e_2c_20tps_2e_2e_2e_20_3e_9966',['tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html',1,'amrex::detail']]], - ['tuple_5fcat_5fresult_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9967',['tuple_cat_result< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_9968',['tuple_element< s, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_9969',['tuple_element< s, amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20s_2c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_9970',['tuple_element< s, amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5felement_3c_20std_3a_3asize_5ft_7b0_7d_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_9971',['tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3agputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9972',['tuple_size< amrex::GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_9973',['tuple_size< amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], - ['tuple_5fsize_3c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_9974',['tuple_size< amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], - ['typelist_9975',['TypeList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html',1,'amrex']]], - ['typelistget_9976',['TypeListGet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'amrex::detail']]], - ['typelistget_3c_200_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9977',['TypeListGet< 0, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['typelistget_3c_20i_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9978',['TypeListGet< I, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_01I_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], - ['typelistget_3c_20i_2d1_2c_20typelist_3c_20tail_2e_2e_2e_20_3e_20_3e_9979',['TypeListGet< I-1, TypeList< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'']]] + ['table1d_9991',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html',1,'amrex']]], + ['table2d_9992',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'amrex']]], + ['table2d_3c_20rt_20_3e_9993',['Table2D< RT >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html',1,'']]], + ['table3d_9994',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html',1,'amrex']]], + ['table4d_9995',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html',1,'amrex']]], + ['tabledata_9996',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html',1,'amrex']]], + ['tagbox_9997',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html',1,'amrex']]], + ['tagboxarray_9998',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html',1,'amrex']]], + ['thefaarenadeleter_9999',['TheFaArenaDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html',1,'amrex']]], + ['thisparticletilehasnoaos_10000',['ThisParticleTileHasNoAoS',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html',1,'amrex']]], + ['thisparticletilehasnoparticlevector_10001',['ThisParticleTileHasNoParticleVector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoParticleVector.html',1,'amrex']]], + ['tilearray_10002',['TileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html',1,'amrex::FabArrayBase']]], + ['tilesize_10003',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html',1,'amrex']]], + ['timeintegrator_10004',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html',1,'amrex']]], + ['timeinterval_10005',['TimeInterval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html',1,'amrex::StateData']]], + ['timerange_10006',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html',1,'BLProfStats']]], + ['timerangecompare_10007',['TimeRangeCompare',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html',1,'BLProfStats']]], + ['tinyprofiler_10008',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html',1,'amrex']]], + ['tinyprofileregion_10009',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html',1,'amrex']]], + ['torusif_10010',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html',1,'amrex::EB2']]], + ['tracerparticlecontainer_10011',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html',1,'amrex']]], + ['transformerghost_10012',['TransformerGhost',['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html',1,'']]], + ['transformervirt_10013',['TransformerVirt',['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html',1,'']]], + ['translationif_10014',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html',1,'amrex::EB2']]], + ['triangle_10015',['Triangle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html',1,'amrex::STLtools']]], + ['tuple_5fcat_5fresult_10016',['tuple_cat_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result.html',1,'amrex::detail']]], + ['tuple_5fcat_5fresult_3c_20gputuple_3c_20t1s_2e_2e_2e_20_3e_2c_20gputuple_3c_20t2s_2e_2e_2e_20_3e_2c_20tps_2e_2e_2e_20_3e_10017',['tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html',1,'amrex::detail']]], + ['tuple_5fcat_5fresult_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_10018',['tuple_cat_result< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_10019',['tuple_element< s, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_10020',['tuple_element< s, amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20s_2c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_10021',['tuple_element< s, amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5felement_3c_20std_3a_3asize_5ft_7b0_7d_2c_20amrex_3a_3agputuple_3c_20t_2c_20ts_2e_2e_2e_20_3e_20_3e_10022',['tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3agputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_10023',['tuple_size< amrex::GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3aindextypend_3c_20dim_20_3e_20_3e_10024',['tuple_size< amrex::IndexTypeND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html',1,'std']]], + ['tuple_5fsize_3c_20amrex_3a_3aintvectnd_3c_20dim_20_3e_20_3e_10025',['tuple_size< amrex::IntVectND< dim > >',['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html',1,'std']]], + ['typelist_10026',['TypeList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html',1,'amrex']]], + ['typelistget_10027',['TypeListGet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'amrex::detail']]], + ['typelistget_3c_200_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_10028',['TypeListGet< 0, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['typelistget_3c_20i_2c_20typelist_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_10029',['TypeListGet< I, TypeList< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_01I_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex::detail']]], + ['typelistget_3c_20i_2d1_2c_20typelist_3c_20tail_2e_2e_2e_20_3e_20_3e_10030',['TypeListGet< I-1, TypeList< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_13.js b/amrex-hydro/Doxygen/html/search/classes_13.js index 79bf403..3063b33 100644 --- a/amrex-hydro/Doxygen/html/search/classes_13.js +++ b/amrex-hydro/Doxygen/html/search/classes_13.js @@ -1,8 +1,8 @@ var searchData= [ - ['unionif_9980',['UnionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html',1,'amrex::EB2']]], - ['unwrap_9981',['unwrap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html',1,'amrex::detail']]], - ['unwrap_3c_20std_3a_3areference_5fwrapper_3c_20t_20_3e_20_3e_9982',['unwrap< std::reference_wrapper< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html',1,'amrex::detail']]], - ['upwind_9983',['upwind',['../structPPM_1_1upwind.html',1,'PPM']]], - ['userfunc_9984',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html',1,'amrex::AMRErrorTag']]] + ['unionif_10031',['UnionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html',1,'amrex::EB2']]], + ['unwrap_10032',['unwrap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html',1,'amrex::detail']]], + ['unwrap_3c_20std_3a_3areference_5fwrapper_3c_20t_20_3e_20_3e_10033',['unwrap< std::reference_wrapper< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html',1,'amrex::detail']]], + ['upwind_10034',['upwind',['../structPPM_1_1upwind.html',1,'PPM']]], + ['userfunc_10035',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html',1,'amrex::AMRErrorTag']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_14.js b/amrex-hydro/Doxygen/html/search/classes_14.js index ad20582..c5de601 100644 --- a/amrex-hydro/Doxygen/html/search/classes_14.js +++ b/amrex-hydro/Doxygen/html/search/classes_14.js @@ -1,176 +1,176 @@ var searchData= [ - ['vallocpair_9985',['ValLocPair',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html',1,'amrex']]], - ['vanleer_9986',['vanleer',['../structPPM_1_1vanleer.html',1,'PPM']]], - ['vector_9987',['Vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_20_2a_2c_20amrex_5fspacedim_20_3e_20_3e_9988',['Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_9989',['Vector< amrex::Array< amrex::MultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3abcrec_20_3e_9990',['Vector< amrex::BCRec >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3acallstats_20_3e_9991',['Vector< amrex::BLProfiler::CallStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3acommstats_20_3e_9992',['Vector< amrex::BLProfiler::CommStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ablprofiler_3a_3arstartstop_20_3e_9993',['Vector< amrex::BLProfiler::RStartStop >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxarray_20_3e_9994',['Vector< amrex::BoxArray >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxlist_20_3e_9995',['Vector< amrex::BoxList >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aboxnd_20_3e_9996',['Vector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adataservices_20_2a_20_3e_9997',['Vector< amrex::DataServices * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adistfcnelement2d_20_2a_20_3e_9998',['Vector< amrex::distFcnElement2d * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3adistributionmapping_20_3e_9999',['Vector< amrex::DistributionMapping >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3achkptfilelevel_20_3e_10000',['Vector< amrex::EB2::ChkptFileLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3aedge_20_3e_10001',['Vector< amrex::EB2::Edge >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3agshoplevel_3c_20g_20_3e_20_3e_10002',['Vector< amrex::EB2::GShopLevel< G > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3apolyterm_20_3e_10003',['Vector< amrex::EB2::PolyTerm >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aeb2_3a_3astllevel_20_3e_10004',['Vector< amrex::EB2::STLLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3afabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_20_3e_10005',['Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aforkjoin_3a_3acomponentset_20_3e_10006',['Vector< amrex::ForkJoin::ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aforkjoin_3a_3amffork_20_3e_10007',['Vector< amrex::ForkJoin::MFFork >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ageometry_20_3e_10008',['Vector< amrex::Geometry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aimultifab_20_3e_10009',['Vector< amrex::iMultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aindextypend_20_3e_10010',['Vector< amrex::IndexTypeND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ainterpbase_20_2a_20_3e_10011',['Vector< amrex::InterpBase * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aintvectnd_20_3e_10012',['Vector< amrex::IntVectND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3alayoutdata_3c_20hypre_5fint_20_3e_20_3e_10013',['Vector< amrex::LayoutData< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_10014',['Vector< amrex::LayoutData< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3amultifab_20_2a_20_3e_10015',['Vector< amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3amultifab_20_3e_10016',['Vector< amrex::MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3amultimask_20_3e_10017',['Vector< amrex::MultiMask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcommtag_20_3e_10018',['Vector< amrex::NeighborParticleContainer::NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aparticlelocator_3c_20bins_20_3e_20_3e_10019',['Vector< amrex::ParticleLocator< Bins > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_10020',['Vector< amrex::PODVector< amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_10021',['Vector< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10022',['Vector< amrex::PODVector< IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_10023',['Vector< amrex::PODVector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3apodvector_3c_20std_3a_3asize_5ft_20_3e_20_3e_10024',['Vector< amrex::PODVector< std::size_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3areal_20_3e_10025',['Vector< amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3astatedata_20_3e_10026',['Vector< amrex::StateData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_10027',['Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxarray_20_3e_20_3e_10028',['Vector< amrex::Vector< amrex::BoxArray > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxnd_20_3e_20_3e_10029',['Vector< amrex::Vector< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_10030',['Vector< amrex::Vector< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afabarrayid_20_3e_20_3e_10031',['Vector< amrex::Vector< amrex::FabArrayId > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afarraybox_20_2a_20_3e_20_3e_10032',['Vector< amrex::Vector< amrex::FArrayBox * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3ageometry_20_3e_20_3e_10033',['Vector< amrex::Vector< amrex::Geometry > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aimultifab_20_3e_20_3e_10034',['Vector< amrex::Vector< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_2a_20_3e_20_3e_10035',['Vector< amrex::Vector< amrex::MultiFab * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_20_3e_10036',['Vector< amrex::Vector< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3areal_20_3e_20_3e_10037',['Vector< amrex::Vector< amrex::Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afillboxid_20_3e_20_3e_20_3e_10038',['Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_20_3e_10039',['Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_20_3e_10040',['Vector< amrex::Vector< amrex::Vector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_20_3e_10041',['Vector< amrex::Vector< amrex::Vector< Real > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avismf_20_2a_20_3e_20_3e_10042',['Vector< amrex::Vector< amrex::VisMF * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10043',['Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultimask_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_20_3e_10044',['Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20mf_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10045',['Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_2c_203_20_3e_20_3e_20_3e_10046',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_203_20_3e_20_3e_20_3e_10047',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10048',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10049',['Vector< amrex::Vector< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3avector_3c_20double_20_3e_20_3e_10050',['Vector< amrex::Vector< double > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20fab_20_2a_20_3e_20_3e_10051',['Vector< amrex::Vector< FAB * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20hypre_5fint_20_3e_20_3e_10052',['Vector< amrex::Vector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_10053',['Vector< amrex::Vector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20long_20_3e_20_3e_10054',['Vector< amrex::Vector< Long > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20mf_20_3e_20_3e_10055',['Vector< amrex::Vector< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_10056',['Vector< amrex::Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20rt_20_3e_20_3e_10057',['Vector< amrex::Vector< RT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afabfactory_3c_20fab_20_3e_20_3e_20_3e_20_3e_10058',['Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3agpu_3a_3adevicescalar_3c_20amrex_3a_3alusolver_3c_20amrex_5fspacedim_20_2a2_2c_20rt_20_3e_20_3e_20_3e_20_3e_20_3e_10059',['Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_20_3e_10060',['Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlcelllinopt_3a_3abndrycondloc_20_3e_20_3e_20_3e_10061',['Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_10062',['Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20bndrycondloc_20_3e_20_3e_20_3e_10063',['Vector< amrex::Vector< std::unique_ptr< BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3avector_3c_20bool_20_3e_20_3e_20_3e_10064',['Vector< amrex::Vector< std::vector< bool > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3avismf_3a_3afabondisk_20_3e_10065',['Vector< amrex::VisMF::FabOnDisk >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3aweightedbox_20_3e_10066',['Vector< amrex::WeightedBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20amrex_3a_3ayafluxregistert_3c_20mf_20_3e_20_3e_10067',['Vector< amrex::YAFluxRegisterT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20amrex_3a_3aimultifab_2c_20amrex_5fspacedim_20_3e_20_3e_10068',['Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20amrex_3a_3alayoutdata_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_10069',['Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20bctype_2c_20amrex_5fspacedim_20_3e_20_3e_10070',['Vector< Array< BCType, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20array_3c_20real_2c_20amrex_5fspacedim_20_3e_20_3e_10071',['Vector< Array< Real, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20barrierentry_20_3e_10072',['Vector< BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20blpdatablock_20_3e_10073',['Vector< BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20blprofstats_3a_3ablpdatablock_20_3e_10074',['Vector< BLProfStats::BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_10075',['Vector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20char_20_2a_20_3e_10076',['Vector< char * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20char_20_3e_10077',['Vector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20char_20const_20_2a_20_3e_10078',['Vector< char const * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3abarrierentry_20_3e_10079',['Vector< CommProfStats::BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3adatablock_20_3e_10080',['Vector< CommProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3anametagentry_20_3e_10081',['Vector< CommProfStats::NameTagEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20commprofstats_3a_3areductionentry_20_3e_10082',['Vector< CommProfStats::ReductionEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20componentset_20_3e_10083',['Vector< ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20const_20amrex_3a_3amultifab_20_2a_20_3e_10084',['Vector< const amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_2a_20_3e_10085',['Vector< const FabArrayBase::CopyComTagsContainer * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20datablock_20_3e_10086',['Vector< DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20double_20_3e_10087',['Vector< double >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20gpustream_5ft_20_3e_10088',['Vector< gpuStream_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20indextypend_3c_20amrex_5fspacedim_20_3e_20_3e_10089',['Vector< IndexTypeND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20int_20_3e_10090',['Vector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_10091',['Vector< IntVectND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20long_20_3e_10092',['Vector< long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20long_20_3e_10093',['Vector< Long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mf_20_3e_10094',['Vector< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mpi_5frequest_20_3e_10095',['Vector< MPI_Request >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20mpi_5fstatus_20_3e_10096',['Vector< MPI_Status >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20multifab_20_3e_10097',['Vector< MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20neighborcommtag_20_3e_10098',['Vector< NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20particlelevel_20_3e_10099',['Vector< ParticleLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20real_20_3e_10100',['Vector< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20regionsprofstats_3a_3adatablock_20_3e_10101',['Vector< RegionsProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20rt_20_3e_10102',['Vector< RT >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20setbuf_5fchar_5ftype_20_3e_10103',['Vector< Setbuf_Char_Type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aifstream_20_2a_20_3e_10104',['Vector< std::ifstream * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3alist_3c_20amrex_3a_3axyplotdatalistlink_20_2a_20_3e_20_3e_10105',['Vector< std::list< amrex::XYPlotDataListLink * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3alist_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_10106',['Vector< std::list< BLProfStats::TimeRange > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3aintvectnd_20_3e_20_3e_10107',['Vector< std::map< int, amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_20_3e_10108',['Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_10109',['Vector< std::map< int, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_20_3e_10110',['Vector< std::map< int, amrex::PODVector< IntVectND< AMREX_SPACEDIM > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20int_2c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10111',['Vector< std::map< int, IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3ainversecopytag_20_3e_20_3e_20_3e_10112',['Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcopytag_20_3e_20_3e_20_3e_20_3e_10113',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20neighborcopytag_20_3e_20_3e_20_3e_20_3e_10114',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20inversecopytag_20_3e_20_3e_20_3e_10115',['Vector< std::map< PairIndex, amrex::Vector< InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20int_20_3e_20_3e_10116',['Vector< std::map< PairIndex, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20intvector_20_3e_20_3e_10117',['Vector< std::map< PairIndex, IntVector > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20particletile_20_3e_20_3e_10118',['Vector< std::map< PairIndex, ParticleTile > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3aneighborlist_3c_20particletype_20_3e_20_3e_20_3e_10119',['Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_10120',['Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3amap_3c_20std_3a_3astring_2c_20int_20_3e_20_3e_10121',['Vector< std::map< std::string, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_20_3e_10122',['Vector< std::pair< int, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_20_3e_10123',['Vector< std::pair< Real, std::unique_ptr< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20multifab_20_3e_20_3e_20_3e_10124',['Vector< std::pair< Real, std::unique_ptr< MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3apair_3c_20void_20_2a_2c_20amrex_3a_3aarena_20_2a_20_3e_20_3e_10125',['Vector< std::pair< void *, amrex::Arena * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3asize_5ft_20_3e_10126',['Vector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3astring_20_3e_10127',['Vector< std::string >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aamrlevel_20_3e_20_3e_10128',['Vector< std::unique_ptr< amrex::AmrLevel > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_20_3e_20_3e_10129',['Vector< std::unique_ptr< amrex::BndryRegisterT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_10130',['Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_10131',['Vector< std::unique_ptr< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aeb2_3a_3aindexspace_20_3e_20_3e_10132',['Vector< std::unique_ptr< amrex::EB2::IndexSpace > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aerrorrec_20_3e_20_3e_10133',['Vector< std::unique_ptr< amrex::ErrorRec > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afillpatcher_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_10134',['Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_10135',['Vector< std::unique_ptr< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_20_3e_10136',['Vector< std::unique_ptr< amrex::LayoutData< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_20_3e_20_3e_10137',['Vector< std::unique_ptr< amrex::MLMGBndryT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_3c_20mf_20_3e_20_3e_20_3e_10138',['Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_10139',['Vector< std::unique_ptr< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_20_3e_20_3e_10140',['Vector< std::unique_ptr< amrex::StateDescriptor > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_3a_3abndryfunc_20_3e_20_3e_10141',['Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3avismf_20_3e_20_3e_10142',['Vector< std::unique_ptr< amrex::VisMF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_20_3e_10143',['Vector< std::unique_ptr< Array< MultiFab, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20bndryfunc_20_3e_20_3e_10144',['Vector< std::unique_ptr< BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_10145',['Vector< std::unique_ptr< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20std_3a_3afstream_20_3e_20_3e_10146',['Vector< std::unique_ptr< std::fstream > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20std_3a_3aunique_5fptr_3c_20t_20_3e_20_3e_10147',['Vector< std::unique_ptr< T > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20t_20_3e_10148',['Vector< T >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], - ['vector_3c_20v_20_3e_10149',['Vector< V >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vector_3c_20multifab_20_3e_20_3e_10150',['Vector< Vector< MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vector_3c_20real_20_3e_20_3e_10151',['Vector< Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vector_3c_20vertex_20_3e_10152',['Vector< Vertex >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], - ['vectortag_10153',['VectorTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html',1,'amrex']]], - ['vertex_10154',['Vertex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html',1,'amrex::EB2']]], - ['vismf_10155',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html',1,'amrex']]], - ['vismfbuffer_10156',['VisMFBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html',1,'amrex']]], - ['voidcopytag_10157',['VoidCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html',1,'']]] + ['vallocpair_10036',['ValLocPair',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html',1,'amrex']]], + ['vanleer_10037',['vanleer',['../structPPM_1_1vanleer.html',1,'PPM']]], + ['vector_10038',['Vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_20_2a_2c_20amrex_5fspacedim_20_3e_20_3e_10039',['Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3aarray_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_10040',['Vector< amrex::Array< amrex::MultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3abcrec_20_3e_10041',['Vector< amrex::BCRec >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3acallstats_20_3e_10042',['Vector< amrex::BLProfiler::CallStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3acommstats_20_3e_10043',['Vector< amrex::BLProfiler::CommStats >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ablprofiler_3a_3arstartstop_20_3e_10044',['Vector< amrex::BLProfiler::RStartStop >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxarray_20_3e_10045',['Vector< amrex::BoxArray >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxlist_20_3e_10046',['Vector< amrex::BoxList >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aboxnd_20_3e_10047',['Vector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adataservices_20_2a_20_3e_10048',['Vector< amrex::DataServices * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adistfcnelement2d_20_2a_20_3e_10049',['Vector< amrex::distFcnElement2d * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3adistributionmapping_20_3e_10050',['Vector< amrex::DistributionMapping >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3achkptfilelevel_20_3e_10051',['Vector< amrex::EB2::ChkptFileLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3aedge_20_3e_10052',['Vector< amrex::EB2::Edge >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3agshoplevel_3c_20g_20_3e_20_3e_10053',['Vector< amrex::EB2::GShopLevel< G > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3apolyterm_20_3e_10054',['Vector< amrex::EB2::PolyTerm >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aeb2_3a_3astllevel_20_3e_10055',['Vector< amrex::EB2::STLLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3afabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_20_3e_10056',['Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aforkjoin_3a_3acomponentset_20_3e_10057',['Vector< amrex::ForkJoin::ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aforkjoin_3a_3amffork_20_3e_10058',['Vector< amrex::ForkJoin::MFFork >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ageometry_20_3e_10059',['Vector< amrex::Geometry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aimultifab_20_3e_10060',['Vector< amrex::iMultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aindextypend_20_3e_10061',['Vector< amrex::IndexTypeND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ainterpbase_20_2a_20_3e_10062',['Vector< amrex::InterpBase * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aintvectnd_20_3e_10063',['Vector< amrex::IntVectND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3alayoutdata_3c_20hypre_5fint_20_3e_20_3e_10064',['Vector< amrex::LayoutData< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_10065',['Vector< amrex::LayoutData< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3amultifab_20_2a_20_3e_10066',['Vector< amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3amultifab_20_3e_10067',['Vector< amrex::MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3amultimask_20_3e_10068',['Vector< amrex::MultiMask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcommtag_20_3e_10069',['Vector< amrex::NeighborParticleContainer::NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aparticlelocator_3c_20bins_20_3e_20_3e_10070',['Vector< amrex::ParticleLocator< Bins > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_10071',['Vector< amrex::PODVector< amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_10072',['Vector< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10073',['Vector< amrex::PODVector< IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_10074',['Vector< amrex::PODVector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3apodvector_3c_20std_3a_3asize_5ft_20_3e_20_3e_10075',['Vector< amrex::PODVector< std::size_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3areal_20_3e_10076',['Vector< amrex::Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3astatedata_20_3e_10077',['Vector< amrex::StateData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_10078',['Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxarray_20_3e_20_3e_10079',['Vector< amrex::Vector< amrex::BoxArray > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboxnd_20_3e_20_3e_10080',['Vector< amrex::Vector< amrex::BoxND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_10081',['Vector< amrex::Vector< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afabarrayid_20_3e_20_3e_10082',['Vector< amrex::Vector< amrex::FabArrayId > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afarraybox_20_2a_20_3e_20_3e_10083',['Vector< amrex::Vector< amrex::FArrayBox * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3ageometry_20_3e_20_3e_10084',['Vector< amrex::Vector< amrex::Geometry > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aimultifab_20_3e_20_3e_10085',['Vector< amrex::Vector< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_2a_20_3e_20_3e_10086',['Vector< amrex::Vector< amrex::MultiFab * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_20_3e_10087',['Vector< amrex::Vector< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3areal_20_3e_20_3e_10088',['Vector< amrex::Vector< amrex::Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3afillboxid_20_3e_20_3e_20_3e_10089',['Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_20_3e_10090',['Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_20_3e_10091',['Vector< amrex::Vector< amrex::Vector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_20_3e_10092',['Vector< amrex::Vector< amrex::Vector< Real > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20amrex_3a_3avismf_20_2a_20_3e_20_3e_10093',['Vector< amrex::Vector< amrex::VisMF * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultifab_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10094',['Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20amrex_3a_3amultimask_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_20_3e_10095',['Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20mf_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10096',['Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_2c_203_20_3e_20_3e_20_3e_10097',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_203_20_3e_20_3e_20_3e_10098',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20array_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10099',['Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10100',['Vector< amrex::Vector< BoxND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3avector_3c_20double_20_3e_20_3e_10101',['Vector< amrex::Vector< double > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20fab_20_2a_20_3e_20_3e_10102',['Vector< amrex::Vector< FAB * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20hypre_5fint_20_3e_20_3e_10103',['Vector< amrex::Vector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20int_20_3e_20_3e_10104',['Vector< amrex::Vector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20long_20_3e_20_3e_10105',['Vector< amrex::Vector< Long > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20mf_20_3e_20_3e_10106',['Vector< amrex::Vector< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20real_20_3e_20_3e_10107',['Vector< amrex::Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20rt_20_3e_20_3e_10108',['Vector< amrex::Vector< RT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afabfactory_3c_20fab_20_3e_20_3e_20_3e_20_3e_10109',['Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3agpu_3a_3adevicescalar_3c_20amrex_3a_3alusolver_3c_20amrex_5fspacedim_20_2a2_2c_20rt_20_3e_20_3e_20_3e_20_3e_20_3e_10110',['Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_20_3e_10111',['Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlcelllinopt_3a_3abndrycondloc_20_3e_20_3e_20_3e_10112',['Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_10113',['Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3aunique_5fptr_3c_20bndrycondloc_20_3e_20_3e_20_3e_10114',['Vector< amrex::Vector< std::unique_ptr< BndryCondLoc > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20amrex_3a_3avector_3c_20std_3a_3avector_3c_20bool_20_3e_20_3e_20_3e_10115',['Vector< amrex::Vector< std::vector< bool > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3avismf_3a_3afabondisk_20_3e_10116',['Vector< amrex::VisMF::FabOnDisk >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3aweightedbox_20_3e_10117',['Vector< amrex::WeightedBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20amrex_3a_3ayafluxregistert_3c_20mf_20_3e_20_3e_10118',['Vector< amrex::YAFluxRegisterT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20amrex_3a_3aimultifab_2c_20amrex_5fspacedim_20_3e_20_3e_10119',['Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20amrex_3a_3alayoutdata_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3apodvector_3c_20real_20_3e_20_3e_20_3e_2c_20amrex_5fspacedim_20_3e_20_3e_10120',['Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20bctype_2c_20amrex_5fspacedim_20_3e_20_3e_10121',['Vector< Array< BCType, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20array_3c_20real_2c_20amrex_5fspacedim_20_3e_20_3e_10122',['Vector< Array< Real, AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20barrierentry_20_3e_10123',['Vector< BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20blpdatablock_20_3e_10124',['Vector< BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20blprofstats_3a_3ablpdatablock_20_3e_10125',['Vector< BLProfStats::BLPDataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_10126',['Vector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20char_20_2a_20_3e_10127',['Vector< char * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20char_20_3e_10128',['Vector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20char_20const_20_2a_20_3e_10129',['Vector< char const * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3abarrierentry_20_3e_10130',['Vector< CommProfStats::BarrierEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3adatablock_20_3e_10131',['Vector< CommProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3anametagentry_20_3e_10132',['Vector< CommProfStats::NameTagEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20commprofstats_3a_3areductionentry_20_3e_10133',['Vector< CommProfStats::ReductionEntry >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20componentset_20_3e_10134',['Vector< ComponentSet >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20const_20amrex_3a_3amultifab_20_2a_20_3e_10135',['Vector< const amrex::MultiFab * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_2a_20_3e_10136',['Vector< const FabArrayBase::CopyComTagsContainer * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20datablock_20_3e_10137',['Vector< DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20double_20_3e_10138',['Vector< double >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20gpustream_5ft_20_3e_10139',['Vector< gpuStream_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20indextypend_3c_20amrex_5fspacedim_20_3e_20_3e_10140',['Vector< IndexTypeND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20int_20_3e_10141',['Vector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_10142',['Vector< IntVectND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20long_20_3e_10143',['Vector< Long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20long_20_3e_10144',['Vector< long >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mf_20_3e_10145',['Vector< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mpi_5frequest_20_3e_10146',['Vector< MPI_Request >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20mpi_5fstatus_20_3e_10147',['Vector< MPI_Status >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20multifab_20_3e_10148',['Vector< MultiFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20neighborcommtag_20_3e_10149',['Vector< NeighborCommTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20particlelevel_20_3e_10150',['Vector< ParticleLevel >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20real_20_3e_10151',['Vector< Real >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20regionsprofstats_3a_3adatablock_20_3e_10152',['Vector< RegionsProfStats::DataBlock >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20rt_20_3e_10153',['Vector< RT >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20setbuf_5fchar_5ftype_20_3e_10154',['Vector< Setbuf_Char_Type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aifstream_20_2a_20_3e_10155',['Vector< std::ifstream * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3alist_3c_20amrex_3a_3axyplotdatalistlink_20_2a_20_3e_20_3e_10156',['Vector< std::list< amrex::XYPlotDataListLink * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3alist_3c_20blprofstats_3a_3atimerange_20_3e_20_3e_10157',['Vector< std::list< BLProfStats::TimeRange > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3aintvectnd_20_3e_20_3e_10158',['Vector< std::map< int, amrex::IntVectND > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20amrex_3a_3aintvectnd_20_3e_20_3e_20_3e_10159',['Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_10160',['Vector< std::map< int, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20amrex_3a_3apodvector_3c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_20_3e_10161',['Vector< std::map< int, amrex::PODVector< IntVectND< AMREX_SPACEDIM > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20int_2c_20intvectnd_3c_20amrex_5fspacedim_20_3e_20_3e_20_3e_10162',['Vector< std::map< int, IntVectND< AMREX_SPACEDIM > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3ainversecopytag_20_3e_20_3e_20_3e_10163',['Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aneighborparticlecontainer_3a_3aneighborcopytag_20_3e_20_3e_20_3e_20_3e_10164',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20neighborcopytag_20_3e_20_3e_20_3e_20_3e_10165',['Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< NeighborCopyTag > > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20amrex_3a_3avector_3c_20inversecopytag_20_3e_20_3e_20_3e_10166',['Vector< std::map< PairIndex, amrex::Vector< InverseCopyTag > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20int_20_3e_20_3e_10167',['Vector< std::map< PairIndex, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20intvector_20_3e_20_3e_10168',['Vector< std::map< PairIndex, IntVector > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20pairindex_2c_20particletile_20_3e_20_3e_10169',['Vector< std::map< PairIndex, ParticleTile > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3aneighborlist_3c_20particletype_20_3e_20_3e_20_3e_10170',['Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_2c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_20_3e_10171',['Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3amap_3c_20std_3a_3astring_2c_20int_20_3e_20_3e_10172',['Vector< std::map< std::string, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20int_2c_20int_20_3e_20_3e_10173',['Vector< std::pair< int, int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_20_3e_10174',['Vector< std::pair< Real, std::unique_ptr< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3apair_3c_20real_2c_20std_3a_3aunique_5fptr_3c_20multifab_20_3e_20_3e_20_3e_10175',['Vector< std::pair< Real, std::unique_ptr< MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3apair_3c_20void_20_2a_2c_20amrex_3a_3aarena_20_2a_20_3e_20_3e_10176',['Vector< std::pair< void *, amrex::Arena * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3asize_5ft_20_3e_10177',['Vector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3astring_20_3e_10178',['Vector< std::string >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aamrlevel_20_3e_20_3e_10179',['Vector< std::unique_ptr< amrex::AmrLevel > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_20_3e_20_3e_10180',['Vector< std::unique_ptr< amrex::BndryRegisterT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3abndryregistert_3c_20mf_20_3e_20_3e_20_3e_10181',['Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3adistributionmapping_20_3e_20_3e_10182',['Vector< std::unique_ptr< amrex::DistributionMapping > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aeb2_3a_3aindexspace_20_3e_20_3e_10183',['Vector< std::unique_ptr< amrex::EB2::IndexSpace > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aerrorrec_20_3e_20_3e_10184',['Vector< std::unique_ptr< amrex::ErrorRec > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3afillpatcher_3c_20amrex_3a_3amultifab_20_3e_20_3e_20_3e_10185',['Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3aimultifab_20_3e_20_3e_10186',['Vector< std::unique_ptr< amrex::iMultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3alayoutdata_3c_20int_20_3e_20_3e_20_3e_10187',['Vector< std::unique_ptr< amrex::LayoutData< int > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_20_3e_20_3e_10188',['Vector< std::unique_ptr< amrex::MLMGBndryT > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amlmgbndryt_3c_20mf_20_3e_20_3e_20_3e_10189',['Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3amultifab_20_3e_20_3e_10190',['Vector< std::unique_ptr< amrex::MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_20_3e_20_3e_10191',['Vector< std::unique_ptr< amrex::StateDescriptor > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3astatedescriptor_3a_3abndryfunc_20_3e_20_3e_10192',['Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20amrex_3a_3avismf_20_3e_20_3e_10193',['Vector< std::unique_ptr< amrex::VisMF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_20_3e_10194',['Vector< std::unique_ptr< Array< MultiFab, 3 > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20bndryfunc_20_3e_20_3e_10195',['Vector< std::unique_ptr< BndryFunc > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20mf_20_3e_20_3e_10196',['Vector< std::unique_ptr< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20std_3a_3afstream_20_3e_20_3e_10197',['Vector< std::unique_ptr< std::fstream > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20std_3a_3aunique_5fptr_3c_20t_20_3e_20_3e_10198',['Vector< std::unique_ptr< T > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20t_20_3e_10199',['Vector< T >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'amrex']]], + ['vector_3c_20v_20_3e_10200',['Vector< V >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vector_3c_20multifab_20_3e_20_3e_10201',['Vector< Vector< MultiFab > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vector_3c_20real_20_3e_20_3e_10202',['Vector< Vector< Real > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vector_3c_20vertex_20_3e_10203',['Vector< Vertex >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html',1,'']]], + ['vectortag_10204',['VectorTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html',1,'amrex']]], + ['vertex_10205',['Vertex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html',1,'amrex::EB2']]], + ['vismf_10206',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html',1,'amrex']]], + ['vismfbuffer_10207',['VisMFBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html',1,'amrex']]], + ['voidcopytag_10208',['VoidCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_15.js b/amrex-hydro/Doxygen/html/search/classes_15.js index 94297c2..b4bf63b 100644 --- a/amrex-hydro/Doxygen/html/search/classes_15.js +++ b/amrex-hydro/Doxygen/html/search/classes_15.js @@ -1,9 +1,9 @@ var searchData= [ - ['warpreduce_10158',['warpReduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html',1,'amrex::Gpu']]], - ['weightedbox_10159',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html',1,'amrex']]], - ['weightedboxlist_10160',['WeightedBoxList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html',1,'amrex']]], - ['weno_5fjs_10161',['weno_js',['../structPPM_1_1weno__js.html',1,'PPM']]], - ['wenoz_10162',['wenoz',['../structPPM_1_1wenoz.html',1,'PPM']]], - ['writeinfo_10163',['WriteInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html',1,'amrex::AsyncOut']]] + ['warpreduce_10209',['warpReduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html',1,'amrex::Gpu']]], + ['weightedbox_10210',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html',1,'amrex']]], + ['weightedboxlist_10211',['WeightedBoxList',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html',1,'amrex']]], + ['weno_5fjs_10212',['weno_js',['../structPPM_1_1weno__js.html',1,'PPM']]], + ['wenoz_10213',['wenoz',['../structPPM_1_1wenoz.html',1,'PPM']]], + ['writeinfo_10214',['WriteInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html',1,'amrex::AsyncOut']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_16.js b/amrex-hydro/Doxygen/html/search/classes_16.js index 2f8809a..134ff6b 100644 --- a/amrex-hydro/Doxygen/html/search/classes_16.js +++ b/amrex-hydro/Doxygen/html/search/classes_16.js @@ -1,6 +1,6 @@ var searchData= [ - ['xdim3_10164',['XDim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html',1,'amrex']]], - ['xyplotdatalist_10165',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html',1,'amrex']]], - ['xyplotdatalistlink_10166',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html',1,'amrex']]] + ['xdim3_10215',['XDim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html',1,'amrex']]], + ['xyplotdatalist_10216',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html',1,'amrex']]], + ['xyplotdatalistlink_10217',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_17.js b/amrex-hydro/Doxygen/html/search/classes_17.js index 5f0327d..b69b9dd 100644 --- a/amrex-hydro/Doxygen/html/search/classes_17.js +++ b/amrex-hydro/Doxygen/html/search/classes_17.js @@ -1,7 +1,7 @@ var searchData= [ - ['yafluxregistert_10167',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html',1,'amrex']]], - ['yy_5fbuffer_5fstate_10168',['yy_buffer_state',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html',1,'']]], - ['yy_5ftrans_5finfo_10169',['yy_trans_info',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html',1,'']]], - ['yyalloc_10170',['yyalloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html',1,'']]] + ['yafluxregistert_10218',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html',1,'amrex']]], + ['yy_5fbuffer_5fstate_10219',['yy_buffer_state',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html',1,'']]], + ['yy_5ftrans_5finfo_10220',['yy_trans_info',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html',1,'']]], + ['yyalloc_10221',['yyalloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_2.js b/amrex-hydro/Doxygen/html/search/classes_2.js index cdd5d3b..2704a4d 100644 --- a/amrex-hydro/Doxygen/html/search/classes_2.js +++ b/amrex-hydro/Doxygen/html/search/classes_2.js @@ -1,57 +1,57 @@ var searchData= [ - ['c_9190',['C',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1C.html',1,'amrex::Order']]], - ['cachestats_9191',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html',1,'amrex::FabArrayBase']]], - ['calltreenode_9192',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html',1,'BLProfStats']]], - ['carena_9193',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html',1,'amrex']]], - ['cell_9194',['Cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html',1,'amrex::EB2']]], - ['celladd_9195',['CellAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html',1,'detail']]], - ['cellatomicadd_9196',['CellAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html',1,'detail']]], - ['cellbilinear_9197',['CellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html',1,'amrex']]], - ['cellconservativelinear_9198',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html',1,'amrex']]], - ['cellconservativeprotected_9199',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html',1,'amrex']]], - ['cellconservativequartic_9200',['CellConservativeQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html',1,'amrex']]], - ['celldata_9201',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html',1,'amrex']]], - ['cellindexenum_9202',['CellIndexEnum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html',1,'amrex']]], - ['cellquadratic_9203',['CellQuadratic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html',1,'amrex']]], - ['cellquartic_9204',['CellQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html',1,'amrex']]], - ['cellstore_9205',['CellStore',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html',1,'detail']]], - ['cfinfo_9206',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html',1,'amrex::FabArrayBase']]], - ['chkptfile_9207',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html',1,'amrex::EB2']]], - ['chkptfilelevel_9208',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html',1,'amrex::EB2']]], - ['cluster_9209',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html',1,'amrex']]], - ['clusterlist_9210',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html',1,'amrex']]], - ['clz_5ftag_9211',['clz_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clz__tag.html',1,'amrex::detail']]], - ['clzl_5ftag_9212',['clzl_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzl__tag.html',1,'amrex::detail']]], - ['clzll_5ftag_9213',['clzll_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzll__tag.html',1,'amrex::detail']]], - ['commcontainer_9214',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex::MLLinOpT']]], - ['commdata_9215',['CommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html',1,'amrex::NonLocalBC']]], - ['commhandler_9216',['CommHandler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html',1,'amrex::NonLocalBC']]], - ['commmetadata_9217',['CommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html',1,'amrex::FabArrayBase']]], - ['commprofstats_9218',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html',1,'']]], - ['compiletimeoptions_9219',['CompileTimeOptions',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html',1,'amrex']]], - ['complementif_9220',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html',1,'amrex::EB2']]], - ['componentbox_9221',['ComponentBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html',1,'amrex::Gpu']]], - ['componentset_9222',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex::ForkJoin']]], - ['conjunction_9223',['Conjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'amrex']]], - ['conjunction_3c_20b1_20_3e_9224',['Conjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_01_4.html',1,'amrex']]], - ['conjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_9225',['Conjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], - ['conjunction_3c_20iscallabler_3c_20dim3_2c_20indexmap_20_26_2c_20const_20dim3_20_26_20_3e_2c_20hasinversememfn_3c_20const_20indexmap_20_26_20_3e_20_3e_9226',['Conjunction< IsCallableR< Dim3, IndexMap &, const Dim3 & >, HasInverseMemFn< const IndexMap & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], - ['conjunction_3c_20isdetected_3c_20localcopy_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_26_20_3e_2c_20isdetected_3c_20preparesendbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20preparerecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20packsendbuffers_5ft_2c_20dp_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_2c_20isdetected_3c_20unpackrecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_20_3e_9227',['Conjunction< IsDetected< LocalCopy_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, const FabArrayBase::CopyComTagsContainer & >, IsDetected< PrepareSendBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PrepareRecvBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PackSendBuffers_t, DP &, const FabArray< FAB > &, CommData & >, IsDetected< UnpackRecvBuffers_t, DP &, FabArray< FAB > &, CommData & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], - ['const_5fiterator_9228',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex::Neighbors']]], - ['constparticlecpuwrapper_9229',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html',1,'amrex']]], - ['constparticleidwrapper_9230',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html',1,'amrex']]], - ['constparticletiledata_9231',['ConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'amrex']]], - ['constparticletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_9232',['ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'']]], - ['constsoaparticle_9233',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html',1,'amrex']]], - ['coordsys_9234',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html',1,'amrex']]], - ['copier_9235',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html',1,'amrex::MPMD']]], - ['copycomtag_9236',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html',1,'amrex::FabArrayBase']]], - ['cpc_9237',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html',1,'amrex::FabArrayBase']]], - ['cpubndryfuncfab_9238',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html',1,'amrex']]], - ['curlcurldirichletinfo_9239',['CurlCurlDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html',1,'amrex']]], - ['curlcurlsymmetryinfo_9240',['CurlCurlSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html',1,'amrex']]], - ['cutfab_9241',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html',1,'amrex']]], - ['cutfabfactory_9242',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html',1,'amrex::detail']]], - ['cylinderif_9243',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html',1,'amrex::EB2']]] + ['c_9241',['C',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1C.html',1,'amrex::Order']]], + ['cachestats_9242',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html',1,'amrex::FabArrayBase']]], + ['calltreenode_9243',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html',1,'BLProfStats']]], + ['carena_9244',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html',1,'amrex']]], + ['cell_9245',['Cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html',1,'amrex::EB2']]], + ['celladd_9246',['CellAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html',1,'detail']]], + ['cellatomicadd_9247',['CellAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html',1,'detail']]], + ['cellbilinear_9248',['CellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html',1,'amrex']]], + ['cellconservativelinear_9249',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html',1,'amrex']]], + ['cellconservativeprotected_9250',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html',1,'amrex']]], + ['cellconservativequartic_9251',['CellConservativeQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html',1,'amrex']]], + ['celldata_9252',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html',1,'amrex']]], + ['cellindexenum_9253',['CellIndexEnum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html',1,'amrex']]], + ['cellquadratic_9254',['CellQuadratic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html',1,'amrex']]], + ['cellquartic_9255',['CellQuartic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html',1,'amrex']]], + ['cellstore_9256',['CellStore',['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html',1,'detail']]], + ['cfinfo_9257',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html',1,'amrex::FabArrayBase']]], + ['chkptfile_9258',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html',1,'amrex::EB2']]], + ['chkptfilelevel_9259',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html',1,'amrex::EB2']]], + ['cluster_9260',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html',1,'amrex']]], + ['clusterlist_9261',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html',1,'amrex']]], + ['clz_5ftag_9262',['clz_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clz__tag.html',1,'amrex::detail']]], + ['clzl_5ftag_9263',['clzl_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzl__tag.html',1,'amrex::detail']]], + ['clzll_5ftag_9264',['clzll_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1clzll__tag.html',1,'amrex::detail']]], + ['commcontainer_9265',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex::MLLinOpT']]], + ['commdata_9266',['CommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html',1,'amrex::NonLocalBC']]], + ['commhandler_9267',['CommHandler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html',1,'amrex::NonLocalBC']]], + ['commmetadata_9268',['CommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html',1,'amrex::FabArrayBase']]], + ['commprofstats_9269',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html',1,'']]], + ['compiletimeoptions_9270',['CompileTimeOptions',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html',1,'amrex']]], + ['complementif_9271',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html',1,'amrex::EB2']]], + ['componentbox_9272',['ComponentBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html',1,'amrex::Gpu']]], + ['componentset_9273',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex::ForkJoin']]], + ['conjunction_9274',['Conjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'amrex']]], + ['conjunction_3c_20b1_20_3e_9275',['Conjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_01_4.html',1,'amrex']]], + ['conjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_9276',['Conjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], + ['conjunction_3c_20iscallabler_3c_20dim3_2c_20indexmap_20_26_2c_20const_20dim3_20_26_20_3e_2c_20hasinversememfn_3c_20const_20indexmap_20_26_20_3e_20_3e_9277',['Conjunction< IsCallableR< Dim3, IndexMap &, const Dim3 & >, HasInverseMemFn< const IndexMap & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], + ['conjunction_3c_20isdetected_3c_20localcopy_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarraybase_3a_3acopycomtagscontainer_20_26_20_3e_2c_20isdetected_3c_20preparesendbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20preparerecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_2c_20const_20fabarraybase_3a_3amapofcopycomtagcontainers_20_26_20_3e_2c_20isdetected_3c_20packsendbuffers_5ft_2c_20dp_20_26_2c_20const_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_2c_20isdetected_3c_20unpackrecvbuffers_5ft_2c_20dp_20_26_2c_20fabarray_3c_20fab_20_3e_20_26_2c_20commdata_20_26_20_3e_20_3e_9278',['Conjunction< IsDetected< LocalCopy_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, const FabArrayBase::CopyComTagsContainer & >, IsDetected< PrepareSendBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PrepareRecvBuffers_t, DP &, FabArray< FAB > &, const FabArray< FAB > &, CommData &, const FabArrayBase::MapOfCopyComTagContainers & >, IsDetected< PackSendBuffers_t, DP &, const FabArray< FAB > &, CommData & >, IsDetected< UnpackRecvBuffers_t, DP &, FabArray< FAB > &, CommData & > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Conjunction.html',1,'']]], + ['const_5fiterator_9279',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex::Neighbors']]], + ['constparticlecpuwrapper_9280',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html',1,'amrex']]], + ['constparticleidwrapper_9281',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html',1,'amrex']]], + ['constparticletiledata_9282',['ConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'amrex']]], + ['constparticletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_9283',['ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html',1,'']]], + ['constsoaparticle_9284',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html',1,'amrex']]], + ['coordsys_9285',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html',1,'amrex']]], + ['copier_9286',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html',1,'amrex::MPMD']]], + ['copycomtag_9287',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html',1,'amrex::FabArrayBase']]], + ['cpc_9288',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html',1,'amrex::FabArrayBase']]], + ['cpubndryfuncfab_9289',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html',1,'amrex']]], + ['curlcurldirichletinfo_9290',['CurlCurlDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html',1,'amrex']]], + ['curlcurlsymmetryinfo_9291',['CurlCurlSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html',1,'amrex']]], + ['cutfab_9292',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html',1,'amrex']]], + ['cutfabfactory_9293',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html',1,'amrex::detail']]], + ['cylinderif_9294',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html',1,'amrex::EB2']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_3.js b/amrex-hydro/Doxygen/html/search/classes_3.js index bee817f..59da0bf 100644 --- a/amrex-hydro/Doxygen/html/search/classes_3.js +++ b/amrex-hydro/Doxygen/html/search/classes_3.js @@ -1,52 +1,52 @@ var searchData= [ - ['data_9244',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex::IParser::Data'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex::Parser::Data'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html',1,'amrex::Scan::detail::BlockStatus< T, true >::Data']]], - ['dataallocator_9245',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html',1,'amrex']]], - ['datablock_9246',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html',1,'CommProfStats::DataBlock'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats::DataBlock']]], - ['datadeleter_9247',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html',1,'amrex']]], - ['datalayoutpolicy_9248',['DataLayoutPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy.html',1,'amrex']]], - ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_9249',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], - ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_9250',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], - ['datalayoutpolicyraw_9251',['DataLayoutPolicyRaw',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw.html',1,'amrex']]], - ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_9252',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], - ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_9253',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], - ['dataservices_9254',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html',1,'amrex']]], - ['defaultassignor_9255',['DefaultAssignor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html',1,'amrex']]], - ['defaultfabfactory_9256',['DefaultFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'amrex']]], - ['defaultfabfactory_3c_20cutfab_20_3e_9257',['DefaultFabFactory< CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'']]], - ['definitelynothostrunnable_9258',['DefinitelyNotHostRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefinitelyNotHostRunnable.html',1,'amrex']]], - ['deleter_9259',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html',1,'amrex::Gpu']]], - ['densebiniteratorfactory_9260',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], - ['densebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_9261',['DenseBinIteratorFactory< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], - ['densebins_9262',['DenseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'amrex']]], - ['densebins_3c_20particletype_20_3e_9263',['DenseBins< ParticleType >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], - ['densebins_3c_20typename_20amrex_3a_3aparticletiledata_20_3e_9264',['DenseBins< typename amrex::ParticleTileData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], - ['derivelist_9265',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html',1,'amrex']]], - ['deriverec_9266',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html',1,'amrex']]], - ['descriptorlist_9267',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html',1,'amrex']]], - ['descriptormap_9268',['DescriptorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html',1,'amrex::InSituUtils']]], - ['destcomp_9269',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html',1,'amrex']]], - ['detector_9270',['Detector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html',1,'amrex::detail']]], - ['detector_3c_20default_2c_20void_5ft_3c_20op_3c_20args_2e_2e_2e_20_3e_20_3e_2c_20op_2c_20args_2e_2e_2e_20_3e_9271',['Detector< Default, Void_t< Op< Args... > >, Op, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html',1,'amrex::detail']]], - ['device_9272',['Device',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html',1,'amrex::Gpu']]], - ['devicearenaallocator_9273',['DeviceArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeviceArenaAllocator.html',1,'amrex']]], - ['devicearenawrapper_9274',['DeviceArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html',1,'amrex']]], - ['deviceptrif_9275',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html',1,'amrex::EB2']]], - ['devicescalar_9276',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html',1,'amrex::Gpu']]], - ['devicesync_9277',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex::MFIter']]], - ['devicetodevice_9278',['DeviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToDevice.html',1,'amrex::Gpu']]], - ['devicetohost_9279',['DeviceToHost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToHost.html',1,'amrex::Gpu']]], - ['dfft_9280',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html',1,'hacc']]], - ['differenceif_9281',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html',1,'amrex::EB2']]], - ['dim3_9282',['Dim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html',1,'amrex']]], - ['disjunction_9283',['Disjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction.html',1,'amrex']]], - ['disjunction_3c_20b1_20_3e_9284',['Disjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_01_4.html',1,'amrex']]], - ['disjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_9285',['Disjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], - ['distfcnelement2d_9286',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html',1,'amrex']]], - ['distribution_9287',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html',1,'hacc']]], - ['distribution_5ft_9288',['distribution_t',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html',1,'']]], - ['distributionmapping_9289',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html',1,'amrex']]], - ['divides_9290',['Divides',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html',1,'amrex']]], - ['dolocalcopy_9291',['DoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1DoLocalCopy.html',1,'amrex::NonLocalBC']]], - ['dynamictiling_9292',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html',1,'amrex']]] + ['data_9295',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex::IParser::Data'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex::Parser::Data'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html',1,'amrex::Scan::detail::BlockStatus< T, true >::Data']]], + ['dataallocator_9296',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html',1,'amrex']]], + ['datablock_9297',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html',1,'CommProfStats::DataBlock'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'RegionsProfStats::DataBlock']]], + ['datadeleter_9298',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html',1,'amrex']]], + ['datalayoutpolicy_9299',['DataLayoutPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy.html',1,'amrex']]], + ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_9300',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], + ['datalayoutpolicy_3c_20containertype_2c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_9301',['DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], + ['datalayoutpolicyraw_9302',['DataLayoutPolicyRaw',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw.html',1,'amrex']]], + ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3aaos_20_3e_9303',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html',1,'amrex']]], + ['datalayoutpolicyraw_3c_20particletype_3c_20types_2e_2e_2e_20_3e_2c_20datalayout_3a_3asoa_20_3e_9304',['DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html',1,'amrex']]], + ['dataservices_9305',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html',1,'amrex']]], + ['defaultassignor_9306',['DefaultAssignor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html',1,'amrex']]], + ['defaultfabfactory_9307',['DefaultFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'amrex']]], + ['defaultfabfactory_3c_20cutfab_20_3e_9308',['DefaultFabFactory< CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html',1,'']]], + ['definitelynothostrunnable_9309',['DefinitelyNotHostRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefinitelyNotHostRunnable.html',1,'amrex']]], + ['deleter_9310',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html',1,'amrex::Gpu']]], + ['densebiniteratorfactory_9311',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], + ['densebiniteratorfactory_3c_20amrex_3a_3aboxnd_20_3e_9312',['DenseBinIteratorFactory< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html',1,'amrex']]], + ['densebins_9313',['DenseBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'amrex']]], + ['densebins_3c_20particletype_20_3e_9314',['DenseBins< ParticleType >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], + ['densebins_3c_20typename_20amrex_3a_3aparticletiledata_20_3e_9315',['DenseBins< typename amrex::ParticleTileData >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html',1,'']]], + ['derivelist_9316',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html',1,'amrex']]], + ['deriverec_9317',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html',1,'amrex']]], + ['descriptorlist_9318',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html',1,'amrex']]], + ['descriptormap_9319',['DescriptorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html',1,'amrex::InSituUtils']]], + ['destcomp_9320',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html',1,'amrex']]], + ['detector_9321',['Detector',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html',1,'amrex::detail']]], + ['detector_3c_20default_2c_20void_5ft_3c_20op_3c_20args_2e_2e_2e_20_3e_20_3e_2c_20op_2c_20args_2e_2e_2e_20_3e_9322',['Detector< Default, Void_t< Op< Args... > >, Op, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html',1,'amrex::detail']]], + ['device_9323',['Device',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html',1,'amrex::Gpu']]], + ['devicearenaallocator_9324',['DeviceArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeviceArenaAllocator.html',1,'amrex']]], + ['devicearenawrapper_9325',['DeviceArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html',1,'amrex']]], + ['deviceptrif_9326',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html',1,'amrex::EB2']]], + ['devicescalar_9327',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html',1,'amrex::Gpu']]], + ['devicesync_9328',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex::MFIter']]], + ['devicetodevice_9329',['DeviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToDevice.html',1,'amrex::Gpu']]], + ['devicetohost_9330',['DeviceToHost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceToHost.html',1,'amrex::Gpu']]], + ['dfft_9331',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html',1,'hacc']]], + ['differenceif_9332',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html',1,'amrex::EB2']]], + ['dim3_9333',['Dim3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html',1,'amrex']]], + ['disjunction_9334',['Disjunction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction.html',1,'amrex']]], + ['disjunction_3c_20b1_20_3e_9335',['Disjunction< B1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_01_4.html',1,'amrex']]], + ['disjunction_3c_20b1_2c_20bn_2e_2e_2e_20_3e_9336',['Disjunction< B1, Bn... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Disjunction_3_01B1_00_01Bn_8_8_8_01_4.html',1,'amrex']]], + ['distfcnelement2d_9337',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html',1,'amrex']]], + ['distribution_9338',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html',1,'hacc']]], + ['distribution_5ft_9339',['distribution_t',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html',1,'']]], + ['distributionmapping_9340',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html',1,'amrex']]], + ['divides_9341',['Divides',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html',1,'amrex']]], + ['dolocalcopy_9342',['DoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1DoLocalCopy.html',1,'amrex::NonLocalBC']]], + ['dynamictiling_9343',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_4.js b/amrex-hydro/Doxygen/html/search/classes_4.js index 0014281..76f2dac 100644 --- a/amrex-hydro/Doxygen/html/search/classes_4.js +++ b/amrex-hydro/Doxygen/html/search/classes_4.js @@ -1,27 +1,27 @@ var searchData= [ - ['ebcellconservativelinear_9293',['EBCellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html',1,'amrex']]], - ['ebcellflag_9294',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html',1,'amrex']]], - ['ebcellflagfab_9295',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html',1,'amrex']]], - ['ebdatacollection_9296',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html',1,'amrex']]], - ['ebfarraybox_9297',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html',1,'amrex']]], - ['ebfarrayboxfactory_9298',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html',1,'amrex']]], - ['ebfluxregister_9299',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html',1,'amrex']]], - ['ebmfcellconslininterp_9300',['EBMFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html',1,'amrex']]], - ['ebplane_9301',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html',1,'amrex::algoim']]], - ['ebtopvd_9302',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html',1,'amrex']]], - ['edge_9303',['Edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html',1,'amrex::EB2']]], - ['edgefluxregister_9304',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html',1,'amrex']]], - ['elixir_9305',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html',1,'amrex::Gpu']]], - ['ellipsoidif_9306',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html',1,'amrex::EB2']]], - ['error_9307',['error',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex::MLMGT']]], - ['error_9308',['Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html',1,'hacc']]], - ['errorfunc_9309',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex::ErrorRec']]], - ['errorfunc2_9310',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html',1,'amrex::ErrorRec']]], - ['errorlist_9311',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html',1,'amrex']]], - ['errorrec_9312',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html',1,'amrex']]], - ['exclusive_9313',['Exclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Exclusive.html',1,'amrex::Scan::Type']]], - ['executionconfig_9314',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html',1,'amrex::Gpu']]], - ['expect_9315',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html',1,'amrex']]], - ['extrusionif_9316',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html',1,'amrex::EB2']]] + ['ebcellconservativelinear_9344',['EBCellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html',1,'amrex']]], + ['ebcellflag_9345',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html',1,'amrex']]], + ['ebcellflagfab_9346',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html',1,'amrex']]], + ['ebdatacollection_9347',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html',1,'amrex']]], + ['ebfarraybox_9348',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html',1,'amrex']]], + ['ebfarrayboxfactory_9349',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html',1,'amrex']]], + ['ebfluxregister_9350',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html',1,'amrex']]], + ['ebmfcellconslininterp_9351',['EBMFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html',1,'amrex']]], + ['ebplane_9352',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html',1,'amrex::algoim']]], + ['ebtopvd_9353',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html',1,'amrex']]], + ['edge_9354',['Edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html',1,'amrex::EB2']]], + ['edgefluxregister_9355',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html',1,'amrex']]], + ['elixir_9356',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html',1,'amrex::Gpu']]], + ['ellipsoidif_9357',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html',1,'amrex::EB2']]], + ['error_9358',['error',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex::MLMGT']]], + ['error_9359',['Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html',1,'hacc']]], + ['errorfunc_9360',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex::ErrorRec']]], + ['errorfunc2_9361',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html',1,'amrex::ErrorRec']]], + ['errorlist_9362',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html',1,'amrex']]], + ['errorrec_9363',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html',1,'amrex']]], + ['exclusive_9364',['Exclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Exclusive.html',1,'amrex::Scan::Type']]], + ['executionconfig_9365',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html',1,'amrex::Gpu']]], + ['expect_9366',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html',1,'amrex']]], + ['extrusionif_9367',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html',1,'amrex::EB2']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_5.js b/amrex-hydro/Doxygen/html/search/classes_5.js index 61ca5bd..f211e5f 100644 --- a/amrex-hydro/Doxygen/html/search/classes_5.js +++ b/amrex-hydro/Doxygen/html/search/classes_5.js @@ -1,65 +1,65 @@ var searchData= [ - ['f_9317',['F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1F.html',1,'amrex::Order']]], - ['fabarray_9318',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20atomicint_20_3e_20_3e_9319',['FabArray< amrex::BaseFab< AtomicInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_9320',['FabArray< amrex::BaseFab< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3abasefab_3c_20petscint_20_3e_20_3e_9321',['FabArray< amrex::BaseFab< PetscInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3acutfab_20_3e_9322',['FabArray< amrex::CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3aebcellflagfab_20_3e_9323',['FabArray< amrex::EBCellFlagFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20amrex_3a_3amask_20_3e_9324',['FabArray< amrex::Mask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20fab_20_3e_9325',['FabArray< FAB >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], - ['fabarray_3c_20farraybox_20_3e_9326',['FabArray< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20iarraybox_20_3e_9327',['FabArray< IArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarray_3c_20tagbox_20_3e_9328',['FabArray< TagBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], - ['fabarraybase_9329',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html',1,'amrex']]], - ['fabarraycopydescriptor_9330',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'amrex']]], - ['fabarraycopydescriptor_3c_20farraybox_20_3e_9331',['FabArrayCopyDescriptor< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'']]], - ['fabarrayid_9332',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html',1,'amrex']]], - ['fabarraystats_9333',['FabArrayStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html',1,'amrex::FabArrayBase']]], - ['fabcomtag_9334',['FabComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html',1,'amrex::FabArrayBase']]], - ['fabcopydescriptor_9335',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html',1,'amrex']]], - ['fabcopytag_9336',['FabCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html',1,'']]], - ['fabdatatype_9337',['FabDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType.html',1,'amrex']]], - ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20t_20_3e_20_3e_20_3e_9338',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html',1,'amrex']]], - ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20typename_20t_3a_3avalue_5ftype_20_3e_20_3e_20_3e_9339',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html',1,'amrex']]], - ['fabfactory_9340',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'amrex']]], - ['fabfactory_3c_20amrex_3a_3afarraybox_20_3e_9341',['FabFactory< amrex::FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], - ['fabfactory_3c_20farraybox_20_3e_9342',['FabFactory< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], - ['fabfillnoop_9343',['FabFillNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html',1,'amrex']]], - ['fabinfo_9344',['FabInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html',1,'amrex']]], - ['fabio_9345',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html',1,'amrex']]], - ['fabio_5f8bit_9346',['FABio_8bit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html',1,'amrex']]], - ['fabio_5fascii_9347',['FABio_ascii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html',1,'amrex']]], - ['fabio_5fbinary_9348',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html',1,'amrex']]], - ['fabondisk_9349',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex::VisMF']]], - ['fabreadlink_9350',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html',1,'amrex::VisMF']]], - ['fabsetiter_9351',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html',1,'amrex']]], - ['fabsett_9352',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], - ['fabsett_3c_20mf_20_3e_9353',['FabSetT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], - ['fabtype_9354',['FABType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html',1,'amrex::FabArray']]], - ['face_9355',['Face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html',1,'amrex::EB2']]], - ['faceconservativelinear_9356',['FaceConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html',1,'amrex']]], - ['facedivfree_9357',['FaceDivFree',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html',1,'amrex']]], - ['facelinear_9358',['FaceLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html',1,'amrex']]], - ['farraybox_9359',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html',1,'amrex']]], - ['fastdivmodu64_9360',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html',1,'amrex::Math']]], - ['fatptr_9361',['FatPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html',1,'amrex']]], - ['fb_9362',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html',1,'amrex::FabArrayBase']]], - ['fbdata_9363',['FBData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html',1,'amrex']]], - ['feintegrator_9364',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html',1,'amrex']]], - ['filcccell_9365',['FilccCell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html',1,'amrex']]], - ['filfcface_9366',['FilfcFace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html',1,'amrex']]], - ['fillboxid_9367',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html',1,'amrex']]], - ['fillpatcher_9368',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html',1,'amrex']]], - ['fillpatchiterator_9369',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html',1,'amrex']]], - ['fillpatchiteratorhelper_9370',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html',1,'amrex']]], - ['filterpositiveid_9371',['FilterPositiveID',['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html',1,'']]], - ['filtervirt_9372',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html',1,'']]], - ['fluxregister_9373',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html',1,'amrex']]], - ['forkjoin_9374',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html',1,'amrex']]], - ['fpc_9375',['FPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html',1,'amrex']]], - ['fpinfo_9376',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html',1,'amrex::FabArrayBase']]], - ['frame_9377',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html',1,'amrex::ParallelContext']]], - ['funcstat_9378',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html',1,'BLProfStats']]] + ['f_9368',['F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Order_1_1F.html',1,'amrex::Order']]], + ['fabarray_9369',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20atomicint_20_3e_20_3e_9370',['FabArray< amrex::BaseFab< AtomicInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20hypre_5fint_20_3e_20_3e_9371',['FabArray< amrex::BaseFab< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3abasefab_3c_20petscint_20_3e_20_3e_9372',['FabArray< amrex::BaseFab< PetscInt > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3acutfab_20_3e_9373',['FabArray< amrex::CutFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3aebcellflagfab_20_3e_9374',['FabArray< amrex::EBCellFlagFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20amrex_3a_3amask_20_3e_9375',['FabArray< amrex::Mask >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20fab_20_3e_9376',['FabArray< FAB >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'amrex']]], + ['fabarray_3c_20farraybox_20_3e_9377',['FabArray< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20iarraybox_20_3e_9378',['FabArray< IArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarray_3c_20tagbox_20_3e_9379',['FabArray< TagBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html',1,'']]], + ['fabarraybase_9380',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html',1,'amrex']]], + ['fabarraycopydescriptor_9381',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'amrex']]], + ['fabarraycopydescriptor_3c_20farraybox_20_3e_9382',['FabArrayCopyDescriptor< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html',1,'']]], + ['fabarrayid_9383',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html',1,'amrex']]], + ['fabarraystats_9384',['FabArrayStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html',1,'amrex::FabArrayBase']]], + ['fabcomtag_9385',['FabComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html',1,'amrex::FabArrayBase']]], + ['fabcopydescriptor_9386',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html',1,'amrex']]], + ['fabcopytag_9387',['FabCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html',1,'']]], + ['fabdatatype_9388',['FabDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType.html',1,'amrex']]], + ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20t_20_3e_20_3e_20_3e_9389',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html',1,'amrex']]], + ['fabdatatype_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20ismultifablike_5fv_3c_20typename_20t_3a_3avalue_5ftype_20_3e_20_3e_20_3e_9390',['FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html',1,'amrex']]], + ['fabfactory_9391',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'amrex']]], + ['fabfactory_3c_20amrex_3a_3afarraybox_20_3e_9392',['FabFactory< amrex::FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], + ['fabfactory_3c_20farraybox_20_3e_9393',['FabFactory< FArrayBox >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html',1,'']]], + ['fabfillnoop_9394',['FabFillNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html',1,'amrex']]], + ['fabinfo_9395',['FabInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html',1,'amrex']]], + ['fabio_9396',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html',1,'amrex']]], + ['fabio_5f8bit_9397',['FABio_8bit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html',1,'amrex']]], + ['fabio_5fascii_9398',['FABio_ascii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html',1,'amrex']]], + ['fabio_5fbinary_9399',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html',1,'amrex']]], + ['fabondisk_9400',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex::VisMF']]], + ['fabreadlink_9401',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html',1,'amrex::VisMF']]], + ['fabsetiter_9402',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html',1,'amrex']]], + ['fabsett_9403',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], + ['fabsett_3c_20mf_20_3e_9404',['FabSetT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html',1,'amrex']]], + ['fabtype_9405',['FABType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html',1,'amrex::FabArray']]], + ['face_9406',['Face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html',1,'amrex::EB2']]], + ['faceconservativelinear_9407',['FaceConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html',1,'amrex']]], + ['facedivfree_9408',['FaceDivFree',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html',1,'amrex']]], + ['facelinear_9409',['FaceLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html',1,'amrex']]], + ['farraybox_9410',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html',1,'amrex']]], + ['fastdivmodu64_9411',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html',1,'amrex::Math']]], + ['fatptr_9412',['FatPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html',1,'amrex']]], + ['fb_9413',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html',1,'amrex::FabArrayBase']]], + ['fbdata_9414',['FBData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html',1,'amrex']]], + ['feintegrator_9415',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html',1,'amrex']]], + ['filcccell_9416',['FilccCell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html',1,'amrex']]], + ['filfcface_9417',['FilfcFace',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html',1,'amrex']]], + ['fillboxid_9418',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html',1,'amrex']]], + ['fillpatcher_9419',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html',1,'amrex']]], + ['fillpatchiterator_9420',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html',1,'amrex']]], + ['fillpatchiteratorhelper_9421',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html',1,'amrex']]], + ['filterpositiveid_9422',['FilterPositiveID',['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html',1,'']]], + ['filtervirt_9423',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html',1,'']]], + ['fluxregister_9424',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html',1,'amrex']]], + ['forkjoin_9425',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html',1,'amrex']]], + ['fpc_9426',['FPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html',1,'amrex']]], + ['fpinfo_9427',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html',1,'amrex::FabArrayBase']]], + ['frame_9428',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html',1,'amrex::ParallelContext']]], + ['funcstat_9429',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html',1,'BLProfStats']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_6.js b/amrex-hydro/Doxygen/html/search/classes_6.js index 5db7c85..edcdfa7 100644 --- a/amrex-hydro/Doxygen/html/search/classes_6.js +++ b/amrex-hydro/Doxygen/html/search/classes_6.js @@ -1,61 +1,61 @@ var searchData= [ - ['geometry_9379',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html',1,'amrex']]], - ['geometrydata_9380',['GeometryData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html',1,'amrex']]], - ['geometryshop_9381',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html',1,'amrex::EB2']]], - ['get_5fneighbor_5fcells_9382',['get_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html',1,'amrex_ebcellflag_module']]], - ['getbucket_9383',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html',1,'amrex']]], - ['getnode_9384',['GetNode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html',1,'amrex::nodelap_detail']]], - ['getnode2_9385',['GetNode2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html',1,'amrex::nodelap_detail']]], - ['getparticlebin_9386',['GetParticleBin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html',1,'amrex']]], - ['getpid_9387',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html',1,'amrex']]], - ['getsendbufferoffset_9388',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html',1,'amrex']]], - ['gfab_9389',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html',1,'amrex::EB2']]], - ['gmres_9390',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'amrex']]], - ['gmres_3c_20mf_2c_20gmresmlmgt_3c_20mf_20_3e_20_3e_9391',['GMRES< MF, GMRESMLMGT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'']]], - ['gmresmlmgt_9392',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html',1,'amrex']]], - ['gpu_5ftuple_5felement_9393',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'amrex::detail']]], - ['gpu_5ftuple_5felement_3c_20i_2c_20head_20_3e_9394',['gpu_tuple_element< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'']]], - ['gpu_5ftuple_5fimpl_9395',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'amrex::detail']]], - ['gpu_5ftuple_5fimpl_3c_200_2c_20ts_2e_2e_2e_20_3e_9396',['gpu_tuple_impl< 0, Ts... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], - ['gpu_5ftuple_5fimpl_3c_20i_2b1_2c_20tail_2e_2e_2e_20_3e_9397',['gpu_tuple_impl< I+1, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], - ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_20_3e_9398',['gpu_tuple_impl< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html',1,'amrex::detail']]], - ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_2c_20tail_2e_2e_2e_20_3e_9399',['gpu_tuple_impl< I, Head, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html',1,'amrex::detail']]], - ['gpuable_9400',['GPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GPUable.html',1,'amrex']]], - ['gpuarray_9401',['GpuArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3ainterval_2c_20n_20_3e_9402',['GpuArray< amrex::algoim::Interval, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3aquadraturerule_3a_3anode_2c_20256_20_3e_9403',['GpuArray< amrex::algoim::QuadratureRule::Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3aeb2_3a_3apolyterm_2c_20n_20_3e_9404',['GpuArray< amrex::EB2::PolyTerm, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_9405',['GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20bool_2c_20n_20_3e_9406',['GpuArray< bool, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20const_20int_20_2a_2c_20narrayint_20_3e_9407',['GpuArray< const int *, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20const_20particlereal_20_2a_2c_20narrayreal_20_3e_9408',['GpuArray< const ParticleReal *, NArrayReal >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_20_2a_2c_20nai_20_3e_9409',['GpuArray< int *, NAI >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_202_20_3e_9410',['GpuArray< int, 2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_203_20_3e_9411',['GpuArray< int, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_204_20_3e_9412',['GpuArray< int, 4 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20int_2c_20amrex_5fgpu_5fmax_5fstreams_20_3e_9413',['GpuArray< int, AMREX_GPU_MAX_STREAMS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20node_2c_20256_20_3e_9414',['GpuArray< Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], - ['gpuarray_3c_20particlereal_20_2a_2c_20nar_20_3e_9415',['GpuArray< ParticleReal *, NAR >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20particlereal_2c_20amrex_5fspacedim_20_3e_9416',['GpuArray< ParticleReal, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_203_20_3e_9417',['GpuArray< Real, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_20amrex_5fspacedim_20_3e_9418',['GpuArray< Real, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_20nelems_20_3e_9419',['GpuArray< Real, nelems >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpuarray_3c_20real_2c_28m_2b2_29_20_2a_28m_2b1_29_2f2_20_3e_9420',['GpuArray< Real,(M+2) *(M+1)/2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], - ['gpubinpolicy_9421',['GPUBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1GPUBinPolicy.html',1,'amrex::BinPolicy']]], - ['gpubndryfuncfab_9422',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html',1,'amrex']]], - ['gpucomplex_9423',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html',1,'amrex']]], - ['gputuple_9424',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'amrex']]], - ['gputuple_3c_20fs_2e_2e_2e_20_3e_9425',['GpuTuple< Fs... >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'']]], - ['gputupleelement_9426',['GpuTupleElement',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'amrex']]], - ['gputupleelement_3c_200_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9427',['GpuTupleElement< 0, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], - ['gputupleelement_3c_20i_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9428',['GpuTupleElement< I, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_01I_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], - ['gputupleelement_3c_20i_2d1_2c_20gputuple_3c_20tail_2e_2e_2e_20_3e_20_3e_9429',['GpuTupleElement< I-1, GpuTuple< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'']]], - ['gputuplesize_9430',['GpuTupleSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize.html',1,'amrex']]], - ['gputuplesize_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9431',['GpuTupleSize< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex']]], - ['graphsafeguard_9432',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html',1,'amrex::Gpu']]], - ['gridsize_9433',['GridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html',1,'amrex::Gpu']]], - ['gshoplevel_9434',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'amrex::EB2']]], - ['gshoplevel_3c_20chkptfile_20_3e_9435',['GShopLevel< ChkptFile >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]], - ['gshoplevel_3c_20stltools_20_3e_9436',['GShopLevel< STLtools >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]] + ['geometry_9430',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html',1,'amrex']]], + ['geometrydata_9431',['GeometryData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html',1,'amrex']]], + ['geometryshop_9432',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html',1,'amrex::EB2']]], + ['get_5fneighbor_5fcells_9433',['get_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html',1,'amrex_ebcellflag_module']]], + ['getbucket_9434',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html',1,'amrex']]], + ['getnode_9435',['GetNode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html',1,'amrex::nodelap_detail']]], + ['getnode2_9436',['GetNode2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html',1,'amrex::nodelap_detail']]], + ['getparticlebin_9437',['GetParticleBin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html',1,'amrex']]], + ['getpid_9438',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html',1,'amrex']]], + ['getsendbufferoffset_9439',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html',1,'amrex']]], + ['gfab_9440',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html',1,'amrex::EB2']]], + ['gmres_9441',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'amrex']]], + ['gmres_3c_20mf_2c_20gmresmlmgt_3c_20mf_20_3e_20_3e_9442',['GMRES< MF, GMRESMLMGT< MF > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html',1,'']]], + ['gmresmlmgt_9443',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html',1,'amrex']]], + ['gpu_5ftuple_5felement_9444',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'amrex::detail']]], + ['gpu_5ftuple_5felement_3c_20i_2c_20head_20_3e_9445',['gpu_tuple_element< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html',1,'']]], + ['gpu_5ftuple_5fimpl_9446',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'amrex::detail']]], + ['gpu_5ftuple_5fimpl_3c_200_2c_20ts_2e_2e_2e_20_3e_9447',['gpu_tuple_impl< 0, Ts... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], + ['gpu_5ftuple_5fimpl_3c_20i_2b1_2c_20tail_2e_2e_2e_20_3e_9448',['gpu_tuple_impl< I+1, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl.html',1,'']]], + ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_20_3e_9449',['gpu_tuple_impl< I, Head >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html',1,'amrex::detail']]], + ['gpu_5ftuple_5fimpl_3c_20i_2c_20head_2c_20tail_2e_2e_2e_20_3e_9450',['gpu_tuple_impl< I, Head, Tail... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html',1,'amrex::detail']]], + ['gpuable_9451',['GPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GPUable.html',1,'amrex']]], + ['gpuarray_9452',['GpuArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3ainterval_2c_20n_20_3e_9453',['GpuArray< amrex::algoim::Interval, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3aalgoim_3a_3aquadraturerule_3a_3anode_2c_20256_20_3e_9454',['GpuArray< amrex::algoim::QuadratureRule::Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3aeb2_3a_3apolyterm_2c_20n_20_3e_9455',['GpuArray< amrex::EB2::PolyTerm, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_9456',['GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20bool_2c_20n_20_3e_9457',['GpuArray< bool, N >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20const_20int_20_2a_2c_20narrayint_20_3e_9458',['GpuArray< const int *, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20const_20particlereal_20_2a_2c_20narrayreal_20_3e_9459',['GpuArray< const ParticleReal *, NArrayReal >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_20_2a_2c_20nai_20_3e_9460',['GpuArray< int *, NAI >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_202_20_3e_9461',['GpuArray< int, 2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_203_20_3e_9462',['GpuArray< int, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_204_20_3e_9463',['GpuArray< int, 4 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20int_2c_20amrex_5fgpu_5fmax_5fstreams_20_3e_9464',['GpuArray< int, AMREX_GPU_MAX_STREAMS >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20node_2c_20256_20_3e_9465',['GpuArray< Node, 256 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'amrex']]], + ['gpuarray_3c_20particlereal_20_2a_2c_20nar_20_3e_9466',['GpuArray< ParticleReal *, NAR >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20particlereal_2c_20amrex_5fspacedim_20_3e_9467',['GpuArray< ParticleReal, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_203_20_3e_9468',['GpuArray< Real, 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_20amrex_5fspacedim_20_3e_9469',['GpuArray< Real, AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_20nelems_20_3e_9470',['GpuArray< Real, nelems >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpuarray_3c_20real_2c_28m_2b2_29_20_2a_28m_2b1_29_2f2_20_3e_9471',['GpuArray< Real,(M+2) *(M+1)/2 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html',1,'']]], + ['gpubinpolicy_9472',['GPUBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1GPUBinPolicy.html',1,'amrex::BinPolicy']]], + ['gpubndryfuncfab_9473',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html',1,'amrex']]], + ['gpucomplex_9474',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html',1,'amrex']]], + ['gputuple_9475',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'amrex']]], + ['gputuple_3c_20fs_2e_2e_2e_20_3e_9476',['GpuTuple< Fs... >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html',1,'']]], + ['gputupleelement_9477',['GpuTupleElement',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'amrex']]], + ['gputupleelement_3c_200_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9478',['GpuTupleElement< 0, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], + ['gputupleelement_3c_20i_2c_20gputuple_3c_20head_2c_20tail_2e_2e_2e_20_3e_20_3e_9479',['GpuTupleElement< I, GpuTuple< Head, Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_01I_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html',1,'amrex']]], + ['gputupleelement_3c_20i_2d1_2c_20gputuple_3c_20tail_2e_2e_2e_20_3e_20_3e_9480',['GpuTupleElement< I-1, GpuTuple< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement.html',1,'']]], + ['gputuplesize_9481',['GpuTupleSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize.html',1,'amrex']]], + ['gputuplesize_3c_20gputuple_3c_20ts_2e_2e_2e_20_3e_20_3e_9482',['GpuTupleSize< GpuTuple< Ts... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleSize_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html',1,'amrex']]], + ['graphsafeguard_9483',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html',1,'amrex::Gpu']]], + ['gridsize_9484',['GridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html',1,'amrex::Gpu']]], + ['gshoplevel_9485',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'amrex::EB2']]], + ['gshoplevel_3c_20chkptfile_20_3e_9486',['GShopLevel< ChkptFile >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]], + ['gshoplevel_3c_20stltools_20_3e_9487',['GShopLevel< STLtools >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_7.js b/amrex-hydro/Doxygen/html/search/classes_7.js index b4de4d3..b52597c 100644 --- a/amrex-hydro/Doxygen/html/search/classes_7.js +++ b/amrex-hydro/Doxygen/html/search/classes_7.js @@ -1,25 +1,25 @@ var searchData= [ - ['handler_9437',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html',1,'amrex::Gpu']]], - ['hasatomicadd_9438',['HasAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd.html',1,'amrex']]], - ['hasatomicadd_3c_20double_20_3e_9439',['HasAtomicAdd< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01double_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20float_20_3e_9440',['HasAtomicAdd< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01float_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20int_20_3e_9441',['HasAtomicAdd< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01int_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20long_20_3e_9442',['HasAtomicAdd< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01long_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20unsigned_20int_20_3e_9443',['HasAtomicAdd< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01int_01_4.html',1,'amrex']]], - ['hasatomicadd_3c_20unsigned_20long_20long_20_3e_9444',['HasAtomicAdd< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01long_01long_01_4.html',1,'amrex']]], - ['hash_9445',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena::Node']]], - ['hasinversememfn_9446',['HasInverseMemFn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1HasInverseMemFn.html',1,'amrex::NonLocalBC']]], - ['hasmulticomp_9447',['HasMultiComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp.html',1,'amrex']]], - ['hasmulticomp_3c_20b_2c_20std_3a_3aenable_5fif_5ft_3c_20b_28_29_2esize_28_29_20_3e_3d1_20_3e_9448',['HasMultiComp< B, std::enable_if_t< B().size() >=1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp_3_01B_00_01std_1_1enable__if__t_3_01B_07_08_8size_07_08_01_4_0a1_01_4.html',1,'amrex']]], - ['header_9449',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html',1,'amrex::VisMF']]], - ['hosttodevice_9450',['HostToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1HostToDevice.html',1,'amrex::Gpu']]], - ['hypre_9451',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html',1,'amrex']]], - ['hypreabeclap_9452',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html',1,'amrex']]], - ['hypreabeclap2_9453',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html',1,'amrex']]], - ['hypreabeclap3_9454',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html',1,'amrex']]], - ['hypreijiface_9455',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html',1,'amrex']]], - ['hypremlabeclap_9456',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html',1,'amrex']]], - ['hyprenodelap_9457',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html',1,'amrex']]], - ['hypresolver_9458',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html',1,'amrex']]] + ['handler_9488',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html',1,'amrex::Gpu']]], + ['hasatomicadd_9489',['HasAtomicAdd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd.html',1,'amrex']]], + ['hasatomicadd_3c_20double_20_3e_9490',['HasAtomicAdd< double >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01double_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20float_20_3e_9491',['HasAtomicAdd< float >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01float_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20int_20_3e_9492',['HasAtomicAdd< int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01int_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20long_20_3e_9493',['HasAtomicAdd< long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01long_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20unsigned_20int_20_3e_9494',['HasAtomicAdd< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01int_01_4.html',1,'amrex']]], + ['hasatomicadd_3c_20unsigned_20long_20long_20_3e_9495',['HasAtomicAdd< unsigned long long >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasAtomicAdd_3_01unsigned_01long_01long_01_4.html',1,'amrex']]], + ['hash_9496',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena::Node']]], + ['hasinversememfn_9497',['HasInverseMemFn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1HasInverseMemFn.html',1,'amrex::NonLocalBC']]], + ['hasmulticomp_9498',['HasMultiComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp.html',1,'amrex']]], + ['hasmulticomp_3c_20b_2c_20std_3a_3aenable_5fif_5ft_3c_20b_28_29_2esize_28_29_20_3e_3d1_20_3e_9499',['HasMultiComp< B, std::enable_if_t< B().size() >=1 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1HasMultiComp_3_01B_00_01std_1_1enable__if__t_3_01B_07_08_8size_07_08_01_4_0a1_01_4.html',1,'amrex']]], + ['header_9500',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html',1,'amrex::VisMF']]], + ['hosttodevice_9501',['HostToDevice',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1HostToDevice.html',1,'amrex::Gpu']]], + ['hypre_9502',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html',1,'amrex']]], + ['hypreabeclap_9503',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html',1,'amrex']]], + ['hypreabeclap2_9504',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html',1,'amrex']]], + ['hypreabeclap3_9505',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html',1,'amrex']]], + ['hypreijiface_9506',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html',1,'amrex']]], + ['hypremlabeclap_9507',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html',1,'amrex']]], + ['hyprenodelap_9508',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html',1,'amrex']]], + ['hypresolver_9509',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_8.js b/amrex-hydro/Doxygen/html/search/classes_8.js index b9d3896..fe1a81a 100644 --- a/amrex-hydro/Doxygen/html/search/classes_8.js +++ b/amrex-hydro/Doxygen/html/search/classes_8.js @@ -1,123 +1,123 @@ var searchData= [ - ['iarraybox_9459',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html',1,'amrex']]], - ['identity_9460',['Identity',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html',1,'amrex::NonLocalBC']]], - ['ifabio_9461',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html',1,'amrex']]], - ['ii_9462',['II',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex::state_t']]], - ['implicitintegral_9463',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html',1,'amrex::algoim']]], - ['implicitintegral_3c_200_2c_20n_2c_20phi_2c_20f_2c_20s_20_3e_9464',['ImplicitIntegral< 0, N, Phi, F, S >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html',1,'amrex::algoim']]], - ['imultifab_9465',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html',1,'amrex']]], - ['inclusive_9466',['Inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Inclusive.html',1,'amrex::Scan::Type']]], - ['indexspace_9467',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html',1,'amrex::EB2']]], - ['indexspacechkptfile_9468',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html',1,'amrex::EB2']]], - ['indexspaceimp_9469',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html',1,'amrex::EB2']]], - ['indexspacestl_9470',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html',1,'amrex::EB2']]], - ['indextypend_9471',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'amrex']]], - ['indextypend_3c_20amrex_5fspacedim_20_3e_9472',['IndexTypeND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'']]], - ['innards_9473',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html',1,'amrex::Any']]], - ['innards_5fbase_9474',['innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html',1,'amrex::Any']]], - ['insitubridge_9475',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html',1,'amrex']]], - ['intdescriptor_9476',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html',1,'amrex']]], - ['integratorbase_9477',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html',1,'amrex']]], - ['integratorops_9478',['IntegratorOps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps.html',1,'amrex']]], - ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3amultifab_2c_20t_20_3e_20_3e_20_3e_9479',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html',1,'amrex']]], - ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_2c_20t_20_3e_20_3e_20_3e_9480',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html',1,'amrex']]], - ['internalstype_9481',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html',1,'amrex::AmrDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['interpbase_9482',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html',1,'amrex']]], - ['interpbndrydatat_9483',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html',1,'amrex']]], - ['interpfaceregister_9484',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html',1,'amrex']]], - ['interpolater_9485',['Interpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html',1,'amrex']]], - ['interpolaterboxcoarsener_9486',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html',1,'amrex']]], - ['intersectionif_9487',['IntersectionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html',1,'amrex::EB2']]], - ['interval_9488',['Interval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html',1,'amrex::algoim']]], - ['intvectnd_9489',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'amrex']]], - ['intvectnd_3c_20amrex_5fspacedim_20_3e_9490',['IntVectND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'']]], - ['inversecopytag_9491',['InverseCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex::NeighborParticleContainer']]], - ['invoke_5fresult_9492',['invoke_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result.html',1,'amrex::detail']]], - ['invoke_5fresult_3c_20decltype_28void_28invoke_28std_3a_3adeclval_3c_20f_20_3e_28_29_2c_20std_3a_3adeclval_3c_20args_20_3e_28_29_2e_2e_2e_29_29_29_2c_20f_2c_20args_2e_2e_2e_20_3e_9493',['invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html',1,'amrex::detail']]], - ['iparser_9494',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html',1,'amrex']]], - ['iparser_5fassign_9495',['iparser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html',1,'amrex']]], - ['iparser_5ff1_9496',['iparser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html',1,'amrex']]], - ['iparser_5ff2_9497',['iparser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html',1,'amrex']]], - ['iparser_5ff3_9498',['iparser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html',1,'amrex']]], - ['iparser_5fnode_9499',['iparser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html',1,'amrex']]], - ['iparser_5fnumber_9500',['iparser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html',1,'amrex']]], - ['iparser_5fnvp_9501',['iparser_nvp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html',1,'amrex']]], - ['iparser_5fsymbol_9502',['iparser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html',1,'amrex']]], - ['iparserexeadd_9503',['IParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html',1,'amrex']]], - ['iparserexeadd_5fpn_9504',['IParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html',1,'amrex']]], - ['iparserexeadd_5fpp_9505',['IParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html',1,'amrex']]], - ['iparserexeadd_5fvn_9506',['IParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html',1,'amrex']]], - ['iparserexeadd_5fvp_9507',['IParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html',1,'amrex']]], - ['iparserexecutor_9508',['IParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html',1,'amrex']]], - ['iparserexediv_5fb_9509',['IParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html',1,'amrex']]], - ['iparserexediv_5ff_9510',['IParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html',1,'amrex']]], - ['iparserexediv_5fnv_9511',['IParserExeDIV_NV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html',1,'amrex']]], - ['iparserexediv_5fpn_9512',['IParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html',1,'amrex']]], - ['iparserexediv_5fpp_9513',['IParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html',1,'amrex']]], - ['iparserexediv_5fpv_9514',['IParserExeDIV_PV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html',1,'amrex']]], - ['iparserexediv_5fvn_9515',['IParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html',1,'amrex']]], - ['iparserexediv_5fvp_9516',['IParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html',1,'amrex']]], - ['iparserexef1_9517',['IParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html',1,'amrex']]], - ['iparserexef2_5fb_9518',['IParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html',1,'amrex']]], - ['iparserexef2_5ff_9519',['IParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html',1,'amrex']]], - ['iparserexeif_9520',['IParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html',1,'amrex']]], - ['iparserexejump_9521',['IParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html',1,'amrex']]], - ['iparserexemul_9522',['IParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html',1,'amrex']]], - ['iparserexemul_5fpn_9523',['IParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html',1,'amrex']]], - ['iparserexemul_5fpp_9524',['IParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html',1,'amrex']]], - ['iparserexemul_5fvn_9525',['IParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html',1,'amrex']]], - ['iparserexemul_5fvp_9526',['IParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html',1,'amrex']]], - ['iparserexeneg_9527',['IParserExeNEG',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html',1,'amrex']]], - ['iparserexeneg_5fp_9528',['IParserExeNEG_P',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html',1,'amrex']]], - ['iparserexenull_9529',['IParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html',1,'amrex']]], - ['iparserexenumber_9530',['IParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html',1,'amrex']]], - ['iparserexesub_9531',['IParserExeSUB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html',1,'amrex']]], - ['iparserexesub_5fpn_9532',['IParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html',1,'amrex']]], - ['iparserexesub_5fpp_9533',['IParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html',1,'amrex']]], - ['iparserexesub_5fvn_9534',['IParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html',1,'amrex']]], - ['iparserexesub_5fvp_9535',['IParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html',1,'amrex']]], - ['iparserexesymbol_9536',['IParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html',1,'amrex']]], - ['iparserstack_9537',['IParserStack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html',1,'amrex']]], - ['is_5fsoa_5fparticle_9538',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structis__soa__particle.html',1,'']]], - ['isarenaallocator_9539',['IsArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator.html',1,'amrex']]], - ['isarenaallocator_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20arenaallocatorbase_3c_20typename_20t_3a_3avalue_5ftype_2c_20typename_20t_3a_3aarena_5fwrapper_5ftype_20_3e_2c_20t_20_3e_20_3e_20_3e_9540',['IsArenaAllocator< T, std::enable_if_t< std::is_base_of_v< ArenaAllocatorBase< typename T::value_type, typename T::arena_wrapper_type >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01A3a0553dd1fe92c460e3e2edf71ec41f7.html',1,'amrex']]], - ['isbasefab_9541',['IsBaseFab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab.html',1,'amrex']]], - ['isbasefab_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20basefab_3c_20typename_20d_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_9542',['IsBaseFab< D, std::enable_if_t< std::is_base_of_v< BaseFab< typename D::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01BaseFab_e919207a96f4ea216943219981685bdd.html',1,'amrex']]], - ['iscallable_9543',['IsCallable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallable.html',1,'amrex']]], - ['iscallabler_9544',['IsCallableR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'amrex']]], - ['iscallabler_3c_20fab_3a_3avalue_5ftype_2c_20p_2c_20array4_3c_20const_20fab_3a_3avalue_5ftype_20_3e_2c_20dim3_2c_20int_20_3e_9545',['IsCallableR< FAB::value_type, P, Array4< const FAB::value_type >, Dim3, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'']]], - ['isconvertible_9546',['IsConvertible',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html',1,'amrex']]], - ['isconvertibleimp_9547',['IsConvertibleImp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp.html',1,'amrex::detail']]], - ['isconvertibleimp_3c_20t_2c_20u_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fconvertible_3c_20t_20_3e_28u_7b_7d_29_3e_20_3e_9548',['IsConvertibleImp< T, U, std::enable_if_t< is_convertible< T >(U{})> >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp_3_01T_00_01U_00_01std_1_1enable__if__t_3_01is__convert835250fd1ee22d7499b01af822c5df97.html',1,'amrex::detail']]], - ['isdatapacking_9549',['IsDataPacking',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsDataPacking.html',1,'amrex::NonLocalBC']]], - ['isfabarray_9550',['IsFabArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray.html',1,'amrex']]], - ['isfabarray_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20fabarray_3c_20typename_20d_3a_3afabtype_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_9551',['IsFabArray< D, std::enable_if_t< std::is_base_of_v< FabArray< typename D::FABType::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01FabArrae7a3c5405f8dbf92bbb678a85384720d.html',1,'amrex']]], - ['isfabprojection_9552',['IsFabProjection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsFabProjection.html',1,'amrex::NonLocalBC']]], - ['isgpuable_9553',['IsGPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'amrex::EB2']]], - ['isgpuable_3c_20complementif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9554',['IsGPUable< ComplementIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ComplementIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUae5a3ecdbbe2872ad1fcb116fcced2fba.html',1,'amrex::EB2']]], - ['isgpuable_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20gpuable_2c_20d_20_3e_20_3e_20_3e_9555',['IsGPUable< D, std::enable_if_t< std::is_base_of_v< GPUable, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01GPUable_00_01D_01_4_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20differenceif_3c_20f_2c_20g_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_26_26isgpuable_3c_20g_20_3e_3a_3avalue_20_3e_20_3e_9556',['IsGPUable< DifferenceIF< F, G >, std::enable_if_t< IsGPUable< F >::value &&IsGPUable< G >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01DifferenceIF_3_01F_00_01G_01_4_00_01std_1_1enable__if__t_3_0b8f5d460277f1d91a5423c29613f5d25.html',1,'amrex::EB2']]], - ['isgpuable_3c_20extrusionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9557',['IsGPUable< ExtrusionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ExtrusionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUabf062b6fd2701f97c86146ed02bddaa9e.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9558',['IsGPUable< IntersectionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPf9c8a061c673452f35713630afd9be10.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_9559',['IsGPUable< IntersectionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1ena0c37219ffe6b39871c91221e9d798d75.html',1,'amrex::EB2']]], - ['isgpuable_3c_20intersectionif_3c_20tail_2e_2e_2e_20_3e_20_3e_9560',['IsGPUable< IntersectionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], - ['isgpuable_3c_20latheif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9561',['IsGPUable< LatheIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01LatheIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20rotationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9562',['IsGPUable< RotationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01RotationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20scaleif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9563',['IsGPUable< ScaleIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ScaleIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20translationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9564',['IsGPUable< TranslationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01TranslationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUdd6f125157b8f676e3869d8d3fbaabf1.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9565',['IsGPUable< UnionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_9566',['IsGPUable< UnionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1enable__if6eb1e381bbe58b34365e2ea43c9dd797.html',1,'amrex::EB2']]], - ['isgpuable_3c_20unionif_3c_20tail_2e_2e_2e_20_3e_20_3e_9567',['IsGPUable< UnionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], - ['isindexmapping_9568',['IsIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsIndexMapping.html',1,'amrex::NonLocalBC']]], - ['ismultifabiterator_9569',['IsMultiFabIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabIterator.html',1,'amrex']]], - ['ismultifablike_9570',['IsMultiFabLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike.html',1,'amrex']]], - ['ismultifablike_3c_20m_2c_20std_3a_3aenable_5fif_5ft_3c_20isfabarray_5fv_3c_20m_20_3e_20_26_26isbasefab_5fv_3c_20typename_20m_3a_3afab_5ftype_20_3e_20_3e_20_3e_9571',['IsMultiFabLike< M, std::enable_if_t< IsFabArray_v< M > &&IsBaseFab_v< typename M::fab_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike_3_01M_00_01std_1_1enable__if__t_3_01IsFabArray__v_3_01M_01_4_01_6_1b79f12933d87e47a77b2c36839b7d8d.html',1,'amrex']]], - ['ispolymorphicarenaallocator_9572',['IsPolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator.html',1,'amrex']]], - ['ispolymorphicarenaallocator_3c_20polymorphicarenaallocator_3c_20t_20_3e_20_3e_9573',['IsPolymorphicArenaAllocator< PolymorphicArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator_3_01PolymorphicArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], - ['isstoreatomic_9574',['IsStoreAtomic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic.html',1,'amrex']]], - ['isstoreatomic_3c_20ebcellflag_20_3e_9575',['IsStoreAtomic< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic_3_01EBCellFlag_01_4.html',1,'amrex']]], - ['iterate_5fbox_9576',['iterate_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box.html',1,'amrex::Reduce::detail']]], - ['iterate_5fbox_5fcomp_9577',['iterate_box_comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box__comp.html',1,'amrex::Reduce::detail']]], - ['iterator_9578',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html',1,'amrex::BinIterator< class >::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail::range_impl::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html',1,'amrex::Neighbors::iterator']]] + ['iarraybox_9510',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html',1,'amrex']]], + ['identity_9511',['Identity',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html',1,'amrex::NonLocalBC']]], + ['ifabio_9512',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html',1,'amrex']]], + ['ii_9513',['II',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex::state_t']]], + ['implicitintegral_9514',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html',1,'amrex::algoim']]], + ['implicitintegral_3c_200_2c_20n_2c_20phi_2c_20f_2c_20s_20_3e_9515',['ImplicitIntegral< 0, N, Phi, F, S >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html',1,'amrex::algoim']]], + ['imultifab_9516',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html',1,'amrex']]], + ['inclusive_9517',['Inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1Type_1_1Inclusive.html',1,'amrex::Scan::Type']]], + ['indexspace_9518',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html',1,'amrex::EB2']]], + ['indexspacechkptfile_9519',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html',1,'amrex::EB2']]], + ['indexspaceimp_9520',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html',1,'amrex::EB2']]], + ['indexspacestl_9521',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html',1,'amrex::EB2']]], + ['indextypend_9522',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'amrex']]], + ['indextypend_3c_20amrex_5fspacedim_20_3e_9523',['IndexTypeND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html',1,'']]], + ['innards_9524',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html',1,'amrex::Any']]], + ['innards_5fbase_9525',['innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html',1,'amrex::Any']]], + ['insitubridge_9526',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html',1,'amrex']]], + ['intdescriptor_9527',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html',1,'amrex']]], + ['integratorbase_9528',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html',1,'amrex']]], + ['integratorops_9529',['IntegratorOps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps.html',1,'amrex']]], + ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3amultifab_2c_20t_20_3e_20_3e_20_3e_9530',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html',1,'amrex']]], + ['integratorops_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fsame_5fv_3c_20amrex_3a_3avector_3c_20amrex_3a_3amultifab_20_3e_2c_20t_20_3e_20_3e_20_3e_9531',['IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html',1,'amrex']]], + ['internalstype_9532',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html',1,'amrex::AmrDataAdaptor::InternalsType'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['interpbase_9533',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html',1,'amrex']]], + ['interpbndrydatat_9534',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html',1,'amrex']]], + ['interpfaceregister_9535',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html',1,'amrex']]], + ['interpolater_9536',['Interpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html',1,'amrex']]], + ['interpolaterboxcoarsener_9537',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html',1,'amrex']]], + ['intersectionif_9538',['IntersectionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html',1,'amrex::EB2']]], + ['interval_9539',['Interval',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html',1,'amrex::algoim']]], + ['intvectnd_9540',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'amrex']]], + ['intvectnd_3c_20amrex_5fspacedim_20_3e_9541',['IntVectND< AMREX_SPACEDIM >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html',1,'']]], + ['inversecopytag_9542',['InverseCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex::NeighborParticleContainer']]], + ['invoke_5fresult_9543',['invoke_result',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result.html',1,'amrex::detail']]], + ['invoke_5fresult_3c_20decltype_28void_28invoke_28std_3a_3adeclval_3c_20f_20_3e_28_29_2c_20std_3a_3adeclval_3c_20args_20_3e_28_29_2e_2e_2e_29_29_29_2c_20f_2c_20args_2e_2e_2e_20_3e_9544',['invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html',1,'amrex::detail']]], + ['ioformatsaver_9545',['IOFormatSaver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html',1,'amrex']]], + ['iparser_9546',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html',1,'amrex']]], + ['iparser_5fassign_9547',['iparser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html',1,'amrex']]], + ['iparser_5ff1_9548',['iparser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html',1,'amrex']]], + ['iparser_5ff2_9549',['iparser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html',1,'amrex']]], + ['iparser_5ff3_9550',['iparser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html',1,'amrex']]], + ['iparser_5fnode_9551',['iparser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html',1,'amrex']]], + ['iparser_5fnumber_9552',['iparser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html',1,'amrex']]], + ['iparser_5fnvp_9553',['iparser_nvp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html',1,'amrex']]], + ['iparser_5fsymbol_9554',['iparser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html',1,'amrex']]], + ['iparserexeadd_9555',['IParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html',1,'amrex']]], + ['iparserexeadd_5fpn_9556',['IParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html',1,'amrex']]], + ['iparserexeadd_5fpp_9557',['IParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html',1,'amrex']]], + ['iparserexeadd_5fvn_9558',['IParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html',1,'amrex']]], + ['iparserexeadd_5fvp_9559',['IParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html',1,'amrex']]], + ['iparserexecutor_9560',['IParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html',1,'amrex']]], + ['iparserexediv_5fb_9561',['IParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html',1,'amrex']]], + ['iparserexediv_5ff_9562',['IParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html',1,'amrex']]], + ['iparserexediv_5fnv_9563',['IParserExeDIV_NV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html',1,'amrex']]], + ['iparserexediv_5fpn_9564',['IParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html',1,'amrex']]], + ['iparserexediv_5fpp_9565',['IParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html',1,'amrex']]], + ['iparserexediv_5fpv_9566',['IParserExeDIV_PV',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html',1,'amrex']]], + ['iparserexediv_5fvn_9567',['IParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html',1,'amrex']]], + ['iparserexediv_5fvp_9568',['IParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html',1,'amrex']]], + ['iparserexef1_9569',['IParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html',1,'amrex']]], + ['iparserexef2_5fb_9570',['IParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html',1,'amrex']]], + ['iparserexef2_5ff_9571',['IParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html',1,'amrex']]], + ['iparserexeif_9572',['IParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html',1,'amrex']]], + ['iparserexejump_9573',['IParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html',1,'amrex']]], + ['iparserexemul_9574',['IParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html',1,'amrex']]], + ['iparserexemul_5fpn_9575',['IParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html',1,'amrex']]], + ['iparserexemul_5fpp_9576',['IParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html',1,'amrex']]], + ['iparserexemul_5fvn_9577',['IParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html',1,'amrex']]], + ['iparserexemul_5fvp_9578',['IParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html',1,'amrex']]], + ['iparserexeneg_9579',['IParserExeNEG',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html',1,'amrex']]], + ['iparserexeneg_5fp_9580',['IParserExeNEG_P',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html',1,'amrex']]], + ['iparserexenull_9581',['IParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html',1,'amrex']]], + ['iparserexenumber_9582',['IParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html',1,'amrex']]], + ['iparserexesub_9583',['IParserExeSUB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html',1,'amrex']]], + ['iparserexesub_5fpn_9584',['IParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html',1,'amrex']]], + ['iparserexesub_5fpp_9585',['IParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html',1,'amrex']]], + ['iparserexesub_5fvn_9586',['IParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html',1,'amrex']]], + ['iparserexesub_5fvp_9587',['IParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html',1,'amrex']]], + ['iparserexesymbol_9588',['IParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html',1,'amrex']]], + ['is_5fsoa_5fparticle_9589',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structis__soa__particle.html',1,'']]], + ['isarenaallocator_9590',['IsArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator.html',1,'amrex']]], + ['isarenaallocator_3c_20t_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20arenaallocatorbase_3c_20typename_20t_3a_3avalue_5ftype_2c_20typename_20t_3a_3aarena_5fwrapper_5ftype_20_3e_2c_20t_20_3e_20_3e_20_3e_9591',['IsArenaAllocator< T, std::enable_if_t< std::is_base_of_v< ArenaAllocatorBase< typename T::value_type, typename T::arena_wrapper_type >, T > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsArenaAllocator_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01A3a0553dd1fe92c460e3e2edf71ec41f7.html',1,'amrex']]], + ['isbasefab_9592',['IsBaseFab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab.html',1,'amrex']]], + ['isbasefab_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20basefab_3c_20typename_20d_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_9593',['IsBaseFab< D, std::enable_if_t< std::is_base_of_v< BaseFab< typename D::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsBaseFab_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01BaseFab_e919207a96f4ea216943219981685bdd.html',1,'amrex']]], + ['iscallable_9594',['IsCallable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallable.html',1,'amrex']]], + ['iscallabler_9595',['IsCallableR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'amrex']]], + ['iscallabler_3c_20fab_3a_3avalue_5ftype_2c_20p_2c_20array4_3c_20const_20fab_3a_3avalue_5ftype_20_3e_2c_20dim3_2c_20int_20_3e_9596',['IsCallableR< FAB::value_type, P, Array4< const FAB::value_type >, Dim3, int >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsCallableR.html',1,'']]], + ['isconvertible_9597',['IsConvertible',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html',1,'amrex']]], + ['isconvertibleimp_9598',['IsConvertibleImp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp.html',1,'amrex::detail']]], + ['isconvertibleimp_3c_20t_2c_20u_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fconvertible_3c_20t_20_3e_28u_7b_7d_29_3e_20_3e_9599',['IsConvertibleImp< T, U, std::enable_if_t< is_convertible< T >(U{})> >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1IsConvertibleImp_3_01T_00_01U_00_01std_1_1enable__if__t_3_01is__convert835250fd1ee22d7499b01af822c5df97.html',1,'amrex::detail']]], + ['isdatapacking_9600',['IsDataPacking',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsDataPacking.html',1,'amrex::NonLocalBC']]], + ['isfabarray_9601',['IsFabArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray.html',1,'amrex']]], + ['isfabarray_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20fabarray_3c_20typename_20d_3a_3afabtype_3a_3avalue_5ftype_20_3e_2c_20d_20_3e_20_3e_20_3e_9602',['IsFabArray< D, std::enable_if_t< std::is_base_of_v< FabArray< typename D::FABType::value_type >, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsFabArray_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01FabArrae7a3c5405f8dbf92bbb678a85384720d.html',1,'amrex']]], + ['isfabprojection_9603',['IsFabProjection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsFabProjection.html',1,'amrex::NonLocalBC']]], + ['isgpuable_9604',['IsGPUable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'amrex::EB2']]], + ['isgpuable_3c_20complementif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9605',['IsGPUable< ComplementIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ComplementIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUae5a3ecdbbe2872ad1fcb116fcced2fba.html',1,'amrex::EB2']]], + ['isgpuable_3c_20d_2c_20std_3a_3aenable_5fif_5ft_3c_20std_3a_3ais_5fbase_5fof_5fv_3c_20gpuable_2c_20d_20_3e_20_3e_20_3e_9606',['IsGPUable< D, std::enable_if_t< std::is_base_of_v< GPUable, D > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01D_00_01std_1_1enable__if__t_3_01std_1_1is__base__of__v_3_01GPUable_00_01D_01_4_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20differenceif_3c_20f_2c_20g_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_26_26isgpuable_3c_20g_20_3e_3a_3avalue_20_3e_20_3e_9607',['IsGPUable< DifferenceIF< F, G >, std::enable_if_t< IsGPUable< F >::value &&IsGPUable< G >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01DifferenceIF_3_01F_00_01G_01_4_00_01std_1_1enable__if__t_3_0b8f5d460277f1d91a5423c29613f5d25.html',1,'amrex::EB2']]], + ['isgpuable_3c_20extrusionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9608',['IsGPUable< ExtrusionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ExtrusionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUabf062b6fd2701f97c86146ed02bddaa9e.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9609',['IsGPUable< IntersectionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPf9c8a061c673452f35713630afd9be10.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_9610',['IsGPUable< IntersectionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01IntersectionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1ena0c37219ffe6b39871c91221e9d798d75.html',1,'amrex::EB2']]], + ['isgpuable_3c_20intersectionif_3c_20tail_2e_2e_2e_20_3e_20_3e_9611',['IsGPUable< IntersectionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], + ['isgpuable_3c_20latheif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9612',['IsGPUable< LatheIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01LatheIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20rotationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9613',['IsGPUable< RotationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01RotationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20scaleif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9614',['IsGPUable< ScaleIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01ScaleIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20translationif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9615',['IsGPUable< TranslationIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01TranslationIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUdd6f125157b8f676e3869d8d3fbaabf1.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20f_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20f_20_3e_3a_3avalue_20_3e_20_3e_9616',['IsGPUable< UnionIF< F >, std::enable_if_t< IsGPUable< F >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01F_01_4_00_01std_1_1enable__if__t_3_01IsGPUable_3_01F_01_4_1_1value_01_4_01_4.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20head_2c_20tail_2e_2e_2e_20_3e_2c_20std_3a_3aenable_5fif_5ft_3c_20isgpuable_3c_20head_20_3e_3a_3avalue_20_3e_20_3e_9617',['IsGPUable< UnionIF< Head, Tail... >, std::enable_if_t< IsGPUable< Head >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable_3_01UnionIF_3_01Head_00_01Tail_8_8_8_01_4_00_01std_1_1enable__if6eb1e381bbe58b34365e2ea43c9dd797.html',1,'amrex::EB2']]], + ['isgpuable_3c_20unionif_3c_20tail_2e_2e_2e_20_3e_20_3e_9618',['IsGPUable< UnionIF< Tail... > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1IsGPUable.html',1,'']]], + ['isindexmapping_9619',['IsIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1IsIndexMapping.html',1,'amrex::NonLocalBC']]], + ['ismultifabiterator_9620',['IsMultiFabIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabIterator.html',1,'amrex']]], + ['ismultifablike_9621',['IsMultiFabLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike.html',1,'amrex']]], + ['ismultifablike_3c_20m_2c_20std_3a_3aenable_5fif_5ft_3c_20isfabarray_5fv_3c_20m_20_3e_20_26_26isbasefab_5fv_3c_20typename_20m_3a_3afab_5ftype_20_3e_20_3e_20_3e_9622',['IsMultiFabLike< M, std::enable_if_t< IsFabArray_v< M > &&IsBaseFab_v< typename M::fab_type > > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsMultiFabLike_3_01M_00_01std_1_1enable__if__t_3_01IsFabArray__v_3_01M_01_4_01_6_1b79f12933d87e47a77b2c36839b7d8d.html',1,'amrex']]], + ['ispolymorphicarenaallocator_9623',['IsPolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator.html',1,'amrex']]], + ['ispolymorphicarenaallocator_3c_20polymorphicarenaallocator_3c_20t_20_3e_20_3e_9624',['IsPolymorphicArenaAllocator< PolymorphicArenaAllocator< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsPolymorphicArenaAllocator_3_01PolymorphicArenaAllocator_3_01T_01_4_01_4.html',1,'amrex']]], + ['isstoreatomic_9625',['IsStoreAtomic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic.html',1,'amrex']]], + ['isstoreatomic_3c_20ebcellflag_20_3e_9626',['IsStoreAtomic< EBCellFlag >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsStoreAtomic_3_01EBCellFlag_01_4.html',1,'amrex']]], + ['iterate_5fbox_9627',['iterate_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box.html',1,'amrex::Reduce::detail']]], + ['iterate_5fbox_5fcomp_9628',['iterate_box_comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Reduce_1_1detail_1_1iterate__box__comp.html',1,'amrex::Reduce::detail']]], + ['iterator_9629',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html',1,'amrex::BinIterator< class >::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail::range_impl::iterator'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html',1,'amrex::Neighbors::iterator']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_9.js b/amrex-hydro/Doxygen/html/search/classes_9.js index 562a4b9..cffe082 100644 --- a/amrex-hydro/Doxygen/html/search/classes_9.js +++ b/amrex-hydro/Doxygen/html/search/classes_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['keepvalidfilter_9579',['KeepValidFilter',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html',1,'']]], - ['kernelinfo_9580',['KernelInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html',1,'amrex::Gpu']]] + ['keepvalidfilter_9630',['KeepValidFilter',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html',1,'']]], + ['kernelinfo_9631',['KernelInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html',1,'amrex::Gpu']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_a.js b/amrex-hydro/Doxygen/html/search/classes_a.js index 4a45bdc..041a0a4 100644 --- a/amrex-hydro/Doxygen/html/search/classes_a.js +++ b/amrex-hydro/Doxygen/html/search/classes_a.js @@ -1,30 +1,30 @@ var searchData= [ - ['latheif_9581',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html',1,'amrex::EB2']]], - ['launchsafeguard_9582',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html',1,'amrex::Gpu']]], - ['layoutdata_9583',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'amrex']]], - ['layoutdata_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_2a_20_3e_9584',['LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20hypre_5fint_20_3e_20_3e_9585',['LayoutData< amrex::PODVector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_9586',['LayoutData< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_9587',['LayoutData< amrex::PODVector< Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboundcond_20_3e_20_3e_20_3e_9588',['LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20bctuple_20_3e_20_3e_9589',['LayoutData< amrex::Vector< BCTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20amrex_3a_3avector_3c_20realtuple_20_3e_20_3e_9590',['LayoutData< amrex::Vector< RealTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20gfab_20_3e_9591',['LayoutData< GFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20hypre_5fint_20_3e_9592',['LayoutData< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20int_20_3e_9593',['LayoutData< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20int_20_3e_9594',['LayoutData< Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20petscint_20_3e_9595',['LayoutData< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['layoutdata_3c_20realtuple_20_3e_9596',['LayoutData< RealTuple >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], - ['level_9597',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html',1,'amrex::EB2']]], - ['levelbld_9598',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html',1,'amrex']]], - ['linear_9599',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html',1,'amrex::ParticleInterpolator']]], - ['linedistfcnelement2d_9600',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html',1,'amrex']]], - ['linopenumtype_9601',['LinOpEnumType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html',1,'amrex']]], - ['lipairgt_9602',['LIpairGT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html',1,'amrex::DistributionMapping']]], - ['lipairlt_9603',['LIpairLT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html',1,'amrex::DistributionMapping']]], - ['logicaland_9604',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html',1,'amrex']]], - ['logicalor_9605',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html',1,'amrex']]], - ['lpinfo_9606',['LPInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html',1,'amrex']]], - ['lusolver_9607',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html',1,'amrex']]] + ['latheif_9632',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html',1,'amrex::EB2']]], + ['launchsafeguard_9633',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html',1,'amrex::Gpu']]], + ['layoutdata_9634',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'amrex']]], + ['layoutdata_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_2a_20_3e_9635',['LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20hypre_5fint_20_3e_20_3e_9636',['LayoutData< amrex::PODVector< HYPRE_Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_9637',['LayoutData< amrex::PODVector< int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3apodvector_3c_20int_20_3e_20_3e_9638',['LayoutData< amrex::PODVector< Int > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20amrex_3a_3avector_3c_20amrex_3a_3aboundcond_20_3e_20_3e_20_3e_9639',['LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20bctuple_20_3e_20_3e_9640',['LayoutData< amrex::Vector< BCTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20amrex_3a_3avector_3c_20realtuple_20_3e_20_3e_9641',['LayoutData< amrex::Vector< RealTuple > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20gfab_20_3e_9642',['LayoutData< GFab >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20hypre_5fint_20_3e_9643',['LayoutData< HYPRE_Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20int_20_3e_9644',['LayoutData< Int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20int_20_3e_9645',['LayoutData< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20petscint_20_3e_9646',['LayoutData< PetscInt >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['layoutdata_3c_20realtuple_20_3e_9647',['LayoutData< RealTuple >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html',1,'']]], + ['level_9648',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html',1,'amrex::EB2']]], + ['levelbld_9649',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html',1,'amrex']]], + ['linear_9650',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html',1,'amrex::ParticleInterpolator']]], + ['linedistfcnelement2d_9651',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html',1,'amrex']]], + ['linopenumtype_9652',['LinOpEnumType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html',1,'amrex']]], + ['lipairgt_9653',['LIpairGT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html',1,'amrex::DistributionMapping']]], + ['lipairlt_9654',['LIpairLT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html',1,'amrex::DistributionMapping']]], + ['logicaland_9655',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html',1,'amrex']]], + ['logicalor_9656',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html',1,'amrex']]], + ['lpinfo_9657',['LPInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html',1,'amrex']]], + ['lusolver_9658',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_b.js b/amrex-hydro/Doxygen/html/search/classes_b.js index e887995..9192bef 100644 --- a/amrex-hydro/Doxygen/html/search/classes_b.js +++ b/amrex-hydro/Doxygen/html/search/classes_b.js @@ -1,76 +1,76 @@ var searchData= [ - ['macprojector_9608',['MacProjector',['../classHydro_1_1MacProjector.html',1,'Hydro']]], - ['make_5fparticle_9609',['make_particle',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html',1,'']]], - ['make_5fparticle_3c_20t_5fparticletype_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fsoa_5fparticle_3c_20t_5fparticletype_20_3e_3a_3avalue_20_3e_20_3e_9610',['make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html',1,'']]], - ['managed_9611',['Managed',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html',1,'amrex::Gpu']]], - ['managedarenaallocator_9612',['ManagedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ManagedArenaAllocator.html',1,'amrex']]], - ['managedarenawrapper_9613',['ManagedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html',1,'amrex']]], - ['mapcomponents_9614',['MapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html',1,'amrex::NonLocalBC']]], - ['mask_9615',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html',1,'amrex']]], - ['maskcomps_9616',['MaskComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html',1,'amrex::NeighborParticleContainer']]], - ['maximum_9617',['Maximum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html',1,'amrex']]], - ['maybedevicerunnable_9618',['MaybeDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeDeviceRunnable.html',1,'amrex']]], - ['maybehostdevicerunnable_9619',['MaybeHostDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeHostDeviceRunnable.html',1,'amrex']]], - ['meminfo_9620',['meminfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html',1,'amrex::FabArrayBase']]], - ['meminfo_9621',['MemInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html',1,'amrex::MemProfiler']]], - ['memoryhelper_9622',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html',1,'amrex::sundials']]], - ['memprocstats_9623',['MemProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex::TinyProfiler']]], - ['memprofiler_9624',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html',1,'amrex']]], - ['memstat_9625',['MemStat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html',1,'amrex']]], - ['meshstatemap_9626',['MeshStateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html',1,'amrex::InSituUtils']]], - ['message_9627',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html',1,'amrex::ParallelDescriptor']]], - ['mfcellbilinear_9628',['MFCellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html',1,'amrex']]], - ['mfcellconslininterp_9629',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html',1,'amrex']]], - ['mfcellconslinminmaxlimitinterp_9630',['MFCellConsLinMinmaxLimitInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html',1,'amrex']]], - ['mffork_9631',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html',1,'amrex::ForkJoin']]], - ['mfinfo_9632',['MFInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html',1,'amrex']]], - ['mfinterpolater_9633',['MFInterpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html',1,'amrex']]], - ['mfiter_9634',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html',1,'amrex']]], - ['mfitinfo_9635',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html',1,'amrex']]], - ['mfnodebilinear_9636',['MFNodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html',1,'amrex']]], - ['mfpcinterp_9637',['MFPCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html',1,'amrex']]], - ['minimum_9638',['Minimum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html',1,'amrex']]], - ['minmod_9639',['minmod',['../structPPM_1_1minmod.html',1,'PPM']]], - ['minus_9640',['Minus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html',1,'amrex']]], - ['mlabeclaplaciant_9641',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html',1,'amrex']]], - ['mlalaplaciant_9642',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html',1,'amrex']]], - ['mlcellabeclapt_9643',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html',1,'amrex']]], - ['mlcelllinopt_9644',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html',1,'amrex']]], - ['mlcgsolvert_9645',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html',1,'amrex']]], - ['mlcurlcurl_9646',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html',1,'amrex']]], - ['mlebabeclap_9647',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html',1,'amrex']]], - ['mlebnodefdlaplacian_9648',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html',1,'amrex']]], - ['mlebtensorop_9649',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html',1,'amrex']]], - ['mllinopt_9650',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], - ['mllinopt_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_9651',['MLLinOpT< Array< MultiFab, 3 > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'']]], - ['mllinopt_3c_20mf_20_3e_9652',['MLLinOpT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], - ['mlmgabctag_9653',['MLMGABCTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html',1,'amrex']]], - ['mlmgbndryt_9654',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html',1,'amrex']]], - ['mlmgpstag_9655',['MLMGPSTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html',1,'amrex']]], - ['mlmgt_9656',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html',1,'amrex']]], - ['mlnodeabeclaplacian_9657',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html',1,'amrex']]], - ['mlnodelaplacian_9658',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html',1,'amrex']]], - ['mlnodelinop_9659',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html',1,'amrex']]], - ['mlnodetensorlaplacian_9660',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html',1,'amrex']]], - ['mlpoissont_9661',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html',1,'amrex']]], - ['mltensorop_9662',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html',1,'amrex']]], - ['moments_9663',['Moments',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html',1,'amrex::openbc']]], - ['momtag_9664',['MomTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html',1,'amrex::openbc']]], - ['mpi_5fstatus_9665',['MPI_Status',['https://amrex-codes.github.io/amrex/doxygen/structMPI__Status.html',1,'']]], - ['mpi_5ftypemap_9666',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html',1,'amrex::ParallelDescriptor']]], - ['mpi_5ftypemap_3c_20gpucomplex_3c_20t_20_3e_20_3e_9667',['Mpi_typemap< GpuComplex< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], - ['mpi_5ftypemap_3c_20vallocpair_3c_20tv_2c_20ti_20_3e_20_3e_9668',['Mpi_typemap< ValLocPair< TV, TI > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], - ['multiarray4_9669',['MultiArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'amrex']]], - ['multiarray4_3c_20value_5ftype_20_3e_9670',['MultiArray4< value_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], - ['multiarray4_3c_20value_5ftype_20const_20_3e_9671',['MultiArray4< value_type const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], - ['multiblockcommmetadata_9672',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html',1,'amrex::NonLocalBC']]], - ['multiblockindexmapping_9673',['MultiBlockIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html',1,'amrex::NonLocalBC']]], - ['multicutfab_9674',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html',1,'amrex']]], - ['multifab_9675',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html',1,'amrex']]], - ['multifabcopydescriptor_9676',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html',1,'amrex']]], - ['multigfab_9677',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html',1,'amrex::EB2']]], - ['multimask_9678',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html',1,'amrex']]], - ['multimaskiter_9679',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html',1,'amrex']]], - ['multiplies_9680',['Multiplies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html',1,'amrex']]] + ['macprojector_9659',['MacProjector',['../classHydro_1_1MacProjector.html',1,'Hydro']]], + ['make_5fparticle_9660',['make_particle',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html',1,'']]], + ['make_5fparticle_3c_20t_5fparticletype_2c_20std_3a_3aenable_5fif_5ft_3c_20is_5fsoa_5fparticle_3c_20t_5fparticletype_20_3e_3a_3avalue_20_3e_20_3e_9661',['make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >',['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html',1,'']]], + ['managed_9662',['Managed',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html',1,'amrex::Gpu']]], + ['managedarenaallocator_9663',['ManagedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ManagedArenaAllocator.html',1,'amrex']]], + ['managedarenawrapper_9664',['ManagedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html',1,'amrex']]], + ['mapcomponents_9665',['MapComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html',1,'amrex::NonLocalBC']]], + ['mask_9666',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html',1,'amrex']]], + ['maskcomps_9667',['MaskComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html',1,'amrex::NeighborParticleContainer']]], + ['maximum_9668',['Maximum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html',1,'amrex']]], + ['maybedevicerunnable_9669',['MaybeDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeDeviceRunnable.html',1,'amrex']]], + ['maybehostdevicerunnable_9670',['MaybeHostDeviceRunnable',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MaybeHostDeviceRunnable.html',1,'amrex']]], + ['meminfo_9671',['meminfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html',1,'amrex::FabArrayBase']]], + ['meminfo_9672',['MemInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html',1,'amrex::MemProfiler']]], + ['memoryhelper_9673',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html',1,'amrex::sundials']]], + ['memprocstats_9674',['MemProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex::TinyProfiler']]], + ['memprofiler_9675',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html',1,'amrex']]], + ['memstat_9676',['MemStat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html',1,'amrex']]], + ['meshstatemap_9677',['MeshStateMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html',1,'amrex::InSituUtils']]], + ['message_9678',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html',1,'amrex::ParallelDescriptor']]], + ['mfcellbilinear_9679',['MFCellBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html',1,'amrex']]], + ['mfcellconslininterp_9680',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html',1,'amrex']]], + ['mfcellconslinminmaxlimitinterp_9681',['MFCellConsLinMinmaxLimitInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html',1,'amrex']]], + ['mffork_9682',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html',1,'amrex::ForkJoin']]], + ['mfinfo_9683',['MFInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html',1,'amrex']]], + ['mfinterpolater_9684',['MFInterpolater',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html',1,'amrex']]], + ['mfiter_9685',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html',1,'amrex']]], + ['mfitinfo_9686',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html',1,'amrex']]], + ['mfnodebilinear_9687',['MFNodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html',1,'amrex']]], + ['mfpcinterp_9688',['MFPCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html',1,'amrex']]], + ['minimum_9689',['Minimum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html',1,'amrex']]], + ['minmod_9690',['minmod',['../structPPM_1_1minmod.html',1,'PPM']]], + ['minus_9691',['Minus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html',1,'amrex']]], + ['mlabeclaplaciant_9692',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html',1,'amrex']]], + ['mlalaplaciant_9693',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html',1,'amrex']]], + ['mlcellabeclapt_9694',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html',1,'amrex']]], + ['mlcelllinopt_9695',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html',1,'amrex']]], + ['mlcgsolvert_9696',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html',1,'amrex']]], + ['mlcurlcurl_9697',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html',1,'amrex']]], + ['mlebabeclap_9698',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html',1,'amrex']]], + ['mlebnodefdlaplacian_9699',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html',1,'amrex']]], + ['mlebtensorop_9700',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html',1,'amrex']]], + ['mllinopt_9701',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], + ['mllinopt_3c_20array_3c_20multifab_2c_203_20_3e_20_3e_9702',['MLLinOpT< Array< MultiFab, 3 > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'']]], + ['mllinopt_3c_20mf_20_3e_9703',['MLLinOpT< MF >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html',1,'amrex']]], + ['mlmgabctag_9704',['MLMGABCTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html',1,'amrex']]], + ['mlmgbndryt_9705',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html',1,'amrex']]], + ['mlmgpstag_9706',['MLMGPSTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html',1,'amrex']]], + ['mlmgt_9707',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html',1,'amrex']]], + ['mlnodeabeclaplacian_9708',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html',1,'amrex']]], + ['mlnodelaplacian_9709',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html',1,'amrex']]], + ['mlnodelinop_9710',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html',1,'amrex']]], + ['mlnodetensorlaplacian_9711',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html',1,'amrex']]], + ['mlpoissont_9712',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html',1,'amrex']]], + ['mltensorop_9713',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html',1,'amrex']]], + ['moments_9714',['Moments',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html',1,'amrex::openbc']]], + ['momtag_9715',['MomTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html',1,'amrex::openbc']]], + ['mpi_5fstatus_9716',['MPI_Status',['https://amrex-codes.github.io/amrex/doxygen/structMPI__Status.html',1,'']]], + ['mpi_5ftypemap_9717',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html',1,'amrex::ParallelDescriptor']]], + ['mpi_5ftypemap_3c_20gpucomplex_3c_20t_20_3e_20_3e_9718',['Mpi_typemap< GpuComplex< T > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], + ['mpi_5ftypemap_3c_20vallocpair_3c_20tv_2c_20ti_20_3e_20_3e_9719',['Mpi_typemap< ValLocPair< TV, TI > >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html',1,'amrex::ParallelDescriptor']]], + ['multiarray4_9720',['MultiArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'amrex']]], + ['multiarray4_3c_20value_5ftype_20_3e_9721',['MultiArray4< value_type >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], + ['multiarray4_3c_20value_5ftype_20const_20_3e_9722',['MultiArray4< value_type const >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html',1,'']]], + ['multiblockcommmetadata_9723',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html',1,'amrex::NonLocalBC']]], + ['multiblockindexmapping_9724',['MultiBlockIndexMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html',1,'amrex::NonLocalBC']]], + ['multicutfab_9725',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html',1,'amrex']]], + ['multifab_9726',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html',1,'amrex']]], + ['multifabcopydescriptor_9727',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html',1,'amrex']]], + ['multigfab_9728',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html',1,'amrex::EB2']]], + ['multimask_9729',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html',1,'amrex']]], + ['multimaskiter_9730',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html',1,'amrex']]], + ['multiplies_9731',['Multiplies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_c.js b/amrex-hydro/Doxygen/html/search/classes_c.js index 93bba56..943da01 100644 --- a/amrex-hydro/Doxygen/html/search/classes_c.js +++ b/amrex-hydro/Doxygen/html/search/classes_c.js @@ -1,29 +1,29 @@ var searchData= [ - ['n_5fvectorcontent_5fmultifab_5fnotptr_9681',['N_VectorContent_MultiFab_notptr',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html',1,'']]], - ['nametagentry_9682',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html',1,'CommProfStats']]], - ['nbuildsinfo_9683',['NBuildsInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html',1,'amrex::MemProfiler']]], - ['nearest_9684',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html',1,'amrex::ParticleInterpolator']]], - ['neighbor_9685',['Neighbor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html',1,'amrex::EB2']]], - ['neighborcode_9686',['NeighborCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html',1,'amrex']]], - ['neighborcommtag_9687',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html',1,'amrex::NeighborParticleContainer']]], - ['neighborcopytag_9688',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html',1,'amrex::NeighborParticleContainer']]], - ['neighbordata_9689',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html',1,'amrex']]], - ['neighborindexmap_9690',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html',1,'amrex::NeighborParticleContainer']]], - ['neighborlist_9691',['NeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html',1,'amrex']]], - ['neighborparticlecontainer_9692',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html',1,'amrex']]], - ['neighbors_9693',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html',1,'amrex']]], - ['neighbortask_9694',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html',1,'amrex::NeighborParticleContainer']]], - ['neighborunpackpolicy_9695',['NeighborUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html',1,'amrex']]], - ['nfilesiter_9696',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html',1,'amrex']]], - ['nodalprojector_9697',['NodalProjector',['../classHydro_1_1NodalProjector.html',1,'Hydro']]], - ['node_9698',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim::QuadratureRule::Node'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html',1,'amrex::CArena::Node']]], - ['nodebilinear_9699',['NodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html',1,'amrex']]], - ['nolimiter_9700',['nolimiter',['../structPPM_1_1nolimiter.html',1,'PPM']]], - ['nolocalcopy_9701',['NoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1NoLocalCopy.html',1,'amrex::NonLocalBC']]], - ['nonesuch_9702',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html',1,'amrex::detail']]], - ['nosyncregion_9703',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html',1,'amrex::Gpu']]], - ['nullinterphook_9704',['NullInterpHook',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html',1,'amrex']]], - ['numcells_9705',['NumCells',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html',1,'amrex::EBCellFlagFab']]], - ['numcomps_9706',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html',1,'amrex']]] + ['n_5fvectorcontent_5fmultifab_5fnotptr_9732',['N_VectorContent_MultiFab_notptr',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html',1,'']]], + ['nametagentry_9733',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html',1,'CommProfStats']]], + ['nbuildsinfo_9734',['NBuildsInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html',1,'amrex::MemProfiler']]], + ['nearest_9735',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html',1,'amrex::ParticleInterpolator']]], + ['neighbor_9736',['Neighbor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html',1,'amrex::EB2']]], + ['neighborcode_9737',['NeighborCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html',1,'amrex']]], + ['neighborcommtag_9738',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html',1,'amrex::NeighborParticleContainer']]], + ['neighborcopytag_9739',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html',1,'amrex::NeighborParticleContainer']]], + ['neighbordata_9740',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html',1,'amrex']]], + ['neighborindexmap_9741',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html',1,'amrex::NeighborParticleContainer']]], + ['neighborlist_9742',['NeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html',1,'amrex']]], + ['neighborparticlecontainer_9743',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html',1,'amrex']]], + ['neighbors_9744',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html',1,'amrex']]], + ['neighbortask_9745',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html',1,'amrex::NeighborParticleContainer']]], + ['neighborunpackpolicy_9746',['NeighborUnpackPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html',1,'amrex']]], + ['nfilesiter_9747',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html',1,'amrex']]], + ['nodalprojector_9748',['NodalProjector',['../classHydro_1_1NodalProjector.html',1,'Hydro']]], + ['node_9749',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim::QuadratureRule::Node'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html',1,'amrex::CArena::Node']]], + ['nodebilinear_9750',['NodeBilinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html',1,'amrex']]], + ['nolimiter_9751',['nolimiter',['../structPPM_1_1nolimiter.html',1,'PPM']]], + ['nolocalcopy_9752',['NoLocalCopy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1NoLocalCopy.html',1,'amrex::NonLocalBC']]], + ['nonesuch_9753',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html',1,'amrex::detail']]], + ['nosyncregion_9754',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html',1,'amrex::Gpu']]], + ['nullinterphook_9755',['NullInterpHook',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html',1,'amrex']]], + ['numcells_9756',['NumCells',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html',1,'amrex::EBCellFlagFab']]], + ['numcomps_9757',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_d.js b/amrex-hydro/Doxygen/html/search/classes_d.js index 5f826ed..a3ddd00 100644 --- a/amrex-hydro/Doxygen/html/search/classes_d.js +++ b/amrex-hydro/Doxygen/html/search/classes_d.js @@ -1,9 +1,9 @@ var searchData= [ - ['openbcsolver_9707',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html',1,'amrex']]], - ['openmpbinpolicy_9708',['OpenMPBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1OpenMPBinPolicy.html',1,'amrex::BinPolicy']]], - ['orderedboxes_9709',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html',1,'amrex']]], - ['orientation_9710',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html',1,'amrex']]], - ['orientationiter_9711',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html',1,'amrex']]], - ['orop_9712',['orOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html',1,'amrex::InSituUtils']]] + ['openbcsolver_9758',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html',1,'amrex']]], + ['openmpbinpolicy_9759',['OpenMPBinPolicy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinPolicy_1_1OpenMPBinPolicy.html',1,'amrex::BinPolicy']]], + ['orderedboxes_9760',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html',1,'amrex']]], + ['orientation_9761',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html',1,'amrex']]], + ['orientationiter_9762',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html',1,'amrex']]], + ['orop_9763',['orOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html',1,'amrex::InSituUtils']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_e.js b/amrex-hydro/Doxygen/html/search/classes_e.js index 6f6bc5e..7337c18 100644 --- a/amrex-hydro/Doxygen/html/search/classes_e.js +++ b/amrex-hydro/Doxygen/html/search/classes_e.js @@ -1,142 +1,141 @@ var searchData= [ - ['packcomponents_9713',['PackComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html',1,'amrex::NonLocalBC']]], - ['parconstiter_5fimpl_9714',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html',1,'amrex']]], - ['parena_9715',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html',1,'amrex']]], - ['parforinfo_9716',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html',1,'amrex::FabArrayBase']]], - ['pargdb_9717',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html',1,'amrex']]], - ['pargdbbase_9718',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html',1,'amrex']]], - ['pariter_5fimpl_9719',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html',1,'amrex']]], - ['pariterbase_5fimpl_9720',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'amrex']]], - ['pariterbase_5fimpl_3c_20false_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9721',['ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], - ['pariterbase_5fimpl_3c_20true_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9722',['ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], - ['parmparse_9723',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html',1,'amrex']]], - ['parser_9724',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html',1,'amrex']]], - ['parser_5fassign_9725',['parser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html',1,'amrex']]], - ['parser_5ff1_9726',['parser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html',1,'amrex']]], - ['parser_5ff2_9727',['parser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html',1,'amrex']]], - ['parser_5ff3_9728',['parser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html',1,'amrex']]], - ['parser_5fnode_9729',['parser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html',1,'amrex']]], - ['parser_5fnumber_9730',['parser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html',1,'amrex']]], - ['parser_5fsymbol_9731',['parser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html',1,'amrex']]], - ['parserexeadd_9732',['ParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html',1,'amrex']]], - ['parserexeadd_5fpn_9733',['ParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html',1,'amrex']]], - ['parserexeadd_5fpp_9734',['ParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html',1,'amrex']]], - ['parserexeadd_5fvn_9735',['ParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html',1,'amrex']]], - ['parserexeadd_5fvp_9736',['ParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html',1,'amrex']]], - ['parserexecutor_9737',['ParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'amrex']]], - ['parserexecutor_3c_203_20_3e_9738',['ParserExecutor< 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'']]], - ['parserexediv_5fb_9739',['ParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html',1,'amrex']]], - ['parserexediv_5ff_9740',['ParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html',1,'amrex']]], - ['parserexediv_5fpn_9741',['ParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html',1,'amrex']]], - ['parserexediv_5fpp_9742',['ParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html',1,'amrex']]], - ['parserexediv_5fvn_9743',['ParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html',1,'amrex']]], - ['parserexediv_5fvp_9744',['ParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html',1,'amrex']]], - ['parserexef1_9745',['ParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html',1,'amrex']]], - ['parserexef2_5fb_9746',['ParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html',1,'amrex']]], - ['parserexef2_5ff_9747',['ParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html',1,'amrex']]], - ['parserexeif_9748',['ParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html',1,'amrex']]], - ['parserexejump_9749',['ParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html',1,'amrex']]], - ['parserexemul_9750',['ParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html',1,'amrex']]], - ['parserexemul_5fpn_9751',['ParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html',1,'amrex']]], - ['parserexemul_5fpp_9752',['ParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html',1,'amrex']]], - ['parserexemul_5fvn_9753',['ParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html',1,'amrex']]], - ['parserexemul_5fvp_9754',['ParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html',1,'amrex']]], - ['parserexenull_9755',['ParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html',1,'amrex']]], - ['parserexenumber_9756',['ParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html',1,'amrex']]], - ['parserexepowi_9757',['ParserExePOWI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html',1,'amrex']]], - ['parserexesquare_9758',['ParserExeSquare',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html',1,'amrex']]], - ['parserexesub_5fb_9759',['ParserExeSUB_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html',1,'amrex']]], - ['parserexesub_5ff_9760',['ParserExeSUB_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html',1,'amrex']]], - ['parserexesub_5fpn_9761',['ParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html',1,'amrex']]], - ['parserexesub_5fpp_9762',['ParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html',1,'amrex']]], - ['parserexesub_5fvn_9763',['ParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html',1,'amrex']]], - ['parserexesub_5fvp_9764',['ParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html',1,'amrex']]], - ['parserexesymbol_9765',['ParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html',1,'amrex']]], - ['parserif_9766',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html',1,'amrex::EB2']]], - ['parserstack_9767',['ParserStack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html',1,'amrex']]], - ['particle_9768',['Particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html',1,'amrex']]], - ['particlearray_9769',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html',1,'amrex']]], - ['particlearrayaccessor_9770',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html',1,'amrex']]], - ['particlebase_9771',['ParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'amrex']]], - ['particlebase_3c_20particlereal_2c_20t_5fnreal_2c_200_20_3e_9772',['ParticleBase< ParticleReal, T_NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'']]], - ['particlebase_3c_20t_2c_200_2c_200_20_3e_9773',['ParticleBase< T, 0, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html',1,'amrex']]], - ['particlebase_3c_20t_2c_200_2c_20nint_20_3e_9774',['ParticleBase< T, 0, NInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html',1,'amrex']]], - ['particlebase_3c_20t_2c_20nreal_2c_200_20_3e_9775',['ParticleBase< T, NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html',1,'amrex']]], - ['particlebuffermap_9776',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html',1,'amrex']]], - ['particlecommdata_9777',['ParticleCommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html',1,'amrex']]], - ['particlecontainer_5fimpl_9778',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'amrex']]], - ['particlecontainer_5fimpl_3c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9779',['ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'']]], - ['particlecontainerbase_9780',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html',1,'amrex']]], - ['particlecopyop_9781',['ParticleCopyOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html',1,'amrex']]], - ['particlecopyplan_9782',['ParticleCopyPlan',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html',1,'amrex']]], - ['particlecpuwrapper_9783',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html',1,'amrex']]], - ['particleidwrapper_9784',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html',1,'amrex']]], - ['particleinittype_9785',['ParticleInitType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html',1,'amrex']]], - ['particlelocator_9786',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html',1,'amrex']]], - ['particlelocdata_9787',['ParticleLocData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html',1,'amrex']]], - ['particletile_9788',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html',1,'amrex']]], - ['particletiledata_9789',['ParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'amrex']]], - ['particletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_9790',['ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'']]], - ['pcdata_9791',['PCData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html',1,'amrex']]], - ['pcinterp_9792',['PCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html',1,'amrex']]], - ['periodicity_9793',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html',1,'amrex']]], - ['persistentifstream_9794',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html',1,'amrex::VisMF']]], - ['petscabeclap_9795',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html',1,'amrex']]], - ['physbcfunct_9796',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html',1,'amrex']]], - ['physbcfunctnoop_9797',['PhysBCFunctNoOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html',1,'amrex']]], - ['pinned_9798',['Pinned',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html',1,'amrex::Gpu']]], - ['pinnedarenaallocator_9799',['PinnedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PinnedArenaAllocator.html',1,'amrex']]], - ['pinnedarenawrapper_9800',['PinnedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html',1,'amrex']]], - ['planeif_9801',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html',1,'amrex::EB2']]], - ['plotfiledata_9802',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html',1,'amrex']]], - ['plotfiledataimpl_9803',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html',1,'amrex']]], - ['plus_9804',['Plus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html',1,'amrex']]], - ['podvector_9805',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20amrex_3a_3aassigngrid_3c_20biniteratorfactory_20_3e_20_3e_9806',['PODVector< amrex::AssignGrid< BinIteratorFactory > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aboxnd_20_3e_9807',['PODVector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_9808',['PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aneighborcode_20_3e_9809',['PODVector< amrex::NeighborCode >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3aopenbc_3a_3amomtag_20_3e_9810',['PODVector< amrex::openbc::MomTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3astltools_3a_3atriangle_20_3e_9811',['PODVector< amrex::STLtools::Triangle >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20amrex_3a_3axdim3_20_3e_9812',['PODVector< amrex::XDim3 >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_9813',['PODVector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20char_20_3e_9814',['PODVector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20char_2c_20amrex_3a_3apolymorphicarenaallocator_3c_20char_20_3e_20_3e_9815',['PODVector< char, amrex::PolymorphicArenaAllocator< char > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20int_20_2a_20_3e_9816',['PODVector< const int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20int_20_2a_2c_20allocator_3c_20const_20int_20_2a_20_3e_20_3e_9817',['PODVector< const int *, Allocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20const_20int_20_2a_2c_20defaultallocator_3c_20const_20int_20_2a_20_3e_20_3e_9818',['PODVector< const int *, DefaultAllocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20particlereal_20_2a_20_3e_9819',['PODVector< const ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20const_20particlereal_20_2a_2c_20allocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_9820',['PODVector< const ParticleReal *, Allocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20const_20particlereal_20_2a_2c_20defaultallocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_9821',['PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20index_5ftype_20_3e_9822',['PODVector< index_type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_2a_20_3e_9823',['PODVector< int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_2a_2c_20allocator_3c_20int_20_2a_20_3e_20_3e_9824',['PODVector< int *, Allocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20int_20_2a_2c_20defaultallocator_3c_20int_20_2a_20_3e_20_3e_9825',['PODVector< int *, DefaultAllocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20int_20_3e_9826',['PODVector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particlereal_20_2a_20_3e_9827',['PODVector< ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particlereal_20_2a_2c_20allocator_3c_20particlereal_20_2a_20_3e_20_3e_9828',['PODVector< ParticleReal *, Allocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20particlereal_20_2a_2c_20defaultallocator_3c_20particlereal_20_2a_20_3e_20_3e_9829',['PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20particletype_2c_20allocator_3c_20particletype_20_3e_20_3e_9830',['PODVector< ParticleType, Allocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20particletype_2c_20defaultallocator_3c_20particletype_20_3e_20_3e_9831',['PODVector< ParticleType, DefaultAllocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20std_3a_3asize_5ft_20_3e_9832',['PODVector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20uint64_5ft_2c_20allocator_3c_20uint64_5ft_20_3e_20_3e_9833',['PODVector< uint64_t, Allocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], - ['podvector_3c_20uint64_5ft_2c_20defaultallocator_3c_20uint64_5ft_20_3e_20_3e_9834',['PODVector< uint64_t, DefaultAllocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['podvector_3c_20unsigned_20int_20_3e_9835',['PODVector< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], - ['polarb_9836',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html',1,'amrex::FabArrayBase']]], - ['poly_5feval_9837',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html',1,'sdcquadrature_mod']]], - ['polyif_9838',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html',1,'amrex::EB2']]], - ['polymorphicarenaallocator_9839',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html',1,'amrex']]], - ['polymorphicarenawrapper_9840',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html',1,'amrex']]], - ['polymorphicarray4_9841',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html',1,'amrex']]], - ['polynomialif_9842',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html',1,'amrex::EB2']]], - ['polyterm_9843',['PolyTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html',1,'amrex::EB2']]], - ['poststagenoop_9844',['PostStageNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html',1,'amrex::RungeKutta']]], - ['pp_5fentry_9845',['PP_entry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html',1,'amrex::ParmParse']]], - ['print_9846',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html',1,'amrex']]], - ['printtofile_9847',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html',1,'amrex']]], - ['process_5ftopology_5ft_9848',['process_topology_t',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html',1,'']]], - ['processteam_9849',['ProcessTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html',1,'amrex::ParallelDescriptor']]], - ['procstats_9850',['ProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html',1,'amrex::TinyProfiler']]], - ['psicode_9851',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html',1,'amrex::algoim']]] + ['packcomponents_9764',['PackComponents',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html',1,'amrex::NonLocalBC']]], + ['parconstiter_5fimpl_9765',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html',1,'amrex']]], + ['parena_9766',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html',1,'amrex']]], + ['parforinfo_9767',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html',1,'amrex::FabArrayBase']]], + ['pargdb_9768',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html',1,'amrex']]], + ['pargdbbase_9769',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html',1,'amrex']]], + ['pariter_5fimpl_9770',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html',1,'amrex']]], + ['pariterbase_5fimpl_9771',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'amrex']]], + ['pariterbase_5fimpl_3c_20false_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9772',['ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], + ['pariterbase_5fimpl_3c_20true_2c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9773',['ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html',1,'']]], + ['parmparse_9774',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html',1,'amrex']]], + ['parser_9775',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html',1,'amrex']]], + ['parser_5fassign_9776',['parser_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html',1,'amrex']]], + ['parser_5ff1_9777',['parser_f1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html',1,'amrex']]], + ['parser_5ff2_9778',['parser_f2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html',1,'amrex']]], + ['parser_5ff3_9779',['parser_f3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html',1,'amrex']]], + ['parser_5fnode_9780',['parser_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html',1,'amrex']]], + ['parser_5fnumber_9781',['parser_number',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html',1,'amrex']]], + ['parser_5fsymbol_9782',['parser_symbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html',1,'amrex']]], + ['parserexeadd_9783',['ParserExeADD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html',1,'amrex']]], + ['parserexeadd_5fpn_9784',['ParserExeADD_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html',1,'amrex']]], + ['parserexeadd_5fpp_9785',['ParserExeADD_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html',1,'amrex']]], + ['parserexeadd_5fvn_9786',['ParserExeADD_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html',1,'amrex']]], + ['parserexeadd_5fvp_9787',['ParserExeADD_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html',1,'amrex']]], + ['parserexecutor_9788',['ParserExecutor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'amrex']]], + ['parserexecutor_3c_203_20_3e_9789',['ParserExecutor< 3 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html',1,'']]], + ['parserexediv_5fb_9790',['ParserExeDIV_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html',1,'amrex']]], + ['parserexediv_5ff_9791',['ParserExeDIV_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html',1,'amrex']]], + ['parserexediv_5fpn_9792',['ParserExeDIV_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html',1,'amrex']]], + ['parserexediv_5fpp_9793',['ParserExeDIV_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html',1,'amrex']]], + ['parserexediv_5fvn_9794',['ParserExeDIV_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html',1,'amrex']]], + ['parserexediv_5fvp_9795',['ParserExeDIV_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html',1,'amrex']]], + ['parserexef1_9796',['ParserExeF1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html',1,'amrex']]], + ['parserexef2_5fb_9797',['ParserExeF2_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html',1,'amrex']]], + ['parserexef2_5ff_9798',['ParserExeF2_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html',1,'amrex']]], + ['parserexeif_9799',['ParserExeIF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html',1,'amrex']]], + ['parserexejump_9800',['ParserExeJUMP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html',1,'amrex']]], + ['parserexemul_9801',['ParserExeMUL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html',1,'amrex']]], + ['parserexemul_5fpn_9802',['ParserExeMUL_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html',1,'amrex']]], + ['parserexemul_5fpp_9803',['ParserExeMUL_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html',1,'amrex']]], + ['parserexemul_5fvn_9804',['ParserExeMUL_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html',1,'amrex']]], + ['parserexemul_5fvp_9805',['ParserExeMUL_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html',1,'amrex']]], + ['parserexenull_9806',['ParserExeNull',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html',1,'amrex']]], + ['parserexenumber_9807',['ParserExeNumber',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html',1,'amrex']]], + ['parserexepowi_9808',['ParserExePOWI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html',1,'amrex']]], + ['parserexesquare_9809',['ParserExeSquare',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html',1,'amrex']]], + ['parserexesub_5fb_9810',['ParserExeSUB_B',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html',1,'amrex']]], + ['parserexesub_5ff_9811',['ParserExeSUB_F',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html',1,'amrex']]], + ['parserexesub_5fpn_9812',['ParserExeSUB_PN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html',1,'amrex']]], + ['parserexesub_5fpp_9813',['ParserExeSUB_PP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html',1,'amrex']]], + ['parserexesub_5fvn_9814',['ParserExeSUB_VN',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html',1,'amrex']]], + ['parserexesub_5fvp_9815',['ParserExeSUB_VP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html',1,'amrex']]], + ['parserexesymbol_9816',['ParserExeSymbol',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html',1,'amrex']]], + ['parserif_9817',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html',1,'amrex::EB2']]], + ['particle_9818',['Particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html',1,'amrex']]], + ['particlearray_9819',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html',1,'amrex']]], + ['particlearrayaccessor_9820',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html',1,'amrex']]], + ['particlebase_9821',['ParticleBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'amrex']]], + ['particlebase_3c_20particlereal_2c_20t_5fnreal_2c_200_20_3e_9822',['ParticleBase< ParticleReal, T_NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html',1,'']]], + ['particlebase_3c_20t_2c_200_2c_200_20_3e_9823',['ParticleBase< T, 0, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html',1,'amrex']]], + ['particlebase_3c_20t_2c_200_2c_20nint_20_3e_9824',['ParticleBase< T, 0, NInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html',1,'amrex']]], + ['particlebase_3c_20t_2c_20nreal_2c_200_20_3e_9825',['ParticleBase< T, NReal, 0 >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html',1,'amrex']]], + ['particlebuffermap_9826',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html',1,'amrex']]], + ['particlecommdata_9827',['ParticleCommData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html',1,'amrex']]], + ['particlecontainer_5fimpl_9828',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'amrex']]], + ['particlecontainer_5fimpl_3c_20t_5fparticletype_2c_200_2c_200_2c_20defaultallocator_2c_20defaultassignor_20_3e_9829',['ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html',1,'']]], + ['particlecontainerbase_9830',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html',1,'amrex']]], + ['particlecopyop_9831',['ParticleCopyOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html',1,'amrex']]], + ['particlecopyplan_9832',['ParticleCopyPlan',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html',1,'amrex']]], + ['particlecpuwrapper_9833',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html',1,'amrex']]], + ['particleidwrapper_9834',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html',1,'amrex']]], + ['particleinittype_9835',['ParticleInitType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html',1,'amrex']]], + ['particlelocator_9836',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html',1,'amrex']]], + ['particlelocdata_9837',['ParticleLocData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html',1,'amrex']]], + ['particletile_9838',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html',1,'amrex']]], + ['particletiledata_9839',['ParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'amrex']]], + ['particletiledata_3c_20soaparticlebase_2c_20narrayreal_2c_20narrayint_20_3e_9840',['ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html',1,'']]], + ['pcdata_9841',['PCData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html',1,'amrex']]], + ['pcinterp_9842',['PCInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html',1,'amrex']]], + ['periodicity_9843',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html',1,'amrex']]], + ['persistentifstream_9844',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html',1,'amrex::VisMF']]], + ['petscabeclap_9845',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html',1,'amrex']]], + ['physbcfunct_9846',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html',1,'amrex']]], + ['physbcfunctnoop_9847',['PhysBCFunctNoOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html',1,'amrex']]], + ['pinned_9848',['Pinned',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html',1,'amrex::Gpu']]], + ['pinnedarenaallocator_9849',['PinnedArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PinnedArenaAllocator.html',1,'amrex']]], + ['pinnedarenawrapper_9850',['PinnedArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html',1,'amrex']]], + ['planeif_9851',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html',1,'amrex::EB2']]], + ['plotfiledata_9852',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html',1,'amrex']]], + ['plotfiledataimpl_9853',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html',1,'amrex']]], + ['plus_9854',['Plus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html',1,'amrex']]], + ['podvector_9855',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20amrex_3a_3aassigngrid_3c_20biniteratorfactory_20_3e_20_3e_9856',['PODVector< amrex::AssignGrid< BinIteratorFactory > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aboxnd_20_3e_9857',['PODVector< amrex::BoxND >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3agpuarray_3c_20amrex_3a_3amlcelllinopt_3a_3abctl_2c_202_20_2aamrex_5fspacedim_20_3e_20_3e_9858',['PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aneighborcode_20_3e_9859',['PODVector< amrex::NeighborCode >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3aopenbc_3a_3amomtag_20_3e_9860',['PODVector< amrex::openbc::MomTag >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3astltools_3a_3atriangle_20_3e_9861',['PODVector< amrex::STLtools::Triangle >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20amrex_3a_3axdim3_20_3e_9862',['PODVector< amrex::XDim3 >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20boxnd_3c_20amrex_5fspacedim_20_3e_20_3e_9863',['PODVector< BoxND< AMREX_SPACEDIM > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20char_20_3e_9864',['PODVector< char >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20char_2c_20amrex_3a_3apolymorphicarenaallocator_3c_20char_20_3e_20_3e_9865',['PODVector< char, amrex::PolymorphicArenaAllocator< char > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20int_20_2a_20_3e_9866',['PODVector< const int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20int_20_2a_2c_20allocator_3c_20const_20int_20_2a_20_3e_20_3e_9867',['PODVector< const int *, Allocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20const_20int_20_2a_2c_20defaultallocator_3c_20const_20int_20_2a_20_3e_20_3e_9868',['PODVector< const int *, DefaultAllocator< const int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20particlereal_20_2a_20_3e_9869',['PODVector< const ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20const_20particlereal_20_2a_2c_20allocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_9870',['PODVector< const ParticleReal *, Allocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20const_20particlereal_20_2a_2c_20defaultallocator_3c_20const_20particlereal_20_2a_20_3e_20_3e_9871',['PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20index_5ftype_20_3e_9872',['PODVector< index_type >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_2a_20_3e_9873',['PODVector< int * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_2a_2c_20allocator_3c_20int_20_2a_20_3e_20_3e_9874',['PODVector< int *, Allocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20int_20_2a_2c_20defaultallocator_3c_20int_20_2a_20_3e_20_3e_9875',['PODVector< int *, DefaultAllocator< int * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20int_20_3e_9876',['PODVector< int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particlereal_20_2a_20_3e_9877',['PODVector< ParticleReal * >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particlereal_20_2a_2c_20allocator_3c_20particlereal_20_2a_20_3e_20_3e_9878',['PODVector< ParticleReal *, Allocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20particlereal_20_2a_2c_20defaultallocator_3c_20particlereal_20_2a_20_3e_20_3e_9879',['PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20particletype_2c_20allocator_3c_20particletype_20_3e_20_3e_9880',['PODVector< ParticleType, Allocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20particletype_2c_20defaultallocator_3c_20particletype_20_3e_20_3e_9881',['PODVector< ParticleType, DefaultAllocator< ParticleType > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20std_3a_3asize_5ft_20_3e_9882',['PODVector< std::size_t >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20uint64_5ft_2c_20allocator_3c_20uint64_5ft_20_3e_20_3e_9883',['PODVector< uint64_t, Allocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'amrex']]], + ['podvector_3c_20uint64_5ft_2c_20defaultallocator_3c_20uint64_5ft_20_3e_20_3e_9884',['PODVector< uint64_t, DefaultAllocator< uint64_t > >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['podvector_3c_20unsigned_20int_20_3e_9885',['PODVector< unsigned int >',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html',1,'']]], + ['polarb_9886',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html',1,'amrex::FabArrayBase']]], + ['poly_5feval_9887',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html',1,'sdcquadrature_mod']]], + ['polyif_9888',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html',1,'amrex::EB2']]], + ['polymorphicarenaallocator_9889',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html',1,'amrex']]], + ['polymorphicarenawrapper_9890',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html',1,'amrex']]], + ['polymorphicarray4_9891',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html',1,'amrex']]], + ['polynomialif_9892',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html',1,'amrex::EB2']]], + ['polyterm_9893',['PolyTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html',1,'amrex::EB2']]], + ['poststagenoop_9894',['PostStageNoOp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html',1,'amrex::RungeKutta']]], + ['pp_5fentry_9895',['PP_entry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html',1,'amrex::ParmParse']]], + ['print_9896',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html',1,'amrex']]], + ['printtofile_9897',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html',1,'amrex']]], + ['process_5ftopology_5ft_9898',['process_topology_t',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html',1,'']]], + ['processteam_9899',['ProcessTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html',1,'amrex::ParallelDescriptor']]], + ['procstats_9900',['ProcStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html',1,'amrex::TinyProfiler']]], + ['psicode_9901',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html',1,'amrex::algoim']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/classes_f.js b/amrex-hydro/Doxygen/html/search/classes_f.js index b33a5df..9fe6513 100644 --- a/amrex-hydro/Doxygen/html/search/classes_f.js +++ b/amrex-hydro/Doxygen/html/search/classes_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['quadraturerule_9852',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html',1,'amrex::algoim']]] + ['quadraturerule_9902',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html',1,'amrex::algoim']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_0.js b/amrex-hydro/Doxygen/html/search/enums_0.js index 37917dd..c1c8291 100644 --- a/amrex-hydro/Doxygen/html/search/enums_0.js +++ b/amrex-hydro/Doxygen/html/search/enums_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['animdirection_18318',['AnimDirection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120',1,'amrex::Amrvis']]] + ['animdirection_18404',['AnimDirection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_1.js b/amrex-hydro/Doxygen/html/search/enums_1.js index 25104d8..879464d 100644 --- a/amrex-hydro/Doxygen/html/search/enums_1.js +++ b/amrex-hydro/Doxygen/html/search/enums_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['battype_18319',['BATType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feb',1,'amrex::BATransformer']]], - ['bcmode_18320',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627',1,'amrex::LinOpEnumType']]], - ['bottomsolver_18321',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4',1,'amrex']]], - ['butchertableautypes_18322',['ButcherTableauTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564',1,'amrex']]] + ['battype_18405',['BATType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feb',1,'amrex::BATransformer']]], + ['bcmode_18406',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627',1,'amrex::LinOpEnumType']]], + ['bottomsolver_18407',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4',1,'amrex']]], + ['butchertableautypes_18408',['ButcherTableauTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_2.js b/amrex-hydro/Doxygen/html/search/enums_2.js index 82487f8..b04712f 100644 --- a/amrex-hydro/Doxygen/html/search/enums_2.js +++ b/amrex-hydro/Doxygen/html/search/enums_2.js @@ -1,12 +1,12 @@ var searchData= [ - ['cellghosttypes_18323',['CellGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530',1,'amrex::InSituUtils']]], - ['cellindex_18324',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3',1,'amrex::CellIndexEnum']]], - ['celltype_18325',['CellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763c',1,'amrex::YAFluxRegisterT']]], - ['cfstrategy_18326',['CFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9',1,'amrex::MLMGT']]], - ['coarseningstrategy_18327',['CoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82',1,'amrex::MLNodeLinOp']]], - ['contourtype_18328',['ContourType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323b',1,'amrex::Amrvis']]], - ['coordtype_18329',['CoordType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806eba',1,'amrex::CoordSys']]], - ['cpop_18330',['CpOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cff',1,'amrex::FabArrayBase']]], - ['curlcurlstatetype_18331',['CurlCurlStateType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3',1,'amrex']]] + ['cellghosttypes_18409',['CellGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530',1,'amrex::InSituUtils']]], + ['cellindex_18410',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3',1,'amrex::CellIndexEnum']]], + ['celltype_18411',['CellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763c',1,'amrex::YAFluxRegisterT']]], + ['cfstrategy_18412',['CFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9',1,'amrex::MLMGT']]], + ['coarseningstrategy_18413',['CoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82',1,'amrex::MLNodeLinOp']]], + ['contourtype_18414',['ContourType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323b',1,'amrex::Amrvis']]], + ['coordtype_18415',['CoordType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806eba',1,'amrex::CoordSys']]], + ['cpop_18416',['CpOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cff',1,'amrex::FabArrayBase']]], + ['curlcurlstatetype_18417',['CurlCurlStateType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_3.js b/amrex-hydro/Doxygen/html/search/enums_3.js index ccba0a2..9fffb68 100644 --- a/amrex-hydro/Doxygen/html/search/enums_3.js +++ b/amrex-hydro/Doxygen/html/search/enums_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['datalayout_18332',['DataLayout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b',1,'amrex']]], - ['direction_18333',['Direction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69',1,'amrex']]], - ['dsrequesttype_18334',['DSRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9',1,'amrex::DataServices']]] + ['datalayout_18418',['DataLayout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895b',1,'amrex']]], + ['direction_18419',['Direction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69',1,'amrex']]], + ['dsrequesttype_18420',['DSRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9',1,'amrex::DataServices']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_4.js b/amrex-hydro/Doxygen/html/search/enums_4.js index 298b31b..0d431c3 100644 --- a/amrex-hydro/Doxygen/html/search/enums_4.js +++ b/amrex-hydro/Doxygen/html/search/enums_4.js @@ -1,5 +1,5 @@ var searchData= [ - ['ebsupport_18335',['EBSupport',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc',1,'amrex']]], - ['errortype_18336',['ErrorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872d',1,'amrex::ErrorRec']]] + ['ebsupport_18421',['EBSupport',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebc',1,'amrex']]], + ['errortype_18422',['ErrorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872d',1,'amrex::ErrorRec']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_5.js b/amrex-hydro/Doxygen/html/search/enums_5.js index 5626f57..00496eb 100644 --- a/amrex-hydro/Doxygen/html/search/enums_5.js +++ b/amrex-hydro/Doxygen/html/search/enums_5.js @@ -1,11 +1,11 @@ var searchData= [ - ['fabtype_18337',['FabType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87a',1,'amrex']]], - ['filetype_18338',['FileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cf',1,'amrex::Amrvis']]], - ['filltype_18339',['FillType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6',1,'amrex']]], - ['filterstatus_18340',['FilterStatus',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4',1,'BLProfStats']]], - ['flags_18341',['Flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38',1,'amrex::MFIter']]], - ['format_18342',['Format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9f',1,'amrex::FABio']]], - ['fpexcept_18343',['FPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c',1,'amrex']]], - ['frop_18344',['FrOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7',1,'amrex::FluxRegister']]] + ['fabtype_18423',['FabType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87a',1,'amrex']]], + ['filetype_18424',['FileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cf',1,'amrex::Amrvis']]], + ['filltype_18425',['FillType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6',1,'amrex']]], + ['filterstatus_18426',['FilterStatus',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4',1,'BLProfStats']]], + ['flags_18427',['Flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38',1,'amrex::MFIter']]], + ['format_18428',['Format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9f',1,'amrex::FABio']]], + ['fpexcept_18429',['FPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2c',1,'amrex']]], + ['frop_18430',['FrOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7',1,'amrex::FluxRegister']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_6.js b/amrex-hydro/Doxygen/html/search/enums_6.js index ec87dc5..0abe669 100644 --- a/amrex-hydro/Doxygen/html/search/enums_6.js +++ b/amrex-hydro/Doxygen/html/search/enums_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['how_18345',['How',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156',1,'amrex::VisMF']]], - ['hypresolverid_18346',['HypreSolverID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb',1,'amrex']]] + ['how_18431',['How',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156',1,'amrex::VisMF']]], + ['hypresolverid_18432',['HypreSolverID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eb',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_7.js b/amrex-hydro/Doxygen/html/search/enums_7.js index 4541ca4..ce57844 100644 --- a/amrex-hydro/Doxygen/html/search/enums_7.js +++ b/amrex-hydro/Doxygen/html/search/enums_7.js @@ -1,12 +1,12 @@ var searchData= [ - ['integratortypes_18347',['IntegratorTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e',1,'amrex']]], - ['intent_18348',['Intent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466',1,'amrex::ForkJoin']]], - ['interface_18349',['Interface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13f',1,'amrex::Hypre']]], - ['interpem_5ft_18350',['InterpEM_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80df',1,'amrex']]], - ['iparser_5fexe_5ft_18351',['iparser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28',1,'amrex']]], - ['iparser_5ff1_5ft_18352',['iparser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399',1,'amrex']]], - ['iparser_5ff2_5ft_18353',['iparser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d',1,'amrex']]], - ['iparser_5ff3_5ft_18354',['iparser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843',1,'amrex']]], - ['iparser_5fnode_5ft_18355',['iparser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e',1,'amrex']]] + ['integratortypes_18433',['IntegratorTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599e',1,'amrex']]], + ['intent_18434',['Intent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466',1,'amrex::ForkJoin']]], + ['interface_18435',['Interface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13f',1,'amrex::Hypre']]], + ['interpem_5ft_18436',['InterpEM_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80df',1,'amrex']]], + ['iparser_5fexe_5ft_18437',['iparser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28',1,'amrex']]], + ['iparser_5ff1_5ft_18438',['iparser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399',1,'amrex']]], + ['iparser_5ff2_5ft_18439',['iparser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7d',1,'amrex']]], + ['iparser_5ff3_5ft_18440',['iparser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843',1,'amrex']]], + ['iparser_5fnode_5ft_18441',['iparser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360e',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_8.js b/amrex-hydro/Doxygen/html/search/enums_8.js index c7d3842..d8b35f4 100644 --- a/amrex-hydro/Doxygen/html/search/enums_8.js +++ b/amrex-hydro/Doxygen/html/search/enums_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['limiters_18356',['limiters',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5',1,'PPM']]], - ['location_18357',['Location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4',1,'amrex::LinOpEnumType']]] + ['limiters_18442',['limiters',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5',1,'PPM']]], + ['location_18443',['Location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4',1,'amrex::LinOpEnumType']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_9.js b/amrex-hydro/Doxygen/html/search/enums_9.js index 7826b28..2c3a90e 100644 --- a/amrex-hydro/Doxygen/html/search/enums_9.js +++ b/amrex-hydro/Doxygen/html/search/enums_9.js @@ -1,7 +1,7 @@ var searchData= [ - ['maketype_18358',['MakeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6',1,'amrex']]], - ['maskval_18359',['MaskVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846',1,'amrex::BndryDataT']]], - ['minmaxrangetype_18360',['MinMaxRangeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98e',1,'amrex::Amrvis']]], - ['minmaxrangetypeforbuttons_18361',['MinMaxRangeTypeForButtons',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9',1,'amrex::Amrvis']]] + ['maketype_18444',['MakeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6',1,'amrex']]], + ['maskval_18445',['MaskVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846',1,'amrex::BndryDataT']]], + ['minmaxrangetype_18446',['MinMaxRangeType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98e',1,'amrex::Amrvis']]], + ['minmaxrangetypeforbuttons_18447',['MinMaxRangeTypeForButtons',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_a.js b/amrex-hydro/Doxygen/html/search/enums_a.js index c4b98a0..c554184 100644 --- a/amrex-hydro/Doxygen/html/search/enums_a.js +++ b/amrex-hydro/Doxygen/html/search/enums_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['ordering_18362',['Ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39',1,'amrex::FABio::Ordering()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839',1,'amrex::IntDescriptor::Ordering()']]] + ['ordering_18448',['Ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39',1,'amrex::FABio::Ordering()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839',1,'amrex::IntDescriptor::Ordering()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_b.js b/amrex-hydro/Doxygen/html/search/enums_b.js index c231e07..7903cda 100644 --- a/amrex-hydro/Doxygen/html/search/enums_b.js +++ b/amrex-hydro/Doxygen/html/search/enums_b.js @@ -1,10 +1,10 @@ var searchData= [ - ['parser_5fexe_5ft_18363',['parser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49',1,'amrex']]], - ['parser_5ff1_5ft_18364',['parser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589',1,'amrex']]], - ['parser_5ff2_5ft_18365',['parser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bc',1,'amrex']]], - ['parser_5ff3_5ft_18366',['parser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b',1,'amrex']]], - ['parser_5fnode_5ft_18367',['parser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883',1,'amrex']]], - ['pointghosttypes_18368',['PointGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3a',1,'amrex::InSituUtils']]], - ['precision_18369',['Precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660',1,'amrex::FABio']]] + ['parser_5fexe_5ft_18449',['parser_exe_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49',1,'amrex']]], + ['parser_5ff1_5ft_18450',['parser_f1_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589',1,'amrex']]], + ['parser_5ff2_5ft_18451',['parser_f2_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bc',1,'amrex']]], + ['parser_5ff3_5ft_18452',['parser_f3_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051b',1,'amrex']]], + ['parser_5fnode_5ft_18453',['parser_node_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883',1,'amrex']]], + ['pointghosttypes_18454',['PointGhostTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3a',1,'amrex::InSituUtils']]], + ['precision_18455',['Precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660',1,'amrex::FABio']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_c.js b/amrex-hydro/Doxygen/html/search/enums_c.js index 3273e74..4cb503c 100644 --- a/amrex-hydro/Doxygen/html/search/enums_c.js +++ b/amrex-hydro/Doxygen/html/search/enums_c.js @@ -1,5 +1,5 @@ var searchData= [ - ['reduceop_18370',['ReduceOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569d',1,'amrex::detail']]], - ['runon_18371',['RunOn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2',1,'amrex']]] + ['reduceop_18456',['ReduceOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569d',1,'amrex::detail']]], + ['runon_18457',['RunOn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_d.js b/amrex-hydro/Doxygen/html/search/enums_d.js index d0b5922..f561703 100644 --- a/amrex-hydro/Doxygen/html/search/enums_d.js +++ b/amrex-hydro/Doxygen/html/search/enums_d.js @@ -1,6 +1,6 @@ var searchData= [ - ['side_18372',['Side',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410',1,'amrex::Orientation']]], - ['statemode_18373',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8',1,'amrex::LinOpEnumType']]], - ['strategy_18374',['Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8',1,'amrex::DistributionMapping::Strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282',1,'amrex::ForkJoin::Strategy()']]] + ['side_18458',['Side',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410',1,'amrex::Orientation']]], + ['statemode_18459',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8',1,'amrex::LinOpEnumType']]], + ['strategy_18460',['Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8',1,'amrex::DistributionMapping::Strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282',1,'amrex::ForkJoin::Strategy()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_e.js b/amrex-hydro/Doxygen/html/search/enums_e.js index d975ae5..700cf43 100644 --- a/amrex-hydro/Doxygen/html/search/enums_e.js +++ b/amrex-hydro/Doxygen/html/search/enums_e.js @@ -1,9 +1,9 @@ var searchData= [ - ['tagval_18375',['TagVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffa',1,'amrex::TagBox']]], - ['test_18376',['TEST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5',1,'amrex::AMRErrorTag']]], - ['timecenter_18377',['TimeCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434',1,'amrex::StateDescriptor']]], - ['timelevel_18378',['TimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33a',1,'amrex::AmrLevel']]], - ['timer_5ftypes_18379',['timer_types',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fd',1,'amrex::MLMGT']]], - ['type_18380',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312f',1,'amrex::MLCGSolverT']]] + ['tagval_18461',['TagVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffa',1,'amrex::TagBox']]], + ['test_18462',['TEST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5',1,'amrex::AMRErrorTag']]], + ['timecenter_18463',['TimeCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434',1,'amrex::StateDescriptor']]], + ['timelevel_18464',['TimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33a',1,'amrex::AmrLevel']]], + ['timer_5ftypes_18465',['timer_types',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fd',1,'amrex::MLMGT']]], + ['type_18466',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312f',1,'amrex::MLCGSolverT']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enums_f.js b/amrex-hydro/Doxygen/html/search/enums_f.js index 5995eca..b8067d7 100644 --- a/amrex-hydro/Doxygen/html/search/enums_f.js +++ b/amrex-hydro/Doxygen/html/search/enums_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['version_18381',['Version',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54d',1,'amrex::VisMF::Header']]] + ['version_18467',['Version',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54d',1,'amrex::VisMF::Header']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_0.js b/amrex-hydro/Doxygen/html/search/enumvalues_0.js index dde97cc..e4f67b7 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_0.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['all_18382',['all',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51',1,'amrex']]], - ['amrex_5fd_5fdecl_18383',['AMREX_D_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd',1,'amrex']]], - ['aos_18384',['AoS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0',1,'amrex']]] + ['all_18468',['all',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2caa181a603769c1f98ad927e7367c7aa51',1,'amrex']]], + ['amrex_5fd_5fdecl_18469',['AMREX_D_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8de829410ed15dbc56e4dafc9bc6ea69a68b0c60ae4f5670ee8d0ad5dda84d0fd',1,'amrex']]], + ['aos_18470',['AoS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba16b9d7db01fae7828de9941a0736d3d0',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_1.js b/amrex-hydro/Doxygen/html/search/enumvalues_1.js index 2092732..c770a15 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_1.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_1.js @@ -1,10 +1,10 @@ var searchData= [ - ['b_18385',['b',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f',1,'amrex']]], - ['basic_18386',['basic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2',1,'amrex']]], - ['bicgcg_18387',['bicgcg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064',1,'amrex']]], - ['bicgstab_18388',['BiCGStab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa17f477cd947340d28b9a4d6f49c1e43b',1,'amrex::MLCGSolverT']]], - ['bicgstab_18389',['bicgstab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13',1,'amrex']]], - ['bndryreg_18390',['bndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba15f56c267485f29a6a84bcfce877f804',1,'amrex::BATransformer']]], - ['boomeramg_18391',['BoomerAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac',1,'amrex']]] + ['b_18471',['b',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a92eb5ffee6ae2fec3ad71c777531578f',1,'amrex']]], + ['basic_18472',['basic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcaf17aaabc20bfe045075927934fed52d2',1,'amrex']]], + ['bicgcg_18473',['bicgcg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a17ae71b06faf01831e130c5f94157064',1,'amrex']]], + ['bicgstab_18474',['BiCGStab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa17f477cd947340d28b9a4d6f49c1e43b',1,'amrex::MLCGSolverT']]], + ['bicgstab_18475',['bicgstab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4ae123b37d2b5fd373237e049a1e68ca13',1,'amrex']]], + ['bndryreg_18476',['bndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba15f56c267485f29a6a84bcfce877f804',1,'amrex::BATransformer']]], + ['boomeramg_18477',['BoomerAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16eba811f4c4b8bd73ca4249517d43fc1bfac',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_10.js b/amrex-hydro/Doxygen/html/search/enumvalues_10.js index 15b9b55..1369b29 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_10.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_10.js @@ -1,6 +1,6 @@ var searchData= [ - ['undefined_18447',['undefined',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74',1,'amrex']]], - ['upwind_18448',['UPWIND',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aebdbe84585c5fefe1631a8ad885e2f44',1,'PPM']]], - ['user_18449',['User',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075',1,'amrex']]] + ['undefined_18533',['undefined',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa5e543256c480ac577d30f76f9120eb74',1,'amrex']]], + ['upwind_18534',['UPWIND',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aebdbe84585c5fefe1631a8ad885e2f44',1,'PPM']]], + ['user_18535',['User',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a8f9bfe9d1345237cb3b2b205864da075',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_11.js b/amrex-hydro/Doxygen/html/search/enumvalues_11.js index 05f36a1..b6c8ea2 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_11.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_11.js @@ -1,5 +1,5 @@ var searchData= [ - ['vanleer_18450',['VanLeer',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a',1,'PPM']]], - ['volume_18451',['volume',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c',1,'amrex']]] + ['vanleer_18536',['VanLeer',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a226a317543d598f865ae76be2571750a',1,'PPM']]], + ['volume_18537',['volume',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca210ab9e731c9c36c2c38db15c28a8d1c',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_12.js b/amrex-hydro/Doxygen/html/search/enumvalues_12.js index 14050cc..2be3a96 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_12.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_12.js @@ -1,5 +1,5 @@ var searchData= [ - ['weno_5fjs_18452',['WENO_JS',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a742b9872942c5c229f854566a53c9d40',1,'PPM']]], - ['wenoz_18453',['WENOZ',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a3825f2b15f80d49790117e959cbcc48e',1,'PPM']]] + ['weno_5fjs_18538',['WENO_JS',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a742b9872942c5c229f854566a53c9d40',1,'PPM']]], + ['wenoz_18539',['WENOZ',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a3825f2b15f80d49790117e959cbcc48e',1,'PPM']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_13.js b/amrex-hydro/Doxygen/html/search/enumvalues_13.js index ec60bbe..a1b4e6e 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_13.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_13.js @@ -1,4 +1,4 @@ var searchData= [ - ['x_18454',['x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6',1,'amrex']]] + ['x_18540',['x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a9dd4e461268c8034f5c8564e155c67a6',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_14.js b/amrex-hydro/Doxygen/html/search/enumvalues_14.js index 9da88d4..0957624 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_14.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_14.js @@ -1,4 +1,4 @@ var searchData= [ - ['zero_18455',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a',1,'amrex']]] + ['zero_18541',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cad02c4c4cde7ae76252540d116a40f23a',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_2.js b/amrex-hydro/Doxygen/html/search/enumvalues_2.js index f0c21bd..fdce983 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_2.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_2.js @@ -1,12 +1,12 @@ var searchData= [ - ['cellcenter_18392',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4af5c101b5f19e97166e7531ffa1c706c4',1,'amrex::LinOpEnumType']]], - ['cellcentroid_18393',['CellCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a7dfdce1e88bc91f46ae0d30f856f7ca9',1,'amrex::LinOpEnumType']]], - ['cg_18394',['CG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa5202c6586cac8bee468e86d1ff854231',1,'amrex::MLCGSolverT']]], - ['cg_18395',['cg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57',1,'amrex']]], - ['cgbicg_18396',['cgbicg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb',1,'amrex']]], - ['coarsenratio_18397',['coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febac7d830dd99b4caf93a2b565d87c8422e',1,'amrex::BATransformer']]], - ['correction_18398',['Correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a8e42c4bdb2369a1c5b19f6f120737334',1,'amrex::LinOpEnumType']]], - ['covered_18399',['covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942',1,'amrex']]], - ['cpu_18400',['Cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e',1,'amrex']]] + ['cellcenter_18478',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4af5c101b5f19e97166e7531ffa1c706c4',1,'amrex::LinOpEnumType']]], + ['cellcentroid_18479',['CellCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a7dfdce1e88bc91f46ae0d30f856f7ca9',1,'amrex::LinOpEnumType']]], + ['cg_18480',['CG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#abfa2bc8d81a4f4c9a4a05f82ab18312fa5202c6586cac8bee468e86d1ff854231',1,'amrex::MLCGSolverT']]], + ['cg_18481',['cg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a6e9cf3eef65da697796cf33f27eb0f57',1,'amrex']]], + ['cgbicg_18482',['cgbicg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a8d94447f423b03d332649d28ef49bfdb',1,'amrex']]], + ['coarsenratio_18483',['coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febac7d830dd99b4caf93a2b565d87c8422e',1,'amrex::BATransformer']]], + ['correction_18484',['Correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a8e42c4bdb2369a1c5b19f6f120737334',1,'amrex::LinOpEnumType']]], + ['covered_18485',['covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaa72ed46ebb1280e51746ce28ded53942',1,'amrex']]], + ['cpu_18486',['Cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a54c82ef76ecbbd4c2293e09bae01b54e',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_3.js b/amrex-hydro/Doxygen/html/search/enumvalues_3.js index 1d5e58b..4494a90 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_3.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['default_18401',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67',1,'amrex']]], - ['device_18402',['Device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737',1,'amrex']]], - ['duplicate_18403',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282a24f1b0a79473250c195c7fb84e393392',1,'amrex::ForkJoin']]] + ['default_18487',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a7a1920d61156abc05a60135aefe8bc67',1,'amrex']]], + ['device_18488',['Device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ae0ac20adce6ffee48c7151b070aa5737',1,'amrex']]], + ['duplicate_18489',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282a24f1b0a79473250c195c7fb84e393392',1,'amrex::ForkJoin']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_4.js b/amrex-hydro/Doxygen/html/search/enumvalues_4.js index 535b5de..9346d72 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_4.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['explicitrungekutta_18404',['ExplicitRungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845',1,'amrex']]] + ['explicitrungekutta_18490',['ExplicitRungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea0e3b15fe691c25fd194f13af33980845',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_5.js b/amrex-hydro/Doxygen/html/search/enumvalues_5.js index 9f62f8b..4215abe 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_5.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_5.js @@ -1,7 +1,7 @@ var searchData= [ - ['facecenter_18405',['FaceCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4ad1a130e88790663b2124d7dbd3e9f81e',1,'amrex::LinOpEnumType']]], - ['facecentroid_18406',['FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a91efbc33209256821c57a53ef9ddbc51',1,'amrex::LinOpEnumType']]], - ['forwardeuler_18407',['ForwardEuler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()']]], - ['full_18408',['full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0',1,'amrex']]] + ['facecenter_18491',['FaceCenter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4ad1a130e88790663b2124d7dbd3e9f81e',1,'amrex::LinOpEnumType']]], + ['facecentroid_18492',['FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#acc2058c2f5b3c370c08f75fc71ff3bb4a91efbc33209256821c57a53ef9ddbc51',1,'amrex::LinOpEnumType']]], + ['forwardeuler_18493',['ForwardEuler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599ea779b3131986acb907c287cdaf371d578',1,'amrex::ForwardEuler()']]], + ['full_18494',['full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebcae9dc924f238fa6cc29465942875fe8f0',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_6.js b/amrex-hydro/Doxygen/html/search/enumvalues_6.js index 75dddfb..39b9d17 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_6.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_6.js @@ -1,5 +1,5 @@ var searchData= [ - ['ghostnodes_18409',['ghostnodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9abddf1f772a4b8a67379933a3664a17c2',1,'amrex::MLMGT']]], - ['gpu_18410',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38',1,'amrex']]] + ['ghostnodes_18495',['ghostnodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9abddf1f772a4b8a67379933a3664a17c2',1,'amrex::MLMGT']]], + ['gpu_18496',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2a3432ca64f06615abf07ab44c10cada38',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_7.js b/amrex-hydro/Doxygen/html/search/enumvalues_7.js index ed6b0f1..779621d 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_7.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_7.js @@ -1,6 +1,6 @@ var searchData= [ - ['homogeneous_18411',['Homogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627a548465e8241b26162c8e0a7b0cdfc5e7',1,'amrex::LinOpEnumType']]], - ['host_18412',['Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2',1,'amrex']]], - ['hypre_18413',['hypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b',1,'amrex']]] + ['homogeneous_18497',['Homogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627a548465e8241b26162c8e0a7b0cdfc5e7',1,'amrex::LinOpEnumType']]], + ['host_18498',['Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33bef6ea796972dbf046ba79277795d2ac2ca16d048ec66e04bca283eab048ec2',1,'amrex']]], + ['hypre_18499',['hypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a9d87b5177c778e77c47e29f2b536cd1b',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_8.js b/amrex-hydro/Doxygen/html/search/enumvalues_8.js index 6ebf327..2fd1026 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_8.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_8.js @@ -1,10 +1,10 @@ var searchData= [ - ['ij_18414',['ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa7bed657a775c37c2570786d0cbeefd88',1,'amrex::Hypre']]], - ['in_18415',['in',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a13b5bfe96f3e2fe411c9f66f4a582adf',1,'amrex::ForkJoin']]], - ['indextype_18416',['indexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febaa83af96ce0bc256deeb3ce660dcebacc',1,'amrex::BATransformer']]], - ['indextype_5fcoarsenratio_18417',['indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba3e10d52c08b4ae924eb9c9c4c42386b6',1,'amrex::BATransformer']]], - ['inhomogeneous_18418',['Inhomogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627ae9990b3a39151b6f2175caa7621e0c4b',1,'amrex::LinOpEnumType']]], - ['inout_18419',['inout',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a54c9ccb45f5ee60133cca31fca024432',1,'amrex::ForkJoin']]], - ['invalid_18420',['invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3',1,'amrex']]] + ['ij_18500',['ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa7bed657a775c37c2570786d0cbeefd88',1,'amrex::Hypre']]], + ['in_18501',['in',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a13b5bfe96f3e2fe411c9f66f4a582adf',1,'amrex::ForkJoin']]], + ['indextype_18502',['indexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4febaa83af96ce0bc256deeb3ce660dcebacc',1,'amrex::BATransformer']]], + ['indextype_5fcoarsenratio_18503',['indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba3e10d52c08b4ae924eb9c9c4c42386b6',1,'amrex::BATransformer']]], + ['inhomogeneous_18504',['Inhomogeneous',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#ac0ca2bfc9c5a1de7514545be0058b627ae9990b3a39151b6f2175caa7621e0c4b',1,'amrex::LinOpEnumType']]], + ['inout_18505',['inout',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466a54c9ccb45f5ee60133cca31fca024432',1,'amrex::ForkJoin']]], + ['invalid_18506',['invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2cafedb2d84cafe20862cb4399751a8a7e3',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_9.js b/amrex-hydro/Doxygen/html/search/enumvalues_9.js index eb2fef4..7d4b010 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_9.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['minmod_18421',['MINMOD',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a03170ef6af410637411ae1ae0be59042',1,'PPM']]], - ['multivalued_18422',['multivalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806',1,'amrex']]] + ['minmod_18507',['MINMOD',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5a03170ef6af410637411ae1ae0be59042',1,'PPM']]], + ['multivalued_18508',['multivalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf8a062dbd0dba47618be245dc266806',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_a.js b/amrex-hydro/Doxygen/html/search/enumvalues_a.js index 1ced837..35e86ae 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_a.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_a.js @@ -1,7 +1,7 @@ var searchData= [ - ['nolimiter_18423',['NoLimiter',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aba5f65ef6793674226f652b7f0119e16',1,'PPM']]], - ['none_18424',['none',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9a334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::MLMGT::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()']]], - ['null_18425',['null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba37a6259cc0c1dae299a7866489dff0bd',1,'amrex::BATransformer']]], - ['numtypes_18426',['NumTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457',1,'amrex']]] + ['nolimiter_18509',['NoLimiter',['../namespacePPM.html#afde008f2efff2705e2231ca88ed08ff5aba5f65ef6793674226f652b7f0119e16',1,'PPM']]], + ['none_18510',['none',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a96d1fcb72314606739f67225750197b9a334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::MLMGT::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de82761ed632e5ee0b9f912c856aebca334c4a4c42fdb79d7ebc3e73b517e6f8',1,'amrex::none()']]], + ['null_18511',['null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a6a53c84fc58b61586d8d0d5d274b4feba37a6259cc0c1dae299a7866489dff0bd',1,'amrex::BATransformer']]], + ['numtypes_18512',['NumTypes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a86e30d8e0831512671e7ed103ad7c457',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_b.js b/amrex-hydro/Doxygen/html/search/enumvalues_b.js index 21e742a..f082e82 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_b.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['out_18427',['out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466ac68271a63ddbc431c307beb7d2918275',1,'amrex::ForkJoin']]], - ['overflow_18428',['overflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73',1,'amrex']]] + ['out_18513',['out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3acf0d91b32d1d08dbe32046028f1466ac68271a63ddbc431c307beb7d2918275',1,'amrex::ForkJoin']]], + ['overflow_18514',['overflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a242c1fdf859dbcbdecd2794373ea0d2ca0bd9f6dd716003f3818d15d2e211ee73',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_c.js b/amrex-hydro/Doxygen/html/search/enumvalues_c.js index 81abaa6..4eaf816 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_c.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['petsc_18429',['petsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f',1,'amrex']]] + ['petsc_18515',['petsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4a1c626ad40ecbe4497cfe809fbc98f31f',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_d.js b/amrex-hydro/Doxygen/html/search/enumvalues_d.js index 74a0135..39a2de5 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_d.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_d.js @@ -1,7 +1,7 @@ var searchData= [ - ['r_18430',['r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231',1,'amrex']]], - ['rap_18431',['RAP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82abb0014f2e34a1a63c199eb717fe3accf',1,'amrex::MLNodeLinOp']]], - ['regular_18432',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d',1,'amrex']]], - ['rk4_18433',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8',1,'amrex']]] + ['r_18516',['r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b273526dd4d27047e455ab7a5a8dcd3a4b43b0aee35624cd95b910189b3dc231',1,'amrex']]], + ['rap_18517',['RAP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82abb0014f2e34a1a63c199eb717fe3accf',1,'amrex::MLNodeLinOp']]], + ['regular_18518',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aaaf37d08ae228a87dc6b265fd1019c97d',1,'amrex']]], + ['rk4_18519',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564af81fe250c66aad887e2086f79364f2a8',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_e.js b/amrex-hydro/Doxygen/html/search/enumvalues_e.js index 3aa9e38..09b76fa 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_e.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_e.js @@ -1,15 +1,15 @@ var searchData= [ - ['semi_5fstructed_18434',['semi_structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13faf9c3193ceb5f05f22b939a6ddbf628c5',1,'amrex::Hypre']]], - ['sigma_18435',['Sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82a827faff1bdcfe446237c4d6289abce66',1,'amrex::MLNodeLinOp']]], - ['single_18436',['single',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282add5c07036f2975ff4bce568b6511d3bc',1,'amrex::ForkJoin']]], - ['singlevalued_18437',['singlevalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef',1,'amrex']]], - ['smoother_18438',['smoother',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132',1,'amrex']]], - ['soa_18439',['SoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad',1,'amrex']]], - ['solution_18440',['Solution',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a49b21ad0d38942f635877e7bbc5d7a1e',1,'amrex::LinOpEnumType']]], - ['split_18441',['split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282aeefec303079ad17405c889e092e105b0',1,'amrex::ForkJoin']]], - ['ssamg_18442',['SSAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81',1,'amrex']]], - ['ssprk3_18443',['SSPRK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42',1,'amrex']]], - ['structed_18444',['structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa3c1530a48aea0feaf4956bca2698ebd6',1,'amrex::Hypre']]], - ['sundials_18445',['Sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d',1,'amrex']]] + ['semi_5fstructed_18520',['semi_structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13faf9c3193ceb5f05f22b939a6ddbf628c5',1,'amrex::Hypre']]], + ['sigma_18521',['Sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2ddc20eaca70aaa6da5935648ce06a82a827faff1bdcfe446237c4d6289abce66',1,'amrex::MLNodeLinOp']]], + ['single_18522',['single',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282add5c07036f2975ff4bce568b6511d3bc',1,'amrex::ForkJoin']]], + ['singlevalued_18523',['singlevalued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd2e3d292645433cefc947725585f87aa928c4a180152a4857751871f38d5f9ef',1,'amrex']]], + ['smoother_18524',['smoother',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9303c93b47b7839de8ce552cb7cb21c4aa24fa9dac0801f55f51de06cd8f9d132',1,'amrex']]], + ['soa_18525',['SoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83d03eb75adb29c552bae0a3d625895ba7df366f0036440c84928f057941f8dad',1,'amrex']]], + ['solution_18526',['Solution',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LinOpEnumType.html#a1afeea6c44c6989ddd2ef9f7ad67b2b8a49b21ad0d38942f635877e7bbc5d7a1e',1,'amrex::LinOpEnumType']]], + ['split_18527',['split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a72de18d1d16fadce31b830834ffff282aeefec303079ad17405c889e092e105b0',1,'amrex::ForkJoin']]], + ['ssamg_18528',['SSAMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefdd734c936908c2f841c65ee3bd16ebaedb458d93d1aa8663ae63f153d911a81',1,'amrex']]], + ['ssprk3_18529',['SSPRK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564ab65603b0c54c1b7114d61811751ccf42',1,'amrex']]], + ['structed_18530',['structed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af08fbb42b4509a32e7f20a6101dfd13fa3c1530a48aea0feaf4956bca2698ebd6',1,'amrex::Hypre']]], + ['sundials_18531',['Sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad80b9cf2bc799f2905cc9a77e3a599eafd3bfec7c5048bfbd7655f7999c26f3d',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/enumvalues_f.js b/amrex-hydro/Doxygen/html/search/enumvalues_f.js index 5728ca4..d4d3842 100644 --- a/amrex-hydro/Doxygen/html/search/enumvalues_f.js +++ b/amrex-hydro/Doxygen/html/search/enumvalues_f.js @@ -1,4 +1,4 @@ var searchData= [ - ['trapezoid_18446',['Trapezoid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80',1,'amrex']]] + ['trapezoid_18532',['Trapezoid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa67f210f2e6c338d52553562f72c564a7e7dd435b4cc7ba2b020d5a97856dc80',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_0.js b/amrex-hydro/Doxygen/html/search/files_0.js index be2e57c..88ddf30 100644 --- a/amrex-hydro/Doxygen/html/search/files_0.js +++ b/amrex-hydro/Doxygen/html/search/files_0.js @@ -1,714 +1,716 @@ var searchData= [ - ['alignedallocator_2eh_10288',['AlignedAllocator.h',['https://amrex-codes.github.io/amrex/doxygen/AlignedAllocator_8h.html',1,'']]], - ['amrex_2ecpp_10289',['AMReX.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8cpp.html',1,'']]], - ['amrex_2eh_10290',['AMReX.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8H.html',1,'']]], - ['amrex_5facc_5fmod_2ef90_10291',['AMReX_acc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__acc__mod_8F90.html',1,'']]], - ['amrex_5falgoim_2ecpp_10292',['AMReX_algoim.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8cpp.html',1,'']]], - ['amrex_5falgoim_2eh_10293',['AMReX_algoim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8H.html',1,'']]], - ['amrex_5falgoim_5fk_2eh_10294',['AMReX_algoim_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim__K_8H.html',1,'']]], - ['amrex_5falgorithm_2eh_10295',['AMReX_Algorithm.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Algorithm_8H.html',1,'']]], - ['amrex_5famr_2ecpp_10296',['AMReX_Amr.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8cpp.html',1,'']]], - ['amrex_5famr_2eh_10297',['AMReX_Amr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8H.html',1,'']]], - ['amrex_5famrcore_2ecpp_10298',['AMReX_AmrCore.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8cpp.html',1,'']]], - ['amrex_5famrcore_2eh_10299',['AMReX_AmrCore.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8H.html',1,'']]], - ['amrex_5famrcorefwd_2eh_10300',['AMReX_AmrCoreFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCoreFwd_8H.html',1,'']]], - ['amrex_5famrdata_2ecpp_10301',['AMReX_AmrData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8cpp.html',1,'']]], - ['amrex_5famrdata_2eh_10302',['AMReX_AmrData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8H.html',1,'']]], - ['amrex_5famrdataadaptor_2ecpp_10303',['AMReX_AmrDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8cpp.html',1,'']]], - ['amrex_5famrdataadaptor_2eh_10304',['AMReX_AmrDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8H.html',1,'']]], - ['amrex_5famrfwd_2eh_10305',['AMReX_AmrFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrFwd_8H.html',1,'']]], - ['amrex_5famrinsitubridge_2ecpp_10306',['AMReX_AmrInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8cpp.html',1,'']]], - ['amrex_5famrinsitubridge_2eh_10307',['AMReX_AmrInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8H.html',1,'']]], - ['amrex_5famrlevel_2ecpp_10308',['AMReX_AmrLevel.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8cpp.html',1,'']]], - ['amrex_5famrlevel_2eh_10309',['AMReX_AmrLevel.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8H.html',1,'']]], - ['amrex_5famrmesh_2ecpp_10310',['AMReX_AmrMesh.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8cpp.html',1,'']]], - ['amrex_5famrmesh_2eh_10311',['AMReX_AmrMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8H.html',1,'']]], - ['amrex_5famrmeshdataadaptor_2ecpp_10312',['AMReX_AmrMeshDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8cpp.html',1,'']]], - ['amrex_5famrmeshdataadaptor_2eh_10313',['AMReX_AmrMeshDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8H.html',1,'']]], - ['amrex_5famrmeshinsitubridge_2ecpp_10314',['AMReX_AmrMeshInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8cpp.html',1,'']]], - ['amrex_5famrmeshinsitubridge_2eh_10315',['AMReX_AmrMeshInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8H.html',1,'']]], - ['amrex_5famrmeshparticledataadaptor_2eh_10316',['AMReX_AmrMeshParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5famrmeshparticledataadaptori_2eh_10317',['AMReX_AmrMeshParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5famrmeshparticleinsitubridge_2eh_10318',['AMReX_AmrMeshParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleInSituBridge_8H.html',1,'']]], - ['amrex_5famrpargdb_2eh_10319',['AMReX_AmrParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParGDB_8H.html',1,'']]], - ['amrex_5famrparticledataadaptor_2eh_10320',['AMReX_AmrParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5famrparticledataadaptori_2eh_10321',['AMReX_AmrParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5famrparticleinsitubridge_2eh_10322',['AMReX_AmrParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleInSituBridge_8H.html',1,'']]], - ['amrex_5famrparticles_2eh_10323',['AMReX_AmrParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticles_8H.html',1,'']]], - ['amrex_5famrvisconstants_2eh_10324',['AMReX_AmrvisConstants.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrvisConstants_8H.html',1,'']]], - ['amrex_5fansiesccode_2eh_10325',['AMReX_ANSIEscCode.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ANSIEscCode_8H.html',1,'']]], - ['amrex_5fany_2eh_10326',['AMReX_Any.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Any_8H.html',1,'']]], - ['amrex_5farena_2ecpp_10327',['AMReX_Arena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8cpp.html',1,'']]], - ['amrex_5farena_2eh_10328',['AMReX_Arena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8H.html',1,'']]], - ['amrex_5farray_2eh_10329',['AMReX_Array.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array_8H.html',1,'']]], - ['amrex_5farray4_2eh_10330',['AMReX_Array4.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array4_8H.html',1,'']]], - ['amrex_5farraylim_2eh_10331',['AMReX_ArrayLim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayLim_8H.html',1,'']]], - ['amrex_5farrayofstructs_2eh_10332',['AMReX_ArrayOfStructs.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayOfStructs_8H.html',1,'']]], - ['amrex_5fasyncout_2ecpp_10333',['AMReX_AsyncOut.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8cpp.html',1,'']]], - ['amrex_5fasyncout_2eh_10334',['AMReX_AsyncOut.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8H.html',1,'']]], - ['amrex_5fauxboundarydata_2ecpp_10335',['AMReX_AuxBoundaryData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8cpp.html',1,'']]], - ['amrex_5fauxboundarydata_2eh_10336',['AMReX_AuxBoundaryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8H.html',1,'']]], - ['amrex_5favgdown_5f1d_2ef_10337',['AMReX_AVGDOWN_1D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__1D_8F.html',1,'']]], - ['amrex_5favgdown_5f2d_2ef_10338',['AMReX_AVGDOWN_2D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__2D_8F.html',1,'']]], - ['amrex_5favgdown_5f3d_2ef_10339',['AMReX_AVGDOWN_3D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__3D_8F.html',1,'']]], - ['amrex_5favgdown_5ff_2eh_10340',['AMReX_AVGDOWN_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__F_8H.html',1,'']]], - ['amrex_5fbackgroundthread_2ecpp_10341',['AMReX_BackgroundThread.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8cpp.html',1,'']]], - ['amrex_5fbackgroundthread_2eh_10342',['AMReX_BackgroundThread.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8H.html',1,'']]], - ['amrex_5fbarena_2ecpp_10343',['AMReX_BArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8cpp.html',1,'']]], - ['amrex_5fbarena_2eh_10344',['AMReX_BArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8H.html',1,'']]], - ['amrex_5fbasefab_2ecpp_10345',['AMReX_BaseFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8cpp.html',1,'']]], - ['amrex_5fbasefab_2eh_10346',['AMReX_BaseFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8H.html',1,'']]], - ['amrex_5fbasefabutility_2eh_10347',['AMReX_BaseFabUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFabUtility_8H.html',1,'']]], - ['amrex_5fbasefwd_2eh_10348',['AMReX_BaseFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFwd_8H.html',1,'']]], - ['amrex_5fbc_5ftypes_2eh_10349',['AMReX_BC_TYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BC__TYPES_8H.html',1,'']]], - ['amrex_5fbc_5ftypes_5fmod_2ef90_10350',['AMReX_bc_types_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__bc__types__mod_8F90.html',1,'']]], - ['amrex_5fbcrec_2ecpp_10351',['AMReX_BCRec.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8cpp.html',1,'']]], - ['amrex_5fbcrec_2eh_10352',['AMReX_BCRec.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8H.html',1,'']]], - ['amrex_5fbcutil_2ecpp_10353',['AMReX_BCUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8cpp.html',1,'']]], - ['amrex_5fbcutil_2eh_10354',['AMReX_BCUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8H.html',1,'']]], - ['amrex_5fbiniterator_2eh_10355',['AMReX_BinIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BinIterator_8H.html',1,'']]], - ['amrex_5fbittree_2ecpp_10356',['AMReX_Bittree.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8cpp.html',1,'']]], - ['amrex_5fbittree_2eh_10357',['AMReX_Bittree.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8H.html',1,'']]], - ['amrex_5fblassert_2eh_10358',['AMReX_BLassert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLassert_8H.html',1,'']]], - ['amrex_5fblbacktrace_2ecpp_10359',['AMReX_BLBackTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8cpp.html',1,'']]], - ['amrex_5fblbacktrace_2eh_10360',['AMReX_BLBackTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8H.html',1,'']]], - ['amrex_5fblfort_2eh_10361',['AMReX_BLFort.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLFort_8H.html',1,'']]], - ['amrex_5fblockmutex_2ecpp_10362',['AMReX_BlockMutex.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8cpp.html',1,'']]], - ['amrex_5fblockmutex_2eh_10363',['AMReX_BlockMutex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8H.html',1,'']]], - ['amrex_5fblprofiler_2ecpp_10364',['AMReX_BLProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8cpp.html',1,'']]], - ['amrex_5fblprofiler_2eh_10365',['AMReX_BLProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8H.html',1,'']]], - ['amrex_5fblprofiler_5ff_2ef90_10366',['AMReX_BLProfiler_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler__F_8F90.html',1,'']]], - ['amrex_5fblprofstats_2ecpp_10367',['AMReX_BLProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8cpp.html',1,'']]], - ['amrex_5fblprofstats_2eh_10368',['AMReX_BLProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8H.html',1,'']]], - ['amrex_5fblprofutilities_2ecpp_10369',['AMReX_BLProfUtilities.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8cpp.html',1,'']]], - ['amrex_5fblprofutilities_2eh_10370',['AMReX_BLProfUtilities.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8H.html',1,'']]], - ['amrex_5fblutil_5ff_2ef90_10371',['AMReX_BLutil_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLutil__F_8F90.html',1,'']]], - ['amrex_5fblwriteplotfile_2ecpp_10372',['AMReX_BLWritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8cpp.html',1,'']]], - ['amrex_5fblwriteplotfile_2eh_10373',['AMReX_BLWritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8H.html',1,'']]], - ['amrex_5fbndrydata_2eh_10374',['AMReX_BndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryData_8H.html',1,'']]], - ['amrex_5fbndryregister_2eh_10375',['AMReX_BndryRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryRegister_8H.html',1,'']]], - ['amrex_5fboundaryfwd_2eh_10376',['AMReX_BoundaryFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundaryFwd_8H.html',1,'']]], - ['amrex_5fboundcond_2eh_10377',['AMReX_BoundCond.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundCond_8H.html',1,'']]], - ['amrex_5fbox_2ecpp_10378',['AMReX_Box.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8cpp.html',1,'']]], - ['amrex_5fbox_2eh_10379',['AMReX_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8H.html',1,'']]], - ['amrex_5fboxarray_2ecpp_10380',['AMReX_BoxArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8cpp.html',1,'']]], - ['amrex_5fboxarray_2eh_10381',['AMReX_BoxArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8H.html',1,'']]], - ['amrex_5fboxdomain_2ecpp_10382',['AMReX_BoxDomain.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8cpp.html',1,'']]], - ['amrex_5fboxdomain_2eh_10383',['AMReX_BoxDomain.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8H.html',1,'']]], - ['amrex_5fboxiterator_2ecpp_10384',['AMReX_BoxIterator.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8cpp.html',1,'']]], - ['amrex_5fboxiterator_2eh_10385',['AMReX_BoxIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8H.html',1,'']]], - ['amrex_5fboxlist_2ecpp_10386',['AMReX_BoxList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8cpp.html',1,'']]], - ['amrex_5fboxlist_2eh_10387',['AMReX_BoxList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8H.html',1,'']]], - ['amrex_5fcarena_2ecpp_10388',['AMReX_CArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8cpp.html',1,'']]], - ['amrex_5fcarena_2eh_10389',['AMReX_CArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8H.html',1,'']]], - ['amrex_5fccse_2dmpi_2eh_10390',['AMReX_ccse-mpi.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ccse-mpi_8H.html',1,'']]], - ['amrex_5fcluster_2ecpp_10391',['AMReX_Cluster.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8cpp.html',1,'']]], - ['amrex_5fcluster_2eh_10392',['AMReX_Cluster.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8H.html',1,'']]], - ['amrex_5fcommprofstats_2ecpp_10393',['AMReX_CommProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8cpp.html',1,'']]], - ['amrex_5fcommprofstats_2eh_10394',['AMReX_CommProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8H.html',1,'']]], - ['amrex_5fconduit_5fblueprint_2ecpp_10395',['AMReX_Conduit_Blueprint.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8cpp.html',1,'']]], - ['amrex_5fconduit_5fblueprint_2eh_10396',['AMReX_Conduit_Blueprint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8H.html',1,'']]], - ['amrex_5fconduit_5fblueprint_5fparticlesi_2eh_10397',['AMReX_Conduit_Blueprint_ParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint__ParticlesI_8H.html',1,'']]], - ['amrex_5fconstants_2eh_10398',['AMReX_CONSTANTS.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CONSTANTS_8H.html',1,'']]], - ['amrex_5fconstants_5fmod_2ef90_10399',['AMReX_constants_mod.f90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__constants__mod_8f90.html',1,'']]], - ['amrex_5fcoordsys_2ecpp_10400',['AMReX_CoordSys.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8cpp.html',1,'']]], - ['amrex_5fcoordsys_2eh_10401',['AMReX_CoordSys.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8H.html',1,'']]], - ['amrex_5fcoordsys_5f1d_5fc_2eh_10402',['AMReX_COORDSYS_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__1D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5f2d_5fc_2eh_10403',['AMReX_COORDSYS_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__2D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5f3d_5fc_2eh_10404',['AMReX_COORDSYS_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__3D__C_8H.html',1,'']]], - ['amrex_5fcoordsys_5fc_2eh_10405',['AMReX_COORDSYS_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__C_8H.html',1,'']]], - ['amrex_5fctoparallelforimpl_2eh_10406',['AMReX_CTOParallelForImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CTOParallelForImpl_8H.html',1,'']]], - ['amrex_5fcudagraph_2eh_10407',['AMReX_CudaGraph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CudaGraph_8H.html',1,'']]], - ['amrex_5fcuptitrace_2ecpp_10408',['AMReX_CuptiTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8cpp.html',1,'']]], - ['amrex_5fcuptitrace_2eh_10409',['AMReX_CuptiTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8H.html',1,'']]], - ['amrex_5fdataallocator_2eh_10410',['AMReX_DataAllocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataAllocator_8H.html',1,'']]], - ['amrex_5fdataservices_2ecpp_10411',['AMReX_DataServices.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8cpp.html',1,'']]], - ['amrex_5fdataservices_2eh_10412',['AMReX_DataServices.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8H.html',1,'']]], - ['amrex_5fdemangle_2eh_10413',['AMReX_Demangle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Demangle_8H.html',1,'']]], - ['amrex_5fdensebins_2eh_10414',['AMReX_DenseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DenseBins_8H.html',1,'']]], - ['amrex_5fderive_2ecpp_10415',['AMReX_Derive.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8cpp.html',1,'']]], - ['amrex_5fderive_2eh_10416',['AMReX_Derive.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8H.html',1,'']]], - ['amrex_5fdim3_2eh_10417',['AMReX_Dim3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Dim3_8H.html',1,'']]], - ['amrex_5fdistfcnelement_2ecpp_10418',['AMReX_distFcnElement.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8cpp.html',1,'']]], - ['amrex_5fdistfcnelement_2eh_10419',['AMReX_distFcnElement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8H.html',1,'']]], - ['amrex_5fdistributionmapping_2ecpp_10420',['AMReX_DistributionMapping.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8cpp.html',1,'']]], - ['amrex_5fdistributionmapping_2eh_10421',['AMReX_DistributionMapping.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8H.html',1,'']]], - ['amrex_5feb2_2ecpp_10422',['AMReX_EB2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8cpp.html',1,'']]], - ['amrex_5feb2_2eh_10423',['AMReX_EB2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8H.html',1,'']]], - ['amrex_5feb2_5f2d_5fc_2ecpp_10424',['AMReX_EB2_2D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8cpp.html',1,'']]], - ['amrex_5feb2_5f2d_5fc_2eh_10425',['AMReX_EB2_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8H.html',1,'']]], - ['amrex_5feb2_5f3d_5fc_2ecpp_10426',['AMReX_EB2_3D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8cpp.html',1,'']]], - ['amrex_5feb2_5f3d_5fc_2eh_10427',['AMReX_EB2_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8H.html',1,'']]], - ['amrex_5feb2_5fc_2eh_10428',['AMReX_EB2_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__C_8H.html',1,'']]], - ['amrex_5feb2_5fgeometryshop_2eh_10429',['AMReX_EB2_GeometryShop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__GeometryShop_8H.html',1,'']]], - ['amrex_5feb2_5fgraph_2eh_10430',['AMReX_EB2_Graph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Graph_8H.html',1,'']]], - ['amrex_5feb2_5fif_2eh_10431',['AMReX_EB2_IF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fallregular_2eh_10432',['AMReX_EB2_IF_AllRegular.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__AllRegular_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fbase_2eh_10433',['AMReX_EB2_IF_Base.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Base_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fbox_2eh_10434',['AMReX_EB2_IF_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Box_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fcomplement_2eh_10435',['AMReX_EB2_IF_Complement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Complement_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fcylinder_2eh_10436',['AMReX_EB2_IF_Cylinder.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Cylinder_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fdeviceptr_2eh_10437',['AMReX_EB2_IF_DevicePtr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__DevicePtr_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fdifference_2eh_10438',['AMReX_EB2_IF_Difference.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Difference_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fellipsoid_2eh_10439',['AMReX_EB2_IF_Ellipsoid.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Ellipsoid_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fextrusion_2eh_10440',['AMReX_EB2_IF_Extrusion.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Extrusion_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fintersection_2eh_10441',['AMReX_EB2_IF_Intersection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Intersection_8H.html',1,'']]], - ['amrex_5feb2_5fif_5flathe_2eh_10442',['AMReX_EB2_IF_Lathe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Lathe_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fparser_2eh_10443',['AMReX_EB2_IF_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Parser_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fplane_2eh_10444',['AMReX_EB2_IF_Plane.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Plane_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fpolynomial_2eh_10445',['AMReX_EB2_IF_Polynomial.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Polynomial_8H.html',1,'']]], - ['amrex_5feb2_5fif_5frotation_2eh_10446',['AMReX_EB2_IF_Rotation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Rotation_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fscale_2eh_10447',['AMReX_EB2_IF_Scale.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Scale_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fsphere_2eh_10448',['AMReX_EB2_IF_Sphere.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Sphere_8H.html',1,'']]], - ['amrex_5feb2_5fif_5fspline_2eh_10449',['AMReX_EB2_IF_Spline.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Spline_8H.html',1,'']]], - ['amrex_5feb2_5fif_5ftorus_2eh_10450',['AMReX_EB2_IF_Torus.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Torus_8H.html',1,'']]], - ['amrex_5feb2_5fif_5ftranslation_2eh_10451',['AMReX_EB2_IF_Translation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Translation_8H.html',1,'']]], - ['amrex_5feb2_5fif_5funion_2eh_10452',['AMReX_EB2_IF_Union.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Union_8H.html',1,'']]], - ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2ecpp_10453',['AMReX_EB2_IndexSpace_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2eh_10454',['AMReX_EB2_IndexSpace_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8H.html',1,'']]], - ['amrex_5feb2_5findexspace_5fstl_2ecpp_10455',['AMReX_EB2_IndexSpace_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8cpp.html',1,'']]], - ['amrex_5feb2_5findexspace_5fstl_2eh_10456',['AMReX_EB2_IndexSpace_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8H.html',1,'']]], - ['amrex_5feb2_5findexspacei_2eh_10457',['AMReX_EB2_IndexSpaceI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpaceI_8H.html',1,'']]], - ['amrex_5feb2_5flevel_2ecpp_10458',['AMReX_EB2_Level.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_2eh_10459',['AMReX_EB2_Level.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8H.html',1,'']]], - ['amrex_5feb2_5flevel_5fchkpt_5ffile_2ecpp_10460',['AMReX_EB2_Level_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_5fchkpt_5ffile_2eh_10461',['AMReX_EB2_Level_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8H.html',1,'']]], - ['amrex_5feb2_5flevel_5fstl_2ecpp_10462',['AMReX_EB2_Level_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8cpp.html',1,'']]], - ['amrex_5feb2_5flevel_5fstl_2eh_10463',['AMReX_EB2_Level_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8H.html',1,'']]], - ['amrex_5feb2_5fmultigfab_2ecpp_10464',['AMReX_EB2_MultiGFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8cpp.html',1,'']]], - ['amrex_5feb2_5fmultigfab_2eh_10465',['AMReX_EB2_MultiGFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8H.html',1,'']]], - ['amrex_5feb2_5fnd_5fc_2ecpp_10466',['AMReX_EB2_ND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__ND__C_8cpp.html',1,'']]], - ['amrex_5feb_5fchkpt_5ffile_2ecpp_10467',['AMReX_EB_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8cpp.html',1,'']]], - ['amrex_5feb_5fchkpt_5ffile_2eh_10468',['AMReX_EB_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8H.html',1,'']]], - ['amrex_5feb_5ffluxredistribute_2ecpp_10469',['AMReX_EB_FluxRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__FluxRedistribute_8cpp.html',1,'']]], - ['amrex_5feb_5fleastsquares_5f2d_5fk_2eh_10470',['AMReX_EB_LeastSquares_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__2D__K_8H.html',1,'']]], - ['amrex_5feb_5fleastsquares_5f3d_5fk_2eh_10471',['AMReX_EB_LeastSquares_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__3D__K_8H.html',1,'']]], - ['amrex_5feb_5fredistribution_2ecpp_10472',['AMReX_EB_Redistribution.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8cpp.html',1,'']]], - ['amrex_5feb_5fredistribution_2eh_10473',['AMReX_EB_Redistribution.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8H.html',1,'']]], - ['amrex_5feb_5fredistributionapply_2ecpp_10474',['AMReX_EB_RedistributionApply.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__RedistributionApply_8cpp.html',1,'']]], - ['amrex_5feb_5fslopes_5f2d_5fk_2eh_10475',['AMReX_EB_Slopes_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__2D__K_8H.html',1,'']]], - ['amrex_5feb_5fslopes_5f3d_5fk_2eh_10476',['AMReX_EB_Slopes_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__3D__K_8H.html',1,'']]], - ['amrex_5feb_5fslopes_5fk_2eh_10477',['AMReX_EB_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__K_8H.html',1,'']]], - ['amrex_5feb_5fstateredistitracker_2ecpp_10478',['AMReX_EB_StateRedistItracker.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistItracker_8cpp.html',1,'']]], - ['amrex_5feb_5fstateredistribute_2ecpp_10479',['AMReX_EB_StateRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistribute_8cpp.html',1,'']]], - ['amrex_5feb_5fstateredistslopelimiter_5fk_2eh_10480',['AMReX_EB_StateRedistSlopeLimiter_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistSlopeLimiter__K_8H.html',1,'']]], - ['amrex_5feb_5fstateredistutils_2ecpp_10481',['AMReX_EB_StateRedistUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistUtils_8cpp.html',1,'']]], - ['amrex_5feb_5fstl_5futils_2ecpp_10482',['AMReX_EB_STL_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8cpp.html',1,'']]], - ['amrex_5feb_5fstl_5futils_2eh_10483',['AMReX_EB_STL_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8H.html',1,'']]], - ['amrex_5feb_5ftrigeomops_5fk_2eh_10484',['AMReX_EB_triGeomOps_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__triGeomOps__K_8H.html',1,'']]], - ['amrex_5feb_5futils_2ecpp_10485',['AMReX_EB_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8cpp.html',1,'']]], - ['amrex_5feb_5futils_2eh_10486',['AMReX_EB_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8H.html',1,'']]], - ['amrex_5febamrutil_2ecpp_10487',['AMReX_EBAmrUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8cpp.html',1,'']]], - ['amrex_5febamrutil_2eh_10488',['AMReX_EBAmrUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8H.html',1,'']]], - ['amrex_5febcellflag_2ecpp_10489',['AMReX_EBCellFlag.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8cpp.html',1,'']]], - ['amrex_5febcellflag_2eh_10490',['AMReX_EBCellFlag.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8H.html',1,'']]], - ['amrex_5febcellflag_5fmod_2ef90_10491',['AMReX_ebcellflag_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ebcellflag__mod_8F90.html',1,'']]], - ['amrex_5febdatacollection_2ecpp_10492',['AMReX_EBDataCollection.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8cpp.html',1,'']]], - ['amrex_5febdatacollection_2eh_10493',['AMReX_EBDataCollection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8H.html',1,'']]], - ['amrex_5febfabfactory_2ecpp_10494',['AMReX_EBFabFactory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8cpp.html',1,'']]], - ['amrex_5febfabfactory_2eh_10495',['AMReX_EBFabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8H.html',1,'']]], - ['amrex_5febfarraybox_2ecpp_10496',['AMReX_EBFArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8cpp.html',1,'']]], - ['amrex_5febfarraybox_2eh_10497',['AMReX_EBFArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8H.html',1,'']]], - ['amrex_5febfluxregister_2ecpp_10498',['AMReX_EBFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8cpp.html',1,'']]], - ['amrex_5febfluxregister_2eh_10499',['AMReX_EBFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8H.html',1,'']]], - ['amrex_5febfluxregister_5f2d_5fc_2eh_10500',['AMReX_EBFluxRegister_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__2D__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5f3d_5fc_2eh_10501',['AMReX_EBFluxRegister_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__3D__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5fc_2eh_10502',['AMReX_EBFluxRegister_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__C_8H.html',1,'']]], - ['amrex_5febfluxregister_5fnd_2ef90_10503',['AMReX_EBFluxRegister_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__nd_8F90.html',1,'']]], - ['amrex_5febinterpolater_2ecpp_10504',['AMReX_EBInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8cpp.html',1,'']]], - ['amrex_5febinterpolater_2eh_10505',['AMReX_EBInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8H.html',1,'']]], - ['amrex_5febmfinterpolater_2ecpp_10506',['AMReX_EBMFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8cpp.html',1,'']]], - ['amrex_5febmfinterpolater_2eh_10507',['AMReX_EBMFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8H.html',1,'']]], - ['amrex_5febmultifabutil_2ecpp_10508',['AMReX_EBMultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8cpp.html',1,'']]], - ['amrex_5febmultifabutil_2eh_10509',['AMReX_EBMultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8H.html',1,'']]], - ['amrex_5febmultifabutil_5f2d_5fc_2eh_10510',['AMReX_EBMultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__2D__C_8H.html',1,'']]], - ['amrex_5febmultifabutil_5f3d_5fc_2eh_10511',['AMReX_EBMultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__3D__C_8H.html',1,'']]], - ['amrex_5febmultifabutil_5fc_2eh_10512',['AMReX_EBMultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__C_8H.html',1,'']]], - ['amrex_5febsupport_2eh_10513',['AMReX_EBSupport.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBSupport_8H.html',1,'']]], - ['amrex_5febtopvd_2ecpp_10514',['AMReX_EBToPVD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8cpp.html',1,'']]], - ['amrex_5febtopvd_2eh_10515',['AMReX_EBToPVD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8H.html',1,'']]], - ['amrex_5fedgefluxregister_2ecpp_10516',['AMReX_EdgeFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8cpp.html',1,'']]], - ['amrex_5fedgefluxregister_2eh_10517',['AMReX_EdgeFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8H.html',1,'']]], - ['amrex_5fenum_2eh_10518',['AMReX_Enum.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Enum_8H.html',1,'']]], - ['amrex_5ferror_5ffi_2ecpp_10519',['AMReX_error_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__fi_8cpp.html',1,'']]], - ['amrex_5ferror_5fmod_2ef90_10520',['AMReX_error_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__mod_8F90.html',1,'']]], - ['amrex_5ferrorlist_2ecpp_10521',['AMReX_ErrorList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8cpp.html',1,'']]], - ['amrex_5ferrorlist_2eh_10522',['AMReX_ErrorList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8H.html',1,'']]], - ['amrex_5fexception_2eh_10523',['AMReX_Exception.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Exception_8H.html',1,'']]], - ['amrex_5fextension_2eh_10524',['AMReX_Extension.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extension_8H.html',1,'']]], - ['amrex_5fextrapolater_2ecpp_10525',['AMReX_Extrapolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8cpp.html',1,'']]], - ['amrex_5fextrapolater_2eh_10526',['AMReX_Extrapolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8H.html',1,'']]], - ['amrex_5fextrapolater_5f1d_5fk_2eh_10527',['AMReX_extrapolater_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__1D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5f2d_5fk_2eh_10528',['AMReX_extrapolater_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__2D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5f3d_5fk_2eh_10529',['AMReX_extrapolater_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__3D__K_8H.html',1,'']]], - ['amrex_5fextrapolater_5fk_2eh_10530',['AMReX_extrapolater_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__K_8H.html',1,'']]], - ['amrex_5ffabarray_2eh_10531',['AMReX_FabArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArray_8H.html',1,'']]], - ['amrex_5ffabarraybase_2ecpp_10532',['AMReX_FabArrayBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8cpp.html',1,'']]], - ['amrex_5ffabarraybase_2eh_10533',['AMReX_FabArrayBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8H.html',1,'']]], - ['amrex_5ffabarraycommi_2eh_10534',['AMReX_FabArrayCommI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayCommI_8H.html',1,'']]], - ['amrex_5ffabarrayutility_2eh_10535',['AMReX_FabArrayUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayUtility_8H.html',1,'']]], - ['amrex_5ffabconv_2ecpp_10536',['AMReX_FabConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8cpp.html',1,'']]], - ['amrex_5ffabconv_2eh_10537',['AMReX_FabConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8H.html',1,'']]], - ['amrex_5ffabdatatype_2eh_10538',['AMReX_FabDataType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabDataType_8H.html',1,'']]], - ['amrex_5ffabfactory_2eh_10539',['AMReX_FabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabFactory_8H.html',1,'']]], - ['amrex_5ffabset_2eh_10540',['AMReX_FabSet.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabSet_8H.html',1,'']]], - ['amrex_5ffacopydescriptor_2eh_10541',['AMReX_FACopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FACopyDescriptor_8H.html',1,'']]], - ['amrex_5ffarraybox_2ecpp_10542',['AMReX_FArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8cpp.html',1,'']]], - ['amrex_5ffarraybox_2eh_10543',['AMReX_FArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8H.html',1,'']]], - ['amrex_5ffbi_2eh_10544',['AMReX_FBI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FBI_8H.html',1,'']]], - ['amrex_5ffeintegrator_2eh_10545',['AMReX_FEIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FEIntegrator_8H.html',1,'']]], - ['amrex_5ffilcc_5f1d_5fc_2eh_10546',['AMReX_FilCC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__1D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5f2d_5fc_2eh_10547',['AMReX_FilCC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__2D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5f3d_5fc_2eh_10548',['AMReX_FilCC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__3D__C_8H.html',1,'']]], - ['amrex_5ffilcc_5fc_2ecpp_10549',['AMReX_FilCC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8cpp.html',1,'']]], - ['amrex_5ffilcc_5fc_2eh_10550',['AMReX_FilCC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8H.html',1,'']]], - ['amrex_5ffilcc_5ff_2eh_10551',['AMReX_filcc_f.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__f_8H.html',1,'']]], - ['amrex_5ffilcc_5fmod_2ef90_10552',['AMReX_filcc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__mod_8F90.html',1,'']]], - ['amrex_5ffilesystem_2ecpp_10553',['AMReX_FileSystem.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8cpp.html',1,'']]], - ['amrex_5ffilesystem_2eh_10554',['AMReX_FileSystem.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8H.html',1,'']]], - ['amrex_5ffilfc_5f1d_5fc_2eh_10555',['AMReX_FilFC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__1D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5f2d_5fc_2eh_10556',['AMReX_FilFC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__2D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5f3d_5fc_2eh_10557',['AMReX_FilFC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__3D__C_8H.html',1,'']]], - ['amrex_5ffilfc_5fc_2ecpp_10558',['AMReX_FilFC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8cpp.html',1,'']]], - ['amrex_5ffilfc_5fc_2eh_10559',['AMReX_FilFC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8H.html',1,'']]], - ['amrex_5ffillpatcher_2eh_10560',['AMReX_FillPatcher.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatcher_8H.html',1,'']]], - ['amrex_5ffillpatchutil_2ecpp_10561',['AMReX_FillPatchUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8cpp.html',1,'']]], - ['amrex_5ffillpatchutil_2eh_10562',['AMReX_FillPatchUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8H.html',1,'']]], - ['amrex_5ffillpatchutil_5f1d_2ef90_10563',['AMReX_FillPatchUtil_1d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__1d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5f2d_2ef90_10564',['AMReX_FillPatchUtil_2d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__2d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5f3d_2ef90_10565',['AMReX_FillPatchUtil_3d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__3d_8F90.html',1,'']]], - ['amrex_5ffillpatchutil_5ff_2eh_10566',['AMReX_FillPatchUtil_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__F_8H.html',1,'']]], - ['amrex_5ffillpatchutil_5fi_2eh_10567',['AMReX_FillPatchUtil_I.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__I_8H.html',1,'']]], - ['amrex_5ffilnd_5fc_2ecpp_10568',['AMReX_FilND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8cpp.html',1,'']]], - ['amrex_5ffilnd_5fc_2eh_10569',['AMReX_FilND_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5f1d_5fc_2eh_10570',['AMReX_FluxReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__1D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5f2d_5fc_2eh_10571',['AMReX_FluxReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__2D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5f3d_5fc_2eh_10572',['AMReX_FluxReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__3D__C_8H.html',1,'']]], - ['amrex_5ffluxreg_5fc_2eh_10573',['AMReX_FluxReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__C_8H.html',1,'']]], - ['amrex_5ffluxregister_2ecpp_10574',['AMReX_FluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8cpp.html',1,'']]], - ['amrex_5ffluxregister_2eh_10575',['AMReX_FluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8H.html',1,'']]], - ['amrex_5fforkjoin_2ecpp_10576',['AMReX_ForkJoin.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8cpp.html',1,'']]], - ['amrex_5fforkjoin_2eh_10577',['AMReX_ForkJoin.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8H.html',1,'']]], - ['amrex_5ffort_5fmod_2ef90_10578',['AMReX_fort_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__fort__mod_8F90.html',1,'']]], - ['amrex_5ffpc_2ecpp_10579',['AMReX_FPC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8cpp.html',1,'']]], - ['amrex_5ffpc_2eh_10580',['AMReX_FPC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8H.html',1,'']]], - ['amrex_5ffunctional_2eh_10581',['AMReX_Functional.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Functional_8H.html',1,'']]], - ['amrex_5fgeometry_2ecpp_10582',['AMReX_Geometry.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8cpp.html',1,'']]], - ['amrex_5fgeometry_2eh_10583',['AMReX_Geometry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8H.html',1,'']]], - ['amrex_5fgmres_2eh_10584',['AMReX_GMRES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES_8H.html',1,'']]], - ['amrex_5fgmres_5fmlmg_2eh_10585',['AMReX_GMRES_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES__MLMG_8H.html',1,'']]], - ['amrex_5fgpu_2eh_10586',['AMReX_Gpu.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Gpu_8H.html',1,'']]], - ['amrex_5fgpuallocators_2eh_10587',['AMReX_GpuAllocators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAllocators_8H.html',1,'']]], - ['amrex_5fgpuassert_2eh_10588',['AMReX_GpuAssert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAssert_8H.html',1,'']]], - ['amrex_5fgpuasyncarray_2ecpp_10589',['AMReX_GpuAsyncArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8cpp.html',1,'']]], - ['amrex_5fgpuasyncarray_2eh_10590',['AMReX_GpuAsyncArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8H.html',1,'']]], - ['amrex_5fgpuatomic_2eh_10591',['AMReX_GpuAtomic.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAtomic_8H.html',1,'']]], - ['amrex_5fgpubuffer_2eh_10592',['AMReX_GpuBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuBuffer_8H.html',1,'']]], - ['amrex_5fgpucomplex_2eh_10593',['AMReX_GpuComplex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuComplex_8H.html',1,'']]], - ['amrex_5fgpucontainers_2eh_10594',['AMReX_GpuContainers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuContainers_8H.html',1,'']]], - ['amrex_5fgpucontrol_2ecpp_10595',['AMReX_GpuControl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8cpp.html',1,'']]], - ['amrex_5fgpucontrol_2eh_10596',['AMReX_GpuControl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8H.html',1,'']]], - ['amrex_5fgpudevice_2ecpp_10597',['AMReX_GpuDevice.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8cpp.html',1,'']]], - ['amrex_5fgpudevice_2eh_10598',['AMReX_GpuDevice.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8H.html',1,'']]], - ['amrex_5fgpuelixir_2ecpp_10599',['AMReX_GpuElixir.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8cpp.html',1,'']]], - ['amrex_5fgpuelixir_2eh_10600',['AMReX_GpuElixir.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8H.html',1,'']]], - ['amrex_5fgpuerror_2eh_10601',['AMReX_GpuError.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuError_8H.html',1,'']]], - ['amrex_5fgpukernelinfo_2eh_10602',['AMReX_GpuKernelInfo.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuKernelInfo_8H.html',1,'']]], - ['amrex_5fgpulaunch_2eh_10603',['AMReX_GpuLaunch.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8H.html',1,'']]], - ['amrex_5fgpulaunch_2enolint_2eh_10604',['AMReX_GpuLaunch.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8nolint_8H.html',1,'']]], - ['amrex_5fgpulaunchfunctsc_2eh_10605',['AMReX_GpuLaunchFunctsC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsC_8H.html',1,'']]], - ['amrex_5fgpulaunchfunctsg_2eh_10606',['AMReX_GpuLaunchFunctsG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsG_8H.html',1,'']]], - ['amrex_5fgpulaunchglobal_2eh_10607',['AMReX_GpuLaunchGlobal.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchGlobal_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosc_2eh_10608',['AMReX_GpuLaunchMacrosC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosc_2enolint_2eh_10609',['AMReX_GpuLaunchMacrosC.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8nolint_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosg_2eh_10610',['AMReX_GpuLaunchMacrosG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8H.html',1,'']]], - ['amrex_5fgpulaunchmacrosg_2enolint_2eh_10611',['AMReX_GpuLaunchMacrosG.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8nolint_8H.html',1,'']]], - ['amrex_5fgpumemory_2eh_10612',['AMReX_GpuMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuMemory_8H.html',1,'']]], - ['amrex_5fgpuprint_2eh_10613',['AMReX_GpuPrint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuPrint_8H.html',1,'']]], - ['amrex_5fgpuqualifiers_2eh_10614',['AMReX_GpuQualifiers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuQualifiers_8H.html',1,'']]], - ['amrex_5fgpurange_2eh_10615',['AMReX_GpuRange.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuRange_8H.html',1,'']]], - ['amrex_5fgpureduce_2eh_10616',['AMReX_GpuReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuReduce_8H.html',1,'']]], - ['amrex_5fgputypes_2eh_10617',['AMReX_GpuTypes.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuTypes_8H.html',1,'']]], - ['amrex_5fgpuutility_2ecpp_10618',['AMReX_GpuUtility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8cpp.html',1,'']]], - ['amrex_5fgpuutility_2eh_10619',['AMReX_GpuUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8H.html',1,'']]], - ['amrex_5fhabec_5f2d_5fk_2eh_10620',['AMReX_Habec_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__2D__K_8H.html',1,'']]], - ['amrex_5fhabec_5f3d_5fk_2eh_10621',['AMReX_Habec_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__3D__K_8H.html',1,'']]], - ['amrex_5fhabec_5fk_2eh_10622',['AMReX_Habec_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__K_8H.html',1,'']]], - ['amrex_5fhypre_2ecpp_10623',['AMReX_Hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8cpp.html',1,'']]], - ['amrex_5fhypre_2eh_10624',['AMReX_Hypre.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8H.html',1,'']]], - ['amrex_5fhypreabeclap_2ecpp_10625',['AMReX_HypreABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap_2eh_10626',['AMReX_HypreABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8H.html',1,'']]], - ['amrex_5fhypreabeclap2_2ecpp_10627',['AMReX_HypreABecLap2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap2_2eh_10628',['AMReX_HypreABecLap2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8H.html',1,'']]], - ['amrex_5fhypreabeclap3_2ecpp_10629',['AMReX_HypreABecLap3.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8cpp.html',1,'']]], - ['amrex_5fhypreabeclap3_2eh_10630',['AMReX_HypreABecLap3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8H.html',1,'']]], - ['amrex_5fhypreijiface_2ecpp_10631',['AMReX_HypreIJIface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8cpp.html',1,'']]], - ['amrex_5fhypreijiface_2eh_10632',['AMReX_HypreIJIface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_2ecpp_10633',['AMReX_HypreMLABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8cpp.html',1,'']]], - ['amrex_5fhypremlabeclap_2eh_10634',['AMReX_HypreMLABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5f2d_5fk_2eh_10635',['AMReX_HypreMLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5f3d_5fk_2eh_10636',['AMReX_HypreMLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fhypremlabeclap_5fk_2eh_10637',['AMReX_HypreMLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__K_8H.html',1,'']]], - ['amrex_5fhyprenodelap_2ecpp_10638',['AMReX_HypreNodeLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8cpp.html',1,'']]], - ['amrex_5fhyprenodelap_2eh_10639',['AMReX_HypreNodeLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8H.html',1,'']]], - ['amrex_5fhypresolver_2eh_10640',['AMReX_HypreSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreSolver_8H.html',1,'']]], - ['amrex_5fiarraybox_2ecpp_10641',['AMReX_IArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8cpp.html',1,'']]], - ['amrex_5fiarraybox_2eh_10642',['AMReX_IArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8H.html',1,'']]], - ['amrex_5fimultifab_2ecpp_10643',['AMReX_iMultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8cpp.html',1,'']]], - ['amrex_5fimultifab_2eh_10644',['AMReX_iMultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8H.html',1,'']]], - ['amrex_5findextype_2ecpp_10645',['AMReX_IndexType.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8cpp.html',1,'']]], - ['amrex_5findextype_2eh_10646',['AMReX_IndexType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8H.html',1,'']]], - ['amrex_5finsitubridge_2ecpp_10647',['AMReX_InSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8cpp.html',1,'']]], - ['amrex_5finsitubridge_2eh_10648',['AMReX_InSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8H.html',1,'']]], - ['amrex_5finsituutils_2ecpp_10649',['AMReX_InSituUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8cpp.html',1,'']]], - ['amrex_5finsituutils_2eh_10650',['AMReX_InSituUtils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8H.html',1,'']]], - ['amrex_5fint_2eh_10651',['AMReX_INT.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__INT_8H.html',1,'']]], - ['amrex_5fintconv_2ecpp_10652',['AMReX_IntConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8cpp.html',1,'']]], - ['amrex_5fintconv_2eh_10653',['AMReX_IntConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8H.html',1,'']]], - ['amrex_5fintegratorbase_2eh_10654',['AMReX_IntegratorBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntegratorBase_8H.html',1,'']]], - ['amrex_5finterp_5f1d_5fc_2eh_10655',['AMReX_Interp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__1D__C_8H.html',1,'']]], - ['amrex_5finterp_5f2d_5fc_2eh_10656',['AMReX_Interp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__2D__C_8H.html',1,'']]], - ['amrex_5finterp_5f3d_5fc_2eh_10657',['AMReX_Interp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__3D__C_8H.html',1,'']]], - ['amrex_5finterp_5fc_2eh_10658',['AMReX_Interp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__C_8H.html',1,'']]], - ['amrex_5finterpbase_2ecpp_10659',['AMReX_InterpBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8cpp.html',1,'']]], - ['amrex_5finterpbase_2eh_10660',['AMReX_InterpBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8H.html',1,'']]], - ['amrex_5finterpbndrydata_2eh_10661',['AMReX_InterpBndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f1d_5fk_2eh_10662',['AMReX_InterpBndryData_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__1D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f2d_5fk_2eh_10663',['AMReX_InterpBndryData_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__2D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5f3d_5fk_2eh_10664',['AMReX_InterpBndryData_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__3D__K_8H.html',1,'']]], - ['amrex_5finterpbndrydata_5fk_2eh_10665',['AMReX_InterpBndryData_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__K_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f1d_5fc_2eh_10666',['AMReX_InterpFaceReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__1D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f2d_5fc_2eh_10667',['AMReX_InterpFaceReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__2D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5f3d_5fc_2eh_10668',['AMReX_InterpFaceReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__3D__C_8H.html',1,'']]], - ['amrex_5finterpfacereg_5fc_2eh_10669',['AMReX_InterpFaceReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__C_8H.html',1,'']]], - ['amrex_5finterpfaceregister_2ecpp_10670',['AMReX_InterpFaceRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8cpp.html',1,'']]], - ['amrex_5finterpfaceregister_2eh_10671',['AMReX_InterpFaceRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8H.html',1,'']]], - ['amrex_5finterpolater_2ecpp_10672',['AMReX_Interpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8cpp.html',1,'']]], - ['amrex_5finterpolater_2eh_10673',['AMReX_Interpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8H.html',1,'']]], - ['amrex_5fintvect_2ecpp_10674',['AMReX_IntVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8cpp.html',1,'']]], - ['amrex_5fintvect_2eh_10675',['AMReX_IntVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8H.html',1,'']]], - ['amrex_5fio_5fmod_2ef90_10676',['AMReX_io_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__io__mod_8F90.html',1,'']]], - ['amrex_5fiparser_2ecpp_10677',['AMReX_IParser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8cpp.html',1,'']]], - ['amrex_5fiparser_2eh_10678',['AMReX_IParser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8H.html',1,'']]], - ['amrex_5fiparser_2elex_2ecpp_10679',['amrex_iparser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8cpp.html',1,'']]], - ['amrex_5fiparser_2elex_2eh_10680',['amrex_iparser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8h.html',1,'']]], - ['amrex_5fiparser_2elex_2enolint_2eh_10681',['amrex_iparser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8nolint_8H.html',1,'']]], - ['amrex_5fiparser_2etab_2ecpp_10682',['amrex_iparser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8cpp.html',1,'']]], - ['amrex_5fiparser_2etab_2eh_10683',['amrex_iparser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8h.html',1,'']]], - ['amrex_5fiparser_2etab_2enolint_2eh_10684',['amrex_iparser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8nolint_8H.html',1,'']]], - ['amrex_5fiparser_5fexe_2ecpp_10685',['AMReX_IParser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8cpp.html',1,'']]], - ['amrex_5fiparser_5fexe_2eh_10686',['AMReX_IParser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8H.html',1,'']]], - ['amrex_5fiparser_5fy_2ecpp_10687',['AMReX_IParser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8cpp.html',1,'']]], - ['amrex_5fiparser_5fy_2eh_10688',['AMReX_IParser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8H.html',1,'']]], - ['amrex_5flayoutdata_2eh_10689',['AMReX_LayoutData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LayoutData_8H.html',1,'']]], - ['amrex_5flazy_2ecpp_10690',['AMReX_Lazy.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8cpp.html',1,'']]], - ['amrex_5flazy_2eh_10691',['AMReX_Lazy.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8H.html',1,'']]], - ['amrex_5flevelbld_2eh_10692',['AMReX_LevelBld.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LevelBld_8H.html',1,'']]], - ['amrex_5flo_5fbctypes_2ecpp_10693',['AMReX_LO_BCTYPES.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8cpp.html',1,'']]], - ['amrex_5flo_5fbctypes_2eh_10694',['AMReX_LO_BCTYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8H.html',1,'']]], - ['amrex_5flo_5fbctypes_5fmod_2ef90_10695',['AMReX_lo_bctypes_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__lo__bctypes__mod_8F90.html',1,'']]], - ['amrex_5flo_5futil_2ef90_10696',['AMReX_LO_UTIL.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__UTIL_8F90.html',1,'']]], - ['amrex_5floop_2eh_10697',['AMReX_Loop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8H.html',1,'']]], - ['amrex_5floop_2enolint_2eh_10698',['AMReX_Loop.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8nolint_8H.html',1,'']]], - ['amrex_5floutil_5fk_2eh_10699',['AMReX_LOUtil_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LOUtil__K_8H.html',1,'']]], - ['amrex_5flusolver_2eh_10700',['AMReX_LUSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LUSolver_8H.html',1,'']]], - ['amrex_5fmachine_2ecpp_10701',['AMReX_Machine.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8cpp.html',1,'']]], - ['amrex_5fmachine_2eh_10702',['AMReX_Machine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8H.html',1,'']]], - ['amrex_5fmakeparticle_2eh_10703',['AMReX_MakeParticle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeParticle_8H.html',1,'']]], - ['amrex_5fmaketype_2eh_10704',['AMReX_MakeType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeType_8H.html',1,'']]], - ['amrex_5fmask_2ecpp_10705',['AMReX_Mask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8cpp.html',1,'']]], - ['amrex_5fmask_2eh_10706',['AMReX_Mask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8H.html',1,'']]], - ['amrex_5fmath_2eh_10707',['AMReX_Math.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Math_8H.html',1,'']]], - ['amrex_5fmempool_2ecpp_10708',['AMReX_MemPool.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8cpp.html',1,'']]], - ['amrex_5fmempool_2eh_10709',['AMReX_MemPool.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8H.html',1,'']]], - ['amrex_5fmempool_5fmod_2ef90_10710',['AMReX_mempool_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__mempool__mod_8F90.html',1,'']]], - ['amrex_5fmemprofiler_2ecpp_10711',['AMReX_MemProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8cpp.html',1,'']]], - ['amrex_5fmemprofiler_2eh_10712',['AMReX_MemProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8H.html',1,'']]], - ['amrex_5fmfcopydescriptor_2ecpp_10713',['AMReX_MFCopyDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8cpp.html',1,'']]], - ['amrex_5fmfcopydescriptor_2eh_10714',['AMReX_MFCopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8H.html',1,'']]], - ['amrex_5fmfinterp_5f1d_5fc_2eh_10715',['AMReX_MFInterp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__1D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5f2d_5fc_2eh_10716',['AMReX_MFInterp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__2D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5f3d_5fc_2eh_10717',['AMReX_MFInterp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__3D__C_8H.html',1,'']]], - ['amrex_5fmfinterp_5fc_2eh_10718',['AMReX_MFInterp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__C_8H.html',1,'']]], - ['amrex_5fmfinterpolater_2ecpp_10719',['AMReX_MFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8cpp.html',1,'']]], - ['amrex_5fmfinterpolater_2eh_10720',['AMReX_MFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8H.html',1,'']]], - ['amrex_5fmfiter_2ecpp_10721',['AMReX_MFIter.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8cpp.html',1,'']]], - ['amrex_5fmfiter_2eh_10722',['AMReX_MFIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8H.html',1,'']]], - ['amrex_5fmfparallelfor_2eh_10723',['AMReX_MFParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelFor_8H.html',1,'']]], - ['amrex_5fmfparallelforc_2eh_10724',['AMReX_MFParallelForC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForC_8H.html',1,'']]], - ['amrex_5fmfparallelforg_2eh_10725',['AMReX_MFParallelForG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForG_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f1d_5fk_2eh_10726',['AMReX_MLABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f2d_5fk_2eh_10727',['AMReX_MLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5f3d_5fk_2eh_10728',['AMReX_MLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlabeclap_5fk_2eh_10729',['AMReX_MLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__K_8H.html',1,'']]], - ['amrex_5fmlabeclaplacian_2eh_10730',['AMReX_MLABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLaplacian_8H.html',1,'']]], - ['amrex_5fmlalap_5f1d_5fk_2eh_10731',['AMReX_MLALap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__1D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5f2d_5fk_2eh_10732',['AMReX_MLALap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__2D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5f3d_5fk_2eh_10733',['AMReX_MLALap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__3D__K_8H.html',1,'']]], - ['amrex_5fmlalap_5fk_2eh_10734',['AMReX_MLALap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__K_8H.html',1,'']]], - ['amrex_5fmlalaplacian_2eh_10735',['AMReX_MLALaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALaplacian_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_2eh_10736',['AMReX_MLCellABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f1d_5fk_2eh_10737',['AMReX_MLCellABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f2d_5fk_2eh_10738',['AMReX_MLCellABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5f3d_5fk_2eh_10739',['AMReX_MLCellABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlcellabeclap_5fk_2eh_10740',['AMReX_MLCellABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__K_8H.html',1,'']]], - ['amrex_5fmlcelllinop_2eh_10741',['AMReX_MLCellLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellLinOp_8H.html',1,'']]], - ['amrex_5fmlcgsolver_2eh_10742',['AMReX_MLCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCGSolver_8H.html',1,'']]], - ['amrex_5fmlcurlcurl_2ecpp_10743',['AMReX_MLCurlCurl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8cpp.html',1,'']]], - ['amrex_5fmlcurlcurl_2eh_10744',['AMReX_MLCurlCurl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8H.html',1,'']]], - ['amrex_5fmlcurlcurl_5fk_2eh_10745',['AMReX_MLCurlCurl_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_2ecpp_10746',['AMReX_MLEBABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8cpp.html',1,'']]], - ['amrex_5fmlebabeclap_2eh_10747',['AMReX_MLEBABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5f2d_5fk_2eh_10748',['AMReX_MLEBABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5f3d_5fk_2eh_10749',['AMReX_MLEBABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlebabeclap_5ff_2ecpp_10750',['AMReX_MLEBABecLap_F.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__F_8cpp.html',1,'']]], - ['amrex_5fmlebabeclap_5fk_2eh_10751',['AMReX_MLEBABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f1d_5fk_2eh_10752',['AMReX_MLEBNodeFDLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f2d_5fk_2eh_10753',['AMReX_MLEBNodeFDLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5f3d_5fk_2eh_10754',['AMReX_MLEBNodeFDLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlap_5fk_2eh_10755',['AMReX_MLEBNodeFDLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__K_8H.html',1,'']]], - ['amrex_5fmlebnodefdlaplacian_2ecpp_10756',['AMReX_MLEBNodeFDLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlebnodefdlaplacian_2eh_10757',['AMReX_MLEBNodeFDLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8H.html',1,'']]], - ['amrex_5fmlebtensor_5f2d_5fk_2eh_10758',['AMReX_MLEBTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__2D__K_8H.html',1,'']]], - ['amrex_5fmlebtensor_5f3d_5fk_2eh_10759',['AMReX_MLEBTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__3D__K_8H.html',1,'']]], - ['amrex_5fmlebtensor_5fk_2eh_10760',['AMReX_MLEBTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__K_8H.html',1,'']]], - ['amrex_5fmlebtensorop_2ecpp_10761',['AMReX_MLEBTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8cpp.html',1,'']]], - ['amrex_5fmlebtensorop_2eh_10762',['AMReX_MLEBTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8H.html',1,'']]], - ['amrex_5fmlebtensorop_5fbc_2ecpp_10763',['AMReX_MLEBTensorOp_bc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp__bc_8cpp.html',1,'']]], - ['amrex_5fmllinop_2eh_10764',['AMReX_MLLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp_8H.html',1,'']]], - ['amrex_5fmllinop_5ff_2eh_10765',['AMReX_MLLinOp_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__F_8H.html',1,'']]], - ['amrex_5fmllinop_5fk_2eh_10766',['AMReX_MLLinOp_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__K_8H.html',1,'']]], - ['amrex_5fmllinop_5fnd_2ef90_10767',['AMReX_MLLinOp_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__nd_8F90.html',1,'']]], - ['amrex_5fmlmg_2ecpp_10768',['AMReX_MLMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8cpp.html',1,'']]], - ['amrex_5fmlmg_2eh_10769',['AMReX_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8H.html',1,'']]], - ['amrex_5fmlmg_5f1d_5fk_2eh_10770',['AMReX_MLMG_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__1D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5f2d_5fk_2eh_10771',['AMReX_MLMG_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__2D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5f3d_5fk_2eh_10772',['AMReX_MLMG_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__3D__K_8H.html',1,'']]], - ['amrex_5fmlmg_5fk_2eh_10773',['AMReX_MLMG_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__K_8H.html',1,'']]], - ['amrex_5fmlmgbndry_2eh_10774',['AMReX_MLMGBndry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMGBndry_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f1d_5fk_2eh_10775',['AMReX_MLNodeABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f2d_5fk_2eh_10776',['AMReX_MLNodeABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5f3d_5fk_2eh_10777',['AMReX_MLNodeABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclap_5fk_2eh_10778',['AMReX_MLNodeABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__K_8H.html',1,'']]], - ['amrex_5fmlnodeabeclaplacian_2ecpp_10779',['AMReX_MLNodeABecLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodeabeclaplacian_2eh_10780',['AMReX_MLNodeABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f1d_5fk_2eh_10781',['AMReX_MLNodeLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f2d_5fk_2eh_10782',['AMReX_MLNodeLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5f3d_5fk_2eh_10783',['AMReX_MLNodeLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodelap_5fk_2eh_10784',['AMReX_MLNodeLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__K_8H.html',1,'']]], - ['amrex_5fmlnodelaplacian_2ecpp_10785',['AMReX_MLNodeLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_2eh_10786',['AMReX_MLNodeLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8H.html',1,'']]], - ['amrex_5fmlnodelaplacian_5feb_2ecpp_10787',['AMReX_MLNodeLaplacian_eb.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__eb_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fhypre_2ecpp_10788',['AMReX_MLNodeLaplacian_hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__hypre_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fmisc_2ecpp_10789',['AMReX_MLNodeLaplacian_misc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__misc_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fsten_2ecpp_10790',['AMReX_MLNodeLaplacian_sten.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sten_8cpp.html',1,'']]], - ['amrex_5fmlnodelaplacian_5fsync_2ecpp_10791',['AMReX_MLNodeLaplacian_sync.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sync_8cpp.html',1,'']]], - ['amrex_5fmlnodelinop_2ecpp_10792',['AMReX_MLNodeLinOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8cpp.html',1,'']]], - ['amrex_5fmlnodelinop_2eh_10793',['AMReX_MLNodeLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f1d_5fk_2eh_10794',['AMReX_MLNodeTensorLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__1D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f2d_5fk_2eh_10795',['AMReX_MLNodeTensorLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__2D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5f3d_5fk_2eh_10796',['AMReX_MLNodeTensorLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__3D__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlap_5fk_2eh_10797',['AMReX_MLNodeTensorLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__K_8H.html',1,'']]], - ['amrex_5fmlnodetensorlaplacian_2ecpp_10798',['AMReX_MLNodeTensorLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8cpp.html',1,'']]], - ['amrex_5fmlnodetensorlaplacian_2eh_10799',['AMReX_MLNodeTensorLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8H.html',1,'']]], - ['amrex_5fmlpoisson_2eh_10800',['AMReX_MLPoisson.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f1d_5fk_2eh_10801',['AMReX_MLPoisson_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__1D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f2d_5fk_2eh_10802',['AMReX_MLPoisson_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__2D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5f3d_5fk_2eh_10803',['AMReX_MLPoisson_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__3D__K_8H.html',1,'']]], - ['amrex_5fmlpoisson_5fk_2eh_10804',['AMReX_MLPoisson_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f1d_5fk_2eh_10805',['AMReX_MLTensor_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__1D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f2d_5fk_2eh_10806',['AMReX_MLTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__2D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5f3d_5fk_2eh_10807',['AMReX_MLTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__3D__K_8H.html',1,'']]], - ['amrex_5fmltensor_5fk_2eh_10808',['AMReX_MLTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__K_8H.html',1,'']]], - ['amrex_5fmltensorop_2ecpp_10809',['AMReX_MLTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8cpp.html',1,'']]], - ['amrex_5fmltensorop_2eh_10810',['AMReX_MLTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8H.html',1,'']]], - ['amrex_5fmltensorop_5fgrad_2ecpp_10811',['AMReX_MLTensorOp_grad.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp__grad_8cpp.html',1,'']]], - ['amrex_5fmorton_2eh_10812',['AMReX_Morton.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Morton_8H.html',1,'']]], - ['amrex_5fmpmd_2ecpp_10813',['AMReX_MPMD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8cpp.html',1,'']]], - ['amrex_5fmpmd_2eh_10814',['AMReX_MPMD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8H.html',1,'']]], - ['amrex_5fmulticutfab_2ecpp_10815',['AMReX_MultiCutFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8cpp.html',1,'']]], - ['amrex_5fmulticutfab_2eh_10816',['AMReX_MultiCutFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8H.html',1,'']]], - ['amrex_5fmultifab_2ecpp_10817',['AMReX_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8cpp.html',1,'']]], - ['amrex_5fmultifab_2eh_10818',['AMReX_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8H.html',1,'']]], - ['amrex_5fmultifabutil_2ecpp_10819',['AMReX_MultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8cpp.html',1,'']]], - ['amrex_5fmultifabutil_2eh_10820',['AMReX_MultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f1d_5fc_2eh_10821',['AMReX_MultiFabUtil_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__1D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f2d_5fc_2eh_10822',['AMReX_MultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__2D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5f3d_5fc_2eh_10823',['AMReX_MultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__3D__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5fc_2eh_10824',['AMReX_MultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__C_8H.html',1,'']]], - ['amrex_5fmultifabutil_5fnd_5fc_2eh_10825',['AMReX_MultiFabUtil_nd_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__nd__C_8H.html',1,'']]], - ['amrex_5fmultifabutili_2eh_10826',['AMReX_MultiFabUtilI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtilI_8H.html',1,'']]], - ['amrex_5fmultimask_2ecpp_10827',['AMReX_MultiMask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8cpp.html',1,'']]], - ['amrex_5fmultimask_2eh_10828',['AMReX_MultiMask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8H.html',1,'']]], - ['amrex_5fneighborlist_2eh_10829',['AMReX_NeighborList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborList_8H.html',1,'']]], - ['amrex_5fneighborparticles_2eh_10830',['AMReX_NeighborParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticles_8H.html',1,'']]], - ['amrex_5fneighborparticlescpuimpl_2eh_10831',['AMReX_NeighborParticlesCPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesCPUImpl_8H.html',1,'']]], - ['amrex_5fneighborparticlesgpuimpl_2eh_10832',['AMReX_NeighborParticlesGPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesGPUImpl_8H.html',1,'']]], - ['amrex_5fneighborparticlesi_2eh_10833',['AMReX_NeighborParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesI_8H.html',1,'']]], - ['amrex_5fnfiles_2ecpp_10834',['AMReX_NFiles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8cpp.html',1,'']]], - ['amrex_5fnfiles_2eh_10835',['AMReX_NFiles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8H.html',1,'']]], - ['amrex_5fnonlocalbc_2ecpp_10836',['AMReX_NonLocalBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8cpp.html',1,'']]], - ['amrex_5fnonlocalbc_2eh_10837',['AMReX_NonLocalBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8H.html',1,'']]], - ['amrex_5fnonlocalbcimpl_2eh_10838',['AMReX_NonLocalBCImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBCImpl_8H.html',1,'']]], - ['amrex_5fnvector_5fmultifab_2ecpp_10839',['AMReX_NVector_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8cpp.html',1,'']]], - ['amrex_5fnvector_5fmultifab_2eh_10840',['AMReX_NVector_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8H.html',1,'']]], - ['amrex_5fomp_5fmod_2ef90_10841',['AMReX_omp_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__omp__mod_8F90.html',1,'']]], - ['amrex_5fopenbc_2ecpp_10842',['AMReX_OpenBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8cpp.html',1,'']]], - ['amrex_5fopenbc_2eh_10843',['AMReX_OpenBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8H.html',1,'']]], - ['amrex_5fopenbc_5fk_2eh_10844',['AMReX_OpenBC_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC__K_8H.html',1,'']]], - ['amrex_5fopenmp_2ecpp_10845',['AMReX_OpenMP.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8cpp.html',1,'']]], - ['amrex_5fopenmp_2eh_10846',['AMReX_OpenMP.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8H.html',1,'']]], - ['amrex_5forientation_2ecpp_10847',['AMReX_Orientation.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8cpp.html',1,'']]], - ['amrex_5forientation_2eh_10848',['AMReX_Orientation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8H.html',1,'']]], - ['amrex_5fparallelcontext_2ecpp_10849',['AMReX_ParallelContext.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8cpp.html',1,'']]], - ['amrex_5fparallelcontext_2eh_10850',['AMReX_ParallelContext.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8H.html',1,'']]], - ['amrex_5fparalleldescriptor_2ecpp_10851',['AMReX_ParallelDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8cpp.html',1,'']]], - ['amrex_5fparalleldescriptor_2eh_10852',['AMReX_ParallelDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8H.html',1,'']]], - ['amrex_5fparalleldescriptor_5ff_2ef90_10853',['AMReX_ParallelDescriptor_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor__F_8F90.html',1,'']]], - ['amrex_5fparallelreduce_2eh_10854',['AMReX_ParallelReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelReduce_8H.html',1,'']]], - ['amrex_5fparena_2ecpp_10855',['AMReX_PArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8cpp.html',1,'']]], - ['amrex_5fparena_2eh_10856',['AMReX_PArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8H.html',1,'']]], - ['amrex_5fpargdb_2eh_10857',['AMReX_ParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParGDB_8H.html',1,'']]], - ['amrex_5fpariter_2eh_10858',['AMReX_ParIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParIter_8H.html',1,'']]], - ['amrex_5fparmparse_2ecpp_10859',['AMReX_ParmParse.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8cpp.html',1,'']]], - ['amrex_5fparmparse_2eh_10860',['AMReX_ParmParse.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8H.html',1,'']]], - ['amrex_5fparmparse_5ffi_2ecpp_10861',['AMReX_parmparse_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__fi_8cpp.html',1,'']]], - ['amrex_5fparmparse_5fmod_2ef90_10862',['AMReX_parmparse_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__mod_8F90.html',1,'']]], - ['amrex_5fparreduce_2eh_10863',['AMReX_ParReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParReduce_8H.html',1,'']]], - ['amrex_5fparser_2ecpp_10864',['AMReX_Parser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8cpp.html',1,'']]], - ['amrex_5fparser_2eh_10865',['AMReX_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8H.html',1,'']]], - ['amrex_5fparser_2elex_2ecpp_10866',['amrex_parser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8cpp.html',1,'']]], - ['amrex_5fparser_2elex_2eh_10867',['amrex_parser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8h.html',1,'']]], - ['amrex_5fparser_2elex_2enolint_2eh_10868',['amrex_parser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8nolint_8H.html',1,'']]], - ['amrex_5fparser_2etab_2ecpp_10869',['amrex_parser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8cpp.html',1,'']]], - ['amrex_5fparser_2etab_2eh_10870',['amrex_parser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8h.html',1,'']]], - ['amrex_5fparser_2etab_2enolint_2eh_10871',['amrex_parser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8nolint_8H.html',1,'']]], - ['amrex_5fparser_5fexe_2ecpp_10872',['AMReX_Parser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8cpp.html',1,'']]], - ['amrex_5fparser_5fexe_2eh_10873',['AMReX_Parser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8H.html',1,'']]], - ['amrex_5fparser_5fy_2ecpp_10874',['AMReX_Parser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8cpp.html',1,'']]], - ['amrex_5fparser_5fy_2eh_10875',['AMReX_Parser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8H.html',1,'']]], - ['amrex_5fparstream_2ecpp_10876',['AMReX_parstream.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8cpp.html',1,'']]], - ['amrex_5fparstream_2eh_10877',['AMReX_parstream.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8H.html',1,'']]], - ['amrex_5fparticle_2eh_10878',['AMReX_Particle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle_8H.html',1,'']]], - ['amrex_5fparticle_5fmod_5fk_2eh_10879',['AMReX_Particle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle__mod__K_8H.html',1,'']]], - ['amrex_5fparticlearray_2eh_10880',['AMReX_ParticleArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleArray_8H.html',1,'']]], - ['amrex_5fparticlebuffermap_2ecpp_10881',['AMReX_ParticleBufferMap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8cpp.html',1,'']]], - ['amrex_5fparticlebuffermap_2eh_10882',['AMReX_ParticleBufferMap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8H.html',1,'']]], - ['amrex_5fparticlecommunication_2ecpp_10883',['AMReX_ParticleCommunication.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8cpp.html',1,'']]], - ['amrex_5fparticlecommunication_2eh_10884',['AMReX_ParticleCommunication.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8H.html',1,'']]], - ['amrex_5fparticlecontainer_2eh_10885',['AMReX_ParticleContainer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainer_8H.html',1,'']]], - ['amrex_5fparticlecontainerbase_2ecpp_10886',['AMReX_ParticleContainerBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8cpp.html',1,'']]], - ['amrex_5fparticlecontainerbase_2eh_10887',['AMReX_ParticleContainerBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8H.html',1,'']]], - ['amrex_5fparticlecontaineri_2eh_10888',['AMReX_ParticleContainerI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerI_8H.html',1,'']]], - ['amrex_5fparticledataadaptor_2eh_10889',['AMReX_ParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptor_8H.html',1,'']]], - ['amrex_5fparticledataadaptori_2eh_10890',['AMReX_ParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptorI_8H.html',1,'']]], - ['amrex_5fparticlehdf5_2eh_10891',['AMReX_ParticleHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleHDF5_8H.html',1,'']]], - ['amrex_5fparticleinit_2eh_10892',['AMReX_ParticleInit.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInit_8H.html',1,'']]], - ['amrex_5fparticleinsitubridge_2eh_10893',['AMReX_ParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInSituBridge_8H.html',1,'']]], - ['amrex_5fparticleinterpolators_2eh_10894',['AMReX_ParticleInterpolators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInterpolators_8H.html',1,'']]], - ['amrex_5fparticleio_2eh_10895',['AMReX_ParticleIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleIO_8H.html',1,'']]], - ['amrex_5fparticlelocator_2eh_10896',['AMReX_ParticleLocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleLocator_8H.html',1,'']]], - ['amrex_5fparticlemesh_2eh_10897',['AMReX_ParticleMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMesh_8H.html',1,'']]], - ['amrex_5fparticlempiutil_2ecpp_10898',['AMReX_ParticleMPIUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8cpp.html',1,'']]], - ['amrex_5fparticlempiutil_2eh_10899',['AMReX_ParticleMPIUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8H.html',1,'']]], - ['amrex_5fparticlereduce_2eh_10900',['AMReX_ParticleReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleReduce_8H.html',1,'']]], - ['amrex_5fparticles_2eh_10901',['AMReX_Particles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particles_8H.html',1,'']]], - ['amrex_5fparticleshdf5_2eh_10902',['AMReX_ParticlesHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticlesHDF5_8H.html',1,'']]], - ['amrex_5fparticletile_2eh_10903',['AMReX_ParticleTile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTile_8H.html',1,'']]], - ['amrex_5fparticletransformation_2eh_10904',['AMReX_ParticleTransformation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTransformation_8H.html',1,'']]], - ['amrex_5fparticleutil_2ecpp_10905',['AMReX_ParticleUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8cpp.html',1,'']]], - ['amrex_5fparticleutil_2eh_10906',['AMReX_ParticleUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8H.html',1,'']]], - ['amrex_5fparticleutilhdf5_2eh_10907',['AMReX_ParticleUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtilHDF5_8H.html',1,'']]], - ['amrex_5fpartition_2eh_10908',['AMReX_Partition.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Partition_8H.html',1,'']]], - ['amrex_5fpcgsolver_2eh_10909',['AMReX_PCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCGSolver_8H.html',1,'']]], - ['amrex_5fpci_2eh_10910',['AMReX_PCI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCI_8H.html',1,'']]], - ['amrex_5fperiodicity_2ecpp_10911',['AMReX_Periodicity.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8cpp.html',1,'']]], - ['amrex_5fperiodicity_2eh_10912',['AMReX_Periodicity.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8H.html',1,'']]], - ['amrex_5fpetsc_2ecpp_10913',['AMReX_PETSc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8cpp.html',1,'']]], - ['amrex_5fpetsc_2eh_10914',['AMReX_PETSc.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8H.html',1,'']]], - ['amrex_5fphysbcfunct_2ecpp_10915',['AMReX_PhysBCFunct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8cpp.html',1,'']]], - ['amrex_5fphysbcfunct_2eh_10916',['AMReX_PhysBCFunct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8H.html',1,'']]], - ['amrex_5fplotfiledataimpl_2ecpp_10917',['AMReX_PlotFileDataImpl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8cpp.html',1,'']]], - ['amrex_5fplotfiledataimpl_2eh_10918',['AMReX_PlotFileDataImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8H.html',1,'']]], - ['amrex_5fplotfileutil_2ecpp_10919',['AMReX_PlotFileUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8cpp.html',1,'']]], - ['amrex_5fplotfileutil_2eh_10920',['AMReX_PlotFileUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8H.html',1,'']]], - ['amrex_5fplotfileutilhdf5_2ecpp_10921',['AMReX_PlotFileUtilHDF5.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8cpp.html',1,'']]], - ['amrex_5fplotfileutilhdf5_2eh_10922',['AMReX_PlotFileUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8H.html',1,'']]], - ['amrex_5fpodvector_2ecpp_10923',['AMReX_PODVector.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8cpp.html',1,'']]], - ['amrex_5fpodvector_2eh_10924',['AMReX_PODVector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8H.html',1,'']]], - ['amrex_5fprint_2eh_10925',['AMReX_Print.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Print_8H.html',1,'']]], - ['amrex_5fprob_5famr_5ff_2eh_10926',['AMReX_PROB_AMR_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PROB__AMR__F_8H.html',1,'']]], - ['amrex_5fprofparserbatch_2ecpp_10927',['AMReX_ProfParserBatch.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ProfParserBatch_8cpp.html',1,'']]], - ['amrex_5frandom_2ecpp_10928',['AMReX_Random.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8cpp.html',1,'']]], - ['amrex_5frandom_2eh_10929',['AMReX_Random.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8H.html',1,'']]], - ['amrex_5frandomengine_2eh_10930',['AMReX_RandomEngine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RandomEngine_8H.html',1,'']]], - ['amrex_5freal_2eh_10931',['AMReX_REAL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__REAL_8H.html',1,'']]], - ['amrex_5frealbox_2ecpp_10932',['AMReX_RealBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8cpp.html',1,'']]], - ['amrex_5frealbox_2eh_10933',['AMReX_RealBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8H.html',1,'']]], - ['amrex_5frealvect_2ecpp_10934',['AMReX_RealVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8cpp.html',1,'']]], - ['amrex_5frealvect_2eh_10935',['AMReX_RealVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8H.html',1,'']]], - ['amrex_5freduce_2eh_10936',['AMReX_Reduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Reduce_8H.html',1,'']]], - ['amrex_5fregionsprofstats_2ecpp_10937',['AMReX_RegionsProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8cpp.html',1,'']]], - ['amrex_5fregionsprofstats_2eh_10938',['AMReX_RegionsProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8H.html',1,'']]], - ['amrex_5frkintegrator_2eh_10939',['AMReX_RKIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RKIntegrator_8H.html',1,'']]], - ['amrex_5frungekutta_2eh_10940',['AMReX_RungeKutta.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RungeKutta_8H.html',1,'']]], - ['amrex_5fscan_2eh_10941',['AMReX_Scan.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Scan_8H.html',1,'']]], - ['amrex_5fsdcquadrature_2ef90_10942',['AMReX_SDCquadrature.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCquadrature_8F90.html',1,'']]], - ['amrex_5fsdcstruct_2ecpp_10943',['AMReX_SDCstruct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8cpp.html',1,'']]], - ['amrex_5fsdcstruct_2eh_10944',['AMReX_SDCstruct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8H.html',1,'']]], - ['amrex_5fslopes_5fk_2eh_10945',['AMReX_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Slopes__K_8H.html',1,'']]], - ['amrex_5fspace_2eh_10946',['AMReX_SPACE.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SPACE_8H.html',1,'']]], - ['amrex_5fsparsebins_2eh_10947',['AMReX_SparseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SparseBins_8H.html',1,'']]], - ['amrex_5fstatedata_2ecpp_10948',['AMReX_StateData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8cpp.html',1,'']]], - ['amrex_5fstatedata_2eh_10949',['AMReX_StateData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8H.html',1,'']]], - ['amrex_5fstatedescriptor_2ecpp_10950',['AMReX_StateDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateDescriptor_8cpp.html',1,'']]], - ['amrex_5fstatedescriptor_2eh_10951',['AMReX_StateDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateDescriptor_8H.html',1,'']]], - ['amrex_5fstring_2ecpp_10952',['AMReX_String.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__String_8cpp.html',1,'']]], - ['amrex_5fstring_2eh_10953',['AMReX_String.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__String_8H.html',1,'']]], - ['amrex_5fstring_5fmod_2ef90_10954',['AMReX_string_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__string__mod_8F90.html',1,'']]], - ['amrex_5fstructofarrays_2eh_10955',['AMReX_StructOfArrays.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StructOfArrays_8H.html',1,'']]], - ['amrex_5fsundials_2eh_10956',['AMReX_Sundials.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials_8H.html',1,'']]], - ['amrex_5fsundials_5fcore_2ecpp_10957',['AMReX_Sundials_Core.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials__Core_8cpp.html',1,'']]], - ['amrex_5fsundials_5fcore_2eh_10958',['AMReX_Sundials_Core.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials__Core_8H.html',1,'']]], - ['amrex_5fsundialsintegrator_2eh_10959',['AMReX_SundialsIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SundialsIntegrator_8H.html',1,'']]], - ['amrex_5fsunmemory_2ecpp_10960',['AMReX_SUNMemory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SUNMemory_8cpp.html',1,'']]], - ['amrex_5fsunmemory_2eh_10961',['AMReX_SUNMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SUNMemory_8H.html',1,'']]], - ['amrex_5ftabledata_2eh_10962',['AMReX_TableData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TableData_8H.html',1,'']]], - ['amrex_5ftagbox_2ecpp_10963',['AMReX_TagBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagBox_8cpp.html',1,'']]], - ['amrex_5ftagbox_2eh_10964',['AMReX_TagBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagBox_8H.html',1,'']]], - ['amrex_5ftagparallelfor_2eh_10965',['AMReX_TagParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagParallelFor_8H.html',1,'']]], - ['amrex_5fthirdpartyprofiling_2eh_10966',['AMReX_ThirdPartyProfiling.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ThirdPartyProfiling_8H.html',1,'']]], - ['amrex_5ftimeintegrator_2eh_10967',['AMReX_TimeIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TimeIntegrator_8H.html',1,'']]], - ['amrex_5ftinyprofiler_2ecpp_10968',['AMReX_TinyProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TinyProfiler_8cpp.html',1,'']]], - ['amrex_5ftinyprofiler_2eh_10969',['AMReX_TinyProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TinyProfiler_8H.html',1,'']]], - ['amrex_5ftracerparticle_5fmod_5fk_2eh_10970',['AMReX_TracerParticle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticle__mod__K_8H.html',1,'']]], - ['amrex_5ftracerparticles_2ecpp_10971',['AMReX_TracerParticles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticles_8cpp.html',1,'']]], - ['amrex_5ftracerparticles_2eh_10972',['AMReX_TracerParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticles_8H.html',1,'']]], - ['amrex_5ftuple_2eh_10973',['AMReX_Tuple.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Tuple_8H.html',1,'']]], - ['amrex_5ftypelist_2eh_10974',['AMReX_TypeList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TypeList_8H.html',1,'']]], - ['amrex_5ftypetraits_2eh_10975',['AMReX_TypeTraits.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TypeTraits_8H.html',1,'']]], - ['amrex_5futility_2ecpp_10976',['AMReX_Utility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8cpp.html',1,'']]], - ['amrex_5futility_2eh_10977',['AMReX_Utility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8H.html',1,'']]], - ['amrex_5fvallocpair_2eh_10978',['AMReX_ValLocPair.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ValLocPair_8H.html',1,'']]], - ['amrex_5fvector_2eh_10979',['AMReX_Vector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Vector_8H.html',1,'']]], - ['amrex_5fvectorio_2ecpp_10980',['AMReX_VectorIO.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8cpp.html',1,'']]], - ['amrex_5fvectorio_2eh_10981',['AMReX_VectorIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8H.html',1,'']]], - ['amrex_5fversion_2ecpp_10982',['AMReX_Version.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Version_8cpp.html',1,'']]], - ['amrex_5fvismf_2ecpp_10983',['AMReX_VisMF.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMF_8cpp.html',1,'']]], - ['amrex_5fvismf_2eh_10984',['AMReX_VisMF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMF_8H.html',1,'']]], - ['amrex_5fvismfbuffer_2eh_10985',['AMReX_VisMFBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMFBuffer_8H.html',1,'']]], - ['amrex_5fwritebinaryparticledata_2eh_10986',['AMReX_WriteBinaryParticleData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteBinaryParticleData_8H.html',1,'']]], - ['amrex_5fwritebinaryparticledatahdf5_2eh_10987',['AMReX_WriteBinaryParticleDataHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteBinaryParticleDataHDF5_8H.html',1,'']]], - ['amrex_5fwriteebsurface_2ecpp_10988',['AMReX_WriteEBSurface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteEBSurface_8cpp.html',1,'']]], - ['amrex_5fwriteebsurface_2eh_10989',['AMReX_WriteEBSurface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteEBSurface_8H.html',1,'']]], - ['amrex_5fwriteplotfile_2ecpp_10990',['AMReX_WritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WritePlotFile_8cpp.html',1,'']]], - ['amrex_5fwriteplotfile_2eh_10991',['AMReX_WritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WritePlotFile_8H.html',1,'']]], - ['amrex_5fxyplotdatalist_2ecpp_10992',['AMReX_XYPlotDataList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__XYPlotDataList_8cpp.html',1,'']]], - ['amrex_5fxyplotdatalist_2eh_10993',['AMReX_XYPlotDataList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__XYPlotDataList_8H.html',1,'']]], - ['amrex_5fyafluxregister_2eh_10994',['AMReX_YAFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister_8H.html',1,'']]], - ['amrex_5fyafluxregister_5f1d_5fk_2eh_10995',['AMReX_YAFluxRegister_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__1D__K_8H.html',1,'']]], - ['amrex_5fyafluxregister_5f2d_5fk_2eh_10996',['AMReX_YAFluxRegister_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__2D__K_8H.html',1,'']]], - ['amrex_5fyafluxregister_5f3d_5fk_2eh_10997',['AMReX_YAFluxRegister_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__3D__K_8H.html',1,'']]], - ['amrex_5fyafluxregister_5fk_2eh_10998',['AMReX_YAFluxRegister_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__K_8H.html',1,'']]] + ['alignedallocator_2eh_10340',['AlignedAllocator.h',['https://amrex-codes.github.io/amrex/doxygen/AlignedAllocator_8h.html',1,'']]], + ['amrex_2ecpp_10341',['AMReX.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8cpp.html',1,'']]], + ['amrex_2eh_10342',['AMReX.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX_8H.html',1,'']]], + ['amrex_5facc_5fmod_2ef90_10343',['AMReX_acc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__acc__mod_8F90.html',1,'']]], + ['amrex_5falgoim_2ecpp_10344',['AMReX_algoim.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8cpp.html',1,'']]], + ['amrex_5falgoim_2eh_10345',['AMReX_algoim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim_8H.html',1,'']]], + ['amrex_5falgoim_5fk_2eh_10346',['AMReX_algoim_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__algoim__K_8H.html',1,'']]], + ['amrex_5falgorithm_2eh_10347',['AMReX_Algorithm.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Algorithm_8H.html',1,'']]], + ['amrex_5famr_2ecpp_10348',['AMReX_Amr.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8cpp.html',1,'']]], + ['amrex_5famr_2eh_10349',['AMReX_Amr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Amr_8H.html',1,'']]], + ['amrex_5famrcore_2ecpp_10350',['AMReX_AmrCore.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8cpp.html',1,'']]], + ['amrex_5famrcore_2eh_10351',['AMReX_AmrCore.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCore_8H.html',1,'']]], + ['amrex_5famrcorefwd_2eh_10352',['AMReX_AmrCoreFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrCoreFwd_8H.html',1,'']]], + ['amrex_5famrdata_2ecpp_10353',['AMReX_AmrData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8cpp.html',1,'']]], + ['amrex_5famrdata_2eh_10354',['AMReX_AmrData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrData_8H.html',1,'']]], + ['amrex_5famrdataadaptor_2ecpp_10355',['AMReX_AmrDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8cpp.html',1,'']]], + ['amrex_5famrdataadaptor_2eh_10356',['AMReX_AmrDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrDataAdaptor_8H.html',1,'']]], + ['amrex_5famrfwd_2eh_10357',['AMReX_AmrFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrFwd_8H.html',1,'']]], + ['amrex_5famrinsitubridge_2ecpp_10358',['AMReX_AmrInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8cpp.html',1,'']]], + ['amrex_5famrinsitubridge_2eh_10359',['AMReX_AmrInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrInSituBridge_8H.html',1,'']]], + ['amrex_5famrlevel_2ecpp_10360',['AMReX_AmrLevel.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8cpp.html',1,'']]], + ['amrex_5famrlevel_2eh_10361',['AMReX_AmrLevel.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrLevel_8H.html',1,'']]], + ['amrex_5famrmesh_2ecpp_10362',['AMReX_AmrMesh.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8cpp.html',1,'']]], + ['amrex_5famrmesh_2eh_10363',['AMReX_AmrMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMesh_8H.html',1,'']]], + ['amrex_5famrmeshdataadaptor_2ecpp_10364',['AMReX_AmrMeshDataAdaptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8cpp.html',1,'']]], + ['amrex_5famrmeshdataadaptor_2eh_10365',['AMReX_AmrMeshDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshDataAdaptor_8H.html',1,'']]], + ['amrex_5famrmeshinsitubridge_2ecpp_10366',['AMReX_AmrMeshInSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8cpp.html',1,'']]], + ['amrex_5famrmeshinsitubridge_2eh_10367',['AMReX_AmrMeshInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshInSituBridge_8H.html',1,'']]], + ['amrex_5famrmeshparticledataadaptor_2eh_10368',['AMReX_AmrMeshParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5famrmeshparticledataadaptori_2eh_10369',['AMReX_AmrMeshParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5famrmeshparticleinsitubridge_2eh_10370',['AMReX_AmrMeshParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrMeshParticleInSituBridge_8H.html',1,'']]], + ['amrex_5famrpargdb_2eh_10371',['AMReX_AmrParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParGDB_8H.html',1,'']]], + ['amrex_5famrparticledataadaptor_2eh_10372',['AMReX_AmrParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5famrparticledataadaptori_2eh_10373',['AMReX_AmrParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5famrparticleinsitubridge_2eh_10374',['AMReX_AmrParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticleInSituBridge_8H.html',1,'']]], + ['amrex_5famrparticles_2eh_10375',['AMReX_AmrParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrParticles_8H.html',1,'']]], + ['amrex_5famrvisconstants_2eh_10376',['AMReX_AmrvisConstants.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AmrvisConstants_8H.html',1,'']]], + ['amrex_5fansiesccode_2eh_10377',['AMReX_ANSIEscCode.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ANSIEscCode_8H.html',1,'']]], + ['amrex_5fany_2eh_10378',['AMReX_Any.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Any_8H.html',1,'']]], + ['amrex_5farena_2ecpp_10379',['AMReX_Arena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8cpp.html',1,'']]], + ['amrex_5farena_2eh_10380',['AMReX_Arena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Arena_8H.html',1,'']]], + ['amrex_5farray_2eh_10381',['AMReX_Array.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array_8H.html',1,'']]], + ['amrex_5farray4_2eh_10382',['AMReX_Array4.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Array4_8H.html',1,'']]], + ['amrex_5farraylim_2eh_10383',['AMReX_ArrayLim.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayLim_8H.html',1,'']]], + ['amrex_5farrayofstructs_2eh_10384',['AMReX_ArrayOfStructs.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ArrayOfStructs_8H.html',1,'']]], + ['amrex_5fasyncout_2ecpp_10385',['AMReX_AsyncOut.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8cpp.html',1,'']]], + ['amrex_5fasyncout_2eh_10386',['AMReX_AsyncOut.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AsyncOut_8H.html',1,'']]], + ['amrex_5fauxboundarydata_2ecpp_10387',['AMReX_AuxBoundaryData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8cpp.html',1,'']]], + ['amrex_5fauxboundarydata_2eh_10388',['AMReX_AuxBoundaryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AuxBoundaryData_8H.html',1,'']]], + ['amrex_5favgdown_5f1d_2ef_10389',['AMReX_AVGDOWN_1D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__1D_8F.html',1,'']]], + ['amrex_5favgdown_5f2d_2ef_10390',['AMReX_AVGDOWN_2D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__2D_8F.html',1,'']]], + ['amrex_5favgdown_5f3d_2ef_10391',['AMReX_AVGDOWN_3D.F',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__3D_8F.html',1,'']]], + ['amrex_5favgdown_5ff_2eh_10392',['AMReX_AVGDOWN_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__AVGDOWN__F_8H.html',1,'']]], + ['amrex_5fbackgroundthread_2ecpp_10393',['AMReX_BackgroundThread.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8cpp.html',1,'']]], + ['amrex_5fbackgroundthread_2eh_10394',['AMReX_BackgroundThread.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BackgroundThread_8H.html',1,'']]], + ['amrex_5fbarena_2ecpp_10395',['AMReX_BArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8cpp.html',1,'']]], + ['amrex_5fbarena_2eh_10396',['AMReX_BArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BArena_8H.html',1,'']]], + ['amrex_5fbasefab_2ecpp_10397',['AMReX_BaseFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8cpp.html',1,'']]], + ['amrex_5fbasefab_2eh_10398',['AMReX_BaseFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFab_8H.html',1,'']]], + ['amrex_5fbasefabutility_2eh_10399',['AMReX_BaseFabUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFabUtility_8H.html',1,'']]], + ['amrex_5fbasefwd_2eh_10400',['AMReX_BaseFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BaseFwd_8H.html',1,'']]], + ['amrex_5fbc_5ftypes_2eh_10401',['AMReX_BC_TYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BC__TYPES_8H.html',1,'']]], + ['amrex_5fbc_5ftypes_5fmod_2ef90_10402',['AMReX_bc_types_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__bc__types__mod_8F90.html',1,'']]], + ['amrex_5fbcrec_2ecpp_10403',['AMReX_BCRec.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8cpp.html',1,'']]], + ['amrex_5fbcrec_2eh_10404',['AMReX_BCRec.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCRec_8H.html',1,'']]], + ['amrex_5fbcutil_2ecpp_10405',['AMReX_BCUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8cpp.html',1,'']]], + ['amrex_5fbcutil_2eh_10406',['AMReX_BCUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BCUtil_8H.html',1,'']]], + ['amrex_5fbiniterator_2eh_10407',['AMReX_BinIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BinIterator_8H.html',1,'']]], + ['amrex_5fbittree_2ecpp_10408',['AMReX_Bittree.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8cpp.html',1,'']]], + ['amrex_5fbittree_2eh_10409',['AMReX_Bittree.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Bittree_8H.html',1,'']]], + ['amrex_5fblassert_2eh_10410',['AMReX_BLassert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLassert_8H.html',1,'']]], + ['amrex_5fblbacktrace_2ecpp_10411',['AMReX_BLBackTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8cpp.html',1,'']]], + ['amrex_5fblbacktrace_2eh_10412',['AMReX_BLBackTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLBackTrace_8H.html',1,'']]], + ['amrex_5fblfort_2eh_10413',['AMReX_BLFort.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLFort_8H.html',1,'']]], + ['amrex_5fblockmutex_2ecpp_10414',['AMReX_BlockMutex.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8cpp.html',1,'']]], + ['amrex_5fblockmutex_2eh_10415',['AMReX_BlockMutex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BlockMutex_8H.html',1,'']]], + ['amrex_5fblprofiler_2ecpp_10416',['AMReX_BLProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8cpp.html',1,'']]], + ['amrex_5fblprofiler_2eh_10417',['AMReX_BLProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler_8H.html',1,'']]], + ['amrex_5fblprofiler_5ff_2ef90_10418',['AMReX_BLProfiler_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfiler__F_8F90.html',1,'']]], + ['amrex_5fblprofstats_2ecpp_10419',['AMReX_BLProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8cpp.html',1,'']]], + ['amrex_5fblprofstats_2eh_10420',['AMReX_BLProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfStats_8H.html',1,'']]], + ['amrex_5fblprofutilities_2ecpp_10421',['AMReX_BLProfUtilities.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8cpp.html',1,'']]], + ['amrex_5fblprofutilities_2eh_10422',['AMReX_BLProfUtilities.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLProfUtilities_8H.html',1,'']]], + ['amrex_5fblutil_5ff_2ef90_10423',['AMReX_BLutil_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLutil__F_8F90.html',1,'']]], + ['amrex_5fblwriteplotfile_2ecpp_10424',['AMReX_BLWritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8cpp.html',1,'']]], + ['amrex_5fblwriteplotfile_2eh_10425',['AMReX_BLWritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BLWritePlotFile_8H.html',1,'']]], + ['amrex_5fbndrydata_2eh_10426',['AMReX_BndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryData_8H.html',1,'']]], + ['amrex_5fbndryregister_2eh_10427',['AMReX_BndryRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BndryRegister_8H.html',1,'']]], + ['amrex_5fboundaryfwd_2eh_10428',['AMReX_BoundaryFwd.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundaryFwd_8H.html',1,'']]], + ['amrex_5fboundcond_2eh_10429',['AMReX_BoundCond.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoundCond_8H.html',1,'']]], + ['amrex_5fbox_2ecpp_10430',['AMReX_Box.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8cpp.html',1,'']]], + ['amrex_5fbox_2eh_10431',['AMReX_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Box_8H.html',1,'']]], + ['amrex_5fboxarray_2ecpp_10432',['AMReX_BoxArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8cpp.html',1,'']]], + ['amrex_5fboxarray_2eh_10433',['AMReX_BoxArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxArray_8H.html',1,'']]], + ['amrex_5fboxdomain_2ecpp_10434',['AMReX_BoxDomain.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8cpp.html',1,'']]], + ['amrex_5fboxdomain_2eh_10435',['AMReX_BoxDomain.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxDomain_8H.html',1,'']]], + ['amrex_5fboxiterator_2ecpp_10436',['AMReX_BoxIterator.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8cpp.html',1,'']]], + ['amrex_5fboxiterator_2eh_10437',['AMReX_BoxIterator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxIterator_8H.html',1,'']]], + ['amrex_5fboxlist_2ecpp_10438',['AMReX_BoxList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8cpp.html',1,'']]], + ['amrex_5fboxlist_2eh_10439',['AMReX_BoxList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__BoxList_8H.html',1,'']]], + ['amrex_5fcarena_2ecpp_10440',['AMReX_CArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8cpp.html',1,'']]], + ['amrex_5fcarena_2eh_10441',['AMReX_CArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CArena_8H.html',1,'']]], + ['amrex_5fccse_2dmpi_2eh_10442',['AMReX_ccse-mpi.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ccse-mpi_8H.html',1,'']]], + ['amrex_5fcluster_2ecpp_10443',['AMReX_Cluster.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8cpp.html',1,'']]], + ['amrex_5fcluster_2eh_10444',['AMReX_Cluster.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Cluster_8H.html',1,'']]], + ['amrex_5fcommprofstats_2ecpp_10445',['AMReX_CommProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8cpp.html',1,'']]], + ['amrex_5fcommprofstats_2eh_10446',['AMReX_CommProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CommProfStats_8H.html',1,'']]], + ['amrex_5fconduit_5fblueprint_2ecpp_10447',['AMReX_Conduit_Blueprint.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8cpp.html',1,'']]], + ['amrex_5fconduit_5fblueprint_2eh_10448',['AMReX_Conduit_Blueprint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint_8H.html',1,'']]], + ['amrex_5fconduit_5fblueprint_5fparticlesi_2eh_10449',['AMReX_Conduit_Blueprint_ParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Conduit__Blueprint__ParticlesI_8H.html',1,'']]], + ['amrex_5fconstants_2eh_10450',['AMReX_CONSTANTS.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CONSTANTS_8H.html',1,'']]], + ['amrex_5fconstants_5fmod_2ef90_10451',['AMReX_constants_mod.f90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__constants__mod_8f90.html',1,'']]], + ['amrex_5fcoordsys_2ecpp_10452',['AMReX_CoordSys.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8cpp.html',1,'']]], + ['amrex_5fcoordsys_2eh_10453',['AMReX_CoordSys.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CoordSys_8H.html',1,'']]], + ['amrex_5fcoordsys_5f1d_5fc_2eh_10454',['AMReX_COORDSYS_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__1D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5f2d_5fc_2eh_10455',['AMReX_COORDSYS_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__2D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5f3d_5fc_2eh_10456',['AMReX_COORDSYS_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__3D__C_8H.html',1,'']]], + ['amrex_5fcoordsys_5fc_2eh_10457',['AMReX_COORDSYS_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__COORDSYS__C_8H.html',1,'']]], + ['amrex_5fctoparallelforimpl_2eh_10458',['AMReX_CTOParallelForImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CTOParallelForImpl_8H.html',1,'']]], + ['amrex_5fcudagraph_2eh_10459',['AMReX_CudaGraph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CudaGraph_8H.html',1,'']]], + ['amrex_5fcuptitrace_2ecpp_10460',['AMReX_CuptiTrace.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8cpp.html',1,'']]], + ['amrex_5fcuptitrace_2eh_10461',['AMReX_CuptiTrace.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__CuptiTrace_8H.html',1,'']]], + ['amrex_5fdataallocator_2eh_10462',['AMReX_DataAllocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataAllocator_8H.html',1,'']]], + ['amrex_5fdataservices_2ecpp_10463',['AMReX_DataServices.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8cpp.html',1,'']]], + ['amrex_5fdataservices_2eh_10464',['AMReX_DataServices.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DataServices_8H.html',1,'']]], + ['amrex_5fdemangle_2eh_10465',['AMReX_Demangle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Demangle_8H.html',1,'']]], + ['amrex_5fdensebins_2eh_10466',['AMReX_DenseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DenseBins_8H.html',1,'']]], + ['amrex_5fderive_2ecpp_10467',['AMReX_Derive.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8cpp.html',1,'']]], + ['amrex_5fderive_2eh_10468',['AMReX_Derive.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Derive_8H.html',1,'']]], + ['amrex_5fdim3_2eh_10469',['AMReX_Dim3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Dim3_8H.html',1,'']]], + ['amrex_5fdistfcnelement_2ecpp_10470',['AMReX_distFcnElement.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8cpp.html',1,'']]], + ['amrex_5fdistfcnelement_2eh_10471',['AMReX_distFcnElement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__distFcnElement_8H.html',1,'']]], + ['amrex_5fdistributionmapping_2ecpp_10472',['AMReX_DistributionMapping.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8cpp.html',1,'']]], + ['amrex_5fdistributionmapping_2eh_10473',['AMReX_DistributionMapping.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__DistributionMapping_8H.html',1,'']]], + ['amrex_5feb2_2ecpp_10474',['AMReX_EB2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8cpp.html',1,'']]], + ['amrex_5feb2_2eh_10475',['AMReX_EB2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2_8H.html',1,'']]], + ['amrex_5feb2_5f2d_5fc_2ecpp_10476',['AMReX_EB2_2D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8cpp.html',1,'']]], + ['amrex_5feb2_5f2d_5fc_2eh_10477',['AMReX_EB2_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__2D__C_8H.html',1,'']]], + ['amrex_5feb2_5f3d_5fc_2ecpp_10478',['AMReX_EB2_3D_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8cpp.html',1,'']]], + ['amrex_5feb2_5f3d_5fc_2eh_10479',['AMReX_EB2_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__3D__C_8H.html',1,'']]], + ['amrex_5feb2_5fc_2eh_10480',['AMReX_EB2_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__C_8H.html',1,'']]], + ['amrex_5feb2_5fgeometryshop_2eh_10481',['AMReX_EB2_GeometryShop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__GeometryShop_8H.html',1,'']]], + ['amrex_5feb2_5fgraph_2eh_10482',['AMReX_EB2_Graph.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Graph_8H.html',1,'']]], + ['amrex_5feb2_5fif_2eh_10483',['AMReX_EB2_IF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fallregular_2eh_10484',['AMReX_EB2_IF_AllRegular.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__AllRegular_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fbase_2eh_10485',['AMReX_EB2_IF_Base.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Base_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fbox_2eh_10486',['AMReX_EB2_IF_Box.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Box_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fcomplement_2eh_10487',['AMReX_EB2_IF_Complement.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Complement_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fcylinder_2eh_10488',['AMReX_EB2_IF_Cylinder.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Cylinder_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fdeviceptr_2eh_10489',['AMReX_EB2_IF_DevicePtr.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__DevicePtr_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fdifference_2eh_10490',['AMReX_EB2_IF_Difference.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Difference_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fellipsoid_2eh_10491',['AMReX_EB2_IF_Ellipsoid.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Ellipsoid_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fextrusion_2eh_10492',['AMReX_EB2_IF_Extrusion.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Extrusion_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fintersection_2eh_10493',['AMReX_EB2_IF_Intersection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Intersection_8H.html',1,'']]], + ['amrex_5feb2_5fif_5flathe_2eh_10494',['AMReX_EB2_IF_Lathe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Lathe_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fparser_2eh_10495',['AMReX_EB2_IF_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Parser_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fplane_2eh_10496',['AMReX_EB2_IF_Plane.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Plane_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fpolynomial_2eh_10497',['AMReX_EB2_IF_Polynomial.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Polynomial_8H.html',1,'']]], + ['amrex_5feb2_5fif_5frotation_2eh_10498',['AMReX_EB2_IF_Rotation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Rotation_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fscale_2eh_10499',['AMReX_EB2_IF_Scale.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Scale_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fsphere_2eh_10500',['AMReX_EB2_IF_Sphere.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Sphere_8H.html',1,'']]], + ['amrex_5feb2_5fif_5fspline_2eh_10501',['AMReX_EB2_IF_Spline.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Spline_8H.html',1,'']]], + ['amrex_5feb2_5fif_5ftorus_2eh_10502',['AMReX_EB2_IF_Torus.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Torus_8H.html',1,'']]], + ['amrex_5feb2_5fif_5ftranslation_2eh_10503',['AMReX_EB2_IF_Translation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Translation_8H.html',1,'']]], + ['amrex_5feb2_5fif_5funion_2eh_10504',['AMReX_EB2_IF_Union.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IF__Union_8H.html',1,'']]], + ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2ecpp_10505',['AMReX_EB2_IndexSpace_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb2_5findexspace_5fchkpt_5ffile_2eh_10506',['AMReX_EB2_IndexSpace_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__chkpt__file_8H.html',1,'']]], + ['amrex_5feb2_5findexspace_5fstl_2ecpp_10507',['AMReX_EB2_IndexSpace_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8cpp.html',1,'']]], + ['amrex_5feb2_5findexspace_5fstl_2eh_10508',['AMReX_EB2_IndexSpace_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpace__STL_8H.html',1,'']]], + ['amrex_5feb2_5findexspacei_2eh_10509',['AMReX_EB2_IndexSpaceI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__IndexSpaceI_8H.html',1,'']]], + ['amrex_5feb2_5flevel_2ecpp_10510',['AMReX_EB2_Level.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_2eh_10511',['AMReX_EB2_Level.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level_8H.html',1,'']]], + ['amrex_5feb2_5flevel_5fchkpt_5ffile_2ecpp_10512',['AMReX_EB2_Level_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_5fchkpt_5ffile_2eh_10513',['AMReX_EB2_Level_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__chkpt__file_8H.html',1,'']]], + ['amrex_5feb2_5flevel_5fstl_2ecpp_10514',['AMReX_EB2_Level_STL.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8cpp.html',1,'']]], + ['amrex_5feb2_5flevel_5fstl_2eh_10515',['AMReX_EB2_Level_STL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__Level__STL_8H.html',1,'']]], + ['amrex_5feb2_5fmultigfab_2ecpp_10516',['AMReX_EB2_MultiGFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8cpp.html',1,'']]], + ['amrex_5feb2_5fmultigfab_2eh_10517',['AMReX_EB2_MultiGFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__MultiGFab_8H.html',1,'']]], + ['amrex_5feb2_5fnd_5fc_2ecpp_10518',['AMReX_EB2_ND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB2__ND__C_8cpp.html',1,'']]], + ['amrex_5feb_5fchkpt_5ffile_2ecpp_10519',['AMReX_EB_chkpt_file.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8cpp.html',1,'']]], + ['amrex_5feb_5fchkpt_5ffile_2eh_10520',['AMReX_EB_chkpt_file.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__chkpt__file_8H.html',1,'']]], + ['amrex_5feb_5ffluxredistribute_2ecpp_10521',['AMReX_EB_FluxRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__FluxRedistribute_8cpp.html',1,'']]], + ['amrex_5feb_5fleastsquares_5f2d_5fk_2eh_10522',['AMReX_EB_LeastSquares_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__2D__K_8H.html',1,'']]], + ['amrex_5feb_5fleastsquares_5f3d_5fk_2eh_10523',['AMReX_EB_LeastSquares_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__LeastSquares__3D__K_8H.html',1,'']]], + ['amrex_5feb_5fredistribution_2ecpp_10524',['AMReX_EB_Redistribution.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8cpp.html',1,'']]], + ['amrex_5feb_5fredistribution_2eh_10525',['AMReX_EB_Redistribution.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Redistribution_8H.html',1,'']]], + ['amrex_5feb_5fredistributionapply_2ecpp_10526',['AMReX_EB_RedistributionApply.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__RedistributionApply_8cpp.html',1,'']]], + ['amrex_5feb_5fslopes_5f2d_5fk_2eh_10527',['AMReX_EB_Slopes_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__2D__K_8H.html',1,'']]], + ['amrex_5feb_5fslopes_5f3d_5fk_2eh_10528',['AMReX_EB_Slopes_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__3D__K_8H.html',1,'']]], + ['amrex_5feb_5fslopes_5fk_2eh_10529',['AMReX_EB_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__Slopes__K_8H.html',1,'']]], + ['amrex_5feb_5fstateredistitracker_2ecpp_10530',['AMReX_EB_StateRedistItracker.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistItracker_8cpp.html',1,'']]], + ['amrex_5feb_5fstateredistribute_2ecpp_10531',['AMReX_EB_StateRedistribute.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistribute_8cpp.html',1,'']]], + ['amrex_5feb_5fstateredistslopelimiter_5fk_2eh_10532',['AMReX_EB_StateRedistSlopeLimiter_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistSlopeLimiter__K_8H.html',1,'']]], + ['amrex_5feb_5fstateredistutils_2ecpp_10533',['AMReX_EB_StateRedistUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__StateRedistUtils_8cpp.html',1,'']]], + ['amrex_5feb_5fstl_5futils_2ecpp_10534',['AMReX_EB_STL_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8cpp.html',1,'']]], + ['amrex_5feb_5fstl_5futils_2eh_10535',['AMReX_EB_STL_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__STL__utils_8H.html',1,'']]], + ['amrex_5feb_5ftrigeomops_5fk_2eh_10536',['AMReX_EB_triGeomOps_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__triGeomOps__K_8H.html',1,'']]], + ['amrex_5feb_5futils_2ecpp_10537',['AMReX_EB_utils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8cpp.html',1,'']]], + ['amrex_5feb_5futils_2eh_10538',['AMReX_EB_utils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EB__utils_8H.html',1,'']]], + ['amrex_5febamrutil_2ecpp_10539',['AMReX_EBAmrUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8cpp.html',1,'']]], + ['amrex_5febamrutil_2eh_10540',['AMReX_EBAmrUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBAmrUtil_8H.html',1,'']]], + ['amrex_5febcellflag_2ecpp_10541',['AMReX_EBCellFlag.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8cpp.html',1,'']]], + ['amrex_5febcellflag_2eh_10542',['AMReX_EBCellFlag.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBCellFlag_8H.html',1,'']]], + ['amrex_5febcellflag_5fmod_2ef90_10543',['AMReX_ebcellflag_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ebcellflag__mod_8F90.html',1,'']]], + ['amrex_5febdatacollection_2ecpp_10544',['AMReX_EBDataCollection.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8cpp.html',1,'']]], + ['amrex_5febdatacollection_2eh_10545',['AMReX_EBDataCollection.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBDataCollection_8H.html',1,'']]], + ['amrex_5febfabfactory_2ecpp_10546',['AMReX_EBFabFactory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8cpp.html',1,'']]], + ['amrex_5febfabfactory_2eh_10547',['AMReX_EBFabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFabFactory_8H.html',1,'']]], + ['amrex_5febfarraybox_2ecpp_10548',['AMReX_EBFArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8cpp.html',1,'']]], + ['amrex_5febfarraybox_2eh_10549',['AMReX_EBFArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFArrayBox_8H.html',1,'']]], + ['amrex_5febfluxregister_2ecpp_10550',['AMReX_EBFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8cpp.html',1,'']]], + ['amrex_5febfluxregister_2eh_10551',['AMReX_EBFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister_8H.html',1,'']]], + ['amrex_5febfluxregister_5f2d_5fc_2eh_10552',['AMReX_EBFluxRegister_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__2D__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5f3d_5fc_2eh_10553',['AMReX_EBFluxRegister_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__3D__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5fc_2eh_10554',['AMReX_EBFluxRegister_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__C_8H.html',1,'']]], + ['amrex_5febfluxregister_5fnd_2ef90_10555',['AMReX_EBFluxRegister_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBFluxRegister__nd_8F90.html',1,'']]], + ['amrex_5febinterpolater_2ecpp_10556',['AMReX_EBInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8cpp.html',1,'']]], + ['amrex_5febinterpolater_2eh_10557',['AMReX_EBInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBInterpolater_8H.html',1,'']]], + ['amrex_5febmfinterpolater_2ecpp_10558',['AMReX_EBMFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8cpp.html',1,'']]], + ['amrex_5febmfinterpolater_2eh_10559',['AMReX_EBMFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMFInterpolater_8H.html',1,'']]], + ['amrex_5febmultifabutil_2ecpp_10560',['AMReX_EBMultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8cpp.html',1,'']]], + ['amrex_5febmultifabutil_2eh_10561',['AMReX_EBMultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil_8H.html',1,'']]], + ['amrex_5febmultifabutil_5f2d_5fc_2eh_10562',['AMReX_EBMultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__2D__C_8H.html',1,'']]], + ['amrex_5febmultifabutil_5f3d_5fc_2eh_10563',['AMReX_EBMultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__3D__C_8H.html',1,'']]], + ['amrex_5febmultifabutil_5fc_2eh_10564',['AMReX_EBMultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBMultiFabUtil__C_8H.html',1,'']]], + ['amrex_5febsupport_2eh_10565',['AMReX_EBSupport.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBSupport_8H.html',1,'']]], + ['amrex_5febtopvd_2ecpp_10566',['AMReX_EBToPVD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8cpp.html',1,'']]], + ['amrex_5febtopvd_2eh_10567',['AMReX_EBToPVD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EBToPVD_8H.html',1,'']]], + ['amrex_5fedgefluxregister_2ecpp_10568',['AMReX_EdgeFluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8cpp.html',1,'']]], + ['amrex_5fedgefluxregister_2eh_10569',['AMReX_EdgeFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__EdgeFluxRegister_8H.html',1,'']]], + ['amrex_5fenum_2eh_10570',['AMReX_Enum.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Enum_8H.html',1,'']]], + ['amrex_5ferror_5ffi_2ecpp_10571',['AMReX_error_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__fi_8cpp.html',1,'']]], + ['amrex_5ferror_5fmod_2ef90_10572',['AMReX_error_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__error__mod_8F90.html',1,'']]], + ['amrex_5ferrorlist_2ecpp_10573',['AMReX_ErrorList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8cpp.html',1,'']]], + ['amrex_5ferrorlist_2eh_10574',['AMReX_ErrorList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ErrorList_8H.html',1,'']]], + ['amrex_5fexception_2eh_10575',['AMReX_Exception.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Exception_8H.html',1,'']]], + ['amrex_5fextension_2eh_10576',['AMReX_Extension.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extension_8H.html',1,'']]], + ['amrex_5fextrapolater_2ecpp_10577',['AMReX_Extrapolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8cpp.html',1,'']]], + ['amrex_5fextrapolater_2eh_10578',['AMReX_Extrapolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Extrapolater_8H.html',1,'']]], + ['amrex_5fextrapolater_5f1d_5fk_2eh_10579',['AMReX_extrapolater_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__1D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5f2d_5fk_2eh_10580',['AMReX_extrapolater_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__2D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5f3d_5fk_2eh_10581',['AMReX_extrapolater_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__3D__K_8H.html',1,'']]], + ['amrex_5fextrapolater_5fk_2eh_10582',['AMReX_extrapolater_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__extrapolater__K_8H.html',1,'']]], + ['amrex_5ffabarray_2eh_10583',['AMReX_FabArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArray_8H.html',1,'']]], + ['amrex_5ffabarraybase_2ecpp_10584',['AMReX_FabArrayBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8cpp.html',1,'']]], + ['amrex_5ffabarraybase_2eh_10585',['AMReX_FabArrayBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayBase_8H.html',1,'']]], + ['amrex_5ffabarraycommi_2eh_10586',['AMReX_FabArrayCommI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayCommI_8H.html',1,'']]], + ['amrex_5ffabarrayutility_2eh_10587',['AMReX_FabArrayUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabArrayUtility_8H.html',1,'']]], + ['amrex_5ffabconv_2ecpp_10588',['AMReX_FabConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8cpp.html',1,'']]], + ['amrex_5ffabconv_2eh_10589',['AMReX_FabConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabConv_8H.html',1,'']]], + ['amrex_5ffabdatatype_2eh_10590',['AMReX_FabDataType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabDataType_8H.html',1,'']]], + ['amrex_5ffabfactory_2eh_10591',['AMReX_FabFactory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabFactory_8H.html',1,'']]], + ['amrex_5ffabset_2eh_10592',['AMReX_FabSet.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FabSet_8H.html',1,'']]], + ['amrex_5ffacopydescriptor_2eh_10593',['AMReX_FACopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FACopyDescriptor_8H.html',1,'']]], + ['amrex_5ffarraybox_2ecpp_10594',['AMReX_FArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8cpp.html',1,'']]], + ['amrex_5ffarraybox_2eh_10595',['AMReX_FArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FArrayBox_8H.html',1,'']]], + ['amrex_5ffbi_2eh_10596',['AMReX_FBI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FBI_8H.html',1,'']]], + ['amrex_5ffeintegrator_2eh_10597',['AMReX_FEIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FEIntegrator_8H.html',1,'']]], + ['amrex_5ffilcc_5f1d_5fc_2eh_10598',['AMReX_FilCC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__1D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5f2d_5fc_2eh_10599',['AMReX_FilCC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__2D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5f3d_5fc_2eh_10600',['AMReX_FilCC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__3D__C_8H.html',1,'']]], + ['amrex_5ffilcc_5fc_2ecpp_10601',['AMReX_FilCC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8cpp.html',1,'']]], + ['amrex_5ffilcc_5fc_2eh_10602',['AMReX_FilCC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilCC__C_8H.html',1,'']]], + ['amrex_5ffilcc_5ff_2eh_10603',['AMReX_filcc_f.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__f_8H.html',1,'']]], + ['amrex_5ffilcc_5fmod_2ef90_10604',['AMReX_filcc_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__filcc__mod_8F90.html',1,'']]], + ['amrex_5ffilesystem_2ecpp_10605',['AMReX_FileSystem.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8cpp.html',1,'']]], + ['amrex_5ffilesystem_2eh_10606',['AMReX_FileSystem.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FileSystem_8H.html',1,'']]], + ['amrex_5ffilfc_5f1d_5fc_2eh_10607',['AMReX_FilFC_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__1D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5f2d_5fc_2eh_10608',['AMReX_FilFC_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__2D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5f3d_5fc_2eh_10609',['AMReX_FilFC_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__3D__C_8H.html',1,'']]], + ['amrex_5ffilfc_5fc_2ecpp_10610',['AMReX_FilFC_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8cpp.html',1,'']]], + ['amrex_5ffilfc_5fc_2eh_10611',['AMReX_FilFC_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilFC__C_8H.html',1,'']]], + ['amrex_5ffillpatcher_2eh_10612',['AMReX_FillPatcher.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatcher_8H.html',1,'']]], + ['amrex_5ffillpatchutil_2ecpp_10613',['AMReX_FillPatchUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8cpp.html',1,'']]], + ['amrex_5ffillpatchutil_2eh_10614',['AMReX_FillPatchUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil_8H.html',1,'']]], + ['amrex_5ffillpatchutil_5f1d_2ef90_10615',['AMReX_FillPatchUtil_1d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__1d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5f2d_2ef90_10616',['AMReX_FillPatchUtil_2d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__2d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5f3d_2ef90_10617',['AMReX_FillPatchUtil_3d.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__3d_8F90.html',1,'']]], + ['amrex_5ffillpatchutil_5ff_2eh_10618',['AMReX_FillPatchUtil_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__F_8H.html',1,'']]], + ['amrex_5ffillpatchutil_5fi_2eh_10619',['AMReX_FillPatchUtil_I.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FillPatchUtil__I_8H.html',1,'']]], + ['amrex_5ffilnd_5fc_2ecpp_10620',['AMReX_FilND_C.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8cpp.html',1,'']]], + ['amrex_5ffilnd_5fc_2eh_10621',['AMReX_FilND_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FilND__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5f1d_5fc_2eh_10622',['AMReX_FluxReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__1D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5f2d_5fc_2eh_10623',['AMReX_FluxReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__2D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5f3d_5fc_2eh_10624',['AMReX_FluxReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__3D__C_8H.html',1,'']]], + ['amrex_5ffluxreg_5fc_2eh_10625',['AMReX_FluxReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxReg__C_8H.html',1,'']]], + ['amrex_5ffluxregister_2ecpp_10626',['AMReX_FluxRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8cpp.html',1,'']]], + ['amrex_5ffluxregister_2eh_10627',['AMReX_FluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FluxRegister_8H.html',1,'']]], + ['amrex_5fforkjoin_2ecpp_10628',['AMReX_ForkJoin.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8cpp.html',1,'']]], + ['amrex_5fforkjoin_2eh_10629',['AMReX_ForkJoin.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ForkJoin_8H.html',1,'']]], + ['amrex_5ffort_5fmod_2ef90_10630',['AMReX_fort_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__fort__mod_8F90.html',1,'']]], + ['amrex_5ffpc_2ecpp_10631',['AMReX_FPC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8cpp.html',1,'']]], + ['amrex_5ffpc_2eh_10632',['AMReX_FPC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__FPC_8H.html',1,'']]], + ['amrex_5ffunctional_2eh_10633',['AMReX_Functional.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Functional_8H.html',1,'']]], + ['amrex_5fgeometry_2ecpp_10634',['AMReX_Geometry.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8cpp.html',1,'']]], + ['amrex_5fgeometry_2eh_10635',['AMReX_Geometry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Geometry_8H.html',1,'']]], + ['amrex_5fgmres_2eh_10636',['AMReX_GMRES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES_8H.html',1,'']]], + ['amrex_5fgmres_5fmlmg_2eh_10637',['AMReX_GMRES_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GMRES__MLMG_8H.html',1,'']]], + ['amrex_5fgpu_2eh_10638',['AMReX_Gpu.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Gpu_8H.html',1,'']]], + ['amrex_5fgpuallocators_2eh_10639',['AMReX_GpuAllocators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAllocators_8H.html',1,'']]], + ['amrex_5fgpuassert_2eh_10640',['AMReX_GpuAssert.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAssert_8H.html',1,'']]], + ['amrex_5fgpuasyncarray_2ecpp_10641',['AMReX_GpuAsyncArray.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8cpp.html',1,'']]], + ['amrex_5fgpuasyncarray_2eh_10642',['AMReX_GpuAsyncArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAsyncArray_8H.html',1,'']]], + ['amrex_5fgpuatomic_2eh_10643',['AMReX_GpuAtomic.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuAtomic_8H.html',1,'']]], + ['amrex_5fgpubuffer_2eh_10644',['AMReX_GpuBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuBuffer_8H.html',1,'']]], + ['amrex_5fgpucomplex_2eh_10645',['AMReX_GpuComplex.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuComplex_8H.html',1,'']]], + ['amrex_5fgpucontainers_2eh_10646',['AMReX_GpuContainers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuContainers_8H.html',1,'']]], + ['amrex_5fgpucontrol_2ecpp_10647',['AMReX_GpuControl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8cpp.html',1,'']]], + ['amrex_5fgpucontrol_2eh_10648',['AMReX_GpuControl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuControl_8H.html',1,'']]], + ['amrex_5fgpudevice_2ecpp_10649',['AMReX_GpuDevice.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8cpp.html',1,'']]], + ['amrex_5fgpudevice_2eh_10650',['AMReX_GpuDevice.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuDevice_8H.html',1,'']]], + ['amrex_5fgpuelixir_2ecpp_10651',['AMReX_GpuElixir.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8cpp.html',1,'']]], + ['amrex_5fgpuelixir_2eh_10652',['AMReX_GpuElixir.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuElixir_8H.html',1,'']]], + ['amrex_5fgpuerror_2eh_10653',['AMReX_GpuError.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuError_8H.html',1,'']]], + ['amrex_5fgpukernelinfo_2eh_10654',['AMReX_GpuKernelInfo.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuKernelInfo_8H.html',1,'']]], + ['amrex_5fgpulaunch_2eh_10655',['AMReX_GpuLaunch.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8H.html',1,'']]], + ['amrex_5fgpulaunch_2enolint_2eh_10656',['AMReX_GpuLaunch.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunch_8nolint_8H.html',1,'']]], + ['amrex_5fgpulaunchfunctsc_2eh_10657',['AMReX_GpuLaunchFunctsC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsC_8H.html',1,'']]], + ['amrex_5fgpulaunchfunctsg_2eh_10658',['AMReX_GpuLaunchFunctsG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchFunctsG_8H.html',1,'']]], + ['amrex_5fgpulaunchglobal_2eh_10659',['AMReX_GpuLaunchGlobal.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchGlobal_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosc_2eh_10660',['AMReX_GpuLaunchMacrosC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosc_2enolint_2eh_10661',['AMReX_GpuLaunchMacrosC.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosC_8nolint_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosg_2eh_10662',['AMReX_GpuLaunchMacrosG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8H.html',1,'']]], + ['amrex_5fgpulaunchmacrosg_2enolint_2eh_10663',['AMReX_GpuLaunchMacrosG.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuLaunchMacrosG_8nolint_8H.html',1,'']]], + ['amrex_5fgpumemory_2eh_10664',['AMReX_GpuMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuMemory_8H.html',1,'']]], + ['amrex_5fgpuprint_2eh_10665',['AMReX_GpuPrint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuPrint_8H.html',1,'']]], + ['amrex_5fgpuqualifiers_2eh_10666',['AMReX_GpuQualifiers.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuQualifiers_8H.html',1,'']]], + ['amrex_5fgpurange_2eh_10667',['AMReX_GpuRange.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuRange_8H.html',1,'']]], + ['amrex_5fgpureduce_2eh_10668',['AMReX_GpuReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuReduce_8H.html',1,'']]], + ['amrex_5fgputypes_2eh_10669',['AMReX_GpuTypes.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuTypes_8H.html',1,'']]], + ['amrex_5fgpuutility_2ecpp_10670',['AMReX_GpuUtility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8cpp.html',1,'']]], + ['amrex_5fgpuutility_2eh_10671',['AMReX_GpuUtility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__GpuUtility_8H.html',1,'']]], + ['amrex_5fhabec_5f2d_5fk_2eh_10672',['AMReX_Habec_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__2D__K_8H.html',1,'']]], + ['amrex_5fhabec_5f3d_5fk_2eh_10673',['AMReX_Habec_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__3D__K_8H.html',1,'']]], + ['amrex_5fhabec_5fk_2eh_10674',['AMReX_Habec_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Habec__K_8H.html',1,'']]], + ['amrex_5fhypre_2ecpp_10675',['AMReX_Hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8cpp.html',1,'']]], + ['amrex_5fhypre_2eh_10676',['AMReX_Hypre.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Hypre_8H.html',1,'']]], + ['amrex_5fhypreabeclap_2ecpp_10677',['AMReX_HypreABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap_2eh_10678',['AMReX_HypreABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap_8H.html',1,'']]], + ['amrex_5fhypreabeclap2_2ecpp_10679',['AMReX_HypreABecLap2.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap2_2eh_10680',['AMReX_HypreABecLap2.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap2_8H.html',1,'']]], + ['amrex_5fhypreabeclap3_2ecpp_10681',['AMReX_HypreABecLap3.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8cpp.html',1,'']]], + ['amrex_5fhypreabeclap3_2eh_10682',['AMReX_HypreABecLap3.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreABecLap3_8H.html',1,'']]], + ['amrex_5fhypreijiface_2ecpp_10683',['AMReX_HypreIJIface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8cpp.html',1,'']]], + ['amrex_5fhypreijiface_2eh_10684',['AMReX_HypreIJIface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreIJIface_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_2ecpp_10685',['AMReX_HypreMLABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8cpp.html',1,'']]], + ['amrex_5fhypremlabeclap_2eh_10686',['AMReX_HypreMLABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5f2d_5fk_2eh_10687',['AMReX_HypreMLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5f3d_5fk_2eh_10688',['AMReX_HypreMLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fhypremlabeclap_5fk_2eh_10689',['AMReX_HypreMLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreMLABecLap__K_8H.html',1,'']]], + ['amrex_5fhyprenodelap_2ecpp_10690',['AMReX_HypreNodeLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8cpp.html',1,'']]], + ['amrex_5fhyprenodelap_2eh_10691',['AMReX_HypreNodeLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreNodeLap_8H.html',1,'']]], + ['amrex_5fhypresolver_2eh_10692',['AMReX_HypreSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__HypreSolver_8H.html',1,'']]], + ['amrex_5fiarraybox_2ecpp_10693',['AMReX_IArrayBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8cpp.html',1,'']]], + ['amrex_5fiarraybox_2eh_10694',['AMReX_IArrayBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IArrayBox_8H.html',1,'']]], + ['amrex_5fimultifab_2ecpp_10695',['AMReX_iMultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8cpp.html',1,'']]], + ['amrex_5fimultifab_2eh_10696',['AMReX_iMultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__iMultiFab_8H.html',1,'']]], + ['amrex_5findextype_2ecpp_10697',['AMReX_IndexType.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8cpp.html',1,'']]], + ['amrex_5findextype_2eh_10698',['AMReX_IndexType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IndexType_8H.html',1,'']]], + ['amrex_5finsitubridge_2ecpp_10699',['AMReX_InSituBridge.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8cpp.html',1,'']]], + ['amrex_5finsitubridge_2eh_10700',['AMReX_InSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituBridge_8H.html',1,'']]], + ['amrex_5finsituutils_2ecpp_10701',['AMReX_InSituUtils.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8cpp.html',1,'']]], + ['amrex_5finsituutils_2eh_10702',['AMReX_InSituUtils.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InSituUtils_8H.html',1,'']]], + ['amrex_5fint_2eh_10703',['AMReX_INT.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__INT_8H.html',1,'']]], + ['amrex_5fintconv_2ecpp_10704',['AMReX_IntConv.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8cpp.html',1,'']]], + ['amrex_5fintconv_2eh_10705',['AMReX_IntConv.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntConv_8H.html',1,'']]], + ['amrex_5fintegratorbase_2eh_10706',['AMReX_IntegratorBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntegratorBase_8H.html',1,'']]], + ['amrex_5finterp_5f1d_5fc_2eh_10707',['AMReX_Interp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__1D__C_8H.html',1,'']]], + ['amrex_5finterp_5f2d_5fc_2eh_10708',['AMReX_Interp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__2D__C_8H.html',1,'']]], + ['amrex_5finterp_5f3d_5fc_2eh_10709',['AMReX_Interp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__3D__C_8H.html',1,'']]], + ['amrex_5finterp_5fc_2eh_10710',['AMReX_Interp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interp__C_8H.html',1,'']]], + ['amrex_5finterpbase_2ecpp_10711',['AMReX_InterpBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8cpp.html',1,'']]], + ['amrex_5finterpbase_2eh_10712',['AMReX_InterpBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBase_8H.html',1,'']]], + ['amrex_5finterpbndrydata_2eh_10713',['AMReX_InterpBndryData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f1d_5fk_2eh_10714',['AMReX_InterpBndryData_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__1D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f2d_5fk_2eh_10715',['AMReX_InterpBndryData_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__2D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5f3d_5fk_2eh_10716',['AMReX_InterpBndryData_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__3D__K_8H.html',1,'']]], + ['amrex_5finterpbndrydata_5fk_2eh_10717',['AMReX_InterpBndryData_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpBndryData__K_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f1d_5fc_2eh_10718',['AMReX_InterpFaceReg_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__1D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f2d_5fc_2eh_10719',['AMReX_InterpFaceReg_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__2D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5f3d_5fc_2eh_10720',['AMReX_InterpFaceReg_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__3D__C_8H.html',1,'']]], + ['amrex_5finterpfacereg_5fc_2eh_10721',['AMReX_InterpFaceReg_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceReg__C_8H.html',1,'']]], + ['amrex_5finterpfaceregister_2ecpp_10722',['AMReX_InterpFaceRegister.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8cpp.html',1,'']]], + ['amrex_5finterpfaceregister_2eh_10723',['AMReX_InterpFaceRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__InterpFaceRegister_8H.html',1,'']]], + ['amrex_5finterpolater_2ecpp_10724',['AMReX_Interpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8cpp.html',1,'']]], + ['amrex_5finterpolater_2eh_10725',['AMReX_Interpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Interpolater_8H.html',1,'']]], + ['amrex_5fintvect_2ecpp_10726',['AMReX_IntVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8cpp.html',1,'']]], + ['amrex_5fintvect_2eh_10727',['AMReX_IntVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IntVect_8H.html',1,'']]], + ['amrex_5fio_5fmod_2ef90_10728',['AMReX_io_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__io__mod_8F90.html',1,'']]], + ['amrex_5fioformat_2eh_10729',['AMReX_IOFormat.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IOFormat_8H.html',1,'']]], + ['amrex_5fiparser_2ecpp_10730',['AMReX_IParser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8cpp.html',1,'']]], + ['amrex_5fiparser_2eh_10731',['AMReX_IParser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser_8H.html',1,'']]], + ['amrex_5fiparser_2elex_2ecpp_10732',['amrex_iparser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8cpp.html',1,'']]], + ['amrex_5fiparser_2elex_2eh_10733',['amrex_iparser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8h.html',1,'']]], + ['amrex_5fiparser_2elex_2enolint_2eh_10734',['amrex_iparser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8lex_8nolint_8H.html',1,'']]], + ['amrex_5fiparser_2etab_2ecpp_10735',['amrex_iparser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8cpp.html',1,'']]], + ['amrex_5fiparser_2etab_2eh_10736',['amrex_iparser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8h.html',1,'']]], + ['amrex_5fiparser_2etab_2enolint_2eh_10737',['amrex_iparser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__iparser_8tab_8nolint_8H.html',1,'']]], + ['amrex_5fiparser_5fexe_2ecpp_10738',['AMReX_IParser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8cpp.html',1,'']]], + ['amrex_5fiparser_5fexe_2eh_10739',['AMReX_IParser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Exe_8H.html',1,'']]], + ['amrex_5fiparser_5fy_2ecpp_10740',['AMReX_IParser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8cpp.html',1,'']]], + ['amrex_5fiparser_5fy_2eh_10741',['AMReX_IParser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__IParser__Y_8H.html',1,'']]], + ['amrex_5flayoutdata_2eh_10742',['AMReX_LayoutData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LayoutData_8H.html',1,'']]], + ['amrex_5flazy_2ecpp_10743',['AMReX_Lazy.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8cpp.html',1,'']]], + ['amrex_5flazy_2eh_10744',['AMReX_Lazy.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Lazy_8H.html',1,'']]], + ['amrex_5flevelbld_2eh_10745',['AMReX_LevelBld.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LevelBld_8H.html',1,'']]], + ['amrex_5flo_5fbctypes_2ecpp_10746',['AMReX_LO_BCTYPES.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8cpp.html',1,'']]], + ['amrex_5flo_5fbctypes_2eh_10747',['AMReX_LO_BCTYPES.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__BCTYPES_8H.html',1,'']]], + ['amrex_5flo_5fbctypes_5fmod_2ef90_10748',['AMReX_lo_bctypes_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__lo__bctypes__mod_8F90.html',1,'']]], + ['amrex_5flo_5futil_2ef90_10749',['AMReX_LO_UTIL.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LO__UTIL_8F90.html',1,'']]], + ['amrex_5floop_2eh_10750',['AMReX_Loop.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8H.html',1,'']]], + ['amrex_5floop_2enolint_2eh_10751',['AMReX_Loop.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Loop_8nolint_8H.html',1,'']]], + ['amrex_5floutil_5fk_2eh_10752',['AMReX_LOUtil_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LOUtil__K_8H.html',1,'']]], + ['amrex_5flusolver_2eh_10753',['AMReX_LUSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__LUSolver_8H.html',1,'']]], + ['amrex_5fmachine_2ecpp_10754',['AMReX_Machine.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8cpp.html',1,'']]], + ['amrex_5fmachine_2eh_10755',['AMReX_Machine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Machine_8H.html',1,'']]], + ['amrex_5fmakeparticle_2eh_10756',['AMReX_MakeParticle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeParticle_8H.html',1,'']]], + ['amrex_5fmaketype_2eh_10757',['AMReX_MakeType.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MakeType_8H.html',1,'']]], + ['amrex_5fmask_2ecpp_10758',['AMReX_Mask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8cpp.html',1,'']]], + ['amrex_5fmask_2eh_10759',['AMReX_Mask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Mask_8H.html',1,'']]], + ['amrex_5fmath_2eh_10760',['AMReX_Math.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Math_8H.html',1,'']]], + ['amrex_5fmempool_2ecpp_10761',['AMReX_MemPool.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8cpp.html',1,'']]], + ['amrex_5fmempool_2eh_10762',['AMReX_MemPool.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemPool_8H.html',1,'']]], + ['amrex_5fmempool_5fmod_2ef90_10763',['AMReX_mempool_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__mempool__mod_8F90.html',1,'']]], + ['amrex_5fmemprofiler_2ecpp_10764',['AMReX_MemProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8cpp.html',1,'']]], + ['amrex_5fmemprofiler_2eh_10765',['AMReX_MemProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MemProfiler_8H.html',1,'']]], + ['amrex_5fmfcopydescriptor_2ecpp_10766',['AMReX_MFCopyDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8cpp.html',1,'']]], + ['amrex_5fmfcopydescriptor_2eh_10767',['AMReX_MFCopyDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFCopyDescriptor_8H.html',1,'']]], + ['amrex_5fmfinterp_5f1d_5fc_2eh_10768',['AMReX_MFInterp_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__1D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5f2d_5fc_2eh_10769',['AMReX_MFInterp_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__2D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5f3d_5fc_2eh_10770',['AMReX_MFInterp_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__3D__C_8H.html',1,'']]], + ['amrex_5fmfinterp_5fc_2eh_10771',['AMReX_MFInterp_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterp__C_8H.html',1,'']]], + ['amrex_5fmfinterpolater_2ecpp_10772',['AMReX_MFInterpolater.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8cpp.html',1,'']]], + ['amrex_5fmfinterpolater_2eh_10773',['AMReX_MFInterpolater.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFInterpolater_8H.html',1,'']]], + ['amrex_5fmfiter_2ecpp_10774',['AMReX_MFIter.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8cpp.html',1,'']]], + ['amrex_5fmfiter_2eh_10775',['AMReX_MFIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFIter_8H.html',1,'']]], + ['amrex_5fmfparallelfor_2eh_10776',['AMReX_MFParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelFor_8H.html',1,'']]], + ['amrex_5fmfparallelforc_2eh_10777',['AMReX_MFParallelForC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForC_8H.html',1,'']]], + ['amrex_5fmfparallelforg_2eh_10778',['AMReX_MFParallelForG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MFParallelForG_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f1d_5fk_2eh_10779',['AMReX_MLABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f2d_5fk_2eh_10780',['AMReX_MLABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5f3d_5fk_2eh_10781',['AMReX_MLABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlabeclap_5fk_2eh_10782',['AMReX_MLABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLap__K_8H.html',1,'']]], + ['amrex_5fmlabeclaplacian_2eh_10783',['AMReX_MLABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLABecLaplacian_8H.html',1,'']]], + ['amrex_5fmlalap_5f1d_5fk_2eh_10784',['AMReX_MLALap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__1D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5f2d_5fk_2eh_10785',['AMReX_MLALap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__2D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5f3d_5fk_2eh_10786',['AMReX_MLALap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__3D__K_8H.html',1,'']]], + ['amrex_5fmlalap_5fk_2eh_10787',['AMReX_MLALap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALap__K_8H.html',1,'']]], + ['amrex_5fmlalaplacian_2eh_10788',['AMReX_MLALaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLALaplacian_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_2eh_10789',['AMReX_MLCellABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f1d_5fk_2eh_10790',['AMReX_MLCellABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f2d_5fk_2eh_10791',['AMReX_MLCellABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5f3d_5fk_2eh_10792',['AMReX_MLCellABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlcellabeclap_5fk_2eh_10793',['AMReX_MLCellABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellABecLap__K_8H.html',1,'']]], + ['amrex_5fmlcelllinop_2eh_10794',['AMReX_MLCellLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCellLinOp_8H.html',1,'']]], + ['amrex_5fmlcgsolver_2eh_10795',['AMReX_MLCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCGSolver_8H.html',1,'']]], + ['amrex_5fmlcurlcurl_2ecpp_10796',['AMReX_MLCurlCurl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8cpp.html',1,'']]], + ['amrex_5fmlcurlcurl_2eh_10797',['AMReX_MLCurlCurl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl_8H.html',1,'']]], + ['amrex_5fmlcurlcurl_5fk_2eh_10798',['AMReX_MLCurlCurl_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLCurlCurl__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_2ecpp_10799',['AMReX_MLEBABecLap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8cpp.html',1,'']]], + ['amrex_5fmlebabeclap_2eh_10800',['AMReX_MLEBABecLap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5f2d_5fk_2eh_10801',['AMReX_MLEBABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5f3d_5fk_2eh_10802',['AMReX_MLEBABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlebabeclap_5ff_2ecpp_10803',['AMReX_MLEBABecLap_F.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__F_8cpp.html',1,'']]], + ['amrex_5fmlebabeclap_5fk_2eh_10804',['AMReX_MLEBABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBABecLap__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f1d_5fk_2eh_10805',['AMReX_MLEBNodeFDLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f2d_5fk_2eh_10806',['AMReX_MLEBNodeFDLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5f3d_5fk_2eh_10807',['AMReX_MLEBNodeFDLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlap_5fk_2eh_10808',['AMReX_MLEBNodeFDLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLap__K_8H.html',1,'']]], + ['amrex_5fmlebnodefdlaplacian_2ecpp_10809',['AMReX_MLEBNodeFDLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlebnodefdlaplacian_2eh_10810',['AMReX_MLEBNodeFDLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBNodeFDLaplacian_8H.html',1,'']]], + ['amrex_5fmlebtensor_5f2d_5fk_2eh_10811',['AMReX_MLEBTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__2D__K_8H.html',1,'']]], + ['amrex_5fmlebtensor_5f3d_5fk_2eh_10812',['AMReX_MLEBTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__3D__K_8H.html',1,'']]], + ['amrex_5fmlebtensor_5fk_2eh_10813',['AMReX_MLEBTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensor__K_8H.html',1,'']]], + ['amrex_5fmlebtensorop_2ecpp_10814',['AMReX_MLEBTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8cpp.html',1,'']]], + ['amrex_5fmlebtensorop_2eh_10815',['AMReX_MLEBTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp_8H.html',1,'']]], + ['amrex_5fmlebtensorop_5fbc_2ecpp_10816',['AMReX_MLEBTensorOp_bc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLEBTensorOp__bc_8cpp.html',1,'']]], + ['amrex_5fmllinop_2eh_10817',['AMReX_MLLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp_8H.html',1,'']]], + ['amrex_5fmllinop_5ff_2eh_10818',['AMReX_MLLinOp_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__F_8H.html',1,'']]], + ['amrex_5fmllinop_5fk_2eh_10819',['AMReX_MLLinOp_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__K_8H.html',1,'']]], + ['amrex_5fmllinop_5fnd_2ef90_10820',['AMReX_MLLinOp_nd.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLLinOp__nd_8F90.html',1,'']]], + ['amrex_5fmlmg_2ecpp_10821',['AMReX_MLMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8cpp.html',1,'']]], + ['amrex_5fmlmg_2eh_10822',['AMReX_MLMG.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG_8H.html',1,'']]], + ['amrex_5fmlmg_5f1d_5fk_2eh_10823',['AMReX_MLMG_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__1D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5f2d_5fk_2eh_10824',['AMReX_MLMG_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__2D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5f3d_5fk_2eh_10825',['AMReX_MLMG_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__3D__K_8H.html',1,'']]], + ['amrex_5fmlmg_5fk_2eh_10826',['AMReX_MLMG_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMG__K_8H.html',1,'']]], + ['amrex_5fmlmgbndry_2eh_10827',['AMReX_MLMGBndry.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLMGBndry_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f1d_5fk_2eh_10828',['AMReX_MLNodeABecLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f2d_5fk_2eh_10829',['AMReX_MLNodeABecLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5f3d_5fk_2eh_10830',['AMReX_MLNodeABecLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclap_5fk_2eh_10831',['AMReX_MLNodeABecLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLap__K_8H.html',1,'']]], + ['amrex_5fmlnodeabeclaplacian_2ecpp_10832',['AMReX_MLNodeABecLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodeabeclaplacian_2eh_10833',['AMReX_MLNodeABecLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeABecLaplacian_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f1d_5fk_2eh_10834',['AMReX_MLNodeLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f2d_5fk_2eh_10835',['AMReX_MLNodeLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5f3d_5fk_2eh_10836',['AMReX_MLNodeLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodelap_5fk_2eh_10837',['AMReX_MLNodeLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLap__K_8H.html',1,'']]], + ['amrex_5fmlnodelaplacian_2ecpp_10838',['AMReX_MLNodeLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_2eh_10839',['AMReX_MLNodeLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian_8H.html',1,'']]], + ['amrex_5fmlnodelaplacian_5feb_2ecpp_10840',['AMReX_MLNodeLaplacian_eb.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__eb_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fhypre_2ecpp_10841',['AMReX_MLNodeLaplacian_hypre.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__hypre_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fmisc_2ecpp_10842',['AMReX_MLNodeLaplacian_misc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__misc_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fsten_2ecpp_10843',['AMReX_MLNodeLaplacian_sten.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sten_8cpp.html',1,'']]], + ['amrex_5fmlnodelaplacian_5fsync_2ecpp_10844',['AMReX_MLNodeLaplacian_sync.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLaplacian__sync_8cpp.html',1,'']]], + ['amrex_5fmlnodelinop_2ecpp_10845',['AMReX_MLNodeLinOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8cpp.html',1,'']]], + ['amrex_5fmlnodelinop_2eh_10846',['AMReX_MLNodeLinOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeLinOp_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f1d_5fk_2eh_10847',['AMReX_MLNodeTensorLap_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__1D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f2d_5fk_2eh_10848',['AMReX_MLNodeTensorLap_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__2D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5f3d_5fk_2eh_10849',['AMReX_MLNodeTensorLap_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__3D__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlap_5fk_2eh_10850',['AMReX_MLNodeTensorLap_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLap__K_8H.html',1,'']]], + ['amrex_5fmlnodetensorlaplacian_2ecpp_10851',['AMReX_MLNodeTensorLaplacian.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8cpp.html',1,'']]], + ['amrex_5fmlnodetensorlaplacian_2eh_10852',['AMReX_MLNodeTensorLaplacian.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLNodeTensorLaplacian_8H.html',1,'']]], + ['amrex_5fmlpoisson_2eh_10853',['AMReX_MLPoisson.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f1d_5fk_2eh_10854',['AMReX_MLPoisson_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__1D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f2d_5fk_2eh_10855',['AMReX_MLPoisson_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__2D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5f3d_5fk_2eh_10856',['AMReX_MLPoisson_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__3D__K_8H.html',1,'']]], + ['amrex_5fmlpoisson_5fk_2eh_10857',['AMReX_MLPoisson_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLPoisson__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f1d_5fk_2eh_10858',['AMReX_MLTensor_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__1D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f2d_5fk_2eh_10859',['AMReX_MLTensor_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__2D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5f3d_5fk_2eh_10860',['AMReX_MLTensor_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__3D__K_8H.html',1,'']]], + ['amrex_5fmltensor_5fk_2eh_10861',['AMReX_MLTensor_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensor__K_8H.html',1,'']]], + ['amrex_5fmltensorop_2ecpp_10862',['AMReX_MLTensorOp.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8cpp.html',1,'']]], + ['amrex_5fmltensorop_2eh_10863',['AMReX_MLTensorOp.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp_8H.html',1,'']]], + ['amrex_5fmltensorop_5fgrad_2ecpp_10864',['AMReX_MLTensorOp_grad.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MLTensorOp__grad_8cpp.html',1,'']]], + ['amrex_5fmorton_2eh_10865',['AMReX_Morton.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Morton_8H.html',1,'']]], + ['amrex_5fmpmd_2ecpp_10866',['AMReX_MPMD.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8cpp.html',1,'']]], + ['amrex_5fmpmd_2eh_10867',['AMReX_MPMD.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MPMD_8H.html',1,'']]], + ['amrex_5fmulticutfab_2ecpp_10868',['AMReX_MultiCutFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8cpp.html',1,'']]], + ['amrex_5fmulticutfab_2eh_10869',['AMReX_MultiCutFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiCutFab_8H.html',1,'']]], + ['amrex_5fmultifab_2ecpp_10870',['AMReX_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8cpp.html',1,'']]], + ['amrex_5fmultifab_2eh_10871',['AMReX_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFab_8H.html',1,'']]], + ['amrex_5fmultifabutil_2ecpp_10872',['AMReX_MultiFabUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8cpp.html',1,'']]], + ['amrex_5fmultifabutil_2eh_10873',['AMReX_MultiFabUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f1d_5fc_2eh_10874',['AMReX_MultiFabUtil_1D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__1D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f2d_5fc_2eh_10875',['AMReX_MultiFabUtil_2D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__2D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5f3d_5fc_2eh_10876',['AMReX_MultiFabUtil_3D_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__3D__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5fc_2eh_10877',['AMReX_MultiFabUtil_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__C_8H.html',1,'']]], + ['amrex_5fmultifabutil_5fnd_5fc_2eh_10878',['AMReX_MultiFabUtil_nd_C.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtil__nd__C_8H.html',1,'']]], + ['amrex_5fmultifabutili_2eh_10879',['AMReX_MultiFabUtilI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiFabUtilI_8H.html',1,'']]], + ['amrex_5fmultimask_2ecpp_10880',['AMReX_MultiMask.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8cpp.html',1,'']]], + ['amrex_5fmultimask_2eh_10881',['AMReX_MultiMask.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__MultiMask_8H.html',1,'']]], + ['amrex_5fneighborlist_2eh_10882',['AMReX_NeighborList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborList_8H.html',1,'']]], + ['amrex_5fneighborparticles_2eh_10883',['AMReX_NeighborParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticles_8H.html',1,'']]], + ['amrex_5fneighborparticlescpuimpl_2eh_10884',['AMReX_NeighborParticlesCPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesCPUImpl_8H.html',1,'']]], + ['amrex_5fneighborparticlesgpuimpl_2eh_10885',['AMReX_NeighborParticlesGPUImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesGPUImpl_8H.html',1,'']]], + ['amrex_5fneighborparticlesi_2eh_10886',['AMReX_NeighborParticlesI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NeighborParticlesI_8H.html',1,'']]], + ['amrex_5fnfiles_2ecpp_10887',['AMReX_NFiles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8cpp.html',1,'']]], + ['amrex_5fnfiles_2eh_10888',['AMReX_NFiles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NFiles_8H.html',1,'']]], + ['amrex_5fnonlocalbc_2ecpp_10889',['AMReX_NonLocalBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8cpp.html',1,'']]], + ['amrex_5fnonlocalbc_2eh_10890',['AMReX_NonLocalBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBC_8H.html',1,'']]], + ['amrex_5fnonlocalbcimpl_2eh_10891',['AMReX_NonLocalBCImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NonLocalBCImpl_8H.html',1,'']]], + ['amrex_5fnvector_5fmultifab_2ecpp_10892',['AMReX_NVector_MultiFab.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8cpp.html',1,'']]], + ['amrex_5fnvector_5fmultifab_2eh_10893',['AMReX_NVector_MultiFab.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__NVector__MultiFab_8H.html',1,'']]], + ['amrex_5fomp_5fmod_2ef90_10894',['AMReX_omp_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__omp__mod_8F90.html',1,'']]], + ['amrex_5fopenbc_2ecpp_10895',['AMReX_OpenBC.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8cpp.html',1,'']]], + ['amrex_5fopenbc_2eh_10896',['AMReX_OpenBC.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC_8H.html',1,'']]], + ['amrex_5fopenbc_5fk_2eh_10897',['AMReX_OpenBC_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenBC__K_8H.html',1,'']]], + ['amrex_5fopenmp_2ecpp_10898',['AMReX_OpenMP.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8cpp.html',1,'']]], + ['amrex_5fopenmp_2eh_10899',['AMReX_OpenMP.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__OpenMP_8H.html',1,'']]], + ['amrex_5forientation_2ecpp_10900',['AMReX_Orientation.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8cpp.html',1,'']]], + ['amrex_5forientation_2eh_10901',['AMReX_Orientation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Orientation_8H.html',1,'']]], + ['amrex_5fparallelcontext_2ecpp_10902',['AMReX_ParallelContext.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8cpp.html',1,'']]], + ['amrex_5fparallelcontext_2eh_10903',['AMReX_ParallelContext.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelContext_8H.html',1,'']]], + ['amrex_5fparalleldescriptor_2ecpp_10904',['AMReX_ParallelDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8cpp.html',1,'']]], + ['amrex_5fparalleldescriptor_2eh_10905',['AMReX_ParallelDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor_8H.html',1,'']]], + ['amrex_5fparalleldescriptor_5ff_2ef90_10906',['AMReX_ParallelDescriptor_F.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelDescriptor__F_8F90.html',1,'']]], + ['amrex_5fparallelreduce_2eh_10907',['AMReX_ParallelReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParallelReduce_8H.html',1,'']]], + ['amrex_5fparena_2ecpp_10908',['AMReX_PArena.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8cpp.html',1,'']]], + ['amrex_5fparena_2eh_10909',['AMReX_PArena.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PArena_8H.html',1,'']]], + ['amrex_5fpargdb_2eh_10910',['AMReX_ParGDB.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParGDB_8H.html',1,'']]], + ['amrex_5fpariter_2eh_10911',['AMReX_ParIter.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParIter_8H.html',1,'']]], + ['amrex_5fparmparse_2ecpp_10912',['AMReX_ParmParse.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8cpp.html',1,'']]], + ['amrex_5fparmparse_2eh_10913',['AMReX_ParmParse.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParmParse_8H.html',1,'']]], + ['amrex_5fparmparse_5ffi_2ecpp_10914',['AMReX_parmparse_fi.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__fi_8cpp.html',1,'']]], + ['amrex_5fparmparse_5fmod_2ef90_10915',['AMReX_parmparse_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parmparse__mod_8F90.html',1,'']]], + ['amrex_5fparreduce_2eh_10916',['AMReX_ParReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParReduce_8H.html',1,'']]], + ['amrex_5fparser_2ecpp_10917',['AMReX_Parser.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8cpp.html',1,'']]], + ['amrex_5fparser_2eh_10918',['AMReX_Parser.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser_8H.html',1,'']]], + ['amrex_5fparser_2elex_2ecpp_10919',['amrex_parser.lex.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8cpp.html',1,'']]], + ['amrex_5fparser_2elex_2eh_10920',['amrex_parser.lex.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8h.html',1,'']]], + ['amrex_5fparser_2elex_2enolint_2eh_10921',['amrex_parser.lex.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8lex_8nolint_8H.html',1,'']]], + ['amrex_5fparser_2etab_2ecpp_10922',['amrex_parser.tab.cpp',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8cpp.html',1,'']]], + ['amrex_5fparser_2etab_2eh_10923',['amrex_parser.tab.h',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8h.html',1,'']]], + ['amrex_5fparser_2etab_2enolint_2eh_10924',['amrex_parser.tab.nolint.H',['https://amrex-codes.github.io/amrex/doxygen/amrex__parser_8tab_8nolint_8H.html',1,'']]], + ['amrex_5fparser_5fexe_2ecpp_10925',['AMReX_Parser_Exe.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8cpp.html',1,'']]], + ['amrex_5fparser_5fexe_2eh_10926',['AMReX_Parser_Exe.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Exe_8H.html',1,'']]], + ['amrex_5fparser_5fy_2ecpp_10927',['AMReX_Parser_Y.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8cpp.html',1,'']]], + ['amrex_5fparser_5fy_2eh_10928',['AMReX_Parser_Y.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Parser__Y_8H.html',1,'']]], + ['amrex_5fparstream_2ecpp_10929',['AMReX_parstream.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8cpp.html',1,'']]], + ['amrex_5fparstream_2eh_10930',['AMReX_parstream.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__parstream_8H.html',1,'']]], + ['amrex_5fparticle_2eh_10931',['AMReX_Particle.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle_8H.html',1,'']]], + ['amrex_5fparticle_5fmod_5fk_2eh_10932',['AMReX_Particle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particle__mod__K_8H.html',1,'']]], + ['amrex_5fparticlearray_2eh_10933',['AMReX_ParticleArray.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleArray_8H.html',1,'']]], + ['amrex_5fparticlebuffermap_2ecpp_10934',['AMReX_ParticleBufferMap.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8cpp.html',1,'']]], + ['amrex_5fparticlebuffermap_2eh_10935',['AMReX_ParticleBufferMap.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleBufferMap_8H.html',1,'']]], + ['amrex_5fparticlecommunication_2ecpp_10936',['AMReX_ParticleCommunication.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8cpp.html',1,'']]], + ['amrex_5fparticlecommunication_2eh_10937',['AMReX_ParticleCommunication.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleCommunication_8H.html',1,'']]], + ['amrex_5fparticlecontainer_2eh_10938',['AMReX_ParticleContainer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainer_8H.html',1,'']]], + ['amrex_5fparticlecontainerbase_2ecpp_10939',['AMReX_ParticleContainerBase.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8cpp.html',1,'']]], + ['amrex_5fparticlecontainerbase_2eh_10940',['AMReX_ParticleContainerBase.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerBase_8H.html',1,'']]], + ['amrex_5fparticlecontaineri_2eh_10941',['AMReX_ParticleContainerI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleContainerI_8H.html',1,'']]], + ['amrex_5fparticledataadaptor_2eh_10942',['AMReX_ParticleDataAdaptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptor_8H.html',1,'']]], + ['amrex_5fparticledataadaptori_2eh_10943',['AMReX_ParticleDataAdaptorI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleDataAdaptorI_8H.html',1,'']]], + ['amrex_5fparticlehdf5_2eh_10944',['AMReX_ParticleHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleHDF5_8H.html',1,'']]], + ['amrex_5fparticleinit_2eh_10945',['AMReX_ParticleInit.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInit_8H.html',1,'']]], + ['amrex_5fparticleinsitubridge_2eh_10946',['AMReX_ParticleInSituBridge.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInSituBridge_8H.html',1,'']]], + ['amrex_5fparticleinterpolators_2eh_10947',['AMReX_ParticleInterpolators.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleInterpolators_8H.html',1,'']]], + ['amrex_5fparticleio_2eh_10948',['AMReX_ParticleIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleIO_8H.html',1,'']]], + ['amrex_5fparticlelocator_2eh_10949',['AMReX_ParticleLocator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleLocator_8H.html',1,'']]], + ['amrex_5fparticlemesh_2eh_10950',['AMReX_ParticleMesh.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMesh_8H.html',1,'']]], + ['amrex_5fparticlempiutil_2ecpp_10951',['AMReX_ParticleMPIUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8cpp.html',1,'']]], + ['amrex_5fparticlempiutil_2eh_10952',['AMReX_ParticleMPIUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleMPIUtil_8H.html',1,'']]], + ['amrex_5fparticlereduce_2eh_10953',['AMReX_ParticleReduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleReduce_8H.html',1,'']]], + ['amrex_5fparticles_2eh_10954',['AMReX_Particles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Particles_8H.html',1,'']]], + ['amrex_5fparticleshdf5_2eh_10955',['AMReX_ParticlesHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticlesHDF5_8H.html',1,'']]], + ['amrex_5fparticletile_2eh_10956',['AMReX_ParticleTile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTile_8H.html',1,'']]], + ['amrex_5fparticletransformation_2eh_10957',['AMReX_ParticleTransformation.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleTransformation_8H.html',1,'']]], + ['amrex_5fparticleutil_2ecpp_10958',['AMReX_ParticleUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8cpp.html',1,'']]], + ['amrex_5fparticleutil_2eh_10959',['AMReX_ParticleUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtil_8H.html',1,'']]], + ['amrex_5fparticleutilhdf5_2eh_10960',['AMReX_ParticleUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ParticleUtilHDF5_8H.html',1,'']]], + ['amrex_5fpartition_2eh_10961',['AMReX_Partition.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Partition_8H.html',1,'']]], + ['amrex_5fpcgsolver_2eh_10962',['AMReX_PCGSolver.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCGSolver_8H.html',1,'']]], + ['amrex_5fpci_2eh_10963',['AMReX_PCI.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PCI_8H.html',1,'']]], + ['amrex_5fperiodicity_2ecpp_10964',['AMReX_Periodicity.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8cpp.html',1,'']]], + ['amrex_5fperiodicity_2eh_10965',['AMReX_Periodicity.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Periodicity_8H.html',1,'']]], + ['amrex_5fpetsc_2ecpp_10966',['AMReX_PETSc.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8cpp.html',1,'']]], + ['amrex_5fpetsc_2eh_10967',['AMReX_PETSc.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PETSc_8H.html',1,'']]], + ['amrex_5fphysbcfunct_2ecpp_10968',['AMReX_PhysBCFunct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8cpp.html',1,'']]], + ['amrex_5fphysbcfunct_2eh_10969',['AMReX_PhysBCFunct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PhysBCFunct_8H.html',1,'']]], + ['amrex_5fplotfiledataimpl_2ecpp_10970',['AMReX_PlotFileDataImpl.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8cpp.html',1,'']]], + ['amrex_5fplotfiledataimpl_2eh_10971',['AMReX_PlotFileDataImpl.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileDataImpl_8H.html',1,'']]], + ['amrex_5fplotfileutil_2ecpp_10972',['AMReX_PlotFileUtil.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8cpp.html',1,'']]], + ['amrex_5fplotfileutil_2eh_10973',['AMReX_PlotFileUtil.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtil_8H.html',1,'']]], + ['amrex_5fplotfileutilhdf5_2ecpp_10974',['AMReX_PlotFileUtilHDF5.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8cpp.html',1,'']]], + ['amrex_5fplotfileutilhdf5_2eh_10975',['AMReX_PlotFileUtilHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PlotFileUtilHDF5_8H.html',1,'']]], + ['amrex_5fpodvector_2ecpp_10976',['AMReX_PODVector.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8cpp.html',1,'']]], + ['amrex_5fpodvector_2eh_10977',['AMReX_PODVector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PODVector_8H.html',1,'']]], + ['amrex_5fprint_2eh_10978',['AMReX_Print.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Print_8H.html',1,'']]], + ['amrex_5fprob_5famr_5ff_2eh_10979',['AMReX_PROB_AMR_F.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__PROB__AMR__F_8H.html',1,'']]], + ['amrex_5fprofparserbatch_2ecpp_10980',['AMReX_ProfParserBatch.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ProfParserBatch_8cpp.html',1,'']]], + ['amrex_5frandom_2ecpp_10981',['AMReX_Random.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8cpp.html',1,'']]], + ['amrex_5frandom_2eh_10982',['AMReX_Random.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Random_8H.html',1,'']]], + ['amrex_5frandomengine_2eh_10983',['AMReX_RandomEngine.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RandomEngine_8H.html',1,'']]], + ['amrex_5freal_2eh_10984',['AMReX_REAL.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__REAL_8H.html',1,'']]], + ['amrex_5frealbox_2ecpp_10985',['AMReX_RealBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8cpp.html',1,'']]], + ['amrex_5frealbox_2eh_10986',['AMReX_RealBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealBox_8H.html',1,'']]], + ['amrex_5frealvect_2ecpp_10987',['AMReX_RealVect.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8cpp.html',1,'']]], + ['amrex_5frealvect_2eh_10988',['AMReX_RealVect.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RealVect_8H.html',1,'']]], + ['amrex_5freduce_2eh_10989',['AMReX_Reduce.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Reduce_8H.html',1,'']]], + ['amrex_5fregionsprofstats_2ecpp_10990',['AMReX_RegionsProfStats.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8cpp.html',1,'']]], + ['amrex_5fregionsprofstats_2eh_10991',['AMReX_RegionsProfStats.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RegionsProfStats_8H.html',1,'']]], + ['amrex_5frkintegrator_2eh_10992',['AMReX_RKIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RKIntegrator_8H.html',1,'']]], + ['amrex_5frungekutta_2eh_10993',['AMReX_RungeKutta.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__RungeKutta_8H.html',1,'']]], + ['amrex_5fscan_2eh_10994',['AMReX_Scan.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Scan_8H.html',1,'']]], + ['amrex_5fsdcquadrature_2ef90_10995',['AMReX_SDCquadrature.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCquadrature_8F90.html',1,'']]], + ['amrex_5fsdcstruct_2ecpp_10996',['AMReX_SDCstruct.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8cpp.html',1,'']]], + ['amrex_5fsdcstruct_2eh_10997',['AMReX_SDCstruct.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SDCstruct_8H.html',1,'']]], + ['amrex_5fslopes_5fk_2eh_10998',['AMReX_Slopes_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Slopes__K_8H.html',1,'']]], + ['amrex_5fspace_2eh_10999',['AMReX_SPACE.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SPACE_8H.html',1,'']]], + ['amrex_5fsparsebins_2eh_11000',['AMReX_SparseBins.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SparseBins_8H.html',1,'']]], + ['amrex_5fstack_2eh_11001',['AMReX_Stack.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Stack_8H.html',1,'']]], + ['amrex_5fstatedata_2ecpp_11002',['AMReX_StateData.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8cpp.html',1,'']]], + ['amrex_5fstatedata_2eh_11003',['AMReX_StateData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateData_8H.html',1,'']]], + ['amrex_5fstatedescriptor_2ecpp_11004',['AMReX_StateDescriptor.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateDescriptor_8cpp.html',1,'']]], + ['amrex_5fstatedescriptor_2eh_11005',['AMReX_StateDescriptor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StateDescriptor_8H.html',1,'']]], + ['amrex_5fstring_2ecpp_11006',['AMReX_String.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__String_8cpp.html',1,'']]], + ['amrex_5fstring_2eh_11007',['AMReX_String.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__String_8H.html',1,'']]], + ['amrex_5fstring_5fmod_2ef90_11008',['AMReX_string_mod.F90',['https://amrex-codes.github.io/amrex/doxygen/AMReX__string__mod_8F90.html',1,'']]], + ['amrex_5fstructofarrays_2eh_11009',['AMReX_StructOfArrays.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__StructOfArrays_8H.html',1,'']]], + ['amrex_5fsundials_2eh_11010',['AMReX_Sundials.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials_8H.html',1,'']]], + ['amrex_5fsundials_5fcore_2ecpp_11011',['AMReX_Sundials_Core.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials__Core_8cpp.html',1,'']]], + ['amrex_5fsundials_5fcore_2eh_11012',['AMReX_Sundials_Core.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Sundials__Core_8H.html',1,'']]], + ['amrex_5fsundialsintegrator_2eh_11013',['AMReX_SundialsIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SundialsIntegrator_8H.html',1,'']]], + ['amrex_5fsunmemory_2ecpp_11014',['AMReX_SUNMemory.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SUNMemory_8cpp.html',1,'']]], + ['amrex_5fsunmemory_2eh_11015',['AMReX_SUNMemory.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__SUNMemory_8H.html',1,'']]], + ['amrex_5ftabledata_2eh_11016',['AMReX_TableData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TableData_8H.html',1,'']]], + ['amrex_5ftagbox_2ecpp_11017',['AMReX_TagBox.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagBox_8cpp.html',1,'']]], + ['amrex_5ftagbox_2eh_11018',['AMReX_TagBox.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagBox_8H.html',1,'']]], + ['amrex_5ftagparallelfor_2eh_11019',['AMReX_TagParallelFor.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TagParallelFor_8H.html',1,'']]], + ['amrex_5fthirdpartyprofiling_2eh_11020',['AMReX_ThirdPartyProfiling.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ThirdPartyProfiling_8H.html',1,'']]], + ['amrex_5ftimeintegrator_2eh_11021',['AMReX_TimeIntegrator.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TimeIntegrator_8H.html',1,'']]], + ['amrex_5ftinyprofiler_2ecpp_11022',['AMReX_TinyProfiler.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TinyProfiler_8cpp.html',1,'']]], + ['amrex_5ftinyprofiler_2eh_11023',['AMReX_TinyProfiler.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TinyProfiler_8H.html',1,'']]], + ['amrex_5ftracerparticle_5fmod_5fk_2eh_11024',['AMReX_TracerParticle_mod_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticle__mod__K_8H.html',1,'']]], + ['amrex_5ftracerparticles_2ecpp_11025',['AMReX_TracerParticles.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticles_8cpp.html',1,'']]], + ['amrex_5ftracerparticles_2eh_11026',['AMReX_TracerParticles.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TracerParticles_8H.html',1,'']]], + ['amrex_5ftuple_2eh_11027',['AMReX_Tuple.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Tuple_8H.html',1,'']]], + ['amrex_5ftypelist_2eh_11028',['AMReX_TypeList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TypeList_8H.html',1,'']]], + ['amrex_5ftypetraits_2eh_11029',['AMReX_TypeTraits.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__TypeTraits_8H.html',1,'']]], + ['amrex_5futility_2ecpp_11030',['AMReX_Utility.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8cpp.html',1,'']]], + ['amrex_5futility_2eh_11031',['AMReX_Utility.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Utility_8H.html',1,'']]], + ['amrex_5fvallocpair_2eh_11032',['AMReX_ValLocPair.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__ValLocPair_8H.html',1,'']]], + ['amrex_5fvector_2eh_11033',['AMReX_Vector.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Vector_8H.html',1,'']]], + ['amrex_5fvectorio_2ecpp_11034',['AMReX_VectorIO.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8cpp.html',1,'']]], + ['amrex_5fvectorio_2eh_11035',['AMReX_VectorIO.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VectorIO_8H.html',1,'']]], + ['amrex_5fversion_2ecpp_11036',['AMReX_Version.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__Version_8cpp.html',1,'']]], + ['amrex_5fvismf_2ecpp_11037',['AMReX_VisMF.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMF_8cpp.html',1,'']]], + ['amrex_5fvismf_2eh_11038',['AMReX_VisMF.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMF_8H.html',1,'']]], + ['amrex_5fvismfbuffer_2eh_11039',['AMReX_VisMFBuffer.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__VisMFBuffer_8H.html',1,'']]], + ['amrex_5fwritebinaryparticledata_2eh_11040',['AMReX_WriteBinaryParticleData.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteBinaryParticleData_8H.html',1,'']]], + ['amrex_5fwritebinaryparticledatahdf5_2eh_11041',['AMReX_WriteBinaryParticleDataHDF5.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteBinaryParticleDataHDF5_8H.html',1,'']]], + ['amrex_5fwriteebsurface_2ecpp_11042',['AMReX_WriteEBSurface.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteEBSurface_8cpp.html',1,'']]], + ['amrex_5fwriteebsurface_2eh_11043',['AMReX_WriteEBSurface.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WriteEBSurface_8H.html',1,'']]], + ['amrex_5fwriteplotfile_2ecpp_11044',['AMReX_WritePlotFile.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WritePlotFile_8cpp.html',1,'']]], + ['amrex_5fwriteplotfile_2eh_11045',['AMReX_WritePlotFile.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__WritePlotFile_8H.html',1,'']]], + ['amrex_5fxyplotdatalist_2ecpp_11046',['AMReX_XYPlotDataList.cpp',['https://amrex-codes.github.io/amrex/doxygen/AMReX__XYPlotDataList_8cpp.html',1,'']]], + ['amrex_5fxyplotdatalist_2eh_11047',['AMReX_XYPlotDataList.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__XYPlotDataList_8H.html',1,'']]], + ['amrex_5fyafluxregister_2eh_11048',['AMReX_YAFluxRegister.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister_8H.html',1,'']]], + ['amrex_5fyafluxregister_5f1d_5fk_2eh_11049',['AMReX_YAFluxRegister_1D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__1D__K_8H.html',1,'']]], + ['amrex_5fyafluxregister_5f2d_5fk_2eh_11050',['AMReX_YAFluxRegister_2D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__2D__K_8H.html',1,'']]], + ['amrex_5fyafluxregister_5f3d_5fk_2eh_11051',['AMReX_YAFluxRegister_3D_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__3D__K_8H.html',1,'']]], + ['amrex_5fyafluxregister_5fk_2eh_11052',['AMReX_YAFluxRegister_K.H',['https://amrex-codes.github.io/amrex/doxygen/AMReX__YAFluxRegister__K_8H.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_1.js b/amrex-hydro/Doxygen/html/search/files_1.js index d79c1d2..f268a06 100644 --- a/amrex-hydro/Doxygen/html/search/files_1.js +++ b/amrex-hydro/Doxygen/html/search/files_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['bl_5fhpgmg_2ecpp_10999',['BL_HPGMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8cpp.html',1,'']]], - ['bl_5fhpgmg_2eh_11000',['BL_HPGMG.H',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8H.html',1,'']]] + ['bl_5fhpgmg_2ecpp_11053',['BL_HPGMG.cpp',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8cpp.html',1,'']]], + ['bl_5fhpgmg_2eh_11054',['BL_HPGMG.H',['https://amrex-codes.github.io/amrex/doxygen/BL__HPGMG_8H.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_2.js b/amrex-hydro/Doxygen/html/search/files_2.js index 6370222..e702e91 100644 --- a/amrex-hydro/Doxygen/html/search/files_2.js +++ b/amrex-hydro/Doxygen/html/search/files_2.js @@ -1,5 +1,5 @@ var searchData= [ - ['checkdecomposition_2ec_11001',['CheckDecomposition.c',['https://amrex-codes.github.io/amrex/doxygen/CheckDecomposition_8c.html',1,'']]], - ['complex_2dtype_2eh_11002',['complex-type.h',['https://amrex-codes.github.io/amrex/doxygen/complex-type_8h.html',1,'']]] + ['checkdecomposition_2ec_11055',['CheckDecomposition.c',['https://amrex-codes.github.io/amrex/doxygen/CheckDecomposition_8c.html',1,'']]], + ['complex_2dtype_2eh_11056',['complex-type.h',['https://amrex-codes.github.io/amrex/doxygen/complex-type_8h.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_3.js b/amrex-hydro/Doxygen/html/search/files_3.js index d900a76..c37c767 100644 --- a/amrex-hydro/Doxygen/html/search/files_3.js +++ b/amrex-hydro/Doxygen/html/search/files_3.js @@ -1,9 +1,9 @@ var searchData= [ - ['dfft_2eh_11003',['Dfft.H',['https://amrex-codes.github.io/amrex/doxygen/Dfft_8H.html',1,'']]], - ['dfftc_2ecpp_11004',['DfftC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DfftC_8cpp.html',1,'']]], - ['distribution_2ec_11005',['distribution.c',['https://amrex-codes.github.io/amrex/doxygen/distribution_8c.html',1,'']]], - ['distribution_2eh_11006',['Distribution.H',['https://amrex-codes.github.io/amrex/doxygen/Distribution_8H.html',1,'']]], - ['distribution_5fc_2eh_11007',['distribution_c.h',['https://amrex-codes.github.io/amrex/doxygen/distribution__c_8h.html',1,'']]], - ['distributionc_2ecpp_11008',['DistributionC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DistributionC_8cpp.html',1,'']]] + ['dfft_2eh_11057',['Dfft.H',['https://amrex-codes.github.io/amrex/doxygen/Dfft_8H.html',1,'']]], + ['dfftc_2ecpp_11058',['DfftC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DfftC_8cpp.html',1,'']]], + ['distribution_2ec_11059',['distribution.c',['https://amrex-codes.github.io/amrex/doxygen/distribution_8c.html',1,'']]], + ['distribution_2eh_11060',['Distribution.H',['https://amrex-codes.github.io/amrex/doxygen/Distribution_8H.html',1,'']]], + ['distribution_5fc_2eh_11061',['distribution_c.h',['https://amrex-codes.github.io/amrex/doxygen/distribution__c_8h.html',1,'']]], + ['distributionc_2ecpp_11062',['DistributionC.cpp',['https://amrex-codes.github.io/amrex/doxygen/DistributionC_8cpp.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_4.js b/amrex-hydro/Doxygen/html/search/files_4.js index ec790da..6b58283 100644 --- a/amrex-hydro/Doxygen/html/search/files_4.js +++ b/amrex-hydro/Doxygen/html/search/files_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['error_2eh_11009',['Error.h',['https://amrex-codes.github.io/amrex/doxygen/Error_8h.html',1,'']]] + ['error_2eh_11063',['Error.h',['https://amrex-codes.github.io/amrex/doxygen/Error_8h.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_5.js b/amrex-hydro/Doxygen/html/search/files_5.js index 0e6103a..95f5b7f 100644 --- a/amrex-hydro/Doxygen/html/search/files_5.js +++ b/amrex-hydro/Doxygen/html/search/files_5.js @@ -1,50 +1,50 @@ var searchData= [ - ['hydro_5fbcs_5fk_2eh_11010',['hydro_bcs_K.H',['../hydro__bcs__K_8H.html',1,'']]], - ['hydro_5fbds_2eh_11011',['hydro_bds.H',['../hydro__bds_8H.html',1,'']]], - ['hydro_5fbds_5fedge_5fstate_5f2d_2ecpp_11012',['hydro_bds_edge_state_2D.cpp',['../hydro__bds__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5fbds_5fedge_5fstate_5f3d_2ecpp_11013',['hydro_bds_edge_state_3D.cpp',['../hydro__bds__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5fcompute_5fedgestate_5fand_5fflux_2ecpp_11014',['hydro_compute_edgestate_and_flux.cpp',['../hydro__compute__edgestate__and__flux_8cpp.html',1,'']]], - ['hydro_5fconstants_2eh_11015',['hydro_constants.H',['../hydro__constants_8H.html',1,'']]], - ['hydro_5febgodunov_2eh_11016',['hydro_ebgodunov.H',['../hydro__ebgodunov_8H.html',1,'']]], - ['hydro_5febgodunov_5fbcs_5fk_2eh_11017',['hydro_ebgodunov_bcs_K.H',['../hydro__ebgodunov__bcs__K_8H.html',1,'']]], - ['hydro_5febgodunov_5fcorner_5fcouple_2eh_11018',['hydro_ebgodunov_corner_couple.H',['../hydro__ebgodunov__corner__couple_8H.html',1,'']]], - ['hydro_5febgodunov_5fedge_5fstate_5f2d_2ecpp_11019',['hydro_ebgodunov_edge_state_2D.cpp',['../hydro__ebgodunov__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fedge_5fstate_5f3d_2ecpp_11020',['hydro_ebgodunov_edge_state_3D.cpp',['../hydro__ebgodunov__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_2ecpp_11021',['hydro_ebgodunov_extrap_vel_to_faces.cpp',['../hydro__ebgodunov__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_11022',['hydro_ebgodunov_extrap_vel_to_faces_2D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_11023',['hydro_ebgodunov_extrap_vel_to_faces_3D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fplm_2ecpp_11024',['hydro_ebgodunov_plm.cpp',['../hydro__ebgodunov__plm_8cpp.html',1,'']]], - ['hydro_5febgodunov_5fplm_2eh_11025',['hydro_ebgodunov_plm.H',['../hydro__ebgodunov__plm_8H.html',1,'']]], - ['hydro_5febgodunov_5fplm_5ffpu_2ecpp_11026',['hydro_ebgodunov_plm_fpu.cpp',['../hydro__ebgodunov__plm__fpu_8cpp.html',1,'']]], - ['hydro_5febgodunov_5ftransverse_5f2d_5fk_2eh_11027',['hydro_ebgodunov_transverse_2D_K.H',['../hydro__ebgodunov__transverse__2D__K_8H.html',1,'']]], - ['hydro_5febgodunov_5ftransverse_5f3d_5fk_2eh_11028',['hydro_ebgodunov_transverse_3D_K.H',['../hydro__ebgodunov__transverse__3D__K_8H.html',1,'']]], - ['hydro_5febmol_2eh_11029',['hydro_ebmol.H',['../hydro__ebmol_8H.html',1,'']]], - ['hydro_5febmol_5fedge_5fstate_2ecpp_11030',['hydro_ebmol_edge_state.cpp',['../hydro__ebmol__edge__state_8cpp.html',1,'']]], - ['hydro_5febmol_5fedge_5fstate_5fk_2eh_11031',['hydro_ebmol_edge_state_K.H',['../hydro__ebmol__edge__state__K_8H.html',1,'']]], - ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_11032',['hydro_ebmol_extrap_vel_to_faces.cpp',['../hydro__ebmol__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_11033',['hydro_ebmol_extrap_vel_to_faces_box.cpp',['../hydro__ebmol__extrap__vel__to__faces__box_8cpp.html',1,'']]], - ['hydro_5fenforce_5finout_5fsolvability_2ecpp_11034',['hydro_enforce_inout_solvability.cpp',['../hydro__enforce__inout__solvability_8cpp.html',1,'']]], - ['hydro_5fextrap_5fvel_5fto_5ffaces_2ecpp_11035',['hydro_extrap_vel_to_faces.cpp',['../hydro__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5fgodunov_2eh_11036',['hydro_godunov.H',['../hydro__godunov_8H.html',1,'']]], - ['hydro_5fgodunov_5fcorner_5fcouple_2eh_11037',['hydro_godunov_corner_couple.H',['../hydro__godunov__corner__couple_8H.html',1,'']]], - ['hydro_5fgodunov_5fedge_5fstate_5f2d_2ecpp_11038',['hydro_godunov_edge_state_2D.cpp',['../hydro__godunov__edge__state__2D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fedge_5fstate_5f3d_2ecpp_11039',['hydro_godunov_edge_state_3D.cpp',['../hydro__godunov__edge__state__3D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_11040',['hydro_godunov_extrap_vel_to_faces_2D.cpp',['../hydro__godunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_11041',['hydro_godunov_extrap_vel_to_faces_3D.cpp',['../hydro__godunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fplm_2ecpp_11042',['hydro_godunov_plm.cpp',['../hydro__godunov__plm_8cpp.html',1,'']]], - ['hydro_5fgodunov_5fplm_2eh_11043',['hydro_godunov_plm.H',['../hydro__godunov__plm_8H.html',1,'']]], - ['hydro_5fgodunov_5fppm_2eh_11044',['hydro_godunov_ppm.H',['../hydro__godunov__ppm_8H.html',1,'']]], - ['hydro_5fmacprojector_2ecpp_11045',['hydro_MacProjector.cpp',['../hydro__MacProjector_8cpp.html',1,'']]], - ['hydro_5fmacprojector_2eh_11046',['hydro_MacProjector.H',['../hydro__MacProjector_8H.html',1,'']]], - ['hydro_5fmol_2eh_11047',['hydro_mol.H',['../hydro__mol_8H.html',1,'']]], - ['hydro_5fmol_5fedge_5fstate_2ecpp_11048',['hydro_mol_edge_state.cpp',['../hydro__mol__edge__state_8cpp.html',1,'']]], - ['hydro_5fmol_5fedge_5fstate_5fk_2eh_11049',['hydro_mol_edge_state_K.H',['../hydro__mol__edge__state__K_8H.html',1,'']]], - ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_11050',['hydro_mol_extrap_vel_to_faces.cpp',['../hydro__mol__extrap__vel__to__faces_8cpp.html',1,'']]], - ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_11051',['hydro_mol_extrap_vel_to_faces_box.cpp',['../hydro__mol__extrap__vel__to__faces__box_8cpp.html',1,'']]], - ['hydro_5fnodalprojector_2ecpp_11052',['hydro_NodalProjector.cpp',['../hydro__NodalProjector_8cpp.html',1,'']]], - ['hydro_5fnodalprojector_2eh_11053',['hydro_NodalProjector.H',['../hydro__NodalProjector_8H.html',1,'']]], - ['hydro_5fredistribution_2ecpp_11054',['hydro_redistribution.cpp',['../hydro__redistribution_8cpp.html',1,'']]], - ['hydro_5futils_2ecpp_11055',['hydro_utils.cpp',['../hydro__utils_8cpp.html',1,'']]], - ['hydro_5futils_2eh_11056',['hydro_utils.H',['../hydro__utils_8H.html',1,'']]] + ['hydro_5fbcs_5fk_2eh_11064',['hydro_bcs_K.H',['../hydro__bcs__K_8H.html',1,'']]], + ['hydro_5fbds_2eh_11065',['hydro_bds.H',['../hydro__bds_8H.html',1,'']]], + ['hydro_5fbds_5fedge_5fstate_5f2d_2ecpp_11066',['hydro_bds_edge_state_2D.cpp',['../hydro__bds__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5fbds_5fedge_5fstate_5f3d_2ecpp_11067',['hydro_bds_edge_state_3D.cpp',['../hydro__bds__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5fcompute_5fedgestate_5fand_5fflux_2ecpp_11068',['hydro_compute_edgestate_and_flux.cpp',['../hydro__compute__edgestate__and__flux_8cpp.html',1,'']]], + ['hydro_5fconstants_2eh_11069',['hydro_constants.H',['../hydro__constants_8H.html',1,'']]], + ['hydro_5febgodunov_2eh_11070',['hydro_ebgodunov.H',['../hydro__ebgodunov_8H.html',1,'']]], + ['hydro_5febgodunov_5fbcs_5fk_2eh_11071',['hydro_ebgodunov_bcs_K.H',['../hydro__ebgodunov__bcs__K_8H.html',1,'']]], + ['hydro_5febgodunov_5fcorner_5fcouple_2eh_11072',['hydro_ebgodunov_corner_couple.H',['../hydro__ebgodunov__corner__couple_8H.html',1,'']]], + ['hydro_5febgodunov_5fedge_5fstate_5f2d_2ecpp_11073',['hydro_ebgodunov_edge_state_2D.cpp',['../hydro__ebgodunov__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fedge_5fstate_5f3d_2ecpp_11074',['hydro_ebgodunov_edge_state_3D.cpp',['../hydro__ebgodunov__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_2ecpp_11075',['hydro_ebgodunov_extrap_vel_to_faces.cpp',['../hydro__ebgodunov__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_11076',['hydro_ebgodunov_extrap_vel_to_faces_2D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_11077',['hydro_ebgodunov_extrap_vel_to_faces_3D.cpp',['../hydro__ebgodunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fplm_2ecpp_11078',['hydro_ebgodunov_plm.cpp',['../hydro__ebgodunov__plm_8cpp.html',1,'']]], + ['hydro_5febgodunov_5fplm_2eh_11079',['hydro_ebgodunov_plm.H',['../hydro__ebgodunov__plm_8H.html',1,'']]], + ['hydro_5febgodunov_5fplm_5ffpu_2ecpp_11080',['hydro_ebgodunov_plm_fpu.cpp',['../hydro__ebgodunov__plm__fpu_8cpp.html',1,'']]], + ['hydro_5febgodunov_5ftransverse_5f2d_5fk_2eh_11081',['hydro_ebgodunov_transverse_2D_K.H',['../hydro__ebgodunov__transverse__2D__K_8H.html',1,'']]], + ['hydro_5febgodunov_5ftransverse_5f3d_5fk_2eh_11082',['hydro_ebgodunov_transverse_3D_K.H',['../hydro__ebgodunov__transverse__3D__K_8H.html',1,'']]], + ['hydro_5febmol_2eh_11083',['hydro_ebmol.H',['../hydro__ebmol_8H.html',1,'']]], + ['hydro_5febmol_5fedge_5fstate_2ecpp_11084',['hydro_ebmol_edge_state.cpp',['../hydro__ebmol__edge__state_8cpp.html',1,'']]], + ['hydro_5febmol_5fedge_5fstate_5fk_2eh_11085',['hydro_ebmol_edge_state_K.H',['../hydro__ebmol__edge__state__K_8H.html',1,'']]], + ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_11086',['hydro_ebmol_extrap_vel_to_faces.cpp',['../hydro__ebmol__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5febmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_11087',['hydro_ebmol_extrap_vel_to_faces_box.cpp',['../hydro__ebmol__extrap__vel__to__faces__box_8cpp.html',1,'']]], + ['hydro_5fenforce_5finout_5fsolvability_2ecpp_11088',['hydro_enforce_inout_solvability.cpp',['../hydro__enforce__inout__solvability_8cpp.html',1,'']]], + ['hydro_5fextrap_5fvel_5fto_5ffaces_2ecpp_11089',['hydro_extrap_vel_to_faces.cpp',['../hydro__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5fgodunov_2eh_11090',['hydro_godunov.H',['../hydro__godunov_8H.html',1,'']]], + ['hydro_5fgodunov_5fcorner_5fcouple_2eh_11091',['hydro_godunov_corner_couple.H',['../hydro__godunov__corner__couple_8H.html',1,'']]], + ['hydro_5fgodunov_5fedge_5fstate_5f2d_2ecpp_11092',['hydro_godunov_edge_state_2D.cpp',['../hydro__godunov__edge__state__2D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fedge_5fstate_5f3d_2ecpp_11093',['hydro_godunov_edge_state_3D.cpp',['../hydro__godunov__edge__state__3D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f2d_2ecpp_11094',['hydro_godunov_extrap_vel_to_faces_2D.cpp',['../hydro__godunov__extrap__vel__to__faces__2D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fextrap_5fvel_5fto_5ffaces_5f3d_2ecpp_11095',['hydro_godunov_extrap_vel_to_faces_3D.cpp',['../hydro__godunov__extrap__vel__to__faces__3D_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fplm_2ecpp_11096',['hydro_godunov_plm.cpp',['../hydro__godunov__plm_8cpp.html',1,'']]], + ['hydro_5fgodunov_5fplm_2eh_11097',['hydro_godunov_plm.H',['../hydro__godunov__plm_8H.html',1,'']]], + ['hydro_5fgodunov_5fppm_2eh_11098',['hydro_godunov_ppm.H',['../hydro__godunov__ppm_8H.html',1,'']]], + ['hydro_5fmacprojector_2ecpp_11099',['hydro_MacProjector.cpp',['../hydro__MacProjector_8cpp.html',1,'']]], + ['hydro_5fmacprojector_2eh_11100',['hydro_MacProjector.H',['../hydro__MacProjector_8H.html',1,'']]], + ['hydro_5fmol_2eh_11101',['hydro_mol.H',['../hydro__mol_8H.html',1,'']]], + ['hydro_5fmol_5fedge_5fstate_2ecpp_11102',['hydro_mol_edge_state.cpp',['../hydro__mol__edge__state_8cpp.html',1,'']]], + ['hydro_5fmol_5fedge_5fstate_5fk_2eh_11103',['hydro_mol_edge_state_K.H',['../hydro__mol__edge__state__K_8H.html',1,'']]], + ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_2ecpp_11104',['hydro_mol_extrap_vel_to_faces.cpp',['../hydro__mol__extrap__vel__to__faces_8cpp.html',1,'']]], + ['hydro_5fmol_5fextrap_5fvel_5fto_5ffaces_5fbox_2ecpp_11105',['hydro_mol_extrap_vel_to_faces_box.cpp',['../hydro__mol__extrap__vel__to__faces__box_8cpp.html',1,'']]], + ['hydro_5fnodalprojector_2ecpp_11106',['hydro_NodalProjector.cpp',['../hydro__NodalProjector_8cpp.html',1,'']]], + ['hydro_5fnodalprojector_2eh_11107',['hydro_NodalProjector.H',['../hydro__NodalProjector_8H.html',1,'']]], + ['hydro_5fredistribution_2ecpp_11108',['hydro_redistribution.cpp',['../hydro__redistribution_8cpp.html',1,'']]], + ['hydro_5futils_2ecpp_11109',['hydro_utils.cpp',['../hydro__utils_8cpp.html',1,'']]], + ['hydro_5futils_2eh_11110',['hydro_utils.H',['../hydro__utils_8H.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_6.js b/amrex-hydro/Doxygen/html/search/files_6.js index 39374ff..6627b89 100644 --- a/amrex-hydro/Doxygen/html/search/files_6.js +++ b/amrex-hydro/Doxygen/html/search/files_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['main_2edox_11057',['main.dox',['../main_8dox.html',1,'(Global Namespace)'],['https://amrex-codes.github.io/amrex/doxygen/main_8dox.html',1,'(Global Namespace)']]] + ['main_2edox_11111',['main.dox',['../main_8dox.html',1,'(Global Namespace)'],['https://amrex-codes.github.io/amrex/doxygen/main_8dox.html',1,'(Global Namespace)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_7.js b/amrex-hydro/Doxygen/html/search/files_7.js index 74bbcf0..acd50fa 100644 --- a/amrex-hydro/Doxygen/html/search/files_7.js +++ b/amrex-hydro/Doxygen/html/search/files_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['timingstats_2eh_11058',['TimingStats.h',['https://amrex-codes.github.io/amrex/doxygen/TimingStats_8h.html',1,'']]] + ['timingstats_2eh_11112',['TimingStats.h',['https://amrex-codes.github.io/amrex/doxygen/TimingStats_8h.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/files_8.js b/amrex-hydro/Doxygen/html/search/files_8.js index 044f08b..55b9ab8 100644 --- a/amrex-hydro/Doxygen/html/search/files_8.js +++ b/amrex-hydro/Doxygen/html/search/files_8.js @@ -1,5 +1,5 @@ var searchData= [ - ['verbosity_2ecpp_11059',['verbosity.cpp',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8cpp.html',1,'']]], - ['verbosity_2eh_11060',['verbosity.h',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8h.html',1,'']]] + ['verbosity_2ecpp_11113',['verbosity.cpp',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8cpp.html',1,'']]], + ['verbosity_2eh_11114',['verbosity.h',['https://amrex-codes.github.io/amrex/doxygen/verbosity_8h.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_0.js b/amrex-hydro/Doxygen/html/search/functions_0.js index a185be2..e9e012d 100644 --- a/amrex-hydro/Doxygen/html/search/functions_0.js +++ b/amrex-hydro/Doxygen/html/search/functions_0.js @@ -1,7 +1,7 @@ var searchData= [ - ['_5f_5flaunch_5fbounds_5f_5f_11061',['__launch_bounds__',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a765bc79483affb715df32cc1d6d121',1,'amrex::__launch_bounds__(amrex_launch_bounds_max_threads) AMREX_GPU_GLOBAL void launch_global(L f0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebdb1061e38b083e817f1450d9aef34c',1,'amrex::__launch_bounds__(amrex_launch_bounds_max_threads, min_blocks) AMREX_GPU_GLOBAL void launch_global(L f0)']]], - ['_5fpd_5fget_5fbit_11062',['_pd_get_bit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58afbef5c92433b70e81edcb63d2b15f',1,'amrex']]], - ['_5fpd_5finsert_5ffield_11063',['_pd_insert_field',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6d5efa978936e2c7fc647d49be1210c',1,'amrex']]], - ['_5fpd_5fset_5fbit_11064',['_pd_set_bit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3daae71af784ea861908589aa58b9e9',1,'amrex']]] + ['_5f_5flaunch_5fbounds_5f_5f_11115',['__launch_bounds__',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a765bc79483affb715df32cc1d6d121',1,'amrex::__launch_bounds__(amrex_launch_bounds_max_threads) AMREX_GPU_GLOBAL void launch_global(L f0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebdb1061e38b083e817f1450d9aef34c',1,'amrex::__launch_bounds__(amrex_launch_bounds_max_threads, min_blocks) AMREX_GPU_GLOBAL void launch_global(L f0)']]], + ['_5fpd_5fget_5fbit_11116',['_pd_get_bit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58afbef5c92433b70e81edcb63d2b15f',1,'amrex']]], + ['_5fpd_5finsert_5ffield_11117',['_pd_insert_field',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6d5efa978936e2c7fc647d49be1210c',1,'amrex']]], + ['_5fpd_5fset_5fbit_11118',['_pd_set_bit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3daae71af784ea861908589aa58b9e9',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_1.js b/amrex-hydro/Doxygen/html/search/functions_1.js index 050afd9..a3328f1 100644 --- a/amrex-hydro/Doxygen/html/search/functions_1.js +++ b/amrex-hydro/Doxygen/html/search/functions_1.js @@ -1,350 +1,356 @@ var searchData= [ - ['a_11065',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4db1a6ece8198046ecdf4bc34dc075cf',1,'amrex::HypreIJIface']]], - ['aa_5finterp_5fface_5fxy_11066',['aa_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace72940652dec767bf17b4f92c7017b0',1,'amrex::aa_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51dfe87d4f076fe5792f33ef87b5971b',1,'amrex::aa_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], - ['aa_5finterp_5fface_5fxz_11067',['aa_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9ef869615acf45a999fd11b2eaaf5aa',1,'amrex']]], - ['aa_5finterp_5fface_5fyz_11068',['aa_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf9f8b432ebfa85af976286c9521162a',1,'amrex']]], - ['aa_5finterp_5fline_5fx_11069',['aa_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec4258a011e9260a7b6b3a86a6f51c9a',1,'amrex::aa_interp_line_x(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ad097849bfd82e8a164fe778927745',1,'amrex::aa_interp_line_x(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], - ['aa_5finterp_5fline_5fy_11070',['aa_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d95c55170743c08e673c1066c28ca3',1,'amrex::aa_interp_line_y(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3187e96a31c0714188a93ffcbe539e16',1,'amrex::aa_interp_line_y(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], - ['aa_5finterp_5fline_5fz_11071',['aa_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bb1e1edb331cd70bdce6ffc2860781f',1,'amrex']]], - ['abarrier_11072',['Abarrier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afaa2aaedf1b60a37ea26eaeda75973a6',1,'amrex::ParallelDescriptor::Abarrier(const MPI_Comm &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24603dd135fe7d8badbc0fe3ab25ff1d',1,'amrex::ParallelDescriptor::Abarrier()']]], - ['abec_5fgsrb_11073',['abec_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ec73e9321cbfd5d28374107ef24d4a5',1,'amrex::abec_gsrb(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675a0a53c78b668bb47177e044badc5',1,'amrex::abec_gsrb(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6757d03f25c7b211b9302f19fe4509',1,'amrex::abec_gsrb(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox, int redblack) noexcept']]], - ['abec_5fgsrb_5fos_11074',['abec_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bee84824fdeec94ff8ae48596594f6',1,'amrex::abec_gsrb_os(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f9066a9cfe5af5ae7b757267fb685c',1,'amrex::abec_gsrb_os(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12de598979f095f4505cd0d3b762d2ee',1,'amrex::abec_gsrb_os(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept']]], - ['abec_5fgsrb_5fwith_5fline_5fsolve_11075',['abec_gsrb_with_line_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92c05a647ef5ca2febfea878ac7237c0',1,'amrex::abec_gsrb_with_line_solve(Box const &, Array4< T > const &, Array4< T const > const &, T, Array4< T const > const &, T, Array4< T const > const &, Array4< int const > const &, Array4< int const > const &, Array4< T const > const &, Array4< T const > const &, Box const &, int, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef4c3c38c161202b38fa33aaae28cff2',1,'amrex::abec_gsrb_with_line_solve(Box const &box, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox, int redblack, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad973a1096effadd80305ff9654d11d80',1,'amrex::abec_gsrb_with_line_solve(Box const &box, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox, int redblack, int nc) noexcept']]], - ['abec_5fjacobi_11076',['abec_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85465b1083b6521e51b67fb06c4622cd',1,'amrex::abec_jacobi(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7c32e63bc4e19259e777911174348a6',1,'amrex::abec_jacobi(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7773f864e34c49038dd8fadcbd41cd36',1,'amrex::abec_jacobi(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox) noexcept']]], - ['abec_5fjacobi_5fos_11077',['abec_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adff3bf1b976b26dc72dff5a4f175f61d',1,'amrex::abec_jacobi_os(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Array4< int const > const &osm, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69d802515c95f3e9ae4c4e54f39ceb71',1,'amrex::abec_jacobi_os(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Array4< int const > const &osm, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a96d871d7335ff9e044d6623476c77023',1,'amrex::abec_jacobi_os(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Array4< int const > const &osm, Box const &vbox) noexcept']]], - ['abort_11078',['Abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad26f2328bf66aa9678347a6055a25431',1,'amrex::Abort(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab84b536be78c7500a973ff184511a3d7',1,'amrex::Abort(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae6927a6804e22fedb86c1fe19d6567fc',1,'amrex::ParallelDescriptor::Abort()']]], - ['abs_11079',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< TagBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< TagBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'amrex::BaseFab::abs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669',1,'amrex::disabled::abs(long long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba',1,'amrex::disabled::abs(long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd',1,'amrex::disabled::abs(int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96',1,'amrex::disabled::abs(long double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723',1,'amrex::disabled::abs(float)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b',1,'amrex::disabled::abs(double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e',1,'amrex::abs(const GpuComplex< T > &a_z) noexcept']]], - ['abs_11080',['Abs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76eee97924f5b2d883d161eb976b2cad',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f0f44b09d21b49d00d3d1b12e9e2489',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, int nghost)']]], - ['abs_11081',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< EBCellFlag >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< HYPRE_Int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< HYPRE_Int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< HYPRE_Int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< EBCellFlag >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< EBCellFlag >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< char >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< char >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< char >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< AtomicInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< AtomicInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< AtomicInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'amrex::BaseFab::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'amrex::BaseFab::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< IArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< FArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::CutFab >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::CutFab >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< IArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'amrex::FabArray::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'amrex::FabArray::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< Real >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< Real >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< Real >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< FArrayBox >::abs()']]], - ['accrete_11082',['accrete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac662c42f6780a1a61523d3bb4fa5fba1',1,'amrex::accrete(const BoxList &bl, int sz)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15969b1b7e5e1431ce9aea3b513ec98a',1,'amrex::accrete(BoxDomain &dest, const BoxDomain &fin, int sz=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a20c090a963f6f3fb6db35d43bb0cce3f',1,'amrex::BoxDomain::accrete()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b3222b65efa7cdc1944106dbb07d6ae',1,'amrex::BoxList::accrete(int sz)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae852e0ee71d6645fb6cbb1765547d65a',1,'amrex::BoxList::accrete(const IntVect &sz)']]], - ['actualbottomsolve_11083',['actualBottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a10dcbb8156201d800233f72c62831001',1,'amrex::MLMGT']]], - ['actualnfiles_11084',['ActualNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a11b5dec9fc1e0865a1e59a896d8c2f8e',1,'amrex::NFilesIter']]], - ['add_11085',['add',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a00b3414ab27018ecee235594b89ee675',1,'amrex_parmparse_module::amrex_parmparse::add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a438fe416440bd85fb95b732dc8c2224f',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a878ee45a08bd1438e12d5723de2e6a74',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a31ca60cd539cff86b71aa646f45cbcb6',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7aad1dda33fe7f823465f2995173187c',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveRec::DeriveBoxMap &box_map=&DeriveRec::TheSameBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a8d029976881e4d911e020cc2fef244bd',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a9054e6ec3c0a6023bce28684ff08e266',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a037563cc456f0d1110303104c1caa678',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a67e6992cd34edbd374c791a9f26aa6dc',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#af68c7f595490816f50871a46efbbeded',1,'amrex::BoxDomain::add(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe56e5629c6f85bd01429ac8469eb038',1,'amrex::BoxDomain::add(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aa0038797350048e87a18171505592f09',1,'amrex::DeriveList::add()']]], - ['add_11086',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['add_11087',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a24cc461edabec719824a554000b4506b',1,'amrex::ErrorList']]], - ['add_11088',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#a6336b6721a9f233f3bc0eb0cacba47c0',1,'amrex::HostDevice::Atomic::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a428330a4e7622c16d943003ad97e54a0',1,'amrex::Gpu::Atomic::Add()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#adda7ad2b1b845b959488fd19acdd335b',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a819ab01c7558b8982acb35eaf0f861',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a96632d65de11e9c8a5b941a615803fb0',1,'amrex::iMultiFab::Add()']]], - ['add_11089',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6ec39cadf536be90cdf7bf66c00ca164',1,'amrex::ParmParse::add(const char *name, const Box &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af8b8124367b52af3f6f29ca09bbdff1b',1,'amrex::ParmParse::add(const char *name, const IntVect &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a28d0faa2a576d6488b738ef309c11f44',1,'amrex::ParmParse::add(const char *name, const std::string &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaa78e0361b000a8fe6fc4898720ece32',1,'amrex::ParmParse::add(const char *name, double val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a74c001d6b4af7f72e812a65064e52fe7',1,'amrex::ParmParse::add(const char *name, float val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aba7905ce1fcfcd4e46d3deebf7aa59c9',1,'amrex::ParmParse::add(const char *name, long long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab2a937f4d5b0ac8a998bac849bd4b3af',1,'amrex::ParmParse::add(const char *name, long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0b94dee7f826e69376afb89409e90c72',1,'amrex::ParmParse::add(const char *name, int val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a855bd3038fb81532b3f43211ea7cef22',1,'amrex::ParmParse::add(const char *name, bool val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#af8db003fd05c10da821f6af831421b54',1,'amrex::MemProfiler::add(const std::string &name, std::function< NBuildsInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a60a5588f410871ac0d6c15c495979ed0',1,'amrex::MemProfiler::add(const std::string &name, std::function< MemInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#add545e8b6a20030181680780d8c6dfc5',1,'amrex::ErrorList::add()']]], - ['add_5fdevice_11090',['Add_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa2cd0bf29a9ed71679b41a3e54765d39',1,'amrex::Gpu::Atomic::Add_device(T *const sum, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a629c38eebdf637b06b26049acae626c8',1,'amrex::Gpu::Atomic::Add_device(Long *const sum, Long const value) noexcept']]], - ['add_5fhost_11091',['Add_Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#ab28f06907144755716b87f5fd5319a67',1,'amrex::HostDevice::Atomic']]], - ['add_5fint_11092',['add_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a184eeffd6ff61b5148958083446b81a9',1,'amrex_parmparse_module::amrex_parmparse::add_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ad1323834ed5f154750a5c048591417d4',1,'amrex_parmparse_module::add_int()']]], - ['add_5fintarr_11093',['add_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7da102722f2c23737d46d5be499c8f3b',1,'amrex_parmparse_module::amrex_parmparse::add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0e75dfabca3b63134005a6f0ddd250cd',1,'amrex_parmparse_module::add_intarr(this, name, v)']]], - ['add_5flogical_11094',['add_logical',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ab19ca0a4f0bea4114b9a25f29e0b0eac',1,'amrex_parmparse_module::add_logical()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aebc8eb2c32d3de6780fda24e9aa03019',1,'amrex_parmparse_module::amrex_parmparse::add_logical()']]], - ['add_5freal_11095',['add_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a16ac2996309e06781ceed0ad5df07fc6',1,'amrex_parmparse_module::add_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7fdebe67521d3f4398769af87944f95b',1,'amrex_parmparse_module::amrex_parmparse::add_real()']]], - ['add_5frealarr_11096',['add_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1bc87a096eee6a1d0e0c52651c44da88',1,'amrex_parmparse_module::add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4a92e6cbf9b620c1eebc0b5d81615c75',1,'amrex_parmparse_module::amrex_parmparse::add_realarr']]], - ['add_5fstring_11097',['add_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a8fa13412cd06b2965d14b79ab81e5d3b',1,'amrex_parmparse_module::amrex_parmparse::add_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aac33f326044379b5aa26666d546563e8',1,'amrex_parmparse_module::add_string()']]], - ['add_5fstringarr_11098',['add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a50c2401baa8b23657d0cea5a280bfcac',1,'amrex_parmparse_module::amrex_parmparse::add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1e0986fe43e8763bc1cef87cfef5e206',1,'amrex_parmparse_module::add_stringarr()']]], - ['addarr_11099',['addarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aa816750df0bdca4542b913fccbb3cdf7',1,'amrex_parmparse_module::amrex_parmparse::addarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2418bfbd15221554ebc65184b7d62977',1,'amrex::ParmParse::addarr(const char *name, const std::vector< int > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47720549d3906f3b957edb4846efe953',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a878f1fc21821ccde76f7591c6924150b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa820880136eb73c213775820cb4f4afe',1,'amrex::ParmParse::addarr(const char *name, const std::vector< float > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4cb250da023bdcc8375cf3f6d64a777b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< Box > &refd)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ce6e0dbb45b0d784d0b4056b28e84ba',1,'amrex::ParmParse::addarr(const char *name, const std::vector< IntVect > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a35cb7c9eb21ba31bfd1d47026ff6dc72',1,'amrex::ParmParse::addarr(const char *name, const std::vector< std::string > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#adc6f5c7fab1d1af4a1ab64091996910d',1,'amrex::ParmParse::addarr(const char *name, const std::vector< double > &ref)']]], - ['addarray_11100',['AddArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ab2990944da728c0497b9880aa764d71f',1,'amrex::AmrMeshDataAdaptor::AddArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a37e756eb19e77938f22ed043f0ae57f5',1,'amrex::AmrDataAdaptor::AddArray()']]], - ['addbarrier_11101',['AddBarrier',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4935405558bbd51b7ac2518c5b5bf6fb',1,'BLProfStats::AddBarrier()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a500f34d9678754d43708a9427b9a6459',1,'CommProfStats::AddBarrier()']]], - ['addbox_11102',['AddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int fabarrayindex, int srccomp, int destcomp, int numcomp, bool bUseValidBox=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int fabarrayindex, int srccomp, int destcomp, int numcomp, bool bUseValidBox=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)']]], - ['addboxdoit_11103',['AddBoxDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'FabArrayCopyDescriptor< FArrayBox >::AddBoxDoIt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'amrex::FabArrayCopyDescriptor::AddBoxDoIt()']]], - ['addcalcendtime_11104',['AddCalcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a16c97f50e1d193a4b33f072aadb08951',1,'BLProfStats']]], - ['addcommheaderfilename_11105',['AddCommHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a25a819b228436f2cdd4f88f7ae5e1089',1,'BLProfStats::AddCommHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a80bb7e3cae00c7db0c7633ebe2be3b38',1,'CommProfStats::AddCommHeaderFileName()']]], - ['addcomponent_11106',['addComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aec6008854ed23b1736d8bd061f196de7',1,'amrex::DeriveList']]], - ['addcornercoupletermxy_11107',['AddCornerCoupleTermXY',['../namespaceGodunovCornerCouple.html#a17e90a76c6bd319162c4e472c99e614f',1,'GodunovCornerCouple']]], - ['addcornercoupletermxz_11108',['AddCornerCoupleTermXZ',['../namespaceGodunovCornerCouple.html#a3c193564941652647bc7b75799ad75b5',1,'GodunovCornerCouple']]], - ['addcornercoupletermyx_11109',['AddCornerCoupleTermYX',['../namespaceGodunovCornerCouple.html#a980d762c37d4265cc7ac891b41a26a46',1,'GodunovCornerCouple']]], - ['addcornercoupletermyz_11110',['AddCornerCoupleTermYZ',['../namespaceGodunovCornerCouple.html#ad96a0321a2022027f3d0f821bc225666',1,'GodunovCornerCouple']]], - ['addcornercoupletermzx_11111',['AddCornerCoupleTermZX',['../namespaceGodunovCornerCouple.html#aecdc5855798cbfb5732a6966d861172e',1,'GodunovCornerCouple']]], - ['addcornercoupletermzy_11112',['AddCornerCoupleTermZY',['../namespaceGodunovCornerCouple.html#a02d4572ecd6d3f7d31f4534389a68585',1,'GodunovCornerCouple']]], - ['addcstatsheaderfilename_11113',['AddCStatsHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aae830fffadd0871595b6cb4b2305d15f',1,'RegionsProfStats::AddCStatsHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7296ac4483c08c3f9cfea4d24d4902e5',1,'BLProfStats::AddCStatsHeaderFileName()']]], - ['addderiveplotvar_11114',['addDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a16c64d38a92425d131ed14624d3fd8',1,'amrex::Amr']]], - ['addderivesmallplotvar_11115',['addDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af55244caab5862e688d1f3177084ef4a',1,'amrex::Amr']]], - ['adddescriptor_11116',['addDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#ac71d9f76b2abaf307653d0dc8bfe01e1',1,'amrex::DescriptorList']]], - ['addedisonpid_11117',['AddEdisonPID',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d8d6c9a3921f1bc2b66cd986ff97577',1,'BLProfStats::AddEdisonPID()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8cd21057d82e32887fa0b13f4394061b',1,'CommProfStats::AddEdisonPID()']]], - ['addfabghostindicatorfield_11118',['AddFabGhostIndicatorField',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0',1,'amrex']]], - ['addfarraybox_11119',['AddFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9ea4cf951957098f5fa36fe181899f41',1,'amrex::XYPlotDataList']]], - ['addfile_11120',['addfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3403a33aa6274309f3d1b5313fb28b46',1,'amrex::ParmParse']]], - ['addfinelevels_11121',['addFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a346cc897525e434cd311f4b303d6b898',1,'amrex::EB2::IndexSpace::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad224ca5a5ff6adf64c814338375835bc',1,'amrex::EB2::IndexSpaceChkptFile::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a5be42585336a617690b28a56e5c3bc1e',1,'amrex::EB2::IndexSpaceImp::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a91c9991bc2691ccf3603be8005954c83',1,'amrex::EB2::IndexSpaceSTL::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3',1,'amrex::EB2::addFineLevels()']]], - ['addfinestlevel_11122',['AddFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94afb7c365d9ffd6aef3cfc0ab7dd4e9',1,'BLProfStats::AddFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a954eca05e31eef7bdacb57873cde234f',1,'CommProfStats::AddFinestLevel()']]], - ['addfrommem_11123',['addFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'amrex::BaseFab::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< AtomicInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< char >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< EBCellFlag >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< HYPRE_Int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< Real >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< PetscInt >::addFromMem()']]], - ['addfunctionname_11124',['AddFunctionName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a082150afc9266718ad59d318c5fc21e2',1,'RegionsProfStats::AddFunctionName(const std::string &fname, int fnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af08b6b193a5e59bf550ec57f4a8dc52c',1,'RegionsProfStats::AddFunctionName(const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4f2ff7ba2bdfbdc8ea0ef3c412751591',1,'BLProfStats::AddFunctionName(const std::string &, int)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a90d25f083cc1467c695b5bc6793a86b0',1,'BLProfStats::AddFunctionName(const std::string &fname)']]], - ['addghostcellsarray_11125',['AddGhostCellsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a1da97a15c4405c0553efc7e75014a573',1,'amrex::AmrMeshDataAdaptor::AddGhostCellsArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a1fe18833c7427ae8a5629b50ab7cf3bf',1,'amrex::AmrDataAdaptor::AddGhostCellsArray(svtkDataObject *mesh, const std::string &meshName) override']]], - ['addghostnodesarray_11126',['AddGhostNodesArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a056f2eba156e4154622e5685a4608bfd',1,'amrex::AmrDataAdaptor::AddGhostNodesArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a0f3abaf6a0faaeaffc477bc5cfcf5a8d',1,'amrex::AmrMeshDataAdaptor::AddGhostNodesArray()']]], - ['addgrid3d_11127',['AddGrid3D',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad438b41cec9d9018297e2ffb007ae4d4',1,'BLProfStats::AddGrid3D()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa2eb7356f3bcac1fa730c2e70b8c2956',1,'CommProfStats::AddGrid3D()']]], - ['addgridlevel_11128',['AddGridLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8f0c23ad5b2c50e4aa5d9dfe80338b94',1,'BLProfStats::AddGridLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad799bee97a7225cf5229845463be3b7a',1,'CommProfStats::AddGridLevel()']]], - ['addinhomogneumannflux_11129',['addInhomogNeumannFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2be65b6a2c0a68b5a8954d4be9ace8d7',1,'amrex::MLCellABecLapT::addInhomogNeumannFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7b267ba339a135bfb4352e4273f4706a',1,'amrex::MLCellLinOpT::addInhomogNeumannFlux()']]], - ['addintcomp_11130',['AddIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a495d805bcf68681c718d5316bac80c07',1,'amrex::NeighborParticleContainer::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'amrex::ParticleContainer_impl::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddIntComp()']]], - ['addinterpcorrection_11131',['addInterpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af61728546d90caca97bb2137611eacd7',1,'amrex::MLMGT']]], - ['addlineelement_11132',['addLineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a8b9fba933cd7578056dfcc8b320d62f2',1,'amrex::EB2::SplineIF']]], - ['addmaxlevel_11133',['AddMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7f6258720b8313b40605eccd777c4aa9',1,'CommProfStats::AddMaxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a645a6e707d4907bf799a752cc3545c02',1,'BLProfStats::AddMaxLevel(const int)']]], - ['addnametag_11134',['AddNameTag',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a57c5daca2bc018933fa9890370e70541',1,'BLProfStats::AddNameTag()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae68d250eab5fe4721274037a223ea4d',1,'CommProfStats::AddNameTag()']]], - ['addnametagname_11135',['AddNameTagName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9b7c512fac76d93e9f923dc1fede35ad',1,'BLProfStats::AddNameTagName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8f4075ef4f0bf6ad7016f6b6c8ad85a8',1,'CommProfStats::AddNameTagName()']]], - ['addnonstencilentriestograph_11136',['addNonStencilEntriesToGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a0d7858745aeaa487d64746b3fbf23ab2',1,'amrex::HypreMLABecLap']]], - ['addnoret_11137',['AddNoRet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ab69d18587a5c75ca3ce1f48708e865b1',1,'amrex::Gpu::Atomic']]], - ['addparticles_11138',['addParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'amrex::ParticleContainer_impl::addParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local=false)']]], - ['addparticlesatlevel_11139',['AddParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(AoS &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(ParticleTileType &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()']]], - ['addpiece_11140',['AddPiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aad8d3f466a14930a16c027402790d39e',1,'BLProfStats']]], - ['addprobdomain_11141',['AddProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94bf54529fe6dc4e33c1505fc3c364aa',1,'BLProfStats::AddProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2c70598493fad7c2700a509ddaf65584',1,'CommProfStats::AddProbDomain()']]], - ['addproduct_11142',['addproduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< EBCellFlag >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< Real >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< char >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< HYPRE_Int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< PetscInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< AtomicInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'amrex::BaseFab::addproduct()']]], - ['addproduct_11143',['AddProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad85e43bc90758c5976c72acd8cfdb033',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a71038d97e0e66d46a0a45388b7614ce1',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, int nghost)']]], - ['addrange_11144',['addRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a609c0ed6af2fb9c008782ee94de65db9',1,'amrex::DeriveRec']]], - ['addrealcomp_11145',['AddRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a394a5717e0621cf4e2250d432950cd8a',1,'amrex::NeighborParticleContainer::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'amrex::ParticleContainer_impl::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddRealComp()']]], - ['addreduction_11146',['AddReduction',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab83b8f506de59aa5696865fd57b6571f',1,'BLProfStats::AddReduction()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a997f5a337189e617326bddcfcee83a16',1,'CommProfStats::AddReduction(const long rnum, const long index)']]], - ['addrefratio_11147',['AddRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad0db4734114f935b8eb1dfd6be4a026e',1,'CommProfStats::AddRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adadada4ad1c0661dd3e58f834d87f0a5',1,'BLProfStats::AddRefRatio(const int, const amrex::IntVect &)']]], - ['addregionname_11148',['AddRegionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2365248fa0b77e322ec051d9e1073f15',1,'BLProfStats']]], - ['addregularcoarselevels_11149',['addRegularCoarseLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9',1,'amrex::EB2::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#af24a9105766a527cf4e5f12118e58ca3',1,'amrex::EB2::IndexSpaceSTL::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6a7071824d8cf842a187f86b15683537',1,'amrex::EB2::IndexSpaceImp::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a26a8d00be225eff4a34576e5bb4cacfa',1,'amrex::EB2::IndexSpaceChkptFile::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7fb0a3782aceccca024eebde7a8b292b',1,'amrex::EB2::IndexSpace::addRegularCoarseLevels()']]], - ['address_11150',['address',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5126ad48b8c7fe68b3b1e232a3c28901',1,'hacc::AlignedAllocator::address(const_reference x) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a073803473e1b799d73bd5522e87b9fdd',1,'hacc::AlignedAllocator::address(reference x) const']]], - ['addsplineelement_11151',['addSplineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a3835fb1f6868bd2b3c62cf93342f05e9',1,'amrex::EB2::SplineIF']]], - ['addstateplotvar_11152',['addStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac32245e75a89b7e4c2466f34df05aa85',1,'amrex::Amr']]], - ['addstatesmallplotvar_11153',['addStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#addec944dc521c490639b53c7eff3d1cb',1,'amrex::Amr']]], - ['addstep_11154',['AddStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a81c89776203437df9457c2eb7cbd3355',1,'amrex::BLProfiler']]], - ['addtagrange_11155',['AddTagRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a38add830bcf3ca4404d896409e645d41',1,'BLProfStats::AddTagRange()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7bc613de3ca4cd25578bdab2205f5bbd',1,'CommProfStats::AddTagRange()']]], - ['addthisbd_11156',['addThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a294641949d2f4dd2161ba42a6b10d570',1,'amrex::FabArrayBase']]], - ['addtimeminmax_11157',['AddTimeMinMax',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a7f04e8fb6b7f6db8b1e6bd5df15a16b0',1,'RegionsProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab6ae5c2056536ac2d51e6b518c8769f',1,'CommProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab8af508ebdb431fe7c689cf16e7c61cc',1,'BLProfStats::AddTimeMinMax(const double, const double)']]], - ['addtimertime_11158',['AddTimerTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3698d9c0a0b63c0359dbefe58727de34',1,'BLProfStats::AddTimerTime()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8644de4cf3fc15441df7b92f4b50c84',1,'CommProfStats::AddTimerTime(const double tt)']]], - ['addtopocoord_11159',['AddTopoCoord',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad36a244d17cc3887b94206dcf28f8554',1,'CommProfStats::AddTopoCoord()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#afb36dd9875521a2e849fbb19fdf6334d',1,'BLProfStats::AddTopoCoord()']]], - ['addweight_11160',['addWeight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#af182f43dc9ced3e1b9bb6e702c8071f6',1,'amrex::WeightedBoxList']]], - ['adjcell_11161',['adjCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44',1,'amrex']]], - ['adjcellhi_11162',['adjCellHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c',1,'amrex']]], - ['adjcelllo_11163',['adjCellLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb',1,'amrex']]], - ['adjust_5fsingular_5fmatrix_11164',['adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af11e3c7489ef57cc0b55dd79d2a355ea',1,'amrex::HypreNodeLap']]], - ['adjustsingularmatrix_11165',['adjustSingularMatrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa519417203a86774395f30648b2f8720',1,'amrex::HypreIJIface']]], - ['advance_11166',['advance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a96b6f33d22c9341b1cff894f17555f47',1,'amrex::AmrLevel::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a8fd0bd1a546d76eaf337dabca422ead4',1,'amrex::FEIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4d714675069097ce07c843145e45d465',1,'amrex::IntegratorBase::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada5e46fb855c0ec424f31edd25bc953a',1,'amrex::RKIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5db76fd7e2cd637504a4addd0d3f4a88',1,'amrex::SundialsIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ad1ba45d94e1a50ca73a6d9d43b36a87a',1,'amrex::TimeIntegrator::advance()']]], - ['advectwithucc_11167',['AdvectWithUcc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a253582e870527bc4f7b3b9d8fa0e57ca',1,'amrex::TracerParticleContainer']]], - ['advectwithumac_11168',['AdvectWithUmac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#aeb2b5968ca674ddbf8ffa162622a3bf1',1,'amrex::TracerParticleContainer']]], - ['afterbarrier_11169',['AfterBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af04068edae93669e158694c835b0ec0c',1,'CommProfStats']]], - ['aggregationbuffer_11170',['AggregationBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a057b501a3b5f73f4c897da8ec8dd26f9',1,'amrex::ParticleContainerBase']]], - ['aggregationtype_11171',['AggregationType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad4184276cc974fbc7a8316a89df2eb25',1,'amrex::ParticleContainerBase']]], - ['align_11172',['align',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a253c417e0bd2863509c75d6250468a4e',1,'amrex::Arena']]], - ['aligned_5fsize_11173',['aligned_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591',1,'amrex']]], - ['alignedallocator_11174',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a761f44c4b8f456d6d016c21afb436091',1,'hacc::AlignedAllocator::AlignedAllocator()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a004c400f85ee6563f3c4178d4ee62f77',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa80f9621109e48a22cbd1561d2024677',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< U, M > &)']]], - ['allbucketsonproc_11175',['allBucketsOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8e59a013a0750aca08aae732ec6789eb',1,'amrex::ParticleBufferMap']]], - ['allcalltimesfab_11176',['AllCallTimesFAB',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a409ca89dc56939d0cbc9155ef274d8dc',1,'RegionsProfStats']]], - ['allgather_11177',['AllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65',1,'amrex::ParallelAllGather::AllGather(const T &v, T *vs, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35',1,'amrex::ParallelAllGather::AllGather(const T *v, int cnt, T *vs, MPI_Comm comm)']]], - ['allgatherboxes_11178',['AllGatherBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c',1,'amrex']]], - ['allge_11179',['allGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'IntVectND< AMREX_SPACEDIM >::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'amrex::IntVectND::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'IntVectND< AMREX_SPACEDIM >::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'amrex::IntVectND::allGE(const IntVectND< dim > &rhs) const noexcept']]], - ['allgt_11180',['allGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'amrex::IntVectND::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'amrex::IntVectND::allGT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'IntVectND< AMREX_SPACEDIM >::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'IntVectND< AMREX_SPACEDIM >::allGT(int rhs) const noexcept']]], - ['allle_11181',['allLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'IntVectND< AMREX_SPACEDIM >::allLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'amrex::IntVectND::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'amrex::IntVectND::allLE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'IntVectND< AMREX_SPACEDIM >::allLE(const IntVectND< dim > &rhs) const noexcept']]], - ['alllt_11182',['allLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'IntVectND< AMREX_SPACEDIM >::allLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'amrex::IntVectND::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'amrex::IntVectND::allLT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'IntVectND< AMREX_SPACEDIM >::allLT()']]], - ['alloc_11183',['alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a221d8a8dd30da0cd6500d91d6c48742f',1,'amrex::PArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a46ce2cd5cfc039cec64548b031fbde2e',1,'amrex::Arena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ac5b992935b798555e12f3ed280420c5b',1,'amrex::BArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8d55773acd31606b385f0a524587bd1d',1,'amrex::CArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#adcabda73bbd0120b08dbb2cda22a6427',1,'amrex::DataAllocator::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1a40bc13e5fda7545591fa3b7cc50a04',1,'amrex::detail::SingleChunkArena::alloc()']]], - ['alloc_5fin_5fplace_11184',['alloc_in_place',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aabdec69d9448201fc6c85635ea6f18b7',1,'amrex::Arena::alloc_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a61c3deadcb0c3c69b91ecec373b086ee',1,'amrex::CArena::alloc_in_place(void *pt, std::size_t szmin, std::size_t szmax) final']]], - ['alloc_5fprotected_11185',['alloc_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#acb20836b76ef5e5c0fb002637132c442',1,'amrex::CArena']]], - ['allocate_11186',['allocate',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa3873295a150cc0fbed2a47c7db9caad',1,'hacc::AlignedAllocator::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'amrex::ArenaAllocatorBase::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate()']]], - ['allocate_5fin_5fplace_11187',['allocate_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'amrex::ArenaAllocatorBase::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a0ffdf10b9c0154b69807f717fb71ff71',1,'amrex::detail::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate_in_place()']]], - ['allocate_5fscratch_11188',['allocate_scratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'amrex::GMRES::allocate_scratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'GMRES< MF, GMRESMLMGT< MF > >::allocate_scratch()']]], - ['allocate_5fsystem_11189',['allocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afc721e195430f79b2d1b287c490ef0fb',1,'amrex::Arena']]], - ['allocateboxarray_11190',['AllocateBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#adcc32bbfdc881b55d739ac448f1d5d85',1,'amrex::InSituUtils']]], - ['allocatebufferforinsert_11191',['AllocateBufferForInsert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::BoxND >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'amrex::PODVector::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< unsigned int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< std::size_t >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< index_type >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::XDim3 >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::NeighborCode >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForInsert()']]], - ['allocatebufferforpush_11192',['AllocateBufferForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< index_type >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::XDim3 >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::NeighborCode >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::BoxND >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'amrex::PODVector::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< std::size_t >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< unsigned int >::AllocateBufferForPush()']]], - ['allocfabs_11193',['AllocFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< TagBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'amrex::FabArray::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< IArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< FArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::Mask >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::EBCellFlagFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::CutFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< PetscInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< AtomicInt > >::AllocFabs()']]], - ['allocolddata_11194',['allocOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6508a7e48f0d9da16e52fe4c79917ed3',1,'amrex::AmrLevel::allocOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac696f694c50d2b6251f9576fabfdedcb',1,'amrex::StateData::allocOldData()']]], - ['allowmultiplemfiters_11195',['allowMultipleMFIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3a8a7a77b913c5ddc8b352f2610e9cd1',1,'amrex::MFIter']]], - ['allprint_11196',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html#aea174ee088ce5e27479e1c0a7445d75a',1,'amrex::AllPrint']]], - ['allprinttofile_11197',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html#a458d380fa6223f8ecbc5eecef4080728',1,'amrex::AllPrintToFile']]], - ['almostequal_11198',['almostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6',1,'amrex']]], - ['almostequal_11199',['AlmostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad547d6295814fdf857cbec46887092',1,'amrex']]], - ['amr_11200',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a39d13c1163b1e2bb81ea1494479301',1,'amrex::Amr::Amr(LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6775cf62918686cc49888b7e6fdf04f8',1,'amrex::Amr::Amr(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord, LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a64ac23e1861e87fa064c6d37d5ab0912',1,'amrex::Amr::Amr(Amr &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a850f1090f6ca9e8b954eeb61dff6ddb1',1,'amrex::Amr::Amr(const Amr &rhs)=delete']]], - ['amrassigngrid_11201',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'amrex::AmrAssignGrid::AmrAssignGrid()']]], - ['amrcore_11202',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac0a84aa89a7db1e9543096d9c9f50a65',1,'amrex::AmrCore::AmrCore(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac9680d7596a200d0a7403732101565e2',1,'amrex::AmrCore::AmrCore(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > ref_ratios=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#afb69ffb7fcb6a73fd03d61b5752424b4',1,'amrex::AmrCore::AmrCore(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &ref_ratios, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a5d9e69f3be72cef7a8aa76cf94f9588c',1,'amrex::AmrCore::AmrCore(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a221c9b12e81a586f11d7cf5883e3038c',1,'amrex::AmrCore::AmrCore(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a30f4c446e360d02875146f91f942012c',1,'amrex::AmrCore::AmrCore()']]], - ['amrdata_11203',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8fbbfb01083cf0c56560f765945cdfb4',1,'amrex::AmrData']]], - ['amrdataadaptor_11204',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a3e22c77fccec5c37868f505251044032',1,'amrex::AmrDataAdaptor']]], - ['amrdataok_11205',['AmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0d74eb70fa1a19985daef03dbf6c0055',1,'amrex::DataServices']]], - ['amrdataref_11206',['AmrDataRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19f9eafb4a1d4d6446f89ec754096e7d',1,'amrex::DataServices']]], - ['amrerrortag_11207',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a26460c9eca93506a137032d65b357efe',1,'amrex::AMRErrorTag::AMRErrorTag(AMRErrorTag::UserFunc *userfunc, std::string field, int ngrow, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a324f086df633a16e2277211771e9864d',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Vector< amrex::Real > value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a47dd3a5e4699282c4d0507100d91b3da',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Real value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a6bdb6f405b8980271203a4dd7bbf66af',1,'amrex::AMRErrorTag::AMRErrorTag(const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept']]], - ['amrex_11208',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ac0662c8a56afbc04493004cebe490826',1,'amrex::AMReX::AMReX()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a5b73d42e9a3382fdbdf48691f1ca541f',1,'amrex::AMReX::AMReX(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad8198c112ee47aabbd7239cbcf054427',1,'amrex::AMReX::AMReX(AMReX &&)=delete']]], - ['amrex_5fabort_11209',['amrex_abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc',1,'amrex_error_module']]], - ['amrex_5favg_5fcc_5fto_5ffc_11210',['amrex_avg_cc_to_fc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0',1,'amrex::amrex_avg_cc_to_fc(int i, int, int, int n, Box const &xbx, Array4< Real > const &fx, Array4< Real const > const &cc, GeometryData const &gd, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int, int n, Box const &xbx, Box const &ybx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int k, int n, Box const &xbx, Box const &ybx, Box const &zbx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real > const &fz, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept']]], - ['amrex_5favg_5feg_5fto_5fcc_11211',['amrex_avg_eg_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b',1,'amrex::amrex_avg_eg_to_cc(int i, int, int, Array4< Real > const &cc, Array4< Real const > const &Ex, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int k, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, Array4< Real const > const &Ez, int cccomp) noexcept']]], - ['amrex_5favg_5ffc_5fto_5fcc_11212',['amrex_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc',1,'amrex::amrex_avg_fc_to_cc(int i, int, int, Array4< CT > const &cc, Array4< FT const > const &fx, int cccomp, GeometryData const &gd) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int k, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, Array4< FT const > const &fz, int cccomp) noexcept']]], - ['amrex_5favg_5fnd_5fto_5fcc_11213',['amrex_avg_nd_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4',1,'amrex']]], - ['amrex_5favgdown_11214',['amrex_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc',1,'amrex::amrex_avgdown(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af',1,'amrex::amrex_avgdown(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept']]], - ['amrex_5favgdown_5fedges_11215',['amrex_avgdown_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268',1,'amrex::amrex_avgdown_edges(Box const &bx, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504',1,'amrex::amrex_avgdown_edges(int i, int, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], - ['amrex_5favgdown_5ffaces_11216',['amrex_avgdown_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f',1,'amrex::amrex_avgdown_faces(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17',1,'amrex::amrex_avgdown_faces(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], - ['amrex_5favgdown_5fnodes_11217',['amrex_avgdown_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785',1,'amrex::amrex_avgdown_nodes(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73',1,'amrex::amrex_avgdown_nodes(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], - ['amrex_5favgdown_5fwith_5fvol_11218',['amrex_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73105d96fa345efe695b754359eacc4b',1,'amrex::amrex_avgdown_with_vol(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, Array4< T const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac094c7f6f35727205b4986aae651c761',1,'amrex::amrex_avgdown_with_vol(int i, int j, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< Real const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], - ['amrex_5fcalc_5falpha_5fstencil_11219',['amrex_calc_alpha_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6',1,'amrex']]], - ['amrex_5fcalc_5fcentroid_5flimiter_11220',['amrex_calc_centroid_limiter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167',1,'amrex']]], - ['amrex_5fcalc_5fxslope_11221',['amrex_calc_xslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151',1,'amrex']]], - ['amrex_5fcalc_5fxslope_5fextdir_11222',['amrex_calc_xslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb',1,'amrex']]], - ['amrex_5fcalc_5fyslope_11223',['amrex_calc_yslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51',1,'amrex']]], - ['amrex_5fcalc_5fyslope_5fextdir_11224',['amrex_calc_yslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b',1,'amrex']]], - ['amrex_5fcoarsen_5fintvect_11225',['amrex_coarsen_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c',1,'amrex_fort_module']]], - ['amrex_5fcompute_5fconvective_5fdifference_11226',['amrex_compute_convective_difference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< amrex::Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &w_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, Array4< Real const > const &s_on_z_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fdivergence_11227',['amrex_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fdivergence_5frz_11228',['amrex_compute_divergence_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be',1,'amrex']]], - ['amrex_5fcompute_5fgradient_11229',['amrex_compute_gradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['amrex_5fcompute_5fgradient_5frz_11230',['amrex_compute_gradient_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65',1,'amrex']]], - ['amrex_5fdelete_5fparmparse_11231',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html#a35b2283a5bb6463094f49b874b125bb7',1,'amrex_parmparse_module::amrex_delete_parmparse']]], - ['amrex_5fdeposit_5fcic_11232',['amrex_deposit_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00779f2a650345e29919bda485417d90',1,'amrex']]], - ['amrex_5fdeposit_5fparticle_5fdx_5fcic_11233',['amrex_deposit_particle_dx_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14',1,'amrex']]], - ['amrex_5feb2_5fbuild_5ftypes_11234',['amrex_eb2_build_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t > const &ex, Array4< Type_t > const &ey, Array4< Type_t > const &ez)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy)']]], - ['amrex_5feb_5fdisable_5freredistribution_11235',['amrex_eb_disable_reredistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5',1,'amrex_eb_flux_reg_nd_module']]], - ['amrex_5feb_5fget_5freredistribution_5fthreshold_11236',['amrex_eb_get_reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7',1,'amrex_eb_flux_reg_nd_module']]], - ['amrex_5ferror0_11237',['amrex_error0',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a1a665618595cc86a5fe96e85561e9dbc',1,'amrex_error_module::amrex_error::amrex_error0()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a',1,'amrex_error_module::amrex_error0()']]], - ['amrex_5ferror1_5fch_11238',['amrex_error1_ch',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a6bbbbc50ad91c5de76d9f492bb162470',1,'amrex_error_module::amrex_error::amrex_error1_ch()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247',1,'amrex_error_module::amrex_error1_ch()']]], - ['amrex_5ferror1_5fi_11239',['amrex_error1_i',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a903ff60eda087010d20068d4eed379ba',1,'amrex_error_module::amrex_error::amrex_error1_i()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7',1,'amrex_error_module::amrex_error1_i()']]], - ['amrex_5ferror1_5fr_11240',['amrex_error1_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#aa103fab456dcf1a3a48d1c7d27f25d34',1,'amrex_error_module::amrex_error::amrex_error1_r()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6',1,'amrex_error_module::amrex_error1_r()']]], - ['amrex_5ffab_5ffilcc_11241',['amrex_fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1',1,'amrex_filcc_module']]], - ['amrex_5ffi_5fabort_11242',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html#af63579dab608ba94f534178bbad32295',1,'amrex_error_module::amrex_fi_abort']]], - ['amrex_5ffi_5ferror_11243',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html#a698247761e152df0ea6a916e0e365040',1,'amrex_error_module::amrex_fi_error']]], - ['amrex_5ffi_5fpd_5fbcast_5fr_11244',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html#ace812da34b7598d9fd221a594080b255',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r']]], - ['amrex_5ffi_5fpd_5fioprocessor_11245',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html#ac765a3578df4e62522d21e0eb6ec2969',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor']]], - ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_11246',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html#a8982f3fdc602ce3e7a05c55d7193667c',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number']]], - ['amrex_5ffi_5fpd_5fmyproc_11247',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html#a02957b84a9c8ca00e591712627aa6ea3',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc']]], - ['amrex_5ffi_5fpd_5fnprocs_11248',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html#a522ade5dba9e7fc6f1942c44bfc0c9e1',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs']]], - ['amrex_5ffi_5fpd_5fwtime_11249',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html#a0e54240aedd2202434b50c5b107a41ed',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime']]], - ['amrex_5ffi_5fwarning_11250',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html#a506159cd9cccb548d812c7edf14805d8',1,'amrex_error_module::amrex_fi_warning']]], - ['amrex_5ffilcc_5f1_11251',['amrex_filcc_1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#acf630b4902f09f2492c6c5fb4b31da7d',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb',1,'amrex_filcc_module::amrex_filcc_1()']]], - ['amrex_5ffilcc_5fn_11252',['amrex_filcc_n',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#ab566cd62b1b32a8f4232e5a8c7bd8215',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_n()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7',1,'amrex_filcc_module::amrex_filcc_n(q, qlo, qhi, domlo, domhi, dx, xlo, bclo, bchi)']]], - ['amrex_5ffilccn_11253',['amrex_filccn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686',1,'amrex_filcc_module']]], - ['amrex_5ffill_5fslice_5finterp_11254',['amrex_fill_slice_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224',1,'amrex']]], - ['amrex_5ffinalize_5facc_11255',['amrex_finalize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7537721c18f228fca42f0db3e75a4470',1,'amrex_acc_module']]], - ['amrex_5ffinalize_5fnamelist_11256',['amrex_finalize_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afa4b2a65f17b770eaf9771705a09b5a1',1,'amrex_parmparse_module']]], - ['amrex_5ffirst_5forder_5fextrap_5fcpu_11257',['amrex_first_order_extrap_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8',1,'amrex']]], - ['amrex_5ffirst_5forder_5fextrap_5fgpu_11258',['amrex_first_order_extrap_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2',1,'amrex']]], - ['amrex_5fflux_5fredistribute_11259',['amrex_flux_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e',1,'amrex']]], - ['amrex_5ffree_11260',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html#a707447ae9a46c196fd31a6e73e6fde3b',1,'amrex_fort_module::amrex_free']]], - ['amrex_5fhoextraptocc_11261',['amrex_hoextraptocc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e',1,'amrex_filcc_module']]], - ['amrex_5finit_5fnamelist_11262',['amrex_init_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2240f47e9202eae11b9c2cf3df63056c',1,'amrex_parmparse_module']]], - ['amrex_5finitialize_5facc_11263',['amrex_initialize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7eb8614e7eeb5eca0fea6ecaf6ad999a',1,'amrex_acc_module']]], - ['amrex_5fiparser_5fdelete_11264',['amrex_iparser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1',1,'amrex']]], - ['amrex_5fiparser_5fnew_11265',['amrex_iparser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073',1,'amrex']]], - ['amrex_5fksp_11266',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aca69bd49d75894353d06d30c558aac72',1,'amrex::amrex_KSP::amrex_KSP()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aea22ab1cf579dcbf2940e424d3e0875e',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a86adf29edda60b11a0d52179a48c6dcc',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP &&)=delete']]], - ['amrex_5fmalloc_11267',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html#a474a838f9d50acec1ac42d581248934d',1,'amrex_fort_module::amrex_malloc']]], - ['amrex_5fmat_11268',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a14bdbf5e9222968ac32e71d6793f5d39',1,'amrex::amrex_Mat::amrex_Mat()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a3b75dd52e71b3a11d595fdaf4f2e4e71',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#ae605c1439b1b88e367a6757b46e78c9e',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat &&)=delete']]], - ['amrex_5fmempool_5falloc_11269',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html#adb2b65dfc1aec59150d1a8ed47e40fb4',1,'amrex_mempool_module::amrex_mempool_alloc']]], - ['amrex_5fmempool_5ffree_11270',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html#a8f6d10e93389b7a67a277c72cb1632e4',1,'amrex_mempool_module::amrex_mempool_free']]], - ['amrex_5fmllinop_5fapply_5fbc_11271',['amrex_mllinop_apply_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a198adb293f84d85a8b1c8293e428b88c',1,'amrex_mllinop_nd_module']]], - ['amrex_5fnew_5fparmparse_11272',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html#a1be92a19b01b3ec020a93436e5046e52',1,'amrex_parmparse_module::amrex_new_parmparse']]], - ['amrex_5fparmparse_5fadd_5fbool_11273',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html#a66f1a20a65d9ca9470824a7c7f97697a',1,'amrex_parmparse_module::amrex_parmparse_add_bool']]], - ['amrex_5fparmparse_5fadd_5fint_11274',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html#a7a516b6e345a64a085fa8b498d32e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_int']]], - ['amrex_5fparmparse_5fadd_5fintarr_11275',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html#abf2b8e83555c7480ee31dad986323912',1,'amrex_parmparse_module::amrex_parmparse_add_intarr']]], - ['amrex_5fparmparse_5fadd_5freal_11276',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html#a16e379e4ffa6b3fcc2f477ee2f277cab',1,'amrex_parmparse_module::amrex_parmparse_add_real']]], - ['amrex_5fparmparse_5fadd_5frealarr_11277',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html#a38dd6e27c1ba219174c16870853e0975',1,'amrex_parmparse_module::amrex_parmparse_add_realarr']]], - ['amrex_5fparmparse_5fadd_5fstring_11278',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html#a988b13fe082afcf29f4d61fe2de1e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_string']]], - ['amrex_5fparmparse_5fadd_5fstringarr_11279',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html#acaa614221f79466050f0803965f1bc82',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr']]], - ['amrex_5fparmparse_5fassign_11280',['amrex_parmparse_assign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ac7eb4f4fb08fb1fe22d895d4ea48e90f',1,'amrex_parmparse_module::amrex_parmparse_assign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a939cd8c93d4cdbee4165f9b5923b2978',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_assign()']]], - ['amrex_5fparmparse_5fbuild_11281',['amrex_parmparse_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a5159132ce76a022a5c7def8ec38a8880',1,'amrex_parmparse_module']]], - ['amrex_5fparmparse_5fdelete_5fcp_5fchar_11282',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html#aed6352ced14952145ea0dd0bd4723bdb',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char']]], - ['amrex_5fparmparse_5fdestroy_11283',['amrex_parmparse_destroy',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9997ef40c49a9721423e8bec4f30e14',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a240bfde0d7f9495e75761ac59a91dfe6',1,'amrex_parmparse_module::amrex_parmparse_destroy()']]], - ['amrex_5fparmparse_5fget_5fbool_11284',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html#a99846b43a41a77557855585ac13555e3',1,'amrex_parmparse_module::amrex_parmparse_get_bool']]], - ['amrex_5fparmparse_5fget_5fcounts_11285',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html#a8b8d54bfcfee670480bf6a8479318ace',1,'amrex_parmparse_module::amrex_parmparse_get_counts']]], - ['amrex_5fparmparse_5fget_5fint_11286',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html#add6de89cf61130c870ea8f36112da3af',1,'amrex_parmparse_module::amrex_parmparse_get_int']]], - ['amrex_5fparmparse_5fget_5fintarr_11287',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html#a16f4eeb60412dbdb36591e9b021dfa2e',1,'amrex_parmparse_module::amrex_parmparse_get_intarr']]], - ['amrex_5fparmparse_5fget_5freal_11288',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html#a7bdfd95b2ce5a8d1ba5763430a49effe',1,'amrex_parmparse_module::amrex_parmparse_get_real']]], - ['amrex_5fparmparse_5fget_5frealarr_11289',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html#ae2b704ac422486a51e530a62849a119d',1,'amrex_parmparse_module::amrex_parmparse_get_realarr']]], - ['amrex_5fparmparse_5fget_5fstring_11290',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html#ab44ff1b1fa681f3b10a9b9b8c194365b',1,'amrex_parmparse_module::amrex_parmparse_get_string']]], - ['amrex_5fparmparse_5fget_5fstringarr_11291',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html#a61fe4caeb4e56c80853d6f1b780b7107',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr']]], - ['amrex_5fparmparse_5fquery_5fbool_11292',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html#a07401369ede8f5f13b856d53beee87dc',1,'amrex_parmparse_module::amrex_parmparse_query_bool']]], - ['amrex_5fparmparse_5fquery_5fint_11293',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html#a444f902d4afc4cb2d7f23a3bb23dec25',1,'amrex_parmparse_module::amrex_parmparse_query_int']]], - ['amrex_5fparmparse_5fquery_5freal_11294',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html#a5a54a2c523b950cb67bf937c9fc20cf0',1,'amrex_parmparse_module::amrex_parmparse_query_real']]], - ['amrex_5fparmparse_5fquery_5fstring_11295',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html#a391538d43a5a4e75b4c96a7b801ae0a0',1,'amrex_parmparse_module::amrex_parmparse_query_string']]], - ['amrex_5fparser_5fdelete_11296',['amrex_parser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17',1,'amrex']]], - ['amrex_5fparser_5fnew_11297',['amrex_parser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f',1,'amrex']]], - ['amrex_5fpartition_5fhelper_11298',['amrex_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3',1,'amrex::detail']]], - ['amrex_5fpd_5fbcast_5fr_11299',['amrex_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0dc4f5ab19e59b9eef022747ac0d6f3f',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a340f780bf33f6f266f684d916bc7d71a',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r()']]], - ['amrex_5fpd_5fbcast_5fr2v_11300',['amrex_pd_bcast_r2v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#ac483180176741214ea0f2ef611b77263',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r2v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a159c62d36c55a038f9a058400c25cddf',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r2v()']]], - ['amrex_5fpd_5fbcast_5fr3v_11301',['amrex_pd_bcast_r3v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0950705752a3ec1defbb7701ac28a32b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r3v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a7a3608d319a39ae7db70bbd9362b143b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r3v()']]], - ['amrex_5fpd_5fbcast_5frv_11302',['amrex_pd_bcast_rv',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a2f2085463e4f7381decb0edc764b9df6',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_rv()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a0b4f88406790fe12faee067b036014bb',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_rv(x, a_root)']]], - ['amrex_5fpd_5fioprocessor_11303',['amrex_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a13e70e6cf4cfe72233e9a28ca14245e0',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fioprocessor_5fnumber_11304',['amrex_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a467738899f667913f4c9e3a9f1bfb1f6',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fmyproc_11305',['amrex_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a92b50119645b49ec71e1517aaddbbdaf',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fnprocs_11306',['amrex_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a263268abdd1d3bb2d859542bfd03251d',1,'amrex_paralleldescriptor_module']]], - ['amrex_5fpd_5fwtime_11307',['amrex_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a2fa55a14c84d0e1da19ba1cf9b8c0c72',1,'amrex_paralleldescriptor_module']]], - ['amrex_5frandom_11308',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html#ab61c147cc6240361146c83a1c3a7b635',1,'amrex_fort_module::amrex_random']]], - ['amrex_5frandom_5fint_11309',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html#a35272cd6016c41793c14f2eed2b797c8',1,'amrex_fort_module::amrex_random_int']]], - ['amrex_5freal_5farray_5finit_11310',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html#ae554aa5f1988218666af9ecf97875026',1,'amrex_mempool_module::amrex_real_array_init']]], - ['amrex_5fset_5facc_5fstream_11311',['amrex_set_acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#ae6e5f688f216b146a2cc609ec638a462',1,'amrex_acc_module']]], - ['amrex_5fsetarea_11312',['amrex_setarea',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept']]], - ['amrex_5fsetdloga_11313',['amrex_setdloga',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept']]], - ['amrex_5fsetvol_11314',['amrex_setvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int coord) noexcept']]], - ['amrex_5fstable_5fpartition_5fhelper_11315',['amrex_stable_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a685da3e1082796b88fdcd226e6cd923d',1,'amrex::detail']]], - ['amrex_5fstring_5fbuild_11316',['amrex_string_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a8661803d88bd3264e542f0f1362406e1',1,'amrex_string_module']]], - ['amrex_5fstring_5fc_5fto_5ff_11317',['amrex_string_c_to_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a959bc74ecd938061a024fb0d210facad',1,'amrex_string_module']]], - ['amrex_5fstring_5ff_5fto_5fc_11318',['amrex_string_f_to_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a0bf8f20010cb63d36d70475cce439c7d',1,'amrex_string_module']]], - ['amrex_5fstring_5ff_5fto_5flower_11319',['amrex_string_f_to_lower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a4c4d4d30474688b40ff24d73c6d93073',1,'amrex_string_module']]], - ['amrex_5ftt_5fspecialize_11320',['amrex_tt_specialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aea93d9dae530ab0650826726ebba0dfb',1,'amrex::InSituUtils']]], - ['amrex_5fvec_11321',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#affcee19c79c7a8c04f832e0af8902984',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#af4e005e8ce98838fa28fe75872a8fc05',1,'amrex::amrex_Vec::amrex_Vec()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#a29e1b205830804ee67abd7c0926214f3',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec &&)=delete']]], - ['amrex_5fwarning_11322',['amrex_warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a37d3d2303e183b835660cf63a47ecbaf',1,'amrex_error_module']]], - ['amrinsitubridge_11323',['AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a034677422f4ebd5a28aeb1c63004e17b',1,'amrex::AmrInSituBridge::AmrInSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a9703ac84239ce8c201936c8e61bb0d7f',1,'amrex::AmrInSituBridge::AmrInSituBridge(const AmrInSituBridge &)=delete']]], - ['amrlevel_11324',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#abff2e9f744631b186366976b2004a39f',1,'amrex::AmrLevel::AmrLevel(Amr &papa, int lev, const Geometry &level_geom, const BoxArray &ba, const DistributionMapping &dm, Real time)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae244321a30ba83806ce8204b7c437480',1,'amrex::AmrLevel::AmrLevel() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab329e55cd5e52a04db311b580716eaf9',1,'amrex::AmrLevel::AmrLevel(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#addb399ac982bc95a1cb0456447f13e0e',1,'amrex::AmrLevel::AmrLevel(const AmrLevel &)=delete']]], - ['amrmesh_11325',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a43f67413ffdd911f5a91e9041bb20d0e',1,'amrex::AmrMesh::AmrMesh(AmrMesh &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa3d1b57d3957feca7d0f897ec2e62824',1,'amrex::AmrMesh::AmrMesh(const AmrMesh &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac0486abd196135fb9ac41748f2d2f1c9',1,'amrex::AmrMesh::AmrMesh(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a82b57f9cf8e12e9542c14f7d00a986ff',1,'amrex::AmrMesh::AmrMesh(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &a_refrat, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a58e7077dec217e4bdad1f5221e6229cc',1,'amrex::AmrMesh::AmrMesh(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > refrat=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a163e8a28e1f841b2c174d6d34664e2d3',1,'amrex::AmrMesh::AmrMesh()']]], - ['amrmeshdataadaptor_11326',['AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a2343c3cec45162fdd013661122a5ed0f',1,'amrex::AmrMeshDataAdaptor']]], - ['amrmeshinsitubridge_11327',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a0682f7ec6b4f8b170006ba8eca78d77f',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge(const AmrMeshInSituBridge &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ae631b7c3debd13f369129d9285c961dc',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge()']]], - ['amrpargdb_11328',['AmrParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac5b326613074f25002466af98f19e6fc',1,'amrex::AmrParGDB']]], - ['amrparticlecontainer_5fimpl_11329',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8dfdf537de9a189b64d28595f876479a',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#adc394dad10b9a110b90b65afc7e6c7b6',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a9ab1f0679cf258ca57336ab58281f8ef',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrCore *amr_core)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a38165bb180432ccb33f55994387fbfcf',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#aa45d393b71a8d7087903259612c4896f',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrParticleContainer_impl &&) noexcept=default']]], - ['amrparticlelocator_11330',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'amrex::AmrParticleLocator::AmrParticleLocator(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'amrex::AmrParticleLocator::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'amrex::AmrParticleLocator::AmrParticleLocator()=default']]], - ['amrrefratio_11331',['AMRRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'amrex::MLLinOpT::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'amrex::MLLinOpT::AMRRefRatio() const noexcept']]], - ['amrtracerparticlecontainer_11332',['AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a23348165a8cf6ca0051141058e3e63d7',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#ad044827a807fc8f0f55d4b21fe9451ce',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrCore *amr_core)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a758508e41568ce23b98b4238119002da',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(const AmrTracerParticleContainer &)=delete']]], - ['and_11333',['And',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a00fc670ea311d38034fcb05f6cfdeca7',1,'amrex::Mask::And(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac79eca6126b2c2707ca883dca7545ef5',1,'amrex::Mask::And(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a96f1c0a3f48e6f4ed9b6509b55bfe86c',1,'amrex::Mask::And(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a187ebef1089afa8f5b0c251fc84974da',1,'amrex::Mask::And(const Mask &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7',1,'amrex::ParallelAllReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de',1,'amrex::ParallelReduce::And()']]], - ['any_11334',['any',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60b385a670733e5570818f7007307e1c',1,'amrex::any()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'amrex::IndexTypeND::any()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'IndexTypeND< AMREX_SPACEDIM >::any()']]], - ['any_11335',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a794f63d073e59619a7fed27e8e40e2ba',1,'amrex::Any::Any()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#afc3bc0660243e8d8719884a2f81a2a3a',1,'amrex::Any::Any(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#aff8ca6a4b83b6cef467c7899d658aa47',1,'amrex::Any::Any(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a131293f3371ec68e9b9b274c54436512',1,'amrex::Any::Any(MF &&mf)']]], - ['anyof_11336',['AnyOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367',1,'amrex::Reduce::AnyOf(N n, T const *v, P const &pred)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581',1,'amrex::Reduce::AnyOf(Box const &box, P const &pred)']]], - ['append_11337',['append',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ac43f48e56f1fd91ced82b35b4f8f8458',1,'amrex::ClusterList::append()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#ac00b940669dee9267e5483a43a9b8b7e',1,'amrex::Gpu::Elixir::append()']]], - ['apply_11338',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'amrex::MLLinOpT']]], - ['apply_11339',['Apply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6',1,'amrex::Apply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87',1,'amrex::NonLocalBC::Apply()']]], - ['apply_11340',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a69ba35dbecc64670348ed8611260dfd9',1,'amrex::GMRESMLMGT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8755fe1a7a09db77e7d810dd9dfdb107',1,'amrex::MLCellLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aad3bf0c581e04684d7ecbe73942226e0',1,'amrex::MLCurlCurl::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a8e392e42b5c238124145af83776d575a',1,'amrex::MLEBABecLap::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a11ebb75b0246b6a3df2dbc44d2cdb2ab',1,'amrex::MLEBTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'MLLinOpT< Array< MultiFab, 3 > >::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4cd706acd1fbd898473f0a25bcc9e157',1,'amrex::MLMGT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abc2fbffffd5da85d5d31c81bae2db67e',1,'amrex::MLNodeLinOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ade3193e75ea3a658b19b111c98373f73',1,'amrex::MLTensorOp::apply()']]], - ['apply_5fflux_5fredistribution_11341',['apply_flux_redistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0',1,'amrex']]], - ['apply_5fimpl_11342',['apply_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676',1,'amrex::detail']]], - ['applybc_11343',['applyBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a251a2f1de9fea9f0d0230e04b19c078e',1,'amrex::MLCellLinOpT::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a10b37b198807f386acf45ea68c73b87c',1,'amrex::MLCurlCurl::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a52602de1306c8ae67aa5b45c984b5ae6',1,'amrex::MLEBABecLap::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af78475fe4fe5c23c340632733e045bd0',1,'amrex::MLNodeLinOp::applyBC()']]], - ['applybctensor_11344',['applyBCTensor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6cf6cb52bc1116d3bae93ea118d55096',1,'amrex::MLEBTensorOp::applyBCTensor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#afd1fbd89d6fdbe0014a9efeaf4e6ce06',1,'amrex::MLTensorOp::applyBCTensor()']]], - ['applydtosandprojectiononreciever_11345',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a961b07dcb0ecaf46a06c9e792f6e451f',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever(const PackComponents &components, DTOS dtos_=DTOS{}, FabProj proj_=FabProj{})'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a86713118d056b9b6aecf7c588915b7a4',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever()=default']]], - ['applyinhomogneumannterm_11346',['applyInhomogNeumannTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'amrex::MLLinOpT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'MLLinOpT< Array< MultiFab, 3 > >::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae96c2381214550fc17f99eeac401eeee',1,'amrex::MLCellABecLapT::applyInhomogNeumannTerm()']]], - ['applyinitialredistribution_11347',['ApplyInitialRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28',1,'amrex::ApplyInitialRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &U_out, amrex::Array4< amrex::Real > const &U_in, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &geom, std::string const &redistribution_type, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b',1,'amrex::ApplyInitialRedistribution(Box const &bx, int ncomp, Array4< Real > const &U_out, Array4< Real > const &U_in, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, std::string const &redistribution_type, int srd_max_order, amrex::Real target_volfrac)']]], - ['applyinverse_11348',['ApplyInverse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac',1,'amrex::NonLocalBC']]], - ['applymetricterm_11349',['applyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'amrex::MLLinOpT::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a87bccd5330e4295f7108cf56c0a1cd20',1,'amrex::MLCellLinOpT::applyMetricTerm()']]], - ['applymetrictermscoeffs_11350',['applyMetricTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adf470c2b5166676692960bdae13495d1',1,'amrex::MLABecLaplacianT']]], - ['applymlredistribution_11351',['ApplyMLRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7',1,'amrex::ApplyMLRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, int as_crse, Array4< Real > const &rr_drho_crse, Array4< int const > const &rr_flag_crse, int as_fine, Array4< Real > const &dm_as_fine, Array4< int const > const &levmsk, int level_mask_not_covered, Real fac_for_deltaR, bool use_wts_in_divnc, int icomp, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463',1,'amrex::ApplyMLRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, int as_crse, amrex::Array4< amrex::Real > const &rr_drho_crse, amrex::Array4< int const > const &rr_flag_crse, int as_fine, amrex::Array4< amrex::Real > const &dm_as_fine, amrex::Array4< int const > const &levmsk, int level_mask_not_covered, amrex::Real fac_for_deltaR=1.0_rt, bool use_wts_in_divnc=false, int icomp=0, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})']]], - ['applyoverset_11352',['applyOverset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a78233be19743ed1432077186937f51cc',1,'amrex::MLCellABecLapT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'amrex::MLLinOpT::applyOverset()']]], - ['applyphysbc_11353',['applyPhysBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad44c8c31ad16ad5e8ece7bf38421361c',1,'amrex::MLCurlCurl']]], - ['applyredistribution_11354',['ApplyRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3',1,'amrex::ApplyRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, bool use_wts_in_divnc, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e',1,'amrex::ApplyRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, bool use_wts_in_divnc=false, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})']]], - ['applyrobinbctermscoeffs_11355',['applyRobinBCTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a291f4a64951d7b0faabda32ef45084f0',1,'amrex::detail::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a34fe193220c2ce5e6f1e2e3382bc005b',1,'amrex::MLEBABecLap::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2bf9b621e5517b046e8ab5bef786666f',1,'amrex::MLABecLaplacianT::applyRobinBCTermsCoeffs()']]], - ['appnum_11356',['AppNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ac54d81a4bc3dba2c0a8c6a0ddd05451b',1,'amrex::MPMD']]], - ['areahi_11357',['AreaHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7de7d489e53654914daf590cc820fd60',1,'amrex::CoordSys']]], - ['arealo_11358',['AreaLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aef00cc43234b7a33f92f246bbea6edac',1,'amrex::CoordSys']]], - ['arecv_11359',['Arecv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073',1,'amrex::ParallelDescriptor::Arecv(std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab0ebfbe15f6ff892bd36ecba234fb4ea',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag)']]], - ['aremasksvalid_11360',['areMasksValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1be3305131595afe235881caad842d14',1,'amrex::NeighborParticleContainer']]], - ['arena_11361',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< PetscInt > >']]], - ['arena_11362',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a3e2c87e60ea734fe6be6e49d124d5a76',1,'amrex::Arena']]], - ['arena_11363',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::CutFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::EBCellFlagFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::Mask >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< FArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< IArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< TagBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html#ae8cffea4066cf1272ba88649a9813bc7',1,'amrex::ManagedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html#af4785c49943ef22de432f76383d40480',1,'amrex::PinnedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a620ab32195dd6153e4ee554db1f23167',1,'amrex::PolymorphicArenaWrapper::arena()']]], - ['arena_11364',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a2e2407d56d1710a0029928c776b27682',1,'amrex::Arena::Arena() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a57de8f5ef86cceadc9f1c00bc7ea7790',1,'amrex::Arena::Arena(const Arena &rhs)=delete']]], - ['arena_11365',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< AtomicInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'amrex::FabArray::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html#a79326bc9b3b123fe8e90a4b32aef0d00',1,'amrex::DeviceArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3daee94cbf63696956b6e349478448dc',1,'amrex::DataDeleter::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a477a75a5d73137b29f1a6ddf31af40f7',1,'amrex::DataAllocator::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html#a8020a511ff9da1fcc537e47df9f51bf5',1,'amrex::AsyncArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html#a448c39a6a2874b4fd7809d4a702bfa90',1,'amrex::ArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'amrex::ArenaAllocatorBase::arena() const noexcept']]], - ['arenaallocatorbase_11366',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase(PolymorphicArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase(PinnedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase(ManagedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase(DeviceArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase(AsyncArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase(ArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()']]], - ['arenainfo_11367',['arenaInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1af72a36a13904de0715917915db1f6b',1,'amrex::Arena']]], - ['arg_11368',['arg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de',1,'amrex']]], - ['array_11369',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< Real >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::EBCellFlagFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::EBCellFlagFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::CutFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::Mask >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::Mask >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< PetscInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::CutFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::CutFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0f61186e6e172be849e3061374e1a889',1,'amrex::FabSetT::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< TagBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< TagBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< TagBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< TagBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< TagBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< TagBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< IArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac7cfa3cf5935adf5b5dae35bd1205eeb',1,'amrex::FabSetT::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad30dbb21490b971fd35fc1f940a48c2a',1,'amrex::FabSetT::array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a27291157c97ac716012d1f3469b37484',1,'amrex::FabSetT::array(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a28cf664d141809833e9e86d0da19f71c',1,'amrex::MultiCutFab::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5dfa78cdf782516029bdcb3be0c25697',1,'amrex::MultiCutFab::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a07ecfe5beabbefdf561883084bc00f55',1,'amrex::MultiMask::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ae990efb7be524a9f1e21c8084eb9ac4f',1,'amrex::MultiMask::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< FArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< FArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< FArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< FArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< FArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< FArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'amrex::BaseFab::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< IArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< IArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< IArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< IArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< IArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< HYPRE_Int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< EBCellFlag >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< EBCellFlag >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< EBCellFlag >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< EBCellFlag >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< HYPRE_Int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< HYPRE_Int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< char >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< HYPRE_Int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< HYPRE_Int >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< HYPRE_Int >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< int >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< AtomicInt >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'amrex::BaseFab::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'amrex::BaseFab::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'amrex::BaseFab::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'amrex::BaseFab::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'amrex::BaseFab::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< AtomicInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< AtomicInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< AtomicInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< char >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< char >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< char >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< char >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< char >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< AtomicInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'amrex::FabArray::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'amrex::FabArray::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'amrex::FabArray::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< PetscInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< PetscInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< PetscInt >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< PetscInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< Real >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< Real >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< Real >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< Real >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< Real >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'amrex::FabArray::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'amrex::FabArray::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'amrex::FabArray::array(int K) const noexcept']]], - ['array4_11370',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T const >::Array4(Array4< std::remove_const_t< T const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T const >::Array4(T const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 >::Array4(Array4< std::remove_const_t< T0 >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 >::Array4(T0 *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 const >::Array4(Array4< std::remove_const_t< T0 const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 const >::Array4(T0 const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< Real const >::Array4(Array4< std::remove_const_t< Real const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< Real const >::Array4(Real const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'amrex::Array4::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'amrex::Array4::Array4(Array4< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'amrex::Array4::Array4(T *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int >::Array4(Array4< std::remove_const_t< int >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int const >::Array4(Array4< std::remove_const_t< int const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int const >::Array4(int const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< Real const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int >::Array4()']]], - ['arrays_11371',['arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::EBCellFlagFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::EBCellFlagFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::Mask >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::Mask >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< FArrayBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< FArrayBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< IArrayBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< IArrayBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< TagBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< TagBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::CutFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::CutFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'amrex::FabArray::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'amrex::FabArray::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6794fe7d234843b75b56f224f2492d99',1,'amrex::FabSetT::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abbd49ff8f0bac9bb8853d78c34855e92',1,'amrex::FabSetT::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a8247facc39c504861942259c9eb47a4e',1,'amrex::MultiCutFab::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad209570c8a7ce2a214d69239d83dce86',1,'amrex::MultiCutFab::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa91f613b92e8f2b87ac444d0390b11e4',1,'amrex::MultiMask::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a870791e7820e99cca147d99a44781622',1,'amrex::MultiMask::arrays() noexcept']]], - ['asend_11372',['Asend',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846',1,'amrex::ParallelDescriptor::Asend(const std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a69e9f409844f19f30203ffe423541cc3',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0903eb5194f11fcf386f79e6ff3c02f7',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag)']]], - ['assert_11373',['Assert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8',1,'amrex']]], - ['assert_5fhost_11374',['Assert_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7316f24daca402f64791688d4c49148e',1,'amrex']]], - ['assign_11375',['assign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int *, DefaultAllocator< int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int *, DefaultAllocator< int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int * >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int * >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int *, DefaultAllocator< int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int *, DefaultAllocator< int * > >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int >::assign(size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int >::assign(std::initializer_list< int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int >::assign(const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< index_type >::assign(const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< index_type >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< index_type >::assign(std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal * >::assign(const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal * >::assign(std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< unsigned int >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< std::size_t >::assign(size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< std::size_t >::assign(std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< std::size_t >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< std::size_t >::assign(const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< unsigned int >::assign(size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< unsigned int >::assign(std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< unsigned int >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal * >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal * >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::BoxND >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::openbc::MomTag >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::NeighborCode >::assign(const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::NeighborCode >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::NeighborCode >::assign(std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::NeighborCode >::assign(size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::BoxND >::assign(const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::BoxND >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::BoxND >::assign(std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'amrex::PODVector::assign(const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'amrex::PODVector::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'amrex::PODVector::assign(std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'amrex::PODVector::assign(size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3c36428a18730eb564b0b11000f5088d',1,'amrex::GMRESMLMGT::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< index_type >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::openbc::MomTag >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int * >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int * >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int * >::assign(size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::openbc::MomTag >::assign(std::initializer_list< amrex::openbc::MomTag > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::openbc::MomTag >::assign(const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::STLtools::Triangle >::assign(size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::STLtools::Triangle >::assign(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::STLtools::Triangle >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::STLtools::Triangle >::assign(const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::XDim3 >::assign(size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::XDim3 >::assign(std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::XDim3 >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::XDim3 >::assign(const amrex::XDim3 &a_value)']]], - ['assigncelldensitysinglelevel_11376',['AssignCellDensitySingleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'amrex::ParticleContainer_impl::AssignCellDensitySingleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignCellDensitySingleLevel()']]], - ['assigndensity_11377',['AssignDensity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'amrex::ParticleContainer_impl::AssignDensity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignDensity()']]], - ['assigngrid_11378',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'amrex::AssignGrid::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'amrex::AssignGrid::AssignGrid(BinIteratorFactory a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid(amrex::DenseBinIteratorFactory< amrex::BoxND > a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)']]], - ['assigngridfilter_11379',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a18b715f0657c7cf78ff3b0160ac32363',1,'AssignGridFilter']]], - ['assignment_11380',['assignment',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7d38178a2b0b5dbb4327d75133f7176b',1,'amrex_parmparse_module::amrex_parmparse']]], - ['asyncarray_11381',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a19e80d7e6014ed527622b7e69399569b',1,'amrex::Gpu::AsyncArray::AsyncArray(T const *h_p, const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afea82268e2d2995085c150e9865923a3',1,'amrex::Gpu::AsyncArray::AsyncArray(const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae5fa0653fa0f802d97db317490b06f08',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7daf60c1b5ef8f273684eaa098048746',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray &&)=delete']]], - ['asyncwrite_11382',['AsyncWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa912ecd1d879bd8fc207f4a1a5772bed',1,'amrex::VisMF::AsyncWrite(const FabArray< FArrayBox > &mf, const std::string &mf_name, bool valid_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae45234d5c19047c70bb6e02c94dd924d',1,'amrex::VisMF::AsyncWrite(FabArray< FArrayBox > &&mf, const std::string &mf_name, bool valid_cells_only=false)']]], - ['asyncwritedoit_11383',['AsyncWriteDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a47bde5693ee83a851572ff7c2491fc8c',1,'amrex::VisMF']]], - ['at_11384',['at',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a97b899347d2c6891fd93c92bb16adf50',1,'amrex::Gpu::range_detail::at(BoxND< dim > const &b, Long offset) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a0e77baa94ae43828e9d53113e8367665',1,'amrex::Gpu::range_detail::at(T const &, Long offset) noexcept']]], - ['atlocalidx_11385',['atLocalIdx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< TagBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< TagBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< IArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< IArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< FArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< FArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::Mask >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::Mask >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()']]], - ['atoffset_11386',['atOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'amrex::BoxND::atOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'BoxND< AMREX_SPACEDIM >::atOffset()']]], - ['atoffset3d_11387',['atOffset3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept']]], - ['atomic_5fop_11388',['atomic_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a2819a77a9810eefb910390f23d2a698f',1,'amrex::Gpu::Atomic::detail']]], - ['atomic_5fop_5fif_11389',['atomic_op_if',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a3b1604f8c0fb00d92059f55290de9efd',1,'amrex::Gpu::Atomic::detail']]], - ['atomicadd_11390',['atomicAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'amrex::BaseFab::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'amrex::BaseFab::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< char >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< HYPRE_Int >::atomicAdd()']]], - ['atomicsetid_11391',['atomicSetID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aee07d2004dda8bc468e3310ccd7eacb1',1,'amrex::Particle']]], - ['average_5fcellcenter_5fto_5fface_11392',['average_cellcenter_to_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab843405531b26d824c1133128452afcb',1,'amrex::average_cellcenter_to_face(const Vector< MultiFab * > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff',1,'amrex::average_cellcenter_to_face(const Array< MultiFab *, AMREX_SPACEDIM > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)']]], - ['average_5fdown_11393',['average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, int rr)']]], - ['average_5fdown_5fedges_11394',['average_down_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab744a797b85135257add34a49c96c734',1,'amrex::average_down_edges(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe',1,'amrex::average_down_edges(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394',1,'amrex::average_down_edges(const Vector< const MultiFab * > &fine, const Vector< MultiFab * > &crse, const IntVect &ratio, int ngcrse=0)']]], - ['average_5fdown_5ffaces_11395',['average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, const Geometry &crse_geom)']]], - ['average_5fdown_5fnodal_11396',['average_down_nodal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc',1,'amrex']]], - ['average_5fedge_5fto_5fcellcenter_11397',['average_edge_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920',1,'amrex']]], - ['average_5fface_5fto_5fcellcenter_11398',['average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7',1,'amrex::average_face_to_cellcenter(MultiFab &cc, int dcomp, const Vector< const MultiFab * > &fc, int ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Vector< const MultiFab * > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Array< const MultiFab *, AMREX_SPACEDIM > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0',1,'amrex::average_face_to_cellcenter(CMF &cc, int dcomp, const Array< const FMF *, AMREX_SPACEDIM > &fc, int ngrow=0)']]], - ['average_5fnode_5fto_5fcellcenter_11399',['average_node_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918',1,'amrex']]], - ['averagedown_11400',['averageDown',['../classHydro_1_1NodalProjector.html#ad2ed09eb30e599c57c2dbda8b432da2c',1,'Hydro::NodalProjector']]], - ['averagedownandsync_11401',['averageDownAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a118fb8de26be373907091016e1207645',1,'amrex::MLCellLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a98b3d591031f4803e388224bc1a477bb',1,'amrex::MLNodeLinOp::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'amrex::MLLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6314d1e7aac1a0cfd494729ca93aab43',1,'amrex::MLCurlCurl::averageDownAndSync()']]], - ['averagedowncoeffs_11402',['averageDownCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aca10dcca4922ff74faf8f26263cbed7e',1,'amrex::MLNodeLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aedf7d6ce092f75a3709f11b6a90e3520',1,'amrex::MLNodeABecLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a55ed8c27b04966126b3bd76c92735dbf',1,'amrex::MLEBABecLap::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9abde43c07ef39902997646521349d4f',1,'amrex::MLALaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa88b116b953af82b50e0019a4dba6448',1,'amrex::MLABecLaplacianT::averageDownCoeffs()']]], - ['averagedowncoeffssameamrlevel_11403',['averageDownCoeffsSameAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a59adc33a4b8674690f5560087440126e',1,'amrex::MLEBABecLap::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a778c59784e90a048fb24ab03d554929a',1,'amrex::MLABecLaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae10966ebe6615ec3608b8a5987d5286a',1,'amrex::MLALaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3390edd71d9eeb457658cec779030154',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aff6d8e0b4352ae92de5b24f380497820',1,'amrex::MLNodeLaplacian::averageDownCoeffsSameAmrLevel()']]], - ['averagedowncoeffstocoarseamrlevel_11404',['averageDownCoeffsToCoarseAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a2b1498534b8ffba453655d1dfdfa6033',1,'amrex::MLALaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a92fdeee03f9af3866563ba880cd81879',1,'amrex::MLEBABecLap::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a87e3558de76923ca1841730625111829',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae306b7b6eb65f5d7a9f1ce779b7e6f71',1,'amrex::MLNodeLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8b48f0d915aee57dd60412b4962d64eb',1,'amrex::MLABecLaplacianT::averageDownCoeffsToCoarseAmrLevel()']]], - ['averagedownsolutionrhs_11405',['averageDownSolutionRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad850b403691ecac17689a7408af245b6',1,'amrex::MLNodeTensorLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3073b1b1ce338ad66575e201e4b04984',1,'amrex::MLNodeLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ac94b44f1ecc625832c6f4dbcc3229327',1,'amrex::MLNodeABecLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'amrex::MLLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4e0c6f1220cda9a554bdf6f0802e5295',1,'amrex::MLEBABecLap::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a116deee661b635f1872ac7eded5f28a7',1,'amrex::MLCellLinOpT::averageDownSolutionRHS()']]], - ['averagedownvelocity_11406',['averageDownVelocity',['../classHydro_1_1MacProjector.html#a83161a0efc231e4581212321fdbeac8f',1,'Hydro::MacProjector']]], - ['averagesync_11407',['AverageSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7e5a1ca37cf868e20311541187b08216',1,'amrex::MultiFab']]], - ['avgdown_11408',['avgDown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3',1,'amrex']]], - ['avgdown_5fdoit_11409',['avgDown_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788',1,'amrex']]], - ['avgdownresamr_11410',['avgDownResAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a33f2c8cbf69e58cbe60e9be048181f5d',1,'amrex::MLCellLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'amrex::MLLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a13a28a0aeb3f09971b6d18abf3a82',1,'amrex::MLNodeLinOp::avgDownResAmr()']]], - ['avgdownresmg_11411',['avgDownResMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'amrex::MLLinOpT::avgDownResMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResMG()']]] + ['a_11119',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4db1a6ece8198046ecdf4bc34dc075cf',1,'amrex::HypreIJIface']]], + ['aa_5finterp_5fface_5fxy_11120',['aa_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace72940652dec767bf17b4f92c7017b0',1,'amrex::aa_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51dfe87d4f076fe5792f33ef87b5971b',1,'amrex::aa_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], + ['aa_5finterp_5fface_5fxz_11121',['aa_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9ef869615acf45a999fd11b2eaaf5aa',1,'amrex']]], + ['aa_5finterp_5fface_5fyz_11122',['aa_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf9f8b432ebfa85af976286c9521162a',1,'amrex']]], + ['aa_5finterp_5fline_5fx_11123',['aa_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec4258a011e9260a7b6b3a86a6f51c9a',1,'amrex::aa_interp_line_x(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ad097849bfd82e8a164fe778927745',1,'amrex::aa_interp_line_x(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], + ['aa_5finterp_5fline_5fy_11124',['aa_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d95c55170743c08e673c1066c28ca3',1,'amrex::aa_interp_line_y(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3187e96a31c0714188a93ffcbe539e16',1,'amrex::aa_interp_line_y(Array4< Real const > const &crse, Array4< Real const > const &sig, int i, int j, int k, int ic, int jc, int kc) noexcept']]], + ['aa_5finterp_5fline_5fz_11125',['aa_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bb1e1edb331cd70bdce6ffc2860781f',1,'amrex']]], + ['abarrier_11126',['Abarrier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afaa2aaedf1b60a37ea26eaeda75973a6',1,'amrex::ParallelDescriptor::Abarrier(const MPI_Comm &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24603dd135fe7d8badbc0fe3ab25ff1d',1,'amrex::ParallelDescriptor::Abarrier()']]], + ['abec_5fgsrb_11127',['abec_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ec73e9321cbfd5d28374107ef24d4a5',1,'amrex::abec_gsrb(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675a0a53c78b668bb47177e044badc5',1,'amrex::abec_gsrb(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6757d03f25c7b211b9302f19fe4509',1,'amrex::abec_gsrb(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox, int redblack) noexcept']]], + ['abec_5fgsrb_5fos_11128',['abec_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bee84824fdeec94ff8ae48596594f6',1,'amrex::abec_gsrb_os(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f9066a9cfe5af5ae7b757267fb685c',1,'amrex::abec_gsrb_os(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12de598979f095f4505cd0d3b762d2ee',1,'amrex::abec_gsrb_os(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Array4< int const > const &osm, Box const &vbox, int redblack) noexcept']]], + ['abec_5fgsrb_5fwith_5fline_5fsolve_11129',['abec_gsrb_with_line_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92c05a647ef5ca2febfea878ac7237c0',1,'amrex::abec_gsrb_with_line_solve(Box const &, Array4< T > const &, Array4< T const > const &, T, Array4< T const > const &, T, Array4< T const > const &, Array4< int const > const &, Array4< int const > const &, Array4< T const > const &, Array4< T const > const &, Box const &, int, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef4c3c38c161202b38fa33aaae28cff2',1,'amrex::abec_gsrb_with_line_solve(Box const &box, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox, int redblack, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad973a1096effadd80305ff9654d11d80',1,'amrex::abec_gsrb_with_line_solve(Box const &box, Array4< T > const &phi, Array4< T const > const &rhs, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox, int redblack, int nc) noexcept']]], + ['abec_5fjacobi_11130',['abec_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85465b1083b6521e51b67fb06c4622cd',1,'amrex::abec_jacobi(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7c32e63bc4e19259e777911174348a6',1,'amrex::abec_jacobi(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7773f864e34c49038dd8fadcbd41cd36',1,'amrex::abec_jacobi(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Box const &vbox) noexcept']]], + ['abec_5fjacobi_5fos_11131',['abec_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adff3bf1b976b26dc72dff5a4f175f61d',1,'amrex::abec_jacobi_os(int i, int, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, Array4< T const > const &bX, Array4< int const > const &m0, Array4< int const > const &m1, Array4< T const > const &f0, Array4< T const > const &f1, Array4< int const > const &osm, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69d802515c95f3e9ae4c4e54f39ceb71',1,'amrex::abec_jacobi_os(int i, int j, int, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f1, Array4< T const > const &f3, Array4< int const > const &osm, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a96d871d7335ff9e044d6623476c77023',1,'amrex::abec_jacobi_os(int i, int j, int k, int n, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T alpha, Array4< T const > const &a, T dhx, T dhy, T dhz, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< T const > const &f0, Array4< T const > const &f2, Array4< T const > const &f4, Array4< T const > const &f1, Array4< T const > const &f3, Array4< T const > const &f5, Array4< int const > const &osm, Box const &vbox) noexcept']]], + ['abort_11132',['Abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad26f2328bf66aa9678347a6055a25431',1,'amrex::Abort(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab84b536be78c7500a973ff184511a3d7',1,'amrex::Abort(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae6927a6804e22fedb86c1fe19d6567fc',1,'amrex::ParallelDescriptor::Abort()']]], + ['abs_11133',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< TagBox >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< TagBox >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'amrex::BaseFab::abs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a8b565c4d58a622a606eb0db1276b6669',1,'amrex::disabled::abs(long long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ae4f20d81eb8a87b5fdcfd50bfd6ef6ba',1,'amrex::disabled::abs(long)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a0d57b1b25d1b53052c080fe847e40acd',1,'amrex::disabled::abs(int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#a06556adef1343823eb8f3add01f1dc96',1,'amrex::disabled::abs(long double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#aceb0a2fafed413cd99b5e79f954aa723',1,'amrex::disabled::abs(float)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html#ab5317e33b0a4c8a91cefb704d2a60f6b',1,'amrex::disabled::abs(double)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f298e1c3407710de306d440bc79e84e',1,'amrex::abs(const GpuComplex< T > &a_z) noexcept']]], + ['abs_11134',['Abs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76eee97924f5b2d883d161eb976b2cad',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f0f44b09d21b49d00d3d1b12e9e2489',1,'amrex::Abs(FabArray< FAB > &fa, int icomp, int numcomp, int nghost)']]], + ['abs_11135',['abs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< EBCellFlag >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< HYPRE_Int >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< HYPRE_Int >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< HYPRE_Int >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< EBCellFlag >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< EBCellFlag >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< char >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< char >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< char >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< AtomicInt >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< AtomicInt >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< AtomicInt >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'amrex::BaseFab::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'amrex::BaseFab::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< IArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< FArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::Mask >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::EBCellFlagFab >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::CutFab >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::CutFab >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< PetscInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< IArrayBox >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'amrex::FabArray::abs(int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0966955f0937e0119cb942c5968ddb15',1,'amrex::FabArray::abs(int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< Real >::abs(const Box &subbox, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae730734f6c370cc53bdfb51efe618033',1,'BaseFab< Real >::abs(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af827e9a5df2baf21d45239e49567f4c6',1,'BaseFab< Real >::abs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f6421e1246d3830573c1865f1138f60',1,'BaseFab< PetscInt >::abs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3c57732914fe734955ae11ab8561f3b4',1,'FabArray< FArrayBox >::abs()']]], + ['accrete_11136',['accrete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac662c42f6780a1a61523d3bb4fa5fba1',1,'amrex::accrete(const BoxList &bl, int sz)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15969b1b7e5e1431ce9aea3b513ec98a',1,'amrex::accrete(BoxDomain &dest, const BoxDomain &fin, int sz=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a20c090a963f6f3fb6db35d43bb0cce3f',1,'amrex::BoxDomain::accrete()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b3222b65efa7cdc1944106dbb07d6ae',1,'amrex::BoxList::accrete(int sz)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae852e0ee71d6645fb6cbb1765547d65a',1,'amrex::BoxList::accrete(const IntVect &sz)']]], + ['actualbottomsolve_11137',['actualBottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a10dcbb8156201d800233f72c62831001',1,'amrex::MLMGT']]], + ['actualnfiles_11138',['ActualNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a11b5dec9fc1e0865a1e59a896d8c2f8e',1,'amrex::NFilesIter']]], + ['add_11139',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a96632d65de11e9c8a5b941a615803fb0',1,'amrex::iMultiFab']]], + ['add_11140',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7aad1dda33fe7f823465f2995173187c',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveRec::DeriveBoxMap &box_map=&DeriveRec::TheSameBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a8d029976881e4d911e020cc2fef244bd',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a9054e6ec3c0a6023bce28684ff08e266',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a037563cc456f0d1110303104c1caa678',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a67e6992cd34edbd374c791a9f26aa6dc',1,'amrex::DeriveList::add(const std::string &name, IndexType result_type, int nvar_derive, DeriveFunc der_func, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#af68c7f595490816f50871a46efbbeded',1,'amrex::BoxDomain::add(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe56e5629c6f85bd01429ac8469eb038',1,'amrex::BoxDomain::add(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a00b3414ab27018ecee235594b89ee675',1,'amrex_parmparse_module::amrex_parmparse::add()']]], + ['add_11141',['Add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#adda7ad2b1b845b959488fd19acdd335b',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a819ab01c7558b8982acb35eaf0f861',1,'amrex::MultiFab::Add(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], + ['add_11142',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a31ca60cd539cff86b71aa646f45cbcb6',1,'amrex::DeriveList']]], + ['add_11143',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab72e53672887ede3d7ddc5f65002700e',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae53cc004fbab26533ec33294445a4d5c',1,'amrex::Add(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], + ['add_11144',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a878ee45a08bd1438e12d5723de2e6a74',1,'amrex::DeriveList']]], + ['add_11145',['Add',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#a6336b6721a9f233f3bc0eb0cacba47c0',1,'amrex::HostDevice::Atomic::Add()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a428330a4e7622c16d943003ad97e54a0',1,'amrex::Gpu::Atomic::Add()']]], + ['add_11146',['add',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6ec39cadf536be90cdf7bf66c00ca164',1,'amrex::ParmParse::add(const char *name, const Box &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af8b8124367b52af3f6f29ca09bbdff1b',1,'amrex::ParmParse::add(const char *name, const IntVect &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a28d0faa2a576d6488b738ef309c11f44',1,'amrex::ParmParse::add(const char *name, const std::string &val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaa78e0361b000a8fe6fc4898720ece32',1,'amrex::ParmParse::add(const char *name, double val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a74c001d6b4af7f72e812a65064e52fe7',1,'amrex::ParmParse::add(const char *name, float val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aba7905ce1fcfcd4e46d3deebf7aa59c9',1,'amrex::ParmParse::add(const char *name, long long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab2a937f4d5b0ac8a998bac849bd4b3af',1,'amrex::ParmParse::add(const char *name, long val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0b94dee7f826e69376afb89409e90c72',1,'amrex::ParmParse::add(const char *name, int val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a855bd3038fb81532b3f43211ea7cef22',1,'amrex::ParmParse::add(const char *name, bool val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#af8db003fd05c10da821f6af831421b54',1,'amrex::MemProfiler::add(const std::string &name, std::function< NBuildsInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a60a5588f410871ac0d6c15c495979ed0',1,'amrex::MemProfiler::add(const std::string &name, std::function< MemInfo()> &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#add545e8b6a20030181680780d8c6dfc5',1,'amrex::ErrorList::add(const std::string &name, int nextra, ErrorRec::ErrorType typ, const ErrorRec::ErrorFunc2 &func)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a24cc461edabec719824a554000b4506b',1,'amrex::ErrorList::add(const std::string &name, int nextra, ErrorRec::ErrorType typ, const ErrorRec::ErrorFunc &func)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aa0038797350048e87a18171505592f09',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncMF &der_func_mf, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a438fe416440bd85fb95b732dc8c2224f',1,'amrex::DeriveList::add(const std::string &name, IndexType res_typ, int nvar_derive, Vector< std::string > const &vars, const DeriveFuncFab &der_func_fab, const DeriveRec::DeriveBoxMap &bx_map, Interpolater *interp=&pc_interp)']]], + ['add_5fdevice_11147',['Add_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa2cd0bf29a9ed71679b41a3e54765d39',1,'amrex::Gpu::Atomic::Add_device(T *const sum, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a629c38eebdf637b06b26049acae626c8',1,'amrex::Gpu::Atomic::Add_device(Long *const sum, Long const value) noexcept']]], + ['add_5fhost_11148',['Add_Host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html#ab28f06907144755716b87f5fd5319a67',1,'amrex::HostDevice::Atomic']]], + ['add_5fint_11149',['add_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a184eeffd6ff61b5148958083446b81a9',1,'amrex_parmparse_module::amrex_parmparse::add_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ad1323834ed5f154750a5c048591417d4',1,'amrex_parmparse_module::add_int()']]], + ['add_5fintarr_11150',['add_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7da102722f2c23737d46d5be499c8f3b',1,'amrex_parmparse_module::amrex_parmparse::add_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0e75dfabca3b63134005a6f0ddd250cd',1,'amrex_parmparse_module::add_intarr(this, name, v)']]], + ['add_5flogical_11151',['add_logical',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ab19ca0a4f0bea4114b9a25f29e0b0eac',1,'amrex_parmparse_module::add_logical()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aebc8eb2c32d3de6780fda24e9aa03019',1,'amrex_parmparse_module::amrex_parmparse::add_logical()']]], + ['add_5freal_11152',['add_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a16ac2996309e06781ceed0ad5df07fc6',1,'amrex_parmparse_module::add_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7fdebe67521d3f4398769af87944f95b',1,'amrex_parmparse_module::amrex_parmparse::add_real()']]], + ['add_5frealarr_11153',['add_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1bc87a096eee6a1d0e0c52651c44da88',1,'amrex_parmparse_module::add_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4a92e6cbf9b620c1eebc0b5d81615c75',1,'amrex_parmparse_module::amrex_parmparse::add_realarr']]], + ['add_5fstring_11154',['add_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a8fa13412cd06b2965d14b79ab81e5d3b',1,'amrex_parmparse_module::amrex_parmparse::add_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aac33f326044379b5aa26666d546563e8',1,'amrex_parmparse_module::add_string()']]], + ['add_5fstringarr_11155',['add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a50c2401baa8b23657d0cea5a280bfcac',1,'amrex_parmparse_module::amrex_parmparse::add_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1e0986fe43e8763bc1cef87cfef5e206',1,'amrex_parmparse_module::add_stringarr()']]], + ['addarr_11156',['addarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#aa816750df0bdca4542b913fccbb3cdf7',1,'amrex_parmparse_module::amrex_parmparse::addarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2418bfbd15221554ebc65184b7d62977',1,'amrex::ParmParse::addarr(const char *name, const std::vector< int > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47720549d3906f3b957edb4846efe953',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a878f1fc21821ccde76f7591c6924150b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< long long > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa820880136eb73c213775820cb4f4afe',1,'amrex::ParmParse::addarr(const char *name, const std::vector< float > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4cb250da023bdcc8375cf3f6d64a777b',1,'amrex::ParmParse::addarr(const char *name, const std::vector< Box > &refd)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ce6e0dbb45b0d784d0b4056b28e84ba',1,'amrex::ParmParse::addarr(const char *name, const std::vector< IntVect > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a35cb7c9eb21ba31bfd1d47026ff6dc72',1,'amrex::ParmParse::addarr(const char *name, const std::vector< std::string > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#adc6f5c7fab1d1af4a1ab64091996910d',1,'amrex::ParmParse::addarr(const char *name, const std::vector< double > &ref)']]], + ['addarray_11157',['AddArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ab2990944da728c0497b9880aa764d71f',1,'amrex::AmrMeshDataAdaptor::AddArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a37e756eb19e77938f22ed043f0ae57f5',1,'amrex::AmrDataAdaptor::AddArray()']]], + ['addbarrier_11158',['AddBarrier',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4935405558bbd51b7ac2518c5b5bf6fb',1,'BLProfStats::AddBarrier()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a500f34d9678754d43708a9427b9a6459',1,'CommProfStats::AddBarrier()']]], + ['addbox_11159',['AddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int fabarrayindex, int srccomp, int destcomp, int numcomp, bool bUseValidBox=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'FabArrayCopyDescriptor< FArrayBox >::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ace38322e347f0be322920307e8a31a22',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int fabarrayindex, int srccomp, int destcomp, int numcomp, bool bUseValidBox=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a717aa6067b57f1b49967fcbe2d99e3c9',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aa4cf9c123c9f38db52bfb98fc7d9154b',1,'amrex::FabArrayCopyDescriptor::AddBox(FabArrayId fabarrayid, const Box &destFabBox, BoxList *unfilledBoxes, int srccomp, int destcomp, int numcomp)']]], + ['addboxdoit_11160',['AddBoxDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'FabArrayCopyDescriptor< FArrayBox >::AddBoxDoIt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#acb27c083406645181b403181cd3099d2',1,'amrex::FabArrayCopyDescriptor::AddBoxDoIt()']]], + ['addcalcendtime_11161',['AddCalcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a16c97f50e1d193a4b33f072aadb08951',1,'BLProfStats']]], + ['addcommheaderfilename_11162',['AddCommHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a25a819b228436f2cdd4f88f7ae5e1089',1,'BLProfStats::AddCommHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a80bb7e3cae00c7db0c7633ebe2be3b38',1,'CommProfStats::AddCommHeaderFileName()']]], + ['addcomponent_11163',['addComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aec6008854ed23b1736d8bd061f196de7',1,'amrex::DeriveList']]], + ['addcornercoupletermxy_11164',['AddCornerCoupleTermXY',['../namespaceGodunovCornerCouple.html#a17e90a76c6bd319162c4e472c99e614f',1,'GodunovCornerCouple']]], + ['addcornercoupletermxz_11165',['AddCornerCoupleTermXZ',['../namespaceGodunovCornerCouple.html#a3c193564941652647bc7b75799ad75b5',1,'GodunovCornerCouple']]], + ['addcornercoupletermyx_11166',['AddCornerCoupleTermYX',['../namespaceGodunovCornerCouple.html#a980d762c37d4265cc7ac891b41a26a46',1,'GodunovCornerCouple']]], + ['addcornercoupletermyz_11167',['AddCornerCoupleTermYZ',['../namespaceGodunovCornerCouple.html#ad96a0321a2022027f3d0f821bc225666',1,'GodunovCornerCouple']]], + ['addcornercoupletermzx_11168',['AddCornerCoupleTermZX',['../namespaceGodunovCornerCouple.html#aecdc5855798cbfb5732a6966d861172e',1,'GodunovCornerCouple']]], + ['addcornercoupletermzy_11169',['AddCornerCoupleTermZY',['../namespaceGodunovCornerCouple.html#a02d4572ecd6d3f7d31f4534389a68585',1,'GodunovCornerCouple']]], + ['addcstatsheaderfilename_11170',['AddCStatsHeaderFileName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aae830fffadd0871595b6cb4b2305d15f',1,'RegionsProfStats::AddCStatsHeaderFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7296ac4483c08c3f9cfea4d24d4902e5',1,'BLProfStats::AddCStatsHeaderFileName()']]], + ['addderiveplotvar_11171',['addDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a16c64d38a92425d131ed14624d3fd8',1,'amrex::Amr']]], + ['addderivesmallplotvar_11172',['addDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af55244caab5862e688d1f3177084ef4a',1,'amrex::Amr']]], + ['adddescriptor_11173',['addDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#ac71d9f76b2abaf307653d0dc8bfe01e1',1,'amrex::DescriptorList']]], + ['addedisonpid_11174',['AddEdisonPID',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d8d6c9a3921f1bc2b66cd986ff97577',1,'BLProfStats::AddEdisonPID()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8cd21057d82e32887fa0b13f4394061b',1,'CommProfStats::AddEdisonPID()']]], + ['addfabghostindicatorfield_11175',['AddFabGhostIndicatorField',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af70ff73cf1857e1a859a1fbac9ef10b0',1,'amrex']]], + ['addfarraybox_11176',['AddFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9ea4cf951957098f5fa36fe181899f41',1,'amrex::XYPlotDataList']]], + ['addfile_11177',['addfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3403a33aa6274309f3d1b5313fb28b46',1,'amrex::ParmParse']]], + ['addfinelevels_11178',['addFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a346cc897525e434cd311f4b303d6b898',1,'amrex::EB2::IndexSpace::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad224ca5a5ff6adf64c814338375835bc',1,'amrex::EB2::IndexSpaceChkptFile::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a5be42585336a617690b28a56e5c3bc1e',1,'amrex::EB2::IndexSpaceImp::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a91c9991bc2691ccf3603be8005954c83',1,'amrex::EB2::IndexSpaceSTL::addFineLevels()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a72554dbd2be4d423812d6207b9c61aa3',1,'amrex::EB2::addFineLevels()']]], + ['addfinestlevel_11179',['AddFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94afb7c365d9ffd6aef3cfc0ab7dd4e9',1,'BLProfStats::AddFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a954eca05e31eef7bdacb57873cde234f',1,'CommProfStats::AddFinestLevel()']]], + ['addfrommem_11180',['addFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'amrex::BaseFab::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< AtomicInt >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< char >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< EBCellFlag >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< HYPRE_Int >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< Real >::addFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a220803f71ba80b6deab7975fc4da9d03',1,'BaseFab< PetscInt >::addFromMem()']]], + ['addfunctionname_11181',['AddFunctionName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a082150afc9266718ad59d318c5fc21e2',1,'RegionsProfStats::AddFunctionName(const std::string &fname, int fnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af08b6b193a5e59bf550ec57f4a8dc52c',1,'RegionsProfStats::AddFunctionName(const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4f2ff7ba2bdfbdc8ea0ef3c412751591',1,'BLProfStats::AddFunctionName(const std::string &, int)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a90d25f083cc1467c695b5bc6793a86b0',1,'BLProfStats::AddFunctionName(const std::string &fname)']]], + ['addghostcellsarray_11182',['AddGhostCellsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a1da97a15c4405c0553efc7e75014a573',1,'amrex::AmrMeshDataAdaptor::AddGhostCellsArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a1fe18833c7427ae8a5629b50ab7cf3bf',1,'amrex::AmrDataAdaptor::AddGhostCellsArray(svtkDataObject *mesh, const std::string &meshName) override']]], + ['addghostnodesarray_11183',['AddGhostNodesArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a056f2eba156e4154622e5685a4608bfd',1,'amrex::AmrDataAdaptor::AddGhostNodesArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a0f3abaf6a0faaeaffc477bc5cfcf5a8d',1,'amrex::AmrMeshDataAdaptor::AddGhostNodesArray()']]], + ['addgrid3d_11184',['AddGrid3D',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad438b41cec9d9018297e2ffb007ae4d4',1,'BLProfStats::AddGrid3D()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa2eb7356f3bcac1fa730c2e70b8c2956',1,'CommProfStats::AddGrid3D()']]], + ['addgridlevel_11185',['AddGridLevel',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8f0c23ad5b2c50e4aa5d9dfe80338b94',1,'BLProfStats::AddGridLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad799bee97a7225cf5229845463be3b7a',1,'CommProfStats::AddGridLevel()']]], + ['addinhomogneumannflux_11186',['addInhomogNeumannFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2be65b6a2c0a68b5a8954d4be9ace8d7',1,'amrex::MLCellABecLapT::addInhomogNeumannFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7b267ba339a135bfb4352e4273f4706a',1,'amrex::MLCellLinOpT::addInhomogNeumannFlux()']]], + ['addintcomp_11187',['AddIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a495d805bcf68681c718d5316bac80c07',1,'amrex::NeighborParticleContainer::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'amrex::ParticleContainer_impl::AddIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac00b6f4f7bf0bda59d9284d81345ef6e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddIntComp()']]], + ['addinterpcorrection_11188',['addInterpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af61728546d90caca97bb2137611eacd7',1,'amrex::MLMGT']]], + ['addlineelement_11189',['addLineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a8b9fba933cd7578056dfcc8b320d62f2',1,'amrex::EB2::SplineIF']]], + ['addmaxlevel_11190',['AddMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7f6258720b8313b40605eccd777c4aa9',1,'CommProfStats::AddMaxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a645a6e707d4907bf799a752cc3545c02',1,'BLProfStats::AddMaxLevel(const int)']]], + ['addnametag_11191',['AddNameTag',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a57c5daca2bc018933fa9890370e70541',1,'BLProfStats::AddNameTag()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae68d250eab5fe4721274037a223ea4d',1,'CommProfStats::AddNameTag()']]], + ['addnametagname_11192',['AddNameTagName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9b7c512fac76d93e9f923dc1fede35ad',1,'BLProfStats::AddNameTagName()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8f4075ef4f0bf6ad7016f6b6c8ad85a8',1,'CommProfStats::AddNameTagName()']]], + ['addnonstencilentriestograph_11193',['addNonStencilEntriesToGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a0d7858745aeaa487d64746b3fbf23ab2',1,'amrex::HypreMLABecLap']]], + ['addnoret_11194',['AddNoRet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ab69d18587a5c75ca3ce1f48708e865b1',1,'amrex::Gpu::Atomic']]], + ['addparticles_11195',['addParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a956db7caae43ab5d1de9c9e96e8df1ab',1,'amrex::ParticleContainer_impl::addParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20cee5315ade79318243b96dc7294c83',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac525d32e717e0df2d0e806cd1694f879',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, F const &f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27f7bd611c04c7075881cae3500a5f04',1,'amrex::ParticleContainer_impl::addParticles(const PCType &other, bool local=false)']]], + ['addparticlesatlevel_11196',['AddParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(AoS &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac44ce79799e40e91aaddaa0ef6b2c51a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddParticlesAtLevel(ParticleTileType &particles, int level, int nGrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad8ac626a1f0fc7032d63ae041983079c',1,'amrex::ParticleContainer_impl::AddParticlesAtLevel()']]], + ['addpiece_11197',['AddPiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aad8d3f466a14930a16c027402790d39e',1,'BLProfStats']]], + ['addprobdomain_11198',['AddProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a94bf54529fe6dc4e33c1505fc3c364aa',1,'BLProfStats::AddProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2c70598493fad7c2700a509ddaf65584',1,'CommProfStats::AddProbDomain()']]], + ['addproduct_11199',['addproduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< EBCellFlag >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< Real >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< char >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< HYPRE_Int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< int >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< PetscInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'BaseFab< AtomicInt >::addproduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2b1536046ed1e2201f48955b47243327',1,'amrex::BaseFab::addproduct()']]], + ['addproduct_11200',['AddProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad85e43bc90758c5976c72acd8cfdb033',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a71038d97e0e66d46a0a45388b7614ce1',1,'amrex::MultiFab::AddProduct(MultiFab &dst, const MultiFab &src1, int comp1, const MultiFab &src2, int comp2, int dstcomp, int numcomp, int nghost)']]], + ['addrange_11201',['addRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a609c0ed6af2fb9c008782ee94de65db9',1,'amrex::DeriveRec']]], + ['addrealcomp_11202',['AddRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a394a5717e0621cf4e2250d432950cd8a',1,'amrex::NeighborParticleContainer::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'amrex::ParticleContainer_impl::AddRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aca62924612315ccf7f935690dac1d673',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AddRealComp()']]], + ['addreduction_11203',['AddReduction',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab83b8f506de59aa5696865fd57b6571f',1,'BLProfStats::AddReduction()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a997f5a337189e617326bddcfcee83a16',1,'CommProfStats::AddReduction(const long rnum, const long index)']]], + ['addrefratio_11204',['AddRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad0db4734114f935b8eb1dfd6be4a026e',1,'CommProfStats::AddRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adadada4ad1c0661dd3e58f834d87f0a5',1,'BLProfStats::AddRefRatio(const int, const amrex::IntVect &)']]], + ['addregionname_11205',['AddRegionName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2365248fa0b77e322ec051d9e1073f15',1,'BLProfStats']]], + ['addregularcoarselevels_11206',['addRegularCoarseLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0847e43de0f68d0a78bb75f9a6fefcd9',1,'amrex::EB2::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#af24a9105766a527cf4e5f12118e58ca3',1,'amrex::EB2::IndexSpaceSTL::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6a7071824d8cf842a187f86b15683537',1,'amrex::EB2::IndexSpaceImp::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a26a8d00be225eff4a34576e5bb4cacfa',1,'amrex::EB2::IndexSpaceChkptFile::addRegularCoarseLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7fb0a3782aceccca024eebde7a8b292b',1,'amrex::EB2::IndexSpace::addRegularCoarseLevels()']]], + ['address_11207',['address',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5126ad48b8c7fe68b3b1e232a3c28901',1,'hacc::AlignedAllocator::address(const_reference x) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a073803473e1b799d73bd5522e87b9fdd',1,'hacc::AlignedAllocator::address(reference x) const']]], + ['addsplineelement_11208',['addSplineElement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#a3835fb1f6868bd2b3c62cf93342f05e9',1,'amrex::EB2::SplineIF']]], + ['addstateplotvar_11209',['addStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac32245e75a89b7e4c2466f34df05aa85',1,'amrex::Amr']]], + ['addstatesmallplotvar_11210',['addStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#addec944dc521c490639b53c7eff3d1cb',1,'amrex::Amr']]], + ['addstep_11211',['AddStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a81c89776203437df9457c2eb7cbd3355',1,'amrex::BLProfiler']]], + ['addtagrange_11212',['AddTagRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a38add830bcf3ca4404d896409e645d41',1,'BLProfStats::AddTagRange()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7bc613de3ca4cd25578bdab2205f5bbd',1,'CommProfStats::AddTagRange()']]], + ['addthisbd_11213',['addThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a294641949d2f4dd2161ba42a6b10d570',1,'amrex::FabArrayBase']]], + ['addtimeminmax_11214',['AddTimeMinMax',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a7f04e8fb6b7f6db8b1e6bd5df15a16b0',1,'RegionsProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab6ae5c2056536ac2d51e6b518c8769f',1,'CommProfStats::AddTimeMinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab8af508ebdb431fe7c689cf16e7c61cc',1,'BLProfStats::AddTimeMinMax(const double, const double)']]], + ['addtimertime_11215',['AddTimerTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3698d9c0a0b63c0359dbefe58727de34',1,'BLProfStats::AddTimerTime()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8644de4cf3fc15441df7b92f4b50c84',1,'CommProfStats::AddTimerTime(const double tt)']]], + ['addtopocoord_11216',['AddTopoCoord',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad36a244d17cc3887b94206dcf28f8554',1,'CommProfStats::AddTopoCoord()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#afb36dd9875521a2e849fbb19fdf6334d',1,'BLProfStats::AddTopoCoord()']]], + ['addweight_11217',['addWeight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#af182f43dc9ced3e1b9bb6e702c8071f6',1,'amrex::WeightedBoxList']]], + ['adjcell_11218',['adjCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cb144d604d2123f8ecf59bb69c56c44',1,'amrex']]], + ['adjcellhi_11219',['adjCellHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3462ea852eeb4664ba7e66c63933916c',1,'amrex']]], + ['adjcelllo_11220',['adjCellLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1729d87e3b3165bbebb16eced4ce33cb',1,'amrex']]], + ['adjust_5fsingular_5fmatrix_11221',['adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af11e3c7489ef57cc0b55dd79d2a355ea',1,'amrex::HypreNodeLap']]], + ['adjustsingularmatrix_11222',['adjustSingularMatrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa519417203a86774395f30648b2f8720',1,'amrex::HypreIJIface']]], + ['advance_11223',['advance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a96b6f33d22c9341b1cff894f17555f47',1,'amrex::AmrLevel::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a8fd0bd1a546d76eaf337dabca422ead4',1,'amrex::FEIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4d714675069097ce07c843145e45d465',1,'amrex::IntegratorBase::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada5e46fb855c0ec424f31edd25bc953a',1,'amrex::RKIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5db76fd7e2cd637504a4addd0d3f4a88',1,'amrex::SundialsIntegrator::advance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ad1ba45d94e1a50ca73a6d9d43b36a87a',1,'amrex::TimeIntegrator::advance()']]], + ['advectwithucc_11224',['AdvectWithUcc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a253582e870527bc4f7b3b9d8fa0e57ca',1,'amrex::TracerParticleContainer']]], + ['advectwithumac_11225',['AdvectWithUmac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#aeb2b5968ca674ddbf8ffa162622a3bf1',1,'amrex::TracerParticleContainer']]], + ['afterbarrier_11226',['AfterBarrier',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af04068edae93669e158694c835b0ec0c',1,'CommProfStats']]], + ['aggregationbuffer_11227',['AggregationBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a057b501a3b5f73f4c897da8ec8dd26f9',1,'amrex::ParticleContainerBase']]], + ['aggregationtype_11228',['AggregationType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad4184276cc974fbc7a8316a89df2eb25',1,'amrex::ParticleContainerBase']]], + ['align_11229',['align',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a253c417e0bd2863509c75d6250468a4e',1,'amrex::Arena']]], + ['aligned_5fsize_11230',['aligned_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7bef6630afa8a2109d2a242cc2d7591',1,'amrex']]], + ['alignedallocator_11231',['AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a761f44c4b8f456d6d016c21afb436091',1,'hacc::AlignedAllocator::AlignedAllocator()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a004c400f85ee6563f3c4178d4ee62f77',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator &)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa80f9621109e48a22cbd1561d2024677',1,'hacc::AlignedAllocator::AlignedAllocator(const AlignedAllocator< U, M > &)']]], + ['allbucketsonproc_11232',['allBucketsOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8e59a013a0750aca08aae732ec6789eb',1,'amrex::ParticleBufferMap']]], + ['allcalltimesfab_11233',['AllCallTimesFAB',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a409ca89dc56939d0cbc9155ef274d8dc',1,'RegionsProfStats']]], + ['allgather_11234',['AllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#a1ea9d029b1a0e862f2cf90ee0679ab65',1,'amrex::ParallelAllGather::AllGather(const T &v, T *vs, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html#aaeea1cff72579eabfe1778d22f0c5b35',1,'amrex::ParallelAllGather::AllGather(const T *v, int cnt, T *vs, MPI_Comm comm)']]], + ['allgatherboxes_11235',['AllGatherBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad433171e426d58e2414c5394bfe0303c',1,'amrex']]], + ['allge_11236',['allGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'IntVectND< AMREX_SPACEDIM >::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e89cdfee2c384d068beed167ee040a7',1,'amrex::IntVectND::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'IntVectND< AMREX_SPACEDIM >::allGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c375865ce63cfb75c7d8af585d13d59',1,'amrex::IntVectND::allGE(const IntVectND< dim > &rhs) const noexcept']]], + ['allgt_11237',['allGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'amrex::IntVectND::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'amrex::IntVectND::allGT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a56205fba9553a4019081e7dfda8e23c8',1,'IntVectND< AMREX_SPACEDIM >::allGT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87a82aba45def5ca8c28fdbbe557c6c6',1,'IntVectND< AMREX_SPACEDIM >::allGT(int rhs) const noexcept']]], + ['allle_11238',['allLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'IntVectND< AMREX_SPACEDIM >::allLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'amrex::IntVectND::allLE(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1f84b68c2075eba82e8346adbd19ae9b',1,'amrex::IntVectND::allLE(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1cbea04628387dd1af7f63a72a3b8331',1,'IntVectND< AMREX_SPACEDIM >::allLE(const IntVectND< dim > &rhs) const noexcept']]], + ['alllt_11239',['allLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'IntVectND< AMREX_SPACEDIM >::allLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'amrex::IntVectND::allLT(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a21200f8efd89caad8d5f3337c2ee72dc',1,'amrex::IntVectND::allLT(int rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af4fc1037aab299e0179eff28f9a92c8e',1,'IntVectND< AMREX_SPACEDIM >::allLT()']]], + ['alloc_11240',['alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a221d8a8dd30da0cd6500d91d6c48742f',1,'amrex::PArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a46ce2cd5cfc039cec64548b031fbde2e',1,'amrex::Arena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ac5b992935b798555e12f3ed280420c5b',1,'amrex::BArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8d55773acd31606b385f0a524587bd1d',1,'amrex::CArena::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#adcabda73bbd0120b08dbb2cda22a6427',1,'amrex::DataAllocator::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1a40bc13e5fda7545591fa3b7cc50a04',1,'amrex::detail::SingleChunkArena::alloc()']]], + ['alloc_5fin_5fplace_11241',['alloc_in_place',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aabdec69d9448201fc6c85635ea6f18b7',1,'amrex::Arena::alloc_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a61c3deadcb0c3c69b91ecec373b086ee',1,'amrex::CArena::alloc_in_place(void *pt, std::size_t szmin, std::size_t szmax) final']]], + ['alloc_5fprotected_11242',['alloc_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#acb20836b76ef5e5c0fb002637132c442',1,'amrex::CArena']]], + ['allocate_11243',['allocate',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa3873295a150cc0fbed2a47c7db9caad',1,'hacc::AlignedAllocator::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'amrex::ArenaAllocatorBase::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a70ce2081b6a122fb56306d01a798983d',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate()']]], + ['allocate_5fin_5fplace_11244',['allocate_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'amrex::ArenaAllocatorBase::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a0ffdf10b9c0154b69807f717fb71ff71',1,'amrex::detail::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::allocate_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a08d1c621831a4cba4a26c24f72c0d734',1,'ArenaAllocatorBase< T, ArenaWrapper >::allocate_in_place()']]], + ['allocate_5fscratch_11245',['allocate_scratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'amrex::GMRES::allocate_scratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a26804b3a01736c253a94c8442158dec6',1,'GMRES< MF, GMRESMLMGT< MF > >::allocate_scratch()']]], + ['allocate_5fsystem_11246',['allocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afc721e195430f79b2d1b287c490ef0fb',1,'amrex::Arena']]], + ['allocateboxarray_11247',['AllocateBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#adcc32bbfdc881b55d739ac448f1d5d85',1,'amrex::InSituUtils']]], + ['allocatebufferforinsert_11248',['AllocateBufferForInsert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::BoxND >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'amrex::PODVector::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< unsigned int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< std::size_t >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< index_type >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const ParticleReal * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< const int * >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< char >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::XDim3 >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::NeighborCode >::AllocateBufferForInsert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af6fc3e8635c3829330db263343ab6f59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForInsert()']]], + ['allocatebufferforpush_11249',['AllocateBufferForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::STLtools::Triangle >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< unsigned int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< std::size_t >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int *, DefaultAllocator< int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< index_type >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const ParticleReal * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int *, DefaultAllocator< const int * > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< const int * >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::XDim3 >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::openbc::MomTag >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::NeighborCode >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::BoxND >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'amrex::PODVector::AllocateBufferForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5e58adad8e3a9824ae172c4beeaa3b76',1,'PODVector< char >::AllocateBufferForPush()']]], + ['allocfabs_11250',['AllocFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< IArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< FArrayBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::Mask >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::EBCellFlagFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::CutFab >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< PetscInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< TagBox >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'amrex::FabArray::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< AtomicInt > >::AllocFabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab5c7582edb11b88faec8de4ccdc1e120',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::AllocFabs()']]], + ['allocolddata_11251',['allocOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac696f694c50d2b6251f9576fabfdedcb',1,'amrex::StateData::allocOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6508a7e48f0d9da16e52fe4c79917ed3',1,'amrex::AmrLevel::allocOldData()']]], + ['allowmultiplemfiters_11252',['allowMultipleMFIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3a8a7a77b913c5ddc8b352f2610e9cd1',1,'amrex::MFIter']]], + ['allprint_11253',['AllPrint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrint.html#aea174ee088ce5e27479e1c0a7445d75a',1,'amrex::AllPrint']]], + ['allprinttofile_11254',['AllPrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AllPrintToFile.html#a458d380fa6223f8ecbc5eecef4080728',1,'amrex::AllPrintToFile']]], + ['almostequal_11255',['AlmostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad547d6295814fdf857cbec46887092',1,'amrex']]], + ['almostequal_11256',['almostEqual',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa90c9ff8ea429232ddb2573bddacdac6',1,'amrex']]], + ['amr_11257',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a39d13c1163b1e2bb81ea1494479301',1,'amrex::Amr::Amr(LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6775cf62918686cc49888b7e6fdf04f8',1,'amrex::Amr::Amr(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord, LevelBld *a_levelbld)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a850f1090f6ca9e8b954eeb61dff6ddb1',1,'amrex::Amr::Amr(const Amr &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a64ac23e1861e87fa064c6d37d5ab0912',1,'amrex::Amr::Amr(Amr &&rhs)=delete']]], + ['amrassigngrid_11258',['AmrAssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AmrAssignGrid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a3c5745e3fb6016f3be7777b00c7a458f',1,'amrex::AmrAssignGrid::AmrAssignGrid()']]], + ['amrcore_11259',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a30f4c446e360d02875146f91f942012c',1,'amrex::AmrCore::AmrCore()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac9680d7596a200d0a7403732101565e2',1,'amrex::AmrCore::AmrCore(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > ref_ratios=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#afb69ffb7fcb6a73fd03d61b5752424b4',1,'amrex::AmrCore::AmrCore(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &ref_ratios, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a5d9e69f3be72cef7a8aa76cf94f9588c',1,'amrex::AmrCore::AmrCore(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a221c9b12e81a586f11d7cf5883e3038c',1,'amrex::AmrCore::AmrCore(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ac0a84aa89a7db1e9543096d9c9f50a65',1,'amrex::AmrCore::AmrCore(const AmrCore &rhs)=delete']]], + ['amrdata_11260',['AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8fbbfb01083cf0c56560f765945cdfb4',1,'amrex::AmrData']]], + ['amrdataadaptor_11261',['AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a3e22c77fccec5c37868f505251044032',1,'amrex::AmrDataAdaptor']]], + ['amrdataok_11262',['AmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0d74eb70fa1a19985daef03dbf6c0055',1,'amrex::DataServices']]], + ['amrdataref_11263',['AmrDataRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19f9eafb4a1d4d6446f89ec754096e7d',1,'amrex::DataServices']]], + ['amrerrortag_11264',['AMRErrorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a47dd3a5e4699282c4d0507100d91b3da',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Real value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a6bdb6f405b8980271203a4dd7bbf66af',1,'amrex::AMRErrorTag::AMRErrorTag(const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a324f086df633a16e2277211771e9864d',1,'amrex::AMRErrorTag::AMRErrorTag(amrex::Vector< amrex::Real > value, AMRErrorTag::TEST test, std::string field, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a26460c9eca93506a137032d65b357efe',1,'amrex::AMRErrorTag::AMRErrorTag(AMRErrorTag::UserFunc *userfunc, std::string field, int ngrow, const AMRErrorTagInfo &info=AMRErrorTagInfo()) noexcept']]], + ['amrex_11265',['AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ac0662c8a56afbc04493004cebe490826',1,'amrex::AMReX::AMReX()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a5b73d42e9a3382fdbdf48691f1ca541f',1,'amrex::AMReX::AMReX(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad8198c112ee47aabbd7239cbcf054427',1,'amrex::AMReX::AMReX(AMReX &&)=delete']]], + ['amrex_5fabort_11266',['amrex_abort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a3c0db0a8f73560694a95e3be546ad0fc',1,'amrex_error_module']]], + ['amrex_5favg_5fcc_5fto_5ffc_11267',['amrex_avg_cc_to_fc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f54d03612f4bca257af260e16dc37f0',1,'amrex::amrex_avg_cc_to_fc(int i, int, int, int n, Box const &xbx, Array4< Real > const &fx, Array4< Real const > const &cc, GeometryData const &gd, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d140f2a232c48d57a9ddae57a51d3ac',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int, int n, Box const &xbx, Box const &ybx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9ae8b3dc626566b2ae1a8659ae44fb4',1,'amrex::amrex_avg_cc_to_fc(int i, int j, int k, int n, Box const &xbx, Box const &ybx, Box const &zbx, Array4< Real > const &fx, Array4< Real > const &fy, Array4< Real > const &fz, Array4< Real const > const &cc, bool use_harmonic_averaging) noexcept']]], + ['amrex_5favg_5feg_5fto_5fcc_11268',['amrex_avg_eg_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4c137e801c2f8827b3dfecce9101a9b',1,'amrex::amrex_avg_eg_to_cc(int i, int, int, Array4< Real > const &cc, Array4< Real const > const &Ex, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa41060ba2affd9f9e0af483dc0f6adf1',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int k, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, Array4< Real const > const &Ez, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a366f59cfa601b5f9ba1c83fa456f01c5',1,'amrex::amrex_avg_eg_to_cc(int i, int j, int, Array4< Real > const &cc, Array4< Real const > const &Ex, Array4< Real const > const &Ey, int cccomp) noexcept']]], + ['amrex_5favg_5ffc_5fto_5fcc_11269',['amrex_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f3d534390662f8ae6bd77b550e54dc',1,'amrex::amrex_avg_fc_to_cc(int i, int, int, Array4< CT > const &cc, Array4< FT const > const &fx, int cccomp, GeometryData const &gd) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a695cf6320aa3bb1e2aaa1394860db691',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, int cccomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d5aae08a6994ab934119ad634da8db0',1,'amrex::amrex_avg_fc_to_cc(int i, int j, int k, Array4< CT > const &cc, Array4< FT const > const &fx, Array4< FT const > const &fy, Array4< FT const > const &fz, int cccomp) noexcept']]], + ['amrex_5favg_5fnd_5fto_5fcc_11270',['amrex_avg_nd_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9904cb709f0cc1096942b2799924eec4',1,'amrex']]], + ['amrex_5favgdown_11271',['amrex_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac657b202a77b0a3e8d6313ea5e9316af',1,'amrex::amrex_avgdown(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a108fe9fcd30851ff1986f4d4588f5adc',1,'amrex::amrex_avgdown(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], + ['amrex_5favgdown_5fedges_11272',['amrex_avgdown_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa16a357bfbf75a90cc06faf36cffe268',1,'amrex::amrex_avgdown_edges(Box const &bx, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4af58d1ed1db1299d88bab26b250b504',1,'amrex::amrex_avgdown_edges(int i, int, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], + ['amrex_5favgdown_5ffaces_11273',['amrex_avgdown_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c74be21c5dff00c88782858a813cb9f',1,'amrex::amrex_avgdown_faces(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89fbc6eaecafa9e4d17df78b4ab0da17',1,'amrex::amrex_avgdown_faces(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio, int) noexcept']]], + ['amrex_5favgdown_5fnodes_11274',['amrex_avgdown_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af571eb63b15d9531a1a6d8eb9c703785',1,'amrex::amrex_avgdown_nodes(Box const &bx, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, int ncomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c4f54ca2715e093218b8c504cd9a73',1,'amrex::amrex_avgdown_nodes(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], + ['amrex_5favgdown_5fwith_5fvol_11275',['amrex_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73105d96fa345efe695b754359eacc4b',1,'amrex::amrex_avgdown_with_vol(int i, int, int, int n, Array4< T > const &crse, Array4< T const > const &fine, Array4< T const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac094c7f6f35727205b4986aae651c761',1,'amrex::amrex_avgdown_with_vol(int i, int j, int, int n, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< Real const > const &fv, int ccomp, int fcomp, IntVect const &ratio) noexcept']]], + ['amrex_5fcalc_5falpha_5fstencil_11276',['amrex_calc_alpha_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7213e403116fdea6dc4dda865eaf18e6',1,'amrex']]], + ['amrex_5fcalc_5fcentroid_5flimiter_11277',['amrex_calc_centroid_limiter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a08be6a2bc4956941feb31ccb0ddc2167',1,'amrex']]], + ['amrex_5fcalc_5fxslope_11278',['amrex_calc_xslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba62b0734dec9b69bdc82781f4e87151',1,'amrex']]], + ['amrex_5fcalc_5fxslope_5fextdir_11279',['amrex_calc_xslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89f81b000b34e7c57e481ba09a2f77eb',1,'amrex']]], + ['amrex_5fcalc_5fyslope_11280',['amrex_calc_yslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43724c1f3c9745b893de6823b5bfef51',1,'amrex']]], + ['amrex_5fcalc_5fyslope_5fextdir_11281',['amrex_calc_yslope_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a147f251f83a5f9c022d66a1595f7cb0b',1,'amrex']]], + ['amrex_5fcoarsen_5fintvect_11282',['amrex_coarsen_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#af33857a3158504d538c42ff09a23fc6c',1,'amrex_fort_module']]], + ['amrex_5fcompute_5fconvective_5fdifference_11283',['amrex_compute_convective_difference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4979a24456c6009e315e62d0f0d1ee66',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< amrex::Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b6af662717df11ef0cc1122f068e809',1,'amrex::amrex_compute_convective_difference(Box const &bx, Array4< Real > const &diff, Array4< Real const > const &u_face, Array4< Real const > const &v_face, Array4< Real const > const &w_face, Array4< Real const > const &s_on_x_face, Array4< Real const > const &s_on_y_face, Array4< Real const > const &s_on_z_face, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fdivergence_11284',['amrex_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab340fe16ae43377f8c6951777d3c6e8',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7bc9df03a7f950928f84f200ea52dd33',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f8556f4e163951fd7c4aa1debf4435e',1,'amrex::amrex_compute_divergence(Box const &bx, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fdivergence_5frz_11285',['amrex_compute_divergence_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1d11eba0d4b53de1431c6ad3d060be',1,'amrex']]], + ['amrex_5fcompute_5fgradient_11286',['amrex_compute_gradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1884e8cc3ccdbb7eb0608221b4833133',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0e6c8420ed7a23a8f6e31d1d2d728c9',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, Array4< Real const > const &v, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa6d2d0c832d99397a5807b2a955d64a',1,'amrex::amrex_compute_gradient(Box const &bx, Array4< Real > const &grad, Array4< Real const > const &u, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['amrex_5fcompute_5fgradient_5frz_11287',['amrex_compute_gradient_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09f44c9c74cb08a19432aa259ebace65',1,'amrex']]], + ['amrex_5fdelete_5fparmparse_11288',['amrex_delete_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__delete__parmparse.html#a35b2283a5bb6463094f49b874b125bb7',1,'amrex_parmparse_module::amrex_delete_parmparse']]], + ['amrex_5fdeposit_5fcic_11289',['amrex_deposit_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00779f2a650345e29919bda485417d90',1,'amrex']]], + ['amrex_5fdeposit_5fparticle_5fdx_5fcic_11290',['amrex_deposit_particle_dx_cic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2c2bcf642851e4903e3c9449f857e14',1,'amrex']]], + ['amrex_5feb2_5fbuild_5ftypes_11291',['amrex_eb2_build_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a202c73f9ebfcb787c75aad17804f9490',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t > const &ex, Array4< Type_t > const &ey, Array4< Type_t > const &ez)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aefdb7b36e49b26a7d9d6c13f381bf5ea',1,'amrex::EB2::amrex_eb2_build_types(Box const &tbx, Box const &bxg2, Array4< Real const > const &s, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy)']]], + ['amrex_5feb_5fdisable_5freredistribution_11292',['amrex_eb_disable_reredistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#afc3d4f889be1ef91df14eae4e538f6f5',1,'amrex_eb_flux_reg_nd_module']]], + ['amrex_5feb_5fget_5freredistribution_5fthreshold_11293',['amrex_eb_get_reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a03a212df04f2b5a5a753d0d3a4ba60d7',1,'amrex_eb_flux_reg_nd_module']]], + ['amrex_5ferror0_11294',['amrex_error0',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a1a665618595cc86a5fe96e85561e9dbc',1,'amrex_error_module::amrex_error::amrex_error0()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a1a83328a0c70eaabd8ab9e1f041e581a',1,'amrex_error_module::amrex_error0()']]], + ['amrex_5ferror1_5fch_11295',['amrex_error1_ch',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a6bbbbc50ad91c5de76d9f492bb162470',1,'amrex_error_module::amrex_error::amrex_error1_ch()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#afb518cd3344cda8d10a7992789c35247',1,'amrex_error_module::amrex_error1_ch()']]], + ['amrex_5ferror1_5fi_11296',['amrex_error1_i',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#a903ff60eda087010d20068d4eed379ba',1,'amrex_error_module::amrex_error::amrex_error1_i()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#ae185e11336f0cf6a77886c17c89a89b7',1,'amrex_error_module::amrex_error1_i()']]], + ['amrex_5ferror1_5fr_11297',['amrex_error1_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__error.html#aa103fab456dcf1a3a48d1c7d27f25d34',1,'amrex_error_module::amrex_error::amrex_error1_r()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a2a571a1f40bbc502243adb182b8f29a6',1,'amrex_error_module::amrex_error1_r()']]], + ['amrex_5ffab_5ffilcc_11298',['amrex_fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#a5b3cd1461b16534b870b533ce5ca15b1',1,'amrex_filcc_module']]], + ['amrex_5ffi_5fabort_11299',['amrex_fi_abort',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__abort.html#af63579dab608ba94f534178bbad32295',1,'amrex_error_module::amrex_fi_abort']]], + ['amrex_5ffi_5ferror_11300',['amrex_fi_error',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__error.html#a698247761e152df0ea6a916e0e365040',1,'amrex_error_module::amrex_fi_error']]], + ['amrex_5ffi_5fpd_5fbcast_5fr_11301',['amrex_fi_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__bcast__r.html#ace812da34b7598d9fd221a594080b255',1,'amrex_paralleldescriptor_module::amrex_fi_pd_bcast_r']]], + ['amrex_5ffi_5fpd_5fioprocessor_11302',['amrex_fi_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor.html#ac765a3578df4e62522d21e0eb6ec2969',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor']]], + ['amrex_5ffi_5fpd_5fioprocessor_5fnumber_11303',['amrex_fi_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__ioprocessor__number.html#a8982f3fdc602ce3e7a05c55d7193667c',1,'amrex_paralleldescriptor_module::amrex_fi_pd_ioprocessor_number']]], + ['amrex_5ffi_5fpd_5fmyproc_11304',['amrex_fi_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__myproc.html#a02957b84a9c8ca00e591712627aa6ea3',1,'amrex_paralleldescriptor_module::amrex_fi_pd_myproc']]], + ['amrex_5ffi_5fpd_5fnprocs_11305',['amrex_fi_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__nprocs.html#a522ade5dba9e7fc6f1942c44bfc0c9e1',1,'amrex_paralleldescriptor_module::amrex_fi_pd_nprocs']]], + ['amrex_5ffi_5fpd_5fwtime_11306',['amrex_fi_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__fi__pd__wtime.html#a0e54240aedd2202434b50c5b107a41ed',1,'amrex_paralleldescriptor_module::amrex_fi_pd_wtime']]], + ['amrex_5ffi_5fwarning_11307',['amrex_fi_warning',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__error__module_1_1amrex__fi__warning.html#a506159cd9cccb548d812c7edf14805d8',1,'amrex_error_module::amrex_fi_warning']]], + ['amrex_5ffilcc_5f1_11308',['amrex_filcc_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af264a5dd15ec5e7eb561cddfd9c06fcb',1,'amrex_filcc_module::amrex_filcc_1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#acf630b4902f09f2492c6c5fb4b31da7d',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_1()']]], + ['amrex_5ffilcc_5fn_11309',['amrex_filcc_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac06bb6294d56c80760256fef18826ce7',1,'amrex_filcc_module::amrex_filcc_n()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__filcc__module_1_1amrex__filcc.html#ab566cd62b1b32a8f4232e5a8c7bd8215',1,'amrex_filcc_module::amrex_filcc::amrex_filcc_n()']]], + ['amrex_5ffilccn_11310',['amrex_filccn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#af9397b56e5ef0e39930f6f57588c8686',1,'amrex_filcc_module']]], + ['amrex_5ffill_5fslice_5finterp_11311',['amrex_fill_slice_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02764a19b02ad5aa59766eaba8cde224',1,'amrex']]], + ['amrex_5ffinalize_5facc_11312',['amrex_finalize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7537721c18f228fca42f0db3e75a4470',1,'amrex_acc_module']]], + ['amrex_5ffinalize_5fnamelist_11313',['amrex_finalize_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afa4b2a65f17b770eaf9771705a09b5a1',1,'amrex_parmparse_module']]], + ['amrex_5ffirst_5forder_5fextrap_5fcpu_11314',['amrex_first_order_extrap_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae764daf3d8010df29bc0fb4b6833f0c8',1,'amrex']]], + ['amrex_5ffirst_5forder_5fextrap_5fgpu_11315',['amrex_first_order_extrap_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9570ea1b5e3ab8070aee754ccbcf28a2',1,'amrex']]], + ['amrex_5fflux_5fredistribute_11316',['amrex_flux_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2997746786ac52f67e2d900ad628b54e',1,'amrex']]], + ['amrex_5ffree_11317',['amrex_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__free.html#a707447ae9a46c196fd31a6e73e6fde3b',1,'amrex_fort_module::amrex_free']]], + ['amrex_5fhoextraptocc_11318',['amrex_hoextraptocc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html#ac02f1497ed02f3ad826d93843aaf7a1e',1,'amrex_filcc_module']]], + ['amrex_5finit_5fnamelist_11319',['amrex_init_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2240f47e9202eae11b9c2cf3df63056c',1,'amrex_parmparse_module']]], + ['amrex_5finitialize_5facc_11320',['amrex_initialize_acc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#a7eb8614e7eeb5eca0fea6ecaf6ad999a',1,'amrex_acc_module']]], + ['amrex_5fiparser_5fdelete_11321',['amrex_iparser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e084d7248e50fe5cd9f6037db2b2e1',1,'amrex']]], + ['amrex_5fiparser_5fnew_11322',['amrex_iparser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a414ba7de5a008178d4fa0953a6e69073',1,'amrex']]], + ['amrex_5fksp_11323',['amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aca69bd49d75894353d06d30c558aac72',1,'amrex::amrex_KSP::amrex_KSP()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#aea22ab1cf579dcbf2940e424d3e0875e',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a86adf29edda60b11a0d52179a48c6dcc',1,'amrex::amrex_KSP::amrex_KSP(amrex_KSP &&)=delete']]], + ['amrex_5fmalloc_11324',['amrex_malloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__malloc.html#a474a838f9d50acec1ac42d581248934d',1,'amrex_fort_module::amrex_malloc']]], + ['amrex_5fmat_11325',['amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a14bdbf5e9222968ac32e71d6793f5d39',1,'amrex::amrex_Mat::amrex_Mat()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a3b75dd52e71b3a11d595fdaf4f2e4e71',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#ae605c1439b1b88e367a6757b46e78c9e',1,'amrex::amrex_Mat::amrex_Mat(amrex_Mat &&)=delete']]], + ['amrex_5fmempool_5falloc_11326',['amrex_mempool_alloc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__alloc.html#adb2b65dfc1aec59150d1a8ed47e40fb4',1,'amrex_mempool_module::amrex_mempool_alloc']]], + ['amrex_5fmempool_5ffree_11327',['amrex_mempool_free',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__mempool__free.html#a8f6d10e93389b7a67a277c72cb1632e4',1,'amrex_mempool_module::amrex_mempool_free']]], + ['amrex_5fmllinop_5fapply_5fbc_11328',['amrex_mllinop_apply_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a198adb293f84d85a8b1c8293e428b88c',1,'amrex_mllinop_nd_module']]], + ['amrex_5fnew_5fparmparse_11329',['amrex_new_parmparse',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__new__parmparse.html#a1be92a19b01b3ec020a93436e5046e52',1,'amrex_parmparse_module::amrex_new_parmparse']]], + ['amrex_5fparmparse_5fadd_5fbool_11330',['amrex_parmparse_add_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__bool.html#a66f1a20a65d9ca9470824a7c7f97697a',1,'amrex_parmparse_module::amrex_parmparse_add_bool']]], + ['amrex_5fparmparse_5fadd_5fint_11331',['amrex_parmparse_add_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__int.html#a7a516b6e345a64a085fa8b498d32e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_int']]], + ['amrex_5fparmparse_5fadd_5fintarr_11332',['amrex_parmparse_add_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__intarr.html#abf2b8e83555c7480ee31dad986323912',1,'amrex_parmparse_module::amrex_parmparse_add_intarr']]], + ['amrex_5fparmparse_5fadd_5freal_11333',['amrex_parmparse_add_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__real.html#a16e379e4ffa6b3fcc2f477ee2f277cab',1,'amrex_parmparse_module::amrex_parmparse_add_real']]], + ['amrex_5fparmparse_5fadd_5frealarr_11334',['amrex_parmparse_add_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__realarr.html#a38dd6e27c1ba219174c16870853e0975',1,'amrex_parmparse_module::amrex_parmparse_add_realarr']]], + ['amrex_5fparmparse_5fadd_5fstring_11335',['amrex_parmparse_add_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__string.html#a988b13fe082afcf29f4d61fe2de1e0f8',1,'amrex_parmparse_module::amrex_parmparse_add_string']]], + ['amrex_5fparmparse_5fadd_5fstringarr_11336',['amrex_parmparse_add_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__add__stringarr.html#acaa614221f79466050f0803965f1bc82',1,'amrex_parmparse_module::amrex_parmparse_add_stringarr']]], + ['amrex_5fparmparse_5fassign_11337',['amrex_parmparse_assign',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a939cd8c93d4cdbee4165f9b5923b2978',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_assign()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#ac7eb4f4fb08fb1fe22d895d4ea48e90f',1,'amrex_parmparse_module::amrex_parmparse_assign(dst, src)']]], + ['amrex_5fparmparse_5fbuild_11338',['amrex_parmparse_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a5159132ce76a022a5c7def8ec38a8880',1,'amrex_parmparse_module']]], + ['amrex_5fparmparse_5fdelete_5fcp_5fchar_11339',['amrex_parmparse_delete_cp_char',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__delete__cp__char.html#aed6352ced14952145ea0dd0bd4723bdb',1,'amrex_parmparse_module::amrex_parmparse_delete_cp_char']]], + ['amrex_5fparmparse_5fdestroy_11340',['amrex_parmparse_destroy',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9997ef40c49a9721423e8bec4f30e14',1,'amrex_parmparse_module::amrex_parmparse::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__destroy.html#a801936107f134e2a3991a6699ec7c7e8',1,'amrex_parmparse_module::amrex_parmparse_destroy::amrex_parmparse_destroy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a240bfde0d7f9495e75761ac59a91dfe6',1,'amrex_parmparse_module::amrex_parmparse_destroy()']]], + ['amrex_5fparmparse_5fget_5fbool_11341',['amrex_parmparse_get_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__bool.html#a99846b43a41a77557855585ac13555e3',1,'amrex_parmparse_module::amrex_parmparse_get_bool']]], + ['amrex_5fparmparse_5fget_5fcounts_11342',['amrex_parmparse_get_counts',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__counts.html#a8b8d54bfcfee670480bf6a8479318ace',1,'amrex_parmparse_module::amrex_parmparse_get_counts']]], + ['amrex_5fparmparse_5fget_5fint_11343',['amrex_parmparse_get_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__int.html#add6de89cf61130c870ea8f36112da3af',1,'amrex_parmparse_module::amrex_parmparse_get_int']]], + ['amrex_5fparmparse_5fget_5fintarr_11344',['amrex_parmparse_get_intarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__intarr.html#a16f4eeb60412dbdb36591e9b021dfa2e',1,'amrex_parmparse_module::amrex_parmparse_get_intarr']]], + ['amrex_5fparmparse_5fget_5freal_11345',['amrex_parmparse_get_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__real.html#a7bdfd95b2ce5a8d1ba5763430a49effe',1,'amrex_parmparse_module::amrex_parmparse_get_real']]], + ['amrex_5fparmparse_5fget_5frealarr_11346',['amrex_parmparse_get_realarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__realarr.html#ae2b704ac422486a51e530a62849a119d',1,'amrex_parmparse_module::amrex_parmparse_get_realarr']]], + ['amrex_5fparmparse_5fget_5fstring_11347',['amrex_parmparse_get_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__string.html#ab44ff1b1fa681f3b10a9b9b8c194365b',1,'amrex_parmparse_module::amrex_parmparse_get_string']]], + ['amrex_5fparmparse_5fget_5fstringarr_11348',['amrex_parmparse_get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__get__stringarr.html#a61fe4caeb4e56c80853d6f1b780b7107',1,'amrex_parmparse_module::amrex_parmparse_get_stringarr']]], + ['amrex_5fparmparse_5fquery_5fbool_11349',['amrex_parmparse_query_bool',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__bool.html#a07401369ede8f5f13b856d53beee87dc',1,'amrex_parmparse_module::amrex_parmparse_query_bool']]], + ['amrex_5fparmparse_5fquery_5fint_11350',['amrex_parmparse_query_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__int.html#a444f902d4afc4cb2d7f23a3bb23dec25',1,'amrex_parmparse_module::amrex_parmparse_query_int']]], + ['amrex_5fparmparse_5fquery_5freal_11351',['amrex_parmparse_query_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__real.html#a5a54a2c523b950cb67bf937c9fc20cf0',1,'amrex_parmparse_module::amrex_parmparse_query_real']]], + ['amrex_5fparmparse_5fquery_5fstring_11352',['amrex_parmparse_query_string',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__parmparse__module_1_1amrex__parmparse__query__string.html#a391538d43a5a4e75b4c96a7b801ae0a0',1,'amrex_parmparse_module::amrex_parmparse_query_string']]], + ['amrex_5fparser_5fdelete_11353',['amrex_parser_delete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f20d75c59ef143705ccaeaef9897c17',1,'amrex']]], + ['amrex_5fparser_5fnew_11354',['amrex_parser_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae66dc6e64e2bbaeb5e33f845f1021f4f',1,'amrex']]], + ['amrex_5fpartition_5fhelper_11355',['amrex_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac21ab25e49c31a58b678ab25626397d3',1,'amrex::detail']]], + ['amrex_5fpd_5fbcast_5fr_11356',['amrex_pd_bcast_r',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a340f780bf33f6f266f684d916bc7d71a',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0dc4f5ab19e59b9eef022747ac0d6f3f',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r()']]], + ['amrex_5fpd_5fbcast_5fr2v_11357',['amrex_pd_bcast_r2v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a159c62d36c55a038f9a058400c25cddf',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r2v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#ac483180176741214ea0f2ef611b77263',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r2v(x, a_root)']]], + ['amrex_5fpd_5fbcast_5fr3v_11358',['amrex_pd_bcast_r3v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a0950705752a3ec1defbb7701ac28a32b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_r3v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a7a3608d319a39ae7db70bbd9362b143b',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_r3v()']]], + ['amrex_5fpd_5fbcast_5frv_11359',['amrex_pd_bcast_rv',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__paralleldescriptor__module_1_1amrex__pd__bcast.html#a2f2085463e4f7381decb0edc764b9df6',1,'amrex_paralleldescriptor_module::amrex_pd_bcast::amrex_pd_bcast_rv()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a0b4f88406790fe12faee067b036014bb',1,'amrex_paralleldescriptor_module::amrex_pd_bcast_rv(x, a_root)']]], + ['amrex_5fpd_5fioprocessor_11360',['amrex_pd_ioprocessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a13e70e6cf4cfe72233e9a28ca14245e0',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fioprocessor_5fnumber_11361',['amrex_pd_ioprocessor_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a467738899f667913f4c9e3a9f1bfb1f6',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fmyproc_11362',['amrex_pd_myproc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a92b50119645b49ec71e1517aaddbbdaf',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fnprocs_11363',['amrex_pd_nprocs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a263268abdd1d3bb2d859542bfd03251d',1,'amrex_paralleldescriptor_module']]], + ['amrex_5fpd_5fwtime_11364',['amrex_pd_wtime',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html#a2fa55a14c84d0e1da19ba1cf9b8c0c72',1,'amrex_paralleldescriptor_module']]], + ['amrex_5frandom_11365',['amrex_random',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random.html#ab61c147cc6240361146c83a1c3a7b635',1,'amrex_fort_module::amrex_random']]], + ['amrex_5frandom_5fint_11366',['amrex_random_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__fort__module_1_1amrex__random__int.html#a35272cd6016c41793c14f2eed2b797c8',1,'amrex_fort_module::amrex_random_int']]], + ['amrex_5freal_5farray_5finit_11367',['amrex_real_array_init',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__real__array__init.html#ae554aa5f1988218666af9ecf97875026',1,'amrex_mempool_module::amrex_real_array_init']]], + ['amrex_5fset_5facc_5fstream_11368',['amrex_set_acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#ae6e5f688f216b146a2cc609ec638a462',1,'amrex_acc_module']]], + ['amrex_5fsetarea_11369',['amrex_setarea',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4ccd910ec18130e61c197ad32ec6eb8',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e3145837cdc69bc378ae3e7751aeafe',1,'amrex::amrex_setarea(Box const &bx, Array4< Real > const &area, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept']]], + ['amrex_5fsetdloga_11370',['amrex_setdloga',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac826dc262f0bdba922d73f261d6b03b9',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int dir, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad42f89d350fa1e06dfc8594fe3021a64',1,'amrex::amrex_setdloga(Box const &bx, Array4< Real > const &dloga, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int, const int coord) noexcept']]], + ['amrex_5fsetvol_11371',['amrex_setvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa84527498d84c7d3eeb6ac347f35fc57',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 2 > const &offset, GpuArray< Real, 2 > const &dx, const int coord) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5be48241dfac16941f5f4c66fdd7d584',1,'amrex::amrex_setvol(Box const &bx, Array4< Real > const &vol, GpuArray< Real, 1 > const &offset, GpuArray< Real, 1 > const &dx, const int coord) noexcept']]], + ['amrex_5fstable_5fpartition_5fhelper_11372',['amrex_stable_partition_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a685da3e1082796b88fdcd226e6cd923d',1,'amrex::detail']]], + ['amrex_5fstring_5fbuild_11373',['amrex_string_build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a8661803d88bd3264e542f0f1362406e1',1,'amrex_string_module']]], + ['amrex_5fstring_5fc_5fto_5ff_11374',['amrex_string_c_to_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a959bc74ecd938061a024fb0d210facad',1,'amrex_string_module']]], + ['amrex_5fstring_5ff_5fto_5fc_11375',['amrex_string_f_to_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a0bf8f20010cb63d36d70475cce439c7d',1,'amrex_string_module']]], + ['amrex_5fstring_5ff_5fto_5flower_11376',['amrex_string_f_to_lower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a4c4d4d30474688b40ff24d73c6d93073',1,'amrex_string_module']]], + ['amrex_5ftt_5fspecialize_11377',['amrex_tt_specialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aea93d9dae530ab0650826726ebba0dfb',1,'amrex::InSituUtils']]], + ['amrex_5fvec_11378',['amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#af4e005e8ce98838fa28fe75872a8fc05',1,'amrex::amrex_Vec::amrex_Vec()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#a29e1b205830804ee67abd7c0926214f3',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#affcee19c79c7a8c04f832e0af8902984',1,'amrex::amrex_Vec::amrex_Vec(amrex_Vec const &)=delete']]], + ['amrex_5fwarning_11379',['amrex_warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html#a37d3d2303e183b835660cf63a47ecbaf',1,'amrex_error_module']]], + ['amrinsitubridge_11380',['AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a034677422f4ebd5a28aeb1c63004e17b',1,'amrex::AmrInSituBridge::AmrInSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#a9703ac84239ce8c201936c8e61bb0d7f',1,'amrex::AmrInSituBridge::AmrInSituBridge(const AmrInSituBridge &)=delete']]], + ['amrlevel_11381',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#addb399ac982bc95a1cb0456447f13e0e',1,'amrex::AmrLevel::AmrLevel(const AmrLevel &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab329e55cd5e52a04db311b580716eaf9',1,'amrex::AmrLevel::AmrLevel(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae244321a30ba83806ce8204b7c437480',1,'amrex::AmrLevel::AmrLevel() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#abff2e9f744631b186366976b2004a39f',1,'amrex::AmrLevel::AmrLevel(Amr &papa, int lev, const Geometry &level_geom, const BoxArray &ba, const DistributionMapping &dm, Real time)']]], + ['amrmesh_11382',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a163e8a28e1f841b2c174d6d34664e2d3',1,'amrex::AmrMesh::AmrMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a58e7077dec217e4bdad1f5221e6229cc',1,'amrex::AmrMesh::AmrMesh(const RealBox *rb, int max_level_in, const Vector< int > &n_cell_in, int coord=-1, Vector< IntVect > refrat=Vector< IntVect >(), const int *is_per=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a82b57f9cf8e12e9542c14f7d00a986ff',1,'amrex::AmrMesh::AmrMesh(const RealBox &rb, int max_level_in, const Vector< int > &n_cell_in, int coord, Vector< IntVect > const &a_refrat, Array< int, AMREX_SPACEDIM > const &is_per)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac0486abd196135fb9ac41748f2d2f1c9',1,'amrex::AmrMesh::AmrMesh(Geometry const &level_0_geom, AmrInfo const &amr_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa3d1b57d3957feca7d0f897ec2e62824',1,'amrex::AmrMesh::AmrMesh(const AmrMesh &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a43f67413ffdd911f5a91e9041bb20d0e',1,'amrex::AmrMesh::AmrMesh(AmrMesh &&rhs)=default']]], + ['amrmeshdataadaptor_11383',['AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a2343c3cec45162fdd013661122a5ed0f',1,'amrex::AmrMeshDataAdaptor']]], + ['amrmeshinsitubridge_11384',['AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a0682f7ec6b4f8b170006ba8eca78d77f',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge(const AmrMeshInSituBridge &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ae631b7c3debd13f369129d9285c961dc',1,'amrex::AmrMeshInSituBridge::AmrMeshInSituBridge()']]], + ['amrpargdb_11385',['AmrParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac5b326613074f25002466af98f19e6fc',1,'amrex::AmrParGDB']]], + ['amrparticlecontainer_5fimpl_11386',['AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#aa45d393b71a8d7087903259612c4896f',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a38165bb180432ccb33f55994387fbfcf',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8dfdf537de9a189b64d28595f876479a',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a9ab1f0679cf258ca57336ab58281f8ef',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl(AmrCore *amr_core)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#adc394dad10b9a110b90b65afc7e6c7b6',1,'amrex::AmrParticleContainer_impl::AmrParticleContainer_impl()']]], + ['amrparticlelocator_11387',['AmrParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad2a127ebe13698da13cae956519b2173',1,'amrex::AmrParticleLocator::AmrParticleLocator(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'amrex::AmrParticleLocator::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'amrex::AmrParticleLocator::AmrParticleLocator(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#aec9acdf68bd0adbfc4c474a31c3e26f1',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a06d216fc9cf978fc5c842675468b2ca5',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::AmrParticleLocator(const ParGDBBase *a_gdb)']]], + ['amrrefratio_11388',['AMRRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'amrex::MLLinOpT::AMRRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio(int amr_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a10ebb5d290f3579d4c3e69aa56cf6251',1,'MLLinOpT< Array< MultiFab, 3 > >::AMRRefRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae88bc615f7fa178e54ea32899aae6506',1,'amrex::MLLinOpT::AMRRefRatio()']]], + ['amrtracerparticlecontainer_11389',['AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a23348165a8cf6ca0051141058e3e63d7',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a758508e41568ce23b98b4238119002da',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#ad044827a807fc8f0f55d4b21fe9451ce',1,'amrex::AmrTracerParticleContainer::AmrTracerParticleContainer(AmrCore *amr_core)']]], + ['and_11390',['And',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa0de4c8be25f053f86f82505350e61de',1,'amrex::ParallelReduce::And()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a00fc670ea311d38034fcb05f6cfdeca7',1,'amrex::Mask::And(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac79eca6126b2c2707ca883dca7545ef5',1,'amrex::Mask::And(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a96f1c0a3f48e6f4ed9b6509b55bfe86c',1,'amrex::Mask::And(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a187ebef1089afa8f5b0c251fc84974da',1,'amrex::Mask::And(const Mask &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a809a9a78d9cfb7c86a0dd7b72a212fd7',1,'amrex::ParallelAllReduce::And()']]], + ['any_11391',['any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'amrex::IndexTypeND::any()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af9c3fd4c24991f24b5ce2b483b6c77a0',1,'IndexTypeND< AMREX_SPACEDIM >::any()']]], + ['any_11392',['Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a131293f3371ec68e9b9b274c54436512',1,'amrex::Any::Any(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#aff8ca6a4b83b6cef467c7899d658aa47',1,'amrex::Any::Any(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#afc3bc0660243e8d8719884a2f81a2a3a',1,'amrex::Any::Any(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a794f63d073e59619a7fed27e8e40e2ba',1,'amrex::Any::Any()=default']]], + ['any_11393',['any',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60b385a670733e5570818f7007307e1c',1,'amrex']]], + ['anycto_11394',['AnyCTO',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a820fe7f4b24ef2fb26162e20cbd2fc6c',1,'amrex']]], + ['anyof_11395',['AnyOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a14f4ad196e92e318437fba27909ea581',1,'amrex::Reduce::AnyOf(Box const &box, P const &pred)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#af362eac7caa17fd8a2f7ee3831236367',1,'amrex::Reduce::AnyOf(N n, T const *v, P const &pred)']]], + ['append_11396',['append',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ac43f48e56f1fd91ced82b35b4f8f8458',1,'amrex::ClusterList::append()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#ac00b940669dee9267e5483a43a9b8b7e',1,'amrex::Gpu::Elixir::append()']]], + ['apply_11397',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abc2fbffffd5da85d5d31c81bae2db67e',1,'amrex::MLNodeLinOp']]], + ['apply_11398',['Apply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a56d136063b9c85d97111978faff29c87',1,'amrex::NonLocalBC']]], + ['apply_11399',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'MLLinOpT< Array< MultiFab, 3 > >::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7aea888ca18e54df62e7dffc8378d872',1,'amrex::MLLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a11ebb75b0246b6a3df2dbc44d2cdb2ab',1,'amrex::MLEBTensorOp::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a8e392e42b5c238124145af83776d575a',1,'amrex::MLEBABecLap::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aad3bf0c581e04684d7ecbe73942226e0',1,'amrex::MLCurlCurl::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8755fe1a7a09db77e7d810dd9dfdb107',1,'amrex::MLCellLinOpT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a69ba35dbecc64670348ed8611260dfd9',1,'amrex::GMRESMLMGT::apply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4cd706acd1fbd898473f0a25bcc9e157',1,'amrex::MLMGT::apply()']]], + ['apply_11400',['Apply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ba0f3bd5880d4218b4bfe93373edf6',1,'amrex']]], + ['apply_11401',['apply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ade3193e75ea3a658b19b111c98373f73',1,'amrex::MLTensorOp']]], + ['apply_5fflux_5fredistribution_11402',['apply_flux_redistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefd8bdd7a185cff23fc99fb94a8a17d0',1,'amrex']]], + ['apply_5fimpl_11403',['apply_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac60a1b88f1421c5113c694d9460de676',1,'amrex::detail']]], + ['applybc_11404',['applyBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a251a2f1de9fea9f0d0230e04b19c078e',1,'amrex::MLCellLinOpT::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a10b37b198807f386acf45ea68c73b87c',1,'amrex::MLCurlCurl::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a52602de1306c8ae67aa5b45c984b5ae6',1,'amrex::MLEBABecLap::applyBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af78475fe4fe5c23c340632733e045bd0',1,'amrex::MLNodeLinOp::applyBC()']]], + ['applybctensor_11405',['applyBCTensor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6cf6cb52bc1116d3bae93ea118d55096',1,'amrex::MLEBTensorOp::applyBCTensor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#afd1fbd89d6fdbe0014a9efeaf4e6ce06',1,'amrex::MLTensorOp::applyBCTensor()']]], + ['applydtosandprojectiononreciever_11406',['ApplyDtosAndProjectionOnReciever',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a961b07dcb0ecaf46a06c9e792f6e451f',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever(const PackComponents &components, DTOS dtos_=DTOS{}, FabProj proj_=FabProj{})'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#a86713118d056b9b6aecf7c588915b7a4',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever::ApplyDtosAndProjectionOnReciever()=default']]], + ['applyinhomogneumannterm_11407',['applyInhomogNeumannTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae96c2381214550fc17f99eeac401eeee',1,'amrex::MLCellABecLapT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'amrex::MLLinOpT::applyInhomogNeumannTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa73c9a5abc4c1289c181dc297906221',1,'MLLinOpT< Array< MultiFab, 3 > >::applyInhomogNeumannTerm()']]], + ['applyinitialredistribution_11408',['ApplyInitialRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b6321255042c11a132cbdf44d65b65b',1,'amrex::ApplyInitialRedistribution(Box const &bx, int ncomp, Array4< Real > const &U_out, Array4< Real > const &U_in, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, std::string const &redistribution_type, int srd_max_order, amrex::Real target_volfrac)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9402ad077cb5bc93ffbc075444ff28',1,'amrex::ApplyInitialRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &U_out, amrex::Array4< amrex::Real > const &U_in, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &geom, std::string const &redistribution_type, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt)']]], + ['applyinverse_11409',['ApplyInverse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a72f58b54718389e636ab3b07295eebac',1,'amrex::NonLocalBC']]], + ['applymetricterm_11410',['applyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'amrex::MLLinOpT::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a862b45e632c8fa045d0857e13843481d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a87bccd5330e4295f7108cf56c0a1cd20',1,'amrex::MLCellLinOpT::applyMetricTerm()']]], + ['applymetrictermscoeffs_11411',['applyMetricTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adf470c2b5166676692960bdae13495d1',1,'amrex::MLABecLaplacianT']]], + ['applymlredistribution_11412',['ApplyMLRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3931698a2f597bb9cf2ae64e53cc0463',1,'amrex::ApplyMLRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, int as_crse, amrex::Array4< amrex::Real > const &rr_drho_crse, amrex::Array4< int const > const &rr_flag_crse, int as_fine, amrex::Array4< amrex::Real > const &dm_as_fine, amrex::Array4< int const > const &levmsk, int level_mask_not_covered, amrex::Real fac_for_deltaR=1.0_rt, bool use_wts_in_divnc=false, int icomp=0, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77c6ebd243c504f6cf46454bbbb9ad7',1,'amrex::ApplyMLRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, int as_crse, Array4< Real > const &rr_drho_crse, Array4< int const > const &rr_flag_crse, int as_fine, Array4< Real > const &dm_as_fine, Array4< int const > const &levmsk, int level_mask_not_covered, Real fac_for_deltaR, bool use_wts_in_divnc, int icomp, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)']]], + ['applyoverset_11413',['applyOverset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a78233be19743ed1432077186937f51cc',1,'amrex::MLCellABecLapT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'amrex::MLLinOpT::applyOverset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af3ef819a79d23afc7993a4f6750d7a1d',1,'MLLinOpT< Array< MultiFab, 3 > >::applyOverset()']]], + ['applyphysbc_11414',['applyPhysBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad44c8c31ad16ad5e8ece7bf38421361c',1,'amrex::MLCurlCurl']]], + ['applyredistribution_11415',['ApplyRedistribution',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3aa0394c2e3540b3f382a2fe14ae60e3',1,'amrex::ApplyRedistribution(Box const &bx, int ncomp, Array4< Real > const &dUdt_out, Array4< Real > const &dUdt_in, Array4< Real const > const &U_in, Array4< Real > const &scratch, Array4< EBCellFlag const > const &flag, AMREX_D_DECL(Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz), Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz), Array4< Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, Geometry const &lev_geom, Real dt, std::string const &redistribution_type, bool use_wts_in_divnc, int srd_max_order, amrex::Real target_volfrac, Array4< Real const > const &srd_update_scale)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad09a07e5d11a8076d60a359707ccb53e',1,'amrex::ApplyRedistribution(amrex::Box const &bx, int ncomp, amrex::Array4< amrex::Real > const &dUdt_out, amrex::Array4< amrex::Real > const &dUdt_in, amrex::Array4< amrex::Real const > const &U_in, amrex::Array4< amrex::Real > const &scratch, amrex::Array4< amrex::EBCellFlag const > const &flag, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &apx, amrex::Array4< amrex::Real const > const &apy, amrex::Array4< amrex::Real const > const &apz), amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::BCRec const *d_bcrec_ptr, amrex::Geometry const &lev_geom, amrex::Real dt, std::string const &redistribution_type, bool use_wts_in_divnc=false, int srd_max_order=2, amrex::Real target_volfrac=0.5_rt, amrex::Array4< amrex::Real const > const &update_scale={})']]], + ['applyrobinbctermscoeffs_11416',['applyRobinBCTermsCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a34fe193220c2ce5e6f1e2e3382bc005b',1,'amrex::MLEBABecLap::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a291f4a64951d7b0faabda32ef45084f0',1,'amrex::detail::applyRobinBCTermsCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2bf9b621e5517b046e8ab5bef786666f',1,'amrex::MLABecLaplacianT::applyRobinBCTermsCoeffs()']]], + ['appnum_11417',['AppNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ac54d81a4bc3dba2c0a8c6a0ddd05451b',1,'amrex::MPMD']]], + ['areahi_11418',['AreaHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7de7d489e53654914daf590cc820fd60',1,'amrex::CoordSys']]], + ['arealo_11419',['AreaLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aef00cc43234b7a33f92f246bbea6edac',1,'amrex::CoordSys']]], + ['arecv_11420',['Arecv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ed8a597f21464e9f2803f0e2afc0be',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab0ebfbe15f6ff892bd36ecba234fb4ea',1,'amrex::ParallelDescriptor::Arecv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad1c34d9de3893126169a033007bf7073',1,'amrex::ParallelDescriptor::Arecv(std::vector< T > &buf, int pid, int tag)']]], + ['aremasksvalid_11421',['areMasksValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1be3305131595afe235881caad842d14',1,'amrex::NeighborParticleContainer']]], + ['arena_11422',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::Mask >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< PetscInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< FArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< IArrayBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< TagBox >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ManagedArenaWrapper.html#ae8cffea4066cf1272ba88649a9813bc7',1,'amrex::ManagedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PinnedArenaWrapper.html#af4785c49943ef22de432f76383d40480',1,'amrex::PinnedArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a620ab32195dd6153e4ee554db1f23167',1,'amrex::PolymorphicArenaWrapper::arena()']]], + ['arena_11423',['Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a2e2407d56d1710a0029928c776b27682',1,'amrex::Arena::Arena() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a57de8f5ef86cceadc9f1c00bc7ea7790',1,'amrex::Arena::Arena(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a3e2c87e60ea734fe6be6e49d124d5a76',1,'amrex::Arena::Arena(Arena &&rhs)=delete']]], + ['arena_11424',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::CutFab >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'amrex::ArenaAllocatorBase::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a884712e3b0c3b53f799d30d5f77c0520',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaWrapper.html#a448c39a6a2874b4fd7809d4a702bfa90',1,'amrex::ArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncArenaWrapper.html#a8020a511ff9da1fcc537e47df9f51bf5',1,'amrex::AsyncArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a477a75a5d73137b29f1a6ddf31af40f7',1,'amrex::DataAllocator::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3daee94cbf63696956b6e349478448dc',1,'amrex::DataDeleter::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeviceArenaWrapper.html#a79326bc9b3b123fe8e90a4b32aef0d00',1,'amrex::DeviceArenaWrapper::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'amrex::FabArray::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< AtomicInt > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acfab6e1a9aaaffd0c875021c5f10c0bb',1,'FabArray< amrex::EBCellFlagFab >::arena()']]], + ['arenaallocatorbase_11425',['ArenaAllocatorBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::ArenaAllocatorBase(AsyncArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::ArenaAllocatorBase(DeviceArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::ArenaAllocatorBase(ManagedArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::ArenaAllocatorBase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a710cf5f0a5dd205b02197ba17ccc0303',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::ArenaAllocatorBase(PolymorphicArenaWrapper a_ar)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a2eb4b475d321bac1f26493e56b1f79ce',1,'amrex::ArenaAllocatorBase::ArenaAllocatorBase()']]], + ['arenainfo_11426',['arenaInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1af72a36a13904de0715917915db1f6b',1,'amrex::Arena']]], + ['arenaprofiler_11427',['ArenaProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#af3a54b7b95ca1c509e4ba59e0614f2d9',1,'amrex::Arena::ArenaProfiler::ArenaProfiler() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#aeb520f6b20549099093cd9b76b39473c',1,'amrex::Arena::ArenaProfiler::ArenaProfiler(const ArenaProfiler &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#abdb5590787c65171e1a5e9e77a42706e',1,'amrex::Arena::ArenaProfiler::ArenaProfiler(ArenaProfiler &&rhs)=delete']]], + ['arg_11428',['arg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f3abe7a79b333248fb3183d9a9df7de',1,'amrex']]], + ['array_11429',['array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< PetscInt >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::CutFab >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::EBCellFlagFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::EBCellFlagFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::EBCellFlagFab >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::CutFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::EBCellFlagFab >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::Mask >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::Mask >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::Mask >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::Mask >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< PetscInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< PetscInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< PetscInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::CutFab >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::CutFab >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::CutFab >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0f61186e6e172be849e3061374e1a889',1,'amrex::FabSetT::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< TagBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< TagBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< TagBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< TagBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< TagBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< TagBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< TagBox >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< IArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac7cfa3cf5935adf5b5dae35bd1205eeb',1,'amrex::FabSetT::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad30dbb21490b971fd35fc1f940a48c2a',1,'amrex::FabSetT::array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a27291157c97ac716012d1f3469b37484',1,'amrex::FabSetT::array(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a28cf664d141809833e9e86d0da19f71c',1,'amrex::MultiCutFab::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5dfa78cdf782516029bdcb3be0c25697',1,'amrex::MultiCutFab::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a07ecfe5beabbefdf561883084bc00f55',1,'amrex::MultiMask::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ae990efb7be524a9f1e21c8084eb9ac4f',1,'amrex::MultiMask::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< FArrayBox >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::Mask >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< FArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< FArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< FArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< FArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< FArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< FArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'amrex::BaseFab::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< IArrayBox >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< IArrayBox >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< IArrayBox >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< IArrayBox >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< IArrayBox >::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< IArrayBox >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< HYPRE_Int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< EBCellFlag >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< EBCellFlag >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< EBCellFlag >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< EBCellFlag >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< EBCellFlag >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< HYPRE_Int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< HYPRE_Int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< char >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< HYPRE_Int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< HYPRE_Int >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< HYPRE_Int >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< int >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< int >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< int >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< int >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< AtomicInt >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'amrex::BaseFab::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'amrex::BaseFab::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'amrex::BaseFab::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'amrex::BaseFab::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'amrex::BaseFab::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< AtomicInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< AtomicInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< AtomicInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< AtomicInt >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< char >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< char >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< char >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< char >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< char >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'FabArray< amrex::BaseFab< AtomicInt > >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ada70f3e79e1fc98346262f5c4e202b56',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'amrex::FabArray::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'amrex::FabArray::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a26817d3c7daad0d94c38f599dfb48aaf',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af577de2923ead0696295f5a3960af026',1,'FabArray< amrex::BaseFab< AtomicInt > >::array(int K, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< int >::array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbd458e11bca4e99e5409e864467fea0',1,'amrex::FabArray::array(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1f012a06273cbacc44f65f9fbf22b65b',1,'amrex::FabArray::array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< PetscInt >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< PetscInt >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< PetscInt >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< PetscInt >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< PetscInt >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a757e00b16f837e3d092aeb625a9dfa6a',1,'BaseFab< Real >::array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5d54525d2d54f617a0072900458729e1',1,'BaseFab< Real >::array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56490d543f03319544cb296ea429c414',1,'BaseFab< Real >::array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a587f263a697ccd87db4db2b7d6f42c87',1,'BaseFab< Real >::array() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a972c0b6366edff5f72a8b6777ac8ac45',1,'BaseFab< Real >::array(int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad4a674eebc8c2d3913f2febac4d37f84',1,'BaseFab< Real >::array(int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6484b86e240ddcddbe0d68e9408e1d94',1,'amrex::FabArray::array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7d3d77aaf852452dd793e107eb784925',1,'amrex::FabArray::array(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac907b6c39f6d2ea0ab87ad3e74286c83',1,'amrex::FabArray::array(int K) const noexcept']]], + ['array4_11430',['Array4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< Real const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T const >::Array4(Array4< std::remove_const_t< T const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T const >::Array4(T const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 >::Array4(Array4< std::remove_const_t< T0 >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 >::Array4(T0 *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< T0 const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< T0 const >::Array4(Array4< std::remove_const_t< T0 const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< T0 const >::Array4(T0 const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< T0 const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< Real const >::Array4(Array4< std::remove_const_t< Real const >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< Real const >::Array4(Real const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'amrex::Array4::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'amrex::Array4::Array4(Array4< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'amrex::Array4::Array4(T *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'amrex::Array4::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afd133fb01abbd5a62b447d3d18672d10',1,'Array4< int >::Array4(Array4< std::remove_const_t< int >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< int const >::Array4() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int const >::Array4(int const *a_p, Dim3 const &a_begin, Dim3 const &a_end, int a_ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a8ce3c58d917a4c14dce99d84097756cd',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#addc632464912cc3a4db197cb3eb831b1',1,'Array4< int const >::Array4(Array4< U > const &rhs, int start_comp, int num_comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aa9104074135ab3db54cf3224f7dcc4aa',1,'Array4< Real const >::Array4()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#aadaa817898bc6aaee36f54e294c94d6d',1,'Array4< int >::Array4()']]], + ['arrays_11431',['arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::EBCellFlagFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::EBCellFlagFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::Mask >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::Mask >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< FArrayBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< FArrayBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< IArrayBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< IArrayBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< TagBox >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< TagBox >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abbd49ff8f0bac9bb8853d78c34855e92',1,'amrex::FabSetT::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::CutFab >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::CutFab >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< PetscInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'FabArray< amrex::BaseFab< AtomicInt > >::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a980019a53308f95d935ad936288ef3c1',1,'amrex::FabArray::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a968d143683b63220ddbded86cf5010a0',1,'amrex::FabArray::arrays() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a8247facc39c504861942259c9eb47a4e',1,'amrex::MultiCutFab::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6794fe7d234843b75b56f224f2492d99',1,'amrex::FabSetT::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad209570c8a7ce2a214d69239d83dce86',1,'amrex::MultiCutFab::arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa91f613b92e8f2b87ac444d0390b11e4',1,'amrex::MultiMask::arrays() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a870791e7820e99cca147d99a44781622',1,'amrex::MultiMask::arrays() noexcept']]], + ['asend_11432',['Asend',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac778e22b0521da836d006d672ed03846',1,'amrex::ParallelDescriptor::Asend(const std::vector< T > &buf, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a69e9f409844f19f30203ffe423541cc3',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0903eb5194f11fcf386f79e6ff3c02f7',1,'amrex::ParallelDescriptor::Asend(const T *, size_t n, int pid, int tag)']]], + ['assert_11433',['Assert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a346451f63cf84dc86251d9b8263655c8',1,'amrex']]], + ['assert_5fhost_11434',['Assert_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7316f24daca402f64791688d4c49148e',1,'amrex']]], + ['assign_11435',['assign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int * >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int * >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int *, DefaultAllocator< int * > >::assign(size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int *, DefaultAllocator< int * > >::assign(std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int *, DefaultAllocator< int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int *, DefaultAllocator< int * > >::assign(const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< int >::assign(size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< int >::assign(std::initializer_list< int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< int >::assign(const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< index_type >::assign(const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< index_type >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const ParticleReal * >::assign(const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const ParticleReal * >::assign(size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< unsigned int >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< std::size_t >::assign(size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< std::size_t >::assign(std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< std::size_t >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< std::size_t >::assign(const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::assign(const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< unsigned int >::assign(size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< unsigned int >::assign(std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< unsigned int >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::assign(size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const ParticleReal * >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< ParticleReal * >::assign(const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< ParticleReal * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< ParticleReal * >::assign(std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::BoxND >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::openbc::MomTag >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::NeighborCode >::assign(const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::NeighborCode >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::NeighborCode >::assign(std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::NeighborCode >::assign(size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign(std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int *, DefaultAllocator< const int * > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::BoxND >::assign(const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::BoxND >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::BoxND >::assign(std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::assign(size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'amrex::PODVector::assign(const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'amrex::PODVector::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'amrex::PODVector::assign(std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'amrex::PODVector::assign(size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3c36428a18730eb564b0b11000f5088d',1,'amrex::GMRESMLMGT::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< index_type >::assign(std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< index_type >::assign(size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::openbc::MomTag >::assign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< const int * >::assign(const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< const int * >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< const int * >::assign(std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< const int * >::assign(size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::assign(size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< char >::assign(const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< char >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< char >::assign(std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::openbc::MomTag >::assign(std::initializer_list< amrex::openbc::MomTag > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::openbc::MomTag >::assign(const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::STLtools::Triangle >::assign(size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::STLtools::Triangle >::assign(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::STLtools::Triangle >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::STLtools::Triangle >::assign(const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< amrex::XDim3 >::assign(size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7fd3f892debb6d633f30864aac18d858',1,'PODVector< amrex::XDim3 >::assign(std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa0537d2b1d3afed5553c0b871f177de4',1,'PODVector< amrex::XDim3 >::assign(InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3ddec04bd145211bbd1fefac3e005211',1,'PODVector< amrex::XDim3 >::assign(const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8d2722278ba3ee0ec060e4a0c26fd1dc',1,'PODVector< char >::assign()']]], + ['assigncelldensitysinglelevel_11436',['AssignCellDensitySingleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'amrex::ParticleContainer_impl::AssignCellDensitySingleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c80f516f077fac4d03733dd10038d91',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignCellDensitySingleLevel()']]], + ['assigndensity_11437',['AssignDensity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'amrex::ParticleContainer_impl::AssignDensity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0521b81db32f27b22d9d6d627bb47688',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AssignDensity()']]], + ['assigngrid_11438',['AssignGrid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'amrex::AssignGrid::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'amrex::AssignGrid::AssignGrid(BinIteratorFactory a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a1bd70aaccbb5c15a1663392b4c03360c',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a24db83c35c302d84990f03e69c03df17',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::AssignGrid(amrex::DenseBinIteratorFactory< amrex::BoxND > a_bif, const IntVect &a_bins_lo, const IntVect &a_bins_hi, const IntVect &a_bin_size, const IntVect &a_num_bins, const Geometry &a_geom)']]], + ['assigngridfilter_11439',['AssignGridFilter',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a18b715f0657c7cf78ff3b0160ac32363',1,'AssignGridFilter']]], + ['assignment_11440',['assignment',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a7d38178a2b0b5dbb4327d75133f7176b',1,'amrex_parmparse_module::amrex_parmparse']]], + ['asyncarray_11441',['AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a19e80d7e6014ed527622b7e69399569b',1,'amrex::Gpu::AsyncArray::AsyncArray(T const *h_p, const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afea82268e2d2995085c150e9865923a3',1,'amrex::Gpu::AsyncArray::AsyncArray(const std::size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae5fa0653fa0f802d97db317490b06f08',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7daf60c1b5ef8f273684eaa098048746',1,'amrex::Gpu::AsyncArray::AsyncArray(AsyncArray &&)=delete']]], + ['asyncwrite_11442',['AsyncWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa912ecd1d879bd8fc207f4a1a5772bed',1,'amrex::VisMF::AsyncWrite(const FabArray< FArrayBox > &mf, const std::string &mf_name, bool valid_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae45234d5c19047c70bb6e02c94dd924d',1,'amrex::VisMF::AsyncWrite(FabArray< FArrayBox > &&mf, const std::string &mf_name, bool valid_cells_only=false)']]], + ['asyncwritedoit_11443',['AsyncWriteDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a47bde5693ee83a851572ff7c2491fc8c',1,'amrex::VisMF']]], + ['at_11444',['at',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a97b899347d2c6891fd93c92bb16adf50',1,'amrex::Gpu::range_detail::at(BoxND< dim > const &b, Long offset) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a0e77baa94ae43828e9d53113e8367665',1,'amrex::Gpu::range_detail::at(T const &, Long offset) noexcept']]], + ['atlocalidx_11445',['atLocalIdx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< TagBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< TagBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< IArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< IArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< FArrayBox >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< FArrayBox >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::Mask >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::Mask >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'amrex::FabArray::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< AtomicInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad78e2ef302657d35d53cfe6a494d6f12',1,'FabArray< amrex::BaseFab< PetscInt > >::atLocalIdx(int L) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::CutFab >::atLocalIdx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac8cc160bbc8e86e227c77ac768740eeb',1,'FabArray< amrex::EBCellFlagFab >::atLocalIdx()']]], + ['atoffset_11446',['atOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'amrex::BoxND::atOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1587a92eef1cb639221251dc0491ceb5',1,'BoxND< AMREX_SPACEDIM >::atOffset()']]], + ['atoffset3d_11447',['atOffset3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'amrex::BoxND::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aefad9e3b6fd4f98b8199e2912981b621',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac1881deb77a3b9fa10c635007cd071d9',1,'BoxND< AMREX_SPACEDIM >::atOffset3d(Long offset) const noexcept']]], + ['atomic_5fop_11448',['atomic_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a2819a77a9810eefb910390f23d2a698f',1,'amrex::Gpu::Atomic::detail']]], + ['atomic_5fop_5fif_11449',['atomic_op_if',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html#a3b1604f8c0fb00d92059f55290de9efd',1,'amrex::Gpu::Atomic::detail']]], + ['atomicadd_11450',['atomicAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'amrex::BaseFab::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< int >::atomicAdd(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< PetscInt >::atomicAdd(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< Real >::atomicAdd(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'amrex::BaseFab::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< char >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< HYPRE_Int >::atomicAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'amrex::BaseFab::atomicAdd(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< AtomicInt >::atomicAdd(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< char >::atomicAdd(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a129c6d062f25b04c99aeef00c129fde8',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2775774e0005f2e3d56acc4d23c44a1',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa1f8f3a9048c2da47559555e5cc7e43',1,'BaseFab< EBCellFlag >::atomicAdd(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3dc96c01f9f3d24110fa50e53e93e1b0',1,'BaseFab< HYPRE_Int >::atomicAdd()']]], + ['atomicsetid_11451',['atomicSetID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aee07d2004dda8bc468e3310ccd7eacb1',1,'amrex::Particle']]], + ['average_5fcellcenter_5fto_5fface_11452',['average_cellcenter_to_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab843405531b26d824c1133128452afcb',1,'amrex::average_cellcenter_to_face(const Vector< MultiFab * > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#addbad02ba532c5786c26d83c864ffeff',1,'amrex::average_cellcenter_to_face(const Array< MultiFab *, AMREX_SPACEDIM > &fc, const MultiFab &cc, const Geometry &geom, int ncomp=1, bool use_harmonic_averaging=false)']]], + ['average_5fdown_11453',['average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b8d8a68104aadc30564aeb092961205',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5eed60d257307d60b712f3d5ffd7cf49',1,'amrex::average_down(const FabArray< FAB > &S_fine, FabArray< FAB > &S_crse, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62368c6c303e36dc51ded56d7881920e',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e594569f8a9ba321155a5ecd7ce4ce',1,'amrex::average_down(const MultiFab &S_fine, MultiFab &S_crse, const Geometry &fgeom, const Geometry &cgeom, int scomp, int ncomp, int rr)']]], + ['average_5fdown_5fedges_11454',['average_down_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab744a797b85135257add34a49c96c734',1,'amrex::average_down_edges(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d6739058267b9ba2aed9936247f49fe',1,'amrex::average_down_edges(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84e55e433b2972354d98a0684f7f1394',1,'amrex::average_down_edges(const Vector< const MultiFab * > &fine, const Vector< MultiFab * > &crse, const IntVect &ratio, int ngcrse=0)']]], + ['average_5fdown_5ffaces_11455',['average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bc63dedd63a3c820e4527fd4d6cac6c',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a330b95248c1940f21fb9d1260610b07e',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fef73f693345a09f5a9d945f6fa4aa3',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0212832fb955bf32b6ce4cb2779c930',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, int ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a444e92d4213a53739768571a4bb72ce3',1,'amrex::average_down_faces(const Vector< const MF * > &fine, const Vector< MF * > &crse, const IntVect &ratio, int ngcrse=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5cd832fa513266e3840b39486d9b1e9',1,'amrex::average_down_faces(const Array< const MF *, AMREX_SPACEDIM > &fine, const Array< MF *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d23f273421b89ddf32a809cba7bdaef',1,'amrex::average_down_faces(const FabArray< FAB > &fine, FabArray< FAB > &crse, const IntVect &ratio, const Geometry &crse_geom)']]], + ['average_5fdown_5fnodal_11456',['average_down_nodal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7bc26e4e82b323802d4b6d546101fc',1,'amrex']]], + ['average_5fedge_5fto_5fcellcenter_11457',['average_edge_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae993b889bb9c1feed61788d148fd4920',1,'amrex']]], + ['average_5fface_5fto_5fcellcenter_11458',['average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95f27241ad83b39ffc015be064f382e7',1,'amrex::average_face_to_cellcenter(MultiFab &cc, int dcomp, const Vector< const MultiFab * > &fc, int ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdb4a7a5967743f8bce82ac78128963d',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Vector< const MultiFab * > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c1981b67416871bbb9ea30a9de5bbcf',1,'amrex::average_face_to_cellcenter(MultiFab &cc, const Array< const MultiFab *, AMREX_SPACEDIM > &fc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4e5fca4f820c83a5c237daf08f9b4a0',1,'amrex::average_face_to_cellcenter(CMF &cc, int dcomp, const Array< const FMF *, AMREX_SPACEDIM > &fc, int ngrow=0)']]], + ['average_5fnode_5fto_5fcellcenter_11459',['average_node_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad64dcd62b16d9022d914f067d30d7918',1,'amrex']]], + ['averagedown_11460',['averageDown',['../classHydro_1_1NodalProjector.html#ad2ed09eb30e599c57c2dbda8b432da2c',1,'Hydro::NodalProjector']]], + ['averagedownandsync_11461',['averageDownAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a118fb8de26be373907091016e1207645',1,'amrex::MLCellLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a98b3d591031f4803e388224bc1a477bb',1,'amrex::MLNodeLinOp::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaef6b6d5b5aa06ad781f7c81b996ad78',1,'amrex::MLLinOpT::averageDownAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6314d1e7aac1a0cfd494729ca93aab43',1,'amrex::MLCurlCurl::averageDownAndSync()']]], + ['averagedowncoeffs_11462',['averageDownCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aca10dcca4922ff74faf8f26263cbed7e',1,'amrex::MLNodeLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aedf7d6ce092f75a3709f11b6a90e3520',1,'amrex::MLNodeABecLaplacian::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a55ed8c27b04966126b3bd76c92735dbf',1,'amrex::MLEBABecLap::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9abde43c07ef39902997646521349d4f',1,'amrex::MLALaplacianT::averageDownCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa88b116b953af82b50e0019a4dba6448',1,'amrex::MLABecLaplacianT::averageDownCoeffs()']]], + ['averagedowncoeffssameamrlevel_11463',['averageDownCoeffsSameAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aff6d8e0b4352ae92de5b24f380497820',1,'amrex::MLNodeLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae10966ebe6615ec3608b8a5987d5286a',1,'amrex::MLALaplacianT::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a59adc33a4b8674690f5560087440126e',1,'amrex::MLEBABecLap::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3390edd71d9eeb457658cec779030154',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsSameAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a778c59784e90a048fb24ab03d554929a',1,'amrex::MLABecLaplacianT::averageDownCoeffsSameAmrLevel(int amrlev, Vector< MF > &a, Vector< Array< MF, AMREX_SPACEDIM > > &b)']]], + ['averagedowncoeffstocoarseamrlevel_11464',['averageDownCoeffsToCoarseAmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8b48f0d915aee57dd60412b4962d64eb',1,'amrex::MLABecLaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a2b1498534b8ffba453655d1dfdfa6033',1,'amrex::MLALaplacianT::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a92fdeee03f9af3866563ba880cd81879',1,'amrex::MLEBABecLap::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a87e3558de76923ca1841730625111829',1,'amrex::MLNodeABecLaplacian::averageDownCoeffsToCoarseAmrLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae306b7b6eb65f5d7a9f1ce779b7e6f71',1,'amrex::MLNodeLaplacian::averageDownCoeffsToCoarseAmrLevel()']]], + ['averagedownsolutionrhs_11465',['averageDownSolutionRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ac94b44f1ecc625832c6f4dbcc3229327',1,'amrex::MLNodeABecLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a116deee661b635f1872ac7eded5f28a7',1,'amrex::MLCellLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4e0c6f1220cda9a554bdf6f0802e5295',1,'amrex::MLEBABecLap::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'amrex::MLLinOpT::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac933a7f88c4daa600f3737080c18a09e',1,'MLLinOpT< Array< MultiFab, 3 > >::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3073b1b1ce338ad66575e201e4b04984',1,'amrex::MLNodeLaplacian::averageDownSolutionRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad850b403691ecac17689a7408af245b6',1,'amrex::MLNodeTensorLaplacian::averageDownSolutionRHS()']]], + ['averagedownvelocity_11466',['averageDownVelocity',['../classHydro_1_1MacProjector.html#a83161a0efc231e4581212321fdbeac8f',1,'Hydro::MacProjector']]], + ['averagesync_11467',['AverageSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7e5a1ca37cf868e20311541187b08216',1,'amrex::MultiFab']]], + ['avgdown_11468',['avgDown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42624827c89b4341f0f95486188ba5c3',1,'amrex']]], + ['avgdown_5fdoit_11469',['avgDown_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61e745ad34b00278dec10a2723c3d788',1,'amrex']]], + ['avgdownresamr_11470',['avgDownResAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a33f2c8cbf69e58cbe60e9be048181f5d',1,'amrex::MLCellLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'amrex::MLLinOpT::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab2a0d1464333955b58343210d15bbb8',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a13a28a0aeb3f09971b6d18abf3a82',1,'amrex::MLNodeLinOp::avgDownResAmr()']]], + ['avgdownresmg_11471',['avgDownResMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'amrex::MLLinOpT::avgDownResMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a08f1cfd6afc79121fce39e027f15cac5',1,'MLLinOpT< Array< MultiFab, 3 > >::avgDownResMG()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_10.js b/amrex-hydro/Doxygen/html/search/functions_10.js index c9c953e..d9627ef 100644 --- a/amrex-hydro/Doxygen/html/search/functions_10.js +++ b/amrex-hydro/Doxygen/html/search/functions_10.js @@ -1,282 +1,285 @@ var searchData= [ - ['pack_5fmatrix_5fgpu_13986',['pack_matrix_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab8aa339fca5416d16202578d9560f96d',1,'amrex::detail']]], - ['pack_5fsend_5fbuffer_5fcpu_13987',['pack_send_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu()']]], - ['pack_5fsend_5fbuffer_5fgpu_13988',['pack_send_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)']]], - ['packbuffer_13989',['packBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c',1,'amrex']]], - ['packiodata_13990',['packIOData',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a6fd1074ab53b322e0c0dbe45c3c31747',1,'particle_detail']]], - ['packparticledata_13991',['packParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'amrex::ConstParticleTileData::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'amrex::ParticleTileData::packParticleData()']]], - ['packparticleids_13992',['packParticleIDs',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a30a6f3594be5d404180737352c8c375d',1,'particle_detail']]], - ['packsendbuffers_13993',['PackSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d',1,'amrex::NonLocalBC']]], - ['parallel_5fupdate_13994',['parallel_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a62478d6865c7c7157a895ef64f455dce',1,'amrex::ReduceOpLogicalOr::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ab2e8bb4b35603b81737b82cf9b495636',1,'amrex::ReduceOpLogicalAnd::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#a9da9f0f3debf3be703628afad1643563',1,'amrex::ReduceOpSum::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a8547799fc129aadb6c140874c40777e4',1,'amrex::ReduceOpMin::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a0a2b78dac216a89a59073ac12b0a525d',1,'amrex::ReduceOpMax::parallel_update()']]], - ['paralleladd_13995',['ParallelAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['paralleladd_5fnowait_13996',['ParallelAdd_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::Mask >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['parallelcomplementin_13997',['parallelComplementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7c626403ed2f4b4bbddaed58edda99b7',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad6d8b6fc8801afb2539d5611efc7abb3',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a538e2e8665da85486105a7daa26bfd0a',1,'amrex::BoxList::parallelComplementIn(const Box &b, BoxList &&bl)']]], - ['parallelcopy_13998',['ParallelCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< IArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::Mask >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a212f1455dd8018d3cd773107db0df62d',1,'amrex::MultiCutFab::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adadc145305be656128ae5ce4406166a0',1,'amrex::ParallelCopy(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca',1,'amrex::ParallelCopy(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FArrayBox > &dest, const Box &destbox, const FabArray< FArrayBox > &src, int destcomp, int srccomp, int numcomp, const IntVect &ngrow, MultiBlockIndexMapping const &, Identity const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, SrcComp srccomp, DestComp destcomp, NumComps numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, int srccomp, int destcomp, int numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, SrcComp srccomp, DestComp destcomp, NumComps numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, int srccomp, int destcomp, int numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::Mask >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], - ['parallelcopy_5ffinish_13999',['ParallelCopy_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e',1,'amrex::NonLocalBC::ParallelCopy_finish(FabArray< FAB > &dest, CommHandler handler, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b',1,'amrex::NonLocalBC::ParallelCopy_finish(DoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, CommHandler handler, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'amrex::FabArray::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< TagBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< IArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< FArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::Mask >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::CutFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_finish()']]], - ['parallelcopy_5fnowait_14000',['ParallelCopy_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8',1,'amrex::NonLocalBC::ParallelCopy_nowait(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d',1,'amrex::NonLocalBC::ParallelCopy_nowait(NoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], - ['parallelcopytoghost_14001',['ParallelCopyToGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< TagBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'amrex::FabArray::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< IArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< FArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::Mask >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost()']]], - ['parallelcopytoghost_5ffinish_14002',['ParallelCopyToGhost_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< IArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'amrex::FabArray::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< FArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< TagBox >::ParallelCopyToGhost_finish()']]], - ['parallelcopytoghost_5fnowait_14003',['ParallelCopyToGhost_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< TagBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'amrex::FabArray::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< FArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< IArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_nowait()']]], - ['parallelfor_14004',['ParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05b0f6257a895df1534273573b33a53',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1293861fa35f7217666cb145467f09f',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989',1,'amrex::ParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1',1,'amrex::ParallelFor(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd',1,'amrex::ParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064',1,'amrex::ParallelFor(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e05ed632badf5af8c6402411043f313',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, Box const &box, T ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ef78b0668a4a000d853b5cc52170ef',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, Box const &box, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add9c441e051b2f701d97e5e505556fa3',1,'amrex::ParallelFor(TypeList< CTOs... >, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &, bool, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31',1,'amrex::experimental::ParallelFor(MF const &mf, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27',1,'amrex::experimental::ParallelFor(MF const &mf, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa038af75a97822c5df21f691781e2145',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20c30602a034983b02c1e95927ae2769',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc49261ef12c032f9da235da11a15b95',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8',1,'amrex::ParallelFor(Vector< TagType > const &tags, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5',1,'amrex::ParallelFor(Vector< TagType > const &tags, F &&f)']]], - ['parallelfor_5fdoit_14005',['ParallelFor_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3f8fddb521eea2e91972e8a665d0e1cc',1,'amrex::detail']]], - ['parallelfor_5fimpnd_14006',['ParallelFor_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abbcccb7a439192126cc04a4980052d70',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9806a4f60e5ec27fadcda28a97df3806',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], - ['parallelforrng_14007',['ParallelForRNG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c',1,'amrex::ParallelForRNG(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63990001fd080e6f727c689437f5668e',1,'amrex::ParallelForRNG(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86',1,'amrex::ParallelForRNG(BoxND< dim > const &box, T ncomp, L const &f) noexcept']]], - ['parallelforrng_5fimpnd_14008',['ParallelForRNG_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa9178db9a47be24aee36f3c72d0ed274',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a80bc7ba0eaf66754172d9d1d172eeacc',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], - ['parconstiter_5fimpl_14009',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad0552847dcd847dda664468873c739e6',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ab9fdad990241bb4c86fc0695fc367fb4',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level, MFItInfo &info)']]], - ['parena_14010',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a271766f44068cade7f1f36dd670da387',1,'amrex::PArena::PArena(Long release_threshold)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#acf949e7231cf57c1c2ca3c9c7163030c',1,'amrex::PArena::PArena(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ab64e1dcba6cdb03d77cd2eb16b5cb67e',1,'amrex::PArena::PArena(PArena &&rhs)=delete']]], - ['parent_5fcomm_14011',['parent_comm',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a147c850d5f2d2f2a825382bac8724f06',1,'hacc::Dfft::parent_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2297dd7028df3d0f2d287d92173f339f',1,'hacc::Distribution::parent_comm()']]], - ['parforinfo_14012',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aecad54aa11e76f8bd774ca2d2c4580c7',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(const FabArrayBase &fa, const IntVect &nghost, int nthreads)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a58d5f8040e66a5f6e09e5687f68eb4ec',1,'amrex::FabArrayBase::ParForInfo::ParForInfo()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a0724d01468d2b2a8482208f62e4e1147',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a2f438dd87f9734ba850f88dbec26795c',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo &&)=delete']]], - ['pargdb_14013',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#afc2b7cc24cb2c529957572f20d18b16e',1,'amrex::ParGDB::ParGDB()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#abee7503624f3fff174f03ec61afd563d',1,'amrex::ParGDB::ParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3ecce683bd5dd52b72362d51e3c3acb4',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a200e30004da7ce6c478f19a7337e6f9a',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)']]], - ['pargdbbase_14014',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a44d260e41238ecaac2ceed23ebc9549b',1,'amrex::ParGDBBase::ParGDBBase() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab4a1898d07bb08bd764669ed327b24e8',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aa7332b1c8959dba312c23e42e79046fb',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase &&) noexcept=default']]], - ['pariter_5fimpl_14015',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a9be2c3686e4a3812f7a52060505d8790',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a1f6f9a5f4565b6219b74d1f449efeae2',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level)']]], - ['pariterbase_5fimpl_14016',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level)']]], - ['parmparse_14017',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aedc024f9fcd3a2e180a860412c3ad745',1,'amrex::ParmParse']]], - ['parreduce_14018',['ParReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)']]], - ['parse_5finputs_14019',['parse_inputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2b706d04a2952ad586d31f26184b927b',1,'amrex::HypreIJIface']]], - ['parser_14020',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a979ec2bb844542bdd274c04010282c19',1,'amrex::Parser::Parser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a9829ccc584238c1042b7c1ef25b69685',1,'amrex::Parser::Parser(std::string const &func_body)']]], - ['parser_5fast_5fdepth_14021',['parser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6815d583f941a297bbef6d77214829c8',1,'amrex']]], - ['parser_5fast_5fdup_14022',['parser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b98b9aec198e9456f562949577675c',1,'amrex']]], - ['parser_5fast_5fget_5fsymbols_14023',['parser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1d40846503356e1e1201c614163ea54',1,'amrex']]], - ['parser_5fast_5foptimize_14024',['parser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe',1,'amrex']]], - ['parser_5fast_5fprint_14025',['parser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6',1,'amrex']]], - ['parser_5fast_5fregvar_14026',['parser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155',1,'amrex']]], - ['parser_5fast_5fsetconst_14027',['parser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e',1,'amrex']]], - ['parser_5fast_5fsize_14028',['parser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2',1,'amrex']]], - ['parser_5fast_5fsort_14029',['parser_ast_sort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47',1,'amrex']]], - ['parser_5fcall_5ff1_14030',['parser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839',1,'amrex']]], - ['parser_5fcall_5ff2_14031',['parser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de',1,'amrex']]], - ['parser_5fcall_5ff3_14032',['parser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063',1,'amrex']]], - ['parser_5fcompile_14033',['parser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc63f0f94a713d245e1660797a99af63',1,'amrex']]], - ['parser_5fcompile_5fexe_5fsize_14034',['parser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427f00335de584d8602aec963d5e730',1,'amrex']]], - ['parser_5fdefexpr_14035',['parser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad611b2a5542fba47b36125c772d02700',1,'amrex']]], - ['parser_5fdepth_14036',['parser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a511dc2f5222b878782000339b1858f3c',1,'amrex']]], - ['parser_5fdup_14037',['parser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af09002432ee048d8be86ce24cac1b230',1,'amrex']]], - ['parser_5fexe_5feval_14038',['parser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b',1,'amrex']]], - ['parser_5fexe_5fprint_14039',['parser_exe_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6',1,'amrex']]], - ['parser_5fexe_5fsize_14040',['parser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270',1,'amrex']]], - ['parser_5fget_5fnumber_14041',['parser_get_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a',1,'amrex']]], - ['parser_5fget_5fsymbols_14042',['parser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29',1,'amrex']]], - ['parser_5fmakesymbol_14043',['parser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a',1,'amrex']]], - ['parser_5fmath_5facos_14044',['parser_math_acos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4',1,'amrex']]], - ['parser_5fmath_5facosh_14045',['parser_math_acosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59',1,'amrex']]], - ['parser_5fmath_5fasin_14046',['parser_math_asin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a914656d851c249d6787f813ea09a6626',1,'amrex']]], - ['parser_5fmath_5fasinh_14047',['parser_math_asinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690',1,'amrex']]], - ['parser_5fmath_5fatan_14048',['parser_math_atan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622',1,'amrex']]], - ['parser_5fmath_5fatan2_14049',['parser_math_atan2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9',1,'amrex']]], - ['parser_5fmath_5fatanh_14050',['parser_math_atanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a',1,'amrex']]], - ['parser_5fmath_5fcomp_5fellint_5f1_14051',['parser_math_comp_ellint_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5',1,'amrex']]], - ['parser_5fmath_5fcomp_5fellint_5f2_14052',['parser_math_comp_ellint_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8',1,'amrex']]], - ['parser_5fmath_5fcos_14053',['parser_math_cos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b',1,'amrex']]], - ['parser_5fmath_5fcosh_14054',['parser_math_cosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4',1,'amrex']]], - ['parser_5fmath_5ferf_14055',['parser_math_erf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0',1,'amrex']]], - ['parser_5fmath_5fexp_14056',['parser_math_exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459',1,'amrex']]], - ['parser_5fmath_5fjn_14057',['parser_math_jn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43535087747b0d92f5e11040d600be5c',1,'amrex']]], - ['parser_5fmath_5flog_14058',['parser_math_log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a',1,'amrex']]], - ['parser_5fmath_5flog10_14059',['parser_math_log10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6',1,'amrex']]], - ['parser_5fmath_5fpow_14060',['parser_math_pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af',1,'amrex']]], - ['parser_5fmath_5fsin_14061',['parser_math_sin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e',1,'amrex']]], - ['parser_5fmath_5fsinh_14062',['parser_math_sinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249f102bab7043232da73dcc4d33612e',1,'amrex']]], - ['parser_5fmath_5ftan_14063',['parser_math_tan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a',1,'amrex']]], - ['parser_5fmath_5ftanh_14064',['parser_math_tanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6',1,'amrex']]], - ['parser_5fnewassign_14065',['parser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f',1,'amrex']]], - ['parser_5fnewf1_14066',['parser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77',1,'amrex']]], - ['parser_5fnewf2_14067',['parser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501',1,'amrex']]], - ['parser_5fnewf3_14068',['parser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6',1,'amrex']]], - ['parser_5fnewlist_14069',['parser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055',1,'amrex']]], - ['parser_5fnewneg_14070',['parser_newneg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584',1,'amrex']]], - ['parser_5fnewnode_14071',['parser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54e375fb078fbde3c46609319674551f',1,'amrex']]], - ['parser_5fnewnumber_14072',['parser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837',1,'amrex']]], - ['parser_5fnewsymbol_14073',['parser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd',1,'amrex']]], - ['parser_5fnode_5fequal_14074',['parser_node_equal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682',1,'amrex']]], - ['parser_5fprint_14075',['parser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53d306308d380a6d874ad24396fa7673',1,'amrex']]], - ['parser_5fregvar_14076',['parser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc',1,'amrex']]], - ['parser_5fset_5fnumber_14077',['parser_set_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a031546532f5b81bd867039b219562b95',1,'amrex']]], - ['parser_5fsetconst_14078',['parser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042',1,'amrex']]], - ['parserif_14079',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a8333bdcc5ed38d5ab573c555221897a4',1,'amrex::EB2::ParserIF']]], - ['particlearray_14080',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a992f0f789c839c1fdcce16c570491de1',1,'amrex::ParticleArray::ParticleArray()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a8deff78130d0f7f982f4a2d6ef55ceb3',1,'amrex::ParticleArray::ParticleArray(size_t a_size)']]], - ['particlearrayaccessor_14081',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ad27aa85c57de2acbd9936f84108365c9',1,'amrex::ParticleArrayAccessor']]], - ['particleboxarray_14082',['ParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#af74ac23f751f5a6751cde7af224355ea',1,'amrex::AmrParGDB::ParticleBoxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2471d3ed490ba22c41c1aa3833c75f75',1,'amrex::AmrParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ae9eaeeb29ca270f3addf0b1adc90a21d',1,'amrex::ParGDB::ParticleBoxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a449a9d96ffcb963858cdee67302be0bd',1,'amrex::ParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adfd4f1260ff855da465e189ebac005e8',1,'amrex::ParGDBBase::ParticleBoxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5f864861309d414c90883f2ab60ee5e1',1,'amrex::ParGDBBase::ParticleBoxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa22d7a841e78ebeadb741eb5fedd6473',1,'amrex::ParticleContainerBase::ParticleBoxArray()']]], - ['particlebuffermap_14083',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae38964fdc9eb2687b154f6d476b84053',1,'amrex::ParticleBufferMap::ParticleBufferMap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5ff68878498c3720aa87dec033ffc9b4',1,'amrex::ParticleBufferMap::ParticleBufferMap(const ParGDBBase *a_gdb)']]], - ['particlecontainer_5fimpl_14084',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'amrex::ParticleContainer_impl::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], - ['particlecontainerbase_14085',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a783bf6edc1d9d0bdc5d4e8dd1f98cd5f',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af17feaf161d82ae2ef0466b6188cc7b0',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5f71ad65c90b78b062f40127d91a3134',1,'amrex::ParticleContainerBase::ParticleContainerBase(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af60ff4efea559ba4e49dc7178e504e4c',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1b59660938f651e5a56bc45bb6bc4d8e',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a66e036defd5c86431c583bbd8cb91e2d',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a51bba5cff5a55e3f6ce46c0b56fa1809',1,'amrex::ParticleContainerBase::ParticleContainerBase()=default']]], - ['particlecontainertoblueprint_14086',['ParticleContainerToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4',1,'amrex']]], - ['particlecpuwrapper_14087',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af456e0632ceb42b240d4d2608325fa66',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a0cbf3e03c4cabd9a0fe9f6e2b1b584d2',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(ParticleCPUWrapper &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#ad13d555c23dc09a19f05fa10518807e6',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(const ParticleCPUWrapper &rhs)=default']]], - ['particledistributionmap_14088',['ParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a16a9e833e5e2cb6ec87e5ed85d729c06',1,'amrex::AmrParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aac889336d5ae4980d21fa8f7199bd24c',1,'amrex::AmrParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3b2f62b1a94797a5da64a7983bdd190b',1,'amrex::ParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3e6c2e1785b6e3d00276b3f697bab9c1',1,'amrex::ParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a911edb448b3ad570aff7366aefe10089',1,'amrex::ParGDBBase::ParticleDistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2a790ed2ecbbb8fcb0488789f005daed',1,'amrex::ParGDBBase::ParticleDistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7e2ec84758098c59382aba1343bc4a8b',1,'amrex::ParticleContainerBase::ParticleDistributionMap()']]], - ['particlegeom_14089',['ParticleGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63c67b3766f60350636671afe142968a',1,'amrex::ParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63109bdaecaf9cd491ee6c69403c763a',1,'amrex::ParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#afde4d45acf310b449c3c4af607f65a60',1,'amrex::AmrParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9ba4b0a7ffb2f6d0b683052125b4b528',1,'amrex::AmrParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abef31ba5dc0587ef75830df5f251f334',1,'amrex::ParGDBBase::ParticleGeom(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1d0680c0076a0f47ea58c61fd0c97ecf',1,'amrex::ParGDBBase::ParticleGeom() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a00182008cdf9fb0039e82588fb15e67e',1,'amrex::ParticleContainerBase::ParticleGeom()']]], - ['particleidwrapper_14090',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a70c96c85021171e8ca0e31b75ba26885',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a1be128a081a654e36673ae143e0c78cb',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(const ParticleIDWrapper &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#abe6eaeb579f55deb9eea2375bf0cdb4b',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(ParticleIDWrapper &&)=delete']]], - ['particlelocator_14091',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a051687b9db644bfff24f5452abf5624c',1,'amrex::ParticleLocator']]], - ['particlepostlocate_14092',['particlePostLocate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particlePostLocate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'amrex::ParticleContainer_impl::particlePostLocate()']]], - ['particlereduce_14093',['ParticleReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da',1,'amrex::ParticleReduce(PC const &pc, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63',1,'amrex::ParticleReduce(PC const &pc, int lev, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7',1,'amrex::ParticleReduce(PC const &pc, int lev_min, int lev_max, F const &f, ReduceOps &reduce_ops)']]], - ['particlesat_14094',['ParticlesAt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'amrex::ParticleContainer_impl::ParticlesAt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile)']]], - ['particletile_14095',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a070fcef33e908cba36039a6fdf1d1c53',1,'amrex::ParticleTile::ParticleTile()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a209d248bf4daf81d95a3e176b6754b45',1,'amrex::ParticleTile::ParticleTile(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a28ae7d1aa4c1e8d5a479203a9099835c',1,'amrex::ParticleTile::ParticleTile(ParticleTile &&) noexcept=default']]], - ['particletiletoblueprint_14096',['ParticleTileToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1',1,'amrex']]], - ['particletomesh_14097',['ParticleToMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Nearest, int >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb',1,'amrex::ParticleToMesh(PC const &pc, MF &mf, int lev, F const &f, bool zero_out_input=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef',1,'amrex::ParticleToMesh(PC const &pc, const Vector< MultiFab * > &mf, int lev_min, int lev_max, F &&f, bool zero_out_input=true, bool vol_weight=true)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Linear, amrex::Real >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'amrex::ParticleInterpolator::Base::ParticleToMesh()']]], - ['partition_14098',['Partition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e',1,'amrex::Partition(T *data, int beg, int end, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938',1,'amrex::Partition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f',1,'amrex::Partition(Gpu::DeviceVector< T > &v, F &&f)']]], - ['partitionparticles_14099',['partitionParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e',1,'amrex']]], - ['partitionparticlesbydest_14100',['partitionParticlesByDest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2808a58ab833a933f7909baf632466b7',1,'amrex']]], - ['pc_5flocal_5fcpu_14101',['PC_local_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::CutFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< TagBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< IArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< FArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::Mask >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::EBCellFlagFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'amrex::FabArray::PC_local_cpu()']]], - ['pc_5flocal_5fgpu_14102',['PC_local_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::Mask >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'amrex::FabArray::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::CutFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::EBCellFlagFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< FArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< TagBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< IArrayBox >::PC_local_gpu()']]], - ['pcg_5fsolve_14103',['pcg_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82e276db8e18ead0c45086336f342338',1,'amrex']]], - ['pcg_5fsolver_5fconfigure_14104',['pcg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a24dc1ec87efeca4c5719f268b4a3cfb9',1,'amrex::HypreIJIface']]], - ['pcinterp_14105',['PcInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a852ba956d157fa2eb049e1b7cc6d50db',1,'amrex::AmrData']]], - ['pcinterp_5finterp_14106',['pcinterp_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731',1,'amrex']]], - ['period_14107',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a622746891e67a5016ae4b0c0137d70ce',1,'amrex::Geometry']]], - ['periodicity_14108',['periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#affe5cf2164950c1670a92f7b2719c0ff',1,'amrex::Geometry::periodicity(const Box &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b365b1560bb9a31cf49cd55668085cf',1,'amrex::Geometry::periodicity() const noexcept']]], - ['periodicity_14109',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#abaaf6e49e85d1624a89b4ce8ade5c541',1,'amrex::Periodicity::Periodicity(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab912d518e6c2289d18ca26e791920ea7',1,'amrex::Periodicity::Periodicity() noexcept']]], - ['periodicshift_14110',['PeriodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const']]], - ['periodicshift_14111',['periodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a95ab5abc1e6c5d1efb9de40e0873d391',1,'amrex::Geometry::periodicShift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f',1,'amrex::periodicShift(MultiFab const &mf, IntVect const &offset, Periodicity const &period)']]], - ['permutationfordeposition_14112',['PermutationForDeposition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, const PTile &ptile, Box bx, Geometry geom, const IntVect idx_type)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac67c5b805cea20326010666416cd773f',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, index_type nbins, F const &f)']]], - ['permutationptr_14113',['permutationPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2e0d5402d80dd9e9dfdd8478b0e6c2c7',1,'amrex::SparseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a1366ec831cf538cf38da122f875fca27',1,'amrex::SparseBins::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< ParticleType >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< ParticleType >::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'amrex::DenseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'amrex::DenseBins::permutationPtr() noexcept']]], - ['persistentifstream_14114',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a56becba85d63b59974112dde31bfc90f',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acb905ed76a3548e6018710ee071c9f31',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac51ac75b9acd3f6dbba89e7b73dfda1d',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream()=default']]], - ['petscabeclap_14115',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a6d1500243e6bcc0c8546240f4fb1ae6d',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ae834b28c54502bd846c75a933cd86e4e',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab2a0a84e3b1491619ab3ed49306ffdeb',1,'amrex::PETScABecLap::PETScABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)']]], - ['physbcfunct_14116',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a39b89bb30f1abba7495122150108a927',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a7e1c94efd648f3ebfaefc5a13c91eb65',1,'amrex::PhysBCFunct::PhysBCFunct()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a754509e10fc630761839c420246a3ebe',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)']]], - ['pi_14117',['pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5',1,'amrex::Math']]], - ['pid_14118',['pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a226101263b27282d94f687320e25177f',1,'amrex::ParallelDescriptor::Message']]], - ['placementdelete_14119',['placementDelete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0',1,'amrex']]], - ['placementnew_14120',['placementNew',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc',1,'amrex']]], - ['planeif_14121',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd11423cba9d7c283e96167dedd124d5',1,'amrex::EB2::PlaneIF']]], - ['plot_5ffiles_5foutput_14122',['Plot_Files_Output',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9af5d2dcba7539444e0334b84ed7504',1,'amrex::Amr']]], - ['plotfiledata_14123',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a6006d7b7736ddff7fda093ec7a633570',1,'amrex::PlotFileData']]], - ['plotfiledataimpl_14124',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a77e164e48c0363b8f87c3879a509ad23',1,'amrex::PlotFileDataImpl']]], - ['plotfileversion_14125',['PlotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aff316a96447744ee3bd4e3abbb555f6b',1,'amrex::AmrData']]], - ['plotfileversion_14126',['PlotfileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab95e00002c7985b4bc7d425795d72404',1,'amrex::ParticleContainerBase']]], - ['plotint_14127',['plotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6b328e1464fc914bea4ea6da8a067c57',1,'amrex::Amr']]], - ['plotlogper_14128',['plotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a98ce23547463e17b55901b8818f0fc',1,'amrex::Amr']]], - ['plotmaxlevel_14129',['plotMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a76e9887d9d42c68e5fc3b2b82d039',1,'amrex::Amr']]], - ['plotper_14130',['plotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a931bcdf3440fa41801f73a87f417ef',1,'amrex::Amr']]], - ['plotvarnames_14131',['PlotVarNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aacf2bf93e89399ca37e10646536f3218',1,'amrex::AmrData::PlotVarNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0c8492eed2a2a622cb11a076e16dadaf',1,'amrex::DataServices::PlotVarNames()']]], - ['plus_14132',['plus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'amrex::BaseFab::plus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'amrex::BaseFab::plus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'amrex::BaseFab::plus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'amrex::BaseFab::plus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'amrex::BaseFab::plus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'amrex::BaseFab::plus(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'amrex::BaseFab::plus(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::EBCellFlagFab >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a5176cafd217bf9069ed83feba52d71c2',1,'amrex::BndryRegisterT::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'amrex::FabArray::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'amrex::FabArray::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::CutFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::CutFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< Real >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::EBCellFlagFab >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::Mask >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::Mask >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< FArrayBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< FArrayBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< IArrayBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< IArrayBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< TagBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< TagBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab0fd430ccad60b7771778c64a7d928b5',1,'amrex::iMultiFab::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< PetscInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< int >::plus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< int >::plus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< int >::plus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< int >::plus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< PetscInt >::plus(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< PetscInt >::plus(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< PetscInt >::plus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< Real >::plus(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< Real >::plus(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< Real >::plus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< Real >::plus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< Real >::plus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af56a10b8407c86226901dc0b5ba070c7',1,'amrex::iMultiFab::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< char >::plus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< char >::plus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< char >::plus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< char >::plus(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< char >::plus(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8f26ae5a879d6286c8a639f84aa74563',1,'amrex::iMultiFab::plus(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3c88d451792c4740296d8f4928da38db',1,'amrex::iMultiFab::plus(int val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af9746c8ee7ac16060bf338ecdbdcaa5a',1,'amrex::iMultiFab::plus(const iMultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aafbc29a68d3c0c000fee414f76f7b79c',1,'amrex::MultiFab::plus(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d8ec2a7197f373ce88a43a2adaf1da0',1,'amrex::MultiFab::plus(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0b410a02ca211c74033d77fac9b8a40b',1,'amrex::MultiFab::plus(Real val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a38506771a271ef8a5d4b6c3065815566',1,'amrex::MultiFab::plus(Real val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6679e5d7843de95ca2245f599715b4f9',1,'amrex::MultiFab::plus(const MultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< int >::plus()']]], - ['plusfrom_14133',['plusFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a347f19dfd7611b563f7cc799023dc17a',1,'amrex::FabSetT::plusFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d88ae6162badc6e58949b21e959bc80',1,'amrex::FabSetT::plusFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a58d2309f0eb636417e763b5a1e74599c',1,'amrex::BndryRegisterT::plusFrom()']]], - ['plusto_14134',['plusTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a52afe3a40bffa4138f997dbf4428d634',1,'amrex::FabSetT']]], - ['podvector_14135',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(std::initializer_list< uint64_t > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< unsigned int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< unsigned int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< unsigned int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< unsigned int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< unsigned int >::PODVector(std::initializer_list< unsigned int > a_initializer_list, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< unsigned int >::PODVector(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< unsigned int >::PODVector(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::XDim3 >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::XDim3 >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::STLtools::Triangle >::PODVector(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::STLtools::Triangle >::PODVector(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::XDim3 >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::openbc::MomTag >::PODVector(PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::openbc::MomTag >::PODVector(const PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::openbc::MomTag >::PODVector(std::initializer_list< amrex::openbc::MomTag > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::openbc::MomTag >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::openbc::MomTag >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char >::PODVector(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::XDim3 >::PODVector(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::XDim3 >::PODVector(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::BoxND >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::BoxND >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::BoxND >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'amrex::PODVector::PODVector(PODVector< T, Allocator > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'amrex::PODVector::PODVector(const PODVector< T, Allocator > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'amrex::PODVector::PODVector(std::initializer_list< T > a_initializer_list, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'amrex::PODVector::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'amrex::PODVector::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'amrex::PODVector::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'amrex::PODVector::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::NeighborCode >::PODVector(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::NeighborCode >::PODVector(std::initializer_list< amrex::NeighborCode > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::NeighborCode >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::NeighborCode >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::BoxND >::PODVector(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::BoxND >::PODVector(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::BoxND >::PODVector(std::initializer_list< amrex::BoxND > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< index_type >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< index_type >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< index_type >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< index_type >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< index_type >::PODVector(std::initializer_list< index_type > a_initializer_list, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< index_type >::PODVector(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< index_type >::PODVector(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int * >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int * >::PODVector(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int * >::PODVector(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const PODVector< const int *, DefaultAllocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(PODVector< const int *, DefaultAllocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal * >::PODVector(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal * >::PODVector(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleType >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int * >::PODVector(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int * >::PODVector(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int * >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int >::PODVector(std::initializer_list< int > a_initializer_list, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int >::PODVector(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int >::PODVector(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal * >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal * >::PODVector(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal * >::PODVector(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< std::size_t >::PODVector(PODVector< std::size_t, std::allocator< std::size_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< std::size_t >::PODVector(const PODVector< std::size_t, std::allocator< std::size_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< std::size_t >::PODVector(std::initializer_list< std::size_t > a_initializer_list, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< std::size_t >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< std::size_t >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< std::size_t >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< std::size_t >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)']]], - ['pointvalue_14136',['PointValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5a829681bb11c94caeafc642e3a95c91',1,'amrex::DataServices']]], - ['polar_14137',['polar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183',1,'amrex']]], - ['polarb_14138',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ad805ea2e85456aeee7173714da9e0167',1,'amrex::FabArrayBase::PolarB']]], - ['poly_5fdiff_14139',['poly_diff',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ae2185088b6449f7811b072576236dabd',1,'sdcquadrature_mod']]], - ['poly_5feval_14140',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#ab38d996c6f957cb170aa2ca9fa135a74',1,'sdcquadrature_mod::poly_eval::poly_eval()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a19abe9c6ef21541b666b72dd131373b3',1,'sdcquadrature_mod::poly_eval()']]], - ['poly_5feval_5fcomplex_14141',['poly_eval_complex',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#aaf65ea1be7f3b8d7e5e1e99d79a91099',1,'sdcquadrature_mod::poly_eval::poly_eval_complex()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a507876cf6308356bcab599968824c4a9',1,'sdcquadrature_mod::poly_eval_complex(p, n, x)']]], - ['poly_5fint_14142',['poly_int',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a0ffbe7bf11e56b416c5631c0b38321b6',1,'sdcquadrature_mod']]], - ['poly_5finterp_5fcoeff_14143',['poly_interp_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, T *AMREX_RESTRICT c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, int N, T *AMREX_RESTRICT c) noexcept']]], - ['poly_5flegendre_14144',['poly_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a874a5cd63196132c18272439ac22d430',1,'sdcquadrature_mod']]], - ['poly_5froots_14145',['poly_roots',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ac65c67a741f829888ad21000351c137b',1,'sdcquadrature_mod']]], - ['polyif_14146',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#ae25262d67072428f2cad3d6efb2f5877',1,'amrex::EB2::PolyIF']]], - ['polyinterpcoeff_14147',['polyinterpcoeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de',1,'amrex_lo_util_module']]], - ['polymorphicarenaallocator_14148',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#abd49730f61493b4c7b5d596ed7ffa547',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a7e37e0451471fcf02dbfb376f2804145',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator(Arena *a_arena)']]], - ['polymorphicarenawrapper_14149',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a85a639c6c909c175dc65653bf9c4ac72',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper(Arena *a_arena)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a579908990ceb617fc236604011136af6',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper()=default']]], - ['polymorphicarray4_14150',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#a0e1fecd400082a5f28e0712fa2eadee0',1,'amrex::PolymorphicArray4']]], - ['polynomialif_14151',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#aded08a08d53e73aa84431822f8b76374',1,'amrex::EB2::PolynomialIF::PolynomialIF(const Vector< PolyTerm > &a_polynomial, bool a_inside=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a18f10f3de6a91418664b73f1c86d7461',1,'amrex::EB2::PolynomialIF::PolynomialIF(PolynomialIF &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a3ee4eff332df3bbfcff89267a7c9bf62',1,'amrex::EB2::PolynomialIF::PolynomialIF(const PolynomialIF &rhs)=default']]], - ['pop_14152',['pop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a0fb2101660c9e5211fb65297ffd99292',1,'amrex::ParserStack::pop()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a6bdab1c75756fa491add5ace4c59550f',1,'amrex::ParallelContext::pop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a45b714be9d0d45f3ecb339085a73c6ec',1,'amrex::EB2::IndexSpace::pop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a3951bf73fe4dbac7f4c1ccef7bbbcb34',1,'amrex::IParserStack::pop()']]], - ['pop_5fback_14153',['pop_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< unsigned int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< std::size_t >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa1831ea3b91c1a77740583f99542ee26',1,'amrex::ArrayOfStructs::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'amrex::PODVector::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::BoxND >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::NeighborCode >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::openbc::MomTag >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::STLtools::Triangle >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::XDim3 >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int *, DefaultAllocator< const int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< index_type >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int *, DefaultAllocator< int * > >::pop_back()']]], - ['pop_5fbt_5fstack_14154',['pop_bt_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#abe774b8eb0afd3dc4f530aaf3c509984',1,'amrex::BLBTer']]], - ['popregiontag_14155',['popRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bf2b5f80cfa6a00fd92a2c10b16720c',1,'amrex::FabArrayBase']]], - ['pos_14156',['pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a69e0e87f9818bf12a60e2a2c2419ca4a',1,'amrex::SoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ab9aa9ba3c29b3556c7987d0622c7322b',1,'amrex::SoAParticle::pos(int position_index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acca412a3b97db15ba5e39f02b97d079c',1,'amrex::ParticleTile::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a6853712ded51f7bacb03dd4bc6836c6f',1,'amrex::ConstSoAParticle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#aae234935b8374a9326a3df4701c5dc43',1,'amrex::SoAParticle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2a8548e774e4805ad86a291605aa4db7',1,'amrex::ConstSoAParticle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6974466bbe1639c042ea8079b1ee163c',1,'amrex::Particle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ac2b984a4de5d43ab39afba8bac4dc2a3',1,'amrex::Particle::pos(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a102ae1d7ef52914d8c93baa331169016',1,'amrex::Particle::pos(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa4be6533a7b9987c6f0c73ffe3c4cbbb',1,'amrex::ParticleTile::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'amrex::ConstParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'amrex::ParticleTileData::pos()']]], - ['post_5ffast_5fstage_14157',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1',1,'amrex::SundialsUserFun']]], - ['post_5ffast_5fstep_14158',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128',1,'amrex::SundialsUserFun']]], - ['post_5finit_14159',['post_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac7f38ed4057c3c789e73567e1f455ccb',1,'amrex::AmrLevel']]], - ['post_5fregrid_14160',['post_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0289a6cdc3349c2c0b778cc25901e364',1,'amrex::AmrLevel']]], - ['post_5frestart_14161',['post_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afc4f639ee0e05fd9a827db22694941a0',1,'amrex::AmrLevel']]], - ['post_5fstage_14162',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56',1,'amrex::SundialsUserFun']]], - ['post_5fstep_14163',['post_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d',1,'amrex::SundialsUserFun']]], - ['post_5ftimestep_14164',['post_timestep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6dc31baa80c3f278350ad20a64577155',1,'amrex::AmrLevel']]], - ['postcoarsetimestep_14165',['postCoarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6c4e273ed6a867d2da0dbf8ae325c82a',1,'amrex::AmrLevel']]], - ['postprocessbasegrids_14166',['PostProcessBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5863ce18c2b8b1dc6371d33c227f2a6',1,'amrex::AmrMesh']]], - ['postrecvs_14167',['PostRecvs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8',1,'amrex::NonLocalBC']]], - ['postsends_14168',['PostSends',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5',1,'amrex::NonLocalBC']]], - ['postsolve_14169',['postSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'amrex::MLLinOpT::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a353013df6e58210dd529bb995bcc21d9',1,'amrex::MLEBNodeFDLaplacian::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'MLLinOpT< Array< MultiFab, 3 > >::postSolve()']]], - ['poststepregrid_14170',['postStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae5ca0552f0073d959717f3dc4a375478',1,'amrex::AmrLevel']]], - ['pout_14171',['pout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780',1,'amrex']]], - ['poutfilename_14172',['poutFileName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461',1,'amrex']]], - ['pow_14173',['pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f',1,'amrex::pow(const GpuComplex< T > &a_z, int a_n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e',1,'amrex::pow(const GpuComplex< T > &a_z, const T &a_y) noexcept']]], - ['powi_14174',['powi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626',1,'amrex::Math']]], - ['prebuilddirectorhierarchy_14175',['PreBuildDirectorHierarchy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2',1,'amrex']]], - ['precond_14176',['precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#afe3c1ec699c60ebc52f1a4d8554a4889',1,'amrex::GMRESMLMGT']]], - ['predictstateonfaces_14177',['PredictStateOnFaces',['../namespacePPM.html#a89c4175944492fd501dd22549d63795f',1,'PPM']]], - ['predictstateonxface_14178',['PredictStateOnXFace',['../namespaceEBPLM.html#a5e1fcc915e6448d1e02c59d5b18dbf69',1,'EBPLM::PredictStateOnXFace()'],['../namespacePLM.html#a27d3106050ecc051c39cd1702f6615a7',1,'PLM::PredictStateOnXFace()'],['../namespacePPM.html#a5dc90fa5728d9f442f08df89ad49f019',1,'PPM::PredictStateOnXFace()']]], - ['predictstateonyface_14179',['PredictStateOnYFace',['../namespaceEBPLM.html#ad0fea99f7eac4dd51cae3e57a7c2b629',1,'EBPLM::PredictStateOnYFace()'],['../namespacePLM.html#a1107e8578e71e86ef2d86c10729baa34',1,'PLM::PredictStateOnYFace()'],['../namespacePPM.html#aebf181a69d9a9ce87cc3001b57da4cdc',1,'PPM::PredictStateOnYFace(const int i, const int j, const int k, const int n, const amrex::Real dt, const amrex::Real dx, amrex::Real &Im, amrex::Real &Ip, const amrex::Array4< const amrex::Real > &S, const amrex::Array4< const amrex::Real > &vel_edge, const amrex::BCRec bc, const int domlo, const int domhi, const Limiter &, int limiter_type)']]], - ['predictvelonfaces_14180',['PredictVelOnFaces',['../namespacePPM.html#afc01feca9b1f93c06521af5d6591c22c',1,'PPM']]], - ['predictvelonxface_14181',['PredictVelOnXFace',['../namespacePPM.html#adb2496aca52fb5c10215b6b2e51dd56a',1,'PPM::PredictVelOnXFace()'],['../namespacePLM.html#ac81b254592851f46142367a43d2be8dd',1,'PLM::PredictVelOnXFace()'],['../namespaceEBPLM.html#a2a3bd2e63860114b33e53bd8d368d738',1,'EBPLM::PredictVelOnXFace(amrex::Box const &xebox, amrex::Array4< amrex::Real > const &Imx, amrex::Array4< amrex::Real > const &Ipx, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &ccvel, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, const amrex::Geometry &geom, amrex::Real dt, amrex::Vector< amrex::BCRec > const &h_bcrec, amrex::BCRec const *pbc, amrex::Array4< int const > const &bc_arr={})']]], - ['predictvelonyface_14182',['PredictVelOnYFace',['../namespaceEBPLM.html#a3fd409163b9f007fd4f33f86c81bafb6',1,'EBPLM::PredictVelOnYFace()'],['../namespacePLM.html#a7e11b6bc6c30a638bc0e53fc7b7785d3',1,'PLM::PredictVelOnYFace()'],['../namespacePPM.html#a2508ebdfc4ebe06e3a4a4b3b45e1e14f',1,'PPM::PredictVelOnYFace()']]], - ['prefetchtodevice_14183',['prefetchToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96',1,'amrex::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af50ec082ab16407059545feed99d648f',1,'amrex::Gpu::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< EBCellFlag >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< HYPRE_Int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< TagBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< IArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< FArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::Mask >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::EBCellFlagFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::CutFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'amrex::FabArray::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< Real >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< PetscInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< char >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< AtomicInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'amrex::BaseFab::prefetchToDevice()']]], - ['prefetchtohost_14184',['prefetchToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< Real >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'amrex::BaseFab::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< AtomicInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< char >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< EBCellFlag >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< HYPRE_Int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< PetscInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< TagBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3abad1fb37ce40b710326ae2d9ab208c',1,'amrex::Gpu::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3',1,'amrex::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< IArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< FArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::Mask >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::EBCellFlagFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::CutFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'amrex::FabArray::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< int >::prefetchToHost()']]], - ['prefixedname_14185',['prefixedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9acf57232096dc7488995a49627924eb',1,'amrex::ParmParse']]], - ['prefixsum_14186',['PrefixSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d',1,'amrex::Scan']]], - ['prepare_14187',['prepare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a137269ba305483a92bf01d19ec1fd07c',1,'amrex::STLtools']]], - ['preparecommbuffers_14188',['PrepareCommBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf',1,'amrex::NonLocalBC']]], - ['prepareforcoarsening_14189',['prepareForCoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1f72985a64a6353ac131eb89728f7ba9',1,'amrex::EB2::Level']]], - ['prepareforfluxes_14190',['prepareForFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#acfbbd0bc16c6143b970276cb3db30a03',1,'amrex::MLCellLinOpT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a000e69affa33aed71511df8fa232aae2',1,'amrex::MLMGT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'amrex::MLLinOpT::prepareForFluxes()']]], - ['prepareforgmres_14191',['prepareForGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae4ea921d48b5a556bd78ddcdd41a4455',1,'amrex::MLMGT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a895ca1ca69778b53dcf5ca86b366d4f7',1,'amrex::MLNodeLinOp::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'amrex::MLLinOpT::prepareForGMRES()']]], - ['preparefornsolve_14192',['prepareForNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a69cb002038ef5460b92042d6921396b1',1,'amrex::MLMGT']]], - ['prepareforsolve_14193',['prepareForSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5c7e2382421d34818b66ccaba2e9ba95',1,'amrex::MLABecLaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a72d228dbde4801d9b4086a2dc94779c6',1,'amrex::MLALaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acff16f567dc8c5c30be1337318235e45',1,'amrex::MLCellABecLapT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8201ce95349a35448ba37366eabc518b',1,'amrex::MLCellLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5c54cb4e1ea4c2b1818db0cf82741c30',1,'amrex::MLCurlCurl::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a10d9a42df59b0c48c0de0bc3a2b41cca',1,'amrex::MLEBABecLap::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad5475aafb15a2e53a6dada12839c27c9',1,'amrex::MLEBNodeFDLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a71281b7dfd14b0f89a2c50fc327bb',1,'amrex::MLEBTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'amrex::MLLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99e382a66a897864e0c3b4dffe9e1cd9',1,'amrex::MLMGT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa9e73a4d8720519ab2cecb3cd62c5d9b',1,'amrex::MLNodeABecLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a339396bc771f5e6b9e630746d0c7e0ab',1,'amrex::MLNodeLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a997cf1a004e76b021a262f35a834da32',1,'amrex::MLNodeLinOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ab2886d51be38082d20a26e35ddbf3b28',1,'amrex::MLNodeTensorLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a46fe8bdcadd6679f29d19971eeb19242',1,'amrex::MLPoissonT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a9e8e4689f0e0f349f5a29708c224360c',1,'amrex::MLTensorOp::prepareForSolve()']]], - ['preparelinop_14194',['prepareLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a929a91b1f9969e79f186bb7a1a073f69',1,'amrex::MLMGT']]], - ['preparemgcycle_14195',['prepareMGcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad13058d5dffd2c90824cd1a1d5db3085',1,'amrex::MLMGT']]], - ['preparerecvbuffers_14196',['PrepareRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222',1,'amrex::NonLocalBC']]], - ['preparerhs_14197',['prepareRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#acbc4efc38bffb2ceab5d5bf004cf6dc6',1,'amrex::MLCurlCurl']]], - ['preparesendbuffers_14198',['PrepareSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49',1,'amrex::NonLocalBC']]], - ['preparesolver_14199',['prepareSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a61436da82fa418df4ddfab4881c137e3',1,'amrex::HypreABecLap::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#afe4795550c7479c27c62872b3c3f5c24',1,'amrex::HypreABecLap2::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a73956b5120ef6513532cb22e2e8335ab',1,'amrex::HypreABecLap3::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ad1eb894ae4a104ea04c6be69d08b4e1f',1,'amrex::PETScABecLap::prepareSolver()']]], - ['prettyprinttable_14200',['prettyPrintTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a25e20319d7e653849733bf39d7416437',1,'amrex::ParmParse']]], - ['prevtime_14201',['prevTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aacf7931abf97b3774c79b60e80d177a4',1,'amrex::StateData']]], - ['primary_14202',['primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a31a66854b5336c0a76e23a9457877713',1,'amrex::StateDescriptor']]], - ['print_14203',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a181bc6a4ba323484f28415b80ee1b6b6',1,'amrex::Print::Print(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a1bb1f415c2393c08d8fd115bbc848638',1,'amrex::Print::Print(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a612024a8e9a5ad7bfcd98707fcdcb787',1,'amrex::Print::Print(int rank_, MPI_Comm comm_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#aebc81b9845c635f74ca8765c698ca059',1,'amrex::Print::Print(int rank_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a11f1c04c6e1559c094d72df8baf5e2b7',1,'amrex::Print::Print(std::ostream &os_=amrex::OutStream())']]], - ['print_14204',['print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a217d48dc80e0448899823a0d47460d8b',1,'amrex::Parser::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a72ed92cf7d71611d2e9086dd7e603792',1,'amrex::NeighborList::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a0e00f4a1a90b536068669ad8ed9c5b80',1,'amrex::IParser::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a84cad9d66ad27523679ae8c2b6b5d37e',1,'amrex::FabArrayBase::FabArrayStats::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aa9d7c2eebaa83c655e91f8b9b0040df1',1,'amrex::FabArrayBase::CacheStats::print()']]], - ['print_5fbacktrace_5finfo_14205',['print_backtrace_info',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a33950310b32a51c70dd6f6960d83e2db',1,'amrex::BLBackTrace::print_backtrace_info(FILE *f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a6dd9bad8d7ece9e996de0cd3a7403b91',1,'amrex::BLBackTrace::print_backtrace_info(const std::string &filename)']]], - ['print_5fconnectivity_14206',['print_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a4fc94184dd7d26f8ccb2fccdd8367474',1,'amrex::EBToPVD']]], - ['print_5fcontrol_5fpoints_14207',['print_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9c9ba23ae82c4ab0a38587d96c99f344',1,'amrex::LineDistFcnElement2d::print_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a423846c99ff07003d00a7f8978bfebc5',1,'amrex::SplineDistFcnElement2d::print_control_points()']]], - ['print_5fgrids_14208',['print_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a692701cba27f352589066c9024d388a7',1,'amrex::EBToPVD']]], - ['print_5fpoints_14209',['print_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#af56069dd01a4a44b7f471f70f051887b',1,'amrex::EBToPVD']]], - ['print_5fspline_14210',['print_spline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a5da55e4a3464f1a04eb34beffd638600',1,'amrex::SplineDistFcnElement2d']]], - ['print_5fstate_14211',['print_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f',1,'amrex']]], - ['printcallstack_14212',['PrintCallStack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8a14bcc37603ec472c17a644428d3686',1,'amrex::TinyProfiler']]], - ['printcalltreenode_14213',['PrintCallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4d91df9b423715cc4ac9b197bcad14ff',1,'RegionsProfStats']]], - ['printcapacity_14214',['PrintCapacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'amrex::ParticleContainer_impl::PrintCapacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PrintCapacity()']]], - ['printcell_14215',['printCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e',1,'amrex']]], - ['printexe_14216',['printExe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#aa3e51f354702ada83a42fa17d6450ff1',1,'amrex::Parser']]], - ['printgridinfo_14217',['printGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b7fbf8492a6e663bd567bfdb4151a40',1,'amrex::Amr']]], - ['printgridsummary_14218',['printGridSummary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4f3c144db8f986764324e9ba788666b3',1,'amrex::AmrCore']]], - ['printinfo_14219',['printInfo',['../classHydro_1_1NodalProjector.html#a098df2a533925ef6167e4df5bf3d46d5',1,'Hydro::NodalProjector']]], - ['printmemstats_14220',['PrintMemStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a18a5eb16b85aa8cc252a58b24a6ac763',1,'amrex::TinyProfiler']]], - ['printmemusage_14221',['printMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2a2878413402bf8cff44357bf4964a5d',1,'amrex::FabArrayBase']]], - ['printneighborlist_14222',['printNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aac13e1f1c324181ce01a8f50fe3897d9',1,'amrex::NeighborParticleContainer']]], - ['printptr_14223',['PrintPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a614a6f4d10ea61b0dc126aa932d1ab27',1,'amrex::DistributionMapping::RefID']]], - ['printstats_14224',['PrintStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'amrex::FabArrayCopyDescriptor::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'FabArrayCopyDescriptor< FArrayBox >::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a77843e1433ce6bede350d2dd35eb02a3',1,'amrex::TinyProfiler::PrintStats()']]], - ['printtimeinterval_14225',['printTimeInterval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa92325475654d8018a7a4d96811ff90b',1,'amrex::StateData']]], - ['printtimerangelist_14226',['PrintTimeRangeList',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1',1,'amrex']]], - ['printtofile_14227',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0893d5f29d082f561090f7d93cce8759',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aa2fb6b50feec44f081108ae3f8cb30ef',1,'amrex::PrintToFile::PrintToFile(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a840a4f6901205237e9bd7e7b0b879753',1,'amrex::PrintToFile::PrintToFile(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a6104fd13b117f3b559fc3287744db7c1',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a65e2ca6508a0d6387c5f138c43a2998f',1,'amrex::PrintToFile::PrintToFile(std::string file_name_)']]], - ['printusage_14228',['PrintUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a506a68384da30629323d0839f13812c2',1,'amrex::Arena::PrintUsage()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#aa73ded7161a0649ccd1103491034632a',1,'amrex::CArena::PrintUsage(std::string const &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a220453b0ec3b2de0df5cd94cb08dab03',1,'amrex::CArena::PrintUsage(std::ostream &os, std::string const &name, std::string const &space) const']]], - ['printusagetofiles_14229',['PrintUsageToFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa1cfbcfa1c41ac7e45bf469e93db7402',1,'amrex::Arena']]], - ['probdomain_14230',['ProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a37b2fde345a6609763be8a1fdd7ece25',1,'amrex::AmrData::ProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a69dfda38f7288ba1c26211d5b2160c1c',1,'amrex::Geometry::ProbDomain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ae68fad0b0c42fcd904bcc36c8d678ca9',1,'amrex::Geometry::ProbDomain(const RealBox &rb) noexcept']]], - ['probdomain_14231',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a5f7c170e89ce1e97f586355ea2fceb41',1,'amrex::PlotFileData::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a9e669b9161d30f743ddee143bff88dc2',1,'amrex::PlotFileDataImpl::probDomain()']]], - ['probhi_14232',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9a8ebe29bfbb66ffa7d2ac47d2fb255b',1,'amrex::Geometry::ProbHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a413de6a07cab35d38f1f23801cae1060',1,'amrex::AmrData::ProbHi()']]], - ['probhi_14233',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dbc97b271868a752395f72b717fa34a',1,'amrex::PlotFileDataImpl::probHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a20a6ee376fe0fb4b149be6374249e79a',1,'amrex::PlotFileData::probHi()']]], - ['probhi_14234',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#afc75128d9d4bafa048122bb09b2adf35',1,'amrex::GeometryData::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2325c024dbbe3cb941e2964e0d8dc53d',1,'amrex::GeometryData::ProbHi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5fd19e6998dd24eb5156808bdabc1dae',1,'amrex::Geometry::ProbHi(int dir) const noexcept']]], - ['probhiarray_14235',['ProbHiArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8de19f13c63f4cb2759207cb725581ed',1,'amrex::Geometry']]], - ['probhiarrayinparticlereal_14236',['ProbHiArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa55c38ac0db751b7aa40625464034b73',1,'amrex::Geometry']]], - ['problength_14237',['ProbLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa957525db46a7c7c22c1371633a3f263',1,'amrex::Geometry']]], - ['problo_14238',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a744ac8dee3b12454af52e51ad541b9df',1,'amrex::PlotFileData::probLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4800513a6130b6dbb784adec1d555d99',1,'amrex::PlotFileDataImpl::probLo()']]], - ['problo_14239',['ProbLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1dea3e08037a71158cda1adafab206ef',1,'amrex::AmrData::ProbLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02ef0d522174b99ca75e569def4c091c',1,'amrex::Geometry::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a03bdebdfb4b402507aab117a78bb71b4',1,'amrex::Geometry::ProbLo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2002b8c121f27d0e9a65e06597ef85a3',1,'amrex::GeometryData::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a3d9777846ced2fc748f213cc58ff0dfd',1,'amrex::GeometryData::ProbLo(int dir) const noexcept']]], - ['probloarray_14240',['ProbLoArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a2cbf2a8943849597fdcb06608416d0db',1,'amrex::Geometry']]], - ['probloarrayinparticlereal_14241',['ProbLoArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8f5623ee19b444e7c1a38d28a79459fb',1,'amrex::Geometry']]], - ['probsize_14242',['ProbSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad215766309286d88d85b4d78f7280f4c',1,'amrex::Geometry::ProbSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aee3000e243b4b85b74bad050fa9f0484',1,'amrex::AmrData::ProbSize()']]], - ['probsize_14243',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0fdee328da3ad85b3dbb121f64adc105',1,'amrex::PlotFileData::probSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aaff30fe7f8204f68509dc9a8caf5f572',1,'amrex::PlotFileDataImpl::probSize()']]], - ['processormap_14244',['ProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac1cd8ab03f5ec883f167f4e1148d29ee',1,'amrex::DistributionMapping']]], - ['procid_14245',['procID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac90cfd42a7406149cd38468a9f759e3e',1,'amrex::ParticleBufferMap']]], - ['product_14246',['product',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int *, NAI >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 4 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal *, NAR >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, nelems >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real,(M+2) *(M+1)/2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const int *, NArrayInt >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'amrex::Array1D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'Array1D< int, 0, N-1 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'amrex::Array2D::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'amrex::Array2D::product(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a738bf226cd7ec23057eb95176cd4bfa6',1,'amrex::Array3D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'amrex::GpuArray::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::Interval, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::EB2::PolyTerm, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< bool, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const ParticleReal *, NArrayReal >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ab58dde651cfad3f07ffdfb42d66e1c3b',1,'amrex::Array3D::product()']]], - ['profilerstart_14247',['profilerStart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a9b8a6a9f47a037559294546980502da1',1,'amrex::Gpu::Device']]], - ['profilerstop_14248',['profilerStop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7961d112520b04459e1eb566e2c6ee71',1,'amrex::Gpu::Device']]], - ['project_14249',['project',['../classHydro_1_1MacProjector.html#a11425406f3b1ebf78d61520733cfe6fc',1,'Hydro::MacProjector::project()'],['../classHydro_1_1NodalProjector.html#ab54ce0105047feaf533fe3f5917e90f9',1,'Hydro::NodalProjector::project(const amrex::Vector< amrex::MultiFab * > &a_phi, amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))'],['../classHydro_1_1NodalProjector.html#ae59512302c66d32aea7f4f252c09fa27',1,'Hydro::NodalProjector::project(amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))'],['../classHydro_1_1MacProjector.html#a8a7f09aa7edb1a831bceefd74a729619',1,'Hydro::MacProjector::project()']]], - ['projperiodic_14250',['ProjPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a663a92c5e8c0dbe3578d19cd8fb36af3',1,'amrex::AmrMesh']]], - ['properblockingfactor_14251',['ProperBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2447047c1010b47ee4f3b0de3d5811ee',1,'amrex::AmrLevel']]], - ['properlynested_14252',['ProperlyNested',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b10976708081700c810d70417da8c9',1,'amrex']]], - ['protect_14253',['protect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aa6ed48dc9ce058bd1d1804c800ea0691',1,'amrex::CellConservativeProtected::protect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee6fb8b99ca4282e5f9e9122b9b37cf1',1,'amrex::Interpolater::protect()']]], - ['protected_5fdivide_14254',['protected_divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< Real >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< EBCellFlag >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< Real >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['prune_14255',['prune',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ac95794690d4fb50c8e149a55ade09fb8',1,'amrex::algoim::ImplicitIntegral']]], - ['psicode_14256',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a13b5bfe7248a8bd90fd647abaed12737',1,'amrex::algoim::PsiCode::PsiCode() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#ac85d103050ea6acd04b2a2b4e55ee8d4',1,'amrex::algoim::PsiCode::PsiCode(const GpuArray< int, N > &sides, int sign) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a791226bc3dff2637e4a5dacb30c25ec0',1,'amrex::algoim::PsiCode::PsiCode(const PsiCode &i, int dim, int side, int sign) noexcept']]], - ['psizeinfile_14257',['PSizeInFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#afbe88249b244a942b7d7d41b6b176abd',1,'particle_detail']]], - ['ptr_14258',['ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'amrex::Array4::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< Real const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< Real const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< Real const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< Real const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< Real const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< Real const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'amrex::Array4::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'amrex::Array4::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'amrex::Array4::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'amrex::Array4::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'amrex::Array4::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a411a57cc9f3e8fbd3fa2db7738c99c5f',1,'amrex::FatPtr::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 >::ptr()']]], - ['push_14259',['push',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a8c562ca41b2d74fcd48dc76cc2acb6b4',1,'amrex::ParallelContext::push(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3',1,'amrex::ParallelContext::push(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a5a3c0ce524a4c0bff9901548d9e8648d',1,'amrex::EB2::IndexSpace::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#af6d03e6181c80cfca71355eeae7d4e22',1,'amrex::IParserStack::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#ae5f96b8ae7c872185b3b816dadf7d480',1,'amrex::ParserStack::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aacd757c228bab84f39dc148cc5777624',1,'amrex::AMReX::push()']]], - ['push_5fback_14260',['push_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< index_type >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int *, DefaultAllocator< const int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int *, DefaultAllocator< int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< std::size_t >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< unsigned int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a059d2458f21b6e42c2c22ed204e26337',1,'amrex::WeightedBoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::XDim3 >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a58e47ec80be71f10f50fe234408ed886',1,'amrex::ArrayOfStructs::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf9cf5350e31edefe87e9e8b2f2278ef',1,'amrex::BoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a59c2843f59e6ba99661a6d26958b6f08',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a0c93bb0e80cf6277ee1823f35072007a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac63a647b8a7225d490ce30caaf1105b3',1,'amrex::ParticleArray::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a1c3596011f3532785e35f93767dac146',1,'amrex::ParticleTile::push_back(const ParticleType &p)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a58ff9d1415aa8e4eee3fd76955d36429',1,'amrex::ParticleTile::push_back(const SuperParticleType &sp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::BoxND >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::NeighborCode >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::openbc::MomTag >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::STLtools::Triangle >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'amrex::PODVector::push_back()']]], - ['push_5fback_5fimpl_14261',['push_back_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#af7f46ef2c49dac17167364472e5edcef',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['push_5fback_5fint_14262',['push_back_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adeb45488fb08fe702e74efadfe55d8d7',1,'amrex::ParticleTile::push_back_int(int comp, const int *beg, const int *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad303886262e966726980ee5bf9202cfb',1,'amrex::ParticleTile::push_back_int(int comp, std::size_t npar, int v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a83112560fe0053d36f1d4e2377d82a23',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a8ed93fa556cb0e6d76ab31855179c490',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int >::const_iterator beg, amrex::Vector< int >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab1acd5ea97873b2886a1d5b1cca48aab',1,'amrex::ParticleTile::push_back_int(const std::array< int, NArrayInt > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac46b6f7938c08ba5c71b24c97d8f72a5',1,'amrex::ParticleTile::push_back_int(int comp, int v)']]], - ['push_5fback_5freal_14263',['push_back_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af54fdaaae348f3ef6c4f9ec72ed5d7aa',1,'amrex::ParticleTile::push_back_real(int comp, ParticleReal v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a920fbf546aa0d61637897696c29bf54c',1,'amrex::ParticleTile::push_back_real(const std::array< ParticleReal, NArrayReal > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2ac59039f3803da57f27367c22c71c12',1,'amrex::ParticleTile::push_back_real(int comp, const ParticleReal *beg, const ParticleReal *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab23ddb423d3fb51829919af42de5a48f',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal >::const_iterator beg, amrex::Vector< amrex::ParticleReal >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0273a779aabd06b96f98466ee8553d14',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad62dabd419e0030589fc00e5e1880f5a',1,'amrex::ParticleTile::push_back_real(int comp, std::size_t npar, ParticleReal v)']]], - ['pushregiontag_14264',['pushRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a550a79531f98644ed6572f635f854cf7',1,'amrex::FabArrayBase::pushRegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6c6874f6a073ba5a8fe15d5fc7837a5d',1,'amrex::FabArrayBase::pushRegionTag(std::string t)']]] + ['pack_5fmatrix_5fgpu_14056',['pack_matrix_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab8aa339fca5416d16202578d9560f96d',1,'amrex::detail']]], + ['pack_5fsend_5fbuffer_5fcpu_14057',['pack_send_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'amrex::FabArray::pack_send_buffer_cpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< TagBox >::pack_send_buffer_cpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< IArrayBox >::pack_send_buffer_cpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< FArrayBox >::pack_send_buffer_cpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::Mask >::pack_send_buffer_cpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_cpu(FabArray< amrex::EBCellFlagFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad369c044980014877a2affbed7e266dd',1,'FabArray< amrex::CutFab >::pack_send_buffer_cpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf79f429c979d93fb8a204aae9851054',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_cpu()']]], + ['pack_5fsend_5fbuffer_5fgpu_14058',['pack_send_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< TagBox >::pack_send_buffer_gpu(FabArray< TagBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< IArrayBox >::pack_send_buffer_gpu(FabArray< IArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< FArrayBox >::pack_send_buffer_gpu(FabArray< FArrayBox > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::Mask >::pack_send_buffer_gpu(FabArray< amrex::Mask > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::EBCellFlagFab >::pack_send_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::CutFab >::pack_send_buffer_gpu(FabArray< amrex::CutFab > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< PetscInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'FabArray< amrex::BaseFab< AtomicInt > >::pack_send_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ec0671737732f4a925a56eb1f138d16',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< const CopyComTagsContainer * > const &send_cctc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a44c4542a9504ebedf9c0439ad4f2650b',1,'amrex::FabArray::pack_send_buffer_gpu(FabArray< FAB > const &src, int scomp, int ncomp, Vector< char * > const &send_data, Vector< std::size_t > const &send_size, Vector< CopyComTagsContainer const * > const &send_cctc)']]], + ['packbuffer_14059',['packBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4c8c19cb812cdbcc34bc408577bb25c',1,'amrex']]], + ['packiodata_14060',['packIOData',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a6fd1074ab53b322e0c0dbe45c3c31747',1,'particle_detail']]], + ['packparticledata_14061',['packParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ac72dd343efcb41ccea96af50686e1dad',1,'amrex::ConstParticleTileData::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::packParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aa8fdd12dc11eea0caff3d1b267497edd',1,'amrex::ParticleTileData::packParticleData()']]], + ['packparticleids_14062',['packParticleIDs',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a30a6f3594be5d404180737352c8c375d',1,'particle_detail']]], + ['packsendbuffers_14063',['PackSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a291d1c78ece15e2eb717acc0ec36835d',1,'amrex::NonLocalBC']]], + ['parallel_5fupdate_14064',['parallel_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a62478d6865c7c7157a895ef64f455dce',1,'amrex::ReduceOpLogicalOr::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ab2e8bb4b35603b81737b82cf9b495636',1,'amrex::ReduceOpLogicalAnd::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#a9da9f0f3debf3be703628afad1643563',1,'amrex::ReduceOpSum::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a8547799fc129aadb6c140874c40777e4',1,'amrex::ReduceOpMin::parallel_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a0a2b78dac216a89a59073ac12b0a525d',1,'amrex::ReduceOpMax::parallel_update()']]], + ['paralleladd_14065',['ParallelAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::Mask >::ParallelAdd(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< FArrayBox >::ParallelAdd(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< IArrayBox >::ParallelAdd(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< TagBox >::ParallelAdd(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'amrex::FabArray::ParallelAdd(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e8ff0027c22d9451a6edff7272fb29a',1,'FabArray< amrex::CutFab >::ParallelAdd(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a89a8e2abc36a485e63a1b7976f13baf2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e9e4a76679324f247d20d57d11293f0',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a59adcce54ed5ccf48f0849458cf123',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['paralleladd_5fnowait_14066',['ParallelAdd_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::Mask >::ParallelAdd_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::Mask >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< FArrayBox >::ParallelAdd_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< IArrayBox >::ParallelAdd_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< TagBox >::ParallelAdd_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'amrex::FabArray::ParallelAdd_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::CutFab >::ParallelAdd_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::EBCellFlagFab >::ParallelAdd_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a221477c8979f6bf89267c68344a25539',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a636aaec49f36b37c484e25146572cf41',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d8a8750be27ca5839abbbe2f3794e5a',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b736a64c77081800aa312863d962048',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelAdd_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['parallelcomplementin_14067',['parallelComplementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7c626403ed2f4b4bbddaed58edda99b7',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad6d8b6fc8801afb2539d5611efc7abb3',1,'amrex::BoxList::parallelComplementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a538e2e8665da85486105a7daa26bfd0a',1,'amrex::BoxList::parallelComplementIn(const Box &b, BoxList &&bl)']]], + ['parallelcopy_14068',['ParallelCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< IArrayBox >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< FArrayBox >::ParallelCopy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::Mask >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< IArrayBox >::ParallelCopy(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< TagBox >::ParallelCopy(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a212f1455dd8018d3cd773107db0df62d',1,'amrex::MultiCutFab::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adadc145305be656128ae5ce4406166a0',1,'amrex::ParallelCopy(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b5b2920e4c1f13544630db42af9eaca',1,'amrex::ParallelCopy(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &ng_src=IntVect(0), IntVect const &ng_dst=IntVect(0), Periodicity const &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab11bf269e7aebae89bdc5d7d178bb12f',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FArrayBox > &dest, const Box &destbox, const FabArray< FArrayBox > &src, int destcomp, int srccomp, int numcomp, const IntVect &ngrow, MultiBlockIndexMapping const &, Identity const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9c2fff17888a770c492a1c014fee2b73',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, SrcComp srccomp, DestComp destcomp, NumComps numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5984b6f2bffd16fd4a1737326e32aef0',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, int srccomp, int destcomp, int numcomp, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aedc887605744ff53411090ea98c15a04',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, SrcComp srccomp, DestComp destcomp, NumComps numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#af874a9f4652076f42120db672af7f447',1,'amrex::NonLocalBC::ParallelCopy(FabArray< FAB > &dest, const Box &destbox, const FabArray< FAB > &src, int srccomp, int destcomp, int numcomp, const IntVect &ngrow, DTOS const &dtos=DTOS{}, Proj const &proj=Proj{})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::Mask >::ParallelCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'amrex::FabArray::ParallelCopy(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad8ec59ef48f01ecc242f4b1b6f39248f',1,'FabArray< amrex::CutFab >::ParallelCopy(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac31d070f29eef2523b0af2d858b3e56d',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f2716c666d8cd0546009503e890f807',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d58cf8a0ddfeba8a8b52aa73fed2113',1,'FabArray< amrex::Mask >::ParallelCopy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], + ['parallelcopy_5ffinish_14069',['ParallelCopy_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a51fb0add78ab242015474585b0f7207e',1,'amrex::NonLocalBC::ParallelCopy_finish(FabArray< FAB > &dest, CommHandler handler, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f46a71c7807b33fa3fac96c36e8d09b',1,'amrex::NonLocalBC::ParallelCopy_finish(DoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, CommHandler handler, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'amrex::FabArray::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< TagBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< IArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< FArrayBox >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::Mask >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::CutFab >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a324fc6d24d656da6a5365253b2c9437e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_finish()']]], + ['parallelcopy_5fnowait_14070',['ParallelCopy_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< IArrayBox >::ParallelCopy_nowait(const FabArray< IArrayBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< TagBox >::ParallelCopy_nowait(const FabArray< TagBox > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a57dca62d2b38257c9da61d6a1f0ed9d8',1,'amrex::NonLocalBC::ParallelCopy_nowait(FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7bf19b06a9bab53ac6dea6bfa875af9d',1,'amrex::NonLocalBC::ParallelCopy_nowait(NoLocalCopy, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CommMetaData &cmd, const DataPacking &data_packing)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'amrex::FabArray::ParallelCopy_nowait(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< FArrayBox >::ParallelCopy_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< AtomicInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopy_nowait(const FabArray< amrex::BaseFab< PetscInt > > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::CutFab >::ParallelCopy_nowait(const FabArray< amrex::CutFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopy_nowait(const FabArray< amrex::EBCellFlagFab > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af41fa096b33fbce8a896252ff39bbadb',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab34d1096b2cf68e1b0319cdc7b74a35e',1,'FabArray< amrex::Mask >::ParallelCopy_nowait(const FabArray< amrex::Mask > &src, int scomp, int dcomp, int ncomp, const IntVect &snghost, const IntVect &dnghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY, const FabArrayBase::CPC *a_cpc=nullptr, bool to_ghost_cells_only=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aebae9f774cd70cb8f12ec1c807e3d72b',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6e55433b48ff77b9fcbfbc2c501e63c3',1,'FabArray< FArrayBox >::ParallelCopy_nowait(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)']]], + ['parallelcopytoghost_14071',['ParallelCopyToGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< TagBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'amrex::FabArray::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< IArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< FArrayBox >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::Mask >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a30c574173b6d62fd03e7b1dbf510492c',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost()']]], + ['parallelcopytoghost_5ffinish_14072',['ParallelCopyToGhost_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< IArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'amrex::FabArray::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< FArrayBox >::ParallelCopyToGhost_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0144d56dd577bc7e46e1d422f487b1d9',1,'FabArray< TagBox >::ParallelCopyToGhost_finish()']]], + ['parallelcopytoghost_5fnowait_14073',['ParallelCopyToGhost_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< TagBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'amrex::FabArray::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< AtomicInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::BaseFab< PetscInt > >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::EBCellFlagFab >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::Mask >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< FArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< IArrayBox >::ParallelCopyToGhost_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5f80b593666b704bc1646d8c6a2d5af2',1,'FabArray< amrex::CutFab >::ParallelCopyToGhost_nowait()']]], + ['parallelfor_14074',['ParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c27ea1a053d1c7eb9de380f9432bddd',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2085f4123d08ffc2a370f76a5f15a8ad',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b6cc642bf2ef072306f845daace1a9',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4d0a1a75e2f23d9ac1ab9fc6d1b1941',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05b0f6257a895df1534273573b33a53',1,'amrex::ParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace191cd2e5d99b138f7bf17c0162351a',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a048c1967f6f553c7a62e0d8bdf34ff75',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa21e723d12168fdcb9ac99c7f71ee05d',1,'amrex::ParallelFor(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1293861fa35f7217666cb145467f09f',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7de77cd36a3fdb46c7f93216c3123989',1,'amrex::ParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66c7166d0d13ddd9eae467278ebea3d1',1,'amrex::ParallelFor(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3402f6ed86316371198e6c2ff17ac5ac',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a072608d6bf753001563975d5a8fe4fbd',1,'amrex::ParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af60d0d1ff2d8e4b50ece6b220764f064',1,'amrex::ParallelFor(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af98ea0824a9945d3633f96429036b758',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, BoxND< dim > const &box, T ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a94af0fa091bf7fe84c64000abbfb9',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, BoxND< dim > const &box, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a065a5b50b590d116df9bec2d115b75dc',1,'amrex::ParallelFor(TypeList< CTOs... > ctos, std::array< int, sizeof...(CTOs)> const &runtime_options, T N, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0d555cdb1a9c3d5e48a5db38af5b6b8',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#af4b1a1ece0c298c4e109283a8a515289',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a949c0aacfa23b08a5a25ccd78a6e4ba3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &ts, bool dynamic, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html#a1ca37420b1fa40a6bea03a7b27927dd3',1,'amrex::experimental::detail::ParallelFor(MF const &mf, IntVect const &nghost, int ncomp, IntVect const &, bool, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a0de1a6f8c5b59164435a7c9eb908d225',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a51b957516bc2e5c4236e69f1ce29b836',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, DynamicTiling dt, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#ae165e70b88ac0d6c683db44eb113e2f4',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a8bffa0012acdc4bc3a84b6a814c22312',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#adc7223f52b21184b5f94cb7a31793c31',1,'amrex::experimental::ParallelFor(MF const &mf, TileSize const &ts, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a58d3c38e4e5089d8c59298686a6ea601',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a970dba67d6c6c51517b334cd6933ab27',1,'amrex::experimental::ParallelFor(MF const &mf, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html#a45d01a93bab6ca5ca812b4ce13021a54',1,'amrex::experimental::ParallelFor(MF const &mf, IntVect const &ng, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa038af75a97822c5df21f691781e2145',1,'amrex::ParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab66312a8b6b1917316863fdb67ca868',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20c30602a034983b02c1e95927ae2769',1,'amrex::ParallelFor(Gpu::KernelInfo const &, T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558aed36fe15919349e0c65477e5c09c',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc49261ef12c032f9da235da11a15b95',1,'amrex::ParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5e6b7ac030844b4a01b7740b8105cd8',1,'amrex::ParallelFor(Vector< TagType > const &tags, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883db47b0aa92cd8615924fa400832c5',1,'amrex::ParallelFor(Vector< TagType > const &tags, F &&f)']]], + ['parallelfor_5fdoit_14075',['ParallelFor_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3f8fddb521eea2e91972e8a665d0e1cc',1,'amrex::detail']]], + ['parallelfor_5fimpnd_14076',['ParallelFor_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abbcccb7a439192126cc04a4980052d70',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9806a4f60e5ec27fadcda28a97df3806',1,'amrex::detail::ParallelFor_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], + ['parallelforrng_14077',['ParallelForRNG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3514c3f8c4b2a78c2ddc9b49d8cca6c',1,'amrex::ParallelForRNG(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63990001fd080e6f727c689437f5668e',1,'amrex::ParallelForRNG(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521bdccaadc0600f798cb1ffbb083e86',1,'amrex::ParallelForRNG(BoxND< dim > const &box, T ncomp, L const &f) noexcept']]], + ['parallelforrng_5fimpnd_14078',['ParallelForRNG_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa9178db9a47be24aee36f3c72d0ed274',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a80bc7ba0eaf66754172d9d1d172eeacc',1,'amrex::detail::ParallelForRNG_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], + ['parconstiter_5fimpl_14079',['ParConstIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad0552847dcd847dda664468873c739e6',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ab9fdad990241bb4c86fc0695fc367fb4',1,'amrex::ParConstIter_impl::ParConstIter_impl(ContainerType const &pc, int level, MFItInfo &info)']]], + ['parena_14080',['PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a271766f44068cade7f1f36dd670da387',1,'amrex::PArena::PArena(Long release_threshold)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#acf949e7231cf57c1c2ca3c9c7163030c',1,'amrex::PArena::PArena(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ab64e1dcba6cdb03d77cd2eb16b5cb67e',1,'amrex::PArena::PArena(PArena &&rhs)=delete']]], + ['parent_5fcomm_14081',['parent_comm',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a147c850d5f2d2f2a825382bac8724f06',1,'hacc::Dfft::parent_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2297dd7028df3d0f2d287d92173f339f',1,'hacc::Distribution::parent_comm()']]], + ['parforinfo_14082',['ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aecad54aa11e76f8bd774ca2d2c4580c7',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(const FabArrayBase &fa, const IntVect &nghost, int nthreads)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a58d5f8040e66a5f6e09e5687f68eb4ec',1,'amrex::FabArrayBase::ParForInfo::ParForInfo()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a0724d01468d2b2a8482208f62e4e1147',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a2f438dd87f9734ba850f88dbec26795c',1,'amrex::FabArrayBase::ParForInfo::ParForInfo(ParForInfo &&)=delete']]], + ['pargdb_14083',['ParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#afc2b7cc24cb2c529957572f20d18b16e',1,'amrex::ParGDB::ParGDB()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#abee7503624f3fff174f03ec61afd563d',1,'amrex::ParGDB::ParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3ecce683bd5dd52b72362d51e3c3acb4',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a200e30004da7ce6c478f19a7337e6f9a',1,'amrex::ParGDB::ParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)']]], + ['pargdbbase_14084',['ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a44d260e41238ecaac2ceed23ebc9549b',1,'amrex::ParGDBBase::ParGDBBase() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab4a1898d07bb08bd764669ed327b24e8',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aa7332b1c8959dba312c23e42e79046fb',1,'amrex::ParGDBBase::ParGDBBase(ParGDBBase &&) noexcept=default']]], + ['pariter_5fimpl_14085',['ParIter_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a9be2c3686e4a3812f7a52060505d8790',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a1f6f9a5f4565b6219b74d1f449efeae2',1,'amrex::ParIter_impl::ParIter_impl(ContainerType &pc, int level)']]], + ['pariterbase_5fimpl_14086',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl(ContainerRef pc, int level)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac21aae96f4f5422d636525b0572777b6',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level, MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afaf6edbba5eee7ad8ec59e92e4971efc',1,'amrex::ParIterBase_impl::ParIterBase_impl(ContainerRef pc, int level)']]], + ['parmparse_14087',['ParmParse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aedc024f9fcd3a2e180a860412c3ad745',1,'amrex::ParmParse']]], + ['parreduce_14088',['ParReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8ec82d3270be95cb3ee77860a6a46db',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d572bd9b1fce3628851a797b8a0fb13',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7537acc612797ae28b7a2f0afd2c9da1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfa262ba247496c6cd85e2e9ae110fbd',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fc422d03a2097b0684162d0684cfda1',1,'amrex::ParReduce(TypeList< Ops... > operation_list, TypeList< Ts... > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ce1e3d392107eb3cdaaf9b1dcaee3f8',1,'amrex::ParReduce(TypeList< Op > operation_list, TypeList< T > type_list, FabArray< FAB > const &fa, IntVect const &nghost, int ncomp, F &&f)']]], + ['parse_5finputs_14089',['parse_inputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2b706d04a2952ad586d31f26184b927b',1,'amrex::HypreIJIface']]], + ['parser_14090',['Parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a979ec2bb844542bdd274c04010282c19',1,'amrex::Parser::Parser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a9829ccc584238c1042b7c1ef25b69685',1,'amrex::Parser::Parser(std::string const &func_body)']]], + ['parser_5fast_5fdepth_14091',['parser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6815d583f941a297bbef6d77214829c8',1,'amrex']]], + ['parser_5fast_5fdup_14092',['parser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b98b9aec198e9456f562949577675c',1,'amrex']]], + ['parser_5fast_5fget_5fsymbols_14093',['parser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1d40846503356e1e1201c614163ea54',1,'amrex']]], + ['parser_5fast_5foptimize_14094',['parser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f9cf029d313196bd5c43c1d272ea9fe',1,'amrex']]], + ['parser_5fast_5fprint_14095',['parser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87c0a8afac2fbe12cb2ac48e663ed0d6',1,'amrex']]], + ['parser_5fast_5fregvar_14096',['parser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee105e6b691d9fa51fef6e50c7ebb155',1,'amrex']]], + ['parser_5fast_5fsetconst_14097',['parser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a406674d4bafc2a2a465b8127fa8f9f5e',1,'amrex']]], + ['parser_5fast_5fsize_14098',['parser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70b4e8ec482471a9d5c1a2b17c2420b2',1,'amrex']]], + ['parser_5fast_5fsort_14099',['parser_ast_sort',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3519067af5edf22a956910ef7ee7ce47',1,'amrex']]], + ['parser_5fcall_5ff1_14100',['parser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28d9f515eaa0f8b6c464afd9e8e26839',1,'amrex']]], + ['parser_5fcall_5ff2_14101',['parser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ad43c67a92cbfee740c7219dede60de',1,'amrex']]], + ['parser_5fcall_5ff3_14102',['parser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8fc246b5e107c0247b09a8c97395063',1,'amrex']]], + ['parser_5fcompile_14103',['parser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc63f0f94a713d245e1660797a99af63',1,'amrex']]], + ['parser_5fcompile_5fexe_5fsize_14104',['parser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427f00335de584d8602aec963d5e730',1,'amrex']]], + ['parser_5fdefexpr_14105',['parser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad611b2a5542fba47b36125c772d02700',1,'amrex']]], + ['parser_5fdepth_14106',['parser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a511dc2f5222b878782000339b1858f3c',1,'amrex']]], + ['parser_5fdup_14107',['parser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af09002432ee048d8be86ce24cac1b230',1,'amrex']]], + ['parser_5fexe_5feval_14108',['parser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8b4ee29b3ed76cab2179ad13c01c19b',1,'amrex']]], + ['parser_5fexe_5fprint_14109',['parser_exe_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8610e10a0a8b9cafad8a53f47c05da6',1,'amrex']]], + ['parser_5fexe_5fsize_14110',['parser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0968c4da0c27c9762dbd61dcc89e270',1,'amrex']]], + ['parser_5fget_5fnumber_14111',['parser_get_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a953b2c149c67e1e516421d279f2fc22a',1,'amrex']]], + ['parser_5fget_5fsymbols_14112',['parser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4683ef8db99a703c386785fc95e1d29',1,'amrex']]], + ['parser_5fmakesymbol_14113',['parser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae51f56e5de666bd486e02809fb95826a',1,'amrex']]], + ['parser_5fmath_5facos_14114',['parser_math_acos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefee20e5a68eb0e134e5b8a25a45b4b4',1,'amrex']]], + ['parser_5fmath_5facosh_14115',['parser_math_acosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae08bf7de3948219b7c52cfb9e0a61a59',1,'amrex']]], + ['parser_5fmath_5fasin_14116',['parser_math_asin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a914656d851c249d6787f813ea09a6626',1,'amrex']]], + ['parser_5fmath_5fasinh_14117',['parser_math_asinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3f7885c55e5c6c0f671cace29421690',1,'amrex']]], + ['parser_5fmath_5fatan_14118',['parser_math_atan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2bd581231b46b3a5a62d99e00e743622',1,'amrex']]], + ['parser_5fmath_5fatan2_14119',['parser_math_atan2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae58842a73522988e8e20316c56e3c0b9',1,'amrex']]], + ['parser_5fmath_5fatanh_14120',['parser_math_atanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9199cb52898d7f521ae0d291917866a',1,'amrex']]], + ['parser_5fmath_5fcomp_5fellint_5f1_14121',['parser_math_comp_ellint_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec1b60762ebf83a7597d70c0e32aaa5',1,'amrex']]], + ['parser_5fmath_5fcomp_5fellint_5f2_14122',['parser_math_comp_ellint_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f39381b8634177fe59bf13bc7769de8',1,'amrex']]], + ['parser_5fmath_5fcos_14123',['parser_math_cos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9c5d0a6539470f7560f822714b7c75b',1,'amrex']]], + ['parser_5fmath_5fcosh_14124',['parser_math_cosh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22b01fd56b83bc1cad5dc2fb17b023b4',1,'amrex']]], + ['parser_5fmath_5ferf_14125',['parser_math_erf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99ebdb8798a2ecc5a188b7e7cfd2fd0',1,'amrex']]], + ['parser_5fmath_5fexp_14126',['parser_math_exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3d6e0107012526c3465c75a12f5459',1,'amrex']]], + ['parser_5fmath_5fjn_14127',['parser_math_jn',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43535087747b0d92f5e11040d600be5c',1,'amrex']]], + ['parser_5fmath_5flog_14128',['parser_math_log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba3dcfe04cce2c0ea7fdbe3b2ed9e87a',1,'amrex']]], + ['parser_5fmath_5flog10_14129',['parser_math_log10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa7d9660ad9a94bcb47fd4de04acd3a6',1,'amrex']]], + ['parser_5fmath_5fpow_14130',['parser_math_pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa73033601c86e80eaaefc3201cb140af',1,'amrex']]], + ['parser_5fmath_5fsin_14131',['parser_math_sin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f0f07d0553e3d21650fb5a198048e',1,'amrex']]], + ['parser_5fmath_5fsinh_14132',['parser_math_sinh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249f102bab7043232da73dcc4d33612e',1,'amrex']]], + ['parser_5fmath_5ftan_14133',['parser_math_tan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62570906aab0550c65f8a971dff0e58a',1,'amrex']]], + ['parser_5fmath_5ftanh_14134',['parser_math_tanh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa087ffc694106cd11e7196bdb42b72a6',1,'amrex']]], + ['parser_5fnewassign_14135',['parser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63cdcee7f7165d07558abfd490a3cf8f',1,'amrex']]], + ['parser_5fnewf1_14136',['parser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7520cc9fa8b9a8de8e845d02b75db77',1,'amrex']]], + ['parser_5fnewf2_14137',['parser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a35a66f1f45aa77d0be9afe8def5501',1,'amrex']]], + ['parser_5fnewf3_14138',['parser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6762c0fee754bd1ce564f76ef81253b6',1,'amrex']]], + ['parser_5fnewlist_14139',['parser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af77166ee4bf8e84e0628c8d6ef96f055',1,'amrex']]], + ['parser_5fnewneg_14140',['parser_newneg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59fa51e57d91b3fde27a4ee69d81b584',1,'amrex']]], + ['parser_5fnewnode_14141',['parser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54e375fb078fbde3c46609319674551f',1,'amrex']]], + ['parser_5fnewnumber_14142',['parser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af52966118e944ed96c7d6ed24c08d837',1,'amrex']]], + ['parser_5fnewsymbol_14143',['parser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad839d03442a4323dfb7b2b9578b6b9fd',1,'amrex']]], + ['parser_5fnode_5fequal_14144',['parser_node_equal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa47ebc7570db6460238b4a73824c682',1,'amrex']]], + ['parser_5fprint_14145',['parser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53d306308d380a6d874ad24396fa7673',1,'amrex']]], + ['parser_5fregvar_14146',['parser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2287c28084a10ac6a9cfb4b2a50892fc',1,'amrex']]], + ['parser_5fset_5fnumber_14147',['parser_set_number',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a031546532f5b81bd867039b219562b95',1,'amrex']]], + ['parser_5fsetconst_14148',['parser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4051597b502fed03ea3b07d5f6cbb042',1,'amrex']]], + ['parserif_14149',['ParserIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a8333bdcc5ed38d5ab573c555221897a4',1,'amrex::EB2::ParserIF']]], + ['particlearray_14150',['ParticleArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a992f0f789c839c1fdcce16c570491de1',1,'amrex::ParticleArray::ParticleArray()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a8deff78130d0f7f982f4a2d6ef55ceb3',1,'amrex::ParticleArray::ParticleArray(size_t a_size)']]], + ['particlearrayaccessor_14151',['ParticleArrayAccessor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ad27aa85c57de2acbd9936f84108365c9',1,'amrex::ParticleArrayAccessor']]], + ['particleboxarray_14152',['ParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#af74ac23f751f5a6751cde7af224355ea',1,'amrex::AmrParGDB::ParticleBoxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2471d3ed490ba22c41c1aa3833c75f75',1,'amrex::AmrParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ae9eaeeb29ca270f3addf0b1adc90a21d',1,'amrex::ParGDB::ParticleBoxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a449a9d96ffcb963858cdee67302be0bd',1,'amrex::ParGDB::ParticleBoxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adfd4f1260ff855da465e189ebac005e8',1,'amrex::ParGDBBase::ParticleBoxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5f864861309d414c90883f2ab60ee5e1',1,'amrex::ParGDBBase::ParticleBoxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa22d7a841e78ebeadb741eb5fedd6473',1,'amrex::ParticleContainerBase::ParticleBoxArray()']]], + ['particlebuffermap_14153',['ParticleBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae38964fdc9eb2687b154f6d476b84053',1,'amrex::ParticleBufferMap::ParticleBufferMap()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5ff68878498c3720aa87dec033ffc9b4',1,'amrex::ParticleBufferMap::ParticleBufferMap(const ParGDBBase *a_gdb)']]], + ['particlecontainer_5fimpl_14154',['ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'amrex::ParticleContainer_impl::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a17b32ed9f05b29c632ad9dc82e13f0fa',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'amrex::ParticleContainer_impl::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5b175fd2bdaed24ba7c697985561e773',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a893cd026d19d1c7791f9edbf1beb9e80',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a448d1854177c7b246db5a02823eb32df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27b28bd4f409e4f4fee09aa7e43a9f33',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3eb505b47edc7093c1b416c4db35f925',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf9845e14cca4dc0cf89bfba1c09a7f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainer_impl(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], + ['particlecontainerbase_14155',['ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a783bf6edc1d9d0bdc5d4e8dd1f98cd5f',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af17feaf161d82ae2ef0466b6188cc7b0',1,'amrex::ParticleContainerBase::ParticleContainerBase(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5f71ad65c90b78b062f40127d91a3134',1,'amrex::ParticleContainerBase::ParticleContainerBase(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#af60ff4efea559ba4e49dc7178e504e4c',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1b59660938f651e5a56bc45bb6bc4d8e',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a66e036defd5c86431c583bbd8cb91e2d',1,'amrex::ParticleContainerBase::ParticleContainerBase(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a51bba5cff5a55e3f6ce46c0b56fa1809',1,'amrex::ParticleContainerBase::ParticleContainerBase()=default']]], + ['particlecontainertoblueprint_14156',['ParticleContainerToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade6b74b8d41502d861a0b0fe6a5982f4',1,'amrex']]], + ['particlecpuwrapper_14157',['ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af456e0632ceb42b240d4d2608325fa66',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a0cbf3e03c4cabd9a0fe9f6e2b1b584d2',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(ParticleCPUWrapper &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#ad13d555c23dc09a19f05fa10518807e6',1,'amrex::ParticleCPUWrapper::ParticleCPUWrapper(const ParticleCPUWrapper &rhs)=default']]], + ['particledistributionmap_14158',['ParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a16a9e833e5e2cb6ec87e5ed85d729c06',1,'amrex::AmrParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aac889336d5ae4980d21fa8f7199bd24c',1,'amrex::AmrParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3b2f62b1a94797a5da64a7983bdd190b',1,'amrex::ParGDB::ParticleDistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3e6c2e1785b6e3d00276b3f697bab9c1',1,'amrex::ParGDB::ParticleDistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a911edb448b3ad570aff7366aefe10089',1,'amrex::ParGDBBase::ParticleDistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2a790ed2ecbbb8fcb0488789f005daed',1,'amrex::ParGDBBase::ParticleDistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7e2ec84758098c59382aba1343bc4a8b',1,'amrex::ParticleContainerBase::ParticleDistributionMap()']]], + ['particlegeom_14159',['ParticleGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63c67b3766f60350636671afe142968a',1,'amrex::ParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a63109bdaecaf9cd491ee6c69403c763a',1,'amrex::ParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#afde4d45acf310b449c3c4af607f65a60',1,'amrex::AmrParGDB::ParticleGeom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9ba4b0a7ffb2f6d0b683052125b4b528',1,'amrex::AmrParGDB::ParticleGeom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abef31ba5dc0587ef75830df5f251f334',1,'amrex::ParGDBBase::ParticleGeom(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1d0680c0076a0f47ea58c61fd0c97ecf',1,'amrex::ParGDBBase::ParticleGeom() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a00182008cdf9fb0039e82588fb15e67e',1,'amrex::ParticleContainerBase::ParticleGeom()']]], + ['particleidwrapper_14160',['ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a70c96c85021171e8ca0e31b75ba26885',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(uint64_t &idata) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a1be128a081a654e36673ae143e0c78cb',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(const ParticleIDWrapper &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#abe6eaeb579f55deb9eea2375bf0cdb4b',1,'amrex::ParticleIDWrapper::ParticleIDWrapper(ParticleIDWrapper &&)=delete']]], + ['particlelocator_14161',['ParticleLocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a051687b9db644bfff24f5452abf5624c',1,'amrex::ParticleLocator']]], + ['particlepostlocate_14162',['particlePostLocate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particlePostLocate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad396acd787a21008fac169e86ab7dd1f',1,'amrex::ParticleContainer_impl::particlePostLocate()']]], + ['particlereduce_14163',['ParticleReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d32380d1bccbedf1b24bd2c1bb7a1da',1,'amrex::ParticleReduce(PC const &pc, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af42436c4813e6fedd6dd7a5c73581b63',1,'amrex::ParticleReduce(PC const &pc, int lev, F &&f, ReduceOps &reduce_ops)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3762aae68593d892d48ede3cb6e317a7',1,'amrex::ParticleReduce(PC const &pc, int lev_min, int lev_max, F const &f, ReduceOps &reduce_ops)']]], + ['particlesat_14164',['ParticlesAt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'amrex::ParticleContainer_impl::ParticlesAt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae54a4fd6231ba214252436d9dbe25cca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticlesAt(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a177031918d251e2a90532ea6e1f48b52',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, const Iterator &iter) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aec3793fce4ff9ab5528153f2e31da3c3',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb8cf88f78dbf7626cf6cb3bef352ee0',1,'amrex::ParticleContainer_impl::ParticlesAt(int lev, int grid, int tile)']]], + ['particletile_14165',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a070fcef33e908cba36039a6fdf1d1c53',1,'amrex::ParticleTile::ParticleTile()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a209d248bf4daf81d95a3e176b6754b45',1,'amrex::ParticleTile::ParticleTile(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a28ae7d1aa4c1e8d5a479203a9099835c',1,'amrex::ParticleTile::ParticleTile(ParticleTile &&) noexcept=default']]], + ['particletiletoblueprint_14166',['ParticleTileToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa61cbdb192b255d82659e53f8526f1',1,'amrex']]], + ['particletomesh_14167',['ParticleToMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Nearest, int >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fa6beab988f9b1236a6a68f659dfbeb',1,'amrex::ParticleToMesh(PC const &pc, MF &mf, int lev, F const &f, bool zero_out_input=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9610a39b43057d1e9e78c4d5156965ef',1,'amrex::ParticleToMesh(PC const &pc, const Vector< MultiFab * > &mf, int lev_min, int lev_max, F &&f, bool zero_out_input=true, bool vol_weight=true)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'Base< Linear, amrex::Real >::ParticleToMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#aad2b3e1789a599cf1517fbfa66214213',1,'amrex::ParticleInterpolator::Base::ParticleToMesh()']]], + ['partition_14168',['Partition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b8c7b9108d9ccbc108689fb9b8b2a7e',1,'amrex::Partition(T *data, int beg, int end, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1214d3602cac3f99cebc60c951dbb938',1,'amrex::Partition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3a47d7e7e8f7a66ddf15cdd606dbb8f',1,'amrex::Partition(Gpu::DeviceVector< T > &v, F &&f)']]], + ['partitionparticles_14169',['partitionParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8c341f9e253720288265d6112c4ab9e',1,'amrex']]], + ['partitionparticlesbydest_14170',['partitionParticlesByDest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2808a58ab833a933f7909baf632466b7',1,'amrex']]], + ['pc_5flocal_5fcpu_14171',['PC_local_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::CutFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< TagBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< IArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< FArrayBox >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::Mask >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::EBCellFlagFab >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af001e3fed315af1165f42213a1042c09',1,'amrex::FabArray::PC_local_cpu()']]], + ['pc_5flocal_5fgpu_14172',['PC_local_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::Mask >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'amrex::FabArray::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< AtomicInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::BaseFab< PetscInt > >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::CutFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< amrex::EBCellFlagFab >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< FArrayBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< TagBox >::PC_local_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6479ffc5e154a5b21d80e1b6dedb44cf',1,'FabArray< IArrayBox >::PC_local_gpu()']]], + ['pcg_5fsolve_14173',['pcg_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82e276db8e18ead0c45086336f342338',1,'amrex']]], + ['pcg_5fsolver_5fconfigure_14174',['pcg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a24dc1ec87efeca4c5719f268b4a3cfb9',1,'amrex::HypreIJIface']]], + ['pcinterp_14175',['PcInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a852ba956d157fa2eb049e1b7cc6d50db',1,'amrex::AmrData']]], + ['pcinterp_5finterp_14176',['pcinterp_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaebd1edefcd2e126a0ce93d3f4296731',1,'amrex']]], + ['period_14177',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a622746891e67a5016ae4b0c0137d70ce',1,'amrex::Geometry']]], + ['periodicity_14178',['Periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#abaaf6e49e85d1624a89b4ce8ade5c541',1,'amrex::Periodicity::Periodicity(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab912d518e6c2289d18ca26e791920ea7',1,'amrex::Periodicity::Periodicity() noexcept']]], + ['periodicity_14179',['periodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#affe5cf2164950c1670a92f7b2719c0ff',1,'amrex::Geometry::periodicity(const Box &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b365b1560bb9a31cf49cd55668085cf',1,'amrex::Geometry::periodicity() const noexcept']]], + ['periodicshift_14180',['PeriodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a37bfe23bdf8f5b0a9e38f5459ec4a42e',1,'amrex::ParticleContainer_impl::PeriodicShift(P &p) const']]], + ['periodicshift_14181',['periodicShift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a95ab5abc1e6c5d1efb9de40e0873d391',1,'amrex::Geometry::periodicShift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48b0e0bc9bd17bdcba18aa237718737f',1,'amrex::periodicShift(MultiFab const &mf, IntVect const &offset, Periodicity const &period)']]], + ['permutationfordeposition_14182',['PermutationForDeposition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad434592fa38d501d9db9bfb648bb9140',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, const PTile &ptile, Box bx, Geometry geom, const IntVect idx_type)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac67c5b805cea20326010666416cd773f',1,'amrex::PermutationForDeposition(Gpu::DeviceVector< index_type > &perm, index_type nitems, index_type nbins, F const &f)']]], + ['permutationptr_14183',['permutationPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2e0d5402d80dd9e9dfdd8478b0e6c2c7',1,'amrex::SparseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a1366ec831cf538cf38da122f875fca27',1,'amrex::SparseBins::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< typename amrex::ParticleTileData >::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'DenseBins< ParticleType >::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'DenseBins< ParticleType >::permutationPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8f49f54a25549e053bb63d0e72d751e1',1,'amrex::DenseBins::permutationPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab50df3946feebe789f41c7d01762a30b',1,'amrex::DenseBins::permutationPtr() noexcept']]], + ['persistentifstream_14184',['PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a56becba85d63b59974112dde31bfc90f',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acb905ed76a3548e6018710ee071c9f31',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac51ac75b9acd3f6dbba89e7b73dfda1d',1,'amrex::VisMF::PersistentIFStream::PersistentIFStream()=default']]], + ['petscabeclap_14185',['PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a6d1500243e6bcc0c8546240f4fb1ae6d',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ae834b28c54502bd846c75a933cd86e4e',1,'amrex::PETScABecLap::PETScABecLap(PETScABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab2a0a84e3b1491619ab3ed49306ffdeb',1,'amrex::PETScABecLap::PETScABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)']]], + ['physbcfunct_14186',['PhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a39b89bb30f1abba7495122150108a927',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a7e1c94efd648f3ebfaefc5a13c91eb65',1,'amrex::PhysBCFunct::PhysBCFunct()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a754509e10fc630761839c420246a3ebe',1,'amrex::PhysBCFunct::PhysBCFunct(const Geometry &geom, const Vector< BCRec > &bcr, F &&f)']]], + ['pi_14187',['pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ae119edbc36d72d7e0287e015330974c5',1,'amrex::Math']]], + ['pid_14188',['pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a226101263b27282d94f687320e25177f',1,'amrex::ParallelDescriptor::Message']]], + ['placementdelete_14189',['placementDelete',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b1ca3704b0b8849017f3a130d9a6fe0',1,'amrex']]], + ['placementnew_14190',['placementNew',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7421e3ce663f6de9d76cf1f2cd220dc',1,'amrex']]], + ['planeif_14191',['PlaneIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd11423cba9d7c283e96167dedd124d5',1,'amrex::EB2::PlaneIF']]], + ['plot_5ffiles_5foutput_14192',['Plot_Files_Output',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9af5d2dcba7539444e0334b84ed7504',1,'amrex::Amr']]], + ['plotfiledata_14193',['PlotFileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a6006d7b7736ddff7fda093ec7a633570',1,'amrex::PlotFileData']]], + ['plotfiledataimpl_14194',['PlotFileDataImpl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a77e164e48c0363b8f87c3879a509ad23',1,'amrex::PlotFileDataImpl']]], + ['plotfileversion_14195',['PlotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aff316a96447744ee3bd4e3abbb555f6b',1,'amrex::AmrData']]], + ['plotfileversion_14196',['PlotfileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab95e00002c7985b4bc7d425795d72404',1,'amrex::ParticleContainerBase']]], + ['plotint_14197',['plotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6b328e1464fc914bea4ea6da8a067c57',1,'amrex::Amr']]], + ['plotlogper_14198',['plotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a98ce23547463e17b55901b8818f0fc',1,'amrex::Amr']]], + ['plotmaxlevel_14199',['plotMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a76e9887d9d42c68e5fc3b2b82d039',1,'amrex::Amr']]], + ['plotper_14200',['plotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a931bcdf3440fa41801f73a87f417ef',1,'amrex::Amr']]], + ['plotvarnames_14201',['PlotVarNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aacf2bf93e89399ca37e10646536f3218',1,'amrex::AmrData::PlotVarNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a0c8492eed2a2a622cb11a076e16dadaf',1,'amrex::DataServices::PlotVarNames()']]], + ['plus_14202',['plus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< AtomicInt >::plus(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'amrex::BaseFab::plus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'amrex::BaseFab::plus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'amrex::BaseFab::plus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'amrex::BaseFab::plus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'amrex::BaseFab::plus(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'amrex::BaseFab::plus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'amrex::BaseFab::plus(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'amrex::BaseFab::plus(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::EBCellFlagFab >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a5176cafd217bf9069ed83feba52d71c2',1,'amrex::BndryRegisterT::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'amrex::FabArray::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'amrex::FabArray::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< AtomicInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::BaseFab< PetscInt > >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::CutFab >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::CutFab >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< Real >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::EBCellFlagFab >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< amrex::Mask >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< amrex::Mask >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< FArrayBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< FArrayBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< IArrayBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< IArrayBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69e2f8d4b7a834951fe4428b89134455',1,'FabArray< TagBox >::plus(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad00c28754c2085f4ba386d2bb0f24f93',1,'FabArray< TagBox >::plus(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab0fd430ccad60b7771778c64a7d928b5',1,'amrex::iMultiFab::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< PetscInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< int >::plus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< int >::plus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< int >::plus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< int >::plus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< int >::plus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< PetscInt >::plus(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< PetscInt >::plus(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< PetscInt >::plus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< AtomicInt >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< PetscInt >::plus(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< Real >::plus(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< Real >::plus(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< Real >::plus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< Real >::plus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< Real >::plus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< Real >::plus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< EBCellFlag >::plus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< EBCellFlag >::plus(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< char >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af56a10b8407c86226901dc0b5ba070c7',1,'amrex::iMultiFab::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< char >::plus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< char >::plus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< char >::plus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< char >::plus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< char >::plus(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< char >::plus(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< AtomicInt >::plus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< AtomicInt >::plus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8f26ae5a879d6286c8a639f84aa74563',1,'amrex::iMultiFab::plus(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3c88d451792c4740296d8f4928da38db',1,'amrex::iMultiFab::plus(int val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af9746c8ee7ac16060bf338ecdbdcaa5a',1,'amrex::iMultiFab::plus(const iMultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aafbc29a68d3c0c000fee414f76f7b79c',1,'amrex::MultiFab::plus(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d8ec2a7197f373ce88a43a2adaf1da0',1,'amrex::MultiFab::plus(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0b410a02ca211c74033d77fac9b8a40b',1,'amrex::MultiFab::plus(Real val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a38506771a271ef8a5d4b6c3065815566',1,'amrex::MultiFab::plus(Real val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6679e5d7843de95ca2245f599715b4f9',1,'amrex::MultiFab::plus(const MultiFab &mf, int strt_comp, int num_comp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af7a3fdd2cfd65a5f9a2d7e2126973917',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< HYPRE_Int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#abb7c6d23546e6178c5c17bc87a2d5ef6',1,'BaseFab< int >::plus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a56197b4668f634207c4031bcd9e05909',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae637024575b35a0f95b58020e31b79ac',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#afa601e460f4af5ec79144dbcd527ff58',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2e3c0c27f4451b4962368e70bb9c0825',1,'BaseFab< HYPRE_Int >::plus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8eac05318ddeb7bf09d5c1b25acc6d55',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa9c3a519a02df76b99bef93795d6cba3',1,'BaseFab< HYPRE_Int >::plus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30dff1ddf3809400a88f85f546ecbe84',1,'BaseFab< int >::plus()']]], + ['plusfrom_14203',['plusFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a347f19dfd7611b563f7cc799023dc17a',1,'amrex::FabSetT::plusFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d88ae6162badc6e58949b21e959bc80',1,'amrex::FabSetT::plusFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a58d2309f0eb636417e763b5a1e74599c',1,'amrex::BndryRegisterT::plusFrom()']]], + ['plusto_14204',['plusTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a52afe3a40bffa4138f997dbf4428d634',1,'amrex::FabSetT']]], + ['podvector_14205',['PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(std::initializer_list< uint64_t > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< uint64_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< unsigned int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< unsigned int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< unsigned int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< unsigned int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< unsigned int >::PODVector(std::initializer_list< unsigned int > a_initializer_list, const allocator_type &a_allocator=std::allocator< unsigned int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< unsigned int >::PODVector(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< unsigned int >::PODVector(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::XDim3 >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::XDim3 >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::XDim3 >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::XDim3 >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::STLtools::Triangle >::PODVector(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::STLtools::Triangle >::PODVector(std::initializer_list< amrex::STLtools::Triangle > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::STLtools::Triangle >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::STLtools::Triangle >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::XDim3 >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::STLtools::Triangle >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::openbc::MomTag >::PODVector(PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::openbc::MomTag >::PODVector(const PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::openbc::MomTag >::PODVector(std::initializer_list< amrex::openbc::MomTag > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::openbc::MomTag >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::openbc::MomTag >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::openbc::MomTag >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::openbc::MomTag >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=amrex::PolymorphicArenaAllocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::NeighborCode >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< char >::PODVector(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< char >::PODVector(std::initializer_list< char > a_initializer_list, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< char >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< char >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< char >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< char >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< char >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::XDim3 >::PODVector(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::XDim3 >::PODVector(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::BoxND >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::BoxND >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::AssignGrid< BinIteratorFactory > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::BoxND >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'amrex::PODVector::PODVector(PODVector< T, Allocator > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'amrex::PODVector::PODVector(const PODVector< T, Allocator > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'amrex::PODVector::PODVector(std::initializer_list< T > a_initializer_list, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'amrex::PODVector::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=Allocator())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'amrex::PODVector::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'amrex::PODVector::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'amrex::PODVector::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::NeighborCode >::PODVector(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::NeighborCode >::PODVector(std::initializer_list< amrex::NeighborCode > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::NeighborCode >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::NeighborCode >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::NeighborCode >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::NeighborCode >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< amrex::BoxND >::PODVector(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< amrex::BoxND >::PODVector(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< amrex::BoxND >::PODVector(std::initializer_list< amrex::BoxND > a_initializer_list, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< amrex::BoxND >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< amrex::BoxND >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< index_type >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< index_type >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< index_type >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< index_type >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< index_type >::PODVector(std::initializer_list< index_type > a_initializer_list, const allocator_type &a_allocator=std::allocator< index_type >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< index_type >::PODVector(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< index_type >::PODVector(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int * >::PODVector(std::initializer_list< int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int * >::PODVector(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int * >::PODVector(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal * >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const PODVector< const int *, DefaultAllocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(PODVector< const int *, DefaultAllocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal * >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const ParticleReal * >::PODVector(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const ParticleReal * >::PODVector(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::PODVector(std::initializer_list< const ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< const ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=DefaultAllocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< const int *, DefaultAllocator< const int * > >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< const int * >::PODVector(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< const int * >::PODVector(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< const int * >::PODVector(std::initializer_list< const int * > a_initializer_list, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< const int * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< const int * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< const int * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(const PODVector< int *, DefaultAllocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< int *, DefaultAllocator< int * > >::PODVector(PODVector< int *, DefaultAllocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< int >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< int >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< int >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< int >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< int >::PODVector(std::initializer_list< int > a_initializer_list, const allocator_type &a_allocator=std::allocator< int >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< int >::PODVector(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal * >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< ParticleReal * >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< ParticleReal * >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< ParticleReal * >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< ParticleReal * >::PODVector(std::initializer_list< ParticleReal * > a_initializer_list, const allocator_type &a_allocator=std::allocator< ParticleReal * >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleReal * >::PODVector(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleReal * >::PODVector(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< std::size_t >::PODVector(PODVector< std::size_t, std::allocator< std::size_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< std::size_t >::PODVector(const PODVector< std::size_t, std::allocator< std::size_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a02e18e4e17cc3356084fa3be3c3f44b3',1,'PODVector< std::size_t >::PODVector(std::initializer_list< std::size_t > a_initializer_list, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aefdcef17153e4edbad24f0c5419287e7',1,'PODVector< std::size_t >::PODVector(size_type a_size, const value_type &a_value, const allocator_type &a_allocator=std::allocator< std::size_t >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a6340b7de6f0414037450ce9749af867b',1,'PODVector< std::size_t >::PODVector(size_type a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a342ac4a8fd2ef2b61b49242fa28a2057',1,'PODVector< std::size_t >::PODVector(const allocator_type &a_allocator) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8cbeac763750da6c5bfc9958bbb123d9',1,'PODVector< std::size_t >::PODVector() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abac5cd6b7981b06fe091b1cea5b54579',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3654586fb4dd4a65acf395935c6ed4a7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::PODVector(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)']]], + ['pointvalue_14206',['PointValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5a829681bb11c94caeafc642e3a95c91',1,'amrex::DataServices']]], + ['polar_14207',['polar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a464e44680268cba2d8a7b1ae3232a183',1,'amrex']]], + ['polarb_14208',['PolarB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ad805ea2e85456aeee7173714da9e0167',1,'amrex::FabArrayBase::PolarB']]], + ['poly_5fdiff_14209',['poly_diff',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ae2185088b6449f7811b072576236dabd',1,'sdcquadrature_mod']]], + ['poly_5feval_14210',['poly_eval',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#ab38d996c6f957cb170aa2ca9fa135a74',1,'sdcquadrature_mod::poly_eval::poly_eval()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a19abe9c6ef21541b666b72dd131373b3',1,'sdcquadrature_mod::poly_eval()']]], + ['poly_5feval_5fcomplex_14211',['poly_eval_complex',['https://amrex-codes.github.io/amrex/doxygen/interfacesdcquadrature__mod_1_1poly__eval.html#aaf65ea1be7f3b8d7e5e1e99d79a91099',1,'sdcquadrature_mod::poly_eval::poly_eval_complex()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a507876cf6308356bcab599968824c4a9',1,'sdcquadrature_mod::poly_eval_complex(p, n, x)']]], + ['poly_5fint_14212',['poly_int',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a0ffbe7bf11e56b416c5631c0b38321b6',1,'sdcquadrature_mod']]], + ['poly_5finterp_5fcoeff_14213',['poly_interp_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acea5b001e26a7d33f54a8f717aa2f6d4',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, T *AMREX_RESTRICT c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c78cfa1297540820e62c5c9f8c7affd',1,'amrex::poly_interp_coeff(T xInt, T const *AMREX_RESTRICT x, int N, T *AMREX_RESTRICT c) noexcept']]], + ['poly_5flegendre_14214',['poly_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a874a5cd63196132c18272439ac22d430',1,'sdcquadrature_mod']]], + ['poly_5froots_14215',['poly_roots',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ac65c67a741f829888ad21000351c137b',1,'sdcquadrature_mod']]], + ['polyif_14216',['PolyIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#ae25262d67072428f2cad3d6efb2f5877',1,'amrex::EB2::PolyIF']]], + ['polyinterpcoeff_14217',['polyinterpcoeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html#a9b3a8d158e19f71d1af1ebe894c7d3de',1,'amrex_lo_util_module']]], + ['polymorphicarenaallocator_14218',['PolymorphicArenaAllocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a7e37e0451471fcf02dbfb376f2804145',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator(Arena *a_arena)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#abd49730f61493b4c7b5d596ed7ffa547',1,'amrex::PolymorphicArenaAllocator::PolymorphicArenaAllocator()=default']]], + ['polymorphicarenawrapper_14219',['PolymorphicArenaWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a85a639c6c909c175dc65653bf9c4ac72',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper(Arena *a_arena)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a579908990ceb617fc236604011136af6',1,'amrex::PolymorphicArenaWrapper::PolymorphicArenaWrapper()=default']]], + ['polymorphicarray4_14220',['PolymorphicArray4',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#a0e1fecd400082a5f28e0712fa2eadee0',1,'amrex::PolymorphicArray4']]], + ['polynomialif_14221',['PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a3ee4eff332df3bbfcff89267a7c9bf62',1,'amrex::EB2::PolynomialIF::PolynomialIF(const PolynomialIF &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#aded08a08d53e73aa84431822f8b76374',1,'amrex::EB2::PolynomialIF::PolynomialIF(const Vector< PolyTerm > &a_polynomial, bool a_inside=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a18f10f3de6a91418664b73f1c86d7461',1,'amrex::EB2::PolynomialIF::PolynomialIF(PolynomialIF &&rhs)=default']]], + ['pop_14222',['pop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a6bdab1c75756fa491add5ace4c59550f',1,'amrex::ParallelContext::pop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#aabddd0df5489ccc6df725b801461fb12',1,'amrex::Stack::pop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a45b714be9d0d45f3ecb339085a73c6ec',1,'amrex::EB2::IndexSpace::pop()']]], + ['pop_5fback_14223',['pop_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::openbc::MomTag >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'amrex::PODVector::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::BoxND >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa1831ea3b91c1a77740583f99542ee26',1,'amrex::ArrayOfStructs::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::NeighborCode >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< unsigned int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< std::size_t >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const int *, DefaultAllocator< const int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal * >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< index_type >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< char >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::XDim3 >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< amrex::STLtools::Triangle >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int *, DefaultAllocator< int * > >::pop_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a437b046dcdfcfe81a587846c4068c95a',1,'PODVector< int * >::pop_back()']]], + ['pop_5fbt_5fstack_14224',['pop_bt_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#abe774b8eb0afd3dc4f530aaf3c509984',1,'amrex::BLBTer']]], + ['popregiontag_14225',['popRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bf2b5f80cfa6a00fd92a2c10b16720c',1,'amrex::FabArrayBase']]], + ['pos_14226',['pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ac2b984a4de5d43ab39afba8bac4dc2a3',1,'amrex::Particle::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'amrex::ConstParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#abfab103d2cbcd0e41c61c00a4d4b77ce',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a6853712ded51f7bacb03dd4bc6836c6f',1,'amrex::ConstSoAParticle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2a8548e774e4805ad86a291605aa4db7',1,'amrex::ConstSoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a69e0e87f9818bf12a60e2a2c2419ca4a',1,'amrex::SoAParticle::pos(int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ab9aa9ba3c29b3556c7987d0622c7322b',1,'amrex::SoAParticle::pos(int position_index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#aae234935b8374a9326a3df4701c5dc43',1,'amrex::SoAParticle::pos() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3905ca69e86570132f8d8b9a5b9d0f10',1,'amrex::ParticleTileData::pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acca412a3b97db15ba5e39f02b97d079c',1,'amrex::ParticleTile::pos(int index, int position_index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa4be6533a7b9987c6f0c73ffe3c4cbbb',1,'amrex::ParticleTile::pos(int index, int position_index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a102ae1d7ef52914d8c93baa331169016',1,'amrex::Particle::pos(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6974466bbe1639c042ea8079b1ee163c',1,'amrex::Particle::pos() const &']]], + ['post_5ffast_5fstage_14227',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ae3b2f58d112a3625cc54a690938b7cc1',1,'amrex::SundialsUserFun']]], + ['post_5ffast_5fstep_14228',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a6bf9b12bbaf5f970438e11c23e752128',1,'amrex::SundialsUserFun']]], + ['post_5finit_14229',['post_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac7f38ed4057c3c789e73567e1f455ccb',1,'amrex::AmrLevel']]], + ['post_5fregrid_14230',['post_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0289a6cdc3349c2c0b778cc25901e364',1,'amrex::AmrLevel']]], + ['post_5frestart_14231',['post_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afc4f639ee0e05fd9a827db22694941a0',1,'amrex::AmrLevel']]], + ['post_5fstage_14232',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad585d7830e4fc12e89decd117f010a56',1,'amrex::SundialsUserFun']]], + ['post_5fstep_14233',['post_step',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a8a07d2a186a600d4436d4be0c8b1b82d',1,'amrex::SundialsUserFun']]], + ['post_5ftimestep_14234',['post_timestep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6dc31baa80c3f278350ad20a64577155',1,'amrex::AmrLevel']]], + ['postcoarsetimestep_14235',['postCoarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6c4e273ed6a867d2da0dbf8ae325c82a',1,'amrex::AmrLevel']]], + ['postprocessbasegrids_14236',['PostProcessBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5863ce18c2b8b1dc6371d33c227f2a6',1,'amrex::AmrMesh']]], + ['postrecvs_14237',['PostRecvs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a62685cb385ba3363c973d758cbb7cde8',1,'amrex::NonLocalBC']]], + ['postsends_14238',['PostSends',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5ccb53a5bfee4c68f588b17d3642c2c5',1,'amrex::NonLocalBC']]], + ['postsolve_14239',['postSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a353013df6e58210dd529bb995bcc21d9',1,'amrex::MLEBNodeFDLaplacian::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'MLLinOpT< Array< MultiFab, 3 > >::postSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7766bf3ef48ac5508865ef5aa3ef49be',1,'amrex::MLLinOpT::postSolve()']]], + ['poststepregrid_14240',['postStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae5ca0552f0073d959717f3dc4a375478',1,'amrex::AmrLevel']]], + ['pout_14241',['pout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45701cae6632ec65a5eebdecc587c780',1,'amrex']]], + ['poutfilename_14242',['poutFileName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b6b28892d1b7c4a6845bcf08ba7a461',1,'amrex']]], + ['pow_14243',['pow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c1cfe66fa0b6e38dae765b3700dd75f',1,'amrex::pow(const GpuComplex< T > &a_z, int a_n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac289a1a554a6d1018603b5cd7fc8f9e',1,'amrex::pow(const GpuComplex< T > &a_z, const T &a_y) noexcept']]], + ['powi_14244',['powi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a8f2602163bf297a5c5342e6b9425e626',1,'amrex::Math']]], + ['prebuilddirectorhierarchy_14245',['PreBuildDirectorHierarchy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa099c9a81b678f94bc075120f85f0df2',1,'amrex']]], + ['precond_14246',['precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#afe3c1ec699c60ebc52f1a4d8554a4889',1,'amrex::GMRESMLMGT']]], + ['predictstateonfaces_14247',['PredictStateOnFaces',['../namespacePPM.html#a89c4175944492fd501dd22549d63795f',1,'PPM']]], + ['predictstateonxface_14248',['PredictStateOnXFace',['../namespacePPM.html#a5dc90fa5728d9f442f08df89ad49f019',1,'PPM::PredictStateOnXFace()'],['../namespacePLM.html#a27d3106050ecc051c39cd1702f6615a7',1,'PLM::PredictStateOnXFace()'],['../namespaceEBPLM.html#a5e1fcc915e6448d1e02c59d5b18dbf69',1,'EBPLM::PredictStateOnXFace(amrex::Box const &xebox, int ncomp, amrex::Array4< amrex::Real > const &Imx, amrex::Array4< amrex::Real > const &Ipx, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &umac, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &fcx, amrex::Array4< amrex::Real const > const &fcy, amrex::Array4< amrex::Real const > const &fcz), amrex::Array4< amrex::Real const > const &ccc, amrex::Geometry const &geom, amrex::Real dt, amrex::Vector< amrex::BCRec > const &h_bcrec, amrex::BCRec const *pbc, bool is_velocity, amrex::Array4< int const > const &bc_arr={})']]], + ['predictstateonyface_14249',['PredictStateOnYFace',['../namespaceEBPLM.html#ad0fea99f7eac4dd51cae3e57a7c2b629',1,'EBPLM::PredictStateOnYFace()'],['../namespacePLM.html#a1107e8578e71e86ef2d86c10729baa34',1,'PLM::PredictStateOnYFace()'],['../namespacePPM.html#aebf181a69d9a9ce87cc3001b57da4cdc',1,'PPM::PredictStateOnYFace(const int i, const int j, const int k, const int n, const amrex::Real dt, const amrex::Real dx, amrex::Real &Im, amrex::Real &Ip, const amrex::Array4< const amrex::Real > &S, const amrex::Array4< const amrex::Real > &vel_edge, const amrex::BCRec bc, const int domlo, const int domhi, const Limiter &, int limiter_type)']]], + ['predictvelonfaces_14250',['PredictVelOnFaces',['../namespacePPM.html#afc01feca9b1f93c06521af5d6591c22c',1,'PPM']]], + ['predictvelonxface_14251',['PredictVelOnXFace',['../namespacePPM.html#adb2496aca52fb5c10215b6b2e51dd56a',1,'PPM::PredictVelOnXFace()'],['../namespacePLM.html#ac81b254592851f46142367a43d2be8dd',1,'PLM::PredictVelOnXFace()'],['../namespaceEBPLM.html#a2a3bd2e63860114b33e53bd8d368d738',1,'EBPLM::PredictVelOnXFace()']]], + ['predictvelonyface_14252',['PredictVelOnYFace',['../namespacePLM.html#a7e11b6bc6c30a638bc0e53fc7b7785d3',1,'PLM::PredictVelOnYFace()'],['../namespacePPM.html#a2508ebdfc4ebe06e3a4a4b3b45e1e14f',1,'PPM::PredictVelOnYFace()'],['../namespaceEBPLM.html#a3fd409163b9f007fd4f33f86c81bafb6',1,'EBPLM::PredictVelOnYFace()']]], + ['prefetchtodevice_14253',['prefetchToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db8bcd1f50c790aba6b81860143cc96',1,'amrex::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af50ec082ab16407059545feed99d648f',1,'amrex::Gpu::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::Mask >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< EBCellFlag >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< TagBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< IArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< FArrayBox >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::EBCellFlagFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::CutFab >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ad78902f6ce66d7f4d0557de26ee971',1,'amrex::FabArray::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< Real >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< PetscInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< HYPRE_Int >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< char >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'BaseFab< AtomicInt >::prefetchToDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acc3fa2566c4bf2de3e6f0773e3b0601b',1,'amrex::BaseFab::prefetchToDevice()']]], + ['prefetchtohost_14254',['prefetchToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< Real >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'amrex::BaseFab::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< AtomicInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< char >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< EBCellFlag >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< HYPRE_Int >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< PetscInt >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< TagBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< IArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< FArrayBox >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3abad1fb37ce40b710326ae2d9ab208c',1,'amrex::Gpu::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab02b05e2eb3282f8df33e5cbc655b2a3',1,'amrex::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::Mask >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::EBCellFlagFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::CutFab >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< PetscInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'FabArray< amrex::BaseFab< AtomicInt > >::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae803504d641d86a8ba9e4b58e81f136b',1,'amrex::FabArray::prefetchToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aea7b9b15c8959be232fa8d0b14b2b507',1,'BaseFab< int >::prefetchToHost()']]], + ['prefixedname_14255',['prefixedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9acf57232096dc7488995a49627924eb',1,'amrex::ParmParse']]], + ['prefixsum_14256',['PrefixSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#ad7ef336709704a3b8b05b00b9432059d',1,'amrex::Scan']]], + ['prepare_14257',['prepare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a137269ba305483a92bf01d19ec1fd07c',1,'amrex::STLtools']]], + ['preparecommbuffers_14258',['PrepareCommBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a303b8c034244500930c9f5ead86a22bf',1,'amrex::NonLocalBC']]], + ['prepareforcoarsening_14259',['prepareForCoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1f72985a64a6353ac131eb89728f7ba9',1,'amrex::EB2::Level']]], + ['prepareforfluxes_14260',['prepareForFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#acfbbd0bc16c6143b970276cb3db30a03',1,'amrex::MLCellLinOpT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a000e69affa33aed71511df8fa232aae2',1,'amrex::MLMGT::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae101fd3f33bbd0f0085d668b196cb527',1,'amrex::MLLinOpT::prepareForFluxes()']]], + ['prepareforgmres_14261',['prepareForGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a895ca1ca69778b53dcf5ca86b366d4f7',1,'amrex::MLNodeLinOp::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae4ea921d48b5a556bd78ddcdd41a4455',1,'amrex::MLMGT::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForGMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af79ba1ae9377062bdcdfc68884529865',1,'amrex::MLLinOpT::prepareForGMRES()']]], + ['preparefornsolve_14262',['prepareForNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a69cb002038ef5460b92042d6921396b1',1,'amrex::MLMGT']]], + ['prepareforsolve_14263',['prepareForSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a339396bc771f5e6b9e630746d0c7e0ab',1,'amrex::MLNodeLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a72d228dbde4801d9b4086a2dc94779c6',1,'amrex::MLALaplacianT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acff16f567dc8c5c30be1337318235e45',1,'amrex::MLCellABecLapT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8201ce95349a35448ba37366eabc518b',1,'amrex::MLCellLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5c54cb4e1ea4c2b1818db0cf82741c30',1,'amrex::MLCurlCurl::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a10d9a42df59b0c48c0de0bc3a2b41cca',1,'amrex::MLEBABecLap::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad5475aafb15a2e53a6dada12839c27c9',1,'amrex::MLEBNodeFDLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a71281b7dfd14b0f89a2c50fc327bb',1,'amrex::MLEBTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'amrex::MLLinOpT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af8740f5bcf25e80b3e074a99be681c47',1,'MLLinOpT< Array< MultiFab, 3 > >::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99e382a66a897864e0c3b4dffe9e1cd9',1,'amrex::MLMGT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa9e73a4d8720519ab2cecb3cd62c5d9b',1,'amrex::MLNodeABecLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a997cf1a004e76b021a262f35a834da32',1,'amrex::MLNodeLinOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ab2886d51be38082d20a26e35ddbf3b28',1,'amrex::MLNodeTensorLaplacian::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a46fe8bdcadd6679f29d19971eeb19242',1,'amrex::MLPoissonT::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a9e8e4689f0e0f349f5a29708c224360c',1,'amrex::MLTensorOp::prepareForSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5c7e2382421d34818b66ccaba2e9ba95',1,'amrex::MLABecLaplacianT::prepareForSolve()']]], + ['preparelinop_14264',['prepareLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a929a91b1f9969e79f186bb7a1a073f69',1,'amrex::MLMGT']]], + ['preparemgcycle_14265',['prepareMGcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad13058d5dffd2c90824cd1a1d5db3085',1,'amrex::MLMGT']]], + ['preparerecvbuffers_14266',['PrepareRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a101b2f07560880fda8bab055214f3222',1,'amrex::NonLocalBC']]], + ['preparerhs_14267',['prepareRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#acbc4efc38bffb2ceab5d5bf004cf6dc6',1,'amrex::MLCurlCurl']]], + ['preparesendbuffers_14268',['PrepareSendBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a5e37435a999c0eb51e29139501d7ca49',1,'amrex::NonLocalBC']]], + ['preparesolver_14269',['prepareSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a61436da82fa418df4ddfab4881c137e3',1,'amrex::HypreABecLap::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#afe4795550c7479c27c62872b3c3f5c24',1,'amrex::HypreABecLap2::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a73956b5120ef6513532cb22e2e8335ab',1,'amrex::HypreABecLap3::prepareSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ad1eb894ae4a104ea04c6be69d08b4e1f',1,'amrex::PETScABecLap::prepareSolver()']]], + ['prettyprinttable_14270',['prettyPrintTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a25e20319d7e653849733bf39d7416437',1,'amrex::ParmParse']]], + ['prevtime_14271',['prevTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aacf7931abf97b3774c79b60e80d177a4',1,'amrex::StateData']]], + ['primary_14272',['primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a31a66854b5336c0a76e23a9457877713',1,'amrex::StateDescriptor']]], + ['print_14273',['print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aa9d7c2eebaa83c655e91f8b9b0040df1',1,'amrex::FabArrayBase::CacheStats']]], + ['print_14274',['Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a181bc6a4ba323484f28415b80ee1b6b6',1,'amrex::Print::Print(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a1bb1f415c2393c08d8fd115bbc848638',1,'amrex::Print::Print(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a612024a8e9a5ad7bfcd98707fcdcb787',1,'amrex::Print::Print(int rank_, MPI_Comm comm_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#aebc81b9845c635f74ca8765c698ca059',1,'amrex::Print::Print(int rank_, std::ostream &os_=amrex::OutStream())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a11f1c04c6e1559c094d72df8baf5e2b7',1,'amrex::Print::Print(std::ostream &os_=amrex::OutStream())']]], + ['print_14275',['print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a217d48dc80e0448899823a0d47460d8b',1,'amrex::Parser::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a72ed92cf7d71611d2e9086dd7e603792',1,'amrex::NeighborList::print()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a0e00f4a1a90b536068669ad8ed9c5b80',1,'amrex::IParser::print()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a84cad9d66ad27523679ae8c2b6b5d37e',1,'amrex::FabArrayBase::FabArrayStats::print()']]], + ['print_5fbacktrace_5finfo_14276',['print_backtrace_info',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a33950310b32a51c70dd6f6960d83e2db',1,'amrex::BLBackTrace::print_backtrace_info(FILE *f)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a6dd9bad8d7ece9e996de0cd3a7403b91',1,'amrex::BLBackTrace::print_backtrace_info(const std::string &filename)']]], + ['print_5fconnectivity_14277',['print_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a4fc94184dd7d26f8ccb2fccdd8367474',1,'amrex::EBToPVD']]], + ['print_5fcontrol_5fpoints_14278',['print_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9c9ba23ae82c4ab0a38587d96c99f344',1,'amrex::LineDistFcnElement2d::print_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a423846c99ff07003d00a7f8978bfebc5',1,'amrex::SplineDistFcnElement2d::print_control_points()']]], + ['print_5fgrids_14279',['print_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a692701cba27f352589066c9024d388a7',1,'amrex::EBToPVD']]], + ['print_5fpoints_14280',['print_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#af56069dd01a4a44b7f471f70f051887b',1,'amrex::EBToPVD']]], + ['print_5fspline_14281',['print_spline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a5da55e4a3464f1a04eb34beffd638600',1,'amrex::SplineDistFcnElement2d']]], + ['print_5fstate_14282',['print_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac09e7e5e074f207deb9fae3b4e9148f',1,'amrex']]], + ['printcallstack_14283',['PrintCallStack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8a14bcc37603ec472c17a644428d3686',1,'amrex::TinyProfiler']]], + ['printcalltreenode_14284',['PrintCallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4d91df9b423715cc4ac9b197bcad14ff',1,'RegionsProfStats']]], + ['printcapacity_14285',['PrintCapacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PrintCapacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a33c5150bb59504c072ff32cd2dcd3407',1,'amrex::ParticleContainer_impl::PrintCapacity()']]], + ['printcell_14286',['printCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a376ff66b5e6a76d195cace00df41d05e',1,'amrex']]], + ['printexe_14287',['printExe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#aa3e51f354702ada83a42fa17d6450ff1',1,'amrex::Parser']]], + ['printgridinfo_14288',['printGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b7fbf8492a6e663bd567bfdb4151a40',1,'amrex::Amr']]], + ['printgridsummary_14289',['printGridSummary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4f3c144db8f986764324e9ba788666b3',1,'amrex::AmrCore']]], + ['printinfo_14290',['printInfo',['../classHydro_1_1NodalProjector.html#a098df2a533925ef6167e4df5bf3d46d5',1,'Hydro::NodalProjector']]], + ['printmemstats_14291',['PrintMemStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a18a5eb16b85aa8cc252a58b24a6ac763',1,'amrex::TinyProfiler']]], + ['printmemusage_14292',['printMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2a2878413402bf8cff44357bf4964a5d',1,'amrex::FabArrayBase']]], + ['printneighborlist_14293',['printNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aac13e1f1c324181ce01a8f50fe3897d9',1,'amrex::NeighborParticleContainer']]], + ['printptr_14294',['PrintPtr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a614a6f4d10ea61b0dc126aa932d1ab27',1,'amrex::DistributionMapping::RefID']]], + ['printstats_14295',['PrintStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'amrex::FabArrayCopyDescriptor::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a088b72ffcf3394650148ea06f4cf87fa',1,'FabArrayCopyDescriptor< FArrayBox >::PrintStats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a77843e1433ce6bede350d2dd35eb02a3',1,'amrex::TinyProfiler::PrintStats()']]], + ['printtimeinterval_14296',['printTimeInterval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa92325475654d8018a7a4d96811ff90b',1,'amrex::StateData']]], + ['printtimerangelist_14297',['PrintTimeRangeList',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee4cc89e337e42259b850eafbad65cb1',1,'amrex']]], + ['printtofile_14298',['PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a840a4f6901205237e9bd7e7b0b879753',1,'amrex::PrintToFile::PrintToFile(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aa2fb6b50feec44f081108ae3f8cb30ef',1,'amrex::PrintToFile::PrintToFile(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0893d5f29d082f561090f7d93cce8759',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a65e2ca6508a0d6387c5f138c43a2998f',1,'amrex::PrintToFile::PrintToFile(std::string file_name_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a6104fd13b117f3b559fc3287744db7c1',1,'amrex::PrintToFile::PrintToFile(std::string file_name_, int rank_, MPI_Comm comm_)']]], + ['printusage_14299',['PrintUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a506a68384da30629323d0839f13812c2',1,'amrex::Arena::PrintUsage()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#aa73ded7161a0649ccd1103491034632a',1,'amrex::CArena::PrintUsage(std::string const &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a220453b0ec3b2de0df5cd94cb08dab03',1,'amrex::CArena::PrintUsage(std::ostream &os, std::string const &name, std::string const &space) const']]], + ['printusagetofiles_14300',['PrintUsageToFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa1cfbcfa1c41ac7e45bf469e93db7402',1,'amrex::Arena']]], + ['probdomain_14301',['ProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ae68fad0b0c42fcd904bcc36c8d678ca9',1,'amrex::Geometry']]], + ['probdomain_14302',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a9e669b9161d30f743ddee143bff88dc2',1,'amrex::PlotFileDataImpl::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a5f7c170e89ce1e97f586355ea2fceb41',1,'amrex::PlotFileData::probDomain()']]], + ['probdomain_14303',['ProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a69dfda38f7288ba1c26211d5b2160c1c',1,'amrex::Geometry::ProbDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a37b2fde345a6609763be8a1fdd7ece25',1,'amrex::AmrData::ProbDomain() const']]], + ['probhi_14304',['ProbHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a413de6a07cab35d38f1f23801cae1060',1,'amrex::AmrData::ProbHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9a8ebe29bfbb66ffa7d2ac47d2fb255b',1,'amrex::Geometry::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5fd19e6998dd24eb5156808bdabc1dae',1,'amrex::Geometry::ProbHi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#afc75128d9d4bafa048122bb09b2adf35',1,'amrex::GeometryData::ProbHi() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2325c024dbbe3cb941e2964e0d8dc53d',1,'amrex::GeometryData::ProbHi(int dir) const noexcept']]], + ['probhi_14305',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dbc97b271868a752395f72b717fa34a',1,'amrex::PlotFileDataImpl::probHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a20a6ee376fe0fb4b149be6374249e79a',1,'amrex::PlotFileData::probHi()']]], + ['probhiarray_14306',['ProbHiArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8de19f13c63f4cb2759207cb725581ed',1,'amrex::Geometry']]], + ['probhiarrayinparticlereal_14307',['ProbHiArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa55c38ac0db751b7aa40625464034b73',1,'amrex::Geometry']]], + ['problength_14308',['ProbLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa957525db46a7c7c22c1371633a3f263',1,'amrex::Geometry']]], + ['problo_14309',['ProbLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1dea3e08037a71158cda1adafab206ef',1,'amrex::AmrData::ProbLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02ef0d522174b99ca75e569def4c091c',1,'amrex::Geometry::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a03bdebdfb4b402507aab117a78bb71b4',1,'amrex::Geometry::ProbLo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2002b8c121f27d0e9a65e06597ef85a3',1,'amrex::GeometryData::ProbLo() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a3d9777846ced2fc748f213cc58ff0dfd',1,'amrex::GeometryData::ProbLo(int dir) const noexcept']]], + ['problo_14310',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a744ac8dee3b12454af52e51ad541b9df',1,'amrex::PlotFileData::probLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4800513a6130b6dbb784adec1d555d99',1,'amrex::PlotFileDataImpl::probLo()']]], + ['probloarray_14311',['ProbLoArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a2cbf2a8943849597fdcb06608416d0db',1,'amrex::Geometry']]], + ['probloarrayinparticlereal_14312',['ProbLoArrayInParticleReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8f5623ee19b444e7c1a38d28a79459fb',1,'amrex::Geometry']]], + ['probsize_14313',['ProbSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad215766309286d88d85b4d78f7280f4c',1,'amrex::Geometry::ProbSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aee3000e243b4b85b74bad050fa9f0484',1,'amrex::AmrData::ProbSize()']]], + ['probsize_14314',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0fdee328da3ad85b3dbb121f64adc105',1,'amrex::PlotFileData::probSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aaff30fe7f8204f68509dc9a8caf5f572',1,'amrex::PlotFileDataImpl::probSize()']]], + ['processormap_14315',['ProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac1cd8ab03f5ec883f167f4e1148d29ee',1,'amrex::DistributionMapping']]], + ['procid_14316',['procID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac90cfd42a7406149cd38468a9f759e3e',1,'amrex::ParticleBufferMap']]], + ['product_14317',['product',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int *, NAI >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 3 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, 4 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal *, NAR >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, AMREX_SPACEDIM >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real, nelems >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< Real,(M+2) *(M+1)/2 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a29bd7850951ae800d2bfd13ec8a3d593',1,'amrex::RealVect::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::EB2::PolyTerm, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const int *, NArrayInt >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< bool, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< amrex::algoim::Interval, N >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'amrex::GpuArray::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a738bf226cd7ec23057eb95176cd4bfa6',1,'amrex::Array3D::product(const int axis, const int loc0, const int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ab58dde651cfad3f07ffdfb42d66e1c3b',1,'amrex::Array3D::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afd8b853ff1742083599a018e439274ac',1,'amrex::Array2D::product(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a26f2d871d23e377a6267697907b6d287',1,'amrex::Array2D::product() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'Array1D< int, 0, N-1 >::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afd1c8361929cdf3d8d4f928263113fac',1,'amrex::Array1D::product()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a1e93e85dc7082fbae16306f6218fda90',1,'GpuArray< const ParticleReal *, NArrayReal >::product()']]], + ['profile_5falloc_14318',['profile_alloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a1e55000cfd16be61fe81115bf0a2c44f',1,'amrex::Arena::ArenaProfiler']]], + ['profile_5ffree_14319',['profile_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a616c70790fe756cef244e970f95be468',1,'amrex::Arena::ArenaProfiler']]], + ['profilerstart_14320',['profilerStart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a9b8a6a9f47a037559294546980502da1',1,'amrex::Gpu::Device']]], + ['profilerstop_14321',['profilerStop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7961d112520b04459e1eb566e2c6ee71',1,'amrex::Gpu::Device']]], + ['project_14322',['project',['../classHydro_1_1MacProjector.html#a11425406f3b1ebf78d61520733cfe6fc',1,'Hydro::MacProjector::project(const amrex::Vector< amrex::MultiFab * > &phi_in, amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1MacProjector.html#a8a7f09aa7edb1a831bceefd74a729619',1,'Hydro::MacProjector::project(amrex::Real reltol, amrex::Real atol)'],['../classHydro_1_1NodalProjector.html#ae59512302c66d32aea7f4f252c09fa27',1,'Hydro::NodalProjector::project(amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))'],['../classHydro_1_1NodalProjector.html#ab54ce0105047feaf533fe3f5917e90f9',1,'Hydro::NodalProjector::project(const amrex::Vector< amrex::MultiFab * > &a_phi, amrex::Real a_rtol=amrex::Real(1.0e-11), amrex::Real a_atol=amrex::Real(1.0e-14))']]], + ['projperiodic_14323',['ProjPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a663a92c5e8c0dbe3578d19cd8fb36af3',1,'amrex::AmrMesh']]], + ['properblockingfactor_14324',['ProperBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2447047c1010b47ee4f3b0de3d5811ee',1,'amrex::AmrLevel']]], + ['properlynested_14325',['ProperlyNested',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b10976708081700c810d70417da8c9',1,'amrex']]], + ['protect_14326',['protect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aa6ed48dc9ce058bd1d1804c800ea0691',1,'amrex::CellConservativeProtected::protect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee6fb8b99ca4282e5f9e9122b9b37cf1',1,'amrex::Interpolater::protect()']]], + ['protected_5fdivide_14327',['protected_divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< Real >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< EBCellFlag >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< Real >::protected_divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< PetscInt >::protected_divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< int >::protected_divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< HYPRE_Int >::protected_divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< EBCellFlag >::protected_divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< char >::protected_divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'BaseFab< AtomicInt >::protected_divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a45109ddf32816d958a662cd23e576d4f',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad858d100150acd894cee6a1de10d61fb',1,'amrex::BaseFab::protected_divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9b6d8b5d08a022612232194b8c3f098d',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab2918e0d3ea4dae441569909e73a8db7',1,'BaseFab< Real >::protected_divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['prune_14328',['prune',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ac95794690d4fb50c8e149a55ade09fb8',1,'amrex::algoim::ImplicitIntegral']]], + ['psicode_14329',['PsiCode',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a13b5bfe7248a8bd90fd647abaed12737',1,'amrex::algoim::PsiCode::PsiCode() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#ac85d103050ea6acd04b2a2b4e55ee8d4',1,'amrex::algoim::PsiCode::PsiCode(const GpuArray< int, N > &sides, int sign) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a791226bc3dff2637e4a5dacb30c25ec0',1,'amrex::algoim::PsiCode::PsiCode(const PsiCode &i, int dim, int side, int sign) noexcept']]], + ['psizeinfile_14330',['PSizeInFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#afbe88249b244a942b7d7d41b6b176abd',1,'particle_detail']]], + ['ptr_14331',['ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< Real const >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'amrex::Array4::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< Real const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< Real const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< Real const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< Real const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< Real const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 >::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'amrex::Array4::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'amrex::Array4::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'amrex::Array4::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'amrex::Array4::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'amrex::Array4::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< int >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< int >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< int >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< int >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< int >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< int >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a411a57cc9f3e8fbd3fa2db7738c99c5f',1,'amrex::FatPtr::ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a396251ce2af41f79d491c084fb919a25',1,'Array4< T0 const >::ptr(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 const >::ptr(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2e9026521a8eb804b7822ee594358322',1,'Array4< T0 const >::ptr(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a6ca368fd14b6a0393e41dd72c0d3b48f',1,'Array4< T0 const >::ptr(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4348b8093dd5bd53b0094f2db00bd643',1,'Array4< T0 const >::ptr(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a0951dd1a1e6d5b4f5a41c4cae335f6f1',1,'Array4< T0 const >::ptr(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a1cbbb09e2d242824c48207ec35720c95',1,'Array4< T0 >::ptr()']]], + ['push_14332',['push',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a8c562ca41b2d74fcd48dc76cc2acb6b4',1,'amrex::ParallelContext::push(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a09cb92f4a123081a62f72e26a4e3c2a3',1,'amrex::ParallelContext::push(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a5a3c0ce524a4c0bff9901548d9e8648d',1,'amrex::EB2::IndexSpace::push()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a470f67478b996cf9eda28cc684d81948',1,'amrex::Stack::push()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aacd757c228bab84f39dc148cc5777624',1,'amrex::AMReX::push()']]], + ['push_5fback_14333',['push_back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const int *, DefaultAllocator< const int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< index_type >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int *, DefaultAllocator< int * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal * >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< std::size_t >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< unsigned int >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a059d2458f21b6e42c2c22ed204e26337',1,'amrex::WeightedBoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::XDim3 >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a58e47ec80be71f10f50fe234408ed886',1,'amrex::ArrayOfStructs::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf9cf5350e31edefe87e9e8b2f2278ef',1,'amrex::BoxList::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a59c2843f59e6ba99661a6d26958b6f08',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a0c93bb0e80cf6277ee1823f35072007a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac63a647b8a7225d490ce30caaf1105b3',1,'amrex::ParticleArray::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a1c3596011f3532785e35f93767dac146',1,'amrex::ParticleTile::push_back(const ParticleType &p)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a58ff9d1415aa8e4eee3fd76955d36429',1,'amrex::ParticleTile::push_back(const SuperParticleType &sp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::BoxND >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::NeighborCode >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::openbc::MomTag >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< amrex::STLtools::Triangle >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'PODVector< char >::push_back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af89cd4b6f177740be608d75ccf9eb045',1,'amrex::PODVector::push_back()']]], + ['push_5fback_5fimpl_14334',['push_back_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#af7f46ef2c49dac17167364472e5edcef',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['push_5fback_5fint_14335',['push_back_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adeb45488fb08fe702e74efadfe55d8d7',1,'amrex::ParticleTile::push_back_int(int comp, const int *beg, const int *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad303886262e966726980ee5bf9202cfb',1,'amrex::ParticleTile::push_back_int(int comp, std::size_t npar, int v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a83112560fe0053d36f1d4e2377d82a23',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a8ed93fa556cb0e6d76ab31855179c490',1,'amrex::ParticleTile::push_back_int(int comp, amrex::Vector< int >::const_iterator beg, amrex::Vector< int >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab1acd5ea97873b2886a1d5b1cca48aab',1,'amrex::ParticleTile::push_back_int(const std::array< int, NArrayInt > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac46b6f7938c08ba5c71b24c97d8f72a5',1,'amrex::ParticleTile::push_back_int(int comp, int v)']]], + ['push_5fback_5freal_14336',['push_back_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af54fdaaae348f3ef6c4f9ec72ed5d7aa',1,'amrex::ParticleTile::push_back_real(int comp, ParticleReal v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a920fbf546aa0d61637897696c29bf54c',1,'amrex::ParticleTile::push_back_real(const std::array< ParticleReal, NArrayReal > &v)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2ac59039f3803da57f27367c22c71c12',1,'amrex::ParticleTile::push_back_real(int comp, const ParticleReal *beg, const ParticleReal *end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab23ddb423d3fb51829919af42de5a48f',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal >::const_iterator beg, amrex::Vector< amrex::ParticleReal >::const_iterator end)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0273a779aabd06b96f98466ee8553d14',1,'amrex::ParticleTile::push_back_real(int comp, amrex::Vector< amrex::ParticleReal > const &vec)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad62dabd419e0030589fc00e5e1880f5a',1,'amrex::ParticleTile::push_back_real(int comp, std::size_t npar, ParticleReal v)']]], + ['pushregiontag_14337',['pushRegionTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a550a79531f98644ed6572f635f854cf7',1,'amrex::FabArrayBase::pushRegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6c6874f6a073ba5a8fe15d5fc7837a5d',1,'amrex::FabArrayBase::pushRegionTag(std::string t)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_11.js b/amrex-hydro/Doxygen/html/search/functions_11.js index c790f12..25390c5 100644 --- a/amrex-hydro/Doxygen/html/search/functions_11.js +++ b/amrex-hydro/Doxygen/html/search/functions_11.js @@ -1,27 +1,30 @@ var searchData= [ - ['qsort_14265',['qsort',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca9a2cd134b3750fabf403d738255f79',1,'sdcquadrature_mod']]], - ['qsort_5fpartition_14266',['qsort_partition',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a48ed5f48f95b69c47de925a1a865a89c',1,'sdcquadrature_mod']]], - ['quadgen_14267',['quadGen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a05434c8a13201e8af0f5dab5420e33d2',1,'amrex::algoim']]], - ['quadgensurf_14268',['quadGenSurf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae4ae5a6514e4fdd7deb24725de0b3444',1,'amrex::algoim']]], - ['query_14269',['query',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa98ab18bc26692876f9590316af5b1fa',1,'amrex::ParmParse::query()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a341e69f6e3bc1c30de317f47b67b67c0',1,'amrex_parmparse_module::amrex_parmparse::query()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab7d7d843282b9f9634822ab3c8083b2e',1,'amrex::ParmParse::query(const char *name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abbdc989daab71c4cb0101e87c1515689',1,'amrex::ParmParse::query(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6f039d5c787ec3b27a25a290c659c42d',1,'amrex::ParmParse::query(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a53f7e6ff29566e9c9606874b27f64c17',1,'amrex::ParmParse::query(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ed7725f4552397edff794e471dc2f2c',1,'amrex::ParmParse::query(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a499a57138bca367b609ce98da58e4039',1,'amrex::ParmParse::query(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae016a438a820d522e4d529ef8b7371f4',1,'amrex::ParmParse::query(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8bdcdf34553e38a882d7a15195678e3d',1,'amrex::ParmParse::query(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1a9af4970db8434b613c551eadc55a',1,'amrex::ParmParse::query(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af205ea927f7888a00aebcdc95d55f432',1,'amrex::ParmParse::query(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d9687e5856d5fb2d6bd4e4f027212ae',1,'amrex::ParmParse::query(const char *name, std::string &ref, int ival=FIRST) const']]], - ['query_5fenum_5fcase_5finsensitive_14270',['query_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6b5c08069ce7021dbe33860ec4171bc1',1,'amrex::ParmParse']]], - ['query_5fint_14271',['query_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#adbc27a8477adf06772e50c9063e3f450',1,'amrex_parmparse_module::amrex_parmparse::query_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aa2b6623e9c82e688c1ace4430d3a0edf',1,'amrex_parmparse_module::query_int()']]], - ['query_5fintarr_14272',['query_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a382f89d2f2f2d88e292677472eb44312',1,'amrex_parmparse_module::amrex_parmparse::query_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9f0c429d324a66ca1e016da303a54380',1,'amrex_parmparse_module::query_intarr()']]], - ['query_5flogical_14273',['query_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add4580d98996e6b8f6339611f0313adb',1,'amrex_parmparse_module::amrex_parmparse::query_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56db14c7509d856f0aea7bf8e8c98eba',1,'amrex_parmparse_module::query_logical()']]], - ['query_5freal_14274',['query_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad660c077f1712d497852f995827fbead',1,'amrex_parmparse_module::amrex_parmparse::query_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9729d60628ced64a34f28997b5122f7d',1,'amrex_parmparse_module::query_real()']]], - ['query_5frealarr_14275',['query_realarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a49000c613ca825c9a110712f80d846f3',1,'amrex_parmparse_module::amrex_parmparse::query_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a245ee45af4497f0ddc4d08df44b1e9f7',1,'amrex_parmparse_module::query_realarr()']]], - ['query_5fstring_14276',['query_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a800c065458ab8f425a54a521c7032dd8',1,'amrex_parmparse_module::amrex_parmparse::query_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#acd6de264c2861656373e7e218ad56eb5',1,'amrex_parmparse_module::query_string(this, name, v, flag)']]], - ['query_5fstringarr_14277',['query_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0af881c425f46ca90920da704aa796fb',1,'amrex_parmparse_module::query_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a5ec9f30a3afeb82338e0717258a0fdc0',1,'amrex_parmparse_module::amrex_parmparse::query_stringarr()']]], - ['queryadd_14278',['queryAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aface68d73330646265cf631654dfd05f',1,'amrex::ParmParse::queryAdd(const char *name, std::array< T, N > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5cb7b5e428f4991e8a1fba87649ee6c3',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref, int num_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8208293906e1d9c1b2d5089c05b5bd16',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad30debcf129ee05319df05c1d54844fe',1,'amrex::ParmParse::queryAdd(const char *name, std::string &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5a524b8c11f99e8ef86fd6bbc1a33493',1,'amrex::ParmParse::queryAdd(const char *name, T &ref)']]], - ['queryaddwithparser_14279',['queryAddWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae458cb55bb8229f48767c3ae1f581696',1,'amrex::ParmParse']]], - ['queryarr_14280',['queryarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af319284107e54297e79df230aeb7cba0',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1275ef4b667363d839a5f96bacd0d5',1,'amrex::ParmParse::queryarr(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad1ecfb0a30edc452d3ac10061a899a5c',1,'amrex::ParmParse::queryarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae080a87279c2061a2125da5a6ba296c8',1,'amrex::ParmParse::queryarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2d33c474853891761ac959cbf6299bcf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a137e09253266871d5369176288e9425b',1,'amrex::ParmParse::queryarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a63d99f0de131b0023eb14f5efd91e169',1,'amrex::ParmParse::queryarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a87e9486383563a4bfd29fa8a92eab0f9',1,'amrex::ParmParse::queryarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae69bd8d0d57d6bca949efd1d5b376fdf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4c806fe5e4fce3feda120702a3c9c1be',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54307dd658a96ac490ce75a3f74defe2',1,'amrex::ParmParse::queryarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a1b8984787dd6a07f9a79bbae19c51316',1,'amrex_parmparse_module::amrex_parmparse::queryarr()']]], - ['queryarrwithparser_14281',['queryarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a49a42c36532ca8b389f7eaa6d80c7575',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a30d6e4ddd0ae93ad22a9be9fc98b19a6',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, std::vector< T > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a17ae4a1b45a6fb0506c289f7cdeec376',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, double *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac0acec906b44f6fbd6f776bc6aba8040',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, float *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac8a2904b06c79a0187dba30a5389dc35',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0e3d1ee237300d57200ee168c3e7a7c4',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, int *ref) const']]], - ['querykth_14282',['querykth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a69c311ca977470146f9151f1d7ca3a6e',1,'amrex::ParmParse::querykth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acb8471c7f04ad416c55d696c53b87e98',1,'amrex::ParmParse::querykth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9e3959cb195fa123e622917e01f60bac',1,'amrex::ParmParse::querykth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a157be8cfc61a470961922c4ae7922d43',1,'amrex::ParmParse::querykth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a10f4ac6bfd190ba12a9dcd3ff0a2f69c',1,'amrex::ParmParse::querykth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a01751e72ed3ec33b42ca1816a5479b0a',1,'amrex::ParmParse::querykth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad0715ccf731c6b244f2258b4811761fd',1,'amrex::ParmParse::querykth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47f9f968f7dacc5910d553ea21e22ae2',1,'amrex::ParmParse::querykth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af336f03191de5b0d144bf1f04cf6f61d',1,'amrex::ParmParse::querykth(const char *name, int k, Box &ref, int ival=FIRST) const']]], - ['queryktharr_14283',['queryktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a064a1ac48146a99bd401b985c6307805',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a861088668a40bd77d8a8e8200678778e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6e6c42c0329b3346c6fd85f1af871e91',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a978c77a2a299403038d51adae2c330d5',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a823e28939aa5e1fa940bb46e1c0204d0',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a40e347b786c7023a58e8441d39be89b7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a23023a0b2b6eedf3820d116aed2ebed7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a7e15c246accd5c8be1a296c55c7f2c8e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const']]], - ['querymemusage_14284',['queryMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9eae1384b7fc7342c235f99b503fad01',1,'amrex::FabArrayBase']]], - ['querymemusagehwm_14285',['queryMemUsageHWM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab671a167eb6b1779fa2df2a227931f82',1,'amrex::FabArrayBase']]], - ['queryunusedinputs_14286',['QueryUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a821d000e2b1d1aa6dc9e18d0b54e0df7',1,'amrex::ParmParse']]], - ['querywithparser_14287',['queryWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aceee232cad65ad2d2060e7d12490b02d',1,'amrex::ParmParse::queryWithParser(const char *name, long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abdedd9feb166f0795fc49d8248e1d531',1,'amrex::ParmParse::queryWithParser(const char *name, double &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab59ae2e9496bc7defa4bb88f7232ec38',1,'amrex::ParmParse::queryWithParser(const char *name, float &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa83dae580e475c698d1af8498f2e1727',1,'amrex::ParmParse::queryWithParser(const char *name, long long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaeca337d70d382eac6713629fe19cba9',1,'amrex::ParmParse::queryWithParser(const char *name, int &ref) const']]], - ['queuereduction_14288',['QueueReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a48f09e6d45685ddcaa72f6424891b9e4',1,'amrex::Lazy']]] + ['qsort_14338',['qsort',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca9a2cd134b3750fabf403d738255f79',1,'sdcquadrature_mod']]], + ['qsort_5fpartition_14339',['qsort_partition',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a48ed5f48f95b69c47de925a1a865a89c',1,'sdcquadrature_mod']]], + ['quadgen_14340',['quadGen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a05434c8a13201e8af0f5dab5420e33d2',1,'amrex::algoim']]], + ['quadgensurf_14341',['quadGenSurf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae4ae5a6514e4fdd7deb24725de0b3444',1,'amrex::algoim']]], + ['query_14342',['query',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa98ab18bc26692876f9590316af5b1fa',1,'amrex::ParmParse::query()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a341e69f6e3bc1c30de317f47b67b67c0',1,'amrex_parmparse_module::amrex_parmparse::query()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3e89bc04118c814488f637cf5e294e96',1,'amrex::ParmParse::query(const char *name, T &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abbdc989daab71c4cb0101e87c1515689',1,'amrex::ParmParse::query(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6f039d5c787ec3b27a25a290c659c42d',1,'amrex::ParmParse::query(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a53f7e6ff29566e9c9606874b27f64c17',1,'amrex::ParmParse::query(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5ed7725f4552397edff794e471dc2f2c',1,'amrex::ParmParse::query(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a499a57138bca367b609ce98da58e4039',1,'amrex::ParmParse::query(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae016a438a820d522e4d529ef8b7371f4',1,'amrex::ParmParse::query(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8bdcdf34553e38a882d7a15195678e3d',1,'amrex::ParmParse::query(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc1a9af4970db8434b613c551eadc55a',1,'amrex::ParmParse::query(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d9687e5856d5fb2d6bd4e4f027212ae',1,'amrex::ParmParse::query(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af205ea927f7888a00aebcdc95d55f432',1,'amrex::ParmParse::query(const char *name, double &ref, int ival=FIRST) const']]], + ['query_5fenum_5fcase_5finsensitive_14343',['query_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae5a57a7c6e17f38a312a7c0680edc123',1,'amrex::ParmParse']]], + ['query_5fenum_5fsloppy_14344',['query_enum_sloppy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a586f659260a22fed130a45bd0f4b34b3',1,'amrex::ParmParse']]], + ['query_5fint_14345',['query_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#adbc27a8477adf06772e50c9063e3f450',1,'amrex_parmparse_module::amrex_parmparse::query_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#aa2b6623e9c82e688c1ace4430d3a0edf',1,'amrex_parmparse_module::query_int()']]], + ['query_5fintarr_14346',['query_intarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a382f89d2f2f2d88e292677472eb44312',1,'amrex_parmparse_module::amrex_parmparse::query_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9f0c429d324a66ca1e016da303a54380',1,'amrex_parmparse_module::query_intarr()']]], + ['query_5flogical_14347',['query_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add4580d98996e6b8f6339611f0313adb',1,'amrex_parmparse_module::amrex_parmparse::query_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56db14c7509d856f0aea7bf8e8c98eba',1,'amrex_parmparse_module::query_logical()']]], + ['query_5freal_14348',['query_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad660c077f1712d497852f995827fbead',1,'amrex_parmparse_module::amrex_parmparse::query_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9729d60628ced64a34f28997b5122f7d',1,'amrex_parmparse_module::query_real(this, name, v, flag)']]], + ['query_5frealarr_14349',['query_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a245ee45af4497f0ddc4d08df44b1e9f7',1,'amrex_parmparse_module::query_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a49000c613ca825c9a110712f80d846f3',1,'amrex_parmparse_module::amrex_parmparse::query_realarr()']]], + ['query_5fstring_14350',['query_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#acd6de264c2861656373e7e218ad56eb5',1,'amrex_parmparse_module::query_string()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a800c065458ab8f425a54a521c7032dd8',1,'amrex_parmparse_module::amrex_parmparse::query_string()']]], + ['query_5fstringarr_14351',['query_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0af881c425f46ca90920da704aa796fb',1,'amrex_parmparse_module::query_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a5ec9f30a3afeb82338e0717258a0fdc0',1,'amrex_parmparse_module::amrex_parmparse::query_stringarr()']]], + ['queryadd_14352',['queryAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aface68d73330646265cf631654dfd05f',1,'amrex::ParmParse::queryAdd(const char *name, std::array< T, N > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5cb7b5e428f4991e8a1fba87649ee6c3',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref, int num_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a8208293906e1d9c1b2d5089c05b5bd16',1,'amrex::ParmParse::queryAdd(const char *name, std::vector< T > &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad30debcf129ee05319df05c1d54844fe',1,'amrex::ParmParse::queryAdd(const char *name, std::string &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5a524b8c11f99e8ef86fd6bbc1a33493',1,'amrex::ParmParse::queryAdd(const char *name, T &ref)']]], + ['queryaddwithparser_14353',['queryAddWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae458cb55bb8229f48767c3ae1f581696',1,'amrex::ParmParse']]], + ['queryarr_14354',['queryarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af319284107e54297e79df230aeb7cba0',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aae55b8fd559d826b2fd19742d3d9f4fd',1,'amrex::ParmParse::queryarr(const char *name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad1ecfb0a30edc452d3ac10061a899a5c',1,'amrex::ParmParse::queryarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae080a87279c2061a2125da5a6ba296c8',1,'amrex::ParmParse::queryarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2d33c474853891761ac959cbf6299bcf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a137e09253266871d5369176288e9425b',1,'amrex::ParmParse::queryarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a63d99f0de131b0023eb14f5efd91e169',1,'amrex::ParmParse::queryarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a87e9486383563a4bfd29fa8a92eab0f9',1,'amrex::ParmParse::queryarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae69bd8d0d57d6bca949efd1d5b376fdf',1,'amrex::ParmParse::queryarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4c806fe5e4fce3feda120702a3c9c1be',1,'amrex::ParmParse::queryarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54307dd658a96ac490ce75a3f74defe2',1,'amrex::ParmParse::queryarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a1b8984787dd6a07f9a79bbae19c51316',1,'amrex_parmparse_module::amrex_parmparse::queryarr()']]], + ['queryarrasdouble_14355',['queryarrAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad65712c6935956a104a6e483a91fbab0',1,'amrex::ParmParse']]], + ['queryarrwithparser_14356',['queryarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac8a2904b06c79a0187dba30a5389dc35',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a30d6e4ddd0ae93ad22a9be9fc98b19a6',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, std::vector< T > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a17ae4a1b45a6fb0506c289f7cdeec376',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, double *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac0acec906b44f6fbd6f776bc6aba8040',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, float *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a49a42c36532ca8b389f7eaa6d80c7575',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, long long *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0e3d1ee237300d57200ee168c3e7a7c4',1,'amrex::ParmParse::queryarrWithParser(const char *name, int nvals, int *ref) const']]], + ['queryasdouble_14357',['queryAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a340be7fb45a2f07a646478a05937c468',1,'amrex::ParmParse']]], + ['querykth_14358',['querykth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a47f9f968f7dacc5910d553ea21e22ae2',1,'amrex::ParmParse::querykth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acb8471c7f04ad416c55d696c53b87e98',1,'amrex::ParmParse::querykth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9e3959cb195fa123e622917e01f60bac',1,'amrex::ParmParse::querykth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a157be8cfc61a470961922c4ae7922d43',1,'amrex::ParmParse::querykth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a10f4ac6bfd190ba12a9dcd3ff0a2f69c',1,'amrex::ParmParse::querykth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a01751e72ed3ec33b42ca1816a5479b0a',1,'amrex::ParmParse::querykth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad0715ccf731c6b244f2258b4811761fd',1,'amrex::ParmParse::querykth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af336f03191de5b0d144bf1f04cf6f61d',1,'amrex::ParmParse::querykth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a69c311ca977470146f9151f1d7ca3a6e',1,'amrex::ParmParse::querykth(const char *name, int k, IntVect &ref, int ival=FIRST) const']]], + ['queryktharr_14359',['queryktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a064a1ac48146a99bd401b985c6307805',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a861088668a40bd77d8a8e8200678778e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6e6c42c0329b3346c6fd85f1af871e91',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a978c77a2a299403038d51adae2c330d5',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a823e28939aa5e1fa940bb46e1c0204d0',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a40e347b786c7023a58e8441d39be89b7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a23023a0b2b6eedf3820d116aed2ebed7',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a7e15c246accd5c8be1a296c55c7f2c8e',1,'amrex::ParmParse::queryktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['querymemusage_14360',['queryMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9eae1384b7fc7342c235f99b503fad01',1,'amrex::FabArrayBase']]], + ['querymemusagehwm_14361',['queryMemUsageHWM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab671a167eb6b1779fa2df2a227931f82',1,'amrex::FabArrayBase']]], + ['queryunusedinputs_14362',['QueryUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a821d000e2b1d1aa6dc9e18d0b54e0df7',1,'amrex::ParmParse']]], + ['querywithparser_14363',['queryWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aceee232cad65ad2d2060e7d12490b02d',1,'amrex::ParmParse::queryWithParser(const char *name, long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abdedd9feb166f0795fc49d8248e1d531',1,'amrex::ParmParse::queryWithParser(const char *name, double &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab59ae2e9496bc7defa4bb88f7232ec38',1,'amrex::ParmParse::queryWithParser(const char *name, float &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa83dae580e475c698d1af8498f2e1727',1,'amrex::ParmParse::queryWithParser(const char *name, long long &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aaeca337d70d382eac6713629fe19cba9',1,'amrex::ParmParse::queryWithParser(const char *name, int &ref) const']]], + ['queuereduction_14364',['QueueReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a48f09e6d45685ddcaa72f6424891b9e4',1,'amrex::Lazy']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_12.js b/amrex-hydro/Doxygen/html/search/functions_12.js index b7c46ce..b0cd885 100644 --- a/amrex-hydro/Doxygen/html/search/functions_12.js +++ b/amrex-hydro/Doxygen/html/search/functions_12.js @@ -1,232 +1,229 @@ var searchData= [ - ['radsquared_14289',['radSquared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept']]], - ['random_14290',['Random',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e',1,'amrex::Random()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52',1,'amrex::Random(RandomEngine const &random_engine)']]], - ['random_5fint_14291',['Random_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20796a80df81ee204983811cc8a1b705',1,'amrex::Random_int(unsigned int n)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579',1,'amrex::Random_int(unsigned int n, RandomEngine const &random_engine)']]], - ['random_5flong_14292',['Random_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636',1,'amrex']]], - ['randomnormal_14293',['RandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b',1,'amrex::RandomNormal(Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f',1,'amrex::RandomNormal(Real mean, Real stddev, RandomEngine const &random_engine)']]], - ['randompoisson_14294',['RandomPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864',1,'amrex::RandomPoisson(Real lambda)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e',1,'amrex::RandomPoisson(Real lambda, RandomEngine const &random_engine)']]], - ['range_14295',['Range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5a7e65f26ef2a8d356ebef518f007aaf',1,'amrex::Gpu']]], - ['range_5fimpl_14296',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad4f7d96980fc27cd61042157159e0b4a',1,'amrex::Gpu::range_detail::range_impl']]], - ['rangeintersection_14297',['RangeIntersection',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a286eebba7a2e37000c01614ea347b24c',1,'BLProfStats']]], - ['rank_14298',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a5600c4f99f1a21d9ee5198275ca01e00',1,'amrex::WeightedBoxList']]], - ['rank_5f2d_5fx_14299',['rank_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae56acf570ce826a2c7fdc5f76ad1a00b',1,'hacc::Distribution']]], - ['rank_5f2d_5fy_14300',['rank_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae447604127f7210918c304134abaa8ac',1,'hacc::Distribution']]], - ['rank_5f2d_5fz_14301',['rank_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ac7e073d3f64574fb26e2c7119ab25358',1,'hacc::Distribution']]], - ['rankinleadcomm_14302',['RankInLeadComm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0719939ecc6b26843399e2af4d660f14',1,'amrex::ParallelDescriptor']]], - ['rb180_14303',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#abd8ce363a9dbaaf0072c5ca833c6487e',1,'amrex::FabArrayBase::RB180']]], - ['rb90_14304',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a1edfeca1f60abef9a9f56b0c4e8e64a4',1,'amrex::FabArrayBase::RB90']]], - ['rbegin_14305',['rbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< unsigned int >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< std::size_t >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< std::size_t >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< unsigned int >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'amrex::PODVector::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'amrex::PODVector::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::BoxND >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::BoxND >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::XDim3 >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::XDim3 >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::STLtools::Triangle >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::STLtools::Triangle >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::openbc::MomTag >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::openbc::MomTag >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::NeighborCode >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::NeighborCode >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< index_type >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< index_type >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin()']]], - ['rdata_14306',['rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'amrex::ConstParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'amrex::ParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a77c773768e4a002b2788a6009ab0c048',1,'amrex::Particle::rdata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a41ad580e96804381c814a85f64767caa',1,'amrex::Particle::rdata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a827643d1bd135a63ffa20579d27297d3',1,'amrex::Particle::rdata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a5b427f85a35cad6a54cb8ee01b424ccb',1,'amrex::Particle::rdata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7000ae4ed79c3c7b0c4cb9d73588ed17',1,'amrex::Particle::rdata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()']]], - ['read_14307',['Read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb',1,'amrex']]], - ['read_14308',['read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a13861fcb5290d2ce4fe7e6510d3fee34',1,'amrex::FluxRegister']]], - ['read_14309',['Read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a36dca41f0d001fce65deea4ec9e3ea1d',1,'amrex::VisMF']]], - ['read_14310',['read',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa052c7cb7904d7ae9e01374b59bbd216',1,'amrex::Scan::detail::BlockStatus< T, false >::read()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a680b0882613be5eba620649955402e4d',1,'amrex::Scan::detail::BlockStatus< T, true >::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ad918f23e64a2d59ba453b09617e5ac15',1,'amrex::BndryRegisterT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3d35f09a87700e22092fb5e943c82163',1,'amrex::FABio::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#aa2439db7d09034abce9411d979e38762',1,'amrex::FABio_8bit::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a0df1bfeea23fd4f9ee35b21fc0ddb8f9',1,'amrex::FABio_ascii::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a9d1f49ee565f0d188ed763f55f6d6ae9',1,'amrex::FABio_binary::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a36867dedd480c7d07877c1cc65aa40bf',1,'amrex::FabSetT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#ab7e4e83d02048ffe35b15b01f5e428a1',1,'amrex::IFABio::read()']]], - ['read_5fascii_5fstl_5ffile_14311',['read_ascii_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aa4f438da64a6ea3b7520112aac9f8fd3',1,'amrex::STLtools']]], - ['read_5fbinary_5fstl_5ffile_14312',['read_binary_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aca6050ea96a310625fe20e9f9594680a',1,'amrex::STLtools']]], - ['read_5ffab_14313',['read_fab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa3870bf45fd14f87c3674a996cae2752',1,'amrex::detail']]], - ['read_5ffrom_5fchkpt_5ffile_14314',['read_from_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a42bbef7d1271397c6e1a88006c9462e0',1,'amrex::EB2::ChkptFile']]], - ['read_5fheader_14315',['read_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a5f0e9754f27698eb89c86433c6cc3fc5',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#afb78d32e7b4d8ef3e4e430c3c7b8598a',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f, int compIndex, int &nCompAvailable)']]], - ['read_5fparameters_14316',['read_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a35f3f508708be4b72388384a46b3b6a3',1,'amrex::TimeIntegrator']]], - ['read_5fparams_14317',['read_params',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa0385aea8391d0b59b6adfb910cffbf4',1,'amrex::Geometry']]], - ['read_5fstl_5ffile_14318',['read_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#abde98e341a2edf239bfa987ce47ed2be',1,'amrex::STLtools']]], - ['readandbcastfile_14319',['ReadAndBcastFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4736dec48acb46827a04cdca7b4045d7',1,'amrex::ParallelDescriptor']]], - ['readblock_14320',['ReadBlock',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a06e019724b8ee9171e8e4da3d4340aa3',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, const int nmessages)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0063c7d1c93c6f36bdf068ec89f4c328',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, bool readRSS=true, bool readTraces=true)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a41c7cecdb09d9a72e30118d78343b48e',1,'BLProfStats::ReadBlock()']]], - ['readblocknoopen_14321',['ReadBlockNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8c2d460eb4e81905c7a79969eefadad6',1,'RegionsProfStats::ReadBlockNoOpen()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9689a1779e9f7008ced946ab6ff8fa41',1,'BLProfStats::ReadBlockNoOpen()']]], - ['readboxarray_14322',['readBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4',1,'amrex']]], - ['readcommstats_14323',['ReadCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab5b0c11f3980a18ad4d42d9de9c4af6a',1,'CommProfStats::ReadCommStats(DataBlock &dBlock, const int nmessages)'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afbced1780aae9f51df2a3ec897fdc5e7',1,'CommProfStats::ReadCommStats(DataBlock &dBlock)']]], - ['readcommstatsnoopen_14324',['ReadCommStatsNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afe795502ea704a46a029d0e0a9e378ff',1,'CommProfStats']]], - ['readdata_14325',['ReadData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae41ad53f7f76cc59fd271cdd1476228a',1,'amrex::AmrData']]], - ['readdata_14326',['readData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733',1,'amrex::readData(double *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5',1,'amrex::readData(float *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97',1,'amrex::readData(Long *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a',1,'amrex::readData(int *data, std::size_t size, std::istream &is)']]], - ['readdoubledata_14327',['readDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac590394599f7ea721cf8999331d0436e',1,'amrex']]], - ['readfab_14328',['readFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0afcb55c6cfee56032dfb6e23389be35',1,'amrex::VisMF::readFAB(FabArray< FArrayBox > &mf, int idx, const std::string &mf_name, const Header &hdr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a65d273deab9512e01656ddf942d98b51',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5ccdc92a1d70d5290df4830586628a91',1,'amrex::VisMF::readFAB(int idx, int icomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8c9df1da1d55877f7d53653e73120f8d',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name, const Header &hdr, int whichComp=-1)']]], - ['readfaheader_14329',['ReadFAHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdcbffdd50b28342be875ac0da817056',1,'amrex::VisMF']]], - ['readfloatdata_14330',['readFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326',1,'amrex']]], - ['readfrom_14331',['readFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa99a533ca8b84883dd44bf870fb7c5b3',1,'amrex::Mask::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3a19e0c558360ae380fba44e0aec9086',1,'amrex::IArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac5f3bc40906e22d2e481fa87114b62f4',1,'amrex::FArrayBox::readFrom(std::istream &is, int compIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8a42f4fe7d3ad41e56175103deec42e1',1,'amrex::FArrayBox::readFrom(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#af4cb165d9e60aff6ad22b20d44ec22dd',1,'amrex::DistributionMapping::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4df72bcadb7bdaa2c5db57212e48853a',1,'amrex::BoxArray::readFrom()']]], - ['readgrid_14332',['ReadGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a511a1b01b981c6b4a4bdbdc71582ea68',1,'amrex::AmrData']]], - ['readintdata_14333',['readIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697',1,'amrex::readIntData(To *data, std::size_t size, std::istream &is, const amrex::IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6',1,'amrex::readIntData(int *data, std::size_t size, std::istream &is, const IntDescriptor &id)']]], - ['readlongdata_14334',['readLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746',1,'amrex']]], - ['readnonplotfiledata_14335',['ReadNonPlotfileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a10551f29207a5f3ff861bd8eeedcb435',1,'amrex::AmrData']]], - ['readparticlerealdata_14336',['ReadParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'amrex::ParticleContainer_impl::ReadParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticleRealData()']]], - ['readparticles_14337',['ReadParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)']]], - ['readprobinfile_14338',['readProbinFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a979e1cff503e5f3c6436a232284fdcfb',1,'amrex::Amr']]], - ['readrealdata_14339',['readRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6f624229959bee80f1444371bb5babc',1,'amrex']]], - ['readytoread_14340',['ReadyToRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af4f8ba9c90ecfcea92b6426df76049af',1,'amrex::NFilesIter']]], - ['readytowrite_14341',['ReadyToWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6c012f15ef5b8e7438a88bc794766143',1,'amrex::NFilesIter']]], - ['real_14342',['real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a150666baa5a509c2fe563c507627c038',1,'amrex::GpuComplex']]], - ['realarray_14343',['realarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f4ecbdbcb5f14edb160e4404b16c3e4',1,'amrex::StructOfArrays']]], - ['realbox_14344',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0c94da578ae78f612f3c7a1295edb272',1,'amrex::RealBox::RealBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a08455d95f7a26778ba42b5d023d16eec',1,'amrex::RealBox::RealBox(const Real *a_lo, const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a4fad8ad2d3ec608a2c1f2fb205ddda86',1,'amrex::RealBox::RealBox(const std::array< Real, AMREX_SPACEDIM > &a_lo, const std::array< Real, AMREX_SPACEDIM > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ac0a2462c4b6cf7119c7946140d4ba979',1,'amrex::RealBox::RealBox(const Box &bx, const Real *dx, const Real *base) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0133f0708ca052eb1eb7a7753169bb75',1,'amrex::RealBox::RealBox(AMREX_D_DECL(Real x0, Real y0, Real z0), AMREX_D_DECL(Real x1, Real y1, Real z1)) noexcept']]], - ['realdescriptor_14345',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae7a8d4505859f386a09ef7339b27a984',1,'amrex::RealDescriptor::RealDescriptor(const Long *fr_, const int *ord_, int ordl_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a9dbe5ae2ad6763590e469c1a74036b53',1,'amrex::RealDescriptor::RealDescriptor()=default']]], - ['realvect_14346',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept']]], - ['recordbuild_14347',['recordBuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a83dcba41161d5a1672578ee871232dfa',1,'amrex::FabArrayBase::CacheStats::recordBuild()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ae05279827e8393a4494478d1885e2c2b',1,'amrex::FabArrayBase::FabArrayStats::recordBuild() noexcept']]], - ['recorddelete_14348',['recordDelete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a117c2d4187d31c7a6e0c6da477e381d0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recorderase_14349',['recordErase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a5cb9d8eee911caa7c6b42f7cdd176083',1,'amrex::FabArrayBase::CacheStats']]], - ['recordmaxnumbause_14350',['recordMaxNumBAUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a6fc4a42952792e21c6af56f1b7d38799',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recordmaxnumboxarrays_14351',['recordMaxNumBoxArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a79668291012755d981986b35942faa12',1,'amrex::FabArrayBase::FabArrayStats']]], - ['recorduse_14352',['recordUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a07a1075ba91654c00909193f65076bc1',1,'amrex::FabArrayBase::CacheStats']]], - ['recv_14353',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1edfac65363a39cde188d5f5adb85134',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5',1,'amrex::ParallelDescriptor::Recv(std::vector< T > &buf, int pid, int tag)']]], - ['recv_14354',['recv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a760f0ae4f1155afb07c80a5e5055c589',1,'amrex::MPMD::Copier']]], - ['recvlayoutmask_14355',['RecvLayoutMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< IArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::Mask >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::EBCellFlagFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::CutFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< PetscInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< AtomicInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'amrex::FabArray::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< FArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< TagBox >::RecvLayoutMask()']]], - ['redefinedummymf_14356',['RedefineDummyMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7fc7373a60be7c74a38a17b1711f59fa',1,'amrex::ParticleContainerBase']]], - ['redistfiles_14357',['RedistFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b',1,'amrex']]], - ['redistribute_14358',['Redistribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::Mask >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'amrex::FabArray::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< AtomicInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< PetscInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::CutFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::EBCellFlagFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< FArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< IArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< TagBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1dadb49a29f4ad711fb369db84b2eb54',1,'amrex::NeighborParticleContainer::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'amrex::ParticleContainer_impl::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Redistribute()']]], - ['redistribute_5f1_5fto_5f3_14359',['redistribute_1_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1931b02c089c17498cb4540627e11b01',1,'hacc::Distribution']]], - ['redistribute_5f2_5fto_5f3_14360',['redistribute_2_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aabb229232bc80f264cab6ac0d8f31c19',1,'hacc::Distribution']]], - ['redistribute_5f3_5fto_5f1_14361',['redistribute_3_to_1',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aed576f7f07c9f6a5d176ffd43016c064',1,'hacc::Distribution']]], - ['redistribute_5f3_5fto_5f2_14362',['redistribute_3_to_2',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab36b24c7f9d57e4edad0b60638eae060',1,'hacc::Distribution']]], - ['redistributecpu_14363',['RedistributeCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'amrex::ParticleContainer_impl::RedistributeCPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeCPU(int lev_min=0, int lev_max=-1, int nGrow=0, int local=0, bool remove_negative=true)']]], - ['redistributegpu_14364',['RedistributeGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'amrex::ParticleContainer_impl::RedistributeGPU()']]], - ['redistributelocal_14365',['RedistributeLocal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a098b72559cacc3ab8b2455a36137fd06',1,'amrex::NeighborParticleContainer']]], - ['redistributempi_14366',['RedistributeMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeMPI()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'amrex::ParticleContainer_impl::RedistributeMPI()']]], - ['reduce_14367',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2d9a622392a0eee879ac8180cb2371e6',1,'amrex::detail::Reduce(ReduceOp, T *, int, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a11b496ac41b8e46fe7f1adf74392dcfb',1,'amrex::detail::Reduce(ReduceOp, T &, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a59bb763ea3df042d86d6906cc9ccfc77',1,'amrex::detail::Reduce(ReduceOp, Vector< std::reference_wrapper< T > > const &, int, MPI_Comm)']]], - ['reducebooland_14368',['ReduceBoolAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a85f79f28c8cb6cc5762e3edd80c57fc0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45569b295bf42f447fac8a9610790ff0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar, int cpu)']]], - ['reduceboolor_14369',['ReduceBoolOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45ff8728249b5e214f520e284c04143b',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8e74f51d2321b7e827baae5d86a83824',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar)']]], - ['reducedata_14370',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad9b6892476ee0222229ebc178fb0089f',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aeee26c66dbe6bda07476f5f1997ac833',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a71bbfd3ca387af546ab718418a3d8521',1,'amrex::ReduceData::ReduceData(ReduceOps< Ps... > &reduce_op)']]], - ['reduceintmax_14371',['ReduceIntMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a254f165da975107ee08bd1b829cdd89c',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac376fd270c659b4dcb8df316d1bc1938',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24bb8ef806f88e3157be27c793ffb345',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a709e52679c5ca426b23c887ffe1b4ab9',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62bf0397eb0f4082f6dab4ae8e5c51d3',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int)']]], - ['reduceintmin_14372',['ReduceIntMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8c531d59e55cd4b449b7b1918a6c0980',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a12ffc8c1e5d0753383b1c4cacd1057dd',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3441f492fc784719d2b872f7a6da54ac',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &, int)']]], - ['reduceintsum_14373',['ReduceIntSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a31842e0bf333c7f85c31e6f227055716',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a66f0d2e88581a3502c3d617a7b20249c',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a16b47250406954c795c3af20e49279a7',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a132abb9498b1ed2f491583c1f7719afb',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar)']]], - ['reducelogicaland_14374',['ReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev_min, int lev_max, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250',1,'amrex::ReduceLogicalAnd(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, int nghost, F &&f)']]], - ['reducelogicaland_5fhost_14375',['ReduceLogicalAnd_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], - ['reducelogicaland_5fhost_5fwrapper_14376',['ReduceLogicalAnd_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], - ['reducelogicalor_14377',['ReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86ff43c965c29ca6c76704135c773345',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5',1,'amrex::ReduceLogicalOr(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771',1,'amrex::ReduceLogicalOr(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d',1,'amrex::ReduceLogicalOr(PC const &pc, int lev_min, int lev_max, F const &f)']]], - ['reducelogicalor_5fhost_14378',['ReduceLogicalOr_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F &&)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], - ['reducelogicalor_5fhost_5fwrapper_14379',['ReduceLogicalOr_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], - ['reducelongand_14380',['ReduceLongAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a476b155089373ad605808b20f38166d7',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a01508dabdc47364798a99c9527c870f2',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7eb4a01321f954b8f6936ca59547c7d4',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa59eadac87d81fb68efa1650acc3872',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &, int)']]], - ['reducelongmax_14381',['ReduceLongMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a753035868de2acca4a9ffb1aaa150c2a',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a56fb59f9a47b9d625ef97d4549007c1e',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a10f34646867ef5dd70d02ecf014de3d2',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a926985db9b71c186280e5e4556be41ee',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a72761a0aff0775f8f6943062a34fca31',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3661303172f9bd5b139c1c19adbd93f8',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int)']]], - ['reducelongmin_14382',['ReduceLongMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a42ee71c485b816027db498df7b566a90',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07c6b4691afed879feab525503e1e267',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7ae5a5af4ccc5fa61d017ef297455291',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a99b02744714ceae31674c2e25ef03029',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab7ca980624e045bdd5d349b6605adcbc',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &, int)']]], - ['reducelongsum_14383',['ReduceLongSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4774b13392beaf5d41c989897fdf5268',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aac42b493c09470d467ce23133f2cbbc6',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a90d832444f2b4ad4af4c8aa56c810a98',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7008a294874001b3b8e5372ff45ebf64',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a170da7d288a55d1b23ca2f2648d64f40',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a98c9e67e17bd55e681d9e790611a1289',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar)']]], - ['reducemax_14384',['ReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28',1,'amrex::ReduceMax(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125',1,'amrex::ReduceMax(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07315aba6826805030c5f6fd847fc370',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802',1,'amrex::ReduceMax(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a372810a65569e56565a9bb33254184bd',1,'amrex::ReduceMax(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef',1,'amrex::ReduceMax(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))']]], - ['reducemax_5fhost_14385',['ReduceMax_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], - ['reducemax_5fhost_5fwrapper_14386',['ReduceMax_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reducemf_14387',['ReduceMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267',1,'amrex::fudetail::ReduceMF(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], - ['reducemin_14388',['ReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65',1,'amrex::ReduceMin(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94',1,'amrex::ReduceMin(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18',1,'amrex::ReduceMin(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427586186a5143d74279bb26107044a',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745',1,'amrex::ReduceMin(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301',1,'amrex::ReduceMin(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], - ['reducemin_5fhost_14389',['ReduceMin_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], - ['reducemin_5fhost_5fwrapper_14390',['ReduceMin_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reducerealmax_14391',['ReduceRealMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab10f03093e521df6b76a4b2bcf15fb57',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a15857afcde0bfd0fdbd5edb294ee448c',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76e33bbc9645091e5f01d305da73960a',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62622aba4b36e6860b55eb502343f93e',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0a160ffd54c33e69175007f868677df1',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a25cdb37c12b44c99eca111bd5b286d95',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &, int)']]], - ['reducerealmin_14392',['ReduceRealMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24c5c1870ba2e6e50b28f77e82a5a4c5',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84e047e8a88180ba003ae2f94734d733',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3bd99be9ca704b92d4813a1577648f66',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a26e7693a89088324db0dc544811f1988',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa916865c8ac81ac3defb694eeec9121b',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95eed49d43cbcd3d04dd6afcfc1c5935',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9443321dc4601e380e102ffebe6a143',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &, int)']]], - ['reducerealsum_14393',['ReduceRealSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9d0be85a7606ccb6923d9684f4363b0f',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a177d6cb1641d1c8be8eeb14ff4babd16',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8fee1add10130a7b9b644fc9e058b9a4',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1616e83959240bd41e075cb31cce86ae',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a19168fb4689cf3a9cd934ef00a71ca4a',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a39256068b3bc99d6219b39739053461d',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3cc450539929e272f9477b35edbebe80',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b24514ab2887f8caf7ee0e0610fc54f',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt, int cpu)']]], - ['reducesum_14394',['ReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4',1,'amrex::ReduceSum(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92',1,'amrex::ReduceSum(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4252562789c375cc55a545cd278cf212',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a643762b10ddb6c66e880320c6df34809',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4',1,'amrex::ReduceSum(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64',1,'amrex::ReduceSum(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d',1,'amrex::ReduceSum(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))']]], - ['reducesum_5fhost_14395',['ReduceSum_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], - ['reducesum_5fhost_5fwrapper_14396',['ReduceSum_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], - ['reducetoplane_14397',['ReduceToPlane',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f',1,'amrex']]], - ['reductionentry_14398',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#ac141bc923704f3a33d9074e1954b4115',1,'CommProfStats::ReductionEntry']]], - ['ref_14399',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a1dcb03b5134dc17a5304929686a573dc',1,'amrex::DistributionMapping::Ref::Ref()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a8c0cd18f1293d7587f04cdfbe0282095',1,'amrex::DistributionMapping::Ref::Ref(int len)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a641af651d7da7e96317d1544a12caf7c',1,'amrex::DistributionMapping::Ref::Ref(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ae47a673a2d7c94e3483b90b58444be0c',1,'amrex::DistributionMapping::Ref::Ref(Vector< int > &&pmap) noexcept']]], - ['ref_5fwrapper_14400',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8c3a6304e4d37687fb6c62fa26d7ebe5',1,'amrex::ref_wrapper::ref_wrapper(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aec548b435e6ba52441b7c436a859048a',1,'amrex::ref_wrapper::ref_wrapper(T &ref) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8f3f054ecab74f9b3e738e5591b32e91',1,'amrex::ref_wrapper::ref_wrapper(T &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8ae7d0c30828a710034c7992f0383c12',1,'amrex::ref_wrapper::ref_wrapper(ref_wrapper &&) noexcept=default']]], - ['refid_14401',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#af498ab4c22436f6e5e6e530392dc74c8',1,'amrex::DistributionMapping::RefID::RefID(Ref *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a00f58999a2331cc59b9cf916b76cbc4d',1,'amrex::DistributionMapping::RefID::RefID() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a0adac980947d771e29e1420e5adc4e06',1,'amrex::BoxArray::RefID::RefID(BARef *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a3afae958bb4bf99b0eb1705208e3e1b5',1,'amrex::BoxArray::RefID::RefID() noexcept=default']]], - ['refine_14402',['refine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6f3cb1eac256b7f40e4b6491aff29448',1,'amrex::BoxArray::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8',1,'amrex::refine(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9',1,'amrex::refine(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483',1,'amrex::refine(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c',1,'amrex::refine(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd',1,'amrex::refine(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a',1,'amrex::refine(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92',1,'amrex::refine(Geometry const &crse, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae',1,'amrex::refine(Geometry const &crse, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a891e143331ef3de0742dfb5022e05909',1,'amrex::refine(Dim3 const &coarse, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a122947abb8d93a6984f26277576faad3',1,'amrex::Geometry::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'BoxND< AMREX_SPACEDIM >::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a551c2ca8aa05f54c73c3b57d40ca2217',1,'amrex::BoxList::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae1cf040542692a8255915fdb5f85421e',1,'amrex::BoxArray::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'amrex::BoxND::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a905d974544cd60c9b72314cb6135e17b',1,'amrex::BoxList::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1732a2c030467bb5a6d20721d0ff99c7',1,'amrex::BoxDomain::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'BoxND< AMREX_SPACEDIM >::refine()']]], - ['reflect_14403',['reflect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f',1,'amrex::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'amrex::IntVectND::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'IntVectND< AMREX_SPACEDIM >::reflect()']]], - ['reflux_14404',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'MLLinOpT< Array< MultiFab, 3 > >::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'amrex::MLLinOpT::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a35158f8a8bd840468c4dedb08d6726ff',1,'amrex::MLCellLinOpT::reflux()']]], - ['reflux_14405',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aa5b234a986e199e5dec6ffd996db12eb',1,'amrex::YAFluxRegisterT::Reflux(MF &state, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a29bbf0848629975e74b0412adf5cbcf6',1,'amrex::YAFluxRegisterT::Reflux(MF &state, int dc=0)']]], - ['reflux_14406',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad9f63a3fcc35e8b4ffcf34b8f959c593',1,'amrex::MLNodeTensorLaplacian']]], - ['reflux_14407',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3b50d43c4fe114515bffcfa5cbd58117',1,'amrex::EdgeFluxRegister']]], - ['reflux_14408',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac8d6077e6701102c4d6c2e54acc2d67f',1,'amrex::MLNodeLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#af8dc37bdb53cbff6b8a8908802fab3df',1,'amrex::MLNodeABecLaplacian::reflux()']]], - ['reflux_14409',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6bc89bc8c2613160d25e7fd2bd0afb97',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Orientation face, Real scale, int scomp, int dcomp, int nc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad77d84b98f56e41c5736e58f9c5772a2',1,'amrex::FluxRegister::Reflux(MultiFab &mf, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aeebc09565fcf23f6050ad9b55275c1b1',1,'amrex::FluxRegister::Reflux(MultiFab &mf, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac9162f5722e388cdd747d0abeb4b2ba4',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1fdafda5f1518b4eabb95c307ca5635e',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ad3cff9ff950fe42244a5a6da860c302d',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9b9a3280e49a1eeb9436099e11097e8f',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a03dd763c1ebb0a67b2fd52ded49b1f53',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac)']]], - ['refratio_14410',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a29cc45ffc19e086c90ab4f423996183e',1,'amrex::AmrParGDB::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5b4140f77f48299076bd546b07d23d9c',1,'amrex::ParGDBBase::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ab43bb15523069271e57362121f6b42ce',1,'amrex::PlotFileData::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#abbf59ab139a08c29673e1f9c49b43b73',1,'amrex::PlotFileDataImpl::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a16cfadb981960e526beef1b6422b50ef',1,'amrex::ParGDBBase::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a5bdac6ec205f4e7d9f15e2af04288f71',1,'amrex::ParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a53b59b464abfc107b2797a6f7cdcc71c',1,'amrex::ParGDB::refRatio(int level) const override']]], - ['refratio_14411',['RefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7c4bfee257c49d17e634776ddff2fc54',1,'amrex::AmrData']]], - ['refratio_14412',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a848a89635a0f509800a5d912ef7b4f0b',1,'amrex::AmrMesh::refRatio(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3e96de11d4a8b2cababa14d116b61958',1,'amrex::AmrMesh::refRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac86f4e9a778f78c98eb13244707ca97c',1,'amrex::AmrParGDB::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#acee4de5e4f610fb4bc86bdae1ac7fd49',1,'amrex::FluxRegister::refRatio()']]], - ['reg_5fmf_14413',['reg_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a66e56de654ced923e6885ebd79bd75f2',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aa15bb285525ea9be4f00ee4dbd6cd1eb',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3a644e5e5a02bd0c163b612784f06c24',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed221768a48c51c89a5b4c2c5d0de5b3',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], - ['reg_5fmf_5fvec_14414',['reg_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a578bc53c0adb9017820643c61bdb1226',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ae0fe682f85964b5d7c745b1d8ca66e08',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab const * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], - ['regionnames_14415',['RegionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a47d3628566997998b287f1b5326298e2',1,'BLProfStats']]], - ['regionnumbers_14416',['RegionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7a6bbe3f88daa4764423d252659dbfb1',1,'BLProfStats']]], - ['regionsprofstats_14417',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a395ae220780e06011681a86a4bd08d98',1,'RegionsProfStats']]], - ['regiontag_14418',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a8c002005b0ed39bb186e7ce020b9815f',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ac8c890173943b30db1149411aa5c62df',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#aa652a228bad6f78909120b91073b101a',1,'amrex::FabArrayBase::RegionTag::RegionTag(const std::string &t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae56ad5f9880210d9daae5dde1ffc2f3b',1,'amrex::FabArrayBase::RegionTag::RegionTag(const char *t)']]], - ['registerarena_14419',['RegisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf3b7bc8c1643be36ccc4d41df0dbec7',1,'amrex::TinyProfiler']]], - ['registerdata_14420',['RegisterData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9c9d09d9399b42dacae6863ff33fb8ee',1,'amrex::StateData']]], - ['registerfabarray_14421',['RegisterFabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'FabArrayCopyDescriptor< FArrayBox >::RegisterFabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'amrex::FabArrayCopyDescriptor::RegisterFabArray()']]], - ['registerforprofiling_14422',['registerForProfiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe6d024bf682144256ad7fe52e5b36ae',1,'amrex::CArena::registerForProfiling()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a99982885760cd861e6e860dea40ea64f',1,'amrex::Arena::registerForProfiling()']]], - ['registermultifab_14423',['RegisterMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af50431312a5892d40fb3ae31592e19e0',1,'amrex::MultiFabCopyDescriptor']]], - ['registervariables_14424',['registerVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a800553a4a96fee85528a07f4cdec4c3e',1,'amrex::IParser::registerVariables()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ac7f2281fb9a99b8c410d9cbc0b20b67b',1,'amrex::Parser::registerVariables()']]], - ['regrid_14425',['regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ae80fa713b669de0f235d3ef0792e7200',1,'amrex::AmrCore::regrid()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#afe644ed72607173bbcef31867f6a0c36',1,'amrex::MFUtil::regrid(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9c04768eaa499d2b837f0732d1316e6c',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a0d2b028d5b4be5e38a0e4f8fc778c523',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const FabFactory< FArrayBox > &eb_factory, const T &mf_in, bool regrid_ghost=false)']]], - ['regrid_14426',['Regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adbf6915c6877b366e0bda3e6f268eb30',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a361bea35ab3f956932339ef80930e405',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba, int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991c2e4f486d6cbb9cf74c326c1ad357',1,'amrex::NeighborParticleContainer::Regrid(const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba)']]], - ['regrid_14427',['regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d6faadd0aabf54081fe9ea12be10484',1,'amrex::Amr']]], - ['regrid_5flevel_5f0_5fon_5frestart_14428',['regrid_level_0_on_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5c2a28dfa0840069f813bf56565b4007',1,'amrex::Amr']]], - ['regridint_14429',['regridInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6c0f2e73f58bdff46fc5692ed85611f5',1,'amrex::Amr']]], - ['regridonly_14430',['RegridOnly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6254e512f37656c89acb1e19162d26b8',1,'amrex::Amr']]], - ['regridonrestart_14431',['RegridOnRestart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad53f5b3b15f3195ea75068dccda30380',1,'amrex::Amr']]], - ['release_14432',['release',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'amrex::FabArray::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::Mask >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::Mask >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::CutFab >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::CutFab >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< PetscInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< PetscInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< AtomicInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< AtomicInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'amrex::FabArray::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< Real >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< PetscInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< HYPRE_Int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< EBCellFlag >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< char >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< AtomicInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'amrex::BaseFab::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< IArrayBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< IArrayBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< TagBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< TagBox >::release(const MFIter &mfi)']]], - ['releasedata_14433',['ReleaseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f983048f1e70348b58c381f0e104ae3',1,'amrex::AmrDataAdaptor::ReleaseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a9aa101ee90b944010548ed7461cb7a8a',1,'amrex::AmrMeshDataAdaptor::ReleaseData()']]], - ['remakelevel_14434',['RemakeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a049915f7354e20184509a6ddb5bf4a6b',1,'amrex::Amr::RemakeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a89b690a6f834d76bf96f8f1facc356c4',1,'amrex::AmrCore::RemakeLevel()']]], - ['remove_14435',['remove',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6657f8c789a5b37f79bc4219dd6e3a81',1,'amrex::ParmParse']]], - ['remove_14436',['Remove',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a',1,'amrex::FileSystem']]], - ['removeall_14437',['RemoveAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55',1,'amrex::FileSystem']]], - ['removedupdoit_14438',['removeDupDoit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723',1,'amrex::detail']]], - ['removeduplicates_14439',['RemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d',1,'amrex']]], - ['removeempty_14440',['removeEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f0ab28b3e669f5a7828da71fdbd3645',1,'amrex::BoxList']]], - ['removefiles_14441',['RemoveFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad4a180abf07b6a7129d8fd4f6ee0d798',1,'amrex::VisMF']]], - ['removeinvalidparticles_14442',['removeInvalidParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820',1,'amrex']]], - ['removeolddata_14443',['removeOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a56805171637298d888a0e5215bab4e82',1,'amrex::AmrLevel::removeOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a06540ec48ea9f0078a983964f233a9d2',1,'amrex::StateData::removeOldData()']]], - ['removeoverlap_14444',['removeOverlap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aafdd2fe3c88e9b17d4892dd36e92225f',1,'amrex::BoxArray::removeOverlap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2',1,'amrex::removeOverlap()']]], - ['removeparticlesatlevel_14445',['RemoveParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'amrex::ParticleContainer_impl::RemoveParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesAtLevel(int level)']]], - ['removeparticlesnotatfinestlevel_14446',['RemoveParticlesNotAtFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesNotAtFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'amrex::ParticleContainer_impl::RemoveParticlesNotAtFinestLevel()']]], - ['removepiece_14447',['RemovePiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9302c49868eb5145be9fbb6d9d3d6b2f',1,'BLProfStats']]], - ['rend_14448',['rend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'amrex::PODVector::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'amrex::PODVector::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::BoxND >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::BoxND >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::STLtools::Triangle >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::NeighborCode >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::NeighborCode >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int *, DefaultAllocator< int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int *, DefaultAllocator< int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::openbc::MomTag >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< std::size_t >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< std::size_t >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< unsigned int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< unsigned int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< index_type >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::openbc::MomTag >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::STLtools::Triangle >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::XDim3 >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::XDim3 >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int * >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< index_type >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int * >::rend()']]], - ['reorder_5fpolygon_14449',['reorder_polygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a275e5bd2322a1d3aace66481364de23a',1,'amrex::EBToPVD']]], - ['reorderparticles_14450',['ReorderParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)']]], - ['replacenewdata_14451',['replaceNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0a6ffa5747a2c044f456d77adf50f338',1,'amrex::StateData::replaceNewData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3c5fc5e62763a1c66248c47951055162',1,'amrex::StateData::replaceNewData(StateData &s)']]], - ['replaceolddata_14452',['replaceOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a19585d569e94bd3e15d5c6a0f4c969c6',1,'amrex::StateData::replaceOldData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#adfaafffb0ba3924042c4357b7d51fe53',1,'amrex::StateData::replaceOldData(StateData &s)']]], - ['report_14453',['report',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a63001e27552e159e32b2ed48fc39bb1f',1,'amrex::MemProfiler']]], - ['report_5f_14454',['report_',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a156e0f871fceba9344ac559da58771de',1,'amrex::MemProfiler']]], - ['reportstats_14455',['ReportStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8b8ac605103da6aa68487bf7823f2f08',1,'CommProfStats']]], - ['reportsyncpointdata_14456',['ReportSyncPointData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a519fea406d86c92cba5af6e67dfa2093',1,'CommProfStats']]], - ['reportsyncpointdatasetup_14457',['ReportSyncPointDataSetup',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adadb6ac329d2943f4b55b58602946beb',1,'CommProfStats']]], - ['req_14458',['req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a3dd73a745e975beb885a19b708190cbe',1,'amrex::ParallelDescriptor::Message']]], - ['reserve_14459',['reserve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< unsigned int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< std::size_t >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int *, DefaultAllocator< int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::BoxND >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'amrex::PODVector::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7b999e76e5422aa024da160623cc81f8',1,'amrex::BoxList::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< index_type >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::NeighborCode >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::openbc::MomTag >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::STLtools::Triangle >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::XDim3 >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int *, DefaultAllocator< const int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reserve()']]], - ['reservedata_14460',['reserveData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'amrex::ParticleContainer_impl::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a914a3fd813739f126e92408d194a3752',1,'amrex::ParticleContainerBase::reserveData()']]], - ['reset_14461',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a1c43ccc3313c5128b18860a615a846fe',1,'amrex::EdgeFluxRegister::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad51ab660eddbb7e6d4b51f53101a5509',1,'amrex::StateData::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a8034c76f7cc8e7966f170538268d0be6',1,'amrex::BoxIterator::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0aa73b17e9be18d811a21128c8c2f5f9',1,'amrex::AmrLevel::reset()']]], - ['reset_14462',['Reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'amrex::ParticleContainer_impl::Reset()']]], - ['reset_14463',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af9d5717b63e6c3f0cfb79d33862e44c0',1,'amrex::YAFluxRegisterT']]], - ['resetcomponentbcs_14464',['resetComponentBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a4385d3bbdf3ae152ec830b25f4c080c3',1,'amrex::DescriptorList::resetComponentBCs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5ac46df4129e909631702c6cf11c0df7',1,'amrex::StateDescriptor::resetComponentBCs()']]], - ['resetdefaultcoord_14465',['ResetDefaultCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#afacf607bf05ea6d4588954f09b391d37',1,'amrex::Geometry']]], - ['resetdefaultperiodicity_14466',['ResetDefaultPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af726da4deb561adeecf94bc4eefbf89b',1,'amrex::Geometry']]], - ['resetdefaultprobdomain_14467',['ResetDefaultProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4de5799760ae5f5831c719af01a33531',1,'amrex::Geometry']]], - ['resetfillpatcher_14468',['resetFillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af4f83f6e16dfb5c60f985370541062fa',1,'amrex::AmrLevel']]], - ['resetrandomseed_14469',['ResetRandomSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95',1,'amrex']]], - ['resetresultreadiness_14470',['resetResultReadiness',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#aa9f7ed138e607372624eb46fb43e9c85',1,'amrex::ReduceOps']]], - ['resetstream_14471',['resetStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a34b155286cec6772f79a8d59981a8684',1,'amrex::Gpu::Device']]], - ['resetstreamindex_14472',['resetStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aae61fa0d560ee3c25d7deca229a31f60',1,'amrex::Gpu::Device']]], - ['resettotalbytesallocatedinfabshwm_14473',['ResetTotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e',1,'amrex']]], - ['resettype_14474',['resetType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a624ea91ea2b7bf09dcf7702764afb41a',1,'amrex::EBCellFlagFab']]], - ['resize_14475',['resize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::openbc::MomTag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size, const amrex::STLtools::Triangle &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::XDim3 >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::XDim3 >::resize(size_type a_new_size, const amrex::XDim3 &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::openbc::MomTag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size, const amrex::NeighborCode &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size, const amrex::BoxND &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int * >::resize(size_type a_new_size, const const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< index_type >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< index_type >::resize(size_type a_new_size, const index_type &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a20054ec96a4caf67051d57e923579a8e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac161821048b627db36b021dc2671ede0',1,'amrex::ArrayOfStructs::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a6d54f5af3411a20df87cec16abf974f8',1,'amrex::BARef::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'amrex::BaseFab::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< AtomicInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< EBCellFlag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< HYPRE_Int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< PetscInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< Real >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7d000ff42a0a1d9be2862c1b53472d3f',1,'amrex::BoxArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'amrex::BoxND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'BoxND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aa06193aa48e202c1d61b1c00b5cb5f13',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae32a072e143825062dac1ee2e9c24f79',1,'amrex::FArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa3b1edf0b241a6c722dea0ceced6b102',1,'amrex::IArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'amrex::IndexTypeND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'IndexTypeND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'amrex::IntVectND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'IntVectND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a05d3b903f74ef52b4246ec959002057a',1,'amrex::ParticleArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a78662f100236e2117bc56714afbbd776',1,'amrex::ParticleCopyOp::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aad932266bb874a93f00fc2920ff69548',1,'amrex::ParticleTile::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'amrex::PODVector::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'amrex::PODVector::resize(size_type a_new_size, const T &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int *, DefaultAllocator< int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4fef621654e63850b94f6a969d14ed04',1,'amrex::TableData::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a4c13115f149d9491c7b58e8086d6d4b5',1,'amrex::StructOfArrays::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< unsigned int >::resize(size_type a_new_size, const unsigned int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< unsigned int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size, const uint64_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< std::size_t >::resize(size_type a_new_size, const std::size_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< std::size_t >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal * >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int *, DefaultAllocator< int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize()']]], - ['resize_5fimpl_14476',['resize_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ab1aeeebdc685a58e0b7442c5530421ed',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['resize_5fwithout_5finit_5fsnan_14477',['resize_without_init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< index_type >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int *, DefaultAllocator< int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< std::size_t >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< unsigned int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::openbc::MomTag >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'amrex::PODVector::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::BoxND >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::NeighborCode >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::STLtools::Triangle >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::XDim3 >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize_without_init_snan()']]], - ['resizecontainers_14478',['resizeContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a710dcdfaaa6887b5b865fb1820ba7',1,'amrex::NeighborParticleContainer']]], - ['resizedata_14479',['resizeData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'amrex::ParticleContainer_impl::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41c8b5cccfa817dbfa0b005451322817',1,'amrex::ParticleContainerBase::resizeData()']]], - ['resizemultigrid_14480',['resizeMultiGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'amrex::MLLinOpT::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abe8255742bf5756e6659344cfa6ef5c4',1,'amrex::MLNodeLinOp::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aea2a34ccbaafa9697d789fb85def8f98',1,'amrex::MLNodeLaplacian::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'MLLinOpT< Array< MultiFab, 3 > >::resizeMultiGrid()']]], - ['resizeruntimeintcomp_14481',['ResizeRuntimeIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'amrex::ParticleContainer_impl::ResizeRuntimeIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeIntComp()']]], - ['resizeruntimerealcomp_14482',['ResizeRuntimeRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'amrex::ParticleContainer_impl::ResizeRuntimeRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeRealComp()']]], - ['resizetiles_14483',['resizeTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html#a11a020cd1f085ecbf8bb084ba1770723',1,'amrex::NeighborUnpackPolicy::resizeTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html#a8511545f28339259917a04b655a30aab',1,'amrex::RedistributeUnpackPolicy::resizeTiles()']]], - ['resnorminf_14484',['ResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adec5922c106684ff36cd96378f8c26fa',1,'amrex::MLMGT']]], - ['restart_14485',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['restart_14486',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa6591b111a02fd2bc24bf77c7d2e41e2',1,'amrex::StateData::restart(const StateDescriptor &d, const StateData &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a34ec54719f6bb5ab1f546f425b53c009',1,'amrex::StateData::restart(std::istream &is, const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const FabFactory< FArrayBox > &factory, const StateDescriptor &d, const std::string &chkfile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a05899e47b34be116fa7a9a40ecaa74ca',1,'amrex::AmrLevel::restart()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3070a179ad3daed519f8d41a2f2d6b3b',1,'amrex::Amr::restart()']]], - ['restart_14487',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Restart()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file, bool is_checkpoint)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file)']]], - ['restartdoit_14488',['restartDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0c6a25c6e4470142b535f3ef3f9abf9',1,'amrex::StateData']]], - ['restorerandomstate_14489',['RestoreRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc',1,'amrex']]], - ['restrictinteriornodes_14490',['restrictInteriorNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1610ae549068808823c0013dfac50897',1,'amrex::MLNodeLaplacian']]], - ['restriction_14491',['restriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0565c8afd01c7446c5c0b37373f49c24',1,'amrex::MLEBNodeFDLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ae1cf65a8b8f6196599a53648d030b84e',1,'amrex::MLNodeTensorLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab6a995c6b1ee3888b0bbda8b04b4f971',1,'amrex::MLNodeLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aff845f31ea7d309bb08d152c5efe1111',1,'amrex::MLNodeABecLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'MLLinOpT< Array< MultiFab, 3 > >::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'amrex::MLLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab4713a678d7c2ac9e1a9c5b027f965c5',1,'amrex::MLCellLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a169c302d0fe1a37135eb60b015b25c95',1,'amrex::MLCurlCurl::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3025666eaa3a70d8b8d2a5996034bc29',1,'amrex::MLEBABecLap::restriction()']]], - ['rewind_14492',['rewind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a731632defa84a957ee5bd65b0dc04953',1,'amrex::OrientationIter']]], - ['rk_14493',['RK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a95aea02fe7abbf3d1e5cd58ee5ff7d41',1,'amrex::AmrLevel']]], - ['rk2_14494',['RK2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef',1,'amrex::RungeKutta']]], - ['rk2_5fupdate_5f2_14495',['rk2_update_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc',1,'amrex::RungeKutta::detail']]], - ['rk3_14496',['RK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd',1,'amrex::RungeKutta']]], - ['rk3_5fupdate_5f3_14497',['rk3_update_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88',1,'amrex::RungeKutta::detail']]], - ['rk4_14498',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7',1,'amrex::RungeKutta']]], - ['rk4_5fupdate_5f4_14499',['rk4_update_4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc',1,'amrex::RungeKutta::detail']]], - ['rk_5fupdate_14500',['rk_update',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt, Real dt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt1, MF const &dUdt2, Real dt)']]], - ['rkintegrator_14501',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aff544c0ff17bffff837a639774d02cc4',1,'amrex::RKIntegrator::RKIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9053a3951e9866cd83b20f2f50612825',1,'amrex::RKIntegrator::RKIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['rmbox_14502',['rmBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1d49c186eeea202115e3194e30c47a68',1,'amrex::BoxDomain']]], - ['rotate_14503',['rotate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d',1,'amrex::EB2']]], - ['rotate180_14504',['Rotate180',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], - ['rotate90_14505',['Rotate90',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, Box const &domain)']]], - ['rotationif_14506',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#afe9fbf2bc166e3cb4921b307144b9eff',1,'amrex::EB2::RotationIF']]], - ['round_14507',['round',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept']]], - ['roundoffhi_14508',['RoundOffHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#acdb7c93325edf9673f3410304dbf50a6',1,'amrex::Geometry']]], - ['roundofflo_14509',['RoundOffLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a08e08573113d868662151363fa899851',1,'amrex::Geometry']]], - ['roundrobindoit_14510',['RoundRobinDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac6b32a50939eeecba284d301e75e4976',1,'amrex::DistributionMapping']]], - ['roundrobinprocessormap_14511',['RoundRobinProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa289abff3bb4de779c8cafc2036ead9c',1,'amrex::DistributionMapping::RoundRobinProcessorMap(int nboxes, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a32466e58df8610e7918c671c7e389b7f',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2f4b44ca0d107e8f4a140df9d04a6c14',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const BoxArray &boxes, int nprocs)']]], - ['rrsfcdoit_14512',['RRSFCDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2a57f52831edc3b6ebf3facf3a065933',1,'amrex::DistributionMapping']]], - ['rrsfcprocessormap_14513',['RRSFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e9524ab8bf5f4d8165c501ecc5cc5bb',1,'amrex::DistributionMapping']]], - ['run_5fhypre_5fsetup_14514',['run_hypre_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa5e6faf396f20e79f5a8997d826d70e4',1,'amrex::HypreIJIface']]], - ['run_5fhypre_5fsolve_14515',['run_hypre_solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6fb3e32e3041f2cee891a7b52f7088e',1,'amrex::HypreIJIface']]], - ['runongpu_14516',['RunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a45c110d37b26e0c322c1af1089ecbfea',1,'amrex::StateDescriptor::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#add628eb12539396ff64eb4a535c99ac9',1,'amrex::BndryFuncArray::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a6cf8dd62b24e9bd99af570312314f42d',1,'amrex::StateDescriptor::BndryFunc::RunOnGPU()']]], - ['rvec_14517',['rvec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9480daac8e7f5482e3330f610d04ad7a',1,'amrex::Particle::rvec(const IntVect &) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a729d8ca45fc82f0f14064c9600778865',1,'amrex::Particle::rvec(const IntVect &indices) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a3db7403027a6374a5fbc4c90ed0362cf',1,'amrex::Particle::rvec(AMREX_D_DECL(int, int, int)) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7532d647d3775739b3078195c85f25ec',1,'amrex::Particle::rvec(AMREX_D_DECL(int indx, int indy, int indz)) const &']]] + ['radsquared_14365',['radSquared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab83bde52e73520cc1375d513030374df',1,'amrex::RealVect::radSquared() const noexcept']]], + ['random_14366',['Random',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a384bf7a8791d85fe1ae4153eee61d71e',1,'amrex::Random()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65fcc9ad910569bc247b330997d5ed52',1,'amrex::Random(RandomEngine const &random_engine)']]], + ['random_5fint_14367',['Random_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20796a80df81ee204983811cc8a1b705',1,'amrex::Random_int(unsigned int n)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3768023f2b8cf90a47c693514b97d579',1,'amrex::Random_int(unsigned int n, RandomEngine const &random_engine)']]], + ['random_5flong_14368',['Random_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83b723afb07da54500bc1dc47a43f636',1,'amrex']]], + ['randomnormal_14369',['RandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a4ed5dc1eeb3e5b409eb8975c9e829b',1,'amrex::RandomNormal(Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10f7574cba3e496a27f09204cce8aa6f',1,'amrex::RandomNormal(Real mean, Real stddev, RandomEngine const &random_engine)']]], + ['randompoisson_14370',['RandomPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadec079fd8e2cdca36f7f49355e33864',1,'amrex::RandomPoisson(Real lambda)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62b2d5b64c692d02452cbed5ee65e61e',1,'amrex::RandomPoisson(Real lambda, RandomEngine const &random_engine)']]], + ['range_14371',['Range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5a7e65f26ef2a8d356ebef518f007aaf',1,'amrex::Gpu']]], + ['range_5fimpl_14372',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad4f7d96980fc27cd61042157159e0b4a',1,'amrex::Gpu::range_detail::range_impl']]], + ['rangeintersection_14373',['RangeIntersection',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a286eebba7a2e37000c01614ea347b24c',1,'BLProfStats']]], + ['rank_14374',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a5600c4f99f1a21d9ee5198275ca01e00',1,'amrex::WeightedBoxList']]], + ['rank_5f2d_5fx_14375',['rank_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae56acf570ce826a2c7fdc5f76ad1a00b',1,'hacc::Distribution']]], + ['rank_5f2d_5fy_14376',['rank_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae447604127f7210918c304134abaa8ac',1,'hacc::Distribution']]], + ['rank_5f2d_5fz_14377',['rank_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ac7e073d3f64574fb26e2c7119ab25358',1,'hacc::Distribution']]], + ['rankinleadcomm_14378',['RankInLeadComm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0719939ecc6b26843399e2af4d660f14',1,'amrex::ParallelDescriptor']]], + ['rb180_14379',['RB180',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#abd8ce363a9dbaaf0072c5ca833c6487e',1,'amrex::FabArrayBase::RB180']]], + ['rb90_14380',['RB90',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a1edfeca1f60abef9a9f56b0c4e8e64a4',1,'amrex::FabArrayBase::RB90']]], + ['rbegin_14381',['rbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< unsigned int >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal * >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal * >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< std::size_t >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< std::size_t >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< unsigned int >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'amrex::PODVector::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'amrex::PODVector::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::BoxND >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::BoxND >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< char >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::XDim3 >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::XDim3 >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::STLtools::Triangle >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::STLtools::Triangle >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::openbc::MomTag >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::openbc::MomTag >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< amrex::NeighborCode >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< amrex::NeighborCode >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int *, DefaultAllocator< int * > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< int * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const int *, DefaultAllocator< const int * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const int * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal * >::rbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa95b5d33b04423ffc385e2c8f2096876',1,'PODVector< index_type >::rbegin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< index_type >::rbegin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a8dc6a6dec2668ff14d083905ed5b128a',1,'PODVector< int * >::rbegin()']]], + ['rdata_14382',['rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3f4fb4909b54fed525e16352be0a63f1',1,'amrex::ParticleTileData::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a77c773768e4a002b2788a6009ab0c048',1,'amrex::Particle::rdata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a41ad580e96804381c814a85f64767caa',1,'amrex::Particle::rdata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a827643d1bd135a63ffa20579d27297d3',1,'amrex::Particle::rdata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a5b427f85a35cad6a54cb8ee01b424ccb',1,'amrex::Particle::rdata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7000ae4ed79c3c7b0c4cb9d73588ed17',1,'amrex::Particle::rdata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a54d0d4ae5404e0c933c0fdeaab60ed9f',1,'amrex::ConstParticleTileData::rdata()']]], + ['read_14383',['read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a9d1f49ee565f0d188ed763f55f6d6ae9',1,'amrex::FABio_binary']]], + ['read_14384',['Read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52e1e2273aab2453f7eb4b3b263310eb',1,'amrex']]], + ['read_14385',['read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#ab7e4e83d02048ffe35b15b01f5e428a1',1,'amrex::IFABio::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a13861fcb5290d2ce4fe7e6510d3fee34',1,'amrex::FluxRegister::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a36867dedd480c7d07877c1cc65aa40bf',1,'amrex::FabSetT::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a0df1bfeea23fd4f9ee35b21fc0ddb8f9',1,'amrex::FABio_ascii::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#aa2439db7d09034abce9411d979e38762',1,'amrex::FABio_8bit::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3d35f09a87700e22092fb5e943c82163',1,'amrex::FABio::read()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ad918f23e64a2d59ba453b09617e5ac15',1,'amrex::BndryRegisterT::read()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a680b0882613be5eba620649955402e4d',1,'amrex::Scan::detail::BlockStatus< T, true >::read()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa052c7cb7904d7ae9e01374b59bbd216',1,'amrex::Scan::detail::BlockStatus< T, false >::read()']]], + ['read_14386',['Read',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a36dca41f0d001fce65deea4ec9e3ea1d',1,'amrex::VisMF']]], + ['read_5fascii_5fstl_5ffile_14387',['read_ascii_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aa4f438da64a6ea3b7520112aac9f8fd3',1,'amrex::STLtools']]], + ['read_5fbinary_5fstl_5ffile_14388',['read_binary_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aca6050ea96a310625fe20e9f9594680a',1,'amrex::STLtools']]], + ['read_5ffab_14389',['read_fab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa3870bf45fd14f87c3674a996cae2752',1,'amrex::detail']]], + ['read_5ffrom_5fchkpt_5ffile_14390',['read_from_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a42bbef7d1271397c6e1a88006c9462e0',1,'amrex::EB2::ChkptFile']]], + ['read_5fheader_14391',['read_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#afb78d32e7b4d8ef3e4e430c3c7b8598a',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f, int compIndex, int &nCompAvailable)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a5f0e9754f27698eb89c86433c6cc3fc5',1,'amrex::FABio::read_header(std::istream &is, FArrayBox &f)']]], + ['read_5fparameters_14392',['read_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a35f3f508708be4b72388384a46b3b6a3',1,'amrex::TimeIntegrator']]], + ['read_5fparams_14393',['read_params',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa0385aea8391d0b59b6adfb910cffbf4',1,'amrex::Geometry']]], + ['read_5fstl_5ffile_14394',['read_stl_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#abde98e341a2edf239bfa987ce47ed2be',1,'amrex::STLtools']]], + ['readandbcastfile_14395',['ReadAndBcastFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4736dec48acb46827a04cdca7b4045d7',1,'amrex::ParallelDescriptor']]], + ['readblock_14396',['ReadBlock',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a06e019724b8ee9171e8e4da3d4340aa3',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, const int nmessages)'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0063c7d1c93c6f36bdf068ec89f4c328',1,'RegionsProfStats::ReadBlock(DataBlock &dBlock, bool readRSS=true, bool readTraces=true)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a41c7cecdb09d9a72e30118d78343b48e',1,'BLProfStats::ReadBlock()']]], + ['readblocknoopen_14397',['ReadBlockNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8c2d460eb4e81905c7a79969eefadad6',1,'RegionsProfStats::ReadBlockNoOpen()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9689a1779e9f7008ced946ab6ff8fa41',1,'BLProfStats::ReadBlockNoOpen()']]], + ['readboxarray_14398',['readBoxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae634c8846124c00149fa2a0ad45f4ec4',1,'amrex']]], + ['readcommstats_14399',['ReadCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab5b0c11f3980a18ad4d42d9de9c4af6a',1,'CommProfStats::ReadCommStats(DataBlock &dBlock, const int nmessages)'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afbced1780aae9f51df2a3ec897fdc5e7',1,'CommProfStats::ReadCommStats(DataBlock &dBlock)']]], + ['readcommstatsnoopen_14400',['ReadCommStatsNoOpen',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#afe795502ea704a46a029d0e0a9e378ff',1,'CommProfStats']]], + ['readdata_14401',['readData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5836a4ae751b9857848ec279e0a7dc4a',1,'amrex::readData(int *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b9259c0e2e12b54971dac6fe224ba97',1,'amrex::readData(Long *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd3603d5627ea48a5c25919fa90482f5',1,'amrex::readData(float *data, std::size_t size, std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bed38ec3405646ecda2cfbd8b179733',1,'amrex::readData(double *data, std::size_t size, std::istream &is)']]], + ['readdata_14402',['ReadData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae41ad53f7f76cc59fd271cdd1476228a',1,'amrex::AmrData']]], + ['readdoubledata_14403',['readDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac590394599f7ea721cf8999331d0436e',1,'amrex']]], + ['readfab_14404',['readFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0afcb55c6cfee56032dfb6e23389be35',1,'amrex::VisMF::readFAB(FabArray< FArrayBox > &mf, int idx, const std::string &mf_name, const Header &hdr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a65d273deab9512e01656ddf942d98b51',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5ccdc92a1d70d5290df4830586628a91',1,'amrex::VisMF::readFAB(int idx, int icomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8c9df1da1d55877f7d53653e73120f8d',1,'amrex::VisMF::readFAB(int idx, const std::string &mf_name, const Header &hdr, int whichComp=-1)']]], + ['readfaheader_14405',['ReadFAHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdcbffdd50b28342be875ac0da817056',1,'amrex::VisMF']]], + ['readfloatdata_14406',['readFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c085d3b27d107f62bdb36f5ecc0f326',1,'amrex']]], + ['readfrom_14407',['readFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4df72bcadb7bdaa2c5db57212e48853a',1,'amrex::BoxArray::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#af4cb165d9e60aff6ad22b20d44ec22dd',1,'amrex::DistributionMapping::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8a42f4fe7d3ad41e56175103deec42e1',1,'amrex::FArrayBox::readFrom(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac5f3bc40906e22d2e481fa87114b62f4',1,'amrex::FArrayBox::readFrom(std::istream &is, int compIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3a19e0c558360ae380fba44e0aec9086',1,'amrex::IArrayBox::readFrom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa99a533ca8b84883dd44bf870fb7c5b3',1,'amrex::Mask::readFrom()']]], + ['readgrid_14408',['ReadGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a511a1b01b981c6b4a4bdbdc71582ea68',1,'amrex::AmrData']]], + ['readintdata_14409',['readIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69bf266cc5fefb0b385d84f685dd0df6',1,'amrex::readIntData(int *data, std::size_t size, std::istream &is, const IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8ec915a2cffc7c342e1f15e52cbd697',1,'amrex::readIntData(To *data, std::size_t size, std::istream &is, const amrex::IntDescriptor &id)']]], + ['readlongdata_14410',['readLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5a1f4f1c5cbe7672f12c62b9db96746',1,'amrex']]], + ['readnonplotfiledata_14411',['ReadNonPlotfileData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a10551f29207a5f3ff861bd8eeedcb435',1,'amrex::AmrData']]], + ['readparticlerealdata_14412',['ReadParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8699a4dc0ddbe5306e7c17e0fb21237b',1,'amrex::ParticleContainer_impl::ReadParticleRealData(void *data, size_t size, std::istream &is)']]], + ['readparticles_14413',['ReadParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReadParticles(int cnt, int grd, int lev, std::ifstream &ifs, int finest_level_in_file, bool convert_ids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a90b8d7c78a948c202e2af579580d8004',1,'amrex::ParticleContainer_impl::ReadParticles()']]], + ['readprobinfile_14414',['readProbinFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a979e1cff503e5f3c6436a232284fdcfb',1,'amrex::Amr']]], + ['readrealdata_14415',['readRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6f624229959bee80f1444371bb5babc',1,'amrex']]], + ['readytoread_14416',['ReadyToRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af4f8ba9c90ecfcea92b6426df76049af',1,'amrex::NFilesIter']]], + ['readytowrite_14417',['ReadyToWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6c012f15ef5b8e7438a88bc794766143',1,'amrex::NFilesIter']]], + ['real_14418',['real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a150666baa5a509c2fe563c507627c038',1,'amrex::GpuComplex']]], + ['realarray_14419',['realarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f4ecbdbcb5f14edb160e4404b16c3e4',1,'amrex::StructOfArrays']]], + ['realbox_14420',['RealBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0c94da578ae78f612f3c7a1295edb272',1,'amrex::RealBox::RealBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a08455d95f7a26778ba42b5d023d16eec',1,'amrex::RealBox::RealBox(const Real *a_lo, const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a4fad8ad2d3ec608a2c1f2fb205ddda86',1,'amrex::RealBox::RealBox(const std::array< Real, AMREX_SPACEDIM > &a_lo, const std::array< Real, AMREX_SPACEDIM > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ac0a2462c4b6cf7119c7946140d4ba979',1,'amrex::RealBox::RealBox(const Box &bx, const Real *dx, const Real *base) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0133f0708ca052eb1eb7a7753169bb75',1,'amrex::RealBox::RealBox(AMREX_D_DECL(Real x0, Real y0, Real z0), AMREX_D_DECL(Real x1, Real y1, Real z1)) noexcept']]], + ['realdescriptor_14421',['RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a9dbe5ae2ad6763590e469c1a74036b53',1,'amrex::RealDescriptor::RealDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae7a8d4505859f386a09ef7339b27a984',1,'amrex::RealDescriptor::RealDescriptor(const Long *fr_, const int *ord_, int ordl_)']]], + ['realvect_14422',['RealVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#acf4c2cd61a42a6e8fe7d8251000c2140',1,'amrex::RealVect::RealVect() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3b80d8eb549dcdfa0fc5ab37b3d0bd1f',1,'amrex::RealVect::RealVect(const std::vector< Real > &vr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3c853dd6f1e8e3a8633f066f5b15db31',1,'amrex::RealVect::RealVect(Real i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a95ba2b64c46580f6e8ebbb7f35dad2cb',1,'amrex::RealVect::RealVect(const Real *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae2fd3bdec2802aef034cc7cfb36bf14a',1,'amrex::RealVect::RealVect(const IntVect &iv) noexcept']]], + ['recordbuild_14423',['recordBuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a83dcba41161d5a1672578ee871232dfa',1,'amrex::FabArrayBase::CacheStats::recordBuild()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ae05279827e8393a4494478d1885e2c2b',1,'amrex::FabArrayBase::FabArrayStats::recordBuild() noexcept']]], + ['recorddelete_14424',['recordDelete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a117c2d4187d31c7a6e0c6da477e381d0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recorderase_14425',['recordErase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a5cb9d8eee911caa7c6b42f7cdd176083',1,'amrex::FabArrayBase::CacheStats']]], + ['recordmaxnumbause_14426',['recordMaxNumBAUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a6fc4a42952792e21c6af56f1b7d38799',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recordmaxnumboxarrays_14427',['recordMaxNumBoxArrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a79668291012755d981986b35942faa12',1,'amrex::FabArrayBase::FabArrayStats']]], + ['recorduse_14428',['recordUse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a07a1075ba91654c00909193f65076bc1',1,'amrex::FabArrayBase::CacheStats']]], + ['recv_14429',['recv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a760f0ae4f1155afb07c80a5e5055c589',1,'amrex::MPMD::Copier']]], + ['recv_14430',['Recv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af4996999fa16efb8ab255e1d26ab2163',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1edfac65363a39cde188d5f5adb85134',1,'amrex::ParallelDescriptor::Recv(T *, size_t n, int pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aed1beec464cfce027998bc7a249a09b5',1,'amrex::ParallelDescriptor::Recv(std::vector< T > &buf, int pid, int tag)']]], + ['recvlayoutmask_14431',['RecvLayoutMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::EBCellFlagFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'amrex::FabArray::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< AtomicInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::BaseFab< PetscInt > >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::CutFab >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< amrex::Mask >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< FArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< IArrayBox >::RecvLayoutMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59639f9d47c654200ffccda96ff78ae5',1,'FabArray< TagBox >::RecvLayoutMask()']]], + ['redefinedummymf_14432',['RedefineDummyMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7fc7373a60be7c74a38a17b1711f59fa',1,'amrex::ParticleContainerBase']]], + ['redistfiles_14433',['RedistFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a6b7be29b3621c9df4db1d93736597b',1,'amrex']]], + ['redistribute_14434',['Redistribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< IArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::CutFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::EBCellFlagFab >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::Mask >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< FArrayBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1dadb49a29f4ad711fb369db84b2eb54',1,'amrex::NeighborParticleContainer::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< TagBox >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< PetscInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'FabArray< amrex::BaseFab< AtomicInt > >::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a91d4e639cd2eca22c25e9625de833b3a',1,'amrex::FabArray::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'amrex::ParticleContainer_impl::Redistribute()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae715cfb21e499fce29f8aee5a01feac1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Redistribute()']]], + ['redistribute_5f1_5fto_5f3_14435',['redistribute_1_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1931b02c089c17498cb4540627e11b01',1,'hacc::Distribution']]], + ['redistribute_5f2_5fto_5f3_14436',['redistribute_2_to_3',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aabb229232bc80f264cab6ac0d8f31c19',1,'hacc::Distribution']]], + ['redistribute_5f3_5fto_5f1_14437',['redistribute_3_to_1',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aed576f7f07c9f6a5d176ffd43016c064',1,'hacc::Distribution']]], + ['redistribute_5f3_5fto_5f2_14438',['redistribute_3_to_2',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab36b24c7f9d57e4edad0b60638eae060',1,'hacc::Distribution']]], + ['redistributecpu_14439',['RedistributeCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'amrex::ParticleContainer_impl::RedistributeCPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87a336f58b2a85110ce13bc7aa7cf138',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeCPU()']]], + ['redistributegpu_14440',['RedistributeGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'amrex::ParticleContainer_impl::RedistributeGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa0b3b069a1dee1a10ea57cc8e8bbde14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeGPU()']]], + ['redistributelocal_14441',['RedistributeLocal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a098b72559cacc3ab8b2455a36137fd06',1,'amrex::NeighborParticleContainer']]], + ['redistributempi_14442',['RedistributeMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'amrex::ParticleContainer_impl::RedistributeMPI()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abef322b0b6bd8480a776590774981aaf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RedistributeMPI()']]], + ['reduce_14443',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2d9a622392a0eee879ac8180cb2371e6',1,'amrex::detail::Reduce(ReduceOp, T *, int, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a11b496ac41b8e46fe7f1adf74392dcfb',1,'amrex::detail::Reduce(ReduceOp, T &, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a59bb763ea3df042d86d6906cc9ccfc77',1,'amrex::detail::Reduce(ReduceOp, Vector< std::reference_wrapper< T > > const &, int, MPI_Comm)']]], + ['reducebooland_14444',['ReduceBoolAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45569b295bf42f447fac8a9610790ff0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a85f79f28c8cb6cc5762e3edd80c57fc0',1,'amrex::ParallelDescriptor::ReduceBoolAnd(bool &rvar)']]], + ['reduceboolor_14445',['ReduceBoolOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8e74f51d2321b7e827baae5d86a83824',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a45ff8728249b5e214f520e284c04143b',1,'amrex::ParallelDescriptor::ReduceBoolOr(bool &rvar, int cpu)']]], + ['reducedata_14446',['ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aeee26c66dbe6bda07476f5f1997ac833',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad9b6892476ee0222229ebc178fb0089f',1,'amrex::ReduceData::ReduceData(ReduceData< Ts... > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a71bbfd3ca387af546ab718418a3d8521',1,'amrex::ReduceData::ReduceData(ReduceOps< Ps... > &reduce_op)']]], + ['reduceintmax_14447',['ReduceIntMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a709e52679c5ca426b23c887ffe1b4ab9',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24bb8ef806f88e3157be27c793ffb345',1,'amrex::ParallelDescriptor::ReduceIntMax(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62bf0397eb0f4082f6dab4ae8e5c51d3',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac376fd270c659b4dcb8df316d1bc1938',1,'amrex::ParallelDescriptor::ReduceIntMax(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acb97f902ad7ed88309b2c336ab7b9291',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a254f165da975107ee08bd1b829cdd89c',1,'amrex::ParallelDescriptor::ReduceIntMax(Vector< std::reference_wrapper< int > > const &, int)']]], + ['reduceintmin_14448',['ReduceIntMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a12ffc8c1e5d0753383b1c4cacd1057dd',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff32fd8c6e4cd30f666fab624fc4ee86',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8c531d59e55cd4b449b7b1918a6c0980',1,'amrex::ParallelDescriptor::ReduceIntMin(int &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aef0dcb327a050f0a04520c31486687a8',1,'amrex::ParallelDescriptor::ReduceIntMin(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3441f492fc784719d2b872f7a6da54ac',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad0666521a8805bef2e133ca85b3ab38b',1,'amrex::ParallelDescriptor::ReduceIntMin(Vector< std::reference_wrapper< int > > const &, int)']]], + ['reduceintsum_14449',['ReduceIntSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a132abb9498b1ed2f491583c1f7719afb',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aea28e27e88f4416c838e39ab243227bf',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a66f0d2e88581a3502c3d617a7b20249c',1,'amrex::ParallelDescriptor::ReduceIntSum(Vector< std::reference_wrapper< int > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a31842e0bf333c7f85c31e6f227055716',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a16b47250406954c795c3af20e49279a7',1,'amrex::ParallelDescriptor::ReduceIntSum(int *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afbd2261dcc7ea1687666a76188724baa',1,'amrex::ParallelDescriptor::ReduceIntSum(int &rvar, int cpu)']]], + ['reducelogicaland_14450',['ReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc20a37ec958213a9ebffccb0ef3a50b',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev_min, int lev_max, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e4d86e52a629511e02bff646ca60b59',1,'amrex::ReduceLogicalAnd(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa175f510a09bbc1252a4e1b8f3ac5250',1,'amrex::ReduceLogicalAnd(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab19f7ad2a54b1e324d431adfe05978aa',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff9cc4b21a84dbb1def69e24fa575064',1,'amrex::ReduceLogicalAnd(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add25d5d5612fe7f7e697f9eff76568ba',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3866c459fc8c798d5a19fa747a3500b5',1,'amrex::ReduceLogicalAnd(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducelogicaland_5fhost_14451',['ReduceLogicalAnd_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a1d5c7672e729a95526f96d08412beb7a',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a98324c7303def0701130d1e68fff665f',1,'amrex::fudetail::ReduceLogicalAnd_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], + ['reducelogicaland_5fhost_5fwrapper_14452',['ReduceLogicalAnd_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a9324c78d4b453dd9f88580ef747cdd30',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad91f51bde9868e6d015a633dff6d973d',1,'amrex::fudetail::ReduceLogicalAnd_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], + ['reducelogicalor_14453',['ReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86ff43c965c29ca6c76704135c773345',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f36471bf6b32ec7460e70b9e4a1f91d',1,'amrex::ReduceLogicalOr(PC const &pc, int lev_min, int lev_max, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18f76938d120a4d9891cc99e67cab771',1,'amrex::ReduceLogicalOr(PC const &pc, int lev, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43f13583043013b5751afe1e193cc8b5',1,'amrex::ReduceLogicalOr(PC const &pc, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93ead4b7e5a5b99b0a88040076d7fd21',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddb35f2f67fa5f607d190b5d5306c9d',1,'amrex::ReduceLogicalOr(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbf67596dd1ba6faf566beabcbab7776',1,'amrex::ReduceLogicalOr(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], + ['reducelogicalor_5fhost_14454',['ReduceLogicalOr_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad331e3b14cc77e45fb756249c4b055ea',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#af6c5699e53d02cdd310fdf0c1e30377b',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB > const &fa, IntVect const &nghost, F &&)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#aaba4be4ccfca4771494f7f67c4d80bb3',1,'amrex::fudetail::ReduceLogicalOr_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)']]], + ['reducelogicalor_5fhost_5fwrapper_14455',['ReduceLogicalOr_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad13df7e139fd2b9e405ee77032ecb6aa',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a956d1f2590b24b14299b64f450359b6c',1,'amrex::fudetail::ReduceLogicalOr_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)']]], + ['reducelongand_14456',['ReduceLongAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa59eadac87d81fb68efa1650acc3872',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae65ea1566cda97563752491d899b8997',1,'amrex::ParallelDescriptor::ReduceLongAnd(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aca77e15a2b4674d2abb34b092306c05f',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7eb4a01321f954b8f6936ca59547c7d4',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a476b155089373ad605808b20f38166d7',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a01508dabdc47364798a99c9527c870f2',1,'amrex::ParallelDescriptor::ReduceLongAnd(Long &rvar, int cpu)']]], + ['reducelongmax_14457',['ReduceLongMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a56fb59f9a47b9d625ef97d4549007c1e',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a753035868de2acca4a9ffb1aaa150c2a',1,'amrex::ParallelDescriptor::ReduceLongMax(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a10f34646867ef5dd70d02ecf014de3d2',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3661303172f9bd5b139c1c19adbd93f8',1,'amrex::ParallelDescriptor::ReduceLongMax(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a926985db9b71c186280e5e4556be41ee',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a72761a0aff0775f8f6943062a34fca31',1,'amrex::ParallelDescriptor::ReduceLongMax(Long &rvar)']]], + ['reducelongmin_14458',['ReduceLongMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a42ee71c485b816027db498df7b566a90',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07c6b4691afed879feab525503e1e267',1,'amrex::ParallelDescriptor::ReduceLongMin(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7ae5a5af4ccc5fa61d017ef297455291',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a99b02744714ceae31674c2e25ef03029',1,'amrex::ParallelDescriptor::ReduceLongMin(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2e42fa89ea38ff3a43ae0789f850575',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab7ca980624e045bdd5d349b6605adcbc',1,'amrex::ParallelDescriptor::ReduceLongMin(Vector< std::reference_wrapper< Long > > const &, int)']]], + ['reducelongsum_14459',['ReduceLongSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a90d832444f2b4ad4af4c8aa56c810a98',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a98c9e67e17bd55e681d9e790611a1289',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a170da7d288a55d1b23ca2f2648d64f40',1,'amrex::ParallelDescriptor::ReduceLongSum(Long &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aac42b493c09470d467ce23133f2cbbc6',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4774b13392beaf5d41c989897fdf5268',1,'amrex::ParallelDescriptor::ReduceLongSum(Vector< std::reference_wrapper< Long > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7008a294874001b3b8e5372ff45ebf64',1,'amrex::ParallelDescriptor::ReduceLongSum(Long *, int)']]], + ['reducemax_14460',['ReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07315aba6826805030c5f6fd847fc370',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a210e45f0c136c51a835032cc34cfb0a1',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcc19ed59f5327a67f329b7745af5802',1,'amrex::ReduceMax(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a372810a65569e56565a9bb33254184bd',1,'amrex::ReduceMax(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b2acc5eb792d530fdb2f619ed1e7ef',1,'amrex::ReduceMax(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f27335e5238a53e12af0ad6dc8e04a3',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8df373fd6d52b64c70d0e2c218f7b56',1,'amrex::ReduceMax(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aced90eccf9c8aa5de4fa7fddacbab125',1,'amrex::ReduceMax(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a157fdc4ac63d7f4d21a5df4b4151eb28',1,'amrex::ReduceMax(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducemax_5fhost_14461',['ReduceMax_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5cbfdb6c3a840887695c62047d93245c',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae74a82be47784be4b91ddbda5fc57292',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acdc08ac91e7153b005ad55c74729ed05',1,'amrex::fudetail::ReduceMax_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducemax_5fhost_5fwrapper_14462',['ReduceMax_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a7d979b16fd84d1c691f6763c846775fc',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a616e25fb4b45f5288d74db1984fa904a',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a4871d272b494ec22383148a1b542b545',1,'amrex::fudetail::ReduceMax_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reducemf_14463',['ReduceMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a78a11998747f2a6d55b077e89eb31267',1,'amrex::fudetail::ReduceMF(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a24a5574f332581d869b9d42e2a46bc94',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ab65c9a7eac86800d2dfaf0e5dc5aaba6',1,'amrex::fudetail::ReduceMF(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducemin_14464',['ReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b8b6dfe17e7e9225a567793e47f606',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23f8188bafacc115d2cfd1dfcda0db65',1,'amrex::ReduceMin(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6e2c75c0f4c085c615019cbd2f7fe94',1,'amrex::ReduceMin(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5de56bfd44c4ded3fc14b37c64cec18',1,'amrex::ReduceMin(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbeb820864e599e86ce8f5f30773beac',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7385647d73fd0e4b29617d87309f3c78',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab427586186a5143d74279bb26107044a',1,'amrex::ReduceMin(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a94a27ca9a492d6d0f17996924e1b1745',1,'amrex::ReduceMin(FabArray< FAB > const &fa, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b14cf8ae0f4d40d865377df85ff8301',1,'amrex::ReduceMin(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)']]], + ['reducemin_5fhost_14465',['ReduceMin_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a5612349cebde1e13831e6bac02758b79',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a952d8ba27cb3e21f4956c33837d904b4',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#acacd9fa1ce1c5779482738ebaa06fbfd',1,'amrex::fudetail::ReduceMin_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)']]], + ['reducemin_5fhost_5fwrapper_14466',['ReduceMin_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a8c7c9b910c8e3e73f887e8a02e1acaab',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a00bcb8f20c7b002cb0034537fea3526b',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ada04ac91481ae50782f568083e27767d',1,'amrex::fudetail::ReduceMin_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reducerealmax_14467',['ReduceRealMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad2a78407b61ee83c69f39f7a9b9ec1f4',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0a160ffd54c33e69175007f868677df1',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab10f03093e521df6b76a4b2bcf15fb57',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a15857afcde0bfd0fdbd5edb294ee448c',1,'amrex::ParallelDescriptor::ReduceRealMax(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76e33bbc9645091e5f01d305da73960a',1,'amrex::ParallelDescriptor::ReduceRealMax(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a62622aba4b36e6860b55eb502343f93e',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a25cdb37c12b44c99eca111bd5b286d95',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aff6bc74ed06d830d1db5d24040838e14',1,'amrex::ParallelDescriptor::ReduceRealMax(Vector< std::reference_wrapper< Real > > const &)']]], + ['reducerealmin_14468',['ReduceRealMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a24c5c1870ba2e6e50b28f77e82a5a4c5',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9443321dc4601e380e102ffebe6a143',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95eed49d43cbcd3d04dd6afcfc1c5935',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa916865c8ac81ac3defb694eeec9121b',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#add077882a08d9df475f94edd75f96f11',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84e047e8a88180ba003ae2f94734d733',1,'amrex::ParallelDescriptor::ReduceRealMin(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3bd99be9ca704b92d4813a1577648f66',1,'amrex::ParallelDescriptor::ReduceRealMin(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a26e7693a89088324db0dc544811f1988',1,'amrex::ParallelDescriptor::ReduceRealMin(Vector< std::reference_wrapper< T > > const &rvar, int cpu)']]], + ['reducerealsum_14469',['ReduceRealSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3cc450539929e272f9477b35edbebe80',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b24514ab2887f8caf7ee0e0610fc54f',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9d0be85a7606ccb6923d9684f4363b0f',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar, int cpu)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a177d6cb1641d1c8be8eeb14ff4babd16',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< T > > const &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8fee1add10130a7b9b644fc9e058b9a4',1,'amrex::ParallelDescriptor::ReduceRealSum(T *rvar, int cnt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1616e83959240bd41e075cb31cce86ae',1,'amrex::ParallelDescriptor::ReduceRealSum(T &rvar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a19168fb4689cf3a9cd934ef00a71ca4a',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &, int)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a39256068b3bc99d6219b39739053461d',1,'amrex::ParallelDescriptor::ReduceRealSum(Vector< std::reference_wrapper< Real > > const &)']]], + ['reducesum_14470',['ReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4252562789c375cc55a545cd278cf212',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a580c267bdc2ecf41ead1889d77b287c5',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41a3ccdb479b7b99b07b29315b85d602',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, int nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a643762b10ddb6c66e880320c6df34809',1,'amrex::ReduceSum(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0d7f39455f1fad5de147aa8cbf45a4',1,'amrex::ReduceSum(PC const &pc, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe943e0bac4c931ba74fcfb7e0fceb64',1,'amrex::ReduceSum(PC const &pc, int lev, F &&f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b06dc94a10733b712bc90159a30b78d',1,'amrex::ReduceSum(PC const &pc, int lev_min, int lev_max, F const &f) -> decltype(particle_detail::call_f(f, typename PC::ParticleTileType::ConstParticleTileDataType(), int()))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e32d93cb04b6557dcf30553793aeb92',1,'amrex::ReduceSum(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee63624c66220385d3ab86b7f68ae1c4',1,'amrex::ReduceSum(FabArray< FAB > const &fa, int nghost, F &&f)']]], + ['reducesum_5fhost_14471',['ReduceSum_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ae67d63a1ca5efd3211cdd0889fa2d317',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB > const &fa, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#ad0203fb57960c83a11596a46c13e00ed',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a23b4986e7f6d158be7347966529ca305',1,'amrex::fudetail::ReduceSum_host(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F const &f)']]], + ['reducesum_5fhost_5fwrapper_14472',['ReduceSum_host_wrapper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a509cfe3f501626b82899a0607f82a0c0',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB > const &fa, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#a446108c6c03634721a360874316711e6',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, IntVect const &nghost, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html#afcc5c0728f0b86970e242947cef7e93a',1,'amrex::fudetail::ReduceSum_host_wrapper(FabArray< FAB1 > const &fa1, FabArray< FAB2 > const &fa2, FabArray< FAB3 > const &fa3, IntVect const &nghost, F &&f)']]], + ['reducetoplane_14473',['ReduceToPlane',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364dfb9be3b959cfdb2509f4680ecd6f',1,'amrex']]], + ['reductionentry_14474',['ReductionEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#ac141bc923704f3a33d9074e1954b4115',1,'CommProfStats::ReductionEntry']]], + ['ref_14475',['Ref',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a1dcb03b5134dc17a5304929686a573dc',1,'amrex::DistributionMapping::Ref::Ref()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a8c0cd18f1293d7587f04cdfbe0282095',1,'amrex::DistributionMapping::Ref::Ref(int len)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a641af651d7da7e96317d1544a12caf7c',1,'amrex::DistributionMapping::Ref::Ref(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ae47a673a2d7c94e3483b90b58444be0c',1,'amrex::DistributionMapping::Ref::Ref(Vector< int > &&pmap) noexcept']]], + ['ref_5fwrapper_14476',['ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aec548b435e6ba52441b7c436a859048a',1,'amrex::ref_wrapper::ref_wrapper(T &ref) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8f3f054ecab74f9b3e738e5591b32e91',1,'amrex::ref_wrapper::ref_wrapper(T &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8c3a6304e4d37687fb6c62fa26d7ebe5',1,'amrex::ref_wrapper::ref_wrapper(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8ae7d0c30828a710034c7992f0383c12',1,'amrex::ref_wrapper::ref_wrapper(ref_wrapper &&) noexcept=default']]], + ['refid_14477',['RefID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a00f58999a2331cc59b9cf916b76cbc4d',1,'amrex::DistributionMapping::RefID::RefID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a3afae958bb4bf99b0eb1705208e3e1b5',1,'amrex::BoxArray::RefID::RefID() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a0adac980947d771e29e1420e5adc4e06',1,'amrex::BoxArray::RefID::RefID(BARef *data_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#af498ab4c22436f6e5e6e530392dc74c8',1,'amrex::DistributionMapping::RefID::RefID()']]], + ['refine_14478',['refine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'BoxND< AMREX_SPACEDIM >::refine()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a891e143331ef3de0742dfb5022e05909',1,'amrex::refine(Dim3 const &coarse, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54d77694c8efe15e13ae6e08ba5e9fae',1,'amrex::refine(Geometry const &crse, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0f0f651612f7b14e3c2768e69aaeb92',1,'amrex::refine(Geometry const &crse, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1aa5a62080b50fbc4c3646ddbc6c8a',1,'amrex::refine(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af32b91948787281bd9c0c691f3f355dd',1,'amrex::refine(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85187c36418a08cc244643e6fc869f4c',1,'amrex::refine(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4c03c73102c83c74769b7773fb82483',1,'amrex::refine(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83f1c0df18bafa6820dccc9efb6652f9',1,'amrex::refine(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab03c5a87d18f32a4efe5787bfd9a1ef8',1,'amrex::refine(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6f3cb1eac256b7f40e4b6491aff29448',1,'amrex::BoxArray::refine(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae1cf040542692a8255915fdb5f85421e',1,'amrex::BoxArray::refine(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1732a2c030467bb5a6d20721d0ff99c7',1,'amrex::BoxDomain::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a905d974544cd60c9b72314cb6135e17b',1,'amrex::BoxList::refine(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a551c2ca8aa05f54c73c3b57d40ca2217',1,'amrex::BoxList::refine(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'amrex::BoxND::refine(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae6833a17491a1a512ae638dc048edff0',1,'amrex::BoxND::refine(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1e90e8f8ace148e5195c936ceeaeaa72',1,'BoxND< AMREX_SPACEDIM >::refine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a122947abb8d93a6984f26277576faad3',1,'amrex::Geometry::refine()']]], + ['reflect_14479',['reflect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'IntVectND< AMREX_SPACEDIM >::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a708612d3aa9649f7270a5d97f3530f52',1,'amrex::IntVectND::reflect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97c8e0d133dd148a203927fee1eaae6f',1,'amrex::reflect()']]], + ['reflux_14480',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aa5b234a986e199e5dec6ffd996db12eb',1,'amrex::YAFluxRegisterT']]], + ['reflux_14481',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'amrex::MLLinOpT']]], + ['reflux_14482',['Reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a29bbf0848629975e74b0412adf5cbcf6',1,'amrex::YAFluxRegisterT::Reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6bc89bc8c2613160d25e7fd2bd0afb97',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Orientation face, Real scale, int scomp, int dcomp, int nc, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad77d84b98f56e41c5736e58f9c5772a2',1,'amrex::FluxRegister::Reflux(MultiFab &mf, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aeebc09565fcf23f6050ad9b55275c1b1',1,'amrex::FluxRegister::Reflux(MultiFab &mf, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac9162f5722e388cdd747d0abeb4b2ba4',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, int dir, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1fdafda5f1518b4eabb95c307ca5635e',1,'amrex::FluxRegister::Reflux(MultiFab &mf, const MultiFab &volume, Real scale, int scomp, int dcomp, int nc, const Geometry &crse_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3b50d43c4fe114515bffcfa5cbd58117',1,'amrex::EdgeFluxRegister::Reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ad3cff9ff950fe42244a5a6da860c302d',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9b9a3280e49a1eeb9436099e11097e8f',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac, int srccomp, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a03dd763c1ebb0a67b2fd52ded49b1f53',1,'amrex::EBFluxRegister::Reflux(MultiFab &crse_state, const amrex::MultiFab &crse_vfrac, MultiFab &fine_state, const amrex::MultiFab &fine_vfrac)']]], + ['reflux_14483',['reflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad9f63a3fcc35e8b4ffcf34b8f959c593',1,'amrex::MLNodeTensorLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac8d6077e6701102c4d6c2e54acc2d67f',1,'amrex::MLNodeLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#af8dc37bdb53cbff6b8a8908802fab3df',1,'amrex::MLNodeABecLaplacian::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8b1c71665134af1b1ceccc4d17df2615',1,'MLLinOpT< Array< MultiFab, 3 > >::reflux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a35158f8a8bd840468c4dedb08d6726ff',1,'amrex::MLCellLinOpT::reflux()']]], + ['refratio_14484',['RefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7c4bfee257c49d17e634776ddff2fc54',1,'amrex::AmrData']]], + ['refratio_14485',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#abbf59ab139a08c29673e1f9c49b43b73',1,'amrex::PlotFileDataImpl::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a848a89635a0f509800a5d912ef7b4f0b',1,'amrex::AmrMesh::refRatio(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3e96de11d4a8b2cababa14d116b61958',1,'amrex::AmrMesh::refRatio() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac86f4e9a778f78c98eb13244707ca97c',1,'amrex::AmrParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a29cc45ffc19e086c90ab4f423996183e',1,'amrex::AmrParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#acee4de5e4f610fb4bc86bdae1ac7fd49',1,'amrex::FluxRegister::refRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a53b59b464abfc107b2797a6f7cdcc71c',1,'amrex::ParGDB::refRatio(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a5bdac6ec205f4e7d9f15e2af04288f71',1,'amrex::ParGDB::refRatio() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a16cfadb981960e526beef1b6422b50ef',1,'amrex::ParGDBBase::refRatio(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a5b4140f77f48299076bd546b07d23d9c',1,'amrex::ParGDBBase::refRatio() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ab43bb15523069271e57362121f6b42ce',1,'amrex::PlotFileData::refRatio()']]], + ['reg_5fmf_14486',['reg_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3a644e5e5a02bd0c163b612784f06c24',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a66e56de654ced923e6885ebd79bd75f2',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, int idx, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed221768a48c51c89a5b4c2c5d0de5b3',1,'amrex::ForkJoin::reg_mf(MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aa15bb285525ea9be4f00ee4dbd6cd1eb',1,'amrex::ForkJoin::reg_mf(const MultiFab &mf, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], + ['reg_5fmf_5fvec_14487',['reg_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a578bc53c0adb9017820643c61bdb1226',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ae0fe682f85964b5d7c745b1d8ca66e08',1,'amrex::ForkJoin::reg_mf_vec(const Vector< MultiFab const * > &mfs, const std::string &name, Strategy strategy, Intent intent, int owner=-1)']]], + ['regionnames_14488',['RegionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a47d3628566997998b287f1b5326298e2',1,'BLProfStats']]], + ['regionnumbers_14489',['RegionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7a6bbe3f88daa4764423d252659dbfb1',1,'BLProfStats']]], + ['regionsprofstats_14490',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a395ae220780e06011681a86a4bd08d98',1,'RegionsProfStats']]], + ['regiontag_14491',['RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#aa652a228bad6f78909120b91073b101a',1,'amrex::FabArrayBase::RegionTag::RegionTag(const std::string &t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a8c002005b0ed39bb186e7ce020b9815f',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae56ad5f9880210d9daae5dde1ffc2f3b',1,'amrex::FabArrayBase::RegionTag::RegionTag(const char *t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ac8c890173943b30db1149411aa5c62df',1,'amrex::FabArrayBase::RegionTag::RegionTag(RegionTag const &)=delete']]], + ['registerarena_14492',['RegisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0ee76d52f5f79b4295db066f8145bea1',1,'amrex::TinyProfiler']]], + ['registerdata_14493',['RegisterData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9c9d09d9399b42dacae6863ff33fb8ee',1,'amrex::StateData']]], + ['registerfabarray_14494',['RegisterFabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'amrex::FabArrayCopyDescriptor::RegisterFabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a827e469bbb8904deeca9a980b1340323',1,'FabArrayCopyDescriptor< FArrayBox >::RegisterFabArray()']]], + ['registerforprofiling_14495',['registerForProfiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a99982885760cd861e6e860dea40ea64f',1,'amrex::Arena']]], + ['registermultifab_14496',['RegisterMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af50431312a5892d40fb3ae31592e19e0',1,'amrex::MultiFabCopyDescriptor']]], + ['registervariables_14497',['registerVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a800553a4a96fee85528a07f4cdec4c3e',1,'amrex::IParser::registerVariables()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ac7f2281fb9a99b8c410d9cbc0b20b67b',1,'amrex::Parser::registerVariables()']]], + ['regrid_14498',['Regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991c2e4f486d6cbb9cf74c326c1ad357',1,'amrex::NeighborParticleContainer']]], + ['regrid_14499',['regrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#afe644ed72607173bbcef31867f6a0c36',1,'amrex::MFUtil::regrid(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9c04768eaa499d2b837f0732d1316e6c',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a0d2b028d5b4be5e38a0e4f8fc778c523',1,'amrex::MFUtil::regrid(T &mf_out, const BoxArray &ba, const DistributionMapping &dm, const FabFactory< FArrayBox > &eb_factory, const T &mf_in, bool regrid_ghost=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d6faadd0aabf54081fe9ea12be10484',1,'amrex::Amr::regrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#ae80fa713b669de0f235d3ef0792e7200',1,'amrex::AmrCore::regrid()']]], + ['regrid_14500',['Regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adbf6915c6877b366e0bda3e6f268eb30',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a361bea35ab3f956932339ef80930e405',1,'amrex::NeighborParticleContainer::Regrid(const DistributionMapping &dmap, const BoxArray &ba, int lev)']]], + ['regrid_5flevel_5f0_5fon_5frestart_14501',['regrid_level_0_on_restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5c2a28dfa0840069f813bf56565b4007',1,'amrex::Amr']]], + ['regridint_14502',['regridInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6c0f2e73f58bdff46fc5692ed85611f5',1,'amrex::Amr']]], + ['regridonly_14503',['RegridOnly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6254e512f37656c89acb1e19162d26b8',1,'amrex::Amr']]], + ['regridonrestart_14504',['RegridOnRestart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad53f5b3b15f3195ea75068dccda30380',1,'amrex::Amr']]], + ['release_14505',['release',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'amrex::FabArray::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::Mask >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::Mask >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::EBCellFlagFab >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::CutFab >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::CutFab >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< PetscInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< PetscInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< amrex::BaseFab< AtomicInt > >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< amrex::BaseFab< AtomicInt > >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'amrex::FabArray::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< Real >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< PetscInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< HYPRE_Int >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< EBCellFlag >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< char >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'BaseFab< AtomicInt >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4390286fe2327bd5f0561a75ee14499b',1,'amrex::BaseFab::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< FArrayBox >::release()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< IArrayBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< IArrayBox >::release(const MFIter &mfi)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4782a3068c5950a1838e1018f8ff69f5',1,'FabArray< TagBox >::release(int K)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4750acee26c62d569535b66ec2957bca',1,'FabArray< TagBox >::release(const MFIter &mfi)']]], + ['releasedata_14506',['ReleaseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f983048f1e70348b58c381f0e104ae3',1,'amrex::AmrDataAdaptor::ReleaseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a9aa101ee90b944010548ed7461cb7a8a',1,'amrex::AmrMeshDataAdaptor::ReleaseData()']]], + ['remakelevel_14507',['RemakeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a049915f7354e20184509a6ddb5bf4a6b',1,'amrex::Amr::RemakeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a89b690a6f834d76bf96f8f1facc356c4',1,'amrex::AmrCore::RemakeLevel()']]], + ['remove_14508',['remove',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6657f8c789a5b37f79bc4219dd6e3a81',1,'amrex::ParmParse']]], + ['remove_14509',['Remove',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a1887698566ebd58596be3b1a96ad2e9a',1,'amrex::FileSystem']]], + ['removeall_14510',['RemoveAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a53bbe4a421536a453fcb97d3c8219a55',1,'amrex::FileSystem']]], + ['removedupdoit_14511',['removeDupDoit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae9c414dd7bc47e48d6fe4e6361b1b723',1,'amrex::detail']]], + ['removeduplicates_14512',['RemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc731523d4241d981e7279b29c5d7a6d',1,'amrex']]], + ['removeempty_14513',['removeEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f0ab28b3e669f5a7828da71fdbd3645',1,'amrex::BoxList']]], + ['removefiles_14514',['RemoveFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad4a180abf07b6a7129d8fd4f6ee0d798',1,'amrex::VisMF']]], + ['removeinvalidparticles_14515',['removeInvalidParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57ef6a02e91160412bbfd6fdbba1b820',1,'amrex']]], + ['removeolddata_14516',['removeOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a56805171637298d888a0e5215bab4e82',1,'amrex::AmrLevel::removeOldData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a06540ec48ea9f0078a983964f233a9d2',1,'amrex::StateData::removeOldData()']]], + ['removeoverlap_14517',['removeOverlap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aafdd2fe3c88e9b17d4892dd36e92225f',1,'amrex::BoxArray::removeOverlap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af71361ab9190f8aeb8f70488669095c2',1,'amrex::removeOverlap()']]], + ['removeparticlesatlevel_14518',['RemoveParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'amrex::ParticleContainer_impl::RemoveParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6021c46824d3b594de5cd61b3010e175',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesAtLevel(int level)']]], + ['removeparticlesnotatfinestlevel_14519',['RemoveParticlesNotAtFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RemoveParticlesNotAtFinestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7d3233cc18ae3b35d52402d41d301b38',1,'amrex::ParticleContainer_impl::RemoveParticlesNotAtFinestLevel()']]], + ['removepiece_14520',['RemovePiece',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9302c49868eb5145be9fbb6d9d3d6b2f',1,'BLProfStats']]], + ['rend_14521',['rend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'amrex::PODVector::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'amrex::PODVector::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::BoxND >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::BoxND >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::STLtools::Triangle >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::NeighborCode >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::NeighborCode >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int *, DefaultAllocator< int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int *, DefaultAllocator< int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::openbc::MomTag >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< std::size_t >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< std::size_t >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< unsigned int >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< unsigned int >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< index_type >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::openbc::MomTag >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::STLtools::Triangle >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< amrex::XDim3 >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< amrex::XDim3 >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int * >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const int *, DefaultAllocator< const int * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal * >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal * >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::rend() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a951939815fe8ce7a68fd156df98d76e9',1,'PODVector< index_type >::rend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a62f0bd74d3b57e02621753ca0892e892',1,'PODVector< const int * >::rend()']]], + ['reorder_5fpolygon_14522',['reorder_polygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a275e5bd2322a1d3aace66481364de23a',1,'amrex::EBToPVD']]], + ['reorderparticles_14523',['ReorderParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a549364cc9372899941b77e63d953ce51',1,'amrex::ParticleContainer_impl::ReorderParticles(int lev, const MFIter &mfi, const index_type *permutations)']]], + ['replacenewdata_14524',['replaceNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0a6ffa5747a2c044f456d77adf50f338',1,'amrex::StateData::replaceNewData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3c5fc5e62763a1c66248c47951055162',1,'amrex::StateData::replaceNewData(StateData &s)']]], + ['replaceolddata_14525',['replaceOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a19585d569e94bd3e15d5c6a0f4c969c6',1,'amrex::StateData::replaceOldData(MultiFab &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#adfaafffb0ba3924042c4357b7d51fe53',1,'amrex::StateData::replaceOldData(StateData &s)']]], + ['report_14526',['report',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a63001e27552e159e32b2ed48fc39bb1f',1,'amrex::MemProfiler']]], + ['report_5f_14527',['report_',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a156e0f871fceba9344ac559da58771de',1,'amrex::MemProfiler']]], + ['reportstats_14528',['ReportStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8b8ac605103da6aa68487bf7823f2f08',1,'CommProfStats']]], + ['reportsyncpointdata_14529',['ReportSyncPointData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a519fea406d86c92cba5af6e67dfa2093',1,'CommProfStats']]], + ['reportsyncpointdatasetup_14530',['ReportSyncPointDataSetup',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adadb6ac329d2943f4b55b58602946beb',1,'CommProfStats']]], + ['req_14531',['req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a3dd73a745e975beb885a19b708190cbe',1,'amrex::ParallelDescriptor::Message']]], + ['reserve_14532',['reserve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< unsigned int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< std::size_t >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int *, DefaultAllocator< int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::BoxND >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'amrex::PODVector::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a7b999e76e5422aa024da160623cc81f8',1,'amrex::BoxList::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< index_type >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::NeighborCode >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::openbc::MomTag >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::STLtools::Triangle >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< amrex::XDim3 >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const int *, DefaultAllocator< const int * > >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal * >::reserve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1acdad6998ff1a1464020b0b70b69e1f',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reserve()']]], + ['reservedata_14533',['reserveData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'amrex::ParticleContainer_impl::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa5c8c0fea702cb673995b3f1d87f35f1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::reserveData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a914a3fd813739f126e92408d194a3752',1,'amrex::ParticleContainerBase::reserveData()']]], + ['reset_14534',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a1c43ccc3313c5128b18860a615a846fe',1,'amrex::EdgeFluxRegister::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad51ab660eddbb7e6d4b51f53101a5509',1,'amrex::StateData::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a8034c76f7cc8e7966f170538268d0be6',1,'amrex::BoxIterator::reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0aa73b17e9be18d811a21128c8c2f5f9',1,'amrex::AmrLevel::reset()']]], + ['reset_14535',['Reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Reset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa00c19b16118e48fda0567182840549f',1,'amrex::ParticleContainer_impl::Reset()']]], + ['reset_14536',['reset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af9d5717b63e6c3f0cfb79d33862e44c0',1,'amrex::YAFluxRegisterT']]], + ['resetcomponentbcs_14537',['resetComponentBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a4385d3bbdf3ae152ec830b25f4c080c3',1,'amrex::DescriptorList::resetComponentBCs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5ac46df4129e909631702c6cf11c0df7',1,'amrex::StateDescriptor::resetComponentBCs()']]], + ['resetdefaultcoord_14538',['ResetDefaultCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#afacf607bf05ea6d4588954f09b391d37',1,'amrex::Geometry']]], + ['resetdefaultperiodicity_14539',['ResetDefaultPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af726da4deb561adeecf94bc4eefbf89b',1,'amrex::Geometry']]], + ['resetdefaultprobdomain_14540',['ResetDefaultProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4de5799760ae5f5831c719af01a33531',1,'amrex::Geometry']]], + ['resetfillpatcher_14541',['resetFillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af4f83f6e16dfb5c60f985370541062fa',1,'amrex::AmrLevel']]], + ['resetrandomseed_14542',['ResetRandomSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a609b6464779180bb47c23d308d6c1a95',1,'amrex']]], + ['resetresultreadiness_14543',['resetResultReadiness',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#aa9f7ed138e607372624eb46fb43e9c85',1,'amrex::ReduceOps']]], + ['resetstream_14544',['resetStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a34b155286cec6772f79a8d59981a8684',1,'amrex::Gpu::Device']]], + ['resetstreamindex_14545',['resetStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aae61fa0d560ee3c25d7deca229a31f60',1,'amrex::Gpu::Device']]], + ['resettotalbytesallocatedinfabshwm_14546',['ResetTotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a765c5cc6e670eb707740d51c99e7b35e',1,'amrex']]], + ['resettype_14547',['resetType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a624ea91ea2b7bf09dcf7702764afb41a',1,'amrex::EBCellFlagFab']]], + ['resize_14548',['resize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::openbc::MomTag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::STLtools::Triangle >::resize(size_type a_new_size, const amrex::STLtools::Triangle &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::XDim3 >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::XDim3 >::resize(size_type a_new_size, const amrex::XDim3 &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::openbc::MomTag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size, const amrex::NeighborCode &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::NeighborCode >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size, const amrex::BoxND &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::BoxND >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize(size_type a_new_size, const char &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const int * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int * >::resize(size_type a_new_size, const const int *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal * >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize(size_type a_new_size, const const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< index_type >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< index_type >::resize(size_type a_new_size, const index_type &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a20054ec96a4caf67051d57e923579a8e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac161821048b627db36b021dc2671ede0',1,'amrex::ArrayOfStructs::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a6d54f5af3411a20df87cec16abf974f8',1,'amrex::BARef::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'amrex::BaseFab::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< AtomicInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< char >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< EBCellFlag >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< HYPRE_Int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< PetscInt >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a39e58886603710880541bc7030d1d9c6',1,'BaseFab< Real >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7d000ff42a0a1d9be2862c1b53472d3f',1,'amrex::BoxArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'amrex::BoxND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a081d12b584d167cf32bd8104be74e9d5',1,'BoxND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aa06193aa48e202c1d61b1c00b5cb5f13',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae32a072e143825062dac1ee2e9c24f79',1,'amrex::FArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa3b1edf0b241a6c722dea0ceced6b102',1,'amrex::IArrayBox::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'amrex::IndexTypeND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa0b7d26029a6c203e6f099345b634930',1,'IndexTypeND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'amrex::IntVectND::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a48e4ff4a1f1d9c19a95891621607d527',1,'IntVectND< AMREX_SPACEDIM >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a05d3b903f74ef52b4246ec959002057a',1,'amrex::ParticleArray::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a78662f100236e2117bc56714afbbd776',1,'amrex::ParticleCopyOp::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aad932266bb874a93f00fc2920ff69548',1,'amrex::ParticleTile::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'amrex::PODVector::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'amrex::PODVector::resize(size_type a_new_size, const T &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< int *, DefaultAllocator< int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4fef621654e63850b94f6a969d14ed04',1,'amrex::TableData::resize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a4c13115f149d9491c7b58e8086d6d4b5',1,'amrex::StructOfArrays::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< unsigned int >::resize(size_type a_new_size, const unsigned int &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< unsigned int >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size, const uint64_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< std::size_t >::resize(size_type a_new_size, const std::size_t &a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< std::size_t >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< ParticleReal * >::resize(size_type a_new_size, const ParticleReal *&a_val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleReal * >::resize(size_type a_new_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int * >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae77d9927b9cbf583c1c81e38ae11cb5d',1,'PODVector< int *, DefaultAllocator< int * > >::resize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac5114811535bc90b00c115260f83b20c',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize()']]], + ['resize_5fimpl_14549',['resize_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ab1aeeebdc685a58e0b7442c5530421ed',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['resize_5fwithout_5finit_5fsnan_14550',['resize_without_init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< index_type >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int *, DefaultAllocator< int * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< std::size_t >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< unsigned int >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::openbc::MomTag >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int * >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'amrex::PODVector::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::BoxND >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::NeighborCode >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::STLtools::Triangle >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< amrex::XDim3 >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::resize_without_init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0de3fd1db54cd0fb49dec4a4e3f21e59',1,'PODVector< const int *, DefaultAllocator< const int * > >::resize_without_init_snan()']]], + ['resizecontainers_14551',['resizeContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a710dcdfaaa6887b5b865fb1820ba7',1,'amrex::NeighborParticleContainer']]], + ['resizedata_14552',['resizeData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'amrex::ParticleContainer_impl::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeded66adc9a0a73d9ddb8ce759ca476',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::resizeData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41c8b5cccfa817dbfa0b005451322817',1,'amrex::ParticleContainerBase::resizeData()']]], + ['resizemultigrid_14553',['resizeMultiGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'amrex::MLLinOpT::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#abe8255742bf5756e6659344cfa6ef5c4',1,'amrex::MLNodeLinOp::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aea2a34ccbaafa9697d789fb85def8f98',1,'amrex::MLNodeLaplacian::resizeMultiGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a43fcad8e24531044114e9572beb28323',1,'MLLinOpT< Array< MultiFab, 3 > >::resizeMultiGrid()']]], + ['resizeruntimeintcomp_14554',['ResizeRuntimeIntComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'amrex::ParticleContainer_impl::ResizeRuntimeIntComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adc824cdc4c493f19c98882f4d94d4d26',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeIntComp()']]], + ['resizeruntimerealcomp_14555',['ResizeRuntimeRealComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'amrex::ParticleContainer_impl::ResizeRuntimeRealComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7aa82330403064a8174b9b6acc5357d3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ResizeRuntimeRealComp()']]], + ['resizetiles_14556',['resizeTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborUnpackPolicy.html#a11a020cd1f085ecbf8bb084ba1770723',1,'amrex::NeighborUnpackPolicy::resizeTiles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RedistributeUnpackPolicy.html#a8511545f28339259917a04b655a30aab',1,'amrex::RedistributeUnpackPolicy::resizeTiles()']]], + ['resnorminf_14557',['ResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adec5922c106684ff36cd96378f8c26fa',1,'amrex::MLMGT']]], + ['restart_14558',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['restart_14559',['restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa6591b111a02fd2bc24bf77c7d2e41e2',1,'amrex::StateData::restart(const StateDescriptor &d, const StateData &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a34ec54719f6bb5ab1f546f425b53c009',1,'amrex::StateData::restart(std::istream &is, const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const FabFactory< FArrayBox > &factory, const StateDescriptor &d, const std::string &chkfile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a05899e47b34be116fa7a9a40ecaa74ca',1,'amrex::AmrLevel::restart()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3070a179ad3daed519f8d41a2f2d6b3b',1,'amrex::Amr::restart()']]], + ['restart_14560',['Restart',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Restart()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac94e2cfc39b00353c4f5c589ca0d9840',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file, bool is_checkpoint)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8c3b7e935c8e51c676870ef1845da343',1,'amrex::ParticleContainer_impl::Restart(const std::string &dir, const std::string &file)']]], + ['restartdoit_14561',['restartDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0c6a25c6e4470142b535f3ef3f9abf9',1,'amrex::StateData']]], + ['restorerandomstate_14562',['RestoreRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae45a9a3a96e46d7b15173894b25134fc',1,'amrex']]], + ['restrictinteriornodes_14563',['restrictInteriorNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1610ae549068808823c0013dfac50897',1,'amrex::MLNodeLaplacian']]], + ['restriction_14564',['restriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0565c8afd01c7446c5c0b37373f49c24',1,'amrex::MLEBNodeFDLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ae1cf65a8b8f6196599a53648d030b84e',1,'amrex::MLNodeTensorLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab6a995c6b1ee3888b0bbda8b04b4f971',1,'amrex::MLNodeLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aff845f31ea7d309bb08d152c5efe1111',1,'amrex::MLNodeABecLaplacian::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'MLLinOpT< Array< MultiFab, 3 > >::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee3f3df0d83ef41c04eb1eef68f41797',1,'amrex::MLLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab4713a678d7c2ac9e1a9c5b027f965c5',1,'amrex::MLCellLinOpT::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a169c302d0fe1a37135eb60b015b25c95',1,'amrex::MLCurlCurl::restriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3025666eaa3a70d8b8d2a5996034bc29',1,'amrex::MLEBABecLap::restriction()']]], + ['rewind_14565',['rewind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a731632defa84a957ee5bd65b0dc04953',1,'amrex::OrientationIter']]], + ['rk_14566',['RK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a95aea02fe7abbf3d1e5cd58ee5ff7d41',1,'amrex::AmrLevel']]], + ['rk2_14567',['RK2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#a7b3a5cb61b6d1f82313a73e66fb218ef',1,'amrex::RungeKutta']]], + ['rk2_5fupdate_5f2_14568',['rk2_update_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a48d9165de135899d941aab232bb9a0bc',1,'amrex::RungeKutta::detail']]], + ['rk3_14569',['RK3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#ae717fc5f1594b2062a5178d495ae0edd',1,'amrex::RungeKutta']]], + ['rk3_5fupdate_5f3_14570',['rk3_update_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a04628ed5d5e6a12c16a387c1aa38fe88',1,'amrex::RungeKutta::detail']]], + ['rk4_14571',['RK4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html#adafe95f71429898362d5c7d0f9e0ccd7',1,'amrex::RungeKutta']]], + ['rk4_5fupdate_5f4_14572',['rk4_update_4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a4d21c4682e4e96dd66469d11d28251fc',1,'amrex::RungeKutta::detail']]], + ['rk_5fupdate_14573',['rk_update',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a8669b8369a79b53d3596365f5b601dfa',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt, Real dt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html#a2b1678a718395e6b7e45b5f94facacc5',1,'amrex::RungeKutta::detail::rk_update(MF &Unew, MF const &Uold, MF const &dUdt1, MF const &dUdt2, Real dt)']]], + ['rkintegrator_14574',['RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aff544c0ff17bffff837a639774d02cc4',1,'amrex::RKIntegrator::RKIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9053a3951e9866cd83b20f2f50612825',1,'amrex::RKIntegrator::RKIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['rmbox_14575',['rmBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1d49c186eeea202115e3194e30c47a68',1,'amrex::BoxDomain']]], + ['rotate_14576',['rotate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#add8130de592e85defb18fdd76e152c6d',1,'amrex::EB2']]], + ['rotate180_14577',['Rotate180',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad6b5ad1aeccc1b34a6874b4609654e14',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a35b23e1690efb2d7f63af0118739d12e',1,'amrex::NonLocalBC::Rotate180(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)']]], + ['rotate90_14578',['Rotate90',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2d9ef1abd51b6a59a2938c4aefbe3456',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a33354739811ccff59e69722da63a9f5c',1,'amrex::NonLocalBC::Rotate90(FabArray< FAB > &mf, Box const &domain)']]], + ['rotationif_14579',['RotationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#afe9fbf2bc166e3cb4921b307144b9eff',1,'amrex::EB2::RotationIF']]], + ['round_14580',['round',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4a0514b2fe9078aff7ca5d72da6d6159',1,'amrex::RealVect::round() const noexcept']]], + ['roundoffhi_14581',['RoundOffHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#acdb7c93325edf9673f3410304dbf50a6',1,'amrex::Geometry']]], + ['roundofflo_14582',['RoundOffLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a08e08573113d868662151363fa899851',1,'amrex::Geometry']]], + ['roundrobindoit_14583',['RoundRobinDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac6b32a50939eeecba284d301e75e4976',1,'amrex::DistributionMapping']]], + ['roundrobinprocessormap_14584',['RoundRobinProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa289abff3bb4de779c8cafc2036ead9c',1,'amrex::DistributionMapping::RoundRobinProcessorMap(int nboxes, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a32466e58df8610e7918c671c7e389b7f',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2f4b44ca0d107e8f4a140df9d04a6c14',1,'amrex::DistributionMapping::RoundRobinProcessorMap(const BoxArray &boxes, int nprocs)']]], + ['rrsfcdoit_14585',['RRSFCDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2a57f52831edc3b6ebf3facf3a065933',1,'amrex::DistributionMapping']]], + ['rrsfcprocessormap_14586',['RRSFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e9524ab8bf5f4d8165c501ecc5cc5bb',1,'amrex::DistributionMapping']]], + ['run_5fhypre_5fsetup_14587',['run_hypre_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa5e6faf396f20e79f5a8997d826d70e4',1,'amrex::HypreIJIface']]], + ['run_5fhypre_5fsolve_14588',['run_hypre_solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6fb3e32e3041f2cee891a7b52f7088e',1,'amrex::HypreIJIface']]], + ['runongpu_14589',['RunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a45c110d37b26e0c322c1af1089ecbfea',1,'amrex::StateDescriptor::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#add628eb12539396ff64eb4a535c99ac9',1,'amrex::BndryFuncArray::RunOnGPU()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a6cf8dd62b24e9bd99af570312314f42d',1,'amrex::StateDescriptor::BndryFunc::RunOnGPU()']]], + ['rvec_14590',['rvec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9480daac8e7f5482e3330f610d04ad7a',1,'amrex::Particle::rvec(const IntVect &) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a729d8ca45fc82f0f14064c9600778865',1,'amrex::Particle::rvec(const IntVect &indices) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a3db7403027a6374a5fbc4c90ed0362cf',1,'amrex::Particle::rvec(AMREX_D_DECL(int, int, int)) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a7532d647d3775739b3078195c85f25ec',1,'amrex::Particle::rvec(AMREX_D_DECL(int indx, int indy, int indz)) const &']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_13.js b/amrex-hydro/Doxygen/html/search/functions_13.js index 641b0d3..d392cb4 100644 --- a/amrex-hydro/Doxygen/html/search/functions_13.js +++ b/amrex-hydro/Doxygen/html/search/functions_13.js @@ -1,539 +1,540 @@ var searchData= [ - ['sameinterps_14518',['sameInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8c32673683fea367d4e58db6c28868ce',1,'amrex::StateDescriptor']]], - ['sameiteratorsok_14519',['SameIteratorsOK',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97',1,'amrex']]], - ['samerefs_14520',['SameRefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a93718ee84062758c5256a2792939c6f7',1,'amrex::BoxArray::SameRefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1c20460d2e7b2eaec474e933113575d9',1,'amrex::DistributionMapping::SameRefs()']]], - ['samesize_14521',['sameSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'BoxND< AMREX_SPACEDIM >::sameSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'amrex::BoxND::sameSize()']]], - ['sameteam_14522',['sameTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0653e205c26f3961aa756292d5f8dbc4',1,'amrex::ParallelDescriptor::sameTeam(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a450001e6c4813cc1a122428e5f8c56f8',1,'amrex::ParallelDescriptor::sameTeam(int rankA, int rankB) noexcept']]], - ['sametype_14523',['sameType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'amrex::BoxND::sameType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'BoxND< AMREX_SPACEDIM >::sameType()']]], - ['sanitizename_14524',['SanitizeName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5',1,'amrex']]], - ['saverandomstate_14525',['SaveRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1b283df95b292f478597bc503170459',1,'amrex']]], - ['saxpy_14526',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< PetscInt > >']]], - ['saxpy_14527',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'amrex::BaseFab']]], - ['saxpy_14528',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::CutFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::EBCellFlagFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::Mask >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< FArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< IArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< TagBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a8ee342eb7ac3a9d13cc4ec493dce493d',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#a3dca05fbc8a02c0ddef990a448893abe',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a505eb471a78f4e0f8791b10cbb1bbd75',1,'amrex::MultiFab::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109',1,'amrex::Saxpy(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668',1,'amrex::Saxpy(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< AtomicInt > >::Saxpy()']]], - ['saxpy_14529',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'amrex::BaseFab::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< EBCellFlag >::saxpy()']]], - ['saxpy_14530',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >']]], - ['saxpy_14531',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< EBCellFlag >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< HYPRE_Int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< PetscInt >::saxpy(PetscInt a, const BaseFab< PetscInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< PetscInt >::saxpy(PetscInt a, const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< Real >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< HYPRE_Int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< Real >::saxpy()']]], - ['saxpy_14532',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'amrex::FabArray']]], - ['saxpy_14533',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< int >']]], - ['scale_14534',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab8b6fa6cf559c595468bf5e24e6e6f0c',1,'amrex::GMRESMLMGT']]], - ['scale_14535',['Scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88',1,'amrex::Scale(MF &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7',1,'amrex::Scale(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)']]], - ['scale_14536',['scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322',1,'amrex::scale(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f254d668dd872d470d231a1058eaac',1,'amrex::scale(const RealVect &p, Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b',1,'amrex::EB2::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'amrex::IntVectND::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'IntVectND< AMREX_SPACEDIM >::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale()']]], - ['scale_5fmoments_14537',['scale_moments',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a64049f3606c3c05adb718242b9bb48a3',1,'amrex::openbc']]], - ['scaledsigma_14538',['scaledSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a13e7af8b2fc85c6b462778aeb5554296',1,'amrex::MLNodeTensorLaplacian']]], - ['scaleif_14539',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a75449443ced2fffa1c0071c8d272f5d4',1,'amrex::EB2::ScaleIF']]], - ['scalerhs_14540',['scaleRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'MLLinOpT< Array< MultiFab, 3 > >::scaleRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'amrex::MLLinOpT::scaleRHS()']]], - ['scatter_14541',['Scatter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2',1,'amrex::ParallelDescriptor']]], - ['scatterparticles_14542',['scatterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78',1,'amrex']]], - ['sdc_5fqmats_14543',['sdc_qmats',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#af9d037887b4d9c8c4156bcab10d93e2a',1,'sdcquadrature_mod']]], - ['sdc_5fqnodes_14544',['sdc_qnodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a45feaecc2f3ca60142ec3cbdcc49c288',1,'sdcquadrature_mod']]], - ['sdc_5fquadrature_14545',['sdc_quadrature',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a17b1ea9c614020de45d57d3014ce8837',1,'sdcquadrature_mod']]], - ['sdc_5frhs_5fintegrals_14546',['SDC_rhs_integrals',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a85b426bfba4fc5ae0698de2cc5206b05',1,'SDCstruct']]], - ['sdc_5frhs_5fk_5fplus_5fone_14547',['SDC_rhs_k_plus_one',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6705d0badf89101fdee2d77ccdcc4e14',1,'SDCstruct']]], - ['sdc_5frhs_5fmisdc_14548',['SDC_rhs_misdc',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#aceb030f9a95f5f2a84b22ddea03b806b',1,'SDCstruct']]], - ['sdcstruct_14549',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac1ffa116068d8da77ef31b3659c066be',1,'SDCstruct']]], - ['second_14550',['second',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7',1,'amrex::second()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac5028f0e53837bb92fcf49d087aeee88',1,'amrex::ParallelDescriptor::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3d5b821a543939d281c23e6ea931573c',1,'amrex::ValLocPair::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a6dd5061fc9493324891e45f9a7d371d5',1,'amrex::ValLocPair::second() const']]], - ['sedge1_14551',['sedge1',['../structPPM_1_1nolimiter.html#a3236ff6486d32336f4877f4967e85e09',1,'PPM::nolimiter::sedge1()'],['../structPPM_1_1vanleer.html#affdd1c9ff59a751cd3dc103b26bdd64d',1,'PPM::vanleer::sedge1()'],['../structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d',1,'PPM::wenoz::sedge1()'],['../structPPM_1_1weno__js.html#a4ee58e28595ca239c1b4d61746484e58',1,'PPM::weno_js::sedge1()'],['../structPPM_1_1upwind.html#a042bdf62dd863ad0771f30ad3e2b775c',1,'PPM::upwind::sedge1()'],['../structPPM_1_1minmod.html#a6679e8f8322592585e41c582cb5bc49f',1,'PPM::minmod::sedge1(const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real)']]], - ['sedge2_14552',['sedge2',['../structPPM_1_1minmod.html#ab47b9311aa70900239738fe3a4c4bbcf',1,'PPM::minmod::sedge2()'],['../structPPM_1_1upwind.html#acb3f77d17edc5972c12541cb09c76789',1,'PPM::upwind::sedge2()'],['../structPPM_1_1weno__js.html#ae2532c871effd2368da494e08267a844',1,'PPM::weno_js::sedge2()'],['../structPPM_1_1wenoz.html#a872d1bc9b592662b12a9a62ca02082b0',1,'PPM::wenoz::sedge2()'],['../structPPM_1_1vanleer.html#a6a428f7a0db589ef01140974429b5122',1,'PPM::vanleer::sedge2()'],['../structPPM_1_1nolimiter.html#a11e73160bd508f37504c59d7d77c5caf',1,'PPM::nolimiter::sedge2()']]], - ['seekpos_14553',['SeekPos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a66c78163b811ad78cb91330d0100cc54',1,'amrex::NFilesIter']]], - ['selectactualneighbors_14554',['selectActualNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a12039aca5af54df4ee587db2ea95c857',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a29c7b740a3afe04a5fb93281fc0d75ac',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells)']]], - ['self_14555',['self',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acecf177fb745950271e95927d09b176c',1,'hacc::Distribution']]], - ['self_5f1d_14556',['self_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abeedf1164b76a8781f3e026cf692d131',1,'hacc::Distribution::self_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae2f1dc039f812cf3e313a3acd3edcc44',1,'hacc::Distribution::self_1d() const)[3]']]], - ['self_5f2d_5fx_14557',['self_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abae2e9fb372fbe9e21bd2438f3a35193',1,'hacc::Distribution::self_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a74f6cdd8f46daadde4ea8d5e77758933',1,'hacc::Distribution::self_2d_x() const)[3]']]], - ['self_5f2d_5fy_14558',['self_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aef978f3b2dd4c709dc4ea56c44e7726c',1,'hacc::Distribution::self_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acb225e08eeb3940c6d70e3726554349f',1,'hacc::Distribution::self_2d_y(int i) const']]], - ['self_5f2d_5fz_14559',['self_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a12e8e31cde75041f2abc551da3fffb85',1,'hacc::Distribution::self_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8197f4dec139385a015a4daece6ce872',1,'hacc::Distribution::self_2d_z(int i) const']]], - ['self_5f3d_14560',['self_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a94d5a159cb92f96aba1022b781ddfd64',1,'hacc::Distribution::self_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a3fe933af49202086a6f194dcc3af02f2',1,'hacc::Distribution::self_3d() const)[3]']]], - ['self_5fkspace_14561',['self_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab5e43a2a999f173540370d650ed59dac',1,'hacc::Dfft::self_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae48de8e54139379a38236176c624ecc3',1,'hacc::Dfft::self_kspace(int i) const']]], - ['self_5frspace_14562',['self_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#acc93eda3767eac618b2d43593ec54b44',1,'hacc::Dfft::self_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae54bac8976186442b13938414aa4825b',1,'hacc::Dfft::self_rspace(int i) const']]], - ['send_14563',['send',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#adec8b60a70006093f04999aa307482a3',1,'amrex::MPMD::Copier']]], - ['send_14564',['Send',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a89ca8639338d64c25ee28faf1b829701',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3cede7750fdc21c3c11c9bc62a174ac',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aae0327dea4fe1379f7b09210e8e6ebd2',1,'amrex::ParallelDescriptor::Send(const std::vector< T > &buf, int dst_pid, int tag)']]], - ['sendrecvdata_14565',['SendRecvData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aaba7711671dac7abcce70c3a94ba4dff',1,'CommProfStats']]], - ['sendrecvlist_14566',['SendRecvList',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2f1c9ef45b46be3997c49b3a1a5bf7c0',1,'CommProfStats']]], - ['sendrecvpair_14567',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0990a7f5e9b6aa52a2ff77aa94e318b5',1,'CommProfStats::SendRecvPair']]], - ['sendrecvpairunpaired_14568',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af217ccce1eb0268f1a9e39f81fe19480',1,'CommProfStats::SendRecvPairUnpaired']]], - ['senseinewmacro_14569',['senseiNewMacro',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00',1,'amrex::senseiNewMacro(AmrMeshDataAdaptor)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d39fa37907313633609b0b404501b7d',1,'amrex::senseiNewMacro(AmrDataAdaptor)']]], - ['senseitypemacro_14570',['senseiTypeMacro',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a85b2b18fd182728955fa9cb13ef5bf30',1,'amrex::AmrDataAdaptor::senseiTypeMacro()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a5b94d5fbab0e48ed81b6edb7db19e0aa',1,'amrex::AmrMeshDataAdaptor::senseiTypeMacro()']]], - ['seqnum_14571',['SeqNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9fa50b376ee8c97f8d84852e244fd916',1,'amrex::ParallelDescriptor']]], - ['serializestringarray_14572',['SerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99',1,'amrex']]], - ['set_14573',['set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5500e705c89c6c7f8d69a15fec86ac67',1,'amrex::BoxList::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa878c4b78d2255ee578f1774359453a4',1,'amrex::BCRec::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accbf2c73a258ba522542ac1ad13f9ca8',1,'amrex::BoxArray::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'amrex::IndexTypeND::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'IndexTypeND< AMREX_SPACEDIM >::set()']]], - ['set_5fadaptive_5ffast_5fstep_14574',['set_adaptive_fast_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a49c90c36c565d4499bd64662416f4d0d',1,'amrex::IntegratorBase::set_adaptive_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0cc5e3e9b92660532ad6885f98707c87',1,'amrex::TimeIntegrator::set_adaptive_fast_step()']]], - ['set_5fadaptive_5fstep_14575',['set_adaptive_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a100f797cb82abd1ec8563c591ebe823a',1,'amrex::IntegratorBase::set_adaptive_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0b9f79016ad5d674f261835f9292b65a',1,'amrex::TimeIntegrator::set_adaptive_step()']]], - ['set_5fbc_5fpoints_14576',['set_bc_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#afbaf7389cb10c9e735d8528b49e9f555',1,'amrex::SplineDistFcnElement2d']]], - ['set_5fcoarsen_5fratio_14577',['set_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a2d9128c80e5c47d5ce89cd3d930ce13a',1,'amrex::BATransformer']]], - ['set_5fconnection_5fflags_14578',['set_connection_flags',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9',1,'amrex::EB2::set_connection_flags(Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd',1,'amrex::EB2::set_connection_flags(Box const &bx, Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< EBCellFlag > const &ctmp, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz) noexcept']]], - ['set_5fcontrol_5fpoints_14579',['set_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8e307fd3ea03450f0da9acb4148a81a3',1,'amrex::LineDistFcnElement2d::set_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a46ac59d2d62435816d113653dfde733d',1,'amrex::SplineDistFcnElement2d::set_control_points()']]], - ['set_5fcovered_5fcell_14580',['set_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255',1,'amrex_ebcellflag_module']]], - ['set_5fdefault_5ffunctions_14581',['set_default_functions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#add05ec6cd5ca348d5c542f67f26bdd25',1,'amrex::TimeIntegrator']]], - ['set_5fdo_5finitval_14582',['set_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#adebebb841a716183dc9e48ee95a37aec',1,'amrex::FArrayBox']]], - ['set_5ffast_5frhs_14583',['set_fast_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac97ece6993962b73c93abd34b7d49e2d',1,'amrex::IntegratorBase::set_fast_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a241adc8cc400c943cb6999cccab66e47',1,'amrex::TimeIntegrator::set_fast_rhs()']]], - ['set_5ffast_5ftime_5fstep_14584',['set_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad59a858ee7ee2d3267dff6c2f085a4dd',1,'amrex::IntegratorBase::set_fast_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae68306a3a401327a691cd1125441e56f',1,'amrex::TimeIntegrator::set_fast_time_step()']]], - ['set_5ffast_5ftolerances_14585',['set_fast_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a338b71036c6b6ddcc8e887518376152f',1,'amrex::IntegratorBase::set_fast_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae00d77a5b0a48d3a93d43eab74afe4f1',1,'amrex::TimeIntegrator::set_fast_tolerances()']]], - ['set_5fimex_5frhs_14586',['set_imex_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9c9409a416dc1c392f0a06e958ca10a4',1,'amrex::IntegratorBase::set_imex_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1d2c3b6cc37971e4510091a9f4329c2f',1,'amrex::TimeIntegrator::set_imex_rhs()']]], - ['set_5findex_5ftype_14587',['set_index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1624c9b9c308aa8bcc73b3133064c861',1,'amrex::BATransformer']]], - ['set_5finitval_14588',['set_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca0e59c4e500ac53bacf12280c67f225',1,'amrex::FArrayBox']]], - ['set_5flast_5fframe_5fofs_14589',['set_last_frame_ofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af6494464a81b93bee92095f59487324b',1,'amrex::ParallelContext']]], - ['set_5fmax_5fsteps_14590',['set_max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9fe529e314e46e719aec6150281858a3',1,'amrex::IntegratorBase::set_max_steps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a164596b94edd3d913502235850b14a75',1,'amrex::TimeIntegrator::set_max_steps()']]], - ['set_5fneighbor_14591',['set_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e',1,'amrex_ebcellflag_module']]], - ['set_5fnum_5fthreads_14592',['set_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840',1,'amrex::OpenMP']]], - ['set_5fofs_5fname_14593',['set_ofs_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a1bc1579142503db5584556389166c169',1,'amrex::ParallelContext::Frame']]], - ['set_5fpost_5ffast_5fstage_5faction_14594',['set_post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a378df79907ae53d5eef652341833ab77',1,'amrex::IntegratorBase::set_post_fast_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a4d0707cf54102788e27bbd70e3d4e6c0',1,'amrex::TimeIntegrator::set_post_fast_stage_action(std::function< void(T &, amrex::Real)> A)']]], - ['set_5fpost_5ffast_5fstep_5faction_14595',['set_post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a6d0fb57fd367079315ef253fdf422ad1',1,'amrex::TimeIntegrator::set_post_fast_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a2a23791bed8871f255633f141f0444',1,'amrex::IntegratorBase::set_post_fast_step_action()']]], - ['set_5fpost_5fstage_5faction_14596',['set_post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a735d91b776f1b312abeb8df4227a6de6',1,'amrex::TimeIntegrator::set_post_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a694555275ea4407fe6132ebb1a2f09c3',1,'amrex::IntegratorBase::set_post_stage_action(std::function< void(T &, amrex::Real)> A)']]], - ['set_5fpost_5fstep_5faction_14597',['set_post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0d4804fed689d7335e3b404e4a67c37d',1,'amrex::IntegratorBase::set_post_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1a7c1baaebdd247398daef27e7fece49',1,'amrex::TimeIntegrator::set_post_step_action()']]], - ['set_5fpreferred_5fboundary_5fvalues_14598',['set_preferred_boundary_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adea5b76b420f0a2ccd2852d66301d376',1,'amrex::AmrLevel']]], - ['set_5fregular_14599',['set_regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9ddd20373173f3218e9adf472a02f119',1,'amrex::algoim']]], - ['set_5fregular_5fcell_14600',['set_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0',1,'amrex_ebcellflag_module']]], - ['set_5fregular_5fsurface_14601',['set_regular_surface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1d243dc8981384f1c0cb8b266c042735',1,'amrex::algoim']]], - ['set_5frhs_14602',['set_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0e94856b2945a45e1f0dae7cd9bbb8fe',1,'amrex::IntegratorBase::set_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a795b506a4093cc3de3fb42bb594c751b',1,'amrex::TimeIntegrator::set_rhs()']]], - ['set_5fsingle_5fvalued_5fcell_14603',['set_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7',1,'amrex_ebcellflag_module']]], - ['set_5fstate_5fin_5fcheckpoint_14604',['set_state_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6560cdb555b4af1f6d5b525e1b25e4eb',1,'amrex::AmrLevel']]], - ['set_5fstatus_14605',['set_status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ab15528cf0fd67ab35676d26249aa62a8',1,'amrex::Scan::detail::BlockStatus< T, false >::set_status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a0de77702f3fadd55115d207ef8e967f0',1,'amrex::Scan::detail::BlockStatus< T, true >::set_status()']]], - ['set_5ftask_5foutput_5fdir_14606',['set_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9bda4e24001c99d756c6104f67925e72',1,'amrex::ForkJoin']]], - ['set_5ftask_5foutput_5ffile_14607',['set_task_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acc05284c00f1aafed90fb1c2a2fd6386',1,'amrex::ForkJoin']]], - ['set_5ftime_5fstep_14608',['set_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#aa447937fa3bb442c94ce46cca5facd50',1,'amrex::TimeIntegrator::set_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa2dfdf9011fe5398e3aef23edc39d76a',1,'amrex::IntegratorBase::set_time_step()']]], - ['set_5ftolerances_14609',['set_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a3d73596da85ccd3dbc7b5046533dc3f2',1,'amrex::TimeIntegrator::set_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa6a9eaa0e52db6d40074bfc02b9cacd0',1,'amrex::IntegratorBase::set_tolerances()']]], - ['setacoeffs_14610',['setACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4c998b02361b80cb5324775e3d58f90b',1,'amrex::MLEBABecLap::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ade6e731e7392a70b13f66c6656631cdf',1,'amrex::Hypre::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a0f32ca25f6afb98cc7acbd3141465831',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, const AMF &alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a50f7b86e67777f1fe45ccb4f91c9296d',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, T alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb79fc965578886e2a266fc7404fd54e',1,'amrex::MLALaplacianT::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3897cf202c96a14a8d9733f25c5e750f',1,'amrex::MLEBABecLap::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0dd9659e24893ff0ba46f4c68d10905c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, Real a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a03c4c02f78e751df19a97909bd55032c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, const MultiFab &a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aec0887e36eeb2fb1f1ba62f3877c8ef5',1,'amrex::PETScABecLap::setACoeffs()']]], - ['setagglomeration_14611',['setAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5969085705dd33f4ed532326141d4c78',1,'amrex::LPInfo']]], - ['setagglomerationgridsize_14612',['setAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a2adef9e34d1e183d6fe240d63ac5e62a',1,'amrex::LPInfo']]], - ['setall_14613',['setall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'amrex::IndexTypeND::setall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'IndexTypeND< AMREX_SPACEDIM >::setall()']]], - ['setalloc_14614',['SetAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#ab455e0f8529af58aa33685251d0f736a',1,'amrex::FabInfo::SetAlloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a983cd10420d59f361b7420da90de5066',1,'amrex::MFInfo::SetAlloc(bool a) noexcept']]], - ['setallocsinglechunk_14615',['SetAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d61953b8663e6cbbcbb0f4669d81f77',1,'amrex::MFInfo']]], - ['setalpha_14616',['setAlpha',['../classHydro_1_1NodalProjector.html#a9769f81a3694553850294f8c7e8880f9',1,'Hydro::NodalProjector::setAlpha()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3eca729943f3b29da314d62bcb5937d4',1,'amrex::MLEBNodeFDLaplacian::setAlpha()']]], - ['setalwaysusebnorm_14617',['setAlwaysUseBNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9e64f7c34ec5abddc37f653b110a3230',1,'amrex::MLMGT']]], - ['setareanottotag_14618',['setAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aca274822a300bceaaa023cc330d441ba',1,'amrex::AmrLevel']]], - ['setarena_14619',['setArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae83ccc99cebafd9a616419f206acfc72',1,'amrex::StateData']]], - ['setarena_14620',['SetArena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a3df83b73b88ec8cea2e617ab5ba551e2',1,'amrex::FabInfo::SetArena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d77528f27f99ad698aa26c78da7e979',1,'amrex::MFInfo::SetArena()']]], - ['setarena_14621',['setArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a6cc91f415f75d3cbe8f2cd97a96b8e30',1,'amrex::PolymorphicArenaAllocator']]], - ['setbatchmode_14622',['SetBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a037f84af3602f01bce985c2ebdd4cf12',1,'amrex::DataServices']]], - ['setbc_14623',['setBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc',1,'amrex::setBC(const Box &bx, const Box &domain, int src_comp, int dest_comp, int ncomp, const Vector< BCRec > &bc_dom, Vector< BCRec > &bcr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0',1,'amrex::setBC(const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept']]], - ['setbcoeffs_14624',['setBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9088117f62b7fdf5ddf44a3cccea40eb',1,'amrex::MLEBABecLap::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a993feadb0ec999bd7f2d92717fd9c486',1,'amrex::Hypre::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa709ea8caddead35734c2c6aaba607d6',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, const Array< AMF const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a06fa308776f2f5601335602731480841',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, T beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a469db0370bad5402adefe34c6a56abde',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, Vector< T > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae025087505b611d886e4ce39371d6e21',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aa85c8346fd88d47cf525b9ebd2d64322',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a41a0bab0f39a7886bee16b3db3253ef7',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6921ed5b8a0013c3264369854a7d0f12',1,'amrex::MLEBTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7c38bc186861725f433fa6a10b05604f',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, Real a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0a281f140e22682bba6d56183b2eaf33',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, const MultiFab &a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec6c60aa0be2285afbcb0ea8b13efe93',1,'amrex::MLTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab8caebdccf7fca99b02b592379019228',1,'amrex::PETScABecLap::setBCoeffs()']]], - ['setbeta_14625',['setBeta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#adc4a60ef542a4e9f2ab766ab1a85a262',1,'amrex::MLCurlCurl::setBeta()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af850b6de810fc05e025ef44039fbc29a',1,'amrex::MLNodeTensorLaplacian::setBeta()']]], - ['setbig_14626',['setBig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'amrex::BoxND::setBig(int dir, int bg_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'amrex::BoxND::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'BoxND< AMREX_SPACEDIM >::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'BoxND< AMREX_SPACEDIM >::setBig(int dir, int bg_index) noexcept']]], - ['setblockingfactor_14627',['SetBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aba9a6c34f6e246926e9147ef3da5b535',1,'amrex::AmrMesh::SetBlockingFactor(int new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf01c926d4f55d291a5d5a0e0b48c348',1,'amrex::AmrMesh::SetBlockingFactor(const IntVect &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3818b75f890359e9a8042f7a3b9e4e21',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< int > &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a04ba4d303b52fe2f1db1e7e23fca5c06',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< IntVect > &new_bf) noexcept']]], - ['setblpversion_14628',['SetBLPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a01a542102cfa448623fce9a0eac7cea9',1,'BLProfStats']]], - ['setbndry_14629',['setBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< IArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< IArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'amrex::FabArray::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'amrex::FabArray::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555',1,'amrex::setBndry(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162',1,'amrex::setBndry(MF &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< FArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< FArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::Mask >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::Mask >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::CutFab >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::CutFab >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< TagBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< TagBox >::setBndry(value_type val, int strt_comp, int ncomp)']]], - ['setbndryfuncthreadsafety_14630',['setBndryFuncThreadSafety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5dde8b1156c069f9ec776cb778b2b1c8',1,'amrex::StateDescriptor']]], - ['setbndryvalues_14631',['setBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#accdac636c68436e7163d72917cba76c6',1,'amrex::InterpBndryDataT']]], - ['setbottommaxiter_14632',['setBottomMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afc23f31b4eca82ba3272587a8a9998ed',1,'amrex::MLMGT']]], - ['setbottomsmooth_14633',['setBottomSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2c1e8d8df826c5071a81e63e3aae54b4',1,'amrex::MLMGT']]], - ['setbottomsolver_14634',['setBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a781f8fc6334607f15d2ae45c1faeec50',1,'amrex::MLMGT']]], - ['setbottomtolerance_14635',['setBottomTolerance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af18713081439d6261cb03153792cc0e8',1,'amrex::MLMGT']]], - ['setbottomtoleranceabs_14636',['setBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1de7f802d64a3237a66a9b4a1f24dfe2',1,'amrex::MLMGT']]], - ['setbottomverbose_14637',['setBottomVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a002d46a5b24423762455f90086333f4b',1,'amrex::MLMGT::setBottomVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aebed57922b06a40a22b8e77048fade35',1,'amrex::OpenBCSolver::setBottomVerbose()']]], - ['setboundarygeometry_14638',['setBoundaryGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90bf34103118043a594a3e827f9f5e8b',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adfcea84d67ac5f1276111e2bb32007aa',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY, BoundaryPointList &IntersectLoZ, BoundaryPointList &IntersectHiZ) noexcept']]], - ['setboundarywidth_14639',['SetBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac85bd7e77961978803b66748f57c1a14',1,'amrex::AmrData']]], - ['setboundcond_14640',['setBoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa8cb046e06f3de6cb1db4be12ec87010',1,'amrex::BndryDataT::setBoundCond(Orientation face, int n, int comp, const BoundCond &bcn) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#afd3fdc202fd316dff91863242679263f',1,'amrex::BndryDataT::setBoundCond(Orientation face, const MFIter &mfi, int comp, const BoundCond &bcn) noexcept']]], - ['setboundloc_14641',['setBoundLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac308c460f9c083f2fd2326ca62cd1811',1,'amrex::BndryDataT::setBoundLoc(Orientation face, int n, value_type val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a85f08d239e69b27930ba8ba4e4c163c1',1,'amrex::BndryDataT::setBoundLoc(Orientation face, const MFIter &mfi, value_type val) noexcept']]], - ['setbox_14642',['setBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1f9a7e4c07b451d03fbcc905145005b7',1,'amrex::BoxIterator']]], - ['setboxarray_14643',['SetBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a404d43ca2363907df6d3206e892a220d',1,'amrex::AmrMesh']]], - ['setboxbc_14644',['setBoxBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5240bdd727e4e8b7ed90b3438ffb82df',1,'amrex::MLMGBndryT']]], - ['setboxes_14645',['setBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a31f3e491669d858c7c73e04d2ad6cb00',1,'amrex::BndryRegisterT']]], - ['setboxtype_14646',['SetBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< Real >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< PetscInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< HYPRE_Int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< EBCellFlag >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< char >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< AtomicInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'amrex::BaseFab::SetBoxType()']]], - ['setbulkviscosity_14647',['setBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a0e7d54919f40ee816e333ba1d531ecb8',1,'amrex::MLEBTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#acbe31c08085ba7b2e1b6ae53e22b688c',1,'amrex::MLTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a386cf912b2462e16023d9dd81c527552',1,'amrex::MLEBTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a89529e15aedc1628aaa544645a9a8b39',1,'amrex::MLTensorOp::setBulkViscosity()']]], - ['setcfstrategy_14648',['setCFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a42792f43ae4cc1ee24acf959aa647958',1,'amrex::MLMGT']]], - ['setcheckfilepositions_14649',['SetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5fa42d848c0d0dc397ddf05fd16c5e16',1,'amrex::VisMF']]], - ['setcoarseboundaryvelocityforsync_14650',['setCoarseBoundaryVelocityForSync',['../classHydro_1_1NodalProjector.html#a1e281898c2ac2b4b93c9ddffe6e0a397',1,'Hydro::NodalProjector']]], - ['setcoarsefinebc_14651',['setCoarseFineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['../classHydro_1_1MacProjector.html#aa180608476662e8842d3f531fbcaf4bd',1,'Hydro::MacProjector::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept']]], - ['setcoarsefinebclocation_14652',['setCoarseFineBCLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBCLocation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'amrex::MLLinOpT::setCoarseFineBCLocation()']]], - ['setcoarseningstrategy_14653',['setCoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af44fe2628228f69789874df4dbcab755',1,'amrex::MLNodeLaplacian']]], - ['setcomplement_14654',['setComplement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< Real >::setComplement(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< Real >::setComplement(Real const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< int >::setComplement(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< int >::setComplement(int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< char >::setComplement(char const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< char >::setComplement(char const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'amrex::BaseFab::setComplement(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'amrex::BaseFab::setComplement(T const &x, const Box &b, int ns, int num) noexcept']]], - ['setcomponent_14655',['setComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a70d556135903355292269f683db595f6',1,'amrex::StateDescriptor::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a509cf3b858a16175331faf1281adfd9d',1,'amrex::DescriptorList::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3b6539c147eae1449f8b9ca1751d8867',1,'amrex::StateDescriptor::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#aeeb4f83f275e3e879481880afd516c50',1,'amrex::DescriptorList::setComponent()']]], - ['setcomputenewdtonregrid_14656',['setComputeNewDtOnRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a764b896be65e37000e8974c62cd98032',1,'amrex::Amr']]], - ['setconfig_14657',['setConfig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)']]], - ['setconnected_14658',['setConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a21debda402eb169cb267a0830cd97fae',1,'amrex::EBCellFlag::setConnected(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a024616425bcecbfc85fa2d13135f04f8',1,'amrex::EBCellFlag::setConnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a1b691f1b39fa514056250ecdd9902098',1,'amrex::EBCellFlag::setConnected() noexcept']]], - ['setconsolidation_14659',['setConsolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aae20ea49f949562cc31d87eb8e02cec1',1,'amrex::LPInfo']]], - ['setconsolidationgridsize_14660',['setConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a50655cba9bb48a63c7f0913e0ba8e21a',1,'amrex::LPInfo']]], - ['setconsolidationratio_14661',['setConsolidationRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ae8917bb5cf009969d7edf32ab9960056',1,'amrex::LPInfo']]], - ['setconsolidationstrategy_14662',['setConsolidationStrategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac70c612644339e1f9c5072fc9825b986',1,'amrex::LPInfo']]], - ['setconstant_14663',['setConstant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a3c8c7c907890aaec6fdecdd249d24cff',1,'amrex::IParser::setConstant()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#abce888c0693fdd70003a6177b18d06a6',1,'amrex::Parser::setConstant()']]], - ['setcoord_14664',['SetCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2bf1bf10c89e3d151b0ad49b2c1722fa',1,'amrex::CoordSys']]], - ['setcopiedfrom_14665',['SetCopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a6fb006c80650854a70d3f1dc2c3c4655',1,'amrex::XYPlotDataList']]], - ['setcovered_14666',['setCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5e64cb7ffa62b91cb2800ccea20aca3d',1,'amrex::EBCellFlag']]], - ['setcpumemory_14667',['SetCpuMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#aea2d408b112c9b365f345889eed6965f',1,'amrex::ArenaInfo']]], - ['setcpversion_14668',['SetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af33e60c5ccfea7a45165d97b41c98626',1,'CommProfStats::SetCPVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a962ff2aa0d88edf67c069815d8d92235',1,'BLProfStats::SetCPVersion()']]], - ['setcrsevolume_14669',['setCrseVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a6a278cbdb5d26d92153834df80c5bb26',1,'amrex::YAFluxRegisterT']]], - ['setcssize_14670',['SetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a199bfb0dca140f601d5aa32d3b08e23e',1,'CommProfStats::SetCSSize()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e78f62dca25bbb5a403a1de61686d9d',1,'BLProfStats::SetCSSize()']]], - ['setcsversion_14671',['SetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a67c8995d1137a537f5d9cf8bcc9ab6',1,'RegionsProfStats::SetCSVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a288d870f5202f31347754539a025783f',1,'BLProfStats::SetCSVersion()']]], - ['setcumtime_14672',['setCumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8440e6564a766f2aa1cf0670450b8523',1,'amrex::Amr']]], - ['setcustomrhs_14673',['setCustomRHS',['../classHydro_1_1NodalProjector.html#a11a56c47404c03454159765873c7d576',1,'Hydro::NodalProjector']]], - ['setdatasource_14674',['SetDataSource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac8ab6353c41ea4880d2b5e68e2465564',1,'amrex::AmrDataAdaptor::SetDataSource()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ae3854a759cdf938fcc037efa9ceee3b0',1,'amrex::AmrMeshDataAdaptor::SetDataSource()']]], - ['setderefine_14675',['SetDerefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa811e9e6c5b434b3a82bd25a8a21896c',1,'amrex::AMRErrorTagInfo']]], - ['setdevicememory_14676',['SetDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a6e2b5fae851f0abc6f11b3b60b41a515',1,'amrex::ArenaInfo']]], - ['setdevicesync_14677',['SetDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0fda064accf3be6a1e5637bff182bbc2',1,'amrex::MFItInfo']]], - ['setdirichletnodestozero_14678',['setDirichletNodesToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'MLLinOpT< Array< MultiFab, 3 > >::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a76c83a76bea9715006d1c962471346aa',1,'amrex::MLCellABecLapT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a1e1cf60387fbaec37d15c01e9f074ee5',1,'amrex::MLCurlCurl::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'amrex::MLLinOpT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ad08f58adbfad6d97a54eec4261b8ce46',1,'amrex::MLNodeLinOp::setDirichletNodesToZero()']]], - ['setdirname_14679',['SetDirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4a257010ca68aeaa03e8b7b02c5e5e0e',1,'BLProfStats']]], - ['setdisconnected_14680',['setDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab7c742b707476ca618348efa1197f935',1,'amrex::EBCellFlag::setDisconnected(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3e740def3688ae4182b55c2eef7773ac',1,'amrex::EBCellFlag::setDisconnected() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa3821fae6937052466356487d1bc25a3',1,'amrex::EBCellFlag::setDisconnected(const IntVect &iv) noexcept']]], - ['setdistributionmap_14681',['SetDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a452a3c38dd51bc37e199abe772759a3b',1,'amrex::AmrMesh']]], - ['setdistributionmap_14682',['setDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a74036cca3383362145e0dd06a14a65ad',1,'amrex::StateData']]], - ['setdivu_14683',['setDivU',['../classHydro_1_1MacProjector.html#aa4a6c51af0f9f7f5a7cdb90af94bb452',1,'Hydro::MacProjector']]], - ['setdloga_14684',['SetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ab487c819b8467fb587f459b98d100897',1,'amrex::CoordSys']]], - ['setdomainbc_14685',['setDomainBC',['../classHydro_1_1MacProjector.html#a4e1fa14e4ba6e059f9f9eef63853f68a',1,'Hydro::MacProjector::setDomainBC()'],['../classHydro_1_1NodalProjector.html#ae593958db08f625398b63457c51cfd0e',1,'Hydro::NodalProjector::setDomainBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'amrex::MLLinOpT::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'amrex::MLLinOpT::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept']]], - ['setdomainbcloc_14686',['setDomainBCLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'amrex::MLLinOpT::setDomainBCLoc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBCLoc()']]], - ['setdomainbndry_14687',['setDomainBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'amrex::FabArray::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'amrex::FabArray::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< TagBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< TagBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, const Geometry &geom)']]], - ['setdtlevel_14688',['setDtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae63754ca7b99b0ebc7dca496b4689bc4',1,'amrex::Amr::setDtLevel(const Vector< Real > &dt_lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0a911dea6d732d72a00a493bd3205fe3',1,'amrex::Amr::setDtLevel(Real dt, int lev) noexcept']]], - ['setdtmin_14689',['setDtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a6ab52bdea5d9be7efd1f90548d8715',1,'amrex::Amr']]], - ['setdynamic_14690',['SetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afaabf4f7bbf8f45e425237a5116fffda',1,'amrex::NFilesIter::SetDynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a3eca2eae7ba9555f07544739396d8f57',1,'amrex::MFItInfo::SetDynamic()']]], - ['setebbulkviscosity_14691',['setEBBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a40042adfb1e5e140ede04d0e6de31267',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, Real kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a3aa0e1f0a27c29c4cf2f73d97c19e6b9',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, MultiFab const &kappa)']]], - ['setebdirichlet_14692',['setEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a21036dcdb342fa89b6bc11b0cf730d04',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa5d24895fc813690a700fff13302d30',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a780796d3dee5dfa89cba56c05383868d',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7f36dae9f70a37ded92faab9a89b4a52',1,'amrex::MLEBTensorOp::setEBDirichlet()']]], - ['setebhomogdirichlet_14693',['setEBHomogDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9acab9bf4580bb611d63434f8e2daeed',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69dc896ed1e3c373ffed1364c14b39ea',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a367adfeb7192bf75233d0d3176eb8fd9',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4fd75863f9948f2fc1c82336088f1d51',1,'amrex::MLEBTensorOp::setEBHomogDirichlet(int amrlev, const MultiFab &beta)=delete']]], - ['setebshearviscosity_14694',['setEBShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7c8d573df03c82ad4c1bbb8cec38f6aa',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, MultiFab const &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a95ede9e3771119992924c74dbbd6a83d',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, Real eta)']]], - ['setebshearviscositywithinflow_14695',['setEBShearViscosityWithInflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ad4578df66187d70b495bee32c9833c90',1,'amrex::MLEBTensorOp']]], - ['setedgebcshi_14696',['SetEdgeBCsHi',['../namespaceHydroBC.html#a3a47bbbd8cc79009d41b04c27ebbd64f',1,'HydroBC']]], - ['setedgebcslo_14697',['SetEdgeBCsLo',['../namespaceHydroBC.html#a8ba2207a75496ee3c6d88f44233d645b',1,'HydroBC']]], - ['setenabled_14698',['setEnabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)']]], - ['setenableinverse_14699',['setEnableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fd86ef6591da68553312d8cc6321034',1,'amrex::NeighborParticleContainer']]], - ['setenforcesingularsolvable_14700',['setEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'amrex::MLLinOpT::setEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'MLLinOpT< Array< MultiFab, 3 > >::setEnforceSingularSolvable()']]], - ['seterrorhandler_14701',['SetErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a448749e34552187d2fa9254841970a6b',1,'amrex']]], - ['setextrapvelbcshi_14702',['SetExtrapVelBCsHi',['../namespaceHydroBC.html#a73e41c0b9b0337ef1c4d484c7a18d4d7',1,'HydroBC']]], - ['setextrapvelbcslo_14703',['SetExtrapVelBCsLo',['../namespaceHydroBC.html#a3db84e94f70bb83cddce24c02b206c27',1,'HydroBC']]], - ['setfab_14704',['setFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'amrex::FabArray::setFab(const MFIter &mfi, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'amrex::FabArray::setFab(const MFIter &mfi, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'amrex::FabArray::setFab(int boxno, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'amrex::FabArray::setFab(int boxno, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< FArrayBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< FArrayBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< IArrayBox >::setFab(int boxno, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< IArrayBox >::setFab(int boxno, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< TagBox >::setFab(int boxno, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< TagBox >::setFab(int boxno, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< TagBox >::setFab(const MFIter &mfi, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< TagBox >::setFab(const MFIter &mfi, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< FArrayBox >::setFab(int boxno, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< FArrayBox >::setFab(int boxno, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::Mask >::setFab(int boxno, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::Mask >::setFab(int boxno, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::EBCellFlagFab >::setFab(const MFIter &mfi, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::EBCellFlagFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::CutFab >::setFab(int boxno, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::CutFab >::setFab(int boxno, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)']]], - ['setfab_5fassert_14705',['setFab_assert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::EBCellFlagFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'amrex::FabArray::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< TagBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< IArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< FArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::Mask >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::CutFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab_assert()']]], - ['setfabio_14706',['setFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7a5acc633fa80ec1cb999be2c4bbdc02',1,'amrex::FArrayBox']]], - ['setfaboutsize_14707',['SetFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#abdbf701b94b7d6637e2669c3e5e86818',1,'amrex::DataServices']]], - ['setfacearea_14708',['SetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3036d0e98088cf5ce1478f81b6d02aea',1,'amrex::CoordSys']]], - ['setfaheadermapptr_14709',['SetFAHeaderMapPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0ae8938d03e0425949acee6bfdf003af',1,'amrex::StateData']]], - ['setfiletype_14710',['SetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2bfd78d92eae8d100a08f1b954c70483',1,'amrex::AmrData']]], - ['setfilter_14711',['SetFilter',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa386bd7cfe5d670537ff28fc6abd818a',1,'BLProfStats::SetFilter(FilterStatus fs, const std::string &rname, int rnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab2263e1e16de499efe38609fdea5f81b',1,'BLProfStats::SetFilter(FilterStatus fs)']]], - ['setfiltertimeranges_14712',['SetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a863b8a020da35bf11daf6c34ea5b55a0',1,'BLProfStats']]], - ['setfinalfillbc_14713',['setFinalFillBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aaf653324d55081effa4617316f6fed7f',1,'amrex::MLMGT']]], - ['setfinalsmooth_14714',['setFinalSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af409e46e36a83708948f57964d56e788',1,'amrex::MLMGT']]], - ['setfinestlevel_14715',['SetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab40e510f5cd8deda45eb675b82494808',1,'amrex::AmrMesh']]], - ['setfixdenormals_14716',['SetFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adbd417c0e8ee1019ce39cc3c35d0b06d',1,'amrex::RealDescriptor']]], - ['setfixediter_14717',['setFixedIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8d32d7e502abfe65f355e792f0fed5b7',1,'amrex::MLMGT']]], - ['setfnames_14718',['SetFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac7083da4606bbac9cd04c7ba4278a28a',1,'BLProfStats']]], - ['setformat_14719',['setFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6dd6c1696dd87f8345826bc2ca97cf56',1,'amrex::FArrayBox']]], - ['setfpexcept_14720',['setFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac',1,'amrex']]], - ['setfrequency_14721',['setFrequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)']]], - ['setgaussseidel_14722',['setGaussSeidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a910678e8eb5a82aaa5550910cb4ac3fb',1,'amrex::MLCellLinOpT::setGaussSeidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaa74c5ed1094317d719bffbe89f016c9',1,'amrex::MLNodeLaplacian::setGaussSeidel()']]], - ['setgeometry_14723',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afad5b72230c1ac0b5cc0874cad8d0f86',1,'amrex::ParticleLocator::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'amrex::AmrParticleLocator::setGeometry()']]], - ['setgeometry_14724',['SetGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa755628d0ad98daf37de1670e57d2364',1,'amrex::AmrMesh']]], - ['setgpercent_14725',['SetGPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2c9001171e52450c8d565a1f9106ef41',1,'BLProfStats']]], - ['setgraphregion_14726',['setGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a092d5e2b6a052f9620c9d3c3757ed1be',1,'amrex::Gpu']]], - ['setgrideff_14727',['SetGridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a77c262385b1bd0bfc96fec96347c041a',1,'amrex::AmrMesh']]], - ['setgroupsets_14728',['SetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0e5c0555decdea8a4d09c7eabff1a07d',1,'amrex::VisMF']]], - ['setgrowthfactor_14729',['SetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1',1,'amrex::VectorGrowthStrategy']]], - ['setharmonicaverage_14730',['setHarmonicAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2d7beea7bc93f71c8970977613d2ff08',1,'amrex::MLNodeLaplacian']]], - ['sethdf5fapl_14731',['SetHDF5fapl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2',1,'amrex']]], - ['setheaderversion_14732',['SetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2ce0e613077c3ec9c4c687628154c5ce',1,'amrex::VisMF']]], - ['sethi_14733',['setHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a48f67e7be6f62e4e0ac416af2ca860fa',1,'amrex::RealBox::setHi(const Vector< Real > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a94d83eb3cb499791bd998169535994d8',1,'amrex::RealBox::setHi(const RealVect &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a5cc6185da0581780aa6e6411a60795e4',1,'amrex::RealBox::setHi(int dir, Real a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#adfe0a1636b666203a0fc32be47c5bedb',1,'amrex::RealBox::setHi(const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a0d3a7e55c3bd28f808e3d130879f762e',1,'amrex::BCRec::setHi()']]], - ['sethiddendirection_14734',['setHiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a9c3339a35d018641c2d340cee364755e',1,'amrex::LPInfo']]], - ['sethomogvalues_14735',['setHomogValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a772640cb8d0030c7b6e69714d055d8e3',1,'amrex::InterpBndryDataT']]], - ['sethostalloc_14736',['SetHostAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a76a736ea531b11031bc4742c16ebfa67',1,'amrex::ArenaInfo']]], - ['sethyprenumsweeps_14737',['setHypreNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa3e3c7cdd1399a6569ead6da002cefcc',1,'amrex::Hypre']]], - ['sethypreolddefault_14738',['setHypreOldDefault',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a176164a0be65a008953835f054ed05bb',1,'amrex::Hypre']]], - ['sethypreoptionsnamespace_14739',['setHypreOptionsNamespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9f80d1c81a4fc95cd42b3741dbccbacd',1,'amrex::HypreNodeLap::setHypreOptionsNamespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a69bd65a7f09331727ec3606700f744b7',1,'amrex::Hypre::setHypreOptionsNamespace(const std::string &ns) noexcept']]], - ['sethyprerelaxorder_14740',['setHypreRelaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ae6d9ce8d191fe74154cb322a83647c65',1,'amrex::Hypre']]], - ['sethyprerelaxtype_14741',['setHypreRelaxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a405012151d7a1605c76dc277321f8413',1,'amrex::Hypre']]], - ['sethyprestrongthreshold_14742',['setHypreStrongThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a3709ca6588e8a170458aca0425335169',1,'amrex::Hypre']]], - ['setinfo_14743',['SetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ae91e33103b6e12dcf0a643a8904a74c1',1,'amrex::AMRErrorTag']]], - ['setinitdatablocks_14744',['SetInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a77c0419013558c7dc97b630646404ce4',1,'BLProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ac2f5f0735dd866d4d9dddd8e9192c94f',1,'CommProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#abde311b30f111d93f7fbfed009773e76',1,'RegionsProfStats::SetInitDataBlocks()']]], - ['setinitsnan_14745',['SetInitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07',1,'amrex']]], - ['setinitsolnzeroed_14746',['setInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7193b703cfcb637ad19ed8b60c53f3cb',1,'amrex::MLCGSolverT']]], - ['setintcommcomp_14747',['setIntCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a63cbb0b5b6c81df9e4321148bc960f32',1,'amrex::NeighborParticleContainer']]], - ['setiobuffersize_14748',['SetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6408b3042dc48515b0c3722c43826f03',1,'amrex::VisMFBuffer']]], - ['setismatrixsingular_14749',['setIsMatrixSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ace6b42d6b4d28b5aeb6d0ae4ced033f1',1,'amrex::Hypre']]], - ['setissingular_14750',['setIsSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9742734763060b16ce1f99bc43de3bef',1,'amrex::HypreMLABecLap']]], - ['setiteratetofalse_14751',['SetIterateToFalse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2c473ca991e89cf526fa0ecd967a7217',1,'amrex::AmrMesh']]], - ['setlaunchregion_14752',['setLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a9f755b4680ecd261e7416fda7ca2b5bb',1,'amrex::Gpu']]], - ['setlevel_14753',['SetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a523062418a8d9a4207077fa87b98d521',1,'amrex::XYPlotDataList']]], - ['setlevelbc_14754',['setLevelBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a06eca5d2d85df13a44bec68fb491e02d',1,'amrex::MLCurlCurl::setLevelBC()'],['../classHydro_1_1MacProjector.html#a14a612ac0c0042ac9e24fbdab72081df',1,'Hydro::MacProjector::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a85ee06a6171baffc7d8ba4e7470a44ef',1,'amrex::MLNodeLinOp::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int, const Array< MultiFab, 3 > *, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'amrex::MLLinOpT::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'amrex::MLLinOpT::setLevelBC(int, const MF *, const MF *=nullptr, const MF *=nullptr, const MF *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaf162a4471fc9b3a7121d9579fea518',1,'amrex::MLCellLinOpT::setLevelBC()']]], - ['setlevelcount_14755',['setLevelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac5745e35deb1c5f1c6d8585cffe9605d',1,'amrex::Amr']]], - ['setleveldirectoriescreated_14756',['SetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'amrex::ParticleContainer_impl::SetLevelDirectoriesCreated()']]], - ['setleveldirectorycreated_14757',['SetLevelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a33b3a3f0806c790a05f39fae227042a0',1,'amrex::AmrLevel']]], - ['setlevelsteps_14758',['setLevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cfac74af2f249a6addd2637d24cb758',1,'amrex::Amr']]], - ['setlo_14759',['setLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad513c995fcf5ff2ca68ea4a1ca78a9f7',1,'amrex::RealBox::setLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7b9f9505622e2fa14b13aebd7f417d8f',1,'amrex::BCRec::setLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a1130b16abd9291592ada32965f8d3201',1,'amrex::RealBox::setLo(const Real *a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad17a084669ca15c44ee367f21a9ffc68',1,'amrex::RealBox::setLo(const RealVect &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a06a08fc2ff5eb243e5b56ad66734fd55',1,'amrex::RealBox::setLo(int dir, Real a_lo) noexcept']]], - ['setlobndryconds_14760',['setLOBndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad300e8ff5b343bdc22725143e1005469',1,'amrex::MLCellLinOpT::BndryCondLoc::setLOBndryConds()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4968262312aabecee36bc2bde40ab80c',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, int ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ab6609bf57c735a9ebbf08bd4944dffef',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, IntVect const &ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)']]], - ['setmapped_14761',['setMapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aa9baddb5a30572ac9597f98e6037b801',1,'amrex::MLNodeLaplacian']]], - ['setmaxcoarseninglevel_14762',['setMaxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a4a7b1b85ca071370a9a98488be7dd5dc',1,'amrex::LPInfo']]], - ['setmaxfmgiter_14763',['setMaxFmgIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a034852dcdb062a30ca616eb0363d202b',1,'amrex::MLMGT']]], - ['setmaxfnumber_14764',['SetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a522a3e0fdfe26feeb6fca90122db85eb',1,'RegionsProfStats']]], - ['setmaxgridsize_14765',['SetMaxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad6695b6090e726ea6bc405a7d3a75be8',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< IntVect > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae26f4d197dc68e2d26837b8ad0043dbe',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< int > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a964c875f4546f513fb285e2f90278473',1,'amrex::AmrMesh::SetMaxGridSize(const IntVect &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4612b4d9b23253095da92c3e323ffd73',1,'amrex::AmrMesh::SetMaxGridSize(int new_mgs) noexcept']]], - ['setmaxiter_14766',['setMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afee26760c3b6fd120a20bead9d849ce4',1,'amrex::MLMGT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#adaf95795df6022fbffaeea323e4df3e0',1,'amrex::MLCGSolverT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a2eca9fbfceb38d605125d13abdf96b44',1,'amrex::HypreMLABecLap::setMaxIter()']]], - ['setmaxiters_14767',['setMaxIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ae47a754ba15bd25bcb9b10f95b590364',1,'amrex::GMRESMLMGT::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'GMRES< MF, GMRESMLMGT< MF > >::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'amrex::GMRES::setMaxIters()']]], - ['setmaxlevel_14768',['SetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ad718a00a1cc39585c9a7f5d631d76a06',1,'amrex::AMRErrorTagInfo']]], - ['setmaxorder_14769',['setMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'MLLinOpT< Array< MultiFab, 3 > >::setMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'amrex::MLLinOpT::setMaxOrder()']]], - ['setmaxrnumber_14770',['SetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e570ba8a5d7336446bd4de9d553bd6a',1,'BLProfStats']]], - ['setmaxsemicoarseninglevel_14771',['setMaxSemicoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab79eab223be7acae5356f6a9e1fdb0fc',1,'amrex::LPInfo']]], - ['setmaxtime_14772',['SetMaxTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7804b1aaad0f9423c2bd6505d4582845',1,'amrex::AMRErrorTagInfo']]], - ['setmetricterm_14773',['setMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ad52d1c9d3214bf62a03f3a41ca82a34c',1,'amrex::LPInfo']]], - ['setmffileinstreams_14774',['SetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abda03b733e4f5e0b9f005f764f1a5b65',1,'amrex::VisMF']]], - ['setmindigits_14775',['SetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ba8e895b17fe1e7c39d318b1e1ed9f8',1,'amrex::NFilesIter']]], - ['setmintime_14776',['SetMinTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ab82515699c685077e28466f7d98724de',1,'amrex::AMRErrorTagInfo']]], - ['setmultighost_14777',['setMultiGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7d9c921734d6199c74f9ce44f81eba81',1,'amrex::FabArrayBase']]], - ['setmultivalued_14778',['setMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7f74f489036a678a56c421c828b393b6',1,'amrex::EBCellFlag']]], - ['setncycle_14779',['setNCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a189778c804c9127f8792d32cd927ecd7',1,'amrex::Amr']]], - ['setnewtimelevel_14780',['setNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9abd20c02f978ad493cfe44eec3dec13',1,'amrex::StateData']]], - ['setnghost_14781',['setNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac578fcc67a6e49ae96d7578ce36c508f',1,'amrex::MLCGSolverT']]], - ['setngrow_14782',['SetNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8e2bdc864ffe06bd8e43902689bb624a',1,'amrex::AMRErrorTag']]], - ['setngrowfilled_14783',['setNGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2ad51584223d99ae31e86bf9a21c10b7',1,'amrex::FabArrayBase']]], - ['setnormalizationthreshold_14784',['setNormalizationThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5184c0395e2b615863f958c9a057f6d2',1,'amrex::MLNodeLaplacian']]], - ['setnosyncregion_14785',['setNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a361fc388a79423386fd65e7dfe189f57',1,'amrex::Gpu']]], - ['setnoutfiles_14786',['SetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1cbbd755f92181dadd9dbdbd81d92efb',1,'BLProfStats::SetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a12f990c53f9abf19fdd7c10f14eae38b',1,'amrex::VisMF::SetNOutFiles()']]], - ['setnprocs_14787',['SetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5b9e541dff4023978e381b997dbcc00b',1,'BLProfStats']]], - ['setnproper_14788',['SetNProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee314c43754854d98fc25ce6cd278796',1,'amrex::AmrMesh']]], - ['setnsolve_14789',['setNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a309402aeb490c7011bbdc724dfb20e98',1,'amrex::MLMGT']]], - ['setnsolvegridsize_14790',['setNSolveGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a52db13d6134d518279dce357d082ed35',1,'amrex::MLMGT']]], - ['setnumlevels_14791',['setNumLevels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a118f6ee0ff0a2b597f7465fbfa1ae3e2',1,'amrex::ParticleCopyOp']]], - ['setnumneighbors_14792',['setNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3b1f7c4d9324b6ce179d86299b1ba853',1,'amrex::ArrayOfStructs::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3418dd871a28056a9d8aa3ba12a016f6',1,'amrex::ParticleTile::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a06cb98e187a840616cfd0c681f596ab2',1,'amrex::StructOfArrays::setNumNeighbors()']]], - ['setnumstreams_14793',['SetNumStreams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a23dbb25432836874b6aa0885ff91e1c5',1,'amrex::MFItInfo']]], - ['setnumthreadsmin_14794',['setNumThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a6693f142f50d3d5683ee44892c3f155a',1,'amrex::Gpu::Device']]], - ['setoffset_14795',['SetOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aded987526da2665b805f491a3544ccd8',1,'amrex::CoordSys']]], - ['setoldtimelevel_14796',['setOldTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a174f384ed70022d265210fb0ffa0f448',1,'amrex::StateData']]], - ['setoptions_14797',['setOptions',['../classHydro_1_1MacProjector.html#a0e486b82b991320eb741d655f11e7c4e',1,'Hydro::MacProjector::setOptions()'],['../classHydro_1_1NodalProjector.html#ac44569cae9df9f860be927c345ae18a8',1,'Hydro::NodalProjector::setOptions()']]], - ['setordering_14798',['setOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a52578eab1d0f7cc7547af989033e82b6',1,'amrex::FArrayBox']]], - ['setoversetmask_14799',['setOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afa9f37a1e4264b48744a5110fdb1c4ec',1,'amrex::MLNodeLinOp']]], - ['setpargdb_14800',['SetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2b8152157d1ecf4129a015d2a8ead5ff',1,'amrex::ParticleContainerBase::SetParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a3a466989f4aa9bba5b055e42d48ee936',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a390bb96be3157bd1a0bf97fe3167e14b',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], - ['setparserprefix_14801',['SetParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa1549749aa28417bed7bb7a9d5a99810',1,'amrex::ParmParse']]], - ['setparticleboxarray_14802',['SetParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8fa510470316026fa5b4ac4cf18a29c5',1,'amrex::AmrParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a79aa4f01ee0c767eb5f92c5cfed9485d',1,'amrex::ParticleContainerBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac3cf1b27511fecf4ab3f23a90f5f0e4c',1,'amrex::ParGDBBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1165cc254c92620732eecdf3d1d44d14',1,'amrex::ParGDB::SetParticleBoxArray()']]], - ['setparticledistributionmap_14803',['SetParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1635970789eadd3987d1011e60cf3003',1,'amrex::ParGDBBase::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1e01e231a9f26bf287a483608281173d',1,'amrex::ParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a88824bfe0471d8b133c5aa798b87c25f',1,'amrex::AmrParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0efe211fbdf5d6759cd3a045622e0250',1,'amrex::ParticleContainerBase::SetParticleDistributionMap()']]], - ['setparticlegeometry_14804',['SetParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ace841700df06aa193ec553e98c6fb600',1,'amrex::AmrParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3efa366c1a89f28934b8ce6f0ebebd98',1,'amrex::ParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1aa41e46d76fa08134ec8f657692c718',1,'amrex::ParGDBBase::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89426801f817c951b25e9748f669d3ce',1,'amrex::ParticleContainerBase::SetParticleGeometry()']]], - ['setparticleidandcpu_14805',['SetParticleIDandCPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265',1,'amrex']]], - ['setparticlesize_14806',['SetParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'amrex::ParticleContainer_impl::SetParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetParticleSize()']]], - ['setperiodicity_14807',['setPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a07025080452434734ae74c23e9f97224',1,'amrex::Geometry']]], - ['setphioncentroid_14808',['setPhiOnCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1b6b64134bb5a73a43da2d2aaefbbf53',1,'amrex::MLEBABecLap']]], - ['setphysbndryvalues_14809',['setPhysBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a24af38cde0573af0a4557b5e165690ff',1,'amrex::InterpBndryDataT']]], - ['setphysboundaryvalues_14810',['setPhysBoundaryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2f324e3977de1beef5d204c04be51f4a',1,'amrex::AmrLevel']]], - ['setpinmesh_14811',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge']]], - ['setpinmesh_14812',['SetPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb2aa16f7cb72eebdd278083cc8616ef',1,'amrex::AmrDataAdaptor::SetPinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af95203532e6b05769deed97d8015911b',1,'amrex::AmrMeshDataAdaptor::SetPinMesh()']]], - ['setpinmesh_14813',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge']]], - ['setplotvariables_14814',['setPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a8023d9fbf7106fe39977f43d1b07460e',1,'amrex::AmrLevel']]], - ['setpostsmooth_14815',['setPostSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6207d80df231723fb69683f66f5ce6d0',1,'amrex::MLMGT']]], - ['setpoststepregrid_14816',['setPostStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3740e0877382738d1cd8d382909ef855',1,'amrex::AmrLevel']]], - ['setpoutbasename_14817',['setPoutBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606',1,'amrex']]], - ['setprecision_14818',['setPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a767556bba83027cac8eeecd67726aab8',1,'amrex::FArrayBox']]], - ['setprecision_14819',['SetPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a3e38d76f3f46409cbf9fa81259641906',1,'amrex::PrintToFile::SetPrecision()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7c4b1f95c46cd9f3e0435d36b25af7ca',1,'amrex::Print::SetPrecision()']]], - ['setprecondnumiters_14820',['setPrecondNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3e4c31b46aeea964f7e6bf8798c3adea',1,'amrex::GMRESMLMGT']]], - ['setpreferred_14821',['SetPreferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a8e8c57c71dcb35c394ddcd580388169f',1,'amrex::ArenaInfo']]], - ['setpresmooth_14822',['setPreSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a198deef7be3c836a4e4262aeeb0d70ac',1,'amrex::MLMGT']]], - ['setprobdomain_14823',['SetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4384bbd33d251a318b16a586333a54fc',1,'CommProfStats']]], - ['setproc_14824',['SetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad95846d17258a184db9a6df8a86c158d',1,'BLProfStats']]], - ['setpropertyofzero_14825',['setPropertyOfZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a56349014c0d985e20f66cb789fc37d9f',1,'amrex::GMRESMLMGT']]], - ['setptr_14826',['setPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< PetscInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< Real >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< HYPRE_Int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< EBCellFlag >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< char >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< AtomicInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'amrex::BaseFab::setPtr()']]], - ['setrange_14827',['setRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'amrex::BoxND::setRange()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'BoxND< AMREX_SPACEDIM >::setRange()']]], - ['setreadbuffersize_14828',['SetReadBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0e8add3f679863e8b4e09d5a681f3bd4',1,'amrex::RealDescriptor']]], - ['setreadonly_14829',['SetReadOnly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a17188b136da5e99440f925f648366292',1,'amrex::ArenaInfo']]], - ['setrealbox_14830',['SetRealBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a3dc671430b63a9d4a3acde3473987d37',1,'amrex::AMRErrorTagInfo']]], - ['setrealcommcomp_14831',['setRealCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c5eaf4a73e02b631f586b8d9eaa9b44',1,'amrex::NeighborParticleContainer']]], - ['setrecorddatainfo_14832',['setRecordDataInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1569c279c9f53680c034fa8412aec447',1,'amrex::Amr']]], - ['setrecordgridinfo_14833',['setRecordGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1019472407f6945a0f73f610fc1fd497',1,'amrex::Amr']]], - ['setrecordruninfo_14834',['setRecordRunInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9bbbb5b286faccc02c5b6b90b4184c6a',1,'amrex::Amr']]], - ['setrecordruninfoterse_14835',['setRecordRunInfoTerse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af19da464ed538fdb371cfc74ff3ac469',1,'amrex::Amr']]], - ['setreduction_14836',['setReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a04a95c0948c5e2da94c3236ae7668edb',1,'amrex::Gpu::KernelInfo']]], - ['setrefratio_14837',['SetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a7c7ec72dddbcaab79c7e37eb90fbb3',1,'CommProfStats']]], - ['setregiontimeranges_14838',['SetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae023b91eb3ee3bf6028a097d14279eee',1,'BLProfStats::SetRegionTimeRanges(const amrex::Vector< amrex::Vector< amrex::Vector< TimeRange > > > &rtr)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab91fda15e1bba727710584a087572686',1,'BLProfStats::SetRegionTimeRanges(const TimeRange &tr, const int n, const int r, const int t)']]], - ['setregular_14839',['setRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a415368e4a55ec46befc98b59361a4237',1,'amrex::EBCellFlag']]], - ['setregularlevel_14840',['setRegularLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa134f8da748d28d9c016c9ccf35e0276',1,'amrex::EB2::Level']]], - ['setreleasethreshold_14841',['SetReleaseThreshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a65b5aebfacd9fcffe1532a1f0a4968df',1,'amrex::ArenaInfo']]], - ['setrestartlength_14842',['setRestartLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'amrex::GMRES::setRestartLength()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'GMRES< MF, GMRESMLMGT< MF > >::setRestartLength()']]], - ['setrunongpu_14843',['setRunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a7f2087821b195338a4b6f62bdf0ab2ae',1,'amrex::StateDescriptor::BndryFunc']]], - ['setrz_14844',['setRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7aa065c26dda1e04e7433b12f6c09648',1,'amrex::MLEBNodeFDLaplacian']]], - ['setrzcorrection_14845',['setRZCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad6fc7d27c22cd096b77b9bb7d2b4f66d',1,'amrex::MLNodeLaplacian']]], - ['setscalars_14846',['setScalars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad3027675177497cdb23a984a50ebcb12',1,'amrex::MLEBABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa2615f55a027cc9678c8fad74fd8f7ff',1,'amrex::MLNodeABecLaplacian::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aea6aef5fab439e43995892519fee28b6',1,'amrex::PETScABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6ec4dbd1f4658dc7cd6ef708b3968c4c',1,'amrex::MLCurlCurl::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a41aaec43d94c9d9246f9f2a8219b0b33',1,'amrex::MLALaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ac497cc99508dff6311d584d7e0636ce8',1,'amrex::Hypre::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af60aa5f93df4defa5142afa10ede59ef',1,'amrex::MLABecLaplacianT::setScalars()']]], - ['setsemicoarsening_14847',['setSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a45b2ff9402b86070a36448a89c4e6e8a',1,'amrex::LPInfo']]], - ['setsemicoarseningdirection_14848',['setSemicoarseningDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#adbc91f7b18c419f5e1be642d15a28e5e',1,'amrex::LPInfo']]], - ['setsetbuf_14849',['SetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af73ff9fbd9a91c471bfbe750de045fb9',1,'amrex::VisMF']]], - ['setshared_14850',['SetShared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aab98a8a0ea2fe15e00d08626d0015205',1,'amrex::FabInfo']]], - ['setshearviscosity_14851',['setShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#abae8fb16d0725b3c3c728079359e8d4b',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af6d48bd951e581c0766cec582a9c85a3',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a514d2b861724430a7a0d3182bbf26d06',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6907d1c2b45662f70a24cc5deef001ca',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta, Location a_beta_loc)']]], - ['setshowbody_14852',['SetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac3e2ebf3a95fc625bf57908fe1d07585',1,'amrex::AmrData']]], - ['setsigma_14853',['setSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aacdcbb450e721a927c9697c8b10e3c0c',1,'amrex::MLNodeTensorLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab81f654708d4756a07160c7eaa343d48',1,'amrex::MLEBNodeFDLaplacian::setSigma(Array< Real, AMREX_SPACEDIM > const &a_sigma) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae912d5edf5cef0c5118f70ba1bf9aa4f',1,'amrex::MLEBNodeFDLaplacian::setSigma(int amrlev, MultiFab const &a_sigma)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a4cbcb13e082363d597268b6523f72470',1,'amrex::MLNodeLaplacian::setSigma()']]], - ['setsinglestreamregion_14854',['setSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae31e2a43c93959ebf7aa6bd6f564d85c',1,'amrex::Gpu']]], - ['setsinglevalued_14855',['setSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ace9da28b2b2d5ddcc0ac50ed1efc84a1',1,'amrex::EBCellFlag']]], - ['setskippltlines_14856',['SetSkipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae3bed0818b249c54dd2b51368264dd72',1,'amrex::AmrData']]], - ['setsmall_14857',['setSmall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'amrex::BoxND::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'amrex::BoxND::setSmall(int dir, int sm_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'BoxND< AMREX_SPACEDIM >::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'BoxND< AMREX_SPACEDIM >::setSmall(int dir, int sm_index) noexcept']]], - ['setsmallplotvariables_14858',['setSmallPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adf299b915ff9411e6684762c72da84bc',1,'amrex::AmrLevel']]], - ['setsmoothnumsweeps_14859',['setSmoothNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#acf2ee340ce60a3e241d9d06e4d14db59',1,'amrex::MLNodeLinOp']]], - ['setsolver_14860',['setSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e6d43c5befb02185a364de58415471b',1,'amrex::MLCGSolverT']]], - ['setsparsefpp_14861',['SetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4502510b5b15f7e87226e43367e1923a',1,'amrex::NFilesIter']]], - ['setstarttime_14862',['setStartTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6f9ae291b9b51ed55c83ff49e418fc49',1,'amrex::Amr']]], - ['setstaticboundarywidth_14863',['SetStaticBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a45d9b6c2a9fff2fce88fccc4deed8b62',1,'amrex::AmrData']]], - ['setstream_14864',['setStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a02723429d759214d88aab6044423995e',1,'amrex::Gpu::Device']]], - ['setstreamindex_14865',['setStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a32697ec1849354e2ed52dbdb67e4cc55',1,'amrex::Gpu::Device']]], - ['setsuperparticle_14866',['setSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle()']]], - ['setsyncresidualcrse_14867',['setSyncResidualCrse',['../classHydro_1_1NodalProjector.html#aa4c60977d0d8d2c28545871cddb5d19e',1,'Hydro::NodalProjector']]], - ['setsyncresidualfine_14868',['setSyncResidualFine',['../classHydro_1_1NodalProjector.html#a305714866f853d54f6b3492226e692ad',1,'Hydro::NodalProjector']]], - ['settag_14869',['SetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a09865d39fb552bb0fa800934f1b1fa6d',1,'amrex::MFInfo::SetTag(T &&t, Ts &&... ts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#af21be827e6eb2fd48530caecff10482a',1,'amrex::MFInfo::SetTag(const std::string &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#addb772907b0ba233d79468968d823b80',1,'amrex::MFInfo::SetTag(const char *t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a810a0fb9b39d3a0d313f44d2b4d09ef2',1,'amrex::MFInfo::SetTag() noexcept']]], - ['setthrowexception_14870',['setThrowException',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a891052eaf3fafd326e6509c4bb1996bf',1,'amrex::MLMGT']]], - ['settimelevel_14871',['setTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a8e6217ecac0e2a8d99ce273835b20e91',1,'amrex::StateData::setTimeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5b311a4d4139cce9025d1c41d28586b1',1,'amrex::AmrLevel::setTimeLevel()']]], - ['settozero_14872',['setToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aa7abf628225cd94e5163b1400f549417',1,'amrex::GMRESMLMGT']]], - ['settype_14873',['setType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a57d4f25c01e84b842b1456dee7985600',1,'amrex::EBCellFlagFab::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'amrex::BoxND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'BoxND< AMREX_SPACEDIM >::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'amrex::IndexTypeND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'IndexTypeND< AMREX_SPACEDIM >::setType()']]], - ['setumac_14874',['setUMAC',['../classHydro_1_1MacProjector.html#ae011104055a3d9ba560bf411c33b60df',1,'Hydro::MacProjector']]], - ['setup_14875',['Setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9b691763a32026e16671e3213068f745',1,'amrex::Geometry']]], - ['setup_14876',['setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abb5bbeb49ef28654739d90718147285c',1,'amrex::HypreMLABecLap']]], - ['setupmaps_14877',['setUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a97b4e7ac1dadacb050889cd919123863',1,'amrex::StateDescriptor']]], - ['setupmri_14878',['SetupMRI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adf527e87fa79a752e7173b562eb55bd9',1,'amrex::SundialsIntegrator']]], - ['setuprk_14879',['SetupRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4d5f9d59a1de4f0cb97ae4984a7c6b03',1,'amrex::SundialsIntegrator']]], - ['setusedynamicsetselection_14880',['SetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae5edd64d22f48b760a17f2e1c7369df6',1,'amrex::VisMF']]], - ['setusenewchop_14881',['SetUseNewChop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a54d57857c4dd3aa50841ec74a13d4e4c',1,'amrex::AmrMesh']]], - ['setusepcg_14882',['setUsePCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ab5ad6803cca78078368567c0c4ee1ed0',1,'amrex::MLCurlCurl']]], - ['setusepersistentifstreams_14883',['SetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae3d6b0ee4099108fc70fff4deb69b738',1,'amrex::VisMF']]], - ['setuseprepost_14884',['SetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'amrex::ParticleContainer_impl::SetUsePrePost()']]], - ['setusesingleread_14885',['SetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6142ed0a2ebee84b7961a5f429a3f4de',1,'amrex::VisMF']]], - ['setusesinglewrite_14886',['SetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2a642eb132677ff8e2cda24a665def96',1,'amrex::VisMF']]], - ['setusesynchronousreads_14887',['SetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a97d811af2fd976d508e3f0cb4460c0fb',1,'amrex::VisMF']]], - ['setuseunlink_14888',['SetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'amrex::ParticleContainer_impl::SetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUseUnlink()']]], - ['setval_14889',['setVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< IArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< FArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< FArrayBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< FArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::Mask >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::Mask >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::Mask >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< TagBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c',1,'amrex::setVal(MF &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd',1,'amrex::setVal(Array< MF, N > &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a6c6aeca9f57fbbdab3eb907b9b495bd4',1,'amrex::TagBoxArray::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a22eb86768e17886d036bc065094ce343',1,'amrex::MultiCutFab::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'IntVectND< AMREX_SPACEDIM >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'amrex::IntVectND::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#affc018df5ca039abaf4ffb0fd51e8619',1,'amrex::FabSetT::setVal(value_type val, int comp, int num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab5e8da6e6afc2500eda235e22a485dda',1,'amrex::FabSetT::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< TagBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< IArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< TagBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< TagBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< TagBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< IArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< IArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< char >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< int >::setVal(int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< char >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< char >::setVal(char const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'amrex::BaseFab::setVal(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'amrex::BaseFab::setVal(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'amrex::BaseFab::setVal(T const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a005714dcfffa4635a7261f525892ac37',1,'amrex::BndryRegisterT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'amrex::FabArray::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'amrex::FabArray::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'amrex::FabArray::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'amrex::FabArray::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'amrex::FabArray::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'amrex::FabArray::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< Real >::setVal(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< Real >::setVal(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< Real >::setVal(Real const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< PetscInt >::setVal(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::CutFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::CutFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::CutFab >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::CutFab >::setVal(value_type val)']]], - ['setvalif_14890',['setValIf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'amrex::BaseFab::setValIf(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'amrex::BaseFab::setValIf(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< char >::setValIf(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< char >::setValIf(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< EBCellFlag >::setValIf(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< EBCellFlag >::setValIf(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< int >::setValIf(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< int >::setValIf(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< Real >::setValIf(Real const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< Real >::setValIf(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept']]], - ['setvalifnot_14891',['setValIfNot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'amrex::BaseFab::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< Real >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'amrex::BaseFab::setValIfNot(T const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'amrex::BaseFab::setValIfNot(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< char >::setValIfNot(char const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< char >::setValIfNot(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< char >::setValIfNot(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< int >::setValIfNot(int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< int >::setValIfNot(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< int >::setValIfNot(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< Real >::setValIfNot(Real const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< Real >::setValIfNot(Real const &val, const BaseFab< int > &mask) noexcept']]], - ['setvalue_14892',['setValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#acf8b7ee0ecbe4e7a753b470251c106d0',1,'amrex::BndryDataT']]], - ['setverbose_14893',['setVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'MLLinOpT< Array< MultiFab, 3 > >::setVerbose()'],['../classHydro_1_1MacProjector.html#a0421fceb4701fda980091df297a21183',1,'Hydro::MacProjector::setVerbose()']]], - ['setverbose_14894',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a50ba1e91e9681699bf5c1a32be2814e6',1,'amrex::ParmParse::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2a0f56f8b64e6c0315442033ebd79fac',1,'amrex::ParticleContainerBase::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a998f1813f57b8415140b26966fd0f86c',1,'amrex::VisMF::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac9e1d5f47bb112898e4bf7f56d738f0a',1,'amrex::ForkJoin::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a55836d3122a77f927534e5e1d017342c',1,'BLProfStats::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93023ed252fb2a08657bbdfa7ccc6a87',1,'amrex::AmrData::SetVerbose()']]], - ['setverbose_14895',['setVerbose',['../classHydro_1_1NodalProjector.html#a8a1d865371bafe8385cbfcbbc8b0b91e',1,'Hydro::NodalProjector::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a580b216cdd0cc4085925ba398137c59a',1,'amrex::PETScABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a657ff95ca0e408729e171ef2a3ca2141',1,'amrex::OpenBCSolver::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a583837639457c1be71a4293604fb461d',1,'amrex::MLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'amrex::MLLinOpT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a2579b4ef8718da67e5d5e499b4c484c1',1,'amrex::MLCGSolverT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5e66262b6c3958c576c2f3cd6c3a08e3',1,'amrex::HypreMLABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1aa001ef00cb82f298c761cbf61de2e1',1,'amrex::Hypre::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a51b0cd328dd0bb2bf71ff67d266b673b',1,'amrex::GMRESMLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'GMRES< MF, GMRESMLMGT< MF > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'amrex::GMRES::setVerbose()']]], - ['setverbose_14896',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757',1,'amrex']]], - ['setvfeps_14897',['SetVfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab2473a7e3aa4aaa9e89dfa521add4252',1,'amrex::AmrData']]], - ['setvolume_14898',['SetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7d18b648e6020f7b18907a2a96c8b4fd',1,'amrex::CoordSys']]], - ['setvolumeweighting_14899',['SetVolumeWeighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aab42331c47167778993cf79cd0689549',1,'amrex::AMRErrorTagInfo']]], - ['setwritebuffersize_14900',['SetWriteBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aae779778e03e99a52811ac1e3460f4d2',1,'amrex::RealDescriptor']]], - ['setwritetolevel_14901',['SetWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aedf7787e5d78a2ec4920bdae6f1033c2',1,'amrex::DataServices']]], - ['setxbcs_14902',['SetXBCs',['../namespaceEBGodunovBC.html#a95fe61ec1acf2cf81ce6b99cceac75e3',1,'EBGodunovBC::SetXBCs()'],['../namespacePPM.html#a90c9fcca9c5e4a4098dcccf9aaead891',1,'PPM::SetXBCs()']]], - ['setxhi_14903',['setXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a3fed54140796e26ad90fc8d151beb855',1,'amrex::EB2::Neighbor']]], - ['setxlo_14904',['setXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aa07825ca5ad98d94fa9bfb9879bb8383',1,'amrex::EB2::Neighbor']]], - ['setybcs_14905',['SetYBCs',['../namespacePPM.html#abf337b316b14038fe9d5eace8e23b1be',1,'PPM::SetYBCs()'],['../namespaceEBGodunovBC.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5',1,'EBGodunovBC::SetYBCs()']]], - ['setyhi_14906',['setYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a212ed5915d00323dcbcaeb9c017cf79f',1,'amrex::EB2::Neighbor']]], - ['setylo_14907',['setYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab5689b17794d98940e22c2dc1c856f72',1,'amrex::EB2::Neighbor']]], - ['setzhi_14908',['setZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a89b6f98e17fc1ab18e714227d70a16c6',1,'amrex::EB2::Neighbor']]], - ['setzlo_14909',['setZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab33258566bae2c23b99ff91a3ac9519c',1,'amrex::EB2::Neighbor']]], - ['sfc_5fthreshold_14910',['SFC_Threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a63653fe42e3932487e1f5ae3665d8c2e',1,'amrex::DistributionMapping::SFC_Threshold(int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2da18b37a31f8c679aa06df2e0f5d697',1,'amrex::DistributionMapping::SFC_Threshold()']]], - ['sfcprocessormap_14911',['SFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abbce89f9e0c8bfb34b02b516b75a3482',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3abd803a3f6d55816621735d7a7c1ed6',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, Real &efficiency, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1960a437a27e870cd41e9e837c196a57',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, int nprocs)']]], - ['sfcprocessormapdoit_14912',['SFCProcessorMapDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13273515e111009ee6d6ade3e0581c30',1,'amrex::DistributionMapping']]], - ['sharedmemory_14913',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'amrex::FabArray::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< PetscInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::CutFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::EBCellFlagFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::Mask >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< FArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< IArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< TagBox >::SharedMemory()']]], - ['sharedmemperblock_14914',['sharedMemPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a919512587c63820d178daacc381ccde1',1,'amrex::Gpu::Device']]], - ['shift_14915',['shift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< EBCellFlag >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< Real >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< Real >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abbb552183613f3c0861fb4e6755d942e',1,'amrex::BoxArray::shift(int dir, int nzones)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a2ae1e7b4aa2c6c0f78d777bbb6b9f290',1,'amrex::BoxArray::shift(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxDomain::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxList::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'amrex::BoxND::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'amrex::BoxND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< HYPRE_Int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< HYPRE_Int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< EBCellFlag >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< PetscInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< char >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< char >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< AtomicInt >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< AtomicInt >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'BoxND< AMREX_SPACEDIM >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a',1,'amrex::shift(const BoxND< dim > &b, const IntVectND< dim > &nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0965954841613a669702c6c2aa42c66f',1,'amrex::shift(const BoxND< dim > &b, int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'amrex::BaseFab::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'amrex::BaseFab::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'IntVectND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'IntVectND< AMREX_SPACEDIM >::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'amrex::IntVectND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'amrex::IntVectND::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< TagBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< IArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< FArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::Mask >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::EBCellFlagFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::CutFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< AtomicInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'amrex::FabArray::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'BoxND< AMREX_SPACEDIM >::shift()']]], - ['shifthalf_14916',['shiftHalf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< Real >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxDomain::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'amrex::BaseFab::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'amrex::BaseFab::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< AtomicInt >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< AtomicInt >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< char >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< char >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< EBCellFlag >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< EBCellFlag >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< HYPRE_Int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< HYPRE_Int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< PetscInt >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< PetscInt >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< Real >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'BoxND< AMREX_SPACEDIM >::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'BoxND< AMREX_SPACEDIM >::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'amrex::BoxND::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'amrex::BoxND::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxList::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxList::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxDomain::shiftHalf()']]], - ['shiftintvect_14917',['shiftIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a3a1f48c918140f80aac690cc10d20cdb',1,'amrex::Periodicity']]], - ['shmem_14918',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aec97898947982708e087ae84c0efc3d0',1,'amrex::FabArray::ShMem::ShMem(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a2f41c14e40bc2a252cde7b96a797e6c2',1,'amrex::FabArray::ShMem::ShMem(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a331615980ef894be2c619a757c5a8637',1,'amrex::FabArray::ShMem::ShMem() noexcept=default']]], - ['shortside_14919',['shortside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'amrex::BoxND::shortside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'BoxND< AMREX_SPACEDIM >::shortside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'BoxND< AMREX_SPACEDIM >::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'amrex::BoxND::shortside() const noexcept']]], - ['shrink_14920',['shrink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'amrex::BoxND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'BoxND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'amrex::IndexTypeND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'IndexTypeND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'amrex::IntVectND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'IntVectND< AMREX_SPACEDIM >::shrink()']]], - ['shrink_5fin_5fplace_14921',['shrink_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1fec80ed73e43de305a5e232e0b551a6',1,'amrex::Arena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'amrex::ArenaAllocatorBase::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f',1,'amrex::detail::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a39b6596c9fb986503f9e782ff67ecd40',1,'amrex::CArena::shrink_in_place()']]], - ['shrink_5fto_5ffit_14922',['shrink_to_fit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< index_type >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int *, DefaultAllocator< const int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::XDim3 >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::STLtools::Triangle >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::openbc::MomTag >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::NeighborCode >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::BoxND >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'amrex::PODVector::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7ff65a82757f35dd00d2ce7435be5a71',1,'amrex::ParticleTile::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< std::size_t >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< unsigned int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int *, DefaultAllocator< int * > >::shrink_to_fit()']]], - ['shrinktofit_14923',['ShrinkToFit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'amrex::ParticleContainer_impl::ShrinkToFit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ShrinkToFit()']]], - ['shuffle_5fdown_14924',['shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a70672ccc3c84750b04061d9750d7d6bd',1,'amrex::Gpu::detail']]], - ['side_14925',['side',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a079589b947e48000160801106e65d2fe',1,'amrex::algoim::PsiCode']]], - ['side_5fop_14926',['side_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8',1,'amrex::tri_geom_ops']]], - ['side_5fop3_14927',['side_op3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb',1,'amrex::tri_geom_ops']]], - ['sign_14928',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a47d12f0c6eef6f8e1f3f3d205d37c958',1,'amrex::algoim::PsiCode']]], - ['simpleremoveoverlap_14929',['SimpleRemoveOverlap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253',1,'amrex']]], - ['simplified_14930',['simplified',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b3404ba7ad7bd57ae030a505619e205',1,'amrex::BoxArray']]], - ['simplified_5flist_14931',['simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a49e30b75672ca760ce5b4ece3114f08f',1,'amrex::BoxArray']]], - ['simplify_14932',['simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxDomain::simplify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxList::simplify(bool best=false)']]], - ['simplify_5fdoit_14933',['simplify_doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf1b93b74700437fde78c1cecfba7283',1,'amrex::BoxList']]], - ['sincos_14934',['sincos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6',1,'amrex::Math::detail::sincos()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a132a1933870ca2c349d598c1a634dd30',1,'amrex::Math::sincos(float x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27',1,'amrex::Math::sincos(double x)']]], - ['sincosf_14935',['sincosf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39',1,'amrex::Math::detail']]], - ['sincospi_14936',['sincospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a',1,'amrex::Math::sincospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5',1,'amrex::Math::sincospi(float x)']]], - ['single_5flevel_5fredistribute_14937',['single_level_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1',1,'amrex']]], - ['single_5flevel_5fweighted_5fredistribute_14938',['single_level_weighted_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c',1,'amrex']]], - ['single_5fproduct_14939',['single_product',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb',1,'amrex']]], - ['single_5fseg_5fcpdist_14940',['single_seg_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8a22b07e6b5fd6ac52f1a09463038c13',1,'amrex::LineDistFcnElement2d']]], - ['single_5fspline_5fcpdist_14941',['single_spline_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3722851ada457f53ade7e28e84acfe79',1,'amrex::SplineDistFcnElement2d']]], - ['single_5ftask_14942',['single_task',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919',1,'amrex::single_task(L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7',1,'amrex::single_task(gpuStream_t stream, L const &f) noexcept']]], - ['singlechunkarena_14943',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2e3657b0ceda0efbd0b6457aec18480b',1,'amrex::detail::SingleChunkArena::SingleChunkArena(Arena *a_arena, std::size_t a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5d44b33a34400e117bf1fb885c295f41',1,'amrex::detail::SingleChunkArena::SingleChunkArena()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a9429dc85f6e1b449f8e4b8daa984129e',1,'amrex::detail::SingleChunkArena::SingleChunkArena(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acbc5848d9c62c383f3e5019dfb905435',1,'amrex::detail::SingleChunkArena::SingleChunkArena(SingleChunkArena &&rhs)=delete']]], - ['singlechunkptr_14944',['singleChunkPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::CutFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::CutFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::Mask >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::Mask >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< FArrayBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< FArrayBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< IArrayBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< IArrayBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< TagBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< TagBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'amrex::FabArray::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'amrex::FabArray::singleChunkPtr() noexcept']]], - ['singlechunksize_14945',['singleChunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< TagBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'amrex::FabArray::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::CutFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::EBCellFlagFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::Mask >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< FArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< IArrayBox >::singleChunkSize()']]], - ['singleleveltoblueprint_14946',['SingleLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede6d4189f1d218b26880a44405df55e',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, conduit::Node &bp_mesh)']]], - ['singlestreamregion_14947',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a1f4b981603f787eaf5882d2a74d73bf8',1,'amrex::Gpu::SingleStreamRegion']]], - ['singletypemultiplier_14948',['SingleTypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089',1,'amrex::detail::SingleTypeMultiplier(const T(&)[N])'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab5675d735314e418d7eb80a17ef3f135',1,'amrex::detail::SingleTypeMultiplier(T)']]], - ['singletypemultiplier_5fimpl_14949',['SingleTypeMultiplier_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c',1,'amrex::detail']]], - ['sinpi_14950',['sinpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900',1,'amrex::Math::sinpi(float x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a0568425c35018cd1be09a3b08a245585',1,'amrex::Math::sinpi(double x)']]], - ['size_14951',['size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::ifstream * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MF >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Request >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Status >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< ParticleLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RegionsProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RT >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Setbuf_Char_Type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< BLProfStats::TimeRange > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::BarrierEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::YAFluxRegisterT< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< Real, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< BLProfStats::BLPDataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char const * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::NameTagEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::ReductionEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< double >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< gpuStream_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::WeightedBox >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< V >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::VisMF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< std::fstream > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< T > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vertex >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#aee7d2fdc93ce371ec5059e473dc4a546',1,'amrex::VectorTag::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4d78a01bd23f19f9a1e0289490d79cfc',1,'amrex::VisMF::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac0043f7a0977743d03b2848e34f36df4',1,'amrex::WeightedBoxList::size()']]], - ['size_14952',['Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a451ff25eda72f0f12b5f403fe0d3c071',1,'amrex::InSituUtils::StateMap']]], - ['size_14953',['size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#af4a6afcca3d71815aa1bc2ea67f622d1',1,'amrex::Gpu::range_detail::size(BoxND< dim > const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a57949ca6008ad4fe7edb4e00741b1906',1,'amrex::Gpu::range_detail::size(T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, ParticleTile > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::string, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< int, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< void *, amrex::Arena * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::string >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, IntVector > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a132f07148e07fdae3f891ab726e467fb',1,'amrex::BndryRegisterT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac492bfeacfc03ff2dcb5375e5422d417',1,'amrex::BoxArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#ae5dbe221521d32d612f7f27c8f08fa57',1,'amrex::BoxCommHelper::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxDomain::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'amrex::BoxND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'BoxND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aca5acc3051c0c94e3668e5e5b5f17c17',1,'amrex::Gpu::Buffer::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ac8950252d5f3400022f97669a5ae9f66',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a7e8276dde25976588d90281777c5a96c',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< unsigned int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int *, DefaultAllocator< int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< index_type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a42bc947424343bc3814de983a6218d26',1,'amrex::AMReX::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'amrex::Array1D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'Array1D< int, 0, N-1 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::VisMF::FabOnDisk >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'amrex::Array2D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4a46d0e6678b986c89dc8bfa94a3a849',1,'amrex::Array3D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'amrex::Array4::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< Real const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int *, DefaultAllocator< const int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#af332a589a51f1028800331fe10fc9985',1,'amrex::ArrayOfStructs::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'amrex::BaseFab::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< AtomicInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< EBCellFlag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< HYPRE_Int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< PetscInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< bool, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal *, NAR >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 4 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int *, NAI >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const ParticleReal *, NArrayReal >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const int *, NArrayInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, nelems >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::EB2::PolyTerm, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::Interval, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'amrex::GpuArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#add0c4c063317604e14f8e37a5111afcd',1,'amrex::FatPtr::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac701dad264a80003de6f61480b98a869',1,'amrex::FabSetT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713a78056e395c21e855dcc1ed56525c',1,'amrex::FabArrayBase::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a147954f74bf8c13090b0f243209c3c5f',1,'amrex::ErrorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0eebc2b29efd96d23accd706ab5f6930',1,'amrex::DistributionMapping::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a9facef73a0d5a831733696abfa55f1f8',1,'amrex::DescriptorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4cb40d2d0fafeeb40b606421015705fa',1,'amrex::ParticleTile::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::XDim3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::STLtools::Triangle >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::openbc::MomTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::NeighborCode >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'amrex::PODVector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::vector< bool > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a26aa497b3f57ab5b180a655e74ed34cd',1,'amrex::ParticleArrayAccessor::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a164daf80e9951556f38dc0887e804c78',1,'amrex::ParticleArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a736fe7c725b517fece9136f39e983765',1,'amrex::CArena::Node::size(std::size_t sz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a1bc2b9b503ccabb172ffe16f554519cf',1,'amrex::CArena::Node::size() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'IntVectND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'amrex::IntVectND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'IndexTypeND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'amrex::IndexTypeND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa263203c4d632942992a81436d22d658',1,'amrex::EB2::IndexSpace::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real,(M+2) *(M+1)/2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::Edge >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IntVectND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::InterpBase * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IndexTypeND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::iMultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Geometry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::MFFork >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::ComponentSet >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::STLLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::PolyTerm >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::GShopLevel< G > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::ChkptFileLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DistributionMapping >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::distFcnElement2d * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DataServices * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxList >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxArray >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::RStartStop >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CommStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CallStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::StateData >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Geometry > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FabArrayId > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxArray > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BCRec >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< std::size_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ParticleLocator< Bins > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiMask >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::VisMF * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< double > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< FAB * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'amrex::Vector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Long > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< RT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html#ab723e0e41b232e91ac3dce7ca165d39a',1,'amrex::TypeList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a95cfb01202068efe699062fad7263bb6',1,'amrex::TableData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ae0e85fbd1e4fa4bb5a42340a9f43f725',1,'amrex::StructOfArrays::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::size()']]], - ['sizeof_14954',['sizeOf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1aefcfca2b595c0f7ddac3e351f6e8a3',1,'amrex::CArena']]], - ['skip_14955',['skip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a8c38610bff2b38e353308da6808d4330',1,'amrex::FABio_ascii::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3209c1c8fd600cbd8cd62912efa69d89',1,'amrex::FABio::skip(std::istream &is, FArrayBox &f) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a58b0e6f163ed56a2d5af572f78728b50',1,'amrex::FABio::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9aa87ef9c47577970c43ec2bff26dbd9',1,'amrex::FABio_8bit::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7810f531669abb911e28867a2fba1f40',1,'amrex::FABio_8bit::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a345ade910a7cac5997ce223212d812fd',1,'amrex::FABio_ascii::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ae6ab7789b241f47be47b36df4a7289ee',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ac15404e86dd5cc0c0f3092192cbd9567',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override']]], - ['skipfab_14956',['skipFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a30357415a1823591985d8a6434d296c1',1,'amrex::FArrayBox::skipFAB(std::istream &is, int &num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aadcc71b9080373f0846157aa5955c78c',1,'amrex::FArrayBox::skipFAB(std::istream &is)']]], - ['sleep_14957',['Sleep',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8',1,'amrex']]], - ['sm_5fsp_14958',['sm_sp',['../structPPM_1_1nolimiter.html#a0f3b4bc3afb82f8101312621c720a69d',1,'PPM::nolimiter::sm_sp()'],['../structPPM_1_1vanleer.html#a89fa76480e9a228cbf70392c0928fc13',1,'PPM::vanleer::sm_sp()'],['../structPPM_1_1wenoz.html#a38f38bef80528ac68cb3b4d473b121c2',1,'PPM::wenoz::sm_sp()'],['../structPPM_1_1weno__js.html#aa619be5ba9bcb11d5d818ca318f9c699',1,'PPM::weno_js::sm_sp()'],['../structPPM_1_1upwind.html#a61979ff1b7f9201fe76c31a611a7038c',1,'PPM::upwind::sm_sp()'],['../structPPM_1_1minmod.html#a466ee26d939e9da6d8c6a9d54d29da89',1,'PPM::minmod::sm_sp()']]], - ['smallend_14959',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'amrex::BaseFab::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'BoxND< AMREX_SPACEDIM >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< char >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< EBCellFlag >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< HYPRE_Int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< PetscInt >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< Real >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'amrex::BoxND::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'amrex::BoxND::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'amrex::BoxND::smallEnd(int dir) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'BoxND< AMREX_SPACEDIM >::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'BoxND< AMREX_SPACEDIM >::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< AtomicInt >::smallEnd()']]], - ['smallplotint_14960',['smallplotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2c5ce27afbaf7d1a9e5938e547862527',1,'amrex::Amr']]], - ['smallplotlogper_14961',['smallplotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae93d8da97d0a049f5da23bea33ed2fe1',1,'amrex::Amr']]], - ['smallplotper_14962',['smallplotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a004dd1aadb752b3913f83f1d4bd825a3',1,'amrex::Amr']]], - ['smooth_14963',['smooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a04486888c630dc3e4a5258a0e174345c',1,'amrex::MLCellLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a11d08332baaab14e6c7cd45597aef245',1,'amrex::MLCurlCurl::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'amrex::MLLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'MLLinOpT< Array< MultiFab, 3 > >::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f77ffd080d73ac9346cc408ee7a6d8',1,'amrex::MLNodeLinOp::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af9e5daf778c4816d30ce447baf3387b0',1,'amrex::MLNodeTensorLaplacian::smooth()']]], - ['smooth4_14964',['smooth4',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b8448ec4cebb216a725c03e0bb37bee',1,'amrex::MLCurlCurl']]], - ['soaparticle_14965',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a9f2f2ef9d3e2c7e2299b1d49efdf1355',1,'amrex::SoAParticle']]], - ['solutionresidual_14966',['solutionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'MLLinOpT< Array< MultiFab, 3 > >::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad6684ea6b055170aad353ee9a4dcc316',1,'amrex::MLCellLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a68c7fc765c4f93349326b9a7cd3d038e',1,'amrex::MLCurlCurl::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'amrex::MLLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a9577a87ff76e6c9406e3cbe716d26746',1,'amrex::MLNodeLinOp::solutionResidual()']]], - ['solve_14967',['solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afa3e2aa5b90524633ea96626119fe9ab',1,'amrex::MLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'GMRES< MF, GMRESMLMGT< MF > >::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a12b1b279c8233ed99af1f9765a46d502',1,'amrex::GMRESMLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#accd025c6669f7d68aa001f5c4d1582ad',1,'amrex::Hypre::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a95644483c25527e50d0431547e0fe666',1,'amrex::HypreABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a5d2e1e80ccc5910d5b18be89b43ac98c',1,'amrex::HypreABecLap2::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8aab0e1b05eed8423e2b70979ff703d8',1,'amrex::HypreABecLap3::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae48880d1c8d1b08f9eeec413c152478a',1,'amrex::HypreIJIface::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a25842c55bb17593f8f71cacd5d79b5a9',1,'amrex::HypreMLABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8ab7840824ff1afad30c2adc35584bd3',1,'amrex::HypreNodeLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a9f1959fa7ca34e1168671353176ee630',1,'amrex::HypreSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#aad8e08ec70f7e680e43b8fa108a08e39',1,'amrex::MLCGSolverT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa1b2f0a4a7b72759d11799a3a9d49390',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acbdb042ef433f3067ffd57ec67f64612',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6736230495796a2feeaa3aae95dd7abb',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a687b35c6ab5b576840ab03ae61a898ab',1,'amrex::OpenBCSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3dfb08dc31961b6f255925c4879a382d',1,'amrex::PETScABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'amrex::GMRES::solve()']]], - ['solve_5fbicgstab_14968',['solve_bicgstab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7e4df044793281aa42b1943cb720e3c0',1,'amrex::MLCGSolverT']]], - ['solve_5fcg_14969',['solve_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a56708cd7b832c09b21bb39fb35d61c5c',1,'amrex::MLCGSolverT']]], - ['solve_5fthomas_14970',['solve_thomas',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a98a4a395aa34dc355b76fdd5ad85c6fd',1,'amrex::distFcnElement2d']]], - ['sort_14971',['Sort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a65d02277c7532c3befd7d24aeda66a0d',1,'amrex::DistributionMapping']]], - ['sortparticlesbybin_14972',['SortParticlesByBin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'amrex::ParticleContainer_impl::SortParticlesByBin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByBin()']]], - ['sortparticlesbycell_14973',['SortParticlesByCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'amrex::ParticleContainer_impl::SortParticlesByCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByCell()']]], - ['sortparticlesfordeposition_14974',['SortParticlesForDeposition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'amrex::ParticleContainer_impl::SortParticlesForDeposition()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesForDeposition()']]], - ['spacedim_14975',['spaceDim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a98409ca4924677464a16e11b2eeb7928',1,'amrex::PlotFileDataImpl::spaceDim()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aa391b223b190969e506f7a1ca3995544',1,'amrex::PlotFileData::spaceDim()']]], - ['sparsebiniteratorfactory_14976',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a1bba7f1d49bf6b695d5a3bb7986a371a',1,'amrex::SparseBinIteratorFactory']]], - ['sphereif_14977',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a638528a2c99f2f26bd56c03a9b8fec21',1,'amrex::EB2::SphereIF']]], - ['splinedistfcnelement2d_14978',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0fcf2acf8322d4abeb0a469639510f1c',1,'amrex::SplineDistFcnElement2d']]], - ['split_14979',['split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1',1,'amrex']]], - ['split_5fboxes_14980',['split_boxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa',1,'amrex::NonLocalBC::detail']]], - ['split_5ftasks_14981',['split_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af28d2dad955c8aeeb067472559794d86',1,'amrex::ForkJoin']]], - ['sqrt_14982',['sqrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab',1,'amrex']]], - ['srccomp_14983',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#a82862a75a1e13a197c26cb74c9aa9ff9',1,'amrex::SrcComp']]], - ['stablepartition_14984',['StablePartition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57310fe9971a6396f436f596efa45226',1,'amrex::StablePartition(T *data, int beg, int end, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5',1,'amrex::StablePartition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439',1,'amrex::StablePartition(Gpu::DeviceVector< T > &v, F &&f)']]], - ['start_14985',['start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a23e13e10e51162268f980aef8a8bda3d',1,'amrex::BLProfiler::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aa79d79de0a3a1e592808ea80448e1637',1,'amrex::TinyProfiler::start()']]], - ['startparallel_14986',['StartParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2769c2600233e299c5ef83ecdb5d3706',1,'amrex::ParallelDescriptor']]], - ['startregion_14987',['StartRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abf8db78796b24b46b0483e5b61ed1d84',1,'amrex::TinyProfiler']]], - ['startteams_14988',['StartTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f',1,'amrex::ParallelDescriptor']]], - ['starttime_14989',['startTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a70c62cf9a34766ad62c1b2ff4df8b10e',1,'amrex::Amr']]], - ['startx_14990',['StartX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae39870dae1d4a6be96581df74ade1a31',1,'amrex::XYPlotDataList']]], - ['startxi_14991',['StartXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a8bacfc0ada0a500d952e78fd38a317f8',1,'amrex::XYPlotDataListLink']]], - ['stat_14992',['stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a8b8c3ca768ba6333bad5d0fbe023e804',1,'amrex::ParallelDescriptor::Message']]], - ['statedata_14993',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0dbe25ac3e59b6bfb42e24f8fa8cf9c',1,'amrex::StateData::StateData(const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const StateDescriptor *d, Real cur_time, Real dt, const FabFactory< FArrayBox > &factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ee2ed55ac82c740d722ffe69da70f41',1,'amrex::StateData::StateData(StateData const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ed30f9771b7271144f8746cc4644cfe',1,'amrex::StateData::StateData(StateData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a947b62feb1753b7ebe6c604066b1d494',1,'amrex::StateData::StateData()']]], - ['statedataphysbcfunct_14994',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#ad8a15ee0d450436bc276a071e993e529',1,'amrex::StateDataPhysBCFunct']]], - ['statedescriptor_14995',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ad0751c6380b8996cb85c91ff4dc9f7ea',1,'amrex::StateDescriptor::StateDescriptor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a71b48fdb0b98b5fb38c19c20d9fb85bc',1,'amrex::StateDescriptor::StateDescriptor(IndexType btyp, TimeCenter ttyp, int ident, int nextra, int num_comp, InterpBase *interp, bool extrap=false, bool store_in_checkpoint=true)']]], - ['statenumber_14996',['StateNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9123a637a2bcb30632bd253a7f0705eb',1,'amrex::AmrData']]], - ['stateplotvars_14997',['statePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a026e3576e84968fb18a32fc46f1cc21a',1,'amrex::Amr']]], - ['stateredistribute_14998',['StateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63',1,'amrex']]], - ['statesmallplotvars_14999',['stateSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a241b0a149dd4f2b15a83c5724d4153',1,'amrex::Amr']]], - ['stats_15000',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aa462bcfda5e47f61afb6a7460b9e7371',1,'amrex::TinyProfiler::Stats']]], - ['stepoflastcheckpoint_15001',['stepOfLastCheckPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a846cd945ebbc286b3488690b2105794a',1,'amrex::Amr']]], - ['stepoflastplotfile_15002',['stepOfLastPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a60e9811cfc1390ce271f27a1e6382aba',1,'amrex::Amr']]], - ['stepoflastsmallplotfile_15003',['stepOfLastSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a254fc5d48a5ea09b0036ac3c0261d1ec',1,'amrex::Amr']]], - ['stllevel_15004',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a70a0b01e9f80fc8d3053c7df91feeaef',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, STLtools const &stl_tools, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a2c8f60e6045903c262446da9d98ffac9',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, STLLevel &fineLevel)']]], - ['stop_15005',['stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae2bd1e84672c71dd183ee1eb026da327',1,'amrex::BLProfiler::stop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a84199c5f792b3e60b33f6e7ea0fc5568',1,'amrex::TinyProfiler::stop() noexcept']]], - ['stopregion_15006',['StopRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac96b507c36165550f9a2bf115aedc5fb',1,'amrex::TinyProfiler']]], - ['store_5fin_5fcheckpoint_15007',['store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a66cfbf90a5c1eab91499e5f4d2e080a1',1,'amrex::StateDescriptor']]], - ['storerkcoarsedata_15008',['storeRKCoarseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad059e9960589afeff57d54307acd2dca',1,'amrex::FillPatcher::storeRKCoarseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab3d554a4e9e4b98aae59f88ebba1e288',1,'amrex::AmrLevel::storeRKCoarseData()']]], - ['strategy_15009',['strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac41e6c0536cc22b8c0d71c0450e58df2',1,'amrex::DistributionMapping::strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#add9f7493d35af3e2ad724ce9e55322ba',1,'amrex::DistributionMapping::strategy(Strategy how)']]], - ['stream_15010',['Stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4c71f8cab2ada9d8f54d800d0b7abc65',1,'amrex::NFilesIter']]], - ['streamindex_15011',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a049b80f650443158297dbc0fb19c304e',1,'amrex::Gpu::Device']]], - ['streamiter_15012',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a64c0f94193da32d65e2fcbf3f22ae362',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ad1e005cac4e3e6d15766802cba5b183a',1,'amrex::Gpu::StreamIter::StreamIter(int n, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#afce690e05e05809c2b1cd96c1c7ad395',1,'amrex::Gpu::StreamIter::StreamIter(int n, const StreamItInfo &info, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a9cf45fbf148f2bfa9d9abfe9951180fd',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter const &)=delete']]], - ['streamitinfo_15013',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#a4de687fc827f6b0fd1960b07435be1ba',1,'amrex::Gpu::StreamItInfo']]], - ['streamretry_15014',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a8ce080cc55c98f052a600ef1f2643781',1,'amrex::StreamRetry::StreamRetry(std::string filename, bool abortonretryfailure, int maxtries)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a68c551c81442d93acf9eb3825a0f1ce7',1,'amrex::StreamRetry::StreamRetry(std::ostream &os, std::string suffix, int maxtries)']]], - ['streamsynchronize_15015',['streamSynchronize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a67a618504ee5fb94bd65a5d393e344b4',1,'amrex::Gpu::streamSynchronize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a67c55a7d25eb5f5fdec62ffcc9c0dccf',1,'amrex::Gpu::Device::streamSynchronize()']]], - ['streamsynchronizeall_15016',['streamSynchronizeAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a78acbb676e94c674fa5ec73508cef459',1,'amrex::Gpu::streamSynchronizeAll()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a95bff02196b80d848b89b92166e704b9',1,'amrex::Gpu::Device::streamSynchronizeAll()']]], - ['strictly_5fcontains_15017',['strictly_contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'amrex::BoxND::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'amrex::BoxND::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'amrex::BoxND::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'amrex::BoxND::strictly_contains(const IntVectND< dim > &p) const noexcept']]], - ['subcycle_15018',['subCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae22e90398efa6b78ca3d1a68e0839a31',1,'amrex::Amr']]], - ['subcyclingmode_15019',['subcyclingMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a8083d08d7c253cabc6428890a708e',1,'amrex::Amr']]], - ['submit_15020',['Submit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#aa62257343be0d75867496c765d0d959e',1,'amrex::BackgroundThread::Submit()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad1040f8c8e03807e7557a56891873d8e',1,'amrex::AsyncOut::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aa1f51f051314b9228d4e287292937139',1,'amrex::AsyncOut::Submit(std::function< void()> &&a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a31e717cddbcc5e4079da2d35d11a5c68',1,'amrex::BackgroundThread::Submit()']]], - ['subtract_15021',['Subtract',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a66a3302f803afd696dff628cf4c61e3b',1,'amrex::iMultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5f37af40303a10e8d54e15c1931a5b8e',1,'amrex::MultiFab::Subtract(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4f2c04ea9d0f7a551bc2263b9a63d324',1,'amrex::MultiFab::Subtract(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['sum_15022',['sum',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< Real >::sum()']]], - ['sum_15023',['Sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5',1,'amrex::Reduce::Sum(N n, F const &f, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e',1,'amrex::Reduce::Sum(N n, T const *v, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33',1,'amrex::ParallelReduce::Sum(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e',1,'amrex::ParallelReduce::Sum(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9',1,'amrex::ParallelReduce::Sum(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af',1,'amrex::ParallelAllReduce::Sum(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d',1,'amrex::ParallelAllReduce::Sum(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877',1,'amrex::ParallelAllReduce::Sum(T &v, MPI_Comm comm)']]], - ['sum_15024',['sum',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< AtomicInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'amrex::Array1D::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'Array1D< int, 0, N-1 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'amrex::Array2D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'amrex::Array2D::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ae7c4e83776aa2f4f136bd43d5e7ba4f5',1,'amrex::Array3D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d2bf97e6c6e441f18ded1e2b04fb9e4',1,'amrex::Array3D::sum(int axis, int loc0, int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'amrex::BaseFab::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'amrex::BaseFab::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'amrex::BaseFab::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< AtomicInt >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< AtomicInt >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< char >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< char >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< char >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< EBCellFlag >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< EBCellFlag >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< EBCellFlag >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< HYPRE_Int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< HYPRE_Int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< HYPRE_Int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, nelems >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int *, NAI >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 4 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal *, NAR >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< Real >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a2a2a37f4066af411d73b297946a62a34',1,'amrex::iMultiFab::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'amrex::IntVectND::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'IntVectND< AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62669a27ec4a577f0bef72dc2a1243aa',1,'amrex::MultiFab::sum(int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a623e2f01e2a7695e835d258d1a8067b7',1,'amrex::MultiFab::sum(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::Mask >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const ParticleReal *, NArrayReal >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< Real >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'amrex::FabArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< AtomicInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< PetscInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::CutFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::EBCellFlagFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< FArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< IArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< TagBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'amrex::GpuArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::Interval, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::EB2::PolyTerm, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< bool, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const int *, NArrayInt >::sum()']]], - ['sum_5ffine_5fto_5fcoarse_15025',['sum_fine_to_coarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab67331acff75bf2840f409750b1ada66',1,'amrex']]], - ['sum_5funique_15026',['sum_unique',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7c6f3136fca76d4f0f827c45420ca7ab',1,'amrex::MultiFab::sum_unique(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afe7c47dff8cf8e0fb550d0e78c7b5375',1,'amrex::MultiFab::sum_unique(int comp=0, bool local=false, const Periodicity &period=Periodicity::NonPeriodic()) const']]], - ['sumboundary_15027',['SumBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::Mask >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< IArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< FArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< IArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< TagBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::CutFab >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'amrex::FabArray::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::CutFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary()']]], - ['sumboundary_5ffinish_15028',['SumBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'amrex::FabArray::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::CutFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::Mask >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< FArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< IArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< TagBox >::SumBoundary_finish()']]], - ['sumboundary_5fnowait_15029',['SumBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::Mask >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< FArrayBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::Mask >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< FArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< IArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< TagBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::CutFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], - ['sumneighbors_15030',['sumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a881b90e85491b4c0a7bb25425cc38641',1,'amrex::NeighborParticleContainer']]], - ['sumneighborsmpi_15031',['sumNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a832b5eccef2ae5ed7bb83a92653b793e',1,'amrex::NeighborParticleContainer']]], - ['sumreg_15032',['SumReg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8eb3103253e2e3aba75f6d67574243f1',1,'amrex::FluxRegister']]], - ['sumtoline_15033',['sumToLine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73',1,'amrex']]], - ['sundialsintegrator_15034',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a073132be2c807a20aaddee85783c35fa',1,'amrex::SundialsIntegrator::SundialsIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adbc676c515b149ee4b563fa3de3adbf4',1,'amrex::SundialsIntegrator::SundialsIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['superparticlesize_15035',['superParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'amrex::ParticleContainer_impl::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa9079143c32a58be84a505fd9d97ffd8',1,'amrex::ParticleCopyPlan::superParticleSize()']]], - ['supportinhomogneumannbc_15036',['supportInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'amrex::MLLinOpT::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ac7b687cd9603d112b33b92f2047f663f',1,'amrex::MLCellABecLapT::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'MLLinOpT< Array< MultiFab, 3 > >::supportInhomogNeumannBC()']]], - ['supportnsolve_15037',['supportNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#abb6062df17c9eec35484fa60924fa5a9',1,'amrex::MLABecLaplacianT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'amrex::MLLinOpT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'MLLinOpT< Array< MultiFab, 3 > >::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9985a165b354d7d4366441c90f89bd4d',1,'amrex::MLPoissonT::supportNSolve()']]], - ['supportrobinbc_15038',['supportRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a4fda1e7c51f0f57be99c0d9a8d94f9f9',1,'amrex::MLABecLaplacianT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a26c05859556a13779ff0efcb84c92f91',1,'amrex::MLEBABecLap::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'amrex::MLLinOpT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'MLLinOpT< Array< MultiFab, 3 > >::supportRobinBC()']]], - ['surroundingnodes_15039',['surroundingNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acececbf6a71ec11bf660a2843192d6ad',1,'amrex::BoxList::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abf9bf4fe5d5ddb8ae3498893bc2253c8',1,'amrex::BoxArray::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3ca0eb36b4308574b2f0dfc1fdd3562',1,'amrex::BoxArray::surroundingNodes(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1407ab0108776da8d7fe9a05381f5041',1,'amrex::BoxList::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'amrex::BoxND::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'amrex::BoxND::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'amrex::BoxND::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc',1,'amrex::surroundingNodes(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8',1,'amrex::surroundingNodes(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0',1,'amrex::surroundingNodes(const BoxND< dim > &b, int dir) noexcept']]], - ['swap_15040',['swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a71b582d94d1c5cd614711ec7b7853192',1,'amrex::algoim::detail']]], - ['swap_15041',['Swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d',1,'amrex']]], - ['swap_15042',['swap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a86eb1ec5508c3b90a8c473b7fdb74103',1,'amrex::ParticleTile::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::XDim3 >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< index_type >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int *, DefaultAllocator< const int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int *, DefaultAllocator< int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::STLtools::Triangle >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::openbc::MomTag >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::NeighborCode >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::BoxND >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'amrex::PODVector::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9d63414afae1383f87a0fa6bda4c3cc7',1,'amrex::BoxList::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int >::swap()']]], - ['swap_15043',['Swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2e29e28afce0aa520da5cd068cb5e96b',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac259813cd54d52b5c20cad7c0f24c246',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['swap_15044',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afa944ad759b866c71398b9d6e8e20cc8',1,'amrex::ArrayOfStructs::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< unsigned int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< std::size_t >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal * >::swap()']]], - ['swapbytes_15045',['swapBytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f',1,'amrex::swapBytes(std::int16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3',1,'amrex::swapBytes(std::int32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79',1,'amrex::swapBytes(std::int64_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223',1,'amrex::swapBytes(std::uint16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b',1,'amrex::swapBytes(std::uint32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546',1,'amrex::swapBytes(std::uint64_t val)']]], - ['swapparticle_15046',['swapParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0884436c0e9c45901b834761379595',1,'amrex']]], - ['swaptimelevels_15047',['swapTimeLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac6dd29902982ccf98c08a09c793a49be',1,'amrex::StateData']]], - ['symbols_15048',['symbols',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a26e093287bc4437907d8762fa40bbaaa',1,'amrex::IParser::symbols()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a0dfb30d6386a630f676982f25fb24a06',1,'amrex::Parser::symbols()']]], - ['syncdistributionmap_15049',['syncDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a686e711350524cacaaeb3177337742c8',1,'amrex::PlotFileData::syncDistributionMap(PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0cc0ef78ac5a9ed1d7ad288cf6774723',1,'amrex::PlotFileData::syncDistributionMap(int level, PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aade963d47f72015f6e2438ae21f45e12',1,'amrex::PlotFileDataImpl::syncDistributionMap(PlotFileDataImpl const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af08b01892f4223b6f1160c54147c8e2b',1,'amrex::PlotFileDataImpl::syncDistributionMap(int level, PlotFileDataImpl const &src) noexcept']]], - ['syncfnamesandnumbers_15050',['SyncFNamesAndNumbers',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a09ab62784a9b4e5a50f3a881fff84824',1,'RegionsProfStats']]], - ['synchronize_15051',['synchronize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0040af3e7783b853140a6e13c755fc25',1,'amrex::Gpu::synchronize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5ccf8e9a40fdaa00878353c79867bd04',1,'amrex::Gpu::Device::synchronize()']]], - ['syncnewtimelevel_15052',['syncNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a6a65bf767c55f02b3c1ebbc0b35d3bf1',1,'amrex::StateData']]], - ['syncstrings_15053',['SyncStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72',1,'amrex']]] + ['sameinterps_14591',['sameInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8c32673683fea367d4e58db6c28868ce',1,'amrex::StateDescriptor']]], + ['sameiteratorsok_14592',['SameIteratorsOK',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8512b687a529806d0f382cf7c9eee97',1,'amrex']]], + ['samerefs_14593',['SameRefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a93718ee84062758c5256a2792939c6f7',1,'amrex::BoxArray::SameRefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1c20460d2e7b2eaec474e933113575d9',1,'amrex::DistributionMapping::SameRefs()']]], + ['samesize_14594',['sameSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'BoxND< AMREX_SPACEDIM >::sameSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adc6a4259fae6f193f9954fa357612a66',1,'amrex::BoxND::sameSize()']]], + ['sameteam_14595',['sameTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0653e205c26f3961aa756292d5f8dbc4',1,'amrex::ParallelDescriptor::sameTeam(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a450001e6c4813cc1a122428e5f8c56f8',1,'amrex::ParallelDescriptor::sameTeam(int rankA, int rankB) noexcept']]], + ['sametype_14596',['sameType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'amrex::BoxND::sameType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a59ffa8c52ca74ba42267909ff5ede351',1,'BoxND< AMREX_SPACEDIM >::sameType()']]], + ['sanitizename_14597',['SanitizeName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41265e28034440c2aaa8fb38d3cd38c5',1,'amrex']]], + ['saverandomstate_14598',['SaveRandomState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1b283df95b292f478597bc503170459',1,'amrex']]], + ['saxpy_14599',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< PetscInt > >']]], + ['saxpy_14600',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'amrex::BaseFab']]], + ['saxpy_14601',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::CutFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::EBCellFlagFab >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::Mask >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< FArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< IArrayBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< TagBox >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a8ee342eb7ac3a9d13cc4ec493dce493d',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#a3dca05fbc8a02c0ddef990a448893abe',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a505eb471a78f4e0f8791b10cbb1bbd75',1,'amrex::MultiFab::Saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab62706b1ead6a26e124cc6c7359ab109',1,'amrex::Saxpy(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22f88c7717e00b4c2a7fa3f01baa5668',1,'amrex::Saxpy(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< AtomicInt > >::Saxpy()']]], + ['saxpy_14602',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'amrex::BaseFab::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< AtomicInt >::saxpy(AtomicInt a, const BaseFab< AtomicInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< char >::saxpy(char a, const BaseFab< char > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< EBCellFlag >::saxpy()']]], + ['saxpy_14603',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >']]], + ['saxpy_14604',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< EBCellFlag >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< HYPRE_Int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< PetscInt >::saxpy(PetscInt a, const BaseFab< PetscInt > &x, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< PetscInt >::saxpy(PetscInt a, const BaseFab< PetscInt > &x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< Real >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< HYPRE_Int >::saxpy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e5c589a24384ac09b58364b7b7d45a7',1,'BaseFab< Real >::saxpy()']]], + ['saxpy_14605',['Saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab3e18d4d369bda7337c541adad0c6cd3',1,'amrex::FabArray']]], + ['saxpy_14606',['saxpy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a051da6643de6a48ee66ec046d560033a',1,'BaseFab< int >']]], + ['scale_14607',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab8b6fa6cf559c595468bf5e24e6e6f0c',1,'amrex::GMRESMLMGT']]], + ['scale_14608',['Scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab022cfcd5d3aa8db8abebe9fd6982f88',1,'amrex::Scale(MF &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92f80b3d77660ad64c4a4fc8862708b7',1,'amrex::Scale(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp, int nghost)']]], + ['scale_14609',['scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6b7ca16fdf8fb25e6d086e416ad8322',1,'amrex::scale(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26f254d668dd872d470d231a1058eaac',1,'amrex::scale(const RealVect &p, Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#adff5192ea72864d2b1e61df927b1563b',1,'amrex::EB2::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'amrex::IntVectND::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae475d85832caaba4437a25ad02060477',1,'IntVectND< AMREX_SPACEDIM >::scale()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#addcc9764c758d18f28fb58fd3c5b3a8b',1,'amrex::RealVect::scale()']]], + ['scale_5fmoments_14610',['scale_moments',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a64049f3606c3c05adb718242b9bb48a3',1,'amrex::openbc']]], + ['scaledsigma_14611',['scaledSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a13e7af8b2fc85c6b462778aeb5554296',1,'amrex::MLNodeTensorLaplacian']]], + ['scaleif_14612',['ScaleIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a75449443ced2fffa1c0071c8d272f5d4',1,'amrex::EB2::ScaleIF']]], + ['scalerhs_14613',['scaleRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'MLLinOpT< Array< MultiFab, 3 > >::scaleRHS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad86c06dbaa4556184fb4dea08186e3c9',1,'amrex::MLLinOpT::scaleRHS()']]], + ['scatter_14614',['Scatter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb4c5fe012593a0ef38394db6c2643f2',1,'amrex::ParallelDescriptor']]], + ['scatterparticles_14615',['scatterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae05ffbbcc005cc8c081b859226222c78',1,'amrex']]], + ['sdc_5fqmats_14616',['sdc_qmats',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#af9d037887b4d9c8c4156bcab10d93e2a',1,'sdcquadrature_mod']]], + ['sdc_5fqnodes_14617',['sdc_qnodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a45feaecc2f3ca60142ec3cbdcc49c288',1,'sdcquadrature_mod']]], + ['sdc_5fquadrature_14618',['sdc_quadrature',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a17b1ea9c614020de45d57d3014ce8837',1,'sdcquadrature_mod']]], + ['sdc_5frhs_5fintegrals_14619',['SDC_rhs_integrals',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a85b426bfba4fc5ae0698de2cc5206b05',1,'SDCstruct']]], + ['sdc_5frhs_5fk_5fplus_5fone_14620',['SDC_rhs_k_plus_one',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6705d0badf89101fdee2d77ccdcc4e14',1,'SDCstruct']]], + ['sdc_5frhs_5fmisdc_14621',['SDC_rhs_misdc',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#aceb030f9a95f5f2a84b22ddea03b806b',1,'SDCstruct']]], + ['sdcstruct_14622',['SDCstruct',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac1ffa116068d8da77ef31b3659c066be',1,'SDCstruct']]], + ['second_14623',['second',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f975f843338c8eada684f0e8e2c0cb7',1,'amrex::second()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac5028f0e53837bb92fcf49d087aeee88',1,'amrex::ParallelDescriptor::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3d5b821a543939d281c23e6ea931573c',1,'amrex::ValLocPair::second()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a6dd5061fc9493324891e45f9a7d371d5',1,'amrex::ValLocPair::second() const']]], + ['sedge1_14624',['sedge1',['../structPPM_1_1nolimiter.html#a3236ff6486d32336f4877f4967e85e09',1,'PPM::nolimiter::sedge1()'],['../structPPM_1_1vanleer.html#affdd1c9ff59a751cd3dc103b26bdd64d',1,'PPM::vanleer::sedge1()'],['../structPPM_1_1wenoz.html#aac1efbfa4d880cc1c10ed75a7dbe030d',1,'PPM::wenoz::sedge1()'],['../structPPM_1_1weno__js.html#a4ee58e28595ca239c1b4d61746484e58',1,'PPM::weno_js::sedge1()'],['../structPPM_1_1upwind.html#a042bdf62dd863ad0771f30ad3e2b775c',1,'PPM::upwind::sedge1()'],['../structPPM_1_1minmod.html#a6679e8f8322592585e41c582cb5bc49f',1,'PPM::minmod::sedge1(const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real, const amrex::Real)']]], + ['sedge2_14625',['sedge2',['../structPPM_1_1minmod.html#ab47b9311aa70900239738fe3a4c4bbcf',1,'PPM::minmod::sedge2()'],['../structPPM_1_1upwind.html#acb3f77d17edc5972c12541cb09c76789',1,'PPM::upwind::sedge2()'],['../structPPM_1_1weno__js.html#ae2532c871effd2368da494e08267a844',1,'PPM::weno_js::sedge2()'],['../structPPM_1_1wenoz.html#a872d1bc9b592662b12a9a62ca02082b0',1,'PPM::wenoz::sedge2()'],['../structPPM_1_1vanleer.html#a6a428f7a0db589ef01140974429b5122',1,'PPM::vanleer::sedge2()'],['../structPPM_1_1nolimiter.html#a11e73160bd508f37504c59d7d77c5caf',1,'PPM::nolimiter::sedge2()']]], + ['seekpos_14626',['SeekPos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a66c78163b811ad78cb91330d0100cc54',1,'amrex::NFilesIter']]], + ['selectactualneighbors_14627',['selectActualNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a12039aca5af54df4ee587db2ea95c857',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a29c7b740a3afe04a5fb93281fc0d75ac',1,'amrex::NeighborParticleContainer::selectActualNeighbors(CheckPair const &check_pair, int num_cells)']]], + ['self_14628',['self',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acecf177fb745950271e95927d09b176c',1,'hacc::Distribution']]], + ['self_5f1d_14629',['self_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abeedf1164b76a8781f3e026cf692d131',1,'hacc::Distribution::self_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae2f1dc039f812cf3e313a3acd3edcc44',1,'hacc::Distribution::self_1d() const)[3]']]], + ['self_5f2d_5fx_14630',['self_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abae2e9fb372fbe9e21bd2438f3a35193',1,'hacc::Distribution::self_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a74f6cdd8f46daadde4ea8d5e77758933',1,'hacc::Distribution::self_2d_x() const)[3]']]], + ['self_5f2d_5fy_14631',['self_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aef978f3b2dd4c709dc4ea56c44e7726c',1,'hacc::Distribution::self_2d_y() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#acb225e08eeb3940c6d70e3726554349f',1,'hacc::Distribution::self_2d_y(int i) const']]], + ['self_5f2d_5fz_14632',['self_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a12e8e31cde75041f2abc551da3fffb85',1,'hacc::Distribution::self_2d_z() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8197f4dec139385a015a4daece6ce872',1,'hacc::Distribution::self_2d_z(int i) const']]], + ['self_5f3d_14633',['self_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a94d5a159cb92f96aba1022b781ddfd64',1,'hacc::Distribution::self_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a3fe933af49202086a6f194dcc3af02f2',1,'hacc::Distribution::self_3d() const)[3]']]], + ['self_5fkspace_14634',['self_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab5e43a2a999f173540370d650ed59dac',1,'hacc::Dfft::self_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae48de8e54139379a38236176c624ecc3',1,'hacc::Dfft::self_kspace(int i) const']]], + ['self_5frspace_14635',['self_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#acc93eda3767eac618b2d43593ec54b44',1,'hacc::Dfft::self_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae54bac8976186442b13938414aa4825b',1,'hacc::Dfft::self_rspace(int i) const']]], + ['send_14636',['send',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#adec8b60a70006093f04999aa307482a3',1,'amrex::MPMD::Copier']]], + ['send_14637',['Send',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a89ca8639338d64c25ee28faf1b829701',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3cede7750fdc21c3c11c9bc62a174ac',1,'amrex::ParallelDescriptor::Send(const T *buf, size_t n, int dst_pid, int tag, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aae0327dea4fe1379f7b09210e8e6ebd2',1,'amrex::ParallelDescriptor::Send(const std::vector< T > &buf, int dst_pid, int tag)']]], + ['sendrecvdata_14638',['SendRecvData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aaba7711671dac7abcce70c3a94ba4dff',1,'CommProfStats']]], + ['sendrecvlist_14639',['SendRecvList',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2f1c9ef45b46be3997c49b3a1a5bf7c0',1,'CommProfStats']]], + ['sendrecvpair_14640',['SendRecvPair',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0990a7f5e9b6aa52a2ff77aa94e318b5',1,'CommProfStats::SendRecvPair']]], + ['sendrecvpairunpaired_14641',['SendRecvPairUnpaired',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af217ccce1eb0268f1a9e39f81fe19480',1,'CommProfStats::SendRecvPairUnpaired']]], + ['senseinewmacro_14642',['senseiNewMacro',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac81456cdd4c1cd623e05a2494f607d00',1,'amrex::senseiNewMacro(AmrMeshDataAdaptor)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d39fa37907313633609b0b404501b7d',1,'amrex::senseiNewMacro(AmrDataAdaptor)']]], + ['senseitypemacro_14643',['senseiTypeMacro',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a85b2b18fd182728955fa9cb13ef5bf30',1,'amrex::AmrDataAdaptor::senseiTypeMacro()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a5b94d5fbab0e48ed81b6edb7db19e0aa',1,'amrex::AmrMeshDataAdaptor::senseiTypeMacro()']]], + ['seqnum_14644',['SeqNum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9fa50b376ee8c97f8d84852e244fd916',1,'amrex::ParallelDescriptor']]], + ['serializestringarray_14645',['SerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac55f6d6246ea70d74588e5f06fd92e99',1,'amrex']]], + ['set_14646',['set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5500e705c89c6c7f8d69a15fec86ac67',1,'amrex::BoxList::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa878c4b78d2255ee578f1774359453a4',1,'amrex::BCRec::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accbf2c73a258ba522542ac1ad13f9ca8',1,'amrex::BoxArray::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'amrex::IndexTypeND::set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae64a4970db9ff9cce67109ab80aea24e',1,'IndexTypeND< AMREX_SPACEDIM >::set()']]], + ['set_5fadaptive_5ffast_5fstep_14647',['set_adaptive_fast_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a49c90c36c565d4499bd64662416f4d0d',1,'amrex::IntegratorBase::set_adaptive_fast_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0cc5e3e9b92660532ad6885f98707c87',1,'amrex::TimeIntegrator::set_adaptive_fast_step()']]], + ['set_5fadaptive_5fstep_14648',['set_adaptive_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a100f797cb82abd1ec8563c591ebe823a',1,'amrex::IntegratorBase::set_adaptive_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0b9f79016ad5d674f261835f9292b65a',1,'amrex::TimeIntegrator::set_adaptive_step()']]], + ['set_5fbc_5fpoints_14649',['set_bc_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#afbaf7389cb10c9e735d8528b49e9f555',1,'amrex::SplineDistFcnElement2d']]], + ['set_5fcoarsen_5fratio_14650',['set_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a2d9128c80e5c47d5ce89cd3d930ce13a',1,'amrex::BATransformer']]], + ['set_5fconnection_5fflags_14651',['set_connection_flags',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a82d4783a176cefd7ff69a7d61215a8c9',1,'amrex::EB2::set_connection_flags(Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9b7e8df1d1bc60db9850f4a8abc067cd',1,'amrex::EB2::set_connection_flags(Box const &bx, Box const &bxg1, Array4< EBCellFlag > const &cell, Array4< EBCellFlag > const &ctmp, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz) noexcept']]], + ['set_5fcontrol_5fpoints_14652',['set_control_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8e307fd3ea03450f0da9acb4148a81a3',1,'amrex::LineDistFcnElement2d::set_control_points()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a46ac59d2d62435816d113653dfde733d',1,'amrex::SplineDistFcnElement2d::set_control_points()']]], + ['set_5fcovered_5fcell_14653',['set_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a8b548f4c7a7bf3d667af5b6059fb6255',1,'amrex_ebcellflag_module']]], + ['set_5fdefault_5ffunctions_14654',['set_default_functions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#add05ec6cd5ca348d5c542f67f26bdd25',1,'amrex::TimeIntegrator']]], + ['set_5fdo_5finitval_14655',['set_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#adebebb841a716183dc9e48ee95a37aec',1,'amrex::FArrayBox']]], + ['set_5ffast_5frhs_14656',['set_fast_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac97ece6993962b73c93abd34b7d49e2d',1,'amrex::IntegratorBase::set_fast_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a241adc8cc400c943cb6999cccab66e47',1,'amrex::TimeIntegrator::set_fast_rhs()']]], + ['set_5ffast_5ftime_5fstep_14657',['set_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad59a858ee7ee2d3267dff6c2f085a4dd',1,'amrex::IntegratorBase::set_fast_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae68306a3a401327a691cd1125441e56f',1,'amrex::TimeIntegrator::set_fast_time_step()']]], + ['set_5ffast_5ftolerances_14658',['set_fast_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a338b71036c6b6ddcc8e887518376152f',1,'amrex::IntegratorBase::set_fast_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#ae00d77a5b0a48d3a93d43eab74afe4f1',1,'amrex::TimeIntegrator::set_fast_tolerances()']]], + ['set_5fimex_5frhs_14659',['set_imex_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9c9409a416dc1c392f0a06e958ca10a4',1,'amrex::IntegratorBase::set_imex_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1d2c3b6cc37971e4510091a9f4329c2f',1,'amrex::TimeIntegrator::set_imex_rhs()']]], + ['set_5findex_5ftype_14660',['set_index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1624c9b9c308aa8bcc73b3133064c861',1,'amrex::BATransformer']]], + ['set_5finitval_14661',['set_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca0e59c4e500ac53bacf12280c67f225',1,'amrex::FArrayBox']]], + ['set_5flast_5fframe_5fofs_14662',['set_last_frame_ofs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af6494464a81b93bee92095f59487324b',1,'amrex::ParallelContext']]], + ['set_5fmax_5fsteps_14663',['set_max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9fe529e314e46e719aec6150281858a3',1,'amrex::IntegratorBase::set_max_steps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a164596b94edd3d913502235850b14a75',1,'amrex::TimeIntegrator::set_max_steps()']]], + ['set_5fneighbor_14664',['set_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#afe2a626f0efaee2b68a1c1b08225638e',1,'amrex_ebcellflag_module']]], + ['set_5fnum_5fthreads_14665',['set_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#aaeee8e96a1a1222c5fe65bf996f4b840',1,'amrex::OpenMP']]], + ['set_5fofs_5fname_14666',['set_ofs_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a1bc1579142503db5584556389166c169',1,'amrex::ParallelContext::Frame']]], + ['set_5fpost_5ffast_5fstage_5faction_14667',['set_post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a378df79907ae53d5eef652341833ab77',1,'amrex::IntegratorBase::set_post_fast_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a4d0707cf54102788e27bbd70e3d4e6c0',1,'amrex::TimeIntegrator::set_post_fast_stage_action(std::function< void(T &, amrex::Real)> A)']]], + ['set_5fpost_5ffast_5fstep_5faction_14668',['set_post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a6d0fb57fd367079315ef253fdf422ad1',1,'amrex::TimeIntegrator::set_post_fast_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a2a23791bed8871f255633f141f0444',1,'amrex::IntegratorBase::set_post_fast_step_action()']]], + ['set_5fpost_5fstage_5faction_14669',['set_post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a735d91b776f1b312abeb8df4227a6de6',1,'amrex::TimeIntegrator::set_post_stage_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a694555275ea4407fe6132ebb1a2f09c3',1,'amrex::IntegratorBase::set_post_stage_action(std::function< void(T &, amrex::Real)> A)']]], + ['set_5fpost_5fstep_5faction_14670',['set_post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0d4804fed689d7335e3b404e4a67c37d',1,'amrex::IntegratorBase::set_post_step_action()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1a7c1baaebdd247398daef27e7fece49',1,'amrex::TimeIntegrator::set_post_step_action()']]], + ['set_5fpreferred_5fboundary_5fvalues_14671',['set_preferred_boundary_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adea5b76b420f0a2ccd2852d66301d376',1,'amrex::AmrLevel']]], + ['set_5fregular_14672',['set_regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9ddd20373173f3218e9adf472a02f119',1,'amrex::algoim']]], + ['set_5fregular_5fcell_14673',['set_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa93549be8be197b8f44bf7918636c9f0',1,'amrex_ebcellflag_module']]], + ['set_5fregular_5fsurface_14674',['set_regular_surface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1d243dc8981384f1c0cb8b266c042735',1,'amrex::algoim']]], + ['set_5frhs_14675',['set_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0e94856b2945a45e1f0dae7cd9bbb8fe',1,'amrex::IntegratorBase::set_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a795b506a4093cc3de3fb42bb594c751b',1,'amrex::TimeIntegrator::set_rhs()']]], + ['set_5fsingle_5fvalued_5fcell_14676',['set_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#af1a98ee57e3c07abebae3e337d7895e7',1,'amrex_ebcellflag_module']]], + ['set_5fstate_5fin_5fcheckpoint_14677',['set_state_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a6560cdb555b4af1f6d5b525e1b25e4eb',1,'amrex::AmrLevel']]], + ['set_5fstatus_14678',['set_status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ab15528cf0fd67ab35676d26249aa62a8',1,'amrex::Scan::detail::BlockStatus< T, false >::set_status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a0de77702f3fadd55115d207ef8e967f0',1,'amrex::Scan::detail::BlockStatus< T, true >::set_status()']]], + ['set_5ftask_5foutput_5fdir_14679',['set_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9bda4e24001c99d756c6104f67925e72',1,'amrex::ForkJoin']]], + ['set_5ftask_5foutput_5ffile_14680',['set_task_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acc05284c00f1aafed90fb1c2a2fd6386',1,'amrex::ForkJoin']]], + ['set_5ftime_5fstep_14681',['set_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#aa447937fa3bb442c94ce46cca5facd50',1,'amrex::TimeIntegrator::set_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa2dfdf9011fe5398e3aef23edc39d76a',1,'amrex::IntegratorBase::set_time_step()']]], + ['set_5ftolerances_14682',['set_tolerances',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a3d73596da85ccd3dbc7b5046533dc3f2',1,'amrex::TimeIntegrator::set_tolerances()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aa6a9eaa0e52db6d40074bfc02b9cacd0',1,'amrex::IntegratorBase::set_tolerances()']]], + ['setacoeffs_14683',['setACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4c998b02361b80cb5324775e3d58f90b',1,'amrex::MLEBABecLap::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ade6e731e7392a70b13f66c6656631cdf',1,'amrex::Hypre::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a0f32ca25f6afb98cc7acbd3141465831',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, const AMF &alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a50f7b86e67777f1fe45ccb4f91c9296d',1,'amrex::MLABecLaplacianT::setACoeffs(int amrlev, T alpha)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb79fc965578886e2a266fc7404fd54e',1,'amrex::MLALaplacianT::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a3897cf202c96a14a8d9733f25c5e750f',1,'amrex::MLEBABecLap::setACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0dd9659e24893ff0ba46f4c68d10905c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, Real a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a03c4c02f78e751df19a97909bd55032c',1,'amrex::MLNodeABecLaplacian::setACoeffs(int amrlev, const MultiFab &a_acoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aec0887e36eeb2fb1f1ba62f3877c8ef5',1,'amrex::PETScABecLap::setACoeffs()']]], + ['setagglomeration_14684',['setAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5969085705dd33f4ed532326141d4c78',1,'amrex::LPInfo']]], + ['setagglomerationgridsize_14685',['setAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a2adef9e34d1e183d6fe240d63ac5e62a',1,'amrex::LPInfo']]], + ['setall_14686',['setall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'amrex::IndexTypeND::setall()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4b7784c6e75a4b3a948b969d937d9772',1,'IndexTypeND< AMREX_SPACEDIM >::setall()']]], + ['setalloc_14687',['SetAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#ab455e0f8529af58aa33685251d0f736a',1,'amrex::FabInfo::SetAlloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a983cd10420d59f361b7420da90de5066',1,'amrex::MFInfo::SetAlloc(bool a) noexcept']]], + ['setallocsinglechunk_14688',['SetAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d61953b8663e6cbbcbb0f4669d81f77',1,'amrex::MFInfo']]], + ['setalpha_14689',['setAlpha',['../classHydro_1_1NodalProjector.html#a9769f81a3694553850294f8c7e8880f9',1,'Hydro::NodalProjector::setAlpha()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3eca729943f3b29da314d62bcb5937d4',1,'amrex::MLEBNodeFDLaplacian::setAlpha()']]], + ['setalwaysusebnorm_14690',['setAlwaysUseBNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9e64f7c34ec5abddc37f653b110a3230',1,'amrex::MLMGT']]], + ['setareanottotag_14691',['setAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aca274822a300bceaaa023cc330d441ba',1,'amrex::AmrLevel']]], + ['setarena_14692',['SetArena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a8d77528f27f99ad698aa26c78da7e979',1,'amrex::MFInfo']]], + ['setarena_14693',['setArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PolymorphicArenaAllocator.html#a6cc91f415f75d3cbe8f2cd97a96b8e30',1,'amrex::PolymorphicArenaAllocator::setArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae83ccc99cebafd9a616419f206acfc72',1,'amrex::StateData::setArena()']]], + ['setarena_14694',['SetArena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a3df83b73b88ec8cea2e617ab5ba551e2',1,'amrex::FabInfo']]], + ['setbatchmode_14695',['SetBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a037f84af3602f01bce985c2ebdd4cf12',1,'amrex::DataServices']]], + ['setbc_14696',['setBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac58ae562e33ec29796418c84ad3d07dc',1,'amrex::setBC(const Box &bx, const Box &domain, int src_comp, int dest_comp, int ncomp, const Vector< BCRec > &bc_dom, Vector< BCRec > &bcr) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad6ef0d3ad9d3a423c18134d029e0d7f0',1,'amrex::setBC(const Box &bx, const Box &domain, const BCRec &bc_dom, BCRec &bcr) noexcept']]], + ['setbcoeffs_14697',['setBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9088117f62b7fdf5ddf44a3cccea40eb',1,'amrex::MLEBABecLap::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a993feadb0ec999bd7f2d92717fd9c486',1,'amrex::Hypre::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa709ea8caddead35734c2c6aaba607d6',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, const Array< AMF const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a06fa308776f2f5601335602731480841',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, T beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a469db0370bad5402adefe34c6a56abde',1,'amrex::MLABecLaplacianT::setBCoeffs(int amrlev, Vector< T > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae025087505b611d886e4ce39371d6e21',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta, Location a_beta_loc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aa85c8346fd88d47cf525b9ebd2d64322',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a41a0bab0f39a7886bee16b3db3253ef7',1,'amrex::MLEBABecLap::setBCoeffs(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6921ed5b8a0013c3264369854a7d0f12',1,'amrex::MLEBTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7c38bc186861725f433fa6a10b05604f',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, Real a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a0a281f140e22682bba6d56183b2eaf33',1,'amrex::MLNodeABecLaplacian::setBCoeffs(int amrlev, const MultiFab &a_bcoef)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec6c60aa0be2285afbcb0ea8b13efe93',1,'amrex::MLTensorOp::setBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab8caebdccf7fca99b02b592379019228',1,'amrex::PETScABecLap::setBCoeffs()']]], + ['setbeta_14698',['setBeta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#adc4a60ef542a4e9f2ab766ab1a85a262',1,'amrex::MLCurlCurl::setBeta()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af850b6de810fc05e025ef44039fbc29a',1,'amrex::MLNodeTensorLaplacian::setBeta()']]], + ['setbig_14699',['setBig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'amrex::BoxND::setBig(int dir, int bg_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'amrex::BoxND::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af50989d55724bbbd60c177ff8e1430fa',1,'BoxND< AMREX_SPACEDIM >::setBig(const IntVectND< dim > &bg) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a035148dc316be034a22e4f8892cea4e8',1,'BoxND< AMREX_SPACEDIM >::setBig(int dir, int bg_index) noexcept']]], + ['setblockingfactor_14700',['SetBlockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aba9a6c34f6e246926e9147ef3da5b535',1,'amrex::AmrMesh::SetBlockingFactor(int new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf01c926d4f55d291a5d5a0e0b48c348',1,'amrex::AmrMesh::SetBlockingFactor(const IntVect &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a3818b75f890359e9a8042f7a3b9e4e21',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< int > &new_bf) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a04ba4d303b52fe2f1db1e7e23fca5c06',1,'amrex::AmrMesh::SetBlockingFactor(const Vector< IntVect > &new_bf) noexcept']]], + ['setblpversion_14701',['SetBLPVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a01a542102cfa448623fce9a0eac7cea9',1,'BLProfStats']]], + ['setbndry_14702',['setBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< IArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< IArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'amrex::FabArray::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'amrex::FabArray::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::BaseFab< PetscInt > >::setBndry()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380fc7ccd2dfefbe1d03434086a21555',1,'amrex::setBndry(Array< MF, N > &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e2396222f45dde47fc1cbf4fb45f162',1,'amrex::setBndry(MF &dst, typename MF::value_type val, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< FArrayBox >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< FArrayBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::Mask >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::Mask >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::EBCellFlagFab >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< amrex::CutFab >::setBndry(value_type val, int strt_comp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< amrex::CutFab >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a80a77e6c5521bb8b3ed838708e079432',1,'FabArray< TagBox >::setBndry(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9deababbf136398c5902f84ad2ea4f2c',1,'FabArray< TagBox >::setBndry(value_type val, int strt_comp, int ncomp)']]], + ['setbndryfuncthreadsafety_14703',['setBndryFuncThreadSafety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a5dde8b1156c069f9ec776cb778b2b1c8',1,'amrex::StateDescriptor']]], + ['setbndryvalues_14704',['setBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#accdac636c68436e7163d72917cba76c6',1,'amrex::InterpBndryDataT']]], + ['setbottommaxiter_14705',['setBottomMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afc23f31b4eca82ba3272587a8a9998ed',1,'amrex::MLMGT']]], + ['setbottomsmooth_14706',['setBottomSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2c1e8d8df826c5071a81e63e3aae54b4',1,'amrex::MLMGT']]], + ['setbottomsolver_14707',['setBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a781f8fc6334607f15d2ae45c1faeec50',1,'amrex::MLMGT']]], + ['setbottomtolerance_14708',['setBottomTolerance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af18713081439d6261cb03153792cc0e8',1,'amrex::MLMGT']]], + ['setbottomtoleranceabs_14709',['setBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1de7f802d64a3237a66a9b4a1f24dfe2',1,'amrex::MLMGT']]], + ['setbottomverbose_14710',['setBottomVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a002d46a5b24423762455f90086333f4b',1,'amrex::MLMGT::setBottomVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aebed57922b06a40a22b8e77048fade35',1,'amrex::OpenBCSolver::setBottomVerbose()']]], + ['setboundarygeometry_14711',['setBoundaryGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90bf34103118043a594a3e827f9f5e8b',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adfcea84d67ac5f1276111e2bb32007aa',1,'amrex::Amr::setBoundaryGeometry(BoundaryPointList &IntersectLoX, BoundaryPointList &IntersectHiX, BoundaryPointList &IntersectLoY, BoundaryPointList &IntersectHiY, BoundaryPointList &IntersectLoZ, BoundaryPointList &IntersectHiZ) noexcept']]], + ['setboundarywidth_14712',['SetBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac85bd7e77961978803b66748f57c1a14',1,'amrex::AmrData']]], + ['setboundcond_14713',['setBoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa8cb046e06f3de6cb1db4be12ec87010',1,'amrex::BndryDataT::setBoundCond(Orientation face, int n, int comp, const BoundCond &bcn) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#afd3fdc202fd316dff91863242679263f',1,'amrex::BndryDataT::setBoundCond(Orientation face, const MFIter &mfi, int comp, const BoundCond &bcn) noexcept']]], + ['setboundloc_14714',['setBoundLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac308c460f9c083f2fd2326ca62cd1811',1,'amrex::BndryDataT::setBoundLoc(Orientation face, int n, value_type val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a85f08d239e69b27930ba8ba4e4c163c1',1,'amrex::BndryDataT::setBoundLoc(Orientation face, const MFIter &mfi, value_type val) noexcept']]], + ['setbox_14715',['setBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1f9a7e4c07b451d03fbcc905145005b7',1,'amrex::BoxIterator']]], + ['setboxarray_14716',['SetBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a404d43ca2363907df6d3206e892a220d',1,'amrex::AmrMesh']]], + ['setboxbc_14717',['setBoxBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5240bdd727e4e8b7ed90b3438ffb82df',1,'amrex::MLMGBndryT']]], + ['setboxes_14718',['setBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a31f3e491669d858c7c73e04d2ad6cb00',1,'amrex::BndryRegisterT']]], + ['setboxtype_14719',['SetBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< Real >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< PetscInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< HYPRE_Int >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< EBCellFlag >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< char >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'BaseFab< AtomicInt >::SetBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a70a02b9f0a717280df913cead8729dbc',1,'amrex::BaseFab::SetBoxType()']]], + ['setbulkviscosity_14720',['setBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a0e7d54919f40ee816e333ba1d531ecb8',1,'amrex::MLEBTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#acbe31c08085ba7b2e1b6ae53e22b688c',1,'amrex::MLTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a386cf912b2462e16023d9dd81c527552',1,'amrex::MLEBTensorOp::setBulkViscosity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a89529e15aedc1628aaa544645a9a8b39',1,'amrex::MLTensorOp::setBulkViscosity()']]], + ['setcfstrategy_14721',['setCFStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a42792f43ae4cc1ee24acf959aa647958',1,'amrex::MLMGT']]], + ['setcheckfilepositions_14722',['SetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5fa42d848c0d0dc397ddf05fd16c5e16',1,'amrex::VisMF']]], + ['setcoarseboundaryvelocityforsync_14723',['setCoarseBoundaryVelocityForSync',['../classHydro_1_1NodalProjector.html#a1e281898c2ac2b4b93c9ddffe6e0a397',1,'Hydro::NodalProjector']]], + ['setcoarsefinebc_14724',['setCoarseFineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab12336bb4e985ab158e63397b4960171',1,'amrex::MLLinOpT::setCoarseFineBC(const MF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'amrex::MLLinOpT::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['../classHydro_1_1MacProjector.html#aa180608476662e8842d3f531fbcaf4bd',1,'Hydro::MacProjector::setCoarseFineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3210982bb202d42999661f1c3920bf1e',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, IntVect const &crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a455030051a17d954b7aeb6323b0a4fba',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const AMF *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a776db3c3a85a3f2d3938446d7ce6b19c',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBC(const Array< MultiFab, 3 > *crse, int crse_ratio, LinOpBCType bc_type=LinOpBCType::Dirichlet) noexcept']]], + ['setcoarsefinebclocation_14725',['setCoarseFineBCLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'MLLinOpT< Array< MultiFab, 3 > >::setCoarseFineBCLocation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a51edb661205b9d4b77b5acab32d17cd2',1,'amrex::MLLinOpT::setCoarseFineBCLocation()']]], + ['setcoarseningstrategy_14726',['setCoarseningStrategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af44fe2628228f69789874df4dbcab755',1,'amrex::MLNodeLaplacian']]], + ['setcomplement_14727',['setComplement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< Real >::setComplement(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< Real >::setComplement(Real const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< PetscInt >::setComplement(PetscInt const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< int >::setComplement(int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< int >::setComplement(int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< HYPRE_Int >::setComplement(HYPRE_Int const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< EBCellFlag >::setComplement(EBCellFlag const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'BaseFab< char >::setComplement(char const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< char >::setComplement(char const &x, const Box &b, int ns, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'BaseFab< AtomicInt >::setComplement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c9e5cad84edcb3888480abe8d1df7bc',1,'amrex::BaseFab::setComplement(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af1143312b97b8dabe016e041fa440e85',1,'amrex::BaseFab::setComplement(T const &x, const Box &b, int ns, int num) noexcept']]], + ['setcomponent_14728',['setComponent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a70d556135903355292269f683db595f6',1,'amrex::StateDescriptor::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a509cf3b858a16175331faf1281adfd9d',1,'amrex::DescriptorList::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3b6539c147eae1449f8b9ca1751d8867',1,'amrex::StateDescriptor::setComponent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#aeeb4f83f275e3e879481880afd516c50',1,'amrex::DescriptorList::setComponent()']]], + ['setcomputenewdtonregrid_14729',['setComputeNewDtOnRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a764b896be65e37000e8974c62cd98032',1,'amrex::Amr']]], + ['setconfig_14730',['setConfig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a84245d419fe7f73058027c01448495c3',1,'amrex::InSituBridge::setConfig(const std::string &aconfig)']]], + ['setconnected_14731',['setConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a21debda402eb169cb267a0830cd97fae',1,'amrex::EBCellFlag::setConnected(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a024616425bcecbfc85fa2d13135f04f8',1,'amrex::EBCellFlag::setConnected(const IntVect &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a1b691f1b39fa514056250ecdd9902098',1,'amrex::EBCellFlag::setConnected() noexcept']]], + ['setconsolidation_14732',['setConsolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aae20ea49f949562cc31d87eb8e02cec1',1,'amrex::LPInfo']]], + ['setconsolidationgridsize_14733',['setConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a50655cba9bb48a63c7f0913e0ba8e21a',1,'amrex::LPInfo']]], + ['setconsolidationratio_14734',['setConsolidationRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ae8917bb5cf009969d7edf32ab9960056',1,'amrex::LPInfo']]], + ['setconsolidationstrategy_14735',['setConsolidationStrategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac70c612644339e1f9c5072fc9825b986',1,'amrex::LPInfo']]], + ['setconstant_14736',['setConstant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a3c8c7c907890aaec6fdecdd249d24cff',1,'amrex::IParser::setConstant()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#abce888c0693fdd70003a6177b18d06a6',1,'amrex::Parser::setConstant()']]], + ['setcoord_14737',['SetCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2bf1bf10c89e3d151b0ad49b2c1722fa',1,'amrex::CoordSys']]], + ['setcopiedfrom_14738',['SetCopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a6fb006c80650854a70d3f1dc2c3c4655',1,'amrex::XYPlotDataList']]], + ['setcovered_14739',['setCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5e64cb7ffa62b91cb2800ccea20aca3d',1,'amrex::EBCellFlag']]], + ['setcpumemory_14740',['SetCpuMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#aea2d408b112c9b365f345889eed6965f',1,'amrex::ArenaInfo']]], + ['setcpversion_14741',['SetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af33e60c5ccfea7a45165d97b41c98626',1,'CommProfStats::SetCPVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a962ff2aa0d88edf67c069815d8d92235',1,'BLProfStats::SetCPVersion()']]], + ['setcrsevolume_14742',['setCrseVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a6a278cbdb5d26d92153834df80c5bb26',1,'amrex::YAFluxRegisterT']]], + ['setcssize_14743',['SetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a199bfb0dca140f601d5aa32d3b08e23e',1,'CommProfStats::SetCSSize()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e78f62dca25bbb5a403a1de61686d9d',1,'BLProfStats::SetCSSize()']]], + ['setcsversion_14744',['SetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a67c8995d1137a537f5d9cf8bcc9ab6',1,'RegionsProfStats::SetCSVersion()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a288d870f5202f31347754539a025783f',1,'BLProfStats::SetCSVersion()']]], + ['setcumtime_14745',['setCumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8440e6564a766f2aa1cf0670450b8523',1,'amrex::Amr']]], + ['setcustomrhs_14746',['setCustomRHS',['../classHydro_1_1NodalProjector.html#a11a56c47404c03454159765873c7d576',1,'Hydro::NodalProjector']]], + ['setdatasource_14747',['SetDataSource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac8ab6353c41ea4880d2b5e68e2465564',1,'amrex::AmrDataAdaptor::SetDataSource()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#ae3854a759cdf938fcc037efa9ceee3b0',1,'amrex::AmrMeshDataAdaptor::SetDataSource()']]], + ['setderefine_14748',['SetDerefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa811e9e6c5b434b3a82bd25a8a21896c',1,'amrex::AMRErrorTagInfo']]], + ['setdevicememory_14749',['SetDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a6e2b5fae851f0abc6f11b3b60b41a515',1,'amrex::ArenaInfo']]], + ['setdevicesync_14750',['SetDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0fda064accf3be6a1e5637bff182bbc2',1,'amrex::MFItInfo']]], + ['setdirichletnodestozero_14751',['setDirichletNodesToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'MLLinOpT< Array< MultiFab, 3 > >::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a76c83a76bea9715006d1c962471346aa',1,'amrex::MLCellABecLapT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a1e1cf60387fbaec37d15c01e9f074ee5',1,'amrex::MLCurlCurl::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3c105d805c87469e86c653692af55428',1,'amrex::MLLinOpT::setDirichletNodesToZero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ad08f58adbfad6d97a54eec4261b8ce46',1,'amrex::MLNodeLinOp::setDirichletNodesToZero()']]], + ['setdirname_14752',['SetDirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a4a257010ca68aeaa03e8b7b02c5e5e0e',1,'BLProfStats']]], + ['setdisconnected_14753',['setDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab7c742b707476ca618348efa1197f935',1,'amrex::EBCellFlag::setDisconnected(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3e740def3688ae4182b55c2eef7773ac',1,'amrex::EBCellFlag::setDisconnected() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa3821fae6937052466356487d1bc25a3',1,'amrex::EBCellFlag::setDisconnected(const IntVect &iv) noexcept']]], + ['setdistributionmap_14754',['SetDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a452a3c38dd51bc37e199abe772759a3b',1,'amrex::AmrMesh']]], + ['setdistributionmap_14755',['setDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a74036cca3383362145e0dd06a14a65ad',1,'amrex::StateData']]], + ['setdivu_14756',['setDivU',['../classHydro_1_1MacProjector.html#aa4a6c51af0f9f7f5a7cdb90af94bb452',1,'Hydro::MacProjector']]], + ['setdloga_14757',['SetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ab487c819b8467fb587f459b98d100897',1,'amrex::CoordSys']]], + ['setdomainbc_14758',['setDomainBC',['../classHydro_1_1MacProjector.html#a4e1fa14e4ba6e059f9f9eef63853f68a',1,'Hydro::MacProjector::setDomainBC()'],['../classHydro_1_1NodalProjector.html#ae593958db08f625398b63457c51cfd0e',1,'Hydro::NodalProjector::setDomainBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a472da4d3c20cee50275d2790e18bf046',1,'amrex::MLLinOpT::setDomainBC(const Vector< Array< BCType, AMREX_SPACEDIM > > &lobc, const Vector< Array< BCType, AMREX_SPACEDIM > > &hibc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a065b7216ffbd4136592b893066feabc9',1,'amrex::MLLinOpT::setDomainBC(const Array< BCType, AMREX_SPACEDIM > &lobc, const Array< BCType, AMREX_SPACEDIM > &hibc) noexcept']]], + ['setdomainbcloc_14759',['setDomainBCLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'amrex::MLLinOpT::setDomainBCLoc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7dd25019053e84389e2d9226fc5816ed',1,'MLLinOpT< Array< MultiFab, 3 > >::setDomainBCLoc()']]], + ['setdomainbndry_14760',['setDomainBndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'amrex::FabArray::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'amrex::FabArray::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< AtomicInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setDomainBndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::Mask >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< FArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< IArrayBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< TagBox >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< TagBox >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::EBCellFlagFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::CutFab >::setDomainBndry(value_type val, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24591060d4412dddb8298001e5f580c5',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, int strt_comp, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a499aee434c06201cadb658484dda3e37',1,'FabArray< amrex::BaseFab< PetscInt > >::setDomainBndry(value_type val, const Geometry &geom)']]], + ['setdtlevel_14761',['setDtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae63754ca7b99b0ebc7dca496b4689bc4',1,'amrex::Amr::setDtLevel(const Vector< Real > &dt_lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0a911dea6d732d72a00a493bd3205fe3',1,'amrex::Amr::setDtLevel(Real dt, int lev) noexcept']]], + ['setdtmin_14762',['setDtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3a6ab52bdea5d9be7efd1f90548d8715',1,'amrex::Amr']]], + ['setdynamic_14763',['SetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afaabf4f7bbf8f45e425237a5116fffda',1,'amrex::NFilesIter::SetDynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a3eca2eae7ba9555f07544739396d8f57',1,'amrex::MFItInfo::SetDynamic()']]], + ['setebbulkviscosity_14764',['setEBBulkViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a40042adfb1e5e140ede04d0e6de31267',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, Real kappa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a3aa0e1f0a27c29c4cf2f73d97c19e6b9',1,'amrex::MLEBTensorOp::setEBBulkViscosity(int amrlev, MultiFab const &kappa)']]], + ['setebdirichlet_14765',['setEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a21036dcdb342fa89b6bc11b0cf730d04',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa5d24895fc813690a700fff13302d30',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a780796d3dee5dfa89cba56c05383868d',1,'amrex::MLEBABecLap::setEBDirichlet(int amrlev, const MultiFab &phi, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7f36dae9f70a37ded92faab9a89b4a52',1,'amrex::MLEBTensorOp::setEBDirichlet()']]], + ['setebhomogdirichlet_14766',['setEBHomogDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a9acab9bf4580bb611d63434f8e2daeed',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, const MultiFab &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69dc896ed1e3c373ffed1364c14b39ea',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Real beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a367adfeb7192bf75233d0d3176eb8fd9',1,'amrex::MLEBABecLap::setEBHomogDirichlet(int amrlev, Vector< Real > const &beta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4fd75863f9948f2fc1c82336088f1d51',1,'amrex::MLEBTensorOp::setEBHomogDirichlet(int amrlev, const MultiFab &beta)=delete']]], + ['setebshearviscosity_14767',['setEBShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a7c8d573df03c82ad4c1bbb8cec38f6aa',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, MultiFab const &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a95ede9e3771119992924c74dbbd6a83d',1,'amrex::MLEBTensorOp::setEBShearViscosity(int amrlev, Real eta)']]], + ['setebshearviscositywithinflow_14768',['setEBShearViscosityWithInflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ad4578df66187d70b495bee32c9833c90',1,'amrex::MLEBTensorOp']]], + ['setedgebcshi_14769',['SetEdgeBCsHi',['../namespaceHydroBC.html#a3a47bbbd8cc79009d41b04c27ebbd64f',1,'HydroBC']]], + ['setedgebcslo_14770',['SetEdgeBCsLo',['../namespaceHydroBC.html#a8ba2207a75496ee3c6d88f44233d645b',1,'HydroBC']]], + ['setenabled_14771',['setEnabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a093ff6109c501d8b6fd3fa102e0710d4',1,'amrex::InSituBridge::setEnabled(int aenabled)']]], + ['setenableinverse_14772',['setEnableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fd86ef6591da68553312d8cc6321034',1,'amrex::NeighborParticleContainer']]], + ['setenforcesingularsolvable_14773',['setEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'amrex::MLLinOpT::setEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28dec45d870edf5fba713b18c53542cf',1,'MLLinOpT< Array< MultiFab, 3 > >::setEnforceSingularSolvable()']]], + ['seterrorhandler_14774',['SetErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a448749e34552187d2fa9254841970a6b',1,'amrex']]], + ['setextrapvelbcshi_14775',['SetExtrapVelBCsHi',['../namespaceHydroBC.html#a73e41c0b9b0337ef1c4d484c7a18d4d7',1,'HydroBC']]], + ['setextrapvelbcslo_14776',['SetExtrapVelBCsLo',['../namespaceHydroBC.html#a3db84e94f70bb83cddce24c02b206c27',1,'HydroBC']]], + ['setfab_14777',['setFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(int boxno, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< AtomicInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab(const MFIter &mfi, amrex::BaseFab< AtomicInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(int boxno, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< HYPRE_Int > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab(const MFIter &mfi, amrex::BaseFab< HYPRE_Int > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'amrex::FabArray::setFab(const MFIter &mfi, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'amrex::FabArray::setFab(const MFIter &mfi, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'amrex::FabArray::setFab(int boxno, FAB &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'amrex::FabArray::setFab(int boxno, std::unique_ptr< FAB > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< FArrayBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< FArrayBox >::setFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< IArrayBox >::setFab(int boxno, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< IArrayBox >::setFab(int boxno, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, std::unique_ptr< IArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< IArrayBox >::setFab(const MFIter &mfi, IArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< TagBox >::setFab(int boxno, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< TagBox >::setFab(int boxno, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< TagBox >::setFab(const MFIter &mfi, std::unique_ptr< TagBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< TagBox >::setFab(const MFIter &mfi, TagBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< FArrayBox >::setFab(int boxno, FArrayBox &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< FArrayBox >::setFab(int boxno, std::unique_ptr< FArrayBox > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::Mask >::setFab(const MFIter &mfi, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::Mask >::setFab(int boxno, amrex::Mask &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::Mask >::setFab(int boxno, std::unique_ptr< amrex::Mask > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::EBCellFlagFab >::setFab(const MFIter &mfi, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::EBCellFlagFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, amrex::EBCellFlagFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::EBCellFlagFab >::setFab(int boxno, std::unique_ptr< amrex::EBCellFlagFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::CutFab >::setFab(const MFIter &mfi, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abf543729d784adfcd6d1a989f4caee9c',1,'FabArray< amrex::CutFab >::setFab(int boxno, amrex::CutFab &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::CutFab >::setFab(int boxno, std::unique_ptr< amrex::CutFab > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01d769a51d15314e0f36925aa2182c9a',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, amrex::BaseFab< PetscInt > &&elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0f8b639b019bb31429a51c718756cafd',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(const MFIter &mfi, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a01622e62fc6b5438eb72a553287bdfe2',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab(int boxno, std::unique_ptr< amrex::BaseFab< PetscInt > > elem)']]], + ['setfab_5fassert_14778',['setFab_assert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::EBCellFlagFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'amrex::FabArray::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< TagBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< IArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< FArrayBox >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::Mask >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::CutFab >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< PetscInt > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setFab_assert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a693754f4ec64472c486d1d4431d71d8c',1,'FabArray< amrex::BaseFab< AtomicInt > >::setFab_assert()']]], + ['setfabio_14779',['setFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7a5acc633fa80ec1cb999be2c4bbdc02',1,'amrex::FArrayBox']]], + ['setfaboutsize_14780',['SetFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#abdbf701b94b7d6637e2669c3e5e86818',1,'amrex::DataServices']]], + ['setfacearea_14781',['SetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3036d0e98088cf5ce1478f81b6d02aea',1,'amrex::CoordSys']]], + ['setfaheadermapptr_14782',['SetFAHeaderMapPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a0ae8938d03e0425949acee6bfdf003af',1,'amrex::StateData']]], + ['setfiletype_14783',['SetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2bfd78d92eae8d100a08f1b954c70483',1,'amrex::AmrData']]], + ['setfilter_14784',['SetFilter',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa386bd7cfe5d670537ff28fc6abd818a',1,'BLProfStats::SetFilter(FilterStatus fs, const std::string &rname, int rnumber)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab2263e1e16de499efe38609fdea5f81b',1,'BLProfStats::SetFilter(FilterStatus fs)']]], + ['setfiltertimeranges_14785',['SetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a863b8a020da35bf11daf6c34ea5b55a0',1,'BLProfStats']]], + ['setfinalfillbc_14786',['setFinalFillBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aaf653324d55081effa4617316f6fed7f',1,'amrex::MLMGT']]], + ['setfinalsmooth_14787',['setFinalSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af409e46e36a83708948f57964d56e788',1,'amrex::MLMGT']]], + ['setfinestlevel_14788',['SetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab40e510f5cd8deda45eb675b82494808',1,'amrex::AmrMesh']]], + ['setfixdenormals_14789',['SetFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adbd417c0e8ee1019ce39cc3c35d0b06d',1,'amrex::RealDescriptor']]], + ['setfixediter_14790',['setFixedIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8d32d7e502abfe65f355e792f0fed5b7',1,'amrex::MLMGT']]], + ['setfnames_14791',['SetFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac7083da4606bbac9cd04c7ba4278a28a',1,'BLProfStats']]], + ['setformat_14792',['setFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6dd6c1696dd87f8345826bc2ca97cf56',1,'amrex::FArrayBox']]], + ['setfpexcept_14793',['setFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78c3e0b7066802f4a1777e4384f004ac',1,'amrex']]], + ['setfrequency_14794',['setFrequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ae5232eec8f5c7437d9bccac9ea52f912',1,'amrex::InSituBridge::setFrequency(int freq)']]], + ['setgaussseidel_14795',['setGaussSeidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a910678e8eb5a82aaa5550910cb4ac3fb',1,'amrex::MLCellLinOpT::setGaussSeidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaa74c5ed1094317d719bffbe89f016c9',1,'amrex::MLNodeLaplacian::setGaussSeidel()']]], + ['setgeometry_14796',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afad5b72230c1ac0b5cc0874cad8d0f86',1,'amrex::ParticleLocator']]], + ['setgeometry_14797',['SetGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa755628d0ad98daf37de1670e57d2364',1,'amrex::AmrMesh']]], + ['setgeometry_14798',['setGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::setGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad0aae403343af35030ffeae40a77b82d',1,'amrex::AmrParticleLocator::setGeometry()']]], + ['setgpercent_14799',['SetGPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2c9001171e52450c8d565a1f9106ef41',1,'BLProfStats']]], + ['setgraphregion_14800',['setGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a092d5e2b6a052f9620c9d3c3757ed1be',1,'amrex::Gpu']]], + ['setgrideff_14801',['SetGridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a77c262385b1bd0bfc96fec96347c041a',1,'amrex::AmrMesh']]], + ['setgroupsets_14802',['SetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0e5c0555decdea8a4d09c7eabff1a07d',1,'amrex::VisMF']]], + ['setgrowthfactor_14803',['SetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#ae40903e99ce2fa70dfcfbc71e8e1f9d1',1,'amrex::VectorGrowthStrategy']]], + ['setharmonicaverage_14804',['setHarmonicAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2d7beea7bc93f71c8970977613d2ff08',1,'amrex::MLNodeLaplacian']]], + ['sethdf5fapl_14805',['SetHDF5fapl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac99e8f8a8b8cd43c848fd5766134e3f2',1,'amrex']]], + ['setheaderversion_14806',['SetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2ce0e613077c3ec9c4c687628154c5ce',1,'amrex::VisMF']]], + ['sethi_14807',['setHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a48f67e7be6f62e4e0ac416af2ca860fa',1,'amrex::RealBox::setHi(const Vector< Real > &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a94d83eb3cb499791bd998169535994d8',1,'amrex::RealBox::setHi(const RealVect &a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a5cc6185da0581780aa6e6411a60795e4',1,'amrex::RealBox::setHi(int dir, Real a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#adfe0a1636b666203a0fc32be47c5bedb',1,'amrex::RealBox::setHi(const Real *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a0d3a7e55c3bd28f808e3d130879f762e',1,'amrex::BCRec::setHi()']]], + ['sethiddendirection_14808',['setHiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a9c3339a35d018641c2d340cee364755e',1,'amrex::LPInfo']]], + ['sethomogvalues_14809',['setHomogValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a772640cb8d0030c7b6e69714d055d8e3',1,'amrex::InterpBndryDataT']]], + ['sethostalloc_14810',['SetHostAlloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a76a736ea531b11031bc4742c16ebfa67',1,'amrex::ArenaInfo']]], + ['sethyprenumsweeps_14811',['setHypreNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa3e3c7cdd1399a6569ead6da002cefcc',1,'amrex::Hypre']]], + ['sethypreolddefault_14812',['setHypreOldDefault',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a176164a0be65a008953835f054ed05bb',1,'amrex::Hypre']]], + ['sethypreoptionsnamespace_14813',['setHypreOptionsNamespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9f80d1c81a4fc95cd42b3741dbccbacd',1,'amrex::HypreNodeLap::setHypreOptionsNamespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a69bd65a7f09331727ec3606700f744b7',1,'amrex::Hypre::setHypreOptionsNamespace(const std::string &ns) noexcept']]], + ['sethyprerelaxorder_14814',['setHypreRelaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ae6d9ce8d191fe74154cb322a83647c65',1,'amrex::Hypre']]], + ['sethyprerelaxtype_14815',['setHypreRelaxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a405012151d7a1605c76dc277321f8413',1,'amrex::Hypre']]], + ['sethyprestrongthreshold_14816',['setHypreStrongThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a3709ca6588e8a170458aca0425335169',1,'amrex::Hypre']]], + ['setinfo_14817',['SetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ae91e33103b6e12dcf0a643a8904a74c1',1,'amrex::AMRErrorTag']]], + ['setinitdatablocks_14818',['SetInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a77c0419013558c7dc97b630646404ce4',1,'BLProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ac2f5f0735dd866d4d9dddd8e9192c94f',1,'CommProfStats::SetInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#abde311b30f111d93f7fbfed009773e76',1,'RegionsProfStats::SetInitDataBlocks()']]], + ['setinitsnan_14819',['SetInitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac250c5ca9b8aaa82a1fc020e6855ae07',1,'amrex']]], + ['setinitsolnzeroed_14820',['setInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7193b703cfcb637ad19ed8b60c53f3cb',1,'amrex::MLCGSolverT']]], + ['setintcommcomp_14821',['setIntCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a63cbb0b5b6c81df9e4321148bc960f32',1,'amrex::NeighborParticleContainer']]], + ['setiobuffersize_14822',['SetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6408b3042dc48515b0c3722c43826f03',1,'amrex::VisMFBuffer']]], + ['setismatrixsingular_14823',['setIsMatrixSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ace6b42d6b4d28b5aeb6d0ae4ced033f1',1,'amrex::Hypre']]], + ['setissingular_14824',['setIsSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9742734763060b16ce1f99bc43de3bef',1,'amrex::HypreMLABecLap']]], + ['setiteratetofalse_14825',['SetIterateToFalse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2c473ca991e89cf526fa0ecd967a7217',1,'amrex::AmrMesh']]], + ['setlaunchregion_14826',['setLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a9f755b4680ecd261e7416fda7ca2b5bb',1,'amrex::Gpu']]], + ['setlevel_14827',['SetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a523062418a8d9a4207077fa87b98d521',1,'amrex::XYPlotDataList']]], + ['setlevelbc_14828',['setLevelBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a06eca5d2d85df13a44bec68fb491e02d',1,'amrex::MLCurlCurl::setLevelBC()'],['../classHydro_1_1MacProjector.html#a14a612ac0c0042ac9e24fbdab72081df',1,'Hydro::MacProjector::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a85ee06a6171baffc7d8ba4e7470a44ef',1,'amrex::MLNodeLinOp::setLevelBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'MLLinOpT< Array< MultiFab, 3 > >::setLevelBC(int, const Array< MultiFab, 3 > *, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr, const Array< MultiFab, 3 > *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc2c4cd3ccc03f6c0f958429b1d1f093',1,'amrex::MLLinOpT::setLevelBC(int amrlev, const AMF *levelbcdata, const AMF *robinbc_a=nullptr, const AMF *robinbc_b=nullptr, const AMF *robinbc_f=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1ca9d659068ffdf4e8d78d035aa9450c',1,'amrex::MLLinOpT::setLevelBC(int, const MF *, const MF *=nullptr, const MF *=nullptr, const MF *=nullptr)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaf162a4471fc9b3a7121d9579fea518',1,'amrex::MLCellLinOpT::setLevelBC()']]], + ['setlevelcount_14829',['setLevelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac5745e35deb1c5f1c6d8585cffe9605d',1,'amrex::Amr']]], + ['setleveldirectoriescreated_14830',['SetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a51414af32d7051aef77e91a94ae009ef',1,'amrex::ParticleContainer_impl::SetLevelDirectoriesCreated()']]], + ['setleveldirectorycreated_14831',['SetLevelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a33b3a3f0806c790a05f39fae227042a0',1,'amrex::AmrLevel']]], + ['setlevelsteps_14832',['setLevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cfac74af2f249a6addd2637d24cb758',1,'amrex::Amr']]], + ['setlo_14833',['setLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad513c995fcf5ff2ca68ea4a1ca78a9f7',1,'amrex::RealBox::setLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7b9f9505622e2fa14b13aebd7f417d8f',1,'amrex::BCRec::setLo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a1130b16abd9291592ada32965f8d3201',1,'amrex::RealBox::setLo(const Real *a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ad17a084669ca15c44ee367f21a9ffc68',1,'amrex::RealBox::setLo(const RealVect &a_lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a06a08fc2ff5eb243e5b56ad66734fd55',1,'amrex::RealBox::setLo(int dir, Real a_lo) noexcept']]], + ['setlobndryconds_14834',['setLOBndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad300e8ff5b343bdc22725143e1005469',1,'amrex::MLCellLinOpT::BndryCondLoc::setLOBndryConds()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4968262312aabecee36bc2bde40ab80c',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, int ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ab6609bf57c735a9ebbf08bd4944dffef',1,'amrex::MLMGBndryT::setLOBndryConds(const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &lo, const Vector< Array< LinOpBCType, AMREX_SPACEDIM > > &hi, IntVect const &ratio, const RealVect &a_loc, LinOpBCType a_crse_fine_bc_type=LinOpBCType::Dirichlet)']]], + ['setmapped_14835',['setMapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aa9baddb5a30572ac9597f98e6037b801',1,'amrex::MLNodeLaplacian']]], + ['setmaxcoarseninglevel_14836',['setMaxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a4a7b1b85ca071370a9a98488be7dd5dc',1,'amrex::LPInfo']]], + ['setmaxfmgiter_14837',['setMaxFmgIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a034852dcdb062a30ca616eb0363d202b',1,'amrex::MLMGT']]], + ['setmaxfnumber_14838',['SetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a522a3e0fdfe26feeb6fca90122db85eb',1,'RegionsProfStats']]], + ['setmaxgridsize_14839',['SetMaxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad6695b6090e726ea6bc405a7d3a75be8',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< IntVect > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae26f4d197dc68e2d26837b8ad0043dbe',1,'amrex::AmrMesh::SetMaxGridSize(const Vector< int > &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a964c875f4546f513fb285e2f90278473',1,'amrex::AmrMesh::SetMaxGridSize(const IntVect &new_mgs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4612b4d9b23253095da92c3e323ffd73',1,'amrex::AmrMesh::SetMaxGridSize(int new_mgs) noexcept']]], + ['setmaxiter_14840',['setMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afee26760c3b6fd120a20bead9d849ce4',1,'amrex::MLMGT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#adaf95795df6022fbffaeea323e4df3e0',1,'amrex::MLCGSolverT::setMaxIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a2eca9fbfceb38d605125d13abdf96b44',1,'amrex::HypreMLABecLap::setMaxIter()']]], + ['setmaxiters_14841',['setMaxIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ae47a754ba15bd25bcb9b10f95b590364',1,'amrex::GMRESMLMGT::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'GMRES< MF, GMRESMLMGT< MF > >::setMaxIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8dc2651f6ba5a851cd4f1fd3e00d670e',1,'amrex::GMRES::setMaxIters()']]], + ['setmaxlevel_14842',['SetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ad718a00a1cc39585c9a7f5d631d76a06',1,'amrex::AMRErrorTagInfo']]], + ['setmaxorder_14843',['setMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'MLLinOpT< Array< MultiFab, 3 > >::setMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cea879bd6717f7b2f425b1c1aeff724',1,'amrex::MLLinOpT::setMaxOrder()']]], + ['setmaxrnumber_14844',['SetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6e570ba8a5d7336446bd4de9d553bd6a',1,'BLProfStats']]], + ['setmaxsemicoarseninglevel_14845',['setMaxSemicoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab79eab223be7acae5356f6a9e1fdb0fc',1,'amrex::LPInfo']]], + ['setmaxtime_14846',['SetMaxTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7804b1aaad0f9423c2bd6505d4582845',1,'amrex::AMRErrorTagInfo']]], + ['setmetricterm_14847',['setMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ad52d1c9d3214bf62a03f3a41ca82a34c',1,'amrex::LPInfo']]], + ['setmffileinstreams_14848',['SetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abda03b733e4f5e0b9f005f764f1a5b65',1,'amrex::VisMF']]], + ['setmindigits_14849',['SetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ba8e895b17fe1e7c39d318b1e1ed9f8',1,'amrex::NFilesIter']]], + ['setmintime_14850',['SetMinTime',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#ab82515699c685077e28466f7d98724de',1,'amrex::AMRErrorTagInfo']]], + ['setmultighost_14851',['setMultiGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7d9c921734d6199c74f9ce44f81eba81',1,'amrex::FabArrayBase']]], + ['setmultivalued_14852',['setMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7f74f489036a678a56c421c828b393b6',1,'amrex::EBCellFlag']]], + ['setncycle_14853',['setNCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a189778c804c9127f8792d32cd927ecd7',1,'amrex::Amr']]], + ['setnewtimelevel_14854',['setNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9abd20c02f978ad493cfe44eec3dec13',1,'amrex::StateData']]], + ['setnghost_14855',['setNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac578fcc67a6e49ae96d7578ce36c508f',1,'amrex::MLCGSolverT']]], + ['setngrow_14856',['SetNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8e2bdc864ffe06bd8e43902689bb624a',1,'amrex::AMRErrorTag']]], + ['setngrowfilled_14857',['setNGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2ad51584223d99ae31e86bf9a21c10b7',1,'amrex::FabArrayBase']]], + ['setnormalizationthreshold_14858',['setNormalizationThreshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5184c0395e2b615863f958c9a057f6d2',1,'amrex::MLNodeLaplacian']]], + ['setnosyncregion_14859',['setNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a361fc388a79423386fd65e7dfe189f57',1,'amrex::Gpu']]], + ['setnoutfiles_14860',['SetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1cbbd755f92181dadd9dbdbd81d92efb',1,'BLProfStats::SetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a12f990c53f9abf19fdd7c10f14eae38b',1,'amrex::VisMF::SetNOutFiles()']]], + ['setnprocs_14861',['SetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5b9e541dff4023978e381b997dbcc00b',1,'BLProfStats']]], + ['setnproper_14862',['SetNProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee314c43754854d98fc25ce6cd278796',1,'amrex::AmrMesh']]], + ['setnsolve_14863',['setNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a309402aeb490c7011bbdc724dfb20e98',1,'amrex::MLMGT']]], + ['setnsolvegridsize_14864',['setNSolveGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a52db13d6134d518279dce357d082ed35',1,'amrex::MLMGT']]], + ['setnumlevels_14865',['setNumLevels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a118f6ee0ff0a2b597f7465fbfa1ae3e2',1,'amrex::ParticleCopyOp']]], + ['setnumneighbors_14866',['setNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3b1f7c4d9324b6ce179d86299b1ba853',1,'amrex::ArrayOfStructs::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3418dd871a28056a9d8aa3ba12a016f6',1,'amrex::ParticleTile::setNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a06cb98e187a840616cfd0c681f596ab2',1,'amrex::StructOfArrays::setNumNeighbors()']]], + ['setnumstreams_14867',['SetNumStreams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a23dbb25432836874b6aa0885ff91e1c5',1,'amrex::MFItInfo']]], + ['setnumthreadsmin_14868',['setNumThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a6693f142f50d3d5683ee44892c3f155a',1,'amrex::Gpu::Device']]], + ['setoffset_14869',['SetOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aded987526da2665b805f491a3544ccd8',1,'amrex::CoordSys']]], + ['setoldtimelevel_14870',['setOldTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a174f384ed70022d265210fb0ffa0f448',1,'amrex::StateData']]], + ['setoptions_14871',['setOptions',['../classHydro_1_1MacProjector.html#a0e486b82b991320eb741d655f11e7c4e',1,'Hydro::MacProjector::setOptions()'],['../classHydro_1_1NodalProjector.html#ac44569cae9df9f860be927c345ae18a8',1,'Hydro::NodalProjector::setOptions()']]], + ['setordering_14872',['setOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a52578eab1d0f7cc7547af989033e82b6',1,'amrex::FArrayBox']]], + ['setoversetmask_14873',['setOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afa9f37a1e4264b48744a5110fdb1c4ec',1,'amrex::MLNodeLinOp']]], + ['setpargdb_14874',['SetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2b8152157d1ecf4129a015d2a8ead5ff',1,'amrex::ParticleContainerBase::SetParGDB(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a3a466989f4aa9bba5b055e42d48ee936',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a390bb96be3157bd1a0bf97fe3167e14b',1,'amrex::ParticleContainerBase::SetParGDB(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], + ['setparserprefix_14875',['SetParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa1549749aa28417bed7bb7a9d5a99810',1,'amrex::ParmParse']]], + ['setparticleboxarray_14876',['SetParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8fa510470316026fa5b4ac4cf18a29c5',1,'amrex::AmrParGDB::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a79aa4f01ee0c767eb5f92c5cfed9485d',1,'amrex::ParticleContainerBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac3cf1b27511fecf4ab3f23a90f5f0e4c',1,'amrex::ParGDBBase::SetParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1165cc254c92620732eecdf3d1d44d14',1,'amrex::ParGDB::SetParticleBoxArray()']]], + ['setparticledistributionmap_14877',['SetParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1635970789eadd3987d1011e60cf3003',1,'amrex::ParGDBBase::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a1e01e231a9f26bf287a483608281173d',1,'amrex::ParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a88824bfe0471d8b133c5aa798b87c25f',1,'amrex::AmrParGDB::SetParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0efe211fbdf5d6759cd3a045622e0250',1,'amrex::ParticleContainerBase::SetParticleDistributionMap()']]], + ['setparticlegeometry_14878',['SetParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ace841700df06aa193ec553e98c6fb600',1,'amrex::AmrParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3efa366c1a89f28934b8ce6f0ebebd98',1,'amrex::ParGDB::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a1aa41e46d76fa08134ec8f657692c718',1,'amrex::ParGDBBase::SetParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89426801f817c951b25e9748f669d3ce',1,'amrex::ParticleContainerBase::SetParticleGeometry()']]], + ['setparticleidandcpu_14879',['SetParticleIDandCPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6076dc93e17aef13f76bd835e89ce265',1,'amrex']]], + ['setparticlesize_14880',['SetParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'amrex::ParticleContainer_impl::SetParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afda3cda80b1a328f03e53a8e633e7b52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetParticleSize()']]], + ['setperiodicity_14881',['setPeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a07025080452434734ae74c23e9f97224',1,'amrex::Geometry']]], + ['setphioncentroid_14882',['setPhiOnCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1b6b64134bb5a73a43da2d2aaefbbf53',1,'amrex::MLEBABecLap']]], + ['setphysbndryvalues_14883',['setPhysBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a24af38cde0573af0a4557b5e165690ff',1,'amrex::InterpBndryDataT']]], + ['setphysboundaryvalues_14884',['setPhysBoundaryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2f324e3977de1beef5d204c04be51f4a',1,'amrex::AmrLevel']]], + ['setpinmesh_14885',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge']]], + ['setpinmesh_14886',['SetPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb2aa16f7cb72eebdd278083cc8616ef',1,'amrex::AmrDataAdaptor::SetPinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af95203532e6b05769deed97d8015911b',1,'amrex::AmrMeshDataAdaptor::SetPinMesh()']]], + ['setpinmesh_14887',['setPinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#add236657ccdc541799595a04e5b7c80f',1,'amrex::InSituBridge']]], + ['setplotvariables_14888',['setPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a8023d9fbf7106fe39977f43d1b07460e',1,'amrex::AmrLevel']]], + ['setpostsmooth_14889',['setPostSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6207d80df231723fb69683f66f5ce6d0',1,'amrex::MLMGT']]], + ['setpoststepregrid_14890',['setPostStepRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3740e0877382738d1cd8d382909ef855',1,'amrex::AmrLevel']]], + ['setpoutbasename_14891',['setPoutBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76884405b2dc4cd3167652aa79be5606',1,'amrex']]], + ['setprecision_14892',['SetPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a3e38d76f3f46409cbf9fa81259641906',1,'amrex::PrintToFile::SetPrecision()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7c4b1f95c46cd9f3e0435d36b25af7ca',1,'amrex::Print::SetPrecision()']]], + ['setprecision_14893',['setPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a767556bba83027cac8eeecd67726aab8',1,'amrex::FArrayBox']]], + ['setprecondnumiters_14894',['setPrecondNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3e4c31b46aeea964f7e6bf8798c3adea',1,'amrex::GMRESMLMGT']]], + ['setpreferred_14895',['SetPreferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a8e8c57c71dcb35c394ddcd580388169f',1,'amrex::ArenaInfo']]], + ['setpresmooth_14896',['setPreSmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a198deef7be3c836a4e4262aeeb0d70ac',1,'amrex::MLMGT']]], + ['setprobdomain_14897',['SetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4384bbd33d251a318b16a586333a54fc',1,'CommProfStats']]], + ['setproc_14898',['SetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad95846d17258a184db9a6df8a86c158d',1,'BLProfStats']]], + ['setpropertyofzero_14899',['setPropertyOfZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a56349014c0d985e20f66cb789fc37d9f',1,'amrex::GMRESMLMGT']]], + ['setptr_14900',['setPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< PetscInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< Real >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< HYPRE_Int >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< EBCellFlag >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< char >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'BaseFab< AtomicInt >::setPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a347010e29c31f4b83480011d98908389',1,'amrex::BaseFab::setPtr()']]], + ['setrange_14901',['setRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'amrex::BoxND::setRange()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afb5989f5a4e77392664002509b9f1649',1,'BoxND< AMREX_SPACEDIM >::setRange()']]], + ['setreadbuffersize_14902',['SetReadBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0e8add3f679863e8b4e09d5a681f3bd4',1,'amrex::RealDescriptor']]], + ['setreadonly_14903',['SetReadOnly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a17188b136da5e99440f925f648366292',1,'amrex::ArenaInfo']]], + ['setrealbox_14904',['SetRealBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a3dc671430b63a9d4a3acde3473987d37',1,'amrex::AMRErrorTagInfo']]], + ['setrealcommcomp_14905',['setRealCommComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c5eaf4a73e02b631f586b8d9eaa9b44',1,'amrex::NeighborParticleContainer']]], + ['setrecorddatainfo_14906',['setRecordDataInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1569c279c9f53680c034fa8412aec447',1,'amrex::Amr']]], + ['setrecordgridinfo_14907',['setRecordGridInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1019472407f6945a0f73f610fc1fd497',1,'amrex::Amr']]], + ['setrecordruninfo_14908',['setRecordRunInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9bbbb5b286faccc02c5b6b90b4184c6a',1,'amrex::Amr']]], + ['setrecordruninfoterse_14909',['setRecordRunInfoTerse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af19da464ed538fdb371cfc74ff3ac469',1,'amrex::Amr']]], + ['setreduction_14910',['setReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a04a95c0948c5e2da94c3236ae7668edb',1,'amrex::Gpu::KernelInfo']]], + ['setrefratio_14911',['SetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a7c7ec72dddbcaab79c7e37eb90fbb3',1,'CommProfStats']]], + ['setregiontimeranges_14912',['SetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae023b91eb3ee3bf6028a097d14279eee',1,'BLProfStats::SetRegionTimeRanges(const amrex::Vector< amrex::Vector< amrex::Vector< TimeRange > > > &rtr)'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab91fda15e1bba727710584a087572686',1,'BLProfStats::SetRegionTimeRanges(const TimeRange &tr, const int n, const int r, const int t)']]], + ['setregular_14913',['setRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a415368e4a55ec46befc98b59361a4237',1,'amrex::EBCellFlag']]], + ['setregularlevel_14914',['setRegularLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa134f8da748d28d9c016c9ccf35e0276',1,'amrex::EB2::Level']]], + ['setreleasethreshold_14915',['SetReleaseThreshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a65b5aebfacd9fcffe1532a1f0a4968df',1,'amrex::ArenaInfo']]], + ['setrestartlength_14916',['setRestartLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'amrex::GMRES::setRestartLength()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aafa45161777f122515985aab18d51328',1,'GMRES< MF, GMRESMLMGT< MF > >::setRestartLength()']]], + ['setrunongpu_14917',['setRunOnGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a7f2087821b195338a4b6f62bdf0ab2ae',1,'amrex::StateDescriptor::BndryFunc']]], + ['setrz_14918',['setRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7aa065c26dda1e04e7433b12f6c09648',1,'amrex::MLEBNodeFDLaplacian']]], + ['setrzcorrection_14919',['setRZCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad6fc7d27c22cd096b77b9bb7d2b4f66d',1,'amrex::MLNodeLaplacian']]], + ['setscalars_14920',['setScalars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad3027675177497cdb23a984a50ebcb12',1,'amrex::MLEBABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aa2615f55a027cc9678c8fad74fd8f7ff',1,'amrex::MLNodeABecLaplacian::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aea6aef5fab439e43995892519fee28b6',1,'amrex::PETScABecLap::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a6ec4dbd1f4658dc7cd6ef708b3968c4c',1,'amrex::MLCurlCurl::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a41aaec43d94c9d9246f9f2a8219b0b33',1,'amrex::MLALaplacianT::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ac497cc99508dff6311d584d7e0636ce8',1,'amrex::Hypre::setScalars()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af60aa5f93df4defa5142afa10ede59ef',1,'amrex::MLABecLaplacianT::setScalars()']]], + ['setsemicoarsening_14921',['setSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a45b2ff9402b86070a36448a89c4e6e8a',1,'amrex::LPInfo']]], + ['setsemicoarseningdirection_14922',['setSemicoarseningDirection',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#adbc91f7b18c419f5e1be642d15a28e5e',1,'amrex::LPInfo']]], + ['setsetbuf_14923',['SetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af73ff9fbd9a91c471bfbe750de045fb9',1,'amrex::VisMF']]], + ['setshared_14924',['SetShared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aab98a8a0ea2fe15e00d08626d0015205',1,'amrex::FabInfo']]], + ['setshearviscosity_14925',['setShearViscosity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#abae8fb16d0725b3c3c728079359e8d4b',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af6d48bd951e581c0766cec582a9c85a3',1,'amrex::MLTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a514d2b861724430a7a0d3182bbf26d06',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, Real eta)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a6907d1c2b45662f70a24cc5deef001ca',1,'amrex::MLEBTensorOp::setShearViscosity(int amrlev, const Array< MultiFab const *, AMREX_SPACEDIM > &eta, Location a_beta_loc)']]], + ['setshowbody_14926',['SetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac3e2ebf3a95fc625bf57908fe1d07585',1,'amrex::AmrData']]], + ['setsigma_14927',['setSigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aacdcbb450e721a927c9697c8b10e3c0c',1,'amrex::MLNodeTensorLaplacian::setSigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab81f654708d4756a07160c7eaa343d48',1,'amrex::MLEBNodeFDLaplacian::setSigma(Array< Real, AMREX_SPACEDIM > const &a_sigma) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae912d5edf5cef0c5118f70ba1bf9aa4f',1,'amrex::MLEBNodeFDLaplacian::setSigma(int amrlev, MultiFab const &a_sigma)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a4cbcb13e082363d597268b6523f72470',1,'amrex::MLNodeLaplacian::setSigma()']]], + ['setsinglestreamregion_14928',['setSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae31e2a43c93959ebf7aa6bd6f564d85c',1,'amrex::Gpu']]], + ['setsinglevalued_14929',['setSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ace9da28b2b2d5ddcc0ac50ed1efc84a1',1,'amrex::EBCellFlag']]], + ['setskippltlines_14930',['SetSkipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae3bed0818b249c54dd2b51368264dd72',1,'amrex::AmrData']]], + ['setsmall_14931',['setSmall',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'amrex::BoxND::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'amrex::BoxND::setSmall(int dir, int sm_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa1f8df1b617d5efdd4980f854a7152fd',1,'BoxND< AMREX_SPACEDIM >::setSmall(const IntVectND< dim > &sm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae39093702f35bfa9b3f7179e9a37f54f',1,'BoxND< AMREX_SPACEDIM >::setSmall(int dir, int sm_index) noexcept']]], + ['setsmallplotvariables_14932',['setSmallPlotVariables',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#adf299b915ff9411e6684762c72da84bc',1,'amrex::AmrLevel']]], + ['setsmoothnumsweeps_14933',['setSmoothNumSweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#acf2ee340ce60a3e241d9d06e4d14db59',1,'amrex::MLNodeLinOp']]], + ['setsolver_14934',['setSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e6d43c5befb02185a364de58415471b',1,'amrex::MLCGSolverT']]], + ['setsparsefpp_14935',['SetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4502510b5b15f7e87226e43367e1923a',1,'amrex::NFilesIter']]], + ['setstarttime_14936',['setStartTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6f9ae291b9b51ed55c83ff49e418fc49',1,'amrex::Amr']]], + ['setstaticboundarywidth_14937',['SetStaticBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a45d9b6c2a9fff2fce88fccc4deed8b62',1,'amrex::AmrData']]], + ['setstream_14938',['setStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a02723429d759214d88aab6044423995e',1,'amrex::Gpu::Device']]], + ['setstreamindex_14939',['setStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a32697ec1849354e2ed52dbdb67e4cc55',1,'amrex::Gpu::Device']]], + ['setsuperparticle_14940',['setSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'amrex::ParticleTileData::setSuperParticle(const SuperParticleType &sp, int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a0af54ea0c3714956400e422787104bb4',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::setSuperParticle()']]], + ['setsyncresidualcrse_14941',['setSyncResidualCrse',['../classHydro_1_1NodalProjector.html#aa4c60977d0d8d2c28545871cddb5d19e',1,'Hydro::NodalProjector']]], + ['setsyncresidualfine_14942',['setSyncResidualFine',['../classHydro_1_1NodalProjector.html#a305714866f853d54f6b3492226e692ad',1,'Hydro::NodalProjector']]], + ['settag_14943',['SetTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a09865d39fb552bb0fa800934f1b1fa6d',1,'amrex::MFInfo::SetTag(T &&t, Ts &&... ts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#af21be827e6eb2fd48530caecff10482a',1,'amrex::MFInfo::SetTag(const std::string &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#addb772907b0ba233d79468968d823b80',1,'amrex::MFInfo::SetTag(const char *t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a810a0fb9b39d3a0d313f44d2b4d09ef2',1,'amrex::MFInfo::SetTag() noexcept']]], + ['setthrowexception_14944',['setThrowException',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a891052eaf3fafd326e6509c4bb1996bf',1,'amrex::MLMGT']]], + ['settimelevel_14945',['setTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a8e6217ecac0e2a8d99ce273835b20e91',1,'amrex::StateData::setTimeLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5b311a4d4139cce9025d1c41d28586b1',1,'amrex::AmrLevel::setTimeLevel()']]], + ['settozero_14946',['setToZero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aa7abf628225cd94e5163b1400f549417',1,'amrex::GMRESMLMGT']]], + ['settype_14947',['setType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a57d4f25c01e84b842b1456dee7985600',1,'amrex::EBCellFlagFab::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'amrex::BoxND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9959e30def3eba550b679e8ab41d6b33',1,'BoxND< AMREX_SPACEDIM >::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'amrex::IndexTypeND::setType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a973cecfe9a1095d08f555863339f3a2f',1,'IndexTypeND< AMREX_SPACEDIM >::setType()']]], + ['setumac_14948',['setUMAC',['../classHydro_1_1MacProjector.html#ae011104055a3d9ba560bf411c33b60df',1,'Hydro::MacProjector']]], + ['setup_14949',['setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abb5bbeb49ef28654739d90718147285c',1,'amrex::HypreMLABecLap']]], + ['setup_14950',['Setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a9b691763a32026e16671e3213068f745',1,'amrex::Geometry']]], + ['setupmaps_14951',['setUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a97b4e7ac1dadacb050889cd919123863',1,'amrex::StateDescriptor']]], + ['setupmri_14952',['SetupMRI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adf527e87fa79a752e7173b562eb55bd9',1,'amrex::SundialsIntegrator']]], + ['setuprk_14953',['SetupRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4d5f9d59a1de4f0cb97ae4984a7c6b03',1,'amrex::SundialsIntegrator']]], + ['setusedynamicsetselection_14954',['SetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae5edd64d22f48b760a17f2e1c7369df6',1,'amrex::VisMF']]], + ['setusenewchop_14955',['SetUseNewChop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a54d57857c4dd3aa50841ec74a13d4e4c',1,'amrex::AmrMesh']]], + ['setusepcg_14956',['setUsePCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ab5ad6803cca78078368567c0c4ee1ed0',1,'amrex::MLCurlCurl']]], + ['setusepersistentifstreams_14957',['SetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae3d6b0ee4099108fc70fff4deb69b738',1,'amrex::VisMF']]], + ['setuseprepost_14958',['SetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5bec5781b720b0e352bf4175e53db209',1,'amrex::ParticleContainer_impl::SetUsePrePost()']]], + ['setusesingleread_14959',['SetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6142ed0a2ebee84b7961a5f429a3f4de',1,'amrex::VisMF']]], + ['setusesinglewrite_14960',['SetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a2a642eb132677ff8e2cda24a665def96',1,'amrex::VisMF']]], + ['setusesynchronousreads_14961',['SetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a97d811af2fd976d508e3f0cb4460c0fb',1,'amrex::VisMF']]], + ['setuseunlink_14962',['SetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'amrex::ParticleContainer_impl::SetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a07a6c47cf3f6c0e4eb77bbb5a3651cac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SetUseUnlink()']]], + ['setval_14963',['setVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< IArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< IArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< FArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< FArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< FArrayBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< FArrayBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< FArrayBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< FArrayBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::Mask >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::Mask >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::Mask >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::Mask >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< TagBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae26f96532b61a1b39722a6125552c74c',1,'amrex::setVal(MF &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a218ff989e44a5c9d38b430f9fd2de4cd',1,'amrex::setVal(Array< MF, N > &dst, typename MF::value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a6c6aeca9f57fbbdab3eb907b9b495bd4',1,'amrex::TagBoxArray::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a22eb86768e17886d036bc065094ce343',1,'amrex::MultiCutFab::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'IntVectND< AMREX_SPACEDIM >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b82ed00d8be373e9a5015d74cf04351',1,'amrex::IntVectND::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#affc018df5ca039abaf4ffb0fd51e8619',1,'amrex::FabSetT::setVal(value_type val, int comp, int num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab5e8da6e6afc2500eda235e22a485dda',1,'amrex::FabSetT::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< TagBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< IArrayBox >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< TagBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< TagBox >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< TagBox >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< TagBox >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< TagBox >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< IArrayBox >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< IArrayBox >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< IArrayBox >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< char >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< int >::setVal(int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< int >::setVal(int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< HYPRE_Int >::setVal(HYPRE_Int const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< EBCellFlag >::setVal(EBCellFlag const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< char >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< char >::setVal(char const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< char >::setVal(char const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< AtomicInt >::setVal(AtomicInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'amrex::BaseFab::setVal(T const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'amrex::BaseFab::setVal(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'amrex::BaseFab::setVal(T const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'amrex::BaseFab::setVal(T const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a005714dcfffa4635a7261f525892ac37',1,'amrex::BndryRegisterT::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'amrex::FabArray::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'amrex::FabArray::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'amrex::FabArray::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'amrex::FabArray::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'amrex::FabArray::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'amrex::FabArray::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'amrex::FabArray::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'amrex::FabArray::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::Mask >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< Real >::setVal(Real const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< Real >::setVal(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< Real >::setVal(Real const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< Real >::setVal(Real const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< Real >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a898fc7d64ff6e5e26fb612bcbd6a111d',1,'BaseFab< PetscInt >::setVal(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad2b35980de651c0823ee08f5f20f642c',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbfe1bff2de3daad93c1234eae1f0cf3',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, const Box &bx, int N=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab24f1f5f55a90b31121560df9c333fa7',1,'BaseFab< PetscInt >::setVal(PetscInt const &x, const Box &bx, int dcomp, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a450a1a7a50c796a088f93818ce0003cf',1,'BaseFab< int >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< AtomicInt > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::EBCellFlagFab >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::BaseFab< PetscInt > >::setVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::CutFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::CutFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::CutFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2b78f7c0a869eecad1d281d26363cb35',1,'FabArray< amrex::CutFab >::setVal(value_type val, const CommMetaData &thecmd, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37c41983a3c0543717a0391f7e054929',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a32d132563b832c544c1ddd9a930789d1',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2c2a565a4a3a422661b062ee2dd5f937',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int comp, int ncomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b24249a457566178240d93e2379b791',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ebf94d4f789343209c4bf0a4567bb15',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5dc7a3e98d5ebf9e3e7e42c8fe19b2e',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9f979a4eaf8ec5080794e9a45e24cefd',1,'FabArray< amrex::EBCellFlagFab >::setVal(value_type val, const Box &region, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a93e733b725f64c93f7a5fb2edf88086e',1,'FabArray< amrex::CutFab >::setVal(value_type val, int comp, int ncomp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9235d60131ff0d5f81450896420fe691',1,'FabArray< amrex::CutFab >::setVal(value_type val)']]], + ['setvalif_14964',['setValIf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'amrex::BaseFab::setValIf(T const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'amrex::BaseFab::setValIf(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< AtomicInt >::setValIf(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< char >::setValIf(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< char >::setValIf(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< EBCellFlag >::setValIf(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< EBCellFlag >::setValIf(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< HYPRE_Int >::setValIf(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< int >::setValIf(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< int >::setValIf(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< PetscInt >::setValIf(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5373ee74f195b1f31ffc9b37502bcdb4',1,'BaseFab< Real >::setValIf(Real const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a49749f076cd8c9e2bed72a9d7ac1041f',1,'BaseFab< Real >::setValIf(Real const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept']]], + ['setvalifnot_14965',['setValIfNot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'amrex::BaseFab::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< Real >::setValIfNot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'amrex::BaseFab::setValIfNot(T const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'amrex::BaseFab::setValIfNot(T const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< AtomicInt >::setValIfNot(AtomicInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< char >::setValIfNot(char const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< char >::setValIfNot(char const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< char >::setValIfNot(char const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< EBCellFlag >::setValIfNot(EBCellFlag const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< HYPRE_Int >::setValIfNot(HYPRE_Int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< int >::setValIfNot(int const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< int >::setValIfNot(int const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< int >::setValIfNot(int const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, const BaseFab< int > &mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac78f21924ff160a279d17ae73351c05b',1,'BaseFab< PetscInt >::setValIfNot(PetscInt const &val, Box const &bx, const BaseFab< int > &mask, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb2352671b0792ecd140ea158f3d5ad9',1,'BaseFab< Real >::setValIfNot(Real const &val, const Box &bx, const BaseFab< int > &mask, int nstart, int num) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a573b66fa2db975827a4da4bce09d893e',1,'BaseFab< Real >::setValIfNot(Real const &val, const BaseFab< int > &mask) noexcept']]], + ['setvalue_14966',['setValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#acf8b7ee0ecbe4e7a753b470251c106d0',1,'amrex::BndryDataT']]], + ['setverbose_14967',['setVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'MLLinOpT< Array< MultiFab, 3 > >::setVerbose()'],['../classHydro_1_1MacProjector.html#a0421fceb4701fda980091df297a21183',1,'Hydro::MacProjector::setVerbose()']]], + ['setverbose_14968',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a50ba1e91e9681699bf5c1a32be2814e6',1,'amrex::ParmParse::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2a0f56f8b64e6c0315442033ebd79fac',1,'amrex::ParticleContainerBase::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a998f1813f57b8415140b26966fd0f86c',1,'amrex::VisMF::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac9e1d5f47bb112898e4bf7f56d738f0a',1,'amrex::ForkJoin::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a55836d3122a77f927534e5e1d017342c',1,'BLProfStats::SetVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93023ed252fb2a08657bbdfa7ccc6a87',1,'amrex::AmrData::SetVerbose()']]], + ['setverbose_14969',['setVerbose',['../classHydro_1_1NodalProjector.html#a8a1d865371bafe8385cbfcbbc8b0b91e',1,'Hydro::NodalProjector::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a580b216cdd0cc4085925ba398137c59a',1,'amrex::PETScABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a657ff95ca0e408729e171ef2a3ca2141',1,'amrex::OpenBCSolver::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a583837639457c1be71a4293604fb461d',1,'amrex::MLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a135bc97332faf6e4f7f864b45c2b0b69',1,'amrex::MLLinOpT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a2579b4ef8718da67e5d5e499b4c484c1',1,'amrex::MLCGSolverT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5e66262b6c3958c576c2f3cd6c3a08e3',1,'amrex::HypreMLABecLap::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1aa001ef00cb82f298c761cbf61de2e1',1,'amrex::Hypre::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a51b0cd328dd0bb2bf71ff67d266b673b',1,'amrex::GMRESMLMGT::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'GMRES< MF, GMRESMLMGT< MF > >::setVerbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7366bf0061b5d2feb8bff0f8e10c5dfa',1,'amrex::GMRES::setVerbose()']]], + ['setverbose_14970',['SetVerbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a125dcbb8afa7e676566242972a5b7757',1,'amrex']]], + ['setvfeps_14971',['SetVfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab2473a7e3aa4aaa9e89dfa521add4252',1,'amrex::AmrData']]], + ['setvolume_14972',['SetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a7d18b648e6020f7b18907a2a96c8b4fd',1,'amrex::CoordSys']]], + ['setvolumeweighting_14973',['SetVolumeWeighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aab42331c47167778993cf79cd0689549',1,'amrex::AMRErrorTagInfo']]], + ['setwritebuffersize_14974',['SetWriteBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aae779778e03e99a52811ac1e3460f4d2',1,'amrex::RealDescriptor']]], + ['setwritetolevel_14975',['SetWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aedf7787e5d78a2ec4920bdae6f1033c2',1,'amrex::DataServices']]], + ['setxbcs_14976',['SetXBCs',['../namespaceEBGodunovBC.html#a95fe61ec1acf2cf81ce6b99cceac75e3',1,'EBGodunovBC::SetXBCs()'],['../namespacePPM.html#a90c9fcca9c5e4a4098dcccf9aaead891',1,'PPM::SetXBCs()']]], + ['setxhi_14977',['setXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a3fed54140796e26ad90fc8d151beb855',1,'amrex::EB2::Neighbor']]], + ['setxlo_14978',['setXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aa07825ca5ad98d94fa9bfb9879bb8383',1,'amrex::EB2::Neighbor']]], + ['setybcs_14979',['SetYBCs',['../namespacePPM.html#abf337b316b14038fe9d5eace8e23b1be',1,'PPM::SetYBCs()'],['../namespaceEBGodunovBC.html#a0e325c26f3ab1fe5a4b6d8ccc67280a5',1,'EBGodunovBC::SetYBCs()']]], + ['setyhi_14980',['setYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a212ed5915d00323dcbcaeb9c017cf79f',1,'amrex::EB2::Neighbor']]], + ['setylo_14981',['setYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab5689b17794d98940e22c2dc1c856f72',1,'amrex::EB2::Neighbor']]], + ['setzhi_14982',['setZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a89b6f98e17fc1ab18e714227d70a16c6',1,'amrex::EB2::Neighbor']]], + ['setzlo_14983',['setZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ab33258566bae2c23b99ff91a3ac9519c',1,'amrex::EB2::Neighbor']]], + ['sfc_5fthreshold_14984',['SFC_Threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a63653fe42e3932487e1f5ae3665d8c2e',1,'amrex::DistributionMapping::SFC_Threshold(int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2da18b37a31f8c679aa06df2e0f5d697',1,'amrex::DistributionMapping::SFC_Threshold()']]], + ['sfcprocessormap_14985',['SFCProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abbce89f9e0c8bfb34b02b516b75a3482',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3abd803a3f6d55816621735d7a7c1ed6',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, const std::vector< Long > &wgts, int nprocs, Real &efficiency, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1960a437a27e870cd41e9e837c196a57',1,'amrex::DistributionMapping::SFCProcessorMap(const BoxArray &boxes, int nprocs)']]], + ['sfcprocessormapdoit_14986',['SFCProcessorMapDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13273515e111009ee6d6ade3e0581c30',1,'amrex::DistributionMapping']]], + ['sharedmemory_14987',['SharedMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'amrex::FabArray::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::BaseFab< PetscInt > >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::CutFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::EBCellFlagFab >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< amrex::Mask >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< FArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< IArrayBox >::SharedMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a551575e2734ddbb455ce7d7ebd53cd9f',1,'FabArray< TagBox >::SharedMemory()']]], + ['sharedmemperblock_14988',['sharedMemPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a919512587c63820d178daacc381ccde1',1,'amrex::Gpu::Device']]], + ['shift_14989',['shift',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< EBCellFlag >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< PetscInt >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< Real >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< Real >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abbb552183613f3c0861fb4e6755d942e',1,'amrex::BoxArray::shift(int dir, int nzones)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a2ae1e7b4aa2c6c0f78d777bbb6b9f290',1,'amrex::BoxArray::shift(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxDomain::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a724c4380dbcdc0d514cf18d029a49f92',1,'amrex::BoxList::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'amrex::BoxND::shift(int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'amrex::BoxND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< HYPRE_Int >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< HYPRE_Int >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< EBCellFlag >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< PetscInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< char >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< char >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'BaseFab< AtomicInt >::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'BaseFab< AtomicInt >::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad481d6452a0776bb7128d752a2486d1b',1,'BoxND< AMREX_SPACEDIM >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb4be22defeee8d81bebe2729a83826a',1,'amrex::shift(const BoxND< dim > &b, const IntVectND< dim > &nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0965954841613a669702c6c2aa42c66f',1,'amrex::shift(const BoxND< dim > &b, int dir, int nzones) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a92cb12158a09c20c51ef9347c11d31e4',1,'amrex::BaseFab::shift(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad511764daeaedb9d3de8afc17ca7140c',1,'amrex::BaseFab::shift(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'IntVectND< AMREX_SPACEDIM >::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'IntVectND< AMREX_SPACEDIM >::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8ace97b3ce239e188e19e56b506e024b',1,'amrex::IntVectND::shift(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6da39348b9e8d8a14a58bec24cb5e1fb',1,'amrex::IntVectND::shift(int coord, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< TagBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< IArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< FArrayBox >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::Mask >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::EBCellFlagFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::CutFab >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'FabArray< amrex::BaseFab< AtomicInt > >::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1c267db3c144871fd12170f3c81d6562',1,'amrex::FabArray::shift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a35ad93e71d6072bec8d9d33892511a',1,'BoxND< AMREX_SPACEDIM >::shift()']]], + ['shifthalf_14990',['shiftHalf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< Real >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxDomain::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'amrex::BaseFab::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'amrex::BaseFab::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< AtomicInt >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< AtomicInt >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< char >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< char >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< EBCellFlag >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< EBCellFlag >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< HYPRE_Int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< HYPRE_Int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< int >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< int >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< PetscInt >::shiftHalf(int dir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9ceff0f63f7f998ae97b1b6f8a7e3646',1,'BaseFab< PetscInt >::shiftHalf(const IntVect &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acbd52c543782ab54cde88fa60852f563',1,'BaseFab< Real >::shiftHalf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'BoxND< AMREX_SPACEDIM >::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'BoxND< AMREX_SPACEDIM >::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98d51e03bab4fb60543b6799b160cc1b',1,'amrex::BoxND::shiftHalf(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2c7beffbdccef5a4cdc19d6bc4287933',1,'amrex::BoxND::shiftHalf(int dir, int num_halfs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxList::shiftHalf(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abf9737ea9ecdf7a57adbe55f6215219f',1,'amrex::BoxList::shiftHalf(int dir, int num_halfs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a094d0a9c81730b5f3cade719d4b0b30d',1,'amrex::BoxDomain::shiftHalf()']]], + ['shiftintvect_14991',['shiftIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a3a1f48c918140f80aac690cc10d20cdb',1,'amrex::Periodicity']]], + ['shmem_14992',['ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aec97898947982708e087ae84c0efc3d0',1,'amrex::FabArray::ShMem::ShMem(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a2f41c14e40bc2a252cde7b96a797e6c2',1,'amrex::FabArray::ShMem::ShMem(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a331615980ef894be2c619a757c5a8637',1,'amrex::FabArray::ShMem::ShMem() noexcept=default']]], + ['shortside_14993',['shortside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'amrex::BoxND::shortside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'BoxND< AMREX_SPACEDIM >::shortside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a282f2fcab95cf4712028d18879750b1b',1,'BoxND< AMREX_SPACEDIM >::shortside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a33ac9526578098ef82fa22be71df97d4',1,'amrex::BoxND::shortside() const noexcept']]], + ['shrink_14994',['shrink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'amrex::BoxND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a501147796c8e876353f01b5fd6b6feb7',1,'BoxND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'amrex::IndexTypeND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a70701ddcfcce504862d87258329effdd',1,'IndexTypeND< AMREX_SPACEDIM >::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'amrex::IntVectND::shrink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a16efedd99e0e7955ea22de1aaaca9bdc',1,'IntVectND< AMREX_SPACEDIM >::shrink()']]], + ['shrink_5fin_5fplace_14995',['shrink_in_place',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a1fec80ed73e43de305a5e232e0b551a6',1,'amrex::Arena::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'amrex::ArenaAllocatorBase::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#ad5f2db0d8d58e0591dae17ff0c3672c3',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac4854f7e5c0443cfadeb4a652286a18f',1,'amrex::detail::shrink_in_place()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a39b6596c9fb986503f9e782ff67ecd40',1,'amrex::CArena::shrink_in_place()']]], + ['shrink_5fto_5ffit_14996',['shrink_to_fit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< index_type >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int *, DefaultAllocator< const int * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< const int * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< char >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::XDim3 >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::STLtools::Triangle >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::openbc::MomTag >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::NeighborCode >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::BoxND >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'amrex::PODVector::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7ff65a82757f35dd00d2ce7435be5a71',1,'amrex::ParticleTile::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal * >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< std::size_t >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< unsigned int >::shrink_to_fit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3cff4b6aa7fd45c59b2225de7f72f979',1,'PODVector< int *, DefaultAllocator< int * > >::shrink_to_fit()']]], + ['shrinktofit_14997',['ShrinkToFit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'amrex::ParticleContainer_impl::ShrinkToFit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac4b4b15b3d70602a9bd124bda2a395cc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ShrinkToFit()']]], + ['shuffle_5fdown_14998',['shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a70672ccc3c84750b04061d9750d7d6bd',1,'amrex::Gpu::detail']]], + ['side_14999',['side',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a079589b947e48000160801106e65d2fe',1,'amrex::algoim::PsiCode']]], + ['side_5fop_15000',['side_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a2220cd5ad225611142968a7e52fce6b8',1,'amrex::tri_geom_ops']]], + ['side_5fop3_15001',['side_op3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#aae5e185d12b364ca4a81628b175432bb',1,'amrex::tri_geom_ops']]], + ['sign_15002',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a47d12f0c6eef6f8e1f3f3d205d37c958',1,'amrex::algoim::PsiCode']]], + ['simpleremoveoverlap_15003',['SimpleRemoveOverlap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ebc8341ffa9cc6f20e707bfb36ce253',1,'amrex']]], + ['simplified_15004',['simplified',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b3404ba7ad7bd57ae030a505619e205',1,'amrex::BoxArray']]], + ['simplified_5flist_15005',['simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a49e30b75672ca760ce5b4ece3114f08f',1,'amrex::BoxArray']]], + ['simplify_15006',['simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxDomain::simplify()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a827d337283d6b99be9feff0887409674',1,'amrex::BoxList::simplify(bool best=false)']]], + ['simplify_5fdoit_15007',['simplify_doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aaf1b93b74700437fde78c1cecfba7283',1,'amrex::BoxList']]], + ['sincos_15008',['sincos',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a42f31885c8f93e816a142d0685715ad6',1,'amrex::Math::detail::sincos()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a132a1933870ca2c349d598c1a634dd30',1,'amrex::Math::sincos(float x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ac235809e73ad52f2d6b8c7cf324e9a27',1,'amrex::Math::sincos(double x)']]], + ['sincosf_15009',['sincosf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html#a6040b705f14e2498baef550a8196fe39',1,'amrex::Math::detail']]], + ['sincospi_15010',['sincospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#af9868b2887bd7c4758a04d4603d10a5a',1,'amrex::Math::sincospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#aecf367b723c8148d80df1abf95f5dfb5',1,'amrex::Math::sincospi(float x)']]], + ['single_5flevel_5fredistribute_15011',['single_level_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03abd966dfb25986b3cf03c84f0027a1',1,'amrex']]], + ['single_5flevel_5fweighted_5fredistribute_15012',['single_level_weighted_redistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3e0c2d6c6d25bd6068cc3347d94d89c',1,'amrex']]], + ['single_5fproduct_15013',['single_product',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad1bedfbf5b00ed85060a201b5e19ffb',1,'amrex']]], + ['single_5fseg_5fcpdist_15014',['single_seg_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a8a22b07e6b5fd6ac52f1a09463038c13',1,'amrex::LineDistFcnElement2d']]], + ['single_5fspline_5fcpdist_15015',['single_spline_cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3722851ada457f53ade7e28e84acfe79',1,'amrex::SplineDistFcnElement2d']]], + ['single_5ftask_15016',['single_task',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa785b3b07c24c864604e8de72a0bb919',1,'amrex::single_task(L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806c4106b25aa520cedc66fcbb10fff7',1,'amrex::single_task(gpuStream_t stream, L const &f) noexcept']]], + ['singlechunkarena_15017',['SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2e3657b0ceda0efbd0b6457aec18480b',1,'amrex::detail::SingleChunkArena::SingleChunkArena(Arena *a_arena, std::size_t a_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5d44b33a34400e117bf1fb885c295f41',1,'amrex::detail::SingleChunkArena::SingleChunkArena()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a9429dc85f6e1b449f8e4b8daa984129e',1,'amrex::detail::SingleChunkArena::SingleChunkArena(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acbc5848d9c62c383f3e5019dfb905435',1,'amrex::detail::SingleChunkArena::SingleChunkArena(SingleChunkArena &&rhs)=delete']]], + ['singlechunkptr_15018',['singleChunkPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::Mask >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::Mask >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::EBCellFlagFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::CutFab >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::CutFab >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'amrex::FabArray::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'amrex::FabArray::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< FArrayBox >::singleChunkPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< IArrayBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< IArrayBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< TagBox >::singleChunkPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5641f9e3a5b649c9bd89f57c1c2f8597',1,'FabArray< TagBox >::singleChunkPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a223a9902c0f816a42304e047e86b8928',1,'FabArray< FArrayBox >::singleChunkPtr()']]], + ['singlechunksize_15019',['singleChunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< TagBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< IArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< FArrayBox >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::Mask >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::EBCellFlagFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::CutFab >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< PetscInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'FabArray< amrex::BaseFab< AtomicInt > >::singleChunkSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aaab9b29e3c145dfb90616774d6954afa',1,'amrex::FabArray::singleChunkSize()']]], + ['singleleveltoblueprint_15020',['SingleLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede6d4189f1d218b26880a44405df55e',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aecc3c40b87ae2ae19e6aac69ff910cf8',1,'amrex::SingleLevelToBlueprint(const MultiFab &mf, const Vector< std::string > &varnames, const Geometry &geom, Real time_value, int level_step, conduit::Node &bp_mesh)']]], + ['singlestreamregion_15021',['SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a1f4b981603f787eaf5882d2a74d73bf8',1,'amrex::Gpu::SingleStreamRegion']]], + ['singletypemultiplier_15022',['SingleTypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab5675d735314e418d7eb80a17ef3f135',1,'amrex::detail::SingleTypeMultiplier(T)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af01333ae8cd22a78600a759f8cc32089',1,'amrex::detail::SingleTypeMultiplier(const T(&)[N])']]], + ['singletypemultiplier_5fimpl_15023',['SingleTypeMultiplier_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad867a3bb23fa15988044c68bf1266b7c',1,'amrex::detail']]], + ['sinpi_15024',['sinpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a0568425c35018cd1be09a3b08a245585',1,'amrex::Math::sinpi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#a209b6bc6888f6b26a5337094aa3b5900',1,'amrex::Math::sinpi(float x)']]], + ['size_15025',['size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MF >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Request >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MPI_Status >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< ParticleLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RegionsProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< RT >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Setbuf_Char_Type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::ifstream * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::list< BLProfStats::TimeRange > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< int, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::VisMF::FabOnDisk >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::WeightedBox >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::YAFluxRegisterT< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Array< Real, AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< BLProfStats::BLPDataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Long >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< char const * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::BarrierEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::DataBlock >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::NameTagEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< CommProfStats::ReductionEntry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< double >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< gpuStream_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< V >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::VisMF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< std::fstream > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< T > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< Vertex >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#aee7d2fdc93ce371ec5059e473dc4a546',1,'amrex::VectorTag::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4d78a01bd23f19f9a1e0289490d79cfc',1,'amrex::VisMF::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac0043f7a0977743d03b2848e34f36df4',1,'amrex::WeightedBoxList::size()']]], + ['size_15026',['Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a451ff25eda72f0f12b5f403fe0d3c071',1,'amrex::InSituUtils::StateMap']]], + ['size_15027',['size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#af4a6afcca3d71815aa1bc2ea67f622d1',1,'amrex::Gpu::range_detail::size(BoxND< dim > const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html#a57949ca6008ad4fe7edb4e00741b1906',1,'amrex::Gpu::range_detail::size(T const &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, ParticleTile > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< std::string, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< int, int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::pair< void *, amrex::Arena * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::string >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::map< PairIndex, IntVector > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a132f07148e07fdae3f891ab726e467fb',1,'amrex::BndryRegisterT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac492bfeacfc03ff2dcb5375e5422d417',1,'amrex::BoxArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#ae5dbe221521d32d612f7f27c8f08fa57',1,'amrex::BoxCommHelper::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxDomain::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac4030d4780cc8ca926857c82819c1c42',1,'amrex::BoxList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'amrex::BoxND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#accf3542e2ec3e8e80ea8173773987518',1,'BoxND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aca5acc3051c0c94e3668e5e5b5f17c17',1,'amrex::Gpu::Buffer::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ac8950252d5f3400022f97669a5ae9f66',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a7e8276dde25976588d90281777c5a96c',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< unsigned int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< std::size_t >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int *, DefaultAllocator< int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< index_type >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const ParticleReal * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a42bc947424343bc3814de983a6218d26',1,'amrex::AMReX::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'amrex::Array1D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adde36e9756eb2859617a63cc2513b08b',1,'Array1D< int, 0, N-1 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::vector< bool > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'amrex::Array2D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ac3b0f0863090dfd120326dccff60fb81',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4a46d0e6678b986c89dc8bfa94a3a849',1,'amrex::Array3D::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'amrex::Array4::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< int const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< Real const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int *, DefaultAllocator< const int * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a80b7a0c3a54daeee59f711fc97011a83',1,'Array4< T0 const >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#af332a589a51f1028800331fe10fc9985',1,'amrex::ArrayOfStructs::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'amrex::BaseFab::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< AtomicInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< EBCellFlag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< HYPRE_Int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< int >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aba615c949d4831e48be7fbb76605df0a',1,'BaseFab< PetscInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< bool, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< ParticleReal *, NAR >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 4 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int, 2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< int *, NAI >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const ParticleReal *, NArrayReal >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< const int *, NArrayInt >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real, nelems >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::EB2::PolyTerm, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< amrex::algoim::Interval, N >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'amrex::GpuArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#add0c4c063317604e14f8e37a5111afcd',1,'amrex::FatPtr::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ac701dad264a80003de6f61480b98a869',1,'amrex::FabSetT::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713a78056e395c21e855dcc1ed56525c',1,'amrex::FabArrayBase::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a147954f74bf8c13090b0f243209c3c5f',1,'amrex::ErrorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0eebc2b29efd96d23accd706ab5f6930',1,'amrex::DistributionMapping::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a9facef73a0d5a831733696abfa55f1f8',1,'amrex::DescriptorList::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4cb40d2d0fafeeb40b606421015705fa',1,'amrex::ParticleTile::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< const int * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< char >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::XDim3 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::STLtools::Triangle >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::openbc::MomTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::NeighborCode >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1cdc3c767875be38aa4e622280597347',1,'amrex::PODVector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a26aa497b3f57ab5b180a655e74ed34cd',1,'amrex::ParticleArrayAccessor::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a164daf80e9951556f38dc0887e804c78',1,'amrex::ParticleArray::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a736fe7c725b517fece9136f39e983765',1,'amrex::CArena::Node::size(std::size_t sz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a1bc2b9b503ccabb172ffe16f554519cf',1,'amrex::CArena::Node::size() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'IntVectND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a065bedaf86751d1e4fac080f3067b794',1,'amrex::IntVectND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'IndexTypeND< AMREX_SPACEDIM >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a22e6f51f97c3f98f7683d324e7a0a5ed',1,'amrex::IndexTypeND::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa263203c4d632942992a81436d22d658',1,'amrex::EB2::IndexSpace::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a71da73232cffece1f954c0b866deaf9f',1,'GpuArray< Real,(M+2) *(M+1)/2 >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::ChkptFileLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::InterpBase * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IndexTypeND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::iMultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Geometry >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::MFFork >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ForkJoin::ComponentSet >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::STLLevel >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::PolyTerm >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::GShopLevel< G > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::EB2::Edge >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::IntVectND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DistributionMapping >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::distFcnElement2d * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::DataServices * >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxND >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxList >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BoxArray >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::RStartStop >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CommStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BLProfiler::CallStats >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::BCRec >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Real >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::MultiFab * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::iMultiFab > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Geometry > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::FabArrayId > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BoxArray > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::StateData >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'amrex::Vector::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< std::size_t > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::PODVector< amrex::IntVectND > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::ParticleLocator< Bins > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiMask >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::MultiFab >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::LayoutData< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< FAB * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< int > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::VisMF * > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< double > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TypeList.html#ab723e0e41b232e91ac3dce7ca165d39a',1,'amrex::TypeList::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< HYPRE_Int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< int > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Long > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< MF > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< RT > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Real > >::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a95cfb01202068efe699062fad7263bb6',1,'amrex::TableData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ae0e85fbd1e4fa4bb5a42340a9f43f725',1,'amrex::StructOfArrays::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a7c88084606d1acdaf21b6e891625d0cc',1,'amrex::Stack::size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a58c24fe05cc91d42ebe7151c398f0c58',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::size()']]], + ['sizeof_15028',['sizeOf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1aefcfca2b595c0f7ddac3e351f6e8a3',1,'amrex::CArena']]], + ['skip_15029',['skip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a8c38610bff2b38e353308da6808d4330',1,'amrex::FABio_ascii::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3209c1c8fd600cbd8cd62912efa69d89',1,'amrex::FABio::skip(std::istream &is, FArrayBox &f) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a58b0e6f163ed56a2d5af572f78728b50',1,'amrex::FABio::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9aa87ef9c47577970c43ec2bff26dbd9',1,'amrex::FABio_8bit::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7810f531669abb911e28867a2fba1f40',1,'amrex::FABio_8bit::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a345ade910a7cac5997ce223212d812fd',1,'amrex::FABio_ascii::skip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ae6ab7789b241f47be47b36df4a7289ee',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ac15404e86dd5cc0c0f3092192cbd9567',1,'amrex::FABio_binary::skip(std::istream &is, FArrayBox &f, int nCompToSkip) const override']]], + ['skipfab_15030',['skipFAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a30357415a1823591985d8a6434d296c1',1,'amrex::FArrayBox::skipFAB(std::istream &is, int &num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aadcc71b9080373f0846157aa5955c78c',1,'amrex::FArrayBox::skipFAB(std::istream &is)']]], + ['sleep_15031',['Sleep',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0cfc6441bbe3f6e424e8a3fdd99bfe8',1,'amrex']]], + ['sm_5fsp_15032',['sm_sp',['../structPPM_1_1nolimiter.html#a0f3b4bc3afb82f8101312621c720a69d',1,'PPM::nolimiter::sm_sp()'],['../structPPM_1_1vanleer.html#a89fa76480e9a228cbf70392c0928fc13',1,'PPM::vanleer::sm_sp()'],['../structPPM_1_1wenoz.html#a38f38bef80528ac68cb3b4d473b121c2',1,'PPM::wenoz::sm_sp()'],['../structPPM_1_1weno__js.html#aa619be5ba9bcb11d5d818ca318f9c699',1,'PPM::weno_js::sm_sp()'],['../structPPM_1_1upwind.html#a61979ff1b7f9201fe76c31a611a7038c',1,'PPM::upwind::sm_sp()'],['../structPPM_1_1minmod.html#a466ee26d939e9da6d8c6a9d54d29da89',1,'PPM::minmod::sm_sp()']]], + ['smallend_15033',['smallEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'amrex::BaseFab::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'BoxND< AMREX_SPACEDIM >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< char >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< EBCellFlag >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< HYPRE_Int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< int >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< PetscInt >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< Real >::smallEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'amrex::BoxND::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'amrex::BoxND::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a857d0875f39ab735ab2b625569854d77',1,'amrex::BoxND::smallEnd(int dir) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a15f722c5b9695444feacd94f34ad1fa5',1,'BoxND< AMREX_SPACEDIM >::smallEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a167d58943329d551b501194d8ffb830b',1,'BoxND< AMREX_SPACEDIM >::smallEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab265b95d14a167ea57faaf998d39f113',1,'BaseFab< AtomicInt >::smallEnd()']]], + ['smallplotint_15034',['smallplotInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2c5ce27afbaf7d1a9e5938e547862527',1,'amrex::Amr']]], + ['smallplotlogper_15035',['smallplotLogPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae93d8da97d0a049f5da23bea33ed2fe1',1,'amrex::Amr']]], + ['smallplotper_15036',['smallplotPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a004dd1aadb752b3913f83f1d4bd825a3',1,'amrex::Amr']]], + ['smooth_15037',['smooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a04486888c630dc3e4a5258a0e174345c',1,'amrex::MLCellLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a11d08332baaab14e6c7cd45597aef245',1,'amrex::MLCurlCurl::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'amrex::MLLinOpT::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a03189718c2f8cd40c34158bb4ddf6120',1,'MLLinOpT< Array< MultiFab, 3 > >::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f77ffd080d73ac9346cc408ee7a6d8',1,'amrex::MLNodeLinOp::smooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af9e5daf778c4816d30ce447baf3387b0',1,'amrex::MLNodeTensorLaplacian::smooth()']]], + ['smooth4_15038',['smooth4',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b8448ec4cebb216a725c03e0bb37bee',1,'amrex::MLCurlCurl']]], + ['soaparticle_15039',['SoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a9f2f2ef9d3e2c7e2299b1d49efdf1355',1,'amrex::SoAParticle']]], + ['solutionresidual_15040',['solutionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'MLLinOpT< Array< MultiFab, 3 > >::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad6684ea6b055170aad353ee9a4dcc316',1,'amrex::MLCellLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a68c7fc765c4f93349326b9a7cd3d038e',1,'amrex::MLCurlCurl::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4c4d498e615acd98b90da20eaee2a529',1,'amrex::MLLinOpT::solutionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a9577a87ff76e6c9406e3cbe716d26746',1,'amrex::MLNodeLinOp::solutionResidual()']]], + ['solve_15041',['solve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afa3e2aa5b90524633ea96626119fe9ab',1,'amrex::MLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'GMRES< MF, GMRESMLMGT< MF > >::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a12b1b279c8233ed99af1f9765a46d502',1,'amrex::GMRESMLMGT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#accd025c6669f7d68aa001f5c4d1582ad',1,'amrex::Hypre::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a95644483c25527e50d0431547e0fe666',1,'amrex::HypreABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a5d2e1e80ccc5910d5b18be89b43ac98c',1,'amrex::HypreABecLap2::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8aab0e1b05eed8423e2b70979ff703d8',1,'amrex::HypreABecLap3::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae48880d1c8d1b08f9eeec413c152478a',1,'amrex::HypreIJIface::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a25842c55bb17593f8f71cacd5d79b5a9',1,'amrex::HypreMLABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8ab7840824ff1afad30c2adc35584bd3',1,'amrex::HypreNodeLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a9f1959fa7ca34e1168671353176ee630',1,'amrex::HypreSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#aad8e08ec70f7e680e43b8fa108a08e39',1,'amrex::MLCGSolverT::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa1b2f0a4a7b72759d11799a3a9d49390',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acbdb042ef433f3067ffd57ec67f64612',1,'amrex::MLMGT::solve(std::initializer_list< AMF * > a_sol, std::initializer_list< AMF const * > a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6736230495796a2feeaa3aae95dd7abb',1,'amrex::MLMGT::solve(const Vector< AMF * > &a_sol, const Vector< AMF const * > &a_rhs, RT a_tol_rel, RT a_tol_abs, const char *checkpoint_file) -> RT'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a687b35c6ab5b576840ab03ae61a898ab',1,'amrex::OpenBCSolver::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3dfb08dc31961b6f255925c4879a382d',1,'amrex::PETScABecLap::solve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0eea5870312b5aead3f187cee44cda18',1,'amrex::GMRES::solve()']]], + ['solve_5fbicgstab_15042',['solve_bicgstab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7e4df044793281aa42b1943cb720e3c0',1,'amrex::MLCGSolverT']]], + ['solve_5fcg_15043',['solve_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a56708cd7b832c09b21bb39fb35d61c5c',1,'amrex::MLCGSolverT']]], + ['solve_5fthomas_15044',['solve_thomas',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a98a4a395aa34dc355b76fdd5ad85c6fd',1,'amrex::distFcnElement2d']]], + ['sort_15045',['Sort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a65d02277c7532c3befd7d24aeda66a0d',1,'amrex::DistributionMapping']]], + ['sortparticlesbybin_15046',['SortParticlesByBin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'amrex::ParticleContainer_impl::SortParticlesByBin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad33e212c73081eddcd2f64b9e4782498',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByBin()']]], + ['sortparticlesbycell_15047',['SortParticlesByCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'amrex::ParticleContainer_impl::SortParticlesByCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad9ef13f1ef2d43da5bdbaf5be7192df1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesByCell()']]], + ['sortparticlesfordeposition_15048',['SortParticlesForDeposition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'amrex::ParticleContainer_impl::SortParticlesForDeposition()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aefe4f57eb0d8c9fac0e3e88c24b40e90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SortParticlesForDeposition()']]], + ['spacedim_15049',['spaceDim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a98409ca4924677464a16e11b2eeb7928',1,'amrex::PlotFileDataImpl::spaceDim()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aa391b223b190969e506f7a1ca3995544',1,'amrex::PlotFileData::spaceDim()']]], + ['sparsebiniteratorfactory_15050',['SparseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a1bba7f1d49bf6b695d5a3bb7986a371a',1,'amrex::SparseBinIteratorFactory']]], + ['sphereif_15051',['SphereIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a638528a2c99f2f26bd56c03a9b8fec21',1,'amrex::EB2::SphereIF']]], + ['splinedistfcnelement2d_15052',['SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0fcf2acf8322d4abeb0a469639510f1c',1,'amrex::SplineDistFcnElement2d']]], + ['split_15053',['split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae905d147b84a78af7a2ccf7620bdf9b1',1,'amrex']]], + ['split_5fboxes_15054',['split_boxes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html#a5e2828c1791468964c1eee471e874eaa',1,'amrex::NonLocalBC::detail']]], + ['split_5ftasks_15055',['split_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af28d2dad955c8aeeb067472559794d86',1,'amrex::ForkJoin']]], + ['sqrt_15056',['sqrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe1175c09892da177b5f5ecaf36936ab',1,'amrex']]], + ['srccomp_15057',['SrcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#a82862a75a1e13a197c26cb74c9aa9ff9',1,'amrex::SrcComp']]], + ['stablepartition_15058',['StablePartition',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57310fe9971a6396f436f596efa45226',1,'amrex::StablePartition(T *data, int beg, int end, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4fdc897c184681028ce35c12fead8c5',1,'amrex::StablePartition(T *data, int n, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52a83682c1d3c6b56f1fba2bbaaed439',1,'amrex::StablePartition(Gpu::DeviceVector< T > &v, F &&f)']]], + ['start_15059',['start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a23e13e10e51162268f980aef8a8bda3d',1,'amrex::BLProfiler::start()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aa79d79de0a3a1e592808ea80448e1637',1,'amrex::TinyProfiler::start()']]], + ['startparallel_15060',['StartParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2769c2600233e299c5ef83ecdb5d3706',1,'amrex::ParallelDescriptor']]], + ['startregion_15061',['StartRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abf8db78796b24b46b0483e5b61ed1d84',1,'amrex::TinyProfiler']]], + ['startteams_15062',['StartTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af5ce3cf99985348d87f77ba2c811514f',1,'amrex::ParallelDescriptor']]], + ['starttime_15063',['startTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a70c62cf9a34766ad62c1b2ff4df8b10e',1,'amrex::Amr']]], + ['startx_15064',['StartX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae39870dae1d4a6be96581df74ade1a31',1,'amrex::XYPlotDataList']]], + ['startxi_15065',['StartXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a8bacfc0ada0a500d952e78fd38a317f8',1,'amrex::XYPlotDataListLink']]], + ['stat_15066',['stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a8b8c3ca768ba6333bad5d0fbe023e804',1,'amrex::ParallelDescriptor::Message']]], + ['statedata_15067',['StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae0dbe25ac3e59b6bfb42e24f8fa8cf9c',1,'amrex::StateData::StateData(const Box &p_domain, const BoxArray &grds, const DistributionMapping &dm, const StateDescriptor *d, Real cur_time, Real dt, const FabFactory< FArrayBox > &factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ee2ed55ac82c740d722ffe69da70f41',1,'amrex::StateData::StateData(StateData const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9ed30f9771b7271144f8746cc4644cfe',1,'amrex::StateData::StateData(StateData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a947b62feb1753b7ebe6c604066b1d494',1,'amrex::StateData::StateData()']]], + ['statedataphysbcfunct_15068',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#ad8a15ee0d450436bc276a071e993e529',1,'amrex::StateDataPhysBCFunct']]], + ['statedescriptor_15069',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ad0751c6380b8996cb85c91ff4dc9f7ea',1,'amrex::StateDescriptor::StateDescriptor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a71b48fdb0b98b5fb38c19c20d9fb85bc',1,'amrex::StateDescriptor::StateDescriptor(IndexType btyp, TimeCenter ttyp, int ident, int nextra, int num_comp, InterpBase *interp, bool extrap=false, bool store_in_checkpoint=true)']]], + ['statenumber_15070',['StateNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9123a637a2bcb30632bd253a7f0705eb',1,'amrex::AmrData']]], + ['stateplotvars_15071',['statePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a026e3576e84968fb18a32fc46f1cc21a',1,'amrex::Amr']]], + ['stateredistribute_15072',['StateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ce1202a361f22a3e49b7858677f1a63',1,'amrex']]], + ['statesmallplotvars_15073',['stateSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a241b0a149dd4f2b15a83c5724d4153',1,'amrex::Amr']]], + ['stats_15074',['Stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aa462bcfda5e47f61afb6a7460b9e7371',1,'amrex::TinyProfiler::Stats']]], + ['stepoflastcheckpoint_15075',['stepOfLastCheckPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a846cd945ebbc286b3488690b2105794a',1,'amrex::Amr']]], + ['stepoflastplotfile_15076',['stepOfLastPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a60e9811cfc1390ce271f27a1e6382aba',1,'amrex::Amr']]], + ['stepoflastsmallplotfile_15077',['stepOfLastSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a254fc5d48a5ea09b0036ac3c0261d1ec',1,'amrex::Amr']]], + ['stllevel_15078',['STLLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a70a0b01e9f80fc8d3053c7df91feeaef',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, STLtools const &stl_tools, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1STLLevel.html#a2c8f60e6045903c262446da9d98ffac9',1,'amrex::EB2::STLLevel::STLLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, STLLevel &fineLevel)']]], + ['stop_15079',['stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae2bd1e84672c71dd183ee1eb026da327',1,'amrex::BLProfiler::stop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a84199c5f792b3e60b33f6e7ea0fc5568',1,'amrex::TinyProfiler::stop() noexcept']]], + ['stopregion_15080',['StopRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac96b507c36165550f9a2bf115aedc5fb',1,'amrex::TinyProfiler']]], + ['store_5fin_5fcheckpoint_15081',['store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a66cfbf90a5c1eab91499e5f4d2e080a1',1,'amrex::StateDescriptor']]], + ['storerkcoarsedata_15082',['storeRKCoarseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad059e9960589afeff57d54307acd2dca',1,'amrex::FillPatcher::storeRKCoarseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab3d554a4e9e4b98aae59f88ebba1e288',1,'amrex::AmrLevel::storeRKCoarseData()']]], + ['strategy_15083',['strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac41e6c0536cc22b8c0d71c0450e58df2',1,'amrex::DistributionMapping::strategy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#add9f7493d35af3e2ad724ce9e55322ba',1,'amrex::DistributionMapping::strategy(Strategy how)']]], + ['stream_15084',['Stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4c71f8cab2ada9d8f54d800d0b7abc65',1,'amrex::NFilesIter']]], + ['streamindex_15085',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a049b80f650443158297dbc0fb19c304e',1,'amrex::Gpu::Device']]], + ['streamiter_15086',['StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a64c0f94193da32d65e2fcbf3f22ae362',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ad1e005cac4e3e6d15766802cba5b183a',1,'amrex::Gpu::StreamIter::StreamIter(int n, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#afce690e05e05809c2b1cd96c1c7ad395',1,'amrex::Gpu::StreamIter::StreamIter(int n, const StreamItInfo &info, bool is_thread_safe=true) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a9cf45fbf148f2bfa9d9abfe9951180fd',1,'amrex::Gpu::StreamIter::StreamIter(StreamIter const &)=delete']]], + ['streamitinfo_15087',['StreamItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#a4de687fc827f6b0fd1960b07435be1ba',1,'amrex::Gpu::StreamItInfo']]], + ['streamretry_15088',['StreamRetry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a8ce080cc55c98f052a600ef1f2643781',1,'amrex::StreamRetry::StreamRetry(std::string filename, bool abortonretryfailure, int maxtries)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a68c551c81442d93acf9eb3825a0f1ce7',1,'amrex::StreamRetry::StreamRetry(std::ostream &os, std::string suffix, int maxtries)']]], + ['streamsynchronize_15089',['streamSynchronize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a67a618504ee5fb94bd65a5d393e344b4',1,'amrex::Gpu::streamSynchronize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a67c55a7d25eb5f5fdec62ffcc9c0dccf',1,'amrex::Gpu::Device::streamSynchronize()']]], + ['streamsynchronizeall_15090',['streamSynchronizeAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a78acbb676e94c674fa5ec73508cef459',1,'amrex::Gpu::streamSynchronizeAll()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a95bff02196b80d848b89b92166e704b9',1,'amrex::Gpu::Device::streamSynchronizeAll()']]], + ['strictly_5fcontains_15091',['strictly_contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'BoxND< AMREX_SPACEDIM >::strictly_contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a840815a4475eb805cf0beaae66ab2882',1,'amrex::BoxND::strictly_contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a468750774828bc74d39fd2f65aec47bd',1,'amrex::BoxND::strictly_contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acf0b7663f80b34f96683037920e4bdd8',1,'amrex::BoxND::strictly_contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0b730b524c8770487179156ea6f8d338',1,'amrex::BoxND::strictly_contains(const IntVectND< dim > &p) const noexcept']]], + ['subcycle_15092',['subCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae22e90398efa6b78ca3d1a68e0839a31',1,'amrex::Amr']]], + ['subcyclingmode_15093',['subcyclingMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a32a8083d08d7c253cabc6428890a708e',1,'amrex::Amr']]], + ['submit_15094',['Submit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#aa62257343be0d75867496c765d0d959e',1,'amrex::BackgroundThread::Submit()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad1040f8c8e03807e7557a56891873d8e',1,'amrex::AsyncOut::Submit(std::function< void()> const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aa1f51f051314b9228d4e287292937139',1,'amrex::AsyncOut::Submit(std::function< void()> &&a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a31e717cddbcc5e4079da2d35d11a5c68',1,'amrex::BackgroundThread::Submit()']]], + ['subtract_15095',['Subtract',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54b8b46deca518b441b849bbd1ceda02',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeebec2f58b85bfde5b88b30810cd82d',1,'amrex::Subtract(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a66a3302f803afd696dff628cf4c61e3b',1,'amrex::iMultiFab::Subtract()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5f37af40303a10e8d54e15c1931a5b8e',1,'amrex::MultiFab::Subtract(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4f2c04ea9d0f7a551bc2263b9a63d324',1,'amrex::MultiFab::Subtract(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], + ['sum_15096',['sum',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< Real >::sum()']]], + ['sum_15097',['Sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ae179b14741cc532f08816fceabea24f5',1,'amrex::Reduce::Sum(N n, F const &f, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#afac1250d786b98bab8d8d2cf5c06411e',1,'amrex::Reduce::Sum(N n, T const *v, T init_val=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a83b6af463895bccfbf4ae0606041cd33',1,'amrex::ParallelReduce::Sum(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a84377e96c4ecb57c17fe8e83aea0e04e',1,'amrex::ParallelReduce::Sum(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#abe2f46b96ea5d1752c49cfb8a44b55b9',1,'amrex::ParallelReduce::Sum(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a647e136efea8ad3d3e88887700c5f1af',1,'amrex::ParallelAllReduce::Sum(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a93a9a9427252098f6da83a7116c4219d',1,'amrex::ParallelAllReduce::Sum(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a8f0fba40aa737060c0ac09832c9bf877',1,'amrex::ParallelAllReduce::Sum(T &v, MPI_Comm comm)']]], + ['sum_15098',['sum',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< AtomicInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'amrex::Array1D::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ad937d10f88d93f07604c7c9c2daae3ec',1,'Array1D< int, 0, N-1 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'amrex::Array2D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'amrex::Array2D::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a20209ab4cd8d47141802b24c5a95268a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a85acd12849153eb0faca0f5c22f84d3d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::sum(int axis, int loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ae7c4e83776aa2f4f136bd43d5e7ba4f5',1,'amrex::Array3D::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d2bf97e6c6e441f18ded1e2b04fb9e4',1,'amrex::Array3D::sum(int axis, int loc0, int loc1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'amrex::BaseFab::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'amrex::BaseFab::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'amrex::BaseFab::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< AtomicInt >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< AtomicInt >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< char >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< char >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< char >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< EBCellFlag >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< EBCellFlag >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< EBCellFlag >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< HYPRE_Int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< HYPRE_Int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< HYPRE_Int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< int >::sum(int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< int >::sum(const Box &subbox, int comp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< int >::sum(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0a8a30db2ab622857ba9ba7c64f940cb',1,'BaseFab< PetscInt >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, nelems >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int *, NAI >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, 4 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal *, NAR >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, 3 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real, AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae146eaf863b19ed32754ed09757d53a3',1,'BaseFab< Real >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a2a2a37f4066af411d73b297946a62a34',1,'amrex::iMultiFab::sum(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a441103d0ab07713e21521a7189e193ce',1,'amrex::iMultiFab::sum(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'amrex::IntVectND::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a326d36cbfecf057b06206d45ce77fb88',1,'IntVectND< AMREX_SPACEDIM >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62669a27ec4a577f0bef72dc2a1243aa',1,'amrex::MultiFab::sum(int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a623e2f01e2a7695e835d258d1a8067b7',1,'amrex::MultiFab::sum(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a74051dce8bdf28e977934f2dedf0c993',1,'amrex::RealVect::sum() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::Mask >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const ParticleReal *, NArrayReal >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a768eeb824dfd37e3b53c00d79155b36b',1,'BaseFab< Real >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'amrex::FabArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< AtomicInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::BaseFab< PetscInt > >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::CutFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< amrex::EBCellFlagFab >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< FArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< IArrayBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a025b813208a188552aba514a69a3b480',1,'FabArray< TagBox >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'amrex::GpuArray::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::Interval, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< amrex::EB2::PolyTerm, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< bool, N >::sum()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f2703e3e95a30960c461304af61626e',1,'GpuArray< const int *, NArrayInt >::sum()']]], + ['sum_5ffine_5fto_5fcoarse_15099',['sum_fine_to_coarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab67331acff75bf2840f409750b1ada66',1,'amrex']]], + ['sum_5funique_15100',['sum_unique',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7c6f3136fca76d4f0f827c45420ca7ab',1,'amrex::MultiFab::sum_unique(Box const &region, int comp=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afe7c47dff8cf8e0fb550d0e78c7b5375',1,'amrex::MultiFab::sum_unique(int comp=0, bool local=false, const Periodicity &period=Periodicity::NonPeriodic()) const']]], + ['sumboundary_15101',['SumBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< FArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::Mask >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::Mask >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< IArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< FArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< FArrayBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< IArrayBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< IArrayBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< TagBox >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< TagBox >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< IArrayBox >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::CutFab >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'amrex::FabArray::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'amrex::FabArray::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::CutFab >::SumBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a836ec3561b05f2151a8b299a4bacbec7',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9ed00fc28603314ebf1fb318874b1f64',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3df70423b7ec841f351f1e2b1b9cd8d4',1,'FabArray< amrex::CutFab >::SumBoundary(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8e4f13e3c2e640f401ef8a191feafe91',1,'FabArray< amrex::CutFab >::SumBoundary(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['sumboundary_5ffinish_15102',['SumBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< TagBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'amrex::FabArray::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::CutFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< amrex::Mask >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< FArrayBox >::SumBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa686cf52b54e0b077e30c6a5093304cb',1,'FabArray< IArrayBox >::SumBoundary_finish()']]], + ['sumboundary_5fnowait_15103',['SumBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::Mask >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< FArrayBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::Mask >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::EBCellFlagFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::Mask >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< FArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< FArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< IArrayBox >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< IArrayBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< TagBox >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'amrex::FabArray::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< TagBox >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::CutFab >::SumBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'amrex::FabArray::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< AtomicInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::CutFab >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6ec9ed02407bad1f6399c0a1c1983749',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &src_nghost, IntVect const &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa81e576487f7936bb94111a236308f68',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad6c0ef1b3e74b61dbd4990b79686027a',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a722163b7587e2755a9e7bb885c788571',1,'FabArray< amrex::BaseFab< PetscInt > >::SumBoundary_nowait(int scomp, int ncomp, IntVect const &nghost, const Periodicity &period=Periodicity::NonPeriodic())']]], + ['sumneighbors_15104',['sumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a881b90e85491b4c0a7bb25425cc38641',1,'amrex::NeighborParticleContainer']]], + ['sumneighborsmpi_15105',['sumNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a832b5eccef2ae5ed7bb83a92653b793e',1,'amrex::NeighborParticleContainer']]], + ['sumreg_15106',['SumReg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8eb3103253e2e3aba75f6d67574243f1',1,'amrex::FluxRegister']]], + ['sumtoline_15107',['sumToLine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a882a700cf7fab66ee3ce8de37de3ef73',1,'amrex']]], + ['sundialsintegrator_15108',['SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a073132be2c807a20aaddee85783c35fa',1,'amrex::SundialsIntegrator::SundialsIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#adbc676c515b149ee4b563fa3de3adbf4',1,'amrex::SundialsIntegrator::SundialsIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['superparticlesize_15109',['superParticleSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'amrex::ParticleContainer_impl::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc0e05b69f7bc04b034f32697edd73f3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superParticleSize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa9079143c32a58be84a505fd9d97ffd8',1,'amrex::ParticleCopyPlan::superParticleSize()']]], + ['supportinhomogneumannbc_15110',['supportInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'MLLinOpT< Array< MultiFab, 3 > >::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ac7b687cd9603d112b33b92f2047f663f',1,'amrex::MLCellABecLapT::supportInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae0ca480e28c3c9c318f0e4d5beee0143',1,'amrex::MLLinOpT::supportInhomogNeumannBC()']]], + ['supportnsolve_15111',['supportNSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#abb6062df17c9eec35484fa60924fa5a9',1,'amrex::MLABecLaplacianT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'amrex::MLLinOpT::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa9b2cbde953686aaf94f7f6442a0ea5c',1,'MLLinOpT< Array< MultiFab, 3 > >::supportNSolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9985a165b354d7d4366441c90f89bd4d',1,'amrex::MLPoissonT::supportNSolve()']]], + ['supportrobinbc_15112',['supportRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a4fda1e7c51f0f57be99c0d9a8d94f9f9',1,'amrex::MLABecLaplacianT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a26c05859556a13779ff0efcb84c92f91',1,'amrex::MLEBABecLap::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'amrex::MLLinOpT::supportRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa1fde319e32db3c05ca0f7fd944c111',1,'MLLinOpT< Array< MultiFab, 3 > >::supportRobinBC()']]], + ['surroundingnodes_15113',['surroundingNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1407ab0108776da8d7fe9a05381f5041',1,'amrex::BoxList::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abf9bf4fe5d5ddb8ae3498893bc2253c8',1,'amrex::BoxArray::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3ca0eb36b4308574b2f0dfc1fdd3562',1,'amrex::BoxArray::surroundingNodes(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acececbf6a71ec11bf660a2843192d6ad',1,'amrex::BoxList::surroundingNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'amrex::BoxND::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'amrex::BoxND::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'amrex::BoxND::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a04822e9d1dc61ddf3f0ca24ef7575189',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedce44e4054e2822f934e129b3b19a62',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a364a4a3af42da8b4fea98b071358f813',1,'BoxND< AMREX_SPACEDIM >::surroundingNodes(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85521e2b052342206f89ac0d34d824cc',1,'amrex::surroundingNodes(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa91c6ef5d54b40881fdad1de0f14bbe8',1,'amrex::surroundingNodes(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa26bb268aa9fff902b8ff4511a53a5d0',1,'amrex::surroundingNodes(const BoxND< dim > &b, int dir) noexcept']]], + ['swap_15114',['swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a71b582d94d1c5cd614711ec7b7853192',1,'amrex::algoim::detail']]], + ['swap_15115',['Swap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5311a5775a3f24d73376bdc6268b7a3d',1,'amrex']]], + ['swap_15116',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int *, DefaultAllocator< int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< index_type >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int *, DefaultAllocator< const int * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< const int * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal * >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< char >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::XDim3 >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::STLtools::Triangle >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::openbc::MomTag >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::NeighborCode >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< amrex::BoxND >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'amrex::PODVector::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afa944ad759b866c71398b9d6e8e20cc8',1,'amrex::ArrayOfStructs::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9d63414afae1383f87a0fa6bda4c3cc7',1,'amrex::BoxList::swap()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a86eb1ec5508c3b90a8c473b7fdb74103',1,'amrex::ParticleTile::swap()']]], + ['swap_15117',['Swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac259813cd54d52b5c20cad7c0f24c246',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2e29e28afce0aa520da5cd068cb5e96b',1,'amrex::MultiFab::Swap(MultiFab &dst, MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], + ['swap_15118',['swap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< unsigned int >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< std::size_t >::swap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a20b9cc552a434d343fd01e5c62b39ef2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::swap()']]], + ['swapbytes_15119',['swapBytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac25dfba1079e742467f752e4ee21450f',1,'amrex::swapBytes(std::int16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a591f0270c546f1ece0504803e064d8d3',1,'amrex::swapBytes(std::int32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafe4e1214f81026ac1c1704afef4ad79',1,'amrex::swapBytes(std::int64_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65cae2ff531a4079a272c48094ce223',1,'amrex::swapBytes(std::uint16_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5aa643ac55845309ffb09b6cd6bc6b',1,'amrex::swapBytes(std::uint32_t val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa67c20a40ddd4aeebbbb36e32af4b546',1,'amrex::swapBytes(std::uint64_t val)']]], + ['swapparticle_15120',['swapParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0884436c0e9c45901b834761379595',1,'amrex']]], + ['swaptimelevels_15121',['swapTimeLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac6dd29902982ccf98c08a09c793a49be',1,'amrex::StateData']]], + ['symbols_15122',['symbols',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a26e093287bc4437907d8762fa40bbaaa',1,'amrex::IParser::symbols()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a0dfb30d6386a630f676982f25fb24a06',1,'amrex::Parser::symbols()']]], + ['syncdistributionmap_15123',['syncDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a686e711350524cacaaeb3177337742c8',1,'amrex::PlotFileData::syncDistributionMap(PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0cc0ef78ac5a9ed1d7ad288cf6774723',1,'amrex::PlotFileData::syncDistributionMap(int level, PlotFileData const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aade963d47f72015f6e2438ae21f45e12',1,'amrex::PlotFileDataImpl::syncDistributionMap(PlotFileDataImpl const &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af08b01892f4223b6f1160c54147c8e2b',1,'amrex::PlotFileDataImpl::syncDistributionMap(int level, PlotFileDataImpl const &src) noexcept']]], + ['syncfnamesandnumbers_15124',['SyncFNamesAndNumbers',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a09ab62784a9b4e5a50f3a881fff84824',1,'RegionsProfStats']]], + ['synchronize_15125',['synchronize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0040af3e7783b853140a6e13c755fc25',1,'amrex::Gpu::synchronize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5ccf8e9a40fdaa00878353c79867bd04',1,'amrex::Gpu::Device::synchronize()']]], + ['syncnewtimelevel_15126',['syncNewTimeLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a6a65bf767c55f02b3c1ebbc0b35d3bf1',1,'amrex::StateData']]], + ['syncstrings_15127',['SyncStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a09ef310468cc24552cfc73abfc282b72',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_14.js b/amrex-hydro/Doxygen/html/search/functions_14.js index 8b3ce41..b65dda4 100644 --- a/amrex-hydro/Doxygen/html/search/functions_14.js +++ b/amrex-hydro/Doxygen/html/search/functions_14.js @@ -1,120 +1,120 @@ var searchData= [ - ['table_15054',['table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afeffb10e16b9f5ef9e1f806bb5940796',1,'amrex::TableData::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab4f43a6024e50a1c5f9110d29ae42904',1,'amrex::ParmParse::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a83a37d5f24b2a4cffeb5f658ca0bda78',1,'amrex::TableData::table()']]], - ['table1d_15055',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ae57c577c6f51911b887e7f736c8a83dd',1,'amrex::Table1D::Table1D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aab5cc99cdb1ebd55b6df669892343009',1,'amrex::Table1D::Table1D(Table1D< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ad9e33e283ae88a75cf4b1d9cd99323a7',1,'amrex::Table1D::Table1D(T *a_p, int a_begin, int a_end) noexcept']]], - ['table2d_15056',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'Table2D< RT >::Table2D(RT *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'Table2D< RT >::Table2D(Table2D< std::remove_const_t< RT >, Order::F > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'Table2D< RT >::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'amrex::Table2D::Table2D(T *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'amrex::Table2D::Table2D(Table2D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'amrex::Table2D::Table2D() noexcept=default']]], - ['table3d_15057',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a994877eb9b7819106bd25c3fb2932398',1,'amrex::Table3D::Table3D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aa5f0858c6996a581a0ab1b3507e901b9',1,'amrex::Table3D::Table3D(Table3D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aec998d64bb74540871c46479ebb740b1',1,'amrex::Table3D::Table3D(T *a_p, GpuArray< int, 3 > const &a_begin, GpuArray< int, 3 > const &a_end) noexcept']]], - ['table4d_15058',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a264e4a4265aee9986c1da7486a96a747',1,'amrex::Table4D::Table4D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a1213dce4015d38c64724f1ed12a8589a',1,'amrex::Table4D::Table4D(Table4D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ab7617880b0a8e8e71b7e6ff3a0e9aae0',1,'amrex::Table4D::Table4D(T *a_p, GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], - ['tabledata_15059',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4b1a33a23e97f246f878a2001d79b69d',1,'amrex::TableData::TableData(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a58b2c8fc72d26a028d5c2102d3fef3bc',1,'amrex::TableData::TableData(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ab00d213d295a26cdf223d242d4fb3765',1,'amrex::TableData::TableData(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a873c19168dc86fefbe7fc9d3f6b776cc',1,'amrex::TableData::TableData(Array< int, N > const &lo, Array< int, N > const &hi, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4239d08dc7ad7096ca5def06693b4558',1,'amrex::TableData::TableData() noexcept=default']]], - ['tag_15060',['tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a099cb5eb1b61ff860ad6fbd1fe1b5d94',1,'amrex::ParallelDescriptor::Message']]], - ['tag_5fone_5fbox_15061',['tag_one_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a84c6f47e0b249a91417306bbd7dab42a',1,'amrex::FabArrayBase::FB']]], - ['tagbox_15062',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5a65afdbb61535df65ec9d2db5bb6ec5',1,'amrex::TagBox::TagBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ad999c44361969badefa168cb00e90b91',1,'amrex::TagBox::TagBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac73a784e745d05a574f53621abd7109b',1,'amrex::TagBox::TagBox(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a2be163745fcfa3fae9d72a768b97d797',1,'amrex::TagBox::TagBox(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a00b44af3c3dc783226e28adc117e93e5',1,'amrex::TagBox::TagBox(const TagBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#adc981d8086ea65ef19383c04acacace3',1,'amrex::TagBox::TagBox(TagBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a1c163cf21eb64a1c2032d5ba1acb2594',1,'amrex::TagBox::TagBox(const TagBox &rhs)=delete']]], - ['tagboxarray_15063',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a7615520c69175032ee2326eb094cbc77',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, int _ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad56f5409a87394e53ea7acda127347cc',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, const IntVect &_ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad2857940d22b1f8c7718cc530bb29d3e',1,'amrex::TagBoxArray::TagBoxArray(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b309c4b244d311888eb013b34693620',1,'amrex::TagBoxArray::TagBoxArray(const TagBoxArray &rhs)=delete']]], - ['tagcutcells_15064',['TagCutCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca824ed9a83373a83533e948d2175dee',1,'amrex']]], - ['tagparfor_5fcall_5ff_15065',['tagparfor_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a926fe273db7aaa817471c44983bf42e4',1,'amrex::detail']]], - ['tags_15066',['tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'amrex::FabArray::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< AtomicInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4e225aa2595e49382cb2db00df813d8c',1,'amrex::TagBox::tags(const Vector< int > &ar, const Box &tilebx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a194d49c2adb475dabf1de3a7bc717b7a',1,'amrex::TagBox::tags(const Vector< int > &ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a9023e58bfadedd84fa003f9b10712949',1,'amrex::TagBox::tags() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< TagBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< FArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< IArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::CutFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< PetscInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::Mask >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::EBCellFlagFab >::tags()']]], - ['tags_5fand_5funtags_15067',['tags_and_untags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#abbc0728a20e92cbaf06b19a0b9cff0cd',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar, const Box &tilebx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af03179052f9fb5a076f95d2bb33e94e2',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar) noexcept']]], - ['tagvolfrac_15068',['TagVolfrac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84',1,'amrex']]], - ['tapply_15069',['TApply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8',1,'amrex::detail']]], - ['team_5ffor_15070',['team_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08',1,'amrex::ParallelDescriptor::team_for(int begin, int end, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b1bd2a6da53acc442dac0945108b376',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, int nworkers, const F &f)']]], - ['team_5frange_15071',['team_range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6',1,'amrex::ParallelDescriptor']]], - ['teamlead_15072',['TeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a834c805f44e9aa2724debb07602d999e',1,'amrex::ParallelDescriptor']]], - ['teamsize_15073',['TeamSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9854dea7eb2ee59093ed0bd80af9063e',1,'amrex::ParallelDescriptor']]], - ['tensorproductintegral_15074',['tensorProductIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#acca11ab4048cabd364f8e25012b416ba',1,'amrex::algoim::ImplicitIntegral']]], - ['terrain_15075',['Terrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8d89242fc1acffe99a9df2cd45c6ab9e',1,'amrex::AmrData']]], - ['test_15076',['Test',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07419f788f738f82f07c288c70af5e6f',1,'amrex::ParallelDescriptor::Test(MPI_Request &, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9d7485d566f7b26e48e038d364590cd',1,'amrex::ParallelDescriptor::Test(Vector< MPI_Request > &, int &, Vector< MPI_Status > &)']]], - ['test_15077',['test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a42d6517959dbf89018b970cb1c0cf66e',1,'amrex::ParallelDescriptor::Message::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'IndexTypeND< AMREX_SPACEDIM >::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'amrex::IndexTypeND::test()']]], - ['the_5farena_15078',['The_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1',1,'amrex']]], - ['the_5fasync_5farena_15079',['The_Async_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad371ec91e94c5131b6002127a1008157',1,'amrex']]], - ['the_5fcomms_5farena_15080',['The_Comms_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1',1,'amrex']]], - ['the_5fcpu_5farena_15081',['The_Cpu_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706',1,'amrex']]], - ['the_5fdevice_5farena_15082',['The_Device_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417',1,'amrex']]], - ['the_5fmanaged_5farena_15083',['The_Managed_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420',1,'amrex']]], - ['the_5fpinned_5farena_15084',['The_Pinned_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887',1,'amrex']]], - ['the_5fstring_15085',['the_string',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#aff20426b31d6e2bcce35b9d62d5685ba',1,'amrex::expect']]], - ['the_5fsundials_5fcontext_15086',['The_Sundials_Context',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d',1,'amrex::sundials']]], - ['the_5fsunmemory_5fhelper_15087',['The_SUNMemory_Helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7',1,'amrex::sundials']]], - ['thecelltype_15088',['TheCellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'IndexTypeND< AMREX_SPACEDIM >::TheCellType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'amrex::IndexTypeND::TheCellType()']]], - ['thecellvector_15089',['TheCellVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'IntVectND< AMREX_SPACEDIM >::TheCellVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'amrex::IntVectND::TheCellVector()']]], - ['thecfinfo_15090',['TheCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a583784f4a6e46aacd6f953de8d6f4fb0',1,'amrex::FabArrayBase']]], - ['thecoveredcell_15091',['TheCoveredCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#abd50f79b66187d9d3866a74f8218f87d',1,'amrex::EBCellFlag']]], - ['thedefaultcell_15092',['TheDefaultCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a59d2b06c58e35cf86ce4b7178321682e',1,'amrex::EBCellFlag']]], - ['thedimensionvector_15093',['TheDimensionVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'IntVectND< AMREX_SPACEDIM >::TheDimensionVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'amrex::IntVectND::TheDimensionVector()']]], - ['thefabarraybase_15094',['theFabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a7f84508a19797af16e5f3f6b13523c',1,'amrex::MFIter']]], - ['thefpinfo_15095',['TheFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac2344224d72849f0e7fe1888d150a550',1,'amrex::FabArrayBase']]], - ['themaxvector_15096',['TheMaxVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'IntVectND< AMREX_SPACEDIM >::TheMaxVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'amrex::IntVectND::TheMaxVector()']]], - ['theminvector_15097',['TheMinVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'IntVectND< AMREX_SPACEDIM >::TheMinVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'amrex::IntVectND::TheMinVector()']]], - ['thenodetype_15098',['TheNodeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'IndexTypeND< AMREX_SPACEDIM >::TheNodeType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'amrex::IndexTypeND::TheNodeType()']]], - ['thenodevector_15099',['TheNodeVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'IntVectND< AMREX_SPACEDIM >::TheNodeVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'amrex::IntVectND::TheNodeVector()']]], - ['theplotfiletype_15100',['thePlotFileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85',1,'amrex::thePlotFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aafabc1e8a1b6e1b96230fbf6debe2465',1,'amrex::AmrLevel::thePlotFileType()']]], - ['therestartfile_15101',['theRestartFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac501ff9a494314e973685c776fae2498',1,'amrex::Amr']]], - ['therestartplotfile_15102',['theRestartPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1049e70b4e279c64160c9ff62ba42653',1,'amrex::Amr']]], - ['thesamebox_15103',['TheSameBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a84376910b355f3a4b74220bbdf410328',1,'amrex::DeriveRec']]], - ['theunitbox_15104',['TheUnitBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'BoxND< AMREX_SPACEDIM >::TheUnitBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'amrex::BoxND::TheUnitBox()']]], - ['theunitvector_15105',['TheUnitVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'IntVectND< AMREX_SPACEDIM >::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'amrex::IntVectND::TheUnitVector()']]], - ['thezerovector_15106',['TheZeroVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'IntVectND< AMREX_SPACEDIM >::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'amrex::IntVectND::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector()']]], - ['tie_15107',['Tie',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2',1,'amrex']]], - ['tilebox_15108',['tilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4633394eac1ff3355fe082b815ed7413',1,'amrex::MFIter::tilebox() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aade25ad6c9b6b92a5dbe2e022fc77912',1,'amrex::MFIter::tilebox(const IntVect &nodal) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3563f863ba15b874a9abd0dc338c0c72',1,'amrex::MFIter::tilebox(const IntVect &nodal, const IntVect &ngrow) const noexcept']]], - ['tileindex_15109',['tileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3d73098e8ef5205fc2bce58d5ed0f21b',1,'amrex::MFIter']]], - ['tilesize_15110',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a0fd1080269de0184755a627c3ce1875d',1,'amrex::TileSize']]], - ['tilingifnotgpu_15111',['TilingIfNotGPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab482b500359e03b77389d42f968c46fe',1,'amrex']]], - ['time_15112',['Time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a3e139eef25f3ada10cd551ada84b4a94',1,'amrex::AmrData']]], - ['time_15113',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ad827fbbd6757ac18eb39a4c5ce37ef95',1,'amrex::PlotFileData::time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a493f2666f351bd922bb6ca42eaf6b7f5',1,'amrex::PlotFileDataImpl::time()']]], - ['time_5finterpolate_15114',['time_interpolate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a064376184442b5fa00c9f3b407e9fe5d',1,'amrex::SundialsIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac0b9633fedee03bd638f87514a952720',1,'amrex::FEIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3dc1f86935271c9b053b9d6a60911739',1,'amrex::IntegratorBase::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a2372340230301693e973e404c12618fa',1,'amrex::RKIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a7cae24606fd9c92a44f4ae163bab5a3b',1,'amrex::TimeIntegrator::time_interpolate(const T &S_new, const T &S_old, amrex::Real timestep_fraction, T &data)']]], - ['timeintegrator_15115',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a5aec68476188bb41118352fe8c2c947e',1,'amrex::TimeIntegrator::TimeIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#adcfe717b66e593be817492b7f9ba3c04',1,'amrex::TimeIntegrator::TimeIntegrator(IntegratorTypes integrator_type, const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a14e1a1a411c152c67c19c81443b022b6',1,'amrex::TimeIntegrator::TimeIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['timelinefab_15116',['TimelineFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a45e111eb57d243d366c3146a7ac7c0c9',1,'CommProfStats']]], - ['timerange_15117',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a4415589fb72341b9ed4c98aed65d3e14',1,'BLProfStats::TimeRange::TimeRange()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acbbf9b5d2d56142d5fcc5904d77a4409',1,'BLProfStats::TimeRange::TimeRange(Real startT, Real stopT)']]], - ['timerangeinitialized_15118',['TimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#af986d8aadba05d068b2bdc3aa554d946',1,'BLProfStats']]], - ['timestamp_15119',['Timestamp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a94b3a9972d2fe076bdf7458b93b7e1d4',1,'amrex::TracerParticleContainer']]], - ['timestep_15120',['timeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2648a488ef613f454d29b519aca41bc8',1,'amrex::Amr']]], - ['timetype_15121',['timeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a338d1a0966e1f91f4f65fd5aed7958cc',1,'amrex::StateDescriptor']]], - ['tinyprofiler_15122',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a238dc16dd99da96e07b526f5cd90f4fa',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aee36686bda9cf58b62055dca5818af46',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a63cae02a5e649724bfc02c528e84ca18',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5689250282f22646ec14959dc491f748',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0969b8312bde020f9c99c051dc51eeb5',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8e1cc274bc1e92cc8466ea9b44911c33',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname) noexcept']]], - ['tinyprofileregion_15123',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae16c9ddca9a89c31676b9be0b716c097',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aad9588693616dcc6ff68675a2d235437',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a5ef3cd4f83fa596bf02d70cb0166fa27',1,'amrex::TinyProfileRegion::TinyProfileRegion(const char *a_regname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab3d0ffc7c7067f4bec983d85ee3262f2',1,'amrex::TinyProfileRegion::TinyProfileRegion(std::string a_regname) noexcept']]], - ['toarray4_15124',['ToArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12',1,'amrex']]], - ['tointvect_15125',['toIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'amrex::IndexTypeND::toIntVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'IndexTypeND< AMREX_SPACEDIM >::toIntVect()']]], - ['tokenize_15126',['Tokenize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a',1,'amrex']]], - ['tolongmultifab_15127',['ToLongMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414',1,'amrex']]], - ['tolower_15128',['toLower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8',1,'amrex']]], - ['tomultifab_15129',['ToMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94',1,'amrex::ToMultiFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ac5f3026221c3cafbcb0e19f6583cfd9d',1,'amrex::MultiCutFab::ToMultiFab()']]], - ['top_15130',['top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a961f4d4e88be70b0f922d93122c5f0ca',1,'amrex::AMReX::top()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ad17160a9839f2d64ac20460b4cefbaee',1,'amrex::EB2::IndexSpace::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a6a09ff1dea8b8c44504f6d6b0cdeb4ab',1,'amrex::IParserStack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a533efe04d3398d0f3fd6154363b45543',1,'amrex::IParserStack::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#aef0073ee79d501d7ffe027cd684c4186',1,'amrex::ParserStack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a602dc4e0d8b861f23e5bcd34728d1baa',1,'amrex::ParserStack::top()']]], - ['topindexspace_15131',['TopIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991',1,'amrex::EB2']]], - ['topindexspaceifpresent_15132',['TopIndexSpaceIfPresent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385',1,'amrex::EB2']]], - ['torusif_15133',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab9f0fa84c649ce8a6a6b66bd12f4eeb9',1,'amrex::EB2::TorusIF']]], - ['totalbytesallocatedinfabs_15134',['TotalBytesAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b',1,'amrex']]], - ['totalbytesallocatedinfabshwm_15135',['TotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a',1,'amrex']]], - ['totalcellsallocatedinfabs_15136',['TotalCellsAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7',1,'amrex']]], - ['totalcellsallocatedinfabshwm_15137',['TotalCellsAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4',1,'amrex']]], - ['totalglobalmem_15138',['totalGlobalMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae43b670a2fb74049a336cf2c2fc62c5a',1,'amrex::Gpu::Device']]], - ['totalnumberofparticles_15139',['TotalNumberOfParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::TotalNumberOfParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'amrex::ParticleContainer_impl::TotalNumberOfParticles()']]], - ['touint10_15140',['toUInt10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252',1,'amrex::Morton']]], - ['touint16_15141',['toUInt16',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba',1,'amrex::Morton']]], - ['touint32_15142',['toUInt32',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6',1,'amrex::Morton']]], - ['toupper_15143',['toUpper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce',1,'amrex']]], - ['tracedatavalid_15144',['TraceDataValid',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a3dab65709f631d62643d8e5fad2692bd',1,'RegionsProfStats']]], - ['tracerparticlecontainer_15145',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a4245793ae34687b4d96a044ecde76c72',1,'amrex::TracerParticleContainer::TracerParticleContainer()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#af7ed016626923ecc9b262fbada496464',1,'amrex::TracerParticleContainer::TracerParticleContainer(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a884d037695ad06f6871c5f1467ab4490',1,'amrex::TracerParticleContainer::TracerParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae80411a30eff14aa4bc080c90083a24a',1,'amrex::TracerParticleContainer::TracerParticleContainer(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a60c0f8697b1a6015c72e5a6815f816cf',1,'amrex::TracerParticleContainer::TracerParticleContainer(TracerParticleContainer &&) noexcept=default']]], - ['transformer_15146',['transformer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88cd64a084e68534607b2463a28081f3',1,'amrex::BoxArray']]], - ['transformparticles_15147',['transformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index src_start, Index dst1_start, Index dst2_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, F &&f) noexcept']]], - ['translate_15148',['translate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751',1,'amrex::EB2']]], - ['translationif_15149',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#ad60a8f2183833795feaa68311075a69f',1,'amrex::EB2::TranslationIF']]], - ['tri_5fn_15150',['tri_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175',1,'amrex::tri_geom_ops']]], - ['triangle_5farea_15151',['triangle_area',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570',1,'amrex::tri_geom_ops']]], - ['tridiagonal_5fsolve_15152',['tridiagonal_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e',1,'amrex::tridiagonal_solve(Array1D< Real, 0, 31 > &a_ls, Array1D< Real, 0, 31 > &b_ls, Array1D< Real, 0, 31 > &c_ls, Array1D< Real, 0, 31 > &r_ls, Array1D< Real, 0, 31 > &u_ls, Array1D< Real, 0, 31 > &gam, int ilen) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0',1,'amrex::tridiagonal_solve(Array1D< T, 0, 31 > &a_ls, Array1D< T, 0, 31 > &b_ls, Array1D< T, 0, 31 > &c_ls, Array1D< T, 0, 31 > &r_ls, Array1D< T, 0, 31 > &u_ls, Array1D< T, 0, 31 > &gam, int ilen) noexcept']]], - ['trim_15153',['trim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970',1,'amrex']]], - ['tryfileoutput_15154',['TryFileOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a16a4e702e1fd890046aa8d80a2fe2a82',1,'amrex::StreamRetry']]], - ['tryoutput_15155',['TryOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae3b5909bdd9d104025eb427395c84356',1,'amrex::StreamRetry']]], - ['ts_5finterp_5fface_5fxy_15156',['ts_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aab68027f7c16b89da158a3922d561019',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a8d3d6c455c8bf94d1ee9b723e93e610a',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc) noexcept']]], - ['ts_5finterp_5fface_5fxz_15157',['ts_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a819b65cefc048d14ff5c5f8e955eec0a',1,'amrex::mlndts_detail']]], - ['ts_5finterp_5fface_5fyz_15158',['ts_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aaf58f896b75c3066cbb49827a71f8605',1,'amrex::mlndts_detail']]], - ['ts_5finterp_5fline_5fx_15159',['ts_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a4ff83c538ac36099e425b6845d7d3219',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1724eebece4e4a4f5683ac15339a9c6f',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc) noexcept']]], - ['ts_5finterp_5fline_5fy_15160',['ts_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a7d9e2103826cb0ebfb2f4d09922dfef4',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1b40614d14387e3c551b4cd1dd5e9795',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept']]], - ['ts_5finterp_5fline_5fz_15161',['ts_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a3d8f27db93f165f656a3098f3a61d8eb',1,'amrex::mlndts_detail']]], - ['tuple_5fcopy_15162',['tuple_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a813577e3d9b0ad5b7795dd9351160f9a',1,'amrex::detail']]], - ['tuple_5fto_5farray_5fhelper_15163',['tuple_to_array_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab2c6743d76d5a23ac34993bdb64765a1',1,'amrex::detail']]], - ['tuplecat_15164',['TupleCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6',1,'amrex::TupleCat(TP1 &&a, TP2 &&b, TPs &&... args) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 >, detail::tuple_decay_t< TPs >... >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f',1,'amrex::TupleCat(TP1 &&a, TP2 &&b) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea',1,'amrex::TupleCat(TP &&a) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP > >::type']]], - ['tuplesplit_15165',['TupleSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4',1,'amrex']]], - ['tuplesplitimp_15166',['TupleSplitImp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a71f402d1250f215a129e6a9950c9ad35',1,'amrex::detail']]], - ['tupletoarray_15167',['tupleToArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907',1,'amrex::tupleToArray(GpuTuple< T > const &tup)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a',1,'amrex::tupleToArray(GpuTuple< T, T2, Ts... > const &tup)']]], - ['type_15168',['type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'amrex::BoxND::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'amrex::BoxND::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'BoxND< AMREX_SPACEDIM >::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'BoxND< AMREX_SPACEDIM >::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a20021c8fa972de865da57cfd5d14fb81',1,'amrex::ParallelDescriptor::Message::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ae516333153a3f26f388eec71a73c1c2e',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a8200f24cfc6d6d4d77814c4095612c2f',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ad2d00f03d307a91de38a715015a251ba',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a178254a5520c3ee1ea23f47987392468',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html#a4025a275e81686205f71df80a1833bcc',1,'amrex::ParallelDescriptor::Mpi_typemap< GpuComplex< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html#a9ddcad1ca5990453ace2b8149173f7bd',1,'amrex::ParallelDescriptor::Mpi_typemap< ValLocPair< TV, TI > >::type()']]], - ['type_15169',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad3ea6134bfd9b5a51d9ad381e548cb19',1,'amrex::Any::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a04d77dc1e0009a1e01d45d067dbeed0e',1,'amrex::Any::innards::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#afa3049bddd4c3493eeb9a1f62fa7981d',1,'amrex::Any::innards_base::Type()']]], - ['type_5fupdate_15170',['type_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9f2c23e3d3ccd73f1045f2bca61f7a11',1,'amrex::BoxArray']]] + ['table_15128',['table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afeffb10e16b9f5ef9e1f806bb5940796',1,'amrex::TableData::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ab4f43a6024e50a1c5f9110d29ae42904',1,'amrex::ParmParse::table()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a83a37d5f24b2a4cffeb5f658ca0bda78',1,'amrex::TableData::table()']]], + ['table1d_15129',['Table1D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ae57c577c6f51911b887e7f736c8a83dd',1,'amrex::Table1D::Table1D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aab5cc99cdb1ebd55b6df669892343009',1,'amrex::Table1D::Table1D(Table1D< std::remove_const_t< T >> const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ad9e33e283ae88a75cf4b1d9cd99323a7',1,'amrex::Table1D::Table1D(T *a_p, int a_begin, int a_end) noexcept']]], + ['table2d_15130',['Table2D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'Table2D< RT >::Table2D(RT *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'Table2D< RT >::Table2D(Table2D< std::remove_const_t< RT >, Order::F > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'Table2D< RT >::Table2D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a18448ad6d53b9305e848122b2d8e263e',1,'amrex::Table2D::Table2D(T *a_p, GpuArray< int, 2 > const &a_begin, GpuArray< int, 2 > const &a_end) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a4d48381dac2b2a36b13d671c385a1f43',1,'amrex::Table2D::Table2D(Table2D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a39417841a68ab3c8b3fc853fbf0d29f0',1,'amrex::Table2D::Table2D() noexcept=default']]], + ['table3d_15131',['Table3D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a994877eb9b7819106bd25c3fb2932398',1,'amrex::Table3D::Table3D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aa5f0858c6996a581a0ab1b3507e901b9',1,'amrex::Table3D::Table3D(Table3D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#aec998d64bb74540871c46479ebb740b1',1,'amrex::Table3D::Table3D(T *a_p, GpuArray< int, 3 > const &a_begin, GpuArray< int, 3 > const &a_end) noexcept']]], + ['table4d_15132',['Table4D',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a264e4a4265aee9986c1da7486a96a747',1,'amrex::Table4D::Table4D() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a1213dce4015d38c64724f1ed12a8589a',1,'amrex::Table4D::Table4D(Table4D< std::remove_const_t< T >, ORDER > const &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ab7617880b0a8e8e71b7e6ff3a0e9aae0',1,'amrex::Table4D::Table4D(T *a_p, GpuArray< int, 4 > const &a_begin, GpuArray< int, 4 > const &a_end) noexcept']]], + ['tabledata_15133',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4b1a33a23e97f246f878a2001d79b69d',1,'amrex::TableData::TableData(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a58b2c8fc72d26a028d5c2102d3fef3bc',1,'amrex::TableData::TableData(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ab00d213d295a26cdf223d242d4fb3765',1,'amrex::TableData::TableData(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a873c19168dc86fefbe7fc9d3f6b776cc',1,'amrex::TableData::TableData(Array< int, N > const &lo, Array< int, N > const &hi, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a4239d08dc7ad7096ca5def06693b4558',1,'amrex::TableData::TableData() noexcept=default']]], + ['tag_15134',['tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a099cb5eb1b61ff860ad6fbd1fe1b5d94',1,'amrex::ParallelDescriptor::Message']]], + ['tag_5fone_5fbox_15135',['tag_one_box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a84c6f47e0b249a91417306bbd7dab42a',1,'amrex::FabArrayBase::FB']]], + ['tagbox_15136',['TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5a65afdbb61535df65ec9d2db5bb6ec5',1,'amrex::TagBox::TagBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ad999c44361969badefa168cb00e90b91',1,'amrex::TagBox::TagBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac73a784e745d05a574f53621abd7109b',1,'amrex::TagBox::TagBox(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a2be163745fcfa3fae9d72a768b97d797',1,'amrex::TagBox::TagBox(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a00b44af3c3dc783226e28adc117e93e5',1,'amrex::TagBox::TagBox(const TagBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#adc981d8086ea65ef19383c04acacace3',1,'amrex::TagBox::TagBox(TagBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a1c163cf21eb64a1c2032d5ba1acb2594',1,'amrex::TagBox::TagBox(const TagBox &rhs)=delete']]], + ['tagboxarray_15137',['TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a7615520c69175032ee2326eb094cbc77',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, int _ngrow=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad56f5409a87394e53ea7acda127347cc',1,'amrex::TagBoxArray::TagBoxArray(const BoxArray &ba, const DistributionMapping &dm, const IntVect &_ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ad2857940d22b1f8c7718cc530bb29d3e',1,'amrex::TagBoxArray::TagBoxArray(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b309c4b244d311888eb013b34693620',1,'amrex::TagBoxArray::TagBoxArray(const TagBoxArray &rhs)=delete']]], + ['tagcutcells_15138',['TagCutCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca824ed9a83373a83533e948d2175dee',1,'amrex']]], + ['tagparfor_5fcall_5ff_15139',['tagparfor_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a926fe273db7aaa817471c44983bf42e4',1,'amrex::detail']]], + ['tags_15140',['tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'amrex::FabArray::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< AtomicInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4e225aa2595e49382cb2db00df813d8c',1,'amrex::TagBox::tags(const Vector< int > &ar, const Box &tilebx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a194d49c2adb475dabf1de3a7bc717b7a',1,'amrex::TagBox::tags(const Vector< int > &ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a9023e58bfadedd84fa003f9b10712949',1,'amrex::TagBox::tags() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< TagBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< FArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< IArrayBox >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::CutFab >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::BaseFab< PetscInt > >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::Mask >::tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acb7546f9b065a866641075708c3484ae',1,'FabArray< amrex::EBCellFlagFab >::tags()']]], + ['tags_5fand_5funtags_15141',['tags_and_untags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#abbc0728a20e92cbaf06b19a0b9cff0cd',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar, const Box &tilebx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af03179052f9fb5a076f95d2bb33e94e2',1,'amrex::TagBox::tags_and_untags(const Vector< int > &ar) noexcept']]], + ['tagvolfrac_15142',['TagVolfrac',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae146edcedfbd7eb8509f8c334b764d84',1,'amrex']]], + ['tapply_15143',['TApply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad5568d6d500edc6ee5938dca76c1caa8',1,'amrex::detail']]], + ['team_5ffor_15144',['team_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae9b60ea81eb861f883e02edaa5876d08',1,'amrex::ParallelDescriptor::team_for(int begin, int end, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad8cac9ce7c8c2a234cde3400db6512a5',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, const F &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b1bd2a6da53acc442dac0945108b376',1,'amrex::ParallelDescriptor::team_for(int begin, int end, int rit, int nworkers, const F &f)']]], + ['team_5frange_15145',['team_range',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae7e03fbd86dab31d19593df2ad5adde6',1,'amrex::ParallelDescriptor']]], + ['teamlead_15146',['TeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a834c805f44e9aa2724debb07602d999e',1,'amrex::ParallelDescriptor']]], + ['teamsize_15147',['TeamSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9854dea7eb2ee59093ed0bd80af9063e',1,'amrex::ParallelDescriptor']]], + ['tensorproductintegral_15148',['tensorProductIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#acca11ab4048cabd364f8e25012b416ba',1,'amrex::algoim::ImplicitIntegral']]], + ['terrain_15149',['Terrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8d89242fc1acffe99a9df2cd45c6ab9e',1,'amrex::AmrData']]], + ['test_15150',['Test',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07419f788f738f82f07c288c70af5e6f',1,'amrex::ParallelDescriptor::Test(MPI_Request &, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa9d7485d566f7b26e48e038d364590cd',1,'amrex::ParallelDescriptor::Test(Vector< MPI_Request > &, int &, Vector< MPI_Status > &)']]], + ['test_15151',['test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a42d6517959dbf89018b970cb1c0cf66e',1,'amrex::ParallelDescriptor::Message::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'IndexTypeND< AMREX_SPACEDIM >::test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa4f0fb8c0e745ef7c34cece0bd0b3442',1,'amrex::IndexTypeND::test()']]], + ['the_5farena_15152',['The_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d1414946b992f39ca41f135f12a0d1',1,'amrex']]], + ['the_5fasync_5farena_15153',['The_Async_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad371ec91e94c5131b6002127a1008157',1,'amrex']]], + ['the_5fcomms_5farena_15154',['The_Comms_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a867372a2ed191bd458e5e487ae3e6fa1',1,'amrex']]], + ['the_5fcpu_5farena_15155',['The_Cpu_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adcb4e473f4a6058ae8abd15c75bde706',1,'amrex']]], + ['the_5fdevice_5farena_15156',['The_Device_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97a60825e6e7886b3502c2f4ed1eb417',1,'amrex']]], + ['the_5fmanaged_5farena_15157',['The_Managed_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76cc74eb7c42bf4d111ac5cae5db8420',1,'amrex']]], + ['the_5fpinned_5farena_15158',['The_Pinned_Arena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aba0258410952c3ccfe405a462ef2d887',1,'amrex']]], + ['the_5fstring_15159',['the_string',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#aff20426b31d6e2bcce35b9d62d5685ba',1,'amrex::expect']]], + ['the_5fsundials_5fcontext_15160',['The_Sundials_Context',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9073bde66b70bda0c4d46655775c684d',1,'amrex::sundials']]], + ['the_5fsunmemory_5fhelper_15161',['The_SUNMemory_Helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a554007ca9e4f3ad73d03e6daa5d1b9c7',1,'amrex::sundials']]], + ['thecelltype_15162',['TheCellType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'IndexTypeND< AMREX_SPACEDIM >::TheCellType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#af1e47a88584b5afd97d5659bcec49a02',1,'amrex::IndexTypeND::TheCellType()']]], + ['thecellvector_15163',['TheCellVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'IntVectND< AMREX_SPACEDIM >::TheCellVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aed9ab4381cfed83c2f8d37f6ab6e095c',1,'amrex::IntVectND::TheCellVector()']]], + ['thecfinfo_15164',['TheCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a583784f4a6e46aacd6f953de8d6f4fb0',1,'amrex::FabArrayBase']]], + ['thecoveredcell_15165',['TheCoveredCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#abd50f79b66187d9d3866a74f8218f87d',1,'amrex::EBCellFlag']]], + ['thedefaultcell_15166',['TheDefaultCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a59d2b06c58e35cf86ce4b7178321682e',1,'amrex::EBCellFlag']]], + ['thedimensionvector_15167',['TheDimensionVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'IntVectND< AMREX_SPACEDIM >::TheDimensionVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af92483859d2386b4c222fb3f09a09d1b',1,'amrex::IntVectND::TheDimensionVector()']]], + ['thefabarraybase_15168',['theFabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a7f84508a19797af16e5f3f6b13523c',1,'amrex::MFIter']]], + ['thefpinfo_15169',['TheFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac2344224d72849f0e7fe1888d150a550',1,'amrex::FabArrayBase']]], + ['themaxvector_15170',['TheMaxVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'IntVectND< AMREX_SPACEDIM >::TheMaxVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2426c9926e53b1621f71a41777cff8fe',1,'amrex::IntVectND::TheMaxVector()']]], + ['theminvector_15171',['TheMinVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'IntVectND< AMREX_SPACEDIM >::TheMinVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac51984f349cfac2d840b639b776bb104',1,'amrex::IntVectND::TheMinVector()']]], + ['thenodetype_15172',['TheNodeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'IndexTypeND< AMREX_SPACEDIM >::TheNodeType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a8b8369f7e4ba935d4be4c4d64299b85e',1,'amrex::IndexTypeND::TheNodeType()']]], + ['thenodevector_15173',['TheNodeVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'IntVectND< AMREX_SPACEDIM >::TheNodeVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a81cda8b9a357a36f57b4881d0148fc29',1,'amrex::IntVectND::TheNodeVector()']]], + ['theplotfiletype_15174',['thePlotFileType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04db8e195b61fe3907ff67f9a5754e85',1,'amrex::thePlotFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aafabc1e8a1b6e1b96230fbf6debe2465',1,'amrex::AmrLevel::thePlotFileType()']]], + ['therestartfile_15175',['theRestartFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac501ff9a494314e973685c776fae2498',1,'amrex::Amr']]], + ['therestartplotfile_15176',['theRestartPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1049e70b4e279c64160c9ff62ba42653',1,'amrex::Amr']]], + ['thesamebox_15177',['TheSameBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a84376910b355f3a4b74220bbdf410328',1,'amrex::DeriveRec']]], + ['theunitbox_15178',['TheUnitBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'BoxND< AMREX_SPACEDIM >::TheUnitBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a196cc209b401c112d806f4b9ecdb5df8',1,'amrex::BoxND::TheUnitBox()']]], + ['theunitvector_15179',['TheUnitVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0d431942a457fc70f9c2f7d67a498223',1,'amrex::RealVect::TheUnitVector() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'IntVectND< AMREX_SPACEDIM >::TheUnitVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5ff0d7c36597d9dd70491ba3656aedfc',1,'amrex::IntVectND::TheUnitVector()']]], + ['thezerovector_15180',['TheZeroVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'IntVectND< AMREX_SPACEDIM >::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad951ec911e62f76bf25ac82c3952878e',1,'amrex::IntVectND::TheZeroVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6079a3598f512db9d01135710dfd6c87',1,'amrex::RealVect::TheZeroVector()']]], + ['tie_15181',['Tie',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38e3e5431e2c612ce6e6b4aac3ededf2',1,'amrex']]], + ['tilebox_15182',['tilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4633394eac1ff3355fe082b815ed7413',1,'amrex::MFIter::tilebox() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aade25ad6c9b6b92a5dbe2e022fc77912',1,'amrex::MFIter::tilebox(const IntVect &nodal) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3563f863ba15b874a9abd0dc338c0c72',1,'amrex::MFIter::tilebox(const IntVect &nodal, const IntVect &ngrow) const noexcept']]], + ['tileindex_15183',['tileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3d73098e8ef5205fc2bce58d5ed0f21b',1,'amrex::MFIter']]], + ['tilesize_15184',['TileSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a0fd1080269de0184755a627c3ce1875d',1,'amrex::TileSize']]], + ['tilingifnotgpu_15185',['TilingIfNotGPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab482b500359e03b77389d42f968c46fe',1,'amrex']]], + ['time_15186',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ad827fbbd6757ac18eb39a4c5ce37ef95',1,'amrex::PlotFileData::time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a493f2666f351bd922bb6ca42eaf6b7f5',1,'amrex::PlotFileDataImpl::time()']]], + ['time_15187',['Time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a3e139eef25f3ada10cd551ada84b4a94',1,'amrex::AmrData']]], + ['time_5finterpolate_15188',['time_interpolate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a064376184442b5fa00c9f3b407e9fe5d',1,'amrex::SundialsIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac0b9633fedee03bd638f87514a952720',1,'amrex::FEIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3dc1f86935271c9b053b9d6a60911739',1,'amrex::IntegratorBase::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a2372340230301693e973e404c12618fa',1,'amrex::RKIntegrator::time_interpolate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a7cae24606fd9c92a44f4ae163bab5a3b',1,'amrex::TimeIntegrator::time_interpolate(const T &S_new, const T &S_old, amrex::Real timestep_fraction, T &data)']]], + ['timeintegrator_15189',['TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a5aec68476188bb41118352fe8c2c947e',1,'amrex::TimeIntegrator::TimeIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#adcfe717b66e593be817492b7f9ba3c04',1,'amrex::TimeIntegrator::TimeIntegrator(IntegratorTypes integrator_type, const T &S_data, const amrex::Real time=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a14e1a1a411c152c67c19c81443b022b6',1,'amrex::TimeIntegrator::TimeIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['timelinefab_15190',['TimelineFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a45e111eb57d243d366c3146a7ac7c0c9',1,'CommProfStats']]], + ['timerange_15191',['TimeRange',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a4415589fb72341b9ed4c98aed65d3e14',1,'BLProfStats::TimeRange::TimeRange()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acbbf9b5d2d56142d5fcc5904d77a4409',1,'BLProfStats::TimeRange::TimeRange(Real startT, Real stopT)']]], + ['timerangeinitialized_15192',['TimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#af986d8aadba05d068b2bdc3aa554d946',1,'BLProfStats']]], + ['timestamp_15193',['Timestamp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a94b3a9972d2fe076bdf7458b93b7e1d4',1,'amrex::TracerParticleContainer']]], + ['timestep_15194',['timeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2648a488ef613f454d29b519aca41bc8',1,'amrex::Amr']]], + ['timetype_15195',['timeType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a338d1a0966e1f91f4f65fd5aed7958cc',1,'amrex::StateDescriptor']]], + ['tinyprofiler_15196',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8e1cc274bc1e92cc8466ea9b44911c33',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#aee36686bda9cf58b62055dca5818af46',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a63cae02a5e649724bfc02c528e84ca18',1,'amrex::TinyProfiler::TinyProfiler(TinyProfiler const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5689250282f22646ec14959dc491f748',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname, bool start_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a0969b8312bde020f9c99c051dc51eeb5',1,'amrex::TinyProfiler::TinyProfiler(const char *funcname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a238dc16dd99da96e07b526f5cd90f4fa',1,'amrex::TinyProfiler::TinyProfiler(std::string funcname, bool start_) noexcept']]], + ['tinyprofileregion_15197',['TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae16c9ddca9a89c31676b9be0b716c097',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aad9588693616dcc6ff68675a2d235437',1,'amrex::TinyProfileRegion::TinyProfileRegion(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a5ef3cd4f83fa596bf02d70cb0166fa27',1,'amrex::TinyProfileRegion::TinyProfileRegion(const char *a_regname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab3d0ffc7c7067f4bec983d85ee3262f2',1,'amrex::TinyProfileRegion::TinyProfileRegion(std::string a_regname) noexcept']]], + ['toarray4_15198',['ToArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a365c0a4614ba19b7572ae042a0720c12',1,'amrex']]], + ['tointvect_15199',['toIntVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'IndexTypeND< AMREX_SPACEDIM >::toIntVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a34d58eafdeedfa0afd4aba887c8b23ce',1,'amrex::IndexTypeND::toIntVect()']]], + ['tokenize_15200',['Tokenize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba24cf7211301279ca446ff282a0f8a',1,'amrex']]], + ['tolongmultifab_15201',['ToLongMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae062fb7f904c1f39327797d8c3fea414',1,'amrex']]], + ['tolower_15202',['toLower',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67bf98d88c814ab458018afd16e64aa8',1,'amrex']]], + ['tomultifab_15203',['ToMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ca286511a003d2770dba9c37ab53c94',1,'amrex::ToMultiFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ac5f3026221c3cafbcb0e19f6583cfd9d',1,'amrex::MultiCutFab::ToMultiFab()']]], + ['top_15204',['top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a961f4d4e88be70b0f922d93122c5f0ca',1,'amrex::AMReX::top()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ad17160a9839f2d64ac20460b4cefbaee',1,'amrex::EB2::IndexSpace::top()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#ac817aa44b054866d14c292bec9cf1bfe',1,'amrex::Stack::top() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#ac1b177b1ce4ac71612ba36256cdedd42',1,'amrex::Stack::top()']]], + ['topindexspace_15205',['TopIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a3d3e035396f1ed8ef33d6eb1392df991',1,'amrex::EB2']]], + ['topindexspaceifpresent_15206',['TopIndexSpaceIfPresent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab08bb163ec9d566ce748dd6c4a7f0385',1,'amrex::EB2']]], + ['torusif_15207',['TorusIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab9f0fa84c649ce8a6a6b66bd12f4eeb9',1,'amrex::EB2::TorusIF']]], + ['totalbytesallocatedinfabs_15208',['TotalBytesAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a587a3cb57cff4b7fa72c7c1d4d98900b',1,'amrex']]], + ['totalbytesallocatedinfabshwm_15209',['TotalBytesAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95a2c5251b0bc8cc9f28f6384738404a',1,'amrex']]], + ['totalcellsallocatedinfabs_15210',['TotalCellsAllocatedInFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9ed510cedd140658efd18542d9479c7',1,'amrex']]], + ['totalcellsallocatedinfabshwm_15211',['TotalCellsAllocatedInFabsHWM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa85143ea71ce835e3a64ce8551b726b4',1,'amrex']]], + ['totalglobalmem_15212',['totalGlobalMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae43b670a2fb74049a336cf2c2fc62c5a',1,'amrex::Gpu::Device']]], + ['totalnumberofparticles_15213',['TotalNumberOfParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::TotalNumberOfParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a627963d5fe08303ba6da357ffb3e9cb0',1,'amrex::ParticleContainer_impl::TotalNumberOfParticles()']]], + ['touint10_15214',['toUInt10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ae3e56c34dacdffe240410a3f6a7a9252',1,'amrex::Morton']]], + ['touint16_15215',['toUInt16',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a9b7572e0a75bb2c5274809e9e1edffba',1,'amrex::Morton']]], + ['touint32_15216',['toUInt32',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#a16988bc3300f11fdee381c8ef8bc80f6',1,'amrex::Morton']]], + ['toupper_15217',['toUpper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afb53573f5330e4753ad1b562e5dd95ce',1,'amrex']]], + ['tracedatavalid_15218',['TraceDataValid',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a3dab65709f631d62643d8e5fad2692bd',1,'RegionsProfStats']]], + ['tracerparticlecontainer_15219',['TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a60c0f8697b1a6015c72e5a6815f816cf',1,'amrex::TracerParticleContainer::TracerParticleContainer(TracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a884d037695ad06f6871c5f1467ab4490',1,'amrex::TracerParticleContainer::TracerParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a4245793ae34687b4d96a044ecde76c72',1,'amrex::TracerParticleContainer::TracerParticleContainer()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#af7ed016626923ecc9b262fbada496464',1,'amrex::TracerParticleContainer::TracerParticleContainer(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae80411a30eff14aa4bc080c90083a24a',1,'amrex::TracerParticleContainer::TracerParticleContainer(const TracerParticleContainer &)=delete']]], + ['transformer_15220',['transformer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88cd64a084e68534607b2463a28081f3',1,'amrex::BoxArray']]], + ['transformparticles_15221',['transformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5926a5d20c4f511675c02ec18cc7c87a',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c20549dd945261df4167a72c1c4dacb',1,'amrex::transformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index src_start, Index dst1_start, Index dst2_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f4df8f3df0bb529d0f348e93afdb949',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae03ee3a195d7ee3ebcb19d20f9fdce73',1,'amrex::transformParticles(DstTile &dst, const SrcTile &src, F &&f) noexcept']]], + ['translate_15222',['translate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aff7adb8cc73692d624ef35353dbd5751',1,'amrex::EB2']]], + ['translationif_15223',['TranslationIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#ad60a8f2183833795feaa68311075a69f',1,'amrex::EB2::TranslationIF']]], + ['tri_5fn_15224',['tri_n',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac418863153dc7bdeb127001e47877175',1,'amrex::tri_geom_ops']]], + ['triangle_5farea_15225',['triangle_area',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a70a3555a7869b306a0efd22a29fcb570',1,'amrex::tri_geom_ops']]], + ['tridiagonal_5fsolve_15226',['tridiagonal_solve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63d04ae23dbdf2dca8ffcf688ff8058e',1,'amrex::tridiagonal_solve(Array1D< Real, 0, 31 > &a_ls, Array1D< Real, 0, 31 > &b_ls, Array1D< Real, 0, 31 > &c_ls, Array1D< Real, 0, 31 > &r_ls, Array1D< Real, 0, 31 > &u_ls, Array1D< Real, 0, 31 > &gam, int ilen) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af22ee7ef618f1af46c92ad6e759715b0',1,'amrex::tridiagonal_solve(Array1D< T, 0, 31 > &a_ls, Array1D< T, 0, 31 > &b_ls, Array1D< T, 0, 31 > &c_ls, Array1D< T, 0, 31 > &r_ls, Array1D< T, 0, 31 > &u_ls, Array1D< T, 0, 31 > &gam, int ilen) noexcept']]], + ['trim_15227',['trim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171bdd61dc2e905052d3396dcc93970',1,'amrex']]], + ['tryfileoutput_15228',['TryFileOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a16a4e702e1fd890046aa8d80a2fe2a82',1,'amrex::StreamRetry']]], + ['tryoutput_15229',['TryOutput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae3b5909bdd9d104025eb427395c84356',1,'amrex::StreamRetry']]], + ['ts_5finterp_5fface_5fxy_15230',['ts_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aab68027f7c16b89da158a3922d561019',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a8d3d6c455c8bf94d1ee9b723e93e610a',1,'amrex::mlndts_detail::ts_interp_face_xy(Array4< Real const > const &crse, int ic, int jc) noexcept']]], + ['ts_5finterp_5fface_5fxz_15231',['ts_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a819b65cefc048d14ff5c5f8e955eec0a',1,'amrex::mlndts_detail']]], + ['ts_5finterp_5fface_5fyz_15232',['ts_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#aaf58f896b75c3066cbb49827a71f8605',1,'amrex::mlndts_detail']]], + ['ts_5finterp_5fline_5fx_15233',['ts_interp_line_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1724eebece4e4a4f5683ac15339a9c6f',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a4ff83c538ac36099e425b6845d7d3219',1,'amrex::mlndts_detail::ts_interp_line_x(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept']]], + ['ts_5finterp_5fline_5fy_15234',['ts_interp_line_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a1b40614d14387e3c551b4cd1dd5e9795',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc, int kc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a7d9e2103826cb0ebfb2f4d09922dfef4',1,'amrex::mlndts_detail::ts_interp_line_y(Array4< Real const > const &crse, int ic, int jc) noexcept']]], + ['ts_5finterp_5fline_5fz_15235',['ts_interp_line_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html#a3d8f27db93f165f656a3098f3a61d8eb',1,'amrex::mlndts_detail']]], + ['tuple_5fcopy_15236',['tuple_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a813577e3d9b0ad5b7795dd9351160f9a',1,'amrex::detail']]], + ['tuple_5fto_5farray_5fhelper_15237',['tuple_to_array_helper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab2c6743d76d5a23ac34993bdb64765a1',1,'amrex::detail']]], + ['tuplecat_15238',['TupleCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdc7b3879a8b9ccc7982c0781deb74ea',1,'amrex::TupleCat(TP &&a) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2cf176de6238efb234749dec71b4a0f',1,'amrex::TupleCat(TP1 &&a, TP2 &&b) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 > >::type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a241b30447206d0b8029fac3bd5c9d1c6',1,'amrex::TupleCat(TP1 &&a, TP2 &&b, TPs &&... args) -> typename detail::tuple_cat_result< detail::tuple_decay_t< TP1 >, detail::tuple_decay_t< TP2 >, detail::tuple_decay_t< TPs >... >::type']]], + ['tuplesplit_15239',['TupleSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a578cd6446e7f5c2a1c47ea01cd2267a4',1,'amrex']]], + ['tuplesplitimp_15240',['TupleSplitImp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a71f402d1250f215a129e6a9950c9ad35',1,'amrex::detail']]], + ['tupletoarray_15241',['tupleToArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa56e578be45e0b9d7c0b071b3c68290a',1,'amrex::tupleToArray(GpuTuple< T, T2, Ts... > const &tup)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04644ea7c1c675a7ea4d19c4435e4907',1,'amrex::tupleToArray(GpuTuple< T > const &tup)']]], + ['type_15242',['Type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#afa3049bddd4c3493eeb9a1f62fa7981d',1,'amrex::Any::innards_base::Type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a04d77dc1e0009a1e01d45d067dbeed0e',1,'amrex::Any::innards::Type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad3ea6134bfd9b5a51d9ad381e548cb19',1,'amrex::Any::Type()']]], + ['type_15243',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01ValLocPair_3_01TV_00_01TI_01_4_01_4.html#a9ddcad1ca5990453ace2b8149173f7bd',1,'amrex::ParallelDescriptor::Mpi_typemap< ValLocPair< TV, TI > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap_3_01GpuComplex_3_01T_01_4_01_4.html#a4025a275e81686205f71df80a1833bcc',1,'amrex::ParallelDescriptor::Mpi_typemap< GpuComplex< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'amrex::BoxND::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'amrex::BoxND::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6eab931d74122bdf8c752c1b7562f8c6',1,'BoxND< AMREX_SPACEDIM >::type() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a62036b4692730f254c0b734a3d6be2',1,'BoxND< AMREX_SPACEDIM >::type(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a20021c8fa972de865da57cfd5d14fb81',1,'amrex::ParallelDescriptor::Message::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ae516333153a3f26f388eec71a73c1c2e',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a8200f24cfc6d6d4d77814c4095612c2f',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#ad2d00f03d307a91de38a715015a251ba',1,'amrex::ParallelDescriptor::Mpi_typemap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1Mpi__typemap.html#a178254a5520c3ee1ea23f47987392468',1,'amrex::ParallelDescriptor::Mpi_typemap::type()']]], + ['type_5fupdate_15244',['type_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9f2c23e3d3ccd73f1045f2bca61f7a11',1,'amrex::BoxArray']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_15.js b/amrex-hydro/Doxygen/html/search/functions_15.js index 13b07ba..9a6dd31 100644 --- a/amrex-hydro/Doxygen/html/search/functions_15.js +++ b/amrex-hydro/Doxygen/html/search/functions_15.js @@ -1,68 +1,68 @@ var searchData= [ - ['ubound_15171',['ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c',1,'amrex::ubound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c',1,'amrex::ubound(BoxND< dim > const &box) noexcept']]], - ['ubound_5fiv_15172',['ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c',1,'amrex']]], - ['unapplymetricterm_15173',['unapplyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'amrex::MLLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8681147e6aa6a83cba4451adda7b719c',1,'amrex::MLCellLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'MLLinOpT< Array< MultiFab, 3 > >::unapplyMetricTerm()']]], - ['ungrownbox_15174',['UngrownBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7bb682831638917318e9f87fee6871af',1,'amrex::FillPatchIterator']]], - ['unimposeneumannbc_15175',['unimposeNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae3ee387befb4f982cceda3997021d5c6',1,'amrex::MLNodeLaplacian::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'amrex::MLLinOpT::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'MLLinOpT< Array< MultiFab, 3 > >::unimposeNeumannBC()']]], - ['uninitializedfillnimpl_15176',['uninitializedFillNImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1ec1f5b314ec018aecc0e091949ff60e',1,'amrex::detail']]], - ['uniqify_15177',['uniqify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3fba31af025b800aef97da09bc4113c',1,'amrex::BoxArray']]], - ['uniquerandomsubset_15178',['UniqueRandomSubset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e',1,'amrex']]], - ['uniquestring_15179',['UniqueString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebee05e08302fb03e29f4270e933239c',1,'amrex']]], - ['unit_5fadvance_15180',['unit_advance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e',1,'amrex_io_module']]], - ['unit_5fget_5fskip_15181',['unit_get_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8',1,'amrex_io_module']]], - ['unit_5fnew_15182',['unit_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a',1,'amrex_io_module']]], - ['unit_5fskip_15183',['unit_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c',1,'amrex_io_module']]], - ['unit_5fstdin_15184',['unit_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426',1,'amrex_io_module']]], - ['unit_5fstdout_15185',['unit_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3',1,'amrex_io_module']]], - ['unlock_15186',['unlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#abd55deb11f6e1a89fa7e6ba517c581ff',1,'amrex::BlockMutex']]], - ['unnamed_15187',['Unnamed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac6df74b4b37bb6ee58dffea68507d259',1,'amrex::ParallelDescriptor']]], - ['unpack_5frecv_5fbuffer_5fcpu_15188',['unpack_recv_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< TagBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36',1,'amrex::NonLocalBC::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< TagBox >::unpack_recv_buffer_cpu()']]], - ['unpack_5frecv_5fbuffer_5fgpu_15189',['unpack_recv_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326',1,'amrex::NonLocalBC::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()']]], - ['unpack_5fvector_15190',['unpack_vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a07c7c9b9fd21fd9560151c2bfbfd7571',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::MultiFab &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a47b8fb64f7275cfcef4bfdbeabd57719',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::Vector< amrex::MultiFab > &S_data)']]], - ['unpackbuffer_15191',['unpackBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd',1,'amrex']]], - ['unpackparticledata_15192',['unpackParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::unpackParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'amrex::ParticleTileData::unpackParticleData()']]], - ['unpackrecvbuffers_15193',['UnpackRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e',1,'amrex::NonLocalBC::UnpackRecvBuffers(const PackComponents &components, FabArray< FAB > &dest, const CommData &recv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33',1,'amrex::NonLocalBC::UnpackRecvBuffers(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const CommData &recv)']]], - ['unpackremotes_15194',['unpackRemotes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b',1,'amrex']]], - ['unprotectednextid_15195',['UnprotectedNextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#adf0b591e84350f6fd8e805949784afdf',1,'amrex::ConstSoAParticle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a90b34785c758b4423ca560d3796fcd7a',1,'amrex::Particle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a33c92cc691f1fa2775ccaefcd0d359f0',1,'amrex::SoAParticle::UnprotectedNextID()']]], - ['unserializestringarray_15196',['UnSerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb',1,'amrex']]], - ['unset_15197',['unset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'amrex::IndexTypeND::unset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'IndexTypeND< AMREX_SPACEDIM >::unset()']]], - ['update_15198',['update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad6b4be6cef1783fdb223e5aa7eb50343',1,'amrex::MLEBABecLap::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a099b8059c7848bf601ca1cc33426ce24',1,'amrex::MLTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4482485699afcfc64adb1f8179714636',1,'amrex::MLCellLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae9730b505209a9fc2f255dd6cf9ea177',1,'amrex::MLCellABecLapT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a47b92deed478d2df8e6a92070437a17c',1,'amrex::MLALaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af3a21bba5cafce9e1c1c75194f37ca93',1,'amrex::MLABecLaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a1d44edef92b831724d6d6c061abfa47a',1,'amrex::AmrMeshInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#af2aee79b47516d601bcb86c5c345762a',1,'amrex::AmrInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa4a38baa43b1454a82381cbb0b8ff253',1,'amrex::MLEBTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'amrex::MLLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'MLLinOpT< Array< MultiFab, 3 > >::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7d4de7a03f5dcdc4c52c4451afb04737',1,'amrex::MLNodeABecLaplacian::update()']]], - ['update_5ffab_5fstats_15199',['update_fab_stats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8',1,'amrex::update_fab_stats(Long n, Long s, size_t szt) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a610006830e72a750eb65c44c5a540695',1,'amrex::update_fab_stats(Long n, Long s, std::size_t szt) noexcept']]], - ['update_5fhessenberg_15200',['update_hessenberg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'GMRES< MF, GMRESMLMGT< MF > >::update_hessenberg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'amrex::GMRES::update_hessenberg()']]], - ['update_5fsingular_5fflags_15201',['update_singular_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a33149b38d0c384a6ea3e324962847ef8',1,'amrex::MLABecLaplacianT']]], - ['updatebdkey_15202',['updateBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3918d10004ca8f4494fd9e6099bdabc3',1,'amrex::FabArrayBase']]], - ['updatebeta_15203',['updateBeta',['../classHydro_1_1MacProjector.html#ab0cfae54032e95667410d970443b90c4',1,'Hydro::MacProjector::updateBeta(amrex::Real a_const_beta)'],['../classHydro_1_1MacProjector.html#a1b03aef48fa18be5e482e7d99b5fb642',1,'Hydro::MacProjector::updateBeta(const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &)']]], - ['updatebndryvalues_15204',['updateBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a46045099a99335613063cba938a27623',1,'amrex::InterpBndryDataT']]], - ['updatecoeffs_15205',['updateCoeffs',['../classHydro_1_1MacProjector.html#a2997bc71017376e17231cd879d492169',1,'Hydro::MacProjector']]], - ['updatecorbc_15206',['updateCorBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6bb9614b2635f9935e7cb8816074a2ef',1,'amrex::MLCellLinOpT']]], - ['updatedataptr_15207',['UpdateDataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int *, DefaultAllocator< int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< index_type >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int *, DefaultAllocator< const int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::XDim3 >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::STLtools::Triangle >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::openbc::MomTag >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::NeighborCode >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::BoxND >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'amrex::PODVector::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< std::size_t >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< unsigned int >::UpdateDataPtr()']]], - ['updatedistributionmaps_15208',['UpdateDistributionMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a69fdf4e347142373696281d9269c6799',1,'amrex::AmrLevel']]], - ['updateinsitu_15209',['updateInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a6cfcdb14e8d28779382ac6406ab2ca',1,'amrex::Amr']]], - ['updateintercept_15210',['updateIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ade00ed9461b4c9782dd363cb75dc84ae',1,'amrex::STLtools::updateIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a51c892bf2db0a77c6411432c0e3ee20a',1,'amrex::EB2::GeometryShop::updateIntercept()']]], - ['updatemaxstreamindex_15211',['updateMaxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a434609107e7998739f79cb1e7409f06c',1,'amrex::ReduceData']]], - ['updatememusage_15212',['updateMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7022fe872e97df24058250928b3d84b6',1,'amrex::FabArrayBase']]], - ['updateneighbors_15213',['updateNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aeacb4e33f4b1946b8b7a5434a77f6d',1,'amrex::NeighborParticleContainer']]], - ['updateneighborsgpu_15214',['updateNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f70a3eeb349ea4d713b581c5beebc82',1,'amrex::NeighborParticleContainer']]], - ['updatepatch_15215',['UpdatePatch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aa55a8198c3168709333964b78c796a6a',1,'amrex::InSituUtils']]], - ['updatesingularflag_15216',['updateSingularFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb46c77177cf2f29c1cabac3d7edb1ad',1,'amrex::MLALaplacianT']]], - ['updatesolbc_15217',['updateSolBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a28d4c00dc8448c2c8f10dc519a42ae0f',1,'amrex::MLCellLinOpT']]], - ['updatestats_15218',['UpdateStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a613fe181c09a5abcd497c827b17c3bbb',1,'amrex::XYPlotDataList']]], - ['updatevelocity_15219',['updateVelocity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6bf02dee201be3491d55e71b1e98b72c',1,'amrex::MLNodeLaplacian']]], - ['upper_5fbound_15220',['upper_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab28eefec426cf22afcff6bd888243731',1,'amrex']]], - ['upperindex_15221',['UpperIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a74cecde9e2041a58b0d9b81b8ed00c22',1,'amrex::CoordSys']]], - ['useasyncout_15222',['UseAsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#adbc79ec1aacd0106757683aea46b43ce',1,'amrex::AsyncOut']]], - ['usedefaultstream_15223',['UseDefaultStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a86ecc5077df582ee99c76ad01a017bed',1,'amrex::MFItInfo']]], - ['useeb2_15224',['useEB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0',1,'amrex::EB2']]], - ['usefixedcoarsegrids_15225',['useFixedCoarseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee758e772b5c854d121923686d1d3949',1,'amrex::AmrMesh']]], - ['usefixeduptolevel_15226',['useFixedUpToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a6ff4a09f169c29d17327aa37b49d3e5a',1,'amrex::AmrMesh']]], - ['usegpuawarempi_15227',['UseGpuAwareMpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3e62b2c32fa5036fc1bb1dff1d819de6',1,'amrex::ParallelDescriptor']]], - ['usehypre_15228',['useHypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a69ca175723edf119484f91db70abd0ca',1,'amrex::OpenBCSolver']]], - ['useprecond_15229',['usePrecond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#acba210ae4c73c6e484ba27502baafbed',1,'amrex::GMRESMLMGT']]], - ['userfunc_15230',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abce24ad35cd0f876678f1da42c95bce2',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a6968cbb952d4548f38ff1f3955bae302',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc const &)=default']]], - ['usingprecreatedirectories_15231',['UsingPrecreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0ab98386ac1b7aac739c65a8c3f2d95',1,'amrex::Amr']]], - ['utilcreatecleandirectory_15232',['UtilCreateCleanDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912',1,'amrex']]], - ['utilcreatedirectory_15233',['UtilCreateDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824',1,'amrex']]], - ['utilcreatedirectorydestructive_15234',['UtilCreateDirectoryDestructive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe',1,'amrex']]], - ['utilrenamedirectorytoold_15235',['UtilRenameDirectoryToOld',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73',1,'amrex']]] + ['ubound_15245',['ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce6b4176121c2c23327903a8139af0c',1,'amrex::ubound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab66f1e3367c5cb1c03fad611f6b14d5c',1,'amrex::ubound(BoxND< dim > const &box) noexcept']]], + ['ubound_5fiv_15246',['ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f4e1e285a7b1d2aa7515e4bb8c725c',1,'amrex']]], + ['unapplymetricterm_15247',['unapplyMetricTerm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'amrex::MLLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8681147e6aa6a83cba4451adda7b719c',1,'amrex::MLCellLinOpT::unapplyMetricTerm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a87aa267936bffcd4ed6387b3138bd9d5',1,'MLLinOpT< Array< MultiFab, 3 > >::unapplyMetricTerm()']]], + ['ungrownbox_15248',['UngrownBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7bb682831638917318e9f87fee6871af',1,'amrex::FillPatchIterator']]], + ['unimposeneumannbc_15249',['unimposeNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae3ee387befb4f982cceda3997021d5c6',1,'amrex::MLNodeLaplacian::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'amrex::MLLinOpT::unimposeNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af5258bf128c18afbb9712ad7230dad8e',1,'MLLinOpT< Array< MultiFab, 3 > >::unimposeNeumannBC()']]], + ['uninitializedfillnimpl_15250',['uninitializedFillNImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1ec1f5b314ec018aecc0e091949ff60e',1,'amrex::detail']]], + ['uniqify_15251',['uniqify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae3fba31af025b800aef97da09bc4113c',1,'amrex::BoxArray']]], + ['uniquerandomsubset_15252',['UniqueRandomSubset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2c1209819cd8dd79499c2b9f088120e',1,'amrex']]], + ['uniquestring_15253',['UniqueString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebee05e08302fb03e29f4270e933239c',1,'amrex']]], + ['unit_5fadvance_15254',['unit_advance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aac1da49324f1aed83f2bd024ec43aa5e',1,'amrex_io_module']]], + ['unit_5fget_5fskip_15255',['unit_get_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abdeb5f15abfd64d74185c4e3dce5f2c8',1,'amrex_io_module']]], + ['unit_5fnew_15256',['unit_new',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a6fcead01fd17200da7dcfbfcb381b90a',1,'amrex_io_module']]], + ['unit_5fskip_15257',['unit_skip',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#abefa6fe1b18a0790254d5d8215bf590c',1,'amrex_io_module']]], + ['unit_5fstdin_15258',['unit_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a656089521bc62d04b85ee2b856936426',1,'amrex_io_module']]], + ['unit_5fstdout_15259',['unit_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#ab13339615f0e6ce5f15ec24348980ad3',1,'amrex_io_module']]], + ['unlock_15260',['unlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#abd55deb11f6e1a89fa7e6ba517c581ff',1,'amrex::BlockMutex']]], + ['unnamed_15261',['Unnamed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac6df74b4b37bb6ee58dffea68507d259',1,'amrex::ParallelDescriptor']]], + ['unpack_5frecv_5fbuffer_5fcpu_15262',['unpack_recv_buffer_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< TagBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4039bcfeee7e444019168686df8dfe36',1,'amrex::NonLocalBC::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'amrex::FabArray::unpack_recv_buffer_cpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_cpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_cpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_cpu(FabArray< amrex::EBCellFlagFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< amrex::Mask >::unpack_recv_buffer_cpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6251aaa8ffe703d3eb8a259393471a5a',1,'FabArray< FArrayBox >::unpack_recv_buffer_cpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< IArrayBox >::unpack_recv_buffer_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad3f362d93f85699c530e36d2f78193ff',1,'FabArray< TagBox >::unpack_recv_buffer_cpu()']]], + ['unpack_5frecv_5fbuffer_5fgpu_15263',['unpack_recv_buffer_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab6a98a57dd1e0440eac5dee97d79d326',1,'amrex::NonLocalBC::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< TagBox >::unpack_recv_buffer_gpu(FabArray< TagBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'amrex::FabArray::unpack_recv_buffer_gpu(FabArray< FAB > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< AtomicInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< AtomicInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< HYPRE_Int > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::BaseFab< PetscInt > >::unpack_recv_buffer_gpu(FabArray< amrex::BaseFab< PetscInt > > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::CutFab >::unpack_recv_buffer_gpu(FabArray< amrex::CutFab > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::EBCellFlagFab >::unpack_recv_buffer_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< amrex::Mask >::unpack_recv_buffer_gpu(FabArray< amrex::Mask > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a34105be3fcf0be0cc074081b0667441f',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< CopyComTagsContainer const * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< FArrayBox >::unpack_recv_buffer_gpu(FabArray< FArrayBox > &dst, int dcomp, int ncomp, Vector< char * > const &recv_data, Vector< std::size_t > const &recv_size, Vector< const CopyComTagsContainer * > const &recv_cctc, CpOp op, bool is_thread_safe)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c6dd4507f03d916f85476d2571a10c3',1,'FabArray< IArrayBox >::unpack_recv_buffer_gpu()']]], + ['unpack_5fvector_15264',['unpack_vector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a07c7c9b9fd21fd9560151c2bfbfd7571',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::MultiFab &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a47b8fb64f7275cfcef4bfdbeabd57719',1,'amrex::SundialsIntegrator::unpack_vector(N_Vector y_data, amrex::Vector< amrex::MultiFab > &S_data)']]], + ['unpackbuffer_15265',['unpackBuffer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af15f18636fe4b15834eac2c9b303fcbd',1,'amrex']]], + ['unpackparticledata_15266',['unpackParticleData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::unpackParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a04ff698794721724f295d18738c5436b',1,'amrex::ParticleTileData::unpackParticleData()']]], + ['unpackrecvbuffers_15267',['UnpackRecvBuffers',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a9dad3936d4a2ede70ac57d5d2d3b6e2e',1,'amrex::NonLocalBC::UnpackRecvBuffers(const PackComponents &components, FabArray< FAB > &dest, const CommData &recv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1af16f3ccbf44b758a852b190bedd33',1,'amrex::NonLocalBC::UnpackRecvBuffers(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const CommData &recv)']]], + ['unpackremotes_15268',['unpackRemotes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2930ae07976c9845d80d458c323eff2b',1,'amrex']]], + ['unprotectednextid_15269',['UnprotectedNextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#adf0b591e84350f6fd8e805949784afdf',1,'amrex::ConstSoAParticle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a90b34785c758b4423ca560d3796fcd7a',1,'amrex::Particle::UnprotectedNextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a33c92cc691f1fa2775ccaefcd0d359f0',1,'amrex::SoAParticle::UnprotectedNextID()']]], + ['unserializestringarray_15270',['UnSerializeStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23045f55caabc0bec388518c4c4adecb',1,'amrex']]], + ['unset_15271',['unset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'amrex::IndexTypeND::unset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a2b568afe5a2aa449299762ffccc7c2eb',1,'IndexTypeND< AMREX_SPACEDIM >::unset()']]], + ['update_15272',['update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad6b4be6cef1783fdb223e5aa7eb50343',1,'amrex::MLEBABecLap::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a099b8059c7848bf601ca1cc33426ce24',1,'amrex::MLTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4482485699afcfc64adb1f8179714636',1,'amrex::MLCellLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae9730b505209a9fc2f255dd6cf9ea177',1,'amrex::MLCellABecLapT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a47b92deed478d2df8e6a92070437a17c',1,'amrex::MLALaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af3a21bba5cafce9e1c1c75194f37ca93',1,'amrex::MLABecLaplacianT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#a1d44edef92b831724d6d6c061abfa47a',1,'amrex::AmrMeshInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#af2aee79b47516d601bcb86c5c345762a',1,'amrex::AmrInSituBridge::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa4a38baa43b1454a82381cbb0b8ff253',1,'amrex::MLEBTensorOp::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'amrex::MLLinOpT::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a81443deada65588ba7a71e191def4aa0',1,'MLLinOpT< Array< MultiFab, 3 > >::update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7d4de7a03f5dcdc4c52c4451afb04737',1,'amrex::MLNodeABecLaplacian::update()']]], + ['update_5ffab_5fstats_15273',['update_fab_stats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae096acad3cf4e038809c53d73c0c57c8',1,'amrex::update_fab_stats(Long n, Long s, size_t szt) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a610006830e72a750eb65c44c5a540695',1,'amrex::update_fab_stats(Long n, Long s, std::size_t szt) noexcept']]], + ['update_5fhessenberg_15274',['update_hessenberg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'GMRES< MF, GMRESMLMGT< MF > >::update_hessenberg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab5c227d648d01f4870f5083500d29d32',1,'amrex::GMRES::update_hessenberg()']]], + ['update_5fsingular_5fflags_15275',['update_singular_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a33149b38d0c384a6ea3e324962847ef8',1,'amrex::MLABecLaplacianT']]], + ['updatebdkey_15276',['updateBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3918d10004ca8f4494fd9e6099bdabc3',1,'amrex::FabArrayBase']]], + ['updatebeta_15277',['updateBeta',['../classHydro_1_1MacProjector.html#ab0cfae54032e95667410d970443b90c4',1,'Hydro::MacProjector::updateBeta(amrex::Real a_const_beta)'],['../classHydro_1_1MacProjector.html#a1b03aef48fa18be5e482e7d99b5fb642',1,'Hydro::MacProjector::updateBeta(const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &)']]], + ['updatebndryvalues_15278',['updateBndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a46045099a99335613063cba938a27623',1,'amrex::InterpBndryDataT']]], + ['updatecoeffs_15279',['updateCoeffs',['../classHydro_1_1MacProjector.html#a2997bc71017376e17231cd879d492169',1,'Hydro::MacProjector']]], + ['updatecorbc_15280',['updateCorBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6bb9614b2635f9935e7cb8816074a2ef',1,'amrex::MLCellLinOpT']]], + ['updatedataptr_15281',['UpdateDataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int *, DefaultAllocator< int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< index_type >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const ParticleReal * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int *, DefaultAllocator< const int * > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< const int * >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< char >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::XDim3 >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::STLtools::Triangle >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::openbc::MomTag >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::NeighborCode >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::BoxND >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'amrex::PODVector::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< std::size_t >::UpdateDataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a28a9b3abe95194c50e3e7bcdc069219b',1,'PODVector< unsigned int >::UpdateDataPtr()']]], + ['updatedistributionmaps_15282',['UpdateDistributionMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a69fdf4e347142373696281d9269c6799',1,'amrex::AmrLevel']]], + ['updateinsitu_15283',['updateInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8a6cfcdb14e8d28779382ac6406ab2ca',1,'amrex::Amr']]], + ['updateintercept_15284',['updateIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ade00ed9461b4c9782dd363cb75dc84ae',1,'amrex::STLtools::updateIntercept()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a51c892bf2db0a77c6411432c0e3ee20a',1,'amrex::EB2::GeometryShop::updateIntercept()']]], + ['updatemaxstreamindex_15285',['updateMaxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a434609107e7998739f79cb1e7409f06c',1,'amrex::ReduceData']]], + ['updatememusage_15286',['updateMemUsage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7022fe872e97df24058250928b3d84b6',1,'amrex::FabArrayBase']]], + ['updateneighbors_15287',['updateNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aeacb4e33f4b1946b8b7a5434a77f6d',1,'amrex::NeighborParticleContainer']]], + ['updateneighborsgpu_15288',['updateNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f70a3eeb349ea4d713b581c5beebc82',1,'amrex::NeighborParticleContainer']]], + ['updatepatch_15289',['UpdatePatch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#aa55a8198c3168709333964b78c796a6a',1,'amrex::InSituUtils']]], + ['updatesingularflag_15290',['updateSingularFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aeb46c77177cf2f29c1cabac3d7edb1ad',1,'amrex::MLALaplacianT']]], + ['updatesolbc_15291',['updateSolBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a28d4c00dc8448c2c8f10dc519a42ae0f',1,'amrex::MLCellLinOpT']]], + ['updatestats_15292',['UpdateStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a613fe181c09a5abcd497c827b17c3bbb',1,'amrex::XYPlotDataList']]], + ['updatevelocity_15293',['updateVelocity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6bf02dee201be3491d55e71b1e98b72c',1,'amrex::MLNodeLaplacian']]], + ['upper_5fbound_15294',['upper_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab28eefec426cf22afcff6bd888243731',1,'amrex']]], + ['upperindex_15295',['UpperIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a74cecde9e2041a58b0d9b81b8ed00c22',1,'amrex::CoordSys']]], + ['useasyncout_15296',['UseAsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#adbc79ec1aacd0106757683aea46b43ce',1,'amrex::AsyncOut']]], + ['usedefaultstream_15297',['UseDefaultStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a86ecc5077df582ee99c76ad01a017bed',1,'amrex::MFItInfo']]], + ['useeb2_15298',['useEB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad7f55d0b557cb48b84323df22a77d9d0',1,'amrex::EB2']]], + ['usefixedcoarsegrids_15299',['useFixedCoarseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aee758e772b5c854d121923686d1d3949',1,'amrex::AmrMesh']]], + ['usefixeduptolevel_15300',['useFixedUpToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a6ff4a09f169c29d17327aa37b49d3e5a',1,'amrex::AmrMesh']]], + ['usegpuawarempi_15301',['UseGpuAwareMpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3e62b2c32fa5036fc1bb1dff1d819de6',1,'amrex::ParallelDescriptor']]], + ['usehypre_15302',['useHypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a69ca175723edf119484f91db70abd0ca',1,'amrex::OpenBCSolver']]], + ['useprecond_15303',['usePrecond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#acba210ae4c73c6e484ba27502baafbed',1,'amrex::GMRESMLMGT']]], + ['userfunc_15304',['UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abce24ad35cd0f876678f1da42c95bce2',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a6968cbb952d4548f38ff1f3955bae302',1,'amrex::AMRErrorTag::UserFunc::UserFunc(UserFunc const &)=default']]], + ['usingprecreatedirectories_15305',['UsingPrecreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0ab98386ac1b7aac739c65a8c3f2d95',1,'amrex::Amr']]], + ['utilcreatecleandirectory_15306',['UtilCreateCleanDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a832f4ad883cbc470d76cde70a099e912',1,'amrex']]], + ['utilcreatedirectory_15307',['UtilCreateDirectory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a913fd7ccf7cab45bc7d8e2a09ddd2824',1,'amrex']]], + ['utilcreatedirectorydestructive_15308',['UtilCreateDirectoryDestructive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebce007d4152715af0cf44f3ab94d1fe',1,'amrex']]], + ['utilrenamedirectorytoold_15309',['UtilRenameDirectoryToOld',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2d0c6a2a5153df0d38d7cde07a89c73',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_16.js b/amrex-hydro/Doxygen/html/search/functions_16.js index df55708..2fe9432 100644 --- a/amrex-hydro/Doxygen/html/search/functions_16.js +++ b/amrex-hydro/Doxygen/html/search/functions_16.js @@ -1,24 +1,24 @@ var searchData= [ - ['validateuserinput_15236',['ValidateUserInput',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739',1,'amrex::VectorGrowthStrategy::detail']]], - ['validbox_15237',['validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a77ae102619461dabde09c7801390b841',1,'amrex::MFIter::validbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a06370be1805b070ebf8964b57b5957e5',1,'amrex::EB2::GFab::validbox()']]], - ['value_15238',['value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a05d9d8beb406be38812442c318e5d434',1,'amrex::ReduceOps::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a2d7733b7adfa9401fdc90202486d2b54',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ab375ddfc635376587d621e83a8daa746',1,'amrex::ReduceData::value(ReduceOps< Ps... > &reduce_op)']]], - ['vanleer_15239',['vanLeer',['../structPPM_1_1vanleer.html#a7b61be2b2ab4f4ccda5b7e9208a5ee2d',1,'PPM::vanleer']]], - ['variablecleanup_15240',['variableCleanUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a7ba6a4758a8402bc7d91ba7e636d2094',1,'amrex::LevelBld']]], - ['variablename_15241',['variableName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a390fb97e437dd3b2fc3b5be48804dd0d',1,'amrex::DeriveRec']]], - ['variablesetup_15242',['variableSetUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#ab7638fd4ea5c9153a4c81797034b6688',1,'amrex::LevelBld']]], - ['variablesetupfornewcompprocs_15243',['variableSetUpForNewCompProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#af5b8be4ad0e53d191561488d2f1136d3',1,'amrex::LevelBld']]], - ['varnames_15244',['varNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4b41aced7339c79e76729d342456564e',1,'amrex::PlotFileDataImpl::varNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#abdc4d9be2576d4f7b6f2b4af2ace47da',1,'amrex::PlotFileData::varNames()']]], - ['vect_15245',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a3a8e11f7ca6df497a8fa29179b7f85fa',1,'amrex::BCRec::vect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adfdfaa53c102691ab684e97bcb51e188',1,'amrex::BCRec::vect() &&=delete']]], - ['vectorlength_15246',['vectorLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept']]], - ['verbose_15247',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e',1,'amrex::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aecfa142bba944fe440b23bd13a79c08e',1,'amrex::ParticleContainerBase::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ab1ed7e37b6df653a97423cd2402d4817',1,'amrex::ForkJoin::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac33caf53799dfb8c0b2160bf2a228c1b',1,'BLProfStats::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4fe2b9e6e5a2c039c7684f364a5c8bb2',1,'amrex::ParmParse::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af952472581f78b118b6337ec671d65f4',1,'amrex::AmrData::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9b78b807755b822ba0c46ec0e3150089',1,'amrex::AmrMesh::Verbose()']]], - ['version_15248',['Version',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d',1,'amrex']]], - ['vfeps_15249',['VfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a31f677540a6f76eb6d0f414a71ed544a',1,'amrex::AmrData']]], - ['vismf_15250',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ac004ba1e006788eb0b77356977f72238',1,'amrex::VisMF::VisMF(std::string fafab_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af548c2f100181d3712792cf4fae27ef5',1,'amrex::VisMF::VisMF(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a882c0b2883ef4da0ba1b314a8f620d6c',1,'amrex::VisMF::VisMF(VisMF &&)=delete']]], - ['vismfbasename_15251',['VisMFBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec030b01162fc088d8de7dc493235430',1,'amrex']]], - ['vismfwrite_15252',['VisMFWrite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c',1,'amrex']]], - ['vismfwriteheader_15253',['VisMFWriteHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33',1,'amrex']]], - ['volume_15254',['volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'amrex::BoxND::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a098e1f2357e21072c37d33fff98d9cb7',1,'amrex::RealBox::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'BoxND< AMREX_SPACEDIM >::volume()']]], - ['volume_15255',['Volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a26f93383859ece5c7349633cc9f50948',1,'amrex::Geometry::Volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1f29329ea886494a3df45eaba9c0b2cb',1,'amrex::CoordSys::Volume(const Real xlo[AMREX_SPACEDIM], const Real xhi[AMREX_SPACEDIM]) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aba35a53907662ab238f8ad457a9c242d',1,'amrex::CoordSys::Volume(const IntVect &point) const']]], - ['volumeweightedsum_15256',['volumeWeightedSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd',1,'amrex']]] + ['validateuserinput_15310',['ValidateUserInput',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html#a55450ed37c6677fb96a9f9c724553739',1,'amrex::VectorGrowthStrategy::detail']]], + ['validbox_15311',['validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a77ae102619461dabde09c7801390b841',1,'amrex::MFIter::validbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a06370be1805b070ebf8964b57b5957e5',1,'amrex::EB2::GFab::validbox()']]], + ['value_15312',['value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a05d9d8beb406be38812442c318e5d434',1,'amrex::ReduceOps::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a2d7733b7adfa9401fdc90202486d2b54',1,'amrex::ReduceData::value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ab375ddfc635376587d621e83a8daa746',1,'amrex::ReduceData::value(ReduceOps< Ps... > &reduce_op)']]], + ['vanleer_15313',['vanLeer',['../structPPM_1_1vanleer.html#a7b61be2b2ab4f4ccda5b7e9208a5ee2d',1,'PPM::vanleer']]], + ['variablecleanup_15314',['variableCleanUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a7ba6a4758a8402bc7d91ba7e636d2094',1,'amrex::LevelBld']]], + ['variablename_15315',['variableName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a390fb97e437dd3b2fc3b5be48804dd0d',1,'amrex::DeriveRec']]], + ['variablesetup_15316',['variableSetUp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#ab7638fd4ea5c9153a4c81797034b6688',1,'amrex::LevelBld']]], + ['variablesetupfornewcompprocs_15317',['variableSetUpForNewCompProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#af5b8be4ad0e53d191561488d2f1136d3',1,'amrex::LevelBld']]], + ['varnames_15318',['varNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4b41aced7339c79e76729d342456564e',1,'amrex::PlotFileDataImpl::varNames()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#abdc4d9be2576d4f7b6f2b4af2ace47da',1,'amrex::PlotFileData::varNames()']]], + ['vect_15319',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a3a8e11f7ca6df497a8fa29179b7f85fa',1,'amrex::BCRec::vect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adfdfaa53c102691ab684e97bcb51e188',1,'amrex::BCRec::vect() &&=delete']]], + ['vectorlength_15320',['vectorLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5cb72900ed102d11d069c1e157364f59',1,'amrex::RealVect::vectorLength() const noexcept']]], + ['verbose_15321',['Verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acafd26c0f64d958aed9ee56043c4f10e',1,'amrex::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aecfa142bba944fe440b23bd13a79c08e',1,'amrex::ParticleContainerBase::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ab1ed7e37b6df653a97423cd2402d4817',1,'amrex::ForkJoin::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac33caf53799dfb8c0b2160bf2a228c1b',1,'BLProfStats::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4fe2b9e6e5a2c039c7684f364a5c8bb2',1,'amrex::ParmParse::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af952472581f78b118b6337ec671d65f4',1,'amrex::AmrData::Verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9b78b807755b822ba0c46ec0e3150089',1,'amrex::AmrMesh::Verbose()']]], + ['version_15322',['Version',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4158723bb78d3d5f19e396a20c0ce2d',1,'amrex']]], + ['vfeps_15323',['VfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a31f677540a6f76eb6d0f414a71ed544a',1,'amrex::AmrData']]], + ['vismf_15324',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ac004ba1e006788eb0b77356977f72238',1,'amrex::VisMF::VisMF(std::string fafab_name)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af548c2f100181d3712792cf4fae27ef5',1,'amrex::VisMF::VisMF(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a882c0b2883ef4da0ba1b314a8f620d6c',1,'amrex::VisMF::VisMF(VisMF &&)=delete']]], + ['vismfbasename_15325',['VisMFBaseName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec030b01162fc088d8de7dc493235430',1,'amrex']]], + ['vismfwrite_15326',['VisMFWrite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9dca52e8981b35caa7b00d00c8c6a8c',1,'amrex']]], + ['vismfwriteheader_15327',['VisMFWriteHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0009871904f8601dbda21f3654b7bb33',1,'amrex']]], + ['volume_15328',['Volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aba35a53907662ab238f8ad457a9c242d',1,'amrex::CoordSys::Volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a26f93383859ece5c7349633cc9f50948',1,'amrex::Geometry::Volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1f29329ea886494a3df45eaba9c0b2cb',1,'amrex::CoordSys::Volume()']]], + ['volume_15329',['volume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a098e1f2357e21072c37d33fff98d9cb7',1,'amrex::RealBox::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'BoxND< AMREX_SPACEDIM >::volume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7633d0b8d59816eeb7a035908d31f1b4',1,'amrex::BoxND::volume()']]], + ['volumeweightedsum_15330',['volumeWeightedSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5daadefeacaedc115d9a284241da21cd',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_17.js b/amrex-hydro/Doxygen/html/search/functions_17.js index c9fe5f9..0d8dfb7 100644 --- a/amrex-hydro/Doxygen/html/search/functions_17.js +++ b/amrex-hydro/Doxygen/html/search/functions_17.js @@ -1,87 +1,88 @@ var searchData= [ - ['wait_15257',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a5af349e5e3e927e2960c462281eec3be',1,'amrex::Scan::detail::BlockStatus< T, true >']]], - ['wait_15258',['Wait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a98b17038c0286de4668a2bed1102d3b6',1,'amrex::AsyncOut::Wait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a307e6fc3b7df510cca76aff2fda29435',1,'amrex::ParallelDescriptor::Wait()']]], - ['wait_15259',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ad18fe9acd4ed08655aa7aa4af86e0739',1,'amrex::Scan::detail::BlockStatus< T, false >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a94e427eb0ffccce4adcf6a7bc0954c91',1,'amrex::ParallelDescriptor::Message::wait()']]], - ['waitall_15260',['Waitall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a63d04588d41cd108e9255c231e2562d9',1,'amrex::ParallelDescriptor']]], - ['waitany_15261',['Waitany',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a201290543de69eac17ee181475285844',1,'amrex::ParallelDescriptor']]], - ['waitsome_15262',['Waitsome',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3a66ca3d4d64098f62c7aa9c92dcffbb',1,'amrex::ParallelDescriptor']]], - ['warning_15263',['Warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd',1,'amrex::Warning(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab',1,'amrex::Warning(const char *msg)']]], - ['warning_5fhost_15264',['Warning_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9',1,'amrex']]], - ['weight_15265',['weight',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#ac8ca6a64321140bc39bd7458da778941',1,'amrex::WeightedBox::weight()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a8e02e1702d53c5b8a60b341aceadb929',1,'amrex::WeightedBoxList::weight()']]], - ['weightedbox_15266',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a881623a58303364995413ce41b090c0d',1,'amrex::WeightedBox']]], - ['weightedsync_15267',['WeightedSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad80a338735a5addaa47a0726cb24c8c5',1,'amrex::MultiFab']]], - ['where_15268',['Where',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'amrex::ParticleContainer_impl::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'amrex::ParticleContainer_impl::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const']]], - ['which_5ftime_15269',['which_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a58f60bcd444acf5b3acfe94db3981969',1,'amrex::AmrLevel']]], - ['whichregions_15270',['WhichRegions',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a727443269bcefa8b233a831ed76a0d02',1,'BLProfStats']]], - ['whichsetposition_15271',['WhichSetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af7dd1b0a5336926700c382a1af0ab5de',1,'amrex::NFilesIter']]], - ['workesttype_15272',['WorkEstType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1c91cb169c86fd95b76b5742687ad949',1,'amrex::AmrLevel']]], - ['wrap_5fdata_15273',['wrap_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ac00653640d3ff263ede973737d5a76a0',1,'amrex::SundialsIntegrator::wrap_data(amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a70d9723d0841fa5cffb111f370edc0e4',1,'amrex::SundialsIntegrator::wrap_data(amrex::MultiFab &S_data)']]], - ['write_15274',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa6ffee464cd67617c540f751360e05c2',1,'amrex::FabSetT']]], - ['write_15275',['Write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a313ca057593008291c4d10bd65151ebd',1,'amrex']]], - ['write_15276',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0c8efd8e75a881af49dbfc1e6bdc5184',1,'amrex::FluxRegister::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#afd41640c47c96b51a2a82f9a5e357eb2',1,'amrex::FABio_binary::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a72ee5d51bb3a9b5d75dfbea6feb4b977',1,'amrex::FABio_ascii::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9f3613de6718fe144a97c33ad2c754bc',1,'amrex::FABio_8bit::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a9ecb5c9d864f0eb7cb8c54ba08a148c9',1,'amrex::FABio::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a18c2a8b193ac63488ae4d1ef4acad7b8',1,'amrex::BndryRegisterT::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#ad4db32bf4e7c8012e79dd154c779609c',1,'amrex::Scan::detail::BlockStatus< T, true >::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a2192c0c39126608c6d0d3803dd9e0544',1,'amrex::Scan::detail::BlockStatus< T, false >::write()']]], - ['write_15277',['Write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4918ae26fa1215758fd8aa7387c02b13',1,'amrex::VisMF::Write(const FArrayBox &fab, const std::string &filename, std::ostream &os, Long &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e5f6020891d546ab4ce2c0c6a012932',1,'amrex::VisMF::Write(const FabArray< FArrayBox > &mf, const std::string &name, VisMF::How how=NFiles, bool set_ghost=false)']]], - ['write2dboxfrom3d_15278',['Write2DBoxFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61',1,'amrex']]], - ['write2dfab_15279',['Write2DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2acbc851871868eb313f35d3512e986',1,'amrex']]], - ['write2dtext_15280',['Write2DText',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a',1,'amrex']]], - ['write3dfab_15281',['Write3DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f',1,'amrex']]], - ['write_5fheader_15282',['write_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#af1cf8858b1a0e49ea7f62461d42f453e',1,'amrex::FABio::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7eea80650ac31cd5d2264641e2fe6886',1,'amrex::FABio_8bit::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#aeddba7789a111c378b6e3030a025b2da',1,'amrex::FABio_ascii::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ad0a86d6929c2694a6303184dba73f2c2',1,'amrex::FABio_binary::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#a115a9680959d37058cda61ae123f475e',1,'amrex::IFABio::write_header()']]], - ['write_5fto_5fchkpt_5ffile_15283',['write_to_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a59a0dad41168327c4720c9afb6b8fb3c',1,'amrex::EB2::ChkptFile::write_to_chkpt_file()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7c96f2171467f960c184e3f093f9e3b1',1,'amrex::EB2::Level::write_to_chkpt_file()']]], - ['write_5fto_5fstderr_5fwithout_5fbuffering_15284',['write_to_stderr_without_buffering',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e',1,'amrex']]], - ['writeasciifile_15285',['WriteAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'amrex::ParticleContainer_impl::WriteAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteAsciiFile(const std::string &file)']]], - ['writebinaryparticledata_15286',['WriteBinaryParticleData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData()']]], - ['writeblueprintfiles_15287',['WriteBlueprintFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c',1,'amrex']]], - ['writecommstats_15288',['WriteCommStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a586676adde2a557d8eab1e64948b3bb2',1,'amrex::BLProfiler']]], - ['writedata_15289',['writeData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14',1,'amrex::writeData(int const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1',1,'amrex::writeData(double const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31',1,'amrex::writeData(float const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e',1,'amrex::writeData(Long const *data, std::size_t size, std::ostream &os)']]], - ['writedoubledata_15290',['writeDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25',1,'amrex']]], - ['writeebsurface_15291',['WriteEBSurface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39109bb21761f9999a91aba81f033cac',1,'amrex']]], - ['writeebvtp_15292',['WriteEBVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a9795643b31358ac5f35c30f291d15adf',1,'amrex::EBToPVD']]], - ['writeedisontopomf_15293',['WriteEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a829919a6ccc9bb521cdf384ae48625f1',1,'CommProfStats']]], - ['writefab_15294',['WriteFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#afcdd4404f2ca3f010183af77bd3ddf41',1,'amrex::DataServices::WriteFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5',1,'amrex::WriteFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad906ced33b23b08c9ddb1fe7767c02dc',1,'amrex::DataServices::WriteFab()']]], - ['writefabs_15295',['writeFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934',1,'amrex::writeFabs(const MultiFab &mf, int comp, int ncomp, const std::string &name)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5',1,'amrex::writeFabs(const MultiFab &mf, const std::string &name)']]], - ['writefloatdata_15296',['writeFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4',1,'amrex']]], - ['writegenericplotfileheader_15297',['WriteGenericPlotfileHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c',1,'amrex']]], - ['writegenericplotfileheaderhdf5_15298',['WriteGenericPlotfileHeaderHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5531ab9e11a41c67335566828817058',1,'amrex']]], - ['writeheader_15299',['writeHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a8f5e5253d66ca9845131bf51279dbbe6',1,'amrex::EB2::ChkptFile']]], - ['writeheader_15300',['WriteHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3b5f7e2dff066bdd41c8e51b84886467',1,'amrex::VisMF']]], - ['writeheaderdoit_15301',['WriteHeaderDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51536847554046eeae6c178301449e94',1,'amrex::VisMF']]], - ['writehtml_15302',['WriteHTML',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0fca3e030775e84a7aead8f2c0930e35',1,'RegionsProfStats']]], - ['writehtmlnc_15303',['WriteHTMLNC',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a279acba4a2814e23bc08c80031c73401',1,'RegionsProfStats']]], - ['writeintdata_15304',['writeIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef',1,'amrex::writeIntData(const int *data, std::size_t size, std::ostream &os, const IntDescriptor &id=FPC::NativeIntDescriptor())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5',1,'amrex::writeIntData(const From *data, std::size_t size, std::ostream &os, const amrex::IntDescriptor &id)']]], - ['writelongdata_15305',['writeLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc',1,'amrex']]], - ['writemlmf_15306',['WriteMLMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320',1,'amrex']]], - ['writemultilevelplotfile_15307',['WriteMultiLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20',1,'amrex']]], - ['writemultilevelplotfilehdf5_15308',['WriteMultiLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e',1,'amrex']]], - ['writemultilevelplotfilehdf5multidset_15309',['WriteMultiLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5',1,'amrex']]], - ['writemultilevelplotfilehdf5singledset_15310',['WriteMultiLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911',1,'amrex']]], - ['writemultilevelplotfileheaders_15311',['WriteMultiLevelPlotfileHeaders',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace783f22796d80958dc5a14440a432fb',1,'amrex']]], - ['writeon_15312',['writeOn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a04ca3dcf52f6b544da13209deb8ca5bc',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a924617bc66416c85d920ec7dcbdae3a4',1,'amrex::Mask::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a5b92904d49c1491c854cef12c034fd43',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4e2f034c17bb24bb7a98e164c213f03b',1,'amrex::DistributionMapping::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20e70e6b9fe276e04f66520bb2f56931',1,'amrex::BoxArray::writeOn()']]], - ['writeonlyheader_15313',['WriteOnlyHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8807abfd4ec1e3790a765096f2d6b724',1,'amrex::VisMF']]], - ['writeparticlerealdata_15314',['WriteParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'amrex::ParticleContainer_impl::WriteParticleRealData()']]], - ['writeparticles_15315',['WriteParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'amrex::ParticleContainer_impl::WriteParticles()']]], - ['writeplotfile_15316',['WritePlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60440de48a953eec9553933d683ef9e',1,'amrex']]], - ['writeplotfile_15317',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773',1,'amrex::writePlotFile(const std::string &dir, std::ostream &os, int level, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b',1,'amrex::writePlotFile(const char *name, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33613c6a739f7a1c323a4430d889735',1,'amrex::writePlotFile(const char *name, const amrex::MultiFab &mf, const amrex::Geometry &geom, const amrex::IntVect &refRatio, amrex::Real bgVal, const amrex::Vector< std::string > &names)']]], - ['writeplotfile_15318',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, const Vector< Box > &probDomain, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const']]], - ['writeplotfile_15319',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1913d5ba8be07f02e9ae1f1b2c667a18',1,'amrex::Amr::writePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aac3f74f8caafcc7b7cf0d3b33480e5d7',1,'amrex::AmrLevel::writePlotFile()']]], - ['writeplotfile_15320',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name) const']]], - ['writeplotfile2dfrom3d_15321',['WritePlotfile2DFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e',1,'amrex']]], - ['writeplotfiledoit_15322',['writePlotFileDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1ed3ee4ce3c8cc59e0b64767105cd936',1,'amrex::Amr']]], - ['writeplotfilepost_15323',['WritePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'amrex::ParticleContainer_impl::WritePlotFilePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePost()']]], - ['writeplotfilepost_15324',['writePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3e2abd422506f2fb1ee6f55a47433f42',1,'amrex::AmrLevel']]], - ['writeplotfilepre_15325',['WritePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'amrex::ParticleContainer_impl::WritePlotFilePre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePre()']]], - ['writeplotfilepre_15326',['writePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a186555902c913a437e6676f5cec90ae8',1,'amrex::AmrLevel']]], - ['writeplotnow_15327',['writePlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac56504a819c5f48033a0c10f94dc64ce',1,'amrex::Amr::writePlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1de622e094b4e64e2491a82a3acefc1d',1,'amrex::AmrLevel::writePlotNow()']]], - ['writepvtp_15328',['WritePVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aa55d2d01fac1d3f0d6d489ec74f0698a',1,'amrex::EBToPVD']]], - ['writerealdata_15329',['writeRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600',1,'amrex']]], - ['writesinglelevelplotfile_15330',['WriteSingleLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a',1,'amrex']]], - ['writesinglelevelplotfilehdf5_15331',['WriteSingleLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4091ae0cef4a267c78724116432a941',1,'amrex']]], - ['writesinglelevelplotfilehdf5multidset_15332',['WriteSingleLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd149d5130892485ad747e8152093df9',1,'amrex']]], - ['writesinglelevelplotfilehdf5singledset_15333',['WriteSingleLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3fc410d182f902647727772313eb291',1,'amrex']]], - ['writesmallplotfile_15334',['writeSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a01705c5091524e41df7d4d5b4fc27de8',1,'amrex::Amr::writeSmallPlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a82a5b2421ec382b24be0a33a27d82f59',1,'amrex::AmrLevel::writeSmallPlotFile(const std::string &, std::ostream &, VisMF::How=VisMF::NFiles)']]], - ['writesmallplotnow_15335',['writeSmallPlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2972b42fa723220283b8275fcd7a8be8',1,'amrex::AmrLevel::writeSmallPlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a79963ad1530c1e895fed27bfd77f2131',1,'amrex::Amr::writeSmallPlotNow()']]], - ['writestats_15336',['WriteStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae9c6593367e7cd7ad938ad27bfa3cfd7',1,'amrex::BLProfiler']]], - ['writesummary_15337',['WriteSummary',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad8e5ab01ec36f0207ed5e6efaee602c8',1,'RegionsProfStats::WriteSummary()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a122f7a15129ff8ed33a877f5115d083f',1,'BLProfStats::WriteSummary()']]], - ['writetexttrace_15338',['WriteTextTrace',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ada5474a33c2271c7ad139ccff508399a',1,'RegionsProfStats']]], - ['writetofile_15339',['writeToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a41692da26c7e025be0e39c8a149a8739',1,'amrex::EB2::ChkptFile']]], - ['writetopofab_15340',['WriteTopoFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab1e0fdef8849f319d13a3a68234dc68b',1,'CommProfStats']]] + ['wait_15331',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a5af349e5e3e927e2960c462281eec3be',1,'amrex::Scan::detail::BlockStatus< T, true >']]], + ['wait_15332',['Wait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a98b17038c0286de4668a2bed1102d3b6',1,'amrex::AsyncOut::Wait()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a307e6fc3b7df510cca76aff2fda29435',1,'amrex::ParallelDescriptor::Wait()']]], + ['wait_15333',['wait',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#ad18fe9acd4ed08655aa7aa4af86e0739',1,'amrex::Scan::detail::BlockStatus< T, false >::wait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a94e427eb0ffccce4adcf6a7bc0954c91',1,'amrex::ParallelDescriptor::Message::wait()']]], + ['waitall_15334',['Waitall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a63d04588d41cd108e9255c231e2562d9',1,'amrex::ParallelDescriptor']]], + ['waitany_15335',['Waitany',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a201290543de69eac17ee181475285844',1,'amrex::ParallelDescriptor']]], + ['waitsome_15336',['Waitsome',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3a66ca3d4d64098f62c7aa9c92dcffbb',1,'amrex::ParallelDescriptor']]], + ['warning_15337',['Warning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad1cc69bc2c0172148e82713abb30d2dd',1,'amrex::Warning(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a03acb27c6c261b36754a5886f87170ab',1,'amrex::Warning(const char *msg)']]], + ['warning_5fhost_15338',['Warning_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1e74d5d4c035c4f129a0cbb28077cf9',1,'amrex']]], + ['weight_15339',['weight',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#ac8ca6a64321140bc39bd7458da778941',1,'amrex::WeightedBox::weight()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a8e02e1702d53c5b8a60b341aceadb929',1,'amrex::WeightedBoxList::weight()']]], + ['weightedbox_15340',['WeightedBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a881623a58303364995413ce41b090c0d',1,'amrex::WeightedBox']]], + ['weightedsync_15341',['WeightedSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad80a338735a5addaa47a0726cb24c8c5',1,'amrex::MultiFab']]], + ['where_15342',['Where',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'amrex::ParticleContainer_impl::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'amrex::ParticleContainer_impl::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4d6bffe8bd2e0c3f068c724ad16026ed',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where(const P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac8c9f18cd45f82e224ed9071f67b1b58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Where(const P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int nGrow=0, int local_grid=-1) const']]], + ['which_5ftime_15343',['which_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a58f60bcd444acf5b3acfe94db3981969',1,'amrex::AmrLevel']]], + ['whichregions_15344',['WhichRegions',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a727443269bcefa8b233a831ed76a0d02',1,'BLProfStats']]], + ['whichsetposition_15345',['WhichSetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af7dd1b0a5336926700c382a1af0ab5de',1,'amrex::NFilesIter']]], + ['workesttype_15346',['WorkEstType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1c91cb169c86fd95b76b5742687ad949',1,'amrex::AmrLevel']]], + ['wrap_5fdata_15347',['wrap_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ac00653640d3ff263ede973737d5a76a0',1,'amrex::SundialsIntegrator::wrap_data(amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a70d9723d0841fa5cffb111f370edc0e4',1,'amrex::SundialsIntegrator::wrap_data(amrex::MultiFab &S_data)']]], + ['write_15348',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa6ffee464cd67617c540f751360e05c2',1,'amrex::FabSetT']]], + ['write_15349',['Write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a313ca057593008291c4d10bd65151ebd',1,'amrex']]], + ['write_15350',['write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0c8efd8e75a881af49dbfc1e6bdc5184',1,'amrex::FluxRegister::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#afd41640c47c96b51a2a82f9a5e357eb2',1,'amrex::FABio_binary::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#a72ee5d51bb3a9b5d75dfbea6feb4b977',1,'amrex::FABio_ascii::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a9f3613de6718fe144a97c33ad2c754bc',1,'amrex::FABio_8bit::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a9ecb5c9d864f0eb7cb8c54ba08a148c9',1,'amrex::FABio::write()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a18c2a8b193ac63488ae4d1ef4acad7b8',1,'amrex::BndryRegisterT::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#ad4db32bf4e7c8012e79dd154c779609c',1,'amrex::Scan::detail::BlockStatus< T, true >::write()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a2192c0c39126608c6d0d3803dd9e0544',1,'amrex::Scan::detail::BlockStatus< T, false >::write()']]], + ['write_15351',['Write',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4918ae26fa1215758fd8aa7387c02b13',1,'amrex::VisMF::Write(const FArrayBox &fab, const std::string &filename, std::ostream &os, Long &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e5f6020891d546ab4ce2c0c6a012932',1,'amrex::VisMF::Write(const FabArray< FArrayBox > &mf, const std::string &name, VisMF::How how=NFiles, bool set_ghost=false)']]], + ['write2dboxfrom3d_15352',['Write2DBoxFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05e93313b0f001e810b02a69f71c5b61',1,'amrex']]], + ['write2dfab_15353',['Write2DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2acbc851871868eb313f35d3512e986',1,'amrex']]], + ['write2dtext_15354',['Write2DText',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e9acfad7e7501e9ff98d50a73b1382a',1,'amrex']]], + ['write3dfab_15355',['Write3DFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c02ea7752fae69fe9fb9e7f9c3e6f4f',1,'amrex']]], + ['write_5fheader_15356',['write_header',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#af1cf8858b1a0e49ea7f62461d42f453e',1,'amrex::FABio::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__8bit.html#a7eea80650ac31cd5d2264641e2fe6886',1,'amrex::FABio_8bit::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__ascii.html#aeddba7789a111c378b6e3030a025b2da',1,'amrex::FABio_ascii::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#ad0a86d6929c2694a6303184dba73f2c2',1,'amrex::FABio_binary::write_header()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IFABio.html#a115a9680959d37058cda61ae123f475e',1,'amrex::IFABio::write_header()']]], + ['write_5fto_5fchkpt_5ffile_15357',['write_to_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a59a0dad41168327c4720c9afb6b8fb3c',1,'amrex::EB2::ChkptFile::write_to_chkpt_file()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7c96f2171467f960c184e3f093f9e3b1',1,'amrex::EB2::Level::write_to_chkpt_file()']]], + ['write_5fto_5fstderr_5fwithout_5fbuffering_15358',['write_to_stderr_without_buffering',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c0dc9355722e150b88c6fc71422288e',1,'amrex']]], + ['writeasciifile_15359',['WriteAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'amrex::ParticleContainer_impl::WriteAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2e67d70bb4169a2dd136c2a2bc92b236',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteAsciiFile(const std::string &file)']]], + ['writebinaryparticledata_15360',['WriteBinaryParticleData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a8e2763cc8b3981224ac276a9e0a194',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteBinaryParticleData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4e0e6f2fb52c965375cdce298727b56',1,'amrex::ParticleContainer_impl::WriteBinaryParticleData()']]], + ['writeblueprintfiles_15361',['WriteBlueprintFiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec07a7132a048a1ab29b5a4b262eda8c',1,'amrex']]], + ['writecommstats_15362',['WriteCommStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a586676adde2a557d8eab1e64948b3bb2',1,'amrex::BLProfiler']]], + ['writedata_15363',['writeData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0401938be1aa864fb878ee171a6fb14',1,'amrex::writeData(int const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1950e496a6aafaad04f6b147af3bd6e1',1,'amrex::writeData(double const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e3bdcedf2e665446f241d3d34cb5b31',1,'amrex::writeData(float const *data, std::size_t size, std::ostream &os)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01a43d1a99e96ce0f348dc5659029a6e',1,'amrex::writeData(Long const *data, std::size_t size, std::ostream &os)']]], + ['writedoubledata_15364',['writeDoubleData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cb2d187853bfabaaf7d74de8c950c25',1,'amrex']]], + ['writeebsurface_15365',['WriteEBSurface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39109bb21761f9999a91aba81f033cac',1,'amrex']]], + ['writeebvtp_15366',['WriteEBVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a9795643b31358ac5f35c30f291d15adf',1,'amrex::EBToPVD']]], + ['writeedisontopomf_15367',['WriteEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a829919a6ccc9bb521cdf384ae48625f1',1,'CommProfStats']]], + ['writefab_15368',['WriteFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#afcdd4404f2ca3f010183af77bd3ddf41',1,'amrex::DataServices::WriteFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d17597e95ab560d6e8db9bd3bc5c3d5',1,'amrex::WriteFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad906ced33b23b08c9ddb1fe7767c02dc',1,'amrex::DataServices::WriteFab()']]], + ['writefabs_15369',['writeFabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f903b417da5fb1d02ea65d0bbf8934',1,'amrex::writeFabs(const MultiFab &mf, int comp, int ncomp, const std::string &name)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78ee47545ca66e809f4f680e7513cbd5',1,'amrex::writeFabs(const MultiFab &mf, const std::string &name)']]], + ['writefloatdata_15370',['writeFloatData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9c3dd444d301063e6190234413bda4',1,'amrex']]], + ['writegenericplotfileheader_15371',['WriteGenericPlotfileHeader',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaa559cd77a4c889c84b144f59a6e35c',1,'amrex']]], + ['writegenericplotfileheaderhdf5_15372',['WriteGenericPlotfileHeaderHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5531ab9e11a41c67335566828817058',1,'amrex']]], + ['writeheader_15373',['writeHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a8f5e5253d66ca9845131bf51279dbbe6',1,'amrex::EB2::ChkptFile']]], + ['writeheader_15374',['WriteHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3b5f7e2dff066bdd41c8e51b84886467',1,'amrex::VisMF']]], + ['writeheaderdoit_15375',['WriteHeaderDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51536847554046eeae6c178301449e94',1,'amrex::VisMF']]], + ['writehtml_15376',['WriteHTML',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0fca3e030775e84a7aead8f2c0930e35',1,'RegionsProfStats']]], + ['writehtmlnc_15377',['WriteHTMLNC',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a279acba4a2814e23bc08c80031c73401',1,'RegionsProfStats']]], + ['writeintdata_15378',['writeIntData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefc8755fb6847a4dc04d7de6a11bb9ef',1,'amrex::writeIntData(const int *data, std::size_t size, std::ostream &os, const IntDescriptor &id=FPC::NativeIntDescriptor())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0718da697f64bda3be2152538b70d4c5',1,'amrex::writeIntData(const From *data, std::size_t size, std::ostream &os, const amrex::IntDescriptor &id)']]], + ['writelongdata_15379',['writeLongData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a601aaf049a30edfae3541b7f8ae1e0fc',1,'amrex']]], + ['writemlmf_15380',['WriteMLMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87ec6f46642e5c4b2b89b545500be320',1,'amrex']]], + ['writemultilevelplotfile_15381',['WriteMultiLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab16f5968ad28ec7664abd985a11e9c20',1,'amrex']]], + ['writemultilevelplotfilehdf5_15382',['WriteMultiLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aca4b49cf7b2929efe25b9bd590a49e',1,'amrex']]], + ['writemultilevelplotfilehdf5multidset_15383',['WriteMultiLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12a28b501fcf51d721c9bfdb141a0fd5',1,'amrex']]], + ['writemultilevelplotfilehdf5singledset_15384',['WriteMultiLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35cb6e91489172228a5e86d0e274e911',1,'amrex']]], + ['writemultilevelplotfileheaders_15385',['WriteMultiLevelPlotfileHeaders',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace783f22796d80958dc5a14440a432fb',1,'amrex']]], + ['writeon_15386',['writeOn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a04ca3dcf52f6b544da13209deb8ca5bc',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a924617bc66416c85d920ec7dcbdae3a4',1,'amrex::Mask::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a5b92904d49c1491c854cef12c034fd43',1,'amrex::FArrayBox::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4e2f034c17bb24bb7a98e164c213f03b',1,'amrex::DistributionMapping::writeOn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20e70e6b9fe276e04f66520bb2f56931',1,'amrex::BoxArray::writeOn()']]], + ['writeonlyheader_15387',['WriteOnlyHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8807abfd4ec1e3790a765096f2d6b724',1,'amrex::VisMF']]], + ['writeparticlerealdata_15388',['WriteParticleRealData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticleRealData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a168bcdbf9de86d172333897672ef2154',1,'amrex::ParticleContainer_impl::WriteParticleRealData()']]], + ['writeparticles_15389',['WriteParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WriteParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a40d6b6a2a41be4413bb99d306896beea',1,'amrex::ParticleContainer_impl::WriteParticles()']]], + ['writeplotfile_15390',['WritePlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60440de48a953eec9553933d683ef9e',1,'amrex']]], + ['writeplotfile_15391',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d535029ceefe90900c18cb40def5eeb',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, const Vector< Box > &probDomain, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12b63992133890c4ff148bbb9b95d52a',1,'amrex::WritePlotFile(const Vector< MultiFab * > &mfa, AmrData &amrdToMimic, const std::string &oFile, bool verbose, const Vector< std::string > &varNames)']]], + ['writeplotfile_15392',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a54bf01785bd8caa43c795b46e26ff773',1,'amrex::writePlotFile(const std::string &dir, std::ostream &os, int level, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d56ac97c4674967e38c97cb056a1f9b',1,'amrex::writePlotFile(const char *name, const MultiFab &mf, const Geometry &geom, const IntVect &refRatio, Real bgVal, const Vector< std::string > &names)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33613c6a739f7a1c323a4430d889735',1,'amrex::writePlotFile(const char *name, const amrex::MultiFab &mf, const amrex::Geometry &geom, const amrex::IntVect &refRatio, amrex::Real bgVal, const amrex::Vector< std::string > &names)']]], + ['writeplotfile_15393',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc89914bd4ee4d546c13f0e9d5d31e4c',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9713da99f5e44b64758ad2feac9a62d0',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7bd3f50ba210ed0615c33aca78bf0f88',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1a2c4cdcc779530b056bd23affb0665f',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a494bfdd72e01ade7f2373c7db60ead52',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa6d84743d950725ea8d83493042b43ab',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFile()']]], + ['writeplotfile_15394',['writePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1913d5ba8be07f02e9ae1f1b2c667a18',1,'amrex::Amr::writePlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aac3f74f8caafcc7b7cf0d3b33480e5d7',1,'amrex::AmrLevel::writePlotFile()']]], + ['writeplotfile_15395',['WritePlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a96a9fec76eb6b686013708fd5e2823d9',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a26c0d796f13eb181c4dedb1e818830fa',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6b432e4ca1dd792af8b37d6734500926',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F &&f) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad11bd2af76a93f78b8a7f306f6b8d7fe',1,'amrex::ParticleContainer_impl::WritePlotFile(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names) const']]], + ['writeplotfile2dfrom3d_15396',['WritePlotfile2DFrom3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ef1d42135f8c075072684f42b02b9e',1,'amrex']]], + ['writeplotfiledoit_15397',['writePlotFileDoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1ed3ee4ce3c8cc59e0b64767105cd936',1,'amrex::Amr']]], + ['writeplotfilepost_15398',['writePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3e2abd422506f2fb1ee6f55a47433f42',1,'amrex::AmrLevel']]], + ['writeplotfilepost_15399',['WritePlotFilePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'amrex::ParticleContainer_impl::WritePlotFilePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8d5191405342c36fd041340e170ae4be',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePost()']]], + ['writeplotfilepre_15400',['writePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a186555902c913a437e6676f5cec90ae8',1,'amrex::AmrLevel']]], + ['writeplotfilepre_15401',['WritePlotFilePre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'amrex::ParticleContainer_impl::WritePlotFilePre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5efa6314179b30a686a87bc91d2ae1da',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::WritePlotFilePre()']]], + ['writeplotnow_15402',['writePlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac56504a819c5f48033a0c10f94dc64ce',1,'amrex::Amr::writePlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1de622e094b4e64e2491a82a3acefc1d',1,'amrex::AmrLevel::writePlotNow()']]], + ['writepvtp_15403',['WritePVTP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aa55d2d01fac1d3f0d6d489ec74f0698a',1,'amrex::EBToPVD']]], + ['writerealdata_15404',['writeRealData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af9790d1f61a6d21ce4e9f92c58ac0600',1,'amrex']]], + ['writesinglelevelplotfile_15405',['WriteSingleLevelPlotfile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa5343920d9b5ee1307ca697274eca84a',1,'amrex']]], + ['writesinglelevelplotfilehdf5_15406',['WriteSingleLevelPlotfileHDF5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4091ae0cef4a267c78724116432a941',1,'amrex']]], + ['writesinglelevelplotfilehdf5multidset_15407',['WriteSingleLevelPlotfileHDF5MultiDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd149d5130892485ad747e8152093df9',1,'amrex']]], + ['writesinglelevelplotfilehdf5singledset_15408',['WriteSingleLevelPlotfileHDF5SingleDset',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3fc410d182f902647727772313eb291',1,'amrex']]], + ['writesmallplotfile_15409',['writeSmallPlotFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a01705c5091524e41df7d4d5b4fc27de8',1,'amrex::Amr::writeSmallPlotFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a82a5b2421ec382b24be0a33a27d82f59',1,'amrex::AmrLevel::writeSmallPlotFile(const std::string &, std::ostream &, VisMF::How=VisMF::NFiles)']]], + ['writesmallplotnow_15410',['writeSmallPlotNow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2972b42fa723220283b8275fcd7a8be8',1,'amrex::AmrLevel::writeSmallPlotNow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a79963ad1530c1e895fed27bfd77f2131',1,'amrex::Amr::writeSmallPlotNow()']]], + ['writestats_15411',['WriteStats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#ae9c6593367e7cd7ad938ad27bfa3cfd7',1,'amrex::BLProfiler']]], + ['writesummary_15412',['WriteSummary',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad8e5ab01ec36f0207ed5e6efaee602c8',1,'RegionsProfStats::WriteSummary()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a122f7a15129ff8ed33a877f5115d083f',1,'BLProfStats::WriteSummary()']]], + ['writetexttrace_15413',['WriteTextTrace',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ada5474a33c2271c7ad139ccff508399a',1,'RegionsProfStats']]], + ['writetofile_15414',['writeToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a41692da26c7e025be0e39c8a149a8739',1,'amrex::EB2::ChkptFile']]], + ['writetopofab_15415',['WriteTopoFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab1e0fdef8849f319d13a3a68234dc68b',1,'CommProfStats']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_18.js b/amrex-hydro/Doxygen/html/search/functions_18.js index 7f47939..be6b585 100644 --- a/amrex-hydro/Doxygen/html/search/functions_18.js +++ b/amrex-hydro/Doxygen/html/search/functions_18.js @@ -1,20 +1,20 @@ var searchData= [ - ['x_15341',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#adee4e26d0112560a0d334844d548a91f',1,'amrex::HypreIJIface']]], - ['xdoty_15342',['xdoty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7c044db51cc603481135fb0d75e43e90',1,'amrex::MLCellLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aafe03e36ef3a7d8c99466b3762358794',1,'amrex::MLCurlCurl::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'amrex::MLLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'MLLinOpT< Array< MultiFab, 3 > >::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a949d0c22ae1cd96ffa1961b06edee5d9',1,'amrex::MLNodeLinOp::xdoty()']]], - ['xhi_15343',['xhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'amrex::Array2D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4ec98986e1fa0de50c771df845b2021a',1,'amrex::Array3D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a9f188bc06079f1c188304a32ad6110a1',1,'amrex::Orientation::xhi()']]], - ['xhi_5fis_5fsymmetric_15344',['xhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a2925774e5f4d5316c1b516f1c7a88033',1,'amrex::CurlCurlSymmetryInfo']]], - ['xlen_15345',['xlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'amrex::Array2D::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4591024556e60d0af381be737fdd32c2',1,'amrex::Array3D::xlen()']]], - ['xlo_15346',['xlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'amrex::Array2D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a8357bdd8096531117cdcb334a5bab9b0',1,'amrex::Orientation::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#afb7b8e1395bf02084ad9013d41ac4148',1,'amrex::Array3D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlo()']]], - ['xlo_5fis_5fsymmetric_15347',['xlo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b09fbb6b677ae735a81688cbf575615',1,'amrex::CurlCurlSymmetryInfo']]], - ['xpay_15348',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20',1,'amrex::Xpay(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e',1,'amrex::Xpay(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa06c264011c21bb5a97070ae7cf250d3',1,'amrex::MultiFab::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< TagBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< IArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< FArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::Mask >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::EBCellFlagFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::CutFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< PetscInt > >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< AtomicInt > >::Xpay()']]], - ['xpay_15349',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'amrex::BaseFab::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< AtomicInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< char >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< EBCellFlag >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< HYPRE_Int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< PetscInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< Real >::xpay()']]], - ['xpay_15350',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'amrex::FabArray::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Xpay()']]], - ['xval_15351',['XVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#aaffb528097b4e4d99500193127ea15af',1,'amrex::XYPlotDataList']]], - ['xydpllength_15352',['XYDPLLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aeca338f52ea471822af412f4169ad387',1,'amrex::XYPlotDataListLink']]], - ['xypdlhiy_15353',['XYPDLHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a15e3b3a73f8d854567563cb9c40ca865',1,'amrex::XYPlotDataList']]], - ['xypdlldata_15354',['XYPDLLData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a7c975c3cbae9c4c9b96448eda0810cc9',1,'amrex::XYPlotDataListLink']]], - ['xypdlloy_15355',['XYPDLLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af06942462c7cfc82dd8f51151a60a1c0',1,'amrex::XYPlotDataList']]], - ['xyplotdatalist_15356',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3dddf82e4f6eea682ca4bfdab2aebd21',1,'amrex::XYPlotDataList::XYPlotDataList(const std::string &derived, int minlevel, int maxlevel, int gridlinein, const amrex::Vector< int > &ratiolist, const amrex::Vector< Real > &dx, const amrex::Vector< char * > &intersectpoint, Real startx=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a58dbc137c88f33a60c950b1a399e7ec2',1,'amrex::XYPlotDataList::XYPlotDataList(XYPlotDataList *src)']]], - ['xyplotdatalistlink_15357',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#adcd3ff299e5e5dae315e50299729ff46',1,'amrex::XYPlotDataListLink']]] + ['x_15416',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#adee4e26d0112560a0d334844d548a91f',1,'amrex::HypreIJIface']]], + ['xdoty_15417',['xdoty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7c044db51cc603481135fb0d75e43e90',1,'amrex::MLCellLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aafe03e36ef3a7d8c99466b3762358794',1,'amrex::MLCurlCurl::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'amrex::MLLinOpT::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adc521ed02a450f7efc4d24f18d8ee7aa',1,'MLLinOpT< Array< MultiFab, 3 > >::xdoty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a949d0c22ae1cd96ffa1961b06edee5d9',1,'amrex::MLNodeLinOp::xdoty()']]], + ['xhi_15418',['xhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'amrex::Array2D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a08f53cc26a4b05c464b19204c78a4d15',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4ec98986e1fa0de50c771df845b2021a',1,'amrex::Array3D::xhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a9f188bc06079f1c188304a32ad6110a1',1,'amrex::Orientation::xhi()']]], + ['xhi_5fis_5fsymmetric_15419',['xhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a2925774e5f4d5316c1b516f1c7a88033',1,'amrex::CurlCurlSymmetryInfo']]], + ['xlen_15420',['xlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'amrex::Array2D::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a7ed97ce5a43fa5616d9d89171c05c286',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a4591024556e60d0af381be737fdd32c2',1,'amrex::Array3D::xlen()']]], + ['xlo_15421',['xlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'amrex::Array2D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a8357bdd8096531117cdcb334a5bab9b0',1,'amrex::Orientation::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#afb7b8e1395bf02084ad9013d41ac4148',1,'amrex::Array3D::xlo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a57c003d9da2dfa7cfb6acf8a53a73730',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::xlo()']]], + ['xlo_5fis_5fsymmetric_15422',['xlo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b09fbb6b677ae735a81688cbf575615',1,'amrex::CurlCurlSymmetryInfo']]], + ['xpay_15423',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25babe95b2334561dc4664fd9ff1fd20',1,'amrex::Xpay(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafbeb2d5f8af6c2d371818a5b8b8b10e',1,'amrex::Xpay(MF &dst, typename MF::value_type a, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa06c264011c21bb5a97070ae7cf250d3',1,'amrex::MultiFab::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< TagBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< IArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< FArrayBox >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::Mask >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::EBCellFlagFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::CutFab >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< PetscInt > >::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< AtomicInt > >::Xpay()']]], + ['xpay_15424',['xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'amrex::BaseFab::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< AtomicInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< char >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< EBCellFlag >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< HYPRE_Int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< int >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< PetscInt >::xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a588b01925c451678d621fe58797a5bd7',1,'BaseFab< Real >::xpay()']]], + ['xpay_15425',['Xpay',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'amrex::FabArray::Xpay()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a742793255ff2aed0213773f989cc8394',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Xpay()']]], + ['xval_15426',['XVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#aaffb528097b4e4d99500193127ea15af',1,'amrex::XYPlotDataList']]], + ['xydpllength_15427',['XYDPLLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aeca338f52ea471822af412f4169ad387',1,'amrex::XYPlotDataListLink']]], + ['xypdlhiy_15428',['XYPDLHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a15e3b3a73f8d854567563cb9c40ca865',1,'amrex::XYPlotDataList']]], + ['xypdlldata_15429',['XYPDLLData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a7c975c3cbae9c4c9b96448eda0810cc9',1,'amrex::XYPlotDataListLink']]], + ['xypdlloy_15430',['XYPDLLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af06942462c7cfc82dd8f51151a60a1c0',1,'amrex::XYPlotDataList']]], + ['xyplotdatalist_15431',['XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3dddf82e4f6eea682ca4bfdab2aebd21',1,'amrex::XYPlotDataList::XYPlotDataList(const std::string &derived, int minlevel, int maxlevel, int gridlinein, const amrex::Vector< int > &ratiolist, const amrex::Vector< Real > &dx, const amrex::Vector< char * > &intersectpoint, Real startx=0.0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a58dbc137c88f33a60c950b1a399e7ec2',1,'amrex::XYPlotDataList::XYPlotDataList(XYPlotDataList *src)']]], + ['xyplotdatalistlink_15432',['XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#adcd3ff299e5e5dae315e50299729ff46',1,'amrex::XYPlotDataListLink']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_19.js b/amrex-hydro/Doxygen/html/search/functions_19.js index 902cc9d..241b6a0 100644 --- a/amrex-hydro/Doxygen/html/search/functions_19.js +++ b/amrex-hydro/Doxygen/html/search/functions_19.js @@ -1,12 +1,12 @@ var searchData= [ - ['yafluxreg_5fcrseadd_15358',['yafluxreg_crseadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, Array4< T const > const &fz, T dtdx, T dtdy, T dtdz, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a022123f91218b914a5c94f972669cb57',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, T dtdx, T dtdy, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, T dtdx, int nc) noexcept']]], - ['yafluxreg_5ffineadd_15359',['yafluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9',1,'amrex']]], - ['yafluxregistert_15360',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad17e1ac181b131cfdc655b4abfe03a98',1,'amrex::YAFluxRegisterT::YAFluxRegisterT(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5368c976e1f4845f16096aa9a9945c02',1,'amrex::YAFluxRegisterT::YAFluxRegisterT()=default']]], - ['yhi_15361',['yhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a60ebce7e24f582476b0759479c38cec8',1,'amrex::Orientation::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a1cc1a081cc2f368f2f262e27ab2ce0c6',1,'amrex::Array3D::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'amrex::Array2D::yhi()']]], - ['yhi_5fis_5fsymmetric_15362',['yhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa839fe8eaa6e221fbf631ed568e93121',1,'amrex::CurlCurlSymmetryInfo']]], - ['ylen_15363',['ylen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'amrex::Array2D::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a6f12cca48b5285eae3cf7ffba7b0e552',1,'amrex::Array3D::ylen()']]], - ['ylo_15364',['ylo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'amrex::Array2D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ace0391dec6f0b2c90c125db136ad86b0',1,'amrex::Array3D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a834da152cd3da5a15d0b486a2765778f',1,'amrex::Orientation::ylo()']]], - ['ylo_5fis_5fsymmetric_15365',['ylo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b16f637212fe38f525676d1d26bf9cd',1,'amrex::CurlCurlSymmetryInfo']]], - ['yval_15366',['YVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a8f0d43baff2b628b18a538011a6dac4f',1,'amrex::XYPlotDataList']]] + ['yafluxreg_5fcrseadd_15433',['yafluxreg_crseadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b1d07ca28efdd9ea5b1ef56ad6e2778',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, Array4< T const > const &fz, T dtdx, T dtdy, T dtdz, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a022123f91218b914a5c94f972669cb57',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, Array4< T const > const &fy, T dtdx, T dtdy, int nc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3b5be86618428780e4c8d65b50e92ef',1,'amrex::yafluxreg_crseadd(Box const &bx, Array4< T > const &d, Array4< int const > const &flag, Array4< T const > const &fx, T dtdx, int nc) noexcept']]], + ['yafluxreg_5ffineadd_15434',['yafluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e5424db64aba9748df778a60884c7b9',1,'amrex']]], + ['yafluxregistert_15435',['YAFluxRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad17e1ac181b131cfdc655b4abfe03a98',1,'amrex::YAFluxRegisterT::YAFluxRegisterT(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5368c976e1f4845f16096aa9a9945c02',1,'amrex::YAFluxRegisterT::YAFluxRegisterT()=default']]], + ['yhi_15436',['yhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a60ebce7e24f582476b0759479c38cec8',1,'amrex::Orientation::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a1cc1a081cc2f368f2f262e27ab2ce0c6',1,'amrex::Array3D::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::yhi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a43bb34db8b97178d1face87e09e5aabb',1,'amrex::Array2D::yhi()']]], + ['yhi_5fis_5fsymmetric_15437',['yhi_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa839fe8eaa6e221fbf631ed568e93121',1,'amrex::CurlCurlSymmetryInfo']]], + ['ylen_15438',['ylen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'amrex::Array2D::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a4d166bce8fe043e2c55ecff72150199a',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a6f12cca48b5285eae3cf7ffba7b0e552',1,'amrex::Array3D::ylen()']]], + ['ylo_15439',['ylo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'amrex::Array2D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aa8de85adf5367a972d5da3c2562530f9',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#ace0391dec6f0b2c90c125db136ad86b0',1,'amrex::Array3D::ylo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a834da152cd3da5a15d0b486a2765778f',1,'amrex::Orientation::ylo()']]], + ['ylo_5fis_5fsymmetric_15440',['ylo_is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a1b16f637212fe38f525676d1d26bf9cd',1,'amrex::CurlCurlSymmetryInfo']]], + ['yval_15441',['YVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a8f0d43baff2b628b18a538011a6dac4f',1,'amrex::XYPlotDataList']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_1a.js b/amrex-hydro/Doxygen/html/search/functions_1a.js index fadae72..03716dc 100644 --- a/amrex-hydro/Doxygen/html/search/functions_1a.js +++ b/amrex-hydro/Doxygen/html/search/functions_1a.js @@ -1,6 +1,6 @@ var searchData= [ - ['zhi_15367',['zhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a48e290c0fdea914bbfad33952558da6c',1,'amrex::Array3D::zhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a04130dc48cb39636a34e8b35f79f0dd4',1,'amrex::Orientation::zhi()']]], - ['zlen_15368',['zlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a474a15544b00cfb42f2ffc71e2528b1b',1,'amrex::Array3D']]], - ['zlo_15369',['zlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#adfb237ca22c5441c5f708a1f8470ba5b',1,'amrex::Array3D::zlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#adc5c24fdb759cd388af0ca18c37a49f3',1,'amrex::Orientation::zlo()']]] + ['zhi_15442',['zhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a48e290c0fdea914bbfad33952558da6c',1,'amrex::Array3D::zhi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a04130dc48cb39636a34e8b35f79f0dd4',1,'amrex::Orientation::zhi()']]], + ['zlen_15443',['zlen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a474a15544b00cfb42f2ffc71e2528b1b',1,'amrex::Array3D']]], + ['zlo_15444',['zlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#adfb237ca22c5441c5f708a1f8470ba5b',1,'amrex::Array3D::zlo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#adc5c24fdb759cd388af0ca18c37a49f3',1,'amrex::Orientation::zlo()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_1b.js b/amrex-hydro/Doxygen/html/search/functions_1b.js index ae141dd..f675427 100644 --- a/amrex-hydro/Doxygen/html/search/functions_1b.js +++ b/amrex-hydro/Doxygen/html/search/functions_1b.js @@ -1,165 +1,167 @@ var searchData= [ - ['_7ealignedallocator_15370',['~AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a3a710f683b06d92478d4dd13cd49b79f',1,'hacc::AlignedAllocator']]], - ['_7eamr_15371',['~Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8d5c1619f1b2b730254a0382dbcf0ba9',1,'amrex::Amr']]], - ['_7eamrcore_15372',['~AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4e0a329860a20a81326e48a99ff2f0d9',1,'amrex::AmrCore']]], - ['_7eamrdata_15373',['~AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa48f45d99e5cc5131854e6c700003f28',1,'amrex::AmrData']]], - ['_7eamrdataadaptor_15374',['~AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a9ae9a8df3d126eb7dd38d1288c85e25b',1,'amrex::AmrDataAdaptor']]], - ['_7eamrex_15375',['~AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aadaaabd7881bbce62f2b282789482259',1,'amrex::AMReX']]], - ['_7eamrex_5fksp_15376',['~amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#ac9f5ff4629908ee4118f3e7ae1cf76bc',1,'amrex::amrex_KSP']]], - ['_7eamrex_5fmat_15377',['~amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a781cc06ce703efa959aec101c847e2ed',1,'amrex::amrex_Mat']]], - ['_7eamrex_5fvec_15378',['~amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ae371bf320afcebe6bfe1a362f5ca37df',1,'amrex::amrex_Vec']]], - ['_7eamrinsitubridge_15379',['~AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#ad7bb8a6372011546798d84587f770eca',1,'amrex::AmrInSituBridge']]], - ['_7eamrlevel_15380',['~AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af651bb170ec4a1a93a4eed118dead881',1,'amrex::AmrLevel']]], - ['_7eamrmesh_15381',['~AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8fb2fefeadc3653f3f263d32fd195460',1,'amrex::AmrMesh']]], - ['_7eamrmeshdataadaptor_15382',['~AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a128f2624255ef44bea08ba633f9abf99',1,'amrex::AmrMeshDataAdaptor']]], - ['_7eamrmeshinsitubridge_15383',['~AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ad03fbf0dc520a5355cc67e6ede643ccf',1,'amrex::AmrMeshInSituBridge']]], - ['_7eamrparticlecontainer_5fimpl_15384',['~AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a92e5a548f299b572e6b0d3628875f06b',1,'amrex::AmrParticleContainer_impl']]], - ['_7eamrtracerparticlecontainer_15385',['~AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a30b6824ae45ee1b770f5a4d74dd1c084',1,'amrex::AmrTracerParticleContainer']]], - ['_7eany_15386',['~Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a75f911e1b2a254db4b6626bf98fa1923',1,'amrex::Any']]], - ['_7earena_15387',['~Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a327e7541e6291ce735c03392b21931b6',1,'amrex::Arena']]], - ['_7easyncarray_15388',['~AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ad3151b13ffc1cc951122dcf7365b7b37',1,'amrex::Gpu::AsyncArray']]], - ['_7ebackgroundthread_15389',['~BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab5ad8734e492ca7784f7fa8af2d4c29e',1,'amrex::BackgroundThread']]], - ['_7ebaref_15390',['~BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a1b8ba3959e98109e86948f5cde5109c1',1,'amrex::BARef']]], - ['_7ebasefab_15391',['~BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'amrex::BaseFab::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< AtomicInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< char >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< EBCellFlag >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< HYPRE_Int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< PetscInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< Real >::~BaseFab()']]], - ['_7eblbter_15392',['~BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a40f6ea2be2071a89f148f4ca939077d7',1,'amrex::BLBTer']]], - ['_7eblockmutex_15393',['~BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a2c7806c54820135f097449360f35a8f4',1,'amrex::BlockMutex']]], - ['_7eblprofstats_15394',['~BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78a439d9e62c00492ada16e9466c068d',1,'BLProfStats']]], - ['_7ebndrydatat_15395',['~BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a5516fe31e846fc0e58ac78628938940b',1,'amrex::BndryDataT']]], - ['_7ebndryregistert_15396',['~BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2d267bc0d735366bae8c6843d4cc79e3',1,'amrex::BndryRegisterT']]], - ['_7eboxarray_15397',['~BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac969ef57c4c67c6dd624e9f261f2afb4',1,'amrex::BoxArray']]], - ['_7eboxconverter_15398',['~BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aaaad55832cd1274c50ac3f2d75c74b7d',1,'amrex::BoxConverter']]], - ['_7eboxlist_15399',['~BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65e7da9a77d7d7f5ebffbeecd8b3bf51',1,'amrex::BoxList']]], - ['_7ebuffer_15400',['~Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3388e4bd09fa27a3a03274acfa8be487',1,'amrex::Gpu::Buffer']]], - ['_7ecarena_15401',['~CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abca549bb11a9efb8b05dca10c32aab81',1,'amrex::CArena']]], - ['_7ecluster_15402',['~Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aaed7b54ca160992ed7fa68179a7e1302',1,'amrex::Cluster']]], - ['_7eclusterlist_15403',['~ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a85b6b93eeb622db0290b7b1a9fcb8fc6',1,'amrex::ClusterList']]], - ['_7ecommcontainer_15404',['~CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a42b220f522310f21612b93d2e06a3968',1,'amrex::MLLinOpT::CommContainer']]], - ['_7ecommprofstats_15405',['~CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af0dd55e0822e62401a6c87570d101a5c',1,'CommProfStats']]], - ['_7ecutfab_15406',['~CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a64283eac74b3bedf8e369bb38d7fe06f',1,'amrex::CutFab']]], - ['_7edata_15407',['~Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a7ba706756f6d9f4806511c613a16596f',1,'amrex::IParser::Data::~Data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a05dbc0e8814cc41bd9f296b951ec8cb3',1,'amrex::Parser::Data::~Data()']]], - ['_7edataservices_15408',['~DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5bdb39757dd7e9db803b69385f62a8c8',1,'amrex::DataServices']]], - ['_7ederivelist_15409',['~DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a589e11cf023f31b9678c0feabcf8aeeb',1,'amrex::DeriveList']]], - ['_7ederiverec_15410',['~DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3efcbfca10808d1a81e899f4d3448501',1,'amrex::DeriveRec']]], - ['_7edevicescalar_15411',['~DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ae203fe8c3032a05c2f06c38b8638308c',1,'amrex::Gpu::DeviceScalar']]], - ['_7edevicesync_15412',['~DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#afb52b8eb46f2e00c2eda77ec791ef5b9',1,'amrex::MFIter::DeviceSync']]], - ['_7edfft_15413',['~Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aaafa2873c552d058d627650a7c613cc8',1,'hacc::Dfft']]], - ['_7edistfcnelement2d_15414',['~distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a31d8d114c1774a3fbba8f39d37a41e4c',1,'amrex::distFcnElement2d']]], - ['_7edistribution_15415',['~Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afb7db67a5cbe65d16e4df2ad3f3aa582',1,'hacc::Distribution']]], - ['_7edistributionmapping_15416',['~DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa68c8981b7dcfbaddbc6d3e8f36dd9a5',1,'amrex::DistributionMapping']]], - ['_7eebcellflag_15417',['~EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab007855aef3f387c76564429c480e0ae',1,'amrex::EBCellFlag']]], - ['_7eebcellflagfab_15418',['~EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a56cf5fc06dc4b6e09eeed8f5139b4f50',1,'amrex::EBCellFlagFab']]], - ['_7eebdatacollection_15419',['~EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac0a68c8f5a6914b596f4c47f43d2f6aa',1,'amrex::EBDataCollection']]], - ['_7eebfarraybox_15420',['~EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a655b9f308a0fed9d3a680828a63a976b',1,'amrex::EBFArrayBox']]], - ['_7eebfarrayboxfactory_15421',['~EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#acc29524f4cabd3655de95618b8744ef7',1,'amrex::EBFArrayBoxFactory']]], - ['_7eelixir_15422',['~Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aaf8c50c534f3c06f0b7adf47ca0944f3',1,'amrex::Gpu::Elixir']]], - ['_7eerror_15423',['~Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a7f45ff78177c6a3601796903bfd9fe60',1,'hacc::Error']]], - ['_7eerrorfunc_15424',['~ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#af70f30880c5c75a565485bc4f588ac90',1,'amrex::ErrorRec::ErrorFunc']]], - ['_7eerrorfunc2_15425',['~ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0a96ab151cdade77a13d8742e58fced0',1,'amrex::ErrorRec::ErrorFunc2']]], - ['_7eerrorrec_15426',['~ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab855c1bad2c1c0ceb3dc3eddcbaba9c1',1,'amrex::ErrorRec']]], - ['_7efabarray_15427',['~FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< FArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< TagBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< IArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::Mask >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::EBCellFlagFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::CutFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< PetscInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< AtomicInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'amrex::FabArray::~FabArray()']]], - ['_7efabarraybase_15428',['~FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a58a43e40ea0bcd02334490f1126c6d7f',1,'amrex::FabArrayBase']]], - ['_7efabarraycopydescriptor_15429',['~FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'amrex::FabArrayCopyDescriptor::~FabArrayCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'FabArrayCopyDescriptor< FArrayBox >::~FabArrayCopyDescriptor()']]], - ['_7efabcopydescriptor_15430',['~FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a75c15143e48c0f0f2961f94a3a2b0c29',1,'amrex::FabCopyDescriptor']]], - ['_7efabfactory_15431',['~FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'amrex::FabFactory::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< amrex::FArrayBox >::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< FArrayBox >::~FabFactory()']]], - ['_7efabio_15432',['~FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#ae4851e764a567bbd0451dbf0edc0428c',1,'amrex::FABio']]], - ['_7efabsett_15433',['~FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae4c95843913a0e22f76f3ed13905cb53',1,'amrex::FabSetT']]], - ['_7efarraybox_15434',['~FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af592141f4b4b5593b68da6b32320a9d0',1,'amrex::FArrayBox']]], - ['_7efeintegrator_15435',['~FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acc384fa61c635b7d9236f4c07a48109a',1,'amrex::FEIntegrator']]], - ['_7efluxregister_15436',['~FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a02d8b5cbd5285fbddccbbb415cba051c',1,'amrex::FluxRegister']]], - ['_7eframe_15437',['~Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a7a812b3ef64087f0bcc566deaffbcb16',1,'amrex::ParallelContext::Frame']]], - ['_7egeometry_15438',['~Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a064dbb1fe7f6866145fd4f18a50275ff',1,'amrex::Geometry']]], - ['_7egraphsafeguard_15439',['~GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a2a001842d80f5aba37cb7fb9ae90bbac',1,'amrex::Gpu::GraphSafeGuard']]], - ['_7eheader_15440',['~Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad8d2adbe46354fcdf826cdf5a15587cf',1,'amrex::VisMF::Header']]], - ['_7ehypre_15441',['~Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af5b05a1271484c6bd34ebd3fbbfc85ef',1,'amrex::Hypre']]], - ['_7ehypreabeclap_15442',['~HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abcc7cb6a68b984c4a78c514d56b75513',1,'amrex::HypreABecLap']]], - ['_7ehypreabeclap2_15443',['~HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa984ec44a0449bd89f5161e6ece57e8d',1,'amrex::HypreABecLap2']]], - ['_7ehypreabeclap3_15444',['~HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9990778a6ed9b97e1c316a55946755a8',1,'amrex::HypreABecLap3']]], - ['_7ehypreijiface_15445',['~HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a415acbef953758af2e22a518e6199ba8',1,'amrex::HypreIJIface']]], - ['_7ehypremlabeclap_15446',['~HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a66105677b66e5acc22e81f49c1fbf640',1,'amrex::HypreMLABecLap']]], - ['_7ehyprenodelap_15447',['~HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac4fd7635fb3f2ef04617ec9a1e17f0ac',1,'amrex::HypreNodeLap']]], - ['_7eiarraybox_15448',['~IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9917f7c314f8c9639fc679b98aa0145c',1,'amrex::IArrayBox']]], - ['_7eimultifab_15449',['~iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ac8678e48d2db8f153b71d70698f5597e',1,'amrex::iMultiFab']]], - ['_7eindexspace_15450',['~IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa8956b4011dc91c2a886fdaf701cce58',1,'amrex::EB2::IndexSpace']]], - ['_7eindexspacechkptfile_15451',['~IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a6ee9c2ce6c916716d5e630383b950b79',1,'amrex::EB2::IndexSpaceChkptFile']]], - ['_7eindexspaceimp_15452',['~IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a558c69009ebc8f80f380a6578604e27c',1,'amrex::EB2::IndexSpaceImp']]], - ['_7eindexspacestl_15453',['~IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a25c0dbf1883662d70b2026e33a49e561',1,'amrex::EB2::IndexSpaceSTL']]], - ['_7einnards_15454',['~innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#acf57e0e26f9a76b9294ddf56de3ff002',1,'amrex::Any::innards']]], - ['_7einnards_5fbase_15455',['~innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#ac2a0d84b48c0f50c6c608405c442d3ee',1,'amrex::Any::innards_base']]], - ['_7einsitubridge_15456',['~InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a826dc660a178377d78530da110fb8eed',1,'amrex::InSituBridge']]], - ['_7eintegratorbase_15457',['~IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab552abbdc6f529d492e5912b8af6f3a3',1,'amrex::IntegratorBase']]], - ['_7einterpbase_15458',['~InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a73cb181d9364c6005abfcfdb54037291',1,'amrex::InterpBase']]], - ['_7einterpbndrydatat_15459',['~InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a62be51bb2441bc950b73e4ced3870ed9',1,'amrex::InterpBndryDataT']]], - ['_7elaunchsafeguard_15460',['~LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#ac98ea424ff44cda617d46e9146702d95',1,'amrex::Gpu::LaunchSafeGuard']]], - ['_7elayoutdata_15461',['~LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'amrex::LayoutData::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< RealTuple >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< PetscInt >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< HYPRE_Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< GFab >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< BCTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< RealTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< Int > >::~LayoutData()']]], - ['_7elevelbld_15462',['~LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a11d53f835040bd5752faa947cfd9cdb9',1,'amrex::LevelBld']]], - ['_7elinedistfcnelement2d_15463',['~LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9b5d43a1548c7f7c5629d3f503c8c890',1,'amrex::LineDistFcnElement2d']]], - ['_7emask_15464',['~Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8cffce317097bc776ffc940f0e32ac37',1,'amrex::Mask']]], - ['_7ememoryhelper_15465',['~MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2bd023a8f85b1997c09c167f4ddd0201',1,'amrex::sundials::MemoryHelper']]], - ['_7ememprofiler_15466',['~MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a2b1473094731fadfe3fb624993cf2b65',1,'amrex::MemProfiler']]], - ['_7emffork_15467',['~MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a4bbeb1749eac4a25a1d01a42cc2e08df',1,'amrex::ForkJoin::MFFork']]], - ['_7emfiter_15468',['~MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac3223d243bff8f86cbd227b8f1af866',1,'amrex::MFIter']]], - ['_7emlabeclaplaciant_15469',['~MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5b243295797b07b0b3cbfe99bd1e72d7',1,'amrex::MLABecLaplacianT']]], - ['_7emlalaplaciant_15470',['~MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a339ba3605b9d07a9b8d646b9f706f4e2',1,'amrex::MLALaplacianT']]], - ['_7emlcellabeclapt_15471',['~MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad4713655e99b1cd1f480c36376be40f7',1,'amrex::MLCellABecLapT']]], - ['_7emlcelllinopt_15472',['~MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aaa89b0307d84d1687ece7880403c5689',1,'amrex::MLCellLinOpT']]], - ['_7emlcgsolvert_15473',['~MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#afe5724c3c9591ad70c477c8c08ac5cc8',1,'amrex::MLCGSolverT']]], - ['_7emlebabeclap_15474',['~MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a031719218377623662e5558ce927ad6f',1,'amrex::MLEBABecLap']]], - ['_7emlebnodefdlaplacian_15475',['~MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aeaa0c73ddfcd7079562b0dc98c5235d6',1,'amrex::MLEBNodeFDLaplacian']]], - ['_7emlebtensorop_15476',['~MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a5b8a6d18ce74de4a05c5f66bfecd40ba',1,'amrex::MLEBTensorOp']]], - ['_7emllinopt_15477',['~MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'amrex::MLLinOpT::~MLLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'MLLinOpT< Array< MultiFab, 3 > >::~MLLinOpT()']]], - ['_7emlmgbndryt_15478',['~MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5be1bbaf9ed18dc6066dba2cfd41c105',1,'amrex::MLMGBndryT']]], - ['_7emlmgt_15479',['~MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a33d9c9f2a6560267a6b9b78232702b92',1,'amrex::MLMGT']]], - ['_7emlnodeabeclaplacian_15480',['~MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7bdc70af21a96bbbc1da99cfb4299162',1,'amrex::MLNodeABecLaplacian']]], - ['_7emlnodelaplacian_15481',['~MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a799436c0f2d1a115bb2a71bb7fb7e876',1,'amrex::MLNodeLaplacian']]], - ['_7emlnodelinop_15482',['~MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4372a5e9a6d9a6e71fb6f5c12d1e996',1,'amrex::MLNodeLinOp']]], - ['_7emlnodetensorlaplacian_15483',['~MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa9c2da56077f3887ad01a39f0ffde521',1,'amrex::MLNodeTensorLaplacian']]], - ['_7emlpoissont_15484',['~MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9778d75f4e2b618f57cd2d6df57907ae',1,'amrex::MLPoissonT']]], - ['_7emltensorop_15485',['~MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a7084cff1a8a70a670eee4ba00b5f69e3',1,'amrex::MLTensorOp']]], - ['_7emulticutfab_15486',['~MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ab4e7bba2a1d004437f5175e6fba94282',1,'amrex::MultiCutFab']]], - ['_7emultifab_15487',['~MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae27094337c6cdcd4dd4a0e8dea9d1321',1,'amrex::MultiFab']]], - ['_7emultifabcopydescriptor_15488',['~MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ae5cd5802356f49aed0d6c5ab7d00fb66',1,'amrex::MultiFabCopyDescriptor']]], - ['_7emultimask_15489',['~MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a600deffa74aedae8cd4a0dc4d40bb31e',1,'amrex::MultiMask']]], - ['_7eneighborparticlecontainer_15490',['~NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4d1fb81f019aa99065cb59c879fd7e7c',1,'amrex::NeighborParticleContainer']]], - ['_7enfilesiter_15491',['~NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4f9a9917a9842e888fbdf9d45f5de52e',1,'amrex::NFilesIter']]], - ['_7enonesuch_15492',['~Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac0e729741324275e5bf39cc6dd143f4b',1,'amrex::detail::Nonesuch']]], - ['_7enosyncregion_15493',['~NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#aea2fd359c6a46de880e023c2fec1d480',1,'amrex::Gpu::NoSyncRegion']]], - ['_7eopenbcsolver_15494',['~OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a048ab1430daeb0d292d1e02c2e1b4dde',1,'amrex::OpenBCSolver']]], - ['_7eparena_15495',['~PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a4e359272e4b895952156d7f75c15f157',1,'amrex::PArena']]], - ['_7eparforinfo_15496',['~ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a946329b35181c218e019e1b767d42e95',1,'amrex::FabArrayBase::ParForInfo']]], - ['_7epargdbbase_15497',['~ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a6be4676bb80006afb09e37c10511669c',1,'amrex::ParGDBBase']]], - ['_7eparticlecontainer_5fimpl_15498',['~ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'amrex::ParticleContainer_impl::~ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::~ParticleContainer_impl()']]], - ['_7eparticlecontainerbase_15499',['~ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9767823a5595f287569a535bb3b8ae59',1,'amrex::ParticleContainerBase']]], - ['_7eparticlecpuwrapper_15500',['~ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a2afbf23a1587460b48f40077dccf41cc',1,'amrex::ParticleCPUWrapper']]], - ['_7eparticleidwrapper_15501',['~ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a421b8df4ba4bef283d8b812c8a35e976',1,'amrex::ParticleIDWrapper']]], - ['_7eparticletile_15502',['~ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6c64ca4be4201041261922655c37781e',1,'amrex::ParticleTile']]], - ['_7epersistentifstream_15503',['~PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a0e26d493a95283a9a5e195cda5453bc1',1,'amrex::VisMF::PersistentIFStream']]], - ['_7epetscabeclap_15504',['~PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a91d8873af4b7e4fc30dceb416fb300cc',1,'amrex::PETScABecLap']]], - ['_7epodvector_15505',['~PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< unsigned int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< std::size_t >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int *, DefaultAllocator< int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< index_type >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'amrex::PODVector::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::BoxND >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::NeighborCode >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::openbc::MomTag >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::STLtools::Triangle >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::XDim3 >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int * >::~PODVector()']]], - ['_7epolynomialif_15506',['~PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a38e787076c1c09ba8ea35d1815d97ea4',1,'amrex::EB2::PolynomialIF']]], - ['_7eprint_15507',['~Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f708f9025b6a26a4e955258b8738a59',1,'amrex::Print']]], - ['_7eprinttofile_15508',['~PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ab0074866efd97004b924c7bfbf67a569',1,'amrex::PrintToFile']]], - ['_7ereducedata_15509',['~ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a0fc76fd07dedd99b36524e3ce362f962',1,'amrex::ReduceData']]], - ['_7eref_5fwrapper_15510',['~ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8d68a19e8e692c80582c0e2a4470c7ae',1,'amrex::ref_wrapper']]], - ['_7eregionsprofstats_15511',['~RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#afe23b7a85cbdc57134ace7e6e2c99765',1,'RegionsProfStats']]], - ['_7eregiontag_15512',['~RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a12bfc559a8015e55f1564d0571c79f28',1,'amrex::FabArrayBase::RegionTag']]], - ['_7erkintegrator_15513',['~RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a08eaaf01ad8b70caf0f561edb42114b4',1,'amrex::RKIntegrator']]], - ['_7eshmem_15514',['~ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a676676f9a004e9446f0e2c7c62ce5297',1,'amrex::FabArray::ShMem']]], - ['_7esinglechunkarena_15515',['~SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5ebc7dfc5b1874f13bf2496e363f77fb',1,'amrex::detail::SingleChunkArena']]], - ['_7esinglestreamregion_15516',['~SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a33455053ce6fe40708d87db608c8b860',1,'amrex::Gpu::SingleStreamRegion']]], - ['_7esplinedistfcnelement2d_15517',['~SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a97f5555182978426366a185beee19805',1,'amrex::SplineDistFcnElement2d']]], - ['_7estatedata_15518',['~StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3d5f27474f7f24ed6995b4735150be55',1,'amrex::StateData']]], - ['_7estreamiter_15519',['~StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a08fc187035cb7994ed7b74652d1ae60a',1,'amrex::Gpu::StreamIter']]], - ['_7esundialsintegrator_15520',['~SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a8d368e32b7b9d20965c609d459d1e498',1,'amrex::SundialsIntegrator']]], - ['_7etabledata_15521',['~TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af6ca594ff322e1da97e1b6c1096dc183',1,'amrex::TableData']]], - ['_7etagbox_15522',['~TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a46499df9c37906b8d12c9561945e1671',1,'amrex::TagBox']]], - ['_7etagboxarray_15523',['~TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a64e4bff8da8d8c89a2e893b483161910',1,'amrex::TagBoxArray']]], - ['_7etimeintegrator_15524',['~TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acff5bb21bb84fea124f333d6f951c452',1,'amrex::TimeIntegrator']]], - ['_7etinyprofiler_15525',['~TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac86f51f4e2e72d2b045260f22d50475d',1,'amrex::TinyProfiler']]], - ['_7etinyprofileregion_15526',['~TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a529634d28a0589df7b0e0fd5f7294834',1,'amrex::TinyProfileRegion']]], - ['_7etracerparticlecontainer_15527',['~TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae25ae5ecf1993c40ef4a4679c70149d2',1,'amrex::TracerParticleContainer']]], - ['_7euserfunc_15528',['~UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a5e5c0b55f097cbd9ec1518561641d6eb',1,'amrex::AMRErrorTag::UserFunc']]], - ['_7evismf_15529',['~VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdd1a2e47dbb31f1ad2e19f0aef5ccd0',1,'amrex::VisMF']]], - ['_7exyplotdatalist_15530',['~XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a254017ded192870f9e88e201be790b4c',1,'amrex::XYPlotDataList']]], - ['_7exyplotdatalistlink_15531',['~XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ad2c424b10d115a46d3aa576f9e08e1f7',1,'amrex::XYPlotDataListLink']]] + ['_7ealignedallocator_15445',['~AlignedAllocator',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a3a710f683b06d92478d4dd13cd49b79f',1,'hacc::AlignedAllocator']]], + ['_7eamr_15446',['~Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8d5c1619f1b2b730254a0382dbcf0ba9',1,'amrex::Amr']]], + ['_7eamrcore_15447',['~AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a4e0a329860a20a81326e48a99ff2f0d9',1,'amrex::AmrCore']]], + ['_7eamrdata_15448',['~AmrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa48f45d99e5cc5131854e6c700003f28',1,'amrex::AmrData']]], + ['_7eamrdataadaptor_15449',['~AmrDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a9ae9a8df3d126eb7dd38d1288c85e25b',1,'amrex::AmrDataAdaptor']]], + ['_7eamrex_15450',['~AMReX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#aadaaabd7881bbce62f2b282789482259',1,'amrex::AMReX']]], + ['_7eamrex_5fksp_15451',['~amrex_KSP',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#ac9f5ff4629908ee4118f3e7ae1cf76bc',1,'amrex::amrex_KSP']]], + ['_7eamrex_5fmat_15452',['~amrex_Mat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a781cc06ce703efa959aec101c847e2ed',1,'amrex::amrex_Mat']]], + ['_7eamrex_5fvec_15453',['~amrex_Vec',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ae371bf320afcebe6bfe1a362f5ca37df',1,'amrex::amrex_Vec']]], + ['_7eamrinsitubridge_15454',['~AmrInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#ad7bb8a6372011546798d84587f770eca',1,'amrex::AmrInSituBridge']]], + ['_7eamrlevel_15455',['~AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af651bb170ec4a1a93a4eed118dead881',1,'amrex::AmrLevel']]], + ['_7eamrmesh_15456',['~AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8fb2fefeadc3653f3f263d32fd195460',1,'amrex::AmrMesh']]], + ['_7eamrmeshdataadaptor_15457',['~AmrMeshDataAdaptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a128f2624255ef44bea08ba633f9abf99',1,'amrex::AmrMeshDataAdaptor']]], + ['_7eamrmeshinsitubridge_15458',['~AmrMeshInSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#ad03fbf0dc520a5355cc67e6ede643ccf',1,'amrex::AmrMeshInSituBridge']]], + ['_7eamrparticlecontainer_5fimpl_15459',['~AmrParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a92e5a548f299b572e6b0d3628875f06b',1,'amrex::AmrParticleContainer_impl']]], + ['_7eamrtracerparticlecontainer_15460',['~AmrTracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a30b6824ae45ee1b770f5a4d74dd1c084',1,'amrex::AmrTracerParticleContainer']]], + ['_7eany_15461',['~Any',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a75f911e1b2a254db4b6626bf98fa1923',1,'amrex::Any']]], + ['_7earena_15462',['~Arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a327e7541e6291ce735c03392b21931b6',1,'amrex::Arena']]], + ['_7earenaprofiler_15463',['~ArenaProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a0251164b3e2b6fb69f47c149834e862f',1,'amrex::Arena::ArenaProfiler']]], + ['_7easyncarray_15464',['~AsyncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ad3151b13ffc1cc951122dcf7365b7b37',1,'amrex::Gpu::AsyncArray']]], + ['_7ebackgroundthread_15465',['~BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab5ad8734e492ca7784f7fa8af2d4c29e',1,'amrex::BackgroundThread']]], + ['_7ebaref_15466',['~BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a1b8ba3959e98109e86948f5cde5109c1',1,'amrex::BARef']]], + ['_7ebasefab_15467',['~BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'amrex::BaseFab::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< AtomicInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< char >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< EBCellFlag >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< HYPRE_Int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< int >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< PetscInt >::~BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf7c1ac49465810a70b9ae1757263f30',1,'BaseFab< Real >::~BaseFab()']]], + ['_7eblbter_15468',['~BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a40f6ea2be2071a89f148f4ca939077d7',1,'amrex::BLBTer']]], + ['_7eblockmutex_15469',['~BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a2c7806c54820135f097449360f35a8f4',1,'amrex::BlockMutex']]], + ['_7eblprofstats_15470',['~BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78a439d9e62c00492ada16e9466c068d',1,'BLProfStats']]], + ['_7ebndrydatat_15471',['~BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a5516fe31e846fc0e58ac78628938940b',1,'amrex::BndryDataT']]], + ['_7ebndryregistert_15472',['~BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2d267bc0d735366bae8c6843d4cc79e3',1,'amrex::BndryRegisterT']]], + ['_7eboxarray_15473',['~BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac969ef57c4c67c6dd624e9f261f2afb4',1,'amrex::BoxArray']]], + ['_7eboxconverter_15474',['~BoxConverter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aaaad55832cd1274c50ac3f2d75c74b7d',1,'amrex::BoxConverter']]], + ['_7eboxlist_15475',['~BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65e7da9a77d7d7f5ebffbeecd8b3bf51',1,'amrex::BoxList']]], + ['_7ebuffer_15476',['~Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3388e4bd09fa27a3a03274acfa8be487',1,'amrex::Gpu::Buffer']]], + ['_7ecarena_15477',['~CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abca549bb11a9efb8b05dca10c32aab81',1,'amrex::CArena']]], + ['_7ecluster_15478',['~Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aaed7b54ca160992ed7fa68179a7e1302',1,'amrex::Cluster']]], + ['_7eclusterlist_15479',['~ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a85b6b93eeb622db0290b7b1a9fcb8fc6',1,'amrex::ClusterList']]], + ['_7ecommcontainer_15480',['~CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a42b220f522310f21612b93d2e06a3968',1,'amrex::MLLinOpT::CommContainer']]], + ['_7ecommprofstats_15481',['~CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af0dd55e0822e62401a6c87570d101a5c',1,'CommProfStats']]], + ['_7ecutfab_15482',['~CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a64283eac74b3bedf8e369bb38d7fe06f',1,'amrex::CutFab']]], + ['_7edata_15483',['~Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a7ba706756f6d9f4806511c613a16596f',1,'amrex::IParser::Data::~Data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a05dbc0e8814cc41bd9f296b951ec8cb3',1,'amrex::Parser::Data::~Data()']]], + ['_7edataservices_15484',['~DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5bdb39757dd7e9db803b69385f62a8c8',1,'amrex::DataServices']]], + ['_7ederivelist_15485',['~DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a589e11cf023f31b9678c0feabcf8aeeb',1,'amrex::DeriveList']]], + ['_7ederiverec_15486',['~DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3efcbfca10808d1a81e899f4d3448501',1,'amrex::DeriveRec']]], + ['_7edevicescalar_15487',['~DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ae203fe8c3032a05c2f06c38b8638308c',1,'amrex::Gpu::DeviceScalar']]], + ['_7edevicesync_15488',['~DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#afb52b8eb46f2e00c2eda77ec791ef5b9',1,'amrex::MFIter::DeviceSync']]], + ['_7edfft_15489',['~Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aaafa2873c552d058d627650a7c613cc8',1,'hacc::Dfft']]], + ['_7edistfcnelement2d_15490',['~distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a31d8d114c1774a3fbba8f39d37a41e4c',1,'amrex::distFcnElement2d']]], + ['_7edistribution_15491',['~Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afb7db67a5cbe65d16e4df2ad3f3aa582',1,'hacc::Distribution']]], + ['_7edistributionmapping_15492',['~DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa68c8981b7dcfbaddbc6d3e8f36dd9a5',1,'amrex::DistributionMapping']]], + ['_7eebcellflag_15493',['~EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab007855aef3f387c76564429c480e0ae',1,'amrex::EBCellFlag']]], + ['_7eebcellflagfab_15494',['~EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a56cf5fc06dc4b6e09eeed8f5139b4f50',1,'amrex::EBCellFlagFab']]], + ['_7eebdatacollection_15495',['~EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac0a68c8f5a6914b596f4c47f43d2f6aa',1,'amrex::EBDataCollection']]], + ['_7eebfarraybox_15496',['~EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a655b9f308a0fed9d3a680828a63a976b',1,'amrex::EBFArrayBox']]], + ['_7eebfarrayboxfactory_15497',['~EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#acc29524f4cabd3655de95618b8744ef7',1,'amrex::EBFArrayBoxFactory']]], + ['_7eelixir_15498',['~Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aaf8c50c534f3c06f0b7adf47ca0944f3',1,'amrex::Gpu::Elixir']]], + ['_7eerror_15499',['~Error',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a7f45ff78177c6a3601796903bfd9fe60',1,'hacc::Error']]], + ['_7eerrorfunc_15500',['~ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#af70f30880c5c75a565485bc4f588ac90',1,'amrex::ErrorRec::ErrorFunc']]], + ['_7eerrorfunc2_15501',['~ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0a96ab151cdade77a13d8742e58fced0',1,'amrex::ErrorRec::ErrorFunc2']]], + ['_7eerrorrec_15502',['~ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab855c1bad2c1c0ceb3dc3eddcbaba9c1',1,'amrex::ErrorRec']]], + ['_7efabarray_15503',['~FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< FArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< TagBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< IArrayBox >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::Mask >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::EBCellFlagFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::CutFab >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< PetscInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'FabArray< amrex::BaseFab< AtomicInt > >::~FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af9762647ad8ae52d39f2c51f51c06813',1,'amrex::FabArray::~FabArray()']]], + ['_7efabarraybase_15504',['~FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a58a43e40ea0bcd02334490f1126c6d7f',1,'amrex::FabArrayBase']]], + ['_7efabarraycopydescriptor_15505',['~FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'amrex::FabArrayCopyDescriptor::~FabArrayCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aaa1a22a34f3f8034c6b4f85534e9331c',1,'FabArrayCopyDescriptor< FArrayBox >::~FabArrayCopyDescriptor()']]], + ['_7efabcopydescriptor_15506',['~FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a75c15143e48c0f0f2961f94a3a2b0c29',1,'amrex::FabCopyDescriptor']]], + ['_7efabfactory_15507',['~FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'amrex::FabFactory::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< amrex::FArrayBox >::~FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a0d7f240eb5eb5b366024b09539d7ce87',1,'FabFactory< FArrayBox >::~FabFactory()']]], + ['_7efabio_15508',['~FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#ae4851e764a567bbd0451dbf0edc0428c',1,'amrex::FABio']]], + ['_7efabsett_15509',['~FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae4c95843913a0e22f76f3ed13905cb53',1,'amrex::FabSetT']]], + ['_7efarraybox_15510',['~FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af592141f4b4b5593b68da6b32320a9d0',1,'amrex::FArrayBox']]], + ['_7efeintegrator_15511',['~FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acc384fa61c635b7d9236f4c07a48109a',1,'amrex::FEIntegrator']]], + ['_7efluxregister_15512',['~FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a02d8b5cbd5285fbddccbbb415cba051c',1,'amrex::FluxRegister']]], + ['_7eframe_15513',['~Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a7a812b3ef64087f0bcc566deaffbcb16',1,'amrex::ParallelContext::Frame']]], + ['_7egeometry_15514',['~Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a064dbb1fe7f6866145fd4f18a50275ff',1,'amrex::Geometry']]], + ['_7egraphsafeguard_15515',['~GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a2a001842d80f5aba37cb7fb9ae90bbac',1,'amrex::Gpu::GraphSafeGuard']]], + ['_7eheader_15516',['~Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad8d2adbe46354fcdf826cdf5a15587cf',1,'amrex::VisMF::Header']]], + ['_7ehypre_15517',['~Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af5b05a1271484c6bd34ebd3fbbfc85ef',1,'amrex::Hypre']]], + ['_7ehypreabeclap_15518',['~HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abcc7cb6a68b984c4a78c514d56b75513',1,'amrex::HypreABecLap']]], + ['_7ehypreabeclap2_15519',['~HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa984ec44a0449bd89f5161e6ece57e8d',1,'amrex::HypreABecLap2']]], + ['_7ehypreabeclap3_15520',['~HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9990778a6ed9b97e1c316a55946755a8',1,'amrex::HypreABecLap3']]], + ['_7ehypreijiface_15521',['~HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a415acbef953758af2e22a518e6199ba8',1,'amrex::HypreIJIface']]], + ['_7ehypremlabeclap_15522',['~HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a66105677b66e5acc22e81f49c1fbf640',1,'amrex::HypreMLABecLap']]], + ['_7ehyprenodelap_15523',['~HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac4fd7635fb3f2ef04617ec9a1e17f0ac',1,'amrex::HypreNodeLap']]], + ['_7eiarraybox_15524',['~IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9917f7c314f8c9639fc679b98aa0145c',1,'amrex::IArrayBox']]], + ['_7eimultifab_15525',['~iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ac8678e48d2db8f153b71d70698f5597e',1,'amrex::iMultiFab']]], + ['_7eindexspace_15526',['~IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aa8956b4011dc91c2a886fdaf701cce58',1,'amrex::EB2::IndexSpace']]], + ['_7eindexspacechkptfile_15527',['~IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a6ee9c2ce6c916716d5e630383b950b79',1,'amrex::EB2::IndexSpaceChkptFile']]], + ['_7eindexspaceimp_15528',['~IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a558c69009ebc8f80f380a6578604e27c',1,'amrex::EB2::IndexSpaceImp']]], + ['_7eindexspacestl_15529',['~IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a25c0dbf1883662d70b2026e33a49e561',1,'amrex::EB2::IndexSpaceSTL']]], + ['_7einnards_15530',['~innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#acf57e0e26f9a76b9294ddf56de3ff002',1,'amrex::Any::innards']]], + ['_7einnards_5fbase_15531',['~innards_base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards__base.html#ac2a0d84b48c0f50c6c608405c442d3ee',1,'amrex::Any::innards_base']]], + ['_7einsitubridge_15532',['~InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a826dc660a178377d78530da110fb8eed',1,'amrex::InSituBridge']]], + ['_7eintegratorbase_15533',['~IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab552abbdc6f529d492e5912b8af6f3a3',1,'amrex::IntegratorBase']]], + ['_7einterpbase_15534',['~InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a73cb181d9364c6005abfcfdb54037291',1,'amrex::InterpBase']]], + ['_7einterpbndrydatat_15535',['~InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a62be51bb2441bc950b73e4ced3870ed9',1,'amrex::InterpBndryDataT']]], + ['_7eioformatsaver_15536',['~IOFormatSaver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a3ebdc468ec65196f3e3b4d91c8b9a67a',1,'amrex::IOFormatSaver']]], + ['_7elaunchsafeguard_15537',['~LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#ac98ea424ff44cda617d46e9146702d95',1,'amrex::Gpu::LaunchSafeGuard']]], + ['_7elayoutdata_15538',['~LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'amrex::LayoutData::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< RealTuple >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< PetscInt >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< HYPRE_Int >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< GFab >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< BCTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< RealTuple > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< Int > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::~LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9214bb32356bf3443aa0383b54bbb195',1,'LayoutData< amrex::PODVector< int > >::~LayoutData()']]], + ['_7elevelbld_15539',['~LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a11d53f835040bd5752faa947cfd9cdb9',1,'amrex::LevelBld']]], + ['_7elinedistfcnelement2d_15540',['~LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a9b5d43a1548c7f7c5629d3f503c8c890',1,'amrex::LineDistFcnElement2d']]], + ['_7emask_15541',['~Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8cffce317097bc776ffc940f0e32ac37',1,'amrex::Mask']]], + ['_7ememoryhelper_15542',['~MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2bd023a8f85b1997c09c167f4ddd0201',1,'amrex::sundials::MemoryHelper']]], + ['_7ememprofiler_15543',['~MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a2b1473094731fadfe3fb624993cf2b65',1,'amrex::MemProfiler']]], + ['_7emffork_15544',['~MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a4bbeb1749eac4a25a1d01a42cc2e08df',1,'amrex::ForkJoin::MFFork']]], + ['_7emfiter_15545',['~MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac3223d243bff8f86cbd227b8f1af866',1,'amrex::MFIter']]], + ['_7emlabeclaplaciant_15546',['~MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5b243295797b07b0b3cbfe99bd1e72d7',1,'amrex::MLABecLaplacianT']]], + ['_7emlalaplaciant_15547',['~MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a339ba3605b9d07a9b8d646b9f706f4e2',1,'amrex::MLALaplacianT']]], + ['_7emlcellabeclapt_15548',['~MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad4713655e99b1cd1f480c36376be40f7',1,'amrex::MLCellABecLapT']]], + ['_7emlcelllinopt_15549',['~MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aaa89b0307d84d1687ece7880403c5689',1,'amrex::MLCellLinOpT']]], + ['_7emlcgsolvert_15550',['~MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#afe5724c3c9591ad70c477c8c08ac5cc8',1,'amrex::MLCGSolverT']]], + ['_7emlebabeclap_15551',['~MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a031719218377623662e5558ce927ad6f',1,'amrex::MLEBABecLap']]], + ['_7emlebnodefdlaplacian_15552',['~MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aeaa0c73ddfcd7079562b0dc98c5235d6',1,'amrex::MLEBNodeFDLaplacian']]], + ['_7emlebtensorop_15553',['~MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a5b8a6d18ce74de4a05c5f66bfecd40ba',1,'amrex::MLEBTensorOp']]], + ['_7emllinopt_15554',['~MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'amrex::MLLinOpT::~MLLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac7718af80beb24d049ffad1239e31384',1,'MLLinOpT< Array< MultiFab, 3 > >::~MLLinOpT()']]], + ['_7emlmgbndryt_15555',['~MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a5be1bbaf9ed18dc6066dba2cfd41c105',1,'amrex::MLMGBndryT']]], + ['_7emlmgt_15556',['~MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a33d9c9f2a6560267a6b9b78232702b92',1,'amrex::MLMGT']]], + ['_7emlnodeabeclaplacian_15557',['~MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7bdc70af21a96bbbc1da99cfb4299162',1,'amrex::MLNodeABecLaplacian']]], + ['_7emlnodelaplacian_15558',['~MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a799436c0f2d1a115bb2a71bb7fb7e876',1,'amrex::MLNodeLaplacian']]], + ['_7emlnodelinop_15559',['~MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4372a5e9a6d9a6e71fb6f5c12d1e996',1,'amrex::MLNodeLinOp']]], + ['_7emlnodetensorlaplacian_15560',['~MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa9c2da56077f3887ad01a39f0ffde521',1,'amrex::MLNodeTensorLaplacian']]], + ['_7emlpoissont_15561',['~MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a9778d75f4e2b618f57cd2d6df57907ae',1,'amrex::MLPoissonT']]], + ['_7emltensorop_15562',['~MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a7084cff1a8a70a670eee4ba00b5f69e3',1,'amrex::MLTensorOp']]], + ['_7emulticutfab_15563',['~MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ab4e7bba2a1d004437f5175e6fba94282',1,'amrex::MultiCutFab']]], + ['_7emultifab_15564',['~MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae27094337c6cdcd4dd4a0e8dea9d1321',1,'amrex::MultiFab']]], + ['_7emultifabcopydescriptor_15565',['~MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ae5cd5802356f49aed0d6c5ab7d00fb66',1,'amrex::MultiFabCopyDescriptor']]], + ['_7emultimask_15566',['~MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a600deffa74aedae8cd4a0dc4d40bb31e',1,'amrex::MultiMask']]], + ['_7eneighborparticlecontainer_15567',['~NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4d1fb81f019aa99065cb59c879fd7e7c',1,'amrex::NeighborParticleContainer']]], + ['_7enfilesiter_15568',['~NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a4f9a9917a9842e888fbdf9d45f5de52e',1,'amrex::NFilesIter']]], + ['_7enonesuch_15569',['~Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac0e729741324275e5bf39cc6dd143f4b',1,'amrex::detail::Nonesuch']]], + ['_7enosyncregion_15570',['~NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#aea2fd359c6a46de880e023c2fec1d480',1,'amrex::Gpu::NoSyncRegion']]], + ['_7eopenbcsolver_15571',['~OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a048ab1430daeb0d292d1e02c2e1b4dde',1,'amrex::OpenBCSolver']]], + ['_7eparena_15572',['~PArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a4e359272e4b895952156d7f75c15f157',1,'amrex::PArena']]], + ['_7eparforinfo_15573',['~ParForInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a946329b35181c218e019e1b767d42e95',1,'amrex::FabArrayBase::ParForInfo']]], + ['_7epargdbbase_15574',['~ParGDBBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a6be4676bb80006afb09e37c10511669c',1,'amrex::ParGDBBase']]], + ['_7eparticlecontainer_5fimpl_15575',['~ParticleContainer_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'amrex::ParticleContainer_impl::~ParticleContainer_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af10957def8edc4549269e00ba154a0b4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::~ParticleContainer_impl()']]], + ['_7eparticlecontainerbase_15576',['~ParticleContainerBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9767823a5595f287569a535bb3b8ae59',1,'amrex::ParticleContainerBase']]], + ['_7eparticlecpuwrapper_15577',['~ParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a2afbf23a1587460b48f40077dccf41cc',1,'amrex::ParticleCPUWrapper']]], + ['_7eparticleidwrapper_15578',['~ParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a421b8df4ba4bef283d8b812c8a35e976',1,'amrex::ParticleIDWrapper']]], + ['_7eparticletile_15579',['~ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6c64ca4be4201041261922655c37781e',1,'amrex::ParticleTile']]], + ['_7epersistentifstream_15580',['~PersistentIFStream',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a0e26d493a95283a9a5e195cda5453bc1',1,'amrex::VisMF::PersistentIFStream']]], + ['_7epetscabeclap_15581',['~PETScABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a91d8873af4b7e4fc30dceb416fb300cc',1,'amrex::PETScABecLap']]], + ['_7epodvector_15582',['~PODVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< unsigned int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< std::size_t >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int *, DefaultAllocator< int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< int * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< index_type >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const ParticleReal * >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'amrex::PODVector::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::BoxND >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::NeighborCode >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::openbc::MomTag >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::STLtools::Triangle >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< amrex::XDim3 >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::~PODVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acc9a13384ea6afdf5c637b9f11b091ba',1,'PODVector< const int * >::~PODVector()']]], + ['_7epolynomialif_15583',['~PolynomialIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a38e787076c1c09ba8ea35d1815d97ea4',1,'amrex::EB2::PolynomialIF']]], + ['_7eprint_15584',['~Print',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f708f9025b6a26a4e955258b8738a59',1,'amrex::Print']]], + ['_7eprinttofile_15585',['~PrintToFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ab0074866efd97004b924c7bfbf67a569',1,'amrex::PrintToFile']]], + ['_7ereducedata_15586',['~ReduceData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a0fc76fd07dedd99b36524e3ce362f962',1,'amrex::ReduceData']]], + ['_7eref_5fwrapper_15587',['~ref_wrapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a8d68a19e8e692c80582c0e2a4470c7ae',1,'amrex::ref_wrapper']]], + ['_7eregionsprofstats_15588',['~RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#afe23b7a85cbdc57134ace7e6e2c99765',1,'RegionsProfStats']]], + ['_7eregiontag_15589',['~RegionTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a12bfc559a8015e55f1564d0571c79f28',1,'amrex::FabArrayBase::RegionTag']]], + ['_7erkintegrator_15590',['~RKIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a08eaaf01ad8b70caf0f561edb42114b4',1,'amrex::RKIntegrator']]], + ['_7eshmem_15591',['~ShMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a676676f9a004e9446f0e2c7c62ce5297',1,'amrex::FabArray::ShMem']]], + ['_7esinglechunkarena_15592',['~SingleChunkArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a5ebc7dfc5b1874f13bf2496e363f77fb',1,'amrex::detail::SingleChunkArena']]], + ['_7esinglestreamregion_15593',['~SingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a33455053ce6fe40708d87db608c8b860',1,'amrex::Gpu::SingleStreamRegion']]], + ['_7esplinedistfcnelement2d_15594',['~SplineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a97f5555182978426366a185beee19805',1,'amrex::SplineDistFcnElement2d']]], + ['_7estatedata_15595',['~StateData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a3d5f27474f7f24ed6995b4735150be55',1,'amrex::StateData']]], + ['_7estreamiter_15596',['~StreamIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a08fc187035cb7994ed7b74652d1ae60a',1,'amrex::Gpu::StreamIter']]], + ['_7esundialsintegrator_15597',['~SundialsIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a8d368e32b7b9d20965c609d459d1e498',1,'amrex::SundialsIntegrator']]], + ['_7etabledata_15598',['~TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af6ca594ff322e1da97e1b6c1096dc183',1,'amrex::TableData']]], + ['_7etagbox_15599',['~TagBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a46499df9c37906b8d12c9561945e1671',1,'amrex::TagBox']]], + ['_7etagboxarray_15600',['~TagBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a64e4bff8da8d8c89a2e893b483161910',1,'amrex::TagBoxArray']]], + ['_7etimeintegrator_15601',['~TimeIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acff5bb21bb84fea124f333d6f951c452',1,'amrex::TimeIntegrator']]], + ['_7etinyprofiler_15602',['~TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac86f51f4e2e72d2b045260f22d50475d',1,'amrex::TinyProfiler']]], + ['_7etinyprofileregion_15603',['~TinyProfileRegion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#a529634d28a0589df7b0e0fd5f7294834',1,'amrex::TinyProfileRegion']]], + ['_7etracerparticlecontainer_15604',['~TracerParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#ae25ae5ecf1993c40ef4a4679c70149d2',1,'amrex::TracerParticleContainer']]], + ['_7euserfunc_15605',['~UserFunc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a5e5c0b55f097cbd9ec1518561641d6eb',1,'amrex::AMRErrorTag::UserFunc']]], + ['_7evismf_15606',['~VisMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abdd1a2e47dbb31f1ad2e19f0aef5ccd0',1,'amrex::VisMF']]], + ['_7exyplotdatalist_15607',['~XYPlotDataList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a254017ded192870f9e88e201be790b4c',1,'amrex::XYPlotDataList']]], + ['_7exyplotdatalistlink_15608',['~XYPlotDataListLink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ad2c424b10d115a46d3aa576f9e08e1f7',1,'amrex::XYPlotDataListLink']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_2.js b/amrex-hydro/Doxygen/html/search/functions_2.js index a0ec237..4116ced 100644 --- a/amrex-hydro/Doxygen/html/search/functions_2.js +++ b/amrex-hydro/Doxygen/html/search/functions_2.js @@ -1,177 +1,173 @@ var searchData= [ - ['b_11412',['b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a59934d1ececebf10c8d6fcdb0412b283',1,'amrex::HypreIJIface']]], - ['back_11413',['back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< index_type >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< index_type >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int *, DefaultAllocator< int * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int *, DefaultAllocator< int * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< std::size_t >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< std::size_t >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< unsigned int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< unsigned int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa3c489e0d03d2e1b8986325317a04a33',1,'amrex::ArrayOfStructs::back() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3e895ae30030ef47d3796f4dee1769a9',1,'amrex::ArrayOfStructs::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'amrex::PODVector::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'amrex::PODVector::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::BoxND >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::BoxND >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::NeighborCode >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::NeighborCode >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::XDim3 >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::STLtools::Triangle >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::XDim3 >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::STLtools::Triangle >::back()']]], - ['backgroundthread_11414',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a276804e5d463c6c46c248701f73f18c7',1,'amrex::BackgroundThread::BackgroundThread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ad8890dc2d74b85c2c76944b9fe74b9bf',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#af44fe9acf8dd7a7c6815ce8380134849',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread &&)=delete']]], - ['backward_11415',['backward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a74dd1b872a7f137e6d55d69b1444d2ba',1,'hacc::Dfft::backward(complex_t *out)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aabbda3d97d9422f63ac32a3bf81d5d79',1,'hacc::Dfft::backward(float *out, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80ed718b7bc25881cb073e957f1aea5e',1,'hacc::Dfft::backward(float *out, size_t ghost)']]], - ['baref_11416',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a7a41d2a79c7b1a0f9b36ffa0afbc6b49',1,'amrex::BARef::BARef(size_t size)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a299f5f87c10a06d86f32289928792d07',1,'amrex::BARef::BARef(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad2f872def0b3f44f438a4aa0ee455ad1',1,'amrex::BARef::BARef(const BARef &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a9c091cdb6183ee153e309231d68ef52b',1,'amrex::BARef::BARef(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a99abf80b40a6ebff2f6ac1e3e71a21da',1,'amrex::BARef::BARef(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a850d8df48213b59d82ab683351d2805e',1,'amrex::BARef::BARef(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a789502091a9bdb1518f980349e484bfc',1,'amrex::BARef::BARef(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a85cb1fd1c58fbc88dad28f9336d6245f',1,'amrex::BARef::BARef()']]], - ['barrier_11417',['Barrier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a474bca89f351da66587e049dfa4265d6',1,'amrex::ParallelDescriptor::Barrier(const MPI_Comm &, const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac0861548eabcd3f4b4c72a8826f83f8e',1,'amrex::ParallelDescriptor::Barrier(const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a4347ef786e0e215ff18290a6d2e8a415',1,'amrex::ParallelDescriptor::ProcessTeam::Barrier()']]], - ['barrierall_11418',['BarrierAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aaeeaf782f50e27058a857cd86febcdd3',1,'amrex::ParallelContext']]], - ['barrierentry_11419',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a8323a9d1128d230d3cd3ec5d448f7577',1,'CommProfStats::BarrierEntry::BarrierEntry(long n, const std::string &nm, long i, int bnn)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a1330c7cc1ff74140f7a408663d21b537',1,'CommProfStats::BarrierEntry::BarrierEntry()']]], - ['barriernames_11420',['BarrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a22cbc931b34ba5a5f9823ea4b8fb0c40',1,'CommProfStats']]], - ['barriernumberstonames_11421',['BarrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad8dbb3518a8cba134327064fd5875468',1,'BLProfStats']]], - ['barriersub_11422',['BarrierSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863',1,'amrex::ParallelContext']]], - ['basefab_11423',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< int >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< int >::BaseFab(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< int >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< int >::BaseFab(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< int >::BaseFab(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< int >::BaseFab(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< int >::BaseFab(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< HYPRE_Int >::BaseFab(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< Real >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< Real >::BaseFab(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< Real >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< Real >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< Real >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< PetscInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< PetscInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< AtomicInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< AtomicInt >::BaseFab(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< AtomicInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'amrex::BaseFab::BaseFab(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'amrex::BaseFab::BaseFab(Array4< T > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'amrex::BaseFab::BaseFab(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'amrex::BaseFab::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'amrex::BaseFab::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'amrex::BaseFab::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< EBCellFlag >::BaseFab(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< EBCellFlag >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< char >::BaseFab(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< char >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< char >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< char >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< char >::BaseFab(Array4< char > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< char >::BaseFab(Array4< char > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< char >::BaseFab(Array4< char const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< char >::BaseFab(Array4< char const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< EBCellFlag >::BaseFab()']]], - ['basefab_5ffinalize_11424',['BaseFab_Finalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67b24cef9df62e8cced041445b239e86',1,'amrex']]], - ['basefab_5finitialize_11425',['BaseFab_Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6',1,'amrex']]], - ['basename_11426',['BaseName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#acdc54dfd982d910dafbe21e9c0459bf1',1,'amrex::VisMF']]], - ['basisrealv_11427',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486',1,'amrex']]], - ['basisv_11428',['BASISV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8',1,'amrex']]], - ['batbndryreg_11429',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a454faaea656ecae94058378aa39792e8',1,'amrex::BATbndryReg']]], - ['batcoarsenratio_11430',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a02b6c9046695228f048fca5ea92a11db',1,'amrex::BATcoarsenRatio']]], - ['batindextype_11431',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abf80252f8910cfd2746917fc4bf65bed',1,'amrex::BATindexType']]], - ['batindextype_5fcoarsenratio_11432',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a018850ccf13a85871016078d42d47acb',1,'amrex::BATindexType_coarsenRatio']]], - ['batop_11433',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a3834e9c9445ec289b6d868f29f4ebfd4',1,'amrex::BATransformer::BATOp::BATOp(IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a221948cf931ebf7ae97fd6cbc80a7d61',1,'amrex::BATransformer::BATOp::BATOp() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a08b7befe0d3be3fd7cec0fc17832f89a',1,'amrex::BATransformer::BATOp::BATOp(IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a8a638320a3eff1eddadce618e107e535',1,'amrex::BATransformer::BATOp::BATOp(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#afd4493c8028cd11dab3a11c1b5d7f906',1,'amrex::BATransformer::BATOp::BATOp(IndexType t, IntVect const &r) noexcept']]], - ['batransformer_11434',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1d26c72183fc41c34c8b647b2672993e',1,'amrex::BATransformer::BATransformer(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a0d5404cf30e094f664ab13a32024777d',1,'amrex::BATransformer::BATransformer(IndexType t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a34546a5ba0006584f390d2a051f25a3a',1,'amrex::BATransformer::BATransformer()=default']]], - ['bcast_11435',['Bcast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab86dba69cfd44465e773abcc8a4bcecf',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root, const MPI_Comm &comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a888b64c6c10ac205e70f5627921668ef',1,'amrex::ParallelDescriptor::Bcast(Box *b, size_t n, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a20157f27c3bf88a426b0f44bd6bbf135',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9e67de311d5153ce34e743c7792de733',1,'amrex::ParallelDescriptor::Bcast(void *, int, MPI_Datatype, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a62a9e0ec396f6f764973eb0feb6b43ff',1,'amrex::BoxList::Bcast()']]], - ['bcast_5fmoments_11436',['bcast_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac9096a2954bfd6a9f717711b294b9f95',1,'amrex::OpenBCSolver']]], - ['bcrec_11437',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ad2a7c418c7fb23e464b9cc5a8761f741',1,'amrex::BCRec::BCRec(const Box &bx, const Box &domain, const BCRec &bc_domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae1576e0b559f11a37341daf6c66ab4ba',1,'amrex::BCRec::BCRec(const int *a_lo, const int *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa5257e844dbc3d0b0b444cc570f01771',1,'amrex::BCRec::BCRec(AMREX_D_DECL(int loX, int loY, int loZ), AMREX_D_DECL(int hiX, int hiY, int hiZ)) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a9e5719f622b7d89450779f87943605f0',1,'amrex::BCRec::BCRec() noexcept=default']]], - ['bdkey_11438',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acfc41f7fbe994eb11b68448dff90f9e8',1,'amrex::FabArrayBase::BDKey::BDKey() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a2bbbd3ee02d682c985d8f2dfb744bf10',1,'amrex::FabArrayBase::BDKey::BDKey(const BoxArray::RefID &baid, const DistributionMapping::RefID &dmid) noexcept']]], - ['bdryhi_11439',['bdryHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9',1,'amrex']]], - ['bdrylo_11440',['bdryLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0',1,'amrex']]], - ['bdrynode_11441',['bdryNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a',1,'amrex']]], - ['begin_11442',['begin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< index_type >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< index_type >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::XDim3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::XDim3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::STLtools::Triangle >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::STLtools::Triangle >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::openbc::MomTag >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::openbc::MomTag >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::NeighborCode >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::NeighborCode >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< std::size_t >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6',1,'amrex::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#acdc00992564ca91350fdcd3d2a38e095',1,'amrex::WeightedBoxList::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a61f956fb45470d56b5f064ab95fb6b12',1,'amrex::WeightedBoxList::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a4d8a0ff4b36cd64070e3bbf980788054',1,'amrex::Gpu::range_detail::range_impl::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< unsigned int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< unsigned int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< std::size_t >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 2 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int *, DefaultAllocator< int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int *, DefaultAllocator< int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::BoxND >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxList::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxList::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'amrex::GpuArray::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'amrex::GpuArray::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::Interval, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::Interval, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< bool, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< bool, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const int *, NArrayInt >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const int *, NArrayInt >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'Array1D< int, 0, N-1 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'Array1D< int, 0, N-1 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'amrex::Array2D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'amrex::Array2D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a3df8243e0461c2c070936b3e7f7f2031',1,'amrex::Array3D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a95521eae522931f98cbb29c0daba5b35',1,'amrex::Array3D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a62e4c34a0bea528c7e0a3e1c0023ea04',1,'amrex::ArrayOfStructs::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a075eae591eb5b0de619099aaa3e18119',1,'amrex::ArrayOfStructs::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aa39708cce4724ecb5eedffb2d91ddf1c',1,'amrex::BinIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxDomain::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxDomain::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#af75e04838970facf1335f10eb67cdeb7',1,'amrex::BoxIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'IntVectND< AMREX_SPACEDIM >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, nelems >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, nelems >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'amrex::IntVectND::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'amrex::IntVectND::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int *, NAI >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'IntVectND< AMREX_SPACEDIM >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ae731434af53f3575e4f74588d19705a8',1,'amrex::Neighbors::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a42794840b7f30c436e3f1a6616d2e28b',1,'amrex::Neighbors::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'amrex::PODVector::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'amrex::PODVector::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::BoxND >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, 3 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int *, NAI >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 2 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 4 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 4 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal *, NAR >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal *, NAR >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, 3 >::begin()']]], - ['begin_5fiv_11443',['begin_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a',1,'amrex']]], - ['bf_5fthread_5fsafety_11444',['bf_thread_safety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac158f317f5d49b5ba4a4c10223df05bc',1,'amrex::StateDescriptor']]], - ['bicgstab_5fsolver_5fconfigure_11445',['bicgstab_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a29206029adc7725812d03454b9c178ed',1,'amrex::HypreIJIface']]], - ['bigend_11446',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< AtomicInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< char >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< EBCellFlag >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< HYPRE_Int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< PetscInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< Real >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'amrex::BoxND::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'amrex::BoxND::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'amrex::BoxND::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'BoxND< AMREX_SPACEDIM >::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'BoxND< AMREX_SPACEDIM >::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'BoxND< AMREX_SPACEDIM >::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'amrex::BaseFab::bigEnd()']]], - ['biniterator_11447',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a693ebae70056bdc07944d7a8a7aa1b4e',1,'amrex::BinIterator']]], - ['binmapper_11448',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a2fc716ebcdf02dabc5c00fbc19419155',1,'amrex::BinMapper']]], - ['binsptr_11449',['binsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'amrex::DenseBins::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'amrex::DenseBins::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< ParticleType >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< ParticleType >::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() const noexcept']]], - ['bisect_11450',['bisect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38',1,'amrex::bisect(T lo, T hi, F f, T tol=1e-12, int max_iter=100)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2',1,'amrex::bisect(T const *d, I lo, I hi, T const &v)']]], - ['bl_5fallocate_5fi1_11451',['bl_allocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#adaed8e70771d6f1185066689ca109122',1,'amrex_mempool_module::bl_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d',1,'amrex_mempool_module::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#aa4c809c38414c0a2b7f35b7c80db61fe',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i1(a, lo1, hi1)']]], - ['bl_5fallocate_5fi2_11452',['bl_allocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac14432cf9370f7e0e02f0417b5baffce',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#aef412351fc6271c67fa58f11f7c1e542',1,'amrex_mempool_module::bl_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aa71f81465fb7c20c4b6925bd21e4d36e',1,'amrex_mempool_module::bl_allocate_i2(a, lo1, hi1, lo2, hi2)']]], - ['bl_5fallocate_5fi3_11453',['bl_allocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad2bcb4576ef3a75d7e2c985621fd852',1,'amrex_mempool_module::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f51143acfdbd20a8cb98f7cf81ac103',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a882dff48549ea8febf0e9e1ef59f2e89',1,'amrex_mempool_module::bl_allocate::bl_allocate_i3(a, lo1, hi1, lo2, hi2, lo3, hi3)']]], - ['bl_5fallocate_5fr1_11454',['bl_allocate_r1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5b7d388e96d5dfb7b4e2551c51b9cd87',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8cf5d88703f7a13c9b8164273a746393',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a791f09eee564747f6d2edf9734f0be4e',1,'amrex_mempool_module::bl_allocate_r1()']]], - ['bl_5fallocate_5fr1_5fv_11455',['bl_allocate_r1_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6cb21970e68d3e48dbc7d8ecfdf6283f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5073ed867b16ca13523a3eb3af711009',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2',1,'amrex_mempool_module::bl_allocate_r1_v()']]], - ['bl_5fallocate_5fr1_5fvc_11456',['bl_allocate_r1_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a76292bbd40d529c388659cf236f3241d',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#af37026fa3f140bb0de1fdbabf1098d41',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ab7ef2ee373d559cbf4aad8474d130184',1,'amrex_mempool_module::bl_allocate_r1_vc(a, lo, hi, ncomp)']]], - ['bl_5fallocate_5fr2_11457',['bl_allocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abf42bbe6fd69ab7fd5f42295f37511f6',1,'amrex_mempool_module::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8a6154f6bc163e49b81e1fa496ccd703',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a4f4a275401f9fab0feba1a172b517ec6',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2()']]], - ['bl_5fallocate_5fr2_5fv_11458',['bl_allocate_r2_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a84ebf30624b4cdcac21c9d3e9fc696f7',1,'amrex_mempool_module::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f1da1914f4fafd291347a83e3e0b34f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae1abd02d5d261da4945874f34fcc7968',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_v()']]], - ['bl_5fallocate_5fr2_5fvc_11459',['bl_allocate_r2_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166',1,'amrex_mempool_module::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4db4ef84aec0a796bece72050cd31397',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a2d50549e4b4739326733c60cb1ceae67',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_vc()']]], - ['bl_5fallocate_5fr3_11460',['bl_allocate_r3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a52df12c154901553f7481a5ddd08b16f',1,'amrex_mempool_module::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae6b8abff9ca4bed0746d2df4e2bd277f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6981412d8a38668123444398651c906a',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3(a, lo1, hi1, lo2, hi2, lo3, hi3)']]], - ['bl_5fallocate_5fr3_5fv_11461',['bl_allocate_r3_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4a19a125194118a2f3d594c048d727dd',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a6986e6f5420605e938093d91ea6ee6cb',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8',1,'amrex_mempool_module::bl_allocate_r3_v()']]], - ['bl_5fallocate_5fr3_5fvc_11462',['bl_allocate_r3_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a328c584a18240b86b60fd91796f2d74b',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a1b10764ffdbc27f785230c38110f515f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#afeca944fb51530f218008c7e4b205f9d',1,'amrex_mempool_module::bl_allocate_r3_vc(a, lo, hi, ncomp)']]], - ['bl_5fallocate_5fr4_11463',['bl_allocate_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ae6c3227b5028494bf546db05a95af9c2',1,'amrex_mempool_module::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a28590a3427c6eeb3ff0c320395b36e69',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a483da24e5876535560d6bde44de2d3cd',1,'amrex_mempool_module::bl_allocate::bl_allocate_r4()']]], - ['bl_5fallocate_5fr5_11464',['bl_allocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a6d8b7261d54ef467614fc895789808f5',1,'amrex_mempool_module::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a25c875a21585500c704ef18c300f7b88',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a624276cf021696067e52bf9cc2808898',1,'amrex_mempool_module::bl_allocate::bl_allocate_r5()']]], - ['bl_5fallocate_5fr6_11465',['bl_allocate_r6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6',1,'amrex_mempool_module::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac6bcf5d23b46095d0cfe4b81ee378058',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ad65c591d777654a3b5803f488b8c4a83',1,'amrex_mempool_module::bl_allocate::bl_allocate_r6()']]], - ['bl_5fdeallocate_5fi1_11466',['bl_deallocate_i1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a616f74b36b41fe3efc1129f2b31696d6',1,'amrex_mempool_module::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a7d734565739c8ecaab264c90cbd189bc',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a76d8601110b693099b70ee07c02efdb1',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i1(a)']]], - ['bl_5fdeallocate_5fi2_11467',['bl_deallocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ab8a1c1a7b1f4f9c2d7addad056c4f424',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a6003d603a35f9dd4fa8fd70b24a9080b',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad3d1f1a2c6ba53c2d604edd11821415f',1,'amrex_mempool_module::bl_deallocate_i2()']]], - ['bl_5fdeallocate_5fi3_11468',['bl_deallocate_i3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a33397022560f0ced7823bb1465026106',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#acf5c362213b78718bb7c0d884168b879',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#af0e149069027cb6e1937f1ab44c16ca4',1,'amrex_mempool_module::bl_deallocate_i3(a)']]], - ['bl_5fdeallocate_5fr1_11469',['bl_deallocate_r1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a8d123bf3aaa1f2a07999108772fd48a4',1,'amrex_mempool_module::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#acffa0dad2aaa9bd63a20fc8ff3bb163b',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a63349895d61a0ecb96305b8daa5e2ee0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r1()']]], - ['bl_5fdeallocate_5fr2_11470',['bl_deallocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad460022e6c3ac9118ee5f0b072731ab8',1,'amrex_mempool_module::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a1a9425ca18ac53eef1c90190666db56c',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#adf8cd7d3386ee5d25007d25cad5b2123',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r2()']]], - ['bl_5fdeallocate_5fr3_11471',['bl_deallocate_r3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad0f4a3f588f06c4a2da3c27d8918906',1,'amrex_mempool_module::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ac20d001ceb12398adde28bf077e9ca1d',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a2530dd0d3b54cee4edb6921760f45905',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r3(a)']]], - ['bl_5fdeallocate_5fr4_11472',['bl_deallocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a838877fb568c97e993ab5d0a0d61ff54',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a6ffc7838f1c62b313542f0ea786ecaa0',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a78c97371c252f07a69a789c19934af17',1,'amrex_mempool_module::bl_deallocate_r4(a)']]], - ['bl_5fdeallocate_5fr5_11473',['bl_deallocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a9a5a87af4dbe87879e6f5496a6d52707',1,'amrex_mempool_module::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#af24cc70cc5b583aad1ed1b171417f778',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#af98cc14066f18d0c575ab9d533627fd0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r5(a)']]], - ['bl_5fdeallocate_5fr6_11474',['bl_deallocate_r6',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#ae67f5eef086a5077920094d8bc0c076f',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a2b5c6416c7adc7b474ac5c775cf93246',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abdc190f8793840926895d5926e3b0270',1,'amrex_mempool_module::bl_deallocate_r6()']]], - ['bl_5ffort_5fproc_5fdecl_11475',['BL_FORT_PROC_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa5dec01b84a2e49488e12992593591c',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_BARRIER, bl_pd_barrier)()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_COMMUNICATOR, bl_pd_communicator)(void *vcomm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a967ee2806a6203f8fee9dfa5b7cbc3a1',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_MYPROC, bl_pd_myproc)(int *myproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4aaac68a526721b739e82ab88091e834',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_NPROCS, bl_pd_nprocs)(int *nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76aa7801d002af637405b25a8e1b2792',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IOPROC, bl_pd_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28f369d555a5ea5f2aab2e6a64c2f08',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IS_IOPROC, bl_pd_is_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_SECOND, bl_pd_second)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3ff2bd55bb9e1b66ae7bb60cd159483a',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_MAX_TO_IOPROC, bl_pd_reduce_real_max_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3f2139f00295dccb7905968c602d6763',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_SUM_TO_IOPROC, bl_pd_reduce_real_sum_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6b00ecb0ae5350278a633a75443d947e',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_ABORT, bl_pd_abort)()']]], - ['blbter_11476',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#acbd71a84437f500f76af1f585386c007',1,'amrex::BLBTer::BLBTer(const std::string &s, const char *file, int line)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab39b3856a46cfe28beb925329d1e01be',1,'amrex::BLBTer::BLBTer(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ade43d4e6e70c8520d4d1be4bd6007c78',1,'amrex::BLBTer::BLBTer(BLBTer &&)=delete']]], - ['bldfinelevels_11477',['bldFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab8927740a33405d6bffe05755f67f5db',1,'amrex::Amr']]], - ['block_11478',['block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a20a366d961aa30bc166cfc7e5ec9a185',1,'amrex::CArena::Node::block() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a644086075ae8e03798c85ae56205c953',1,'amrex::CArena::Node::block(void *blk) noexcept']]], - ['block_5fpotential_11479',['block_potential',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acc33b913d7ecfb81353190b3ce2e95df',1,'amrex::openbc']]], - ['blockingfactor_11480',['blockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af4a41ee86449b2afa949b6d68f6faf6f',1,'amrex::AmrMesh']]], - ['blockmutex_11481',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a6ecc59b2420e534d8288d4dbc46bcb72',1,'amrex::BlockMutex']]], - ['blockreduce_11482',['blockReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a06351ce8c083138d26fa7653a0c63d7b',1,'amrex::Gpu']]], - ['blockreduce_5fpartial_11483',['blockReduce_partial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab9a50b1a64ebde8610e71103d50c9ff4',1,'amrex::Gpu']]], - ['blockreducemax_11484',['blockReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a60fd190b91e286384cf13808993fea3d',1,'amrex::Gpu']]], - ['blockreducemin_11485',['blockReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4c26ead15b942c1c4a0195ca7483a315',1,'amrex::Gpu']]], - ['blockreducesum_11486',['blockReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a486219b28139a9445f213969c5324167',1,'amrex::Gpu']]], - ['blpdatablock_11487',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afd73e4277d05cc2d0b08c1a49a7b3dfa',1,'BLProfStats::BLPDataBlock::BLPDataBlock(int p, const std::string &fn, long sp, int si)'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5e9006da23c471e5e375d6995d7ad30c',1,'BLProfStats::BLPDataBlock::BLPDataBlock()']]], - ['blpfnames_11488',['BLPFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae4254a166bcebf1c002d16e350167508',1,'BLProfStats']]], - ['blprofiler_11489',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a039dcb384283c3461091792da9c959e5',1,'amrex::BLProfiler']]], - ['blprofstats_11490',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae3e98ce74ad3d01e423149655526d44c',1,'BLProfStats']]], - ['bndrycondloc_11491',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a99e440bed56a5f50e03ab37d85cd4e',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['bndryconds_11492',['bndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#adddea7b29d5088e3503b52bd225915ba',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a7869989cb6ec32d6d198c73c30eae2c4',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae3a893425723763871fed2b8f6727abf',1,'amrex::BndryDataT::bndryConds(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a06c546aa81b72020efdddf748a5d0164',1,'amrex::BndryDataT::bndryConds(const MFIter &mfi) const noexcept']]], - ['bndrydatat_11493',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae449a1eee7596c48ad129d92e02e79c4',1,'amrex::BndryDataT::BndryDataT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a18326b434a399d2ae2bf82938e6cb77b',1,'amrex::BndryDataT::BndryDataT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a48956cc70261a5b28ab7a2559d2df611',1,'amrex::BndryDataT::BndryDataT(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a0997f3f226667e9d93136128fcfaf798',1,'amrex::BndryDataT::BndryDataT(BndryDataT< MF > &&rhs)=delete']]], - ['bndryfill_11494',['bndryFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aee4ddf660e8d5fda7a5944dd35314aed',1,'amrex::StateDescriptor']]], - ['bndryfunc_11495',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4cb1dbeaa5366037330cdd1e8b6b8c6f',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc, BndryFunc3DDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae560152f7be7db7d636df699fdcd6d5c',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc, BndryFuncDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0c9d7ed78a7c9614472e9aa816e5588a',1,'amrex::StateDescriptor::BndryFunc::BndryFunc() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a76e4ef878bb39188ba422c88a834ceda',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a84c72d9f36e0f12261a2068f261f40f0',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4918961c9dca1e951af0cf9ea6481e46',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncFabDefault inFunc) noexcept']]], - ['bndryfuncarray_11496',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a480ea3785a61dabbed36488898ad6bf8',1,'amrex::BndryFuncArray::BndryFuncArray() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a7c65dd2144dc47720940d650b688dd30',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a401d9a024e51575c667c94cb438e1d06',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFuncDefault inFunc) noexcept']]], - ['bndrylocs_11497',['bndryLocs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a311921844eeca8b18621c7199a86729b',1,'amrex::BndryDataT::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af48fcbe60dd847da0a52181bf10ef7aa',1,'amrex::BndryDataT::bndryLocs(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab3eff09a55991f7c4ca82a198800baab',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a31f2e447b25bedfabdb458c50d2785ff',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi) const noexcept']]], - ['bndrymasks_11498',['bndryMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a61899ec60817d524fd886e0b6d9f361a',1,'amrex::BndryDataT']]], - ['bndryregistert_11499',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#af6ca1d67538728588356d5b07ef6742d',1,'amrex::BndryRegisterT::BndryRegisterT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a669440b13ff12d665b4a732a77aa6658',1,'amrex::BndryRegisterT::BndryRegisterT(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2922ba0d4eff802a4460e33c950a1ad9',1,'amrex::BndryRegisterT::BndryRegisterT(BndryRegisterT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a13afc3531affff7230330514f2b0725a',1,'amrex::BndryRegisterT::BndryRegisterT(const BndryRegisterT< MF > &src)=delete']]], - ['bndryvalues_11500',['bndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae0d643450444b8374f35e761564d075b',1,'amrex::BndryDataT']]], - ['boomeramg_5fprecond_5fconfigure_11501',['boomeramg_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7b457116878fa9bca83d6710ae7f6dde',1,'amrex::HypreIJIface']]], - ['boomeramg_5fsolver_5fconfigure_11502',['boomeramg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2a13d67a9f8e03517f861c984457c537',1,'amrex::HypreIJIface']]], - ['bottomcommunicator_11503',['BottomCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'MLLinOpT< Array< MultiFab, 3 > >::BottomCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'amrex::MLLinOpT::BottomCommunicator()']]], - ['bottomsolve_11504',['bottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae5c3ce847717bf6243a9b7c70a1258a6',1,'amrex::MLMGT']]], - ['bottomsolvewithcg_11505',['bottomSolveWithCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9b38691fee0244ab9dbdfa1878db8a86',1,'amrex::MLMGT']]], - ['boundarywidth_11506',['BoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a561095d726e8e7578b1c59fcee3311c5',1,'amrex::AmrData']]], - ['boundcond_11507',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a2c853c3e4ac28879a78b0454ae018961',1,'amrex::BoundCond::BoundCond(int _bctype) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a3aa62bbf33b9602551dd3e2a3e4249ee',1,'amrex::BoundCond::BoundCond() noexcept=default']]], - ['box_11508',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a817650fe5450f9358a253d05101eb657',1,'amrex::MLMGABCTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9c485ccba1c6224241a34e3c3800dad8',1,'amrex::MLMGPSTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ab6ed0183deb657587907991d95cde3bb',1,'amrex::FillBoxId::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acc3c1d759fbd867cf7d9c806e56c30c7',1,'amrex::FabArrayBase::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#af18b6017b49b6264c35c52028ee3c3b1',1,'amrex::Cluster::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< Real >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< PetscInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< HYPRE_Int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< EBCellFlag >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< char >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< AtomicInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'amrex::BaseFab::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#ac98f4aab292a06e27bff388747fdcb0a',1,'amrex::Array4Tag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ab388a278c4ac962c735d3b2a31912a94',1,'amrex::Array4PairTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a0b949943b991add5625ddf74d593451e',1,'amrex::Array4MaskCopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#ae398e0789da3cccf2f3234d50965642b',1,'amrex::Array4CopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a43b5b466864759d61d4e50196931330d',1,'amrex::Array4BoxValTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a30b8b9c99ce94ca05175b2632b5a5ad9',1,'amrex::Array4BoxTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ab7f1f2e37f5bd1405f40d0133ff588d3',1,'amrex::Array4BoxOrientationTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a99cb5993e1573b609e2d93659b6a2fd9',1,'amrex::Array4BoxOffsetTag::box()']]], - ['box_5fread_11509',['box_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a23e1d95e3ebccd77fdb4d988b280c0cd',1,'amrex::detail']]], - ['box_5fwrite_11510',['box_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a5ad2e1914e7d42fdb76f380b4a29e2ae',1,'amrex::detail']]], - ['boxarray_11511',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a965a43d4e14b2f1fbc35f50bc0e5b327',1,'amrex::MPMD::Copier']]], - ['boxarray_11512',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16d5410c4beb4a7376d57d6d17b7d201',1,'amrex::BoxArray']]], - ['boxarray_11513',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a670346a2500ca06de456913bcc43d4d2',1,'amrex::EBFArrayBoxFactory::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4bb7e999eee8c04f07573269b54e39d0',1,'amrex::FabArrayBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a7d5164bf48c1d9aad40cf48e53d1f9b8',1,'amrex::FabSetT::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac2625b7ac69e478b4ca5b11c74f6827b',1,'amrex::EB2::Level::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a4392470ed6648f18f0dbd5b986ff204c',1,'amrex::MultiCutFab::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a8a918fcc2ec7aad2de9961ba43eb9398',1,'amrex::MultiMask::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a439e82c074f1fb9121e6bd2bfbfc2502',1,'amrex::ParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a85a0c34e303d866b1ff44a918bb7e528',1,'amrex::ParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adb877cb42f2e3904c825bcbe61cf374a',1,'amrex::ParGDBBase::boxArray(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab08c75051c8758512c7f4bb38b34ea17',1,'amrex::ParGDBBase::boxArray() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a531e1c57f8cd25355a3ed6ed365deca9',1,'amrex::PlotFileData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac767857a29ab230acd3f3d01a793ac79',1,'amrex::PlotFileDataImpl::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a805fefd43e63ca5b6b0b3ddd26f8b04c',1,'amrex::StateData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a27de055318e371ff5be7e5b2768abbae',1,'amrex::VisMF::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afab10942e938362277ac3f876a4052a8',1,'amrex::boxArray(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21',1,'amrex::boxArray(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a5a3016da9db4c526f27571162c8dcb24',1,'amrex::ClusterList::boxArray()']]], - ['boxarray_11514',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aff04ba0858cf808f3f7871667344a7bd',1,'amrex::BoxArray::BoxArray(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac1ed271c8bba3f4a6f874f9aed33f5d6',1,'amrex::BoxArray::BoxArray(BoxArray &&rhs) noexcept=default']]], - ['boxarray_11515',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a43c8da179ac05a763b3b3f93107d77c8',1,'amrex::ClusterList']]], - ['boxarray_11516',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae51fad2f4cc75e0d49934bd8cbbec39a',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aecd5949e593c8357b06cd69b29b0bbeb',1,'amrex::BoxArray::BoxArray(size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b713738c14f93de97c288200cb69cd6',1,'amrex::BoxArray::BoxArray(const Box *bxvec, int nbox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9802183a182f70509c9b1f0dc5c4bf84',1,'amrex::BoxArray::BoxArray(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8f81a0f854fcc971e054650850308270',1,'amrex::BoxArray::BoxArray(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afd76dc52a3e04f2242831d4fb4d8bde1',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs, const BATransformer &trans)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aeca058dac155989ce728cb44301c9454',1,'amrex::BoxArray::BoxArray(BoxList &&bl, IntVect const &max_grid_size)']]], - ['boxarray_11517',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa45d9bdd77447ee858455e5ff5dc2aad',1,'amrex::AmrData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7dcb930627bd80227fb86468425bd2d0',1,'amrex::AmrLevel::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a331d8f1ba022fc6d08c1e2be97dd2eb6',1,'amrex::AmrMesh::boxArray() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a65c25342b534c0f03ebdf9e4f5ffac51',1,'amrex::AmrMesh::boxArray(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af3ad3b7266d2e9e90ddf607455fb3163',1,'amrex::AmrMesh::boxArray(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb29e90ead2f9e0f58107004d7ea5bd7',1,'amrex::AmrParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a666fea50f53de421e82df451634ce24d',1,'amrex::AmrParGDB::boxArray() const override']]], - ['boxcat_11518',['BoxCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a74365972e1974d425c106395137bee96',1,'amrex']]], - ['boxcoarsener_11519',['BoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ab2961b67ebd3fabbf32afe103267ad59',1,'amrex::InterpBase']]], - ['boxcommhelper_11520',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a449f2001ce1f699af3139ad929c66da2',1,'amrex::BoxCommHelper']]], - ['boxcomplement_11521',['boxComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e',1,'amrex']]], - ['boxdiff_11522',['boxDiff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88',1,'amrex::boxDiff(BoxList &bl_diff, const Box &b1in, const Box &b2)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910',1,'amrex::boxDiff(const Box &b1in, const Box &b2)']]], - ['boxdomain_11523',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adf430e5f38acc600c84e559bb68dc5d2',1,'amrex::BoxDomain::BoxDomain(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a378ee4b07d91023565d794005b1e7869',1,'amrex::BoxDomain::BoxDomain(BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a64ee738d97ad6b873205801db2689a09',1,'amrex::BoxDomain::BoxDomain(IndexType itype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a47079914541e9badea37cd84a4eb8511',1,'amrex::BoxDomain::BoxDomain()']]], - ['boxes_11524',['boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a50efdc257f760e9e25399c37af9e6cc1',1,'amrex::BndryRegisterT']]], - ['boxexpand_11525',['BoxExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8',1,'amrex']]], - ['boxid_11526',['boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a5a49d0ecc04ce9c84d5cc0e68fd04675',1,'amrex::WeightedBox']]], - ['boxif_11527',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#aa0f2ca11875600cbda14790fff29af9f',1,'amrex::EB2::BoxIF']]], - ['boxindexernd_11528',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a4e7657e0ada4d09ac9619ca67aadacd0',1,'amrex::BoxIndexerND< 1 >::BoxIndexerND()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a5675e229ddf29d9c458cd5b0f49b9b44',1,'amrex::BoxIndexerND::BoxIndexerND()']]], - ['boxiterator_11529',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ad67f55da89142e3527f16fac6a5bcade',1,'amrex::BoxIterator::BoxIterator(const Box &a_bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7d4f7fc99b5c3fe06e9a0b2118ad9f20',1,'amrex::BoxIterator::BoxIterator() noexcept=default']]], - ['boxlist_11530',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4f070ed8714989f5935d13b3504a1253',1,'amrex::ClusterList']]], - ['boxlist_11531',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128274e71f12eceb9980758522776803',1,'amrex::BoxList::BoxList(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a31584546393b5ff7f420e6bffd8486bd',1,'amrex::BoxList::BoxList()']]], - ['boxlist_11532',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a95b972f06305fd5677d90126c9bc0562',1,'amrex::ClusterList::boxList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adabfc3621a41317e6fc4a0c0d156aa57',1,'amrex::BoxDomain::boxList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4a0626dbe9602ecfda3c0fbc34112c22',1,'amrex::BoxArray::boxList()']]], - ['boxlist_11533',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6603dcbdc28135b48e5bfa98b942da73',1,'amrex::BoxList::BoxList(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a57ceea7a76c84d3befd6ec06c059bbe7',1,'amrex::BoxList::BoxList(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#afe00f77bc420a45f32d484d982e02072',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes, Direction dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54773484ed81f097deb889555b7ca24b',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a30479ce1f63ba9843fe6d5253b6c3fb9',1,'amrex::BoxList::BoxList(const Box &bx, const IntVect &tilesize)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3c9b3b9af19b73c1c7efafda6238dbe9',1,'amrex::BoxList::BoxList(Vector< Box > &&bxs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa5e1e0f1149682e0c8cd5a88451811ba',1,'amrex::BoxList::BoxList(const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1c27b6ccc4493126a264598cebbb88b7',1,'amrex::BoxList::BoxList(IndexType _btype)']]], - ['boxmap_11534',['boxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a868b4aa862ad58a0658f5213c654ef14',1,'amrex::DeriveRec']]], - ['boxnd_11535',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'BoxND< AMREX_SPACEDIM >::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'BoxND< AMREX_SPACEDIM >::BoxND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'amrex::BoxND::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'amrex::BoxND::BoxND() noexcept']]], - ['boxresize_11536',['BoxResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643',1,'amrex']]], - ['boxshrink_11537',['BoxShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14',1,'amrex']]], - ['boxsplit_11538',['BoxSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7',1,'amrex']]], - ['boxsplit_5fimp_11539',['BoxSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380',1,'amrex::detail']]], - ['brentrootfinder_11540',['BrentRootFinder',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca',1,'amrex::EB2']]], - ['broadcastarray_11541',['BroadcastArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff',1,'amrex']]], - ['broadcastbool_11542',['BroadcastBool',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6',1,'amrex']]], - ['broadcaststring_11543',['BroadcastString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60205e03d594df934b5b3afd723c764',1,'amrex']]], - ['broadcaststringarray_11544',['BroadcastStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb',1,'amrex']]], - ['btcalculategrids_11545',['btCalculateGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab675fdeb13c05c43e2a9e3c0447047bf',1,'amrex::btUnit']]], - ['btcalculatelevel_11546',['btCalculateLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ae3e9b0a13f4b632c5adeeabc63428574',1,'amrex::btUnit']]], - ['btcheckderefine_11547',['btCheckDerefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a3b717379d5044fce71f7f78cda30003c',1,'amrex::btUnit']]], - ['btcheckrefine_11548',['btCheckRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#afee26b96ee0312524bf04696bf32a142',1,'amrex::btUnit']]], - ['btrefine_11549',['btRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a4d2d59851e46f6397a84ae9520a82e17',1,'amrex::btUnit']]], - ['buckettogrid_11550',['bucketToGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac0429811bb6a3cf2de1d46ecd7da27d3',1,'amrex::ParticleBufferMap']]], - ['buckettolevel_11551',['bucketToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afbec1ad4a30a8b2000ab6ad7b475d66c',1,'amrex::ParticleBufferMap']]], - ['buckettoproc_11552',['bucketToProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8a29836e5aa44a758c6a063e95312a92',1,'amrex::ParticleBufferMap']]], - ['buffer_11553',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a77b4ab537b9786fb353beb7dc77a0620',1,'amrex::Gpu::Buffer']]], - ['buffer_11554',['buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#abb7286cc2647bb4359101e4fafae159d',1,'amrex::TagBoxArray::buffer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af103bf562a87e04ba76cd763005c2539',1,'amrex::TagBox::buffer()']]], - ['buffer_11555',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a8da30f072b1f36168523d0db2e1f8330',1,'amrex::Gpu::Buffer::Buffer(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a4a67356e6f7cf6772d47b81ec7b91e60',1,'amrex::Gpu::Buffer::Buffer(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3f55c45f384966160f9b9538d732593d',1,'amrex::Gpu::Buffer::Buffer(std::initializer_list< T > init)']]], - ['buffermap_11556',['BufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ae8cc9df742fa642c6289916de788afa5',1,'amrex::ParticleContainerBase']]], - ['build_11557',['Build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc',1,'amrex::EB2::Build(const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool a_extend_domain_face, int a_num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc',1,'amrex::EB2::Build(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow=4, bool build_coarse_level_by_coarsening=true, bool extend_domain_face=ExtendDomainFace(), int num_coarsen_opt=NumCoarsenOpt())']]], - ['build_11558',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< typename amrex::ParticleTileData >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< ParticleType >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< ParticleType >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#acb949036c4f507b6034c2b56782b05fc',1,'amrex::NeighborList::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#acf01a3502124d40b6f58035020394573',1,'amrex::SparseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afe37a8c51ff96b002a2cedb2e9255fa4',1,'amrex::ParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abe6bc677fed710ac617242ea29aeaefa',1,'amrex::ParticleCopyPlan::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a308575ce026d127b1c548c020274be46',1,'amrex::NeighborList::build(SrcTile &src_tile, TargetTile &target_tile, CheckPair const &check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8c8997412e7807ce0ff0f3bdb4369269',1,'amrex::NeighborList::build(PTile &ptile, CheckPair &&check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'amrex::AmrParticleLocator::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'amrex::AmrParticleLocator::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'amrex::DenseBins::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)']]], - ['build_5farrays_11559',['build_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< FArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'amrex::FabArray::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::Mask >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::EBCellFlagFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::CutFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< PetscInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< AtomicInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< IArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< TagBox >::build_arrays()']]], - ['build_5fcellflag_5ffrom_5fap_11560',['build_cellflag_from_ap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, int k, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz)']]], - ['build_5fcells_11561',['build_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &apx, Array4< Real > const &apy, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, int &nsmallcells, int const nmulticuts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &m2x, Array4< Real const > const &m2y, Array4< Real const > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< EBCellFlag > const &ctmp, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, bool cover_multiple_cuts, int &nsmallcells, int &nmulticuts) noexcept']]], - ['build_5ffaces_11562',['build_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &fcx, Array4< Real > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts, int &nsmallfaces) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t const > const &ex, Array4< Type_t const > const &ey, Array4< Type_t const > const &ez, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real const > const &interz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real > const &fcx, Array4< Real > const &fcy, Array4< Real > const &fcz, Array4< Real > const &m2x, Array4< Real > const &m2y, Array4< Real > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts) noexcept']]], - ['build_5fpar_5ffor_5fnblocks_11563',['build_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a93be0fb0f65db39c14837748d0494860',1,'amrex::detail']]], - ['build_5fsolution_11564',['build_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'GMRES< MF, GMRESMLMGT< MF > >::build_solution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'amrex::GMRES::build_solution()']]], - ['buildbc_11565',['buildBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3b07b7cec32b864ae58f09942234421e',1,'amrex::DeriveRec']]], - ['buildbc3d_11566',['buildBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af66abf3e0352de5d8f79dbdde22ef22c',1,'amrex::DeriveRec']]], - ['buildcellflag_11567',['buildCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbbdc98f272b71363491d9a348e1f92a',1,'amrex::EB2::Level']]], - ['buildcutcellmask_11568',['buildCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbf8ba38ca81cc69d1abc5e1dfc25999',1,'amrex::EB2::Level']]], - ['buildfromchkptfile_11569',['BuildFromChkptFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de',1,'amrex::EB2']]], - ['buildmask_11570',['BuildMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< PetscInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::CutFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::EBCellFlagFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::Mask >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< FArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< IArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< TagBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'amrex::FabArray::BuildMask()']]], - ['buildmasks_11571',['buildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa43fb0696cb5782669c8ee368b743099',1,'amrex::MLNodeLinOp']]], - ['buildmasks_11572',['BuildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af79112d043b45868fb00cf720d61b0a5',1,'amrex::NeighborParticleContainer']]], - ['buildmpifinish_11573',['buildMPIFinish',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab70e7cbaf0b6636a9be60729e0869495',1,'amrex::ParticleCopyPlan']]], - ['buildmpistart_11574',['buildMPIStart',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a996c810aea3ffa99a480dffa839230c3',1,'amrex::ParticleCopyPlan']]], - ['buildneighborcopyop_11575',['buildNeighborCopyOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a429842d84ae93439634d8953d71b63bf',1,'amrex::NeighborParticleContainer']]], - ['buildneighborlist_11576',['buildNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad443f88f36ee577341e3ffcffda8a539',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types=1, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aad163ac3bbb3deda0b715ce7e97f6de0',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abb69f08cf3677fa93e6b3793e1ef3403',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac168ec3279fb7f55564901b2f98dfeeb',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8478ecacf0444af88ada9f65324c8c91',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6fb1047fc993b216cf8b7976cb589c45',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool sort=false)']]], - ['buildneighbormask_11577',['buildNeighborMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad01b79b58df596f16982763a74e34d70',1,'amrex::NeighborParticleContainer']]], - ['buildredistributemask_11578',['BuildRedistributeMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a96b76ab915415e7891655d0910880636',1,'amrex::ParticleContainerBase']]], - ['buildstencil_11579',['buildStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a52ede5504eb690639637884661c1676a',1,'amrex::MLNodeLaplacian']]], - ['buildtilearray_11580',['buildTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3bb1453b2bf26b145d0553dcaf8332be',1,'amrex::FabArrayBase']]], - ['buildtypes_11581',['buildTypes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aaccb2f2ff2b1a19d11a62b23c7771808',1,'amrex::EB2::GFab']]], - ['bytes_11582',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a84e7707a96ebc2dc55fe2384d403426a',1,'amrex::FabArrayBase::CPC::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a7350ce3c86017261950af6f94802d343',1,'amrex::FabArrayBase::FB::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a60b3d32706607b5ab04d00f255382f81',1,'amrex::FabArrayBase::FPinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a3cdb4faae0dd007fed2edc93c08c9759',1,'amrex::FabArrayBase::CFinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a6dfaf13cb2e2e2c8e57d0ef3451e6b84',1,'amrex::FabArrayBase::TileArray::bytes()']]], - ['bytesof_11583',['bytesOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4',1,'amrex::bytesOf(const std::vector< T > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd',1,'amrex::bytesOf(const std::map< Key, T, Compare > &m)']]], - ['bytesofmapofcopycomtagcontainers_11584',['bytesOfMapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad8ef26468982ff9ba6e2fbc5eb8073bb',1,'amrex::FabArrayBase']]], - ['bytespread_11585',['ByteSpread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ByteSpread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'amrex::ParticleContainer_impl::ByteSpread()']]] + ['b_11472',['b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a59934d1ececebf10c8d6fcdb0412b283',1,'amrex::HypreIJIface']]], + ['back_11473',['back',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< index_type >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< index_type >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int * >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int *, DefaultAllocator< int * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int *, DefaultAllocator< int * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< std::size_t >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< std::size_t >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< unsigned int >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< unsigned int >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa3c489e0d03d2e1b8986325317a04a33',1,'amrex::ArrayOfStructs::back() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3e895ae30030ef47d3796f4dee1769a9',1,'amrex::ArrayOfStructs::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'amrex::PODVector::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'amrex::PODVector::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int *, DefaultAllocator< const int * > >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::BoxND >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::BoxND >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::NeighborCode >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::NeighborCode >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< const int * >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< const int * >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< char >::back() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< char >::back() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::XDim3 >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::openbc::MomTag >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::STLtools::Triangle >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2f7b499a6deaa9062f42552e90766de6',1,'PODVector< amrex::XDim3 >::back()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a94624aaa5b0a5c99b6a6e755fcb39120',1,'PODVector< amrex::STLtools::Triangle >::back()']]], + ['backgroundthread_11474',['BackgroundThread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a276804e5d463c6c46c248701f73f18c7',1,'amrex::BackgroundThread::BackgroundThread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ad8890dc2d74b85c2c76944b9fe74b9bf',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#af44fe9acf8dd7a7c6815ce8380134849',1,'amrex::BackgroundThread::BackgroundThread(BackgroundThread &&)=delete']]], + ['backward_11475',['backward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a74dd1b872a7f137e6d55d69b1444d2ba',1,'hacc::Dfft::backward(complex_t *out)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aabbda3d97d9422f63ac32a3bf81d5d79',1,'hacc::Dfft::backward(float *out, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80ed718b7bc25881cb073e957f1aea5e',1,'hacc::Dfft::backward(float *out, size_t ghost)']]], + ['baref_11476',['BARef',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a7a41d2a79c7b1a0f9b36ffa0afbc6b49',1,'amrex::BARef::BARef(size_t size)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a299f5f87c10a06d86f32289928792d07',1,'amrex::BARef::BARef(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad2f872def0b3f44f438a4aa0ee455ad1',1,'amrex::BARef::BARef(const BARef &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a9c091cdb6183ee153e309231d68ef52b',1,'amrex::BARef::BARef(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a99abf80b40a6ebff2f6ac1e3e71a21da',1,'amrex::BARef::BARef(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a850d8df48213b59d82ab683351d2805e',1,'amrex::BARef::BARef(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a789502091a9bdb1518f980349e484bfc',1,'amrex::BARef::BARef(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a85cb1fd1c58fbc88dad28f9336d6245f',1,'amrex::BARef::BARef()']]], + ['barrier_11477',['Barrier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a474bca89f351da66587e049dfa4265d6',1,'amrex::ParallelDescriptor::Barrier(const MPI_Comm &, const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac0861548eabcd3f4b4c72a8826f83f8e',1,'amrex::ParallelDescriptor::Barrier(const std::string &)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a4347ef786e0e215ff18290a6d2e8a415',1,'amrex::ParallelDescriptor::ProcessTeam::Barrier()']]], + ['barrierall_11478',['BarrierAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aaeeaf782f50e27058a857cd86febcdd3',1,'amrex::ParallelContext']]], + ['barrierentry_11479',['BarrierEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a8323a9d1128d230d3cd3ec5d448f7577',1,'CommProfStats::BarrierEntry::BarrierEntry(long n, const std::string &nm, long i, int bnn)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a1330c7cc1ff74140f7a408663d21b537',1,'CommProfStats::BarrierEntry::BarrierEntry()']]], + ['barriernames_11480',['BarrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a22cbc931b34ba5a5f9823ea4b8fb0c40',1,'CommProfStats']]], + ['barriernumberstonames_11481',['BarrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad8dbb3518a8cba134327064fd5875468',1,'BLProfStats']]], + ['barriersub_11482',['BarrierSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1ceab6de8572b3cfd10ddba48f266863',1,'amrex::ParallelContext']]], + ['basefab_11483',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< int >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< int >::BaseFab(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< int >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< int >::BaseFab(const Box &bx, int ncomp, int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< int >::BaseFab(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< int >::BaseFab(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< int >::BaseFab(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< int >::BaseFab(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< int >::BaseFab(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< HYPRE_Int >::BaseFab(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< HYPRE_Int >::BaseFab(Array4< HYPRE_Int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int ncomp, HYPRE_Int *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< HYPRE_Int >::BaseFab(const BaseFab< HYPRE_Int > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< HYPRE_Int >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< Real >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< Real >::BaseFab(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< Real >::BaseFab(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< Real >::BaseFab(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< Real >::BaseFab(const Box &bx, int ncomp, Real *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< Real >::BaseFab(const BaseFab< Real > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< Real >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< Real >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< Real >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< PetscInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< PetscInt >::BaseFab(Array4< PetscInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int ncomp, PetscInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< PetscInt >::BaseFab(const BaseFab< PetscInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< PetscInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< PetscInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< AtomicInt >::BaseFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< AtomicInt >::BaseFab(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< AtomicInt >::BaseFab(Array4< AtomicInt > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int ncomp, AtomicInt *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< AtomicInt >::BaseFab(const BaseFab< AtomicInt > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< AtomicInt >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< AtomicInt >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'amrex::BaseFab::BaseFab(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'amrex::BaseFab::BaseFab(Array4< T const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'amrex::BaseFab::BaseFab(Array4< T > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'amrex::BaseFab::BaseFab(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'amrex::BaseFab::BaseFab(const Box &bx, int ncomp, T *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'amrex::BaseFab::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'amrex::BaseFab::BaseFab(const BaseFab< T > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'amrex::BaseFab::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'amrex::BaseFab::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< EBCellFlag >::BaseFab(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< EBCellFlag >::BaseFab(Array4< EBCellFlag > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int ncomp, EBCellFlag *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< EBCellFlag >::BaseFab(const BaseFab< EBCellFlag > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< EBCellFlag >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< EBCellFlag >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa2ce65c438db70645899b1d0c09f2455',1,'BaseFab< char >::BaseFab(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5d9786facded55bfce06cc443594cab',1,'BaseFab< char >::BaseFab(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a83d88e02757dac7e30b2ac7a13020b22',1,'BaseFab< char >::BaseFab(const Box &bx, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa42c6cb505873cad1b9c9de64a20c407',1,'BaseFab< char >::BaseFab(const Box &bx, int n=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b890373aa053ba5cd3aae0bf5483c1c',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8553c8f3915ded4cacfba0c490b98bc5',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53ab00ff398b5beb473bf85810189532',1,'BaseFab< char >::BaseFab(const Box &bx, int ncomp, char const *p)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2fe573448f0463cc140a1452a9510eb0',1,'BaseFab< char >::BaseFab(Array4< char > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a27f1fbad6aff0f97e0291664ab11a4e4',1,'BaseFab< char >::BaseFab(Array4< char > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8adcfedaa62f241b766513fd9dd3f830',1,'BaseFab< char >::BaseFab(Array4< char const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2689fd4a972a4121943d51dc61eee166',1,'BaseFab< char >::BaseFab(Array4< char const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6b0fa577ec8190137939f503041e7bf7',1,'BaseFab< char >::BaseFab(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae732fa5c1fb9495b98ecce97ccd1be95',1,'BaseFab< EBCellFlag >::BaseFab()']]], + ['basefab_5ffinalize_11484',['BaseFab_Finalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a67b24cef9df62e8cced041445b239e86',1,'amrex']]], + ['basefab_5finitialize_11485',['BaseFab_Initialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a652bd22fb8cfcdfeaa4ac62e81a41fe6',1,'amrex']]], + ['basename_11486',['BaseName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#acdc54dfd982d910dafbe21e9c0459bf1',1,'amrex::VisMF']]], + ['basisrealv_11487',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a133d9cc5152d06db5db552037d7ee486',1,'amrex']]], + ['basisv_11488',['BASISV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07a69c2450c2f09ae8c1afbfb394a8d8',1,'amrex']]], + ['batbndryreg_11489',['BATbndryReg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a454faaea656ecae94058378aa39792e8',1,'amrex::BATbndryReg']]], + ['batcoarsenratio_11490',['BATcoarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a02b6c9046695228f048fca5ea92a11db',1,'amrex::BATcoarsenRatio']]], + ['batindextype_11491',['BATindexType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abf80252f8910cfd2746917fc4bf65bed',1,'amrex::BATindexType']]], + ['batindextype_5fcoarsenratio_11492',['BATindexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a018850ccf13a85871016078d42d47acb',1,'amrex::BATindexType_coarsenRatio']]], + ['batop_11493',['BATOp',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a3834e9c9445ec289b6d868f29f4ebfd4',1,'amrex::BATransformer::BATOp::BATOp(IntVect const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a221948cf931ebf7ae97fd6cbc80a7d61',1,'amrex::BATransformer::BATOp::BATOp() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a08b7befe0d3be3fd7cec0fc17832f89a',1,'amrex::BATransformer::BATOp::BATOp(IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a8a638320a3eff1eddadce618e107e535',1,'amrex::BATransformer::BATOp::BATOp(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#afd4493c8028cd11dab3a11c1b5d7f906',1,'amrex::BATransformer::BATOp::BATOp(IndexType t, IntVect const &r) noexcept']]], + ['batransformer_11494',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a1d26c72183fc41c34c8b647b2672993e',1,'amrex::BATransformer::BATransformer(Orientation f, IndexType t, int in_rad, int out_rad, int extent_rad)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a0d5404cf30e094f664ab13a32024777d',1,'amrex::BATransformer::BATransformer(IndexType t)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a34546a5ba0006584f390d2a051f25a3a',1,'amrex::BATransformer::BATransformer()=default']]], + ['bcast_11495',['Bcast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab86dba69cfd44465e773abcc8a4bcecf',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root, const MPI_Comm &comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a888b64c6c10ac205e70f5627921668ef',1,'amrex::ParallelDescriptor::Bcast(Box *b, size_t n, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a20157f27c3bf88a426b0f44bd6bbf135',1,'amrex::ParallelDescriptor::Bcast(T *, size_t n, int root=0)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9e67de311d5153ce34e743c7792de733',1,'amrex::ParallelDescriptor::Bcast(void *, int, MPI_Datatype, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a62a9e0ec396f6f764973eb0feb6b43ff',1,'amrex::BoxList::Bcast()']]], + ['bcast_5fmoments_11496',['bcast_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac9096a2954bfd6a9f717711b294b9f95',1,'amrex::OpenBCSolver']]], + ['bcrec_11497',['BCRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ad2a7c418c7fb23e464b9cc5a8761f741',1,'amrex::BCRec::BCRec(const Box &bx, const Box &domain, const BCRec &bc_domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae1576e0b559f11a37341daf6c66ab4ba',1,'amrex::BCRec::BCRec(const int *a_lo, const int *a_hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aa5257e844dbc3d0b0b444cc570f01771',1,'amrex::BCRec::BCRec(AMREX_D_DECL(int loX, int loY, int loZ), AMREX_D_DECL(int hiX, int hiY, int hiZ)) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a9e5719f622b7d89450779f87943605f0',1,'amrex::BCRec::BCRec() noexcept=default']]], + ['bdkey_11498',['BDKey',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acfc41f7fbe994eb11b68448dff90f9e8',1,'amrex::FabArrayBase::BDKey::BDKey() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a2bbbd3ee02d682c985d8f2dfb744bf10',1,'amrex::FabArrayBase::BDKey::BDKey(const BoxArray::RefID &baid, const DistributionMapping::RefID &dmid) noexcept']]], + ['bdryhi_11499',['bdryHi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1291d19a50e01126f490774cf3cb6a9',1,'amrex']]], + ['bdrylo_11500',['bdryLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a656bee1a5a50c605555a79279ebdcec0',1,'amrex']]], + ['bdrynode_11501',['bdryNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c305d8701c456e83e24e1f2bd828a',1,'amrex']]], + ['begin_11502',['begin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const int *, DefaultAllocator< const int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal * >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal * >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< index_type >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< index_type >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< char >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< char >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::XDim3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::XDim3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::STLtools::Triangle >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::STLtools::Triangle >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::openbc::MomTag >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::openbc::MomTag >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::NeighborCode >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::NeighborCode >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< std::size_t >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf1d4578d3f20a3f5b2d2d74c8c90af6',1,'amrex::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#acdc00992564ca91350fdcd3d2a38e095',1,'amrex::WeightedBoxList::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a61f956fb45470d56b5f064ab95fb6b12',1,'amrex::WeightedBoxList::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#afb2aca19edd4e582423fb866f5ac7686',1,'amrex::RealVect::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3383094f7bbff555574a91c64d01f4fb',1,'amrex::RealVect::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a4d8a0ff4b36cd64070e3bbf980788054',1,'amrex::Gpu::range_detail::range_impl::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< unsigned int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< unsigned int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< std::size_t >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 2 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< ParticleReal * >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< int *, DefaultAllocator< int * > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< int *, DefaultAllocator< int * > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::BoxND >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxList::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxList::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'amrex::GpuArray::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'amrex::GpuArray::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::Interval, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::Interval, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::EB2::PolyTerm, N >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< bool, N >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< bool, N >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const int *, NArrayInt >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const int *, NArrayInt >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< const ParticleReal *, NArrayReal >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'amrex::Array1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac35072464969edaf7b563aca50af76f3',1,'Array1D< int, 0, N-1 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac2653ef503290a436683a62d0a13235f',1,'Array1D< int, 0, N-1 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'amrex::Array2D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'amrex::Array2D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a0f29339aa77e869e34494375b844dd71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a42be0c736c3acf0edca56ce234243655',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a3df8243e0461c2c070936b3e7f7f2031',1,'amrex::Array3D::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a95521eae522931f98cbb29c0daba5b35',1,'amrex::Array3D::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a62e4c34a0bea528c7e0a3e1c0023ea04',1,'amrex::ArrayOfStructs::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a075eae591eb5b0de619099aaa3e18119',1,'amrex::ArrayOfStructs::begin() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aa39708cce4724ecb5eedffb2d91ddf1c',1,'amrex::BinIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#abc4b6bd9e48f341f77e5b0381b5308e0',1,'amrex::BoxDomain::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a8e3958e44ca086a0b4a511f62cddc031',1,'amrex::BoxDomain::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#af75e04838970facf1335f10eb67cdeb7',1,'amrex::BoxIterator::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'IntVectND< AMREX_SPACEDIM >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, nelems >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, nelems >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real,(M+2) *(M+1)/2 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa7901f50d530e87890c03abfa04793ee',1,'amrex::IntVectND::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'amrex::IntVectND::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int *, NAI >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0b40a10d94d1478b49dcc7e6f2f6eaac',1,'IntVectND< AMREX_SPACEDIM >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ae731434af53f3575e4f74588d19705a8',1,'amrex::Neighbors::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a42794840b7f30c436e3f1a6616d2e28b',1,'amrex::Neighbors::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'amrex::PODVector::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'amrex::PODVector::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0d45a6981becc1c5a1185029a91d47f6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a688bc1525c5bcb7456f6423383540666',1,'PODVector< amrex::BoxND >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< Real, 3 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int *, NAI >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 2 >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 3 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 3 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, 4 >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, 4 >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal *, NAR >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal *, NAR >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a951117a4478e02af22153fb41a75f002',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::begin() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aad26114679fccb33d632c5e9661d52cb',1,'GpuArray< Real, 3 >::begin()']]], + ['begin_5fiv_11503',['begin_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a759688dd07960cca00033fe6645a0a',1,'amrex']]], + ['bf_5fthread_5fsafety_11504',['bf_thread_safety',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac158f317f5d49b5ba4a4c10223df05bc',1,'amrex::StateDescriptor']]], + ['bicgstab_5fsolver_5fconfigure_11505',['bicgstab_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a29206029adc7725812d03454b9c178ed',1,'amrex::HypreIJIface']]], + ['bigend_11506',['bigEnd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< AtomicInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< char >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< EBCellFlag >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< HYPRE_Int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< int >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< PetscInt >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'BaseFab< Real >::bigEnd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'amrex::BoxND::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'amrex::BoxND::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'amrex::BoxND::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a81683457b2969cbc698ac59a025d2a45',1,'BoxND< AMREX_SPACEDIM >::bigEnd() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae9ffa622e6ce535573e880f7bad91e96',1,'BoxND< AMREX_SPACEDIM >::bigEnd() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6c4856a591c427c7e00cb84251804d0a',1,'BoxND< AMREX_SPACEDIM >::bigEnd(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acdde994980673c595f2348d982aeb70e',1,'amrex::BaseFab::bigEnd()']]], + ['biniterator_11507',['BinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a693ebae70056bdc07944d7a8a7aa1b4e',1,'amrex::BinIterator']]], + ['binmapper_11508',['BinMapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a2fc716ebcdf02dabc5c00fbc19419155',1,'amrex::BinMapper']]], + ['binsptr_11509',['binsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'amrex::DenseBins::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'amrex::DenseBins::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< ParticleType >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< ParticleType >::binsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a1c13238822cee328b27603d0a467f981',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#abf1111e33d2e88edb6bb0654024b33df',1,'DenseBins< typename amrex::ParticleTileData >::binsPtr() const noexcept']]], + ['bisect_11510',['bisect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d6b1086f3f7b77f820cac8d8005ac38',1,'amrex::bisect(T lo, T hi, F f, T tol=1e-12, int max_iter=100)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae028ac7f5c3bea125e9525c505ceefd2',1,'amrex::bisect(T const *d, I lo, I hi, T const &v)']]], + ['bl_5fallocate_5fi1_11511',['bl_allocate_i1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#adaed8e70771d6f1185066689ca109122',1,'amrex_mempool_module::bl_allocate::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a47590a2b614ca1a020c77a019a93253d',1,'amrex_mempool_module::bl_allocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#aa4c809c38414c0a2b7f35b7c80db61fe',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i1(a, lo1, hi1)']]], + ['bl_5fallocate_5fi2_11512',['bl_allocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac14432cf9370f7e0e02f0417b5baffce',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#aef412351fc6271c67fa58f11f7c1e542',1,'amrex_mempool_module::bl_allocate::bl_allocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aa71f81465fb7c20c4b6925bd21e4d36e',1,'amrex_mempool_module::bl_allocate_i2(a, lo1, hi1, lo2, hi2)']]], + ['bl_5fallocate_5fi3_11513',['bl_allocate_i3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad2bcb4576ef3a75d7e2c985621fd852',1,'amrex_mempool_module::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f51143acfdbd20a8cb98f7cf81ac103',1,'amrex_mempool_module::amrex_allocate::bl_allocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a882dff48549ea8febf0e9e1ef59f2e89',1,'amrex_mempool_module::bl_allocate::bl_allocate_i3(a, lo1, hi1, lo2, hi2, lo3, hi3)']]], + ['bl_5fallocate_5fr1_11514',['bl_allocate_r1',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5b7d388e96d5dfb7b4e2551c51b9cd87',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8cf5d88703f7a13c9b8164273a746393',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a791f09eee564747f6d2edf9734f0be4e',1,'amrex_mempool_module::bl_allocate_r1()']]], + ['bl_5fallocate_5fr1_5fv_11515',['bl_allocate_r1_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6cb21970e68d3e48dbc7d8ecfdf6283f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a5073ed867b16ca13523a3eb3af711009',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a3fc8f0cceacb6dcb6bac79950dcc81f2',1,'amrex_mempool_module::bl_allocate_r1_v()']]], + ['bl_5fallocate_5fr1_5fvc_11516',['bl_allocate_r1_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a76292bbd40d529c388659cf236f3241d',1,'amrex_mempool_module::bl_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#af37026fa3f140bb0de1fdbabf1098d41',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r1_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ab7ef2ee373d559cbf4aad8474d130184',1,'amrex_mempool_module::bl_allocate_r1_vc(a, lo, hi, ncomp)']]], + ['bl_5fallocate_5fr2_11517',['bl_allocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abf42bbe6fd69ab7fd5f42295f37511f6',1,'amrex_mempool_module::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8a6154f6bc163e49b81e1fa496ccd703',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a4f4a275401f9fab0feba1a172b517ec6',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2()']]], + ['bl_5fallocate_5fr2_5fv_11518',['bl_allocate_r2_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a84ebf30624b4cdcac21c9d3e9fc696f7',1,'amrex_mempool_module::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a8f1da1914f4fafd291347a83e3e0b34f',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae1abd02d5d261da4945874f34fcc7968',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_v()']]], + ['bl_5fallocate_5fr2_5fvc_11519',['bl_allocate_r2_vc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a2b5ada4df017deb8b5ab35daf32ee166',1,'amrex_mempool_module::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4db4ef84aec0a796bece72050cd31397',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r2_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a2d50549e4b4739326733c60cb1ceae67',1,'amrex_mempool_module::bl_allocate::bl_allocate_r2_vc()']]], + ['bl_5fallocate_5fr3_11520',['bl_allocate_r3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a52df12c154901553f7481a5ddd08b16f',1,'amrex_mempool_module::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ae6b8abff9ca4bed0746d2df4e2bd277f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a6981412d8a38668123444398651c906a',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3(a, lo1, hi1, lo2, hi2, lo3, hi3)']]], + ['bl_5fallocate_5fr3_5fv_11521',['bl_allocate_r3_v',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a4a19a125194118a2f3d594c048d727dd',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a6986e6f5420605e938093d91ea6ee6cb',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_v()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a0e05b26a99ee9bfcd67d3bcf92f5c2c8',1,'amrex_mempool_module::bl_allocate_r3_v()']]], + ['bl_5fallocate_5fr3_5fvc_11522',['bl_allocate_r3_vc',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a328c584a18240b86b60fd91796f2d74b',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a1b10764ffdbc27f785230c38110f515f',1,'amrex_mempool_module::bl_allocate::bl_allocate_r3_vc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#afeca944fb51530f218008c7e4b205f9d',1,'amrex_mempool_module::bl_allocate_r3_vc(a, lo, hi, ncomp)']]], + ['bl_5fallocate_5fr4_11523',['bl_allocate_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ae6c3227b5028494bf546db05a95af9c2',1,'amrex_mempool_module::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a28590a3427c6eeb3ff0c320395b36e69',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a483da24e5876535560d6bde44de2d3cd',1,'amrex_mempool_module::bl_allocate::bl_allocate_r4()']]], + ['bl_5fallocate_5fr5_11524',['bl_allocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a6d8b7261d54ef467614fc895789808f5',1,'amrex_mempool_module::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#a25c875a21585500c704ef18c300f7b88',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#a624276cf021696067e52bf9cc2808898',1,'amrex_mempool_module::bl_allocate::bl_allocate_r5()']]], + ['bl_5fallocate_5fr6_11525',['bl_allocate_r6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a07ba766a64e809e4be6c014aad7d19e6',1,'amrex_mempool_module::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__allocate.html#ac6bcf5d23b46095d0cfe4b81ee378058',1,'amrex_mempool_module::amrex_allocate::bl_allocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__allocate.html#ad65c591d777654a3b5803f488b8c4a83',1,'amrex_mempool_module::bl_allocate::bl_allocate_r6()']]], + ['bl_5fdeallocate_5fi1_11526',['bl_deallocate_i1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a616f74b36b41fe3efc1129f2b31696d6',1,'amrex_mempool_module::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a7d734565739c8ecaab264c90cbd189bc',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a76d8601110b693099b70ee07c02efdb1',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i1(a)']]], + ['bl_5fdeallocate_5fi2_11527',['bl_deallocate_i2',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ab8a1c1a7b1f4f9c2d7addad056c4f424',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a6003d603a35f9dd4fa8fd70b24a9080b',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad3d1f1a2c6ba53c2d604edd11821415f',1,'amrex_mempool_module::bl_deallocate_i2()']]], + ['bl_5fdeallocate_5fi3_11528',['bl_deallocate_i3',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a33397022560f0ced7823bb1465026106',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#acf5c362213b78718bb7c0d884168b879',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_i3()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#af0e149069027cb6e1937f1ab44c16ca4',1,'amrex_mempool_module::bl_deallocate_i3(a)']]], + ['bl_5fdeallocate_5fr1_11529',['bl_deallocate_r1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a8d123bf3aaa1f2a07999108772fd48a4',1,'amrex_mempool_module::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#acffa0dad2aaa9bd63a20fc8ff3bb163b',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r1()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a63349895d61a0ecb96305b8daa5e2ee0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r1()']]], + ['bl_5fdeallocate_5fr2_11530',['bl_deallocate_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ad460022e6c3ac9118ee5f0b072731ab8',1,'amrex_mempool_module::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a1a9425ca18ac53eef1c90190666db56c',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r2()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#adf8cd7d3386ee5d25007d25cad5b2123',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r2()']]], + ['bl_5fdeallocate_5fr3_11531',['bl_deallocate_r3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#aad0f4a3f588f06c4a2da3c27d8918906',1,'amrex_mempool_module::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#ac20d001ceb12398adde28bf077e9ca1d',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r3()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a2530dd0d3b54cee4edb6921760f45905',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r3(a)']]], + ['bl_5fdeallocate_5fr4_11532',['bl_deallocate_r4',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#a838877fb568c97e993ab5d0a0d61ff54',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a6ffc7838f1c62b313542f0ea786ecaa0',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a78c97371c252f07a69a789c19934af17',1,'amrex_mempool_module::bl_deallocate_r4(a)']]], + ['bl_5fdeallocate_5fr5_11533',['bl_deallocate_r5',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#a9a5a87af4dbe87879e6f5496a6d52707',1,'amrex_mempool_module::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#af24cc70cc5b583aad1ed1b171417f778',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r5()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#af98cc14066f18d0c575ab9d533627fd0',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r5(a)']]], + ['bl_5fdeallocate_5fr6_11534',['bl_deallocate_r6',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1amrex__deallocate.html#ae67f5eef086a5077920094d8bc0c076f',1,'amrex_mempool_module::amrex_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__mempool__module_1_1bl__deallocate.html#a2b5c6416c7adc7b474ac5c775cf93246',1,'amrex_mempool_module::bl_deallocate::bl_deallocate_r6()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#abdc190f8793840926895d5926e3b0270',1,'amrex_mempool_module::bl_deallocate_r6()']]], + ['bl_5ffort_5fproc_5fdecl_11535',['BL_FORT_PROC_DECL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa5dec01b84a2e49488e12992593591c',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_BARRIER, bl_pd_barrier)()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ae4f551d40d14c8bbfaff946737d15abf',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_COMMUNICATOR, bl_pd_communicator)(void *vcomm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a967ee2806a6203f8fee9dfa5b7cbc3a1',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_MYPROC, bl_pd_myproc)(int *myproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a4aaac68a526721b739e82ab88091e834',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_NPROCS, bl_pd_nprocs)(int *nprocs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a76aa7801d002af637405b25a8e1b2792',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IOPROC, bl_pd_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28f369d555a5ea5f2aab2e6a64c2f08',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_IS_IOPROC, bl_pd_is_ioproc)(int *ioproc)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adb07a50b62c06d1d041daabf568be368',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_SECOND, bl_pd_second)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3ff2bd55bb9e1b66ae7bb60cd159483a',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_MAX_TO_IOPROC, bl_pd_reduce_real_max_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3f2139f00295dccb7905968c602d6763',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_REDUCE_REAL_SUM_TO_IOPROC, bl_pd_reduce_real_sum_to_ioproc)(double *r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6b00ecb0ae5350278a633a75443d947e',1,'amrex::ParallelDescriptor::BL_FORT_PROC_DECL(BL_PD_ABORT, bl_pd_abort)()']]], + ['blbter_11536',['BLBTer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#acbd71a84437f500f76af1f585386c007',1,'amrex::BLBTer::BLBTer(const std::string &s, const char *file, int line)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab39b3856a46cfe28beb925329d1e01be',1,'amrex::BLBTer::BLBTer(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ade43d4e6e70c8520d4d1be4bd6007c78',1,'amrex::BLBTer::BLBTer(BLBTer &&)=delete']]], + ['bldfinelevels_11537',['bldFineLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab8927740a33405d6bffe05755f67f5db',1,'amrex::Amr']]], + ['block_11538',['block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a20a366d961aa30bc166cfc7e5ec9a185',1,'amrex::CArena::Node::block() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a644086075ae8e03798c85ae56205c953',1,'amrex::CArena::Node::block(void *blk) noexcept']]], + ['block_5fpotential_11539',['block_potential',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acc33b913d7ecfb81353190b3ce2e95df',1,'amrex::openbc']]], + ['blockingfactor_11540',['blockingFactor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af4a41ee86449b2afa949b6d68f6faf6f',1,'amrex::AmrMesh']]], + ['blockmutex_11541',['BlockMutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a6ecc59b2420e534d8288d4dbc46bcb72',1,'amrex::BlockMutex']]], + ['blockreduce_11542',['blockReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a06351ce8c083138d26fa7653a0c63d7b',1,'amrex::Gpu']]], + ['blockreduce_5fpartial_11543',['blockReduce_partial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab9a50b1a64ebde8610e71103d50c9ff4',1,'amrex::Gpu']]], + ['blockreducemax_11544',['blockReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a60fd190b91e286384cf13808993fea3d',1,'amrex::Gpu']]], + ['blockreducemin_11545',['blockReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4c26ead15b942c1c4a0195ca7483a315',1,'amrex::Gpu']]], + ['blockreducesum_11546',['blockReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a486219b28139a9445f213969c5324167',1,'amrex::Gpu']]], + ['blpdatablock_11547',['BLPDataBlock',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afd73e4277d05cc2d0b08c1a49a7b3dfa',1,'BLProfStats::BLPDataBlock::BLPDataBlock(int p, const std::string &fn, long sp, int si)'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5e9006da23c471e5e375d6995d7ad30c',1,'BLProfStats::BLPDataBlock::BLPDataBlock()']]], + ['blpfnames_11548',['BLPFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae4254a166bcebf1c002d16e350167508',1,'BLProfStats']]], + ['blprofiler_11549',['BLProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a039dcb384283c3461091792da9c959e5',1,'amrex::BLProfiler']]], + ['blprofstats_11550',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae3e98ce74ad3d01e423149655526d44c',1,'BLProfStats']]], + ['bndrycondloc_11551',['BndryCondLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a99e440bed56a5f50e03ab37d85cd4e',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['bndryconds_11552',['bndryConds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#adddea7b29d5088e3503b52bd225915ba',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a7869989cb6ec32d6d198c73c30eae2c4',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryConds(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae3a893425723763871fed2b8f6727abf',1,'amrex::BndryDataT::bndryConds(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a06c546aa81b72020efdddf748a5d0164',1,'amrex::BndryDataT::bndryConds(const MFIter &mfi) const noexcept']]], + ['bndrydatat_11553',['BndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae449a1eee7596c48ad129d92e02e79c4',1,'amrex::BndryDataT::BndryDataT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a18326b434a399d2ae2bf82938e6cb77b',1,'amrex::BndryDataT::BndryDataT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a48956cc70261a5b28ab7a2559d2df611',1,'amrex::BndryDataT::BndryDataT(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a0997f3f226667e9d93136128fcfaf798',1,'amrex::BndryDataT::BndryDataT(BndryDataT< MF > &&rhs)=delete']]], + ['bndryfill_11554',['bndryFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aee4ddf660e8d5fda7a5944dd35314aed',1,'amrex::StateDescriptor']]], + ['bndryfunc_11555',['BndryFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4cb1dbeaa5366037330cdd1e8b6b8c6f',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc, BndryFunc3DDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae560152f7be7db7d636df699fdcd6d5c',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc, BndryFuncDefault gFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0c9d7ed78a7c9614472e9aa816e5588a',1,'amrex::StateDescriptor::BndryFunc::BndryFunc() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a76e4ef878bb39188ba422c88a834ceda',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a84c72d9f36e0f12261a2068f261f40f0',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a4918961c9dca1e951af0cf9ea6481e46',1,'amrex::StateDescriptor::BndryFunc::BndryFunc(BndryFuncFabDefault inFunc) noexcept']]], + ['bndryfuncarray_11556',['BndryFuncArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a480ea3785a61dabbed36488898ad6bf8',1,'amrex::BndryFuncArray::BndryFuncArray() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a7c65dd2144dc47720940d650b688dd30',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFunc3DDefault inFunc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a401d9a024e51575c667c94cb438e1d06',1,'amrex::BndryFuncArray::BndryFuncArray(BndryFuncDefault inFunc) noexcept']]], + ['bndrylocs_11557',['bndryLocs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a311921844eeca8b18621c7199a86729b',1,'amrex::BndryDataT::bndryLocs(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af48fcbe60dd847da0a52181bf10ef7aa',1,'amrex::BndryDataT::bndryLocs(int igrid) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab3eff09a55991f7c4ca82a198800baab',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi, int icomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a31f2e447b25bedfabdb458c50d2785ff',1,'amrex::MLCellLinOpT::BndryCondLoc::bndryLocs(const MFIter &mfi) const noexcept']]], + ['bndrymasks_11558',['bndryMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a61899ec60817d524fd886e0b6d9f361a',1,'amrex::BndryDataT']]], + ['bndryregistert_11559',['BndryRegisterT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#af6ca1d67538728588356d5b07ef6742d',1,'amrex::BndryRegisterT::BndryRegisterT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a669440b13ff12d665b4a732a77aa6658',1,'amrex::BndryRegisterT::BndryRegisterT(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a2922ba0d4eff802a4460e33c950a1ad9',1,'amrex::BndryRegisterT::BndryRegisterT(BndryRegisterT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a13afc3531affff7230330514f2b0725a',1,'amrex::BndryRegisterT::BndryRegisterT(const BndryRegisterT< MF > &src)=delete']]], + ['bndryvalues_11560',['bndryValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae0d643450444b8374f35e761564d075b',1,'amrex::BndryDataT']]], + ['boomeramg_5fprecond_5fconfigure_11561',['boomeramg_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7b457116878fa9bca83d6710ae7f6dde',1,'amrex::HypreIJIface']]], + ['boomeramg_5fsolver_5fconfigure_11562',['boomeramg_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2a13d67a9f8e03517f861c984457c537',1,'amrex::HypreIJIface']]], + ['bottomcommunicator_11563',['BottomCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'MLLinOpT< Array< MultiFab, 3 > >::BottomCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2859b0cddde955b30ccf90c0af86e897',1,'amrex::MLLinOpT::BottomCommunicator()']]], + ['bottomsolve_11564',['bottomSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae5c3ce847717bf6243a9b7c70a1258a6',1,'amrex::MLMGT']]], + ['bottomsolvewithcg_11565',['bottomSolveWithCG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9b38691fee0244ab9dbdfa1878db8a86',1,'amrex::MLMGT']]], + ['boundarywidth_11566',['BoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a561095d726e8e7578b1c59fcee3311c5',1,'amrex::AmrData']]], + ['boundcond_11567',['BoundCond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a2c853c3e4ac28879a78b0454ae018961',1,'amrex::BoundCond::BoundCond(int _bctype) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a3aa62bbf33b9602551dd3e2a3e4249ee',1,'amrex::BoundCond::BoundCond() noexcept=default']]], + ['box_11568',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a817650fe5450f9358a253d05101eb657',1,'amrex::MLMGABCTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9c485ccba1c6224241a34e3c3800dad8',1,'amrex::MLMGPSTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ab6ed0183deb657587907991d95cde3bb',1,'amrex::FillBoxId::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acc3c1d759fbd867cf7d9c806e56c30c7',1,'amrex::FabArrayBase::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#af18b6017b49b6264c35c52028ee3c3b1',1,'amrex::Cluster::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< Real >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< PetscInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< HYPRE_Int >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< EBCellFlag >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< char >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'BaseFab< AtomicInt >::box()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa288a917ca5613e3e984c58a7975a89d',1,'amrex::BaseFab::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#ac98f4aab292a06e27bff388747fdcb0a',1,'amrex::Array4Tag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ab388a278c4ac962c735d3b2a31912a94',1,'amrex::Array4PairTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a0b949943b991add5625ddf74d593451e',1,'amrex::Array4MaskCopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#ae398e0789da3cccf2f3234d50965642b',1,'amrex::Array4CopyTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a43b5b466864759d61d4e50196931330d',1,'amrex::Array4BoxValTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a30b8b9c99ce94ca05175b2632b5a5ad9',1,'amrex::Array4BoxTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ab7f1f2e37f5bd1405f40d0133ff588d3',1,'amrex::Array4BoxOrientationTag::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a99cb5993e1573b609e2d93659b6a2fd9',1,'amrex::Array4BoxOffsetTag::box()']]], + ['box_5fread_11569',['box_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a23e1d95e3ebccd77fdb4d988b280c0cd',1,'amrex::detail']]], + ['box_5fwrite_11570',['box_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a5ad2e1914e7d42fdb76f380b4a29e2ae',1,'amrex::detail']]], + ['boxarray_11571',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ab08c75051c8758512c7f4bb38b34ea17',1,'amrex::ParGDBBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa45d9bdd77447ee858455e5ff5dc2aad',1,'amrex::AmrData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a531e1c57f8cd25355a3ed6ed365deca9',1,'amrex::PlotFileData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac767857a29ab230acd3f3d01a793ac79',1,'amrex::PlotFileDataImpl::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a805fefd43e63ca5b6b0b3ddd26f8b04c',1,'amrex::StateData::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a27de055318e371ff5be7e5b2768abbae',1,'amrex::VisMF::boxArray()']]], + ['boxarray_11572',['BoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16d5410c4beb4a7376d57d6d17b7d201',1,'amrex::BoxArray::BoxArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae51fad2f4cc75e0d49934bd8cbbec39a',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac1ed271c8bba3f4a6f874f9aed33f5d6',1,'amrex::BoxArray::BoxArray(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aff04ba0858cf808f3f7871667344a7bd',1,'amrex::BoxArray::BoxArray(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aecd5949e593c8357b06cd69b29b0bbeb',1,'amrex::BoxArray::BoxArray(size_t n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4b713738c14f93de97c288200cb69cd6',1,'amrex::BoxArray::BoxArray(const Box *bxvec, int nbox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9802183a182f70509c9b1f0dc5c4bf84',1,'amrex::BoxArray::BoxArray(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8f81a0f854fcc971e054650850308270',1,'amrex::BoxArray::BoxArray(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afd76dc52a3e04f2242831d4fb4d8bde1',1,'amrex::BoxArray::BoxArray(const BoxArray &rhs, const BATransformer &trans)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aeca058dac155989ce728cb44301c9454',1,'amrex::BoxArray::BoxArray(BoxList &&bl, IntVect const &max_grid_size)']]], + ['boxarray_11573',['boxArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afab10942e938362277ac3f876a4052a8',1,'amrex::boxArray(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d0e162407f49aab99ec9a1bcddf0f21',1,'amrex::boxArray(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a85a0c34e303d866b1ff44a918bb7e528',1,'amrex::ParGDB::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a65c25342b534c0f03ebdf9e4f5ffac51',1,'amrex::AmrMesh::boxArray(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a331d8f1ba022fc6d08c1e2be97dd2eb6',1,'amrex::AmrMesh::boxArray() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#adb877cb42f2e3904c825bcbe61cf374a',1,'amrex::ParGDBBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7dcb930627bd80227fb86468425bd2d0',1,'amrex::AmrLevel::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af3ad3b7266d2e9e90ddf607455fb3163',1,'amrex::AmrMesh::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb29e90ead2f9e0f58107004d7ea5bd7',1,'amrex::AmrParGDB::boxArray(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a666fea50f53de421e82df451634ce24d',1,'amrex::AmrParGDB::boxArray() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a5a3016da9db4c526f27571162c8dcb24',1,'amrex::ClusterList::boxArray() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a43c8da179ac05a763b3b3f93107d77c8',1,'amrex::ClusterList::boxArray(BoxArray &ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a965a43d4e14b2f1fbc35f50bc0e5b327',1,'amrex::MPMD::Copier::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a670346a2500ca06de456913bcc43d4d2',1,'amrex::EBFArrayBoxFactory::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4bb7e999eee8c04f07573269b54e39d0',1,'amrex::FabArrayBase::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a7d5164bf48c1d9aad40cf48e53d1f9b8',1,'amrex::FabSetT::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac2625b7ac69e478b4ca5b11c74f6827b',1,'amrex::EB2::Level::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a4392470ed6648f18f0dbd5b986ff204c',1,'amrex::MultiCutFab::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a8a918fcc2ec7aad2de9961ba43eb9398',1,'amrex::MultiMask::boxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a439e82c074f1fb9121e6bd2bfbfc2502',1,'amrex::ParGDB::boxArray()']]], + ['boxcat_11574',['BoxCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a74365972e1974d425c106395137bee96',1,'amrex']]], + ['boxcoarsener_11575',['BoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ab2961b67ebd3fabbf32afe103267ad59',1,'amrex::InterpBase']]], + ['boxcommhelper_11576',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a449f2001ce1f699af3139ad929c66da2',1,'amrex::BoxCommHelper']]], + ['boxcomplement_11577',['boxComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af4b25f1a81ffa836ed7356d6da7e814e',1,'amrex']]], + ['boxdiff_11578',['boxDiff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23d225d20bb2631874de8edff71dbc88',1,'amrex::boxDiff(BoxList &bl_diff, const Box &b1in, const Box &b2)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7cb1edb123daa9e2146ae0db8e2ed910',1,'amrex::boxDiff(const Box &b1in, const Box &b2)']]], + ['boxdomain_11579',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adf430e5f38acc600c84e559bb68dc5d2',1,'amrex::BoxDomain::BoxDomain(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a378ee4b07d91023565d794005b1e7869',1,'amrex::BoxDomain::BoxDomain(BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a64ee738d97ad6b873205801db2689a09',1,'amrex::BoxDomain::BoxDomain(IndexType itype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a47079914541e9badea37cd84a4eb8511',1,'amrex::BoxDomain::BoxDomain()']]], + ['boxes_11580',['boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a50efdc257f760e9e25399c37af9e6cc1',1,'amrex::BndryRegisterT']]], + ['boxexpand_11581',['BoxExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e0bdf12d409e2c6ce6ce582238defa8',1,'amrex']]], + ['boxid_11582',['boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a5a49d0ecc04ce9c84d5cc0e68fd04675',1,'amrex::WeightedBox']]], + ['boxif_11583',['BoxIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#aa0f2ca11875600cbda14790fff29af9f',1,'amrex::EB2::BoxIF']]], + ['boxindexernd_11584',['BoxIndexerND',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a4e7657e0ada4d09ac9619ca67aadacd0',1,'amrex::BoxIndexerND< 1 >::BoxIndexerND()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a5675e229ddf29d9c458cd5b0f49b9b44',1,'amrex::BoxIndexerND::BoxIndexerND()']]], + ['boxiterator_11585',['BoxIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ad67f55da89142e3527f16fac6a5bcade',1,'amrex::BoxIterator::BoxIterator(const Box &a_bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7d4f7fc99b5c3fe06e9a0b2118ad9f20',1,'amrex::BoxIterator::BoxIterator() noexcept=default']]], + ['boxlist_11586',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6603dcbdc28135b48e5bfa98b942da73',1,'amrex::BoxList']]], + ['boxlist_11587',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#adabfc3621a41317e6fc4a0c0d156aa57',1,'amrex::BoxDomain::boxList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4a0626dbe9602ecfda3c0fbc34112c22',1,'amrex::BoxArray::boxList()']]], + ['boxlist_11588',['BoxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a57ceea7a76c84d3befd6ec06c059bbe7',1,'amrex::BoxList::BoxList(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#afe00f77bc420a45f32d484d982e02072',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes, Direction dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54773484ed81f097deb889555b7ca24b',1,'amrex::BoxList::BoxList(const Box &bx, int nboxes)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a30479ce1f63ba9843fe6d5253b6c3fb9',1,'amrex::BoxList::BoxList(const Box &bx, const IntVect &tilesize)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3c9b3b9af19b73c1c7efafda6238dbe9',1,'amrex::BoxList::BoxList(Vector< Box > &&bxs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa5e1e0f1149682e0c8cd5a88451811ba',1,'amrex::BoxList::BoxList(const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1c27b6ccc4493126a264598cebbb88b7',1,'amrex::BoxList::BoxList(IndexType _btype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128274e71f12eceb9980758522776803',1,'amrex::BoxList::BoxList(const Box &bx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a31584546393b5ff7f420e6bffd8486bd',1,'amrex::BoxList::BoxList()']]], + ['boxlist_11589',['boxList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4f070ed8714989f5935d13b3504a1253',1,'amrex::ClusterList::boxList(BoxList &blst) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a95b972f06305fd5677d90126c9bc0562',1,'amrex::ClusterList::boxList() const']]], + ['boxmap_11590',['boxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a868b4aa862ad58a0658f5213c654ef14',1,'amrex::DeriveRec']]], + ['boxnd_11591',['BoxND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'BoxND< AMREX_SPACEDIM >::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'BoxND< AMREX_SPACEDIM >::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'BoxND< AMREX_SPACEDIM >::BoxND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9d51e4695d513c46f001af75b94de2de',1,'amrex::BoxND::BoxND(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ab6fe7ec344f9f67d7977dfcab8c60be6',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, IndexTypeND< dim > t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa71102733d552e4830e6d73a2e4c6903',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2b61a267d60b4f6ed90cf41ebb98d8ff',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const int *vec_len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a430cd42a04bd540210483ad8989594d7',1,'amrex::BoxND::BoxND(const IntVectND< dim > &small, const IntVectND< dim > &big) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acaf0d6969f24ab0e13a70d5b1a027a09',1,'amrex::BoxND::BoxND() noexcept']]], + ['boxresize_11592',['BoxResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fba034ae980dd8a86d36a58d87eb643',1,'amrex']]], + ['boxshrink_11593',['BoxShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21cb6757bb639cd09c1ac42e3dc46c14',1,'amrex']]], + ['boxsplit_11594',['BoxSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8657b826c8cd05f46ec8f8a053ef83b7',1,'amrex']]], + ['boxsplit_5fimp_11595',['BoxSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abfa7a4f59bfcd50f3755629beb5a6380',1,'amrex::detail']]], + ['brentrootfinder_11596',['BrentRootFinder',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afe01e9165cc64a28a0b7e9ca72fc43ca',1,'amrex::EB2']]], + ['broadcastarray_11597',['BroadcastArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cf9dce7670dcc62897405af53fafcff',1,'amrex']]], + ['broadcastbool_11598',['BroadcastBool',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0fd43716fb89a13154ed4c037ebe6e6',1,'amrex']]], + ['broadcaststring_11599',['BroadcastString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60205e03d594df934b5b3afd723c764',1,'amrex']]], + ['broadcaststringarray_11600',['BroadcastStringArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1bfd620fc96f18d04313d70ccca85bfb',1,'amrex']]], + ['btcalculategrids_11601',['btCalculateGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab675fdeb13c05c43e2a9e3c0447047bf',1,'amrex::btUnit']]], + ['btcalculatelevel_11602',['btCalculateLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ae3e9b0a13f4b632c5adeeabc63428574',1,'amrex::btUnit']]], + ['btcheckderefine_11603',['btCheckDerefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a3b717379d5044fce71f7f78cda30003c',1,'amrex::btUnit']]], + ['btcheckrefine_11604',['btCheckRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#afee26b96ee0312524bf04696bf32a142',1,'amrex::btUnit']]], + ['btrefine_11605',['btRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a4d2d59851e46f6397a84ae9520a82e17',1,'amrex::btUnit']]], + ['buckettogrid_11606',['bucketToGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ac0429811bb6a3cf2de1d46ecd7da27d3',1,'amrex::ParticleBufferMap']]], + ['buckettolevel_11607',['bucketToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afbec1ad4a30a8b2000ab6ad7b475d66c',1,'amrex::ParticleBufferMap']]], + ['buckettoproc_11608',['bucketToProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a8a29836e5aa44a758c6a063e95312a92',1,'amrex::ParticleBufferMap']]], + ['buffer_11609',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a77b4ab537b9786fb353beb7dc77a0620',1,'amrex::Gpu::Buffer']]], + ['buffer_11610',['buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#abb7286cc2647bb4359101e4fafae159d',1,'amrex::TagBoxArray::buffer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af103bf562a87e04ba76cd763005c2539',1,'amrex::TagBox::buffer()']]], + ['buffer_11611',['Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a8da30f072b1f36168523d0db2e1f8330',1,'amrex::Gpu::Buffer::Buffer(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a4a67356e6f7cf6772d47b81ec7b91e60',1,'amrex::Gpu::Buffer::Buffer(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3f55c45f384966160f9b9538d732593d',1,'amrex::Gpu::Buffer::Buffer(std::initializer_list< T > init)']]], + ['buffermap_11612',['BufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ae8cc9df742fa642c6289916de788afa5',1,'amrex::ParticleContainerBase']]], + ['build_11613',['Build',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a027cac750cb881076f90fdcf0e9c5adc',1,'amrex::EB2::Build(const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool a_extend_domain_face, int a_num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3dd30a7f30d52e12f0f8ef8eb57f7fc',1,'amrex::EB2::Build(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow=4, bool build_coarse_level_by_coarsening=true, bool extend_domain_face=ExtendDomainFace(), int num_coarsen_opt=NumCoarsenOpt())']]], + ['build_11614',['build',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< typename amrex::ParticleTileData >::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< ParticleType >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< ParticleType >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< ParticleType >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< ParticleType >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< ParticleType >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'DenseBins< typename amrex::ParticleTileData >::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aad8c281e39e21d3bc66aed7f19e27640',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae473c8e815b04d40ff93bff59c3513d5',1,'DenseBins< typename amrex::ParticleTileData >::build(BinPolicy::SerialBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#acb949036c4f507b6034c2b56782b05fc',1,'amrex::NeighborList::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac3eb561a788bafe7e3e2be49d7e6327f',1,'amrex::DenseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#acf01a3502124d40b6f58035020394573',1,'amrex::SparseBins::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afe37a8c51ff96b002a2cedb2e9255fa4',1,'amrex::ParticleLocator::build()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abe6bc677fed710ac617242ea29aeaefa',1,'amrex::ParticleCopyPlan::build()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a308575ce026d127b1c548c020274be46',1,'amrex::NeighborList::build(SrcTile &src_tile, TargetTile &target_tile, CheckPair const &check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8c8997412e7807ce0ff0f3bdb4369269',1,'amrex::NeighborList::build(PTile &ptile, CheckPair &&check_pair, const Gpu::DeviceVector< int > &off_bins_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &dxi_v, const Gpu::DeviceVector< GpuArray< Real, AMREX_SPACEDIM >> &plo_v, const Gpu::DeviceVector< Dim3 > &lo_v, const Gpu::DeviceVector< Dim3 > &hi_v, int num_cells=1, int num_bin_types=1, int *bin_type_array=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'amrex::AmrParticleLocator::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'amrex::AmrParticleLocator::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ae011b6cbdfd2ef54b6a2d32af9b98d73',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const Vector< BoxArray > &a_ba, const Vector< Geometry > &a_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a0545b0fdaadd8f5deedff78cbb39d41f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::build(const ParGDBBase *a_gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a97b2a646e5d6e068f0aef8827724c083',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, const Box &bx, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ac7b31f16c880c16927e8a3e2e75c6481',1,'amrex::DenseBins::build(N nitems, const_pointer_input_type v, int nbins, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a96b3c81f2ea39413114f239f9331f4ea',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ab64c9c267216ee519cc5ed2a8819f93b',1,'amrex::DenseBins::build(BinPolicy::GPUBinPolicy, N nitems, const_pointer_input_type v, int nbins, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a73afea206e7cab0e88cdf438e9158cca',1,'amrex::DenseBins::build(BinPolicy::OpenMPBinPolicy, N nitems, const_pointer_input_type v, const Box &bx, F const &f)']]], + ['build_5farrays_11615',['build_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< FArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'amrex::FabArray::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::Mask >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::EBCellFlagFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::CutFab >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< PetscInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< amrex::BaseFab< AtomicInt > >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< IArrayBox >::build_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad37c52d123770b902efbb42a7ba56578',1,'FabArray< TagBox >::build_arrays()']]], + ['build_5fcellflag_5ffrom_5fap_11616',['build_cellflag_from_ap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a97bb46ef943ca61f6c69345a636c8f91',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad4baf361d00889173d59e758d4db781a',1,'amrex::EB2::build_cellflag_from_ap(int i, int j, int k, Array4< EBCellFlag > const &cflag, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz)']]], + ['build_5fcells_11617',['build_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ab93166de851db0edebb5ae2569b88cc1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &apx, Array4< Real > const &apy, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, int &nsmallcells, int const nmulticuts) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a679c49e19ddd76e1b5193718e37bf6c1',1,'amrex::EB2::build_cells(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &m2x, Array4< Real const > const &m2y, Array4< Real const > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real > const &vfrac, Array4< Real > const &vcent, Array4< Real > const &barea, Array4< Real > const &bcent, Array4< Real > const &bnorm, Array4< EBCellFlag > const &ctmp, Array4< Real > const &levset, Real small_volfrac, Geometry const &geom, bool extend_domain_face, bool cover_multiple_cuts, int &nsmallcells, int &nmulticuts) noexcept']]], + ['build_5ffaces_11618',['build_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a8791492ceba31d5d14372a20721e3695',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &fcx, Array4< Real > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts, int &nsmallfaces) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aceb9b2336e3a1251dca7ab15420dbfcd',1,'amrex::EB2::build_faces(Box const &bx, Array4< EBCellFlag > const &cell, Array4< Type_t > const &fx, Array4< Type_t > const &fy, Array4< Type_t > const &fz, Array4< Type_t const > const &ex, Array4< Type_t const > const &ey, Array4< Type_t const > const &ez, Array4< Real > const &levset, Array4< Real const > const &interx, Array4< Real const > const &intery, Array4< Real const > const &interz, Array4< Real > const &apx, Array4< Real > const &apy, Array4< Real > const &apz, Array4< Real > const &fcx, Array4< Real > const &fcy, Array4< Real > const &fcz, Array4< Real > const &m2x, Array4< Real > const &m2y, Array4< Real > const &m2z, GpuArray< Real, AMREX_SPACEDIM > const &dx, GpuArray< Real, AMREX_SPACEDIM > const &problo, bool cover_multiple_cuts) noexcept']]], + ['build_5fpar_5ffor_5fnblocks_11619',['build_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a93be0fb0f65db39c14837748d0494860',1,'amrex::detail']]], + ['build_5fsolution_11620',['build_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'GMRES< MF, GMRESMLMGT< MF > >::build_solution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a1b9c033fd9010175090a197bd20e5f51',1,'amrex::GMRES::build_solution()']]], + ['buildbc_11621',['buildBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a3b07b7cec32b864ae58f09942234421e',1,'amrex::DeriveRec']]], + ['buildbc3d_11622',['buildBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af66abf3e0352de5d8f79dbdde22ef22c',1,'amrex::DeriveRec']]], + ['buildcellflag_11623',['buildCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbbdc98f272b71363491d9a348e1f92a',1,'amrex::EB2::Level']]], + ['buildcutcellmask_11624',['buildCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#adbf8ba38ca81cc69d1abc5e1dfc25999',1,'amrex::EB2::Level']]], + ['buildfromchkptfile_11625',['BuildFromChkptFile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afb0afb98a8713d8031d524dd41ef94de',1,'amrex::EB2']]], + ['buildmask_11626',['BuildMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::BaseFab< PetscInt > >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::CutFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::EBCellFlagFab >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< amrex::Mask >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< FArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< IArrayBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'FabArray< TagBox >::BuildMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f4a269de9e494ef89075265e5b8ecb2',1,'amrex::FabArray::BuildMask()']]], + ['buildmasks_11627',['buildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa43fb0696cb5782669c8ee368b743099',1,'amrex::MLNodeLinOp']]], + ['buildmasks_11628',['BuildMasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af79112d043b45868fb00cf720d61b0a5',1,'amrex::NeighborParticleContainer']]], + ['buildmpifinish_11629',['buildMPIFinish',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab70e7cbaf0b6636a9be60729e0869495',1,'amrex::ParticleCopyPlan']]], + ['buildmpistart_11630',['buildMPIStart',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a996c810aea3ffa99a480dffa839230c3',1,'amrex::ParticleCopyPlan']]], + ['buildneighborcopyop_11631',['buildNeighborCopyOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a429842d84ae93439634d8953d71b63bf',1,'amrex::NeighborParticleContainer']]], + ['buildneighborlist_11632',['buildNeighborList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad443f88f36ee577341e3ffcffda8a539',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types=1, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aad163ac3bbb3deda0b715ce7e97f6de0',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abb69f08cf3677fa93e6b3793e1ef3403',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac168ec3279fb7f55564901b2f98dfeeb',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, int type_ind, int *ref_ratio, int num_bin_types, bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8478ecacf0444af88ada9f65324c8c91',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, OtherPCType &other, Vector< std::map< std::pair< int, int >, amrex::NeighborList< typename OtherPCType::ParticleType > > > &neighbor_lists, bool sort=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6fb1047fc993b216cf8b7976cb589c45',1,'amrex::NeighborParticleContainer::buildNeighborList(CheckPair const &check_pair, bool sort=false)']]], + ['buildneighbormask_11633',['buildNeighborMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad01b79b58df596f16982763a74e34d70',1,'amrex::NeighborParticleContainer']]], + ['buildredistributemask_11634',['BuildRedistributeMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a96b76ab915415e7891655d0910880636',1,'amrex::ParticleContainerBase']]], + ['buildstencil_11635',['buildStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a52ede5504eb690639637884661c1676a',1,'amrex::MLNodeLaplacian']]], + ['buildtilearray_11636',['buildTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3bb1453b2bf26b145d0553dcaf8332be',1,'amrex::FabArrayBase']]], + ['buildtypes_11637',['buildTypes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aaccb2f2ff2b1a19d11a62b23c7771808',1,'amrex::EB2::GFab']]], + ['bytes_11638',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a84e7707a96ebc2dc55fe2384d403426a',1,'amrex::FabArrayBase::CPC::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a7350ce3c86017261950af6f94802d343',1,'amrex::FabArrayBase::FB::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a60b3d32706607b5ab04d00f255382f81',1,'amrex::FabArrayBase::FPinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a3cdb4faae0dd007fed2edc93c08c9759',1,'amrex::FabArrayBase::CFinfo::bytes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a6dfaf13cb2e2e2c8e57d0ef3451e6b84',1,'amrex::FabArrayBase::TileArray::bytes()']]], + ['bytesof_11639',['bytesOf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eba5dd365d87751a963b6bd078673c4',1,'amrex::bytesOf(const std::vector< T > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87b15ece376f09dacd5bb7e8f266a6bd',1,'amrex::bytesOf(const std::map< Key, T, Compare > &m)']]], + ['bytesofmapofcopycomtagcontainers_11640',['bytesOfMapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad8ef26468982ff9ba6e2fbc5eb8073bb',1,'amrex::FabArrayBase']]], + ['bytespread_11641',['ByteSpread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ByteSpread()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a10bdd9f80e7698acb45b1dec24db3a72',1,'amrex::ParticleContainer_impl::ByteSpread()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_3.js b/amrex-hydro/Doxygen/html/search/functions_3.js index 5090f2f..d4109ef 100644 --- a/amrex-hydro/Doxygen/html/search/functions_3.js +++ b/amrex-hydro/Doxygen/html/search/functions_3.js @@ -1,333 +1,335 @@ var searchData= [ - ['c_5fcomps_5fthreads_5fand_5fblocks_11586',['c_comps_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad50ffc68d86b60f6c4abea01215ecd80',1,'amrex::Gpu::Device']]], - ['c_5fthreads_5fand_5fblocks_11587',['c_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a287c97156ce50cfda229da5b2d9a00a8',1,'amrex::Gpu::Device']]], - ['cacheneighborinfo_11588',['cacheNeighborInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a497db0eca21eb270f545e60f034aeb6a',1,'amrex::NeighborParticleContainer']]], - ['cachestats_11589',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a172909ef2ee1fc68d2bfcd61ed13d4bd',1,'amrex::FabArrayBase::CacheStats']]], - ['calc_5falpha_11590',['calc_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a2f2cc7f01b96bcdd7c3f7d3ecffeee20',1,'amrex::EBToPVD']]], - ['calc_5fd_11591',['calc_D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acfaa366856b5d181ef31e271d810a461',1,'amrex::SplineDistFcnElement2d']]], - ['calc_5fhesse_11592',['calc_hesse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a8e98228d4e26f46aaad5dca2c60d21b2',1,'amrex::EBToPVD']]], - ['calc_5fintersects_11593',['calc_intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ae6256aa448020ec87249a19972bc3b63',1,'amrex::EBToPVD']]], - ['calccommsize_11594',['calcCommSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fea3b7765226c9483a81c772e3cfcd0',1,'amrex::NeighborParticleContainer']]], - ['calcgradphi_11595',['calcGradPhi',['../classHydro_1_1NodalProjector.html#a3a2166183188d53c17442adab59897e4',1,'Hydro::NodalProjector']]], - ['calculateminmax_11596',['CalculateMinMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a89f8804d6faa52091fcde2844952fa93',1,'amrex::VisMF::Header']]], - ['call_5fcheck_5fpair_11597',['call_check_pair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7df5de70f7ab58e32c467a66af4fdbd9',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8a333f99592fcb77801eee6ae33eb42e',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j, N3, N4, N5) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))']]], - ['call_5fdevice_11598',['call_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa',1,'amrex::call_device(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574',1,'amrex::call_device(L &&f0, Lambdas &&... fs) noexcept']]], - ['call_5ff_11599',['call_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< ParticleType >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'amrex::DenseBins::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733',1,'amrex::experimental::detail::parfor_mf_detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#af72f8c4ec6c858d83f59c48034851294',1,'amrex::particle_detail::call_f(F const &f, const PTDType< T_ParticleType, NAR, NAI > &p, const int i, Array4< T > const &fabarr, GpuArray< Real, AMREX_SPACEDIM > const &plo, GpuArray< Real, AMREX_SPACEDIM > const &dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#a4fc575fa169519c925f33d6bb746d598',1,'amrex::particle_detail::call_f(F const &f, const ConstParticleTileData< T_ParticleType, NAR, NAI > &p, const int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75',1,'amrex::Reduce::detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< typename amrex::ParticleTileData >::call_f()']]], - ['call_5ff_5fintvect_11600',['call_f_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa05aeb114ce9ecd66760d831ae2471f8',1,'amrex::detail::call_f_intvect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae',1,'amrex::loop_detail::call_f_intvect(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], - ['call_5ff_5fintvect_5fcpu_11601',['call_f_intvect_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76',1,'amrex::loop_detail']]], - ['call_5ff_5fintvect_5fengine_11602',['call_f_intvect_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abf33e4589ea5adab841f76cf4ba8fec2',1,'amrex::detail']]], - ['call_5ff_5fintvect_5fhandler_11603',['call_f_intvect_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a405f588558bf5afc228a55ebe21303a1',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a046cf7f7c280ba419ad77e7d97f61d88',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], - ['call_5ff_5fintvect_5finner_11604',['call_f_intvect_inner',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ac48e6fab4200845ae1464ab52ec831f9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af52fdeb3368a6e51b1547446480a490f',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a36c4819d0af66858bf09a3dd588fca74',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a64ebcc6c0abdb545a519a9d378dca174',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], - ['call_5ff_5fintvect_5finner_5fcpu_11605',['call_f_intvect_inner_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#acc9fdee6f642f94d35694e57ac4046d5',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], - ['call_5ff_5fintvect_5fncomp_11606',['call_f_intvect_ncomp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9724b4915ce5a6c9e9766a4e0a221723',1,'amrex::detail::call_f_intvect_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662',1,'amrex::loop_detail::call_f_intvect_ncomp(F const &f, IntVectND< dim > iv, int n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], - ['call_5ff_5fintvect_5fncomp_5fcpu_11607',['call_f_intvect_ncomp_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ae922667b0d850b2bb5603749f8864438',1,'amrex::loop_detail']]], - ['call_5ff_5fintvect_5fncomp_5fengine_11608',['call_f_intvect_ncomp_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2',1,'amrex::detail']]], - ['call_5ff_5fintvect_5fncomp_5fhandler_11609',['call_f_intvect_ncomp_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d5d1924885f09d0c057d56268dfb895',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, n))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2c5b6087ddf712ba78b4adb8a1baea78',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T ncomp, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], - ['call_5ff_5fscalar_5fhandler_11610',['call_f_scalar_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa004283e3920e413c389c093161cad79',1,'amrex::detail::call_f_scalar_handler(F const &f, N i) noexcept -> decltype(f(0))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a90aaa100d2d55f47c63bf669ba307022',1,'amrex::detail::call_f_scalar_handler(F const &f, N i, Gpu::Handler const &) noexcept -> decltype(f(0))']]], - ['call_5finterp_5fhook_11611',['call_interp_hook',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aaa2f442d8ea72f80f2d543e12c5f8a1a',1,'amrex::detail']]], - ['calltreenode_11612',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a58a170e22648cb330508a33ecd8396c5',1,'BLProfStats::CallTreeNode']]], - ['canderive_11613',['CanDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af87b3b3ccc957963371870e73f8679e1',1,'amrex::AmrData::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a351b40fa21a1d0ae733b0da5874bba69',1,'amrex::AmrData::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad926743e5317dbba19e1fd57307401a1',1,'amrex::DataServices::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4305cc67a74a310d78a979028fe86d77',1,'amrex::DataServices::CanDerive(const Vector< std::string > &names) const']]], - ['canderive_11614',['canDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae2bbc9a653c1a437f677755dc5e31ced',1,'amrex::DeriveList']]], - ['capacity_11615',['capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::openbc::MomTag >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::STLtools::Triangle >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::NeighborCode >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::BoxND >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< unsigned int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'amrex::PODVector::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3a9ab299dccc5bc6e57018fddb101099',1,'amrex::ParticleTile::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae88ca91d12a18c9eae7c36348e7c99fd',1,'amrex::DistributionMapping::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6064b561ef6b7f4001b73a063b22bd57',1,'amrex::BoxList::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a04d7713cdc01e24d50d715119f5c333d',1,'amrex::BoxArray::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< index_type >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int *, DefaultAllocator< int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< std::size_t >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int *, DefaultAllocator< const int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::XDim3 >::capacity()']]], - ['carena_11616',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a43a76cc08d37a6c6174a05989d0bc60e',1,'amrex::CArena::CArena(std::size_t hunk_size=0, ArenaInfo info=ArenaInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1dc0400df161a7395380b6156678918a',1,'amrex::CArena::CArena(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8df362670d9202352afc131bfc421c28',1,'amrex::CArena::CArena(CArena &&rhs)=delete']]], - ['cart_5f1d_11617',['cart_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1879fde1dfd6f521c758457ebebf9808',1,'hacc::Distribution']]], - ['cart_5f2d_5fx_11618',['cart_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68f2354c76a3bd14164ab62d882d8151',1,'hacc::Distribution']]], - ['cart_5f2d_5fy_11619',['cart_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6829355f310f77f889572a2c28a91440',1,'hacc::Distribution']]], - ['cart_5f2d_5fz_11620',['cart_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a83b09b3561dcff5292e797dcdd6d610b',1,'hacc::Distribution']]], - ['cart_5f3d_11621',['cart_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a49229eb2403fec394ef26e10c9cfd7e5',1,'hacc::Distribution']]], - ['cartcomm_5fkspace_11622',['cartcomm_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#afb4b5d0e56a4434cc632221e5b5d595f',1,'hacc::Dfft']]], - ['cartcomm_5frspace_11623',['cartcomm_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a2c5dcf97c4702a0223c16e2318aceeab',1,'hacc::Dfft']]], - ['cartesianproduct_11624',['CartesianProduct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff',1,'amrex']]], - ['cartgrid_11625',['CartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2f1db26232c0faf4e0b164bff1e2848b',1,'amrex::AmrData']]], - ['cartgridversion_11626',['CartGridVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abbd11f921125e23499969c24f8d0e4d0',1,'amrex::AmrData']]], - ['cas_11627',['CAS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a3794cd96c4a2f4b00db9cc1e5d66af87',1,'amrex::Gpu::Atomic']]], - ['cast_11628',['cast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e',1,'amrex::cast(U const &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7261f50da60e78a42e700384710cd47',1,'amrex::cast(BaseFab< Tto > &tofab, BaseFab< Tfrom > const &fromfab, Box const &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], - ['catenate_11629',['catenate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5401acc7f967b93eb6e755966491aa58',1,'amrex::BoxList']]], - ['cbegin_11630',['cbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::STLtools::Triangle >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::XDim3 >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::openbc::MomTag >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::NeighborCode >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::BoxND >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'amrex::PODVector::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a7a63898f3093bbbdecb31a1c7ad5955e',1,'amrex::Neighbors::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a297a2a3a29d1e4dee564a816d45e82fc',1,'amrex::BoxList::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a36e94e3ffe5960cc40d35b5e9c23d072',1,'amrex::ArrayOfStructs::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< std::size_t >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< unsigned int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int *, DefaultAllocator< int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< index_type >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int *, DefaultAllocator< const int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int * >::cbegin()']]], - ['ccfcdoit_11631',['ccfcdoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a7a3cd639f33548b08977d0fcdf594613',1,'amrex::GpuBndryFuncFab']]], - ['ccprotect_5f2d_11632',['ccprotect_2d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b',1,'amrex']]], - ['ccprotect_5f3d_11633',['ccprotect_3d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0',1,'amrex']]], - ['ccquartic_5finterp_11634',['ccquartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d',1,'amrex']]], - ['ceil_11635',['ceil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept']]], - ['cell_5fquartic_5finterp_5fx_11636',['cell_quartic_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0a3854363996b297c8f051d38aab201',1,'amrex']]], - ['cell_5fquartic_5finterp_5fy_11637',['cell_quartic_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a',1,'amrex']]], - ['cell_5fquartic_5finterp_5fz_11638',['cell_quartic_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f',1,'amrex']]], - ['cellcenter_11639',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a5c2b7698e44ce750730b8246fc1aa992',1,'amrex::CoordSys::CellCenter(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a20d11f9a4a56cc4abbbc63520b1a5e7f',1,'amrex::CoordSys::CellCenter(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa88777a3be31a577cf01ed63a806f94b',1,'amrex::CoordSys::CellCenter(const IntVect &point, Real *loc) const noexcept']]], - ['cellcentered_11640',['cellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'amrex::IndexTypeND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'BoxND< AMREX_SPACEDIM >::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'amrex::BoxND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'amrex::IndexTypeND::cellCentered()']]], - ['cellconservativelinear_11641',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::CellConservativeLinear::CellConservativeLinear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::EBCellConservativeLinear::CellConservativeLinear()']]], - ['cellconservativeprotected_11642',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aced526a1e706c7fce0c1b715639f2270',1,'amrex::CellConservativeProtected']]], - ['cellcount_11643',['cellCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab1fa12d8a76471eac770533845c1a59a',1,'amrex::Amr::cellCount() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a76adb6f14e46b7ed89679dfdca012385',1,'amrex::Amr::cellCount(int lev) noexcept']]], - ['celldata_11644',['cellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< Real const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'amrex::Array4::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 const >::cellData()']]], - ['celldata_11645',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#accb987397fdc10a704d4e42d4e5c5d31',1,'amrex::CellData::CellData(T *a_p, Long a_stride, int a_ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a96af7ce615384f42e11db33a16e36b05',1,'amrex::CellData::CellData(CellData< std::remove_const_t< T >> const &rhs) noexcept']]], - ['cellequal_11646',['CellEqual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#acaed188c00aecea228d8c92c17a0c3fb',1,'amrex::BoxArray']]], - ['cellindex_11647',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a285d110b44d2e4412b27427418246fa4',1,'amrex::CoordSys']]], - ['cellloc_11648',['CellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aafe06e3fa4b2ad1b95508230dbeffa72',1,'amrex::AmrData']]], - ['cellsize_11649',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac7da65ed0981abeb8cb8124a274f9c80',1,'amrex::PlotFileDataImpl']]], - ['cellsize_11650',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6826d1760f9a6a60187230e3495ca3be',1,'amrex::AmrData::CellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ade9815d7413549b5bb09000f1c9ede76',1,'amrex::CoordSys::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afc9b2295dec506f60239afca5e6a4a5d',1,'amrex::CoordSys::CellSize(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#ae68058e46d103262fadc6ef5e593c92b',1,'amrex::GeometryData::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a135962447b210aea10cc4457ffe140fe',1,'amrex::GeometryData::CellSize(int dir) const noexcept']]], - ['cellsize_11651',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aed1692798cdf36cceb29b2370a77c746',1,'amrex::PlotFileData']]], - ['cellsizearray_11652',['CellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa352d079ec1fb2e0c971e8f5a6b077da',1,'amrex::CoordSys']]], - ['cend_11653',['cend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a87d91479ddcd7e9a311164a66c752a8e',1,'amrex::ArrayOfStructs::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< unsigned int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< std::size_t >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int *, DefaultAllocator< int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< index_type >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int *, DefaultAllocator< const int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::XDim3 >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::STLtools::Triangle >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::openbc::MomTag >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::NeighborCode >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::BoxND >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'amrex::PODVector::cend()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ac860fea0fdcf7e2beca183df77e7eed0',1,'amrex::Neighbors::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a15a6c62e9713841765d115f00a5723f3',1,'amrex::BoxList::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cend()']]], - ['cfinfo_11654',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a2ad23c41fccd032693997df69c0bce0d',1,'amrex::FabArrayBase::CFinfo']]], - ['check_11655',['Check',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae12f838572701049902254dfb46eb650',1,'amrex::VisMF']]], - ['check_5fmvmc_11656',['check_mvmc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33',1,'amrex::EB2']]], - ['checkcommdata_11657',['CheckCommData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8c515e8da3ca3c3437cd0b5bd18c656d',1,'CommProfStats']]], - ['checkdata_11658',['CheckData',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9e8341b111020e68b25b6ac7e884de18',1,'BLProfStats']]], - ['checkinput_11659',['checkInput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0db8b6a43fba7580d8dc6571e64eceb2',1,'amrex::Amr::checkInput()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9274bfc294d53126644ed437ac83fe56',1,'amrex::AmrMesh::checkInput()']]], - ['checkint_11660',['checkInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac30d97b7e66cda1fad54283a9e6a9600',1,'amrex::Amr']]], - ['checkneighborsrefine_11661',['checkNeighborsRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a521c7a6af526a76973eb7b673090a9ae',1,'amrex::btUnit']]], - ['checknfiles_11662',['CheckNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8de2ff506c69fd9d2165fe0f294100',1,'amrex::NFilesIter']]], - ['checkoverflow_11663',['checkOverflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'amrex::BoxND::checkOverflow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'BoxND< AMREX_SPACEDIM >::checkOverflow()']]], - ['checkper_11664',['checkPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa2e4c97e5351e7e9353af927b4628e24',1,'amrex::Amr']]], - ['checkpoint_11665',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a169bef0169afefe32db1d994d2600c69',1,'amrex::AmrLevel::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a83d7bc0a021a283efce9b4f500315540',1,'amrex::StateData::checkPoint()']]], - ['checkpoint_11666',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'amrex::ParticleContainer_impl']]], - ['checkpoint_11667',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad798a370022ba9766ddc8423c8c3cdf6',1,'amrex::MLNodeLaplacian::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a17d56a0f530866c212972918e49a9aff',1,'amrex::MLMGT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'MLLinOpT< Array< MultiFab, 3 > >::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'amrex::MLLinOpT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8afe35c2818f661481ed2603ae036928',1,'amrex::Amr::checkPoint()']]], - ['checkpoint_11668',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'amrex::ParticleContainer_impl::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const']]], - ['checkpointpost_11669',['CheckpointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'amrex::ParticleContainer_impl::CheckpointPost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPost()']]], - ['checkpointpost_11670',['checkPointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a91b3bc1707aa307c5eeb73d9e2bfdd80',1,'amrex::AmrLevel']]], - ['checkpointpre_11671',['checkPointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa8953b789fe7af91082c2fefcced1a16',1,'amrex::AmrLevel']]], - ['checkpointpre_11672',['CheckpointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'amrex::ParticleContainer_impl::CheckpointPre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPre()']]], - ['checkpointversion_11673',['CheckpointVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7412df442ee70eda865ad538530acfe8',1,'amrex::ParticleContainerBase']]], - ['checkregionsdata_11674',['CheckRegionsData',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af2a2ac125d7c17979147665a1e1ee685',1,'RegionsProfStats']]], - ['chkptfile_11675',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a276bc44ba1ef97690d0bb86bdd115e1b',1,'amrex::EB2::ChkptFile']]], - ['chkptfilelevel_11676',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#ab6bb4a262a1ef4079b2326caef2391ed',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, ChkptFileLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#aa76921f89dab57a758680982e17fa78d',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, ChkptFile const &chkpt_file, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face)']]], - ['cholsol_5ffor_5feb_11677',['cholsol_for_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 17, 0, 5 > &Amatrix, Array1D< Real, 0, 5 > &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 53, 0, 9 > &Amatrix, Array1D< Real, 0, 9 > &b)']]], - ['cholsol_5fnp10_11678',['cholsol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6',1,'amrex']]], - ['cholsol_5fnp6_11679',['cholsol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9c618e150988aaad39352da8a136b2',1,'amrex']]], - ['chop_11680',['chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'amrex::BoxND::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ada7fc0e6b932ef954e034d0da871f10d',1,'amrex::Cluster::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae1763edf735b27fc9399dc6e09a4c983',1,'amrex::ClusterList::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'BoxND< AMREX_SPACEDIM >::chop()']]], - ['chopgrids_11681',['ChopGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a894b739ead93a3f976ead6e0c8fb0536',1,'amrex::AmrMesh']]], - ['cic_5finterpolate_11682',['cic_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb',1,'amrex']]], - ['cic_5finterpolate_5fcc_11683',['cic_interpolate_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7',1,'amrex']]], - ['cic_5finterpolate_5fnd_11684',['cic_interpolate_nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe',1,'amrex']]], - ['clamp_11685',['Clamp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22',1,'amrex']]], - ['cleanupmaps_11686',['cleanUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af4cf311bbaf21d9855bc3d8928f890f4',1,'amrex::StateDescriptor']]], - ['cleanupmessages_11687',['CleanUpMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa0c0e9a50f259bef6b3a1f2a932c65bc',1,'amrex::NFilesIter']]], - ['clear_11688',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'amrex::FabArrayCopyDescriptor::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab3c166ef170fe72fdda5fab9cd9176e0',1,'amrex::VisMF::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a483f483c43527c21fd7f8d0a301600a8',1,'amrex::VisMF::clear(int fabIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a77474efc5c2215f02ded00aa816ee02e',1,'amrex::VisMF::clear(int fabIndex, int compIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afc56cd7ec5f96ca6966a277ea67e5641',1,'amrex::TableData::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad219785df46e98d5f667c7e98b878baa',1,'amrex::DistributionMapping::Ref::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a415ff6c2958d2b50d111d1a272749af6',1,'amrex::ParallelDescriptor::ProcessTeam::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< unsigned int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< std::size_t >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'amrex::IndexTypeND::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'IndexTypeND< AMREX_SPACEDIM >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2a29dbb728926b7a93d64cfd79deae89',1,'amrex::ParticleCopyOp::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afd8b75e43a4f9a19787cec45ee84b493',1,'amrex::ParticleCopyPlan::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'amrex::PODVector::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::BoxND >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::NeighborCode >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::openbc::MomTag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::STLtools::Triangle >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::XDim3 >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ac2b149fea822702476a70d1b12ae2f21',1,'amrex::EB2::IndexSpace::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< Real >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< PetscInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< HYPRE_Int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< EBCellFlag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< AtomicInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'amrex::BaseFab::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a6e7dcb50bfad7d17b1b6e90f76ad3d88',1,'amrex::Gpu::AsyncArray::clear()']]], - ['clear_11689',['Clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a447ac3b0c0c2794d3b3316bf50e4c1d3',1,'amrex::InSituUtils::StateMap']]], - ['clear_11690',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< PetscInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a691927d0b6e40f9923bacd565c590a91',1,'amrex::BndryRegisterT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afed0e52f6570fe4960ce4758f5558761',1,'amrex::BoxArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxDomain::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a0c2925413d162cb501be4a6270a94754',1,'amrex::Gpu::Buffer::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aca9fade63e5fd3aeda71e2c7d58f933d',1,'amrex::DeriveList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a11aff2179d4f179dba22b7703b4212cc',1,'amrex::DescriptorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a6b4d08e1329afbce2ced6dd65acd9bec',1,'amrex::Gpu::Elixir::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#ab6e092af66fad6472ea4b6b7b273be26',1,'amrex::ErrorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'amrex::FabArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::CutFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::EBCellFlagFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::Mask >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< IArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< TagBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a10399c20d1f9186d481354025e58f6dc',1,'amrex::FabArrayBase::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'FabArrayCopyDescriptor< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4a723de952c4a193086c47d5f374356b',1,'amrex::FabSetT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a453233dd69feba7dad7ae904a24d7aa2',1,'amrex::FluxRegister::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'amrex::GMRES::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'GMRES< MF, GMRESMLMGT< MF > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int *, DefaultAllocator< int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< index_type >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int *, DefaultAllocator< const int * > >::clear()']]], - ['clear_5fallneighbors_11691',['clear_allneighbors',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6',1,'amrex_ebcellflag_module']]], - ['clear_5farrays_11692',['clear_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< PetscInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< TagBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< IArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< FArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::Mask >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::EBCellFlagFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::CutFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'amrex::FabArray::clear_arrays()']]], - ['clear_5fhash_5fbin_11693',['clear_hash_bin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6bdf6476369bee9a51d4c3d2f7d70cd0',1,'amrex::BoxArray']]], - ['clear_5fneighbor_11694',['clear_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766',1,'amrex_ebcellflag_module']]], - ['clearblock_11695',['ClearBlock',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0d8d8ad83b18b0e23fa18b9942c0b944',1,'RegionsProfStats::ClearBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3031f89c0189bd2d8f73b6207e8adfb1',1,'BLProfStats::ClearBlock()']]], - ['clearboxarray_11696',['ClearBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#afc5fde984a1cdd6fcfddb6ff26fb92f6',1,'amrex::AmrMesh']]], - ['clearbuffer_11697',['ClearBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6c234740f9ed2f0a3c3fc3cea35f7f2f',1,'amrex::VisMFBuffer']]], - ['clearcommstats_11698',['ClearCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab858210acf47eebbfa8549123cb2836',1,'CommProfStats']]], - ['clearderiveplotvarlist_11699',['clearDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4f6a614f477cd3ff94f362d7a8dfe8b0',1,'amrex::Amr']]], - ['clearderivesmallplotvarlist_11700',['clearDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0517c3858954b59c15be4b72472c0e55',1,'amrex::Amr']]], - ['cleardistributionmap_11701',['ClearDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af5ec08eb03bebbb7a0f37f2af4bbda5d',1,'amrex::AmrMesh']]], - ['clearemptyentries_11702',['clearEmptyEntries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#aece8b1e2716e84a5261e988b9e9b1ef2',1,'amrex::particle_detail']]], - ['clearfabarrayheadernames_11703',['ClearFabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad627f2819f507158b90f5f2570b1d182',1,'amrex::StateData']]], - ['clearinternalborders_11704',['ClearInternalBorders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab1a936eb5769156da6cb7d2dac23b4d3',1,'amrex::FluxRegister']]], - ['clearlevel_11705',['ClearLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8db721500ce8e8fd737774f06ee494bd',1,'amrex::Amr::ClearLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a26c39ed62cd9f3383f3936f1fcdb65b3',1,'amrex::AmrCore::ClearLevel()']]], - ['clearneighbors_11706',['clearNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a287e510b67bfbb6bd4d500e5281e3329',1,'amrex::NeighborParticleContainer']]], - ['clearneighborsgpu_11707',['clearNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#acfd5f04cd8c4ccc1624a2800908ab823',1,'amrex::NeighborParticleContainer']]], - ['clearparticleboxarray_11708',['ClearParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad10177b9dd49f6d6366c9b0ce55164e2',1,'amrex::ParGDBBase::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a0656f7acb43f91674ce45588308925b2',1,'amrex::ParGDB::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a76c8a601849fe4005080010ce009b5eb',1,'amrex::AmrParGDB::ClearParticleBoxArray()']]], - ['clearparticledistributionmap_11709',['ClearParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a95b12fc3e2198540e1cd7bda9d78053f',1,'amrex::ParGDBBase::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac06e5f474bc58ad864334b847936a252',1,'amrex::ParGDB::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa94ab21d3a8be444b383d06bd5794bf1',1,'amrex::AmrParGDB::ClearParticleDistributionMap()']]], - ['clearparticlegeometry_11710',['ClearParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac05bd93767fb333234fc9647cfb1b84f',1,'amrex::ParGDBBase::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a4df866ffaaad95ed1e35c3c36389cc2e',1,'amrex::AmrParGDB::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a39c62233a09a14ffaac6e0a6e27f8cf2',1,'amrex::ParGDB::ClearParticleGeometry()']]], - ['clearparticles_11711',['clearParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'amrex::ParticleContainer_impl::clearParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::clearParticles()']]], - ['clearstateplotvarlist_11712',['clearStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a369a6509a5b72f33560a79a590de7ca0',1,'amrex::Amr']]], - ['clearstatesmallplotvarlist_11713',['clearStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5f91cf7bf6b769609cca453f241744ae',1,'amrex::Amr']]], - ['clearstreamerrors_11714',['ClearStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a37589fd8893272de8ff9e1c37069264c',1,'amrex::StreamRetry']]], - ['clearthisbd_11715',['clearThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1033b7779ec8b48b594b158fbabe13b4',1,'amrex::FabArrayBase']]], - ['clone_11716',['clone',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae6ff743a979e5d8ff926038fc17026f3',1,'amrex::EBFArrayBoxFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a3878a01f18a952246def135c389d0a9c',1,'amrex::detail::CutFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'amrex::DefaultFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'DefaultFabFactory< CutFab >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a13339314e8d87bdcbc26fbc4d74c270a',1,'amrex::ErrorRec::ErrorFunc::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#ae17e16f1f1aeea8ee4d48cd1c75e1d92',1,'amrex::ErrorRec::ErrorFunc2::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'amrex::FabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< amrex::FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a7a3935064f298f7c3c75c3f693a2d349',1,'amrex::InterpolaterBoxCoarsener::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae74530e4178f5afa7918c4ca43939224',1,'amrex::RealDescriptor::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aed3d3be23cc06aa4ea17151bd48dc245',1,'amrex::BoxConverter::clone()']]], - ['closeallstreams_11717',['CloseAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a1785f1e8537f2cbb475187b787abf6e1',1,'CommProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7b427cef2051f4d0bd82f8ecfd172d93',1,'BLProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4c22eabfc2a79be0e3f69923b0e82e04',1,'RegionsProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3eb747b7ba5f46a315650c84c1162418',1,'amrex::VisMF::CloseAllStreams()']]], - ['closestream_11718',['CloseStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9f63d703f45cf3be27c339a38d893796',1,'amrex::VisMF']]], - ['cluster_11719',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a85b0d78aa07a1e794745a1166a7fec82',1,'amrex::Cluster::Cluster() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad963b8773932d15280fdd5243f089699',1,'amrex::Cluster::Cluster(IntVect *a, Long len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a88711e631c613fc5a5109466c997cbf2',1,'amrex::Cluster::Cluster(Cluster &c, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a9e4256a40033c7f410b78dd175236308',1,'amrex::Cluster::Cluster(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a42768669b97210933f9591ac28c882eb',1,'amrex::Cluster::Cluster(Cluster &&)=delete']]], - ['clusterlist_11720',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a23ed50da4148f5c55f420f6d86760d2e',1,'amrex::ClusterList::ClusterList(IntVect *pts, Long len)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aca0a2db949cd3d0a4372159920fcdd5d',1,'amrex::ClusterList::ClusterList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a8ee664878fac51e10f6ffca8a9872912',1,'amrex::ClusterList::ClusterList(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a70b6fa6b9dc661968269dc1c8d9c254b',1,'amrex::ClusterList::ClusterList(ClusterList &&)=delete']]], - ['clz_11721',['clz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb',1,'amrex']]], - ['clz_5fgeneric_11722',['clz_generic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3',1,'amrex::clz_generic(std::uint64_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c',1,'amrex::clz_generic(std::uint32_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af554584edc716c1abe0569012e508d66',1,'amrex::clz_generic(std::uint16_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27',1,'amrex::clz_generic(std::uint8_t x) noexcept']]], - ['cmd_5flocal_5fsetval_5fgpu_11723',['CMD_local_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< IArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'amrex::FabArray::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::CutFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::EBCellFlagFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::Mask >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< FArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< TagBox >::CMD_local_setVal_gpu(value_type x, const CommMetaData &thecmd, int scomp, int ncomp)']]], - ['cmd_5fremote_5fsetval_5fgpu_11724',['CMD_remote_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< TagBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'amrex::FabArray::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< IArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< FArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::Mask >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::EBCellFlagFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::CutFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_remote_setVal_gpu()']]], - ['coalescable_11725',['coalescable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a9d48386ac6a4c17d1e2b4eb8ad13e221',1,'amrex::CArena::Node']]], - ['coarsebox_11726',['CoarseBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#ae934a7f49ee46587555e00c1bf7e1675',1,'amrex::FaceDivFree::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#af5faae2a0ad3edc6147ac23b165d4345',1,'amrex::MFNodeBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#ae6caa6fa65382bef97431b284967c081',1,'amrex::FaceLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#af8c208982ffa7f4b377b3d652e23e5ba',1,'amrex::FaceLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a7120153e965f22098f7cd888274f5c6b',1,'amrex::InterpBase::CoarseBox(const Box &fine, int ratio)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a684e90cd5708cc5746e653c6decc75d1',1,'amrex::InterpBase::CoarseBox(const Box &fine, const IntVect &ratio)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#ad77a8408bcacf00baa43bffadf5c1830',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#a534db7efe626f43b2e652b1779bd802d',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a74654ff59b479f8515f47d0104c5d44c',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3efce6bc405fc34cd1b7e9607396a7a6',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#ad2fe69140374f5a86fe9435fa3a22c06',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#a5f943556caa9c3b333032429b73de0ff',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#a5e99e1d0fae85f722c0c8a9345b48302',1,'amrex::MFNodeBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a29635f96be74793ea64f29d6348fc22e',1,'amrex::FaceDivFree::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a2ad0150a4f7aac3b522c58baaffe10e3',1,'amrex::FaceConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a3c80c6eb39069d797a0e460a8dc402db',1,'amrex::FaceConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a2fea86a0fbe28663655935cee907d6bd',1,'amrex::CellQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a07d67a5c29adab0e7b35be11a0f2061b',1,'amrex::CellQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#a29356c571502616f35a19405ce0ab31d',1,'amrex::CellQuadratic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#ac42aae63c74e1e3dbacbde8f2f0d8a0a',1,'amrex::CellQuadratic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a2b4f260bbcc5484ce23d59bd94d2dfe8',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a8c64516c8697291cf190a795a24b3a6e',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#ac9afd317e78f1c6d5581c251a9afe819',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#aeec138a1454f98de65aa6ec019a1cdc4',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#adcc32c2aaefbaa1bb23f0b87cbdd5265',1,'amrex::CellBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#a445fff6a6e918e4b4a60392ecef5844c',1,'amrex::CellBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#ae07225f758486680fd2a3d238f05dcdd',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#a7e5277dcb95a53227bef029654c23885',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#a12700b2249901dc280e6ab13e7c560f2',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae2cd41e25c41c44dda1330f58f6a55e3',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#a4ab880728106de4887bc3f6fdedf03d8',1,'amrex::PCInterp::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#acd50581dbe4a2e6a14d5351e6ffac7e8',1,'amrex::PCInterp::CoarseBox(const Box &fine, const IntVect &ratio) override']]], - ['coarsen_11727',['coarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'BoxND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538',1,'amrex::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1d9c01b45625d9e6f8e0e4d1cdd4a5a6',1,'amrex::Geometry::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd',1,'amrex::coarsen(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0',1,'amrex::coarsen(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023',1,'amrex::coarsen(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255709aafea190412cf8a963f450ebc9',1,'amrex::coarsen(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46',1,'amrex::coarsen(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2def914169be100afac8106fd618b6f0',1,'amrex::coarsen(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068',1,'amrex::coarsen(Geometry const &fine, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf',1,'amrex::coarsen(Geometry const &fine, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5',1,'amrex::coarsen(int i, int ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'amrex::IntVectND::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f',1,'amrex::coarsen(Dim3 const &fine, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6',1,'amrex::coarsen(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'BoxND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'amrex::BoxND::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'amrex::BoxND::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa3ac01949cda5f1c125767c7111d3aa3',1,'amrex::BoxList::coarsen(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b14d38ee9c592394f4465c5e48e8e38',1,'amrex::BoxList::coarsen(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a12ab20cb383ad53fb9169af3f7120438',1,'amrex::BoxDomain::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0f177129b5e8d3ce247991a139ecc8f3',1,'amrex::BoxArray::coarsen(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ab905a7751a6378467cf96c78c1ac880d',1,'amrex::BoxArray::coarsen(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a888900af671b00ababfa6b1e5934bca5',1,'amrex::BATransformer::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a05b686d85856493be2f058af8cb5317f',1,'amrex::BATnull::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ad9115882b3c25773e8e036054da8f75b',1,'amrex::BATindexType_coarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abed20ba596129232e392d40a5aafcfe9',1,'amrex::BATindexType::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a1c3ccf9a3b2b4aa86a75f5c9c3dc2a90',1,'amrex::BATcoarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#acab83ae65cddf401ab88e355cf63fcf2',1,'amrex::BATbndryReg::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'amrex::IntVectND::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'IntVectND< AMREX_SPACEDIM >::coarsen(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'IntVectND< AMREX_SPACEDIM >::coarsen(int p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4c5cdfe01aa0372001178bc376795e47',1,'amrex::TagBox::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae1c70eba84405176aafd0353098d02a4',1,'amrex::TagBoxArray::coarsen()']]], - ['coarsen_5fedge_5fcent_11728',['coarsen_edge_cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e',1,'amrex::EB2::detail']]], - ['coarsen_5ffrom_5ffine_11729',['coarsen_from_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9',1,'amrex::EB2::coarsen_from_fine(int i, int j, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< EBCellFlag const > const &fflag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46',1,'amrex::EB2::coarsen_from_fine(int i, int j, int k, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &capz, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cfcz, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< Real > const &cecz, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &fapz, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &ffcz, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< Real const > const &fecz, Array4< EBCellFlag const > const &fflag)']]], - ['coarsen_5foverset_5fmask_11730',['coarsen_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f',1,'amrex::coarsen_overset_mask(Box const &bx, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a',1,'amrex::coarsen_overset_mask(int i, int, int, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept']]], - ['coarsen_5fratio_11731',['coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acfcb2e2b086e18b7a8fc355d0179dbcf',1,'amrex::BATcoarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#aea913ddadc5577027865110d5e0a27ab',1,'amrex::BATindexType::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a7c7e002b3dd2f7a43930dacef7a2d62d',1,'amrex::BATindexType_coarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#acbc8236261bea0edca9a42f8625675fd',1,'amrex::BATnull::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a6cd544a38c177b085a0d2e4ccbf42a93',1,'amrex::BATbndryReg::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a50a575dbc6ff5673d4fd6d3e5678498f',1,'amrex::BATransformer::coarsen_ratio()']]], - ['coarsenable_11732',['coarsenable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'BoxND< AMREX_SPACEDIM >::coarsenable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'amrex::BoxND::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'BoxND< AMREX_SPACEDIM >::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#af7f2342f51c3bc2de5e8a195d6955d9f',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7398fc2b3ae449dfcec355e071bc16ce',1,'amrex::BoxArray::coarsenable(int refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa502788789ab808e34a3a4b5b940a928',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, const IntVect &min_width) const']]], - ['coarsenedboxes_11733',['coarsenedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a93804af47daca2ba0d18983401fe5f00',1,'amrex::FluxRegister']]], - ['coarsenfromfine_11734',['coarsenFromFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8244e442a7b8e9f14056fa883f557c9c',1,'amrex::EB2::Level']]], - ['coarsestdomain_11735',['coarsestDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a31582dfcbca6d0e4a6094119722c6d2f',1,'amrex::EB2::IndexSpaceSTL::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9be6074a1d3f4bfd16e454eda2e4acc3',1,'amrex::EB2::IndexSpaceImp::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9036393886a9f3aaee8c3a987d2cada3',1,'amrex::EB2::IndexSpaceChkptFile::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7795703119c27937004c54f50532a369',1,'amrex::EB2::IndexSpace::coarsestDomain()']]], - ['coarsetimestep_11736',['coarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab6618049b000c03c0adcc424d13cc5e7',1,'amrex::Amr']]], - ['coarsetimestepdt_11737',['coarseTimeStepDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2f3c0b9d3f8f7d2eb05319ce4754ac8c',1,'amrex::Amr']]], - ['cogmres_5fsolver_5fconfigure_11738',['cogmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83a673d85745391688b653887ebc51a8',1,'amrex::HypreIJIface']]], - ['collate_11739',['collate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a758d51e6e915561d03a0f9cdf1ce026f',1,'amrex::TagBoxArray']]], - ['collectdata_11740',['CollectData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'amrex::FabArrayCopyDescriptor::CollectData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'FabArrayCopyDescriptor< FArrayBox >::CollectData()']]], - ['collectfuncstats_11741',['CollectFuncStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aac44ade120289132d039d3301a618e71',1,'RegionsProfStats::CollectFuncStats()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac538df4b2ca012677d2f4c63a7a17eb6',1,'BLProfStats::CollectFuncStats()']]], - ['collectmprofstats_11742',['CollectMProfStats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536',1,'amrex']]], - ['comm_5fdup_11743',['Comm_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab513eb7f98a3f225eda4e3dc0d2ec2b7',1,'amrex::ParallelDescriptor']]], - ['command_5fargument_5fcount_11744',['command_argument_count',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac',1,'amrex']]], - ['commbcoefs_11745',['commBCoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa13ba9175919d4b934c7da2830c70921',1,'amrex::HypreMLABecLap']]], - ['commbcoefs_5flocal_11746',['commBCoefs_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4be2b84f4159ef25db82f02e7553056c',1,'amrex::HypreMLABecLap']]], - ['commcontainer_11747',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#af19b040e0a57ccd8d2b5893ef817aca0',1,'amrex::MLLinOpT::CommContainer::CommContainer(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#aaaa07cc3148c8b79bc8f5e6f62ab7d4b',1,'amrex::MLLinOpT::CommContainer::CommContainer(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#afbc562ac9c5f1face5cd5a2859737f29',1,'amrex::MLLinOpT::CommContainer::CommContainer(MPI_Comm m) noexcept']]], - ['commprofstats_11748',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6fa096e58f6defb29bb83ac4e68643b8',1,'CommProfStats']]], - ['communicateparticlesfinish_11749',['communicateParticlesFinish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a814322d519ae32014737504164a0516b',1,'amrex']]], - ['communicateparticlesstart_11750',['communicateParticlesStart',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5',1,'amrex']]], - ['communicator_11751',['Communicator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0f53686fc6a6b7dca69c230fd1336e44',1,'amrex::ParallelDescriptor::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'MLLinOpT< Array< MultiFab, 3 > >::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'amrex::MLLinOpT::Communicator()']]], - ['communicatorall_11752',['CommunicatorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ae11490aa2420222dcbb8b57cf115bb1b',1,'amrex::ParallelContext']]], - ['communicatorsub_11753',['CommunicatorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8',1,'amrex::ParallelContext']]], - ['comp_5fbf_11754',['comp_bf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a552276d715b5fb007fa8045a2f8dc713',1,'amrex::detail']]], - ['comp_5fbflo_11755',['comp_bflo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a63f67f333c651c923c2d3eaf7b0a15aa',1,'amrex::detail']]], - ['compactify_11756',['compactify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Box const &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'amrex::MLLinOpT::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'amrex::MLLinOpT::compactify(Box const &b) const noexcept']]], - ['compcrossterms_11757',['compCrossTerms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a786a65eb6237c5c0072d107f3670911b',1,'amrex::MLEBTensorOp']]], - ['compdivergence_11758',['compDivergence',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#adb3e623e86459b1e9a9c14492961d759',1,'amrex::MLNodeLaplacian']]], - ['compex_11759',['compex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ae641e60af08fa4f6e33d79a5f03db53a',1,'amrex::TinyProfiler::ProcStats']]], - ['compflux_11760',['compFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae7f32e1b953ea4ef5643501e91560d32',1,'amrex::MLCellLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a739281050ab5aebe8d61a56992049a58',1,'amrex::MLEBTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'amrex::MLLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ab07ec8381bce1e90f83ecf92d6581547',1,'amrex::MLTensorOp::compFlux()']]], - ['compgrad_11761',['compGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac985961e307a973087250941f22731f9',1,'amrex::MLEBABecLap::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2ed74b3dc4e3c46d2cd589cbb8301e94',1,'amrex::MLCellLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae749675d0ae6abd70771a049598a64dc',1,'amrex::MLEBNodeFDLaplacian::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'amrex::MLLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f4764fd8f0b9457a8bc2e4f1aa7f0e7',1,'amrex::MLNodeLaplacian::compGrad(int, const Array< MultiFab *, AMREX_SPACEDIM > &, MultiFab &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf6633911135922a7ac2fd9f4fb6749d',1,'amrex::MLNodeLaplacian::compGrad(int amrlev, MultiFab &grad, MultiFab &sol) const']]], - ['compile_11762',['compile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a84c2f77f7586faf9e89ef87489297bfa',1,'amrex::Parser::compile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a79d909101604badec3afaa59b688a031',1,'amrex::IParser::compile() const']]], - ['compilehost_11763',['compileHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a4fb11d950d0822ab0c56bcf65adff32d',1,'amrex::IParser::compileHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a2bcb71246d0395f1f9c3ce37e2286c09',1,'amrex::Parser::compileHost()']]], - ['compin_11764',['compin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a3e930047fc2ea18c08f936b6020c28ef',1,'amrex::TinyProfiler::ProcStats']]], - ['complementif_11765',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac758ba21928636afe1a6d8c0e5d44f98',1,'amrex::EB2::ComplementIF']]], - ['complementin_11766',['complementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1da3baa5ff605620901791904d448d87',1,'amrex::BoxList::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c',1,'amrex::complementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9',1,'amrex::complementIn(const Box &b, const BoxDomain &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc',1,'amrex::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a990b3fc904c7fcd51a1fd9e4420eb0dc',1,'amrex::BoxList::complementIn(const Box &b, BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a77c9e97948684cd611eb9591ef6d23c4',1,'amrex::BoxList::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a4e42de6a63d5099e53e83300e71d5f5d',1,'amrex::BoxDomain::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aae7887e346945ad1154a31823b1f73e5',1,'amrex::BoxArray::complementIn(BoxList &bl, const Box &b) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9cfc3c2251e61eb1f1defb1e57badeb1',1,'amrex::BoxArray::complementIn(const Box &b) const']]], - ['complex_5fpow_5funsigned_11767',['complex_pow_unsigned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10e8c484da7d2f2f5bbd223b6b92dc87',1,'amrex::detail']]], - ['compmem_11768',['compmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a1c9e814cfa3e13889f8fecc6a71824fc',1,'amrex::TinyProfiler::MemProcStats']]], - ['componentbounds_11769',['ComponentBounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9dda141f12088bebd3b62ae96407ecdf',1,'amrex::ForkJoin']]], - ['componentset_11770',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a7d0fbbb79ec0286ab72dfe0d23116573',1,'amrex::ForkJoin::ComponentSet::ComponentSet(int lo_, int hi_)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a5fc429dc522fa17e291bbdd8d8e42f89',1,'amrex::ForkJoin::ComponentSet::ComponentSet()=default']]], - ['compresid_11771',['compresid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa9711f51c0d096909b5a26fbc7a9657b',1,'amrex::MLCurlCurl']]], - ['compresidual_11772',['compResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9fc34296525a11800ab50257d4b5ecca',1,'amrex::MLMGT']]], - ['comprhs_11773',['compRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a59c04abe13cccca82379bbcac19a5467',1,'amrex::MLNodeLaplacian']]], - ['compsyncresidualcoarse_11774',['compSyncResidualCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#afc701712c658d0f67bef6a07bbf323b9',1,'amrex::MLNodeLaplacian']]], - ['compsyncresidualfine_11775',['compSyncResidualFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a44e85cef12a5b759e5a52e64cc9f2c3d',1,'amrex::MLNodeLaplacian']]], - ['compute_5fintegrals_11776',['compute_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6784c63be461e49a81c5c587605674e4',1,'amrex::algoim::compute_integrals(MultiFab &intg, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a3ccdff6c18c04f2fb7aa460f885333ba',1,'amrex::algoim::compute_integrals(MultiFab &intgmf, IntVect nghost)']]], - ['compute_5fmoments_11777',['compute_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#addf5ecada6e7f7ece057304b8547c5a8',1,'amrex::OpenBCSolver']]], - ['compute_5fpotential_11778',['compute_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac0363c008c9b41babb1758a686a397d0',1,'amrex::OpenBCSolver']]], - ['compute_5fresidual_11779',['compute_residual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'amrex::GMRES::compute_residual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'GMRES< MF, GMRESMLMGT< MF > >::compute_residual()']]], - ['compute_5fsurface_5fintegrals_11780',['compute_surface_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a2c8ca6ff2da3fdde81370a1dd00c9416',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintg, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a73c808c0927111a6a5391aaad9f7c1e9',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintgmf, IntVect nghost)']]], - ['computeadvectivevel_11781',['ComputeAdvectiveVel',['../namespaceGodunov.html#aca24360f0501d125940f803b83204c6d',1,'Godunov::ComputeAdvectiveVel()'],['../namespaceEBGodunov.html#afb19ecbdb3559abf37dc71ac1d0e3cef',1,'EBGodunov::ComputeAdvectiveVel()']]], - ['computeconc_11782',['ComputeConc',['../namespaceBDS.html#a36a3df1a1967d24daa61c2717a74de39',1,'BDS']]], - ['computeconvectiveterm_11783',['ComputeConvectiveTerm',['../namespaceHydroUtils.html#a0742bbe8fac4178460020a4073724d51',1,'HydroUtils']]], - ['computedistributionmappingefficiency_11784',['ComputeDistributionMappingEfficiency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#afc9afe0964cc8f6f2aa4e0fb70838f87',1,'amrex::DistributionMapping']]], - ['computedivergence_11785',['computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af',1,'amrex']]], - ['computedivergence_11786',['ComputeDivergence',['../namespaceHydroUtils.html#a1d3afb180dbd69d0f79f30f74b2a5112',1,'HydroUtils']]], - ['computeedgestate_11787',['ComputeEdgeState',['../namespaceMOL.html#adee159fbd7c101d690868db1fd6c7992',1,'MOL::ComputeEdgeState()'],['../namespaceEBGodunov.html#a10f74574166218b5d549aec19892509a',1,'EBGodunov::ComputeEdgeState()'],['../namespaceEBMOL.html#ad0aff813ac19f73e06749e9a1723d50d',1,'EBMOL::ComputeEdgeState()'],['../namespaceBDS.html#af379bf507045216a70bdc96a8d899047',1,'BDS::ComputeEdgeState()'],['../namespaceGodunov.html#aeb69a54b78a68beefcf5f146b192c537',1,'Godunov::ComputeEdgeState()']]], - ['computefluxes_11788',['ComputeFluxes',['../namespaceHydroUtils.html#ae79f47f053492a0e18838d69e8554189',1,'HydroUtils']]], - ['computefluxesonboxfromstate_11789',['ComputeFluxesOnBoxFromState',['../namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a9fb6baf822bec6e2aedbbdb2d5c797a0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad34f382cc6239fa7995f947090049224',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})']]], - ['computegradient_11790',['computeGradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9',1,'amrex']]], - ['computeinitialdt_11791',['computeInitialDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a252f7123d2f0a98351bc7b39c32b3152',1,'amrex::AmrLevel']]], - ['computemlresidual_11792',['computeMLResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b7fb7f96050d46f476ccc62a589cfa3',1,'amrex::MLMGT']]], - ['computeneighborprocs_11793',['computeNeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9',1,'amrex']]], - ['computenewdt_11794',['computeNewDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2ca2263f59a50956ec37ce72a4a02767',1,'amrex::AmrLevel']]], - ['computeoptimalsubcycling_11795',['computeOptimalSubcycling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43e758e939457835584740d6ac55f606',1,'amrex::Amr']]], - ['computereffac_11796',['computeRefFac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af207e3796662b7069d55d479a5de23df',1,'amrex::NeighborParticleContainer::computeRefFac()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89',1,'amrex::computeRefFac()']]], - ['computeresidual_11797',['computeResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abcccae42defac8377364437d16cd915a',1,'amrex::MLMGT']]], - ['computeresofcorrection_11798',['computeResOfCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3d8b571d00886e320a12ceae0ff29b4a',1,'amrex::MLMGT']]], - ['computereswithcrsecorfinecor_11799',['computeResWithCrseCorFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a45414e6ff0b751fb85a18c382cf259ab',1,'amrex::MLMGT']]], - ['computereswithcrsesolfinecor_11800',['computeResWithCrseSolFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab428d998d9cc1bd88f4a9d1a2917525a',1,'amrex::MLMGT']]], - ['computerhs_11801',['computeRHS',['../classHydro_1_1NodalProjector.html#a824e5fe65ce0686420c541bf2b9cb259',1,'Hydro::NodalProjector']]], - ['computeroundoffdomain_11802',['computeRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa9f2a9f6b90b4c58d8b870685669a398',1,'amrex::Geometry']]], - ['computeslopes_11803',['ComputeSlopes',['../namespaceBDS.html#adf462f5a6d17bb0f4fc80e6ee10041a4',1,'BDS']]], - ['computesyncresidual_11804',['computeSyncResidual',['../classHydro_1_1NodalProjector.html#a5221f76002b9956012a08bd322f98c22',1,'Hydro::NodalProjector']]], - ['computevolinv_11805',['computeVolInv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af28f1c33141158bd515093c3741d7124',1,'amrex::MLCellLinOpT']]], - ['compvelgrad_11806',['compVelGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4c5cc3001a78ea9300cf3e0e1d75e888',1,'amrex::MLEBTensorOp::compVelGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a365317f94f2141fd23b7e865996bcb58',1,'amrex::MLTensorOp::compVelGrad()']]], - ['concatenate_11807',['Concatenate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250',1,'amrex']]], - ['const_5farray_11808',['const_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::CutFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< PetscInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< PetscInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< PetscInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< Real >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< Real >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< Real >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'amrex::FabArray::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'amrex::FabArray::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< char >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'amrex::BaseFab::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'amrex::BaseFab::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'amrex::BaseFab::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< AtomicInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< AtomicInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< AtomicInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< char >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< char >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a50cae7c9c3be8c1acf784e0b2aa823f8',1,'amrex::MultiCutFab::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< EBCellFlag >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< EBCellFlag >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< EBCellFlag >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< HYPRE_Int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< HYPRE_Int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< HYPRE_Int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< IArrayBox >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::Mask >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< FArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< FArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< IArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< TagBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< TagBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< TagBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< TagBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0e4e0029ed5ff922b128b5e02b0f93e8',1,'amrex::FabSetT::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae1a064318dc76c3d8fe19511fb706bdf',1,'amrex::FabSetT::const_array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a317cc5bf1f6a571f3e25202c363d10e4',1,'amrex::MultiMask::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::Mask >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::CutFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi, int start_comp) const noexcept']]], - ['const_5farrays_11809',['const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'amrex::FabArray::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< PetscInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::CutFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::EBCellFlagFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::Mask >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< FArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< IArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< TagBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a46811f4dbfb739f8bdb85b466e5256b2',1,'amrex::FabSetT::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acd7c79790014731621fb8aa68af655b5',1,'amrex::MultiCutFab::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#abdb76ca06cc3de8e3378357d115aa723',1,'amrex::MultiMask::const_arrays()']]], - ['const_5fiterator_11810',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a7cd6d82ed51afa51935f0ef5ceacac23',1,'amrex::Neighbors::const_iterator']]], - ['const_5ftable_11811',['const_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a47894641211c75ff39ae19d25f894848',1,'amrex::TableData']]], - ['constexpr_5ffor_11812',['constexpr_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa649267e39623753c8193411badeb2',1,'amrex']]], - ['constparticlecpuwrapper_11813',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a7dc9babaa7af8414c7879dff605fdbb5',1,'amrex::ConstParticleCPUWrapper']]], - ['constparticleidwrapper_11814',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a23992ae324f3497aa1cb29dbfbf31f1d',1,'amrex::ConstParticleIDWrapper']]], - ['construct_11815',['construct',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#adb796755df810806e1a03865482fc669',1,'hacc::AlignedAllocator']]], - ['constructareanottotag_11816',['constructAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a6ce272412a601c03330e55de170ea8',1,'amrex::AmrLevel']]], - ['constsoaparticle_11817',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ac0344e9916ca697e3e90eebb8e337586',1,'amrex::ConstSoAParticle']]], - ['contains_11818',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'amrex::BaseFab::contains(const BaseFab< T > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'amrex::BaseFab::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< AtomicInt >::contains(const BaseFab< AtomicInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< AtomicInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< char >::contains(const BaseFab< char > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< char >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a258cd3a2a8c608f7cc0068e0ddd08d3f',1,'amrex::BoxArray::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< HYPRE_Int >::contains(const BaseFab< HYPRE_Int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< HYPRE_Int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< int >::contains(const BaseFab< int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< PetscInt >::contains(const BaseFab< PetscInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< PetscInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< Real >::contains(const BaseFab< Real > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< Real >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5535d8c27dece816a8ef7bf022777040',1,'amrex::BoxArray::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< Real const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'amrex::Array4::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'amrex::Array4::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'amrex::Array4::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< Real const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< Real const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a27b3133e35f0dbae139aebf7769d86b3',1,'amrex::BoxArray::contains(const BoxArray &ba, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a23ba905888437090a2fc1cfd8e578c4d',1,'amrex::BoxArray::contains(const Box &b, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const']]], - ['contains_11819',['Contains',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ad7149f52ad0ed15f773104fd20d34ff7',1,'BLProfStats::TimeRange']]], - ['contains_11820',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aecb30e60d8a6a56c7c7233db3ae8d148',1,'amrex::RealBox::contains(const RealBox &rb, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a890b48af91fab2e472657e116656fa73',1,'amrex::RealBox::contains(const RealVect &rv, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a7c3358585c6f290b57884ea0297d373a',1,'amrex::RealBox::contains(XDim3 point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a6e117146678175a0d2be9d40e7873200',1,'amrex::RealBox::contains(const Real *point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0998fb701a17bbba399ee68049848346',1,'amrex::ParmParse::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'BoxND< AMREX_SPACEDIM >::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'BoxND< AMREX_SPACEDIM >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'BoxND< AMREX_SPACEDIM >::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'amrex::BoxND::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'amrex::BoxND::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'amrex::BoxND::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'amrex::BoxND::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxList::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxDomain::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'BoxND< AMREX_SPACEDIM >::contains()']]], - ['contains_5finf_11821',['contains_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a967f0fbf0fb2a166a2684f0201259d60',1,'amrex::FArrayBox::contains_inf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08e85daea7a8ba20067cd15af3725cd6',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a47a5806c8cffcf0f40ba72a7af2e8ac7',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a95abf28111fc5c1a4bfe5f24bf7a6d05',1,'amrex::MultiFab::contains_inf(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a377a77faccd537b045751bcabc616cb5',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a230b8eb850e53e63895352fd7bd56f86',1,'amrex::FArrayBox::contains_inf(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afc7bd5e6829479b3bfef8639f9b92b20',1,'amrex::FArrayBox::contains_inf() const noexcept']]], - ['contains_5fnan_11822',['contains_nan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab3973e1dec95800442b4189d6356d3fb',1,'amrex::FArrayBox::contains_nan() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac4da37536afceab9ccb36e8d858cdbbd',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca25a0734d90a918f9d2fe881dd87a69',1,'amrex::FArrayBox::contains_nan(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae5d7c7d7b6df9a24867d84d984d5ca0d',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a77d980f51c794347641c653d5f88aefd',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aed2689ad22160cb7a93e6b26aabd2972',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4b718093de8d413ed21f372b9f65761f',1,'amrex::MultiFab::contains_nan(bool local=false) const']]], - ['converged_11823',['converged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'amrex::GMRES::converged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'GMRES< MF, GMRESMLMGT< MF > >::converged()']]], - ['convert_11824',['convert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b9159591bd7003d44276e822da864d7',1,'amrex::convert(const BoxND< dim > &b, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6bedbc04acc324ac8d385631276046',1,'amrex::convert(const BoxND< dim > &b, const IndexTypeND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af37f380f72af598af4865070235664c2',1,'amrex::convert(const BoxArray &ba, IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a911442fbfdd591235baf90cac01d9856',1,'amrex::convert(const BoxArray &ba, const IntVect &typ)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'BoxND< AMREX_SPACEDIM >::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'BoxND< AMREX_SPACEDIM >::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'amrex::BoxND::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'amrex::BoxND::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a533a896b5397ca253658e34bdb05e538',1,'amrex::BoxList::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7c550a5e0396c503e3465da2c28f8db9',1,'amrex::BoxArray::convert(Box(*fp)(const Box &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8e396fcc6af0ac6314069413e9815f7c',1,'amrex::BoxArray::convert(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad830f3b87aaa26bf46f53cc54eed83ce',1,'amrex::BoxArray::convert(IndexType typ)']]], - ['convertfromnativedoubleformat_11825',['convertFromNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a8d3e02daedf046920036514587034b2e',1,'amrex::RealDescriptor']]], - ['convertfromnativefloatformat_11826',['convertFromNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa5b07184bf42f9d39fcaccf6e9ca0fc6',1,'amrex::RealDescriptor']]], - ['convertfromnativeformat_11827',['convertFromNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a91dde50b590073ce6c8154df86c9c281',1,'amrex::RealDescriptor::convertFromNativeFormat(std::ostream &os, Long nitems, const Real *in, const RealDescriptor &od)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a88b7acd8c23099513d5b5c9ce06344f4',1,'amrex::RealDescriptor::convertFromNativeFormat(void *out, Long nitems, const void *in, const RealDescriptor &od)']]], - ['converttonativedoubleformat_11828',['convertToNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa83674a91e2dcc69c8fd93d4009b3276',1,'amrex::RealDescriptor']]], - ['converttonativefloatformat_11829',['convertToNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af34959841955d956473b14feca1209cb',1,'amrex::RealDescriptor']]], - ['converttonativeformat_11830',['convertToNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#abe330fc946bd5bbfd5a03087c727f5f3',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, std::istream &is, const RealDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0f94f4f743da5876bbf8afa6ab1fd613',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, void *in, const RealDescriptor &id)']]], - ['convexify_11831',['convexify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39248910c4503df29ff96fc63539021d',1,'amrex']]], - ['coord_11832',['Coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a00a5815cf1c7d5f1800f9346a3d100ba',1,'amrex::GeometryData::Coord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2c36af3bfd89e3168d643c45f123cac5',1,'amrex::CoordSys::Coord()']]], - ['coorddir_11833',['coordDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a57676b2fc696de4eba8ab6a6c0d6b29e',1,'amrex::Orientation']]], - ['coordinatorproc_11834',['CoordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad05e5285d1e34ab3e64e20f5e87c32c6',1,'amrex::NFilesIter']]], - ['coordint_11835',['CoordInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a37d58cefcf442aea6b94e824394cde52',1,'amrex::CoordSys']]], - ['coords_5f2d_5fx_11836',['coords_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a06f21182b5e32592f93c162976038c50',1,'hacc::Distribution']]], - ['coords_5f2d_5fy_11837',['coords_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d1fa66f20f95df65ed62b20b3ee8928',1,'hacc::Distribution']]], - ['coords_5f2d_5fz_11838',['coords_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a5e78432b3fe340b9940a4a927ffbff3a',1,'hacc::Distribution']]], - ['coordsys_11839',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a28107af9fabf97ead17124dbc53b618a',1,'amrex::PlotFileData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a075941bb74ff56716adf843dfb352482',1,'amrex::PlotFileDataImpl::coordSys()']]], - ['coordsys_11840',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a03474c53ab517d87862ddc487c2cdeab',1,'amrex::AmrData']]], - ['copiedfrom_11841',['CopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a486009717060692894a416dfe2aff1af',1,'amrex::XYPlotDataList']]], - ['copier_11842',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a3cc2d465c351874fcc0af525c8584ecd',1,'amrex::MPMD::Copier::Copier(bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7c6de048dfe0fc745bbd2a4c9ed27979',1,'amrex::MPMD::Copier::Copier(BoxArray const &ba, DistributionMapping const &dm, bool send_ba=false)']]], - ['copy_11843',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::CutFab >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< FArrayBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< PetscInt > >::copy()']]], - ['copy_11844',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a26c68b445998a0f5d87f9cc19420c4e1',1,'amrex::FabSetT::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a094833951f442db9516e0741bd50f6aa',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['copy_11845',['copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2c1110b22670288daa9e2a01cbb70fbb',1,'amrex::Gpu::copy(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#abea324bd9a4533e4f54614f6a7d410d1',1,'amrex::Gpu::copy(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afb3bc7b25afb38fc8f371f3bc4966483',1,'amrex::Gpu::copy(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept']]], - ['copy_11846',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9d21fed308318e770161ce5f76b4b60f',1,'amrex::MultiMask::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af5fd05a65f284f6e96a1deba5ef423bb',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab70ce65ff46ae21b8cc4e0584fe26ffa',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae9c4366e395266f2abdc158290604afb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#aa0111c78830d99c298eb3adae9f7029f',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a0ad4af39181a230c528e27398980ba5a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#afb9206f65daae6fa0d08e59a51b7ea8a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], - ['copy_11847',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< FArrayBox >']]], - ['copy_11848',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a859e565c8590d0c8dbe88bede09a35d6',1,'amrex::BndryRegisterT']]], - ['copy_11849',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a782cfc237fbff9c3baa8793a6ee988cd',1,'amrex::TableData::copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html#aa8f8f59b8584105f5e5d317b6ac7efe9',1,'amrex::MFUtil::SymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< char >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< char >::copy(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< char >::copy(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< char >::copy(const BaseFab< char > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< char >::copy(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'amrex::BaseFab::copy(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'amrex::BaseFab::copy(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'amrex::BaseFab::copy(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html#ae14758bcc9f0460aa024c1ca702d24b6',1,'amrex::MFUtil::AsymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'amrex::FabArray::copy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a51bceac102ef6fa83de179298fd79d21',1,'amrex::CutFab::copy(const CutFab &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8098a70c5216794093f4c5a2a7031465',1,'amrex::CutFab::copy(const CutFab &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< Real >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< Real >::copy(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< Real >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< int >::copy(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< int >::copy(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['copy_5fdata_11850',['copy_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4c6f053d91e5d6298255b2730fdc66f6',1,'amrex::SundialsIntegrator::copy_data(const amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0862a27d637da1ef2c30bb6b10e794fb',1,'amrex::SundialsIntegrator::copy_data(const amrex::MultiFab &S_data)']]], - ['copy_5fdata_5ffrom_5ftasks_11851',['copy_data_from_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad79ddeb1fdd7d6a72546c66728b3ccd8',1,'amrex::ForkJoin']]], - ['copy_5fdata_5fto_5ftasks_11852',['copy_data_to_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a76a2bb1b6fb5ffd97b28020531b6f3f6',1,'amrex::ForkJoin']]], - ['copyasync_11853',['copyAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a39c6894dcdb993d9e4455d7d418947b9',1,'amrex::Gpu::copyAsync(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3da569ab08ec568b8e512d91d6259b53',1,'amrex::Gpu::copyAsync(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15d5aa9cbac1f2a0ef1f042530760b88',1,'amrex::Gpu::copyAsync(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept']]], - ['copycomtag_11854',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1dae3d0ab480401c6bca671a7b33aeb0',1,'amrex::FabArrayBase::CopyComTag::CopyComTag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae121ffe428388c574820f65530cdd113',1,'amrex::FabArrayBase::CopyComTag::CopyComTag(const Box &db, const Box &sb, int didx, int sidx) noexcept']]], - ['copyfrom_11855',['copyFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8254fd4bee5e9d3453f700f51e62e9e8',1,'amrex::FabSetT::copyFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d2f6ad459f54ab22683f32d5b641d75',1,'amrex::FabSetT::copyFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a1c8fdfc61237f7b6a8d6c040d8daadf2',1,'amrex::BndryRegisterT::copyFrom()']]], - ['copyfrommem_11856',['copyFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'amrex::BaseFab::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< AtomicInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a951d15d61f3458c6e25de9d9e401c32c',1,'amrex::CutFab::copyFromMem(const Box &dstbox, int dstcomp, int numcomp, const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#ae785483ff900e3dbef875150b543d755',1,'amrex::CutFab::copyFromMem(const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< Real >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< PetscInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< HYPRE_Int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< EBCellFlag >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< char >::copyFromMem()']]], - ['copynew_11857',['copyNew',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad67c07eef71baec1306b491e1f02475d',1,'amrex::StateData']]], - ['copynsolvesolution_11858',['copyNSolveSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a38e4c472a2642a55ba84c2c3b42a8015',1,'amrex::MLPoissonT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'amrex::MLLinOpT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adfd3a48893737214b12ed5e95b17f1e3',1,'amrex::MLABecLaplacianT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'MLLinOpT< Array< MultiFab, 3 > >::copyNSolveSolution()']]], - ['copyold_11859',['copyOld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1c745ccf4e72c085db52b18751ccc25f',1,'amrex::StateData']]], - ['copyparticle_11860',['copyParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af85a1b007332302df4cc844ba1781989',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ConstParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept']]], - ['copyparticles_11861',['copyParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'amrex::ParticleContainer_impl::copyParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src) noexcept']]], - ['copyto_11862',['copyTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< IArrayBox >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< TagBox >::copyTo(TagBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< TagBox >::copyTo(TagBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#af97c472cac5a8e0e90b66f9999d49dca',1,'amrex::FabSetT::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< IArrayBox >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'amrex::FabArray::copyTo(FAB &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'amrex::FabArray::copyTo(FAB &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo()']]], - ['copytohost_11863',['copyToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8b192b54f34ecf9a231c4877a5625a6d',1,'amrex::Gpu::AsyncArray::copyToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a7b869239107727018d22a622ed29161d',1,'amrex::Gpu::Buffer::copyToHost()']]], - ['copytomem_11864',['copyToMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< EBCellFlag >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< Real >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< PetscInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< HYPRE_Int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< char >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'amrex::BaseFab::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< AtomicInt >::copyToMem()']]], - ['correctcellvectors_11865',['correctCellVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'amrex::ParticleContainer_impl::correctCellVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::correctCellVectors()']]], - ['correctionresidual_11866',['correctionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'amrex::MLLinOpT::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'MLLinOpT< Array< MultiFab, 3 > >::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2018b943fdab7019461dc9580b04177c',1,'amrex::MLNodeLinOp::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa1edcbe0e894ecd697d47e504640a162',1,'amrex::MLCurlCurl::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a51480d2022ad9346d6eb11f3cbfd631a',1,'amrex::MLCellLinOpT::correctionResidual()']]], - ['cospi_11867',['cospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d',1,'amrex::Math::cospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7',1,'amrex::Math::cospi(float x)']]], - ['count_11868',['count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a934d6ed56619c14db1833d57662fd86b',1,'amrex::ParallelDescriptor::Message']]], - ['countcells_11869',['CountCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ade8630ef8254e4248a6999521e12ad7c',1,'amrex::AmrMesh']]], - ['countcells_11870',['countCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d87c01c6118a83ca5707b4d0ccd3bc0',1,'amrex::AmrLevel']]], - ['countflags_11871',['countFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#ab03ce227854d1babaf5747264c7895a7',1,'particle_detail::countFlags(const Container< int, Allocator > &pflags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a70c1557a3408750fc36e511153e30df9',1,'particle_detail::countFlags(const Vector< std::map< std::pair< int, int >, Container< int, Allocator >>> &particle_io_flags, const PC &pc)']]], - ['countname_11872',['countname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941bdb12544ce537066604b716f8950c',1,'amrex::ParmParse']]], - ['countsnds_11873',['CountSnds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0df509765624d623f31c61fecd40158',1,'amrex']]], - ['countval_11874',['countval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d9a4fda6c8de819a90ba19c327dfe4',1,'amrex::ParmParse']]], - ['cpc_11875',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a354b679a17210c1815e5313618091e0e',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &dstba, const DistributionMapping &dstdm, const Vector< int > &dstidx, const IntVect &dstng, const BoxArray &srcba, const DistributionMapping &srcdm, const Vector< int > &srcidx, const IntVect &srcng, const Periodicity &period, int myproc)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aa0e09825745457d0931b3c5d1110794b',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &ba, const IntVect &ng, const DistributionMapping &dstdm, const DistributionMapping &srcdm)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#acd2bded35632a96fc6dd4e5938d624d6',1,'amrex::FabArrayBase::CPC::CPC(const FabArrayBase &dstfa, const IntVect &dstng, const FabArrayBase &srcfa, const IntVect &srcng, const Periodicity &period, bool to_ghost_cells_only=false)']]], - ['cpdist_11876',['cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a4fbd68fb1c6c9cde2d5a6cd8e050c438',1,'amrex::distFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#ac9429e79b55e8f6b054280c924829a94',1,'amrex::LineDistFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a50880c22f1474e901e3440b9a48e8e12',1,'amrex::SplineDistFcnElement2d::cpdist()']]], - ['cpside_11877',['cpside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#adf53d0ff573fc7bb5d59ede162b78efd',1,'amrex::distFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a2f9b947ad192d901f99d0bdd392196bc',1,'amrex::LineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a389169c4cebb80cc37e4684f8936931a',1,'amrex::SplineDistFcnElement2d::cpside()']]], - ['cpu_11878',['cpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a5df280179a69dbfb50029f3ab258933f',1,'amrex::SoAParticle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4a706effd5056b8aae4f40df9f66e483',1,'amrex::SoAParticle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'amrex::ParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abddb89433aca18a1eb4c513c44a9c621',1,'amrex::ParticleTile::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ab0e3d47b1fe618f1438aaa2167875b9b',1,'amrex::Particle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'amrex::ConstParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a57d9d39ad77372a9567bed4a53d7225c',1,'amrex::ConstSoAParticle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae42faee1dffc3e271f04bebfd70235ce',1,'amrex::Particle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acd6829f21f92c9aba7864a790b9200df',1,'amrex::ParticleTile::cpu()']]], - ['cpubndryfuncfab_11879',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a964dff31b6a52ec87b8e2188f563d138',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#abde0392b9ab8c8e90f020e92d4382fe1',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab(UserFillBox a_f)']]], - ['crbegin_11880',['crbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::BoxND >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< unsigned int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< std::size_t >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int *, DefaultAllocator< int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< index_type >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int *, DefaultAllocator< const int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::XDim3 >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::STLtools::Triangle >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::openbc::MomTag >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::NeighborCode >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'amrex::PODVector::crbegin()']]], - ['create_11881',['create',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< amrex::FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ae3d56a71c86dbe880bbf89a7ef19301f',1,'amrex::detail::CutFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'amrex::DefaultFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'amrex::FabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a03f9f76ddc6c878c10de4647b22dd32c',1,'amrex::EBFArrayBoxFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'DefaultFabFactory< CutFab >::create()']]], - ['create_5falias_11882',['create_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< amrex::FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'amrex::FabFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac4523829ea9f97416f054d93c1af91c1',1,'amrex::EBFArrayBoxFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'DefaultFabFactory< CutFab >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'amrex::DefaultFabFactory::create_alias()']]], - ['create_5ftask_5foutput_5fdir_11883',['create_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad4b77ac1de1547c3903014ba22c0306b',1,'amrex::ForkJoin']]], - ['create_5ftransverse_5fterms_5ffor_5fxface_11884',['create_transverse_terms_for_xface',['../group__EBGodunov.html#ga840e5c3022f313f87524b3f600549b35',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &w_ad, Array4< Real const > const &yzlo, Array4< Real const > const &zylo, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Real &trans_y, Real &trans_z, const Real dy, const Real dz): hydro_ebgodunov_transverse_3D_K.H'],['../group__EBGodunov.html#gad7d46d081056fa40712f58cb0ebe1d84',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &yhat, Array4< Real const > const &apy, Array4< Real const > const &fcy, Real &trans_y, const Real dy): hydro_ebgodunov_transverse_2D_K.H']]], - ['create_5ftransverse_5fterms_5ffor_5fyface_11885',['create_transverse_terms_for_yface',['../group__EBGodunov.html#gabe9cd3f0f2f0198aaa5a812d630feef6',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &xhat, Array4< Real const > const &apx, Array4< Real const > const &fcx, Real &trans_x, const Real dx): hydro_ebgodunov_transverse_2D_K.H'],['../group__EBGodunov.html#ga49740796b633d7d29afee8dd23ae3609',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &w_ad, Array4< Real const > const &xzlo, Array4< Real const > const &zxlo, Array4< Real const > const &apx, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcz, Real &trans_x, Real &trans_z, const Real dx, const Real dz): hydro_ebgodunov_transverse_3D_K.H']]], - ['create_5ftransverse_5fterms_5ffor_5fzface_11886',['create_transverse_terms_for_zface',['../group__EBGodunov.html#ga89efd1342d00ce90e56403db4a90ba80',1,'hydro_ebgodunov_transverse_3D_K.H']]], - ['createdirectories_11887',['CreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373',1,'amrex::FileSystem']]], - ['createdirectoryfailed_11888',['CreateDirectoryFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a894a812531d6362ce4ac5065c3224699',1,'amrex']]], - ['createghostparticles_11889',['CreateGhostParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, AoS &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, ParticleTileType &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()']]], - ['createleveldirectory_11890',['CreateLevelDirectory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a962f9d201153832198014fba04698410',1,'amrex::AmrLevel']]], - ['createlike_11891',['CreateLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a3351ed5aa40298f6eabb05de52e6290b',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::CreateLike()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae27e81097c4e21079420d757414e33fb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::CreateLike()']]], - ['createvcallstats_11892',['CreateVCallStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a27a90e8d35f18f048f53f6af29caaa92',1,'RegionsProfStats']]], - ['createvirtualparticles_11893',['CreateVirtualParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, ParticleTileType &virts) const']]], - ['createwritehdf5attrdouble_11894',['CreateWriteHDF5AttrDouble',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88',1,'amrex']]], - ['createwritehdf5attrint_11895',['CreateWriteHDF5AttrInt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07',1,'amrex']]], - ['createwritehdf5attrstring_11896',['CreateWriteHDF5AttrString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122',1,'amrex']]], - ['crend_11897',['crend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::XDim3 >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::STLtools::Triangle >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::openbc::MomTag >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::NeighborCode >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::BoxND >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'amrex::PODVector::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int *, DefaultAllocator< const int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< index_type >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int *, DefaultAllocator< int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< std::size_t >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< unsigned int >::crend()']]], - ['crossprod_11898',['CrossProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1',1,'amrex::tri_geom_ops']]], - ['crrbetweenlevels_11899',['CRRBetweenLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa',1,'amrex']]], - ['crseadd_11900',['CrseAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab499670f73f11f117350646d2d154867',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aaef7f034b3fd9195583d14f1ea408039',1,'amrex::EdgeFluxRegister::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4f11b763bb868b4245b5135f02da8217',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac01db2619376c784ccb95918f39d483e',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ab499670f73f11f117350646d2d154867',1,'amrex::YAFluxRegisterT::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::YAFluxRegisterT::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a662851618098fbabf72677bf531522dd',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ada9bc248b9e03653448cfc45f8a668f8',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)']]], - ['crsehaswork_11901',['CrseHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5191f9f71d66d51913c859e7835fd3a9',1,'amrex::YAFluxRegisterT']]], - ['crseinit_11902',['CrseInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aec1bb41bffa8b078895f0f75149cdae1',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac930be53c9ed97f2b650d00d9922d375',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)']]], - ['crselevel_11903',['crseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aef5f291512ba1c3e9208ff5c8216f3ab',1,'amrex::FluxRegister']]], - ['crseratio_11904',['crseRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4c29b9c027bf459bb2d368484e90bb76',1,'amrex::BoxArray']]], - ['cudastream_11905',['cudaStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a659a046032f304e13547b3b633e7c10a',1,'amrex::Gpu::Device']]], - ['cumtime_11906',['cumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae1a7de4bbf27289ccab4e3b8364a7c83',1,'amrex::Amr']]], - ['curlevel_11907',['CurLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af0712096e78d8f38eea8c4b2e8251f05',1,'amrex::XYPlotDataList']]], - ['currentdepth_11908',['currentDepth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#acf586bc23e95b60798ffd924f1d31f0c',1,'amrex::MFIter']]], - ['currentnfabarrays_11909',['CurrentNFabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'amrex::FabArrayCopyDescriptor::CurrentNFabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'FabArrayCopyDescriptor< FArrayBox >::CurrentNFabArrays()']]], - ['currentpath_11910',['CurrentPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe',1,'amrex::FileSystem']]], - ['curtime_11911',['curTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a46807890235430fd9f2e12d422a6321b',1,'amrex::StateData']]], - ['cutfab_11912',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#abf2b1f3132168bbec907d05684db5502',1,'amrex::CutFab::CutFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a56fab88ffa10cfe7c902ed882a04d2a5',1,'amrex::CutFab::CutFab(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a694ee21166c86f5151d045bc0c796f32',1,'amrex::CutFab::CutFab(const Box &b, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8efd0488e25410a8d717a113f2aa0e67',1,'amrex::CutFab::CutFab(const Box &b, int ncomps, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a7b81f96070810019a32a0179ff0e1c5b',1,'amrex::CutFab::CutFab(CutFab const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a5a5348756ed66ca2581633a44d7a4889',1,'amrex::CutFab::CutFab(CutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a93dfcf381d11cb3367775cbb816763f0',1,'amrex::CutFab::CutFab(const CutFab &)=delete']]], - ['cutfabfactory_11913',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a0a50ba4364dedc1acc91cfd0a63efcd9',1,'amrex::detail::CutFabFactory']]], - ['cycle_11914',['cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'amrex::GMRES::cycle()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'GMRES< MF, GMRESMLMGT< MF > >::cycle()']]], - ['cylinderif_11915',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7f70d143e2569bc9112f4c5f1efcd83d',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, int a_direction, const RealArray &a_center, bool a_inside)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a65cc987a90a62e4c8e29302895bab48c',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, Real a_height, int a_direction, const RealArray &a_center, bool a_inside)']]] + ['c_5fcomps_5fthreads_5fand_5fblocks_11642',['c_comps_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad50ffc68d86b60f6c4abea01215ecd80',1,'amrex::Gpu::Device']]], + ['c_5fthreads_5fand_5fblocks_11643',['c_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a287c97156ce50cfda229da5b2d9a00a8',1,'amrex::Gpu::Device']]], + ['cacheneighborinfo_11644',['cacheNeighborInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a497db0eca21eb270f545e60f034aeb6a',1,'amrex::NeighborParticleContainer']]], + ['cachestats_11645',['CacheStats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a172909ef2ee1fc68d2bfcd61ed13d4bd',1,'amrex::FabArrayBase::CacheStats']]], + ['calc_5falpha_11646',['calc_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a2f2cc7f01b96bcdd7c3f7d3ecffeee20',1,'amrex::EBToPVD']]], + ['calc_5fd_11647',['calc_D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acfaa366856b5d181ef31e271d810a461',1,'amrex::SplineDistFcnElement2d']]], + ['calc_5fhesse_11648',['calc_hesse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a8e98228d4e26f46aaad5dca2c60d21b2',1,'amrex::EBToPVD']]], + ['calc_5fintersects_11649',['calc_intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ae6256aa448020ec87249a19972bc3b63',1,'amrex::EBToPVD']]], + ['calccommsize_11650',['calcCommSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fea3b7765226c9483a81c772e3cfcd0',1,'amrex::NeighborParticleContainer']]], + ['calcgradphi_11651',['calcGradPhi',['../classHydro_1_1NodalProjector.html#a3a2166183188d53c17442adab59897e4',1,'Hydro::NodalProjector']]], + ['calculateminmax_11652',['CalculateMinMax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a89f8804d6faa52091fcde2844952fa93',1,'amrex::VisMF::Header']]], + ['call_5fcheck_5fpair_11653',['call_check_pair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7df5de70f7ab58e32c467a66af4fdbd9',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8a333f99592fcb77801eee6ae33eb42e',1,'amrex::detail::call_check_pair(F const &check_pair, const SrcData &src_tile, const DstData &dst_tile, N1 i, N2 j, N3, N4, N5) noexcept -> decltype(check_pair(src_tile.m_aos[i], dst_tile.m_aos[j]))']]], + ['call_5fdevice_11654',['call_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad89172e7973936686d13f4926bfac5aa',1,'amrex::call_device(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a450c15a9b3787ce7c979cded90f11574',1,'amrex::call_device(L &&f0, Lambdas &&... fs) noexcept']]], + ['call_5ff_11655',['call_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< ParticleType >::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'amrex::DenseBins::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html#a9322d98e60ba8a07a577cc1140b5e733',1,'amrex::experimental::detail::parfor_mf_detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#af72f8c4ec6c858d83f59c48034851294',1,'amrex::particle_detail::call_f(F const &f, const PTDType< T_ParticleType, NAR, NAI > &p, const int i, Array4< T > const &fabarr, GpuArray< Real, AMREX_SPACEDIM > const &plo, GpuArray< Real, AMREX_SPACEDIM > const &dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#a4fc575fa169519c925f33d6bb746d598',1,'amrex::particle_detail::call_f(F const &f, const ConstParticleTileData< T_ParticleType, NAR, NAI > &p, const int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a598f60a4f8120754f446e6f256db6a75',1,'amrex::Reduce::detail::call_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4f613d720a8f01968e54a2b6fc820dc3',1,'DenseBins< typename amrex::ParticleTileData >::call_f()']]], + ['call_5ff_5fintvect_11656',['call_f_intvect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa05aeb114ce9ecd66760d831ae2471f8',1,'amrex::detail::call_f_intvect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3042d031dccc1977dbc3c3f6574099ae',1,'amrex::loop_detail::call_f_intvect(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], + ['call_5ff_5fintvect_5fcpu_11657',['call_f_intvect_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9c95f90383eea891f7ae725de969de76',1,'amrex::loop_detail']]], + ['call_5ff_5fintvect_5fengine_11658',['call_f_intvect_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#abf33e4589ea5adab841f76cf4ba8fec2',1,'amrex::detail']]], + ['call_5ff_5fintvect_5fhandler_11659',['call_f_intvect_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a405f588558bf5afc228a55ebe21303a1',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a046cf7f7c280ba419ad77e7d97f61d88',1,'amrex::detail::call_f_intvect_handler(F const &f, IntVectND< dim > iv) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv))']]], + ['call_5ff_5fintvect_5finner_11660',['call_f_intvect_inner',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a8ead72da1a9a49fd81005a19578c26c9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ac48e6fab4200845ae1464ab52ec831f9',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af52fdeb3368a6e51b1547446480a490f',1,'amrex::loop_detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a36c4819d0af66858bf09a3dd588fca74',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a64ebcc6c0abdb545a519a9d378dca174',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ade8d882f6ba75270a6ea576d8bba3577',1,'amrex::detail::call_f_intvect_inner(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], + ['call_5ff_5fintvect_5finner_5fcpu_11661',['call_f_intvect_inner_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a154e136915988b195cf06eece0749933',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< dim > iv, Args...args) noexcept -> decltype(f(iv, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#acc9fdee6f642f94d35694e57ac4046d5',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 2 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a89e93745180a5a85ef667be801ee6a9c',1,'amrex::loop_detail::call_f_intvect_inner_cpu(std::index_sequence< Ns... >, F const &f, IntVectND< 1 > iv, Args...args) noexcept -> decltype(f(0, 0, 0, args...))']]], + ['call_5ff_5fintvect_5fncomp_11662',['call_f_intvect_ncomp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9724b4915ce5a6c9e9766a4e0a221723',1,'amrex::detail::call_f_intvect_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a9975e6fa70fb91cb56b62b1c34436662',1,'amrex::loop_detail::call_f_intvect_ncomp(F const &f, IntVectND< dim > iv, int n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], + ['call_5ff_5fintvect_5fncomp_5fcpu_11663',['call_f_intvect_ncomp_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#ae922667b0d850b2bb5603749f8864438',1,'amrex::loop_detail']]], + ['call_5ff_5fintvect_5fncomp_5fengine_11664',['call_f_intvect_ncomp_engine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acdccebd8d9e6a4c1db19363438a5cba2',1,'amrex::detail']]], + ['call_5ff_5fintvect_5fncomp_5fhandler_11665',['call_f_intvect_ncomp_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d5d1924885f09d0c057d56268dfb895',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T n) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, n))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2c5b6087ddf712ba78b4adb8a1baea78',1,'amrex::detail::call_f_intvect_ncomp_handler(F const &f, IntVectND< dim > iv, T ncomp, Gpu::Handler const &) noexcept -> decltype(call_f_intvect_inner(std::make_index_sequence< dim >(), f, iv, 0))']]], + ['call_5ff_5fscalar_5fhandler_11666',['call_f_scalar_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa004283e3920e413c389c093161cad79',1,'amrex::detail::call_f_scalar_handler(F const &f, N i) noexcept -> decltype(f(0))'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a90aaa100d2d55f47c63bf669ba307022',1,'amrex::detail::call_f_scalar_handler(F const &f, N i, Gpu::Handler const &) noexcept -> decltype(f(0))']]], + ['call_5finterp_5fhook_11667',['call_interp_hook',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aaa2f442d8ea72f80f2d543e12c5f8a1a',1,'amrex::detail']]], + ['calltreenode_11668',['CallTreeNode',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a58a170e22648cb330508a33ecd8396c5',1,'BLProfStats::CallTreeNode']]], + ['canderive_11669',['CanDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af87b3b3ccc957963371870e73f8679e1',1,'amrex::AmrData::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a351b40fa21a1d0ae733b0da5874bba69',1,'amrex::AmrData::CanDerive(const Vector< std::string > &names) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad926743e5317dbba19e1fd57307401a1',1,'amrex::DataServices::CanDerive(const std::string &name) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4305cc67a74a310d78a979028fe86d77',1,'amrex::DataServices::CanDerive(const Vector< std::string > &names) const']]], + ['canderive_11670',['canDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae2bbc9a653c1a437f677755dc5e31ced',1,'amrex::DeriveList']]], + ['capacity_11671',['capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::openbc::MomTag >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::STLtools::Triangle >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::NeighborCode >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::BoxND >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< unsigned int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'amrex::PODVector::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3a9ab299dccc5bc6e57018fddb101099',1,'amrex::ParticleTile::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae88ca91d12a18c9eae7c36348e7c99fd',1,'amrex::DistributionMapping::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6064b561ef6b7f4001b73a063b22bd57',1,'amrex::BoxList::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a04d7713cdc01e24d50d715119f5c333d',1,'amrex::BoxArray::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< index_type >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int *, DefaultAllocator< int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< int >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< std::size_t >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const ParticleReal * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int *, DefaultAllocator< const int * > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< const int * >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< char >::capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab0c66f33cd2db51d1c4d142e175eefd3',1,'PODVector< amrex::XDim3 >::capacity()']]], + ['carena_11672',['CArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a43a76cc08d37a6c6174a05989d0bc60e',1,'amrex::CArena::CArena(std::size_t hunk_size=0, ArenaInfo info=ArenaInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a1dc0400df161a7395380b6156678918a',1,'amrex::CArena::CArena(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a8df362670d9202352afc131bfc421c28',1,'amrex::CArena::CArena(CArena &&rhs)=delete']]], + ['cart_5f1d_11673',['cart_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1879fde1dfd6f521c758457ebebf9808',1,'hacc::Distribution']]], + ['cart_5f2d_5fx_11674',['cart_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68f2354c76a3bd14164ab62d882d8151',1,'hacc::Distribution']]], + ['cart_5f2d_5fy_11675',['cart_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6829355f310f77f889572a2c28a91440',1,'hacc::Distribution']]], + ['cart_5f2d_5fz_11676',['cart_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a83b09b3561dcff5292e797dcdd6d610b',1,'hacc::Distribution']]], + ['cart_5f3d_11677',['cart_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a49229eb2403fec394ef26e10c9cfd7e5',1,'hacc::Distribution']]], + ['cartcomm_5fkspace_11678',['cartcomm_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#afb4b5d0e56a4434cc632221e5b5d595f',1,'hacc::Dfft']]], + ['cartcomm_5frspace_11679',['cartcomm_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a2c5dcf97c4702a0223c16e2318aceeab',1,'hacc::Dfft']]], + ['cartesianproduct_11680',['CartesianProduct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d736b217af3b87bef2bffd4dd55edff',1,'amrex']]], + ['cartgrid_11681',['CartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2f1db26232c0faf4e0b164bff1e2848b',1,'amrex::AmrData']]], + ['cartgridversion_11682',['CartGridVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abbd11f921125e23499969c24f8d0e4d0',1,'amrex::AmrData']]], + ['cas_11683',['CAS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a3794cd96c4a2f4b00db9cc1e5d66af87',1,'amrex::Gpu::Atomic']]], + ['cast_11684',['cast',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24aa5b51c299dd1337df192681f47e0e',1,'amrex::cast(U const &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7261f50da60e78a42e700384710cd47',1,'amrex::cast(BaseFab< Tto > &tofab, BaseFab< Tfrom > const &fromfab, Box const &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept']]], + ['catenate_11685',['catenate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a5401acc7f967b93eb6e755966491aa58',1,'amrex::BoxList']]], + ['cbegin_11686',['cbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::STLtools::Triangle >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::XDim3 >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::openbc::MomTag >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::NeighborCode >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::BoxND >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'amrex::PODVector::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a7a63898f3093bbbdecb31a1c7ad5955e',1,'amrex::Neighbors::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a297a2a3a29d1e4dee564a816d45e82fc',1,'amrex::BoxList::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a36e94e3ffe5960cc40d35b5e9c23d072',1,'amrex::ArrayOfStructs::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< std::size_t >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< unsigned int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< char >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int *, DefaultAllocator< int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< int * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< index_type >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const ParticleReal * >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int *, DefaultAllocator< const int * > >::cbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0def3f145344eccc86425f242f188ac8',1,'PODVector< const int * >::cbegin()']]], + ['ccfcdoit_11687',['ccfcdoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a7a3cd639f33548b08977d0fcdf594613',1,'amrex::GpuBndryFuncFab']]], + ['ccprotect_5f2d_11688',['ccprotect_2d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04162d26a94b7b09087daf1af31a1f2b',1,'amrex']]], + ['ccprotect_5f3d_11689',['ccprotect_3d',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa8cc4813178f7440118ff976226f70b0',1,'amrex']]], + ['ccquartic_5finterp_11690',['ccquartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a60cca0b477d74c119fef1a32bd440d',1,'amrex']]], + ['ceil_11691',['ceil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a792ecde737e120649cc137385297100c',1,'amrex::RealVect::ceil() const noexcept']]], + ['cell_5fquartic_5finterp_5fx_11692',['cell_quartic_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac0a3854363996b297c8f051d38aab201',1,'amrex']]], + ['cell_5fquartic_5finterp_5fy_11693',['cell_quartic_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8cdd1423eb230e48864ace443b38c99a',1,'amrex']]], + ['cell_5fquartic_5finterp_5fz_11694',['cell_quartic_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29442fc3cef0522a7978afc05eeed14f',1,'amrex']]], + ['cellcenter_11695',['CellCenter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a5c2b7698e44ce750730b8246fc1aa992',1,'amrex::CoordSys::CellCenter(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a20d11f9a4a56cc4abbbc63520b1a5e7f',1,'amrex::CoordSys::CellCenter(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa88777a3be31a577cf01ed63a806f94b',1,'amrex::CoordSys::CellCenter(const IntVect &point, Real *loc) const noexcept']]], + ['cellcentered_11696',['cellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'IndexTypeND< AMREX_SPACEDIM >::cellCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a72a04a519c5c746e9b2d6cfa22e47c47',1,'amrex::IndexTypeND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'BoxND< AMREX_SPACEDIM >::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae59caa4e100e92685e28ad65b6171b4b',1,'amrex::BoxND::cellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a047ad586e70fca59f0dee348096aba57',1,'amrex::IndexTypeND::cellCentered()']]], + ['cellconservativelinear_11697',['CellConservativeLinear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::CellConservativeLinear::CellConservativeLinear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a47aef6594f54746b09c4230b68f4e978',1,'amrex::EBCellConservativeLinear::CellConservativeLinear()']]], + ['cellconservativeprotected_11698',['CellConservativeProtected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeProtected.html#aced526a1e706c7fce0c1b715639f2270',1,'amrex::CellConservativeProtected']]], + ['cellcount_11699',['cellCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab1fa12d8a76471eac770533845c1a59a',1,'amrex::Amr::cellCount() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a76adb6f14e46b7ed89679dfdca012385',1,'amrex::Amr::cellCount(int lev) noexcept']]], + ['celldata_11700',['cellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int >']]], + ['celldata_11701',['CellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#accb987397fdc10a704d4e42d4e5c5d31',1,'amrex::CellData::CellData(T *a_p, Long a_stride, int a_ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a96af7ce615384f42e11db33a16e36b05',1,'amrex::CellData::CellData(CellData< std::remove_const_t< T >> const &rhs) noexcept']]], + ['celldata_11702',['cellData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'amrex::Array4::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< int const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< Real const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T const >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 >::cellData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af169992bc482ac1cd44d5a5a034ab23a',1,'Array4< T0 const >::cellData()']]], + ['cellequal_11703',['CellEqual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#acaed188c00aecea228d8c92c17a0c3fb',1,'amrex::BoxArray']]], + ['cellindex_11704',['CellIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a285d110b44d2e4412b27427418246fa4',1,'amrex::CoordSys']]], + ['cellloc_11705',['CellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aafe06e3fa4b2ad1b95508230dbeffa72',1,'amrex::AmrData']]], + ['cellsize_11706',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a135962447b210aea10cc4457ffe140fe',1,'amrex::GeometryData']]], + ['cellsize_11707',['cellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#aed1692798cdf36cceb29b2370a77c746',1,'amrex::PlotFileData::cellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac7da65ed0981abeb8cb8124a274f9c80',1,'amrex::PlotFileDataImpl::cellSize()']]], + ['cellsize_11708',['CellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6826d1760f9a6a60187230e3495ca3be',1,'amrex::AmrData::CellSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ade9815d7413549b5bb09000f1c9ede76',1,'amrex::CoordSys::CellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afc9b2295dec506f60239afca5e6a4a5d',1,'amrex::CoordSys::CellSize(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#ae68058e46d103262fadc6ef5e593c92b',1,'amrex::GeometryData::CellSize()']]], + ['cellsizearray_11709',['CellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa352d079ec1fb2e0c971e8f5a6b077da',1,'amrex::CoordSys']]], + ['cend_11710',['cend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a87d91479ddcd7e9a311164a66c752a8e',1,'amrex::ArrayOfStructs::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< unsigned int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< std::size_t >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int *, DefaultAllocator< int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< index_type >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const ParticleReal * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int *, DefaultAllocator< const int * > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< const int * >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::XDim3 >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::STLtools::Triangle >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::openbc::MomTag >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::NeighborCode >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::BoxND >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'amrex::PODVector::cend()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ac860fea0fdcf7e2beca183df77e7eed0',1,'amrex::Neighbors::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a15a6c62e9713841765d115f00a5723f3',1,'amrex::BoxList::cend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab181f05f4a962b1a5f6092ba124bc9a6',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::cend()']]], + ['cfinfo_11711',['CFinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a2ad23c41fccd032693997df69c0bce0d',1,'amrex::FabArrayBase::CFinfo']]], + ['check_11712',['Check',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae12f838572701049902254dfb46eb650',1,'amrex::VisMF']]], + ['check_5fmvmc_11713',['check_mvmc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af82727cbe02923f0e85c79498083ac33',1,'amrex::EB2']]], + ['checkcommdata_11714',['CheckCommData',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8c515e8da3ca3c3437cd0b5bd18c656d',1,'CommProfStats']]], + ['checkdata_11715',['CheckData',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9e8341b111020e68b25b6ac7e884de18',1,'BLProfStats']]], + ['checkinput_11716',['checkInput',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0db8b6a43fba7580d8dc6571e64eceb2',1,'amrex::Amr::checkInput()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9274bfc294d53126644ed437ac83fe56',1,'amrex::AmrMesh::checkInput()']]], + ['checkint_11717',['checkInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac30d97b7e66cda1fad54283a9e6a9600',1,'amrex::Amr']]], + ['checkneighborsrefine_11718',['checkNeighborsRefine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a521c7a6af526a76973eb7b673090a9ae',1,'amrex::btUnit']]], + ['checknfiles_11719',['CheckNFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8de2ff506c69fd9d2165fe0f294100',1,'amrex::NFilesIter']]], + ['checkoverflow_11720',['checkOverflow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'amrex::BoxND::checkOverflow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa3ed4f7c38c0e94d35f6db83fb24cca5',1,'BoxND< AMREX_SPACEDIM >::checkOverflow()']]], + ['checkper_11721',['checkPer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa2e4c97e5351e7e9353af927b4628e24',1,'amrex::Amr']]], + ['checkpoint_11722',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad798a370022ba9766ddc8423c8c3cdf6',1,'amrex::MLNodeLaplacian']]], + ['checkpoint_11723',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['checkpoint_11724',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8afe35c2818f661481ed2603ae036928',1,'amrex::Amr']]], + ['checkpoint_11725',['Checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Checkpoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a952caef3e80ea80bc603c495b8943c2a',1,'amrex::ParticleContainer_impl::Checkpoint(const std::string &dir, const std::string &name, bool is_checkpoint, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a27c1365779e42101977956a8b1a52a14',1,'amrex::ParticleContainer_impl::Checkpoint(const std::string &dir, const std::string &name, const Vector< std::string > &real_comp_names=Vector< std::string >(), const Vector< std::string > &int_comp_names=Vector< std::string >()) const']]], + ['checkpoint_11726',['checkPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a83d7bc0a021a283efce9b4f500315540',1,'amrex::StateData::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a17d56a0f530866c212972918e49a9aff',1,'amrex::MLMGT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'MLLinOpT< Array< MultiFab, 3 > >::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6b2ce3775a4c209860db63635f969640',1,'amrex::MLLinOpT::checkPoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a169bef0169afefe32db1d994d2600c69',1,'amrex::AmrLevel::checkPoint()']]], + ['checkpointpost_11727',['CheckpointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'amrex::ParticleContainer_impl::CheckpointPost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af3532a7f6a8a5d3ebcc7170313e8e59d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPost()']]], + ['checkpointpost_11728',['checkPointPost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a91b3bc1707aa307c5eeb73d9e2bfdd80',1,'amrex::AmrLevel']]], + ['checkpointpre_11729',['CheckpointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'amrex::ParticleContainer_impl::CheckpointPre()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9bc5bbc4b89549896b1c59493f93618d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CheckpointPre()']]], + ['checkpointpre_11730',['checkPointPre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa8953b789fe7af91082c2fefcced1a16',1,'amrex::AmrLevel']]], + ['checkpointversion_11731',['CheckpointVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7412df442ee70eda865ad538530acfe8',1,'amrex::ParticleContainerBase']]], + ['checkregionsdata_11732',['CheckRegionsData',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af2a2ac125d7c17979147665a1e1ee685',1,'RegionsProfStats']]], + ['chkptfile_11733',['ChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a276bc44ba1ef97690d0bb86bdd115e1b',1,'amrex::EB2::ChkptFile']]], + ['chkptfilelevel_11734',['ChkptFileLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#ab6bb4a262a1ef4079b2326caef2391ed',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, ChkptFileLevel &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#aa76921f89dab57a758680982e17fa78d',1,'amrex::EB2::ChkptFileLevel::ChkptFileLevel(IndexSpace const *is, ChkptFile const &chkpt_file, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face)']]], + ['cholsol_5ffor_5feb_11735',['cholsol_for_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26c0f53345a1e21e212dcd85a501a019',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 17, 0, 5 > &Amatrix, Array1D< Real, 0, 5 > &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a683dbe22d1e3bc113f4f9e8b8118b90e',1,'amrex::cholsol_for_eb(Array2D< Real, 0, 53, 0, 9 > &Amatrix, Array1D< Real, 0, 9 > &b)']]], + ['cholsol_5fnp10_11736',['cholsol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab067b4a2be7601fdfd12c7f27a3995d6',1,'amrex']]], + ['cholsol_5fnp6_11737',['cholsol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9c618e150988aaad39352da8a136b2',1,'amrex']]], + ['chop_11738',['chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'amrex::BoxND::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ada7fc0e6b932ef954e034d0da871f10d',1,'amrex::Cluster::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae1763edf735b27fc9399dc6e09a4c983',1,'amrex::ClusterList::chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeb1fdfc5eae78c55d1b1a333e9a65cb5',1,'BoxND< AMREX_SPACEDIM >::chop()']]], + ['chopgrids_11739',['ChopGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a894b739ead93a3f976ead6e0c8fb0536',1,'amrex::AmrMesh']]], + ['cic_5finterpolate_11740',['cic_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f6c9273719cac9f85a15a3c6c89e7eb',1,'amrex']]], + ['cic_5finterpolate_5fcc_11741',['cic_interpolate_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae24d8dfbee87195aeb693a8cc2459da7',1,'amrex']]], + ['cic_5finterpolate_5fnd_11742',['cic_interpolate_nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dfc6d3b63fda10491506e29ce5da0fe',1,'amrex']]], + ['clamp_11743',['Clamp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7da8611787662eeb7b9e4a098ceac22',1,'amrex']]], + ['cleanupmaps_11744',['cleanUpMaps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af4cf311bbaf21d9855bc3d8928f890f4',1,'amrex::StateDescriptor']]], + ['cleanupmessages_11745',['CleanUpMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa0c0e9a50f259bef6b3a1f2a932c65bc',1,'amrex::NFilesIter']]], + ['clear_11746',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'FabArrayCopyDescriptor< FArrayBox >']]], + ['clear_11747',['Clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a447ac3b0c0c2794d3b3316bf50e4c1d3',1,'amrex::InSituUtils::StateMap']]], + ['clear_11748',['clear',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab3c166ef170fe72fdda5fab9cd9176e0',1,'amrex::VisMF::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a483f483c43527c21fd7f8d0a301600a8',1,'amrex::VisMF::clear(int fabIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a77474efc5c2215f02ded00aa816ee02e',1,'amrex::VisMF::clear(int fabIndex, int compIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afc56cd7ec5f96ca6966a277ea67e5641',1,'amrex::TableData::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad219785df46e98d5f667c7e98b878baa',1,'amrex::DistributionMapping::Ref::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a415ff6c2958d2b50d111d1a272749af6',1,'amrex::ParallelDescriptor::ProcessTeam::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< unsigned int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'IndexTypeND< AMREX_SPACEDIM >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2a29dbb728926b7a93d64cfd79deae89',1,'amrex::ParticleCopyOp::clear()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afd8b75e43a4f9a19787cec45ee84b493',1,'amrex::ParticleCopyPlan::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'amrex::PODVector::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::BoxND >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::NeighborCode >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::openbc::MomTag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::STLtools::Triangle >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< amrex::XDim3 >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a60b8ea7e16dee4049a9025455f4a8b87',1,'amrex::IndexTypeND::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const int *, DefaultAllocator< const int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a691927d0b6e40f9923bacd565c590a91',1,'amrex::BndryRegisterT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< Real >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< PetscInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< HYPRE_Int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< EBCellFlag >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< char >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'BaseFab< AtomicInt >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae428e6a2645141dd817c288331575f26',1,'amrex::BaseFab::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a6e7dcb50bfad7d17b1b6e90f76ad3d88',1,'amrex::Gpu::AsyncArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< std::size_t >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::CutFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#afed0e52f6570fe4960ce4758f5558761',1,'amrex::BoxArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxDomain::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1b546c6d1a623b0335f40983e1d46b8a',1,'amrex::BoxList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a0c2925413d162cb501be4a6270a94754',1,'amrex::Gpu::Buffer::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#aca9fade63e5fd3aeda71e2c7d58f933d',1,'amrex::DeriveList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a11aff2179d4f179dba22b7703b4212cc',1,'amrex::DescriptorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a6b4d08e1329afbce2ced6dd65acd9bec',1,'amrex::Gpu::Elixir::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#ab6e092af66fad6472ea4b6b7b273be26',1,'amrex::ErrorList::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'amrex::FabArray::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::BaseFab< PetscInt > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::EBCellFlagFab >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< amrex::Mask >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< FArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< IArrayBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7544c03f72d87f3f49ea0683848dc8aa',1,'FabArray< TagBox >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a10399c20d1f9186d481354025e58f6dc',1,'amrex::FabArrayBase::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c2f6e2dcbd913aa5ec7f4a9b0a037af',1,'amrex::FabArrayCopyDescriptor::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4a723de952c4a193086c47d5f374356b',1,'amrex::FabSetT::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a453233dd69feba7dad7ae904a24d7aa2',1,'amrex::FluxRegister::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'amrex::GMRES::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adf4b0977eb2a4846421a9077abe1c011',1,'GMRES< MF, GMRESMLMGT< MF > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#ac2b149fea822702476a70d1b12ae2f21',1,'amrex::EB2::IndexSpace::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< ParticleReal * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int *, DefaultAllocator< int * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< int * >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< index_type >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::clear()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aab4feefd754fb80185d22c9a6708caea',1,'PODVector< const ParticleReal * >::clear()']]], + ['clear_5fallneighbors_11749',['clear_allneighbors',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a81e54bd33c97780b54376e8b462612c6',1,'amrex_ebcellflag_module']]], + ['clear_5farrays_11750',['clear_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< PetscInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< TagBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< IArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< FArrayBox >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::Mask >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::EBCellFlagFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::CutFab >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'FabArray< amrex::BaseFab< AtomicInt > >::clear_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3d078863cd6f3c8fc6ee8929573be274',1,'amrex::FabArray::clear_arrays()']]], + ['clear_5fhash_5fbin_11751',['clear_hash_bin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6bdf6476369bee9a51d4c3d2f7d70cd0',1,'amrex::BoxArray']]], + ['clear_5fneighbor_11752',['clear_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a7d30f95878f595d82cb984b91bd3a766',1,'amrex_ebcellflag_module']]], + ['clearblock_11753',['ClearBlock',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a0d8d8ad83b18b0e23fa18b9942c0b944',1,'RegionsProfStats::ClearBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a3031f89c0189bd2d8f73b6207e8adfb1',1,'BLProfStats::ClearBlock()']]], + ['clearboxarray_11754',['ClearBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#afc5fde984a1cdd6fcfddb6ff26fb92f6',1,'amrex::AmrMesh']]], + ['clearbuffer_11755',['ClearBuffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a6c234740f9ed2f0a3c3fc3cea35f7f2f',1,'amrex::VisMFBuffer']]], + ['clearcommstats_11756',['ClearCommStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aab858210acf47eebbfa8549123cb2836',1,'CommProfStats']]], + ['clearderiveplotvarlist_11757',['clearDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4f6a614f477cd3ff94f362d7a8dfe8b0',1,'amrex::Amr']]], + ['clearderivesmallplotvarlist_11758',['clearDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0517c3858954b59c15be4b72472c0e55',1,'amrex::Amr']]], + ['cleardistributionmap_11759',['ClearDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af5ec08eb03bebbb7a0f37f2af4bbda5d',1,'amrex::AmrMesh']]], + ['clearemptyentries_11760',['clearEmptyEntries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html#aece8b1e2716e84a5261e988b9e9b1ef2',1,'amrex::particle_detail']]], + ['clearfabarrayheadernames_11761',['ClearFabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad627f2819f507158b90f5f2570b1d182',1,'amrex::StateData']]], + ['clearinternalborders_11762',['ClearInternalBorders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab1a936eb5769156da6cb7d2dac23b4d3',1,'amrex::FluxRegister']]], + ['clearlevel_11763',['ClearLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8db721500ce8e8fd737774f06ee494bd',1,'amrex::Amr::ClearLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a26c39ed62cd9f3383f3936f1fcdb65b3',1,'amrex::AmrCore::ClearLevel()']]], + ['clearneighbors_11764',['clearNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a287e510b67bfbb6bd4d500e5281e3329',1,'amrex::NeighborParticleContainer']]], + ['clearneighborsgpu_11765',['clearNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#acfd5f04cd8c4ccc1624a2800908ab823',1,'amrex::NeighborParticleContainer']]], + ['clearparticleboxarray_11766',['ClearParticleBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad10177b9dd49f6d6366c9b0ce55164e2',1,'amrex::ParGDBBase::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a0656f7acb43f91674ce45588308925b2',1,'amrex::ParGDB::ClearParticleBoxArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a76c8a601849fe4005080010ce009b5eb',1,'amrex::AmrParGDB::ClearParticleBoxArray()']]], + ['clearparticledistributionmap_11767',['ClearParticleDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a95b12fc3e2198540e1cd7bda9d78053f',1,'amrex::ParGDBBase::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac06e5f474bc58ad864334b847936a252',1,'amrex::ParGDB::ClearParticleDistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa94ab21d3a8be444b383d06bd5794bf1',1,'amrex::AmrParGDB::ClearParticleDistributionMap()']]], + ['clearparticlegeometry_11768',['ClearParticleGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac05bd93767fb333234fc9647cfb1b84f',1,'amrex::ParGDBBase::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a4df866ffaaad95ed1e35c3c36389cc2e',1,'amrex::AmrParGDB::ClearParticleGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a39c62233a09a14ffaac6e0a6e27f8cf2',1,'amrex::ParGDB::ClearParticleGeometry()']]], + ['clearparticles_11769',['clearParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'amrex::ParticleContainer_impl::clearParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a11305e3f05cee007a8d74408e571fd9e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::clearParticles()']]], + ['clearstateplotvarlist_11770',['clearStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a369a6509a5b72f33560a79a590de7ca0',1,'amrex::Amr']]], + ['clearstatesmallplotvarlist_11771',['clearStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5f91cf7bf6b769609cca453f241744ae',1,'amrex::Amr']]], + ['clearstreamerrors_11772',['ClearStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a37589fd8893272de8ff9e1c37069264c',1,'amrex::StreamRetry']]], + ['clearthisbd_11773',['clearThisBD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1033b7779ec8b48b594b158fbabe13b4',1,'amrex::FabArrayBase']]], + ['clone_11774',['clone',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae6ff743a979e5d8ff926038fc17026f3',1,'amrex::EBFArrayBoxFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a3878a01f18a952246def135c389d0a9c',1,'amrex::detail::CutFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'amrex::DefaultFabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a8710f2a169d293fb6b0059fb10637b25',1,'DefaultFabFactory< CutFab >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a13339314e8d87bdcbc26fbc4d74c270a',1,'amrex::ErrorRec::ErrorFunc::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#ae17e16f1f1aeea8ee4d48cd1c75e1d92',1,'amrex::ErrorRec::ErrorFunc2::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'amrex::FabFactory::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< amrex::FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a52360a49a6595822520416ba2fa3b9c0',1,'FabFactory< FArrayBox >::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a7a3935064f298f7c3c75c3f693a2d349',1,'amrex::InterpolaterBoxCoarsener::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae74530e4178f5afa7918c4ca43939224',1,'amrex::RealDescriptor::clone()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#aed3d3be23cc06aa4ea17151bd48dc245',1,'amrex::BoxConverter::clone()']]], + ['closeallstreams_11775',['CloseAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a1785f1e8537f2cbb475187b787abf6e1',1,'CommProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7b427cef2051f4d0bd82f8ecfd172d93',1,'BLProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a4c22eabfc2a79be0e3f69923b0e82e04',1,'RegionsProfStats::CloseAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3eb747b7ba5f46a315650c84c1162418',1,'amrex::VisMF::CloseAllStreams()']]], + ['closestream_11776',['CloseStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9f63d703f45cf3be27c339a38d893796',1,'amrex::VisMF']]], + ['cluster_11777',['Cluster',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a85b0d78aa07a1e794745a1166a7fec82',1,'amrex::Cluster::Cluster() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad963b8773932d15280fdd5243f089699',1,'amrex::Cluster::Cluster(IntVect *a, Long len) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a88711e631c613fc5a5109466c997cbf2',1,'amrex::Cluster::Cluster(Cluster &c, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a9e4256a40033c7f410b78dd175236308',1,'amrex::Cluster::Cluster(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a42768669b97210933f9591ac28c882eb',1,'amrex::Cluster::Cluster(Cluster &&)=delete']]], + ['clusterlist_11778',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a23ed50da4148f5c55f420f6d86760d2e',1,'amrex::ClusterList::ClusterList(IntVect *pts, Long len)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aca0a2db949cd3d0a4372159920fcdd5d',1,'amrex::ClusterList::ClusterList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a8ee664878fac51e10f6ffca8a9872912',1,'amrex::ClusterList::ClusterList(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a70b6fa6b9dc661968269dc1c8d9c254b',1,'amrex::ClusterList::ClusterList(ClusterList &&)=delete']]], + ['clz_11779',['clz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af820e227c1b2f49c687fb9362afd86bb',1,'amrex']]], + ['clz_5fgeneric_11780',['clz_generic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a66e9e9f63151df742d69f8c0c84038d3',1,'amrex::clz_generic(std::uint64_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61ff191ca4bb566bcd3ad7be064dcf2c',1,'amrex::clz_generic(std::uint32_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af554584edc716c1abe0569012e508d66',1,'amrex::clz_generic(std::uint16_t x) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46043a4f99ee6a510982ce740ececf27',1,'amrex::clz_generic(std::uint8_t x) noexcept']]], + ['cmd_5flocal_5fsetval_5fgpu_11781',['CMD_local_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< IArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'amrex::FabArray::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::CutFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::EBCellFlagFab >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< amrex::Mask >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< FArrayBox >::CMD_local_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a202d8ada102cc6fc40749039c0e1f3a7',1,'FabArray< TagBox >::CMD_local_setVal_gpu(value_type x, const CommMetaData &thecmd, int scomp, int ncomp)']]], + ['cmd_5fremote_5fsetval_5fgpu_11782',['CMD_remote_setVal_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< TagBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'amrex::FabArray::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< IArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< FArrayBox >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::Mask >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::EBCellFlagFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::CutFab >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< PetscInt > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::CMD_remote_setVal_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2064856b8d0efe0ae3e92d91a72f3274',1,'FabArray< amrex::BaseFab< AtomicInt > >::CMD_remote_setVal_gpu()']]], + ['coalescable_11783',['coalescable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a9d48386ac6a4c17d1e2b4eb8ad13e221',1,'amrex::CArena::Node']]], + ['coarsebox_11784',['CoarseBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#ae934a7f49ee46587555e00c1bf7e1675',1,'amrex::FaceDivFree::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#af5faae2a0ad3edc6147ac23b165d4345',1,'amrex::MFNodeBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#ae6caa6fa65382bef97431b284967c081',1,'amrex::FaceLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#af8c208982ffa7f4b377b3d652e23e5ba',1,'amrex::FaceLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a7120153e965f22098f7cd888274f5c6b',1,'amrex::InterpBase::CoarseBox(const Box &fine, int ratio)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a684e90cd5708cc5746e653c6decc75d1',1,'amrex::InterpBase::CoarseBox(const Box &fine, const IntVect &ratio)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#ad77a8408bcacf00baa43bffadf5c1830',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#a534db7efe626f43b2e652b1779bd802d',1,'amrex::MFCellBilinear::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a74654ff59b479f8515f47d0104c5d44c',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3efce6bc405fc34cd1b7e9607396a7a6',1,'amrex::MFCellConsLinInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#ad2fe69140374f5a86fe9435fa3a22c06',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#a5f943556caa9c3b333032429b73de0ff',1,'amrex::MFCellConsLinMinmaxLimitInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#a5e99e1d0fae85f722c0c8a9345b48302',1,'amrex::MFNodeBilinear::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a29635f96be74793ea64f29d6348fc22e',1,'amrex::FaceDivFree::CoarseBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a2ad0150a4f7aac3b522c58baaffe10e3',1,'amrex::FaceConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a3c80c6eb39069d797a0e460a8dc402db',1,'amrex::FaceConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a2fea86a0fbe28663655935cee907d6bd',1,'amrex::CellQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a07d67a5c29adab0e7b35be11a0f2061b',1,'amrex::CellQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#a29356c571502616f35a19405ce0ab31d',1,'amrex::CellQuadratic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#ac42aae63c74e1e3dbacbde8f2f0d8a0a',1,'amrex::CellQuadratic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a2b4f260bbcc5484ce23d59bd94d2dfe8',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#a8c64516c8697291cf190a795a24b3a6e',1,'amrex::CellConservativeQuartic::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#ac9afd317e78f1c6d5581c251a9afe819',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#aeec138a1454f98de65aa6ec019a1cdc4',1,'amrex::CellConservativeLinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#adcc32c2aaefbaa1bb23f0b87cbdd5265',1,'amrex::CellBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#a445fff6a6e918e4b4a60392ecef5844c',1,'amrex::CellBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#ae07225f758486680fd2a3d238f05dcdd',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#a7e5277dcb95a53227bef029654c23885',1,'amrex::MFPCInterp::CoarseBox(Box const &fine, IntVect const &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#a12700b2249901dc280e6ab13e7c560f2',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae2cd41e25c41c44dda1330f58f6a55e3',1,'amrex::NodeBilinear::CoarseBox(const Box &fine, const IntVect &ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#a4ab880728106de4887bc3f6fdedf03d8',1,'amrex::PCInterp::CoarseBox(const Box &fine, int ratio) override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#acd50581dbe4a2e6a14d5351e6ffac7e8',1,'amrex::PCInterp::CoarseBox(const Box &fine, const IntVect &ratio) override']]], + ['coarsen_11785',['coarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'BoxND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2b0820771e1588022b7209ee5d46538',1,'amrex::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1d9c01b45625d9e6f8e0e4d1cdd4a5a6',1,'amrex::Geometry::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0303e90215a135b28b5bb90aea7cecd',1,'amrex::coarsen(const BoxND< dim > &b, int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbf5a739abb11e84f8209480679da6e0',1,'amrex::coarsen(const BoxND< dim > &b, const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22ce5ec6a27aa7bce43ca708cec77023',1,'amrex::coarsen(const BoxArray &ba, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255709aafea190412cf8a963f450ebc9',1,'amrex::coarsen(const BoxArray &ba, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7fdcd82c18fdf6c33f4194da8e7da46',1,'amrex::coarsen(BoxDomain &dest, const BoxDomain &fin, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2def914169be100afac8106fd618b6f0',1,'amrex::coarsen(const BoxList &bl, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbc2cc619f36c517e2d0c6cbc5a40068',1,'amrex::coarsen(Geometry const &fine, IntVect const &rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf0376e5e15137aa9ec711295e7bf6bf',1,'amrex::coarsen(Geometry const &fine, int rr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff7e1eb998059fdb9cbc90a22c2d01d5',1,'amrex::coarsen(int i, int ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'amrex::IntVectND::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63590a994f689e9e836a2069ab19e00f',1,'amrex::coarsen(Dim3 const &fine, IntVectND< dim > const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adda82809057e2dd50044b4d4936bc5d6',1,'amrex::coarsen(const IntVectND< dim > &p, int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'BoxND< AMREX_SPACEDIM >::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8e243097e3b7b0bd0f7446779557f019',1,'amrex::BoxND::coarsen(const IntVectND< dim > &ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad13cf1a6d01305c56e75501df0142714',1,'amrex::BoxND::coarsen(int ref_ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#aa3ac01949cda5f1c125767c7111d3aa3',1,'amrex::BoxList::coarsen(const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3b14d38ee9c592394f4465c5e48e8e38',1,'amrex::BoxList::coarsen(int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a12ab20cb383ad53fb9169af3f7120438',1,'amrex::BoxDomain::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0f177129b5e8d3ce247991a139ecc8f3',1,'amrex::BoxArray::coarsen(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ab905a7751a6378467cf96c78c1ac880d',1,'amrex::BoxArray::coarsen(int refinement_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a888900af671b00ababfa6b1e5934bca5',1,'amrex::BATransformer::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a05b686d85856493be2f058af8cb5317f',1,'amrex::BATnull::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ad9115882b3c25773e8e036054da8f75b',1,'amrex::BATindexType_coarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#abed20ba596129232e392d40a5aafcfe9',1,'amrex::BATindexType::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a1c3ccf9a3b2b4aa86a75f5c9c3dc2a90',1,'amrex::BATcoarsenRatio::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#acab83ae65cddf401ab88e355cf63fcf2',1,'amrex::BATbndryReg::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'amrex::IntVectND::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3e52e7c2152a5e6eef278bd65963e1e3',1,'IntVectND< AMREX_SPACEDIM >::coarsen(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a36a4aa5954d396d6ce76dd3464afcd73',1,'IntVectND< AMREX_SPACEDIM >::coarsen(int p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a4c5cdfe01aa0372001178bc376795e47',1,'amrex::TagBox::coarsen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae1c70eba84405176aafd0353098d02a4',1,'amrex::TagBoxArray::coarsen()']]], + ['coarsen_5fedge_5fcent_11786',['coarsen_edge_cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#ad283835a3b06a13137f260b1be1d2f6e',1,'amrex::EB2::detail']]], + ['coarsen_5ffrom_5ffine_11787',['coarsen_from_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1f2e881daa9ff0a537137a2e09129db9',1,'amrex::EB2::coarsen_from_fine(int i, int j, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< EBCellFlag const > const &fflag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae3a379167092afad59e2ece6617e7e46',1,'amrex::EB2::coarsen_from_fine(int i, int j, int k, Box const &bx, int ngrow, Array4< Real > const &cvol, Array4< Real > const &ccent, Array4< Real > const &cba, Array4< Real > const &cbc, Array4< Real > const &cbn, Array4< Real > const &capx, Array4< Real > const &capy, Array4< Real > const &capz, Array4< Real > const &cfcx, Array4< Real > const &cfcy, Array4< Real > const &cfcz, Array4< Real > const &cecx, Array4< Real > const &cecy, Array4< Real > const &cecz, Array4< EBCellFlag > const &cflag, Array4< Real const > const &fvol, Array4< Real const > const &fcent, Array4< Real const > const &fba, Array4< Real const > const &fbc, Array4< Real const > const &fbn, Array4< Real const > const &fapx, Array4< Real const > const &fapy, Array4< Real const > const &fapz, Array4< Real const > const &ffcx, Array4< Real const > const &ffcy, Array4< Real const > const &ffcz, Array4< Real const > const &fecx, Array4< Real const > const &fecy, Array4< Real const > const &fecz, Array4< EBCellFlag const > const &fflag)']]], + ['coarsen_5foverset_5fmask_11788',['coarsen_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a078658f433f21a921eaee99b9bb2423f',1,'amrex::coarsen_overset_mask(Box const &bx, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40570b9308cc5134a2db6a08a170515a',1,'amrex::coarsen_overset_mask(int i, int, int, Array4< int > const &cmsk, Array4< int const > const &fmsk) noexcept']]], + ['coarsen_5fratio_11789',['coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acfcb2e2b086e18b7a8fc355d0179dbcf',1,'amrex::BATcoarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#aea913ddadc5577027865110d5e0a27ab',1,'amrex::BATindexType::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a7c7e002b3dd2f7a43930dacef7a2d62d',1,'amrex::BATindexType_coarsenRatio::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#acbc8236261bea0edca9a42f8625675fd',1,'amrex::BATnull::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a6cd544a38c177b085a0d2e4ccbf42a93',1,'amrex::BATbndryReg::coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a50a575dbc6ff5673d4fd6d3e5678498f',1,'amrex::BATransformer::coarsen_ratio()']]], + ['coarsenable_11790',['coarsenable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'BoxND< AMREX_SPACEDIM >::coarsenable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'amrex::BoxND::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9739371d181375cb9180ff821c13fdcb',1,'amrex::BoxND::coarsenable(const IntVectND< dim > &refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa6fa303a841feaa8f85374b5579dae60',1,'BoxND< AMREX_SPACEDIM >::coarsenable(const IntVectND< dim > &refrat, const IntVectND< dim > &min_width) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a78cb722ebe5b8165c1a5636980f47bfe',1,'BoxND< AMREX_SPACEDIM >::coarsenable(int refrat, int min_width=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#af7f2342f51c3bc2de5e8a195d6955d9f',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7398fc2b3ae449dfcec355e071bc16ce',1,'amrex::BoxArray::coarsenable(int refinement_ratio, int min_width=1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa502788789ab808e34a3a4b5b940a928',1,'amrex::BoxArray::coarsenable(const IntVect &refinement_ratio, const IntVect &min_width) const']]], + ['coarsenedboxes_11791',['coarsenedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a93804af47daca2ba0d18983401fe5f00',1,'amrex::FluxRegister']]], + ['coarsenfromfine_11792',['coarsenFromFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8244e442a7b8e9f14056fa883f557c9c',1,'amrex::EB2::Level']]], + ['coarsestdomain_11793',['coarsestDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a31582dfcbca6d0e4a6094119722c6d2f',1,'amrex::EB2::IndexSpaceSTL::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9be6074a1d3f4bfd16e454eda2e4acc3',1,'amrex::EB2::IndexSpaceImp::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9036393886a9f3aaee8c3a987d2cada3',1,'amrex::EB2::IndexSpaceChkptFile::coarsestDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7795703119c27937004c54f50532a369',1,'amrex::EB2::IndexSpace::coarsestDomain()']]], + ['coarsetimestep_11794',['coarseTimeStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab6618049b000c03c0adcc424d13cc5e7',1,'amrex::Amr']]], + ['coarsetimestepdt_11795',['coarseTimeStepDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2f3c0b9d3f8f7d2eb05319ce4754ac8c',1,'amrex::Amr']]], + ['cogmres_5fsolver_5fconfigure_11796',['cogmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83a673d85745391688b653887ebc51a8',1,'amrex::HypreIJIface']]], + ['collate_11797',['collate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a758d51e6e915561d03a0f9cdf1ce026f',1,'amrex::TagBoxArray']]], + ['collectdata_11798',['CollectData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'amrex::FabArrayCopyDescriptor::CollectData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a6702b3562050e933b50c54d55cfa4caa',1,'FabArrayCopyDescriptor< FArrayBox >::CollectData()']]], + ['collectfuncstats_11799',['CollectFuncStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aac44ade120289132d039d3301a618e71',1,'RegionsProfStats::CollectFuncStats()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ac538df4b2ca012677d2f4c63a7a17eb6',1,'BLProfStats::CollectFuncStats()']]], + ['collectmprofstats_11800',['CollectMProfStats',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf61acca5a480f47841ff87d3fc31536',1,'amrex']]], + ['comm_5fdup_11801',['Comm_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab513eb7f98a3f225eda4e3dc0d2ec2b7',1,'amrex::ParallelDescriptor']]], + ['command_5fargument_5fcount_11802',['command_argument_count',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3d8f755663a93f3953f7cda5590cac',1,'amrex']]], + ['commbcoefs_11803',['commBCoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa13ba9175919d4b934c7da2830c70921',1,'amrex::HypreMLABecLap']]], + ['commbcoefs_5flocal_11804',['commBCoefs_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4be2b84f4159ef25db82f02e7553056c',1,'amrex::HypreMLABecLap']]], + ['commcontainer_11805',['CommContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#af19b040e0a57ccd8d2b5893ef817aca0',1,'amrex::MLLinOpT::CommContainer::CommContainer(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#aaaa07cc3148c8b79bc8f5e6f62ab7d4b',1,'amrex::MLLinOpT::CommContainer::CommContainer(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#afbc562ac9c5f1face5cd5a2859737f29',1,'amrex::MLLinOpT::CommContainer::CommContainer(MPI_Comm m) noexcept']]], + ['commprofstats_11806',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6fa096e58f6defb29bb83ac4e68643b8',1,'CommProfStats']]], + ['communicateparticlesfinish_11807',['communicateParticlesFinish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a814322d519ae32014737504164a0516b',1,'amrex']]], + ['communicateparticlesstart_11808',['communicateParticlesStart',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1798b9b2e1585609dcc68430ad8502e5',1,'amrex']]], + ['communicator_11809',['Communicator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0f53686fc6a6b7dca69c230fd1336e44',1,'amrex::ParallelDescriptor::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'MLLinOpT< Array< MultiFab, 3 > >::Communicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ac85c71c7e15137bd62cbfd04cc52ed',1,'amrex::MLLinOpT::Communicator()']]], + ['communicatorall_11810',['CommunicatorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ae11490aa2420222dcbb8b57cf115bb1b',1,'amrex::ParallelContext']]], + ['communicatorsub_11811',['CommunicatorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a3735bb2b55dab8f232227611c6d25bb8',1,'amrex::ParallelContext']]], + ['comp_5fbf_11812',['comp_bf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a552276d715b5fb007fa8045a2f8dc713',1,'amrex::detail']]], + ['comp_5fbflo_11813',['comp_bflo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a63f67f333c651c923c2d3eaf7b0a15aa',1,'amrex::detail']]], + ['compactify_11814',['compactify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'MLLinOpT< Array< MultiFab, 3 > >::compactify(Box const &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f7e812180f57035bfe85cb7d10b26e9',1,'amrex::MLLinOpT::compactify(Array4< T > const &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abb542d962e83dd7479852f83fd3575bf',1,'amrex::MLLinOpT::compactify(Box const &b) const noexcept']]], + ['compcrossterms_11815',['compCrossTerms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a786a65eb6237c5c0072d107f3670911b',1,'amrex::MLEBTensorOp']]], + ['compdivergence_11816',['compDivergence',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#adb3e623e86459b1e9a9c14492961d759',1,'amrex::MLNodeLaplacian']]], + ['compex_11817',['compex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ae641e60af08fa4f6e33d79a5f03db53a',1,'amrex::TinyProfiler::ProcStats']]], + ['compflux_11818',['compFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae7f32e1b953ea4ef5643501e91560d32',1,'amrex::MLCellLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a739281050ab5aebe8d61a56992049a58',1,'amrex::MLEBTensorOp::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'amrex::MLLinOpT::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f26e44f0e91bdfd3f6e9830c71a2ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ab07ec8381bce1e90f83ecf92d6581547',1,'amrex::MLTensorOp::compFlux()']]], + ['compgrad_11819',['compGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac985961e307a973087250941f22731f9',1,'amrex::MLEBABecLap::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2ed74b3dc4e3c46d2cd589cbb8301e94',1,'amrex::MLCellLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ae749675d0ae6abd70771a049598a64dc',1,'amrex::MLEBNodeFDLaplacian::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'amrex::MLLinOpT::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1044f61a2f9270efa01fce0898988ec6',1,'MLLinOpT< Array< MultiFab, 3 > >::compGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f4764fd8f0b9457a8bc2e4f1aa7f0e7',1,'amrex::MLNodeLaplacian::compGrad(int, const Array< MultiFab *, AMREX_SPACEDIM > &, MultiFab &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf6633911135922a7ac2fd9f4fb6749d',1,'amrex::MLNodeLaplacian::compGrad(int amrlev, MultiFab &grad, MultiFab &sol) const']]], + ['compile_11820',['compile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a84c2f77f7586faf9e89ef87489297bfa',1,'amrex::Parser::compile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a79d909101604badec3afaa59b688a031',1,'amrex::IParser::compile() const']]], + ['compilehost_11821',['compileHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a4fb11d950d0822ab0c56bcf65adff32d',1,'amrex::IParser::compileHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a2bcb71246d0395f1f9c3ce37e2286c09',1,'amrex::Parser::compileHost()']]], + ['compin_11822',['compin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a3e930047fc2ea18c08f936b6020c28ef',1,'amrex::TinyProfiler::ProcStats']]], + ['complementif_11823',['ComplementIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac758ba21928636afe1a6d8c0e5d44f98',1,'amrex::EB2::ComplementIF']]], + ['complementin_11824',['complementIn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a1da3baa5ff605620901791904d448d87',1,'amrex::BoxList::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c00ae57393c9f6665f88b80e3cdfb2c',1,'amrex::complementIn(const Box &b, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a417fa2fe3545ffe81b848760bbe1bcd9',1,'amrex::complementIn(const Box &b, const BoxDomain &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a07499fc06f1137386e318ccccca0b5bc',1,'amrex::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a990b3fc904c7fcd51a1fd9e4420eb0dc',1,'amrex::BoxList::complementIn(const Box &b, BoxList &&bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a77c9e97948684cd611eb9591ef6d23c4',1,'amrex::BoxList::complementIn(const Box &b, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a4e42de6a63d5099e53e83300e71d5f5d',1,'amrex::BoxDomain::complementIn()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aae7887e346945ad1154a31823b1f73e5',1,'amrex::BoxArray::complementIn(BoxList &bl, const Box &b) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9cfc3c2251e61eb1f1defb1e57badeb1',1,'amrex::BoxArray::complementIn(const Box &b) const']]], + ['complex_5fpow_5funsigned_11825',['complex_pow_unsigned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10e8c484da7d2f2f5bbd223b6b92dc87',1,'amrex::detail']]], + ['compmem_11826',['compmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a1c9e814cfa3e13889f8fecc6a71824fc',1,'amrex::TinyProfiler::MemProcStats']]], + ['componentbounds_11827',['ComponentBounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a9dda141f12088bebd3b62ae96407ecdf',1,'amrex::ForkJoin']]], + ['componentset_11828',['ComponentSet',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a7d0fbbb79ec0286ab72dfe0d23116573',1,'amrex::ForkJoin::ComponentSet::ComponentSet(int lo_, int hi_)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a5fc429dc522fa17e291bbdd8d8e42f89',1,'amrex::ForkJoin::ComponentSet::ComponentSet()=default']]], + ['compresid_11829',['compresid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa9711f51c0d096909b5a26fbc7a9657b',1,'amrex::MLCurlCurl']]], + ['compresidual_11830',['compResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9fc34296525a11800ab50257d4b5ecca',1,'amrex::MLMGT']]], + ['comprhs_11831',['compRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a59c04abe13cccca82379bbcac19a5467',1,'amrex::MLNodeLaplacian']]], + ['compsyncresidualcoarse_11832',['compSyncResidualCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#afc701712c658d0f67bef6a07bbf323b9',1,'amrex::MLNodeLaplacian']]], + ['compsyncresidualfine_11833',['compSyncResidualFine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a44e85cef12a5b759e5a52e64cc9f2c3d',1,'amrex::MLNodeLaplacian']]], + ['compute_5fintegrals_11834',['compute_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6784c63be461e49a81c5c587605674e4',1,'amrex::algoim::compute_integrals(MultiFab &intg, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a3ccdff6c18c04f2fb7aa460f885333ba',1,'amrex::algoim::compute_integrals(MultiFab &intgmf, IntVect nghost)']]], + ['compute_5fmoments_11835',['compute_moments',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#addf5ecada6e7f7ece057304b8547c5a8',1,'amrex::OpenBCSolver']]], + ['compute_5fpotential_11836',['compute_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac0363c008c9b41babb1758a686a397d0',1,'amrex::OpenBCSolver']]], + ['compute_5fresidual_11837',['compute_residual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'amrex::GMRES::compute_residual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7438834301bb6081a12d9eb5c201d45f',1,'GMRES< MF, GMRESMLMGT< MF > >::compute_residual()']]], + ['compute_5fsurface_5fintegrals_11838',['compute_surface_integrals',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a2c8ca6ff2da3fdde81370a1dd00c9416',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintg, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a73c808c0927111a6a5391aaad9f7c1e9',1,'amrex::algoim::compute_surface_integrals(MultiFab &sintgmf, IntVect nghost)']]], + ['computeadvectivevel_11839',['ComputeAdvectiveVel',['../namespaceGodunov.html#aca24360f0501d125940f803b83204c6d',1,'Godunov::ComputeAdvectiveVel()'],['../namespaceEBGodunov.html#afb19ecbdb3559abf37dc71ac1d0e3cef',1,'EBGodunov::ComputeAdvectiveVel()']]], + ['computeconc_11840',['ComputeConc',['../namespaceBDS.html#a36a3df1a1967d24daa61c2717a74de39',1,'BDS']]], + ['computeconvectiveterm_11841',['ComputeConvectiveTerm',['../namespaceHydroUtils.html#a0742bbe8fac4178460020a4073724d51',1,'HydroUtils']]], + ['computedistributionmappingefficiency_11842',['ComputeDistributionMappingEfficiency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#afc9afe0964cc8f6f2aa4e0fb70838f87',1,'amrex::DistributionMapping']]], + ['computedivergence_11843',['computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36700aa1e60f78cbb544a7593de37af',1,'amrex']]], + ['computedivergence_11844',['ComputeDivergence',['../namespaceHydroUtils.html#a1d3afb180dbd69d0f79f30f74b2a5112',1,'HydroUtils']]], + ['computeedgestate_11845',['ComputeEdgeState',['../namespaceMOL.html#adee159fbd7c101d690868db1fd6c7992',1,'MOL::ComputeEdgeState()'],['../namespaceEBGodunov.html#a10f74574166218b5d549aec19892509a',1,'EBGodunov::ComputeEdgeState()'],['../namespaceEBMOL.html#ad0aff813ac19f73e06749e9a1723d50d',1,'EBMOL::ComputeEdgeState()'],['../namespaceBDS.html#af379bf507045216a70bdc96a8d899047',1,'BDS::ComputeEdgeState()'],['../namespaceGodunov.html#aeb69a54b78a68beefcf5f146b192c537',1,'Godunov::ComputeEdgeState()']]], + ['computefluxes_11846',['ComputeFluxes',['../namespaceHydroUtils.html#ae79f47f053492a0e18838d69e8554189',1,'HydroUtils']]], + ['computefluxesonboxfromstate_11847',['ComputeFluxesOnBoxFromState',['../namespaceHydroUtils.html#ad4bf731704049526ca1c4db1688fd5db',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a9fb6baf822bec6e2aedbbdb2d5c797a0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#ad34f382cc6239fa7995f947090049224',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})'],['../namespaceHydroUtils.html#a380d8c3f5786c0910287729547d2d6e0',1,'HydroUtils::ComputeFluxesOnBoxFromState(amrex::Box const &bx, int ncomp, amrex::MFIter &mfi, amrex::Array4< amrex::Real const > const &q, amrex::Array4< amrex::Real const > const &qnph, AMREX_D_DECL(amrex::Array4< amrex::Real > const &flux_x, amrex::Array4< amrex::Real > const &flux_y, amrex::Array4< amrex::Real > const &flux_z), AMREX_D_DECL(amrex::Array4< amrex::Real > const &face_x, amrex::Array4< amrex::Real > const &face_y, amrex::Array4< amrex::Real > const &face_z), bool knownFaceState, AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_mac, amrex::Array4< amrex::Real const > const &v_mac, amrex::Array4< amrex::Real const > const &w_mac), AMREX_D_DECL(amrex::Array4< amrex::Real const > const &u_flux, amrex::Array4< amrex::Real const > const &v_flux, amrex::Array4< amrex::Real const > const &w_flux), amrex::Array4< amrex::Real const > const &divu, amrex::Array4< amrex::Real const > const &fq, amrex::Geometry geom, amrex::Real l_dt, amrex::Vector< amrex::BCRec > const &h_bcrec, const amrex::BCRec *d_bcrec, int const *iconserv, bool godunov_use_ppm, bool godunov_use_forces_in_trans, bool is_velocity, bool fluxes_are_area_weighted, std::string const &advection_type, int limiter_type=PPM::default_limiter, bool allow_inflow_on_outflow=false, amrex::Array4< int const > const &bc_arr={})']]], + ['computegradient_11848',['computeGradient',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1f7462a23b5cde85daacbd1d3a357f9',1,'amrex']]], + ['computeinitialdt_11849',['computeInitialDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a252f7123d2f0a98351bc7b39c32b3152',1,'amrex::AmrLevel']]], + ['computemlresidual_11850',['computeMLResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b7fb7f96050d46f476ccc62a589cfa3',1,'amrex::MLMGT']]], + ['computeneighborprocs_11851',['computeNeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6d35da48f520c8ae3f429aee03601c9',1,'amrex']]], + ['computenewdt_11852',['computeNewDt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2ca2263f59a50956ec37ce72a4a02767',1,'amrex::AmrLevel']]], + ['computeoptimalsubcycling_11853',['computeOptimalSubcycling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43e758e939457835584740d6ac55f606',1,'amrex::Amr']]], + ['computereffac_11854',['computeRefFac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af207e3796662b7069d55d479a5de23df',1,'amrex::NeighborParticleContainer::computeRefFac()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e9cbb8f28bbbba7378ec7bf4654b89',1,'amrex::computeRefFac()']]], + ['computeresidual_11855',['computeResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abcccae42defac8377364437d16cd915a',1,'amrex::MLMGT']]], + ['computeresofcorrection_11856',['computeResOfCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3d8b571d00886e320a12ceae0ff29b4a',1,'amrex::MLMGT']]], + ['computereswithcrsecorfinecor_11857',['computeResWithCrseCorFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a45414e6ff0b751fb85a18c382cf259ab',1,'amrex::MLMGT']]], + ['computereswithcrsesolfinecor_11858',['computeResWithCrseSolFineCor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab428d998d9cc1bd88f4a9d1a2917525a',1,'amrex::MLMGT']]], + ['computerhs_11859',['computeRHS',['../classHydro_1_1NodalProjector.html#a824e5fe65ce0686420c541bf2b9cb259',1,'Hydro::NodalProjector']]], + ['computeroundoffdomain_11860',['computeRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa9f2a9f6b90b4c58d8b870685669a398',1,'amrex::Geometry']]], + ['computeslopes_11861',['ComputeSlopes',['../namespaceBDS.html#adf462f5a6d17bb0f4fc80e6ee10041a4',1,'BDS']]], + ['computesyncresidual_11862',['computeSyncResidual',['../classHydro_1_1NodalProjector.html#a5221f76002b9956012a08bd322f98c22',1,'Hydro::NodalProjector']]], + ['computevolinv_11863',['computeVolInv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af28f1c33141158bd515093c3741d7124',1,'amrex::MLCellLinOpT']]], + ['compvelgrad_11864',['compVelGrad',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4c5cc3001a78ea9300cf3e0e1d75e888',1,'amrex::MLEBTensorOp::compVelGrad()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a365317f94f2141fd23b7e865996bcb58',1,'amrex::MLTensorOp::compVelGrad()']]], + ['concatenate_11865',['Concatenate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e3a82e54e91d8c7543596b2c2476250',1,'amrex']]], + ['const_5farray_11866',['const_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::CutFab >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< PetscInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< PetscInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< PetscInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< Real >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< Real >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< Real >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'amrex::FabArray::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'amrex::FabArray::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'amrex::FabArray::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< char >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'amrex::BaseFab::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'amrex::BaseFab::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'amrex::BaseFab::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< AtomicInt >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< AtomicInt >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< AtomicInt >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< char >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< char >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a50cae7c9c3be8c1acf784e0b2aa823f8',1,'amrex::MultiCutFab::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< EBCellFlag >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< EBCellFlag >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< EBCellFlag >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< HYPRE_Int >::const_array() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae5723c1af2b115b682869e760b1033a0',1,'BaseFab< HYPRE_Int >::const_array(int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa3049c7941d487849f2945f2c3447a1e',1,'BaseFab< HYPRE_Int >::const_array(int start_comp, int num_comps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a25ed9ead805e064c8f9dbe34ebbf3a95',1,'BaseFab< int >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< IArrayBox >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::Mask >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< FArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< FArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< FArrayBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< IArrayBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< IArrayBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< TagBox >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< TagBox >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< TagBox >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< TagBox >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0e4e0029ed5ff922b128b5e02b0f93e8',1,'amrex::FabSetT::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ae1a064318dc76c3d8fe19511fb706bdf',1,'amrex::FabSetT::const_array(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a317cc5bf1f6a571f3e25202c363d10e4',1,'amrex::MultiMask::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::Mask >::const_array()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::BaseFab< PetscInt > >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::CutFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::CutFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a69cbd579804bcf2d56900787806a3361',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::EBCellFlagFab >::const_array(const MFIter &mfi, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab9b3285ee8d8f8d97703a9e997bbd8ec',1,'FabArray< amrex::EBCellFlagFab >::const_array(int K, int start_comp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af1d5ec31ed2b73f391952c5d45660a',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf86ed0530ed660096a54e699b402940',1,'FabArray< amrex::Mask >::const_array(const MFIter &mfi, int start_comp) const noexcept']]], + ['const_5farrays_11867',['const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< AtomicInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'amrex::FabArray::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::BaseFab< PetscInt > >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::CutFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::EBCellFlagFab >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< amrex::Mask >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< FArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< IArrayBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae2c5db543d1317f228503a98b47ed796',1,'FabArray< TagBox >::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a46811f4dbfb739f8bdb85b466e5256b2',1,'amrex::FabSetT::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acd7c79790014731621fb8aa68af655b5',1,'amrex::MultiCutFab::const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#abdb76ca06cc3de8e3378357d115aa723',1,'amrex::MultiMask::const_arrays()']]], + ['const_5fiterator_11868',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a7cd6d82ed51afa51935f0ef5ceacac23',1,'amrex::Neighbors::const_iterator']]], + ['const_5ftable_11869',['const_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a47894641211c75ff39ae19d25f894848',1,'amrex::TableData']]], + ['constexpr_5ffor_11870',['constexpr_for',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa649267e39623753c8193411badeb2',1,'amrex']]], + ['constparticlecpuwrapper_11871',['ConstParticleCPUWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a7dc9babaa7af8414c7879dff605fdbb5',1,'amrex::ConstParticleCPUWrapper']]], + ['constparticleidwrapper_11872',['ConstParticleIDWrapper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a23992ae324f3497aa1cb29dbfbf31f1d',1,'amrex::ConstParticleIDWrapper']]], + ['construct_11873',['construct',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#adb796755df810806e1a03865482fc669',1,'hacc::AlignedAllocator']]], + ['constructareanottotag_11874',['constructAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a6ce272412a601c03330e55de170ea8',1,'amrex::AmrLevel']]], + ['constsoaparticle_11875',['ConstSoAParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ac0344e9916ca697e3e90eebb8e337586',1,'amrex::ConstSoAParticle']]], + ['contains_11876',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'amrex::BaseFab::contains(const BaseFab< T > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'amrex::BaseFab::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< AtomicInt >::contains(const BaseFab< AtomicInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< AtomicInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< char >::contains(const BaseFab< char > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< char >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< EBCellFlag >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a258cd3a2a8c608f7cc0068e0ddd08d3f',1,'amrex::BoxArray::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< HYPRE_Int >::contains(const BaseFab< HYPRE_Int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< HYPRE_Int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< int >::contains(const BaseFab< int > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< int >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< PetscInt >::contains(const BaseFab< PetscInt > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< PetscInt >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a40dca3a0efea6d6ac5e3103e34b1f3e3',1,'BaseFab< Real >::contains(const BaseFab< Real > &fab) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9121f1816f016bc765e3acea392169b8',1,'BaseFab< Real >::contains(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5535d8c27dece816a8ef7bf022777040',1,'amrex::BoxArray::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< Real const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'amrex::Array4::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'amrex::Array4::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'amrex::Array4::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< int const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< int const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< int const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 const >::contains()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< Real const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< Real const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T const >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T const >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T const >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afffb83a576c2e90e22fa03b27057ac49',1,'Array4< T0 >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a677356ea7faf2272063ac1a179d2ec1d',1,'Array4< T0 >::contains(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a93f6be5feb45a3e0cfeb90cd800d906f',1,'Array4< T0 >::contains(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a27b3133e35f0dbae139aebf7769d86b3',1,'amrex::BoxArray::contains(const BoxArray &ba, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a23ba905888437090a2fc1cfd8e578c4d',1,'amrex::BoxArray::contains(const Box &b, bool assume_disjoint_ba=false, const IntVect &ng=IntVect(0)) const']]], + ['contains_11877',['Contains',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ad7149f52ad0ed15f773104fd20d34ff7',1,'BLProfStats::TimeRange']]], + ['contains_11878',['contains',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aecb30e60d8a6a56c7c7233db3ae8d148',1,'amrex::RealBox::contains(const RealBox &rb, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a890b48af91fab2e472657e116656fa73',1,'amrex::RealBox::contains(const RealVect &rv, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a7c3358585c6f290b57884ea0297d373a',1,'amrex::RealBox::contains(XDim3 point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a6e117146678175a0d2be9d40e7873200',1,'amrex::RealBox::contains(const Real *point, Real eps=0.0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a0998fb701a17bbba399ee68049848346',1,'amrex::ParmParse::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'BoxND< AMREX_SPACEDIM >::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'BoxND< AMREX_SPACEDIM >::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'BoxND< AMREX_SPACEDIM >::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42e87e088349e275ea31c8ecaf2db185',1,'amrex::BoxND::contains(const BoxND &b) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad5df5ad153c8fe1d761a2cf8dd4dd1ee',1,'amrex::BoxND::contains(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'amrex::BoxND::contains(const Dim3 &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af53a02aea1a6ee01eab6d9e3f1f2c39a',1,'amrex::BoxND::contains(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxList::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a128dd0ae9ea6a6c9bed4a5af6a77518f',1,'amrex::BoxDomain::contains()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aee97a14e3b75c0c0dea48c607b0dd579',1,'BoxND< AMREX_SPACEDIM >::contains()']]], + ['contains_5finf_11879',['contains_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a967f0fbf0fb2a166a2684f0201259d60',1,'amrex::FArrayBox::contains_inf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08e85daea7a8ba20067cd15af3725cd6',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a47a5806c8cffcf0f40ba72a7af2e8ac7',1,'amrex::MultiFab::contains_inf(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a95abf28111fc5c1a4bfe5f24bf7a6d05',1,'amrex::MultiFab::contains_inf(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a377a77faccd537b045751bcabc616cb5',1,'amrex::FArrayBox::contains_inf(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a230b8eb850e53e63895352fd7bd56f86',1,'amrex::FArrayBox::contains_inf(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afc7bd5e6829479b3bfef8639f9b92b20',1,'amrex::FArrayBox::contains_inf() const noexcept']]], + ['contains_5fnan_11880',['contains_nan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab3973e1dec95800442b4189d6356d3fb',1,'amrex::FArrayBox::contains_nan() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ac4da37536afceab9ccb36e8d858cdbbd',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aca25a0734d90a918f9d2fe881dd87a69',1,'amrex::FArrayBox::contains_nan(IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae5d7c7d7b6df9a24867d84d984d5ca0d',1,'amrex::FArrayBox::contains_nan(const Box &bx, int scomp, int ncomp, IntVect &where) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a77d980f51c794347641c653d5f88aefd',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aed2689ad22160cb7a93e6b26aabd2972',1,'amrex::MultiFab::contains_nan(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4b718093de8d413ed21f372b9f65761f',1,'amrex::MultiFab::contains_nan(bool local=false) const']]], + ['converged_11881',['converged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'amrex::GMRES::converged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4fb6774d3ce31780e21f424a06fd1af3',1,'GMRES< MF, GMRESMLMGT< MF > >::converged()']]], + ['convert_11882',['convert',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b9159591bd7003d44276e822da864d7',1,'amrex::convert(const BoxND< dim > &b, const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6bedbc04acc324ac8d385631276046',1,'amrex::convert(const BoxND< dim > &b, const IndexTypeND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af37f380f72af598af4865070235664c2',1,'amrex::convert(const BoxArray &ba, IndexType typ)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a911442fbfdd591235baf90cac01d9856',1,'amrex::convert(const BoxArray &ba, const IntVect &typ)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'BoxND< AMREX_SPACEDIM >::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'BoxND< AMREX_SPACEDIM >::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a647af24f39610185d72a517601fbcf8c',1,'amrex::BoxND::convert(const IntVectND< dim > &typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6d2dbf26e12047889a1062cd059df639',1,'amrex::BoxND::convert(IndexTypeND< dim > typ) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a533a896b5397ca253658e34bdb05e538',1,'amrex::BoxList::convert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7c550a5e0396c503e3465da2c28f8db9',1,'amrex::BoxArray::convert(Box(*fp)(const Box &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8e396fcc6af0ac6314069413e9815f7c',1,'amrex::BoxArray::convert(const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad830f3b87aaa26bf46f53cc54eed83ce',1,'amrex::BoxArray::convert(IndexType typ)']]], + ['convertfromnativedoubleformat_11883',['convertFromNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a8d3e02daedf046920036514587034b2e',1,'amrex::RealDescriptor']]], + ['convertfromnativefloatformat_11884',['convertFromNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa5b07184bf42f9d39fcaccf6e9ca0fc6',1,'amrex::RealDescriptor']]], + ['convertfromnativeformat_11885',['convertFromNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a91dde50b590073ce6c8154df86c9c281',1,'amrex::RealDescriptor::convertFromNativeFormat(std::ostream &os, Long nitems, const Real *in, const RealDescriptor &od)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a88b7acd8c23099513d5b5c9ce06344f4',1,'amrex::RealDescriptor::convertFromNativeFormat(void *out, Long nitems, const void *in, const RealDescriptor &od)']]], + ['converttonativedoubleformat_11886',['convertToNativeDoubleFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aa83674a91e2dcc69c8fd93d4009b3276',1,'amrex::RealDescriptor']]], + ['converttonativefloatformat_11887',['convertToNativeFloatFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af34959841955d956473b14feca1209cb',1,'amrex::RealDescriptor']]], + ['converttonativeformat_11888',['convertToNativeFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#abe330fc946bd5bbfd5a03087c727f5f3',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, std::istream &is, const RealDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a0f94f4f743da5876bbf8afa6ab1fd613',1,'amrex::RealDescriptor::convertToNativeFormat(Real *out, Long nitems, void *in, const RealDescriptor &id)']]], + ['convexify_11889',['convexify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39248910c4503df29ff96fc63539021d',1,'amrex']]], + ['coord_11890',['Coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a00a5815cf1c7d5f1800f9346a3d100ba',1,'amrex::GeometryData::Coord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2c36af3bfd89e3168d643c45f123cac5',1,'amrex::CoordSys::Coord()']]], + ['coorddir_11891',['coordDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a57676b2fc696de4eba8ab6a6c0d6b29e',1,'amrex::Orientation']]], + ['coordinatorproc_11892',['CoordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad05e5285d1e34ab3e64e20f5e87c32c6',1,'amrex::NFilesIter']]], + ['coordint_11893',['CoordInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a37d58cefcf442aea6b94e824394cde52',1,'amrex::CoordSys']]], + ['coords_5f2d_5fx_11894',['coords_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a06f21182b5e32592f93c162976038c50',1,'hacc::Distribution']]], + ['coords_5f2d_5fy_11895',['coords_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d1fa66f20f95df65ed62b20b3ee8928',1,'hacc::Distribution']]], + ['coords_5f2d_5fz_11896',['coords_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a5e78432b3fe340b9940a4a927ffbff3a',1,'hacc::Distribution']]], + ['coordsys_11897',['CoordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a03474c53ab517d87862ddc487c2cdeab',1,'amrex::AmrData']]], + ['coordsys_11898',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a28107af9fabf97ead17124dbc53b618a',1,'amrex::PlotFileData::coordSys()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a075941bb74ff56716adf843dfb352482',1,'amrex::PlotFileDataImpl::coordSys()']]], + ['copiedfrom_11899',['CopiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a486009717060692894a416dfe2aff1af',1,'amrex::XYPlotDataList']]], + ['copier_11900',['Copier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a3cc2d465c351874fcc0af525c8584ecd',1,'amrex::MPMD::Copier::Copier(bool)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7c6de048dfe0fc745bbd2a4c9ed27979',1,'amrex::MPMD::Copier::Copier(BoxArray const &ba, DistributionMapping const &dm, bool send_ba=false)']]], + ['copy_11901',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::CutFab >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< FArrayBox >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::EBCellFlagFab >::copy(const FabArray< amrex::EBCellFlagFab > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::Mask >::copy(const FabArray< amrex::Mask > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< FArrayBox >::copy(const FabArray< FArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::CutFab >::copy(const FabArray< amrex::CutFab > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< PetscInt > >::copy(const FabArray< amrex::BaseFab< PetscInt > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copy(const FabArray< amrex::BaseFab< HYPRE_Int > > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< amrex::BaseFab< PetscInt > >::copy()']]], + ['copy_11902',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a26c68b445998a0f5d87f9cc19420c4e1',1,'amrex::FabSetT']]], + ['copy_11903',['copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2c1110b22670288daa9e2a01cbb70fbb',1,'amrex::Gpu::copy(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#abea324bd9a4533e4f54614f6a7d410d1',1,'amrex::Gpu::copy(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afb3bc7b25afb38fc8f371f3bc4966483',1,'amrex::Gpu::copy(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept']]], + ['copy_11904',['Copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a449d5cd7d3d778be0440141f9272d6bd',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a094833951f442db9516e0741bd50f6aa',1,'amrex::Copy(FabArray< DFAB > &dst, FabArray< SFAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9d21fed308318e770161ce5f76b4b60f',1,'amrex::MultiMask::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af5fd05a65f284f6e96a1deba5ef423bb',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab70ce65ff46ae21b8cc4e0584fe26ffa',1,'amrex::MultiFab::Copy(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae9c4366e395266f2abdc158290604afb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#aa0111c78830d99c298eb3adae9f7029f',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::Copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a0ad4af39181a230c528e27398980ba5a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#afb9206f65daae6fa0d08e59a51b7ea8a',1,'amrex::iMultiFab::Copy(iMultiFab &dst, const iMultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)']]], + ['copy_11905',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< FArrayBox >']]], + ['copy_11906',['Copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a859e565c8590d0c8dbe88bede09a35d6',1,'amrex::BndryRegisterT']]], + ['copy_11907',['copy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a782cfc237fbff9c3baa8793a6ee988cd',1,'amrex::TableData::copy()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1SymmetricGhost.html#aa8f8f59b8584105f5e5d317b6ac7efe9',1,'amrex::MFUtil::SymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< TagBox >::copy(const FabArray< TagBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< IArrayBox >::copy(const FabArray< IArrayBox > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< char >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< HYPRE_Int >::copy(const BaseFab< HYPRE_Int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< EBCellFlag >::copy(const BaseFab< EBCellFlag > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< char >::copy(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< char >::copy(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< char >::copy(const BaseFab< char > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< char >::copy(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< AtomicInt >::copy(const BaseFab< AtomicInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'amrex::BaseFab::copy(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'amrex::BaseFab::copy(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'amrex::BaseFab::copy(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'amrex::BaseFab::copy(const BaseFab< T > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFUtil_1_1AsymmetricGhost.html#ae14758bcc9f0460aa024c1ca702d24b6',1,'amrex::MFUtil::AsymmetricGhost::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6b28e002648520d4d0349bf94ab3a576',1,'amrex::FabArray::copy(const FabArray< FAB > &src, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0194c55a13a8695b863eec146146335c',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, int src_nghost, int dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a097eb48c84133dcf0c0cb0fa40ca5f50',1,'amrex::FabArray::copy(const FabArray< FAB > &src, int src_comp, int dest_comp, int num_comp, const IntVect &src_nghost, const IntVect &dst_nghost, const Periodicity &period=Periodicity::NonPeriodic(), CpOp op=FabArrayBase::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< HYPRE_Int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a51bceac102ef6fa83de179298fd79d21',1,'amrex::CutFab::copy(const CutFab &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8098a70c5216794093f4c5a2a7031465',1,'amrex::CutFab::copy(const CutFab &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< Real >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a960ecb1ed695a7e13cbc7c3cff3f934a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< Real >::copy(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< Real >::copy(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< PetscInt >::copy(const BaseFab< PetscInt > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a08ef88a8fe68f56114c7a647c04772bd',1,'BaseFab< int >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< Real >::copy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a977d18ce746c0f9cdaa0c30d24dafc38',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &srcbox, int srccomp, const Box &destbox, int destcomp, int numcomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2780bcacf15ff9c08602ddc8fd279434',1,'BaseFab< int >::copy(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6713c5a40c37784163c28eed7db1d3ae',1,'BaseFab< int >::copy(const BaseFab< int > &src, const Box &destbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d461c954f07f4f27315007cd6142897',1,'BaseFab< int >::copy(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['copy_5fdata_11908',['copy_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a4c6f053d91e5d6298255b2730fdc66f6',1,'amrex::SundialsIntegrator::copy_data(const amrex::Vector< amrex::MultiFab > &S_data)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0862a27d637da1ef2c30bb6b10e794fb',1,'amrex::SundialsIntegrator::copy_data(const amrex::MultiFab &S_data)']]], + ['copy_5fdata_5ffrom_5ftasks_11909',['copy_data_from_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad79ddeb1fdd7d6a72546c66728b3ccd8',1,'amrex::ForkJoin']]], + ['copy_5fdata_5fto_5ftasks_11910',['copy_data_to_tasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a76a2bb1b6fb5ffd97b28020531b6f3f6',1,'amrex::ForkJoin']]], + ['copyasync_11911',['copyAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a39c6894dcdb993d9e4455d7d418947b9',1,'amrex::Gpu::copyAsync(HostToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3da569ab08ec568b8e512d91d6259b53',1,'amrex::Gpu::copyAsync(DeviceToDevice, InIter begin, InIter end, OutIter result) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15d5aa9cbac1f2a0ef1f042530760b88',1,'amrex::Gpu::copyAsync(DeviceToHost, InIter begin, InIter end, OutIter result) noexcept']]], + ['copycomtag_11912',['CopyComTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1dae3d0ab480401c6bca671a7b33aeb0',1,'amrex::FabArrayBase::CopyComTag::CopyComTag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae121ffe428388c574820f65530cdd113',1,'amrex::FabArrayBase::CopyComTag::CopyComTag(const Box &db, const Box &sb, int didx, int sidx) noexcept']]], + ['copyfrom_11913',['copyFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8254fd4bee5e9d3453f700f51e62e9e8',1,'amrex::FabSetT::copyFrom(const MF &src, int ngrow, int scomp, int dcomp, int ncomp, const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a2d2f6ad459f54ab22683f32d5b641d75',1,'amrex::FabSetT::copyFrom(const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a1c8fdfc61237f7b6a8d6c040d8daadf2',1,'amrex::BndryRegisterT::copyFrom()']]], + ['copyfrommem_11914',['copyFromMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'amrex::BaseFab::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< AtomicInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a951d15d61f3458c6e25de9d9e401c32c',1,'amrex::CutFab::copyFromMem(const Box &dstbox, int dstcomp, int numcomp, const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#ae785483ff900e3dbef875150b543d755',1,'amrex::CutFab::copyFromMem(const void *src)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< Real >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< PetscInt >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< HYPRE_Int >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< EBCellFlag >::copyFromMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5e3dbb577a99bb74375d2e5cde801529',1,'BaseFab< char >::copyFromMem()']]], + ['copynew_11915',['copyNew',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad67c07eef71baec1306b491e1f02475d',1,'amrex::StateData']]], + ['copynsolvesolution_11916',['copyNSolveSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a38e4c472a2642a55ba84c2c3b42a8015',1,'amrex::MLPoissonT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'amrex::MLLinOpT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#adfd3a48893737214b12ed5e95b17f1e3',1,'amrex::MLABecLaplacianT::copyNSolveSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4b8c0b3d1fd866b3b9a787bdcb056e77',1,'MLLinOpT< Array< MultiFab, 3 > >::copyNSolveSolution()']]], + ['copyold_11917',['copyOld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1c745ccf4e72c085db52b18751ccc25f',1,'amrex::StateData']]], + ['copyparticle_11918',['copyParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af85a1b007332302df4cc844ba1781989',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ConstParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec9c10ce812e9d4a77b12e879f70112d',1,'amrex::copyParticle(const ParticleTileData< T_ParticleType, NAR, NAI > &dst, const ParticleTileData< T_ParticleType, NAR, NAI > &src, int src_i, int dst_i) noexcept']]], + ['copyparticles_11919',['copyParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'amrex::ParticleContainer_impl::copyParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9825bb7c6eea753c2e98f5ce5fe546c4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, F &&f, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a58cf0ef88b46798899920b74f79a4905',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, F &&f, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a009ea64497b4f3e91026470f45af5be0',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a132deb6920535ef64e0f8c9122bfa1b1',1,'amrex::ParticleContainer_impl::copyParticles(const PCType &other, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebeffed6a37edc4d909acc6ab5cbbe83',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c694692aaba3c4e23ab3067eab1ba44',1,'amrex::copyParticles(DstTile &dst, const SrcTile &src) noexcept']]], + ['copyto_11920',['copyTo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< IArrayBox >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< TagBox >::copyTo(TagBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< TagBox >::copyTo(TagBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#af97c472cac5a8e0e90b66f9999d49dca',1,'amrex::FabSetT::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< IArrayBox >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< FArrayBox >::copyTo(FArrayBox &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::Mask >::copyTo(amrex::Mask &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::EBCellFlagFab >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::CutFab >::copyTo(amrex::CutFab &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::copyTo(amrex::BaseFab< HYPRE_Int > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'FabArray< amrex::BaseFab< AtomicInt > >::copyTo(amrex::BaseFab< AtomicInt > &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'amrex::FabArray::copyTo(FAB &dest, int scomp, int dcomp, int ncomp, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9d247d17dd40dc29f57f87556b50b62a',1,'amrex::FabArray::copyTo(FAB &dest, int nghost=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb1c4e9d6b9a2f607e18cc7426bbcef6',1,'FabArray< amrex::BaseFab< PetscInt > >::copyTo()']]], + ['copytohost_11921',['copyToHost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8b192b54f34ecf9a231c4877a5625a6d',1,'amrex::Gpu::AsyncArray::copyToHost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a7b869239107727018d22a622ed29161d',1,'amrex::Gpu::Buffer::copyToHost()']]], + ['copytomem_11922',['copyToMem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< EBCellFlag >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< Real >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< PetscInt >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< HYPRE_Int >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< char >::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'amrex::BaseFab::copyToMem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1e8c677d4f03b86f4a6e1d1caac46b02',1,'BaseFab< AtomicInt >::copyToMem()']]], + ['correctcellvectors_11923',['correctCellVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'amrex::ParticleContainer_impl::correctCellVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6a78df0fb6333e80fe5e85599eb197ef',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::correctCellVectors()']]], + ['correctionresidual_11924',['correctionResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'amrex::MLLinOpT::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6f18465de0228f8ec4609e9e45367e5d',1,'MLLinOpT< Array< MultiFab, 3 > >::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2018b943fdab7019461dc9580b04177c',1,'amrex::MLNodeLinOp::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa1edcbe0e894ecd697d47e504640a162',1,'amrex::MLCurlCurl::correctionResidual()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a51480d2022ad9346d6eb11f3cbfd631a',1,'amrex::MLCellLinOpT::correctionResidual()']]], + ['cospi_11925',['cospi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#ada7d7d19433d7d59ac03689f8b55631d',1,'amrex::Math::cospi(double x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html#adbc23685ea37023206db656ff45973f7',1,'amrex::Math::cospi(float x)']]], + ['count_11926',['count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a934d6ed56619c14db1833d57662fd86b',1,'amrex::ParallelDescriptor::Message']]], + ['countcells_11927',['countCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d87c01c6118a83ca5707b4d0ccd3bc0',1,'amrex::AmrLevel']]], + ['countcells_11928',['CountCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ade8630ef8254e4248a6999521e12ad7c',1,'amrex::AmrMesh']]], + ['countflags_11929',['countFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#ab03ce227854d1babaf5747264c7895a7',1,'particle_detail::countFlags(const Container< int, Allocator > &pflags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a70c1557a3408750fc36e511153e30df9',1,'particle_detail::countFlags(const Vector< std::map< std::pair< int, int >, Container< int, Allocator >>> &particle_io_flags, const PC &pc)']]], + ['countname_11930',['countname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941bdb12544ce537066604b716f8950c',1,'amrex::ParmParse']]], + ['countsnds_11931',['CountSnds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0df509765624d623f31c61fecd40158',1,'amrex']]], + ['countval_11932',['countval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d9a4fda6c8de819a90ba19c327dfe4',1,'amrex::ParmParse']]], + ['cpc_11933',['CPC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a354b679a17210c1815e5313618091e0e',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &dstba, const DistributionMapping &dstdm, const Vector< int > &dstidx, const IntVect &dstng, const BoxArray &srcba, const DistributionMapping &srcdm, const Vector< int > &srcidx, const IntVect &srcng, const Periodicity &period, int myproc)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aa0e09825745457d0931b3c5d1110794b',1,'amrex::FabArrayBase::CPC::CPC(const BoxArray &ba, const IntVect &ng, const DistributionMapping &dstdm, const DistributionMapping &srcdm)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#acd2bded35632a96fc6dd4e5938d624d6',1,'amrex::FabArrayBase::CPC::CPC(const FabArrayBase &dstfa, const IntVect &dstng, const FabArrayBase &srcfa, const IntVect &srcng, const Periodicity &period, bool to_ghost_cells_only=false)']]], + ['cpdist_11934',['cpdist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a4fbd68fb1c6c9cde2d5a6cd8e050c438',1,'amrex::distFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#ac9429e79b55e8f6b054280c924829a94',1,'amrex::LineDistFcnElement2d::cpdist()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a50880c22f1474e901e3440b9a48e8e12',1,'amrex::SplineDistFcnElement2d::cpdist()']]], + ['cpside_11935',['cpside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#adf53d0ff573fc7bb5d59ede162b78efd',1,'amrex::distFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a2f9b947ad192d901f99d0bdd392196bc',1,'amrex::LineDistFcnElement2d::cpside()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a389169c4cebb80cc37e4684f8936931a',1,'amrex::SplineDistFcnElement2d::cpside()']]], + ['cpu_11936',['cpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a5df280179a69dbfb50029f3ab258933f',1,'amrex::SoAParticle::cpu() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4a706effd5056b8aae4f40df9f66e483',1,'amrex::SoAParticle::cpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac2f6878e711406e63dd5ed3a51bf4433',1,'amrex::ParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abddb89433aca18a1eb4c513c44a9c621',1,'amrex::ParticleTile::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ab0e3d47b1fe618f1438aaa2167875b9b',1,'amrex::Particle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'amrex::ConstParticleTileData::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#ad2ca9ec5f12694c504ad479b6f452a62',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a57d9d39ad77372a9567bed4a53d7225c',1,'amrex::ConstSoAParticle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae42faee1dffc3e271f04bebfd70235ce',1,'amrex::Particle::cpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acd6829f21f92c9aba7864a790b9200df',1,'amrex::ParticleTile::cpu()']]], + ['cpubndryfuncfab_11937',['CpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a964dff31b6a52ec87b8e2188f563d138',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#abde0392b9ab8c8e90f020e92d4382fe1',1,'amrex::CpuBndryFuncFab::CpuBndryFuncFab(UserFillBox a_f)']]], + ['crbegin_11938',['crbegin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::BoxND >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< unsigned int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< std::size_t >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int *, DefaultAllocator< int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< index_type >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const ParticleReal * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int *, DefaultAllocator< const int * > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< const int * >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< char >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::XDim3 >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::STLtools::Triangle >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::openbc::MomTag >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::NeighborCode >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crbegin()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a2c68dc479595f1cfeb16dc8c5e3a8c81',1,'amrex::PODVector::crbegin()']]], + ['create_11939',['create',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< amrex::FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ae3d56a71c86dbe880bbf89a7ef19301f',1,'amrex::detail::CutFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'amrex::DefaultFabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'FabFactory< FArrayBox >::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a4e0a2fbf35fdcdd902e490e196f6c114',1,'amrex::FabFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a03f9f76ddc6c878c10de4647b22dd32c',1,'amrex::EBFArrayBoxFactory::create()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#adcada128006a2a097c27cd25a68831f6',1,'DefaultFabFactory< CutFab >::create()']]], + ['create_5falias_11940',['create_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'FabFactory< amrex::FArrayBox >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a1bd32f3a086db8bbe58333cf02e72db9',1,'amrex::FabFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac4523829ea9f97416f054d93c1af91c1',1,'amrex::EBFArrayBoxFactory::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'DefaultFabFactory< CutFab >::create_alias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#ad08ff5875385741fbb51f4acf49b091c',1,'amrex::DefaultFabFactory::create_alias()']]], + ['create_5ftask_5foutput_5fdir_11941',['create_task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad4b77ac1de1547c3903014ba22c0306b',1,'amrex::ForkJoin']]], + ['create_5ftransverse_5fterms_5ffor_5fxface_11942',['create_transverse_terms_for_xface',['../group__EBGodunov.html#ga840e5c3022f313f87524b3f600549b35',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &w_ad, Array4< Real const > const &yzlo, Array4< Real const > const &zylo, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Real &trans_y, Real &trans_z, const Real dy, const Real dz): hydro_ebgodunov_transverse_3D_K.H'],['../group__EBGodunov.html#gad7d46d081056fa40712f58cb0ebe1d84',1,'create_transverse_terms_for_xface(int ic, int j, int k, Array4< Real const > const &v_ad, Array4< Real const > const &yhat, Array4< Real const > const &apy, Array4< Real const > const &fcy, Real &trans_y, const Real dy): hydro_ebgodunov_transverse_2D_K.H']]], + ['create_5ftransverse_5fterms_5ffor_5fyface_11943',['create_transverse_terms_for_yface',['../group__EBGodunov.html#gabe9cd3f0f2f0198aaa5a812d630feef6',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &xhat, Array4< Real const > const &apx, Array4< Real const > const &fcx, Real &trans_x, const Real dx): hydro_ebgodunov_transverse_2D_K.H'],['../group__EBGodunov.html#ga49740796b633d7d29afee8dd23ae3609',1,'create_transverse_terms_for_yface(int i, int jc, int k, Array4< Real const > const &u_ad, Array4< Real const > const &w_ad, Array4< Real const > const &xzlo, Array4< Real const > const &zxlo, Array4< Real const > const &apx, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcz, Real &trans_x, Real &trans_z, const Real dx, const Real dz): hydro_ebgodunov_transverse_3D_K.H']]], + ['create_5ftransverse_5fterms_5ffor_5fzface_11944',['create_transverse_terms_for_zface',['../group__EBGodunov.html#ga89efd1342d00ce90e56403db4a90ba80',1,'hydro_ebgodunov_transverse_3D_K.H']]], + ['createdirectories_11945',['CreateDirectories',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#a7c995a447e27d5ea33bd54090d867373',1,'amrex::FileSystem']]], + ['createdirectoryfailed_11946',['CreateDirectoryFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a894a812531d6362ce4ac5065c3224699',1,'amrex']]], + ['createghostparticles_11947',['CreateGhostParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, AoS &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac293eac92889ceb2e0f481c96e45c6e4',1,'amrex::ParticleContainer_impl::CreateGhostParticles(int level, int ngrow, ParticleTileType &ghosts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad4caa3e50e116c9e6084b2e4b0a7540e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateGhostParticles()']]], + ['createleveldirectory_11948',['CreateLevelDirectory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a962f9d201153832198014fba04698410',1,'amrex::AmrLevel']]], + ['createlike_11949',['CreateLike',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_1MultiFab_00_01T_01_4_01_4_01_4.html#a3351ed5aa40298f6eabb05de52e6290b',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::MultiFab, T > > >::CreateLike()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntegratorOps_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is__same__v_3_01amrex_1_ad28940895bb617a00768ed755461047.html#ae27e81097c4e21079420d757414e33fb',1,'amrex::IntegratorOps< T, std::enable_if_t< std::is_same_v< amrex::Vector< amrex::MultiFab >, T > > >::CreateLike()']]], + ['createvcallstats_11950',['CreateVCallStats',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a27a90e8d35f18f048f53f6af29caaa92',1,'RegionsProfStats']]], + ['createvirtualparticles_11951',['CreateVirtualParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'amrex::ParticleContainer_impl::CreateVirtualParticles(int level, ParticleTileType &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a917817124424c9af523c504d77b48d84',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, AoS &virts) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a05f88343d3f65cdc0489d319f11c42ec',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CreateVirtualParticles(int level, ParticleTileType &virts) const']]], + ['createwritehdf5attrdouble_11952',['CreateWriteHDF5AttrDouble',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8db0da70de1a3125e8b33af200a3db88',1,'amrex']]], + ['createwritehdf5attrint_11953',['CreateWriteHDF5AttrInt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19368a040b960bd1ba5b2f39435e1c07',1,'amrex']]], + ['createwritehdf5attrstring_11954',['CreateWriteHDF5AttrString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf22588c7b0bb6c22716656d04ed0122',1,'amrex']]], + ['crend_11955',['crend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< char >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::XDim3 >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::STLtools::Triangle >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::openbc::MomTag >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::NeighborCode >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::BoxND >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'amrex::PODVector::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int *, DefaultAllocator< const int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< index_type >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< const int * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int *, DefaultAllocator< int * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< int >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal * >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< std::size_t >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::crend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa4c942fc07ff0e247a2857deeaa773ae',1,'PODVector< unsigned int >::crend()']]], + ['crossprod_11956',['CrossProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a63072500ceb751c5d908ebf2edf627e1',1,'amrex::tri_geom_ops']]], + ['crrbetweenlevels_11957',['CRRBetweenLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15ea4e09dbb2ff1919ec42ea7702d5aa',1,'amrex']]], + ['crseadd_11958',['CrseAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab499670f73f11f117350646d2d154867',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aaef7f034b3fd9195583d14f1ea408039',1,'amrex::EdgeFluxRegister::CrseAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4f11b763bb868b4245b5135f02da8217',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac01db2619376c784ccb95918f39d483e',1,'amrex::FluxRegister::CrseAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ab499670f73f11f117350646d2d154867',1,'amrex::YAFluxRegisterT::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7f98a30f8f9bf8eb7d0246311f93ca4c',1,'amrex::YAFluxRegisterT::CrseAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a662851618098fbabf72677bf531522dd',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ada9bc248b9e03653448cfc45f8a668f8',1,'amrex::EBFluxRegister::CrseAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)']]], + ['crsehaswork_11959',['CrseHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5191f9f71d66d51913c859e7835fd3a9',1,'amrex::YAFluxRegisterT']]], + ['crseinit_11960',['CrseInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aec1bb41bffa8b078895f0f75149cdae1',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ac930be53c9ed97f2b650d00d9922d375',1,'amrex::FluxRegister::CrseInit(const MultiFab &mflx, const MultiFab &area, int dir, int srccomp, int destcomp, int numcomp, Real mult=-1.0, FrOp op=FluxRegister::COPY)']]], + ['crselevel_11961',['crseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aef5f291512ba1c3e9208ff5c8216f3ab',1,'amrex::FluxRegister']]], + ['crseratio_11962',['crseRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4c29b9c027bf459bb2d368484e90bb76',1,'amrex::BoxArray']]], + ['cudastream_11963',['cudaStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a659a046032f304e13547b3b633e7c10a',1,'amrex::Gpu::Device']]], + ['cumtime_11964',['cumTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ae1a7de4bbf27289ccab4e3b8364a7c83',1,'amrex::Amr']]], + ['curlevel_11965',['CurLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af0712096e78d8f38eea8c4b2e8251f05',1,'amrex::XYPlotDataList']]], + ['currentdepth_11966',['currentDepth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#acf586bc23e95b60798ffd924f1d31f0c',1,'amrex::MFIter']]], + ['currentnfabarrays_11967',['CurrentNFabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'amrex::FabArrayCopyDescriptor::CurrentNFabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a962f0335521ec14c88c490fd2a434e2e',1,'FabArrayCopyDescriptor< FArrayBox >::CurrentNFabArrays()']]], + ['currentpath_11968',['CurrentPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#aabdade8ca72598b4b02073e1d72c8afe',1,'amrex::FileSystem']]], + ['curtime_11969',['curTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a46807890235430fd9f2e12d422a6321b',1,'amrex::StateData']]], + ['cutfab_11970',['CutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#abf2b1f3132168bbec907d05684db5502',1,'amrex::CutFab::CutFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a56fab88ffa10cfe7c902ed882a04d2a5',1,'amrex::CutFab::CutFab(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a694ee21166c86f5151d045bc0c796f32',1,'amrex::CutFab::CutFab(const Box &b, int n, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a8efd0488e25410a8d717a113f2aa0e67',1,'amrex::CutFab::CutFab(const Box &b, int ncomps, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a7b81f96070810019a32a0179ff0e1c5b',1,'amrex::CutFab::CutFab(CutFab const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a5a5348756ed66ca2581633a44d7a4889',1,'amrex::CutFab::CutFab(CutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a93dfcf381d11cb3367775cbb816763f0',1,'amrex::CutFab::CutFab(const CutFab &)=delete']]], + ['cutfabfactory_11971',['CutFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#a0a50ba4364dedc1acc91cfd0a63efcd9',1,'amrex::detail::CutFabFactory']]], + ['cycle_11972',['cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'amrex::GMRES::cycle()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5e168f959ebe755d10d8833a760169f9',1,'GMRES< MF, GMRESMLMGT< MF > >::cycle()']]], + ['cylinderif_11973',['CylinderIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7f70d143e2569bc9112f4c5f1efcd83d',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, int a_direction, const RealArray &a_center, bool a_inside)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a65cc987a90a62e4c8e29302895bab48c',1,'amrex::EB2::CylinderIF::CylinderIF(Real a_radius, Real a_height, int a_direction, const RealArray &a_center, bool a_inside)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_4.js b/amrex-hydro/Doxygen/html/search/functions_4.js index b19da4d..34731cb 100644 --- a/amrex-hydro/Doxygen/html/search/functions_4.js +++ b/amrex-hydro/Doxygen/html/search/functions_4.js @@ -1,161 +1,161 @@ var searchData= [ - ['d_5fnumpts_11916',['d_numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'amrex::BoxND::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'BoxND< AMREX_SPACEDIM >::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a85a31cf2bd546e2292492cb6c288eb8d',1,'amrex::BoxArray::d_numPts()']]], - ['data_11917',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::BoxND >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::NeighborCode >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::NeighborCode >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::openbc::MomTag >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::openbc::MomTag >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::STLtools::Triangle >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::STLtools::Triangle >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::XDim3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::XDim3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< HYPRE_Int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< RealTuple >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< std::size_t >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< PetscInt >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< PetscInt >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< RealTuple >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::BoxND >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a16717da298c94c764eaa8f309fc1a4aa',1,'amrex::MultiCutFab::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a033e611a5f48e7d975d4e5485d89e742',1,'amrex::MultiCutFab::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aad9ab69804553dea8362074835debb75',1,'amrex::NeighborList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'amrex::PODVector::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'amrex::PODVector::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< unsigned int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< std::size_t >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< unsigned int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a206ec1ef64bc03efcea7eb01a0c8c9e7',1,'amrex::detail::SingleChunkArena::data()']]], - ['data_11918',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a3a7c71fc152cee485f33789b17cfc208',1,'amrex::IParser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#adaa4647da1bb1c2ca10dd948bb6fe43f',1,'amrex::IParser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a2e9b325c1dff6d61148fc39ac8e05be9',1,'amrex::IParser::Data::Data(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ae5a515e4a0f7e957166b9740890d725f',1,'amrex::Parser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac88392e0c4583be81220ff8349b20efe',1,'amrex::Parser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a94d23586af302f978d96c232930c18a6',1,'amrex::Parser::Data::Data(Data &&)=delete']]], - ['data_11919',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int *, DefaultAllocator< int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int *, DefaultAllocator< int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< index_type >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< index_type >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const int *, NArrayInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< bool, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< bool, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const int *, NArrayInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const ParticleReal *, NArrayReal >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const ParticleReal *, NArrayReal >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int *, NAI >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int *, NAI >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a39ed8708f5d1a7c4aaa7a8a792dc13d8',1,'amrex::BoxList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad040e67ea503fa40a83de00851442e40',1,'amrex::ArrayOfStructs::data() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a587a4a10fa11a091d2b57aa50b43f470',1,'amrex::ArrayOfStructs::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7eb7385d681e311fe42ad728f45ed316',1,'amrex::Gpu::AsyncArray::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afe7f9b519cf72113b64dbcd946a75c76',1,'amrex::Gpu::AsyncArray::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac52da52fb6620c12950356fb0ac0aaf7',1,'amrex::BCRec::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a273ad3699cd14ecb14a4bb02e8345bc9',1,'amrex::BCRec::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf15a5bae1a2d1990af066964065fb87',1,'amrex::BoxCommHelper::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a30700e2fa5f70e566d3c6a949d4909c4',1,'amrex::BoxCommHelper::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< GFab >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3f9eee26f225648bbc267b866f01fde',1,'amrex::BoxList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3c1a6f7fdd37b0efeabc75f9f2375a1f',1,'amrex::Gpu::Buffer::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#ab2a42ebf52c9f805e2936c17ffb8297a',1,'amrex::Gpu::Buffer::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< HYPRE_Int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abb8b8662f077d9913f0af282f32ed415',1,'amrex::Geometry::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'amrex::GpuArray::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'amrex::GpuArray::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'amrex::LayoutData::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< BCTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< BCTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< RealTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< RealTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< GFab >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 4 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, 3 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 4 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal *, NAR >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal *, NAR >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'amrex::LayoutData::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, 3 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, nelems >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, nelems >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() noexcept']]], - ['dataallocator_11920',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a37c4b92bbff76372bd67c006198e400f',1,'amrex::DataAllocator::DataAllocator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#ad2f91458d09a1484857061ff235e73bd',1,'amrex::DataAllocator::DataAllocator(Arena *ar) noexcept']]], - ['dataavailable_11921',['DataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'FabArrayCopyDescriptor< FArrayBox >::DataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'amrex::FabArrayCopyDescriptor::DataAvailable()']]], - ['datablock_11922',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#acdf0bce91f878d2b4e02349458bb64b1',1,'CommProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ad4eae73225064e5320cfd7c29b20a06d',1,'CommProfStats::DataBlock::DataBlock(const int p, const long s, const std::string &fn, const long sp, const std::string &pn, const int nn, const int si)'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a83422209e5d067d4a9f8dbce49722689',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#afbaca3dac9e6d63164eae742d64b0aed',1,'RegionsProfStats::DataBlock::DataBlock(int p, long nrss, long nts, const std::string &fn, long sp, int si)']]], - ['databox_11923',['DataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#afce19389f115724f0a3d33b57e668051',1,'amrex::OrderedBoxes']]], - ['datadeleter_11924',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0c074bdebdbc0b35ae381228e005ec55',1,'amrex::DataDeleter::DataDeleter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a2d435760333c6f0326e928c0f9481a24',1,'amrex::DataDeleter::DataDeleter(Arena *ar) noexcept']]], - ['datalog_11925',['DataLog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a782f42d62191f606a77cb1c78ab584a1',1,'amrex::Amr']]], - ['datalogname_11926',['DataLogName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aca89cbab89b2fd482f214b18d8a996f9',1,'amrex::Amr']]], - ['dataprefix_11927',['DataPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac11b2227836fc7582170fbeba06c780a',1,'amrex::ParticleContainerBase']]], - ['dataptr_11928',['dataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::WeightedBox >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::WeightedBox >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MF >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< gpuStream_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< gpuStream_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< double >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< double >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MF >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::NameTagEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::NameTagEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char const * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char const * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Long > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< RT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< RT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Long > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< FAB * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< FAB * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< double > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< double > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::string >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::string >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vertex >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vertex >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< V >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< V >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< T > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< T > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RT >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::ifstream * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::ifstream * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Setbuf_Char_Type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Setbuf_Char_Type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RT >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< ParticleLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< ParticleLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Status >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Status >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Request >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< int, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< int, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::string, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::string, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Request >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< index_type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< index_type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::XDim3 >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::XDim3 >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::openbc::MomTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::openbc::MomTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::NeighborCode >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::NeighborCode >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< std::size_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html#ab19f8a644381f8869c96824baf366c3c',1,'amrex::Gpu::SharedMemory< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html#a462c8819805197bb7c329a8d9773c2ba',1,'amrex::Gpu::SharedMemory< bool >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html#a15f96d78196939452c41efcf8889420c',1,'amrex::Gpu::SharedMemory::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a8866859d71db556f069c2a15af15afa3',1,'amrex::DistributionMapping::RefID::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< unsigned int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< unsigned int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< std::size_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< char >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< char >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< AtomicInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< AtomicInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa86195578a5c33b7a0ff78753f891f1d',1,'amrex::ArrayOfStructs::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac6a5cc33d25868bc7dcceb29def60cfe',1,'amrex::ArrayOfStructs::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< Real const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'amrex::Array4::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< PetscInt >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'amrex::PODVector::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'amrex::PODVector::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ac7995253d4db738ff6283ab41aaf67c8',1,'amrex::Gpu::DeviceScalar::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a3a4fecbe5bb784d58b047fa09d73c504',1,'amrex::Gpu::DeviceScalar::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< Real >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< Real >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< PetscInt >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< PetscInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< PetscInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiMask >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiMask >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IntVectND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IntVectND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IndexTypeND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IndexTypeND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::iMultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::iMultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Geometry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Geometry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html#a3ca19f66c1a29a7b58961655228016c7',1,'amrex::Gpu::SharedMemory< double >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::StateData >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::StateData >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxList >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxArray >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxArray >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BCRec >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BCRec >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html#af63cb8e7547e202d476c57cd5da8ec08',1,'amrex::Gpu::SharedMemory< unsigned short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html#adde9b03b0fc2f8bdfeb8a2e4f47af15d',1,'amrex::Gpu::SharedMemory< unsigned long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html#a08f882518f067c7d3168ca119ee38da3',1,'amrex::Gpu::SharedMemory< unsigned long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html#a4252dceff71117c5b4cd47319a5984d9',1,'amrex::Gpu::SharedMemory< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html#a68a042455ff9934b7ce73c0d3f49ada6',1,'amrex::Gpu::SharedMemory< unsigned char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html#a1264c2471c53840fa6e825ba28978223',1,'amrex::Gpu::SharedMemory< short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html#aca108787de55ebdc311eb28d421a6fd9',1,'amrex::Gpu::SharedMemory< openbc::Moments::array_type >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html#a6498967b3ecefd257bff40a52fe6affb',1,'amrex::Gpu::SharedMemory< long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html#ace849c44029f0051637b1ac9ab1eb28d',1,'amrex::Gpu::SharedMemory< long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html#adf1cbc849f80773f973e946780f42b33',1,'amrex::Gpu::SharedMemory< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html#aeaf677a93736435c1a8cc3f8a6fc55eb',1,'amrex::Gpu::SharedMemory< float >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::STLLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::STLLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::Edge >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxList >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DataServices * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DataServices * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::distFcnElement2d * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::Edge >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DistributionMapping >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DistributionMapping >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::distFcnElement2d * >::dataPtr()']]], - ['dataservices_11929',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aee76201fb4563a074035ec4f24479222',1,'amrex::DataServices::DataServices(const std::string &filename, const Amrvis::FileType &filetype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad9d1ee09b1dd9410a22267c041302e0c',1,'amrex::DataServices::DataServices()']]], - ['datashape_11930',['dataShape',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afc2b7495c6a6dd710c763ae48cd505e1',1,'amrex::ArrayOfStructs']]], - ['datavalue_11931',['dataValue',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a14f5716ceb831c094aabcf9cf8cba989',1,'amrex::Gpu::DeviceScalar']]], - ['deallocate_11932',['deallocate',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad5df7bcf7989386441a7b8fc73a81cc4',1,'hacc::AlignedAllocator::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'amrex::ArenaAllocatorBase::deallocate()']]], - ['deallocate_5fsystem_11933',['deallocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ac07ba8cda253cddee3cab1168ac65694',1,'amrex::Arena']]], - ['deallocaterandomseeddevarray_11934',['DeallocateRandomSeedDevArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abce0125a244f443854b1c4a2709c5990',1,'amrex']]], - ['decomp_5fchol_5fnp10_11935',['decomp_chol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3',1,'amrex']]], - ['decomp_5fchol_5fnp6_11936',['decomp_chol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b',1,'amrex']]], - ['decrementnumberofusers_11937',['DecrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a85a4eb7cb438f3c75d8de3ecd71a70f7',1,'amrex::DataServices']]], - ['deepcopy_11938',['deepCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad5b7a343ec15251dc975d0b6f0570e33',1,'amrex::MultiFab']]], - ['defaultgeometry_11939',['DefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be',1,'amrex']]], - ['defaultgpuseed_11940',['DefaultGpuSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42',1,'amrex::detail']]], - ['defbaselevel_11941',['defBaseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a4f66cb4090303fedb369cee31c171a',1,'amrex::Amr']]], - ['define_11942',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5ef449849f31f17897b4742cd730c646',1,'amrex::MLABecLaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a3965bbfda00c909c6f5b20ed97466876',1,'amrex::MLNodeTensorLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2032ea2a9fd37bb9179bc442d4949514',1,'amrex::MLNodeLinOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2861be841a5f7f2097a70d425808e66e',1,'amrex::MLNodeLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a68d0f9ebe8f7a111fe4ac1df9638cbe9',1,'amrex::MLNodeABecLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'MLLinOpT< Array< MultiFab, 3 > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'amrex::MLLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac6b1462f39aa6a60a2bfd0cd6e687aee',1,'amrex::MLEBTensorOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a9e748bc534997b5de6b2df7295905616',1,'amrex::MLEBNodeFDLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad9cbbeb726fd291955de29aaf12ac38a',1,'amrex::MLEBABecLap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9d94e9fa0d0ed2ebadf1428023d95809',1,'amrex::MLCurlCurl::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aa6df034e49814000ac0304a3579890b6',1,'amrex::MLCellLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acdef494a31a555b648c2eae8cdd8cbb9',1,'amrex::MLCellABecLapT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa597fe7d39f7a3049fefccff91ddb693',1,'amrex::MLCellABecLapT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac0826b3db13ebb9c1df0ab1f4b0f238c',1,'amrex::MLALaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a295b5ec5f403268462a04e18f2fae62f',1,'amrex::MLABecLaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aacc6210e9f4001a55db197a54b97a8ef',1,'amrex::MLPoissonT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ac140887d397e31e0b3e3d827b09a7429',1,'amrex::LUSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< RealTuple >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< HYPRE_Int >::define()']]], - ['define_11943',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['define_11944',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< RealTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< BCTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'amrex::LayoutData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a0adac7662b5c3b8d10a5dbdd162d160a',1,'amrex::PhysBCFunct::define()']]], - ['define_11945',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'amrex::ParticleContainer_impl::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'amrex::ParticleContainer_impl::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define()']]], - ['define_11946',['define',['../classHydro_1_1NodalProjector.html#a38a812c65555815f51370b2a1b63bbda',1,'Hydro::NodalProjector::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a493f364171c018374a110d24f0c9b7c3',1,'amrex::YAFluxRegisterT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a980519b19e7ba7540cafbb896cc92484',1,'amrex::TableData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aad692d209aa517fa028bd98aa14f0b96',1,'amrex::StructOfArrays::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8574181dd052bf94afc4c3d06a5c68b5',1,'amrex::StateDescriptor::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a4e4c8151397754fd5f8dadb6307bb58a',1,'amrex::StateData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a27a5069889bfdf78cc315ce4aa5ca8a3',1,'amrex::FabArrayBase::RB90::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a4360be0f4e9ec5c667242a08008f8fe6',1,'amrex::FabArrayBase::RB180::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a12e01cdb22ecb858691ad5a17517eb62',1,'amrex::FabArrayBase::PolarB::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a177c1fbcdfe190ab489d7fb911028a27',1,'amrex::PhysBCFunct::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< GFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abc7127e222d300082ca177f987d847a5',1,'amrex::ParticleTile::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afefd85941605fff4b4d91bae8a97efa7',1,'amrex::ParticleBufferMap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a47d09b414b7b5b8e369c3b58819676fb',1,'amrex::Parser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af01e6f4fb7c82f61c978d6afc1b20f4e',1,'amrex::OpenBCSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a04dd68813ccdcb5e822955b2ec14e077',1,'amrex::MultiMask::define(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af6ad58f6413f1a7c247f26e74dd7aca3',1,'amrex::MultiMask::define(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a0061e20d36869b0c9fb334c1e9529c70',1,'amrex::EB2::MultiGFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab92b4725094cc3ffaf0b9969a0edc934',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08cbe2b2bf9887d4971bd9270c3aa734',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa7ea55e7f0a58e0f3b37dd08b3a337eb',1,'amrex::MultiCutFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a32da39624352ed60dc69765cd9fa3643',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a4aa37d8953aeb1df96051653df3769c6',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af5f22af920dbd7b546cfac1567b784e8',1,'amrex::MLPoissonT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aafc2526c524b219fe69770bde17fc9af',1,'amrex::EdgeFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af6fb414b612b8563f5ffc4f9bdca7343',1,'amrex::EBFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a368e1c7d60259f1f979299bf15f7c22f',1,'amrex::DistributionMapping::define(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a96e7ada9652464ab1d4b27d7af839c62',1,'amrex::DistributionMapping::define(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13b8da5248f3f1d03708e1b313345847',1,'amrex::DistributionMapping::define(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a8899d4aaf8c5e2d8677a9b09f90e206b',1,'amrex::FabArrayBase::CPC::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7a4a243bcd9c8e5066eddda908833d08',1,'amrex::BoxIterator::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1797dfe4fdb30221d30cef785da8929d',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a9c7208c68ce87b4647f80a2354780d74',1,'amrex::IParser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a55d69deebe4b1ae84fc259bfd4d045f2',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#aac2ef4b2b53e50f002404a507fa667c6',1,'amrex::BndryRegisterT::define(Orientation face, IndexType typ, int in_rad, int out_rad, int extent_rad, int ncomp, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a9f157b615e14c68633617c6e2031d027',1,'amrex::BndryRegisterT::define(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a90495c408f01aebfc13f916272d48c5c',1,'amrex::BndryDataT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< Real >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a50815493c47d22812c0e9e3745e19390',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< HYPRE_Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< EBCellFlag >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< char >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< AtomicInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'amrex::BaseFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad04e340c23c29ecb2782dec327e0a773',1,'amrex::BARef::define(std::istream &is, int &ndims)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad0db0d492add727fe2dbf88391e1c328',1,'amrex::BARef::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a983668be1ab6a935c4bd6bdf22d5c8bb',1,'amrex::BARef::define(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#acc3f91bbfe28d183372eb8befe363972',1,'amrex::BARef::define(const Box &bx)']]], - ['define_11947',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1784a92d18a97247d05bbaae9ba0135b',1,'amrex::ParticleContainerBase::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2d2f5b76392326defb14c8adaee1f1a5',1,'amrex::ParticleContainerBase::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab2d7e2f655c0926dc7856544d9626140',1,'amrex::ParticleContainerBase::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a58cb6f59ee8ed859dce4a4c82b148dab',1,'amrex::ParticleContainerBase::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], - ['define_11948',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1b38d6eb6c35983b8569d5acafad944b',1,'amrex::Geometry::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a68cac01616790e9ee7b31b6473bc2bde',1,'amrex::InterpFaceRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8691489c0a9f57a52b48ad4037c895bb',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a217dd63726c8b7cf00ddb4fda03b8f7e',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'GMRES< MF, GMRESMLMGT< MF > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'amrex::GMRES::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ad86c701f246edc2aef04add188c57da5',1,'amrex::EB2::GFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'amrex::FabArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ac7ce6de2c732fa66a87df91c06c55b92',1,'amrex::Geometry::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ae0f19ac94fa685e649d56cbdec3eebca',1,'amrex::FluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aeca7df8daa048bc04da92efbc06f63d5',1,'amrex::FabSetT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad5c3a8098f8bb8aec61ed6b213340169',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a79b45950358798ae16a0dc928b8ee0ba',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< IArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< FArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'amrex::FabArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< AtomicInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< AtomicInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::CutFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< IArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< FArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::CutFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::EBCellFlagFab >::define()']]], - ['define_5fab_5fcoeffs_11949',['define_ab_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a73c64bfadff728bad13d0f0dcf406ca4',1,'amrex::MLABecLaplacianT']]], - ['define_5fepo_11950',['define_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a53df06970b8cf1cb353ec184bb5422ef',1,'amrex::FabArrayBase::FB']]], - ['define_5ffb_11951',['define_fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a782fbc8576a01acde04fd3e8c6686c4b',1,'amrex::FabArrayBase::FB']]], - ['define_5ffb_5fmetadata_11952',['define_fb_metadata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2099ffa4c81398ed273722ce2ff7b6f3',1,'amrex::FabArrayBase']]], - ['define_5ffine_11953',['define_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'amrex::EB2::GShopLevel::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< STLtools >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< ChkptFile >::define_fine()']]], - ['define_5ffine_5fchkpt_5ffile_11954',['define_fine_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a4cf0e2bc42e8d171751ca78e59f8c82f',1,'amrex::EB2::ChkptFileLevel']]], - ['define_5finnard_11955',['define_innard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a57e2853a78e56b34a4af4547590b1702',1,'amrex::LUSolver']]], - ['define_5fos_11956',['define_os',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a2f92b0b744eb605c14a46ab090c244eb',1,'amrex::FabArrayBase::FB']]], - ['defineandreturnparticletile_11957',['DefineAndReturnParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, const Iterator &iter)']]], - ['defineauxdata_11958',['defineAuxData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95432ea80c81e30e58ffda678f2d926d',1,'amrex::MLCellLinOpT']]], - ['definebc_11959',['defineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3b583520578b832e04ea2baf3ea48917',1,'amrex::MLCellLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'amrex::MLLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'MLLinOpT< Array< MultiFab, 3 > >::defineBC()']]], - ['definebuffermap_11960',['defineBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a23baa2791b5f62a9dd1e7f6c709d4615',1,'amrex::ParticleContainerBase']]], - ['defined_11961',['defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< PetscInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'amrex::FabArray::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'amrex::FabArray::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< TagBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< TagBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< IArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< IArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< FArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< FArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< PetscInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::CutFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::CutFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::EBCellFlagFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::EBCellFlagFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::Mask >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::Mask >::defined(const MFIter &mfi) const noexcept']]], - ['defineextra_11962',['defineExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a440e02d869ba355d0ade05af7dad4748',1,'amrex::EBFluxRegister']]], - ['definefab_11963',['DefineFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acd91c393bc58c4eabbffcd3f8790b74b',1,'amrex::AmrData']]], - ['definegrids_11964',['defineGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'MLLinOpT< Array< MultiFab, 3 > >::defineGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'amrex::MLLinOpT::defineGrids()']]], - ['deletederiveplotvar_11965',['deleteDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1eaf7d49c3fdfa17035d39cf047d5874',1,'amrex::Amr']]], - ['deletederivesmallplotvar_11966',['deleteDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9a6b2ab66182008060baa72d4702f321',1,'amrex::Amr']]], - ['deleter_11967',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#a14473dbba9ee1812b7e99149ab261b7e',1,'amrex::Gpu::Deleter']]], - ['deletestateplotvar_11968',['deleteStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab72037810d96a60c15358d42c780d92e',1,'amrex::Amr']]], - ['deletestream_11969',['DeleteStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6a1a78975e5decf1c7aae4555a240628',1,'amrex::VisMF']]], - ['demangle_11970',['demangle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae',1,'amrex']]], - ['densebiniteratorfactory_11971',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a02de02765bed7f5fbd756501ce1f9625',1,'amrex::DenseBinIteratorFactory']]], - ['depth_11972',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ae8f69b337a650c2a73a3aa33dad35064',1,'amrex::Parser::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a83c2c6f433576ffb3e36dc221fbb230d',1,'amrex::IParser::depth()']]], - ['deregisterarena_11973',['DeregisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af7c89134a317d3c1cb595a236bdaeff0',1,'amrex::TinyProfiler']]], - ['derfunc_11974',['derFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4cc703ca266623995fc8245ddd618ce3',1,'amrex::DeriveRec']]], - ['derfunc3d_11975',['derFunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a186034c4106bb55fd756738441b7837d',1,'amrex::DeriveRec']]], - ['derfuncfab_11976',['derFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afa3147e8805d601735e2dead142e4a2f',1,'amrex::DeriveRec']]], - ['derfuncmf_11977',['derFuncMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4290c1d0e6abe9448df6e449432de5d1',1,'amrex::DeriveRec']]], - ['derive_11978',['derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3d596021574d699fd925b664a9c1bf7c',1,'amrex::Amr::derive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2d67ff78f28ebc3850bda9ca476b7f9c',1,'amrex::AmrLevel::derive(const std::string &name, Real time, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa57cb16059880124adbd17cba52c843d',1,'amrex::AmrLevel::derive(const std::string &name, Real time, MultiFab &mf, int dcomp)']]], - ['derivedname_11979',['DerivedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a2ac6b3210b4469651372ff30444258cd',1,'amrex::XYPlotDataList']]], - ['derivelist_11980',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a49b50b2297d6b5830f4bea151ae7a2de',1,'amrex::DeriveList::DeriveList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a4942c680a576538cc99c9096947c074e',1,'amrex::DeriveList::DeriveList(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae3d1c1aaf168221dbb217d20f23d4868',1,'amrex::DeriveList::DeriveList(const DeriveList &)=delete']]], - ['deriveplotvars_11981',['derivePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b93d8c38cf0e1c1c361f54ed57bf29f',1,'amrex::Amr']]], - ['deriverec_11982',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a157ed197bd5ee4a6dcaf00a8e8e3ae70',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9ac1c9e15b69c791125940159f1a4327',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8207b1569f97d4aa5cf965edc4cbbd76',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adae1ba9bc7bd0af361e8c22cd6a0a84b',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveRec::DeriveBoxMap box_map)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a134ce7d1b7bb7514ee51efa0f359e0b2',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a57fad43f6515ed4ad690c6fc69adc71d',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2d1455e0cc2bc6d97c8c0f3b6e261dea',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa06cbde6d66fbca3356ee4047a1ffdc7',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2eac15474bb984617cc91a27b0285968',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8f3e251a40da8254934ff5e7a30cfc44',1,'amrex::DeriveRec::DeriveRec(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a945183ba64e9317e961f3b43f0308989',1,'amrex::DeriveRec::DeriveRec(DeriveRec const &)=delete']]], - ['derivesmallplotvars_11983',['deriveSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aba45633dfea7697479eb0854d6e697aa',1,'amrex::Amr']]], - ['derivetype_11984',['deriveType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a075d81d0087a3500119f6ec6e69574eb',1,'amrex::DeriveRec']]], - ['descriptor_11985',['descriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7d0d9b72529aed95163ed531d9c7e81',1,'amrex::StateData']]], - ['destcomp_11986',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#aec058b399a7b244f3d848d3c128358fd',1,'amrex::DestComp']]], - ['destroy_11987',['destroy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5d7df6a37fdfcef93d371c3044f424d3',1,'hacc::AlignedAllocator::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'amrex::DefaultFabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'DefaultFabFactory< CutFab >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a25f6eca7dc8d4f2269fec54f5d20f079',1,'amrex::EBFArrayBoxFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'amrex::FabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< amrex::FArrayBox >::destroy()']]], - ['destroy_5fpar_5ffor_5fnblocks_11988',['destroy_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4',1,'amrex::detail']]], - ['determinant_11989',['determinant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a4f37e841ada15630a76680aae4e88eb5',1,'amrex::LUSolver']]], - ['determinesigns_11990',['determineSigns',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a8faf5a6ffdc4ce9947820dca5b901140',1,'amrex::algoim::detail']]], - ['deviceid_11991',['deviceId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa5bf7f476f4a8c0ed917932d2cbdf9a4',1,'amrex::Gpu::Device']]], - ['devicename_11992',['deviceName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a63664c0cdd03b7ebcc475e542c45282d',1,'amrex::Gpu::Device']]], - ['devicepropmajor_11993',['devicePropMajor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aff182b0690355fc54cde1842964fc7db',1,'amrex::Gpu::Device']]], - ['devicepropminor_11994',['devicePropMinor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a53e232320568f93d7c3dece18c9d6807',1,'amrex::Gpu::Device']]], - ['deviceptr_11995',['devicePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a7d9d45224655edf3da07cab63c4389ec',1,'amrex::ReduceData::devicePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1a2f10f97f0ff50897c92cd0a49e292a',1,'amrex::ReduceData::devicePtr(gpuStream_t const &s)']]], - ['deviceptrif_11996',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a62c100df08e599af41127cdac56edd51',1,'amrex::EB2::DevicePtrIF']]], - ['devicereducelogicaland_11997',['deviceReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a18d6ae36f6f894265b771b9d33717041',1,'amrex::Gpu']]], - ['devicereducelogicalor_11998',['deviceReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ad4d778287a96f6d710a69b41027bb9b8',1,'amrex::Gpu']]], - ['devicereducemax_11999',['deviceReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4bca2075ddd39a12c54ef72d6ab6982c',1,'amrex::Gpu']]], - ['devicereducemax_5ffull_12000',['deviceReduceMax_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a611afa3380635b22c50e0c48d1a9e127',1,'amrex::Gpu']]], - ['devicereducemin_12001',['deviceReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afcf7e4c0387e3a7e0552b832fe587303',1,'amrex::Gpu']]], - ['devicereducemin_5ffull_12002',['deviceReduceMin_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af7ce0529fa55b62f17b7ac817c6b720b',1,'amrex::Gpu']]], - ['devicereducesum_12003',['deviceReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae705989f374063902dea01ffbd8bea59',1,'amrex::Gpu']]], - ['devicereducesum_5ffull_12004',['deviceReduceSum_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af20a431607165ffa2cdb5b38b5778177',1,'amrex::Gpu']]], - ['devicescalar_12005',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a22ee1039a5affe922974db84c8753e9e',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#adb2f941325add1703b7369f68060c2bb',1,'amrex::Gpu::DeviceScalar::DeviceScalar(T init_val)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a041e21c03012c74793a6baf0d916e587',1,'amrex::Gpu::DeviceScalar::DeviceScalar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aad0f00e8321544217083503dd9cc0b9c',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar &&)=delete']]], - ['devicesync_12006',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ab80259827235e9ab36d22ae3e6ca9774',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a3df7983ede04a37801dcd7f2ed37f54d',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a56789aad76aef5bd0fc528f7229ea183',1,'amrex::MFIter::DeviceSync::DeviceSync(bool f)']]], - ['devicevendor_12007',['deviceVendor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a756e125c87b0efc96386031d3eae7402',1,'amrex::Gpu::Device']]], - ['dfft_12008',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad7c307b21c4a2f7af800f6fb1d76cd62',1,'hacc::Dfft::Dfft(Distribution &dist, complex_t *forward_output, complex_t *forward_scratch, complex_t *backward_input, complex_t *backward_scratch, unsigned int flags=FFTW_MEASURE)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a78de684b4a4634ef87e4421b8bf26db2',1,'hacc::Dfft::Dfft(Distribution &dist)']]], - ['diagshift_12009',['diagShift',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9',1,'amrex::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'IntVectND< AMREX_SPACEDIM >::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'amrex::IntVectND::diagShift()']]], - ['differenceif_12010',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5934e246e3cb53aa2835bab4b50f1cc3',1,'amrex::EB2::DifferenceIF']]], - ['dim_12011',['dim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a78d40ceae2fb38ee7ca043a081231556',1,'amrex::TableData']]], - ['dim3_12012',['dim3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'IntVectND< AMREX_SPACEDIM >::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'IntVectND< AMREX_SPACEDIM >::dim3() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'amrex::IntVectND::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'amrex::IntVectND::dim3() const noexcept']]], - ['dirname_12013',['DirName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a87ed18b9e628d872b53b55a5b3fed710',1,'amrex::VisMF']]], - ['disabledevicesync_12014',['DisableDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#aed9ddfaaefcb489e81209d64b9f95cb4',1,'amrex::Gpu::StreamItInfo::DisableDeviceSync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aacb603c75ce2df79804828a062a0a1c5',1,'amrex::MFItInfo::DisableDeviceSync()']]], - ['disablefpexcept_12015',['disableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262',1,'amrex']]], - ['dispatch_12016',['Dispatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3d198815ecb3b80907c97384e5752fa7',1,'amrex::DataServices']]], - ['dist_12017',['dist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a2e96b12d786c1a37bdf4b9ea3c5b07f2',1,'amrex::SplineDistFcnElement2d']]], - ['distance2_12018',['Distance2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02',1,'amrex::tri_geom_ops']]], - ['distfcnelement2d_12019',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#ab79277b2525228d30bc8dec1ebb789c4',1,'amrex::distFcnElement2d']]], - ['distribute_12020',['distribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aa47a0fcba1b6084cfc319bf1e64267bb',1,'amrex::Cluster']]], - ['distribution_12021',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2ecffa7567ac7fd381a9516c660f1c46',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a851685f4fd98680160a52b05b0254874',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8f4f9713f602b41d9bf405c0d0743d9f',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aafa1cb9e62443ac3329d94a82309f9c1',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, int const Ndims[], int *rmap, bool debug=false)']]], - ['distributionmap_12022',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7',1,'amrex::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7f0f20e75035bba303139745b047a7be',1,'amrex::EBFArrayBoxFactory::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b',1,'amrex::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a092a134a6f7fd3ba7abb9a0922d08b6d',1,'amrex::BndryRegisterT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a12049e384e7155d62c0064f9bdd42fbc',1,'amrex::AmrParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8008f8edc6ab3099b32c1dc8d8f25c6a',1,'amrex::AmrParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4586c2c2a9ea3418e1a7c8830d6d8c73',1,'amrex::AmrMesh::DistributionMap(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0dfee271ae9f2b00ab0b2ce8abd85d2d',1,'amrex::AmrMesh::DistributionMap(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a900d9137ef4b7f6dedc412b3caecbee9',1,'amrex::AmrMesh::DistributionMap() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d63aa23ccf6091e7af223a9b91569e9',1,'amrex::AmrLevel::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9e7b30efeb63bececf47db9012dcc114',1,'amrex::AmrData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a70d6cbc99c385ce26c48743914bbce42',1,'amrex::PlotFileDataImpl::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abd59469241abaab18e1c2db8b7ceb4ed',1,'amrex::FabArrayBase::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4d7e5f67da4157aff9d446dad8c5271d',1,'amrex::FabSetT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac93ed636c144b7c065bb092b03b0cde7',1,'amrex::EB2::Level::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a47d2e159ed2d66cd78498ea5bea35a17',1,'amrex::MFIter::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a399e380fa767dede8285ab80c9237e77',1,'amrex::MultiCutFab::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9a56afa54c82c81ec0db1992cf1a8d7b',1,'amrex::MultiMask::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a416b527dd5c8e947a91fbfcd0d21a857',1,'amrex::ParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3555956e9bee2362c8afb3587bff855f',1,'amrex::ParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0821e41056b4d6537d641fa5fe099b40',1,'amrex::ParGDBBase::DistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ae10b617dd3bc8255901ecb1957b5e821',1,'amrex::ParGDBBase::DistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0d8ab75fa81879e1ed0f1a08d34ae84f',1,'amrex::PlotFileData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1f08c8bd5682d1afe2031d820e4456f9',1,'amrex::StateData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a555c4b5fe79b1980aa29a54afc36b809',1,'amrex::MPMD::Copier::DistributionMap()']]], - ['distributionmapping_12023',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5b29dfab26c50e7623e9ac1933f4fe27',1,'amrex::DistributionMapping::DistributionMapping() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a46d444147384008abb31507e25a6d191',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a640d5ea0d462f3e133fba13902dbb5fd',1,'amrex::DistributionMapping::DistributionMapping(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abde23cc33667972a2afe218c001d6f70',1,'amrex::DistributionMapping::DistributionMapping(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4dd74437850acae369e8514f7a0b02c2',1,'amrex::DistributionMapping::DistributionMapping(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a703f47c1a88e1f3baa4c3f157b91eaaa',1,'amrex::DistributionMapping::DistributionMapping(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a940ddab8afa610cdbfddc60ce7f5d6c2',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &d1, const DistributionMapping &d2)']]], - ['divide_12024',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< PetscInt >::divide(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< PetscInt >::divide(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad9722d52a2bd88a4c6f5bbe7f71dd747',1,'amrex::iMultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< PetscInt >::divide(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< PetscInt >::divide(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< int >::divide(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< int >::divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< int >::divide(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< int >::divide(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< int >::divide(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< Real >::divide(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< Real >::divide(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< Real >::divide(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< Real >::divide(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< Real >::divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aabde614a5f0cb0b6d2b8aa8b4fe53b7d',1,'amrex::Math::FastDivmodU64::divide()']]], - ['divide_12025',['Divide',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a95225444c8b981eefd0e44bf763dfe19',1,'amrex::Gpu::Atomic']]], - ['divide_12026',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aca202d20f39f94aabb5ffd1581a535f2',1,'amrex::MultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< int >::divide()']]], - ['divide_12027',['Divide',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['divide_12028',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< AtomicInt >']]], - ['divide_12029',['Divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a9aa5acb6b1a4d4701d4d35cc2a21f2c6',1,'amrex::iMultiFab::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa87b51ae98f171c3624b5f6cbdfffac0',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac5e5a2510a046eb1e6567c06c71a55ad',1,'amrex::MultiFab::Divide(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], - ['divide_12030',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'amrex::BaseFab::divide(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'amrex::BaseFab::divide(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'amrex::BaseFab::divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'amrex::BaseFab::divide(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'amrex::BaseFab::divide(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'amrex::BaseFab::divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'amrex::BaseFab::divide(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< AtomicInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< char >::divide(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< char >::divide(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< char >::divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< HYPRE_Int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< char >::divide(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< char >::divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< char >::divide(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< char >::divide(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['divide_5fdevice_12031',['Divide_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a6bd8e274f3c060b8f34e508ca531f527',1,'amrex::Gpu::Atomic']]], - ['divmod_12032',['divmod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a16dc01c31468084384ff41fcff7c2152',1,'amrex::Math::FastDivmodU64']]], - ['dlist_12033',['dlist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a687b60c01f5addf31abee4e0a6510873',1,'amrex::DeriveList']]], - ['do_5fjob_12034',['do_job',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a7ef8784994644d4a4fa8a46205610b2b',1,'amrex::BackgroundThread']]], - ['do_5fmax_12035',['do_max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs) noexcept']]], - ['do_5fmin_12036',['do_min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f) noexcept']]], - ['doagglomeration_12037',['doAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'MLLinOpT< Array< MultiFab, 3 > >::doAgglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'amrex::MLLinOpT::doAgglomeration()']]], - ['doallreduce_12038',['DoAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07',1,'amrex::ParallelDescriptor::detail']]], - ['doconsolidation_12039',['doConsolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'MLLinOpT< Array< MultiFab, 3 > >::doConsolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'amrex::MLLinOpT::doConsolidation()']]], - ['dohandshake_12040',['doHandShake',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944',1,'amrex::doHandShake()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1e6f1a7b8905dec2a13373c091bedc8b',1,'amrex::ParticleCopyPlan::doHandShake(const Vector< Long > &Snds, Vector< Long > &Rcvs) const']]], - ['dohandshakealltoall_12041',['doHandShakeAllToAll',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a410a945342c2a7449729c798a20bc3b0',1,'amrex::ParticleCopyPlan']]], - ['dohandshakeglobal_12042',['doHandShakeGlobal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aed6ce5722cec6f115b481566e50d088c',1,'amrex::ParticleCopyPlan']]], - ['dohandshakelocal_12043',['doHandShakeLocal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87',1,'amrex::doHandShakeLocal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afb1ad83ab8ab56bb98500f418fc2cc42',1,'amrex::ParticleCopyPlan::doHandShakeLocal()']]], - ['doihi_12044',['doiHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a518576afbe32afb8a0501196286dbae1',1,'amrex::BATbndryReg::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a0fd60194fc2b5b2e1f5f7d377908b808',1,'amrex::BATcoarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a276c46d26f6db6df336883ccc6ada8db',1,'amrex::BATindexType::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a404878857e4062b52ad8b0f06ee5db54',1,'amrex::BATindexType_coarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a6a2407605aa54bfbe9ab269a75f3468e',1,'amrex::BATnull::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ac52986aa2fd74bc95cde0b02e2c0e3cd',1,'amrex::BATransformer::doiHi() const noexcept']]], - ['doilo_12045',['doiLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a4a5cde989725fd732d0c5d4359869c86',1,'amrex::BATransformer::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a7285c09a1d6f9dee7aea847d412e7edf',1,'amrex::BATbndryReg::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#abefd760a607993885ee7a89672116eec',1,'amrex::BATcoarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#af9fb7b334dc4037e902f2ce77c7ffee9',1,'amrex::BATindexType::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a353060b217e05d5782a3e230f0f80f1e',1,'amrex::BATindexType_coarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#adbf770a4d1b9218ca9d68249d84e9b36',1,'amrex::BATnull::doiLo()']]], - ['doit_12046',['doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#a43c58d145a800ea3c476b5ad319c158b',1,'amrex::BoxConverter::doit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a3b2dee7384a3427ecb8dc33e76dd0eb1',1,'amrex::InterpolaterBoxCoarsener::doit()']]], - ['domain_12047',['Domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af81c3f65acdb48fa02f25a43b98baee7',1,'amrex::AmrLevel::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a26aca5aed0a35b2075c1311ff2b92988',1,'amrex::FabArrayBase::CFinfo::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a94f4ddb683e381201694d644be7566f1',1,'amrex::Geometry::Domain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a781c6fe9c69aab1b6955f311503888bc',1,'amrex::Geometry::Domain(const Box &bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a78db670074823f2ab6e05b0780d50485',1,'amrex::GeometryData::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a41d52e3a7bfcb2c174c80a6a14ad5e53',1,'amrex::Periodicity::Domain()']]], - ['doreduce_12048',['DoReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce',1,'amrex::ParallelDescriptor::detail']]], - ['dosemicoarsening_12049',['doSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'amrex::MLLinOpT::doSemicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'MLLinOpT< Array< MultiFab, 3 > >::doSemicoarsening()']]], - ['dot_12050',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< PetscInt >']]], - ['dot_12051',['Dot',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7',1,'amrex']]], - ['dot_12052',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< EBCellFlag >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< EBCellFlag >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< HYPRE_Int >::dot(const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< HYPRE_Int >::dot(const BaseFab< HYPRE_Int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< int >::dot(const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< int >::dot(const BaseFab< int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< EBCellFlag >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< PetscInt >::dot(const Box &xbx, int xcomp, const BaseFab< PetscInt > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< PetscInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< PetscInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< Real >::dot(const Box &xbx, int xcomp, const BaseFab< Real > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< Real >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< Real >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< Real >::dot(const BaseFab< Real > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< EBCellFlag >::dot()']]], - ['dot_12053',['Dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5397e3c5e4cbb69279db604d3f1f2a60',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a87437456f64f8610e6d34d17929fdb4f',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a115acdf454f3e0732ee54de9d5ff2057',1,'amrex::MultiFab::Dot(const iMultiFab &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)']]], - ['dot_12054',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'amrex::BaseFab::dot(const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'amrex::BaseFab::dot(const BaseFab< T > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'amrex::BaseFab::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'amrex::BaseFab::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< AtomicInt >::dot(const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< AtomicInt >::dot(const BaseFab< AtomicInt > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< AtomicInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< AtomicInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< char >::dot(const Box &xbx, int xcomp, const BaseFab< char > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< char >::dot(const BaseFab< char > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< char >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< char >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept']]], - ['doteamreduce_12055',['doTeamReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6a675ddfa6ba286e367461bdca0de992',1,'amrex::ParallelDescriptor']]], - ['dotmask_12056',['dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'amrex::BaseFab::dotmask(const BaseFab< T > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'amrex::BaseFab::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< Real >::dotmask(const BaseFab< Real > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< Real >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< Real > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< PetscInt >::dotmask(const BaseFab< PetscInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< PetscInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< PetscInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< int >::dotmask(const BaseFab< int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< HYPRE_Int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< EBCellFlag > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< AtomicInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept']]], - ['dotprod_12057',['DotProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465',1,'amrex::tri_geom_ops']]], - ['dotproduct_12058',['dotProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3784c11ec581a1ab5edb0e2d2308e86f',1,'amrex::GMRESMLMGT::dotProduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept']]], - ['dotxy_12059',['dotxy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0763a66aaeb9436c92418c9438af1348',1,'amrex::MLCGSolverT']]], - ['doupdate_12060',['doUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#adb5a0dd2bc78011f72b1c9881139094b',1,'amrex::InSituBridge']]], - ['dtlevel_12061',['dtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf57ca7f26b3f1bf6c5af3e1e2c4d66',1,'amrex::Amr::dtLevel(int level) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a904343b1efe2ff873b545c80a69e58e8',1,'amrex::Amr::dtLevel() const noexcept']]], - ['dtmin_12062',['dtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ace23e3b0cd924344014b8b5451d7c359',1,'amrex::Amr']]], - ['dtod_5fmemcpy_12063',['dtod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab695bddeb3cc727225d95a1826472ae4',1,'amrex::Gpu']]], - ['dtod_5fmemcpy_5fasync_12064',['dtod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a00026ef5f8505586ed52acbbc11fdf91',1,'amrex::Gpu']]], - ['dtoh_5fmemcpy_12065',['dtoh_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa443a27f05e81db793b131d3fc0b101c',1,'amrex::Gpu::dtoh_memcpy(void *p_h, const void *p_d, const std::size_t sz) noexcept']]], - ['dtoh_5fmemcpy_5fasync_12066',['dtoh_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6cb0d90b937d4749b2219ad0e9fa8277',1,'amrex::Gpu']]], - ['dumpnames_12067',['dumpNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af8ba2875788e8e7b91f4b3fa77063b19',1,'amrex::StateDescriptor']]], - ['dumpslice_12068',['DumpSlice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a8c427a00d85a1895247f6e0aa0c60aa2',1,'amrex::DataServices::DumpSlice(const Box &slicebox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ae28327a41bb34ffad052eecb96f05f00',1,'amrex::DataServices::DumpSlice(const Box &slicebox, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3e0c29efb7a3629a66a7f41a8c5d491c',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19cde97e63c0537fa272e4c22ad51c1d',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum, const std::string &varname)']]], - ['dumptable_12069',['dumpTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad5376a2e65027c356b38efbef3180c28',1,'amrex::ParmParse']]], - ['duplicate_12070',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9b34553675e4bbe3e7e6108780d34975',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a69b29ecaacdc25da8869a005da585ef2',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, const Periodicity &periodicity)']]], - ['dxbydt_12071',['dxbydt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#aa2f966fab2d0ee8cfc12ea3d5260fe99',1,'amrex::SplineDistFcnElement2d']]], - ['dxlevel_12072',['DxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6a60af608e73c830bde3bf1b312d1df5',1,'amrex::AmrData']]], - ['dynamictiling_12073',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#a9b6c938ca6b52d48ecf4baba551ecc64',1,'amrex::DynamicTiling']]] + ['d_5fnumpts_11974',['d_numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'amrex::BoxND::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a3df89d93218a05be7e4e0f175512dea9',1,'BoxND< AMREX_SPACEDIM >::d_numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a85a31cf2bd546e2292492cb6c288eb8d',1,'amrex::BoxArray::d_numPts()']]], + ['data_11975',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::BoxND >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::NeighborCode >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::NeighborCode >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::openbc::MomTag >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::openbc::MomTag >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::STLtools::Triangle >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::STLtools::Triangle >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::XDim3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::XDim3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< HYPRE_Int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< RealTuple >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< std::size_t >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< Int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< Int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< PetscInt >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< PetscInt >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< RealTuple >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::BoxND >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a16717da298c94c764eaa8f309fc1a4aa',1,'amrex::MultiCutFab::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a033e611a5f48e7d975d4e5485d89e742',1,'amrex::MultiCutFab::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aad9ab69804553dea8362074835debb75',1,'amrex::NeighborList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'amrex::PODVector::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'amrex::PODVector::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< unsigned int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< std::size_t >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< unsigned int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< ParticleReal * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a206ec1ef64bc03efcea7eb01a0c8c9e7',1,'amrex::detail::SingleChunkArena::data()']]], + ['data_11976',['Data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a3a7c71fc152cee485f33789b17cfc208',1,'amrex::IParser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#adaa4647da1bb1c2ca10dd948bb6fe43f',1,'amrex::IParser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a2e9b325c1dff6d61148fc39ac8e05be9',1,'amrex::IParser::Data::Data(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ae5a515e4a0f7e957166b9740890d725f',1,'amrex::Parser::Data::Data()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac88392e0c4583be81220ff8349b20efe',1,'amrex::Parser::Data::Data(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a94d23586af302f978d96c232930c18a6',1,'amrex::Parser::Data::Data(Data &&)=delete']]], + ['data_11977',['data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< ParticleReal * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int *, DefaultAllocator< int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int *, DefaultAllocator< int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< int * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< int * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< index_type >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< index_type >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const ParticleReal * >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const ParticleReal * >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a7915ebc269c31e0ca4dd52ea91b782ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a52a678e008fab2346394fcad18bc90c4',1,'PODVector< const int *, DefaultAllocator< const int * > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const int *, NArrayInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< amrex::EB2::PolyTerm, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< bool, N >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< bool, N >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const int *, NArrayInt >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< amrex::algoim::Interval, N >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< const ParticleReal *, NArrayReal >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< const ParticleReal *, NArrayReal >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int *, NAI >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int *, NAI >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 2 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 3 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 3 >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a39ed8708f5d1a7c4aaa7a8a792dc13d8',1,'amrex::BoxList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad040e67ea503fa40a83de00851442e40',1,'amrex::ArrayOfStructs::data() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a587a4a10fa11a091d2b57aa50b43f470',1,'amrex::ArrayOfStructs::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a7eb7385d681e311fe42ad728f45ed316',1,'amrex::Gpu::AsyncArray::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#afe7f9b519cf72113b64dbcd946a75c76',1,'amrex::Gpu::AsyncArray::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac52da52fb6620c12950356fb0ac0aaf7',1,'amrex::BCRec::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a273ad3699cd14ecb14a4bb02e8345bc9',1,'amrex::BCRec::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf15a5bae1a2d1990af066964065fb87',1,'amrex::BoxCommHelper::data() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a30700e2fa5f70e566d3c6a949d4909c4',1,'amrex::BoxCommHelper::data() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< GFab >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3f9eee26f225648bbc267b866f01fde',1,'amrex::BoxList::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3c1a6f7fdd37b0efeabc75f9f2375a1f',1,'amrex::Gpu::Buffer::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#ab2a42ebf52c9f805e2936c17ffb8297a',1,'amrex::Gpu::Buffer::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< HYPRE_Int >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abb8b8662f077d9913f0af282f32ed415',1,'amrex::Geometry::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'amrex::GpuArray::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'amrex::GpuArray::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'amrex::LayoutData::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::PODVector< Int > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::PODVector< Int > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< BCTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< BCTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< amrex::Vector< RealTuple > >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9dc161134db24919f00228efba14485c',1,'LayoutData< amrex::Vector< RealTuple > >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'LayoutData< GFab >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, 4 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, 3 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, 4 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal *, NAR >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal *, NAR >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a418b730130235538273ec0716967e4a7',1,'amrex::LayoutData::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, 3 >::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, AMREX_SPACEDIM >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, AMREX_SPACEDIM >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real, nelems >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real, nelems >::data() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a5c60b920d8ed00176051d7625b9d284b',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a681262551470d501f1469b8d5a9b4003',1,'GpuArray< Real,(M+2) *(M+1)/2 >::data() noexcept']]], + ['dataallocator_11978',['DataAllocator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a37c4b92bbff76372bd67c006198e400f',1,'amrex::DataAllocator::DataAllocator() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#ad2f91458d09a1484857061ff235e73bd',1,'amrex::DataAllocator::DataAllocator(Arena *ar) noexcept']]], + ['dataavailable_11979',['DataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'FabArrayCopyDescriptor< FArrayBox >::DataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#aae1f0cface9be0243b35ef7b2fd98653',1,'amrex::FabArrayCopyDescriptor::DataAvailable()']]], + ['datablock_11980',['DataBlock',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#acdf0bce91f878d2b4e02349458bb64b1',1,'CommProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ad4eae73225064e5320cfd7c29b20a06d',1,'CommProfStats::DataBlock::DataBlock(const int p, const long s, const std::string &fn, const long sp, const std::string &pn, const int nn, const int si)'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a83422209e5d067d4a9f8dbce49722689',1,'RegionsProfStats::DataBlock::DataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#afbaca3dac9e6d63164eae742d64b0aed',1,'RegionsProfStats::DataBlock::DataBlock(int p, long nrss, long nts, const std::string &fn, long sp, int si)']]], + ['databox_11981',['DataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#afce19389f115724f0a3d33b57e668051',1,'amrex::OrderedBoxes']]], + ['datadeleter_11982',['DataDeleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0c074bdebdbc0b35ae381228e005ec55',1,'amrex::DataDeleter::DataDeleter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a2d435760333c6f0326e928c0f9481a24',1,'amrex::DataDeleter::DataDeleter(Arena *ar) noexcept']]], + ['datalog_11983',['DataLog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a782f42d62191f606a77cb1c78ab584a1',1,'amrex::Amr']]], + ['datalogname_11984',['DataLogName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aca89cbab89b2fd482f214b18d8a996f9',1,'amrex::Amr']]], + ['dataprefix_11985',['DataPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac11b2227836fc7582170fbeba06c780a',1,'amrex::ParticleContainerBase']]], + ['dataptr_11986',['dataPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Array< Real, AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< BLProfStats::BLPDataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::YAFluxRegisterT< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::WeightedBox >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::WeightedBox >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::VisMF::FabOnDisk >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::vector< bool > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MF >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Long >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Long >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< gpuStream_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< gpuStream_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< double >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< double >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MF >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::ReductionEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::NameTagEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::NameTagEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< CommProfStats::BarrierEntry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< char const * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< char const * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::VisMF * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< int > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Long > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< RT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< RT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< MF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< MF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Long > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< FAB * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< FAB * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< double > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< double > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::string >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::string >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::size_t >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::size_t >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< MF > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vertex >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vertex >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Vector< MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Vector< MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< V >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< V >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< T > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< T > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< std::fstream > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::VisMF > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::unique_ptr< amrex::MultiFab > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RT >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< BLProfStats::TimeRange > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::ifstream * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::ifstream * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Setbuf_Char_Type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Setbuf_Char_Type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RT >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< RegionsProfStats::DataBlock >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< ParticleLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< ParticleLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Status >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Status >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< MPI_Request >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< void *, amrex::Arena * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::pair< int, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::pair< int, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::string, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::string, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< MPI_Request >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, ParticleTile > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, IntVector > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< std::map< int, amrex::PODVector< int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< index_type >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< index_type >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int *, DefaultAllocator< const int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< const int * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< const int * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< char >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< char >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::XDim3 >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::XDim3 >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::STLtools::Triangle >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::openbc::MomTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::openbc::MomTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::NeighborCode >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::NeighborCode >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< std::size_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01char_01_4.html#ab19f8a644381f8869c96824baf366c3c',1,'amrex::Gpu::SharedMemory< char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01bool_01_4.html#a462c8819805197bb7c329a8d9773c2ba',1,'amrex::Gpu::SharedMemory< bool >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory.html#a15f96d78196939452c41efcf8889420c',1,'amrex::Gpu::SharedMemory::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a8866859d71db556f069c2a15af15afa3',1,'amrex::DistributionMapping::RefID::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a42fb3dffe08753e7c65790ffca5d9124',1,'amrex::RealVect::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ade2f2eb10ca0655878ddb552c36208fc',1,'amrex::RealVect::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< unsigned int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< unsigned int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< std::size_t >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< ParticleReal * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< ParticleReal * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< int *, DefaultAllocator< int * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< EBCellFlag >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< char >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< char >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< char >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< AtomicInt >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< AtomicInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< AtomicInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'amrex::BaseFab::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'amrex::BaseFab::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa86195578a5c33b7a0ff78753f891f1d',1,'amrex::ArrayOfStructs::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ac6a5cc33d25868bc7dcceb29def60cfe',1,'amrex::ArrayOfStructs::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T0 >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< T const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< Real const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int const >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'Array4< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a92996beac4532d45d7ac4be41b1ff439',1,'amrex::Array4::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::MultiFab * > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< PetscInt >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae1c2484fecf96587fdb95ba7fffc55ad',1,'amrex::PODVector::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aed3e37de016bb3a5bdeef31fe0f8b4e0',1,'amrex::PODVector::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#ac7995253d4db738ff6283ab41aaf67c8',1,'amrex::Gpu::DeviceScalar::dataPtr() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a3a4fecbe5bb784d58b047fa09d73c504',1,'amrex::Gpu::DeviceScalar::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< Real >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< Real >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< Real >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< PetscInt >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< PetscInt >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< PetscInt >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af77c50de9cd0e8ec9dbdce27abfa1da4',1,'BaseFab< HYPRE_Int >::dataPtr(const IntVect &p, int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a94be04911ba375a16941883fe1c1d247',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5c99c1592a80ba46ab6faf9929773f8d',1,'BaseFab< HYPRE_Int >::dataPtr(int n=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a118fb28186b8af61473a0013e2499484',1,'BaseFab< EBCellFlag >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< amrex::IntVectND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ParticleLocator< Bins > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiMask >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiMask >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::MultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::MultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< int > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::LayoutData< HYPRE_Int > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IntVectND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IntVectND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::IndexTypeND >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::IndexTypeND >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::iMultiFab >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::iMultiFab >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Geometry >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Geometry >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01double_01_4.html#a3ca19f66c1a29a7b58961655228016c7',1,'amrex::Gpu::SharedMemory< double >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::iMultiFab > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::Geometry > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::FabArrayId > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxND > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::InterpBase * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BoxArray > >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::StateData >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::StateData >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::Real >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::Real >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< std::size_t > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::PODVector< Real > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::PODVector< Real > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxList >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxArray >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxArray >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::RStartStop >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BLProfiler::CallStats >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BCRec >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BCRec >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'amrex::Vector::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BLProfiler::CommStats >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01short_01_4.html#af63cb8e7547e202d476c57cd5da8ec08',1,'amrex::Gpu::SharedMemory< unsigned short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01long_01_4.html#adde9b03b0fc2f8bdfeb8a2e4f47af15d',1,'amrex::Gpu::SharedMemory< unsigned long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01long_01_4.html#a08f882518f067c7d3168ca119ee38da3',1,'amrex::Gpu::SharedMemory< unsigned long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01int_01_4.html#a4252dceff71117c5b4cd47319a5984d9',1,'amrex::Gpu::SharedMemory< unsigned int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01unsigned_01char_01_4.html#a68a042455ff9934b7ce73c0d3f49ada6',1,'amrex::Gpu::SharedMemory< unsigned char >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01short_01_4.html#a1264c2471c53840fa6e825ba28978223',1,'amrex::Gpu::SharedMemory< short >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01openbc_1_1Moments_1_1array__type_01_4.html#aca108787de55ebdc311eb28d421a6fd9',1,'amrex::Gpu::SharedMemory< openbc::Moments::array_type >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01long_01_4.html#a6498967b3ecefd257bff40a52fe6affb',1,'amrex::Gpu::SharedMemory< long long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01long_01_4.html#ace849c44029f0051637b1ac9ab1eb28d',1,'amrex::Gpu::SharedMemory< long >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01int_01_4.html#adf1cbc849f80773f973e946780f42b33',1,'amrex::Gpu::SharedMemory< int >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SharedMemory_3_01float_01_4.html#aeaf677a93736435c1a8cc3f8a6fc55eb',1,'amrex::Gpu::SharedMemory< float >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::MFFork >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::ForkJoin::ComponentSet >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::STLLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::STLLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::PolyTerm >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::GShopLevel< G > >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::Edge >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxList >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::BoxND >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DataServices * >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DataServices * >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::distFcnElement2d * >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::Edge >::dataPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::DistributionMapping >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::DistributionMapping >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#ab7e27d7251f3583037eee2d3333f53dd',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::EB2::ChkptFileLevel >::dataPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a417a1c35af1defbc46ec92e7c9eee93f',1,'Vector< amrex::distFcnElement2d * >::dataPtr()']]], + ['dataservices_11987',['DataServices',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aee76201fb4563a074035ec4f24479222',1,'amrex::DataServices::DataServices(const std::string &filename, const Amrvis::FileType &filetype)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad9d1ee09b1dd9410a22267c041302e0c',1,'amrex::DataServices::DataServices()']]], + ['datashape_11988',['dataShape',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#afc2b7495c6a6dd710c763ae48cd505e1',1,'amrex::ArrayOfStructs']]], + ['datavalue_11989',['dataValue',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a14f5716ceb831c094aabcf9cf8cba989',1,'amrex::Gpu::DeviceScalar']]], + ['deallocate_11990',['deallocate',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad5df7bcf7989386441a7b8fc73a81cc4',1,'hacc::AlignedAllocator::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'ArenaAllocatorBase< T, ArenaWrapper >::deallocate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#aff48c37eec55fef7a4e4013dd98cb1bc',1,'amrex::ArenaAllocatorBase::deallocate()']]], + ['deallocate_5fsystem_11991',['deallocate_system',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ac07ba8cda253cddee3cab1168ac65694',1,'amrex::Arena']]], + ['deallocaterandomseeddevarray_11992',['DeallocateRandomSeedDevArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abce0125a244f443854b1c4a2709c5990',1,'amrex']]], + ['decomp_5fchol_5fnp10_11993',['decomp_chol_np10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8df67014fdc9e1eaa206102b115bfd3',1,'amrex']]], + ['decomp_5fchol_5fnp6_11994',['decomp_chol_np6',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32d409e89c5f589f2e729130898b6d8b',1,'amrex']]], + ['decrementnumberofusers_11995',['DecrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a85a4eb7cb438f3c75d8de3ecd71a70f7',1,'amrex::DataServices']]], + ['deepcopy_11996',['deepCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad5b7a343ec15251dc975d0b6f0570e33',1,'amrex::MultiFab']]], + ['defaultgeometry_11997',['DefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7e4e52bb38ce342af7e2edf41293be',1,'amrex']]], + ['defaultgpuseed_11998',['DefaultGpuSeed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afd0b9d029d68b514e004d7c4fccfbe42',1,'amrex::detail']]], + ['defbaselevel_11999',['defBaseLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5a4f66cb4090303fedb369cee31c171a',1,'amrex::Amr']]], + ['define_12000',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5ef449849f31f17897b4742cd730c646',1,'amrex::MLABecLaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a3965bbfda00c909c6f5b20ed97466876',1,'amrex::MLNodeTensorLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2032ea2a9fd37bb9179bc442d4949514',1,'amrex::MLNodeLinOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2861be841a5f7f2097a70d425808e66e',1,'amrex::MLNodeLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a68d0f9ebe8f7a111fe4ac1df9638cbe9',1,'amrex::MLNodeABecLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'MLLinOpT< Array< MultiFab, 3 > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abe69b9ebe0a04b3da502ac8606871680',1,'amrex::MLLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac6b1462f39aa6a60a2bfd0cd6e687aee',1,'amrex::MLEBTensorOp::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a9e748bc534997b5de6b2df7295905616',1,'amrex::MLEBNodeFDLaplacian::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad9cbbeb726fd291955de29aaf12ac38a',1,'amrex::MLEBABecLap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9d94e9fa0d0ed2ebadf1428023d95809',1,'amrex::MLCurlCurl::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aa6df034e49814000ac0304a3579890b6',1,'amrex::MLCellLinOpT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#acdef494a31a555b648c2eae8cdd8cbb9',1,'amrex::MLCellABecLapT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa597fe7d39f7a3049fefccff91ddb693',1,'amrex::MLCellABecLapT::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac0826b3db13ebb9c1df0ab1f4b0f238c',1,'amrex::MLALaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a295b5ec5f403268462a04e18f2fae62f',1,'amrex::MLABecLaplacianT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aacc6210e9f4001a55db197a54b97a8ef',1,'amrex::MLPoissonT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ac140887d397e31e0b3e3d827b09a7429',1,'amrex::LUSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< RealTuple >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< HYPRE_Int >::define()']]], + ['define_12001',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], + ['define_12002',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< RealTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< BCTuple > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'amrex::LayoutData::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a0adac7662b5c3b8d10a5dbdd162d160a',1,'amrex::PhysBCFunct::define()']]], + ['define_12003',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'amrex::ParticleContainer_impl::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a580c70def9c72011c57ef1b0cec64376',1,'amrex::ParticleContainer_impl::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'amrex::ParticleContainer_impl::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acaf325141f257a6747887448a2d50094',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define()']]], + ['define_12004',['define',['../classHydro_1_1NodalProjector.html#a38a812c65555815f51370b2a1b63bbda',1,'Hydro::NodalProjector::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a493f364171c018374a110d24f0c9b7c3',1,'amrex::YAFluxRegisterT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a980519b19e7ba7540cafbb896cc92484',1,'amrex::TableData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aad692d209aa517fa028bd98aa14f0b96',1,'amrex::StructOfArrays::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8574181dd052bf94afc4c3d06a5c68b5',1,'amrex::StateDescriptor::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a4e4c8151397754fd5f8dadb6307bb58a',1,'amrex::StateData::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a27a5069889bfdf78cc315ce4aa5ca8a3',1,'amrex::FabArrayBase::RB90::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a4360be0f4e9ec5c667242a08008f8fe6',1,'amrex::FabArrayBase::RB180::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a12e01cdb22ecb858691ad5a17517eb62',1,'amrex::FabArrayBase::PolarB::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a177c1fbcdfe190ab489d7fb911028a27',1,'amrex::PhysBCFunct::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ab2c16d427664cbb04b36d69463eaf1e2',1,'LayoutData< GFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abc7127e222d300082ca177f987d847a5',1,'amrex::ParticleTile::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#afefd85941605fff4b4d91bae8a97efa7',1,'amrex::ParticleBufferMap::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a47d09b414b7b5b8e369c3b58819676fb',1,'amrex::Parser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af01e6f4fb7c82f61c978d6afc1b20f4e',1,'amrex::OpenBCSolver::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a04dd68813ccdcb5e822955b2ec14e077',1,'amrex::MultiMask::define(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af6ad58f6413f1a7c247f26e74dd7aca3',1,'amrex::MultiMask::define(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a0061e20d36869b0c9fb334c1e9529c70',1,'amrex::EB2::MultiGFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab92b4725094cc3ffaf0b9969a0edc934',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a08cbe2b2bf9887d4971bd9270c3aa734',1,'amrex::MultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa7ea55e7f0a58e0f3b37dd08b3a337eb',1,'amrex::MultiCutFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a1042d4cd1351ac30f6584b8fcc454b8b',1,'amrex::NonLocalBC::MultiBlockCommMetaData::define(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a32da39624352ed60dc69765cd9fa3643',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a4aa37d8953aeb1df96051653df3769c6',1,'amrex::MLTensorOp::define(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af5f22af920dbd7b546cfac1567b784e8',1,'amrex::MLPoissonT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#aafc2526c524b219fe69770bde17fc9af',1,'amrex::EdgeFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af6fb414b612b8563f5ffc4f9bdca7343',1,'amrex::EBFluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a368e1c7d60259f1f979299bf15f7c22f',1,'amrex::DistributionMapping::define(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a96e7ada9652464ab1d4b27d7af839c62',1,'amrex::DistributionMapping::define(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a13b8da5248f3f1d03708e1b313345847',1,'amrex::DistributionMapping::define(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a8899d4aaf8c5e2d8677a9b09f90e206b',1,'amrex::FabArrayBase::CPC::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7a4a243bcd9c8e5066eddda908833d08',1,'amrex::BoxIterator::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1797dfe4fdb30221d30cef785da8929d',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a9c7208c68ce87b4647f80a2354780d74',1,'amrex::IParser::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a55d69deebe4b1ae84fc259bfd4d045f2',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#aac2ef4b2b53e50f002404a507fa667c6',1,'amrex::BndryRegisterT::define(Orientation face, IndexType typ, int in_rad, int out_rad, int extent_rad, int ncomp, const DistributionMapping &dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a9f157b615e14c68633617c6e2031d027',1,'amrex::BndryRegisterT::define(const BoxArray &grids_, const DistributionMapping &dmap, int in_rad, int out_rad, int extent_rad, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a90495c408f01aebfc13f916272d48c5c',1,'amrex::BndryDataT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< Real >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< PetscInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a50815493c47d22812c0e9e3745e19390',1,'amrex::BoxArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< HYPRE_Int >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< EBCellFlag >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< char >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'BaseFab< AtomicInt >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a35dc22f1d61f4fb05ab75ae93f683d14',1,'amrex::BaseFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad04e340c23c29ecb2782dec327e0a773',1,'amrex::BARef::define(std::istream &is, int &ndims)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ad0db0d492add727fe2dbf88391e1c328',1,'amrex::BARef::define(BoxList &&bl) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a983668be1ab6a935c4bd6bdf22d5c8bb',1,'amrex::BARef::define(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#acc3f91bbfe28d183372eb8befe363972',1,'amrex::BARef::define(const Box &bx)']]], + ['define_12005',['Define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1784a92d18a97247d05bbaae9ba0135b',1,'amrex::ParticleContainerBase::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2d2f5b76392326defb14c8adaee1f1a5',1,'amrex::ParticleContainerBase::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ab2d7e2f655c0926dc7856544d9626140',1,'amrex::ParticleContainerBase::Define(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a58cb6f59ee8ed859dce4a4c82b148dab',1,'amrex::ParticleContainerBase::Define(ParGDBBase *gdb)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8ed78268b70651f86cae8e2c4cd84781',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< IntVect > &rr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad5bd0f3d81314b010cf18db12bf1d2e3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Define(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr)']]], + ['define_12006',['define',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a1b38d6eb6c35983b8569d5acafad944b',1,'amrex::Geometry::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a68cac01616790e9ee7b31b6473bc2bde',1,'amrex::InterpFaceRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a8691489c0a9f57a52b48ad4037c895bb',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a217dd63726c8b7cf00ddb4fda03b8f7e',1,'amrex::iMultiFab::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'GMRES< MF, GMRESMLMGT< MF > >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a48cf641a8756cba134fa0772aae1844f',1,'amrex::GMRES::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ad86c701f246edc2aef04add188c57da5',1,'amrex::EB2::GFab::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'amrex::FabArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ac7ce6de2c732fa66a87df91c06c55b92',1,'amrex::Geometry::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ae0f19ac94fa685e649d56cbdec3eebca',1,'amrex::FluxRegister::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aeca7df8daa048bc04da92efbc06f63d5',1,'amrex::FabSetT::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad5c3a8098f8bb8aec61ed6b213340169',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a79b45950358798ae16a0dc928b8ee0ba',1,'amrex::FabArrayBase::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< TagBox >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< IArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< FArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'amrex::FabArray::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< AtomicInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< AtomicInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::BaseFab< PetscInt > >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::CutFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< IArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< FArrayBox >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::Mask >::define(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae978e4109861cb21bbb90d389fee4a01',1,'FabArray< amrex::EBCellFlagFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::CutFab >::define()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4b2db0304bc84a002692917c83bc1626',1,'FabArray< amrex::EBCellFlagFab >::define()']]], + ['define_5fab_5fcoeffs_12007',['define_ab_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a73c64bfadff728bad13d0f0dcf406ca4',1,'amrex::MLABecLaplacianT']]], + ['define_5fepo_12008',['define_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a53df06970b8cf1cb353ec184bb5422ef',1,'amrex::FabArrayBase::FB']]], + ['define_5ffb_12009',['define_fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a782fbc8576a01acde04fd3e8c6686c4b',1,'amrex::FabArrayBase::FB']]], + ['define_5ffb_5fmetadata_12010',['define_fb_metadata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2099ffa4c81398ed273722ce2ff7b6f3',1,'amrex::FabArrayBase']]], + ['define_5ffine_12011',['define_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'amrex::EB2::GShopLevel::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< STLtools >::define_fine()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a014eda53f91496efc4cbf702c944ca00',1,'GShopLevel< ChkptFile >::define_fine()']]], + ['define_5ffine_5fchkpt_5ffile_12012',['define_fine_chkpt_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a4cf0e2bc42e8d171751ca78e59f8c82f',1,'amrex::EB2::ChkptFileLevel']]], + ['define_5finnard_12013',['define_innard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a57e2853a78e56b34a4af4547590b1702',1,'amrex::LUSolver']]], + ['define_5fos_12014',['define_os',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a2f92b0b744eb605c14a46ab090c244eb',1,'amrex::FabArrayBase::FB']]], + ['defineandreturnparticletile_12015',['DefineAndReturnParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'amrex::ParticleContainer_impl::DefineAndReturnParticleTile(int lev, const Iterator &iter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1de9ef85f9c97ccb6cea4b8102c17b88',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, int grid, int tile)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61a13113adbebe1a9551e5763daf2638',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::DefineAndReturnParticleTile(int lev, const Iterator &iter)']]], + ['defineauxdata_12016',['defineAuxData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95432ea80c81e30e58ffda678f2d926d',1,'amrex::MLCellLinOpT']]], + ['definebc_12017',['defineBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3b583520578b832e04ea2baf3ea48917',1,'amrex::MLCellLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'amrex::MLLinOpT::defineBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a50ba282a5c21fc37d3b1c286e726abc8',1,'MLLinOpT< Array< MultiFab, 3 > >::defineBC()']]], + ['definebuffermap_12018',['defineBufferMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a23baa2791b5f62a9dd1e7f6c709d4615',1,'amrex::ParticleContainerBase']]], + ['defined_12019',['defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< PetscInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::BaseFab< AtomicInt > >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'amrex::FabArray::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'amrex::FabArray::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< TagBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< TagBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< IArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< IArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< FArrayBox >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< FArrayBox >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::BaseFab< PetscInt > >::defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::CutFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::CutFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::EBCellFlagFab >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::EBCellFlagFab >::defined(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8c74ba9f034d3ca5e94e21eeef3be455',1,'FabArray< amrex::Mask >::defined(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a27dbf4d9c26df790485a219856f9d2e5',1,'FabArray< amrex::Mask >::defined(const MFIter &mfi) const noexcept']]], + ['defineextra_12020',['defineExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a440e02d869ba355d0ade05af7dad4748',1,'amrex::EBFluxRegister']]], + ['definefab_12021',['DefineFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acd91c393bc58c4eabbffcd3f8790b74b',1,'amrex::AmrData']]], + ['definegrids_12022',['defineGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'MLLinOpT< Array< MultiFab, 3 > >::defineGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5aa9449241f9867021b4d5300284a76a',1,'amrex::MLLinOpT::defineGrids()']]], + ['deletederiveplotvar_12023',['deleteDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1eaf7d49c3fdfa17035d39cf047d5874',1,'amrex::Amr']]], + ['deletederivesmallplotvar_12024',['deleteDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9a6b2ab66182008060baa72d4702f321',1,'amrex::Amr']]], + ['deleter_12025',['Deleter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#a14473dbba9ee1812b7e99149ab261b7e',1,'amrex::Gpu::Deleter']]], + ['deletestateplotvar_12026',['deleteStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab72037810d96a60c15358d42c780d92e',1,'amrex::Amr']]], + ['deletestream_12027',['DeleteStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6a1a78975e5decf1c7aae4555a240628',1,'amrex::VisMF']]], + ['demangle_12028',['demangle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6ff944334fa82f4315eb44b3dd08dae',1,'amrex']]], + ['densebiniteratorfactory_12029',['DenseBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a02de02765bed7f5fbd756501ce1f9625',1,'amrex::DenseBinIteratorFactory']]], + ['depth_12030',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#ae8f69b337a650c2a73a3aa33dad35064',1,'amrex::Parser::depth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a83c2c6f433576ffb3e36dc221fbb230d',1,'amrex::IParser::depth()']]], + ['deregisterarena_12031',['DeregisterArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af7c89134a317d3c1cb595a236bdaeff0',1,'amrex::TinyProfiler']]], + ['derfunc_12032',['derFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4cc703ca266623995fc8245ddd618ce3',1,'amrex::DeriveRec']]], + ['derfunc3d_12033',['derFunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a186034c4106bb55fd756738441b7837d',1,'amrex::DeriveRec']]], + ['derfuncfab_12034',['derFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afa3147e8805d601735e2dead142e4a2f',1,'amrex::DeriveRec']]], + ['derfuncmf_12035',['derFuncMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4290c1d0e6abe9448df6e449432de5d1',1,'amrex::DeriveRec']]], + ['derive_12036',['derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a3d596021574d699fd925b664a9c1bf7c',1,'amrex::Amr::derive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2d67ff78f28ebc3850bda9ca476b7f9c',1,'amrex::AmrLevel::derive(const std::string &name, Real time, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa57cb16059880124adbd17cba52c843d',1,'amrex::AmrLevel::derive(const std::string &name, Real time, MultiFab &mf, int dcomp)']]], + ['derivedname_12037',['DerivedName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a2ac6b3210b4469651372ff30444258cd',1,'amrex::XYPlotDataList']]], + ['derivelist_12038',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a49b50b2297d6b5830f4bea151ae7a2de',1,'amrex::DeriveList::DeriveList()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a4942c680a576538cc99c9096947c074e',1,'amrex::DeriveList::DeriveList(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ae3d1c1aaf168221dbb217d20f23d4868',1,'amrex::DeriveList::DeriveList(const DeriveList &)=delete']]], + ['deriveplotvars_12039',['derivePlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b93d8c38cf0e1c1c361f54ed57bf29f',1,'amrex::Amr']]], + ['deriverec_12040',['DeriveRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a157ed197bd5ee4a6dcaf00a8e8e3ae70',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9ac1c9e15b69c791125940159f1a4327',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8207b1569f97d4aa5cf965edc4cbbd76',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adae1ba9bc7bd0af361e8c22cd6a0a84b',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveRec::DeriveBoxMap box_map)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a134ce7d1b7bb7514ee51efa0f359e0b2',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a57fad43f6515ed4ad690c6fc69adc71d',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFunc3D der_func_3d, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2d1455e0cc2bc6d97c8c0f3b6e261dea',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncFab der_func_fab, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa06cbde6d66fbca3356ee4047a1ffdc7',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, Vector< std::string > const &var_names, DeriveFuncMF der_func_mf, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2eac15474bb984617cc91a27b0285968',1,'amrex::DeriveRec::DeriveRec(std::string name, IndexType result_type, int nvar_derive, DeriveFunc der_func, DeriveBoxMap box_map, Interpolater *interp=&pc_interp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8f3e251a40da8254934ff5e7a30cfc44',1,'amrex::DeriveRec::DeriveRec(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a945183ba64e9317e961f3b43f0308989',1,'amrex::DeriveRec::DeriveRec(DeriveRec const &)=delete']]], + ['derivesmallplotvars_12041',['deriveSmallPlotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aba45633dfea7697479eb0854d6e697aa',1,'amrex::Amr']]], + ['derivetype_12042',['deriveType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a075d81d0087a3500119f6ec6e69574eb',1,'amrex::DeriveRec']]], + ['descriptor_12043',['descriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7d0d9b72529aed95163ed531d9c7e81',1,'amrex::StateData']]], + ['destcomp_12044',['DestComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#aec058b399a7b244f3d848d3c128358fd',1,'amrex::DestComp']]], + ['destroy_12045',['destroy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< FArrayBox >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5d7df6a37fdfcef93d371c3044f424d3',1,'hacc::AlignedAllocator::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'amrex::DefaultFabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DefaultFabFactory.html#a44cfd162206571bec18df510351c1e9b',1,'DefaultFabFactory< CutFab >::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a25f6eca7dc8d4f2269fec54f5d20f079',1,'amrex::EBFArrayBoxFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'amrex::FabFactory::destroy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a62e57972e3054a6f7ed1cdb9c0426c09',1,'FabFactory< amrex::FArrayBox >::destroy()']]], + ['destroy_5fpar_5ffor_5fnblocks_12046',['destroy_par_for_nblocks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad7264c9be2687016a1fb029841f127e4',1,'amrex::detail']]], + ['determinant_12047',['determinant',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a4f37e841ada15630a76680aae4e88eb5',1,'amrex::LUSolver']]], + ['determinesigns_12048',['determineSigns',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html#a8faf5a6ffdc4ce9947820dca5b901140',1,'amrex::algoim::detail']]], + ['deviceid_12049',['deviceId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa5bf7f476f4a8c0ed917932d2cbdf9a4',1,'amrex::Gpu::Device']]], + ['devicename_12050',['deviceName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a63664c0cdd03b7ebcc475e542c45282d',1,'amrex::Gpu::Device']]], + ['devicepropmajor_12051',['devicePropMajor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aff182b0690355fc54cde1842964fc7db',1,'amrex::Gpu::Device']]], + ['devicepropminor_12052',['devicePropMinor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a53e232320568f93d7c3dece18c9d6807',1,'amrex::Gpu::Device']]], + ['deviceptr_12053',['devicePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a7d9d45224655edf3da07cab63c4389ec',1,'amrex::ReduceData::devicePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1a2f10f97f0ff50897c92cd0a49e292a',1,'amrex::ReduceData::devicePtr(gpuStream_t const &s)']]], + ['deviceptrif_12054',['DevicePtrIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a62c100df08e599af41127cdac56edd51',1,'amrex::EB2::DevicePtrIF']]], + ['devicereducelogicaland_12055',['deviceReduceLogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a18d6ae36f6f894265b771b9d33717041',1,'amrex::Gpu']]], + ['devicereducelogicalor_12056',['deviceReduceLogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ad4d778287a96f6d710a69b41027bb9b8',1,'amrex::Gpu']]], + ['devicereducemax_12057',['deviceReduceMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4bca2075ddd39a12c54ef72d6ab6982c',1,'amrex::Gpu']]], + ['devicereducemax_5ffull_12058',['deviceReduceMax_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a611afa3380635b22c50e0c48d1a9e127',1,'amrex::Gpu']]], + ['devicereducemin_12059',['deviceReduceMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#afcf7e4c0387e3a7e0552b832fe587303',1,'amrex::Gpu']]], + ['devicereducemin_5ffull_12060',['deviceReduceMin_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af7ce0529fa55b62f17b7ac817c6b720b',1,'amrex::Gpu']]], + ['devicereducesum_12061',['deviceReduceSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae705989f374063902dea01ffbd8bea59',1,'amrex::Gpu']]], + ['devicereducesum_5ffull_12062',['deviceReduceSum_full',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af20a431607165ffa2cdb5b38b5778177',1,'amrex::Gpu']]], + ['devicescalar_12063',['DeviceScalar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a22ee1039a5affe922974db84c8753e9e',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#adb2f941325add1703b7369f68060c2bb',1,'amrex::Gpu::DeviceScalar::DeviceScalar(T init_val)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a041e21c03012c74793a6baf0d916e587',1,'amrex::Gpu::DeviceScalar::DeviceScalar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aad0f00e8321544217083503dd9cc0b9c',1,'amrex::Gpu::DeviceScalar::DeviceScalar(DeviceScalar &&)=delete']]], + ['devicesync_12064',['DeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ab80259827235e9ab36d22ae3e6ca9774',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a3df7983ede04a37801dcd7f2ed37f54d',1,'amrex::MFIter::DeviceSync::DeviceSync(DeviceSync &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a56789aad76aef5bd0fc528f7229ea183',1,'amrex::MFIter::DeviceSync::DeviceSync(bool f)']]], + ['devicevendor_12065',['deviceVendor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a756e125c87b0efc96386031d3eae7402',1,'amrex::Gpu::Device']]], + ['dfft_12066',['Dfft',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad7c307b21c4a2f7af800f6fb1d76cd62',1,'hacc::Dfft::Dfft(Distribution &dist, complex_t *forward_output, complex_t *forward_scratch, complex_t *backward_input, complex_t *backward_scratch, unsigned int flags=FFTW_MEASURE)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a78de684b4a4634ef87e4421b8bf26db2',1,'hacc::Dfft::Dfft(Distribution &dist)']]], + ['diagshift_12067',['diagShift',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a8be24c79571d43593ab6b4cb1b9a9',1,'amrex::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'IntVectND< AMREX_SPACEDIM >::diagShift()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a7934d8299e20ea299c825262eb492a75',1,'amrex::IntVectND::diagShift()']]], + ['differenceif_12068',['DifferenceIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5934e246e3cb53aa2835bab4b50f1cc3',1,'amrex::EB2::DifferenceIF']]], + ['dim_12069',['dim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a78d40ceae2fb38ee7ca043a081231556',1,'amrex::TableData']]], + ['dim3_12070',['dim3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'IntVectND< AMREX_SPACEDIM >::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'IntVectND< AMREX_SPACEDIM >::dim3() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af57a892ca15f17778889299183a03111',1,'amrex::IntVectND::dim3([[maybe_unused]] int fill_extra) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3fe31f318679574937ea583ed603f856',1,'amrex::IntVectND::dim3() const noexcept']]], + ['dirname_12071',['DirName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a87ed18b9e628d872b53b55a5b3fed710',1,'amrex::VisMF']]], + ['disabledevicesync_12072',['DisableDeviceSync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#aed9ddfaaefcb489e81209d64b9f95cb4',1,'amrex::Gpu::StreamItInfo::DisableDeviceSync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aacb603c75ce2df79804828a062a0a1c5',1,'amrex::MFItInfo::DisableDeviceSync()']]], + ['disablefpexcept_12073',['disableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb028d29f68c1aea92c12903a8bfa262',1,'amrex']]], + ['dispatch_12074',['Dispatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3d198815ecb3b80907c97384e5752fa7',1,'amrex::DataServices']]], + ['dist_12075',['dist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a2e96b12d786c1a37bdf4b9ea3c5b07f2',1,'amrex::SplineDistFcnElement2d']]], + ['distance2_12076',['Distance2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ab51690f01621516b9e79005a32943d02',1,'amrex::tri_geom_ops']]], + ['distfcnelement2d_12077',['distFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#ab79277b2525228d30bc8dec1ebb789c4',1,'amrex::distFcnElement2d']]], + ['distribute_12078',['distribute',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#aa47a0fcba1b6084cfc319bf1e64267bb',1,'amrex::Cluster']]], + ['distribution_12079',['Distribution',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2ecffa7567ac7fd381a9516c660f1c46',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a851685f4fd98680160a52b05b0254874',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a8f4f9713f602b41d9bf405c0d0743d9f',1,'hacc::Distribution::Distribution(MPI_Comm comm, int const n[], int const Ndims[], int *rmap, bool debug=false)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aafa1cb9e62443ac3329d94a82309f9c1',1,'hacc::Distribution::Distribution(MPI_Comm comm, int ng, int const Ndims[], int *rmap, bool debug=false)']]], + ['distributionmap_12080',['DistributionMap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43f49ccc9bc8b527d0a81e4da14b5c7',1,'amrex::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7f0f20e75035bba303139745b047a7be',1,'amrex::EBFArrayBoxFactory::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0789b1c22e6f47037f987b73cf2b898b',1,'amrex::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a092a134a6f7fd3ba7abb9a0922d08b6d',1,'amrex::BndryRegisterT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a12049e384e7155d62c0064f9bdd42fbc',1,'amrex::AmrParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a8008f8edc6ab3099b32c1dc8d8f25c6a',1,'amrex::AmrParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a4586c2c2a9ea3418e1a7c8830d6d8c73',1,'amrex::AmrMesh::DistributionMap(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0dfee271ae9f2b00ab0b2ce8abd85d2d',1,'amrex::AmrMesh::DistributionMap(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a900d9137ef4b7f6dedc412b3caecbee9',1,'amrex::AmrMesh::DistributionMap() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0d63aa23ccf6091e7af223a9b91569e9',1,'amrex::AmrLevel::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9e7b30efeb63bececf47db9012dcc114',1,'amrex::AmrData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a70d6cbc99c385ce26c48743914bbce42',1,'amrex::PlotFileDataImpl::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abd59469241abaab18e1c2db8b7ceb4ed',1,'amrex::FabArrayBase::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a4d7e5f67da4157aff9d446dad8c5271d',1,'amrex::FabSetT::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac93ed636c144b7c065bb092b03b0cde7',1,'amrex::EB2::Level::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a47d2e159ed2d66cd78498ea5bea35a17',1,'amrex::MFIter::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a399e380fa767dede8285ab80c9237e77',1,'amrex::MultiCutFab::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9a56afa54c82c81ec0db1992cf1a8d7b',1,'amrex::MultiMask::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a416b527dd5c8e947a91fbfcd0d21a857',1,'amrex::ParGDB::DistributionMap(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3555956e9bee2362c8afb3587bff855f',1,'amrex::ParGDB::DistributionMap() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0821e41056b4d6537d641fa5fe099b40',1,'amrex::ParGDBBase::DistributionMap(int level) const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ae10b617dd3bc8255901ecb1957b5e821',1,'amrex::ParGDBBase::DistributionMap() const=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a0d8ab75fa81879e1ed0f1a08d34ae84f',1,'amrex::PlotFileData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a1f08c8bd5682d1afe2031d820e4456f9',1,'amrex::StateData::DistributionMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a555c4b5fe79b1980aa29a54afc36b809',1,'amrex::MPMD::Copier::DistributionMap()']]], + ['distributionmapping_12081',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5b29dfab26c50e7623e9ac1933f4fe27',1,'amrex::DistributionMapping::DistributionMapping() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a46d444147384008abb31507e25a6d191',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a640d5ea0d462f3e133fba13902dbb5fd',1,'amrex::DistributionMapping::DistributionMapping(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abde23cc33667972a2afe218c001d6f70',1,'amrex::DistributionMapping::DistributionMapping(const Vector< int > &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4dd74437850acae369e8514f7a0b02c2',1,'amrex::DistributionMapping::DistributionMapping(Vector< int > &&pmap) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a703f47c1a88e1f3baa4c3f157b91eaaa',1,'amrex::DistributionMapping::DistributionMapping(const BoxArray &boxes, int nprocs=ParallelDescriptor::NProcs())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a940ddab8afa610cdbfddc60ce7f5d6c2',1,'amrex::DistributionMapping::DistributionMapping(const DistributionMapping &d1, const DistributionMapping &d2)']]], + ['divide_12082',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< PetscInt >::divide(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< PetscInt >::divide(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< Real >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< PetscInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< Real >::divide(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< Real >::divide(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept']]], + ['divide_12083',['Divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa87b51ae98f171c3624b5f6cbdfffac0',1,'amrex::MultiFab']]], + ['divide_12084',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< PetscInt >::divide(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< PetscInt >::divide(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< PetscInt >::divide(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< int >::divide(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< int >::divide(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< Real >::divide(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< Real >::divide(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< Real >::divide(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< Real >::divide(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aabde614a5f0cb0b6d2b8aa8b4fe53b7d',1,'amrex::Math::FastDivmodU64::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad9722d52a2bd88a4c6f5bbe7f71dd747',1,'amrex::iMultiFab::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aca202d20f39f94aabb5ffd1581a535f2',1,'amrex::MultiFab::divide()']]], + ['divide_12085',['Divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a9aa5acb6b1a4d4701d4d35cc2a21f2c6',1,'amrex::iMultiFab::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a95225444c8b981eefd0e44bf763dfe19',1,'amrex::Gpu::Atomic::Divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ac5e5a2510a046eb1e6567c06c71a55ad',1,'amrex::MultiFab::Divide()']]], + ['divide_12086',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< int >']]], + ['divide_12087',['Divide',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9f3bb9afb6e1fdfc272654ee6923492',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98b5b165f2a8926b40da786a678ed7af',1,'amrex::Divide(FabArray< FAB > &dst, FabArray< FAB > const &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)']]], + ['divide_12088',['divide',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< AtomicInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'amrex::BaseFab::divide(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'amrex::BaseFab::divide(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'amrex::BaseFab::divide(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'amrex::BaseFab::divide(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'amrex::BaseFab::divide(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'amrex::BaseFab::divide(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'amrex::BaseFab::divide(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'amrex::BaseFab::divide(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< AtomicInt >::divide(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< AtomicInt >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< AtomicInt >::divide(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< AtomicInt >::divide(const BaseFab< AtomicInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< char >::divide(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< char >::divide(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< char >::divide(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< char >::divide(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< char >::divide(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< int >::divide()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< HYPRE_Int >::divide(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< HYPRE_Int >::divide(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< int >::divide(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< int >::divide(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< int >::divide(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0f2ae3ab88fb6542eb2c11990f29ef86',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8418cc9903556d471e1d637cb49eef1d',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a755fa68b5cfdd5fadd88a234766c271c',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a244a45e4bf0eba8069ab27cfe5feed67',1,'BaseFab< EBCellFlag >::divide(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3a8094b23b240faf25973fea41ef0ef0',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9d0d2a00cc4e3fa23e019b24016b912b',1,'BaseFab< EBCellFlag >::divide(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acb13bca4e903870c960bbe7cc0880cec',1,'BaseFab< char >::divide(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae979617b60ec6cd4d9b5d14dd512b3c2',1,'BaseFab< char >::divide(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9541126c9461236acb64d2f0b32a1781',1,'BaseFab< char >::divide(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept']]], + ['divide_5fdevice_12089',['Divide_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a6bd8e274f3c060b8f34e508ca531f527',1,'amrex::Gpu::Atomic']]], + ['divmod_12090',['divmod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a16dc01c31468084384ff41fcff7c2152',1,'amrex::Math::FastDivmodU64']]], + ['dlist_12091',['dlist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a687b60c01f5addf31abee4e0a6510873',1,'amrex::DeriveList']]], + ['do_5fjob_12092',['do_job',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a7ef8784994644d4a4fa8a46205610b2b',1,'amrex::BackgroundThread']]], + ['do_5fmax_12093',['do_max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a86b60fd4fdacdf4921afa5d00a8239e5',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#aa47b9897a45b3b31c4a2b323e111d2e8',1,'amrex::EB2::UIF_detail::do_max(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a4fa49cfdef8a23efa57c4bcfa3fbda70',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html#a59adebd826dfbb225f8bf5340d912854',1,'amrex::EB2::UIF_detail::do_max(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs) noexcept']]], + ['do_5fmin_12094',['do_min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a98384a091e8bcbad296ebdb24482eae9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f, Fs &... fs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a1225d3d0c40e87671ca59b99ab2a1ad9',1,'amrex::EB2::IIF_detail::do_min(AMREX_D_DECL(Real x, Real y, Real z), F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#a9dc63be087b2fee2a4676c0a93153ce3',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f, Fs &... fs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html#ab29fda705d6e62fff3c0966fc83c76ff',1,'amrex::EB2::IIF_detail::do_min(const RealArray &p, F &&f) noexcept']]], + ['doagglomeration_12095',['doAgglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'MLLinOpT< Array< MultiFab, 3 > >::doAgglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a33e77669d6f0da47f28959678db508e4',1,'amrex::MLLinOpT::doAgglomeration()']]], + ['doallreduce_12096',['DoAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a52f1e5a72bb76dae00cfdcd3bb9c7a07',1,'amrex::ParallelDescriptor::detail']]], + ['doconsolidation_12097',['doConsolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'MLLinOpT< Array< MultiFab, 3 > >::doConsolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add56650e9ecd05e16a7f2f71bcbe7c9b',1,'amrex::MLLinOpT::doConsolidation()']]], + ['dohandshake_12098',['doHandShake',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dfdc6dc9e92b4e5ca271e72779f944',1,'amrex::doHandShake()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1e6f1a7b8905dec2a13373c091bedc8b',1,'amrex::ParticleCopyPlan::doHandShake(const Vector< Long > &Snds, Vector< Long > &Rcvs) const']]], + ['dohandshakealltoall_12099',['doHandShakeAllToAll',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a410a945342c2a7449729c798a20bc3b0',1,'amrex::ParticleCopyPlan']]], + ['dohandshakeglobal_12100',['doHandShakeGlobal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aed6ce5722cec6f115b481566e50d088c',1,'amrex::ParticleCopyPlan']]], + ['dohandshakelocal_12101',['doHandShakeLocal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55d2a814fe7ad70c3e7af12cad0e7c87',1,'amrex::doHandShakeLocal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#afb1ad83ab8ab56bb98500f418fc2cc42',1,'amrex::ParticleCopyPlan::doHandShakeLocal()']]], + ['doihi_12102',['doiHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a518576afbe32afb8a0501196286dbae1',1,'amrex::BATbndryReg::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a0fd60194fc2b5b2e1f5f7d377908b808',1,'amrex::BATcoarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a276c46d26f6db6df336883ccc6ada8db',1,'amrex::BATindexType::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a404878857e4062b52ad8b0f06ee5db54',1,'amrex::BATindexType_coarsenRatio::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a6a2407605aa54bfbe9ab269a75f3468e',1,'amrex::BATnull::doiHi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ac52986aa2fd74bc95cde0b02e2c0e3cd',1,'amrex::BATransformer::doiHi() const noexcept']]], + ['doilo_12103',['doiLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a4a5cde989725fd732d0c5d4359869c86',1,'amrex::BATransformer::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a7285c09a1d6f9dee7aea847d412e7edf',1,'amrex::BATbndryReg::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#abefd760a607993885ee7a89672116eec',1,'amrex::BATcoarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#af9fb7b334dc4037e902f2ce77c7ffee9',1,'amrex::BATindexType::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a353060b217e05d5782a3e230f0f80f1e',1,'amrex::BATindexType_coarsenRatio::doiLo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#adbf770a4d1b9218ca9d68249d84e9b36',1,'amrex::BATnull::doiLo()']]], + ['doit_12104',['doit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxConverter.html#a43c58d145a800ea3c476b5ad319c158b',1,'amrex::BoxConverter::doit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a3b2dee7384a3427ecb8dc33e76dd0eb1',1,'amrex::InterpolaterBoxCoarsener::doit()']]], + ['domain_12105',['Domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af81c3f65acdb48fa02f25a43b98baee7',1,'amrex::AmrLevel::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a26aca5aed0a35b2075c1311ff2b92988',1,'amrex::FabArrayBase::CFinfo::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a94f4ddb683e381201694d644be7566f1',1,'amrex::Geometry::Domain() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a781c6fe9c69aab1b6955f311503888bc',1,'amrex::Geometry::Domain(const Box &bx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a78db670074823f2ab6e05b0780d50485',1,'amrex::GeometryData::Domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a41d52e3a7bfcb2c174c80a6a14ad5e53',1,'amrex::Periodicity::Domain()']]], + ['doreduce_12106',['DoReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html#a818763835d911ca86537be4604cc10ce',1,'amrex::ParallelDescriptor::detail']]], + ['dosemicoarsening_12107',['doSemicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'amrex::MLLinOpT::doSemicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa99dea32527b34287aa64542b5545256',1,'MLLinOpT< Array< MultiFab, 3 > >::doSemicoarsening()']]], + ['dot_12108',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< Real >']]], + ['dot_12109',['Dot',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad99f216d6d06fb8bc99e3597173b7ef7',1,'amrex']]], + ['dot_12110',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< PetscInt >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< HYPRE_Int >::dot(const BaseFab< HYPRE_Int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< HYPRE_Int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< int >::dot(const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< int >::dot(const BaseFab< int > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< int >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< int >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< PetscInt >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< HYPRE_Int >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< PetscInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< PetscInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< Real >::dot(const BaseFab< Real > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< Real >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< Real >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept']]], + ['dot_12111',['Dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a115acdf454f3e0732ee54de9d5ff2057',1,'amrex::MultiFab::Dot(const iMultiFab &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a87437456f64f8610e6d34d17929fdb4f',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, int numcomp, int nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5397e3c5e4cbb69279db604d3f1f2a60',1,'amrex::MultiFab::Dot(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, int numcomp, int nghost, bool local=false)']]], + ['dot_12112',['dot',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< EBCellFlag >::dot()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'amrex::BaseFab::dot(const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'amrex::BaseFab::dot(const BaseFab< T > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'amrex::BaseFab::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'amrex::BaseFab::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< AtomicInt >::dot(const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< AtomicInt >::dot(const BaseFab< AtomicInt > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< AtomicInt >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< AtomicInt >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< char >::dot(const Box &xbx, int xcomp, const BaseFab< char > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< char >::dot(const BaseFab< char > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< char >::dot(const Box &bx, int destcomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7dcaef3f1c196a9b0fd30d0cda3d6f8e',1,'BaseFab< char >::dot(const Box &bx, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9cd1fd0c353673dae4a5138f5ea79f1e',1,'BaseFab< EBCellFlag >::dot(const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6e60b15550e6ba0b5bf63c3ff825232a',1,'BaseFab< EBCellFlag >::dot(const BaseFab< EBCellFlag > &src, const Box &bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab78500dde194e48f6e5c50593a7c678a',1,'BaseFab< EBCellFlag >::dot(const Box &bx, int destcomp, int numcomp) const noexcept']]], + ['doteamreduce_12113',['doTeamReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a6a675ddfa6ba286e367461bdca0de992',1,'amrex::ParallelDescriptor']]], + ['dotmask_12114',['dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'amrex::BaseFab::dotmask(const BaseFab< T > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'amrex::BaseFab::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< T > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< Real >::dotmask(const BaseFab< Real > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< Real >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< Real > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< PetscInt >::dotmask(const BaseFab< PetscInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< PetscInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< PetscInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< int >::dotmask(const BaseFab< int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< HYPRE_Int > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< HYPRE_Int >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< HYPRE_Int > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< EBCellFlag > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< EBCellFlag >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< EBCellFlag > &y, const Box &ybx, int ycomp, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< char >::dotmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8b0abe9713e52fd03cfb469278dc223c',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< AtomicInt > &src, const Box &bx, const BaseFab< int > &mask, SrcComp scomp, DestComp dcomp, NumComps ncomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae238c88f700fceb3525dccccc6888135',1,'BaseFab< AtomicInt >::dotmask(const BaseFab< int > &mask, const Box &xbx, int xcomp, const BaseFab< AtomicInt > &y, const Box &ybx, int ycomp, int numcomp) const noexcept']]], + ['dotprod_12115',['DotProd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3edc0f443bee6abb9c7d78a434156465',1,'amrex::tri_geom_ops']]], + ['dotproduct_12116',['dotProduct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3784c11ec581a1ab5edb0e2d2308e86f',1,'amrex::GMRESMLMGT::dotProduct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a661d136b50fe686020f621f5528de4d4',1,'amrex::RealVect::dotProduct(const RealVect &a_rhs) const noexcept']]], + ['dotxy_12117',['dotxy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0763a66aaeb9436c92418c9438af1348',1,'amrex::MLCGSolverT']]], + ['doupdate_12118',['doUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#adb5a0dd2bc78011f72b1c9881139094b',1,'amrex::InSituBridge']]], + ['dtlevel_12119',['dtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf57ca7f26b3f1bf6c5af3e1e2c4d66',1,'amrex::Amr::dtLevel(int level) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a904343b1efe2ff873b545c80a69e58e8',1,'amrex::Amr::dtLevel() const noexcept']]], + ['dtmin_12120',['dtMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ace23e3b0cd924344014b8b5451d7c359',1,'amrex::Amr']]], + ['dtod_5fmemcpy_12121',['dtod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab695bddeb3cc727225d95a1826472ae4',1,'amrex::Gpu']]], + ['dtod_5fmemcpy_5fasync_12122',['dtod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a00026ef5f8505586ed52acbbc11fdf91',1,'amrex::Gpu']]], + ['dtoh_5fmemcpy_12123',['dtoh_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a998c5815369d23cd73eea1b09f43a966',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8531953b8fba66482d81cad6c5dc3e73',1,'amrex::dtoh_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa443a27f05e81db793b131d3fc0b101c',1,'amrex::Gpu::dtoh_memcpy(void *p_h, const void *p_d, const std::size_t sz) noexcept']]], + ['dtoh_5fmemcpy_5fasync_12124',['dtoh_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6cb0d90b937d4749b2219ad0e9fa8277',1,'amrex::Gpu']]], + ['dumpnames_12125',['dumpNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af8ba2875788e8e7b91f4b3fa77063b19',1,'amrex::StateDescriptor']]], + ['dumpslice_12126',['DumpSlice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a8c427a00d85a1895247f6e0aa0c60aa2',1,'amrex::DataServices::DumpSlice(const Box &slicebox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ae28327a41bb34ffad052eecb96f05f00',1,'amrex::DataServices::DumpSlice(const Box &slicebox, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3e0c29efb7a3629a66a7f41a8c5d491c',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a19cde97e63c0537fa272e4c22ad51c1d',1,'amrex::DataServices::DumpSlice(int slicedir, int slicenum, const std::string &varname)']]], + ['dumptable_12127',['dumpTable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad5376a2e65027c356b38efbef3180c28',1,'amrex::ParmParse']]], + ['duplicate_12128',['duplicate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a9b34553675e4bbe3e7e6108780d34975',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html#a69b29ecaacdc25da8869a005da585ef2',1,'amrex::MFUtil::duplicate(const BoxArray &ba, const DistributionMapping &dm, const T &mf_in, const Periodicity &periodicity)']]], + ['dxbydt_12129',['dxbydt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#aa2f966fab2d0ee8cfc12ea3d5260fe99',1,'amrex::SplineDistFcnElement2d']]], + ['dxlevel_12130',['DxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6a60af608e73c830bde3bf1b312d1df5',1,'amrex::AmrData']]], + ['dynamictiling_12131',['DynamicTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#a9b6c938ca6b52d48ecf4baba551ecc64',1,'amrex::DynamicTiling']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_5.js b/amrex-hydro/Doxygen/html/search/functions_5.js index 1291aa7..97329e2 100644 --- a/amrex-hydro/Doxygen/html/search/functions_5.js +++ b/amrex-hydro/Doxygen/html/search/functions_5.js @@ -1,127 +1,130 @@ var searchData= [ - ['eb_5fadd_5fdivergence_5ffrom_5fflow_12074',['eb_add_divergence_from_flow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 2 > const &dxinv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 3 > const &dxinv)']]], - ['eb_5faverage_5fdown_12075',['EB_average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, const MultiFab &vol_fine, const MultiFab &vfrac_fine, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, const IntVect &ratio)']]], - ['eb_5faverage_5fdown_5fboundaries_12076',['EB_average_down_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)']]], - ['eb_5faverage_5fdown_5ffaces_12077',['EB_average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)']]], - ['eb_5faverage_5fface_5fto_5fcellcenter_12078',['EB_average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716',1,'amrex']]], - ['eb_5favg_5ffc_5fto_5fcc_12079',['eb_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< EBCellFlag const > const &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Array4< EBCellFlag const > const &flag)']]], - ['eb_5favgdown_12080',['eb_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd',1,'amrex']]], - ['eb_5favgdown_5fboundaries_12081',['eb_avgdown_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a538016b8eefb9144d408402eec36d390',1,'amrex']]], - ['eb_5favgdown_5fface_5fx_12082',['eb_avgdown_face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589',1,'amrex']]], - ['eb_5favgdown_5fface_5fy_12083',['eb_avgdown_face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68',1,'amrex']]], - ['eb_5favgdown_5fface_5fz_12084',['eb_avgdown_face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a300e308bc865c0b06a1955edbf787019',1,'amrex']]], - ['eb_5favgdown_5fwith_5fvol_12085',['eb_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7',1,'amrex']]], - ['eb_5fcompute_5fdivergence_12086',['eb_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, GpuArray< Real, 2 > const &dxinv, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, GpuArray< Real, 3 > const &dxinv, bool already_on_centroids)']]], - ['eb_5fcomputedivergence_12087',['EB_computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids, const MultiFab &vel_eb)']]], - ['eb_5fflux_5freg_5fcrseadd_5fva_12088',['eb_flux_reg_crseadd_va',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Real dtdx, Real dtdy, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Real dtdx, Real dtdy, Real dtdz, int ncomp)']]], - ['eb_5fflux_5freg_5fcvol_12089',['eb_flux_reg_cvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a579bc771ad42deaba49bd875435ec349',1,'amrex::eb_flux_reg_cvol(int i, int j, Array4< Real const > const &vfrac, Dim3 const &ratio, Real threshold) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32656425b2bbf662685c783f61a98d76',1,'amrex::eb_flux_reg_cvol(int i, int j, int k, Array4< Real const > const &vfrac, Dim3 const &ratio, Real small) noexcept']]], - ['eb_5fflux_5freg_5ffineadd_5fdm_12090',['eb_flux_reg_fineadd_dm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fxhi_12091',['eb_flux_reg_fineadd_va_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd990a563d63d022c9b09433c621015f',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fxlo_12092',['eb_flux_reg_fineadd_va_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fyhi_12093',['eb_flux_reg_fineadd_va_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fylo_12094',['eb_flux_reg_fineadd_va_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fzhi_12095',['eb_flux_reg_fineadd_va_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9',1,'amrex']]], - ['eb_5fflux_5freg_5ffineadd_5fva_5fzlo_12096',['eb_flux_reg_fineadd_va_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f',1,'amrex']]], - ['eb_5finterp_5fcc2cent_12097',['eb_interp_cc2cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fx_12098',['eb_interp_cc2face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fy_12099',['eb_interp_cc2face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f',1,'amrex']]], - ['eb_5finterp_5fcc2face_5fz_12100',['eb_interp_cc2face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fx_12101',['eb_interp_cc2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fy_12102',['eb_interp_cc2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650',1,'amrex']]], - ['eb_5finterp_5fcc2facecent_5fz_12103',['eb_interp_cc2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733',1,'amrex']]], - ['eb_5finterp_5fcc_5fto_5fcentroid_12104',['EB_interp_CC_to_Centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c',1,'amrex']]], - ['eb_5finterp_5fcc_5fto_5ffacecentroid_12105',['EB_interp_CC_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2',1,'amrex']]], - ['eb_5finterp_5fcellcentroid_5fto_5ffacecentroid_12106',['EB_interp_CellCentroid_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, AMREX_D_DECL(MultiFab &phi_xface, MultiFab &phi_yface, MultiFab &phi_zface), int scomp, int dcomp, int ncomp, const Geometry &a_geom, const Vector< BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Vector< MultiFab * > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f1af042b358543413af13507e891e2',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Array< MultiFab *, AMREX_SPACEDIM > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)']]], - ['eb_5finterp_5fcentroid2facecent_5fx_12107',['eb_interp_centroid2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbe495de221a8edcb3e8566f047353be',1,'amrex']]], - ['eb_5finterp_5fcentroid2facecent_5fy_12108',['eb_interp_centroid2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a',1,'amrex']]], - ['eb_5finterp_5fcentroid2facecent_5fz_12109',['eb_interp_centroid2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26',1,'amrex']]], - ['eb_5finterp_5fin_5fquad_12110',['EB_interp_in_quad',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefcca7679b76de3867191843450d69f3',1,'amrex']]], - ['eb_5frereflux_5ffrom_5fcrse_12111',['eb_rereflux_from_crse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462',1,'amrex']]], - ['eb_5frereflux_5fto_5ffine_12112',['eb_rereflux_to_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad',1,'amrex']]], - ['eb_5fset_5fcovered_12113',['EB_set_covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d',1,'amrex::EB_set_covered(MultiFab &mf, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, const Vector< Real > &vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, const Vector< Real > &a_vals)']]], - ['eb_5fset_5fcovered_5ffaces_12114',['EB_set_covered_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a233a16599969d91372d51e1befabcbfc',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d795b6dab3e839da24a64b46179295',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, const int scomp, const int ncomp, const Vector< Real > &a_vals)']]], - ['eb_5fset_5fcovered_5fnodes_12115',['eb_set_covered_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real const *AMREX_RESTRICT v)']]], - ['ebcellflag_12116',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a723976c16179e5d5bd57d3c21cf57958',1,'amrex::EBCellFlag::EBCellFlag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a784e6b8a45a55b11c1ab074910b6af0f',1,'amrex::EBCellFlag::EBCellFlag(const EBCellFlag &rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a12b461c8a170594d3f9ba3ea7cbedd12',1,'amrex::EBCellFlag::EBCellFlag(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a6b2aa9bb33e890688b4864b56d957ae6',1,'amrex::EBCellFlag::EBCellFlag(uint32_t i) noexcept']]], - ['ebcellflagfab_12117',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a950b4a82b4c1eb79a628f7f85509d97d',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#af6a0b6f99232ecdb6c7e7353c2166c8a',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aa21ee05268cabb67bb200801168253b9',1,'amrex::EBCellFlagFab::EBCellFlagFab(EBCellFlagFab &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a328da9c6a1ffe5ff87003fdc9d5a7e9d',1,'amrex::EBCellFlagFab::EBCellFlagFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#afe1ba5fba45c24e88e142673c68073f6',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a037a336832dd36e4e28e512fbbd366b0',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a122af00c8e43d7f77b334e4ca8af8f3b',1,'amrex::EBCellFlagFab::EBCellFlagFab(Arena *ar) noexcept']]], - ['ebdatacollection_12118',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a279c06d895ec6ef61086ec173d57281d',1,'amrex::EBDataCollection::EBDataCollection(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, Vector< int > a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a37fa70dac3bcfbd63a096961c0a97899',1,'amrex::EBDataCollection::EBDataCollection(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac8cfe908c7bcdc5b940444e767ceb37b',1,'amrex::EBDataCollection::EBDataCollection(const EBDataCollection &)=delete']]], - ['ebfarraybox_12119',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab04dcbd3b434a8553425a005ef78ec04',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a79ae85b92db76dc260c707b7df356fe2',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a00d1e822adbb3114a5b7ae5b81f5015e',1,'amrex::EBFArrayBox::EBFArrayBox(const EBFArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab8aea0629538f258d11b34aacb04ad64',1,'amrex::EBFArrayBox::EBFArrayBox(const EBCellFlagFab &ebflag, const Box &bx, int ncomps, Arena *ar, const EBFArrayBoxFactory *factory=nullptr, int box_index=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af71cb8c5382b2d5b83150439f88f99b9',1,'amrex::EBFArrayBox::EBFArrayBox(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aa9eec6391ebe9040da491ae57b41407b',1,'amrex::EBFArrayBox::EBFArrayBox()']]], - ['ebfarrayboxfactory_12120',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aa671c88f9bbc88f7824352ef14fedc45',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae76b4a906830e7b5094edc438e6cc9b9',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aff3ee653b5be6f3b58ec1c34ae2f461f',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EBFArrayBoxFactory &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aad2e2bde5474a8a144c900d5bfaa5e8c',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(EBFArrayBoxFactory &&) noexcept=default']]], - ['ebfluxregister_12121',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a14da975b0621f49220efd195ac6688c8',1,'amrex::EBFluxRegister::EBFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#afed46de9d982663ff8bf4bdd752811a9',1,'amrex::EBFluxRegister::EBFluxRegister()=default']]], - ['ebgodunov_5fcorner_5fcouple_5fxy_12122',['EBGodunov_corner_couple_xy',['../namespaceEBGodunovCornerCouple.html#a7670251a235d8e8a0029aa4d3d2be940',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fxz_12123',['EBGodunov_corner_couple_xz',['../namespaceEBGodunovCornerCouple.html#a080e49a78a054a19a43018df9f3315e6',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fyx_12124',['EBGodunov_corner_couple_yx',['../namespaceEBGodunovCornerCouple.html#ab83b76b3788f563af772721e08d38746',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fyz_12125',['EBGodunov_corner_couple_yz',['../namespaceEBGodunovCornerCouple.html#ac0aa6f581853d220ac872e19459f275f',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fzx_12126',['EBGodunov_corner_couple_zx',['../namespaceEBGodunovCornerCouple.html#a252e58193c4307115fd9019c47bbaf6e',1,'EBGodunovCornerCouple']]], - ['ebgodunov_5fcorner_5fcouple_5fzy_12127',['EBGodunov_corner_couple_zy',['../namespaceEBGodunovCornerCouple.html#a20333045bcf5a9b6fa34e4673453be03',1,'EBGodunovCornerCouple']]], - ['ebgridcoverage_12128',['EBGridCoverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a98aef451a26944bbc183885f613370e3',1,'amrex::EBToPVD']]], - ['ebplane_12129',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa5637df03e164faf757177e7333e5d0b',1,'amrex::algoim::EBPlane::EBPlane(GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a6a73bedd66de0d9db79f8af959ad72d3',1,'amrex::algoim::EBPlane::EBPlane(Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a99b33ff9062162a71e2f1533c76c3a3e',1,'amrex::algoim::EBPlane::EBPlane()=default']]], - ['ebtopolygon_12130',['EBToPolygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ad8094e8ba844bca4f39cecff49aa5b86',1,'amrex::EBToPVD']]], - ['ebtopvd_12131',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aee45f02c64e45397af7d92d3557e26e6',1,'amrex::EBToPVD']]], - ['edgefluxregister_12132',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a89a4c8560bbedddef433d4467a8dcfd4',1,'amrex::EdgeFluxRegister::EdgeFluxRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a80d8a50bf42890675c5e06ae694b66ce',1,'amrex::EdgeFluxRegister::EdgeFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, int nvar=1)']]], - ['eff_12133',['eff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a663b75105444c3cfca994b499b52d038',1,'amrex::Cluster']]], - ['elemwisemax_12134',['elemwiseMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd',1,'amrex::elemwiseMax(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4',1,'amrex::elemwiseMax(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be',1,'amrex::elemwiseMax(T const &a, T const &b) noexcept']]], - ['elemwisemin_12135',['elemwiseMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362',1,'amrex::elemwiseMin(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83',1,'amrex::elemwiseMin(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8',1,'amrex::elemwiseMin(T const &a, T const &b) noexcept']]], - ['elixir_12136',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< EBCellFlag >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< Real >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< PetscInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< HYPRE_Int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< char >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< AtomicInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'amrex::BaseFab::elixir()']]], - ['elixir_12137',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9a11ead76662a1fb2d86201dea17a33f',1,'amrex::Gpu::Elixir::Elixir() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#afbafbee2ae0733e7b642416a6c0e1d95',1,'amrex::Gpu::Elixir::Elixir(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a73116015261623afc75de5846c536d60',1,'amrex::Gpu::Elixir::Elixir(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a62d8be14e66b536bcadc7689658054db',1,'amrex::Gpu::Elixir::Elixir(void *p, Arena *arena) noexcept']]], - ['ellipsoidif_12138',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a12391461b3aaeda3b88f48f56bd7a38c',1,'amrex::EB2::EllipsoidIF']]], - ['empty_12139',['empty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::STLtools::Triangle >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::openbc::MomTag >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::NeighborCode >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::BoxND >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'amrex::PODVector::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abe6aa2080bb4a68eaded92e7e3e6efd6',1,'amrex::ParticleTile::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a3d57d55dc4495341b7bd6de0ac9e4bd6',1,'amrex::ForkJoin::MFFork::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7ebc7ce80aded82313b3f96ba0f14d8e',1,'amrex::EB2::IndexSpace::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab96a1c213fe6e5f402c4e006608564f5',1,'amrex::FabArrayBase::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3e7cd82f169573dfa29f3d453a9a40b9',1,'amrex::DistributionMapping::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae71159edaa4456e59699f01955144d97',1,'amrex::BoxArray::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a121a968277c299409b1b6e98fa2d8b08',1,'amrex::ArrayOfStructs::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a356f63835bfba5626b9e6cd884d895d0',1,'amrex::ArrayOfStructs::empty() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a25710d2c2fdeae4c7b7b36ca2a1e5b90',1,'amrex::AMReX::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a193e31f7db819b274b09730561007716',1,'amrex::StructOfArrays::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< index_type >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int *, DefaultAllocator< int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< std::size_t >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< unsigned int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int *, DefaultAllocator< const int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::XDim3 >::empty()']]], - ['enablefpexcept_12140',['enableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebfde21396d2ff792d29469193f4853e',1,'amrex']]], - ['enableinverse_12141',['enableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a10946f0902af75ab296818655fa6b388',1,'amrex::NeighborParticleContainer']]], - ['enabletiling_12142',['EnableTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a30f81d409ee420d0e8865c0c7668b0f7',1,'amrex::MFItInfo']]], - ['enclosedcells_12143',['enclosedCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'BoxND< AMREX_SPACEDIM >::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6',1,'amrex::enclosedCells(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d',1,'amrex::enclosedCells(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36',1,'amrex::enclosedCells(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac6147deef62aa311d8c7bbf681fc35ce',1,'amrex::BoxArray::enclosedCells(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8199954b0860a879faa63867400b5435',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'BoxND< AMREX_SPACEDIM >::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'amrex::BoxND::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'amrex::BoxND::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'amrex::BoxND::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a678c17d31bc353ead03cffed5c4e1574',1,'amrex::BoxList::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9ed198bd9ceb2268f1219c2e0375bdbb',1,'amrex::BoxList::enclosedCells() noexcept']]], - ['end_12144',['end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< std::size_t >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< std::size_t >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< unsigned int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< unsigned int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a3b5576e8ad5290c80b9fddc284213506',1,'amrex::Gpu::range_detail::range_impl::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a477680d9afe24f0598b16e436151df7d',1,'amrex::WeightedBoxList::end() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ade62e0019a5532341887838a1d6b0b44',1,'amrex::WeightedBoxList::end()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2',1,'amrex::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< bool, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const int *, NArrayInt >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const int *, NArrayInt >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const ParticleReal *, NArrayReal >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const ParticleReal *, NArrayReal >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int *, NAI >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int *, NAI >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< bool, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal *, NAR >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal *, NAR >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, nelems >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, nelems >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a47792c2340e22a0d2c71fdd916a5541c',1,'amrex::BinIterator::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'amrex::Array1D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'amrex::Array1D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'Array1D< int, 0, N-1 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'Array1D< int, 0, N-1 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'amrex::Array2D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'amrex::Array2D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a410f693b45520d607c4e93afb9a84b77',1,'amrex::Array3D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d1ef1b7c2e47b29c305b9d5854ee1c9',1,'amrex::Array3D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a873f640763a9782db4c3b207c11e01ff',1,'amrex::ArrayOfStructs::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa2a7d293afbee43a583574e79e025ef4',1,'amrex::ArrayOfStructs::end() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxDomain::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxDomain::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxList::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxList::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'amrex::GpuArray::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'amrex::GpuArray::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::Interval, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::Interval, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::XDim3 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int *, DefaultAllocator< int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int *, DefaultAllocator< int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::XDim3 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'amrex::IntVectND::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'amrex::IntVectND::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'IntVectND< AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'IntVectND< AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a2d37e953b78d6106dbd29c8cb8775270',1,'amrex::Neighbors::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a90e48fc334e395d5342ca85558949e95',1,'amrex::Neighbors::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'amrex::PODVector::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'amrex::PODVector::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::BoxND >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::BoxND >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::NeighborCode >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::NeighborCode >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::openbc::MomTag >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::openbc::MomTag >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::STLtools::Triangle >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::STLtools::Triangle >::end() const noexcept']]], - ['end_5fiv_12145',['end_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb',1,'amrex']]], - ['endparallel_12146',['EndParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a990d0a17b08dcd68a0d77a7b35cfebaf',1,'amrex::ParallelDescriptor']]], - ['endteams_12147',['EndTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1f1780bd83ee339ade2a2dd702473e20',1,'amrex::ParallelDescriptor']]], - ['endx_12148',['EndX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a1aa0d54b004e6d96d59820de7b94cb22',1,'amrex::XYPlotDataList']]], - ['endxi_12149',['EndXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ae8c16dcec1c3fa6651a2d328c61eb47c',1,'amrex::XYPlotDataListLink']]], - ['enforceinoutsolvability_12150',['enforceInOutSolvability',['../namespaceHydroUtils.html#a3c4af1f820880e67509b84b57e988090',1,'HydroUtils::enforceInOutSolvability(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM >> &vels_vec, amrex::BCRec const *bc_type, const amrex::Vector< amrex::Geometry > &geom, bool include_bndry_corners=false)'],['../group__Utilities.html#ga5677f456538ed66e94185b0050bc6e2d',1,'HydroUtils::enforceInOutSolvability(const Vector< Array< MultiFab *, AMREX_SPACEDIM >> &vels_vec, const BCRec *bc_type, const Vector< Geometry > &geom, bool include_bndry_corners)']]], - ['enforceperiodic_12151',['enforcePeriodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1',1,'amrex']]], - ['enforceperiodicity_12152',['EnforcePeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< FArrayBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::CutFab >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< TagBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< IArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< FArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::Mask >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'amrex::FabArray::EnforcePeriodicity(const Periodicity &period)']]], - ['enforceperiodicwhere_12153',['EnforcePeriodicWhere',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere(P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere(P &p, ParticleLocData &pld, int lev_min, int lev_max, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere()']]], - ['ensurethreadsafetiles_12154',['EnsureThreadSafeTiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb',1,'amrex']]], - ['erase_12155',['erase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< index_type >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< index_type >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#abc45977f12640b8ad7f2ead09eadafb9',1,'amrex::WeightedBoxList::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a745d2d5f1157d1c3cb6b620f5544e01d',1,'amrex::AMReX::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ae74cdb62144ce25c901b6df72013dc89',1,'amrex::ArrayOfStructs::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aff6283995254b7660c80cd420d99886b',1,'amrex::EB2::IndexSpace::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'amrex::PODVector::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'amrex::PODVector::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::BoxND >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::BoxND >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::XDim3 >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::STLtools::Triangle >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::STLtools::Triangle >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::XDim3 >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal * >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< unsigned int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< unsigned int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< std::size_t >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< std::size_t >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal * >::erase()']]], - ['errfunc_12156',['errFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a71511c07ba07eb68b24293472bbceb24',1,'amrex::ErrorRec']]], - ['errfunc2_12157',['errFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a699129622e8dca590420730ce595e291',1,'amrex::ErrorRec']]], - ['error_12158',['Error',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0',1,'amrex::Error(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4',1,'amrex::Error(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ad1154a83c8009b45e609ece0f5c7b69f',1,'hacc::Error::Error()']]], - ['error_5fhost_12159',['Error_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc',1,'amrex']]], - ['errorcheck_12160',['ErrorCheck',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e72d3661b320758c41e4a548b80beec',1,'amrex::Gpu']]], - ['errorest_12161',['ErrorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a88c72a4b4558c782239743af1f3b0789',1,'amrex::AmrCore::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d8e1e1b2e8fa5a1a5055ed761a2410d',1,'amrex::AmrMesh::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a80b107efe79904f079c92600156e523d',1,'amrex::Amr::ErrorEst()']]], - ['errorest_12162',['errorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a75c6f30a5526b2d5dbbb24646f71dc8b',1,'amrex::AmrLevel']]], - ['errorfunc_12163',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a95fde6ed4cbd0d479c01ab85c85b05c7',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f792e96b23993415bd7d9bba649aa31',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFuncDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f1699d51a9cf12c7d8e928687db32cb',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc3DDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a53f51625afac95ad21c2b44edf7fef76',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a0038d07e8efa6df3c696f47cc8ae5d09',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc &&)=delete']]], - ['errorfunc2_12164',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#aacd6362e36161ff9bb312a1e24088901',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a02a3fc42ec877b30c62f546c68f89ba1',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2Default inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7e17b9c4b95d2c52127ca66a0e9aa707',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7950d1179f7e53bc2932a492f5e3866d',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 &&)=delete']]], - ['errorlist_12165',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#aa0fc2d7a254ee23a1275a5f70148e283',1,'amrex::ErrorList']]], - ['errorrec_12166',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a084b0d2b58520edb6636b704949e61eb',1,'amrex::ErrorRec::ErrorRec(ErrorRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a7b04d755bf60782cae073b6f8e8fcaf4',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc2 &f2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a0a51eb9a95b0246788657c8c48a8fc42',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a1a8fc733dbbb651b4797e1158446a06c',1,'amrex::ErrorRec::ErrorRec(ErrorRec const &)=delete']]], - ['errorstream_12167',['ErrorStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34',1,'amrex']]], - ['errorstring_12168',['ErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07f31ae8d095a610856f2443abdcbb3a',1,'amrex::ParallelDescriptor']]], - ['errtype_12169',['errType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac34eccb332331b40360aeba63b73bbfa',1,'amrex::ErrorRec']]], - ['estimatework_12170',['estimateWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a03b21d394e621b009b473c427b4769d0',1,'amrex::AmrLevel']]], - ['euclid_5fprecond_5fconfigure_12171',['euclid_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af635b8debb95a35dc7f5201129d4cd5b',1,'amrex::HypreIJIface']]], - ['eval_12172',['eval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#acf76d5c7c3027a29928d07b2572475a8',1,'amrex::ReduceOps::eval()'],['../group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89',1,'eval(const Real s, Array1D< Real, 1, 7 > &slope, Array1D< Real, 1, 3 > &del): hydro_bds_edge_state_3D.cpp'],['../group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff',1,'eval(const Real s, Array1D< Real, 1, 3 > &slope, Array1D< Real, 1, 2 > &del): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ae31b17cbb88dce4057e7412cb0b5a7b4',1,'amrex::SplineDistFcnElement2d::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a00463980dfb637a0c8f867ed55fa99b8',1,'amrex::ReduceOps::eval()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ade3a8b7cb056567a40e8be98e24d3260',1,'amrex::algoim::QuadratureRule::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a58753cc90f873de11316249189d438ca',1,'amrex::ReduceOps::eval(Box const &box, N ncomp, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a705e92f33933692615787d722642c37c',1,'amrex::ReduceOps::eval(Box const &box, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#ab6d0e3293d5341c89aad5b8acc8abd47',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, int ncomp, D &reduce_data, F &&f)']]], - ['eval_5fmf_12173',['eval_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a6ee0df1c765e4839d3e453159681baf8',1,'amrex::ReduceOps']]], - ['evalintegrand_12174',['evalIntegrand',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a68bfd20ce2cfe059f08d82bcc99c268c',1,'amrex::algoim::ImplicitIntegral::evalIntegrand()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#a93e5266e3de3f1d636f081e118526ea2',1,'amrex::algoim::QuadratureRule::evalIntegrand()']]], - ['evalreduction_12175',['EvalReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a0a2dd2d6e19976b8eaebb9d81a65718a',1,'amrex::Lazy']]], - ['evolve_12176',['evolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a31411280257ee4d2942a140cbead4635',1,'amrex::FEIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a97d9851462a6592d58c42ced9cb266a9',1,'amrex::IntegratorBase::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af0eddcd4e42f2e70d706c84108c812e7',1,'amrex::RKIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a688191347e4eef3fa6bc2714a8d51a0e',1,'amrex::SundialsIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a2dcb9287cd56e0febfcdf00b3725aee7',1,'amrex::TimeIntegrator::evolve()']]], - ['exch_12177',['Exch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a170f55f8b9bd412d07a2ab2e825a4ee8',1,'amrex::Gpu::Atomic']]], - ['exclusive_5fscan_12178',['exclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3f116832e254a3422729b3455b22f18c',1,'amrex::Gpu']]], - ['exclusivesum_12179',['ExclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd',1,'amrex::Scan']]], - ['execonfinalize_12180',['ExecOnFinalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0',1,'amrex']]], - ['execoninitialize_12181',['ExecOnInitialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97',1,'amrex']]], - ['executionconfig_12182',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a08f6a3b8fe37c3a6c070a86b6771abf4',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(dim3 nb, dim3 nt, std::size_t sm=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a37cfbe8246a2b757ee9753ee96f03385',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a6aae308317a5d0b1f713f8f5e6da30e0',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box, int comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aac93b82b3c746e0c6183e801898b3271',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#abe1e6e1f5ba30f2630030521cd1f2a2f',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig() noexcept']]], - ['exist_12183',['Exist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab895515b73ef0cdc6d0e06c7590f3e76',1,'amrex::VisMF']]], - ['exists_12184',['Exists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c',1,'amrex::FileSystem']]], - ['exp_12185',['exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f',1,'amrex']]], - ['expand_12186',['expand',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'amrex::BoxND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'IntVectND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'amrex::IntVectND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'IndexTypeND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'amrex::IndexTypeND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'BoxND< AMREX_SPACEDIM >::expand()']]], - ['expect_12187',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#afb2cf096f98b60b178bd5ee592876680',1,'amrex::expect::expect(std::string str_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a76c80085267c42ef73ed0e63c65af898',1,'amrex::expect::expect(char c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a29077faf3a3650e3eeb67285023d7e5e',1,'amrex::expect::expect(const char *istr_)']]], - ['expr_12188',['expr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a39e13b29c0ab51b5a27264c706a1d7a8',1,'amrex::Parser::expr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a52ec8f4544dd1e6875dff68e3d35a491',1,'amrex::IParser::expr()']]], - ['extenddataoutsidedomain_12189',['extendDataOutsideDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a49ed9d07cf0f8fc92b793d52190ad6f4',1,'amrex::EBDataCollection']]], - ['extenddomainface_12190',['ExtendDomainFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765',1,'amrex::EB2']]], - ['extent_12191',['extent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#af29ddffe552640cdadd8dec27b352074',1,'amrex::algoim::BoundingBox']]], - ['extrap_12192',['extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831ab234733f1a75b0d42fffa6a3db0a',1,'amrex::StateDescriptor']]], - ['extrapveltofaces_12193',['ExtrapVelToFaces',['../namespaceEBMOL.html#a7add53a153ade9c5cb83e79a61ad1929',1,'EBMOL::ExtrapVelToFaces()'],['../group__Utilities.html#gab2dc90cd2e60a11e5fae0bfa3fc68e98',1,'HydroUtils::ExtrapVelToFaces()'],['../namespaceGodunov.html#aa28d3b1616afb53afb23edd90599bf2b',1,'Godunov::ExtrapVelToFaces()'],['../namespaceMOL.html#a0fe3320639aceebe9c4f821287f26913',1,'MOL::ExtrapVelToFaces()'],['../namespaceEBGodunov.html#a9f011229326650b60adef228f8a54f96',1,'EBGodunov::ExtrapVelToFaces()']]], - ['extrapveltofacesbox_12194',['ExtrapVelToFacesBox',['../namespaceEBMOL.html#a11b5b3fa29c007fd465a4bba443c433f',1,'EBMOL::ExtrapVelToFacesBox()'],['../namespaceMOL.html#ac44045406d48f0a8144e60b576bb04b0',1,'MOL::ExtrapVelToFacesBox()']]], - ['extrapveltofacesonbox_12195',['ExtrapVelToFacesOnBox',['../namespaceEBGodunov.html#abcdbfbbc5a098883686937dbab7ace35',1,'EBGodunov::ExtrapVelToFacesOnBox()'],['../namespaceGodunov.html#a7ede3a0e23c54a08155c0de529607a3b',1,'Godunov::ExtrapVelToFacesOnBox()']]], - ['extrude_12196',['extrude',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0',1,'amrex::EB2']]], - ['extrusionif_12197',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#afd5f25acf2430a1731b18ea4b2e94024',1,'amrex::EB2::ExtrusionIF']]] + ['eb_5fadd_5fdivergence_5ffrom_5fflow_12132',['eb_add_divergence_from_flow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cb587d0d7b4a0a7e85eaea44a331f81',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 2 > const &dxinv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa35f46cf4c79ff77d1a3849e7ad5bb98',1,'amrex::eb_add_divergence_from_flow(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &vel_eb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &bnorm, Array4< Real const > const &barea, GpuArray< Real, 3 > const &dxinv)']]], + ['eb_5faverage_5fdown_12133',['EB_average_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83baea24aee17c98e8771fa6eea0822f',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, const MultiFab &vol_fine, const MultiFab &vfrac_fine, int scomp, int ncomp, const IntVect &ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1fc4ae4ef7edec76f3784f1ca78aed',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, int ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88b5f551ff31c821df1efef0a1983c7d',1,'amrex::EB_average_down(const MultiFab &S_fine, MultiFab &S_crse, int scomp, int ncomp, const IntVect &ratio)']]], + ['eb_5faverage_5fdown_5fboundaries_12134',['EB_average_down_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae62657fb0ffcd40a902dc22f0c64906f',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58c0a1915ef06b92abe238304db2cc14',1,'amrex::EB_average_down_boundaries(const MultiFab &fine, MultiFab &crse, const IntVect &ratio, int ngcrse)']]], + ['eb_5faverage_5fdown_5ffaces_12135',['EB_average_down_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3df9dbf65687fa616a98a6be2789eedd',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, int ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e516c0390423c9e5017de317c562c6e',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, int ngcrse)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa60b978d9a863b96aa439f2009fb05f8',1,'amrex::EB_average_down_faces(const Array< const MultiFab *, AMREX_SPACEDIM > &fine, const Array< MultiFab *, AMREX_SPACEDIM > &crse, const IntVect &ratio, const Geometry &crse_geom)']]], + ['eb_5faverage_5fface_5fto_5fcellcenter_12136',['EB_average_face_to_cellcenter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca083595ee0a76ca027da372fadf716',1,'amrex']]], + ['eb_5favg_5ffc_5fto_5fcc_12137',['eb_avg_fc_to_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a503e7a0c62d731776b177f78bd6cc61a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< EBCellFlag const > const &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ca548557a81e714b0e5aa66407d548a',1,'amrex::eb_avg_fc_to_cc(int i, int j, int k, int n, Array4< Real > const &cc, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Array4< EBCellFlag const > const &flag)']]], + ['eb_5favgdown_12138',['eb_avgdown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a658f71f1a20f1c31976ad401e53e28cd',1,'amrex']]], + ['eb_5favgdown_5fboundaries_12139',['eb_avgdown_boundaries',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a538016b8eefb9144d408402eec36d390',1,'amrex']]], + ['eb_5favgdown_5fface_5fx_12140',['eb_avgdown_face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a380b65228c4871b5d99c5ea571dcc589',1,'amrex']]], + ['eb_5favgdown_5fface_5fy_12141',['eb_avgdown_face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a161acc43339f8040a3b3d85822ccba68',1,'amrex']]], + ['eb_5favgdown_5fface_5fz_12142',['eb_avgdown_face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a300e308bc865c0b06a1955edbf787019',1,'amrex']]], + ['eb_5favgdown_5fwith_5fvol_12143',['eb_avgdown_with_vol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6623c7b82f9de6404f5b9fe0d27a0fd7',1,'amrex']]], + ['eb_5fcompute_5fdivergence_12144',['eb_compute_divergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3375fdd1a2093dffe1bd183a9819a8d7',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, GpuArray< Real, 2 > const &dxinv, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa59d455887dcc9ddd95b58158df99a8d',1,'amrex::eb_compute_divergence(int i, int j, int k, int n, Array4< Real > const &divu, Array4< Real const > const &u, Array4< Real const > const &v, Array4< Real const > const &w, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, GpuArray< Real, 3 > const &dxinv, bool already_on_centroids)']]], + ['eb_5fcomputedivergence_12145',['EB_computeDivergence',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac572002c16db8070f5ffaf6afaf1b87',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c82ba2090dd0accf9b02cf8aca324b7',1,'amrex::EB_computeDivergence(MultiFab &divu, const Array< MultiFab const *, AMREX_SPACEDIM > &umac, const Geometry &geom, bool already_on_centroids, const MultiFab &vel_eb)']]], + ['eb_5fflux_5freg_5fcrseadd_5fva_12146',['eb_flux_reg_crseadd_va',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad65a167177bb171c3ac5fbd726a3d0c1',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Real dtdx, Real dtdy, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0bbc58f6b9468fa1aded42eff20dcd5',1,'amrex::eb_flux_reg_crseadd_va(int i, int j, int k, Array4< Real > const &d, Array4< int const > const &flag, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vfrac, Array4< Real const > const &ax, Array4< Real const > const &ay, Array4< Real const > const &az, Real dtdx, Real dtdy, Real dtdz, int ncomp)']]], + ['eb_5fflux_5freg_5fcvol_12147',['eb_flux_reg_cvol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a579bc771ad42deaba49bd875435ec349',1,'amrex::eb_flux_reg_cvol(int i, int j, Array4< Real const > const &vfrac, Dim3 const &ratio, Real threshold) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a32656425b2bbf662685c783f61a98d76',1,'amrex::eb_flux_reg_cvol(int i, int j, int k, Array4< Real const > const &vfrac, Dim3 const &ratio, Real small) noexcept']]], + ['eb_5fflux_5freg_5ffineadd_5fdm_12148',['eb_flux_reg_fineadd_dm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c2977ac92fe83060eb9443dde71cdd5',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fxhi_12149',['eb_flux_reg_fineadd_va_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd990a563d63d022c9b09433c621015f',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fxlo_12150',['eb_flux_reg_fineadd_va_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15dc2901e84865ab7ca819e913967f1d',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fyhi_12151',['eb_flux_reg_fineadd_va_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a555d147b281a1bfa308507ecc5b628be',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fylo_12152',['eb_flux_reg_fineadd_va_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72c1982bd1003fddcf274e2fd059fc87',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fzhi_12153',['eb_flux_reg_fineadd_va_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad52e53deaf4b675c315293a57f6958c9',1,'amrex']]], + ['eb_5fflux_5freg_5ffineadd_5fva_5fzlo_12154',['eb_flux_reg_fineadd_va_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3566e756881f6092d91efc03b9529d1f',1,'amrex']]], + ['eb_5finterp_5fcc2cent_12155',['eb_interp_cc2cent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc1ea19abb66c0912bd6b989b80c5f98',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fx_12156',['eb_interp_cc2face_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadf288d4a98ac6d06932233e76bc1573',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fy_12157',['eb_interp_cc2face_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac23db9d46e2b4c90a98ed2c43d84f05f',1,'amrex']]], + ['eb_5finterp_5fcc2face_5fz_12158',['eb_interp_cc2face_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8f47a8a092ea7a3e0b853f65bc0e605',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fx_12159',['eb_interp_cc2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af64d03e8a7ef3fe431ad37a22d8da69e',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fy_12160',['eb_interp_cc2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19f43092081da4b158d6417ba6ef650',1,'amrex']]], + ['eb_5finterp_5fcc2facecent_5fz_12161',['eb_interp_cc2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8289b410d7cd4e0064c73db4d361e733',1,'amrex']]], + ['eb_5finterp_5fcc_5fto_5fcentroid_12162',['EB_interp_CC_to_Centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacd5723b8bb544b8feedee372294e10c',1,'amrex']]], + ['eb_5finterp_5fcc_5fto_5ffacecentroid_12163',['EB_interp_CC_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abcbe7f0f5cd9b990c3b3946e3b0419c2',1,'amrex']]], + ['eb_5finterp_5fcellcentroid_5fto_5ffacecentroid_12164',['EB_interp_CellCentroid_to_FaceCentroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a84f2fd1d8faaa80410294ddfc4c4158f',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, AMREX_D_DECL(MultiFab &phi_xface, MultiFab &phi_yface, MultiFab &phi_zface), int scomp, int dcomp, int ncomp, const Geometry &a_geom, const Vector< BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4184f019cdc6b48fa68be6496681b8',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Vector< MultiFab * > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f1af042b358543413af13507e891e2',1,'amrex::EB_interp_CellCentroid_to_FaceCentroid(const MultiFab &phi_centroid, const Array< MultiFab *, AMREX_SPACEDIM > &phi_faces, int scomp, int dcomp, int nc, const Geometry &geom, const amrex::Vector< amrex::BCRec > &a_bcs)']]], + ['eb_5finterp_5fcentroid2facecent_5fx_12165',['eb_interp_centroid2facecent_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afbe495de221a8edcb3e8566f047353be',1,'amrex']]], + ['eb_5finterp_5fcentroid2facecent_5fy_12166',['eb_interp_centroid2facecent_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a20f22656c1c33ddd41b9bf6ff16ce05a',1,'amrex']]], + ['eb_5finterp_5fcentroid2facecent_5fz_12167',['eb_interp_centroid2facecent_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abae204af4eca5590b6fbdbdf3ea38c26',1,'amrex']]], + ['eb_5finterp_5fin_5fquad_12168',['EB_interp_in_quad',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aefcca7679b76de3867191843450d69f3',1,'amrex']]], + ['eb_5frereflux_5ffrom_5fcrse_12169',['eb_rereflux_from_crse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9df63fc752ddecfc0659aa645670462',1,'amrex']]], + ['eb_5frereflux_5fto_5ffine_12170',['eb_rereflux_to_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0c65969b354bed7478ab5716942fdbad',1,'amrex']]], + ['eb_5fset_5fcovered_12171',['EB_set_covered',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3baedaa2c05dc91fb1b9b36dc61e128d',1,'amrex::EB_set_covered(MultiFab &mf, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac619d99ccf677b91c436697814e9a3c4',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d1f42bca3823efe8ae8998c9a1ae08e',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, const Vector< Real > &vals)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0a59d2ee3fb91d65cc6effb267f0a6b',1,'amrex::EB_set_covered(MultiFab &mf, int icomp, int ncomp, int ngrow, const Vector< Real > &a_vals)']]], + ['eb_5fset_5fcovered_5ffaces_12172',['EB_set_covered_faces',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a233a16599969d91372d51e1befabcbfc',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, Real val)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d795b6dab3e839da24a64b46179295',1,'amrex::EB_set_covered_faces(const Array< MultiFab *, AMREX_SPACEDIM > &umac, const int scomp, const int ncomp, const Vector< Real > &a_vals)']]], + ['eb_5fset_5fcovered_5fnodes_12173',['eb_set_covered_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81a28cf9f5aa320028c3b2d0c339c310',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb2c690637db28c101b2fafe2ea346e7',1,'amrex::eb_set_covered_nodes(int i, int j, int k, int n, int icomp, Array4< Real > const &d, Array4< EBCellFlag const > const &f, Real const *AMREX_RESTRICT v)']]], + ['ebcellflag_12174',['EBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a723976c16179e5d5bd57d3c21cf57958',1,'amrex::EBCellFlag::EBCellFlag() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a784e6b8a45a55b11c1ab074910b6af0f',1,'amrex::EBCellFlag::EBCellFlag(const EBCellFlag &rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a12b461c8a170594d3f9ba3ea7cbedd12',1,'amrex::EBCellFlag::EBCellFlag(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a6b2aa9bb33e890688b4864b56d957ae6',1,'amrex::EBCellFlag::EBCellFlag(uint32_t i) noexcept']]], + ['ebcellflagfab_12175',['EBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a037a336832dd36e4e28e512fbbd366b0',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aa21ee05268cabb67bb200801168253b9',1,'amrex::EBCellFlagFab::EBCellFlagFab(EBCellFlagFab &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#af6a0b6f99232ecdb6c7e7353c2166c8a',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a328da9c6a1ffe5ff87003fdc9d5a7e9d',1,'amrex::EBCellFlagFab::EBCellFlagFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a950b4a82b4c1eb79a628f7f85509d97d',1,'amrex::EBCellFlagFab::EBCellFlagFab(const EBCellFlagFab &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#afe1ba5fba45c24e88e142673c68073f6',1,'amrex::EBCellFlagFab::EBCellFlagFab(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a122af00c8e43d7f77b334e4ca8af8f3b',1,'amrex::EBCellFlagFab::EBCellFlagFab(Arena *ar) noexcept']]], + ['ebdatacollection_12176',['EBDataCollection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a37fa70dac3bcfbd63a096961c0a97899',1,'amrex::EBDataCollection::EBDataCollection(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ac8cfe908c7bcdc5b940444e767ceb37b',1,'amrex::EBDataCollection::EBDataCollection(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a279c06d895ec6ef61086ec173d57281d',1,'amrex::EBDataCollection::EBDataCollection(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, Vector< int > a_ngrow, EBSupport a_support)']]], + ['ebfarraybox_12177',['EBFArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af71cb8c5382b2d5b83150439f88f99b9',1,'amrex::EBFArrayBox::EBFArrayBox(Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab8aea0629538f258d11b34aacb04ad64',1,'amrex::EBFArrayBox::EBFArrayBox(const EBCellFlagFab &ebflag, const Box &bx, int ncomps, Arena *ar, const EBFArrayBoxFactory *factory=nullptr, int box_index=-1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ab04dcbd3b434a8553425a005ef78ec04',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a79ae85b92db76dc260c707b7df356fe2',1,'amrex::EBFArrayBox::EBFArrayBox(EBFArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aa9eec6391ebe9040da491ae57b41407b',1,'amrex::EBFArrayBox::EBFArrayBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a00d1e822adbb3114a5b7ae5b81f5015e',1,'amrex::EBFArrayBox::EBFArrayBox(const EBFArrayBox &)=delete']]], + ['ebfarrayboxfactory_12178',['EBFArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aa671c88f9bbc88f7824352ef14fedc45',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory()=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aad2e2bde5474a8a144c900d5bfaa5e8c',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(EBFArrayBoxFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ae76b4a906830e7b5094edc438e6cc9b9',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aff3ee653b5be6f3b58ec1c34ae2f461f',1,'amrex::EBFArrayBoxFactory::EBFArrayBoxFactory(const EBFArrayBoxFactory &)=default']]], + ['ebfluxregister_12179',['EBFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a14da975b0621f49220efd195ac6688c8',1,'amrex::EBFluxRegister::EBFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#afed46de9d982663ff8bf4bdd752811a9',1,'amrex::EBFluxRegister::EBFluxRegister()=default']]], + ['ebgodunov_5fcorner_5fcouple_5fxy_12180',['EBGodunov_corner_couple_xy',['../namespaceEBGodunovCornerCouple.html#a7670251a235d8e8a0029aa4d3d2be940',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fxz_12181',['EBGodunov_corner_couple_xz',['../namespaceEBGodunovCornerCouple.html#a080e49a78a054a19a43018df9f3315e6',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fyx_12182',['EBGodunov_corner_couple_yx',['../namespaceEBGodunovCornerCouple.html#ab83b76b3788f563af772721e08d38746',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fyz_12183',['EBGodunov_corner_couple_yz',['../namespaceEBGodunovCornerCouple.html#ac0aa6f581853d220ac872e19459f275f',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fzx_12184',['EBGodunov_corner_couple_zx',['../namespaceEBGodunovCornerCouple.html#a252e58193c4307115fd9019c47bbaf6e',1,'EBGodunovCornerCouple']]], + ['ebgodunov_5fcorner_5fcouple_5fzy_12185',['EBGodunov_corner_couple_zy',['../namespaceEBGodunovCornerCouple.html#a20333045bcf5a9b6fa34e4673453be03',1,'EBGodunovCornerCouple']]], + ['ebgridcoverage_12186',['EBGridCoverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a98aef451a26944bbc183885f613370e3',1,'amrex::EBToPVD']]], + ['ebplane_12187',['EBPlane',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa5637df03e164faf757177e7333e5d0b',1,'amrex::algoim::EBPlane::EBPlane(GpuArray< Real, 3 > const &c, GpuArray< Real, 3 > const n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a6a73bedd66de0d9db79f8af959ad72d3',1,'amrex::algoim::EBPlane::EBPlane(Real cx, Real cy, Real cz, Real nx, Real ny, Real nz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a99b33ff9062162a71e2f1533c76c3a3e',1,'amrex::algoim::EBPlane::EBPlane()=default']]], + ['ebtopolygon_12188',['EBToPolygon',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#ad8094e8ba844bca4f39cecff49aa5b86',1,'amrex::EBToPVD']]], + ['ebtopvd_12189',['EBToPVD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aee45f02c64e45397af7d92d3557e26e6',1,'amrex::EBToPVD']]], + ['edgefluxregister_12190',['EdgeFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a89a4c8560bbedddef433d4467a8dcfd4',1,'amrex::EdgeFluxRegister::EdgeFluxRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a80d8a50bf42890675c5e06ae694b66ce',1,'amrex::EdgeFluxRegister::EdgeFluxRegister(const BoxArray &fba, const BoxArray &cba, const DistributionMapping &fdm, const DistributionMapping &cdm, const Geometry &fgeom, const Geometry &cgeom, int nvar=1)']]], + ['eff_12191',['eff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a663b75105444c3cfca994b499b52d038',1,'amrex::Cluster']]], + ['elemwisemax_12192',['elemwiseMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0998756a313c73e425a7e2b4b96d02dd',1,'amrex::elemwiseMax(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ca24d0cad7a50b4e33d7e1cf2d62cf4',1,'amrex::elemwiseMax(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93a16e30ea4ae11d5478b61bc66508be',1,'amrex::elemwiseMax(T const &a, T const &b) noexcept']]], + ['elemwisemin_12193',['elemwiseMin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d1d3dbaf7cb3e6b36c6151d59228362',1,'amrex::elemwiseMin(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a596c8bdb575a0bb55727422ca467ca83',1,'amrex::elemwiseMin(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4bfe8e79990e6c03cf02379c2b883a8',1,'amrex::elemwiseMin(T const &a, T const &b) noexcept']]], + ['elixir_12194',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#afbafbee2ae0733e7b642416a6c0e1d95',1,'amrex::Gpu::Elixir']]], + ['elixir_12195',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< char >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< AtomicInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'amrex::BaseFab::elixir()']]], + ['elixir_12196',['Elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a73116015261623afc75de5846c536d60',1,'amrex::Gpu::Elixir::Elixir(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a62d8be14e66b536bcadc7689658054db',1,'amrex::Gpu::Elixir::Elixir(void *p, Arena *arena) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9a11ead76662a1fb2d86201dea17a33f',1,'amrex::Gpu::Elixir::Elixir() noexcept=default']]], + ['elixir_12197',['elixir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< EBCellFlag >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< int >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< PetscInt >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< Real >::elixir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac5a36d719054f74a00bfc52e10ec9918',1,'BaseFab< HYPRE_Int >::elixir()']]], + ['ellipsoidif_12198',['EllipsoidIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a12391461b3aaeda3b88f48f56bd7a38c',1,'amrex::EB2::EllipsoidIF']]], + ['empty_12199',['empty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::STLtools::Triangle >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::openbc::MomTag >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::NeighborCode >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::BoxND >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'amrex::PODVector::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abe6aa2080bb4a68eaded92e7e3e6efd6',1,'amrex::ParticleTile::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a3d57d55dc4495341b7bd6de0ac9e4bd6',1,'amrex::ForkJoin::MFFork::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a7ebc7ce80aded82313b3f96ba0f14d8e',1,'amrex::EB2::IndexSpace::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab96a1c213fe6e5f402c4e006608564f5',1,'amrex::FabArrayBase::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3e7cd82f169573dfa29f3d453a9a40b9',1,'amrex::DistributionMapping::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae71159edaa4456e59699f01955144d97',1,'amrex::BoxArray::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a121a968277c299409b1b6e98fa2d8b08',1,'amrex::ArrayOfStructs::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a356f63835bfba5626b9e6cd884d895d0',1,'amrex::ArrayOfStructs::empty() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a25710d2c2fdeae4c7b7b36ca2a1e5b90',1,'amrex::AMReX::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a9e63e0b6010d96773d6d6ffc15d78373',1,'amrex::Stack::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< index_type >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int *, DefaultAllocator< int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< std::size_t >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< unsigned int >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a193e31f7db819b274b09730561007716',1,'amrex::StructOfArrays::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int *, DefaultAllocator< const int * > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< const int * >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< char >::empty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af46775770f6ac9e8696c8e8fd80da03e',1,'PODVector< amrex::XDim3 >::empty()']]], + ['enablefpexcept_12200',['enableFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aebfde21396d2ff792d29469193f4853e',1,'amrex']]], + ['enableinverse_12201',['enableInverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a10946f0902af75ab296818655fa6b388',1,'amrex::NeighborParticleContainer']]], + ['enabletiling_12202',['EnableTiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a30f81d409ee420d0e8865c0c7668b0f7',1,'amrex::MFItInfo']]], + ['enclosedcells_12203',['enclosedCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'BoxND< AMREX_SPACEDIM >::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3feb0da0522ac48ea3b54e5010569bb6',1,'amrex::enclosedCells(const BoxND< dim > &b, int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ec2fad673a480d19d23063601a04c9d',1,'amrex::enclosedCells(const BoxND< dim > &b, Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6cf5a4e801f25e9413f51678fea8c36',1,'amrex::enclosedCells(const BoxND< dim > &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac6147deef62aa311d8c7bbf681fc35ce',1,'amrex::BoxArray::enclosedCells(int dir)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8199954b0860a879faa63867400b5435',1,'amrex::BoxArray::enclosedCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'BoxND< AMREX_SPACEDIM >::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'BoxND< AMREX_SPACEDIM >::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ae42dcbee8907dc8b9c203c9ba7c5998f',1,'amrex::BoxND::enclosedCells(Direction d) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9b5c6fc3bf92ac01341aa97dc3b4c4b9',1,'amrex::BoxND::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a821a9d499c7795c593c3b5ebcaaf5ab0',1,'amrex::BoxND::enclosedCells() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a678c17d31bc353ead03cffed5c4e1574',1,'amrex::BoxList::enclosedCells(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9ed198bd9ceb2268f1219c2e0375bdbb',1,'amrex::BoxList::enclosedCells() noexcept']]], + ['end_12204',['end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< std::size_t >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< std::size_t >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< unsigned int >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< unsigned int >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a3b5576e8ad5290c80b9fddc284213506',1,'amrex::Gpu::range_detail::range_impl::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a81c9df182cc9ede59e3eb3f75e144957',1,'amrex::RealVect::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a02b3f4a04dc877e51bf6a2340ab1046e',1,'amrex::RealVect::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a477680d9afe24f0598b16e436151df7d',1,'amrex::WeightedBoxList::end() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ade62e0019a5532341887838a1d6b0b44',1,'amrex::WeightedBoxList::end()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68910ee43a4d4544d54a2a6fe26454e2',1,'amrex::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< bool, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const int *, NArrayInt >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const int *, NArrayInt >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< const ParticleReal *, NArrayReal >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< const ParticleReal *, NArrayReal >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int *, NAI >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int *, NAI >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 2 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 2 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, 4 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< bool, N >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal *, NAR >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal *, NAR >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, 3 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, 3 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real, nelems >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real, nelems >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a47792c2340e22a0d2c71fdd916a5541c',1,'amrex::BinIterator::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'amrex::Array1D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'amrex::Array1D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#afa1c2333b561137170efd8d6a1c7594a',1,'Array1D< int, 0, N-1 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a248a4a97275ccc2c644ccebb5327c688',1,'Array1D< int, 0, N-1 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'amrex::Array2D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'amrex::Array2D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#aedd8fdf9c40df37ea0f9f74e8c2417d4',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a6c11e88a9c5d43efdbfc6f1acef6397d',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a410f693b45520d607c4e93afb9a84b77',1,'amrex::Array3D::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a2d1ef1b7c2e47b29c305b9d5854ee1c9',1,'amrex::Array3D::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a873f640763a9782db4c3b207c11e01ff',1,'amrex::ArrayOfStructs::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa2a7d293afbee43a583574e79e025ef4',1,'amrex::ArrayOfStructs::end() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxDomain::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxDomain::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a3f031aa03b4e913c8fa413cf76d1807d',1,'amrex::BoxList::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a35fb0445d4f861be4ed66bf9861e9f14',1,'amrex::BoxList::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'amrex::GpuArray::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'amrex::GpuArray::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::Interval, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::Interval, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< amrex::EB2::PolyTerm, N >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::XDim3 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aeb622512186a795918ecff9ba9198f17',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int *, DefaultAllocator< int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int *, DefaultAllocator< int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::XDim3 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int * >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int * >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const int *, DefaultAllocator< const int * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal * >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< index_type >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a79159efea84c4002316373347f4c8327',1,'GpuArray< Real,(M+2) *(M+1)/2 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'amrex::IntVectND::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'amrex::IntVectND::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a0c709240ec4bb148609ce350efd2faa2',1,'IntVectND< AMREX_SPACEDIM >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a87cbb704d6b807701ea727b783cf0d40',1,'IntVectND< AMREX_SPACEDIM >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a2d37e953b78d6106dbd29c8cb8775270',1,'amrex::Neighbors::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a90e48fc334e395d5342ca85558949e95',1,'amrex::Neighbors::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'amrex::PODVector::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'amrex::PODVector::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::end()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::BoxND >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::BoxND >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::NeighborCode >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::NeighborCode >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::openbc::MomTag >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::openbc::MomTag >::end() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a834016620c6c540a3af5cbe7a2637bed',1,'PODVector< amrex::STLtools::Triangle >::end() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#acd98b753ad23f8ace8640192eaf907e2',1,'PODVector< amrex::STLtools::Triangle >::end() const noexcept']]], + ['end_5fiv_12205',['end_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf8e1719e14c677c57c5d2446608e9bb',1,'amrex']]], + ['endparallel_12206',['EndParallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a990d0a17b08dcd68a0d77a7b35cfebaf',1,'amrex::ParallelDescriptor']]], + ['endteams_12207',['EndTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1f1780bd83ee339ade2a2dd702473e20',1,'amrex::ParallelDescriptor']]], + ['endx_12208',['EndX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a1aa0d54b004e6d96d59820de7b94cb22',1,'amrex::XYPlotDataList']]], + ['endxi_12209',['EndXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#ae8c16dcec1c3fa6651a2d328c61eb47c',1,'amrex::XYPlotDataListLink']]], + ['enforceinoutsolvability_12210',['enforceInOutSolvability',['../namespaceHydroUtils.html#a3c4af1f820880e67509b84b57e988090',1,'HydroUtils::enforceInOutSolvability(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM >> &vels_vec, amrex::BCRec const *bc_type, const amrex::Vector< amrex::Geometry > &geom, bool include_bndry_corners=false)'],['../group__Utilities.html#ga5677f456538ed66e94185b0050bc6e2d',1,'HydroUtils::enforceInOutSolvability(const Vector< Array< MultiFab *, AMREX_SPACEDIM >> &vels_vec, const BCRec *bc_type, const Vector< Geometry > &geom, bool include_bndry_corners)']]], + ['enforceperiodic_12211',['enforcePeriodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d4982679d65bfe0ea15633d2c6bbca1',1,'amrex']]], + ['enforceperiodicity_12212',['EnforcePeriodicity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< FArrayBox >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::CutFab >::EnforcePeriodicity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< TagBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< TagBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< IArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< IArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< FArrayBox >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< FArrayBox >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::Mask >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::Mask >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::EBCellFlagFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::CutFab >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< PetscInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'FabArray< amrex::BaseFab< AtomicInt > >::EnforcePeriodicity(const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a076781df7b9077c51fecd6a62172ed74',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aecf0e342dcbe19b9bb23e73c326155ff',1,'amrex::FabArray::EnforcePeriodicity(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adb282b42c0eb97cbb55037bc7bdea04a',1,'amrex::FabArray::EnforcePeriodicity(const Periodicity &period)']]], + ['enforceperiodicwhere_12213',['EnforcePeriodicWhere',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere(P &prt, ParticleLocData &pld, int lev_min=0, int lev_max=-1, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a460bbf5e47586a2d48353747798e0a1e',1,'amrex::ParticleContainer_impl::EnforcePeriodicWhere(P &p, ParticleLocData &pld, int lev_min, int lev_max, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5fd964d32b82510c6625589b9038b251',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::EnforcePeriodicWhere()']]], + ['ensurethreadsafetiles_12214',['EnsureThreadSafeTiles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6f51f01e9f0350a8b447ee451d0efb',1,'amrex']]], + ['erase_12215',['erase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const int *, DefaultAllocator< const int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< const ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< index_type >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< index_type >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< int *, DefaultAllocator< int * > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< int >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#abc45977f12640b8ad7f2ead09eadafb9',1,'amrex::WeightedBoxList::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a745d2d5f1157d1c3cb6b620f5544e01d',1,'amrex::AMReX::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ae74cdb62144ce25c901b6df72013dc89',1,'amrex::ArrayOfStructs::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#aff6283995254b7660c80cd420d99886b',1,'amrex::EB2::IndexSpace::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'amrex::PODVector::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'amrex::PODVector::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::BoxND >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::BoxND >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< char >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::NeighborCode >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::openbc::MomTag >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::STLtools::Triangle >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::STLtools::Triangle >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< amrex::XDim3 >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal * >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal * >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< unsigned int >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< unsigned int >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< std::size_t >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase(const_iterator a_first, const_iterator a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::erase(const_iterator a_pos)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa99bd0cb7a274579760788af8dbd2dea',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< std::size_t >::erase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1299b5a44efad2f0c8966d45ad0b61f5',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::erase()']]], + ['errfunc_12216',['errFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a71511c07ba07eb68b24293472bbceb24',1,'amrex::ErrorRec']]], + ['errfunc2_12217',['errFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a699129622e8dca590420730ce595e291',1,'amrex::ErrorRec']]], + ['error_12218',['Error',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4626a95cf1e8912372ab227213a7b8a0',1,'amrex::Error(const char *msg=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa5d048f7bf7386b6976b10001a5f8b4',1,'amrex::Error(const std::string &msg)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ad1154a83c8009b45e609ece0f5c7b69f',1,'hacc::Error::Error()']]], + ['error_5fhost_12219',['Error_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a620a62df5f47fd577e2628f850a447fc',1,'amrex']]], + ['errorcheck_12220',['ErrorCheck',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e72d3661b320758c41e4a548b80beec',1,'amrex::Gpu']]], + ['errorest_12221',['ErrorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d8e1e1b2e8fa5a1a5055ed761a2410d',1,'amrex::AmrMesh']]], + ['errorest_12222',['errorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a75c6f30a5526b2d5dbbb24646f71dc8b',1,'amrex::AmrLevel']]], + ['errorest_12223',['ErrorEst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a88c72a4b4558c782239743af1f3b0789',1,'amrex::AmrCore::ErrorEst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a80b107efe79904f079c92600156e523d',1,'amrex::Amr::ErrorEst()']]], + ['errorfunc_12224',['ErrorFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a95fde6ed4cbd0d479c01ab85c85b05c7',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f792e96b23993415bd7d9bba649aa31',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFuncDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a3f1699d51a9cf12c7d8e928687db32cb',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc3DDefault inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a53f51625afac95ad21c2b44edf7fef76',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a0038d07e8efa6df3c696f47cc8ae5d09',1,'amrex::ErrorRec::ErrorFunc::ErrorFunc(ErrorFunc &&)=delete']]], + ['errorfunc2_12225',['ErrorFunc2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#aacd6362e36161ff9bb312a1e24088901',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a02a3fc42ec877b30c62f546c68f89ba1',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2Default inFunc)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7e17b9c4b95d2c52127ca66a0e9aa707',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a7950d1179f7e53bc2932a492f5e3866d',1,'amrex::ErrorRec::ErrorFunc2::ErrorFunc2(ErrorFunc2 &&)=delete']]], + ['errorlist_12226',['ErrorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#aa0fc2d7a254ee23a1275a5f70148e283',1,'amrex::ErrorList']]], + ['errorrec_12227',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a084b0d2b58520edb6636b704949e61eb',1,'amrex::ErrorRec::ErrorRec(ErrorRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a7b04d755bf60782cae073b6f8e8fcaf4',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc2 &f2)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a0a51eb9a95b0246788657c8c48a8fc42',1,'amrex::ErrorRec::ErrorRec(std::string nm, int ng, ErrorType etyp, const ErrorRec::ErrorFunc &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a1a8fc733dbbb651b4797e1158446a06c',1,'amrex::ErrorRec::ErrorRec(ErrorRec const &)=delete']]], + ['errorstream_12228',['ErrorStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e213ab52cdac41e691ab49370b30a34',1,'amrex']]], + ['errorstring_12229',['ErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a07f31ae8d095a610856f2443abdcbb3a',1,'amrex::ParallelDescriptor']]], + ['errtype_12230',['errType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac34eccb332331b40360aeba63b73bbfa',1,'amrex::ErrorRec']]], + ['estimatework_12231',['estimateWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a03b21d394e621b009b473c427b4769d0',1,'amrex::AmrLevel']]], + ['euclid_5fprecond_5fconfigure_12232',['euclid_precond_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af635b8debb95a35dc7f5201129d4cd5b',1,'amrex::HypreIJIface']]], + ['eval_12233',['eval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#acf76d5c7c3027a29928d07b2572475a8',1,'amrex::ReduceOps::eval()'],['../group__BDS.html#gaa7469136756ab6d49a47c3e271a39f89',1,'eval(const Real s, Array1D< Real, 1, 7 > &slope, Array1D< Real, 1, 3 > &del): hydro_bds_edge_state_3D.cpp'],['../group__BDS.html#gaccc1e28576429e09eb4dec0131e911ff',1,'eval(const Real s, Array1D< Real, 1, 3 > &slope, Array1D< Real, 1, 2 > &del): hydro_bds_edge_state_2D.cpp'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ae31b17cbb88dce4057e7412cb0b5a7b4',1,'amrex::SplineDistFcnElement2d::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a85725ada8b311feda5f7c55611e7c3ed',1,'amrex::ParmParse::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a00463980dfb637a0c8f867ed55fa99b8',1,'amrex::ReduceOps::eval()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ade3a8b7cb056567a40e8be98e24d3260',1,'amrex::algoim::QuadratureRule::eval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a58753cc90f873de11316249189d438ca',1,'amrex::ReduceOps::eval(Box const &box, N ncomp, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a705e92f33933692615787d722642c37c',1,'amrex::ReduceOps::eval(Box const &box, D &reduce_data, F const &f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#ab6d0e3293d5341c89aad5b8acc8abd47',1,'amrex::ReduceOps::eval(MF const &mf, IntVect const &nghost, int ncomp, D &reduce_data, F &&f)']]], + ['eval_5fmf_12234',['eval_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a6ee0df1c765e4839d3e453159681baf8',1,'amrex::ReduceOps']]], + ['evalintegrand_12235',['evalIntegrand',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a68bfd20ce2cfe059f08d82bcc99c268c',1,'amrex::algoim::ImplicitIntegral::evalIntegrand()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#a93e5266e3de3f1d636f081e118526ea2',1,'amrex::algoim::QuadratureRule::evalIntegrand()']]], + ['evalreduction_12236',['EvalReduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a0a2dd2d6e19976b8eaebb9d81a65718a',1,'amrex::Lazy']]], + ['evolve_12237',['evolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a31411280257ee4d2942a140cbead4635',1,'amrex::FEIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a97d9851462a6592d58c42ced9cb266a9',1,'amrex::IntegratorBase::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af0eddcd4e42f2e70d706c84108c812e7',1,'amrex::RKIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a688191347e4eef3fa6bc2714a8d51a0e',1,'amrex::SundialsIntegrator::evolve()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a2dcb9287cd56e0febfcdf00b3725aee7',1,'amrex::TimeIntegrator::evolve()']]], + ['exch_12238',['Exch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a170f55f8b9bd412d07a2ab2e825a4ee8',1,'amrex::Gpu::Atomic']]], + ['exclusive_5fscan_12239',['exclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3f116832e254a3422729b3455b22f18c',1,'amrex::Gpu']]], + ['exclusivesum_12240',['ExclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a375a3f04c8c0b11c577d168dbff3c9fd',1,'amrex::Scan']]], + ['execonfinalize_12241',['ExecOnFinalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec8ceac1148bd8331f3a51572068f8a0',1,'amrex']]], + ['execoninitialize_12242',['ExecOnInitialize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6911748ceb0d88bf5b6bf7f3f0402e97',1,'amrex']]], + ['executionconfig_12243',['ExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a08f6a3b8fe37c3a6c070a86b6771abf4',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(dim3 nb, dim3 nt, std::size_t sm=0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a37cfbe8246a2b757ee9753ee96f03385',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a6aae308317a5d0b1f713f8f5e6da30e0',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box, int comps) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aac93b82b3c746e0c6183e801898b3271',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig(const Box &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#abe1e6e1f5ba30f2630030521cd1f2a2f',1,'amrex::Gpu::ExecutionConfig::ExecutionConfig() noexcept']]], + ['exist_12244',['Exist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ab895515b73ef0cdc6d0e06c7590f3e76',1,'amrex::VisMF']]], + ['exists_12245',['Exists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html#afee9c962b3446b2d10724c21add85f8c',1,'amrex::FileSystem']]], + ['exp_12246',['exp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7188a3015dcffc0938b6cb74def1c7f',1,'amrex']]], + ['expand_12247',['expand',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'amrex::BoxND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'IntVectND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ad9709a1183dce4b5bc038dc4aac65db7',1,'amrex::IntVectND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'IndexTypeND< AMREX_SPACEDIM >::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9c7818564b213d4f83458940f6f1dd7f',1,'amrex::IndexTypeND::expand()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a72605b11a07738a066ad346c5c7f8d62',1,'BoxND< AMREX_SPACEDIM >::expand()']]], + ['expect_12248',['expect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#afb2cf096f98b60b178bd5ee592876680',1,'amrex::expect::expect(std::string str_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a76c80085267c42ef73ed0e63c65af898',1,'amrex::expect::expect(char c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#a29077faf3a3650e3eeb67285023d7e5e',1,'amrex::expect::expect(const char *istr_)']]], + ['expr_12249',['expr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a39e13b29c0ab51b5a27264c706a1d7a8',1,'amrex::Parser::expr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a52ec8f4544dd1e6875dff68e3d35a491',1,'amrex::IParser::expr()']]], + ['extenddataoutsidedomain_12250',['extendDataOutsideDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a49ed9d07cf0f8fc92b793d52190ad6f4',1,'amrex::EBDataCollection']]], + ['extenddomainface_12251',['ExtendDomainFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a2258b3042676370ae01a2968e6962765',1,'amrex::EB2']]], + ['extent_12252',['extent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#af29ddffe552640cdadd8dec27b352074',1,'amrex::algoim::BoundingBox']]], + ['extrap_12253',['extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831ab234733f1a75b0d42fffa6a3db0a',1,'amrex::StateDescriptor']]], + ['extrapveltofaces_12254',['ExtrapVelToFaces',['../namespaceEBMOL.html#a7add53a153ade9c5cb83e79a61ad1929',1,'EBMOL::ExtrapVelToFaces()'],['../group__Utilities.html#gab2dc90cd2e60a11e5fae0bfa3fc68e98',1,'HydroUtils::ExtrapVelToFaces()'],['../namespaceGodunov.html#aa28d3b1616afb53afb23edd90599bf2b',1,'Godunov::ExtrapVelToFaces()'],['../namespaceMOL.html#a0fe3320639aceebe9c4f821287f26913',1,'MOL::ExtrapVelToFaces()'],['../namespaceEBGodunov.html#a9f011229326650b60adef228f8a54f96',1,'EBGodunov::ExtrapVelToFaces()']]], + ['extrapveltofacesbox_12255',['ExtrapVelToFacesBox',['../namespaceEBMOL.html#a11b5b3fa29c007fd465a4bba443c433f',1,'EBMOL::ExtrapVelToFacesBox()'],['../namespaceMOL.html#ac44045406d48f0a8144e60b576bb04b0',1,'MOL::ExtrapVelToFacesBox()']]], + ['extrapveltofacesonbox_12256',['ExtrapVelToFacesOnBox',['../namespaceEBGodunov.html#abcdbfbbc5a098883686937dbab7ace35',1,'EBGodunov::ExtrapVelToFacesOnBox()'],['../namespaceGodunov.html#a7ede3a0e23c54a08155c0de529607a3b',1,'Godunov::ExtrapVelToFacesOnBox()']]], + ['extrude_12257',['extrude',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#af22e02a05f7ebca1e0d5945ed320b7f0',1,'amrex::EB2']]], + ['extrusionif_12258',['ExtrusionIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#afd5f25acf2430a1731b18ea4b2e94024',1,'amrex::EB2::ExtrusionIF']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_6.js b/amrex-hydro/Doxygen/html/search/functions_6.js index 6b219a2..56b7ea3 100644 --- a/amrex-hydro/Doxygen/html/search/functions_6.js +++ b/amrex-hydro/Doxygen/html/search/functions_6.js @@ -1,215 +1,215 @@ var searchData= [ - ['f_12198',['f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a',1,'amrex::SundialsUserFun']]], - ['fab_5ffilcc_12199',['fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed',1,'amrex']]], - ['fab_5ffilfc_12200',['fab_filfc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482',1,'amrex']]], - ['fab_5ffilnd_12201',['fab_filnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7584537c492af5e1cad3da079a51c324',1,'amrex']]], - ['fab_5fto_5ffab_12202',['fab_to_fab',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a6fd0b0eaa86bb8985f5471f13b76ce44',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a64fb439cf906e12eddb15e737070a293',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f, Vector< Array4Tag< int > > const &masks)']]], - ['fab_5fto_5ffab_5fatomic_5fadd_12203',['fab_to_fab_atomic_add',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#ab1edc85caabaea9ac0a3b1e5cf851f17',1,'detail']]], - ['fab_5fto_5ffab_5fatomic_5fcpy_12204',['fab_to_fab_atomic_cpy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afc1b915037c4dab142f1df60d412713e',1,'detail']]], - ['fabarray_12205',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< FArrayBox >::FabArray(FabArray< FArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< FArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< FArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::Mask >::FabArray(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::Mask >::FabArray(FabArray< amrex::Mask > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::Mask >::FabArray(const FabArray< amrex::Mask > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< IArrayBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::EBCellFlagFab >::FabArray(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< FArrayBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< IArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< IArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< IArrayBox >::FabArray(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< TagBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< TagBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< TagBox >::FabArray(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::EBCellFlagFab >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'amrex::FabArray::FabArray(FabArray< FAB > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::EBCellFlagFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::EBCellFlagFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::CutFab >::FabArray(FabArray< amrex::CutFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::CutFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::CutFab >::FabArray()']]], - ['fabarraybase_12206',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16240683aaab59d05d3659c64723890f',1,'amrex::FabArrayBase::FabArrayBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa8a53e00ad4f706959f791ca7fdaf087',1,'amrex::FabArrayBase::FabArrayBase(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a474c8b827c1db51691c9e98263508d31',1,'amrex::FabArrayBase::FabArrayBase(FabArrayBase &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab81793c2f32c7430eed823483c6c41a4',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2626dd8a948d7ef6dcb5ea286709ad6e',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)']]], - ['fabarraycopydescriptor_12207',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FArrayBox > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FArrayBox > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor()=default']]], - ['fabarrayheadernames_12208',['FabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a024ebcb9c74754c219b73d26d31683af',1,'amrex::StateData']]], - ['fabarrayid_12209',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#adb43623e0ecf9d945d217e578d5303b3',1,'amrex::FabArrayId']]], - ['fabbox_12210',['fabbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adce0fffa78b25dbbfa1f82701e579425',1,'amrex::FabArrayBase::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a713e5ea61895380c2c6c036297ecc865',1,'amrex::FabSetT::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3290eb14472377e0118842344967a44c',1,'amrex::MFIter::fabbox()']]], - ['fabcopydescriptor_12211',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3d6e218f177ba9156deff887f2356d67',1,'amrex::FabCopyDescriptor::FabCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a19def3b9d982e1bb4b399d5f79bda16e',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#ad3452f40f7460d04c39e99172fc9d2f7',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(FabCopyDescriptor &&)=delete']]], - ['fabfactory_12212',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< amrex::FArrayBox >::FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'amrex::FabFactory::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'amrex::FabFactory::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'amrex::FabFactory::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< amrex::FArrayBox >::FabFactory() noexcept=default']]], - ['fabindex_12213',['FabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ae5030aac852320ee49bcd85fb1037122',1,'amrex::FillBoxId::FabIndex(int fabindex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a41defdd0b7535f207e7392ac8de78b27',1,'amrex::FillBoxId::FabIndex() const']]], - ['fabio_5fbinary_12214',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#aee3c27ce2964611aa91c4744d7cc9406',1,'amrex::FABio_binary']]], - ['fabondisk_12215',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#ac7c765ae909a7f868ac88ab8bd489d45',1,'amrex::VisMF::FabOnDisk::FabOnDisk(std::string name, Long offset)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a47058a642fd8a8cc15b5886eeae21539',1,'amrex::VisMF::FabOnDisk::FabOnDisk()=default']]], - ['fabptr_12216',['fabPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::Mask >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::Mask >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< FArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< FArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< IArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< IArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< TagBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< TagBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::EBCellFlagFab >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'amrex::FabArray::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'amrex::FabArray::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'amrex::FabArray::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'amrex::FabArray::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::CutFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::CutFab >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::Mask >::fabPtr()']]], - ['fabreadlink_12217',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a780255f3f6be282ff85c647ce042d5d0',1,'amrex::VisMF::FabReadLink::FabReadLink(int ranktoread, int faindex, Long fileoffset, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a8165889d341e3226df7895e95a0eeb41',1,'amrex::VisMF::FabReadLink::FabReadLink()=default']]], - ['fabsetiter_12218',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html#aba7907f2d48271db876e35aa436ae78d',1,'amrex::FabSetIter']]], - ['fabsett_12219',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa7c034044bb072771c1c29a6c7b261d3',1,'amrex::FabSetT::FabSetT(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#afcbce0473a1b37b8c02866c26bbb048b',1,'amrex::FabSetT::FabSetT(FabSetT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a764097b02ec9ebbbd538b985beffc3bb',1,'amrex::FabSetT::FabSetT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa9a230d3eb8b231296f22ab79f19837d',1,'amrex::FabSetT::FabSetT() noexcept=default']]], - ['fabtoblueprintfields_12220',['FabToBlueprintFields',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a',1,'amrex']]], - ['fabtoblueprinttopology_12221',['FabToBlueprintTopology',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807d001969408582d355a731cedac987',1,'amrex']]], - ['face_5fcons_5flinear_5fface_5finterp_12222',['face_cons_linear_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fx_12223',['face_linear_face_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fy_12224',['face_linear_face_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea',1,'amrex']]], - ['face_5flinear_5fface_5finterp_5fz_12225',['face_linear_face_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9bdb046290321944dba88455d030115',1,'amrex']]], - ['face_5flinear_5finterp_5fx_12226',['face_linear_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8',1,'amrex::face_linear_interp_x(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa143e23e7784eca50c904ce19588d503',1,'amrex::face_linear_interp_x(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept']]], - ['face_5flinear_5finterp_5fy_12227',['face_linear_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475',1,'amrex::face_linear_interp_y(int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff',1,'amrex::face_linear_interp_y(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], - ['face_5flinear_5finterp_5fz_12228',['face_linear_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], - ['facedir_12229',['faceDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#abcc064a6070e3e2deab527311ac91135',1,'amrex::Orientation']]], - ['facediv_5fface_5finterp_12230',['facediv_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a',1,'amrex']]], - ['facediv_5fint_12231',['facediv_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab',1,'amrex']]], - ['facets_5fnearest_5fpt_12232',['facets_nearest_pt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa62287d7ded7d4e0e10300835ed32d35',1,'amrex::detail']]], - ['factory_12233',['Factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< IArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1a8e1ff322aee598d7b72877b272545e',1,'amrex::AmrLevel::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'amrex::FabArray::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< AtomicInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< PetscInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::CutFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::EBCellFlagFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::Mask >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< FArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a82894d26881a9d4dbabb3cfbf6053e4d',1,'amrex::StateData::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'MLLinOpT< Array< MultiFab, 3 > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'amrex::MLLinOpT::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< TagBox >::Factory()']]], - ['fapply_12234',['Fapply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a978a4e15703a7ddf71c557eba128dcbe',1,'amrex::MLEBNodeFDLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3872730e2ac7d69c58f2708d5454bb39',1,'amrex::MLNodeABecLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a489a483e778214ee6a0943001d816b80',1,'amrex::MLNodeLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afaae44c30405c4c8c2fdabede17a34ef',1,'amrex::MLNodeLinOp::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a732fecdd892bfe194c84bab01af655b6',1,'amrex::MLNodeTensorLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a2d89966c3e1177532c348493330ef63d',1,'amrex::MLEBABecLap::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3841e981caa197033fcd74eee93f0daf',1,'amrex::MLCellLinOpT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a7e7c474a3a2b509c38ec6f22eb810b23',1,'amrex::MLALaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8781967da72aea442a9f7837407004fe',1,'amrex::MLABecLaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a51fb5455fbb2f0940a4f4b99a03f1c44',1,'amrex::MLPoissonT::Fapply()']]], - ['farraybox_12235',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab84a91551a8302740bd50699504f22c2',1,'amrex::FArrayBox::FArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a374b94f1d571d67c7bc7025346824f1a',1,'amrex::FArrayBox::FArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a78cb311711d0a1b9b479d66d71fa1edf',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3c853d41aecaee21ed1f5ffab2ebed76',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa2977b85f283b49740400daed8ffe97a',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afbb6de44f26acc8ae2fa06e16571922f',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real const *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a46be1bc294541cf9d677f487baa07d68',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a77288fec7b52f0234da8cda2d0656d76',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a95a6bf59ff82ac52c34c7e72890fddc5',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a62129c1d812b781246c65abed1a6a608',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a862dcdbd4fbb34b292075f2c7bf44428',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae822ed6d1bc48190941617842d212243',1,'amrex::FArrayBox::FArrayBox(FArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a946a5c8f7f0b0e4a9021e542c7b39c2f',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a, IndexType t) noexcept']]], - ['fastdivmodu64_12236',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#af153f422ce6cbc50b12a7528b801aa7f',1,'amrex::Math::FastDivmodU64::FastDivmodU64()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#abdfbdb0c4abcf0304526080d9febbf42',1,'amrex::Math::FastDivmodU64::FastDivmodU64(std::uint64_t divisor_)']]], - ['fb_12237',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#afaefecbeba6b82464c68f2903f8444ea',1,'amrex::FabArrayBase::FB']]], - ['fb_5flocal_5fcopy_5fcpu_12238',['FB_local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< TagBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'amrex::FabArray::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::CutFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::Mask >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< FArrayBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< IArrayBox >::FB_local_copy_cpu()']]], - ['fb_5flocal_5fcopy_5fgpu_12239',['FB_local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< TagBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< IArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< FArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::Mask >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::CutFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'amrex::FabArray::FB_local_copy_gpu(const FB &TheFB, int scomp, int ncomp)']]], - ['fbep_5fnowait_12240',['FBEP_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'amrex::FabArray::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'amrex::FabArray::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< IArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< IArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< TagBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< TagBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)']]], - ['fbv_5fcopy_12241',['fbv_copy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a57582f00e55a4d632cb774c1c04b8e4e',1,'detail']]], - ['fe_12242',['fe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc',1,'amrex::SundialsUserFun']]], - ['feintegrator_12243',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a3a939c4bb592b14713d49cb3380c34fd',1,'amrex::FEIntegrator::FEIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a90b3d1c28484a9ccdc34c484942c462a',1,'amrex::FEIntegrator::FEIntegrator(const T &S_data, const amrex::Real time=0.0)']]], - ['ff_12244',['ff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1',1,'amrex::SundialsUserFun']]], - ['fflux_12245',['FFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a6bc221e1003d0f11d6d7f720f487afb7',1,'amrex::MLALaplacianT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af4097c02d7d7338535af34df84af7e61',1,'amrex::MLABecLaplacianT::FFlux(int amrlev, const MFIter &mfi, const Array< FAB *, AMREX_SPACEDIM > &flux, const FAB &sol, Location, int face_only=0) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a152a02f12bbe76529b604167332e7ebe',1,'amrex::MLABecLaplacianT::FFlux(Box const &box, Real const *dxinv, RT bscalar, Array< FAB const *, AMREX_SPACEDIM > const &bcoef, Array< FAB *, AMREX_SPACEDIM > const &flux, FAB const &sol, int face_only, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aede7210df6c1aca7b7bee58a88c3a75d',1,'amrex::MLPoissonT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf18c8ae23997154fd905cfbec158035',1,'amrex::MLEBABecLap::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af69b48f91ccf0266c5d219c0c24ea3c2',1,'amrex::MLCellLinOpT::FFlux()']]], - ['fi_12246',['fi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90',1,'amrex::SundialsUserFun']]], - ['field_12247',['Field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f18164eaa226a34be64abf48d9617ba',1,'amrex::AMRErrorTag']]], - ['fileexists_12248',['FileExists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35',1,'amrex']]], - ['filename_12249',['FileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9fad70f99318130bf5c883b3cbd20650',1,'amrex::NFilesIter::FileName() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a498f8a22acbe763c2df48062f3fe18bf',1,'amrex::NFilesIter::FileName(int nOutFiles, const std::string &filePrefix, int whichProc, bool groupSets)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a56f719e4f91d3d0ffbe3ec791236585f',1,'amrex::NFilesIter::FileName(int fileNumber, const std::string &filePrefix)']]], - ['filenumber_12250',['FileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a971648481cfcbc77ebd0258b2ea03538',1,'amrex::NFilesIter::FileNumber() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aee88f93815c534f75ecc51eda61c60c5',1,'amrex::NFilesIter::FileNumber(int nOutFiles, int whichProc, bool groupSets)']]], - ['filenumberswriteorder_12251',['FileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad9233c5996de29b80cfb5c0ac02e8214',1,'amrex::NFilesIter']]], - ['filenumberswritten_12252',['FileNumbersWritten',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a071c4306e5a102244c1461684ab17cf5',1,'amrex::NFilesIter']]], - ['fileoffset_12253',['FileOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1b41ff82637f2e2f4dd33f27a0d62ad1',1,'amrex::VisMF']]], - ['fileopenfailed_12254',['FileOpenFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0',1,'amrex']]], - ['filesize_12255',['FileSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a393accb69353384e42f45a34cb386180',1,'amrex']]], - ['fill_12256',['fill',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 4 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95',1,'amrex::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, nelems >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal *, NAR >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< bool, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int *, NAI >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real,(M+2) *(M+1)/2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const ParticleReal *, NArrayReal >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const int *, NArrayInt >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::EB2::PolyTerm, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::Interval, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'amrex::GpuArray::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a9cf2d33e663f0311539a96633ff7560d',1,'amrex::FillPatchIteratorHelper::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93e5303eea72dd1c6c8469f75ea51247',1,'amrex::FillPatcher::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a84b77230eb00f0ebb682f6751fc5184b',1,'amrex::STLtools::fill()']]], - ['fill_5fglobal_5fid_12257',['fill_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a42977b56e153d54d2503424197a077ce',1,'amrex::HypreSolver']]], - ['fill_5fglobal_5fnode_5fid_12258',['fill_global_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2510963c0a789333e3eb1cba036cc7ea',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fid_12259',['fill_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a392367fb9a32935314eb968bb2362f2d',1,'amrex::HypreSolver']]], - ['fill_5flocal_5fnode_5fid_12260',['fill_local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0359a94cef0d652dfc7dae61ef3d1ac7',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fnode_5fid_5fcpu_12261',['fill_local_node_id_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4dd726a8a74759ab3f68d1849d0cdf6d',1,'amrex::HypreNodeLap']]], - ['fill_5flocal_5fnode_5fid_5fgpu_12262',['fill_local_node_id_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#aad970086d1f98c702bcb5528a2299e1c',1,'amrex::HypreNodeLap']]], - ['fill_5fmatrix_12263',['fill_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6a50362b35729e2f0dc0df5cba4010df',1,'amrex::HypreSolver']]], - ['fill_5fsnan_12264',['fill_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< EBCellFlag >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'amrex::BaseFab::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< AtomicInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< char >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< HYPRE_Int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< PetscInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< Real >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad622d627e1fea988d361c48316ad9275',1,'amrex::fill_snan()']]], - ['fillallcalltimes_12265',['FillAllCallTimes',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8787ffaa01896a27e94b70384b26071',1,'RegionsProfStats']]], - ['fillareafrac_12266',['fillAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeaa558e8ea81b3d29afc053a49935264',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiCutFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeb91416d1cbdc2122b71db4010a5148b',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const']]], - ['fillasync_12267',['fillAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0c2569c007a55f5619e6242794f066e6',1,'amrex::Gpu']]], - ['fillbndryarea_12268',['fillBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac4b6718e4884f24643ca059555df983f',1,'amrex::EB2::Level::fillBndryArea(MultiFab &bndryarea, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ada911333bbc88c6c2dd0a2575fa8e70a',1,'amrex::EB2::Level::fillBndryArea(MultiCutFab &bndryarea, const Geometry &geom) const']]], - ['fillbndrycent_12269',['fillBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0f236404be3b81491ae8dd6d518b0e3f',1,'amrex::EB2::Level::fillBndryCent(MultiFab &bndrycent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aab73ea6f18230ee90540b3f844babf95',1,'amrex::EB2::Level::fillBndryCent(MultiCutFab &bndrycent, const Geometry &geom) const']]], - ['fillbndrynorm_12270',['fillBndryNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aaddc85a00634d7e6029ab17c9cb9fbb8',1,'amrex::EB2::Level::fillBndryNorm(MultiCutFab &bndrynorm, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a15e67ccc27c985eb2b8a11db46abdcab',1,'amrex::EB2::Level::fillBndryNorm(MultiFab &bndrynorm, const Geometry &geom) const']]], - ['fillboundary_12271',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< IArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< TagBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< TagBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< TagBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aed6d39f606b174ec63cda4bfb4e71efd',1,'amrex::PhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a7ca9ba16e42a6ffe8e9bcbabf51d25db',1,'amrex::StateData::FillBoundary(FArrayBox &dest, Real time, const Real *dx, const RealBox &prob_domain, int dest_comp, int src_comp, int num_comp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593e4c97974095398a43d0132ef3a868',1,'amrex::StateData::FillBoundary(Box const &bx, FArrayBox &dest, Real time, Geometry const &geom, int dest_comp, int src_comp, int num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a188dda70a1bd068a55d81ba4f74e2c4e',1,'amrex::StateDataPhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41',1,'amrex::NonLocalBC::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::Mask >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::CutFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::CutFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::CutFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'amrex::FabArray::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'amrex::FabArray::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'amrex::FabArray::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::Mask >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::Mask >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< FArrayBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< FArrayBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< FArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)']]], - ['fillboundary_5ffinish_12272',['FillBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814',1,'amrex::NonLocalBC::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()']]], - ['fillboundary_5fnowait_12273',['FillBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< IArrayBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< IArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< IArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e',1,'amrex::NonLocalBC::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< TagBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< TagBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< TagBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'amrex::FabArray::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'amrex::FabArray::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'amrex::FabArray::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< FArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::CutFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< FArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< FArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< FArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< FArrayBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::Mask >::FillBoundary_nowait(bool cross=false)']]], - ['fillboundary_5ftest_12274',['FillBoundary_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< TagBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< IArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< FArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::Mask >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::CutFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'amrex::FabArray::FillBoundary_test()']]], - ['fillboundaryandsync_12275',['FillBoundaryAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::Mask >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::Mask >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< IArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'amrex::FabArray::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'amrex::FabArray::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< IArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< TagBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< TagBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())']]], - ['fillboundaryandsync_5ffinish_12276',['FillBoundaryAndSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'amrex::FabArray::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< FArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< IArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< TagBox >::FillBoundaryAndSync_finish()']]], - ['fillboundaryandsync_5fnowait_12277',['FillBoundaryAndSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'amrex::FabArray::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'amrex::FabArray::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())']]], - ['fillboundarycoeff_12278',['FillBoundaryCoeff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a22d0dde0a531705c3148cd4669f21ed3',1,'amrex::MLNodeLaplacian']]], - ['fillboxid_12279',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a2b80ec26f52953b28e84ab531c5f8c32',1,'amrex::FillBoxId::FillBoxId()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a5d0dd9c7e86edf106a794bdc16dd53c5',1,'amrex::FillBoxId::FillBoxId(int newid, const Box &fillbox)']]], - ['fillcentroid_12280',['fillCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ae872e8dd53d7851e8baa7cda6c597925',1,'amrex::EB2::Level::fillCentroid(MultiFab &centroid, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ace69adcd1c99f57c02bbd7e6fbdca3bf',1,'amrex::EB2::Level::fillCentroid(MultiCutFab &centroid, const Geometry &geom) const']]], - ['fillcoarsefineboundary_12281',['fillCoarseFineBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93d1f3a709bbf485e19c948875fc6c0c',1,'amrex::FillPatcher']]], - ['fillcoarsepatch_12282',['FillCoarsePatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ebdb49d2d66ac577de280ed9ed0fd28',1,'amrex::AmrLevel']]], - ['fillcutcellmask_12283',['fillCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2475ff0518c5fb3e8f60b66ab728c4a0',1,'amrex::EB2::Level']]], - ['fillderiveplotvarlist_12284',['fillDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a075723bf2fb621f6decda9d20d4cb3ce',1,'amrex::Amr']]], - ['fillderivesmallplotvarlist_12285',['fillDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aac5f926db1c887325c23896f29feb866',1,'amrex::Amr']]], - ['filldomainboundary_12286',['FillDomainBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b',1,'amrex']]], - ['fillebcellflag_12287',['fillEBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7d35fe220526a3427bc11672e79c921f',1,'amrex::EB2::Level']]], - ['filledgecent_12288',['fillEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa8174a092dd237acf59e9145603b3104',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a9f121c3a3deb6a4cf27461c8745fd10d',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const']]], - ['fillfab_12289',['FillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'amrex::FabArrayCopyDescriptor']]], - ['fillfab_12290',['fillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aefcdeb44ca0770702422b5f7eb289234',1,'amrex::STLtools::fillFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a21626bdeb656074c2e675969aec678bb',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ab0feb076743b2a454e181404861c9ed9',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn run_on, Box const &bounding_box) const noexcept']]], - ['fillfab_12291',['FillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab, const Box &destBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'amrex::FabArrayCopyDescriptor::FillFab()']]], - ['fillfab_5fcpu_12292',['fillFab_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99bd263dac37b6f756eced9182e49eb0',1,'amrex::EB2::GeometryShop']]], - ['fillfacecent_12293',['fillFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a47c9d664df913ef2dd7289062f354f0a',1,'amrex::EB2::Level::fillFaceCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ab07114892a852fef77608e1cebdd5768',1,'amrex::EB2::Level::fillFaceCent(Array< MultiFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const']]], - ['fillflags_12294',['fillFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a1180158d9e9623e55d3d94563e5d078e',1,'particle_detail']]], - ['fillfromlevel0_12295',['FillFromLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a3717b8f03c3fb4395e1d121d870c36cc',1,'amrex::FillPatchIterator']]], - ['fillfromtwolevels_12296',['FillFromTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a9a2a1c98f5e635aa477f6a1e908c4840',1,'amrex::FillPatchIterator']]], - ['fillimpfunc_12297',['FillImpFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a',1,'amrex']]], - ['fillinterior_12298',['FillInterior',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afb5907b2c56371b7ab6b7d35c156d7bd',1,'amrex::AmrData']]], - ['filllevelset_12299',['fillLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a3d89b2bcea4e9cbf88291dba6cd8fc7c',1,'amrex::EB2::Level']]], - ['fillneighbors_12300',['fillNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2c1bf28f2552627e93d1587e977dd22a',1,'amrex::NeighborParticleContainer']]], - ['fillneighborsgpu_12301',['fillNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4dbc10fb057262215b756a2b4289b33c',1,'amrex::NeighborParticleContainer']]], - ['fillneighborsmpi_12302',['fillNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af3b5f685680bc88ad15c0f2cd5ee44c8',1,'amrex::NeighborParticleContainer']]], - ['fillnull_12303',['FillNull',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69',1,'amrex::FillNull(Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f',1,'amrex::FillNull(Vector< std::unique_ptr< T > > &a)']]], - ['fillpatch_12304',['FillPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a55c1a2d0040ba28bf022fb293113a5f2',1,'amrex::AmrLevel']]], - ['fillpatchadd_12305',['FillPatchAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa72cce79d9f341c7f9a11addfcaec95f',1,'amrex::AmrLevel']]], - ['fillpatcher_12306',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#af190f9e264e08dd6fec696c4ff84c53b',1,'amrex::FillPatcher']]], - ['fillpatcherfill_12307',['FillPatcherFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af7dbabf3cd9767f5e38dc96157986618',1,'amrex::AmrLevel']]], - ['fillpatchinterp_12308',['FillPatchInterp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46',1,'amrex::FillPatchInterp(MultiFab &mf_fine_patch, int fcomp, MultiFab const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, MFInterpolater *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, InterpBase *mapper, const Vector< BCRec > &bcs, int bcscomp)']]], - ['fillpatchiterator_12309',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#abf62b3ab66cfdfcba665f1a1d55a2e1f',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int idx, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aebdca878a23ab164decbcdd3bc1a9a20',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata)']]], - ['fillpatchiteratorhelper_12310',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af66f58fb3b807be2d8255c0d6f63addc',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int index, int scomp, int ncomp, InterpBase *mapper)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a10439c4fa30c39a2f12ba939498ab887',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata)']]], - ['fillpatchnlevels_12311',['FillPatchNLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a886f36aeb28a74726d439caf38872073',1,'amrex']]], - ['fillpatchsinglelevel_12312',['FillPatchSingleLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38',1,'amrex::FillPatchSingleLevel(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05934ee478017afcd9908667de64a79c',1,'amrex::FillPatchSingleLevel(MF &mf, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)']]], - ['fillpatchtwolevels_12313',['FillPatchTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b5440802e0895fcba37e6b295116585',1,'amrex::FillPatchTwoLevels(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12',1,'amrex::FillPatchTwoLevels(MF &mf, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], - ['fillpatchtwolevels_5fdoit_12314',['FillPatchTwoLevels_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8ef6805e58fc39ad6e68f3d513b6cac2',1,'amrex::detail::FillPatchTwoLevels_doit(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space, bool return_error_code=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18925ecee560b7b62b2434f643b8a2d1',1,'amrex::detail::FillPatchTwoLevels_doit(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space)']]], - ['fillpolar_12315',['FillPolar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, Box const &domain)']]], - ['fillrandom_12316',['FillRandom',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13',1,'amrex::FillRandom(MultiFab &mf, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225',1,'amrex::FillRandom(Real *p, Long N)']]], - ['fillrandomnormal_12317',['FillRandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5',1,'amrex::FillRandomNormal(Real *p, Long N, Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5',1,'amrex::FillRandomNormal(MultiFab &mf, int scomp, int ncomp, Real mean, Real stddev)']]], - ['fillregiontimeranges_12318',['FillRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4bf6706450f39ee6bf8764a9e6e5912',1,'RegionsProfStats']]], - ['fillrk_12319',['fillRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aa756e7fa531116007159b132f0312577',1,'amrex::FillPatcher']]], - ['fillrkpatch_12320',['FillRKPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a262e295c3b6e661f434303f502c9d442',1,'amrex::AmrLevel']]], - ['fillsendfab_12321',['FillSendFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a92f370455b087129323dcae88ae2fb57',1,'CommProfStats']]], - ['fillsigneddistance_12322',['FillSignedDistance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7',1,'amrex::FillSignedDistance(MultiFab &mf, bool fluid_has_positive_sign=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab',1,'amrex::FillSignedDistance(MultiFab &mf, EB2::Level const &ls_lev, EBFArrayBoxFactory const &eb_fac, int refratio, bool fluid_has_positive_sign=true)']]], - ['fillstateplotvarlist_12323',['fillStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa409f5572b79fbf4d109aeac4b810c86',1,'amrex::Amr']]], - ['fillstatesmallplotvarlist_12324',['fillStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#accc5b95bd9e05e81871f28975760f74f',1,'amrex::Amr']]], - ['fillvaluesimpl_12325',['fillValuesImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6',1,'amrex::detail']]], - ['fillvar_12326',['FillVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a685ca8742a6b888e3f8b43edf70a8d27',1,'amrex::DataServices::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varname, int procWithFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3a70845ae0791968fa3c731c75e0bc82',1,'amrex::DataServices::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9da43b855d7bb5e6a5e7ca51b4d60e98',1,'amrex::AmrData::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a65b5439faa7e1ef2949f00edaac3d1f0',1,'amrex::AmrData::FillVar(Vector< FArrayBox * > &destFabs, const Vector< Box > &destBoxes, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad21c6566676a74569438fc34998a9874',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const Vector< std::string > &varNames, const Vector< int > &destFillComps)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a07cc26d410e6d3ff0a3bca3426e1343c',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname, int destcomp=0)']]], - ['fillvolfrac_12327',['fillVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac37a09c9b81e67ee3c1f9882db9c2a38',1,'amrex::EB2::Level']]], - ['filterandtransformparticles_12328',['filterAndTransformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad355709025876e4bace25065cedcec',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred const &p, F &&f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Pred const &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index *mask, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F const &f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred &&p, F &&f) noexcept']]], - ['filterparticles_12329',['filterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33445242f6db048d6f630ee51db51c66',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred &&p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred const &p, Index src_start, Index dst_start, N n) noexcept']]], - ['filtervirt_12330',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#afae2fe13dafb05fa3cbe4ccf30373dde',1,'FilterVirt']]], - ['finalize_12331',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7f8343c78da4a5d341aae1e5aea752aa',1,'amrex::MFIter::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a30306fc1aaa921993a9667b639ec26c5',1,'amrex::iMultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae7a5398061b1bffdd1679a3a78f8b741',1,'amrex::MultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9283fab7556352eeff908ca26cd440be',1,'amrex::ParmParse::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a2344d0f82665ec2e7efe266b015d163c',1,'amrex::TinyProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aae19503ef83149be04e9d97f1c6bd6a3',1,'amrex::VisMF::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18',1,'amrex::sundials::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95032768c19f94a64196f85fefeee239',1,'amrex::ParallelDescriptor::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a444d6a7e87c49476671049df5ea59107',1,'amrex::MPMD::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a80498796973f6b853437e50ba873a6d1',1,'amrex::machine::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a01ac7d4ed0bfab3839b45995cf260a05',1,'amrex::Lazy::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6',1,'amrex::EB2::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2040a56976bffbbfac29f5e01800ea3c',1,'amrex::AsyncOut::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64',1,'amrex::Finalize(AMReX *pamrex)']]], - ['finalize_12332',['finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a85eb163d1194d5afb39217626b876971',1,'amrex::InSituBridge']]], - ['finalize_12333',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#afaca15a1f386d11c48a96ce6dc37c0dc',1,'amrex::sundials::MemoryHelper::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9fe8b1d3b2da351d3701dd7c44ca1139',1,'amrex::IArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0e43c0beef959593d4253805a22b6abc',1,'amrex::FArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0f7d18c9334054a0934c2740860971c2',1,'amrex::FabArrayBase::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac8ce7dd033d1e5a163617b7b06d1fab0',1,'amrex::DistributionMapping::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5bf574c7d8adff1fc0593e06d9007078',1,'amrex::Gpu::Device::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16062c68a56d66f78af7d8cdaf61e330',1,'amrex::BoxArray::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#aca63ee9d8635b17aeb34bc512f1ea8a9',1,'amrex::BLProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< Real >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< PetscInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< HYPRE_Int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< EBCellFlag >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< char >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< AtomicInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'amrex::BaseFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aba76fcc2eabe3ac7e99e4b5e52cf3f0f',1,'amrex::BARef::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a06dd6197d2081d7dd4c1bed308edd387',1,'amrex::Arena::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adce93d1ef45e49e692f62ee9fa8ac48f',1,'amrex::Amr::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a68cb3cd35ae7cc4bc40b4f9cfd44d016',1,'amrex::MemProfiler::Finalize()']]], - ['finalize_5fcell_5fflags_12334',['finalize_cell_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a9a4a658f30d3a6e5895a204000dce41f',1,'amrex::EB2::ChkptFileLevel']]], - ['finalizeinit_12335',['FinalizeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acc31a806beac20735b0589a0195dd3e2',1,'amrex::Amr']]], - ['finalizeinsitu_12336',['finalizeInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a566aa710514e53eb2193e7bbd4e5ff8d',1,'amrex::Amr']]], - ['find_5fbest_5fnbh_12337',['find_best_nbh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#afa7cf247ac1fb3972693835d136c00f1',1,'amrex::machine']]], - ['find_5fintersection_5fpoint_12338',['find_intersection_point',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e',1,'amrex::tri_geom_ops']]], - ['findoffsets_12339',['FindOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aef586d2b8907165dffdf87ea2c9730c9',1,'amrex::VisMF']]], - ['findtimerange_12340',['FindTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af024320c638e753af5a20def51afcde5',1,'CommProfStats']]], - ['fineadd_12341',['FineAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a95d4c8d650762923da71c09c414b2258',1,'amrex::FluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a4d2611b6de348e9aafaa1d75dca7ec33',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af0579b0e1a1626ef31ce4c3161dded2e',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab13698fba1225545ad68fc7f29794e85',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ae7dab32dce79ee2932c74b0bf746d945',1,'amrex::EdgeFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4e3874c3557a701913061d4a9ef49c4d',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, const FArrayBox &area, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1632f69b9bb40407c6622d6841c48938',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab43d78762f0ea9fe8a2146dab58b9cf3',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult)']]], - ['finehaswork_12342',['FineHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aadc0fd498bbbe602b6468b9624b322cf',1,'amrex::YAFluxRegisterT']]], - ['finelevel_12343',['fineLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a7aa00b34c175fadfdb6bae33c68bf5d1',1,'amrex::FluxRegister']]], - ['fineratio_12344',['fineRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3fb007c5f97c38ef4515b3a74d6873fa',1,'amrex::AmrLevel']]], - ['finesetval_12345',['FineSetVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6295b79fe12737051efd360468bfe344',1,'amrex::FluxRegister']]], - ['finestbox_12346',['FinestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a97b63fbc82d7eb65130caa9d3b7973e5',1,'amrex::OrderedBoxes']]], - ['finestcontaininglevel_12347',['FinestContainingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac2d3dd0aea616e10181d20da60d32239',1,'amrex::AmrData']]], - ['finestintersectinglevel_12348',['FinestIntersectingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9578a44932eb4060e7ba940ac622005a',1,'amrex::AmrData']]], - ['finestlevel_12349',['FinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bfae1293b49c3ace47ffd0cb40b45ce',1,'amrex::AmrData']]], - ['finestlevel_12350',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a803eda21276f7f33029700a471f9f275',1,'amrex::PlotFileDataImpl::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a71cf25bbc89fd5fd140d6a7090a8b451',1,'amrex::AmrMesh::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac72fc0f84c6f2c0ced8da0b77f73d0ce',1,'amrex::AmrParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad1ee0b22c6d8a20ded281afcbf343d4f',1,'amrex::ParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac1fa02ba52840aba7e4ef263cb1415a8',1,'amrex::ParGDBBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9d1fb8c82d375e2d473e0dd677b3f61',1,'amrex::ParticleContainerBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a99dc2f85369316618b49eaf849f06568',1,'amrex::PlotFileData::finestLevel()']]], - ['finish_12351',['Finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aee3a42cfdf4c23b913fe7b42f8a22185',1,'amrex::AsyncOut::Finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a1087e92b5b216fe4574e45078338cd51',1,'amrex::BackgroundThread::Finish()']]], - ['finishconstructor_12352',['finishConstructor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a954293930715e389153026f726dbd960',1,'amrex::AmrLevel']]], - ['first_12353',['first',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3eeb06cae2d6df753d4f290f474d4da7',1,'amrex::ValLocPair::first() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a1b86c4a826c9a664f5f506cd069a7234',1,'amrex::ValLocPair::first()']]], - ['firstbucketonproc_12354',['firstBucketOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aab3da03c66b146dacb70168328d0873b',1,'amrex::ParticleBufferMap']]], - ['firstorderextrap_12355',['FirstOrderExtrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow)']]], - ['fixcoarseboxsize_12356',['FixCoarseBoxSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e',1,'amrex']]], - ['fixsolvabilitybyoffset_12357',['fixSolvabilityByOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac44f404584644c6cb3f7548de48206d0',1,'amrex::MLCellLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'amrex::MLLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'MLLinOpT< Array< MultiFab, 3 > >::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae2e69b93bd6080fe66cfacedfba6f3aa',1,'amrex::MLNodeLaplacian::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8f7f76427fa0ea163014406f3d923933',1,'amrex::MLNodeLinOp::fixSolvabilityByOffset()']]], - ['fixupresidualmask_12358',['fixUpResidualMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af851a769ccbcd52c5950734a24067440',1,'amrex::MLEBNodeFDLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a29f7b2267b3d4d5847b1685e1ffd14ae',1,'amrex::MLNodeLinOp::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a47a17a53556ce90250db12c55ae5e115',1,'amrex::MLNodeABecLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af00aee37c0b544681bc9883ccd96656d',1,'amrex::MLNodeTensorLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a34d08ccf80dad6eead2922c6a41cee16',1,'amrex::MLNodeLaplacian::fixUpResidualMask()']]], - ['flex_5fgmres_5fsolver_5fconfigure_12359',['flex_gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a3cd35a345fcd7b90cccaaa542ded29cf',1,'amrex::HypreIJIface']]], - ['flip_12360',['flip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'amrex::IndexTypeND::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'IndexTypeND< AMREX_SPACEDIM >::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a2b165e7e8b05111ce8c93285bc85f081',1,'amrex::Orientation::flip()']]], - ['floor_12361',['floor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept']]], - ['flushcfinfo_12362',['flushCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713c123f38e7c4666b28628d59c6e0c9',1,'amrex::FabArrayBase']]], - ['flushcpc_12363',['flushCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16c472ffe97ca76e2ffa59ffceec0931',1,'amrex::FabArrayBase']]], - ['flushcpcache_12364',['flushCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6011806b7564dbb0849cc33d57e95a4f',1,'amrex::FabArrayBase']]], - ['flushfb_12365',['flushFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad0036a8cccab0b66956ebdb8fb07d16f',1,'amrex::FabArrayBase']]], - ['flushfbcache_12366',['flushFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8219bfa75d50673c667ce09d6cb2d83',1,'amrex::FabArrayBase']]], - ['flushfpicache_12367',['FlushFPICache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac96bd5573c5f63e798aa682a7d5756ae',1,'amrex::AmrLevel']]], - ['flushfpinfo_12368',['flushFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a793ba5ae5a1533bae6a98b901df96664',1,'amrex::FabArrayBase']]], - ['flushgrids_12369',['FlushGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4bfe1de93aafef1d7365e677047b5ec',1,'amrex::AmrData::FlushGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a41a948375962564d161d7b43d9f72484',1,'amrex::AmrData::FlushGrids(int componentIndex)']]], - ['flushparforcache_12370',['flushParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af1e359a059abb783d093f29cc1c84693',1,'amrex::FabArrayBase']]], - ['flushparforinfo_12371',['flushParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a38c437b445b30f872df4f5ed6232e9a1',1,'amrex::FabArrayBase']]], - ['flushpolarb_12372',['flushPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11436d5c97b9158ac23058287feada66',1,'amrex::FabArrayBase']]], - ['flushpolarbcache_12373',['flushPolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a70b561d2ca803ef3488983323339bac6',1,'amrex::FabArrayBase']]], - ['flushrb180_12374',['flushRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac71669e7574424826140208ef85fcc4a',1,'amrex::FabArrayBase']]], - ['flushrb180cache_12375',['flushRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a44faf0f19d9f24cacd58d8396b2c1610',1,'amrex::FabArrayBase']]], - ['flushrb90_12376',['flushRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab092b4d04401abad6715b550b01dd5b4',1,'amrex::FabArrayBase']]], - ['flushrb90cache_12377',['flushRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abf133627f3fe188828f9cdf811dd8a86',1,'amrex::FabArrayBase']]], - ['flushtilearray_12378',['flushTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a03141dc770d42b5297105bb259b9c8e5',1,'amrex::FabArrayBase']]], - ['flushtilearraycache_12379',['flushTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a653b5bd0ac05e183721ba30b5c5dbb55',1,'amrex::FabArrayBase']]], - ['fluxreg_5ffineadd_12380',['fluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a',1,'amrex']]], - ['fluxreg_5ffineareaadd_12381',['fluxreg_fineareaadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e',1,'amrex']]], - ['fluxreg_5freflux_12382',['fluxreg_reflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f',1,'amrex']]], - ['fluxregister_12383',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a534089570aa27c91fc783470dc34edc2',1,'amrex::FluxRegister::FluxRegister(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aea5e30aea810dbb261555f307106d406',1,'amrex::FluxRegister::FluxRegister(const BoxArray &fine_boxes, const DistributionMapping &dm, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a935b4c43c77115935fcf76b3e4a6e009',1,'amrex::FluxRegister::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a443996c9a22893bae492440a1f716096',1,'amrex::FluxRegister::FluxRegister(FluxRegister &&rhs) noexcept=default']]], - ['for_12384',['For',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb038d495d77c299406ea33380d0f548',1,'amrex::For(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d',1,'amrex::For(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58f6305adbac638674782f274ce8bb80',1,'amrex::For(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4',1,'amrex::For(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb',1,'amrex::For(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae',1,'amrex::For(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2',1,'amrex::For(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad457e5329315312926c0113d9f3d626d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], - ['for_5feach_5fimpl_12385',['for_each_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5',1,'amrex::detail']]], - ['for_5feach_5finit_12386',['for_each_init',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef',1,'amrex::Reduce::detail']]], - ['for_5feach_5flocal_12387',['for_each_local',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41',1,'amrex::Reduce::detail']]], - ['for_5feach_5fparallel_12388',['for_each_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1',1,'amrex::Reduce::detail']]], - ['for_5feach_5funtil_5fimpl_12389',['for_each_until_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e84dd049acffc06333882e476f741ce',1,'amrex::detail']]], - ['for_5fimpnd_12390',['For_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3fed1f766f2a246764a7880eecc640c8',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], - ['foreach_12391',['ForEach',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc',1,'amrex']]], - ['foreachuntil_12392',['ForEachUntil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e',1,'amrex']]], - ['fork_5fjoin_12393',['fork_join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2f557068fd57a8cd131263fa6769b631',1,'amrex::ForkJoin']]], - ['forkjoin_12394',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0390a77315df9f09143645cbecf24515',1,'amrex::ForkJoin::ForkJoin(const Vector< int > &task_rank_n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aac9106c8fc6d9be62cf1a73f2db0e820',1,'amrex::ForkJoin::ForkJoin(const Vector< double > &task_rank_pct)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2d8bbf7d8eb515f4249b97829a733c33',1,'amrex::ForkJoin::ForkJoin(int ntasks)']]], - ['format_12395',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#add111caab7a47e1e54409f0fe0f531d5',1,'amrex::RealDescriptor::format() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a65aa15d431df67cfea2ea887e8144c88',1,'amrex::RealDescriptor::format() &&=delete']]], - ['formatarray_12396',['formatarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ad827bfc5b6baadddd3c1b913f46057f3',1,'amrex::RealDescriptor::formatarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1da9a838223819cf642f6a8288616c51',1,'amrex::RealDescriptor::formatarray() &&=delete']]], - ['forward_12397',['forward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a652ffd252711fcce9a5cc65d32da877e',1,'hacc::Dfft::forward(complex_t const *in)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8ddddcf90a534cbb5cd92e89c4ab79d9',1,'hacc::Dfft::forward(float const *in, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af28600d38f03ba1894b42bb88b8fccfb',1,'hacc::Dfft::forward(float const *in, size_t ghost)']]], - ['forwardastuple_12398',['ForwardAsTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8',1,'amrex']]], - ['fourthorderinterpfromfinetocoarse_12399',['FourthOrderInterpFromFineToCoarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7',1,'amrex']]], - ['fpinfo_12400',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ade7a9e79503e61ff6803d58a345d2ffa',1,'amrex::FabArrayBase::FPinfo']]], - ['frame_12401',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ad61cafd4a0e7503e8cd29810f57736e9',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a390e863e597de7ee5742e950baa2544e',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a84ed11cec20f015349e7edd5fe0bccf4',1,'amrex::ParallelContext::Frame::Frame(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac3367d337ca17031766061b36fac376b',1,'amrex::ParallelContext::Frame::Frame(Frame &&rhs) noexcept']]], - ['free_12402',['free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a0c7e0730574c98febb6ddca2712cb515',1,'amrex::Arena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a423a57e61bf30c0dd08c5b03042306ff',1,'amrex::BArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c318e660a559a2c8d4dc75ba2bc658',1,'amrex::CArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a5fa328945c30133a9b9c7f93ccf6e78f',1,'amrex::DataAllocator::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6ac9509d9d473110db4f19a62d958b3b',1,'amrex::PArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#abd7291506933a08740bb9b2abbc5ef98',1,'amrex::detail::SingleChunkArena::free()']]], - ['freememavailable_12403',['freeMemAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a92efa21af9b7ae2cb3ee5710922c8bac',1,'amrex::Gpu::Device']]], - ['freestate_12404',['FreeState',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a15739554c59b1f13c811674d600856a6',1,'amrex::BlockMutex']]], - ['freeunused_12405',['freeUnused',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7e9429cce47c95ae5f8d8d379ffe6184',1,'amrex::CArena::freeUnused()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ae58dbb9ab6bb4e8d980b384b0d8804e5',1,'amrex::Arena::freeUnused()']]], - ['freeunused_5fprotected_12406',['freeUnused_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a881f97d5676c4784f52d6f4c702da696',1,'amrex::Arena::freeUnused_protected()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a496e3022b2c758f0f8cde7b20f954066',1,'amrex::CArena::freeUnused_protected()']]], - ['front_12407',['front',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int *, DefaultAllocator< const int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< index_type >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< index_type >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int *, DefaultAllocator< int * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int *, DefaultAllocator< int * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< std::size_t >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< std::size_t >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< unsigned int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< unsigned int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3d2612cde7e408f02101b15dd7781f1',1,'amrex::BoxList::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65eb4af53f5dc07b129bd14d11d728ba',1,'amrex::BoxList::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'amrex::PODVector::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'amrex::PODVector::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::BoxND >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::BoxND >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::NeighborCode >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::NeighborCode >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::openbc::MomTag >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int *, DefaultAllocator< const int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::XDim3 >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::XDim3 >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::STLtools::Triangle >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::STLtools::Triangle >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::openbc::MomTag >::front()']]], - ['fsmooth_12408',['Fsmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5a16b7371654dbd8f60d24bd0ce5307a',1,'amrex::MLEBABecLap::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a375d3d3edaa7f6d3a16bf7a8456027f7',1,'amrex::MLEBNodeFDLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f342b270636e50520e1f99d1ded49f1',1,'amrex::MLNodeABecLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#abb1b82912ef073dd81315503552625e1',1,'amrex::MLNodeLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a426c6b64def1c391b305be2ad1649103',1,'amrex::MLNodeLinOp::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa734b354f866f78f860ae30f1ad9a2ad',1,'amrex::MLNodeTensorLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9232adb87973674d3243a2e01a10155',1,'amrex::MLPoissonT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#abcdd9ab9f087bf18744643b24d2e7471',1,'amrex::MLALaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ad219bae0ff8321a675900f6850dd551a',1,'amrex::MLABecLaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a07fa09c5665782a39755f32fccdb7ec6',1,'amrex::MLCellLinOpT::Fsmooth()']]], - ['funcstat_12409',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a9584e7e0ee928c9d2f7bcf6b817c4629',1,'BLProfStats::FuncStat::FuncStat()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ac8b5d8a4c6027d6b3f0b02c3c7c2b633',1,'BLProfStats::FuncStat::FuncStat(long ncalls, Real tt)']]] + ['f_12259',['f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a7c64e1c30110b537ab4c7acbc9a3900a',1,'amrex::SundialsUserFun']]], + ['fab_5ffilcc_12260',['fab_filcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30ee6a24a0b0fd18d710278879681aed',1,'amrex']]], + ['fab_5ffilfc_12261',['fab_filfc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3440f6cdd23e00f1fa05a2cf05e8a482',1,'amrex']]], + ['fab_5ffilnd_12262',['fab_filnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7584537c492af5e1cad3da079a51c324',1,'amrex']]], + ['fab_5fto_5ffab_12263',['fab_to_fab',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a6fd0b0eaa86bb8985f5471f13b76ce44',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f)'],['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a64fb439cf906e12eddb15e737070a293',1,'detail::fab_to_fab(Vector< Array4CopyTag< T0, T1 > > const &copy_tags, int scomp, int dcomp, int ncomp, F &&f, Vector< Array4Tag< int > > const &masks)']]], + ['fab_5fto_5ffab_5fatomic_5fadd_12264',['fab_to_fab_atomic_add',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#ab1edc85caabaea9ac0a3b1e5cf851f17',1,'detail']]], + ['fab_5fto_5ffab_5fatomic_5fcpy_12265',['fab_to_fab_atomic_cpy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afc1b915037c4dab142f1df60d412713e',1,'detail']]], + ['fabarray_12266',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< FArrayBox >::FabArray(FabArray< FArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< FArrayBox >::FabArray(const FabArray< FArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< FArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=DefaultFabFactory< FArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< FArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< FArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::Mask >::FabArray(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::Mask >::FabArray(FabArray< amrex::Mask > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::Mask >::FabArray(const FabArray< amrex::Mask > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::Mask >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::Mask > &factory=DefaultFabFactory< amrex::Mask >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< IArrayBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::Mask >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::EBCellFlagFab >::FabArray(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< FArrayBox >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< IArrayBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< IArrayBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< IArrayBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< IArrayBox >::FabArray(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< IArrayBox >::FabArray(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< TagBox >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< TagBox >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< TagBox >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< TagBox > &factory=DefaultFabFactory< TagBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< TagBox >::FabArray(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< TagBox >::FabArray(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'amrex::FabArray::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::EBCellFlagFab >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< HYPRE_Int > > &factory=DefaultFabFactory< amrex::BaseFab< HYPRE_Int > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const FabArray< amrex::BaseFab< AtomicInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'amrex::FabArray::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FAB > &factory=DefaultFabFactory< FAB >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'amrex::FabArray::FabArray(FabArray< FAB > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'amrex::FabArray::FabArray(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< AtomicInt > > &factory=DefaultFabFactory< amrex::BaseFab< AtomicInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::EBCellFlagFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::EBCellFlagFab > &factory=DefaultFabFactory< amrex::EBCellFlagFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::EBCellFlagFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::EBCellFlagFab >::FabArray() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::CutFab >::FabArray(FabArray< amrex::CutFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::CutFab >::FabArray(const FabArray< amrex::CutFab > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::CutFab >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::CutFab > &factory=DefaultFabFactory< amrex::CutFab >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::CutFab >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FabArray()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a657ae8bca91f3f4f77ed6592af1f50c4',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ab314f12326cda647aa1fe94644653e',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2797eff487b1b16ec6cb075cfdd2fb1d',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< amrex::BaseFab< PetscInt > > &factory=DefaultFabFactory< amrex::BaseFab< PetscInt > >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4e5969fd37c641e0b9bb849f812c1199',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a24c8625dbbdf687a2f44a071b97badeb',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f8ab656cb0ef985199be4e578ec91b5',1,'FabArray< amrex::BaseFab< PetscInt > >::FabArray(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8ab865aabcf79bbf6a6f529cfd8da96a',1,'FabArray< amrex::CutFab >::FabArray()']]], + ['fabarraybase_12267',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16240683aaab59d05d3659c64723890f',1,'amrex::FabArrayBase::FabArrayBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa8a53e00ad4f706959f791ca7fdaf087',1,'amrex::FabArrayBase::FabArrayBase(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a474c8b827c1db51691c9e98263508d31',1,'amrex::FabArrayBase::FabArrayBase(FabArrayBase &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab81793c2f32c7430eed823483c6c41a4',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, const IntVect &ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2626dd8a948d7ef6dcb5ea286709ad6e',1,'amrex::FabArrayBase::FabArrayBase(const BoxArray &bxs, const DistributionMapping &dm, int nvar, int ngrow)']]], + ['fabarraycopydescriptor_12268',['FabArrayCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FArrayBox > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FArrayBox > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'FabArrayCopyDescriptor< FArrayBox >::FabArrayCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3971659d71b3606119e2661d4a702a52',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d4f2233adf01016002ca40538af6351',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a5cbc1c7ed9921b2dd4dd5b14afafc2d1',1,'amrex::FabArrayCopyDescriptor::FabArrayCopyDescriptor()=default']]], + ['fabarrayheadernames_12269',['FabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a024ebcb9c74754c219b73d26d31683af',1,'amrex::StateData']]], + ['fabarrayid_12270',['FabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#adb43623e0ecf9d945d217e578d5303b3',1,'amrex::FabArrayId']]], + ['fabbox_12271',['fabbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adce0fffa78b25dbbfa1f82701e579425',1,'amrex::FabArrayBase::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a713e5ea61895380c2c6c036297ecc865',1,'amrex::FabSetT::fabbox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3290eb14472377e0118842344967a44c',1,'amrex::MFIter::fabbox()']]], + ['fabcopydescriptor_12272',['FabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3d6e218f177ba9156deff887f2356d67',1,'amrex::FabCopyDescriptor::FabCopyDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a19def3b9d982e1bb4b399d5f79bda16e',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#ad3452f40f7460d04c39e99172fc9d2f7',1,'amrex::FabCopyDescriptor::FabCopyDescriptor(FabCopyDescriptor &&)=delete']]], + ['fabfactory_12273',['FabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< amrex::FArrayBox >::FabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'amrex::FabFactory::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'amrex::FabFactory::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'amrex::FabFactory::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a438a3209840b7fc84705b81ce82cc944',1,'FabFactory< FArrayBox >::FabFactory(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< FArrayBox >::FabFactory() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#acff7aece531c1605a9261be791916493',1,'FabFactory< amrex::FArrayBox >::FabFactory(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#ab88cda55dded29e88d2aeaf84f2d5e83',1,'FabFactory< amrex::FArrayBox >::FabFactory() noexcept=default']]], + ['fabindex_12274',['FabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#ae5030aac852320ee49bcd85fb1037122',1,'amrex::FillBoxId::FabIndex(int fabindex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a41defdd0b7535f207e7392ac8de78b27',1,'amrex::FillBoxId::FabIndex() const']]], + ['fabio_5fbinary_12275',['FABio_binary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#aee3c27ce2964611aa91c4744d7cc9406',1,'amrex::FABio_binary']]], + ['fabondisk_12276',['FabOnDisk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#ac7c765ae909a7f868ac88ab8bd489d45',1,'amrex::VisMF::FabOnDisk::FabOnDisk(std::string name, Long offset)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a47058a642fd8a8cc15b5886eeae21539',1,'amrex::VisMF::FabOnDisk::FabOnDisk()=default']]], + ['fabptr_12277',['fabPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::Mask >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::Mask >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::Mask >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< FArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< FArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< FArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< IArrayBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< IArrayBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< IArrayBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< TagBox >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< TagBox >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< TagBox >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::EBCellFlagFab >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< AtomicInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'amrex::FabArray::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'amrex::FabArray::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'amrex::FabArray::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'amrex::FabArray::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::BaseFab< PetscInt > >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::CutFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::CutFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3ac14bd473ccfd86adaf7418017b2f33',1,'FabArray< amrex::CutFab >::fabPtr(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af389f3c3b3cdc88a85bfcf5d30148acc',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8d3bc775d510dacd5b2f4e03854795f2',1,'FabArray< amrex::EBCellFlagFab >::fabPtr(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ad9691d1c35c1ed43c824db2401cfafba',1,'FabArray< amrex::Mask >::fabPtr()']]], + ['fabreadlink_12278',['FabReadLink',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a780255f3f6be282ff85c647ce042d5d0',1,'amrex::VisMF::FabReadLink::FabReadLink(int ranktoread, int faindex, Long fileoffset, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a8165889d341e3226df7895e95a0eeb41',1,'amrex::VisMF::FabReadLink::FabReadLink()=default']]], + ['fabsetiter_12279',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetIter.html#aba7907f2d48271db876e35aa436ae78d',1,'amrex::FabSetIter']]], + ['fabsett_12280',['FabSetT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa7c034044bb072771c1c29a6c7b261d3',1,'amrex::FabSetT::FabSetT(const FabSetT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#afcbce0473a1b37b8c02866c26bbb048b',1,'amrex::FabSetT::FabSetT(FabSetT< MF > &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a764097b02ec9ebbbd538b985beffc3bb',1,'amrex::FabSetT::FabSetT(const BoxArray &grids, const DistributionMapping &dmap, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aa9a230d3eb8b231296f22ab79f19837d',1,'amrex::FabSetT::FabSetT() noexcept=default']]], + ['fabtoblueprintfields_12281',['FabToBlueprintFields',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd44b852de9a30f6417dfc233d76ef3a',1,'amrex']]], + ['fabtoblueprinttopology_12282',['FabToBlueprintTopology',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807d001969408582d355a731cedac987',1,'amrex']]], + ['face_5fcons_5flinear_5fface_5finterp_12283',['face_cons_linear_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85c6079ed936e9e0712c4f4962a4f8d3',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fx_12284',['face_linear_face_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70c35aaee2b8d2425a5914faddc5687d',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fy_12285',['face_linear_face_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7debf73384ce650359e3a9bfbf6275ea',1,'amrex']]], + ['face_5flinear_5fface_5finterp_5fz_12286',['face_linear_face_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9bdb046290321944dba88455d030115',1,'amrex']]], + ['face_5flinear_5finterp_5fx_12287',['face_linear_interp_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a755905a1c0b815f386bbfc7790c22be8',1,'amrex::face_linear_interp_x(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa143e23e7784eca50c904ce19588d503',1,'amrex::face_linear_interp_x(int i, int, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept']]], + ['face_5flinear_5finterp_5fy_12288',['face_linear_interp_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab63986fd67f0c644685048e13e3c0475',1,'amrex::face_linear_interp_y(int i, int j, int, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411d4f9902774ff53a5fd293afb5b7ff',1,'amrex::face_linear_interp_y(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], + ['face_5flinear_5finterp_5fz_12289',['face_linear_interp_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4f049fbb15dcc3bc51cc6624559edc3',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, Array4< T > const &fine, Array4< T const > const &crse, IntVect const &ratio) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a21e6200c0159afeae5b70af9169087cf',1,'amrex::face_linear_interp_z(int i, int j, int k, int n, amrex::Array4< amrex::Real > const &fine, IntVect const &ratio) noexcept']]], + ['facedir_12290',['faceDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#abcc064a6070e3e2deab527311ac91135',1,'amrex::Orientation']]], + ['facediv_5fface_5finterp_12291',['facediv_face_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a749ef3bbd2184e2931cb0a63f54aa73a',1,'amrex']]], + ['facediv_5fint_12292',['facediv_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b18d53f86cdda4a55b0acd41d7cfbab',1,'amrex']]], + ['facets_5fnearest_5fpt_12293',['facets_nearest_pt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aa62287d7ded7d4e0e10300835ed32d35',1,'amrex::detail']]], + ['factory_12294',['Factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< IArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1a8e1ff322aee598d7b72877b272545e',1,'amrex::AmrLevel::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'amrex::FabArray::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< AtomicInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::BaseFab< PetscInt > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::CutFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::EBCellFlagFab >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< amrex::Mask >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< FArrayBox >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a82894d26881a9d4dbabb3cfbf6053e4d',1,'amrex::StateData::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'MLLinOpT< Array< MultiFab, 3 > >::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ca782a47b55ca765b4fd9eeda174d36',1,'amrex::MLLinOpT::Factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a362cb84f113b8019a6f8b03129d1cf48',1,'FabArray< TagBox >::Factory()']]], + ['fapply_12295',['Fapply',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a978a4e15703a7ddf71c557eba128dcbe',1,'amrex::MLEBNodeFDLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3872730e2ac7d69c58f2708d5454bb39',1,'amrex::MLNodeABecLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a489a483e778214ee6a0943001d816b80',1,'amrex::MLNodeLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#afaae44c30405c4c8c2fdabede17a34ef',1,'amrex::MLNodeLinOp::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a732fecdd892bfe194c84bab01af655b6',1,'amrex::MLNodeTensorLaplacian::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a2d89966c3e1177532c348493330ef63d',1,'amrex::MLEBABecLap::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a3841e981caa197033fcd74eee93f0daf',1,'amrex::MLCellLinOpT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a7e7c474a3a2b509c38ec6f22eb810b23',1,'amrex::MLALaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8781967da72aea442a9f7837407004fe',1,'amrex::MLABecLaplacianT::Fapply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a51fb5455fbb2f0940a4f4b99a03f1c44',1,'amrex::MLPoissonT::Fapply()']]], + ['farraybox_12296',['FArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab84a91551a8302740bd50699504f22c2',1,'amrex::FArrayBox::FArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a374b94f1d571d67c7bc7025346824f1a',1,'amrex::FArrayBox::FArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a78cb311711d0a1b9b479d66d71fa1edf',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3c853d41aecaee21ed1f5ffab2ebed76',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa2977b85f283b49740400daed8ffe97a',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#afbb6de44f26acc8ae2fa06e16571922f',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real const *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a46be1bc294541cf9d677f487baa07d68',1,'amrex::FArrayBox::FArrayBox(const Box &b, int ncomp, Real *p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a77288fec7b52f0234da8cda2d0656d76',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a95a6bf59ff82ac52c34c7e72890fddc5',1,'amrex::FArrayBox::FArrayBox(Array4< Real > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a62129c1d812b781246c65abed1a6a608',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a862dcdbd4fbb34b292075f2c7bf44428',1,'amrex::FArrayBox::FArrayBox(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ae822ed6d1bc48190941617842d212243',1,'amrex::FArrayBox::FArrayBox(FArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a946a5c8f7f0b0e4a9021e542c7b39c2f',1,'amrex::FArrayBox::FArrayBox(Array4< Real const > const &a, IndexType t) noexcept']]], + ['fastdivmodu64_12297',['FastDivmodU64',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#af153f422ce6cbc50b12a7528b801aa7f',1,'amrex::Math::FastDivmodU64::FastDivmodU64()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#abdfbdb0c4abcf0304526080d9febbf42',1,'amrex::Math::FastDivmodU64::FastDivmodU64(std::uint64_t divisor_)']]], + ['fb_12298',['FB',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#afaefecbeba6b82464c68f2903f8444ea',1,'amrex::FabArrayBase::FB']]], + ['fb_5flocal_5fcopy_5fcpu_12299',['FB_local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< TagBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'amrex::FabArray::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::CutFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< amrex::Mask >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< FArrayBox >::FB_local_copy_cpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5fbf15f2a4abd1397a6474713b122824',1,'FabArray< IArrayBox >::FB_local_copy_cpu()']]], + ['fb_5flocal_5fcopy_5fgpu_12300',['FB_local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< PetscInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< TagBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< IArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< FArrayBox >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::Mask >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::EBCellFlagFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::CutFab >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'FabArray< amrex::BaseFab< AtomicInt > >::FB_local_copy_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a60891bcadc0382dfc1aaf4df8ad34771',1,'amrex::FabArray::FB_local_copy_gpu(const FB &TheFB, int scomp, int ncomp)']]], + ['fbep_5fnowait_12301',['FBEP_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'amrex::FabArray::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'amrex::FabArray::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::CutFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::EBCellFlagFab >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::Mask >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< FArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< IArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< IArrayBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< TagBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< TagBox >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< PetscInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9b108f48e43d0b56e3113d2264fdc910',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only, bool override_sync)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0ea9d56bb5358f023c121e3631afadd7',1,'FabArray< amrex::BaseFab< AtomicInt > >::FBEP_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross, bool enforce_periodicity_only=false, bool override_sync=false)']]], + ['fbv_5fcopy_12302',['fbv_copy',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#a57582f00e55a4d632cb774c1c04b8e4e',1,'detail']]], + ['fe_12303',['fe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a02348b7a96859e23b5351689a19934cc',1,'amrex::SundialsUserFun']]], + ['feintegrator_12304',['FEIntegrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a3a939c4bb592b14713d49cb3380c34fd',1,'amrex::FEIntegrator::FEIntegrator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a90b3d1c28484a9ccdc34c484942c462a',1,'amrex::FEIntegrator::FEIntegrator(const T &S_data, const amrex::Real time=0.0)']]], + ['ff_12305',['ff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#ad1d78ede572643bbe56e2def255268c1',1,'amrex::SundialsUserFun']]], + ['fflux_12306',['FFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a6bc221e1003d0f11d6d7f720f487afb7',1,'amrex::MLALaplacianT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af4097c02d7d7338535af34df84af7e61',1,'amrex::MLABecLaplacianT::FFlux(int amrlev, const MFIter &mfi, const Array< FAB *, AMREX_SPACEDIM > &flux, const FAB &sol, Location, int face_only=0) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a152a02f12bbe76529b604167332e7ebe',1,'amrex::MLABecLaplacianT::FFlux(Box const &box, Real const *dxinv, RT bscalar, Array< FAB const *, AMREX_SPACEDIM > const &bcoef, Array< FAB *, AMREX_SPACEDIM > const &flux, FAB const &sol, int face_only, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aede7210df6c1aca7b7bee58a88c3a75d',1,'amrex::MLPoissonT::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf18c8ae23997154fd905cfbec158035',1,'amrex::MLEBABecLap::FFlux()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af69b48f91ccf0266c5d219c0c24ea3c2',1,'amrex::MLCellLinOpT::FFlux()']]], + ['fi_12307',['fi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html#a00e74312e8da536a962f7c1e4bdbed90',1,'amrex::SundialsUserFun']]], + ['field_12308',['Field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f18164eaa226a34be64abf48d9617ba',1,'amrex::AMRErrorTag']]], + ['fileexists_12309',['FileExists',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51791a9a04ee140c71cee50d3615ed35',1,'amrex']]], + ['filename_12310',['FileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9fad70f99318130bf5c883b3cbd20650',1,'amrex::NFilesIter::FileName() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a498f8a22acbe763c2df48062f3fe18bf',1,'amrex::NFilesIter::FileName(int nOutFiles, const std::string &filePrefix, int whichProc, bool groupSets)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a56f719e4f91d3d0ffbe3ec791236585f',1,'amrex::NFilesIter::FileName(int fileNumber, const std::string &filePrefix)']]], + ['filenumber_12311',['FileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a971648481cfcbc77ebd0258b2ea03538',1,'amrex::NFilesIter::FileNumber() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aee88f93815c534f75ecc51eda61c60c5',1,'amrex::NFilesIter::FileNumber(int nOutFiles, int whichProc, bool groupSets)']]], + ['filenumberswriteorder_12312',['FileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ad9233c5996de29b80cfb5c0ac02e8214',1,'amrex::NFilesIter']]], + ['filenumberswritten_12313',['FileNumbersWritten',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a071c4306e5a102244c1461684ab17cf5',1,'amrex::NFilesIter']]], + ['fileoffset_12314',['FileOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1b41ff82637f2e2f4dd33f27a0d62ad1',1,'amrex::VisMF']]], + ['fileopenfailed_12315',['FileOpenFailed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc9fca5d8d1322524d13793f5b663d0',1,'amrex']]], + ['filesize_12316',['FileSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a393accb69353384e42f45a34cb386180',1,'amrex']]], + ['fill_12317',['fill',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 4 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7b3c5a372f37d8bb9aa21a76a5129a95',1,'amrex::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, nelems >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< ParticleReal *, NAR >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< bool, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int, 3 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< int *, NAI >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< Real,(M+2) *(M+1)/2 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const ParticleReal *, NArrayReal >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< const int *, NArrayInt >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::EB2::PolyTerm, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'GpuArray< amrex::algoim::Interval, N >::fill()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a97ff8440a348593899d51c5996ded371',1,'amrex::GpuArray::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a9cf2d33e663f0311539a96633ff7560d',1,'amrex::FillPatchIteratorHelper::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93e5303eea72dd1c6c8469f75ea51247',1,'amrex::FillPatcher::fill()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a84b77230eb00f0ebb682f6751fc5184b',1,'amrex::STLtools::fill()']]], + ['fill_5fglobal_5fid_12318',['fill_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a42977b56e153d54d2503424197a077ce',1,'amrex::HypreSolver']]], + ['fill_5fglobal_5fnode_5fid_12319',['fill_global_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2510963c0a789333e3eb1cba036cc7ea',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fid_12320',['fill_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a392367fb9a32935314eb968bb2362f2d',1,'amrex::HypreSolver']]], + ['fill_5flocal_5fnode_5fid_12321',['fill_local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0359a94cef0d652dfc7dae61ef3d1ac7',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fnode_5fid_5fcpu_12322',['fill_local_node_id_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4dd726a8a74759ab3f68d1849d0cdf6d',1,'amrex::HypreNodeLap']]], + ['fill_5flocal_5fnode_5fid_5fgpu_12323',['fill_local_node_id_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#aad970086d1f98c702bcb5528a2299e1c',1,'amrex::HypreNodeLap']]], + ['fill_5fmatrix_12324',['fill_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6a50362b35729e2f0dc0df5cba4010df',1,'amrex::HypreSolver']]], + ['fill_5fsnan_12325',['fill_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< EBCellFlag >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'amrex::BaseFab::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< AtomicInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< char >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< HYPRE_Int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< int >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< PetscInt >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ab063c08278822a569d923d57d1e39dee',1,'BaseFab< Real >::fill_snan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad622d627e1fea988d361c48316ad9275',1,'amrex::fill_snan()']]], + ['fillallcalltimes_12326',['FillAllCallTimes',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8787ffaa01896a27e94b70384b26071',1,'RegionsProfStats']]], + ['fillareafrac_12327',['fillAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeaa558e8ea81b3d29afc053a49935264',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiCutFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aeb91416d1cbdc2122b71db4010a5148b',1,'amrex::EB2::Level::fillAreaFrac(Array< MultiFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const']]], + ['fillasync_12328',['fillAsync',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0c2569c007a55f5619e6242794f066e6',1,'amrex::Gpu']]], + ['fillbndryarea_12329',['fillBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac4b6718e4884f24643ca059555df983f',1,'amrex::EB2::Level::fillBndryArea(MultiFab &bndryarea, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ada911333bbc88c6c2dd0a2575fa8e70a',1,'amrex::EB2::Level::fillBndryArea(MultiCutFab &bndryarea, const Geometry &geom) const']]], + ['fillbndrycent_12330',['fillBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0f236404be3b81491ae8dd6d518b0e3f',1,'amrex::EB2::Level::fillBndryCent(MultiFab &bndrycent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aab73ea6f18230ee90540b3f844babf95',1,'amrex::EB2::Level::fillBndryCent(MultiCutFab &bndrycent, const Geometry &geom) const']]], + ['fillbndrynorm_12331',['fillBndryNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aaddc85a00634d7e6029ab17c9cb9fbb8',1,'amrex::EB2::Level::fillBndryNorm(MultiCutFab &bndrynorm, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a15e67ccc27c985eb2b8a11db46abdcab',1,'amrex::EB2::Level::fillBndryNorm(MultiFab &bndrynorm, const Geometry &geom) const']]], + ['fillboundary_12332',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< IArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< IArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< TagBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< TagBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< TagBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< TagBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aed6d39f606b174ec63cda4bfb4e71efd',1,'amrex::PhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a7ca9ba16e42a6ffe8e9bcbabf51d25db',1,'amrex::StateData::FillBoundary(FArrayBox &dest, Real time, const Real *dx, const RealBox &prob_domain, int dest_comp, int src_comp, int num_comp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593e4c97974095398a43d0132ef3a868',1,'amrex::StateData::FillBoundary(Box const &bx, FArrayBox &dest, Real time, Geometry const &geom, int dest_comp, int src_comp, int num_comp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a188dda70a1bd068a55d81ba4f74e2c4e',1,'amrex::StateDataPhysBCFunct::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afc89a1b931348146e70b8e54e95ffd41',1,'amrex::NonLocalBC::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::Mask >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::CutFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::CutFab >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::CutFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::CutFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'amrex::FabArray::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'amrex::FabArray::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'amrex::FabArray::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'amrex::FabArray::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< IArrayBox >::FillBoundary()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< amrex::Mask >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< amrex::Mask >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< amrex::Mask >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a3991ba7fcd5f937da838387b027ce7ef',1,'FabArray< FArrayBox >::FillBoundary(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a73c4ba8aa5ed4620734ba6bbc09bfa6b',1,'FabArray< FArrayBox >::FillBoundary(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a169e9888b603a9c1b97d1876f2e843e2',1,'FabArray< FArrayBox >::FillBoundary(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c3bcb50994c05df7dbfcd3d63a41249',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ae0a03b23f179e0c50e162387e35ea00b',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a59c47cdc663d31e529ec89d3a10c2969',1,'FabArray< FArrayBox >::FillBoundary(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)']]], + ['fillboundary_5ffinish_12333',['FillBoundary_finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#afe22ad727872227b4f95e3dad1e36814',1,'amrex::NonLocalBC::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'amrex::FabArray::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< TagBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< IArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< FArrayBox >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::Mask >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::CutFab >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af36dee00f70339ae9a3e126bbbc5d56e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_finish()']]], + ['fillboundary_5fnowait_12334',['FillBoundary_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< IArrayBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< IArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< IArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< IArrayBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab1089b238bcca4ae52a70fd9bdf8518e',1,'amrex::NonLocalBC::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< TagBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< TagBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< TagBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< TagBox >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< IArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'amrex::FabArray::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'amrex::FabArray::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'amrex::FabArray::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'amrex::FabArray::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< FArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::CutFab >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< FArrayBox >::FillBoundary_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::CutFab >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< FArrayBox >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< FArrayBox >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< FArrayBox >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< FArrayBox >::FillBoundary_nowait(bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a76f3e8ecacb352ca12c35e6b3fa46b10',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aa2fe5d6e1efcb3230f3ca23599f2fb47',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7c8a47c0924b8c0e06200e38c5eb9a23',1,'FabArray< amrex::Mask >::FillBoundary_nowait(int scomp, int ncomp, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5e540e836f433cd1d5c5dcb581b2075e',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const IntVect &nghost, const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1ae3789788ab4f527e7aec42991b5265',1,'FabArray< amrex::Mask >::FillBoundary_nowait(const Periodicity &period, bool cross=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a72d6ae94d21e9c7e846bf634520719c6',1,'FabArray< amrex::Mask >::FillBoundary_nowait(bool cross=false)']]], + ['fillboundary_5ftest_12335',['FillBoundary_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< TagBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< IArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< FArrayBox >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::Mask >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::EBCellFlagFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::CutFab >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundary_test()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a31ac8478feaa72ab3960bb08c69b082b',1,'amrex::FabArray::FillBoundary_test()']]], + ['fillboundaryandsync_12336',['FillBoundaryAndSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::Mask >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::Mask >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< FArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< IArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'amrex::FabArray::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'amrex::FabArray::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< IArrayBox >::FillBoundaryAndSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2ee6a93d9d13d4f4a1f864f3c767cb',1,'FabArray< TagBox >::FillBoundaryAndSync(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a84ce4d97367dcb2da8be8bddfac2ef4e',1,'FabArray< TagBox >::FillBoundaryAndSync(const Periodicity &period=Periodicity::NonPeriodic())']]], + ['fillboundaryandsync_5ffinish_12337',['FillBoundaryAndSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'amrex::FabArray::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< FArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< IArrayBox >::FillBoundaryAndSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6cca07036c0a49c4ad881c9138a4041f',1,'FabArray< TagBox >::FillBoundaryAndSync_finish()']]], + ['fillboundaryandsync_5fnowait_12338',['FillBoundaryAndSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'amrex::FabArray::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< TagBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'amrex::FabArray::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< IArrayBox >::FillBoundaryAndSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< FArrayBox >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::Mask >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::EBCellFlagFab >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::CutFab >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< PetscInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abad0254090cd345d31ab5bb0cb7a82b6',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(int scomp, int ncomp, const IntVect &nghost, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab6a99354331bc87dda4960292d90de4d',1,'FabArray< amrex::BaseFab< AtomicInt > >::FillBoundaryAndSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())']]], + ['fillboundarycoeff_12339',['FillBoundaryCoeff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a22d0dde0a531705c3148cd4669f21ed3',1,'amrex::MLNodeLaplacian']]], + ['fillboxid_12340',['FillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a2b80ec26f52953b28e84ab531c5f8c32',1,'amrex::FillBoxId::FillBoxId()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a5d0dd9c7e86edf106a794bdc16dd53c5',1,'amrex::FillBoxId::FillBoxId(int newid, const Box &fillbox)']]], + ['fillcentroid_12341',['fillCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ae872e8dd53d7851e8baa7cda6c597925',1,'amrex::EB2::Level::fillCentroid(MultiFab &centroid, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ace69adcd1c99f57c02bbd7e6fbdca3bf',1,'amrex::EB2::Level::fillCentroid(MultiCutFab &centroid, const Geometry &geom) const']]], + ['fillcoarsefineboundary_12342',['fillCoarseFineBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a93d1f3a709bbf485e19c948875fc6c0c',1,'amrex::FillPatcher']]], + ['fillcoarsepatch_12343',['FillCoarsePatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ebdb49d2d66ac577de280ed9ed0fd28',1,'amrex::AmrLevel']]], + ['fillcutcellmask_12344',['fillCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2475ff0518c5fb3e8f60b66ab728c4a0',1,'amrex::EB2::Level']]], + ['fillderiveplotvarlist_12345',['fillDerivePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a075723bf2fb621f6decda9d20d4cb3ce',1,'amrex::Amr']]], + ['fillderivesmallplotvarlist_12346',['fillDeriveSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aac5f926db1c887325c23896f29feb866',1,'amrex::Amr']]], + ['filldomainboundary_12347',['FillDomainBoundary',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b7407c69f5df5cb424eccddb336331b',1,'amrex']]], + ['fillebcellflag_12348',['fillEBCellFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7d35fe220526a3427bc11672e79c921f',1,'amrex::EB2::Level']]], + ['filledgecent_12349',['fillEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa8174a092dd237acf59e9145603b3104',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a9f121c3a3deb6a4cf27461c8745fd10d',1,'amrex::EB2::Level::fillEdgeCent(Array< MultiFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const']]], + ['fillfab_12350',['fillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ab0feb076743b2a454e181404861c9ed9',1,'amrex::EB2::GeometryShop']]], + ['fillfab_12351',['FillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab, const Box &destBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'FabArrayCopyDescriptor< FArrayBox >::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FArrayBox &destFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae2fdca1e0b247e1a1c1f2b2c821c712f',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab, const Box &destBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3c4cf0ea9fb0abb0e0da7f20203031eb',1,'amrex::FabArrayCopyDescriptor::FillFab(FabArrayId faid, const FillBoxId &fillboxid, FAB &destFab)']]], + ['fillfab_12352',['fillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aefcdeb44ca0770702422b5f7eb289234',1,'amrex::STLtools::fillFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a21626bdeb656074c2e675969aec678bb',1,'amrex::EB2::GeometryShop::fillFab(BaseFab< Real > &levelset, const Geometry &geom, RunOn, Box const &bounding_box) const noexcept']]], + ['fillfab_5fcpu_12353',['fillFab_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99bd263dac37b6f756eced9182e49eb0',1,'amrex::EB2::GeometryShop']]], + ['fillfacecent_12354',['fillFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a47c9d664df913ef2dd7289062f354f0a',1,'amrex::EB2::Level::fillFaceCent(Array< MultiCutFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ab07114892a852fef77608e1cebdd5768',1,'amrex::EB2::Level::fillFaceCent(Array< MultiFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const']]], + ['fillflags_12355',['fillFlags',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html#a1180158d9e9623e55d3d94563e5d078e',1,'particle_detail']]], + ['fillfromlevel0_12356',['FillFromLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a3717b8f03c3fb4395e1d121d870c36cc',1,'amrex::FillPatchIterator']]], + ['fillfromtwolevels_12357',['FillFromTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a9a2a1c98f5e635aa477f6a1e908c4840',1,'amrex::FillPatchIterator']]], + ['fillimpfunc_12358',['FillImpFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a432c3b4f5a385efd93de62c6402e2b0a',1,'amrex']]], + ['fillinterior_12359',['FillInterior',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afb5907b2c56371b7ab6b7d35c156d7bd',1,'amrex::AmrData']]], + ['filllevelset_12360',['fillLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a3d89b2bcea4e9cbf88291dba6cd8fc7c',1,'amrex::EB2::Level']]], + ['fillneighbors_12361',['fillNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2c1bf28f2552627e93d1587e977dd22a',1,'amrex::NeighborParticleContainer']]], + ['fillneighborsgpu_12362',['fillNeighborsGPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4dbc10fb057262215b756a2b4289b33c',1,'amrex::NeighborParticleContainer']]], + ['fillneighborsmpi_12363',['fillNeighborsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af3b5f685680bc88ad15c0f2cd5ee44c8',1,'amrex::NeighborParticleContainer']]], + ['fillnull_12364',['FillNull',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabc637934b6fa1a7b0664ad3b61f0f69',1,'amrex::FillNull(Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc4288a3fe5ceaea66583df8f170785f',1,'amrex::FillNull(Vector< std::unique_ptr< T > > &a)']]], + ['fillpatch_12365',['FillPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a55c1a2d0040ba28bf022fb293113a5f2',1,'amrex::AmrLevel']]], + ['fillpatchadd_12366',['FillPatchAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa72cce79d9f341c7f9a11addfcaec95f',1,'amrex::AmrLevel']]], + ['fillpatcher_12367',['FillPatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#af190f9e264e08dd6fec696c4ff84c53b',1,'amrex::FillPatcher']]], + ['fillpatcherfill_12368',['FillPatcherFill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#af7dbabf3cd9767f5e38dc96157986618',1,'amrex::AmrLevel']]], + ['fillpatchinterp_12369',['FillPatchInterp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1f0353526b2fbde7e376453d034d052e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93b8e270e0c8360ed35815598a5b7f46',1,'amrex::FillPatchInterp(MultiFab &mf_fine_patch, int fcomp, MultiFab const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, MFInterpolater *mapper, const Vector< BCRec > &bcs, int bcscomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4389e0cf21b4c230ab10e9eeed5a4f8e',1,'amrex::FillPatchInterp(MF &mf_fine_patch, int fcomp, MF const &mf_crse_patch, int ccomp, int ncomp, IntVect const &ng, const Geometry &cgeom, const Geometry &fgeom, Box const &dest_domain, const IntVect &ratio, InterpBase *mapper, const Vector< BCRec > &bcs, int bcscomp)']]], + ['fillpatchiterator_12370',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#abf62b3ab66cfdfcba665f1a1d55a2e1f',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int idx, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aebdca878a23ab164decbcdd3bc1a9a20',1,'amrex::FillPatchIterator::FillPatchIterator(AmrLevel &amrlevel, MultiFab &leveldata)']]], + ['fillpatchiteratorhelper_12371',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af66f58fb3b807be2d8255c0d6f63addc',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata, int boxGrow, Real time, int index, int scomp, int ncomp, InterpBase *mapper)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a10439c4fa30c39a2f12ba939498ab887',1,'amrex::FillPatchIteratorHelper::FillPatchIteratorHelper(AmrLevel &amrlevel, MultiFab &leveldata)']]], + ['fillpatchnlevels_12372',['FillPatchNLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a886f36aeb28a74726d439caf38872073',1,'amrex']]], + ['fillpatchsinglelevel_12373',['FillPatchSingleLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf973090fa613c635340a08df7ecd38',1,'amrex::FillPatchSingleLevel(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05934ee478017afcd9908667de64a79c',1,'amrex::FillPatchSingleLevel(MF &mf, Real time, const Vector< MF * > &smf, const Vector< Real > &stime, int scomp, int dcomp, int ncomp, const Geometry &geom, BC &physbcf, int bcfcomp)']]], + ['fillpatchtwolevels_12374',['FillPatchTwoLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b5440802e0895fcba37e6b295116585',1,'amrex::FillPatchTwoLevels(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8f5f13146586dfaa0fb8d082132f12',1,'amrex::FillPatchTwoLevels(MF &mf, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b2f67cfdffeeea1442daa3174a8ad7c',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a760ab1490c5580a3d640bd43b73a2ccc',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7fdce34557bf398e68e173045b5498a',1,'amrex::FillPatchTwoLevels(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], + ['fillpatchtwolevels_5fdoit_12375',['FillPatchTwoLevels_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8ef6805e58fc39ad6e68f3d513b6cac2',1,'amrex::detail::FillPatchTwoLevels_doit(MF &mf, IntVect const &nghost, Real time, const Vector< MF * > &cmf, const Vector< Real > &ct, const Vector< MF * > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space, bool return_error_code=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18925ecee560b7b62b2434f643b8a2d1',1,'amrex::detail::FillPatchTwoLevels_doit(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Vector< Array< MF *, AMREX_SPACEDIM > > &cmf, const Vector< Real > &ct, const Vector< Array< MF *, AMREX_SPACEDIM > > &fmf, const Vector< Real > &ft, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, const Array< int, AMREX_SPACEDIM > &cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, const Array< int, AMREX_SPACEDIM > &fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, const Array< int, AMREX_SPACEDIM > &bcscomp, const PreInterpHook &pre_interp, const PostInterpHook &post_interp, EB2::IndexSpace const *index_space)']]], + ['fillpolar_12376',['FillPolar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a22290d0dc38cd0254f5d14100fec970f',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, int scomp, int ncomp, IntVect const &nghost, Box const &domain)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a569fc178d4aad983c5bdd14a8f69127e',1,'amrex::NonLocalBC::FillPolar(FabArray< FAB > &mf, Box const &domain)']]], + ['fillrandom_12377',['FillRandom',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10bd6ff61966130ea99ab9faa410da13',1,'amrex::FillRandom(MultiFab &mf, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cd741b1ea369e4c69c1e47048fe4225',1,'amrex::FillRandom(Real *p, Long N)']]], + ['fillrandomnormal_12378',['FillRandomNormal',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9edda343dfe7f1dbbd5dcfc2095afac5',1,'amrex::FillRandomNormal(Real *p, Long N, Real mean, Real stddev)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b5cc6671c574fc82057046c73789ee5',1,'amrex::FillRandomNormal(MultiFab &mf, int scomp, int ncomp, Real mean, Real stddev)']]], + ['fillregiontimeranges_12379',['FillRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4bf6706450f39ee6bf8764a9e6e5912',1,'RegionsProfStats']]], + ['fillrk_12380',['fillRK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aa756e7fa531116007159b132f0312577',1,'amrex::FillPatcher']]], + ['fillrkpatch_12381',['FillRKPatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a262e295c3b6e661f434303f502c9d442',1,'amrex::AmrLevel']]], + ['fillsendfab_12382',['FillSendFAB',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a92f370455b087129323dcae88ae2fb57',1,'CommProfStats']]], + ['fillsigneddistance_12383',['FillSignedDistance',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae21d913402ed0c78cccf9819ea8a69c7',1,'amrex::FillSignedDistance(MultiFab &mf, bool fluid_has_positive_sign=true)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae734f341bd7b27e7d150b1187c28c9ab',1,'amrex::FillSignedDistance(MultiFab &mf, EB2::Level const &ls_lev, EBFArrayBoxFactory const &eb_fac, int refratio, bool fluid_has_positive_sign=true)']]], + ['fillstateplotvarlist_12384',['fillStatePlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa409f5572b79fbf4d109aeac4b810c86',1,'amrex::Amr']]], + ['fillstatesmallplotvarlist_12385',['fillStateSmallPlotVarList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#accc5b95bd9e05e81871f28975760f74f',1,'amrex::Amr']]], + ['fillvaluesimpl_12386',['fillValuesImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad4cc090e4556da716349ad4577feaff6',1,'amrex::detail']]], + ['fillvar_12387',['FillVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a685ca8742a6b888e3f8b43edf70a8d27',1,'amrex::DataServices::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varname, int procWithFab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a3a70845ae0791968fa3c731c75e0bc82',1,'amrex::DataServices::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9da43b855d7bb5e6a5e7ca51b4d60e98',1,'amrex::AmrData::FillVar(FArrayBox *destFab, const Box &destBox, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a65b5439faa7e1ef2949f00edaac3d1f0',1,'amrex::AmrData::FillVar(Vector< FArrayBox * > &destFabs, const Vector< Box > &destBoxes, int finestFillLevel, const std::string &varName, int procWithFabs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad21c6566676a74569438fc34998a9874',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const Vector< std::string > &varNames, const Vector< int > &destFillComps)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a07cc26d410e6d3ff0a3bca3426e1343c',1,'amrex::AmrData::FillVar(MultiFab &destMultiFab, int finestFillLevel, const std::string &varname, int destcomp=0)']]], + ['fillvolfrac_12388',['fillVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac37a09c9b81e67ee3c1f9882db9c2a38',1,'amrex::EB2::Level']]], + ['filterandtransformparticles_12389',['filterAndTransformParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad355709025876e4bace25065cedcec',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred const &p, F &&f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d643abf32742bb6d7d758f835f8ac83',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Pred const &p, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e262a7d63bd04c8d334eeaaa8eb53b4',1,'amrex::filterAndTransformParticles(DstTile1 &dst1, DstTile2 &dst2, const SrcTile &src, Index *mask, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a445eaaec6b8c6d91c449c1807b12ae6f',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F const &f, Index src_start, Index dst_start) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6ec82174b9e85180e43d20c64b52b26',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Index *mask, F &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab5f493bb769f1f402add59c4dfb6df1a',1,'amrex::filterAndTransformParticles(DstTile &dst, const SrcTile &src, Pred &&p, F &&f) noexcept']]], + ['filterparticles_12390',['filterParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86fc8a08b6a63681e7751ac0b20bd96b',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0484051ab2f4dc9ebed16cb4f0ca2817',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, const Index *mask, Index src_start, Index dst_start, N n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33445242f6db048d6f630ee51db51c66',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred &&p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31d02dac6559bf01b7ffc7080e11b6b3',1,'amrex::filterParticles(DstTile &dst, const SrcTile &src, Pred const &p, Index src_start, Index dst_start, N n) noexcept']]], + ['filtervirt_12391',['FilterVirt',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#afae2fe13dafb05fa3cbe4ccf30373dde',1,'FilterVirt']]], + ['finalize_12392',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae7a5398061b1bffdd1679a3a78f8b741',1,'amrex::MultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#afaca15a1f386d11c48a96ce6dc37c0dc',1,'amrex::sundials::MemoryHelper::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9283fab7556352eeff908ca26cd440be',1,'amrex::ParmParse::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a2344d0f82665ec2e7efe266b015d163c',1,'amrex::TinyProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aae19503ef83149be04e9d97f1c6bd6a3',1,'amrex::VisMF::Finalize()']]], + ['finalize_12393',['finalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a85eb163d1194d5afb39217626b876971',1,'amrex::InSituBridge']]], + ['finalize_12394',['Finalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abf6b47f72923c8ef9f360c6a93289a18',1,'amrex::sundials::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95032768c19f94a64196f85fefeee239',1,'amrex::ParallelDescriptor::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a444d6a7e87c49476671049df5ea59107',1,'amrex::MPMD::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a80498796973f6b853437e50ba873a6d1',1,'amrex::machine::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a01ac7d4ed0bfab3839b45995cf260a05',1,'amrex::Lazy::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#afd3e2ed9a69b9e53f5b68eca49ee6fe6',1,'amrex::EB2::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2040a56976bffbbfac29f5e01800ea3c',1,'amrex::AsyncOut::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58b341e8a1b6a668812e8801b917a9de',1,'amrex::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8117ae9942e01445ea7fe62d2f190c64',1,'amrex::Finalize(AMReX *pamrex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adce93d1ef45e49e692f62ee9fa8ac48f',1,'amrex::Amr::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a68cb3cd35ae7cc4bc40b4f9cfd44d016',1,'amrex::MemProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a30306fc1aaa921993a9667b639ec26c5',1,'amrex::iMultiFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a9fe8b1d3b2da351d3701dd7c44ca1139',1,'amrex::IArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0e43c0beef959593d4253805a22b6abc',1,'amrex::FArrayBox::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0f7d18c9334054a0934c2740860971c2',1,'amrex::FabArrayBase::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac8ce7dd033d1e5a163617b7b06d1fab0',1,'amrex::DistributionMapping::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5bf574c7d8adff1fc0593e06d9007078',1,'amrex::Gpu::Device::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a16062c68a56d66f78af7d8cdaf61e330',1,'amrex::BoxArray::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#aca63ee9d8635b17aeb34bc512f1ea8a9',1,'amrex::BLProfiler::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< Real >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< PetscInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< HYPRE_Int >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< EBCellFlag >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< char >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'BaseFab< AtomicInt >::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b42e2b61ac6d8050def0a5e9bde849f',1,'amrex::BaseFab::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aba76fcc2eabe3ac7e99e4b5e52cf3f0f',1,'amrex::BARef::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a06dd6197d2081d7dd4c1bed308edd387',1,'amrex::Arena::Finalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7f8343c78da4a5d341aae1e5aea752aa',1,'amrex::MFIter::Finalize()']]], + ['finalize_5fcell_5fflags_12395',['finalize_cell_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFileLevel.html#a9a4a658f30d3a6e5895a204000dce41f',1,'amrex::EB2::ChkptFileLevel']]], + ['finalizeinit_12396',['FinalizeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acc31a806beac20735b0589a0195dd3e2',1,'amrex::Amr']]], + ['finalizeinsitu_12397',['finalizeInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a566aa710514e53eb2193e7bbd4e5ff8d',1,'amrex::Amr']]], + ['find_5fbest_5fnbh_12398',['find_best_nbh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#afa7cf247ac1fb3972693835d136c00f1',1,'amrex::machine']]], + ['find_5fintersection_5fpoint_12399',['find_intersection_point',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a713485f892bf13f6879fcd8a1ccf5b6e',1,'amrex::tri_geom_ops']]], + ['findoffsets_12400',['FindOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aef586d2b8907165dffdf87ea2c9730c9',1,'amrex::VisMF']]], + ['findtimerange_12401',['FindTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af024320c638e753af5a20def51afcde5',1,'CommProfStats']]], + ['fineadd_12402',['FineAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a95d4c8d650762923da71c09c414b2258',1,'amrex::FluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a4d2611b6de348e9aafaa1d75dca7ec33',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af0579b0e1a1626ef31ce4c3161dded2e',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, const FArrayBox &dm, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ab13698fba1225545ad68fc7f29794e85',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FArrayBox const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, const FArrayBox &volfrac, const std::array< FArrayBox const *, AMREX_SPACEDIM > &areafrac, int srccomp, int destcomp, int numcomp, RunOn runon)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::EBFluxRegister::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ae7dab32dce79ee2932c74b0bf746d945',1,'amrex::EdgeFluxRegister::FineAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#abff8b13543ca6e0eb194283e744b4caa',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &a_flux, const Real *dx, Real dt, int srccomp, int destcomp, int numcomp, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a9eea47bda999a0731934a386b05b3978',1,'amrex::YAFluxRegisterT::FineAdd(const MFIter &mfi, const std::array< FAB const *, AMREX_SPACEDIM > &flux, const Real *dx, Real dt, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4e3874c3557a701913061d4a9ef49c4d',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, const FArrayBox &area, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a1632f69b9bb40407c6622d6841c48938',1,'amrex::FluxRegister::FineAdd(const FArrayBox &flux, int dir, int boxno, int srccomp, int destcomp, int numcomp, Real mult, RunOn runon) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ab43d78762f0ea9fe8a2146dab58b9cf3',1,'amrex::FluxRegister::FineAdd(const MultiFab &mflx, int dir, int srccomp, int destcomp, int numcomp, Real mult)']]], + ['finehaswork_12403',['FineHasWork',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#aadc0fd498bbbe602b6468b9624b322cf',1,'amrex::YAFluxRegisterT']]], + ['finelevel_12404',['fineLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a7aa00b34c175fadfdb6bae33c68bf5d1',1,'amrex::FluxRegister']]], + ['fineratio_12405',['fineRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a3fb007c5f97c38ef4515b3a74d6873fa',1,'amrex::AmrLevel']]], + ['finesetval_12406',['FineSetVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a6295b79fe12737051efd360468bfe344',1,'amrex::FluxRegister']]], + ['finestbox_12407',['FinestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a97b63fbc82d7eb65130caa9d3b7973e5',1,'amrex::OrderedBoxes']]], + ['finestcontaininglevel_12408',['FinestContainingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac2d3dd0aea616e10181d20da60d32239',1,'amrex::AmrData']]], + ['finestintersectinglevel_12409',['FinestIntersectingLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9578a44932eb4060e7ba940ac622005a',1,'amrex::AmrData']]], + ['finestlevel_12410',['FinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bfae1293b49c3ace47ffd0cb40b45ce',1,'amrex::AmrData']]], + ['finestlevel_12411',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a803eda21276f7f33029700a471f9f275',1,'amrex::PlotFileDataImpl::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a71cf25bbc89fd5fd140d6a7090a8b451',1,'amrex::AmrMesh::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac72fc0f84c6f2c0ced8da0b77f73d0ce',1,'amrex::AmrParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad1ee0b22c6d8a20ded281afcbf343d4f',1,'amrex::ParGDB::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ac1fa02ba52840aba7e4ef263cb1415a8',1,'amrex::ParGDBBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9d1fb8c82d375e2d473e0dd677b3f61',1,'amrex::ParticleContainerBase::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a99dc2f85369316618b49eaf849f06568',1,'amrex::PlotFileData::finestLevel()']]], + ['finish_12412',['Finish',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#aee3a42cfdf4c23b913fe7b42f8a22185',1,'amrex::AsyncOut::Finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a1087e92b5b216fe4574e45078338cd51',1,'amrex::BackgroundThread::Finish()']]], + ['finishconstructor_12413',['finishConstructor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a954293930715e389153026f726dbd960',1,'amrex::AmrLevel']]], + ['first_12414',['first',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a3eeb06cae2d6df753d4f290f474d4da7',1,'amrex::ValLocPair::first() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a1b86c4a826c9a664f5f506cd069a7234',1,'amrex::ValLocPair::first()']]], + ['firstbucketonproc_12415',['firstBucketOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aab3da03c66b146dacb70168328d0873b',1,'amrex::ParticleBufferMap']]], + ['firstorderextrap_12416',['FirstOrderExtrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#ad0a63d588f868c546dfbbc818dec9273',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#af161e1034e6eb3d4f30760fa5b5b1944',1,'amrex::Extrapolater::FirstOrderExtrap(MultiFab &mf, const Geometry &geom, int scomp, int ncomp, int nGrow)']]], + ['fixcoarseboxsize_12417',['FixCoarseBoxSize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acdfc31382ab1f46867b783921a6f465e',1,'amrex']]], + ['fixsolvabilitybyoffset_12418',['fixSolvabilityByOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac44f404584644c6cb3f7548de48206d0',1,'amrex::MLCellLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'amrex::MLLinOpT::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9b6ac2fe55b5951ef0aee9cfdf3e56c0',1,'MLLinOpT< Array< MultiFab, 3 > >::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae2e69b93bd6080fe66cfacedfba6f3aa',1,'amrex::MLNodeLaplacian::fixSolvabilityByOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8f7f76427fa0ea163014406f3d923933',1,'amrex::MLNodeLinOp::fixSolvabilityByOffset()']]], + ['fixupresidualmask_12419',['fixUpResidualMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af851a769ccbcd52c5950734a24067440',1,'amrex::MLEBNodeFDLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a29f7b2267b3d4d5847b1685e1ffd14ae',1,'amrex::MLNodeLinOp::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a47a17a53556ce90250db12c55ae5e115',1,'amrex::MLNodeABecLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af00aee37c0b544681bc9883ccd96656d',1,'amrex::MLNodeTensorLaplacian::fixUpResidualMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a34d08ccf80dad6eead2922c6a41cee16',1,'amrex::MLNodeLaplacian::fixUpResidualMask()']]], + ['flex_5fgmres_5fsolver_5fconfigure_12420',['flex_gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a3cd35a345fcd7b90cccaaa542ded29cf',1,'amrex::HypreIJIface']]], + ['flip_12421',['flip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'amrex::IndexTypeND::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0d06bd2cc857a9cf3098d16996a1ddd7',1,'IndexTypeND< AMREX_SPACEDIM >::flip()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a2b165e7e8b05111ce8c93285bc85f081',1,'amrex::Orientation::flip()']]], + ['floor_12422',['floor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad83cc01ed7402d9d384b73c046a96b87',1,'amrex::RealVect::floor() const noexcept']]], + ['flushcfinfo_12423',['flushCFinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a713c123f38e7c4666b28628d59c6e0c9',1,'amrex::FabArrayBase']]], + ['flushcpc_12424',['flushCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a16c472ffe97ca76e2ffa59ffceec0931',1,'amrex::FabArrayBase']]], + ['flushcpcache_12425',['flushCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6011806b7564dbb0849cc33d57e95a4f',1,'amrex::FabArrayBase']]], + ['flushfb_12426',['flushFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad0036a8cccab0b66956ebdb8fb07d16f',1,'amrex::FabArrayBase']]], + ['flushfbcache_12427',['flushFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8219bfa75d50673c667ce09d6cb2d83',1,'amrex::FabArrayBase']]], + ['flushfpicache_12428',['FlushFPICache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac96bd5573c5f63e798aa682a7d5756ae',1,'amrex::AmrLevel']]], + ['flushfpinfo_12429',['flushFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a793ba5ae5a1533bae6a98b901df96664',1,'amrex::FabArrayBase']]], + ['flushgrids_12430',['FlushGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4bfe1de93aafef1d7365e677047b5ec',1,'amrex::AmrData::FlushGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a41a948375962564d161d7b43d9f72484',1,'amrex::AmrData::FlushGrids(int componentIndex)']]], + ['flushparforcache_12431',['flushParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af1e359a059abb783d093f29cc1c84693',1,'amrex::FabArrayBase']]], + ['flushparforinfo_12432',['flushParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a38c437b445b30f872df4f5ed6232e9a1',1,'amrex::FabArrayBase']]], + ['flushpolarb_12433',['flushPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11436d5c97b9158ac23058287feada66',1,'amrex::FabArrayBase']]], + ['flushpolarbcache_12434',['flushPolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a70b561d2ca803ef3488983323339bac6',1,'amrex::FabArrayBase']]], + ['flushrb180_12435',['flushRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac71669e7574424826140208ef85fcc4a',1,'amrex::FabArrayBase']]], + ['flushrb180cache_12436',['flushRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a44faf0f19d9f24cacd58d8396b2c1610',1,'amrex::FabArrayBase']]], + ['flushrb90_12437',['flushRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab092b4d04401abad6715b550b01dd5b4',1,'amrex::FabArrayBase']]], + ['flushrb90cache_12438',['flushRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#abf133627f3fe188828f9cdf811dd8a86',1,'amrex::FabArrayBase']]], + ['flushtilearray_12439',['flushTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a03141dc770d42b5297105bb259b9c8e5',1,'amrex::FabArrayBase']]], + ['flushtilearraycache_12440',['flushTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a653b5bd0ac05e183721ba30b5c5dbb55',1,'amrex::FabArrayBase']]], + ['fluxreg_5ffineadd_12441',['fluxreg_fineadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a18058abd47bcc0f005182c829f1f4e0a',1,'amrex']]], + ['fluxreg_5ffineareaadd_12442',['fluxreg_fineareaadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75205bf4e5cf11c750d36643d869651e',1,'amrex']]], + ['fluxreg_5freflux_12443',['fluxreg_reflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c97748d6aef1a9d510523f3c374b63f',1,'amrex']]], + ['fluxregister_12444',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a534089570aa27c91fc783470dc34edc2',1,'amrex::FluxRegister::FluxRegister(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#aea5e30aea810dbb261555f307106d406',1,'amrex::FluxRegister::FluxRegister(const BoxArray &fine_boxes, const DistributionMapping &dm, const IntVect &ref_ratio, int fine_lev, int nvar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a935b4c43c77115935fcf76b3e4a6e009',1,'amrex::FluxRegister::FluxRegister()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a443996c9a22893bae492440a1f716096',1,'amrex::FluxRegister::FluxRegister(FluxRegister &&rhs) noexcept=default']]], + ['for_12445',['For',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb038d495d77c299406ea33380d0f548',1,'amrex::For(T n, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22c6c19b7533ed5219ce1853d5aa625d',1,'amrex::For(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58f6305adbac638674782f274ce8bb80',1,'amrex::For(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d978e5f393e8e667b075e736636f1c4',1,'amrex::For(BoxND< dim > const &box, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35f3db1603e73e8e8d7f652bb6865eb',1,'amrex::For(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a81d8c924a27f9fb7decf2d2ac1dcd8',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac265b5bf7b7f3dca04c343c198b4d6ae',1,'amrex::For(BoxND< dim > const &box, T ncomp, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82a13be7442ff8f47fe56b3fdd1665c2',1,'amrex::For(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a251ca4b51f175328b286fdfd7171c15f',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a833a3a896f9a27574e313b57e01ebd85',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7fc8e0d09589aa2e8933caa1677ea10a',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7c7bd1c17c60efcd9caba171127c04',1,'amrex::For(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c17fa7ab4b55cbcb121d819843bef73',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ea98821ea183c55bd8a7ecca588e971',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c28f856b384e7639fbb34427123b7d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeee7a2a1b52aa2d57763ab36928ceec4',1,'amrex::For(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad457e5329315312926c0113d9f3d626d',1,'amrex::For(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], + ['for_5feach_5fimpl_12446',['for_each_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af378b35270a3e9fbab911a6fe0058eb5',1,'amrex::detail']]], + ['for_5feach_5finit_12447',['for_each_init',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a22849c15bbaf703129453036d2a01aef',1,'amrex::Reduce::detail']]], + ['for_5feach_5flocal_12448',['for_each_local',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#afd579b95fc57cf9aaf43717d976eff41',1,'amrex::Reduce::detail']]], + ['for_5feach_5fparallel_12449',['for_each_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#abe303744738dffcde1225825759169f1',1,'amrex::Reduce::detail']]], + ['for_5feach_5funtil_5fimpl_12450',['for_each_until_impl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e84dd049acffc06333882e476f741ce',1,'amrex::detail']]], + ['for_5fimpnd_12451',['For_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a3fed1f766f2a246764a7880eecc640c8',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af64c8e0dcca83824d84b736217db75a6',1,'amrex::detail::For_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, T n) noexcept']]], + ['foreach_12452',['ForEach',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca65f803ae9e0c199552d38482b6dbdc',1,'amrex']]], + ['foreachuntil_12453',['ForEachUntil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad482086094efe1bf5748ee81c759d86e',1,'amrex']]], + ['fork_5fjoin_12454',['fork_join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2f557068fd57a8cd131263fa6769b631',1,'amrex::ForkJoin']]], + ['forkjoin_12455',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0390a77315df9f09143645cbecf24515',1,'amrex::ForkJoin::ForkJoin(const Vector< int > &task_rank_n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aac9106c8fc6d9be62cf1a73f2db0e820',1,'amrex::ForkJoin::ForkJoin(const Vector< double > &task_rank_pct)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a2d8bbf7d8eb515f4249b97829a733c33',1,'amrex::ForkJoin::ForkJoin(int ntasks)']]], + ['format_12456',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#add111caab7a47e1e54409f0fe0f531d5',1,'amrex::RealDescriptor::format() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a65aa15d431df67cfea2ea887e8144c88',1,'amrex::RealDescriptor::format() &&=delete']]], + ['formatarray_12457',['formatarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ad827bfc5b6baadddd3c1b913f46057f3',1,'amrex::RealDescriptor::formatarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1da9a838223819cf642f6a8288616c51',1,'amrex::RealDescriptor::formatarray() &&=delete']]], + ['forward_12458',['forward',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a652ffd252711fcce9a5cc65d32da877e',1,'hacc::Dfft::forward(complex_t const *in)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8ddddcf90a534cbb5cd92e89c4ab79d9',1,'hacc::Dfft::forward(float const *in, size_t ghost0, size_t ghost1)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af28600d38f03ba1894b42bb88b8fccfb',1,'hacc::Dfft::forward(float const *in, size_t ghost)']]], + ['forwardastuple_12459',['ForwardAsTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8cc1e47b11f22cfe944555f6e833cc8',1,'amrex']]], + ['fourthorderinterpfromfinetocoarse_12460',['FourthOrderInterpFromFineToCoarse',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adde5cec8cf83a5e5970cf61cd12e6bb7',1,'amrex']]], + ['fpinfo_12461',['FPinfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ade7a9e79503e61ff6803d58a345d2ffa',1,'amrex::FabArrayBase::FPinfo']]], + ['frame_12462',['Frame',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ad61cafd4a0e7503e8cd29810f57736e9',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c, int id, int io_rank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a390e863e597de7ee5742e950baa2544e',1,'amrex::ParallelContext::Frame::Frame(MPI_Comm c)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a84ed11cec20f015349e7edd5fe0bccf4',1,'amrex::ParallelContext::Frame::Frame(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac3367d337ca17031766061b36fac376b',1,'amrex::ParallelContext::Frame::Frame(Frame &&rhs) noexcept']]], + ['free_12463',['free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a0c7e0730574c98febb6ddca2712cb515',1,'amrex::Arena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a423a57e61bf30c0dd08c5b03042306ff',1,'amrex::BArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c318e660a559a2c8d4dc75ba2bc658',1,'amrex::CArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a5fa328945c30133a9b9c7f93ccf6e78f',1,'amrex::DataAllocator::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6ac9509d9d473110db4f19a62d958b3b',1,'amrex::PArena::free()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#abd7291506933a08740bb9b2abbc5ef98',1,'amrex::detail::SingleChunkArena::free()']]], + ['freememavailable_12464',['freeMemAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a92efa21af9b7ae2cb3ee5710922c8bac',1,'amrex::Gpu::Device']]], + ['freestate_12465',['FreeState',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a15739554c59b1f13c811674d600856a6',1,'amrex::BlockMutex']]], + ['freeunused_12466',['freeUnused',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7e9429cce47c95ae5f8d8d379ffe6184',1,'amrex::CArena::freeUnused()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ae58dbb9ab6bb4e8d980b384b0d8804e5',1,'amrex::Arena::freeUnused()']]], + ['freeunused_5fprotected_12467',['freeUnused_protected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a881f97d5676c4784f52d6f4c702da696',1,'amrex::Arena::freeUnused_protected()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a496e3022b2c758f0f8cde7b20f954066',1,'amrex::CArena::freeUnused_protected()']]], + ['front_12468',['front',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int *, DefaultAllocator< const int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< index_type >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< index_type >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int *, DefaultAllocator< int * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int *, DefaultAllocator< int * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal * >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal * >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< std::size_t >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< std::size_t >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< unsigned int >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< unsigned int >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab3d2612cde7e408f02101b15dd7781f1',1,'amrex::BoxList::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a65eb4af53f5dc07b129bd14d11d728ba',1,'amrex::BoxList::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'amrex::PODVector::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'amrex::PODVector::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::BoxND >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::BoxND >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::NeighborCode >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::NeighborCode >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::openbc::MomTag >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int *, DefaultAllocator< const int * > >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< const int * >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::XDim3 >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< char >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::XDim3 >::front()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a24668b130567e7b47b01a5342ac943a2',1,'PODVector< amrex::STLtools::Triangle >::front() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::STLtools::Triangle >::front() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ae35d54db01ac368409bd57f8e2f91941',1,'PODVector< amrex::openbc::MomTag >::front()']]], + ['fsmooth_12469',['Fsmooth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5a16b7371654dbd8f60d24bd0ce5307a',1,'amrex::MLEBABecLap::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a375d3d3edaa7f6d3a16bf7a8456027f7',1,'amrex::MLEBNodeFDLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f342b270636e50520e1f99d1ded49f1',1,'amrex::MLNodeABecLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#abb1b82912ef073dd81315503552625e1',1,'amrex::MLNodeLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a426c6b64def1c391b305be2ad1649103',1,'amrex::MLNodeLinOp::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#aa734b354f866f78f860ae30f1ad9a2ad',1,'amrex::MLNodeTensorLaplacian::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9232adb87973674d3243a2e01a10155',1,'amrex::MLPoissonT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#abcdd9ab9f087bf18744643b24d2e7471',1,'amrex::MLALaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ad219bae0ff8321a675900f6850dd551a',1,'amrex::MLABecLaplacianT::Fsmooth()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a07fa09c5665782a39755f32fccdb7ec6',1,'amrex::MLCellLinOpT::Fsmooth()']]], + ['funcstat_12470',['FuncStat',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a9584e7e0ee928c9d2f7bcf6b817c4629',1,'BLProfStats::FuncStat::FuncStat()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ac8b5d8a4c6027d6b3f0b02c3c7c2b633',1,'BLProfStats::FuncStat::FuncStat(long ncalls, Real tt)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_7.js b/amrex-hydro/Doxygen/html/search/functions_7.js index e11fe14..1b5d18f 100644 --- a/amrex-hydro/Doxygen/html/search/functions_7.js +++ b/amrex-hydro/Doxygen/html/search/functions_7.js @@ -1,395 +1,401 @@ var searchData= [ - ['gather_12410',['Gather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a6ea7eeaafa369d6246da405045b73208',1,'amrex::detail::Gather(const T *, int, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aac087974da543982e53f9b3f1da42005',1,'amrex::detail::Gather(const T &, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3aa34d0c55755f52fccec7dd20dd9fb',1,'amrex::ParallelDescriptor::Gather(Real const *sendbuf, int nsend, Real *recvbuf, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7',1,'amrex::ParallelDescriptor::Gather(const T *, size_t n, T1 *, size_t n1, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84c9d7d438ae259036461c6db6100a27',1,'amrex::ParallelDescriptor::Gather(const T &, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa',1,'amrex::ParallelGather::Gather(const T *v, int cnt, T *vs, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2',1,'amrex::ParallelGather::Gather(const T &v, T *vs, int root, MPI_Comm comm)']]], - ['gatherlayoutdatatovector_12411',['GatherLayoutDataToVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa8e2b582c52d43645acae3099cbaf4e',1,'amrex::ParallelDescriptor']]], - ['gatherparticles_12412',['gatherParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8',1,'amrex']]], - ['gatherv_12413',['Gatherv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a211110d15cfcd5d09168c6d415476ce6',1,'amrex::ParallelDescriptor']]], - ['gccplacater_12414',['GccPlacater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf',1,'amrex']]], - ['gccplacatermf_12415',['GccPlacaterMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad60aac176908ba51373d63ca49bef063',1,'amrex']]], - ['generatemasks_12416',['GenerateMasks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3f478913c1ee3d9bfed093be0301b6e',1,'amrex::InSituUtils']]], - ['geom_12417',['Geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a38a313616cf363d4848934853dd47092',1,'amrex::AmrMesh::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad535ebc3896c9f8c1ea3e6530ffc070e',1,'amrex::AmrLevel::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9ae9a37898b7fb6929b598194c8bca61',1,'amrex::ParticleContainerBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'amrex::ParIterBase_impl::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0f4207bf31f6366cee4812742303879d',1,'amrex::ParGDBBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a90d6cb9a9d7e81879188f069a502ce24',1,'amrex::ParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9e84259b6aa2852287649de9102a68e4',1,'amrex::ParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'MLLinOpT< Array< MultiFab, 3 > >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'amrex::MLLinOpT::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#abb45241bcd62cecd1f2e43a3c93cdf7c',1,'amrex::EB2::Level::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a699118eee56fc9250d4ae940fff8cf18',1,'amrex::EBFArrayBoxFactory::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a3583b3618380eea92350a8a5bc29a46a',1,'amrex::AmrParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9d52a302b3f7f9d6b29f09e24fc906c4',1,'amrex::AmrParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a924462614f8ea65b38f21163808bdddc',1,'amrex::AmrMesh::Geom(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a24f762a6fc54a0adff17d31a5ff22e8b',1,'amrex::AmrMesh::Geom() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab1419d0ea909582b877283e1196d6e68',1,'amrex::AmrMesh::Geom(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf16ab166b53c2ae62ee664a25e31e57',1,'amrex::AmrMesh::Geom(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a9f7d684223e77d4bf3162333a55c64d6',1,'amrex::ParGDBBase::Geom()']]], - ['geometry_12418',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe4767b2f215bc24725017610b86091d',1,'amrex::Geometry::Geometry() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02c8a9fe2c0a14e7ca251ce48e97ee5b',1,'amrex::Geometry::Geometry(Geometry &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a61c7b8c8cbb3b7a39b4db6ed8eface07',1,'amrex::Geometry::Geometry(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7ba1318caf7c0f051bc33126789c4e94',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab9cc9315f181884f554c5866cd1e68e5',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept']]], - ['geometryshop_12419',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3772b6627894ab939396feac8bc1c356',1,'amrex::EB2::GeometryShop::GeometryShop(F f, R r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a5cd1275a72a0d42d7058bbb4da6f3e8d',1,'amrex::EB2::GeometryShop::GeometryShop(F f)']]], - ['get_12420',['get',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54183310926451315930c0a0a09f1475',1,'amrex::ParmParse::get(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a52b882dec70bfeb4ccf32cd859e148f3',1,'amrex::ParmParse::get(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac4efb98e8b17112650c2d0034a9681ef',1,'amrex::ParmParse::get(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae902806780e0a1daed6a161b95178435',1,'amrex::ParmParse::get(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae2021776ee6ddf9a139d8a0af42785a9',1,'amrex::ParmParse::get(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a31599e95400a726459b3ea9b4ccce720',1,'amrex::ParmParse::get(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac246c039fd27b9a2bdccfc99d68062a6',1,'amrex::ParmParse::get(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24eb7bf5d0d06251bf15a44b8a8a1a4f',1,'amrex::ParmParse::get(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a54da839203de93e062dbff05377d999b',1,'amrex::PlotFileDataImpl::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a48f359b6d8c12b019b3e1b7c097f72',1,'amrex::ParmParse::get(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a26252e98bdffbce5baf1695ca817cb30',1,'amrex::ParmParse::get(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24db67f875cbc2a56406c66f48d60b8a',1,'amrex::ParmParse::get(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'IntVectND< AMREX_SPACEDIM >::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'IntVectND< AMREX_SPACEDIM >::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'amrex::IntVectND::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'amrex::IntVectND::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'IndexTypeND< AMREX_SPACEDIM >::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a46cff55b388d9aaefe81cd3a8a6d7648',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#aa6b9cce8542740cec857772417d67dd5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac4e1bbf1c88985b380f9e9df11be7354',1,'amrex::BoxArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a743acfa69c626f0a2f66fda4830312dc',1,'amrex::Any::get() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ab3b0861ff49959fd1103921dc291b918',1,'amrex::Any::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#acaacc2e448d7ecbac9fbcb817e39b125',1,'amrex_parmparse_module::amrex_parmparse::get()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385',1,'amrex::get(GpuTuple< Ts... > &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771',1,'amrex::get(GpuTuple< Ts... > const &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2',1,'amrex::get(GpuTuple< Ts... > &&tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a5d8a36393946626f0725a8143ba2dca3',1,'amrex::ParmParse::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#aa0974cb46a5b57ae7678cfeeff813a2e',1,'amrex::detail::SplitIndexList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a48fae2c492bcad7afe1baed7ed0bfc64',1,'amrex::ref_wrapper::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5f44b55b81dc4217e138a7f78d95a1db',1,'amrex::ParallelDescriptor::ProcessTeam::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a6ff8692064ee148c07daeec4c5f2620b',1,'amrex::DeriveList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a780c89af0db95b7c96610739ca60ac6c',1,'amrex::PlotFileDataImpl::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a7b6393c9a0c4b2df192051eacccbaafd',1,'amrex::PlotFileData::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a53dc80997747ee42565b6fb3e6509281',1,'amrex::PlotFileData::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< AtomicInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::CutFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'amrex::IndexTypeND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'amrex::FabArray::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'amrex::FabArray::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'amrex::FabArray::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'amrex::FabArray::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< TagBox >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< AtomicInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< PetscInt > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< PetscInt > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::Mask >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::CutFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< TagBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< TagBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< TagBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< IArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< IArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::EBCellFlagFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::Mask >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::EBCellFlagFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::Mask >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::Mask >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< FArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< FArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< FArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< FArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< IArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< IArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::EBCellFlagFab >::get(int K) const noexcept']]], - ['get32bitcode_12421',['get32BitCode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459',1,'amrex::Morton']]], - ['get_5faggregate_12422',['get_aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a91708a0258707972ce13689407b5c0bf',1,'amrex::Scan::detail::BlockStatus< T, false >::get_aggregate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a39342a923b5962b079be0fa1f9b39131',1,'amrex::Scan::detail::BlockStatus< T, true >::get_aggregate()']]], - ['get_5fallocator_12423',['get_allocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int *, DefaultAllocator< const int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::XDim3 >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::STLtools::Triangle >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::openbc::MomTag >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::NeighborCode >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::BoxND >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'amrex::PODVector::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int *, DefaultAllocator< int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< std::size_t >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< unsigned int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< index_type >::get_allocator()']]], - ['get_5fcell_5fdata_12424',['get_cell_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815',1,'amrex']]], - ['get_5fcell_5ftype_12425',['get_cell_type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a',1,'amrex_ebcellflag_module']]], - ['get_5fcommand_12426',['get_command',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b2451baea738a8717530466c13f37fe',1,'amrex']]], - ['get_5fcommand_5fargument_12427',['get_command_argument',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd',1,'amrex']]], - ['get_5fd_12428',['get_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af811bb2dca600cc0f76358ff2affeba3',1,'hacc::Dfft']]], - ['get_5fd0_12429',['get_d0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'amrex::MLLinOpT::get_d0()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d0()']]], - ['get_5fd1_12430',['get_d1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'amrex::MLLinOpT::get_d1()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d1()']]], - ['get_5fdata_12431',['get_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f84c93c82667982bbec8f9215b630af',1,'amrex::AmrLevel']]], - ['get_5fderive_5flst_12432',['get_derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7ef50123ae8e520914847e15973b104a',1,'amrex::AmrLevel']]], - ['get_5fdesc_5flst_12433',['get_desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4092681e4db89552b5a53b0d1bb144fa',1,'amrex::AmrLevel']]], - ['get_5fdm_12434',['get_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac35ec951548cc1e54dfc60b0d65df8e8',1,'amrex::ForkJoin']]], - ['get_5fdo_5finitval_12435',['get_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af073981013bb7c213dd103b9935f9809',1,'amrex::FArrayBox']]], - ['get_5fdpdn_5fon_5fdomain_5ffaces_12436',['get_dpdn_on_domain_faces',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac6a0e027881bd8d0314ab054afb5dbc9',1,'amrex::MLPoissonT']]], - ['get_5fdx_5feb_12437',['get_dx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26',1,'amrex']]], - ['get_5fenum_5fcase_5finsensitive_12438',['get_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af35d37aa5b2a6f443c1b25a331071e13',1,'amrex::ParmParse']]], - ['get_5fexclusive_5fsum_12439',['get_exclusive_sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#a7c22d5e09fb1b959f3ce7703caa5a5ac',1,'amrex::detail::SplitIndexList']]], - ['get_5fimpl_12440',['get_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a4cd4035b5290c6ab844dcb8568c020dc',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get_impl()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a4d3a6a5ee4fec4f89030624c3bfa4ae6',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > const &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a366e33622f264a58b5ceae6cd79e3b64',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &&te) noexcept']]], - ['get_5finc_5fmpi_5ftag_12441',['get_inc_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac7e3ccd77b7a012c1c66b7c3bbdf6509',1,'amrex::ParallelContext::Frame::get_inc_mpi_tag()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a48543c30b34e4a2696efc8b2788abadd',1,'amrex::ParallelContext::get_inc_mpi_tag()']]], - ['get_5finitval_12442',['get_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aab5bd155e6cda0d5f6b61d1820ae5a8f',1,'amrex::FArrayBox']]], - ['get_5fint_12443',['get_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad7d6f97565596d31e0c64d3797f3b128',1,'amrex_parmparse_module::amrex_parmparse::get_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a6ef2d5bb23477385797383a4838a1281',1,'amrex_parmparse_module::get_int(this, name, v)']]], - ['get_5fintarr_12444',['get_intarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56e10e295f5d70b7f238b84f487aa477',1,'amrex_parmparse_module::get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a610d8844a68ada5bdacea533323bb756',1,'amrex_parmparse_module::amrex_parmparse::get_intarr()']]], - ['get_5fio_5ffilename_12445',['get_io_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aecdcd8a490ce68812e19ba6e6f17d320',1,'amrex::ForkJoin']]], - ['get_5fitags_12446',['get_itags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a43dbc9ccdad55205e4a95d7ccf6f3691',1,'amrex::TagBox']]], - ['get_5flead_5fcomm_12447',['get_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a428205afae6eb51671ee5b0d45de60b8',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['get_5fline_5fdata_12448',['get_line_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca',1,'amrex']]], - ['get_5flogical_12449',['get_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#abfcfeabda256c79024069aef558469b2',1,'amrex_parmparse_module::amrex_parmparse::get_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1f072a46c41df5283ca3ab135fa8f192',1,'amrex_parmparse_module::get_logical()']]], - ['get_5fmax_5fthreads_12450',['get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a',1,'amrex::OpenMP']]], - ['get_5fmf_12451',['get_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a7d6ce14751cb1212501bb1cdc36f57cb',1,'amrex::ForkJoin::get_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a43b2cf5d4684fbb2c23776d786efecdd',1,'amrex::FillPatchIterator::get_mf()']]], - ['get_5fmf_5fvec_12452',['get_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a8e0a68a47c9455b335eff47b577a44cb',1,'amrex::ForkJoin']]], - ['get_5fneighbor_5fcells_5fint_12453',['get_neighbor_cells_int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956',1,'amrex_ebcellflag_module::get_neighbor_cells_int()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a11c655436ceff8d225a22cd6d9f5546f',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_int()']]], - ['get_5fneighbor_5fcells_5fint_5fsingle_12454',['get_neighbor_cells_int_single',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1',1,'amrex_ebcellflag_module']]], - ['get_5fneighbor_5fcells_5freal_12455',['get_neighbor_cells_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee',1,'amrex_ebcellflag_module::get_neighbor_cells_real()'],['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a1c04556647e125e698c2fd2724430f38',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_real()']]], - ['get_5fnew_5fdata_12456',['get_new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0a3e47884145cbdb469ba13d9c93d80e',1,'amrex::AmrLevel::get_new_data(int state_indx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aaa28de2de47b2c2cb6fc60a0faa6f35b',1,'amrex::AmrLevel::get_new_data(int state_indx) noexcept']]], - ['get_5fnum_5fthreads_12457',['get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a',1,'amrex::OpenMP']]], - ['get_5fofs_5fptr_12458',['get_ofs_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#abf278a69530b55db1c0156e40db89e0c',1,'amrex::ParallelContext::Frame']]], - ['get_5fold_5fdata_12459',['get_old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a382aab120a9106f10ca000c930aa3bb4',1,'amrex::AmrLevel::get_old_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a699c7036091ffba601be980e985f12b2',1,'amrex::AmrLevel::get_old_data(int state_indx) const noexcept']]], - ['get_5fparticle_5fdata_12460',['get_particle_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a86ef9aa50ef7b290e9e0d5b7efc5b003',1,'amrex::ParticleArray']]], - ['get_5fplucker_5fcoords_12461',['get_plucker_coords',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f',1,'amrex::tri_geom_ops']]], - ['get_5fraw_5fdata_12462',['get_raw_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a226d825fc52f81b473a5ccb27d0d19e1',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::get_raw_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a530916a537dcc4b424694411b430833e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::get_raw_data()']]], - ['get_5fraw_5fdata_5fimpl_12463',['get_raw_data_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a3b69467d541c08b7bfb89a4bfa505644',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], - ['get_5freal_12464',['get_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a43a58b4dcfae50bb8a40911804a8fd7b',1,'amrex_parmparse_module::get_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0fe403153388ffa22847e362231c0db3',1,'amrex_parmparse_module::amrex_parmparse::get_real()']]], - ['get_5frealarr_12465',['get_realarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afaa243da391ad65ea78af211034bbbb2',1,'amrex_parmparse_module::get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0c550ea9b94a0f755aad8d4b82eb7c49',1,'amrex_parmparse_module::amrex_parmparse::get_realarr()']]], - ['get_5fslice_5fdata_12466',['get_slice_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a431197f206b148529308a7796d5039',1,'amrex']]], - ['get_5fsolution_12467',['get_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a5de713250bbf999484b54230cd5aafef',1,'amrex::HypreSolver']]], - ['get_5fstate_5fdata_12468',['get_state_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9d26097cf45be9f3a69ea6a48e9bfabd',1,'amrex::AmrLevel']]], - ['get_5fstring_12469',['get_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0546d6b0c985419b4c1f4db2df4238cc',1,'amrex_parmparse_module::amrex_parmparse::get_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2cbf931e4c309eba6e8c3874eb30f7b5',1,'amrex_parmparse_module::get_string(this, name, v)']]], - ['get_5fstringarr_12470',['get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0a94203d52dd6336e6ca512a5139b3e7',1,'amrex_parmparse_module::get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ac0d76e840454ccdf657b39a423876e5a',1,'amrex_parmparse_module::amrex_parmparse::get_stringarr()']]], - ['get_5fsum_12471',['get_sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7e41ce07653e68c00c8370a43ac2afed',1,'amrex::detail']]], - ['get_5ftag_5fsize_12472',['get_tag_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a76f10e7b0bf11c2e90199e2ec1d964e6',1,'amrex::detail']]], - ['get_5fteam_5fcomm_12473',['get_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7810499292a81bb8c40c0a2a9a0c2d06',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['get_5fthread_5fnum_12474',['get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032',1,'amrex::OpenMP']]], - ['get_5ftime_5fstep_12475',['get_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4e271bb0dfa0e7bee049e3b8dfcbfec4',1,'amrex::IntegratorBase::get_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acdbecf21e7e5de787e59c0e1a2680fc8',1,'amrex::TimeIntegrator::get_time_step()']]], - ['geta_12476',['getA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a67ef9ca88484d9c5cc326b86431da451',1,'amrex::HypreSolver']]], - ['getacoeffs_12477',['getACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a23675188f09097a295525367ce399b61',1,'amrex::MLEBABecLap::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa5372664d64d3860afe0a883596975f4',1,'amrex::MLABecLaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4e99b082fbc82b4e9d6d4fc7707fe758',1,'amrex::MLALaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a1081608527ed0e29d67689eaaafceeb2',1,'amrex::MLCellABecLapT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a31ef925e5d50b04583caa69df4085cd1',1,'amrex::MLPoissonT::getACoeffs()']]], - ['getallocsinglechunk_12478',['getAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a26c57d9e401fcc56f720c50f5bfdeb06',1,'amrex::FabArrayBase']]], - ['getamrlevels_12479',['getAmrLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a705d1e2cbc8481f2ab8516ce61034a81',1,'amrex::Amr']]], - ['getareafrac_12480',['getAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a74e0bbe82132ef0fecbe0dffda94cf83',1,'amrex::EBFArrayBoxFactory::getAreaFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#adb2dec585ef401908ca3e596eb62e851',1,'amrex::EBDataCollection::getAreaFrac()']]], - ['getareafracdata_12481',['getAreaFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a5dc3cfcc602540d1f849106c2dee9d14',1,'amrex::EBFArrayBox']]], - ['getareanottotag_12482',['getAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afd13b08745699794f3a991500e901974',1,'amrex::AmrLevel']]], - ['getareanottotag_12483',['GetAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9a621503f0ef653fc2eab9229168782d',1,'amrex::AmrMesh::GetAreaNotToTag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af6388eb0b60035305b92b00398c67762',1,'amrex::Amr::GetAreaNotToTag()']]], - ['getareatotag_12484',['getAreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a804883955eae48bd6992fb770324a981',1,'amrex::AmrLevel']]], - ['getarena_12485',['getArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593ba91494f1ec4754498a39a2ea91be',1,'amrex::StateData::getArena()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240',1,'amrex::sundials::getArena()']]], - ['getarr_12486',['getarr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a643cc1f0359446a7ba0a997e949af928',1,'amrex::ParmParse::getarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a00541ac93c3550160a154e9d5a3d5ec1',1,'amrex::ParmParse::getarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a244245bc791095e6f4bbbfcf9835b8',1,'amrex::ParmParse::getarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a97c86c6556b58ff6d5fbef7dd33d7f67',1,'amrex::ParmParse::getarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ade3bfcf7b3561484c56556d12d7fa7c7',1,'amrex::ParmParse::getarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6284a27596e92c72f1eac4a6515c2c5d',1,'amrex::ParmParse::getarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc26369b48fec28271dfbc3a44924647',1,'amrex::ParmParse::getarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acd6b161e8e6dea4c7379ef469d73d193',1,'amrex::ParmParse::getarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4e9428e27996d192ffbb496cb009abd3',1,'amrex_parmparse_module::amrex_parmparse::getarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9079c4384e7d33b2c8f92436a350b563',1,'amrex::ParmParse::getarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ace7abd71171ae6fdfe0aea25e616e323',1,'amrex::ParmParse::getarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2a1bfec2cc1f4fe9866f221dd658b63e',1,'amrex::ParmParse::getarr(const char *name, std::vector< T > &ref)']]], - ['getarrayname_12487',['GetArrayName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac384e988016eac31074e99f36f7cd49a',1,'amrex::AmrDataAdaptor::GetArrayName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a6134a52852c8b59d0377a1f255990f85',1,'amrex::AmrMeshDataAdaptor::GetArrayName()']]], - ['getarrayofstructs_12488',['GetArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'amrex::ParIterBase_impl::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a15a5c73d1aaced5789c24576eabe384d',1,'amrex::ParticleTile::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01fa9d2a9c7ad522f53a96ba6aa770a8',1,'amrex::ParticleTile::GetArrayOfStructs() const']]], - ['getarrofconstptrs_12489',['GetArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb',1,'amrex::GetArrOfConstPtrs(const std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d',1,'amrex::GetArrOfConstPtrs(const std::array< T *, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c',1,'amrex::GetArrOfConstPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], - ['getarrofptrs_12490',['GetArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33',1,'amrex::GetArrOfPtrs(std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672',1,'amrex::GetArrOfPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], - ['getarrwithparser_12491',['getarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad796c767d7987d8f98fe3948af15d04d',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, T *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d74f088c51f002284a93dedd966ab40',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, std::vector< T > &ref) const']]], - ['getascalar_12492',['getAScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae138125310f7e77c24bfc57fc2435a96',1,'amrex::MLCellABecLapT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a19a757a4a9de1abe19d066d87985c97b',1,'amrex::MLALaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ab2de7ccf4ff7b1a71d80807c35edc388',1,'amrex::MLPoissonT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf57770551b1bc15d4ebfa8847c34b07',1,'amrex::MLEBABecLap::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aaa7bd08886e8e132fbd9b3982bcadaa6',1,'amrex::MLABecLaplacianT::getAScalar()']]], - ['getb_12493',['getb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#af227165d7eb34848f7ccc5942b432c0b',1,'amrex::HypreSolver']]], - ['getbc_12494',['getBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a289cc1c0fcd4e78b5a363ef048940b70',1,'amrex::StateDescriptor::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a84e433aa5076093c39d51bf97a9b0ca6',1,'amrex::StateData::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#acabaee4740a8465dc4362f4374f0e244',1,'amrex::DeriveRec::getBC()'],['../namespaceHydroBC.html#ae4805c1bf4cec4012693733f3fa44f7b',1,'HydroBC::getBC()']]], - ['getbc3d_12495',['getBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4a7a159ef9c9f44bea0e5ed912473b69',1,'amrex::DeriveRec']]], - ['getbcarray_12496',['getBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4bb1f80ca05ed54727d81042c79e880b',1,'amrex::AmrLevel']]], - ['getbcarray_12497',['GetBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ad9523dae9903f59fc43bb7df17e2250e',1,'amrex::InterpBase']]], - ['getbcoeffs_12498',['getBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ae26679158fbd666266ca89925a5dc9d8',1,'amrex::MLABecLaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a11449a0005b64c5f3738ce60b2b1d471',1,'amrex::MLALaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a934552e4d4831940545037de23c96f32',1,'amrex::MLCellABecLapT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aab3277c61cfe30090e52994136049eae',1,'amrex::MLEBABecLap::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af775f557e81f016fd82aac1740dab0ac',1,'amrex::MLPoissonT::getBCoeffs()']]], - ['getbcs_12499',['getBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#abbe594f5217319d2ca53015fbaaf73cb',1,'amrex::StateDescriptor']]], - ['getbctlptr_12500',['getBCTLPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a2cb90e49776ef856427d5cdde41e3296',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['getbdkey_12501',['getBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa0cb5039380dc0545d40ac5ac6589943',1,'amrex::FabArrayBase']]], - ['getbiniterator_12502',['getBinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a484b45fe28140ce6f64c77687981ac81',1,'amrex::DenseBinIteratorFactory::getBinIterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afd23c4f2b4f25cec986300221b0f03d3',1,'amrex::SparseBinIteratorFactory::getBinIterator()']]], - ['getbiniteratorfactory_12503',['getBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'amrex::DenseBins::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a475590b909390bc33d62c299008f46b0',1,'amrex::SparseBins::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< typename amrex::ParticleTileData >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< ParticleType >::getBinIteratorFactory()']]], - ['getbitid_12504',['getBitid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab2b0ffb1afb4defa3f98055abdf26a1d',1,'amrex::btUnit']]], - ['getbits_12505',['getBits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'amrex::IndexTypeND::getBits() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'amrex::IndexTypeND::getBits() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'IndexTypeND< AMREX_SPACEDIM >::getBits() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'IndexTypeND< AMREX_SPACEDIM >::getBits() const noexcept']]], - ['getblocks_12506',['getBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a1c4d1455e703ecd30a9fa2317ad46864',1,'amrex::FabArrayBase::ParForInfo']]], - ['getbndryarea_12507',['getBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac2b28ee4bd2e645e9c75c9a5d6be496e',1,'amrex::EBFArrayBoxFactory::getBndryArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8f2facb9d8f388bd34a905d3249dec3f',1,'amrex::EBDataCollection::getBndryArea()']]], - ['getbndryareadata_12508',['getBndryAreaData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac2c6512ca162a98047caf8c8ae94dc01',1,'amrex::EBFArrayBox']]], - ['getbndrycells_12509',['GetBndryCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd',1,'amrex']]], - ['getbndrycent_12510',['getBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a2f8879982903951bbf21cb66f8cf9ae0',1,'amrex::EBFArrayBoxFactory::getBndryCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a79f870b65936034e5471d628fbd6d9fb',1,'amrex::EBDataCollection::getBndryCent()']]], - ['getbndrycentdata_12511',['getBndryCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac9f449fc08c6c03d216d17902831554f',1,'amrex::EBFArrayBox']]], - ['getbndrynormal_12512',['getBndryNormal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad138261bbea936bf83d44dcca15df02c',1,'amrex::EBDataCollection::getBndryNormal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aab15dca606815013dc094f5a3b0588bc',1,'amrex::EBFArrayBoxFactory::getBndryNormal()']]], - ['getbndrynormaldata_12513',['getBndryNormalData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a558b8878291849a622333ca591a33f3c',1,'amrex::EBFArrayBox']]], - ['getbottomtoleranceabs_12514',['getBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a903f258c1b87542f0b214e3d90e220af',1,'amrex::MLMGT']]], - ['getboundaryboxes_12515',['getBoundaryBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afbc4fb91adabe79223cea83ef23e4020',1,'detail']]], - ['getboxes_12516',['getBoxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afbef7a6e6ec6924b7ea37855908c0524',1,'amrex::FabArrayBase::ParForInfo']]], - ['getboxtype_12517',['getBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a6f8e64bd2b4c7935903ce0d5daa44f70',1,'amrex::STLtools::getBoxType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a510e90f5d3a5db5b5614d225a372529c',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afe2e9993f74d508cf7aeb7150b610fd5',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn run_on) const noexcept']]], - ['getboxtype_5fcpu_12518',['getBoxType_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afd124435b24af7471483736f6607a11b',1,'amrex::EB2::GeometryShop']]], - ['getbscalar_12519',['getBScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1482d8037c4d35848bf7225432c1a885',1,'amrex::MLABecLaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac68818ce99ad5dbd8a1485e419e0f68c',1,'amrex::MLALaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a877572517fc472cd65fc3597abc59dea',1,'amrex::MLCellABecLapT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1e93da5c824080ceeac9af1722cdf623',1,'amrex::MLEBABecLap::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac2c255d7ebd13f20faf6f069ec48389b',1,'amrex::MLPoissonT::getBScalar()']]], - ['getbucket_12520',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#abcbeeafe88c66d539a5264e67ff6679d',1,'amrex::GetBucket']]], - ['getbucketfunctor_12521',['getBucketFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#acbab95785a1dc1149ece86210d59e858',1,'amrex::ParticleBufferMap']]], - ['getcell_12522',['getCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335',1,'amrex']]], - ['getcellcenteredbox_12523',['getCellCenteredBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8366f694b15adc33374df70cdd56d0b5',1,'amrex::BoxArray']]], - ['getcellloc_12524',['GetCellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1e5bb6708a24e6df5c5d73422b637620',1,'amrex::CoordSys']]], - ['getcellvolcoord_12525',['GetCellVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a635fa3a22b91c84b298c72e42f9c18d9',1,'amrex::CoordSys']]], - ['getcentroid_12526',['getCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a1607508139d564d5f6293d6c68f4a953',1,'amrex::EBDataCollection::getCentroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a79839e57245a8a258476cb2c01126e58',1,'amrex::EBFArrayBoxFactory::getCentroid()']]], - ['getcentroiddata_12527',['getCentroidData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a85bc6b6f08478b3041144fe1b7555971',1,'amrex::EBFArrayBox']]], - ['getcheckfilepositions_12528',['GetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a67cbe97a6341b35ab4036a8b0ca59f3c',1,'amrex::VisMF']]], - ['getclassname_12529',['getClassName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d03e4cd237ad307255e8959098eef66',1,'amrex::FArrayBox::getClassName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6f7c8097795d9d1c63359cba22b9e798',1,'amrex::IArrayBox::getClassName()']]], - ['getcommtagsbox_12530',['GetCommTagsBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac1810a3351cc7c3242d98c7ddf7f5837',1,'amrex::NeighborParticleContainer']]], - ['getconstparticletiledata_12531',['getConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7e6f09a853acf5ffd1d4d365ebd60d35',1,'amrex::ParticleTile']]], - ['getcounts_12532',['GetCounts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a3800fa953652a3c7cd933e9c57ffcbf1',1,'amrex::NeighborList::GetCounts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a83ce58d8b5bf7e5c71eb6be826f62b37',1,'amrex::NeighborList::GetCounts() const']]], - ['getcpc_12533',['getCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aaeb133e861baa561ecdcb23aa91ea48a',1,'amrex::FabArrayBase']]], - ['getcpversion_12534',['GetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6b95f5cdfd2548a030caf55a28f66a44',1,'CommProfStats']]], - ['getcrsedata_12535',['getCrseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ac9027c1a21fd7ec198393939ff2d4be2',1,'amrex::YAFluxRegisterT::getCrseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af3c9944a1620773f35a68caa68d22121',1,'amrex::EBFluxRegister::getCrseData(const MFIter &mfi)']]], - ['getcrseflag_12536',['getCrseFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a81c2340e9470f6d2f4c8658f9e929f78',1,'amrex::EBFluxRegister']]], - ['getcssize_12537',['GetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0eb157fb50325c32f5c9781851363302',1,'CommProfStats']]], - ['getcsversion_12538',['GetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a6e433600561aaaae660fa520d5bbd109',1,'RegionsProfStats']]], - ['getcutcellmask_12539',['getCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cac1024f42f36d74533776ad058b392',1,'amrex::EBDataCollection::getCutCellMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5691e8d50f28f584e9d3b3c47cacd3d4',1,'amrex::EBFArrayBoxFactory::getCutCellMask()']]], - ['getdata_12540',['getData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79c82337179f95a7d38ae57b4535e91a',1,'amrex::StateData']]], - ['getdatadescriptor_12541',['getDataDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa4e648cc663a2a1cdf7aa465caf19579',1,'amrex::FArrayBox::getDataDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3868fb3093c1460b818c0a41c9b20f4a',1,'amrex::IArrayBox::getDataDescriptor()']]], - ['getdefaultagglomerationgridsize_12542',['getDefaultAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac63fdecd955455e1608496793c45e578',1,'amrex::LPInfo']]], - ['getdefaultbottomsolver_12543',['getDefaultBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'amrex::MLLinOpT::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'MLLinOpT< Array< MultiFab, 3 > >::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab3de2ad805881979397a0c5b7dfc7175',1,'amrex::MLNodeLaplacian::getDefaultBottomSolver()']]], - ['getdefaultconsolidationgridsize_12544',['getDefaultConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aa03ac62b9591746b85f0591485a25335',1,'amrex::LPInfo']]], - ['getdefaultgeometry_12545',['getDefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a58a5a186a18bfb36f2631db4a1c2a665',1,'amrex::AMReX']]], - ['getdirichletinfo_12546',['getDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a3c262e8635218f88ca186c613bdc9c9c',1,'amrex::MLCurlCurl']]], - ['getdloga_12547',['GetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#add482d37cf7569590ad9052ef0c9d5be',1,'amrex::CoordSys::GetDLogA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a877e863e6797d128bdb0603313a54431',1,'amrex::Geometry::GetDLogA()']]], - ['getdoihi_12548',['getDoiHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6884438231c020a69d778c573c16b9e7',1,'amrex::BoxArray']]], - ['getdoilo_12549',['getDoiLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a505e85adf7cf632051028a779afb02d9',1,'amrex::BoxArray']]], - ['getdomain_12550',['getDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aac632701a65ebb8b2d429ee83da1e34e',1,'amrex::BndryDataT::getDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae6c8e83a79b4df57c9dccb1f5062204a',1,'amrex::StateData::getDomain()']]], - ['getdotmask_12551',['getDotMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9811ec018bd16f4e6d09709a539c576c',1,'amrex::MLCurlCurl']]], - ['getdynamic_12552',['GetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a17a5f370eb055df9d62919d0bbf34f66',1,'amrex::NFilesIter']]], - ['getebcellflagfab_12553',['getEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec',1,'amrex::getEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a165e4657241e0de7cb54f2d4e44a46b5',1,'amrex::EBFArrayBox::getEBCellFlagFab()']]], - ['getebfluxes_12554',['getEBFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5bc7b648df895d5ff5402e2ddcf9605c',1,'amrex::MLEBABecLap']]], - ['getebindexspace_12555',['getEBIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1c5bf0b16ab52e799b8830fd149c0f62',1,'amrex::EB2::Level::getEBIndexSpace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a472fdfab42254b79cfc0680c1d55627c',1,'amrex::EBFArrayBoxFactory::getEBIndexSpace() const noexcept']]], - ['geteblevel_12556',['getEBLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a706b6b91efaa582b01395c767d7e791c',1,'amrex::EBFArrayBoxFactory']]], - ['getedgeboxarray_12557',['getEdgeBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad3cf13198c2fc19f4d692b5282b1ddc5',1,'amrex::AmrLevel']]], - ['getedgecent_12558',['getEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a51e76d30e601ff58904513973f2ef3f5',1,'amrex::EBFArrayBoxFactory::getEdgeCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ae1609fd745b2bfb480969127a18318b2',1,'amrex::EBDataCollection::getEdgeCent()']]], - ['getedgecentdata_12559',['getEdgeCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac3a077f49922cc230006f9cec5e9883d',1,'amrex::EBFArrayBox']]], - ['getedgeloc_12560',['GetEdgeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aea1434ade6324f26e8535f495ad65bdf',1,'amrex::CoordSys']]], - ['getedgevolcoord_12561',['GetEdgeVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a021239e50efa6a5a02ac8a3b5e45c3',1,'amrex::CoordSys']]], - ['getenforcesingularsolvable_12562',['getEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'MLLinOpT< Array< MultiFab, 3 > >::getEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'amrex::MLLinOpT::getEnforceSingularSolvable()']]], - ['getentries_12563',['getEntries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#add7b8b32755bc2ffd24623957b797d23',1,'amrex::ParmParse']]], - ['getenum_12564',['getEnum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d635bdb718c30952079c43671149a5d',1,'amrex']]], - ['getenumclassname_12565',['getEnumClassName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb',1,'amrex']]], - ['getenumnamestring_12566',['getEnumNameString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6',1,'amrex']]], - ['getenumnamestrings_12567',['getEnumNameStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84',1,'amrex']]], - ['getfab_12568',['GetFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6849db338a0e6174a0b39b5e483b74b9',1,'amrex::VisMF']]], - ['getfabio_12569',['getFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aceb0eff246538d984578232e27f82045',1,'amrex::IArrayBox::getFABio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a67fb916342e7c929641dbde731b8aa1b',1,'amrex::FArrayBox::getFABio()']]], - ['getfacearea_12570',['GetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#af912928529cb7ca74eae3d2a812c9c0c',1,'amrex::CoordSys::GetFaceArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5959b22b9bfa06ce43a7357c18b0124e',1,'amrex::Geometry::GetFaceArea(MultiFab &area, const BoxArray &grds, const DistributionMapping &dm, int dir, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa546dc5e4e7fd70bc151955e2984b0ed',1,'amrex::Geometry::GetFaceArea(MultiFab &area, int dir) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8e4aa2c2e88a46cb31b1ce0f9590c350',1,'amrex::Geometry::GetFaceArea(FArrayBox &area, const BoxArray &grds, int idx, int dir, int grow) const']]], - ['getfacecent_12571',['getFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad0ed659e56764e900bd11fa12ec33eeb',1,'amrex::EBDataCollection::getFaceCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a08787037eac1cfa94bc3c220dbcff764',1,'amrex::EBFArrayBoxFactory::getFaceCent()']]], - ['getfacecentdata_12572',['getFaceCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#afd43559f014a6db15c12483770f81ebc',1,'amrex::EBFArrayBox']]], - ['getfacetype_12573',['getFaceType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af9797a5116b69e9eb6668727518fd88f',1,'amrex::EB2::GFab::getFaceType() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#afe9842c5d2fff8d3701db43a0a8762ab',1,'amrex::EB2::GFab::getFaceType()']]], - ['getfb_12574',['getFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af08e453541172e394dd9c710f5fc132f',1,'amrex::FabArrayBase']]], - ['getfilename_12575',['GetFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aae6972ddc9fa4b14594680e841fcf19e',1,'amrex::AmrData::GetFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1b9e7f339c8c6accfea0ae44925bd623',1,'amrex::DataServices::GetFileName()']]], - ['getfiletype_12576',['GetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a567e2aa9690d270dbf95dfda84f909f6',1,'amrex::AmrData::GetFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a05851a0d04e99fa67cb2ff71d1fbf9b9',1,'amrex::DataServices::GetFileType()']]], - ['getfiltertimeranges_12577',['GetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab39f9a76dccad3eb8c8f952ccf3437fc',1,'BLProfStats']]], - ['getfinalresidual_12578',['getFinalResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2182dcd20e03f121861e68056f9e4022',1,'amrex::MLMGT']]], - ['getfinalresidualnorm_12579',['getFinalResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa522c8c20c2af637e3a539ba0a879ff7',1,'amrex::HypreIJIface::getFinalResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#abfa09a2551f499b29aebcba3a9715268',1,'amrex::HypreSolver::getFinalResidualNorm()']]], - ['getfinedata_12580',['getFineData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a00e42aad2911705689a1abd3857146bb',1,'amrex::YAFluxRegisterT']]], - ['getfinestlevel_12581',['GetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a86c68e46ff05aaeb946b326ac767025c',1,'CommProfStats']]], - ['getfluxes_12582',['getFluxes',['../classHydro_1_1MacProjector.html#a5af2a8c4c1da1def1a08e66393f8d741',1,'Hydro::MacProjector::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1cbdf2732ca933bb86971cfcc8afde7c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae9426156a59e3e4fa7f4024eedfb3c22',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b5de3748ba2426c88f636fff2cd03a2',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8bc15ad867108c7cf4002f71b7696126',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad4e503d0e8fdafa03b110427b5e31a21',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< MultiFab * > &a_flux, const Vector< MultiFab * > &a_sol) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a41218de46f27ecce58fb0a60bf925936',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< Array< MultiFab *, AMREX_SPACEDIM > > &, const Vector< MultiFab * > &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afbd2eac545d410ca5268cdbbad6332aa',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aad3f73457b5e489d333b8c5506ae629c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac2c1ddd3a1e83b1574a4336c89b3eff1',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aac5654b0e7eab6ce359301600c1f6c7e',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a47c09599ba7bee546dfb637ac8962fa0',1,'amrex::MLCellABecLapT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &a_flux, const Vector< MF * > &a_sol, Location a_loc) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad86670e0d6ce7f6cdc72e456fad67faf',1,'amrex::MLCellABecLapT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'amrex::MLLinOpT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &, const Vector< MF * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'amrex::MLLinOpT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< Array< MultiFab, 3 > *, AMREX_SPACEDIM > > &, const Vector< Array< MultiFab, 3 > * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< MultiFab, 3 > * > &, const Vector< Array< MultiFab, 3 > * > &) const']]], - ['getformat_12583',['getFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aba9fe48668a79af0c5805d77472c467d',1,'amrex::FArrayBox']]], - ['getfpexcept_12584',['getFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780',1,'amrex']]], - ['getfpinfo_12585',['getFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad5c0afcb0f98eda5ed211fa3e232d6ad',1,'amrex::FillPatcher']]], - ['getgeom_12586',['getGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a7ae9f7791272299abb7f27b53208288a',1,'amrex::BndryDataT']]], - ['getgeometry_12587',['getGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a683092cb9c842fb986c79f0aedcd05bb',1,'amrex::EB2::IndexSpace::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#afb59a8649d374054b28322ebd3674428',1,'amrex::EB2::IndexSpaceChkptFile::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac216284322537eefb6a3817e784a716d',1,'amrex::EB2::IndexSpaceImp::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#afa9591f706505991554b147f3d2a137b',1,'amrex::EB2::IndexSpaceSTL::getGeometry()']]], - ['getgmres_12588',['getGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a501781e1e1e7c61244eed962066f1419',1,'amrex::GMRESMLMGT']]], - ['getgradphi_12589',['getGradPhi',['../classHydro_1_1NodalProjector.html#af3361a156b0aa6ac7c3f84403eb5e016',1,'Hydro::NodalProjector']]], - ['getgradphiconst_12590',['getGradPhiConst',['../classHydro_1_1NodalProjector.html#ad6484c98f8ebd60a65b9d680cf28b5a6',1,'Hydro::NodalProjector']]], - ['getgradsolution_12591',['getGradSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9184fd07b228cf04426d35dc27563711',1,'amrex::MLMGT::getGradSolution(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_grad_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0c8c8fa9cab0b1b68c896ae1de53f5dd',1,'amrex::MLMGT::getGradSolution(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_grad_sol, Location a_loc=Location::FaceCenter)']]], - ['getgraph_12592',['getGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a2896574b578bc56288ba3e848c877bd8',1,'amrex::EB2::GFab::getGraph() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a81534f2a63d7da91a51a37186885b802',1,'amrex::EB2::GFab::getGraph()']]], - ['getgridassignor_12593',['getGridAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'amrex::AmrParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#ac1dbedf587229a97793b03cffa340c5d',1,'amrex::ParticleLocator::getGridAssignor()']]], - ['getgrids_12594',['GetGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a780cda5b717c23ce62c232042dc686f8',1,'amrex::AmrData::GetGrids(int level, int componentIndex)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2fb7ab2d7a3b0eab52eab3edff96621d',1,'amrex::AmrData::GetGrids(int level, int componentIndex, const Box &onBox)']]], - ['getgroupsets_12595',['GetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8645f0e85a9ccda7b565b6fbabb5bac3',1,'amrex::VisMF']]], - ['getgrowthfactor_12596',['GetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa',1,'amrex::VectorGrowthStrategy']]], - ['gethashmap_12597',['getHashMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a64bcc84783a1477aa898e6f8f6d55ae7',1,'amrex::BoxArray']]], - ['getheaderfilenames_12598',['GetHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9186078d1f971d7a0c3574f4549e9a02',1,'RegionsProfStats::GetHeaderFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0cab8d7c366a08ed7c4ea33d10be5607',1,'CommProfStats::GetHeaderFileNames()']]], - ['getheaderversion_12599',['GetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5be9ce5dc3ed0083f7959e63528de583',1,'amrex::VisMF']]], - ['getidcpudata_12600',['GetIdCPUData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0dcfe0eee137e2a2d22126d2fbda1fcd',1,'amrex::StructOfArrays::GetIdCPUData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaf532986a54772ea640a2ab38b7cff9e',1,'amrex::StructOfArrays::GetIdCPUData() const']]], - ['getimpfunc_12601',['GetImpFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99ffab25b96dcb5b2c642e65115d0d45',1,'amrex::EB2::GeometryShop::GetImpFunc() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a1ae5ec19a6ac23d6aee924e0e628a5eb',1,'amrex::EB2::GeometryShop::GetImpFunc() &&']]], - ['getindex_12602',['getIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a93af3648c6f8c165830a2b57dcdc26f2',1,'amrex::btUnit::getIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#aeb4fc11d76183b0156cbeb8d8c0862af',1,'amrex::SparseBinIteratorFactory::getIndex()']]], - ['getindex_12603',['GetIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a51ba1d33196fe07ad0508207f2762b83',1,'amrex::InSituUtils::StateMap']]], - ['getindexarray_12604',['getIndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa680d94d22fd2dc0e9e6ab1c224113ff',1,'amrex::DistributionMapping']]], - ['getindexbounds_12605',['getIndexBounds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71',1,'amrex::getIndexBounds(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930',1,'amrex::getIndexBounds(BoxND< dim > const &b1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c',1,'amrex::getIndexBounds(T const &b1, T const &b2, Ts const &... b3) noexcept']]], - ['getinfo_12606',['GetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aa75f7cba80e6886ecd8621d8a54ca073',1,'amrex::AMRErrorTag::GetInfo() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a4435702fd8508a1d1e8c7e58bd8508bb',1,'amrex::AMRErrorTag::GetInfo() const noexcept']]], - ['getinitialba_12607',['getInitialBA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cb4fa8c70133837b3b6940290732c30',1,'amrex::Amr']]], - ['getinitresidual_12608',['getInitResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a612f7c8a01b41fa882b5fb1f579c4a6c',1,'amrex::MLMGT']]], - ['getinitrhs_12609',['getInitRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adcbc9d3987820fcf8769b0aa62eb96b7',1,'amrex::MLMGT']]], - ['getinitsolnzeroed_12610',['getInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a23f16c68e149d98856eca9cd3bda6c40',1,'amrex::MLCGSolverT']]], - ['getinstance_12611',['getInstance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a4de3370fe39ada9432b7c7736f00fd90',1,'amrex::MemProfiler']]], - ['getintdata_12612',['GetIntData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a2086bc5faf11d372ebcbe728e46c19d9',1,'amrex::StructOfArrays::GetIntData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a296f7ff58cbcaa84b993ba66b8374e07',1,'amrex::StructOfArrays::GetIntData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ab48f25cece8baf87dfe542bbdb53cf13',1,'amrex::StructOfArrays::GetIntData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a172af3e9e6cc7eeee5093772634020dd',1,'amrex::StructOfArrays::GetIntData(const int index) const']]], - ['getintercept_12613',['getIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ae9474b98c5ee963422d44bfbefa0864f',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn run_on, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a43abec2c9a7a8d648c282bcbb5ad27e0',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#addae911a258f776f2bf862da19290953',1,'amrex::STLtools::getIntercept()']]], - ['getintercept_5fcpu_12614',['getIntercept_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad5e06559c1b3fdb35f13e48408eaedd3',1,'amrex::EB2::GeometryShop']]], - ['getintersecthix_12615',['getIntersectHiX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adf62b6ed57f2b6300c88006b075613cc',1,'amrex::Amr']]], - ['getintersecthiy_12616',['getIntersectHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a019a2bcc15ee8ff3f96613ca88b09228',1,'amrex::Amr']]], - ['getintersecthiz_12617',['getIntersectHiZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d73495d2d5390c4324c48b943e2893c',1,'amrex::Amr']]], - ['getintersectlox_12618',['getIntersectLoX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aebb7e0750e8e5f5a9ae59c4b048e0974',1,'amrex::Amr']]], - ['getintersectloy_12619',['getIntersectLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a35cf977f63121c5cca4bd94237b33a18',1,'amrex::Amr']]], - ['getintersectloz_12620',['getIntersectLoZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5b3ad9bd9642884b6f9bbc2912ac6319',1,'amrex::Amr']]], - ['getiobuffersize_12621',['GetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a18fe5085940077f84917d957455078ab',1,'amrex::VisMFBuffer']]], - ['getkth_12622',['getkth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2dc42d1cc9657c5dfa235e485944390c',1,'amrex::ParmParse::getkth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a757bd795e26efa90e0001e42d3720538',1,'amrex::ParmParse::getkth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a880e5679710b84f6773ef402d357a0f4',1,'amrex::ParmParse::getkth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a642956703fef48b48a1e23f7429b3a64',1,'amrex::ParmParse::getkth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a41c797456b4d13b1783474e26202ecf4',1,'amrex::ParmParse::getkth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abf1dd9e920a2496279d5d4d0c5ce90d5',1,'amrex::ParmParse::getkth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a987610163c3981e856ddd928180851d4',1,'amrex::ParmParse::getkth(const char *name, int k, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac31c5d065e80c23103cb04b1592c7b7d',1,'amrex::ParmParse::getkth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a121a56d0a3d64fe23a990ed9e09bb490',1,'amrex::ParmParse::getkth(const char *name, int k, int &ref, int ival=FIRST) const']]], - ['getktharr_12623',['getktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a897613a49a650ce10780c02157b056fd',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ada3137eb2cf941b65a7e7ec75127fb4b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a8a963df03fadd42bb22a0d3dcf4d86',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a98496ea33eae3e43168da0c5d530f9d0',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad295e0055ca48f33fd46c918f7f65807',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a51fbaa30ce635b4022c14f8479adb59b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a43d727ee62e630148cd9ad44c76ee198',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2bfcc04882e77f0ab692e6cc1b3ee471',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const']]], - ['getlevel_12624',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['getlevel_12625',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5db40812e41cec37353e6308befc77da',1,'amrex::Amr::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a71aa6d39a145bc12424b2fc6c9a7e015',1,'amrex::EB2::IndexSpace::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ac851ed9fe4d83eccab062b387e301447',1,'amrex::EB2::IndexSpaceChkptFile::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a1eeaab4266c11166a3072eea2f888f52',1,'amrex::EB2::IndexSpaceImp::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a4106393335714ad0351ccf212d479cdf',1,'amrex::EB2::IndexSpaceSTL::getLevel()']]], - ['getlevel_12626',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a73c572b51cfc05238746fdac17e7b8c2',1,'amrex::AmrMesh::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'amrex::ParIterBase_impl::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()']]], - ['getleveldirectoriescreated_12627',['GetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'amrex::ParticleContainer_impl::GetLevelDirectoriesCreated()']]], - ['getlevelset_12628',['getLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a5fdd2f891dda34c9d25aff6bb4dacb03',1,'amrex::EB2::MultiGFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a778401df04db53fd5851aab6bcf1f76b',1,'amrex::EBDataCollection::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9cd06cc502ad4b697b90fa36e7f55a2d',1,'amrex::EBFArrayBoxFactory::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aecb6512d999fbe92fe04a2982ef86b8a',1,'amrex::EB2::GFab::getLevelSet() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ac0e07bec527da60ada6a31e3f6154fce',1,'amrex::EB2::GFab::getLevelSet()']]], - ['getlevelsetdata_12629',['getLevelSetData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af20bd253ed486ac97c8345b9623f7b33',1,'amrex::EBFArrayBox']]], - ['getlinop_12630',['getLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af5f7553981d365fe77fb8426182f8179',1,'amrex::MLMGT::getLinOp()'],['../classHydro_1_1MacProjector.html#a42c8aa2abe57b3e125b879da367eafa4',1,'Hydro::MacProjector::getLinOp()'],['../classHydro_1_1NodalProjector.html#ad5928e251dfec8718bf03192b2d6ca91',1,'Hydro::NodalProjector::getLinOp()']]], - ['getlist_12631',['GetList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1b4e1d14583d70909c2bdbadae55bcae',1,'amrex::NeighborList::GetList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a427dc6963a91be3d92800a3f8f117d12',1,'amrex::NeighborList::GetList() const']]], - ['getmaxfnumber_12632',['GetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a986254c189eb57fb9ec6f743af4aae0b',1,'RegionsProfStats']]], - ['getmaxiter_12633',['getMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a957b574059224be85b8085912c5b7aab',1,'amrex::MLCGSolverT']]], - ['getmaxlevel_12634',['GetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a93575bb6c72c2cb7dc80a40c6efed1a3',1,'CommProfStats']]], - ['getmaxnextidprepost_12635',['GetMaxNextIDPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'amrex::ParticleContainer_impl::GetMaxNextIDPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetMaxNextIDPrePost()']]], - ['getmaxorder_12636',['getMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'amrex::MLLinOpT::getMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'MLLinOpT< Array< MultiFab, 3 > >::getMaxOrder()']]], - ['getmaxrnumber_12637',['GetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0b18f28f55ad9d1657e06ca872e2f85e',1,'BLProfStats']]], - ['getmesh_12638',['GetMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a001bb962fd2d5b3a0c63efdfc0283b26',1,'amrex::AmrDataAdaptor::GetMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aca67fe21003c9ad15bfb10c6413c77e7',1,'amrex::AmrMeshDataAdaptor::GetMesh(const std::string &meshName, bool structureOnly, svtkDataObject *&mesh) override']]], - ['getmeshhasghostcells_12639',['GetMeshHasGhostCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a141e4587c3c274deb75f5d04ae75f4d3',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4817b06fbf2b759ed29cb65e6b8944a9',1,'amrex::AmrDataAdaptor::GetMeshHasGhostCells(const std::string &meshName, int &nLayers) override']]], - ['getmeshhasghostnodes_12640',['GetMeshHasGhostNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a22ca8c6c58732a0c1e7006027bb85848',1,'amrex::AmrDataAdaptor::GetMeshHasGhostNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af416516fa4c19ec1181034effe6bb4c6',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostNodes()']]], - ['getmeshname_12641',['GetMeshName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a56b023f943976c8cbc6868bc307d0e22',1,'amrex::AmrDataAdaptor::GetMeshName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aed8264f802b43842e82fbe41a3ecb283',1,'amrex::AmrMeshDataAdaptor::GetMeshName()']]], - ['getmffileinstreams_12642',['GetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a738d789073dd1072ac3a0c640429574c',1,'amrex::VisMF']]], - ['getmfptr_12643',['getMFptr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36',1,'amrex::sundials']]], - ['getmindigits_12644',['GetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3d957684f758d55f7060078a5f49b08f',1,'amrex::NFilesIter']]], - ['getmlmg_12645',['getMLMG',['../classHydro_1_1NodalProjector.html#a51aa99d9c270fa9daa5af5f471d47997',1,'Hydro::NodalProjector::getMLMG()'],['../classHydro_1_1MacProjector.html#a6f96afe62390bf84e4f3023dfc43aa21',1,'Hydro::MacProjector::getMLMG()']]], - ['getmultiebcellflagfab_12646',['getMultiEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#acce2adceaba115a5c56167ec8cf3eb79',1,'amrex::EBDataCollection::getMultiEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9d7547c89b9cee01aec4519d7729aa11',1,'amrex::EBFArrayBoxFactory::getMultiEBCellFlagFab()']]], - ['getname_12647',['GetName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a270b8055caab171c50e38d12eb8003c2',1,'amrex::InSituUtils::StateMap']]], - ['getncomp_12648',['getNComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ae95246a8ce25a240837faf8c84f6c523',1,'amrex::MLTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'MLLinOpT< Array< MultiFab, 3 > >::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'amrex::MLLinOpT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a88ced4b56c0bcae8b8d191ed461efb97',1,'amrex::MLEBTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac8592f1eb3bbc7a07f14a286f4de37db',1,'amrex::MLEBABecLap::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aea18bbc9ee334ccc7fe5d22e7c693926',1,'amrex::MLALaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1b83dc2b560d4872a20e2a3dcbd9983a',1,'amrex::MLABecLaplacianT::getNComp()']]], - ['getneighborcommtags_12649',['GetNeighborCommTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a01f3711526aa5aff0183fc0eeee6a866',1,'amrex::NeighborParticleContainer']]], - ['getneighbors_12650',['GetNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0d80b42fa8c4fa92b49b26301ea8e205',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a662f2650bebba90cebfd2f314bce4585',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile)']]], - ['getneighbors_12651',['getNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a5810ab8fb05e91430d6e3d6282d5335a',1,'amrex::NeighborData']]], - ['getneighbortags_12652',['getNeighborTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a98b93307f7df6a29e8e1b84bfdcda458',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, const IntVect &nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991d920470b2aead6fd0f8f19a26b7c9',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, int nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)']]], - ['getnewcapacityforpush_12653',['GetNewCapacityForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::NeighborCode >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::openbc::MomTag >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::STLtools::Triangle >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::XDim3 >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int *, DefaultAllocator< const int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< index_type >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int *, DefaultAllocator< int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< std::size_t >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< unsigned int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::BoxND >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'amrex::PODVector::GetNewCapacityForPush()']]], - ['getnghost_12654',['getNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3180b6fc90c59d409dd729364cac7423',1,'amrex::MLCGSolverT']]], - ['getngrow_12655',['getNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'amrex::MLLinOpT::getNGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrow()']]], - ['getngrowvectrestriction_12656',['getNGrowVectRestriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a808d167add048ec3c4c1d299468777b4',1,'amrex::MLCurlCurl::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'amrex::MLLinOpT::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrowVectRestriction()']]], - ['getnodalboxarray_12657',['getNodalBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f0a9f5d2c0e0733ad3cbbda47912480',1,'amrex::AmrLevel']]], - ['getnonzerobinsptr_12658',['getNonZeroBinsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a20ea0ea6dcb1b42a55b691060c1cffaa',1,'amrex::SparseBins::getNonZeroBinsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a54c4ce654739bc4d76a7e8c4859a7be6',1,'amrex::SparseBins::getNonZeroBinsPtr() const noexcept']]], - ['getnoutfiles_12659',['GetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a73b516dcb8729a411f75eaa5d7fc1b54',1,'amrex::VisMF::GetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c3532e024fa0366c5c680a93a42e459',1,'BLProfStats::GetNOutFiles()']]], - ['getnparticlesprepost_12660',['GetNParticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'amrex::ParticleContainer_impl::GetNParticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetNParticlesPrePost()']]], - ['getnprocs_12661',['GetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a494219dfcd91421ce123dd61aaf52f49',1,'BLProfStats']]], - ['getnumberofarrays_12662',['GetNumberOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb19ff64f67ce3d581833588cd8a362b',1,'amrex::AmrDataAdaptor::GetNumberOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a81e26add150ac206d12a042169b1f993',1,'amrex::AmrMeshDataAdaptor::GetNumberOfArrays()']]], - ['getnumberofmeshes_12663',['GetNumberOfMeshes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4b98d2d309d72218c0bc9f2d82781433',1,'amrex::AmrDataAdaptor::GetNumberOfMeshes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a799e8484ecd0ce48d5a84dd634b01ee1',1,'amrex::AmrMeshDataAdaptor::GetNumberOfMeshes()']]], - ['getnumberofusers_12664',['GetNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a57d2a67a23da81f0f8ba22bbfdc496b6',1,'amrex::DataServices']]], - ['getnumcgiters_12665',['getNumCGIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99cb7db62a7f9ea8f30cd18904bdbfef',1,'amrex::MLMGT']]], - ['getnumcoveredcells_12666',['getNumCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#accfba3397c54fc70f5355fe72e53aef5',1,'amrex::EBCellFlagFab']]], - ['getnumcutcells_12667',['getNumCutCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#abfc0c19edd24b4583d39b256c3916364',1,'amrex::EBCellFlagFab']]], - ['getnumiters_12668',['getNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3584e996a150386dbf8ee7b731ee3ffa',1,'amrex::GMRESMLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7a0cff28901a012c347fa1d4339ffd1f',1,'amrex::HypreIJIface::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a1825063c207895677c85f9dbf121a62e',1,'amrex::HypreSolver::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a566d8e16eab81e003fdf43b18112836b',1,'amrex::MLCGSolverT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a61fe6fb0ec89735cd73871cfb53a25b9',1,'amrex::MLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'amrex::GMRES::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'GMRES< MF, GMRESMLMGT< MF > >::getNumIters()']]], - ['getnumneighbors_12669',['getNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad331838c0859743a9a968d2d321db717',1,'amrex::ArrayOfStructs::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0af47b01f2f8e3b42701af71a08ed2be',1,'amrex::ParticleTile::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0c9d45bcfbc55a087faa7c61ecd5c3c5',1,'amrex::StructOfArrays::getNumNeighbors()']]], - ['getnumregularcells_12670',['getNumRegularCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5543ed9a9e620af529ce92b82b6498f3',1,'amrex::EBCellFlagFab']]], - ['getnumvofs_12671',['getNumVoFs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a84a126f074a69bb0d306d0a44a775b23',1,'amrex::EBCellFlag']]], - ['getoffsets_12672',['GetOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a59a916fe644a969eeb0ca7bf5ed6cce8',1,'amrex::NeighborList::GetOffsets() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a78237e02dfe0d7faa5de361bc9a17566',1,'amrex::NeighborList::GetOffsets()']]], - ['getordering_12673',['getOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aaa904e14fc1335783b62f47ad001348e',1,'amrex::FArrayBox']]], - ['getoversetmask_12674',['getOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a8ab63e064604cb872297d224250c4921',1,'amrex::MLCellABecLapT']]], - ['getownership_12675',['getOwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8eb230cc640400a27702a048a611b0af',1,'amrex::DistributionMapping']]], - ['getpairindex_12676',['GetPairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'amrex::ParIterBase_impl::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()']]], - ['getparforinfo_12677',['getParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#addc7d9a3237b58405473e60db76f4157',1,'amrex::FabArrayBase']]], - ['getpargdb_12678',['GetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e42065282e0589082794401db6d2247',1,'amrex::ParticleContainerBase::GetParGDB() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adafb217d391165d8afaf21b38912e068',1,'amrex::ParticleContainerBase::GetParGDB()']]], - ['getparticlecell_12679',['getParticleCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04427e35cff35a816668c7954717bac3',1,'amrex::getParticleCell(PTD const &ptd, int i, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept']]], - ['getparticlegrid_12680',['getParticleGrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1',1,'amrex']]], - ['getparticles_12681',['GetParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'amrex::ParticleContainer_impl::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'amrex::ParticleContainer_impl::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'amrex::ParticleContainer_impl::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'amrex::ParticleContainer_impl::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev)']]], - ['getparticletile_12682',['GetParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'amrex::ParIterBase_impl::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()']]], - ['getparticletiledata_12683',['getParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4f939dec8914785b6fbc7b02f5d0b202',1,'amrex::ParticleTile']]], - ['getphi_12684',['getPhi',['../classHydro_1_1NodalProjector.html#a0882ef5d09dc4bab7163a3cdbf688f62',1,'Hydro::NodalProjector']]], - ['getphiconst_12685',['getPhiConst',['../classHydro_1_1NodalProjector.html#ae3b328450fab7fc3828a1bb3a1e889fc',1,'Hydro::NodalProjector']]], - ['getpid_12686',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#aa3aa125952410bb95dc36e7472a9c7bf',1,'amrex::GetPID']]], - ['getpidfunctor_12687',['getPIDFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a30c143c9bfbc1260a3a2bab45e30465a',1,'amrex::ParticleBufferMap']]], - ['getpolarb_12688',['getPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae6417c14fa4f3f5efacf7ea324a1a3d6',1,'amrex::FabArrayBase']]], - ['getprecision_12689',['getPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35de13164243364f3ed296772f0b750a',1,'amrex::FArrayBox']]], - ['getprobdomain_12690',['GetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a435b519763bcc16d9e49b73801870d27',1,'CommProfStats']]], - ['getproc_12691',['GetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa3452f486c1df6148bd68efc80616c5f',1,'BLProfStats']]], - ['getrandstate_12692',['getRandState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db',1,'amrex']]], - ['getrange_12693',['getRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2f2f5266239ba77171d507d0e86f4ca3',1,'amrex::DeriveRec']]], - ['getrb180_12694',['getRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a304ba0bf4637208cfdd1a94098c55637',1,'amrex::FabArrayBase']]], - ['getrb90_12695',['getRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1fa0d3a08ed46a79dd0fae8c8f9603af',1,'amrex::FabArrayBase']]], - ['getrcvcountsmpi_12696',['getRcvCountsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a78a0bf763811ffa755a8a562f2cdede1',1,'amrex::NeighborParticleContainer']]], - ['getrealdata_12697',['GetRealData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a44390e5c68da1d50f5536428bf7da802',1,'amrex::StructOfArrays::GetRealData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a86408aeae996a4c711dca10a4d7cbc4e',1,'amrex::StructOfArrays::GetRealData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac2d7e9441c59e88b42978df7d9d1817c',1,'amrex::StructOfArrays::GetRealData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac4a15a6ca35075933960a3c28f1d3581',1,'amrex::StructOfArrays::GetRealData(const int index) const']]], - ['getrefid_12698',['getRefID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c8df27bfc6981d3e50784b64026a249',1,'amrex::BoxArray::getRefID()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac2246f88f7497945a0441732235d77b0',1,'amrex::DistributionMapping::getRefID()']]], - ['getrefratio_12699',['GetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a771ce95fb2ff799f85eaaba8917b8256',1,'CommProfStats']]], - ['getregiontimeranges_12700',['GetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae017d7bf6083e38e84a6a9b3fda09f94',1,'BLProfStats']]], - ['getresidualhistory_12701',['getResidualHistory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6083fa5fed480a49fde5c03c325f84ee',1,'amrex::MLMGT']]], - ['getresidualnorm_12702',['getResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aca83734d854ed846c8c16e8cba18ab0a',1,'amrex::GMRESMLMGT::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'GMRES< MF, GMRESMLMGT< MF > >::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'amrex::GMRES::getResidualNorm()']]], - ['getsendbufferoffset_12703',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#ae0bd21edb636525d7e8011db403b9fca',1,'amrex::GetSendBufferOffset']]], - ['getsetbuf_12704',['GetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a260347a951d2b4a4669cb4dc79956450',1,'amrex::VisMF']]], - ['getshowbody_12705',['GetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a97f5b63eea482f1fc8c4fab33c7afc4d',1,'amrex::AmrData']]], - ['getsolution_12706',['getSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a9c196be0d95db3cee1025104e1a206da',1,'amrex::HypreABecLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a534455bdd69a5ca6f0967f34aeb10631',1,'amrex::HypreABecLap2::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a42b94b56191d33a7f5ba9e1f119ac6b6',1,'amrex::HypreABecLap3::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a58381f405245d3ca27aed91c4197bee6',1,'amrex::HypreNodeLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a29c773ff5410f84e04566b1ed48c38bc',1,'amrex::PETScABecLap::getSolution()']]], - ['getsolvabilityoffset_12707',['getSolvabilityOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a08e68e2870cd7367dd09d2ef777261b3',1,'amrex::MLCellLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'amrex::MLLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'MLLinOpT< Array< MultiFab, 3 > >::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a878678c69c571435a7bbdba048ab5d9f',1,'amrex::MLNodeLaplacian::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7cdf303d65cabf9d64d4279622ca4fad',1,'amrex::MLNodeLinOp::getSolvabilityOffset()']]], - ['getsparsefpp_12708',['GetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a201227cf338dfa1a032bc9018902204c',1,'amrex::NFilesIter']]], - ['getstatus_12709',['getStatus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'amrex::GMRES::getStatus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'GMRES< MF, GMRESMLMGT< MF > >::getStatus()']]], - ['getstructofarrays_12710',['GetStructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'amrex::ParIterBase_impl::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a865f181bef3a750aaae3437c4e91dd33',1,'amrex::ParticleTile::GetStructOfArrays() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9bc22bda551e1d2089c81b93c2b0d794',1,'amrex::ParticleTile::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()']]], - ['getsubtuple_12711',['GetSubTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a30bb4b7ea38ee03a56f7e33647b53846',1,'amrex::detail']]], - ['getsuperparticle_12712',['getSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept']]], - ['getsymmetryinfo_12713',['getSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a32545ca23bf840257ec3ff0321f0cc28',1,'amrex::MLCurlCurl']]], - ['getthreadbox_12714',['getThreadBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae2cf1d72cec1f6929ea0405c70ce2f45',1,'amrex::Gpu']]], - ['gettilearray_12715',['getTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a47294c772e3bc6de1c901df4c2aa2b10',1,'amrex::FabArrayBase']]], - ['gettileindex_12716',['getTileIndex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2',1,'amrex']]], - ['gettype_12717',['getType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3e62ab0dcf6c751e94e34f25bcc3c50b',1,'amrex::FArrayBox::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac5eb703c82d394b6736620116b12206e',1,'amrex::StateDescriptor::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5fbbd6cfac2268f9286c156e7ecd7ea6',1,'amrex::EBCellFlagFab::getType(const Box &bx) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ad195d2769922a7376a690010b7cc569a',1,'amrex::EBCellFlagFab::getType() const noexcept']]], - ['getunitvec_12718',['getunitvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7',1,'amrex::tri_geom_ops']]], - ['getunusedinputs_12719',['getUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa4c1dbee984103cd1102514d70c954a3',1,'amrex::ParmParse']]], - ['getusedynamicsetselection_12720',['GetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a20746ef0d6ef7d8491c815e2a954d13c',1,'amrex::VisMF']]], - ['getusepersistentifstreams_12721',['GetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a92c8f7a70093675fe29a9b3cfbe8e10f',1,'amrex::VisMF']]], - ['getuseprepost_12722',['GetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'amrex::ParticleContainer_impl::GetUsePrePost()']]], - ['getusesingleread_12723',['GetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca85185856423d34e7e15041139aee01',1,'amrex::VisMF']]], - ['getusesinglewrite_12724',['GetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aead41678a66e4c5a4f315404d3ffed10',1,'amrex::VisMF']]], - ['getusesynchronousreads_12725',['GetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7310b7f7d63449b1b38bcb8afdac7db8',1,'amrex::VisMF']]], - ['getuseunlink_12726',['GetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'amrex::ParticleContainer_impl::GetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUseUnlink()']]], - ['getval_12727',['getVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< AtomicInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< char >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< PetscInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< int >::getVal(int *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< int >::getVal(int *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< HYPRE_Int >::getVal(HYPRE_Int *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< EBCellFlag >::getVal(EBCellFlag *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< EBCellFlag >::getVal(EBCellFlag *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< char >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< AtomicInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< PetscInt >::getVal()']]], - ['getvalue_12728',['getValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a2ac27c1212ab78008512511cddce89b8',1,'amrex::EBCellFlag']]], - ['getvec_12729',['getvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859',1,'amrex::tri_geom_ops']]], - ['getvecofarrofconstptrs_12730',['GetVecOfArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< T, AMREX_SPACEDIM > > &a)']]], - ['getvecofarrofptrs_12731',['GetVecOfArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83',1,'amrex::GetVecOfArrOfPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec75969bb3da627de560ce6fae63b167',1,'amrex::GetVecOfArrOfPtrs(Vector< std::array< T, AMREX_SPACEDIM > > &a)']]], - ['getvecofarrofptrsconst_12732',['GetVecOfArrOfPtrsConst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6f3120a07be5d453851d7de53703384',1,'amrex']]], - ['getvecofconstptrs_12733',['GetVecOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d',1,'amrex::GetVecOfConstPtrs(const Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6',1,'amrex::GetVecOfConstPtrs(const Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98',1,'amrex::GetVecOfConstPtrs(const Vector< T > &a)']]], - ['getvecofptrs_12734',['GetVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d',1,'amrex::GetVecOfPtrs(Vector< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a',1,'amrex::GetVecOfPtrs(const Vector< std::unique_ptr< T > > &a)']]], - ['getvecofvecofptrs_12735',['GetVecOfVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803',1,'amrex']]], - ['getvect_12736',['getVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'IntVectND< AMREX_SPACEDIM >::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'IntVectND< AMREX_SPACEDIM >::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'IntVectND< AMREX_SPACEDIM >::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'amrex::IntVectND::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'amrex::IntVectND::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'amrex::IntVectND::getVect() const &noexcept']]], - ['getverbose_12737',['GetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51041736815ed12616b075d56e53fd2f',1,'amrex::VisMF']]], - ['getverbose_12738',['getVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ad7cd32d077461754bae70ed300d440a6',1,'amrex::MLCGSolverT']]], - ['getvolfrac_12739',['getVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cfca800c4df32f884205e7b0cfa5b4f',1,'amrex::EBDataCollection::getVolFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ab54137d22701f507d34d3732e3f712fc',1,'amrex::EBFArrayBoxFactory::getVolFrac()']]], - ['getvolfracdata_12740',['getVolFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a664f3aa3e8611a56d1919072c26b7331',1,'amrex::EBFArrayBox']]], - ['getvolume_12741',['GetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af7996fe47b1e82704565102c15df47c9',1,'amrex::Geometry::GetVolume(FArrayBox &vol, const BoxArray &grds, int idx, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abaac123e12e2b3e5f0f9fdc0edcef6b8',1,'amrex::Geometry::GetVolume(MultiFab &vol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a109125700647435d188afbc74b9a2725',1,'amrex::Geometry::GetVolume(MultiFab &vol, const BoxArray &grds, const DistributionMapping &dm, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a273cbc218839d9d4f88bfde8b8253c2c',1,'amrex::CoordSys::GetVolume()']]], - ['getwithparser_12742',['getWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65f0fdc57c6d3d630b040d096a17afee',1,'amrex::ParmParse']]], - ['getwriteinfo_12743',['GetWriteInfo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2a9d5d76aba34e026f1d33404c6bfe00',1,'amrex::AsyncOut']]], - ['getx_12744',['getx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a610e0b733e190ba21b41303e76fa099f',1,'amrex::HypreSolver']]], - ['getxhi_12745',['getXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6f2f3a70226dea198fcc69a320b88b43',1,'amrex::EB2::Neighbor']]], - ['getxlo_12746',['getXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a1843a704d7f13b09cfcf6c606b0a995e',1,'amrex::EB2::Neighbor']]], - ['getyhi_12747',['getYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a05e914a9bdd59ee8d460a558677634c2',1,'amrex::EB2::Neighbor']]], - ['getylo_12748',['getYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a15177e28ba78da4e2702cfb18837eeae',1,'amrex::EB2::Neighbor']]], - ['getzhi_12749',['getZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a952c4c7fc9609711f2c94c6a84255c09',1,'amrex::EB2::Neighbor']]], - ['getzlo_12750',['getZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a78a31298d705a14fabdb3b894a489dae',1,'amrex::EB2::Neighbor']]], - ['gfab_12751',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aa8d516e6b8844b78816ade68a2c86165',1,'amrex::EB2::GFab']]], - ['glmap_12752',['GLMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8bfcd15d9943700b7e4e1c6605594edd',1,'CommProfStats']]], - ['global_5fng_12753',['global_ng',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a09b95c8056554177f0d12989a4e4347a',1,'hacc::Dfft::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a405b18293b7ab8d9fe37dcd5459d786f',1,'hacc::Dfft::global_ng() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d74698262b0b322361a718f0a390200',1,'hacc::Distribution::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a9f8f18570b9de4ea1039d06ae8b4c11c',1,'hacc::Distribution::global_ng() const)[3]']]], - ['global_5fsize_12754',['global_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2087fa1d4b26a31cecf36d95b1d7fd6b',1,'hacc::Distribution::global_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#abbb83da0e457618c5996adb332acebba',1,'hacc::Dfft::global_size()']]], - ['global_5fto_5flocal_5frank_12755',['global_to_local_rank',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ad646518957376d74f099923ef26e20c9',1,'amrex::ParallelContext::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9c3018c1265c14c261a42175d7b6087f',1,'amrex::ParallelContext::Frame::global_to_local_rank(int *local, const int *global, int n)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ae2790aa092fed9f8af98330581ee416c',1,'amrex::ParallelContext::Frame::global_to_local_rank(int grank)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa0f73d99c17e1ccedb7f2e66a660f274',1,'amrex::ParallelContext::global_to_local_rank()']]], - ['glsizemap_12756',['GLSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0e56e7a8c3e51ab493d8a9b55472d761',1,'CommProfStats']]], - ['gmres_12757',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'amrex::GMRES::GMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'GMRES< MF, GMRESMLMGT< MF > >::GMRES()']]], - ['gmres_5fsolver_5fconfigure_12758',['gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a27bb5a9047943afd18cf194c141d20ea',1,'amrex::HypreIJIface']]], - ['gmresmlmgt_12759',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a23db5527f7bcd75ba78997016648b906',1,'amrex::GMRESMLMGT']]], - ['godunov_5fminmod_5fbc_5fhi_12760',['Godunov_minmod_bc_hi',['../hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc',1,'hydro_godunov_ppm.H']]], - ['godunov_5fminmod_5fbc_5flo_12761',['Godunov_minmod_bc_lo',['../hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7',1,'hydro_godunov_ppm.H']]], - ['gpu_5ftuple_5felement_12762',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(T const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(U &&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'gpu_tuple_element< I, Head >::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(Head const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(U &&a_value)']]], - ['gpu_5ftuple_5fimpl_12763',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a2a0e1d6ab3b7c9ea94631a06b23a3f12',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(U &&a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a138287a5f4ac861068205835ac07da5b',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(Head const &a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a654cc54f1b6eceb2babda4006d1dcaf2',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a52514ef1d14b3467dd51e98568305acf',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl(Head const &a_head, Tail const &... a_tail)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a4f76c22f32d585f22f2a80704c97b693',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a9623ee960fbac28922dbd43ee186a71f',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()']]], - ['gpubndryfuncfab_12764',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a62075f3a31adb0b72fa9c09d17ee7e5a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a08f3457a00409172a47577db0b968d15',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a498e33d9a56fd836b14c1937c671ff4a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F &&a_f)']]], - ['gpucomplex_12765',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a124d2191f873eb1bb9f4b6ae4fc95544',1,'amrex::GpuComplex']]], - ['gpugeterrorstring_12766',['gpuGetErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884f63b4c32929437cf596c59b26c311',1,'amrex']]], - ['gpugetlasterror_12767',['gpuGetLastError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00',1,'amrex']]], - ['gpustream_12768',['gpuStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae1a0966ad8daf3a49564123b8dbdb3fa',1,'amrex::Gpu::gpuStream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680de321352372444327d831bb6d989f',1,'amrex::Gpu::Device::gpuStream()']]], - ['gputuple_12769',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'amrex::GpuTuple::GpuTuple(Us &&... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'amrex::GpuTuple::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'amrex::GpuTuple::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'GpuTuple< Fs... >::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'GpuTuple< Fs... >::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'GpuTuple< Fs... >::GpuTuple(Us &&... args)']]], - ['grad_12770',['grad',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa39038dcf72fcf8a8b57513432875bf2',1,'amrex::algoim::EBPlane']]], - ['grad_5feb_5fof_5fphi_5fon_5fcentroids_12771',['grad_eb_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a781271d74f1db31d825f604314a7a50a',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog)']]], - ['grad_5feb_5fof_5fphi_5fon_5fcentroids_5fextdir_12772',['grad_eb_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], - ['grad_5fx_5fof_5fphi_5fon_5fcentroids_12773',['grad_x_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af17d01dca64353fec04867549fdfb24d',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b732741e32444ef31a46338ee223b5',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], - ['grad_5fx_5fof_5fphi_5fon_5fcentroids_5fextdir_12774',['grad_x_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], - ['grad_5fy_5fof_5fphi_5fon_5fcentroids_12775',['grad_y_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], - ['grad_5fy_5fof_5fphi_5fon_5fcentroids_5fextdir_12776',['grad_y_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadaa422c5855785fcc975c32809700fb',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], - ['grad_5fz_5fof_5fphi_5fon_5fcentroids_12777',['grad_z_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f',1,'amrex']]], - ['grad_5fz_5fof_5fphi_5fon_5fcentroids_5fextdir_12778',['grad_z_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73',1,'amrex']]], - ['gram_5fschmidt_5forthogonalization_12779',['gram_schmidt_orthogonalization',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'amrex::GMRES::gram_schmidt_orthogonalization()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'GMRES< MF, GMRESMLMGT< MF > >::gram_schmidt_orthogonalization()']]], - ['graphsafeguard_12780',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a982a397f67b04e0cbf321b1e9ed77ea6',1,'amrex::Gpu::GraphSafeGuard']]], - ['graphtoppct_12781',['GraphTopPct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481',1,'amrex']]], - ['grid_5fplaces_12782',['grid_places',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90155667257e3c51890f716ade65c5e7',1,'amrex::Amr']]], - ['grid_5fstride_5fthreads_5fand_5fblocks_12783',['grid_stride_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae53661945fe0e36f109401055a3d87cf',1,'amrex::Gpu::Device']]], - ['gridandlevtobucket_12784',['gridAndLevToBucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af07f598d8788010a800af8bdcf33adf7',1,'amrex::ParticleBufferMap']]], - ['grideff_12785',['gridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7bc5798a6ef2a0c27b0141112104e087',1,'amrex::AmrMesh']]], - ['gridline_12786',['Gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab77bccba000ad381fed7aa4a3c7b7b6e',1,'amrex::XYPlotDataList']]], - ['gridlochi_12787',['GridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a06732eabff2d761d63404d048d57d130',1,'amrex::AmrData']]], - ['gridloclo_12788',['GridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a26585c76f370219e547cc9c018faead7',1,'amrex::AmrData']]], - ['groupall_12789',['GroupAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501',1,'amrex::ParallelContext']]], - ['groupsize_12790',['groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8bf758be7411312c155ccd5d0513e6b0',1,'amrex::StateDescriptor']]], - ['groupsub_12791',['GroupSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab19f592bc08ecbeb28c478752d6602fd',1,'amrex::ParallelContext']]], - ['grow_12792',['grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'BoxND< AMREX_SPACEDIM >::grow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67',1,'amrex::grow(const BoxND< dim > &b, int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd',1,'amrex::grow(const BoxND< dim > &b, const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4',1,'amrex::grow(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a12a6842ecc48421374e69c0d40ba1542',1,'amrex::BoxArray::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'BoxND< AMREX_SPACEDIM >::grow(Orientation face, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'BoxND< AMREX_SPACEDIM >::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'BoxND< AMREX_SPACEDIM >::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'BoxND< AMREX_SPACEDIM >::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'amrex::BoxND::grow(Orientation face, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'amrex::BoxND::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'amrex::BoxND::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135',1,'amrex::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a624b3513f2b285491050d17d8952c474',1,'amrex::BoxArray::grow(int idir, int n_cell)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac76ee31fa4b71fa56dad4635a650cfbe',1,'amrex::BoxArray::grow(const IntVect &iv)']]], - ['growboxbyone_12793',['GrowBoxByOne',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a59d040ff4854528efd7602005560d853',1,'amrex::DeriveRec']]], - ['growcoarsen_12794',['growcoarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad28652c559f9057fc343bd3c0beb0116',1,'amrex::BoxArray::growcoarsen(int n, const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaca5f33122df36bed145432e5b4f5c57',1,'amrex::BoxArray::growcoarsen(IntVect const &ngrow, const IntVect &iv)']]], - ['growhi_12795',['growHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'amrex::BoxND::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'BoxND< AMREX_SPACEDIM >::growHi(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'BoxND< AMREX_SPACEDIM >::growHi(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'amrex::BoxND::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9848441ce9a5694f17e8617486e0b167',1,'amrex::BoxArray::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b',1,'amrex::growHi(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c525008964448d1f308736681ee9b06',1,'amrex::growHi(const BoxND< dim > &b, Direction d, int n_cell) noexcept']]], - ['growlo_12796',['growLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a',1,'amrex::growLo(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9',1,'amrex::growLo(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'amrex::BoxND::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'amrex::BoxND::growLo(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'BoxND< AMREX_SPACEDIM >::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'BoxND< AMREX_SPACEDIM >::growLo(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a76695bda9b8e135e6d945c578557d78d',1,'amrex::BoxArray::growLo()']]], - ['grownnodaltilebox_12797',['grownnodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae59e3e67c7b94d6b15158d177dd8cdc8',1,'amrex::MFIter::grownnodaltilebox(int dir=-1, int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a972ba6223b0f4ccca81791b9510b3002',1,'amrex::MFIter::grownnodaltilebox(int dir, const IntVect &ng) const noexcept']]], - ['grownonperiodicdomain_12798',['growNonPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8a4838041db3d95fdd4960045349db2d',1,'amrex::Geometry::growNonPeriodicDomain(IntVect const &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4535bb6797e6c53c228d598f23cc7296',1,'amrex::Geometry::growNonPeriodicDomain(int ngrow) const noexcept']]], - ['growntilebox_12799',['growntilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1e344ffd39d3dba95d582a7d93c1ad97',1,'amrex::MFIter::growntilebox(int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac9653cce066f73c95c3ec89f46f38ba1',1,'amrex::MFIter::growntilebox(const IntVect &ng) const noexcept']]], - ['growperiodicdomain_12800',['growPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aca0dd62693f548b7fb4ee38acc6310db',1,'amrex::Geometry::growPeriodicDomain(IntVect const &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe9c676150da912017772bb39a1f0d91',1,'amrex::Geometry::growPeriodicDomain(int ngrow) const noexcept']]], - ['gshoplevel_12801',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< G > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, ChkptFile const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< ChkptFile > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, STLtools const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< STLtools > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, const Geometry &geom)']]] + ['gather_12471',['Gather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a6ea7eeaafa369d6246da405045b73208',1,'amrex::detail::Gather(const T *, int, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aac087974da543982e53f9b3f1da42005',1,'amrex::detail::Gather(const T &, T *, int, MPI_Comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab3aa34d0c55755f52fccec7dd20dd9fb',1,'amrex::ParallelDescriptor::Gather(Real const *sendbuf, int nsend, Real *recvbuf, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad270703aec68e1bad2e5551590f10dd7',1,'amrex::ParallelDescriptor::Gather(const T *, size_t n, T1 *, size_t n1, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a84c9d7d438ae259036461c6db6100a27',1,'amrex::ParallelDescriptor::Gather(const T &, int root)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#accad75ceb30d24dd985037a1dddb72fa',1,'amrex::ParallelGather::Gather(const T *v, int cnt, T *vs, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html#ac500e0120b76d32a349a73f8ebfd36b2',1,'amrex::ParallelGather::Gather(const T &v, T *vs, int root, MPI_Comm comm)']]], + ['gatherlayoutdatatovector_12472',['GatherLayoutDataToVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aaa8e2b582c52d43645acae3099cbaf4e',1,'amrex::ParallelDescriptor']]], + ['gatherparticles_12473',['gatherParticles',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab75c7a4946d605a7072d64407df6a6d8',1,'amrex']]], + ['gatherv_12474',['Gatherv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a211110d15cfcd5d09168c6d415476ce6',1,'amrex::ParallelDescriptor']]], + ['gccplacater_12475',['GccPlacater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d0fa7afb6bbeb5e81b5570445599fbf',1,'amrex']]], + ['gccplacatermf_12476',['GccPlacaterMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad60aac176908ba51373d63ca49bef063',1,'amrex']]], + ['generatemasks_12477',['GenerateMasks',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3f478913c1ee3d9bfed093be0301b6e',1,'amrex::InSituUtils']]], + ['geom_12478',['Geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a38a313616cf363d4848934853dd47092',1,'amrex::AmrMesh::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad535ebc3896c9f8c1ea3e6530ffc070e',1,'amrex::AmrLevel::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a9ae9a37898b7fb6929b598194c8bca61',1,'amrex::ParticleContainerBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'amrex::ParIterBase_impl::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a0f4207bf31f6366cee4812742303879d',1,'amrex::ParGDBBase::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a90d6cb9a9d7e81879188f069a502ce24',1,'amrex::ParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9e84259b6aa2852287649de9102a68e4',1,'amrex::ParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'MLLinOpT< Array< MultiFab, 3 > >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02b3d2ea4535daf60276e9014571f955',1,'amrex::MLLinOpT::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#abb45241bcd62cecd1f2e43a3c93cdf7c',1,'amrex::EB2::Level::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a699118eee56fc9250d4ae940fff8cf18',1,'amrex::EBFArrayBoxFactory::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a3583b3618380eea92350a8a5bc29a46a',1,'amrex::AmrParGDB::Geom() const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a9d52a302b3f7f9d6b29f09e24fc906c4',1,'amrex::AmrParGDB::Geom(int level) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a924462614f8ea65b38f21163808bdddc',1,'amrex::AmrMesh::Geom(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a24f762a6fc54a0adff17d31a5ff22e8b',1,'amrex::AmrMesh::Geom() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab1419d0ea909582b877283e1196d6e68',1,'amrex::AmrMesh::Geom(int a_coarsest_lev, int a_finest_lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#adf16ab166b53c2ae62ee664a25e31e57',1,'amrex::AmrMesh::Geom(int lev) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac06fddccd637c54fe5f86c83ac4e310f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a9f7d684223e77d4bf3162333a55c64d6',1,'amrex::ParGDBBase::Geom()']]], + ['geometry_12479',['Geometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe4767b2f215bc24725017610b86091d',1,'amrex::Geometry::Geometry() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a02c8a9fe2c0a14e7ca251ce48e97ee5b',1,'amrex::Geometry::Geometry(Geometry &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a61c7b8c8cbb3b7a39b4db6ed8eface07',1,'amrex::Geometry::Geometry(const Geometry &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7ba1318caf7c0f051bc33126789c4e94',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox &rb, int coord, Array< int, AMREX_SPACEDIM > const &is_per) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab9cc9315f181884f554c5866cd1e68e5',1,'amrex::Geometry::Geometry(const Box &dom, const RealBox *rb=nullptr, int coord=-1, int const *is_per=nullptr) noexcept']]], + ['geometryshop_12480',['GeometryShop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3772b6627894ab939396feac8bc1c356',1,'amrex::EB2::GeometryShop::GeometryShop(F f, R r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a5cd1275a72a0d42d7058bbb4da6f3e8d',1,'amrex::EB2::GeometryShop::GeometryShop(F f)']]], + ['get_12481',['get',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a54183310926451315930c0a0a09f1475',1,'amrex::ParmParse::get(const char *name, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a52b882dec70bfeb4ccf32cd859e148f3',1,'amrex::ParmParse::get(const char *new_name, const char *old_name, T &ref)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac4efb98e8b17112650c2d0034a9681ef',1,'amrex::ParmParse::get(const char *name, float &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae902806780e0a1daed6a161b95178435',1,'amrex::ParmParse::get(const char *name, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae2021776ee6ddf9a139d8a0af42785a9',1,'amrex::ParmParse::get(const char *name, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a31599e95400a726459b3ea9b4ccce720',1,'amrex::ParmParse::get(const char *name, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac246c039fd27b9a2bdccfc99d68062a6',1,'amrex::ParmParse::get(const char *name, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24eb7bf5d0d06251bf15a44b8a8a1a4f',1,'amrex::ParmParse::get(const char *name, std::array< T, N > &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a54da839203de93e062dbff05377d999b',1,'amrex::PlotFileDataImpl::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a48f359b6d8c12b019b3e1b7c097f72',1,'amrex::ParmParse::get(const char *name, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a26252e98bdffbce5baf1695ca817cb30',1,'amrex::ParmParse::get(const char *name, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a24db67f875cbc2a56406c66f48d60b8a',1,'amrex::ParmParse::get(const char *name, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'IntVectND< AMREX_SPACEDIM >::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'IntVectND< AMREX_SPACEDIM >::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8f9b2ed1f135f96eafb0de05b63629c9',1,'amrex::IntVectND::get() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a212b3bbe291afc28147d03c7271af651',1,'amrex::IntVectND::get() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'IndexTypeND< AMREX_SPACEDIM >::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a46cff55b388d9aaefe81cd3a8a6d7648',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#aa6b9cce8542740cec857772417d67dd5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac4e1bbf1c88985b380f9e9df11be7354',1,'amrex::BoxArray::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a743acfa69c626f0a2f66fda4830312dc',1,'amrex::Any::get() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ab3b0861ff49959fd1103921dc291b918',1,'amrex::Any::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#acaacc2e448d7ecbac9fbcb817e39b125',1,'amrex_parmparse_module::amrex_parmparse::get()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55b45d61c6e18c31d787042cf9169385',1,'amrex::get(GpuTuple< Ts... > &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2e078bf57389f3da2ad75a53aca0771',1,'amrex::get(GpuTuple< Ts... > const &tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7630375a13ce1d49fd232e6436d658e2',1,'amrex::get(GpuTuple< Ts... > &&tup) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad92e3fac7557d5f5b42de54c2ce3d5ca',1,'amrex::ParmParse::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#aa0974cb46a5b57ae7678cfeeff813a2e',1,'amrex::detail::SplitIndexList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a48fae2c492bcad7afe1baed7ed0bfc64',1,'amrex::ref_wrapper::get()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5f44b55b81dc4217e138a7f78d95a1db',1,'amrex::ParallelDescriptor::ProcessTeam::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a6ff8692064ee148c07daeec4c5f2620b',1,'amrex::DeriveList::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a780c89af0db95b7c96610739ca60ac6c',1,'amrex::PlotFileDataImpl::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a7b6393c9a0c4b2df192051eacccbaafd',1,'amrex::PlotFileData::get(int level, std::string const &varname) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a53dc80997747ee42565b6fb3e6509281',1,'amrex::PlotFileData::get(int level) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< AtomicInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::CutFab >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::CutFab >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a5078e6c6fb7f7e2d182958fbd40e6f47',1,'amrex::IndexTypeND::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'amrex::FabArray::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'amrex::FabArray::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'amrex::FabArray::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'amrex::FabArray::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< AtomicInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< TagBox >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< AtomicInt > >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::BaseFab< PetscInt > >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::BaseFab< PetscInt > >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::BaseFab< PetscInt > >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::Mask >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::CutFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< TagBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< TagBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< TagBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< IArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< IArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::EBCellFlagFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::Mask >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< amrex::EBCellFlagFab >::get()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::Mask >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< amrex::Mask >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< FArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< FArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< FArrayBox >::get(int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a40ad454f948a86047a3c9887f18eb2b2',1,'FabArray< FArrayBox >::get(int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0776aa41d2309534c3d0792320eb6763',1,'FabArray< IArrayBox >::get(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< IArrayBox >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac9c35f9ba5d6042bc5fff01e5d5e295b',1,'FabArray< amrex::EBCellFlagFab >::get(const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a427dc42c638a674461f8b98f16875114',1,'FabArray< amrex::EBCellFlagFab >::get(int K) const noexcept']]], + ['get32bitcode_12482',['get32BitCode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#acbda6a326e80b22c8e947f504a89f459',1,'amrex::Morton']]], + ['get_5faggregate_12483',['get_aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a91708a0258707972ce13689407b5c0bf',1,'amrex::Scan::detail::BlockStatus< T, false >::get_aggregate()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a39342a923b5962b079be0fa1f9b39131',1,'amrex::Scan::detail::BlockStatus< T, true >::get_aggregate()']]], + ['get_5fallocator_12484',['get_allocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int *, DefaultAllocator< const int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< char >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::XDim3 >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::STLtools::Triangle >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::openbc::MomTag >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::NeighborCode >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::BoxND >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'amrex::PODVector::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< std::size_t >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< unsigned int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< ParticleReal * >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< int *, DefaultAllocator< int * > >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< index_type >::get_allocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a67de98b5efe335d818e6bc91911418ff',1,'PODVector< const ParticleReal * >::get_allocator()']]], + ['get_5fcell_5fdata_12485',['get_cell_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a50a85d7bbd84f5b4116132d9dc5815',1,'amrex']]], + ['get_5fcell_5ftype_12486',['get_cell_type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4e837dbfa10cc1075d4c603eddcda32a',1,'amrex_ebcellflag_module']]], + ['get_5fcommand_12487',['get_command',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b2451baea738a8717530466c13f37fe',1,'amrex']]], + ['get_5fcommand_5fargument_12488',['get_command_argument',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a566544464dedd2d70fe9969fc79658cd',1,'amrex']]], + ['get_5fd_12489',['get_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#af811bb2dca600cc0f76358ff2affeba3',1,'hacc::Dfft']]], + ['get_5fd0_12490',['get_d0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d0()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a28402657d9216f6ef38835ab562ee58b',1,'amrex::MLLinOpT::get_d0(T const &dx, T const &dy, T const &) const noexcept']]], + ['get_5fd1_12491',['get_d1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'amrex::MLLinOpT::get_d1()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adad8c3e9a304cc409d473b2d44aa4520',1,'MLLinOpT< Array< MultiFab, 3 > >::get_d1()']]], + ['get_5fdata_12492',['get_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f84c93c82667982bbec8f9215b630af',1,'amrex::AmrLevel']]], + ['get_5fderive_5flst_12493',['get_derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7ef50123ae8e520914847e15973b104a',1,'amrex::AmrLevel']]], + ['get_5fdesc_5flst_12494',['get_desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4092681e4db89552b5a53b0d1bb144fa',1,'amrex::AmrLevel']]], + ['get_5fdm_12495',['get_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac35ec951548cc1e54dfc60b0d65df8e8',1,'amrex::ForkJoin']]], + ['get_5fdo_5finitval_12496',['get_do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af073981013bb7c213dd103b9935f9809',1,'amrex::FArrayBox']]], + ['get_5fdpdn_5fon_5fdomain_5ffaces_12497',['get_dpdn_on_domain_faces',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac6a0e027881bd8d0314ab054afb5dbc9',1,'amrex::MLPoissonT']]], + ['get_5fdx_5feb_12498',['get_dx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a990e4bb5340b692dfe4bee50d8a52f26',1,'amrex']]], + ['get_5fenum_5fcase_5finsensitive_12499',['get_enum_case_insensitive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abc366069f0743f56cbadb53dfe9968e2',1,'amrex::ParmParse']]], + ['get_5fenum_5fsloppy_12500',['get_enum_sloppy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aeb64e745c395abcc8381b289d7bd9653',1,'amrex::ParmParse']]], + ['get_5fexclusive_5fsum_12501',['get_exclusive_sum',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1SplitIndexList.html#a7c22d5e09fb1b959f3ce7703caa5a5ac',1,'amrex::detail::SplitIndexList']]], + ['get_5fimpl_12502',['get_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a4cd4035b5290c6ab844dcb8568c020dc',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::get_impl()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ac058d02c07c2b74e83e50b33b90197e5',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a4d3a6a5ee4fec4f89030624c3bfa4ae6',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > const &te) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a366e33622f264a58b5ceae6cd79e3b64',1,'amrex::detail::get_impl(detail::gpu_tuple_element< I, typename GpuTupleElement< I, GpuTuple< Ts... > >::type > &&te) noexcept']]], + ['get_5finc_5fmpi_5ftag_12503',['get_inc_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac7e3ccd77b7a012c1c66b7c3bbdf6509',1,'amrex::ParallelContext::Frame::get_inc_mpi_tag()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a48543c30b34e4a2696efc8b2788abadd',1,'amrex::ParallelContext::get_inc_mpi_tag()']]], + ['get_5finitval_12504',['get_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aab5bd155e6cda0d5f6b61d1820ae5a8f',1,'amrex::FArrayBox']]], + ['get_5fint_12505',['get_int',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ad7d6f97565596d31e0c64d3797f3b128',1,'amrex_parmparse_module::amrex_parmparse::get_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a6ef2d5bb23477385797383a4838a1281',1,'amrex_parmparse_module::get_int(this, name, v)']]], + ['get_5fintarr_12506',['get_intarr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a56e10e295f5d70b7f238b84f487aa477',1,'amrex_parmparse_module::get_intarr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a610d8844a68ada5bdacea533323bb756',1,'amrex_parmparse_module::amrex_parmparse::get_intarr()']]], + ['get_5fio_5ffilename_12507',['get_io_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aecdcd8a490ce68812e19ba6e6f17d320',1,'amrex::ForkJoin']]], + ['get_5fitags_12508',['get_itags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a43dbc9ccdad55205e4a95d7ccf6f3691',1,'amrex::TagBox']]], + ['get_5flead_5fcomm_12509',['get_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a428205afae6eb51671ee5b0d45de60b8',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['get_5fline_5fdata_12510',['get_line_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f08bece47186514a8d7ec979e4b87ca',1,'amrex']]], + ['get_5flogical_12511',['get_logical',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#abfcfeabda256c79024069aef558469b2',1,'amrex_parmparse_module::amrex_parmparse::get_logical()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a1f072a46c41df5283ca3ab135fa8f192',1,'amrex_parmparse_module::get_logical()']]], + ['get_5fmax_5fthreads_12512',['get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ade36032ab5920b203a693a1cc44bd82a',1,'amrex::OpenMP']]], + ['get_5fmf_12513',['get_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a7d6ce14751cb1212501bb1cdc36f57cb',1,'amrex::ForkJoin::get_mf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a43b2cf5d4684fbb2c23776d786efecdd',1,'amrex::FillPatchIterator::get_mf()']]], + ['get_5fmf_5fvec_12514',['get_mf_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a8e0a68a47c9455b335eff47b577a44cb',1,'amrex::ForkJoin']]], + ['get_5fneighbor_5fcells_5fint_12515',['get_neighbor_cells_int',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a11c655436ceff8d225a22cd6d9f5546f',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_int()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a042a1d5bee97b5d90c352a09ffc13956',1,'amrex_ebcellflag_module::get_neighbor_cells_int(flag, ngbr)']]], + ['get_5fneighbor_5fcells_5fint_5fsingle_12516',['get_neighbor_cells_int_single',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a5f10bb6cffaf7551730ef8bd3e73b6f1',1,'amrex_ebcellflag_module']]], + ['get_5fneighbor_5fcells_5freal_12517',['get_neighbor_cells_real',['https://amrex-codes.github.io/amrex/doxygen/interfaceamrex__ebcellflag__module_1_1get__neighbor__cells.html#a1c04556647e125e698c2fd2724430f38',1,'amrex_ebcellflag_module::get_neighbor_cells::get_neighbor_cells_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4060baeae84dd42b4c8941cde84ceaee',1,'amrex_ebcellflag_module::get_neighbor_cells_real()']]], + ['get_5fnew_5fdata_12518',['get_new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aaa28de2de47b2c2cb6fc60a0faa6f35b',1,'amrex::AmrLevel::get_new_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a0a3e47884145cbdb469ba13d9c93d80e',1,'amrex::AmrLevel::get_new_data(int state_indx) const noexcept']]], + ['get_5fnum_5fthreads_12519',['get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ab20933abbde0f4d52baff34fd3d0f10a',1,'amrex::OpenMP']]], + ['get_5fofs_5fptr_12520',['get_ofs_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#abf278a69530b55db1c0156e40db89e0c',1,'amrex::ParallelContext::Frame']]], + ['get_5fold_5fdata_12521',['get_old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a382aab120a9106f10ca000c930aa3bb4',1,'amrex::AmrLevel::get_old_data(int state_indx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a699c7036091ffba601be980e985f12b2',1,'amrex::AmrLevel::get_old_data(int state_indx) const noexcept']]], + ['get_5foutput_5ffile_12522',['get_output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a179ed9477bf3c19ddd7678a6277230c1',1,'amrex::TinyProfiler']]], + ['get_5fparticle_5fdata_12523',['get_particle_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a86ef9aa50ef7b290e9e0d5b7efc5b003',1,'amrex::ParticleArray']]], + ['get_5fplucker_5fcoords_12524',['get_plucker_coords',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a7a41ddf66699cf00d97df7994805137f',1,'amrex::tri_geom_ops']]], + ['get_5fraw_5fdata_12525',['get_raw_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a530916a537dcc4b424694411b430833e',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::get_raw_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a226d825fc52f81b473a5ccb27d0d19e1',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::get_raw_data(container_type &a_container)']]], + ['get_5fraw_5fdata_5fimpl_12526',['get_raw_data_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a3b69467d541c08b7bfb89a4bfa505644',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >']]], + ['get_5freal_12527',['get_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a43a58b4dcfae50bb8a40911804a8fd7b',1,'amrex_parmparse_module::get_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0fe403153388ffa22847e362231c0db3',1,'amrex_parmparse_module::amrex_parmparse::get_real']]], + ['get_5frealarr_12528',['get_realarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0c550ea9b94a0f755aad8d4b82eb7c49',1,'amrex_parmparse_module::amrex_parmparse::get_realarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#afaa243da391ad65ea78af211034bbbb2',1,'amrex_parmparse_module::get_realarr()']]], + ['get_5fslice_5fdata_12529',['get_slice_data',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a431197f206b148529308a7796d5039',1,'amrex']]], + ['get_5fsolution_12530',['get_solution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a5de713250bbf999484b54230cd5aafef',1,'amrex::HypreSolver']]], + ['get_5fstate_5fdata_12531',['get_state_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9d26097cf45be9f3a69ea6a48e9bfabd',1,'amrex::AmrLevel']]], + ['get_5fstring_12532',['get_string',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a0546d6b0c985419b4c1f4db2df4238cc',1,'amrex_parmparse_module::amrex_parmparse::get_string()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a2cbf931e4c309eba6e8c3874eb30f7b5',1,'amrex_parmparse_module::get_string()']]], + ['get_5fstringarr_12533',['get_stringarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ac0d76e840454ccdf657b39a423876e5a',1,'amrex_parmparse_module::amrex_parmparse::get_stringarr()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a0a94203d52dd6336e6ca512a5139b3e7',1,'amrex_parmparse_module::get_stringarr()']]], + ['get_5fsum_12534',['get_sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7e41ce07653e68c00c8370a43ac2afed',1,'amrex::detail']]], + ['get_5ftag_5fsize_12535',['get_tag_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a76f10e7b0bf11c2e90199e2ec1d964e6',1,'amrex::detail']]], + ['get_5fteam_5fcomm_12536',['get_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7810499292a81bb8c40c0a2a9a0c2d06',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['get_5fthread_5fnum_12537',['get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#a27ed6354b68b2bd8721658a8779af032',1,'amrex::OpenMP']]], + ['get_5ftime_5fstep_12538',['get_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4e271bb0dfa0e7bee049e3b8dfcbfec4',1,'amrex::IntegratorBase::get_time_step()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#acdbecf21e7e5de787e59c0e1a2680fc8',1,'amrex::TimeIntegrator::get_time_step()']]], + ['geta_12539',['getA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a67ef9ca88484d9c5cc326b86431da451',1,'amrex::HypreSolver']]], + ['getacoeffs_12540',['getACoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a23675188f09097a295525367ce399b61',1,'amrex::MLEBABecLap::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa5372664d64d3860afe0a883596975f4',1,'amrex::MLABecLaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4e99b082fbc82b4e9d6d4fc7707fe758',1,'amrex::MLALaplacianT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a1081608527ed0e29d67689eaaafceeb2',1,'amrex::MLCellABecLapT::getACoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a31ef925e5d50b04583caa69df4085cd1',1,'amrex::MLPoissonT::getACoeffs()']]], + ['getallocsinglechunk_12541',['getAllocSingleChunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a26c57d9e401fcc56f720c50f5bfdeb06',1,'amrex::FabArrayBase']]], + ['getamrlevels_12542',['getAmrLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a705d1e2cbc8481f2ab8516ce61034a81',1,'amrex::Amr']]], + ['getareafrac_12543',['getAreaFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a74e0bbe82132ef0fecbe0dffda94cf83',1,'amrex::EBFArrayBoxFactory::getAreaFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#adb2dec585ef401908ca3e596eb62e851',1,'amrex::EBDataCollection::getAreaFrac()']]], + ['getareafracdata_12544',['getAreaFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a5dc3cfcc602540d1f849106c2dee9d14',1,'amrex::EBFArrayBox']]], + ['getareanottotag_12545',['getAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#afd13b08745699794f3a991500e901974',1,'amrex::AmrLevel']]], + ['getareanottotag_12546',['GetAreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a9a621503f0ef653fc2eab9229168782d',1,'amrex::AmrMesh::GetAreaNotToTag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af6388eb0b60035305b92b00398c67762',1,'amrex::Amr::GetAreaNotToTag()']]], + ['getareatotag_12547',['getAreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a804883955eae48bd6992fb770324a981',1,'amrex::AmrLevel']]], + ['getarena_12548',['getArena',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aca92acd84720e0709ffdc3ccb2ead240',1,'amrex::sundials::getArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a593ba91494f1ec4754498a39a2ea91be',1,'amrex::StateData::getArena()']]], + ['getarr_12549',['getarr',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#a4e9428e27996d192ffbb496cb009abd3',1,'amrex_parmparse_module::amrex_parmparse::getarr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a643cc1f0359446a7ba0a997e949af928',1,'amrex::ParmParse::getarr(const char *name, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a00541ac93c3550160a154e9d5a3d5ec1',1,'amrex::ParmParse::getarr(const char *name, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a244245bc791095e6f4bbbfcf9835b8',1,'amrex::ParmParse::getarr(const char *name, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a97c86c6556b58ff6d5fbef7dd33d7f67',1,'amrex::ParmParse::getarr(const char *name, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ade3bfcf7b3561484c56556d12d7fa7c7',1,'amrex::ParmParse::getarr(const char *name, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6284a27596e92c72f1eac4a6515c2c5d',1,'amrex::ParmParse::getarr(const char *name, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afc26369b48fec28271dfbc3a44924647',1,'amrex::ParmParse::getarr(const char *name, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#acd6b161e8e6dea4c7379ef469d73d193',1,'amrex::ParmParse::getarr(const char *name, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a9079c4384e7d33b2c8f92436a350b563',1,'amrex::ParmParse::getarr(const char *name, IntVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ace7abd71171ae6fdfe0aea25e616e323',1,'amrex::ParmParse::getarr(const char *name, RealVect &ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ae4bec9d37708853ed5e4ce2fb26b2d49',1,'amrex::ParmParse::getarr(const char *name, std::vector< T > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['getarrasdouble_12550',['getarrAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a771fbe8c2ffc4d6e86a52bc6d3dfd134',1,'amrex::ParmParse']]], + ['getarrayname_12551',['GetArrayName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#ac384e988016eac31074e99f36f7cd49a',1,'amrex::AmrDataAdaptor::GetArrayName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a6134a52852c8b59d0377a1f255990f85',1,'amrex::AmrMeshDataAdaptor::GetArrayName()']]], + ['getarrayofstructs_12552',['GetArrayOfStructs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'amrex::ParIterBase_impl::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a71c746f6d3c895885b57ee891b828959',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a15a5c73d1aaced5789c24576eabe384d',1,'amrex::ParticleTile::GetArrayOfStructs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01fa9d2a9c7ad522f53a96ba6aa770a8',1,'amrex::ParticleTile::GetArrayOfStructs() const']]], + ['getarrofconstptrs_12553',['GetArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c2496ecb409639e8639cf01881d0acb',1,'amrex::GetArrOfConstPtrs(const std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af440a21a377ce21aced4b2360d34f09d',1,'amrex::GetArrOfConstPtrs(const std::array< T *, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d3d4c8b853be1962df781e5b6ee395c',1,'amrex::GetArrOfConstPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], + ['getarrofptrs_12554',['GetArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d178420751d1cce6bd2661d614fbb33',1,'amrex::GetArrOfPtrs(std::array< T, AMREX_SPACEDIM > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee80b212d35c9fafe26f01f76ce6b672',1,'amrex::GetArrOfPtrs(const std::array< std::unique_ptr< T >, AMREX_SPACEDIM > &a) noexcept']]], + ['getarrwithparser_12555',['getarrWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad796c767d7987d8f98fe3948af15d04d',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, T *ref) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a1d74f088c51f002284a93dedd966ab40',1,'amrex::ParmParse::getarrWithParser(const char *name, int nvals, std::vector< T > &ref) const']]], + ['getascalar_12556',['getAScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ab2de7ccf4ff7b1a71d80807c35edc388',1,'amrex::MLPoissonT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ae138125310f7e77c24bfc57fc2435a96',1,'amrex::MLCellABecLapT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaf57770551b1bc15d4ebfa8847c34b07',1,'amrex::MLEBABecLap::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a19a757a4a9de1abe19d066d87985c97b',1,'amrex::MLALaplacianT::getAScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aaa7bd08886e8e132fbd9b3982bcadaa6',1,'amrex::MLABecLaplacianT::getAScalar()']]], + ['getasdouble_12557',['getAsDouble',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a502d9490739e9e5d586fe710cbe4c233',1,'amrex::ParmParse']]], + ['getb_12558',['getb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#af227165d7eb34848f7ccc5942b432c0b',1,'amrex::HypreSolver']]], + ['getbc_12559',['getBC',['../namespaceHydroBC.html#ae4805c1bf4cec4012693733f3fa44f7b',1,'HydroBC::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a289cc1c0fcd4e78b5a363ef048940b70',1,'amrex::StateDescriptor::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#acabaee4740a8465dc4362f4374f0e244',1,'amrex::DeriveRec::getBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a84e433aa5076093c39d51bf97a9b0ca6',1,'amrex::StateData::getBC()']]], + ['getbc3d_12560',['getBC3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a4a7a159ef9c9f44bea0e5ed912473b69',1,'amrex::DeriveRec']]], + ['getbcarray_12561',['GetBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#ad9523dae9903f59fc43bb7df17e2250e',1,'amrex::InterpBase']]], + ['getbcarray_12562',['getBCArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4bb1f80ca05ed54727d81042c79e880b',1,'amrex::AmrLevel']]], + ['getbcoeffs_12563',['getBCoeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ae26679158fbd666266ca89925a5dc9d8',1,'amrex::MLABecLaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a11449a0005b64c5f3738ce60b2b1d471',1,'amrex::MLALaplacianT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a934552e4d4831940545037de23c96f32',1,'amrex::MLCellABecLapT::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aab3277c61cfe30090e52994136049eae',1,'amrex::MLEBABecLap::getBCoeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af775f557e81f016fd82aac1740dab0ac',1,'amrex::MLPoissonT::getBCoeffs()']]], + ['getbcs_12564',['getBCs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#abbe594f5217319d2ca53015fbaaf73cb',1,'amrex::StateDescriptor']]], + ['getbctlptr_12565',['getBCTLPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a2cb90e49776ef856427d5cdde41e3296',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['getbdkey_12566',['getBDKey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa0cb5039380dc0545d40ac5ac6589943',1,'amrex::FabArrayBase']]], + ['getbiniterator_12567',['getBinIterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a484b45fe28140ce6f64c77687981ac81',1,'amrex::DenseBinIteratorFactory::getBinIterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afd23c4f2b4f25cec986300221b0f03d3',1,'amrex::SparseBinIteratorFactory::getBinIterator()']]], + ['getbiniteratorfactory_12568',['getBinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'amrex::DenseBins::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< ParticleType >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a8c1a462b3aaa2193672c14d26a56601a',1,'DenseBins< typename amrex::ParticleTileData >::getBinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a475590b909390bc33d62c299008f46b0',1,'amrex::SparseBins::getBinIteratorFactory()']]], + ['getbitid_12569',['getBitid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab2b0ffb1afb4defa3f98055abdf26a1d',1,'amrex::btUnit']]], + ['getbits_12570',['getBits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'IndexTypeND< AMREX_SPACEDIM >::getBits()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'amrex::IndexTypeND::getBits() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a38abdcb623cf62bdc76091173c1b1528',1,'amrex::IndexTypeND::getBits() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aa534fd4dac66c4adbf8af05641be2844',1,'IndexTypeND< AMREX_SPACEDIM >::getBits()']]], + ['getblocks_12571',['getBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a1c4d1455e703ecd30a9fa2317ad46864',1,'amrex::FabArrayBase::ParForInfo']]], + ['getbndryarea_12572',['getBndryArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8f2facb9d8f388bd34a905d3249dec3f',1,'amrex::EBDataCollection::getBndryArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac2b28ee4bd2e645e9c75c9a5d6be496e',1,'amrex::EBFArrayBoxFactory::getBndryArea()']]], + ['getbndryareadata_12573',['getBndryAreaData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac2c6512ca162a98047caf8c8ae94dc01',1,'amrex::EBFArrayBox']]], + ['getbndrycells_12574',['GetBndryCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a719e505b04b336141e1a9a6ab52ecbcd',1,'amrex']]], + ['getbndrycent_12575',['getBndryCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a79f870b65936034e5471d628fbd6d9fb',1,'amrex::EBDataCollection::getBndryCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a2f8879982903951bbf21cb66f8cf9ae0',1,'amrex::EBFArrayBoxFactory::getBndryCent()']]], + ['getbndrycentdata_12576',['getBndryCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac9f449fc08c6c03d216d17902831554f',1,'amrex::EBFArrayBox']]], + ['getbndrynormal_12577',['getBndryNormal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad138261bbea936bf83d44dcca15df02c',1,'amrex::EBDataCollection::getBndryNormal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#aab15dca606815013dc094f5a3b0588bc',1,'amrex::EBFArrayBoxFactory::getBndryNormal()']]], + ['getbndrynormaldata_12578',['getBndryNormalData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a558b8878291849a622333ca591a33f3c',1,'amrex::EBFArrayBox']]], + ['getbottomtoleranceabs_12579',['getBottomToleranceAbs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a903f258c1b87542f0b214e3d90e220af',1,'amrex::MLMGT']]], + ['getboundaryboxes_12580',['getBoundaryBoxes',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html#afbc4fb91adabe79223cea83ef23e4020',1,'detail']]], + ['getboxes_12581',['getBoxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afbef7a6e6ec6924b7ea37855908c0524',1,'amrex::FabArrayBase::ParForInfo']]], + ['getboxtype_12582',['getBoxType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afe2e9993f74d508cf7aeb7150b610fd5',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn run_on) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a510e90f5d3a5db5b5614d225a372529c',1,'amrex::EB2::GeometryShop::getBoxType(const Box &bx, const Geometry &geom, RunOn) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a6f8e64bd2b4c7935903ce0d5daa44f70',1,'amrex::STLtools::getBoxType()']]], + ['getboxtype_5fcpu_12583',['getBoxType_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afd124435b24af7471483736f6607a11b',1,'amrex::EB2::GeometryShop']]], + ['getbscalar_12584',['getBScalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1482d8037c4d35848bf7225432c1a885',1,'amrex::MLABecLaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac68818ce99ad5dbd8a1485e419e0f68c',1,'amrex::MLALaplacianT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a877572517fc472cd65fc3597abc59dea',1,'amrex::MLCellABecLapT::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1e93da5c824080ceeac9af1722cdf623',1,'amrex::MLEBABecLap::getBScalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ac2c255d7ebd13f20faf6f069ec48389b',1,'amrex::MLPoissonT::getBScalar()']]], + ['getbucket_12585',['GetBucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#abcbeeafe88c66d539a5264e67ff6679d',1,'amrex::GetBucket']]], + ['getbucketfunctor_12586',['getBucketFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#acbab95785a1dc1149ece86210d59e858',1,'amrex::ParticleBufferMap']]], + ['getcell_12587',['getCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59e63c9be1ed732c3d40ade52d151335',1,'amrex']]], + ['getcellcenteredbox_12588',['getCellCenteredBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a8366f694b15adc33374df70cdd56d0b5',1,'amrex::BoxArray']]], + ['getcellloc_12589',['GetCellLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a1e5bb6708a24e6df5c5d73422b637620',1,'amrex::CoordSys']]], + ['getcellvolcoord_12590',['GetCellVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a635fa3a22b91c84b298c72e42f9c18d9',1,'amrex::CoordSys']]], + ['getcentroid_12591',['getCentroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a1607508139d564d5f6293d6c68f4a953',1,'amrex::EBDataCollection::getCentroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a79839e57245a8a258476cb2c01126e58',1,'amrex::EBFArrayBoxFactory::getCentroid()']]], + ['getcentroiddata_12592',['getCentroidData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a85bc6b6f08478b3041144fe1b7555971',1,'amrex::EBFArrayBox']]], + ['getcheckfilepositions_12593',['GetCheckFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a67cbe97a6341b35ab4036a8b0ca59f3c',1,'amrex::VisMF']]], + ['getclassname_12594',['getClassName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d03e4cd237ad307255e8959098eef66',1,'amrex::FArrayBox::getClassName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6f7c8097795d9d1c63359cba22b9e798',1,'amrex::IArrayBox::getClassName()']]], + ['getcommtagsbox_12595',['GetCommTagsBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ac1810a3351cc7c3242d98c7ddf7f5837',1,'amrex::NeighborParticleContainer']]], + ['getconstparticletiledata_12596',['getConstParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7e6f09a853acf5ffd1d4d365ebd60d35',1,'amrex::ParticleTile']]], + ['getcounts_12597',['GetCounts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a3800fa953652a3c7cd933e9c57ffcbf1',1,'amrex::NeighborList::GetCounts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a83ce58d8b5bf7e5c71eb6be826f62b37',1,'amrex::NeighborList::GetCounts() const']]], + ['getcpc_12598',['getCPC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aaeb133e861baa561ecdcb23aa91ea48a',1,'amrex::FabArrayBase']]], + ['getcpversion_12599',['GetCPVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6b95f5cdfd2548a030caf55a28f66a44',1,'CommProfStats']]], + ['getcrsedata_12600',['getCrseData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#af3c9944a1620773f35a68caa68d22121',1,'amrex::EBFluxRegister::getCrseData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ac9027c1a21fd7ec198393939ff2d4be2',1,'amrex::YAFluxRegisterT::getCrseData()']]], + ['getcrseflag_12601',['getCrseFlag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#a81c2340e9470f6d2f4c8658f9e929f78',1,'amrex::EBFluxRegister']]], + ['getcssize_12602',['GetCSSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0eb157fb50325c32f5c9781851363302',1,'CommProfStats']]], + ['getcsversion_12603',['GetCSVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a6e433600561aaaae660fa520d5bbd109',1,'RegionsProfStats']]], + ['getcutcellmask_12604',['getCutCellMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cac1024f42f36d74533776ad058b392',1,'amrex::EBDataCollection::getCutCellMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5691e8d50f28f584e9d3b3c47cacd3d4',1,'amrex::EBFArrayBoxFactory::getCutCellMask()']]], + ['getdata_12605',['getData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79c82337179f95a7d38ae57b4535e91a',1,'amrex::StateData']]], + ['getdatadescriptor_12606',['getDataDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aa4e648cc663a2a1cdf7aa465caf19579',1,'amrex::FArrayBox::getDataDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a3868fb3093c1460b818c0a41c9b20f4a',1,'amrex::IArrayBox::getDataDescriptor()']]], + ['getdefaultagglomerationgridsize_12607',['getDefaultAgglomerationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac63fdecd955455e1608496793c45e578',1,'amrex::LPInfo']]], + ['getdefaultbottomsolver_12608',['getDefaultBottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'amrex::MLLinOpT::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a5e588d148e2672c3e82c8f40d5826671',1,'MLLinOpT< Array< MultiFab, 3 > >::getDefaultBottomSolver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ab3de2ad805881979397a0c5b7dfc7175',1,'amrex::MLNodeLaplacian::getDefaultBottomSolver()']]], + ['getdefaultconsolidationgridsize_12609',['getDefaultConsolidationGridSize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#aa03ac62b9591746b85f0591485a25335',1,'amrex::LPInfo']]], + ['getdefaultgeometry_12610',['getDefaultGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a58a5a186a18bfb36f2631db4a1c2a665',1,'amrex::AMReX']]], + ['getdirichletinfo_12611',['getDirichletInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a3c262e8635218f88ca186c613bdc9c9c',1,'amrex::MLCurlCurl']]], + ['getdloga_12612',['GetDLogA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#add482d37cf7569590ad9052ef0c9d5be',1,'amrex::CoordSys::GetDLogA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a877e863e6797d128bdb0603313a54431',1,'amrex::Geometry::GetDLogA()']]], + ['getdoihi_12613',['getDoiHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6884438231c020a69d778c573c16b9e7',1,'amrex::BoxArray']]], + ['getdoilo_12614',['getDoiLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a505e85adf7cf632051028a779afb02d9',1,'amrex::BoxArray']]], + ['getdomain_12615',['getDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aac632701a65ebb8b2d429ee83da1e34e',1,'amrex::BndryDataT::getDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ae6c8e83a79b4df57c9dccb1f5062204a',1,'amrex::StateData::getDomain()']]], + ['getdotmask_12616',['getDotMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a9811ec018bd16f4e6d09709a539c576c',1,'amrex::MLCurlCurl']]], + ['getdynamic_12617',['GetDynamic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a17a5f370eb055df9d62919d0bbf34f66',1,'amrex::NFilesIter']]], + ['getebcellflagfab_12618',['getEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a3bfe1c0cd2c7c8632d1f0ee21b2ec',1,'amrex::getEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a165e4657241e0de7cb54f2d4e44a46b5',1,'amrex::EBFArrayBox::getEBCellFlagFab()']]], + ['getebfluxes_12619',['getEBFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a5bc7b648df895d5ff5402e2ddcf9605c',1,'amrex::MLEBABecLap']]], + ['getebindexspace_12620',['getEBIndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a472fdfab42254b79cfc0680c1d55627c',1,'amrex::EBFArrayBoxFactory::getEBIndexSpace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1c5bf0b16ab52e799b8830fd149c0f62',1,'amrex::EB2::Level::getEBIndexSpace()']]], + ['geteblevel_12621',['getEBLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a706b6b91efaa582b01395c767d7e791c',1,'amrex::EBFArrayBoxFactory']]], + ['getedgeboxarray_12622',['getEdgeBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ad3cf13198c2fc19f4d692b5282b1ddc5',1,'amrex::AmrLevel']]], + ['getedgecent_12623',['getEdgeCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a51e76d30e601ff58904513973f2ef3f5',1,'amrex::EBFArrayBoxFactory::getEdgeCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ae1609fd745b2bfb480969127a18318b2',1,'amrex::EBDataCollection::getEdgeCent()']]], + ['getedgecentdata_12624',['getEdgeCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ac3a077f49922cc230006f9cec5e9883d',1,'amrex::EBFArrayBox']]], + ['getedgeloc_12625',['GetEdgeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aea1434ade6324f26e8535f495ad65bdf',1,'amrex::CoordSys']]], + ['getedgevolcoord_12626',['GetEdgeVolCoord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a021239e50efa6a5a02ac8a3b5e45c3',1,'amrex::CoordSys']]], + ['getenforcesingularsolvable_12627',['getEnforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'amrex::MLLinOpT::getEnforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#af823f5b435d2f329595b333c82080e35',1,'MLLinOpT< Array< MultiFab, 3 > >::getEnforceSingularSolvable()']]], + ['getentries_12628',['getEntries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#add7b8b32755bc2ffd24623957b797d23',1,'amrex::ParmParse']]], + ['getenum_12629',['getEnum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7d635bdb718c30952079c43671149a5d',1,'amrex']]], + ['getenumcaseinsensitive_12630',['getEnumCaseInsensitive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab3ae8b43aca87a0f9b7c66250c04a316',1,'amrex']]], + ['getenumclassname_12631',['getEnumClassName',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a045ff5fa344cfaa38699087003062fcb',1,'amrex']]], + ['getenumnamestring_12632',['getEnumNameString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2690baa171c059a8cb8e7131989be2e6',1,'amrex']]], + ['getenumnamestrings_12633',['getEnumNameStrings',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e74312d8181efb0840367305cdbaa84',1,'amrex']]], + ['getenumnamevaluepairs_12634',['getEnumNameValuePairs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af25f8a486aa78651b7556c266543bc1b',1,'amrex']]], + ['getfab_12635',['GetFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6849db338a0e6174a0b39b5e483b74b9',1,'amrex::VisMF']]], + ['getfabio_12636',['getFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a67fb916342e7c929641dbde731b8aa1b',1,'amrex::FArrayBox::getFABio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aceb0eff246538d984578232e27f82045',1,'amrex::IArrayBox::getFABio()']]], + ['getfacearea_12637',['GetFaceArea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#af912928529cb7ca74eae3d2a812c9c0c',1,'amrex::CoordSys::GetFaceArea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a5959b22b9bfa06ce43a7357c18b0124e',1,'amrex::Geometry::GetFaceArea(MultiFab &area, const BoxArray &grds, const DistributionMapping &dm, int dir, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aa546dc5e4e7fd70bc151955e2984b0ed',1,'amrex::Geometry::GetFaceArea(MultiFab &area, int dir) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8e4aa2c2e88a46cb31b1ce0f9590c350',1,'amrex::Geometry::GetFaceArea(FArrayBox &area, const BoxArray &grds, int idx, int dir, int grow) const']]], + ['getfacecent_12638',['getFaceCent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ad0ed659e56764e900bd11fa12ec33eeb',1,'amrex::EBDataCollection::getFaceCent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a08787037eac1cfa94bc3c220dbcff764',1,'amrex::EBFArrayBoxFactory::getFaceCent()']]], + ['getfacecentdata_12639',['getFaceCentData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#afd43559f014a6db15c12483770f81ebc',1,'amrex::EBFArrayBox']]], + ['getfacetype_12640',['getFaceType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af9797a5116b69e9eb6668727518fd88f',1,'amrex::EB2::GFab::getFaceType() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#afe9842c5d2fff8d3701db43a0a8762ab',1,'amrex::EB2::GFab::getFaceType()']]], + ['getfb_12641',['getFB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af08e453541172e394dd9c710f5fc132f',1,'amrex::FabArrayBase']]], + ['getfilename_12642',['GetFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aae6972ddc9fa4b14594680e841fcf19e',1,'amrex::AmrData::GetFileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1b9e7f339c8c6accfea0ae44925bd623',1,'amrex::DataServices::GetFileName()']]], + ['getfiletype_12643',['GetFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a567e2aa9690d270dbf95dfda84f909f6',1,'amrex::AmrData::GetFileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a05851a0d04e99fa67cb2ff71d1fbf9b9',1,'amrex::DataServices::GetFileType()']]], + ['getfiltertimeranges_12644',['GetFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ab39f9a76dccad3eb8c8f952ccf3437fc',1,'BLProfStats']]], + ['getfinalresidual_12645',['getFinalResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2182dcd20e03f121861e68056f9e4022',1,'amrex::MLMGT']]], + ['getfinalresidualnorm_12646',['getFinalResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa522c8c20c2af637e3a539ba0a879ff7',1,'amrex::HypreIJIface::getFinalResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#abfa09a2551f499b29aebcba3a9715268',1,'amrex::HypreSolver::getFinalResidualNorm()']]], + ['getfinedata_12647',['getFineData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a00e42aad2911705689a1abd3857146bb',1,'amrex::YAFluxRegisterT']]], + ['getfinestlevel_12648',['GetFinestLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a86c68e46ff05aaeb946b326ac767025c',1,'CommProfStats']]], + ['getfluxes_12649',['getFluxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8bc15ad867108c7cf4002f71b7696126',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aac5654b0e7eab6ce359301600c1f6c7e',1,'amrex::MLMGT::getFluxes(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5b5de3748ba2426c88f636fff2cd03a2',1,'amrex::MLMGT::getFluxes(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1cbdf2732ca933bb86971cfcc8afde7c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac2c1ddd3a1e83b1574a4336c89b3eff1',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aad3f73457b5e489d333b8c5506ae629c',1,'amrex::MLMGT::getFluxes(const Vector< AMF * > &a_flux, const Vector< AMF * > &a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afbd2eac545d410ca5268cdbbad6332aa',1,'amrex::MLMGT::getFluxes(std::initializer_list< AMF * > a_flux, std::initializer_list< AMF * > a_sol, Location a_loc=Location::CellCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a41218de46f27ecce58fb0a60bf925936',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< Array< MultiFab *, AMREX_SPACEDIM > > &, const Vector< MultiFab * > &, Location) const final'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad4e503d0e8fdafa03b110427b5e31a21',1,'amrex::MLNodeLaplacian::getFluxes(const Vector< MultiFab * > &a_flux, const Vector< MultiFab * > &a_sol) const final'],['../classHydro_1_1MacProjector.html#a5af2a8c4c1da1def1a08e66393f8d741',1,'Hydro::MacProjector::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a47c09599ba7bee546dfb637ac8962fa0',1,'amrex::MLCellABecLapT::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'amrex::MLLinOpT::getFluxes(const Vector< Array< MF *, AMREX_SPACEDIM > > &, const Vector< MF * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'amrex::MLLinOpT::getFluxes(const Vector< MF * > &, const Vector< MF * > &) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2ae10763b783ce6190c161927125dd63',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< Array< MultiFab, 3 > *, AMREX_SPACEDIM > > &, const Vector< Array< MultiFab, 3 > * > &, Location) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4fc56d4aef22e014e4743cc6745f92e9',1,'MLLinOpT< Array< MultiFab, 3 > >::getFluxes(const Vector< Array< MultiFab, 3 > * > &, const Vector< Array< MultiFab, 3 > * > &) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ae9426156a59e3e4fa7f4024eedfb3c22',1,'amrex::MLMGT::getFluxes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ad86670e0d6ce7f6cdc72e456fad67faf',1,'amrex::MLCellABecLapT::getFluxes()']]], + ['getformat_12650',['getFormat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aba9fe48668a79af0c5805d77472c467d',1,'amrex::FArrayBox']]], + ['getfpexcept_12651',['getFPExcept',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae23d62d1c91ace8d10a35f15db80e780',1,'amrex']]], + ['getfpinfo_12652',['getFPinfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad5c0afcb0f98eda5ed211fa3e232d6ad',1,'amrex::FillPatcher']]], + ['getgeom_12653',['getGeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a7ae9f7791272299abb7f27b53208288a',1,'amrex::BndryDataT']]], + ['getgeometry_12654',['getGeometry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#afa9591f706505991554b147f3d2a137b',1,'amrex::EB2::IndexSpaceSTL::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac216284322537eefb6a3817e784a716d',1,'amrex::EB2::IndexSpaceImp::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#afb59a8649d374054b28322ebd3674428',1,'amrex::EB2::IndexSpaceChkptFile::getGeometry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a683092cb9c842fb986c79f0aedcd05bb',1,'amrex::EB2::IndexSpace::getGeometry()']]], + ['getgmres_12655',['getGMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a501781e1e1e7c61244eed962066f1419',1,'amrex::GMRESMLMGT']]], + ['getgradphi_12656',['getGradPhi',['../classHydro_1_1NodalProjector.html#af3361a156b0aa6ac7c3f84403eb5e016',1,'Hydro::NodalProjector']]], + ['getgradphiconst_12657',['getGradPhiConst',['../classHydro_1_1NodalProjector.html#ad6484c98f8ebd60a65b9d680cf28b5a6',1,'Hydro::NodalProjector']]], + ['getgradsolution_12658',['getGradSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0c8c8fa9cab0b1b68c896ae1de53f5dd',1,'amrex::MLMGT::getGradSolution(std::initializer_list< Array< AMF *, AMREX_SPACEDIM >> a_grad_sol, Location a_loc=Location::FaceCenter)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9184fd07b228cf04426d35dc27563711',1,'amrex::MLMGT::getGradSolution(const Vector< Array< AMF *, AMREX_SPACEDIM > > &a_grad_sol, Location a_loc=Location::FaceCenter)']]], + ['getgraph_12659',['getGraph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a81534f2a63d7da91a51a37186885b802',1,'amrex::EB2::GFab::getGraph()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a2896574b578bc56288ba3e848c877bd8',1,'amrex::EB2::GFab::getGraph() const']]], + ['getgridassignor_12660',['getGridAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#ac1dbedf587229a97793b03cffa340c5d',1,'amrex::ParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'amrex::AmrParticleLocator::getGridAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#abd5f11521215d7eb8477770dbff30816',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::getGridAssignor()']]], + ['getgrids_12661',['GetGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2fb7ab2d7a3b0eab52eab3edff96621d',1,'amrex::AmrData::GetGrids(int level, int componentIndex, const Box &onBox)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a780cda5b717c23ce62c232042dc686f8',1,'amrex::AmrData::GetGrids(int level, int componentIndex)']]], + ['getgroupsets_12662',['GetGroupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8645f0e85a9ccda7b565b6fbabb5bac3',1,'amrex::VisMF']]], + ['getgrowthfactor_12663',['GetGrowthFactor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a8ef1324687971e98cff6d9df253b95fa',1,'amrex::VectorGrowthStrategy']]], + ['gethashmap_12664',['getHashMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a64bcc84783a1477aa898e6f8f6d55ae7',1,'amrex::BoxArray']]], + ['getheaderfilenames_12665',['GetHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9186078d1f971d7a0c3574f4549e9a02',1,'RegionsProfStats::GetHeaderFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0cab8d7c366a08ed7c4ea33d10be5607',1,'CommProfStats::GetHeaderFileNames()']]], + ['getheaderversion_12666',['GetHeaderVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a5be9ce5dc3ed0083f7959e63528de583',1,'amrex::VisMF']]], + ['getidcpudata_12667',['GetIdCPUData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaf532986a54772ea640a2ab38b7cff9e',1,'amrex::StructOfArrays::GetIdCPUData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0dcfe0eee137e2a2d22126d2fbda1fcd',1,'amrex::StructOfArrays::GetIdCPUData()']]], + ['getimpfunc_12668',['GetImpFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a99ffab25b96dcb5b2c642e65115d0d45',1,'amrex::EB2::GeometryShop::GetImpFunc() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a1ae5ec19a6ac23d6aee924e0e628a5eb',1,'amrex::EB2::GeometryShop::GetImpFunc() &&']]], + ['getindex_12669',['GetIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a51ba1d33196fe07ad0508207f2762b83',1,'amrex::InSituUtils::StateMap']]], + ['getindex_12670',['getIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a93af3648c6f8c165830a2b57dcdc26f2',1,'amrex::btUnit::getIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#aeb4fc11d76183b0156cbeb8d8c0862af',1,'amrex::SparseBinIteratorFactory::getIndex()']]], + ['getindexarray_12671',['getIndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa680d94d22fd2dc0e9e6ab1c224113ff',1,'amrex::DistributionMapping']]], + ['getindexbounds_12672',['getIndexBounds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afef3b25157fbdc62f7f3f14b0cedee71',1,'amrex::getIndexBounds(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fd674c3b4d99ec26b625209c2b7b99c',1,'amrex::getIndexBounds(T const &b1, T const &b2, Ts const &... b3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb7eef95a05f949c396a58c2fb79b930',1,'amrex::getIndexBounds(BoxND< dim > const &b1) noexcept']]], + ['getinfo_12673',['GetInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aa75f7cba80e6886ecd8621d8a54ca073',1,'amrex::AMRErrorTag::GetInfo() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a4435702fd8508a1d1e8c7e58bd8508bb',1,'amrex::AMRErrorTag::GetInfo() const noexcept']]], + ['getinitialba_12674',['getInitialBA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1cb4fa8c70133837b3b6940290732c30',1,'amrex::Amr']]], + ['getinitresidual_12675',['getInitResidual',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a612f7c8a01b41fa882b5fb1f579c4a6c',1,'amrex::MLMGT']]], + ['getinitrhs_12676',['getInitRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adcbc9d3987820fcf8769b0aa62eb96b7',1,'amrex::MLMGT']]], + ['getinitsolnzeroed_12677',['getInitSolnZeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a23f16c68e149d98856eca9cd3bda6c40',1,'amrex::MLCGSolverT']]], + ['getinstance_12678',['getInstance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a4de3370fe39ada9432b7c7736f00fd90',1,'amrex::MemProfiler']]], + ['getintdata_12679',['GetIntData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a296f7ff58cbcaa84b993ba66b8374e07',1,'amrex::StructOfArrays::GetIntData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a2086bc5faf11d372ebcbe728e46c19d9',1,'amrex::StructOfArrays::GetIntData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ab48f25cece8baf87dfe542bbdb53cf13',1,'amrex::StructOfArrays::GetIntData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a172af3e9e6cc7eeee5093772634020dd',1,'amrex::StructOfArrays::GetIntData(const int index) const']]], + ['getintercept_12680',['getIntercept',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ae9474b98c5ee963422d44bfbefa0864f',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn run_on, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a43abec2c9a7a8d648c282bcbb5ad27e0',1,'amrex::EB2::GeometryShop::getIntercept(Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn, Box const &bounding_box) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#addae911a258f776f2bf862da19290953',1,'amrex::STLtools::getIntercept()']]], + ['getintercept_5fcpu_12681',['getIntercept_Cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad5e06559c1b3fdb35f13e48408eaedd3',1,'amrex::EB2::GeometryShop']]], + ['getintersecthix_12682',['getIntersectHiX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#adf62b6ed57f2b6300c88006b075613cc',1,'amrex::Amr']]], + ['getintersecthiy_12683',['getIntersectHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a019a2bcc15ee8ff3f96613ca88b09228',1,'amrex::Amr']]], + ['getintersecthiz_12684',['getIntersectHiZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d73495d2d5390c4324c48b943e2893c',1,'amrex::Amr']]], + ['getintersectlox_12685',['getIntersectLoX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aebb7e0750e8e5f5a9ae59c4b048e0974',1,'amrex::Amr']]], + ['getintersectloy_12686',['getIntersectLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a35cf977f63121c5cca4bd94237b33a18',1,'amrex::Amr']]], + ['getintersectloz_12687',['getIntersectLoZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5b3ad9bd9642884b6f9bbc2912ac6319',1,'amrex::Amr']]], + ['getiobuffersize_12688',['GetIOBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a18fe5085940077f84917d957455078ab',1,'amrex::VisMFBuffer']]], + ['getkth_12689',['getkth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2dc42d1cc9657c5dfa235e485944390c',1,'amrex::ParmParse::getkth(const char *name, int k, long long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a757bd795e26efa90e0001e42d3720538',1,'amrex::ParmParse::getkth(const char *name, int k, bool &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abf1dd9e920a2496279d5d4d0c5ce90d5',1,'amrex::ParmParse::getkth(const char *name, int k, double &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a880e5679710b84f6773ef402d357a0f4',1,'amrex::ParmParse::getkth(const char *name, int k, std::string &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a642956703fef48b48a1e23f7429b3a64',1,'amrex::ParmParse::getkth(const char *name, int k, IntVect &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a41c797456b4d13b1783474e26202ecf4',1,'amrex::ParmParse::getkth(const char *name, int k, Box &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a121a56d0a3d64fe23a990ed9e09bb490',1,'amrex::ParmParse::getkth(const char *name, int k, int &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac31c5d065e80c23103cb04b1592c7b7d',1,'amrex::ParmParse::getkth(const char *name, int k, long &ref, int ival=FIRST) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a987610163c3981e856ddd928180851d4',1,'amrex::ParmParse::getkth(const char *name, int k, float &ref, int ival=FIRST) const']]], + ['getktharr_12690',['getktharr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a897613a49a650ce10780c02157b056fd',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< int > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ada3137eb2cf941b65a7e7ec75127fb4b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a3a8a963df03fadd42bb22a0d3dcf4d86',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< long long > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a98496ea33eae3e43168da0c5d530f9d0',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< float > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ad295e0055ca48f33fd46c918f7f65807',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< double > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a51fbaa30ce635b4022c14f8479adb59b',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< std::string > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a2bfcc04882e77f0ab692e6cc1b3ee471',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< Box > &ref, int start_ix=FIRST, int num_val=ALL) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a43d727ee62e630148cd9ad44c76ee198',1,'amrex::ParmParse::getktharr(const char *name, int k, std::vector< IntVect > &ref, int start_ix=FIRST, int num_val=ALL) const']]], + ['getlevel_12691',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'amrex::ParIterBase_impl::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()']]], + ['getlevel_12692',['getLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5db40812e41cec37353e6308befc77da',1,'amrex::Amr::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a71aa6d39a145bc12424b2fc6c9a7e015',1,'amrex::EB2::IndexSpace::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ac851ed9fe4d83eccab062b387e301447',1,'amrex::EB2::IndexSpaceChkptFile::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a1eeaab4266c11166a3072eea2f888f52',1,'amrex::EB2::IndexSpaceImp::getLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a4106393335714ad0351ccf212d479cdf',1,'amrex::EB2::IndexSpaceSTL::getLevel()']]], + ['getlevel_12693',['GetLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a73c572b51cfc05238746fdac17e7b8c2',1,'amrex::AmrMesh::GetLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#afadb79a7a8d207c7218311f08c07e16e',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevel()']]], + ['getleveldirectoriescreated_12694',['GetLevelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'amrex::ParticleContainer_impl::GetLevelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0bb96928ae0b6b67cdfe378c09ca9028',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetLevelDirectoriesCreated()']]], + ['getlevelset_12695',['getLevelSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ac0e07bec527da60ada6a31e3f6154fce',1,'amrex::EB2::GFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a778401df04db53fd5851aab6bcf1f76b',1,'amrex::EBDataCollection::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9cd06cc502ad4b697b90fa36e7f55a2d',1,'amrex::EBFArrayBoxFactory::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aecb6512d999fbe92fe04a2982ef86b8a',1,'amrex::EB2::GFab::getLevelSet()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a5fdd2f891dda34c9d25aff6bb4dacb03',1,'amrex::EB2::MultiGFab::getLevelSet()']]], + ['getlevelsetdata_12696',['getLevelSetData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#af20bd253ed486ac97c8345b9623f7b33',1,'amrex::EBFArrayBox']]], + ['getlinop_12697',['getLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af5f7553981d365fe77fb8426182f8179',1,'amrex::MLMGT::getLinOp()'],['../classHydro_1_1MacProjector.html#a42c8aa2abe57b3e125b879da367eafa4',1,'Hydro::MacProjector::getLinOp()'],['../classHydro_1_1NodalProjector.html#ad5928e251dfec8718bf03192b2d6ca91',1,'Hydro::NodalProjector::getLinOp()']]], + ['getlist_12698',['GetList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1b4e1d14583d70909c2bdbadae55bcae',1,'amrex::NeighborList::GetList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a427dc6963a91be3d92800a3f8f117d12',1,'amrex::NeighborList::GetList() const']]], + ['getmaxfnumber_12699',['GetMaxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a986254c189eb57fb9ec6f743af4aae0b',1,'RegionsProfStats']]], + ['getmaxiter_12700',['getMaxIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a957b574059224be85b8085912c5b7aab',1,'amrex::MLCGSolverT']]], + ['getmaxlevel_12701',['GetMaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a93575bb6c72c2cb7dc80a40c6efed1a3',1,'CommProfStats']]], + ['getmaxnextidprepost_12702',['GetMaxNextIDPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'amrex::ParticleContainer_impl::GetMaxNextIDPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32654ffc430315cf14b8f4cb3e0551d7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetMaxNextIDPrePost()']]], + ['getmaxorder_12703',['getMaxOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'amrex::MLLinOpT::getMaxOrder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4e2a07d995c0fc8d2dfe5be544501eea',1,'MLLinOpT< Array< MultiFab, 3 > >::getMaxOrder()']]], + ['getmaxrnumber_12704',['GetMaxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0b18f28f55ad9d1657e06ca872e2f85e',1,'BLProfStats']]], + ['getmesh_12705',['GetMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aca67fe21003c9ad15bfb10c6413c77e7',1,'amrex::AmrMeshDataAdaptor::GetMesh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a001bb962fd2d5b3a0c63efdfc0283b26',1,'amrex::AmrDataAdaptor::GetMesh(const std::string &meshName, bool structureOnly, svtkDataObject *&mesh) override']]], + ['getmeshhasghostcells_12706',['GetMeshHasGhostCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4817b06fbf2b759ed29cb65e6b8944a9',1,'amrex::AmrDataAdaptor::GetMeshHasGhostCells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a141e4587c3c274deb75f5d04ae75f4d3',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostCells()']]], + ['getmeshhasghostnodes_12707',['GetMeshHasGhostNodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a22ca8c6c58732a0c1e7006027bb85848',1,'amrex::AmrDataAdaptor::GetMeshHasGhostNodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#af416516fa4c19ec1181034effe6bb4c6',1,'amrex::AmrMeshDataAdaptor::GetMeshHasGhostNodes()']]], + ['getmeshname_12708',['GetMeshName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a56b023f943976c8cbc6868bc307d0e22',1,'amrex::AmrDataAdaptor::GetMeshName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#aed8264f802b43842e82fbe41a3ecb283',1,'amrex::AmrMeshDataAdaptor::GetMeshName()']]], + ['getmffileinstreams_12709',['GetMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a738d789073dd1072ac3a0c640429574c',1,'amrex::VisMF']]], + ['getmfptr_12710',['getMFptr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a4172d595489bd5fa99ef9670886cff36',1,'amrex::sundials']]], + ['getmindigits_12711',['GetMinDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3d957684f758d55f7060078a5f49b08f',1,'amrex::NFilesIter']]], + ['getmlmg_12712',['getMLMG',['../classHydro_1_1NodalProjector.html#a51aa99d9c270fa9daa5af5f471d47997',1,'Hydro::NodalProjector::getMLMG()'],['../classHydro_1_1MacProjector.html#a6f96afe62390bf84e4f3023dfc43aa21',1,'Hydro::MacProjector::getMLMG()']]], + ['getmultiebcellflagfab_12713',['getMultiEBCellFlagFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#acce2adceaba115a5c56167ec8cf3eb79',1,'amrex::EBDataCollection::getMultiEBCellFlagFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9d7547c89b9cee01aec4519d7729aa11',1,'amrex::EBFArrayBoxFactory::getMultiEBCellFlagFab()']]], + ['getname_12714',['GetName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a270b8055caab171c50e38d12eb8003c2',1,'amrex::InSituUtils::StateMap']]], + ['getncomp_12715',['getNComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ae95246a8ce25a240837faf8c84f6c523',1,'amrex::MLTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'MLLinOpT< Array< MultiFab, 3 > >::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4f45234f33332dbaf9406e4daa01b475',1,'amrex::MLLinOpT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a88ced4b56c0bcae8b8d191ed461efb97',1,'amrex::MLEBTensorOp::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac8592f1eb3bbc7a07f14a286f4de37db',1,'amrex::MLEBABecLap::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aea18bbc9ee334ccc7fe5d22e7c693926',1,'amrex::MLALaplacianT::getNComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1b83dc2b560d4872a20e2a3dcbd9983a',1,'amrex::MLABecLaplacianT::getNComp()']]], + ['getneighborcommtags_12716',['GetNeighborCommTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a01f3711526aa5aff0183fc0eeee6a866',1,'amrex::NeighborParticleContainer']]], + ['getneighbors_12717',['GetNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0d80b42fa8c4fa92b49b26301ea8e205',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a662f2650bebba90cebfd2f314bce4585',1,'amrex::NeighborParticleContainer::GetNeighbors(int lev, int grid, int tile)']]], + ['getneighbors_12718',['getNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a5810ab8fb05e91430d6e3d6282d5335a',1,'amrex::NeighborData']]], + ['getneighbortags_12719',['getNeighborTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a98b93307f7df6a29e8e1b84bfdcda458',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, const IntVect &nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a991d920470b2aead6fd0f8f19a26b7c9',1,'amrex::NeighborParticleContainer::getNeighborTags(Vector< NeighborCopyTag > &tags, const ParticleType &p, int nGrow, const NeighborCopyTag &src_tag, const MyParIter &pti)']]], + ['getnewcapacityforpush_12720',['GetNewCapacityForPush',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::NeighborCode >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::openbc::MomTag >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::STLtools::Triangle >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::XDim3 >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const int *, DefaultAllocator< const int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< index_type >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int *, DefaultAllocator< int * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal * >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< std::size_t >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< unsigned int >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'PODVector< amrex::BoxND >::GetNewCapacityForPush()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a60bd0f3726b18f1015e6bebece37f679',1,'amrex::PODVector::GetNewCapacityForPush()']]], + ['getnghost_12721',['getNGhost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3180b6fc90c59d409dd729364cac7423',1,'amrex::MLCGSolverT']]], + ['getngrow_12722',['getNGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe8257f1157b08104c622bedb11b0d00',1,'amrex::MLLinOpT::getNGrow()']]], + ['getngrowvectrestriction_12723',['getNGrowVectRestriction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a808d167add048ec3c4c1d299468777b4',1,'amrex::MLCurlCurl::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'amrex::MLLinOpT::getNGrowVectRestriction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8f0f9865915b5d7c47bbff26bc46d442',1,'MLLinOpT< Array< MultiFab, 3 > >::getNGrowVectRestriction()']]], + ['getnodalboxarray_12724',['getNodalBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5f0a9f5d2c0e0733ad3cbbda47912480',1,'amrex::AmrLevel']]], + ['getnonzerobinsptr_12725',['getNonZeroBinsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a20ea0ea6dcb1b42a55b691060c1cffaa',1,'amrex::SparseBins::getNonZeroBinsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a54c4ce654739bc4d76a7e8c4859a7be6',1,'amrex::SparseBins::getNonZeroBinsPtr() const noexcept']]], + ['getnoutfiles_12726',['GetNOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a73b516dcb8729a411f75eaa5d7fc1b54',1,'amrex::VisMF::GetNOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c3532e024fa0366c5c680a93a42e459',1,'BLProfStats::GetNOutFiles()']]], + ['getnparticlesprepost_12727',['GetNParticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'amrex::ParticleContainer_impl::GetNParticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a74a0a296ae6ee82e07762e815425598c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetNParticlesPrePost()']]], + ['getnprocs_12728',['GetNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a494219dfcd91421ce123dd61aaf52f49',1,'BLProfStats']]], + ['getnumberofarrays_12729',['GetNumberOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#aeb19ff64f67ce3d581833588cd8a362b',1,'amrex::AmrDataAdaptor::GetNumberOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a81e26add150ac206d12a042169b1f993',1,'amrex::AmrMeshDataAdaptor::GetNumberOfArrays()']]], + ['getnumberofmeshes_12730',['GetNumberOfMeshes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a4b98d2d309d72218c0bc9f2d82781433',1,'amrex::AmrDataAdaptor::GetNumberOfMeshes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a799e8484ecd0ce48d5a84dd634b01ee1',1,'amrex::AmrMeshDataAdaptor::GetNumberOfMeshes()']]], + ['getnumberofusers_12731',['GetNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a57d2a67a23da81f0f8ba22bbfdc496b6',1,'amrex::DataServices']]], + ['getnumcgiters_12732',['getNumCGIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a99cb7db62a7f9ea8f30cd18904bdbfef',1,'amrex::MLMGT']]], + ['getnumcoveredcells_12733',['getNumCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#accfba3397c54fc70f5355fe72e53aef5',1,'amrex::EBCellFlagFab']]], + ['getnumcutcells_12734',['getNumCutCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#abfc0c19edd24b4583d39b256c3916364',1,'amrex::EBCellFlagFab']]], + ['getnumiters_12735',['getNumIters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a566d8e16eab81e003fdf43b18112836b',1,'amrex::MLCGSolverT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'amrex::GMRES::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a0e06adae47932cbfeb075dad9a3504b5',1,'GMRES< MF, GMRESMLMGT< MF > >::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a3584e996a150386dbf8ee7b731ee3ffa',1,'amrex::GMRESMLMGT::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a7a0cff28901a012c347fa1d4339ffd1f',1,'amrex::HypreIJIface::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a1825063c207895677c85f9dbf121a62e',1,'amrex::HypreSolver::getNumIters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a61fe6fb0ec89735cd73871cfb53a25b9',1,'amrex::MLMGT::getNumIters()']]], + ['getnumneighbors_12736',['getNumNeighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a0c9d45bcfbc55a087faa7c61ecd5c3c5',1,'amrex::StructOfArrays::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0af47b01f2f8e3b42701af71a08ed2be',1,'amrex::ParticleTile::getNumNeighbors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ad331838c0859743a9a968d2d321db717',1,'amrex::ArrayOfStructs::getNumNeighbors()']]], + ['getnumregularcells_12737',['getNumRegularCells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5543ed9a9e620af529ce92b82b6498f3',1,'amrex::EBCellFlagFab']]], + ['getnumvofs_12738',['getNumVoFs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a84a126f074a69bb0d306d0a44a775b23',1,'amrex::EBCellFlag']]], + ['getoffsets_12739',['GetOffsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a78237e02dfe0d7faa5de361bc9a17566',1,'amrex::NeighborList::GetOffsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a59a916fe644a969eeb0ca7bf5ed6cce8',1,'amrex::NeighborList::GetOffsets() const']]], + ['getordering_12740',['getOrdering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#aaa904e14fc1335783b62f47ad001348e',1,'amrex::FArrayBox']]], + ['getoversetmask_12741',['getOversetMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a8ab63e064604cb872297d224250c4921',1,'amrex::MLCellABecLapT']]], + ['getownership_12742',['getOwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8eb230cc640400a27702a048a611b0af',1,'amrex::DistributionMapping']]], + ['getpairindex_12743',['GetPairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'amrex::ParIterBase_impl::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a834ac60b04b724999383f3b28253b90c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetPairIndex()']]], + ['getparforinfo_12744',['getParForInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#addc7d9a3237b58405473e60db76f4157',1,'amrex::FabArrayBase']]], + ['getpargdb_12745',['GetParGDB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e42065282e0589082794401db6d2247',1,'amrex::ParticleContainerBase::GetParGDB() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adafb217d391165d8afaf21b38912e068',1,'amrex::ParticleContainerBase::GetParGDB()']]], + ['getparticlecell_12746',['getParticleCell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04427e35cff35a816668c7954717bac3',1,'amrex::getParticleCell(PTD const &ptd, int i, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7a7d55a9760a9b62a5675badced0e1',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi, const Box &domain) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26785ecc19207d71ef007f1cbeb3e6ec',1,'amrex::getParticleCell(P const &p, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &plo, amrex::GpuArray< amrex::Real, AMREX_SPACEDIM > const &dxi) noexcept']]], + ['getparticlegrid_12747',['getParticleGrid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7137fe4c56ae26940acfef9783458ec1',1,'amrex']]], + ['getparticles_12748',['GetParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'amrex::ParticleContainer_impl::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'amrex::ParticleContainer_impl::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'amrex::ParticleContainer_impl::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'amrex::ParticleContainer_impl::GetParticles(int lev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae97f414f3ff6d998228f84b9746d7851',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac638c1c7121c5cb0d55a20422abbd1db',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a579db85a7dd51edaeea5fc11888be874',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ac2109d506af4f75c548a7eb80ebe31af',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticles(int lev)']]], + ['getparticletile_12749',['GetParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'amrex::ParIterBase_impl::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac8030fe8f3e62e3da8671dde568acac4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetParticleTile()']]], + ['getparticletiledata_12750',['getParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a4f939dec8914785b6fbc7b02f5d0b202',1,'amrex::ParticleTile']]], + ['getphi_12751',['getPhi',['../classHydro_1_1NodalProjector.html#a0882ef5d09dc4bab7163a3cdbf688f62',1,'Hydro::NodalProjector']]], + ['getphiconst_12752',['getPhiConst',['../classHydro_1_1NodalProjector.html#ae3b328450fab7fc3828a1bb3a1e889fc',1,'Hydro::NodalProjector']]], + ['getpid_12753',['GetPID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#aa3aa125952410bb95dc36e7472a9c7bf',1,'amrex::GetPID']]], + ['getpidfunctor_12754',['getPIDFunctor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a30c143c9bfbc1260a3a2bab45e30465a',1,'amrex::ParticleBufferMap']]], + ['getpolarb_12755',['getPolarB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae6417c14fa4f3f5efacf7ea324a1a3d6',1,'amrex::FabArrayBase']]], + ['getprecision_12756',['getPrecision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35de13164243364f3ed296772f0b750a',1,'amrex::FArrayBox']]], + ['getprobdomain_12757',['GetProbDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a435b519763bcc16d9e49b73801870d27',1,'CommProfStats']]], + ['getproc_12758',['GetProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa3452f486c1df6148bd68efc80616c5f',1,'BLProfStats']]], + ['getrandstate_12759',['getRandState',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e167f3e07e0a0a021294e79676891db',1,'amrex']]], + ['getrange_12760',['getRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2f2f5266239ba77171d507d0e86f4ca3',1,'amrex::DeriveRec']]], + ['getrb180_12761',['getRB180',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a304ba0bf4637208cfdd1a94098c55637',1,'amrex::FabArrayBase']]], + ['getrb90_12762',['getRB90',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1fa0d3a08ed46a79dd0fae8c8f9603af',1,'amrex::FabArrayBase']]], + ['getrcvcountsmpi_12763',['getRcvCountsMPI',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a78a0bf763811ffa755a8a562f2cdede1',1,'amrex::NeighborParticleContainer']]], + ['getrealdata_12764',['GetRealData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a44390e5c68da1d50f5536428bf7da802',1,'amrex::StructOfArrays::GetRealData()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a86408aeae996a4c711dca10a4d7cbc4e',1,'amrex::StructOfArrays::GetRealData() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac2d7e9441c59e88b42978df7d9d1817c',1,'amrex::StructOfArrays::GetRealData(const int index)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac4a15a6ca35075933960a3c28f1d3581',1,'amrex::StructOfArrays::GetRealData(const int index) const']]], + ['getrefid_12765',['getRefID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c8df27bfc6981d3e50784b64026a249',1,'amrex::BoxArray::getRefID()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ac2246f88f7497945a0441732235d77b0',1,'amrex::DistributionMapping::getRefID()']]], + ['getrefratio_12766',['GetRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a771ce95fb2ff799f85eaaba8917b8256',1,'CommProfStats']]], + ['getregiontimeranges_12767',['GetRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae017d7bf6083e38e84a6a9b3fda09f94',1,'BLProfStats']]], + ['getresidualhistory_12768',['getResidualHistory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6083fa5fed480a49fde5c03c325f84ee',1,'amrex::MLMGT']]], + ['getresidualnorm_12769',['getResidualNorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'amrex::GMRES::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac75b9399941beef86512010face51879',1,'GMRES< MF, GMRESMLMGT< MF > >::getResidualNorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aca83734d854ed846c8c16e8cba18ab0a',1,'amrex::GMRESMLMGT::getResidualNorm()']]], + ['getsendbufferoffset_12770',['GetSendBufferOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#ae0bd21edb636525d7e8011db403b9fca',1,'amrex::GetSendBufferOffset']]], + ['getsetbuf_12771',['GetSetBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a260347a951d2b4a4669cb4dc79956450',1,'amrex::VisMF']]], + ['getshowbody_12772',['GetShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a97f5b63eea482f1fc8c4fab33c7afc4d',1,'amrex::AmrData']]], + ['getsolution_12773',['getSolution',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a9c196be0d95db3cee1025104e1a206da',1,'amrex::HypreABecLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a534455bdd69a5ca6f0967f34aeb10631',1,'amrex::HypreABecLap2::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a42b94b56191d33a7f5ba9e1f119ac6b6',1,'amrex::HypreABecLap3::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a58381f405245d3ca27aed91c4197bee6',1,'amrex::HypreNodeLap::getSolution()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a29c773ff5410f84e04566b1ed48c38bc',1,'amrex::PETScABecLap::getSolution()']]], + ['getsolvabilityoffset_12774',['getSolvabilityOffset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'amrex::MLLinOpT::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7cdf303d65cabf9d64d4279622ca4fad',1,'amrex::MLNodeLinOp::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a878678c69c571435a7bbdba048ab5d9f',1,'amrex::MLNodeLaplacian::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a94c2f24c3e40ca7b09e7757d94d009af',1,'MLLinOpT< Array< MultiFab, 3 > >::getSolvabilityOffset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a08e68e2870cd7367dd09d2ef777261b3',1,'amrex::MLCellLinOpT::getSolvabilityOffset()']]], + ['getsparsefpp_12775',['GetSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a201227cf338dfa1a032bc9018902204c',1,'amrex::NFilesIter']]], + ['getstatus_12776',['getStatus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'amrex::GMRES::getStatus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae3b04d357f2d34f4c13eae2f87a85e36',1,'GMRES< MF, GMRESMLMGT< MF > >::getStatus()']]], + ['getstructofarrays_12777',['GetStructOfArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'amrex::ParIterBase_impl::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af710895ae98e8f6a993c0fd79fceaddf',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9bc22bda551e1d2089c81b93c2b0d794',1,'amrex::ParticleTile::GetStructOfArrays()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a865f181bef3a750aaae3437c4e91dd33',1,'amrex::ParticleTile::GetStructOfArrays() const']]], + ['getsubtuple_12778',['GetSubTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a30bb4b7ea38ee03a56f7e33647b53846',1,'amrex::detail']]], + ['getsuperparticle_12779',['getSuperParticle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a26340692c39099549a1fbba08b666ced',1,'amrex::ParticleTileData::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::getSuperParticle(int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a13a4e750961bea9387e82b31eb85c071',1,'amrex::ConstParticleTileData::getSuperParticle()']]], + ['getsymmetryinfo_12780',['getSymmetryInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a32545ca23bf840257ec3ff0321f0cc28',1,'amrex::MLCurlCurl']]], + ['getthreadbox_12781',['getThreadBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae2cf1d72cec1f6929ea0405c70ce2f45',1,'amrex::Gpu']]], + ['gettilearray_12782',['getTileArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a47294c772e3bc6de1c901df4c2aa2b10',1,'amrex::FabArrayBase']]], + ['gettileindex_12783',['getTileIndex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aede00a5fe66df6418eb44590a33296a2',1,'amrex']]], + ['gettype_12784',['getType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac5eb703c82d394b6736620116b12206e',1,'amrex::StateDescriptor::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a3e62ab0dcf6c751e94e34f25bcc3c50b',1,'amrex::FArrayBox::getType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ad195d2769922a7376a690010b7cc569a',1,'amrex::EBCellFlagFab::getType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a5fbbd6cfac2268f9286c156e7ecd7ea6',1,'amrex::EBCellFlagFab::getType(const Box &bx) const noexcept']]], + ['getunitvec_12785',['getunitvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#ac4a987e664e5b08e291676b2ba5802c7',1,'amrex::tri_geom_ops']]], + ['getunusedinputs_12786',['getUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aa4c1dbee984103cd1102514d70c954a3',1,'amrex::ParmParse']]], + ['getusedynamicsetselection_12787',['GetUseDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a20746ef0d6ef7d8491c815e2a954d13c',1,'amrex::VisMF']]], + ['getusepersistentifstreams_12788',['GetUsePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a92c8f7a70093675fe29a9b3cfbe8e10f',1,'amrex::VisMF']]], + ['getuseprepost_12789',['GetUsePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'amrex::ParticleContainer_impl::GetUsePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a34e38da1037a8148ddca00deea8abafc',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUsePrePost()']]], + ['getusesingleread_12790',['GetUseSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca85185856423d34e7e15041139aee01',1,'amrex::VisMF']]], + ['getusesinglewrite_12791',['GetUseSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aead41678a66e4c5a4f315404d3ffed10',1,'amrex::VisMF']]], + ['getusesynchronousreads_12792',['GetUseSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7310b7f7d63449b1b38bcb8afdac7db8',1,'amrex::VisMF']]], + ['getuseunlink_12793',['GetUseUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'amrex::ParticleContainer_impl::GetUseUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aae309f81887fa1f35e89af02581df42a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::GetUseUnlink()']]], + ['getval_12794',['getVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< int >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< PetscInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< EBCellFlag >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< PetscInt >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< Real >::getVal(Real *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< HYPRE_Int >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< EBCellFlag >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< char >::getVal(char *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< char >::getVal(char *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< AtomicInt >::getVal(AtomicInt *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'amrex::BaseFab::getVal(T *data, const IntVect &pos, int N, int numcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af8f8e7b8b678678f74f235b0ebdeed9f',1,'BaseFab< HYPRE_Int >::getVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac195a2bbff03a7f02e30788342473d18',1,'BaseFab< int >::getVal()']]], + ['getvalue_12795',['getValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a2ac27c1212ab78008512511cddce89b8',1,'amrex::EBCellFlag']]], + ['getvec_12796',['getvec',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a8f07c2c62d9cf319ba1d6d35f810e859',1,'amrex::tri_geom_ops']]], + ['getvecofarrofconstptrs_12797',['GetVecOfArrOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa423925924f08a1c7ca9edb379cb98c2',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< T, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7fafb7796437478ea1c29c88bd43b9f',1,'amrex::GetVecOfArrOfConstPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)']]], + ['getvecofarrofptrs_12798',['GetVecOfArrOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec75969bb3da627de560ce6fae63b167',1,'amrex::GetVecOfArrOfPtrs(Vector< std::array< T, AMREX_SPACEDIM > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2d0c11a4714995352cd0eeaddd46a83',1,'amrex::GetVecOfArrOfPtrs(const Vector< std::array< std::unique_ptr< T >, AMREX_SPACEDIM > > &a)']]], + ['getvecofarrofptrsconst_12799',['GetVecOfArrOfPtrsConst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6f3120a07be5d453851d7de53703384',1,'amrex']]], + ['getvecofconstptrs_12800',['GetVecOfConstPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d1dc85ec8a07638d52c68933abfd6',1,'amrex::GetVecOfConstPtrs(const Vector< T * > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36a4c65f6872127d9a779ef9f971777d',1,'amrex::GetVecOfConstPtrs(const Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2eb81423f83e826a61bafde352b67e98',1,'amrex::GetVecOfConstPtrs(const Vector< T > &a)']]], + ['getvecofptrs_12801',['GetVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22a501f5be1e47c511f000546bcae72a',1,'amrex::GetVecOfPtrs(const Vector< std::unique_ptr< T > > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad8b7a21907586ee3a86bda5163cd2d',1,'amrex::GetVecOfPtrs(Vector< T > &a)']]], + ['getvecofvecofptrs_12802',['GetVecOfVecOfPtrs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77fdd4258ec656fb99a6124a73501803',1,'amrex']]], + ['getvect_12803',['getVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'amrex::IntVectND::getVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'amrex::IntVectND::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'amrex::IntVectND::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a72f246e5c64d37607283e1355110774c',1,'IntVectND< AMREX_SPACEDIM >::getVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afbe8babca880eabdc617e60629c5782d',1,'IntVectND< AMREX_SPACEDIM >::getVect() &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeeedbdff915de94802e6baf2cc0aba5b',1,'IntVectND< AMREX_SPACEDIM >::getVect() &&=delete']]], + ['getverbose_12804',['GetVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51041736815ed12616b075d56e53fd2f',1,'amrex::VisMF']]], + ['getverbose_12805',['getVerbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ad7cd32d077461754bae70ed300d440a6',1,'amrex::MLCGSolverT']]], + ['getvolfrac_12806',['getVolFrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9cfca800c4df32f884205e7b0cfa5b4f',1,'amrex::EBDataCollection::getVolFrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ab54137d22701f507d34d3732e3f712fc',1,'amrex::EBFArrayBoxFactory::getVolFrac()']]], + ['getvolfracdata_12807',['getVolFracData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a664f3aa3e8611a56d1919072c26b7331',1,'amrex::EBFArrayBox']]], + ['getvolume_12808',['GetVolume',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a273cbc218839d9d4f88bfde8b8253c2c',1,'amrex::CoordSys::GetVolume()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a109125700647435d188afbc74b9a2725',1,'amrex::Geometry::GetVolume(MultiFab &vol, const BoxArray &grds, const DistributionMapping &dm, int grow) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abaac123e12e2b3e5f0f9fdc0edcef6b8',1,'amrex::Geometry::GetVolume(MultiFab &vol) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af7996fe47b1e82704565102c15df47c9',1,'amrex::Geometry::GetVolume(FArrayBox &vol, const BoxArray &grds, int idx, int grow) const']]], + ['getwithparser_12809',['getWithParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65f0fdc57c6d3d630b040d096a17afee',1,'amrex::ParmParse']]], + ['getwriteinfo_12810',['GetWriteInfo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a2a9d5d76aba34e026f1d33404c6bfe00',1,'amrex::AsyncOut']]], + ['getx_12811',['getx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a610e0b733e190ba21b41303e76fa099f',1,'amrex::HypreSolver']]], + ['getxhi_12812',['getXHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6f2f3a70226dea198fcc69a320b88b43',1,'amrex::EB2::Neighbor']]], + ['getxlo_12813',['getXLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a1843a704d7f13b09cfcf6c606b0a995e',1,'amrex::EB2::Neighbor']]], + ['getyhi_12814',['getYHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a05e914a9bdd59ee8d460a558677634c2',1,'amrex::EB2::Neighbor']]], + ['getylo_12815',['getYLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a15177e28ba78da4e2702cfb18837eeae',1,'amrex::EB2::Neighbor']]], + ['getzhi_12816',['getZHi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a952c4c7fc9609711f2c94c6a84255c09',1,'amrex::EB2::Neighbor']]], + ['getzlo_12817',['getZLo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a78a31298d705a14fabdb3b894a489dae',1,'amrex::EB2::Neighbor']]], + ['gfab_12818',['GFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aa8d516e6b8844b78816ade68a2c86165',1,'amrex::EB2::GFab']]], + ['glmap_12819',['GLMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8bfcd15d9943700b7e4e1c6605594edd',1,'CommProfStats']]], + ['global_5fng_12820',['global_ng',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a09b95c8056554177f0d12989a4e4347a',1,'hacc::Dfft::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a405b18293b7ab8d9fe37dcd5459d786f',1,'hacc::Dfft::global_ng() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6d74698262b0b322361a718f0a390200',1,'hacc::Distribution::global_ng(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a9f8f18570b9de4ea1039d06ae8b4c11c',1,'hacc::Distribution::global_ng() const)[3]']]], + ['global_5fsize_12821',['global_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#abbb83da0e457618c5996adb332acebba',1,'hacc::Dfft::global_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a2087fa1d4b26a31cecf36d95b1d7fd6b',1,'hacc::Distribution::global_size()']]], + ['global_5fto_5flocal_5frank_12822',['global_to_local_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ae2790aa092fed9f8af98330581ee416c',1,'amrex::ParallelContext::Frame::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ad646518957376d74f099923ef26e20c9',1,'amrex::ParallelContext::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9c3018c1265c14c261a42175d7b6087f',1,'amrex::ParallelContext::Frame::global_to_local_rank()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa0f73d99c17e1ccedb7f2e66a660f274',1,'amrex::ParallelContext::global_to_local_rank()']]], + ['glsizemap_12823',['GLSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a0e56e7a8c3e51ab493d8a9b55472d761',1,'CommProfStats']]], + ['gmres_12824',['GMRES',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'amrex::GMRES::GMRES()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ac933889cd9ca442d8724b3109686396d',1,'GMRES< MF, GMRESMLMGT< MF > >::GMRES()']]], + ['gmres_5fsolver_5fconfigure_12825',['gmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a27bb5a9047943afd18cf194c141d20ea',1,'amrex::HypreIJIface']]], + ['gmresmlmgt_12826',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a23db5527f7bcd75ba78997016648b906',1,'amrex::GMRESMLMGT']]], + ['godunov_5fminmod_5fbc_5fhi_12827',['Godunov_minmod_bc_hi',['../hydro__godunov__ppm_8H.html#a4187d942f497bbd9883058341d5901bc',1,'hydro_godunov_ppm.H']]], + ['godunov_5fminmod_5fbc_5flo_12828',['Godunov_minmod_bc_lo',['../hydro__godunov__ppm_8H.html#a0839227095b0049e12c2fe536c42dcc7',1,'hydro_godunov_ppm.H']]], + ['gpu_5ftuple_5felement_12829',['gpu_tuple_element',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(T const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'amrex::detail::gpu_tuple_element::gpu_tuple_element(U &&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a22c363abb743a01c6fe3a000cb31a915',1,'gpu_tuple_element< I, Head >::gpu_tuple_element()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a92871fbadc5d83cf854ac97d12ec1399',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(Head const &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a173fd40f6e1643b310b699177737307f',1,'gpu_tuple_element< I, Head >::gpu_tuple_element(U &&a_value)']]], + ['gpu_5ftuple_5fimpl_12830',['gpu_tuple_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a654cc54f1b6eceb2babda4006d1dcaf2',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a138287a5f4ac861068205835ac07da5b',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(Head const &a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a2a0e1d6ab3b7c9ea94631a06b23a3f12',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl(U &&a_head)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a52514ef1d14b3467dd51e98568305acf',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_01_4.html#a4f76c22f32d585f22f2a80704c97b693',1,'amrex::detail::gpu_tuple_impl< I, Head >::gpu_tuple_impl()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__impl_3_01I_00_01Head_00_01Tail_8_8_8_01_4.html#a9623ee960fbac28922dbd43ee186a71f',1,'amrex::detail::gpu_tuple_impl< I, Head, Tail... >::gpu_tuple_impl()']]], + ['gpubndryfuncfab_12831',['GpuBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a62075f3a31adb0b72fa9c09d17ee7e5a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a08f3457a00409172a47577db0b968d15',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F const &a_f)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a498e33d9a56fd836b14c1937c671ff4a',1,'amrex::GpuBndryFuncFab::GpuBndryFuncFab(F &&a_f)']]], + ['gpucomplex_12832',['GpuComplex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a124d2191f873eb1bb9f4b6ae4fc95544',1,'amrex::GpuComplex']]], + ['gpugeterrorstring_12833',['gpuGetErrorString',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884f63b4c32929437cf596c59b26c311',1,'amrex']]], + ['gpugetlasterror_12834',['gpuGetLastError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9350dac44e563ea3d35902cf36cf4b00',1,'amrex']]], + ['gpustream_12835',['gpuStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae1a0966ad8daf3a49564123b8dbdb3fa',1,'amrex::Gpu::gpuStream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680de321352372444327d831bb6d989f',1,'amrex::Gpu::Device::gpuStream()']]], + ['gputuple_12836',['GpuTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'amrex::GpuTuple::GpuTuple(Us &&... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'amrex::GpuTuple::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'amrex::GpuTuple::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#af067ea86f5cbc6b718a934e6be193538',1,'GpuTuple< Fs... >::GpuTuple()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#aaa9ed202ceb2122e08523b1b17e68b2a',1,'GpuTuple< Fs... >::GpuTuple(Ts const &... args)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a4fbb6462763e67abd37e85e9dd3a00ab',1,'GpuTuple< Fs... >::GpuTuple(Us &&... args)']]], + ['grad_12837',['grad',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#aa39038dcf72fcf8a8b57513432875bf2',1,'amrex::algoim::EBPlane']]], + ['grad_5feb_5fof_5fphi_5fon_5fcentroids_12838',['grad_eb_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28ed48dd78cb4c109095bf87d44b7f1b',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a781271d74f1db31d825f604314a7a50a',1,'amrex::grad_eb_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog)']]], + ['grad_5feb_5fof_5fphi_5fon_5fcentroids_5fextdir_12839',['grad_eb_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95554f1cdc48c66065e7e3cb9a54ee93',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8d0b75d1bb6a1c256c97f0415bba6cac',1,'amrex::grad_eb_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &nrmx, Real &nrmy, Real &nrmz, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], + ['grad_5fx_5fof_5fphi_5fon_5fcentroids_12840',['grad_x_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af17d01dca64353fec04867549fdfb24d',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b732741e32444ef31a46338ee223b5',1,'amrex::grad_x_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], + ['grad_5fx_5fof_5fphi_5fon_5fcentroids_5fextdir_12841',['grad_x_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78f4c0cd2b7b0dc31e655a7856ebd56c',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd0931fc1fdad21d0be30352126d2290',1,'amrex::grad_x_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &yloc_on_xface, Real &zloc_on_xface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], + ['grad_5fy_5fof_5fphi_5fon_5fcentroids_12842',['grad_y_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc1c41fb0c471ba140aa8046670d247',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36b359eb7b2ab6e40d0acd6835b4f85f',1,'amrex::grad_y_of_phi_on_centroids(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog)']]], + ['grad_5fy_5fof_5fphi_5fon_5fcentroids_5fextdir_12843',['grad_y_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadaa422c5855785fcc975c32809700fb',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a350fa718b62eb77a109dcba746acc28b',1,'amrex::grad_y_of_phi_on_centroids_extdir(int i, int j, int k, int n, Array4< Real const > const &phi, Array4< Real const > const &phieb, Array4< EBCellFlag const > const &flag, Array4< Real const > const &ccent, Array4< Real const > const &bcent, Array4< Real const > const &vfrac, Real &xloc_on_yface, Real &zloc_on_yface, bool is_eb_dirichlet, bool is_eb_inhomog, const bool on_x_face, const int domlo_x, const int domhi_x, const bool on_y_face, const int domlo_y, const int domhi_y, const bool on_z_face, const int domlo_z, const int domhi_z)']]], + ['grad_5fz_5fof_5fphi_5fon_5fcentroids_12844',['grad_z_of_phi_on_centroids',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8087b948fc12d73a46d3e968e4e5484f',1,'amrex']]], + ['grad_5fz_5fof_5fphi_5fon_5fcentroids_5fextdir_12845',['grad_z_of_phi_on_centroids_extdir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9cafa33321d9f9c2bbe3a6fb55d80b73',1,'amrex']]], + ['gram_5fschmidt_5forthogonalization_12846',['gram_schmidt_orthogonalization',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'amrex::GMRES::gram_schmidt_orthogonalization()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ab88f28e06562b245392ecd693cdb39b4',1,'GMRES< MF, GMRESMLMGT< MF > >::gram_schmidt_orthogonalization()']]], + ['graphsafeguard_12847',['GraphSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a982a397f67b04e0cbf321b1e9ed77ea6',1,'amrex::Gpu::GraphSafeGuard']]], + ['graphtoppct_12848',['GraphTopPct',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a171596246077e8bb3d38d0e3a513c481',1,'amrex']]], + ['grid_5fplaces_12849',['grid_places',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a90155667257e3c51890f716ade65c5e7',1,'amrex::Amr']]], + ['grid_5fstride_5fthreads_5fand_5fblocks_12850',['grid_stride_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ae53661945fe0e36f109401055a3d87cf',1,'amrex::Gpu::Device']]], + ['gridandlevtobucket_12851',['gridAndLevToBucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af07f598d8788010a800af8bdcf33adf7',1,'amrex::ParticleBufferMap']]], + ['grideff_12852',['gridEff',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7bc5798a6ef2a0c27b0141112104e087',1,'amrex::AmrMesh']]], + ['gridline_12853',['Gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab77bccba000ad381fed7aa4a3c7b7b6e',1,'amrex::XYPlotDataList']]], + ['gridlochi_12854',['GridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a06732eabff2d761d63404d048d57d130',1,'amrex::AmrData']]], + ['gridloclo_12855',['GridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a26585c76f370219e547cc9c018faead7',1,'amrex::AmrData']]], + ['groupall_12856',['GroupAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2ac214c9799843152abe583b8c714501',1,'amrex::ParallelContext']]], + ['groupsize_12857',['groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8bf758be7411312c155ccd5d0513e6b0',1,'amrex::StateDescriptor']]], + ['groupsub_12858',['GroupSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab19f592bc08ecbeb28c478752d6602fd',1,'amrex::ParallelContext']]], + ['grow_12859',['grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#afe62a688aa84f2386188eddbdbf0ff50',1,'BoxND< AMREX_SPACEDIM >::grow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4418ba4ddb9ce2898858e6553d06df67',1,'amrex::grow(const BoxND< dim > &b, int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a866b2bba2272c37fe838d08597bc63cd',1,'amrex::grow(const BoxND< dim > &b, const IntVectND< dim > &v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78b36fdd4e31635f7b7f626fa0e213c4',1,'amrex::grow(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a12a6842ecc48421374e69c0d40ba1542',1,'amrex::BoxArray::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'BoxND< AMREX_SPACEDIM >::grow(Orientation face, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'BoxND< AMREX_SPACEDIM >::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'BoxND< AMREX_SPACEDIM >::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'BoxND< AMREX_SPACEDIM >::grow(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2d5d2c437135f3bd1fc9bd2b9554349c',1,'amrex::BoxND::grow(Orientation face, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a48cc78ecfdbb21357adbfaf484648ec5',1,'amrex::BoxND::grow(Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a84d50acaffa83ed0e44c9f545cb41b65',1,'amrex::BoxND::grow(int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab276698e682b7b3d4797a2395ad8135',1,'amrex::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a4d8a9475fd2fca039a10a379f3fde8a6',1,'amrex::BoxND::grow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a624b3513f2b285491050d17d8952c474',1,'amrex::BoxArray::grow(int idir, int n_cell)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac76ee31fa4b71fa56dad4635a650cfbe',1,'amrex::BoxArray::grow(const IntVect &iv)']]], + ['growboxbyone_12860',['GrowBoxByOne',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a59d040ff4854528efd7602005560d853',1,'amrex::DeriveRec']]], + ['growcoarsen_12861',['growcoarsen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ad28652c559f9057fc343bd3c0beb0116',1,'amrex::BoxArray::growcoarsen(int n, const IntVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaca5f33122df36bed145432e5b4f5c57',1,'amrex::BoxArray::growcoarsen(IntVect const &ngrow, const IntVect &iv)']]], + ['growhi_12862',['growHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'amrex::BoxND::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'BoxND< AMREX_SPACEDIM >::growHi(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ad9ebf4097f08f0f38330a4a2a8f8e17d',1,'BoxND< AMREX_SPACEDIM >::growHi(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa333dc37d8970068d540d5eaece2165a',1,'amrex::BoxND::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a9848441ce9a5694f17e8617486e0b167',1,'amrex::BoxArray::growHi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6ac850b1c6d3969f11bafb9ffa7416b',1,'amrex::growHi(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c525008964448d1f308736681ee9b06',1,'amrex::growHi(const BoxND< dim > &b, Direction d, int n_cell) noexcept']]], + ['growlo_12863',['growLo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a807142d1b418c981e41164718f1a5f1a',1,'amrex::growLo(const BoxND< dim > &b, Direction d, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab6c72b687247bdb811c1f3de26b7dfc9',1,'amrex::growLo(const BoxND< dim > &b, int idir, int n_cell) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'amrex::BoxND::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'amrex::BoxND::growLo(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aaca25d589db25bee8ad1c7777c886ae0',1,'BoxND< AMREX_SPACEDIM >::growLo(int idir, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a9727fdfc20119daf9b9538fe2ddfb4f7',1,'BoxND< AMREX_SPACEDIM >::growLo(Direction d, int n_cell=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a76695bda9b8e135e6d945c578557d78d',1,'amrex::BoxArray::growLo()']]], + ['grownnodaltilebox_12864',['grownnodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae59e3e67c7b94d6b15158d177dd8cdc8',1,'amrex::MFIter::grownnodaltilebox(int dir=-1, int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a972ba6223b0f4ccca81791b9510b3002',1,'amrex::MFIter::grownnodaltilebox(int dir, const IntVect &ng) const noexcept']]], + ['grownonperiodicdomain_12865',['growNonPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a8a4838041db3d95fdd4960045349db2d',1,'amrex::Geometry::growNonPeriodicDomain(IntVect const &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4535bb6797e6c53c228d598f23cc7296',1,'amrex::Geometry::growNonPeriodicDomain(int ngrow) const noexcept']]], + ['growntilebox_12866',['growntilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1e344ffd39d3dba95d582a7d93c1ad97',1,'amrex::MFIter::growntilebox(int ng=-1000000) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac9653cce066f73c95c3ec89f46f38ba1',1,'amrex::MFIter::growntilebox(const IntVect &ng) const noexcept']]], + ['growperiodicdomain_12867',['growPeriodicDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aca0dd62693f548b7fb4ee38acc6310db',1,'amrex::Geometry::growPeriodicDomain(IntVect const &ngrow) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#abe9c676150da912017772bb39a1f0d91',1,'amrex::Geometry::growPeriodicDomain(int ngrow) const noexcept']]], + ['gshoplevel_12868',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< G > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'amrex::EB2::GShopLevel::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, ChkptFile const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< ChkptFile > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< ChkptFile >::GShopLevel(IndexSpace const *is, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#aa46078b91c8b535cdf6a212f061eb2a3',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, STLtools const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a4c79b3b07e6bd33f132fa7030dd7d5ca',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< STLtools > &fineLevel)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a008434e6394b5ae980fc9aaab639cdf8',1,'GShopLevel< STLtools >::GShopLevel(IndexSpace const *is, const Geometry &geom)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_8.js b/amrex-hydro/Doxygen/html/search/functions_8.js index 04fc147..c955b5a 100644 --- a/amrex-hydro/Doxygen/html/search/functions_8.js +++ b/amrex-hydro/Doxygen/html/search/functions_8.js @@ -1,71 +1,71 @@ var searchData= [ - ['ha_5finterp_5fface_5fxy_12802',['ha_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8435e617376aca0d21759979f518e160',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int k, int ic, int jc, int kc) noexcept']]], - ['ha_5finterp_5fface_5fxz_12803',['ha_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21',1,'amrex']]], - ['ha_5finterp_5fface_5fyz_12804',['ha_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e',1,'amrex']]], - ['habec_5fcols_12805',['habec_cols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abebd70eafbd522c54911f746d423884f',1,'amrex']]], - ['habec_5fijmat_12806',['habec_ijmat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd',1,'amrex']]], - ['habec_5fmat_12807',['habec_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a',1,'amrex']]], - ['handler_12808',['handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a24b1c852ff2149fe973fad9501e2b5ec',1,'amrex::BLBackTrace']]], - ['handler_12809',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#aa01988bcbc809db7ebce06f5a0c90ae6',1,'amrex::Gpu::Handler']]], - ['hasbc_12810',['hasBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'MLLinOpT< Array< MultiFab, 3 > >::hasBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'amrex::MLLinOpT::hasBC()']]], - ['hasbndryfuncfab_12811',['hasBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac2500f92c0477835a434a81535fc5960',1,'amrex::StateDescriptor']]], - ['hasebfabfactory_12812',['hasEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::EBCellFlagFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< PetscInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::CutFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< AtomicInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'amrex::FabArray::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< TagBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< IArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< FArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::Mask >::hasEBFabFactory()']]], - ['hasebinfo_12813',['hasEBInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7954f6b9a0dfcb4a5bbac4f2b5a4001b',1,'amrex::EB2::Level::hasEBInfo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac605571d4b1f88b7a1993dca18017f53',1,'amrex::EBFArrayBoxFactory::hasEBInfo()']]], - ['hasfabversion_12814',['hasFabVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae32704c993027f681e1cbb14d5375ee4',1,'amrex::StateDescriptor::BndryFunc']]], - ['hasfreedevicememory_12815',['hasFreeDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ac778bcf5399be4884d6a2cf35cc5c9f3',1,'amrex::CArena::hasFreeDeviceMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#abd6b026129f35157aa2b3945a37bdbd3',1,'amrex::Arena::hasFreeDeviceMemory()']]], - ['hash_5fcombine_12816',['hash_combine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9',1,'amrex']]], - ['hash_5fvector_12817',['hash_vector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e',1,'amrex']]], - ['hashashmap_12818',['HasHashMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#af9368a5b73dd3adff290c1dfc5bc4b88',1,'amrex::BARef']]], - ['hashiddendimension_12819',['hasHiddenDimension',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a454072adea5f89687df38b5ebe03abad',1,'amrex::LPInfo::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'amrex::MLLinOpT::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'MLLinOpT< Array< MultiFab, 3 > >::hasHiddenDimension()']]], - ['hashlong_12820',['HashLong',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ac8ff55bff560fd1eb7b0d8e5348e0897',1,'CommProfStats::SendRecvPair::HashLong()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#affc4ad3093d7797f15aa225d86d213c8',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a58928d12d77da3b14cc846d527c70cc7',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int, int t)']]], - ['hasinhomogneumannbc_12821',['hasInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'MLLinOpT< Array< MultiFab, 3 > >::hasInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'amrex::MLLinOpT::hasInhomogNeumannBC()']]], - ['hasneighbors_12822',['hasNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5bde7ea76f99ed274bef3626dc3f833b',1,'amrex::NeighborParticleContainer']]], - ['hasnewdata_12823',['hasNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af9809e458fa0bd25965558bf3aa2c802',1,'amrex::StateData']]], - ['hasolddata_12824',['hasOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af94692a78b7f532f582acd48d9697443',1,'amrex::StateData']]], - ['hasreduction_12825',['hasReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#af402dc781c1160ae3ac2896336d14dad',1,'amrex::Gpu::KernelInfo']]], - ['hasrobinbc_12826',['hasRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'MLLinOpT< Array< MultiFab, 3 > >::hasRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'amrex::MLLinOpT::hasRobinBC()']]], - ['hastags_12827',['hasTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a9a0e6af06afa677b79adf8cc2a2f763c',1,'amrex::TagBoxArray']]], - ['hasunusedinputs_12828',['hasUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65ec105f3594e14160a631083a1bce59',1,'amrex::ParmParse']]], - ['hasvalue_12829',['hasValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a7b20f835a46c1aba635c2159391f53f1',1,'amrex::Any']]], - ['header_12830',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7d9690e9eb72fa66dbfc22b12702f0be',1,'amrex::VisMF::Header::Header(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acdfb696b35b3fe342f5040041f59a301',1,'amrex::VisMF::Header::Header(Header &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a8a0e1ec0ea1ff9f6327b2e9685ce7824',1,'amrex::VisMF::Header::Header(const FabArray< FArrayBox > &mf, VisMF::How how, Version version=Version_v1, bool calcMinMax=true, MPI_Comm=ParallelDescriptor::Communicator())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ac047b91f6a9bf22efc30801bfc4b4452',1,'amrex::VisMF::Header::Header()']]], - ['heap_5fspace_5factually_5fused_12831',['heap_space_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a52c8024bd12299f84f2362c0547c533d',1,'amrex::CArena']]], - ['heap_5fspace_5fused_12832',['heap_space_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f5de3e5518c0f5bcc71a6a2b4076a3f',1,'amrex::CArena']]], - ['hi_12833',['hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a819f29403d4806d7b13baffe25b5ceb8',1,'amrex::RealBox::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af4093a6730c7f7f4c45dae665b1ee35a',1,'amrex::TableData::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a853070bf06ced25f07f7c02a5cd9293f',1,'amrex::RealBox::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a43318ab06cd6678b822c612803739144',1,'amrex::RealBox::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aeb4617ca6fae4cb3d2840611d77f1f59',1,'amrex::BCRec::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a23fa6708f4738b051d9622fdef773112',1,'amrex::BCRec::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a102dea5bc859f0879efd400c515b2ebc',1,'amrex::BCRec::hi() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'Array1D< int, 0, N-1 >::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'amrex::Array1D::hi()']]], - ['hibc_12834',['HiBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'amrex::MLLinOpT::HiBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'MLLinOpT< Array< MultiFab, 3 > >::HiBC()']]], - ['hiddendirection_12835',['hiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'amrex::MLLinOpT::hiddenDirection()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'MLLinOpT< Array< MultiFab, 3 > >::hiddenDirection()']]], - ['hiedge_12836',['HiEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a67a1ad822f7d6fac4907e3d37ab8953d',1,'amrex::CoordSys::HiEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9ec92efce51bbde30e91c69673b080cf',1,'amrex::CoordSys::HiEdge(int point, int dir) const noexcept']]], - ['hiface_12837',['HiFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a99d299808c6a8314a3e2064894d0a03a',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a8c5e075f96416bf7b2b62f2b049c8066',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept']]], - ['hinode_12838',['HiNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a450803429d6c54bdfaeacaadeace5cb3',1,'amrex::CoordSys::HiNode(const IntVect &point, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6900764dc4dfae368296b0caf5548999',1,'amrex::CoordSys::HiNode(const IntVect &point, Vector< Real > &loc) const noexcept']]], - ['hinodeloc_12839',['HiNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa0c2291b475b15e34106f3ecf3b6a0e0',1,'amrex::AmrData']]], - ['hiv_12840',['hiV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aac6b099395a000804880b97e43407c5b',1,'amrex::Hypre']]], - ['hivect_12841',['hiVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< PetscInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'BoxND< AMREX_SPACEDIM >::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'BoxND< AMREX_SPACEDIM >::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'amrex::BoxND::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'amrex::BoxND::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< Real >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< HYPRE_Int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< EBCellFlag >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< char >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< AtomicInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'amrex::BaseFab::hiVect()']]], - ['hivect3d_12842',['hiVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'amrex::BoxND::hiVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'BoxND< AMREX_SPACEDIM >::hiVect3d()']]], - ['hostdata_12843',['hostData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a9efbbaef8b00982c3e56b0e557d4f739',1,'amrex::Gpu::Buffer::hostData() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3619c31c38650efcce3486506434cd08',1,'amrex::Gpu::Buffer::hostData() noexcept']]], - ['hostdevicefor_12844',['HostDeviceFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b53227a97323409b958730f49ebb17b',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2',1,'amrex::HostDeviceFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc',1,'amrex::HostDeviceFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5',1,'amrex::HostDeviceFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64c77616437c6705f7880c08e0032062',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7987e46b80fa56902831dbe79888564',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af335937a7c7f6e30fb69365120d56062',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], - ['hostdeviceparallelfor_12845',['HostDeviceParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409',1,'amrex::HostDeviceParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98d800b1df2cb51d14698a774c042149',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], - ['hostptr_12846',['hostPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8758fc9b8484f68cf9dbd7b7961d9db9',1,'amrex::ReduceData']]], - ['htod_5fmemcpy_12847',['htod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa720ba8e7b622f0897659c64d23d5db4',1,'amrex::Gpu::htod_memcpy(void *p_d, const void *p_h, const std::size_t sz) noexcept']]], - ['htod_5fmemcpy_5fasync_12848',['htod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aacefe17a39734cb2475a36199ab1370b',1,'amrex::Gpu']]], - ['hybrid_5fsolver_5fconfigure_12849',['hybrid_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a457d2b6f6174b9705ebc60f9fa034388',1,'amrex::HypreIJIface']]], - ['hydro_5febmol_5fxedge_5fstate_12850',['hydro_ebmol_xedge_state',['../namespaceEBMOL.html#ad5b27400945caeff89542f66eff439ac',1,'EBMOL']]], - ['hydro_5febmol_5fxedge_5fstate_5fextdir_12851',['hydro_ebmol_xedge_state_extdir',['../namespaceEBMOL.html#af1238db74667f2f811b387bf837af5f2',1,'EBMOL']]], - ['hydro_5febmol_5fyedge_5fstate_12852',['hydro_ebmol_yedge_state',['../namespaceEBMOL.html#a7c207869e112a99d0812585c67f7bcc0',1,'EBMOL']]], - ['hydro_5febmol_5fyedge_5fstate_5fextdir_12853',['hydro_ebmol_yedge_state_extdir',['../namespaceEBMOL.html#a5d0b60d61b6303c1d25f02fd5f775b93',1,'EBMOL']]], - ['hydro_5fmol_5fxedge_5fstate_12854',['hydro_mol_xedge_state',['../namespaceMOL.html#a0af7e22f67c73814e7968b5bd6e02e8a',1,'MOL']]], - ['hydro_5fmol_5fxedge_5fstate_5fextdir_12855',['hydro_mol_xedge_state_extdir',['../namespaceMOL.html#a7eb1fa9334dbb23a3fe2f8b3f8f4087e',1,'MOL']]], - ['hydro_5fmol_5fyedge_5fstate_12856',['hydro_mol_yedge_state',['../namespaceMOL.html#a5df4bf00c86eb57634b4bff1d4d3d89b',1,'MOL']]], - ['hydro_5fmol_5fyedge_5fstate_5fextdir_12857',['hydro_mol_yedge_state_extdir',['../namespaceMOL.html#a4e5b6599e866b0386d608e59dabb37ce',1,'MOL']]], - ['hypmlabeclap_5fc2f_12858',['hypmlabeclap_c2f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Real const *bx, Real const *by, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Array4< int const > const &offset_bz, Real const *bx, Real const *by, Real const *bz, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)']]], - ['hypmlabeclap_5ff2c_5fset_5fvalues_12859',['hypmlabeclap_f2c_set_values',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621',1,'amrex']]], - ['hypmlabeclap_5fmat_12860',['hypmlabeclap_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb',1,'amrex']]], - ['hypmlabeclap_5frhs_12861',['hypmlabeclap_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae',1,'amrex']]], - ['hypre_12862',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a383aec5fd079382143f14a1602a6f2e3',1,'amrex::Hypre::Hypre(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa390f243b090b29bc817812412daf278',1,'amrex::Hypre::Hypre(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#afd2d6c32022a99d96f73485d03272ec9',1,'amrex::Hypre::Hypre(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom, MPI_Comm comm_)']]], - ['hypreabeclap_12863',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad89a45864775721cb3101273d111965f',1,'amrex::HypreABecLap::HypreABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a6c2513b7adba0b3c0e73ca29fd10acbb',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a0fd52ae6876da336d947107d12dff297',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap &&)=delete']]], - ['hypreabeclap2_12864',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa79f49e5c3aa20259c177558228f79e4',1,'amrex::HypreABecLap2::HypreABecLap2(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#ac478958d6c60fa2a8211675f0399e8a3',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a9c5bc8a1392dab5c486df4b3885b8d0b',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 &&)=delete']]], - ['hypreabeclap3_12865',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aacfe928a277883d188564721c0c55a08',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#ae5aa9ca65d4f13368e5ffffa0ed7c15b',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aea1735051057b26a6a0852159711f029',1,'amrex::HypreABecLap3::HypreABecLap3(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_, const iMultiFab *overset_mask=nullptr)']]], - ['hypreijiface_12866',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b576bcb75a14d303f4737994eac2b93',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5e70c19e0ec6019ac78c68af27d40548',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afc8bf8cd33edcff622b73c46392efbde',1,'amrex::HypreIJIface::HypreIJIface(MPI_Comm comm, HypreIntType ilower, HypreIntType iupper, int verbose)']]], - ['hypremlabeclap_12867',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a42a73f2525c154156add80dae776f07c',1,'amrex::HypreMLABecLap::HypreMLABecLap(Vector< Geometry > a_geom, Vector< BoxArray > a_grids, Vector< DistributionMapping > a_dmap, HypreSolverID a_hypre_solver_id, std::string a_parmparse_prefix="hypre_mlabeclap")'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc231f950129aa61917ee4608a7795aa',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3f78a976f617cab402f099b159d76790',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap const &)=delete']]], - ['hyprenodelap_12868',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4a032e1f18d32c22aaff8355cf9f0110',1,'amrex::HypreNodeLap::HypreNodeLap(const BoxArray &grids_, const DistributionMapping &dmap_, const Geometry &geom_, const FabFactory< FArrayBox > &factory_, const iMultiFab &owner_mask_, const iMultiFab &dirichlet_mask_, MPI_Comm comm_, MLNodeLinOp const *linop_, int verbose_, std::string options_namespace_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad983343af0ce854dfc6b6c93d50f2f2c',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25a7c6fd7deff773f1e8d5d97b409a8a',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap &&)=delete']]], - ['hypresolver_12869',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a040c586415a3e08b8d7c329cc6e861f5',1,'amrex::HypreSolver']]] + ['ha_5finterp_5fface_5fxy_12869',['ha_interp_face_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8435e617376aca0d21759979f518e160',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int ic, int jc) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3ccac5d1142db6eb1763ff08137b57',1,'amrex::ha_interp_face_xy(Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, int i, int j, int k, int ic, int jc, int kc) noexcept']]], + ['ha_5finterp_5fface_5fxz_12870',['ha_interp_face_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f91cae3a5cbaddf8a473a3f0349ed21',1,'amrex']]], + ['ha_5finterp_5fface_5fyz_12871',['ha_interp_face_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3014c15a6e3e1b3ecefed42399dece4e',1,'amrex']]], + ['habec_5fcols_12872',['habec_cols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abebd70eafbd522c54911f746d423884f',1,'amrex']]], + ['habec_5fijmat_12873',['habec_ijmat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26d70e1b51526ead26433b0583ffe6fd',1,'amrex']]], + ['habec_5fmat_12874',['habec_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6eab02ca0a088733102a27a1b57321a',1,'amrex']]], + ['handler_12875',['Handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#aa01988bcbc809db7ebce06f5a0c90ae6',1,'amrex::Gpu::Handler']]], + ['handler_12876',['handler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#a24b1c852ff2149fe973fad9501e2b5ec',1,'amrex::BLBackTrace']]], + ['hasbc_12877',['hasBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'MLLinOpT< Array< MultiFab, 3 > >::hasBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a647cd4352c3719aa23545a8e0f88b562',1,'amrex::MLLinOpT::hasBC()']]], + ['hasbndryfuncfab_12878',['hasBndryFuncFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ac2500f92c0477835a434a81535fc5960',1,'amrex::StateDescriptor']]], + ['hasebfabfactory_12879',['hasEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::EBCellFlagFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< PetscInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::CutFab >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::BaseFab< AtomicInt > >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'amrex::FabArray::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< TagBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< IArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< FArrayBox >::hasEBFabFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac696f139b6cf56e02828264b09a48636',1,'FabArray< amrex::Mask >::hasEBFabFactory()']]], + ['hasebinfo_12880',['hasEBInfo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a7954f6b9a0dfcb4a5bbac4f2b5a4001b',1,'amrex::EB2::Level::hasEBInfo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ac605571d4b1f88b7a1993dca18017f53',1,'amrex::EBFArrayBoxFactory::hasEBInfo()']]], + ['hasfabversion_12881',['hasFabVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae32704c993027f681e1cbb14d5375ee4',1,'amrex::StateDescriptor::BndryFunc']]], + ['hasfreedevicememory_12882',['hasFreeDeviceMemory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ac778bcf5399be4884d6a2cf35cc5c9f3',1,'amrex::CArena::hasFreeDeviceMemory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#abd6b026129f35157aa2b3945a37bdbd3',1,'amrex::Arena::hasFreeDeviceMemory()']]], + ['hash_5fcombine_12883',['hash_combine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adce3325c7a4208e21f4cecc984bfb8b9',1,'amrex']]], + ['hash_5fvector_12884',['hash_vector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ebcf044c2dabd659e4ed5831cadc5e',1,'amrex']]], + ['hashashmap_12885',['HasHashMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#af9368a5b73dd3adff290c1dfc5bc4b88',1,'amrex::BARef']]], + ['hashiddendimension_12886',['hasHiddenDimension',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a454072adea5f89687df38b5ebe03abad',1,'amrex::LPInfo::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'amrex::MLLinOpT::hasHiddenDimension()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a894d1f80e83452c32470d42e05947e13',1,'MLLinOpT< Array< MultiFab, 3 > >::hasHiddenDimension()']]], + ['hashlong_12887',['HashLong',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ac8ff55bff560fd1eb7b0d8e5348e0897',1,'CommProfStats::SendRecvPair::HashLong()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#affc4ad3093d7797f15aa225d86d213c8',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int t)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a58928d12d77da3b14cc846d527c70cc7',1,'CommProfStats::SendRecvPair::HashLong(int fp, int tp, int, int t)']]], + ['hasinhomogneumannbc_12888',['hasInhomogNeumannBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'MLLinOpT< Array< MultiFab, 3 > >::hasInhomogNeumannBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb203f24caba5241fa95fad173cfae7',1,'amrex::MLLinOpT::hasInhomogNeumannBC()']]], + ['hasneighbors_12889',['hasNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5bde7ea76f99ed274bef3626dc3f833b',1,'amrex::NeighborParticleContainer']]], + ['hasnewdata_12890',['hasNewData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af9809e458fa0bd25965558bf3aa2c802',1,'amrex::StateData']]], + ['hasolddata_12891',['hasOldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af94692a78b7f532f582acd48d9697443',1,'amrex::StateData']]], + ['hasreduction_12892',['hasReduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#af402dc781c1160ae3ac2896336d14dad',1,'amrex::Gpu::KernelInfo']]], + ['hasrobinbc_12893',['hasRobinBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'MLLinOpT< Array< MultiFab, 3 > >::hasRobinBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a40cc3ea13c4a150195a6198e33f1eac2',1,'amrex::MLLinOpT::hasRobinBC()']]], + ['hastags_12894',['hasTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a9a0e6af06afa677b79adf8cc2a2f763c',1,'amrex::TagBoxArray']]], + ['hasunusedinputs_12895',['hasUnusedInputs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a65ec105f3594e14160a631083a1bce59',1,'amrex::ParmParse']]], + ['hasvalue_12896',['hasValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a7b20f835a46c1aba635c2159391f53f1',1,'amrex::Any']]], + ['header_12897',['Header',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7d9690e9eb72fa66dbfc22b12702f0be',1,'amrex::VisMF::Header::Header(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acdfb696b35b3fe342f5040041f59a301',1,'amrex::VisMF::Header::Header(Header &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a8a0e1ec0ea1ff9f6327b2e9685ce7824',1,'amrex::VisMF::Header::Header(const FabArray< FArrayBox > &mf, VisMF::How how, Version version=Version_v1, bool calcMinMax=true, MPI_Comm=ParallelDescriptor::Communicator())'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ac047b91f6a9bf22efc30801bfc4b4452',1,'amrex::VisMF::Header::Header()']]], + ['heap_5fspace_5factually_5fused_12898',['heap_space_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a52c8024bd12299f84f2362c0547c533d',1,'amrex::CArena']]], + ['heap_5fspace_5fused_12899',['heap_space_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f5de3e5518c0f5bcc71a6a2b4076a3f',1,'amrex::CArena']]], + ['hi_12900',['hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a819f29403d4806d7b13baffe25b5ceb8',1,'amrex::RealBox::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af4093a6730c7f7f4c45dae665b1ee35a',1,'amrex::TableData::hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a853070bf06ced25f07f7c02a5cd9293f',1,'amrex::RealBox::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a43318ab06cd6678b822c612803739144',1,'amrex::RealBox::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#aeb4617ca6fae4cb3d2840611d77f1f59',1,'amrex::BCRec::hi(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a23fa6708f4738b051d9622fdef773112',1,'amrex::BCRec::hi() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a102dea5bc859f0879efd400c515b2ebc',1,'amrex::BCRec::hi() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'Array1D< int, 0, N-1 >::hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ac6077168c97aa136885181c663a772ac',1,'amrex::Array1D::hi()']]], + ['hibc_12901',['HiBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'amrex::MLLinOpT::HiBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae6a081e88ffb4aafb123a7eb644ebd72',1,'MLLinOpT< Array< MultiFab, 3 > >::HiBC()']]], + ['hiddendirection_12902',['hiddenDirection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'amrex::MLLinOpT::hiddenDirection()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa0c3b0c5a4e23b9248d18138229aec76',1,'MLLinOpT< Array< MultiFab, 3 > >::hiddenDirection()']]], + ['hiedge_12903',['HiEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a67a1ad822f7d6fac4907e3d37ab8953d',1,'amrex::CoordSys::HiEdge(const IntVect &point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9ec92efce51bbde30e91c69673b080cf',1,'amrex::CoordSys::HiEdge(int point, int dir) const noexcept']]], + ['hiface_12904',['HiFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a99d299808c6a8314a3e2064894d0a03a',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a8c5e075f96416bf7b2b62f2b049c8066',1,'amrex::CoordSys::HiFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept']]], + ['hinode_12905',['HiNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a450803429d6c54bdfaeacaadeace5cb3',1,'amrex::CoordSys::HiNode(const IntVect &point, Real *loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6900764dc4dfae368296b0caf5548999',1,'amrex::CoordSys::HiNode(const IntVect &point, Vector< Real > &loc) const noexcept']]], + ['hinodeloc_12906',['HiNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa0c2291b475b15e34106f3ecf3b6a0e0',1,'amrex::AmrData']]], + ['hiv_12907',['hiV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aac6b099395a000804880b97e43407c5b',1,'amrex::Hypre']]], + ['hivect_12908',['hiVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< PetscInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'BoxND< AMREX_SPACEDIM >::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'BoxND< AMREX_SPACEDIM >::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7b5fe93055c06f5df957069e3fdba6ba',1,'amrex::BoxND::hiVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a639be49872c5fd479f80d656073d2dab',1,'amrex::BoxND::hiVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< Real >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< HYPRE_Int >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< EBCellFlag >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< char >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'BaseFab< AtomicInt >::hiVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac527239df242562c1cd6d05106299041',1,'amrex::BaseFab::hiVect()']]], + ['hivect3d_12909',['hiVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'amrex::BoxND::hiVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f7e0f98c67483a3ed15f86e256de563',1,'BoxND< AMREX_SPACEDIM >::hiVect3d()']]], + ['hostdata_12910',['hostData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a9efbbaef8b00982c3e56b0e557d4f739',1,'amrex::Gpu::Buffer::hostData() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a3619c31c38650efcce3486506434cd08',1,'amrex::Gpu::Buffer::hostData() noexcept']]], + ['hostdevicefor_12911',['HostDeviceFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b53227a97323409b958730f49ebb17b',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7272329c4c5b06cda2ee47e4ee3f46e2',1,'amrex::HostDeviceFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3189a2b23e96e8168b832bf046f9ffcc',1,'amrex::HostDeviceFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad7f374c1219aa3622e64b4be6dfb02b5',1,'amrex::HostDeviceFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bf53c73af6a835b3ccde8b962e7d3f6',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3506b815d7bc6b3c3a06bf8a51152bf0',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64c77616437c6705f7880c08e0032062',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88f467b530e8ca7c172eb7a1edee4642',1,'amrex::HostDeviceFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad398246e65a7d7102beb5169e03a04d',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa7987e46b80fa56902831dbe79888564',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa542e73ac4ffe59f5a44c65aec316ac6',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a874d24acab9e84aa6b01a562b658cf9e',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af335937a7c7f6e30fb69365120d56062',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c27a235f3c50e77f60a837f9bffb7a7',1,'amrex::HostDeviceFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], + ['hostdeviceparallelfor_12912',['HostDeviceParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98cc7310a7b756ded68f0d3b81e2c4c2',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fbd6b37b492537aed607bfd14595409',1,'amrex::HostDeviceParallelFor(T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5f7177073e56ccdb161d727c3b355c86',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6f2af18bb504d5435ff204e0e0b09',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3763c5b1f0bd54bd4811e503351f2377',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a12c2221bfea8298c5ad4aa060ed28',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a030f294fac0688f0a029c43b79b68b',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b56d06bc25e8334cf9af48c442e906d',1,'amrex::HostDeviceParallelFor(BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa43ade38dff5d2e3eea8085d5c2e99e',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, T n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ad7270aa3fe2e3247c76b4b70e0eea5',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box, T ncomp, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a75ed59606fb6aabb3e07828d1e4931bb',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, L1 &&f1, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98d800b1df2cb51d14698a774c042149',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, BoxND< dim > const &box2, BoxND< dim > const &box3, L1 &&f1, L2 &&f2, L3 &&f3) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ab943c1c98941cd33ad27e2f7cf993a',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d64ccb2db1999b9ccb64ea88de96d43',1,'amrex::HostDeviceParallelFor(Gpu::KernelInfo const &, BoxND< dim > const &box1, T1 ncomp1, L1 &&f1, BoxND< dim > const &box2, T2 ncomp2, L2 &&f2, BoxND< dim > const &box3, T3 ncomp3, L3 &&f3) noexcept']]], + ['hostptr_12913',['hostPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8758fc9b8484f68cf9dbd7b7961d9db9',1,'amrex::ReduceData']]], + ['htod_5fmemcpy_12914',['htod_memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae243b10c65516ed7dfeaf9aed7e75aa3',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9df7c449e875ece24add0d826c4f133',1,'amrex::htod_memcpy(FabArray< FAB > &dst, FabArray< FAB > const &src)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa720ba8e7b622f0897659c64d23d5db4',1,'amrex::Gpu::htod_memcpy(void *p_d, const void *p_h, const std::size_t sz) noexcept']]], + ['htod_5fmemcpy_5fasync_12915',['htod_memcpy_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aacefe17a39734cb2475a36199ab1370b',1,'amrex::Gpu']]], + ['hybrid_5fsolver_5fconfigure_12916',['hybrid_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a457d2b6f6174b9705ebc60f9fa034388',1,'amrex::HypreIJIface']]], + ['hydro_5febmol_5fxedge_5fstate_12917',['hydro_ebmol_xedge_state',['../namespaceEBMOL.html#ad5b27400945caeff89542f66eff439ac',1,'EBMOL']]], + ['hydro_5febmol_5fxedge_5fstate_5fextdir_12918',['hydro_ebmol_xedge_state_extdir',['../namespaceEBMOL.html#af1238db74667f2f811b387bf837af5f2',1,'EBMOL']]], + ['hydro_5febmol_5fyedge_5fstate_12919',['hydro_ebmol_yedge_state',['../namespaceEBMOL.html#a7c207869e112a99d0812585c67f7bcc0',1,'EBMOL']]], + ['hydro_5febmol_5fyedge_5fstate_5fextdir_12920',['hydro_ebmol_yedge_state_extdir',['../namespaceEBMOL.html#a5d0b60d61b6303c1d25f02fd5f775b93',1,'EBMOL']]], + ['hydro_5fmol_5fxedge_5fstate_12921',['hydro_mol_xedge_state',['../namespaceMOL.html#a0af7e22f67c73814e7968b5bd6e02e8a',1,'MOL']]], + ['hydro_5fmol_5fxedge_5fstate_5fextdir_12922',['hydro_mol_xedge_state_extdir',['../namespaceMOL.html#a7eb1fa9334dbb23a3fe2f8b3f8f4087e',1,'MOL']]], + ['hydro_5fmol_5fyedge_5fstate_12923',['hydro_mol_yedge_state',['../namespaceMOL.html#a5df4bf00c86eb57634b4bff1d4d3d89b',1,'MOL']]], + ['hydro_5fmol_5fyedge_5fstate_5fextdir_12924',['hydro_mol_yedge_state_extdir',['../namespaceMOL.html#a4e5b6599e866b0386d608e59dabb37ce',1,'MOL']]], + ['hypmlabeclap_5fc2f_12925',['hypmlabeclap_c2f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33931a93ecf75b2103812f964e628eb6',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Real const *bx, Real const *by, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a640f26f4a269e0222e478b21fd6751c1',1,'amrex::hypmlabeclap_c2f(int i, int j, int k, Array4< GpuArray< Real, 2 *AMREX_SPACEDIM+1 >> const &stencil, GpuArray< HYPRE_Int, AMREX_SPACEDIM > *civ, HYPRE_Int *nentries, int *entry_offset, Real *entry_values, Array4< int const > const &offset_from, Array4< int const > const &nentries_to, Array4< int const > const &offset_to, GpuArray< Real, AMREX_SPACEDIM > const &dx, Real sb, Array4< int const > const &offset_bx, Array4< int const > const &offset_by, Array4< int const > const &offset_bz, Real const *bx, Real const *by, Real const *bz, Array4< int const > const &fine_mask, IntVect const &rr, Array4< int const > const &crse_mask)']]], + ['hypmlabeclap_5ff2c_5fset_5fvalues_12926',['hypmlabeclap_f2c_set_values',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb8b44e8d365f59bb8a07c0656996621',1,'amrex']]], + ['hypmlabeclap_5fmat_12927',['hypmlabeclap_mat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac8e91b56ecece55a98b2332debbffb',1,'amrex']]], + ['hypmlabeclap_5frhs_12928',['hypmlabeclap_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a521683c9d457c13174b9ee3cab8922ae',1,'amrex']]], + ['hypre_12929',['Hypre',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a383aec5fd079382143f14a1602a6f2e3',1,'amrex::Hypre::Hypre(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa390f243b090b29bc817812412daf278',1,'amrex::Hypre::Hypre(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#afd2d6c32022a99d96f73485d03272ec9',1,'amrex::Hypre::Hypre(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom, MPI_Comm comm_)']]], + ['hypreabeclap_12930',['HypreABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad89a45864775721cb3101273d111965f',1,'amrex::HypreABecLap::HypreABecLap(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a6c2513b7adba0b3c0e73ca29fd10acbb',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a0fd52ae6876da336d947107d12dff297',1,'amrex::HypreABecLap::HypreABecLap(HypreABecLap &&)=delete']]], + ['hypreabeclap2_12931',['HypreABecLap2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa79f49e5c3aa20259c177558228f79e4',1,'amrex::HypreABecLap2::HypreABecLap2(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#ac478958d6c60fa2a8211675f0399e8a3',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a9c5bc8a1392dab5c486df4b3885b8d0b',1,'amrex::HypreABecLap2::HypreABecLap2(HypreABecLap2 &&)=delete']]], + ['hypreabeclap3_12932',['HypreABecLap3',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aacfe928a277883d188564721c0c55a08',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#ae5aa9ca65d4f13368e5ffffa0ed7c15b',1,'amrex::HypreABecLap3::HypreABecLap3(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aea1735051057b26a6a0852159711f029',1,'amrex::HypreABecLap3::HypreABecLap3(const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom_, MPI_Comm comm_, const iMultiFab *overset_mask=nullptr)']]], + ['hypreijiface_12933',['HypreIJIface',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b576bcb75a14d303f4737994eac2b93',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5e70c19e0ec6019ac78c68af27d40548',1,'amrex::HypreIJIface::HypreIJIface(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afc8bf8cd33edcff622b73c46392efbde',1,'amrex::HypreIJIface::HypreIJIface(MPI_Comm comm, HypreIntType ilower, HypreIntType iupper, int verbose)']]], + ['hypremlabeclap_12934',['HypreMLABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a42a73f2525c154156add80dae776f07c',1,'amrex::HypreMLABecLap::HypreMLABecLap(Vector< Geometry > a_geom, Vector< BoxArray > a_grids, Vector< DistributionMapping > a_dmap, HypreSolverID a_hypre_solver_id, std::string a_parmparse_prefix="hypre_mlabeclap")'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc231f950129aa61917ee4608a7795aa',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3f78a976f617cab402f099b159d76790',1,'amrex::HypreMLABecLap::HypreMLABecLap(HypreMLABecLap const &)=delete']]], + ['hyprenodelap_12935',['HypreNodeLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4a032e1f18d32c22aaff8355cf9f0110',1,'amrex::HypreNodeLap::HypreNodeLap(const BoxArray &grids_, const DistributionMapping &dmap_, const Geometry &geom_, const FabFactory< FArrayBox > &factory_, const iMultiFab &owner_mask_, const iMultiFab &dirichlet_mask_, MPI_Comm comm_, MLNodeLinOp const *linop_, int verbose_, std::string options_namespace_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad983343af0ce854dfc6b6c93d50f2f2c',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25a7c6fd7deff773f1e8d5d97b409a8a',1,'amrex::HypreNodeLap::HypreNodeLap(HypreNodeLap &&)=delete']]], + ['hypresolver_12936',['HypreSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a040c586415a3e08b8d7c329cc6e861f5',1,'amrex::HypreSolver']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_9.js b/amrex-hydro/Doxygen/html/search/functions_9.js index 141ad98..145dfe2 100644 --- a/amrex-hydro/Doxygen/html/search/functions_9.js +++ b/amrex-hydro/Doxygen/html/search/functions_9.js @@ -1,293 +1,294 @@ var searchData= [ - ['iarraybox_12870',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#af6fedef15cfc27312aafd4587fc49683',1,'amrex::IArrayBox::IArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f0eab6dcd0046a0bd3bf6097cc6e05a',1,'amrex::IArrayBox::IArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a2d392519e9ba2d0c847e4d0005edb1e3',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aeba2de0a08ff8906f30a58a9cf04270c',1,'amrex::IArrayBox::IArrayBox(IArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6443cdd8817b08654330d67beba5c54',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a78deba39f37dd25e757951d9a0383ca0',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ae3e9c14ff7beff49a8368e57736b69b9',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa94e7b72db1dbbccb037e5b4e38d23ab',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a327721932b527771972aaa456541b04d',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6bf69fa044d83c02e7a48394be20c5c1',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ab55bcfe89e71d591a08d66ef5ac0c15c',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a, IndexType t) noexcept']]], - ['id_12871',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a36f9ab05aec0c6ff6c10e60af0dc01d2',1,'amrex::ParticleTile']]], - ['id_12872',['Id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a367c2a50847ec17a42b51bb0599cdc5e',1,'amrex::FillBoxId::Id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#a79ee25ffced29c9dc45ea06d2fa48964',1,'amrex::FabArrayId::Id()']]], - ['id_12873',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ae2381a3b4219a19c7d66ed7b5254506b',1,'amrex::SoAParticle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8dbc3abce5db76ac89bdd07fbf35ac52',1,'amrex::SoAParticle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'amrex::ParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af0f0e616393a552d2bde49f930babbae',1,'amrex::ParticleTile::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6e26882024ecf05f93701fac523ff9db',1,'amrex::Particle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1b1f1b307acf1e1762ee8aa31a1a6938',1,'amrex::Particle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a87383ef9decb27031fd7af10df4c8b7b',1,'amrex::ConstSoAParticle::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'amrex::ConstParticleTileData::id(const int index) const &']]], - ['idata_12874',['idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'amrex::ConstParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'amrex::ParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#adffa348400a2c770707376c0040d4596',1,'amrex::Particle::idata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9a8d50011397207e3683329bb018aed6',1,'amrex::Particle::idata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afe49969bb7cbe4611f0212f901fd6277',1,'amrex::Particle::idata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afdb056dd5e330dc36305dc897876f772',1,'amrex::Particle::idata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae04a2682e4044868102276af6ea94561',1,'amrex::Particle::idata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()']]], - ['idcpu_12875',['idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'amrex::ConstParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'amrex::ParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afeb8b364103d2ac3f8d7a0cf8d5d38e3',1,'amrex::SoAParticle::idcpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4d5e4893284120bf5966eafe2e8b9774',1,'amrex::SoAParticle::idcpu() const &']]], - ['idcpuarray_12876',['idcpuarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f25acba9b5d155bac10a12a0facb168',1,'amrex::StructOfArrays']]], - ['identicalinterps_12877',['identicalInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a26a49900d23f1e6dae4904636de28807',1,'amrex::StateDescriptor']]], - ['identitytuple_12878',['IdentityTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25',1,'amrex::IdentityTuple(GpuTuple< Ts... >, TypeList< Ps... >) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9',1,'amrex::IdentityTuple(GpuTuple< Ts... >, ReduceOps< Ps... >) noexcept']]], - ['ieee32normalrealdescriptor_12879',['Ieee32NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a712d35cb1071948f9fd7ce809fa8ff2e',1,'amrex::FPC']]], - ['ieee64normalrealdescriptor_12880',['Ieee64NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a545419a941e545b123cc638c15bfcb72',1,'amrex::FPC']]], - ['if_12881',['If',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ac8138a7c3dfae65f72813c07b8e5e856',1,'amrex::Gpu::Atomic']]], - ['if_5fdevice_12882',['If_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a36a87ab5fbe799714dcc825134aa6027',1,'amrex::Gpu::Atomic']]], - ['if_5ff_12883',['IF_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388',1,'amrex::EB2']]], - ['ignore_5funused_12884',['ignore_unused',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf',1,'amrex']]], - ['ilevel_12885',['ILevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a5d5963f92aa5af837a70ee9031d7132a',1,'amrex::OrderedBoxes']]], - ['imag_12886',['imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#adc42fb08c670f0f7127d886bc3e28435',1,'amrex::GpuComplex']]], - ['image_12887',['Image',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a',1,'amrex::NonLocalBC']]], - ['implicitintegral_12888',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html#ab942f7d12d8564d8cdc739a1b904df4d',1,'amrex::algoim::ImplicitIntegral< 0, N, Phi, F, S >::ImplicitIntegral()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept']]], - ['imultifab_12889',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a815bfdbfd6938b044ed23ac96d55a7c0',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a107599bda529487acf4ad13281918a6f',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aad5326a4a82790720a17b4d811d96089',1,'amrex::iMultiFab::iMultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4030a757a6ad60d4e54fc4b39c486f90',1,'amrex::iMultiFab::iMultiFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#acf0191c29fd07b52e736b7992dd6bc21',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af7c2414a99e5017f1130e2e2c8e9d70f',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a78a07654498a88087435754603d8306d',1,'amrex::iMultiFab::iMultiFab(iMultiFab &&rhs) noexcept=default']]], - ['in_5fparallel_12890',['in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935',1,'amrex::OpenMP']]], - ['include_12891',['Include',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a5f25e2c23a4dcf6d5bcadd45d045b619',1,'RegionsProfStats']]], - ['inclusive_5fscan_12892',['inclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab4e0fa80e6873e53208d917854f37129',1,'amrex::Gpu']]], - ['inclusivesum_12893',['InclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f',1,'amrex::Scan']]], - ['increment_12894',['Increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Increment()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'amrex::ParticleContainer_impl::Increment()']]], - ['increment_12895',['increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a334579fbf27c137837e3860305636d65',1,'amrex::GMRESMLMGT']]], - ['incrementnumberofusers_12896',['IncrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1e86b7049dda4298109713894149ff36',1,'amrex::DataServices']]], - ['incrementwithtotal_12897',['IncrementWithTotal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IncrementWithTotal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'amrex::ParticleContainer_impl::IncrementWithTotal(MultiFab &mf, int level, bool local=false)']]], - ['index_12898',['Index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const']]], - ['index_12899',['index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'amrex::BoxND::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'BoxND< AMREX_SPACEDIM >::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aa69f73dbf7931e2d0a3889de2db4a42b',1,'amrex::MFIter::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aaf05d2993eabd39dee90939a4e8d3b80',1,'amrex::Neighbors::iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa66fe114af5887c4e2a679627c687bf7',1,'amrex::Neighbors::const_iterator::index()']]], - ['index_5ftype_12900',['index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a94cc8c83f1dd9de4e2d1ab9a3d67e056',1,'amrex::BATindexType::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a18c09cc04f0e7aa632e619fcc3824025',1,'amrex::BATbndryReg::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab3b08da13a73b3057d2c1a7d565b0f8a',1,'amrex::BATransformer::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a32b3bfb809dceced0d08a737413919f6',1,'amrex::BATnull::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a90bd569f67fe7881da5831e52d1c78c2',1,'amrex::BATindexType_coarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a83d1ac876f96d6e5561f193b39498bec',1,'amrex::BATcoarsenRatio::index_type()']]], - ['index_5ftype_5fread_12901',['index_type_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478',1,'amrex::detail']]], - ['index_5ftype_5fwrite_12902',['index_type_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab00f37e64a03e8049a6890215b22817a',1,'amrex::detail']]], - ['indexarray_12903',['IndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7a4ed8b70e3aa4c3ddd3a24fb1c0f3a0',1,'amrex::FabArrayBase']]], - ['indexfromvalue_12904',['indexFromValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< EBCellFlag >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006',1,'amrex::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< Real >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< PetscInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< HYPRE_Int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< char >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< AtomicInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'amrex::BaseFab::indexFromValue()']]], - ['indexspace_12905',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a08a6bcc75e45852b005fe627095155fe',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#afd623b9a8ba399823e33335841e30a20',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a2a72ea2c766a09d49b74420005f4f700',1,'amrex::EB2::IndexSpace::IndexSpace() noexcept=default']]], - ['indexspacechkptfile_12906',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a296cc9b11d8dcdf89fc04ddcd1959e42',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9ca6ef6a328a613b2647a3b9d380d65a',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(const ChkptFile &chkpt_file, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aa7b3a02d220d9bf8c0e43cd462ddb224',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile &&)=delete']]], - ['indexspaceimp_12907',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ad6b841229e1fb87dc97f4ee2845ec152',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac2dc5fdef32fb9bbd2843e6b2d91ac97',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6797ef86d23bba92fa8a6479d8bfac51',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > const &)=delete']]], - ['indexspacestl_12908',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#adc0c4857ce013433b350e51cfb2f1b47',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#accce0356b6e62b40a6fa8bb0cf1a9402',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#abe85200c4d1b12e00b1c39640553f064',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(const std::string &stl_file, Real stl_scale, Array< Real, 3 > const &stl_center, int stl_reverse_normal, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)']]], - ['indextypecat_12909',['IndexTypeCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765',1,'amrex']]], - ['indextypeexpand_12910',['IndexTypeExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6',1,'amrex']]], - ['indextypend_12911',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa628a3790133afeee83102618fefc0f9',1,'amrex::IndexTypeND(IndexType::CellIndex, Args...) -> IndexTypeND< sizeof...(Args)+1 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027',1,'amrex::IndexTypeND(const IntVectND< dim > &) -> IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'amrex::IndexTypeND::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'amrex::IndexTypeND::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'amrex::IndexTypeND::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(const IntVectND< dim > &iv) noexcept']]], - ['indextyperesize_12912',['IndexTypeResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8',1,'amrex']]], - ['indextypeshrink_12913',['IndexTypeShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b',1,'amrex']]], - ['indextypesplit_12914',['IndexTypeSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1',1,'amrex']]], - ['indextypesplit_5fimp_12915',['IndexTypeSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e47b1e3eb901025e0d76241ae9102ee',1,'amrex::detail']]], - ['indims_12916',['indims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'amrex::BoxND::indims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'BoxND< AMREX_SPACEDIM >::indims()']]], - ['ingraphregion_12917',['inGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2fed08a89572d6c04add3c5587f647d8',1,'amrex::Gpu']]], - ['init_12918',['init',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#af69ee6eb252dae9acb0706eb7a31492b',1,'amrex::ReduceOpMax::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#ad53fdbbdcc39cc0025641ff1119d3718',1,'amrex::ReduceOpMax::init(T &t) const noexcept']]], - ['init_12919',['Init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a03c5bcd59778f3b11223014a8933ab58',1,'amrex::DataServices']]], - ['init_12920',['init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a00a3d52093863719ed7429f3bbf35eb4',1,'amrex::Amr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1e14a83038675d42ed7065b0262bc2a7',1,'amrex::AmrLevel::init(AmrLevel &old)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae6c24e645074589f76ff10eb4c37c8a1',1,'amrex::AmrLevel::init()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af6b2818bec6a86128f3594b6684d4a42',1,'amrex::ForkJoin::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ae14960aa4d997ba60b2df5e9a1cf3956',1,'amrex::ReduceOpLogicalAnd::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a3c9ce1cac2c3059c950adde4d0259063',1,'amrex::ReduceOpLogicalOr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a080715e65757bd58b0c8e6468b0c09aa',1,'amrex::Gpu::StreamIter::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#af18e050e03babd636f9b492f8776a4df',1,'amrex::ReduceOpSum::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a212c03c98a4230516edbc394cf3f1674',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a130847668e1e52934a9eaee3ec473be2',1,'amrex::ReduceOpMin::init(T &t) const noexcept']]], - ['init_5fpreconditioner_12921',['init_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd785510c002ae90c0406adea27abb4e',1,'amrex::HypreIJIface']]], - ['init_5fsolver_12922',['init_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad7072916b39b7d8c98e19a4d6e23dd6e',1,'amrex::HypreIJIface']]], - ['init_5fstates_12923',['init_states',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#adbef3193b3d4efdeacc00a4c0bf0d396',1,'amrex::BlockMutex']]], - ['initamr_12924',['InitAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9214cdbdc7fddff0ba8afd7d592ba869',1,'amrex::Amr']]], - ['initamrcore_12925',['InitAmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af614cfbec1f40953a32b0786d25f5f6f',1,'amrex::AmrCore']]], - ['initamrmesh_12926',['InitAmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab789a53b0b0d3e5bddbf489ed751aee2',1,'amrex::AmrMesh']]], - ['initblprofdatablock_12927',['InitBLProfDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a34dbaa29f765d4ff500930aca6900d45',1,'BLProfStats']]], - ['initcommdatablock_12928',['InitCommDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8e7882478f8a6a74ec3ca89d32d95096',1,'BLProfStats::InitCommDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#acfb90e6b7303a7d0bec5cec72b70aed7',1,'CommProfStats::InitCommDataBlock()']]], - ['initcstatsdatablock_12929',['InitCStatsDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a136a40d1c2a1467f65e6c27630239b03',1,'BLProfStats::InitCStatsDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a52457e96f8c6a0a8cded7b2f40ad1cc1',1,'RegionsProfStats::InitCStatsDataBlock()']]], - ['initdata_12930',['initData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a862d5c3479aee494a516f53ea70fea0b',1,'amrex::AmrLevel']]], - ['initdatafilenames_12931',['InitDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae236d8843e74f0b9defeb6ff27c0df9c',1,'CommProfStats::InitDataFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af869e7a8dd76194658b7ce98832993db',1,'RegionsProfStats::InitDataFileNames(const amrex::Vector< std::string > &hfn)']]], - ['initdblocks_12932',['InitDBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a70340c01d73cca503ce225c95d9609c4',1,'RegionsProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a50da2373879ad991a77418e0a6210a99',1,'CommProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a732df0e14a0331aa8257e7f499c27d77',1,'BLProfStats::InitDBlocks()']]], - ['initedisontopomf_12933',['InitEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a62079444f690e518e8797d23b16defde',1,'CommProfStats']]], - ['initfiltertimeranges_12934',['InitFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a07e2bf128ca1e78559870ef621c6738c',1,'BLProfStats']]], - ['initfromasciifile_12935',['InitFromAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'amrex::ParticleContainer_impl::InitFromAsciiFile()']]], - ['initfrombinaryfile_12936',['InitFromBinaryFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'amrex::ParticleContainer_impl::InitFromBinaryFile()']]], - ['initfrombinarymetafile_12937',['InitFromBinaryMetaFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryMetaFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'amrex::ParticleContainer_impl::InitFromBinaryMetaFile()']]], - ['initfromlistimpl_12938',['initFromListImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9caf05d151123306105799d4a99cbf30',1,'amrex::detail']]], - ['initfromscratch_12939',['InitFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a309a4bad63faba98cfc57641e274413d',1,'amrex::AmrCore']]], - ['initialba_12940',['initialBa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acadd647c5f887a16b8c6d1fd09b2f41f',1,'amrex::Amr']]], - ['initialbalevels_12941',['initialBaLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa0fd6eea096c16f444db7d0f93b1cbb5',1,'amrex::Amr']]], - ['initialinit_12942',['initialInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af2c9975634dece5cd72f085054987866',1,'amrex::Amr']]], - ['initialize_12943',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca0f6fbf4458284d275ca2f0625c2303',1,'amrex::VisMF::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae63aac3a7741cc60cb66504da479b50a',1,'amrex::TinyProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab9d1477fa7e20518ac22fdb03574a4b2',1,'amrex::FabArrayBase::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d',1,'amrex::Initialize(MPI_Comm mpi_comm, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c',1,'amrex::Initialize(int &argc, char **&argv, bool build_parm_parse=true, MPI_Comm mpi_comm=MPI_COMM_WORLD, const std::function< void()> &func_parm_parse={}, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad322c4e7eab6b75bf9448b5b7d464ee1',1,'amrex::AsyncOut::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be',1,'amrex::EB2::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a42a34e9b2688dfa4616c06781fe06d83',1,'amrex::machine::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ae1e60c63ded7ddfd23bdb3e6d2e4d96c',1,'amrex::MPMD::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a916170832821539e49f051409018ffcb',1,'amrex::ParallelDescriptor::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d',1,'amrex::sundials::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561',1,'amrex::VectorGrowthStrategy::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aff085ec8097788fc08d663f81062154e',1,'amrex::IArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3af393cef8172925a02163379c4ee7db',1,'amrex::BLProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a34bf3e13bc08cfec354d8d6b52004885',1,'amrex::BoxArray::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html#a69acbcd41730d50de9aa0d5548e90972',1,'amrex::InSituUtils::DescriptorMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aea19aa89a556ee88fe67f6067c0abacd',1,'amrex::Gpu::Device::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a03ecb8f0d75887ecef410b64566586bc',1,'amrex::DistributionMapping::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35b1135bdf17ab4f4022cf60745ade37',1,'amrex::FArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a03052a484ec03c3f2a7831be358b0538',1,'amrex::FillPatchIterator::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a01e9092eaa18c9803bd850d15dbd64c8',1,'amrex::FillPatchIteratorHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< Real >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a04e68d07c0aae11be5946e24023b17d3',1,'amrex::iMultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a83f54bf5c96404e02a261280a542d124',1,'amrex::sundials::MemoryHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html#a579a707356fa4428996cffc0d3c669ed',1,'amrex::InSituUtils::MeshStateMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#addaa9305a4ee5dda972e835164b70e29',1,'amrex::MFIter::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7d869f54f3d6f4e3ede7eb0103954a9e',1,'amrex::MultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a302162fcd495ffd22ab0ebb8d8f36a05',1,'amrex::ParmParse::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'amrex::ParticleContainer_impl::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< PetscInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< HYPRE_Int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< EBCellFlag >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< char >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< AtomicInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'amrex::BaseFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aae9932a1a2b245c7a6a1b472cbd0b8ff',1,'amrex::BARef::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a9f40990a545f4d280e905117fc6a0786',1,'amrex::Arena::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa33f37ed3b665ed7c5eb98de5cdafcd3',1,'amrex::Amr::Initialize()']]], - ['initialize_12944',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c61a5a223227b0242549533ea23ffda',1,'amrex::SundialsIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af326e29a8c0b145ec35cfab0011a7f91',1,'amrex::RKIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#aff7833aedc8bfc852c830c35cefe928c',1,'amrex::InSituBridge::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ab125ad41009da20311f0d5b950c2e527',1,'amrex::FEIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6f0024086c8878f64f807c4bd7c2b6ad',1,'hacc::Distribution::initialize()']]], - ['initialize_12945',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a182c3d20f76fd26e5de61a23450ac185',1,'amrex::PrintToFile']]], - ['initialize_5fgpu_12946',['initialize_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adccc576a72b545911c26ec7febfdd078',1,'amrex::Gpu::Device']]], - ['initialize_5fintegrator_12947',['initialize_integrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a63b4a8514fe939f9639442f7ff8d527b',1,'amrex::TimeIntegrator']]], - ['initialize_5fparameters_12948',['initialize_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ac2e6499b53e139edf43e385cdcef27cf',1,'amrex::RKIntegrator::initialize_parameters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#aac86414cf938aa7161d833cfd1a3c518',1,'amrex::SundialsIntegrator::initialize_parameters()']]], - ['initialize_5fpreset_5ftableau_12949',['initialize_preset_tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acff4fc41929210da23d8245c17bdb874',1,'amrex::RKIntegrator']]], - ['initialize_5fstages_12950',['initialize_stages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac5967c00d555d6b2865daf4c937fbbf0',1,'amrex::FEIntegrator::initialize_stages()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada4db7ea06e188ae4ab827a213cf35ce',1,'amrex::RKIntegrator::initialize_stages()']]], - ['initialize_5fwithout_5fsplit_12951',['Initialize_without_split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a1e9265f1483fda707a03fa255e40041e',1,'amrex::MPMD']]], - ['initializecommcomps_12952',['initializeCommComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fc777a6611729b79c56fc8f1782c830',1,'amrex::NeighborParticleContainer']]], - ['initialized_12953',['Initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0',1,'amrex::Initialized()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3140db6536c44d09f5fec2fb7d4ff136',1,'amrex::MPMD::Initialized()']]], - ['initializeinit_12954',['InitializeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4ee94a5a7023c24e9f38112f9e4f6ccd',1,'amrex::Amr']]], - ['initinsitu_12955',['initInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a983258693a263cd6121c36a664f97565',1,'amrex::Amr']]], - ['initnrandompercell_12956',['InitNRandomPerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'amrex::ParticleContainer_impl::InitNRandomPerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitNRandomPerCell(int n_per_cell, const ParticleInitData &pdata)']]], - ['initonepercell_12957',['InitOnePerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitOnePerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'amrex::ParticleContainer_impl::InitOnePerCell()']]], - ['initparams_12958',['InitParams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#af6d5560f2938564e691ec706ef87b5f3',1,'amrex::BLProfiler::InitParams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3dd15ac8b4c21b85653d2bc8a56eb970',1,'amrex::BLProfiler::InitParams(const Real, const bool, const bool)']]], - ['initpltandchk_12959',['initPltAndChk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a210649d50f9f052bcaf38336ce97f986',1,'amrex::Amr']]], - ['initprojector_12960',['initProjector',['../classHydro_1_1MacProjector.html#aacd4ed718a2c55d2df73739131585eab',1,'Hydro::MacProjector::initProjector(amrex::LPInfo a_lpinfo, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#afbcfab692e65f2dff7a555bce62b2f29',1,'Hydro::MacProjector::initProjector(amrex::Vector< amrex::BoxArray > const &a_grids, amrex::Vector< amrex::DistributionMapping > const &a_dmap, amrex::LPInfo a_lpinfo, amrex::Real a_const_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})']]], - ['initproxmap_12961',['InitProxMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a599b15517a65dde41a441be3705e8c01',1,'CommProfStats']]], - ['initrandom_12962',['InitRandom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'amrex::ParticleContainer_impl::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44',1,'amrex::InitRandom()']]], - ['initrandomperbox_12963',['InitRandomPerBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'amrex::ParticleContainer_impl::InitRandomPerBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandomPerBox()']]], - ['initregiontimeranges_12964',['InitRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a40a30a866f8437287bd706633d3ffef5',1,'amrex::DataServices::InitRegionTimeRanges()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a1590c491b357676bac273650f527c8',1,'RegionsProfStats::InitRegionTimeRanges()']]], - ['initsnan_12965',['InitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1',1,'amrex']]], - ['initsubcycle_12966',['initSubcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac817c89d71bd72e6514b12b78ba3a955',1,'amrex::Amr']]], - ['initval_12967',['initVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0950587ec6e53ece5805ffb5ab71cf60',1,'amrex::FArrayBox::initVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa4f9b9a2a37baa29e7767a80f6856dcd',1,'amrex::MultiFab::initVal()']]], - ['inlaunchregion_12968',['inLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7a05369cacb826ba5546b4dd507c49dd',1,'amrex::Gpu']]], - ['innards_12969',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#aacaac28ad77795a2c5443a992e3701ad',1,'amrex::Any::innards']]], - ['innosyncregion_12970',['inNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa291965db390b525ec650fbb777bfd44',1,'amrex::Gpu']]], - ['inrange_12971',['inRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a426236914671d1e988849aa8c1435c01',1,'amrex::StateDescriptor']]], - ['insert_12972',['insert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int *, DefaultAllocator< int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int >::insert(const_iterator a_pos, std::initializer_list< int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int >::insert(const_iterator a_pos, int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int >::insert(const_iterator a_pos, size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int >::insert(const_iterator a_pos, const int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< unsigned int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< unsigned int >::insert(const_iterator a_pos, std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< unsigned int >::insert(const_iterator a_pos, unsigned int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< unsigned int >::insert(const_iterator a_pos, size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< unsigned int >::insert(const_iterator a_pos, const unsigned int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, uint64_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< std::size_t >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::size_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< std::size_t >::insert(const_iterator a_pos, size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< std::size_t >::insert(const_iterator a_pos, const std::size_t &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, ParticleType &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, const amrex::NeighborCode &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, amrex::NeighborCode &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, const amrex::openbc::MomTag &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, size_type a_count, const amrex::openbc::MomTag &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, amrex::openbc::MomTag &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::STLtools::Triangle >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::XDim3 >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, amrex::STLtools::Triangle &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, const amrex::XDim3 &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'amrex::PODVector::insert(const_iterator a_pos, std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'amrex::PODVector::insert(const_iterator a_pos, T &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int * >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'amrex::PODVector::insert(const_iterator a_pos, size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'amrex::PODVector::insert(const_iterator a_pos, const T &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa9a72f88e2cfb4bcbf98ef2f7ae5834a',1,'amrex::ArrayOfStructs::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'amrex::PODVector::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, const amrex::AssignGrid< BinIteratorFactory > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int * >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, const amrex::BoxND &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, amrex::BoxND &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, size_type a_count, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int * >::insert(const_iterator a_pos, const const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int * >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int * >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int * >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int * >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int * >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int * >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< index_type >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< index_type >::insert(const_iterator a_pos, std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< index_type >::insert(const_iterator a_pos, index_type &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< index_type >::insert(const_iterator a_pos, size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< index_type >::insert(const_iterator a_pos, const index_type &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, std::initializer_list< amrex::XDim3 > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char >::insert(const_iterator a_pos, size_type a_count, const char &a_value)']]], - ['insideroundoffdomain_12973',['insideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab6da90b609946e2435bdb054e7770f54',1,'amrex::Geometry']]], - ['insinglestreamregion_12974',['inSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7b9b6dc13dd85b3eeac69203a56e39c0',1,'amrex::Gpu']]], - ['insitubridge_12975',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a6c866fc3219625267ae1e50ba7bec240',1,'amrex::InSituBridge::InSituBridge()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a55fdcf41da1a393096135db7674b777e',1,'amrex::InSituBridge::InSituBridge(const InSituBridge &)=delete']]], - ['installnewdistributionmap_12976',['InstallNewDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3e662f31f9e418725c27e5c55577202',1,'amrex::Amr']]], - ['int_5fvector_5fread_12977',['int_vector_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10cf5f494efe193085325d416a180ebd',1,'amrex::detail']]], - ['int_5fvector_5fwrite_12978',['int_vector_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a447b3a82196abd5e97f2cec9f53d466b',1,'amrex::detail']]], - ['intarray_12979',['intarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aa458068c84a4240f72d3b1dd1fa59c9e',1,'amrex::StructOfArrays']]], - ['intdescriptor_12980',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8e6ce8b7a8c715aca1af416b132d0ebe',1,'amrex::IntDescriptor::IntDescriptor(Long nb, Ordering ordering=NormalOrder)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#abaf847069bf7b132024868b170f2a723',1,'amrex::IntDescriptor::IntDescriptor()=default']]], - ['integrate_12981',['integrate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0eae9b06298e069eab80098118fe239d',1,'amrex::TimeIntegrator']]], - ['integratorbase_12982',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad6e1d1e6bb0cd9f1ac3dec311f811151',1,'amrex::IntegratorBase::IntegratorBase(const T &)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0161e86a01e6b8a3ae9a9d3f91e5ad29',1,'amrex::IntegratorBase::IntegratorBase()=default']]], - ['intercept_5fto_5fedge_5fcentroid_12983',['intercept_to_edge_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72',1,'amrex::EB2']]], - ['internalstype_12984',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a93efc600bd13297ea7536362a1181858',1,'amrex::AmrMeshDataAdaptor::InternalsType::InternalsType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a036873b2f2c1d06f877458c6e3369f13',1,'amrex::AmrDataAdaptor::InternalsType::InternalsType()']]], - ['interp_12985',['interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#aac8208aac343823a13d9bb8ef3b1c00d',1,'amrex::MFPCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#acfb408607036aa3f76da0478bba4855d',1,'amrex::Interpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#adfc5ad7e775d4436676ac78f658bc3b5',1,'amrex::PCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae952aa577171cdaf6a5e11f442ef9744',1,'amrex::NodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a8f3e4f126c927295a4d1b6859f05aaaf',1,'amrex::CellQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#aa8ecd57882ef8a19d4c2480083336b71',1,'amrex::MFNodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html#ad58787e5d20224e834a55b1d566f7672',1,'amrex::MFInterpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#af22d89bec2e69b219d84c180abb9592b',1,'amrex::MFCellConsLinMinmaxLimitInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a188f59b61da019f7ed2eca4044b08cff',1,'amrex::MFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#afb1ce4c138df4eef0c79359d2f313299',1,'amrex::MFCellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0afe8de243a0504d0a3f57b0c6c1310b',1,'amrex::StateDescriptor::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a02d82e4c9c05f3d9acaf2e2519a8a47a',1,'amrex::InterpFaceRegister::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a249d0061f5efa1ea95ba03a301307ec7',1,'amrex::FaceLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a0616e1cd7c7ace4f08b92dea1677f2bd',1,'amrex::FaceDivFree::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a300863fe0bdaa905b0a5cbe163586bf3',1,'amrex::FaceConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a024b3eb2b27436615aeb54a993c2f6f6',1,'amrex::EBMFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a1973ad32936dfb82245776b45e4247db',1,'amrex::EBCellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae417e01165f1eb3090a6fc864e3969d3',1,'amrex::DeriveRec::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a07ab21f13b747541446a303997f24aee',1,'amrex::StateDescriptor::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#adab6249f593300b3e2dc48f0a57c6c6b',1,'amrex::CellQuadratic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#ac45b4cc9c8b00425d71cf683ce9f4673',1,'amrex::CellConservativeQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a81b8c6b51eb371e358a6bc639478c378',1,'amrex::CellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#af74e1e283a35fbabfdae0b880d431f7a',1,'amrex::CellBilinear::interp()']]], - ['interp_5farr_12986',['interp_arr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a7b6f2a09b57e95b750785a7c631c1353',1,'amrex::FaceConservativeLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#af3e2052a76426fa4bec0ca2ae6faaa76',1,'amrex::FaceDivFree::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a1335c7ebf1da118df6be8fa54a6e4007',1,'amrex::FaceLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#a64945546d03cdf4823ac3689509b59f4',1,'amrex::Interpolater::interp_arr()']]], - ['interp_5fcoef_12987',['interp_coef',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acce74b37bc2ee4518cb6bd2d058f2b53',1,'amrex::openbc']]], - ['interp_5fface_12988',['interp_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a0181ab06dea6f0c924ead18e666872af',1,'amrex::FaceConservativeLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a2b8013cf1c27cb27f02b916b16c2043f',1,'amrex::FaceLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee5ce439fa4bbc2dd6f8d40708715485',1,'amrex::Interpolater::interp_face()']]], - ['interp_5fface_5freg_12989',['interp_face_reg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081',1,'amrex::interp_face_reg(int i, int j, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a68acf45501af596b096939b49995c',1,'amrex::interp_face_reg(int i, int j, int k, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)']]], - ['interpaddbox_12990',['InterpAddBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b0d01afec5218e25096773af48821bb',1,'amrex::InterpAddBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#add0ef828c3264079f14cc05abcbb6cb8',1,'amrex::StateData::InterpAddBox()']]], - ['interpassign_12991',['interpAssign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac40a7cc1f424156f36d3d8b2f0254ae7',1,'amrex::MLCellLinOpT::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'amrex::MLLinOpT::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'MLLinOpT< Array< MultiFab, 3 > >::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4d49ac5447d6ea1fc807b221460fb54d',1,'amrex::MLNodeLinOp::interpAssign()']]], - ['interpbase_12992',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#aee63caed578fc06fb37257394ac4a62d',1,'amrex::InterpBase::InterpBase()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a021bb62c902497ccc17f9debb5fc10cc',1,'amrex::InterpBase::InterpBase(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a2f6b67e875b76f7bcaa9151a1c6de2a6',1,'amrex::InterpBase::InterpBase(InterpBase &&) noexcept=default']]], - ['interpbndrydata_5fo1_12993',['interpbndrydata_o1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20',1,'amrex']]], - ['interpbndrydata_5fx_5fo3_12994',['interpbndrydata_x_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39',1,'amrex']]], - ['interpbndrydata_5fy_5fo3_12995',['interpbndrydata_y_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828',1,'amrex']]], - ['interpbndrydata_5fz_5fo3_12996',['interpbndrydata_z_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb',1,'amrex']]], - ['interpbndrydatat_12997',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a58930dee10ca630b2f499dc6f20aa0ac',1,'amrex::InterpBndryDataT::InterpBndryDataT(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#aca339f6cfefd2b60592adb0bb79a01ea',1,'amrex::InterpBndryDataT::InterpBndryDataT(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ab3867a4fd0a4d8e7eba5d2847576bd74',1,'amrex::InterpBndryDataT::InterpBndryDataT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a71ecda5638e531eb2f2c81496b3a3422',1,'amrex::InterpBndryDataT::InterpBndryDataT() noexcept=default']]], - ['interpccx_12998',['interpccx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a9fe6fda4f0515c834002a49cba04cc2e',1,'amrex::openbc']]], - ['interpccy_12999',['interpccy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a765bedd56cb0c8e024a821cc942663bf',1,'amrex::openbc']]], - ['interpccz_13000',['interpccz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a8233d38e6789cbe1cd5dc3138f4bd389',1,'amrex::openbc']]], - ['interpcorrection_13001',['interpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a13d1cb95e97a44a16843f44421cc86c5',1,'amrex::MLMGT::interpCorrection(int alev, int mglev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a295166a3e3f2f9ec07aeffbb4a8a68ed',1,'amrex::MLMGT::interpCorrection(int alev)']]], - ['interpcrsefinebndryemfield_13002',['InterpCrseFineBndryEMfield',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab const *, AMREX_SPACEDIM > &crse, const Array< MultiFab *, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab, AMREX_SPACEDIM > &crse, Array< MultiFab, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)']]], - ['interpface_13003',['InterpFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8',1,'amrex::InterpFace(InterpBase *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bccomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3',1,'amrex::InterpFace(Interp *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bcscomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)']]], - ['interpfaceregister_13004',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ade6847e4f47127ea6f5abc3c8633a9f7',1,'amrex::InterpFaceRegister::InterpFaceRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a4b625e8c2eef9e28005c49bbdfc8c203',1,'amrex::InterpFaceRegister::InterpFaceRegister(BoxArray const &fba, DistributionMapping const &fdm, Geometry const &fgeom, IntVect const &ref_ratio)']]], - ['interpfillfab_13005',['InterpFillFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb',1,'amrex::InterpFillFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a64b6d97172a5fa5f54ecaed8181bbe28',1,'amrex::StateData::InterpFillFab()']]], - ['interpfromcoarselevel_13006',['InterpFromCoarseLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa081e015e8252796d1f7675189020446',1,'amrex::InterpFromCoarseLevel(MF &mf, IntVect const &nghost, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506',1,'amrex::InterpFromCoarseLevel(MF &mf, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], - ['interpolate_5fpotential_13007',['interpolate_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5e29bc57a9ca4bc8ef562a731a373871',1,'amrex::OpenBCSolver']]], - ['interpolaterboxcoarsener_13008',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ae476a5ba50fe4213159eb44a6796a2a3',1,'amrex::InterpolaterBoxCoarsener']]], - ['interpolation_13009',['interpolation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7a7909cddc98ec2abe949ee2f043e817',1,'amrex::MLCellLinOpT::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a259409e41902c718a2c04c81d91648c4',1,'amrex::MLCurlCurl::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4ed336b2cf683367315368d27d244768',1,'amrex::MLEBABecLap::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a96cd1c0c8c939d5330e906376d009f71',1,'amrex::MLNodeTensorLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf4bbbd062c51772dc87171a1f365eac',1,'amrex::MLNodeLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#afb49aaa56be36e92a6e40bd7b2cc67ca',1,'amrex::MLNodeABecLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'amrex::MLLinOpT::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3b6fb22e3c88f4ab7b5ca96c075a8323',1,'amrex::MLEBNodeFDLaplacian::interpolation()']]], - ['interpolationamr_13010',['interpolationAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae4108ba43d2b66494dd56578879a29a9',1,'amrex::MLCellLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'amrex::MLLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a66229ad6a25ab3503f99f67a86be8fef',1,'amrex::MLNodeLinOp::interpolationAmr()']]], - ['intersect_13011',['intersect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6168e6055822180730994c1ad73e068e',1,'amrex::BoxDomain::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a21d91d95c6b068d48292a4fdc2f53486',1,'amrex::BoxList::intersect(const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9f5fb740643bc7f4b10baa5487cc1760',1,'amrex::BoxList::intersect(const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a30626a7fa3cb467d4567c820ba4aabb8',1,'amrex::ClusterList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe22e052a797bf296858f9330273112d',1,'amrex::intersect(const BoxList &bl, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7',1,'amrex::intersect(BoxDomain &dest, const BoxDomain &fin, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3',1,'amrex::intersect(const BoxArray &ba, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a172c409fe49ab498d9910cc19b732346',1,'amrex::intersect(const BoxArray &lhs, const BoxArray &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880',1,'amrex::intersect(const BoxArray &ba, const Box &b, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f38031bc51519297d88d3234115277',1,'amrex::intersect(const BoxArray &ba, const Box &b, int ng=0)']]], - ['intersections_13012',['intersections',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac19b485ff74dd52d9bb8d8919184e0ce',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1a6bba7ce3f3a648d9c1fb8815f7a3af',1,'amrex::BoxArray::intersections(const Box &bx) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c73c4d67413a076f526d3209028285e',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa9813523e16f907563f2c1d054dfaf4f',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7cd5573bebca1fbbe29bd8bd328ce172',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a80052e0d9dfb04e293a213fe3c62f053',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects) const']]], - ['intersectpoint_13013',['IntersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3cb0318159ef8ea32335512140c1e0d3',1,'amrex::XYPlotDataList']]], - ['intersects_13014',['intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'BoxND< AMREX_SPACEDIM >::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a8b71ab83b796a36109d487b53b7ec4c1',1,'amrex::RealBox::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0ec59f7f66dc947a4911ac0b88609ce7',1,'amrex::BoxArray::intersects(const Box &b, int ng=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a15880d75956fdc7052c011f342f62e4c',1,'amrex::BoxArray::intersects(const Box &b, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'amrex::BoxND::intersects()']]], - ['intimerange_13015',['InTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2232121c4ccb35f8edc71cc8ce1bd244',1,'BLProfStats']]], - ['intvect_13016',['intVect',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a82efa297d09d0a5982985ae3296a40c9',1,'amrex::BoxIndexerND< 1 >::intVect()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad27346b304d89647685a5c835d1919cb',1,'amrex::BoxIndexerND::intVect()']]], - ['intvectcat_13017',['IntVectCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced',1,'amrex']]], - ['intvectcat_5fimp_13018',['IntVectCat_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae',1,'amrex::detail']]], - ['intvectexpand_13019',['IntVectExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807',1,'amrex']]], - ['intvectfromlocation_13020',['IntVectFromLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab662246a334dad2696f3b8560c78de94',1,'amrex::AmrData']]], - ['intvectnd_13021',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'IntVectND< AMREX_SPACEDIM >::IntVectND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'amrex::IntVectND::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'amrex::IntVectND::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'amrex::IntVectND::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'amrex::IntVectND::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'IntVectND< AMREX_SPACEDIM >::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'amrex::IntVectND::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'amrex::IntVectND::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'amrex::IntVectND::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4',1,'amrex::IntVectND(int, int, Args...) -> IntVectND< sizeof...(Args)+2 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa',1,'amrex::IntVectND(const Array< int, dim > &) -> IntVectND< dim >']]], - ['intvectresize_13022',['IntVectResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75',1,'amrex']]], - ['intvectshrink_13023',['IntVectShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d',1,'amrex']]], - ['intvectsplit_13024',['IntVectSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837',1,'amrex']]], - ['intvectsplit_5fimp_13025',['IntVectSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf',1,'amrex::detail']]], - ['intvectsplit_5fimp2_13026',['IntVectSplit_imp2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2744dcaf73a87a1ef2d0cbd5b3a95857',1,'amrex::detail']]], - ['invcellsize_13027',['InvCellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad195c96d818c1331428e90a727745304',1,'amrex::CoordSys::InvCellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a9c67df49c93b825ac5378f5411b9da',1,'amrex::CoordSys::InvCellSize(int dir) const noexcept']]], - ['invcellsizearray_13028',['InvCellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad30ea5aed12689007843a59201563409',1,'amrex::CoordSys']]], - ['inverse_13029',['Inverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#ae33cb7ae2726115f3cd480dc088a44b7',1,'amrex::NonLocalBC::Identity::Inverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#af8970386ed97a77fdb26348c6ae02871',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a952e8acf8b0d5176442546ca16c789ee',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(IndexType it) const noexcept']]], - ['inverseimage_13030',['InverseImage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1',1,'amrex::NonLocalBC']]], - ['invert_13031',['invert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< PetscInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< int >::invert(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< int >::invert(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< int >::invert(int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< int >::invert(int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< PetscInt >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< HYPRE_Int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< PetscInt >::invert(PetscInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< Real >::invert(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< Real >::invert(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< Real >::invert(Real const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< Real >::invert(Real const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'amrex::FabArray::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'amrex::FabArray::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< char >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'amrex::BaseFab::invert(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'amrex::BaseFab::invert(T const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'amrex::BaseFab::invert(T const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< char >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'amrex::BaseFab::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< char >::invert(char const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< char >::invert(char const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< PetscInt > >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc88cd9b7b451baaea2d53b97d20368a',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7883de5b1bd515c4714e434e2a98547',1,'amrex::MultiFab::invert(Real numerator, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a773e797a62924f1a23e4774c11b97f6f',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1151850ade9c29c2c657b173ad4a29c3',1,'amrex::MultiFab::invert(Real numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ab502cb4515069d22b59a459377d947d1',1,'amrex::LUSolver::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< TagBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< TagBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< IArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< IArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< FArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< FArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::Mask >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::Mask >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::CutFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::CutFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< PetscInt > >::invert()']]], - ['invnormdist_13032',['InvNormDist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9',1,'amrex']]], - ['invnormdistbest_13033',['InvNormDistBest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9',1,'amrex']]], - ['invoke_13034',['INVOKE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92',1,'amrex::detail']]], - ['ioproc_13035',['IOProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a21e190c33a495b59fa05c1cee0e4e60a',1,'amrex::ParallelContext::Frame']]], - ['ioprocessor_13036',['IOProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9',1,'amrex::ParallelDescriptor::IOProcessor() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8780ee1130870c2cd65de891c71b9b76',1,'amrex::ParallelDescriptor::IOProcessor(MPI_Comm comm) noexcept']]], - ['ioprocessorall_13037',['IOProcessorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a49130bb9cdd82b02c9ac9674aa19925f',1,'amrex::ParallelContext']]], - ['ioprocessornumber_13038',['IOProcessorNumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab734a5d614e753d28d03865ee6e4039a',1,'amrex::ParallelDescriptor::IOProcessorNumber() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9397b95ec0069183061d45372eed1287',1,'amrex::ParallelDescriptor::IOProcessorNumber(MPI_Comm comm) noexcept']]], - ['ioprocessornumberall_13039',['IOProcessorNumberAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac26f1dbbabf3488677245bcfa325a34f',1,'amrex::ParallelContext']]], - ['ioprocessornumbersub_13040',['IOProcessorNumberSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab3843bd69bcb263dfdebb3d668dea1ba',1,'amrex::ParallelContext']]], - ['ioprocessorsub_13041',['IOProcessorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af766eba670e3bba30b2b8db7f20e8885',1,'amrex::ParallelContext']]], - ['iparser_13042',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac4ce16b2a7b27e417a149740858b3482',1,'amrex::IParser::IParser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aec5f0bb22e4084d50b12adbda2cc56ff',1,'amrex::IParser::IParser(std::string const &func_body)']]], - ['iparser_5fast_5fdepth_13043',['iparser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5632af39a73771c9c4131e718495680f',1,'amrex']]], - ['iparser_5fast_5fdup_13044',['iparser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf',1,'amrex']]], - ['iparser_5fast_5fget_5fsymbols_13045',['iparser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b',1,'amrex']]], - ['iparser_5fast_5foptimize_13046',['iparser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0',1,'amrex']]], - ['iparser_5fast_5fprint_13047',['iparser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4',1,'amrex']]], - ['iparser_5fast_5fregvar_13048',['iparser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2',1,'amrex']]], - ['iparser_5fast_5fsetconst_13049',['iparser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5',1,'amrex']]], - ['iparser_5fast_5fsize_13050',['iparser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394',1,'amrex']]], - ['iparser_5fatoll_13051',['iparser_atoll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98',1,'amrex']]], - ['iparser_5fcall_5ff1_13052',['iparser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38a244129f554bd0c30380dac28c840e',1,'amrex']]], - ['iparser_5fcall_5ff2_13053',['iparser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c',1,'amrex']]], - ['iparser_5fcall_5ff3_13054',['iparser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87',1,'amrex']]], - ['iparser_5fcompile_13055',['iparser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283',1,'amrex']]], - ['iparser_5fcompile_5fexe_5fsize_13056',['iparser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4',1,'amrex']]], - ['iparser_5fdefexpr_13057',['iparser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670',1,'amrex']]], - ['iparser_5fdepth_13058',['iparser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6',1,'amrex']]], - ['iparser_5fdup_13059',['iparser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b',1,'amrex']]], - ['iparser_5fexe_5feval_13060',['iparser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605',1,'amrex']]], - ['iparser_5fexe_5fsize_13061',['iparser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983',1,'amrex']]], - ['iparser_5fget_5fsymbols_13062',['iparser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b',1,'amrex']]], - ['iparser_5fmakesymbol_13063',['iparser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75',1,'amrex']]], - ['iparser_5fnewassign_13064',['iparser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa08464d7633bb6fcba918c743263f295',1,'amrex']]], - ['iparser_5fnewf1_13065',['iparser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92',1,'amrex']]], - ['iparser_5fnewf2_13066',['iparser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a152cc978ed680133a953922463541f68',1,'amrex']]], - ['iparser_5fnewf3_13067',['iparser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec',1,'amrex']]], - ['iparser_5fnewlist_13068',['iparser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8710f394abe007b53737084c8bbd3021',1,'amrex']]], - ['iparser_5fnewnode_13069',['iparser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8',1,'amrex']]], - ['iparser_5fnewnumber_13070',['iparser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e',1,'amrex']]], - ['iparser_5fnewsymbol_13071',['iparser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8',1,'amrex']]], - ['iparser_5fprint_13072',['iparser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65',1,'amrex']]], - ['iparser_5fregvar_13073',['iparser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82',1,'amrex']]], - ['iparser_5fsetconst_13074',['iparser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6',1,'amrex']]], - ['iprobe_13075',['IProbe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6542637438eaa734790f6ab8ae83ce0',1,'amrex::ParallelDescriptor::IProbe(int, int, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0d0639c2781f6e40af7d1b507d3a7a2b',1,'amrex::ParallelDescriptor::IProbe(int, int, MPI_Comm, int &, MPI_Status &)']]], - ['is_13076',['is',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a6756f5c90f3bab7334449702da7ae003',1,'amrex::Any']]], - ['is_5faligned_13077',['is_aligned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73309828f34cc814833092699bdbc241',1,'amrex']]], - ['is_5fcell_5fcentered_13078',['is_cell_centered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a60aa58517fd2a7d6976e114df171df25',1,'amrex::FabArrayBase']]], - ['is_5fconvertible_13079',['is_convertible',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a49e77dfdb351e7ec62381480eb764922',1,'amrex::detail']]], - ['is_5fcovered_5fcell_13080',['is_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155',1,'amrex_ebcellflag_module']]], - ['is_5fdirichlet_5fedge_13081',['is_dirichlet_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a462be2c962cc7ba2efdf8003b1192e61',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fnode_13082',['is_dirichlet_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a43c18defca914c519e773fdf104c4956',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fx_5fedge_13083',['is_dirichlet_x_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ac36b247b6a7baf4f880d55225615223f',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fy_5fedge_13084',['is_dirichlet_y_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa9beb0253ffa199754255b047cce7409',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5fdirichlet_5fz_5fedge_13085',['is_dirichlet_z_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a734cfa013c0578c158c64cd8bb22691d',1,'amrex::CurlCurlDirichletInfo']]], - ['is_5ffinite_13086',['is_finite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5abf993e76edbab3fa5cc090fcfa9b4',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75549e7a0cca84c56b4aaa49ae1033dd',1,'amrex::MultiFab::is_finite(bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7734de6ff243e0c08bc48ffad46546a6',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, int ngrow=0, bool local=false) const']]], - ['is_5finteger_13087',['is_integer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc',1,'amrex']]], - ['is_5fit_13088',['is_it',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8',1,'amrex']]], - ['is_5fmulti_5fvalued_5fcell_13089',['is_multi_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02',1,'amrex_ebcellflag_module']]], - ['is_5fneighbor_13090',['is_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec',1,'amrex_ebcellflag_module']]], - ['is_5fnodal_13091',['is_nodal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a90447f2e6d22e5e0e06a538fd37063d5',1,'amrex::FabArrayBase::is_nodal(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a641ffe22574cc57f3544687b3e23d174',1,'amrex::FabArrayBase::is_nodal() const noexcept']]], - ['is_5fnull_13092',['is_null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a5c08ad89ed844fa9ea1e5c951121d2b5',1,'amrex::BATransformer']]], - ['is_5fregular_5fcell_13093',['is_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480',1,'amrex_ebcellflag_module']]], - ['is_5fsimple_13094',['is_simple',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab39c81e4c05ec1e0c571dda7736068eb',1,'amrex::BATransformer']]], - ['is_5fsingle_5fvalued_5fcell_13095',['is_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862',1,'amrex_ebcellflag_module']]], - ['is_5fsymmetric_13096',['is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#af4a4621aa274c45d4d00c5d9618e0ad1',1,'amrex::CurlCurlSymmetryInfo']]], - ['is_5fvalid_13097',['is_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a99ca4e7f4965c5e182f8f3deec969e54',1,'amrex::ConstParticleIDWrapper::is_valid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a6dcba6255321dadae60755324bc0f7e2',1,'amrex::ParticleIDWrapper::is_valid()']]], - ['isallocated_13098',['isAllocated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'amrex::BaseFab::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< Real >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< PetscInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< HYPRE_Int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< EBCellFlag >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< char >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< AtomicInt >::isAllocated()']]], - ['isallperiodic_13099',['isAllPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a0c514a0dab32786f1285b20cdfd327a7',1,'amrex::Periodicity::isAllPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aecbdf44d0934d9245886228cdffb8f37',1,'amrex::Geometry::isAllPeriodic()']]], - ['isallregular_13100',['isAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::Mask >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa6d87378cd84dcd63696879f1a006066',1,'amrex::EB2::Level::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< TagBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< IArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< FArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::EBCellFlagFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::CutFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< PetscInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< AtomicInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'amrex::FabArray::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5e556ff4f588a983a2992c01629e961f',1,'amrex::EBFArrayBoxFactory::isAllRegular()']]], - ['isanyperiodic_13101',['isAnyPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a6f3139a13faee557751404e44ab09042',1,'amrex::Periodicity::isAnyPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a40882432c46bfa9ae6a7316a0889dc35',1,'amrex::Geometry::isAnyPeriodic()']]], - ['isblockingrecv_13102',['IsBlockingRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab0655c04de1ca1a5f803f6bae67dec18',1,'CommProfStats']]], - ['isbottomactive_13103',['isBottomActive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'amrex::MLLinOpT::isBottomActive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomActive()']]], - ['isbottomsingular_13104',['isBottomSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#adbf568e3e1892791a245ca22fe2d0002',1,'amrex::MLEBABecLap::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a30d559613d6da25a22923fbc03163f82',1,'amrex::MLTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a3e11b6d8928e597b0146fcccfa45fd05',1,'amrex::MLPoissonT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a24c4a3663f7c10dfe3b70fdf6f815809',1,'amrex::MLNodeLinOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f735d6386e3974aa751d6ba3a4f0b4c',1,'amrex::MLNodeABecLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'amrex::MLLinOpT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac2ad630180b0745bdf96664c696731fa',1,'amrex::MLEBTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1ddc66c86313eb322b25f378139bc6d0',1,'amrex::MLEBNodeFDLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#afeb4c3dbad1399f4576352234f02a159',1,'amrex::MLCurlCurl::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4b5b9e0e1b0f97052557e4045c85ad8c',1,'amrex::MLALaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#add466d8a308f474217d0b7bbf5528a12',1,'amrex::MLABecLaplacianT::isBottomSingular()']]], - ['iscartesian_13105',['IsCartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a500695aa14e3fd01f3d7162fd784133e',1,'amrex::CoordSys']]], - ['iscellcentered_13106',['isCellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'amrex::MLLinOpT::isCellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'MLLinOpT< Array< MultiFab, 3 > >::isCellCentered()']]], - ['isconnected_13107',['isConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a990e3b28e1b6925413bf2d4e111367bf',1,'amrex::EBCellFlag::isConnected(const IntVect &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5855d564fc1d17b8545b82e8cae9615d',1,'amrex::EBCellFlag::isConnected(int i, int j, int k) const noexcept']]], - ['iscovered_13108',['isCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#afedf970f9d3a534e69ddae19be7cd5f2',1,'amrex::EBCellFlag']]], - ['iscrossstencil_13109',['isCrossStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad1999e903e0c7cf6a9559427f6dddb89',1,'amrex::MLTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a083ceaee929d2e3520ddd5a78841726a',1,'amrex::MLEBABecLap::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4ea0760ca062eb3e4cf1bda5f3993631',1,'amrex::MLEBTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a69fbf6add2bd954f6fb9a17f89adebf8',1,'amrex::MLCellLinOpT::isCrossStencil()']]], - ['isdefined_13110',['isDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< FArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< IArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0fef888a5370f9723f2ab2df2fe32266',1,'amrex::ParticleContainerBase::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< TagBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::Mask >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::EBCellFlagFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::CutFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'amrex::FabArray::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::isDefined()']]], - ['isderiveplotvar_13111',['isDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a534b06b1181277637fae2a4caf17e8c1',1,'amrex::Amr']]], - ['isderivesmallplotvar_13112',['isDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6ad527c04f14f430b8835dc690337df8',1,'amrex::Amr']]], - ['isdevice_13113',['isDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acdc9d343c34ebda8c4c0a78e0e6924d1',1,'amrex::detail::SingleChunkArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#afed5d46f95e13e00cb4c268007d0a8ed',1,'amrex::PArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#abf63d084f8e220d01d53b543f7f93bc6',1,'amrex::BArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa45555e396ee74158b0c6f3331ce5536',1,'amrex::Arena::isDevice()']]], - ['isdeviceaccessible_13114',['isDeviceAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a97ff3b21f09c80a942c96176b5507b46',1,'amrex::PArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afa7c9e223346f671eb055b3ce8580e56',1,'amrex::Arena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ad0656effeaa29bac32c44198b8922f0f',1,'amrex::BArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a7f18c58c24d1b6966057125c4758a2a4',1,'amrex::detail::SingleChunkArena::isDeviceAccessible()']]], - ['isdeviceptr_13115',['isDevicePtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af5ad0c7753b11912c68338e7f33fde0f',1,'amrex::Gpu']]], - ['isdisconnected_13116',['isDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae426d9c757d8cd7be4fe958aeb17fda5',1,'amrex::EBCellFlag::isDisconnected(const IntVect &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa6ba5c828c1fe0ba50f1f3673400db8e',1,'amrex::EBCellFlag::isDisconnected(int i, int j, int k) const noexcept']]], - ['isdisjoint_13117',['isDisjoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae724686faa6eed126df5223966a425eb',1,'amrex::BoxArray::isDisjoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a18846dc6645e047916b3833a7ec1a777',1,'amrex::BoxList::isDisjoint()']]], - ['isebdirichlet_13118',['isEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a566f171eb405174c2eea99667a76cdb1',1,'amrex::MLEBABecLap']]], - ['isempty_13119',['isEmpty',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a',1,'amrex::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxList::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'amrex::BoxND::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'BoxND< AMREX_SPACEDIM >::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e',1,'amrex::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxDomain::isEmpty()']]], - ['isfullblock_13120',['isFullBlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#afaca0e51ba536dc7520dfaded38d38e6',1,'amrex::Gpu::Handler']]], - ['isfusingcandidate_13121',['isFusingCandidate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f85b5648838d8d7cf103fbbeaec76be',1,'amrex::FabArrayBase']]], - ['isgpuable_13122',['isGPUable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad1e74ed017c04e4c073999b1ab577858',1,'amrex::STLtools::isGPUable()']]], - ['isgpuptr_13123',['isGpuPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5ee8881eb9dcf74360bb8981d1478a17',1,'amrex::Gpu']]], - ['ishigh_13124',['isHigh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ad165d895eaa7163b73c35a501479d83b',1,'amrex::Orientation']]], - ['ishostaccessible_13125',['isHostAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ac052582015bfe8bc0e29565fb901f238',1,'amrex::PArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1c7a6c7a2a82e1c705442baa09e84560',1,'amrex::detail::SingleChunkArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a84fc546372485495fe7eca80c08764e6',1,'amrex::BArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a40d897685d407918d2d6143b5301a525',1,'amrex::Arena::isHostAccessible()']]], - ['isinf_13126',['isinf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0b47b234df50714368217dfb8703aaab',1,'amrex::Gpu']]], - ['isize_13127',['isize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'amrex::IndexTypeND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'IntVectND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'amrex::IntVectND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'IndexTypeND< AMREX_SPACEDIM >::isize()']]], - ['islow_13128',['isLow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a810886bfa5b2df027287545304c73ad6',1,'amrex::Orientation']]], - ['ismanaged_13129',['isManaged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a7119489f4464f902d907f6dfe9716909',1,'amrex::Arena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a56c8b6538282b4a56466b9053065b3e0',1,'amrex::BArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a5bc7b26bd1f96e5d87de04034e23a4bb',1,'amrex::PArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae6b2985298ea93f8412c8a21da3443ec',1,'amrex::detail::SingleChunkArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15625bddaff1aaca4d04b13492962b92',1,'amrex::Gpu::isManaged()']]], - ['ismfitersafe_13130',['isMFIterSafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'MLLinOpT< Array< MultiFab, 3 > >::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3',1,'amrex::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'amrex::MLLinOpT::isMFIterSafe()']]], - ['ismultivalued_13131',['isMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a74bbae059aac3f50256897505cf6e3c1',1,'amrex::EBCellFlag']]], - ['isnan_13132',['isnan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae593bd821798e21aa2e404559d59ae2a',1,'amrex::Gpu']]], - ['isnotempty_13133',['isNotEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxDomain::isNotEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxList::isNotEmpty()']]], - ['isok_13134',['isOK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a09608e5c4f86b678ac2c665090366d91',1,'amrex::EB2::Level']]], - ['isowner_13135',['isOwner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6512ea611a6c04b5710334d9d9bfbb4e',1,'amrex::FabArrayBase']]], - ['isparticletiledata_13136',['IsParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298',1,'amrex::IsParticleTileData()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69911bccde2f992eb93a426d24557e11',1,'amrex::IsParticleTileData(Args...)']]], - ['isperiodic_13137',['isPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4a9c33cfb4af2e159fcf3dff841881e7',1,'amrex::Geometry::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab263804d56d1280b7ece30109482ecee',1,'amrex::Periodicity::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2d12d7cb9b520d38458d1b0e2821e25f',1,'amrex::GeometryData::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aed68387cf6235047891119eb57ee878e',1,'amrex::Geometry::isPeriodic(int dir) const noexcept']]], - ['isperiodicarray_13138',['isPeriodicArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a6b21e315b7fa018c5e528e620fd554c6',1,'amrex::Geometry']]], - ['ispinned_13139',['isPinned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a336e271c5a07296e4c2866d194111784',1,'amrex::Arena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a4089e5008457c5f04ee4acfc430b3f37',1,'amrex::BArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a8edd3549a2cf5e689d5078e5f355b8a1',1,'amrex::PArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a08324a9f9d1c2b9e7d81b3ef8e8d4ad5',1,'amrex::detail::SingleChunkArena::isPinned()']]], - ['ispinnedptr_13140',['isPinnedPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a93299a5692a098ffa6f10f6cce78fd17',1,'amrex::Gpu']]], - ['ispow2_13141',['ispow2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a4120c58bf9c835d8345257e836e276b5',1,'amrex::Hypre']]], - ['isrecv_13142',['IsRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa39af5c360eed166f1eab2758f3b3099',1,'CommProfStats']]], - ['isregular_13143',['isRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aeb00fbb304865247e733dea6fcf63b3b',1,'amrex::EBCellFlag']]], - ['isrz_13144',['IsRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aff79cb7249a744e24c5b335935f20fe6',1,'amrex::CoordSys']]], - ['issame_13145',['isSame',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769',1,'amrex']]], - ['issend_13146',['IsSend',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e0ff1215f92ce779b69d858490926ba',1,'CommProfStats']]], - ['issinglevalued_13147',['isSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5c007e4008f2729cadb8e493a97d0869',1,'amrex::EBCellFlag']]], - ['issingular_13148',['isSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a25f78b91eada0f84dfce92d458f9082a',1,'amrex::MLABecLaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aa59148993a6c569354845306245c8ab0',1,'amrex::MLALaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a29a695e894b100f9ee670ec7dcc15926',1,'amrex::MLCurlCurl::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acd759cc5cbf540fbcc5114f2a092ef60',1,'amrex::MLEBABecLap::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#afdc35cf0e4f9853590f3857b567c5aaf',1,'amrex::MLEBNodeFDLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aea991638ae9cea1583bd4101bb22d1d9',1,'amrex::MLEBTensorOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'amrex::MLLinOpT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'MLLinOpT< Array< MultiFab, 3 > >::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a76eb50b8a4a8f096f99ae5a15041a2e5',1,'amrex::MLNodeABecLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae961a84e4d91aa6ff69bbfcd65f22e9c',1,'amrex::MLNodeLinOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a908ed94e88ef21f70373a16c1665229d',1,'amrex::MLPoissonT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a994dcb4070bfd07513129c584419e148',1,'amrex::MLTensorOp::isSingular()']]], - ['isspherical_13149',['IsSPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87414a566bba1fff3d0185286a11ba56',1,'amrex::CoordSys']]], - ['issquare_13150',['isSquare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'BoxND< AMREX_SPACEDIM >::isSquare()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'amrex::BoxND::isSquare()']]], - ['isstateplotvar_13151',['isStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e76ba9b63802ff44942fe4dc4ffbd8f',1,'amrex::Amr']]], - ['isstatesmallplotvar_13152',['isStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a44718cda179205e8d5e6c5997131f7fd',1,'amrex::Amr']]], - ['isstatevariable_13153',['isStateVariable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acaf1b5936e81691794578618126d813d',1,'amrex::AmrLevel']]], - ['isstreamorderedarena_13154',['isStreamOrderedArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a45cb8a8f57250c6858412296275c8dbb',1,'amrex::Arena::isStreamOrderedArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a608c3335c824b9524c374173358bf25a',1,'amrex::PArena::isStreamOrderedArena()']]], - ['isteamlead_13155',['isTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2d56d5861b4cca0c635bf8e1cbe5f750',1,'amrex::ParallelDescriptor']]], - ['istensorop_13156',['isTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aae0589f189ee2d39dadca3a308e3df9b',1,'amrex::MLCellLinOpT::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aeeeea035327ccd896c7af7beb6093c8a',1,'amrex::MLEBTensorOp::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a08aefe93ce148879b387ed11f9da0f94',1,'amrex::MLTensorOp::isTensorOp()']]], - ['isvalid_13157',['isValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#aa6fe916a0fcc700c77166c439fe9ef6f',1,'amrex::OrientationIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'amrex::AmrParticleLocator::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'amrex::AmrParticleLocator::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61b9a1d5eda39765d1db9b9b936558c7',1,'amrex::MFIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5cd8c986f822086a092ee8159373a0b4',1,'amrex::ParticleBufferMap::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#accd95862af234b5b13b8eccf3cf2966d',1,'amrex::ParticleLocator::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a2bce50aff08af02208f587bd3f810804',1,'amrex::Gpu::StreamIter::isValid()']]], - ['iterator_13158',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a9ad7e9287daf81892de3268ed3085663',1,'amrex::BinIterator::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a7986f1b8dd09b767356976ae7bfa0d17',1,'amrex::Gpu::range_detail::range_impl::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a50ad515a24bf46fd0ab349c0f24e88c8',1,'amrex::Neighbors::iterator::iterator()']]], - ['ixtype_13159',['ixType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0005742d49b95bea045b6f46edb75714',1,'amrex::BoxArray::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxDomain::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxList::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'amrex::BoxND::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'BoxND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a682fdf86619f6028fea2805d9693ae22',1,'amrex::FabArrayBase::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'amrex::IndexTypeND::ixType(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'amrex::IndexTypeND::ixType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()']]] + ['iarraybox_12937',['IArrayBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#af6fedef15cfc27312aafd4587fc49683',1,'amrex::IArrayBox::IArrayBox(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f0eab6dcd0046a0bd3bf6097cc6e05a',1,'amrex::IArrayBox::IArrayBox() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a2d392519e9ba2d0c847e4d0005edb1e3',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aeba2de0a08ff8906f30a58a9cf04270c',1,'amrex::IArrayBox::IArrayBox(IArrayBox &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6443cdd8817b08654330d67beba5c54',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a78deba39f37dd25e757951d9a0383ca0',1,'amrex::IArrayBox::IArrayBox(Array4< int const > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ae3e9c14ff7beff49a8368e57736b69b9',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa94e7b72db1dbbccb037e5b4e38d23ab',1,'amrex::IArrayBox::IArrayBox(const IArrayBox &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a327721932b527771972aaa456541b04d',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a6bf69fa044d83c02e7a48394be20c5c1',1,'amrex::IArrayBox::IArrayBox(const Box &b, int ncomp, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#ab55bcfe89e71d591a08d66ef5ac0c15c',1,'amrex::IArrayBox::IArrayBox(Array4< int > const &a, IndexType t) noexcept']]], + ['id_12938',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a36f9ab05aec0c6ff6c10e60af0dc01d2',1,'amrex::ParticleTile']]], + ['id_12939',['Id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a367c2a50847ec17a42b51bb0599cdc5e',1,'amrex::FillBoxId::Id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#a79ee25ffced29c9dc45ea06d2fa48964',1,'amrex::FabArrayId::Id()']]], + ['id_12940',['id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ae2381a3b4219a19c7d66ed7b5254506b',1,'amrex::SoAParticle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8dbc3abce5db76ac89bdd07fbf35ac52',1,'amrex::SoAParticle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#afc9dd781b0f62f3334fb1b996edc8c61',1,'amrex::ParticleTileData::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af0f0e616393a552d2bde49f930babbae',1,'amrex::ParticleTile::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a6e26882024ecf05f93701fac523ff9db',1,'amrex::Particle::id() const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1b1f1b307acf1e1762ee8aa31a1a6938',1,'amrex::Particle::id() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a87383ef9decb27031fd7af10df4c8b7b',1,'amrex::ConstSoAParticle::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a364ed62398854b15640406fd8c833064',1,'amrex::ConstParticleTileData::id(const int index) const &']]], + ['idata_12941',['idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'amrex::ConstParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ade77baf3c33f93ef865c9eb7a8c3ff58',1,'amrex::ParticleTileData::idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#adffa348400a2c770707376c0040d4596',1,'amrex::Particle::idata(int) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a9a8d50011397207e3683329bb018aed6',1,'amrex::Particle::idata(int) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afe49969bb7cbe4611f0212f901fd6277',1,'amrex::Particle::idata(int index) const &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#afdb056dd5e330dc36305dc897876f772',1,'amrex::Particle::idata(int) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ae04a2682e4044868102276af6ea94561',1,'amrex::Particle::idata(int index) &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a84707b98dac18e03e7539db1c072dd4d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idata()']]], + ['idcpu_12942',['idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'amrex::ConstParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aa6a8094bb10b5559e034cf6624a2e034',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'amrex::ParticleTileData::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a28683f199083fef39cd0dde6aafb8859',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afeb8b364103d2ac3f8d7a0cf8d5d38e3',1,'amrex::SoAParticle::idcpu() &'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4d5e4893284120bf5966eafe2e8b9774',1,'amrex::SoAParticle::idcpu() const &']]], + ['idcpuarray_12943',['idcpuarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a5f25acba9b5d155bac10a12a0facb168',1,'amrex::StructOfArrays']]], + ['identicalinterps_12944',['identicalInterps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a26a49900d23f1e6dae4904636de28807',1,'amrex::StateDescriptor']]], + ['identitytuple_12945',['IdentityTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a055961d372c3be97281e3a40c7f6bf25',1,'amrex::IdentityTuple(GpuTuple< Ts... >, TypeList< Ps... >) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d133ef4334729455eef75bfa196dca9',1,'amrex::IdentityTuple(GpuTuple< Ts... >, ReduceOps< Ps... >) noexcept']]], + ['ieee32normalrealdescriptor_12946',['Ieee32NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a712d35cb1071948f9fd7ce809fa8ff2e',1,'amrex::FPC']]], + ['ieee64normalrealdescriptor_12947',['Ieee64NormalRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a545419a941e545b123cc638c15bfcb72',1,'amrex::FPC']]], + ['if_12948',['If',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ac8138a7c3dfae65f72813c07b8e5e856',1,'amrex::Gpu::Atomic']]], + ['if_5fdevice_12949',['If_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a36a87ab5fbe799714dcc825134aa6027',1,'amrex::Gpu::Atomic']]], + ['if_5ff_12950',['IF_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a26665fe0c584ed57e499dbbcd2ace388',1,'amrex::EB2']]], + ['ignore_5funused_12951',['ignore_unused',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95b1159ba3a5494abd49dc9b3d34eacf',1,'amrex']]], + ['ilevel_12952',['ILevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a5d5963f92aa5af837a70ee9031d7132a',1,'amrex::OrderedBoxes']]], + ['imag_12953',['imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#adc42fb08c670f0f7127d886bc3e28435',1,'amrex::GpuComplex']]], + ['image_12954',['Image',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a7f43ddf52003ccef3fd4189be4b4e26a',1,'amrex::NonLocalBC']]], + ['implicitintegral_12955',['ImplicitIntegral',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral_3_010_00_01N_00_01Phi_00_01F_00_01S_01_4.html#ab942f7d12d8564d8cdc739a1b904df4d',1,'amrex::algoim::ImplicitIntegral< 0, N, Phi, F, S >::ImplicitIntegral()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a41e2ad2b70c3c0a29ae6027216bdf737',1,'amrex::algoim::ImplicitIntegral::ImplicitIntegral(const Phi &phi_, F &f_, const GpuArray< bool, N > &free_, const GpuArray< PsiCode< N >, 1<<(N-1)> &psi_, int psiCount_) noexcept']]], + ['imultifab_12956',['iMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a815bfdbfd6938b044ed23ac96d55a7c0',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a107599bda529487acf4ad13281918a6f',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aad5326a4a82790720a17b4d811d96089',1,'amrex::iMultiFab::iMultiFab(Arena *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4030a757a6ad60d4e54fc4b39c486f90',1,'amrex::iMultiFab::iMultiFab() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#acf0191c29fd07b52e736b7992dd6bc21',1,'amrex::iMultiFab::iMultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< IArrayBox > &factory=DefaultFabFactory< IArrayBox >())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af7c2414a99e5017f1130e2e2c8e9d70f',1,'amrex::iMultiFab::iMultiFab(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a78a07654498a88087435754603d8306d',1,'amrex::iMultiFab::iMultiFab(iMultiFab &&rhs) noexcept=default']]], + ['in_5fparallel_12957',['in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html#ac4d826cf1b5dd7b16d2e1d54a73ff935',1,'amrex::OpenMP']]], + ['include_12958',['Include',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a5f25e2c23a4dcf6d5bcadd45d045b619',1,'RegionsProfStats']]], + ['inclusive_5fscan_12959',['inclusive_scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab4e0fa80e6873e53208d917854f37129',1,'amrex::Gpu']]], + ['inclusivesum_12960',['InclusiveSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a252adc550a6d7b6ff5e31b6be3b2f12f',1,'amrex::Scan']]], + ['increment_12961',['increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a334579fbf27c137837e3860305636d65',1,'amrex::GMRESMLMGT']]], + ['increment_12962',['Increment',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Increment()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5019b540f254e7b91f8a2d112d19dc95',1,'amrex::ParticleContainer_impl::Increment()']]], + ['incrementnumberofusers_12963',['IncrementNumberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a1e86b7049dda4298109713894149ff36',1,'amrex::DataServices']]], + ['incrementwithtotal_12964',['IncrementWithTotal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IncrementWithTotal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae923206d590fdc0fdf1e19fae92a5a5c',1,'amrex::ParticleContainer_impl::IncrementWithTotal(MultiFab &mf, int level, bool local=false)']]], + ['index_12965',['Index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'amrex::ParticleContainer_impl::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae6231e20371e520643fb269cf5f646ca',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Index(const P &p, int lev) const']]], + ['index_12966',['index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'amrex::BoxND::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a5e916aff07e51d3d3e473c7f6f4bfe68',1,'BoxND< AMREX_SPACEDIM >::index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aa69f73dbf7931e2d0a3889de2db4a42b',1,'amrex::MFIter::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aaf05d2993eabd39dee90939a4e8d3b80',1,'amrex::Neighbors::iterator::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa66fe114af5887c4e2a679627c687bf7',1,'amrex::Neighbors::const_iterator::index()']]], + ['index_5ftype_12967',['index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a94cc8c83f1dd9de4e2d1ab9a3d67e056',1,'amrex::BATindexType::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a18c09cc04f0e7aa632e619fcc3824025',1,'amrex::BATbndryReg::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab3b08da13a73b3057d2c1a7d565b0f8a',1,'amrex::BATransformer::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a32b3bfb809dceced0d08a737413919f6',1,'amrex::BATnull::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a90bd569f67fe7881da5831e52d1c78c2',1,'amrex::BATindexType_coarsenRatio::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#a83d1ac876f96d6e5561f193b39498bec',1,'amrex::BATcoarsenRatio::index_type()']]], + ['index_5ftype_5fread_12968',['index_type_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ae1db1fc5feb5005eee61aeeeb926a478',1,'amrex::detail']]], + ['index_5ftype_5fwrite_12969',['index_type_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ab00f37e64a03e8049a6890215b22817a',1,'amrex::detail']]], + ['indexarray_12970',['IndexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7a4ed8b70e3aa4c3ddd3a24fb1c0f3a0',1,'amrex::FabArrayBase']]], + ['indexfromvalue_12971',['indexFromValue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< EBCellFlag >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1fe8dd7d2e436cf2e4e696b9b5ae006',1,'amrex::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< Real >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< PetscInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< HYPRE_Int >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< char >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'BaseFab< AtomicInt >::indexFromValue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4d9eb1a365feee57e8b622f92f42a676',1,'amrex::BaseFab::indexFromValue()']]], + ['indexspace_12972',['IndexSpace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a08a6bcc75e45852b005fe627095155fe',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#afd623b9a8ba399823e33335841e30a20',1,'amrex::EB2::IndexSpace::IndexSpace(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a2a72ea2c766a09d49b74420005f4f700',1,'amrex::EB2::IndexSpace::IndexSpace() noexcept=default']]], + ['indexspacechkptfile_12973',['IndexSpaceChkptFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a296cc9b11d8dcdf89fc04ddcd1959e42',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#a9ca6ef6a328a613b2647a3b9d380d65a',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(const ChkptFile &chkpt_file, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aa7b3a02d220d9bf8c0e43cd462ddb224',1,'amrex::EB2::IndexSpaceChkptFile::IndexSpaceChkptFile(IndexSpaceChkptFile &&)=delete']]], + ['indexspaceimp_12974',['IndexSpaceImp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ad6b841229e1fb87dc97f4ee2845ec152',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(const G &gshop, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac2dc5fdef32fb9bbd2843e6b2d91ac97',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a6797ef86d23bba92fa8a6479d8bfac51',1,'amrex::EB2::IndexSpaceImp::IndexSpaceImp(IndexSpaceImp< G > const &)=delete']]], + ['indexspacestl_12975',['IndexSpaceSTL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#adc0c4857ce013433b350e51cfb2f1b47',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#accce0356b6e62b40a6fa8bb0cf1a9402',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#abe85200c4d1b12e00b1c39640553f064',1,'amrex::EB2::IndexSpaceSTL::IndexSpaceSTL(const std::string &stl_file, Real stl_scale, Array< Real, 3 > const &stl_center, int stl_reverse_normal, const Geometry &geom, int required_coarsening_level, int max_coarsening_level, int ngrow, bool build_coarse_level_by_coarsening, bool extend_domain_face, int num_coarsen_opt)']]], + ['indextypecat_12976',['IndexTypeCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4bfb8a8d2ba2e2cf94a50de4541b9765',1,'amrex']]], + ['indextypeexpand_12977',['IndexTypeExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fd1c8a4c4c635d42171135f7e50e2a6',1,'amrex']]], + ['indextypend_12978',['IndexTypeND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa628a3790133afeee83102618fefc0f9',1,'amrex::IndexTypeND(IndexType::CellIndex, Args...) -> IndexTypeND< sizeof...(Args)+1 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249fa6ae3b11e46457ccf50adbfe5027',1,'amrex::IndexTypeND(const IntVectND< dim > &) -> IndexTypeND< dim >'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'amrex::IndexTypeND::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'amrex::IndexTypeND::IndexTypeND(const IntVectND< dim > &iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a86b0dedf41877e9d693e1d68b8e632c7',1,'amrex::IndexTypeND::IndexTypeND(CellIndex i, Args...js) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#addfdea7b208f457bb0f3e620385b0f44',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a9697091203d7c5c75e6cb6be75d9a223',1,'IndexTypeND< AMREX_SPACEDIM >::IndexTypeND(const IntVectND< dim > &iv) noexcept']]], + ['indextyperesize_12979',['IndexTypeResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2ee922ccb0ac5f892bde44e598f77d8',1,'amrex']]], + ['indextypeshrink_12980',['IndexTypeShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9b313f012baa43b16932b21e72ebd40b',1,'amrex']]], + ['indextypesplit_12981',['IndexTypeSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adffc778b2c0d246adbb76698a86701c1',1,'amrex']]], + ['indextypesplit_5fimp_12982',['IndexTypeSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a8e47b1e3eb901025e0d76241ae9102ee',1,'amrex::detail']]], + ['indims_12983',['indims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'amrex::BoxND::indims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a766febf8d1e884bf1bfdee678629b96f',1,'BoxND< AMREX_SPACEDIM >::indims()']]], + ['ingraphregion_12984',['inGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2fed08a89572d6c04add3c5587f647d8',1,'amrex::Gpu']]], + ['init_12985',['init',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#af69ee6eb252dae9acb0706eb7a31492b',1,'amrex::ReduceOpMax::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#ad53fdbbdcc39cc0025641ff1119d3718',1,'amrex::ReduceOpMax::init(T &t) const noexcept']]], + ['init_12986',['Init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a03c5bcd59778f3b11223014a8933ab58',1,'amrex::DataServices']]], + ['init_12987',['init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a00a3d52093863719ed7429f3bbf35eb4',1,'amrex::Amr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1e14a83038675d42ed7065b0262bc2a7',1,'amrex::AmrLevel::init(AmrLevel &old)=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae6c24e645074589f76ff10eb4c37c8a1',1,'amrex::AmrLevel::init()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#af6b2818bec6a86128f3594b6684d4a42',1,'amrex::ForkJoin::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#ae14960aa4d997ba60b2df5e9a1cf3956',1,'amrex::ReduceOpLogicalAnd::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#a3c9ce1cac2c3059c950adde4d0259063',1,'amrex::ReduceOpLogicalOr::init()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a080715e65757bd58b0c8e6468b0c09aa',1,'amrex::Gpu::StreamIter::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#af18e050e03babd636f9b492f8776a4df',1,'amrex::ReduceOpSum::init()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a212c03c98a4230516edbc394cf3f1674',1,'amrex::ReduceOpMin::init(T &t) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#a130847668e1e52934a9eaee3ec473be2',1,'amrex::ReduceOpMin::init(T &t) const noexcept']]], + ['init_5fpreconditioner_12988',['init_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd785510c002ae90c0406adea27abb4e',1,'amrex::HypreIJIface']]], + ['init_5fsolver_12989',['init_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad7072916b39b7d8c98e19a4d6e23dd6e',1,'amrex::HypreIJIface']]], + ['init_5fstates_12990',['init_states',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#adbef3193b3d4efdeacc00a4c0bf0d396',1,'amrex::BlockMutex']]], + ['initamr_12991',['InitAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9214cdbdc7fddff0ba8afd7d592ba869',1,'amrex::Amr']]], + ['initamrcore_12992',['InitAmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af614cfbec1f40953a32b0786d25f5f6f',1,'amrex::AmrCore']]], + ['initamrmesh_12993',['InitAmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab789a53b0b0d3e5bddbf489ed751aee2',1,'amrex::AmrMesh']]], + ['initblprofdatablock_12994',['InitBLProfDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a34dbaa29f765d4ff500930aca6900d45',1,'BLProfStats']]], + ['initcommdatablock_12995',['InitCommDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8e7882478f8a6a74ec3ca89d32d95096',1,'BLProfStats::InitCommDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#acfb90e6b7303a7d0bec5cec72b70aed7',1,'CommProfStats::InitCommDataBlock()']]], + ['initcstatsdatablock_12996',['InitCStatsDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a136a40d1c2a1467f65e6c27630239b03',1,'BLProfStats::InitCStatsDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a52457e96f8c6a0a8cded7b2f40ad1cc1',1,'RegionsProfStats::InitCStatsDataBlock()']]], + ['initdata_12997',['initData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a862d5c3479aee494a516f53ea70fea0b',1,'amrex::AmrLevel']]], + ['initdatafilenames_12998',['InitDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae236d8843e74f0b9defeb6ff27c0df9c',1,'CommProfStats::InitDataFileNames()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#af869e7a8dd76194658b7ce98832993db',1,'RegionsProfStats::InitDataFileNames(const amrex::Vector< std::string > &hfn)']]], + ['initdblocks_12999',['InitDBlocks',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a70340c01d73cca503ce225c95d9609c4',1,'RegionsProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a50da2373879ad991a77418e0a6210a99',1,'CommProfStats::InitDBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a732df0e14a0331aa8257e7f499c27d77',1,'BLProfStats::InitDBlocks()']]], + ['initedisontopomf_13000',['InitEdisonTopoMF',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a62079444f690e518e8797d23b16defde',1,'CommProfStats']]], + ['initfiltertimeranges_13001',['InitFilterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a07e2bf128ca1e78559870ef621c6738c',1,'BLProfStats']]], + ['initfromasciifile_13002',['InitFromAsciiFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromAsciiFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a61246388ae1185e56d61b035b07d69ac',1,'amrex::ParticleContainer_impl::InitFromAsciiFile()']]], + ['initfrombinaryfile_13003',['InitFromBinaryFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a9ab2b337e6644ad127a55724de54e1',1,'amrex::ParticleContainer_impl::InitFromBinaryFile()']]], + ['initfrombinarymetafile_13004',['InitFromBinaryMetaFile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitFromBinaryMetaFile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adeb31dff53ee49725d7cabb4f6a33cf6',1,'amrex::ParticleContainer_impl::InitFromBinaryMetaFile()']]], + ['initfromlistimpl_13005',['initFromListImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a9caf05d151123306105799d4a99cbf30',1,'amrex::detail']]], + ['initfromscratch_13006',['InitFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a309a4bad63faba98cfc57641e274413d',1,'amrex::AmrCore']]], + ['initialba_13007',['initialBa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acadd647c5f887a16b8c6d1fd09b2f41f',1,'amrex::Amr']]], + ['initialbalevels_13008',['initialBaLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa0fd6eea096c16f444db7d0f93b1cbb5',1,'amrex::Amr']]], + ['initialinit_13009',['initialInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af2c9975634dece5cd72f085054987866',1,'amrex::Amr']]], + ['initialize_13010',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aca0f6fbf4458284d275ca2f0625c2303',1,'amrex::VisMF::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae63aac3a7741cc60cb66504da479b50a',1,'amrex::TinyProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab9d1477fa7e20518ac22fdb03574a4b2',1,'amrex::FabArrayBase::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a187cdb4f4273fdf9bcad01ac8e3fcc4d',1,'amrex::Initialize(MPI_Comm mpi_comm, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a023801a9417fb6bd2f74787e89124a8c',1,'amrex::Initialize(int &argc, char **&argv, bool build_parm_parse=true, MPI_Comm mpi_comm=MPI_COMM_WORLD, const std::function< void()> &func_parm_parse={}, std::ostream &a_osout=std::cout, std::ostream &a_oserr=std::cerr, ErrorHandler a_errhandler=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#ad322c4e7eab6b75bf9448b5b7d464ee1',1,'amrex::AsyncOut::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a44d269eae8c3bc0c9c0aff8961ed61be',1,'amrex::EB2::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html#a42a34e9b2688dfa4616c06781fe06d83',1,'amrex::machine::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#ae1e60c63ded7ddfd23bdb3e6d2e4d96c',1,'amrex::MPMD::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a916170832821539e49f051409018ffcb',1,'amrex::ParallelDescriptor::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab2ee62c0a1b082b5f9438f56b0146c9d',1,'amrex::sundials::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a220176c8289f1b22577adf0500f09561',1,'amrex::VectorGrowthStrategy::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aff085ec8097788fc08d663f81062154e',1,'amrex::IArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3af393cef8172925a02163379c4ee7db',1,'amrex::BLProfiler::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a34bf3e13bc08cfec354d8d6b52004885',1,'amrex::BoxArray::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1DescriptorMap.html#a69acbcd41730d50de9aa0d5548e90972',1,'amrex::InSituUtils::DescriptorMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aea19aa89a556ee88fe67f6067c0abacd',1,'amrex::Gpu::Device::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a03ecb8f0d75887ecef410b64566586bc',1,'amrex::DistributionMapping::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a35b1135bdf17ab4f4022cf60745ade37',1,'amrex::FArrayBox::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a03052a484ec03c3f2a7831be358b0538',1,'amrex::FillPatchIterator::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a01e9092eaa18c9803bd850d15dbd64c8',1,'amrex::FillPatchIteratorHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< Real >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a04e68d07c0aae11be5946e24023b17d3',1,'amrex::iMultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a83f54bf5c96404e02a261280a542d124',1,'amrex::sundials::MemoryHelper::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1MeshStateMap.html#a579a707356fa4428996cffc0d3c669ed',1,'amrex::InSituUtils::MeshStateMap::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#addaa9305a4ee5dda972e835164b70e29',1,'amrex::MFIter::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7d869f54f3d6f4e3ede7eb0103954a9e',1,'amrex::MultiFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a302162fcd495ffd22ab0ebb8d8f36a05',1,'amrex::ParmParse::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'amrex::ParticleContainer_impl::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3107c4a7bb9135a876706eb026a7193f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< PetscInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< HYPRE_Int >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< EBCellFlag >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< char >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'BaseFab< AtomicInt >::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1d6dfeb0de1a785895b2a26e05c8ce4a',1,'amrex::BaseFab::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aae9932a1a2b245c7a6a1b472cbd0b8ff',1,'amrex::BARef::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a9f40990a545f4d280e905117fc6a0786',1,'amrex::Arena::Initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa33f37ed3b665ed7c5eb98de5cdafcd3',1,'amrex::Amr::Initialize()']]], + ['initialize_13011',['initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c61a5a223227b0242549533ea23ffda',1,'amrex::SundialsIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#af326e29a8c0b145ec35cfab0011a7f91',1,'amrex::RKIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#aff7833aedc8bfc852c830c35cefe928c',1,'amrex::InSituBridge::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ab125ad41009da20311f0d5b950c2e527',1,'amrex::FEIntegrator::initialize()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a6f0024086c8878f64f807c4bd7c2b6ad',1,'hacc::Distribution::initialize()']]], + ['initialize_13012',['Initialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a182c3d20f76fd26e5de61a23450ac185',1,'amrex::PrintToFile']]], + ['initialize_5fgpu_13013',['initialize_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adccc576a72b545911c26ec7febfdd078',1,'amrex::Gpu::Device']]], + ['initialize_5fintegrator_13014',['initialize_integrator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a63b4a8514fe939f9639442f7ff8d527b',1,'amrex::TimeIntegrator']]], + ['initialize_5fparameters_13015',['initialize_parameters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ac2e6499b53e139edf43e385cdcef27cf',1,'amrex::RKIntegrator::initialize_parameters()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#aac86414cf938aa7161d833cfd1a3c518',1,'amrex::SundialsIntegrator::initialize_parameters()']]], + ['initialize_5fpreset_5ftableau_13016',['initialize_preset_tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acff4fc41929210da23d8245c17bdb874',1,'amrex::RKIntegrator']]], + ['initialize_5fstages_13017',['initialize_stages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ac5967c00d555d6b2865daf4c937fbbf0',1,'amrex::FEIntegrator::initialize_stages()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ada4db7ea06e188ae4ab827a213cf35ce',1,'amrex::RKIntegrator::initialize_stages()']]], + ['initialize_5fwithout_5fsplit_13018',['Initialize_without_split',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a1e9265f1483fda707a03fa255e40041e',1,'amrex::MPMD']]], + ['initializecommcomps_13019',['initializeCommComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9fc777a6611729b79c56fc8f1782c830',1,'amrex::NeighborParticleContainer']]], + ['initialized_13020',['Initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdedd4a55eb147e0e27194b9e06f68e0',1,'amrex::Initialized()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3140db6536c44d09f5fec2fb7d4ff136',1,'amrex::MPMD::Initialized()']]], + ['initializeinit_13021',['InitializeInit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4ee94a5a7023c24e9f38112f9e4f6ccd',1,'amrex::Amr']]], + ['initinsitu_13022',['initInSitu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a983258693a263cd6121c36a664f97565',1,'amrex::Amr']]], + ['initnrandompercell_13023',['InitNRandomPerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'amrex::ParticleContainer_impl::InitNRandomPerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a960cdbf8ef062e265b3957220f1db3e8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitNRandomPerCell(int n_per_cell, const ParticleInitData &pdata)']]], + ['initonepercell_13024',['InitOnePerCell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitOnePerCell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aeb89e96cb9e2697c5ffeb7b7c99d16c9',1,'amrex::ParticleContainer_impl::InitOnePerCell()']]], + ['initparams_13025',['InitParams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#af6d5560f2938564e691ec706ef87b5f3',1,'amrex::BLProfiler::InitParams()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLProfiler.html#a3dd15ac8b4c21b85653d2bc8a56eb970',1,'amrex::BLProfiler::InitParams(const Real, const bool, const bool)']]], + ['initpltandchk_13026',['initPltAndChk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a210649d50f9f052bcaf38336ce97f986',1,'amrex::Amr']]], + ['initprojector_13027',['initProjector',['../classHydro_1_1MacProjector.html#aacd4ed718a2c55d2df73739131585eab',1,'Hydro::MacProjector::initProjector(amrex::LPInfo a_lpinfo, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#afbcfab692e65f2dff7a555bce62b2f29',1,'Hydro::MacProjector::initProjector(amrex::Vector< amrex::BoxArray > const &a_grids, amrex::Vector< amrex::DistributionMapping > const &a_dmap, amrex::LPInfo a_lpinfo, amrex::Real a_const_beta, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})']]], + ['initproxmap_13028',['InitProxMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a599b15517a65dde41a441be3705e8c01',1,'CommProfStats']]], + ['initrandom_13029',['InitRandom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'amrex::ParticleContainer_impl::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a77e8bc7ae893a6e46b8feae5e1c4f7df',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandom()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1b2c12e9a133d26ba2bd4b978a95df44',1,'amrex::InitRandom()']]], + ['initrandomperbox_13030',['InitRandomPerBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'amrex::ParticleContainer_impl::InitRandomPerBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd47ecec7c2df08b3b44e73601cc5944',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::InitRandomPerBox()']]], + ['initregiontimeranges_13031',['InitRegionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a40a30a866f8437287bd706633d3ffef5',1,'amrex::DataServices::InitRegionTimeRanges()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a8a1590c491b357676bac273650f527c8',1,'RegionsProfStats::InitRegionTimeRanges()']]], + ['initsnan_13032',['InitSNaN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48ee24ac226396b92932d8d533d68af1',1,'amrex']]], + ['initsubcycle_13033',['initSubcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac817c89d71bd72e6514b12b78ba3a955',1,'amrex::Amr']]], + ['initval_13034',['initVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a0950587ec6e53ece5805ffb5ab71cf60',1,'amrex::FArrayBox::initVal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa4f9b9a2a37baa29e7767a80f6856dcd',1,'amrex::MultiFab::initVal()']]], + ['inlaunchregion_13035',['inLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7a05369cacb826ba5546b4dd507c49dd',1,'amrex::Gpu']]], + ['innards_13036',['innards',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#aacaac28ad77795a2c5443a992e3701ad',1,'amrex::Any::innards']]], + ['innosyncregion_13037',['inNoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#aa291965db390b525ec650fbb777bfd44',1,'amrex::Gpu']]], + ['inrange_13038',['inRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a426236914671d1e988849aa8c1435c01',1,'amrex::StateDescriptor']]], + ['insert_13039',['insert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int *, DefaultAllocator< int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int >::insert(const_iterator a_pos, std::initializer_list< int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int >::insert(const_iterator a_pos, int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int >::insert(const_iterator a_pos, size_type a_count, const int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int >::insert(const_iterator a_pos, const int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, std::initializer_list< int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int *, DefaultAllocator< int * > >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int * >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< unsigned int >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< unsigned int >::insert(const_iterator a_pos, std::initializer_list< unsigned int > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< unsigned int >::insert(const_iterator a_pos, unsigned int &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< unsigned int >::insert(const_iterator a_pos, size_type a_count, const unsigned int &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< unsigned int >::insert(const_iterator a_pos, const unsigned int &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, std::initializer_list< uint64_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, uint64_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::insert(const_iterator a_pos, size_type a_count, const uint64_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< std::size_t >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::initializer_list< std::size_t > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< std::size_t >::insert(const_iterator a_pos, std::size_t &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< std::size_t >::insert(const_iterator a_pos, size_type a_count, const std::size_t &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< std::size_t >::insert(const_iterator a_pos, const std::size_t &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, std::initializer_list< ParticleType > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, ParticleType &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::insert(const_iterator a_pos, size_type a_count, const ParticleType &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, std::initializer_list< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, const amrex::NeighborCode &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, size_type a_count, const amrex::NeighborCode &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, amrex::NeighborCode &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, std::initializer_list< amrex::NeighborCode > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::NeighborCode >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::XDim3 >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::openbc::MomTag >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, std::initializer_list< amrex::openbc::MomTag > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::openbc::MomTag >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, const amrex::STLtools::Triangle &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, size_type a_count, const amrex::STLtools::Triangle &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, amrex::STLtools::Triangle &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, std::initializer_list< amrex::STLtools::Triangle > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::STLtools::Triangle >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, const amrex::XDim3 &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::XDim3 >::insert(const_iterator a_pos, size_type a_count, const amrex::XDim3 &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< int * >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa9a72f88e2cfb4bcbf98ef2f7ae5834a',1,'amrex::ArrayOfStructs::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'amrex::PODVector::insert(const_iterator a_pos, const T &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'amrex::PODVector::insert(const_iterator a_pos, size_type a_count, const T &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'amrex::PODVector::insert(const_iterator a_pos, T &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'amrex::PODVector::insert(const_iterator a_pos, std::initializer_list< T > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'amrex::PODVector::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, const amrex::AssignGrid< BinIteratorFactory > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, size_type a_count, const amrex::AssignGrid< BinIteratorFactory > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< int * >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, std::initializer_list< amrex::AssignGrid< BinIteratorFactory > > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, const amrex::BoxND &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, size_type a_count, const amrex::BoxND &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, amrex::BoxND &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, std::initializer_list< amrex::BoxND > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::BoxND >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::insert(const_iterator a_pos, size_type a_count, const amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, std::initializer_list< const ParticleReal * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const const ParticleReal *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, size_type a_count, const const ParticleReal *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert(const_iterator a_pos, const ParticleReal *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< amrex::XDim3 >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< index_type >::insert(const_iterator a_pos, const index_type &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< index_type >::insert(const_iterator a_pos, size_type a_count, const index_type &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< index_type >::insert(const_iterator a_pos, index_type &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< index_type >::insert(const_iterator a_pos, std::initializer_list< index_type > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< index_type >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< int * >::insert(const_iterator a_pos, const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< int * >::insert(const_iterator a_pos, size_type a_count, const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< int * >::insert(const_iterator a_pos, int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< amrex::XDim3 >::insert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char >::insert(const_iterator a_pos, size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, const char &a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, size_type a_count, const char &a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, char &&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, std::initializer_list< char > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int * >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0384ebf38ab1dbf96a080ff6abaf45c7',1,'PODVector< const int * >::insert(const_iterator a_pos, const int *&&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int * >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5295d29a95b00f0b0809881e3a555905',1,'PODVector< const int * >::insert(const_iterator a_pos, InputIt a_first, InputIt a_last)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a0e8d37623b1314d826c263bdf5be3d26',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, const const int *&a_item)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1bd112fd8425ebbf152b979c27629357',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, size_type a_count, const const int *&a_value)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4b7de0d9bfdaa4615eb0143265f2cbb9',1,'PODVector< const int *, DefaultAllocator< const int * > >::insert(const_iterator a_pos, std::initializer_list< const int * > a_initializer_list)']]], + ['insideroundoffdomain_13040',['insideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ab6da90b609946e2435bdb054e7770f54',1,'amrex::Geometry']]], + ['insinglestreamregion_13041',['inSingleStreamRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7b9b6dc13dd85b3eeac69203a56e39c0',1,'amrex::Gpu']]], + ['insitubridge_13042',['InSituBridge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a55fdcf41da1a393096135db7674b777e',1,'amrex::InSituBridge::InSituBridge(const InSituBridge &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a6c866fc3219625267ae1e50ba7bec240',1,'amrex::InSituBridge::InSituBridge()']]], + ['installnewdistributionmap_13043',['InstallNewDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3e662f31f9e418725c27e5c55577202',1,'amrex::Amr']]], + ['int_5fvector_5fread_13044',['int_vector_read',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10cf5f494efe193085325d416a180ebd',1,'amrex::detail']]], + ['int_5fvector_5fwrite_13045',['int_vector_write',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a447b3a82196abd5e97f2cec9f53d466b',1,'amrex::detail']]], + ['intarray_13046',['intarray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aa458068c84a4240f72d3b1dd1fa59c9e',1,'amrex::StructOfArrays']]], + ['intdescriptor_13047',['IntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8e6ce8b7a8c715aca1af416b132d0ebe',1,'amrex::IntDescriptor::IntDescriptor(Long nb, Ordering ordering=NormalOrder)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#abaf847069bf7b132024868b170f2a723',1,'amrex::IntDescriptor::IntDescriptor()=default']]], + ['integrate_13048',['integrate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a0eae9b06298e069eab80098118fe239d',1,'amrex::TimeIntegrator']]], + ['integratorbase_13049',['IntegratorBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad6e1d1e6bb0cd9f1ac3dec311f811151',1,'amrex::IntegratorBase::IntegratorBase(const T &)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a0161e86a01e6b8a3ae9a9d3f91e5ad29',1,'amrex::IntegratorBase::IntegratorBase()=default']]], + ['intercept_5fto_5fedge_5fcentroid_13050',['intercept_to_edge_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae800250c2c38174f8c7e09534afa8f72',1,'amrex::EB2']]], + ['internalstype_13051',['InternalsType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a036873b2f2c1d06f877458c6e3369f13',1,'amrex::AmrDataAdaptor::InternalsType::InternalsType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a93efc600bd13297ea7536362a1181858',1,'amrex::AmrMeshDataAdaptor::InternalsType::InternalsType()']]], + ['interp_13052',['interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellBilinear.html#afb1ce4c138df4eef0c79359d2f313299',1,'amrex::MFCellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#acfb408607036aa3f76da0478bba4855d',1,'amrex::Interpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a02d82e4c9c05f3d9acaf2e2519a8a47a',1,'amrex::InterpFaceRegister::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a249d0061f5efa1ea95ba03a301307ec7',1,'amrex::FaceLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#a0616e1cd7c7ace4f08b92dea1677f2bd',1,'amrex::FaceDivFree::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a300863fe0bdaa905b0a5cbe163586bf3',1,'amrex::FaceConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a024b3eb2b27436615aeb54a993c2f6f6',1,'amrex::EBMFCellConsLinInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellConservativeLinear.html#a1973ad32936dfb82245776b45e4247db',1,'amrex::EBCellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae417e01165f1eb3090a6fc864e3969d3',1,'amrex::DeriveRec::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuartic.html#a8f3e4f126c927295a4d1b6859f05aaaf',1,'amrex::CellQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellQuadratic.html#adab6249f593300b3e2dc48f0a57c6c6b',1,'amrex::CellQuadratic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeQuartic.html#ac45b4cc9c8b00425d71cf683ce9f4673',1,'amrex::CellConservativeQuartic::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a81b8c6b51eb371e358a6bc639478c378',1,'amrex::CellConservativeLinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellBilinear.html#af74e1e283a35fbabfdae0b880d431f7a',1,'amrex::CellBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NodeBilinear.html#ae952aa577171cdaf6a5e11f442ef9744',1,'amrex::NodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinMinmaxLimitInterp.html#af22d89bec2e69b219d84c180abb9592b',1,'amrex::MFCellConsLinMinmaxLimitInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFInterpolater.html#ad58787e5d20224e834a55b1d566f7672',1,'amrex::MFInterpolater::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFNodeBilinear.html#aa8ecd57882ef8a19d4c2480083336b71',1,'amrex::MFNodeBilinear::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFPCInterp.html#aac8208aac343823a13d9bb8ef3b1c00d',1,'amrex::MFPCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PCInterp.html#adfc5ad7e775d4436676ac78f658bc3b5',1,'amrex::PCInterp::interp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0afe8de243a0504d0a3f57b0c6c1310b',1,'amrex::StateDescriptor::interp() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a07ab21f13b747541446a303997f24aee',1,'amrex::StateDescriptor::interp(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a188f59b61da019f7ed2eca4044b08cff',1,'amrex::MFCellConsLinInterp::interp()']]], + ['interp_5farr_13053',['interp_arr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceDivFree.html#af3e2052a76426fa4bec0ca2ae6faaa76',1,'amrex::FaceDivFree::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#a64945546d03cdf4823ac3689509b59f4',1,'amrex::Interpolater::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a1335c7ebf1da118df6be8fa54a6e4007',1,'amrex::FaceLinear::interp_arr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a7b6f2a09b57e95b750785a7c631c1353',1,'amrex::FaceConservativeLinear::interp_arr()']]], + ['interp_5fcoef_13054',['interp_coef',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#acce74b37bc2ee4518cb6bd2d058f2b53',1,'amrex::openbc']]], + ['interp_5fface_13055',['interp_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceConservativeLinear.html#a0181ab06dea6f0c924ead18e666872af',1,'amrex::FaceConservativeLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FaceLinear.html#a2b8013cf1c27cb27f02b916b16c2043f',1,'amrex::FaceLinear::interp_face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Interpolater.html#aee5ce439fa4bbc2dd6f8d40708715485',1,'amrex::Interpolater::interp_face()']]], + ['interp_5fface_5freg_13056',['interp_face_reg',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78a68acf45501af596b096939b49995c',1,'amrex::interp_face_reg(int i, int j, int k, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed91a03099231a70cb9d3fbf02d95081',1,'amrex::interp_face_reg(int i, int j, IntVect const &rr, Array4< Real > const &fine, int scomp, Array4< Real const > const &crse, Array4< Real > const &slope, int ncomp, Box const &domface, int idim)']]], + ['interpaddbox_13057',['InterpAddBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#add0ef828c3264079f14cc05abcbb6cb8',1,'amrex::StateData::InterpAddBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b0d01afec5218e25096773af48821bb',1,'amrex::InterpAddBox()']]], + ['interpassign_13058',['interpAssign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac40a7cc1f424156f36d3d8b2f0254ae7',1,'amrex::MLCellLinOpT::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4d49ac5447d6ea1fc807b221460fb54d',1,'amrex::MLNodeLinOp::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'MLLinOpT< Array< MultiFab, 3 > >::interpAssign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2f7c32a95d9e511ccee3f3f256341141',1,'amrex::MLLinOpT::interpAssign()']]], + ['interpbase_13059',['InterpBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a021bb62c902497ccc17f9debb5fc10cc',1,'amrex::InterpBase::InterpBase(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a2f6b67e875b76f7bcaa9151a1c6de2a6',1,'amrex::InterpBase::InterpBase(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#aee63caed578fc06fb37257394ac4a62d',1,'amrex::InterpBase::InterpBase()=default']]], + ['interpbndrydata_5fo1_13060',['interpbndrydata_o1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb1adff31f71c9985f21b703a4374f20',1,'amrex']]], + ['interpbndrydata_5fx_5fo3_13061',['interpbndrydata_x_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4db98eeaa5650776a6e1a6c96ab18e39',1,'amrex']]], + ['interpbndrydata_5fy_5fo3_13062',['interpbndrydata_y_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f0b450447c87eb36e65433e5c93f828',1,'amrex']]], + ['interpbndrydata_5fz_5fo3_13063',['interpbndrydata_z_o3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72cb29420ce81cfc0ff3a3a169ca3cdb',1,'amrex']]], + ['interpbndrydatat_13064',['InterpBndryDataT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a71ecda5638e531eb2f2c81496b3a3422',1,'amrex::InterpBndryDataT::InterpBndryDataT() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ab3867a4fd0a4d8e7eba5d2847576bd74',1,'amrex::InterpBndryDataT::InterpBndryDataT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#aca339f6cfefd2b60592adb0bb79a01ea',1,'amrex::InterpBndryDataT::InterpBndryDataT(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a58930dee10ca630b2f499dc6f20aa0ac',1,'amrex::InterpBndryDataT::InterpBndryDataT(InterpBndryDataT< MF > &&rhs)=delete']]], + ['interpccx_13065',['interpccx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a9fe6fda4f0515c834002a49cba04cc2e',1,'amrex::openbc']]], + ['interpccy_13066',['interpccy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a765bedd56cb0c8e024a821cc942663bf',1,'amrex::openbc']]], + ['interpccz_13067',['interpccz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a8233d38e6789cbe1cd5dc3138f4bd389',1,'amrex::openbc']]], + ['interpcorrection_13068',['interpCorrection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a295166a3e3f2f9ec07aeffbb4a8a68ed',1,'amrex::MLMGT::interpCorrection(int alev)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a13d1cb95e97a44a16843f44421cc86c5',1,'amrex::MLMGT::interpCorrection(int alev, int mglev)']]], + ['interpcrsefinebndryemfield_13069',['InterpCrseFineBndryEMfield',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a331b0725efb68a4f9224f12e6d6df4dd',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab, AMREX_SPACEDIM > &crse, Array< MultiFab, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad4b250931d7e5f375e7da2ebc1ea0ac0',1,'amrex::InterpCrseFineBndryEMfield(InterpEM_t interp_type, const Array< MultiFab const *, AMREX_SPACEDIM > &crse, const Array< MultiFab *, AMREX_SPACEDIM > &fine, const Geometry &cgeom, const Geometry &fgeom, int ref_ratio)']]], + ['interpface_13070',['InterpFace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a47d6d2c059c23fce19a769d7c1256fd3',1,'amrex::InterpFace(Interp *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bcscomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4262e98515dcf57af2a075ccc914dba8',1,'amrex::InterpFace(InterpBase *interp, MF const &mf_crse_patch, int crse_comp, MF &mf_refined_patch, int fine_comp, int ncomp, const IntVect &ratio, const iMF &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, int bccomp, RunOn gpu_or_cpu, const Vector< BCRec > &bcs)']]], + ['interpfaceregister_13071',['InterpFaceRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ade6847e4f47127ea6f5abc3c8633a9f7',1,'amrex::InterpFaceRegister::InterpFaceRegister()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a4b625e8c2eef9e28005c49bbdfc8c203',1,'amrex::InterpFaceRegister::InterpFaceRegister(BoxArray const &fba, DistributionMapping const &fdm, Geometry const &fgeom, IntVect const &ref_ratio)']]], + ['interpfillfab_13072',['InterpFillFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a64b6d97172a5fa5f54ecaed8181bbe28',1,'amrex::StateData::InterpFillFab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aabdb646a3159210a31ec8dc806eaf7bb',1,'amrex::InterpFillFab(MultiFabCopyDescriptor &fabCopyDesc, const Vector< FillBoxId > &fillBoxIds, MultiFabId faid1, MultiFabId faid2, FArrayBox &dest, Real t1, Real t2, Real t, int src_comp, int dest_comp, int num_comp, bool extrap)']]], + ['interpfromcoarselevel_13073',['InterpFromCoarseLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa430e1648835f9dea38b7568d79506',1,'amrex::InterpFromCoarseLevel(MF &mf, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa081e015e8252796d1f7675189020446',1,'amrex::InterpFromCoarseLevel(MF &mf, IntVect const &nghost, Real time, const MF &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, BC &cbc, int cbccomp, BC &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Vector< BCRec > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abed62fa77c3def575a20c8c9efa33805',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a665aff71f29d05e954c3cb414b5e9349',1,'amrex::InterpFromCoarseLevel(Array< MF *, AMREX_SPACEDIM > const &mf, IntVect const &nghost, Real time, const Array< MF *, AMREX_SPACEDIM > &cmf, int scomp, int dcomp, int ncomp, const Geometry &cgeom, const Geometry &fgeom, Array< BC, AMREX_SPACEDIM > &cbc, int cbccomp, Array< BC, AMREX_SPACEDIM > &fbc, int fbccomp, const IntVect &ratio, Interp *mapper, const Array< Vector< BCRec >, AMREX_SPACEDIM > &bcs, int bcscomp, const PreInterpHook &pre_interp={}, const PostInterpHook &post_interp={})']]], + ['interpolate_5fpotential_13074',['interpolate_potential',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5e29bc57a9ca4bc8ef562a731a373871',1,'amrex::OpenBCSolver']]], + ['interpolaterboxcoarsener_13075',['InterpolaterBoxCoarsener',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ae476a5ba50fe4213159eb44a6796a2a3',1,'amrex::InterpolaterBoxCoarsener']]], + ['interpolation_13076',['interpolation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a4ed336b2cf683367315368d27d244768',1,'amrex::MLEBABecLap::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a96cd1c0c8c939d5330e906376d009f71',1,'amrex::MLNodeTensorLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#aaf4bbbd062c51772dc87171a1f365eac',1,'amrex::MLNodeLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#afb49aaa56be36e92a6e40bd7b2cc67ca',1,'amrex::MLNodeABecLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1c8739b0c8b387f82d1c4cb3ba3ea509',1,'amrex::MLLinOpT::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a3b6fb22e3c88f4ab7b5ca96c075a8323',1,'amrex::MLEBNodeFDLaplacian::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a259409e41902c718a2c04c81d91648c4',1,'amrex::MLCurlCurl::interpolation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a7a7909cddc98ec2abe949ee2f043e817',1,'amrex::MLCellLinOpT::interpolation(int amrlev, int fmglev, MF &fine, const MF &crse) const override']]], + ['interpolationamr_13077',['interpolationAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ae4108ba43d2b66494dd56578879a29a9',1,'amrex::MLCellLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'amrex::MLLinOpT::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a66229ad6a25ab3503f99f67a86be8fef',1,'amrex::MLNodeLinOp::interpolationAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#add47eb9821c3b08db62d7f0f68554a4f',1,'MLLinOpT< Array< MultiFab, 3 > >::interpolationAmr()']]], + ['intersect_13078',['intersect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a21d91d95c6b068d48292a4fdc2f53486',1,'amrex::BoxList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6168e6055822180730994c1ad73e068e',1,'amrex::BoxDomain::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a9f5fb740643bc7f4b10baa5487cc1760',1,'amrex::BoxList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a30626a7fa3cb467d4567c820ba4aabb8',1,'amrex::ClusterList::intersect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe22e052a797bf296858f9330273112d',1,'amrex::intersect(const BoxList &bl, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fb0e9220f2aa85a365f7ec254f2e3d7',1,'amrex::intersect(BoxDomain &dest, const BoxDomain &fin, const Box &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f75454b7ddd1be750318c754c3b1ae3',1,'amrex::intersect(const BoxArray &ba, const BoxList &bl)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a172c409fe49ab498d9910cc19b732346',1,'amrex::intersect(const BoxArray &lhs, const BoxArray &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2fa5535ba8d983023e1a6bd61c9a4880',1,'amrex::intersect(const BoxArray &ba, const Box &b, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a31f38031bc51519297d88d3234115277',1,'amrex::intersect(const BoxArray &ba, const Box &b, int ng=0)']]], + ['intersections_13079',['intersections',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a1a6bba7ce3f3a648d9c1fb8815f7a3af',1,'amrex::BoxArray::intersections(const Box &bx) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0c73c4d67413a076f526d3209028285e',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aa9813523e16f907563f2c1d054dfaf4f',1,'amrex::BoxArray::intersections(const Box &bx, bool first_only, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a80052e0d9dfb04e293a213fe3c62f053',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a7cd5573bebca1fbbe29bd8bd328ce172',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac19b485ff74dd52d9bb8d8919184e0ce',1,'amrex::BoxArray::intersections(const Box &bx, std::vector< std::pair< int, Box > > &isects, bool first_only, const IntVect &ng) const']]], + ['intersectpoint_13080',['IntersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3cb0318159ef8ea32335512140c1e0d3',1,'amrex::XYPlotDataList']]], + ['intersects_13081',['intersects',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a8b71ab83b796a36109d487b53b7ec4c1',1,'amrex::RealBox::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'BoxND< AMREX_SPACEDIM >::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7c8087b4cf11df34f27779222958269e',1,'amrex::BoxND::intersects()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a15880d75956fdc7052c011f342f62e4c',1,'amrex::BoxArray::intersects(const Box &b, const IntVect &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0ec59f7f66dc947a4911ac0b88609ce7',1,'amrex::BoxArray::intersects(const Box &b, int ng=0) const']]], + ['intimerange_13082',['InTimeRange',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2232121c4ccb35f8edc71cc8ce1bd244',1,'BLProfStats']]], + ['intvect_13083',['intVect',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a82efa297d09d0a5982985ae3296a40c9',1,'amrex::BoxIndexerND< 1 >::intVect()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad27346b304d89647685a5c835d1919cb',1,'amrex::BoxIndexerND::intVect()']]], + ['intvectcat_13084',['IntVectCat',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a41a77c57301f9a393a6481c82ced',1,'amrex']]], + ['intvectcat_5fimp_13085',['IntVectCat_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#afba19b362ef5b56935db1a4da37c6fae',1,'amrex::detail']]], + ['intvectexpand_13086',['IntVectExpand',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab36de94c4a35bff95ce39e8cd0322807',1,'amrex']]], + ['intvectfromlocation_13087',['IntVectFromLocation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab662246a334dad2696f3b8560c78de94',1,'amrex::AmrData']]], + ['intvectnd_13088',['IntVectND',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'amrex::IntVectND::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'amrex::IntVectND::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'amrex::IntVectND::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'amrex::IntVectND::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'amrex::IntVectND::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'amrex::IntVectND::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ae84bb98ced997ee0c899aa5f6d2e1c0a',1,'IntVectND< AMREX_SPACEDIM >::IntVectND() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int i, int j, Args...ks) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b7a6358169ffbb815951ea698101690',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab38359b7b41475490ea00a42abf7a328',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const int *a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6df1f87665d31582239d3ebb5bdac49c',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Vector< int > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acfc5ea467d68dfadd0caf8c776eb13f9',1,'amrex::IntVectND::IntVectND()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a060f8d922180985b6ad5aecc5da32b97',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(const Array< int, dim > &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a066e5a5a819cd743766a0458d9b68fef',1,'IntVectND< AMREX_SPACEDIM >::IntVectND(Dim3 const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35b24379da72639d59e6a6ae6b65fcc4',1,'amrex::IntVectND(int, int, Args...) -> IntVectND< sizeof...(Args)+2 >'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9719760172e84e7b1e03642131c04fa',1,'amrex::IntVectND(const Array< int, dim > &) -> IntVectND< dim >']]], + ['intvectresize_13089',['IntVectResize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3711adbeb61448ada32e53fbdc06d75',1,'amrex']]], + ['intvectshrink_13090',['IntVectShrink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3a1876c6b74db44950b0f9e6ef3bf6d',1,'amrex']]], + ['intvectsplit_13091',['IntVectSplit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a532032fa30b7c3646fb07a579df8e837',1,'amrex']]], + ['intvectsplit_5fimp_13092',['IntVectSplit_imp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af8a2ec02f5a88d4bc375926edc452fbf',1,'amrex::detail']]], + ['intvectsplit_5fimp2_13093',['IntVectSplit_imp2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2744dcaf73a87a1ef2d0cbd5b3a95857',1,'amrex::detail']]], + ['invcellsize_13094',['InvCellSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad195c96d818c1331428e90a727745304',1,'amrex::CoordSys::InvCellSize() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a3a9c67df49c93b825ac5378f5411b9da',1,'amrex::CoordSys::InvCellSize(int dir) const noexcept']]], + ['invcellsizearray_13095',['InvCellSizeArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ad30ea5aed12689007843a59201563409',1,'amrex::CoordSys']]], + ['inverse_13096',['Inverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#ae33cb7ae2726115f3cd480dc088a44b7',1,'amrex::NonLocalBC::Identity::Inverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#af8970386ed97a77fdb26348c6ae02871',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a952e8acf8b0d5176442546ca16c789ee',1,'amrex::NonLocalBC::MultiBlockIndexMapping::Inverse(IndexType it) const noexcept']]], + ['inverseimage_13097',['InverseImage',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab444df90b90c40442170ef5db4b0bea1',1,'amrex::NonLocalBC']]], + ['invert_13098',['invert',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'amrex::BaseFab::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< Real >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< int >::invert(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< int >::invert(int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< int >::invert(int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< PetscInt >::invert(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< PetscInt >::invert(PetscInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< PetscInt >::invert(PetscInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< Real >::invert(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< Real >::invert(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< int >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< Real >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'amrex::FabArray::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'amrex::FabArray::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< AtomicInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::BaseFab< PetscInt > >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< char >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'amrex::BaseFab::invert(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'amrex::BaseFab::invert(T const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'amrex::BaseFab::invert(T const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< AtomicInt >::invert(AtomicInt const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< char >::invert(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< char >::invert(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::CutFab >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< char >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< EBCellFlag >::invert(EBCellFlag const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad98a82bccd4fb83e293321c508cbf8e3',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad7393f53147c97d7e2ce59bacb6e90ea',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#adc3c76cad27b8ebcac50f472ee28086a',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d7a22be04a9f14666b5b6dea43c7aab',1,'BaseFab< HYPRE_Int >::invert(HYPRE_Int const &r, const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< FArrayBox >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::CutFab >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::EBCellFlagFab >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< amrex::Mask >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< amrex::Mask >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< FArrayBox >::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc88cd9b7b451baaea2d53b97d20368a',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7883de5b1bd515c4714e434e2a98547',1,'amrex::MultiFab::invert(Real numerator, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a773e797a62924f1a23e4774c11b97f6f',1,'amrex::MultiFab::invert(Real numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1151850ade9c29c2c657b173ad4a29c3',1,'amrex::MultiFab::invert(Real numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#ab502cb4515069d22b59a459377d947d1',1,'amrex::LUSolver::invert()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< TagBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< TagBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a17da9b4e30ef5211cdc56747641a622a',1,'FabArray< IArrayBox >::invert(value_type numerator, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6024801773f82956d6cdfcd47edc15ef',1,'FabArray< IArrayBox >::invert(value_type numerator, int comp, int num_comp, int nghost=0)']]], + ['invnormdist_13099',['InvNormDist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb571560dc9f12004d96e105ab1137e9',1,'amrex']]], + ['invnormdistbest_13100',['InvNormDistBest',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dace3a79fc48a8b02686c10363b70a9',1,'amrex']]], + ['invoke_13101',['INVOKE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#af2dd4ad4f928e269d1bc2dce24f48b92',1,'amrex::detail']]], + ['ioformatsaver_13102',['IOFormatSaver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a85f1c64c1f0097b5e5900148ae4f1d3f',1,'amrex::IOFormatSaver::IOFormatSaver(IOFormatSaver const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#af6e784ede2112c392acd2dc0547725b3',1,'amrex::IOFormatSaver::IOFormatSaver(IOFormatSaver &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a71aa87d8c353de2c17fa4281422dc0fb',1,'amrex::IOFormatSaver::IOFormatSaver(BasicIos &ios)']]], + ['ioproc_13103',['IOProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a21e190c33a495b59fa05c1cee0e4e60a',1,'amrex::ParallelContext::Frame']]], + ['ioprocessor_13104',['IOProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8780ee1130870c2cd65de891c71b9b76',1,'amrex::ParallelDescriptor::IOProcessor(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac7fb3467af4aabf15e61cb9c27e916d9',1,'amrex::ParallelDescriptor::IOProcessor() noexcept']]], + ['ioprocessorall_13105',['IOProcessorAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a49130bb9cdd82b02c9ac9674aa19925f',1,'amrex::ParallelContext']]], + ['ioprocessornumber_13106',['IOProcessorNumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a9397b95ec0069183061d45372eed1287',1,'amrex::ParallelDescriptor::IOProcessorNumber(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab734a5d614e753d28d03865ee6e4039a',1,'amrex::ParallelDescriptor::IOProcessorNumber() noexcept']]], + ['ioprocessornumberall_13107',['IOProcessorNumberAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac26f1dbbabf3488677245bcfa325a34f',1,'amrex::ParallelContext']]], + ['ioprocessornumbersub_13108',['IOProcessorNumberSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ab3843bd69bcb263dfdebb3d668dea1ba',1,'amrex::ParallelContext']]], + ['ioprocessorsub_13109',['IOProcessorSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#af766eba670e3bba30b2b8db7f20e8885',1,'amrex::ParallelContext']]], + ['iparser_13110',['IParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac4ce16b2a7b27e417a149740858b3482',1,'amrex::IParser::IParser()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aec5f0bb22e4084d50b12adbda2cc56ff',1,'amrex::IParser::IParser(std::string const &func_body)']]], + ['iparser_5fast_5fdepth_13111',['iparser_ast_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5632af39a73771c9c4131e718495680f',1,'amrex']]], + ['iparser_5fast_5fdup_13112',['iparser_ast_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d20135c80c410cae70ceca17c5fd7bf',1,'amrex']]], + ['iparser_5fast_5fget_5fsymbols_13113',['iparser_ast_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b3a32551ba0090abf9e5bf7578dbd3b',1,'amrex']]], + ['iparser_5fast_5foptimize_13114',['iparser_ast_optimize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86b9b9521f3dd1de76b9815dcdc7b9d0',1,'amrex']]], + ['iparser_5fast_5fprint_13115',['iparser_ast_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e832571b607617664a8a588c69a0dc4',1,'amrex']]], + ['iparser_5fast_5fregvar_13116',['iparser_ast_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaf77a8dc997257b02f28ac1bebe36e2',1,'amrex']]], + ['iparser_5fast_5fsetconst_13117',['iparser_ast_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba5d2433690f81ff281ed886dd611e5',1,'amrex']]], + ['iparser_5fast_5fsize_13118',['iparser_ast_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88284344fbc21e1fad73e0f2e4280394',1,'amrex']]], + ['iparser_5fatoll_13119',['iparser_atoll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f6c7b60c5e5570a11407ad4fbe2e98',1,'amrex']]], + ['iparser_5fcall_5ff1_13120',['iparser_call_f1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38a244129f554bd0c30380dac28c840e',1,'amrex']]], + ['iparser_5fcall_5ff2_13121',['iparser_call_f2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa01c0dff8dad30bcf3f9bbdb5897a57c',1,'amrex']]], + ['iparser_5fcall_5ff3_13122',['iparser_call_f3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad01fd22d750372f4a5e3b2783cadaf87',1,'amrex']]], + ['iparser_5fcompile_13123',['iparser_compile',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1da2fea26697c988c6d678cc8945d283',1,'amrex']]], + ['iparser_5fcompile_5fexe_5fsize_13124',['iparser_compile_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e29ab190e699a3c430702947738d8e4',1,'amrex']]], + ['iparser_5fdefexpr_13125',['iparser_defexpr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7a5d02f651cdb8b30aa2a0de332d670',1,'amrex']]], + ['iparser_5fdepth_13126',['iparser_depth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acb6b901b917abe69e9bcc985016b7de6',1,'amrex']]], + ['iparser_5fdup_13127',['iparser_dup',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22cca51d4bfda06050d7f02e555131b',1,'amrex']]], + ['iparser_5fexe_5feval_13128',['iparser_exe_eval',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35ddfb0b7e57a2410a49e04b95e3b605',1,'amrex']]], + ['iparser_5fexe_5fsize_13129',['iparser_exe_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1d7e398d54b82b8d785096e8030b983',1,'amrex']]], + ['iparser_5fget_5fsymbols_13130',['iparser_get_symbols',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f629d5b7394b73cda3c7cee2e05c42b',1,'amrex']]], + ['iparser_5fmakesymbol_13131',['iparser_makesymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac283fe1c5d28044a723b5c8a46272f75',1,'amrex']]], + ['iparser_5fnewassign_13132',['iparser_newassign',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa08464d7633bb6fcba918c743263f295',1,'amrex']]], + ['iparser_5fnewf1_13133',['iparser_newf1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dc360a0d65213a9d6cce4e3c5145a92',1,'amrex']]], + ['iparser_5fnewf2_13134',['iparser_newf2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a152cc978ed680133a953922463541f68',1,'amrex']]], + ['iparser_5fnewf3_13135',['iparser_newf3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b4c71ba95b7e107e4dedc3077c0c5ec',1,'amrex']]], + ['iparser_5fnewlist_13136',['iparser_newlist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8710f394abe007b53737084c8bbd3021',1,'amrex']]], + ['iparser_5fnewnode_13137',['iparser_newnode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68fd17a00f11528cc052eee4ffc80de8',1,'amrex']]], + ['iparser_5fnewnumber_13138',['iparser_newnumber',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ea6d15d76d75c8c72dd2b251ea4963e',1,'amrex']]], + ['iparser_5fnewsymbol_13139',['iparser_newsymbol',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9552f2b805ddfac6a62dba634f5bcb8',1,'amrex']]], + ['iparser_5fprint_13140',['iparser_print',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28e7f8ece961d58ec22229b2396fbc65',1,'amrex']]], + ['iparser_5fregvar_13141',['iparser_regvar',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa6886a6d87a263d5db6152fe44c96c82',1,'amrex']]], + ['iparser_5fsetconst_13142',['iparser_setconst',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac33f49e08b74b6c3f4fa773755f36e6',1,'amrex']]], + ['iprobe_13143',['IProbe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6542637438eaa734790f6ab8ae83ce0',1,'amrex::ParallelDescriptor::IProbe(int, int, int &, MPI_Status &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0d0639c2781f6e40af7d1b507d3a7a2b',1,'amrex::ParallelDescriptor::IProbe(int, int, MPI_Comm, int &, MPI_Status &)']]], + ['is_13144',['is',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a6756f5c90f3bab7334449702da7ae003',1,'amrex::Any']]], + ['is_5faligned_13145',['is_aligned',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73309828f34cc814833092699bdbc241',1,'amrex']]], + ['is_5fcell_5fcentered_13146',['is_cell_centered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a60aa58517fd2a7d6976e114df171df25',1,'amrex::FabArrayBase']]], + ['is_5fconvertible_13147',['is_convertible',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a49e77dfdb351e7ec62381480eb764922',1,'amrex::detail']]], + ['is_5fcovered_5fcell_13148',['is_covered_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aa1f07716bba711910bffed1b9d861155',1,'amrex_ebcellflag_module']]], + ['is_5fdirichlet_5fedge_13149',['is_dirichlet_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a462be2c962cc7ba2efdf8003b1192e61',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fnode_13150',['is_dirichlet_node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a43c18defca914c519e773fdf104c4956',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fx_5fedge_13151',['is_dirichlet_x_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ac36b247b6a7baf4f880d55225615223f',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fy_5fedge_13152',['is_dirichlet_y_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa9beb0253ffa199754255b047cce7409',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5fdirichlet_5fz_5fedge_13153',['is_dirichlet_z_edge',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#a734cfa013c0578c158c64cd8bb22691d',1,'amrex::CurlCurlDirichletInfo']]], + ['is_5ffinite_13154',['is_finite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a7734de6ff243e0c08bc48ffad46546a6',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5abf993e76edbab3fa5cc090fcfa9b4',1,'amrex::MultiFab::is_finite(int scomp, int ncomp, const IntVect &ngrow, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75549e7a0cca84c56b4aaa49ae1033dd',1,'amrex::MultiFab::is_finite(bool local=false) const']]], + ['is_5finteger_13155',['is_integer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a107cab62d5043f039671cf5b68068ddc',1,'amrex']]], + ['is_5fit_13156',['is_it',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d64ce961cc190a21d99afb216b879d8',1,'amrex']]], + ['is_5fmulti_5fvalued_5fcell_13157',['is_multi_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ac1b245f048fe2b31717a124049739d02',1,'amrex_ebcellflag_module']]], + ['is_5fneighbor_13158',['is_neighbor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a94fd726efde06cd88152ae586400d5ec',1,'amrex_ebcellflag_module']]], + ['is_5fnodal_13159',['is_nodal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a90447f2e6d22e5e0e06a538fd37063d5',1,'amrex::FabArrayBase::is_nodal(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a641ffe22574cc57f3544687b3e23d174',1,'amrex::FabArrayBase::is_nodal() const noexcept']]], + ['is_5fnull_13160',['is_null',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a5c08ad89ed844fa9ea1e5c951121d2b5',1,'amrex::BATransformer']]], + ['is_5fregular_5fcell_13161',['is_regular_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6bfc43005eb226bc2f194fd9d1ddd480',1,'amrex_ebcellflag_module']]], + ['is_5fsimple_13162',['is_simple',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ab39c81e4c05ec1e0c571dda7736068eb',1,'amrex::BATransformer']]], + ['is_5fsingle_5fvalued_5fcell_13163',['is_single_valued_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a4734800da1613de79878005a47689862',1,'amrex_ebcellflag_module']]], + ['is_5fsymmetric_13164',['is_symmetric',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#af4a4621aa274c45d4d00c5d9618e0ad1',1,'amrex::CurlCurlSymmetryInfo']]], + ['is_5fvalid_13165',['is_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a6dcba6255321dadae60755324bc0f7e2',1,'amrex::ParticleIDWrapper::is_valid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a99ca4e7f4965c5e182f8f3deec969e54',1,'amrex::ConstParticleIDWrapper::is_valid()']]], + ['isallocated_13166',['isAllocated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< Real >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< PetscInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< HYPRE_Int >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< EBCellFlag >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< char >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'BaseFab< AtomicInt >::isAllocated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4342e997e189d6fe00b281776f9400e6',1,'amrex::BaseFab::isAllocated()']]], + ['isallperiodic_13167',['isAllPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a0c514a0dab32786f1285b20cdfd327a7',1,'amrex::Periodicity::isAllPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aecbdf44d0934d9245886228cdffb8f37',1,'amrex::Geometry::isAllPeriodic()']]], + ['isallregular_13168',['isAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#aa6d87378cd84dcd63696879f1a006066',1,'amrex::EB2::Level::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a5e556ff4f588a983a2992c01629e961f',1,'amrex::EBFArrayBoxFactory::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'amrex::FabArray::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< AtomicInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::BaseFab< PetscInt > >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::CutFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::EBCellFlagFab >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< TagBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< IArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< FArrayBox >::isAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#acf745741e899a140f64afeefbb903f5c',1,'FabArray< amrex::Mask >::isAllRegular()']]], + ['isanyperiodic_13169',['isAnyPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a40882432c46bfa9ae6a7316a0889dc35',1,'amrex::Geometry::isAnyPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a6f3139a13faee557751404e44ab09042',1,'amrex::Periodicity::isAnyPeriodic()']]], + ['isblockingrecv_13170',['IsBlockingRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab0655c04de1ca1a5f803f6bae67dec18',1,'CommProfStats']]], + ['isbottomactive_13171',['isBottomActive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomActive()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a56ed51708c4e70b4ec224f4d0c2f2ff9',1,'amrex::MLLinOpT::isBottomActive()']]], + ['isbottomsingular_13172',['isBottomSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#add466d8a308f474217d0b7bbf5528a12',1,'amrex::MLABecLaplacianT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a30d559613d6da25a22923fbc03163f82',1,'amrex::MLTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a3e11b6d8928e597b0146fcccfa45fd05',1,'amrex::MLPoissonT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a24c4a3663f7c10dfe3b70fdf6f815809',1,'amrex::MLNodeLinOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a7f735d6386e3974aa751d6ba3a4f0b4c',1,'amrex::MLNodeABecLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'MLLinOpT< Array< MultiFab, 3 > >::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a8a5fce59ba5bb0e9eb9d65e8615050ea',1,'amrex::MLLinOpT::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac2ad630180b0745bdf96664c696731fa',1,'amrex::MLEBTensorOp::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1ddc66c86313eb322b25f378139bc6d0',1,'amrex::MLEBNodeFDLaplacian::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#adbf568e3e1892791a245ca22fe2d0002',1,'amrex::MLEBABecLap::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#afeb4c3dbad1399f4576352234f02a159',1,'amrex::MLCurlCurl::isBottomSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4b5b9e0e1b0f97052557e4045c85ad8c',1,'amrex::MLALaplacianT::isBottomSingular()']]], + ['iscartesian_13173',['IsCartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a500695aa14e3fd01f3d7162fd784133e',1,'amrex::CoordSys']]], + ['iscellcentered_13174',['isCellCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'amrex::MLLinOpT::isCellCentered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a107c8a8b4f0b4d5209357ab3a8225671',1,'MLLinOpT< Array< MultiFab, 3 > >::isCellCentered()']]], + ['isconnected_13175',['isConnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a990e3b28e1b6925413bf2d4e111367bf',1,'amrex::EBCellFlag::isConnected(const IntVect &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5855d564fc1d17b8545b82e8cae9615d',1,'amrex::EBCellFlag::isConnected(int i, int j, int k) const noexcept']]], + ['iscovered_13176',['isCovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#afedf970f9d3a534e69ddae19be7cd5f2',1,'amrex::EBCellFlag']]], + ['iscrossstencil_13177',['isCrossStencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a69fbf6add2bd954f6fb9a17f89adebf8',1,'amrex::MLCellLinOpT::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a083ceaee929d2e3520ddd5a78841726a',1,'amrex::MLEBABecLap::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4ea0760ca062eb3e4cf1bda5f3993631',1,'amrex::MLEBTensorOp::isCrossStencil()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad1999e903e0c7cf6a9559427f6dddb89',1,'amrex::MLTensorOp::isCrossStencil()']]], + ['isdefined_13178',['isDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::EBCellFlagFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0fef888a5370f9723f2ab2df2fe32266',1,'amrex::ParticleContainerBase::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< TagBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< IArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< FArrayBox >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::Mask >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::CutFab >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::isDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#af5d3da506729e946bd90678a06d09dc2',1,'amrex::FabArray::isDefined()']]], + ['isderiveplotvar_13179',['isDerivePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a534b06b1181277637fae2a4caf17e8c1',1,'amrex::Amr']]], + ['isderivesmallplotvar_13180',['isDeriveSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6ad527c04f14f430b8835dc690337df8',1,'amrex::Amr']]], + ['isdevice_13181',['isDevice',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#acdc9d343c34ebda8c4c0a78e0e6924d1',1,'amrex::detail::SingleChunkArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#afed5d46f95e13e00cb4c268007d0a8ed',1,'amrex::PArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#abf63d084f8e220d01d53b543f7f93bc6',1,'amrex::BArena::isDevice()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aa45555e396ee74158b0c6f3331ce5536',1,'amrex::Arena::isDevice()']]], + ['isdeviceaccessible_13182',['isDeviceAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a7f18c58c24d1b6966057125c4758a2a4',1,'amrex::detail::SingleChunkArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a97ff3b21f09c80a942c96176b5507b46',1,'amrex::PArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#ad0656effeaa29bac32c44198b8922f0f',1,'amrex::BArena::isDeviceAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#afa7c9e223346f671eb055b3ce8580e56',1,'amrex::Arena::isDeviceAccessible()']]], + ['isdeviceptr_13183',['isDevicePtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af5ad0c7753b11912c68338e7f33fde0f',1,'amrex::Gpu']]], + ['isdisconnected_13184',['isDisconnected',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae426d9c757d8cd7be4fe958aeb17fda5',1,'amrex::EBCellFlag::isDisconnected(const IntVect &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aa6ba5c828c1fe0ba50f1f3673400db8e',1,'amrex::EBCellFlag::isDisconnected(int i, int j, int k) const noexcept']]], + ['isdisjoint_13185',['isDisjoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ae724686faa6eed126df5223966a425eb',1,'amrex::BoxArray::isDisjoint()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a18846dc6645e047916b3833a7ec1a777',1,'amrex::BoxList::isDisjoint()']]], + ['isebdirichlet_13186',['isEBDirichlet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a566f171eb405174c2eea99667a76cdb1',1,'amrex::MLEBABecLap']]], + ['isempty_13187',['isEmpty',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7e393c99301f3b7d4b1a5c0be1d927e',1,'amrex::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxList::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'amrex::BoxND::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a94dc3a2839dd3896f96db152b48a06de',1,'BoxND< AMREX_SPACEDIM >::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a54c5936a5ec0332d158270277e862f85',1,'amrex::BoxDomain::isEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a923303ed68b75a5a2e65f20876e25a7a',1,'amrex::isEmpty()']]], + ['isfullblock_13188',['isFullBlock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#afaca0e51ba536dc7520dfaded38d38e6',1,'amrex::Gpu::Handler']]], + ['isfusingcandidate_13189',['isFusingCandidate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f85b5648838d8d7cf103fbbeaec76be',1,'amrex::FabArrayBase']]], + ['isgpuable_13190',['isGPUable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a34a660820434819b33dffd4982dc2c0c',1,'amrex::EB2::GeometryShop::isGPUable() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad1e74ed017c04e4c073999b1ab577858',1,'amrex::STLtools::isGPUable()']]], + ['isgpuptr_13191',['isGpuPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a5ee8881eb9dcf74360bb8981d1478a17',1,'amrex::Gpu']]], + ['ishigh_13192',['isHigh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ad165d895eaa7163b73c35a501479d83b',1,'amrex::Orientation']]], + ['ishostaccessible_13193',['isHostAccessible',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#ac052582015bfe8bc0e29565fb901f238',1,'amrex::PArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a1c7a6c7a2a82e1c705442baa09e84560',1,'amrex::detail::SingleChunkArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a84fc546372485495fe7eca80c08764e6',1,'amrex::BArena::isHostAccessible()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a40d897685d407918d2d6143b5301a525',1,'amrex::Arena::isHostAccessible()']]], + ['isinf_13194',['isinf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a0b47b234df50714368217dfb8703aaab',1,'amrex::Gpu']]], + ['isize_13195',['isize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'amrex::IntVectND::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#adaa09733aa1c9b4a15854bc236e27449',1,'IntVectND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'IndexTypeND< AMREX_SPACEDIM >::isize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a4a0f494e43562b444110eaff6d8a01ef',1,'amrex::IndexTypeND::isize()']]], + ['islow_13196',['isLow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a810886bfa5b2df027287545304c73ad6',1,'amrex::Orientation']]], + ['ismanaged_13197',['isManaged',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a7119489f4464f902d907f6dfe9716909',1,'amrex::Arena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a56c8b6538282b4a56466b9053065b3e0',1,'amrex::BArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a5bc7b26bd1f96e5d87de04034e23a4bb',1,'amrex::PArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae6b2985298ea93f8412c8a21da3443ec',1,'amrex::detail::SingleChunkArena::isManaged()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a15625bddaff1aaca4d04b13492962b92',1,'amrex::Gpu::isManaged()']]], + ['ismfitersafe_13198',['isMFIterSafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'amrex::MLLinOpT::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1666fe3156e40b2fbd7a44166f70ce11',1,'MLLinOpT< Array< MultiFab, 3 > >::isMFIterSafe()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6a1aa0c151c5fe560ebb86c99194bfc3',1,'amrex::isMFIterSafe()']]], + ['ismultivalued_13199',['isMultiValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a74bbae059aac3f50256897505cf6e3c1',1,'amrex::EBCellFlag']]], + ['isnan_13200',['isnan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae593bd821798e21aa2e404559d59ae2a',1,'amrex::Gpu']]], + ['isnotempty_13201',['isNotEmpty',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxList::isNotEmpty()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a6dac99633eca2bfbb8c2f287f423f9a4',1,'amrex::BoxDomain::isNotEmpty()']]], + ['isok_13202',['isOK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a09608e5c4f86b678ac2c665090366d91',1,'amrex::EB2::Level']]], + ['isowner_13203',['isOwner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6512ea611a6c04b5710334d9d9bfbb4e',1,'amrex::FabArrayBase']]], + ['isparticletiledata_13204',['IsParticleTileData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69911bccde2f992eb93a426d24557e11',1,'amrex::IsParticleTileData(Args...)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a29b0aae252a7a287f7975fa1995b0298',1,'amrex::IsParticleTileData()']]], + ['isperiodic_13205',['isPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ab263804d56d1280b7ece30109482ecee',1,'amrex::Periodicity::isPeriodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#aed68387cf6235047891119eb57ee878e',1,'amrex::Geometry::isPeriodic(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a4a9c33cfb4af2e159fcf3dff841881e7',1,'amrex::Geometry::isPeriodic() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a2d12d7cb9b520d38458d1b0e2821e25f',1,'amrex::GeometryData::isPeriodic()']]], + ['isperiodicarray_13206',['isPeriodicArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a6b21e315b7fa018c5e528e620fd554c6',1,'amrex::Geometry']]], + ['ispinned_13207',['isPinned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a336e271c5a07296e4c2866d194111784',1,'amrex::Arena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BArena.html#a4089e5008457c5f04ee4acfc430b3f37',1,'amrex::BArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a8edd3549a2cf5e689d5078e5f355b8a1',1,'amrex::PArena::isPinned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a08324a9f9d1c2b9e7d81b3ef8e8d4ad5',1,'amrex::detail::SingleChunkArena::isPinned()']]], + ['ispinnedptr_13208',['isPinnedPtr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a93299a5692a098ffa6f10f6cce78fd17',1,'amrex::Gpu']]], + ['ispow2_13209',['ispow2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a4120c58bf9c835d8345257e836e276b5',1,'amrex::Hypre']]], + ['isrecv_13210',['IsRecv',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa39af5c360eed166f1eab2758f3b3099',1,'CommProfStats']]], + ['isregular_13211',['isRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#aeb00fbb304865247e733dea6fcf63b3b',1,'amrex::EBCellFlag']]], + ['isrz_13212',['IsRZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aff79cb7249a744e24c5b335935f20fe6',1,'amrex::CoordSys']]], + ['issame_13213',['isSame',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa47fc757d0d25899f61d37329d2d5769',1,'amrex']]], + ['issend_13214',['IsSend',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e0ff1215f92ce779b69d858490926ba',1,'CommProfStats']]], + ['issinglevalued_13215',['isSingleValued',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a5c007e4008f2729cadb8e493a97d0869',1,'amrex::EBCellFlag']]], + ['issingular_13216',['isSingular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a25f78b91eada0f84dfce92d458f9082a',1,'amrex::MLABecLaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aa59148993a6c569354845306245c8ab0',1,'amrex::MLALaplacianT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a29a695e894b100f9ee670ec7dcc15926',1,'amrex::MLCurlCurl::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acd759cc5cbf540fbcc5114f2a092ef60',1,'amrex::MLEBABecLap::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#afdc35cf0e4f9853590f3857b567c5aaf',1,'amrex::MLEBNodeFDLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aea991638ae9cea1583bd4101bb22d1d9',1,'amrex::MLEBTensorOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'amrex::MLLinOpT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae4208159e7121c341be4c40f148563ad',1,'MLLinOpT< Array< MultiFab, 3 > >::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a76eb50b8a4a8f096f99ae5a15041a2e5',1,'amrex::MLNodeABecLaplacian::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae961a84e4d91aa6ff69bbfcd65f22e9c',1,'amrex::MLNodeLinOp::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a908ed94e88ef21f70373a16c1665229d',1,'amrex::MLPoissonT::isSingular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a994dcb4070bfd07513129c584419e148',1,'amrex::MLTensorOp::isSingular()']]], + ['isspherical_13217',['IsSPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87414a566bba1fff3d0185286a11ba56',1,'amrex::CoordSys']]], + ['issquare_13218',['isSquare',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'amrex::BoxND::isSquare()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f6333e5f4d0e6a1d3622f54422dad07',1,'BoxND< AMREX_SPACEDIM >::isSquare()']]], + ['isstateplotvar_13219',['isStatePlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e76ba9b63802ff44942fe4dc4ffbd8f',1,'amrex::Amr']]], + ['isstatesmallplotvar_13220',['isStateSmallPlotVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a44718cda179205e8d5e6c5997131f7fd',1,'amrex::Amr']]], + ['isstatevariable_13221',['isStateVariable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acaf1b5936e81691794578618126d813d',1,'amrex::AmrLevel']]], + ['isstreamorderedarena_13222',['isStreamOrderedArena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a45cb8a8f57250c6858412296275c8dbb',1,'amrex::Arena::isStreamOrderedArena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a608c3335c824b9524c374173358bf25a',1,'amrex::PArena::isStreamOrderedArena()']]], + ['isteamlead_13223',['isTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2d56d5861b4cca0c635bf8e1cbe5f750',1,'amrex::ParallelDescriptor']]], + ['istensorop_13224',['isTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#aae0589f189ee2d39dadca3a308e3df9b',1,'amrex::MLCellLinOpT::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aeeeea035327ccd896c7af7beb6093c8a',1,'amrex::MLEBTensorOp::isTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a08aefe93ce148879b387ed11f9da0f94',1,'amrex::MLTensorOp::isTensorOp()']]], + ['isvalid_13225',['isValid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#accd95862af234b5b13b8eccf3cf2966d',1,'amrex::ParticleLocator::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'amrex::AmrParticleLocator::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'amrex::AmrParticleLocator::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ac8dc82560e4b24adc9e5490f8f03e068',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const Vector< BoxArray > &a_ba) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#ad954d4298fca06d4702dd2e0b97db95f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::isValid(const ParGDBBase *a_gdb) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61b9a1d5eda39765d1db9b9b936558c7',1,'amrex::MFIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#aa6fe916a0fcc700c77166c439fe9ef6f',1,'amrex::OrientationIter::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5cd8c986f822086a092ee8159373a0b4',1,'amrex::ParticleBufferMap::isValid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a2bce50aff08af02208f587bd3f810804',1,'amrex::Gpu::StreamIter::isValid()']]], + ['iterator_13226',['iterator',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a9ad7e9287daf81892de3268ed3085663',1,'amrex::BinIterator::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a7986f1b8dd09b767356976ae7bfa0d17',1,'amrex::Gpu::range_detail::range_impl::iterator::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a50ad515a24bf46fd0ab349c0f24e88c8',1,'amrex::Neighbors::iterator::iterator()']]], + ['ixtype_13227',['ixType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0005742d49b95bea045b6f46edb75714',1,'amrex::BoxArray::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxDomain::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a25986c43e3bd0e8b7043955680879e16',1,'amrex::BoxList::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'amrex::BoxND::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a586a82f95599b265cf1589c4636c8e94',1,'BoxND< AMREX_SPACEDIM >::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a682fdf86619f6028fea2805d9693ae22',1,'amrex::FabArrayBase::ixType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'amrex::IndexTypeND::ixType(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a46dba9b67e8464473fb8e749882d92ea',1,'amrex::IndexTypeND::ixType() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aaf1da8aada1297fd8fe20996221eec6c',1,'IndexTypeND< AMREX_SPACEDIM >::ixType()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_a.js b/amrex-hydro/Doxygen/html/search/functions_a.js index c75cdbc..a9d2278 100644 --- a/amrex-hydro/Doxygen/html/search/functions_a.js +++ b/amrex-hydro/Doxygen/html/search/functions_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['join_13160',['join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#af1451e74b2d7de70b58b9979e21aeb49',1,'amrex::BoxList::join(const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae86c1cb2471cb633d0abf4657d080a73',1,'amrex::BoxList::join(const Vector< Box > &barr)']]] + ['join_13228',['join',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#af1451e74b2d7de70b58b9979e21aeb49',1,'amrex::BoxList::join(const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ae86c1cb2471cb633d0abf4657d080a73',1,'amrex::BoxList::join(const Vector< Box > &barr)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_b.js b/amrex-hydro/Doxygen/html/search/functions_b.js index 801a98a..a44cfdf 100644 --- a/amrex-hydro/Doxygen/html/search/functions_b.js +++ b/amrex-hydro/Doxygen/html/search/functions_b.js @@ -1,5 +1,5 @@ var searchData= [ - ['knapsackdoit_13161',['KnapSackDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1f6ec86cb567ef3c761c2cf693aa870d',1,'amrex::DistributionMapping']]], - ['knapsackprocessormap_13162',['KnapSackProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a81213361ea03e78e411076a30ed683da',1,'amrex::DistributionMapping::KnapSackProcessorMap(const std::vector< Long > &wgts, int nprocs, Real *efficiency=nullptr, bool do_full_knapsack=true, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adb7cc64952dda946670088e88945ddf7',1,'amrex::DistributionMapping::KnapSackProcessorMap(const DistributionMapping &olddm, const std::vector< Long > &wgts, Real keep_ratio, Real &old_efficiency, Real &new_efficiency, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adee3630696a974eb1b9c22046f0dc653',1,'amrex::DistributionMapping::KnapSackProcessorMap(const BoxArray &boxes, int nprocs)']]] + ['knapsackdoit_13229',['KnapSackDoIt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a1f6ec86cb567ef3c761c2cf693aa870d',1,'amrex::DistributionMapping']]], + ['knapsackprocessormap_13230',['KnapSackProcessorMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a81213361ea03e78e411076a30ed683da',1,'amrex::DistributionMapping::KnapSackProcessorMap(const std::vector< Long > &wgts, int nprocs, Real *efficiency=nullptr, bool do_full_knapsack=true, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adb7cc64952dda946670088e88945ddf7',1,'amrex::DistributionMapping::KnapSackProcessorMap(const DistributionMapping &olddm, const std::vector< Long > &wgts, Real keep_ratio, Real &old_efficiency, Real &new_efficiency, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adee3630696a974eb1b9c22046f0dc653',1,'amrex::DistributionMapping::KnapSackProcessorMap(const BoxArray &boxes, int nprocs)']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_c.js b/amrex-hydro/Doxygen/html/search/functions_c.js index aecc0a2..f1713f9 100644 --- a/amrex-hydro/Doxygen/html/search/functions_c.js +++ b/amrex-hydro/Doxygen/html/search/functions_c.js @@ -1,103 +1,103 @@ var searchData= [ - ['lathe_13163',['lathe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630',1,'amrex::EB2']]], - ['latheif_13164',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a1466ff0ebcf2550a7708fc97ad00038d',1,'amrex::EB2::LatheIF']]], - ['launch_13165',['launch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2',1,'amrex::launch(T const &n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618',1,'amrex::launch(int nblocks, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc',1,'amrex::launch(int nblocks, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff64e983a02f98455e7319fb031838e7',1,'amrex::launch(int nblocks, int nthreads_per_block, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1',1,'amrex::launch(int nblocks, int nthreads_per_block, gpuStream_t stream, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9',1,'amrex::launch(T const &n, L const &f) noexcept']]], - ['launch_5fglobal_13166',['launch_global',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6334d58395d4bec0257d18060918ab0',1,'amrex::launch_global(L f0, Lambdas... fs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a',1,'amrex::launch_global(L f0)']]], - ['launch_5fhost_13167',['launch_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4',1,'amrex::launch_host(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972',1,'amrex::launch_host(L &&f0, Lambdas &&... fs) noexcept']]], - ['launchsafeguard_13168',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#a1f41c945c1a3385ae229c7b64af2948c',1,'amrex::Gpu::LaunchSafeGuard']]], - ['layoutdata_13169',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< RealTuple >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< Int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< Int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< PetscInt >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< PetscInt >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< PetscInt >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< PetscInt >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< RealTuple >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< RealTuple >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< int > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< RealTuple >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'amrex::LayoutData::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'amrex::LayoutData::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'amrex::LayoutData::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'amrex::LayoutData::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< GFab >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< GFab >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< GFab >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< GFab >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< HYPRE_Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< HYPRE_Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()']]], - ['lbound_13170',['lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc',1,'amrex::lbound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac',1,'amrex::lbound(BoxND< dim > const &box) noexcept']]], - ['lbound_5fiv_13171',['lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d',1,'amrex']]], - ['ldg_13172',['LDG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a568da598ec8829dff901c81d530db976',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae595b27ab79b81cdbddf1a1e0fef31ea',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k, int n) noexcept']]], - ['leastusedcpus_13173',['LeastUsedCPUs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#acbe214292ef7da8223f4318919642ace',1,'amrex::DistributionMapping']]], - ['leastusedteams_13174',['LeastUsedTeams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a55134783f651fecac1282ea2029428f3',1,'amrex::DistributionMapping']]], - ['len_13175',['len',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'Array1D< int, 0, N-1 >::len()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'amrex::Array1D::len()']]], - ['len0_13176',['len0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a3668191c352566d1d1c5835102b69e8c',1,'amrex::Table4D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#accb55d2deb7abdb2c5fe9afd0f27046c',1,'amrex::Table3D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'Table2D< RT >::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'amrex::Table2D::len0()']]], - ['len1_13177',['len1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a24f8a04409c92b85616e68e23ed0cb15',1,'amrex::Table4D::len1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a8da09138b8d2468cc9898ba75700cdd1',1,'amrex::Table3D::len1()']]], - ['len2_13178',['len2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a346a4f218664dc863f9082a7f1a13f6b',1,'amrex::Table4D']]], - ['length_13179',['length',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c',1,'amrex::length(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8',1,'amrex::length(BoxND< dim > const &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae0c4bfaf52dced3b58a138bc2d28dc47',1,'amrex::ClusterList::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< Real >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'amrex::BoxND::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'amrex::BoxND::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'BoxND< AMREX_SPACEDIM >::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'BoxND< AMREX_SPACEDIM >::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3658deeec368fbc6be8f9555ac37bab5',1,'amrex::MFIter::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aee1bde14bdd1fa4a02c2f340c5611b85',1,'amrex::RealBox::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< PetscInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< HYPRE_Int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< EBCellFlag >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< char >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< AtomicInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'amrex::BaseFab::length()']]], - ['length3d_13180',['length3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'BoxND< AMREX_SPACEDIM >::length3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'amrex::BoxND::length3d()']]], - ['length_5fiv_13181',['length_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672',1,'amrex']]], - ['lengthofset_13182',['LengthOfSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9138f1bb7d077d7d1cd043715ecb7d74',1,'amrex::NFilesIter']]], - ['level_13183',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a18159b17b5d40999e3f38474e53f23ff',1,'amrex::AmrLevel::Level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac843646825df5f720267a7c641204301',1,'amrex::EB2::Level::Level()']]], - ['level_5fbeing_5fadvanced_13184',['level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0c8b87958fdb3cc31b2b3b994c8b37e',1,'amrex::Amr']]], - ['levelbld_13185',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a1d97d19552c4c36cccdd8fea75b8c06c',1,'amrex::LevelBld::LevelBld(LevelBld &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#aee859f0bc17d637c35c23047d67784aa',1,'amrex::LevelBld::LevelBld(LevelBld const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a15187caf83aa0cca8784f3c2c733fd82',1,'amrex::LevelBld::LevelBld() noexcept=default']]], - ['levelcount_13186',['levelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad37c151a0ef82ea98f18707e98d44dc7',1,'amrex::Amr']]], - ['leveldefined_13187',['LevelDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a76e1b4915e0fab0cf472ce392a5acbaa',1,'amrex::ParGDBBase::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9a55d74e7bf55e362c14969ddd94aac2',1,'amrex::ParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#acc2ddbb687a61fccf1a5089d9c9617cf',1,'amrex::AmrParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a472f37d544bf28e75d2c05630969e554',1,'amrex::AmrMesh::LevelDefined()']]], - ['leveldirectorynames_13188',['LevelDirectoryNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2c60baf6b91ceb8f41054f1ccd1b4e5e',1,'amrex::AmrLevel']]], - ['levelfullpath_13189',['LevelFullPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a438b71d250fb65fd385716c745be94ad',1,'amrex']]], - ['levelpath_13190',['LevelPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85',1,'amrex']]], - ['levelstep_13191',['levelStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a95d9cd20405f8a1010923a022c929f38',1,'amrex::PlotFileDataImpl::levelStep()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#afb42191a08a62dff1534e21804a1891b',1,'amrex::PlotFileData::levelStep()']]], - ['levelsteps_13192',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8101a391189955c50c7a36d359f3f5ed',1,'amrex::Amr']]], - ['levelsteps_13193',['LevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae438fc92d638f323795408735f2cebb8',1,'amrex::AmrData']]], - ['lgmres_5fsolver_5fconfigure_13194',['lgmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2dce11a296890cc9e974d2e9102eba29',1,'amrex::HypreIJIface']]], - ['lincomb_13195',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::CutFab >']]], - ['lincomb_13196',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'amrex::BaseFab']]], - ['lincomb_13197',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::EBCellFlagFab >']]], - ['lincomb_13198',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< AtomicInt >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< char >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< EBCellFlag >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< HYPRE_Int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< PetscInt >::linComb()']]], - ['lincomb_13199',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3',1,'amrex::LinComb(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src_a, int acomp, typename MF::value_type b, Array< MF, N > const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a932a04b3088166f5be65d24d2de33213',1,'amrex::LinComb(MF &dst, typename MF::value_type a, MF const &src_a, int acomp, typename MF::value_type b, MF const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< PetscInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< AtomicInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'amrex::FabArray::LinComb()']]], - ['lincomb_13200',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a71a6bdfd44b64400a631d7cee6c25cb2',1,'amrex::GMRESMLMGT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a891c43771c03412e044bf7b807bfb85e',1,'amrex::FabSetT::linComb(value_type a, const MF &mfa, int a_comp, value_type b, const MF &mfb, int b_comp, int dcomp, int ncomp, int ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6ecf47a622303ab157f7e18a4b870205',1,'amrex::FabSetT::linComb(value_type a, value_type b, const FabSetT< MF > &src, int scomp, int dcomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ae8f5e1195457dc7f2204abbcaf2fe148',1,'amrex::BndryRegisterT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< Real >::linComb()']]], - ['lincomb_13201',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< TagBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::Mask >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< FArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0486c02587ea11cc9a30e9da8d7cf957',1,'amrex::MultiFab::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< IArrayBox >::LinComb()']]], - ['linear_13202',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a1fc7379baaa9b4132c2ce77840f89272',1,'amrex::ParticleInterpolator::Linear']]], - ['linear_5finterp_13203',['linear_interp',['../group__EBGodunov.html#gae7fb5657f6312ba192f0ad3a3652f4a8',1,'hydro_ebgodunov_transverse_2D_K.H']]], - ['linear_5finterpolate_5fto_5fparticle_13204',['linear_interpolate_to_particle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea',1,'amrex']]], - ['linedistfcnelement2d_13205',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a4f4e886cb99ae23f57dbb402b5cbb910',1,'amrex::LineDistFcnElement2d']]], - ['lineseg_5ftri_5fintersect_13206',['lineseg_tri_intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e',1,'amrex::tri_geom_ops']]], - ['linevalues_13207',['LineValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a807eb1ae7923222c105b1c023ef26920',1,'amrex::DataServices']]], - ['lininterp_13208',['linInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< char >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, const Box &b1, int comp1, const BaseFab< T > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, int comp1, const BaseFab< T > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, const Box &b1, int comp1, const BaseFab< AtomicInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, int comp1, const BaseFab< AtomicInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< char >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, const Box &b1, int comp1, const BaseFab< EBCellFlag > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, int comp1, const BaseFab< EBCellFlag > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, const Box &b1, int comp1, const BaseFab< HYPRE_Int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, int comp1, const BaseFab< HYPRE_Int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< int >::linInterp(const BaseFab< int > &f1, const Box &b1, int comp1, const BaseFab< int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< int >::linInterp(const BaseFab< int > &f1, int comp1, const BaseFab< int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, const Box &b1, int comp1, const BaseFab< PetscInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, int comp1, const BaseFab< PetscInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, const Box &b1, int comp1, const BaseFab< Real > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, int comp1, const BaseFab< Real > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept']]], - ['linkcount_13209',['linkCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e6e72d37c4f23eecead5b448e4d94f1',1,'amrex::DistributionMapping']]], - ['linspace_13210',['linspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac2545137f1cadac01321de2f527ecac',1,'amrex']]], - ['listderivefunc_13211',['ListDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa974b608a9dce7d566ed3a9dd4ad87fe',1,'amrex::DataServices::ListDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1335563a0cca7162b541f4bdf3d7b5a4',1,'amrex::AmrData::ListDeriveFunc()']]], - ['lo_13212',['lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aded9c5a0cac5cfd5a320c32a26144dcc',1,'amrex::RealBox::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af44163f840ea676ad8d51f6dd9d65998',1,'amrex::TableData::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aeb9332bd9350ab5d7fd3a32afa888659',1,'amrex::RealBox::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af47f7f7299a40c820515f9eeb983d14b',1,'amrex::RealBox::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac75d317389a2ae2a793dd69194557a50',1,'amrex::BCRec::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a28f03096d6b1b7373a48b7079ae94e67',1,'amrex::BCRec::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae0818ccc6f8443bdaa7abee52a6b4678',1,'amrex::BCRec::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'Array1D< int, 0, N-1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'amrex::Array1D::lo()']]], - ['load_5fvectors_13213',['load_vectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a674354d0ea227950c1d7507f553e9f04',1,'amrex::HypreSolver']]], - ['loadbalancelevel0_13214',['LoadBalanceLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab35e0719d1321112010ff20228ad1acc',1,'amrex::Amr']]], - ['loadvectors_13215',['loadVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a1e022b7b14f485c9d9aa5ab1bb52a929',1,'amrex::HypreABecLap3::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f8c2e606928f4ba9bf4cc909e830ae',1,'amrex::PETScABecLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9a4132962fea0f9ec7e1566e1aa6254e',1,'amrex::HypreNodeLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a4acee7b70c037a9ae8b22757b097e0f3',1,'amrex::HypreABecLap2::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a4778eb6c291a39971617eb0bf69dff3f',1,'amrex::HypreABecLap::loadVectors()']]], - ['lobc_13216',['LoBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'amrex::MLLinOpT::LoBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'MLLinOpT< Array< MultiFab, 3 > >::LoBC()']]], - ['local_5fcollate_5fcpu_13217',['local_collate_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a62994a11c6b9211c7d459571caf99d56',1,'amrex::TagBoxArray']]], - ['local_5fcollate_5fgpu_13218',['local_collate_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae151c3feb479bcc695e279915e2a068c',1,'amrex::TagBoxArray']]], - ['local_5fcopy_5fcpu_13219',['local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d',1,'amrex::NonLocalBC']]], - ['local_5fcopy_5fgpu_13220',['local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3',1,'amrex::NonLocalBC']]], - ['local_5fng_5f1d_13221',['local_ng_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a14784f9d4294864a4a73b5f5e5f054e2',1,'hacc::Distribution::local_ng_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1b9d450eddfce95a58668ec64562d982',1,'hacc::Distribution::local_ng_1d() const)[3]']]], - ['local_5fng_5f2d_5fx_13222',['local_ng_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#af955d6c08b5ded766245f60828cdd039',1,'hacc::Distribution::local_ng_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a26f0bb510168262f1431e28d16f737c5',1,'hacc::Distribution::local_ng_2d_x() const)[3]']]], - ['local_5fng_5f2d_5fy_13223',['local_ng_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a217d24143f5236d7b8fc224551b4cc97',1,'hacc::Distribution::local_ng_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a99b59a934893e973d601f85258eef3a0',1,'hacc::Distribution::local_ng_2d_y() const)[3]']]], - ['local_5fng_5f2d_5fz_13224',['local_ng_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab9d7979cc6700470b188a13e23e077e9',1,'hacc::Distribution::local_ng_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a7b18aff8b7ccfc96b0f58148ad54c87c',1,'hacc::Distribution::local_ng_2d_z() const)[3]']]], - ['local_5fng_5f3d_13225',['local_ng_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a42762b0e7ae076edbbd6cbd6bc1725c1',1,'hacc::Distribution::local_ng_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a69fea1b10e8f41cea41a5779e2d6386a',1,'hacc::Distribution::local_ng_3d(int i) const']]], - ['local_5fng_5fkspace_13226',['local_ng_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8f5425ac672068dbfff3467676171ead',1,'hacc::Dfft::local_ng_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a1542745eeaee5329cba97afa9c17c4e1',1,'hacc::Dfft::local_ng_kspace() const)[3]']]], - ['local_5fng_5frspace_13227',['local_ng_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aea6a617a07fcd8f6806f4436fdbb0d73',1,'hacc::Dfft::local_ng_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80cda3f267109eace9820179fea3028b',1,'hacc::Dfft::local_ng_rspace(int i) const']]], - ['local_5fsize_13228',['local_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad3c43e940d0e5caaf5ec3fb5d4999111',1,'hacc::Distribution::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aabf6dbff99d8524f9c9d082302afdd5e',1,'amrex::FabArrayBase::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a0d0b051631c3eb9c462a7a443c84f497',1,'hacc::Dfft::local_size()']]], - ['local_5fto_5fglobal_5frank_13229',['local_to_global_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0b1d7ebb925ad002bfb7d05913ae116a',1,'amrex::ParallelContext::Frame::local_to_global_rank(int lrank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac60250687a1fd30ef799d90099b42f3d',1,'amrex::ParallelContext::Frame::local_to_global_rank(int *global, const int *local, int n)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a766c71905985383fd282cace905237d4',1,'amrex::ParallelContext::local_to_global_rank(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5',1,'amrex::ParallelContext::local_to_global_rank(int *global, const int *local, int n) noexcept']]], - ['local_5fupdate_13230',['local_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#a6fa8e68bad77f4d1094db1acddad0a93',1,'amrex::ReduceOpLogicalAnd::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#aa69a4be600ad14cd2149c8fd4d4b8766',1,'amrex::ReduceOpLogicalOr::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a7c5827f2596556167953ed78492a68ed',1,'amrex::ReduceOpMax::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#aff90edbbdf2586ee6004f01d07fd616f',1,'amrex::ReduceOpMin::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#adbf4eb7fdc93fd0bfdae1aee23a1239b',1,'amrex::ReduceOpSum::local_update()']]], - ['localadd_13231',['LocalAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< FArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5',1,'amrex::LocalAdd(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05',1,'amrex::LocalAdd(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< TagBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< IArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::Mask >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::EBCellFlagFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::CutFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'amrex::FabArray::LocalAdd()']]], - ['localcopy_13232',['LocalCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::EBCellFlagFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd',1,'amrex::LocalCopy(DMF &dst, SMF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71',1,'amrex::LocalCopy(Array< DMF, N > &dst, Array< SMF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3',1,'amrex::NonLocalBC::LocalCopy(const PackComponents &components, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb',1,'amrex::NonLocalBC::LocalCopy(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< TagBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< IArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< FArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::Mask >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::CutFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'amrex::FabArray::LocalCopy()']]], - ['localindex_13233',['localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa848db21ec5426fab2c86d441cd0a314',1,'amrex::FabArrayBase']]], - ['localindex_13234',['LocalIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab9afc4ebb6b729bcecdba6b22a317e88',1,'amrex::MFIter']]], - ['localtileindex_13235',['LocalTileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a02c0b04b49bf0116bc21ee53e3593225',1,'amrex::MFIter']]], - ['locateparticle_13236',['locateParticle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const']]], - ['lock_13237',['lock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ad0e65d9bf77725b6bad2a6794d6e2fee',1,'amrex::BlockMutex']]], - ['lockadd_13238',['lockAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< AtomicInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'amrex::BaseFab::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< char >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< EBCellFlag >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< HYPRE_Int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< PetscInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< Real >::lockAdd()']]], - ['loedge_13239',['LoEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aad8c159e97f7422f2bf45b92bf3a3002',1,'amrex::CoordSys::LoEdge(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6f6cad7c903feeb070e26cea3df1af5c',1,'amrex::CoordSys::LoEdge(const IntVect &point, int dir) const noexcept']]], - ['loface_13240',['LoFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abbaf6097689bdafcce5853d0a74c8a73',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ae177792027908beb20976fbd0628d754',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Real *loc) const noexcept']]], - ['log_13241',['log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984',1,'amrex']]], - ['logicaland_13242',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a766ff7e5ed9d78fb3a0d5eaffec9c2ea',1,'amrex::Gpu::Atomic']]], - ['logicalor_13243',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53a66f5fe06e3b8839cb0f79f0d0ea3d',1,'amrex::Gpu::Atomic']]], - ['logspace_13244',['logspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866',1,'amrex']]], - ['longside_13245',['longside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'amrex::BoxND::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'amrex::BoxND::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'BoxND< AMREX_SPACEDIM >::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'BoxND< AMREX_SPACEDIM >::longside() const noexcept']]], - ['lonode_13246',['LoNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2b1eed19248c0b8ffc16733bbf1d6baa',1,'amrex::CoordSys::LoNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a0f2dc8592daa645225f6fbb76c7061c7',1,'amrex::CoordSys::LoNode(const IntVect &point, Real *loc) const noexcept']]], - ['lonodeloc_13247',['LoNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a0fc16f868cf63f196fa3b3aecc6f211e',1,'amrex::AmrData']]], - ['loop_13248',['Loop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a',1,'amrex::Loop(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8518382186436012e8d327c7122fd6',1,'amrex::Loop(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a614341eb1f669411a7ae80905a563432',1,'amrex::Loop(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae',1,'amrex::Loop(BoxND< dim > const &bx, F const &f) noexcept']]], - ['loop_5fimpnd_13249',['Loop_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['loopconcurrent_13250',['LoopConcurrent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], - ['loopconcurrent_5fimpnd_13251',['LoopConcurrent_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#aa6ce039c09354f520de021d761c40800',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], - ['loopconcurrentoncpu_13252',['LoopConcurrentOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], - ['loopconcurrentoncpu_5fimpnd_13253',['LoopConcurrentOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['looponcpu_13254',['LoopOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], - ['looponcpu_5fimpnd_13255',['LoopOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af7f8efd7c7639823222394e405d335f2',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af4f26da56a7147fc25072e711b19688c',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], - ['lov_13256',['loV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ad64dd52bc29882baff668896c2dde9cd',1,'amrex::Hypre']]], - ['lovect_13257',['loVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< Real >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'amrex::BaseFab::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< AtomicInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< char >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< EBCellFlag >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< HYPRE_Int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< PetscInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'amrex::BoxND::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'amrex::BoxND::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'BoxND< AMREX_SPACEDIM >::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'BoxND< AMREX_SPACEDIM >::loVect() &&=delete']]], - ['lovect3d_13258',['loVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'amrex::BoxND::loVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'BoxND< AMREX_SPACEDIM >::loVect3d()']]], - ['lower_5fbound_13259',['lower_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71',1,'amrex']]], - ['lowerindex_13260',['LowerIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aedba9cb3e81e6a96fd3cea8330ef0708',1,'amrex::CoordSys']]], - ['lowest_13261',['lowest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#ab5e449549896fdf8698e0bab593a5b92',1,'amrex::ValLocPair']]], - ['lusolver_13262',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a39bf746e19e32ff8a3b2e37f0288b791',1,'amrex::LUSolver::LUSolver(Array2D< T, 0, N-1, 0, N-1, Order::C > const &a_mat)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#afdbcba9c8adb9f87e26470604e85e5d0',1,'amrex::LUSolver::LUSolver()=default']]] + ['lathe_13231',['lathe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a1e6eedbf6131d4d1c9a33e7c3165e630',1,'amrex::EB2']]], + ['latheif_13232',['LatheIF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a1466ff0ebcf2550a7708fc97ad00038d',1,'amrex::EB2::LatheIF']]], + ['launch_13233',['launch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a685ae8eab582f895ce964b6a99030ef2',1,'amrex::launch(T const &n, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71da9a7033d01c042d0ad270a71f6618',1,'amrex::launch(int nblocks, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acf9e876d759a1c4b3984ab2373d670bc',1,'amrex::launch(int nblocks, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff64e983a02f98455e7319fb031838e7',1,'amrex::launch(int nblocks, int nthreads_per_block, std::size_t shared_mem_bytes, gpuStream_t stream, L const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93bf7d62b3ca318333e7e1d4a6d5d5c1',1,'amrex::launch(int nblocks, int nthreads_per_block, gpuStream_t stream, L &&f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdcc9cc4f86085b0b797878a002162f9',1,'amrex::launch(T const &n, L const &f) noexcept']]], + ['launch_5fglobal_13234',['launch_global',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6334d58395d4bec0257d18060918ab0',1,'amrex::launch_global(L f0, Lambdas... fs)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8fd1cb48ab79898f1f480c55c433113a',1,'amrex::launch_global(L f0)']]], + ['launch_5fhost_13235',['launch_host',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a006c22eb1e141a0784faa415c00a49c4',1,'amrex::launch_host(L &&f0) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a12c011a8bc6459b1c2a8f691b2554972',1,'amrex::launch_host(L &&f0, Lambdas &&... fs) noexcept']]], + ['launchsafeguard_13236',['LaunchSafeGuard',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#a1f41c945c1a3385ae229c7b64af2948c',1,'amrex::Gpu::LaunchSafeGuard']]], + ['layoutdata_13237',['LayoutData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< RealTuple >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< Int >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< Int >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< PetscInt >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< PetscInt >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< PetscInt >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< PetscInt >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< RealTuple >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< RealTuple >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< int > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< RealTuple >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'amrex::LayoutData::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'amrex::LayoutData::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'amrex::LayoutData::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'amrex::LayoutData::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< HYPRE_Int >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< Int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::PODVector< Int > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::PODVector< int > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::PODVector< int > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< RealTuple > >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< GFab >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< GFab >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< GFab >::LayoutData(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a1fa987ab9141d88d6b23063c4bfdd38d',1,'LayoutData< GFab >::LayoutData(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a447a15fede8b1a8a998dfcae0aac1507',1,'LayoutData< HYPRE_Int >::LayoutData()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae420ab81a062d2cfcd209c08a1f7dab3',1,'LayoutData< HYPRE_Int >::LayoutData(const BoxArray &a_grids, const DistributionMapping &a_dm)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a9f32a3b5b38c4c245fa07f4af9f818bf',1,'LayoutData< amrex::Vector< BCTuple > >::LayoutData()']]], + ['lbound_13238',['lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71600c8a528e0f1863154e4cf0183cbc',1,'amrex::lbound(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a441984faaca402e9fe13a54494fb4eac',1,'amrex::lbound(BoxND< dim > const &box) noexcept']]], + ['lbound_5fiv_13239',['lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa3ae11f4adbfaf4d94ac725853dc846d',1,'amrex']]], + ['ldg_13240',['LDG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a568da598ec8829dff901c81d530db976',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ae595b27ab79b81cdbddf1a1e0fef31ea',1,'amrex::Gpu::LDG(Array4< T > const &a, int i, int j, int k, int n) noexcept']]], + ['leastusedcpus_13241',['LeastUsedCPUs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#acbe214292ef7da8223f4318919642ace',1,'amrex::DistributionMapping']]], + ['leastusedteams_13242',['LeastUsedTeams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a55134783f651fecac1282ea2029428f3',1,'amrex::DistributionMapping']]], + ['len_13243',['len',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'Array1D< int, 0, N-1 >::len()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#adc6a1c42a02a07645636a297b6b28a6b',1,'amrex::Array1D::len()']]], + ['len0_13244',['len0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a3668191c352566d1d1c5835102b69e8c',1,'amrex::Table4D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#accb55d2deb7abdb2c5fe9afd0f27046c',1,'amrex::Table3D::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'Table2D< RT >::len0()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a2a93394c3acf4245fe4a27b808adac99',1,'amrex::Table2D::len0()']]], + ['len1_13245',['len1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a24f8a04409c92b85616e68e23ed0cb15',1,'amrex::Table4D::len1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a8da09138b8d2468cc9898ba75700cdd1',1,'amrex::Table3D::len1()']]], + ['len2_13246',['len2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a346a4f218664dc863f9082a7f1a13f6b',1,'amrex::Table4D']]], + ['length_13247',['length',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab8f44b56e5ac2f53bcfe742891c1c79c',1,'amrex::length(Array4< T > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3cf6e0d5ca4e2358cf7f70289989b8e8',1,'amrex::length(BoxND< dim > const &box) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#ae0c4bfaf52dced3b58a138bc2d28dc47',1,'amrex::ClusterList::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< Real >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'amrex::BoxND::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'amrex::BoxND::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8f49c67a6dc6bd404650be7118b7859b',1,'BoxND< AMREX_SPACEDIM >::length() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2a4f32c677fa478bdceb0c142d192a02',1,'BoxND< AMREX_SPACEDIM >::length(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a3658deeec368fbc6be8f9555ac37bab5',1,'amrex::MFIter::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aee1bde14bdd1fa4a02c2f340c5611b85',1,'amrex::RealBox::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< PetscInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< HYPRE_Int >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< EBCellFlag >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< char >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'BaseFab< AtomicInt >::length()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad69dbb55d91cc9784e3f9ee622c53d91',1,'amrex::BaseFab::length()']]], + ['length3d_13248',['length3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'BoxND< AMREX_SPACEDIM >::length3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a116b4a3ed26bc9df2bd4dc91abb3b149',1,'amrex::BoxND::length3d()']]], + ['length_5fiv_13249',['length_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac4476d8ff3ffac4b03c099ee1c13672',1,'amrex']]], + ['lengthofset_13250',['LengthOfSet',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9138f1bb7d077d7d1cd043715ecb7d74',1,'amrex::NFilesIter']]], + ['level_13251',['Level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a18159b17b5d40999e3f38474e53f23ff',1,'amrex::AmrLevel::Level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ac843646825df5f720267a7c641204301',1,'amrex::EB2::Level::Level()']]], + ['level_5fbeing_5fadvanced_13252',['level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af0c8b87958fdb3cc31b2b3b994c8b37e',1,'amrex::Amr']]], + ['levelbld_13253',['LevelBld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a1d97d19552c4c36cccdd8fea75b8c06c',1,'amrex::LevelBld::LevelBld(LevelBld &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#aee859f0bc17d637c35c23047d67784aa',1,'amrex::LevelBld::LevelBld(LevelBld const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a15187caf83aa0cca8784f3c2c733fd82',1,'amrex::LevelBld::LevelBld() noexcept=default']]], + ['levelcount_13254',['levelCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad37c151a0ef82ea98f18707e98d44dc7',1,'amrex::Amr']]], + ['leveldefined_13255',['LevelDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a76e1b4915e0fab0cf472ce392a5acbaa',1,'amrex::ParGDBBase::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a9a55d74e7bf55e362c14969ddd94aac2',1,'amrex::ParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#acc2ddbb687a61fccf1a5089d9c9617cf',1,'amrex::AmrParGDB::LevelDefined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a472f37d544bf28e75d2c05630969e554',1,'amrex::AmrMesh::LevelDefined()']]], + ['leveldirectorynames_13256',['LevelDirectoryNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2c60baf6b91ceb8f41054f1ccd1b4e5e',1,'amrex::AmrLevel']]], + ['levelfullpath_13257',['LevelFullPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a438b71d250fb65fd385716c745be94ad',1,'amrex']]], + ['levelpath_13258',['LevelPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e1c541c50331b9a3c005b80b4503f85',1,'amrex']]], + ['levelstep_13259',['levelStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a95d9cd20405f8a1010923a022c929f38',1,'amrex::PlotFileDataImpl::levelStep()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#afb42191a08a62dff1534e21804a1891b',1,'amrex::PlotFileData::levelStep()']]], + ['levelsteps_13260',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8101a391189955c50c7a36d359f3f5ed',1,'amrex::Amr']]], + ['levelsteps_13261',['LevelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae438fc92d638f323795408735f2cebb8',1,'amrex::AmrData']]], + ['lgmres_5fsolver_5fconfigure_13262',['lgmres_solver_configure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a2dce11a296890cc9e974d2e9102eba29',1,'amrex::HypreIJIface']]], + ['lincomb_13263',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< int >']]], + ['lincomb_13264',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'amrex::FabArray']]], + ['lincomb_13265',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< PetscInt >']]], + ['lincomb_13266',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< AtomicInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::BaseFab< PetscInt > >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::CutFab >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::EBCellFlagFab >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< amrex::Mask >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af278d1e4cb4398d1743bca45138fa9a3',1,'amrex::LinComb(Array< MF, N > &dst, typename MF::value_type a, Array< MF, N > const &src_a, int acomp, typename MF::value_type b, Array< MF, N > const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a932a04b3088166f5be65d24d2de33213',1,'amrex::LinComb(MF &dst, typename MF::value_type a, MF const &src_a, int acomp, typename MF::value_type b, MF const &src_b, int bcomp, int dcomp, int ncomp, IntVect const &nghost)']]], + ['lincomb_13267',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< HYPRE_Int >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< EBCellFlag >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< char >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< AtomicInt >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'amrex::BaseFab::linComb()']]], + ['lincomb_13268',['LinComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0486c02587ea11cc9a30e9da8d7cf957',1,'amrex::MultiFab::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< TagBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< IArrayBox >::LinComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a424d30f07a7374d3620c454f8e3c5ae7',1,'FabArray< FArrayBox >::LinComb()']]], + ['lincomb_13269',['linComb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a891c43771c03412e044bf7b807bfb85e',1,'amrex::FabSetT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a34dd0c1642740071a0bf70d986e9f52a',1,'BaseFab< Real >::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ae8f5e1195457dc7f2204abbcaf2fe148',1,'amrex::BndryRegisterT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a71a6bdfd44b64400a631d7cee6c25cb2',1,'amrex::GMRESMLMGT::linComb()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a6ecf47a622303ab157f7e18a4b870205',1,'amrex::FabSetT::linComb()']]], + ['linear_13270',['Linear',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a1fc7379baaa9b4132c2ce77840f89272',1,'amrex::ParticleInterpolator::Linear']]], + ['linear_5finterp_13271',['linear_interp',['../group__EBGodunov.html#gae7fb5657f6312ba192f0ad3a3652f4a8',1,'hydro_ebgodunov_transverse_2D_K.H']]], + ['linear_5finterpolate_5fto_5fparticle_13272',['linear_interpolate_to_particle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36bf438d128fda0af56fb688289c75ea',1,'amrex']]], + ['linedistfcnelement2d_13273',['LineDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a4f4e886cb99ae23f57dbb402b5cbb910',1,'amrex::LineDistFcnElement2d']]], + ['lineseg_5ftri_5fintersect_13274',['lineseg_tri_intersect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html#a3ab1370ee2778b840c9976bec576a66e',1,'amrex::tri_geom_ops']]], + ['linevalues_13275',['LineValues',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a807eb1ae7923222c105b1c023ef26920',1,'amrex::DataServices']]], + ['lininterp_13276',['linInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< char >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, const Box &b1, int comp1, const BaseFab< T > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'amrex::BaseFab::linInterp(const BaseFab< T > &f1, int comp1, const BaseFab< T > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, const Box &b1, int comp1, const BaseFab< AtomicInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< AtomicInt >::linInterp(const BaseFab< AtomicInt > &f1, int comp1, const BaseFab< AtomicInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< char >::linInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, const Box &b1, int comp1, const BaseFab< EBCellFlag > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< EBCellFlag >::linInterp(const BaseFab< EBCellFlag > &f1, int comp1, const BaseFab< EBCellFlag > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, const Box &b1, int comp1, const BaseFab< HYPRE_Int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< HYPRE_Int >::linInterp(const BaseFab< HYPRE_Int > &f1, int comp1, const BaseFab< HYPRE_Int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< int >::linInterp(const BaseFab< int > &f1, const Box &b1, int comp1, const BaseFab< int > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< int >::linInterp(const BaseFab< int > &f1, int comp1, const BaseFab< int > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, const Box &b1, int comp1, const BaseFab< PetscInt > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< PetscInt >::linInterp(const BaseFab< PetscInt > &f1, int comp1, const BaseFab< PetscInt > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af49fda526f1f93ba846db273906cd29b',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, const Box &b1, int comp1, const BaseFab< Real > &f2, const Box &b2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a666cac025454c374a1e2db655b133aa9',1,'BaseFab< Real >::linInterp(const BaseFab< Real > &f1, int comp1, const BaseFab< Real > &f2, int comp2, Real t1, Real t2, Real t, const Box &b, int comp, int numcomp=1) noexcept']]], + ['linkcount_13277',['linkCount',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0e6e72d37c4f23eecead5b448e4d94f1',1,'amrex::DistributionMapping']]], + ['linspace_13278',['linspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac2545137f1cadac01321de2f527ecac',1,'amrex']]], + ['listderivefunc_13279',['ListDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa974b608a9dce7d566ed3a9dd4ad87fe',1,'amrex::DataServices::ListDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1335563a0cca7162b541f4bdf3d7b5a4',1,'amrex::AmrData::ListDeriveFunc()']]], + ['lo_13280',['lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aded9c5a0cac5cfd5a320c32a26144dcc',1,'amrex::RealBox::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#af44163f840ea676ad8d51f6dd9d65998',1,'amrex::TableData::lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#aeb9332bd9350ab5d7fd3a32afa888659',1,'amrex::RealBox::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af47f7f7299a40c820515f9eeb983d14b',1,'amrex::RealBox::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ac75d317389a2ae2a793dd69194557a50',1,'amrex::BCRec::lo(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a28f03096d6b1b7373a48b7079ae94e67',1,'amrex::BCRec::lo() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#ae0818ccc6f8443bdaa7abee52a6b4678',1,'amrex::BCRec::lo() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'Array1D< int, 0, N-1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3f19e3370115f627c98dd50500dcbae9',1,'amrex::Array1D::lo()']]], + ['load_5fvectors_13281',['load_vectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a674354d0ea227950c1d7507f553e9f04',1,'amrex::HypreSolver']]], + ['loadbalancelevel0_13282',['LoadBalanceLevel0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab35e0719d1321112010ff20228ad1acc',1,'amrex::Amr']]], + ['loadvectors_13283',['loadVectors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a1e022b7b14f485c9d9aa5ab1bb52a929',1,'amrex::HypreABecLap3::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f8c2e606928f4ba9bf4cc909e830ae',1,'amrex::PETScABecLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9a4132962fea0f9ec7e1566e1aa6254e',1,'amrex::HypreNodeLap::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a4acee7b70c037a9ae8b22757b097e0f3',1,'amrex::HypreABecLap2::loadVectors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a4778eb6c291a39971617eb0bf69dff3f',1,'amrex::HypreABecLap::loadVectors()']]], + ['lobc_13284',['LoBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'amrex::MLLinOpT::LoBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a60f337c8a71be69643d62c774a536dcd',1,'MLLinOpT< Array< MultiFab, 3 > >::LoBC()']]], + ['local_5fcollate_5fcpu_13285',['local_collate_cpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a62994a11c6b9211c7d459571caf99d56',1,'amrex::TagBoxArray']]], + ['local_5fcollate_5fgpu_13286',['local_collate_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#ae151c3feb479bcc695e279915e2a068c',1,'amrex::TagBoxArray']]], + ['local_5fcopy_5fcpu_13287',['local_copy_cpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a3cd3a3fb3e0b792ebdb724cc5725176d',1,'amrex::NonLocalBC']]], + ['local_5fcopy_5fgpu_13288',['local_copy_gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4ea4e6f4775e59312efdc7e5e42788c3',1,'amrex::NonLocalBC']]], + ['local_5fng_5f1d_13289',['local_ng_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a14784f9d4294864a4a73b5f5e5f054e2',1,'hacc::Distribution::local_ng_1d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a1b9d450eddfce95a58668ec64562d982',1,'hacc::Distribution::local_ng_1d() const)[3]']]], + ['local_5fng_5f2d_5fx_13290',['local_ng_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#af955d6c08b5ded766245f60828cdd039',1,'hacc::Distribution::local_ng_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a26f0bb510168262f1431e28d16f737c5',1,'hacc::Distribution::local_ng_2d_x() const)[3]']]], + ['local_5fng_5f2d_5fy_13291',['local_ng_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a217d24143f5236d7b8fc224551b4cc97',1,'hacc::Distribution::local_ng_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a99b59a934893e973d601f85258eef3a0',1,'hacc::Distribution::local_ng_2d_y() const)[3]']]], + ['local_5fng_5f2d_5fz_13292',['local_ng_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab9d7979cc6700470b188a13e23e077e9',1,'hacc::Distribution::local_ng_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a7b18aff8b7ccfc96b0f58148ad54c87c',1,'hacc::Distribution::local_ng_2d_z() const)[3]']]], + ['local_5fng_5f3d_13293',['local_ng_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a42762b0e7ae076edbbd6cbd6bc1725c1',1,'hacc::Distribution::local_ng_3d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a69fea1b10e8f41cea41a5779e2d6386a',1,'hacc::Distribution::local_ng_3d(int i) const']]], + ['local_5fng_5fkspace_13294',['local_ng_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a8f5425ac672068dbfff3467676171ead',1,'hacc::Dfft::local_ng_kspace(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a1542745eeaee5329cba97afa9c17c4e1',1,'hacc::Dfft::local_ng_kspace() const)[3]']]], + ['local_5fng_5frspace_13295',['local_ng_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aea6a617a07fcd8f6806f4436fdbb0d73',1,'hacc::Dfft::local_ng_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a80cda3f267109eace9820179fea3028b',1,'hacc::Dfft::local_ng_rspace(int i) const']]], + ['local_5fsize_13296',['local_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad3c43e940d0e5caaf5ec3fb5d4999111',1,'hacc::Distribution::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aabf6dbff99d8524f9c9d082302afdd5e',1,'amrex::FabArrayBase::local_size()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a0d0b051631c3eb9c462a7a443c84f497',1,'hacc::Dfft::local_size()']]], + ['local_5fto_5fglobal_5frank_13297',['local_to_global_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0b1d7ebb925ad002bfb7d05913ae116a',1,'amrex::ParallelContext::Frame::local_to_global_rank(int lrank)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#ac60250687a1fd30ef799d90099b42f3d',1,'amrex::ParallelContext::Frame::local_to_global_rank(int *global, const int *local, int n)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a766c71905985383fd282cace905237d4',1,'amrex::ParallelContext::local_to_global_rank(int rank) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a1bd2485b1543e7238ec40aac8c331fa5',1,'amrex::ParallelContext::local_to_global_rank(int *global, const int *local, int n) noexcept']]], + ['local_5fupdate_13298',['local_update',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalAnd.html#a6fa8e68bad77f4d1094db1acddad0a93',1,'amrex::ReduceOpLogicalAnd::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpLogicalOr.html#aa69a4be600ad14cd2149c8fd4d4b8766',1,'amrex::ReduceOpLogicalOr::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMax.html#a7c5827f2596556167953ed78492a68ed',1,'amrex::ReduceOpMax::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpMin.html#aff90edbbdf2586ee6004f01d07fd616f',1,'amrex::ReduceOpMin::local_update()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ReduceOpSum.html#adbf4eb7fdc93fd0bfdae1aee23a1239b',1,'amrex::ReduceOpSum::local_update()']]], + ['localadd_13299',['LocalAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< FArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a213a47a1b802fdf7a0a7bb562f3959f5',1,'amrex::LocalAdd(Array< MF, N > &dst, Array< MF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f948e8f69355439c8e408405d24eb05',1,'amrex::LocalAdd(MF &dst, MF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< TagBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< IArrayBox >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::Mask >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::EBCellFlagFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::CutFab >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abd6dc24319471bcd6406fa9da2145197',1,'amrex::FabArray::LocalAdd()']]], + ['localcopy_13300',['LocalCopy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::EBCellFlagFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3659f85fe1cf3635a62a6d417f9978bd',1,'amrex::LocalCopy(DMF &dst, SMF const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcaf9751e46f39c2698dadad34f0c71',1,'amrex::LocalCopy(Array< DMF, N > &dst, Array< SMF, N > const &src, int scomp, int dcomp, int ncomp, IntVect const &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ab719edc50f1af0377bb308024219baa3',1,'amrex::NonLocalBC::LocalCopy(const PackComponents &components, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0fa70005c1319e11f11266ae94abe4bb',1,'amrex::NonLocalBC::LocalCopy(const ApplyDtosAndProjectionOnReciever< DTOS, FabProj > &packing, FabArray< FAB > &dest, const FabArray< FAB > &src, const FabArrayBase::CopyComTagsContainer &local_tags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< TagBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< IArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< FArrayBox >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::Mask >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::CutFab >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< PetscInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'FabArray< amrex::BaseFab< AtomicInt > >::LocalCopy()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5086d98e3a63866d87afcd150a8170ef',1,'amrex::FabArray::LocalCopy()']]], + ['localindex_13301',['LocalIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab9afc4ebb6b729bcecdba6b22a317e88',1,'amrex::MFIter']]], + ['localindex_13302',['localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa848db21ec5426fab2c86d441cd0a314',1,'amrex::FabArrayBase']]], + ['localtileindex_13303',['LocalTileIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a02c0b04b49bf0116bc21ee53e3593225',1,'amrex::MFIter']]], + ['locateparticle_13304',['locateParticle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a721df7b847160e02567c879da742f2cd',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid=-1) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adbb82df3ca78abd2e90644d15b35e464',1,'amrex::ParticleContainer_impl::locateParticle(P &p, ParticleLocData &pld, int lev_min, int lev_max, int nGrow, int local_grid) const']]], + ['lock_13305',['lock',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ad0e65d9bf77725b6bad2a6794d6e2fee',1,'amrex::BlockMutex']]], + ['lockadd_13306',['lockAdd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< AtomicInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'amrex::BaseFab::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< char >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< EBCellFlag >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< HYPRE_Int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< int >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< PetscInt >::lockAdd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1a1bc23a87d40ff55f8fcec600b0054b',1,'BaseFab< Real >::lockAdd()']]], + ['loedge_13307',['LoEdge',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aad8c159e97f7422f2bf45b92bf3a3002',1,'amrex::CoordSys::LoEdge(int point, int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a6f6cad7c903feeb070e26cea3df1af5c',1,'amrex::CoordSys::LoEdge(const IntVect &point, int dir) const noexcept']]], + ['loface_13308',['LoFace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abbaf6097689bdafcce5853d0a74c8a73',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#ae177792027908beb20976fbd0628d754',1,'amrex::CoordSys::LoFace(const IntVect &point, int dir, Real *loc) const noexcept']]], + ['log_13309',['log',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a377e86dc25bb181be031ad2f80cb2984',1,'amrex']]], + ['logicaland_13310',['LogicalAnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a766ff7e5ed9d78fb3a0d5eaffec9c2ea',1,'amrex::Gpu::Atomic']]], + ['logicalor_13311',['LogicalOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53a66f5fe06e3b8839cb0f79f0d0ea3d',1,'amrex::Gpu::Atomic']]], + ['logspace_13312',['logspace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f466fdb5f5804263d0eb21d6737c866',1,'amrex']]], + ['longside_13313',['longside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'amrex::BoxND::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'amrex::BoxND::longside() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acc15b41242be4621b2ad1236c5ef7f89',1,'BoxND< AMREX_SPACEDIM >::longside(int &dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aedb1d0483a878228d55be74589117010',1,'BoxND< AMREX_SPACEDIM >::longside() const noexcept']]], + ['lonode_13314',['LoNode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a2b1eed19248c0b8ffc16733bbf1d6baa',1,'amrex::CoordSys::LoNode(const IntVect &point, Vector< Real > &loc) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a0f2dc8592daa645225f6fbb76c7061c7',1,'amrex::CoordSys::LoNode(const IntVect &point, Real *loc) const noexcept']]], + ['lonodeloc_13315',['LoNodeLoc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a0fc16f868cf63f196fa3b3aecc6f211e',1,'amrex::AmrData']]], + ['loop_13316',['Loop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afee414511118e5074a62b89cb88f0f5a',1,'amrex::Loop(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3f8518382186436012e8d327c7122fd6',1,'amrex::Loop(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a614341eb1f669411a7ae80905a563432',1,'amrex::Loop(BoxND< dim > const &bx, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6be13ce19c854e2261ed9ac662c84fae',1,'amrex::Loop(BoxND< dim > const &bx, F const &f) noexcept']]], + ['loop_5fimpnd_13317',['Loop_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a4c206a759ce68aefc599947e7f494168',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a3392de1e44c6c7d03a7402ddc5207984',1,'amrex::loop_detail::Loop_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['loopconcurrent_13318',['LoopConcurrent',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab323eef76dfb9823b3f577461e937f67',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae0606f27bbe31ceed3e506558f00966d',1,'amrex::LoopConcurrent(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a06b069516ee6e8bbbf4c818e44666899',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad07822a7a5597e5b6817f92a632b0f08',1,'amrex::LoopConcurrent(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], + ['loopconcurrent_5fimpnd_13319',['LoopConcurrent_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a68c03a8e616e19d37fbbfef2e2798706',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#aa6ce039c09354f520de021d761c40800',1,'amrex::loop_detail::LoopConcurrent_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept']]], + ['loopconcurrentoncpu_13320',['LoopConcurrentOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2852f915700a8c5c4f638d5d9c64acc4',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e89a5f679cb6320960129071f6e1e1',1,'amrex::LoopConcurrentOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d14e61d5521f11d9340637f292bfe6',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a117156d216f3725f2ed9f99f12f32538',1,'amrex::LoopConcurrentOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], + ['loopconcurrentoncpu_5fimpnd_13321',['LoopConcurrentOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a452bb548b2231de2fe30b1f49cc415bc',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#a361a894845df6bb8adc38a2483044878',1,'amrex::loop_detail::LoopConcurrentOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['looponcpu_13322',['LoopOnCpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11ae51dc854ba8fbb5f79bdaf11976df',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2c9b88c8cd08d765a67d6ffb3a851d7',1,'amrex::LoopOnCpu(Dim3 lo, Dim3 hi, int ncomp, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abfceddf47dd21d190a16bdcc562f215c',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, F const &f) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac705a7b9004892e8ede0e08b33a8ad77',1,'amrex::LoopOnCpu(BoxND< dim > const &bx, int ncomp, F const &f) noexcept']]], + ['looponcpu_5fimpnd_13323',['LoopOnCpu_impND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af7f8efd7c7639823222394e405d335f2',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html#af4f26da56a7147fc25072e711b19688c',1,'amrex::loop_detail::LoopOnCpu_impND(L const &f, IntVectND< dim > const lo, IntVectND< dim > const hi, IntVectND< dim > iv, int n) noexcept']]], + ['lov_13324',['loV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ad64dd52bc29882baff668896c2dde9cd',1,'amrex::Hypre']]], + ['lovect_13325',['loVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< Real >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'amrex::BaseFab::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< AtomicInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< char >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< EBCellFlag >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< HYPRE_Int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< int >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5598302356ad5c6af7482fc392c8bb8b',1,'BaseFab< PetscInt >::loVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'amrex::BoxND::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'amrex::BoxND::loVect() &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aab95ab70091d76efb6d93a85a66c81ac',1,'BoxND< AMREX_SPACEDIM >::loVect() const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a375df1c70bc3ce84f7c07b64fc8cf160',1,'BoxND< AMREX_SPACEDIM >::loVect() &&=delete']]], + ['lovect3d_13326',['loVect3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'amrex::BoxND::loVect3d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a06960facc10033196456e7d4de9d4ba2',1,'BoxND< AMREX_SPACEDIM >::loVect3d()']]], + ['lower_5fbound_13327',['lower_bound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe5f053f9083b72c3ba55354f2f30e71',1,'amrex']]], + ['lowerindex_13328',['LowerIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aedba9cb3e81e6a96fd3cea8330ef0708',1,'amrex::CoordSys']]], + ['lowest_13329',['lowest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#ab5e449549896fdf8698e0bab593a5b92',1,'amrex::ValLocPair']]], + ['lusolver_13330',['LUSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a39bf746e19e32ff8a3b2e37f0288b791',1,'amrex::LUSolver::LUSolver(Array2D< T, 0, N-1, 0, N-1, Order::C > const &a_mat)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#afdbcba9c8adb9f87e26470604e85e5d0',1,'amrex::LUSolver::LUSolver()=default']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_d.js b/amrex-hydro/Doxygen/html/search/functions_d.js index 7123415..ed8229b 100644 --- a/amrex-hydro/Doxygen/html/search/functions_d.js +++ b/amrex-hydro/Doxygen/html/search/functions_d.js @@ -1,467 +1,469 @@ var searchData= [ - ['mac_5finterpolate_13263',['mac_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629',1,'amrex']]], - ['macprojector_13264',['MacProjector',['../classHydro_1_1MacProjector.html#a3ca29786854f04e67ccf2595c7d48524',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu, amrex::MLMG::Location a_divu_loc, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#a6f5d3d7bd577cba4d3f40be51c56bcbb',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Geometry > &a_geom, amrex::MLMG::Location a_umac_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_beta_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_phi_loc=amrex::MLMG::Location::CellCenter, amrex::MLMG::Location a_divu_loc=amrex::MLMG::Location::CellCenter)'],['../classHydro_1_1MacProjector.html#a2611aa7b8def7545242fb3fdba84b98b',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::Real a_const_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={}, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#abb52e5323c3eb2627bf03b19c7baec65',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a758e62356163baa02f82cec81d07debd',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a6018b9d8d4d05168315cbaa21680db4f',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::Vector< amrex::MultiFab const * > &a_divu={})']]], - ['make_13265',['make',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'amrex::MLLinOpT::make()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7676ba4a8f0f7e18be2366dd33ef322f',1,'amrex::MLCurlCurl::make(Vector< Vector< MF > > &mf, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ace16dcafe1f3dc9c2c37b18bb6437986',1,'amrex::MLCurlCurl::make(int amrlev, int mglev, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'MLLinOpT< Array< MultiFab, 3 > >::make(int amrlev, int mglev, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'MLLinOpT< Array< MultiFab, 3 > >::make(Vector< Vector< Array< MultiFab, 3 > > > &mf, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'amrex::MLLinOpT::make()']]], - ['make_5falike_13266',['make_alike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'amrex::ParticleContainer_impl::make_alike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::make_alike()']]], - ['make_5fbox_13267',['make_box',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a7b99f31edd5a4c819ab81f9ed3045ef6',1,'amrex::BoxCommHelper']]], - ['make_5finvalid_13268',['make_invalid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#af21bcbc4ede1afe42beb3ce0667e56be',1,'amrex::ParticleIDWrapper']]], - ['make_5fmf_5fcrse_5fmask_13269',['make_mf_crse_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34617f70eaffc9dd42ef30e75602e4e3',1,'amrex::detail']]], - ['make_5fmf_5fcrse_5fpatch_13270',['make_mf_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1f1cf618eec93f3f663f4eab80c283a5',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34a42876ed5cec17cb6852ce43b710b7',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], - ['make_5fmf_5ffine_5fpatch_13271',['make_mf_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2b92d0ed9f799213702e12a02f9585d7',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10de83755b69f93f5403c69c1de02300',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp)']]], - ['make_5fmf_5frefined_5fpatch_13272',['make_mf_refined_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18788233897dcea378a821f83c7dd90a',1,'amrex::detail']]], - ['make_5ftable_13273',['make_table',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9',1,'amrex::detail::make_table(T *p, Array< int, 1 > const &lo, Array< int, 1 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7cc30cb3974fb2a7e882c016a4b81e3c',1,'amrex::detail::make_table(T *p, Array< int, 2 > const &lo, Array< int, 2 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53',1,'amrex::detail::make_table(T *p, Array< int, 3 > const &lo, Array< int, 3 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a951cc75933e6ea9338ea3365ec337fb2',1,'amrex::detail::make_table(T *p, Array< int, 4 > const &lo, Array< int, 4 > const &hi)']]], - ['make_5ftuple_13274',['make_tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d441e7b18bae347c4ed240bcb0b4eaa',1,'amrex::detail']]], - ['make_5fvalid_13275',['make_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a932035c8f264cf9e16c6568842bdd2ce',1,'amrex::ParticleIDWrapper']]], - ['makeagglomerateddmap_13276',['makeAgglomeratedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAgglomeratedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'amrex::MLLinOpT::makeAgglomeratedDMap()']]], - ['makealias_13277',['makeAlias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aaf764f3b83bb093cc40ce4c7a2bb6d59',1,'amrex::MLCurlCurl::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'amrex::MLLinOpT::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAlias()']]], - ['makeallregular_13278',['makeAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'amrex::EB2::GShopLevel::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< ChkptFile >::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< STLtools >::makeAllRegular()']]], - ['makearray4_13279',['makeArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0',1,'amrex']]], - ['makebasegrids_13280',['MakeBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac7d0ce87a8047dcdf7b45d4232121881',1,'amrex::AmrMesh']]], - ['makecoarseamr_13281',['makeCoarseAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#af6f2d3f064b878b9d56bba0f7ddce029',1,'amrex::MLCurlCurl::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'amrex::MLLinOpT::makeCoarseAmr()']]], - ['makecoarsemg_13282',['makeCoarseMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac1291ffd5a7c279cd34ce48de928e550',1,'amrex::MLCurlCurl::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'amrex::MLLinOpT::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseMG()']]], - ['makecomplement_13283',['makeComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e',1,'amrex::EB2']]], - ['makeconsolidateddmap_13284',['makeConsolidatedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'amrex::MLLinOpT::makeConsolidatedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'MLLinOpT< Array< MultiFab, 3 > >::makeConsolidatedDMap()']]], - ['makedifference_13285',['makeDifference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164',1,'amrex::EB2']]], - ['makedistributionmap_13286',['MakeDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abf07e71ebb90aa135bd78e4965536d04',1,'amrex::AmrMesh']]], - ['makeebfabfactory_13287',['makeEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51',1,'amrex::makeEBFabFactory(const EB2::IndexSpace *index_space, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df',1,'amrex::makeEBFabFactory(const EB2::Level *eb_level, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379',1,'amrex::makeEBFabFactory(const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)']]], - ['makeexecutionconfig_13288',['makeExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ac21b6d1625e2f56c27d364434a5c49f4',1,'amrex::Gpu::makeExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a96329917c7544347d421e3a216fb58a1',1,'amrex::Gpu::makeExecutionConfig(const Box &box) noexcept']]], - ['makefactory_13289',['makeFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'MLLinOpT< Array< MultiFab, 3 > >::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'amrex::MLLinOpT::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a6c7b9e7f8c29dd4ca75b7254f81409d1',1,'amrex::MLEBABecLap::makeFactory()']]], - ['makefillboundarymetadata_13290',['makeFillBoundaryMetaData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77',1,'amrex::NonLocalBC']]], - ['makefilterfile_13291',['MakeFilterFile',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adee7586f1673d8f37da0f0b69c25fd62',1,'BLProfStats']]], - ['makefinemask_13292',['makeFineMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, int crse_value=0, int fine_value=1)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const IntVect &cnghost, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, Real crse_value, Real fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af559f21584872566541db61cbacf7470',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value, LayoutData< int > &has_cf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)']]], - ['makefinemask_5fdoit_13293',['makeFineMask_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81',1,'amrex']]], - ['makefuncpcttimesmf_13294',['MakeFuncPctTimesMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be',1,'amrex']]], - ['makehypre_13295',['makeHypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d',1,'amrex']]], - ['makeintersection_13296',['makeIntersection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4',1,'amrex::EB2']]], - ['makeiparser_13297',['makeIParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afac8d3383aa70acfdd3cd22a8df79539',1,'amrex::ParmParse']]], - ['makeitracker_13298',['MakeITracker',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3',1,'amrex']]], - ['makeknapsack_13299',['makeKnapSack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0704dfa27b86490adf8d30ddf4cd54f6',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a7e828702ab51bdb55b0f15b71c86b420',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, Real &eff, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae4537c97b68ccdc4d6689c3363b2e7d9',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2ef033cdeecaf68beca223b0eb537bb4',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, Real &eff, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae9c31399ed9426f497edfda2dafb0b2d',1,'amrex::DistributionMapping::makeKnapSack(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, int nmax=std::numeric_limits< int >::max(), bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber(), Real keep_ratio=Real(0.0))']]], - ['makeloadbalancedistributionmap_13300',['makeLoadBalanceDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a11440fbd79bb8db036e18692462e142f',1,'amrex::Amr']]], - ['makemfiter_13301',['MakeMFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adc8bb6ea7e7d8a9596936623bc2e26ed',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, const MFItInfo &info) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41cb0c34d64f3d1df87d83f3b26f594b',1,'amrex::ParticleContainerBase::MakeMFIter(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a30a608b14352a5cd5bfed79f69f98011',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, bool tile) const']]], - ['makenewgrids_13302',['MakeNewGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#acb422930e8e69fc386727f45607e114b',1,'amrex::AmrMesh::MakeNewGrids(int lbase, Real time, int &new_finest, Vector< BoxArray > &new_grids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0bf56e73af1dfffcba7bfcadad887751',1,'amrex::AmrMesh::MakeNewGrids(Real time=0.0)']]], - ['makenewlevelfromcoarse_13303',['MakeNewLevelFromCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af472acf05bea1145b67f7022de16a664',1,'amrex::AmrCore::MakeNewLevelFromCoarse()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2695f24a5faa596e3a8bfb3e0021bf5b',1,'amrex::Amr::MakeNewLevelFromCoarse()']]], - ['makenewlevelfromscratch_13304',['MakeNewLevelFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b313b548c5c16a75ad21b053f9fc1b0',1,'amrex::AmrMesh::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a2612f7a3cf58e16e8f9ddd27e81e9a8c',1,'amrex::AmrCore::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aeadd0d727cd8c5abbd46b3c4dbcb363a',1,'amrex::Amr::MakeNewLevelFromScratch()']]], - ['makengrids_13305',['makeNGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a1574dd8857314d9658c28c26adc6ce12',1,'amrex::MLCellLinOpT']]], - ['makenlinop_13306',['makeNLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac03f98cb7e5a9397213306e9884a65b4',1,'amrex::MLABecLaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedb08ecb8e516d3fa40ec712cf39a36a',1,'amrex::MLALaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acc092ce18db466c80a5e590b2b79b120',1,'amrex::MLEBABecLap::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'amrex::MLLinOpT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'MLLinOpT< Array< MultiFab, 3 > >::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9a31f692af9979009765151942209b8',1,'amrex::MLPoissonT::makeNLinOp()']]], - ['makeownermask_13307',['makeOwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae050e4fda0843b175da8fbcfb8462392',1,'amrex::MLNodeLinOp']]], - ['makeparser_13308',['makeParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a0e28c45ee942f30c9f5c50f338e203',1,'amrex::ParmParse']]], - ['makepetsc_13309',['makePetsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd0e7692c28626659b75637c2c63528',1,'amrex']]], - ['makeplans_13310',['makePlans',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a98aaf8b4a82c0802d0138e58b8437f28',1,'hacc::Dfft']]], - ['makepolymorphic_13311',['makePolymorphic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d',1,'amrex']]], - ['makeregionplt_13312',['MakeRegionPlt',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7862b0d9f09d54c84a6acf3eafd26035',1,'BLProfStats::MakeRegionPlt()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2d638a90467cede3ed5491a52e6a4f62',1,'RegionsProfStats::MakeRegionPlt()']]], - ['makeroundrobin_13313',['makeRoundRobin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a70511fca0600a56369ce74f28cbc9d99',1,'amrex::DistributionMapping']]], - ['makesfc_13314',['makeSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adf34aceea3cb24a10bdbdd9ef215028d',1,'amrex::DistributionMapping::makeSFC(const BoxArray &ba, bool use_box_vol=true, int nprocs=ParallelContext::NProcsSub())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3691234f6667de564cebb4e990a4b143',1,'amrex::DistributionMapping::makeSFC(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adeed6f16e7f9636c8733845ad5803804',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5149c43052f843c3e37014f3a3fa2e96',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abb2f4bf15b369e16d6387333ef7a0d54',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa07e2c79e1100575a40bdb8c2b3efe03',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, bool sort=true)']]], - ['makeshop_13315',['makeShop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0',1,'amrex::EB2::makeShop(F &&f, R &&r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642',1,'amrex::EB2::makeShop(F &&f)']]], - ['makesimilardm_13316',['MakeSimilarDM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0',1,'amrex::MakeSimilarDM(const BoxArray &ba, const MultiFab &mf, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc0569d3487d998596b2a11392bddaca',1,'amrex::MakeSimilarDM(const BoxArray &ba, const BoxArray &src_ba, const DistributionMapping &src_dm, const IntVect &ng)']]], - ['makesinglecellbox_13317',['makeSingleCellBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eb1742be92272caefd59407a8effebd',1,'amrex::makeSingleCellBox(int i, int j, int k, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821',1,'amrex::makeSingleCellBox(IntVectND< dim > const &vect, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())']]], - ['makeslab_13318',['makeSlab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'BoxND< AMREX_SPACEDIM >::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7',1,'amrex::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'amrex::BoxND::makeSlab()']]], - ['makesolvable_13319',['makeSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6dc8cde9b0768dd1f82dbc0a658e76f4',1,'amrex::MLMGT::makeSolvable(int amrlev, int mglev, MF &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a74aa5d200cbee55ce7f454618d2d1789',1,'amrex::MLMGT::makeSolvable()']]], - ['makespace_13320',['makeSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a',1,'amrex::Morton']]], - ['makestateredistutils_13321',['MakeStateRedistUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0472d1147267486256bc020afa8670d2',1,'amrex::MakeStateRedistUtils(Box const &bx, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrac, Array4< Real const > const &ccent, Array4< int const > const &itracker, Array4< Real > const &nrs, Array4< Real > const &alpha, Array4< Real > const &nbhd_vol, Array4< Real > const &cent_hat, Geometry const &lev_geom, Real target_vol)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc',1,'amrex::MakeStateRedistUtils(amrex::Box const &bx, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, amrex::Array4< amrex::Real const > const &ccent, amrex::Array4< int const > const &itracker, amrex::Array4< amrex::Real > const &nrs, amrex::Array4< amrex::Real > const &alpha, amrex::Array4< amrex::Real > const &nbhd_vol, amrex::Array4< amrex::Real > const &cent_hat, amrex::Geometry const &geom, amrex::Real target_volfrac)']]], - ['makesubcommunicator_13322',['makeSubCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'amrex::MLLinOpT::makeSubCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'MLLinOpT< Array< MultiFab, 3 > >::makeSubCommunicator()']]], - ['maketuple_13323',['makeTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3',1,'amrex']]], - ['makeunion_13324',['makeUnion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a',1,'amrex::EB2']]], - ['makeveclhs_13325',['makeVecLHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a757525ba6bbe0f037464b6bea3769300',1,'amrex::GMRESMLMGT']]], - ['makevecrhs_13326',['makeVecRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a149cc7245fa38541199e133b4ba3ecfc',1,'amrex::GMRESMLMGT']]], - ['makexdim3_13327',['makeXDim3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8338a320488a4b26607928529d25c1a5',1,'amrex']]], - ['makezerotuple_13328',['MakeZeroTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8',1,'amrex']]], - ['manual_5ftags_5fplacement_13329',['manual_tags_placement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2e78f3a4398272855b0a9ac3becaefd7',1,'amrex::AmrLevel']]], - ['manualtagsplacement_13330',['ManualTagsPlacement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abe4eb07db47e710993616e88931fafe1',1,'amrex::AmrMesh::ManualTagsPlacement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d0e58b8aaa0cac0a8cd432f37198197',1,'amrex::Amr::ManualTagsPlacement()']]], - ['map_5fdata_13331',['map_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a0b2271de694f1ea0903339931578ec',1,'amrex::IntegratorBase::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acd01b4dfae6f5cbd84d2ed940355fd0c',1,'amrex::FEIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acc1277598adc82e186fef0b44c86e603',1,'amrex::RKIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#af0bac245837e93c1fc9a6a157c4a30a7',1,'amrex::SundialsIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1cf98d54388171aa821affc5af092394',1,'amrex::TimeIntegrator::map_data()']]], - ['mapperiodicremoveduplicates_13332',['mapPeriodicRemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a3173610e281bd7542514a433a704cd9a',1,'amrex::TagBoxArray']]], - ['mask_13333',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a95db54d25c0f6cf6bdb4d3833045cb58',1,'amrex::Mask']]], - ['mask_13334',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a0d36980c7c0e499ff0b04dce3a573f84',1,'amrex::InterpFaceRegister']]], - ['mask_13335',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abd8bff7cbc703e734acd4c8beba9218e',1,'amrex::Mask::Mask() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1bbe56597e75e9487f95ea8a720ee5e7',1,'amrex::Mask::Mask(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae6d52518e33c58ca5c4ea5e118fcec5a',1,'amrex::Mask::Mask(const Box &bx, int nc, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a230355fcd3e68a68f02f4ebd6ad2ce17',1,'amrex::Mask::Mask(const Box &bx, int nc=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a6b295b191764969c7033a967abd45d97',1,'amrex::Mask::Mask(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2e99ed3b0c4632c5e758c88928b97202',1,'amrex::Mask::Mask(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a9018e9168017880e0243ad751f931cac',1,'amrex::Mask::Mask(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1fa2d5c56c30c372187e9e7954c7c393',1,'amrex::Mask::Mask(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa1437a1b1611cb70a4d8c6a581c7a5bf',1,'amrex::Mask::Mask(Mask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a42404772901ea5f0d3a72d98fc48497d',1,'amrex::Mask::Mask(Mask const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ab3bc08bd2f3deea5af111c3720a02b9c',1,'amrex::Mask::Mask(const Mask &)=delete']]], - ['mask_13336',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'amrex::IndexTypeND::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'IndexTypeND< AMREX_SPACEDIM >::mask()']]], - ['maskcoveredcells_13337',['MaskCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a47a80402ae32dddd6c934f336c361b1b',1,'amrex::InSituUtils']]], - ['maskeq_13338',['maskEQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'amrex::BaseFab::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< AtomicInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< char >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< EBCellFlag >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< HYPRE_Int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< PetscInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< Real >::maskEQ()']]], - ['maskge_13339',['maskGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'amrex::BaseFab::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< AtomicInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< char >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< EBCellFlag >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< HYPRE_Int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< PetscInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< Real >::maskGE()']]], - ['maskghostcells_13340',['MaskGhostCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a8cf7bdb752f3479f85a203dc2181e27e',1,'amrex::InSituUtils']]], - ['maskgt_13341',['maskGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< AtomicInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< Real >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< PetscInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< HYPRE_Int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< EBCellFlag >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< char >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'amrex::BaseFab::maskGT(BaseFab< int > &mask, T const &val, int comp=0) const noexcept']]], - ['maskle_13342',['maskLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'amrex::BaseFab::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< AtomicInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< char >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< EBCellFlag >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< HYPRE_Int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< PetscInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< Real >::maskLE()']]], - ['masklt_13343',['maskLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< PetscInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'amrex::BaseFab::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< AtomicInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< char >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< EBCellFlag >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< HYPRE_Int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< Real >::maskLT()']]], - ['match_13344',['match',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8',1,'amrex']]], - ['matches_13345',['Matches',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ada4147aca5b4135a7f7721ca07f39758',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size, int mtag)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ab9001f520685adca50a661aa6ad8cfb8',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size)']]], - ['max_13346',['max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4',1,'amrex::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< PetscInt >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< int >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< PetscInt >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< int >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< HYPRE_Int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< HYPRE_Int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< EBCellFlag >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< EBCellFlag >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< char >::max()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5',1,'amrex::max(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88',1,'amrex::max(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a25af5cc2e9cd71a6079c8a8c74bd96bc',1,'amrex::iMultiFab::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< Real >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< Real >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a5ddb29896fb93ee72d69b9545d3453b1',1,'amrex::algoim::BoundingBox::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aadf761ac200d1eec5f6fb1c720fbd1d2',1,'amrex::VisMF::max(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a110072536de1d4531dcd88a766c41ac9',1,'amrex::VisMF::max(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#aff566a74b1ae5b546689bdfc7d66d4db',1,'amrex::ValLocPair::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a30944a8839e0dc2a873dc3fbef6b2c41',1,'amrex::RealVect::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a65d87ad5270fcaeb5786e5fdebe07347',1,'amrex::MultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abb92462276ca55cd70f16507118f63ad',1,'amrex::MultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'IntVectND< AMREX_SPACEDIM >::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'IntVectND< AMREX_SPACEDIM >::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'amrex::IntVectND::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'amrex::IntVectND::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a19b141dcd625b4204e8f2fa1b7002cb7',1,'amrex::iMultiFab::max()']]], - ['max_13347',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0',1,'amrex::ParallelReduce']]], - ['max_13348',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< char >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< AtomicInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< AtomicInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'amrex::BaseFab::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'amrex::BaseFab::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34',1,'amrex::max()']]], - ['max_13349',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3',1,'amrex::Reduce::Max(N n, F const &f, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c',1,'amrex::Reduce::Max(N n, T const *v, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189',1,'amrex::ParallelReduce::Max(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a',1,'amrex::ParallelReduce::Max(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc',1,'amrex::ParallelAllReduce::Max(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2',1,'amrex::ParallelAllReduce::Max(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650',1,'amrex::ParallelAllReduce::Max(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592',1,'amrex::ParallelAllReduce::Max(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a4a6e235c6fc2013e52d7f1b59bc71bb0',1,'amrex::Gpu::Atomic::Max(T *const m, T const value) noexcept']]], - ['max_5fdevice_13350',['Max_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#addcea6e4721751a5f9eb8b8889c24061',1,'amrex::Gpu::Atomic::Max_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a5c122d7c55e6fa6cf6ab6a45a4cf87e5',1,'amrex::Gpu::Atomic::Max_device(Long *const m, Long const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a76e8971f5869a60aac1462e720fead2b',1,'amrex::Gpu::Atomic::Max_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a97d664f2938116a8c47acd140dfb9547',1,'amrex::Gpu::Atomic::Max_device(float *const m, float const value) noexcept']]], - ['max_5flbound_13351',['max_lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58839da4d8763b0d7c76c48492532503',1,'amrex::max_lbound(BoxND< dim > const &b1, Dim3 const &lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e',1,'amrex::max_lbound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], - ['max_5flbound_5fiv_13352',['max_lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab688bab870fad905e6d77723a9349a52',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, IntVectND< dim > const &lo) noexcept']]], - ['max_5fsize_13353',['max_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a2d07c9246eff9fc235e24ac818e3c473',1,'hacc::AlignedAllocator']]], - ['maxabs_13354',['maxabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< PetscInt >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< Real >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< Real >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< PetscInt >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< HYPRE_Int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< HYPRE_Int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< EBCellFlag >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< EBCellFlag >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< char >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< char >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< AtomicInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< AtomicInt >::maxabs(int comp=0) const noexcept']]], - ['maxblocks_13355',['maxBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae76a0d3958366cbcd739d85648a6701b',1,'amrex::ReduceData']]], - ['maxblockspergrid_13356',['maxBlocksPerGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4cfc840b226f8d1ac5f4fed24fd86bf5',1,'amrex::Gpu::Device']]], - ['maxblocksperlaunch_13357',['maxBlocksPerLaunch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a3ac36df8a47931d90abeb1b1d1f85c15',1,'amrex::Gpu::Device']]], - ['maxcoarseninglevel_13358',['maxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c',1,'amrex::EB2::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7d3828f723daae924387dbd3c9eb1073',1,'amrex::EBFArrayBoxFactory::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e',1,'amrex::EB2::maxCoarseningLevel()']]], - ['maxdir_13359',['maxDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'amrex::IntVectND::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'IntVectND< AMREX_SPACEDIM >::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept']]], - ['maxgridsize_13360',['maxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a359b34414e4ab7c9b33f74b031d16af8',1,'amrex::AmrMesh']]], - ['maxindex_13361',['maxIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a642f844c834d6fb714e3e0fc6eb75e56',1,'amrex::MultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a16f57e0d929a79571e20a91253efe2d7',1,'amrex::iMultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< Real >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< Real >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< Real >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'amrex::BaseFab::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'amrex::BaseFab::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'amrex::BaseFab::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< PetscInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< HYPRE_Int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< char >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< char >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< char >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< int >::maxIndex()']]], - ['maxlevel_13362',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a8828d137d299131f4251935829bb8aa9',1,'amrex::ParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad60ba0c10f19af842fdfbeaccd02b2ed',1,'amrex::ParticleContainerBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2da3b6ec6f3dff255917d3a0bfbde3d5',1,'amrex::ParGDBBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a6a4a81715729b356d02bb1a645545b5d',1,'amrex::AmrParGDB::maxLevel()']]], - ['maxlevel_13363',['MaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae4e3613fe3bc6672fd426919f4da9aae',1,'amrex::XYPlotDataList']]], - ['maxlevel_13364',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b5ebb9f738e77dcc2f99dfe4e4e91d6',1,'amrex::AmrMesh']]], - ['maxparticlesperread_13365',['MaxParticlesPerRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1f3d39dbdae2586a92fdcc799ee9d1ea',1,'amrex::ParticleContainerBase']]], - ['maxreaders_13366',['MaxReaders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a906decca7ce86c4a87f1874225779d05',1,'amrex::ParticleContainerBase']]], - ['maxrefratio_13367',['MaxRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad560744e3d6fec70a33ad2829fc7f43e',1,'amrex::ParGDBBase::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a44543c0fe45224486a96e129b235c722',1,'amrex::ParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aeaa1b8665bbabf92cb1a7a14fd0f3a4f',1,'amrex::AmrParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d91fffbf09ac3c696d1f7cffee76b2c',1,'amrex::AmrMesh::MaxRefRatio()']]], - ['maxsize_13368',['maxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aebefb23ed05e76ffc8ec0c3af718652e',1,'amrex::BoxArray::maxSize(int block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a59b44d438d01893bcae36064ec089cdc',1,'amrex::BoxArray::maxSize(const IntVect &block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a954f12195603d5493ca2251e0147c4e5',1,'amrex::BoxList::maxSize(int chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac6afa90929ca95e8048721a2f2b407e7',1,'amrex::BoxList::maxSize(const IntVect &chunk)']]], - ['maxstacksize_13369',['maxStackSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a27dc3946de52071f374c1a11e6182bad',1,'amrex::Parser::maxStackSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac7dbdbff476753fbfa9fdb49e27fb9f6',1,'amrex::IParser::maxStackSize()']]], - ['maxstreamindex_13370',['maxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1547ff8c26bca4593ba334bb1999f1d1',1,'amrex::ReduceData']]], - ['maxtag_13371',['MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab1375009d4e5cd0730cada71e3f18c33',1,'amrex::ParallelDescriptor']]], - ['maxthreadsperblock_13372',['maxThreadsPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa1bfcee1a3fc25f3c5ebca0c1530f78d',1,'amrex::Gpu::Device::maxThreadsPerBlock(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4b713a7c769b627678ad102635cbb798',1,'amrex::Gpu::Device::maxThreadsPerBlock() noexcept']]], - ['maxthreadspermultiprocessor_13373',['maxThreadsPerMultiProcessor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa6071d88690c71e63513136982e0994f',1,'amrex::Gpu::Device']]], - ['maybe_5finit_5fsnan_13374',['maybe_init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430',1,'amrex::detail']]], - ['mem_5fadvise_5fset_5fpreferred_13375',['mem_advise_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a607313a3ee1bfc5baff8da183edd4b46',1,'amrex::Gpu::Device']]], - ['mem_5fadvise_5fset_5freadonly_13376',['mem_advise_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a246378e3da5672c3a23a3dadc117edee',1,'amrex::Gpu::Device']]], - ['mem_5fstat_13377',['mem_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a11142e8a0afd07d7a851c73c92afe0a8',1,'amrex::CArena::Node::mem_stat() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a982d4802a2066548ebdef6bbe1864a24',1,'amrex::CArena::Node::mem_stat(MemStat *a_stat) noexcept']]], - ['memcopyimpl_13378',['memCopyImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1e539d8b07d742d0950e675a66ce56b5',1,'amrex::detail']]], - ['memcpy_13379',['memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a90ff215e828e9192dbd196a78cacf083',1,'amrex::Gpu']]], - ['memcpy_5ffrom_5fdevice_5fglobal_5fto_5fhost_5fasync_13380',['memcpy_from_device_global_to_host_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7c0024e0db9fbe3a6522df0047bc581b',1,'amrex::Gpu']]], - ['memcpy_5ffrom_5fhost_5fto_5fdevice_5fglobal_5fasync_13381',['memcpy_from_host_to_device_global_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#acd480232c63b6e866c02e40561f9f635',1,'amrex::Gpu']]], - ['memmoveimpl_13382',['memMoveImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf',1,'amrex::detail']]], - ['memory_5falloc_13383',['memory_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a7973da4e33568c937969b5eec423e21e',1,'amrex::TinyProfiler']]], - ['memory_5ffree_13384',['memory_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf44a0af5564add5abbde50e6b9aa570',1,'amrex::TinyProfiler']]], - ['memory_5fstart_13385',['memory_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcd103d902962eb392b8fc2867da7c85',1,'amrex::TinyProfiler']]], - ['memory_5fstop_13386',['memory_stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abda7b021e9aab1a30edc75b2afee7d13',1,'amrex::TinyProfiler']]], - ['memorybarrier_13387',['MemoryBarrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#adfbd525e82a309468044f350e3ece94e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['memoryfinalize_13388',['MemoryFinalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a28131b0e3240b1df559a63c255fc6d72',1,'amrex::TinyProfiler']]], - ['memoryhelper_13389',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a05307ee087b6cf8ca5526f6122d258d0',1,'amrex::sundials::MemoryHelper::MemoryHelper(::sundials::Context *sunctx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ad691bb80cc43d136dae5cc96ba372e44',1,'amrex::sundials::MemoryHelper::MemoryHelper(const MemoryHelper &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a866fe4f9d288535f0692827ee551b24e',1,'amrex::sundials::MemoryHelper::MemoryHelper(MemoryHelper &&rhs) noexcept']]], - ['memoryinitialize_13390',['MemoryInitialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a106fc3c7abfb4df3cc62527b62c2aff4',1,'amrex::TinyProfiler']]], - ['memorypoolssupported_13391',['memoryPoolsSupported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a2cde818323f46d70bd0ba7eb057fd285',1,'amrex::Gpu::Device']]], - ['memprofiler_13392',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#aa94fbdffa3b9649047f9e0d3c74221a4',1,'amrex::MemProfiler::MemProfiler()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a7f665368612f734b0bd1f15aa71e517a',1,'amrex::MemProfiler::MemProfiler(const MemProfiler &)=delete']]], - ['meshtoparticle_13393',['MeshToParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85',1,'amrex::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Linear, amrex::Real >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Nearest, int >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'amrex::ParticleInterpolator::Base::MeshToParticle()']]], - ['message_13394',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#acea647a271a17e8dca657744ea034f92',1,'amrex::ParallelDescriptor::Message::Message(MPI_Status stat_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a0149c5cb13afe537f233019923d05bc6',1,'amrex::ParallelDescriptor::Message::Message(MPI_Request req_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a363e000ef4af66dac4cbb855507c421b',1,'amrex::ParallelDescriptor::Message::Message()=default']]], - ['mf_5fcall_5ff_13395',['mf_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712',1,'amrex::Reduce::detail']]], - ['mf_5fcell_5fbilin_5finterp_13396',['mf_cell_bilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_13397',['mf_cell_cons_lin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5flimit_5fminmax_5fllslope_13398',['mf_cell_cons_lin_interp_limit_minmax_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fllslope_13399',['mf_cell_cons_lin_interp_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_13400',['mf_cell_cons_lin_interp_mcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5frz_13401',['mf_cell_cons_lin_interp_mcslope_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a134da8efe3158b98d26a191f52797d00',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5fsph_13402',['mf_cell_cons_lin_interp_mcslope_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5frz_13403',['mf_cell_cons_lin_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3',1,'amrex']]], - ['mf_5fcell_5fcons_5flin_5finterp_5fsph_13404',['mf_cell_cons_lin_interp_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcalcslope_13405',['mf_cell_quadratic_calcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxx_13406',['mf_cell_quadratic_compute_slopes_xx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxy_13407',['mf_cell_quadratic_compute_slopes_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxz_13408',['mf_cell_quadratic_compute_slopes_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyy_13409',['mf_cell_quadratic_compute_slopes_yy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyz_13410',['mf_cell_quadratic_compute_slopes_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f',1,'amrex']]], - ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fzz_13411',['mf_cell_quadratic_compute_slopes_zz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a772dafa4169590c51508fb3feab88a41',1,'amrex']]], - ['mf_5fcell_5fquadratic_5finterp_13412',['mf_cell_quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc',1,'amrex']]], - ['mf_5fcell_5fquadratic_5finterp_5frz_13413',['mf_cell_quadratic_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fx_13414',['mf_compute_slopes_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fy_13415',['mf_compute_slopes_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00',1,'amrex']]], - ['mf_5fcompute_5fslopes_5fz_13416',['mf_compute_slopes_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b',1,'amrex']]], - ['mf_5fnodebilin_5finterp_13417',['mf_nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825',1,'amrex']]], - ['mf_5fset_5fdomain_5fbndry_13418',['mf_set_domain_bndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a12a52d34749a2924b4dc8f3d82f7f94d',1,'amrex::detail']]], - ['mfcellconslininterp_13419',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::EBMFCellConsLinInterp::MFCellConsLinInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::MFCellConsLinInterp::MFCellConsLinInterp()']]], - ['mffork_13420',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a67f00ed8c48e03e4b18dcecaa19b14d1',1,'amrex::ForkJoin::MFFork::MFFork(MultiFab *omf, Strategy s, Intent i, int own, const IntVect &ng, Vector< ComponentSet > cs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a9f9fa0710f16b9dff7c3002b6b23744c',1,'amrex::ForkJoin::MFFork::MFFork(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a963d59d69d1624a4fc0bc1806a6f8588',1,'amrex::ForkJoin::MFFork::MFFork(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a34adaed2dce7ad0a962488bee88e6589',1,'amrex::ForkJoin::MFFork::MFFork()=default']]], - ['mfiter_13421',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ad7a19e95ba128febb94b27d2a9d97ef1',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, bool do_tiling)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac055187a5b4d7200fc77827dc28a76c',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a830e42aee76ec9fe8dae8bdd262e0b2d',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a970e636bf6a2d744068483806ddb7944',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a2c0a016e1d5d69073f2cab81e7c6a095',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aecfd3f3ef12e8703caad5794968ff06a',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a66b92b6dbfbe1a498ba614df28817709',1,'amrex::MFIter::MFIter(MFIter &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4c3f600ec834db18aba9266638ac436e',1,'amrex::MFIter::MFIter(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1d9668de99635aa50096d0f091d8b9b0',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae7623281ac9e772db1fc5085a64aeeca',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, bool do_tiling)']]], - ['mfitinfo_13422',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a5f89e1c4d34b2a9bd9651665fbe84587',1,'amrex::MFItInfo']]], - ['mgfcycle_13423',['mgFcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adac59879a785f3b492262e29249a66ae',1,'amrex::MLMGT']]], - ['mgvcycle_13424',['mgVcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a66029bb749136c53cc6fabe82b6b2783',1,'amrex::MLMGT']]], - ['midpoint_13425',['midpoint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a77b0f6867f6784ee3d987eb3de9ac2f8',1,'amrex::algoim::BoundingBox::midpoint() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#aeb237522d3043c217b69e736554b4791',1,'amrex::algoim::BoundingBox::midpoint(int) noexcept']]], - ['min_13426',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281',1,'amrex::Reduce']]], - ['min_13427',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< AtomicInt >']]], - ['min_13428',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0',1,'amrex::Reduce::Min()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e',1,'amrex::ParallelReduce::Min(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3',1,'amrex::ParallelReduce::Min(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04',1,'amrex::ParallelReduce::Min(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7',1,'amrex::ParallelAllReduce::Min(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98',1,'amrex::ParallelAllReduce::Min(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d',1,'amrex::ParallelAllReduce::Min(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a775473b1fa3e7d661e3ac6cde59b6018',1,'amrex::Gpu::Atomic::Min()']]], - ['min_13429',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344',1,'amrex::min(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08',1,'amrex::min(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97e82311191ed8084579b1bddf314096',1,'amrex::min(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd',1,'amrex::min(const T &a, const T &b) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a515321101fe6148e9be3e9ed19545801',1,'amrex::VisMF::min(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae085e236dab30e007b0618d4e4ef6c2d',1,'amrex::VisMF::min(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7da81c75533a97e32fed875a93f6a7c8',1,'amrex::RealVect::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5ab77282de25bb040248778d41327903',1,'amrex::MultiFab::min(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a540eb1714a5eece782de2a4afdd62c8e',1,'amrex::MultiFab::min(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'IntVectND< AMREX_SPACEDIM >::min(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'IntVectND< AMREX_SPACEDIM >::min() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'amrex::IntVectND::min(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'amrex::IntVectND::min() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a5a3db7954dac1d71e4da10cd5db4ee97',1,'amrex::iMultiFab::min(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3668c019d451591659bdde40d4933b92',1,'amrex::iMultiFab::min(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a12d172b57d7ec240c1b12600be045820',1,'amrex::algoim::BoundingBox::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< Real >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< PetscInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< Real >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< AtomicInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< char >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< char >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< HYPRE_Int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< HYPRE_Int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< PetscInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< EBCellFlag >::min()']]], - ['min_5fdevice_13430',['Min_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ad60dc3c4771055fc434211d284769767',1,'amrex::Gpu::Atomic::Min_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa1ce598721adb1e2dcc9986951186d0b',1,'amrex::Gpu::Atomic::Min_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53c8ca8f4c92a40ec4eee06b385f6ef7',1,'amrex::Gpu::Atomic::Min_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a1ca14857c9072d782f6e4a98592ba2b6',1,'amrex::Gpu::Atomic::Min_device(Long *const m, Long const value) noexcept']]], - ['min_5fubound_13431',['min_ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec',1,'amrex::min_ubound(BoxND< dim > const &b1, Dim3 const &hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a',1,'amrex::min_ubound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], - ['min_5fubound_5fiv_13432',['min_ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, IntVectND< dim > const &hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], - ['minbox_13433',['minBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'amrex::BoxND::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6',1,'amrex::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'BoxND< AMREX_SPACEDIM >::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ae1575a7a7ef6b42efa8ddf43f838ddac',1,'amrex::Cluster::minBox()']]], - ['mindir_13434',['minDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept']]], - ['minicycle_13435',['miniCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa16032dd96f94f55d248e8aa34195f9c',1,'amrex::MLMGT']]], - ['minimalbox_13436',['minimalBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adc6fda292fafd7aa9e93227271842a56',1,'amrex::BoxArray::minimalBox(Long &npts_avg_box) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6c5052b75daf4b8fad5f6bd0c65da9a0',1,'amrex::BoxArray::minimalBox() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxDomain::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxList::minimalBox()']]], - ['minindex_13437',['minIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< EBCellFlag >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< Real >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< Real >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< PetscInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< HYPRE_Int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< char >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< char >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< char >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< AtomicInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'amrex::BaseFab::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'amrex::BaseFab::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'amrex::BaseFab::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< Real >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a6bd72fe6018116558b2863f32622755a',1,'amrex::iMultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab351d9250414508cf086635f54e2e2ce',1,'amrex::MultiFab::minIndex()']]], - ['minmax_13438',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< Real >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< EBCellFlag >::minmax()']]], - ['minmax_13439',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aeed9a789444eed02d262bbbf8ee333de',1,'amrex::AmrData::MinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a60dd10146be006d51c30214522648a38',1,'amrex::DataServices::MinMax()']]], - ['minmax_13440',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< HYPRE_Int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< HYPRE_Int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< Real >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< PetscInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< PetscInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< int >::minmax(int comp=0) const noexcept']]], - ['minmax_13441',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012',1,'amrex::Reduce']]], - ['minmax_13442',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< EBCellFlag >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< char >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< char >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< AtomicInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< AtomicInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'amrex::BaseFab::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'amrex::BaseFab::minmax(int comp=0) const noexcept']]], - ['minmax_13443',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc',1,'amrex::Reduce']]], - ['minmaxsize_13444',['minmaxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6dda265eaf3fda5d6255cbe2cd91e09a',1,'amrex::BoxArray']]], - ['minmod_5ffn_13445',['minmod_fn',['../hydro__godunov__ppm_8H.html#a21180e225f46577ee2bfaebef9d961d2',1,'hydro_godunov_ppm.H']]], - ['mintag_13446',['MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a705e1be005fbada39a2ca69f6dae9b88',1,'amrex::ParallelDescriptor']]], - ['minus_13447',['minus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< int >::minus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< int >::minus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< int >::minus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< int >::minus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< int >::minus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'amrex::BaseFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< PetscInt >::minus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1bc09d7836dcd4500472fa853a8fcd22',1,'amrex::MultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a7cf1d225d4d822d1a7abb2b0f2a0c531',1,'amrex::iMultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< Real >::minus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< Real >::minus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< Real >::minus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< PetscInt >::minus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'amrex::BaseFab::minus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'amrex::BaseFab::minus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'amrex::BaseFab::minus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'amrex::BaseFab::minus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< HYPRE_Int >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'amrex::BaseFab::minus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< AtomicInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< char >::minus(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< char >::minus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< char >::minus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< char >::minus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], - ['mlabeclap_5fadotx_13448',['mlabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3',1,'amrex::mlabeclap_adotx(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6',1,'amrex::mlabeclap_adotx(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6483cc92504552a999444884df9c7f',1,'amrex::mlabeclap_adotx(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclap_5fadotx_5fos_13449',['mlabeclap_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a',1,'amrex::mlabeclap_adotx_os(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab51910c6124009c280b7d033be029d9a',1,'amrex::mlabeclap_adotx_os(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e',1,'amrex::mlabeclap_adotx_os(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclap_5fflux_5fx_13450',['mlabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0821339541d218cee0577a42279d6d',1,'amrex']]], - ['mlabeclap_5fflux_5fxface_13451',['mlabeclap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f',1,'amrex']]], - ['mlabeclap_5fflux_5fy_13452',['mlabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77',1,'amrex']]], - ['mlabeclap_5fflux_5fyface_13453',['mlabeclap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4',1,'amrex']]], - ['mlabeclap_5fflux_5fz_13454',['mlabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59793550ea92faf392dc82625edc1f42',1,'amrex']]], - ['mlabeclap_5fflux_5fzface_13455',['mlabeclap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7495e288a74399fbf81b08f1499629',1,'amrex']]], - ['mlabeclap_5fnormalize_13456',['mlabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9',1,'amrex::mlabeclap_normalize(int i, int j, int k, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6679712ad1417670bc200da8883e4fed',1,'amrex::mlabeclap_normalize(int i, int j, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9',1,'amrex::mlabeclap_normalize(int i, int, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], - ['mlabeclaplaciant_13457',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aea3792c445ead80060a95cd955c2a449',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab4e68066e0f668c0272d29a86023221d',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a71e9f511fa3a065551e46bad82c9b748',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#afc885b7be043f3de2fa34de950743987',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const MLABecLaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acb5023f996e6910bb5bbd4dff90c2f05',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(MLABecLaplacianT< MF > &&)=delete']]], - ['mlalap_5fadotx_13458',['mlalap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9',1,'amrex::TwoD::mlalap_adotx()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7',1,'amrex::mlalap_adotx()']]], - ['mlalap_5fadotx_5fm_13459',['mlalap_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb',1,'amrex::TwoD::mlalap_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d',1,'amrex::mlalap_adotx_m()']]], - ['mlalap_5fflux_5fx_13460',['mlalap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e',1,'amrex::TwoD::mlalap_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91',1,'amrex::mlalap_flux_x(Box const &box, Array4< RT > const &fx, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], - ['mlalap_5fflux_5fx_5fm_13461',['mlalap_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76a38ec600a884f18395f0404b185cde',1,'amrex::mlalap_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32',1,'amrex::TwoD::mlalap_flux_x_m()']]], - ['mlalap_5fflux_5fxface_13462',['mlalap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339',1,'amrex::mlalap_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634',1,'amrex::TwoD::mlalap_flux_xface()']]], - ['mlalap_5fflux_5fxface_5fm_13463',['mlalap_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce',1,'amrex::mlalap_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f',1,'amrex::TwoD::mlalap_flux_xface_m()']]], - ['mlalap_5fflux_5fy_13464',['mlalap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75',1,'amrex::mlalap_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c',1,'amrex::TwoD::mlalap_flux_y(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], - ['mlalap_5fflux_5fy_5fm_13465',['mlalap_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb',1,'amrex::TwoD']]], - ['mlalap_5fflux_5fyface_13466',['mlalap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6',1,'amrex::mlalap_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457',1,'amrex::TwoD::mlalap_flux_yface(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ylen, int ncomp) noexcept']]], - ['mlalap_5fflux_5fyface_5fm_13467',['mlalap_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001',1,'amrex::TwoD']]], - ['mlalap_5fflux_5fz_13468',['mlalap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4',1,'amrex']]], - ['mlalap_5fflux_5fzface_13469',['mlalap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f',1,'amrex']]], - ['mlalap_5fgsrb_13470',['mlalap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4218302a2408df87af69fc4435920cf',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, RT dhz, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Array4< RT const > const &f4, Array4< int const > const &m4, Array4< RT const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac',1,'amrex::TwoD::mlalap_gsrb()']]], - ['mlalap_5fgsrb_5fm_13471',['mlalap_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487',1,'amrex::mlalap_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2',1,'amrex::TwoD::mlalap_gsrb_m()']]], - ['mlalap_5fnormalize_13472',['mlalap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0',1,'amrex::mlalap_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574',1,'amrex::TwoD::mlalap_normalize()']]], - ['mlalap_5fnormalize_5fm_13473',['mlalap_normalize_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af99e582811a3661128ecb30e987e20a7',1,'amrex::mlalap_normalize_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b',1,'amrex::TwoD::mlalap_normalize_m()']]], - ['mlalaplaciant_13474',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a776a2bfa70b66c8691b438f4f59ec97c',1,'amrex::MLALaplacianT::MLALaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a25f6fc469e6330800ef83d157294eb35',1,'amrex::MLALaplacianT::MLALaplacianT(const MLALaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9fce18e7cedb0170954f7ad6797fe684',1,'amrex::MLALaplacianT::MLALaplacianT(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaf4ce25b100d0bc3740d52c2883f56b6',1,'amrex::MLALaplacianT::MLALaplacianT()=default']]], - ['mlcellabeclapt_13475',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a37eddbe9290f0102dc09e24e022f038d',1,'amrex::MLCellABecLapT::MLCellABecLapT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a241cb451732d5ad6ab42c46ad4e1f597',1,'amrex::MLCellABecLapT::MLCellABecLapT(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a5f871352ed5f3af819701d945c2de871',1,'amrex::MLCellABecLapT::MLCellABecLapT(MLCellABecLapT< MF > &&)=delete']]], - ['mlcelllinopt_13476',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab6bc4d82971ae75fc206df8d00d15ef6',1,'amrex::MLCellLinOpT::MLCellLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a54558ff60dc7b62ac803e8dd8a5c1816',1,'amrex::MLCellLinOpT::MLCellLinOpT(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab75b6f4249c1408041b529732b179d32',1,'amrex::MLCellLinOpT::MLCellLinOpT(MLCellLinOpT< MF > &&)=delete']]], - ['mlcgsolvert_13477',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac9a3353d649e44294c57d703d55dcdcd',1,'amrex::MLCGSolverT::MLCGSolverT(MLLinOpT< MF > &_lp, Type _typ=Type::BiCGStab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a877dda86118302b3f3b08fed8db57b03',1,'amrex::MLCGSolverT::MLCGSolverT(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af5d3a1f9df449bcf61618ab27c1c4b03',1,'amrex::MLCGSolverT::MLCGSolverT(const MLCGSolverT< MF > &rhs)=delete']]], - ['mlcurlcurl_13478',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a890a339d109993f9e6b102a61af0a2da',1,'amrex::MLCurlCurl::MLCurlCurl()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad41266ab9f9d45383b54320911ac53fe',1,'amrex::MLCurlCurl::MLCurlCurl(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())']]], - ['mlcurlcurl_5fadotx_5fx_13479',['mlcurlcurl_adotx_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f',1,'amrex']]], - ['mlcurlcurl_5fadotx_5fy_13480',['mlcurlcurl_adotx_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf',1,'amrex']]], - ['mlcurlcurl_5fadotx_5fz_13481',['mlcurlcurl_adotx_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262',1,'amrex']]], - ['mlcurlcurl_5fbc_5fsymmetry_13482',['mlcurlcurl_bc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9',1,'amrex']]], - ['mlcurlcurl_5fgs4_13483',['mlcurlcurl_gs4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4',1,'amrex']]], - ['mlcurlcurl_5fgs4_5flu_13484',['mlcurlcurl_gs4_lu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf',1,'amrex']]], - ['mlcurlcurl_5finterpadd_13485',['mlcurlcurl_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2',1,'amrex']]], - ['mlcurlcurl_5frestriction_13486',['mlcurlcurl_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66',1,'amrex']]], - ['mlebabeclap_13487',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a14181cc0ff70a2ed471cdb3a3fc2bdb6',1,'amrex::MLEBABecLap::MLEBABecLap(const MLEBABecLap &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1754284cc41c89fda61c2043ed051f9d',1,'amrex::MLEBABecLap::MLEBABecLap(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a0b7f1e4cc90469a42eb10c8792eced13',1,'amrex::MLEBABecLap::MLEBABecLap(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ab031eeb28437e6aaa8bed95a12448321',1,'amrex::MLEBABecLap::MLEBABecLap()=default']]], - ['mlebabeclap_5fadotx_13488',['mlebabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept']]], - ['mlebabeclap_5fadotx_5fcentroid_13489',['mlebabeclap_adotx_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domhi_x, const int &domhi_y, const bool &on_x_face, const bool &on_y_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domlo_z, const int &domhi_x, const int &domhi_y, const int &domhi_z, const bool &on_x_face, const bool &on_y_face, const bool &on_z_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept']]], - ['mlebabeclap_5fapply_5fbc_5fx_13490',['mlebabeclap_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f',1,'amrex']]], - ['mlebabeclap_5fapply_5fbc_5fy_13491',['mlebabeclap_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e',1,'amrex']]], - ['mlebabeclap_5fapply_5fbc_5fz_13492',['mlebabeclap_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04cedf52619400ba12317eb179625198',1,'amrex']]], - ['mlebabeclap_5febflux_13493',['mlebabeclap_ebflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebabeclap_5fflux_5fx_13494',['mlebabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2',1,'amrex']]], - ['mlebabeclap_5fflux_5fx_5f0_13495',['mlebabeclap_flux_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4',1,'amrex']]], - ['mlebabeclap_5fflux_5fy_13496',['mlebabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f',1,'amrex']]], - ['mlebabeclap_5fflux_5fy_5f0_13497',['mlebabeclap_flux_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da',1,'amrex']]], - ['mlebabeclap_5fflux_5fz_13498',['mlebabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a',1,'amrex']]], - ['mlebabeclap_5fflux_5fz_5f0_13499',['mlebabeclap_flux_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd',1,'amrex']]], - ['mlebabeclap_5fgrad_5fx_13500',['mlebabeclap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75',1,'amrex']]], - ['mlebabeclap_5fgrad_5fx_5f0_13501',['mlebabeclap_grad_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a',1,'amrex']]], - ['mlebabeclap_5fgrad_5fy_13502',['mlebabeclap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c',1,'amrex']]], - ['mlebabeclap_5fgrad_5fy_5f0_13503',['mlebabeclap_grad_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507',1,'amrex']]], - ['mlebabeclap_5fgrad_5fz_13504',['mlebabeclap_grad_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345',1,'amrex']]], - ['mlebabeclap_5fgrad_5fz_5f0_13505',['mlebabeclap_grad_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a906c729b79191fe3198b461187b58068',1,'amrex']]], - ['mlebabeclap_5fgsrb_13506',['mlebabeclap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f4, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< Real const > const &f5, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept']]], - ['mlebabeclap_5fnormalize_13507',['mlebabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, const amrex::GpuArray< Real, AMREX_SPACEDIM > &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept']]], - ['mlebndfdlap_5fadotx_13508',['mlebndfdlap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312',1,'amrex::mlebndfdlap_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a91e9157204259b13b72b493e055e1153',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fadotx_5feb_13509',['mlebndfdlap_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fadotx_5feb_5fdoit_13510',['mlebndfdlap_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19e32efb675dcc201a9794920a74332',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, F const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, F const &xeb, Real bx, Real by) noexcept']]], - ['mlebndfdlap_5fadotx_5frz_13511',['mlebndfdlap_adotx_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e',1,'amrex']]], - ['mlebndfdlap_5fadotx_5frz_5feb_13512',['mlebndfdlap_adotx_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept']]], - ['mlebndfdlap_5fadotx_5frz_5feb_5fdoit_13513',['mlebndfdlap_adotx_rz_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53',1,'amrex']]], - ['mlebndfdlap_5fgrad_5fx_13514',['mlebndfdlap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Real phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Real dxi)']]], - ['mlebndfdlap_5fgrad_5fx_5fdoit_13515',['mlebndfdlap_grad_x_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61',1,'amrex']]], - ['mlebndfdlap_5fgrad_5fy_13516',['mlebndfdlap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab922a37e846d9fd878731e467f40083d',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Real phieb, Real dyi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Array4< Real const > const &phieb, Real dyi)']]], - ['mlebndfdlap_5fgrad_5fy_5fdoit_13517',['mlebndfdlap_grad_y_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84',1,'amrex']]], - ['mlebndfdlap_5fgsrb_13518',['mlebndfdlap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3',1,'amrex::mlebndfdlap_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, Real bz, int redblack) noexcept']]], - ['mlebndfdlap_5fgsrb_5feb_13519',['mlebndfdlap_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real bx, Real by, int redblack) noexcept']]], - ['mlebndfdlap_5fgsrb_5frz_13520',['mlebndfdlap_gsrb_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc',1,'amrex']]], - ['mlebndfdlap_5fgsrb_5frz_5feb_13521',['mlebndfdlap_gsrb_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98',1,'amrex']]], - ['mlebndfdlap_5fscale_5frhs_13522',['mlebndfdlap_scale_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int k, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_13523',['mlebndfdlap_sig_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04ab7cf645a66139841490d30607283a',1,'amrex::mlebndfdlap_sig_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_5feb_13524',['mlebndfdlap_sig_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], - ['mlebndfdlap_5fsig_5fadotx_5feb_5fdoit_13525',['mlebndfdlap_sig_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by) noexcept']]], - ['mlebndfdlap_5fsig_5fgsrb_13526',['mlebndfdlap_sig_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b',1,'amrex::mlebndfdlap_sig_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz, int redblack) noexcept']]], - ['mlebndfdlap_5fsig_5fgsrb_5feb_13527',['mlebndfdlap_sig_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, Real bz, int redblack) noexcept']]], - ['mlebnodefdlaplacian_13528',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ac5576c35f7765ea07f41688107686ebb',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(MLEBNodeFDLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a4b86eda13fc31604d8ca3bf79a158902',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0998f6ae5bff0e310795526582972f22',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a6442123515a236dc0a9947517279c8c8',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian()=default']]], - ['mlebtensor_5fcross_5fterms_13529',['mlebtensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffx_13530',['mlebtensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffy_13531',['mlebtensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fcross_5fterms_5ffz_13532',['mlebtensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fdx_5fon_5fyface_13533',['mlebtensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f',1,'amrex::mlebtensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec',1,'amrex::mlebtensor_dx_on_yface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], - ['mlebtensor_5fdx_5fon_5fzface_13534',['mlebtensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481',1,'amrex::mlebtensor_dx_on_zface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79',1,'amrex::mlebtensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], - ['mlebtensor_5fdy_5fon_5fxface_13535',['mlebtensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f',1,'amrex::mlebtensor_dy_on_xface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1',1,'amrex::mlebtensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], - ['mlebtensor_5fdy_5fon_5fzface_13536',['mlebtensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85',1,'amrex::mlebtensor_dy_on_zface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8',1,'amrex::mlebtensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], - ['mlebtensor_5fdz_5fon_5fxface_13537',['mlebtensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], - ['mlebtensor_5fdz_5fon_5fyface_13538',['mlebtensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a42aec175a92fa99199546b199534d7',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], - ['mlebtensor_5fflux_5f0_13539',['mlebtensor_flux_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319',1,'amrex']]], - ['mlebtensor_5fflux_5fx_13540',['mlebtensor_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa196b29d490603bb92e78f1e56593846',1,'amrex']]], - ['mlebtensor_5fflux_5fy_13541',['mlebtensor_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7',1,'amrex']]], - ['mlebtensor_5fflux_5fz_13542',['mlebtensor_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a',1,'amrex']]], - ['mlebtensor_5fvel_5fgrads_5ffx_13543',['mlebtensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a389b087837766656206528387955a282',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mlebtensor_5fvel_5fgrads_5ffy_13544',['mlebtensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3decc02301d9f7a072efec63312145e',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af256fa82a901575cb1155b23f1791b88',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fvel_5fgrads_5ffz_13545',['mlebtensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlebtensor_5fweight_13546',['mlebtensor_weight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae',1,'amrex']]], - ['mlebtensorop_13547',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#adccad5fb53a52c9b7227847cfc4a636d',1,'amrex::MLEBTensorOp::MLEBTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4f997af4135dcb79775a5d7f7ac3b678',1,'amrex::MLEBTensorOp::MLEBTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#af0d70e756af559a4082443914b134b0d',1,'amrex::MLEBTensorOp::MLEBTensorOp(const MLEBTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a15944a17ebe8341932a53483ef2b6',1,'amrex::MLEBTensorOp::MLEBTensorOp(MLEBTensorOp &&)=delete']]], - ['mllinop_5fapply_5fbc_5fx_13548',['mllinop_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03',1,'amrex::mllinop_apply_bc_x(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c',1,'amrex::mllinop_apply_bc_x(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5fbc_5fy_13549',['mllinop_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655',1,'amrex::mllinop_apply_bc_y(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977',1,'amrex::mllinop_apply_bc_y(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5fbc_5fz_13550',['mllinop_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d',1,'amrex::mllinop_apply_bc_z(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f',1,'amrex::mllinop_apply_bc_z(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept']]], - ['mllinop_5fapply_5finnu_5fxhi_13551',['mllinop_apply_innu_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fxlo_13552',['mllinop_apply_innu_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fyhi_13553',['mllinop_apply_innu_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fyhi_5fm_13554',['mllinop_apply_innu_yhi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fylo_13555',['mllinop_apply_innu_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fylo_5fm_13556',['mllinop_apply_innu_ylo_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fzhi_13557',['mllinop_apply_innu_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e90635b7223dba2b68e165ed924031',1,'amrex']]], - ['mllinop_5fapply_5finnu_5fzlo_13558',['mllinop_apply_innu_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24adb795729e97519ef54218310ce75e',1,'amrex']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fx_13559',['mllinop_comp_interp_coef0_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6',1,'amrex::mllinop_comp_interp_coef0_x(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2',1,'amrex::mllinop_comp_interp_coef0_x(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fy_13560',['mllinop_comp_interp_coef0_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9',1,'amrex::mllinop_comp_interp_coef0_y(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93',1,'amrex::mllinop_comp_interp_coef0_y(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept']]], - ['mllinop_5fcomp_5finterp_5fcoef0_5fz_13561',['mllinop_comp_interp_coef0_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3',1,'amrex::mllinop_comp_interp_coef0_z(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80',1,'amrex::mllinop_comp_interp_coef0_z(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept']]], - ['mllinopt_13562',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'amrex::MLLinOpT::MLLinOpT(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'amrex::MLLinOpT::MLLinOpT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'amrex::MLLinOpT::MLLinOpT(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT()=default']]], - ['mlmg_5flin_5fcc_5finterp_5fr2_13563',['mlmg_lin_cc_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6',1,'amrex::TwoD::mlmg_lin_cc_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a',1,'amrex::mlmg_lin_cc_interp_r2()']]], - ['mlmg_5flin_5fcc_5finterp_5fr4_13564',['mlmg_lin_cc_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85',1,'amrex::TwoD::mlmg_lin_cc_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79',1,'amrex::mlmg_lin_cc_interp_r4(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], - ['mlmg_5flin_5fnd_5finterp_5fr2_13565',['mlmg_lin_nd_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c',1,'amrex::mlmg_lin_nd_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02',1,'amrex::TwoD::mlmg_lin_nd_interp_r2()']]], - ['mlmg_5flin_5fnd_5finterp_5fr4_13566',['mlmg_lin_nd_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc',1,'amrex::mlmg_lin_nd_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a',1,'amrex::TwoD::mlmg_lin_nd_interp_r4()']]], - ['mlmgbndryt_13567',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ae61807ee9974355077b5bc78d35895d8',1,'amrex::MLMGBndryT::MLMGBndryT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aee4434da8700f0e3f1b9677350b5431e',1,'amrex::MLMGBndryT::MLMGBndryT(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a6e0eb064c1f1e0e1f440566f0ca05cf5',1,'amrex::MLMGBndryT::MLMGBndryT(const MLMGBndryT< MF > &rhs)=delete']]], - ['mlmgt_13568',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0a2acaa575273f909062d401f4ea8c2e',1,'amrex::MLMGT::MLMGT(MLMGT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad45721019c8bf7a76442471a174e55d6',1,'amrex::MLMGT::MLMGT(MLMGT< MF > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc418dda3f523d9f0ce2ad15871dc48b',1,'amrex::MLMGT::MLMGT(MLLinOpT< MF > &a_lp)']]], - ['mlndabeclap_5fgauss_5fseidel_5faa_13569',['mlndabeclap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32',1,'amrex']]], - ['mlndabeclap_5fjacobi_5faa_13570',['mlndabeclap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a837670516410d8578c3f4a463f00b086',1,'amrex']]], - ['mlndlap_5fadotx_5faa_13571',['mlndlap_adotx_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fc_13572',['mlndlap_adotx_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2144182834ce73b21ddad5461a14814',1,'amrex::mlndlap_adotx_c(int i, int j, int k, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6',1,'amrex::mlndlap_adotx_c(int i, int, int, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fha_13573',['mlndlap_adotx_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb',1,'amrex::mlndlap_adotx_ha(int i, int, int, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fadotx_5fsten_13574',['mlndlap_adotx_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40',1,'amrex']]], - ['mlndlap_5fadotx_5fsten_5fdoit_13575',['mlndlap_adotx_sten_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845',1,'amrex']]], - ['mlndlap_5fany_5ffine_5fsync_5fcells_13576',['mlndlap_any_fine_sync_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2',1,'amrex']]], - ['mlndlap_5fapplybc_13577',['mlndlap_applybc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fx_13578',['mlndlap_avgdown_coeff_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fy_13579',['mlndlap_avgdown_coeff_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d',1,'amrex']]], - ['mlndlap_5favgdown_5fcoeff_5fz_13580',['mlndlap_avgdown_coeff_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dee48540dad573effdb346154f1da0c',1,'amrex']]], - ['mlndlap_5fax_5ffine_5fcontrib_13581',['mlndlap_Ax_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec133744a63e94005ef481cb3a34c759',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fax_5ffine_5fcontrib_5fcs_13582',['mlndlap_Ax_fine_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1be11befaad780d29152b9e45595fde0',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ebf2548096900974be75be23948782a',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fax_5ffine_5fcontrib_5fdoit_13583',['mlndlap_Ax_fine_contrib_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fbc_5fdoit_13584',['mlndlap_bc_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209',1,'amrex']]], - ['mlndlap_5fcolor_13585',['mlndlap_color',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3',1,'amrex']]], - ['mlndlap_5fcrse_5fresid_13586',['mlndlap_crse_resid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57',1,'amrex']]], - ['mlndlap_5fdivu_13587',['mlndlap_divu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f',1,'amrex::mlndlap_divu(int i, int, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5ffed68b31da08687142195b804a767',1,'amrex::mlndlap_divu(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &nodal_domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool is_rz) noexcept']]], - ['mlndlap_5fdivu_5fcf_5fcontrib_13588',['mlndlap_divu_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e',1,'amrex::mlndlap_divu_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['mlndlap_5fdivu_5ffine_5fcontrib_13589',['mlndlap_divu_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int k, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5ffillbc_5fcc_13590',['mlndlap_fillbc_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781',1,'amrex']]], - ['mlndlap_5fgauss_5fseidel_5faa_13591',['mlndlap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fc_13592',['mlndlap_gauss_seidel_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39663292882d89a957142fe2e2f6e663',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fha_13593',['mlndlap_gauss_seidel_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fsten_13594',['mlndlap_gauss_seidel_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855',1,'amrex::mlndlap_gauss_seidel_sten(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69',1,'amrex::mlndlap_gauss_seidel_sten(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5fgauss_5fseidel_5fwith_5fline_5fsolve_5faa_13595',['mlndlap_gauss_seidel_with_line_solve_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fgscolor_5faa_13596',['mlndlap_gscolor_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], - ['mlndlap_5fgscolor_5fc_13597',['mlndlap_gscolor_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], - ['mlndlap_5fgscolor_5fha_13598',['mlndlap_gscolor_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], - ['mlndlap_5fgscolor_5fsten_13599',['mlndlap_gscolor_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f',1,'amrex']]], - ['mlndlap_5fimpose_5fneumann_5fbc_13600',['mlndlap_impose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6',1,'amrex']]], - ['mlndlap_5finterpadd_5faa_13601',['mlndlap_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8',1,'amrex']]], - ['mlndlap_5finterpadd_5fc_13602',['mlndlap_interpadd_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4807272239c4988862ccf16fef2295cb',1,'amrex']]], - ['mlndlap_5finterpadd_5fha_13603',['mlndlap_interpadd_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< Real const > const &sigz, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e',1,'amrex::mlndlap_interpadd_ha(int i, int j, int, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae84186f50057b6865eb99e500276d230',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sig, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5finterpadd_5frap_13604',['mlndlap_interpadd_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94',1,'amrex']]], - ['mlndlap_5fjacobi_5faa_13605',['mlndlap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26',1,'amrex::mlndlap_jacobi_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5',1,'amrex::mlndlap_jacobi_aa(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fc_13606',['mlndlap_jacobi_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4',1,'amrex::mlndlap_jacobi_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42587d745d04512fb463b6e351f026a4',1,'amrex::mlndlap_jacobi_c(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fha_13607',['mlndlap_jacobi_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f986eed3c727960060440c029ea10ec',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2',1,'amrex::mlndlap_jacobi_ha(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fjacobi_5fsten_13608',['mlndlap_jacobi_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20',1,'amrex::mlndlap_jacobi_sten(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1',1,'amrex::mlndlap_jacobi_sten(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], - ['mlndlap_5fmknewu_13609',['mlndlap_mknewu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8',1,'amrex::mlndlap_mknewu(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a08ba07924919817676a76596d29044',1,'amrex::mlndlap_mknewu(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fmknewu_5fc_13610',['mlndlap_mknewu_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d83b1b38a04709a774b310bed31684',1,'amrex::mlndlap_mknewu_c(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a',1,'amrex::mlndlap_mknewu_c(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], - ['mlndlap_5fnormalize_5faa_13611',['mlndlap_normalize_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d',1,'amrex']]], - ['mlndlap_5fnormalize_5fha_13612',['mlndlap_normalize_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f',1,'amrex::mlndlap_normalize_ha(int i, int, int, Array4< Real > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mlndlap_5fnormalize_5fsten_13613',['mlndlap_normalize_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e',1,'amrex']]], - ['mlndlap_5fres_5fcf_5fcontrib_13614',['mlndlap_res_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba',1,'amrex::mlndlap_res_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2988e920c93565dcea89d08e018e1262',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], - ['mlndlap_5fres_5fcf_5fcontrib_5fcs_13615',['mlndlap_res_cf_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc',1,'amrex::mlndlap_res_cf_contrib_cs(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Real, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept']]], - ['mlndlap_5frestriction_13616',['mlndlap_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk, Box const &fdom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['mlndlap_5frestriction_5frap_13617',['mlndlap_restriction_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb',1,'amrex']]], - ['mlndlap_5frhcc_13618',['mlndlap_rhcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8',1,'amrex']]], - ['mlndlap_5frhcc_5ffine_5fcontrib_13619',['mlndlap_rhcc_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8',1,'amrex']]], - ['mlndlap_5fscale_5fneumann_5fbc_13620',['mlndlap_scale_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53',1,'amrex']]], - ['mlndlap_5fsemi_5favgdown_5fcoeff_13621',['mlndlap_semi_avgdown_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363',1,'amrex']]], - ['mlndlap_5fsemi_5finterpadd_5faa_13622',['mlndlap_semi_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc',1,'amrex']]], - ['mlndlap_5fsemi_5frestriction_13623',['mlndlap_semi_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae',1,'amrex']]], - ['mlndlap_5fset_5fdirichlet_5fmask_13624',['mlndlap_set_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b',1,'amrex']]], - ['mlndlap_5fset_5fdot_5fmask_13625',['mlndlap_set_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1',1,'amrex']]], - ['mlndlap_5fset_5fnodal_5fmask_13626',['mlndlap_set_nodal_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f',1,'amrex']]], - ['mlndlap_5fset_5fstencil_13627',['mlndlap_set_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c',1,'amrex']]], - ['mlndlap_5fset_5fstencil_5fs0_13628',['mlndlap_set_stencil_s0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b20346156e62bf392b0e5870b142762',1,'amrex']]], - ['mlndlap_5fstencil_5frap_13629',['mlndlap_stencil_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee965ec1adf090525e207867611b1635',1,'amrex']]], - ['mlndlap_5fsum_5fax_13630',['mlndlap_sum_Ax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, Real facx, Real facy, Array4< Real const > const &phi, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, int k, Real facx, Real facy, Real facz, Array4< Real const > const &phi) noexcept']]], - ['mlndlap_5fsum_5fdf_13631',['mlndlap_sum_Df',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf',1,'amrex::mlndlap_sum_Df(int ii, int jj, Real facx, Real facy, Array4< Real const > const &vel, Box const &velbx, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b',1,'amrex::mlndlap_sum_Df(int ii, int jj, int kk, Real facx, Real facy, Real facz, Array4< Real const > const &vel, Box const &velbx) noexcept']]], - ['mlndlap_5funimpose_5fneumann_5fbc_13632',['mlndlap_unimpose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643',1,'amrex']]], - ['mlndlap_5fzero_5ffine_13633',['mlndlap_zero_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97',1,'amrex']]], - ['mlndtslap_5fadotx_13634',['mlndtslap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept']]], - ['mlndtslap_5fgauss_5fseidel_13635',['mlndtslap_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept']]], - ['mlndtslap_5finterpadd_13636',['mlndtslap_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2',1,'amrex']]], - ['mlndtslap_5fsemi_5finterpadd_13637',['mlndtslap_semi_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87',1,'amrex']]], - ['mlnodeabeclaplacian_13638',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a6ef9e45aeb72eac59726b539f6196f73',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3b01891200eda180a8163e2a8a30d6ed',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#abf08aeab5958c3f46c8b361b24076dfb',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a9d8dbe2097865e8e25399acd755591ca',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(MLNodeABecLaplacian &&)=delete']]], - ['mlnodelaplacian_13639',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a9b935f6c3fd7cdb7d702502ffbabc275',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3e118d417a65df672755dedb1623fe06',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8fab712729235b3fabdeae74513aab8a',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={}, Real a_const_sigma=Real(0.0))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5fd5b7a39f59b0c68cca9f92c9e7723d',1,'amrex::MLNodeLaplacian::MLNodeLaplacian()=default']]], - ['mlnodelinop_13640',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a712873309064abf30aafcb2d277890fb',1,'amrex::MLNodeLinOp::MLNodeLinOp(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaf264472c0b70b5588a04b930fbcd8ff',1,'amrex::MLNodeLinOp::MLNodeLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a02892864c3a177a34cc38d3d55a972fd',1,'amrex::MLNodeLinOp::MLNodeLinOp(MLNodeLinOp &&)=delete']]], - ['mlnodetensorlaplacian_13641',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ac894d59c3a515130711a775b5fd73fc7',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad8c26ff67ae05f0dcdf8b886d856209a',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a01beaf3eb0c5a2afb9479e19f967f2b0',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a18dc95a71cf758e9589a1c38e684f68b',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const MLNodeTensorLaplacian &)=delete']]], - ['mlpoisson_5fadotx_13642',['mlpoisson_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14',1,'amrex::mlpoisson_adotx(int i, Array4< T > const &y, Array4< T const > const &x, T dhx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212',1,'amrex::mlpoisson_adotx(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640',1,'amrex::TwoD::mlpoisson_adotx(int i, int j, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy) noexcept']]], - ['mlpoisson_5fadotx_5fm_13643',['mlpoisson_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c',1,'amrex::TwoD::mlpoisson_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26b52402d10757144862537c196db625',1,'amrex::mlpoisson_adotx_m()']]], - ['mlpoisson_5fadotx_5fos_13644',['mlpoisson_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995',1,'amrex::TwoD::mlpoisson_adotx_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76127d2a544317b8685dc766003d82f2',1,'amrex::mlpoisson_adotx_os(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3',1,'amrex::mlpoisson_adotx_os(int i, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx) noexcept']]], - ['mlpoisson_5fflux_5fx_13645',['mlpoisson_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15',1,'amrex::mlpoisson_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b',1,'amrex::TwoD::mlpoisson_flux_x()']]], - ['mlpoisson_5fflux_5fx_5fm_13646',['mlpoisson_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a',1,'amrex::mlpoisson_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1',1,'amrex::TwoD::mlpoisson_flux_x_m()']]], - ['mlpoisson_5fflux_5fxface_13647',['mlpoisson_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504',1,'amrex::mlpoisson_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16',1,'amrex::TwoD::mlpoisson_flux_xface()']]], - ['mlpoisson_5fflux_5fxface_5fm_13648',['mlpoisson_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a569ce08aa34785c55e309b897931f64c',1,'amrex::mlpoisson_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057',1,'amrex::TwoD::mlpoisson_flux_xface_m()']]], - ['mlpoisson_5fflux_5fy_13649',['mlpoisson_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3',1,'amrex::mlpoisson_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1',1,'amrex::TwoD::mlpoisson_flux_y(Box const &box, Array4< T > const &fy, Array4< T const > const &sol, T dyinv) noexcept']]], - ['mlpoisson_5fflux_5fy_5fm_13650',['mlpoisson_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a',1,'amrex::TwoD']]], - ['mlpoisson_5fflux_5fyface_13651',['mlpoisson_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182',1,'amrex::TwoD::mlpoisson_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81',1,'amrex::mlpoisson_flux_yface()']]], - ['mlpoisson_5fflux_5fyface_5fm_13652',['mlpoisson_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2',1,'amrex::TwoD']]], - ['mlpoisson_5fflux_5fz_13653',['mlpoisson_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2',1,'amrex']]], - ['mlpoisson_5fflux_5fzface_13654',['mlpoisson_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264',1,'amrex']]], - ['mlpoisson_5fgsrb_13655',['mlpoisson_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450',1,'amrex::TwoD::mlpoisson_gsrb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22',1,'amrex::mlpoisson_gsrb(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42',1,'amrex::mlpoisson_gsrb(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], - ['mlpoisson_5fgsrb_5fm_13656',['mlpoisson_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a',1,'amrex::TwoD::mlpoisson_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f',1,'amrex::mlpoisson_gsrb_m()']]], - ['mlpoisson_5fgsrb_5fos_13657',['mlpoisson_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9',1,'amrex::TwoD::mlpoisson_gsrb_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57',1,'amrex::mlpoisson_gsrb_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36',1,'amrex::mlpoisson_gsrb_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], - ['mlpoisson_5fjacobi_13658',['mlpoisson_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14',1,'amrex::TwoD::mlpoisson_jacobi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa',1,'amrex::mlpoisson_jacobi(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200',1,'amrex::mlpoisson_jacobi(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept']]], - ['mlpoisson_5fjacobi_5fm_13659',['mlpoisson_jacobi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0',1,'amrex::TwoD::mlpoisson_jacobi_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#affc72a76f87a51121fb4f876828b1299',1,'amrex::mlpoisson_jacobi_m(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, T dx, T probxlo) noexcept']]], - ['mlpoisson_5fjacobi_5fos_13660',['mlpoisson_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb',1,'amrex::mlpoisson_jacobi_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9',1,'amrex::mlpoisson_jacobi_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b',1,'amrex::TwoD::mlpoisson_jacobi_os()']]], - ['mlpoisson_5fnormalize_13661',['mlpoisson_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2',1,'amrex::mlpoisson_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0',1,'amrex::TwoD::mlpoisson_normalize()']]], - ['mlpoissont_13662',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a5bccc694799572e3f31b2c7862f278ea',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa704b533c4daad5126cfabe71901aeeb',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ae8bb112b8e057c31f2b2960ddbb42c57',1,'amrex::MLPoissonT::MLPoissonT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a987b9536da690461737da64c367feabb',1,'amrex::MLPoissonT::MLPoissonT(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa8afb7d2454430bac23626c25224e528',1,'amrex::MLPoissonT::MLPoissonT(MLPoissonT< MF > &&)=delete']]], - ['mlresnorminf_13663',['MLResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0368b810b665e00fdb1490f57eb331e0',1,'amrex::MLMGT']]], - ['mlrhsnorminf_13664',['MLRhsNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a07d1120af993f9d9c95c3ab9d8ae7fb2',1,'amrex::MLMGT']]], - ['mlstateredistribute_13665',['MLStateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94',1,'amrex']]], - ['mltensor_5fcross_5fterms_13666',['mltensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2cab819df733b89d0356224d626a877',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mltensor_5fcross_5fterms_5ffx_13667',['mltensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7030037af193bb2bf648e008000c57dd',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], - ['mltensor_5fcross_5fterms_5ffy_13668',['mltensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff33f49d1494120e79df850eaa87201e',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fcross_5fterms_5ffz_13669',['mltensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fcross_5fterms_5fos_13670',['mltensor_cross_terms_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], - ['mltensor_5fdx_5fon_5fyface_13671',['mltensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept']]], - ['mltensor_5fdx_5fon_5fzface_13672',['mltensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdy_5fon_5fxface_13673',['mltensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdy_5fon_5fzface_13674',['mltensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9348bb6be668d8676abbae239e898379',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdz_5fon_5fxface_13675',['mltensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fdz_5fon_5fyface_13676',['mltensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa344491aa8595281823c18ab0d27d760',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5ffill_5fcorners_13677',['mltensor_fill_corners',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9',1,'amrex']]], - ['mltensor_5ffill_5fedges_13678',['mltensor_fill_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675',1,'amrex::mltensor_fill_edges(Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db',1,'amrex::mltensor_fill_edges(int const bid, int const tid, int const bdim, Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5ffill_5fedges_5fxhi_5fyhi_13679',['mltensor_fill_edges_xhi_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fylo_13680',['mltensor_fill_edges_xhi_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f1446614bc3e77169613923023d3b18',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fzhi_13681',['mltensor_fill_edges_xhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxhi_5fzlo_13682',['mltensor_fill_edges_xhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fyhi_13683',['mltensor_fill_edges_xlo_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fylo_13684',['mltensor_fill_edges_xlo_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fzhi_13685',['mltensor_fill_edges_xlo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fxlo_5fzlo_13686',['mltensor_fill_edges_xlo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fyhi_5fzhi_13687',['mltensor_fill_edges_yhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95dc4f253202580282566c5e79fc50d',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fyhi_5fzlo_13688',['mltensor_fill_edges_yhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fylo_5fzhi_13689',['mltensor_fill_edges_ylo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46',1,'amrex']]], - ['mltensor_5ffill_5fedges_5fylo_5fzlo_13690',['mltensor_fill_edges_ylo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1',1,'amrex']]], - ['mltensor_5fvel_5fgrads_5ffx_13691',['mltensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fvel_5fgrads_5ffy_13692',['mltensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensor_5fvel_5fgrads_5ffz_13693',['mltensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d5f677bf29212444263b285b440852',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e392612aae050357e634dfc868ffda6',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], - ['mltensorop_13694',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af334ada457b300b2f6c0751555dddf4e',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec0e97a4db88c3f6c19526090d051853',1,'amrex::MLTensorOp::MLTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a2cf6f2e2ef6c4cceed3f3a67cf4e1201',1,'amrex::MLTensorOp::MLTensorOp(MLTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a6025988cdea4ad252498aa0e0af1de94',1,'amrex::MLTensorOp::MLTensorOp(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad97ed45bc2dd179fe8870687841f9071',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})']]], - ['modify_5fngrow_13695',['modify_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a89798a7caff182b9c8e3d5803842fd5c',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, IntVect ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a96e939e22bb7efb14a07a6f9260cce89',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, int idx, IntVect ngrow)']]], - ['modify_5fsplit_13696',['modify_split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aeeadf363cdd980b987df6b196dcd8c6d',1,'amrex::ForkJoin::modify_split(const std::string &name, Vector< ComponentSet > comp_split)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acd674b9f0159c359a040afa7e3ba4fe8',1,'amrex::ForkJoin::modify_split(const std::string &name, int idx, Vector< ComponentSet > comp_split)']]], - ['modulus_13697',['modulus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a332163d06c70c367f3238af4fb3dc6fd',1,'amrex::Math::FastDivmodU64']]], - ['mpi_5flevel_5fto_5fstring_13698',['mpi_level_to_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3557c1b3ec791b8bf6f9e9cab5c6b0d8',1,'amrex::ParallelDescriptor']]], - ['mpi_5fop_13699',['Mpi_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb',1,'amrex::ParallelDescriptor']]], - ['mult_13700',['mult',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::Mask >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< HYPRE_Int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< int >::mult(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< int >::mult(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< int >::mult(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< int >::mult(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< PetscInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< Real >::mult(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< Real >::mult(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< PetscInt >::mult(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< PetscInt >::mult(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< EBCellFlag >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< PetscInt >::mult(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< PetscInt >::mult(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< int >::mult(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< int >::mult(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< int >::mult(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< int >::mult(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'amrex::BaseFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'amrex::BaseFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'amrex::BaseFab::mult(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'amrex::BaseFab::mult(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'amrex::BaseFab::mult(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'amrex::BaseFab::mult(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'amrex::BaseFab::mult(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< Real >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< char >::mult(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< char >::mult(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< char >::mult(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< char >::mult(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< char >::mult(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< char >::mult(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< char >::mult(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af4227a4c2ca3581ae44d3749849f3f86',1,'amrex::iMultiFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::EBCellFlagFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::Mask >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< FArrayBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< FArrayBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< IArrayBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< IArrayBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< TagBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< TagBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< Real >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af5406410d32043523bbf1731020585f1',1,'amrex::iMultiFab::mult(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad0f45679a0370bdb7dd411af0ace3f53',1,'amrex::iMultiFab::mult(int val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a20f88cb636e58141aff41e1ce56a7932',1,'amrex::iMultiFab::mult(int val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa9158374809b83cfd40a8092d4e63bdd',1,'amrex::MultiFab::mult(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75e0a3256784cedf410454d5bd9674e8',1,'amrex::MultiFab::mult(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3f3d92f9f07cf43431b03744b50edbdb',1,'amrex::MultiFab::mult(Real val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa872fb55fa5e6dc2008584d6d6e927b3',1,'amrex::MultiFab::mult(Real val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::CutFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< Real >::mult(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< Real >::mult(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< Real >::mult(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'amrex::FabArray::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'amrex::FabArray::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::CutFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::EBCellFlagFab >::mult()']]], - ['multi_5fshuffle_5fdown_13701',['multi_shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a287d2faf92608b095d6ae9eb9f97f22b',1,'amrex::Gpu::detail']]], - ['multiblockcommmetadata_13702',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)']]], - ['multicutfab_13703',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a6e72abb71404d338b7ddc2570277c430',1,'amrex::MultiCutFab::MultiCutFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aaaef2d8067b4e79d9e8b222d82fffe3f',1,'amrex::MultiCutFab::MultiCutFab(const BoxArray &ba, const DistributionMapping &dm, int ncomp, int ngrow, const FabArray< EBCellFlagFab > &cellflags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a791ee981722de3ea8241d09f96653a33',1,'amrex::MultiCutFab::MultiCutFab(MultiCutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a13683ad147676d968ba83b1c7a1ce09b',1,'amrex::MultiCutFab::MultiCutFab(const MultiCutFab &rhs)=delete']]], - ['multifab_13704',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abcce72db937ae8e326d2cb14cb114e7d',1,'amrex::MultiFab::MultiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad82dfbf92b93fa09d680fe6e3bec36e5',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5d26ea953fbc273c65f7c489511f656',1,'amrex::MultiFab::MultiFab(MultiFab &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab61f9da32d4aad58172e8871dc992e45',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c97960be1543778b979eb2a22c2b5d0',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a89ca350582ac479d9278fa2e0ec1a9c2',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a19ec88a3ec56e2af03e7d127f8edb79e',1,'amrex::MultiFab::MultiFab(Arena *a) noexcept']]], - ['multifab_13705',['multiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0dd0ab51c70e9efaada3883aab1b8b56',1,'amrex::FabSetT::multiFab() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aaf12adc6f28b696da9085672a5507a83',1,'amrex::FabSetT::multiFab() noexcept']]], - ['multifabcopydescriptor_13706',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af99970f65ef4914fc7b4269d4d13429e',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a590e4e8386d564474eafc3873a421681',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#aae458eefaa948665af2dfefd5bffe686',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(const MultiFabCopyDescriptor &)=delete']]], - ['multifabfilefullprefix_13707',['MultiFabFileFullPrefix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1',1,'amrex']]], - ['multifabheaderpath_13708',['MultiFabHeaderPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d',1,'amrex']]], - ['multigfab_13709',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a031d7609d94c881c63e75be491d9dafe',1,'amrex::EB2::MultiGFab::MultiGFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a499a6d7b2b720aca806b92cdb1e23382',1,'amrex::EB2::MultiGFab::MultiGFab(const BoxArray &ba, const DistributionMapping &dm)']]], - ['multileveltoblueprint_13710',['MultiLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, conduit::Node &bp_mesh)']]], - ['multimask_13711',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a1965badea589074d3865b6b7c258baa1',1,'amrex::MultiMask::MultiMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a82389d75715d6277535cb793627c135e',1,'amrex::MultiMask::MultiMask(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa6cb4358410dd413ca35d1ecdcc3fb0f',1,'amrex::MultiMask::MultiMask(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa1a1571e1a1ec3db4787a6a05e38403c',1,'amrex::MultiMask::MultiMask(MultiMask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a17295aabe1cef5654de77c7133bea544',1,'amrex::MultiMask::MultiMask(const MultiMask &rhs)=delete']]], - ['multimaskiter_13712',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html#a0e4dd1fe210e54dbe5f7eda35343d210',1,'amrex::MultiMaskIter']]], - ['multiply_13713',['Multiply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058',1,'amrex::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ae4eab34e67e569399b7a53cbe5d9d188',1,'amrex::iMultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62db3405e4e92a2a5bd5d3d9d19698ba',1,'amrex::MultiFab::Multiply(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1782d5eefcdae9512c4d9ece50a2253b',1,'amrex::MultiFab::Multiply(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71808e748d2cf6ea301231f278269b70',1,'amrex::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a57da8c33bc706892e873bca4ff05f7ab',1,'amrex::Gpu::Atomic::Multiply(T *const prod, T const value) noexcept']]], - ['multiply_5fdevice_13714',['Multiply_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#afe7501c4ae1afec6af85f031a949dbc3',1,'amrex::Gpu::Atomic']]], - ['myid_13715',['MyID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#afc192eadbbc8aaafa7ff32cacdc8488b',1,'amrex::ParallelContext::Frame']]], - ['myproc_13716',['MyProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2fe4785cdf596f485e0087fcdf771579',1,'amrex::ParallelContext::Frame::MyProc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a33162ef233c092e9e6fd75ab291b9b29',1,'amrex::ParallelDescriptor::MyProc() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31',1,'amrex::ParallelDescriptor::MyProc(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a61222da774be88a4ba57947bce9b0847',1,'amrex::MPMD::MyProc()']]], - ['myprocall_13717',['MyProcAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8',1,'amrex::ParallelContext']]], - ['myprocsub_13718',['MyProcSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a5f6737315bff6905419103b17acf3d06',1,'amrex::ParallelContext']]], - ['myprogid_13719',['MyProgId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a94159263c06dba87d4f0a07c513df59b',1,'amrex::MPMD']]], - ['myrankinnode_13720',['MyRankInNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6c71d10d121a68af6b6d3b0549a6b3b',1,'amrex::ParallelDescriptor']]], - ['myrankinprocessor_13721',['MyRankInProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a83bd00b0f4fc52881764bcf3e23e7a3f',1,'amrex::ParallelDescriptor']]], - ['myrankinteam_13722',['MyRankInTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87',1,'amrex::ParallelDescriptor']]], - ['mytask_13723',['MyTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed6698adf890b9907f61c1c00e81618e',1,'amrex::ForkJoin']]], - ['myteam_13724',['MyTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2814a4f0e10eb279d7457e6a2935fefa',1,'amrex::ParallelDescriptor']]], - ['myteamcolor_13725',['MyTeamColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a687dc008cc6ce7831496af1f8bbfff96',1,'amrex::ParallelDescriptor']]], - ['myteamlead_13726',['MyTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a564fb3e90a09a47e8213cdd2de4a2634',1,'amrex::ParallelDescriptor']]] + ['mac_5finterpolate_13331',['mac_interpolate',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72b8c757b26dcdafb4ab7378c6e94629',1,'amrex']]], + ['macprojector_13332',['MacProjector',['../classHydro_1_1MacProjector.html#a3ca29786854f04e67ccf2595c7d48524',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu, amrex::MLMG::Location a_divu_loc, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={})'],['../classHydro_1_1MacProjector.html#a6f5d3d7bd577cba4d3f40be51c56bcbb',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Geometry > &a_geom, amrex::MLMG::Location a_umac_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_beta_loc=amrex::MLMG::Location::FaceCenter, amrex::MLMG::Location a_phi_loc=amrex::MLMG::Location::CellCenter, amrex::MLMG::Location a_divu_loc=amrex::MLMG::Location::CellCenter)'],['../classHydro_1_1MacProjector.html#a2611aa7b8def7545242fb3fdba84b98b',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::Real a_const_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::iMultiFab const * > &a_overset_mask={}, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#abb52e5323c3eb2627bf03b19c7baec65',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a758e62356163baa02f82cec81d07debd',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, amrex::MLMG::Location a_umac_loc, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, amrex::MLMG::Location a_beta_loc, amrex::MLMG::Location a_phi_loc, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::LPInfo &a_lpinfo, const amrex::Vector< amrex::MultiFab const * > &a_divu={})'],['../classHydro_1_1MacProjector.html#a6018b9d8d4d05168315cbaa21680db4f',1,'Hydro::MacProjector::MacProjector(const amrex::Vector< amrex::Array< amrex::MultiFab *, AMREX_SPACEDIM > > &a_umac, const amrex::Vector< amrex::Array< amrex::MultiFab const *, AMREX_SPACEDIM > > &a_beta, const amrex::Vector< amrex::Geometry > &a_geom, const amrex::Vector< amrex::MultiFab const * > &a_divu={})']]], + ['make_13333',['make',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'amrex::MLLinOpT::make()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7676ba4a8f0f7e18be2366dd33ef322f',1,'amrex::MLCurlCurl::make(Vector< Vector< MF > > &mf, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ace16dcafe1f3dc9c2c37b18bb6437986',1,'amrex::MLCurlCurl::make(int amrlev, int mglev, IntVect const &ng) const override'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'MLLinOpT< Array< MultiFab, 3 > >::make(int amrlev, int mglev, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afb48e62b81e97ddffb92d7b7cea09c55',1,'MLLinOpT< Array< MultiFab, 3 > >::make(Vector< Vector< Array< MultiFab, 3 > > > &mf, IntVect const &ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a223df72e572182f58b611c220487fe20',1,'amrex::MLLinOpT::make()']]], + ['make_5falike_13334',['make_alike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'amrex::ParticleContainer_impl::make_alike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2dddaa556802219ee7e7e7898d7b811c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::make_alike()']]], + ['make_5fbox_13335',['make_box',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a7b99f31edd5a4c819ab81f9ed3045ef6',1,'amrex::BoxCommHelper']]], + ['make_5finvalid_13336',['make_invalid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#af21bcbc4ede1afe42beb3ce0667e56be',1,'amrex::ParticleIDWrapper']]], + ['make_5fmf_5fcrse_5fmask_13337',['make_mf_crse_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34617f70eaffc9dd42ef30e75602e4e3',1,'amrex::detail']]], + ['make_5fmf_5fcrse_5fpatch_13338',['make_mf_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1f1cf618eec93f3f663f4eab80c283a5',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a34a42876ed5cec17cb6852ce43b710b7',1,'amrex::detail::make_mf_crse_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)']]], + ['make_5fmf_5ffine_5fpatch_13339',['make_mf_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a2b92d0ed9f799213702e12a02f9585d7',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp, IndexType idx_type)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a10de83755b69f93f5403c69c1de02300',1,'amrex::detail::make_mf_fine_patch(FabArrayBase::FPinfo const &fpc, int ncomp)']]], + ['make_5fmf_5frefined_5fpatch_13340',['make_mf_refined_patch',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a18788233897dcea378a821f83c7dd90a',1,'amrex::detail']]], + ['make_5ftable_13341',['make_table',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aea7d44c9cd549d72b1f3fa48c6c627c9',1,'amrex::detail::make_table(T *p, Array< int, 1 > const &lo, Array< int, 1 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a7cc30cb3974fb2a7e882c016a4b81e3c',1,'amrex::detail::make_table(T *p, Array< int, 2 > const &lo, Array< int, 2 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acafe50ccedfa64e02c41ae675f646a53',1,'amrex::detail::make_table(T *p, Array< int, 3 > const &lo, Array< int, 3 > const &hi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a951cc75933e6ea9338ea3365ec337fb2',1,'amrex::detail::make_table(T *p, Array< int, 4 > const &lo, Array< int, 4 > const &hi)']]], + ['make_5ftuple_13342',['make_tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1d441e7b18bae347c4ed240bcb0b4eaa',1,'amrex::detail']]], + ['make_5fvalid_13343',['make_valid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a932035c8f264cf9e16c6568842bdd2ce',1,'amrex::ParticleIDWrapper']]], + ['makeagglomerateddmap_13344',['makeAgglomeratedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAgglomeratedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a54590ff0d7670660d6520c753f6fbbbb',1,'amrex::MLLinOpT::makeAgglomeratedDMap()']]], + ['makealias_13345',['makeAlias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aaf764f3b83bb093cc40ce4c7a2bb6d59',1,'amrex::MLCurlCurl::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'amrex::MLLinOpT::makeAlias()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a457c82b4259eab9916ca4e5f4493b373',1,'MLLinOpT< Array< MultiFab, 3 > >::makeAlias()']]], + ['makeallregular_13346',['makeAllRegular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'amrex::EB2::GShopLevel::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< ChkptFile >::makeAllRegular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GShopLevel.html#a1c7eac75922b8dc60252b2f5612f94e4',1,'GShopLevel< STLtools >::makeAllRegular()']]], + ['makearray4_13347',['makeArray4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23fa77892c9168a73ef0d653ddd550a0',1,'amrex']]], + ['makebasegrids_13348',['MakeBaseGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ac7d0ce87a8047dcdf7b45d4232121881',1,'amrex::AmrMesh']]], + ['makecoarseamr_13349',['makeCoarseAmr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#af6f2d3f064b878b9d56bba0f7ddce029',1,'amrex::MLCurlCurl::makeCoarseAmr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a44952a0322f09ae53fe7e26669f85de1',1,'amrex::MLLinOpT::makeCoarseAmr()']]], + ['makecoarsemg_13350',['makeCoarseMG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac1291ffd5a7c279cd34ce48de928e550',1,'amrex::MLCurlCurl::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'amrex::MLLinOpT::makeCoarseMG()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9991da8ff85055f29349c9f5b8246c65',1,'MLLinOpT< Array< MultiFab, 3 > >::makeCoarseMG()']]], + ['makecomplement_13351',['makeComplement',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a9ae8e7a43a8f94c8794a8054c6a3e78e',1,'amrex::EB2']]], + ['makeconsolidateddmap_13352',['makeConsolidatedDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'amrex::MLLinOpT::makeConsolidatedDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6574c3f3a840f96723f9a10ccb2eeb69',1,'MLLinOpT< Array< MultiFab, 3 > >::makeConsolidatedDMap()']]], + ['makedifference_13353',['makeDifference',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a6656020788b6ba4c230935054c35e164',1,'amrex::EB2']]], + ['makedistributionmap_13354',['MakeDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abf07e71ebb90aa135bd78e4965536d04',1,'amrex::AmrMesh']]], + ['makeebfabfactory_13355',['makeEBFabFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb1b764088e7533c8b78b4fea2170c51',1,'amrex::makeEBFabFactory(const EB2::IndexSpace *index_space, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a734109fb8bb0358b898b2cafc191c8df',1,'amrex::makeEBFabFactory(const EB2::Level *eb_level, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad3c5c0681fda33ffa62120cefe254379',1,'amrex::makeEBFabFactory(const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support)']]], + ['makeexecutionconfig_13356',['makeExecutionConfig',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ac21b6d1625e2f56c27d364434a5c49f4',1,'amrex::Gpu::makeExecutionConfig(Long N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a96329917c7544347d421e3a216fb58a1',1,'amrex::Gpu::makeExecutionConfig(const Box &box) noexcept']]], + ['makefactory_13357',['makeFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'MLLinOpT< Array< MultiFab, 3 > >::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a46477d4e418960292da4f442741541b6',1,'amrex::MLLinOpT::makeFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a6c7b9e7f8c29dd4ca75b7254f81409d1',1,'amrex::MLEBABecLap::makeFactory()']]], + ['makefillboundarymetadata_13358',['makeFillBoundaryMetaData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a273df272494afdcf1d9275ab5ed13e77',1,'amrex::NonLocalBC']]], + ['makefilterfile_13359',['MakeFilterFile',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adee7586f1673d8f37da0f0b69c25fd62',1,'BLProfStats']]], + ['makefinemask_13360',['makeFineMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a60886a6799fb7ae612bf30d74a493a26',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, int crse_value=0, int fine_value=1)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af97d55742a96cb9e934e06c45ec22f03',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe90237191ad363f7f9dd34c2ac0ebcb',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const IntVect &cnghost, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac54193c21e9f609ad488d3cb074dfeef',1,'amrex::makeFineMask(const BoxArray &cba, const DistributionMapping &cdm, const BoxArray &fba, const IntVect &ratio, Real crse_value, Real fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af559f21584872566541db61cbacf7470',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value, LayoutData< int > &has_cf)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a478148eaeebd74ddc7956806c55fa2cb',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const FabArray< FAB > &fmf, const IntVect &cnghost, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78142d53611f8627f6d68afd0779ef54',1,'amrex::makeFineMask(const FabArray< FAB > &cmf, const BoxArray &fba, const IntVect &ratio, Periodicity const &period, int crse_value, int fine_value)']]], + ['makefinemask_5fdoit_13361',['makeFineMask_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a549567bbb4fc6d2e53d5a0c03fe62a81',1,'amrex']]], + ['makefuncpcttimesmf_13362',['MakeFuncPctTimesMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaae16c4ac3245574456ee8dc48c261be',1,'amrex']]], + ['makehypre_13363',['makeHypre',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af5a050719637ed453c73af4d4ca48c8d',1,'amrex']]], + ['makeintersection_13364',['makeIntersection',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0a955e6e5b335c1d0bccf1d1bb3498e4',1,'amrex::EB2']]], + ['makeiparser_13365',['makeIParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#afac8d3383aa70acfdd3cd22a8df79539',1,'amrex::ParmParse']]], + ['makeitracker_13366',['MakeITracker',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d0da8ea1955807973d77a627c4d3a3',1,'amrex']]], + ['makeknapsack_13367',['makeKnapSack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a0704dfa27b86490adf8d30ddf4cd54f6',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a7e828702ab51bdb55b0f15b71c86b420',1,'amrex::DistributionMapping::makeKnapSack(const MultiFab &weight, Real &eff, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae4537c97b68ccdc4d6689c3363b2e7d9',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, int nmax=std::numeric_limits< int >::max())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a2ef033cdeecaf68beca223b0eb537bb4',1,'amrex::DistributionMapping::makeKnapSack(const Vector< Real > &rcost, Real &eff, int nmax=std::numeric_limits< int >::max(), bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae9c31399ed9426f497edfda2dafb0b2d',1,'amrex::DistributionMapping::makeKnapSack(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, int nmax=std::numeric_limits< int >::max(), bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber(), Real keep_ratio=Real(0.0))']]], + ['makeloadbalancedistributionmap_13368',['makeLoadBalanceDistributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a11440fbd79bb8db036e18692462e142f',1,'amrex::Amr']]], + ['makemfiter_13369',['MakeMFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adc8bb6ea7e7d8a9596936623bc2e26ed',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, const MFItInfo &info) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a41cb0c34d64f3d1df87d83f3b26f594b',1,'amrex::ParticleContainerBase::MakeMFIter(int lev) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a30a608b14352a5cd5bfed79f69f98011',1,'amrex::ParticleContainerBase::MakeMFIter(int lev, bool tile) const']]], + ['makenewgrids_13370',['MakeNewGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#acb422930e8e69fc386727f45607e114b',1,'amrex::AmrMesh::MakeNewGrids(int lbase, Real time, int &new_finest, Vector< BoxArray > &new_grids)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a0bf56e73af1dfffcba7bfcadad887751',1,'amrex::AmrMesh::MakeNewGrids(Real time=0.0)']]], + ['makenewlevelfromcoarse_13371',['MakeNewLevelFromCoarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#af472acf05bea1145b67f7022de16a664',1,'amrex::AmrCore::MakeNewLevelFromCoarse()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2695f24a5faa596e3a8bfb3e0021bf5b',1,'amrex::Amr::MakeNewLevelFromCoarse()']]], + ['makenewlevelfromscratch_13372',['MakeNewLevelFromScratch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b313b548c5c16a75ad21b053f9fc1b0',1,'amrex::AmrMesh::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a2612f7a3cf58e16e8f9ddd27e81e9a8c',1,'amrex::AmrCore::MakeNewLevelFromScratch()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aeadd0d727cd8c5abbd46b3c4dbcb363a',1,'amrex::Amr::MakeNewLevelFromScratch()']]], + ['makengrids_13373',['makeNGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a1574dd8857314d9658c28c26adc6ce12',1,'amrex::MLCellLinOpT']]], + ['makenlinop_13374',['makeNLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac03f98cb7e5a9397213306e9884a65b4',1,'amrex::MLABecLaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedb08ecb8e516d3fa40ec712cf39a36a',1,'amrex::MLALaplacianT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#acc092ce18db466c80a5e590b2b79b120',1,'amrex::MLEBABecLap::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'amrex::MLLinOpT::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1170a5be1e22a4168e341b9edff1ff76',1,'MLLinOpT< Array< MultiFab, 3 > >::makeNLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#af9a31f692af9979009765151942209b8',1,'amrex::MLPoissonT::makeNLinOp()']]], + ['makeownermask_13375',['makeOwnerMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ae050e4fda0843b175da8fbcfb8462392',1,'amrex::MLNodeLinOp']]], + ['makeparser_13376',['makeParser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a6a0e28c45ee942f30c9f5c50f338e203',1,'amrex::ParmParse']]], + ['makepetsc_13377',['makePetsc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd0e7692c28626659b75637c2c63528',1,'amrex']]], + ['makeplans_13378',['makePlans',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a98aaf8b4a82c0802d0138e58b8437f28',1,'hacc::Dfft']]], + ['makepolymorphic_13379',['makePolymorphic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab49a5b78f3e95aa357d0471eee56336d',1,'amrex']]], + ['makeregionplt_13380',['MakeRegionPlt',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a7862b0d9f09d54c84a6acf3eafd26035',1,'BLProfStats::MakeRegionPlt()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2d638a90467cede3ed5491a52e6a4f62',1,'RegionsProfStats::MakeRegionPlt()']]], + ['makeroundrobin_13381',['makeRoundRobin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a70511fca0600a56369ce74f28cbc9d99',1,'amrex::DistributionMapping']]], + ['makesfc_13382',['makeSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adf34aceea3cb24a10bdbdd9ef215028d',1,'amrex::DistributionMapping::makeSFC(const BoxArray &ba, bool use_box_vol=true, int nprocs=ParallelContext::NProcsSub())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a3691234f6667de564cebb4e990a4b143',1,'amrex::DistributionMapping::makeSFC(const LayoutData< Real > &rcost_local, Real &currentEfficiency, Real &proposedEfficiency, bool broadcastToAll=true, int root=ParallelDescriptor::IOProcessorNumber())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#adeed6f16e7f9636c8733845ad5803804',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5149c43052f843c3e37014f3a3fa2e96',1,'amrex::DistributionMapping::makeSFC(const Vector< Real > &rcost, const BoxArray &ba, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#abb2f4bf15b369e16d6387333ef7a0d54',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, Real &eff, bool sort=true)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aa07e2c79e1100575a40bdb8c2b3efe03',1,'amrex::DistributionMapping::makeSFC(const MultiFab &weight, bool sort=true)']]], + ['makeshop_13383',['makeShop',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a205e1c682e35e298ad6a5499e1c308b0',1,'amrex::EB2::makeShop(F &&f, R &&r)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a4a8369d801a28d74f299bfb925e6b642',1,'amrex::EB2::makeShop(F &&f)']]], + ['makesimilardm_13384',['MakeSimilarDM',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca8ca3ed7e01a5c954d6c70cae7b94a0',1,'amrex::MakeSimilarDM(const BoxArray &ba, const MultiFab &mf, const IntVect &ng)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc0569d3487d998596b2a11392bddaca',1,'amrex::MakeSimilarDM(const BoxArray &ba, const BoxArray &src_ba, const DistributionMapping &src_dm, const IntVect &ng)']]], + ['makesinglecellbox_13385',['makeSingleCellBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7eb1742be92272caefd59407a8effebd',1,'amrex::makeSingleCellBox(int i, int j, int k, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d9b36527d17c7fde155ce117b22821',1,'amrex::makeSingleCellBox(IntVectND< dim > const &vect, IndexTypeND< dim > typ=IndexTypeND< dim >::TheCellType())']]], + ['makeslab_13386',['makeSlab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'BoxND< AMREX_SPACEDIM >::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5af2ba231885705552ac31b9ae108f7',1,'amrex::makeSlab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a6714b0c4918d42004dd7b46f70919862',1,'amrex::BoxND::makeSlab()']]], + ['makesolvable_13387',['makeSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6dc8cde9b0768dd1f82dbc0a658e76f4',1,'amrex::MLMGT::makeSolvable(int amrlev, int mglev, MF &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a74aa5d200cbee55ce7f454618d2d1789',1,'amrex::MLMGT::makeSolvable()']]], + ['makespace_13388',['makeSpace',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html#ab09eae83b5060972f2f437bd7dba115a',1,'amrex::Morton']]], + ['makestateredistutils_13389',['MakeStateRedistUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0472d1147267486256bc020afa8670d2',1,'amrex::MakeStateRedistUtils(Box const &bx, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrac, Array4< Real const > const &ccent, Array4< int const > const &itracker, Array4< Real > const &nrs, Array4< Real > const &alpha, Array4< Real > const &nbhd_vol, Array4< Real > const &cent_hat, Geometry const &lev_geom, Real target_vol)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1415c2b7be8fa468b572da6a5b8ce2dc',1,'amrex::MakeStateRedistUtils(amrex::Box const &bx, amrex::Array4< amrex::EBCellFlag const > const &flag, amrex::Array4< amrex::Real const > const &vfrac, amrex::Array4< amrex::Real const > const &ccent, amrex::Array4< int const > const &itracker, amrex::Array4< amrex::Real > const &nrs, amrex::Array4< amrex::Real > const &alpha, amrex::Array4< amrex::Real > const &nbhd_vol, amrex::Array4< amrex::Real > const &cent_hat, amrex::Geometry const &geom, amrex::Real target_volfrac)']]], + ['makesubcommunicator_13390',['makeSubCommunicator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'amrex::MLLinOpT::makeSubCommunicator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad05360dc7ba30a94505918519dea299c',1,'MLLinOpT< Array< MultiFab, 3 > >::makeSubCommunicator()']]], + ['maketuple_13391',['makeTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a546f82ad84c1f122bb9bf89dcaa2b7a3',1,'amrex']]], + ['makeunion_13392',['makeUnion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ae7b5e27dc8055f12190c10f05ad8c95a',1,'amrex::EB2']]], + ['makeveclhs_13393',['makeVecLHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a757525ba6bbe0f037464b6bea3769300',1,'amrex::GMRESMLMGT']]], + ['makevecrhs_13394',['makeVecRHS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a149cc7245fa38541199e133b4ba3ecfc',1,'amrex::GMRESMLMGT']]], + ['makexdim3_13395',['makeXDim3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8338a320488a4b26607928529d25c1a5',1,'amrex']]], + ['makezerotuple_13396',['MakeZeroTuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aca24c318d20f5354a5f74cf0eb32cce8',1,'amrex']]], + ['manual_5ftags_5fplacement_13397',['manual_tags_placement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a2e78f3a4398272855b0a9ac3becaefd7',1,'amrex::AmrLevel']]], + ['manualtagsplacement_13398',['ManualTagsPlacement',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#abe4eb07db47e710993616e88931fafe1',1,'amrex::AmrMesh::ManualTagsPlacement()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9d0e58b8aaa0cac0a8cd432f37198197',1,'amrex::Amr::ManualTagsPlacement()']]], + ['map_5fdata_13399',['map_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9a0b2271de694f1ea0903339931578ec',1,'amrex::IntegratorBase::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#acd01b4dfae6f5cbd84d2ed940355fd0c',1,'amrex::FEIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#acc1277598adc82e186fef0b44c86e603',1,'amrex::RKIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#af0bac245837e93c1fc9a6a157c4a30a7',1,'amrex::SundialsIntegrator::map_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a1cf98d54388171aa821affc5af092394',1,'amrex::TimeIntegrator::map_data()']]], + ['mapperiodicremoveduplicates_13400',['mapPeriodicRemoveDuplicates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a3173610e281bd7542514a433a704cd9a',1,'amrex::TagBoxArray']]], + ['mask_13401',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a95db54d25c0f6cf6bdb4d3833045cb58',1,'amrex::Mask']]], + ['mask_13402',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a0d36980c7c0e499ff0b04dce3a573f84',1,'amrex::InterpFaceRegister']]], + ['mask_13403',['Mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abd8bff7cbc703e734acd4c8beba9218e',1,'amrex::Mask::Mask() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1bbe56597e75e9487f95ea8a720ee5e7',1,'amrex::Mask::Mask(Arena *ar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae6d52518e33c58ca5c4ea5e118fcec5a',1,'amrex::Mask::Mask(const Box &bx, int nc, Arena *ar)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a230355fcd3e68a68f02f4ebd6ad2ce17',1,'amrex::Mask::Mask(const Box &bx, int nc=1, bool alloc=true, bool shared=false, Arena *ar=nullptr)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a6b295b191764969c7033a967abd45d97',1,'amrex::Mask::Mask(std::istream &is)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2e99ed3b0c4632c5e758c88928b97202',1,'amrex::Mask::Mask(Array4< int > const &a) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a9018e9168017880e0243ad751f931cac',1,'amrex::Mask::Mask(Array4< int > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a1fa2d5c56c30c372187e9e7954c7c393',1,'amrex::Mask::Mask(Array4< int const > const &a, IndexType t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#aa1437a1b1611cb70a4d8c6a581c7a5bf',1,'amrex::Mask::Mask(Mask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a42404772901ea5f0d3a72d98fc48497d',1,'amrex::Mask::Mask(Mask const &rhs, MakeType make_type, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ab3bc08bd2f3deea5af111c3720a02b9c',1,'amrex::Mask::Mask(const Mask &)=delete']]], + ['mask_13404',['mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'amrex::IndexTypeND::mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae7b72c0aa2a174c6d5489d3e8e938c6b',1,'IndexTypeND< AMREX_SPACEDIM >::mask()']]], + ['maskcoveredcells_13405',['MaskCoveredCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a47a80402ae32dddd6c934f336c361b1b',1,'amrex::InSituUtils']]], + ['maskeq_13406',['maskEQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'amrex::BaseFab::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< AtomicInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< char >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< EBCellFlag >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< HYPRE_Int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< int >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< PetscInt >::maskEQ()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3e4a9401acaa07ed7747907ccaa18a8e',1,'BaseFab< Real >::maskEQ()']]], + ['maskge_13407',['maskGE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'amrex::BaseFab::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< AtomicInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< char >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< EBCellFlag >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< HYPRE_Int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< int >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< PetscInt >::maskGE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a02d3c8e98d8d4b237eabc0ce1756fc33',1,'BaseFab< Real >::maskGE()']]], + ['maskghostcells_13408',['MaskGhostCells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a8cf7bdb752f3479f85a203dc2181e27e',1,'amrex::InSituUtils']]], + ['maskgt_13409',['maskGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< AtomicInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< Real >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< PetscInt >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< HYPRE_Int >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< EBCellFlag >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'BaseFab< char >::maskGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae1a6b0d582503d0257d5927534619526',1,'amrex::BaseFab::maskGT(BaseFab< int > &mask, T const &val, int comp=0) const noexcept']]], + ['maskle_13410',['maskLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'amrex::BaseFab::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< AtomicInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< char >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< EBCellFlag >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< HYPRE_Int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< int >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< PetscInt >::maskLE()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a51c1b72c4a3a04fe392247242467d27f',1,'BaseFab< Real >::maskLE()']]], + ['masklt_13411',['maskLT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< PetscInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'amrex::BaseFab::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< AtomicInt >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< char >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< EBCellFlag >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< HYPRE_Int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< int >::maskLT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2daea766f3544b7e920b9ca9b3cb870e',1,'BaseFab< Real >::maskLT()']]], + ['match_13412',['match',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89eb9459b4109c4f9a9b3225abae29f8',1,'amrex']]], + ['matches_13413',['Matches',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ada4147aca5b4135a7f7721ca07f39758',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size, int mtag)'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ab9001f520685adca50a661aa6ad8cfb8',1,'CommProfStats::SendRecvPair::Matches(int fromproc, int toproc, int size)']]], + ['max_13414',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a52cd6d76e8a30d6a2dd9ff1835f036dc',1,'amrex::ParallelAllReduce']]], + ['max_13415',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< PetscInt >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< int >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< PetscInt >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< int >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< HYPRE_Int >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< HYPRE_Int >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< EBCellFlag >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< EBCellFlag >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< char >::max()']]], + ['max_13416',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a4a6e235c6fc2013e52d7f1b59bc71bb0',1,'amrex::Gpu::Atomic::Max()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ae1d56156af0262c668411501ef5f2592',1,'amrex::ParallelAllReduce::Max()']]], + ['max_13417',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a25af5cc2e9cd71a6079c8a8c74bd96bc',1,'amrex::iMultiFab::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< Real >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< Real >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a5ddb29896fb93ee72d69b9545d3453b1',1,'amrex::algoim::BoundingBox::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aadf761ac200d1eec5f6fb1c720fbd1d2',1,'amrex::VisMF::max(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a110072536de1d4531dcd88a766c41ac9',1,'amrex::VisMF::max(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#aff566a74b1ae5b546689bdfc7d66d4db',1,'amrex::ValLocPair::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a30944a8839e0dc2a873dc3fbef6b2c41',1,'amrex::RealVect::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a65d87ad5270fcaeb5786e5fdebe07347',1,'amrex::MultiFab::max(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abb92462276ca55cd70f16507118f63ad',1,'amrex::MultiFab::max(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'IntVectND< AMREX_SPACEDIM >::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'IntVectND< AMREX_SPACEDIM >::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#abf93742aa0ca8bd0266a383fe41e7d57',1,'amrex::IntVectND::max(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aabff7f4c45c6a08bd346e4084eb31404',1,'amrex::IntVectND::max() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a19b141dcd625b4204e8f2fa1b7002cb7',1,'amrex::iMultiFab::max()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a38d942498aebd0b51855a9b85ed184f5',1,'amrex::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< char >::max()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'BaseFab< AtomicInt >::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'BaseFab< AtomicInt >::max(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a939ad0219e8ede03540eadef78ba7cbb',1,'amrex::BaseFab::max(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a976274fa8a099dc6ccd77fb63a3a0650',1,'amrex::BaseFab::max(int comp=0) const noexcept']]], + ['max_13418',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#abc654239660dfc6eb557813ef5314650',1,'amrex::ParallelAllReduce']]], + ['max_13419',['max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a57e5b11414b29e5aeaf30c5e301e8f34',1,'amrex::max(const RealVect &p1, const RealVect &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f9512ae69adf74db692c8041c5d17e4',1,'amrex::max(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a502847ea5923caf948bd07e02bad3a88',1,'amrex::max(const T &a, const T &b, const Ts &... c) noexcept']]], + ['max_13420',['Max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#abb357d8fcc6dd0426249ee962166fdd3',1,'amrex::Reduce::Max(N n, F const &f, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a7ac8075282193aef5024b3a7092a0f3c',1,'amrex::Reduce::Max(N n, T const *v, T init_val=std::numeric_limits< T >::lowest())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ac02b81de9041c274cd81061b7c66c189',1,'amrex::ParallelReduce::Max(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#aa556775029846fbb9c0ba446c07505a0',1,'amrex::ParallelReduce::Max(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a44f537cdb77b89119617f7760ada307a',1,'amrex::ParallelReduce::Max(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#ae9c54202ab1977174170abe666454cb6',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a6c3ee948e758158f19ccce52a7865c92',1,'amrex::ParallelReduce::Max(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a22a60add9d9c9a8d562a9417d297f9bc',1,'amrex::ParallelAllReduce::Max(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ac6513212c95687334df1e0ee67cc96a2',1,'amrex::ParallelAllReduce::Max(T *v, int cnt, MPI_Comm comm)']]], + ['max_5fdevice_13421',['Max_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#addcea6e4721751a5f9eb8b8889c24061',1,'amrex::Gpu::Atomic::Max_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a5c122d7c55e6fa6cf6ab6a45a4cf87e5',1,'amrex::Gpu::Atomic::Max_device(Long *const m, Long const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a76e8971f5869a60aac1462e720fead2b',1,'amrex::Gpu::Atomic::Max_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a97d664f2938116a8c47acd140dfb9547',1,'amrex::Gpu::Atomic::Max_device(float *const m, float const value) noexcept']]], + ['max_5flbound_13422',['max_lbound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58839da4d8763b0d7c76c48492532503',1,'amrex::max_lbound(BoxND< dim > const &b1, Dim3 const &lo) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad8d175f46e1dfd7395daee4c10b50d4e',1,'amrex::max_lbound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], + ['max_5flbound_5fiv_13423',['max_lbound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e5b35e23f67947e15884bc6e1c030ce',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab688bab870fad905e6d77723a9349a52',1,'amrex::max_lbound_iv(BoxND< dim > const &b1, IntVectND< dim > const &lo) noexcept']]], + ['max_5fsize_13424',['max_size',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a2d07c9246eff9fc235e24ac818e3c473',1,'hacc::AlignedAllocator']]], + ['maxabs_13425',['maxabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< PetscInt >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< Real >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< Real >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'amrex::BaseFab::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< PetscInt >::maxabs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< HYPRE_Int >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< HYPRE_Int >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< EBCellFlag >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< EBCellFlag >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< char >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< char >::maxabs(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a67147a4e532939aaab59f3d83ae93361',1,'BaseFab< AtomicInt >::maxabs(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a776fd1a3ef930d751d3399d380850f1c',1,'BaseFab< AtomicInt >::maxabs(int comp=0) const noexcept']]], + ['maxblocks_13426',['maxBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae76a0d3958366cbcd739d85648a6701b',1,'amrex::ReduceData']]], + ['maxblockspergrid_13427',['maxBlocksPerGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4cfc840b226f8d1ac5f4fed24fd86bf5',1,'amrex::Gpu::Device']]], + ['maxblocksperlaunch_13428',['maxBlocksPerLaunch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a3ac36df8a47931d90abeb1b1d1f85c15',1,'amrex::Gpu::Device']]], + ['maxcoarseninglevel_13429',['maxCoarseningLevel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#acb02398d0c8b02dae840acf4f35b886c',1,'amrex::EB2::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a7d3828f723daae924387dbd3c9eb1073',1,'amrex::EBFArrayBoxFactory::maxCoarseningLevel()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a24ca6e81d1f15a678a6cb8ecb82de63e',1,'amrex::EB2::maxCoarseningLevel()']]], + ['maxdir_13430',['maxDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'amrex::IntVectND::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a4c68f6530600d0f28d501a8f3a289668',1,'IntVectND< AMREX_SPACEDIM >::maxDir()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2d79ca79da983c3064622c628ecc8d93',1,'amrex::RealVect::maxDir(const bool &a_doAbs) const noexcept']]], + ['maxgridsize_13431',['maxGridSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a359b34414e4ab7c9b33f74b031d16af8',1,'amrex::AmrMesh']]], + ['maxindex_13432',['maxIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a642f844c834d6fb714e3e0fc6eb75e56',1,'amrex::MultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a16f57e0d929a79571e20a91253efe2d7',1,'amrex::iMultiFab::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< Real >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< Real >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< Real >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< PetscInt >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'amrex::BaseFab::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'amrex::BaseFab::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'amrex::BaseFab::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< PetscInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< HYPRE_Int >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< HYPRE_Int >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< AtomicInt >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< EBCellFlag >::maxIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< char >::maxIndex(const Box &subbox, Real &max_value, IntVect &max_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac69c6e4896f54d8ea5ca9fe1114c64f6',1,'BaseFab< char >::maxIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad84e4433b485caf6c9cf76d87a04f4a0',1,'BaseFab< char >::maxIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac0fa2c605be671fb2f9d97dfe38cc6c8',1,'BaseFab< int >::maxIndex()']]], + ['maxlevel_13433',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a2da3b6ec6f3dff255917d3a0bfbde3d5',1,'amrex::ParGDBBase']]], + ['maxlevel_13434',['MaxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ae4e3613fe3bc6672fd426919f4da9aae',1,'amrex::XYPlotDataList']]], + ['maxlevel_13435',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ad60ba0c10f19af842fdfbeaccd02b2ed',1,'amrex::ParticleContainerBase::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a8828d137d299131f4251935829bb8aa9',1,'amrex::ParGDB::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2b5ebb9f738e77dcc2f99dfe4e4e91d6',1,'amrex::AmrMesh::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a6a4a81715729b356d02bb1a645545b5d',1,'amrex::AmrParGDB::maxLevel()']]], + ['maxparticlesperread_13436',['MaxParticlesPerRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a1f3d39dbdae2586a92fdcc799ee9d1ea',1,'amrex::ParticleContainerBase']]], + ['maxreaders_13437',['MaxReaders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a906decca7ce86c4a87f1874225779d05',1,'amrex::ParticleContainerBase']]], + ['maxrefratio_13438',['MaxRefRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#ad560744e3d6fec70a33ad2829fc7f43e',1,'amrex::ParGDBBase::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a44543c0fe45224486a96e129b235c722',1,'amrex::ParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aeaa1b8665bbabf92cb1a7a14fd0f3a4f',1,'amrex::AmrParGDB::MaxRefRatio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a8d91fffbf09ac3c696d1f7cffee76b2c',1,'amrex::AmrMesh::MaxRefRatio()']]], + ['maxsize_13439',['maxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aebefb23ed05e76ffc8ec0c3af718652e',1,'amrex::BoxArray::maxSize(int block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a59b44d438d01893bcae36064ec089cdc',1,'amrex::BoxArray::maxSize(const IntVect &block_size)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a954f12195603d5493ca2251e0147c4e5',1,'amrex::BoxList::maxSize(int chunk)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ac6afa90929ca95e8048721a2f2b407e7',1,'amrex::BoxList::maxSize(const IntVect &chunk)']]], + ['maxstacksize_13440',['maxStackSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a27dc3946de52071f374c1a11e6182bad',1,'amrex::Parser::maxStackSize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#ac7dbdbff476753fbfa9fdb49e27fb9f6',1,'amrex::IParser::maxStackSize()']]], + ['maxstreamindex_13441',['maxStreamIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a1547ff8c26bca4593ba334bb1999f1d1',1,'amrex::ReduceData']]], + ['maxtag_13442',['MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab1375009d4e5cd0730cada71e3f18c33',1,'amrex::ParallelDescriptor']]], + ['maxthreadsperblock_13443',['maxThreadsPerBlock',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa1bfcee1a3fc25f3c5ebca0c1530f78d',1,'amrex::Gpu::Device::maxThreadsPerBlock(int dir) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4b713a7c769b627678ad102635cbb798',1,'amrex::Gpu::Device::maxThreadsPerBlock() noexcept']]], + ['maxthreadspermultiprocessor_13444',['maxThreadsPerMultiProcessor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aa6071d88690c71e63513136982e0994f',1,'amrex::Gpu::Device']]], + ['maybe_5finit_5fsnan_13445',['maybe_init_snan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#acaad82f4281e3a1b6691574774731430',1,'amrex::detail']]], + ['mem_5fadvise_5fset_5fpreferred_13446',['mem_advise_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a607313a3ee1bfc5baff8da183edd4b46',1,'amrex::Gpu::Device']]], + ['mem_5fadvise_5fset_5freadonly_13447',['mem_advise_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a246378e3da5672c3a23a3dadc117edee',1,'amrex::Gpu::Device']]], + ['mem_5fstat_13448',['mem_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a11142e8a0afd07d7a851c73c92afe0a8',1,'amrex::CArena::Node::mem_stat() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a982d4802a2066548ebdef6bbe1864a24',1,'amrex::CArena::Node::mem_stat(MemStat *a_stat) noexcept']]], + ['memcopyimpl_13449',['memCopyImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1e539d8b07d742d0950e675a66ce56b5',1,'amrex::detail']]], + ['memcpy_13450',['memcpy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a90ff215e828e9192dbd196a78cacf083',1,'amrex::Gpu']]], + ['memcpy_5ffrom_5fdevice_5fglobal_5fto_5fhost_5fasync_13451',['memcpy_from_device_global_to_host_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a7c0024e0db9fbe3a6522df0047bc581b',1,'amrex::Gpu']]], + ['memcpy_5ffrom_5fhost_5fto_5fdevice_5fglobal_5fasync_13452',['memcpy_from_host_to_device_global_async',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#acd480232c63b6e866c02e40561f9f635',1,'amrex::Gpu']]], + ['memmoveimpl_13453',['memMoveImpl',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#addbe75f994583dc4be7065e7a55940bf',1,'amrex::detail']]], + ['memory_5falloc_13454',['memory_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a7973da4e33568c937969b5eec423e21e',1,'amrex::TinyProfiler']]], + ['memory_5ffree_13455',['memory_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#acf44a0af5564add5abbde50e6b9aa570',1,'amrex::TinyProfiler']]], + ['memory_5fstart_13456',['memory_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcd103d902962eb392b8fc2867da7c85',1,'amrex::TinyProfiler']]], + ['memory_5fstop_13457',['memory_stop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abda7b021e9aab1a30edc75b2afee7d13',1,'amrex::TinyProfiler']]], + ['memorybarrier_13458',['MemoryBarrier',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#adfbd525e82a309468044f350e3ece94e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['memoryfinalize_13459',['MemoryFinalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a28131b0e3240b1df559a63c255fc6d72',1,'amrex::TinyProfiler']]], + ['memoryhelper_13460',['MemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a05307ee087b6cf8ca5526f6122d258d0',1,'amrex::sundials::MemoryHelper::MemoryHelper(::sundials::Context *sunctx)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ad691bb80cc43d136dae5cc96ba372e44',1,'amrex::sundials::MemoryHelper::MemoryHelper(const MemoryHelper &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a866fe4f9d288535f0692827ee551b24e',1,'amrex::sundials::MemoryHelper::MemoryHelper(MemoryHelper &&rhs) noexcept']]], + ['memoryinitialize_13461',['MemoryInitialize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a106fc3c7abfb4df3cc62527b62c2aff4',1,'amrex::TinyProfiler']]], + ['memorypoolssupported_13462',['memoryPoolsSupported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a2cde818323f46d70bd0ba7eb057fd285',1,'amrex::Gpu::Device']]], + ['memprofiler_13463',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#aa94fbdffa3b9649047f9e0d3c74221a4',1,'amrex::MemProfiler::MemProfiler()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a7f665368612f734b0bd1f15aa71e517a',1,'amrex::MemProfiler::MemProfiler(const MemProfiler &)=delete']]], + ['meshtoparticle_13464',['MeshToParticle',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1cb9d28bd0b809a6157d7e8d2fed5f85',1,'amrex::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Linear, amrex::Real >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'Base< Nearest, int >::MeshToParticle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a81c2922823a2fdac178b526dcd271141',1,'amrex::ParticleInterpolator::Base::MeshToParticle()']]], + ['message_13465',['Message',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#acea647a271a17e8dca657744ea034f92',1,'amrex::ParallelDescriptor::Message::Message(MPI_Status stat_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a0149c5cb13afe537f233019923d05bc6',1,'amrex::ParallelDescriptor::Message::Message(MPI_Request req_, MPI_Datatype type_)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a363e000ef4af66dac4cbb855507c421b',1,'amrex::ParallelDescriptor::Message::Message()=default']]], + ['mf_5fcall_5ff_13466',['mf_call_f',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html#a4330f64d148aa6476ff64d5c36562712',1,'amrex::Reduce::detail']]], + ['mf_5fcell_5fbilin_5finterp_13467',['mf_cell_bilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14bcace4a1a6e1bc3e74a32d929165d1',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_13468',['mf_cell_cons_lin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bff538f5a269b4cfc8f1b0a075aab37',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5flimit_5fminmax_5fllslope_13469',['mf_cell_cons_lin_interp_limit_minmax_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a2b25b2da10b957a967b191fec06bce',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fllslope_13470',['mf_cell_cons_lin_interp_llslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a260ca1314fe04e0d87ccc2448918ae6e',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_13471',['mf_cell_cons_lin_interp_mcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63fbce0bd229edc7e1ccc8a8a50f77ca',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5frz_13472',['mf_cell_cons_lin_interp_mcslope_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a134da8efe3158b98d26a191f52797d00',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fmcslope_5fsph_13473',['mf_cell_cons_lin_interp_mcslope_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f826ec20d32ceb9b15b58645afc7cce',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5frz_13474',['mf_cell_cons_lin_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaa6a0345d98d3b7b583194f1143472c3',1,'amrex']]], + ['mf_5fcell_5fcons_5flin_5finterp_5fsph_13475',['mf_cell_cons_lin_interp_sph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac74a4e0d0baad149ab5c36c66fb774a0',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcalcslope_13476',['mf_cell_quadratic_calcslope',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a158bd7e805f756e3d110875e9feaef7e',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxx_13477',['mf_cell_quadratic_compute_slopes_xx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7753b5022aa27aa6b9b58396b2b34b16',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxy_13478',['mf_cell_quadratic_compute_slopes_xy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5ab025be1d9f8d76f4f5792dade4c142',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fxz_13479',['mf_cell_quadratic_compute_slopes_xz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a06185c5a689d24f102c33ed06e2a6a',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyy_13480',['mf_cell_quadratic_compute_slopes_yy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a515e495ddecafdcf4c695a159a391f50',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fyz_13481',['mf_cell_quadratic_compute_slopes_yz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6443f5e4341bca602bd379aed859fc2f',1,'amrex']]], + ['mf_5fcell_5fquadratic_5fcompute_5fslopes_5fzz_13482',['mf_cell_quadratic_compute_slopes_zz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a772dafa4169590c51508fb3feab88a41',1,'amrex']]], + ['mf_5fcell_5fquadratic_5finterp_13483',['mf_cell_quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea28917fb16ac88e03f99aaa79d98fdc',1,'amrex']]], + ['mf_5fcell_5fquadratic_5finterp_5frz_13484',['mf_cell_quadratic_interp_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa72cf162c86ee14d69c7fb709df419ca',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fx_13485',['mf_compute_slopes_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe6e640c662e7391a8c1750dfd84a974',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fy_13486',['mf_compute_slopes_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0da5a9df42884946523174f2f4d79e00',1,'amrex']]], + ['mf_5fcompute_5fslopes_5fz_13487',['mf_compute_slopes_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcbdeba24e251f9150ef6234190d083b',1,'amrex']]], + ['mf_5fnodebilin_5finterp_13488',['mf_nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab0fde5a29bb528390db2710d71ea4825',1,'amrex']]], + ['mf_5fset_5fdomain_5fbndry_13489',['mf_set_domain_bndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a12a52d34749a2924b4dc8f3d82f7f94d',1,'amrex::detail']]], + ['mfcellconslininterp_13490',['MFCellConsLinInterp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBMFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::EBMFCellConsLinInterp::MFCellConsLinInterp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a3143da788fef06af1498167b5d05a065',1,'amrex::MFCellConsLinInterp::MFCellConsLinInterp()']]], + ['mffork_13491',['MFFork',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a67f00ed8c48e03e4b18dcecaa19b14d1',1,'amrex::ForkJoin::MFFork::MFFork(MultiFab *omf, Strategy s, Intent i, int own, const IntVect &ng, Vector< ComponentSet > cs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a9f9fa0710f16b9dff7c3002b6b23744c',1,'amrex::ForkJoin::MFFork::MFFork(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a963d59d69d1624a4fc0bc1806a6f8588',1,'amrex::ForkJoin::MFFork::MFFork(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a34adaed2dce7ad0a962488bee88e6589',1,'amrex::ForkJoin::MFFork::MFFork()=default']]], + ['mfiter_13492',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ad7a19e95ba128febb94b27d2a9d97ef1',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, bool do_tiling)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aac055187a5b4d7200fc77827dc28a76c',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a830e42aee76ec9fe8dae8bdd262e0b2d',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a970e636bf6a2d744068483806ddb7944',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a2c0a016e1d5d69073f2cab81e7c6a095',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aecfd3f3ef12e8703caad5794968ff06a',1,'amrex::MFIter::MFIter(const BoxArray &ba, const DistributionMapping &dm, const MFItInfo &info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a66b92b6dbfbe1a498ba614df28817709',1,'amrex::MFIter::MFIter(MFIter &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a4c3f600ec834db18aba9266638ac436e',1,'amrex::MFIter::MFIter(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1d9668de99635aa50096d0f091d8b9b0',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, const IntVect &tilesize, unsigned char flags_=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae7623281ac9e772db1fc5085a64aeeca',1,'amrex::MFIter::MFIter(const FabArrayBase &fabarray, bool do_tiling)']]], + ['mfitinfo_13493',['MFItInfo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a5f89e1c4d34b2a9bd9651665fbe84587',1,'amrex::MFItInfo']]], + ['mgfcycle_13494',['mgFcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adac59879a785f3b492262e29249a66ae',1,'amrex::MLMGT']]], + ['mgvcycle_13495',['mgVcycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a66029bb749136c53cc6fabe82b6b2783',1,'amrex::MLMGT']]], + ['midpoint_13496',['midpoint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a77b0f6867f6784ee3d987eb3de9ac2f8',1,'amrex::algoim::BoundingBox::midpoint() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#aeb237522d3043c217b69e736554b4791',1,'amrex::algoim::BoundingBox::midpoint(int) noexcept']]], + ['min_13497',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2f47c183037880adec6de44fcbb0344',1,'amrex::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< AtomicInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4cee45529d3d4df425cb5f3f9bfc0b08',1,'amrex::min(const IntVectND< dim > &p1, const IntVectND< dim > &p2) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a97e82311191ed8084579b1bddf314096',1,'amrex::min(const T &a, const T &b, const Ts &... c) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e2bc71e3ca92b6b016fcb70af95bd',1,'amrex::min(const T &a, const T &b) noexcept']]], + ['min_13498',['Min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a8e8a5dd1862e4f8c8eb70e4601edd281',1,'amrex::Reduce::Min(N n, F const &f, T init_val=std::numeric_limits< T >::max())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a07365bcdfaa9fe246330e8d91f71ecc0',1,'amrex::Reduce::Min(N n, T const *v, T init_val=std::numeric_limits< T >::max())'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a214a8d06880d44cb28990daeccc2884e',1,'amrex::ParallelReduce::Min(Vector< std::reference_wrapper< T > > v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a936c783bdaf304f8b6761ad1f58c63a3',1,'amrex::ParallelReduce::Min(T *v, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a7b59db01a99d74e6bb7a057942b48d04',1,'amrex::ParallelReduce::Min(T &v, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a740d2289f6cd242ef44275506920df09',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > *vi, int cnt, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a56e15e93755954b067dd5a2769037fed',1,'amrex::ParallelReduce::Min(KeyValuePair< K, V > &vi, int root, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab75655a29ac29049cb6b1fafbd12a7f7',1,'amrex::ParallelAllReduce::Min(Vector< std::reference_wrapper< T > > v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a9a24ed2b1803fba71b1ab93b44db7a98',1,'amrex::ParallelAllReduce::Min(T *v, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#ab295f18b74675ea0f559d2563eace87d',1,'amrex::ParallelAllReduce::Min(T &v, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a76a17125c15adaa1757aa8acb110a56b',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > *vi, int cnt, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a82726330e66e765f09dbc81f10f812ec',1,'amrex::ParallelAllReduce::Min(KeyValuePair< K, V > &vi, MPI_Comm comm)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a775473b1fa3e7d661e3ac6cde59b6018',1,'amrex::Gpu::Atomic::Min()']]], + ['min_13499',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a515321101fe6148e9be3e9ed19545801',1,'amrex::VisMF::min(int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ae085e236dab30e007b0618d4e4ef6c2d',1,'amrex::VisMF::min(int fabIndex, int nComp) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7da81c75533a97e32fed875a93f6a7c8',1,'amrex::RealVect::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5ab77282de25bb040248778d41327903',1,'amrex::MultiFab::min(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a540eb1714a5eece782de2a4afdd62c8e',1,'amrex::MultiFab::min(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'IntVectND< AMREX_SPACEDIM >::min(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'IntVectND< AMREX_SPACEDIM >::min() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ab93d9400204945540db0741c7bcea0be',1,'amrex::IntVectND::min(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9de3e8806c278c09511f40baaefa0d1e',1,'amrex::IntVectND::min() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a5a3db7954dac1d71e4da10cd5db4ee97',1,'amrex::iMultiFab::min(const Box &region, int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3668c019d451591659bdde40d4933b92',1,'amrex::iMultiFab::min(int comp, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a12d172b57d7ec240c1b12600be045820',1,'amrex::algoim::BoundingBox::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< Real >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< PetscInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< Real >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'amrex::BaseFab::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< AtomicInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< char >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< char >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< EBCellFlag >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< HYPRE_Int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< HYPRE_Int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< int >::min(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< int >::min(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aeb7994e6d44cea18d2b9a0b92f641b64',1,'BaseFab< PetscInt >::min()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6a67cc88f93b200472fba8ee3ba8263c',1,'BaseFab< EBCellFlag >::min()']]], + ['min_5fdevice_13500',['Min_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#ad60dc3c4771055fc434211d284769767',1,'amrex::Gpu::Atomic::Min_device(T *const m, T const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#aa1ce598721adb1e2dcc9986951186d0b',1,'amrex::Gpu::Atomic::Min_device(float *const m, float const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a53c8ca8f4c92a40ec4eee06b385f6ef7',1,'amrex::Gpu::Atomic::Min_device(double *const m, double const value) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a1ca14857c9072d782f6e4a98592ba2b6',1,'amrex::Gpu::Atomic::Min_device(Long *const m, Long const value) noexcept']]], + ['min_5fubound_13501',['min_ubound',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac98100d68d0f61261a1a916689fd96ec',1,'amrex::min_ubound(BoxND< dim > const &b1, Dim3 const &hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2c2c5af036cabaa9afa3099273bfbe2a',1,'amrex::min_ubound(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], + ['min_5fubound_5fiv_13502',['min_ubound_iv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a077c05c49283dd0f7f4e03aebb50d158',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, IntVectND< dim > const &hi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25454c0a7619185341b1dc44e872d7c7',1,'amrex::min_ubound_iv(BoxND< dim > const &b1, BoxND< dim > const &b2) noexcept']]], + ['minbox_13503',['minBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'amrex::BoxND::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab859d6d385ce23c22520dc882b629cb6',1,'amrex::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0f6fb20c287e7f4cee6acee7d8c1e827',1,'BoxND< AMREX_SPACEDIM >::minBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ae1575a7a7ef6b42efa8ddf43f838ddac',1,'amrex::Cluster::minBox()']]], + ['mindir_13504',['minDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ad6ae47a8656e02c4d566cdf251d5e532',1,'amrex::RealVect::minDir(const bool &a_doAbs) const noexcept']]], + ['minicycle_13505',['miniCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa16032dd96f94f55d248e8aa34195f9c',1,'amrex::MLMGT']]], + ['minimalbox_13506',['minimalBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adc6fda292fafd7aa9e93227271842a56',1,'amrex::BoxArray::minimalBox(Long &npts_avg_box) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6c5052b75daf4b8fad5f6bd0c65da9a0',1,'amrex::BoxArray::minimalBox() const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxDomain::minimalBox()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#acb7f8b8c07867e9a40ac51922ce07e31',1,'amrex::BoxList::minimalBox()']]], + ['minindex_13507',['minIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< EBCellFlag >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< Real >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< Real >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< PetscInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< PetscInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< HYPRE_Int >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< HYPRE_Int >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< EBCellFlag >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< char >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< char >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< char >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'BaseFab< AtomicInt >::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'BaseFab< AtomicInt >::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'amrex::BaseFab::minIndex(const Box &subbox, Real &min_val, IntVect &min_idx, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8d45160a5d6cf9f1329ca8b38b1aa6c7',1,'amrex::BaseFab::minIndex(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af53146ccb7317b937c89ebd12e19efd5',1,'amrex::BaseFab::minIndex(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#af6d66895d4ba3fe45a6ba4705521e282',1,'BaseFab< Real >::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a6bd72fe6018116558b2863f32622755a',1,'amrex::iMultiFab::minIndex()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab351d9250414508cf086635f54e2e2ce',1,'amrex::MultiFab::minIndex()']]], + ['minmax_13508',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< Real >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< EBCellFlag >::minmax()']]], + ['minmax_13509',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aeed9a789444eed02d262bbbf8ee333de',1,'amrex::AmrData::MinMax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a60dd10146be006d51c30214522648a38',1,'amrex::DataServices::MinMax()']]], + ['minmax_13510',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< HYPRE_Int >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< HYPRE_Int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< Real >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< PetscInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< PetscInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< int >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< int >::minmax(int comp=0) const noexcept']]], + ['minmax_13511',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#a17b6d6ef1df2c2803c3f460b51ddd012',1,'amrex::Reduce']]], + ['minmax_13512',['minmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< EBCellFlag >::minmax()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< char >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< char >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'BaseFab< AtomicInt >::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'BaseFab< AtomicInt >::minmax(int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a1348ff398baf6713f6bbe44bcc1115a1',1,'amrex::BaseFab::minmax(const Box &subbox, int comp=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aabf9a731c176ed69472b109aa42e967b',1,'amrex::BaseFab::minmax(int comp=0) const noexcept']]], + ['minmax_13513',['MinMax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html#ab71d74aeff9051d0f8e079c94b3fe5cc',1,'amrex::Reduce']]], + ['minmaxsize_13514',['minmaxSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6dda265eaf3fda5d6255cbe2cd91e09a',1,'amrex::BoxArray']]], + ['minmod_5ffn_13515',['minmod_fn',['../hydro__godunov__ppm_8H.html#a21180e225f46577ee2bfaebef9d961d2',1,'hydro_godunov_ppm.H']]], + ['mintag_13516',['MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a705e1be005fbada39a2ca69f6dae9b88',1,'amrex::ParallelDescriptor']]], + ['minus_13517',['minus',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< HYPRE_Int >::minus(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< HYPRE_Int >::minus(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< int >::minus(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< int >::minus(const BaseFab< int > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< int >::minus(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< int >::minus(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< int >::minus(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< int >::minus(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< PetscInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'amrex::BaseFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< PetscInt >::minus(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1bc09d7836dcd4500472fa853a8fcd22',1,'amrex::MultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a7cf1d225d4d822d1a7abb2b0f2a0c531',1,'amrex::iMultiFab::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< Real >::minus(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< Real >::minus(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< Real >::minus(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< Real >::minus(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< PetscInt >::minus(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< PetscInt >::minus(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< AtomicInt >::minus(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< AtomicInt >::minus(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'amrex::BaseFab::minus(const BaseFab< T > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'amrex::BaseFab::minus(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'amrex::BaseFab::minus(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'amrex::BaseFab::minus(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< HYPRE_Int >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'amrex::BaseFab::minus(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'amrex::BaseFab::minus(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< AtomicInt >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< char >::minus()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f90e282b02c4e55e3568396ae439235',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< EBCellFlag >::minus(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< EBCellFlag >::minus(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a18ae3e9b17daaf81946b264928babfb6',1,'BaseFab< char >::minus(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6d0bff982fafed20210cfdd290c51922',1,'BaseFab< char >::minus(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a841032e4c22463cfc3acc7f6e383384d',1,'BaseFab< char >::minus(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2cafb2b37fd53db25b7ae67bc8e3eecd',1,'BaseFab< char >::minus(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4f4c18fd897e957e12ccb7597d82764b',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa4e7563980826bc199c9f0189b6c9b26',1,'BaseFab< char >::minus(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept']]], + ['mlabeclap_5fadotx_13518',['mlabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ad3209fe0274b23d9085603eed318f3',1,'amrex::mlabeclap_adotx(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59a261f7b528ad613dd7de3d14f7aca6',1,'amrex::mlabeclap_adotx(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6483cc92504552a999444884df9c7f',1,'amrex::mlabeclap_adotx(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclap_5fadotx_5fos_13519',['mlabeclap_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b7d999a8e5ec81f38432f0b1ca8880a',1,'amrex::mlabeclap_adotx_os(int i, int j, int k, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab51910c6124009c280b7d033be029d9a',1,'amrex::mlabeclap_adotx_os(int i, int j, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a48d2ee5ef05ca8b461877a41e532d66e',1,'amrex::mlabeclap_adotx_os(int i, int, int, int n, Array4< T > const &y, Array4< T const > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< int const > const &osm, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclap_5fflux_5fx_13520',['mlabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a0821339541d218cee0577a42279d6d',1,'amrex']]], + ['mlabeclap_5fflux_5fxface_13521',['mlabeclap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae570ee85491660ea9f36bcc0791e999f',1,'amrex']]], + ['mlabeclap_5fflux_5fy_13522',['mlabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62feb0604dd9466e30858a49303d0d77',1,'amrex']]], + ['mlabeclap_5fflux_5fyface_13523',['mlabeclap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6918b5f6341c2be9032719f0f065ed4',1,'amrex']]], + ['mlabeclap_5fflux_5fz_13524',['mlabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a59793550ea92faf392dc82625edc1f42',1,'amrex']]], + ['mlabeclap_5fflux_5fzface_13525',['mlabeclap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7495e288a74399fbf81b08f1499629',1,'amrex']]], + ['mlabeclap_5fnormalize_13526',['mlabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a604ccc631a043a2fe19bb998e73771e9',1,'amrex::mlabeclap_normalize(int i, int j, int k, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, Array4< T const > const &bZ, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6679712ad1417670bc200da8883e4fed',1,'amrex::mlabeclap_normalize(int i, int j, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, Array4< T const > const &bY, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6b2b3de7572a29c427ebdaf13afc8e9',1,'amrex::mlabeclap_normalize(int i, int, int, int n, Array4< T > const &x, Array4< T const > const &a, Array4< T const > const &bX, GpuArray< T, AMREX_SPACEDIM > const &dxinv, T alpha, T beta) noexcept']]], + ['mlabeclaplaciant_13527',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aea3792c445ead80060a95cd955c2a449',1,'amrex::MLABecLaplacianT::MLABecLaplacianT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab4e68066e0f668c0272d29a86023221d',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a71e9f511fa3a065551e46bad82c9b748',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#afc885b7be043f3de2fa34de950743987',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(const MLABecLaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acb5023f996e6910bb5bbd4dff90c2f05',1,'amrex::MLABecLaplacianT::MLABecLaplacianT(MLABecLaplacianT< MF > &&)=delete']]], + ['mlalap_5fadotx_13528',['mlalap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a77c02f2de1c3a36afa5fc415631ba1b9',1,'amrex::TwoD::mlalap_adotx()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e15c48d007c4719b69721908ec1d0c7',1,'amrex::mlalap_adotx()']]], + ['mlalap_5fadotx_5fm_13529',['mlalap_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac07de3f768cc724cc9173e166c8057fb',1,'amrex::TwoD::mlalap_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41eccb4f00e6cb720abc8eddc7b3544d',1,'amrex::mlalap_adotx_m()']]], + ['mlalap_5fflux_5fx_13530',['mlalap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a1d3f77d8793b6267a63f0aef0fa0049e',1,'amrex::TwoD::mlalap_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0aa72f999cfd128e619b68e08fec6c91',1,'amrex::mlalap_flux_x(Box const &box, Array4< RT > const &fx, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], + ['mlalap_5fflux_5fx_5fm_13531',['mlalap_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76a38ec600a884f18395f0404b185cde',1,'amrex::mlalap_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8020cfd20305d3f9f191407bcecf8b32',1,'amrex::TwoD::mlalap_flux_x_m()']]], + ['mlalap_5fflux_5fxface_13532',['mlalap_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab34d72643a1269ba2ff59cb3676a339',1,'amrex::mlalap_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a41941d217b2fceb9def81cdf89e56634',1,'amrex::TwoD::mlalap_flux_xface()']]], + ['mlalap_5fflux_5fxface_5fm_13533',['mlalap_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a743f2cd3f2266e6378454da5d0a8a7ce',1,'amrex::mlalap_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a79be820466bb51c2b4d3751498ac607f',1,'amrex::TwoD::mlalap_flux_xface_m()']]], + ['mlalap_5fflux_5fy_13534',['mlalap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa2f42a20717a569b67b31fe900d71a75',1,'amrex::mlalap_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a66d8aeaaf3d9c92721c87ba29da3dc1c',1,'amrex::TwoD::mlalap_flux_y(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ncomp) noexcept']]], + ['mlalap_5fflux_5fy_5fm_13535',['mlalap_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ab58cc978c83b3163499ddfc42a26ddeb',1,'amrex::TwoD']]], + ['mlalap_5fflux_5fyface_13536',['mlalap_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a226ce6b7d69b586ba60875b745b567e6',1,'amrex::mlalap_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae0fc5a5a5167a3e64cdfb1baaa613457',1,'amrex::TwoD::mlalap_flux_yface(Box const &box, Array4< RT > const &fy, Array4< RT const > const &sol, RT fac, int ylen, int ncomp) noexcept']]], + ['mlalap_5fflux_5fyface_5fm_13537',['mlalap_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8b6f7b6ac06321cfe82584946aca3001',1,'amrex::TwoD']]], + ['mlalap_5fflux_5fz_13538',['mlalap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed5eca34a47e9d1cbefa1b23e19dbca4',1,'amrex']]], + ['mlalap_5fflux_5fzface_13539',['mlalap_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8da3a5c4da352946a30a94b7cbf35d9f',1,'amrex']]], + ['mlalap_5fgsrb_13540',['mlalap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e29b3bab9dd4fffd402cfe3fd75215b',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4218302a2408df87af69fc4435920cf',1,'amrex::mlalap_gsrb(Box const &box, Array4< RT > const &phi, Array4< RT const > const &rhs, RT alpha, RT dhx, RT dhy, RT dhz, Array4< RT const > const &a, Array4< RT const > const &f0, Array4< int const > const &m0, Array4< RT const > const &f1, Array4< int const > const &m1, Array4< RT const > const &f2, Array4< int const > const &m2, Array4< RT const > const &f3, Array4< int const > const &m3, Array4< RT const > const &f4, Array4< int const > const &m4, Array4< RT const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a8843749d1d76a73e4dc052d9763c5bac',1,'amrex::TwoD::mlalap_gsrb()']]], + ['mlalap_5fgsrb_5fm_13541',['mlalap_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac1747db0a45477372a6f9a22a4380487',1,'amrex::mlalap_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aaf0eca29bf8939f4f815e0bda47349f2',1,'amrex::TwoD::mlalap_gsrb_m()']]], + ['mlalap_5fnormalize_13542',['mlalap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17aa260620939b7f819a7717d06b11d0',1,'amrex::mlalap_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ac25bd5cc12f5b8a596e3614e00862574',1,'amrex::TwoD::mlalap_normalize()']]], + ['mlalap_5fnormalize_5fm_13543',['mlalap_normalize_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af99e582811a3661128ecb30e987e20a7',1,'amrex::mlalap_normalize_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32a967c8ce4c858ca4fa60079cdb1e7b',1,'amrex::TwoD::mlalap_normalize_m()']]], + ['mlalaplaciant_13544',['MLALaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a776a2bfa70b66c8691b438f4f59ec97c',1,'amrex::MLALaplacianT::MLALaplacianT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={}, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a25f6fc469e6330800ef83d157294eb35',1,'amrex::MLALaplacianT::MLALaplacianT(const MLALaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a9fce18e7cedb0170954f7ad6797fe684',1,'amrex::MLALaplacianT::MLALaplacianT(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaf4ce25b100d0bc3740d52c2883f56b6',1,'amrex::MLALaplacianT::MLALaplacianT()=default']]], + ['mlcellabeclapt_13545',['MLCellABecLapT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a37eddbe9290f0102dc09e24e022f038d',1,'amrex::MLCellABecLapT::MLCellABecLapT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a241cb451732d5ad6ab42c46ad4e1f597',1,'amrex::MLCellABecLapT::MLCellABecLapT(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a5f871352ed5f3af819701d945c2de871',1,'amrex::MLCellABecLapT::MLCellABecLapT(MLCellABecLapT< MF > &&)=delete']]], + ['mlcelllinopt_13546',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab6bc4d82971ae75fc206df8d00d15ef6',1,'amrex::MLCellLinOpT::MLCellLinOpT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a54558ff60dc7b62ac803e8dd8a5c1816',1,'amrex::MLCellLinOpT::MLCellLinOpT(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab75b6f4249c1408041b529732b179d32',1,'amrex::MLCellLinOpT::MLCellLinOpT(MLCellLinOpT< MF > &&)=delete']]], + ['mlcgsolvert_13547',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac9a3353d649e44294c57d703d55dcdcd',1,'amrex::MLCGSolverT::MLCGSolverT(MLLinOpT< MF > &_lp, Type _typ=Type::BiCGStab)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a877dda86118302b3f3b08fed8db57b03',1,'amrex::MLCGSolverT::MLCGSolverT(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af5d3a1f9df449bcf61618ab27c1c4b03',1,'amrex::MLCGSolverT::MLCGSolverT(const MLCGSolverT< MF > &rhs)=delete']]], + ['mlcurlcurl_13548',['MLCurlCurl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a890a339d109993f9e6b102a61af0a2da',1,'amrex::MLCurlCurl::MLCurlCurl()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad41266ab9f9d45383b54320911ac53fe',1,'amrex::MLCurlCurl::MLCurlCurl(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())']]], + ['mlcurlcurl_5fadotx_5fx_13549',['mlcurlcurl_adotx_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd5c8bd3612ac3d3079dc0189308d6f',1,'amrex']]], + ['mlcurlcurl_5fadotx_5fy_13550',['mlcurlcurl_adotx_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a806290e2106cf167ce88e28aa9fb2daf',1,'amrex']]], + ['mlcurlcurl_5fadotx_5fz_13551',['mlcurlcurl_adotx_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa37948c1ee6507a42652fe71d9e8d262',1,'amrex']]], + ['mlcurlcurl_5fbc_5fsymmetry_13552',['mlcurlcurl_bc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95c9cd2dabd9a907c9d7124f9a4ae0f9',1,'amrex']]], + ['mlcurlcurl_5fgs4_13553',['mlcurlcurl_gs4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a6481589212aff73bf24374d2c89df4',1,'amrex']]], + ['mlcurlcurl_5fgs4_5flu_13554',['mlcurlcurl_gs4_lu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea70efcc203fa153e1a0ca3dec2a25bf',1,'amrex']]], + ['mlcurlcurl_5finterpadd_13555',['mlcurlcurl_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a46f754596e0c0d977d970818bbec1dd2',1,'amrex']]], + ['mlcurlcurl_5frestriction_13556',['mlcurlcurl_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb03681c5a1705809b2f860ece2cad66',1,'amrex']]], + ['mlebabeclap_13557',['MLEBABecLap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a14181cc0ff70a2ed471cdb3a3fc2bdb6',1,'amrex::MLEBABecLap::MLEBABecLap(const MLEBABecLap &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1754284cc41c89fda61c2043ed051f9d',1,'amrex::MLEBABecLap::MLEBABecLap(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory, int a_ncomp=1)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a0b7f1e4cc90469a42eb10c8792eced13',1,'amrex::MLEBABecLap::MLEBABecLap(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ab031eeb28437e6aaa8bed95a12448321',1,'amrex::MLEBABecLap::MLEBABecLap()=default']]], + ['mlebabeclap_5fadotx_13558',['mlebabeclap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b562b00cd47b22ceabc8f4f68251cde',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff3db9e0a6ad08f9e98ff966faeb1244',1,'amrex::mlebabeclap_adotx(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp, bool beta_on_centroid, bool phi_on_centroid) noexcept']]], + ['mlebabeclap_5fadotx_5fcentroid_13559',['mlebabeclap_adotx_centroid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43d8afe61435d9bd570425c4ff63056a',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domhi_x, const int &domhi_y, const bool &on_x_face, const bool &on_y_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6afaf2de82292fd543d209306a1cfd75',1,'amrex::mlebabeclap_adotx_centroid(Box const &box, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &a, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ccent, Array4< Real const > const &ba, Array4< Real const > const &bcent, Array4< Real const > const &beb, Array4< Real const > const &phieb, const int &domlo_x, const int &domlo_y, const int &domlo_z, const int &domhi_x, const int &domhi_y, const int &domhi_z, const bool &on_x_face, const bool &on_y_face, const bool &on_z_face, bool is_eb_dirichlet, bool is_eb_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real alpha, Real beta, int ncomp) noexcept']]], + ['mlebabeclap_5fapply_5fbc_5fx_13560',['mlebabeclap_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae651916b2a04b9033825d343fe244b3f',1,'amrex']]], + ['mlebabeclap_5fapply_5fbc_5fy_13561',['mlebabeclap_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a268bac202eeb66c4da6dd4d271d5656e',1,'amrex']]], + ['mlebabeclap_5fapply_5fbc_5fz_13562',['mlebabeclap_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04cedf52619400ba12317eb179625198',1,'amrex']]], + ['mlebabeclap_5febflux_13563',['mlebabeclap_ebflux',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4031141e7aabd2031592fa381a024c4b',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf35cd6ed336b8c439985415ea0b20f',1,'amrex::mlebabeclap_ebflux(int i, int j, int k, int n, Array4< Real > const &feb, Array4< Real const > const &x, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &bc, Array4< Real const > const &beb, Array4< Real const > const &phieb, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebabeclap_5fflux_5fx_13564',['mlebabeclap_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4047a599fca09d24c83a32f79561ba2',1,'amrex']]], + ['mlebabeclap_5fflux_5fx_5f0_13565',['mlebabeclap_flux_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5535836b58895eb3be42a2e5ce2d85d4',1,'amrex']]], + ['mlebabeclap_5fflux_5fy_13566',['mlebabeclap_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af822987d7c096263dbeda2c40fbc231f',1,'amrex']]], + ['mlebabeclap_5fflux_5fy_5f0_13567',['mlebabeclap_flux_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8ce01751c9766348d8cf2be99815a5da',1,'amrex']]], + ['mlebabeclap_5fflux_5fz_13568',['mlebabeclap_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae619936d28f3a608099b8f6eb1f8536a',1,'amrex']]], + ['mlebabeclap_5fflux_5fz_5f0_13569',['mlebabeclap_flux_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83cc47a5490605c957d9ba463e0df6dd',1,'amrex']]], + ['mlebabeclap_5fgrad_5fx_13570',['mlebabeclap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d4b0999f5e5f95628d6dde683d92b75',1,'amrex']]], + ['mlebabeclap_5fgrad_5fx_5f0_13571',['mlebabeclap_grad_x_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a067e6c0418ffaead9da2094841a88f3a',1,'amrex']]], + ['mlebabeclap_5fgrad_5fy_13572',['mlebabeclap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aea627326ba400186a5122d27ec7d9e2c',1,'amrex']]], + ['mlebabeclap_5fgrad_5fy_5f0_13573',['mlebabeclap_grad_y_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2213da36fad54c31b7ae0ad45af6e507',1,'amrex']]], + ['mlebabeclap_5fgrad_5fz_13574',['mlebabeclap_grad_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c71d5d77d11bf52377d6870f104d345',1,'amrex']]], + ['mlebabeclap_5fgrad_5fz_5f0_13575',['mlebabeclap_grad_z_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a906c729b79191fe3198b461187b58068',1,'amrex']]], + ['mlebabeclap_5fgsrb_13576',['mlebabeclap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa87f7cec5c72e10c9bf450a39648b6ab',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, GpuArray< Real, AMREX_SPACEDIM > const &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m1, Array4< int const > const &m3, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a73330382fb4300bec24c2b2249f212d1',1,'amrex::mlebabeclap_gsrb(Box const &box, Array4< Real > const &phi, Array4< Real const > const &rhs, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< int const > const &m0, Array4< int const > const &m2, Array4< int const > const &m4, Array4< int const > const &m1, Array4< int const > const &m3, Array4< int const > const &m5, Array4< Real const > const &f0, Array4< Real const > const &f2, Array4< Real const > const &f4, Array4< Real const > const &f1, Array4< Real const > const &f3, Array4< Real const > const &f5, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, bool phi_on_centroid, Box const &vbox, int redblack, int ncomp) noexcept']]], + ['mlebabeclap_5fnormalize_13577',['mlebabeclap_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb92024145a44a0d2f56b0e024d274f3',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dh, const amrex::GpuArray< Real, AMREX_SPACEDIM > &dx, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19b14155b9c1a4a1a3f73cc08d1d0c66',1,'amrex::mlebabeclap_normalize(Box const &box, Array4< Real > const &phi, Real alpha, Array4< Real const > const &a, Real dhx, Real dhy, Real dhz, Array4< Real const > const &bX, Array4< Real const > const &bY, Array4< Real const > const &bZ, Array4< const int > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vfrc, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &ba, Array4< Real const > const &bc, Array4< Real const > const &beb, bool is_dirichlet, bool beta_on_centroid, int ncomp) noexcept']]], + ['mlebndfdlap_5fadotx_13578',['mlebndfdlap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88d5300bb8879d99271d4794b47fe312',1,'amrex::mlebndfdlap_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a91e9157204259b13b72b493e055e1153',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af56fb224090e9c697a5d3cf50006fcb5',1,'amrex::mlebndfdlap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fadotx_5feb_13579',['mlebndfdlap_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8cefa14211bd9ca0625e7f24e226598',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19008e7636bc959ac25c054785fe80dd',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4fdcf818aba88a42509602b8a8bd51f',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aab7aaa3580e5fb8f96e4b2d9a82f307e',1,'amrex::mlebndfdlap_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fadotx_5feb_5fdoit_13580',['mlebndfdlap_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa19e32efb675dcc201a9794920a74332',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, F const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99f8d1884951df7e9e5cd2b9b0606a2a',1,'amrex::mlebndfdlap_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, F const &xeb, Real bx, Real by) noexcept']]], + ['mlebndfdlap_5fadotx_5frz_13581',['mlebndfdlap_adotx_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a501f7422fc923e7483c9b12818372a5e',1,'amrex']]], + ['mlebndfdlap_5fadotx_5frz_5feb_13582',['mlebndfdlap_adotx_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a122f8ce2ccd2e0586789f0e10bc965df',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04fb3258bc85822c3ee1e087f961dd45',1,'amrex::mlebndfdlap_adotx_rz_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real xeb, Real sigr, Real dr, Real dz, Real rlo, Real alpha) noexcept']]], + ['mlebndfdlap_5fadotx_5frz_5feb_5fdoit_13583',['mlebndfdlap_adotx_rz_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae1cf9f543cda1ad4d4b5cc447f289d53',1,'amrex']]], + ['mlebndfdlap_5fgrad_5fx_13584',['mlebndfdlap_grad_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35dae2a69371a09a272b492d47a4e856',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Real phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afc417441015529dc346f15b2ad39b7f3',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &phieb, Real dxi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abdd6a96dbb0ce09e48385e053fdb58db',1,'amrex::mlebndfdlap_grad_x(Box const &b, Array4< Real > const &px, Array4< Real const > const &p, Real dxi)']]], + ['mlebndfdlap_5fgrad_5fx_5fdoit_13585',['mlebndfdlap_grad_x_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6fa6d4e33599bc8f7a556543e2da3a61',1,'amrex']]], + ['mlebndfdlap_5fgrad_5fy_13586',['mlebndfdlap_grad_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab922a37e846d9fd878731e467f40083d',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Real phieb, Real dyi)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad150d1f53941f3828da649c6b723ed99',1,'amrex::mlebndfdlap_grad_y(Box const &b, Array4< Real > const &py, Array4< Real const > const &p, Array4< int const > const &dmsk, Array4< Real const > const &ecy, Array4< Real const > const &phieb, Real dyi)']]], + ['mlebndfdlap_5fgrad_5fy_5fdoit_13587',['mlebndfdlap_grad_y_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b2c840793e2e59c58a9c7107bf09b84',1,'amrex']]], + ['mlebndfdlap_5fgsrb_13588',['mlebndfdlap_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f3da1cddd91e062b28bb866f721f1e3',1,'amrex::mlebndfdlap_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aafcb488daced3785ab547cc4dc92d42a',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac15ff367e9fac919b2de0d05dda579cc',1,'amrex::mlebndfdlap_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Real bx, Real by, Real bz, int redblack) noexcept']]], + ['mlebndfdlap_5fgsrb_5feb_13589',['mlebndfdlap_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5c972e372a9867306cb15e15b55e36b1',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Real bx, Real by, Real bz, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a159dcff13951daac2fe5f464aaad586a',1,'amrex::mlebndfdlap_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Real bx, Real by, int redblack) noexcept']]], + ['mlebndfdlap_5fgsrb_5frz_13590',['mlebndfdlap_gsrb_rz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a247e76fd56165bba599f66ee3feb03fc',1,'amrex']]], + ['mlebndfdlap_5fgsrb_5frz_5feb_13591',['mlebndfdlap_gsrb_rz_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e9b8481843ad6c1390884afb439ce98',1,'amrex']]], + ['mlebndfdlap_5fscale_5frhs_13592',['mlebndfdlap_scale_rhs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad73858e6b1f3507fe107fdef1fbd7492',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afac29ac384d86c8826755d6771bcb33b',1,'amrex::mlebndfdlap_scale_rhs(int i, int j, int k, Array4< Real > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_13593',['mlebndfdlap_sig_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a04ab7cf645a66139841490d30607283a',1,'amrex::mlebndfdlap_sig_adotx(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7699ff275d204def0dc5d2687f6a547b',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f6dd3b752c9309553f3371ec5d35d75',1,'amrex::mlebndfdlap_sig_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_5feb_13594',['mlebndfdlap_sig_adotx_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8312fa7b8425f1933647f036dfcc3e7b',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9c685f1311aedf2cc0074f6950f8f1c3',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0fb4b963c59f7b5f32b830ac7c28ebf8',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5aebb97567dfee6b0d50c332b5a956d1',1,'amrex::mlebndfdlap_sig_adotx_eb(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Array4< Real const > const &xeb, Real bx, Real by, Real bz) noexcept']]], + ['mlebndfdlap_5fsig_5fadotx_5feb_5fdoit_13595',['mlebndfdlap_sig_adotx_eb_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad663b293a82d7fd74b2646ad7b752a85',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by, Real bz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fd06146a4b87e83901a6ffdb39e2b5d',1,'amrex::mlebndfdlap_sig_adotx_eb_doit(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, F const &xeb, Real bx, Real by) noexcept']]], + ['mlebndfdlap_5fsig_5fgsrb_13596',['mlebndfdlap_sig_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71d3c312ad16a50991825d55aff2f45b',1,'amrex::mlebndfdlap_sig_gsrb(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< int const > const &, Array4< Real const > const &, Real, int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a30749bf5ee60671ee76428e0b935829a',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6570a179e0588ae38c0a7a9623cf253',1,'amrex::mlebndfdlap_sig_gsrb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< int const > const &dmsk, Array4< Real const > const &sig, Real bx, Real by, Real bz, int redblack) noexcept']]], + ['mlebndfdlap_5fsig_5fgsrb_5feb_13597',['mlebndfdlap_sig_gsrb_eb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afa4e0aa9d4bbf74491918aa698acb5d1',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a120865e06e971dffa1b20c986a5813f9',1,'amrex::mlebndfdlap_sig_gsrb_eb(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &rhs, Array4< Real const > const &levset, Array4< int const > const &dmsk, Array4< Real const > const &ecx, Array4< Real const > const &ecy, Array4< Real const > const &ecz, Array4< Real const > const &sig, Array4< Real const > const &vfrc, Real bx, Real by, Real bz, int redblack) noexcept']]], + ['mlebnodefdlaplacian_13598',['MLEBNodeFDLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ac5576c35f7765ea07f41688107686ebb',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(MLEBNodeFDLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a4b86eda13fc31604d8ca3bf79a158902',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a0998f6ae5bff0e310795526582972f22',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a6442123515a236dc0a9947517279c8c8',1,'amrex::MLEBNodeFDLaplacian::MLEBNodeFDLaplacian()=default']]], + ['mlebtensor_5fcross_5fterms_13599',['mlebtensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a69818aed8b0226aebc2f9fae15e278be',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acd1a3de4fead75817defc7383f0d7cfc',1,'amrex::mlebtensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< Real const > const &vel, Array4< Real const > const &velb, Array4< Real const > const &etab, Array4< Real const > const &kapb, Array4< int const > const &ccm, Array4< EBCellFlag const > const &flag, Array4< Real const > const &vol, Array4< Real const > const &apx, Array4< Real const > const &apy, Array4< Real const > const &apz, Array4< Real const > const &fcx, Array4< Real const > const &fcy, Array4< Real const > const &fcz, Array4< Real const > const &bc, bool is_dirichlet, bool is_inhomog, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffx_13600',['mlebtensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a884c54a40ac42d7d2002630aaf5a846b',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cb8891fa93d0f0e80c2d2d0535319be',1,'amrex::mlebtensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffy_13601',['mlebtensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a559d3b4550ce7cb54284840f5e63ee46',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a64a93c7f21695eb012a3295f93e588df',1,'amrex::mlebtensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fcross_5fterms_5ffz_13602',['mlebtensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a149127365be7b7dbbbcade48f2a0ddb3',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ef256dca543656f40f971edaa9b90e9',1,'amrex::mlebtensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fdx_5fon_5fyface_13603',['mlebtensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14d3d5c743a1aca6f8ea57fb9033a81f',1,'amrex::mlebtensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a802f1aac35a7d1a1f9445612feaba9ec',1,'amrex::mlebtensor_dx_on_yface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], + ['mlebtensor_5fdx_5fon_5fzface_13604',['mlebtensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a14faffa55d3334f3b9e62080ee935481',1,'amrex::mlebtensor_dx_on_zface(int, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc716987848c0cf50a7d1146c313ef79',1,'amrex::mlebtensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int ihip, int ihim, int ilop, int ilom) noexcept']]], + ['mlebtensor_5fdy_5fon_5fxface_13605',['mlebtensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8504bac8d4350e21fbcd88c9c048e45f',1,'amrex::mlebtensor_dy_on_xface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5b3231c3f790199a70d08b60f2b8eca1',1,'amrex::mlebtensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], + ['mlebtensor_5fdy_5fon_5fzface_13606',['mlebtensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac4bad17eb6cb87791003d01ea510dd85',1,'amrex::mlebtensor_dy_on_zface(int i, int, int k, int n, Array4< Real const > const &vel, Real dyi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98e178c71f42b673a18b34ccfbbf66d8',1,'amrex::mlebtensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int jhip, int jhim, int jlop, int jlom) noexcept']]], + ['mlebtensor_5fdz_5fon_5fxface_13607',['mlebtensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae43885fa51096a74f07dac8ee6c8318e',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f3913ebdf85c5e3a7a339e02947178',1,'amrex::mlebtensor_dz_on_xface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], + ['mlebtensor_5fdz_5fon_5fyface_13608',['mlebtensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a42aec175a92fa99199546b199534d7',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int, int n, Array4< Real const > const &vel, Real dzi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac03b8d4ffc3c21b2f9e54fd038880511',1,'amrex::mlebtensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi, Real whi, Real wlo, int khip, int khim, int klop, int klom) noexcept']]], + ['mlebtensor_5fflux_5f0_13609',['mlebtensor_flux_0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acef8c44712bfa040cb9408c2d61b5319',1,'amrex']]], + ['mlebtensor_5fflux_5fx_13610',['mlebtensor_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa196b29d490603bb92e78f1e56593846',1,'amrex']]], + ['mlebtensor_5fflux_5fy_13611',['mlebtensor_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a52689abb9ae7e544a779a4e9092deac7',1,'amrex']]], + ['mlebtensor_5fflux_5fz_13612',['mlebtensor_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41fa60232e37cb8f8a8d11012a2d6e7a',1,'amrex']]], + ['mlebtensor_5fvel_5fgrads_5ffx_13613',['mlebtensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4d4f6faceab174910e53c05a8e3680ab',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add8eafae03b6517ccc0f3a827b5192dc',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2d853ea486e93070c3ab2b5a3fc80a',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a389b087837766656206528387955a282',1,'amrex::mlebtensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &apx, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mlebtensor_5fvel_5fgrads_5ffy_13614',['mlebtensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3decc02301d9f7a072efec63312145e',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af256fa82a901575cb1155b23f1791b88',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad0ed81412024cb369f33d28f62a0cd2b',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ba83feb55e1c07a12e5548e81b677fa',1,'amrex::mlebtensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &apy, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fvel_5fgrads_5ffz_13615',['mlebtensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa07616c23af650f91c8c5b3b2d3b2463',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a23de0afb3cd2e70304fb3b360cbfa34d',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, Array4< int const > const &ccm, Array4< Real const > const &fcz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8a6594a4737c6b5529056beaa8e5204',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae8af4235939e06c7d5e41075ec8218b5',1,'amrex::mlebtensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &apz, Array4< EBCellFlag const > const &flag, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlebtensor_5fweight_13616',['mlebtensor_weight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a17dc6a5f2f58fef3ff23153f88f565ae',1,'amrex']]], + ['mlebtensorop_13617',['MLEBTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#adccad5fb53a52c9b7227847cfc4a636d',1,'amrex::MLEBTensorOp::MLEBTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a4f997af4135dcb79775a5d7f7ac3b678',1,'amrex::MLEBTensorOp::MLEBTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info, const Vector< EBFArrayBoxFactory const * > &a_factory)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#af0d70e756af559a4082443914b134b0d',1,'amrex::MLEBTensorOp::MLEBTensorOp(const MLEBTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a16a15944a17ebe8341932a53483ef2b6',1,'amrex::MLEBTensorOp::MLEBTensorOp(MLEBTensorOp &&)=delete']]], + ['mllinop_5fapply_5fbc_5fx_13618',['mllinop_apply_bc_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e0337f33a946131e2708bc1eaef2a03',1,'amrex::mllinop_apply_bc_x(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abec9084f376cbeaea2663d273222ed9c',1,'amrex::mllinop_apply_bc_x(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dxinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5fbc_5fy_13619',['mllinop_apply_bc_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b17a52f13e620e54f3227cce0577655',1,'amrex::mllinop_apply_bc_y(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95c31e8a68e385d1f891ceca215f977',1,'amrex::mllinop_apply_bc_y(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dyinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5fbc_5fz_13620',['mllinop_apply_bc_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a87cc028df852696103ab16fc0a0a516d',1,'amrex::mllinop_apply_bc_z(int side, int i, int j, int k, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfe91e9b71325dabc5d6e6b88c0a046f',1,'amrex::mllinop_apply_bc_z(int side, Box const &box, int blen, Array4< T > const &phi, Array4< int const > const &mask, BoundCond bct, T bcl, Array4< T const > const &bcval, int maxorder, T dzinv, int inhomog, int icomp) noexcept']]], + ['mllinop_5fapply_5finnu_5fxhi_13621',['mllinop_apply_innu_xhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2e18accc07716c93da70e574a7e1c055',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fxlo_13622',['mllinop_apply_innu_xlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d1f7d532c41bb5245a35cf89f3ad225',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fyhi_13623',['mllinop_apply_innu_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93808493dc5cfe902f5de806e4dba046',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fyhi_5fm_13624',['mllinop_apply_innu_yhi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab9b7dd40e516a6db9eaca4a6c05b1dba',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fylo_13625',['mllinop_apply_innu_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a37a9a0674a5b0c02ca26e3ab907c43c7',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fylo_5fm_13626',['mllinop_apply_innu_ylo_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a729219a8cc2ed27ad5de9a6c8d3bd72d',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fzhi_13627',['mllinop_apply_innu_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e90635b7223dba2b68e165ed924031',1,'amrex']]], + ['mllinop_5fapply_5finnu_5fzlo_13628',['mllinop_apply_innu_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24adb795729e97519ef54218310ce75e',1,'amrex']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fx_13629',['mllinop_comp_interp_coef0_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5c98ac2a9a5c52ba27d7dd0088381b6',1,'amrex::mllinop_comp_interp_coef0_x(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae2fd6a46487752517394479bff97c0b2',1,'amrex::mllinop_comp_interp_coef0_x(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dxinv, int icomp) noexcept']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fy_13630',['mllinop_comp_interp_coef0_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad850ccfcbb3b5632971d732e7add58e9',1,'amrex::mllinop_comp_interp_coef0_y(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cf13ac01004d736e7db3ce27aa12b93',1,'amrex::mllinop_comp_interp_coef0_y(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dyinv, int icomp) noexcept']]], + ['mllinop_5fcomp_5finterp_5fcoef0_5fz_13631',['mllinop_comp_interp_coef0_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adfeec0fd8ed092da0cbbf66e296961d3',1,'amrex::mllinop_comp_interp_coef0_z(int side, Box const &box, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad86824e564d92ddf113a79c68f2d7e80',1,'amrex::mllinop_comp_interp_coef0_z(int side, int i, int j, int k, int blen, Array4< T > const &f, Array4< int const > const &mask, BoundCond bct, T bcl, int maxorder, T dzinv, int icomp) noexcept']]], + ['mllinopt_13632',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'amrex::MLLinOpT::MLLinOpT(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'amrex::MLLinOpT::MLLinOpT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'amrex::MLLinOpT::MLLinOpT(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a709f5c12d16e1e5e191a1d56df622173',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae73abc3efc9dcc4b381ff020e043c68',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ab768833f0df0eb419284243a6940153e',1,'MLLinOpT< Array< MultiFab, 3 > >::MLLinOpT()=default']]], + ['mlmg_5flin_5fcc_5finterp_5fr2_13633',['mlmg_lin_cc_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#afb723cebbd068883a814d86a55a9fcd6',1,'amrex::TwoD::mlmg_lin_cc_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a249a580ecbb9cf9c62a5c8398e2e650a',1,'amrex::mlmg_lin_cc_interp_r2()']]], + ['mlmg_5flin_5fcc_5finterp_5fr4_13634',['mlmg_lin_cc_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a11f38e536e017db019560ea7ba818a85',1,'amrex::TwoD::mlmg_lin_cc_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42c1936a2addff0a513ce0fee0e97e79',1,'amrex::mlmg_lin_cc_interp_r4(Box const &bx, Array4< T > const &ff, Array4< T const > const &cc, int nc) noexcept']]], + ['mlmg_5flin_5fnd_5finterp_5fr2_13635',['mlmg_lin_nd_interp_r2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad9cfa8c0b510db0ea1d728564a6a34c',1,'amrex::mlmg_lin_nd_interp_r2()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78b7cf1f4749b09ead49a372efcade02',1,'amrex::TwoD::mlmg_lin_nd_interp_r2()']]], + ['mlmg_5flin_5fnd_5finterp_5fr4_13636',['mlmg_lin_nd_interp_r4',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac6796e6b7599e56ab974042839b25efc',1,'amrex::mlmg_lin_nd_interp_r4()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a3f590573724f1d3bc311693f5dba029a',1,'amrex::TwoD::mlmg_lin_nd_interp_r4()']]], + ['mlmgbndryt_13637',['MLMGBndryT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ae61807ee9974355077b5bc78d35895d8',1,'amrex::MLMGBndryT::MLMGBndryT(const BoxArray &_grids, const DistributionMapping &_dmap, int _ncomp, const Geometry &_geom)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aee4434da8700f0e3f1b9677350b5431e',1,'amrex::MLMGBndryT::MLMGBndryT(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a6e0eb064c1f1e0e1f440566f0ca05cf5',1,'amrex::MLMGBndryT::MLMGBndryT(const MLMGBndryT< MF > &rhs)=delete']]], + ['mlmgt_13638',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0a2acaa575273f909062d401f4ea8c2e',1,'amrex::MLMGT::MLMGT(MLMGT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad45721019c8bf7a76442471a174e55d6',1,'amrex::MLMGT::MLMGT(MLMGT< MF > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc418dda3f523d9f0ce2ad15871dc48b',1,'amrex::MLMGT::MLMGT(MLLinOpT< MF > &a_lp)']]], + ['mlndabeclap_5fgauss_5fseidel_5faa_13639',['mlndabeclap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0eaa19c8deff131ec61b7734f45e32',1,'amrex']]], + ['mlndabeclap_5fjacobi_5faa_13640',['mlndabeclap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a837670516410d8578c3f4a463f00b086',1,'amrex']]], + ['mlndlap_5fadotx_5faa_13641',['mlndlap_adotx_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a43272fd95bc7e0d7912daa2c0a642862',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ac4e6d343b4cdffa4002968a81384d0',1,'amrex::mlndlap_adotx_aa(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fc_13642',['mlndlap_adotx_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2144182834ce73b21ddad5461a14814',1,'amrex::mlndlap_adotx_c(int i, int j, int k, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a80066f45a8d531eb9934497f057ab7b6',1,'amrex::mlndlap_adotx_c(int i, int, int, Array4< Real const > const &x, Real sigma, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fha_13643',['mlndlap_adotx_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f492bb83254cf07e228b963154da5e4',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b0a3b042ac35788ad8dddead4253d19',1,'amrex::mlndlap_adotx_ha(int i, int j, int k, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0936b3138acfe2bb634d1992c6083aeb',1,'amrex::mlndlap_adotx_ha(int i, int, int, Array4< Real const > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fadotx_5fsten_13644',['mlndlap_adotx_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a447276ff5f1cf67d54fe79977f26da40',1,'amrex']]], + ['mlndlap_5fadotx_5fsten_5fdoit_13645',['mlndlap_adotx_sten_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0e5c17e96d0128a17c33b820dc17845',1,'amrex']]], + ['mlndlap_5fany_5ffine_5fsync_5fcells_13646',['mlndlap_any_fine_sync_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6dac73b981a4a840ea27018fdb17d6a2',1,'amrex']]], + ['mlndlap_5fapplybc_13647',['mlndlap_applybc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acc59a603d50b00d769fdc49ed60d6cd1',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fx_13648',['mlndlap_avgdown_coeff_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb99fd44e7f078b90fcca21b2f9cc212',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fy_13649',['mlndlap_avgdown_coeff_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a344bb80d4a06ecf958781bdef59b351d',1,'amrex']]], + ['mlndlap_5favgdown_5fcoeff_5fz_13650',['mlndlap_avgdown_coeff_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1dee48540dad573effdb346154f1da0c',1,'amrex']]], + ['mlndlap_5fax_5ffine_5fcontrib_13651',['mlndlap_Ax_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa426c74701cc4a171c54210ede1212cd',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec133744a63e94005ef481cb3a34c759',1,'amrex::mlndlap_Ax_fine_contrib(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< Real const > const &sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fax_5ffine_5fcontrib_5fcs_13652',['mlndlap_Ax_fine_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1be11befaad780d29152b9e45595fde0',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ebf2548096900974be75be23948782a',1,'amrex::mlndlap_Ax_fine_contrib_cs(int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Real const sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fax_5ffine_5fcontrib_5fdoit_13653',['mlndlap_Ax_fine_contrib_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5f85aca190f7e60aef6b90195d64995',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79e83c8456e84fbbcc1427138b588e94',1,'amrex::mlndlap_Ax_fine_contrib_doit(S const &sig, int i, int j, int k, Box const &ndbx, Box const &ccbx, Array4< Real > const &f, Array4< Real const > const &res, Array4< Real const > const &rhs, Array4< Real const > const &phi, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fbc_5fdoit_13654',['mlndlap_bc_doit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a10b7164dc8a0ac93a0d1eda30d1ba209',1,'amrex']]], + ['mlndlap_5fcolor_13655',['mlndlap_color',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad22505ca7d4df8818274de6ef93908c3',1,'amrex']]], + ['mlndlap_5fcrse_5fresid_13656',['mlndlap_crse_resid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad31ca7c577662afe5ea03ed3d21d8a57',1,'amrex']]], + ['mlndlap_5fdivu_13657',['mlndlap_divu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a4c82f5078f044ef07c395f85f2905f',1,'amrex::mlndlap_divu(int i, int, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac5ffed68b31da08687142195b804a767',1,'amrex::mlndlap_divu(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &nodal_domain, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool is_rz) noexcept']]], + ['mlndlap_5fdivu_5fcf_5fcontrib_13658',['mlndlap_divu_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a93891c5a7ee70e942834086d0aa5ad9e',1,'amrex::mlndlap_divu_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f8c9d5397b3257e338744fa62de620',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, bool is_rz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670b05a007119dce11eb3f0b46193b0e',1,'amrex::mlndlap_divu_cf_contrib(int i, int j, int k, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &fc, Array4< Real const > const &rhcc, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &veldom, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['mlndlap_5fdivu_5ffine_5fcontrib_13659',['mlndlap_divu_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a9a7db8b16a9ef88bb03f59166a579d',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int k, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1d45248dc1950cb01bc44fc0ca45ab78',1,'amrex::mlndlap_divu_fine_contrib(int i, int j, int, Box const &fvbx, Box const &velbx, Array4< Real > const &rhs, Array4< Real const > const &vel, Array4< Real const > const &frhs, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5ffillbc_5fcc_13660',['mlndlap_fillbc_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27e3488dd823ad0ba4999a21f3cba781',1,'amrex']]], + ['mlndlap_5fgauss_5fseidel_5faa_13661',['mlndlap_gauss_seidel_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a361e3d4eecaa26110d1e00f02f55e7b8',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa154703cd209cfea25e6b2acffa81689',1,'amrex::mlndlap_gauss_seidel_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fc_13662',['mlndlap_gauss_seidel_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae163707beceb649afffebe0c7aa0ad7f',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a39663292882d89a957142fe2e2f6e663',1,'amrex::mlndlap_gauss_seidel_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fha_13663',['mlndlap_gauss_seidel_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4dec72ebb8fecbf6808e7aa181664878',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c56c0f6ffbb74e4788cfd471f6ba27f',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a7a6601e4e5aaa86ecf4ee0c86289a0',1,'amrex::mlndlap_gauss_seidel_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fsten_13664',['mlndlap_gauss_seidel_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a984666a78b0c793f06dfb03e3b1b1855',1,'amrex::mlndlap_gauss_seidel_sten(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63ff696ecc9e1424273c8d586dc92f69',1,'amrex::mlndlap_gauss_seidel_sten(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5fgauss_5fseidel_5fwith_5fline_5fsolve_5faa_13665',['mlndlap_gauss_seidel_with_line_solve_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d2057b274ec423dee54149f693a6fd5',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, GpuArray< Real, AMREX_SPACEDIM > const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a475e835a8477ff3cadecf2ed4cb9aaa0',1,'amrex::mlndlap_gauss_seidel_with_line_solve_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fgscolor_5faa_13666',['mlndlap_gscolor_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad04eb25df5d0a9eacec70a51440cc3a',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ab5540abe3be9ba583a99e0707d34c5',1,'amrex::mlndlap_gscolor_aa(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept']]], + ['mlndlap_5fgscolor_5fc_13667',['mlndlap_gscolor_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4cee39520c1324699bbce57ec3102cf',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab73bebf9444460ba96f9cfa9c62222c0',1,'amrex::mlndlap_gscolor_c(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], + ['mlndlap_5fgscolor_5fha_13668',['mlndlap_gscolor_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6b35cfa8517332b30d3a23bb8085b222',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fb5d6e81e372164f4f7fd44e1277599',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dd1ea23da0038d10a32adff38054a54',1,'amrex::mlndlap_gscolor_ha(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, int color) noexcept']]], + ['mlndlap_5fgscolor_5fsten_13669',['mlndlap_gscolor_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9bea0dc6b2241637d2ae91aa21ab286f',1,'amrex']]], + ['mlndlap_5fimpose_5fneumann_5fbc_13670',['mlndlap_impose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5d2482b4f9d89faf8934861fec9bc1b6',1,'amrex']]], + ['mlndlap_5finterpadd_5faa_13671',['mlndlap_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a7489d4126f5ed138e2d8bcd30e9b8',1,'amrex']]], + ['mlndlap_5finterpadd_5fc_13672',['mlndlap_interpadd_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4807272239c4988862ccf16fef2295cb',1,'amrex']]], + ['mlndlap_5finterpadd_5fha_13673',['mlndlap_interpadd_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a531776fc9c73568abdcae71dc12b41fc',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< Real const > const &sigz, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2cac2c8ce802cddafa55136e8ffcb31e',1,'amrex::mlndlap_interpadd_ha(int i, int j, int, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sigx, Array4< Real const > const &sigy, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae84186f50057b6865eb99e500276d230',1,'amrex::mlndlap_interpadd_ha(int i, int j, int k, Array4< Real > const &fine, Array4< Real const > const &crse, Array4< Real const > const &sig, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5finterpadd_5frap_13674',['mlndlap_interpadd_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339f91a23a5b046654c2029e996cbd94',1,'amrex']]], + ['mlndlap_5fjacobi_5faa_13675',['mlndlap_jacobi_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a65593496b3b1bc34a4febb8cfbb6be26',1,'amrex::mlndlap_jacobi_aa(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42a2cb40156e53bf7426c7893a31fff5',1,'amrex::mlndlap_jacobi_aa(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fc_13676',['mlndlap_jacobi_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3962a959c87fb1a5d2e2d5ed1d224fe4',1,'amrex::mlndlap_jacobi_c(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42587d745d04512fb463b6e351f026a4',1,'amrex::mlndlap_jacobi_c(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Real sig, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fha_13677',['mlndlap_jacobi_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abad1558e7ef11955e6a7498dc8501650',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f986eed3c727960060440c029ea10ec',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e75cd82b923a14eae908216beb7b8e',1,'amrex::mlndlap_jacobi_ha(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0803c690a8c05d9a7f023c28ee60614',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2d28879490b47fa611ad92f7a161c7b2',1,'amrex::mlndlap_jacobi_ha(int i, int, int, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af33af7bb4f9511914e609546e5719a8e',1,'amrex::mlndlap_jacobi_ha(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fjacobi_5fsten_13678',['mlndlap_jacobi_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4699f3f565599c96a567615e64ea5d20',1,'amrex::mlndlap_jacobi_sten(int i, int j, int k, Array4< Real > const &sol, Real Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad804c9fcd8b74d9d8d9477fe5637e0f1',1,'amrex::mlndlap_jacobi_sten(Box const &bx, Array4< Real > const &sol, Array4< Real const > const &Ax, Array4< Real const > const &rhs, Array4< Real const > const &sten, Array4< int const > const &msk) noexcept']]], + ['mlndlap_5fmknewu_13679',['mlndlap_mknewu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aae00e74a4e68101d25626b4fafa553f8',1,'amrex::mlndlap_mknewu(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a08ba07924919817676a76596d29044',1,'amrex::mlndlap_mknewu(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Array4< Real const > const &sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fmknewu_5fc_13680',['mlndlap_mknewu_c',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8d83b1b38a04709a774b310bed31684',1,'amrex::mlndlap_mknewu_c(int i, int, int, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef2d99a25b5735f53808a3cf1baad97a',1,'amrex::mlndlap_mknewu_c(int i, int j, int k, Array4< Real > const &u, Array4< Real const > const &p, Real sig, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, bool is_rz) noexcept']]], + ['mlndlap_5fnormalize_5faa_13681',['mlndlap_normalize_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb1a9325590f5f9a589156ce352468d',1,'amrex']]], + ['mlndlap_5fnormalize_5fha_13682',['mlndlap_normalize_ha',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adaf0bec0d3187172257ffca902ee888f',1,'amrex::mlndlap_normalize_ha(int i, int, int, Array4< Real > const &x, Array4< Real const > const &sx, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace8c1ed0795537f5b681f070521f4948',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adbe7ac7535678d7a0584bdf336c21f58',1,'amrex::mlndlap_normalize_ha(int i, int j, int k, Array4< Real > const &x, Array4< Real const > const &sx, Array4< Real const > const &sy, Array4< Real const > const &sz, Array4< int const > const &msk, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mlndlap_5fnormalize_5fsten_13683',['mlndlap_normalize_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac8273b39fe595ef4e5c09b38cb01e71e',1,'amrex']]], + ['mlndlap_5fres_5fcf_5fcontrib_13684',['mlndlap_res_cf_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5254b57a98ac5629ec4d14f55f37feba',1,'amrex::mlndlap_res_cf_contrib(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< Real const > const &, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad5093e1e3c96b9ae000d6c60ba2fa68e',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2988e920c93565dcea89d08e018e1262',1,'amrex::mlndlap_res_cf_contrib(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Array4< Real const > const &sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept']]], + ['mlndlap_5fres_5fcf_5fcontrib_5fcs_13685',['mlndlap_res_cf_contrib_cs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adb0bdef9d1c47aa32063d0deb6e42f78',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, bool is_rz, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00bf121938de056ff99b07c9a5ac892d',1,'amrex::mlndlap_res_cf_contrib_cs(int i, int j, int k, Array4< Real > const &res, Array4< Real const > const &phi, Array4< Real const > const &rhs, Real const sig, Array4< int const > const &dmsk, Array4< int const > const &ndmsk, Array4< int const > const &ccmsk, Array4< Real const > const &fc, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Box const &ccdom_p, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi, bool neumann_doubling) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a883d525d9d67d5243805dfa6b69fbfbc',1,'amrex::mlndlap_res_cf_contrib_cs(int, int, int, Array4< Real > const &, Array4< Real const > const &, Array4< Real const > const &, Real, Array4< int const > const &, Array4< int const > const &, Array4< int const > const &, Array4< Real const > const &, GpuArray< Real, AMREX_SPACEDIM > const &, Box const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &, bool) noexcept']]], + ['mlndlap_5frestriction_13686',['mlndlap_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a672bd51def9952ab7fad72c49d313caf',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88671deaf3aa1d3f7a4fab3598283bb9',1,'amrex::mlndlap_restriction(int i, int, int, Array4< Real > const &crse, Array4< Real const > const &fine, Array4< int const > const &msk, Box const &fdom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['mlndlap_5frestriction_5frap_13687',['mlndlap_restriction_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab727d4d055b37cfc647dd73d9a2be0eb',1,'amrex']]], + ['mlndlap_5frhcc_13688',['mlndlap_rhcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af51f6f7831db55333f7f647ba71ab6d8',1,'amrex']]], + ['mlndlap_5frhcc_5ffine_5fcontrib_13689',['mlndlap_rhcc_fine_contrib',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f61c36adba2f891648c342ef4b558e8',1,'amrex']]], + ['mlndlap_5fscale_5fneumann_5fbc_13690',['mlndlap_scale_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdc0d6938e50feef0be49bf0ce3fa53',1,'amrex']]], + ['mlndlap_5fsemi_5favgdown_5fcoeff_13691',['mlndlap_semi_avgdown_coeff',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2da7299a6ccc42ab70c5b8173a5f1363',1,'amrex']]], + ['mlndlap_5fsemi_5finterpadd_5faa_13692',['mlndlap_semi_interpadd_aa',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a70d0526f5c183c5731c0f08ba27670cc',1,'amrex']]], + ['mlndlap_5fsemi_5frestriction_13693',['mlndlap_semi_restriction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a739c61caa42304fdafed256192d5b3ae',1,'amrex']]], + ['mlndlap_5fset_5fdirichlet_5fmask_13694',['mlndlap_set_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada2b00e17500ae80305fdbf12852131b',1,'amrex']]], + ['mlndlap_5fset_5fdot_5fmask_13695',['mlndlap_set_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adec70b44b6602b28be91e27a7595c9c1',1,'amrex']]], + ['mlndlap_5fset_5fnodal_5fmask_13696',['mlndlap_set_nodal_mask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1200f8a64999cddaba15abf22ffb4e0f',1,'amrex']]], + ['mlndlap_5fset_5fstencil_13697',['mlndlap_set_stencil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77743280efb0c02d3c4301b87b272f7c',1,'amrex']]], + ['mlndlap_5fset_5fstencil_5fs0_13698',['mlndlap_set_stencil_s0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4b20346156e62bf392b0e5870b142762',1,'amrex']]], + ['mlndlap_5fstencil_5frap_13699',['mlndlap_stencil_rap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aee965ec1adf090525e207867611b1635',1,'amrex']]], + ['mlndlap_5fsum_5fax_13700',['mlndlap_sum_Ax',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61b78515271a4b17e9548045e93c2ef5',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, Real facx, Real facy, Array4< Real const > const &phi, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42aaca205bd13f32ec341723911ffbbb',1,'amrex::mlndlap_sum_Ax(P const &pred, S const &sig, int i, int j, int k, Real facx, Real facy, Real facz, Array4< Real const > const &phi) noexcept']]], + ['mlndlap_5fsum_5fdf_13701',['mlndlap_sum_Df',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aa4c26949852604ab5e27065f452bf',1,'amrex::mlndlap_sum_Df(int ii, int jj, Real facx, Real facy, Array4< Real const > const &vel, Box const &velbx, bool is_rz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adece5dd292d5a4abe007029002b1a48b',1,'amrex::mlndlap_sum_Df(int ii, int jj, int kk, Real facx, Real facy, Real facz, Array4< Real const > const &vel, Box const &velbx) noexcept']]], + ['mlndlap_5funimpose_5fneumann_5fbc_13702',['mlndlap_unimpose_neumann_bc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a880fe3ab900c3cb4d906ff3bdb91e643',1,'amrex']]], + ['mlndlap_5fzero_5ffine_13703',['mlndlap_zero_fine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c0ab4702ea443c09737b03c5670de97',1,'amrex']]], + ['mlndtslap_5fadotx_13704',['mlndtslap_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa1536ebc938e56df4e34d2a480de5887',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a53370b735fdd3cf1ef91f247b59fa59a',1,'amrex::mlndtslap_adotx(int i, int j, int k, Array4< Real > const &y, Array4< Real const > const &x, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept']]], + ['mlndtslap_5fgauss_5fseidel_13705',['mlndtslap_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f03c49565fe408f76ae7aa2ca26dc99',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 3 > const &s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a278a64e576981a2a11e821afe9ebf758',1,'amrex::mlndtslap_gauss_seidel(int i, int j, int k, Array4< Real > const &sol, Array4< Real const > const &rhs, Array4< int const > const &msk, GpuArray< Real, 6 > const &s) noexcept']]], + ['mlndtslap_5finterpadd_13706',['mlndtslap_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7e03fbccf0d29fad0597554a3abf2a2',1,'amrex']]], + ['mlndtslap_5fsemi_5finterpadd_13707',['mlndtslap_semi_interpadd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaf2d6988f0f9e6bcbbf860bdbe33cd87',1,'amrex']]], + ['mlnodeabeclaplacian_13708',['MLNodeABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a6ef9e45aeb72eac59726b539f6196f73',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3b01891200eda180a8163e2a8a30d6ed',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#abf08aeab5958c3f46c8b361b24076dfb',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a9d8dbe2097865e8e25399acd755591ca',1,'amrex::MLNodeABecLaplacian::MLNodeABecLaplacian(MLNodeABecLaplacian &&)=delete']]], + ['mlnodelaplacian_13709',['MLNodeLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a9b935f6c3fd7cdb7d702502ffbabc275',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a3e118d417a65df672755dedb1623fe06',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8fab712729235b3fabdeae74513aab8a',1,'amrex::MLNodeLaplacian::MLNodeLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={}, Real a_const_sigma=Real(0.0))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a5fd5b7a39f59b0c68cca9f92c9e7723d',1,'amrex::MLNodeLaplacian::MLNodeLaplacian()=default']]], + ['mlnodelinop_13710',['MLNodeLinOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a712873309064abf30aafcb2d277890fb',1,'amrex::MLNodeLinOp::MLNodeLinOp(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaf264472c0b70b5588a04b930fbcd8ff',1,'amrex::MLNodeLinOp::MLNodeLinOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a02892864c3a177a34cc38d3d55a972fd',1,'amrex::MLNodeLinOp::MLNodeLinOp(MLNodeLinOp &&)=delete']]], + ['mlnodetensorlaplacian_13711',['MLNodeTensorLaplacian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ac894d59c3a515130711a775b5fd73fc7',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#ad8c26ff67ae05f0dcdf8b886d856209a',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a01beaf3eb0c5a2afb9479e19f967f2b0',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a18dc95a71cf758e9589a1c38e684f68b',1,'amrex::MLNodeTensorLaplacian::MLNodeTensorLaplacian(const MLNodeTensorLaplacian &)=delete']]], + ['mlpoisson_5fadotx_13712',['mlpoisson_adotx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4ba0b0f34245585ce4164f57e03e6d14',1,'amrex::mlpoisson_adotx(int i, Array4< T > const &y, Array4< T const > const &x, T dhx) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ee7d90d5262f08f2c0356f20dd11212',1,'amrex::mlpoisson_adotx(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0fc33abad576e5066d97d992dbc8c640',1,'amrex::TwoD::mlpoisson_adotx(int i, int j, Array4< T > const &y, Array4< T const > const &x, T dhx, T dhy) noexcept']]], + ['mlpoisson_5fadotx_5fm_13713',['mlpoisson_adotx_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae72ade8e9ec53f5601ce2fca8ca32c2c',1,'amrex::TwoD::mlpoisson_adotx_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a26b52402d10757144862537c196db625',1,'amrex::mlpoisson_adotx_m()']]], + ['mlpoisson_5fadotx_5fos_13714',['mlpoisson_adotx_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a32331bc0f823e877a4f1239b99e37995',1,'amrex::TwoD::mlpoisson_adotx_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76127d2a544317b8685dc766003d82f2',1,'amrex::mlpoisson_adotx_os(int i, int j, int k, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx, T dhy, T dhz) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af24a436e081d58ede9cec374b62bb6b3',1,'amrex::mlpoisson_adotx_os(int i, Array4< T > const &y, Array4< T const > const &x, Array4< int const > const &osm, T dhx) noexcept']]], + ['mlpoisson_5fflux_5fx_13715',['mlpoisson_flux_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3171a013d5989b5e9851658aca2b7a15',1,'amrex::mlpoisson_flux_x()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#ae73c515c22e11e5c1bf9636c7fb9e54b',1,'amrex::TwoD::mlpoisson_flux_x()']]], + ['mlpoisson_5fflux_5fx_5fm_13716',['mlpoisson_flux_x_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5fd04f32dc701a0cb5b7cbacddc15f9a',1,'amrex::mlpoisson_flux_x_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a85f3aa8d95ac28eb34e66cf6b2a6b7d1',1,'amrex::TwoD::mlpoisson_flux_x_m()']]], + ['mlpoisson_5fflux_5fxface_13717',['mlpoisson_flux_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83fdd6ab42d2fa99c37932ab15afd504',1,'amrex::mlpoisson_flux_xface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a624a67284a3280e6462f0e85efb2ae16',1,'amrex::TwoD::mlpoisson_flux_xface()']]], + ['mlpoisson_5fflux_5fxface_5fm_13718',['mlpoisson_flux_xface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a569ce08aa34785c55e309b897931f64c',1,'amrex::mlpoisson_flux_xface_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a06824586a841d7b5c2907deb5ee84057',1,'amrex::TwoD::mlpoisson_flux_xface_m()']]], + ['mlpoisson_5fflux_5fy_13719',['mlpoisson_flux_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a558a15ef6f7f983cf3cbb667c085f4a3',1,'amrex::mlpoisson_flux_y()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a35799a3e0cd6de5f9dc9f41d7ae50fd1',1,'amrex::TwoD::mlpoisson_flux_y(Box const &box, Array4< T > const &fy, Array4< T const > const &sol, T dyinv) noexcept']]], + ['mlpoisson_5fflux_5fy_5fm_13720',['mlpoisson_flux_y_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a78d813e2a7e81fb4fb24b12a40792d8a',1,'amrex::TwoD']]], + ['mlpoisson_5fflux_5fyface_13721',['mlpoisson_flux_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0d7fed44bfb42c1ab16df0ca1b1fc182',1,'amrex::TwoD::mlpoisson_flux_yface()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1ace9918d421ae341c148190b63d0b81',1,'amrex::mlpoisson_flux_yface()']]], + ['mlpoisson_5fflux_5fyface_5fm_13722',['mlpoisson_flux_yface_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a16acce3762d190bb0d8fcbc58db439e2',1,'amrex::TwoD']]], + ['mlpoisson_5fflux_5fz_13723',['mlpoisson_flux_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af382239a16f86597c9c6e68ec73879b2',1,'amrex']]], + ['mlpoisson_5fflux_5fzface_13724',['mlpoisson_flux_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd998d0d3429948b0a7e68291d6a264',1,'amrex']]], + ['mlpoisson_5fgsrb_13725',['mlpoisson_gsrb',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a7916b6c7ad2dbac059e35c081772b450',1,'amrex::TwoD::mlpoisson_gsrb()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af35078e515133d4f3b9734d13ad54d22',1,'amrex::mlpoisson_gsrb(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a670237d9b46bcf40be36d5bff4a63a42',1,'amrex::mlpoisson_gsrb(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], + ['mlpoisson_5fgsrb_5fm_13726',['mlpoisson_gsrb_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aabea771325d11e0a08b63f235b7be80a',1,'amrex::TwoD::mlpoisson_gsrb_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27345dc98593d14eb2b32570007ef86f',1,'amrex::mlpoisson_gsrb_m()']]], + ['mlpoisson_5fgsrb_5fos_13727',['mlpoisson_gsrb_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a987c939b4effecdac441a9211d1979e9',1,'amrex::TwoD::mlpoisson_gsrb_os()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a45a91e8cc49f5cd2430328b7ee08ef57',1,'amrex::mlpoisson_gsrb_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox, int redblack) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abb5a0b21c1cc3caa854e66476df82c36',1,'amrex::mlpoisson_gsrb_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, int redblack) noexcept']]], + ['mlpoisson_5fjacobi_13728',['mlpoisson_jacobi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a00aaf32e50aff60cd2e80f66b4a19d14',1,'amrex::TwoD::mlpoisson_jacobi()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf8cb942b6afb8baf8ed5fd0bbe010fa',1,'amrex::mlpoisson_jacobi(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c7c171e4a5f64d198924e64809d3200',1,'amrex::mlpoisson_jacobi(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept']]], + ['mlpoisson_5fjacobi_5fm_13729',['mlpoisson_jacobi_m',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#aca03eebd2b1b1daa918cd31e3eb335d0',1,'amrex::TwoD::mlpoisson_jacobi_m()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#affc72a76f87a51121fb4f876828b1299',1,'amrex::mlpoisson_jacobi_m(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox, T dx, T probxlo) noexcept']]], + ['mlpoisson_5fjacobi_5fos_13730',['mlpoisson_jacobi_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0169ed7f3d8bf7427ec0fd3d733006bb',1,'amrex::mlpoisson_jacobi_os(int i, int j, int k, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, T dhy, T dhz, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Array4< T const > const &f2, Array4< int const > const &m2, Array4< T const > const &f3, Array4< int const > const &m3, Array4< T const > const &f4, Array4< int const > const &m4, Array4< T const > const &f5, Array4< int const > const &m5, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a728a88fbd4eec48f370c6617be34b9',1,'amrex::mlpoisson_jacobi_os(int i, int, int, Array4< T > const &phi, Array4< T const > const &rhs, Array4< T const > const &Ax, Array4< int const > const &osm, T dhx, Array4< T const > const &f0, Array4< int const > const &m0, Array4< T const > const &f1, Array4< int const > const &m1, Box const &vbox) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a0dd4ee0043f9d4bb6dcc135c32f9732b',1,'amrex::TwoD::mlpoisson_jacobi_os()']]], + ['mlpoisson_5fnormalize_13731',['mlpoisson_normalize',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9eaf0679e7d5af988ed7ff805e89f2d2',1,'amrex::mlpoisson_normalize()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html#a42e901e88111cafb3b84f39d0032e0a0',1,'amrex::TwoD::mlpoisson_normalize()']]], + ['mlpoissont_13732',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a5bccc694799572e3f31b2c7862f278ea',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa704b533c4daad5126cfabe71901aeeb',1,'amrex::MLPoissonT::MLPoissonT(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FAB > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#ae8bb112b8e057c31f2b2960ddbb42c57',1,'amrex::MLPoissonT::MLPoissonT()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a987b9536da690461737da64c367feabb',1,'amrex::MLPoissonT::MLPoissonT(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aa8afb7d2454430bac23626c25224e528',1,'amrex::MLPoissonT::MLPoissonT(MLPoissonT< MF > &&)=delete']]], + ['mlresnorminf_13733',['MLResNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a0368b810b665e00fdb1490f57eb331e0',1,'amrex::MLMGT']]], + ['mlrhsnorminf_13734',['MLRhsNormInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a07d1120af993f9d9c95c3ab9d8ae7fb2',1,'amrex::MLMGT']]], + ['mlstateredistribute_13735',['MLStateRedistribute',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a61a7588d23092462a8a0de34ebbd94',1,'amrex']]], + ['mltensor_5fcross_5fterms_13736',['mltensor_cross_terms',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab2cab819df733b89d0356224d626a877',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a95509f933f27bf95cd70b6064aaa4153',1,'amrex::mltensor_cross_terms(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mltensor_5fcross_5fterms_5ffx_13737',['mltensor_cross_terms_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1fdf14ed031a6b8519c1fc9a818dc643',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7030037af193bb2bf648e008000c57dd',1,'amrex::mltensor_cross_terms_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, Array4< Real const > const &etax, Array4< Real const > const &kapx, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept']]], + ['mltensor_5fcross_5fterms_5ffy_13738',['mltensor_cross_terms_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff33f49d1494120e79df850eaa87201e',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af7898c737927ee5e4701de85ddd893cf',1,'amrex::mltensor_cross_terms_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, Array4< Real const > const &etay, Array4< Real const > const &kapy, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fcross_5fterms_5ffz_13739',['mltensor_cross_terms_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00f22a6e30b96fc1eb9c1bb71c1b3c18',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a411e8cac6bce709a0aa74b479fb31dec',1,'amrex::mltensor_cross_terms_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, Array4< Real const > const &etaz, Array4< Real const > const &kapz, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fcross_5fterms_5fos_13740',['mltensor_cross_terms_os',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7336687a5c4493deb071aa4e4718a20c',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< Real const > const &fz, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5663d44c9283a75d4fc0a7077a0b7bf6',1,'amrex::mltensor_cross_terms_os(Box const &box, Array4< Real > const &Ax, Array4< Real const > const &fx, Array4< Real const > const &fy, Array4< int const > const &osm, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Real bscalar) noexcept']]], + ['mltensor_5fdx_5fon_5fyface_13741',['mltensor_dx_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1a721b95ca12909fdd1f2b0b733ff504',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a19ff7b7195571fcdacb29c1c6d4c0665',1,'amrex::mltensor_dx_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept']]], + ['mltensor_5fdx_5fon_5fzface_13742',['mltensor_dx_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a28e4ea0f72cf32aff7158a4ec459ab',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a83a54f1bb3bf386d9d108c441a3abd5a',1,'amrex::mltensor_dx_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dxi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdy_5fon_5fxface_13743',['mltensor_dy_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aed8a6ba3b38c4fc1abf2bc02d1ffb825',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0b625a06eff5f521a23e7a462c1218a8',1,'amrex::mltensor_dy_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdy_5fon_5fzface_13744',['mltensor_dy_on_zface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9348bb6be668d8676abbae239e898379',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4aa6643ceba8b1d5ba010cdf18bc7b86',1,'amrex::mltensor_dy_on_zface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dyi, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdz_5fon_5fxface_13745',['mltensor_dz_on_xface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8f3cf7c4ed78b565a830afb9f4781736',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5bb5d94ad59c4598d892de4b31a5b641',1,'amrex::mltensor_dz_on_xface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fdz_5fon_5fyface_13746',['mltensor_dz_on_yface',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa344491aa8595281823c18ab0d27d760',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a489781d6bf07f39bcfb01554df8b70a4',1,'amrex::mltensor_dz_on_yface(int i, int j, int k, int n, Array4< Real const > const &vel, Real dzi, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5ffill_5fcorners_13747',['mltensor_fill_corners',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abf7a8ee97af68566dd8f4172055054a9',1,'amrex']]], + ['mltensor_5ffill_5fedges_13748',['mltensor_fill_edges',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2720cbbf5d1841f831af3bb076a45675',1,'amrex::mltensor_fill_edges(Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4183dd6cfc1c77c6545fee103e4854db',1,'amrex::mltensor_fill_edges(int const bid, int const tid, int const bdim, Box const &vbox, Array4< Real > const &vel, Array4< int const > const &mxlo, Array4< int const > const &mylo, Array4< int const > const &mzlo, Array4< int const > const &mxhi, Array4< int const > const &myhi, Array4< int const > const &mzhi, Array4< Real const > const &bcvalxlo, Array4< Real const > const &bcvalylo, Array4< Real const > const &bcvalzlo, Array4< Real const > const &bcvalxhi, Array4< Real const > const &bcvalyhi, Array4< Real const > const &bcvalzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Array2D< Real, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bcl, int inhomog, int maxorder, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5ffill_5fedges_5fxhi_5fyhi_13749',['mltensor_fill_edges_xhi_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a517c60a317a8ff8fd09d50e15593336b',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fylo_13750',['mltensor_fill_edges_xhi_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f1446614bc3e77169613923023d3b18',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fzhi_13751',['mltensor_fill_edges_xhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acebe6d3b425a107fb8430c3bae65a7ff',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxhi_5fzlo_13752',['mltensor_fill_edges_xhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c655c65e332e7a06fc72ef2abaeb807',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fyhi_13753',['mltensor_fill_edges_xlo_yhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56fbb16fb40d95653e4c6435871be25c',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fylo_13754',['mltensor_fill_edges_xlo_ylo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a634a9de3292e7927e3bc311e34fd7ba4',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fzhi_13755',['mltensor_fill_edges_xlo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9afc4b9b89d5ac7eaf308e4d073f12c1',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fxlo_5fzlo_13756',['mltensor_fill_edges_xlo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f7635eb3583560ab8b191af6a5e8ceb',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fyhi_5fzhi_13757',['mltensor_fill_edges_yhi_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af95dc4f253202580282566c5e79fc50d',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fyhi_5fzlo_13758',['mltensor_fill_edges_yhi_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6f2919df8162a77fd0772e44c9fbbe84',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fylo_5fzhi_13759',['mltensor_fill_edges_ylo_zhi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6248b4c40bc29a82e0ebe59c187a2f46',1,'amrex']]], + ['mltensor_5ffill_5fedges_5fylo_5fzlo_13760',['mltensor_fill_edges_ylo_zlo',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a90c6a5b3b45c3e04b0db782173ca5ef1',1,'amrex']]], + ['mltensor_5fvel_5fgrads_5ffx_13761',['mltensor_vel_grads_fx',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8420e5daa7ea328100bbd5355c290f45',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a506e37aa50bae292445a1b892b61bf2c',1,'amrex::mltensor_vel_grads_fx(Box const &box, Array4< Real > const &fx, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvxlo, Array4< Real const > const &bvxhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fvel_5fgrads_5ffy_13762',['mltensor_vel_grads_fy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a40f5cb7b691ccd93b418b81b92200130',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c229b51daf8e677d4121e5d831964f4',1,'amrex::mltensor_vel_grads_fy(Box const &box, Array4< Real > const &fy, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvylo, Array4< Real const > const &bvyhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensor_5fvel_5fgrads_5ffz_13763',['mltensor_vel_grads_fz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae3d5f677bf29212444263b285b440852',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0e392612aae050357e634dfc868ffda6',1,'amrex::mltensor_vel_grads_fz(Box const &box, Array4< Real > const &fz, Array4< Real const > const &vel, GpuArray< Real, AMREX_SPACEDIM > const &dxinv, Array4< Real const > const &bvzlo, Array4< Real const > const &bvzhi, Array2D< BoundCond, 0, 2 *AMREX_SPACEDIM, 0, AMREX_SPACEDIM > const &bct, Dim3 const &dlo, Dim3 const &dhi) noexcept']]], + ['mltensorop_13764',['MLTensorOp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#af334ada457b300b2f6c0751555dddf4e',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aec0e97a4db88c3f6c19526090d051853',1,'amrex::MLTensorOp::MLTensorOp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a2cf6f2e2ef6c4cceed3f3a67cf4e1201',1,'amrex::MLTensorOp::MLTensorOp(MLTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a6025988cdea4ad252498aa0e0af1de94',1,'amrex::MLTensorOp::MLTensorOp(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#ad97ed45bc2dd179fe8870687841f9071',1,'amrex::MLTensorOp::MLTensorOp(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const Vector< iMultiFab const * > &a_overset_mask, const LPInfo &a_info=LPInfo(), const Vector< FabFactory< FArrayBox > const * > &a_factory={})']]], + ['modify_5fngrow_13765',['modify_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a89798a7caff182b9c8e3d5803842fd5c',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, IntVect ngrow)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a96e939e22bb7efb14a07a6f9260cce89',1,'amrex::ForkJoin::modify_ngrow(const std::string &name, int idx, IntVect ngrow)']]], + ['modify_5fsplit_13766',['modify_split',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aeeadf363cdd980b987df6b196dcd8c6d',1,'amrex::ForkJoin::modify_split(const std::string &name, Vector< ComponentSet > comp_split)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#acd674b9f0159c359a040afa7e3ba4fe8',1,'amrex::ForkJoin::modify_split(const std::string &name, int idx, Vector< ComponentSet > comp_split)']]], + ['modulus_13767',['modulus',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a332163d06c70c367f3238af4fb3dc6fd',1,'amrex::Math::FastDivmodU64']]], + ['mpi_5flevel_5fto_5fstring_13768',['mpi_level_to_string',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3557c1b3ec791b8bf6f9e9cab5c6b0d8',1,'amrex::ParallelDescriptor']]], + ['mpi_5fop_13769',['Mpi_op',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afd90fafb507b775adeafc707208573eb',1,'amrex::ParallelDescriptor']]], + ['mult_13770',['mult',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::Mask >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< HYPRE_Int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< int >::mult(const BaseFab< int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< int >::mult(const BaseFab< int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< int >::mult(int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< int >::mult(int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< int >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< HYPRE_Int >::mult(const BaseFab< HYPRE_Int > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< HYPRE_Int >::mult(HYPRE_Int const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< PetscInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< Real >::mult(Real const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< Real >::mult(Real const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< PetscInt >::mult(PetscInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< PetscInt >::mult(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< EBCellFlag >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< PetscInt >::mult(const BaseFab< PetscInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< PetscInt >::mult(PetscInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< PetscInt >::mult(PetscInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< int >::mult(const BaseFab< int > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< int >::mult(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< int >::mult(int const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< int >::mult(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'amrex::BaseFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< AtomicInt >::mult(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< AtomicInt >::mult(const BaseFab< AtomicInt > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< AtomicInt >::mult(AtomicInt const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'amrex::BaseFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'amrex::BaseFab::mult(T const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'amrex::BaseFab::mult(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'amrex::BaseFab::mult(const BaseFab< T > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'amrex::BaseFab::mult(const BaseFab< T > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'amrex::BaseFab::mult(T const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'amrex::BaseFab::mult(T const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< Real >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< AtomicInt >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< char >::mult(char const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< char >::mult(char const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< char >::mult(const BaseFab< char > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< char >::mult(const BaseFab< char > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< char >::mult(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< char >::mult(char const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< char >::mult(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< char >::mult(const BaseFab< char > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3d568e9a805b719ccf750d68e9f0b563',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a77c23670c3820173af82382063a8525d',1,'BaseFab< EBCellFlag >::mult(EBCellFlag const &r, const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a72337bc09214fce473bf77e724ef9e93',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a986a4f2008cd82f26730291a78bd5d28',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< EBCellFlag >::mult(const BaseFab< EBCellFlag > &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af4227a4c2ca3581ae44d3749849f3f86',1,'amrex::iMultiFab::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::EBCellFlagFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::Mask >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< FArrayBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< FArrayBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< IArrayBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< IArrayBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< TagBox >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< TagBox >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7df0d47826c9b346e9a5df0ff0a32666',1,'BaseFab< Real >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#af5406410d32043523bbf1731020585f1',1,'amrex::iMultiFab::mult(int val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad0f45679a0370bdb7dd411af0ace3f53',1,'amrex::iMultiFab::mult(int val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a20f88cb636e58141aff41e1ce56a7932',1,'amrex::iMultiFab::mult(int val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa9158374809b83cfd40a8092d4e63bdd',1,'amrex::MultiFab::mult(Real val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a75e0a3256784cedf410454d5bd9674e8',1,'amrex::MultiFab::mult(Real val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3f3d92f9f07cf43431b03744b50edbdb',1,'amrex::MultiFab::mult(Real val, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa872fb55fa5e6dc2008584d6d6e927b3',1,'amrex::MultiFab::mult(Real val, const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::CutFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac7dbe04481b0bd6c6f532fc2d06f95d1',1,'BaseFab< Real >::mult(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a30f381aceead942f8c703b4c5bba99ab',1,'BaseFab< Real >::mult(Real const &val, Box const &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e596c1fdc1cdef0bfd6a60cd3d3b81a',1,'BaseFab< Real >::mult(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a31b9d3f58d3529cc2ac64dab553eb294',1,'BaseFab< Real >::mult(const BaseFab< Real > &src, Box bx, SrcComp scomp, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'amrex::FabArray::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'amrex::FabArray::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< AtomicInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a179ad441a231e9d09ffebfbc7ad674fb',1,'FabArray< amrex::BaseFab< PetscInt > >::mult(value_type val, const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::CutFab >::mult()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aabc2fcb2d3b6c12974d49d5aff23ef5d',1,'FabArray< amrex::EBCellFlagFab >::mult()']]], + ['multi_5fshuffle_5fdown_13771',['multi_shuffle_down',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html#a287d2faf92608b095d6ae9eb9f97f22b',1,'amrex::Gpu::detail']]], + ['multiblockcommmetadata_13772',['MultiBlockCommMetaData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#ab10c5e2ad3652e1739eaaa8577ec551c',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const BoxArray &dstba, const DistributionMapping &dstdm, const Box &dstbox, const BoxArray &srcba, const DistributionMapping &srcdm, const IntVect &ngrow, DTOS const &dtos)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockCommMetaData.html#a07bee095114ca505ad4c3a70de926628',1,'amrex::NonLocalBC::MultiBlockCommMetaData::MultiBlockCommMetaData(const FabArrayBase &dst, const Box &dstbox, const FabArrayBase &src, const IntVect &ngrow, DTOS const &dtos)']]], + ['multicutfab_13773',['MultiCutFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a6e72abb71404d338b7ddc2570277c430',1,'amrex::MultiCutFab::MultiCutFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aaaef2d8067b4e79d9e8b222d82fffe3f',1,'amrex::MultiCutFab::MultiCutFab(const BoxArray &ba, const DistributionMapping &dm, int ncomp, int ngrow, const FabArray< EBCellFlagFab > &cellflags)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a791ee981722de3ea8241d09f96653a33',1,'amrex::MultiCutFab::MultiCutFab(MultiCutFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a13683ad147676d968ba83b1c7a1ce09b',1,'amrex::MultiCutFab::MultiCutFab(const MultiCutFab &rhs)=delete']]], + ['multifab_13774',['MultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abcce72db937ae8e326d2cb14cb114e7d',1,'amrex::MultiFab::MultiFab() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad82dfbf92b93fa09d680fe6e3bec36e5',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae5d26ea953fbc273c65f7c489511f656',1,'amrex::MultiFab::MultiFab(MultiFab &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ab61f9da32d4aad58172e8871dc992e45',1,'amrex::MultiFab::MultiFab(const MultiFab &rhs, MakeType maketype, int scomp, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c97960be1543778b979eb2a22c2b5d0',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, const IntVect &ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a89ca350582ac479d9278fa2e0ec1a9c2',1,'amrex::MultiFab::MultiFab(const BoxArray &bxs, const DistributionMapping &dm, int ncomp, int ngrow, const MFInfo &info=MFInfo(), const FabFactory< FArrayBox > &factory=FArrayBoxFactory())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a19ec88a3ec56e2af03e7d127f8edb79e',1,'amrex::MultiFab::MultiFab(Arena *a) noexcept']]], + ['multifab_13775',['multiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a0dd0ab51c70e9efaada3883aab1b8b56',1,'amrex::FabSetT::multiFab() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aaf12adc6f28b696da9085672a5507a83',1,'amrex::FabSetT::multiFab() noexcept']]], + ['multifabcopydescriptor_13776',['MultiFabCopyDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#af99970f65ef4914fc7b4269d4d13429e',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a590e4e8386d564474eafc3873a421681',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#aae458eefaa948665af2dfefd5bffe686',1,'amrex::MultiFabCopyDescriptor::MultiFabCopyDescriptor(const MultiFabCopyDescriptor &)=delete']]], + ['multifabfilefullprefix_13777',['MultiFabFileFullPrefix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a81e8d2ba5c7abaf7b2ca9bd2f43d5fb1',1,'amrex']]], + ['multifabheaderpath_13778',['MultiFabHeaderPath',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ba0c733501dc74a5d254dac0bfc47d',1,'amrex']]], + ['multigfab_13779',['MultiGFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a031d7609d94c881c63e75be491d9dafe',1,'amrex::EB2::MultiGFab::MultiGFab()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1MultiGFab.html#a499a6d7b2b720aca806b92cdb1e23382',1,'amrex::EB2::MultiGFab::MultiGFab(const BoxArray &ba, const DistributionMapping &dm)']]], + ['multileveltoblueprint_13780',['MultiLevelToBlueprint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a58624bde46f31353c6263dd50ec48bfd',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, Node &res)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a025e5b59bd3848fc86899a836d0800f2',1,'amrex::MultiLevelToBlueprint(int n_levels, const Vector< const MultiFab * > &mfs, const Vector< std::string > &varnames, const Vector< Geometry > &geoms, Real time_value, const Vector< int > &level_steps, const Vector< IntVect > &ref_ratio, conduit::Node &bp_mesh)']]], + ['multimask_13781',['MultiMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a1965badea589074d3865b6b7c258baa1',1,'amrex::MultiMask::MultiMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a82389d75715d6277535cb793627c135e',1,'amrex::MultiMask::MultiMask(const BoxArray &ba, const DistributionMapping &dm, int ncomp)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa6cb4358410dd413ca35d1ecdcc3fb0f',1,'amrex::MultiMask::MultiMask(const BoxArray &regba, const DistributionMapping &dm, const Geometry &geom, Orientation face, int in_rad, int out_rad, int extent_rad, int ncomp, bool initval)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#aa1a1571e1a1ec3db4787a6a05e38403c',1,'amrex::MultiMask::MultiMask(MultiMask &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a17295aabe1cef5654de77c7133bea544',1,'amrex::MultiMask::MultiMask(const MultiMask &rhs)=delete']]], + ['multimaskiter_13782',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMaskIter.html#a0e4dd1fe210e54dbe5f7eda35343d210',1,'amrex::MultiMaskIter']]], + ['multiply_13783',['Multiply',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aec148f53c2d7fcc3b00c9e91999d4058',1,'amrex::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ae4eab34e67e569399b7a53cbe5d9d188',1,'amrex::iMultiFab::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62db3405e4e92a2a5bd5d3d9d19698ba',1,'amrex::MultiFab::Multiply(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, int nghost)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1782d5eefcdae9512c4d9ece50a2253b',1,'amrex::MultiFab::Multiply(MultiFab &dst, const MultiFab &src, int srccomp, int dstcomp, int numcomp, const IntVect &nghost)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71808e748d2cf6ea301231f278269b70',1,'amrex::Multiply()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#a57da8c33bc706892e873bca4ff05f7ab',1,'amrex::Gpu::Atomic::Multiply(T *const prod, T const value) noexcept']]], + ['multiply_5fdevice_13784',['Multiply_device',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html#afe7501c4ae1afec6af85f031a949dbc3',1,'amrex::Gpu::Atomic']]], + ['myid_13785',['MyID',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#afc192eadbbc8aaafa7ff32cacdc8488b',1,'amrex::ParallelContext::Frame']]], + ['myproc_13786',['MyProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2fe4785cdf596f485e0087fcdf771579',1,'amrex::ParallelContext::Frame::MyProc()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a33162ef233c092e9e6fd75ab291b9b29',1,'amrex::ParallelDescriptor::MyProc() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc6941c4330302993547bfb867a1df31',1,'amrex::ParallelDescriptor::MyProc(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a61222da774be88a4ba57947bce9b0847',1,'amrex::MPMD::MyProc()']]], + ['myprocall_13787',['MyProcAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a2c1b05e38fc339f7a2275f8e32ca64e8',1,'amrex::ParallelContext']]], + ['myprocsub_13788',['MyProcSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a5f6737315bff6905419103b17acf3d06',1,'amrex::ParallelContext']]], + ['myprogid_13789',['MyProgId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a94159263c06dba87d4f0a07c513df59b',1,'amrex::MPMD']]], + ['myrankinnode_13790',['MyRankInNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa6c71d10d121a68af6b6d3b0549a6b3b',1,'amrex::ParallelDescriptor']]], + ['myrankinprocessor_13791',['MyRankInProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a83bd00b0f4fc52881764bcf3e23e7a3f',1,'amrex::ParallelDescriptor']]], + ['myrankinteam_13792',['MyRankInTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#acccfcdccaefb95d8178c5c9253113b87',1,'amrex::ParallelDescriptor']]], + ['mytask_13793',['MyTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#aed6698adf890b9907f61c1c00e81618e',1,'amrex::ForkJoin']]], + ['myteam_13794',['MyTeam',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2814a4f0e10eb279d7457e6a2935fefa',1,'amrex::ParallelDescriptor']]], + ['myteamcolor_13795',['MyTeamColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a687dc008cc6ce7831496af1f8bbfff96',1,'amrex::ParallelDescriptor']]], + ['myteamlead_13796',['MyTeamLead',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a564fb3e90a09a47e8213cdd2de4a2634',1,'amrex::ParallelDescriptor']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_e.js b/amrex-hydro/Doxygen/html/search/functions_e.js index e5b4180..05e8b02 100644 --- a/amrex-hydro/Doxygen/html/search/functions_e.js +++ b/amrex-hydro/Doxygen/html/search/functions_e.js @@ -1,183 +1,184 @@ var searchData= [ - ['n_5fthreads_5fand_5fblocks_13727',['n_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7a6b8811fb0e015cf250057bb00e6bcd',1,'amrex::Gpu::Device']]], - ['n_5fvabs_5fmultifab_13728',['N_VAbs_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab',1,'amrex::sundials']]], - ['n_5fvaddconst_5fmultifab_13729',['N_VAddConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d',1,'amrex::sundials']]], - ['n_5fvclone_5fmultifab_13730',['N_VClone_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33',1,'amrex::sundials']]], - ['n_5fvcloneempty_5fmultifab_13731',['N_VCloneEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832',1,'amrex::sundials']]], - ['n_5fvcompare_5fmultifab_13732',['N_VCompare_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36',1,'amrex::sundials']]], - ['n_5fvconst_5fmultifab_13733',['N_VConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a',1,'amrex::sundials']]], - ['n_5fvconstrmask_5fmultifab_13734',['N_VConstrMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c',1,'amrex::sundials']]], - ['n_5fvdestroy_5fmultifab_13735',['N_VDestroy_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4',1,'amrex::sundials']]], - ['n_5fvdiv_5fmultifab_13736',['N_VDiv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5',1,'amrex::sundials']]], - ['n_5fvdotprod_5fmultifab_13737',['N_VDotProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371',1,'amrex::sundials']]], - ['n_5fvgetcontent_5fmultifab_13738',['N_VGetContent_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8',1,'amrex::sundials']]], - ['n_5fvgetlength_5fmultifab_13739',['N_VGetLength_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc',1,'amrex::sundials']]], - ['n_5fvgetownmf_5fmultifab_13740',['N_VGetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1',1,'amrex::sundials']]], - ['n_5fvgetvectoralias_5fmultifab_13741',['N_VGetVectorAlias_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf',1,'amrex::sundials']]], - ['n_5fvgetvectorpointer_5fmultifab_13742',['N_VGetVectorPointer_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293',1,'amrex::sundials']]], - ['n_5fvinv_5fmultifab_13743',['N_VInv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd',1,'amrex::sundials']]], - ['n_5fvinvtest_5fmultifab_13744',['N_VInvTest_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4',1,'amrex::sundials']]], - ['n_5fvl1norm_5fmultifab_13745',['N_VL1Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9',1,'amrex::sundials']]], - ['n_5fvlinearsum_5fmultifab_13746',['N_VLinearSum_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa',1,'amrex::sundials']]], - ['n_5fvmake_5fmultifab_13747',['N_VMake_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9',1,'amrex::sundials']]], - ['n_5fvmaxnorm_5fmultifab_13748',['N_VMaxNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa',1,'amrex::sundials']]], - ['n_5fvmin_5fmultifab_13749',['N_VMin_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046',1,'amrex::sundials']]], - ['n_5fvminquotient_5fmultifab_13750',['N_VMinQuotient_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff',1,'amrex::sundials']]], - ['n_5fvnew_5fmultifab_13751',['N_VNew_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e',1,'amrex::sundials']]], - ['n_5fvnewempty_5fmultifab_13752',['N_VNewEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498',1,'amrex::sundials']]], - ['n_5fvprod_5fmultifab_13753',['N_VProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd',1,'amrex::sundials']]], - ['n_5fvscale_5fmultifab_13754',['N_VScale_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7',1,'amrex::sundials']]], - ['n_5fvsetownmf_5fmultifab_13755',['N_VSetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74',1,'amrex::sundials']]], - ['n_5fvspace_5fmultifab_13756',['N_VSpace_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2',1,'amrex::sundials']]], - ['n_5fvwl2norm_5fmultifab_13757',['N_VWL2Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd',1,'amrex::sundials']]], - ['n_5fvwrmsnorm_5fmultifab_13758',['N_VWrmsNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7',1,'amrex::sundials']]], - ['n_5fvwrmsnormmask_5fmultifab_13759',['N_VWrmsNormMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1',1,'amrex::sundials']]], - ['name_13760',['name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1a14b155268a2e05884a92114d66eaa7',1,'amrex::DeriveRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a9fcabb5a67a004d3001fa8987ef6c1d8',1,'amrex::ErrorRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a1c3308f0a08a991d3b3d2576e9d1e149',1,'amrex::StateDescriptor::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a06e0f836743b4313fdd706e28e365d65',1,'amrex::MLNodeTensorLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a32ac8e52543365ce2565213c83725f15',1,'amrex::MLNodeLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4b31dd42e50b3cdeca609dfd22fb79ce',1,'amrex::MLNodeABecLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'MLLinOpT< Array< MultiFab, 3 > >::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'amrex::MLLinOpT::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1abd0ae30a7a51ffe7672505fd171c2d',1,'amrex::MLEBNodeFDLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90ed4bd36cb7bb9fc00d6080ff823d64',1,'amrex::MLCurlCurl::name()']]], - ['nametagentry_13761',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a6f68697cdef968b39588884f6053782c',1,'CommProfStats::NameTagEntry']]], - ['nametagnames_13762',['NameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e869b70af44fbff24da4e5462638ab0',1,'CommProfStats']]], - ['namrlevels_13763',['NAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'amrex::MLLinOpT::NAMRLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'MLLinOpT< Array< MultiFab, 3 > >::NAMRLevels()']]], - ['native32realdescriptor_13764',['Native32RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a56bb549e278ccc2611fd389c3d2b6bdb',1,'amrex::FPC']]], - ['native64realdescriptor_13765',['Native64RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a3e122a19b07bc732bf83c360354ef2a4',1,'amrex::FPC']]], - ['nativeintdescriptor_13766',['NativeIntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9cad45e259106beaa8e4dc56f613bd06',1,'amrex::FPC']]], - ['nativelongdescriptor_13767',['NativeLongDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a6f67a43bd516bcc9547cb3b76424b2b8',1,'amrex::FPC']]], - ['nativerealdescriptor_13768',['NativeRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ab470772000cfb5f507edc5f294383bbc',1,'amrex::FPC']]], - ['nblocks_13769',['nBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad3b68748407c6998576e254be21d70f2',1,'amrex::ReduceData::nBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aa7ac26fc429cbaf9db787e3400d11d08',1,'amrex::ReduceData::nBlocks(gpuStream_t const &s)']]], - ['nbytes_13770',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< PetscInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< PetscInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< HYPRE_Int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< HYPRE_Int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< EBCellFlag >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< EBCellFlag >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< char >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< char >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< AtomicInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< AtomicInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'amrex::BaseFab::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'amrex::BaseFab::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::openbc::MomTag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::STLtools::Triangle >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::XDim3 >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int *, DefaultAllocator< const int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< index_type >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int *, DefaultAllocator< int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< std::size_t >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< unsigned int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::NeighborCode >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::BoxND >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'amrex::PODVector::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< amrex::FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'amrex::FabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#aef5ff6c3751771217568c9dbe50c4880',1,'amrex::detail::CutFabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< Real >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< Real >::nBytes() const noexcept']]], - ['nbytesowned_13771',['nBytesOwned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< EBCellFlag >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'amrex::BaseFab::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< AtomicInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< Real >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< PetscInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< HYPRE_Int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< char >::nBytesOwned()']]], - ['ncomp_13772',['nComp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4',1,'amrex::nComp(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27531cc00ae88701b82d827296ac6496',1,'amrex::nComp(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831e9baa65c6e3a16119230c16dec212',1,'amrex::StateDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< HYPRE_Int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af2a7f57c4c0eba9dbf8e38dd84572eb2',1,'amrex::PlotFileDataImpl::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ae420ff73e7a6ac0310736a01f1a6dbc1',1,'amrex::PlotFileData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a36d695b32af9b38493af2d60083ff6ba',1,'amrex::MultiMask::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a3b4fcaf2fed76d9722c8a476ce1a5ce8',1,'amrex::MultiCutFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#af8c25dc77c81cfd2e133f1ed79fe0032',1,'amrex::FluxRegister::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1b171b05c525c1833805b9c1e71f8368',1,'amrex::FabSetT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aec6647af0d0a9f2d760d502a8975d6f1',1,'amrex::FabArrayBase::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a47ea706bedc5e03c2a5556da50801cf3',1,'amrex::CellData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1052f19a1566840110263a9ebe9c3587',1,'amrex::BndryDataT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< Real >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< PetscInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#adec7196972698a4a61e5d5eed628aa8c',1,'amrex::VisMF::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< EBCellFlag >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< char >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< AtomicInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'amrex::BaseFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< Real const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'amrex::Array4::nComp()']]], - ['ncomp_13773',['NComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad096b226eb7958f5d2bbd63449b077d2',1,'amrex::AmrData']]], - ['ncompptr_13774',['nCompPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'amrex::BaseFab::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< AtomicInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< char >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< EBCellFlag >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< HYPRE_Int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< PetscInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< Real >::nCompPtr()']]], - ['ncycle_13775',['nCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5858409b6a0c53ac8e09fd9601a44dcd',1,'amrex::Amr']]], - ['nddoit_13776',['nddoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a204c931ee9d67ff355ad6a4d17d8f0ae',1,'amrex::GpuBndryFuncFab']]], - ['ndims_13777',['ndims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'amrex::BoxND::ndims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'BoxND< AMREX_SPACEDIM >::ndims()']]], - ['nearest_13778',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#acba181eace70e13912251e82d7b76745',1,'amrex::ParticleInterpolator::Nearest']]], - ['needinitialization_13779',['needInitialization',['../classHydro_1_1MacProjector.html#a810a7a05b1bcc6729b3bd68022073e70',1,'Hydro::MacProjector']]], - ['needscoarsedataforbc_13780',['needsCoarseDataForBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'MLLinOpT< Array< MultiFab, 3 > >::needsCoarseDataForBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'amrex::MLLinOpT::needsCoarseDataForBC()']]], - ['needsupdate_13781',['needsUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a8fb6d1048cec22ab43f69b7d91ccce1d',1,'amrex::MLTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aecca19e63305762f008c9965c37b34e4',1,'amrex::MLNodeABecLaplacian::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'MLLinOpT< Array< MultiFab, 3 > >::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'amrex::MLLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a28c6954110a23fa141f9ab6420086999',1,'amrex::MLEBTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a95ea231a7ff288e48c9209aa44210bcd',1,'amrex::MLEBABecLap::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afb2f8218dcad4df69508e7ea795c2aaf',1,'amrex::MLCellLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a972b0c17208b96e3bc1c41d688ebf5d2',1,'amrex::MLCellABecLapT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac016de333c8459f75c458870a8a3b384',1,'amrex::MLALaplacianT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af42c52eb173946c7ff2628ef20e2a89a',1,'amrex::MLABecLaplacianT::needsUpdate()']]], - ['negate_13782',['negate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ff818a86f791cca374edbe34bb6830',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4ba968b0fae543587863290a60b49716',1,'amrex::iMultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< AtomicInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< EBCellFlag >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< EBCellFlag >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< EBCellFlag >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< EBCellFlag >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< char >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< char >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< char >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< char >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< AtomicInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< AtomicInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< AtomicInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'amrex::BaseFab::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'amrex::BaseFab::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'amrex::BaseFab::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9939b447c0dc1a130c6952d2b376f8ad',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'amrex::BaseFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< Real >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< int >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< int >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< PetscInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< PetscInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< PetscInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< PetscInt >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7cd1360a57300fc2e5eb5afdf6ff1dc',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< Real >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< Real >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< Real >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aeac56ffb9329f6269e866cff504adc9e',1,'amrex::iMultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3774fde1c4d962bde2f98da96e9e0d55',1,'amrex::iMultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a22c3343ab661a9ad5e7003b03ca66e1f',1,'amrex::iMultiFab::negate(const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#acaf881689685c3fa82ed65829f6be4c3',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< HYPRE_Int >::negate()']]], - ['neighborcommtag_13783',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a51890965f001619b2e6bba4ba983765e',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['neighborcopytag_13784',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a69740b5a47d3cbb97f2aac1632b6878b',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a60c58a36225c377967e515df8da5c0ea',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag(int a_level, int a_grid, int a_tile)']]], - ['neighbordata_13785',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a7f2e9c324bce9a494b544b608d346999',1,'amrex::NeighborData']]], - ['neighborindexmap_13786',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab2f3d4a7c0474c6897f33a5bcbae2def',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['neighborparticlecontainer_13787',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aec6aa68d7cccf38bf8f2ece89e2e47ad',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(ParGDBBase *gdb, int ncells)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a85456475575ab6d83ef479080e989a74',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a186b8b589b18098582292879a91ccf87',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adff18120eea0cf9a843f2779fa7afb80',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8e16762fd9648d7b623cff439d75e888',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(NeighborParticleContainer &&)=default']]], - ['neighborprocs_13788',['NeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a444a7a4f352c7d70ab530e09facc7894',1,'amrex::ParticleContainerBase']]], - ['neighbors_13789',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a78add4fa0c929801818ea1db168eb81c',1,'amrex::Neighbors']]], - ['neighbortask_13790',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#ac124f082ce98a9d25b4212b94b68a316',1,'amrex::NeighborParticleContainer::NeighborTask']]], - ['neighintcoords_13791',['neighIntCoords',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a9483f0f0bc23a2e7f70ba279d56a5c9b',1,'amrex::btUnit']]], - ['nerrorbuf_13792',['nErrorBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5199bceb8775542859c6b51d0a2100c',1,'amrex::AmrMesh']]], - ['nerrorbufvect_13793',['nErrorBufVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a071011d3702ecfc14ebc0f61a30a50ed',1,'amrex::AmrMesh']]], - ['nestsets_13794',['Nestsets',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b',1,'amrex']]], - ['neumann_5fscale_13795',['neumann_scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908',1,'amrex::neumann_scale(int i, int j, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d',1,'amrex::neumann_scale(int i, int j, int k, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], - ['new_13796',['New',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a41f3c8b6a7d66e0b17a4e9869c8c9b40',1,'amrex::AmrDataAdaptor::New()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a85eaea376d002e3fdfaa2082cd2a30cf',1,'amrex::AmrMeshDataAdaptor::New()']]], - ['new_5fchop_13797',['new_chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a334eb4810f3a2efcf713b44eee9d4d7b',1,'amrex::Cluster::new_chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aa556ac17a14c8ed6b6280bae1ab48be5',1,'amrex::ClusterList::new_chop()']]], - ['newdata_13798',['newData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a2351d4871d6a5f299b26c1d6150690a7',1,'amrex::StateData::newData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5a81beda34e62a92aadd7941bcc5157e',1,'amrex::StateData::newData() const noexcept']]], - ['newdistfcnelement2d_13799',['newDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a73a47ce03d2add3e6b72d53c2dbef76e',1,'amrex::distFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a557c0955469be67746ebf22ad98ba341',1,'amrex::LineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0f6b387cfd46f49845c6739bf394bd83',1,'amrex::SplineDistFcnElement2d::newDistFcnElement2d()']]], - ['newgrid_13800',['newGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a85837b66263e6415ba8a9b4830749ac8',1,'amrex::StateData']]], - ['newrealdescriptor_13801',['newRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab94bb7aa5faab13c6cd95f1fe9109649',1,'amrex::RealDescriptor']]], - ['next_13802',['next',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'BoxND< AMREX_SPACEDIM >::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'amrex::BoxND::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7f3c17e356fa82fa08928ed417493761',1,'amrex::BoxIterator::next()']]], - ['nextid_13803',['NextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8d6c15b2cd00fcee655a8b9b90a29e8d',1,'amrex::SoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad5a5330128743262d4531ebb62a635bc',1,'amrex::ConstSoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a9a4c7eb8fdcbc8c084dc950fea9fc53d',1,'amrex::ConstSoAParticle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a2fcbaec8aac910c864f4a210d48d9c93',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#acfec109fc6821c1e45db900b4adc6779',1,'amrex::Particle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#af52db92778d76b160a15800015159367',1,'amrex::SoAParticle::NextID()']]], - ['nextra_13804',['nExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae8e2531823af7371e1df8e414a8c6fd9',1,'amrex::StateDescriptor']]], - ['nfabcomtags_13805',['nFabComTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'amrex::FabArrayCopyDescriptor::nFabComTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'FabArrayCopyDescriptor< FArrayBox >::nFabComTags()']]], - ['nfabcopydescs_13806',['nFabCopyDescs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'amrex::FabArrayCopyDescriptor::nFabCopyDescs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'FabArrayCopyDescriptor< FArrayBox >::nFabCopyDescs()']]], - ['nfilesiter_13807',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a50735b1e0f0c04d53e60371d210d50f2',1,'amrex::NFilesIter::NFilesIter(int noutfiles, std::string fileprefix, bool groupsets, bool setBuf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a41bf610b1a4c7439a960fa7589c09f53',1,'amrex::NFilesIter::NFilesIter(std::string fileName, Vector< int > readRanks, bool setBuf=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6da73e54601733abbefb73b558441299',1,'amrex::NFilesIter::NFilesIter(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9f952996fef2f589f9d82962ab7b4ff7',1,'amrex::NFilesIter::NFilesIter(NFilesIter &&)=delete']]], - ['ngrow_13808',['NGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a2f6daf12771b72f61d675a618378fab6',1,'amrex::AMRErrorTag::NGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93648bc3842b67bb1dffa164bdd5f0d1',1,'amrex::AmrData::NGrow()']]], - ['ngrow_13809',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a887f01ad484d73b2eaab8ef3e9568d88',1,'amrex::VisMF::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ae8d90e43fe323739131b52c834c46dd7',1,'amrex::MultiCutFab::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92cef599b0ae34401a5463ec6fddc606',1,'amrex::FabArrayBase::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a4caa93d2bc0ad73faf33ca05ae0b5933',1,'amrex::ErrorRec::nGrow()']]], - ['ngrowfilled_13810',['nGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a76a6089045a5d690f809bd0d2e7c51ab',1,'amrex::FabArrayBase']]], - ['ngrowvect_13811',['nGrowVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a07b1ead2f2b6a21362bcfbe6fa0cc784',1,'amrex::VisMF::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0',1,'amrex::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0598988ee34f3885bd6d2a4787a8f427',1,'amrex::FabArrayBase::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a292f4e9beba78cb32fd18b72fc06fd9d',1,'amrex::EB2::Level::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a64b61a21bf164a8ce959ba06b3ed2a30',1,'amrex::PlotFileData::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac25341d29a4bdd3d3ba354f2263a8c54',1,'amrex::PlotFileDataImpl::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e',1,'amrex::nGrowVect(FabArrayBase const &fa)']]], - ['nhops_13812',['NHops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6',1,'amrex']]], - ['nintersectinggrids_13813',['NIntersectingGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a766fc8383910abe6808b900bb63ce574',1,'amrex::AmrData']]], - ['nmglevels_13814',['NMGLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'MLLinOpT< Array< MultiFab, 3 > >::NMGLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'amrex::MLLinOpT::NMGLevels()']]], - ['nodalprojector_13815',['NodalProjector',['../classHydro_1_1NodalProjector.html#a219adbfe97a55251ead89933019ba2bb',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#a04173a645594d28dfd95a1642dfdb2a4',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#aceb54cb364c01ef46ae8812f01aae1bd',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Real a_const_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})']]], - ['nodalsync_13816',['nodalSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a0e84e7809b2a53d3c039783fdb5c33a2',1,'amrex::MLNodeLinOp']]], - ['nodaltilebox_13817',['nodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7a17b4a775ec84d2987cb480c38ed271',1,'amrex::MFIter']]], - ['node_13818',['Node',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#afe41c39814d8c215e3c61d9b68b84a8b',1,'amrex::CArena::Node']]], - ['nodebilin_5finterp_13819',['nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05',1,'amrex']]], - ['nodebilin_5fslopes_13820',['nodebilin_slopes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab65c065625bd439361885b059b19fd38',1,'amrex']]], - ['nodecentered_13821',['nodeCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'amrex::IndexTypeND::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'amrex::IndexTypeND::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered(int dir) const noexcept']]], - ['nofabheader_13822',['NoFabHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af7f852d2d1e0656e85e58dcf5ba364b1',1,'amrex::VisMF']]], - ['nonesuch_13823',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac31cc5ce552668f79bbc820c8d7998e0',1,'amrex::detail::Nonesuch::Nonesuch()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a5ab6a79913277546a5e11028e6e427ef',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a98dec8e1541181c79d10e63ba228f266',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch &&)=delete']]], - ['nonperiodic_13824',['NonPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a194e779bf59d1700830a35cecb5271a5',1,'amrex::Periodicity']]], - ['norm_13825',['norm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023',1,'amrex::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< PetscInt >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'amrex::BaseFab::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'amrex::BaseFab::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< AtomicInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< AtomicInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< char >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< char >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< EBCellFlag >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< EBCellFlag >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< Real >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< Real >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< PetscInt >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< int >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< int >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< HYPRE_Int >::norm()']]], - ['norm0_13826',['norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6f5159e97350762eba3263f11ba3e653',1,'amrex::MultiFab::norm0(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a93902e69dd534d7a84cfbdc1acf32e',1,'amrex::MultiFab::norm0(int comp, int ncomp, IntVect const &nghost, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a727b71bae4005883ea88221157184346',1,'amrex::MultiFab::norm0(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c8965900aefbe0681bf72cb489b7027',1,'amrex::MultiFab::norm0(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const']]], - ['norm1_13827',['norm1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ba8fc4756c0621e3872055ffce31b0',1,'amrex::MultiFab::norm1(const Vector< int > &comps, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afcdc4aaf73896a44ad364520af9a7398',1,'amrex::MultiFab::norm1(int comp=0, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5879f0308ed537286037a041e32fd810',1,'amrex::MultiFab::norm1(int comp, const Periodicity &period, bool ignore_covered=false) const']]], - ['norm2_13828',['norm2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a933d1dd75c4441bf922f8c5baa931be4',1,'amrex::MultiFab::norm2(const Vector< int > &comps) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0982c02422dcb603d1c5129d744d6611',1,'amrex::MultiFab::norm2(int comp, const Periodicity &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa0b6bb4fb2ee206356cd613ed8458b8f',1,'amrex::MultiFab::norm2(int comp=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac83213b50387ae52458f8f43473f72db',1,'amrex::GMRESMLMGT::norm2()']]], - ['norm_5finf_13829',['norm_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a65945094568d6e9ab21b7b1852c4afd8',1,'amrex::MLCGSolverT']]], - ['normalize_13830',['normalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'amrex::MLLinOpT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a557eb6e2ad1b92790b50e1781835b692',1,'amrex::MLPoissonT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a226c4f4fd178eb4d5d4bc33172c44b57',1,'amrex::MLNodeLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'amrex::BoxND::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'BoxND< AMREX_SPACEDIM >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa8139012779454a901a8d4697174bd1e',1,'amrex::MLABecLaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ab6e413473dfba935e5169b5db1edcb56',1,'amrex::MLALaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a46a2ca99991a5f651d7a44004618ddaf',1,'amrex::MLEBABecLap::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab93f943cc0e03e4f1d5966700f3edf85',1,'amrex::MLEBNodeFDLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'MLLinOpT< Array< MultiFab, 3 > >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a62fd449657643195c0f313982a6cd3c9',1,'amrex::MLNodeTensorLaplacian::normalize()']]], - ['normhelper_13831',['NormHelper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c',1,'amrex::NormHelper(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, F const &f, int numcomp, IntVect nghost, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3',1,'amrex::NormHelper(const MMF &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, Pred const &pf, F const &f, int numcomp, IntVect nghost, bool local)']]], - ['normhelper_5fnvector_5fmultifab_13832',['NormHelper_NVector_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad',1,'amrex::sundials']]], - ['norminf_13833',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'amrex::FabArray::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'amrex::FabArray::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false,[[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()']]], - ['norminf_13834',['normInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a6da7b56049ef0af652cdac637f1ce1e6',1,'amrex::MLNodeLinOp::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'MLLinOpT< Array< MultiFab, 3 > >::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'amrex::MLLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a54b8f0a39566eee4ef913f6bad712d9f',1,'amrex::MLCurlCurl::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6207e307cf8edda53498feebe2abb2e3',1,'amrex::MLCellLinOpT::normInf()']]], - ['norminf_13835',['norminf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4',1,'amrex::norminf(MF const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc',1,'amrex::norminf(Array< MF, N > const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::Mask >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a92b462cb3d7c55a7d3277aaa9e3e0ff3',1,'amrex::MultiFab::norminf(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc7329288ae6f73f8fd7eda95e49b8ba',1,'amrex::MultiFab::norminf(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d57175907c89a969b9b5392631e65cf',1,'amrex::MultiFab::norminf(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< TagBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< TagBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< IArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< IArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< FArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< FArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::Mask >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::EBCellFlagFab >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::EBCellFlagFab >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::CutFab >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::CutFab >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const']]], - ['norminfmask_13836',['norminfmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< HYPRE_Int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< EBCellFlag >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< Real >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< PetscInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< char >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< AtomicInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'amrex::BaseFab::norminfmask()']]], - ['nosyncregion_13837',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#a145be1ff4432aa6033daa6e1bed33e89',1,'amrex::Gpu::NoSyncRegion']]], - ['not_5fproper_13838',['not_proper',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a36963c5b419723010d58909d4528c0dc',1,'sdcquadrature_mod']]], - ['notify_13839',['Notify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a9b651e401d0a75620501243cc1171a63',1,'amrex::AsyncOut']]], - ['notingraphregion_13840',['notInGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a73a7f12036e7cda0332aec8185d4c330',1,'amrex::Gpu']]], - ['notinlaunchregion_13841',['notInLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e6abda3339e4295716d7e2ff78e9603',1,'amrex::Gpu']]], - ['nproc_13842',['nproc',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a270e92ee4f1f540aac7584aaa5bd29d1',1,'hacc::Distribution']]], - ['nproc_5f1d_13843',['nproc_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a389e9aa244bb6052e5ba6f1776548ad3',1,'hacc::Distribution::nproc_1d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a175c07e801cbc6cc30901a4d963e0eb5',1,'hacc::Distribution::nproc_1d(int i) const']]], - ['nproc_5f2d_5fx_13844',['nproc_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abe531df2570a6fcb99bd9ad2b420eb5e',1,'hacc::Distribution::nproc_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae4ba1916cd912bf0482f3b8eda232248',1,'hacc::Distribution::nproc_2d_x() const)[3]']]], - ['nproc_5f2d_5fy_13845',['nproc_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#adc3946938e3db3d1ff7b445a0a1f590d',1,'hacc::Distribution::nproc_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afc72250908cb3a420de0e48180ba060f',1,'hacc::Distribution::nproc_2d_y() const)[3]']]], - ['nproc_5f2d_5fz_13846',['nproc_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab21736808a07fa9f8cc43457152f844b',1,'hacc::Distribution::nproc_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afe5148576a314c5e950c578b53cfc181',1,'hacc::Distribution::nproc_2d_z() const)[3]']]], - ['nproc_5f3d_13847',['nproc_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad7e02f33cb0f88c1f2dd5ec198c2ac90',1,'hacc::Distribution::nproc_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aca1bbb2cd1f2b41c307186df58b44fe2',1,'hacc::Distribution::nproc_3d() const)[3]']]], - ['nproc_5fkspace_13848',['nproc_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad81b75eb59e5cc74e7ab13e904d66c11',1,'hacc::Dfft::nproc_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a7acb4a231d8f4ac7cebe7290e154e32c',1,'hacc::Dfft::nproc_kspace(int i) const']]], - ['nproc_5frspace_13849',['nproc_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a528f9827a3c2afa6e8b223b9ebb89b3b',1,'hacc::Dfft::nproc_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#addd454e0e45d8052ce1c5cbace27e643',1,'hacc::Dfft::nproc_rspace(int i) const']]], - ['nprocs_13850',['NProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9b529bc7c103b596cb3c24ce70c28e93',1,'amrex::ParallelContext::Frame::NProcs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7fe765fcc8bfc4c409483424a83fccf8',1,'amrex::ParallelDescriptor::NProcs(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa191723b5d24ceaf64e9d49f542cfcc2',1,'amrex::ParallelDescriptor::NProcs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3df5e063f2b14481feae8cea0d6d44d1',1,'amrex::MPMD::NProcs()']]], - ['nprocsall_13851',['NProcsAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a60d5e1f262d2f29ca794f9df65429c25',1,'amrex::ParallelContext']]], - ['nprocspernode_13852',['NProcsPerNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0',1,'amrex::ParallelDescriptor']]], - ['nprocsperprocessor_13853',['NProcsPerProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab8d97816d7145428dcd6bf6d1a1b9a91',1,'amrex::ParallelDescriptor']]], - ['nprocssub_13854',['NProcsSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa7f481a6be5e8f2eefbe9448135a3843',1,'amrex::ParallelContext']]], - ['nprocstask_13855',['NProcsTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3b7821d6402f8c532e1ca31bef733a75',1,'amrex::ForkJoin']]], - ['nproper_13856',['nProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa1e59b567c58d9ba22c9e56f8138a22a',1,'amrex::AmrMesh']]], - ['nsolve_13857',['NSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a46bbc0ba9d09d6eaab3ee0cc47d4d0bb',1,'amrex::MLMGT']]], - ['nstep_13858',['nStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac66753a2ff2df956a5df08dd6cb9f81a',1,'amrex::AmrLevel']]], - ['nstreamerrors_13859',['NStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae894808026adb5099b7b36f193f39f7c',1,'amrex::StreamRetry']]], - ['ntasks_13860',['NTasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0f117148e0f71675c66d2658a49c75cc',1,'amrex::ForkJoin']]], - ['nteams_13861',['NTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c',1,'amrex::ParallelDescriptor']]], - ['num_5fcuts_13862',['num_cuts',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545',1,'amrex::EB2::detail']]], - ['num_5fneighbor_5fcells_13863',['num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d',1,'amrex_ebcellflag_module']]], - ['numactivelevels_13864',['NumActiveLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a173fd151597a60eff340740888fa3ec5',1,'amrex::InSituUtils']]], - ['numamrlevels_13865',['numAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad2c6df179eb4acd5061de72341881c63',1,'amrex::MLMGT']]], - ['numberofparticlesatlevel_13866',['NumberOfParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'amrex::ParticleContainer_impl::NumberOfParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesAtLevel()']]], - ['numberofparticlesingrid_13867',['NumberOfParticlesInGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'amrex::ParticleContainer_impl::NumberOfParticlesInGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesInGrid()']]], - ['numberstofname_13868',['NumbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa09149b400a4bae78fc4f423b31da1d5',1,'RegionsProfStats']]], - ['numbins_13869',['numBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'amrex::DenseBins::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< ParticleType >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< typename amrex::ParticleTileData >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aacee8f0ffcd3fbd6c14e58c08460d232',1,'amrex::SparseBins::numBins()']]], - ['numboxesonproc_13870',['numBoxesOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae49a5f3c31d93b4574c8622b49919f6e',1,'amrex::ParticleBufferMap']]], - ['numbuckets_13871',['numBuckets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5f6573698022ddf444d521dd4eb749a4',1,'amrex::ParticleBufferMap']]], - ['numbytes_13872',['numBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#aef80f57bdb73ad655c6f24d6ee58ef75',1,'amrex::IntDescriptor::numBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af8ad7b8bf71293f96dba2d963d446c21',1,'amrex::RealDescriptor::numBytes()']]], - ['numcoarsenopt_13873',['NumCoarsenOpt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048',1,'amrex::EB2']]], - ['numcomps_13874',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a810ccab9fa653cd2a504f2539eaa4c1f',1,'amrex::NumComps']]], - ['numcopies_13875',['numCopies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a050152eacb86c574850379b45a619750',1,'amrex::ParticleCopyOp']]], - ['numdatalogs_13876',['NumDataLogs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a22c7ccfe95fd35cc2a2c6629a8e3edbc',1,'amrex::Amr']]], - ['numderive_13877',['numDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a25e0f9ede414df537ec2a017dc936afd',1,'amrex::DeriveRec']]], - ['numderivefunc_13878',['NumDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a11275d3515db9c31ef424271070717c2',1,'amrex::AmrData::NumDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad56b42613a172cda5bb3b556adbcdc88',1,'amrex::DataServices::NumDeriveFunc()']]], - ['numdevicepartners_13879',['numDevicePartners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a075aaf3af23ffd79ae8025ab4fa19f62',1,'amrex::Gpu::Device']]], - ['numdevicesused_13880',['numDevicesUsed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aaad1273663de56c788b3809ed7537a4e',1,'amrex::Gpu::Device']]], - ['numgpustreams_13881',['numGpuStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a1bc8d3f83c8bce5e14d50e06667d28ce',1,'amrex::Gpu::Device::numGpuStreams()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a920dd19f186b2276d9bbdb14d117565c',1,'amrex::Gpu::numGpuStreams()']]], - ['numgrids_13882',['numGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8affd8de32d5fc666795d5a13a39e45',1,'amrex::Amr::numGrids() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8727954d78b0edddf953091df0cdcb8f',1,'amrex::Amr::numGrids(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae93e34dd07b1784fc7fe902331d232b2',1,'amrex::AmrLevel::numGrids()']]], - ['numintcomps_13883',['NumIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'amrex::ParticleContainer_impl::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a036135b388b4a68fc8fdac9e6c5572f5',1,'amrex::ParticleTile::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af8037383212b93e6a701d263167baa31',1,'amrex::StructOfArrays::NumIntComps()']]], - ['numitems_13884',['numItems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< typename amrex::ParticleTileData >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'amrex::DenseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a88234f341b867559fe25f8a25cc53ebb',1,'amrex::SparseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< ParticleType >::numItems()']]], - ['numlevels_13885',['numLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a49a5c4338ca4f54619acb1f4890df2fa',1,'amrex::ParticleBufferMap::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a6ec01a89cd77b4473dc1895e1a2b1ebe',1,'amrex::ParticleContainerBase::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2f919f166a2034f65af90c480a914a0e',1,'amrex::ParticleCopyOp::numLevels()']]], - ['numlocaltiles_13886',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afbbd9093cd125af3cebbc8f8231bb142',1,'amrex::MFIter']]], - ['numlocaltilesatlevel_13887',['numLocalTilesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'amrex::ParticleContainer_impl::numLocalTilesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numLocalTilesAtLevel()']]], - ['nummultiprocessors_13888',['numMultiProcessors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5994da17716f6dc6a06e1a1cc2d88a96',1,'amrex::Gpu::Device']]], - ['numneighborparticles_13889',['numNeighborParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2b17bacea66d302e68ec631032d97300',1,'amrex::ArrayOfStructs::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'amrex::ParIterBase_impl::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a67d9df04de8fa70ac8b9c43325febff3',1,'amrex::ParticleTile::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#afaecde6af6e4779bf8bb2d786dec40fd',1,'amrex::StructOfArrays::numNeighborParticles()']]], - ['numneighbors_13890',['numNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#af34e94b1e9993776430b19dc57f3c28f',1,'amrex::EBCellFlag']]], - ['numparticles_13891',['numParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a97dc58478a9add0babfd5503f5655876',1,'amrex::ArrayOfStructs::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#adf1e6c502e74a6b79d9c6eda78a98abd',1,'amrex::NeighborList::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'amrex::ParIterBase_impl::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a80fc21d171f28db059190e234fa36642',1,'amrex::ParticleTile::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a82f411b26eab317ad15c998f4a72e863',1,'amrex::StructOfArrays::numParticles()']]], - ['numparticlesoutofrange_13892',['numParticlesOutOfRange',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210',1,'amrex::numParticlesOutOfRange(PC const &pc, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c',1,'amrex::numParticlesOutOfRange(PC const &pc, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b',1,'amrex::numParticlesOutOfRange(Iterator const &pti, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320',1,'amrex::numParticlesOutOfRange(Iterator const &pti, int nGrow)']]], - ['numpoints_13893',['NumPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab7d3fea37a1ad8e9a2adb1891d989340',1,'amrex::XYPlotDataList']]], - ['numpts_13894',['numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< char >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'amrex::BaseFab::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'BoxND< AMREX_SPACEDIM >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'amrex::BoxND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5520d0eb57f16ca5f98f5c85bcc310b8',1,'amrex::BoxIndexerND< 1 >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ae852e51f5e19dac43938ee4476361f21',1,'amrex::BoxIndexerND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5f25bd92e654851319f55a17ee276723',1,'amrex::BoxArray::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< Real >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< PetscInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< HYPRE_Int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< EBCellFlag >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< AtomicInt >::numPts()']]], - ['numrange_13895',['numRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae3ef04ba562b5538b6248daba20c6f44',1,'amrex::DeriveRec']]], - ['numrealcomps_13896',['NumRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'amrex::ParticleContainer_impl::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01a4c2d3cd20e84801f49f31c8305349',1,'amrex::ParticleTile::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a6b104504a3540a44182a1ad408d5cfa7',1,'amrex::StructOfArrays::NumRealComps()']]], - ['numrealparticles_13897',['numRealParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab9d2ce3721f6d4039d09f4464683c5e7',1,'amrex::ArrayOfStructs::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'amrex::ParIterBase_impl::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae905e32844864462ec7a0ddf7a666ee4',1,'amrex::ParticleTile::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac6d3cee84ea6fbae0bf95bcd36c536fa',1,'amrex::StructOfArrays::numRealParticles()']]], - ['numruntimeintcomps_13898',['NumRuntimeIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'amrex::ParticleContainer_impl::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abbd0ed100a7511e702da44782d06f360',1,'amrex::ParticleTile::NumRuntimeIntComps()']]], - ['numruntimerealcomps_13899',['NumRuntimeRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'amrex::ParticleContainer_impl::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a94b4d2e5f90cdfc640740a2dc1b8be4e',1,'amrex::ParticleTile::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeRealComps()']]], - ['numstate_13900',['numState',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a0a07b4ad438414db0b1c0aa86c0556dc',1,'amrex::DeriveRec']]], - ['numstates_13901',['numStates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa9666a2babd9d59a595a2c3695f38f00',1,'amrex::AmrLevel']]], - ['numtag_13902',['numTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a63a315fa3deb62851baf4e607d0c8c03',1,'amrex::Cluster::numTag() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad765826ea9e9762f2328cac81faefc5c',1,'amrex::Cluster::numTag(const Box &b) const noexcept']]], - ['numthreadsperblockparallelfor_13903',['numThreadsPerBlockParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99d3039071c1009b16e08b63b63013db',1,'amrex::Gpu']]], - ['numtilesinbox_13904',['numTilesInBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c',1,'amrex']]], - ['numtotalparticles_13905',['numTotalParticles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3b487649b8128cc37a6f35f913229d00',1,'amrex::ParticleTile::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a5a933c9ef33ad84f474f9c6b2b90b2a8',1,'amrex::ArrayOfStructs::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a15e05a661b50a2637a764ccadfb23f53',1,'amrex::StructOfArrays::numTotalParticles()']]], - ['numuniquephysicalcores_13906',['numUniquePhysicalCores',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2',1,'amrex']]] + ['n_5fthreads_5fand_5fblocks_13797',['n_threads_and_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a7a6b8811fb0e015cf250057bb00e6bcd',1,'amrex::Gpu::Device']]], + ['n_5fvabs_5fmultifab_13798',['N_VAbs_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3adcad5ac518df241183684b9d8eb0ab',1,'amrex::sundials']]], + ['n_5fvaddconst_5fmultifab_13799',['N_VAddConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a63e923f8d464b3ebd97acf0ca3ee309d',1,'amrex::sundials']]], + ['n_5fvclone_5fmultifab_13800',['N_VClone_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1ca520b2e907a435625fdb9c78e78d33',1,'amrex::sundials']]], + ['n_5fvcloneempty_5fmultifab_13801',['N_VCloneEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a60ae513faa57f10e9b4aa46cf655b832',1,'amrex::sundials']]], + ['n_5fvcompare_5fmultifab_13802',['N_VCompare_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3da84796fd6b4469437479e1a0d96d36',1,'amrex::sundials']]], + ['n_5fvconst_5fmultifab_13803',['N_VConst_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a25656fdc3baa82f76e32e6ccd3f97e2a',1,'amrex::sundials']]], + ['n_5fvconstrmask_5fmultifab_13804',['N_VConstrMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a1125a7cc24f97393b216d5afb6b0416c',1,'amrex::sundials']]], + ['n_5fvdestroy_5fmultifab_13805',['N_VDestroy_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abffe63203970e83625b191d35d5b1cd4',1,'amrex::sundials']]], + ['n_5fvdiv_5fmultifab_13806',['N_VDiv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a9cc44df35cea73c4b2b2e39544d523a5',1,'amrex::sundials']]], + ['n_5fvdotprod_5fmultifab_13807',['N_VDotProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a44dbf995b982e15d613de85f44e2d371',1,'amrex::sundials']]], + ['n_5fvgetcontent_5fmultifab_13808',['N_VGetContent_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6bfd29fc821ae740836f40595e8479b8',1,'amrex::sundials']]], + ['n_5fvgetlength_5fmultifab_13809',['N_VGetLength_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a48461856ef0250658c5a2ebf41d98edc',1,'amrex::sundials']]], + ['n_5fvgetownmf_5fmultifab_13810',['N_VGetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a83ab40ea0b031a6e4bd372e4eb2ee2f1',1,'amrex::sundials']]], + ['n_5fvgetvectoralias_5fmultifab_13811',['N_VGetVectorAlias_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a2e8955698d384f25c4019a0e22060caf',1,'amrex::sundials']]], + ['n_5fvgetvectorpointer_5fmultifab_13812',['N_VGetVectorPointer_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a98b7c6942f2b0bcc5ce905c231ec9293',1,'amrex::sundials']]], + ['n_5fvinv_5fmultifab_13813',['N_VInv_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aba2fa6d2aa9b8cd855d83759e3ed65dd',1,'amrex::sundials']]], + ['n_5fvinvtest_5fmultifab_13814',['N_VInvTest_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa8f8163d4f0f443bbe7e99756b2c39d4',1,'amrex::sundials']]], + ['n_5fvl1norm_5fmultifab_13815',['N_VL1Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#abed0b53c3ca780e46a31fe986d659ac9',1,'amrex::sundials']]], + ['n_5fvlinearsum_5fmultifab_13816',['N_VLinearSum_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7dbf86dc6e019c767f280831b7acabaa',1,'amrex::sundials']]], + ['n_5fvmake_5fmultifab_13817',['N_VMake_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#aa448557aba9190f3de7151a4293004c9',1,'amrex::sundials']]], + ['n_5fvmaxnorm_5fmultifab_13818',['N_VMaxNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6f2b1de2ee6a9a463d5dddf7d8a8b4aa',1,'amrex::sundials']]], + ['n_5fvmin_5fmultifab_13819',['N_VMin_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6eb54c25311d23f5de6f482181502046',1,'amrex::sundials']]], + ['n_5fvminquotient_5fmultifab_13820',['N_VMinQuotient_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6d60b24360c65fb257af7b2cce3931ff',1,'amrex::sundials']]], + ['n_5fvnew_5fmultifab_13821',['N_VNew_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae1662622a3ba4bb3184be645ad05521e',1,'amrex::sundials']]], + ['n_5fvnewempty_5fmultifab_13822',['N_VNewEmpty_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac1e30fb20bc7a1ea62d7078e50be7498',1,'amrex::sundials']]], + ['n_5fvprod_5fmultifab_13823',['N_VProd_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ab1fe429fc9c7083c5712e6c614ebb1fd',1,'amrex::sundials']]], + ['n_5fvscale_5fmultifab_13824',['N_VScale_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a6828b2d4856afe42b3c8ff58f46951c7',1,'amrex::sundials']]], + ['n_5fvsetownmf_5fmultifab_13825',['N_VSetOwnMF_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ae60dd0ee3c2077eebc0dc19ca19eca74',1,'amrex::sundials']]], + ['n_5fvspace_5fmultifab_13826',['N_VSpace_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a3a01eaa5b7064ea2a584a244a1579de2',1,'amrex::sundials']]], + ['n_5fvwl2norm_5fmultifab_13827',['N_VWL2Norm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#af676ec963a035867b028dbf81e6fb1bd',1,'amrex::sundials']]], + ['n_5fvwrmsnorm_5fmultifab_13828',['N_VWrmsNorm_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#ac991138d8a2fb1081eed07c3d8b502e7',1,'amrex::sundials']]], + ['n_5fvwrmsnormmask_5fmultifab_13829',['N_VWrmsNormMask_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a8b09801267db73e9db73b38a4fa21ff1',1,'amrex::sundials']]], + ['name_13830',['name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1a14b155268a2e05884a92114d66eaa7',1,'amrex::DeriveRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a9fcabb5a67a004d3001fa8987ef6c1d8',1,'amrex::ErrorRec::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a1c3308f0a08a991d3b3d2576e9d1e149',1,'amrex::StateDescriptor::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a06e0f836743b4313fdd706e28e365d65',1,'amrex::MLNodeTensorLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a32ac8e52543365ce2565213c83725f15',1,'amrex::MLNodeLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4b31dd42e50b3cdeca609dfd22fb79ce',1,'amrex::MLNodeABecLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'MLLinOpT< Array< MultiFab, 3 > >::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2fb16a53d8b6d9dd08306f89a535c617',1,'amrex::MLLinOpT::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a1abd0ae30a7a51ffe7672505fd171c2d',1,'amrex::MLEBNodeFDLaplacian::name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90ed4bd36cb7bb9fc00d6080ff823d64',1,'amrex::MLCurlCurl::name()']]], + ['nametagentry_13831',['NameTagEntry',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a6f68697cdef968b39588884f6053782c',1,'CommProfStats::NameTagEntry']]], + ['nametagnames_13832',['NameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a8e869b70af44fbff24da4e5462638ab0',1,'CommProfStats']]], + ['namrlevels_13833',['NAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'amrex::MLLinOpT::NAMRLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a09c567773980f90aa59d90d3235ded9c',1,'MLLinOpT< Array< MultiFab, 3 > >::NAMRLevels()']]], + ['native32realdescriptor_13834',['Native32RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a56bb549e278ccc2611fd389c3d2b6bdb',1,'amrex::FPC']]], + ['native64realdescriptor_13835',['Native64RealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a3e122a19b07bc732bf83c360354ef2a4',1,'amrex::FPC']]], + ['nativeintdescriptor_13836',['NativeIntDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9cad45e259106beaa8e4dc56f613bd06',1,'amrex::FPC']]], + ['nativelongdescriptor_13837',['NativeLongDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a6f67a43bd516bcc9547cb3b76424b2b8',1,'amrex::FPC']]], + ['nativerealdescriptor_13838',['NativeRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ab470772000cfb5f507edc5f294383bbc',1,'amrex::FPC']]], + ['nblocks_13839',['nBlocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ad3b68748407c6998576e254be21d70f2',1,'amrex::ReduceData::nBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#aa7ac26fc429cbaf9db787e3400d11d08',1,'amrex::ReduceData::nBlocks(gpuStream_t const &s)']]], + ['nbytes_13840',['nBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< PetscInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< PetscInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< HYPRE_Int >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< HYPRE_Int >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< EBCellFlag >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< EBCellFlag >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< char >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< char >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< AtomicInt >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< AtomicInt >::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'amrex::BaseFab::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'amrex::BaseFab::nBytes() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::openbc::MomTag >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::STLtools::Triangle >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::XDim3 >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const int *, DefaultAllocator< const int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< index_type >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int *, DefaultAllocator< int * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal * >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< std::size_t >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< unsigned int >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::NeighborCode >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::BoxND >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a4731233b08ab3019e0f71a2e9a78a16a',1,'amrex::PODVector::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'FabFactory< amrex::FArrayBox >::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a60945306ed69d287f22245f05ed65858',1,'amrex::FabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#aef5ff6c3751771217568c9dbe50c4880',1,'amrex::detail::CutFabFactory::nBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a32e96a4bbc00ecec58d2763ca697bea6',1,'BaseFab< Real >::nBytes(const Box &bx, int ncomps) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5be7479b2a46eaefb945b066cb21de8a',1,'BaseFab< Real >::nBytes() const noexcept']]], + ['nbytesowned_13841',['nBytesOwned',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< EBCellFlag >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a68d95d50ed271feafbd28018aa0e8d96',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'amrex::BaseFab::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a064d90077e1d86d6ba81b5b546bb7438',1,'amrex::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< AtomicInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< Real >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< PetscInt >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< HYPRE_Int >::nBytesOwned()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a267006cc0717e9dfbcbd22afc1c89d8c',1,'BaseFab< char >::nBytesOwned()']]], + ['ncomp_13842',['nComp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0cef8b304e3c55a8d985c2a8907da9e4',1,'amrex::nComp(FabArrayBase const &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a27531cc00ae88701b82d827296ac6496',1,'amrex::nComp(Array< MF, N > const &mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#adec7196972698a4a61e5d5eed628aa8c',1,'amrex::VisMF::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a831e9baa65c6e3a16119230c16dec212',1,'amrex::StateDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#af2a7f57c4c0eba9dbf8e38dd84572eb2',1,'amrex::PlotFileDataImpl::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#ae420ff73e7a6ac0310736a01f1a6dbc1',1,'amrex::PlotFileData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a36d695b32af9b38493af2d60083ff6ba',1,'amrex::MultiMask::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a3b4fcaf2fed76d9722c8a476ce1a5ce8',1,'amrex::MultiCutFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#af8c25dc77c81cfd2e133f1ed79fe0032',1,'amrex::FluxRegister::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1b171b05c525c1833805b9c1e71f8368',1,'amrex::FabSetT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aec6647af0d0a9f2d760d502a8975d6f1',1,'amrex::FabArrayBase::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a47ea706bedc5e03c2a5556da50801cf3',1,'amrex::CellData::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1052f19a1566840110263a9ebe9c3587',1,'amrex::BndryDataT::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< Real >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< PetscInt >::nComp()']]], + ['ncomp_13843',['NComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ad096b226eb7958f5d2bbd63449b077d2',1,'amrex::AmrData']]], + ['ncomp_13844',['nComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< HYPRE_Int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< EBCellFlag >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< char >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'BaseFab< AtomicInt >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae16c6f70417dc8f84e2196afe27b2b15',1,'amrex::BaseFab::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T0 >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< T const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< Real const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int const >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'Array4< int >::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a7c005d65913452a3aa2b0e2e4d6ffd22',1,'amrex::Array4::nComp()']]], + ['ncompptr_13845',['nCompPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'amrex::BaseFab::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< AtomicInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< char >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< EBCellFlag >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< HYPRE_Int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< int >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< PetscInt >::nCompPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa5764439bdbcc0d060f92f5a6ca41fab',1,'BaseFab< Real >::nCompPtr()']]], + ['ncycle_13846',['nCycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5858409b6a0c53ac8e09fd9601a44dcd',1,'amrex::Amr']]], + ['nddoit_13847',['nddoit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a204c931ee9d67ff355ad6a4d17d8f0ae',1,'amrex::GpuBndryFuncFab']]], + ['ndims_13848',['ndims',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'amrex::BoxND::ndims()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aac734596ce59e27477ac7d7a462fe003',1,'BoxND< AMREX_SPACEDIM >::ndims()']]], + ['nearest_13849',['Nearest',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#acba181eace70e13912251e82d7b76745',1,'amrex::ParticleInterpolator::Nearest']]], + ['needinitialization_13850',['needInitialization',['../classHydro_1_1MacProjector.html#a810a7a05b1bcc6729b3bd68022073e70',1,'Hydro::MacProjector']]], + ['needscoarsedataforbc_13851',['needsCoarseDataForBC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'MLLinOpT< Array< MultiFab, 3 > >::needsCoarseDataForBC()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7e2d1058dd843b67192b1aa489e112b6',1,'amrex::MLLinOpT::needsCoarseDataForBC()']]], + ['needsupdate_13852',['needsUpdate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a8fb6d1048cec22ab43f69b7d91ccce1d',1,'amrex::MLTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aecca19e63305762f008c9965c37b34e4',1,'amrex::MLNodeABecLaplacian::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'MLLinOpT< Array< MultiFab, 3 > >::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1aeab1e2fe2f589ecdc3b9751208a22a',1,'amrex::MLLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a28c6954110a23fa141f9ab6420086999',1,'amrex::MLEBTensorOp::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a95ea231a7ff288e48c9209aa44210bcd',1,'amrex::MLEBABecLap::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afb2f8218dcad4df69508e7ea795c2aaf',1,'amrex::MLCellLinOpT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a972b0c17208b96e3bc1c41d688ebf5d2',1,'amrex::MLCellABecLapT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ac016de333c8459f75c458870a8a3b384',1,'amrex::MLALaplacianT::needsUpdate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#af42c52eb173946c7ff2628ef20e2a89a',1,'amrex::MLABecLaplacianT::needsUpdate()']]], + ['negate_13853',['negate',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ff818a86f791cca374edbe34bb6830',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a4ba968b0fae543587863290a60b49716',1,'amrex::iMultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< AtomicInt >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< EBCellFlag >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< EBCellFlag >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< EBCellFlag >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< EBCellFlag >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< char >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< char >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< char >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< char >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< AtomicInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< AtomicInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< AtomicInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'amrex::BaseFab::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'amrex::BaseFab::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'amrex::BaseFab::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9939b447c0dc1a130c6952d2b376f8ad',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'amrex::BaseFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< Real >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< HYPRE_Int >::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< int >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< int >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< int >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< int >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a2d65dc4995843b8c46bc97984cf13749',1,'BaseFab< PetscInt >::negate(const Box &b, int comp=0, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< PetscInt >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< PetscInt >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< PetscInt >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ad7cd1360a57300fc2e5eb5afdf6ff1dc',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf4c056e581c461ab116dd7974f82e3a',1,'BaseFab< Real >::negate(int comp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< Real >::negate() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaf765bafa403ca72a2f136a6efff2b14',1,'BaseFab< Real >::negate(const Box &bx, DestComp dcomp, NumComps ncomp) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aeac56ffb9329f6269e866cff504adc9e',1,'amrex::iMultiFab::negate(int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a3774fde1c4d962bde2f98da96e9e0d55',1,'amrex::iMultiFab::negate(const Box &region, int comp, int num_comp, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#a22c3343ab661a9ad5e7003b03ca66e1f',1,'amrex::iMultiFab::negate(const Box &region, int nghost=0)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#acaf881689685c3fa82ed65829f6be4c3',1,'amrex::MultiFab::negate()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a5f348c3d0404aa11bb71c5252cc6efe9',1,'BaseFab< HYPRE_Int >::negate()']]], + ['neighborcommtag_13854',['NeighborCommTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a51890965f001619b2e6bba4ba983765e',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['neighborcopytag_13855',['NeighborCopyTag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a69740b5a47d3cbb97f2aac1632b6878b',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag()=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a60c58a36225c377967e515df8da5c0ea',1,'amrex::NeighborParticleContainer::NeighborCopyTag::NeighborCopyTag(int a_level, int a_grid, int a_tile)']]], + ['neighbordata_13856',['NeighborData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a7f2e9c324bce9a494b544b608d346999',1,'amrex::NeighborData']]], + ['neighborindexmap_13857',['NeighborIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab2f3d4a7c0474c6897f33a5bcbae2def',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['neighborparticlecontainer_13858',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aec6aa68d7cccf38bf8f2ece89e2e47ad',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(ParGDBBase *gdb, int ncells)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a85456475575ab6d83ef479080e989a74',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Geometry &geom, const DistributionMapping &dmap, const BoxArray &ba, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a186b8b589b18098582292879a91ccf87',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const Vector< Geometry > &geom, const Vector< DistributionMapping > &dmap, const Vector< BoxArray > &ba, const Vector< int > &rr, int nneighbor)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adff18120eea0cf9a843f2779fa7afb80',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8e16762fd9648d7b623cff439d75e888',1,'amrex::NeighborParticleContainer::NeighborParticleContainer(NeighborParticleContainer &&)=default']]], + ['neighborprocs_13859',['NeighborProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a444a7a4f352c7d70ab530e09facc7894',1,'amrex::ParticleContainerBase']]], + ['neighbors_13860',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a78add4fa0c929801818ea1db168eb81c',1,'amrex::Neighbors']]], + ['neighbortask_13861',['NeighborTask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#ac124f082ce98a9d25b4212b94b68a316',1,'amrex::NeighborParticleContainer::NeighborTask']]], + ['neighintcoords_13862',['neighIntCoords',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#a9483f0f0bc23a2e7f70ba279d56a5c9b',1,'amrex::btUnit']]], + ['nerrorbuf_13863',['nErrorBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ad5199bceb8775542859c6b51d0a2100c',1,'amrex::AmrMesh']]], + ['nerrorbufvect_13864',['nErrorBufVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a071011d3702ecfc14ebc0f61a30a50ed',1,'amrex::AmrMesh']]], + ['nestsets_13865',['Nestsets',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ade93dfd6bf280f23f7f7baa47404e80b',1,'amrex']]], + ['neumann_5fscale_13866',['neumann_scale',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afeb47b1ddabe421a74790b1ef812b908',1,'amrex::neumann_scale(int i, int j, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a6366961f450336e2d75eed8a09573d',1,'amrex::neumann_scale(int i, int j, int k, Box const &nddom, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bclo, GpuArray< LinOpBCType, AMREX_SPACEDIM > const &bchi) noexcept']]], + ['new_13867',['New',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a41f3c8b6a7d66e0b17a4e9869c8c9b40',1,'amrex::AmrDataAdaptor::New()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a85eaea376d002e3fdfaa2082cd2a30cf',1,'amrex::AmrMeshDataAdaptor::New()']]], + ['new_5fchop_13868',['new_chop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a334eb4810f3a2efcf713b44eee9d4d7b',1,'amrex::Cluster::new_chop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aa556ac17a14c8ed6b6280bae1ab48be5',1,'amrex::ClusterList::new_chop()']]], + ['newdata_13869',['newData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a2351d4871d6a5f299b26c1d6150690a7',1,'amrex::StateData::newData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5a81beda34e62a92aadd7941bcc5157e',1,'amrex::StateData::newData() const noexcept']]], + ['newdistfcnelement2d_13870',['newDistFcnElement2d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1distFcnElement2d.html#a73a47ce03d2add3e6b72d53c2dbef76e',1,'amrex::distFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a557c0955469be67746ebf22ad98ba341',1,'amrex::LineDistFcnElement2d::newDistFcnElement2d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a0f6b387cfd46f49845c6739bf394bd83',1,'amrex::SplineDistFcnElement2d::newDistFcnElement2d()']]], + ['newgrid_13871',['newGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a85837b66263e6415ba8a9b4830749ac8',1,'amrex::StateData']]], + ['newrealdescriptor_13872',['newRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab94bb7aa5faab13c6cd95f1fe9109649',1,'amrex::RealDescriptor']]], + ['next_13873',['next',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'BoxND< AMREX_SPACEDIM >::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a42288d3d8915ea8195d6645ae1a1659c',1,'amrex::BoxND::next()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a7f3c17e356fa82fa08928ed417493761',1,'amrex::BoxIterator::next()']]], + ['nextid_13874',['NextID',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a8d6c15b2cd00fcee655a8b9b90a29e8d',1,'amrex::SoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad5a5330128743262d4531ebb62a635bc',1,'amrex::ConstSoAParticle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a9a4c7eb8fdcbc8c084dc950fea9fc53d',1,'amrex::ConstSoAParticle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a2fcbaec8aac910c864f4a210d48d9c93',1,'amrex::Particle::NextID()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#acfec109fc6821c1e45db900b4adc6779',1,'amrex::Particle::NextID(Long nextid)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#af52db92778d76b160a15800015159367',1,'amrex::SoAParticle::NextID()']]], + ['nextra_13875',['nExtra',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae8e2531823af7371e1df8e414a8c6fd9',1,'amrex::StateDescriptor']]], + ['nfabcomtags_13876',['nFabComTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'amrex::FabArrayCopyDescriptor::nFabComTags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a3a7f7c535ed810165b197ab926d2e791',1,'FabArrayCopyDescriptor< FArrayBox >::nFabComTags()']]], + ['nfabcopydescs_13877',['nFabCopyDescs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'amrex::FabArrayCopyDescriptor::nFabCopyDescs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a21d6de27c494e1f4b725020187ef6fe5',1,'FabArrayCopyDescriptor< FArrayBox >::nFabCopyDescs()']]], + ['nfilesiter_13878',['NFilesIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a50735b1e0f0c04d53e60371d210d50f2',1,'amrex::NFilesIter::NFilesIter(int noutfiles, std::string fileprefix, bool groupsets, bool setBuf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a41bf610b1a4c7439a960fa7589c09f53',1,'amrex::NFilesIter::NFilesIter(std::string fileName, Vector< int > readRanks, bool setBuf=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a6da73e54601733abbefb73b558441299',1,'amrex::NFilesIter::NFilesIter(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9f952996fef2f589f9d82962ab7b4ff7',1,'amrex::NFilesIter::NFilesIter(NFilesIter &&)=delete']]], + ['ngrow_13879',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a887f01ad484d73b2eaab8ef3e9568d88',1,'amrex::VisMF::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ae8d90e43fe323739131b52c834c46dd7',1,'amrex::MultiCutFab::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92cef599b0ae34401a5463ec6fddc606',1,'amrex::FabArrayBase::nGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a4caa93d2bc0ad73faf33ca05ae0b5933',1,'amrex::ErrorRec::nGrow()']]], + ['ngrow_13880',['NGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a2f6daf12771b72f61d675a618378fab6',1,'amrex::AMRErrorTag::NGrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93648bc3842b67bb1dffa164bdd5f0d1',1,'amrex::AmrData::NGrow()']]], + ['ngrowfilled_13881',['nGrowFilled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a76a6089045a5d690f809bd0d2e7c51ab',1,'amrex::FabArrayBase']]], + ['ngrowvect_13882',['nGrowVect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a07b1ead2f2b6a21362bcfbe6fa0cc784',1,'amrex::VisMF::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35376063ac1a1e47b47f61e5c0b169e0',1,'amrex::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0598988ee34f3885bd6d2a4787a8f427',1,'amrex::FabArrayBase::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a292f4e9beba78cb32fd18b72fc06fd9d',1,'amrex::EB2::Level::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a64b61a21bf164a8ce959ba06b3ed2a30',1,'amrex::PlotFileData::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac25341d29a4bdd3d3ba354f2263a8c54',1,'amrex::PlotFileDataImpl::nGrowVect()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a28fbc0acd8368951bb043d23d5c0727e',1,'amrex::nGrowVect(FabArrayBase const &fa)']]], + ['nhops_13883',['NHops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ace32984e953e92b236d8e765dd2baaf6',1,'amrex']]], + ['nintersectinggrids_13884',['NIntersectingGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a766fc8383910abe6808b900bb63ce574',1,'amrex::AmrData']]], + ['nmglevels_13885',['NMGLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'MLLinOpT< Array< MultiFab, 3 > >::NMGLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad1697410f7ce33223a511796bbf9273f',1,'amrex::MLLinOpT::NMGLevels()']]], + ['nodalprojector_13886',['NodalProjector',['../classHydro_1_1NodalProjector.html#a219adbfe97a55251ead89933019ba2bb',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#a04173a645594d28dfd95a1642dfdb2a4',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Vector< const amrex::MultiFab * > a_sigma, amrex::Vector< amrex::Geometry > a_geom, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})'],['../classHydro_1_1NodalProjector.html#aceb54cb364c01ef46ae8812f01aae1bd',1,'Hydro::NodalProjector::NodalProjector(amrex::Vector< amrex::MultiFab * > a_vel, amrex::Real a_const_sigma, amrex::Vector< amrex::Geometry > a_geom, const amrex::LPInfo &a_lpinfo, amrex::Vector< amrex::MultiFab * > a_S_cc={}, amrex::Vector< const amrex::MultiFab * > a_S_nd={})']]], + ['nodalsync_13887',['nodalSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a0e84e7809b2a53d3c039783fdb5c33a2',1,'amrex::MLNodeLinOp']]], + ['nodaltilebox_13888',['nodaltilebox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a7a17b4a775ec84d2987cb480c38ed271',1,'amrex::MFIter']]], + ['node_13889',['Node',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#afe41c39814d8c215e3c61d9b68b84a8b',1,'amrex::CArena::Node']]], + ['nodebilin_5finterp_13890',['nodebilin_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a130e78c478fddbb794329c104cbc05',1,'amrex']]], + ['nodebilin_5fslopes_13891',['nodebilin_slopes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab65c065625bd439361885b059b19fd38',1,'amrex']]], + ['nodecentered_13892',['nodeCentered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'amrex::IndexTypeND::nodeCentered(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'amrex::IndexTypeND::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a96a52aab7a8f49be3c8fdd82a6575e60',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#aff7fd44c425f08e1022abcab01388e71',1,'IndexTypeND< AMREX_SPACEDIM >::nodeCentered(int dir) const noexcept']]], + ['nofabheader_13893',['NoFabHeader',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#af7f852d2d1e0656e85e58dcf5ba364b1',1,'amrex::VisMF']]], + ['nonesuch_13894',['Nonesuch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#ac31cc5ce552668f79bbc820c8d7998e0',1,'amrex::detail::Nonesuch::Nonesuch()=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a5ab6a79913277546a5e11028e6e427ef',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a98dec8e1541181c79d10e63ba228f266',1,'amrex::detail::Nonesuch::Nonesuch(Nonesuch &&)=delete']]], + ['nonperiodic_13895',['NonPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#a194e779bf59d1700830a35cecb5271a5',1,'amrex::Periodicity']]], + ['norm_13896',['norm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a4cb25adc75b070b5ab1cb6c24b4023',1,'amrex::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< PetscInt >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< HYPRE_Int >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'amrex::BaseFab::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'amrex::BaseFab::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< AtomicInt >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< AtomicInt >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< char >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< char >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< EBCellFlag >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< EBCellFlag >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< Real >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< Real >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< PetscInt >::norm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< int >::norm(const Box &subbox, int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aa1282391dd2449fab71d2524cf0f74a7',1,'BaseFab< int >::norm(int p, int scomp=0, int numcomp=1) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a53bfa690678b7a44a6f1b8b736db232b',1,'BaseFab< HYPRE_Int >::norm()']]], + ['norm0_13897',['norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a6f5159e97350762eba3263f11ba3e653',1,'amrex::MultiFab::norm0(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a4a93902e69dd534d7a84cfbdc1acf32e',1,'amrex::MultiFab::norm0(int comp, int ncomp, IntVect const &nghost, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a727b71bae4005883ea88221157184346',1,'amrex::MultiFab::norm0(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a2c8965900aefbe0681bf72cb489b7027',1,'amrex::MultiFab::norm0(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const']]], + ['norm1_13898',['norm1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#ae4ba8fc4756c0621e3872055ffce31b0',1,'amrex::MultiFab::norm1(const Vector< int > &comps, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afcdc4aaf73896a44ad364520af9a7398',1,'amrex::MultiFab::norm1(int comp=0, int ngrow=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a5879f0308ed537286037a041e32fd810',1,'amrex::MultiFab::norm1(int comp, const Periodicity &period, bool ignore_covered=false) const']]], + ['norm2_13899',['norm2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a933d1dd75c4441bf922f8c5baa931be4',1,'amrex::MultiFab::norm2(const Vector< int > &comps) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a0982c02422dcb603d1c5129d744d6611',1,'amrex::MultiFab::norm2(int comp, const Periodicity &period) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa0b6bb4fb2ee206356cd613ed8458b8f',1,'amrex::MultiFab::norm2(int comp=0) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac83213b50387ae52458f8f43473f72db',1,'amrex::GMRESMLMGT::norm2()']]], + ['norm_5finf_13900',['norm_inf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a65945094568d6e9ab21b7b1852c4afd8',1,'amrex::MLCGSolverT']]], + ['normalize_13901',['normalize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'amrex::MLLinOpT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a557eb6e2ad1b92790b50e1781835b692',1,'amrex::MLPoissonT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a226c4f4fd178eb4d5d4bc33172c44b57',1,'amrex::MLNodeLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'amrex::BoxND::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a8d29a866e24596ba3b9df82ad36e22c3',1,'BoxND< AMREX_SPACEDIM >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa8139012779454a901a8d4697174bd1e',1,'amrex::MLABecLaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ab6e413473dfba935e5169b5db1edcb56',1,'amrex::MLALaplacianT::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a46a2ca99991a5f651d7a44004618ddaf',1,'amrex::MLEBABecLap::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ab93f943cc0e03e4f1d5966700f3edf85',1,'amrex::MLEBNodeFDLaplacian::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aaa66bfea39287ead35be91ec940d0bb1',1,'MLLinOpT< Array< MultiFab, 3 > >::normalize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a62fd449657643195c0f313982a6cd3c9',1,'amrex::MLNodeTensorLaplacian::normalize()']]], + ['normhelper_13902',['NormHelper',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7ef9aec0b2f67456f1467c71e043025c',1,'amrex::NormHelper(const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, F const &f, int numcomp, IntVect nghost, bool local)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6758d6b184b1615ea5e4434762e944c3',1,'amrex::NormHelper(const MMF &mask, const MultiFab &x, int xcomp, const MultiFab &y, int ycomp, Pred const &pf, F const &f, int numcomp, IntVect nghost, bool local)']]], + ['normhelper_5fnvector_5fmultifab_13903',['NormHelper_NVector_MultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html#a7e06c30eda626fc60c51681e255936ad',1,'amrex::sundials']]], + ['norminf_13904',['norminf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'amrex::FabArray::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'amrex::FabArray::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false,[[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()']]], + ['norminf_13905',['normInf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a6da7b56049ef0af652cdac637f1ce1e6',1,'amrex::MLNodeLinOp::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'MLLinOpT< Array< MultiFab, 3 > >::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a637cc2c475b32f4606119af00617d840',1,'amrex::MLLinOpT::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a54b8f0a39566eee4ef913f6bad712d9f',1,'amrex::MLCurlCurl::normInf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6207e307cf8edda53498feebe2abb2e3',1,'amrex::MLCellLinOpT::normInf()']]], + ['norminf_13906',['norminf',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a02870cc0ddaa25fae3bd252bb65da3a4',1,'amrex::norminf(MF const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0298f67b516f80f783d08d796763d0bc',1,'amrex::norminf(Array< MF, N > const &mf, int scomp, int ncomp, IntVect const &nghost, bool local=false)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< AtomicInt > >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::Mask >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a92b462cb3d7c55a7d3277aaa9e3e0ff3',1,'amrex::MultiFab::norminf(const Vector< int > &comps, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#abc7329288ae6f73f8fd7eda95e49b8ba',1,'amrex::MultiFab::norminf(const iMultiFab &mask, int comp=0, int nghost=0, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a9d57175907c89a969b9b5392631e65cf',1,'amrex::MultiFab::norminf(int comp=0, int nghost=0, bool local=false, bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< TagBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< TagBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< IArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< IArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< FArrayBox >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< FArrayBox >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::Mask >::norminf()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::EBCellFlagFab >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::EBCellFlagFab >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::CutFab >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::CutFab >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< PetscInt > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea595d71e8f04b18bc48aaca29acfe77',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(FabArray< IFAB > const &mask, int comp, int ncomp, IntVect const &nghost, bool local=false) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a62a6ea18e68973543bf8b2a9bab89d8a',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::norminf(int comp, int ncomp, IntVect const &nghost, bool local=false, [[maybe_unused]] bool ignore_covered=false) const']]], + ['norminfmask_13907',['norminfmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< HYPRE_Int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< EBCellFlag >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< Real >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< int >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< PetscInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< char >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'BaseFab< AtomicInt >::norminfmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0cfed6fcd597be27e9d069f9e7a3d18b',1,'amrex::BaseFab::norminfmask()']]], + ['nosyncregion_13908',['NoSyncRegion',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#a145be1ff4432aa6033daa6e1bed33e89',1,'amrex::Gpu::NoSyncRegion']]], + ['not_5fproper_13909',['not_proper',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a36963c5b419723010d58909d4528c0dc',1,'sdcquadrature_mod']]], + ['notify_13910',['Notify',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html#a9b651e401d0a75620501243cc1171a63',1,'amrex::AsyncOut']]], + ['notingraphregion_13911',['notInGraphRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a73a7f12036e7cda0332aec8185d4c330',1,'amrex::Gpu']]], + ['notinlaunchregion_13912',['notInLaunchRegion',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8e6abda3339e4295716d7e2ff78e9603',1,'amrex::Gpu']]], + ['nproc_13913',['nproc',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a270e92ee4f1f540aac7584aaa5bd29d1',1,'hacc::Distribution']]], + ['nproc_5f1d_13914',['nproc_1d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a389e9aa244bb6052e5ba6f1776548ad3',1,'hacc::Distribution::nproc_1d() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a175c07e801cbc6cc30901a4d963e0eb5',1,'hacc::Distribution::nproc_1d(int i) const']]], + ['nproc_5f2d_5fx_13915',['nproc_2d_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#abe531df2570a6fcb99bd9ad2b420eb5e',1,'hacc::Distribution::nproc_2d_x(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ae4ba1916cd912bf0482f3b8eda232248',1,'hacc::Distribution::nproc_2d_x() const)[3]']]], + ['nproc_5f2d_5fy_13916',['nproc_2d_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#adc3946938e3db3d1ff7b445a0a1f590d',1,'hacc::Distribution::nproc_2d_y(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afc72250908cb3a420de0e48180ba060f',1,'hacc::Distribution::nproc_2d_y() const)[3]']]], + ['nproc_5f2d_5fz_13917',['nproc_2d_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ab21736808a07fa9f8cc43457152f844b',1,'hacc::Distribution::nproc_2d_z(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#afe5148576a314c5e950c578b53cfc181',1,'hacc::Distribution::nproc_2d_z() const)[3]']]], + ['nproc_5f3d_13918',['nproc_3d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#ad7e02f33cb0f88c1f2dd5ec198c2ac90',1,'hacc::Distribution::nproc_3d(int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aca1bbb2cd1f2b41c307186df58b44fe2',1,'hacc::Distribution::nproc_3d() const)[3]']]], + ['nproc_5fkspace_13919',['nproc_kspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ad81b75eb59e5cc74e7ab13e904d66c11',1,'hacc::Dfft::nproc_kspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a7acb4a231d8f4ac7cebe7290e154e32c',1,'hacc::Dfft::nproc_kspace(int i) const']]], + ['nproc_5frspace_13920',['nproc_rspace',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a528f9827a3c2afa6e8b223b9ebb89b3b',1,'hacc::Dfft::nproc_rspace() const)[3]'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#addd454e0e45d8052ce1c5cbace27e643',1,'hacc::Dfft::nproc_rspace(int i) const']]], + ['nprocs_13921',['NProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9b529bc7c103b596cb3c24ce70c28e93',1,'amrex::ParallelContext::Frame::NProcs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a7fe765fcc8bfc4c409483424a83fccf8',1,'amrex::ParallelDescriptor::NProcs(MPI_Comm comm) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#aa191723b5d24ceaf64e9d49f542cfcc2',1,'amrex::ParallelDescriptor::NProcs() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html#a3df5e063f2b14481feae8cea0d6d44d1',1,'amrex::MPMD::NProcs()']]], + ['nprocsall_13922',['NProcsAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a60d5e1f262d2f29ca794f9df65429c25',1,'amrex::ParallelContext']]], + ['nprocspernode_13923',['NProcsPerNode',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#adc47cf4d3591db8037d74afe5bdfcbb0',1,'amrex::ParallelDescriptor']]], + ['nprocsperprocessor_13924',['NProcsPerProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ab8d97816d7145428dcd6bf6d1a1b9a91',1,'amrex::ParallelDescriptor']]], + ['nprocssub_13925',['NProcsSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aa7f481a6be5e8f2eefbe9448135a3843',1,'amrex::ParallelContext']]], + ['nprocstask_13926',['NProcsTask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a3b7821d6402f8c532e1ca31bef733a75',1,'amrex::ForkJoin']]], + ['nproper_13927',['nProper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#aa1e59b567c58d9ba22c9e56f8138a22a',1,'amrex::AmrMesh']]], + ['nsolve_13928',['NSolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a46bbc0ba9d09d6eaab3ee0cc47d4d0bb',1,'amrex::MLMGT']]], + ['nstep_13929',['nStep',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac66753a2ff2df956a5df08dd6cb9f81a',1,'amrex::AmrLevel']]], + ['nstreamerrors_13930',['NStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ae894808026adb5099b7b36f193f39f7c',1,'amrex::StreamRetry']]], + ['ntasks_13931',['NTasks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a0f117148e0f71675c66d2658a49c75cc',1,'amrex::ForkJoin']]], + ['nteams_13932',['NTeams',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#af2f4fc272303fdc7f363d88ffd292c4c',1,'amrex::ParallelDescriptor']]], + ['num_5fcuts_13933',['num_cuts',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html#a76809ed0a10c6280707ab5537db08545',1,'amrex::EB2::detail']]], + ['num_5fneighbor_5fcells_13934',['num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a6fa46fba286ea97c6408222d70ad589d',1,'amrex_ebcellflag_module']]], + ['numactivelevels_13935',['NumActiveLevels',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a173fd151597a60eff340740888fa3ec5',1,'amrex::InSituUtils']]], + ['numamrlevels_13936',['numAMRLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad2c6df179eb4acd5061de72341881c63',1,'amrex::MLMGT']]], + ['numberofparticlesatlevel_13937',['NumberOfParticlesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'amrex::ParticleContainer_impl::NumberOfParticlesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4b971f3afa8e65de0efc62098edae1d2',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesAtLevel()']]], + ['numberofparticlesingrid_13938',['NumberOfParticlesInGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'amrex::ParticleContainer_impl::NumberOfParticlesInGrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab1bdce872428cb13609c7f5890872f58',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumberOfParticlesInGrid()']]], + ['numberstofname_13939',['NumbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa09149b400a4bae78fc4f423b31da1d5',1,'RegionsProfStats']]], + ['numbins_13940',['numBins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'amrex::DenseBins::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< ParticleType >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af98199a3fd0f724083761ddea28e4606',1,'DenseBins< typename amrex::ParticleTileData >::numBins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aacee8f0ffcd3fbd6c14e58c08460d232',1,'amrex::SparseBins::numBins()']]], + ['numboxesonproc_13941',['numBoxesOnProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ae49a5f3c31d93b4574c8622b49919f6e',1,'amrex::ParticleBufferMap']]], + ['numbuckets_13942',['numBuckets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a5f6573698022ddf444d521dd4eb749a4',1,'amrex::ParticleBufferMap']]], + ['numbytes_13943',['numBytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#aef80f57bdb73ad655c6f24d6ee58ef75',1,'amrex::IntDescriptor::numBytes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#af8ad7b8bf71293f96dba2d963d446c21',1,'amrex::RealDescriptor::numBytes()']]], + ['numcoarsenopt_13944',['NumCoarsenOpt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0077b0d85e112a8f4be7662f1cde1048',1,'amrex::EB2']]], + ['numcomps_13945',['NumComps',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a810ccab9fa653cd2a504f2539eaa4c1f',1,'amrex::NumComps']]], + ['numcopies_13946',['numCopies',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a050152eacb86c574850379b45a619750',1,'amrex::ParticleCopyOp']]], + ['numdatalogs_13947',['NumDataLogs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a22c7ccfe95fd35cc2a2c6629a8e3edbc',1,'amrex::Amr']]], + ['numderive_13948',['numDerive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a25e0f9ede414df537ec2a017dc936afd',1,'amrex::DeriveRec']]], + ['numderivefunc_13949',['NumDeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a11275d3515db9c31ef424271070717c2',1,'amrex::AmrData::NumDeriveFunc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#ad56b42613a172cda5bb3b556adbcdc88',1,'amrex::DataServices::NumDeriveFunc()']]], + ['numdevicepartners_13950',['numDevicePartners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a075aaf3af23ffd79ae8025ab4fa19f62',1,'amrex::Gpu::Device']]], + ['numdevicesused_13951',['numDevicesUsed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#aaad1273663de56c788b3809ed7537a4e',1,'amrex::Gpu::Device']]], + ['numgpustreams_13952',['numGpuStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a1bc8d3f83c8bce5e14d50e06667d28ce',1,'amrex::Gpu::Device::numGpuStreams()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a920dd19f186b2276d9bbdb14d117565c',1,'amrex::Gpu::numGpuStreams()']]], + ['numgrids_13953',['numGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8affd8de32d5fc666795d5a13a39e45',1,'amrex::Amr::numGrids() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8727954d78b0edddf953091df0cdcb8f',1,'amrex::Amr::numGrids(int lev) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ae93e34dd07b1784fc7fe902331d232b2',1,'amrex::AmrLevel::numGrids()']]], + ['numintcomps_13954',['NumIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'amrex::ParticleContainer_impl::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ab761b38df59cb25e8a4fb73ad61dad64',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a036135b388b4a68fc8fdac9e6c5572f5',1,'amrex::ParticleTile::NumIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af8037383212b93e6a701d263167baa31',1,'amrex::StructOfArrays::NumIntComps()']]], + ['numitems_13955',['numItems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< typename amrex::ParticleTileData >::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'amrex::DenseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a88234f341b867559fe25f8a25cc53ebb',1,'amrex::SparseBins::numItems()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad79436d29055a095ee8a8ffab36475d3',1,'DenseBins< ParticleType >::numItems()']]], + ['numlevels_13956',['numLevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a49a5c4338ca4f54619acb1f4890df2fa',1,'amrex::ParticleBufferMap::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a6ec01a89cd77b4473dc1895e1a2b1ebe',1,'amrex::ParticleContainerBase::numLevels()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a2f919f166a2034f65af90c480a914a0e',1,'amrex::ParticleCopyOp::numLevels()']]], + ['numlocaltiles_13957',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afbbd9093cd125af3cebbc8f8231bb142',1,'amrex::MFIter']]], + ['numlocaltilesatlevel_13958',['numLocalTilesAtLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'amrex::ParticleContainer_impl::numLocalTilesAtLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa2c16c3a436932f9a3f4ce5eaaf11e0c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numLocalTilesAtLevel()']]], + ['nummultiprocessors_13959',['numMultiProcessors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a5994da17716f6dc6a06e1a1cc2d88a96',1,'amrex::Gpu::Device']]], + ['numneighborparticles_13960',['numNeighborParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2b17bacea66d302e68ec631032d97300',1,'amrex::ArrayOfStructs::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'amrex::ParIterBase_impl::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7751ad25437f923c0ed69c2f8923d454',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a67d9df04de8fa70ac8b9c43325febff3',1,'amrex::ParticleTile::numNeighborParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#afaecde6af6e4779bf8bb2d786dec40fd',1,'amrex::StructOfArrays::numNeighborParticles()']]], + ['numneighbors_13961',['numNeighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#af34e94b1e9993776430b19dc57f3c28f',1,'amrex::EBCellFlag']]], + ['numparticles_13962',['numParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a97dc58478a9add0babfd5503f5655876',1,'amrex::ArrayOfStructs::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#adf1e6c502e74a6b79d9c6eda78a98abd',1,'amrex::NeighborList::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'amrex::ParIterBase_impl::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a4a33d9c17eacf3ad38a63d467e74ba3f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a80fc21d171f28db059190e234fa36642',1,'amrex::ParticleTile::numParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a82f411b26eab317ad15c998f4a72e863',1,'amrex::StructOfArrays::numParticles()']]], + ['numparticlesoutofrange_13963',['numParticlesOutOfRange',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa69e2d3ab61d58e37142f8ca2607da7c',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af026262a284dc45b1a535e1d2c3da3d5',1,'amrex::numParticlesOutOfRange(PC const &pc, int lev_min, int lev_max, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a16b2ad610aeda065996254dcb64e1210',1,'amrex::numParticlesOutOfRange(PC const &pc, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9624cde7b9ad11a1692714a8a2cf4d5c',1,'amrex::numParticlesOutOfRange(PC const &pc, int nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a76c9efa7ebf0969d1986d57f86c1882b',1,'amrex::numParticlesOutOfRange(Iterator const &pti, IntVect nGrow)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acad483c5f0e30f9cd471ad05e1920320',1,'amrex::numParticlesOutOfRange(Iterator const &pti, int nGrow)']]], + ['numpoints_13964',['NumPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab7d3fea37a1ad8e9a2adb1891d989340',1,'amrex::XYPlotDataList']]], + ['numpts_13965',['numPts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< char >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'amrex::BaseFab::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'BoxND< AMREX_SPACEDIM >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aef3b99c4f131a12120b93bfbed5bc08e',1,'amrex::BoxND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5520d0eb57f16ca5f98f5c85bcc310b8',1,'amrex::BoxIndexerND< 1 >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ae852e51f5e19dac43938ee4476361f21',1,'amrex::BoxIndexerND::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5f25bd92e654851319f55a17ee276723',1,'amrex::BoxArray::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< Real >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< PetscInt >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< HYPRE_Int >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< EBCellFlag >::numPts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac6480baad7fdde57bec1e2ad32387300',1,'BaseFab< AtomicInt >::numPts()']]], + ['numrange_13966',['numRange',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ae3ef04ba562b5538b6248daba20c6f44',1,'amrex::DeriveRec']]], + ['numrealcomps_13967',['NumRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'amrex::ParticleContainer_impl::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a5c0a1d474a92f4622e6156cbd8b42a27',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a01a4c2d3cd20e84801f49f31c8305349',1,'amrex::ParticleTile::NumRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a6b104504a3540a44182a1ad408d5cfa7',1,'amrex::StructOfArrays::NumRealComps()']]], + ['numrealparticles_13968',['numRealParticles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab9d2ce3721f6d4039d09f4464683c5e7',1,'amrex::ArrayOfStructs::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'amrex::ParIterBase_impl::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a75904e997d78e7e39e52dfc84e291f51',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae905e32844864462ec7a0ddf7a666ee4',1,'amrex::ParticleTile::numRealParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#ac6d3cee84ea6fbae0bf95bcd36c536fa',1,'amrex::StructOfArrays::numRealParticles()']]], + ['numruntimeintcomps_13969',['NumRuntimeIntComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'amrex::ParticleContainer_impl::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a72e673a1fb1acdb894fb63417aaf3c59',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeIntComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#abbd0ed100a7511e702da44782d06f360',1,'amrex::ParticleTile::NumRuntimeIntComps()']]], + ['numruntimerealcomps_13970',['NumRuntimeRealComps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'amrex::ParticleContainer_impl::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a94b4d2e5f90cdfc640740a2dc1b8be4e',1,'amrex::ParticleTile::NumRuntimeRealComps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a926b41920a7dd2ca180db0717f726faa',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NumRuntimeRealComps()']]], + ['numstate_13971',['numState',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a0a07b4ad438414db0b1c0aa86c0556dc',1,'amrex::DeriveRec']]], + ['numstates_13972',['numStates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa9666a2babd9d59a595a2c3695f38f00',1,'amrex::AmrLevel']]], + ['numtag_13973',['numTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a63a315fa3deb62851baf4e607d0c8c03',1,'amrex::Cluster::numTag() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad765826ea9e9762f2328cac81faefc5c',1,'amrex::Cluster::numTag(const Box &b) const noexcept']]], + ['numthreadsperblockparallelfor_13974',['numThreadsPerBlockParallelFor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99d3039071c1009b16e08b63b63013db',1,'amrex::Gpu']]], + ['numtilesinbox_13975',['numTilesInBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b016483c8263c1a67e93d79d31da4c',1,'amrex']]], + ['numtotalparticles_13976',['numTotalParticles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3b487649b8128cc37a6f35f913229d00',1,'amrex::ParticleTile::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a5a933c9ef33ad84f474f9c6b2b90b2a8',1,'amrex::ArrayOfStructs::numTotalParticles()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a15e05a661b50a2637a764ccadfb23f53',1,'amrex::StructOfArrays::numTotalParticles()']]], + ['numuniquephysicalcores_13977',['numUniquePhysicalCores',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae675dc0a879b2652b42833f5999ee6b2',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/functions_f.js b/amrex-hydro/Doxygen/html/search/functions_f.js index fcd6635..bb3233e 100644 --- a/amrex-hydro/Doxygen/html/search/functions_f.js +++ b/amrex-hydro/Doxygen/html/search/functions_f.js @@ -1,82 +1,81 @@ var searchData= [ - ['offset_13907',['Offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa67991fbbc479f95a966bcf04ae0e49a',1,'amrex::CoordSys::Offset(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9d3eb77447b9c748b7223e271f6c9bb1',1,'amrex::CoordSys::Offset() const noexcept']]], - ['offsetsptr_13908',['offsetsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'amrex::DenseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'amrex::DenseBins::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< ParticleType >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< ParticleType >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a9abeaeccc7e4edeec7e68b7676a406f2',1,'amrex::SparseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a810de8999d58ec01329e800c51179102',1,'amrex::SparseBins::offsetsPtr() const noexcept']]], - ['ofsptrall_13909',['OFSPtrAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac04bcd8b609bbf10cc25ef7d60f6a94c',1,'amrex::ParallelContext']]], - ['ofsptrsub_13910',['OFSPtrSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aab852af3b175c95e5bdd8e0de563e9d7',1,'amrex::ParallelContext']]], - ['ok_13911',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::EBCellFlagFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0ef0d1567b79fabf1c2ac051a78b3f95',1,'amrex::RealBox::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad5b50a9590b3c7b01ec2100343d981c3',1,'amrex::MultiCutFab::ok(int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad4fed4196dbde22c7aec7fa98b16b859',1,'amrex::MultiCutFab::ok(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'IndexTypeND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'amrex::IndexTypeND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< TagBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< IArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< FArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::Mask >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::CutFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ok()']]], - ['ok_13912',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'amrex::ParticleContainer_impl']]], - ['ok_13913',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'amrex::FabArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad5855c6485c1d9b2b16d8d87ea0aabf4',1,'amrex::Cluster::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'BoxND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'amrex::BoxND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a10fe281d57e922ce1f6393493e24be17',1,'amrex::BoxList::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ab5719a740695d359628be6f552ba6a3a',1,'amrex::BoxIterator::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe4ab28d7d6d8b37ffb2d2940d47b1e4',1,'amrex::BoxDomain::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adab47a68f8e82d7161ca4951db618a95',1,'amrex::BoxArray::ok()']]], - ['ok_13914',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >']]], - ['ok_13915',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< PetscInt > >']]], - ['ok_13916',['Ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a13dd49de2ef262fde3364ae394f32538',1,'amrex::CoordSys']]], - ['oktocontinue_13917',['okToContinue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5d15ca0da28ca003355c6f45b5cb1cdd',1,'amrex::AmrLevel::okToContinue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a925e6a93c8c15b09058d992c92ef59e3',1,'amrex::Amr::okToContinue()']]], - ['oktoregrid_13918',['okToRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa1a00039cf415f21002bec0bc15342ac',1,'amrex::AmrLevel::okToRegrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af05216d2777d71cb9572ac0a03e19646',1,'amrex::Amr::okToRegrid()']]], - ['olddata_13919',['oldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aad9dcb2a2c843b2643d2d3637f047341',1,'amrex::StateData::oldData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a37932d39174ba8a1475585e6a843ae4b',1,'amrex::StateData::oldData() const noexcept']]], - ['oldgrid_13920',['oldGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a328237a5f801df70d0bb7ca0b3b4f354',1,'amrex::StateData']]], - ['omp_5fget_5fmax_5fthreads_13921',['omp_get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a88c4536a09e2cc9d9edff5cd040814db',1,'amrex_omp_module']]], - ['omp_5fget_5fnum_5fthreads_13922',['omp_get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f567807c5ae4117153ee1e35cb0a418',1,'amrex_omp_module']]], - ['omp_5fget_5fthread_5fnum_13923',['omp_get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f5881f02905de2162615538e3989e36',1,'amrex_omp_module']]], - ['omp_5fin_5fparallel_13924',['omp_in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#ad65feb81483b21194d98cfba40c0b8bb',1,'amrex_omp_module']]], - ['oneiter_13925',['oneIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afe44c08a7965ecfe62b862e3d37ac7a0',1,'amrex::MLMGT']]], - ['ones_5fcomp_5fneg_13926',['ONES_COMP_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6',1,'amrex']]], - ['onsamegrids_13927',['OnSameGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a92aa9afcd8adbbb62d06b8c3c293912a',1,'amrex::ParticleContainerBase::OnSameGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aab39a042c6f9193b4de46b9b8071821d',1,'amrex::ParGDBBase::OnSameGrids()']]], - ['op_5fimpl_13928',['op_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a6fd43131f6c2086e402a05dd5b4f5e0d',1,'amrex::EB2::UnionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ad7d30bca0252b6df844781049ce9e96f',1,'amrex::EB2::UnionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac9c3a8ba66c8ad8c372042f871d4cef9',1,'amrex::EB2::IntersectionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac953fe2cb4312628b6ae8dea7c7fd74d',1,'amrex::EB2::IntersectionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept']]], - ['openallstreams_13929',['OpenAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a672b909147ac7f7560864750485e55c8',1,'RegionsProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64e6e8f6ee3fe3f22896536ca5e05a',1,'BLProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94503fc5a323afaba535e706249a9308',1,'CommProfStats::OpenAllStreams()']]], - ['openbcsolver_13930',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a17244fab5dd3e32b8840c29578d26856',1,'amrex::OpenBCSolver::OpenBCSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a31ec46379a45506dceab79e66c66f5c8',1,'amrex::OpenBCSolver::OpenBCSolver(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa89b51713976f2e1561966c3bd66574e',1,'amrex::OpenBCSolver::OpenBCSolver(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ad780a1c2f297ad99edc26b462b3d65d5',1,'amrex::OpenBCSolver::OpenBCSolver(OpenBCSolver &&)=delete']]], - ['openstream_13931',['OpenStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1f7ef6b7304a0ff3dd4df629cef4971e',1,'amrex::VisMF']]], - ['operator_20bool_13932',['operator bool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#aa03df08645de2b5a2462d7de8e4d92b4',1,'amrex::Scan::RetSum::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'amrex::Array4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a5bdb603ccb81078e1f7ce2b5430ae76e',1,'amrex::Table4D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#af5ee2df60cd5d9e513b645794478457b',1,'amrex::Table3D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'Table2D< RT >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'amrex::Table2D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb5e426687a441d87eb00628cdcc2706',1,'amrex::Table1D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< Real const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'amrex::ParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a1463e62b561526c2d4932222cbd663fc',1,'amrex::Parser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'amrex::MultiArray4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'ParserExecutor< 3 >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aa9a4f3b1d1294b2d9ee3c11690ca4c08',1,'amrex::IParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a04d5a4c122c16fda4686c4be49a76da8',1,'amrex::IParser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#aa18f3bdc35fbb23f6f96821da41ed90e',1,'amrex::MFIter::DeviceSync::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a379f80fbf920e73f6b6f19c7c659da35',1,'amrex::CellData::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 >::operator bool()']]], - ['operator_20delete_13933',['operator delete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#a041c98e27235d44f5c26d3654b588946',1,'amrex::Gpu::Pinned::operator delete()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ad7d60ecb610a604829583ba6bed29731',1,'amrex::Gpu::Managed::operator delete()']]], - ['operator_20int_13934',['operator int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af9ef300a76f9e5e44bb0fbb67b0d715d',1,'amrex::ParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a20bd9a212bbae4a52217cb546f9e752f',1,'amrex::BoundCond::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a1159218523caeeb79fe820ef6962ebca',1,'amrex::ConstParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ab45ae38d0f52ccaa5d37747aae17af88',1,'amrex::Orientation::operator int()']]], - ['operator_20long_13935',['operator Long',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a3cdec68611dbd36c124a37200d6eb516',1,'amrex::ParticleIDWrapper::operator Long()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#acd09e1f256d86bd0c812c2e996943e8d',1,'amrex::ConstParticleIDWrapper::operator Long()']]], - ['operator_20new_13936',['operator new',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#af9ae8eed59658d812dbb21e1ff3ec415',1,'amrex::Gpu::Pinned::operator new()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ac55c26882c245ab3d4b27a99142407fe',1,'amrex::Gpu::Managed::operator new()']]], - ['operator_20sunmemoryhelper_13937',['operator SUNMemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2b00f28ae18c91dc910de0fe7d0b838e',1,'amrex::sundials::MemoryHelper']]], - ['operator_20t_26_13938',['operator T&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a1dc8e939592c5c6be1754bf8486bafc9',1,'amrex::ref_wrapper']]], - ['operator_20void_20_2a_13939',['operator void *',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a5c3d9a0ab32fa72c6f10261f59158775',1,'amrex::OrientationIter']]], - ['operator_21_3d_13940',['operator!=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5856751adc0f5194829d3c3920bc2717',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e766038223d0266729aaf683f0b45be',1,'amrex::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a1bb764fdac5609fed5a8001c2432574d',1,'BLProfStats::TimeRange::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#ab120307e57dd47cc9d01ca636bf1f0df',1,'amrex::DistributionMapping::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ab9afafb3f06bd646649bc865668e874a',1,'amrex::BoxArray::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ac17cd9e2f12e571dd7564e25844ff71a',1,'amrex::RealDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a14ec09bf37c61e88414f6e672c4f0d89',1,'amrex::OrientationIter::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a20616a77be20de0b816afe9db8cb3427',1,'amrex::Orientation::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#aa54365274c737f11f87f1e2ae2cf7344',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ac7a495a607b210cd274adf1f4318ebb0',1,'amrex::Neighbors::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a1547e74c5752d256ba49fd25b2c7a045',1,'amrex::BinIterator::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7dbcd8a4547e0ba1341506dddf491538',1,'amrex::BCRec::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acdae3eee27022bd69a6c207d800e497e',1,'amrex::FabArrayBase::BDKey::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20f87e767c1742aa9d48ab35c5739352',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35966fff359c5b6498bcc2ca60c67f12',1,'amrex::BoxDomain::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a4610d792f42c68d9c5481dcf83d09397',1,'amrex::BoxList::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'amrex::BoxND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'BoxND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a9dfa2a2658568e4273c188d39a3f50fd',1,'amrex::Neighbors::const_iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a47d8be48dc04b300c928211027aa842f',1,'amrex::DistributionMapping::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a53f51a0228b512f902afab3b8dfe1132',1,'amrex::EBCellFlag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'amrex::IndexTypeND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'IndexTypeND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8978d7b1e2a354efd66c3014c145a018',1,'amrex::IntDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'amrex::IntVectND::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'amrex::IntVectND::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'IntVectND< AMREX_SPACEDIM >::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'IntVectND< AMREX_SPACEDIM >::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a8aabc0941165754bb046bcde35674e46',1,'amrex::Gpu::range_detail::range_impl::iterator::operator!=()']]], - ['operator_26_13941',['operator&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'BoxND< AMREX_SPACEDIM >::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab',1,'amrex::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'amrex::BoxND::operator&()']]], - ['operator_26_3d_13942',['operator&=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a7141f72152ed90f038fa830ad6026383',1,'amrex::Mask::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'BoxND< AMREX_SPACEDIM >::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'amrex::BoxND::operator&=()']]], - ['operator_28_29_13943',['operator()',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html#af4bf053d8e8024c447f42ee722e08eb5',1,'KeepValidFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a6dc1f8b3f8c85df7d0508d2afa62497d',1,'amrex::GetParticleBin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a4c3267155e90c9b58523f0b562d4ae96',1,'amrex::IParserExecutor::operator()(GpuArray< long long, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#af52158bd45ec9f15cff8cbfa9806b449',1,'amrex::IParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#adb9b5a32bd60f0e12c25dea36a515b7a',1,'amrex::IParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ad2e748f8d4a64e6b32590c461400256b',1,'amrex::EB2::IntersectionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#a89428abce93c8dd7f913b7c2c9cbbe70',1,'amrex::EB2::IntersectionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a3319c4ea6b55bcbf4790af653e33257a',1,'amrex::NonLocalBC::Identity::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a2be194ea3baaf9a996c82b946bf54803',1,'amrex::NonLocalBC::Identity::operator()(Array4< const T > array, Dim3 i, int comp=0) const noexcept(noexcept(array(i.x, i.y, i.z, comp)))'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a0a03a9cf27f2ed969f918c7946e68659',1,'amrex::NonLocalBC::Identity::operator()(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html#a8259627d5c6e1faa50ef4c9134875684',1,'amrex::CArena::Node::hash::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a9b5b30017f2201c8c0324b6cce53e591',1,'amrex::GpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6e0f7057538a8b0e3447ad9f3eca33ba',1,'amrex::GetSendBufferOffset::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac9216dea392b3432ba44c349cc05dc87',1,'amrex::GetPID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a73c39a5e51dab2870165da88688306d7',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#aae1fa2d9ba2bc75c3299f62b6cd7f587',1,'amrex::EB2::LatheIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a2f28fcb7590a82bba0f77f9a1d30054b',1,'amrex::EB2::LatheIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#acea35eef8eb181565155c3d867a0ba02',1,'amrex::LevelBld::operator()()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a5c3d4f5f5a23c369c5077d56f1e73ff1',1,'amrex::LevelBld::operator()(Amr &papa, int lev, const Geometry &geom_lev, const BoxArray &ba, const DistributionMapping &dm, Real time)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html#a99082f49ab07519b28572cf77064832e',1,'amrex::DistributionMapping::LIpairGT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html#ad2e3150718e10a60670b28b1b77c02be',1,'amrex::DistributionMapping::LIpairLT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html#a5c318952861df63dc7c10b951dc3e434',1,'amrex::LogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html#a2c58f13f24e524ecceb55f0baabff240',1,'amrex::LogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaf960814958b6c90e2d7e7a8f49a1243',1,'amrex::LUSolver::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html#a8f0911901c0819ea99040d1974667ded',1,'make_particle::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html#a269bf3ff63cb2ce05bd7232ea6f29b17',1,'make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a368643b0ca2dfd8221c8ce8252b2fc4a',1,'amrex::NonLocalBC::MapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html#a8917775ae9df37b7e67730e881451d35',1,'amrex::Maximum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html#ac1323c5ec139871b4306cf2225acf5af',1,'amrex::Minimum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html#a62ffeb5bbfdfbd3bd1ffc9e5d589c3d8',1,'amrex::Minus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a8d0b86fe0458f8d27a31ed322f7dc73d',1,'amrex::EB2::ExtrusionIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0d66db706137406cce85fd27fa47cb03',1,'amrex::DataDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html#a045213828ba94399e0ae088919d31c4c',1,'amrex::DefaultAssignor::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ac4f3ac6493013249d257776e80cd2c18',1,'amrex::Gpu::Deleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a0a0a9974c7f096ab2608f160ff49bc90',1,'amrex::EB2::DevicePtrIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a704b10f0c8f8e3d2e3a94bd61e29b659',1,'amrex::EB2::DevicePtrIF::operator()(const RealArray &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5ddb728283449ea186a2bb9927f9f07a',1,'amrex::EB2::DifferenceIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a9f0201cea6434d87c025a6a415a31ab5',1,'amrex::EB2::DifferenceIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html#a4c3c102f0b2705ba865a9b373dc02082',1,'amrex::Divides::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#ac56d4e24891fdae19c88f32f77305ced',1,'amrex::algoim::EBPlane::operator()(Real x, Real y, Real z) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a289724cd28f09eb3d384c5a9f432c082',1,'amrex::algoim::EBPlane::operator()(GpuArray< Real, 3 > const &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a873e22e55b07270d2825c521584bc5b0',1,'amrex::EB2::EllipsoidIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a473ae4749d679793645566fc4f345bd0',1,'amrex::EB2::EllipsoidIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a6248c805a2c4965a0db817e5a302f701',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, AMREX_ARLIM_P(tlo), AMREX_ARLIM_P(thi), const int *tagval, const int *clearval, Real *data, AMREX_ARLIM_P(data_lo), AMREX_ARLIM_P(data_hi), const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#ae9e899a6e621a194470e4c30fdb2810b',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, const int *tlo, const int *thi, const int *tagval, const int *clearval, Real *data, const int *dlo, const int *dhi, const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a4d92e57562f4077cc2e7d218ac39b540',1,'amrex::ErrorRec::ErrorFunc2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html#ab41abaf15d3be0539f7e442f50823853',1,'amrex::nodelap_detail::GetNode2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a1741255351846bea7ccc07037280d668',1,'amrex::EB2::ExtrusionIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html#a1bbaa2223dbb23569372c9eb456c2bfb',1,'amrex::FabFillNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aaa477531586ad42032317fe1be5feb2d',1,'amrex::Math::FastDivmodU64::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a0057542962ff6d94256f3acb727ef870',1,'amrex::FillPatchIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html#a1460db80341eb4b774a1a0c0e495d353',1,'FilterPositiveID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#aa0dc57c35d82cef845b823c50ee367c3',1,'FilterVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#ad2772cab77f44e3555523f450c60a270',1,'amrex::GetBucket::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html#a5fa021ce7b1add83c40f5dbaf0854a87',1,'amrex::nodelap_detail::GetNode::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ad91320085ac8e7599dd38d7b067fa1b4',1,'amrex::Table4D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a89e22c870d98d7461aae4c027815fb35',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html#a25646bb346892b03e5142c5179d82efa',1,'amrex::IntVectND::shift_hasher::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3824095808843e69354b448ae713aabb',1,'amrex::EB2::SphereIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a5e743f7fb6209bbcc44381ac15588528',1,'amrex::EB2::SphereIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aef6edefbdd33552d70ce613e418b468d',1,'amrex::EB2::SplineIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a7d83762b4f64ce375d57c3f3bc34d4e1',1,'amrex::StateDataPhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a05619d7fde43cbc85b534cfe67bc457f',1,'amrex::Gpu::StreamIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html#a3e790daff54f3ef4a93edc593eba1a58',1,'amrex::NonLocalBC::SwapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ad93f4a373b80177a48be382269f0830b',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#af48ff04f7ea7849aee3b597e21c1ffc8',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#aa952c0160cc709f5bf2dc7183c9b25b5',1,'amrex::NonLocalBC::SwapComponents<-1, J >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a4d8ba7fa9408d591083cf1c27205b2ef',1,'amrex::Table1D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'amrex::Table2D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'Table2D< RT >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a105b73e0e4a15d5df58f3543af1e1a63',1,'amrex::Table3D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a7921ac823d8efefb9c4f3dc9d9451965',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a621695c7c205f29b1b389a3ae6518d9b',1,'amrex::TheFaArenaDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html#a9773758cbd910ac77b995b586462c0ce',1,'BLProfStats::TimeRangeCompare::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a77c0aa2da3ac31736b0ef2f6e7e5786a',1,'amrex::EB2::TorusIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a5e39ae05f89d8155ce4fd5428b8ac84f',1,'amrex::EB2::TorusIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html#ac0f55ce4a39ac6c99b4fe7ffd29dd191',1,'TransformerGhost::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html#a5ca4a0a936c90155fe2fd0fc99a90a65',1,'TransformerVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a7fd15d74b4e540bd29e7eca133b78354',1,'amrex::EB2::TranslationIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a5e944ef6c2a7af72086a20fc8068a54a',1,'amrex::EB2::TranslationIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ac1f454172200f68f6572ca2b2bae01a4',1,'amrex::EB2::UnionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a632fe276ada0d4f9325b521ec1507fa0',1,'amrex::EB2::UnionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a67a7f0e72439488154b09bebeb5e7e03',1,'amrex::AMRErrorTag::UserFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< HYPRE_Int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a98c517d689cc56ae6b2b06b7151f8afb',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html#ae695d68776b96c331022e784b0de28a2',1,'amrex::Multiplies::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a9633b75eb2bd1251d7406b5ba1bee0db',1,'amrex::NullInterpHook::operator()(MFFAB &, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#ab32241bc8164d5433b0a0feeaa64e308',1,'amrex::NullInterpHook::operator()(Array< MFFAB *, AMREX_SPACEDIM >, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a95fb47ea2bdaf1d0296a32db51dff33e',1,'amrex::NullInterpHook::operator()(MFFAB &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ad0d517ef2f1ae5dbb54419269d138f9b',1,'amrex::OrientationIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html#a6ce96ff1cc7c06f5d9ffbf9535b0248b',1,'amrex::InSituUtils::orOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'amrex::ParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'amrex::ParserExecutor::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'ParserExecutor< 3 >::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'ParserExecutor< 3 >::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a287e8b10d180da705ff141acc9c58363',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a2b43db01447bc941d865e495da9c568f',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a5afe16630bdd3077df15809934231f0c',1,'amrex::PhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html#a8367af9f1f895bd513e5c27ed2c37004',1,'amrex::PhysBCFunctNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#af0b5e7421a5c1919ada54ae7d323aa0f',1,'amrex::EB2::PlaneIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a59d3e8ae75b3d5d083da3255eab14693',1,'amrex::EB2::PlaneIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html#a57fb4703952d4a5f580f1d938d0d8196',1,'amrex::Plus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aaa660becce2b6d314003918489a6c426',1,'amrex::EB2::PolyIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a5c6c6284278cec6a7031daf8a067c13b',1,'amrex::EB2::PolyIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#acff822d47e6b715aab55ddfc948a3c68',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#adb67d55309309993e9b7e4e06df514de',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#abdedce2d04be8053516c529fcd98ecb8',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a8af866d6a7ef190529d3f3d174054b3d',1,'amrex::EB2::PolynomialIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a2e3ae065305b661cde39900314db8a26',1,'amrex::EB2::PolynomialIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html#a723eaac830169eba34146a762f245b58',1,'amrex::RungeKutta::PostStageNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ab49f0d215d0f61cdc48cefdfda4ed845',1,'amrex::algoim::QuadratureRule::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< Real const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< Real const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< Real const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< Real const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a0e05fe63baa231bab1d6506626e9be58',1,'amrex::ArrayOfStructs::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aef53c61df8507acf2d71d4a0ef53641b',1,'amrex::ArrayOfStructs::operator()() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'amrex::Array1D::operator()(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'amrex::Array1D::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a3f9d380346d4509d37eb8bde92fa184f',1,'amrex::AMRErrorTag::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'amrex::AmrAssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#a4e557dfc80129ded4fe5b4f0737c19f7',1,'amrex::EB2::AllRegularIF::operator()(AMREX_D_DECL(Real, Real, Real)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#afe65b0a23a8c6a2c423aba19003ea70e',1,'amrex::EB2::AllRegularIF::operator()(const RealArray &) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a244ad749728c4876ed8cf43e93d292a5',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'amrex::Array4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'amrex::Array4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'amrex::Array4::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'amrex::Array4::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'amrex::Array4::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'amrex::Array4::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a201dbe5429e6cfe411c1396a54ae3d7f',1,'amrex::BATbndryReg::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac4d8fdb6fc30b8faef002df62c87c58d',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a9cc54bbb88661a1f1f7c2f267ae31640',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a6112736395d0049cf00285ae69353608',1,'amrex::BinMapper::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a650f32f0436d1606c8ef585f2c735c0b',1,'amrex::BATransformer::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a74913a08b18156f59077f6d0972ca19e',1,'amrex::BATnull::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a5478ed9c92ec36bda1e9d6ff6cbe903a',1,'amrex::BATindexType_coarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a7e570ffae7114709f8cfc3647243629f',1,'amrex::BATindexType::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#accb0f22d726742557c190e09002329bd',1,'amrex::BATcoarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a55c5a1648bba00364e5767ab110587b1',1,'amrex::StateDescriptor::BndryFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< Real >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< Real >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< Real >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< Real >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< PetscInt >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< PetscInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a689ef6effdce75ce81a6a3cb43941c0c',1,'amrex::BndryFuncArray::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a7a62e727685b8e1d48309139944ab28f',1,'amrex::algoim::BoundingBox::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#ac9a51d8b51c8b2d730b289ea6f3600b7',1,'amrex::EB2::BoxIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a3b02a8674dd81501122d702f0048cfe1',1,'amrex::EB2::BoxIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab67af2aa5add774d28c95c0c560e0132',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#aebcdaf02806e9e177a3c0364a7aa1206',1,'amrex::CpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac114241000abc43b7c9d00e98603b6f9',1,'amrex::EB2::ComplementIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0acb6e6e2c0fec594ee992b4811f3702',1,'amrex::EB2::ComplementIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html#ac63b24fe49bc64231c37773eddf61e8d',1,'detail::CellStore::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html#ac853cb6b9adde1eadba8396c59b028dc',1,'detail::CellAtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html#a9309498369d1b40c130b4335dcbf6f94',1,'detail::CellAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a43c937c4689f4b5388b9a0f5e77cb15b',1,'amrex::BoxIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a32bcf16bda3e37b3cd08b2c89a0324f5',1,'amrex::BoxIndexerND< 1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a95e13aac1eac4316e6e01d2ddd47ac3f',1,'amrex::BoxIndexerND::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html#a3652266a0f587ab6652566b40ce86a2f',1,'amrex::Gpu::AtomicMax::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< AtomicInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'amrex::BaseFab::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'amrex::BaseFab::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'amrex::BaseFab::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'amrex::BaseFab::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html#a57fa34f46bd220567f9aa55376e8dd01',1,'amrex::Gpu::AtomicMin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< AtomicInt >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html#ac07d5f44c06a1cc91aaadf6182504ffc',1,'amrex::Gpu::AtomicLogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html#a40fb56ba67334eaa96d9384c9c0bee7c',1,'amrex::Gpu::AtomicLogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html#af25b1aed5bb341d32acee92134d70fc1',1,'amrex::Gpu::AtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html#a8c0f2e9f6f2220131085f615354e83de',1,'amrex::InSituUtils::assignOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a57241e64f78411c46519989b5c942fbb',1,'AssignGridFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()(const IntVect &iv, int nGrow=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()(const P &p, int nGrow=0, Assignor const &assignor=Assignor{}) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< char >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< int >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< char >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< char >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< char >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< AtomicInt >::operator()()']]], - ['operator_2a_13944',['operator*',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0',1,'amrex::operator*(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab',1,'amrex::operator*(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2',1,'amrex::operator*(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af07743d59bb6e85014d959611f47b81f',1,'amrex::operator*(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7',1,'amrex::operator*(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603',1,'amrex::operator*(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866',1,'amrex::operator*(LLs, TypeList< As... >)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'amrex::IntVectND::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aec0fa511077c6d8567764d722c243bc4',1,'amrex::Neighbors::const_iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a60e15a72d1935e19d3a9912f232c9c0d',1,'amrex::Neighbors::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a4fbe5d48fc816218c5458a3ca0bbce81',1,'amrex::Gpu::range_detail::range_impl::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aa2320d69f38d0da741e0c0c063a56c26',1,'amrex::BinIterator::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'IntVectND< AMREX_SPACEDIM >::operator*(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'IntVectND< AMREX_SPACEDIM >::operator*(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'amrex::IntVectND::operator*()']]], - ['operator_2a_3d_13945',['operator*=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< HYPRE_Int >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'amrex::BaseFab::operator*=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'amrex::BaseFab::operator*=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< AtomicInt >::operator*=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< AtomicInt >::operator*=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< char >::operator*=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< char >::operator*=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< EBCellFlag >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< EBCellFlag >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< HYPRE_Int >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< int >::operator*=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< int >::operator*=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< PetscInt >::operator*=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< PetscInt >::operator*=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< Real >::operator*=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< Real >::operator*=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a33b76e08a00922aa6e92853e71dca58e',1,'amrex::GpuComplex::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'amrex::IntVectND::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'amrex::IntVectND::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'IntVectND< AMREX_SPACEDIM >::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'IntVectND< AMREX_SPACEDIM >::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ab5da719fa0c6a5d6e62e3ce73cc949df',1,'amrex::GpuComplex::operator*=()']]], - ['operator_2b_13946',['operator+',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a',1,'amrex::operator+(TypeList< As... >, TypeList< Bs... >)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482',1,'amrex::operator+(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606',1,'amrex::operator+(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9',1,'amrex::operator+(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93',1,'amrex::operator+(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7',1,'amrex::operator+(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91',1,'amrex::operator+(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf062698516fbd51a09bead1a35275d1',1,'amrex::operator+(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'IntVectND< AMREX_SPACEDIM >::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'amrex::IntVectND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'IntVectND< AMREX_SPACEDIM >::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'IntVectND< AMREX_SPACEDIM >::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'amrex::IntVectND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'amrex::BoxND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'BoxND< AMREX_SPACEDIM >::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'amrex::IntVectND::operator+()']]], - ['operator_2b_2b_13947',['operator++',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a47cb9c9c13164881e7cd69a7fd7bf455',1,'amrex::NFilesIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a07805b5419bb6d709a1e7b3b4502443b',1,'amrex::Gpu::StreamIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'amrex::ParIterBase_impl::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a58042bf3c7e9fddb551bb7e141061287',1,'amrex::OrientationIter::operator++(int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a03e68db112225e2597253f273e7a26a4',1,'amrex::OrientationIter::operator++() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aec727f262b8f91587f66613da26fcbbb',1,'amrex::MFIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aa3897bfacd517fe8022b39be48c6bb2e',1,'amrex::Neighbors::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a2e2e9f92ab70561863bc24cc7453a46f',1,'amrex::Gpu::range_detail::range_impl::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a4dacf767fe235d9ee43292d67bec16c3',1,'amrex::BinIterator::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#afb37122d2345a3ca3023c1b8c043ebe2',1,'amrex::Neighbors::const_iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1eb1f7dc12b228e2893a693691781ab4',1,'amrex::BoxIterator::operator++()']]], - ['operator_2b_3d_13948',['operator+=',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae2a818d0a7964627c0273d2cc9f85bb5',1,'amrex::GpuComplex::operator+=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae13156133f8fd02f878a7992e0754217',1,'amrex::GpuComplex::operator+=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'amrex::IntVectND::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'amrex::IntVectND::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'IntVectND< AMREX_SPACEDIM >::operator+=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'IntVectND< AMREX_SPACEDIM >::operator+=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'amrex::BaseFab::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< PetscInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const int *, NArrayInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< bool, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::Interval, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'amrex::GpuArray::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae4fbeeb036f82398a0aa386bf976af6c',1,'amrex::EBCellFlag::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'BoxND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'amrex::BoxND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a305048fb353b663f23b3562bc793d4d9',1,'amrex::BndryRegisterT::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< Real >::operator+=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< Real >::operator+=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< PetscInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< int >::operator+=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< int >::operator+=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< HYPRE_Int >::operator+=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< HYPRE_Int >::operator+=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< EBCellFlag >::operator+=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< EBCellFlag >::operator+=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< char >::operator+=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< char >::operator+=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< AtomicInt >::operator+=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< AtomicInt >::operator+=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'amrex::BaseFab::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, nelems >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal *, NAR >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 4 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int *, NAI >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const ParticleReal *, NArrayReal >::operator+=()']]], - ['operator_2d_13949',['operator-',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'amrex::IntVectND::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'amrex::BoxND::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'BoxND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'amrex::IntVectND::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'amrex::IntVectND::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47',1,'amrex::operator-(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344',1,'amrex::operator-(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252',1,'amrex::operator-(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d',1,'amrex::operator-(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f',1,'amrex::operator-(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39',1,'amrex::operator-(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5',1,'amrex::operator-(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'IntVectND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'IntVectND< AMREX_SPACEDIM >::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'IntVectND< AMREX_SPACEDIM >::operator-(const IntVectND< dim > &p) const noexcept']]], - ['operator_2d_2d_13950',['operator--',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a8b990aa17fb0284e3b5c74d3b5d626da',1,'amrex::OrientationIter::operator--() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#afd0845077909931b9ed38c1874b12f75',1,'amrex::OrientationIter::operator--(int) noexcept']]], - ['operator_2d_3d_13951',['operator-=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'amrex::BaseFab::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'amrex::BaseFab::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< AtomicInt >::operator-=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< AtomicInt >::operator-=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< char >::operator-=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< char >::operator-=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< EBCellFlag >::operator-=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< EBCellFlag >::operator-=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< HYPRE_Int >::operator-=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< HYPRE_Int >::operator-=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< int >::operator-=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< int >::operator-=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< PetscInt >::operator-=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< PetscInt >::operator-=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< Real >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'IntVectND< AMREX_SPACEDIM >::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'IntVectND< AMREX_SPACEDIM >::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'amrex::IntVectND::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'amrex::IntVectND::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2fa2ed5a6027135dafd7c96e64628153',1,'amrex::GpuComplex::operator-=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2db95eb3b93c7d19e60e220d3c61fa74',1,'amrex::GpuComplex::operator-=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'BoxND< AMREX_SPACEDIM >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'amrex::BoxND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< Real >::operator-=()']]], - ['operator_2f_13952',['operator/',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a',1,'amrex::operator/(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958',1,'amrex::operator/(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a991630c159fc9def80cb6f19864cd029',1,'amrex::operator/(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8',1,'amrex::operator/(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895',1,'amrex::operator/(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'amrex::IntVectND::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'amrex::IntVectND::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'IntVectND< AMREX_SPACEDIM >::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'IntVectND< AMREX_SPACEDIM >::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept']]], - ['operator_2f_3d_13953',['operator/=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< PetscInt >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< int >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< Real >::operator/=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< Real >::operator/=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#aa3ec285342921544d308aa9e7fb93470',1,'amrex::GpuComplex::operator/=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a7903cf4d3b219578d8fe6d4981d25c8b',1,'amrex::GpuComplex::operator/=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'amrex::IntVectND::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'amrex::IntVectND::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'IntVectND< AMREX_SPACEDIM >::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'IntVectND< AMREX_SPACEDIM >::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< PetscInt >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< int >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< HYPRE_Int >::operator/=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< HYPRE_Int >::operator/=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< EBCellFlag >::operator/=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< EBCellFlag >::operator/=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< char >::operator/=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< char >::operator/=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< AtomicInt >::operator/=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< AtomicInt >::operator/=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'amrex::BaseFab::operator/=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'amrex::BaseFab::operator/=(T const &val) noexcept']]], - ['operator_3c_13954',['operator<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a8b3953bf7e65f41e79d25acef114bde7',1,'amrex::FabArrayBase::CopyComTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'BoxND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'amrex::BoxND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ab36d9acc122e0741d84185b67e7e7493',1,'amrex::FabArrayBase::BDKey::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'amrex::IndexTypeND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'IndexTypeND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a8c3a2eb08575db272e57c3f5bef4b3d7',1,'amrex::OrderedBoxes::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a9ae8cb01838a70159d4fc0443bf9ff14',1,'amrex::XYPlotDataListLink::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a50db43a2c683742c1d3b7be92b47f3d5',1,'amrex::WeightedBoxList::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#afafaad5f1bf1628a4beb4550bbb8a89b',1,'amrex::WeightedBox::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#acf88511a112b6bcc2cba29a585f5ac13',1,'amrex::DistributionMapping::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a6e0ad88f090537be644ffd04d1e729c8',1,'amrex::BoxArray::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3c9e80d08753362f5c7afbddd600265b',1,'amrex::Orientation::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3d53e0dac699c533be3ddb44eda51cd4',1,'amrex::CArena::Node::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a4bffa279069f55ac1466eed12bc01cb2',1,'amrex::NeighborParticleContainer::NeighborTask::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a10c102c9e13e72793500a25f3f9183e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a21e4b53049f104b30e05251605567e87',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'IntVectND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'amrex::IntVectND::operator<()']]], - ['operator_3c_3c_13955',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8',1,'amrex::operator<<(std::ostream &os, const Particle< 0, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267',1,'amrex::operator<<(std::ostream &os, const Particle< 0, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6',1,'amrex::operator<<(std::ostream &os, AmrMesh const &amr_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a',1,'amrex::operator<<(std::ostream &os, const Vector< Vector< Real > > &ar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa',1,'amrex::operator<<(std::ostream &os, const EBCellFlag &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255f1f8c5e709392a949283da47211f5',1,'amrex::operator<<(std::ostream &os, const Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1637e435aecce22da819f6df77982d2f',1,'amrex::operator<<(std::ostream &os, const VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a492f8cd348a9cfb3805468d3f1081e17',1,'amrex::openbc::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a5bbd4fa6e8cdd37da6d809de13b45e2b',1,'BLProfStats::TimeRange::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a43ce9c9132ac1094cd3d33c4fc2dfa97',1,'amrex::PrintToFile::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac8175adceb5d8f83e3ce075822254d67',1,'amrex::PrintToFile::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f70b8c4d52413ce97eac0effcf94547',1,'amrex::Print::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a0c8f6035a653a6ac6b1938529de12c00',1,'amrex::Print::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a2a34428b10052534d2a20c3b37595a25',1,'hacc::Error::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a326873b485cf73b0daa906dda88ee008',1,'amrex::operator<<(std::ostream &os, const LinOpBCType &t)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Bytes &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7',1,'amrex::operator<<(std::ostream &os, const FabArrayBase::BDKey &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d',1,'amrex::operator<<(std::ostream &os, const IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b',1,'amrex::operator<<(std::ostream &os, const RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93',1,'amrex::operator<<(std::ostream &os, const FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779',1,'amrex::operator<<(std::ostream &, const Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af924e08c1b1c132575c3627b47c65695',1,'amrex::operator<<(std::ostream &out, const GpuComplex< U > &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323',1,'amrex::operator<<(std::ostream &os, const dim3 &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958',1,'amrex::operator<<(std::ostream &os, const IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696',1,'amrex::operator<<(std::ostream &os, const IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0',1,'amrex::operator<<(std::ostream &os, const Array4< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Builds &builds)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac38f92b345723f71defea15e208ee644',1,'amrex::operator<<(std::ostream &os, const Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a',1,'amrex::operator<<(std::ostream &os, Array< T, AMREX_SPACEDIM > const &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8',1,'amrex::operator<<(std::ostream &os, const std::pair< T, S > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a',1,'amrex::operator<<(std::ostream &, const RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a',1,'amrex::operator<<(std::ostream &ostr, const RealVect &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba',1,'amrex::operator<<(std::ostream &os, const VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a',1,'amrex::operator<<(std::ostream &os, const Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e',1,'amrex::operator<<(std::ostream &os, const ErrorList &elst)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421',1,'amrex::operator<<(std::ostream &os, const DistributionMapping &pmap)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5',1,'amrex::operator<<(std::ostream &os, const DistributionMapping::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf',1,'amrex::operator<<(std::ostream &os, const BCRec &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f',1,'amrex::operator<<(std::ostream &os, const BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0',1,'amrex::operator<<(std::ostream &os, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe',1,'amrex::operator<<(std::ostream &os, const BoxArray::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6',1,'amrex::operator<<(std::ostream &os, const BoxDomain &bd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1707379eb41f317b0b08a3827c641713',1,'amrex::operator<<(std::ostream &os, const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae61c3524e3181147593dbfdd52701639',1,'amrex::operator<<(std::ostream &os, const CArena &arena)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec',1,'amrex::operator<<(std::ostream &os, const CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a542e598352208488d6049caf539dd073',1,'amrex::operator<<(std::ostream &os, const T &d)']]], - ['operator_3c_3d_13956',['operator<=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af58a1225b480f11546da44203aad48b7',1,'amrex::Orientation::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'IntVectND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'amrex::IntVectND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'BoxND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'amrex::BoxND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()']]], - ['operator_3d_13957',['operator=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3c0bbbb50d35a9362c988549d3806f2b',1,'amrex::NFilesIter::operator=(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a391d14db5a565155805448e0168c1da5',1,'amrex::NFilesIter::operator=(NFilesIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a531b8aa2b7cb3140db64402b060c0406',1,'amrex::detail::Nonesuch::operator=(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a3dbacdafd791162c9474b934df093e5c',1,'amrex::detail::Nonesuch::operator=(Nonesuch &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa683523b9787a4de44ec76ce557094b0',1,'amrex::OpenBCSolver::operator=(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a7861601e913a4f49dd5be1338245f681',1,'amrex::OpenBCSolver::operator=(OpenBCSolver &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6fe163ca93657b9af53a856a50e3587c',1,'amrex::PArena::operator=(const PArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a3266cb4ba41c7414db7c8a56b3c857d5',1,'amrex::PArena::operator=(PArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a75e2960ee0458eb71dd4fd91ca728fa6',1,'amrex::FabArrayBase::ParForInfo::operator=(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ac7f708582ac16f85339579a6b67776de',1,'amrex::FabArrayBase::ParForInfo::operator=(ParForInfo &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af187b3c1e4f0d96810f5ea4cdb6fec43',1,'amrex::NeighborParticleContainer::operator=(NeighborParticleContainer &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a442d7b34e588606cf0ddb1c5184c3af6',1,'amrex::NeighborParticleContainer::operator=(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a243a3677b563ffcb634fef14aea3e2d5',1,'amrex::MultiMask::operator=(MultiMask &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9b33ae3b53911061ae8e1130568b85af',1,'amrex::MultiMask::operator=(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a67583513729934c65d6b9f35721fc1d5',1,'amrex::MultiFabCopyDescriptor::operator=(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ac90365f66834e10bf1c7c1dc6e52715d',1,'amrex::MultiFabCopyDescriptor::operator=(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af008350cc46bb35e93244deae918a1e9',1,'amrex::MultiFab::operator=(Real r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62b9fe978cd451f411245dc8a1e97b40',1,'amrex::MultiFab::operator=(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa2e6e3cf95934c1b6ee898d10a1845f0',1,'amrex::MultiFab::operator=(MultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5d048b1c459102c5f3f038147a171ecb',1,'amrex::MultiCutFab::operator=(MultiCutFab &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a933d522f37c305e1517c6b3b09248254',1,'amrex::MultiCutFab::operator=(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a82053d445bf2ea2e6055e1d4755c5cb7',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab0a8a31da058bc8f88a49f49c42ad703',1,'amrex::PETScABecLap::operator=(PETScABecLap &&) noexcept=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a40dd9fb9d880d6ff54429144e6efbed3',1,'amrex::PETScABecLap::operator=(PETScABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acc52901a023078220fa514b61924c7fb',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#afb17a58ce58c664ed22c3f0890581d20',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac55f2d730c8ca75e15ee16ab8ea1421f',1,'amrex::ParticleTile::operator=(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7a08e236f66b308e06273901d53bfe94',1,'amrex::ParticleTile::operator=(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a822b71d351b9a073d243639441c544bc',1,'amrex::ParticleIDWrapper::operator=(const Long id) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a4d2982f670339f79e2fd37622f27b3c4',1,'amrex::ParticleIDWrapper::operator=(ParticleIDWrapper &&pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a9fa4a9ab82a49b53fce7c12cf1a2c108',1,'amrex::ParticleIDWrapper::operator=(const ParticleIDWrapper &pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a33753ebd2ade110a7d28012be9531299',1,'amrex::ParGDBBase::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a8f5cecc58007e61c57172600f66d911d',1,'amrex::ParticleCPUWrapper::operator=(ParticleCPUWrapper &&pcpuw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#aee3e19031ec6e1adbaaaf08c5da52186',1,'amrex::ParticleCPUWrapper::operator=(const ParticleCPUWrapper &pcpuw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a08060e877e41b78ef42581d8a8d7326c',1,'amrex::ParticleContainerBase::operator=(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a4d64529e53afd5cccc69ff5a27262411',1,'amrex::ParticleContainerBase::operator=(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'amrex::ParticleContainer_impl::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'amrex::ParticleContainer_impl::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abd1065cb24af64963c6fb93d16405345',1,'amrex::ParGDBBase::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a95ad9bfec44e8b260696f038d9401559',1,'amrex::MLALaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a614f7af31b508f6601751d868cda4f38',1,'amrex::MLEBNodeFDLaplacian::operator=(MLEBNodeFDLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aa1055e6ea600020a60c4d6e223e811a6',1,'amrex::MLEBNodeFDLaplacian::operator=(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa0d12f5f57ddf587493f2c93f516dd8',1,'amrex::MLEBABecLap::operator=(MLEBABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a510cfdf6165c8a08174e71624357bbf9',1,'amrex::MLEBABecLap::operator=(const MLEBABecLap &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7685399dae192cd7ab6ec2dfcf0c4fd7',1,'amrex::MLCGSolverT::operator=(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e65cb69c133e5230dead4ce4894015b',1,'amrex::MLCGSolverT::operator=(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a36d76fae0e448ac86582b957eb7b5174',1,'amrex::MLCellLinOpT::operator=(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#abcbc29c6deeba6419b5cd5a67b553cd6',1,'amrex::MLCellLinOpT::operator=(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a53ae18ac5de6900a4a30e6de3385e25b',1,'amrex::MLCellABecLapT::operator=(MLCellABecLapT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ab5b785aa902dc8bd312b0545966bb36a',1,'amrex::MLCellABecLapT::operator=(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac801f35a398c39c6ae9b42b1e6c29c7a',1,'amrex::MLEBTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aec2a20506af9dae408a83637906ba328',1,'amrex::MLALaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8c62b49fb295c000921dac7ad3a8a35e',1,'amrex::MLABecLaplacianT::operator=(MLABecLaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3b0b77f4e5bca96926395f274fca20b1',1,'amrex::MLABecLaplacianT::operator=(const MLABecLaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61f66e0c8dd6b23c672213d1393f59da',1,'amrex::MFIter::operator=(MFIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab35d3c7298d61ba3c7d2844c402dd6fc',1,'amrex::MFIter::operator=(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a98a485f718830f05c4833b82e0749f2e',1,'amrex::ForkJoin::MFFork::operator=(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ad06d1e92d8a2216c6a39393c6975f0ed',1,'amrex::ForkJoin::MFFork::operator=(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a54c7c8dd45cada5e8bfd707f5df76349',1,'amrex::MemProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a9f609c8c314f0c1e45a4c03cc6f1dc58',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#aa60f43d3f72e938bb62327ce8b750ca4',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4cbde89753cb5ebd10a3d2e94ec7fed1',1,'amrex::MLNodeABecLaplacian::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a3879f323dc12422e979cd5c1db513481',1,'amrex::MLTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a67c25c473285026978a8f48b968ab434',1,'amrex::MLPoissonT::operator=(MLPoissonT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a2d8e6b0aa269254735db2dfba265aa80',1,'amrex::MLPoissonT::operator=(const MLPoissonT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af2c6cddd7845ebd68c230cfca9d87f36',1,'amrex::MLNodeTensorLaplacian::operator=(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a5da9b21533b225c64397df972338e494',1,'amrex::MLNodeTensorLaplacian::operator=(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8dcf3f92d3ef1932e03ad470e29d1517',1,'amrex::MLNodeLinOp::operator=(MLNodeLinOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a1f11eab31e2487056a5befd79c8a22a0',1,'amrex::MLNodeLinOp::operator=(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f0797012b11f58024e0789f7acc26dc',1,'amrex::MLNodeLaplacian::operator=(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af5fc5382f4bff5cbeec42c320d033b77',1,'amrex::MLNodeLaplacian::operator=(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aeaef8d38cd39811a7a826bdf3c8c13f5',1,'amrex::MLNodeABecLaplacian::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a20b3da7c94a567c736a703979565eb7c',1,'amrex::MLTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac8e651aa7881ce8282167ad72e4a1af3',1,'amrex::Mask::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8c2f30c718f6a141afce34a7061b46b8',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aa8a439394be7cfb8b38f2d6e3b1a465b',1,'amrex::MLMGBndryT::operator=(MLMGBndryT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ad1673d011d8870ba9f46ace36c6d66d5',1,'amrex::MLMGBndryT::operator=(const MLMGBndryT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'amrex::MLLinOpT::operator=(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'amrex::MLLinOpT::operator=(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a8217ea65e778d2f86a2f059ec79a6474',1,'amrex::MLEBTensorOp::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#af9d4fe0e27411855af7fc9f1c5da7f14',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a26b9b0159d7c1920219dc3bb059380cb',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a62aa1fb076b9be08b30bc598f0a84217',1,'amrex::detail::SingleChunkArena::operator=(SingleChunkArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#af96a10bb06acc64b2267b55b43024de2',1,'amrex::detail::SingleChunkArena::operator=(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a533a8b63b14ecc361ea9805251c10e6c',1,'amrex::FabArray::ShMem::operator=(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#afaa414759c4be2e382fa0bbd8dec1d62',1,'amrex::FabArray::ShMem::operator=(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae4c6103dc726a124754abe59ad20b06c',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ab49003154e7b17c7347fab3f7aa60d2b',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afa34b81501952e0eb7e99b98efce1517',1,'amrex::ref_wrapper::operator=(ref_wrapper &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afde4bcbad13ea73142459c790f31c888',1,'amrex::ref_wrapper::operator=(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a6ef60ec5e218aac28651028686253c1b',1,'amrex::ref_wrapper::operator=(T &&a_other)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac22ac5d88623f3dba92cb57a5e92d5fa',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a44cea26614b1b5af1ff9729f554d94c3',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a9d4df0331eea85a7a2f9227ca301f847',1,'amrex::PrintToFile::operator=(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#abf93645c697fb911f46cecd6970c0d33',1,'amrex::PrintToFile::operator=(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a4dff52a300c71a23f5be8aebe74c6dcf',1,'amrex::Print::operator=(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ae7009ff91b7600b2ca4fafb3cc18ba59',1,'amrex::Print::operator=(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ae8b070201e27ab25f01a5378a671e4aa',1,'amrex::EB2::PolynomialIF::operator=(PolynomialIF &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a600f1123f1d043690d51b722060dca71',1,'amrex::EB2::PolynomialIF::operator=(const PolynomialIF &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< unsigned int >::operator=(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< unsigned int >::operator=(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a193278fa395ec2829a2e52816ea2e1b1',1,'amrex::TinyProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abf72236f4dc53e2cd375f70865ee78b0',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a28938c58359301c5b0aba02d529b9db9',1,'amrex::VisMF::operator=(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfb51a560612680a998fa5c9fdde2751',1,'amrex::VisMF::operator=(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#ad9442a6a9d9ad8c31272745a8593bb13',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abb79846e306cf554b996af22a1eeb8d2',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a0748976825c6cbba27c3fa68ad482578',1,'amrex::TracerParticleContainer::operator=(TracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#abd7aea2961c462a7da51d759417e4de3',1,'amrex::TracerParticleContainer::operator=(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aaa10ddf8d2f180988fa647d05742325b',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab885e86136d6678997c1978691a7d8d2',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a1d34fcb098293a88b669234cd082c6c9',1,'amrex::TinyProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a58626939ea42690efbf745fa42dfebff',1,'BLProfStats::TimeRange::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b2dcd181de443438540b7b107aadd04',1,'amrex::TagBoxArray::operator=(const TagBoxArray &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1eb204c4fb9cbe4d9660d642a7a0ee13',1,'amrex::TagBoxArray::operator=(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af21d06fbdc2ccecc175efd767684610b',1,'amrex::TagBox::operator=(TagBox &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5c795ae93bec04fe82069450ebd7fa41',1,'amrex::TagBox::operator=(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ada3e19980c8c8664eca2bab1ddd46d71',1,'amrex::TableData::operator=(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#acfa4c240bedc25768cb4a29f31a01e53',1,'amrex::TableData::operator=(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ae6cd2ae66399648d2f4ff89b5f7f1848',1,'amrex::Gpu::StreamIter::operator=(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a3eee12a2f15003889a101481a9e485b0',1,'amrex::Gpu::StreamIter::operator=(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::STLtools::Triangle >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int * >::operator=(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int * >::operator=(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char >::operator=(PODVector< char, std::allocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char >::operator=(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::XDim3 >::operator=(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::XDim3 >::operator=(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::STLtools::Triangle >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::openbc::MomTag >::operator=(PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::openbc::MomTag >::operator=(const PODVector< amrex::openbc::MomTag, std::allocator< amrex::openbc::MomTag > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::NeighborCode >::operator=(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::NeighborCode >::operator=(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::BoxND >::operator=(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::BoxND >::operator=(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< std::size_t >::operator=(PODVector< std::size_t, std::allocator< std::size_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< std::size_t >::operator=(const PODVector< std::size_t, std::allocator< std::size_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal * >::operator=(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal * >::operator=(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int >::operator=(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int >::operator=(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int * >::operator=(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int * >::operator=(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< index_type >::operator=(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< index_type >::operator=(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal * >::operator=(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal * >::operator=(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9f5d7648e9214d0a3a88f40383bafff7',1,'amrex::Amr::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aa66c8c8b35c991bb5487665b509eecdc',1,'amrex::Parser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a676502acc05b77e3154b305f6880a0c0',1,'amrex::IParser::Data::operator=(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#af818dd603aeab55c75fd4caab36606e4',1,'amrex::IParser::Data::operator=(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a65bd431e8fbba71e5c349dc2fddc37a4',1,'amrex::CutFab::operator=(CutFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a0044b3af56a828f401596afc6ab8c29e',1,'amrex::CutFab::operator=(const CutFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a95da5ea5091bbb8e061bba5cd0e61b7f',1,'amrex::MLLinOpT::CommContainer::operator=(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a09a4c464169281aeb1ea6e97b34087d5',1,'amrex::MLLinOpT::CommContainer::operator=(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aaabb4ce1df8c64f8ca3fcca58f0b27b0',1,'amrex::ClusterList::operator=(ClusterList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4826072bd3b954ff611387822a76db01',1,'amrex::ClusterList::operator=(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ac8a9f248c2372b402e8556fb35471c57',1,'amrex::Cluster::operator=(Cluster &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a1dd9e6080c7482442af8d5093e3012b7',1,'amrex::Cluster::operator=(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe72f06fc733fc056ed20fbd7cc4d76a',1,'amrex::CArena::operator=(CArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ae491fc24a9163b864bc798acc7518852',1,'amrex::CArena::operator=(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#abca1f758989aa579fa68900a014619fe',1,'amrex::Gpu::Buffer::operator=(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a08731a4a086f5a19ce8b0303d73b38f5',1,'amrex::Gpu::Buffer::operator=(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a764ae667f297643c6647c23c4b66b08a',1,'amrex::Parser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a282fbf065ae19541e1a19c1763408969',1,'amrex::Amr::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a79139224be139375a51b79dd477bcb42',1,'amrex::AmrCore::operator=(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#acf424d1fa598d256d7285e7fc6f20a73',1,'amrex::AmrCore::operator=(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a4f4386d3cc3282acbafb5f961a30f04f',1,'amrex::AMReX::operator=(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a77b2c8844d06a8456a0532c7ec154884',1,'amrex::AMReX::operator=(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a68cac9efc3dadb1e51c33b9d726916e8',1,'amrex::amrex_KSP::operator=(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af015143ffd55290b73715c48339f38f0',1,'amrex::amrex_KSP::operator=(amrex_KSP &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#aa65ab5c3310ce450125302554816002a',1,'amrex::amrex_Mat::operator=(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a07c217dbdb57e0d2e376ce1ab75ae448',1,'amrex::amrex_Mat::operator=(amrex_Mat &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#aec263149699d2205deaed355e5986196',1,'amrex::amrex_Vec::operator=(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ad38d422f084f24160e201de00bcc3fbe',1,'amrex::amrex_Vec::operator=(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#afc3cfd4fd9822cd9034429ed62bd7c67',1,'amrex::AmrInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a43ed6508c5a9223cd52f13bb3fb315e7',1,'amrex::AmrLevel::operator=(const AmrLevel &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a44c385a1d0d88b58b337c3db0be046e8',1,'amrex::AmrLevel::operator=(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a51e0432968299f0c83f90d9b79376a6c',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a56d30ab59fcba6affe9753e66db53455',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac0a7f459ae2c96841edbc9bab9e6eb8a',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0ee48a9c3d106d7f7c7e4f7c00d1f997',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3bd2e525c3ae032c8df6dfad15a4ee3f',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#adf129595f3f9954c26bf412aa0089ec7',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#aa59001ba1d22901660c6b11236600175',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aae00416a34911aa8fb06363e668ea8b4',1,'amrex::Gpu::Elixir::operator=(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9302f0721d3365d24883bb91e3845e9d',1,'amrex::Gpu::Elixir::operator=(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a3116ec053a7957bb79f63b84867401da',1,'amrex::EBFArrayBoxFactory::operator=(EBFArrayBoxFactory &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ad9569bd1f5ab3e6e1667c1b023463cf8',1,'amrex::EBFArrayBoxFactory::operator=(const EBFArrayBoxFactory &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a0a545ba6887dd563e4e98e017e8e9358',1,'amrex::EBFArrayBox::operator=(EBFArrayBox &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aadbb1cf2a8db86c73af536b3fff555ab',1,'amrex::EBFArrayBox::operator=(const EBFArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab9f91f646f1ca0f33d5d2d3e14ffec77',1,'amrex::EBDataCollection::operator=(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aab5a65341ff21329cc732af1bfb4f004',1,'amrex::EBDataCollection::operator=(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ab8c1b6ba13749dcf960f79bdcc67958b',1,'amrex::EBCellFlagFab::operator=(EBCellFlagFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aefb6078482dc1c3623fd1ca2c5e85df3',1,'amrex::EBCellFlagFab::operator=(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af2d4364b9fd33cf012edbb2170105845',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d7882163a62b749bfa1117582a72eb2',1,'amrex::EBCellFlag::operator=(EBCellFlag &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a04138b2c02fa080cd6531cd7361a37a3',1,'amrex::EBCellFlag::operator=(const EBCellFlag &rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aefa710ade223a08a0a1ee6babd8e97c2',1,'amrex::DistributionMapping::operator=(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a230a40ea82e898784259ebb040a4791a',1,'amrex::DistributionMapping::operator=(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a048f2dc43cc7dcee308bad0af72c2208',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a8d422f4de63c7907531003ca6fcc3b88',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a09ce14e97aa618c00bcc778e9337fd4f',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a1ea24985de3f4264b68f8c5f55611178',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8520ac0a5dc18b5cd186feec06122b9d',1,'amrex::DeriveRec::operator=(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ad052a3e9226c8b733e3968858ab4e34d',1,'amrex::DeriveRec::operator=(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a85a8d2ceac5a6512561c787c0995c661',1,'amrex::DeriveList::operator=(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7088f7c6f612cf558efb4db7cb7032bd',1,'amrex::DeriveList::operator=(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a64f91ae2c5358ccf46099d9e5d3fdd7b',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a95e36919502ab26429ae7c55a2273e2c',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< Real >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< HYPRE_Int >::operator=(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< HYPRE_Int >::operator=(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< int >::operator=(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< int >::operator=(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< int >::operator=(int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< int >::operator=(int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< PetscInt >::operator=(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< PetscInt >::operator=(BaseFab< PetscInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< PetscInt >::operator=(PetscInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< PetscInt >::operator=(PetscInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< Real >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< EBCellFlag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< Real >::operator=(Real const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< Real >::operator=(Real const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a5b9a6b9b7f13e52b6e1c94a53d1f7520',1,'amrex::BLBTer::operator=(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab6cd91c698df6ac4fb6960c4e4cb02b4',1,'amrex::BLBTer::operator=(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a3eb4aec3fa8021b4fcb50768365ca52f',1,'amrex::BlockMutex::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae7e3bc077f7e5695cfef56a57075d164',1,'amrex::BndryDataT::operator=(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a536257808c5792850bdeaf82cf76f85d',1,'amrex::BndryDataT::operator=(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a453a8fc604e77bc263b7ea91bf8920d3',1,'amrex::BndryRegisterT::operator=(const BndryRegisterT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3d277d77c5e0fb1bb42e5834196c6783',1,'amrex::BndryRegisterT::operator=(BndryRegisterT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ad4f9e03d42d0b48eab10408b3958c273',1,'amrex::BoundCond::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a71523423b56d7e520f67c7f164689c87',1,'amrex::BoxArray::operator=(BoxArray const &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac273e3e3038f3ca71306de6576d41c74',1,'amrex::BoxArray::operator=(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6f77727eff8f7f6a9a08a21bec0bf152',1,'amrex::BoxList::operator=(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a0747196b0023c8dc440c9325092d53fe',1,'amrex::BoxList::operator=(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2d7bc995fb1eddf4211d4e93d63d9534',1,'amrex::Mask::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ac35e7bcd2e6c974918c1d5e74a4bac3a',1,'amrex::BARef::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#acd61b99b4b1eaab420b3194f8b6e960d',1,'amrex::AmrMeshInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8542c6c51308ffa6c5d0e78a7a8e87c3',1,'amrex::AmrParticleContainer_impl::operator=(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8859832e7fb2fdca041be6b456b607df',1,'amrex::AmrParticleContainer_impl::operator=(AmrParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a0c11eedaeef4f0e4c1adc12de769318e',1,'amrex::AmrTracerParticleContainer::operator=(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a8ddec9287e16d328d7f55b022679f2dd',1,'amrex::AmrTracerParticleContainer::operator=(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ac04132048490ddd59eb7312eb33856e4',1,'amrex::Any::operator=(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad23c5ad12e1baae2943f5e4dc707aac5',1,'amrex::Any::operator=(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a1d54950de0d9ccc255006a631c8adf9a',1,'amrex::Any::operator=(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ab5c2f212500abb488cf4d14245c29aee',1,'amrex::Arena::operator=(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a36dd09d6200de89dd8bb25b1cd223cb5',1,'amrex::Arena::operator=(Arena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ac6b94ba54d0f143f579690a55fd1150a',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae70344e048d89311ae808a9485fd8b8f',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ac0f5a3c8b889af8ac29ab19ccf3b288b',1,'amrex::BackgroundThread::operator=(BackgroundThread const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a84fe07d6505966071f15d2f65509baa7',1,'amrex::BackgroundThread::operator=(BackgroundThread &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a220d49c6e54825fb9753f389bc247ea8',1,'amrex::BARef::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a0e249071d2256e6bc3528217f5660f69',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ac26275b15424e584ebe7f5a89c23e4c7',1,'CommProfStats::BarrierEntry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'amrex::BaseFab::operator=(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'amrex::BaseFab::operator=(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'amrex::BaseFab::operator=(T const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'amrex::BaseFab::operator=(T const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< AtomicInt >::operator=(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< AtomicInt >::operator=(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< char >::operator=(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< char >::operator=(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< char >::operator=(char const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< char >::operator=(char const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< EBCellFlag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad694566587c38b3b85ee1048a2bd1498',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa5506298eca8297889fd65d06b542e98',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a22d3d81298b39b86f57df4e3a8cfde58',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9953daa94e6da0aa13416873cf43835e',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a6e726af6a5dea2a39e38629eedf68d77',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a14b9f0dd6b475dc0dba5a4533c4158e9',1,'amrex::HypreIJIface::operator=(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a05ca21178c29ef540497b4333549baef',1,'amrex::HypreIJIface::operator=(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a00ba8003e627089b12616d549302a48d',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1ed176484530d5f9a35195c968b7f886',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4278296637fc4b67cffd26feeccc160c',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#aa857d99289dce4b6d520f426df145401',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6ab7e172b712f730ad09f00e3127549',1,'amrex::IArrayBox::operator=(IArrayBox &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f15c661d9fa23250901595a7e7e2179',1,'amrex::IArrayBox::operator=(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#add58d47d87d67a2140449805c9b82a73',1,'amrex::IArrayBox::operator=(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aa17249a55ceb7467d2d2ddaded5b8e24',1,'amrex::iMultiFab::operator=(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab8876b46ff60815091bd3905f98b365a',1,'amrex::iMultiFab::operator=(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad696c10cf2f76f4ad08c6f9b8f7735bd',1,'amrex::iMultiFab::operator=(int r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a634dcb439936cae4f084050779828d68',1,'amrex::EB2::IndexSpace::operator=(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a03d5014d0330b1c49aa2b0deca0adf9e',1,'amrex::EB2::IndexSpace::operator=(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#adaa080c0e4ccb67291c2581444d06e7b',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad798fd92507868f0ee233bc92e2b30aa',1,'amrex::Geometry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a9e361db8584dca389f44089d08bdd240',1,'amrex::FabSetT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9724df1a42e1fbf0956061d68b417087',1,'amrex::FArrayBox::operator=(FArrayBox &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6f8accb8be245e6873219b15a933f431',1,'amrex::FArrayBox::operator=(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6bb6bea68a04d94c29ededc43adae9d2',1,'amrex::FArrayBox::operator=(Real v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad0bad9568c98a4a189a906541ccbad41',1,'amrex::FluxRegister::operator=(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8cc3f9a89b01e82521248e4bb7ce6074',1,'amrex::FluxRegister::operator=(FluxRegister &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a4167f396f181d93b61fbb630eca5f0b1',1,'amrex::ParallelContext::Frame::operator=(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#add7bceedba4bbaf9f2172c82e2775c04',1,'amrex::ParallelContext::Frame::operator=(Frame &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#accb415f1b74fa7e10a767254c3943e6a',1,'amrex::Geometry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ae950af55a7a785ea5d328d95d57af508',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'amrex::GpuTuple::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'amrex::GpuTuple::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad82118cb9204b160c74a43569c3d9c6f',1,'amrex::VisMF::Header::operator=(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7b4974ed02d94db482c39ffae9d4d6e0',1,'amrex::VisMF::Header::operator=(Header &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a21b8442c0d0c4b9ecebb99aef84119',1,'amrex::Hypre::operator=(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a465b11c7f873f706bba359bf6bdb0768',1,'amrex::Hypre::operator=(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abd02ea797323ac95372a4d02c41b50e2',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< GFab >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< GFab >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< HYPRE_Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< HYPRE_Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< PetscInt >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< PetscInt >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< RealTuple >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< RealTuple >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a953101169ca6e1d72fafe0eb1f2c8177',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a98ba6c92d45e46815081dd529603c064',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'amrex::LayoutData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#acd1ec386ca611eae4f102c7bc4562168',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#af6b6248eceb701c542539a952c5808d8',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a2e26fd180cf15b5ee489da10269d950d',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a9a958addce9e3b225e6d76af21e3e851',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ad732c86078527fd31e0cb50ad77e21ab',1,'amrex::InSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a5753abe4eb1e3ac6d8747a0864533373',1,'amrex::InterpBase::operator=(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a448200184ccdeced8fd7a609dd43fa71',1,'amrex::InterpBase::operator=(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a86e3caeebf11d0a7786aedf4c4e2281b',1,'amrex::InterpBndryDataT::operator=(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ac8f05912699e2607b569431b1c608d36',1,'amrex::InterpBndryDataT::operator=(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'amrex::FabArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'amrex::LayoutData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< FArrayBox >::operator=(const FabArray< FArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< FArrayBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< IArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a24f7e6d0d4e8ee6aa8207710f51a603e',1,'amrex::FabArrayBase::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< IArrayBox >::operator=(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< IArrayBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< TagBox >::operator=(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< TagBox >::operator=(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b213cf522c93646cc152abb65ad97a4',1,'amrex::FabArrayBase::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'amrex::FabArrayCopyDescriptor::operator=(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'amrex::FabArrayCopyDescriptor::operator=(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< TagBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'FabArrayCopyDescriptor< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aef489e20da7d002a654094f1869482af',1,'amrex::FabCopyDescriptor::operator=(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a04b202b2564359e3ea39054bb3ddd303',1,'amrex::FabCopyDescriptor::operator=(FabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'amrex::FabFactory::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'amrex::FabFactory::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad6a034e24183a0757164954cfb6fd1b3',1,'amrex::FabSetT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::Mask >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'amrex::FabArray::operator=(const FabArray< FAB > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'amrex::FabArray::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(const FabArray< amrex::BaseFab< AtomicInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::CutFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::Mask >::operator=(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::Mask >::operator=(FabArray< amrex::Mask > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::EBCellFlagFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::EBCellFlagFab >::operator=(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::EBCellFlagFab >::operator=(FabArray< amrex::EBCellFlagFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::CutFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::CutFab >::operator=(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=()']]], - ['operator_3d_3d_13958',['operator==',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a44cb3b76a01de48a5d93281e7c0a4ef2',1,'amrex::OrientationIter::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a8b138bbeeb2436431a73d8c605e4a15d',1,'amrex::BCRec::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a8525a0bfb72343d71c8730cce94b7e72',1,'amrex::FabArrayBase::BDKey::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a74ee48ddcfd53d548f7a55352dba7cb4',1,'amrex::BoxArray::operator==(const BoxArray &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac7392d5269b259859afb66f9528f1f6b',1,'amrex::BoxArray::operator==(const Vector< Box > &bv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a03627b9f1cb88ad3ff6066b036e3ed97',1,'amrex::BoxDomain::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a111f72bd85cc49ade7c956cdf35d330b',1,'amrex::BoxList::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'amrex::BoxND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'BoxND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a510752620cbd0db055bba865c8dd926f',1,'amrex::EBCellFlag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6',1,'amrex::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ae8cf710c0d69005c259ce278c92f0d48',1,'BLProfStats::TimeRange::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a4a4237a4808d5f1bbd7266cc847e4952',1,'amrex::DistributionMapping::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ac87a2a13371616bc353f2f0ab21a95d1',1,'amrex::BoxArray::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a834fb65342114ff30939f55642575f36',1,'amrex::RealDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#aa8f0c58703d74ff60d7fde603725e54c',1,'amrex::Periodicity::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a113bd6398654564605653436aff3db76',1,'amrex::Orientation::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a88b16dbe8f6f315955cdde15cbd71e7e',1,'amrex::CArena::Node::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a05bebd2702cb1c8cf16bbc3f6e504864',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ac25ca6af8a9612389f174e23865645c3',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'IntVectND< AMREX_SPACEDIM >::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'IntVectND< AMREX_SPACEDIM >::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'amrex::IntVectND::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'amrex::IntVectND::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a537343bdd3bd917f5343bb16ed28875e',1,'amrex::IntDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'IndexTypeND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'amrex::IndexTypeND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ad4c7371a91e9b4e6381438ac14d95410',1,'amrex::FabArrayId::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a924f7db8b7071a964375eeb077ed72dc',1,'amrex::DistributionMapping::operator==()']]], - ['operator_3e_13959',['operator>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a5744e431e5a8462467ef74563e4163d3',1,'amrex::Orientation::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'BoxND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'amrex::BoxND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'IntVectND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'amrex::IntVectND::operator>()']]], - ['operator_3e_3d_13960',['operator>=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'amrex::BoxND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'BoxND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'amrex::IntVectND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'IntVectND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af14b906cbe8c60d19ef9a2c86288900c',1,'amrex::Orientation::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept']]], - ['operator_3e_3e_13961',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a',1,'amrex::operator>>(std::istream &is, BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0',1,'amrex::operator>>(std::istream &is, Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5',1,'amrex::operator>>(std::istream &is, VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea',1,'amrex::operator>>(std::istream &is, Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6b4420435f9951710a37eda411db8f',1,'amrex::operator>>(std::istream &, const expect &exp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15',1,'amrex::operator>>(std::istream &is, VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c',1,'amrex::operator>>(std::istream &is, CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06',1,'amrex::operator>>(std::istream &is, IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1',1,'amrex::operator>>(std::istream &is, RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b',1,'amrex::operator>>(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5086c850dfa16df677225c8c1139e466',1,'amrex::operator>>(std::istream &, Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e',1,'amrex::operator>>(std::istream &is, IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae',1,'amrex::operator>>(std::istream &is, IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90',1,'amrex::operator>>(std::istream &is, Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443',1,'amrex::operator>>(std::istream &, RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b',1,'amrex::operator>>(std::istream &is, RealVect &iv)']]], - ['operator_5b_5d_13962',['operator[]',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::WeightedBox >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::WeightedBox >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::NameTagEntry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< int >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< int >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< gpuStream_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< gpuStream_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< double >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< double >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::NameTagEntry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char const * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char const * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< double > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< double > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::string >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::string >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::size_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::size_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vertex >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vertex >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< V >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< V >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::ifstream * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::ifstream * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RT >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RT >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< ParticleLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< ParticleLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Status >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Status >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Request >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Request >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MF >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MF >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Long >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Long >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< int, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< int, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::string, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::string, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'amrex::IndexTypeND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'IndexTypeND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'amrex::IntVectND::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'amrex::IntVectND::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a93685048211a95fb1c7e740bca240dd7',1,'amrex::IParserStack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'amrex::LayoutData::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'amrex::LayoutData::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal *, NAR >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 4 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 4 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal *, NAR >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, nelems >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, nelems >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< HYPRE_Int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< GFab >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< GFab >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< HYPRE_Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< Int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::CutFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::CutFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'BoxND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aefa7a0fd1aca91d891859b5fabe22a07',1,'amrex::ArrayOfStructs::operator[](int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2fb608a08b57c27a7784ccd6be56bb30',1,'amrex::ArrayOfStructs::operator[](int i)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa362341b91354c3efb2b604549e3319c',1,'amrex::BndryDataT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a2d7ae73be4e090c02d93dee4b5d22370',1,'amrex::BndryDataT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a95bfbf54acf359a2d3c741c345ebaf6e',1,'amrex::BndryRegisterT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a687f7e9c604524cd2ce9b43957f87cac',1,'amrex::BndryRegisterT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0386a0ab9aa86bee7e8f499770f99ca5',1,'amrex::BoxArray::operator[](int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accfeb1e3facccbcdedc791ce6bbb67dc',1,'amrex::BoxArray::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'amrex::BoxND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a558850bcec731c7cbd3f93138606388e',1,'amrex::CellData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'amrex::ConstParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a1038e632d124f54e8b5566787b4896a8',1,'amrex::DescriptorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a051c0211689621d68f3565becf7adddd',1,'amrex::DistributionMapping::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#abdfed9e915c0fec995a85a86a8c8627e',1,'amrex::ErrorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'amrex::FabArray::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'amrex::FabArray::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a3a15743fbc6bfe0f132e113d69b8bb3e',1,'amrex::FabSetT::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aea5322566f30964aed1c5c29deeb865e',1,'amrex::FabSetT::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abc8e1ef1fb32bdc7892f1b8eed58d712',1,'amrex::FabSetT::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'amrex::GpuArray::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'amrex::GpuArray::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1c27985ab724a1cacaa41a9f4cc5fc25',1,'amrex::FabSetT::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< bool, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< bool, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const int *, NArrayInt >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const int *, NArrayInt >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::Mask >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::Mask >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< FArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< FArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< FArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< IArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< IArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< TagBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< TagBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< TagBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< TagBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BCRec >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< unsigned int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< unsigned int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'amrex::Vector::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'amrex::Vector::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< std::size_t >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BCRec >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxArray >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxArray >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxList >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxList >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< std::size_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::StateData >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::StateData >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Real >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Real >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< std::size_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< std::size_t >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::iMultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::iMultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::InterpBase * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::InterpBase * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IntVectND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IntVectND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiMask >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiMask >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DataServices * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DataServices * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::Edge >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::Edge >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::PolyTerm >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::PolyTerm >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Geometry >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< index_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< index_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a5c651ceec4c12e5fb2905c321abc5471',1,'amrex::ParticleArrayAccessor::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#ad0b61495ec872b2bba140040a6656a79',1,'amrex::ParserStack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af88debd7ac3c502ae1348d86fbecd5f4',1,'amrex::MultiMask::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ada480977cbd644cd226e035c089f2594',1,'amrex::MultiMask::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad40ab7b9d5f3dde32c3d973c3cbc4384',1,'amrex::MultiCutFab::operator[](int global_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a261c9bcb22ccc62bedbbdcb84cf53578',1,'amrex::MultiCutFab::operator[](int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ade6f739eb789f2d3dc684a193be94971',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a316297dac1bb8a86d2c72da43db652a6',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type const >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'amrex::MultiArray4::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< RealTuple >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< RealTuple >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'amrex::ParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'amrex::PODVector::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'amrex::PODVector::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) const noexcept']]], - ['operator_7c_13963',['operator|',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b',1,'amrex']]], - ['operator_7c_3d_13964',['operator|=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad70cc656ea2eab2e5ed1a8b06c00785d',1,'amrex::Mask']]], - ['or_13965',['Or',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1',1,'amrex::ParallelReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7',1,'amrex::ParallelAllReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8fcf8e088c4ea7f800d327c9842b0986',1,'amrex::Mask::Or(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad5797578c04b5614ce848331711d3fe5',1,'amrex::Mask::Or(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ada0a58519cfd7ec1ab414bf65365c72c',1,'amrex::Mask::Or(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a16aac9b4caf7d3aa715c35e1473a4254',1,'amrex::Mask::Or(const Mask &src) noexcept']]], - ['order_13966',['order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#af4fd11c6c5ff73c8937000fd60729ad4',1,'amrex::IntDescriptor::order()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adb0da1597fe482a78cf9dc474b1a9328',1,'amrex::RealDescriptor::order() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab7fb74e5a55e3c5a721d7c4f5ffd5960',1,'amrex::RealDescriptor::order() &&=delete']]], - ['orderarray_13967',['orderarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a15088522b061b0e6c504ea1175a783f2',1,'amrex::RealDescriptor::orderarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a128ded7be7a9e70108bf78c269d4d508',1,'amrex::RealDescriptor::orderarray() &&=delete']]], - ['ordered_5fsimplify_13968',['ordered_simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab9071e12fb35012248c8978ed5e9b5a1',1,'amrex::BoxList']]], - ['orderedboxes_13969',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#abf001c57e7a3772e49e5870334baaa05',1,'amrex::OrderedBoxes']]], - ['orientation_13970',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a4706129433791b27ed00bd69b4cff5f7',1,'amrex::Orientation::Orientation() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a382d3782efffb9d5c5d132f5758b7cb5',1,'amrex::Orientation::Orientation(int dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a377b4d3db6c833a77b181d4329d4c530',1,'amrex::Orientation::Orientation(Direction dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a77e0b0c3ba62b33380805f6d6da3ca5e',1,'amrex::Orientation::Orientation(int v) noexcept']]], - ['orientationiter_13971',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#af6dba82ba412292d5594bb333ac67627',1,'amrex::OrientationIter::OrientationIter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ab64091346540ed0e8a9da3a2f567b980',1,'amrex::OrientationIter::OrientationIter(const Orientation &_face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a253004b1b5e149ee012d73724c077696',1,'amrex::OrientationIter::OrientationIter(int _face) noexcept']]], - ['outofmemory_13972',['OutOfMemory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe890be0bd82650235456eabcf50e309',1,'amrex']]], - ['outsideroundoffdomain_13973',['outsideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af5bc2516bcf62a317b7bd5c77def5171',1,'amrex::Geometry']]], - ['outstream_13974',['OutStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df',1,'amrex']]], - ['overlapmask_13975',['OverlapMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afbd6dab928640c74eb1d7a28e8f36afa',1,'amrex::MultiFab']]], - ['overridesync_13976',['OverrideSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afc2840698e1cec5a44ebeb9d34783327',1,'amrex::MultiFab::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'amrex::FabArray::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< TagBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6',1,'amrex::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< TagBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< IArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< IArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< FArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< FArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::Mask >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::Mask >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::CutFab >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::CutFab >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'amrex::FabArray::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync()']]], - ['overridesync_5ffinish_13977',['OverrideSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< TagBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'amrex::FabArray::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::CutFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::Mask >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< FArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< IArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951',1,'amrex::OverrideSync_finish(FabArray< FAB > &fa)']]], - ['overridesync_5fnowait_13978',['OverrideSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c',1,'amrex::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::Mask >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::CutFab >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::CutFab >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::Mask >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< FArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< FArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< IArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< IArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< TagBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< TagBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'amrex::FabArray::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'amrex::FabArray::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())']]], - ['overset_5frescale_5fbcoef_5fx_13979',['overset_rescale_bcoef_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a040b31bdb9951876d8277049591cfe51',1,'amrex']]], - ['overset_5frescale_5fbcoef_5fy_13980',['overset_rescale_bcoef_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa',1,'amrex']]], - ['overset_5frescale_5fbcoef_5fz_13981',['overset_rescale_bcoef_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313',1,'amrex']]], - ['overwriteflux_13982',['OverwriteFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4230b5a0ec42a59e2f6e48e51ca77f83',1,'amrex::FluxRegister']]], - ['owner_13983',['owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#abef15ce1cbccdaa8dc7aa6a6bb4a0609',1,'amrex::CArena::Node']]], - ['ownermask_13984',['OwnerMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06',1,'amrex::OwnerMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3c8c9bf8723fcfac9b8d410485e7ed4a',1,'amrex::MultiFab::OwnerMask()']]], - ['ownership_13985',['OwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8e414f069d04091245f3e9e94a3aa237',1,'amrex::FabArrayBase']]] + ['offset_13978',['Offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#aa67991fbbc479f95a966bcf04ae0e49a',1,'amrex::CoordSys::Offset(int dir) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a9d3eb77447b9c748b7223e271f6c9bb1',1,'amrex::CoordSys::Offset() const noexcept']]], + ['offsetsptr_13979',['offsetsPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'amrex::DenseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'amrex::DenseBins::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< ParticleType >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< ParticleType >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a3448e9a533b211d486f42f06f9736218',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a594a9ba943cde14aeec576817d575b6a',1,'DenseBins< typename amrex::ParticleTileData >::offsetsPtr() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a9abeaeccc7e4edeec7e68b7676a406f2',1,'amrex::SparseBins::offsetsPtr() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a810de8999d58ec01329e800c51179102',1,'amrex::SparseBins::offsetsPtr() const noexcept']]], + ['ofsptrall_13980',['OFSPtrAll',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#ac04bcd8b609bbf10cc25ef7d60f6a94c',1,'amrex::ParallelContext']]], + ['ofsptrsub_13981',['OFSPtrSub',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#aab852af3b175c95e5bdd8e0de563e9d7',1,'amrex::ParallelContext']]], + ['ok_13982',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< FArrayBox >']]], + ['ok_13983',['OK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::OK()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a6dc15bf7eabf4bf856b9296c39da773f',1,'amrex::ParticleContainer_impl::OK()']]], + ['ok_13984',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#a0ef0d1567b79fabf1c2ac051a78b3f95',1,'amrex::RealBox::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad5b50a9590b3c7b01ec2100343d981c3',1,'amrex::MultiCutFab::ok(int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad4fed4196dbde22c7aec7fa98b16b859',1,'amrex::MultiCutFab::ok(const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'IndexTypeND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ae4ba11a91726f35dca9696fcd814b7af',1,'amrex::IndexTypeND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< TagBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< IArrayBox >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::Mask >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::CutFab >::ok()']]], + ['ok_13985',['Ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a13dd49de2ef262fde3364ae394f32538',1,'amrex::CoordSys']]], + ['ok_13986',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< PetscInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::BaseFab< AtomicInt > >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'amrex::FabArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ad5855c6485c1d9b2b16d8d87ea0aabf4',1,'amrex::Cluster::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'BoxND< AMREX_SPACEDIM >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#acdd0f4552027ae85ea799fc1fe6c01b7',1,'amrex::BoxND::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a10fe281d57e922ce1f6393493e24be17',1,'amrex::BoxList::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ab5719a740695d359628be6f552ba6a3a',1,'amrex::BoxIterator::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#adab47a68f8e82d7161ca4951db618a95',1,'amrex::BoxArray::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a1d7f20697c473d1186b4b3c290f5eb1f',1,'FabArray< amrex::EBCellFlagFab >::ok()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#afe4ab28d7d6d8b37ffb2d2940d47b1e4',1,'amrex::BoxDomain::ok()']]], + ['oktocontinue_13987',['okToContinue',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5d15ca0da28ca003355c6f45b5cb1cdd',1,'amrex::AmrLevel::okToContinue()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a925e6a93c8c15b09058d992c92ef59e3',1,'amrex::Amr::okToContinue()']]], + ['oktoregrid_13988',['okToRegrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa1a00039cf415f21002bec0bc15342ac',1,'amrex::AmrLevel::okToRegrid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af05216d2777d71cb9572ac0a03e19646',1,'amrex::Amr::okToRegrid()']]], + ['olddata_13989',['oldData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aad9dcb2a2c843b2643d2d3637f047341',1,'amrex::StateData::oldData() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a37932d39174ba8a1475585e6a843ae4b',1,'amrex::StateData::oldData() const noexcept']]], + ['oldgrid_13990',['oldGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a328237a5f801df70d0bb7ca0b3b4f354',1,'amrex::StateData']]], + ['omp_5fget_5fmax_5fthreads_13991',['omp_get_max_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a88c4536a09e2cc9d9edff5cd040814db',1,'amrex_omp_module']]], + ['omp_5fget_5fnum_5fthreads_13992',['omp_get_num_threads',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f567807c5ae4117153ee1e35cb0a418',1,'amrex_omp_module']]], + ['omp_5fget_5fthread_5fnum_13993',['omp_get_thread_num',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a1f5881f02905de2162615538e3989e36',1,'amrex_omp_module']]], + ['omp_5fin_5fparallel_13994',['omp_in_parallel',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#ad65feb81483b21194d98cfba40c0b8bb',1,'amrex_omp_module']]], + ['oneiter_13995',['oneIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#afe44c08a7965ecfe62b862e3d37ac7a0',1,'amrex::MLMGT']]], + ['ones_5fcomp_5fneg_13996',['ONES_COMP_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaca313b52afc9cee08eb9198f24286d6',1,'amrex']]], + ['onsamegrids_13997',['OnSameGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a92aa9afcd8adbbb62d06b8c3c293912a',1,'amrex::ParticleContainerBase::OnSameGrids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#aab39a042c6f9193b4de46b9b8071821d',1,'amrex::ParGDBBase::OnSameGrids()']]], + ['op_5fimpl_13998',['op_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a6fd43131f6c2086e402a05dd5b4f5e0d',1,'amrex::EB2::UnionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ad7d30bca0252b6df844781049ce9e96f',1,'amrex::EB2::UnionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac9c3a8ba66c8ad8c372042f871d4cef9',1,'amrex::EB2::IntersectionIF::op_impl(AMREX_D_DECL(Real x, Real y, Real z), std::index_sequence< Is... >) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ac953fe2cb4312628b6ae8dea7c7fd74d',1,'amrex::EB2::IntersectionIF::op_impl(const RealArray &p, std::index_sequence< Is... >) const noexcept']]], + ['openallstreams_13999',['OpenAllStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a672b909147ac7f7560864750485e55c8',1,'RegionsProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64e6e8f6ee3fe3f22896536ca5e05a',1,'BLProfStats::OpenAllStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94503fc5a323afaba535e706249a9308',1,'CommProfStats::OpenAllStreams()']]], + ['openbcsolver_14000',['OpenBCSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a17244fab5dd3e32b8840c29578d26856',1,'amrex::OpenBCSolver::OpenBCSolver()=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a31ec46379a45506dceab79e66c66f5c8',1,'amrex::OpenBCSolver::OpenBCSolver(const Vector< Geometry > &a_geom, const Vector< BoxArray > &a_grids, const Vector< DistributionMapping > &a_dmap, const LPInfo &a_info=LPInfo())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa89b51713976f2e1561966c3bd66574e',1,'amrex::OpenBCSolver::OpenBCSolver(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ad780a1c2f297ad99edc26b462b3d65d5',1,'amrex::OpenBCSolver::OpenBCSolver(OpenBCSolver &&)=delete']]], + ['openstream_14001',['OpenStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a1f7ef6b7304a0ff3dd4df629cef4971e',1,'amrex::VisMF']]], + ['operator_20bool_14002',['operator bool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#aa03df08645de2b5a2462d7de8e4d92b4',1,'amrex::Scan::RetSum::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'amrex::Array4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< int >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a5bdb603ccb81078e1f7ce2b5430ae76e',1,'amrex::Table4D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#af5ee2df60cd5d9e513b645794478457b',1,'amrex::Table3D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'Table2D< RT >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a8d5a1a77704c1c9a214e79b293afdad9',1,'amrex::Table2D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb5e426687a441d87eb00628cdcc2706',1,'amrex::Table1D::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< Real const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'amrex::ParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a1463e62b561526c2d4932222cbd663fc',1,'amrex::Parser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'MultiArray4< value_type >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a95350a546a5f92642919360ac474d034',1,'amrex::MultiArray4::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a93e1ada56a461feae37abad6fa8483ad',1,'ParserExecutor< 3 >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aa9a4f3b1d1294b2d9ee3c11690ca4c08',1,'amrex::IParserExecutor::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#a04d5a4c122c16fda4686c4be49a76da8',1,'amrex::IParser::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#aa18f3bdc35fbb23f6f96821da41ed90e',1,'amrex::MFIter::DeviceSync::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a379f80fbf920e73f6b6f19c7c659da35',1,'amrex::CellData::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 const >::operator bool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae71e941fe0aaf1a422e09ac5aa031a4c',1,'Array4< T0 >::operator bool()']]], + ['operator_20delete_14003',['operator delete',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#a041c98e27235d44f5c26d3654b588946',1,'amrex::Gpu::Pinned::operator delete()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ad7d60ecb610a604829583ba6bed29731',1,'amrex::Gpu::Managed::operator delete()']]], + ['operator_20int_14004',['operator int',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#af9ef300a76f9e5e44bb0fbb67b0d715d',1,'amrex::ParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#a20bd9a212bbae4a52217cb546f9e752f',1,'amrex::BoundCond::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#a1159218523caeeb79fe820ef6962ebca',1,'amrex::ConstParticleCPUWrapper::operator int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#ab45ae38d0f52ccaa5d37747aae17af88',1,'amrex::Orientation::operator int()']]], + ['operator_20long_14005',['operator Long',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a3cdec68611dbd36c124a37200d6eb516',1,'amrex::ParticleIDWrapper::operator Long()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#acd09e1f256d86bd0c812c2e996943e8d',1,'amrex::ConstParticleIDWrapper::operator Long()']]], + ['operator_20new_14006',['operator new',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Pinned.html#af9ae8eed59658d812dbb21e1ff3ec415',1,'amrex::Gpu::Pinned::operator new()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Managed.html#ac55c26882c245ab3d4b27a99142407fe',1,'amrex::Gpu::Managed::operator new()']]], + ['operator_20sunmemoryhelper_14007',['operator SUNMemoryHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a2b00f28ae18c91dc910de0fe7d0b838e',1,'amrex::sundials::MemoryHelper']]], + ['operator_20t_26_14008',['operator T&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a1dc8e939592c5c6be1754bf8486bafc9',1,'amrex::ref_wrapper']]], + ['operator_20void_20_2a_14009',['operator void *',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a5c3d9a0ab32fa72c6f10261f59158775',1,'amrex::OrientationIter']]], + ['operator_21_3d_14010',['operator!=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a5856751adc0f5194829d3c3920bc2717',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8e766038223d0266729aaf683f0b45be',1,'amrex::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a1bb764fdac5609fed5a8001c2432574d',1,'BLProfStats::TimeRange::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#ab120307e57dd47cc9d01ca636bf1f0df',1,'amrex::DistributionMapping::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ab9afafb3f06bd646649bc865668e874a',1,'amrex::BoxArray::RefID::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0fdb785f0952ba5c6672a90a0a9120d0',1,'amrex::RealVect::operator!=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ac17cd9e2f12e571dd7564e25844ff71a',1,'amrex::RealDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a14ec09bf37c61e88414f6e672c4f0d89',1,'amrex::OrientationIter::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a20616a77be20de0b816afe9db8cb3427',1,'amrex::Orientation::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#aa54365274c737f11f87f1e2ae2cf7344',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ac7a495a607b210cd274adf1f4318ebb0',1,'amrex::Neighbors::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a1547e74c5752d256ba49fd25b2c7a045',1,'amrex::BinIterator::iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a7dbcd8a4547e0ba1341506dddf491538',1,'amrex::BCRec::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#acdae3eee27022bd69a6c207d800e497e',1,'amrex::FabArrayBase::BDKey::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a20f87e767c1742aa9d48ab35c5739352',1,'amrex::BoxArray::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a35966fff359c5b6498bcc2ca60c67f12',1,'amrex::BoxDomain::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a4610d792f42c68d9c5481dcf83d09397',1,'amrex::BoxList::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'amrex::BoxND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a96cae0de83b7700f9693d91df78b5b3c',1,'BoxND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a9dfa2a2658568e4273c188d39a3f50fd',1,'amrex::Neighbors::const_iterator::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a47d8be48dc04b300c928211027aa842f',1,'amrex::DistributionMapping::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a53f51a0228b512f902afab3b8dfe1132',1,'amrex::EBCellFlag::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'amrex::IndexTypeND::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a0e8dbc517b185ac3ed5e0a08dd980123',1,'IndexTypeND< AMREX_SPACEDIM >::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a8978d7b1e2a354efd66c3014c145a018',1,'amrex::IntDescriptor::operator!=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'amrex::IntVectND::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'amrex::IntVectND::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5c6fb534aaf88efee9ed21a53911a60c',1,'IntVectND< AMREX_SPACEDIM >::operator!=(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8b0e28ff632462b58ea2f1f8afe52351',1,'IntVectND< AMREX_SPACEDIM >::operator!=(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a8aabc0941165754bb046bcde35674e46',1,'amrex::Gpu::range_detail::range_impl::iterator::operator!=()']]], + ['operator_26_14011',['operator&',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'BoxND< AMREX_SPACEDIM >::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acaadf207d66c9ffa15b672effdca6eab',1,'amrex::operator&()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a98b2fcdcd8afc6e93ff3b04ae889037b',1,'amrex::BoxND::operator&()']]], + ['operator_26_3d_14012',['operator&=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a7141f72152ed90f038fa830ad6026383',1,'amrex::Mask::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'BoxND< AMREX_SPACEDIM >::operator&=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7dee3377ab946ca00c84b990ba25e21b',1,'amrex::BoxND::operator&=()']]], + ['operator_28_29_14013',['operator()',['https://amrex-codes.github.io/amrex/doxygen/structKeepValidFilter.html#af4bf053d8e8024c447f42ee722e08eb5',1,'KeepValidFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a6dc1f8b3f8c85df7d0508d2afa62497d',1,'amrex::GetParticleBin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a4c3267155e90c9b58523f0b562d4ae96',1,'amrex::IParserExecutor::operator()(GpuArray< long long, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#af52158bd45ec9f15cff8cbfa9806b449',1,'amrex::IParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#adb9b5a32bd60f0e12c25dea36a515b7a',1,'amrex::IParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#ad2e748f8d4a64e6b32590c461400256b',1,'amrex::EB2::IntersectionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IntersectionIF.html#a89428abce93c8dd7f913b7c2c9cbbe70',1,'amrex::EB2::IntersectionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a3319c4ea6b55bcbf4790af653e33257a',1,'amrex::NonLocalBC::Identity::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a2be194ea3baaf9a996c82b946bf54803',1,'amrex::NonLocalBC::Identity::operator()(Array4< const T > array, Dim3 i, int comp=0) const noexcept(noexcept(array(i.x, i.y, i.z, comp)))'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1Identity.html#a0a03a9cf27f2ed969f918c7946e68659',1,'amrex::NonLocalBC::Identity::operator()(Dim3 i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html#a8259627d5c6e1faa50ef4c9134875684',1,'amrex::CArena::Node::hash::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#a9b5b30017f2201c8c0324b6cce53e591',1,'amrex::GpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6e0f7057538a8b0e3447ad9f3eca33ba',1,'amrex::GetSendBufferOffset::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac9216dea392b3432ba44c349cc05dc87',1,'amrex::GetPID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a73c39a5e51dab2870165da88688306d7',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#aae1fa2d9ba2bc75c3299f62b6cd7f587',1,'amrex::EB2::LatheIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a2f28fcb7590a82bba0f77f9a1d30054b',1,'amrex::EB2::LatheIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#acea35eef8eb181565155c3d867a0ba02',1,'amrex::LevelBld::operator()()=0'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a5c3d4f5f5a23c369c5077d56f1e73ff1',1,'amrex::LevelBld::operator()(Amr &papa, int lev, const Geometry &geom_lev, const BoxArray &ba, const DistributionMapping &dm, Real time)=0'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairGT.html#a99082f49ab07519b28572cf77064832e',1,'amrex::DistributionMapping::LIpairGT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1LIpairLT.html#ad2e3150718e10a60670b28b1b77c02be',1,'amrex::DistributionMapping::LIpairLT::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalAnd.html#a5c318952861df63dc7c10b951dc3e434',1,'amrex::LogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LogicalOr.html#a2c58f13f24e524ecceb55f0baabff240',1,'amrex::LogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaf960814958b6c90e2d7e7a8f49a1243',1,'amrex::LUSolver::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle.html#a8f0911901c0819ea99040d1974667ded',1,'make_particle::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structmake__particle_3_01T__ParticleType_00_01std_1_1enable__if__t_3_01is__soa__particle_3_01T__1f90e92c71ca21b280b67400a4dbce7d.html#a269bf3ff63cb2ce05bd7232ea6f29b17',1,'make_particle< T_ParticleType, std::enable_if_t< is_soa_particle< T_ParticleType >::value > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a368643b0ca2dfd8221c8ce8252b2fc4a',1,'amrex::NonLocalBC::MapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Maximum.html#a8917775ae9df37b7e67730e881451d35',1,'amrex::Maximum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minimum.html#ac1323c5ec139871b4306cf2225acf5af',1,'amrex::Minimum::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Minus.html#a62ffeb5bbfdfbd3bd1ffc9e5d589c3d8',1,'amrex::Minus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a8d0b86fe0458f8d27a31ed322f7dc73d',1,'amrex::EB2::ExtrusionIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a0d66db706137406cce85fd27fa47cb03',1,'amrex::DataDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DefaultAssignor.html#a045213828ba94399e0ae088919d31c4c',1,'amrex::DefaultAssignor::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ac4f3ac6493013249d257776e80cd2c18',1,'amrex::Gpu::Deleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a0a0a9974c7f096ab2608f160ff49bc90',1,'amrex::EB2::DevicePtrIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#a704b10f0c8f8e3d2e3a94bd61e29b659',1,'amrex::EB2::DevicePtrIF::operator()(const RealArray &a) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a5ddb728283449ea186a2bb9927f9f07a',1,'amrex::EB2::DifferenceIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a9f0201cea6434d87c025a6a415a31ab5',1,'amrex::EB2::DifferenceIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Divides.html#a4c3c102f0b2705ba865a9b373dc02082',1,'amrex::Divides::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#ac56d4e24891fdae19c88f32f77305ced',1,'amrex::algoim::EBPlane::operator()(Real x, Real y, Real z) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a289724cd28f09eb3d384c5a9f432c082',1,'amrex::algoim::EBPlane::operator()(GpuArray< Real, 3 > const &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a873e22e55b07270d2825c521584bc5b0',1,'amrex::EB2::EllipsoidIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a473ae4749d679793645566fc4f345bd0',1,'amrex::EB2::EllipsoidIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a6248c805a2c4965a0db817e5a302f701',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, AMREX_ARLIM_P(tlo), AMREX_ARLIM_P(thi), const int *tagval, const int *clearval, Real *data, AMREX_ARLIM_P(data_lo), AMREX_ARLIM_P(data_hi), const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#ae9e899a6e621a194470e4c30fdb2810b',1,'amrex::ErrorRec::ErrorFunc::operator()(int *tag, const int *tlo, const int *thi, const int *tagval, const int *clearval, Real *data, const int *dlo, const int *dhi, const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a4d92e57562f4077cc2e7d218ac39b540',1,'amrex::ErrorRec::ErrorFunc2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode2.html#ab41abaf15d3be0539f7e442f50823853',1,'amrex::nodelap_detail::GetNode2::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#a1741255351846bea7ccc07037280d668',1,'amrex::EB2::ExtrusionIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabFillNoOp.html#a1bbaa2223dbb23569372c9eb456c2bfb',1,'amrex::FabFillNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#aaa477531586ad42032317fe1be5feb2d',1,'amrex::Math::FastDivmodU64::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilccCell.html#a61e51420f94e3f8dcd17cf8fc6ad5543',1,'amrex::FilccCell::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FilfcFace.html#ad645b5fbef61bf27e55c948d95ee2634',1,'amrex::FilfcFace::operator()(const IntVect &iv, Array4< Real > const &q, const int dcomp, const int numcomp, Box const &domain_box, const BCRec *bcr, const int bcomp) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a0057542962ff6d94256f3acb727ef870',1,'amrex::FillPatchIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterPositiveID.html#a1460db80341eb4b774a1a0c0e495d353',1,'FilterPositiveID::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#aa0dc57c35d82cef845b823c50ee367c3',1,'FilterVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#ad2772cab77f44e3555523f450c60a270',1,'amrex::GetBucket::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1nodelap__detail_1_1GetNode.html#a5fa021ce7b1add83c40f5dbaf0854a87',1,'amrex::nodelap_detail::GetNode::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#ad91320085ac8e7599dd38d7b067fa1b4',1,'amrex::Table4D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a89e22c870d98d7461aae4c027815fb35',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IntVectND_1_1shift__hasher.html#a25646bb346892b03e5142c5179d82efa',1,'amrex::IntVectND::shift_hasher::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3824095808843e69354b448ae713aabb',1,'amrex::EB2::SphereIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a5e743f7fb6209bbcc44381ac15588528',1,'amrex::EB2::SphereIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aef6edefbdd33552d70ce613e418b468d',1,'amrex::EB2::SplineIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a7d83762b4f64ce375d57c3f3bc34d4e1',1,'amrex::StateDataPhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a05619d7fde43cbc85b534cfe67bc457f',1,'amrex::Gpu::StreamIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents.html#a3e790daff54f3ef4a93edc593eba1a58',1,'amrex::NonLocalBC::SwapComponents::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ad93f4a373b80177a48be382269f0830b',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#af48ff04f7ea7849aee3b597e21c1ffc8',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#aa952c0160cc709f5bf2dc7183c9b25b5',1,'amrex::NonLocalBC::SwapComponents<-1, J >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a4d8ba7fa9408d591083cf1c27205b2ef',1,'amrex::Table1D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'amrex::Table2D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a26fb98495d0fa2ebd0c6aabb32159065',1,'Table2D< RT >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a105b73e0e4a15d5df58f3543af1e1a63',1,'amrex::Table3D::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a7921ac823d8efefb9c4f3dc9d9451965',1,'amrex::EB2::ScaleIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a621695c7c205f29b1b389a3ae6518d9b',1,'amrex::TheFaArenaDeleter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRangeCompare.html#a9773758cbd910ac77b995b586462c0ce',1,'BLProfStats::TimeRangeCompare::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a77c0aa2da3ac31736b0ef2f6e7e5786a',1,'amrex::EB2::TorusIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a5e39ae05f89d8155ce4fd5428b8ac84f',1,'amrex::EB2::TorusIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerGhost.html#ac0f55ce4a39ac6c99b4fe7ffd29dd191',1,'TransformerGhost::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structTransformerVirt.html#a5ca4a0a936c90155fe2fd0fc99a90a65',1,'TransformerVirt::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a7fd15d74b4e540bd29e7eca133b78354',1,'amrex::EB2::TranslationIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a5e944ef6c2a7af72086a20fc8068a54a',1,'amrex::EB2::TranslationIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#ac1f454172200f68f6572ca2b2bae01a4',1,'amrex::EB2::UnionIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1UnionIF.html#a632fe276ada0d4f9325b521ec1507fa0',1,'amrex::EB2::UnionIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#a67a7f0e72439488154b09bebeb5e7e03',1,'amrex::AMRErrorTag::UserFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1warpReduce.html#a0ca3eeb7048c8c5fc37db73aa3b3376d',1,'amrex::Gpu::warpReduce::operator()(T x) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< HYPRE_Int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a98c517d689cc56ae6b2b06b7151f8afb',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Multiplies.html#ae695d68776b96c331022e784b0de28a2',1,'amrex::Multiplies::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a9633b75eb2bd1251d7406b5ba1bee0db',1,'amrex::NullInterpHook::operator()(MFFAB &, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#ab32241bc8164d5433b0a0feeaa64e308',1,'amrex::NullInterpHook::operator()(Array< MFFAB *, AMREX_SPACEDIM >, const Box &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NullInterpHook.html#a95fb47ea2bdaf1d0296a32db51dff33e',1,'amrex::NullInterpHook::operator()(MFFAB &, int, int) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ad0d517ef2f1ae5dbb54419269d138f9b',1,'amrex::OrientationIter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1orOp.html#a6ce96ff1cc7c06f5d9ffbf9535b0248b',1,'amrex::InSituUtils::orOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'amrex::ParserExecutor::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'amrex::ParserExecutor::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'amrex::ParserExecutor::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a5f007a74d83f9bdcb198458404414118',1,'ParserExecutor< 3 >::operator()() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#af5431722ed3970aed878c59a4e0df166',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a4ec94c9ff56d57926d2743b89abb9819',1,'ParserExecutor< 3 >::operator()(Ts... var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a132a34cc401496050ca54b6d3cb3855c',1,'ParserExecutor< 3 >::operator()(GpuArray< double, N > const &var) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a287e8b10d180da705ff141acc9c58363',1,'amrex::EB2::ParserIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a2b43db01447bc941d865e495da9c568f',1,'amrex::NonLocalBC::MultiBlockIndexMapping::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a5afe16630bdd3077df15809934231f0c',1,'amrex::PhysBCFunct::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunctNoOp.html#a8367af9f1f895bd513e5c27ed2c37004',1,'amrex::PhysBCFunctNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#af0b5e7421a5c1919ada54ae7d323aa0f',1,'amrex::EB2::PlaneIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a59d3e8ae75b3d5d083da3255eab14693',1,'amrex::EB2::PlaneIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Plus.html#a57fb4703952d4a5f580f1d938d0d8196',1,'amrex::Plus::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aaa660becce2b6d314003918489a6c426',1,'amrex::EB2::PolyIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a5c6c6284278cec6a7031daf8a067c13b',1,'amrex::EB2::PolyIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#acff822d47e6b715aab55ddfc948a3c68',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#adb67d55309309993e9b7e4e06df514de',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArray4.html#abdedce2d04be8053516c529fcd98ecb8',1,'amrex::PolymorphicArray4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a8af866d6a7ef190529d3f3d174054b3d',1,'amrex::EB2::PolynomialIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a2e3ae065305b661cde39900314db8a26',1,'amrex::EB2::PolynomialIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RungeKutta_1_1PostStageNoOp.html#a723eaac830169eba34146a762f245b58',1,'amrex::RungeKutta::PostStageNoOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#ab49f0d215d0f61cdc48cefdfda4ed845',1,'amrex::algoim::QuadratureRule::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< Real const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< Real const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< Real const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< Real const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< Real const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int const >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a0e05fe63baa231bab1d6506626e9be58',1,'amrex::ArrayOfStructs::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aef53c61df8507acf2d71d4a0ef53641b',1,'amrex::ArrayOfStructs::operator()() const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 const >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 const >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 const >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 const >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 const >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T0 >::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< T0 >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< T0 >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< T0 >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< T0 >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< T0 >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'Array4< T const >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'amrex::Array2D::operator()(int i, int j) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#afcd28b7fb56119e276e8e2c50b271d71',1,'amrex::Array2D::operator()(int i, int j) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'Array1D< int, 0, N-1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#a8cae9876b2158d16359202ee47da38aa',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#ae9cf5dcb6f1457ab4fd18d97efd91be2',1,'amrex::Array1D::operator()(int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a263c5b9749515ac5d9b59782e99bbd85',1,'amrex::Array1D::operator()(int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a3f9d380346d4509d37eb8bde92fa184f',1,'amrex::AMRErrorTag::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a906c9c746f3972aa1a839e4ee3e8dbc0',1,'amrex::AmrAssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#a4e557dfc80129ded4fe5b4f0737c19f7',1,'amrex::EB2::AllRegularIF::operator()(AMREX_D_DECL(Real, Real, Real)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1AllRegularIF.html#afe65b0a23a8c6a2c423aba19003ea70e',1,'amrex::EB2::AllRegularIF::operator()(const RealArray &) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a244ad749728c4876ed8cf43e93d292a5',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#aee1539b552b20a4bead8cd53a99d4f02',1,'amrex::Array3D::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#abf54e64537c495cc45a1be3d73982a4a',1,'amrex::Array3D::operator()(int i, int j, int k) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'amrex::Array4::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'amrex::Array4::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'amrex::Array4::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'amrex::Array4::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'amrex::Array4::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a9e515e2bb23af339c53b7fa73cb77379',1,'amrex::Array4::operator()(Dim3 const &cell, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae42098cbe246650094884bee0aa75c84',1,'Array4< int >::operator()(int i, int j, int k) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a3ced076d0c7749962476bc53b35209ef',1,'Array4< int >::operator()(int i, int j, int k, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a4d10b2bc8e84c54a971e9a72b5eb760c',1,'Array4< int >::operator()(IntVect const &iv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a646dba54267ac369c499b16c68cd7b51',1,'Array4< int >::operator()(IntVect const &iv, int n) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ad07666c3b8f4d68bee194c329fed0d02',1,'Array4< int >::operator()(Dim3 const &cell) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a201dbe5429e6cfe411c1396a54ae3d7f',1,'amrex::BATbndryReg::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac4d8fdb6fc30b8faef002df62c87c58d',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc, int ng) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a9cc54bbb88661a1f1f7c2f267ae31640',1,'amrex::StateDescriptor::BndryFunc::operator()(Real *data, const int *lo, const int *hi, const int *dom_lo, const int *dom_hi, const Real *dx, const Real *grd_lo, const Real *time, const int *bc) const'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a6112736395d0049cf00285ae69353608',1,'amrex::BinMapper::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a650f32f0436d1606c8ef585f2c735c0b',1,'amrex::BATransformer::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATnull.html#a74913a08b18156f59077f6d0972ca19e',1,'amrex::BATnull::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a5478ed9c92ec36bda1e9d6ff6cbe903a',1,'amrex::BATindexType_coarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#a7e570ffae7114709f8cfc3647243629f',1,'amrex::BATindexType::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#accb0f22d726742557c190e09002329bd',1,'amrex::BATcoarsenRatio::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a55c5a1648bba00364e5767ab110587b1',1,'amrex::StateDescriptor::BndryFunc::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< Real >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< Real >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< Real >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< Real >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< PetscInt >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< PetscInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< PetscInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a689ef6effdce75ce81a6a3cb43941c0c',1,'amrex::BndryFuncArray::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1BoundingBox.html#a7a62e727685b8e1d48309139944ab28f',1,'amrex::algoim::BoundingBox::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#ac9a51d8b51c8b2d730b289ea6f3600b7',1,'amrex::EB2::BoxIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a3b02a8674dd81501122d702f0048cfe1',1,'amrex::EB2::BoxIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'amrex::AssignGrid::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab67af2aa5add774d28c95c0c560e0132',1,'amrex::EB2::CylinderIF::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#aebcdaf02806e9e177a3c0364a7aa1206',1,'amrex::CpuBndryFuncFab::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#ac114241000abc43b7c9d00e98603b6f9',1,'amrex::EB2::ComplementIF::operator()(AMREX_D_DECL(Real x, Real y, Real z)) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0acb6e6e2c0fec594ee992b4811f3702',1,'amrex::EB2::ComplementIF::operator()(const RealArray &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellStore.html#ac63b24fe49bc64231c37773eddf61e8d',1,'detail::CellStore::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAtomicAdd.html#ac853cb6b9adde1eadba8396c59b028dc',1,'detail::CellAtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structdetail_1_1CellAdd.html#a9309498369d1b40c130b4335dcbf6f94',1,'detail::CellAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a43c937c4689f4b5388b9a0f5e77cb15b',1,'amrex::BoxIterator::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a32bcf16bda3e37b3cd08b2c89a0324f5',1,'amrex::BoxIndexerND< 1 >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a95e13aac1eac4316e6e01d2ddd47ac3f',1,'amrex::BoxIndexerND::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMax.html#a3652266a0f587ab6652566b40ce86a2f',1,'amrex::Gpu::AtomicMax::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< AtomicInt >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< AtomicInt >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< int >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'amrex::BaseFab::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'amrex::BaseFab::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'amrex::BaseFab::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'amrex::BaseFab::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicMin.html#a57fa34f46bd220567f9aa55376e8dd01',1,'amrex::Gpu::AtomicMin::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< AtomicInt >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalOr.html#ac07d5f44c06a1cc91aaadf6182504ffc',1,'amrex::Gpu::AtomicLogicalOr::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicLogicalAnd.html#a40fb56ba67334eaa96d9384c9c0bee7c',1,'amrex::Gpu::AtomicLogicalAnd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1AtomicAdd.html#af25b1aed5bb341d32acee92134d70fc1',1,'amrex::Gpu::AtomicAdd::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1InSituUtils_1_1assignOp.html#a8c0f2e9f6f2220131085f615354e83de',1,'amrex::InSituUtils::assignOp::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a57241e64f78411c46519989b5c942fbb',1,'AssignGridFilter::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a9419d75629148fc18d2272e774ec5fda',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()(const IntVect &iv, int nGrow=0) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a322ded4b339ee2d565c4596cff0c5852',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::operator()(const P &p, int nGrow=0, Assignor const &assignor=Assignor{}) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< char >::operator()()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< int >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< HYPRE_Int >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad76ae6115f341053b2eb94affc5e3eee',1,'BaseFab< EBCellFlag >::operator()(const IntVect &p, int N) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< char >::operator()(const IntVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a10931b31715309bfb452dc2c7fa662df',1,'BaseFab< char >::operator()(const IntVect &p, int N) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ac1a408be29fc4bfc85971ac414c165ee',1,'BaseFab< char >::operator()(const IntVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a3427e5ed98498ff54da5f75d22923f5f',1,'BaseFab< AtomicInt >::operator()()']]], + ['operator_2a_14014',['operator*',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a49f574fffa24f9734a8e405d2a299bd0',1,'amrex::operator*(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4237359b0f955fdfe663f996ae1742ab',1,'amrex::operator*(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f590ca3c3a2ca1986d6eb59690fc7d2',1,'amrex::operator*(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af07743d59bb6e85014d959611f47b81f',1,'amrex::operator*(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a195022a2bf1f86de6f3f454ad1d586b7',1,'amrex::operator*(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aad23797e3ede2065dcdc613ef5999603',1,'amrex::operator*(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a79754df2fe2ff8642af6d3a015518866',1,'amrex::operator*(LLs, TypeList< As... >)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'amrex::IntVectND::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aec0fa511077c6d8567764d722c243bc4',1,'amrex::Neighbors::const_iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a94e4700dcfa50729e8a0fcd7d2e82fb6',1,'amrex::RealVect::operator*(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a60e15a72d1935e19d3a9912f232c9c0d',1,'amrex::Neighbors::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a4fbe5d48fc816218c5458a3ca0bbce81',1,'amrex::Gpu::range_detail::range_impl::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aa2320d69f38d0da741e0c0c063a56c26',1,'amrex::BinIterator::iterator::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#acd98f4848df357abd86ca91bde7b17ff',1,'IntVectND< AMREX_SPACEDIM >::operator*(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'IntVectND< AMREX_SPACEDIM >::operator*(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6b191512f78de18208a77a6a995bd53f',1,'amrex::IntVectND::operator*()']]], + ['operator_2a_3d_14015',['operator*=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< HYPRE_Int >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'amrex::BaseFab::operator*=(T const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'amrex::BaseFab::operator*=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< AtomicInt >::operator*=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< AtomicInt >::operator*=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< char >::operator*=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< char >::operator*=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< EBCellFlag >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2662b0dc461f4bb3f54cfa456dd2dcd1',1,'amrex::RealVect::operator*=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< EBCellFlag >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< HYPRE_Int >::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< int >::operator*=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< int >::operator*=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< PetscInt >::operator*=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< PetscInt >::operator*=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a397a547f55264106c669f9ecbecf8897',1,'BaseFab< Real >::operator*=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7433945e87d1450ad2aedd284a1af52b',1,'BaseFab< Real >::operator*=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a33b76e08a00922aa6e92853e71dca58e',1,'amrex::GpuComplex::operator*=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'amrex::IntVectND::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'amrex::IntVectND::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a8a169c7c7544a244a43ebb0022f255b6',1,'IntVectND< AMREX_SPACEDIM >::operator*=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#afa5ba94888e8a4c6594d751737343fc7',1,'IntVectND< AMREX_SPACEDIM >::operator*=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa0f24542a6d07e02073616961cd2b285',1,'amrex::RealVect::operator*=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ab5da719fa0c6a5d6e62e3ce73cc949df',1,'amrex::GpuComplex::operator*=()']]], + ['operator_2b_14016',['operator+',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a71e196fc8e75b8176182de8d994ff62a',1,'amrex::operator+(TypeList< As... >, TypeList< Bs... >)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a78af1eb5d5bfbed5aea780ed03314482',1,'amrex::operator+(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa734733ef1b28c8cecd99859f3e56606',1,'amrex::operator+(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a296f8f3f92fd7941ff277896653950b9',1,'amrex::operator+(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a090122fe61e28eb8365641bed8fc93',1,'amrex::operator+(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a99c5fbfd6053c7ac2f9e43b3e5eb25d7',1,'amrex::operator+(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9e456bdbe9114f2b3d9c74990577bd91',1,'amrex::operator+(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf062698516fbd51a09bead1a35275d1',1,'amrex::operator+(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'IntVectND< AMREX_SPACEDIM >::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'amrex::BoxND::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a77f3890c56c4665e7dd54aba583b7561',1,'BoxND< AMREX_SPACEDIM >::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'amrex::IntVectND::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aeec3ccbba6c661ee497c35ba8d9452c3',1,'amrex::IntVectND::operator+(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'amrex::IntVectND::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa933962f36539f8a5fbe7d7bd5035b5f',1,'IntVectND< AMREX_SPACEDIM >::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a3a75f231cea83130f7214a7147714190',1,'IntVectND< AMREX_SPACEDIM >::operator+(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4abec8704c5d7117457d1c6b8edc1cb1',1,'amrex::RealVect::operator+(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6a373b73cae408485adcb02e6b11d4f2',1,'amrex::RealVect::operator+() const noexcept']]], + ['operator_2b_2b_14017',['operator++',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#afb37122d2345a3ca3023c1b8c043ebe2',1,'amrex::Neighbors::const_iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a1eb1f7dc12b228e2893a693691781ab4',1,'amrex::BoxIterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a4dacf767fe235d9ee43292d67bec16c3',1,'amrex::BinIterator::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a2e2e9f92ab70561863bc24cc7453a46f',1,'amrex::Gpu::range_detail::range_impl::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#aa3897bfacd517fe8022b39be48c6bb2e',1,'amrex::Neighbors::iterator::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#aec727f262b8f91587f66613da26fcbbb',1,'amrex::MFIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a47cb9c9c13164881e7cd69a7fd7bf455',1,'amrex::NFilesIter::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a03e68db112225e2597253f273e7a26a4',1,'amrex::OrientationIter::operator++() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a58042bf3c7e9fddb551bb7e141061287',1,'amrex::OrientationIter::operator++(int) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'amrex::ParIterBase_impl::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a30d5373e2129c7e4b5a63b992ca91d97',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator++()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a07805b5419bb6d709a1e7b3b4502443b',1,'amrex::Gpu::StreamIter::operator++()']]], + ['operator_2b_3d_14018',['operator+=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'amrex::IntVectND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'IntVectND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac154b5dc01f44d33b994413ff4f7cf07',1,'amrex::IntVectND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae2a818d0a7964627c0273d2cc9f85bb5',1,'amrex::GpuComplex::operator+=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#ae13156133f8fd02f878a7992e0754217',1,'amrex::GpuComplex::operator+=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a2c2490a9f0e98fa4e3b0c0e4bff7c3de',1,'IntVectND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a9588a0f9a417aa33d3131b7ffcdbab5f',1,'amrex::RealVect::operator+=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0e5740b532214831cf6cf56dec666098',1,'amrex::RealVect::operator+=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'amrex::BaseFab::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< HYPRE_Int >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'BoxND< AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a2e903e177805f4134538d251ce392ce7',1,'amrex::BoxND::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, nelems >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< Real >::operator+=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< Real >::operator+=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< PetscInt >::operator+=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< PetscInt >::operator+=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< int >::operator+=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< int >::operator+=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a305048fb353b663f23b3562bc793d4d9',1,'amrex::BndryRegisterT::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< HYPRE_Int >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< EBCellFlag >::operator+=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< EBCellFlag >::operator+=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< char >::operator+=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< char >::operator+=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'BaseFab< AtomicInt >::operator+=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7c31f46231419fb8c062439a11694b03',1,'BaseFab< AtomicInt >::operator+=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0e5226efe7308e09b4464b4ae91aa6ff',1,'amrex::BaseFab::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< Real, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< ParticleReal *, NAR >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae4fbeeb036f82398a0aa386bf976af6c',1,'amrex::EBCellFlag::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 4 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 3 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int, 2 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< int *, NAI >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const ParticleReal *, NArrayReal >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< const int *, NArrayInt >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< bool, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'GpuArray< amrex::algoim::Interval, N >::operator+=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aed190977f05e669996932a13d100844c',1,'amrex::GpuArray::operator+=()']]], + ['operator_2d_14019',['operator-',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae04516f228abbaedeb3e57c4acd79a47',1,'amrex::operator-(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac774500cedfe2adbd3e53c3e068a7b5',1,'amrex::operator-(const GpuComplex< T > &a_x)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8a12491f39d80782dcde3ec5419d6e39',1,'amrex::operator-(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af1ff72d9c7ec7e99cb20252616b6678f',1,'amrex::operator-(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac199ab4f0ed174c238c06aef9e87466d',1,'amrex::operator-(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5a647fe61578d7dc940eb4d0e899e252',1,'amrex::operator-(int s, const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9544c7d6ed4e33b91cb32e5b3c32a344',1,'amrex::operator-(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'IntVectND< AMREX_SPACEDIM >::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'IntVectND< AMREX_SPACEDIM >::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'amrex::IntVectND::operator-(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ade21062c812ddd73caa834da62012c4e',1,'amrex::IntVectND::operator-(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5e836867cc2649ffdcdd7fc8c6aa8a29',1,'amrex::IntVectND::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'BoxND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af64ed1417e69976e259994aa4bf8f4cc',1,'amrex::BoxND::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a274a789b2b61f91927d67898f43d4919',1,'IntVectND< AMREX_SPACEDIM >::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6f5adf2159116692f8f67cb96cb0e351',1,'amrex::RealVect::operator-(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac49e1cd3af85aa3a6cf106f8064fb3d0',1,'amrex::RealVect::operator-() const noexcept']]], + ['operator_2d_2d_14020',['operator--',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a8b990aa17fb0284e3b5c74d3b5d626da',1,'amrex::OrientationIter::operator--() noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#afd0845077909931b9ed38c1874b12f75',1,'amrex::OrientationIter::operator--(int) noexcept']]], + ['operator_2d_3d_14021',['operator-=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< AtomicInt >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< char >::operator-=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< char >::operator-=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2db95eb3b93c7d19e60e220d3c61fa74',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< EBCellFlag >::operator-=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< EBCellFlag >::operator-=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< HYPRE_Int >::operator-=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< HYPRE_Int >::operator-=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< int >::operator-=(int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< int >::operator-=(const BaseFab< int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< PetscInt >::operator-=(PetscInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< PetscInt >::operator-=(const BaseFab< PetscInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< Real >::operator-=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'BaseFab< Real >::operator-=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'amrex::BoxND::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a7bf50c91d4dc7df9c983947f84da3dfb',1,'amrex::BaseFab::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a2fa2ed5a6027135dafd7c96e64628153',1,'amrex::GpuComplex::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'amrex::IntVectND::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'amrex::IntVectND::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a849d2018d33c23b3f0c5d99a30378388',1,'IntVectND< AMREX_SPACEDIM >::operator-=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1dd69f77af011d7e4a918bfc28b90aab',1,'IntVectND< AMREX_SPACEDIM >::operator-=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d98c8467cecdb5b939ba120d29fbc9d',1,'amrex::RealVect::operator-=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3a078245dfc6d742afcaf41f8fe8c0da',1,'amrex::RealVect::operator-=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa662f86eeefe3a466e0b09773bc121cb',1,'BoxND< AMREX_SPACEDIM >::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'amrex::BaseFab::operator-=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a48a7d3febdafd19ca651c5eed88147cd',1,'BaseFab< AtomicInt >::operator-=()']]], + ['operator_2f_14022',['operator/',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8def61d771b914af3de1bf3095d30d8',1,'amrex::operator/(Real s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d50b358feee8de5a27ba594b7e2930a',1,'amrex::operator/(const GpuComplex< T > &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a106de2ebd5839c06d9ddc1286fc87958',1,'amrex::operator/(const GpuComplex< T > &a_x, const T &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a991630c159fc9def80cb6f19864cd029',1,'amrex::operator/(const T &a_x, const GpuComplex< T > &a_y) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a01d310d8cbb95e1ea1af03ef92c82895',1,'amrex::operator/(const RealVect &s, const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'amrex::IntVectND::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'amrex::IntVectND::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af04b96d5cd68e961ba28289eb829428f',1,'IntVectND< AMREX_SPACEDIM >::operator/(const IntVectND< dim > &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9d9837fd96bdfcbfa75698d875ab0391',1,'IntVectND< AMREX_SPACEDIM >::operator/(int s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aa976869120ccbfd2660d36c18013a66c',1,'amrex::RealVect::operator/(Real s) const noexcept']]], + ['operator_2f_3d_14023',['operator/=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< PetscInt >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< int >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< Real >::operator/=(Real const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< Real >::operator/=(const BaseFab< Real > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#aa3ec285342921544d308aa9e7fb93470',1,'amrex::GpuComplex::operator/=(const T &a_t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a7903cf4d3b219578d8fe6d4981d25c8b',1,'amrex::GpuComplex::operator/=(const GpuComplex< U > &a_z) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'amrex::IntVectND::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'amrex::IntVectND::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a9dd6e079ec85aa505a1a5ce0deba575a',1,'IntVectND< AMREX_SPACEDIM >::operator/=(int s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2c987fcfc770ca6df182d374948f566',1,'IntVectND< AMREX_SPACEDIM >::operator/=(const IntVectND< dim > &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a36fb56305984eee6881717a5ae1f65e8',1,'amrex::RealVect::operator/=(Real s) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a00e94bec2f221dd7f96873a3fd0a181b',1,'amrex::RealVect::operator/=(const RealVect &p) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< PetscInt >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< int >::operator/=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< HYPRE_Int >::operator/=(const BaseFab< HYPRE_Int > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< HYPRE_Int >::operator/=(HYPRE_Int const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< EBCellFlag >::operator/=(const BaseFab< EBCellFlag > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< EBCellFlag >::operator/=(EBCellFlag const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< char >::operator/=(const BaseFab< char > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< char >::operator/=(char const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'BaseFab< AtomicInt >::operator/=(const BaseFab< AtomicInt > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'BaseFab< AtomicInt >::operator/=(AtomicInt const &val) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ae2402a734250fad951d41376d469365a',1,'amrex::BaseFab::operator/=(const BaseFab< T > &src) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#aaa2bf19636336c318059fd497e35c023',1,'amrex::BaseFab::operator/=(T const &val) noexcept']]], + ['operator_3c_14024',['operator<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a8b3953bf7e65f41e79d25acef114bde7',1,'amrex::FabArrayBase::CopyComTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'BoxND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a327480b52e8f789192a279f85c922e64',1,'amrex::BoxND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ab36d9acc122e0741d84185b67e7e7493',1,'amrex::FabArrayBase::BDKey::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'IndexTypeND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a1119b9952d4041bcb0a90689f564fb33',1,'amrex::IndexTypeND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a9ae8cb01838a70159d4fc0443bf9ff14',1,'amrex::XYPlotDataListLink::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a50db43a2c683742c1d3b7be92b47f3d5',1,'amrex::WeightedBoxList::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#afafaad5f1bf1628a4beb4550bbb8a89b',1,'amrex::WeightedBox::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#acf88511a112b6bcc2cba29a585f5ac13',1,'amrex::DistributionMapping::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a6e0ad88f090537be644ffd04d1e729c8',1,'amrex::BoxArray::RefID::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a5df564194fcc375edcc202ed6bae4aea',1,'amrex::RealVect::operator<(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3c9e80d08753362f5c7afbddd600265b',1,'amrex::Orientation::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3d53e0dac699c533be3ddb44eda51cd4',1,'amrex::CArena::Node::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a4bffa279069f55ac1466eed12bc01cb2',1,'amrex::NeighborParticleContainer::NeighborTask::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a10c102c9e13e72793500a25f3f9183e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a21e4b53049f104b30e05251605567e87',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'IntVectND< AMREX_SPACEDIM >::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a1c8a55bb282ab92b23af0e12ec31d6dd',1,'amrex::IntVectND::operator<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a8c3a2eb08575db272e57c3f5bef4b3d7',1,'amrex::OrderedBoxes::operator<()']]], + ['operator_3c_3c_14025',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab1b1f90152c1c5636d634b475056389e',1,'amrex::operator<<(std::ostream &os, const ErrorList &elst)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae4eb9d3fef37595defb201fde203bae6',1,'amrex::operator<<(std::ostream &os, AmrMesh const &amr_mesh)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac45d936bf5764d4fc75c7d483c93afaa',1,'amrex::operator<<(std::ostream &os, const EBCellFlag &flag)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a255f1f8c5e709392a949283da47211f5',1,'amrex::operator<<(std::ostream &os, const Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a85a195c43f85ba86fc9f4e450117678a',1,'amrex::operator<<(std::ostream &os, const Vector< Vector< Real > > &ar)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab612cdff7b506fd2884de82a842e95b8',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a637e0edc81c99a33f11e048fa4f7fc09',1,'amrex::operator<<(std::ostream &os, const Particle< NReal, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab4ab9b3e6200e633cbf452f97880f267',1,'amrex::operator<<(std::ostream &os, const Particle< 0, NInt > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ee44abe4e92e171a76c83cc8edfdec8',1,'amrex::operator<<(std::ostream &os, const Particle< 0, 0 > &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a492f8cd348a9cfb3805468d3f1081e17',1,'amrex::openbc::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a5bbd4fa6e8cdd37da6d809de13b45e2b',1,'BLProfStats::TimeRange::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a43ce9c9132ac1094cd3d33c4fc2dfa97',1,'amrex::PrintToFile::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac8175adceb5d8f83e3ce075822254d67',1,'amrex::PrintToFile::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a3f70b8c4d52413ce97eac0effcf94547',1,'amrex::Print::operator<<(std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a0c8f6035a653a6ac6b1938529de12c00',1,'amrex::Print::operator<<(const T &x)'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a2a34428b10052534d2a20c3b37595a25',1,'hacc::Error::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a326873b485cf73b0daa906dda88ee008',1,'amrex::operator<<(std::ostream &os, const LinOpBCType &t)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3c395681af12cfb805dd6eb440b68cf',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Builds &builds)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac185c39750011cc24fb8c1a0b872a34d',1,'amrex::operator<<(std::ostream &os, const IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a571e81ef7e9fdb96f23e2691c59e1b0b',1,'amrex::operator<<(std::ostream &os, const RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6013bb90a6872541127823fe4e6d8d93',1,'amrex::operator<<(std::ostream &os, const FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad287398c706f3a1775e0954b73e5c779',1,'amrex::operator<<(std::ostream &, const Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af924e08c1b1c132575c3627b47c65695',1,'amrex::operator<<(std::ostream &out, const GpuComplex< U > &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9757af2bf86a9ecbb80561b51d6b5323',1,'amrex::operator<<(std::ostream &os, const dim3 &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62243a73d36d9f9261e7bc71efb35958',1,'amrex::operator<<(std::ostream &os, const IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72ad7e141edec869dd289efe6e4f0696',1,'amrex::operator<<(std::ostream &os, const IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92b62b2e393693e759cc2c4fec860c06',1,'amrex::operator<<(std::ostream &os, const MemProfiler::Bytes &bytes)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a539c997273a93fdaabfc2a131c4425cf',1,'amrex::operator<<(std::ostream &os, const BCRec &b)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac38f92b345723f71defea15e208ee644',1,'amrex::operator<<(std::ostream &os, const Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6acf31bfdb80131caf08849fe42df37a',1,'amrex::operator<<(std::ostream &os, Array< T, AMREX_SPACEDIM > const &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abc89efc14a5c343a7ec2f619713676b8',1,'amrex::operator<<(std::ostream &os, const std::pair< T, S > &v)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1e3af8577a1ee3509e9bd184d2ab575a',1,'amrex::operator<<(std::ostream &, const RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab7f948f87bc8aa58451aa8b78e9c883a',1,'amrex::operator<<(std::ostream &ostr, const RealVect &p)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af58b88f2bf12a834f4885dcf327fbeba',1,'amrex::operator<<(std::ostream &os, const VisMF::FabOnDisk &fod)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aadb6da61ab59ea2923bdf326e791654a',1,'amrex::operator<<(std::ostream &os, const Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1637e435aecce22da819f6df77982d2f',1,'amrex::operator<<(std::ostream &os, const VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a611b9da2c9b839d176ff0c527f918ba0',1,'amrex::operator<<(std::ostream &os, const Array4< T > &a)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a1640fc2ba97306ea4b3546daa1e6b5',1,'amrex::operator<<(std::ostream &os, const DistributionMapping::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8bf3fd2af3f97b6e13b0b7be0a4dcaa7',1,'amrex::operator<<(std::ostream &os, const FabArrayBase::BDKey &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a750cc04a9e8c45ca3d89e60b36e1f57f',1,'amrex::operator<<(std::ostream &os, const BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ada7c77f7ac84c643ea21113e4ff5f2d0',1,'amrex::operator<<(std::ostream &os, const BoxArray &ba)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae7f2c81407f110284eec40dface36cbe',1,'amrex::operator<<(std::ostream &os, const BoxArray::RefID &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a227c6302f26efd6a5c8fef40c77906f6',1,'amrex::operator<<(std::ostream &os, const BoxDomain &bd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1707379eb41f317b0b08a3827c641713',1,'amrex::operator<<(std::ostream &os, const BoxList &blist)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae61c3524e3181147593dbfdd52701639',1,'amrex::operator<<(std::ostream &os, const CArena &arena)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa820e267be1d0dc2b3800553d57ae2ec',1,'amrex::operator<<(std::ostream &os, const CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a542e598352208488d6049caf539dd073',1,'amrex::operator<<(std::ostream &os, const T &d)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e9865ac3868b0b19a46f021f2db2421',1,'amrex::operator<<(std::ostream &os, const DistributionMapping &pmap)']]], + ['operator_3c_3d_14026',['operator<=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af58a1225b480f11546da44203aad48b7',1,'amrex::Orientation::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'IntVectND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a920690f7fde147826366d8ba7359d74f',1,'amrex::IntVectND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'BoxND< AMREX_SPACEDIM >::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#ac3aed1c03fce71593507d52130527b01',1,'amrex::BoxND::operator<=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6c435556885b7c563cc6c0c02c107c69',1,'amrex::RealVect::operator<=()']]], + ['operator_3d_14027',['operator=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a442d7b34e588606cf0ddb1c5184c3af6',1,'amrex::NeighborParticleContainer::operator=(const NeighborParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af187b3c1e4f0d96810f5ea4cdb6fec43',1,'amrex::NeighborParticleContainer::operator=(NeighborParticleContainer &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ab0a8a31da058bc8f88a49f49c42ad703',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3c0bbbb50d35a9362c988549d3806f2b',1,'amrex::NFilesIter::operator=(NFilesIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a391d14db5a565155805448e0168c1da5',1,'amrex::NFilesIter::operator=(NFilesIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a531b8aa2b7cb3140db64402b060c0406',1,'amrex::detail::Nonesuch::operator=(Nonesuch const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Nonesuch.html#a3dbacdafd791162c9474b934df093e5c',1,'amrex::detail::Nonesuch::operator=(Nonesuch &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa683523b9787a4de44ec76ce557094b0',1,'amrex::OpenBCSolver::operator=(const OpenBCSolver &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a7861601e913a4f49dd5be1338245f681',1,'amrex::OpenBCSolver::operator=(OpenBCSolver &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a6fe163ca93657b9af53a856a50e3587c',1,'amrex::PArena::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a243a3677b563ffcb634fef14aea3e2d5',1,'amrex::MultiMask::operator=(MultiMask &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a9b33ae3b53911061ae8e1130568b85af',1,'amrex::MultiMask::operator=(const MultiMask &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#a67583513729934c65d6b9f35721fc1d5',1,'amrex::MultiFabCopyDescriptor::operator=(MultiFabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFabCopyDescriptor.html#ac90365f66834e10bf1c7c1dc6e52715d',1,'amrex::MultiFabCopyDescriptor::operator=(const MultiFabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#af008350cc46bb35e93244deae918a1e9',1,'amrex::MultiFab::operator=(Real r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a62b9fe978cd451f411245dc8a1e97b40',1,'amrex::MultiFab::operator=(const MultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#aa2e6e3cf95934c1b6ee898d10a1845f0',1,'amrex::MultiFab::operator=(MultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a5d048b1c459102c5f3f038147a171ecb',1,'amrex::MultiCutFab::operator=(MultiCutFab &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a933d522f37c305e1517c6b3b09248254',1,'amrex::MultiCutFab::operator=(const MultiCutFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a20b3da7c94a567c736a703979565eb7c',1,'amrex::MLTensorOp::operator=(MLTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a3879f323dc12422e979cd5c1db513481',1,'amrex::MLTensorOp::operator=(const MLTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#aee3e19031ec6e1adbaaaf08c5da52186',1,'amrex::ParticleCPUWrapper::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a40dd9fb9d880d6ff54429144e6efbed3',1,'amrex::PETScABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#acc52901a023078220fa514b61924c7fb',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#afb17a58ce58c664ed22c3f0890581d20',1,'amrex::VisMF::PersistentIFStream::operator=(PersistentIFStream const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ac55f2d730c8ca75e15ee16ab8ea1421f',1,'amrex::ParticleTile::operator=(ParticleTile &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7a08e236f66b308e06273901d53bfe94',1,'amrex::ParticleTile::operator=(ParticleTile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a822b71d351b9a073d243639441c544bc',1,'amrex::ParticleIDWrapper::operator=(const Long id) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a4d2982f670339f79e2fd37622f27b3c4',1,'amrex::ParticleIDWrapper::operator=(ParticleIDWrapper &&pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a9fa4a9ab82a49b53fce7c12cf1a2c108',1,'amrex::ParticleIDWrapper::operator=(const ParticleIDWrapper &pidw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a82053d445bf2ea2e6055e1d4755c5cb7',1,'amrex::ParticleCPUWrapper::operator=(const int cpu) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a8f5cecc58007e61c57172600f66d911d',1,'amrex::ParticleCPUWrapper::operator=(ParticleCPUWrapper &&pcpuw) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PArena.html#a3266cb4ba41c7414db7c8a56b3c857d5',1,'amrex::PArena::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a08060e877e41b78ef42581d8a8d7326c',1,'amrex::ParticleContainerBase::operator=(ParticleContainerBase &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a4d64529e53afd5cccc69ff5a27262411',1,'amrex::ParticleContainerBase::operator=(const ParticleContainerBase &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acefbd70cdc48ecb35ba0ddb6d3864878',1,'amrex::ParticleContainer_impl::operator=(ParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a35020cff021a7a30b466216320848070',1,'amrex::ParticleContainer_impl::operator=(const ParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#abd1065cb24af64963c6fb93d16405345',1,'amrex::ParGDBBase::operator=(ParGDBBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDBBase.html#a33753ebd2ade110a7d28012be9531299',1,'amrex::ParGDBBase::operator=(ParGDBBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ac7f708582ac16f85339579a6b67776de',1,'amrex::FabArrayBase::ParForInfo::operator=(ParForInfo &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a75e2960ee0458eb71dd4fd91ca728fa6',1,'amrex::FabArrayBase::ParForInfo::operator=(ParForInfo const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3b0b77f4e5bca96926395f274fca20b1',1,'amrex::MLABecLaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a510cfdf6165c8a08174e71624357bbf9',1,'amrex::MLEBABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a7685399dae192cd7ab6ec2dfcf0c4fd7',1,'amrex::MLCGSolverT::operator=(MLCGSolverT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a1e65cb69c133e5230dead4ce4894015b',1,'amrex::MLCGSolverT::operator=(const MLCGSolverT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a36d76fae0e448ac86582b957eb7b5174',1,'amrex::MLCellLinOpT::operator=(MLCellLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#abcbc29c6deeba6419b5cd5a67b553cd6',1,'amrex::MLCellLinOpT::operator=(const MLCellLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a53ae18ac5de6900a4a30e6de3385e25b',1,'amrex::MLCellABecLapT::operator=(MLCellABecLapT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#ab5b785aa902dc8bd312b0545966bb36a',1,'amrex::MLCellABecLapT::operator=(const MLCellABecLapT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a95ad9bfec44e8b260696f038d9401559',1,'amrex::MLALaplacianT::operator=(MLALaplacianT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aec2a20506af9dae408a83637906ba328',1,'amrex::MLALaplacianT::operator=(const MLALaplacianT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a8c62b49fb295c000921dac7ad3a8a35e',1,'amrex::MLABecLaplacianT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aaa0d12f5f57ddf587493f2c93f516dd8',1,'amrex::MLEBABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a61f66e0c8dd6b23c672213d1393f59da',1,'amrex::MFIter::operator=(MFIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab35d3c7298d61ba3c7d2844c402dd6fc',1,'amrex::MFIter::operator=(MFIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a98a485f718830f05c4833b82e0749f2e',1,'amrex::ForkJoin::MFFork::operator=(MFFork &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ad06d1e92d8a2216c6a39393c6975f0ed',1,'amrex::ForkJoin::MFFork::operator=(const MFFork &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a54c7c8dd45cada5e8bfd707f5df76349',1,'amrex::MemProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a9f609c8c314f0c1e45a4c03cc6f1dc58',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#aa60f43d3f72e938bb62327ce8b750ca4',1,'amrex::sundials::MemoryHelper::operator=(MemoryHelper const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ac8e651aa7881ce8282167ad72e4a1af3',1,'amrex::Mask::operator=(Mask &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a2d7bc995fb1eddf4211d4e93d63d9534',1,'amrex::Mask::operator=(const Mask &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a0e249071d2256e6bc3528217f5660f69',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8c2f30c718f6a141afce34a7061b46b8',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a2d8e6b0aa269254735db2dfba265aa80',1,'amrex::MLPoissonT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#af2c6cddd7845ebd68c230cfca9d87f36',1,'amrex::MLNodeTensorLaplacian::operator=(MLNodeTensorLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a5da9b21533b225c64397df972338e494',1,'amrex::MLNodeTensorLaplacian::operator=(const MLNodeTensorLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a8dcf3f92d3ef1932e03ad470e29d1517',1,'amrex::MLNodeLinOp::operator=(MLNodeLinOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a1f11eab31e2487056a5befd79c8a22a0',1,'amrex::MLNodeLinOp::operator=(const MLNodeLinOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2f0797012b11f58024e0789f7acc26dc',1,'amrex::MLNodeLaplacian::operator=(MLNodeLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#af5fc5382f4bff5cbeec42c320d033b77',1,'amrex::MLNodeLaplacian::operator=(const MLNodeLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#aeaef8d38cd39811a7a826bdf3c8c13f5',1,'amrex::MLNodeABecLaplacian::operator=(MLNodeABecLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a4cbde89753cb5ebd10a3d2e94ec7fed1',1,'amrex::MLNodeABecLaplacian::operator=(const MLNodeABecLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abf72236f4dc53e2cd375f70865ee78b0',1,'amrex::MLMGT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a67c25c473285026978a8f48b968ab434',1,'amrex::MLPoissonT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#aa8a439394be7cfb8b38f2d6e3b1a465b',1,'amrex::MLMGBndryT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(MLLinOpT< Array< MultiFab, 3 > > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'MLLinOpT< Array< MultiFab, 3 > >::operator=(const MLLinOpT< Array< MultiFab, 3 > > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9399276c8cadba0d0e513200ab8758c9',1,'amrex::MLLinOpT::operator=(MLLinOpT< MF > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aba8d3e06373e96ddac7da02928522796',1,'amrex::MLLinOpT::operator=(const MLLinOpT< MF > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a8217ea65e778d2f86a2f059ec79a6474',1,'amrex::MLEBTensorOp::operator=(MLEBTensorOp &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#ac801f35a398c39c6ae9b42b1e6c29c7a',1,'amrex::MLEBTensorOp::operator=(const MLEBTensorOp &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a614f7af31b508f6601751d868cda4f38',1,'amrex::MLEBNodeFDLaplacian::operator=(MLEBNodeFDLaplacian &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aa1055e6ea600020a60c4d6e223e811a6',1,'amrex::MLEBNodeFDLaplacian::operator=(const MLEBNodeFDLaplacian &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a44cea26614b1b5af1ff9729f554d94c3',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a62aa1fb076b9be08b30bc598f0a84217',1,'amrex::detail::SingleChunkArena::operator=(SingleChunkArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#af96a10bb06acc64b2267b55b43024de2',1,'amrex::detail::SingleChunkArena::operator=(const SingleChunkArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a533a8b63b14ecc361ea9805251c10e6c',1,'amrex::FabArray::ShMem::operator=(const ShMem &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#afaa414759c4be2e382fa0bbd8dec1d62',1,'amrex::FabArray::ShMem::operator=(ShMem &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ae4c6103dc726a124754abe59ad20b06c',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#ab49003154e7b17c7347fab3f7aa60d2b',1,'amrex::FabArrayBase::RegionTag::operator=(RegionTag const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afa34b81501952e0eb7e99b98efce1517',1,'amrex::ref_wrapper::operator=(ref_wrapper &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#afde4bcbad13ea73142459c790f31c888',1,'amrex::ref_wrapper::operator=(const ref_wrapper &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#a6ef60ec5e218aac28651028686253c1b',1,'amrex::ref_wrapper::operator=(T &&a_other)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#af9d4fe0e27411855af7fc9f1c5da7f14',1,'amrex::ReduceData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a26b9b0159d7c1920219dc3bb059380cb',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a9d4df0331eea85a7a2f9227ca301f847',1,'amrex::PrintToFile::operator=(PrintToFile &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#abf93645c697fb911f46cecd6970c0d33',1,'amrex::PrintToFile::operator=(PrintToFile const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a4dff52a300c71a23f5be8aebe74c6dcf',1,'amrex::Print::operator=(Print &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ae7009ff91b7600b2ca4fafb3cc18ba59',1,'amrex::Print::operator=(Print const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ae8b070201e27ab25f01a5378a671e4aa',1,'amrex::EB2::PolynomialIF::operator=(PolynomialIF &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a600f1123f1d043690d51b722060dca71',1,'amrex::EB2::PolynomialIF::operator=(const PolynomialIF &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< unsigned int >::operator=(PODVector< unsigned int, std::allocator< unsigned int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< unsigned int >::operator=(const PODVector< unsigned int, std::allocator< unsigned int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(PODVector< uint64_t, DefaultAllocator< uint64_t > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator=(const PODVector< uint64_t, DefaultAllocator< uint64_t > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a193278fa395ec2829a2e52816ea2e1b1',1,'amrex::TinyProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#ad1673d011d8870ba9f46ace36c6d66d5',1,'amrex::MLMGBndryT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a28938c58359301c5b0aba02d529b9db9',1,'amrex::VisMF::operator=(VisMF &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfb51a560612680a998fa5c9fdde2751',1,'amrex::VisMF::operator=(const VisMF &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#ad9442a6a9d9ad8c31272745a8593bb13',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTag_1_1UserFunc.html#abb79846e306cf554b996af22a1eeb8d2',1,'amrex::AMRErrorTag::UserFunc::operator=(UserFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#a0748976825c6cbba27c3fa68ad482578',1,'amrex::TracerParticleContainer::operator=(TracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TracerParticleContainer.html#abd7aea2961c462a7da51d759417e4de3',1,'amrex::TracerParticleContainer::operator=(const TracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#aaa10ddf8d2f180988fa647d05742325b',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ab885e86136d6678997c1978691a7d8d2',1,'amrex::TinyProfileRegion::operator=(TinyProfileRegion const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a1d34fcb098293a88b669234cd082c6c9',1,'amrex::TinyProfiler::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a58626939ea42690efbf745fa42dfebff',1,'BLProfStats::TimeRange::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1b2dcd181de443438540b7b107aadd04',1,'amrex::TagBoxArray::operator=(const TagBoxArray &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#a1eb204c4fb9cbe4d9660d642a7a0ee13',1,'amrex::TagBoxArray::operator=(TagBoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#af21d06fbdc2ccecc175efd767684610b',1,'amrex::TagBox::operator=(TagBox &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a5c795ae93bec04fe82069450ebd7fa41',1,'amrex::TagBox::operator=(const TagBox &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ada3e19980c8c8664eca2bab1ddd46d71',1,'amrex::TableData::operator=(TableData< T, N, ORDER > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#acfa4c240bedc25768cb4a29f31a01e53',1,'amrex::TableData::operator=(TableData< T, N, ORDER > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ae6cd2ae66399648d2f4ff89b5f7f1848',1,'amrex::Gpu::StreamIter::operator=(StreamIter &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a3eee12a2f15003889a101481a9e485b0',1,'amrex::Gpu::StreamIter::operator=(StreamIter const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac22ac5d88623f3dba92cb57a5e92d5fa',1,'amrex::StateData::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int * >::operator=(PODVector< const int *, std::allocator< const int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int * >::operator=(const PODVector< const int *, std::allocator< const int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(PODVector< char, amrex::PolymorphicArenaAllocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator=(const PODVector< char, amrex::PolymorphicArenaAllocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< char >::operator=(PODVector< char, std::allocator< char > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< char >::operator=(const PODVector< char, std::allocator< char > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::XDim3 >::operator=(PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::XDim3 >::operator=(const PODVector< amrex::XDim3, std::allocator< amrex::XDim3 > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::STLtools::Triangle >::operator=(PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::STLtools::Triangle >::operator=(const PODVector< amrex::STLtools::Triangle, std::allocator< amrex::STLtools::Triangle > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::openbc::MomTag >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::NeighborCode >::operator=(PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::NeighborCode >::operator=(const PODVector< amrex::NeighborCode, std::allocator< amrex::NeighborCode > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator=(const PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM >, std::allocator< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::BoxND >::operator=(PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::BoxND >::operator=(const PODVector< amrex::BoxND, std::allocator< amrex::BoxND > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator=(const PODVector< amrex::AssignGrid< BinIteratorFactory >, std::allocator< amrex::AssignGrid< BinIteratorFactory > > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< std::size_t >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(PODVector< ParticleType, DefaultAllocator< ParticleType > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator=(const PODVector< ParticleType, DefaultAllocator< ParticleType > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator=(const PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< ParticleReal * >::operator=(PODVector< ParticleReal *, std::allocator< ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< ParticleReal * >::operator=(const PODVector< ParticleReal *, std::allocator< ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int >::operator=(PODVector< int, std::allocator< int > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int >::operator=(const PODVector< int, std::allocator< int > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int *, DefaultAllocator< int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'amrex::PODVector::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< int * >::operator=(PODVector< int *, std::allocator< int * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< int * >::operator=(const PODVector< int *, std::allocator< int * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< index_type >::operator=(PODVector< index_type, std::allocator< index_type > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< index_type >::operator=(const PODVector< index_type, std::allocator< index_type > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator=(const PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const ParticleReal * >::operator=(PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &&a_vector) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a79713d96447fdc1d95b539753ef20e51',1,'PODVector< const ParticleReal * >::operator=(const PODVector< const ParticleReal *, std::allocator< const ParticleReal * > > &a_vector)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af7f6e724b950732247737bc755624931',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9f5d7648e9214d0a3a88f40383bafff7',1,'amrex::Amr::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#af818dd603aeab55c75fd4caab36606e4',1,'amrex::IParser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a65bd431e8fbba71e5c349dc2fddc37a4',1,'amrex::CutFab::operator=(CutFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CutFab.html#a0044b3af56a828f401596afc6ab8c29e',1,'amrex::CutFab::operator=(const CutFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a95da5ea5091bbb8e061bba5cd0e61b7f',1,'amrex::MLLinOpT::CommContainer::operator=(CommContainer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a09a4c464169281aeb1ea6e97b34087d5',1,'amrex::MLLinOpT::CommContainer::operator=(const CommContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#aaabb4ce1df8c64f8ca3fcca58f0b27b0',1,'amrex::ClusterList::operator=(ClusterList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a4826072bd3b954ff611387822a76db01',1,'amrex::ClusterList::operator=(const ClusterList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#ac8a9f248c2372b402e8556fb35471c57',1,'amrex::Cluster::operator=(Cluster &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a1dd9e6080c7482442af8d5093e3012b7',1,'amrex::Cluster::operator=(const Cluster &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe72f06fc733fc056ed20fbd7cc4d76a',1,'amrex::CArena::operator=(CArena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ae491fc24a9163b864bc798acc7518852',1,'amrex::CArena::operator=(const CArena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#abca1f758989aa579fa68900a014619fe',1,'amrex::Gpu::Buffer::operator=(Buffer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a08731a4a086f5a19ce8b0303d73b38f5',1,'amrex::Gpu::Buffer::operator=(Buffer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a0747196b0023c8dc440c9325092d53fe',1,'amrex::BoxList::operator=(BoxList &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a6f77727eff8f7f6a9a08a21bec0bf152',1,'amrex::BoxList::operator=(const BoxList &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a676502acc05b77e3154b305f6880a0c0',1,'amrex::IParser::Data::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a282fbf065ae19541e1a19c1763408969',1,'amrex::Amr::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#a79139224be139375a51b79dd477bcb42',1,'amrex::AmrCore::operator=(AmrCore &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrCore.html#acf424d1fa598d256d7285e7fc6f20a73',1,'amrex::AmrCore::operator=(const AmrCore &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a4f4386d3cc3282acbafb5f961a30f04f',1,'amrex::AMReX::operator=(AMReX const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a77b2c8844d06a8456a0532c7ec154884',1,'amrex::AMReX::operator=(AMReX &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#a68cac9efc3dadb1e51c33b9d726916e8',1,'amrex::amrex_KSP::operator=(amrex_KSP const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af015143ffd55290b73715c48339f38f0',1,'amrex::amrex_KSP::operator=(amrex_KSP &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#aa65ab5c3310ce450125302554816002a',1,'amrex::amrex_Mat::operator=(amrex_Mat const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a07c217dbdb57e0d2e376ce1ab75ae448',1,'amrex::amrex_Mat::operator=(amrex_Mat &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#aec263149699d2205deaed355e5986196',1,'amrex::amrex_Vec::operator=(amrex_Vec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ad38d422f084f24160e201de00bcc3fbe',1,'amrex::amrex_Vec::operator=(amrex_Vec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrInSituBridge.html#afc3cfd4fd9822cd9034429ed62bd7c67',1,'amrex::AmrInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a43ed6508c5a9223cd52f13bb3fb315e7',1,'amrex::AmrLevel::operator=(const AmrLevel &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a44c385a1d0d88b58b337c3db0be046e8',1,'amrex::AmrLevel::operator=(AmrLevel &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a51e0432968299f0c83f90d9b79376a6c',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d7882163a62b749bfa1117582a72eb2',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a0ee48a9c3d106d7f7c7e4f7c00d1f997',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3bd2e525c3ae032c8df6dfad15a4ee3f',1,'amrex::ErrorRec::ErrorFunc2::operator=(ErrorFunc2 const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#adf129595f3f9954c26bf412aa0089ec7',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#aa59001ba1d22901660c6b11236600175',1,'amrex::ErrorRec::ErrorFunc::operator=(ErrorFunc const &)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#aae00416a34911aa8fb06363e668ea8b4',1,'amrex::Gpu::Elixir::operator=(Elixir &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a9302f0721d3365d24883bb91e3845e9d',1,'amrex::Gpu::Elixir::operator=(Elixir const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a3116ec053a7957bb79f63b84867401da',1,'amrex::EBFArrayBoxFactory::operator=(EBFArrayBoxFactory &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#ad9569bd1f5ab3e6e1667c1b023463cf8',1,'amrex::EBFArrayBoxFactory::operator=(const EBFArrayBoxFactory &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#a0a545ba6887dd563e4e98e017e8e9358',1,'amrex::EBFArrayBox::operator=(EBFArrayBox &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aadbb1cf2a8db86c73af536b3fff555ab',1,'amrex::EBFArrayBox::operator=(const EBFArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab9f91f646f1ca0f33d5d2d3e14ffec77',1,'amrex::EBDataCollection::operator=(EBDataCollection &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aab5a65341ff21329cc732af1bfb4f004',1,'amrex::EBDataCollection::operator=(const EBDataCollection &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#ab8c1b6ba13749dcf960f79bdcc67958b',1,'amrex::EBCellFlagFab::operator=(EBCellFlagFab &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#aefb6078482dc1c3623fd1ca2c5e85df3',1,'amrex::EBCellFlagFab::operator=(const EBCellFlagFab &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a56d30ab59fcba6affe9753e66db53455',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#af2d4364b9fd33cf012edbb2170105845',1,'amrex::AmrMesh::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a04138b2c02fa080cd6531cd7361a37a3',1,'amrex::EBCellFlag::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aefa710ade223a08a0a1ee6babd8e97c2',1,'amrex::DistributionMapping::operator=(DistributionMapping &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a230a40ea82e898784259ebb040a4791a',1,'amrex::DistributionMapping::operator=(const DistributionMapping &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a048f2dc43cc7dcee308bad0af72c2208',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#a8d422f4de63c7907531003ca6fcc3b88',1,'amrex::MFIter::DeviceSync::operator=(DeviceSync const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a09ce14e97aa618c00bcc778e9337fd4f',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#a1ea24985de3f4264b68f8c5f55611178',1,'amrex::Gpu::DeviceScalar::operator=(DeviceScalar const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a8520ac0a5dc18b5cd186feec06122b9d',1,'amrex::DeriveRec::operator=(DeriveRec &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#ad052a3e9226c8b733e3968858ab4e34d',1,'amrex::DeriveRec::operator=(DeriveRec const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a85a8d2ceac5a6512561c787c0995c661',1,'amrex::DeriveList::operator=(DeriveList &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#a7088f7c6f612cf558efb4db7cb7032bd',1,'amrex::DeriveList::operator=(const DeriveList &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a64f91ae2c5358ccf46099d9e5d3fdd7b',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a95e36919502ab26429ae7c55a2273e2c',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::operator=(Data< U > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a764ae667f297643c6647c23c4b66b08a',1,'amrex::Parser::Data::operator=(Data &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aa66c8c8b35c991bb5487665b509eecdc',1,'amrex::Parser::Data::operator=(Data const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< PetscInt >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< EBCellFlag >::operator=(const BaseFab< EBCellFlag > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< EBCellFlag >::operator=(BaseFab< EBCellFlag > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< EBCellFlag >::operator=(EBCellFlag const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< HYPRE_Int >::operator=(const BaseFab< HYPRE_Int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< HYPRE_Int >::operator=(BaseFab< HYPRE_Int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< HYPRE_Int >::operator=(HYPRE_Int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< int >::operator=(const BaseFab< int > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< int >::operator=(BaseFab< int > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< int >::operator=(int const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< int >::operator=(int const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< PetscInt >::operator=(const BaseFab< PetscInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< PetscInt >::operator=(BaseFab< PetscInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< PetscInt >::operator=(PetscInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< char >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< Real >::operator=(const BaseFab< Real > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< Real >::operator=(BaseFab< Real > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< Real >::operator=(Real const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< Real >::operator=(Real const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a5b9a6b9b7f13e52b6e1c94a53d1f7520',1,'amrex::BLBTer::operator=(BLBTer const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#ab6cd91c698df6ac4fb6960c4e4cb02b4',1,'amrex::BLBTer::operator=(BLBTer &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a3eb4aec3fa8021b4fcb50768365ca52f',1,'amrex::BlockMutex::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae7e3bc077f7e5695cfef56a57075d164',1,'amrex::BndryDataT::operator=(const BndryDataT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a536257808c5792850bdeaf82cf76f85d',1,'amrex::BndryDataT::operator=(BndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a453a8fc604e77bc263b7ea91bf8920d3',1,'amrex::BndryRegisterT::operator=(const BndryRegisterT< MF > &src)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3d277d77c5e0fb1bb42e5834196c6783',1,'amrex::BndryRegisterT::operator=(BndryRegisterT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ad4f9e03d42d0b48eab10408b3958c273',1,'amrex::BoundCond::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a71523423b56d7e520f67c7f164689c87',1,'amrex::BoxArray::operator=(BoxArray const &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac273e3e3038f3ca71306de6576d41c74',1,'amrex::BoxArray::operator=(BoxArray &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LevelBld.html#a953101169ca6e1d72fafe0eb1f2c8177',1,'amrex::LevelBld::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a84fe07d6505966071f15d2f65509baa7',1,'amrex::BackgroundThread::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshInSituBridge.html#acd61b99b4b1eaab420b3194f8b6e960d',1,'amrex::AmrMeshInSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8542c6c51308ffa6c5d0e78a7a8e87c3',1,'amrex::AmrParticleContainer_impl::operator=(const AmrParticleContainer_impl &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#a8859832e7fb2fdca041be6b456b607df',1,'amrex::AmrParticleContainer_impl::operator=(AmrParticleContainer_impl &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a0c11eedaeef4f0e4c1adc12de769318e',1,'amrex::AmrTracerParticleContainer::operator=(const AmrTracerParticleContainer &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrTracerParticleContainer.html#a8ddec9287e16d328d7f55b022679f2dd',1,'amrex::AmrTracerParticleContainer::operator=(AmrTracerParticleContainer &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ac04132048490ddd59eb7312eb33856e4',1,'amrex::Any::operator=(Any const &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ad23c5ad12e1baae2943f5e4dc707aac5',1,'amrex::Any::operator=(Any &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#a1d54950de0d9ccc255006a631c8adf9a',1,'amrex::Any::operator=(MF &&mf)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ab5c2f212500abb488cf4d14245c29aee',1,'amrex::Arena::operator=(const Arena &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a36dd09d6200de89dd8bb25b1cd223cb5',1,'amrex::Arena::operator=(Arena &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a8444487b7e58d1bc8042b9eae27ea452',1,'amrex::Arena::ArenaProfiler::operator=(const ArenaProfiler &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a0fb352f73b4f59fb7e916f9c562ace45',1,'amrex::Arena::ArenaProfiler::operator=(ArenaProfiler &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ac6b94ba54d0f143f579690a55fd1150a',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#ae70344e048d89311ae808a9485fd8b8f',1,'amrex::Gpu::AsyncArray::operator=(AsyncArray &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ac0f5a3c8b889af8ac29ab19ccf3b288b',1,'amrex::BackgroundThread::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< RealTuple >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a220d49c6e54825fb9753f389bc247ea8',1,'amrex::BARef::operator=(const BARef &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#ac35e7bcd2e6c974918c1d5e74a4bac3a',1,'amrex::BARef::operator=(BARef &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ac26275b15424e584ebe7f5a89c23e4c7',1,'CommProfStats::BarrierEntry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'amrex::BaseFab::operator=(const BaseFab< T > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'amrex::BaseFab::operator=(BaseFab< T > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'amrex::BaseFab::operator=(T const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'amrex::BaseFab::operator=(T const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< AtomicInt >::operator=(const BaseFab< AtomicInt > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< AtomicInt >::operator=(BaseFab< AtomicInt > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a197583c6096b348de15dcdb671457aee',1,'BaseFab< AtomicInt >::operator=(AtomicInt const &t) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9a52c7475015824cfb60e6c67ecad522',1,'BaseFab< char >::operator=(const BaseFab< char > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a730800b56af324f6616cdb9ef570cdcc',1,'BaseFab< char >::operator=(BaseFab< char > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4b81fe99b0146870a40f702e63dd1415',1,'BaseFab< char >::operator=(char const &) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad694566587c38b3b85ee1048a2bd1498',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#aa5506298eca8297889fd65d06b542e98',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a22d3d81298b39b86f57df4e3a8cfde58',1,'amrex::HypreABecLap2::operator=(HypreABecLap2 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a9953daa94e6da0aa13416873cf43835e',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a6e726af6a5dea2a39e38629eedf68d77',1,'amrex::HypreABecLap3::operator=(HypreABecLap3 &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a14b9f0dd6b475dc0dba5a4533c4158e9',1,'amrex::HypreIJIface::operator=(HypreIJIface const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a05ca21178c29ef540497b4333549baef',1,'amrex::HypreIJIface::operator=(HypreIJIface &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a00ba8003e627089b12616d549302a48d',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1ed176484530d5f9a35195c968b7f886',1,'amrex::HypreMLABecLap::operator=(HypreMLABecLap &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a4278296637fc4b67cffd26feeccc160c',1,'amrex::HypreNodeLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#aa857d99289dce4b6d520f426df145401',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6ab7e172b712f730ad09f00e3127549',1,'amrex::IArrayBox::operator=(IArrayBox &&)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a1f15c661d9fa23250901595a7e7e2179',1,'amrex::IArrayBox::operator=(const IArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#add58d47d87d67a2140449805c9b82a73',1,'amrex::IArrayBox::operator=(int v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#aa17249a55ceb7467d2d2ddaded5b8e24',1,'amrex::iMultiFab::operator=(iMultiFab &&rhs) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ab8876b46ff60815091bd3905f98b365a',1,'amrex::iMultiFab::operator=(const iMultiFab &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1iMultiFab.html#ad696c10cf2f76f4ad08c6f9b8f7735bd',1,'amrex::iMultiFab::operator=(int r)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a634dcb439936cae4f084050779828d68',1,'amrex::EB2::IndexSpace::operator=(IndexSpace const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a03d5014d0330b1c49aa2b0deca0adf9e',1,'amrex::EB2::IndexSpace::operator=(IndexSpace &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#adaa080c0e4ccb67291c2581444d06e7b',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#ad798fd92507868f0ee233bc92e2b30aa',1,'amrex::Geometry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a9e361db8584dca389f44089d08bdd240',1,'amrex::FabSetT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9724df1a42e1fbf0956061d68b417087',1,'amrex::FArrayBox::operator=(FArrayBox &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6f8accb8be245e6873219b15a933f431',1,'amrex::FArrayBox::operator=(const FArrayBox &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6bb6bea68a04d94c29ededc43adae9d2',1,'amrex::FArrayBox::operator=(Real v) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#ad0bad9568c98a4a189a906541ccbad41',1,'amrex::FluxRegister::operator=(const FluxRegister &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8cc3f9a89b01e82521248e4bb7ce6074',1,'amrex::FluxRegister::operator=(FluxRegister &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a4167f396f181d93b61fbb630eca5f0b1',1,'amrex::ParallelContext::Frame::operator=(Frame const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#add7bceedba4bbaf9f2172c82e2775c04',1,'amrex::ParallelContext::Frame::operator=(Frame &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#accb415f1b74fa7e10a767254c3943e6a',1,'amrex::Geometry::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ae950af55a7a785ea5d328d95d57af508',1,'amrex::EB2::IndexSpaceChkptFile::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'amrex::GpuTuple::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'amrex::GpuTuple::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#ac3cf15112d4e0b7b33d884fcfd3f558b',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > const &rhs)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuTuple.html#a98cd15de0552b07aa6cceda354b8b604',1,'GpuTuple< Fs... >::operator=(GpuTuple< Us... > &&rhs)'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad82118cb9204b160c74a43569c3d9c6f',1,'amrex::VisMF::Header::operator=(Header const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7b4974ed02d94db482c39ffae9d4d6e0',1,'amrex::VisMF::Header::operator=(Header &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a21b8442c0d0c4b9ecebb99aef84119',1,'amrex::Hypre::operator=(Hypre &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a465b11c7f873f706bba359bf6bdb0768',1,'amrex::Hypre::operator=(Hypre const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#abd02ea797323ac95372a4d02c41b50e2',1,'amrex::HypreABecLap::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< HYPRE_Int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< Int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< BCTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::Vector< RealTuple > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< GFab >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< GFab >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< Int > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< HYPRE_Int >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< Int >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< Int >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< PetscInt >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< PetscInt >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< RealTuple >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ac0a7f459ae2c96841edbc9bab9e6eb8a',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a8a5f223ce810957f33a6ebae4170d840',1,'amrex::IOFormatSaver::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#acd1ec386ca611eae4f102c7bc4562168',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#af6b6248eceb701c542539a952c5808d8',1,'amrex::EB2::IndexSpaceImp::operator=(IndexSpaceImp< G > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a2e26fd180cf15b5ee489da10269d950d',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL const &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a9a958addce9e3b225e6d76af21e3e851',1,'amrex::EB2::IndexSpaceSTL::operator=(IndexSpaceSTL &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#ad732c86078527fd31e0cb50ad77e21ab',1,'amrex::InSituBridge::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a5753abe4eb1e3ac6d8747a0864533373',1,'amrex::InterpBase::operator=(InterpBase const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBase.html#a448200184ccdeced8fd7a609dd43fa71',1,'amrex::InterpBase::operator=(InterpBase &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a86e3caeebf11d0a7786aedf4c4e2281b',1,'amrex::InterpBndryDataT::operator=(const InterpBndryDataT< MF > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ac8f05912699e2607b569431b1c608d36',1,'amrex::InterpBndryDataT::operator=(InterpBndryDataT< MF > &&rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a98ba6c92d45e46815081dd529603c064',1,'amrex::ErrorRec::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a1bc176c8a87264230e6fe7a034db0906',1,'amrex::IOFormatSaver::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'amrex::LayoutData::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'amrex::LayoutData::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae2491de2ca6d6444c53257bb6a52e52e',1,'LayoutData< amrex::PODVector< int > >::operator=(const LayoutData &rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#ae952180060d5f2a745cabfa5dc3f872b',1,'LayoutData< amrex::PODVector< int > >::operator=(LayoutData &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'amrex::FabFactory::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< FArrayBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< IArrayBox >::operator=(FabArray< IArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< IArrayBox >::operator=(const FabArray< IArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< IArrayBox >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< TagBox >::operator=(FabArray< TagBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< TagBox >::operator=(const FabArray< TagBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ad6a034e24183a0757164954cfb6fd1b3',1,'amrex::FabSetT::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a3a03a3b8e7241403a630cc320728b3c1',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory &&) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'FabFactory< amrex::FArrayBox >::operator=(FabFactory const &) noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'amrex::FabArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabFactory.html#a8a4fa9cec9df6cf5b6214d76da14b099',1,'amrex::FabFactory::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a04b202b2564359e3ea39054bb3ddd303',1,'amrex::FabCopyDescriptor::operator=(FabCopyDescriptor &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aef489e20da7d002a654094f1869482af',1,'amrex::FabCopyDescriptor::operator=(const FabCopyDescriptor &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'FabArrayCopyDescriptor< FArrayBox >::operator=(FabArrayCopyDescriptor< FArrayBox > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'FabArrayCopyDescriptor< FArrayBox >::operator=(const FabArrayCopyDescriptor< FArrayBox > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a185b017430da5b0f87fb2941bf40d166',1,'amrex::FabArrayCopyDescriptor::operator=(FabArrayCopyDescriptor< FAB > &&)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a9b2377f94bb99edec4a19623c51c545a',1,'amrex::FabArrayCopyDescriptor::operator=(const FabArrayCopyDescriptor< FAB > &)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b213cf522c93646cc152abb65ad97a4',1,'amrex::FabArrayBase::operator=(FabArrayBase &&rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a24f7e6d0d4e8ee6aa8207710f51a603e',1,'amrex::FabArrayBase::operator=(const FabArrayBase &rhs)=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< TagBox >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< FArrayBox >::operator=(FabArray< FArrayBox > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< FArrayBox >::operator=(const FabArray< FArrayBox > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::EBCellFlagFab >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::CutFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::CutFab >::operator=(const FabArray< amrex::CutFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::CutFab >::operator=(FabArray< amrex::CutFab > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(const FabArray< amrex::BaseFab< PetscInt > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< PetscInt > >::operator=(FabArray< amrex::BaseFab< PetscInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(const FabArray< amrex::BaseFab< HYPRE_Int > > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator=(FabArray< amrex::BaseFab< HYPRE_Int > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::Mask >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::Mask >::operator=(const FabArray< amrex::Mask > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'amrex::FabArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::Mask >::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::EBCellFlagFab >::operator=(value_type val)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0af3037790ff6d28e55abb56befa9217',1,'FabArray< amrex::EBCellFlagFab >::operator=(const FabArray< amrex::EBCellFlagFab > &rhs)=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'amrex::FabArray::operator=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abfb756a609a97e842adfcb212390b506',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(FabArray< amrex::BaseFab< AtomicInt > > &&rhs) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4216d9de507369835a657c156d8b8161',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator=(value_type val)']]], + ['operator_3d_3d_14028',['operator==',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a8b138bbeeb2436431a73d8c605e4a15d',1,'amrex::BCRec::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a8525a0bfb72343d71c8730cce94b7e72',1,'amrex::FabArrayBase::BDKey::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a74ee48ddcfd53d548f7a55352dba7cb4',1,'amrex::BoxArray::operator==(const BoxArray &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#ac7392d5269b259859afb66f9528f1f6b',1,'amrex::BoxArray::operator==(const Vector< Box > &bv) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a03627b9f1cb88ad3ff6066b036e3ed97',1,'amrex::BoxDomain::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ad4c7371a91e9b4e6381438ac14d95410',1,'amrex::FabArrayId::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a111f72bd85cc49ade7c956cdf35d330b',1,'amrex::BoxList::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'amrex::BoxND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a924f7db8b7071a964375eeb077ed72dc',1,'amrex::DistributionMapping::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa92fe9cc159271081f5d93db53a531f6',1,'amrex::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#ae8cf710c0d69005c259ce278c92f0d48',1,'BLProfStats::TimeRange::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a4a4237a4808d5f1bbd7266cc847e4952',1,'amrex::DistributionMapping::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ac87a2a13371616bc353f2f0ab21a95d1',1,'amrex::BoxArray::RefID::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a787b257855e1c1f21c26438230e0f482',1,'amrex::RealVect::operator==(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a834fb65342114ff30939f55642575f36',1,'amrex::RealDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#aa8f0c58703d74ff60d7fde603725e54c',1,'amrex::Periodicity::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a44cb3b76a01de48a5d93281e7c0a4ef2',1,'amrex::OrientationIter::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a113bd6398654564605653436aff3db76',1,'amrex::Orientation::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a88b16dbe8f6f315955cdde15cbd71e7e',1,'amrex::CArena::Node::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a05bebd2702cb1c8cf16bbc3f6e504864',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ac25ca6af8a9612389f174e23865645c3',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'IntVectND< AMREX_SPACEDIM >::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'IntVectND< AMREX_SPACEDIM >::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aca5f7df9cd9ecc76b0ec1dea5d218d7b',1,'amrex::IntVectND::operator==(const IntVectND< dim > &rhs) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a6ddff3a577201c696129211d63e2bf9d',1,'amrex::IntVectND::operator==(int val) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a537343bdd3bd917f5343bb16ed28875e',1,'amrex::IntDescriptor::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'IndexTypeND< AMREX_SPACEDIM >::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#ac555aa3c796786f8956731f96fb58bf5',1,'amrex::IndexTypeND::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a510752620cbd0db055bba865c8dd926f',1,'amrex::EBCellFlag::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aeea4c86ca63ee5a3a6a482d38154b9c8',1,'BoxND< AMREX_SPACEDIM >::operator==()']]], + ['operator_3e_14029',['operator>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a5744e431e5a8462467ef74563e4163d3',1,'amrex::Orientation::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'BoxND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0d13684f9d3b9bee2c17439f7051b011',1,'amrex::BoxND::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'IntVectND< AMREX_SPACEDIM >::operator>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#af98b10ea8dcc7c6b0a87218452b39448',1,'amrex::RealVect::operator>(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aa6d9b9823fb7af1a0a12a8c028e7e99f',1,'amrex::IntVectND::operator>()']]], + ['operator_3e_3d_14030',['operator>=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'amrex::BoxND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a7ce549f0def1a5be24c9a21f57f5a3bd',1,'BoxND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'amrex::IntVectND::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#aec2bae4f69b7a141a429ee6d7fc045f9',1,'IntVectND< AMREX_SPACEDIM >::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#af14b906cbe8c60d19ef9a2c86288900c',1,'amrex::Orientation::operator>=()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aede3778179f57e5b9c02a7ed7cbfa04d',1,'amrex::RealVect::operator>=(const RealVect &p) const noexcept']]], + ['operator_3e_3e_14031',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a543f68ea96151adca9c24601b7f472e1',1,'amrex::operator>>(std::istream &is, RealDescriptor &rd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0ed9b6ea967b3a6cebc43973e1440e06',1,'amrex::operator>>(std::istream &is, IntDescriptor &id)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af0105a9c07cf522baaf3a44e43e92f3a',1,'amrex::operator>>(std::istream &is, BoxND< dim > &bx)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4058fe437a44e4e9367221fbd9fa9e3c',1,'amrex::operator>>(std::istream &is, CoordSys &c)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeddafb7300c5464e3bf385c510ddb5e0',1,'amrex::operator>>(std::istream &is, Mask &m)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a35e6a4a987e55646e4f33c6827554dea',1,'amrex::operator>>(std::istream &is, Vector< VisMF::FabOnDisk > &fa)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abd04f69e01ce3c15f6788670823386e5',1,'amrex::operator>>(std::istream &is, VisMF::Header &hd)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9ff574ad6dd00e11abbe7b34c9233e0b',1,'amrex::operator>>(std::istream &is, FArrayBox &f)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5086c850dfa16df677225c8c1139e466',1,'amrex::operator>>(std::istream &, Geometry &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae09b06c662f23c91ec5b359875ee085e',1,'amrex::operator>>(std::istream &is, IndexTypeND< dim > &it)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a86c00adba06b7bcd4670f9d5bc989dae',1,'amrex::operator>>(std::istream &is, IntVectND< dim > &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a0606a9b1a287b48d02aaa194e58c90',1,'amrex::operator>>(std::istream &is, Orientation &o)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3fa033d5f7e81438c45cc3b5f6af3443',1,'amrex::operator>>(std::istream &, RealBox &)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a89d1ab126c05c2eac37ba679a7415a9b',1,'amrex::operator>>(std::istream &is, RealVect &iv)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff6b4420435f9951710a37eda411db8f',1,'amrex::operator>>(std::istream &, const expect &exp)'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbd06906c35c69c96f95404ef3837e15',1,'amrex::operator>>(std::istream &is, VisMF::FabOnDisk &fod)']]], + ['operator_5b_5d_14032',['operator[]',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::VisMF::FabOnDisk >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::WeightedBox >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::WeightedBox >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::YAFluxRegisterT< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::iMultiFab, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< amrex::LayoutData< std::unique_ptr< amrex::PODVector< Real > > >, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< BCType, AMREX_SPACEDIM > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::vector< bool > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::MLCellLinOpT::BndryCondLoc > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::iMultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::Gpu::DeviceScalar< amrex::LUSolver< AMREX_SPACEDIM *2, RT > > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< std::unique_ptr< amrex::FabFactory< FAB > > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::DataBlock >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< int >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< int >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< gpuStream_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< gpuStream_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< double >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< double >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< const FabArrayBase::CopyComTagsContainer * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::ReductionEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::NameTagEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::NameTagEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::DataBlock >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< CommProfStats::BarrierEntry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char const * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char const * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< char * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< char * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< BLProfStats::BLPDataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Array< Real, AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Real > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::VisMF * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< Real > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< BLProfStats::TimeRange > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Vector< amrex::FillBoxId > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Real > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiFab, AMREX_SPACEDIM > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::MultiFab * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::Geometry > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FArrayBox * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::FabArrayId > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< MF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Long > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< FAB * > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< RT > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< double > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< double > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::MultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< std::unique_ptr< amrex::iMultiFab >, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< MF, AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< Array< amrex::MultiMask, 2 *AMREX_SPACEDIM > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::LayoutData< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::iMultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::FillPatcher< amrex::MultiFab > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::ErrorRec > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::EB2::IndexSpace > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::BndryRegisterT > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::AmrLevel > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::string >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::string >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::size_t >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::size_t >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< void *, amrex::Arena * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vertex >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vertex >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Vector< MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Vector< MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< V >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< V >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< T > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< std::fstream > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< MF > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< Array< MultiFab, 3 > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::VisMF > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor::BndryFunc > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::StateDescriptor > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::unique_ptr< amrex::MultiFab > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::unique_ptr< amrex::MLMGBndryT< MF > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::list< amrex::XYPlotDataListLink * > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::ifstream * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::ifstream * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< Setbuf_Char_Type >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RT >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RT >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< RegionsProfStats::DataBlock >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::list< BLProfStats::TimeRange > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< ParticleLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< ParticleLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MultiFab >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MultiFab >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Status >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Status >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MPI_Request >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MPI_Request >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< MF >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< MF >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< long >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< long >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< Real, std::unique_ptr< MultiFab > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::pair< int, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::pair< int, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::string, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::string, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< std::pair< int, int >, amrex::NeighborList< ParticleType > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, ParticleTile > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, IntVector > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< Long >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::Vector< amrex::NeighborParticleContainer::NeighborCopyTag > > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< PairIndex, amrex::Vector< amrex::NeighborParticleContainer::InverseCopyTag > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::PODVector< amrex::IntVectND > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< std::map< int, amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'amrex::IndexTypeND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a08481c4b5de44f34b8e73aac96dc5086',1,'IndexTypeND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'amrex::IntVectND::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'amrex::IntVectND::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a40372a12f3d4507c89e37f63f68dfef9',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a04e20e13b5a334f84f21e38d79dd1b26',1,'IntVectND< AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'amrex::LayoutData::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'amrex::LayoutData::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real,(M+2) *(M+1)/2 >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'amrex::LayoutData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal *, NAR >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 2 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 2 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, 4 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, 4 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal *, NAR >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, 3 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, 3 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, AMREX_SPACEDIM >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< Real, nelems >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< Real, nelems >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< int >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< GFab >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< GFab >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< GFab >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< HYPRE_Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< HYPRE_Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< HYPRE_Int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< RealTuple > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< Int >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< Int >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< Int >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::PODVector< Int > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::PODVector< Int > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< amrex::Vector< BCTuple > >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< amrex::Vector< RealTuple > >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< AtomicInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'amrex::FabArray::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::BaseFab< PetscInt > >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::CutFab >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::CutFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::CutFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'BoxND< AMREX_SPACEDIM >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aefa7a0fd1aca91d891859b5fabe22a07',1,'amrex::ArrayOfStructs::operator[](int i) const'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a2fb608a08b57c27a7784ccd6be56bb30',1,'amrex::ArrayOfStructs::operator[](int i)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#aa362341b91354c3efb2b604549e3319c',1,'amrex::BndryDataT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a2d7ae73be4e090c02d93dee4b5d22370',1,'amrex::BndryDataT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a95bfbf54acf359a2d3c741c345ebaf6e',1,'amrex::BndryRegisterT::operator[](Orientation face) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a687f7e9c604524cd2ce9b43957f87cac',1,'amrex::BndryRegisterT::operator[](Orientation face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a0386a0ab9aa86bee7e8f499770f99ca5',1,'amrex::BoxArray::operator[](int index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#accfeb1e3facccbcdedc791ce6bbb67dc',1,'amrex::BoxArray::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#aa0b5be63833c38612f79a1542001789b',1,'amrex::BoxND::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::EBCellFlagFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a558850bcec731c7cbd3f93138606388e',1,'amrex::CellData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'amrex::ConstParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a105b772528c0a4ab1ddd6970c04e1456',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#a1038e632d124f54e8b5566787b4896a8',1,'amrex::DescriptorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a051c0211689621d68f3565becf7adddd',1,'amrex::DistributionMapping::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#abdfed9e915c0fec995a85a86a8c8627e',1,'amrex::ErrorList::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'amrex::FabArray::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'amrex::FabArray::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a3a15743fbc6bfe0f132e113d69b8bb3e',1,'amrex::FabSetT::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#aea5322566f30964aed1c5c29deeb865e',1,'amrex::FabSetT::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#abc8e1ef1fb32bdc7892f1b8eed58d712',1,'amrex::FabSetT::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'amrex::GpuArray::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'amrex::GpuArray::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::Interval, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a1c27985ab724a1cacaa41a9f4cc5fc25',1,'amrex::FabSetT::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< amrex::EB2::PolyTerm, N >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< bool, N >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< bool, N >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const int *, NArrayInt >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const int *, NArrayInt >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#aba9b0ae13a9b1f8cc6cd0a52ef7caf7d',1,'GpuArray< const ParticleReal *, NArrayReal >::operator[](int i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a855beb08e2de22f04d82e602524b65e3',1,'GpuArray< int *, NAI >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< FArrayBox >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::EBCellFlagFab >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< amrex::Mask >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< amrex::Mask >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< amrex::Mask >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< FArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< FArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< FArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< IArrayBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< IArrayBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< IArrayBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#aea4482f17a37031cb4d666bb0d35bb75',1,'FabArray< TagBox >::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ba62a9af2c4595f5cc07658922e54dd',1,'FabArray< TagBox >::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0cff697750da98028349785f52862dd9',1,'FabArray< TagBox >::operator[](int K) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a075244874da3e2433d57ca6fa8b96dc2',1,'FabArray< TagBox >::operator[](int K) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BCRec >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< unsigned int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< unsigned int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac279e83bbbad84c9218d6673bf75fe65',1,'amrex::RealVect::operator[](int i) &&=delete'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a48008873323ae4de7561f09237112e4c',1,'amrex::RealVect::operator[](int i) &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ae1d5a95100e25091c6cb29a50e0c2be7',1,'amrex::RealVect::operator[](int i) const &noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a9ddc376407e8cfbe84195dede1284840',1,'amrex::Stack::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'amrex::Vector::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'amrex::Vector::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BCRec >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CallStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::CommStats >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BLProfiler::RStartStop >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxArray >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxArray >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::BoxList >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxList >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::BoxND >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::DistributionMapping > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BoxArray > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Vector< amrex::BndryRegisterT< MF > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::StateData >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::StateData >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Real >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DataServices * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< std::size_t > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< std::size_t > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< Real > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< std::size_t >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< std::size_t >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::iMultiFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IndexTypeND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::InterpBase * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::InterpBase * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::IntVectND >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::IntVectND >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< HYPRE_Int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::LayoutData< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::iMultiFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiFab >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::MultiMask >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::MultiMask >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::NeighborParticleContainer::NeighborCommTag >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ParticleLocator< Bins > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< amrex::IntVectND > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::PODVector< int > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DataServices * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::distFcnElement2d * >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::DistributionMapping >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::ChkptFileLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::Edge >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::Edge >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::GShopLevel< G > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::PolyTerm >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::EB2::STLLevel >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::FabArray< amrex::BaseFab< HYPRE_Int > > >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::ComponentSet >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::ForkJoin::MFFork >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a21762c932d02442c5b633ed8f9245644',1,'Vector< amrex::Geometry >::operator[](size_type i) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Vector.html#a386c8f4b57c4b34a5b0b34809554f89e',1,'Vector< amrex::Geometry >::operator[](size_type i) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::NeighborCode >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::openbc::MomTag >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::STLtools::Triangle >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::XDim3 >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< int *, DefaultAllocator< int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< int * >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< PetscInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< index_type >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< index_type >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const ParticleReal * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int *, DefaultAllocator< const int * > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< const int * >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< const int * >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< char >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< char >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac4cca97be972651406f245a8f627984c',1,'amrex::ParticleTileData::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a5c651ceec4c12e5fb2905c321abc5471',1,'amrex::ParticleArrayAccessor::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#af88debd7ac3c502ae1348d86fbecd5f4',1,'amrex::MultiMask::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#ada480977cbd644cd226e035c089f2594',1,'amrex::MultiMask::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ad40ab7b9d5f3dde32c3d973c3cbc4384',1,'amrex::MultiCutFab::operator[](int global_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a261c9bcb22ccc62bedbbdcb84cf53578',1,'amrex::MultiCutFab::operator[](int global_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#ade6f739eb789f2d3dc684a193be94971',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#a316297dac1bb8a86d2c72da43db652a6',1,'amrex::MultiCutFab::operator[](const MFIter &mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type const >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'MultiArray4< value_type >::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a88ce4b01bb46dabe69901da0552438b4',1,'amrex::MultiArray4::operator[]()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a8156da55f8f06b067f10e3636fe78334',1,'LayoutData< RealTuple >::operator[](int a_box_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a036d306adc873de2e4dfd248ede5e8ee',1,'LayoutData< RealTuple >::operator[](int a_box_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af942577b8d2b977fd3aefa9e4ca2c4c2',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#af5a22f5d4a49a1d07d307e640629601e',1,'LayoutData< RealTuple >::operator[](const MFIter &a_mfi) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'amrex::PODVector::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'amrex::PODVector::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::operator[](size_type a_index) const noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a553df993568cf65c1252d805c7cfcd8e',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a57c5c0338de67e3329a4e33e0500527b',1,'PODVector< amrex::BoxND >::operator[](size_type a_index) const noexcept']]], + ['operator_7c_14033',['operator|',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a61941cdb68b6ca2b6bd0ccef3831019b',1,'amrex']]], + ['operator_7c_3d_14034',['operator|=',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad70cc656ea2eab2e5ed1a8b06c00785d',1,'amrex::Mask']]], + ['or_14035',['Or',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html#a5f7fc55ae2bbfbbc7f2b026b754c30c1',1,'amrex::ParallelReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html#a220eeb19edc1365466cc0acfec9ee3d7',1,'amrex::ParallelAllReduce::Or()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a8fcf8e088c4ea7f800d327c9842b0986',1,'amrex::Mask::Or(const Mask &src, const Box &subbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ad5797578c04b5614ce848331711d3fe5',1,'amrex::Mask::Or(const Mask &src, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ada0a58519cfd7ec1ab414bf65365c72c',1,'amrex::Mask::Or(const Mask &src, const Box &srcbox, const Box &destbox, int srccomp, int destcomp, int numcomp=1) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#a16aac9b4caf7d3aa715c35e1473a4254',1,'amrex::Mask::Or(const Mask &src) noexcept']]], + ['order_14036',['order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#af4fd11c6c5ff73c8937000fd60729ad4',1,'amrex::IntDescriptor::order()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#adb0da1597fe482a78cf9dc474b1a9328',1,'amrex::RealDescriptor::order() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ab7fb74e5a55e3c5a721d7c4f5ffd5960',1,'amrex::RealDescriptor::order() &&=delete']]], + ['orderarray_14037',['orderarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a15088522b061b0e6c504ea1175a783f2',1,'amrex::RealDescriptor::orderarray() const &'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a128ded7be7a9e70108bf78c269d4d508',1,'amrex::RealDescriptor::orderarray() &&=delete']]], + ['ordered_5fsimplify_14038',['ordered_simplify',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ab9071e12fb35012248c8978ed5e9b5a1',1,'amrex::BoxList']]], + ['orderedboxes_14039',['OrderedBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#abf001c57e7a3772e49e5870334baaa05',1,'amrex::OrderedBoxes']]], + ['orientation_14040',['Orientation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a4706129433791b27ed00bd69b4cff5f7',1,'amrex::Orientation::Orientation() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a382d3782efffb9d5c5d132f5758b7cb5',1,'amrex::Orientation::Orientation(int dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a377b4d3db6c833a77b181d4329d4c530',1,'amrex::Orientation::Orientation(Direction dir, Side side) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a77e0b0c3ba62b33380805f6d6da3ca5e',1,'amrex::Orientation::Orientation(int v) noexcept']]], + ['orientationiter_14041',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#af6dba82ba412292d5594bb333ac67627',1,'amrex::OrientationIter::OrientationIter() noexcept=default'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#ab64091346540ed0e8a9da3a2f567b980',1,'amrex::OrientationIter::OrientationIter(const Orientation &_face) noexcept'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a253004b1b5e149ee012d73724c077696',1,'amrex::OrientationIter::OrientationIter(int _face) noexcept']]], + ['outofmemory_14042',['OutOfMemory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe890be0bd82650235456eabcf50e309',1,'amrex']]], + ['outsideroundoffdomain_14043',['outsideRoundoffDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af5bc2516bcf62a317b7bd5c77def5171',1,'amrex::Geometry']]], + ['outstream_14044',['OutStream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#add2f0f36ce80f2f3934e3a8ec2a966df',1,'amrex']]], + ['overlapmask_14045',['OverlapMask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afbd6dab928640c74eb1d7a28e8f36afa',1,'amrex::MultiFab']]], + ['overridesync_14046',['OverrideSync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#afc2840698e1cec5a44ebeb9d34783327',1,'amrex::MultiFab::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'amrex::FabArray::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< TagBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5821b989454c54f92dd1f2312e95b5b6',1,'amrex::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< TagBox >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< IArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< IArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< FArrayBox >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< FArrayBox >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::Mask >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::Mask >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::CutFab >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::CutFab >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4f7ee90203e2af36c474d9b2234c8cae',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'amrex::FabArray::OverrideSync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a37eadd5f219d50c8f1c3422f2fa81eb2',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync()']]], + ['overridesync_5ffinish_14047',['OverrideSync_finish',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< TagBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'amrex::FabArray::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::CutFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< amrex::Mask >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< FArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#adbc8db61cee190b8779c871001f78057',1,'FabArray< IArrayBox >::OverrideSync_finish()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad81d4975698feb7461d8ad18c21c7951',1,'amrex::OverrideSync_finish(FabArray< FAB > &fa)']]], + ['overridesync_5fnowait_14048',['OverrideSync_nowait',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6d31b25633d781cd8fe931951889e6c',1,'amrex::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::Mask >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< AtomicInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::BaseFab< PetscInt > >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::CutFab >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< amrex::CutFab >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::EBCellFlagFab >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< amrex::Mask >::OverrideSync_nowait()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< FArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< FArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< IArrayBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< IArrayBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'FabArray< TagBox >::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'FabArray< TagBox >::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a2f1b5bd6a26a0ed12733e9a6ce8b0eb9',1,'amrex::FabArray::OverrideSync_nowait(int scomp, int ncomp, const Periodicity &period)'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4528c1a098c945ff4f1cef3a812b1af5',1,'amrex::FabArray::OverrideSync_nowait(const Periodicity &period=Periodicity::NonPeriodic())']]], + ['overset_5frescale_5fbcoef_5fx_14049',['overset_rescale_bcoef_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a040b31bdb9951876d8277049591cfe51',1,'amrex']]], + ['overset_5frescale_5fbcoef_5fy_14050',['overset_rescale_bcoef_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a756bd05a03228632b5dfc9323d9440fa',1,'amrex']]], + ['overset_5frescale_5fbcoef_5fz_14051',['overset_rescale_bcoef_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae6346740764334df2fdcaca7e48a9313',1,'amrex']]], + ['overwriteflux_14052',['OverwriteFlux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a4230b5a0ec42a59e2f6e48e51ca77f83',1,'amrex::FluxRegister']]], + ['owner_14053',['owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#abef15ce1cbccdaa8dc7aa6a6bb4a0609',1,'amrex::CArena::Node']]], + ['ownermask_14054',['OwnerMask',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a63e28af3672b72154d156eac5f51ce06',1,'amrex::OwnerMask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a3c8c9bf8723fcfac9b8d410485e7ed4a',1,'amrex::MultiFab::OwnerMask()']]], + ['ownership_14055',['OwnerShip',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8e414f069d04091245f3e9e94a3aa237',1,'amrex::FabArrayBase']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_0.js b/amrex-hydro/Doxygen/html/search/groups_0.js index 94d1da3..ae1c1e5 100644 --- a/amrex-hydro/Doxygen/html/search/groups_0.js +++ b/amrex-hydro/Doxygen/html/search/groups_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['bds_18502',['BDS',['../group__BDS.html',1,'']]] + ['bds_18588',['BDS',['../group__BDS.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_1.js b/amrex-hydro/Doxygen/html/search/groups_1.js index b3784f8..f04c518 100644 --- a/amrex-hydro/Doxygen/html/search/groups_1.js +++ b/amrex-hydro/Doxygen/html/search/groups_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['ebgodunov_18503',['EBGodunov',['../group__EBGodunov.html',1,'']]], - ['ebmol_18504',['EBMOL',['../group__EBMOL.html',1,'']]] + ['ebgodunov_18589',['EBGodunov',['../group__EBGodunov.html',1,'']]], + ['ebmol_18590',['EBMOL',['../group__EBMOL.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_2.js b/amrex-hydro/Doxygen/html/search/groups_2.js index 87617dc..d836618 100644 --- a/amrex-hydro/Doxygen/html/search/groups_2.js +++ b/amrex-hydro/Doxygen/html/search/groups_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['godunov_18505',['Godunov',['../group__Godunov.html',1,'']]] + ['godunov_18591',['Godunov',['../group__Godunov.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_3.js b/amrex-hydro/Doxygen/html/search/groups_3.js index 8548e05..83a9ca5 100644 --- a/amrex-hydro/Doxygen/html/search/groups_3.js +++ b/amrex-hydro/Doxygen/html/search/groups_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['hypre_18506',['HYPRE',['https://amrex-codes.github.io/amrex/doxygen/group__HYPRE.html',1,'']]] + ['hypre_18592',['HYPRE',['https://amrex-codes.github.io/amrex/doxygen/group__HYPRE.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_4.js b/amrex-hydro/Doxygen/html/search/groups_4.js index 9c3d358..7734519 100644 --- a/amrex-hydro/Doxygen/html/search/groups_4.js +++ b/amrex-hydro/Doxygen/html/search/groups_4.js @@ -1,4 +1,4 @@ var searchData= [ - ['mol_18507',['MOL',['../group__MOL.html',1,'']]] + ['mol_18593',['MOL',['../group__MOL.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_5.js b/amrex-hydro/Doxygen/html/search/groups_5.js index 9697186..a30e012 100644 --- a/amrex-hydro/Doxygen/html/search/groups_5.js +++ b/amrex-hydro/Doxygen/html/search/groups_5.js @@ -1,4 +1,4 @@ var searchData= [ - ['redistribution_18508',['Redistribution',['../group__Redistribution.html',1,'']]] + ['redistribution_18594',['Redistribution',['../group__Redistribution.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/groups_6.js b/amrex-hydro/Doxygen/html/search/groups_6.js index 55f8cdd..b9732cd 100644 --- a/amrex-hydro/Doxygen/html/search/groups_6.js +++ b/amrex-hydro/Doxygen/html/search/groups_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['utilities_18509',['Utilities',['../group__Utilities.html',1,'']]] + ['utilities_18595',['Utilities',['../group__Utilities.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_0.js b/amrex-hydro/Doxygen/html/search/namespaces_0.js index 31ef9bb..d99c2e8 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_0.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_0.js @@ -1,99 +1,100 @@ var searchData= [ - ['algoim_10171',['algoim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html',1,'amrex']]], - ['amrex_10172',['amrex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html',1,'']]], - ['amrex_5facc_5fmodule_10173',['amrex_acc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html',1,'']]], - ['amrex_5fbc_5ftypes_5fmodule_10174',['amrex_bc_types_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html',1,'']]], - ['amrex_5fconstants_5fmodule_10175',['amrex_constants_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html',1,'']]], - ['amrex_5feb_5fflux_5freg_5fnd_5fmodule_10176',['amrex_eb_flux_reg_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html',1,'']]], - ['amrex_5febcellflag_5fmodule_10177',['amrex_ebcellflag_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html',1,'']]], - ['amrex_5ferror_5fmodule_10178',['amrex_error_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html',1,'']]], - ['amrex_5ffilcc_5fmodule_10179',['amrex_filcc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html',1,'']]], - ['amrex_5ffort_5fmodule_10180',['amrex_fort_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html',1,'']]], - ['amrex_5fio_5fmodule_10181',['amrex_io_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html',1,'']]], - ['amrex_5flo_5fbctypes_5fmodule_10182',['amrex_lo_bctypes_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html',1,'']]], - ['amrex_5flo_5futil_5fmodule_10183',['amrex_lo_util_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html',1,'']]], - ['amrex_5fmempool_5fmodule_10184',['amrex_mempool_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html',1,'']]], - ['amrex_5fmllinop_5fnd_5fmodule_10185',['amrex_mllinop_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html',1,'']]], - ['amrex_5fomp_5fmodule_10186',['amrex_omp_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html',1,'']]], - ['amrex_5fparalleldescriptor_5fmodule_10187',['amrex_paralleldescriptor_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html',1,'']]], - ['amrex_5fparmparse_5fmodule_10188',['amrex_parmparse_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html',1,'']]], - ['amrex_5fstring_5fmodule_10189',['amrex_string_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html',1,'']]], - ['amrvis_10190',['Amrvis',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html',1,'amrex']]], - ['asyncout_10191',['AsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html',1,'amrex']]], - ['atomic_10192',['Atomic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html',1,'amrex::Gpu::Atomic'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html',1,'amrex::HostDevice::Atomic']]], - ['batransformer_10193',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex']]], - ['bgcolor_10194',['BGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html',1,'amrex']]], - ['binpolicy_10195',['BinPolicy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html',1,'amrex']]], - ['cuda_10196',['Cuda',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Cuda.html',1,'amrex']]], - ['detail_10197',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html',1,'amrex::algoim::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html',1,'amrex::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html',1,'amrex::EB2::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html',1,'amrex::experimental::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html',1,'amrex::Gpu::Atomic::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html',1,'amrex::Gpu::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html',1,'amrex::Math::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html',1,'amrex::NonLocalBC::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html',1,'amrex::ParallelDescriptor::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html',1,'amrex::Reduce::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html',1,'amrex::RungeKutta::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1detail.html',1,'amrex::Scan::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html',1,'amrex::VectorGrowthStrategy::detail']]], - ['disabled_10198',['disabled',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html',1,'amrex']]], - ['eb2_10199',['EB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html',1,'amrex']]], - ['errorrec_10200',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex']]], - ['experimental_10201',['experimental',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html',1,'amrex']]], - ['extrapolater_10202',['Extrapolater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html',1,'amrex']]], - ['fabarraybase_10203',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex']]], - ['fgcolor_10204',['FGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html',1,'amrex']]], - ['filesystem_10205',['FileSystem',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html',1,'amrex']]], - ['font_10206',['Font',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html',1,'amrex']]], - ['forkjoin_10207',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex']]], - ['fudetail_10208',['fudetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html',1,'amrex']]], - ['gpu_10209',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html',1,'amrex']]], - ['hostdevice_10210',['HostDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice.html',1,'amrex']]], - ['iif_5fdetail_10211',['IIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html',1,'amrex::EB2']]], - ['insituutils_10212',['InSituUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html',1,'amrex']]], - ['interp_5fdetail_10213',['interp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html',1,'amrex']]], - ['iparser_10214',['IParser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex']]], - ['lazy_10215',['Lazy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html',1,'amrex']]], - ['longparticleids_10216',['LongParticleIds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html',1,'amrex']]], - ['loop_5fdetail_10217',['loop_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html',1,'amrex']]], - ['machine_10218',['machine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html',1,'amrex']]], - ['math_10219',['Math',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html',1,'amrex']]], - ['memprofiler_10220',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex']]], - ['mfiter_10221',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex']]], - ['mfutil_10222',['MFUtil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html',1,'amrex']]], - ['mlcelllinopt_10223',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex']]], - ['mllinopt_10224',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex']]], - ['mlmgt_10225',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex']]], - ['mlndts_5fdetail_10226',['mlndts_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html',1,'amrex']]], - ['morton_10227',['Morton',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html',1,'amrex']]], - ['mpmd_10228',['MPMD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html',1,'amrex']]], - ['neighborparticlecontainer_10229',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex']]], - ['neighbors_10230',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex']]], - ['node_10231',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena']]], - ['nodelap_5fdetail_10232',['nodelap_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html',1,'amrex']]], - ['nonlocalbc_10233',['NonLocalBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html',1,'amrex']]], - ['openbc_10234',['openbc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html',1,'amrex']]], - ['openmp_10235',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html',1,'amrex']]], - ['order_10236',['Order',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Order.html',1,'amrex']]], - ['parallelallgather_10237',['ParallelAllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html',1,'amrex']]], - ['parallelallreduce_10238',['ParallelAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html',1,'amrex']]], - ['parallelcontext_10239',['ParallelContext',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html',1,'amrex']]], - ['paralleldescriptor_10240',['ParallelDescriptor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html',1,'amrex']]], - ['parallelgather_10241',['ParallelGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html',1,'amrex']]], - ['parallelreduce_10242',['ParallelReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html',1,'amrex']]], - ['parfor_5fmf_5fdetail_10243',['parfor_mf_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html',1,'amrex::experimental::detail']]], - ['parser_10244',['Parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex']]], - ['particle_5fdetail_10245',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html',1,'amrex']]], - ['particleidcpus_10246',['ParticleIdCpus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html',1,'amrex']]], - ['particleinterpolator_10247',['ParticleInterpolator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleInterpolator.html',1,'amrex']]], - ['pp_5fdetail_10248',['pp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1pp__detail.html',1,'amrex']]], - ['quadraturerule_10249',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim']]], - ['range_5fdetail_10250',['range_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html',1,'amrex::Gpu']]], - ['range_5fimpl_10251',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail']]], - ['reduce_10252',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html',1,'amrex']]], - ['rungekutta_10253',['RungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html',1,'amrex']]], - ['scan_10254',['Scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html',1,'amrex']]], - ['state_5ft_10255',['state_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex']]], - ['statedescriptor_10256',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex']]], - ['sundials_10257',['sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html',1,'amrex']]], - ['sundialsuserfun_10258',['SundialsUserFun',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html',1,'amrex']]], - ['system_10259',['system',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html',1,'amrex']]], - ['tinyprofiler_10260',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex']]], - ['tri_5fgeom_5fops_10261',['tri_geom_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html',1,'amrex']]], - ['twod_10262',['TwoD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html',1,'amrex']]], - ['type_10263',['Type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html',1,'amrex::EB2::Type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html',1,'amrex::Scan::Type']]], - ['uif_5fdetail_10264',['UIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html',1,'amrex::EB2']]], - ['vectorgrowthstrategy_10265',['VectorGrowthStrategy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html',1,'amrex']]], - ['vismf_10266',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex']]] + ['algoim_10222',['algoim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html',1,'amrex']]], + ['amrex_10223',['amrex',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html',1,'']]], + ['amrex_5facc_5fmodule_10224',['amrex_acc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html',1,'']]], + ['amrex_5fbc_5ftypes_5fmodule_10225',['amrex_bc_types_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html',1,'']]], + ['amrex_5fconstants_5fmodule_10226',['amrex_constants_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html',1,'']]], + ['amrex_5feb_5fflux_5freg_5fnd_5fmodule_10227',['amrex_eb_flux_reg_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html',1,'']]], + ['amrex_5febcellflag_5fmodule_10228',['amrex_ebcellflag_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html',1,'']]], + ['amrex_5ferror_5fmodule_10229',['amrex_error_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__error__module.html',1,'']]], + ['amrex_5ffilcc_5fmodule_10230',['amrex_filcc_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__filcc__module.html',1,'']]], + ['amrex_5ffort_5fmodule_10231',['amrex_fort_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html',1,'']]], + ['amrex_5fio_5fmodule_10232',['amrex_io_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html',1,'']]], + ['amrex_5flo_5fbctypes_5fmodule_10233',['amrex_lo_bctypes_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html',1,'']]], + ['amrex_5flo_5futil_5fmodule_10234',['amrex_lo_util_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__util__module.html',1,'']]], + ['amrex_5fmempool_5fmodule_10235',['amrex_mempool_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html',1,'']]], + ['amrex_5fmllinop_5fnd_5fmodule_10236',['amrex_mllinop_nd_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html',1,'']]], + ['amrex_5fomp_5fmodule_10237',['amrex_omp_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html',1,'']]], + ['amrex_5fparalleldescriptor_5fmodule_10238',['amrex_paralleldescriptor_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__paralleldescriptor__module.html',1,'']]], + ['amrex_5fparmparse_5fmodule_10239',['amrex_parmparse_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html',1,'']]], + ['amrex_5fstring_5fmodule_10240',['amrex_string_module',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html',1,'']]], + ['amrvis_10241',['Amrvis',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html',1,'amrex']]], + ['asyncout_10242',['AsyncOut',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1AsyncOut.html',1,'amrex']]], + ['atomic_10243',['Atomic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic.html',1,'amrex::Gpu::Atomic'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice_1_1Atomic.html',1,'amrex::HostDevice::Atomic']]], + ['batransformer_10244',['BATransformer',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html',1,'amrex']]], + ['bgcolor_10245',['BGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html',1,'amrex']]], + ['binpolicy_10246',['BinPolicy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html',1,'amrex']]], + ['cuda_10247',['Cuda',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Cuda.html',1,'amrex']]], + ['detail_10248',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim_1_1detail.html',1,'amrex::algoim::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html',1,'amrex::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1detail.html',1,'amrex::EB2::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail.html',1,'amrex::experimental::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1Atomic_1_1detail.html',1,'amrex::Gpu::Atomic::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1detail.html',1,'amrex::Gpu::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math_1_1detail.html',1,'amrex::Math::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC_1_1detail.html',1,'amrex::NonLocalBC::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor_1_1detail.html',1,'amrex::ParallelDescriptor::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce_1_1detail.html',1,'amrex::Reduce::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta_1_1detail.html',1,'amrex::RungeKutta::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1detail.html',1,'amrex::Scan::detail'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy_1_1detail.html',1,'amrex::VectorGrowthStrategy::detail']]], + ['disabled_10249',['disabled',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1disabled.html',1,'amrex']]], + ['eb2_10250',['EB2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html',1,'amrex']]], + ['errorrec_10251',['ErrorRec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html',1,'amrex']]], + ['experimental_10252',['experimental',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental.html',1,'amrex']]], + ['extrapolater_10253',['Extrapolater',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html',1,'amrex']]], + ['fabarraybase_10254',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html',1,'amrex']]], + ['fgcolor_10255',['FGColor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html',1,'amrex']]], + ['filesystem_10256',['FileSystem',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FileSystem.html',1,'amrex']]], + ['font_10257',['Font',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html',1,'amrex']]], + ['forkjoin_10258',['ForkJoin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html',1,'amrex']]], + ['fudetail_10259',['fudetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1fudetail.html',1,'amrex']]], + ['gpu_10260',['Gpu',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html',1,'amrex']]], + ['hostdevice_10261',['HostDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1HostDevice.html',1,'amrex']]], + ['iif_5fdetail_10262',['IIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1IIF__detail.html',1,'amrex::EB2']]], + ['insituutils_10263',['InSituUtils',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html',1,'amrex']]], + ['interp_5fdetail_10264',['interp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html',1,'amrex']]], + ['iparser_10265',['IParser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html',1,'amrex']]], + ['lazy_10266',['Lazy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html',1,'amrex']]], + ['longparticleids_10267',['LongParticleIds',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html',1,'amrex']]], + ['loop_5fdetail_10268',['loop_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1loop__detail.html',1,'amrex']]], + ['machine_10269',['machine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1machine.html',1,'amrex']]], + ['math_10270',['Math',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Math.html',1,'amrex']]], + ['memprofiler_10271',['MemProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html',1,'amrex']]], + ['mfiter_10272',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html',1,'amrex']]], + ['mfutil_10273',['MFUtil',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MFUtil.html',1,'amrex']]], + ['mlcelllinopt_10274',['MLCellLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html',1,'amrex']]], + ['mllinopt_10275',['MLLinOpT',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html',1,'amrex']]], + ['mlmgt_10276',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT_1_1error.html',1,'amrex']]], + ['mlndts_5fdetail_10277',['mlndts_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1mlndts__detail.html',1,'amrex']]], + ['morton_10278',['Morton',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Morton.html',1,'amrex']]], + ['mpmd_10279',['MPMD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1MPMD.html',1,'amrex']]], + ['neighborparticlecontainer_10280',['NeighborParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html',1,'amrex']]], + ['neighbors_10281',['Neighbors',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html',1,'amrex']]], + ['node_10282',['Node',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CArena_1_1Node_1_1hash.html',1,'amrex::CArena']]], + ['nodelap_5fdetail_10283',['nodelap_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html',1,'amrex']]], + ['nonlocalbc_10284',['NonLocalBC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html',1,'amrex']]], + ['openbc_10285',['openbc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html',1,'amrex']]], + ['openmp_10286',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1OpenMP.html',1,'amrex']]], + ['order_10287',['Order',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Order.html',1,'amrex']]], + ['parallelallgather_10288',['ParallelAllGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllGather.html',1,'amrex']]], + ['parallelallreduce_10289',['ParallelAllReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelAllReduce.html',1,'amrex']]], + ['parallelcontext_10290',['ParallelContext',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html',1,'amrex']]], + ['paralleldescriptor_10291',['ParallelDescriptor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html',1,'amrex']]], + ['parallelgather_10292',['ParallelGather',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelGather.html',1,'amrex']]], + ['parallelreduce_10293',['ParallelReduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelReduce.html',1,'amrex']]], + ['parfor_5fmf_5fdetail_10294',['parfor_mf_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1experimental_1_1detail_1_1parfor__mf__detail.html',1,'amrex::experimental::detail']]], + ['parser_10295',['Parser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html',1,'amrex']]], + ['particle_5fdetail_10296',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1particle__detail.html',1,'amrex']]], + ['particleidcpus_10297',['ParticleIdCpus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html',1,'amrex']]], + ['particleinterpolator_10298',['ParticleInterpolator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleInterpolator.html',1,'amrex']]], + ['pp_5fdetail_10299',['pp_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1pp__detail.html',1,'amrex']]], + ['ppdetail_10300',['ppdetail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html',1,'amrex']]], + ['quadraturerule_10301',['QuadratureRule',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html',1,'amrex::algoim']]], + ['range_5fdetail_10302',['range_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu_1_1range__detail.html',1,'amrex::Gpu']]], + ['range_5fimpl_10303',['range_impl',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html',1,'amrex::Gpu::range_detail']]], + ['reduce_10304',['Reduce',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Reduce.html',1,'amrex']]], + ['rungekutta_10305',['RungeKutta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1RungeKutta.html',1,'amrex']]], + ['scan_10306',['Scan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html',1,'amrex']]], + ['state_5ft_10307',['state_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html',1,'amrex::BlockMutex']]], + ['statedescriptor_10308',['StateDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html',1,'amrex']]], + ['sundials_10309',['sundials',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1sundials.html',1,'amrex']]], + ['sundialsuserfun_10310',['SundialsUserFun',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1SundialsUserFun.html',1,'amrex']]], + ['system_10311',['system',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html',1,'amrex']]], + ['tinyprofiler_10312',['TinyProfiler',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html',1,'amrex']]], + ['tri_5fgeom_5fops_10313',['tri_geom_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1tri__geom__ops.html',1,'amrex']]], + ['twod_10314',['TwoD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1TwoD.html',1,'amrex']]], + ['type_10315',['Type',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html',1,'amrex::EB2::Type'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html',1,'amrex::Scan::Type']]], + ['uif_5fdetail_10316',['UIF_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1UIF__detail.html',1,'amrex::EB2']]], + ['vectorgrowthstrategy_10317',['VectorGrowthStrategy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html',1,'amrex']]], + ['vismf_10318',['VisMF',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_1.js b/amrex-hydro/Doxygen/html/search/namespaces_1.js index b4dae94..c0f1696 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_1.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_1.js @@ -1,5 +1,5 @@ var searchData= [ - ['bds_10267',['BDS',['../namespaceBDS.html',1,'']]], - ['blprofstats_10268',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'']]] + ['bds_10319',['BDS',['../namespaceBDS.html',1,'']]], + ['blprofstats_10320',['BLProfStats',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_2.js b/amrex-hydro/Doxygen/html/search/namespaces_2.js index bb49681..6cdd460 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_2.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['commprofstats_10269',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'']]] + ['commprofstats_10321',['CommProfStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_3.js b/amrex-hydro/Doxygen/html/search/namespaces_3.js index 5bf6110..1735c12 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_3.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_3.js @@ -1,4 +1,4 @@ var searchData= [ - ['detail_10270',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html',1,'']]] + ['detail_10322',['detail',['https://amrex-codes.github.io/amrex/doxygen/namespacedetail.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_4.js b/amrex-hydro/Doxygen/html/search/namespaces_4.js index a3a5bec..97619e4 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_4.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['ebgodunov_10271',['EBGodunov',['../namespaceEBGodunov.html',1,'']]], - ['ebgodunovbc_10272',['EBGodunovBC',['../namespaceEBGodunovBC.html',1,'']]], - ['ebgodunovcornercouple_10273',['EBGodunovCornerCouple',['../namespaceEBGodunovCornerCouple.html',1,'']]], - ['ebmol_10274',['EBMOL',['../namespaceEBMOL.html',1,'']]], - ['ebplm_10275',['EBPLM',['../namespaceEBPLM.html',1,'']]] + ['ebgodunov_10323',['EBGodunov',['../namespaceEBGodunov.html',1,'']]], + ['ebgodunovbc_10324',['EBGodunovBC',['../namespaceEBGodunovBC.html',1,'']]], + ['ebgodunovcornercouple_10325',['EBGodunovCornerCouple',['../namespaceEBGodunovCornerCouple.html',1,'']]], + ['ebmol_10326',['EBMOL',['../namespaceEBMOL.html',1,'']]], + ['ebplm_10327',['EBPLM',['../namespaceEBPLM.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_5.js b/amrex-hydro/Doxygen/html/search/namespaces_5.js index 2295770..c9f5ca4 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_5.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['godunov_10276',['Godunov',['../namespaceGodunov.html',1,'']]], - ['godunovcornercouple_10277',['GodunovCornerCouple',['../namespaceGodunovCornerCouple.html',1,'']]] + ['godunov_10328',['Godunov',['../namespaceGodunov.html',1,'']]], + ['godunovcornercouple_10329',['GodunovCornerCouple',['../namespaceGodunovCornerCouple.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_6.js b/amrex-hydro/Doxygen/html/search/namespaces_6.js index 7003b9c..f6edf11 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_6.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_6.js @@ -1,7 +1,7 @@ var searchData= [ - ['hacc_10278',['hacc',['https://amrex-codes.github.io/amrex/doxygen/namespacehacc.html',1,'']]], - ['hydro_10279',['Hydro',['../namespaceHydro.html',1,'']]], - ['hydrobc_10280',['HydroBC',['../namespaceHydroBC.html',1,'']]], - ['hydroutils_10281',['HydroUtils',['../namespaceHydroUtils.html',1,'']]] + ['hacc_10330',['hacc',['https://amrex-codes.github.io/amrex/doxygen/namespacehacc.html',1,'']]], + ['hydro_10331',['Hydro',['../namespaceHydro.html',1,'']]], + ['hydrobc_10332',['HydroBC',['../namespaceHydroBC.html',1,'']]], + ['hydroutils_10333',['HydroUtils',['../namespaceHydroUtils.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_7.js b/amrex-hydro/Doxygen/html/search/namespaces_7.js index 0e86682..ea59fd9 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_7.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_7.js @@ -1,4 +1,4 @@ var searchData= [ - ['mol_10282',['MOL',['../namespaceMOL.html',1,'']]] + ['mol_10334',['MOL',['../namespaceMOL.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_8.js b/amrex-hydro/Doxygen/html/search/namespaces_8.js index 97a5b1f..9c30640 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_8.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_8.js @@ -1,6 +1,6 @@ var searchData= [ - ['particle_5fdetail_10283',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html',1,'']]], - ['plm_10284',['PLM',['../namespacePLM.html',1,'']]], - ['ppm_10285',['PPM',['../namespacePPM.html',1,'']]] + ['particle_5fdetail_10335',['particle_detail',['https://amrex-codes.github.io/amrex/doxygen/namespaceparticle__detail.html',1,'']]], + ['plm_10336',['PLM',['../namespacePLM.html',1,'']]], + ['ppm_10337',['PPM',['../namespacePPM.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_9.js b/amrex-hydro/Doxygen/html/search/namespaces_9.js index 549f315..2d008a1 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_9.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['regionsprofstats_10286',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'']]] + ['regionsprofstats_10338',['RegionsProfStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/namespaces_a.js b/amrex-hydro/Doxygen/html/search/namespaces_a.js index 6d20784..894f646 100644 --- a/amrex-hydro/Doxygen/html/search/namespaces_a.js +++ b/amrex-hydro/Doxygen/html/search/namespaces_a.js @@ -1,4 +1,4 @@ var searchData= [ - ['sdcquadrature_5fmod_10287',['sdcquadrature_mod',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html',1,'']]] + ['sdcquadrature_5fmod_10339',['sdcquadrature_mod',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/pages_0.js b/amrex-hydro/Doxygen/html/search/pages_0.js index 45a3ca1..f0e2aa0 100644 --- a/amrex-hydro/Doxygen/html/search/pages_0.js +++ b/amrex-hydro/Doxygen/html/search/pages_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['amrex_2dhydro_3a_20technical_20reference_18510',['AMReX-Hydro: Technical Reference',['../index.html',1,'']]] + ['amrex_2dhydro_3a_20technical_20reference_18596',['AMReX-Hydro: Technical Reference',['../index.html',1,'']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_0.js b/amrex-hydro/Doxygen/html/search/related_0.js index 440256e..b03636e 100644 --- a/amrex-hydro/Doxygen/html/search/related_0.js +++ b/amrex-hydro/Doxygen/html/search/related_0.js @@ -1,6 +1,6 @@ var searchData= [ - ['amr_18456',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1625024217a38ec9637cf3a428164c71',1,'amrex::AmrLevel']]], - ['amrlevel_18457',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ade3e9c0f92befd31e9f3991e09e56ea4',1,'amrex::FillPatchIterator']]], - ['amrmesh_18458',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abffb5edfa79d13ec2e7f77a2a150cc7d',1,'amrex::BoxArray']]] + ['amr_18542',['Amr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a1625024217a38ec9637cf3a428164c71',1,'amrex::AmrLevel']]], + ['amrlevel_18543',['AmrLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ade3e9c0f92befd31e9f3991e09e56ea4',1,'amrex::FillPatchIterator']]], + ['amrmesh_18544',['AmrMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#abffb5edfa79d13ec2e7f77a2a150cc7d',1,'amrex::BoxArray']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_1.js b/amrex-hydro/Doxygen/html/search/related_1.js index 1b2fc12..e34926a 100644 --- a/amrex-hydro/Doxygen/html/search/related_1.js +++ b/amrex-hydro/Doxygen/html/search/related_1.js @@ -1,7 +1,7 @@ var searchData= [ - ['basefab_18459',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< AtomicInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< Real >::BaseFab()']]], - ['basisrealv_18460',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d734f607d5639afba8bf2e56c4c66ac',1,'amrex::RealVect']]], - ['boxcommhelper_18461',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'amrex::BoxND::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'BoxND< AMREX_SPACEDIM >::BoxCommHelper()']]], - ['boxdomain_18462',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad02d5a19433d5484dee5fb260bbc9f06',1,'amrex::BoxList']]] + ['basefab_18545',['BaseFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'amrex::BaseFab::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< AtomicInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< char >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< EBCellFlag >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< HYPRE_Int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< int >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< PetscInt >::BaseFab()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#ad961346567674565f67ad873d4461f42',1,'BaseFab< Real >::BaseFab()']]], + ['basisrealv_18546',['BASISREALV',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a4d734f607d5639afba8bf2e56c4c66ac',1,'amrex::RealVect']]], + ['boxcommhelper_18547',['BoxCommHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'amrex::BoxND::BoxCommHelper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#af5c898c7b3635a504124819032a025fe',1,'BoxND< AMREX_SPACEDIM >::BoxCommHelper()']]], + ['boxdomain_18548',['BoxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad02d5a19433d5484dee5fb260bbc9f06',1,'amrex::BoxList']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_2.js b/amrex-hydro/Doxygen/html/search/related_2.js index 034db02..3d6dad3 100644 --- a/amrex-hydro/Doxygen/html/search/related_2.js +++ b/amrex-hydro/Doxygen/html/search/related_2.js @@ -1,4 +1,4 @@ var searchData= [ - ['clusterlist_18463',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3db3f4e602c9ae00c64da4d8d2a048aa',1,'amrex::BoxDomain']]] + ['clusterlist_18549',['ClusterList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#a3db3f4e602c9ae00c64da4d8d2a048aa',1,'amrex::BoxDomain']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_3.js b/amrex-hydro/Doxygen/html/search/related_3.js index 8038c70..ac1116d 100644 --- a/amrex-hydro/Doxygen/html/search/related_3.js +++ b/amrex-hydro/Doxygen/html/search/related_3.js @@ -1,6 +1,6 @@ var searchData= [ - ['derivelist_18464',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a955d7a4da11a875f2d5129baf943397c',1,'amrex::DeriveRec']]], - ['descriptorlist_18465',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3228f3db7c3a74f0144dbed2bf674673',1,'amrex::StateDescriptor']]], - ['distributionmapping_18466',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad05bb174b684bf176574ad7d0a7b08c3',1,'amrex::DistributionMapping::Ref']]] + ['derivelist_18550',['DeriveList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a955d7a4da11a875f2d5129baf943397c',1,'amrex::DeriveRec']]], + ['descriptorlist_18551',['DescriptorList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a3228f3db7c3a74f0144dbed2bf674673',1,'amrex::StateDescriptor']]], + ['distributionmapping_18552',['DistributionMapping',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#ad05bb174b684bf176574ad7d0a7b08c3',1,'amrex::DistributionMapping::Ref']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_4.js b/amrex-hydro/Doxygen/html/search/related_4.js index 6eae268..9ebca28 100644 --- a/amrex-hydro/Doxygen/html/search/related_4.js +++ b/amrex-hydro/Doxygen/html/search/related_4.js @@ -1,11 +1,11 @@ var searchData= [ - ['fabarray_18467',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a387a5ebdcf8845ac218d335706651b06',1,'amrex::DistributionMapping']]], - ['fabarraybase_18468',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::BoxArray::FabArrayBase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::DistributionMapping::FabArrayBase()']]], - ['fabio_18469',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a1d09202fafedb82d79c005250c3cef2c',1,'amrex::FArrayBox']]], - ['fabsetiter_18470',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a04d9b65884e6bbe0e494af350ee9fe70',1,'amrex::FabSetT']]], - ['fillboundary_18471',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae11e4187caa383605cab8f4d54ce115c',1,'amrex::FabArrayBase']]], - ['fillpatchiterator_18472',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::AmrLevel::FillPatchIterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::FillPatchIteratorHelper::FillPatchIterator()']]], - ['fillpatchiteratorhelper_18473',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a872278b3cad59c0978412af0cd9ec0cf',1,'amrex::AmrLevel']]], - ['fluxregister_18474',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a73a0f9bfd301cc69846f78fbbbec0527',1,'amrex::FabSetT']]] + ['fabarray_18553',['FabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a387a5ebdcf8845ac218d335706651b06',1,'amrex::DistributionMapping']]], + ['fabarraybase_18554',['FabArrayBase',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::BoxArray::FabArrayBase()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a4636f955857e2be478f7e1a6a43305ee',1,'amrex::DistributionMapping::FabArrayBase()']]], + ['fabio_18555',['FABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a1d09202fafedb82d79c005250c3cef2c',1,'amrex::FArrayBox']]], + ['fabsetiter_18556',['FabSetIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a04d9b65884e6bbe0e494af350ee9fe70',1,'amrex::FabSetT']]], + ['fillboundary_18557',['FillBoundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae11e4187caa383605cab8f4d54ce115c',1,'amrex::FabArrayBase']]], + ['fillpatchiterator_18558',['FillPatchIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::AmrLevel::FillPatchIterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a39d92a4048c0af0c7b1737d5c4e0c334',1,'amrex::FillPatchIteratorHelper::FillPatchIterator()']]], + ['fillpatchiteratorhelper_18559',['FillPatchIteratorHelper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a872278b3cad59c0978412af0cd9ec0cf',1,'amrex::AmrLevel']]], + ['fluxregister_18560',['FluxRegister',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a73a0f9bfd301cc69846f78fbbbec0527',1,'amrex::FabSetT']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_5.js b/amrex-hydro/Doxygen/html/search/related_5.js index 721ad58..44c52d3 100644 --- a/amrex-hydro/Doxygen/html/search/related_5.js +++ b/amrex-hydro/Doxygen/html/search/related_5.js @@ -1,5 +1,5 @@ var searchData= [ - ['gmresmlmgt_18475',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLLinOpT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'MLLinOpT< Array< MultiFab, 3 > >::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLMGT::GMRESMLMGT()']]], - ['gshoplevel_18476',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acd9942090fa93b0eb048fbd2026d9b3c',1,'amrex::EB2::Level']]] + ['gmresmlmgt_18561',['GMRESMLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLLinOpT::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'MLLinOpT< Array< MultiFab, 3 > >::GMRESMLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b2614ccc7faa12ee28a1428f5cd03d0',1,'amrex::MLMGT::GMRESMLMGT()']]], + ['gshoplevel_18562',['GShopLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acd9942090fa93b0eb048fbd2026d9b3c',1,'amrex::EB2::Level']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_6.js b/amrex-hydro/Doxygen/html/search/related_6.js index 865ffbe..50b8729 100644 --- a/amrex-hydro/Doxygen/html/search/related_6.js +++ b/amrex-hydro/Doxygen/html/search/related_6.js @@ -1,4 +1,4 @@ var searchData= [ - ['ifabio_18477',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6992d0759e5941d7b43d81c03c73afd',1,'amrex::IArrayBox']]] + ['ifabio_18563',['IFABio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aa6992d0759e5941d7b43d81c03c73afd',1,'amrex::IArrayBox']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_7.js b/amrex-hydro/Doxygen/html/search/related_7.js index e0621e3..6be3ef2 100644 --- a/amrex-hydro/Doxygen/html/search/related_7.js +++ b/amrex-hydro/Doxygen/html/search/related_7.js @@ -1,11 +1,11 @@ var searchData= [ - ['max_18478',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2c15c7a018202ae522e0777c120fa109',1,'amrex::RealVect']]], - ['mfiter_18479',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11fd6aa3197ac10c8fb27ee5a5c96d57',1,'amrex::FabArrayBase']]], - ['min_18480',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0450ba685d7fa9c493158ec2a005f792',1,'amrex::RealVect']]], - ['mlabeclaplaciant_18481',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'amrex::MLLinOpT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'MLLinOpT< Array< MultiFab, 3 > >::MLABecLaplacianT()']]], - ['mlcgsolvert_18482',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLLinOpT::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'MLLinOpT< Array< MultiFab, 3 > >::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLMGT::MLCGSolverT()']]], - ['mlmgt_18483',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'amrex::MLLinOpT::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'MLLinOpT< Array< MultiFab, 3 > >::MLMGT()']]], - ['mlpoissont_18484',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'amrex::MLLinOpT::MLPoissonT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'MLLinOpT< Array< MultiFab, 3 > >::MLPoissonT()']]], - ['multimaskiter_18485',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a543302181bedff3235f600544f96197f',1,'amrex::MultiMask']]] + ['max_18564',['max',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a2c15c7a018202ae522e0777c120fa109',1,'amrex::RealVect']]], + ['mfiter_18565',['MFIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a11fd6aa3197ac10c8fb27ee5a5c96d57',1,'amrex::FabArrayBase']]], + ['min_18566',['min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0450ba685d7fa9c493158ec2a005f792',1,'amrex::RealVect']]], + ['mlabeclaplaciant_18567',['MLABecLaplacianT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'amrex::MLLinOpT::MLABecLaplacianT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aae889d9617524451e9e7daeb85f6d22c',1,'MLLinOpT< Array< MultiFab, 3 > >::MLABecLaplacianT()']]], + ['mlcgsolvert_18568',['MLCGSolverT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLLinOpT::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a7d74bb864e0e5e676d689302876b3da3',1,'MLLinOpT< Array< MultiFab, 3 > >::MLCGSolverT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7d74bb864e0e5e676d689302876b3da3',1,'amrex::MLMGT::MLCGSolverT()']]], + ['mlmgt_18569',['MLMGT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'amrex::MLLinOpT::MLMGT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad167454adc7ef3f671c1c51aa863f5d1',1,'MLLinOpT< Array< MultiFab, 3 > >::MLMGT()']]], + ['mlpoissont_18570',['MLPoissonT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'amrex::MLLinOpT::MLPoissonT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4314fcd3e8cf089757c3c88e923f9a2b',1,'MLLinOpT< Array< MultiFab, 3 > >::MLPoissonT()']]], + ['multimaskiter_18571',['MultiMaskIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a543302181bedff3235f600544f96197f',1,'amrex::MultiMask']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_8.js b/amrex-hydro/Doxygen/html/search/related_8.js index 47c2099..d8c8f4a 100644 --- a/amrex-hydro/Doxygen/html/search/related_8.js +++ b/amrex-hydro/Doxygen/html/search/related_8.js @@ -1,13 +1,13 @@ var searchData= [ - ['operator_2a_18486',['operator*',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3ca85db4b44ceb45ad915a815e79578a',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a51443bb99fc505d285d7fe70a60ddb3c',1,'amrex::RealVect::operator*()']]], - ['operator_2b_18487',['operator+',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1e1ca0e6dc8c1ffe047d20716a80ded5',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab33793196d0917f9e4b69d8e84412430',1,'amrex::RealVect::operator+()']]], - ['operator_2d_18488',['operator-',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3f84cf28a3eb1f690b08ac9486c7dcf9',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a394035414055d9cfe78d10bb63d4f169',1,'amrex::RealVect::operator-()']]], - ['operator_2f_18489',['operator/',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1fca01b7216175d3cd1f366840f46373',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac0469b60807117dc2419785ce1168b84',1,'amrex::RealVect::operator/()']]], - ['operator_3c_18490',['operator<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a650ee2dcc5bc588c24a4188bdf33f6f7',1,'amrex::ValLocPair']]], - ['operator_3c_3c_18491',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::DistributionMapping::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::BoxArray::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7df5aee72e64ca92a9b83ecb5d2dde1f',1,'amrex::RealVect::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af2dd70e123c4708809ddc29dc04124e9',1,'amrex::NeighborParticleContainer::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a100e99344660cb60ef107223acdd752e',1,'amrex::NeighborParticleContainer::NeighborIndexMap::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a1e2de2c055058b5f565f9a18af2670c2',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a165deaadbd18680ea00b5c8b1ae744ca',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1c6655dee766a41eac839110be203d58',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae8ef1e1e84d4d8e51b1b765e0f057de7',1,'amrex::Mask::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a3b27edee0d47b21f23f1d8640dbaa2e6',1,'amrex::GpuComplex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af0dbc00602c50f34664b6c6cb39033be',1,'amrex::FArrayBox::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a4db09c25776b9c0b4dfb9b49cbfe4aa6',1,'amrex::CoordSys::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a272c0e9556a11c521a28625bd64fb588',1,'amrex::CArena::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ada86bd7c60ca814be4123736e1cfb658',1,'amrex::FabArrayBase::BDKey::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a685becdfc4b358ad1776be6a0c02fe16',1,'amrex::BCRec::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a84e5f3cb506d39cac5a25a6ae133a2de',1,'amrex::AmrMesh::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a812ec562125b5510af6c9546a8fca3e2',1,'amrex::MemProfiler::operator<<()']]], - ['operator_3d_3d_18492',['operator==',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a9d0fed703b10738a7b976f24d1c427c7',1,'amrex::BATransformer::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a4a773656b90b2b8db99098519f4baed0',1,'amrex::BATbndryReg::operator==()']]], - ['operator_3e_18493',['operator>',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a13f82dbcb96b0c07df63a4cf9ddb26e1',1,'amrex::ValLocPair']]], - ['operator_3e_3e_18494',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a24251fbdbd3497be0c9ef8a30260aa41',1,'amrex::CoordSys::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#adb81bd5a1d50874312ada5f322af143b',1,'amrex::expect::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ad6e8fbbe92b476fd75bf5ace98418fa6',1,'amrex::FArrayBox::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a3ca59e88c7830d6acd3f90177916f308',1,'amrex::Geometry::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#ae68dd8dc7268d4b438f79b8f499bc0d6',1,'amrex::IntDescriptor::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abfff64dce9dca205fc9d3fdde790dc44',1,'amrex::Mask::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a1a84a7ddf56279e4a09fb51fc80fe955',1,'amrex::Orientation::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a12a8ba870c44c0b8df87fbf476ba0240',1,'amrex::RealVect::operator>>()']]], - ['orientationiter_18495',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a89ae2d0b6ad2bb943c5bf57233fdae87',1,'amrex::Orientation']]] + ['operator_2a_18572',['operator*',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3ca85db4b44ceb45ad915a815e79578a',1,'amrex::RealVect::operator*()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a51443bb99fc505d285d7fe70a60ddb3c',1,'amrex::RealVect::operator*()']]], + ['operator_2b_18573',['operator+',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1e1ca0e6dc8c1ffe047d20716a80ded5',1,'amrex::RealVect::operator+()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab33793196d0917f9e4b69d8e84412430',1,'amrex::RealVect::operator+()']]], + ['operator_2d_18574',['operator-',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a3f84cf28a3eb1f690b08ac9486c7dcf9',1,'amrex::RealVect::operator-()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a394035414055d9cfe78d10bb63d4f169',1,'amrex::RealVect::operator-()']]], + ['operator_2f_18575',['operator/',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a1fca01b7216175d3cd1f366840f46373',1,'amrex::RealVect::operator/()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ac0469b60807117dc2419785ce1168b84',1,'amrex::RealVect::operator/()']]], + ['operator_3c_18576',['operator<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a650ee2dcc5bc588c24a4188bdf33f6f7',1,'amrex::ValLocPair']]], + ['operator_3c_3c_18577',['operator<<',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::DistributionMapping::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#a27efe3d5f7340241a0b4d2e2df7814b1',1,'amrex::BoxArray::RefID::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a7df5aee72e64ca92a9b83ecb5d2dde1f',1,'amrex::RealVect::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#af2dd70e123c4708809ddc29dc04124e9',1,'amrex::NeighborParticleContainer::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a100e99344660cb60ef107223acdd752e',1,'amrex::NeighborParticleContainer::NeighborIndexMap::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a1e2de2c055058b5f565f9a18af2670c2',1,'amrex::NeighborParticleContainer::NeighborCopyTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a165deaadbd18680ea00b5c8b1ae744ca',1,'amrex::NeighborParticleContainer::NeighborCommTag::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1c6655dee766a41eac839110be203d58',1,'amrex::MemProfiler::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#ae8ef1e1e84d4d8e51b1b765e0f057de7',1,'amrex::Mask::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a3b27edee0d47b21f23f1d8640dbaa2e6',1,'amrex::GpuComplex::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af0dbc00602c50f34664b6c6cb39033be',1,'amrex::FArrayBox::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a4db09c25776b9c0b4dfb9b49cbfe4aa6',1,'amrex::CoordSys::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a272c0e9556a11c521a28625bd64fb588',1,'amrex::CArena::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ada86bd7c60ca814be4123736e1cfb658',1,'amrex::FabArrayBase::BDKey::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#a685becdfc4b358ad1776be6a0c02fe16',1,'amrex::BCRec::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a84e5f3cb506d39cac5a25a6ae133a2de',1,'amrex::AmrMesh::operator<<()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a812ec562125b5510af6c9546a8fca3e2',1,'amrex::MemProfiler::operator<<()']]], + ['operator_3d_3d_18578',['operator==',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#a9d0fed703b10738a7b976f24d1c427c7',1,'amrex::BATransformer::operator==()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a4a773656b90b2b8db99098519f4baed0',1,'amrex::BATbndryReg::operator==()']]], + ['operator_3e_18579',['operator>',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a13f82dbcb96b0c07df63a4cf9ddb26e1',1,'amrex::ValLocPair']]], + ['operator_3e_3e_18580',['operator>>',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a24251fbdbd3497be0c9ef8a30260aa41',1,'amrex::CoordSys::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#adb81bd5a1d50874312ada5f322af143b',1,'amrex::expect::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ad6e8fbbe92b476fd75bf5ace98418fa6',1,'amrex::FArrayBox::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a3ca59e88c7830d6acd3f90177916f308',1,'amrex::Geometry::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#ae68dd8dc7268d4b438f79b8f499bc0d6',1,'amrex::IntDescriptor::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Mask.html#abfff64dce9dca205fc9d3fdde790dc44',1,'amrex::Mask::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a1a84a7ddf56279e4a09fb51fc80fe955',1,'amrex::Orientation::operator>>()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a12a8ba870c44c0b8df87fbf476ba0240',1,'amrex::RealVect::operator>>()']]], + ['orientationiter_18581',['OrientationIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a89ae2d0b6ad2bb943c5bf57233fdae87',1,'amrex::Orientation']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_9.js b/amrex-hydro/Doxygen/html/search/related_9.js index 9997c69..3157bec 100644 --- a/amrex-hydro/Doxygen/html/search/related_9.js +++ b/amrex-hydro/Doxygen/html/search/related_9.js @@ -1,5 +1,5 @@ var searchData= [ - ['mpi_5ftypemap_18496',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'amrex::BoxND::Mpi_typemap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'BoxND< AMREX_SPACEDIM >::Mpi_typemap()']]], - ['pariterbase_5fimpl_18497',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()']]] + ['mpi_5ftypemap_18582',['Mpi_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'amrex::BoxND::Mpi_typemap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#adccd37eeac931837d637545e8eba842e',1,'BoxND< AMREX_SPACEDIM >::Mpi_typemap()']]], + ['pariterbase_5fimpl_18583',['ParIterBase_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'amrex::ParticleContainer_impl::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8fbe7bffd0c677974504ded6ef24a9f0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4c62beafa833201efa7c9e7ee259d785',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterBase_impl()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_a.js b/amrex-hydro/Doxygen/html/search/related_a.js index c488fc5..0a3a33c 100644 --- a/amrex-hydro/Doxygen/html/search/related_a.js +++ b/amrex-hydro/Doxygen/html/search/related_a.js @@ -1,5 +1,5 @@ var searchData= [ - ['scale_18498',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aced393e91058fd9dcf46321c5f8f1eef',1,'amrex::RealVect']]], - ['statedataphysbcfunct_18499',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51a3670e2ed07485744ef6462ebfd6ce',1,'amrex::StateData']]] + ['scale_18584',['scale',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#aced393e91058fd9dcf46321c5f8f1eef',1,'amrex::RealVect']]], + ['statedataphysbcfunct_18585',['StateDataPhysBCFunct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51a3670e2ed07485744ef6462ebfd6ce',1,'amrex::StateData']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_b.js b/amrex-hydro/Doxygen/html/search/related_b.js index 26e5c51..116241b 100644 --- a/amrex-hydro/Doxygen/html/search/related_b.js +++ b/amrex-hydro/Doxygen/html/search/related_b.js @@ -1,4 +1,4 @@ var searchData= [ - ['tabledata_18500',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a629989dacadbcb7af5a95b3c5e4aa23a',1,'amrex::TableData']]] + ['tabledata_18586',['TableData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a629989dacadbcb7af5a95b3c5e4aa23a',1,'amrex::TableData']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/related_c.js b/amrex-hydro/Doxygen/html/search/related_c.js index 90c7ba8..8482e9f 100644 --- a/amrex-hydro/Doxygen/html/search/related_c.js +++ b/amrex-hydro/Doxygen/html/search/related_c.js @@ -1,4 +1,4 @@ var searchData= [ - ['yyparse_18501',['yyparse',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'BLProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'CommProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'RegionsProfStats::yyparse()']]] + ['yyparse_18587',['yyparse',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'BLProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'CommProfStats::yyparse()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a2df08e98c81c9d8bc1fd71defa327d4d',1,'RegionsProfStats::yyparse()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_0.js b/amrex-hydro/Doxygen/html/search/typedefs_0.js index 9df0958..88f28d5 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_0.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_0.js @@ -1,15 +1,15 @@ var searchData= [ - ['accessor_5ftype_18085',['accessor_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#abe08a1aa2e59187c8d0dc6081d804649',1,'amrex::ParticleArray']]], - ['allocator_5ftype_18086',['allocator_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'amrex::PODVector::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< unsigned int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< std::size_t >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int *, DefaultAllocator< int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< index_type >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int *, DefaultAllocator< const int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::BoxND >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::NeighborCode >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::openbc::MomTag >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::STLtools::Triangle >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::XDim3 >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal * >::allocator_type()']]], - ['allocatortype_18087',['AllocatorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'amrex::ParticleContainer_impl::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab2be35f77e9e2ed231e5406b9f011dc3',1,'amrex::ParticleTile::AllocatorType()']]], - ['amrparticlecontainer_18088',['AmrParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a419832e55be898fd5de9051fdf08cb05',1,'amrex']]], - ['aos_18089',['AoS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a41c79512efbfbf1a4145948c6a680d5c',1,'amrex::NeighborParticleContainer::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aecc824f28d4d4735eb5ca3cb0d763216',1,'amrex::ParticleTile::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'amrex::ParticleContainer_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'amrex::ParIterBase_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a11715dcb8fbb5bafe0905e0657cbded6',1,'amrex::ParIter_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a16cd3b4f2109ac557d4e7b31519f6aa6',1,'amrex::ParConstIter_impl::AoS()']]], - ['aos_5fptr_18090',['AOS_PTR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'amrex::ConstParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'amrex::ParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()']]], - ['aosref_18091',['AoSRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'amrex::ParIterBase_impl::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()']]], - ['arena_5fwrapper_5ftype_18092',['arena_wrapper_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'amrex::ArenaAllocatorBase::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena_wrapper_type()']]], - ['array_18093',['Array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe930d74045516fece8591f173e57007',1,'amrex']]], - ['array_5ftype_18094',['array_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa2f37b0b5e8ada0aa23cccb86200dd3f',1,'amrex::openbc::Moments']]], - ['asyncvector_18095',['AsyncVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af0ed55b80609bd8e66da4d0c435894d0',1,'amrex::Gpu']]], - ['atomicint_18096',['AtomicInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a011b59863c3356d7d808e56f47386d4c',1,'amrex::HypreNodeLap']]] + ['accessor_5ftype_18169',['accessor_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#abe08a1aa2e59187c8d0dc6081d804649',1,'amrex::ParticleArray']]], + ['allocator_5ftype_18170',['allocator_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'amrex::PODVector::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< unsigned int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< std::size_t >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< ParticleReal * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int *, DefaultAllocator< int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< index_type >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int *, DefaultAllocator< const int * > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::BoxND >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::NeighborCode >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::openbc::MomTag >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::STLtools::Triangle >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< amrex::XDim3 >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const int * >::allocator_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#af9a80a3988ccc51fd593974ea6b21df2',1,'PODVector< const ParticleReal * >::allocator_type()']]], + ['allocatortype_18171',['AllocatorType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'amrex::ParticleContainer_impl::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#abe9bf1c099a89cdd2fc4f11117f111b7',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AllocatorType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab2be35f77e9e2ed231e5406b9f011dc3',1,'amrex::ParticleTile::AllocatorType()']]], + ['amrparticlecontainer_18172',['AmrParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a419832e55be898fd5de9051fdf08cb05',1,'amrex']]], + ['aos_18173',['AoS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a41c79512efbfbf1a4145948c6a680d5c',1,'amrex::NeighborParticleContainer::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aecc824f28d4d4735eb5ca3cb0d763216',1,'amrex::ParticleTile::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3995a8f437ce88e5a973f4f2f97501bf',1,'amrex::ParticleContainer_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'amrex::ParIterBase_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a11715dcb8fbb5bafe0905e0657cbded6',1,'amrex::ParIter_impl::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abe3648d60d09f07210ff0fa5efef4ea0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoS()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a16cd3b4f2109ac557d4e7b31519f6aa6',1,'amrex::ParConstIter_impl::AoS()']]], + ['aos_5fptr_18174',['AOS_PTR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'amrex::ConstParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9a0e29e42090b2a5ef8c987b4286dfbb',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'amrex::ParticleTileData::AOS_PTR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a76b9a4d1c965d9f95449378167b60138',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::AOS_PTR()']]], + ['aosref_18175',['AoSRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'amrex::ParIterBase_impl::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3bb5988d03d102257b72a7937d55e0ac',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::AoSRef()']]], + ['arena_5fwrapper_5ftype_18176',['arena_wrapper_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'amrex::ArenaAllocatorBase::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::arena_wrapper_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a3013f3e6be3447fa80b47378bb289421',1,'ArenaAllocatorBase< T, ArenaWrapper >::arena_wrapper_type()']]], + ['array_18177',['Array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afe930d74045516fece8591f173e57007',1,'amrex']]], + ['array_5ftype_18178',['array_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa2f37b0b5e8ada0aa23cccb86200dd3f',1,'amrex::openbc::Moments']]], + ['asyncvector_18179',['AsyncVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af0ed55b80609bd8e66da4d0c435894d0',1,'amrex::Gpu']]], + ['atomicint_18180',['AtomicInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a011b59863c3356d7d808e56f47386d4c',1,'amrex::HypreNodeLap']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_1.js b/amrex-hydro/Doxygen/html/search/typedefs_1.js index bd45bbc..941e137 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_1.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_1.js @@ -1,19 +1,20 @@ var searchData= [ - ['baset_18097',['BaseT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a61b0efc2ba701e047e29f92ed1204b52',1,'amrex::RKIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a42de2ec6d2a8822f8bff33922347f6d8',1,'amrex::FEIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a7b4248dc9ad4bec4ce2359e1669faa27',1,'amrex::SundialsIntegrator::BaseT()']]], - ['bcmode_18098',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a5f24e3a713313778626619bfd96ebc96',1,'amrex::MLCellLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac9899bfb41cbcbf7f462d272047552e0',1,'amrex::MLCurlCurl::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'amrex::MLLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'MLLinOpT< Array< MultiFab, 3 > >::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab0aa1d27d42faff94c85af0b3a9a3b39',1,'amrex::MLMGT::BCMode()']]], - ['bctuple_18099',['BCTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6ce4d3fd41e76507b017ff826a52c62e',1,'amrex::MLCellLinOpT::BCTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a15ee28dffde2cfba2184e2364fc2ed8b',1,'amrex::MLMGBndryT::BCTuple()']]], - ['bctype_18100',['BCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2ad4b24859222a5dc0a6e68b4f63f2d4',1,'amrex::MLABecLaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a92995ebf5680191fe14e7ddf25b9b7d8',1,'amrex::MLALaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a507cfffa6d7098331e08cc35e7c19e18',1,'amrex::MLCellLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a417c10c0be808ec849890def26af4fee',1,'amrex::MLCurlCurl::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'amrex::MLLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'MLLinOpT< Array< MultiFab, 3 > >::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a047885327e9a796d040945393d184d4b',1,'amrex::MLPoissonT::BCType()']]], - ['bin_5ftype_18101',['bin_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a3bea2b14d8950423ccd43ff1c81b8baf',1,'amrex::SparseBins']]], - ['biniteratorfactory_18102',['BinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'amrex::DenseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< ParticleType >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< typename amrex::ParticleTileData >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aa04241c5ac3af03cc7e1d985fa591e45',1,'amrex::ParticleLocator::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a015439d37e7fd4c3ded33837a8b502bc',1,'amrex::SparseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'amrex::AmrParticleLocator::BinIteratorFactory()']]], - ['bndrybatransformer_18103',['BndryBATransformer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6',1,'amrex']]], - ['bndrydata_18104',['BndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32',1,'amrex']]], - ['bndryfunc3ddefault_18105',['BndryFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236',1,'amrex']]], - ['bndryfuncdefault_18106',['BndryFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd',1,'amrex']]], - ['bndryfuncfabdefault_18107',['BndryFuncFabDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9',1,'amrex']]], - ['bndryregister_18108',['BndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168',1,'amrex']]], - ['bottomsolver_18109',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a970cecc8fdf04c68cd458e27d20b1708',1,'amrex::MLMGT']]], - ['boundarypointlist_18110',['BoundaryPointList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabc768c5ab96cbd1408c58af3b5c88b9',1,'amrex::Amr']]], - ['box_18111',['Box',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186',1,'amrex']]], - ['boxindexer_18112',['BoxIndexer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7253360db8634d12242f7237ff2af1',1,'amrex']]] + ['baset_18181',['BaseT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a61b0efc2ba701e047e29f92ed1204b52',1,'amrex::RKIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a42de2ec6d2a8822f8bff33922347f6d8',1,'amrex::FEIntegrator::BaseT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a7b4248dc9ad4bec4ce2359e1669faa27',1,'amrex::SundialsIntegrator::BaseT()']]], + ['basicios_18182',['BasicIos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#ac04d49e9f58f31947cd94ca6f77a655d',1,'amrex::IOFormatSaver']]], + ['bcmode_18183',['BCMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a5f24e3a713313778626619bfd96ebc96',1,'amrex::MLCellLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ac9899bfb41cbcbf7f462d272047552e0',1,'amrex::MLCurlCurl::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'amrex::MLLinOpT::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad3f214e6e55b5de314dd5725a4148467',1,'MLLinOpT< Array< MultiFab, 3 > >::BCMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab0aa1d27d42faff94c85af0b3a9a3b39',1,'amrex::MLMGT::BCMode()']]], + ['bctuple_18184',['BCTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a15ee28dffde2cfba2184e2364fc2ed8b',1,'amrex::MLMGBndryT::BCTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a6ce4d3fd41e76507b017ff826a52c62e',1,'amrex::MLCellLinOpT::BCTuple()']]], + ['bctype_18185',['BCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a2ad4b24859222a5dc0a6e68b4f63f2d4',1,'amrex::MLABecLaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a92995ebf5680191fe14e7ddf25b9b7d8',1,'amrex::MLALaplacianT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a507cfffa6d7098331e08cc35e7c19e18',1,'amrex::MLCellLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a417c10c0be808ec849890def26af4fee',1,'amrex::MLCurlCurl::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'amrex::MLLinOpT::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6dce9b9c92850fb742b131ba66f934d6',1,'MLLinOpT< Array< MultiFab, 3 > >::BCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a047885327e9a796d040945393d184d4b',1,'amrex::MLPoissonT::BCType()']]], + ['bin_5ftype_18186',['bin_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a3bea2b14d8950423ccd43ff1c81b8baf',1,'amrex::SparseBins']]], + ['biniteratorfactory_18187',['BinIteratorFactory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'amrex::DenseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< ParticleType >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ae914634726f075979b5e855a5fda0924',1,'DenseBins< typename amrex::ParticleTileData >::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aa04241c5ac3af03cc7e1d985fa591e45',1,'amrex::ParticleLocator::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a015439d37e7fd4c3ded33837a8b502bc',1,'amrex::SparseBins::BinIteratorFactory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a881e6459bd149cf677a5dd72a3804579',1,'amrex::AmrParticleLocator::BinIteratorFactory()']]], + ['bndrybatransformer_18188',['BndryBATransformer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af2ed2dc1168064ab4409c918ad0dfce6',1,'amrex']]], + ['bndrydata_18189',['BndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f6fb58eb396dd06df45ba7787548b32',1,'amrex']]], + ['bndryfunc3ddefault_18190',['BndryFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a5e4a902f699c144a9823d30d6dbb7236',1,'amrex']]], + ['bndryfuncdefault_18191',['BndryFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8b7e34da6fddd1312471a5962bf774cd',1,'amrex']]], + ['bndryfuncfabdefault_18192',['BndryFuncFabDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a33a085eaa4c95d211f6fce74e9440ff9',1,'amrex']]], + ['bndryregister_18193',['BndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a51a3951b54ca3db6bf891ebc2f867168',1,'amrex']]], + ['bottomsolver_18194',['BottomSolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a970cecc8fdf04c68cd458e27d20b1708',1,'amrex::MLMGT']]], + ['boundarypointlist_18195',['BoundaryPointList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabc768c5ab96cbd1408c58af3b5c88b9',1,'amrex::Amr']]], + ['box_18196',['Box',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a222089e49ba211b37cf7a4a8ae7eb186',1,'amrex']]], + ['boxindexer_18197',['BoxIndexer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac7253360db8634d12242f7237ff2af1',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_10.js b/amrex-hydro/Doxygen/html/search/typedefs_10.js index 7acc718..633b915 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_10.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_10.js @@ -1,11 +1,11 @@ var searchData= [ - ['self_18286',['Self',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::Self()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'amrex::ParticleTileData::Self()']]], - ['setbuf_5fchar_5ftype_18287',['Setbuf_Char_Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a49a155dcc41cf64677c1b57df5dcfcb2',1,'amrex::VisMFBuffer']]], - ['size_5ftype_18288',['size_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< unsigned int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< std::size_t >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int *, DefaultAllocator< int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< index_type >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int *, DefaultAllocator< const int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad6bd455548ae6962f2293a67aa289721',1,'hacc::AlignedAllocator::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'amrex::PODVector::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::BoxND >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::NeighborCode >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::openbc::MomTag >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::STLtools::Triangle >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::XDim3 >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size_type()']]], - ['soa_18289',['SoA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a22d017997751335e72bad98b42931cfc',1,'amrex::ParticleTile::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'amrex::ParticleContainer_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'amrex::ParIterBase_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a0bd0a51d63fc5729e47a6d028fdd6695',1,'amrex::ParIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9e7d45b7517d58230f82a78bd934c06e',1,'amrex::ParConstIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()']]], - ['soaref_18290',['SoARef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'amrex::ParIterBase_impl::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()']]], - ['statemode_18291',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaa558995ac0e6dace1b2539572250a7',1,'amrex::MLCellLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa4c0f4d5b84c079cc96ab6b0c0fb276e',1,'amrex::MLCurlCurl::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'amrex::MLLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'MLLinOpT< Array< MultiFab, 3 > >::StateMode()']]], - ['storageparticletype_18292',['StorageParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a55a17e386778ab8574960da701c0cdb7',1,'amrex::ConstSoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ac3fb7efdc3d6e84fffaf246164cbd7a2',1,'amrex::SoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a00d52f45cf7e8a4b3c30cfb48e7bca78',1,'amrex::ParticleTile::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a60efba6078d3acb0c2911e1a91a67a7b',1,'amrex::Particle::StorageParticleType()']]], - ['superparticletype_18293',['SuperParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'amrex::ConstParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1c6baf08ed7bdeb1d7a7acf30eefad52',1,'amrex::NeighborParticleContainer::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'amrex::ParticleContainer_impl::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acdece46bb48b940977bf9efe198779c4',1,'amrex::ParticleTile::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'amrex::ParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()']]] + ['self_18371',['Self',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::Self()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a3db02853f88b6daab07d024e148538d3',1,'amrex::ParticleTileData::Self()']]], + ['setbuf_5fchar_5ftype_18372',['Setbuf_Char_Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a49a155dcc41cf64677c1b57df5dcfcb2',1,'amrex::VisMFBuffer']]], + ['size_5ftype_18373',['size_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< unsigned int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< std::size_t >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int *, DefaultAllocator< int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< index_type >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const ParticleReal * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int * >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< const int *, DefaultAllocator< const int * > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ad6bd455548ae6962f2293a67aa289721',1,'hacc::AlignedAllocator::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'amrex::PODVector::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::BoxND >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::NeighborCode >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::openbc::MomTag >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::STLtools::Triangle >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< amrex::XDim3 >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char >::size_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9303944a518a80618dd3f19c92a8a0f2',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::size_type()']]], + ['soa_18374',['SoA',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a22d017997751335e72bad98b42931cfc',1,'amrex::ParticleTile::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a69ff052875e307b7cb9ca774912b4003',1,'amrex::ParticleContainer_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'amrex::ParIterBase_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a0bd0a51d63fc5729e47a6d028fdd6695',1,'amrex::ParIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9e7d45b7517d58230f82a78bd934c06e',1,'amrex::ParConstIter_impl::SoA()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a96e44e978a98c0c67291b8271061c94f',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoA()']]], + ['soaref_18375',['SoARef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'amrex::ParIterBase_impl::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a064fd9ec04dc771d3749d2ce27281ea9',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SoARef()']]], + ['statemode_18376',['StateMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#afaa558995ac0e6dace1b2539572250a7',1,'amrex::MLCellLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa4c0f4d5b84c079cc96ab6b0c0fb276e',1,'amrex::MLCurlCurl::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'amrex::MLLinOpT::StateMode()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a246fbbc22c78e2327ea936e3433fddf1',1,'MLLinOpT< Array< MultiFab, 3 > >::StateMode()']]], + ['storageparticletype_18377',['StorageParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a55a17e386778ab8574960da701c0cdb7',1,'amrex::ConstSoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#ac3fb7efdc3d6e84fffaf246164cbd7a2',1,'amrex::SoAParticle::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a00d52f45cf7e8a4b3c30cfb48e7bca78',1,'amrex::ParticleTile::StorageParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a60efba6078d3acb0c2911e1a91a67a7b',1,'amrex::Particle::StorageParticleType()']]], + ['superparticletype_18378',['SuperParticleType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'amrex::ConstParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a26342fe95b550a7e29d72d3292ceab0d',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1c6baf08ed7bdeb1d7a7acf30eefad52',1,'amrex::NeighborParticleContainer::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'amrex::ParticleContainer_impl::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a12ac56edf0492d0b5d958ff028a6a537',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acdece46bb48b940977bf9efe198779c4',1,'amrex::ParticleTile::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'amrex::ParticleTileData::SuperParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a98449dc53e1e083e33c2c4c377dbdefd',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::SuperParticleType()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_11.js b/amrex-hydro/Doxygen/html/search/typedefs_11.js index 943b6da..e741739 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_11.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_11.js @@ -1,20 +1,20 @@ var searchData= [ - ['t_18294',['T',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ae4ccc72afbdaefad1add5c84f52ded78',1,'amrex::YAFluxRegisterT']]], - ['table_18295',['Table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af823116cc58b501d9f158fa5635c1498',1,'amrex::ParmParse']]], - ['table_5ftype_18296',['table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a222e815d3c06ca047ebae80835044dc4',1,'amrex::TableData']]], - ['tacache_18297',['TACache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acefd7d2a27952d4bac78ac9befcda8eb',1,'amrex::FabArrayBase']]], - ['tagtype_18298',['TagType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a86719d9e271cd75e3e6d1fa728c385c1',1,'amrex::TagBox::TagType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#aed1b714c35cb0ce049231984f07925f4',1,'amrex::TagBoxArray::TagType()']]], - ['tamap_18299',['TAMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a905802e4dcdc5377e09d455fc80f0400',1,'amrex::FabArrayBase']]], - ['team_5ft_18300',['team_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a01aa6c5f002620d5bc47bbabc2acd20e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['thefaarenapointer_18301',['TheFaArenaPointer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5',1,'amrex']]], - ['tracerpariter_18302',['TracerParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af',1,'amrex']]], - ['tuple_18303',['Tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8',1,'amrex']]], - ['tuple_5fdecay_5ft_18304',['tuple_decay_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d',1,'amrex::detail']]], - ['type_18305',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#aef72b2d08d889341ad4644c15efa5bbd',1,'amrex::detail::tuple_cat_result< GpuTuple< Ts... > >']]], - ['type_18306',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a61d113644b72c6bda6b1221a9079fe8c',1,'amrex::ReduceData']]], - ['type_18307',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html#a81dc4abe9ba0c404026f43e1fdc3da90',1,'amrex::detail::unwrap< std::reference_wrapper< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html#a79b4bca3c8ca101115685fbcd2aec734',1,'amrex::detail::unwrap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#a493b7f549e96168aff72dae923b22bc7',1,'amrex::detail::TypeListGet< 0, TypeList< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#a8790d0767460f18c8331769ade550c3d',1,'std::tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a36a3da6780ccd990b74e1e1ceb07f606',1,'std::tuple_element< s, amrex::IntVectND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#a8f8553ba1c088a8bb37141c49735b461',1,'std::tuple_element< s, amrex::IndexTypeND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#aa81b6bfc580e14436f13d70e9a5d5f15',1,'std::tuple_element< s, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html#a46c7e0785b108d253abb4b1ec6ea20ff',1,'amrex::detail::tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aa845318feb3c015bbf47571202f91ace',1,'amrex::ref_wrapper::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html#a313ceedcd16a31e4c5f78f5269df80bb',1,'amrex::detail::invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#aa7a55672d011b43d9986ba29665e298e',1,'amrex::GpuTupleElement< 0, GpuTuple< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#afaec2ae94e980097c6c81764725820f2',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a9a3f9ffd7c901fad20e8fae84feb5eb0',1,'amrex::detail::Detector::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#ab5002bf857e08f44d3cf3b47f40324b7',1,'amrex::detail::apply_result< F, GpuTuple< Ts... > >::type()']]], - ['type_5ft_18308',['Type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6',1,'amrex::EB2']]], - ['typeat_18309',['TypeAt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f',1,'amrex']]], - ['typemultiplier_18310',['TypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979',1,'amrex']]] + ['t_18379',['T',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ae4ccc72afbdaefad1add5c84f52ded78',1,'amrex::YAFluxRegisterT']]], + ['table_18380',['Table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#af823116cc58b501d9f158fa5635c1498',1,'amrex::ParmParse']]], + ['table_5ftype_18381',['table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a222e815d3c06ca047ebae80835044dc4',1,'amrex::TableData']]], + ['tacache_18382',['TACache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acefd7d2a27952d4bac78ac9befcda8eb',1,'amrex::FabArrayBase']]], + ['tagtype_18383',['TagType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#a86719d9e271cd75e3e6d1fa728c385c1',1,'amrex::TagBox::TagType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBoxArray.html#aed1b714c35cb0ce049231984f07925f4',1,'amrex::TagBoxArray::TagType()']]], + ['tamap_18384',['TAMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a905802e4dcdc5377e09d455fc80f0400',1,'amrex::FabArrayBase']]], + ['team_5ft_18385',['team_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a01aa6c5f002620d5bc47bbabc2acd20e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['thefaarenapointer_18386',['TheFaArenaPointer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2081a3d338ad899832ab632c44a12eb5',1,'amrex']]], + ['tracerpariter_18387',['TracerParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2172ed493dfadbd34d5cdb72995f96af',1,'amrex']]], + ['tuple_18388',['Tuple',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a00604a127d1bcc6545bea88e8aa906c8',1,'amrex']]], + ['tuple_5fdecay_5ft_18389',['tuple_decay_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#aca8ebce069c1d3ef5f89482a9e96bb6d',1,'amrex::detail']]], + ['type_18390',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#aef72b2d08d889341ad4644c15efa5bbd',1,'amrex::detail::tuple_cat_result< GpuTuple< Ts... > >']]], + ['type_18391',['Type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a61d113644b72c6bda6b1221a9079fe8c',1,'amrex::ReduceData']]], + ['type_18392',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap_3_01std_1_1reference__wrapper_3_01T_01_4_01_4.html#a81dc4abe9ba0c404026f43e1fdc3da90',1,'amrex::detail::unwrap< std::reference_wrapper< T > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1unwrap.html#a79b4bca3c8ca101115685fbcd2aec734',1,'amrex::detail::unwrap::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1TypeListGet_3_010_00_01TypeList_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#a493b7f549e96168aff72dae923b22bc7',1,'amrex::detail::TypeListGet< 0, TypeList< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01std_1_1size__t_020_03_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#a8790d0767460f18c8331769ade550c3d',1,'std::tuple_element< std::size_t{0}, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a36a3da6780ccd990b74e1e1ceb07f606',1,'std::tuple_element< s, amrex::IntVectND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#a8f8553ba1c088a8bb37141c49735b461',1,'std::tuple_element< s, amrex::IndexTypeND< dim > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__element_3_01s_00_01amrex_1_1GpuTuple_3_01T_00_01Ts_8_8_8_01_4_01_4.html#aa81b6bfc580e14436f13d70e9a5d5f15',1,'std::tuple_element< s, amrex::GpuTuple< T, Ts... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1tuple__cat__result_3_01GpuTuple_3_01T1s_8_8_8_01_4_00_01GpuTuple_3_01T2e7f956a9a5fbb5ccc01506013b6ed802.html#a46c7e0785b108d253abb4b1ec6ea20ff',1,'amrex::detail::tuple_cat_result< GpuTuple< T1s... >, GpuTuple< T2s... >, TPs... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#aa845318feb3c015bbf47571202f91ace',1,'amrex::ref_wrapper::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1invoke__result_3_01decltype_07void_07INVOKE_07std_1_1declval_3_01F_01_49dd63e63d8c4c4c6d40ab44a59ce8a5b.html#a313ceedcd16a31e4c5f78f5269df80bb',1,'amrex::detail::invoke_result< decltype(void(INVOKE(std::declval< F >(), std::declval< Args >()...))), F, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuTupleElement_3_010_00_01GpuTuple_3_01Head_00_01Tail_8_8_8_01_4_01_4.html#aa7a55672d011b43d9986ba29665e298e',1,'amrex::GpuTupleElement< 0, GpuTuple< Head, Tail... > >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#afaec2ae94e980097c6c81764725820f2',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a9a3f9ffd7c901fad20e8fae84feb5eb0',1,'amrex::detail::Detector::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1apply__result_3_01F_00_01GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#ab5002bf857e08f44d3cf3b47f40324b7',1,'amrex::detail::apply_result< F, GpuTuple< Ts... > >::type()']]], + ['type_5ft_18393',['Type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#ad5118c9d34449d5fcba10d141751b0d6',1,'amrex::EB2']]], + ['typeat_18394',['TypeAt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a11fcc5e72789252d6182a7d15233725f',1,'amrex']]], + ['typemultiplier_18395',['TypeMultiplier',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad714b2c2b55d9cd35a788e0d861f5979',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_12.js b/amrex-hydro/Doxygen/html/search/typedefs_12.js index 56920f7..64c5fd8 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_12.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_12.js @@ -1,5 +1,6 @@ var searchData= [ - ['unpackrecvbuffers_5ft_18311',['UnpackRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999',1,'amrex::NonLocalBC']]], - ['userfillbox_18312',['UserFillBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393',1,'amrex']]] + ['underlying_5ftype_5ft_18396',['underlying_type_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ad602b2284379a42d0d6e88489ef86105',1,'amrex::ppdetail']]], + ['unpackrecvbuffers_5ft_18397',['UnpackRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a0050536eff7fd3244ef573e961858999',1,'amrex::NonLocalBC']]], + ['userfillbox_18398',['UserFillBox',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a88781af4a5d3f8271de2b3129cc49393',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_13.js b/amrex-hydro/Doxygen/html/search/typedefs_13.js index 03ff337..8b13fd0 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_13.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_13.js @@ -1,7 +1,7 @@ var searchData= [ - ['value_5ft_18313',['value_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#a4714bed5510035711488467ea4927ad8',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::value_t()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a5a2159bb93f523660e17cfa0cda89054',1,'amrex::detail::Detector::value_t()']]], - ['value_5ftype_18314',['value_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'amrex::PODVector::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac08ef3659c93f94805a96457a9419b5e',1,'amrex::ParticleArrayAccessor::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac61c23cc2289daaeb85d95dc667a2a36',1,'amrex::ParticleArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'IntVectND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'amrex::IntVectND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ad2de450062127ddfed6337961fdcf3c0',1,'amrex::InterpBndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'IndexTypeND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'amrex::IndexTypeND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a901c79bd919c5c61745c980b480a9422',1,'amrex::GpuComplex::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::BoxND >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, nelems >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal *, NAR >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 4 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int *, NAI >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< unsigned int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< std::size_t >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int *, DefaultAllocator< int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< index_type >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad82ea827b5b1999cc86a3b075c7a3659',1,'amrex::TableData::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int *, DefaultAllocator< const int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::XDim3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::STLtools::Triangle >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::openbc::MomTag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::NeighborCode >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a913ff82076d8ba44b1368ee651f235b4',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a6d7825ead06e725a3e1a91b248a9149a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#acf82f34218d15ed26f163a36979c5a30',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ac60614a22752704216c93192f96a4f92',1,'amrex::BndryRegisterT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abcdaf55bfa67d5d815bf0f02b11b4755',1,'amrex::BndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< Real >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< PetscInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< HYPRE_Int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< EBCellFlag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const int *, NArrayInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< AtomicInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'amrex::BaseFab::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'amrex::ArenaAllocatorBase::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ac9a51efd884cb5eb1e8ec10d6fff7d41',1,'hacc::AlignedAllocator::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'amrex::FabArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const ParticleReal *, NArrayReal >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< bool, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::EB2::PolyTerm, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::Interval, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'amrex::GpuArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html#a652d8be3c46448addbe48ef3e56e7c78',1,'amrex::FabArray::FABType::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab235947bfbdf6abe588b53f05300b5b7',1,'amrex::FabSetT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aa772ad381e04dcf6ffc6391b081e33eb',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#aa3d626c31226662da6f99c9732d5d273',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< TagBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< IArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< FArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::Mask >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::EBCellFlagFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::CutFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< PetscInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< AtomicInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aee9e9e8e6778816545b4523b1bb0056e',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::value_type()']]], - ['vertexid_18315',['VertexID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b',1,'amrex::EB2']]], - ['void_5ft_18316',['Void_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1fbad5ff9cc23fcc37c363d9d3bc0d94',1,'amrex::detail']]] + ['value_5ft_18399',['value_t',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector_3_01Default_00_01Void__t_3_01Op_3_01Args_8_8_8_01_4_01_4_00_01Op_00_01Args_8_8_8_01_4.html#a4714bed5510035711488467ea4927ad8',1,'amrex::detail::Detector< Default, Void_t< Op< Args... > >, Op, Args... >::value_t()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1Detector.html#a5a2159bb93f523660e17cfa0cda89054',1,'amrex::detail::Detector::value_t()']]], + ['value_5ftype_18400',['value_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, nelems >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'amrex::PODVector::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac08ef3659c93f94805a96457a9419b5e',1,'amrex::ParticleArrayAccessor::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac61c23cc2289daaeb85d95dc667a2a36',1,'amrex::ParticleArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'IntVectND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a46c2c7c4a9976b355e86cfbc62f1052a',1,'amrex::IntVectND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#ad2de450062127ddfed6337961fdcf3c0',1,'amrex::InterpBndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'IndexTypeND< AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a6e80e66cb5f6381e43a226ddee681939',1,'amrex::IndexTypeND::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a901c79bd919c5c61745c980b480a9422',1,'amrex::GpuComplex::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real,(M+2) *(M+1)/2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::BoxND >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< Real, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< ParticleReal *, NAR >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 4 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int, 2 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< int *, NAI >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const ParticleReal *, NArrayReal >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< unsigned int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< std::size_t >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int *, DefaultAllocator< int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< index_type >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad82ea827b5b1999cc86a3b075c7a3659',1,'amrex::TableData::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const ParticleReal * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int *, DefaultAllocator< const int * > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< const int * >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::XDim3 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::STLtools::Triangle >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::openbc::MomTag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::NeighborCode >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a84b384d831870fe5521721c6414cab99',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'amrex::BaseFab::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#acf82f34218d15ed26f163a36979c5a30',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#ac60614a22752704216c93192f96a4f92',1,'amrex::BndryRegisterT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abcdaf55bfa67d5d815bf0f02b11b4755',1,'amrex::BndryDataT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< Real >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< PetscInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< HYPRE_Int >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< EBCellFlag >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< char >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a6ffc31b194f5484eef777a47862ddfac',1,'BaseFab< AtomicInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< bool, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01T_00_01std_1_1enable__if__t_3_01std_1_1is_7c3fb6f4fd99b8c14ba54247f995ec7f.html#ad5f4be4f8f332c042dcbfc34fc1b1f6d',1,'amrex::ppdetail::ArithmeticOptional_TT< T, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ppdetail_1_1ArithmeticOptional__TT_3_01std_1_1optional_3_01T_01_4_00_01std_1_1enab4f56f7972e96cd506ee631fce7d5eac.html#a84722f62be0d703ae6fa578093431728',1,'amrex::ppdetail::ArithmeticOptional_TT< std::optional< T >, std::enable_if_t< std::is_arithmetic_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'ArenaAllocatorBase< T, ArenaWrapper >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a14617724279ae05ee72af2b519c485e4',1,'amrex::ArenaAllocatorBase::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#ac9a51efd884cb5eb1e8ec10d6fff7d41',1,'hacc::AlignedAllocator::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a913ff82076d8ba44b1368ee651f235b4',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< const int *, NArrayInt >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::EB2::PolyTerm, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'GpuArray< amrex::algoim::Interval, N >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a538b5c0cb019d19706450c09efa0224e',1,'amrex::GpuArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1FABType.html#a652d8be3c46448addbe48ef3e56e7c78',1,'amrex::FabArray::FABType::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#ab235947bfbdf6abe588b53f05300b5b7',1,'amrex::FabSetT::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aa772ad381e04dcf6ffc6391b081e33eb',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#aa3d626c31226662da6f99c9732d5d273',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< TagBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< IArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< FArrayBox >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::Mask >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::EBCellFlagFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::CutFab >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< PetscInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'FabArray< amrex::BaseFab< AtomicInt > >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a10cae7bd6a702d1909a7801f53d990cd',1,'amrex::FabArray::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aee9e9e8e6778816545b4523b1bb0056e',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::value_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a6d7825ead06e725a3e1a91b248a9149a',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::value_type()']]], + ['vertexid_18401',['VertexID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a853647130b0422fbb57870513c44b89b',1,'amrex::EB2']]], + ['void_5ft_18402',['Void_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a1fbad5ff9cc23fcc37c363d9d3bc0d94',1,'amrex::detail']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_14.js b/amrex-hydro/Doxygen/html/search/typedefs_14.js index 22fb575..00098e6 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_14.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_14.js @@ -1,4 +1,4 @@ var searchData= [ - ['yafluxregister_18317',['YAFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17',1,'amrex']]] + ['yafluxregister_18403',['YAFluxRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9418cfdd8457daebb1c971d4e38ceb17',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_2.js b/amrex-hydro/Doxygen/html/search/typedefs_2.js index 21f2cab..023c13e 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_2.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_2.js @@ -1,28 +1,28 @@ var searchData= [ - ['call_5fresult_5ft_18113',['call_result_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12',1,'amrex::detail']]], - ['cellassignor_18114',['CellAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a2b110ac7681163b17759b7b404905cfa',1,'amrex::ParIter_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'amrex::ParticleContainer_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad794d2f114cc35fb92cf8eb8ff6a36c5',1,'amrex::ParConstIter_impl::CellAssignor()']]], - ['cfinfocache_18115',['CFinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab93444c8298b6446b699b33cf6c9247b',1,'amrex::FabArrayBase']]], - ['cfinfocacheiter_18116',['CFinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae15d8b6b473748103771433c507773ad',1,'amrex::FabArrayBase']]], - ['charvector_18117',['CharVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CharVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'amrex::ParticleContainer_impl::CharVector()']]], - ['const_5fiterator_18118',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adf0575e48f46e057b423a516c7328f93',1,'amrex::BoxList::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< unsigned int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< std::size_t >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int *, DefaultAllocator< int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< index_type >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#aadd7573c3340ebe816567b7f767e94a8',1,'amrex::BoxDomain::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'amrex::PODVector::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::BoxND >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::NeighborCode >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::STLtools::Triangle >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::XDim3 >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::openbc::MomTag >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char >::const_iterator()']]], - ['const_5fpointer_18119',['const_pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'amrex::PODVector::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< unsigned int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< std::size_t >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int *, DefaultAllocator< int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< index_type >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a812e592e52eb4338a35980a143facdfc',1,'hacc::AlignedAllocator::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::BoxND >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::NeighborCode >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::openbc::MomTag >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::XDim3 >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::STLtools::Triangle >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_pointer()']]], - ['const_5fpointer_5finput_5ftype_18120',['const_pointer_input_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'amrex::DenseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#ab753f27ad971425c4ecece259e8fa6f1',1,'amrex::SparseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#acca687be381dba2ad85a4ccf9ef67765',1,'amrex::SparseBinIteratorFactory::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< ParticleType >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#abbf265c86b24517508b4453324ac6c2d',1,'amrex::BinIterator::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_input_type()']]], - ['const_5fpointer_5ftype_18121',['const_pointer_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#afde549427d2c1a8e6c85f5d363a32810',1,'amrex::DenseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2f7e4c5293f3d7c172cb3d2c5c2f610f',1,'amrex::SparseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a86334130cedc69862b6792c768c85de1',1,'amrex::SparseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a76d6114c50a91bfd1a233715ec5ec60a',1,'amrex::BinIterator::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< ParticleType >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'amrex::DenseBins::const_pointer_type()']]], - ['const_5freference_18122',['const_reference',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa04ae438c2088c702d3de3816d4f7db5',1,'hacc::AlignedAllocator::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::NeighborCode >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int *, DefaultAllocator< int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< index_type >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::STLtools::Triangle >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'amrex::PODVector::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::openbc::MomTag >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::XDim3 >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< std::size_t >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< unsigned int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::BoxND >::const_reference()']]], - ['const_5freverse_5fiterator_18123',['const_reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::NeighborCode >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::openbc::MomTag >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::STLtools::Triangle >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::XDim3 >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< index_type >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int *, DefaultAllocator< int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< std::size_t >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< unsigned int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'amrex::PODVector::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::BoxND >::const_reverse_iterator()']]], - ['const_5ftable_5ftype_18124',['const_table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a929878dbf8cc2587f3cd18ba3e5c1e85',1,'amrex::TableData']]], - ['constiterator_18125',['ConstIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a022bf3d340c54c4014aa949c8942307a',1,'amrex::ArrayOfStructs']]], - ['constparticletiledatatype_18126',['ConstParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a45e1a00c0cf61da02993d8b31b4cb431',1,'amrex::ParticleTile']]], - ['constparticletype_18127',['ConstParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a919525fdbff05cfbee8a8e5036f5c36b',1,'amrex::ParIter_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'amrex::ParticleContainer_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ConstParticleType()']]], - ['constptd_18128',['ConstPTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad52659a714dfbbb4e9f719eccc32e907',1,'amrex::ConstSoAParticle']]], - ['consttype_18129',['ConstType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#af636a99b3002811b638a300d34333028',1,'amrex::Particle::ConstType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afafac166b36eeebe0df3e79cd3b7660c',1,'amrex::SoAParticle::ConstType()']]], - ['container_5ftype_18130',['container_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a19896f3acb2bafd71e85b5eb60ae410b',1,'amrex::ParticleArray::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a7bdcc3eb6bbb219b65280bd41b97b774',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a83fde477aa6104bcc887473e4804f35f',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::container_type()']]], - ['containerlike_18131',['ContainerLike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'amrex::ParticleContainer_impl::ContainerLike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerLike()']]], - ['containerptr_18132',['ContainerPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'amrex::ParIterBase_impl::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()']]], - ['containerref_18133',['ContainerRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'amrex::ParIterBase_impl::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()']]], - ['containertype_18134',['ContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a249fe77aabcf704a5e7ec73f779c4c49',1,'amrex::ParConstIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#ac256ba32ae9489d77d1a99233e63cd54',1,'amrex::ParIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'amrex::ParIterBase_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()']]], - ['copycomtagscontainer_18135',['CopyComTagsContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a6dba1d21f107ff1f8815e368aa1fb091',1,'amrex::FabArrayBase::CopyComTag::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9bdd65ce61ce9ee5ca52c6b387dd4800',1,'amrex::FabArrayBase::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1124d24928511321f4381ebd60b0c15b',1,'amrex::MultiFab::CopyComTagsContainer()']]], - ['cpcache_18136',['CPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab76531d8f4022eaa58de8ba56796e5de',1,'amrex::FabArrayBase']]], - ['cpcacheiter_18137',['CPCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9b1e2db87b23393e6a9a51718fa451b1',1,'amrex::FabArrayBase']]] + ['call_5fresult_5ft_18198',['call_result_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#ad9ffd55042a6573c492b8fc107951d12',1,'amrex::detail']]], + ['cellassignor_18199',['CellAssignor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a2b110ac7681163b17759b7b404905cfa',1,'amrex::ParIter_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a7b7b13085dd52256f182ec5cb5cb45a9',1,'amrex::ParticleContainer_impl::CellAssignor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ad794d2f114cc35fb92cf8eb8ff6a36c5',1,'amrex::ParConstIter_impl::CellAssignor()']]], + ['cfinfocache_18200',['CFinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab93444c8298b6446b699b33cf6c9247b',1,'amrex::FabArrayBase']]], + ['cfinfocacheiter_18201',['CFinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae15d8b6b473748103771433c507773ad',1,'amrex::FabArrayBase']]], + ['charvector_18202',['CharVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::CharVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad555e3e5802b997740fb9876d8b5880f',1,'amrex::ParticleContainer_impl::CharVector()']]], + ['const_5fiterator_18203',['const_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adf0575e48f46e057b423a516c7328f93',1,'amrex::BoxList::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< unsigned int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< std::size_t >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int *, DefaultAllocator< int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< index_type >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const ParticleReal * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int * >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxDomain.html#aadd7573c3340ebe816567b7f767e94a8',1,'amrex::BoxDomain::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'amrex::PODVector::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::BoxND >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::NeighborCode >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::STLtools::Triangle >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::XDim3 >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< amrex::openbc::MomTag >::const_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ac32d9f644793a1c54fe9979e7307f7ba',1,'PODVector< char >::const_iterator()']]], + ['const_5fpointer_18204',['const_pointer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'amrex::PODVector::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< unsigned int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< std::size_t >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int *, DefaultAllocator< int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< index_type >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a812e592e52eb4338a35980a143facdfc',1,'hacc::AlignedAllocator::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::BoxND >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::NeighborCode >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::openbc::MomTag >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::XDim3 >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const ParticleReal * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< const int * >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< amrex::STLtools::Triangle >::const_pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a1d52cfcb84489a5f66f8d7ca5597795e',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_pointer()']]], + ['const_5fpointer_5finput_5ftype_18205',['const_pointer_input_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'amrex::DenseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#ab753f27ad971425c4ecece259e8fa6f1',1,'amrex::SparseBins::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#acca687be381dba2ad85a4ccf9ef67765',1,'amrex::SparseBinIteratorFactory::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< ParticleType >::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#abbf265c86b24517508b4453324ac6c2d',1,'amrex::BinIterator::const_pointer_input_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a4062eff06ceb0fa9549e15e421659d1e',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_input_type()']]], + ['const_5fpointer_5ftype_18206',['const_pointer_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#afde549427d2c1a8e6c85f5d363a32810',1,'amrex::DenseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a2f7e4c5293f3d7c172cb3d2c5c2f610f',1,'amrex::SparseBins::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a86334130cedc69862b6792c768c85de1',1,'amrex::SparseBinIteratorFactory::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a76d6114c50a91bfd1a233715ec5ec60a',1,'amrex::BinIterator::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< typename amrex::ParticleTileData >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'DenseBins< ParticleType >::const_pointer_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a00f8a0b96ddd821e95305346715cc7f0',1,'amrex::DenseBins::const_pointer_type()']]], + ['const_5freference_18207',['const_reference',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa04ae438c2088c702d3de3816d4f7db5',1,'hacc::AlignedAllocator::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::NeighborCode >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int *, DefaultAllocator< int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< index_type >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::STLtools::Triangle >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'amrex::PODVector::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::openbc::MomTag >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::XDim3 >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< std::size_t >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< char >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< unsigned int >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const ParticleReal * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< const int * >::const_reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#adb5652b40f09c48b793ce3bef45ff183',1,'PODVector< amrex::BoxND >::const_reference()']]], + ['const_5freverse_5fiterator_18208',['const_reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::NeighborCode >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::openbc::MomTag >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::STLtools::Triangle >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::XDim3 >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const int *, DefaultAllocator< const int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< index_type >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int *, DefaultAllocator< int * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal * >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< std::size_t >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< unsigned int >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'amrex::PODVector::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::const_reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ade82f075bd0f551b43bed2182af5c5fb',1,'PODVector< amrex::BoxND >::const_reverse_iterator()']]], + ['const_5ftable_5ftype_18209',['const_table_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a929878dbf8cc2587f3cd18ba3e5c1e85',1,'amrex::TableData']]], + ['constiterator_18210',['ConstIterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a022bf3d340c54c4014aa949c8942307a',1,'amrex::ArrayOfStructs']]], + ['constparticletiledatatype_18211',['ConstParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a45e1a00c0cf61da02993d8b31b4cb431',1,'amrex::ParticleTile']]], + ['constparticletype_18212',['ConstParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a919525fdbff05cfbee8a8e5036f5c36b',1,'amrex::ParIter_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'amrex::ParticleContainer_impl::ConstParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3d2e30f73679e93e69b1acec892d4a3a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ConstParticleType()']]], + ['constptd_18213',['ConstPTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ad52659a714dfbbb4e9f719eccc32e907',1,'amrex::ConstSoAParticle']]], + ['consttype_18214',['ConstType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#af636a99b3002811b638a300d34333028',1,'amrex::Particle::ConstType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#afafac166b36eeebe0df3e79cd3b7660c',1,'amrex::SoAParticle::ConstType()']]], + ['container_5ftype_18215',['container_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a19896f3acb2bafd71e85b5eb60ae410b',1,'amrex::ParticleArray::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a7bdcc3eb6bbb219b65280bd41b97b774',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::container_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#a83fde477aa6104bcc887473e4804f35f',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::container_type()']]], + ['containerlike_18216',['ContainerLike',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'amrex::ParticleContainer_impl::ContainerLike()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a4ad32bd643f611ee9d4b501b4a572069',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerLike()']]], + ['containerptr_18217',['ContainerPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'amrex::ParIterBase_impl::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a151fe17c32149faa3e0c7a5d94ba7311',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerPtr()']]], + ['containerref_18218',['ContainerRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'amrex::ParIterBase_impl::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a2f563176894b5abc02f1aab9e609627c',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerRef()']]], + ['containertype_18219',['ContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a249fe77aabcf704a5e7ec73f779c4c49',1,'amrex::ParConstIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#ac256ba32ae9489d77d1a99233e63cd54',1,'amrex::ParIter_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'amrex::ParIterBase_impl::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aef96becd474fbf31dfd139c15e793c91',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ContainerType()']]], + ['copycomtagscontainer_18220',['CopyComTagsContainer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a6dba1d21f107ff1f8815e368aa1fb091',1,'amrex::FabArrayBase::CopyComTag::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9bdd65ce61ce9ee5ca52c6b387dd4800',1,'amrex::FabArrayBase::CopyComTagsContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a1124d24928511321f4381ebd60b0c15b',1,'amrex::MultiFab::CopyComTagsContainer()']]], + ['cpcache_18221',['CPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab76531d8f4022eaa58de8ba56796e5de',1,'amrex::FabArrayBase']]], + ['cpcacheiter_18222',['CPCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9b1e2db87b23393e6a9a51718fa451b1',1,'amrex::FabArrayBase']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_3.js b/amrex-hydro/Doxygen/html/search/typedefs_3.js index 0c6db4a..3fcab4c 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_3.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_3.js @@ -1,14 +1,14 @@ var searchData= [ - ['defaultallocator_18138',['DefaultAllocator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a179fafc569924202b166896b608cd5c2',1,'amrex']]], - ['deriveboxmap_18139',['DeriveBoxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a7f8f64bd1d7de66c8300def033e45fb9',1,'amrex::DeriveRec']]], - ['derivefunc_18140',['DeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065',1,'amrex']]], - ['derivefunc3d_18141',['DeriveFunc3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549',1,'amrex']]], - ['derivefuncfab_18142',['DeriveFuncFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087',1,'amrex']]], - ['derivefuncmf_18143',['DeriveFuncMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093',1,'amrex']]], - ['detected_5ft_18144',['Detected_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f',1,'amrex']]], - ['detectedor_18145',['DetectedOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222',1,'amrex']]], - ['devicevector_18146',['DeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99e1f048890efc1c275606cb9bdc41c7',1,'amrex::Gpu']]], - ['difference_5ftype_18147',['difference_type',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa85cb38a8a671ea721f4f8d96b5d061e',1,'hacc::AlignedAllocator::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< unsigned int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< std::size_t >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int *, DefaultAllocator< int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< index_type >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'amrex::PODVector::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::BoxND >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::NeighborCode >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::openbc::MomTag >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::STLtools::Triangle >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::XDim3 >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int *, DefaultAllocator< const int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int * >::difference_type()']]], - ['dynamicswapcomponents_18148',['DynamicSwapComponents',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6',1,'amrex::NonLocalBC']]] + ['defaultallocator_18223',['DefaultAllocator',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a179fafc569924202b166896b608cd5c2',1,'amrex']]], + ['deriveboxmap_18224',['DeriveBoxMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a7f8f64bd1d7de66c8300def033e45fb9',1,'amrex::DeriveRec']]], + ['derivefunc_18225',['DeriveFunc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7d6bf4b6824f474320123285acc5065',1,'amrex']]], + ['derivefunc3d_18226',['DeriveFunc3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a008867a6f88e4144e28dfb6a738f5549',1,'amrex']]], + ['derivefuncfab_18227',['DeriveFuncFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7f6a90da175c5d3eb9612d6934849087',1,'amrex']]], + ['derivefuncmf_18228',['DeriveFuncMF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b6a7802e7f7b0f631825a2f669d0093',1,'amrex']]], + ['detected_5ft_18229',['Detected_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4c98b791b1f6442671e5cfa546a3df4f',1,'amrex']]], + ['detectedor_18230',['DetectedOr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe72f840d81a1ce49a3811fe8295b222',1,'amrex']]], + ['devicevector_18231',['DeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a99e1f048890efc1c275606cb9bdc41c7',1,'amrex::Gpu']]], + ['difference_5ftype_18232',['difference_type',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#aa85cb38a8a671ea721f4f8d96b5d061e',1,'hacc::AlignedAllocator::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< unsigned int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< std::size_t >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int *, DefaultAllocator< int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< index_type >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'amrex::PODVector::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::BoxND >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::NeighborCode >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::openbc::MomTag >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::STLtools::Triangle >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< amrex::XDim3 >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const int *, DefaultAllocator< const int * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal * >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::difference_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aea40df219b90fb5d86fa4fb3b8f270c3',1,'PODVector< int * >::difference_type()']]], + ['dynamicswapcomponents_18233',['DynamicSwapComponents',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#adc23e3a1b040b4f68b4429a2a40e00d6',1,'amrex::NonLocalBC']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_4.js b/amrex-hydro/Doxygen/html/search/typedefs_4.js index c5841c9..2998592 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_4.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_4.js @@ -1,8 +1,8 @@ var searchData= [ - ['enableif_5ft_18149',['EnableIf_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe',1,'amrex']]], - ['errorfunc2default_18150',['ErrorFunc2Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f',1,'amrex']]], - ['errorfunc3ddefault_18151',['ErrorFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b',1,'amrex']]], - ['errorfuncdefault_18152',['ErrorFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec',1,'amrex']]], - ['errorhandler_18153',['ErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6f45c130cacf67455811e9b4829f432',1,'amrex']]] + ['enableif_5ft_18234',['EnableIf_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae456dccc30b99d38aeeecd21adc7acfe',1,'amrex']]], + ['errorfunc2default_18235',['ErrorFunc2Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a42bd26e7d0da54d65837c31f4d03576f',1,'amrex']]], + ['errorfunc3ddefault_18236',['ErrorFunc3DDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3ef56858a7952a309061d5ddef6f86b',1,'amrex']]], + ['errorfuncdefault_18237',['ErrorFuncDefault',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aac98769d649c4292b78b3df51eae68ec',1,'amrex']]], + ['errorhandler_18238',['ErrorHandler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af6f45c130cacf67455811e9b4829f432',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_5.js b/amrex-hydro/Doxygen/html/search/typedefs_5.js index ee41ebc..4cf996c 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_5.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_5.js @@ -1,26 +1,26 @@ var searchData= [ - ['f_18154',['F',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a025225cea3416a0f7b91e3c5e8424f59',1,'amrex::EB2::IndexSpaceImp']]], - ['fab_18155',['FAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#acd3ad7937f6bba0b23adf24f96d52f33',1,'amrex::FabSetT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a96ad5ba6f6b373c04d31d704bb04d872',1,'amrex::YAFluxRegisterT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a7669bc7ef521da4a7dc238fbb2f45813',1,'amrex::MLPoissonT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac98bb20aa53afac0cac33e9788913474',1,'amrex::MLMGT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'MLLinOpT< Array< MultiFab, 3 > >::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'amrex::MLLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a0bbec26a1602f0b6e13a2a77a105416b',1,'amrex::MLCellLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a9e4c8149cff8a651f45c0f5b24a0db54',1,'amrex::MLCellABecLapT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a3924834e6fff4c05567d2fcf90cbcfcc',1,'amrex::MLALaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3bb997a55fd71a5bb98769faff3a40e2',1,'amrex::MLABecLaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a92e629ec34a2e880b23a81e96ad5f613',1,'amrex::MLCGSolverT::FAB()']]], - ['fab_5ftype_18156',['fab_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::CutFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aaa30721497b0545071fbdf8538ec94a0',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#a2ba7d2b780a3d216cfaf1fde7fd13e3b',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< TagBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< IArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< FArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::Mask >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::EBCellFlagFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< PetscInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< AtomicInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'amrex::FabArray::fab_type()']]], - ['fabcomtagcontainer_18157',['FabComTagContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'amrex::FabArrayCopyDescriptor::FabComTagContainer()']]], - ['fabcomtagitercontainer_18158',['FabComTagIterContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'amrex::FabArrayCopyDescriptor::FabComTagIterContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagIterContainer()']]], - ['fabset_18159',['FabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2',1,'amrex']]], - ['farrayboxfactory_18160',['FArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330',1,'amrex']]], - ['fbcache_18161',['FBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9e9131d2e52b3140088bed29299df5e5',1,'amrex::FabArrayBase']]], - ['fbcacheiter_18162',['FBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a41abb738518224cedd8cfe16206382ba',1,'amrex::FabArrayBase']]], - ['fbndrydata_18163',['fBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e',1,'amrex']]], - ['fbndryregister_18164',['fBndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d',1,'amrex']]], - ['fcdmap_18165',['FCDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'amrex::FabArrayCopyDescriptor::FCDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMap()']]], - ['fcdmapconstiter_18166',['FCDMapConstIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'amrex::FabArrayCopyDescriptor::FCDMapConstIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapConstIter()']]], - ['fcdmapiter_18167',['FCDMapIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'amrex::FabArrayCopyDescriptor::FCDMapIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapIter()']]], - ['fcdmapvaluetype_18168',['FCDMapValueType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapValueType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'amrex::FabArrayCopyDescriptor::FCDMapValueType()']]], - ['ffabset_18169',['fFabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434',1,'amrex']]], - ['finterpbndrydata_18170',['fInterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58',1,'amrex']]], - ['fmultifab_18171',['fMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d',1,'amrex']]], - ['fpinfocache_18172',['FPinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a13121d16e1be9ac4ea05a7df793a47fd',1,'amrex::FabArrayBase']]], - ['fpinfocacheiter_18173',['FPinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adee16eddda3b226990da74e087c9cfd9',1,'amrex::FabArrayBase']]], - ['func_18174',['Func',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a9fa958cc46c33768f0cf428f5fa6ca32',1,'amrex::Lazy']]], - ['funcque_18175',['FuncQue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#ae96e9ce9ac81427802df6fd09989e0d5',1,'amrex::Lazy']]], - ['functiontype_18176',['FunctionType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#aa9d8c656e7a0aa9ce8efa32053f74f4a',1,'amrex::EB2::GeometryShop']]] + ['f_18239',['F',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a025225cea3416a0f7b91e3c5e8424f59',1,'amrex::EB2::IndexSpaceImp']]], + ['fab_18240',['FAB',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#acd3ad7937f6bba0b23adf24f96d52f33',1,'amrex::FabSetT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a96ad5ba6f6b373c04d31d704bb04d872',1,'amrex::YAFluxRegisterT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a7669bc7ef521da4a7dc238fbb2f45813',1,'amrex::MLPoissonT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac98bb20aa53afac0cac33e9788913474',1,'amrex::MLMGT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'MLLinOpT< Array< MultiFab, 3 > >::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6266e785b547d5c2632730beeedbd91c',1,'amrex::MLLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a0bbec26a1602f0b6e13a2a77a105416b',1,'amrex::MLCellLinOpT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a9e4c8149cff8a651f45c0f5b24a0db54',1,'amrex::MLCellABecLapT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a3924834e6fff4c05567d2fcf90cbcfcc',1,'amrex::MLALaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a3bb997a55fd71a5bb98769faff3a40e2',1,'amrex::MLABecLaplacianT::FAB()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a92e629ec34a2e880b23a81e96ad5f613',1,'amrex::MLCGSolverT::FAB()']]], + ['fab_5ftype_18241',['fab_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::CutFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01typename_01T_1_1value__type_01_4_01_4_01_4.html#aaa30721497b0545071fbdf8538ec94a0',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< typename T::value_type > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabDataType_3_01T_00_01std_1_1enable__if__t_3_01IsMultiFabLike__v_3_01T_01_4_01_4_01_4.html#a2ba7d2b780a3d216cfaf1fde7fd13e3b',1,'amrex::FabDataType< T, std::enable_if_t< IsMultiFabLike_v< T > > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< TagBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< IArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< FArrayBox >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::Mask >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::EBCellFlagFab >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< PetscInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'FabArray< amrex::BaseFab< AtomicInt > >::fab_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4ea567a25f13cd931b2b1e9433eeda5e',1,'amrex::FabArray::fab_type()']]], + ['fabcomtagcontainer_18242',['FabComTagContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ac80112a4449d49139f4b5ac75d76b855',1,'amrex::FabArrayCopyDescriptor::FabComTagContainer()']]], + ['fabcomtagitercontainer_18243',['FabComTagIterContainer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'amrex::FabArrayCopyDescriptor::FabComTagIterContainer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae8514740cee3a9ec0f8a41701b6bee22',1,'FabArrayCopyDescriptor< FArrayBox >::FabComTagIterContainer()']]], + ['fabset_18244',['FabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a15203068a5d8d4de2f3ff93e5e0f21d2',1,'amrex']]], + ['farrayboxfactory_18245',['FArrayBoxFactory',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abda821661019fb0a77eb3a9706dc7330',1,'amrex']]], + ['fbcache_18246',['FBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9e9131d2e52b3140088bed29299df5e5',1,'amrex::FabArrayBase']]], + ['fbcacheiter_18247',['FBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a41abb738518224cedd8cfe16206382ba',1,'amrex::FabArrayBase']]], + ['fbndrydata_18248',['fBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24fbf2d04e7dac268f7f5cb3af96064e',1,'amrex']]], + ['fbndryregister_18249',['fBndryRegister',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abe0f5b82795df17e723853b7c1b8ee7d',1,'amrex']]], + ['fcdmap_18250',['FCDMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'amrex::FabArrayCopyDescriptor::FCDMap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae36897cf35128c6ce6dc895169977b36',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMap()']]], + ['fcdmapconstiter_18251',['FCDMapConstIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'amrex::FabArrayCopyDescriptor::FCDMapConstIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a42d2f4f819cd8620d0b8d48e9e04bf68',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapConstIter()']]], + ['fcdmapiter_18252',['FCDMapIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'amrex::FabArrayCopyDescriptor::FCDMapIter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adb5c92352f55098956990fb48c94f1be',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapIter()']]], + ['fcdmapvaluetype_18253',['FCDMapValueType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'FabArrayCopyDescriptor< FArrayBox >::FCDMapValueType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#adfc178b4cdb7043a1bb7aa04d2227e70',1,'amrex::FabArrayCopyDescriptor::FCDMapValueType()']]], + ['ffabset_18254',['fFabSet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a25f205ddb2e9488505c2db83a92a5434',1,'amrex']]], + ['finterpbndrydata_18255',['fInterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a56136e9147b36f3e7fcdf12c22760b58',1,'amrex']]], + ['fmultifab_18256',['fMultiFab',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1df3d6c5876d88132d2b3793984a6b7d',1,'amrex']]], + ['fpinfocache_18257',['FPinfoCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a13121d16e1be9ac4ea05a7df793a47fd',1,'amrex::FabArrayBase']]], + ['fpinfocacheiter_18258',['FPinfoCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adee16eddda3b226990da74e087c9cfd9',1,'amrex::FabArrayBase']]], + ['func_18259',['Func',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#a9fa958cc46c33768f0cf428f5fa6ca32',1,'amrex::Lazy']]], + ['funcque_18260',['FuncQue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#ae96e9ce9ac81427802df6fd09989e0d5',1,'amrex::Lazy']]], + ['functiontype_18261',['FunctionType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#aa9d8c656e7a0aa9ce8efa32053f74f4a',1,'amrex::EB2::GeometryShop']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_6.js b/amrex-hydro/Doxygen/html/search/typedefs_6.js index 2441744..1254c9c 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_6.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_6.js @@ -1,9 +1,9 @@ var searchData= [ - ['gm_18177',['GM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a82c8616f7458eb2f29532e5bc34a715c',1,'amrex::GMRESMLMGT']]], - ['gmresmlmg_18178',['GMRESMLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb',1,'amrex']]], - ['gpudeviceprop_5ft_18179',['gpuDeviceProp_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2235406f46755fe4275db8b042b0da92',1,'amrex']]], - ['gpuerror_5ft_18180',['gpuError_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05',1,'amrex']]], - ['gpustream_5ft_18181',['gpuStream_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19',1,'amrex']]], - ['graph_18182',['Graph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1',1,'amrex::EB2']]] + ['gm_18262',['GM',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a82c8616f7458eb2f29532e5bc34a715c',1,'amrex::GMRESMLMGT']]], + ['gmresmlmg_18263',['GMRESMLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9fb859eb850cc164b1a83c9e4c7d53bb',1,'amrex']]], + ['gpudeviceprop_5ft_18264',['gpuDeviceProp_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2235406f46755fe4275db8b042b0da92',1,'amrex']]], + ['gpuerror_5ft_18265',['gpuError_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a98a85f350a96eb36272d756d5a9c9a05',1,'amrex']]], + ['gpustream_5ft_18266',['gpuStream_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e08759747455ff96c8f68e8673c2b19',1,'amrex']]], + ['graph_18267',['Graph',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0838e8d3d2f11703bb21ebb6bddbb1b1',1,'amrex::EB2']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_7.js b/amrex-hydro/Doxygen/html/search/typedefs_7.js index cc66830..9617c51 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_7.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_7.js @@ -1,8 +1,8 @@ var searchData= [ - ['hasher_18183',['hasher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'amrex::IntVectND::hasher()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'IntVectND< AMREX_SPACEDIM >::hasher()']]], - ['hashtype_18184',['HashType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a59cc4e634f9108fb676919f94f8ff55f',1,'amrex::BARef']]], - ['hostvector_18185',['HostVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab11d5fd05bf6f0b1f824c31341aec467',1,'amrex::HypreMLABecLap::HostVector()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a337aceb06d1f93486e6593ff058c0a93',1,'amrex::Gpu::HostVector()']]], - ['hypreinttype_18186',['HypreIntType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a85e587afbba4ce7f0733ae56c4ee177c',1,'amrex::HypreIJIface']]], - ['hyprerealtype_18187',['HypreRealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab04cfb0ccb604763003f5729a5ca3cb9',1,'amrex::HypreIJIface']]] + ['hasher_18268',['hasher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'amrex::IntVectND::hasher()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a5a9e63436988a005e0f65d25b34a417c',1,'IntVectND< AMREX_SPACEDIM >::hasher()']]], + ['hashtype_18269',['HashType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a59cc4e634f9108fb676919f94f8ff55f',1,'amrex::BARef']]], + ['hostvector_18270',['HostVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab11d5fd05bf6f0b1f824c31341aec467',1,'amrex::HypreMLABecLap::HostVector()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a337aceb06d1f93486e6593ff058c0a93',1,'amrex::Gpu::HostVector()']]], + ['hypreinttype_18271',['HypreIntType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a85e587afbba4ce7f0733ae56c4ee177c',1,'amrex::HypreIJIface']]], + ['hyprerealtype_18272',['HypreRealType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab04cfb0ccb604763003f5729a5ca3cb9',1,'amrex::HypreIJIface']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_8.js b/amrex-hydro/Doxygen/html/search/typedefs_8.js index 11b3a55..bf5f18e 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_8.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_8.js @@ -1,22 +1,22 @@ var searchData= [ - ['idcpu_18188',['IdCPU',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af6874dec9cbf05e59a6bc7367c5d22f7',1,'amrex::StructOfArrays']]], - ['index_5ftype_18189',['index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a076901dd6c8e2e3c65fef98f0ca348cd',1,'amrex::BinIterator::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a223f66550fa407ec108387b2cd8d61b2',1,'amrex::DenseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'amrex::DenseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< ParticleType >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< typename amrex::ParticleTileData >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ae5dcffa68729e972f969d4813b61cc3f',1,'amrex::SparseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aa7f90581f997c06bef83a50325c7d550',1,'amrex::SparseBins::index_type()']]], - ['indextype_18190',['IndexType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35342b486ef07ba6108169268169296',1,'amrex']]], - ['int_18191',['Int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a55bfff3929ed41ec8c5f707f22cc392d',1,'amrex::HypreNodeLap']]], - ['intarray_18192',['IntArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1',1,'amrex']]], - ['interpbndrydata_18193',['InterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d',1,'amrex']]], - ['intvect_18194',['IntVect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8792201c856a367dda275e09047daa33',1,'amrex']]], - ['intvector_18195',['IntVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ae6b60527dc650e6fd9cc30ea98dc5dfd',1,'amrex::ParConstIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af1be308a287422ae2a6580556249eb3d',1,'amrex::StructOfArrays::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab198bf3467e469c8c1bfa13f1c53799a',1,'amrex::ParticleTile::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'amrex::ParticleContainer_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'amrex::ParIterBase_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#add93f64ceb09f7385f2c85b3130bf62f',1,'amrex::ParIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a40e557410a932b8adc0275a5d019f',1,'amrex::NeighborParticleContainer::IntVector()']]], - ['inverse_5ft_18196',['Inverse_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5',1,'amrex::NonLocalBC']]], - ['io_5fbuffer_18197',['IO_Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a1b2038a46c20c406d77023b6cdc956c0',1,'amrex::VisMFBuffer']]], - ['isdetected_18198',['IsDetected',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67',1,'amrex']]], - ['isdetectedexact_18199',['IsDetectedExact',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870',1,'amrex']]], - ['iterator_18200',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< index_type >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int *, DefaultAllocator< int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< std::size_t >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< unsigned int >::iterator()']]], - ['iterator_18201',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::EBCellFlagFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::CutFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< PetscInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< AtomicInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'amrex::FabArray::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab633fb0409feac5e4f6630b0d307a116',1,'amrex::ArrayOfStructs::Iterator()']]], - ['iterator_18202',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::NeighborCode >']]], - ['iterator_18203',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< FArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< IArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< TagBox >::Iterator()']]], - ['iterator_18204',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad652e92fe1eaacabb971a11038426ff6',1,'amrex::BoxList::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'amrex::PODVector::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::BoxND >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::iterator()']]], - ['iterator_18205',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::Mask >']]], - ['iterator_18206',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::openbc::MomTag >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::STLtools::Triangle >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::XDim3 >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int *, DefaultAllocator< const int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal * >::iterator()']]] + ['idcpu_18273',['IdCPU',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af6874dec9cbf05e59a6bc7367c5d22f7',1,'amrex::StructOfArrays']]], + ['index_5ftype_18274',['index_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a076901dd6c8e2e3c65fef98f0ca348cd',1,'amrex::BinIterator::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a223f66550fa407ec108387b2cd8d61b2',1,'amrex::DenseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'amrex::DenseBins::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< ParticleType >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#aab51eb84697fee235dac2dfe29ecfa3b',1,'DenseBins< typename amrex::ParticleTileData >::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ae5dcffa68729e972f969d4813b61cc3f',1,'amrex::SparseBinIteratorFactory::index_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aa7f90581f997c06bef83a50325c7d550',1,'amrex::SparseBins::index_type()']]], + ['indextype_18275',['IndexType',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad35342b486ef07ba6108169268169296',1,'amrex']]], + ['int_18276',['Int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a55bfff3929ed41ec8c5f707f22cc392d',1,'amrex::HypreNodeLap']]], + ['intarray_18277',['IntArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b58b8c81ca5e47c17a861e86354eba1',1,'amrex']]], + ['interpbndrydata_18278',['InterpBndryData',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d926e5fad46a5fd2da4b495b16f449d',1,'amrex']]], + ['intvect_18279',['IntVect',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8792201c856a367dda275e09047daa33',1,'amrex']]], + ['intvector_18280',['IntVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#ae6b60527dc650e6fd9cc30ea98dc5dfd',1,'amrex::ParConstIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#af1be308a287422ae2a6580556249eb3d',1,'amrex::StructOfArrays::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ab198bf3467e469c8c1bfa13f1c53799a',1,'amrex::ParticleTile::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#acc301a126a29e5a25eba6ae159190ff4',1,'amrex::ParticleContainer_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af511bb0ba2cf4fa1b60188914ec13cb7',1,'amrex::ParIterBase_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#add93f64ceb09f7385f2c85b3130bf62f',1,'amrex::ParIter_impl::IntVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a60a40e557410a932b8adc0275a5d019f',1,'amrex::NeighborParticleContainer::IntVector()']]], + ['inverse_5ft_18281',['Inverse_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a165fdced073fa98b961fd6aaceb213d5',1,'amrex::NonLocalBC']]], + ['io_5fbuffer_18282',['IO_Buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a1b2038a46c20c406d77023b6cdc956c0',1,'amrex::VisMFBuffer']]], + ['isdetected_18283',['IsDetected',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af199566bf00a390cb47c2a0140b3fc67',1,'amrex']]], + ['isdetectedexact_18284',['IsDetectedExact',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afcea7cdc6e03361f56c401b56d66a870',1,'amrex']]], + ['iterator_18285',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< index_type >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int *, DefaultAllocator< int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< int >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< std::size_t >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< unsigned int >::iterator()']]], + ['iterator_18286',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::EBCellFlagFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::CutFab >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< PetscInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::BaseFab< AtomicInt > >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'amrex::FabArray::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#ab633fb0409feac5e4f6630b0d307a116',1,'amrex::ArrayOfStructs::Iterator()']]], + ['iterator_18287',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::NeighborCode >']]], + ['iterator_18288',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< FArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< IArrayBox >::Iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< TagBox >::Iterator()']]], + ['iterator_18289',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#ad652e92fe1eaacabb971a11038426ff6',1,'amrex::BoxList::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'amrex::PODVector::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::BoxND >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::iterator()']]], + ['iterator_18290',['Iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a958d272c39f50f1157029d5a0c6ade1c',1,'FabArray< amrex::Mask >']]], + ['iterator_18291',['iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::openbc::MomTag >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::STLtools::Triangle >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< amrex::XDim3 >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int * >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const int *, DefaultAllocator< const int * > >::iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a5895b3a2414fe5808db523612e438ab8',1,'PODVector< const ParticleReal * >::iterator()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_9.js b/amrex-hydro/Doxygen/html/search/typedefs_9.js index 1e01c4b..ba9e01a 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_9.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_9.js @@ -1,4 +1,4 @@ var searchData= [ - ['keyvaluepair_18207',['KeyValuePair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9',1,'amrex']]] + ['keyvaluepair_18292',['KeyValuePair',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7dd6d3577db87cc950337b856e57f1f9',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_a.js b/amrex-hydro/Doxygen/html/search/typedefs_a.js index 28729e0..a849c53 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_a.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_a.js @@ -1,7 +1,7 @@ var searchData= [ - ['lipair_18208',['LIpair',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8bc191492d7a25e16f586ef1e625649c',1,'amrex::DistributionMapping']]], - ['list_5ftype_18209',['list_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html#ade5844430b8549754df043e3cf4d870d',1,'amrex::CompileTimeOptions']]], - ['localcopy_5ft_18210',['LocalCopy_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80',1,'amrex::NonLocalBC']]], - ['location_18211',['Location',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aed1bdc13923f234ac4e4c6425210db69',1,'amrex::MLABecLaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedfa751b8cf7f0d06a43e71b6e7795cf',1,'amrex::MLALaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a97dd28df6c3a612116bc4d4f95fb98fb',1,'amrex::MLCellABecLapT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac93e5fc5cf3373e6711f1328b051b997',1,'amrex::MLCellLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa0d2dff0a1bfbad55c5f6e3a31d16652',1,'amrex::MLCurlCurl::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'amrex::MLLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'MLLinOpT< Array< MultiFab, 3 > >::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4adf824fc2842cb7a07dcc0395627629',1,'amrex::MLMGT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aee09d92cf1cb6a1f95ccadead11ccac4',1,'amrex::MLPoissonT::Location()']]] + ['lipair_18293',['LIpair',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a8bc191492d7a25e16f586ef1e625649c',1,'amrex::DistributionMapping']]], + ['list_5ftype_18294',['list_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CompileTimeOptions.html#ade5844430b8549754df043e3cf4d870d',1,'amrex::CompileTimeOptions']]], + ['localcopy_5ft_18295',['LocalCopy_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a4b44aa3d7a205826948ced4323d0be80',1,'amrex::NonLocalBC']]], + ['location_18296',['Location',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aed1bdc13923f234ac4e4c6425210db69',1,'amrex::MLABecLaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aedfa751b8cf7f0d06a43e71b6e7795cf',1,'amrex::MLALaplacianT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a97dd28df6c3a612116bc4d4f95fb98fb',1,'amrex::MLCellABecLapT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac93e5fc5cf3373e6711f1328b051b997',1,'amrex::MLCellLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#aa0d2dff0a1bfbad55c5f6e3a31d16652',1,'amrex::MLCurlCurl::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'amrex::MLLinOpT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac1e86de83222345c43a378d8698c9543',1,'MLLinOpT< Array< MultiFab, 3 > >::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4adf824fc2842cb7a07dcc0395627629',1,'amrex::MLMGT::Location()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aee09d92cf1cb6a1f95ccadead11ccac4',1,'amrex::MLPoissonT::Location()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_b.js b/amrex-hydro/Doxygen/html/search/typedefs_b.js index 13dec31..5a27fb8 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_b.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_b.js @@ -1,21 +1,21 @@ var searchData= [ - ['manageddevicevector_18212',['ManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af22f411b79da7033051cdfa1539e21be',1,'amrex::Gpu']]], - ['managedvector_18213',['ManagedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab2661b6ddd9751b7e197a9d619dabc7b',1,'amrex::Gpu']]], - ['mapofcopycomtagcontainers_18214',['MapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa36883196eb7b1d039fd1941966a4310',1,'amrex::FabArrayBase::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a26137d0a3c8a4a024bf811fbaac6208d',1,'amrex::MultiFab::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae6a08f61ef40bcb043383a5000ea028e',1,'amrex::FabArrayBase::CopyComTag::MapOfCopyComTagContainers()']]], - ['maxressteadyclock_18215',['MaxResSteadyClock',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88',1,'amrex']]], - ['mf_18216',['MF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad3b325a1dc81c636a9d7bca822aabe05',1,'amrex::MLCurlCurl']]], - ['mftype_18217',['MFType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a12ae4c265af099934e18adc0ba18f99f',1,'amrex::MLMGT::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'MLLinOpT< Array< MultiFab, 3 > >::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'amrex::MLLinOpT::MFType()']]], - ['mg_18218',['MG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a93a0ba608c9adab93befd5acebdc63bc',1,'amrex::GMRESMLMGT']]], - ['mlabeclaplacian_18219',['MLABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5',1,'amrex']]], - ['mlalaplacian_18220',['MLALaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd71b3eea629ca099ace90909350cc56',1,'amrex']]], - ['mlcellabeclap_18221',['MLCellABecLap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e',1,'amrex']]], - ['mlcelllinop_18222',['MLCellLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b',1,'amrex']]], - ['mlcgsolver_18223',['MLCGSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc786fadc751afd641a3d05650467dfc',1,'amrex']]], - ['mllinop_18224',['MLLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46',1,'amrex']]], - ['mlmg_18225',['MLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543',1,'amrex']]], - ['mlmgbndry_18226',['MLMGBndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9',1,'amrex']]], - ['mlpoisson_18227',['MLPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3',1,'amrex']]], - ['multifabid_18228',['MultiFabId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b',1,'amrex']]], - ['mypariter_18229',['MyParIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4f7f3ca7bf951e7ec6fce594005694da',1,'amrex::NeighborParticleContainer']]] + ['manageddevicevector_18297',['ManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#af22f411b79da7033051cdfa1539e21be',1,'amrex::Gpu']]], + ['managedvector_18298',['ManagedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#ab2661b6ddd9751b7e197a9d619dabc7b',1,'amrex::Gpu']]], + ['mapofcopycomtagcontainers_18299',['MapOfCopyComTagContainers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa36883196eb7b1d039fd1941966a4310',1,'amrex::FabArrayBase::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiFab.html#a26137d0a3c8a4a024bf811fbaac6208d',1,'amrex::MultiFab::MapOfCopyComTagContainers()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#ae6a08f61ef40bcb043383a5000ea028e',1,'amrex::FabArrayBase::CopyComTag::MapOfCopyComTagContainers()']]], + ['maxressteadyclock_18300',['MaxResSteadyClock',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3e90f0304ff639b230b6b502e8546b88',1,'amrex']]], + ['mf_18301',['MF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ad3b325a1dc81c636a9d7bca822aabe05',1,'amrex::MLCurlCurl']]], + ['mftype_18302',['MFType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a12ae4c265af099934e18adc0ba18f99f',1,'amrex::MLMGT::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'MLLinOpT< Array< MultiFab, 3 > >::MFType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ac42612ebc576bd674db633fd6d0363db',1,'amrex::MLLinOpT::MFType()']]], + ['mg_18303',['MG',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a93a0ba608c9adab93befd5acebdc63bc',1,'amrex::GMRESMLMGT']]], + ['mlabeclaplacian_18304',['MLABecLaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa9c032480d2659c266fb23d70800f6a5',1,'amrex']]], + ['mlalaplacian_18305',['MLALaplacian',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afd71b3eea629ca099ace90909350cc56',1,'amrex']]], + ['mlcellabeclap_18306',['MLCellABecLap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2116fd8f117dd8ebb01e6a3b99c7947e',1,'amrex']]], + ['mlcelllinop_18307',['MLCellLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6d2f435b4a824073e4ba2c714ff4770b',1,'amrex']]], + ['mlcgsolver_18308',['MLCGSolver',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc786fadc751afd641a3d05650467dfc',1,'amrex']]], + ['mllinop_18309',['MLLinOp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6cfa07a78393bb456aa7d33ced04fb46',1,'amrex']]], + ['mlmg_18310',['MLMG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77b48f471801c4f6a597804a89c3b543',1,'amrex']]], + ['mlmgbndry_18311',['MLMGBndry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9214b7c07d9c296122f7418f73f798e9',1,'amrex']]], + ['mlpoisson_18312',['MLPoisson',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a339ac1b3381df4095a659ec2b7980cb3',1,'amrex']]], + ['multifabid_18313',['MultiFabId',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a55427a27e71c45e7066414b0accf4a9b',1,'amrex']]], + ['mypariter_18314',['MyParIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4f7f3ca7bf951e7ec6fce594005694da',1,'amrex::NeighborParticleContainer']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_c.js b/amrex-hydro/Doxygen/html/search/typedefs_c.js index 435e11c..23d3f73 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_c.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_c.js @@ -1,8 +1,8 @@ var searchData= [ - ['negation_18230',['Negation',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa',1,'amrex']]], - ['neighborcommmap_18231',['NeighborCommMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ae77c84d55fb9e147fc49a60bd44d42d6',1,'amrex::NeighborParticleContainer']]], - ['neighborlistcontainertype_18232',['NeighborListContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a43409db639b332ea93f0ad257dc54bc7',1,'amrex::NeighborParticleContainer']]], - ['nl_18233',['NL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7b2f9d1dc98c8e92648e3785f297e13f',1,'amrex::CArena']]], - ['nonmanageddevicevector_18234',['NonManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2388c83afe31a41fc38fab133d98a1be',1,'amrex::Gpu']]] + ['negation_18315',['Negation',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3d7af06ef9ce2e0a696e5c73f3e460aa',1,'amrex']]], + ['neighborcommmap_18316',['NeighborCommMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ae77c84d55fb9e147fc49a60bd44d42d6',1,'amrex::NeighborParticleContainer']]], + ['neighborlistcontainertype_18317',['NeighborListContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a43409db639b332ea93f0ad257dc54bc7',1,'amrex::NeighborParticleContainer']]], + ['nl_18318',['NL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7b2f9d1dc98c8e92648e3785f297e13f',1,'amrex::CArena']]], + ['nonmanageddevicevector_18319',['NonManagedDeviceVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a2388c83afe31a41fc38fab133d98a1be',1,'amrex::Gpu']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_d.js b/amrex-hydro/Doxygen/html/search/typedefs_d.js index 72a53d8..8428dfe 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_d.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['other_18235',['other',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html#a96ecc5d534254a7cab53bdfa4d78db8e',1,'hacc::AlignedAllocator::rebind']]] + ['other_18320',['other',['https://amrex-codes.github.io/amrex/doxygen/structhacc_1_1AlignedAllocator_1_1rebind.html#a96ecc5d534254a7cab53bdfa4d78db8e',1,'hacc::AlignedAllocator::rebind']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_e.js b/amrex-hydro/Doxygen/html/search/typedefs_e.js index 9bff576..dcbe7d1 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_e.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_e.js @@ -1,37 +1,37 @@ var searchData= [ - ['packsendbuffers_5ft_18236',['PackSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d',1,'amrex::NonLocalBC']]], - ['pairindex_18237',['PairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0c2a28aef7db24fbfccc53f46637a582',1,'amrex::NeighborParticleContainer']]], - ['parconstiter_18238',['ParConstIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412',1,'amrex']]], - ['parconstitersoa_18239',['ParConstIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342',1,'amrex']]], - ['parconstitertype_18240',['ParConstIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'amrex::ParticleContainer_impl::ParConstIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParConstIterType()']]], - ['pariter_18241',['ParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154',1,'amrex']]], - ['pariterbase_18242',['ParIterBase',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa',1,'amrex']]], - ['pariterbasesoa_18243',['ParIterBaseSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463',1,'amrex']]], - ['paritersoa_18244',['ParIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49',1,'amrex']]], - ['paritertype_18245',['ParIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'amrex::ParticleContainer_impl::ParIterType()']]], - ['particlecontainer_18246',['ParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0',1,'amrex']]], - ['particlecontainerpuresoa_18247',['ParticleContainerPureSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55',1,'amrex']]], - ['particlecontainertype_18248',['ParticleContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'amrex::ParticleContainer_impl::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aa454b3f1c4a133faaa1d28b9c8c254d8',1,'amrex::NeighborParticleContainer::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainerType()']]], - ['particleinitdata_18249',['ParticleInitData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'amrex::ParticleContainer_impl::ParticleInitData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleInitData()']]], - ['particlelevel_18250',['ParticleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'amrex::ParticleContainer_impl::ParticleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleLevel()']]], - ['particlereftype_18251',['ParticleRefType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'amrex::ConstParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'amrex::ParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()']]], - ['particletile_18252',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a88e27f1bb35a55e5fb6555057e1e25ac',1,'amrex::NeighborParticleContainer']]], - ['particletiledatatype_18253',['ParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0aeb55b6a15d10428c88a314412914c5',1,'amrex::ParticleTile']]], - ['particletileptr_18254',['ParticleTilePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'amrex::ParIterBase_impl::ParticleTilePtr()']]], - ['particletileref_18255',['ParticleTileRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'amrex::ParIterBase_impl::ParticleTileRef()']]], - ['particletiletype_18256',['ParticleTileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a0e6990627e509337037b468a0f01234e',1,'amrex::ParConstIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aadba4e261ba5a74dce3335644e48a045',1,'amrex::ParIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'amrex::ParIterBase_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'amrex::ParticleContainer_impl::ParticleTileType()']]], - ['particletype_18257',['ParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab9497648313d317adc40bc7bebb5ca2d',1,'amrex::NeighborParticleContainer::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#ad0f67b61f261f7849b209a736e1e11a0',1,'amrex::AmrParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4b5292eeb84fe912addcc353c568cbce',1,'amrex::ArrayOfStructs::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'amrex::ConstParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'amrex::ParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a806d428c54ec86cc7e61edf954105f6f',1,'amrex::ParticleTile::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'amrex::ParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'amrex::ParIterBase_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a876f23badccb453ea6c124d61316f6b5',1,'amrex::ParIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9bce0c0d40443b40b8789eaafdab6b16',1,'amrex::ParConstIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()']]], - ['particlevector_18258',['ParticleVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'amrex::ParticleContainer_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa361f73ebc2bf0a48753c69a277f4075',1,'amrex::ArrayOfStructs::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ade2385ed6d6005f38a31d3709b55fc4c',1,'amrex::NeighborParticleContainer::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'amrex::ParIterBase_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html#afddc6c75186769d8d5f97c0aa67d73a9',1,'amrex::ThisParticleTileHasNoAoS::ParticleVector()']]], - ['pctype_18259',['PCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'amrex::ParIterBase_impl::PCType()']]], - ['pinnedvector_18260',['PinnedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6e76d121ad2e1030d86ccbc9a47f6fde',1,'amrex::Gpu']]], - ['pointer_18261',['pointer',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a8a10b255de4c608b3775a315e409ef8d',1,'hacc::AlignedAllocator::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a27f45496b5f43b097780b5ca62f10b64',1,'amrex::TheFaArenaDeleter::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< unsigned int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< std::size_t >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int *, DefaultAllocator< int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'amrex::PODVector::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::BoxND >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::NeighborCode >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::openbc::MomTag >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::STLtools::Triangle >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::XDim3 >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int *, DefaultAllocator< const int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< index_type >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int * >::pointer()']]], - ['polarbcache_18262',['PolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aeefdcd1fc2b2d609017e01fa8862c931',1,'amrex::FabArrayBase']]], - ['polarbcacheiter_18263',['PolarBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae3da0c50a11f56d59552e30b45b10741',1,'amrex::FabArrayBase']]], - ['policy_5ftype_18264',['policy_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a7fd6a1c4f97aa655b71ce36e4aad357d',1,'amrex::ParticleArrayAccessor::policy_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac7d6cb85347432af38cca8139f86111a',1,'amrex::ParticleArray::policy_type()']]], - ['preparerecvbuffers_5ft_18265',['PrepareRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439',1,'amrex::NonLocalBC']]], - ['preparesendbuffers_5ft_18266',['PrepareSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0',1,'amrex::NonLocalBC']]], - ['ptd_18267',['PTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a2ca81ea23a9543e907da3e9bcb93d923',1,'amrex::SoAParticle']]], - ['ptr_5fto_5fvoid_5ffunc_18268',['PTR_TO_VOID_FUNC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2',1,'amrex']]], - ['pvmf_18269',['PVMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae7db7ce924b3d22ba729d57da40f2262',1,'amrex::DistributionMapping']]] + ['packsendbuffers_5ft_18321',['PackSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a2457a717c906cb9f086a39faea4da88d',1,'amrex::NonLocalBC']]], + ['pairindex_18322',['PairIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0c2a28aef7db24fbfccc53f46637a582',1,'amrex::NeighborParticleContainer']]], + ['parconstiter_18323',['ParConstIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a82b15f07c651f6c100348c6891b9d412',1,'amrex']]], + ['parconstitersoa_18324',['ParConstIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3ee82e3bc9bfc0a2b726fa65240f7342',1,'amrex']]], + ['parconstitertype_18325',['ParConstIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'amrex::ParticleContainer_impl::ParConstIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8a9724a602a1034017c9578d45910a90',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParConstIterType()']]], + ['pariter_18326',['ParIter',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2b24a534dc7f3adbd4e23acd6a71e154',1,'amrex']]], + ['pariterbase_18327',['ParIterBase',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af211cc4c070c468f71e69fcdfaf4d1fa',1,'amrex']]], + ['pariterbasesoa_18328',['ParIterBaseSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac7120a52b1bfafe08e9d660d5c79f463',1,'amrex']]], + ['paritersoa_18329',['ParIterSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a295f27dc56adb58daf37c77bc6f22d49',1,'amrex']]], + ['paritertype_18330',['ParIterType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParIterType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#adb85276367bb16831500bd619a7fa724',1,'amrex::ParticleContainer_impl::ParIterType()']]], + ['particlecontainer_18331',['ParticleContainer',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7c419a2c3aef781f1415b7ebd1f138d0',1,'amrex']]], + ['particlecontainerpuresoa_18332',['ParticleContainerPureSoA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf16cda543680572b2d60a5518b7fb55',1,'amrex']]], + ['particlecontainertype_18333',['ParticleContainerType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'amrex::ParticleContainer_impl::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aa454b3f1c4a133faaa1d28b9c8c254d8',1,'amrex::NeighborParticleContainer::ParticleContainerType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae983cf8ab0ac0e50438110da4061ea1c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleContainerType()']]], + ['particleinitdata_18334',['ParticleInitData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'amrex::ParticleContainer_impl::ParticleInitData()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a39f3dad374127876863b7888ac53b465',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleInitData()']]], + ['particlelevel_18335',['ParticleLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'amrex::ParticleContainer_impl::ParticleLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2a95432c01c58984730881db4e162f02',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleLevel()']]], + ['particlereftype_18336',['ParticleRefType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'amrex::ConstParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a11bccd3938ed5beb19a29798dfc543cb',1,'amrex::ParticleTileData::ParticleRefType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9df3ed969c2de287106d9a3634bd7c6c',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleRefType()']]], + ['particletile_18337',['ParticleTile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a88e27f1bb35a55e5fb6555057e1e25ac',1,'amrex::NeighborParticleContainer']]], + ['particletiledatatype_18338',['ParticleTileDataType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a0aeb55b6a15d10428c88a314412914c5',1,'amrex::ParticleTile']]], + ['particletileptr_18339',['ParticleTilePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTilePtr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#af9e7daf85f061eb283287567b459aade',1,'amrex::ParIterBase_impl::ParticleTilePtr()']]], + ['particletileref_18340',['ParticleTileRef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileRef()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a6f5dade75fdc279347334eaf3d39dae4',1,'amrex::ParIterBase_impl::ParticleTileRef()']]], + ['particletiletype_18341',['ParticleTileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a0e6990627e509337037b468a0f01234e',1,'amrex::ParConstIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aadba4e261ba5a74dce3335644e48a045',1,'amrex::ParIter_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'amrex::ParIterBase_impl::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#ac2f8c395b361cb48d2ba6daaf7873149',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleTileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aad727cb5c9b392a0ec2c7bbabdf22576',1,'amrex::ParticleContainer_impl::ParticleTileType()']]], + ['particletype_18342',['ParticleType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab9497648313d317adc40bc7bebb5ca2d',1,'amrex::NeighborParticleContainer::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleContainer__impl.html#ad0f67b61f261f7849b209a736e1e11a0',1,'amrex::AmrParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4b5292eeb84fe912addcc353c568cbce',1,'amrex::ArrayOfStructs::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'amrex::ConstParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a6732de69363d6c0c39ae2d462b1cc57e',1,'amrex::ParticleTileData::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a806d428c54ec86cc7e61edf954105f6f',1,'amrex::ParticleTile::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9086e3760f0e461a8aa1cb5cbe2b608',1,'amrex::ParticleContainer_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a39540f149f469767e4dd7333f194e1a4',1,'amrex::ParIterBase_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a876f23badccb453ea6c124d61316f6b5',1,'amrex::ParIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a9bce0c0d40443b40b8789eaafdab6b16',1,'amrex::ParConstIter_impl::ParticleType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a49bf1484da915d1cbf5eb4e5eef61efe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::ParticleType()']]], + ['particlevector_18343',['ParticleVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'amrex::ParticleContainer_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa361f73ebc2bf0a48753c69a277f4075',1,'amrex::ArrayOfStructs::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ade2385ed6d6005f38a31d3709b55fc4c',1,'amrex::NeighborParticleContainer::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'amrex::ParIterBase_impl::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a9eb90934f537a8f10811e014520cc116',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a54e7d39c60aed23dded20dfdea50f7de',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ThisParticleTileHasNoAoS.html#afddc6c75186769d8d5f97c0aa67d73a9',1,'amrex::ThisParticleTileHasNoAoS::ParticleVector()']]], + ['pctype_18344',['PCType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::PCType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a40d448c9de4fde0c1a475780ebc33ea7',1,'amrex::ParIterBase_impl::PCType()']]], + ['pinnedvector_18345',['PinnedVector',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a6e76d121ad2e1030d86ccbc9a47f6fde',1,'amrex::Gpu']]], + ['pointer_18346',['pointer',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a8a10b255de4c608b3775a315e409ef8d',1,'hacc::AlignedAllocator::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TheFaArenaDeleter.html#a27f45496b5f43b097780b5ca62f10b64',1,'amrex::TheFaArenaDeleter::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< unsigned int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< std::size_t >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int *, DefaultAllocator< int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'amrex::PODVector::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::BoxND >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::NeighborCode >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::openbc::MomTag >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::STLtools::Triangle >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< amrex::XDim3 >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const int *, DefaultAllocator< const int * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal * >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< index_type >::pointer()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3c87edf01e970b09b0a59f130ada9262',1,'PODVector< int * >::pointer()']]], + ['polarbcache_18347',['PolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aeefdcd1fc2b2d609017e01fa8862c931',1,'amrex::FabArrayBase']]], + ['polarbcacheiter_18348',['PolarBCacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae3da0c50a11f56d59552e30b45b10741',1,'amrex::FabArrayBase']]], + ['policy_5ftype_18349',['policy_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a7fd6a1c4f97aa655b71ce36e4aad357d',1,'amrex::ParticleArrayAccessor::policy_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#ac7d6cb85347432af38cca8139f86111a',1,'amrex::ParticleArray::policy_type()']]], + ['preparerecvbuffers_5ft_18350',['PrepareRecvBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ac352232fe0363d175aaf2615666c8439',1,'amrex::NonLocalBC']]], + ['preparesendbuffers_5ft_18351',['PrepareSendBuffers_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa9d38898e06da05aa7e4bfab9706f1f0',1,'amrex::NonLocalBC']]], + ['ptd_18352',['PTD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a2ca81ea23a9543e907da3e9bcb93d923',1,'amrex::SoAParticle']]], + ['ptr_5fto_5fvoid_5ffunc_18353',['PTR_TO_VOID_FUNC',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a364202ccae0ac53c5c0d1440b8c06dd2',1,'amrex']]], + ['pvmf_18354',['PVMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ae7db7ce924b3d22ba729d57da40f2262',1,'amrex::DistributionMapping']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/typedefs_f.js b/amrex-hydro/Doxygen/html/search/typedefs_f.js index f892335..ae98d2d 100644 --- a/amrex-hydro/Doxygen/html/search/typedefs_f.js +++ b/amrex-hydro/Doxygen/html/search/typedefs_f.js @@ -1,19 +1,19 @@ var searchData= [ - ['randgenerator_5ft_18270',['randGenerator_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a',1,'amrex']]], - ['randstate_5ft_18271',['randState_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124',1,'amrex']]], - ['raw_5ftype_18272',['raw_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aac6b529d04666c7ab12e389631ddc1e0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a4cea01ca1b107d8585be77870f2da12f',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ac7df2f9de658c06efefb501e8544e9c5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a07ee693a6d6f19f5c34611ecc35a74b5',1,'amrex::ParticleArrayAccessor::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ab6759853d755a1a01624618efeb177b0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::raw_type()']]], - ['rb180cache_18273',['RB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7245d3dc29d3e2aade3f28f9319fa76d',1,'amrex::FabArrayBase']]], - ['rb180cacheiter_18274',['RB180CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa058b98f7a208d8b6beec36c786cc0b9',1,'amrex::FabArrayBase']]], - ['rb90cache_18275',['RB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aba31942c259bb854daca8574b393a17f',1,'amrex::FabArrayBase']]], - ['rb90cacheiter_18276',['RB90CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a336a5ecfcff59f5dbb7fbba057e2de73',1,'amrex::FabArrayBase']]], - ['realarray_18277',['RealArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f',1,'amrex']]], - ['realtuple_18278',['RealTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a635d69fddbe9b8785a9f16e6874273d0',1,'amrex::BndryDataT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4c838dd743d5d205ae6efa4e880faf8b',1,'amrex::MLMGBndryT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a65abf3895113354dbd34041b96dfb3ba',1,'amrex::MLCellLinOpT::RealTuple()']]], - ['realtype_18279',['RealType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a33d784228a75ccebaa059c49a15e0b3c',1,'amrex::ConstSoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a600cf748b1767ee5cc0e838718d300a0',1,'amrex::SoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a043db0d4cd2205027b4308f459496b79',1,'amrex::ParticleTile::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'amrex::ParticleContainer_impl::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a0abfbcf524018c0ec719c5f4861823f5',1,'amrex::ParticleCommData::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1741c5c21aaba8fd767c2f86e911ad26',1,'amrex::Particle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4bd47d382fa8b63c31eafb763d31194c',1,'amrex::ArrayOfStructs::RealType()']]], - ['realvector_18280',['RealVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a27e56fce5b9f849bb6df07a0ad9ff398',1,'amrex::ParIter_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a17a7383c365c4e4f4c6fd7eed23e8c59',1,'amrex::StructOfArrays::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adf1dfc735a7f9d3508e434da7e87b632',1,'amrex::ParticleTile::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'amrex::ParticleContainer_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'amrex::ParIterBase_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a72430e9d94dd233685e062cfa94f1ee0',1,'amrex::ParConstIter_impl::RealVector()']]], - ['reference_18281',['reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< index_type >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int *, DefaultAllocator< int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< std::size_t >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< unsigned int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::BoxND >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5830ffb5779f9588ce9f9040b4ac5db7',1,'hacc::AlignedAllocator::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'amrex::PODVector::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::NeighborCode >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::openbc::MomTag >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::STLtools::Triangle >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::XDim3 >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int *, DefaultAllocator< const int * > >::reference()']]], - ['reference_5ftype_18282',['reference_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal *, NAR >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, nelems >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real,(M+2) *(M+1)/2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int *, NAI >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const ParticleReal *, NArrayReal >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const int *, NArrayInt >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< bool, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'amrex::GpuArray::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::Interval, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::EB2::PolyTerm, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 4 >::reference_type()']]], - ['reverse_5fiterator_18283',['reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< index_type >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int *, DefaultAllocator< int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< std::size_t >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< unsigned int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::BoxND >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'amrex::PODVector::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::NeighborCode >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::openbc::MomTag >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::STLtools::Triangle >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::XDim3 >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int *, DefaultAllocator< const int * > >::reverse_iterator()']]], - ['rt_18284',['RT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5709a608f0c8d3f1bab91ff0ab584d2b',1,'amrex::MLABecLaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a0a273ffe9d2206819c602129db225071',1,'amrex::MLPoissonT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a85f49a7b9118115595f428e8c87693cd',1,'amrex::MLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'MLLinOpT< Array< MultiFab, 3 > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'amrex::MLLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a4771d48d0bafc31e4a8273b1e06da376',1,'amrex::MLCurlCurl::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac3f05bc272b9350d5604316ca7c01449',1,'amrex::MLCGSolverT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4cd7bb9cadbccdb52688ef33ddfd8d5c',1,'amrex::MLCellLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a7294b2967cfff2e5dd03e746871646ec',1,'amrex::MLCellABecLapT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae1d61f91ba5fce410035367c20a8d8c4',1,'amrex::MLALaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a58326c59efaee01db3f1d4c798d4e238',1,'amrex::GMRESMLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'GMRES< MF, GMRESMLMGT< MF > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'amrex::GMRES::RT()']]], - ['runtimeerror_18285',['RuntimeError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe',1,'amrex']]] + ['randgenerator_5ft_18355',['randGenerator_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a72a585c8e383e98aab94c9141a27659a',1,'amrex']]], + ['randstate_5ft_18356',['randState_t',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abbea0a87a768d8f4e8112b9cd673b124',1,'amrex']]], + ['raw_5ftype_18357',['raw_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#aac6b529d04666c7ab12e389631ddc1e0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#a4cea01ca1b107d8585be77870f2da12f',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicyRaw_3_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1SoA_01_4.html#ac7df2f9de658c06efefb501e8544e9c5',1,'amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::SoA >::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a07ee693a6d6f19f5c34611ecc35a74b5',1,'amrex::ParticleArrayAccessor::raw_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataLayoutPolicy_3_01ContainerType_00_01ParticleType_3_01Types_8_8_8_01_4_00_01DataLayout_1_1AoS_01_4.html#ab6759853d755a1a01624618efeb177b0',1,'amrex::DataLayoutPolicy< ContainerType, ParticleType< Types... >, DataLayout::AoS >::raw_type()']]], + ['rb180cache_18358',['RB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a7245d3dc29d3e2aade3f28f9319fa76d',1,'amrex::FabArrayBase']]], + ['rb180cacheiter_18359',['RB180CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa058b98f7a208d8b6beec36c786cc0b9',1,'amrex::FabArrayBase']]], + ['rb90cache_18360',['RB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aba31942c259bb854daca8574b393a17f',1,'amrex::FabArrayBase']]], + ['rb90cacheiter_18361',['RB90CacheIter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a336a5ecfcff59f5dbb7fbba057e2de73',1,'amrex::FabArrayBase']]], + ['realarray_18362',['RealArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9de48c04056551924746c42f9eda3c8f',1,'amrex']]], + ['realtuple_18363',['RealTuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a635d69fddbe9b8785a9f16e6874273d0',1,'amrex::BndryDataT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGBndryT.html#a4c838dd743d5d205ae6efa4e880faf8b',1,'amrex::MLMGBndryT::RealTuple()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a65abf3895113354dbd34041b96dfb3ba',1,'amrex::MLCellLinOpT::RealTuple()']]], + ['realtype_18364',['RealType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a33d784228a75ccebaa059c49a15e0b3c',1,'amrex::ConstSoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a600cf748b1767ee5cc0e838718d300a0',1,'amrex::SoAParticle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a043db0d4cd2205027b4308f459496b79',1,'amrex::ParticleTile::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aac72f922b5c6acf01660db3263a3967b',1,'amrex::ParticleContainer_impl::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a0abfbcf524018c0ec719c5f4861823f5',1,'amrex::ParticleCommData::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a1741c5c21aaba8fd767c2f86e911ad26',1,'amrex::Particle::RealType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a4bd47d382fa8b63c31eafb763d31194c',1,'amrex::ArrayOfStructs::RealType()']]], + ['realvector_18365',['RealVector',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#a27e56fce5b9f849bb6df07a0ad9ff398',1,'amrex::ParIter_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a17a7383c365c4e4f4c6fd7eed23e8c59',1,'amrex::StructOfArrays::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#adf1dfc735a7f9d3508e434da7e87b632',1,'amrex::ParticleTile::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'amrex::ParticleContainer_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a7baf75176f06182c85c9bc71b02f7bf1',1,'amrex::ParIterBase_impl::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3c635ec7175b9f6f28bce938ea801423',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::RealVector()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParConstIter__impl.html#a72430e9d94dd233685e062cfa94f1ee0',1,'amrex::ParConstIter_impl::RealVector()']]], + ['reference_18366',['reference',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< index_type >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int *, DefaultAllocator< int * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< std::size_t >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< unsigned int >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::BoxND >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1AlignedAllocator.html#a5830ffb5779f9588ce9f9040b4ac5db7',1,'hacc::AlignedAllocator::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'amrex::PODVector::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::NeighborCode >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::openbc::MomTag >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::STLtools::Triangle >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< amrex::XDim3 >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int * >::reference()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#abf56886aed8de2e01e1da75b1c989351',1,'PODVector< const int *, DefaultAllocator< const int * > >::reference()']]], + ['reference_5ftype_18367',['reference_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal *, NAR >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, AMREX_SPACEDIM >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real, nelems >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< Real,(M+2) *(M+1)/2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 3 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 2 >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int *, NAI >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const ParticleReal *, NArrayReal >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< const int *, NArrayInt >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< bool, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'amrex::GpuArray::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::algoim::Interval, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< amrex::EB2::PolyTerm, N >::reference_type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#a2f3a60d4a3f127ec669cf364b3f9a1ee',1,'GpuArray< int, 4 >::reference_type()']]], + ['reverse_5fiterator_18368',['reverse_iterator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< index_type >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< int *, DefaultAllocator< int * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< std::size_t >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< unsigned int >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::BoxND >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'amrex::PODVector::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::NeighborCode >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::openbc::MomTag >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::STLtools::Triangle >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< amrex::XDim3 >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int * >::reverse_iterator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a3a90e6ff2204052e56983913fa5437e8',1,'PODVector< const int *, DefaultAllocator< const int * > >::reverse_iterator()']]], + ['rt_18369',['RT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a5709a608f0c8d3f1bab91ff0ab584d2b',1,'amrex::MLABecLaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#a0a273ffe9d2206819c602129db225071',1,'amrex::MLPoissonT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a85f49a7b9118115595f428e8c87693cd',1,'amrex::MLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'MLLinOpT< Array< MultiFab, 3 > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a80a99742a01b1ee964cfbadaab285f51',1,'amrex::MLLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a4771d48d0bafc31e4a8273b1e06da376',1,'amrex::MLCurlCurl::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#ac3f05bc272b9350d5604316ca7c01449',1,'amrex::MLCGSolverT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a4cd7bb9cadbccdb52688ef33ddfd8d5c',1,'amrex::MLCellLinOpT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a7294b2967cfff2e5dd03e746871646ec',1,'amrex::MLCellABecLapT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#ae1d61f91ba5fce410035367c20a8d8c4',1,'amrex::MLALaplacianT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a58326c59efaee01db3f1d4c798d4e238',1,'amrex::GMRESMLMGT::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'GMRES< MF, GMRESMLMGT< MF > >::RT()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afe8b44f171784e28dd29632a08ce0bd4',1,'amrex::GMRES::RT()']]], + ['runtimeerror_18370',['RuntimeError',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac3aaf3d47b0fc6e69f9405fcebcdc4fe',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_0.js b/amrex-hydro/Doxygen/html/search/variables_0.js index 5cf472f..55b2ef5 100644 --- a/amrex-hydro/Doxygen/html/search/variables_0.js +++ b/amrex-hydro/Doxygen/html/search/variables_0.js @@ -1,4 +1,4 @@ var searchData= [ - ['_5fptr_15532',['_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#ad6587c3974bf67afc32e7d313432b20e',1,'amrex::ref_wrapper']]] + ['_5fptr_15609',['_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ref__wrapper.html#ad6587c3974bf67afc32e7d313432b20e',1,'amrex::ref_wrapper']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_1.js b/amrex-hydro/Doxygen/html/search/variables_1.js index 4f59016..21148c9 100644 --- a/amrex-hydro/Doxygen/html/search/variables_1.js +++ b/amrex-hydro/Doxygen/html/search/variables_1.js @@ -1,95 +1,95 @@ var searchData= [ - ['a_15533',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a310e397f9861ad8f2c09e7e6b0023c8f',1,'amrex::HypreABecLap2::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad3c53ab64813b12ce11cfa8419d452c3',1,'amrex::HypreABecLap::A()']]], - ['a_15534',['a',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ac480727670bb025eb2c56a44281074d1',1,'amrex::amrex_Vec::a()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a4fd5b63c1e51beed0579d6d15ca1006e',1,'amrex::amrex_Mat::a()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af771c8008f6416c6155ae99f73c77362',1,'amrex::amrex_KSP::a()']]], - ['a_15535',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a84f23ccfc81e4068d4b59ff219dfdd17',1,'amrex::HypreNodeLap::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a4f7ec9016da8bda82d240ef488851938',1,'amrex::PETScABecLap::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a3094f9b4df6d8bc23577d00b40087587',1,'amrex::HypreABecLap3::A()']]], - ['abort_5fon_5fstream_5fretry_5ffailure_15536',['abort_on_stream_retry_failure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a98d00dad9a4ef2a681aaafdf2a59cb0b',1,'amrex::Amr']]], - ['abort_5fon_5funused_5finputs_15537',['abort_on_unused_inputs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a331ca3fb48cd543ebe283ea5b5f4f1e0',1,'amrex::system']]], - ['abortonretryfailure_15538',['abortOnRetryFailure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a9154d1ecaab301550b3114d253b7c0cf',1,'amrex::StreamRetry']]], - ['abs_5ftol_15539',['abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#afad6554d52e651fc45b533d34a96c135',1,'amrex::IntegratorBase']]], - ['acc_5fstream_15540',['acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#aafbf079c34c708eb6c38b72a05c77249',1,'amrex_acc_module']]], - ['acoefs_15541',['acoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1ab65d249a3254eb6540bedcc9ebf285',1,'amrex::Hypre::acoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0bdac13a79f515cc266c9babc14a7cc8',1,'amrex::PETScABecLap::acoefs()']]], - ['actual_5fn_5frcvs_15542',['actual_n_rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a0dc2ad0aabd8037f621c34347101d234',1,'amrex::PCData']]], - ['add_15543',['ADD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa10289ce78187f199681fabf1c9956399',1,'amrex::FabArrayBase::ADD()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7a6ddca7001a16a7ff26dc0c2c3910ae3a',1,'amrex::FluxRegister::ADD()']]], - ['afeps_15544',['afEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a157a97d6fc15b68f5f18710113d3329a',1,'amrex::AmrData']]], - ['agg_5fgrid_5fsize_15545',['agg_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac46e08d33dd242d0b6d79ae7db01b2c0',1,'amrex::LPInfo']]], - ['aggregate_15546',['aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a1dd8da9718af7532585529b16332b092',1,'amrex::Scan::detail::BlockStatus< T, false >']]], - ['align_5fsize_15547',['align_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a4b2f3b31e81e52426aef615cb2aaa7b7',1,'amrex::Arena']]], - ['all_15548',['ALL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6aa7f34dde2e3de7cf5daa245b61e9b329',1,'amrex::ParmParse']]], - ['all_5fmemnames_15549',['all_memnames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4c5a66e30e341fc78c3e29f260fb7904',1,'amrex::TinyProfiler']]], - ['all_5fmemstats_15550',['all_memstats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#adac60aa8448dcfb383a94e4f607dfc01',1,'amrex::TinyProfiler']]], - ['allboxes_15551',['AllBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a96650cf6d7f0f21d0f4b118ae897d008',1,'amrex::MFIter']]], - ['allcovered_15552',['allcovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a4743c337de07fcbcad184ec6242ad0e1',1,'amrex::EB2::GeometryShop::allcovered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad56ce2bf01da43520e270f2ae570f29a',1,'amrex::STLtools::allcovered()']]], - ['alloc_15553',['alloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a826adbd1c96b9aab9f1826b69a894459',1,'amrex::FabInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a61ae5fd154086ea2849fe236e1dce794',1,'amrex::MFInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#ac36d589efc67807c91dadd18b01ad39d',1,'amrex::FabArray::ShMem::alloc()']]], - ['alloc_5fsingle_5fchunk_15554',['alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a9c2c1c22be713eb697b304968e90eff5',1,'amrex::MFInfo']]], - ['alloc_5fstream_15555',['alloc_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< Real >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< PetscInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< HYPRE_Int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< EBCellFlag >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< char >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< AtomicInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'amrex::BaseFab::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< int >::alloc_stream()']]], - ['allow_5fmultiple_5fmfiters_15556',['allow_multiple_mfiters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab2fc387b6146040c8efcef278b258f78',1,'amrex::MFIter']]], - ['allowsparsewrites_15557',['allowSparseWrites',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad6b2c32f84c4e530a473eab6ffd666f2',1,'amrex::VisMF']]], - ['allprocs_15558',['AllProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ac54860bd8ad68a5551e588ff8e01aa3b',1,'amrex::Print::AllProcs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0067feaedbdfba6996f079b3b44162cc',1,'amrex::PrintToFile::AllProcs()']]], - ['allregular_15559',['allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad0c200b86624e027898eca991f5ded1c',1,'amrex::EB2::GeometryShop::allregular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a071a8fb28babb5af263c2aa74a0d979b',1,'amrex::STLtools::allregular()']]], - ['almostone_15560',['almostone',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#af026ac788ba341757f682018261b97ea',1,'amrex::nodelap_detail']]], - ['almostzero_15561',['almostzero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a92ac78510ed74b78c4c22749ba236cc7',1,'amrex::nodelap_detail']]], - ['alpha_15562',['alpha',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html#a017e3af95c08cb7c803eb4717bc2da14',1,'amrex::algoim::Interval']]], - ['always_5fuse_5fbnorm_15563',['always_use_bnorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a70c37d5b04706685f45cb22ded40c8d7',1,'amrex::MLMGT']]], - ['amr1qtrtime_15564',['Amr1QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa26c31c2a7f0ffe418eca566dd60dcf9a',1,'amrex::AmrLevel']]], - ['amr3qtrtime_15565',['Amr3QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aae97e640066fc5c0776f300447bec0517',1,'amrex::AmrLevel']]], - ['amr_5flevel_15566',['amr_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a48ea3d37aac2f07a6488cb599f45fc8b',1,'amrex::Amr']]], - ['amrcore_15567',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb1b359f54a282d950166418754b6749',1,'amrex::AmrParGDB']]], - ['amrdata_15568',['amrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4dccda9d17c5bef5bd00585d8ab7f993',1,'amrex::DataServices']]], - ['amrex_5fbc_5fbogus_15569',['amrex_bc_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ab480fd31227317f2aa8691adfece03ae',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fext_5fdir_15570',['amrex_bc_ext_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a07483ec0c0dfe550ae285951efd6e408',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fext_5fdir_5fcc_15571',['amrex_bc_ext_dir_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a76a68630423608a157801aa21291f71d',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5ffoextrap_15572',['amrex_bc_foextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a8bd6c0b90bfafbb918a126727059f29e',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fhoextrap_15573',['amrex_bc_hoextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a23db950272f0f85aabf73bc7f1f94a29',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fhoextrapcc_15574',['amrex_bc_hoextrapcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aee2a7cc451466fa5382312cbf6e1c04b',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fint_5fdir_15575',['amrex_bc_int_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a70348aca0dbf822f95df30fdd5468f74',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5freflect_5feven_15576',['amrex_bc_reflect_even',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ae3a46fb20c0cec23f4592ca246719707',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5freflect_5fodd_15577',['amrex_bc_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a69e53421456fb8b53c4ff4ec9173026b',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fuser_5f1_15578',['amrex_bc_user_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a20bfec4cecd51e1c95967ecb1be2eff4',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fuser_5f2_15579',['amrex_bc_user_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ac1c3de7d685d0c5cc937edf5f33b710e',1,'amrex_bc_types_module']]], - ['amrex_5fbc_5fuser_5f3_15580',['amrex_bc_user_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9134a7214942f29edbd3d922b77d434a',1,'amrex_bc_types_module']]], - ['amrex_5fc_5fnull_5fchar_5farray_15581',['amrex_c_null_char_array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a624a8f56ebfb3afaeb6658ef1c343616',1,'amrex_string_module']]], - ['amrex_5flo_5fbogus_15582',['amrex_lo_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fdirichlet_15583',['amrex_lo_dirichlet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5finflow_15584',['amrex_lo_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fmarshak_15585',['amrex_lo_marshak',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fneumann_15586',['amrex_lo_neumann',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fperiodic_15587',['amrex_lo_periodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5freflect_5fodd_15588',['amrex_lo_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247',1,'amrex_lo_bctypes_module']]], - ['amrex_5flo_5fsanchez_5fpomraning_15589',['amrex_lo_sanchez_pomraning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f',1,'amrex_lo_bctypes_module']]], - ['amrex_5flong_15590',['amrex_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c',1,'amrex_fort_module']]], - ['amrex_5fnamelist_15591',['amrex_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9e52abadec8dd79a05ddec212b4c41a1',1,'amrex_parmparse_module']]], - ['amrex_5fomp_5fsupport_15592',['amrex_omp_support',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a549c4da3223be6be1f6201ef4eded2c8',1,'amrex_omp_module']]], - ['amrex_5fparticle_5freal_15593',['amrex_particle_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520',1,'amrex_fort_module']]], - ['amrex_5fpbc_5finflow_15594',['amrex_pbc_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ade989dc9f20d0b81c97c5187ed29b33e',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5finterior_15595',['amrex_pbc_interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a336381129e79b6664787523cb2e99b83',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fnoslipwall_15596',['amrex_pbc_noslipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aed35f74c3ace336435a6e50824180d97',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5foutflow_15597',['amrex_pbc_outflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a7ba375a05c6cba2e45547f1ac3c4cdd3',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fslipwall_15598',['amrex_pbc_slipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9ae2283563f4728746b18faad04f94be',1,'amrex_bc_types_module']]], - ['amrex_5fpbc_5fsymmetry_15599',['amrex_pbc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9d2b71633a4a976a151e486636ad5e32',1,'amrex_bc_types_module']]], - ['amrex_5freal_15600',['amrex_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6',1,'amrex_fort_module::amrex_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a857950373cee003a6d5ead3236e70584',1,'sdcquadrature_mod::amrex_real()']]], - ['amrex_5freal_5fsize_15601',['amrex_real_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791',1,'amrex_fort_module']]], - ['amrex_5fspacedim_15602',['amrex_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004',1,'amrex_fort_module']]], - ['amrhalftime_15603',['AmrHalfTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aabebff412ae8d5766104330cb143e91c9',1,'amrex::AmrLevel']]], - ['amrlev_15604',['amrlev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a68c9f3778780bf9f4b88f0a8cb3f34eb',1,'amrex::MLCGSolverT']]], - ['amrnewtime_15605',['AmrNewTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa9e86be887aaeac42a556e1f493337472',1,'amrex::AmrLevel']]], - ['amroldtime_15606',['AmrOldTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa42553bff8bf17dc01b76ff8e44f3d902',1,'amrex::AmrLevel']]], - ['amrothertime_15607',['AmrOtherTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aaae1e38c840ac8908874d6775a2d8506d',1,'amrex::AmrLevel']]], - ['animnegdir_15608',['ANIMNEGDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a437587b5e6651f42b8fce5f6a1e8f0e2',1,'amrex::Amrvis']]], - ['animposdir_15609',['ANIMPOSDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a399ca0b7cb31009e2c99bf20051b371a',1,'amrex::Amrvis']]], - ['arena_15610',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79cbe7313de5292d236958355ff878dd',1,'amrex::StateData::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a343c7c4fcab4a05e69b24156ea271ed2',1,'amrex::MFInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#afca3d5127ba5c2bb5cba6981a60a81ec',1,'amrex::FabInfo::arena()']]], - ['arena_5finfo_15611',['arena_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aeb2158ba443c9b23ba0d12bcf38a66e1',1,'amrex::Arena']]], - ['arkode_5ffast_5fmem_15612',['arkode_fast_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a60d68d6463ec02d752f7113f4a6ec2ec',1,'amrex::SundialsIntegrator']]], - ['arkode_5fmem_15613',['arkode_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5517e10d207516410fc8c47821199574',1,'amrex::SundialsIntegrator']]], - ['arr_15614',['arr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::Interval, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 4 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'Array1D< int, 0, N-1 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'amrex::Array2D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a8434ec94124e414497999f2bbf293ae0',1,'amrex::Array3D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'amrex::GpuArray::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::EB2::PolyTerm, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< bool, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const int *, NArrayInt >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const ParticleReal *, NArrayReal >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int *, NAI >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal *, NAR >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, nelems >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'amrex::Array1D::arr()']]], - ['ast_15615',['ast',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a0d09cecd3bd399d8e8527f093b722a9b',1,'amrex::amrex_iparser::ast()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#afc9a6bd1b3b65c88f2ff997308922b16',1,'amrex::amrex_parser::ast()']]], - ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_15616',['atomic_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a502210430a0780c1ee189758385a60',1,'amrex']]], - ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_15617',['atomic_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde',1,'amrex']]], - ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_15618',['atomic_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0',1,'amrex']]], - ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_15619',['atomic_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d',1,'amrex']]], - ['availabledeciders_15620',['availableDeciders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9ef9f0f0fd1029ffd3024da64c841c9a',1,'amrex::NFilesIter']]], - ['avgmem_15621',['avgmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#af46944491d4efca70face3a494959165',1,'amrex::MemStat']]], - ['avgmem_5favg_15622',['avgmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a294ace43655d2f9f98de17aa39ae94ed',1,'amrex::TinyProfiler::MemProcStats']]], - ['avgmem_5fmax_15623',['avgmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a84205dd6fc19fda21f2932003ee62a85',1,'amrex::TinyProfiler::MemProcStats']]], - ['avgmem_5fmin_15624',['avgmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad4b57ac73f4f081e9dd6a4cb04a7256d',1,'amrex::TinyProfiler::MemProcStats']]] + ['a_15610',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a310e397f9861ad8f2c09e7e6b0023c8f',1,'amrex::HypreABecLap2::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#ad3c53ab64813b12ce11cfa8419d452c3',1,'amrex::HypreABecLap::A()']]], + ['a_15611',['a',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Vec.html#ac480727670bb025eb2c56a44281074d1',1,'amrex::amrex_Vec::a()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__Mat.html#a4fd5b63c1e51beed0579d6d15ca1006e',1,'amrex::amrex_Mat::a()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__KSP.html#af771c8008f6416c6155ae99f73c77362',1,'amrex::amrex_KSP::a()']]], + ['a_15612',['A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a84f23ccfc81e4068d4b59ff219dfdd17',1,'amrex::HypreNodeLap::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a4f7ec9016da8bda82d240ef488851938',1,'amrex::PETScABecLap::A()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a3094f9b4df6d8bc23577d00b40087587',1,'amrex::HypreABecLap3::A()']]], + ['abort_5fon_5fstream_5fretry_5ffailure_15613',['abort_on_stream_retry_failure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a98d00dad9a4ef2a681aaafdf2a59cb0b',1,'amrex::Amr']]], + ['abort_5fon_5funused_5finputs_15614',['abort_on_unused_inputs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a331ca3fb48cd543ebe283ea5b5f4f1e0',1,'amrex::system']]], + ['abortonretryfailure_15615',['abortOnRetryFailure',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a9154d1ecaab301550b3114d253b7c0cf',1,'amrex::StreamRetry']]], + ['abs_5ftol_15616',['abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#afad6554d52e651fc45b533d34a96c135',1,'amrex::IntegratorBase']]], + ['acc_5fstream_15617',['acc_stream',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__acc__module.html#aafbf079c34c708eb6c38b72a05c77249',1,'amrex_acc_module']]], + ['acoefs_15618',['acoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a1ab65d249a3254eb6540bedcc9ebf285',1,'amrex::Hypre::acoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0bdac13a79f515cc266c9babc14a7cc8',1,'amrex::PETScABecLap::acoefs()']]], + ['actual_5fn_5frcvs_15619',['actual_n_rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a0dc2ad0aabd8037f621c34347101d234',1,'amrex::PCData']]], + ['add_15620',['ADD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa10289ce78187f199681fabf1c9956399',1,'amrex::FabArrayBase::ADD()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7a6ddca7001a16a7ff26dc0c2c3910ae3a',1,'amrex::FluxRegister::ADD()']]], + ['afeps_15621',['afEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a157a97d6fc15b68f5f18710113d3329a',1,'amrex::AmrData']]], + ['agg_5fgrid_5fsize_15622',['agg_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ac46e08d33dd242d0b6d79ae7db01b2c0',1,'amrex::LPInfo']]], + ['aggregate_15623',['aggregate',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a1dd8da9718af7532585529b16332b092',1,'amrex::Scan::detail::BlockStatus< T, false >']]], + ['align_5fsize_15624',['align_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#a4b2f3b31e81e52426aef615cb2aaa7b7',1,'amrex::Arena']]], + ['all_15625',['ALL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6aa7f34dde2e3de7cf5daa245b61e9b329',1,'amrex::ParmParse']]], + ['all_5fmemnames_15626',['all_memnames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4c5a66e30e341fc78c3e29f260fb7904',1,'amrex::TinyProfiler']]], + ['all_5fmemstats_15627',['all_memstats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#adac60aa8448dcfb383a94e4f607dfc01',1,'amrex::TinyProfiler']]], + ['allboxes_15628',['AllBoxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a96650cf6d7f0f21d0f4b118ae897d008',1,'amrex::MFIter']]], + ['allcovered_15629',['allcovered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a4743c337de07fcbcad184ec6242ad0e1',1,'amrex::EB2::GeometryShop::allcovered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad56ce2bf01da43520e270f2ae570f29a',1,'amrex::STLtools::allcovered()']]], + ['alloc_15630',['alloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#a826adbd1c96b9aab9f1826b69a894459',1,'amrex::FabInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a61ae5fd154086ea2849fe236e1dce794',1,'amrex::MFInfo::alloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#ac36d589efc67807c91dadd18b01ad39d',1,'amrex::FabArray::ShMem::alloc()']]], + ['alloc_5fsingle_5fchunk_15631',['alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a9c2c1c22be713eb697b304968e90eff5',1,'amrex::MFInfo']]], + ['alloc_5fstream_15632',['alloc_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< Real >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< PetscInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< HYPRE_Int >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< EBCellFlag >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< char >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< AtomicInt >::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'amrex::BaseFab::alloc_stream()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a0b228a35989fd32f481b43adfa43a2ec',1,'BaseFab< int >::alloc_stream()']]], + ['allow_5fmultiple_5fmfiters_15633',['allow_multiple_mfiters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ab2fc387b6146040c8efcef278b258f78',1,'amrex::MFIter']]], + ['allowsparsewrites_15634',['allowSparseWrites',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ad6b2c32f84c4e530a473eab6ffd666f2',1,'amrex::VisMF']]], + ['allprocs_15635',['AllProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#ac54860bd8ad68a5551e588ff8e01aa3b',1,'amrex::Print::AllProcs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a0067feaedbdfba6996f079b3b44162cc',1,'amrex::PrintToFile::AllProcs()']]], + ['allregular_15636',['allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#ad0c200b86624e027898eca991f5ded1c',1,'amrex::EB2::GeometryShop::allregular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a071a8fb28babb5af263c2aa74a0d979b',1,'amrex::STLtools::allregular()']]], + ['almostone_15637',['almostone',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#af026ac788ba341757f682018261b97ea',1,'amrex::nodelap_detail']]], + ['almostzero_15638',['almostzero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a92ac78510ed74b78c4c22749ba236cc7',1,'amrex::nodelap_detail']]], + ['alpha_15639',['alpha',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1Interval.html#a017e3af95c08cb7c803eb4717bc2da14',1,'amrex::algoim::Interval']]], + ['always_5fuse_5fbnorm_15640',['always_use_bnorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a70c37d5b04706685f45cb22ded40c8d7',1,'amrex::MLMGT']]], + ['amr1qtrtime_15641',['Amr1QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa26c31c2a7f0ffe418eca566dd60dcf9a',1,'amrex::AmrLevel']]], + ['amr3qtrtime_15642',['Amr3QtrTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aae97e640066fc5c0776f300447bec0517',1,'amrex::AmrLevel']]], + ['amr_5flevel_15643',['amr_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a48ea3d37aac2f07a6488cb599f45fc8b',1,'amrex::Amr']]], + ['amrcore_15644',['AmrCore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#abb1b359f54a282d950166418754b6749',1,'amrex::AmrParGDB']]], + ['amrdata_15645',['amrData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a4dccda9d17c5bef5bd00585d8ab7f993',1,'amrex::DataServices']]], + ['amrex_5fbc_5fbogus_15646',['amrex_bc_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ab480fd31227317f2aa8691adfece03ae',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fext_5fdir_15647',['amrex_bc_ext_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a07483ec0c0dfe550ae285951efd6e408',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fext_5fdir_5fcc_15648',['amrex_bc_ext_dir_cc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a76a68630423608a157801aa21291f71d',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5ffoextrap_15649',['amrex_bc_foextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a8bd6c0b90bfafbb918a126727059f29e',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fhoextrap_15650',['amrex_bc_hoextrap',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a23db950272f0f85aabf73bc7f1f94a29',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fhoextrapcc_15651',['amrex_bc_hoextrapcc',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aee2a7cc451466fa5382312cbf6e1c04b',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fint_5fdir_15652',['amrex_bc_int_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a70348aca0dbf822f95df30fdd5468f74',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5freflect_5feven_15653',['amrex_bc_reflect_even',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ae3a46fb20c0cec23f4592ca246719707',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5freflect_5fodd_15654',['amrex_bc_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a69e53421456fb8b53c4ff4ec9173026b',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fuser_5f1_15655',['amrex_bc_user_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a20bfec4cecd51e1c95967ecb1be2eff4',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fuser_5f2_15656',['amrex_bc_user_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ac1c3de7d685d0c5cc937edf5f33b710e',1,'amrex_bc_types_module']]], + ['amrex_5fbc_5fuser_5f3_15657',['amrex_bc_user_3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9134a7214942f29edbd3d922b77d434a',1,'amrex_bc_types_module']]], + ['amrex_5fc_5fnull_5fchar_5farray_15658',['amrex_c_null_char_array',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__string__module.html#a624a8f56ebfb3afaeb6658ef1c343616',1,'amrex_string_module']]], + ['amrex_5flo_5fbogus_15659',['amrex_lo_bogus',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a118ae5f596ac220a65e83e0232a26291',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fdirichlet_15660',['amrex_lo_dirichlet',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#ae57c995809ba0ed96cd8666e01a1950e',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5finflow_15661',['amrex_lo_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a2a3913e1bdf84ec1e4ae0bf2b1468b15',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fmarshak_15662',['amrex_lo_marshak',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a561d8bd51bf23bc8b3cc34b0061e4375',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fneumann_15663',['amrex_lo_neumann',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a8ccfcd48862f934880fae54a1b361808',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fperiodic_15664',['amrex_lo_periodic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#a4784276d4f8804fc020fa185cb8f3e8c',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5freflect_5fodd_15665',['amrex_lo_reflect_odd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#af64f16e71c4cbd71d10e5e0f1c231247',1,'amrex_lo_bctypes_module']]], + ['amrex_5flo_5fsanchez_5fpomraning_15666',['amrex_lo_sanchez_pomraning',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__lo__bctypes__module.html#aace6b018ab12cf7950ce9fa43315264f',1,'amrex_lo_bctypes_module']]], + ['amrex_5flong_15667',['amrex_long',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a00a44d310e3117e581d8587e17ade07c',1,'amrex_fort_module']]], + ['amrex_5fnamelist_15668',['amrex_namelist',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__parmparse__module.html#a9e52abadec8dd79a05ddec212b4c41a1',1,'amrex_parmparse_module']]], + ['amrex_5fomp_5fsupport_15669',['amrex_omp_support',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__omp__module.html#a549c4da3223be6be1f6201ef4eded2c8',1,'amrex_omp_module']]], + ['amrex_5fparticle_5freal_15670',['amrex_particle_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#ab189c105508b7e268b363777b3ed9520',1,'amrex_fort_module']]], + ['amrex_5fpbc_5finflow_15671',['amrex_pbc_inflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#ade989dc9f20d0b81c97c5187ed29b33e',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5finterior_15672',['amrex_pbc_interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a336381129e79b6664787523cb2e99b83',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fnoslipwall_15673',['amrex_pbc_noslipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#aed35f74c3ace336435a6e50824180d97',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5foutflow_15674',['amrex_pbc_outflow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a7ba375a05c6cba2e45547f1ac3c4cdd3',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fslipwall_15675',['amrex_pbc_slipwall',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9ae2283563f4728746b18faad04f94be',1,'amrex_bc_types_module']]], + ['amrex_5fpbc_5fsymmetry_15676',['amrex_pbc_symmetry',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__bc__types__module.html#a9d2b71633a4a976a151e486636ad5e32',1,'amrex_bc_types_module']]], + ['amrex_5freal_15677',['amrex_real',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a5260d28cd030c98be364fd917195a6',1,'amrex_fort_module::amrex_real()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a857950373cee003a6d5ead3236e70584',1,'sdcquadrature_mod::amrex_real()']]], + ['amrex_5freal_5fsize_15678',['amrex_real_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3a784a0f6a33f782704766ad87d4b791',1,'amrex_fort_module']]], + ['amrex_5fspacedim_15679',['amrex_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a3e14daae142c150a3590f4db1a67f004',1,'amrex_fort_module']]], + ['amrhalftime_15680',['AmrHalfTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aabebff412ae8d5766104330cb143e91c9',1,'amrex::AmrLevel']]], + ['amrlev_15681',['amrlev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a68c9f3778780bf9f4b88f0a8cb3f34eb',1,'amrex::MLCGSolverT']]], + ['amrnewtime_15682',['AmrNewTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa9e86be887aaeac42a556e1f493337472',1,'amrex::AmrLevel']]], + ['amroldtime_15683',['AmrOldTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aa42553bff8bf17dc01b76ff8e44f3d902',1,'amrex::AmrLevel']]], + ['amrothertime_15684',['AmrOtherTime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a83fa691ff414eb69f75eb6ae1f61b33aaae1e38c840ac8908874d6775a2d8506d',1,'amrex::AmrLevel']]], + ['animnegdir_15685',['ANIMNEGDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a437587b5e6651f42b8fce5f6a1e8f0e2',1,'amrex::Amrvis']]], + ['animposdir_15686',['ANIMPOSDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a599af4a9a7801ab18cba2c51f52a5120a399ca0b7cb31009e2c99bf20051b371a',1,'amrex::Amrvis']]], + ['arena_15687',['arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a79cbe7313de5292d236958355ff878dd',1,'amrex::StateData::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#a343c7c4fcab4a05e69b24156ea271ed2',1,'amrex::MFInfo::arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#afca3d5127ba5c2bb5cba6981a60a81ec',1,'amrex::FabInfo::arena()']]], + ['arena_5finfo_15688',['arena_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#aeb2158ba443c9b23ba0d12bcf38a66e1',1,'amrex::Arena']]], + ['arkode_5ffast_5fmem_15689',['arkode_fast_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a60d68d6463ec02d752f7113f4a6ec2ec',1,'amrex::SundialsIntegrator']]], + ['arkode_5fmem_15690',['arkode_mem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5517e10d207516410fc8c47821199574',1,'amrex::SundialsIntegrator']]], + ['arr_15691',['arr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::Interval, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 4 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'Array1D< int, 0, N-1 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'amrex::Array2D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array2D.html#ad663a1d8bd1165b26303ff63b0cfafbe',1,'Array2D< T, 0, N-1, 0, N-1, amrex::Order::C >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array3D.html#a8434ec94124e414497999f2bbf293ae0',1,'amrex::Array3D::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'amrex::GpuArray::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::algoim::QuadratureRule::Node, 256 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< amrex::EB2::PolyTerm, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< bool, N >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const int *, NArrayInt >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< const ParticleReal *, NArrayReal >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int *, NAI >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< int, AMREX_GPU_MAX_STREAMS >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal *, NAR >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< ParticleReal, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, 3 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, AMREX_SPACEDIM >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real, nelems >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuArray.html#ab2d250b3a7efdbbf597bd50a771f3e3c',1,'GpuArray< Real,(M+2) *(M+1)/2 >::arr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array1D.html#a3fbb7068c4f65f7830c903a57e3df5a7',1,'amrex::Array1D::arr()']]], + ['ast_15692',['ast',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a0d09cecd3bd399d8e8527f093b722a9b',1,'amrex::amrex_iparser::ast()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#afc9a6bd1b3b65c88f2ff997308922b16',1,'amrex::amrex_parser::ast()']]], + ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_15693',['atomic_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9a502210430a0780c1ee189758385a60',1,'amrex']]], + ['atomic_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_15694',['atomic_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a05893af4b8f7c472a5f0d5afe9fddcde',1,'amrex']]], + ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_15695',['atomic_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aaff9d22bb4535133682d1608e85655e0',1,'amrex']]], + ['atomic_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_15696',['atomic_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adc54dbf8448fdb9207beb1761e07b80d',1,'amrex']]], + ['availabledeciders_15697',['availableDeciders',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a9ef9f0f0fd1029ffd3024da64c841c9a',1,'amrex::NFilesIter']]], + ['avgmem_15698',['avgmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#af46944491d4efca70face3a494959165',1,'amrex::MemStat']]], + ['avgmem_5favg_15699',['avgmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a294ace43655d2f9f98de17aa39ae94ed',1,'amrex::TinyProfiler::MemProcStats']]], + ['avgmem_5fmax_15700',['avgmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a84205dd6fc19fda21f2932003ee62a85',1,'amrex::TinyProfiler::MemProcStats']]], + ['avgmem_5fmin_15701',['avgmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad4b57ac73f4f081e9dd6a4cb04a7256d',1,'amrex::TinyProfiler::MemProcStats']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_10.js b/amrex-hydro/Doxygen/html/search/variables_10.js index bfc3509..78163ee 100644 --- a/amrex-hydro/Doxygen/html/search/variables_10.js +++ b/amrex-hydro/Doxygen/html/search/variables_10.js @@ -1,168 +1,168 @@ var searchData= [ - ['p_17502',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'amrex::Array4']]], - ['p_17503',['P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#adde2e79c224bebd89be90830c87b7a74',1,'amrex::openbc']]], - ['p_17504',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add6764a664666a9bdb4065f20184514e',1,'amrex_parmparse_module::amrex_parmparse::p()'],['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a654bfbbb8f0f4b2b5d6d53caa1ea41bb',1,'VoidCopyTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a3769fec569be6c2c4379be5bdd1329b6',1,'amrex::VectorTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#afc8bd190f06737a0bb3dbc412cb74d0c',1,'amrex::Table4D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#abb854fca4c9b2a1dd92ef8fee112ec2e',1,'amrex::Table3D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'Table2D< RT >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'amrex::Table2D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb3e8d430cfc35fd36cca7b37d5d6287',1,'amrex::Table1D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a07854fea58e09b2b7f36b91fcd1dccf1',1,'amrex::algoim::ImplicitIntegral::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#aa2bef3d69fa1dc344b5208eb2f9a0b55',1,'amrex::CellData::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#ada7886c1e10a1d5cad5e474ae00780d3',1,'amrex::EB2::DevicePtrIF::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< Real const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 >::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a03b47153d92f2161819588e4b4636ad4',1,'amrex::BoxCommHelper::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 const >::p()']]], - ['p_5ffree_17505',['p_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#aec4b2ef24cb808ce41a6067c15dc7bb0',1,'amrex::amrex_iparser::p_free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a9f312ddc4d9aa46a1bf3856152d01b16',1,'amrex::amrex_parser::p_free()']]], - ['p_5froot_17506',['p_root',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#ab62b0f05797a0f39cb963df68dd96ed0',1,'amrex::amrex_iparser::p_root()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a45522f4f5f94f1bb374baddefd0a9530',1,'amrex::amrex_parser::p_root()']]], - ['padding_17507',['padding',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a2d2798fec48b3b9a90476859dd39cf16',1,'amrex::parser_f2::padding()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a8ef1e0a0d45c614776931b35f889cabb',1,'amrex::parser_node::padding()']]], - ['padding1_17508',['padding1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a56862a7eca53a21d4305af60bef4f4f6',1,'amrex::parser_f1']]], - ['padding2_17509',['padding2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ad5a6ff263c0be5ef4b852855f25ae374',1,'amrex::parser_f1::padding2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a442ba0b8c233cb21caf93f28f62ab8f3',1,'amrex::parser_node::padding2()']]], - ['paletteview_17510',['PALETTEVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af36e4dddbedd3f163d912e08b187ae0f',1,'amrex::Amrvis']]], - ['parent_17511',['parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aeb2c20016c60209d0bc5112f262957c2',1,'amrex::AmrLevel::parent()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a82ebfa634d9c07052140242ec82559e5',1,'distribution_t::parent()']]], - ['parser_5fabs_17512',['PARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab',1,'amrex']]], - ['parser_5facos_17513',['PARSER_ACOS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321',1,'amrex']]], - ['parser_5facosh_17514',['PARSER_ACOSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167',1,'amrex']]], - ['parser_5fadd_17515',['PARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f',1,'amrex']]], - ['parser_5fand_17516',['PARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57',1,'amrex']]], - ['parser_5fasin_17517',['PARSER_ASIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67',1,'amrex']]], - ['parser_5fasinh_17518',['PARSER_ASINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83',1,'amrex']]], - ['parser_5fassign_17519',['PARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c',1,'amrex']]], - ['parser_5fatan_17520',['PARSER_ATAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac',1,'amrex']]], - ['parser_5fatan2_17521',['PARSER_ATAN2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7',1,'amrex']]], - ['parser_5fatanh_17522',['PARSER_ATANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed',1,'amrex']]], - ['parser_5fceil_17523',['PARSER_CEIL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5',1,'amrex']]], - ['parser_5fcomp_5fellint_5f1_17524',['PARSER_COMP_ELLINT_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5',1,'amrex']]], - ['parser_5fcomp_5fellint_5f2_17525',['PARSER_COMP_ELLINT_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e',1,'amrex']]], - ['parser_5fcos_17526',['PARSER_COS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e',1,'amrex']]], - ['parser_5fcosh_17527',['PARSER_COSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0',1,'amrex']]], - ['parser_5fdiv_17528',['PARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2',1,'amrex']]], - ['parser_5feq_17529',['PARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954',1,'amrex']]], - ['parser_5ferf_17530',['PARSER_ERF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51',1,'amrex']]], - ['parser_5fexe_5fadd_17531',['PARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4',1,'amrex']]], - ['parser_5fexe_5fadd_5fpn_17532',['PARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d',1,'amrex']]], - ['parser_5fexe_5fadd_5fpp_17533',['PARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa',1,'amrex']]], - ['parser_5fexe_5fadd_5fvn_17534',['PARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764',1,'amrex']]], - ['parser_5fexe_5fadd_5fvp_17535',['PARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b',1,'amrex']]], - ['parser_5fexe_5fdiv_5fb_17536',['PARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845',1,'amrex']]], - ['parser_5fexe_5fdiv_5ff_17537',['PARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08',1,'amrex']]], - ['parser_5fexe_5fdiv_5fpn_17538',['PARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574',1,'amrex']]], - ['parser_5fexe_5fdiv_5fpp_17539',['PARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb',1,'amrex']]], - ['parser_5fexe_5fdiv_5fvn_17540',['PARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86',1,'amrex']]], - ['parser_5fexe_5fdiv_5fvp_17541',['PARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d',1,'amrex']]], - ['parser_5fexe_5ff1_17542',['PARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b',1,'amrex']]], - ['parser_5fexe_5ff2_5fb_17543',['PARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377',1,'amrex']]], - ['parser_5fexe_5ff2_5ff_17544',['PARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9',1,'amrex']]], - ['parser_5fexe_5fif_17545',['PARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1',1,'amrex']]], - ['parser_5fexe_5fjump_17546',['PARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe',1,'amrex']]], - ['parser_5fexe_5fmul_17547',['PARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613',1,'amrex']]], - ['parser_5fexe_5fmul_5fpn_17548',['PARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426',1,'amrex']]], - ['parser_5fexe_5fmul_5fpp_17549',['PARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23',1,'amrex']]], - ['parser_5fexe_5fmul_5fvn_17550',['PARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253',1,'amrex']]], - ['parser_5fexe_5fmul_5fvp_17551',['PARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d',1,'amrex']]], - ['parser_5fexe_5fnull_17552',['PARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f',1,'amrex']]], - ['parser_5fexe_5fnumber_17553',['PARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301',1,'amrex']]], - ['parser_5fexe_5fpowi_17554',['PARSER_EXE_POWI',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a',1,'amrex']]], - ['parser_5fexe_5fsquare_17555',['PARSER_EXE_SQUARE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee',1,'amrex']]], - ['parser_5fexe_5fsub_5fb_17556',['PARSER_EXE_SUB_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256',1,'amrex']]], - ['parser_5fexe_5fsub_5ff_17557',['PARSER_EXE_SUB_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff',1,'amrex']]], - ['parser_5fexe_5fsub_5fpn_17558',['PARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8',1,'amrex']]], - ['parser_5fexe_5fsub_5fpp_17559',['PARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678',1,'amrex']]], - ['parser_5fexe_5fsub_5fvn_17560',['PARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce',1,'amrex']]], - ['parser_5fexe_5fsub_5fvp_17561',['PARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d',1,'amrex']]], - ['parser_5fexe_5fsymbol_17562',['PARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d',1,'amrex']]], - ['parser_5fexp_17563',['PARSER_EXP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c',1,'amrex']]], - ['parser_5ff1_17564',['PARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649',1,'amrex']]], - ['parser_5ff1_5fs_17565',['parser_f1_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369',1,'amrex']]], - ['parser_5ff2_17566',['PARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad',1,'amrex']]], - ['parser_5ff2_5fs_17567',['parser_f2_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f',1,'amrex']]], - ['parser_5ff3_17568',['PARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248',1,'amrex']]], - ['parser_5ff3_5fs_17569',['parser_f3_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d',1,'amrex']]], - ['parser_5ffloor_17570',['PARSER_FLOOR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d',1,'amrex']]], - ['parser_5ffmod_17571',['PARSER_FMOD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8',1,'amrex']]], - ['parser_5fgeq_17572',['PARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461',1,'amrex']]], - ['parser_5fgt_17573',['PARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b',1,'amrex']]], - ['parser_5fheaviside_17574',['PARSER_HEAVISIDE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644',1,'amrex']]], - ['parser_5fif_17575',['PARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836',1,'amrex']]], - ['parser_5fjn_17576',['PARSER_JN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a',1,'amrex']]], - ['parser_5fleq_17577',['PARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77',1,'amrex']]], - ['parser_5flist_17578',['PARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7',1,'amrex']]], - ['parser_5flog_17579',['PARSER_LOG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6',1,'amrex']]], - ['parser_5flog10_17580',['PARSER_LOG10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0',1,'amrex']]], - ['parser_5flt_17581',['PARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752',1,'amrex']]], - ['parser_5fmax_17582',['PARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35',1,'amrex']]], - ['parser_5fmin_17583',['PARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155',1,'amrex']]], - ['parser_5fmul_17584',['PARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7',1,'amrex']]], - ['parser_5fneq_17585',['PARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194',1,'amrex']]], - ['parser_5fnode_5fs_17586',['parser_node_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab',1,'amrex']]], - ['parser_5fnumber_17587',['PARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64',1,'amrex']]], - ['parser_5for_17588',['PARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224',1,'amrex']]], - ['parser_5fpow_17589',['PARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399',1,'amrex']]], - ['parser_5fsin_17590',['PARSER_SIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242',1,'amrex']]], - ['parser_5fsinh_17591',['PARSER_SINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2',1,'amrex']]], - ['parser_5fsqrt_17592',['PARSER_SQRT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511',1,'amrex']]], - ['parser_5fsub_17593',['PARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8',1,'amrex']]], - ['parser_5fsymbol_17594',['PARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18',1,'amrex']]], - ['parser_5ftan_17595',['PARSER_TAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea',1,'amrex']]], - ['parser_5ftanh_17596',['PARSER_TANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee',1,'amrex']]], - ['parserprefix_17597',['ParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4e18537921b1737edf7819d2a3b51f90',1,'amrex::ParmParse']]], - ['particle_5fsize_17598',['particle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'amrex::ParticleContainer_impl::particle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particle_size()']]], - ['particlerealdescriptor_17599',['ParticleRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'amrex::ParticleContainer_impl::ParticleRealDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleRealDescriptor()']]], - ['pc_5finterp_17600',['pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa',1,'amrex']]], - ['pcd_17601',['pcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< TagBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< IArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< FArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::Mask >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::EBCellFlagFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::CutFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< PetscInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'amrex::FabArray::pcd()']]], - ['pdata_5fsize_17602',['pdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a94f1d1574b0fb4f340d088480ee5fbc1',1,'amrex::NeighborParticleContainer']]], - ['period_17603',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ace8592786e8de8bb2dc6ac31716adc7e',1,'amrex::Periodicity::period()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#ad76559fb8c453075eeb9fa02032160b3',1,'process_topology_t::period()']]], - ['periodic_5fshift_17604',['periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#af6a0f9df0a06e03eeb147712461332e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a660708553dcc4fa4762baa42ed5d2b61',1,'amrex::NeighborParticleContainer::NeighborTask::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#ae5f702cff0dcc8b8dc04038691330e0a',1,'amrex::NeighborCode::periodic_shift()']]], - ['permutation_17605',['permutation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a874f4d4d95984b6d53a10e76a5a7d27a',1,'amrex::NonLocalBC::MultiBlockIndexMapping']]], - ['persistentifstreams_17606',['persistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#accf2e64d0fa423eb3c82df8c1189e908',1,'amrex::VisMF']]], - ['persistentstreams_17607',['persistentStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a176ee76d60863bf10f9b663c21c00a38',1,'CommProfStats::persistentStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa1be9f367de08974eeef5231d654d5ad',1,'RegionsProfStats::persistentStreams()']]], - ['phi_17608',['phi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a149f5f335aa384fea60572300241de10',1,'amrex::algoim::ImplicitIntegral']]], - ['physbnd_17609',['physbnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1',1,'amrex::Extrapolater']]], - ['pinmesh_17610',['pinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a3cf163ea993bb9ab3a642bb0b16e9d90',1,'amrex::InSituBridge']]], - ['pinmesh_17611',['PinMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#abe1c7c360d280567e6b307120f51a7ae',1,'amrex::AmrMeshDataAdaptor::InternalsType::PinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a18e4c53a74f5623786c5dadbe087f209',1,'amrex::AmrDataAdaptor::InternalsType::PinMesh()']]], - ['pinned_5frcv_5fbuffer_17612',['pinned_rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a57f27a8f270653d1a738490e32dffe4b',1,'amrex::NeighborParticleContainer']]], - ['pinned_5fsnd_5fbuffer_17613',['pinned_snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1f7704df7069ec0df0e84a649babf620',1,'amrex::NeighborParticleContainer']]], - ['plansmade_17614',['PlansMade',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aeb8a724d27d545ef62b8a17cf721ff8d',1,'hacc::Dfft']]], - ['plo_17615',['plo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aeb85700e02150d77688f2f48f87a0220',1,'amrex::GetParticleBin']]], - ['plot_5ffile_5froot_17616',['plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d91b6937dfb14b4b4777f640971b072',1,'amrex::Amr']]], - ['plot_5fint_17617',['plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e9bb15131c1b8431dc0336678e0b1ea',1,'amrex::Amr']]], - ['plot_5flog_5fper_17618',['plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac28ad84e2187c8094fe436eb5e5847d8',1,'amrex::Amr']]], - ['plot_5fmax_5flevel_17619',['plot_max_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2145c1f06e5f81146da1a6011139b560',1,'amrex::Amr']]], - ['plot_5fper_17620',['plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af097e0455a9da7e8e6a9dc131d1b96f2',1,'amrex::Amr']]], - ['plotfileversion_17621',['plotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5cb67cc4b9127391a42535788c43c49d',1,'amrex::AmrData']]], - ['plotvars_17622',['plotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abb37b63392fa96850b26d06e6b3f4be1',1,'amrex::AmrData']]], - ['point_17623',['Point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434ab4007993e9c944fbfd42096732e4b430',1,'amrex::StateDescriptor']]], - ['pointvaluerequest_17624',['PointValueRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af2edde48d8bc88db394583d8e3a01588',1,'amrex::DataServices']]], - ['pos_5fngbr_17625',['pos_ngbr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e',1,'amrex_ebcellflag_module']]], - ['pos_5fnumvofs_17626',['pos_numvofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a25435966072b5955673109be97617f89',1,'amrex::EBCellFlag::pos_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08',1,'amrex_ebcellflag_module::pos_numvofs()']]], - ['post_5ffast_5fstage_17627',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a115ec6a6570eb39b2342d5255be0b7aa',1,'amrex::SundialsUserData']]], - ['post_5ffast_5fstage_5faction_17628',['post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3898e71d3b76c181fe8826e3c1c8e23e',1,'amrex::IntegratorBase']]], - ['post_5ffast_5fstep_17629',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#aaa3a49f84edbfa7ed218d163afd66e21',1,'amrex::SundialsUserData']]], - ['post_5ffast_5fstep_5faction_17630',['post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a8a54ccfa6d203a9d2f8efe66130ae468',1,'amrex::IntegratorBase']]], - ['post_5fstage_17631',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a5e9dcabb348c811741090871b6c3783b',1,'amrex::SundialsUserData']]], - ['post_5fstage_5faction_17632',['post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad51e1ada5e5a2f2956bea509831a43e3',1,'amrex::IntegratorBase']]], - ['post_5fstep_17633',['post_step',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a1ce697e52c0b9947aa2425b4b8b592fb',1,'amrex::SundialsUserData']]], - ['post_5fstep_5faction_17634',['post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a5e6edee80e051ee491f30b7e2668cea1',1,'amrex::IntegratorBase']]], - ['post_5fstep_5fregrid_17635',['post_step_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ef7971fd5d7dd152886c202feb7d806',1,'amrex::AmrLevel']]], - ['powers_17636',['powers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#ad3d79d5eb417ba4996db8180e4590492',1,'amrex::EB2::PolyTerm']]], - ['previous_5ftime_5fstep_17637',['previous_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aea34558a8595abbdc1f9a5f3635fb4c2',1,'amrex::IntegratorBase']]], - ['print_5fthreshold_17638',['print_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4de3ee9387602dc09ef0f134c9826c13',1,'amrex::TinyProfiler']]], - ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_17639',['private_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad888998563a26e9b66682405b749228d',1,'amrex']]], - ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_17640',['private_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750',1,'amrex']]], - ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_17641',['private_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed',1,'amrex']]], - ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_17642',['private_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad',1,'amrex']]], - ['prob_5fdomain_17643',['prob_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#aee36e84e322a0ca0025338dcca8475d1',1,'amrex::GeometryData::prob_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af62cd34804aea5643a6fc2205495b7a2',1,'amrex::Geometry::prob_domain()']]], - ['probdomain_17644',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abaab22e72988e0a65438fde205822073',1,'CommProfStats::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a837415b3fb8f8b8f378228d94a2563df',1,'amrex::AmrData::probDomain()']]], - ['probhi_17645',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac34dc700ac457772b9fc634e2f80edd8',1,'amrex::AmrData']]], - ['probin_5ffile_17646',['probin_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a015dec6a04940644e63848d6afd6e7c8',1,'amrex::Amr']]], - ['problo_17647',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1e66e43e21552623a1e0c9fad7df4e46',1,'amrex::AmrData']]], - ['probsize_17648',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a05119789d1f20fa785068e24580129d5',1,'amrex::AmrData']]], - ['proc_17649',['proc',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#af96bd271a472d0e7707165da64ace399',1,'BLProfStats::BLPDataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aab47f1d42db988febeb4e2d0f2349f63',1,'RegionsProfStats::DataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac6b130e1f63c583e336a16928c533182',1,'CommProfStats::DataBlock::proc()']]], - ['proc_5fid_17650',['proc_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#af81d15d77bed1360192bf5510e8c1a5a',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['process_5ftopology_5f1_17651',['process_topology_1',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a2958e45305ae7bd3d1077348c2f30f1e',1,'distribution_t']]], - ['process_5ftopology_5f2_5fx_17652',['process_topology_2_x',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#af6a7bae9b4cb830d7c37076561f1417c',1,'distribution_t']]], - ['process_5ftopology_5f2_5fy_17653',['process_topology_2_y',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a00fcc37760762bee9052ff654398aaee',1,'distribution_t']]], - ['process_5ftopology_5f2_5fz_17654',['process_topology_2_z',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a48496ef186f85b7d82d83592b366c03f',1,'distribution_t']]], - ['process_5ftopology_5f3_17655',['process_topology_3',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ab7383f9179b519721f4dffdd185c055a',1,'distribution_t']]], - ['procthathasdata_17656',['procThatHasData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5ded8154e0acf04de6c1d60f985a7069',1,'amrex::FabArrayBase::FabComTag']]], - ['procthatneedsdata_17657',['procThatNeedsData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a6ad0d4aaa97b3aeba9ad7663cc974563',1,'amrex::FabArrayBase::FabComTag']]], - ['profdata_17658',['PROFDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae7fe174117a8bd8847e7530391fb5fdc',1,'amrex::Amrvis']]], - ['profiler_17659',['profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a79516a720db5a9b896b2d87c1287930e',1,'amrex::DataServices']]], - ['proj_17660',['proj',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#aca8782125cabf6d92e994f234ab7519b',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], - ['protected_5finterp_17661',['protected_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a021dc84969e65c184034f112eec3b887',1,'amrex']]], - ['proxfromrank_17662',['proxFromRank',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae110ab5fe019cb5431f8954c51355933',1,'CommProfStats']]], - ['psi_17663',['psi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ad7a1d13d438479b184c871b0dec86a66',1,'amrex::algoim::ImplicitIntegral']]], - ['psicount_17664',['psiCount',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a9352b5694ad95664dce6d6214668eb05',1,'amrex::algoim::ImplicitIntegral']]], - ['pstr_17665',['pstr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1215d1effdf6c549d4d06a61004880d',1,'amrex::VisMF::PersistentIFStream']]], - ['ptr_5fowner_17666',['ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< Real >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< PetscInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< HYPRE_Int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< EBCellFlag >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< char >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< AtomicInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'amrex::BaseFab::ptr_owner()']]] + ['p_17586',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'amrex::Array4']]], + ['p_17587',['P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#adde2e79c224bebd89be90830c87b7a74',1,'amrex::openbc']]], + ['p_17588',['p',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#add6764a664666a9bdb4065f20184514e',1,'amrex_parmparse_module::amrex_parmparse::p()'],['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a654bfbbb8f0f4b2b5d6d53caa1ea41bb',1,'VoidCopyTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a3769fec569be6c2c4379be5bdd1329b6',1,'amrex::VectorTag::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#afc8bd190f06737a0bb3dbc412cb74d0c',1,'amrex::Table4D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#abb854fca4c9b2a1dd92ef8fee112ec2e',1,'amrex::Table3D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'Table2D< RT >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac3751b8cb916e275afb6c3173ada2c0d',1,'amrex::Table2D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#aeb3e8d430cfc35fd36cca7b37d5d6287',1,'amrex::Table1D::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a07854fea58e09b2b7f36b91fcd1dccf1',1,'amrex::algoim::ImplicitIntegral::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#aa2bef3d69fa1dc344b5208eb2f9a0b55',1,'amrex::CellData::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DevicePtrIF.html#ada7886c1e10a1d5cad5e474ae00780d3',1,'amrex::EB2::DevicePtrIF::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< int const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< Real const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 >::p()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#a03b47153d92f2161819588e4b4636ad4',1,'amrex::BoxCommHelper::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T const >::p()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8',1,'Array4< T0 const >::p()']]], + ['p_5ffree_17589',['p_free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#aec4b2ef24cb808ce41a6067c15dc7bb0',1,'amrex::amrex_iparser::p_free()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a9f312ddc4d9aa46a1bf3856152d01b16',1,'amrex::amrex_parser::p_free()']]], + ['p_5froot_17590',['p_root',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#ab62b0f05797a0f39cb963df68dd96ed0',1,'amrex::amrex_iparser::p_root()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#a45522f4f5f94f1bb374baddefd0a9530',1,'amrex::amrex_parser::p_root()']]], + ['padding_17591',['padding',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a2d2798fec48b3b9a90476859dd39cf16',1,'amrex::parser_f2::padding()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a8ef1e0a0d45c614776931b35f889cabb',1,'amrex::parser_node::padding()']]], + ['padding1_17592',['padding1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a56862a7eca53a21d4305af60bef4f4f6',1,'amrex::parser_f1']]], + ['padding2_17593',['padding2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ad5a6ff263c0be5ef4b852855f25ae374',1,'amrex::parser_f1::padding2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a442ba0b8c233cb21caf93f28f62ab8f3',1,'amrex::parser_node::padding2()']]], + ['paletteview_17594',['PALETTEVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af36e4dddbedd3f163d912e08b187ae0f',1,'amrex::Amrvis']]], + ['parent_17595',['parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aeb2c20016c60209d0bc5112f262957c2',1,'amrex::AmrLevel::parent()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a82ebfa634d9c07052140242ec82559e5',1,'distribution_t::parent()']]], + ['parser_5fabs_17596',['PARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ae01afc57c89c498c5363a6be1fd64eab',1,'amrex']]], + ['parser_5facos_17597',['PARSER_ACOS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a4bb2d123de0d48093170da3df9163321',1,'amrex']]], + ['parser_5facosh_17598',['PARSER_ACOSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af07f7cbfe5ca616030f0f25c9a7bf167',1,'amrex']]], + ['parser_5fadd_17599',['PARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aaddab969e826ae0bac16443c30c2705f',1,'amrex']]], + ['parser_5fand_17600',['PARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca2d8f7fc88d138e332180438e1171ee57',1,'amrex']]], + ['parser_5fasin_17601',['PARSER_ASIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589ab1139ce456ce4f10e58ddb98628a9e67',1,'amrex']]], + ['parser_5fasinh_17602',['PARSER_ASINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0168c8658e4afe3e386ce0bfe8a3fc83',1,'amrex']]], + ['parser_5fassign_17603',['PARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ac0862fc2f508fb56ae7cae7fc86a282c',1,'amrex']]], + ['parser_5fatan_17604',['PARSER_ATAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589adcff340768238477e235ec55d511e0ac',1,'amrex']]], + ['parser_5fatan2_17605',['PARSER_ATAN2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4426cecc68dbdc158b088f0cebfb79a7',1,'amrex']]], + ['parser_5fatanh_17606',['PARSER_ATANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a54156fc39786dde748a8721d4a9ed0ed',1,'amrex']]], + ['parser_5fceil_17607',['PARSER_CEIL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589abacc88377d1f207fe9d1aab1cdfbbaa5',1,'amrex']]], + ['parser_5fcomp_5fellint_5f1_17608',['PARSER_COMP_ELLINT_1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a396843df4fbe8fdc7fb395e61f7fcbf5',1,'amrex']]], + ['parser_5fcomp_5fellint_5f2_17609',['PARSER_COMP_ELLINT_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a43db7cb27778d6ef769014bcf7d9825e',1,'amrex']]], + ['parser_5fcos_17610',['PARSER_COS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a146c14c8d7badfe1adbfa704245f686e',1,'amrex']]], + ['parser_5fcosh_17611',['PARSER_COSH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a1c44c6c982e5f5394b02f66a59cbcbf0',1,'amrex']]], + ['parser_5fdiv_17612',['PARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883aa5ff06ac4391a65f278df5a954d5a6d2',1,'amrex']]], + ['parser_5feq_17613',['PARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcae7a9987ba06f3e22647b6455a894d954',1,'amrex']]], + ['parser_5ferf_17614',['PARSER_ERF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589aaad8c105aa532b69897d9ac0f1d37b51',1,'amrex']]], + ['parser_5fexe_5fadd_17615',['PARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a65accef83deb826771cbd9976c4598b4',1,'amrex']]], + ['parser_5fexe_5fadd_5fpn_17616',['PARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9bf6fa5b900a096eaace0643ea2fc87d',1,'amrex']]], + ['parser_5fexe_5fadd_5fpp_17617',['PARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aad4ecfa4d8942ee7bc7ce33e479f0aaa',1,'amrex']]], + ['parser_5fexe_5fadd_5fvn_17618',['PARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a1044c34c6cf2464a5a7d3915828db764',1,'amrex']]], + ['parser_5fexe_5fadd_5fvp_17619',['PARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7effc6143ed862d060081e1273d2c05b',1,'amrex']]], + ['parser_5fexe_5fdiv_5fb_17620',['PARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a467c9f3fa7bc494399821d9327b05845',1,'amrex']]], + ['parser_5fexe_5fdiv_5ff_17621',['PARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad3a5a5721de497d1bc95f49759f05a08',1,'amrex']]], + ['parser_5fexe_5fdiv_5fpn_17622',['PARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a7d3c18b2badf37a3f1e58f6a94ccd574',1,'amrex']]], + ['parser_5fexe_5fdiv_5fpp_17623',['PARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49af6f81328f5f2e9f06525dd7151a713eb',1,'amrex']]], + ['parser_5fexe_5fdiv_5fvn_17624',['PARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a49fbd97b6c92be61a039dcf485b7ef86',1,'amrex']]], + ['parser_5fexe_5fdiv_5fvp_17625',['PARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8298a287437468a3ae7cdebb845082d',1,'amrex']]], + ['parser_5fexe_5ff1_17626',['PARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad2a0a201913529696e77ea9584318f7b',1,'amrex']]], + ['parser_5fexe_5ff2_5fb_17627',['PARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a4f416e08f560a5ada8f89594c011e377',1,'amrex']]], + ['parser_5fexe_5ff2_5ff_17628',['PARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a6206643ce6fe2a5b52b05bf0075231b9',1,'amrex']]], + ['parser_5fexe_5fif_17629',['PARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ade505eeebd4b9a047f99dd00200376f1',1,'amrex']]], + ['parser_5fexe_5fjump_17630',['PARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aa72fde98c22155ba9b55510fec6f7afe',1,'amrex']]], + ['parser_5fexe_5fmul_17631',['PARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ac2d587754eccf536e1195395dd760613',1,'amrex']]], + ['parser_5fexe_5fmul_5fpn_17632',['PARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aba0e4205769e25aed168c5b5b7af3426',1,'amrex']]], + ['parser_5fexe_5fmul_5fpp_17633',['PARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a8c3987c7b9bf7be1eb47dc65fdd98d23',1,'amrex']]], + ['parser_5fexe_5fmul_5fvn_17634',['PARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9421625896cd614f365853bcfcec5253',1,'amrex']]], + ['parser_5fexe_5fmul_5fvp_17635',['PARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49aca265050303407847584f241e18cd70d',1,'amrex']]], + ['parser_5fexe_5fnull_17636',['PARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad164042843bc5d3219c38304422dda7f',1,'amrex']]], + ['parser_5fexe_5fnumber_17637',['PARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a2053b9047a2310dcbbaff624c5bd4301',1,'amrex']]], + ['parser_5fexe_5fpowi_17638',['PARSER_EXE_POWI',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a0d4daa650d2d51c5b0e9a48b41461e7a',1,'amrex']]], + ['parser_5fexe_5fsquare_17639',['PARSER_EXE_SQUARE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a5e517dacd4952e08078b4c01130a83ee',1,'amrex']]], + ['parser_5fexe_5fsub_5fb_17640',['PARSER_EXE_SUB_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ad128e6d075eb69fd93126e2e25a97256',1,'amrex']]], + ['parser_5fexe_5fsub_5ff_17641',['PARSER_EXE_SUB_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a58d8a1e2338a0136e6cdfd56c6cc3dff',1,'amrex']]], + ['parser_5fexe_5fsub_5fpn_17642',['PARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a9264353b9cb7c9e35c524a18fee311c8',1,'amrex']]], + ['parser_5fexe_5fsub_5fpp_17643',['PARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49ae8d143cd5deeffcc76ba9094cd848678',1,'amrex']]], + ['parser_5fexe_5fsub_5fvn_17644',['PARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a59525adc4ae7845b8340dd89993a63ce',1,'amrex']]], + ['parser_5fexe_5fsub_5fvp_17645',['PARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a014920eb1a3da47f76dc0006f292af4d',1,'amrex']]], + ['parser_5fexe_5fsymbol_17646',['PARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0f600e600176e6bc4444aaea08ca1c49a39f7549a4fd26261fcef5e6b3e8d939d',1,'amrex']]], + ['parser_5fexp_17647',['PARSER_EXP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a5659297c786f4248f15bf8990826f06c',1,'amrex']]], + ['parser_5ff1_17648',['PARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a67341a513537b8aa38737d076a142649',1,'amrex']]], + ['parser_5ff1_5fs_17649',['parser_f1_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeaf83c12cb19017e55b62be15d3f4369',1,'amrex']]], + ['parser_5ff2_17650',['PARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883af549bd0564bc7302b40b87b67b296aad',1,'amrex']]], + ['parser_5ff2_5fs_17651',['parser_f2_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae56e28f5753ecf0f394683c95ef2303f',1,'amrex']]], + ['parser_5ff3_17652',['PARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883addb390004a66cd17993db3c37d2ab248',1,'amrex']]], + ['parser_5ff3_5fs_17653',['parser_f3_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6ce73c7041e01915b29e6be148bad28d',1,'amrex']]], + ['parser_5ffloor_17654',['PARSER_FLOOR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af4ebc6b2c539f7e888d719bab325461d',1,'amrex']]], + ['parser_5ffmod_17655',['PARSER_FMOD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcac75e51f4689c58f1e203db343bf3fdd8',1,'amrex']]], + ['parser_5fgeq_17656',['PARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca627eafb93eb5cc55cc6f1bd716ee6461',1,'amrex']]], + ['parser_5fgt_17657',['PARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabbb10d89f09bab7d5aa1b256c361fe4b',1,'amrex']]], + ['parser_5fheaviside_17658',['PARSER_HEAVISIDE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcacb0b84f852fe36fbb6ffafd2455f9644',1,'amrex']]], + ['parser_5fif_17659',['PARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2a6ee79bf3b5c5b67de8ef46a663051ba8ecdd6c594b2624b8d56c95e2e48d836',1,'amrex']]], + ['parser_5fjn_17660',['PARSER_JN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcaace05cc3a245149a82643a976e7e139a',1,'amrex']]], + ['parser_5fleq_17661',['PARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca4d0e5b2b972b4bf0ffa84bb373ec9c77',1,'amrex']]], + ['parser_5flist_17662',['PARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a705f34196073afbdc27635fcf758a5b7',1,'amrex']]], + ['parser_5flog_17663',['PARSER_LOG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a6d472fc8669b810eccc4c8ccfaf4c1d6',1,'amrex']]], + ['parser_5flog10_17664',['PARSER_LOG10',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af1f083ccd600c4f36a89b024f39f62d0',1,'amrex']]], + ['parser_5flt_17665',['PARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca27a45d5e1783028fbc362d8e4f35d752',1,'amrex']]], + ['parser_5fmax_17666',['PARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcabc0c26e39e66ba16b2fa97b76c9dae35',1,'amrex']]], + ['parser_5fmin_17667',['PARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bcab15097a6b28d7658374164aa5eabf155',1,'amrex']]], + ['parser_5fmul_17668',['PARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a34b1051c3e736038efa50c56e966fac7',1,'amrex']]], + ['parser_5fneq_17669',['PARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3a1729e1b576ae7d414ae6ba76c3b194',1,'amrex']]], + ['parser_5fnode_5fs_17670',['parser_node_s',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a8c0892ef7e1f02a2857500ab15a932ab',1,'amrex']]], + ['parser_5fnumber_17671',['PARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883ae9fa1ed2645825d754693a50b5dbee64',1,'amrex']]], + ['parser_5for_17672',['PARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca3b65381fef1e4a480813955566ac6224',1,'amrex']]], + ['parser_5fpow_17673',['PARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0075507273391e5967b9d869daed98bca7b172eaccc69212b5526d8a1675b2399',1,'amrex']]], + ['parser_5fsin_17674',['PARSER_SIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a723f6e0a6ed9422b505ce4ea722a9242',1,'amrex']]], + ['parser_5fsinh_17675',['PARSER_SINH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589af9f5e87ccf73aa564cab896e5737f3f2',1,'amrex']]], + ['parser_5fsqrt_17676',['PARSER_SQRT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a3fb34ef0b3bf8980039c8b7938964511',1,'amrex']]], + ['parser_5fsub_17677',['PARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a5e96b8800b23a4312ab9ab355eedaac8',1,'amrex']]], + ['parser_5fsymbol_17678',['PARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad9039fea6c6d400df4ca8e5fef35b883a33139f0d7c11fb241cad32250195de18',1,'amrex']]], + ['parser_5ftan_17679',['PARSER_TAN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a45e9ea1f41504ce7c2d125cc59fa08ea',1,'amrex']]], + ['parser_5ftanh_17680',['PARSER_TANH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3a7f6659e1b5842a0322fcdd8ad89589a0e8b5d96d71e43edef0273b7e86277ee',1,'amrex']]], + ['parserprefix_17681',['ParserPrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a4e18537921b1737edf7819d2a3b51f90',1,'amrex::ParmParse']]], + ['particle_5fsize_17682',['particle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'amrex::ParticleContainer_impl::particle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad2bc38953d14a33e1d165372b1f8d3e4',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::particle_size()']]], + ['particlerealdescriptor_17683',['ParticleRealDescriptor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'amrex::ParticleContainer_impl::ParticleRealDescriptor()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1b57811f2abf751ac0228b4c5c43442c',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::ParticleRealDescriptor()']]], + ['pc_5finterp_17684',['pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac9a0604c88f7d92212acaf069617affa',1,'amrex']]], + ['pcd_17685',['pcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< AtomicInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< TagBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< IArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< FArrayBox >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::Mask >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::EBCellFlagFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::CutFab >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< PetscInt > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::pcd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4a22bada553ad3ff929d91be1b8bfc9f',1,'amrex::FabArray::pcd()']]], + ['pdata_5fsize_17686',['pdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a94f1d1574b0fb4f340d088480ee5fbc1',1,'amrex::NeighborParticleContainer']]], + ['period_17687',['period',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Periodicity.html#ace8592786e8de8bb2dc6ac31716adc7e',1,'amrex::Periodicity::period()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#ad76559fb8c453075eeb9fa02032160b3',1,'process_topology_t::period()']]], + ['periodic_5fshift_17688',['periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#af6a0f9df0a06e03eeb147712461332e7',1,'amrex::NeighborParticleContainer::NeighborCopyTag::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a660708553dcc4fa4762baa42ed5d2b61',1,'amrex::NeighborParticleContainer::NeighborTask::periodic_shift()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#ae5f702cff0dcc8b8dc04038691330e0a',1,'amrex::NeighborCode::periodic_shift()']]], + ['permutation_17689',['permutation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a874f4d4d95984b6d53a10e76a5a7d27a',1,'amrex::NonLocalBC::MultiBlockIndexMapping']]], + ['persistentifstreams_17690',['persistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#accf2e64d0fa423eb3c82df8c1189e908',1,'amrex::VisMF']]], + ['persistentstreams_17691',['persistentStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a176ee76d60863bf10f9b663c21c00a38',1,'CommProfStats::persistentStreams()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa1be9f367de08974eeef5231d654d5ad',1,'RegionsProfStats::persistentStreams()']]], + ['phi_17692',['phi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a149f5f335aa384fea60572300241de10',1,'amrex::algoim::ImplicitIntegral']]], + ['physbnd_17693',['physbnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a38f2083124f56b276e74ec1112306ed1',1,'amrex::Extrapolater']]], + ['pinmesh_17694',['PinMesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#abe1c7c360d280567e6b307120f51a7ae',1,'amrex::AmrMeshDataAdaptor::InternalsType::PinMesh()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a18e4c53a74f5623786c5dadbe087f209',1,'amrex::AmrDataAdaptor::InternalsType::PinMesh()']]], + ['pinmesh_17695',['pinMesh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a3cf163ea993bb9ab3a642bb0b16e9d90',1,'amrex::InSituBridge']]], + ['pinned_5frcv_5fbuffer_17696',['pinned_rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a57f27a8f270653d1a738490e32dffe4b',1,'amrex::NeighborParticleContainer']]], + ['pinned_5fsnd_5fbuffer_17697',['pinned_snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a1f7704df7069ec0df0e84a649babf620',1,'amrex::NeighborParticleContainer']]], + ['plansmade_17698',['PlansMade',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aeb8a724d27d545ef62b8a17cf721ff8d',1,'hacc::Dfft']]], + ['plo_17699',['plo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aeb85700e02150d77688f2f48f87a0220',1,'amrex::GetParticleBin']]], + ['plot_5ffile_5froot_17700',['plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6d91b6937dfb14b4b4777f640971b072',1,'amrex::Amr']]], + ['plot_5fint_17701',['plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8e9bb15131c1b8431dc0336678e0b1ea',1,'amrex::Amr']]], + ['plot_5flog_5fper_17702',['plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac28ad84e2187c8094fe436eb5e5847d8',1,'amrex::Amr']]], + ['plot_5fmax_5flevel_17703',['plot_max_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2145c1f06e5f81146da1a6011139b560',1,'amrex::Amr']]], + ['plot_5fper_17704',['plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af097e0455a9da7e8e6a9dc131d1b96f2',1,'amrex::Amr']]], + ['plotfileversion_17705',['plotFileVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5cb67cc4b9127391a42535788c43c49d',1,'amrex::AmrData']]], + ['plotvars_17706',['plotVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#abb37b63392fa96850b26d06e6b3f4be1',1,'amrex::AmrData']]], + ['point_17707',['Point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434ab4007993e9c944fbfd42096732e4b430',1,'amrex::StateDescriptor']]], + ['pointvaluerequest_17708',['PointValueRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af2edde48d8bc88db394583d8e3a01588',1,'amrex::DataServices']]], + ['pos_5fngbr_17709',['pos_ngbr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#aca7539805fceab9d25e2b15de2c1529e',1,'amrex_ebcellflag_module']]], + ['pos_5fnumvofs_17710',['pos_numvofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a25435966072b5955673109be97617f89',1,'amrex::EBCellFlag::pos_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ae273e014cf970934c7683d5b8ab34c08',1,'amrex_ebcellflag_module::pos_numvofs()']]], + ['post_5ffast_5fstage_17711',['post_fast_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a115ec6a6570eb39b2342d5255be0b7aa',1,'amrex::SundialsUserData']]], + ['post_5ffast_5fstage_5faction_17712',['post_fast_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a3898e71d3b76c181fe8826e3c1c8e23e',1,'amrex::IntegratorBase']]], + ['post_5ffast_5fstep_17713',['post_fast_step',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#aaa3a49f84edbfa7ed218d163afd66e21',1,'amrex::SundialsUserData']]], + ['post_5ffast_5fstep_5faction_17714',['post_fast_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a8a54ccfa6d203a9d2f8efe66130ae468',1,'amrex::IntegratorBase']]], + ['post_5fstage_17715',['post_stage',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a5e9dcabb348c811741090871b6c3783b',1,'amrex::SundialsUserData']]], + ['post_5fstage_5faction_17716',['post_stage_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad51e1ada5e5a2f2956bea509831a43e3',1,'amrex::IntegratorBase']]], + ['post_5fstep_17717',['post_step',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a1ce697e52c0b9947aa2425b4b8b592fb',1,'amrex::SundialsUserData']]], + ['post_5fstep_5faction_17718',['post_step_action',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a5e6edee80e051ee491f30b7e2668cea1',1,'amrex::IntegratorBase']]], + ['post_5fstep_5fregrid_17719',['post_step_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a9ef7971fd5d7dd152886c202feb7d806',1,'amrex::AmrLevel']]], + ['powers_17720',['powers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#ad3d79d5eb417ba4996db8180e4590492',1,'amrex::EB2::PolyTerm']]], + ['previous_5ftime_5fstep_17721',['previous_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#aea34558a8595abbdc1f9a5f3635fb4c2',1,'amrex::IntegratorBase']]], + ['print_5fthreshold_17722',['print_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a4de3ee9387602dc09ef0f134c9826c13',1,'amrex::TinyProfiler']]], + ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_17723',['private_total_bytes_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad888998563a26e9b66682405b749228d',1,'amrex']]], + ['private_5ftotal_5fbytes_5fallocated_5fin_5ffabs_5fhwm_17724',['private_total_bytes_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a62aee7a0bdbb6a783868e48a7c5c5750',1,'amrex']]], + ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_17725',['private_total_cells_allocated_in_fabs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a404655e80fc045d69ad6aab7c2e67aed',1,'amrex']]], + ['private_5ftotal_5fcells_5fallocated_5fin_5ffabs_5fhwm_17726',['private_total_cells_allocated_in_fabs_hwm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0d15e184f35001014b0941ed211b16ad',1,'amrex']]], + ['prob_5fdomain_17727',['prob_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#aee36e84e322a0ca0025338dcca8475d1',1,'amrex::GeometryData::prob_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#af62cd34804aea5643a6fc2205495b7a2',1,'amrex::Geometry::prob_domain()']]], + ['probdomain_17728',['probDomain',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abaab22e72988e0a65438fde205822073',1,'CommProfStats::probDomain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a837415b3fb8f8b8f378228d94a2563df',1,'amrex::AmrData::probDomain()']]], + ['probhi_17729',['probHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac34dc700ac457772b9fc634e2f80edd8',1,'amrex::AmrData']]], + ['probin_5ffile_17730',['probin_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a015dec6a04940644e63848d6afd6e7c8',1,'amrex::Amr']]], + ['problo_17731',['probLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1e66e43e21552623a1e0c9fad7df4e46',1,'amrex::AmrData']]], + ['probsize_17732',['probSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a05119789d1f20fa785068e24580129d5',1,'amrex::AmrData']]], + ['proc_17733',['proc',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#af96bd271a472d0e7707165da64ace399',1,'BLProfStats::BLPDataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aab47f1d42db988febeb4e2d0f2349f63',1,'RegionsProfStats::DataBlock::proc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac6b130e1f63c583e336a16928c533182',1,'CommProfStats::DataBlock::proc()']]], + ['proc_5fid_17734',['proc_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#af81d15d77bed1360192bf5510e8c1a5a',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['process_5ftopology_5f1_17735',['process_topology_1',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a2958e45305ae7bd3d1077348c2f30f1e',1,'distribution_t']]], + ['process_5ftopology_5f2_5fx_17736',['process_topology_2_x',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#af6a7bae9b4cb830d7c37076561f1417c',1,'distribution_t']]], + ['process_5ftopology_5f2_5fy_17737',['process_topology_2_y',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a00fcc37760762bee9052ff654398aaee',1,'distribution_t']]], + ['process_5ftopology_5f2_5fz_17738',['process_topology_2_z',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a48496ef186f85b7d82d83592b366c03f',1,'distribution_t']]], + ['process_5ftopology_5f3_17739',['process_topology_3',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ab7383f9179b519721f4dffdd185c055a',1,'distribution_t']]], + ['procthathasdata_17740',['procThatHasData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5ded8154e0acf04de6c1d60f985a7069',1,'amrex::FabArrayBase::FabComTag']]], + ['procthatneedsdata_17741',['procThatNeedsData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a6ad0d4aaa97b3aeba9ad7663cc974563',1,'amrex::FabArrayBase::FabComTag']]], + ['profdata_17742',['PROFDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae7fe174117a8bd8847e7530391fb5fdc',1,'amrex::Amrvis']]], + ['profiler_17743',['profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a79516a720db5a9b896b2d87c1287930e',1,'amrex::DataServices']]], + ['proj_17744',['proj',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#aca8782125cabf6d92e994f234ab7519b',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], + ['protected_5finterp_17745',['protected_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a021dc84969e65c184034f112eec3b887',1,'amrex']]], + ['proxfromrank_17746',['proxFromRank',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae110ab5fe019cb5431f8954c51355933',1,'CommProfStats']]], + ['psi_17747',['psi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#ad7a1d13d438479b184c871b0dec86a66',1,'amrex::algoim::ImplicitIntegral']]], + ['psicount_17748',['psiCount',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a9352b5694ad95664dce6d6214668eb05',1,'amrex::algoim::ImplicitIntegral']]], + ['pstr_17749',['pstr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1215d1effdf6c549d4d06a61004880d',1,'amrex::VisMF::PersistentIFStream']]], + ['ptr_5fowner_17750',['ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< Real >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< PetscInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< HYPRE_Int >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< EBCellFlag >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< char >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'BaseFab< AtomicInt >::ptr_owner()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#acf3b50d012730dd3521fb2be517573b9',1,'amrex::BaseFab::ptr_owner()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_11.js b/amrex-hydro/Doxygen/html/search/variables_11.js index fe51275..15e83fd 100644 --- a/amrex-hydro/Doxygen/html/search/variables_11.js +++ b/amrex-hydro/Doxygen/html/search/variables_11.js @@ -1,13 +1,13 @@ var searchData= [ - ['qall_17667',['Qall',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ae4f82ca9e75b2c19aeb29f7bd951e5c3',1,'SDCstruct']]], - ['qexp_17668',['Qexp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6e4cb54efa5588875042c900b12ed1f0',1,'SDCstruct']]], - ['qgauss_17669',['Qgauss',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ad62b8f4e5d90f40928e8b5c3a8e0a1ed',1,'SDCstruct']]], - ['qimp_17670',['Qimp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a81893e7f180d9832cbc185535fde4ca0',1,'SDCstruct']]], - ['qlu_17671',['QLU',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af8cf02cc9385ebff2a345a027e7af0ba',1,'SDCstruct']]], - ['qnodes_17672',['qnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a31a4078930e156dc28589750c88b7fb3',1,'SDCstruct']]], - ['qp_17673',['qp',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a3b6ebab50bdb3680467e36128f5e4f53',1,'sdcquadrature_mod']]], - ['qtype_17674',['qtype',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6ce083cc22a392cc9a487fcd854387ac',1,'SDCstruct']]], - ['quadratic_5finterp_17675',['quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048',1,'amrex']]], - ['quartic_5finterp_17676',['quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525',1,'amrex']]] + ['qall_17751',['Qall',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ae4f82ca9e75b2c19aeb29f7bd951e5c3',1,'SDCstruct']]], + ['qexp_17752',['Qexp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6e4cb54efa5588875042c900b12ed1f0',1,'SDCstruct']]], + ['qgauss_17753',['Qgauss',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ad62b8f4e5d90f40928e8b5c3a8e0a1ed',1,'SDCstruct']]], + ['qimp_17754',['Qimp',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a81893e7f180d9832cbc185535fde4ca0',1,'SDCstruct']]], + ['qlu_17755',['QLU',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af8cf02cc9385ebff2a345a027e7af0ba',1,'SDCstruct']]], + ['qnodes_17756',['qnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a31a4078930e156dc28589750c88b7fb3',1,'SDCstruct']]], + ['qp_17757',['qp',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a3b6ebab50bdb3680467e36128f5e4f53',1,'sdcquadrature_mod']]], + ['qtype_17758',['qtype',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a6ce083cc22a392cc9a487fcd854387ac',1,'SDCstruct']]], + ['quadratic_5finterp_17759',['quadratic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a598d5de93b75c979f72ab8a78f4a0048',1,'amrex']]], + ['quartic_5finterp_17760',['quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a1c282d3f8e2bfed573c63087cee86525',1,'amrex']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_12.js b/amrex-hydro/Doxygen/html/search/variables_12.js index 4907ddb..7a35c3b 100644 --- a/amrex-hydro/Doxygen/html/search/variables_12.js +++ b/amrex-hydro/Doxygen/html/search/variables_12.js @@ -1,95 +1,95 @@ var searchData= [ - ['r_17677',['r',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a862f92307932421c664884480724ac5e',1,'amrex::iparser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a3d6eae5bbd75c46a06b38a40d6978ba6',1,'amrex::parser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aeb2f3f6f5f90a7cc9843357edecb2538',1,'amrex::parser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#a2016f7f5bdedd5d88d71ca5582f69d69',1,'amrex::iparser_f2::r()']]], - ['rand_5fstate_17678',['rand_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html#a75f184559414049b78efd270fdb60b3c',1,'amrex::RandomEngine']]], - ['rank_17679',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a7043829d46fc0b8fe144d8f94a2d8580',1,'amrex::NonLocalBC::CommData::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7fd9cdeb58318bfc38b9381ca3ab3b01',1,'amrex::Print::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a5ccf010e5d7cb5aaad0612f47a8a5d95',1,'amrex::PrintToFile::rank()']]], - ['rankfromprox_17680',['rankFromProx',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a561c5c27d7af6c7cf8fceddc00afb95e',1,'CommProfStats']]], - ['rankmap_17681',['rankmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a65f303dfbdd0d1dbe148507bb0a48386',1,'distribution_t']]], - ['ranktoread_17682',['rankToRead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a6064cc4034c3d95989892cac82c68fea',1,'amrex::VisMF::FabReadLink']]], - ['rapidblink_17683',['RapidBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#acbd1501cb1d6930cf314592a22e5319f',1,'amrex::Font']]], - ['rastercontours_17684',['RASTERCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba0a6705b8c6cedf020a3122f7b169ed43',1,'amrex::Amrvis']]], - ['rasteronly_17685',['RASTERONLY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba22d64df7ed492afd73a91e643e515681',1,'amrex::Amrvis']]], - ['ratio_17686',['ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8d33188a1ba19154997256c66083b10e',1,'amrex::FluxRegister::ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a38dd7e762f41ec784b5dfd70109bb3a8',1,'amrex::InterpolaterBoxCoarsener::ratio()']]], - ['rcv_5fbuffer_17687',['rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2f7e6baa209278afea162548a1425bf2',1,'amrex::NeighborParticleContainer']]], - ['rcvs_17688',['rcvs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6d6260836577412b1a3a17c7f8d09bc4',1,'amrex::NeighborParticleContainer']]], - ['readbuffersize_17689',['readBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aad58178e786c29c8513d8549b20e0e6b',1,'amrex::RealDescriptor']]], - ['readoffset_17690',['readoffset',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a996907faa09768de3ab8d976fe3f8a54',1,'RegionsProfStats::DataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5372d4df3b482986feff515d6498be62',1,'BLProfStats::BLPDataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a6cb3119f2c4606f258828506fb579d22',1,'CommProfStats::DataBlock::readoffset()']]], - ['readranks_17691',['readRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5a0e5e8e0bd5503f9246b4d4c714a4a1',1,'amrex::NFilesIter']]], - ['real_5farray_5fdata_17692',['real_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a96a2835e24e73f8f83bac5d4b898ab1a',1,'amrex::ParticleInitType']]], - ['real_5fstruct_5fdata_17693',['real_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#abd631e1af076d148e6b578ce70236e6f',1,'amrex::ParticleInitType']]], - ['realdesc_17694',['realDesc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a6b8a0d2090a56d369c01cabc715edb27',1,'amrex::FABio_binary']]], - ['record_5fgrid_5finfo_17695',['record_grid_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abd4f88199336df506302a1d53b0ef0ac',1,'amrex::Amr']]], - ['record_5frun_5finfo_17696',['record_run_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8d22fb152c5f5620ab9b1ab994f68aa',1,'amrex::Amr']]], - ['record_5frun_5finfo_5fterse_17697',['record_run_info_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab443c219d9056c789db6475acb78ea7b',1,'amrex::Amr']]], - ['recv_17698',['recv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#adfa07b567a77f261fb60efa5a54f505c',1,'amrex::NonLocalBC::CommHandler']]], - ['recv_5fdata_17699',['recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a56b9327ba0b96235d8296bb1b1716872',1,'amrex::FBData::recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#af73fd2f1adac02a82df3907bec2f742c',1,'amrex::PCData::recv_data()']]], - ['recv_5ffrom_17700',['recv_from',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a8a3cfe25482c47ca2e7bef67a9012713',1,'amrex::FBData::recv_from()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a95b34b1c944b84b7ade267a492641adc',1,'amrex::PCData::recv_from()']]], - ['recv_5freqs_17701',['recv_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a4aa5af528b7479cc3a9a8c7687554b74',1,'amrex::FBData::recv_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a7b15255a2524406fc7cb4810c128608e',1,'amrex::PCData::recv_reqs()']]], - ['recv_5fsize_17702',['recv_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a116ad8730e2b89913a13c064ebe03787',1,'amrex::PCData::recv_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#acaa3ee8877ff8fb497dc7bf091870075',1,'amrex::FBData::recv_size()']]], - ['recv_5fstat_17703',['recv_stat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a6a1a0383bdc83a03838f17b4b2448a15',1,'amrex::FBData']]], - ['recvtime_17704',['recvTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ad0cc554afbe3036d29b720eca56bee57',1,'CommProfStats::SendRecvPair']]], - ['red_17705',['Red',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8e336a13c3edc33f8190fd9f150ef19f',1,'amrex::BGColor::Red()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595',1,'amrex::FGColor::Red()']]], - ['redistribute_5fmask_5fnghost_17706',['redistribute_mask_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac6b4b306d8f0399657b3884f51ea569e',1,'amrex::ParticleContainerBase']]], - ['redistribute_5fmask_5fptr_17707',['redistribute_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a18183e85d5ae22c27721996b3c5bfead',1,'amrex::ParticleContainerBase']]], - ['reduction_5fqueue_17708',['reduction_queue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#aaf84a070bebdd187b4edacd264604b5f',1,'amrex::Lazy']]], - ['reductions_17709',['reductions',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a27353154e5e772a6fbde00aa9ccda88a',1,'CommProfStats::DataBlock']]], - ['ref_5fratio_17710',['ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a73a3b38cadf1943503cf77622ea6a3ae',1,'amrex::AmrInfo']]], - ['refine_5fgrid_5flayout_17711',['refine_grid_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a4494b1f6c76612d4af30d18d62dd410c',1,'amrex::AmrInfo']]], - ['refine_5fgrid_5flayout_5fdims_17712',['refine_grid_layout_dims',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ac92498a911f4e98692efdba9005f492f',1,'amrex::AmrInfo']]], - ['refinedcell_17713',['REFINEDCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a6f711152eae0836afe7ee62c42819f25',1,'amrex::InSituUtils']]], - ['refratio_17714',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4cc6f66406b7faf1a605b4d56df77ef',1,'amrex::AmrData']]], - ['regdatafilenames_17715',['regDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4660af1eb41eb5b3afd6ef9187900f3',1,'RegionsProfStats']]], - ['regdatastreams_17716',['regDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9b1f5e4b1d725777df4ea900e398f0d5',1,'RegionsProfStats']]], - ['regheaderfilenames_17717',['regHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a448bbf6cfc7ccb16b54f9655c943e9dc',1,'RegionsProfStats']]], - ['regionnames_17718',['regionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adda95346678c97eebb0541c0caaaed6e',1,'BLProfStats']]], - ['regionnumbers_17719',['regionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a11d15fe366d7be8b419cb63bbaa58443',1,'BLProfStats']]], - ['regions_17720',['regions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2e14123fa9e7caeae727ac2c307e8956',1,'amrex::AmrData']]], - ['regionstack_17721',['regionstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03febcd85f7ea80790cac0181b9c2b1b',1,'amrex::TinyProfiler']]], - ['regiontimeranges_17722',['regionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a666b2b4888f161d4346d4a794aba0e31',1,'BLProfStats']]], - ['regname_17723',['regname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae8f1674b3d50716ce74d4d05074c5551',1,'amrex::TinyProfileRegion']]], - ['regrid_5fba_17724',['regrid_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad17547793e589e382cafaea103a01637',1,'amrex::Amr']]], - ['regrid_5fgrids_5ffile_17725',['regrid_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aaa8cb07b444ec3f7be3a7680c7e37363',1,'amrex::Amr']]], - ['regrid_5fint_17726',['regrid_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2fc94106d0164a3cfc3e206db6b7e768',1,'amrex::Amr']]], - ['regtest_5freduction_17727',['regtest_reduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84',1,'amrex::system']]], - ['regular_17728',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1',1,'amrex_ebcellflag_module::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642',1,'amrex::EB2::Type::regular()']]], - ['regular_5fbits_17729',['regular_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a98e740b42531b93d0abef721579b39be',1,'amrex::EBCellFlag']]], - ['regular_5fstencil_5fsize_17730',['regular_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#abff4c8fa7e9790d9408099ffa9c57934',1,'amrex::Hypre::regular_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aecf6271b785a92eee2bcd891ba3111e5',1,'amrex::PETScABecLap::regular_stencil_size()']]], - ['rel_5ftol_17731',['rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a260c250d0a39818e4d4f9ef808b82239',1,'amrex::IntegratorBase']]], - ['relax_5forder_17732',['relax_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa602c05ea8f16fa5aa95d79b372cffa8',1,'amrex::Hypre']]], - ['relax_5ftype_17733',['relax_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa9e67a6e299266afaff8157d33dcfbec',1,'amrex::Hypre']]], - ['release_5fthreshold_17734',['release_threshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a3e4fb9cf84bc98cccf0d32e99ecd4ccc',1,'amrex::ArenaInfo']]], - ['relgrad_17735',['RELGRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a163577f1cd5fa93feb5ba1d11ffd69fb',1,'amrex::AMRErrorTag']]], - ['remainingwriters_17736',['remainingWriters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae13a47d2ead798be8070c16227694412',1,'amrex::NFilesIter']]], - ['request_17737',['request',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a4e23f4023dc19cf04cce947add6a27a8',1,'amrex::NonLocalBC::CommData']]], - ['reredistribution_5fthreshold_17738',['reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045',1,'amrex_eb_flux_reg_nd_module']]], - ['res_17739',['res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa9aa3ad9d9090afb4ab278c9c8c2287f',1,'amrex::MLMGT::res()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac94a3d8239b399889c28d0e5b65376b7',1,'SDCstruct::res()']]], - ['rescor_17740',['rescor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1236e0879a5fe5bf4f2ec5669cee7d59',1,'amrex::MLMGT']]], - ['resetdisplay_17741',['ResetDisplay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359',1,'amrex']]], - ['restart_5fchkfile_17742',['restart_chkfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac00b1478382804abeb82dd75b4ab5194',1,'amrex::Amr']]], - ['restart_5fpltfile_17743',['restart_pltfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a295b3f0ab02158ef294ed68349f41dae',1,'amrex::Amr']]], - ['retsum_17744',['retSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9',1,'amrex::Scan']]], - ['reverse_17745',['reverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a2c0e8acb856f0ef31cfc23b75b22e0a6',1,'amrex::IParserExeDIV_PN::reverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#a59ed0793b05cb449ad68305a26cc3dc7',1,'amrex::ParserExeDIV_PN::reverse()']]], - ['reverse_5fdouble_5forder_17746',['reverse_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a8b52b326d6af9d2935f378f82ab6d6ed',1,'amrex::FPC']]], - ['reverse_5fdouble_5forder_5f2_17747',['reverse_double_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#aa5f55a6cd8a3addc8eb1927b9f700564',1,'amrex::FPC']]], - ['reverse_5ffloat_5forder_17748',['reverse_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad8695587637ebea6ad37b278fb7e677d',1,'amrex::FPC']]], - ['reverse_5ffloat_5forder_5f2_17749',['reverse_float_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a71ce71bf65be5235d8e74ee6921cfea7',1,'amrex::FPC']]], - ['reverseorder_17750',['ReverseOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839a4df03ba7689cd2d0b2bceb929c949b61',1,'amrex::IntDescriptor']]], - ['rhs_17751',['Rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab5166c9130778bcf08f08230d72b05f3',1,'amrex::IntegratorBase']]], - ['rhs_17752',['rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4e3f5047925ba3d77f1c7284011ebc91',1,'amrex::MLMGT']]], - ['rhsex_17753',['RhsEx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a580d4499f9876896b94cd3db82664bc0',1,'amrex::IntegratorBase']]], - ['rhsfast_17754',['RhsFast',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ae700a0f7a7f2bf4456e466be7a2828ed',1,'amrex::IntegratorBase']]], - ['rhsim_17755',['RhsIm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a983bd9fe800746c882ce2184ef5baf48',1,'amrex::IntegratorBase']]], - ['rip_17756',['rip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#ac43bc9cc3b7aa67992810fb5402d355b',1,'amrex::iparser_node']]], - ['rng_17757',['rng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aef8dca7a34e2c3e59d330ad5de2c35dc',1,'amrex::DeriveRec']]], - ['robin_5fa_5fraii_17758',['robin_a_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'amrex::MLLinOpT::robin_a_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_a_raii()']]], - ['robin_5fb_5fraii_17759',['robin_b_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_b_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'amrex::MLLinOpT::robin_b_raii()']]], - ['robin_5ff_5fraii_17760',['robin_f_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_f_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'amrex::MLLinOpT::robin_f_raii()']]], - ['roundoff_5fhi_17761',['roundoff_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b910ad6d9743cd015e54449fcc2da78',1,'amrex::Geometry']]], - ['roundoff_5flo_17762',['roundoff_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a00586ef08697068f26b1a8002a3fb8ac',1,'amrex::Geometry']]], - ['roundrobin_17763',['ROUNDROBIN',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a787ff5451e57a2271607a0143b75a38d',1,'amrex::DistributionMapping']]], - ['rrsfc_17764',['RRSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a75876358b1ba6c4d337b466fc4404217',1,'amrex::DistributionMapping']]], - ['rstartstop_17765',['rStartStop',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a71050a34ed68d57b9659601e7c9ee9da',1,'RegionsProfStats::DataBlock']]], - ['runlog_17766',['runlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abca666179e968bdbf467f8a903830bcd',1,'amrex::Amr']]], - ['runlog_5fterse_17767',['runlog_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a693fdb636ccbf5dde6fb220c835ee2a2',1,'amrex::Amr']]], - ['rz_17768',['RZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa090e74483c754250a5e0ee448bdfe8b3',1,'amrex::CoordSys']]] + ['r_17761',['r',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a862f92307932421c664884480724ac5e',1,'amrex::iparser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a3d6eae5bbd75c46a06b38a40d6978ba6',1,'amrex::parser_f2::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aeb2f3f6f5f90a7cc9843357edecb2538',1,'amrex::parser_node::r()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#a2016f7f5bdedd5d88d71ca5582f69d69',1,'amrex::iparser_f2::r()']]], + ['rand_5fstate_17762',['rand_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1RandomEngine.html#a75f184559414049b78efd270fdb60b3c',1,'amrex::RandomEngine']]], + ['rank_17763',['rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a7043829d46fc0b8fe144d8f94a2d8580',1,'amrex::NonLocalBC::CommData::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a7fd9cdeb58318bfc38b9381ca3ab3b01',1,'amrex::Print::rank()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a5ccf010e5d7cb5aaad0612f47a8a5d95',1,'amrex::PrintToFile::rank()']]], + ['rankfromprox_17764',['rankFromProx',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a561c5c27d7af6c7cf8fceddc00afb95e',1,'CommProfStats']]], + ['rankmap_17765',['rankmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a65f303dfbdd0d1dbe148507bb0a48386',1,'distribution_t']]], + ['ranktoread_17766',['rankToRead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#a6064cc4034c3d95989892cac82c68fea',1,'amrex::VisMF::FabReadLink']]], + ['rapidblink_17767',['RapidBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#acbd1501cb1d6930cf314592a22e5319f',1,'amrex::Font']]], + ['rastercontours_17768',['RASTERCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba0a6705b8c6cedf020a3122f7b169ed43',1,'amrex::Amrvis']]], + ['rasteronly_17769',['RASTERONLY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba22d64df7ed492afd73a91e643e515681',1,'amrex::Amrvis']]], + ['ratio_17770',['ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a8d33188a1ba19154997256c66083b10e',1,'amrex::FluxRegister::ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#a38dd7e762f41ec784b5dfd70109bb3a8',1,'amrex::InterpolaterBoxCoarsener::ratio()']]], + ['rcv_5fbuffer_17771',['rcv_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2f7e6baa209278afea162548a1425bf2',1,'amrex::NeighborParticleContainer']]], + ['rcvs_17772',['rcvs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6d6260836577412b1a3a17c7f8d09bc4',1,'amrex::NeighborParticleContainer']]], + ['readbuffersize_17773',['readBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aad58178e786c29c8513d8549b20e0e6b',1,'amrex::RealDescriptor']]], + ['readoffset_17774',['readoffset',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a996907faa09768de3ab8d976fe3f8a54',1,'RegionsProfStats::DataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5372d4df3b482986feff515d6498be62',1,'BLProfStats::BLPDataBlock::readoffset()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a6cb3119f2c4606f258828506fb579d22',1,'CommProfStats::DataBlock::readoffset()']]], + ['readranks_17775',['readRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5a0e5e8e0bd5503f9246b4d4c714a4a1',1,'amrex::NFilesIter']]], + ['real_5farray_5fdata_17776',['real_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a96a2835e24e73f8f83bac5d4b898ab1a',1,'amrex::ParticleInitType']]], + ['real_5fstruct_5fdata_17777',['real_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#abd631e1af076d148e6b578ce70236e6f',1,'amrex::ParticleInitType']]], + ['realdesc_17778',['realDesc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio__binary.html#a6b8a0d2090a56d369c01cabc715edb27',1,'amrex::FABio_binary']]], + ['record_5fgrid_5finfo_17779',['record_grid_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abd4f88199336df506302a1d53b0ef0ac',1,'amrex::Amr']]], + ['record_5frun_5finfo_17780',['record_run_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad8d22fb152c5f5620ab9b1ab994f68aa',1,'amrex::Amr']]], + ['record_5frun_5finfo_5fterse_17781',['record_run_info_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab443c219d9056c789db6475acb78ea7b',1,'amrex::Amr']]], + ['recv_17782',['recv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#adfa07b567a77f261fb60efa5a54f505c',1,'amrex::NonLocalBC::CommHandler']]], + ['recv_5fdata_17783',['recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a56b9327ba0b96235d8296bb1b1716872',1,'amrex::FBData::recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#af73fd2f1adac02a82df3907bec2f742c',1,'amrex::PCData::recv_data()']]], + ['recv_5ffrom_17784',['recv_from',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a8a3cfe25482c47ca2e7bef67a9012713',1,'amrex::FBData::recv_from()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a95b34b1c944b84b7ade267a492641adc',1,'amrex::PCData::recv_from()']]], + ['recv_5freqs_17785',['recv_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a4aa5af528b7479cc3a9a8c7687554b74',1,'amrex::FBData::recv_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a7b15255a2524406fc7cb4810c128608e',1,'amrex::PCData::recv_reqs()']]], + ['recv_5fsize_17786',['recv_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a116ad8730e2b89913a13c064ebe03787',1,'amrex::PCData::recv_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#acaa3ee8877ff8fb497dc7bf091870075',1,'amrex::FBData::recv_size()']]], + ['recv_5fstat_17787',['recv_stat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a6a1a0383bdc83a03838f17b4b2448a15',1,'amrex::FBData']]], + ['recvtime_17788',['recvTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#ad0cc554afbe3036d29b720eca56bee57',1,'CommProfStats::SendRecvPair']]], + ['red_17789',['Red',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8e336a13c3edc33f8190fd9f150ef19f',1,'amrex::BGColor::Red()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a9a21f50f46715c9f6e92e23e7416d595',1,'amrex::FGColor::Red()']]], + ['redistribute_5fmask_5fnghost_17790',['redistribute_mask_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#ac6b4b306d8f0399657b3884f51ea569e',1,'amrex::ParticleContainerBase']]], + ['redistribute_5fmask_5fptr_17791',['redistribute_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a18183e85d5ae22c27721996b3c5bfead',1,'amrex::ParticleContainerBase']]], + ['reduction_5fqueue_17792',['reduction_queue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Lazy.html#aaf84a070bebdd187b4edacd264604b5f',1,'amrex::Lazy']]], + ['reductions_17793',['reductions',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a27353154e5e772a6fbde00aa9ccda88a',1,'CommProfStats::DataBlock']]], + ['ref_5fratio_17794',['ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a73a3b38cadf1943503cf77622ea6a3ae',1,'amrex::AmrInfo']]], + ['refine_5fgrid_5flayout_17795',['refine_grid_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a4494b1f6c76612d4af30d18d62dd410c',1,'amrex::AmrInfo']]], + ['refine_5fgrid_5flayout_5fdims_17796',['refine_grid_layout_dims',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ac92498a911f4e98692efdba9005f492f',1,'amrex::AmrInfo']]], + ['refinedcell_17797',['REFINEDCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a6f711152eae0836afe7ee62c42819f25',1,'amrex::InSituUtils']]], + ['refratio_17798',['refRatio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4cc6f66406b7faf1a605b4d56df77ef',1,'amrex::AmrData']]], + ['regdatafilenames_17799',['regDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa4660af1eb41eb5b3afd6ef9187900f3',1,'RegionsProfStats']]], + ['regdatastreams_17800',['regDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a9b1f5e4b1d725777df4ea900e398f0d5',1,'RegionsProfStats']]], + ['regheaderfilenames_17801',['regHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a448bbf6cfc7ccb16b54f9655c943e9dc',1,'RegionsProfStats']]], + ['regionnames_17802',['regionNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#adda95346678c97eebb0541c0caaaed6e',1,'BLProfStats']]], + ['regionnumbers_17803',['regionNumbers',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a11d15fe366d7be8b419cb63bbaa58443',1,'BLProfStats']]], + ['regions_17804',['regions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a2e14123fa9e7caeae727ac2c307e8956',1,'amrex::AmrData']]], + ['regionstack_17805',['regionstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03febcd85f7ea80790cac0181b9c2b1b',1,'amrex::TinyProfiler']]], + ['regiontimeranges_17806',['regionTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a666b2b4888f161d4346d4a794aba0e31',1,'BLProfStats']]], + ['regname_17807',['regname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#ae8f1674b3d50716ce74d4d05074c5551',1,'amrex::TinyProfileRegion']]], + ['regrid_5fba_17808',['regrid_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad17547793e589e382cafaea103a01637',1,'amrex::Amr']]], + ['regrid_5fgrids_5ffile_17809',['regrid_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aaa8cb07b444ec3f7be3a7680c7e37363',1,'amrex::Amr']]], + ['regrid_5fint_17810',['regrid_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2fc94106d0164a3cfc3e206db6b7e768',1,'amrex::Amr']]], + ['regtest_5freduction_17811',['regtest_reduction',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa98e0456115fdf35699d683e5a4c0e84',1,'amrex::system']]], + ['regular_17812',['regular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#adb0a0516e63c6b90231902627fd51da1',1,'amrex_ebcellflag_module::regular()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a4e8ececf7cf081d7a2125f18f3ba6642',1,'amrex::EB2::Type::regular()']]], + ['regular_5fbits_17813',['regular_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a98e740b42531b93d0abef721579b39be',1,'amrex::EBCellFlag']]], + ['regular_5fstencil_5fsize_17814',['regular_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#abff4c8fa7e9790d9408099ffa9c57934',1,'amrex::Hypre::regular_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#aecf6271b785a92eee2bcd891ba3111e5',1,'amrex::PETScABecLap::regular_stencil_size()']]], + ['rel_5ftol_17815',['rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a260c250d0a39818e4d4f9ef808b82239',1,'amrex::IntegratorBase']]], + ['relax_5forder_17816',['relax_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa602c05ea8f16fa5aa95d79b372cffa8',1,'amrex::Hypre']]], + ['relax_5ftype_17817',['relax_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#aa9e67a6e299266afaff8157d33dcfbec',1,'amrex::Hypre']]], + ['release_5fthreshold_17818',['release_threshold',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a3e4fb9cf84bc98cccf0d32e99ecd4ccc',1,'amrex::ArenaInfo']]], + ['relgrad_17819',['RELGRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a163577f1cd5fa93feb5ba1d11ffd69fb',1,'amrex::AMRErrorTag']]], + ['remainingwriters_17820',['remainingWriters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae13a47d2ead798be8070c16227694412',1,'amrex::NFilesIter']]], + ['request_17821',['request',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a4e23f4023dc19cf04cce947add6a27a8',1,'amrex::NonLocalBC::CommData']]], + ['reredistribution_5fthreshold_17822',['reredistribution_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a0688dcea64b51e2f058407b826f95045',1,'amrex_eb_flux_reg_nd_module']]], + ['res_17823',['res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa9aa3ad9d9090afb4ab278c9c8c2287f',1,'amrex::MLMGT::res()'],['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#ac94a3d8239b399889c28d0e5b65376b7',1,'SDCstruct::res()']]], + ['rescor_17824',['rescor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1236e0879a5fe5bf4f2ec5669cee7d59',1,'amrex::MLMGT']]], + ['resetdisplay_17825',['ResetDisplay',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b30dfb18fc4a2ff698adce0b7216359',1,'amrex']]], + ['restart_5fchkfile_17826',['restart_chkfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac00b1478382804abeb82dd75b4ab5194',1,'amrex::Amr']]], + ['restart_5fpltfile_17827',['restart_pltfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a295b3f0ab02158ef294ed68349f41dae',1,'amrex::Amr']]], + ['retsum_17828',['retSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a86dfa385e0f0d6f8597f8225a6db63d9',1,'amrex::Scan']]], + ['reverse_17829',['reverse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a2c0e8acb856f0ef31cfc23b75b22e0a6',1,'amrex::IParserExeDIV_PN::reverse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#a59ed0793b05cb449ad68305a26cc3dc7',1,'amrex::ParserExeDIV_PN::reverse()']]], + ['reverse_5fdouble_5forder_17830',['reverse_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a8b52b326d6af9d2935f378f82ab6d6ed',1,'amrex::FPC']]], + ['reverse_5fdouble_5forder_5f2_17831',['reverse_double_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#aa5f55a6cd8a3addc8eb1927b9f700564',1,'amrex::FPC']]], + ['reverse_5ffloat_5forder_17832',['reverse_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad8695587637ebea6ad37b278fb7e677d',1,'amrex::FPC']]], + ['reverse_5ffloat_5forder_5f2_17833',['reverse_float_order_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a71ce71bf65be5235d8e74ee6921cfea7',1,'amrex::FPC']]], + ['reverseorder_17834',['ReverseOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839a4df03ba7689cd2d0b2bceb929c949b61',1,'amrex::IntDescriptor']]], + ['rhs_17835',['Rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab5166c9130778bcf08f08230d72b05f3',1,'amrex::IntegratorBase']]], + ['rhs_17836',['rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4e3f5047925ba3d77f1c7284011ebc91',1,'amrex::MLMGT']]], + ['rhsex_17837',['RhsEx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a580d4499f9876896b94cd3db82664bc0',1,'amrex::IntegratorBase']]], + ['rhsfast_17838',['RhsFast',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ae700a0f7a7f2bf4456e466be7a2828ed',1,'amrex::IntegratorBase']]], + ['rhsim_17839',['RhsIm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a983bd9fe800746c882ce2184ef5baf48',1,'amrex::IntegratorBase']]], + ['rip_17840',['rip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#ac43bc9cc3b7aa67992810fb5402d355b',1,'amrex::iparser_node']]], + ['rng_17841',['rng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aef8dca7a34e2c3e59d330ad5de2c35dc',1,'amrex::DeriveRec']]], + ['robin_5fa_5fraii_17842',['robin_a_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'amrex::MLLinOpT::robin_a_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afdb609a7a4b9ea229e7b9cc89a8751f7',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_a_raii()']]], + ['robin_5fb_5fraii_17843',['robin_b_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_b_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a90e6517d0ff6dee31c92101a9249de67',1,'amrex::MLLinOpT::robin_b_raii()']]], + ['robin_5ff_5fraii_17844',['robin_f_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'MLLinOpT< Array< MultiFab, 3 > >::robin_f_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a451681732629cb75f6a4a9ba29799f44',1,'amrex::MLLinOpT::robin_f_raii()']]], + ['roundoff_5fhi_17845',['roundoff_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a7b910ad6d9743cd015e54449fcc2da78',1,'amrex::Geometry']]], + ['roundoff_5flo_17846',['roundoff_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a00586ef08697068f26b1a8002a3fb8ac',1,'amrex::Geometry']]], + ['roundrobin_17847',['ROUNDROBIN',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a787ff5451e57a2271607a0143b75a38d',1,'amrex::DistributionMapping']]], + ['rrsfc_17848',['RRSFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a75876358b1ba6c4d337b466fc4404217',1,'amrex::DistributionMapping']]], + ['rstartstop_17849',['rStartStop',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a71050a34ed68d57b9659601e7c9ee9da',1,'RegionsProfStats::DataBlock']]], + ['runlog_17850',['runlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#abca666179e968bdbf467f8a903830bcd',1,'amrex::Amr']]], + ['runlog_5fterse_17851',['runlog_terse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a693fdb636ccbf5dde6fb220c835ee2a2',1,'amrex::Amr']]], + ['rz_17852',['RZ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa090e74483c754250a5e0ee448bdfe8b3',1,'amrex::CoordSys']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_13.js b/amrex-hydro/Doxygen/html/search/variables_13.js index 2d7e00f..b2f1795 100644 --- a/amrex-hydro/Doxygen/html/search/variables_13.js +++ b/amrex-hydro/Doxygen/html/search/variables_13.js @@ -1,134 +1,134 @@ var searchData= [ - ['s_17769',['s',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a45b983ef388900bd6a62165ed8c9564a',1,'AMREX_PARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a8105da3c7746493ffd665cd25bb19ca8',1,'AMREX_IPARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a879a0faae6497e8e45702c6a99625c74',1,'amrex::parser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#af27d7bf4df42d8910cc787d006ec42ce',1,'amrex::iparser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a856736317ca9e27fa41f05d3d0b42cd6',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::s()']]], - ['s_5fcurrent_17770',['S_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a72de24a588880e733ef7ff90365645a1',1,'amrex::FEIntegrator::S_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9619066e96c1ff5ad635c2597744192e',1,'amrex::RKIntegrator::S_current()']]], - ['sboundarywidth_17771',['sBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a04cbef7bbdc59553a3899ce2567e3f44',1,'amrex::AmrData']]], - ['sbox_17772',['sbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1c8df51daf5ac3a9d20522cfdb6ab004',1,'amrex::FabArrayBase::CopyComTag']]], - ['sc_17773',['sc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#ae011fd687383f2ecfa3e40ad6fdf7501',1,'amrex::DeriveRec::StateRange']]], - ['sc_17774',['SC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ad7ca6cbcd2440f36bb0b02a9ffcfe6f5',1,'amrex::PCData']]], - ['scalar_5fa_17775',['scalar_a',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a5cc787cbd77e527e4c58e58904305531',1,'amrex::Hypre::scalar_a()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a8ac31a926fe9e667d3f4edd227a855f5',1,'amrex::PETScABecLap::scalar_a()']]], - ['scalar_5fb_17776',['scalar_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a8cb2fde2e6ce7be52d40bc7ee19f7ae3',1,'amrex::Hypre::scalar_b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd0ebc00024206fb8e730aef57ad9fd2',1,'amrex::PETScABecLap::scalar_b()']]], - ['scomp_17777',['scomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a869352ea49403f3d983d945d75b914a8',1,'amrex::FBData']]], - ['sdc_5fclenshaw_5fcurtis_17778',['sdc_clenshaw_curtis',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca3c8a3144793139f180db29ce39153c',1,'sdcquadrature_mod']]], - ['sdc_5fcomposite_5fnodes_17779',['sdc_composite_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ab0462ece2c230549e39bb8d8b7cd205c',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5flegendre_17780',['sdc_gauss_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a62cfff98d5899c5934e7b29264eaaeef',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5flobatto_17781',['sdc_gauss_lobatto',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aa7cccac0d6dc3b28a4dc2a329214a698',1,'sdcquadrature_mod']]], - ['sdc_5fgauss_5fradau_17782',['sdc_gauss_radau',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a7b8799c586d6a5def7cb8f3c517b5e7b',1,'sdcquadrature_mod']]], - ['sdc_5fno_5fleft_17783',['sdc_no_left',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a95aa940d0fc9d580c3facf460de23d21',1,'sdcquadrature_mod']]], - ['sdc_5fproper_5fnodes_17784',['sdc_proper_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8926569834e03ad73326955f04c8f3eb',1,'sdcquadrature_mod']]], - ['sdc_5funiform_17785',['sdc_uniform',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aac87ed7a643061e124406a48d5ac55c1',1,'sdcquadrature_mod']]], - ['seekindex_17786',['seekIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#aced5d9bea68d78a0e937d8594ecd647d',1,'CommProfStats::ReductionEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ab15687c13dfc4641ab7ce30d42d8c560',1,'CommProfStats::BarrierEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a5373d338c77db06b69e211db7740df64',1,'CommProfStats::NameTagEntry::seekIndex()']]], - ['seekpos_17787',['seekpos',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#adb82ca461a4fa2596be2dc2acb05a049',1,'RegionsProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac98f94d5bca49ab6e4dda40999636b31',1,'CommProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afa44281224a9a055b83be13abcc8fe51',1,'BLProfStats::BLPDataBlock::seekpos()']]], - ['self_17788',['self',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a17cda1536be174c164b9d442fcf354af',1,'process_topology_t']]], - ['semicoarsening_5fdirection_17789',['semicoarsening_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#af940b94437ae9286df0f551aa28c8119',1,'amrex::LPInfo']]], - ['send_17790',['send',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#a18b34e7c60c895b063c694f7745190ae',1,'amrex::NonLocalBC::CommHandler']]], - ['send_5fdata_17791',['send_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5ba336738781f2d529bbb68a7f297e17',1,'amrex::NeighborParticleContainer::send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac562fa064a61bafbf187dbf6f37d00ce',1,'amrex::FBData::send_data()']]], - ['send_5freqs_17792',['send_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3bdae5df3d248131a52ab1d0f65603fb',1,'amrex::PCData::send_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac37fd86847fa215e7b422a70cb40d62d',1,'amrex::FBData::send_reqs()']]], - ['sendtime_17793',['sendTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a90d32c59e4f098252339903fa293d8f6',1,'CommProfStats::SendRecvPair']]], - ['serial_17794',['Serial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b',1,'amrex::BinPolicy']]], - ['set_17795',['SET',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa0a8540b96d3e93084532672dad69790c',1,'amrex::TagBox']]], - ['setbuf_17796',['setBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0ab15576cd65ae5152ba609b54b24550',1,'amrex::VisMF']]], - ['setzeroprocs_17797',['setZeroProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3862f6ec68ebefd530ce66a3bd5e37b2',1,'amrex::NFilesIter']]], - ['seven_17798',['seven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e',1,'amrex_constants_module']]], - ['seven12th_17799',['seven12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4',1,'amrex_constants_module']]], - ['seventh_17800',['seventh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0b5112227b87f2cc4d60b17991780f73',1,'amrex_constants_module']]], - ['sfab_17801',['sfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a2090663b968b8d0d0fa2f210d59deb99',1,'amrex::Array4CopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#af951da5bee9c280eac072aaf7f9339af',1,'amrex::Array4MaskCopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ae6df6358ea8d160540ea882aeb87f3d7',1,'amrex::Array4PairTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a4ff330a96d834decbe692af33b5ef290',1,'FabCopyTag::sfab()']]], - ['sfc_17802',['SFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8ad783c9afd6b9c9388ebbb4498c6b39e4',1,'amrex::DistributionMapping']]], - ['sfc_5fthreshold_17803',['sfc_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0',1,'amrex']]], - ['shared_17804',['shared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aad9bb4d1cfbd53be67289b734bf5042c',1,'amrex::FabInfo']]], - ['shared_5fmemory_17805',['shared_memory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< Real >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< PetscInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< HYPRE_Int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< EBCellFlag >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< char >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< AtomicInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'amrex::BaseFab::shared_memory()']]], - ['sharedmem_17806',['sharedMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aec6fe7611547a4813a4f2d79d341675a',1,'amrex::Gpu::ExecutionConfig']]], - ['shmem_17807',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< IArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'amrex::FabArray::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< TagBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< FArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::Mask >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::EBCellFlagFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::CutFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< PetscInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< AtomicInt > >::shmem()']]], - ['sign_17808',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a636f8deeca6a119cd092b5a3257631cc',1,'amrex::ParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a3a8fe25b0375f175a86024aef70cd49b',1,'amrex::NonLocalBC::MultiBlockIndexMapping::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#a2fba2695fb011df9b7cc71d61b8ce8f2',1,'amrex::IParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a07d4bc291fdef66c95f2bb4a5fcfb44b',1,'amrex::IParserExeSUB::sign()']]], - ['signal_5fhandling_17809',['signal_handling',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f',1,'amrex::system']]], - ['simdata_17810',['SimData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ae53eccbcdd637ad1dcbdc0be4e895dc8',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['simmetadata_17811',['SimMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ab54c62846a8614acc3d677a975186569',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['single_5fvalued_17812',['single_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e',1,'amrex_ebcellflag_module']]], - ['single_5fvalued_5fbits_17813',['single_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#acc96dac6bf3def385c6a9bd418b71b6e',1,'amrex::EBCellFlag']]], - ['single_5fvof_5fbits_17814',['single_vof_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7ee55a07343cf958411c2400a2925a9a',1,'amrex::EBCellFlag']]], - ['six_17815',['six',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c',1,'amrex_constants_module']]], - ['sixteen_17816',['sixteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa',1,'amrex_constants_module']]], - ['sixth_17817',['sixth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43',1,'amrex_constants_module']]], - ['size_17818',['size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a89260b2a2531381fabe737e7186860b2',1,'amrex::FabArrayBase::CacheStats::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a003cda29a508c69f8a9cb1ee80c7b72b',1,'amrex::NonLocalBC::CommData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a15a7c9b713844d961e224cec1e1b07cf',1,'CommProfStats::DataBlock::size()']]], - ['sizeinreal_17819',['SizeInReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a566da28aaf6d6cb87b9dc2b2fbf1c889',1,'amrex::ArrayOfStructs']]], - ['skippltlines_17820',['skipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aea8c1f5867b40ff35944f471b3808071',1,'amrex::AmrData']]], - ['slowblink_17821',['SlowBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a0a6af2cfc3d3c8e71bd2d45f6e3362fa',1,'amrex::Font']]], - ['small_5fplot_5ffile_5froot_17822',['small_plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a55fb651c5355f362017c26f4f02cc127',1,'amrex::Amr']]], - ['small_5fplot_5fint_17823',['small_plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a61f6ee1066c6df367e8b5f3680965b0e',1,'amrex::Amr']]], - ['small_5fplot_5flog_5fper_17824',['small_plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab75c18875ec4f6d84cb1bfe4518ea81b',1,'amrex::Amr']]], - ['small_5fplot_5fper_17825',['small_plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9f5b7511d029e894847247437d90e19',1,'amrex::Amr']]], - ['small_5fvel_17826',['small_vel',['../group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550',1,'hydro_constants.H']]], - ['smallend_17827',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'amrex::BoxND::smallend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'BoxND< AMREX_SPACEDIM >::smallend()']]], - ['snd_5fbuffer_17828',['snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8fd0536bf961bc912c1a380d93b077dd',1,'amrex::NeighborParticleContainer']]], - ['sol_17829',['sol',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a7aeb729c30c8d86610ced5cbb03fedc1',1,'SDCstruct::sol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab6f5f94d1d7ce12cb556b0cab630f5af',1,'amrex::MLMGT::sol()']]], - ['sol_5fis_5falias_17830',['sol_is_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acb90259a394dcc6252806b5a533ec9fc',1,'amrex::MLMGT']]], - ['solve_5fcalled_17831',['solve_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b20154bea5f4c9076bc6d50529a44b2',1,'amrex::MLMGT']]], - ['solve_5ftime_17832',['solve_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdafe6893b283399428e6511e5ce0780e7c',1,'amrex::MLMGT']]], - ['solver_17833',['solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3205603faeee158a49f3ab4b8732d57b',1,'amrex::HypreABecLap2::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a41e38522e51d31b8db271795fb039304',1,'amrex::HypreABecLap::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a976f5746ad0716c9506ffebd4c4a6cd2',1,'amrex::PETScABecLap::solver()']]], - ['solver_5ftype_17834',['solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af2a29b081fce0743089c448703b6da3a',1,'amrex::MLCGSolverT']]], - ['sparsewritingranks_17835',['sparseWritingRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7ea5dbf41c762d6e8e90def0b878ea8d',1,'amrex::NFilesIter']]], - ['special_17836',['Special',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dab844c3099506080d12c1145ccdafa585',1,'amrex::ErrorRec']]], - ['spherical_17837',['SPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaaa0c55dfafca5806f988babd974f5b158',1,'amrex::CoordSys']]], - ['split_5fbounds_17838',['split_bounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a696ffed713794753cb3d42f63eaad6ab',1,'amrex::ForkJoin']]], - ['spos_17839',['spos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a0a9ed9969064cb80a76c99f89d3bf4f2',1,'amrex::StreamRetry']]], - ['src_17840',['src',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a45bf31bfbfe4a36b332561392e77a997',1,'amrex::PCData']]], - ['src_5fcomp_17841',['src_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a9bdf3dc879b2ee93a3dd1b84ffdf294b',1,'amrex::StateDataPhysBCFunct']]], - ['src_5fcomponent_17842',['src_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#abde0cfb7cbd64033b3462d65905c5831',1,'amrex::NonLocalBC::PackComponents']]], - ['src_5fgrid_17843',['src_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6fead2902da1385e8caf89e7befdc5eb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a9c7b2de6a18a790a0c6ab11755a9bcbe',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_grid()']]], - ['src_5findex_17844',['src_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a5da18ae8999a27536fe8c377794f1419',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a45d5ea1b77c02b73d2197c51213f7115',1,'amrex::NeighborParticleContainer::NeighborCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a50153a66460c821e4fd0097b5517d799',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_index()']]], - ['src_5flevel_17845',['src_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a2af15e9231edc21de5283a90399097f2',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a40b53edfb8a608ea7034a66f0cb371cb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_level()']]], - ['src_5ftile_17846',['src_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a7560937506c656826660a420d1eebfa0',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#adb4d25c3b04bf9a07033ae7f5577dc67',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_tile()']]], - ['srccomp_17847',['srcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a01917a2e8e16dff02f56a81a578687f1',1,'amrex::FabArrayBase::FabComTag::srcComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abf33adc9a73450887814df15429e64ac',1,'amrex::FabCopyDescriptor::srcComp()']]], - ['srcindex_17848',['srcIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa03667cd08814ea67d8fc2170a93a07c',1,'amrex::FabArrayBase::CopyComTag']]], - ['sros_17849',['sros',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#af59c34dc9c7f3ff811de893776f96ea1',1,'amrex::StreamRetry']]], - ['ss_17850',['SS',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ae3184e7fc000b566c6058b4a56d44968',1,'hacc::Error']]], - ['ss_17851',['ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac4b44832e48e2668106dbfec83c8acca',1,'amrex::PrintToFile::ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#abfc9a46813216f47dd6fd4ef6fb90c36',1,'amrex::Print::ss()']]], - ['stackdepth_17852',['stackDepth',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a07acaf5c443edd83d069c9056d2284e3',1,'BLProfStats::CallTreeNode']]], - ['stacktime_17853',['stackTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#abbd67971ba1617870613e5a4a6bf3e48',1,'BLProfStats::CallTreeNode']]], - ['standard_17854',['Standard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dabd4b8573edb15206522a41ee3a5db143',1,'amrex::ErrorRec']]], - ['start_17855',['start',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#a93562832d8584826a1f57b96049a788c',1,'amrex::StateData::TimeInterval']]], - ['start_5ftime_17856',['start_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad97c2f4d6656288b817b8bbcc0bba7b6',1,'amrex::Amr']]], - ['starttime_17857',['startTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acc1a0426cbe4ab8ec7294472aacc285e',1,'BLProfStats::TimeRange']]], - ['startx_17858',['startX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3bfcf78a8127217941d34f3970937b19',1,'amrex::XYPlotDataList']]], - ['startxi_17859',['startXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a2c1253f78f993bd3c632364c7e8aca1e',1,'amrex::XYPlotDataListLink']]], - ['state_17860',['state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac00306c6990dffb14241578a8f4aa281',1,'amrex::AmrLevel']]], - ['state_5fplot_5fvars_17861',['state_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a68d5307a670be15bf2684597d9a4484a',1,'amrex::Amr']]], - ['state_5fsmall_5fplot_5fvars_17862',['state_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6332120c4e7b5df16dc8631e98b42d39',1,'amrex::Amr']]], - ['statedata_17863',['statedata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a555d0d4c4ae81f45d2cd854bc9d64ead',1,'amrex::StateDataPhysBCFunct']]], - ['statemetadata_17864',['StateMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a786f177417b2aff2c65612249af325af',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['states_17865',['States',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a0765f0ebcbf2472c5229c18dc941432d',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['stats_17866',['stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a482a19ba37661846afa0f40688702f95',1,'amrex::NonLocalBC::CommData::stats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5205c680d2a8d3fd69195aab83ce3b7a',1,'amrex::TinyProfiler::stats()']]], - ['statsmap_17867',['statsmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac803023249064c812474a5aa120ef397',1,'amrex::TinyProfiler']]], - ['status_17868',['status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa0e103be8fb2a7e42cecf5a2522d3267',1,'amrex::Scan::detail::BlockStatus< T, false >::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'amrex::Scan::detail::STVA::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'STVA< U >::status()']]], - ['stencil_17869',['stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a73dd70f5641b8d1fb5af628c304404a9',1,'amrex::HypreABecLap2']]], - ['stencil_5fwidth_17870',['stencil_width',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a2d02dfb2273a47559f2cdb441f5843f0',1,'amrex::ParticleInterpolator::Linear::stencil_width()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#af95b5b093ce12502507d13ac8fe96254',1,'amrex::ParticleInterpolator::Nearest::stencil_width()']]], - ['stop_17871',['stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#add8128cb7af0fe0a981329a09e5fee37',1,'amrex::StateData::TimeInterval']]], - ['stoptime_17872',['stopTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a69fd0fb94f6216e039668dd5280a9bb0',1,'BLProfStats::TimeRange']]], - ['strategy_17873',['strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a922cc68b9dce362ee62f0d724dede442',1,'amrex::ForkJoin::MFFork']]], - ['streadtag_17874',['stReadTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa46825b65b950336cbbdf7fdad5bd4d0',1,'amrex::NFilesIter']]], - ['stream_5fmax_5ftries_17875',['stream_max_tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a21bfe4d69a3d61259e419781fac7e519',1,'amrex::Amr']]], - ['streamindex_17876',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5c894f80bcd597d413fb19d8d9d3637a',1,'BLProfStats::BLPDataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#abb82343828610d370167b0392caea97e',1,'RegionsProfStats::DataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a13d897811c92d1e7088cb5d11623f636',1,'CommProfStats::DataBlock::streamIndex()']]], - ['streams_17877',['streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a6387ff79e8fcfbfdcfbc7dd8d8e78621',1,'amrex::MFIter']]], - ['stride_17878',['stride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a43b1a4e88127b9fe9ec9c37c5623d5ed',1,'amrex::CellData']]], - ['stride1_17879',['stride1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a9f61817deacaa878d06ec111526eb676',1,'amrex::Table4D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a2364337755de91dfe210ddb6e13d9917',1,'amrex::Table3D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'Table2D< RT >::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'amrex::Table2D::stride1()']]], - ['stride2_17880',['stride2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a57bde5d86b817e2779189949f8b589c5',1,'amrex::Table4D::stride2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a3fd3906154fd716964cdd75b4694c9b2',1,'amrex::Table3D::stride2()']]], - ['stride3_17881',['stride3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a0084b4eab04a94241c76c5fc15c6e30a',1,'amrex::Table4D']]], - ['strong_5fthreshold_17882',['strong_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#acbc3e949322292ed5e578e8a2bd87bb3',1,'amrex::Hypre']]], - ['stwritetag_17883',['stWriteTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae9224fba010f5b9f9b337f1e1ebdbbec',1,'amrex::NFilesIter']]], - ['sub_5fcycle_17884',['sub_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1fa04ad61e5931bab05e515255c447d1',1,'amrex::Amr']]], - ['subbox_17885',['subBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a799a901c3f374cb4499799fce9b67d2e',1,'amrex::FabCopyDescriptor']]], - ['subcycling_5fmode_17886',['subcycling_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a746a85f8a72742a006a5c78de497c3f9',1,'amrex::Amr']]], - ['subregionminmax_17887',['SUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea503682758a9652794035ca63ab96c560',1,'amrex::Amrvis']]], - ['suffix_17888',['suffix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a87fb6f4eaeaa1e62c31a3f1b4c451a87',1,'amrex::StreamRetry']]], - ['sum_17889',['sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569dadb62579be9a4f3141fb640a655f49f52',1,'amrex::detail']]], - ['sunctx_17890',['sunctx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a148c3b08445f55f8a9ceca1f25f1d7f0',1,'amrex::SundialsIntegrator::sunctx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ac93fe349524feb542323ce4507856d52',1,'amrex::sundials::MemoryHelper::sunctx()']]], - ['superparticle_5fsize_17891',['superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superparticle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'amrex::ParticleContainer_impl::superparticle_size()']]], - ['svtkdoublearray_17892',['svtkDoubleArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a21643ca604baa89f6786319692943c6d',1,'amrex::InSituUtils']]], - ['swap_5findices_17893',['swap_indices',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc',1,'amrex::NonLocalBC']]], - ['symmetry_5fhi_17894',['symmetry_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a7a3462af841aacc118bd8e1e3d4a98eb',1,'amrex::CurlCurlSymmetryInfo']]], - ['symmetry_5flo_17895',['symmetry_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa4040f6df25eb0fb94c03bba910d9077',1,'amrex::CurlCurlSymmetryInfo']]], - ['sys_5fname_17896',['sys_name',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c',1,'amrex']]], - ['syserror_17897',['SysError',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a4a9d9e1dee3986d055bf6c64729b3dee',1,'hacc::Error']]], - ['sz_5fmempool_17898',['sz_mempool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a8f655ec2d94e45e273647a1e602b0c57',1,'amrex::amrex_iparser::sz_mempool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#af0acb0644812be5dc5a7c0d1a116e8f3',1,'amrex::amrex_parser::sz_mempool()']]], - ['szi_17899',['szi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ac54b332ae65afbcd1863fa9ae4174cc2',1,'amrex_mempool_module']]] + ['s_17853',['s',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a45b983ef388900bd6a62165ed8c9564a',1,'AMREX_PARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a8105da3c7746493ffd665cd25bb19ca8',1,'AMREX_IPARSERSTYPE::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a879a0faae6497e8e45702c6a99625c74',1,'amrex::parser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#af27d7bf4df42d8910cc787d006ec42ce',1,'amrex::iparser_assign::s()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a856736317ca9e27fa41f05d3d0b42cd6',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::s()']]], + ['s_5fcurrent_17854',['S_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a72de24a588880e733ef7ff90365645a1',1,'amrex::FEIntegrator::S_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a9619066e96c1ff5ad635c2597744192e',1,'amrex::RKIntegrator::S_current()']]], + ['sboundarywidth_17855',['sBoundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a04cbef7bbdc59553a3899ce2567e3f44',1,'amrex::AmrData']]], + ['sbox_17856',['sbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#a1c8df51daf5ac3a9d20522cfdb6ab004',1,'amrex::FabArrayBase::CopyComTag']]], + ['sc_17857',['sc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#ae011fd687383f2ecfa3e40ad6fdf7501',1,'amrex::DeriveRec::StateRange']]], + ['sc_17858',['SC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ad7ca6cbcd2440f36bb0b02a9ffcfe6f5',1,'amrex::PCData']]], + ['scalar_5fa_17859',['scalar_a',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a5cc787cbd77e527e4c58e58904305531',1,'amrex::Hypre::scalar_a()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a8ac31a926fe9e667d3f4edd227a855f5',1,'amrex::PETScABecLap::scalar_a()']]], + ['scalar_5fb_17860',['scalar_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a8cb2fde2e6ce7be52d40bc7ee19f7ae3',1,'amrex::Hypre::scalar_b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd0ebc00024206fb8e730aef57ad9fd2',1,'amrex::PETScABecLap::scalar_b()']]], + ['scomp_17861',['scomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a869352ea49403f3d983d945d75b914a8',1,'amrex::FBData']]], + ['sdc_5fclenshaw_5fcurtis_17862',['sdc_clenshaw_curtis',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aca3c8a3144793139f180db29ce39153c',1,'sdcquadrature_mod']]], + ['sdc_5fcomposite_5fnodes_17863',['sdc_composite_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#ab0462ece2c230549e39bb8d8b7cd205c',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5flegendre_17864',['sdc_gauss_legendre',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a62cfff98d5899c5934e7b29264eaaeef',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5flobatto_17865',['sdc_gauss_lobatto',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aa7cccac0d6dc3b28a4dc2a329214a698',1,'sdcquadrature_mod']]], + ['sdc_5fgauss_5fradau_17866',['sdc_gauss_radau',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a7b8799c586d6a5def7cb8f3c517b5e7b',1,'sdcquadrature_mod']]], + ['sdc_5fno_5fleft_17867',['sdc_no_left',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a95aa940d0fc9d580c3facf460de23d21',1,'sdcquadrature_mod']]], + ['sdc_5fproper_5fnodes_17868',['sdc_proper_nodes',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8926569834e03ad73326955f04c8f3eb',1,'sdcquadrature_mod']]], + ['sdc_5funiform_17869',['sdc_uniform',['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#aac87ed7a643061e124406a48d5ac55c1',1,'sdcquadrature_mod']]], + ['seekindex_17870',['seekIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#aced5d9bea68d78a0e937d8594ecd647d',1,'CommProfStats::ReductionEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#ab15687c13dfc4641ab7ce30d42d8c560',1,'CommProfStats::BarrierEntry::seekIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#a5373d338c77db06b69e211db7740df64',1,'CommProfStats::NameTagEntry::seekIndex()']]], + ['seekpos_17871',['seekpos',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#adb82ca461a4fa2596be2dc2acb05a049',1,'RegionsProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#ac98f94d5bca49ab6e4dda40999636b31',1,'CommProfStats::DataBlock::seekpos()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#afa44281224a9a055b83be13abcc8fe51',1,'BLProfStats::BLPDataBlock::seekpos()']]], + ['self_17872',['self',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a17cda1536be174c164b9d442fcf354af',1,'process_topology_t']]], + ['semicoarsening_5fdirection_17873',['semicoarsening_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#af940b94437ae9286df0f551aa28c8119',1,'amrex::LPInfo']]], + ['send_17874',['send',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#a18b34e7c60c895b063c694f7745190ae',1,'amrex::NonLocalBC::CommHandler']]], + ['send_5fdata_17875',['send_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a5ba336738781f2d529bbb68a7f297e17',1,'amrex::NeighborParticleContainer::send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac562fa064a61bafbf187dbf6f37d00ce',1,'amrex::FBData::send_data()']]], + ['send_5freqs_17876',['send_reqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3bdae5df3d248131a52ab1d0f65603fb',1,'amrex::PCData::send_reqs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ac37fd86847fa215e7b422a70cb40d62d',1,'amrex::FBData::send_reqs()']]], + ['sendtime_17877',['sendTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a90d32c59e4f098252339903fa293d8f6',1,'CommProfStats::SendRecvPair']]], + ['serial_17878',['Serial',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a78f596e766995fe79e9feefa86af852b',1,'amrex::BinPolicy']]], + ['set_17879',['SET',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa0a8540b96d3e93084532672dad69790c',1,'amrex::TagBox']]], + ['setbuf_17880',['setBuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0ab15576cd65ae5152ba609b54b24550',1,'amrex::VisMF']]], + ['setzeroprocs_17881',['setZeroProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a3862f6ec68ebefd530ce66a3bd5e37b2',1,'amrex::NFilesIter']]], + ['seven_17882',['seven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#adcf19334126a0c0621bb1a5d277f513e',1,'amrex_constants_module']]], + ['seven12th_17883',['seven12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a9da77625a7b0670eb8278879579f82f4',1,'amrex_constants_module']]], + ['seventh_17884',['seventh',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0b5112227b87f2cc4d60b17991780f73',1,'amrex_constants_module']]], + ['sfab_17885',['sfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a2090663b968b8d0d0fa2f210d59deb99',1,'amrex::Array4CopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#af951da5bee9c280eac072aaf7f9339af',1,'amrex::Array4MaskCopyTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#ae6df6358ea8d160540ea882aeb87f3d7',1,'amrex::Array4PairTag::sfab()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a4ff330a96d834decbe692af33b5ef290',1,'FabCopyTag::sfab()']]], + ['sfc_17886',['SFC',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8ad783c9afd6b9c9388ebbb4498c6b39e4',1,'amrex::DistributionMapping']]], + ['sfc_5fthreshold_17887',['sfc_threshold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3b82c3e2c727baf0805e10a006744bc0',1,'amrex']]], + ['shared_17888',['shared',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabInfo.html#aad9bb4d1cfbd53be67289b734bf5042c',1,'amrex::FabInfo']]], + ['shared_5fmemory_17889',['shared_memory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< Real >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< PetscInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< HYPRE_Int >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< EBCellFlag >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< char >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'BaseFab< AtomicInt >::shared_memory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a4e65169d29942cf3adde870d63a91834',1,'amrex::BaseFab::shared_memory()']]], + ['sharedmem_17890',['sharedMem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#aec6fe7611547a4813a4f2d79d341675a',1,'amrex::Gpu::ExecutionConfig']]], + ['shmem_17891',['shmem',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< IArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'amrex::FabArray::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< TagBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< FArrayBox >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::Mask >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::EBCellFlagFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::CutFab >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< PetscInt > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::shmem()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abc3985ed98ddaf530bde81076c0295de',1,'FabArray< amrex::BaseFab< AtomicInt > >::shmem()']]], + ['sign_17892',['sign',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a636f8deeca6a119cd092b5a3257631cc',1,'amrex::ParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a3a8fe25b0375f175a86024aef70cd49b',1,'amrex::NonLocalBC::MultiBlockIndexMapping::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#a2fba2695fb011df9b7cc71d61b8ce8f2',1,'amrex::IParserExeSUB_PN::sign()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a07d4bc291fdef66c95f2bb4a5fcfb44b',1,'amrex::IParserExeSUB::sign()']]], + ['signal_5fhandling_17893',['signal_handling',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a849ecc2f5e60d79d5ae3dfacee28ca4f',1,'amrex::system']]], + ['simdata_17894',['SimData',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ae53eccbcdd637ad1dcbdc0be4e895dc8',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['simmetadata_17895',['SimMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#ab54c62846a8614acc3d677a975186569',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['single_5fvalued_17896',['single_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a34d542ffa101be3b08b45ad08a1aa41e',1,'amrex_ebcellflag_module']]], + ['single_5fvalued_5fbits_17897',['single_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#acc96dac6bf3def385c6a9bd418b71b6e',1,'amrex::EBCellFlag']]], + ['single_5fvof_5fbits_17898',['single_vof_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a7ee55a07343cf958411c2400a2925a9a',1,'amrex::EBCellFlag']]], + ['six_17899',['six',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a82956dfe228acd8237172da6676e9e6c',1,'amrex_constants_module']]], + ['sixteen_17900',['sixteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aeb6d1230cd2bb69d1e8a79f646808baa',1,'amrex_constants_module']]], + ['sixth_17901',['sixth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2e70eb2f49e4b9b3e0f31f677b28c43',1,'amrex_constants_module']]], + ['size_17902',['size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a89260b2a2531381fabe737e7186860b2',1,'amrex::FabArrayBase::CacheStats::size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a003cda29a508c69f8a9cb1ee80c7b72b',1,'amrex::NonLocalBC::CommData::size()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a15a7c9b713844d961e224cec1e1b07cf',1,'CommProfStats::DataBlock::size()']]], + ['sizeinreal_17903',['SizeInReal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a566da28aaf6d6cb87b9dc2b2fbf1c889',1,'amrex::ArrayOfStructs']]], + ['skippltlines_17904',['skipPltLines',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aea8c1f5867b40ff35944f471b3808071',1,'amrex::AmrData']]], + ['slowblink_17905',['SlowBlink',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a0a6af2cfc3d3c8e71bd2d45f6e3362fa',1,'amrex::Font']]], + ['small_5fplot_5ffile_5froot_17906',['small_plot_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a55fb651c5355f362017c26f4f02cc127',1,'amrex::Amr']]], + ['small_5fplot_5fint_17907',['small_plot_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a61f6ee1066c6df367e8b5f3680965b0e',1,'amrex::Amr']]], + ['small_5fplot_5flog_5fper_17908',['small_plot_log_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ab75c18875ec4f6d84cb1bfe4518ea81b',1,'amrex::Amr']]], + ['small_5fplot_5fper_17909',['small_plot_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa9f5b7511d029e894847247437d90e19',1,'amrex::Amr']]], + ['small_5fvel_17910',['small_vel',['../group__Utilities.html#ga57d5ce9bc3bca16e249c611342f3c550',1,'hydro_constants.H']]], + ['smallend_17911',['smallend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'amrex::BoxND::smallend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a0cc8b0304a0f5c4b663f348a3b50bedf',1,'BoxND< AMREX_SPACEDIM >::smallend()']]], + ['snd_5fbuffer_17912',['snd_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8fd0536bf961bc912c1a380d93b077dd',1,'amrex::NeighborParticleContainer']]], + ['sol_17913',['sol',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a7aeb729c30c8d86610ced5cbb03fedc1',1,'SDCstruct::sol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab6f5f94d1d7ce12cb556b0cab630f5af',1,'amrex::MLMGT::sol()']]], + ['sol_5fis_5falias_17914',['sol_is_alias',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#acb90259a394dcc6252806b5a533ec9fc',1,'amrex::MLMGT']]], + ['solve_5fcalled_17915',['solve_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2b20154bea5f4c9076bc6d50529a44b2',1,'amrex::MLMGT']]], + ['solve_5ftime_17916',['solve_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdafe6893b283399428e6511e5ce0780e7c',1,'amrex::MLMGT']]], + ['solver_17917',['solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3205603faeee158a49f3ab4b8732d57b',1,'amrex::HypreABecLap2::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a41e38522e51d31b8db271795fb039304',1,'amrex::HypreABecLap::solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a976f5746ad0716c9506ffebd4c4a6cd2',1,'amrex::PETScABecLap::solver()']]], + ['solver_5ftype_17918',['solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#af2a29b081fce0743089c448703b6da3a',1,'amrex::MLCGSolverT']]], + ['sparsewritingranks_17919',['sparseWritingRanks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7ea5dbf41c762d6e8e90def0b878ea8d',1,'amrex::NFilesIter']]], + ['special_17920',['Special',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dab844c3099506080d12c1145ccdafa585',1,'amrex::ErrorRec']]], + ['spherical_17921',['SPHERICAL',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaaa0c55dfafca5806f988babd974f5b158',1,'amrex::CoordSys']]], + ['split_5fbounds_17922',['split_bounds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a696ffed713794753cb3d42f63eaad6ab',1,'amrex::ForkJoin']]], + ['spos_17923',['spos',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a0a9ed9969064cb80a76c99f89d3bf4f2',1,'amrex::StreamRetry']]], + ['src_17924',['src',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a45bf31bfbfe4a36b332561392e77a997',1,'amrex::PCData']]], + ['src_5fcomp_17925',['src_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a9bdf3dc879b2ee93a3dd1b84ffdf294b',1,'amrex::StateDataPhysBCFunct']]], + ['src_5fcomponent_17926',['src_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#abde0cfb7cbd64033b3462d65905c5831',1,'amrex::NonLocalBC::PackComponents']]], + ['src_5fgrid_17927',['src_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6fead2902da1385e8caf89e7befdc5eb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a9c7b2de6a18a790a0c6ab11755a9bcbe',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_grid()']]], + ['src_5findex_17928',['src_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a5da18ae8999a27536fe8c377794f1419',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a45d5ea1b77c02b73d2197c51213f7115',1,'amrex::NeighborParticleContainer::NeighborCopyTag::src_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a50153a66460c821e4fd0097b5517d799',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_index()']]], + ['src_5flevel_17929',['src_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a2af15e9231edc21de5283a90399097f2',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a40b53edfb8a608ea7034a66f0cb371cb',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_level()']]], + ['src_5ftile_17930',['src_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1InverseCopyTag.html#a7560937506c656826660a420d1eebfa0',1,'amrex::NeighborParticleContainer::InverseCopyTag::src_tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#adb4d25c3b04bf9a07033ae7f5577dc67',1,'amrex::NeighborParticleContainer::NeighborIndexMap::src_tile()']]], + ['srccomp_17931',['srcComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a01917a2e8e16dff02f56a81a578687f1',1,'amrex::FabArrayBase::FabComTag::srcComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abf33adc9a73450887814df15429e64ac',1,'amrex::FabCopyDescriptor::srcComp()']]], + ['srcindex_17932',['srcIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa03667cd08814ea67d8fc2170a93a07c',1,'amrex::FabArrayBase::CopyComTag']]], + ['sros_17933',['sros',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#af59c34dc9c7f3ff811de893776f96ea1',1,'amrex::StreamRetry']]], + ['ss_17934',['ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#ac4b44832e48e2668106dbfec83c8acca',1,'amrex::PrintToFile::ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#abfc9a46813216f47dd6fd4ef6fb90c36',1,'amrex::Print::ss()']]], + ['ss_17935',['SS',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#ae3184e7fc000b566c6058b4a56d44968',1,'hacc::Error']]], + ['stackdepth_17936',['stackDepth',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a07acaf5c443edd83d069c9056d2284e3',1,'BLProfStats::CallTreeNode']]], + ['stacktime_17937',['stackTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#abbd67971ba1617870613e5a4a6bf3e48',1,'BLProfStats::CallTreeNode']]], + ['standard_17938',['Standard',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872dabd4b8573edb15206522a41ee3a5db143',1,'amrex::ErrorRec']]], + ['start_17939',['start',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#a93562832d8584826a1f57b96049a788c',1,'amrex::StateData::TimeInterval']]], + ['start_5ftime_17940',['start_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad97c2f4d6656288b817b8bbcc0bba7b6',1,'amrex::Amr']]], + ['starttime_17941',['startTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#acc1a0426cbe4ab8ec7294472aacc285e',1,'BLProfStats::TimeRange']]], + ['startx_17942',['startX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3bfcf78a8127217941d34f3970937b19',1,'amrex::XYPlotDataList']]], + ['startxi_17943',['startXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a2c1253f78f993bd3c632364c7e8aca1e',1,'amrex::XYPlotDataListLink']]], + ['state_17944',['state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ac00306c6990dffb14241578a8f4aa281',1,'amrex::AmrLevel']]], + ['state_5fplot_5fvars_17945',['state_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a68d5307a670be15bf2684597d9a4484a',1,'amrex::Amr']]], + ['state_5fsmall_5fplot_5fvars_17946',['state_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6332120c4e7b5df16dc8631e98b42d39',1,'amrex::Amr']]], + ['statedata_17947',['statedata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a555d0d4c4ae81f45d2cd854bc9d64ead',1,'amrex::StateDataPhysBCFunct']]], + ['statemetadata_17948',['StateMetadata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a786f177417b2aff2c65612249af325af',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['states_17949',['States',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a0765f0ebcbf2472c5229c18dc941432d',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['stats_17950',['stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a482a19ba37661846afa0f40688702f95',1,'amrex::NonLocalBC::CommData::stats()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a5205c680d2a8d3fd69195aab83ce3b7a',1,'amrex::TinyProfiler::stats()']]], + ['statsmap_17951',['statsmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ac803023249064c812474a5aa120ef397',1,'amrex::TinyProfiler']]], + ['status_17952',['status',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#aa0e103be8fb2a7e42cecf5a2522d3267',1,'amrex::Scan::detail::BlockStatus< T, false >::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'amrex::Scan::detail::STVA::status()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#a5a2e4baacb91eac373043018ffabd1fe',1,'STVA< U >::status()']]], + ['stencil_17953',['stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a73dd70f5641b8d1fb5af628c304404a9',1,'amrex::HypreABecLap2']]], + ['stencil_5fwidth_17954',['stencil_width',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a2d02dfb2273a47559f2cdb441f5843f0',1,'amrex::ParticleInterpolator::Linear::stencil_width()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#af95b5b093ce12502507d13ac8fe96254',1,'amrex::ParticleInterpolator::Nearest::stencil_width()']]], + ['stop_17955',['stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StateData_1_1TimeInterval.html#add8128cb7af0fe0a981329a09e5fee37',1,'amrex::StateData::TimeInterval']]], + ['stoptime_17956',['stopTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1TimeRange.html#a69fd0fb94f6216e039668dd5280a9bb0',1,'BLProfStats::TimeRange']]], + ['strategy_17957',['strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a922cc68b9dce362ee62f0d724dede442',1,'amrex::ForkJoin::MFFork']]], + ['streadtag_17958',['stReadTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aa46825b65b950336cbbdf7fdad5bd4d0',1,'amrex::NFilesIter']]], + ['stream_5fmax_5ftries_17959',['stream_max_tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a21bfe4d69a3d61259e419781fac7e519',1,'amrex::Amr']]], + ['streamindex_17960',['streamIndex',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a5c894f80bcd597d413fb19d8d9d3637a',1,'BLProfStats::BLPDataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#abb82343828610d370167b0392caea97e',1,'RegionsProfStats::DataBlock::streamIndex()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a13d897811c92d1e7088cb5d11623f636',1,'CommProfStats::DataBlock::streamIndex()']]], + ['streams_17961',['streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a6387ff79e8fcfbfdcfbc7dd8d8e78621',1,'amrex::MFIter']]], + ['stride_17962',['stride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a43b1a4e88127b9fe9ec9c37c5623d5ed',1,'amrex::CellData']]], + ['stride1_17963',['stride1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a9f61817deacaa878d06ec111526eb676',1,'amrex::Table4D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a2364337755de91dfe210ddb6e13d9917',1,'amrex::Table3D::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'Table2D< RT >::stride1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#acd2464cad98d33e77dbf181904ef9749',1,'amrex::Table2D::stride1()']]], + ['stride2_17964',['stride2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a57bde5d86b817e2779189949f8b589c5',1,'amrex::Table4D::stride2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a3fd3906154fd716964cdd75b4694c9b2',1,'amrex::Table3D::stride2()']]], + ['stride3_17965',['stride3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#a0084b4eab04a94241c76c5fc15c6e30a',1,'amrex::Table4D']]], + ['strong_5fthreshold_17966',['strong_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#acbc3e949322292ed5e578e8a2bd87bb3',1,'amrex::Hypre']]], + ['stwritetag_17967',['stWriteTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae9224fba010f5b9f9b337f1e1ebdbbec',1,'amrex::NFilesIter']]], + ['sub_5fcycle_17968',['sub_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1fa04ad61e5931bab05e515255c447d1',1,'amrex::Amr']]], + ['subbox_17969',['subBox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a799a901c3f374cb4499799fce9b67d2e',1,'amrex::FabCopyDescriptor']]], + ['subcycling_5fmode_17970',['subcycling_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a746a85f8a72742a006a5c78de497c3f9',1,'amrex::Amr']]], + ['subregionminmax_17971',['SUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea503682758a9652794035ca63ab96c560',1,'amrex::Amrvis']]], + ['suffix_17972',['suffix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a87fb6f4eaeaa1e62c31a3f1b4c451a87',1,'amrex::StreamRetry']]], + ['sum_17973',['sum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569dadb62579be9a4f3141fb640a655f49f52',1,'amrex::detail']]], + ['sunctx_17974',['sunctx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a148c3b08445f55f8a9ceca1f25f1d7f0',1,'amrex::SundialsIntegrator::sunctx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#ac93fe349524feb542323ce4507856d52',1,'amrex::sundials::MemoryHelper::sunctx()']]], + ['superparticle_5fsize_17975',['superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::superparticle_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0f5632ab05c6d5c93ec4c4deb0ed0753',1,'amrex::ParticleContainer_impl::superparticle_size()']]], + ['svtkdoublearray_17976',['svtkDoubleArray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a21643ca604baa89f6786319692943c6d',1,'amrex::InSituUtils']]], + ['swap_5findices_17977',['swap_indices',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#a618f8d1f0b1258ad4931eb6a5ae65ebc',1,'amrex::NonLocalBC']]], + ['symmetry_5fhi_17978',['symmetry_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#a7a3462af841aacc118bd8e1e3d4a98eb',1,'amrex::CurlCurlSymmetryInfo']]], + ['symmetry_5flo_17979',['symmetry_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlSymmetryInfo.html#aa4040f6df25eb0fb94c03bba910d9077',1,'amrex::CurlCurlSymmetryInfo']]], + ['sys_5fname_17980',['sys_name',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac42537a3d9d5a2f6c6fac15f99f66c',1,'amrex']]], + ['syserror_17981',['SysError',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Error.html#a4a9d9e1dee3986d055bf6c64729b3dee',1,'hacc::Error']]], + ['sz_5fmempool_17982',['sz_mempool',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__iparser.html#a8f655ec2d94e45e273647a1e602b0c57',1,'amrex::amrex_iparser::sz_mempool()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1amrex__parser.html#af0acb0644812be5dc5a7c0d1a116e8f3',1,'amrex::amrex_parser::sz_mempool()']]], + ['szi_17983',['szi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mempool__module.html#ac54b332ae65afbcd1863fa9ae4174cc2',1,'amrex_mempool_module']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_14.js b/amrex-hydro/Doxygen/html/search/variables_14.js index 638b079..2a1a401 100644 --- a/amrex-hydro/Doxygen/html/search/variables_14.js +++ b/amrex-hydro/Doxygen/html/search/variables_14.js @@ -1,62 +1,62 @@ var searchData= [ - ['t_5finit_17900',['t_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcb523d4f35aced1936bf2f559577201',1,'amrex::TinyProfiler']]], - ['t_5ftype_17901',['t_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a75ba4e192cc92deb94fa756eadba363f',1,'amrex::StateDescriptor']]], - ['tableau_17902',['tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ae967ca14edea4b4436eb438da434e081',1,'amrex::RKIntegrator']]], - ['tableau_5ftype_17903',['tableau_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a5a3126356b83a10727fc86bccf672d5f',1,'amrex::RKIntegrator']]], - ['tag_17904',['tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#af44e5964682abeb59937bec1038cdc9e',1,'amrex::FBData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3d9d2fe62bbf3d6d228fb14bbe04eb34',1,'amrex::PCData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a9181e7c0f1db606e69bad91e0e720010',1,'CommProfStats::SendRecvPair::tag()']]], - ['tagged_17905',['tagged',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a18861d2c89c00308cd93273d54ccaabf',1,'amrex::FabArrayBase::RegionTag']]], - ['tagmax_17906',['tagMax',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad3ce9b9573e0f43ea2f7cc97c9709110',1,'CommProfStats']]], - ['tagmin_17907',['tagMin',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae44e713714a3c31191ab760bee0d4df',1,'CommProfStats']]], - ['tags_17908',['tags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#ad0f86517b8114fbc3cfd3c5ef532a592',1,'amrex::MFInfo']]], - ['task_5fme_17909',['task_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac7e00cc0d9436d4445b3e338b46dd003',1,'amrex::ForkJoin']]], - ['task_5foutput_5fdir_17910',['task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac17370c5ba5f31bf037c5ca3992c3f66',1,'amrex::ForkJoin']]], - ['ten_17911',['ten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a629e9df315fc853fd9996d553493c395',1,'amrex_constants_module']]], - ['tenth_17912',['tenth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a',1,'amrex_constants_module']]], - ['the_5fdata_17913',['the_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a543e95dcf88e9bc9ec1a944364639037',1,'amrex::NonLocalBC::CommData']]], - ['the_5ffuncs_17914',['the_funcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a6dd906af9d999ab3e04b156b38605bbf',1,'amrex::MemProfiler']]], - ['the_5ffuncs_5fbuilds_17915',['the_funcs_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1e3b2c95bff96ca4c2f14152e7ad179e',1,'amrex::MemProfiler']]], - ['the_5finstance_17916',['the_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a40ba66fec50cd477016a8ce11568f4ac',1,'amrex::MemProfiler']]], - ['the_5fnames_17917',['the_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#ab272efb42368045a4256dfcb96957910',1,'amrex::MemProfiler']]], - ['the_5fnames_5fbuilds_17918',['the_names_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a30a2f79d4632035a2ad21fc81e47071a',1,'amrex::MemProfiler']]], - ['the_5fnext_5fid_17919',['the_next_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a46b64285f66ebd66e86258462b440c51',1,'amrex::Particle::the_next_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3f85e00a49d46ad2446cc39e7c921742',1,'amrex::SoAParticle::the_next_id()']]], - ['the_5frecv_5fdata_17920',['the_recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a4685b9db726b95a19ccbe2b6ee33a433',1,'amrex::PCData::the_recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a3e3b282afdf75099193c3c85ea5effa3',1,'amrex::FBData::the_recv_data()']]], - ['the_5fsend_5fdata_17921',['the_send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a938e0208e00afba91947616b5e70d600',1,'amrex::FBData::the_send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a8dee05ab1688d643feb6d74e82a15bf3',1,'amrex::PCData::the_send_data()']]], - ['third_17922',['third',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a09ef6234d430ece0cd17687b6206eb28',1,'amrex_constants_module']]], - ['thread_5fnum_17923',['thread_num',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a123477aaf6e887c71714158dece38727',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['three_17924',['three',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584',1,'amrex_constants_module']]], - ['three4th_17925',['three4th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463',1,'amrex_constants_module']]], - ['throw_5fexception_17926',['throw_exception',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa5a72eccc4e6ab6e6b2ac7dcfdd2ce7f',1,'amrex::MLMGT::throw_exception()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2',1,'amrex::system::throw_exception()']]], - ['tile_17927',['tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ea50c3d653aa391c3a8ce0d315681fcaee',1,'amrex::NeighborParticleContainer::MaskComps::tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a7a11bc66e1d170a3ff3419eb60892a57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::tile()']]], - ['tile_5farray_17928',['tile_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a10b2f0f6900d23295fe25fd526153f43',1,'amrex::MFIter']]], - ['tile_5fid_17929',['tile_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ab1cb9fb1641d54cde4a9a3dff3611f42',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['tile_5fsize_17930',['tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb03167dec6a952cfa60beb45a514dfa',1,'amrex::ParticleContainerBase::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a8daad07261e670c91e3d6788f152f668',1,'amrex::TileSize::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae64d80e0b2d14e9209c426a0654e8a1f',1,'amrex::MFIter::tile_size()']]], - ['tilearray_17931',['tileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#ae96f9cf0f9ad68ea664c018a6a4baa78',1,'amrex::FabArrayBase::TileArray']]], - ['tilesize_17932',['tilesize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a8926b61d823e5a23f6bbf00814afba13',1,'amrex::MFItInfo']]], - ['tiling_17933',['Tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a1db74b1bbdeb756077e4bc33e25a2740',1,'amrex::MFIter']]], - ['time_17934',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af36e6cd9e76d13205ad8dfc57cba5b58',1,'amrex::AmrData']]], - ['time_5fcurrent_17935',['time_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534',1,'amrex::RKIntegrator::time_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ae1493ee81180c4fc466c1dbeb8905681',1,'amrex::FEIntegrator::time_current()']]], - ['time_5fstep_17936',['time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad9211fc29fd1cd9a03025959738c90d4',1,'amrex::IntegratorBase']]], - ['timemax_17937',['timeMax',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a782fccabcc5cfc65934945eb51502963',1,'RegionsProfStats::DataBlock::timeMax()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#af575f4699084fd21a0c66470006d0aed',1,'CommProfStats::DataBlock::timeMax()']]], - ['timemin_17938',['timeMin',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a0e6da7295f52dca99d4abf096c1bed81',1,'CommProfStats::DataBlock::timeMin()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#acbca0639ad8b69e1f647d223eefc11da',1,'RegionsProfStats::DataBlock::timeMin()']]], - ['timer_17939',['timer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adb7400b1c29d0f33ed67e2a81702ed8a',1,'amrex::MLMGT']]], - ['timertime_17940',['timerTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e1dfbc9a0536493de4e0668b3955d15',1,'CommProfStats::DataBlock']]], - ['tmpsoln_17941',['tmpsoln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0ff36d67bd4b146e140a63de29c435e7',1,'amrex::HypreNodeLap']]], - ['topomap_17942',['TopoMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abfb633bdb2ee1411565556f31c867a32',1,'CommProfStats']]], - ['toproc_17943',['toProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a198cef4a2b826e76ca0cb0f01b926193',1,'amrex::FabArrayBase::FabComTag::toProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a979ac419ef56bad0832b4118e99eda12',1,'CommProfStats::SendRecvPair::toProc()']]], - ['total_5fbox_5fbytes_17944',['total_box_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa44a8c337df517114ccca6c8d4a2c11',1,'amrex::BARef']]], - ['total_5fbox_5fbytes_5fhwm_17945',['total_box_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a04d3d344f8124f6c49b5d0ab984a642b',1,'amrex::BARef']]], - ['total_5fhash_5fbytes_17946',['total_hash_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a2252a59c60e4bc7ad886663a4ebc32b0',1,'amrex::BARef']]], - ['total_5fhash_5fbytes_5fhwm_17947',['total_hash_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a65dc0d94878bc8772f54d69c57430979',1,'amrex::BARef']]], - ['totaltime_17948',['totalTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#adfed01a20c958b4193ab14d7409daa49',1,'BLProfStats::BLPDataBlock::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a39d682d74e38686a5bf06bfabb5827d1',1,'BLProfStats::CallTreeNode::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a950c1731cce4f46316a6e54354ef8882',1,'BLProfStats::FuncStat::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#aba79e3f8f7ada5cb344bbfd1c5edb711',1,'CommProfStats::SendRecvPair::totalTime()']]], - ['tprof_17949',['tprof',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#af05c972ffb11a5d0230dc3903fc0a33f',1,'amrex::TinyProfileRegion']]], - ['tries_17950',['tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ade275d3bbc75ea3549c7249d97e74f33',1,'amrex::StreamRetry']]], - ['truesize_17951',['truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< PetscInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< Real >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< HYPRE_Int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< EBCellFlag >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< char >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< AtomicInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'amrex::BaseFab::truesize()']]], - ['ttstack_17952',['ttstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a55b136d8859480b76a1311cff89009a0',1,'amrex::TinyProfiler']]], - ['twelfth_17953',['twelfth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b',1,'amrex_constants_module']]], - ['twelve_17954',['twelve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2d60ccfaa43dc70158dc8aac415b1a52',1,'amrex_constants_module']]], - ['two_17955',['two',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a3b52f9631247ee9d89ef856418d73e7e',1,'amrex_constants_module']]], - ['two3rd_17956',['two3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df',1,'amrex_constants_module']]], - ['typ_17957',['typ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1406cbb9152b357a39e877b78eb8ff0d',1,'amrex::MFIter::typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a7df7b9fdc8a7fdba375183541593b26b',1,'amrex::DeriveRec::StateRange::typ()']]], - ['type_17958',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html#a7aa866ce304756df44e2cfbdf4cdb784',1,'amrex::ParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#ae018d95c7129bf499a131fb284bde1dc',1,'amrex::ParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#ae7d2b89c080d7581c35ea33598155ae6',1,'amrex::ParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#ad2b74694830004b3943d8ecf9e602f9e',1,'amrex::ParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a4cd57a0c3e914ad6ef7e4f54d65921b4',1,'amrex::ParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a6969bcd1adff4a19ba555b7fd724be7c',1,'amrex::ParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html#aee3c7a5bb4e65811dcfe3ab16c20fb93',1,'amrex::ParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#a08584434561b18d3ac4065205cf7bf6d',1,'amrex::ParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#aef67f220560c6ca3d86dd47a94a52e85',1,'amrex::ParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#a9f206a8beeabf537b5a47812516e69ba',1,'amrex::ParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#a7fe680aa1738d34d0e33788579688262',1,'amrex::ParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#adb9ca0f0a0b6efe400c4af5ae8608587',1,'amrex::ParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a91a71da9f691a66c9f2e71804dafe02f',1,'amrex::ParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#aa321f932af8d39c77ac421f0d6a4078e',1,'amrex::ParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#ab196f95ee0e36a4fbc1b18ce8d9f0c53',1,'amrex::ParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#ab182a785cf030d698556e2803da29075',1,'amrex::ParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html#aa4d9491e106b3adcf5becc2f73da16dd',1,'amrex::ParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html#a77c8917540992718e369e3320230d475',1,'amrex::ParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#a1ad44de0386f4f0192b105d058b2e9ae',1,'amrex::ParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ab67f78b46e0bc2b7d9466373e9a16479',1,'amrex::ParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a56d500ab92f6615f3087792709558d42',1,'amrex::ParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#acb33de9ee20312affa72aa7cc80b8bdd',1,'amrex::StateDescriptor::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#a3f55ba0ebdeb29d040727aeb9a5d9b62',1,'amrex::MLCellLinOpT::BCTL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a809b74ddfbffcd70511e5e20825922e8',1,'amrex::iparser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#aea0c3322f1c0b3db9546d784b3ef0dd9',1,'amrex::iparser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ad9ac5f10f25fff1c94c9278ed534f916',1,'amrex::iparser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a20ef93d77882d7b595098dbeb0cbe0b8',1,'amrex::iparser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#af7a3a82dae0a61015d466fe927297c06',1,'amrex::iparser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#aa3be4d5aba9115516b016dd6e4035fa5',1,'amrex::iparser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#ab7dbb1ddebc9853860a4e44239d43ea5',1,'amrex::iparser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c1646fa8a69b59044dfa202fb6a2e9e',1,'amrex::SundialsIntegrator::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#adb7d2c84743735a7cfb9387544e29e69',1,'amrex::ParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a27fce7530cbea2d1fa6fbc8dcb9c292d',1,'amrex::ParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#afc0e358d3159bbe8dcb0687ad7000606',1,'amrex::ParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a158350ee674b01b235d333d40a6ce204',1,'amrex::ParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a590ef631bf89c5dc8c7f6a232d548b18',1,'amrex::ParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a400fca37b7f78f9e6b1f04cd1de6976e',1,'amrex::ParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html#a156affa7d9def076195b3bd1153adcf9',1,'amrex::ParserExeSUB_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html#a77aeae01642fffcebf743cdfec7f4c0e',1,'amrex::ParserExeSUB_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html#a4ca31d9a475c2efbf6fe68a3e661400b',1,'amrex::ParserExeSquare::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a17bdde21b0a5bb170322a52d31f1a7c4',1,'amrex::ParserExePOWI::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#ac5b7969a80a7145750cb1f3330b1cf5a',1,'amrex::IParserExeDIV_PV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a725cdc0204af80855eedba599abcf992',1,'amrex::IParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a184227ee3f68a827993e38e9084996a9',1,'amrex::IParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html#a93df2575265c783dfaf2d31061096ee6',1,'amrex::IParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a7bb51123fd9176fd16d1642a10b5a7a7',1,'amrex::IParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a62b95e6e4505cb34e9a445f619b32858',1,'amrex::IParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#a0437d1c7b416b9f3a6a8a9b574b7b634',1,'amrex::IParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a7a50865e273590e33f9f3dcaf27211c8',1,'amrex::IParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#af8e712385f4e02786eeabc904f906603',1,'amrex::IParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#af8f22736396620d196892cd95eafc1ad',1,'amrex::IParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a4454e177442a6dcd3837e39b6179c998',1,'amrex::IParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a8791d281a5af5e40f8960df23531a974',1,'amrex::IParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#adf0b877b38f5108c37c1afdf2dea71c9',1,'amrex::IParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#ae0d7379f27e90837da70b5ef2cead13a',1,'amrex::IParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#ab1cbd512c7b4e41049f386d0d4475614',1,'amrex::IParserExeDIV_NV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html#a90ade7ba9899bef3e720860e4f92e980',1,'amrex::IParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html#ae946130e48623805a3f09dec20aeb9c5',1,'amrex::IParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a0b827554ebdfc729e1c70e2495683136',1,'amrex::IParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#ac8b4fe2e5abb09807e3f07116c90e289',1,'amrex::IParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a1d9a01f7c1cfbe284059cd97395f349b',1,'amrex::IParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#aecf0100a44b697393789f827462c5b50',1,'amrex::IParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a966257aaecf0f2636c83519c448fec6f',1,'amrex::IParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html#ae9780c323f695d1c05f0da89b404f3f5',1,'amrex::ParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a8b935e5014acf16b10e6b98c79de3054',1,'amrex::parser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#ab186dabf87779fb9b65fe0edc854e46c',1,'amrex::parser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aee9093898e53fbeba75eb636c9ef99e1',1,'amrex::parser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a48657b209b39759006477045312ff03b',1,'amrex::parser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a4ac8fe1eae42c466f6562e00eadecfca',1,'amrex::parser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ac784bf9870dd39cb485d3a915b28f05d',1,'amrex::parser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a325d96e7d2b35e89cb12c6a5fa0db023',1,'amrex::parser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a6f140513c6cfce17da967533d3582fed',1,'amrex::EBCellFlagFab::NumCells::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a98916132f9f20d00f28af1f6944a3a47',1,'amrex::IParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html#ae0bff41668e0c1e5701209d61e4560a6',1,'amrex::IParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#aa2bb2bb1dd70a300b6f252c374b80c28',1,'amrex::IParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a00db0600cfedff4d85c1b16fcb082020',1,'amrex::IParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#aac32c7fa0bc6f71c16680721a5630182',1,'amrex::IParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a47034819cc498090c439058dabf25591',1,'amrex::IParserExeSUB::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#a15529de413faee5b1bc579a5ef14a725',1,'amrex::IParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html#a815c97aaab5abad09c8a6b4e9bf74d45',1,'amrex::IParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#a8997602493f06fc79b9924c8e5078201',1,'amrex::IParserExeNEG_P::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html#aab3caa3fd632e0793998556c15325438',1,'amrex::IParserExeNEG::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a0019bf0cad4f67e6a646fa5f1df1cb8c',1,'amrex::IParserExeMUL_VP::type()']]] + ['t_5finit_17984',['t_init',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#abcb523d4f35aced1936bf2f559577201',1,'amrex::TinyProfiler']]], + ['t_5ftype_17985',['t_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a75ba4e192cc92deb94fa756eadba363f',1,'amrex::StateDescriptor']]], + ['tableau_17986',['tableau',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#ae967ca14edea4b4436eb438da434e081',1,'amrex::RKIntegrator']]], + ['tableau_5ftype_17987',['tableau_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a5a3126356b83a10727fc86bccf672d5f',1,'amrex::RKIntegrator']]], + ['tag_17988',['tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#af44e5964682abeb59937bec1038cdc9e',1,'amrex::FBData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a3d9d2fe62bbf3d6d228fb14bbe04eb34',1,'amrex::PCData::tag()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a9181e7c0f1db606e69bad91e0e720010',1,'CommProfStats::SendRecvPair::tag()']]], + ['tagged_17989',['tagged',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RegionTag.html#a18861d2c89c00308cd93273d54ccaabf',1,'amrex::FabArrayBase::RegionTag']]], + ['tagmax_17990',['tagMax',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ad3ce9b9573e0f43ea2f7cc97c9709110',1,'CommProfStats']]], + ['tagmin_17991',['tagMin',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aae44e713714a3c31191ab760bee0d4df',1,'CommProfStats']]], + ['tags_17992',['tags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFInfo.html#ad0f86517b8114fbc3cfd3c5ef532a592',1,'amrex::MFInfo']]], + ['task_5fme_17993',['task_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac7e00cc0d9436d4445b3e338b46dd003',1,'amrex::ForkJoin']]], + ['task_5foutput_5fdir_17994',['task_output_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ac17370c5ba5f31bf037c5ca3992c3f66',1,'amrex::ForkJoin']]], + ['ten_17995',['ten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a629e9df315fc853fd9996d553493c395',1,'amrex_constants_module']]], + ['tenth_17996',['tenth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#af4ddfd48f8b6271dcf253d5a3bd38e6a',1,'amrex_constants_module']]], + ['the_5fdata_17997',['the_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a543e95dcf88e9bc9ec1a944364639037',1,'amrex::NonLocalBC::CommData']]], + ['the_5ffuncs_17998',['the_funcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a6dd906af9d999ab3e04b156b38605bbf',1,'amrex::MemProfiler']]], + ['the_5ffuncs_5fbuilds_17999',['the_funcs_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a1e3b2c95bff96ca4c2f14152e7ad179e',1,'amrex::MemProfiler']]], + ['the_5finstance_18000',['the_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a40ba66fec50cd477016a8ce11568f4ac',1,'amrex::MemProfiler']]], + ['the_5fnames_18001',['the_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#ab272efb42368045a4256dfcb96957910',1,'amrex::MemProfiler']]], + ['the_5fnames_5fbuilds_18002',['the_names_builds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MemProfiler.html#a30a2f79d4632035a2ad21fc81e47071a',1,'amrex::MemProfiler']]], + ['the_5fnext_5fid_18003',['the_next_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a46b64285f66ebd66e86258462b440c51',1,'amrex::Particle::the_next_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3f85e00a49d46ad2446cc39e7c921742',1,'amrex::SoAParticle::the_next_id()']]], + ['the_5frecv_5fdata_18004',['the_recv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a4685b9db726b95a19ccbe2b6ee33a433',1,'amrex::PCData::the_recv_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a3e3b282afdf75099193c3c85ea5effa3',1,'amrex::FBData::the_recv_data()']]], + ['the_5fsend_5fdata_18005',['the_send_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a938e0208e00afba91947616b5e70d600',1,'amrex::FBData::the_send_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a8dee05ab1688d643feb6d74e82a15bf3',1,'amrex::PCData::the_send_data()']]], + ['third_18006',['third',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a09ef6234d430ece0cd17687b6206eb28',1,'amrex_constants_module']]], + ['thread_5fnum_18007',['thread_num',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a123477aaf6e887c71714158dece38727',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['three_18008',['three',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92568c3e1a4aca2cda4c4d024be1c584',1,'amrex_constants_module']]], + ['three4th_18009',['three4th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae99f5d22813068e80dab04582f065463',1,'amrex_constants_module']]], + ['throw_5fexception_18010',['throw_exception',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa5a72eccc4e6ab6e6b2ac7dcfdd2ce7f',1,'amrex::MLMGT::throw_exception()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a4a24128ba872999b0e4c702205c1ccb2',1,'amrex::system::throw_exception()']]], + ['tile_18011',['tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ea50c3d653aa391c3a8ce0d315681fcaee',1,'amrex::NeighborParticleContainer::MaskComps::tile()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a7a11bc66e1d170a3ff3419eb60892a57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::tile()']]], + ['tile_5farray_18012',['tile_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a10b2f0f6900d23295fe25fd526153f43',1,'amrex::MFIter']]], + ['tile_5fid_18013',['tile_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#ab1cb9fb1641d54cde4a9a3dff3611f42',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['tile_5fsize_18014',['tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb03167dec6a952cfa60beb45a514dfa',1,'amrex::ParticleContainerBase::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TileSize.html#a8daad07261e670c91e3d6788f152f668',1,'amrex::TileSize::tile_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae64d80e0b2d14e9209c426a0654e8a1f',1,'amrex::MFIter::tile_size()']]], + ['tilearray_18015',['tileArray',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#ae96f9cf0f9ad68ea664c018a6a4baa78',1,'amrex::FabArrayBase::TileArray']]], + ['tilesize_18016',['tilesize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a8926b61d823e5a23f6bbf00814afba13',1,'amrex::MFItInfo']]], + ['tiling_18017',['Tiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38a1db74b1bbdeb756077e4bc33e25a2740',1,'amrex::MFIter']]], + ['time_18018',['time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af36e6cd9e76d13205ad8dfc57cba5b58',1,'amrex::AmrData']]], + ['time_5fcurrent_18019',['time_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#afbdcf1854980555893e338cbb0c30534',1,'amrex::RKIntegrator::time_current()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#ae1493ee81180c4fc466c1dbeb8905681',1,'amrex::FEIntegrator::time_current()']]], + ['time_5fstep_18020',['time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ad9211fc29fd1cd9a03025959738c90d4',1,'amrex::IntegratorBase']]], + ['timemax_18021',['timeMax',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a782fccabcc5cfc65934945eb51502963',1,'RegionsProfStats::DataBlock::timeMax()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#af575f4699084fd21a0c66470006d0aed',1,'CommProfStats::DataBlock::timeMax()']]], + ['timemin_18022',['timeMin',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a0e6da7295f52dca99d4abf096c1bed81',1,'CommProfStats::DataBlock::timeMin()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#acbca0639ad8b69e1f647d223eefc11da',1,'RegionsProfStats::DataBlock::timeMin()']]], + ['timer_18023',['timer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adb7400b1c29d0f33ed67e2a81702ed8a',1,'amrex::MLMGT']]], + ['timertime_18024',['timerTime',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e1dfbc9a0536493de4e0668b3955d15',1,'CommProfStats::DataBlock']]], + ['tmpsoln_18025',['tmpsoln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a0ff36d67bd4b146e140a63de29c435e7',1,'amrex::HypreNodeLap']]], + ['topomap_18026',['TopoMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#abfb633bdb2ee1411565556f31c867a32',1,'CommProfStats']]], + ['toproc_18027',['toProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a198cef4a2b826e76ca0cb0f01b926193',1,'amrex::FabArrayBase::FabComTag::toProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a979ac419ef56bad0832b4118e99eda12',1,'CommProfStats::SendRecvPair::toProc()']]], + ['total_5fbox_5fbytes_18028',['total_box_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa44a8c337df517114ccca6c8d4a2c11',1,'amrex::BARef']]], + ['total_5fbox_5fbytes_5fhwm_18029',['total_box_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a04d3d344f8124f6c49b5d0ab984a642b',1,'amrex::BARef']]], + ['total_5fhash_5fbytes_18030',['total_hash_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a2252a59c60e4bc7ad886663a4ebc32b0',1,'amrex::BARef']]], + ['total_5fhash_5fbytes_5fhwm_18031',['total_hash_bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a65dc0d94878bc8772f54d69c57430979',1,'amrex::BARef']]], + ['totaltime_18032',['totalTime',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#adfed01a20c958b4193ab14d7409daa49',1,'BLProfStats::BLPDataBlock::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a39d682d74e38686a5bf06bfabb5827d1',1,'BLProfStats::CallTreeNode::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#a950c1731cce4f46316a6e54354ef8882',1,'BLProfStats::FuncStat::totalTime()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#aba79e3f8f7ada5cb344bbfd1c5edb711',1,'CommProfStats::SendRecvPair::totalTime()']]], + ['tprof_18033',['tprof',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfileRegion.html#af05c972ffb11a5d0230dc3903fc0a33f',1,'amrex::TinyProfileRegion']]], + ['tries_18034',['tries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#ade275d3bbc75ea3549c7249d97e74f33',1,'amrex::StreamRetry']]], + ['truesize_18035',['truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< PetscInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< Real >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< HYPRE_Int >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< EBCellFlag >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< char >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'BaseFab< AtomicInt >::truesize()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a86d1b4b6478205b0fcec165260df5772',1,'amrex::BaseFab::truesize()']]], + ['ttstack_18036',['ttstack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a55b136d8859480b76a1311cff89009a0',1,'amrex::TinyProfiler']]], + ['twelfth_18037',['twelfth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92ecbb61cf990c72d4d745f36c45eb2b',1,'amrex_constants_module']]], + ['twelve_18038',['twelve',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2d60ccfaa43dc70158dc8aac415b1a52',1,'amrex_constants_module']]], + ['two_18039',['two',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a3b52f9631247ee9d89ef856418d73e7e',1,'amrex_constants_module']]], + ['two3rd_18040',['two3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ae2f6d8cbb02d2ebbdda8d6f26aea04df',1,'amrex_constants_module']]], + ['typ_18041',['typ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1406cbb9152b357a39e877b78eb8ff0d',1,'amrex::MFIter::typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a7df7b9fdc8a7fdba375183541593b26b',1,'amrex::DeriveRec::StateRange::typ()']]], + ['type_18042',['type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNull.html#a7aa866ce304756df44e2cfbdf4cdb784',1,'amrex::ParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#ae018d95c7129bf499a131fb284bde1dc',1,'amrex::ParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#ae7d2b89c080d7581c35ea33598155ae6',1,'amrex::ParserExeMUL_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#ad2b74694830004b3943d8ecf9e602f9e',1,'amrex::ParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a4cd57a0c3e914ad6ef7e4f54d65921b4',1,'amrex::ParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a6969bcd1adff4a19ba555b7fd724be7c',1,'amrex::ParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL.html#aee3c7a5bb4e65811dcfe3ab16c20fb93',1,'amrex::ParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#a08584434561b18d3ac4065205cf7bf6d',1,'amrex::ParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#aef67f220560c6ca3d86dd47a94a52e85',1,'amrex::ParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#a9f206a8beeabf537b5a47812516e69ba',1,'amrex::ParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#a7fe680aa1738d34d0e33788579688262',1,'amrex::ParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#adb9ca0f0a0b6efe400c4af5ae8608587',1,'amrex::ParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a91a71da9f691a66c9f2e71804dafe02f',1,'amrex::ParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#aa321f932af8d39c77ac421f0d6a4078e',1,'amrex::ParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#ab196f95ee0e36a4fbc1b18ce8d9f0c53',1,'amrex::ParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#ab182a785cf030d698556e2803da29075',1,'amrex::ParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__F.html#aa4d9491e106b3adcf5becc2f73da16dd',1,'amrex::ParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__B.html#a77c8917540992718e369e3320230d475',1,'amrex::ParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#a1ad44de0386f4f0192b105d058b2e9ae',1,'amrex::ParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ab67f78b46e0bc2b7d9466373e9a16479',1,'amrex::ParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a56d500ab92f6615f3087792709558d42',1,'amrex::ParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#acb33de9ee20312affa72aa7cc80b8bdd',1,'amrex::StateDescriptor::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#a3f55ba0ebdeb29d040727aeb9a5d9b62',1,'amrex::MLCellLinOpT::BCTL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a809b74ddfbffcd70511e5e20825922e8',1,'amrex::iparser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#aea0c3322f1c0b3db9546d784b3ef0dd9',1,'amrex::iparser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ad9ac5f10f25fff1c94c9278ed534f916',1,'amrex::iparser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a20ef93d77882d7b595098dbeb0cbe0b8',1,'amrex::iparser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#af7a3a82dae0a61015d466fe927297c06',1,'amrex::iparser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#aa3be4d5aba9115516b016dd6e4035fa5',1,'amrex::iparser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#ab7dbb1ddebc9853860a4e44239d43ea5',1,'amrex::iparser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a0c1646fa8a69b59044dfa202fb6a2e9e',1,'amrex::SundialsIntegrator::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#adb7d2c84743735a7cfb9387544e29e69',1,'amrex::ParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a27fce7530cbea2d1fa6fbc8dcb9c292d',1,'amrex::ParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#afc0e358d3159bbe8dcb0687ad7000606',1,'amrex::ParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a158350ee674b01b235d333d40a6ce204',1,'amrex::ParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a590ef631bf89c5dc8c7f6a232d548b18',1,'amrex::ParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a400fca37b7f78f9e6b1f04cd1de6976e',1,'amrex::ParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__F.html#a156affa7d9def076195b3bd1153adcf9',1,'amrex::ParserExeSUB_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__B.html#a77aeae01642fffcebf743cdfec7f4c0e',1,'amrex::ParserExeSUB_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSquare.html#a4ca31d9a475c2efbf6fe68a3e661400b',1,'amrex::ParserExeSquare::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a17bdde21b0a5bb170322a52d31f1a7c4',1,'amrex::ParserExePOWI::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#ac5b7969a80a7145750cb1f3330b1cf5a',1,'amrex::IParserExeDIV_PV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a725cdc0204af80855eedba599abcf992',1,'amrex::IParserExeMUL_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a184227ee3f68a827993e38e9084996a9',1,'amrex::IParserExeMUL_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL.html#a93df2575265c783dfaf2d31061096ee6',1,'amrex::IParserExeMUL::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a7bb51123fd9176fd16d1642a10b5a7a7',1,'amrex::IParserExeJUMP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a62b95e6e4505cb34e9a445f619b32858',1,'amrex::IParserExeIF::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#a0437d1c7b416b9f3a6a8a9b574b7b634',1,'amrex::IParserExeF2_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a7a50865e273590e33f9f3dcaf27211c8',1,'amrex::IParserExeF2_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#af8e712385f4e02786eeabc904f906603',1,'amrex::IParserExeF1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#af8f22736396620d196892cd95eafc1ad',1,'amrex::IParserExeDIV_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a4454e177442a6dcd3837e39b6179c998',1,'amrex::IParserExeDIV_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a8791d281a5af5e40f8960df23531a974',1,'amrex::IParserExeMUL_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#adf0b877b38f5108c37c1afdf2dea71c9',1,'amrex::IParserExeDIV_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#ae0d7379f27e90837da70b5ef2cead13a',1,'amrex::IParserExeDIV_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#ab1cbd512c7b4e41049f386d0d4475614',1,'amrex::IParserExeDIV_NV::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__F.html#a90ade7ba9899bef3e720860e4f92e980',1,'amrex::IParserExeDIV_F::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__B.html#ae946130e48623805a3f09dec20aeb9c5',1,'amrex::IParserExeDIV_B::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a0b827554ebdfc729e1c70e2495683136',1,'amrex::IParserExeADD_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#ac8b4fe2e5abb09807e3f07116c90e289',1,'amrex::IParserExeADD_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a1d9a01f7c1cfbe284059cd97395f349b',1,'amrex::IParserExeADD_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#aecf0100a44b697393789f827462c5b50',1,'amrex::IParserExeADD_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a966257aaecf0f2636c83519c448fec6f',1,'amrex::IParserExeSUB_VP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD.html#ae9780c323f695d1c05f0da89b404f3f5',1,'amrex::ParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a8b935e5014acf16b10e6b98c79de3054',1,'amrex::parser_symbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#ab186dabf87779fb9b65fe0edc854e46c',1,'amrex::parser_number::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#aee9093898e53fbeba75eb636c9ef99e1',1,'amrex::parser_node::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a48657b209b39759006477045312ff03b',1,'amrex::parser_f3::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a4ac8fe1eae42c466f6562e00eadecfca',1,'amrex::parser_f2::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#ac784bf9870dd39cb485d3a915b28f05d',1,'amrex::parser_f1::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a325d96e7d2b35e89cb12c6a5fa0db023',1,'amrex::parser_assign::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a6f140513c6cfce17da967533d3582fed',1,'amrex::EBCellFlagFab::NumCells::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a98916132f9f20d00f28af1f6944a3a47',1,'amrex::IParserExeSymbol::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD.html#ae0bff41668e0c1e5701209d61e4560a6',1,'amrex::IParserExeADD::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#aa2bb2bb1dd70a300b6f252c374b80c28',1,'amrex::IParserExeSUB_VN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a00db0600cfedff4d85c1b16fcb082020',1,'amrex::IParserExeSUB_PP::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#aac32c7fa0bc6f71c16680721a5630182',1,'amrex::IParserExeSUB_PN::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB.html#a47034819cc498090c439058dabf25591',1,'amrex::IParserExeSUB::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#a15529de413faee5b1bc579a5ef14a725',1,'amrex::IParserExeNumber::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNull.html#a815c97aaab5abad09c8a6b4e9bf74d45',1,'amrex::IParserExeNull::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#a8997602493f06fc79b9924c8e5078201',1,'amrex::IParserExeNEG_P::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG.html#aab3caa3fd632e0793998556c15325438',1,'amrex::IParserExeNEG::type()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a0019bf0cad4f67e6a646fa5f1df1cb8c',1,'amrex::IParserExeMUL_VP::type()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_15.js b/amrex-hydro/Doxygen/html/search/variables_15.js index cce09db..81a119a 100644 --- a/amrex-hydro/Doxygen/html/search/variables_15.js +++ b/amrex-hydro/Doxygen/html/search/variables_15.js @@ -1,36 +1,36 @@ var searchData= [ - ['udata_17959',['udata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a93875747f7e6357de1c6007a2193bcb9',1,'amrex::SundialsIntegrator']]], - ['ull_17960',['ull',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a505b61ba175140a3250ef8e473575813',1,'amrex::BlockMutex::state_t']]], - ['undef_17961',['undef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa2debcd8f37986ae0e3c488f583234ccc',1,'amrex::CoordSys']]], - ['undefined_17962',['UNDEFINED',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4ab3c2b60395f5d29de06295804afd6e42',1,'BLProfStats::UNDEFINED()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6ad808286f21d2e4851a30703a30d063',1,'amrex::DistributionMapping::UNDEFINED()']]], - ['undefined_5fv1_17963',['Undefined_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da3394365084045ae347fad00a360767d8',1,'amrex::VisMF::Header']]], - ['underline_17964',['Underline',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a5126c521e95014c65f2b536273860a28',1,'amrex::Font']]], - ['unfillable_17965',['Unfillable',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0',1,'amrex']]], - ['unit_17966',['Unit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'IntVectND< AMREX_SPACEDIM >::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6745f136d89bdb15e57c3387ca01e973',1,'amrex::RealVect::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'amrex::IntVectND::Unit()']]], - ['unknown_17967',['unknown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a',1,'amrex::EB2::Type']]], - ['unmatchedcftype_17968',['unmatchedCFType',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af8626cf71af203407435c096f88c1c3c',1,'CommProfStats::SendRecvPairUnpaired']]], - ['unreadmessages_17969',['unreadMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a8ac006de5caf3cfd0e6456dd6c3b3f2a',1,'amrex::NFilesIter']]], - ['updatedq_17970',['updatedQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3d289d346e68eb126c040ca8a41a5c37',1,'amrex::XYPlotDataList']]], - ['use_5fadaptive_5ffast_5ftime_5fstep_17971',['use_adaptive_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a19edbb14c5dbad6c2550d6fb59ab3860',1,'amrex::IntegratorBase']]], - ['use_5fadaptive_5ftime_5fstep_17972',['use_adaptive_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac912e7cd93ce1edbebd7af47bd90f7c2',1,'amrex::IntegratorBase']]], - ['use_5fark_17973',['use_ark',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a867e34f38ddc2162711d6d3d68dc1bc2',1,'amrex::SundialsIntegrator']]], - ['use_5fcpu_5fmemory_17974',['use_cpu_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#ab026f86170fec3dd5d7c54050ef32dc0',1,'amrex::ArenaInfo']]], - ['use_5ffixed_5fcoarse_5fgrids_17975',['use_fixed_coarse_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a6a665ee4c81c3b28e36775d7e94ab261',1,'amrex::AmrInfo']]], - ['use_5ffixed_5fupto_5flevel_17976',['use_fixed_upto_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad9000321def17faf06f9fef5ea304163',1,'amrex::AmrInfo']]], - ['use_5fgpu_5faware_5fmpi_17977',['use_gpu_aware_mpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95e4c6ac08c44a34028ade62e7fc3b13',1,'amrex::ParallelDescriptor']]], - ['use_5fmask_17978',['use_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a21bd4a08b87b0afeeb0d8889c619c86c',1,'amrex::NeighborParticleContainer']]], - ['use_5fmri_17979',['use_mri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a023816ef658136d5deee9a7afa631f5a',1,'amrex::SundialsIntegrator']]], - ['use_5fnew_5fchop_17980',['use_new_chop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a7caf591556b0da33b2a44a7726706395',1,'amrex::AmrInfo']]], - ['useaverage_17981',['UseAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872da7907e45520d436a47eb139e8c055c203',1,'amrex::ErrorRec']]], - ['usedynamicsetselection_17982',['useDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9149ec039a2136083c03aabdaa275672',1,'amrex::VisMF']]], - ['usepersistentifstreams_17983',['usePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a806512ed6337ff31d9eb6f63f94ce792',1,'amrex::VisMF']]], - ['useprepost_17984',['usePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'amrex::ParticleContainer_impl::usePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::usePrePost()']]], - ['user_17985',['USER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a95c0a22b378e1d0ee1d0e63f951e51d4',1,'amrex::AMRErrorTag']]], - ['userminmax_17986',['USERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea42576cdc8bdd08f00ae67a899a9d1550',1,'amrex::Amrvis']]], - ['usesingleread_17987',['useSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7127d8495966b5d5506d3cff6c536a12',1,'amrex::VisMF']]], - ['usesinglewrite_17988',['useSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0706ea7e89d0d5b2d9a60acacc8f38f0',1,'amrex::VisMF']]], - ['usesparsefpp_17989',['useSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a97ff46c50d110eeeacfcb90f5c001bd0',1,'amrex::NFilesIter']]], - ['usestaticsetselection_17990',['useStaticSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab85302b89ef7c47f7213adc1c25e7fbe',1,'amrex::NFilesIter']]], - ['usesynchronousreads_17991',['useSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0c9e87f4c459196a9f1ce7870ccbf9cb',1,'amrex::VisMF']]] + ['udata_18043',['udata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a93875747f7e6357de1c6007a2193bcb9',1,'amrex::SundialsIntegrator']]], + ['ull_18044',['ull',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a505b61ba175140a3250ef8e473575813',1,'amrex::BlockMutex::state_t']]], + ['undef_18045',['undef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa2debcd8f37986ae0e3c488f583234ccc',1,'amrex::CoordSys']]], + ['undefined_18046',['UNDEFINED',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4ab3c2b60395f5d29de06295804afd6e42',1,'BLProfStats::UNDEFINED()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6ad808286f21d2e4851a30703a30d063',1,'amrex::DistributionMapping::UNDEFINED()']]], + ['undefined_5fv1_18047',['Undefined_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da3394365084045ae347fad00a360767d8',1,'amrex::VisMF::Header']]], + ['underline_18048',['Underline',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a5126c521e95014c65f2b536273860a28',1,'amrex::Font']]], + ['unfillable_18049',['Unfillable',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a86e193c43ac00a14b0943baf3433c6d0',1,'amrex']]], + ['unit_18050',['Unit',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'IntVectND< AMREX_SPACEDIM >::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a6745f136d89bdb15e57c3387ca01e973',1,'amrex::RealVect::Unit()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#a84dd86e62e013bbff67a10ffe6aab940',1,'amrex::IntVectND::Unit()']]], + ['unknown_18051',['unknown',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a67578cca36fb255263c1b8c613b31e5a',1,'amrex::EB2::Type']]], + ['unmatchedcftype_18052',['unmatchedCFType',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPairUnpaired.html#af8626cf71af203407435c096f88c1c3c',1,'CommProfStats::SendRecvPairUnpaired']]], + ['unreadmessages_18053',['unreadMessages',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a8ac006de5caf3cfd0e6456dd6c3b3f2a',1,'amrex::NFilesIter']]], + ['updatedq_18054',['updatedQ',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3d289d346e68eb126c040ca8a41a5c37',1,'amrex::XYPlotDataList']]], + ['use_5fadaptive_5ffast_5ftime_5fstep_18055',['use_adaptive_fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a19edbb14c5dbad6c2550d6fb59ab3860',1,'amrex::IntegratorBase']]], + ['use_5fadaptive_5ftime_5fstep_18056',['use_adaptive_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ac912e7cd93ce1edbebd7af47bd90f7c2',1,'amrex::IntegratorBase']]], + ['use_5fark_18057',['use_ark',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a867e34f38ddc2162711d6d3d68dc1bc2',1,'amrex::SundialsIntegrator']]], + ['use_5fcpu_5fmemory_18058',['use_cpu_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#ab026f86170fec3dd5d7c54050ef32dc0',1,'amrex::ArenaInfo']]], + ['use_5ffixed_5fcoarse_5fgrids_18059',['use_fixed_coarse_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a6a665ee4c81c3b28e36775d7e94ab261',1,'amrex::AmrInfo']]], + ['use_5ffixed_5fupto_5flevel_18060',['use_fixed_upto_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad9000321def17faf06f9fef5ea304163',1,'amrex::AmrInfo']]], + ['use_5fgpu_5faware_5fmpi_18061',['use_gpu_aware_mpi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a95e4c6ac08c44a34028ade62e7fc3b13',1,'amrex::ParallelDescriptor']]], + ['use_5fmask_18062',['use_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a21bd4a08b87b0afeeb0d8889c619c86c',1,'amrex::NeighborParticleContainer']]], + ['use_5fmri_18063',['use_mri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a023816ef658136d5deee9a7afa631f5a',1,'amrex::SundialsIntegrator']]], + ['use_5fnew_5fchop_18064',['use_new_chop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a7caf591556b0da33b2a44a7726706395',1,'amrex::AmrInfo']]], + ['useaverage_18065',['UseAverage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#adeca3cab9dffebf73c48525e5f94872da7907e45520d436a47eb139e8c055c203',1,'amrex::ErrorRec']]], + ['usedynamicsetselection_18066',['useDynamicSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a9149ec039a2136083c03aabdaa275672',1,'amrex::VisMF']]], + ['usepersistentifstreams_18067',['usePersistentIFStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a806512ed6337ff31d9eb6f63f94ce792',1,'amrex::VisMF']]], + ['useprepost_18068',['usePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'amrex::ParticleContainer_impl::usePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afd72327ed221e95f199aa4b22e98f662',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::usePrePost()']]], + ['user_18069',['USER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a95c0a22b378e1d0ee1d0e63f951e51d4',1,'amrex::AMRErrorTag']]], + ['userminmax_18070',['USERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea42576cdc8bdd08f00ae67a899a9d1550',1,'amrex::Amrvis']]], + ['usesingleread_18071',['useSingleRead',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7127d8495966b5d5506d3cff6c536a12',1,'amrex::VisMF']]], + ['usesinglewrite_18072',['useSingleWrite',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0706ea7e89d0d5b2d9a60acacc8f38f0',1,'amrex::VisMF']]], + ['usesparsefpp_18073',['useSparseFPP',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a97ff46c50d110eeeacfcb90f5c001bd0',1,'amrex::NFilesIter']]], + ['usestaticsetselection_18074',['useStaticSetSelection',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab85302b89ef7c47f7213adc1c25e7fbe',1,'amrex::NFilesIter']]], + ['usesynchronousreads_18075',['useSynchronousReads',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a0c9e87f4c459196a9f1ce7870ccbf9cb',1,'amrex::VisMF']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_16.js b/amrex-hydro/Doxygen/html/search/variables_16.js index 6c55ce9..9eeae65 100644 --- a/amrex-hydro/Doxygen/html/search/variables_16.js +++ b/amrex-hydro/Doxygen/html/search/variables_16.js @@ -1,22 +1,22 @@ var searchData= [ - ['v_17992',['v',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#a4f66cd89caf8f347e790a67c2adda4a3',1,'amrex::ParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf6ba1d5b3161fdae4e2416e98718c18',1,'amrex::BoxCommHelper::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#aba0f711063f2c6ab16f1d456e059499b',1,'amrex::ParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a84b7da4493aa2827477c76ed75372065',1,'amrex::ParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#a70cf7dd5ba4cfb79e1bfb498244c4b2a',1,'amrex::ParserExeNumber::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a695460708ea3a22fd94fbe0f85aa7346',1,'amrex::ParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#a6d456e1ca0a648b0eb84aa8d10c21ab9',1,'amrex::ParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a3b3d6e22362dc0df987b0457a574298d',1,'amrex::ParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac6b7e571e8c3f62ebf907b020082abf2',1,'amrex::ParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ada79934875f45953b20dec41ac4237d0',1,'amrex::ParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a8133d36cbf6dcb6aca392217ee6a90e5',1,'amrex::parser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a73b906eae2b2eed729873c1c97d2a9da',1,'amrex::IParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a7ec2e1e3902040026a88936d1bbe7368',1,'amrex::iparser_nvp::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a1bd41de7b1cdd468450f00757d5ee7b9',1,'amrex::iparser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#a1461b3f0be67f1c388e23a7b7f6e5349',1,'amrex::IParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#a156c1029378cd849418c5aaf927f712d',1,'amrex::IParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a8c5604008056a98ef6024e518a06135c',1,'amrex::IParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#a5d49621db0bb2c149c6f8bd0850ecf77',1,'amrex::IParserExeDIV_NV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#aad480540c849886d7932c4031598365f',1,'amrex::IParserExeDIV_PV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a80ba759d0c2dd90bf1f87620abf55ae1',1,'amrex::IParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a53475dd4f3d7540189b7f867d9a7dd78',1,'amrex::IParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a08747e182b492726bc3b308f97bc9b5c',1,'amrex::IParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a73386e70574f614ef7620ee64c6a99c2',1,'amrex::IParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#ace18855098baed73e076cf373a35a597',1,'amrex::IParserExeNumber::v()']]], - ['v1_17993',['v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a55b9d3099133f345ecb5d650727c793b',1,'amrex::STLtools::Triangle']]], - ['v2_17994',['v2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a6b301a1c15117340fbb999bfee7dd5a2',1,'amrex::STLtools::Triangle']]], - ['v3_17995',['v3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#ab4af12af8d6c359d4870d0d93a9d07b5',1,'amrex::STLtools::Triangle']]], - ['val_17996',['val',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a4f8b94b264df0fdd9092cbbcb30c1126',1,'amrex::Array4BoxValTag::val()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3a44078514365792a6288dcd61a668b0',1,'amrex::Orientation::val()']]], - ['value_17997',['value',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'amrex::Scan::detail::STVA::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a9771bd9643659218372d99e54cb37f52',1,'amrex::ValLocPair::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a02352e50126403c1dcf04e5850ffdd4d',1,'std::tuple_size< amrex::IntVectND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#af43ffa90c029ee19a4d2cdd5e4d1bbdb',1,'std::tuple_size< amrex::IndexTypeND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#a5d5a37198c314fd454c6d5a11303f8dc',1,'std::tuple_size< amrex::GpuTuple< Ts... > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'STVA< U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html#add56e437a7ffd8c0a9036d03d11b8771',1,'amrex::Same::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#a9b8b81a5486eb6114f80a5a40489fd92',1,'amrex::parser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html#a97890bbd4285b5c635cf29031ae464e2',1,'amrex::IsConvertible::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#a8a04b07ec018cb1469530b8b22da3105',1,'amrex::iparser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html#af5ce978eccae099c3f92d21d1ede7ad4',1,'amrex::Same< T, U >::value()']]], - ['variable_5fnames_17998',['variable_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afef1822a23261763c6da7cc5dbe644b5',1,'amrex::DeriveRec']]], - ['vcallstats_17999',['vCallStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a40b142a9ce325e063b6f8003c5d3cc9d',1,'RegionsProfStats::DataBlock']]], - ['vcartgrid_18000',['vCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93d8a8d179bc25e308d12760514402c3',1,'amrex::AmrData']]], - ['vcommstats_18001',['vCommStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a2616da0635b25290247f80c3cfb6ee32',1,'CommProfStats::DataBlock']]], - ['vec_18002',['vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a4c7fb1c88f200101a80a1e254e7d446e',1,'amrex::ErrorList']]], - ['vect_18003',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'amrex::IntVectND::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0f0b7286c21b06ba0eea3a31c09cf2f1',1,'amrex::RealVect::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'IntVectND< AMREX_SPACEDIM >::vect()']]], - ['vectors_18004',['VECTORS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323bacf0666cfb2f627fed09e81c9fbdbfa0c',1,'amrex::Amrvis']]], - ['verbose_18005',['verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd',1,'amrex::system::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5',1,'amrex::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4ee12165f32372e900a0f0967a344708',1,'amrex::VisMF::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a299be2dee6b5a28af170606d9b19615b',1,'amrex::Hypre::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a42fc975e27a744624c255b0fad3f8cd7',1,'amrex::TinyProfiler::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a03a7a7428fc17a0413d54f5b9c2cb9e6',1,'amrex::PETScABecLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc5cadb87add794dca040e5cebff0fe2',1,'amrex::MLMGT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'MLLinOpT< Array< MultiFab, 3 > >::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'amrex::MLLinOpT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0f7eb83547164209035b1dd1d8a5409c',1,'amrex::MLCGSolverT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a46cd3d0729be8490f8ae8840c1988d38',1,'amrex::HypreNodeLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a725fb9c29db07764d1a95c03dedf3df5',1,'amrex::Gpu::Device::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#acca0fea9f472ea1fdb67cbebe9b93d5c',1,'BLProfStats::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ae0c6a5189c216220bf4aab567206c362',1,'amrex::AmrInfo::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bd53088e127ea5603447dd7e7c574e1',1,'amrex::AmrData::verbose()']]], - ['version_5fv1_18006',['Version_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54dad8a8b7451642ebbf0f06d98d6aec42c5',1,'amrex::VisMF::Header']]], - ['vfeps_18007',['vfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa1abeaf749a362244bd9f82a68a6ec12',1,'amrex::AmrData']]], - ['virtualparticleid_18008',['VirtualParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a4338aa4cab572b2f577754ade0252083',1,'amrex::LongParticleIds']]], - ['vismf_18009',['visMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5a5958ef910e9bf598e3e22c1b6f107f',1,'amrex::AmrData']]], - ['vort_18010',['VORT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a0d08f661e48e89e5120b9c9006c4b090',1,'amrex::AMRErrorTag']]] + ['v_18076',['v',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VN.html#a4f66cd89caf8f347e790a67c2adda4a3',1,'amrex::ParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxCommHelper.html#acf6ba1d5b3161fdae4e2416e98718c18',1,'amrex::BoxCommHelper::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#aba0f711063f2c6ab16f1d456e059499b',1,'amrex::ParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VN.html#a84b7da4493aa2827477c76ed75372065',1,'amrex::ParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeNumber.html#a70cf7dd5ba4cfb79e1bfb498244c4b2a',1,'amrex::ParserExeNumber::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a695460708ea3a22fd94fbe0f85aa7346',1,'amrex::ParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VN.html#a6d456e1ca0a648b0eb84aa8d10c21ab9',1,'amrex::ParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a3b3d6e22362dc0df987b0457a574298d',1,'amrex::ParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac6b7e571e8c3f62ebf907b020082abf2',1,'amrex::ParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VN.html#ada79934875f45953b20dec41ac4237d0',1,'amrex::ParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__assign.html#a8133d36cbf6dcb6aca392217ee6a90e5',1,'amrex::parser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#a73b906eae2b2eed729873c1c97d2a9da',1,'amrex::IParserExeSUB_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a7ec2e1e3902040026a88936d1bbe7368',1,'amrex::iparser_nvp::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__assign.html#a1bd41de7b1cdd468450f00757d5ee7b9',1,'amrex::iparser_assign::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VN.html#a1461b3f0be67f1c388e23a7b7f6e5349',1,'amrex::IParserExeSUB_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VN.html#a156c1029378cd849418c5aaf927f712d',1,'amrex::IParserExeADD_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a8c5604008056a98ef6024e518a06135c',1,'amrex::IParserExeADD_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__NV.html#a5d49621db0bb2c149c6f8bd0850ecf77',1,'amrex::IParserExeDIV_NV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#aad480540c849886d7932c4031598365f',1,'amrex::IParserExeDIV_PV::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VN.html#a80ba759d0c2dd90bf1f87620abf55ae1',1,'amrex::IParserExeDIV_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a53475dd4f3d7540189b7f867d9a7dd78',1,'amrex::IParserExeDIV_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VN.html#a08747e182b492726bc3b308f97bc9b5c',1,'amrex::IParserExeMUL_VN::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#a73386e70574f614ef7620ee64c6a99c2',1,'amrex::IParserExeMUL_VP::v()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNumber.html#ace18855098baed73e076cf373a35a597',1,'amrex::IParserExeNumber::v()']]], + ['v1_18077',['v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a55b9d3099133f345ecb5d650727c793b',1,'amrex::STLtools::Triangle']]], + ['v2_18078',['v2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#a6b301a1c15117340fbb999bfee7dd5a2',1,'amrex::STLtools::Triangle']]], + ['v3_18079',['v3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1STLtools_1_1Triangle.html#ab4af12af8d6c359d4870d0d93a9d07b5',1,'amrex::STLtools::Triangle']]], + ['val_18080',['val',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a4f8b94b264df0fdd9092cbbcb30c1126',1,'amrex::Array4BoxValTag::val()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a3a44078514365792a6288dcd61a668b0',1,'amrex::Orientation::val()']]], + ['value_18081',['value',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'amrex::Scan::detail::STVA::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a9771bd9643659218372d99e54cb37f52',1,'amrex::ValLocPair::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IntVectND_3_01dim_01_4_01_4.html#a02352e50126403c1dcf04e5850ffdd4d',1,'std::tuple_size< amrex::IntVectND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1IndexTypeND_3_01dim_01_4_01_4.html#af43ffa90c029ee19a4d2cdd5e4d1bbdb',1,'std::tuple_size< amrex::IndexTypeND< dim > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structstd_1_1tuple__size_3_01amrex_1_1GpuTuple_3_01Ts_8_8_8_01_4_01_4.html#a5d5a37198c314fd454c6d5a11303f8dc',1,'std::tuple_size< amrex::GpuTuple< Ts... > >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1STVA.html#aa76259f63fc8b37f35274e568f69f0cd',1,'STVA< U >::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same.html#add56e437a7ffd8c0a9036d03d11b8771',1,'amrex::Same::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__number.html#a9b8b81a5486eb6114f80a5a40489fd92',1,'amrex::parser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IsConvertible.html#a97890bbd4285b5c635cf29031ae464e2',1,'amrex::IsConvertible::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__number.html#a8a04b07ec018cb1469530b8b22da3105',1,'amrex::iparser_number::value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Same_3_01T_00_01U_01_4.html#af5ce978eccae099c3f92d21d1ede7ad4',1,'amrex::Same< T, U >::value()']]], + ['variable_5fnames_18082',['variable_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#afef1822a23261763c6da7cc5dbe644b5',1,'amrex::DeriveRec']]], + ['vcallstats_18083',['vCallStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a40b142a9ce325e063b6f8003c5d3cc9d',1,'RegionsProfStats::DataBlock']]], + ['vcartgrid_18084',['vCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a93d8a8d179bc25e308d12760514402c3',1,'amrex::AmrData']]], + ['vcommstats_18085',['vCommStats',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a2616da0635b25290247f80c3cfb6ee32',1,'CommProfStats::DataBlock']]], + ['vec_18086',['vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorList.html#a4c7fb1c88f200101a80a1e254e7d446e',1,'amrex::ErrorList']]], + ['vect_18087',['vect',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'amrex::IntVectND::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#a0f0b7286c21b06ba0eea3a31c09cf2f1',1,'amrex::RealVect::vect()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#af2d620609a5de880b2cd8c8cbf63d1c3',1,'IntVectND< AMREX_SPACEDIM >::vect()']]], + ['vectors_18088',['VECTORS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323bacf0666cfb2f627fed09e81c9fbdbfa0c',1,'amrex::Amrvis']]], + ['verbose_18089',['verbose',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae936d602185921239af1aa72bdec1cbd',1,'amrex::system::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#adf03962600e13b4ecd73531bd77d0cf5',1,'amrex::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a4ee12165f32372e900a0f0967a344708',1,'amrex::VisMF::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a299be2dee6b5a28af170606d9b19615b',1,'amrex::Hypre::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a42fc975e27a744624c255b0fad3f8cd7',1,'amrex::TinyProfiler::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a03a7a7428fc17a0413d54f5b9c2cb9e6',1,'amrex::PETScABecLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#abc5cadb87add794dca040e5cebff0fe2',1,'amrex::MLMGT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'MLLinOpT< Array< MultiFab, 3 > >::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a685caf14f09300309d306d01150eae9a',1,'amrex::MLLinOpT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0f7eb83547164209035b1dd1d8a5409c',1,'amrex::MLCGSolverT::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a46cd3d0729be8490f8ae8840c1988d38',1,'amrex::HypreNodeLap::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a725fb9c29db07764d1a95c03dedf3df5',1,'amrex::Gpu::Device::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#acca0fea9f472ea1fdb67cbebe9b93d5c',1,'BLProfStats::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ae0c6a5189c216220bf4aab567206c362',1,'amrex::AmrInfo::verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a1bd53088e127ea5603447dd7e7c574e1',1,'amrex::AmrData::verbose()']]], + ['version_5fv1_18090',['Version_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54dad8a8b7451642ebbf0f06d98d6aec42c5',1,'amrex::VisMF::Header']]], + ['vfeps_18091',['vfEps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa1abeaf749a362244bd9f82a68a6ec12',1,'amrex::AmrData']]], + ['virtualparticleid_18092',['VirtualParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a4338aa4cab572b2f577754ade0252083',1,'amrex::LongParticleIds']]], + ['vismf_18093',['visMF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5a5958ef910e9bf598e3e22c1b6f107f',1,'amrex::AmrData']]], + ['vort_18094',['VORT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a0d08f661e48e89e5120b9c9006c4b090',1,'amrex::AMRErrorTag']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_17.js b/amrex-hydro/Doxygen/html/search/variables_17.js index e166f72..4a71ece 100644 --- a/amrex-hydro/Doxygen/html/search/variables_17.js +++ b/amrex-hydro/Doxygen/html/search/variables_17.js @@ -1,20 +1,20 @@ var searchData= [ - ['w_18011',['w',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Linear, amrex::Real >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Nearest, int >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a34f5a91f16a2303f0ed25ae611894455',1,'amrex::algoim::QuadratureRule::Node::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'amrex::ParticleInterpolator::Base::w()']]], - ['w_5flower_5fmask_18012',['w_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a9978159e62e9a5f1a9ba4a55019dc7dc',1,'amrex::EBCellFlag']]], - ['w_5fnumvofs_18013',['w_numvofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a0a1397794bc5591a597619e3632ad878',1,'amrex::EBCellFlag::w_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39',1,'amrex_ebcellflag_module::w_numvofs()']]], - ['w_5ftype_18014',['w_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a68904d39b391c9345ebbb57ca42df263',1,'amrex::EBCellFlag::w_type()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084',1,'amrex_ebcellflag_module::w_type()']]], - ['warp_5fsize_18015',['warp_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a845f8e6eb448999a6e71574eeee55926',1,'amrex::Gpu::Device']]], - ['weights_18016',['weights',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad310f842476426c90a428403ea4a47a0',1,'amrex::ParticleInterpolator::Linear::weights()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7c90861b5b36a3cc7ffc95ca3484915e',1,'amrex::ParticleInterpolator::Nearest::weights()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#abd571d996d1adea0300fb76372fce6bf',1,'amrex::RKIntegrator::weights()']]], - ['whereprepost_18017',['wherePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'amrex::ParticleContainer_impl::wherePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::wherePrePost()']]], - ['which_5flevel_5fbeing_5fadvanced_18018',['which_level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a71368e4ccbd5ee723f8675ee9ba4abf5',1,'amrex::Amr']]], - ['whichdir_18019',['whichDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a14f4438e8f2c186df9c2d1e8c9d46198',1,'amrex::XYPlotDataList']]], - ['whichprepost_18020',['whichPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::whichPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'amrex::ParticleContainer_impl::whichPrePost()']]], - ['white_18021',['White',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a14b91fdfbbf6f0d385b6348887870d18',1,'amrex::BGColor::White()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf',1,'amrex::FGColor::White()']]], - ['woffset_18022',['WOFFSET',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af95fc61c883af4bd3ab8d3bb72334cf0',1,'amrex::Amrvis']]], - ['write_5fplotfile_5fwith_5fcheckpoint_18023',['write_plotfile_with_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acb645a1952db1d77152149cba281a244',1,'amrex::Amr']]], - ['writebuffersize_18024',['writeBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1e67eb076409779a54695afdf2c0a966',1,'amrex::RealDescriptor']]], - ['writefaballvars_18025',['WriteFabAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a87e92c8c805e8484191634bfc23b88ce',1,'amrex::DataServices']]], - ['writefabonevar_18026',['WriteFabOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a5ed9a76a3deab290b490fadcacc4a1f8',1,'amrex::DataServices']]], - ['writetag_18027',['writeTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85f34f8f85d278c2a003b7861afc62c0',1,'amrex::NFilesIter']]] + ['w_18095',['w',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Linear, amrex::Real >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'Base< Nearest, int >::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a34f5a91f16a2303f0ed25ae611894455',1,'amrex::algoim::QuadratureRule::Node::w()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a5e658795689d17cacf75bdb7c46675ac',1,'amrex::ParticleInterpolator::Base::w()']]], + ['w_5flower_5fmask_18096',['w_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a9978159e62e9a5f1a9ba4a55019dc7dc',1,'amrex::EBCellFlag']]], + ['w_5fnumvofs_18097',['w_numvofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a0a1397794bc5591a597619e3632ad878',1,'amrex::EBCellFlag::w_numvofs()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a2610316e2634c6510e9511a17e425c39',1,'amrex_ebcellflag_module::w_numvofs()']]], + ['w_5ftype_18098',['w_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a68904d39b391c9345ebbb57ca42df263',1,'amrex::EBCellFlag::w_type()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a796a0d50302dc72114c9cf2999849084',1,'amrex_ebcellflag_module::w_type()']]], + ['warp_5fsize_18099',['warp_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a845f8e6eb448999a6e71574eeee55926',1,'amrex::Gpu::Device']]], + ['weights_18100',['weights',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad310f842476426c90a428403ea4a47a0',1,'amrex::ParticleInterpolator::Linear::weights()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7c90861b5b36a3cc7ffc95ca3484915e',1,'amrex::ParticleInterpolator::Nearest::weights()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#abd571d996d1adea0300fb76372fce6bf',1,'amrex::RKIntegrator::weights()']]], + ['whereprepost_18101',['wherePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'amrex::ParticleContainer_impl::wherePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a19cc9a46b7d9e49c478bc9f26714ee0b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::wherePrePost()']]], + ['which_5flevel_5fbeing_5fadvanced_18102',['which_level_being_advanced',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a71368e4ccbd5ee723f8675ee9ba4abf5',1,'amrex::Amr']]], + ['whichdir_18103',['whichDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a14f4438e8f2c186df9c2d1e8c9d46198',1,'amrex::XYPlotDataList']]], + ['whichprepost_18104',['whichPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::whichPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a163a2894a9c1d9ff00c278ee873d2497',1,'amrex::ParticleContainer_impl::whichPrePost()']]], + ['white_18105',['White',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a14b91fdfbbf6f0d385b6348887870d18',1,'amrex::BGColor::White()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4f800964745dee2d1547730d621dcbbf',1,'amrex::FGColor::White()']]], + ['woffset_18106',['WOFFSET',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#af95fc61c883af4bd3ab8d3bb72334cf0',1,'amrex::Amrvis']]], + ['write_5fplotfile_5fwith_5fcheckpoint_18107',['write_plotfile_with_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#acb645a1952db1d77152149cba281a244',1,'amrex::Amr']]], + ['writebuffersize_18108',['writeBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#a1e67eb076409779a54695afdf2c0a966',1,'amrex::RealDescriptor']]], + ['writefaballvars_18109',['WriteFabAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a87e92c8c805e8484191634bfc23b88ce',1,'amrex::DataServices']]], + ['writefabonevar_18110',['WriteFabOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a5ed9a76a3deab290b490fadcacc4a1f8',1,'amrex::DataServices']]], + ['writetag_18111',['writeTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85f34f8f85d278c2a003b7861afc62c0',1,'amrex::NFilesIter']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_18.js b/amrex-hydro/Doxygen/html/search/variables_18.js index 8aa8080..3d98639 100644 --- a/amrex-hydro/Doxygen/html/search/variables_18.js +++ b/amrex-hydro/Doxygen/html/search/variables_18.js @@ -1,24 +1,24 @@ var searchData= [ - ['x_18028',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a5e14d7ce5233de0925fb504796d4e71e',1,'amrex::HypreABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3125234ef1a34b4160b04d5fc5329ac0',1,'amrex::HypreABecLap2::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#accd2cc8cf99841dfb7a1707ddfe3ca8e',1,'amrex::HypreABecLap3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af32f270916e5ac3077cad9d15792033e',1,'amrex::HypreNodeLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#ae6db912d553d631bb09b61be167b59e9',1,'amrex::openbc::Moments::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#aec5bde519720bd162ca02815d84c4b7b',1,'amrex::algoim::QuadratureRule::Node::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a82c372d8519e17a10995968b370106dc',1,'amrex::PETScABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#a7355367151105a356ebfa4ecb841a86c',1,'amrex::XDim3::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a090510e5e79fd6c75d96c906cd9250e1',1,'amrex::Dim3::x()']]], - ['xdir_18029',['XDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa48460f2fc5e49659b1494852de45964',1,'amrex::Amrvis']]], - ['xhi_18030',['xhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af7c8319947a6017a36027bc15c3ad065',1,'amrex::RealBox']]], - ['xhi_5fdir_18031',['xhi_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a64d2e08ddf33f4e1ea55ca8bbb41bf03',1,'amrex_mllinop_nd_module']]], - ['xint_18032',['xint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa84aea4f19fd97919030c7bc2b2bce52',1,'amrex::algoim::ImplicitIntegral']]], - ['xlo_18033',['xlo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ae4725fce5cb9ab4e306e9cb7a9c37f3c',1,'amrex::RealBox']]], - ['xlo_5fdir_18034',['xlo_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#aa8093488a6a576b9204a41a2c3b14612',1,'amrex_mllinop_nd_module']]], - ['xplane_18035',['XPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#add3703a58d6eb9d9c897e80f0bb3f8db',1,'amrex::Amrvis']]], - ['xrange_18036',['xrange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e3b87a075c020bc4e0347b49b41a638',1,'amrex::algoim::ImplicitIntegral']]], - ['xy_18037',['XY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa01b8e847a081049f09f214fb191f372',1,'amrex::Amrvis']]], - ['xypdlderived_18038',['xypdlDerived',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a88ab515d361ad0b1fdd14ec20b572969',1,'amrex::XYPlotDataList']]], - ['xypdlhiy_18039',['xypdlHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af10b7a355491a38086bd370b05013f20',1,'amrex::XYPlotDataList']]], - ['xypdlldata_18040',['xypdllData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a13d8f8d382df6f1caae0eb061304b7be',1,'amrex::XYPlotDataListLink']]], - ['xypdlllength_18041',['xypdllLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aedc6b302ba8a41a7b0860a54f93eac00',1,'amrex::XYPlotDataListLink']]], - ['xypdlloy_18042',['xypdlLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a901a80f5953cc152073c60286cb6c860',1,'amrex::XYPlotDataList']]], - ['xypdlratios_18043',['xypdlRatios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ade612c26e3b60e7521e1bc7655d82964',1,'amrex::XYPlotDataList']]], - ['xypdlxval_18044',['xypdlXVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab19f254be90dcd366f2e12953d492cd4',1,'amrex::XYPlotDataList']]], - ['xypdlyval_18045',['xypdlYVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af3f276d50d12ae1ede8c1483a14c8c07',1,'amrex::XYPlotDataList']]], - ['xyplane_18046',['XYPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#ad1b86e35dd69c62c7458b98276f001ae',1,'amrex::Amrvis']]], - ['xz_18047',['XZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a53ecf753e57075db2ce21ddbb7b70d64',1,'amrex::Amrvis']]], - ['xzplane_18048',['XZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a7164dae8bec54366e19c0b66c23ccbd6',1,'amrex::Amrvis']]] + ['x_18112',['x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a5e14d7ce5233de0925fb504796d4e71e',1,'amrex::HypreABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a3125234ef1a34b4160b04d5fc5329ac0',1,'amrex::HypreABecLap2::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#accd2cc8cf99841dfb7a1707ddfe3ca8e',1,'amrex::HypreABecLap3::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#af32f270916e5ac3077cad9d15792033e',1,'amrex::HypreNodeLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#ae6db912d553d631bb09b61be167b59e9',1,'amrex::openbc::Moments::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#aec5bde519720bd162ca02815d84c4b7b',1,'amrex::algoim::QuadratureRule::Node::x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a82c372d8519e17a10995968b370106dc',1,'amrex::PETScABecLap::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#a7355367151105a356ebfa4ecb841a86c',1,'amrex::XDim3::x()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a090510e5e79fd6c75d96c906cd9250e1',1,'amrex::Dim3::x()']]], + ['xdir_18113',['XDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa48460f2fc5e49659b1494852de45964',1,'amrex::Amrvis']]], + ['xhi_18114',['xhi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#af7c8319947a6017a36027bc15c3ad065',1,'amrex::RealBox']]], + ['xhi_5fdir_18115',['xhi_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#a64d2e08ddf33f4e1ea55ca8bbb41bf03',1,'amrex_mllinop_nd_module']]], + ['xint_18116',['xint',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa84aea4f19fd97919030c7bc2b2bce52',1,'amrex::algoim::ImplicitIntegral']]], + ['xlo_18117',['xlo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealBox.html#ae4725fce5cb9ab4e306e9cb7a9c37f3c',1,'amrex::RealBox']]], + ['xlo_5fdir_18118',['xlo_dir',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__mllinop__nd__module.html#aa8093488a6a576b9204a41a2c3b14612',1,'amrex_mllinop_nd_module']]], + ['xplane_18119',['XPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#add3703a58d6eb9d9c897e80f0bb3f8db',1,'amrex::Amrvis']]], + ['xrange_18120',['xrange',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e3b87a075c020bc4e0347b49b41a638',1,'amrex::algoim::ImplicitIntegral']]], + ['xy_18121',['XY',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#aa01b8e847a081049f09f214fb191f372',1,'amrex::Amrvis']]], + ['xypdlderived_18122',['xypdlDerived',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a88ab515d361ad0b1fdd14ec20b572969',1,'amrex::XYPlotDataList']]], + ['xypdlhiy_18123',['xypdlHiY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af10b7a355491a38086bd370b05013f20',1,'amrex::XYPlotDataList']]], + ['xypdlldata_18124',['xypdllData',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a13d8f8d382df6f1caae0eb061304b7be',1,'amrex::XYPlotDataListLink']]], + ['xypdlllength_18125',['xypdllLength',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#aedc6b302ba8a41a7b0860a54f93eac00',1,'amrex::XYPlotDataListLink']]], + ['xypdlloy_18126',['xypdlLoY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a901a80f5953cc152073c60286cb6c860',1,'amrex::XYPlotDataList']]], + ['xypdlratios_18127',['xypdlRatios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ade612c26e3b60e7521e1bc7655d82964',1,'amrex::XYPlotDataList']]], + ['xypdlxval_18128',['xypdlXVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab19f254be90dcd366f2e12953d492cd4',1,'amrex::XYPlotDataList']]], + ['xypdlyval_18129',['xypdlYVal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af3f276d50d12ae1ede8c1483a14c8c07',1,'amrex::XYPlotDataList']]], + ['xyplane_18130',['XYPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#ad1b86e35dd69c62c7458b98276f001ae',1,'amrex::Amrvis']]], + ['xz_18131',['XZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a53ecf753e57075db2ce21ddbb7b70d64',1,'amrex::Amrvis']]], + ['xzplane_18132',['XZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a7164dae8bec54366e19c0b66c23ccbd6',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_19.js b/amrex-hydro/Doxygen/html/search/variables_19.js index bc8d3af..d8cfb6f 100644 --- a/amrex-hydro/Doxygen/html/search/variables_19.js +++ b/amrex-hydro/Doxygen/html/search/variables_19.js @@ -1,25 +1,25 @@ var searchData= [ - ['y_18049',['y',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#adb6657fa49f022a5f02ab1a51fafeac0',1,'amrex::openbc::Moments::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#ac09c0b155c27d48d0efcf8d70277894a',1,'amrex::algoim::QuadratureRule::Node::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#af3bfd0ccbd1587f808089bee50e4a203',1,'amrex::XDim3::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a5b607ff8424cba649fe2c3c19f34714b',1,'amrex::Dim3::y()']]], - ['ydir_18050',['YDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a3e880279ad4fb97535a0415f652dfc9d',1,'amrex::Amrvis']]], - ['yellow_18051',['Yellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e',1,'amrex::FGColor::Yellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a946b44d2b8a57793025b006f14222e56',1,'amrex::BGColor::Yellow()']]], - ['yplane_18052',['YPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a731717eed90ce2d39970e786e2486b1c',1,'amrex::Amrvis']]], - ['yy_5fat_5fbol_18053',['yy_at_bol',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a9d60c60af6e1a6f69de16871fd64f85f',1,'yy_buffer_state']]], - ['yy_5fbs_5fcolumn_18054',['yy_bs_column',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a10c4fcd8be759e6bf11e6d3e8cdb0307',1,'yy_buffer_state']]], - ['yy_5fbs_5flineno_18055',['yy_bs_lineno',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a818e94bc9c766e683c60df1e9fd01199',1,'yy_buffer_state']]], - ['yy_5fbuf_5fpos_18056',['yy_buf_pos',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a8435c3f786bbb55d21d0174e4cfc22a0',1,'yy_buffer_state']]], - ['yy_5fbuf_5fsize_18057',['yy_buf_size',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a451d39697f006f3922c1f43cf79286b4',1,'yy_buffer_state']]], - ['yy_5fbuffer_5fstatus_18058',['yy_buffer_status',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a70fd925d37a2f0454fbd0def675d106c',1,'yy_buffer_state']]], - ['yy_5fch_5fbuf_18059',['yy_ch_buf',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a0d25458e69eb22207fc633a1255d099d',1,'yy_buffer_state']]], - ['yy_5ffill_5fbuffer_18060',['yy_fill_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a63d2afbb1d79a3fc63df9e12626f827d',1,'yy_buffer_state']]], - ['yy_5finput_5ffile_18061',['yy_input_file',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a4360acfb226a1fc240ab2be17dd6beda',1,'yy_buffer_state']]], - ['yy_5fis_5finteractive_18062',['yy_is_interactive',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#abf5c70eea75581b58c0ee7bd31b14490',1,'yy_buffer_state']]], - ['yy_5fis_5four_5fbuffer_18063',['yy_is_our_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a80ce2431c70dc4f89ced487f18449465',1,'yy_buffer_state']]], - ['yy_5fn_5fchars_18064',['yy_n_chars',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a06406208824817acfec2183b79080945',1,'yy_buffer_state']]], - ['yy_5fnxt_18065',['yy_nxt',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#ae0715250c2bef261e596e77e0030f13e',1,'yy_trans_info']]], - ['yy_5fverify_18066',['yy_verify',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#a5c9f61e770deef50bd4e697310342fe9',1,'yy_trans_info']]], - ['yyss_5falloc_18067',['yyss_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#abff9f2574620ec19335937522ea27580',1,'yyalloc']]], - ['yyvs_5falloc_18068',['yyvs_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#a9326f4fdc6f737a929444427836d8928',1,'yyalloc']]], - ['yz_18069',['YZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adb827b646ad912c5cc378614fb69d5a9',1,'amrex::Amrvis']]], - ['yzplane_18070',['YZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a6e9bd3958932d9e9fb25aa2f0fc16f4e',1,'amrex::Amrvis']]] + ['y_18133',['y',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#adb6657fa49f022a5f02ab1a51fafeac0',1,'amrex::openbc::Moments::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#ac09c0b155c27d48d0efcf8d70277894a',1,'amrex::algoim::QuadratureRule::Node::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#af3bfd0ccbd1587f808089bee50e4a203',1,'amrex::XDim3::y()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a5b607ff8424cba649fe2c3c19f34714b',1,'amrex::Dim3::y()']]], + ['ydir_18134',['YDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a3e880279ad4fb97535a0415f652dfc9d',1,'amrex::Amrvis']]], + ['yellow_18135',['Yellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a080b20c9b78c553919c4563ddd75ff1e',1,'amrex::FGColor::Yellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a946b44d2b8a57793025b006f14222e56',1,'amrex::BGColor::Yellow()']]], + ['yplane_18136',['YPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a731717eed90ce2d39970e786e2486b1c',1,'amrex::Amrvis']]], + ['yy_5fat_5fbol_18137',['yy_at_bol',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a9d60c60af6e1a6f69de16871fd64f85f',1,'yy_buffer_state']]], + ['yy_5fbs_5fcolumn_18138',['yy_bs_column',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a10c4fcd8be759e6bf11e6d3e8cdb0307',1,'yy_buffer_state']]], + ['yy_5fbs_5flineno_18139',['yy_bs_lineno',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a818e94bc9c766e683c60df1e9fd01199',1,'yy_buffer_state']]], + ['yy_5fbuf_5fpos_18140',['yy_buf_pos',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a8435c3f786bbb55d21d0174e4cfc22a0',1,'yy_buffer_state']]], + ['yy_5fbuf_5fsize_18141',['yy_buf_size',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a451d39697f006f3922c1f43cf79286b4',1,'yy_buffer_state']]], + ['yy_5fbuffer_5fstatus_18142',['yy_buffer_status',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a70fd925d37a2f0454fbd0def675d106c',1,'yy_buffer_state']]], + ['yy_5fch_5fbuf_18143',['yy_ch_buf',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a0d25458e69eb22207fc633a1255d099d',1,'yy_buffer_state']]], + ['yy_5ffill_5fbuffer_18144',['yy_fill_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a63d2afbb1d79a3fc63df9e12626f827d',1,'yy_buffer_state']]], + ['yy_5finput_5ffile_18145',['yy_input_file',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a4360acfb226a1fc240ab2be17dd6beda',1,'yy_buffer_state']]], + ['yy_5fis_5finteractive_18146',['yy_is_interactive',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#abf5c70eea75581b58c0ee7bd31b14490',1,'yy_buffer_state']]], + ['yy_5fis_5four_5fbuffer_18147',['yy_is_our_buffer',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a80ce2431c70dc4f89ced487f18449465',1,'yy_buffer_state']]], + ['yy_5fn_5fchars_18148',['yy_n_chars',['https://amrex-codes.github.io/amrex/doxygen/structyy__buffer__state.html#a06406208824817acfec2183b79080945',1,'yy_buffer_state']]], + ['yy_5fnxt_18149',['yy_nxt',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#ae0715250c2bef261e596e77e0030f13e',1,'yy_trans_info']]], + ['yy_5fverify_18150',['yy_verify',['https://amrex-codes.github.io/amrex/doxygen/structyy__trans__info.html#a5c9f61e770deef50bd4e697310342fe9',1,'yy_trans_info']]], + ['yyss_5falloc_18151',['yyss_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#abff9f2574620ec19335937522ea27580',1,'yyalloc']]], + ['yyvs_5falloc_18152',['yyvs_alloc',['https://amrex-codes.github.io/amrex/doxygen/unionyyalloc.html#a9326f4fdc6f737a929444427836d8928',1,'yyalloc']]], + ['yz_18153',['YZ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adb827b646ad912c5cc378614fb69d5a9',1,'amrex::Amrvis']]], + ['yzplane_18154',['YZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a6e9bd3958932d9e9fb25aa2f0fc16f4e',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_1a.js b/amrex-hydro/Doxygen/html/search/variables_1a.js index 95eb126..b09461a 100644 --- a/amrex-hydro/Doxygen/html/search/variables_1a.js +++ b/amrex-hydro/Doxygen/html/search/variables_1a.js @@ -1,17 +1,17 @@ var searchData= [ - ['z_18071',['z',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a014340bfb64fc9518ac7541cd634253c',1,'amrex::openbc::Moments::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a5f9f48bbbd30d20b1b08061b621b46e6',1,'amrex::algoim::QuadratureRule::Node::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#ab7d76c217833bd5f7ac309ae9b32b2ed',1,'amrex::XDim3::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a301b8be615c36e302d8510be17c63e90',1,'amrex::Dim3::z()']]], - ['zdir_18072',['ZDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a345f2c2cc5c709a02e40f34b83d914fb',1,'amrex::Amrvis']]], - ['zero_18073',['Zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'amrex::IntVectND::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'IntVectND< AMREX_SPACEDIM >::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab64ddfe8e473503acf9a5f7103467b13',1,'amrex::RealVect::Zero()']]], - ['zero_18074',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1f4791a841a93287a5d1a9f841bdecd1',1,'amrex_constants_module']]], - ['zero_5flower_5fmask_18075',['zero_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a202cad7d2c40d09b3c3efbdfdf94115d',1,'amrex::EBCellFlag']]], - ['zero_5fnumvofs_5fmask_18076',['zero_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a684214fb8524798b231301cf52aeac95',1,'amrex::EBCellFlag']]], - ['zero_5ftype_5fmask_18077',['zero_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ac8267e4520db8eab9e586ba8de116d2b',1,'amrex::EBCellFlag']]], - ['zero_5fxhi_5fmask_18078',['zero_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a49823ee5e3272661b0ff81bcf637263c',1,'amrex::EB2::Neighbor']]], - ['zero_5fxlo_5fmask_18079',['zero_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a753fca266a688d197024b1fb911cd828',1,'amrex::EB2::Neighbor']]], - ['zero_5fyhi_5fmask_18080',['zero_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6d68482d31eca7a919b4c4d01df79878',1,'amrex::EB2::Neighbor']]], - ['zero_5fylo_5fmask_18081',['zero_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac4a51294df158aec56678a1a577d99b3',1,'amrex::EB2::Neighbor']]], - ['zero_5fzhi_5fmask_18082',['zero_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a4133ce39a287fff20e97b3af469995c8',1,'amrex::EB2::Neighbor']]], - ['zero_5fzlo_5fmask_18083',['zero_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae99270d7b970d6f6e2f52dbc2c4921a5',1,'amrex::EB2::Neighbor']]], - ['zplane_18084',['ZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a188af44ab507bf2058f81828afccc6a6',1,'amrex::Amrvis']]] + ['z_18155',['z',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a014340bfb64fc9518ac7541cd634253c',1,'amrex::openbc::Moments::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule_1_1Node.html#a5f9f48bbbd30d20b1b08061b621b46e6',1,'amrex::algoim::QuadratureRule::Node::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1XDim3.html#ab7d76c217833bd5f7ac309ae9b32b2ed',1,'amrex::XDim3::z()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Dim3.html#a301b8be615c36e302d8510be17c63e90',1,'amrex::Dim3::z()']]], + ['zdir_18156',['ZDIR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a345f2c2cc5c709a02e40f34b83d914fb',1,'amrex::Amrvis']]], + ['zero_18157',['Zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'amrex::IntVectND::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntVectND.html#ac9be7906eed9686b378081b582db248e',1,'IntVectND< AMREX_SPACEDIM >::Zero()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealVect.html#ab64ddfe8e473503acf9a5f7103467b13',1,'amrex::RealVect::Zero()']]], + ['zero_18158',['zero',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1f4791a841a93287a5d1a9f841bdecd1',1,'amrex_constants_module']]], + ['zero_5flower_5fmask_18159',['zero_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a202cad7d2c40d09b3c3efbdfdf94115d',1,'amrex::EBCellFlag']]], + ['zero_5fnumvofs_5fmask_18160',['zero_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a684214fb8524798b231301cf52aeac95',1,'amrex::EBCellFlag']]], + ['zero_5ftype_5fmask_18161',['zero_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ac8267e4520db8eab9e586ba8de116d2b',1,'amrex::EBCellFlag']]], + ['zero_5fxhi_5fmask_18162',['zero_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a49823ee5e3272661b0ff81bcf637263c',1,'amrex::EB2::Neighbor']]], + ['zero_5fxlo_5fmask_18163',['zero_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a753fca266a688d197024b1fb911cd828',1,'amrex::EB2::Neighbor']]], + ['zero_5fyhi_5fmask_18164',['zero_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a6d68482d31eca7a919b4c4d01df79878',1,'amrex::EB2::Neighbor']]], + ['zero_5fylo_5fmask_18165',['zero_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac4a51294df158aec56678a1a577d99b3',1,'amrex::EB2::Neighbor']]], + ['zero_5fzhi_5fmask_18166',['zero_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a4133ce39a287fff20e97b3af469995c8',1,'amrex::EB2::Neighbor']]], + ['zero_5fzlo_5fmask_18167',['zero_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae99270d7b970d6f6e2f52dbc2c4921a5',1,'amrex::EB2::Neighbor']]], + ['zplane_18168',['ZPLANE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a188af44ab507bf2058f81828afccc6a6',1,'amrex::Amrvis']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_2.js b/amrex-hydro/Doxygen/html/search/variables_2.js index 91d7e95..51d7ac4 100644 --- a/amrex-hydro/Doxygen/html/search/variables_2.js +++ b/amrex-hydro/Doxygen/html/search/variables_2.js @@ -1,100 +1,101 @@ var searchData= [ - ['b_15625',['b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#adba53e7521e75de463fb9903c0aa4322',1,'amrex::HypreABecLap2::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#af4c046c804e0bdd16f1f88e4adf5a221',1,'amrex::HypreABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abb0cef2ff7ee4b014b5c49b98596f4c0',1,'amrex::PETScABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aac9a18102f9bc2f5b4b060e49fabaea0',1,'amrex::HypreABecLap3::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8bf1aff14a4fff3cc12887bac7c96620',1,'amrex::HypreNodeLap::b()']]], - ['b2d_15626',['b2d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#aeade94c9720a2866e2b569a11b0ae142',1,'amrex::openbc::MomTag']]], - ['ba_5fcfb_15627',['ba_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac07051a2c7c91144216d0a333e2b9bce',1,'amrex::FabArrayBase::CFinfo']]], - ['ba_5fcrse_5fpatch_15628',['ba_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a6b1f18981c96f45dcf49c05987770548',1,'amrex::FabArrayBase::FPinfo']]], - ['ba_5ffine_5fpatch_15629',['ba_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#af6fcea43716595c028ab06b5ca6e57c0',1,'amrex::FabArrayBase::FPinfo']]], - ['balwaysfixdenormals_15630',['bAlwaysFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aaa3172ecb27298323dd87d8c72204eb2',1,'amrex::RealDescriptor']]], - ['bamrdataok_15631',['bAmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a9bee43add415cee502f4398657b80485',1,'amrex::DataServices']]], - ['barriernames_15632',['barrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8a2403290796125e47b6b85b70a0d69',1,'CommProfStats']]], - ['barriernumberstonames_15633',['barrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d4b65df466fc4e6154b2c5b3af454b8',1,'BLProfStats']]], - ['barriers_15634',['barriers',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#aa614e74a38459674fd55176f2b42e82e',1,'CommProfStats::DataBlock']]], - ['base_15635',['base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a05f29434756e9ac47cca98644a2dc60e',1,'amrex::NonLocalBC::MapComponents']]], - ['bbox_15636',['bbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a88374d21f3cf26914235a3136df641f7',1,'amrex::BARef']]], - ['bc_15637',['bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adb5fc84ac2f9e43e15f6cc05ed2216f5',1,'amrex::BCRec::bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a028da3417e8c939df2795b540b9b3533',1,'amrex::StateDescriptor::bc()']]], - ['bc_5ffunc_15638',['bc_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a441b52239a3fe61b2d2fa90f6174ef7a',1,'amrex::StateDescriptor']]], - ['bc_5fpt_5fend_15639',['bc_pt_end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acf0af49643ea92e7bf5cddc7aa649058',1,'amrex::SplineDistFcnElement2d']]], - ['bc_5fpt_5fstart_15640',['bc_pt_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a893b3a26f68475031476e02fca6246c7',1,'amrex::SplineDistFcnElement2d']]], - ['bcartgrid_15641',['bCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab44433cd1de27af67df3e342b3cd36e7',1,'amrex::AmrData']]], - ['bclhi_15642',['bclhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#afd91fff06baaefde6f7619dba9007355',1,'amrex::MLMGPSTag']]], - ['bcllo_15643',['bcllo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#adcec319cce6a75a26a3cf838f4f0ac6f',1,'amrex::MLMGPSTag']]], - ['bcloc_15644',['bcloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad89ec369f00b9eeaf36ae20e4959825b',1,'amrex::MLCellLinOpT::BndryCondLoc::bcloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af7bb1a70a4e8bb07247e07f9de03c3ab',1,'amrex::BndryDataT::bcloc()']]], - ['bcloc_5fhi_15645',['bcloc_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a072aede793f90b1c76a24c104a76cd2b',1,'amrex::MLMGABCTag']]], - ['bcloc_5flo_15646',['bcloc_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#adb4f43a819f44dc4e03efb9c2b8e4c85',1,'amrex::MLMGABCTag']]], - ['bcoefs_15647',['bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac7dbd144ec1cfc9a3c7802f0d9a76a01',1,'amrex::PETScABecLap::bcoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a097bf586d48d127374ec0d293dd3bd41',1,'amrex::Hypre::bcoefs()']]], - ['bcond_15648',['bcond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ae6a0cd5c389348f2d77876ddfe46a3e0',1,'amrex::MLCellLinOpT::BndryCondLoc::bcond()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a043be8a7bc1486ff3e42dde8d785023c',1,'amrex::BndryDataT::bcond()']]], - ['bcperiodic_15649',['bcPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab474ed08790246bc8253d185c7181554',1,'amrex::btUnit']]], - ['bcr_15650',['bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a222aca825f0b80bc8de5522d155ba0e7',1,'amrex::DeriveRec']]], - ['bcr3d_15651',['bcr3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a34c2f0068a7832ca670a0476cea011fc',1,'amrex::DeriveRec']]], - ['bcthi_15652',['bcthi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a20538805638333c905e2d73f5a2ef6be',1,'amrex::MLMGPSTag']]], - ['bctl_15653',['bctl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a72db86cea24b60ea27e4976487638fcd',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['bctl_5fdv_15654',['bctl_dv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a586701d3581be6ab615dca7d35488c',1,'amrex::MLCellLinOpT::BndryCondLoc']]], - ['bctlo_15655',['bctlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ae9d986e8d5951f695e0e98fb8144c6d7',1,'amrex::MLMGPSTag']]], - ['bctype_15656',['bctype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ada76f23f789da2be981f0c3ec8784d34',1,'amrex::BoundCond']]], - ['bctype_5fhi_15657',['bctype_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#af18d354d0f13662132092d19be5cb363',1,'amrex::MLMGABCTag']]], - ['bctype_5flo_15658',['bctype_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ad831532cf8c44b9d58e57568abd12b94',1,'amrex::MLMGABCTag']]], - ['bcval_5fhi_15659',['bcval_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2303bf2fb28d1c60cdf883086443a47e',1,'amrex::MLMGABCTag']]], - ['bcval_5flo_15660',['bcval_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#aa69d5e5277ca64a23cbdefd0f2aaccbc',1,'amrex::MLMGABCTag']]], - ['bdefaultinclude_15661',['bDefaultInclude',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a70374c3c2fee588ba0cdbcdcb80ad103',1,'BLProfStats']]], - ['begin_15662',['begin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#acc728a4ffcef48eef5ef2ebe9b0a3ed6',1,'amrex::Table4D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#ae6e3b01db1692caf20dae041275adec0',1,'amrex::Table3D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'Table2D< RT >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'amrex::Table2D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a1b493bd89c1d953f72b18dbfb82fc311',1,'amrex::Table1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< Real const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'amrex::Array4::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 >::begin()']]], - ['beginindex_15663',['beginIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a65b335b52bc54d9eaf7030a4fce20cf8',1,'amrex::MFIter']]], - ['bf_5fext_5fdir_5fthreadsafe_15664',['bf_ext_dir_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af06461b6b33c771b006b187796d88630',1,'amrex::StateDescriptor']]], - ['bglobalminmax_15665',['BGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a2a1665b43e87adbb056f0862849da4d9',1,'amrex::Amrvis']]], - ['bigend_15666',['bigend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'BoxND< AMREX_SPACEDIM >::bigend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'amrex::BoxND::bigend()']]], - ['bin_5fsize_15667',['bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a09715cba9b15ca7c87543db7a45a32b0',1,'amrex::GetParticleBin']]], - ['binitdatablocks_15668',['bInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a71e8f90f882541f319f641623c1d760f',1,'BLProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a923e282e808775e9fb1578d7f41c1829',1,'CommProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa495084e5ea8770e445d0055974e79f5',1,'RegionsProfStats::bInitDataBlocks()']]], - ['binvalidminmax_15669',['BINVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a970c9283c08d1ad380beb8cb5fbcfcb0',1,'amrex::Amrvis']]], - ['bits_15670',['bits',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a80ddd826639ec72c71ba72a3c6dfc09a',1,'amrex::algoim::PsiCode']]], - ['bl_5fspacedim_15671',['bl_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c',1,'amrex_fort_module']]], - ['black_15672',['Black',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab',1,'amrex::FGColor::Black()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae412efe15f82f962408e557b3cee52e4',1,'amrex::BGColor::Black()']]], - ['blen_15673',['blen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ab6deadfffea603d9264c962bf35928d9',1,'amrex::MLMGABCTag::blen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a0d7cdc83739bdd08706430ed96678580',1,'amrex::MLMGPSTag::blen()']]], - ['blockid_15674',['blockid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a4b76869f13f33a51e15dcc7284301d85',1,'amrex::BlockMutex::state_t::II']]], - ['blocking_5ffactor_15675',['blocking_factor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aec9f071fb0930efe09a4efe35edc4a2f',1,'amrex::AmrInfo']]], - ['blpdatablocks_15676',['blpDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#abb120e148e578dea3b6f1a997d54c079',1,'BLProfStats']]], - ['blpdatafilenames_15677',['blpDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78868d7cea3662827ca187695cb06bf7',1,'BLProfStats']]], - ['blpdatastreams_15678',['blpDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0eabcbf58e2437da683f110ef496c902',1,'BLProfStats']]], - ['blpfnames_15679',['blpFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64f39f91d28ff7c34e8a5337f71b27',1,'BLProfStats']]], - ['blprofversion_15680',['blProfVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aff3df1b96b0cf4e527d31f366b51649e',1,'BLProfStats']]], - ['blue_15681',['Blue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a1675bd00cc85236d00ca403a9a577662',1,'amrex::BGColor::Blue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426',1,'amrex::FGColor::Blue()']]], - ['bnamenumber_15682',['bNameNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a14d594f7a0f3360a1efbe5621869d37e',1,'CommProfStats::BarrierEntry']]], - ['bndry_15683',['bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a885dd729158b9a96cc833b5a291be3bf',1,'amrex::BndryRegisterT']]], - ['bnumberofminmax_15684',['BNUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ae30e7b84e8b143de05b852dde1174bb3',1,'amrex::Amrvis']]], - ['bold_15685',['Bold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#ac22ce3b2fbbb155d2706d522d445fbf0',1,'amrex::Font']]], - ['bottom_5fabstol_15686',['bottom_abstol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad3062efc6b4f6fb5bca0d154082251bc',1,'amrex::MLMGT']]], - ['bottom_5fmaxiter_15687',['bottom_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa25c4bc7039d79991c9347812e392042',1,'amrex::MLMGT']]], - ['bottom_5freltol_15688',['bottom_reltol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa8cd739b09d30ecf7e853c350fd2abd1',1,'amrex::MLMGT']]], - ['bottom_5fsolver_15689',['bottom_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6413a66e0cb6393a0cf6530375797fb1',1,'amrex::MLMGT']]], - ['bottom_5ftime_15690',['bottom_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda4c32e616cb27e5785c48749118234b63',1,'amrex::MLMGT']]], - ['bottom_5fverbose_15691',['bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a14fa88e22141330833bda28beaef068c',1,'amrex::MLMGT']]], - ['boundarywidth_15692',['boundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afe8bc6f5489bcdb1c869821656362357',1,'amrex::AmrData']]], - ['box_15693',['BOX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5adfb583e59961c24f25757b0750fb66f9',1,'amrex::AMRErrorTag']]], - ['box_15694',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a80afe2fb6fc06ed4930998382c71182e',1,'amrex::NeighborParticleContainer::NeighborTask::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#abbe4e5c9824e8d9ccfaf7a524ddac32b',1,'amrex::GetParticleBin::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ad40376645132122ecd967a0473681454',1,'amrex::VisMF::FabReadLink::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a7f54503bdcb3580672d1f0adc860b3ac',1,'amrex::Gpu::ComponentBox::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a88162269ca5cd1c4e7ffe7259f526b92',1,'amrex::FabArrayBase::FabComTag::box()']]], - ['boxarray_15695',['boxarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae63b22ccabe6c5af01dd0779c60740c8',1,'amrex::FabArrayBase']]], - ['bproxmapok_15696',['bProxMapOK',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a75483e35d9c71b281451d66142e996b9',1,'CommProfStats']]], - ['brightblack_15697',['BrightBlack',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1',1,'amrex::FGColor::BrightBlack()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae7b1a8ccc4e3bafcb6f5381f352cad8a',1,'amrex::BGColor::BrightBlack()']]], - ['brightblue_15698',['BrightBLUE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c',1,'amrex::FGColor']]], - ['brightblue_15699',['BrightBlue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a53efb273893251617d70a0882a1db7bb',1,'amrex::BGColor']]], - ['brightcyan_15700',['BrightCyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#adfca5e4fcc8b07bdcff12e9a766265ee',1,'amrex::BGColor::BrightCyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2',1,'amrex::FGColor::BrightCyan()']]], - ['brightgreen_15701',['BrightGreen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8216c2c4ce684299b8be4d39f0c3f713',1,'amrex::BGColor::BrightGreen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9',1,'amrex::FGColor::BrightGreen()']]], - ['brightmagenta_15702',['BrightMagenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#aa46c16e855686f562a9ec273574686e1',1,'amrex::BGColor::BrightMagenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571',1,'amrex::FGColor::BrightMagenta()']]], - ['brightred_15703',['BrightRed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a93f5aa5cadd77b4b2192e8b4588d30b9',1,'amrex::BGColor::BrightRed()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8',1,'amrex::FGColor::BrightRed()']]], - ['brightwhite_15704',['BrightWhite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a3099bce34d3331079a87b702e75156b7',1,'amrex::BGColor::BrightWhite()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc',1,'amrex::FGColor::BrightWhite()']]], - ['brightyellow_15705',['BrightYellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#acc0179ae7051c77e255513c5ebbce41e',1,'amrex::BGColor::BrightYellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33',1,'amrex::FGColor::BrightYellow()']]], - ['bshowbody_15706',['bShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac7742574ff1d7b24879cbac34c7382b6',1,'amrex::AmrData']]], - ['bsubregionminmax_15707',['BSUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a95964ed9144e700e0653441316633db6',1,'amrex::Amrvis']]], - ['bt_5fstack_15708',['bt_stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#aaf1d60939d82c0f1d794feed9222e8a0',1,'amrex::BLBackTrace']]], - ['bterrain_15709',['bTerrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afabb8e1c24620e4fa9cba00f9e4a386d',1,'amrex::AmrData']]], - ['btimerangeinitialized_15710',['bTimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6d09cb193d457f12d89dad062aaf37bc',1,'BLProfStats']]], - ['btype_15711',['btype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'BoxND< AMREX_SPACEDIM >::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'amrex::BoxND::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a70df1b0aadeb1c7f0360299f0e2b2fc4',1,'amrex::BoxList::btype()']]], - ['buf_15712',['BUF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa5c2d81c416e8ee0e1bd9d475e73d31cf',1,'amrex::TagBox']]], - ['buffer_5ftag_5fcache_15713',['buffer_tag_cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a82a5acd18d78404acab9c6f310411369',1,'amrex::NeighborParticleContainer']]], - ['bufsize_15714',['BUFSIZE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a8303de7f87d7f9247ba6399dcf4d2493',1,'amrex::Amrvis']]], - ['buserminmax_15715',['BUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ad1deacdbc35862f4535786f40e328d12',1,'amrex::Amrvis']]], - ['buserstoprequest_15716',['bUserStopRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0275a70b67bcded29bdf03229bea8edb',1,'amrex::Amr']]], - ['bwcontours_15717',['BWCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba2fadaef089ede23c0bc5c320543c35db',1,'amrex::Amrvis']]], - ['bx_15718',['bx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ade5307c3097ed11a8ad8e3284f07e2ad',1,'amrex::MLMGPSTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a1af0a02953a607edaf192b622b1f59a6',1,'amrex::MLMGABCTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a983b146fa22d1ed852dc07bfd52f2158',1,'amrex::Array4BoxOrientationTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a2754c8e7cbd174d92c5d0ec4bd58583c',1,'amrex::Array4BoxOffsetTag::bx()']]], - ['bx_5fmap_15719',['bx_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adbe5143a11f68ea45e237f5d650ba69f',1,'amrex::DeriveRec']]], - ['bytes_15720',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a32e4b2ea70635b8caa88bb5a43e2d5b0',1,'amrex::FabArrayBase::CacheStats']]], - ['bytes_5fhwm_15721',['bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a9c99b077a5aac77d3677eadc8caf0f14',1,'amrex::FabArrayBase::CacheStats']]] + ['b_15702',['b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#adba53e7521e75de463fb9903c0aa4322',1,'amrex::HypreABecLap2::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#af4c046c804e0bdd16f1f88e4adf5a221',1,'amrex::HypreABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abb0cef2ff7ee4b014b5c49b98596f4c0',1,'amrex::PETScABecLap::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#aac9a18102f9bc2f5b4b060e49fabaea0',1,'amrex::HypreABecLap3::b()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8bf1aff14a4fff3cc12887bac7c96620',1,'amrex::HypreNodeLap::b()']]], + ['b2d_15703',['b2d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#aeade94c9720a2866e2b569a11b0ae142',1,'amrex::openbc::MomTag']]], + ['ba_5fcfb_15704',['ba_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac07051a2c7c91144216d0a333e2b9bce',1,'amrex::FabArrayBase::CFinfo']]], + ['ba_5fcrse_5fpatch_15705',['ba_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a6b1f18981c96f45dcf49c05987770548',1,'amrex::FabArrayBase::FPinfo']]], + ['ba_5ffine_5fpatch_15706',['ba_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#af6fcea43716595c028ab06b5ca6e57c0',1,'amrex::FabArrayBase::FPinfo']]], + ['balwaysfixdenormals_15707',['bAlwaysFixDenormals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#aaa3172ecb27298323dd87d8c72204eb2',1,'amrex::RealDescriptor']]], + ['bamrdataok_15708',['bAmrDataOk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a9bee43add415cee502f4398657b80485',1,'amrex::DataServices']]], + ['barriernames_15709',['barrierNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae8a2403290796125e47b6b85b70a0d69',1,'CommProfStats']]], + ['barriernumberstonames_15710',['barrierNumbersToNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a9d4b65df466fc4e6154b2c5b3af454b8',1,'BLProfStats']]], + ['barriers_15711',['barriers',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#aa614e74a38459674fd55176f2b42e82e',1,'CommProfStats::DataBlock']]], + ['base_15712',['base',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a05f29434756e9ac47cca98644a2dc60e',1,'amrex::NonLocalBC::MapComponents']]], + ['bbox_15713',['bbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a88374d21f3cf26914235a3136df641f7',1,'amrex::BARef']]], + ['bc_15714',['bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BCRec.html#adb5fc84ac2f9e43e15f6cc05ed2216f5',1,'amrex::BCRec::bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a028da3417e8c939df2795b540b9b3533',1,'amrex::StateDescriptor::bc()']]], + ['bc_5ffunc_15715',['bc_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a441b52239a3fe61b2d2fa90f6174ef7a',1,'amrex::StateDescriptor']]], + ['bc_5fpt_5fend_15716',['bc_pt_end',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#acf0af49643ea92e7bf5cddc7aa649058',1,'amrex::SplineDistFcnElement2d']]], + ['bc_5fpt_5fstart_15717',['bc_pt_start',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a893b3a26f68475031476e02fca6246c7',1,'amrex::SplineDistFcnElement2d']]], + ['bcartgrid_15718',['bCartGrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ab44433cd1de27af67df3e342b3cd36e7',1,'amrex::AmrData']]], + ['bclhi_15719',['bclhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#afd91fff06baaefde6f7619dba9007355',1,'amrex::MLMGPSTag']]], + ['bcllo_15720',['bcllo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#adcec319cce6a75a26a3cf838f4f0ac6f',1,'amrex::MLMGPSTag']]], + ['bcloc_15721',['bcloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ad89ec369f00b9eeaf36ae20e4959825b',1,'amrex::MLCellLinOpT::BndryCondLoc::bcloc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af7bb1a70a4e8bb07247e07f9de03c3ab',1,'amrex::BndryDataT::bcloc()']]], + ['bcloc_5fhi_15722',['bcloc_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a072aede793f90b1c76a24c104a76cd2b',1,'amrex::MLMGABCTag']]], + ['bcloc_5flo_15723',['bcloc_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#adb4f43a819f44dc4e03efb9c2b8e4c85',1,'amrex::MLMGABCTag']]], + ['bcoefs_15724',['bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac7dbd144ec1cfc9a3c7802f0d9a76a01',1,'amrex::PETScABecLap::bcoefs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a097bf586d48d127374ec0d293dd3bd41',1,'amrex::Hypre::bcoefs()']]], + ['bcond_15725',['bcond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ae6a0cd5c389348f2d77876ddfe46a3e0',1,'amrex::MLCellLinOpT::BndryCondLoc::bcond()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a043be8a7bc1486ff3e42dde8d785023c',1,'amrex::BndryDataT::bcond()']]], + ['bcperiodic_15726',['bcPeriodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1btUnit.html#ab474ed08790246bc8253d185c7181554',1,'amrex::btUnit']]], + ['bcr_15727',['bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a222aca825f0b80bc8de5522d155ba0e7',1,'amrex::DeriveRec']]], + ['bcr3d_15728',['bcr3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a34c2f0068a7832ca670a0476cea011fc',1,'amrex::DeriveRec']]], + ['bcthi_15729',['bcthi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a20538805638333c905e2d73f5a2ef6be',1,'amrex::MLMGPSTag']]], + ['bctl_15730',['bctl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a72db86cea24b60ea27e4976487638fcd',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['bctl_5fdv_15731',['bctl_dv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#a6a586701d3581be6ab615dca7d35488c',1,'amrex::MLCellLinOpT::BndryCondLoc']]], + ['bctlo_15732',['bctlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ae9d986e8d5951f695e0e98fb8144c6d7',1,'amrex::MLMGPSTag']]], + ['bctype_15733',['bctype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoundCond.html#ada76f23f789da2be981f0c3ec8784d34',1,'amrex::BoundCond']]], + ['bctype_5fhi_15734',['bctype_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#af18d354d0f13662132092d19be5cb363',1,'amrex::MLMGABCTag']]], + ['bctype_5flo_15735',['bctype_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ad831532cf8c44b9d58e57568abd12b94',1,'amrex::MLMGABCTag']]], + ['bcval_5fhi_15736',['bcval_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2303bf2fb28d1c60cdf883086443a47e',1,'amrex::MLMGABCTag']]], + ['bcval_5flo_15737',['bcval_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#aa69d5e5277ca64a23cbdefd0f2aaccbc',1,'amrex::MLMGABCTag']]], + ['bdefaultinclude_15738',['bDefaultInclude',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a70374c3c2fee588ba0cdbcdcb80ad103',1,'BLProfStats']]], + ['begin_15739',['begin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#acc728a4ffcef48eef5ef2ebe9b0a3ed6',1,'amrex::Table4D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#ae6e3b01db1692caf20dae041275adec0',1,'amrex::Table3D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'Table2D< RT >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#ac1b696dc13b05c84b613ae77eeb4c24c',1,'amrex::Table2D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#a1b493bd89c1d953f72b18dbfb82fc311',1,'amrex::Table1D::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< Real const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int const >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< int >::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'amrex::Array4::begin()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088',1,'Array4< T0 >::begin()']]], + ['beginindex_15740',['beginIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a65b335b52bc54d9eaf7030a4fce20cf8',1,'amrex::MFIter']]], + ['bf_5fext_5fdir_5fthreadsafe_15741',['bf_ext_dir_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#af06461b6b33c771b006b187796d88630',1,'amrex::StateDescriptor']]], + ['bglobalminmax_15742',['BGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a2a1665b43e87adbb056f0862849da4d9',1,'amrex::Amrvis']]], + ['bigend_15743',['bigend',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'BoxND< AMREX_SPACEDIM >::bigend()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a822ca5acdd7847e703455af3b3cf9b05',1,'amrex::BoxND::bigend()']]], + ['bin_5fsize_15744',['bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a09715cba9b15ca7c87543db7a45a32b0',1,'amrex::GetParticleBin']]], + ['binitdatablocks_15745',['bInitDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a71e8f90f882541f319f641623c1d760f',1,'BLProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a923e282e808775e9fb1578d7f41c1829',1,'CommProfStats::bInitDataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa495084e5ea8770e445d0055974e79f5',1,'RegionsProfStats::bInitDataBlocks()']]], + ['binvalidminmax_15746',['BINVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a970c9283c08d1ad380beb8cb5fbcfcb0',1,'amrex::Amrvis']]], + ['bits_15747',['bits',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1PsiCode.html#a80ddd826639ec72c71ba72a3c6dfc09a',1,'amrex::algoim::PsiCode']]], + ['bl_5fspacedim_15748',['bl_spacedim',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__fort__module.html#a75dc0439ac63ce7bbde93929ee9c173c',1,'amrex_fort_module']]], + ['black_15749',['Black',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#afca8013d5b489e37aa5c257ad3073aab',1,'amrex::FGColor::Black()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae412efe15f82f962408e557b3cee52e4',1,'amrex::BGColor::Black()']]], + ['blen_15750',['blen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ab6deadfffea603d9264c962bf35928d9',1,'amrex::MLMGABCTag::blen()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a0d7cdc83739bdd08706430ed96678580',1,'amrex::MLMGPSTag::blen()']]], + ['blockid_15751',['blockid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a4b76869f13f33a51e15dcc7284301d85',1,'amrex::BlockMutex::state_t::II']]], + ['blocking_5ffactor_15752',['blocking_factor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aec9f071fb0930efe09a4efe35edc4a2f',1,'amrex::AmrInfo']]], + ['blpdatablocks_15753',['blpDataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#abb120e148e578dea3b6f1a997d54c079',1,'BLProfStats']]], + ['blpdatafilenames_15754',['blpDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a78868d7cea3662827ca187695cb06bf7',1,'BLProfStats']]], + ['blpdatastreams_15755',['blpDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0eabcbf58e2437da683f110ef496c902',1,'BLProfStats']]], + ['blpfnames_15756',['blpFNames',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a8d64f39f91d28ff7c34e8a5337f71b27',1,'BLProfStats']]], + ['blprofversion_15757',['blProfVersion',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aff3df1b96b0cf4e527d31f366b51649e',1,'BLProfStats']]], + ['blue_15758',['Blue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a1675bd00cc85236d00ca403a9a577662',1,'amrex::BGColor::Blue()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a213df80a0aed4781ce7582ee2394f426',1,'amrex::FGColor::Blue()']]], + ['bnamenumber_15759',['bNameNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a14d594f7a0f3360a1efbe5621869d37e',1,'CommProfStats::BarrierEntry']]], + ['bndry_15760',['bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a885dd729158b9a96cc833b5a291be3bf',1,'amrex::BndryRegisterT']]], + ['bnumberofminmax_15761',['BNUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ae30e7b84e8b143de05b852dde1174bb3',1,'amrex::Amrvis']]], + ['bold_15762',['Bold',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#ac22ce3b2fbbb155d2706d522d445fbf0',1,'amrex::Font']]], + ['bottom_5fabstol_15763',['bottom_abstol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad3062efc6b4f6fb5bca0d154082251bc',1,'amrex::MLMGT']]], + ['bottom_5fmaxiter_15764',['bottom_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa25c4bc7039d79991c9347812e392042',1,'amrex::MLMGT']]], + ['bottom_5freltol_15765',['bottom_reltol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#aa8cd739b09d30ecf7e853c350fd2abd1',1,'amrex::MLMGT']]], + ['bottom_5fsolver_15766',['bottom_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a6413a66e0cb6393a0cf6530375797fb1',1,'amrex::MLMGT']]], + ['bottom_5ftime_15767',['bottom_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda4c32e616cb27e5785c48749118234b63',1,'amrex::MLMGT']]], + ['bottom_5fverbose_15768',['bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a14fa88e22141330833bda28beaef068c',1,'amrex::MLMGT']]], + ['boundarywidth_15769',['boundaryWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afe8bc6f5489bcdb1c869821656362357',1,'amrex::AmrData']]], + ['box_15770',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a80afe2fb6fc06ed4930998382c71182e',1,'amrex::NeighborParticleContainer::NeighborTask::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#abbe4e5c9824e8d9ccfaf7a524ddac32b',1,'amrex::GetParticleBin::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ad40376645132122ecd967a0473681454',1,'amrex::VisMF::FabReadLink::box()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a88162269ca5cd1c4e7ffe7259f526b92',1,'amrex::FabArrayBase::FabComTag::box()']]], + ['box_15771',['BOX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5adfb583e59961c24f25757b0750fb66f9',1,'amrex::AMRErrorTag']]], + ['box_15772',['box',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a7f54503bdcb3580672d1f0adc860b3ac',1,'amrex::Gpu::ComponentBox']]], + ['boxarray_15773',['boxarray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ae63b22ccabe6c5af01dd0779c60740c8',1,'amrex::FabArrayBase']]], + ['bproxmapok_15774',['bProxMapOK',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a75483e35d9c71b281451d66142e996b9',1,'CommProfStats']]], + ['brightblack_15775',['BrightBlack',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a98f1464e98accba852d95ed885b254b1',1,'amrex::FGColor::BrightBlack()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#ae7b1a8ccc4e3bafcb6f5381f352cad8a',1,'amrex::BGColor::BrightBlack()']]], + ['brightblue_15776',['BrightBLUE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0dce94ed22641c85f1e89efc2993b01c',1,'amrex::FGColor']]], + ['brightblue_15777',['BrightBlue',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a53efb273893251617d70a0882a1db7bb',1,'amrex::BGColor']]], + ['brightcyan_15778',['BrightCyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#adfca5e4fcc8b07bdcff12e9a766265ee',1,'amrex::BGColor::BrightCyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a41fac118d598355a3a89d1cf2510a4f2',1,'amrex::FGColor::BrightCyan()']]], + ['brightgreen_15779',['BrightGreen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8216c2c4ce684299b8be4d39f0c3f713',1,'amrex::BGColor::BrightGreen()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a275031854a190496e9142c9cd92367a9',1,'amrex::FGColor::BrightGreen()']]], + ['brightmagenta_15780',['BrightMagenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#aa46c16e855686f562a9ec273574686e1',1,'amrex::BGColor::BrightMagenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a52fb55433450b1ee6af628bfa93c4571',1,'amrex::FGColor::BrightMagenta()']]], + ['brightred_15781',['BrightRed',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a93f5aa5cadd77b4b2192e8b4588d30b9',1,'amrex::BGColor::BrightRed()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a0bbabb809ceded7de390c1c4e36e80c8',1,'amrex::FGColor::BrightRed()']]], + ['brightwhite_15782',['BrightWhite',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a3099bce34d3331079a87b702e75156b7',1,'amrex::BGColor::BrightWhite()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a764763c2f2dec77c14b9e83f40bd17dc',1,'amrex::FGColor::BrightWhite()']]], + ['brightyellow_15783',['BrightYellow',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#acc0179ae7051c77e255513c5ebbce41e',1,'amrex::BGColor::BrightYellow()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a06499b8d0da3f3ab7bd99745820f6f33',1,'amrex::FGColor::BrightYellow()']]], + ['bshowbody_15784',['bShowBody',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ac7742574ff1d7b24879cbac34c7382b6',1,'amrex::AmrData']]], + ['bsubregionminmax_15785',['BSUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9a95964ed9144e700e0653441316633db6',1,'amrex::Amrvis']]], + ['bt_5fstack_15786',['bt_stack',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BLBackTrace.html#aaf1d60939d82c0f1d794feed9222e8a0',1,'amrex::BLBackTrace']]], + ['bterrain_15787',['bTerrain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afabb8e1c24620e4fa9cba00f9e4a386d',1,'amrex::AmrData']]], + ['btimerangeinitialized_15788',['bTimeRangeInitialized',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a6d09cb193d457f12d89dad062aaf37bc',1,'BLProfStats']]], + ['btype_15789',['btype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'BoxND< AMREX_SPACEDIM >::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxND.html#a1f32aecec416cfb1cae97aa816745455',1,'amrex::BoxND::btype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#a70df1b0aadeb1c7f0360299f0e2b2fc4',1,'amrex::BoxList::btype()']]], + ['buf_15790',['BUF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa5c2d81c416e8ee0e1bd9d475e73d31cf',1,'amrex::TagBox']]], + ['buffer_5ftag_5fcache_15791',['buffer_tag_cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a82a5acd18d78404acab9c6f310411369',1,'amrex::NeighborParticleContainer']]], + ['bufsize_15792',['BUFSIZE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a8303de7f87d7f9247ba6399dcf4d2493',1,'amrex::Amrvis']]], + ['buserminmax_15793',['BUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a980486554a98baf8ebf8e560734f2bf9ad1deacdbc35862f4535786f40e328d12',1,'amrex::Amrvis']]], + ['buserstoprequest_15794',['bUserStopRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a0275a70b67bcded29bdf03229bea8edb',1,'amrex::Amr']]], + ['bwcontours_15795',['BWCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba2fadaef089ede23c0bc5c320543c35db',1,'amrex::Amrvis']]], + ['bx_15796',['bx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ade5307c3097ed11a8ad8e3284f07e2ad',1,'amrex::MLMGPSTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a1af0a02953a607edaf192b622b1f59a6',1,'amrex::MLMGABCTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a983b146fa22d1ed852dc07bfd52f2158',1,'amrex::Array4BoxOrientationTag::bx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a2754c8e7cbd174d92c5d0ec4bd58583c',1,'amrex::Array4BoxOffsetTag::bx()']]], + ['bx_5fmap_15797',['bx_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#adbe5143a11f68ea45e237f5d650ba69f',1,'amrex::DeriveRec']]], + ['bytes_15798',['bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a32e4b2ea70635b8caa88bb5a43e2d5b0',1,'amrex::FabArrayBase::CacheStats']]], + ['bytes_5fhwm_15799',['bytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a9c99b077a5aac77d3677eadc8caf0f14',1,'amrex::FabArrayBase::CacheStats']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_3.js b/amrex-hydro/Doxygen/html/search/variables_3.js index ef8516e..77afc9e 100644 --- a/amrex-hydro/Doxygen/html/search/variables_3.js +++ b/amrex-hydro/Doxygen/html/search/variables_3.js @@ -1,85 +1,85 @@ var searchData= [ - ['c_5fsys_15722',['c_sys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a80883db17d63160073d45479d937e74b',1,'amrex::CoordSys']]], - ['cachedataallocated_15723',['cacheDataAllocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a405adb5266b8deb2c2e18cea095eee45',1,'amrex::FabCopyDescriptor']]], - ['calcendtime_15724',['calcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae8e90faa9bed63294da831786b2e181f',1,'BLProfStats']]], - ['calcrefratios_15725',['calcRefRatios',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a71a0a4c9fbfae52c4da448c6ac832319',1,'CommProfStats']]], - ['call_5faddr2line_15726',['call_addr2line',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0',1,'amrex::system']]], - ['calledfunctions_15727',['calledFunctions',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a696987a2e37d477370485150489b48df',1,'BLProfStats::CallTreeNode']]], - ['carena_5fmutex_15728',['carena_mutex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a445be9f2ccca25ca4d2c8db026400136',1,'amrex::CArena']]], - ['cart_15729',['cart',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#adba2e61f59319e9965761531fd4e9535',1,'process_topology_t']]], - ['cartesian_15730',['cartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa773443060faab3679fd6637fbb386086',1,'amrex::CoordSys']]], - ['cctc_15731',['cctc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a1bef6147ea1eda449fa5872d533d1876',1,'amrex::NonLocalBC::CommData']]], - ['cdata_5fsize_15732',['cdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0bc1ebc16494317aa1ee91983ac667e4',1,'amrex::NeighborParticleContainer']]], - ['cell_15733',['CELL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3a1f9d32418f4279a931e3f65f092f9439',1,'amrex::CellIndexEnum']]], - ['cell_5fbilinear_5finterp_15734',['cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5',1,'amrex']]], - ['cell_5fcons_5finterp_15735',['cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22',1,'amrex']]], - ['cell_5fid_15736',['cell_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a4e1e2418ad02ffb9cfde30d4a611c5f7',1,'amrex::HypreABecLap3::cell_id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0c97a957588e229e248638455172fe75',1,'amrex::PETScABecLap::cell_id()']]], - ['cell_5fid_5fvec_15737',['cell_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a17dd1f8e2e836736e48e804799f4ec1d',1,'amrex::HypreABecLap3::cell_id_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#adce283edc6f4a7d4a016c19493c51418',1,'amrex::PETScABecLap::cell_id_vec()']]], - ['cell_5fquartic_5finterp_15738',['cell_quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165',1,'amrex']]], - ['cent_15739',['cent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a3ae6123f45aee26c756d2105c8c903ab',1,'amrex::algoim::EBPlane']]], - ['cf_5fstrategy_15740',['cf_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac73351c2c2371e9849ff1be7d033a657',1,'amrex::MLMGT']]], - ['check_5ffile_5froot_15741',['check_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a006c720b7d8ecf6e603785ab0b82bced',1,'amrex::Amr']]], - ['check_5finput_15742',['check_input',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa5055bd91d26288e720771986e3ae06f',1,'amrex::AmrInfo']]], - ['check_5fint_15743',['check_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf4b679fb946c492eecfe38be051333',1,'amrex::Amr']]], - ['check_5fper_15744',['check_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9daa98984b300c7a3080d0752f233a0b',1,'amrex::Amr']]], - ['checkfilepositions_15745',['checkFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a174cc2335d85746e4c0c05c71c0a816b',1,'amrex::VisMF']]], - ['clear_15746',['CLEAR',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa4711806dfba8eb0c37ad5bb4abde7814',1,'amrex::TagBox']]], - ['coef_15747',['coef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#a6dc84f6fbab25f3b4c48b9bea8dd15bc',1,'amrex::EB2::PolyTerm']]], - ['colorcontours_15748',['COLORCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba934948a3b1e3ecc0aed7fd86b0695094',1,'amrex::Amrvis']]], - ['comm_15749',['comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#adf57e9f1fd02ffaff4b31a0d22a1a525',1,'amrex::HypreNodeLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f0bff39693de9bdefaecc8c5970e93',1,'amrex::PETScABecLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a6bf798b3678aa43c4bcc819b794b7d1a',1,'amrex::Print::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a17f059a2527f418f635f7c06564224a7',1,'amrex::PrintToFile::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a55f4b29b2291555432bbc82aa86c0931',1,'amrex::Hypre::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a00076c4be0a8a1fa1a56d8d9c3fdfa2f',1,'amrex::ParallelContext::Frame::comm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a92df0514b6b2e35b39f4b69f56553994',1,'amrex::MLLinOpT::CommContainer::comm()']]], - ['comm_5ftile_5fsize_15750',['comm_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab114448634e4d64e8584321d24ba3990',1,'amrex::FabArrayBase']]], - ['commdatafilenames_15751',['commDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3ed80c76ea0624f5f2e6eb77e6d759e3',1,'CommProfStats']]], - ['commdatastreams_15752',['commDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7157e096127303084fbae1e6c5929e01',1,'CommProfStats']]], - ['commheaderfilenames_15753',['commHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2b9a45f7bb2aa14db0f2c0c5ec7b6877',1,'CommProfStats']]], - ['comp_15754',['comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a2688e1651b958750e74c265ba4864ef5',1,'amrex::MLMGPSTag::comp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a6b6a4301de21dd52be1770d3b274d6ed',1,'amrex::MLMGABCTag::comp()']]], - ['comp_5fsplit_15755',['comp_split',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a10f36654d975cbc986561d7c1931a02b',1,'amrex::ForkJoin::MFFork']]], - ['compindextovismfcomponentmap_15756',['compIndexToVisMFComponentMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28bf0151eaaf2d32cb7b6e3f37e8d499',1,'amrex::AmrData']]], - ['compindextovismfmap_15757',['compIndexToVisMFMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae0e599a7af6fc6308d0984560eba02df',1,'amrex::AmrData']]], - ['compute_5fnew_5fdt_5fon_5fregrid_15758',['compute_new_dt_on_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4193d925aa23ec75207f4a3735d27a6e',1,'amrex::Amr']]], - ['con_5fgrid_5fsize_15759',['con_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a6401e55c64a1d87c4f98d5e240c414a5',1,'amrex::LPInfo']]], - ['con_5fratio_15760',['con_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5fc5c419284399b3b4536bab8a917f28',1,'amrex::LPInfo']]], - ['con_5fstrategy_15761',['con_strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a0699fbe06a739f9b44ba27daa2cc2307',1,'amrex::LPInfo']]], - ['config_15762',['config',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1ebf5d26f2262a8604ef624ebc72fdf2',1,'amrex::InSituBridge']]], - ['control_5fpoints_5fx_15763',['control_points_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a484c372e01f95e8b7426541ba14cf903',1,'amrex::LineDistFcnElement2d::control_points_x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ac1c23f1058ddc5e09b1d859e3cba904a',1,'amrex::SplineDistFcnElement2d::control_points_x()']]], - ['control_5fpoints_5fy_15764',['control_points_y',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a10bdd01583d4250e8c717c69280f3490',1,'amrex::LineDistFcnElement2d::control_points_y()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3662f00f13decf4a4ad983e1cc19c2f9',1,'amrex::SplineDistFcnElement2d::control_points_y()']]], - ['coord_15765',['coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a68d36ab01dbd0848e0f3e43ef59b74cb',1,'amrex::GeometryData']]], - ['coordinatorproc_15766',['coordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a86d15e5891de4e1968493a59da32f121',1,'amrex::NFilesIter']]], - ['coordinatortag_15767',['coordinatorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a29ac83e60acfc2a393c76e950b16160e',1,'amrex::NFilesIter']]], - ['coordsys_15768',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6c2cd93052ccb8644d8a419d9d2230bc',1,'amrex::AmrData']]], - ['copiedfrom_15769',['copiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd6fd5b39e1417729c0de0cd4e19e32d',1,'amrex::XYPlotDataList']]], - ['copy_15770',['COPY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa30d7d89f4f6df2117a0c88fcec1a65cb',1,'amrex::FabArrayBase::COPY()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7ad52ae5c71ab1fc1193bbc006a73ab613',1,'amrex::FluxRegister::COPY()']]], - ['copyfromindex_15771',['copyFromIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a339ecf32165d5528efe85cd26bdcb9ff',1,'amrex::FabCopyDescriptor']]], - ['copyfromproc_15772',['copyFromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aee8abd3f91100c694b40a498142c1891',1,'amrex::FabCopyDescriptor']]], - ['cor_15773',['cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1fd0a5173e6ff6c961c080b26f7755ac',1,'amrex::MLMGT']]], - ['cor_5fhold_15774',['cor_hold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3b1cfa8f63985ace0f94e581ea709366',1,'amrex::MLMGT']]], - ['count_15775',['count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a54b548e604d18d830ea1c9e29c9a64d4',1,'amrex::BlockMutex::state_t::II']]], - ['counter_15776',['counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#acba77d88ac888913a071c5a5ec180542',1,'amrex::InSituBridge']]], - ['countprepost_15777',['countPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'amrex::ParticleContainer_impl::countPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::countPrePost()']]], - ['covered_15778',['covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a1a2056eb03f81ff6a627850c9b05e2c3',1,'amrex::BndryDataT::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0',1,'amrex::EB2::Type::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66',1,'amrex_ebcellflag_module::covered()']]], - ['covered_5fbits_15779',['covered_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae215f9034bbe23e831586bc395de5477',1,'amrex::EBCellFlag']]], - ['covered_5fvalue_15780',['covered_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a41bd6408895885d67358df6a58cdc867',1,'amrex::EBCellFlag']]], - ['cpc_15781',['cpc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a91738dc93fbd40cd98040bcd79c208c6',1,'amrex::PCData']]], - ['cpversion_15782',['cpVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a59273fedbb862c290ba63a251a024ed3',1,'CommProfStats']]], - ['crse_5fcell_15783',['crse_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca5c0ed298da0038126a31182eb1385392',1,'amrex::YAFluxRegisterT::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a94b1c5a72bfa9bc02bc7ed6d2c2394f5',1,'amrex::nodelap_detail::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad',1,'amrex_eb_flux_reg_nd_module::crse_cell()']]], - ['crse_5ffine_5fboundary_5fcell_15784',['crse_fine_boundary_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca95ed02b2c9b5b5a936871917a0da3d52',1,'amrex::YAFluxRegisterT::crse_fine_boundary_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc',1,'amrex_eb_flux_reg_nd_module::crse_fine_boundary_cell()']]], - ['crse_5ffine_5fnode_15785',['crse_fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acc734c4a01cc9ee396706b50db9b7d91',1,'amrex::nodelap_detail']]], - ['crse_5fnode_15786',['crse_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a7cb50f4b12990e43c67ce3f6e40960b9',1,'amrex::nodelap_detail']]], - ['crse_5fratio_15787',['crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7fc1ed7f6a21702c3af072650ed4de4a',1,'amrex::AmrLevel']]], - ['crsebnd_15788',['crsebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579',1,'amrex::Extrapolater']]], - ['crsn_15789',['crsn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a5944e840877ab3c3a9aa28d2bd5d1399',1,'amrex::BARef']]], - ['cssize_15790',['csSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af705693efa58487843e7624857f94399',1,'CommProfStats']]], - ['csversion_15791',['csVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae262ff88e11aded2e904267db1e94a56',1,'RegionsProfStats']]], - ['cumtime_15792',['cumtime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b46db71980158bc8f12c2f7eebede4a',1,'amrex::Amr']]], - ['curlevel_15793',['curLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125f114aafc7c3b80d2a84a1cd77314d',1,'amrex::XYPlotDataList']]], - ['current_5fbuilds_15794',['current_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#a1af174d3541b8cb0ffddf9902562db08',1,'amrex::MemProfiler::NBuildsInfo']]], - ['current_5fbytes_15795',['current_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a821bd45f3af572df6c5dad7f24de66fc',1,'amrex::MemProfiler::MemInfo']]], - ['currentdatablock_15796',['currentDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adfeb787d05dd96d8297c678948d899fa',1,'CommProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a02a1e086297bc655ab74cdcc561cc07c',1,'RegionsProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c9f481d55381cf92d0757bb9321c5a4',1,'BLProfStats::currentDataBlock()']]], - ['currentdeciderindex_15797',['currentDeciderIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ade88e3f8e68ea489d4ba016de2df7f',1,'amrex::NFilesIter']]], - ['currentindex_15798',['currentIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#abfba09b9f27138141e9758d1a8ea2e4b',1,'amrex::MFIter']]], - ['currentmem_15799',['currentmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a2bd452ad7a114fcc1750efffe7e63ba2',1,'amrex::MemStat']]], - ['currentposition_15800',['currentPosition',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a85eca5ae503569f1b40b8d4bac373997',1,'amrex::VisMF::PersistentIFStream']]], - ['currentproc_15801',['currentProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a59554322d0d460e70099c8eea9729aa1',1,'BLProfStats']]], - ['currentversion_15802',['currentVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7f4058d4117af92e70d889263657e9f8',1,'amrex::VisMF']]], - ['cyan_15803',['Cyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#afd89341cfa10f0751ebf6312ea565a03',1,'amrex::BGColor::Cyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201',1,'amrex::FGColor::Cyan()']]] + ['c_5fsys_15800',['c_sys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a80883db17d63160073d45479d937e74b',1,'amrex::CoordSys']]], + ['cachedataallocated_15801',['cacheDataAllocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a405adb5266b8deb2c2e18cea095eee45',1,'amrex::FabCopyDescriptor']]], + ['calcendtime_15802',['calcEndTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae8e90faa9bed63294da831786b2e181f',1,'BLProfStats']]], + ['calcrefratios_15803',['calcRefRatios',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a71a0a4c9fbfae52c4da448c6ac832319',1,'CommProfStats']]], + ['call_5faddr2line_15804',['call_addr2line',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa279ec868a70bbc928de8f42b40ad6b0',1,'amrex::system']]], + ['calledfunctions_15805',['calledFunctions',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a696987a2e37d477370485150489b48df',1,'BLProfStats::CallTreeNode']]], + ['carena_5fmutex_15806',['carena_mutex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a445be9f2ccca25ca4d2c8db026400136',1,'amrex::CArena']]], + ['cart_15807',['cart',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#adba2e61f59319e9965761531fd4e9535',1,'process_topology_t']]], + ['cartesian_15808',['cartesian',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#afb633344fd17c5565ce2fff188806ebaa773443060faab3679fd6637fbb386086',1,'amrex::CoordSys']]], + ['cctc_15809',['cctc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a1bef6147ea1eda449fa5872d533d1876',1,'amrex::NonLocalBC::CommData']]], + ['cdata_5fsize_15810',['cdata_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0bc1ebc16494317aa1ee91983ac667e4',1,'amrex::NeighborParticleContainer']]], + ['cell_15811',['CELL',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3a1f9d32418f4279a931e3f65f092f9439',1,'amrex::CellIndexEnum']]], + ['cell_5fbilinear_5finterp_15812',['cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa4a112132159dbe65a15461c50f001e5',1,'amrex']]], + ['cell_5fcons_5finterp_15813',['cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aacee8b90ed4ac329d2aaef7fcbc8ef22',1,'amrex']]], + ['cell_5fid_15814',['cell_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a4e1e2418ad02ffb9cfde30d4a611c5f7',1,'amrex::HypreABecLap3::cell_id()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a0c97a957588e229e248638455172fe75',1,'amrex::PETScABecLap::cell_id()']]], + ['cell_5fid_5fvec_15815',['cell_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a17dd1f8e2e836736e48e804799f4ec1d',1,'amrex::HypreABecLap3::cell_id_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#adce283edc6f4a7d4a016c19493c51418',1,'amrex::PETScABecLap::cell_id_vec()']]], + ['cell_5fquartic_5finterp_15816',['cell_quartic_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#abac483ba9c2744a548a0fbd09c679165',1,'amrex']]], + ['cent_15817',['cent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#a3ae6123f45aee26c756d2105c8c903ab',1,'amrex::algoim::EBPlane']]], + ['cf_5fstrategy_15818',['cf_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac73351c2c2371e9849ff1be7d033a657',1,'amrex::MLMGT']]], + ['check_5ffile_5froot_15819',['check_file_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a006c720b7d8ecf6e603785ab0b82bced',1,'amrex::Amr']]], + ['check_5finput_15820',['check_input',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa5055bd91d26288e720771986e3ae06f',1,'amrex::AmrInfo']]], + ['check_5fint_15821',['check_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aabf4b679fb946c492eecfe38be051333',1,'amrex::Amr']]], + ['check_5fper_15822',['check_per',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9daa98984b300c7a3080d0752f233a0b',1,'amrex::Amr']]], + ['checkfilepositions_15823',['checkFilePositions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a174cc2335d85746e4c0c05c71c0a816b',1,'amrex::VisMF']]], + ['clear_15824',['CLEAR',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TagBox.html#ac8c350e6c62e1f2fd736b52d1b7caffaa4711806dfba8eb0c37ad5bb4abde7814',1,'amrex::TagBox']]], + ['coef_15825',['coef',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyTerm.html#a6dc84f6fbab25f3b4c48b9bea8dd15bc',1,'amrex::EB2::PolyTerm']]], + ['colorcontours_15826',['COLORCONTOURS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba934948a3b1e3ecc0aed7fd86b0695094',1,'amrex::Amrvis']]], + ['comm_15827',['comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#adf57e9f1fd02ffaff4b31a0d22a1a525',1,'amrex::HypreNodeLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a12f0bff39693de9bdefaecc8c5970e93',1,'amrex::PETScABecLap::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a6bf798b3678aa43c4bcc819b794b7d1a',1,'amrex::Print::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a17f059a2527f418f635f7c06564224a7',1,'amrex::PrintToFile::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a55f4b29b2291555432bbc82aa86c0931',1,'amrex::Hypre::comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a00076c4be0a8a1fa1a56d8d9c3fdfa2f',1,'amrex::ParallelContext::Frame::comm()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLLinOpT_1_1CommContainer.html#a92df0514b6b2e35b39f4b69f56553994',1,'amrex::MLLinOpT::CommContainer::comm()']]], + ['comm_5ftile_5fsize_15828',['comm_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab114448634e4d64e8584321d24ba3990',1,'amrex::FabArrayBase']]], + ['commdatafilenames_15829',['commDataFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3ed80c76ea0624f5f2e6eb77e6d759e3',1,'CommProfStats']]], + ['commdatastreams_15830',['commDataStreams',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a7157e096127303084fbae1e6c5929e01',1,'CommProfStats']]], + ['commheaderfilenames_15831',['commHeaderFileNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a2b9a45f7bb2aa14db0f2c0c5ec7b6877',1,'CommProfStats']]], + ['comp_15832',['comp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a2688e1651b958750e74c265ba4864ef5',1,'amrex::MLMGPSTag::comp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a6b6a4301de21dd52be1770d3b274d6ed',1,'amrex::MLMGABCTag::comp()']]], + ['comp_5fsplit_15833',['comp_split',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a10f36654d975cbc986561d7c1931a02b',1,'amrex::ForkJoin::MFFork']]], + ['compindextovismfcomponentmap_15834',['compIndexToVisMFComponentMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28bf0151eaaf2d32cb7b6e3f37e8d499',1,'amrex::AmrData']]], + ['compindextovismfmap_15835',['compIndexToVisMFMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#ae0e599a7af6fc6308d0984560eba02df',1,'amrex::AmrData']]], + ['compute_5fnew_5fdt_5fon_5fregrid_15836',['compute_new_dt_on_regrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4193d925aa23ec75207f4a3735d27a6e',1,'amrex::Amr']]], + ['con_5fgrid_5fsize_15837',['con_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a6401e55c64a1d87c4f98d5e240c414a5',1,'amrex::LPInfo']]], + ['con_5fratio_15838',['con_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a5fc5c419284399b3b4536bab8a917f28',1,'amrex::LPInfo']]], + ['con_5fstrategy_15839',['con_strategy',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a0699fbe06a739f9b44ba27daa2cc2307',1,'amrex::LPInfo']]], + ['config_15840',['config',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1ebf5d26f2262a8604ef624ebc72fdf2',1,'amrex::InSituBridge']]], + ['control_5fpoints_5fx_15841',['control_points_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a484c372e01f95e8b7426541ba14cf903',1,'amrex::LineDistFcnElement2d::control_points_x()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#ac1c23f1058ddc5e09b1d859e3cba904a',1,'amrex::SplineDistFcnElement2d::control_points_x()']]], + ['control_5fpoints_5fy_15842',['control_points_y',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LineDistFcnElement2d.html#a10bdd01583d4250e8c717c69280f3490',1,'amrex::LineDistFcnElement2d::control_points_y()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a3662f00f13decf4a4ad983e1cc19c2f9',1,'amrex::SplineDistFcnElement2d::control_points_y()']]], + ['coord_15843',['coord',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a68d36ab01dbd0848e0f3e43ef59b74cb',1,'amrex::GeometryData']]], + ['coordinatorproc_15844',['coordinatorProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a86d15e5891de4e1968493a59da32f121',1,'amrex::NFilesIter']]], + ['coordinatortag_15845',['coordinatorTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a29ac83e60acfc2a393c76e950b16160e',1,'amrex::NFilesIter']]], + ['coordsys_15846',['coordSys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6c2cd93052ccb8644d8a419d9d2230bc',1,'amrex::AmrData']]], + ['copiedfrom_15847',['copiedFrom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd6fd5b39e1417729c0de0cd4e19e32d',1,'amrex::XYPlotDataList']]], + ['copy_15848',['COPY',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac86e93bfc13df1bdcfb0ebbafb6a1cffa30d7d89f4f6df2117a0c88fcec1a65cb',1,'amrex::FabArrayBase::COPY()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a0886ce290105f66be4dc23059aa69cc7ad52ae5c71ab1fc1193bbc006a73ab613',1,'amrex::FluxRegister::COPY()']]], + ['copyfromindex_15849',['copyFromIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a339ecf32165d5528efe85cd26bdcb9ff',1,'amrex::FabCopyDescriptor']]], + ['copyfromproc_15850',['copyFromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aee8abd3f91100c694b40a498142c1891',1,'amrex::FabCopyDescriptor']]], + ['cor_15851',['cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1fd0a5173e6ff6c961c080b26f7755ac',1,'amrex::MLMGT']]], + ['cor_5fhold_15852',['cor_hold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a3b1cfa8f63985ace0f94e581ea709366',1,'amrex::MLMGT']]], + ['count_15853',['count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex_1_1state__t_1_1II.html#a54b548e604d18d830ea1c9e29c9a64d4',1,'amrex::BlockMutex::state_t::II']]], + ['counter_15854',['counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#acba77d88ac888913a071c5a5ec180542',1,'amrex::InSituBridge']]], + ['countprepost_15855',['countPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'amrex::ParticleContainer_impl::countPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#afc23dd0deef223d058b767ce1866bd56',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::countPrePost()']]], + ['covered_15856',['covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a1a2056eb03f81ff6a627850c9b05e2c3',1,'amrex::BndryDataT::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#a7b3494fbc6c0b07ed8a3f6d4255eead0',1,'amrex::EB2::Type::covered()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#a60377c7710b1b811e651e3acc8ad6f66',1,'amrex_ebcellflag_module::covered()']]], + ['covered_5fbits_15857',['covered_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ae215f9034bbe23e831586bc395de5477',1,'amrex::EBCellFlag']]], + ['covered_5fvalue_15858',['covered_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a41bd6408895885d67358df6a58cdc867',1,'amrex::EBCellFlag']]], + ['cpc_15859',['cpc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a91738dc93fbd40cd98040bcd79c208c6',1,'amrex::PCData']]], + ['cpversion_15860',['cpVersion',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a59273fedbb862c290ba63a251a024ed3',1,'CommProfStats']]], + ['crse_5fcell_15861',['crse_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca5c0ed298da0038126a31182eb1385392',1,'amrex::YAFluxRegisterT::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a94b1c5a72bfa9bc02bc7ed6d2c2394f5',1,'amrex::nodelap_detail::crse_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a533c926df2a1660325d87978063391ad',1,'amrex_eb_flux_reg_nd_module::crse_cell()']]], + ['crse_5ffine_5fboundary_5fcell_15862',['crse_fine_boundary_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca95ed02b2c9b5b5a936871917a0da3d52',1,'amrex::YAFluxRegisterT::crse_fine_boundary_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#a248ca933a7707ac5dfe93b484be5c2cc',1,'amrex_eb_flux_reg_nd_module::crse_fine_boundary_cell()']]], + ['crse_5ffine_5fnode_15863',['crse_fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acc734c4a01cc9ee396706b50db9b7d91',1,'amrex::nodelap_detail']]], + ['crse_5fnode_15864',['crse_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a7cb50f4b12990e43c67ce3f6e40960b9',1,'amrex::nodelap_detail']]], + ['crse_5fratio_15865',['crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7fc1ed7f6a21702c3af072650ed4de4a',1,'amrex::AmrLevel']]], + ['crsebnd_15866',['crsebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a75142b5cf7161587ede4a7a67f308579',1,'amrex::Extrapolater']]], + ['crsn_15867',['crsn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a5944e840877ab3c3a9aa28d2bd5d1399',1,'amrex::BARef']]], + ['cssize_15868',['csSize',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af705693efa58487843e7624857f94399',1,'CommProfStats']]], + ['csversion_15869',['csVersion',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae262ff88e11aded2e904267db1e94a56',1,'RegionsProfStats']]], + ['cumtime_15870',['cumtime',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a9b46db71980158bc8f12c2f7eebede4a',1,'amrex::Amr']]], + ['curlevel_15871',['curLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125f114aafc7c3b80d2a84a1cd77314d',1,'amrex::XYPlotDataList']]], + ['current_5fbuilds_15872',['current_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#a1af174d3541b8cb0ffddf9902562db08',1,'amrex::MemProfiler::NBuildsInfo']]], + ['current_5fbytes_15873',['current_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a821bd45f3af572df6c5dad7f24de66fc',1,'amrex::MemProfiler::MemInfo']]], + ['currentdatablock_15874',['currentDataBlock',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#adfeb787d05dd96d8297c678948d899fa',1,'CommProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a02a1e086297bc655ab74cdcc561cc07c',1,'RegionsProfStats::currentDataBlock()'],['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a1c9f481d55381cf92d0757bb9321c5a4',1,'BLProfStats::currentDataBlock()']]], + ['currentdeciderindex_15875',['currentDeciderIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a1ade88e3f8e68ea489d4ba016de2df7f',1,'amrex::NFilesIter']]], + ['currentindex_15876',['currentIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#abfba09b9f27138141e9758d1a8ea2e4b',1,'amrex::MFIter']]], + ['currentmem_15877',['currentmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a2bd452ad7a114fcc1750efffe7e63ba2',1,'amrex::MemStat']]], + ['currentposition_15878',['currentPosition',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a85eca5ae503569f1b40b8d4bac373997',1,'amrex::VisMF::PersistentIFStream']]], + ['currentproc_15879',['currentProc',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a59554322d0d460e70099c8eea9729aa1',1,'BLProfStats']]], + ['currentversion_15880',['currentVersion',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a7f4058d4117af92e70d889263657e9f8',1,'amrex::VisMF']]], + ['cyan_15881',['Cyan',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#afd89341cfa10f0751ebf6312ea565a03',1,'amrex::BGColor::Cyan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a124ac344d6f1b292c285b82cfbeab201',1,'amrex::FGColor::Cyan()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_4.js b/amrex-hydro/Doxygen/html/search/variables_4.js index cd162db..c311134 100644 --- a/amrex-hydro/Doxygen/html/search/variables_4.js +++ b/amrex-hydro/Doxygen/html/search/variables_4.js @@ -1,121 +1,121 @@ var searchData= [ - ['d_15804',['d',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a9d33634c4393856708a688f9cdae7052',1,'AMREX_PARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#af72feb58c2b23267e870e141bee1a619',1,'AMREX_IPARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a5cd500fbad261878702ef0cfc4756e26',1,'hacc::Dfft::d()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a6950160b2030b297124a1571626a19c2',1,'amrex::Scan::detail::BlockStatus< T, true >::d()']]], - ['d2_5fchunk_15805',['d2_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a957bdfca24a116d7bb5f7bcbde3a93fa',1,'distribution_t']]], - ['d3_5fchunk_15806',['d3_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a971ee0fe2ddf42e0669273a5ebda1512',1,'distribution_t']]], - ['d_5fbucket_5fto_5fpid_15807',['d_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aa7c6792f4a3209b8404f8ea41cd48a15',1,'amrex::ParticleBufferMap']]], - ['d_5fdata_15808',['d_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8faf9b9425340e64e8849fad230ca590',1,'amrex::Gpu::AsyncArray::d_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a6c0016dc5cea22d25e6d9946f88c40d2',1,'amrex::Gpu::Buffer::d_data()']]], - ['d_5fint_5fcomp_5fmask_15809',['d_int_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb86bf7ccfb6c6fdc0d232135a1c5908',1,'amrex::ParticleCopyPlan']]], - ['d_5flev_5fgid_5fto_5fbucket_15810',['d_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a22ef66dc732fb28117376c5a3cf60c9a',1,'amrex::ParticleBufferMap']]], - ['d_5flev_5foffsets_15811',['d_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a4d6a055510febbd0115e3cc4fcb77e71',1,'amrex::ParticleBufferMap']]], - ['d_5freal_5fcomp_5fmask_15812',['d_real_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a36f3d83885b79143865c67ff5599414e',1,'amrex::ParticleCopyPlan']]], - ['data_15813',['data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a013fcdb6969b2114c8a41b59a75ce564',1,'amrex::NonLocalBC::CommData::data()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a1fc8a94950a5b3c74bdec9d150db4811',1,'amrex::BlockMutex::state_t::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a83d7d3288a3b51ffca12886346794042',1,'amrex::DistributionMapping::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ad5adc4256ccddb386c4d491ae958c5c6',1,'amrex::BoxArray::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a1223321add76c9d8eb7dc032c051012d',1,'amrex::ForkJoin::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html#a1cb43abc58711a19adfafd9c4a44fd69',1,'amrex_string_module::amrex_string::data()']]], - ['data_5flayout_15814',['data_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a33468992649bd9b5e503cd8aa99f7682',1,'amrex::ParticleArray::data_layout()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#af573478aee535409b3c2bffd8d16dd24',1,'amrex::ParticleArrayAccessor::data_layout()']]], - ['dataavailable_15815',['dataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'amrex::FabArrayCopyDescriptor::dataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'FabArrayCopyDescriptor< FArrayBox >::dataAvailable()']]], - ['datablocks_15816',['dataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa69e0ea415e1fd371c727d23195558af',1,'CommProfStats::dataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8e9c2fde51c4886896f57040c05cf03',1,'RegionsProfStats::dataBlocks()']]], - ['databox_15817',['dataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a02860f69200b013d9dd9710def7fbf44',1,'amrex::OrderedBoxes']]], - ['datagrids_15818',['dataGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8f9fb6ae8ec27c11da30c4a979701707',1,'amrex::AmrData']]], - ['datagridsdefined_15819',['dataGridsDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af81255387eae3d9ae9efbeb317a26d40',1,'amrex::AmrData']]], - ['datalog_15820',['datalog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a34d4fd7a519716a0155f261ba210bd85',1,'amrex::Amr']]], - ['datalogname_15821',['datalogname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2cbd53ff9ac71cac5e52e7311de0b2b8',1,'amrex::Amr']]], - ['datanprocs_15822',['dataNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad898feedcdc492a4b06a9b2bc661286c',1,'BLProfStats']]], - ['datasets_15823',['dataSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125baf2c0f7e2e1eb89ddf07bac7d743',1,'amrex::XYPlotDataList']]], - ['datasize_15824',['dataSize',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0abec33396042409e9f415189c688a9a',1,'CommProfStats::SendRecvPair']]], - ['dbox_15825',['dbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#ac1daa183e9ca45128ea93a5b81e60c89',1,'amrex::Array4BoxTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a73fdda6261848fe3d30b2066e9c9eb20',1,'VoidCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#aaac656d064476485e334474094eff3a3',1,'FabCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa4ad873f80c114d0041fd4c30d9fbe94',1,'amrex::FabArrayBase::CopyComTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a96ff95014c93d03e8674fcfa96196baf',1,'amrex::Array4PairTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a6d56fc074e8fc78fa6d8334abe8fd66d',1,'amrex::Array4MaskCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#af477c205e500424a3a19cd52166f7812',1,'amrex::Array4CopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#afb8ea91356916e25fd0814ae78feb0f4',1,'amrex::Array4BoxValTag::dbox()']]], - ['dc_15826',['DC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a24757491eab52e06ff0c97c79b91380c',1,'amrex::PCData']]], - ['debug_15827',['Debug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95',1,'amrex::system']]], - ['debug_15828',['debug',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a8bdbbba2982ae871ad4c0f389ca78959',1,'distribution_t']]], - ['deciderproc_15829',['deciderProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a64d2a6da3e2847bc9601352409d79ceb',1,'amrex::NFilesIter']]], - ['decidertag_15830',['deciderTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5ee82bc72ab839617286472e64131009',1,'amrex::NFilesIter']]], - ['default_15831',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b',1,'amrex::BinPolicy']]], - ['default_5flimiter_15832',['default_limiter',['../namespacePPM.html#a4f476328680db9ab71492a158fce0749',1,'PPM']]], - ['default_5fvalue_15833',['default_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a92f709a077a386fa2d23fb8b3639fe06',1,'amrex::EBCellFlag']]], - ['defaultfiletype_15834',['defaultFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a85ba54b8833cffb9983c02e13c3536a4',1,'amrex::AmrData']]], - ['defaulthunksize_15835',['DefaultHunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f71cae39f7456982cea4f81395a4e69',1,'amrex::CArena']]], - ['define_5ffunction_5fcalled_15836',['define_function_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< PetscInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::CutFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::EBCellFlagFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::Mask >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< FArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< IArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< TagBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< AtomicInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'amrex::FabArray::define_function_called()']]], - ['deleterequest_15837',['DeleteRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab51d46fff163f6f4e6fbf895518da383',1,'amrex::DataServices']]], - ['depth_15838',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a46b0a938c3d5f41c379d0adc7bf19c0d',1,'amrex::MFIter::depth()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a9fc076452eebe7a8e37d2820b05f2dad',1,'amrex::TinyProfiler::Stats::depth()']]], - ['der_5ftype_15839',['der_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9d57d46fa6d94f5e72b31c5a00cc92bd',1,'amrex::DeriveRec']]], - ['derive_5flst_15840',['derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a792f148ee0bb20432a4acefa1c2cac9a',1,'amrex::AmrLevel']]], - ['derive_5fname_15841',['derive_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab6d9228aa813bc973c657510edc9b365',1,'amrex::ErrorRec::derive_name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a77433a32f069c939a91530330272b36d',1,'amrex::DeriveRec::derive_name()']]], - ['derive_5fplot_5fvars_15842',['derive_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a7ff13d5d803c5302fe25c97d4cf64dca',1,'amrex::Amr']]], - ['derive_5fsmall_5fplot_5fvars_15843',['derive_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5001ffe5303ca45da09139c255f75aeb',1,'amrex::Amr']]], - ['desc_15844',['desc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#adf6d6dc0b7328fa6527754931874f685',1,'amrex::DescriptorList::desc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5201a1b8230055d506cef5f265a8b8e2',1,'amrex::StateData::desc()']]], - ['desc_5flst_15845',['desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acb5f9e8c8d903d3a700d2cc11be500e5',1,'amrex::AmrLevel']]], - ['dest_5fcomponent_15846',['dest_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#a30d08fef2b14e838731f87056d78a617',1,'amrex::NonLocalBC::PackComponents']]], - ['destcomp_15847',['destComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a727cd5fc638afd570a51cec1ba21db89',1,'amrex::FabArrayBase::FabComTag::destComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a164510f57c480c98b19458a1516ba6dd',1,'amrex::FabCopyDescriptor::destComp()']]], - ['device_5fid_15848',['device_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adf89d2ef6829289ef4e4f9ea2bd6a648',1,'amrex::Gpu::Device']]], - ['device_5fprop_15849',['device_prop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#affe1c34bea3aec80c5dabd98aea542d4',1,'amrex::Gpu::Device']]], - ['device_5fset_5fpreferred_15850',['device_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a0ab972913e7e764d7f0c88097ce1c619',1,'amrex::ArenaInfo']]], - ['device_5fset_5freadonly_15851',['device_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a106f4ef6d447922447c63d296583e917',1,'amrex::ArenaInfo']]], - ['device_5fsync_15852',['device_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#ab11997c86f3b753d6e0219696f17c2f7',1,'amrex::MFItInfo::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a55734d57f0abbb384833f35c1a5422ef',1,'amrex::MFIter::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#af984c422b61b1c2fa85896df7635e8e8',1,'amrex::Gpu::StreamItInfo::device_sync()']]], - ['device_5fsynchronize_5faround_5fregion_15853',['device_synchronize_around_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a15ae68038b556fc6fa24170d5cb0d5b5',1,'amrex::TinyProfiler']]], - ['device_5fuse_5fhostalloc_15854',['device_use_hostalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a18ad35d706eda3be6347c90f86d68e81',1,'amrex::ArenaInfo']]], - ['device_5fuse_5fmanaged_5fmemory_15855',['device_use_managed_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a961c961eb343a2fa091082a6f1717b16',1,'amrex::ArenaInfo']]], - ['devicetodevice_15856',['deviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a45b5d93b9e83ebcd8fb2f1e90aced0c7',1,'amrex::Gpu']]], - ['devicetohost_15857',['deviceToHost',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4cb810463e0c04bdea932a011e77b548',1,'amrex::Gpu']]], - ['dfab_15858',['dfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a0a4d3f31679a1d0edccfb7d2699763f4',1,'amrex::Array4BoxTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a5b47f9aecb42542c5cc92633b2c09aa2',1,'amrex::Array4BoxValTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#aef5390f66b37321520eab6d652c45679',1,'amrex::Array4CopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a8b7fb88aaf1b5b61ce558669ab58c484',1,'amrex::Array4MaskCopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a0af5e7f4b8e30aeab79ff9ec7e87eb14',1,'amrex::Array4PairTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#a04cb8b343be42109c1257d014e594982',1,'amrex::Array4Tag::dfab()']]], - ['diaginv_15859',['diaginv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a2a350b0e24a97da1c350b8116d0341ec',1,'amrex::PETScABecLap::diaginv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a6eb22e62b62ea0d2bcfef92f18df5304',1,'amrex::Hypre::diaginv()']]], - ['dir_15860',['dir',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#abc4806d770f658e00217fc2fbcbfcd9c',1,'amrex::MLMGPSTag::dir()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a95359e9882e0ed2aeb06e3e06cbd0d2b',1,'amrex::MLMGABCTag::dir()']]], - ['dirichlet_5fhi_15861',['dirichlet_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa1322afdd0c679a263cb5637732121f5',1,'amrex::CurlCurlDirichletInfo']]], - ['dirichlet_5flo_15862',['dirichlet_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ab41d14427ee6aa987dec1a6777f089c9',1,'amrex::CurlCurlDirichletInfo']]], - ['dirichlet_5fmask_15863',['dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae0af71a571c9aa2ae19cac29ee7deb4a',1,'amrex::HypreNodeLap']]], - ['dirname_15864',['dirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a599d00f7afc5dc348ba84e2ad4ab3bb2',1,'BLProfStats']]], - ['distributionmap_15865',['distributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adcb92e864340876da67df2fc64d8bdd7',1,'amrex::FabArrayBase']]], - ['divisor_15866',['divisor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a7959b6f2f90d3b613e82c6ae4a22477c',1,'amrex::Math::FastDivmodU64']]], - ['dm_5fcfb_15867',['dm_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aeb127de6351fbe080c4d924c38e6a9db',1,'amrex::FabArrayBase::CFinfo']]], - ['dm_5fpatch_15868',['dm_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a15a4200a7d7cf4f2fa85ce1bef2bf3b3',1,'amrex::FabArrayBase::FPinfo']]], - ['dmap_15869',['dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9c2f378636a2b4fbc0fba818719bace7',1,'amrex::HypreNodeLap::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa537bc30a17ee4576c5490ca30da94c1',1,'amrex::StateData::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab7f8457c3e5a0dc0295247f005e5a107',1,'amrex::AmrMesh::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab0ab7555be82910d8100d7bc3aa55d1d',1,'amrex::AmrLevel::dmap()']]], - ['dms_15870',['dms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a710675d78fd400523b979d941930b56e',1,'amrex::ForkJoin']]], - ['do_5fagglomeration_15871',['do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a92aabd4e7880bf08c8d9195ebf723512',1,'amrex::LPInfo']]], - ['do_5fconsolidation_15872',['do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a60ea99c73f17852d0e41ea154b86841a',1,'amrex::LPInfo']]], - ['do_5ffixed_5fnumber_5fof_5fiters_15873',['do_fixed_number_of_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8862750ef456314cfb8dc970b37444af',1,'amrex::MLMGT']]], - ['do_5finitval_15874',['do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a775df7bf092a1173c172bd7ec7dd3f37',1,'amrex::IArrayBox::do_initval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab0b477e69a1fe773b7467810181a3056',1,'amrex::FArrayBox::do_initval()']]], - ['do_5flimiting_15875',['do_limiting',['../structPPM_1_1vanleer.html#a5e0e1cb322ffd0eb3c1b7b041eba5dbf',1,'PPM::vanleer::do_limiting()'],['../structPPM_1_1nolimiter.html#ac317298ef53cc38dcf3af88d88a62cf9',1,'PPM::nolimiter::do_limiting()'],['../structPPM_1_1minmod.html#af7df714d1485cb58db90d9d895c61ca8',1,'PPM::minmod::do_limiting()'],['../structPPM_1_1upwind.html#a0b245430da6c12469174e9d33c3d966a',1,'PPM::upwind::do_limiting()'],['../structPPM_1_1weno__js.html#a2fc63b16558b90434db71ac123bce0ce',1,'PPM::weno_js::do_limiting()'],['../structPPM_1_1wenoz.html#a2a5b9ac260f90369eba3e9b63ecc59dd',1,'PPM::wenoz::do_limiting()']]], - ['do_5flinear_5flimiting_15876',['do_linear_limiting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a91c24df4c8841c52503e3ce919f6a223',1,'amrex::MFCellConsLinInterp::do_linear_limiting()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a7817252503faedf1d87fcbdcc89c3509',1,'amrex::CellConservativeLinear::do_linear_limiting()']]], - ['do_5flocal_5fcopy_15877',['do_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73',1,'amrex::NonLocalBC']]], - ['do_5fnsolve_15878',['do_nsolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a262150be12f270d4328ceff545f0afd6',1,'amrex::MLMGT']]], - ['do_5fprint_15879',['do_print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a94c0f899273eecb5387f06f7ea455a5b',1,'amrex::TinyProfiler::ProcStats']]], - ['do_5fsemicoarsening_15880',['do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a152aad4c314ba51947044170a8ccd3a5',1,'amrex::LPInfo']]], - ['do_5ftiling_15881',['do_tiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aa0e640aaf2bcd0cf8904c0ed0ceaf75f',1,'amrex::MFItInfo::do_tiling()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a29311c7fd7f83d43f84951476f9a265d',1,'amrex::ParticleContainerBase::do_tiling()']]], - ['domain_15882',['domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51e767063a27b4c6941e585193242bde',1,'amrex::StateData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< Real >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aaa23e379300a9df362fc27641c229baf',1,'amrex::GetParticleBin::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a52477661ac7c7ccbd93f397340176c74',1,'amrex::Geometry::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< PetscInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'amrex::BaseFab::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< AtomicInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< char >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a092f48607ca49b3796425e78b96a3b68',1,'amrex::GeometryData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< EBCellFlag >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< int >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< HYPRE_Int >::domain()']]], - ['donetag_15883',['doneTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac2bc46fbbf9021c0c3991365bde31e33',1,'amrex::NFilesIter']]], - ['dosplitparticleid_15884',['DoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a57a04adbe182d509a89869d06f668b31',1,'amrex::LongParticleIds']]], - ['dounlink_15885',['doUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'amrex::ParticleContainer_impl::doUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::doUnlink()']]], - ['dp_15886',['dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type const >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8e53936d3fd7c9e7c1870a499156cd87',1,'sdcquadrature_mod::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'amrex::MultiArray4::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aef9ccbc50e8c6d02eda1902423d91f02',1,'amrex::Gpu::DeviceScalar::dp()']]], - ['dptr_15887',['dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< Real >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< PetscInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< HYPRE_Int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< EBCellFlag >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< char >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< AtomicInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'amrex::BaseFab::dptr()']]], - ['dsarray_15888',['dsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a62883d11e6cc5ff7d023eb4f21b0e422',1,'amrex::DataServices']]], - ['dsarrayindex_15889',['dsArrayIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a7b5b5a6f71f4bef7caf3ca81377c97b3',1,'amrex::DataServices']]], - ['dsarrayindexcounter_15890',['dsArrayIndexCounter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2a095147c88e1356696aa47fb9bcf797',1,'amrex::DataServices']]], - ['dsbatchmode_15891',['dsBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa20cf93243c6cf029d82ffabe3719952',1,'amrex::DataServices']]], - ['dsfaboutsize_15892',['dsFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aea89d718ba649ae2217135d549e512cd',1,'amrex::DataServices']]], - ['dst_5fgrid_15893',['dst_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab07c901bc54f86b711f1d4ea18afcab0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dst_5findex_15894',['dst_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a63ec938a78695587259fdb7a096233c0',1,'amrex::NeighborParticleContainer::NeighborCopyTag::dst_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a7d5e87b5bae531e70f45aeafbf5fd2e4',1,'amrex::NeighborParticleContainer::NeighborIndexMap::dst_index()']]], - ['dst_5flevel_15895',['dst_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ad00126c82bbb6199048a6d15551ed5a0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dst_5ftile_15896',['dst_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6934b79f725b578ab2bb11f3a6401c41',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], - ['dstindex_15897',['dstIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#abc0d662cdc63c3e99f4c114dc3ac266f',1,'amrex::FabArrayBase::CopyComTag']]], - ['dt_5flevel_15898',['dt_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1aa63d206ed0a9bbb5365d703260601b',1,'amrex::Amr']]], - ['dt_5fmin_15899',['dt_min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43fe1508a0a3160d4ba363fd663d520a',1,'amrex::Amr']]], - ['dtex_15900',['dtex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aeb3a3eb0ea9abaf2f440c82e8e9a486d',1,'amrex::TinyProfiler::Stats']]], - ['dtexavg_15901',['dtexavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a23387ec0b0dd45815da72c13541e68de',1,'amrex::TinyProfiler::ProcStats']]], - ['dtexmax_15902',['dtexmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a65dee4854dfd2baf26af6b16812090e3',1,'amrex::TinyProfiler::ProcStats']]], - ['dtexmin_15903',['dtexmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a01cbf389132c01e2971cb1723fa846cd',1,'amrex::TinyProfiler::ProcStats']]], - ['dtin_15904',['dtin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#abc66c2425cf9bbd67c89d82f69597d2c',1,'amrex::TinyProfiler::Stats']]], - ['dtinavg_15905',['dtinavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ab36067feb232434de61f459d59427970',1,'amrex::TinyProfiler::ProcStats']]], - ['dtinmax_15906',['dtinmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#aba8890827f1d77d1a04fda2971170ffe',1,'amrex::TinyProfiler::ProcStats']]], - ['dtinmin_15907',['dtinmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ad9c2c49d8b22ac959def10c90dd3ed30',1,'amrex::TinyProfiler::ProcStats']]], - ['dtos_15908',['dtos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#af5e6237a29344dbd4ff748c0bf22cdb7',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], - ['dumpsliceboxallvars_15909',['DumpSliceBoxAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9afe2794e70b17fe16bcb75ba47e1256ec',1,'amrex::DataServices']]], - ['dumpsliceboxonevar_15910',['DumpSliceBoxOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af054f888c4a6d02eefe226e674edb2d6',1,'amrex::DataServices']]], - ['dumpsliceplaneallvars_15911',['DumpSlicePlaneAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a54c4c9509960a44b3156e7a998309649',1,'amrex::DataServices']]], - ['dumpsliceplaneonevar_15912',['DumpSlicePlaneOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a60513fa501bb96f4059cec668c6f0126',1,'amrex::DataServices']]], - ['duplicatecell_15913',['DUPLICATECELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530aa193ff323f29029e1e37eacda443d808',1,'amrex::InSituUtils']]], - ['duplicatepoint_15914',['DUPLICATEPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa75247ce651a3068b41ed2029e5cc7f1e',1,'amrex::InSituUtils']]], - ['dx_15915',['dX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9810578aa21d4c3ea548697820ada970',1,'amrex::XYPlotDataList']]], - ['dx_15916',['dx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a6ae1008fee5d826e469209d098776573',1,'amrex::GeometryData::dx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a178c38de0cae8e587e4c34541db7f45b',1,'amrex::CoordSys::dx()']]], - ['dx_15917',['Dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a6dc7a3f96e7d9b912a500fb17abb9a83',1,'amrex::SplineDistFcnElement2d']]], - ['dxi_15918',['dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a694afb5ccbf5c681f6b016e2574f69ab',1,'amrex::GetParticleBin']]], - ['dxlevel_15919',['dxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acf28800ea1c047a973e104f20c05fa4d',1,'amrex::AmrData']]], - ['dy_15920',['Dy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a9ef7c332f4ef1f1409c3dfec141c016a',1,'amrex::SplineDistFcnElement2d']]], - ['dynamic_15921',['dynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#ada6090f6c7ce7cb692304ca36611204e',1,'amrex::DynamicTiling::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a16fa2d144bcc71d665056de5938c4b32',1,'amrex::MFIter::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#af8c9a28c98c151eb32f0352334376536',1,'amrex::MFItInfo::dynamic()']]] + ['d_15882',['d',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a9d33634c4393856708a688f9cdae7052',1,'AMREX_PARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#af72feb58c2b23267e870e141bee1a619',1,'AMREX_IPARSERSTYPE::d()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a5cd500fbad261878702ef0cfc4756e26',1,'hacc::Dfft::d()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4.html#a6950160b2030b297124a1571626a19c2',1,'amrex::Scan::detail::BlockStatus< T, true >::d()']]], + ['d2_5fchunk_15883',['d2_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a957bdfca24a116d7bb5f7bcbde3a93fa',1,'distribution_t']]], + ['d3_5fchunk_15884',['d3_chunk',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a971ee0fe2ddf42e0669273a5ebda1512',1,'distribution_t']]], + ['d_5fbucket_5fto_5fpid_15885',['d_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aa7c6792f4a3209b8404f8ea41cd48a15',1,'amrex::ParticleBufferMap']]], + ['d_5fdata_15886',['d_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a8faf9b9425340e64e8849fad230ca590',1,'amrex::Gpu::AsyncArray::d_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#a6c0016dc5cea22d25e6d9946f88c40d2',1,'amrex::Gpu::Buffer::d_data()']]], + ['d_5fint_5fcomp_5fmask_15887',['d_int_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb86bf7ccfb6c6fdc0d232135a1c5908',1,'amrex::ParticleCopyPlan']]], + ['d_5flev_5fgid_5fto_5fbucket_15888',['d_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a22ef66dc732fb28117376c5a3cf60c9a',1,'amrex::ParticleBufferMap']]], + ['d_5flev_5foffsets_15889',['d_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a4d6a055510febbd0115e3cc4fcb77e71',1,'amrex::ParticleBufferMap']]], + ['d_5freal_5fcomp_5fmask_15890',['d_real_comp_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a36f3d83885b79143865c67ff5599414e',1,'amrex::ParticleCopyPlan']]], + ['data_15891',['data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#a013fcdb6969b2114c8a41b59a75ce564',1,'amrex::NonLocalBC::CommData::data()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BlockMutex_1_1state__t.html#a1fc8a94950a5b3c74bdec9d150db4811',1,'amrex::BlockMutex::state_t::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1RefID.html#a83d7d3288a3b51ffca12886346794042',1,'amrex::DistributionMapping::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxArray_1_1RefID.html#ad5adc4256ccddb386c4d491ae958c5c6',1,'amrex::BoxArray::RefID::data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a1223321add76c9d8eb7dc032c051012d',1,'amrex::ForkJoin::data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex__string__module_1_1amrex__string.html#a1cb43abc58711a19adfafd9c4a44fd69',1,'amrex_string_module::amrex_string::data()']]], + ['data_5flayout_15892',['data_layout',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a33468992649bd9b5e503cd8aa99f7682',1,'amrex::ParticleArray::data_layout()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#af573478aee535409b3c2bffd8d16dd24',1,'amrex::ParticleArrayAccessor::data_layout()']]], + ['dataavailable_15893',['dataAvailable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'amrex::FabArrayCopyDescriptor::dataAvailable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a2d2eb7b8c3be20332e3836e80899f402',1,'FabArrayCopyDescriptor< FArrayBox >::dataAvailable()']]], + ['datablocks_15894',['dataBlocks',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#aa69e0ea415e1fd371c727d23195558af',1,'CommProfStats::dataBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#aa8e9c2fde51c4886896f57040c05cf03',1,'RegionsProfStats::dataBlocks()']]], + ['databox_15895',['dataBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a02860f69200b013d9dd9710def7fbf44',1,'amrex::OrderedBoxes']]], + ['datagrids_15896',['dataGrids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8f9fb6ae8ec27c11da30c4a979701707',1,'amrex::AmrData']]], + ['datagridsdefined_15897',['dataGridsDefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#af81255387eae3d9ae9efbeb317a26d40',1,'amrex::AmrData']]], + ['datalog_15898',['datalog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a34d4fd7a519716a0155f261ba210bd85',1,'amrex::Amr']]], + ['datalogname_15899',['datalogname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a2cbd53ff9ac71cac5e52e7311de0b2b8',1,'amrex::Amr']]], + ['datanprocs_15900',['dataNProcs',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ad898feedcdc492a4b06a9b2bc661286c',1,'BLProfStats']]], + ['datasets_15901',['dataSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a125baf2c0f7e2e1eb89ddf07bac7d743',1,'amrex::XYPlotDataList']]], + ['datasize_15902',['dataSize',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a0abec33396042409e9f415189c688a9a',1,'CommProfStats::SendRecvPair']]], + ['dbox_15903',['dbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#ac1daa183e9ca45128ea93a5b81e60c89',1,'amrex::Array4BoxTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structVoidCopyTag.html#a73fdda6261848fe3d30b2066e9c9eb20',1,'VoidCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#aaac656d064476485e334474094eff3a3',1,'FabCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#aa4ad873f80c114d0041fd4c30d9fbe94',1,'amrex::FabArrayBase::CopyComTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a96ff95014c93d03e8674fcfa96196baf',1,'amrex::Array4PairTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a6d56fc074e8fc78fa6d8334abe8fd66d',1,'amrex::Array4MaskCopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#af477c205e500424a3a19cd52166f7812',1,'amrex::Array4CopyTag::dbox()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#afb8ea91356916e25fd0814ae78feb0f4',1,'amrex::Array4BoxValTag::dbox()']]], + ['dc_15904',['DC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a24757491eab52e06ff0c97c79b91380c',1,'amrex::PCData']]], + ['debug_15905',['Debug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aeb34e12844e5d37ee8582e569d702c95',1,'amrex::system']]], + ['debug_15906',['debug',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#a8bdbbba2982ae871ad4c0f389ca78959',1,'distribution_t']]], + ['deciderproc_15907',['deciderProc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a64d2a6da3e2847bc9601352409d79ceb',1,'amrex::NFilesIter']]], + ['decidertag_15908',['deciderTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5ee82bc72ab839617286472e64131009',1,'amrex::NFilesIter']]], + ['default_15909',['Default',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a6820b8950a17c3d037ffb8f94fed298b',1,'amrex::BinPolicy']]], + ['default_5flimiter_15910',['default_limiter',['../namespacePPM.html#a4f476328680db9ab71492a158fce0749',1,'PPM']]], + ['default_5fvalue_15911',['default_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a92f709a077a386fa2d23fb8b3639fe06',1,'amrex::EBCellFlag']]], + ['defaultfiletype_15912',['defaultFileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a85ba54b8833cffb9983c02e13c3536a4',1,'amrex::AmrData']]], + ['defaulthunksize_15913',['DefaultHunkSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a5f71cae39f7456982cea4f81395a4e69',1,'amrex::CArena']]], + ['define_5ffunction_5fcalled_15914',['define_function_called',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< PetscInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::CutFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::EBCellFlagFab >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::Mask >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< FArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< IArrayBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< TagBox >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'FabArray< amrex::BaseFab< AtomicInt > >::define_function_called()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a8a547f660eb49f5b25df2a1eddcd7eef',1,'amrex::FabArray::define_function_called()']]], + ['deleterequest_15915',['DeleteRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab51d46fff163f6f4e6fbf895518da383',1,'amrex::DataServices']]], + ['depth_15916',['depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a46b0a938c3d5f41c379d0adc7bf19c0d',1,'amrex::MFIter::depth()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a9fc076452eebe7a8e37d2820b05f2dad',1,'amrex::TinyProfiler::Stats::depth()']]], + ['der_5ftype_15917',['der_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a9d57d46fa6d94f5e72b31c5a00cc92bd',1,'amrex::DeriveRec']]], + ['derive_5flst_15918',['derive_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a792f148ee0bb20432a4acefa1c2cac9a',1,'amrex::AmrLevel']]], + ['derive_5fname_15919',['derive_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ab6d9228aa813bc973c657510edc9b365',1,'amrex::ErrorRec::derive_name()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a77433a32f069c939a91530330272b36d',1,'amrex::DeriveRec::derive_name()']]], + ['derive_5fplot_5fvars_15920',['derive_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a7ff13d5d803c5302fe25c97d4cf64dca',1,'amrex::Amr']]], + ['derive_5fsmall_5fplot_5fvars_15921',['derive_small_plot_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a5001ffe5303ca45da09139c255f75aeb',1,'amrex::Amr']]], + ['desc_15922',['desc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DescriptorList.html#adf6d6dc0b7328fa6527754931874f685',1,'amrex::DescriptorList::desc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a5201a1b8230055d506cef5f265a8b8e2',1,'amrex::StateData::desc()']]], + ['desc_5flst_15923',['desc_lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#acb5f9e8c8d903d3a700d2cc11be500e5',1,'amrex::AmrLevel']]], + ['dest_5fcomponent_15924',['dest_component',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#a30d08fef2b14e838731f87056d78a617',1,'amrex::NonLocalBC::PackComponents']]], + ['destcomp_15925',['destComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a727cd5fc638afd570a51cec1ba21db89',1,'amrex::FabArrayBase::FabComTag::destComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a164510f57c480c98b19458a1516ba6dd',1,'amrex::FabCopyDescriptor::destComp()']]], + ['device_5fid_15926',['device_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#adf89d2ef6829289ef4e4f9ea2bd6a648',1,'amrex::Gpu::Device']]], + ['device_5fprop_15927',['device_prop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#affe1c34bea3aec80c5dabd98aea542d4',1,'amrex::Gpu::Device']]], + ['device_5fset_5fpreferred_15928',['device_set_preferred',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a0ab972913e7e764d7f0c88097ce1c619',1,'amrex::ArenaInfo']]], + ['device_5fset_5freadonly_15929',['device_set_readonly',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a106f4ef6d447922447c63d296583e917',1,'amrex::ArenaInfo']]], + ['device_5fsync_15930',['device_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#ab11997c86f3b753d6e0219696f17c2f7',1,'amrex::MFItInfo::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a55734d57f0abbb384833f35c1a5422ef',1,'amrex::MFIter::device_sync()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1StreamItInfo.html#af984c422b61b1c2fa85896df7635e8e8',1,'amrex::Gpu::StreamItInfo::device_sync()']]], + ['device_5fsynchronize_5faround_5fregion_15931',['device_synchronize_around_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a15ae68038b556fc6fa24170d5cb0d5b5',1,'amrex::TinyProfiler']]], + ['device_5fuse_5fhostalloc_15932',['device_use_hostalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a18ad35d706eda3be6347c90f86d68e81',1,'amrex::ArenaInfo']]], + ['device_5fuse_5fmanaged_5fmemory_15933',['device_use_managed_memory',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaInfo.html#a961c961eb343a2fa091082a6f1717b16',1,'amrex::ArenaInfo']]], + ['devicetodevice_15934',['deviceToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a45b5d93b9e83ebcd8fb2f1e90aced0c7',1,'amrex::Gpu']]], + ['devicetohost_15935',['deviceToHost',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4cb810463e0c04bdea932a011e77b548',1,'amrex::Gpu']]], + ['dfab_15936',['dfab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxTag.html#a0a4d3f31679a1d0edccfb7d2699763f4',1,'amrex::Array4BoxTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxValTag.html#a5b47f9aecb42542c5cc92633b2c09aa2',1,'amrex::Array4BoxValTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#aef5390f66b37321520eab6d652c45679',1,'amrex::Array4CopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a8b7fb88aaf1b5b61ce558669ab58c484',1,'amrex::Array4MaskCopyTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4PairTag.html#a0af5e7f4b8e30aeab79ff9ec7e87eb14',1,'amrex::Array4PairTag::dfab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4Tag.html#a04cb8b343be42109c1257d014e594982',1,'amrex::Array4Tag::dfab()']]], + ['diaginv_15937',['diaginv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a2a350b0e24a97da1c350b8116d0341ec',1,'amrex::PETScABecLap::diaginv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a6eb22e62b62ea0d2bcfef92f18df5304',1,'amrex::Hypre::diaginv()']]], + ['dir_15938',['dir',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#abc4806d770f658e00217fc2fbcbfcd9c',1,'amrex::MLMGPSTag::dir()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a95359e9882e0ed2aeb06e3e06cbd0d2b',1,'amrex::MLMGABCTag::dir()']]], + ['dirichlet_5fhi_15939',['dirichlet_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#aa1322afdd0c679a263cb5637732121f5',1,'amrex::CurlCurlDirichletInfo']]], + ['dirichlet_5flo_15940',['dirichlet_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CurlCurlDirichletInfo.html#ab41d14427ee6aa987dec1a6777f089c9',1,'amrex::CurlCurlDirichletInfo']]], + ['dirichlet_5fmask_15941',['dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae0af71a571c9aa2ae19cac29ee7deb4a',1,'amrex::HypreNodeLap']]], + ['dirname_15942',['dirName',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a599d00f7afc5dc348ba84e2ad4ab3bb2',1,'BLProfStats']]], + ['distributionmap_15943',['distributionMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#adcb92e864340876da67df2fc64d8bdd7',1,'amrex::FabArrayBase']]], + ['divisor_15944',['divisor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Math_1_1FastDivmodU64.html#a7959b6f2f90d3b613e82c6ae4a22477c',1,'amrex::Math::FastDivmodU64']]], + ['dm_5fcfb_15945',['dm_cfb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aeb127de6351fbe080c4d924c38e6a9db',1,'amrex::FabArrayBase::CFinfo']]], + ['dm_5fpatch_15946',['dm_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a15a4200a7d7cf4f2fa85ce1bef2bf3b3',1,'amrex::FabArrayBase::FPinfo']]], + ['dmap_15947',['dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9c2f378636a2b4fbc0fba818719bace7',1,'amrex::HypreNodeLap::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#aa537bc30a17ee4576c5490ca30da94c1',1,'amrex::StateData::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ab7f8457c3e5a0dc0295247f005e5a107',1,'amrex::AmrMesh::dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#ab0ab7555be82910d8100d7bc3aa55d1d',1,'amrex::AmrLevel::dmap()']]], + ['dms_15948',['dms',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a710675d78fd400523b979d941930b56e',1,'amrex::ForkJoin']]], + ['do_5fagglomeration_15949',['do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a92aabd4e7880bf08c8d9195ebf723512',1,'amrex::LPInfo']]], + ['do_5fconsolidation_15950',['do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a60ea99c73f17852d0e41ea154b86841a',1,'amrex::LPInfo']]], + ['do_5ffixed_5fnumber_5fof_5fiters_15951',['do_fixed_number_of_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8862750ef456314cfb8dc970b37444af',1,'amrex::MLMGT']]], + ['do_5finitval_15952',['do_initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#a775df7bf092a1173c172bd7ec7dd3f37',1,'amrex::IArrayBox::do_initval()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#ab0b477e69a1fe773b7467810181a3056',1,'amrex::FArrayBox::do_initval()']]], + ['do_5flimiting_15953',['do_limiting',['../structPPM_1_1vanleer.html#a5e0e1cb322ffd0eb3c1b7b041eba5dbf',1,'PPM::vanleer::do_limiting()'],['../structPPM_1_1nolimiter.html#ac317298ef53cc38dcf3af88d88a62cf9',1,'PPM::nolimiter::do_limiting()'],['../structPPM_1_1minmod.html#af7df714d1485cb58db90d9d895c61ca8',1,'PPM::minmod::do_limiting()'],['../structPPM_1_1upwind.html#a0b245430da6c12469174e9d33c3d966a',1,'PPM::upwind::do_limiting()'],['../structPPM_1_1weno__js.html#a2fc63b16558b90434db71ac123bce0ce',1,'PPM::weno_js::do_limiting()'],['../structPPM_1_1wenoz.html#a2a5b9ac260f90369eba3e9b63ecc59dd',1,'PPM::wenoz::do_limiting()']]], + ['do_5flinear_5flimiting_15954',['do_linear_limiting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFCellConsLinInterp.html#a91c24df4c8841c52503e3ce919f6a223',1,'amrex::MFCellConsLinInterp::do_linear_limiting()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CellConservativeLinear.html#a7817252503faedf1d87fcbdcc89c3509',1,'amrex::CellConservativeLinear::do_linear_limiting()']]], + ['do_5flocal_5fcopy_15955',['do_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#aa0174cdbe72e2968e46f0293c2ecab73',1,'amrex::NonLocalBC']]], + ['do_5fnsolve_15956',['do_nsolve',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a262150be12f270d4328ceff545f0afd6',1,'amrex::MLMGT']]], + ['do_5fprint_15957',['do_print',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a94c0f899273eecb5387f06f7ea455a5b',1,'amrex::TinyProfiler::ProcStats']]], + ['do_5fsemicoarsening_15958',['do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a152aad4c314ba51947044170a8ccd3a5',1,'amrex::LPInfo']]], + ['do_5ftiling_15959',['do_tiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#aa0e640aaf2bcd0cf8904c0ed0ceaf75f',1,'amrex::MFItInfo::do_tiling()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a29311c7fd7f83d43f84951476f9a265d',1,'amrex::ParticleContainerBase::do_tiling()']]], + ['domain_15960',['domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a51e767063a27b4c6941e585193242bde',1,'amrex::StateData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< Real >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#aaa23e379300a9df362fc27641c229baf',1,'amrex::GetParticleBin::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a52477661ac7c7ccbd93f397340176c74',1,'amrex::Geometry::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< PetscInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'amrex::BaseFab::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< AtomicInt >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< char >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a092f48607ca49b3796425e78b96a3b68',1,'amrex::GeometryData::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< EBCellFlag >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< int >::domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a8e95d8cfaadfe53080ae0092b53202fb',1,'BaseFab< HYPRE_Int >::domain()']]], + ['donetag_15961',['doneTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac2bc46fbbf9021c0c3991365bde31e33',1,'amrex::NFilesIter']]], + ['dosplitparticleid_15962',['DoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a57a04adbe182d509a89869d06f668b31',1,'amrex::LongParticleIds']]], + ['dounlink_15963',['doUnlink',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'amrex::ParticleContainer_impl::doUnlink()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1464b4259b521c1ed74a68c83ee8ef1a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::doUnlink()']]], + ['dp_15964',['dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type const >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a8e53936d3fd7c9e7c1870a499156cd87',1,'sdcquadrature_mod::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'MultiArray4< value_type >::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#a187e0b20685d84e1654e5eaffd6d50cd',1,'amrex::MultiArray4::dp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1DeviceScalar.html#aef9ccbc50e8c6d02eda1902423d91f02',1,'amrex::Gpu::DeviceScalar::dp()']]], + ['dptr_15965',['dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< Real >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< PetscInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< HYPRE_Int >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< EBCellFlag >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< char >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'BaseFab< AtomicInt >::dptr()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a9236f2f88feff79c1d50b9b830750f91',1,'amrex::BaseFab::dptr()']]], + ['dsarray_15966',['dsArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a62883d11e6cc5ff7d023eb4f21b0e422',1,'amrex::DataServices']]], + ['dsarrayindex_15967',['dsArrayIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a7b5b5a6f71f4bef7caf3ca81377c97b3',1,'amrex::DataServices']]], + ['dsarrayindexcounter_15968',['dsArrayIndexCounter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2a095147c88e1356696aa47fb9bcf797',1,'amrex::DataServices']]], + ['dsbatchmode_15969',['dsBatchMode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aa20cf93243c6cf029d82ffabe3719952',1,'amrex::DataServices']]], + ['dsfaboutsize_15970',['dsFabOutSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#aea89d718ba649ae2217135d549e512cd',1,'amrex::DataServices']]], + ['dst_5fgrid_15971',['dst_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ab07c901bc54f86b711f1d4ea18afcab0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dst_5findex_15972',['dst_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#a63ec938a78695587259fdb7a096233c0',1,'amrex::NeighborParticleContainer::NeighborCopyTag::dst_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a7d5e87b5bae531e70f45aeafbf5fd2e4',1,'amrex::NeighborParticleContainer::NeighborIndexMap::dst_index()']]], + ['dst_5flevel_15973',['dst_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#ad00126c82bbb6199048a6d15551ed5a0',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dst_5ftile_15974',['dst_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborIndexMap.html#a6934b79f725b578ab2bb11f3a6401c41',1,'amrex::NeighborParticleContainer::NeighborIndexMap']]], + ['dstindex_15975',['dstIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CopyComTag.html#abc0d662cdc63c3e99f4c114dc3ac266f',1,'amrex::FabArrayBase::CopyComTag']]], + ['dt_5flevel_15976',['dt_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1aa63d206ed0a9bbb5365d703260601b',1,'amrex::Amr']]], + ['dt_5fmin_15977',['dt_min',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a43fe1508a0a3160d4ba363fd663d520a',1,'amrex::Amr']]], + ['dtex_15978',['dtex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#aeb3a3eb0ea9abaf2f440c82e8e9a486d',1,'amrex::TinyProfiler::Stats']]], + ['dtexavg_15979',['dtexavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a23387ec0b0dd45815da72c13541e68de',1,'amrex::TinyProfiler::ProcStats']]], + ['dtexmax_15980',['dtexmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a65dee4854dfd2baf26af6b16812090e3',1,'amrex::TinyProfiler::ProcStats']]], + ['dtexmin_15981',['dtexmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a01cbf389132c01e2971cb1723fa846cd',1,'amrex::TinyProfiler::ProcStats']]], + ['dtin_15982',['dtin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#abc66c2425cf9bbd67c89d82f69597d2c',1,'amrex::TinyProfiler::Stats']]], + ['dtinavg_15983',['dtinavg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ab36067feb232434de61f459d59427970',1,'amrex::TinyProfiler::ProcStats']]], + ['dtinmax_15984',['dtinmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#aba8890827f1d77d1a04fda2971170ffe',1,'amrex::TinyProfiler::ProcStats']]], + ['dtinmin_15985',['dtinmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#ad9c2c49d8b22ac959def10c90dd3ed30',1,'amrex::TinyProfiler::ProcStats']]], + ['dtos_15986',['dtos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1ApplyDtosAndProjectionOnReciever.html#af5e6237a29344dbd4ff748c0bf22cdb7',1,'amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever']]], + ['dumpsliceboxallvars_15987',['DumpSliceBoxAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9afe2794e70b17fe16bcb75ba47e1256ec',1,'amrex::DataServices']]], + ['dumpsliceboxonevar_15988',['DumpSliceBoxOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9af054f888c4a6d02eefe226e674edb2d6',1,'amrex::DataServices']]], + ['dumpsliceplaneallvars_15989',['DumpSlicePlaneAllVars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a54c4c9509960a44b3156e7a998309649',1,'amrex::DataServices']]], + ['dumpsliceplaneonevar_15990',['DumpSlicePlaneOneVar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a60513fa501bb96f4059cec668c6f0126',1,'amrex::DataServices']]], + ['duplicatecell_15991',['DUPLICATECELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530aa193ff323f29029e1e37eacda443d808',1,'amrex::InSituUtils']]], + ['duplicatepoint_15992',['DUPLICATEPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa75247ce651a3068b41ed2029e5cc7f1e',1,'amrex::InSituUtils']]], + ['dx_15993',['dx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a6ae1008fee5d826e469209d098776573',1,'amrex::GeometryData::dx()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a178c38de0cae8e587e4c34541db7f45b',1,'amrex::CoordSys::dx()']]], + ['dx_15994',['dX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a9810578aa21d4c3ea548697820ada970',1,'amrex::XYPlotDataList']]], + ['dx_15995',['Dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a6dc7a3f96e7d9b912a500fb17abb9a83',1,'amrex::SplineDistFcnElement2d']]], + ['dxi_15996',['dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetParticleBin.html#a694afb5ccbf5c681f6b016e2574f69ab',1,'amrex::GetParticleBin']]], + ['dxlevel_15997',['dxLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#acf28800ea1c047a973e104f20c05fa4d',1,'amrex::AmrData']]], + ['dy_15998',['Dy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SplineDistFcnElement2d.html#a9ef7c332f4ef1f1409c3dfec141c016a',1,'amrex::SplineDistFcnElement2d']]], + ['dynamic_15999',['dynamic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DynamicTiling.html#ada6090f6c7ce7cb692304ca36611204e',1,'amrex::DynamicTiling::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a16fa2d144bcc71d665056de5938c4b32',1,'amrex::MFIter::dynamic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#af8c9a28c98c151eb32f0352334376536',1,'amrex::MFItInfo::dynamic()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_5.js b/amrex-hydro/Doxygen/html/search/variables_5.js index 86248aa..e7df3c8 100644 --- a/amrex-hydro/Doxygen/html/search/variables_5.js +++ b/amrex-hydro/Doxygen/html/search/variables_5.js @@ -1,36 +1,36 @@ var searchData= [ - ['e0_15922',['e0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a4a5d0a66ecd91a77f268b082f6f7470c',1,'amrex::algoim::ImplicitIntegral']]], - ['eb_5fcell_5fcons_5finterp_15923',['eb_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e516952807b4f4cda43c228af03826',1,'amrex']]], - ['eb_5fcovered_5fval_15924',['eb_covered_val',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e0f258a02602680779facdad15ec448',1,'amrex']]], - ['eb_5flincc_5finterp_15925',['eb_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9',1,'amrex']]], - ['eb_5fmf_5fcell_5fcons_5finterp_15926',['eb_mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e',1,'amrex']]], - ['eb_5fmf_5flincc_5finterp_15927',['eb_mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969',1,'amrex']]], - ['eb_5fstencil_5fsize_15928',['eb_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a49181827cb7d3a5b52f02540d7e82121',1,'amrex::Hypre::eb_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a47fa463023a9096542d2409e1e439a4a',1,'amrex::PETScABecLap::eb_stencil_size()']]], - ['edge_5fgrids_15929',['edge_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7cf2da3e3135c31924af8e09fa0c8104',1,'amrex::AmrLevel']]], - ['edisoncpufab_15930',['edisonCPUFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3db6cd7cebf96206f923d90fa878ec13',1,'CommProfStats']]], - ['edisonnodefab_15931',['edisonNodeFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab7a4932c02acf98ae36a27c00f553094',1,'CommProfStats']]], - ['edisonnodexyz_15932',['edisonNodeXYZ',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6a0a1c8fe03b2c8492f67761ace16c6',1,'CommProfStats']]], - ['eight_15933',['eight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4',1,'amrex_constants_module']]], - ['eighth_15934',['eighth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4f8d71c1b1d316bbf6505f7a9511d24d',1,'amrex_constants_module']]], - ['eleven_15935',['eleven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76',1,'amrex_constants_module']]], - ['enable_5finverse_15936',['enable_inverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a253931bb13b740bcdf8da45fe68a4591',1,'amrex::NeighborParticleContainer']]], - ['enabled_15937',['enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a479b95e65f876998b375cdbaba5ed658',1,'amrex::InSituBridge::enabled()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a282b4e789e0c442305b8348d40b3a9e5',1,'amrex::TinyProfiler::enabled()']]], - ['end_15938',['end',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a99916092c93df93da10a0bb582222174',1,'amrex::Table3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#aee1a2d8e68a6221b68959f46f2bfad58',1,'amrex::Table4D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'Table2D< RT >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'amrex::Table2D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ac4fc4d78377e9818d74517d365f21113',1,'amrex::Table1D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< Real const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'amrex::Array4::end()']]], - ['endindex_15939',['endIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a427faab13c7d1f9d72b476452df519e1',1,'amrex::MFIter']]], - ['endx_15940',['endX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad12ab95c2383da4eb515681b9522ace4',1,'amrex::XYPlotDataList']]], - ['endxi_15941',['endXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a27c1524c9b6b2bbad9e9186e909830fa',1,'amrex::XYPlotDataListLink']]], - ['enforcesingularsolvable_15942',['enforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'amrex::MLLinOpT::enforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'MLLinOpT< Array< MultiFab, 3 > >::enforceSingularSolvable()']]], - ['eps_15943',['eps',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acf673ebaf5379183e526bd2bbc4c665e',1,'amrex::nodelap_detail::eps()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a5996afecb06f0cfbc667e1fc7eff3f08',1,'sdcquadrature_mod::eps()'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_2D.cpp'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_3D.cpp']]], - ['err_5ffunc_15944',['err_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#accb4208e8504753dcddef021c9250e88',1,'amrex::ErrorRec']]], - ['err_5ffunc2_15945',['err_func2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ad72e6621e0e65cba0d636c244ac5d53b',1,'amrex::ErrorRec']]], - ['err_5ftype_15946',['err_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#abc0afb5043187b59f1a7219c50a62cec',1,'amrex::ErrorRec']]], - ['error_5fhandler_15947',['error_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3',1,'amrex::system']]], - ['excludeset_15948',['excludeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae52d1496a02ab9f40df9ae0ece20fc51',1,'BLProfStats']]], - ['exclusive_15949',['exclusive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc',1,'amrex::Scan::Type']]], - ['exename_15950',['exename',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599',1,'amrex::system']]], - ['exitrequest_15951',['ExitRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ad8032fde646b23816f422ec34e7c43d8',1,'amrex::DataServices']]], - ['extend_5fdomain_5fface_15952',['extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7',1,'amrex::EB2']]], - ['extended_5fweights_15953',['extended_weights',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a41e0f57f4b5dac966a3beb173e3d6286',1,'amrex::RKIntegrator']]], - ['exteriorcell_15954',['EXTERIORCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a73c2a5939fde880dfb3256a3ea552d0f',1,'amrex::InSituUtils']]] + ['e0_16000',['e0',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a4a5d0a66ecd91a77f268b082f6f7470c',1,'amrex::algoim::ImplicitIntegral']]], + ['eb_5fcell_5fcons_5finterp_16001',['eb_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a41e516952807b4f4cda43c228af03826',1,'amrex']]], + ['eb_5fcovered_5fval_16002',['eb_covered_val',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a7e0f258a02602680779facdad15ec448',1,'amrex']]], + ['eb_5flincc_5finterp_16003',['eb_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ab94176a43e7b3dfd0b44158c671268b9',1,'amrex']]], + ['eb_5fmf_5fcell_5fcons_5finterp_16004',['eb_mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aff791fa855110d40cd7eb2bffb62e15e',1,'amrex']]], + ['eb_5fmf_5flincc_5finterp_16005',['eb_mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2ca444883f79b387fa2373ba33b7f969',1,'amrex']]], + ['eb_5fstencil_5fsize_16006',['eb_stencil_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a49181827cb7d3a5b52f02540d7e82121',1,'amrex::Hypre::eb_stencil_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a47fa463023a9096542d2409e1e439a4a',1,'amrex::PETScABecLap::eb_stencil_size()']]], + ['edge_5fgrids_16007',['edge_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7cf2da3e3135c31924af8e09fa0c8104',1,'amrex::AmrLevel']]], + ['edisoncpufab_16008',['edisonCPUFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a3db6cd7cebf96206f923d90fa878ec13',1,'CommProfStats']]], + ['edisonnodefab_16009',['edisonNodeFab',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab7a4932c02acf98ae36a27c00f553094',1,'CommProfStats']]], + ['edisonnodexyz_16010',['edisonNodeXYZ',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6a0a1c8fe03b2c8492f67761ace16c6',1,'CommProfStats']]], + ['eight_16011',['eight',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a6d0e20a18c5f695168cf590f87a460a4',1,'amrex_constants_module']]], + ['eighth_16012',['eighth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4f8d71c1b1d316bbf6505f7a9511d24d',1,'amrex_constants_module']]], + ['eleven_16013',['eleven',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad701c896075f8435c6d10def6629fe76',1,'amrex_constants_module']]], + ['enable_5finverse_16014',['enable_inverse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a253931bb13b740bcdf8da45fe68a4591',1,'amrex::NeighborParticleContainer']]], + ['enabled_16015',['enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a479b95e65f876998b375cdbaba5ed658',1,'amrex::InSituBridge::enabled()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a282b4e789e0c442305b8348d40b3a9e5',1,'amrex::TinyProfiler::enabled()']]], + ['end_16016',['end',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table3D.html#a99916092c93df93da10a0bb582222174',1,'amrex::Table3D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table4D.html#aee1a2d8e68a6221b68959f46f2bfad58',1,'amrex::Table4D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'Table2D< RT >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table2D.html#a90068786b718833feac893cc831dd061',1,'amrex::Table2D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Table1D.html#ac4fc4d78377e9818d74517d365f21113',1,'amrex::Table1D::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T0 >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< T const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< Real const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int const >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'Array4< int >::end()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ae3e6ea18e90f4b382a90da961a93d8e9',1,'amrex::Array4::end()']]], + ['endindex_16017',['endIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a427faab13c7d1f9d72b476452df519e1',1,'amrex::MFIter']]], + ['endx_16018',['endX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad12ab95c2383da4eb515681b9522ace4',1,'amrex::XYPlotDataList']]], + ['endxi_16019',['endXi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataListLink.html#a27c1524c9b6b2bbad9e9186e909830fa',1,'amrex::XYPlotDataListLink']]], + ['enforcesingularsolvable_16020',['enforceSingularSolvable',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'amrex::MLLinOpT::enforceSingularSolvable()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b0f44a3e66fbefa2310385747427b',1,'MLLinOpT< Array< MultiFab, 3 > >::enforceSingularSolvable()']]], + ['eps_16021',['eps',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#acf673ebaf5379183e526bd2bbc4c665e',1,'amrex::nodelap_detail::eps()'],['https://amrex-codes.github.io/amrex/doxygen/namespacesdcquadrature__mod.html#a5996afecb06f0cfbc667e1fc7eff3f08',1,'sdcquadrature_mod::eps()'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_2D.cpp'],['../group__BDS.html#ga961149daeaa5bc2a44d9d13d5ccf6e9d',1,'eps(): hydro_bds_edge_state_3D.cpp']]], + ['err_5ffunc_16022',['err_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#accb4208e8504753dcddef021c9250e88',1,'amrex::ErrorRec']]], + ['err_5ffunc2_16023',['err_func2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#ad72e6621e0e65cba0d636c244ac5d53b',1,'amrex::ErrorRec']]], + ['err_5ftype_16024',['err_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#abc0afb5043187b59f1a7219c50a62cec',1,'amrex::ErrorRec']]], + ['error_5fhandler_16025',['error_handler',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a2ba7b9cd7c50a0eccdb6d825cc026da3',1,'amrex::system']]], + ['excludeset_16026',['excludeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae52d1496a02ab9f40df9ae0ece20fc51',1,'BLProfStats']]], + ['exclusive_16027',['exclusive',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#acbaa9eb7d8b3af7b3df2832a75b43afc',1,'amrex::Scan::Type']]], + ['exename_16028',['exename',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aa338ee7ebd729e662154160b02022599',1,'amrex::system']]], + ['exitrequest_16029',['ExitRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ad8032fde646b23816f422ec34e7c43d8',1,'amrex::DataServices']]], + ['extend_5fdomain_5fface_16030',['extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a900c8b65fe13dca2d107ec8ae396b7b7',1,'amrex::EB2']]], + ['extended_5fweights_16031',['extended_weights',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a41e0f57f4b5dac966a3beb173e3d6286',1,'amrex::RKIntegrator']]], + ['exteriorcell_16032',['EXTERIORCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a73c2a5939fde880dfb3256a3ea552d0f',1,'amrex::InSituUtils']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_6.js b/amrex-hydro/Doxygen/html/search/variables_6.js index fa60567..be43ad7 100644 --- a/amrex-hydro/Doxygen/html/search/variables_6.js +++ b/amrex-hydro/Doxygen/html/search/variables_6.js @@ -1,128 +1,128 @@ var searchData= [ - ['f_15955',['f',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5a011f47199f9e9fef68cdba47a1f7f7',1,'SDCstruct::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a237d44393a5be90579b5c179defbe8f0',1,'amrex::SundialsUserData::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e7a8b9c74fc7b5929496e081dff2e8a',1,'amrex::algoim::ImplicitIntegral::f()']]], - ['f1_15956',['f1',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a99cdaa1f0d3cc968417ed03723f93d44',1,'AMREX_IPARSERSTYPE::f1()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ae4b2f9e1858ec2244f20bb23fae6da2b',1,'AMREX_PARSERSTYPE::f1()']]], - ['f2_15957',['f2',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ad9dcbf264629390633902acf208145ba',1,'AMREX_IPARSERSTYPE::f2()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#acbb8a4de3b0dd43de372b6c1070c6d2b',1,'AMREX_PARSERSTYPE::f2()']]], - ['f3_15958',['f3',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a78165ca492adb6e8ef5c8653e5b6b7ac',1,'AMREX_IPARSERSTYPE::f3()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a75d477cdab0c70b4d8bb6e949274b5f2',1,'AMREX_PARSERSTYPE::f3()']]], - ['f_5fnodes_15959',['F_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a4068613bcf39366eadab0ad2a6d42013',1,'amrex::FEIntegrator::F_nodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a71b3d620a58461d753803014c39b0c20',1,'amrex::RKIntegrator::F_nodes()']]], - ['f_5fuser_15960',['f_user',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a44a9eb954199def1d1965689f79c0801',1,'amrex::CpuBndryFuncFab']]], - ['fab_15961',['FAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae23a0946829f4ea99f1d5045c64e5390',1,'amrex::Amrvis']]], - ['fab_15962',['fab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ace2b963f746066f720dccceaa563db4c',1,'amrex::MLMGABCTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a4b6ca8c08233ae7d5f9168c8e603dc96',1,'amrex::Array4BoxOffsetTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a0c8b2a3bc498849b8dae53d94f86a685',1,'amrex::Array4BoxOrientationTag::fab()']]], - ['fab_5f8bit_15963',['FAB_8BIT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabe3ed4b63ca8c92041feb17a512161f2',1,'amrex::FABio']]], - ['fab_5fascii_15964',['FAB_ASCII',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa9712023aa78e143b76acec0dc9e519fb',1,'amrex::FABio']]], - ['fab_5fdouble_15965',['FAB_DOUBLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a6f8d36037f0ae14ae3b2ffd648cb77e7',1,'amrex::FABio']]], - ['fab_5ffloat_15966',['FAB_FLOAT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a7ff56f0b5643ef3c51e6503e30f23346',1,'amrex::FABio']]], - ['fab_5fieee_15967',['FAB_IEEE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa240d58a50ffcc6d51f0b771099168d88',1,'amrex::FABio']]], - ['fab_5fieee_5f32_15968',['FAB_IEEE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabedb5f568966bfc42da59ffb65eb3b55',1,'amrex::FABio']]], - ['fab_5fnative_15969',['FAB_NATIVE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fab0d0613c5d24142abfc947d29d074e0c',1,'amrex::FABio']]], - ['fab_5fnative_5f32_15970',['FAB_NATIVE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa3622542334cc06301ae11275e2eaf4ee',1,'amrex::FABio']]], - ['fab_5fnormal_5forder_15971',['FAB_NORMAL_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a8db2674dc83889b0c41bf7a2de656e0b',1,'amrex::FABio']]], - ['fab_5freverse_5forder_15972',['FAB_REVERSE_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a0a373e16d57bf0778632d93de56c7bb3',1,'amrex::FABio']]], - ['fab_5freverse_5forder_5f2_15973',['FAB_REVERSE_ORDER_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39aa3be82b329f78e16b9f23ba2b26116a3',1,'amrex::FABio']]], - ['fabarray_15974',['fabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afd2ce3907fa6c9f7aa4773ea39a65cd2',1,'amrex::MFIter']]], - ['fabarrayheadernames_15975',['fabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af35f43aa012590a264cbb08405ff5c1f',1,'amrex::StateData']]], - ['fabarrayid_15976',['fabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ac86d7f6e763db160a5513aa471565145',1,'amrex::FabArrayId::fabArrayId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5c3201e1c74a8355f405987ac3c77678',1,'amrex::FabArrayBase::FabComTag::fabArrayId()']]], - ['fabarrays_15977',['fabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'amrex::FabArrayCopyDescriptor::fabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'FabArrayCopyDescriptor< FArrayBox >::fabArrays()']]], - ['fabboxarray_15978',['fabBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afd0ce8b38263bf89dedc4e1c806f3de2',1,'amrex::AmrData']]], - ['fabboxlists_15979',['fabBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3e3037b0de84e081fe1d2e0997d143d4',1,'amrex::XYPlotDataList']]], - ['fabcomtaglist_15980',['fabComTagList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'amrex::FabArrayCopyDescriptor::fabComTagList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'FabArrayCopyDescriptor< FArrayBox >::fabComTagList()']]], - ['fabcopydesclist_15981',['fabCopyDescList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'amrex::FabArrayCopyDescriptor::fabCopyDescList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'FabArrayCopyDescriptor< FArrayBox >::fabCopyDescList()']]], - ['fabindex_15982',['fabIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aabd9d1aff4b684e0fc769347637226a5',1,'amrex::FabArrayBase::FabComTag']]], - ['fabio_15983',['fabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7b3c6612330474e7db6e4f6ff9d4f380',1,'amrex::FArrayBox']]], - ['face_15984',['face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa1e9cd4a538973217a64708b921d4ada',1,'amrex::openbc::Moments::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a94c8e6d912bcbcefb65e98b0e28a9ac8',1,'amrex::openbc::MomTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a4a1d69b82d46e482d19ca15a5bb8a711',1,'amrex::OrientationIter::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a736f4b09115efedb46eb2ddcb802417f',1,'amrex::FabArrayBase::FabComTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ac3ccee3ad382def594bbe1cc44d22464',1,'amrex::Array4BoxOrientationTag::face()']]], - ['face_5fcons_5flinear_5finterp_15985',['face_cons_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc',1,'amrex']]], - ['face_5fdivfree_5finterp_15986',['face_divfree_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac63805de43a5687215fb203dc3495abc',1,'amrex']]], - ['face_5flinear_5finterp_15987',['face_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e',1,'amrex']]], - ['fact_5fcrse_5fpatch_15988',['fact_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a09b8fcc80fd25192f68c5ee368097317',1,'amrex::FabArrayBase::FPinfo']]], - ['fact_5ffine_5fpatch_15989',['fact_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a8754fd4dda86c92795899a42b97f547c',1,'amrex::FabArrayBase::FPinfo']]], - ['factory_15990',['factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a380f7d1b289a6802248ece2786b86565',1,'amrex::HypreNodeLap']]], - ['faheadermap_15991',['faHeaderMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a60cd1a78a793b7a4ce54e70da0f0dd55',1,'amrex::StateData']]], - ['faindex_15992',['faIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#afdb4b80e717d79ddc293c138b190fb51',1,'amrex::VisMF::FabReadLink']]], - ['faint_15993',['Faint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#aec25a4181c246941fa29e862e4443b85',1,'amrex::Font']]], - ['fast_5fabs_5ftol_15994',['fast_abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4ec1caa1e60f0282b7a8e76dffe856ee',1,'amrex::IntegratorBase']]], - ['fast_5fls_15995',['fast_LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a01b848aa7893bf78e2e35fd06fbd7cb3',1,'amrex::SundialsIntegrator']]], - ['fast_5fmethod_15996',['fast_method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5cfec966ca58dd33ed8e74a008e20544',1,'amrex::SundialsIntegrator']]], - ['fast_5frel_5ftol_15997',['fast_rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a1be9f819915ff16d7883d0ebd8009e66',1,'amrex::IntegratorBase']]], - ['fast_5fstepper_15998',['fast_stepper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a3e3e8344b419706698fc343e5d8de07c',1,'amrex::SundialsIntegrator']]], - ['fast_5ftime_5fstep_15999',['fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4fe63921d4507e1af5f2df9fdbe66047',1,'amrex::IntegratorBase']]], - ['fast_5ftype_16000',['fast_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ae224ea13658a51b096ef3aee9a9f06c5',1,'amrex::SundialsIntegrator']]], - ['fb_16001',['fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a12405182d3038f333d621aaf7ba0de9f',1,'amrex::FBData']]], - ['fbd_16002',['fbd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::EBCellFlagFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< PetscInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::CutFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< AtomicInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'amrex::FabArray::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< TagBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< IArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< FArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::Mask >::fbd()']]], - ['fdm_16003',['fdm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad69bb2d630508a55b5a60e7756c3540f',1,'amrex::BoxIndexerND']]], - ['fe_16004',['fe',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#ac6bd65791ecd3832597283141221f47e',1,'amrex::SundialsUserData']]], - ['ff_16005',['ff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a7804a845e951d54af75e92d34adc2930',1,'amrex::SundialsUserData']]], - ['fhi_16006',['fhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ac69bf20012d9de954c40e509392a6148',1,'amrex::MLMGPSTag']]], - ['fi_16007',['fi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a040d572683a6b4367f39248d36e2cb13',1,'amrex::SundialsUserData']]], - ['fifteen_16008',['fifteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4461444e428f4382ebae724a72ae6fdb',1,'amrex_constants_module']]], - ['fifth_16009',['fifth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59',1,'amrex_constants_module']]], - ['file_5fname_16010',['file_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aabfb7ef7f6c054124db081f9fd506782',1,'amrex::PrintToFile']]], - ['file_5fname_5fdigits_16011',['file_name_digits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1d325f8ad0d5d179fc7fcee0f35f0500',1,'amrex::Amr']]], - ['fileglobalminmax_16012',['FILEGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaba96691ea8224cc3ccf1b9b54dfff4b3',1,'amrex::Amrvis']]], - ['filekeyword_16013',['FileKeyword',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a44318f1c5a43d3c6ef6cd9f0fda99ea2',1,'amrex::ParmParse']]], - ['filename_16014',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2150ba5a6169670f1cfcebc9f7596b27',1,'amrex::DataServices::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a4df5dd3c6ea8e7d13ed01d4e181e78c4',1,'amrex::StreamRetry::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a69a7603f195974cae55c552c05b3ba32',1,'RegionsProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a20f26cad91bc22e7f5509e046bfe8369',1,'CommProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a56b43f09fbaba7258908a31e790fd2d5',1,'BLProfStats::BLPDataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a68af42ba1e62a0b858d0f9075d9a44e6',1,'amrex::AmrData::fileName()']]], - ['filenumber_16015',['fileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab7f699657b24b33c1b56a64dd6887c47',1,'amrex::NFilesIter']]], - ['filenumberswriteorder_16016',['fileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af79193f1c65df83e1998042123690bec',1,'amrex::NFilesIter']]], - ['fileoffset_16017',['fileOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ae58b44ddc77631e4a5829b09e61a0236',1,'amrex::VisMF::FabReadLink']]], - ['fileprefix_16018',['filePrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7491b9b7bee6d89900b7948670ea6425',1,'amrex::NFilesIter']]], - ['fileprefixprepost_16019',['filePrefixPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'amrex::ParticleContainer_impl::filePrefixPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::filePrefixPrePost()']]], - ['filestream_16020',['fileStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5aaa489ed5f07c1d0111647857d2f72f',1,'amrex::NFilesIter']]], - ['filesubregionminmax_16021',['FILESUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea3533c650a6b1c7ce0bfe944376ffe17d',1,'amrex::Amrvis']]], - ['filetype_16022',['fileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a55f80ce2d869787fb73ec8acb5383864',1,'amrex::AmrData::fileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a974e2ca92baf2acb0925fe1d4168c38c',1,'amrex::DataServices::fileType()']]], - ['fileuserminmax_16023',['FILEUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea6b4802e2429bba442dc07b4022a1d96c',1,'amrex::Amrvis']]], - ['fillboxid_16024',['fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abe60f2cf30aac61d68454a6823d1e3a4',1,'amrex::FabCopyDescriptor::fillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#af506bfcebba0efde3dc8f5dbf9244191',1,'amrex::FabArrayBase::FabComTag::fillBoxId()']]], - ['fillboxlists_16025',['fillBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a25c3be6b76307b6ea7c6b75c2f1036fd',1,'amrex::XYPlotDataList']]], - ['filllocally_16026',['FillLocally',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1',1,'amrex']]], - ['fillremotely_16027',['FillRemotely',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4',1,'amrex']]], - ['filltype_16028',['fillType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#acbfb910d7582f3e32b2e263e1581e382',1,'amrex::FabCopyDescriptor']]], - ['fillvararrayoffabs_16029',['FillVarArrayOfFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a43f59cb422b6dfd7c8ddd1da1b748092',1,'amrex::DataServices']]], - ['fillvarmultifab_16030',['FillVarMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a771038382eed1afc9937f305dd7d6a99',1,'amrex::DataServices']]], - ['fillvaronefab_16031',['FillVarOneFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a40aed13acee70704bf8458966f292801',1,'amrex::DataServices']]], - ['filtertimeranges_16032',['filterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a280bcf247ab0b852e9e87cb757388f6b',1,'BLProfStats']]], - ['final_5ffill_5fbc_16033',['final_fill_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2e4658b153dbf32716f539161d0b879e',1,'amrex::MLMGT']]], - ['finalized_16034',['finalized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a371e17b5bdd1d743dd9ac0a8bb1bced9',1,'amrex::MFIter']]], - ['fine_5fcell_16035',['fine_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a2fa5d865b2e74dc30d9578fb547894ed',1,'amrex::nodelap_detail::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026',1,'amrex_eb_flux_reg_nd_module::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca4438d5a5594d291716164dd529a902cd',1,'amrex::YAFluxRegisterT::fine_cell()']]], - ['fine_5fgrid_5fidx_16036',['fine_grid_idx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aca354eb516dc263308380e26666bb0b7',1,'amrex::FabArrayBase::CFinfo']]], - ['fine_5flevel_16037',['fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a43c7c6ca83e0c49296f131ecf5eb8b0e',1,'amrex::FluxRegister']]], - ['fine_5fnode_16038',['fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a44a771868b3300cfbd325b977e5f9405',1,'amrex::nodelap_detail']]], - ['fine_5fratio_16039',['fine_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a109f988dd098fdb2a6b854a742015397',1,'amrex::AmrLevel']]], - ['finebnd_16040',['finebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4',1,'amrex::Extrapolater']]], - ['fineindex_16041',['fineIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aea1dff058968ff389de6b6f7535de577',1,'amrex::FabArrayBase::FabComTag']]], - ['finest_5famr_5flev_16042',['finest_amr_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8dcbe08a11647df4d03789590bdc1de0',1,'amrex::MLMGT']]], - ['finest_5flevel_16043',['finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7a466d1cfea1c18c35128fb5a7c5793f',1,'amrex::AmrMesh']]], - ['finestbox_16044',['finestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#ada3a3b61091ef724c8bb5c03ff6a6084',1,'amrex::OrderedBoxes']]], - ['finestlevel_16045',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6284a1347eff4eb0f6f6bdb2f4417354',1,'amrex::AmrData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6ce90c319a7c5388903fcfc2aae1f43',1,'CommProfStats::finestLevel()']]], - ['finishedreading_16046',['finishedReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85a53512b313a24369fca3a3a53dbdb9',1,'amrex::NFilesIter']]], - ['finishedwriting_16047',['finishedWriting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7f0df2d517d11041df8498eedf986153',1,'amrex::NFilesIter']]], - ['first_16048',['FIRST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a0f0d0333ed203bc31cd4c28900c2d77c',1,'amrex::ParmParse']]], - ['first_5fplotfile_16049',['first_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af12817d167774c57ed1c1f24bb03954a',1,'amrex::Amr']]], - ['first_5fsmallplotfile_16050',['first_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aacd36827f62f4c412e11818f70bda156',1,'amrex::Amr']]], - ['five_16051',['five',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44',1,'amrex_constants_module']]], - ['five12th_16052',['five12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a16b4fbe0e606a90fa3ba0cdf682fd56d',1,'amrex_constants_module']]], - ['five32nd_16053',['five32nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d',1,'amrex_constants_module']]], - ['five3rd_16054',['five3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea',1,'amrex_constants_module']]], - ['five6th_16055',['five6th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a5321716779ead3e7f70ea68bdbd2fb8b',1,'amrex_constants_module']]], - ['flag_16056',['flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ae0735abae42447ec4d484a5d3fd93a87',1,'amrex::MFIter::DeviceSync::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#a237e9da276b87d96f439acec1e3db563',1,'amrex::Scan::RetSum::flag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab630a116c4a01a64f68d4a8a1592360f',1,'amrex::EBCellFlag::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a02795942f0ecd9ff232334b4c4ccdb20',1,'amrex::EB2::Neighbor::flag()']]], - ['flag_5finvoked_16057',['flag_invoked',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad9801acca834dcbc7ec55dd3c34f48aa',1,'amrex::ForkJoin']]], - ['flag_5fverbose_16058',['flag_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a943794e0f810e216579ad8156d11cd20',1,'amrex::ForkJoin']]], - ['flags_16059',['flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1184620f493f560be355cf02e5a0e619',1,'amrex::MFIter']]], - ['flo_16060',['flo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a4aad32731fdd8c6fc4165947c7959ec8',1,'amrex::MLMGPSTag']]], - ['fname_16061',['fname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8691b33b40a313ca7ffe01a287f57dff',1,'amrex::TinyProfiler::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a38621bfbdcc37e8e877df3a96bf3c5e3',1,'amrex::TinyProfiler::ProcStats::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad67743332ab69e7c9bc65a551c4b9eb7',1,'amrex::TinyProfiler::MemProcStats::fname()']]], - ['fnamenumber_16062',['fnameNumber',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#ac01a3f5eb9b5f39ea6fbc013381f9e15',1,'BLProfStats::CallTreeNode']]], - ['fnameremap_16063',['fnameRemap',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad939cb55c98e57e3999caabc8096c2e7',1,'RegionsProfStats']]], - ['forked_16064',['forked',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a335de4835763f4875e6c6089f5e739c9',1,'amrex::ForkJoin::MFFork']]], - ['format_16065',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8cb9b648353fe9b5fb90cdfccf5b0c89',1,'amrex::FArrayBox']]], - ['four_16066',['four',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215',1,'amrex_constants_module']]], - ['four3rd_16067',['four3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1bfb1e07f7cf927956882af149986c7d',1,'amrex_constants_module']]], - ['fourth_16068',['fourth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a04f6986662b60baad0ef6dfc00b3d3f0',1,'amrex_constants_module']]], - ['fr_16069',['fr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae4c7fcfb3c69266545dd3f84af9b1115',1,'amrex::RealDescriptor']]], - ['frames_16070',['frames',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a7f3a69943ec56b1596e37eef30f8c0f9',1,'amrex::ParallelContext']]], - ['free_16071',['free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa83b553298a2020fb6ebd7c21e236689',1,'amrex::algoim::ImplicitIntegral']]], - ['frequency_16072',['frequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1f8a76f22bde94cbfc3c495aa50877e7',1,'amrex::InSituBridge']]], - ['fromproc_16073',['fromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a202904aa6d60c2cd616182957d41fe66',1,'amrex::FabArrayBase::FabComTag::fromProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a532ce884eade8499d8db3c56c3ec66a7',1,'CommProfStats::SendRecvPair::fromProc()']]], - ['ftype_16074',['ftype',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#aaf0d2b037f4bfd9b5216a0a799dcfbf8',1,'amrex::parser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#ae6489e0fb7a5a08fe269c3d428baacaf',1,'amrex::iparser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#af6bd8deb6f780b7f9078e5e86df76707',1,'amrex::iparser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a41de9f56e8ed6a15ee641b476148c25a',1,'amrex::iparser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#ac9d6cad609c7461807d5bc5150f00954',1,'amrex::IParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a62007475d4ab8fbc995e43678912044d',1,'amrex::IParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#aaad1b348b5afa2911cf4edcde0d14d08',1,'amrex::IParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a64c4972956d99a93eae3ded417a94e74',1,'amrex::parser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#af480e24f7880857ba4ee5710e1e2f823',1,'amrex::parser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#a4836ce4c26c643a2da9d8c8efbc0ae02',1,'amrex::ParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#ac7050f924310ab62e44bdb3c1bebc34b',1,'amrex::ParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#adaa66210d4f097a9a20072b64f2d02a1',1,'amrex::ParserExeF2_F::ftype()']]], - ['fullfilename_16075',['fullFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a153902641555fc709b3befb6a4c6e881',1,'amrex::NFilesIter']]], - ['func_16076',['func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a10804ba5e49805dde6c9343a0998b475',1,'amrex::DeriveRec']]], - ['func_5f3d_16077',['func_3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a540136f9f500bb35628b3e034161bd51',1,'amrex::DeriveRec']]], - ['func_5ffab_16078',['func_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af68c5991f26f4c0642a77d0c03009f3e',1,'amrex::DeriveRec']]], - ['func_5fmf_16079',['func_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1771b2a939059eb7f6c19b064d633ea4',1,'amrex::DeriveRec']]] + ['f_16033',['f',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5a011f47199f9e9fef68cdba47a1f7f7',1,'SDCstruct::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a237d44393a5be90579b5c179defbe8f0',1,'amrex::SundialsUserData::f()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#a0e7a8b9c74fc7b5929496e081dff2e8a',1,'amrex::algoim::ImplicitIntegral::f()']]], + ['f1_16034',['f1',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a99cdaa1f0d3cc968417ed03723f93d44',1,'AMREX_IPARSERSTYPE::f1()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ae4b2f9e1858ec2244f20bb23fae6da2b',1,'AMREX_PARSERSTYPE::f1()']]], + ['f2_16035',['f2',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ad9dcbf264629390633902acf208145ba',1,'AMREX_IPARSERSTYPE::f2()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#acbb8a4de3b0dd43de372b6c1070c6d2b',1,'AMREX_PARSERSTYPE::f2()']]], + ['f3_16036',['f3',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#a78165ca492adb6e8ef5c8653e5b6b7ac',1,'AMREX_IPARSERSTYPE::f3()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#a75d477cdab0c70b4d8bb6e949274b5f2',1,'AMREX_PARSERSTYPE::f3()']]], + ['f_5fnodes_16037',['F_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FEIntegrator.html#a4068613bcf39366eadab0ad2a6d42013',1,'amrex::FEIntegrator::F_nodes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a71b3d620a58461d753803014c39b0c20',1,'amrex::RKIntegrator::F_nodes()']]], + ['f_5fuser_16038',['f_user',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CpuBndryFuncFab.html#a44a9eb954199def1d1965689f79c0801',1,'amrex::CpuBndryFuncFab']]], + ['fab_16039',['FAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfae23a0946829f4ea99f1d5045c64e5390',1,'amrex::Amrvis']]], + ['fab_16040',['fab',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ace2b963f746066f720dccceaa563db4c',1,'amrex::MLMGABCTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#a4b6ca8c08233ae7d5f9168c8e603dc96',1,'amrex::Array4BoxOffsetTag::fab()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#a0c8b2a3bc498849b8dae53d94f86a685',1,'amrex::Array4BoxOrientationTag::fab()']]], + ['fab_5f8bit_16041',['FAB_8BIT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabe3ed4b63ca8c92041feb17a512161f2',1,'amrex::FABio']]], + ['fab_5fascii_16042',['FAB_ASCII',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa9712023aa78e143b76acec0dc9e519fb',1,'amrex::FABio']]], + ['fab_5fdouble_16043',['FAB_DOUBLE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a6f8d36037f0ae14ae3b2ffd648cb77e7',1,'amrex::FABio']]], + ['fab_5ffloat_16044',['FAB_FLOAT',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a3b1ca82feb278c4a975a46229f229660a7ff56f0b5643ef3c51e6503e30f23346',1,'amrex::FABio']]], + ['fab_5fieee_16045',['FAB_IEEE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa240d58a50ffcc6d51f0b771099168d88',1,'amrex::FABio']]], + ['fab_5fieee_5f32_16046',['FAB_IEEE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fabedb5f568966bfc42da59ffb65eb3b55',1,'amrex::FABio']]], + ['fab_5fnative_16047',['FAB_NATIVE',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fab0d0613c5d24142abfc947d29d074e0c',1,'amrex::FABio']]], + ['fab_5fnative_5f32_16048',['FAB_NATIVE_32',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#a0b27140f46fecbc14d58f1a754300e9fa3622542334cc06301ae11275e2eaf4ee',1,'amrex::FABio']]], + ['fab_5fnormal_5forder_16049',['FAB_NORMAL_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a8db2674dc83889b0c41bf7a2de656e0b',1,'amrex::FABio']]], + ['fab_5freverse_5forder_16050',['FAB_REVERSE_ORDER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39a0a373e16d57bf0778632d93de56c7bb3',1,'amrex::FABio']]], + ['fab_5freverse_5forder_5f2_16051',['FAB_REVERSE_ORDER_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FABio.html#adbdc54b2ed6a4fa2d0cfd19076e5cc39aa3be82b329f78e16b9f23ba2b26116a3',1,'amrex::FABio']]], + ['fabarray_16052',['fabArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#afd2ce3907fa6c9f7aa4773ea39a65cd2',1,'amrex::MFIter']]], + ['fabarrayheadernames_16053',['fabArrayHeaderNames',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af35f43aa012590a264cbb08405ff5c1f',1,'amrex::StateData']]], + ['fabarrayid_16054',['fabArrayId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayId.html#ac86d7f6e763db160a5513aa471565145',1,'amrex::FabArrayId::fabArrayId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a5c3201e1c74a8355f405987ac3c77678',1,'amrex::FabArrayBase::FabComTag::fabArrayId()']]], + ['fabarrays_16055',['fabArrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'amrex::FabArrayCopyDescriptor::fabArrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a1764312fbade7558351c245b234605e2',1,'FabArrayCopyDescriptor< FArrayBox >::fabArrays()']]], + ['fabboxarray_16056',['fabBoxArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#afd0ce8b38263bf89dedc4e1c806f3de2',1,'amrex::AmrData']]], + ['fabboxlists_16057',['fabBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a3e3037b0de84e081fe1d2e0997d143d4',1,'amrex::XYPlotDataList']]], + ['fabcomtaglist_16058',['fabComTagList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'amrex::FabArrayCopyDescriptor::fabComTagList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a8159d923682cc455e9d626ec9d6031bf',1,'FabArrayCopyDescriptor< FArrayBox >::fabComTagList()']]], + ['fabcopydesclist_16059',['fabCopyDescList',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'amrex::FabArrayCopyDescriptor::fabCopyDescList()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#ae628e55c37e496f7f857be3e3a4e85a1',1,'FabArrayCopyDescriptor< FArrayBox >::fabCopyDescList()']]], + ['fabindex_16060',['fabIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aabd9d1aff4b684e0fc769347637226a5',1,'amrex::FabArrayBase::FabComTag']]], + ['fabio_16061',['fabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a7b3c6612330474e7db6e4f6ff9d4f380',1,'amrex::FArrayBox']]], + ['face_16062',['face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#aa1e9cd4a538973217a64708b921d4ada',1,'amrex::openbc::Moments::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a94c8e6d912bcbcefb65e98b0e28a9ac8',1,'amrex::openbc::MomTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrientationIter.html#a4a1d69b82d46e482d19ca15a5bb8a711',1,'amrex::OrientationIter::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a736f4b09115efedb46eb2ddcb802417f',1,'amrex::FabArrayBase::FabComTag::face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOrientationTag.html#ac3ccee3ad382def594bbe1cc44d22464',1,'amrex::Array4BoxOrientationTag::face()']]], + ['face_5fcons_5flinear_5finterp_16063',['face_cons_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aef04bbef497235eff84bbe005d2dd5dc',1,'amrex']]], + ['face_5fdivfree_5finterp_16064',['face_divfree_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ac63805de43a5687215fb203dc3495abc',1,'amrex']]], + ['face_5flinear_5finterp_16065',['face_linear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2079e72d4d0c28adef63dabe23fc630e',1,'amrex']]], + ['fact_5fcrse_5fpatch_16066',['fact_crse_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a09b8fcc80fd25192f68c5ee368097317',1,'amrex::FabArrayBase::FPinfo']]], + ['fact_5ffine_5fpatch_16067',['fact_fine_patch',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a8754fd4dda86c92795899a42b97f547c',1,'amrex::FabArrayBase::FPinfo']]], + ['factory_16068',['factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a380f7d1b289a6802248ece2786b86565',1,'amrex::HypreNodeLap']]], + ['faheadermap_16069',['faHeaderMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a60cd1a78a793b7a4ce54e70da0f0dd55',1,'amrex::StateData']]], + ['faindex_16070',['faIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#afdb4b80e717d79ddc293c138b190fb51',1,'amrex::VisMF::FabReadLink']]], + ['faint_16071',['Faint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#aec25a4181c246941fa29e862e4443b85',1,'amrex::Font']]], + ['fast_5fabs_5ftol_16072',['fast_abs_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4ec1caa1e60f0282b7a8e76dffe856ee',1,'amrex::IntegratorBase']]], + ['fast_5fls_16073',['fast_LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a01b848aa7893bf78e2e35fd06fbd7cb3',1,'amrex::SundialsIntegrator']]], + ['fast_5fmethod_16074',['fast_method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5cfec966ca58dd33ed8e74a008e20544',1,'amrex::SundialsIntegrator']]], + ['fast_5frel_5ftol_16075',['fast_rel_tol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a1be9f819915ff16d7883d0ebd8009e66',1,'amrex::IntegratorBase']]], + ['fast_5fstepper_16076',['fast_stepper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a3e3e8344b419706698fc343e5d8de07c',1,'amrex::SundialsIntegrator']]], + ['fast_5ftime_5fstep_16077',['fast_time_step',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a4fe63921d4507e1af5f2df9fdbe66047',1,'amrex::IntegratorBase']]], + ['fast_5ftype_16078',['fast_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ae224ea13658a51b096ef3aee9a9f06c5',1,'amrex::SundialsIntegrator']]], + ['fb_16079',['fb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#a12405182d3038f333d621aaf7ba0de9f',1,'amrex::FBData']]], + ['fbd_16080',['fbd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::EBCellFlagFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< PetscInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::CutFab >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::BaseFab< AtomicInt > >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'amrex::FabArray::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< TagBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< IArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< FArrayBox >::fbd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4bec341c204bf002ce9ea2d636e94f56',1,'FabArray< amrex::Mask >::fbd()']]], + ['fdm_16081',['fdm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#ad69bb2d630508a55b5a60e7756c3540f',1,'amrex::BoxIndexerND']]], + ['fe_16082',['fe',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#ac6bd65791ecd3832597283141221f47e',1,'amrex::SundialsUserData']]], + ['ff_16083',['ff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a7804a845e951d54af75e92d34adc2930',1,'amrex::SundialsUserData']]], + ['fhi_16084',['fhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#ac69bf20012d9de954c40e509392a6148',1,'amrex::MLMGPSTag']]], + ['fi_16085',['fi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SundialsUserData.html#a040d572683a6b4367f39248d36e2cb13',1,'amrex::SundialsUserData']]], + ['fifteen_16086',['fifteen',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4461444e428f4382ebae724a72ae6fdb',1,'amrex_constants_module']]], + ['fifth_16087',['fifth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ab4479f063e724b85e86eb4f94419bf59',1,'amrex_constants_module']]], + ['file_5fname_16088',['file_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#aabfb7ef7f6c054124db081f9fd506782',1,'amrex::PrintToFile']]], + ['file_5fname_5fdigits_16089',['file_name_digits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1d325f8ad0d5d179fc7fcee0f35f0500',1,'amrex::Amr']]], + ['fileglobalminmax_16090',['FILEGLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaba96691ea8224cc3ccf1b9b54dfff4b3',1,'amrex::Amrvis']]], + ['filekeyword_16091',['FileKeyword',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a44318f1c5a43d3c6ef6cd9f0fda99ea2',1,'amrex::ParmParse']]], + ['filename_16092',['fileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2150ba5a6169670f1cfcebc9f7596b27',1,'amrex::DataServices::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a4df5dd3c6ea8e7d13ed01d4e181e78c4',1,'amrex::StreamRetry::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#a69a7603f195974cae55c552c05b3ba32',1,'RegionsProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a20f26cad91bc22e7f5509e046bfe8369',1,'CommProfStats::DataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a56b43f09fbaba7258908a31e790fd2d5',1,'BLProfStats::BLPDataBlock::fileName()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a68af42ba1e62a0b858d0f9075d9a44e6',1,'amrex::AmrData::fileName()']]], + ['filenumber_16093',['fileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ab7f699657b24b33c1b56a64dd6887c47',1,'amrex::NFilesIter']]], + ['filenumberswriteorder_16094',['fileNumbersWriteOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af79193f1c65df83e1998042123690bec',1,'amrex::NFilesIter']]], + ['fileoffset_16095',['fileOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabReadLink.html#ae58b44ddc77631e4a5829b09e61a0236',1,'amrex::VisMF::FabReadLink']]], + ['fileprefix_16096',['filePrefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7491b9b7bee6d89900b7948670ea6425',1,'amrex::NFilesIter']]], + ['fileprefixprepost_16097',['filePrefixPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'amrex::ParticleContainer_impl::filePrefixPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa059f60f99bc3f5a3bcf24cdb6638920',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::filePrefixPrePost()']]], + ['filestream_16098',['fileStream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a5aaa489ed5f07c1d0111647857d2f72f',1,'amrex::NFilesIter']]], + ['filesubregionminmax_16099',['FILESUBREGIONMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea3533c650a6b1c7ce0bfe944376ffe17d',1,'amrex::Amrvis']]], + ['filetype_16100',['fileType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a55f80ce2d869787fb73ec8acb5383864',1,'amrex::AmrData::fileType()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a974e2ca92baf2acb0925fe1d4168c38c',1,'amrex::DataServices::fileType()']]], + ['fileuserminmax_16101',['FILEUSERMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea6b4802e2429bba442dc07b4022a1d96c',1,'amrex::Amrvis']]], + ['fillboxid_16102',['fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#abe60f2cf30aac61d68454a6823d1e3a4',1,'amrex::FabCopyDescriptor::fillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#af506bfcebba0efde3dc8f5dbf9244191',1,'amrex::FabArrayBase::FabComTag::fillBoxId()']]], + ['fillboxlists_16103',['fillBoxLists',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a25c3be6b76307b6ea7c6b75c2f1036fd',1,'amrex::XYPlotDataList']]], + ['filllocally_16104',['FillLocally',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a3de07fb14bde47411225509d67e0bda1',1,'amrex']]], + ['fillremotely_16105',['FillRemotely',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f13be15ca764e94680df68d8b9505d6a8d7828a9196bfb084013996640e84bd4',1,'amrex']]], + ['filltype_16106',['fillType',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#acbfb910d7582f3e32b2e263e1581e382',1,'amrex::FabCopyDescriptor']]], + ['fillvararrayoffabs_16107',['FillVarArrayOfFabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a43f59cb422b6dfd7c8ddd1da1b748092',1,'amrex::DataServices']]], + ['fillvarmultifab_16108',['FillVarMultiFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a771038382eed1afc9937f305dd7d6a99',1,'amrex::DataServices']]], + ['fillvaronefab_16109',['FillVarOneFab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a40aed13acee70704bf8458966f292801',1,'amrex::DataServices']]], + ['filtertimeranges_16110',['filterTimeRanges',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a280bcf247ab0b852e9e87cb757388f6b',1,'BLProfStats']]], + ['final_5ffill_5fbc_16111',['final_fill_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a2e4658b153dbf32716f539161d0b879e',1,'amrex::MLMGT']]], + ['finalized_16112',['finalized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a371e17b5bdd1d743dd9ac0a8bb1bced9',1,'amrex::MFIter']]], + ['fine_5fcell_16113',['fine_cell',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a2fa5d865b2e74dc30d9578fb547894ed',1,'amrex::nodelap_detail::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__eb__flux__reg__nd__module.html#aa221a3ae37a8e49741bf7503ddfbf026',1,'amrex_eb_flux_reg_nd_module::fine_cell()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a98d014f8977101cb5406c3437897763ca4438d5a5594d291716164dd529a902cd',1,'amrex::YAFluxRegisterT::fine_cell()']]], + ['fine_5fgrid_5fidx_16114',['fine_grid_idx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#aca354eb516dc263308380e26666bb0b7',1,'amrex::FabArrayBase::CFinfo']]], + ['fine_5flevel_16115',['fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a43c7c6ca83e0c49296f131ecf5eb8b0e',1,'amrex::FluxRegister']]], + ['fine_5fnode_16116',['fine_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a44a771868b3300cfbd325b977e5f9405',1,'amrex::nodelap_detail']]], + ['fine_5fratio_16117',['fine_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a109f988dd098fdb2a6b854a742015397',1,'amrex::AmrLevel']]], + ['finebnd_16118',['finebnd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#a84bd1ce2743440bc77f2be80eea8bee4',1,'amrex::Extrapolater']]], + ['fineindex_16119',['fineIndex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#aea1dff058968ff389de6b6f7535de577',1,'amrex::FabArrayBase::FabComTag']]], + ['finest_5famr_5flev_16120',['finest_amr_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8dcbe08a11647df4d03789590bdc1de0',1,'amrex::MLMGT']]], + ['finest_5flevel_16121',['finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a7a466d1cfea1c18c35128fb5a7c5793f',1,'amrex::AmrMesh']]], + ['finestbox_16122',['finestBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#ada3a3b61091ef724c8bb5c03ff6a6084',1,'amrex::OrderedBoxes']]], + ['finestlevel_16123',['finestLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a6284a1347eff4eb0f6f6bdb2f4417354',1,'amrex::AmrData::finestLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#af6ce90c319a7c5388903fcfc2aae1f43',1,'CommProfStats::finestLevel()']]], + ['finishedreading_16124',['finishedReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a85a53512b313a24369fca3a3a53dbdb9',1,'amrex::NFilesIter']]], + ['finishedwriting_16125',['finishedWriting',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a7f0df2d517d11041df8498eedf986153',1,'amrex::NFilesIter']]], + ['first_16126',['FIRST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a0f0d0333ed203bc31cd4c28900c2d77c',1,'amrex::ParmParse']]], + ['first_5fplotfile_16127',['first_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#af12817d167774c57ed1c1f24bb03954a',1,'amrex::Amr']]], + ['first_5fsmallplotfile_16128',['first_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aacd36827f62f4c412e11818f70bda156',1,'amrex::Amr']]], + ['five_16129',['five',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a7469c455ff0cedccfe42c39814622d44',1,'amrex_constants_module']]], + ['five12th_16130',['five12th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a16b4fbe0e606a90fa3ba0cdf682fd56d',1,'amrex_constants_module']]], + ['five32nd_16131',['five32nd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ad3fd6c63d0c0954f675fe3b37ea0223d',1,'amrex_constants_module']]], + ['five3rd_16132',['five3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a884b54aef39c5c0ccba71be9614da8ea',1,'amrex_constants_module']]], + ['five6th_16133',['five6th',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a5321716779ead3e7f70ea68bdbd2fb8b',1,'amrex_constants_module']]], + ['flag_16134',['flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFIter_1_1DeviceSync.html#ae0735abae42447ec4d484a5d3fd93a87',1,'amrex::MFIter::DeviceSync::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1RetSum.html#a237e9da276b87d96f439acec1e3db563',1,'amrex::Scan::RetSum::flag()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab630a116c4a01a64f68d4a8a1592360f',1,'amrex::EBCellFlag::flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a02795942f0ecd9ff232334b4c4ccdb20',1,'amrex::EB2::Neighbor::flag()']]], + ['flag_5finvoked_16135',['flag_invoked',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#ad9801acca834dcbc7ec55dd3c34f48aa',1,'amrex::ForkJoin']]], + ['flag_5fverbose_16136',['flag_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ForkJoin.html#a943794e0f810e216579ad8156d11cd20',1,'amrex::ForkJoin']]], + ['flags_16137',['flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a1184620f493f560be355cf02e5a0e619',1,'amrex::MFIter']]], + ['flo_16138',['flo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a4aad32731fdd8c6fc4165947c7959ec8',1,'amrex::MLMGPSTag']]], + ['fname_16139',['fname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a8691b33b40a313ca7ffe01a287f57dff',1,'amrex::TinyProfiler::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a38621bfbdcc37e8e877df3a96bf3c5e3',1,'amrex::TinyProfiler::ProcStats::fname()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ad67743332ab69e7c9bc65a551c4b9eb7',1,'amrex::TinyProfiler::MemProcStats::fname()']]], + ['fnamenumber_16140',['fnameNumber',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#ac01a3f5eb9b5f39ea6fbc013381f9e15',1,'BLProfStats::CallTreeNode']]], + ['fnameremap_16141',['fnameRemap',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ad939cb55c98e57e3999caabc8096c2e7',1,'RegionsProfStats']]], + ['forked_16142',['forked',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#a335de4835763f4875e6c6089f5e739c9',1,'amrex::ForkJoin::MFFork']]], + ['format_16143',['format',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a8cb9b648353fe9b5fb90cdfccf5b0c89',1,'amrex::FArrayBox']]], + ['four_16144',['four',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aab3ec0e1c5a8f711f4923fc6d3f8a215',1,'amrex_constants_module']]], + ['four3rd_16145',['four3rd',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a1bfb1e07f7cf927956882af149986c7d',1,'amrex_constants_module']]], + ['fourth_16146',['fourth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a04f6986662b60baad0ef6dfc00b3d3f0',1,'amrex_constants_module']]], + ['fr_16147',['fr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#ae4c7fcfb3c69266545dd3f84af9b1115',1,'amrex::RealDescriptor']]], + ['frames_16148',['frames',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelContext.html#a7f3a69943ec56b1596e37eef30f8c0f9',1,'amrex::ParallelContext']]], + ['free_16149',['free',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1ImplicitIntegral.html#aa83b553298a2020fb6ebd7c21e236689',1,'amrex::algoim::ImplicitIntegral']]], + ['frequency_16150',['frequency',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituBridge.html#a1f8a76f22bde94cbfc3c495aa50877e7',1,'amrex::InSituBridge']]], + ['fromproc_16151',['fromProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#a202904aa6d60c2cd616182957d41fe66',1,'amrex::FabArrayBase::FabComTag::fromProc()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1SendRecvPair.html#a532ce884eade8499d8db3c56c3ec66a7',1,'CommProfStats::SendRecvPair::fromProc()']]], + ['ftype_16152',['ftype',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#aaf0d2b037f4bfd9b5216a0a799dcfbf8',1,'amrex::parser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#ae6489e0fb7a5a08fe269c3d428baacaf',1,'amrex::iparser_f1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#af6bd8deb6f780b7f9078e5e86df76707',1,'amrex::iparser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a41de9f56e8ed6a15ee641b476148c25a',1,'amrex::iparser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF1.html#ac9d6cad609c7461807d5bc5150f00954',1,'amrex::IParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__B.html#a62007475d4ab8fbc995e43678912044d',1,'amrex::IParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeF2__F.html#aaad1b348b5afa2911cf4edcde0d14d08',1,'amrex::IParserExeF2_F::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a64c4972956d99a93eae3ded417a94e74',1,'amrex::parser_f2::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#af480e24f7880857ba4ee5710e1e2f823',1,'amrex::parser_f3::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF1.html#a4836ce4c26c643a2da9d8c8efbc0ae02',1,'amrex::ParserExeF1::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__B.html#ac7050f924310ab62e44bdb3c1bebc34b',1,'amrex::ParserExeF2_B::ftype()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeF2__F.html#adaa66210d4f097a9a20072b64f2d02a1',1,'amrex::ParserExeF2_F::ftype()']]], + ['fullfilename_16153',['fullFileName',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a153902641555fc709b3befb6a4c6e881',1,'amrex::NFilesIter']]], + ['func_16154',['func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a10804ba5e49805dde6c9343a0998b475',1,'amrex::DeriveRec']]], + ['func_5f3d_16155',['func_3d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a540136f9f500bb35628b3e034161bd51',1,'amrex::DeriveRec']]], + ['func_5ffab_16156',['func_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#af68c5991f26f4c0642a77d0c03009f3e',1,'amrex::DeriveRec']]], + ['func_5fmf_16157',['func_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a1771b2a939059eb7f6c19b064d633ea4',1,'amrex::DeriveRec']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_7.js b/amrex-hydro/Doxygen/html/search/variables_7.js index c405ab2..9f495f5 100644 --- a/amrex-hydro/Doxygen/html/search/variables_7.js +++ b/amrex-hydro/Doxygen/html/search/variables_7.js @@ -1,38 +1,38 @@ var searchData= [ - ['gcc_5fmap_5fnode_5fextra_5fbytes_16080',['gcc_map_node_extra_bytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8',1,'amrex']]], - ['geom_16081',['geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a239ef06043779ea301395ae14876d6cb',1,'amrex::AmrMesh::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a571b97b176d8618fba71f56c8b44a7c8',1,'amrex::AmrLevel::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a6313812bf3fe1b6c628ad07679244354',1,'amrex::StateDataPhysBCFunct::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#afca4d4cd5e3361c1d6fd1c64eff38141',1,'amrex::PETScABecLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a97c4612c2a7f58b47c36ec710cb1b0f6',1,'amrex::Hypre::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a3ec12508ffa505780af64ebc27188233',1,'amrex::HypreNodeLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae4436ce0d60dc60cd15ff3ab3c2ed7a7',1,'amrex::BndryDataT::geom()']]], - ['geomelements_16082',['geomElements',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aa2fa17ff2ba083371845090960b56abc',1,'amrex::EB2::SplineIF']]], - ['ghost_5fint_5fcomp_16083',['ghost_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a686b95f083fdf17811b9933e189326db',1,'amrex::NeighborParticleContainer']]], - ['ghost_5freal_5fcomp_16084',['ghost_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abaca3cff5c84aa26d0e6c4a454af00cd',1,'amrex::NeighborParticleContainer']]], - ['ghostparticleid_16085',['GhostParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a24df8a9162e3ff47d7bffbdbc04d660b',1,'amrex::LongParticleIds']]], - ['glmap_16086',['glMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4bc1d2909ad88865d5905ea827e62918',1,'CommProfStats']]], - ['global_5fdepth_16087',['global_depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae7befef46d2ca9e3de4299f950647451',1,'amrex::TinyProfiler']]], - ['globalblockid_16088',['globalBlockId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a34ceb81cdda9c8d6009bc86cfbd7581f',1,'amrex::Gpu::GridSize']]], - ['globalminmax_16089',['GLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaab6fadb81d010967ae7f2188711d1648',1,'amrex::Amrvis']]], - ['glsizemap_16090',['glSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab58dec894c1338d3e1691e0770507811',1,'CommProfStats']]], - ['gp_16091',['gp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a886bcabd4fa635b87082757fb595cc6c',1,'amrex::openbc::MomTag']]], - ['gpercent_16092',['gPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa9cbfb5bc0b3ad413e06060864eed0f8',1,'BLProfStats']]], - ['gpu_16093',['GPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78',1,'amrex::BinPolicy']]], - ['gpu_5frand_5fstate_16094',['gpu_rand_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866',1,'amrex']]], - ['gpu_5fstream_16095',['gpu_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a44b4d2d558f0b94c682dcc9a26f7e666',1,'amrex::Gpu::Device']]], - ['gpu_5fstream_5fpool_16096',['gpu_stream_pool',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a367f9e7d41a6be0c7822f3dc358b0e4e',1,'amrex::Gpu::Device']]], - ['gpusuccess_16097',['gpuSuccess',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38',1,'amrex']]], - ['grad_16098',['GRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a7b0d9cc09c139a180df7015ea53e8690',1,'amrex::AMRErrorTag']]], - ['graph_16099',['graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a62db2713a2f38292c423242527ff1e0a',1,'amrex::HypreABecLap2']]], - ['gray_16100',['Gray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8400a9113fb3f95e33ff7db8dfb68e5b',1,'amrex::BGColor::Gray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf',1,'amrex::FGColor::Gray()']]], - ['greater_16101',['GREATER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5ae1d7bebf58c0f94e82726c03448ef942',1,'amrex::AMRErrorTag']]], - ['green_16102',['Green',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a83ccac0d2c470652e3a555eb8ae5400e',1,'amrex::BGColor::Green()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4',1,'amrex::FGColor::Green()']]], - ['grid_16103',['grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ab55ece948b6a78f3ac9ece3db8abea57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507eaebc8572ee916d3308b3e24ac38ed8121',1,'amrex::NeighborParticleContainer::MaskComps::grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a306b19b425bf46d46607c66da53fb3f6',1,'amrex::HypreABecLap::grid()']]], - ['grid_5feff_16104',['grid_eff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a8932f2846ed22b769126d4783f76107a',1,'amrex::AmrInfo']]], - ['grid_5fid_16105',['grid_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#aee39264037329ffaf4685f535a763ed4',1,'amrex::NeighborParticleContainer::NeighborCommTag::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a9c0de4b09bf5398064924b22bc1ae654',1,'amrex::NeighborParticleContainer::NeighborTask::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#aee2840e31f2d1ffeecfa91964072553e',1,'amrex::NeighborCode::grid_id()']]], - ['gridline_16106',['gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd0ed1322eaf065f16a171081fb46668',1,'amrex::XYPlotDataList']]], - ['gridlochi_16107',['gridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7d683070bd9df75f69f1f11257baff26',1,'amrex::AmrData']]], - ['gridloclo_16108',['gridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28d407574c4e864763d7e30c5374a5f7',1,'amrex::AmrData']]], - ['gridlog_16109',['gridlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8faf7f22cccf4da975ca761f1920f5e8',1,'amrex::Amr']]], - ['gridmap_16110',['gridmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#aadae10ad5bacae5bceadd4eea37b12c6',1,'distribution_t']]], - ['grids_16111',['grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8454e30c3a460081f89df8154babd952',1,'amrex::HypreNodeLap::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7a3b275665dcd4803b3780a02e36b48',1,'amrex::StateData::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3661eefa8a7bc8f810c39fdc6f8fb350',1,'amrex::BndryRegisterT::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae53347adc8a239367f153d3705a8ed25',1,'amrex::AmrMesh::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5ffc98d138f381698b2a61fc6cb2ce01',1,'amrex::AmrLevel::grids()']]], - ['group_16112',['group',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2cb41a80f7a3c545e1e537bf84acbbc9',1,'amrex::ParallelContext::Frame']]], - ['groupsets_16113',['groupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae979bf2ecefe688126ee3f348ea609ce',1,'amrex::NFilesIter::groupSets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51fdeeea196eac049978076bf6671720',1,'amrex::VisMF::groupSets()']]], - ['growth_5ffactor_16114',['growth_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42',1,'amrex::VectorGrowthStrategy']]] + ['gcc_5fmap_5fnode_5fextra_5fbytes_16158',['gcc_map_node_extra_bytes',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae9f4a54b51971f15803c95c7f677c1b8',1,'amrex']]], + ['geom_16159',['geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a239ef06043779ea301395ae14876d6cb',1,'amrex::AmrMesh::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a571b97b176d8618fba71f56c8b44a7c8',1,'amrex::AmrLevel::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDataPhysBCFunct.html#a6313812bf3fe1b6c628ad07679244354',1,'amrex::StateDataPhysBCFunct::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#afca4d4cd5e3361c1d6fd1c64eff38141',1,'amrex::PETScABecLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a97c4612c2a7f58b47c36ec710cb1b0f6',1,'amrex::Hypre::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a3ec12508ffa505780af64ebc27188233',1,'amrex::HypreNodeLap::geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ae4436ce0d60dc60cd15ff3ab3c2ed7a7',1,'amrex::BndryDataT::geom()']]], + ['geomelements_16160',['geomElements',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SplineIF.html#aa2fa17ff2ba083371845090960b56abc',1,'amrex::EB2::SplineIF']]], + ['ghost_5fint_5fcomp_16161',['ghost_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a686b95f083fdf17811b9933e189326db',1,'amrex::NeighborParticleContainer']]], + ['ghost_5freal_5fcomp_16162',['ghost_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abaca3cff5c84aa26d0e6c4a454af00cd',1,'amrex::NeighborParticleContainer']]], + ['ghostparticleid_16163',['GhostParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a24df8a9162e3ff47d7bffbdbc04d660b',1,'amrex::LongParticleIds']]], + ['glmap_16164',['glMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a4bc1d2909ad88865d5905ea827e62918',1,'CommProfStats']]], + ['global_5fdepth_16165',['global_depth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#ae7befef46d2ca9e3de4299f950647451',1,'amrex::TinyProfiler']]], + ['globalblockid_16166',['globalBlockId',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a34ceb81cdda9c8d6009bc86cfbd7581f',1,'amrex::Gpu::GridSize']]], + ['globalminmax_16167',['GLOBALMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eaab6fadb81d010967ae7f2188711d1648',1,'amrex::Amrvis']]], + ['glsizemap_16168',['glSizeMap',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ab58dec894c1338d3e1691e0770507811',1,'CommProfStats']]], + ['gp_16169',['gp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a886bcabd4fa635b87082757fb595cc6c',1,'amrex::openbc::MomTag']]], + ['gpercent_16170',['gPercent',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#aa9cbfb5bc0b3ad413e06060864eed0f8',1,'BLProfStats']]], + ['gpu_16171',['GPU',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#afa152e4ccd5f35d821d3fa5ec76d6c78',1,'amrex::BinPolicy']]], + ['gpu_5frand_5fstate_16172',['gpu_rand_state',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5aa4a92b1c9940d028c38628ec7a866',1,'amrex']]], + ['gpu_5fstream_16173',['gpu_stream',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a44b4d2d558f0b94c682dcc9a26f7e666',1,'amrex::Gpu::Device']]], + ['gpu_5fstream_5fpool_16174',['gpu_stream_pool',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a367f9e7d41a6be0c7822f3dc358b0e4e',1,'amrex::Gpu::Device']]], + ['gpusuccess_16175',['gpuSuccess',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad449c6a61a817b311238986b4ef19e38',1,'amrex']]], + ['grad_16176',['GRAD',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a7b0d9cc09c139a180df7015ea53e8690',1,'amrex::AMRErrorTag']]], + ['graph_16177',['graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a62db2713a2f38292c423242527ff1e0a',1,'amrex::HypreABecLap2']]], + ['gray_16178',['Gray',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a8400a9113fb3f95e33ff7db8dfb68e5b',1,'amrex::BGColor::Gray()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a3f3bb7bbfeb1447b5542c7fd47eb71bf',1,'amrex::FGColor::Gray()']]], + ['greater_16179',['GREATER',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5ae1d7bebf58c0f94e82726c03448ef942',1,'amrex::AMRErrorTag']]], + ['green_16180',['Green',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a83ccac0d2c470652e3a555eb8ae5400e',1,'amrex::BGColor::Green()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#aae3403f6980e1c0d60774d007a6590f4',1,'amrex::FGColor::Green()']]], + ['grid_16181',['grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ab55ece948b6a78f3ac9ece3db8abea57',1,'amrex::NeighborParticleContainer::NeighborCopyTag::grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507eaebc8572ee916d3308b3e24ac38ed8121',1,'amrex::NeighborParticleContainer::MaskComps::grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap.html#a306b19b425bf46d46607c66da53fb3f6',1,'amrex::HypreABecLap::grid()']]], + ['grid_5feff_16182',['grid_eff',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a8932f2846ed22b769126d4783f76107a',1,'amrex::AmrInfo']]], + ['grid_5fid_16183',['grid_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#aee39264037329ffaf4685f535a763ed4',1,'amrex::NeighborParticleContainer::NeighborCommTag::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborTask.html#a9c0de4b09bf5398064924b22bc1ae654',1,'amrex::NeighborParticleContainer::NeighborTask::grid_id()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborCode.html#aee2840e31f2d1ffeecfa91964072553e',1,'amrex::NeighborCode::grid_id()']]], + ['gridline_16184',['gridline',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#abd0ed1322eaf065f16a171081fb46668',1,'amrex::XYPlotDataList']]], + ['gridlochi_16185',['gridLocHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a7d683070bd9df75f69f1f11257baff26',1,'amrex::AmrData']]], + ['gridloclo_16186',['gridLocLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a28d407574c4e864763d7e30c5374a5f7',1,'amrex::AmrData']]], + ['gridlog_16187',['gridlog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8faf7f22cccf4da975ca761f1920f5e8',1,'amrex::Amr']]], + ['gridmap_16188',['gridmap',['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#aadae10ad5bacae5bceadd4eea37b12c6',1,'distribution_t']]], + ['grids_16189',['grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a8454e30c3a460081f89df8154babd952',1,'amrex::HypreNodeLap::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#af7a3b275665dcd4803b3780a02e36b48',1,'amrex::StateData::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryRegisterT.html#a3661eefa8a7bc8f810c39fdc6f8fb350',1,'amrex::BndryRegisterT::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#ae53347adc8a239367f153d3705a8ed25',1,'amrex::AmrMesh::grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a5ffc98d138f381698b2a61fc6cb2ce01',1,'amrex::AmrLevel::grids()']]], + ['group_16190',['group',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2cb41a80f7a3c545e1e537bf84acbbc9',1,'amrex::ParallelContext::Frame']]], + ['groupsets_16191',['groupSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ae979bf2ecefe688126ee3f348ea609ce',1,'amrex::NFilesIter::groupSets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a51fdeeea196eac049978076bf6671720',1,'amrex::VisMF::groupSets()']]], + ['growth_5ffactor_16192',['growth_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a03d109d27d848ed9f9a2bf219dd34a42',1,'amrex::VectorGrowthStrategy']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_8.js b/amrex-hydro/Doxygen/html/search/variables_8.js index 9d87460..8686446 100644 --- a/amrex-hydro/Doxygen/html/search/variables_8.js +++ b/amrex-hydro/Doxygen/html/search/variables_8.js @@ -1,32 +1,32 @@ var searchData= [ - ['h_5fdata_16115',['h_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#af613bc8ff56b5c8e598e90cd8c61f6b0',1,'amrex::Gpu::Buffer::h_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a51d329542fc90dfadcbe838a312a5470',1,'amrex::Gpu::AsyncArray::h_data()']]], - ['h_5fredistribute_5fint_5fcomp_16116',['h_redistribute_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'amrex::ParticleContainer_impl::h_redistribute_int_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_int_comp()']]], - ['h_5fredistribute_5freal_5fcomp_16117',['h_redistribute_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'amrex::ParticleContainer_impl::h_redistribute_real_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_real_comp()']]], - ['half_16118',['half',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0054397f5649f24a3da0cb5933162018',1,'amrex_constants_module']]], - ['handle_5fsigabrt_16119',['handle_sigabrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c',1,'amrex::system']]], - ['handle_5fsigfpe_16120',['handle_sigfpe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e',1,'amrex::system']]], - ['handle_5fsigill_16121',['handle_sigill',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7',1,'amrex::system']]], - ['handle_5fsigint_16122',['handle_sigint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b',1,'amrex::system']]], - ['handle_5fsigsegv_16123',['handle_sigsegv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378',1,'amrex::system']]], - ['handle_5fsigterm_16124',['handle_sigterm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db',1,'amrex::system']]], - ['has_5fhashmap_16125',['has_hashmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa7702554a15d6a73ffa7a16ee2e017bc',1,'amrex::BARef']]], - ['has_5fmetric_5fterm_16126',['has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a1a95ec842c01374719d2b8929d54f17b',1,'amrex::LPInfo']]], - ['has_5freduction_16127',['has_reduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a794eb89fc4f570378970b9ae6495e8e8',1,'amrex::Gpu::KernelInfo']]], - ['hash_16128',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a734b995447c10c9d1c7b743aaa30e345',1,'amrex::BARef']]], - ['hdrfilenameprepost_16129',['HdrFileNamePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'amrex::ParticleContainer_impl::HdrFileNamePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::HdrFileNamePrePost()']]], - ['helper_16130',['helper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a51f561ca5278fe29a6565881529e9414',1,'amrex::sundials::MemoryHelper']]], - ['hgrid_16131',['hgrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a0da4bed57db562ff033f2250ddca0a65',1,'amrex::HypreABecLap2']]], - ['hi_16132',['hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#aa6ebc6ce0f58172561258c343c9b0921',1,'amrex::ForkJoin::ComponentSet']]], - ['hidden_5fdirection_16133',['hidden_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#acbd4630a533152de976660cbd0c16310',1,'amrex::LPInfo']]], - ['hiddencell_16134',['HIDDENCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a09da97af948ccd39faf2c0b3ed78185f',1,'amrex::InSituUtils']]], - ['hiddenpoint_16135',['HIDDENPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa447a8b1040c94692e04c089e4634dac1',1,'amrex::InSituUtils']]], - ['high_16136',['high',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410ae82bb2777abd5901ea82ca6721b716a8',1,'amrex::Orientation']]], - ['highconnectivitycell_16137',['HIGHCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a3e1bde285ee10aa4deb44c451f20edd6',1,'amrex::InSituUtils']]], - ['hosttodevice_16138',['hostToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4ffc2b3090d34803c0b78ee6f53d22a9',1,'amrex::Gpu']]], - ['hp_16139',['hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type const >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'amrex::MultiArray4::hp()']]], - ['hwm_5fbuilds_16140',['hwm_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#ac85d7c7f2a90d5d1025386987ad4aaa5',1,'amrex::MemProfiler::NBuildsInfo']]], - ['hwm_5fbytes_16141',['hwm_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a8661ed517702715ed45adc3550f8cad0',1,'amrex::MemProfiler::MemInfo']]], - ['hydro_5fcovered_5fval_16142',['hydro_covered_val',['../group__Utilities.html#ga18be12cbdade0dffc87d75b973b79910',1,'hydro_constants.H']]], - ['hypre_5fij_16143',['hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9edf6830b04060921e5fcd8c3b95ab79',1,'amrex::HypreNodeLap::hypre_ij()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5315b73e446b5f629e873416fa8ae149',1,'amrex::HypreABecLap3::hypre_ij()']]] + ['h_5fdata_16193',['h_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#af613bc8ff56b5c8e598e90cd8c61f6b0',1,'amrex::Gpu::Buffer::h_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1AsyncArray.html#a51d329542fc90dfadcbe838a312a5470',1,'amrex::Gpu::AsyncArray::h_data()']]], + ['h_5fredistribute_5fint_5fcomp_16194',['h_redistribute_int_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'amrex::ParticleContainer_impl::h_redistribute_int_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a65100fe165b67994e823d372e4c5256e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_int_comp()']]], + ['h_5fredistribute_5freal_5fcomp_16195',['h_redistribute_real_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'amrex::ParticleContainer_impl::h_redistribute_real_comp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aaa226a4b30b1045dfef949fb868e706b',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::h_redistribute_real_comp()']]], + ['half_16196',['half',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a0054397f5649f24a3da0cb5933162018',1,'amrex_constants_module']]], + ['handle_5fsigabrt_16197',['handle_sigabrt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ac647d6ac7bde6da41a4df17667903f5c',1,'amrex::system']]], + ['handle_5fsigfpe_16198',['handle_sigfpe',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#aed8fbc02ece8f969a07df7eb54699f9e',1,'amrex::system']]], + ['handle_5fsigill_16199',['handle_sigill',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ad37288ab4a9e0c33cb4629bdd7aa9aa7',1,'amrex::system']]], + ['handle_5fsigint_16200',['handle_sigint',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a8b6473a9ec7893519014c5b9f755d75b',1,'amrex::system']]], + ['handle_5fsigsegv_16201',['handle_sigsegv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ab759a6040b265393f64a1df720a00378',1,'amrex::system']]], + ['handle_5fsigterm_16202',['handle_sigterm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a99f27160395aa160e6fa8f3bc2cdf8db',1,'amrex::system']]], + ['has_5fhashmap_16203',['has_hashmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa7702554a15d6a73ffa7a16ee2e017bc',1,'amrex::BARef']]], + ['has_5fmetric_5fterm_16204',['has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a1a95ec842c01374719d2b8929d54f17b',1,'amrex::LPInfo']]], + ['has_5freduction_16205',['has_reduction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1KernelInfo.html#a794eb89fc4f570378970b9ae6495e8e8',1,'amrex::Gpu::KernelInfo']]], + ['hash_16206',['hash',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a734b995447c10c9d1c7b743aaa30e345',1,'amrex::BARef']]], + ['hdrfilenameprepost_16207',['HdrFileNamePrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'amrex::ParticleContainer_impl::HdrFileNamePrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1967a72736444134d0de172ad1358743',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::HdrFileNamePrePost()']]], + ['helper_16208',['helper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1sundials_1_1MemoryHelper.html#a51f561ca5278fe29a6565881529e9414',1,'amrex::sundials::MemoryHelper']]], + ['hgrid_16209',['hgrid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap2.html#a0da4bed57db562ff033f2250ddca0a65',1,'amrex::HypreABecLap2']]], + ['hi_16210',['hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#aa6ebc6ce0f58172561258c343c9b0921',1,'amrex::ForkJoin::ComponentSet']]], + ['hidden_5fdirection_16211',['hidden_direction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#acbd4630a533152de976660cbd0c16310',1,'amrex::LPInfo']]], + ['hiddencell_16212',['HIDDENCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a09da97af948ccd39faf2c0b3ed78185f',1,'amrex::InSituUtils']]], + ['hiddenpoint_16213',['HIDDENPOINT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#ad3ac3134f4a39a0f979b1e491849fa3aa447a8b1040c94692e04c089e4634dac1',1,'amrex::InSituUtils']]], + ['high_16214',['high',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410ae82bb2777abd5901ea82ca6721b716a8',1,'amrex::Orientation']]], + ['highconnectivitycell_16215',['HIGHCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a3e1bde285ee10aa4deb44c451f20edd6',1,'amrex::InSituUtils']]], + ['hosttodevice_16216',['hostToDevice',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a4ffc2b3090d34803c0b78ee6f53d22a9',1,'amrex::Gpu']]], + ['hp_16217',['hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'MultiArray4< value_type const >::hp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MultiArray4.html#ae61df7561d8b7761f5ec90b60fd98a8b',1,'amrex::MultiArray4::hp()']]], + ['hwm_5fbuilds_16218',['hwm_builds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1NBuildsInfo.html#ac85d7c7f2a90d5d1025386987ad4aaa5',1,'amrex::MemProfiler::NBuildsInfo']]], + ['hwm_5fbytes_16219',['hwm_bytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1MemInfo.html#a8661ed517702715ed45adc3550f8cad0',1,'amrex::MemProfiler::MemInfo']]], + ['hydro_5fcovered_5fval_16220',['hydro_covered_val',['../group__Utilities.html#ga18be12cbdade0dffc87d75b973b79910',1,'hydro_constants.H']]], + ['hypre_5fij_16221',['hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a9edf6830b04060921e5fcd8c3b95ab79',1,'amrex::HypreNodeLap::hypre_ij()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5315b73e446b5f629e873416fa8ae149',1,'amrex::HypreABecLap3::hypre_ij()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_9.js b/amrex-hydro/Doxygen/html/search/variables_9.js index 96af34c..a7dcb05 100644 --- a/amrex-hydro/Doxygen/html/search/variables_9.js +++ b/amrex-hydro/Doxygen/html/search/variables_9.js @@ -1,211 +1,211 @@ var searchData= [ - ['i_16144',['i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#ab31802a9ed04a354ae054227b10ec7e0',1,'amrex::DestComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a957055c6af7eabda76b98c1e01e75b58',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::i()']]], - ['i_16145',['I',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#af0de73dc01cde0d016257305cd549250',1,'amrex::NonLocalBC::SwapComponents<-1, J >::I()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#ad0e0feaecbe43eaccf9c81d204c0b8e2',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::I()']]], - ['i_16146',['i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#aa5c3f7babca38810fa13e9b419f9649b',1,'amrex::SrcComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a8c997d8cdc27b43d7f0914cae4e375eb',1,'amrex::ParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#addf6c374aa0554779e951c5953d8eedf',1,'amrex::ParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a7a2a24b39a0a5dad6c4e4226c237d57d',1,'amrex::ParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a592be1db09332edbb17adf31e1db35e6',1,'amrex::ParserExePOWI::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a7e95851162ef26bcbeffd560a1aea20a',1,'amrex::ParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a5d2bc01a123a00e253bed9daeb1873c9',1,'amrex::ParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a44b2a80319993ff7d80bae168243baba',1,'amrex::ParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#abe5cd3bd7d632d10b89767bbd1835c00',1,'amrex::ParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac902bd51a381698bd542d0537bbc68a9',1,'amrex::ParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a77a8c69fe7be49888aa242f357be0b1e',1,'amrex::IParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#ad9bb9a64729c932a1099c21275870135',1,'amrex::IParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#abd8c397b2b73d9b994185b5beaca4983',1,'amrex::IParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#ae140f4a56bf6c337fba05d93e2080c1d',1,'amrex::IParserExeNEG_P::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#ace6b86cd76713a54b9206e07f735817a',1,'amrex::IParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a78823e96ecfa6fc67d4d1e311bec46ff',1,'amrex::IParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a159cd450ea1a6f633f6b207b24c50421',1,'amrex::IParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#a22ef4c57b53b8d2e7ea25dec671d00a3',1,'amrex::IParserExeDIV_PV::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a22f6130ed2ee8aec8310b87445857a2d',1,'amrex::IParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a4cf0f4ee7d7aeac3cb688a3ead54d23f',1,'amrex::IParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#a066e1c46be62a8cedbe83a60abb1efed',1,'amrex::IParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a4cdc6228051c575d7a4397fa8bb076fb',1,'amrex::ParserExeADD_PN::i()']]], - ['i1_16147',['i1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a0d7511e66a8072c65c574dbc4999ba2f',1,'amrex::ParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a0245865ebfd18499fa9dbe7a7e52395c',1,'amrex::ParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a8fcfdc43d8025357d14f0893b3701f4e',1,'amrex::ParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#a029d2d2b4f84a851b54e7152d02f64e7',1,'amrex::ParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a2bce9f1b4fb38b0d986b209f84855531',1,'amrex::IParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa12af242ba4e508a2e4a4f71c71e77e5',1,'amrex::IParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#adf43d15a26dd3cdd0f8817db9927d2bf',1,'amrex::IParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a93ce11199501114782fbfea0f4531241',1,'amrex::IParserExeSUB_PP::i1()']]], - ['i2_16148',['i2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#af2319b7542a3fd1b19f87d19e250575e',1,'amrex::ParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#ade0b248b82e632eab9ebe922b5783cb3',1,'amrex::ParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a12bb0e0be719eb62eb806443c4641dcd',1,'amrex::ParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#af297a176eb8b3d166a861ab9fe49984a',1,'amrex::ParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a101c5925e7465a7234f24a1c985bbf04',1,'amrex::IParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#aef7ff116f35cdeb62483b5a2d340dabc',1,'amrex::IParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa9f578a27d758d12bc3bc75e51aed98d',1,'amrex::IParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a397fc41dd5bbb5244547cb035e4378bd',1,'amrex::IParserExeADD_PP::i2()']]], - ['i_5fb_5fx_16149',['i_B_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa2dc15a8317387997b7599ac5dfb3b36',1,'amrex::algoim']]], - ['i_5fb_5fx_5fy_16150',['i_B_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a75831abb7b9935c452d91372042675cb',1,'amrex::algoim']]], - ['i_5fb_5fx_5fz_16151',['i_B_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b1a77da2c5246064f18bb002865a9f5',1,'amrex::algoim']]], - ['i_5fb_5fxyz_16152',['i_B_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a01c402173effc1376e1e121633ff5f40',1,'amrex::algoim']]], - ['i_5fb_5fy_16153',['i_B_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae87c1a6426de20a1c5f4573bf6f5a08a',1,'amrex::algoim']]], - ['i_5fb_5fy_5fz_16154',['i_B_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9817cf5b40676379c03bacf057a7a11c',1,'amrex::algoim']]], - ['i_5fb_5fz_16155',['i_B_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a354fd3da392bde50d7c9e5fd31a10385',1,'amrex::algoim']]], - ['i_5fs_5fx_16156',['i_S_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a83f836cfcb795ee2e7cf5f031f4e33a5',1,'amrex::algoim']]], - ['i_5fs_5fx2_16157',['i_S_x2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a07474818cba158a836bada961168c817',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fy_16158',['i_S_x2_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a90a6f014a413b05f96c519b9dcab59dd',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fy2_16159',['i_S_x2_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b7ee4491a1bc96aef205aec9d4a3ccc',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fz_16160',['i_S_x2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad88812a86b6d79fee7ad18f445312126',1,'amrex::algoim']]], - ['i_5fs_5fx2_5fz2_16161',['i_S_x2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a82ccbc9a6ef0f35640533a4432e150a7',1,'amrex::algoim']]], - ['i_5fs_5fx_5fy_16162',['i_S_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1563d162ff7c724b049f407982b9376a',1,'amrex::algoim']]], - ['i_5fs_5fx_5fy2_16163',['i_S_x_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a59d00e52a1182ccb7556e0b34969d082',1,'amrex::algoim']]], - ['i_5fs_5fx_5fz_16164',['i_S_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a319d09e3fac406d5c7435495783c51da',1,'amrex::algoim']]], - ['i_5fs_5fx_5fz2_16165',['i_S_x_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad4374cfcd9fd0dcc582d0b7221c7d699',1,'amrex::algoim']]], - ['i_5fs_5fxyz_16166',['i_S_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a5b751a5f2c300635c47ad31a24157604',1,'amrex::algoim']]], - ['i_5fs_5fy_16167',['i_S_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a26347d2ffb8ae0e55a261293b75aae80',1,'amrex::algoim']]], - ['i_5fs_5fy2_16168',['i_S_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae9b79e8e177e12c5d430231f4fa56cee',1,'amrex::algoim']]], - ['i_5fs_5fy2_5fz_16169',['i_S_y2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a906f3ea1a1f5abffc2ce63a2f18c3097',1,'amrex::algoim']]], - ['i_5fs_5fy2_5fz2_16170',['i_S_y2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6dedc899a72f47e8eed563d439589b34',1,'amrex::algoim']]], - ['i_5fs_5fy_5fz_16171',['i_S_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a035ca724de0232c06fb8f932f48dfb5b',1,'amrex::algoim']]], - ['i_5fs_5fy_5fz2_16172',['i_S_y_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a028434e66d37788b7c7aa354d73ed4b3',1,'amrex::algoim']]], - ['i_5fs_5fz_16173',['i_S_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa393d743c81287bc86ed10b61b86013d',1,'amrex::algoim']]], - ['i_5fs_5fz2_16174',['i_S_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad07a32fe98faf4bf2b079e31d5a63fc2',1,'amrex::algoim']]], - ['ibd_5fmax_5forder_5fdef_16175',['IBD_max_order_DEF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a258eb38558243a71923bbc3fc82990ba',1,'amrex::InterpBndryDataT']]], - ['ic_16176',['ic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a99986b3406a40b454717360c972a5725',1,'amrex::Gpu::ComponentBox']]], - ['id_16177',['id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aaa15aa2f29efcb1129570ab6ba798db4',1,'amrex::StateDescriptor']]], - ['id_5foffset_16178',['id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a572e669336638bfcd32956674cea5b07',1,'amrex::HypreNodeLap']]], - ['identity_16179',['identity',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded',1,'amrex::NonLocalBC']]], - ['idir_16180',['iDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a86a670ba1e5f59b903e5cbb047509177',1,'amrex::OrderedBoxes']]], - ['ieee_5fdouble_16181',['ieee_double',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#abdb4c6267365b40cf9675d3180b50634',1,'amrex::FPC']]], - ['ieee_5ffloat_16182',['ieee_float',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#afac92c1763e3625fb356c57f027faf34',1,'amrex::FPC']]], - ['ifabio_16183',['ifabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aebc54540f561b7e5cdb0a92a14ead5ba',1,'amrex::IArrayBox']]], - ['ifile_16184',['ifile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a3216a69095c3102d7197657e89018f7f',1,'amrex::AsyncOut::WriteInfo']]], - ['ilevel_16185',['iLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a6aa1a7ff2985929f15519ad00aa2a550',1,'amrex::OrderedBoxes']]], - ['in_5fbody_16186',['in_body',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3e0822600d48fac2177a0b93671e868a',1,'amrex::EB2::GeometryShop']]], - ['in_5ffluid_16187',['in_fluid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a637784ea6d4098867d78ad901750937a',1,'amrex::EB2::GeometryShop']]], - ['in_5fgraph_5fregion_16188',['in_graph_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3d36026586dd063c89350f39d815285a',1,'amrex::Gpu']]], - ['in_5flaunch_5fregion_16189',['in_launch_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a46c58e76f1942c7eefcf205b3ec3d24c',1,'amrex::Gpu']]], - ['in_5fnosync_5fregion_16190',['in_nosync_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8946d247baac46fe1bc6e81897915366',1,'amrex::Gpu']]], - ['in_5fparallel_5fregion_16191',['in_parallel_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a9949d2a62ee0e670c89942b622ef9ebb',1,'amrex::TinyProfiler']]], - ['in_5fsingle_5fstream_5fregion_16192',['in_single_stream_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a77a9e29985ce3d940d17cad0584d2446',1,'amrex::Gpu']]], - ['includeall_16193',['INCLUDEALL',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a54c51bf557fe09986321162dd762ddd1',1,'BLProfStats']]], - ['includenone_16194',['INCLUDENONE',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a4bc1d99bb527c9cfd1da7ed4e3b543a1',1,'BLProfStats']]], - ['includeset_16195',['includeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2cf8abcd7afbb8e5e307c8420255c061',1,'BLProfStats']]], - ['inclusive_16196',['inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a027e4f65499e79da7007b5f9507c4e4a',1,'amrex::Scan::detail::BlockStatus< T, false >::inclusive()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f',1,'amrex::Scan::Type::inclusive()']]], - ['index_16197',['index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'amrex::ParticleInterpolator::Base::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Linear, amrex::Real >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a0c3808b669899ddde6c26fa5ec26cc1a',1,'amrex::ValLocPair::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Nearest, int >::index()']]], - ['index_5fmap_16198',['index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac482cbbf5ecee6f2593a3e4437623082',1,'amrex::MFIter']]], - ['indexarray_16199',['indexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a15c2b54df8386a9d38216410edce884c',1,'amrex::FabArrayBase']]], - ['indexmap_16200',['indexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a37311b356baf90979545e588fa7f6b6f',1,'amrex::FabArrayBase::TileArray']]], - ['indexundefined_16201',['indexUndefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#abde8301fcb9fb91f30cb12abc376bbc1',1,'amrex::NFilesIter']]], - ['info_16202',['info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'amrex::MLLinOpT::info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'MLLinOpT< Array< MultiFab, 3 > >::info()']]], - ['init_5fsnan_16203',['init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af56588e4621fc35eae763fcb44ad4633',1,'amrex::FArrayBox::init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5',1,'amrex::system::init_snan()']]], - ['initial_5fba_16204',['initial_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a49468e4d346f32d97ab09f48f4ff9dd2',1,'amrex::Amr']]], - ['initial_5fgrids_5ffile_16205',['initial_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aadcea8b0f09483be05ad913b0c9a6e91',1,'amrex::Amr']]], - ['initial_5fvec_5fzeroed_16206',['initial_vec_zeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a69d27f7696e48a507b2840029ed6881b',1,'amrex::MLCGSolverT']]], - ['initialized_16207',['initialized',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81',1,'amrex::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d4b7df27f35926ab4a1377d5864aed8',1,'amrex::FArrayBox::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88d35757727faba3973cc46625237e74',1,'amrex::BoxArray::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a706eeeb8f176a08d3774dd488715bfc1',1,'amrex::BARef::initialized()']]], - ['initval_16208',['initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6657471e6437a4acab5413ea8874ff39',1,'amrex::FArrayBox']]], - ['int_16209',['int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937',1,'amrex']]], - ['int_5farray_5fdata_16210',['int_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a653d4adb055f256961d77c1ec6020388',1,'amrex::ParticleInitType']]], - ['int_5fstruct_5fdata_16211',['int_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a0bd3b566d108db4165d89a0cbb8dd274',1,'amrex::ParticleInitType']]], - ['integrator_5fptr_16212',['integrator_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a945c0ab164fee73db3dcc6cdc38fe216',1,'amrex::TimeIntegrator']]], - ['intent_16213',['intent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#adab1f2dcfd2d52eebf3c6727ef5e37d7',1,'amrex::ForkJoin::MFFork']]], - ['interior_16214',['interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a',1,'amrex::Extrapolater']]], - ['internals_16215',['Internals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a239d7e100aa5e50e2fa73180fd7649ea',1,'amrex::AmrMeshDataAdaptor::Internals()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f3433a6470167d503b3fe0f0e7da3d4',1,'amrex::AmrDataAdaptor::Internals()']]], - ['interpb_16216',['InterpB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca',1,'amrex']]], - ['interpe_16217',['InterpE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3',1,'amrex']]], - ['intersect_5fhix_16218',['intersect_hix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa74ec3120336fb6f18e589e7e31a2fec',1,'amrex::Amr']]], - ['intersect_5fhiy_16219',['intersect_hiy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad89ad8ade0419ea12d1901d4237b9f07',1,'amrex::Amr']]], - ['intersect_5fhiz_16220',['intersect_hiz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b8339a63d2e5a665044f782e929a02f',1,'amrex::Amr']]], - ['intersect_5flox_16221',['intersect_lox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a74f3b055b554426d6404985f46bc5713',1,'amrex::Amr']]], - ['intersect_5floy_16222',['intersect_loy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a63e0fe7c5999847347e2959ef6d35e84',1,'amrex::Amr']]], - ['intersect_5floz_16223',['intersect_loz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac8fbee6b944ffeb46dac1abb6c4e979c',1,'amrex::Amr']]], - ['intersectpoint_16224',['intersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab96876a1b615c3f8da897d2486d87af1',1,'amrex::XYPlotDataList']]], - ['interval_16225',['Interval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434a0135564ab7966e377f4b9fff395b6eb6',1,'amrex::StateDescriptor']]], - ['inv_5fdx_16226',['inv_dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a09a58ce8c24e2ad549c98754fd2adaeb',1,'amrex::CoordSys']]], - ['invalid_16227',['Invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c',1,'amrex::ParticleIdCpus']]], - ['invalid_5ftime_16228',['INVALID_TIME',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2',1,'amrex']]], - ['invalidcontourtype_16229',['INVALIDCONTOURTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323baa990943cd590771c2f07230ef0557850',1,'amrex::Amrvis']]], - ['invalidminmax_16230',['INVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eac6c6458c687d1b60adee77a09a91bef5',1,'amrex::Amrvis']]], - ['invalidrequesttype_16231',['InvalidRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a98b03a82942b04872302d539974d8300',1,'amrex::DataServices']]], - ['invalidtype_16232',['INVALIDTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaae70cfa6a2edfb9a277c9ee45f063e83',1,'amrex::Amrvis']]], - ['inverse_5ftags_16233',['inverse_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab2ef89d2bc69cbfa4ca8f26175d2ce1c',1,'amrex::NeighborParticleContainer']]], - ['io_5fbuffer_16234',['io_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a72265d22f478a8f599486c0dad93f7d7',1,'amrex::NFilesIter']]], - ['io_5fbuffer_5fsize_16235',['IO_Buffer_Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a950522a5cdc10ea0ee5b3ee127612f33a2c8bdbac4eb5f5b7b66bb2b48e4672c8',1,'amrex::VisMFBuffer']]], - ['io_5fmax_5funit_16236',['io_max_unit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226',1,'amrex_io_module']]], - ['io_5fnum_5fprecon_16237',['io_num_precon',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298',1,'amrex_io_module']]], - ['io_5fprecon_5funits_16238',['io_precon_units',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6',1,'amrex_io_module']]], - ['io_5fstdin_16239',['io_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31',1,'amrex_io_module']]], - ['io_5fstdout_16240',['io_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582',1,'amrex_io_module']]], - ['iobuffer_16241',['ioBuffer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a1e023351bf031aee0da7cc17272716ae',1,'amrex::VisMF::PersistentIFStream']]], - ['iobuffersize_16242',['ioBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#ab8b3e050b7f01e4270b0185d0d0e0497',1,'amrex::VisMFBuffer']]], - ['ioprocessor_16243',['ioProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0b576ec45a3e69f29b13abda811d7f7d',1,'amrex::ParallelDescriptor']]], - ['ip_16244',['ip',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a99f7da0f4633b6fc68df7cf4f0d9d398',1,'amrex::parser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#aadd9aea37f3fba909e3801d2520a038f',1,'amrex::iparser_nvp::ip()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a2ceebd378d40320f658d673aa7df8b19',1,'amrex::iparser_symbol::ip()']]], - ['iparser_5fabs_16245',['IPARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8',1,'amrex']]], - ['iparser_5fadd_16246',['IPARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2',1,'amrex']]], - ['iparser_5fadd_5fpp_16247',['IPARSER_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49',1,'amrex']]], - ['iparser_5fadd_5fvp_16248',['IPARSER_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048',1,'amrex']]], - ['iparser_5fand_16249',['IPARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1',1,'amrex']]], - ['iparser_5fassign_16250',['IPARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549',1,'amrex']]], - ['iparser_5fdiv_16251',['IPARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462',1,'amrex']]], - ['iparser_5fdiv_5fpp_16252',['IPARSER_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678',1,'amrex']]], - ['iparser_5fdiv_5fpv_16253',['IPARSER_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18',1,'amrex']]], - ['iparser_5fdiv_5fvp_16254',['IPARSER_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020',1,'amrex']]], - ['iparser_5feq_16255',['IPARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f',1,'amrex']]], - ['iparser_5fexe_5fadd_16256',['IPARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e',1,'amrex']]], - ['iparser_5fexe_5fadd_5fpn_16257',['IPARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348',1,'amrex']]], - ['iparser_5fexe_5fadd_5fpp_16258',['IPARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1',1,'amrex']]], - ['iparser_5fexe_5fadd_5fvn_16259',['IPARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0',1,'amrex']]], - ['iparser_5fexe_5fadd_5fvp_16260',['IPARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fb_16261',['IPARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139',1,'amrex']]], - ['iparser_5fexe_5fdiv_5ff_16262',['IPARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fnv_16263',['IPARSER_EXE_DIV_NV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpn_16264',['IPARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpp_16265',['IPARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fpv_16266',['IPARSER_EXE_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fvn_16267',['IPARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798',1,'amrex']]], - ['iparser_5fexe_5fdiv_5fvp_16268',['IPARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83',1,'amrex']]], - ['iparser_5fexe_5ff1_16269',['IPARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d',1,'amrex']]], - ['iparser_5fexe_5ff2_5fb_16270',['IPARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085',1,'amrex']]], - ['iparser_5fexe_5ff2_5ff_16271',['IPARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d',1,'amrex']]], - ['iparser_5fexe_5fif_16272',['IPARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc',1,'amrex']]], - ['iparser_5fexe_5fjump_16273',['IPARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b',1,'amrex']]], - ['iparser_5fexe_5fmul_16274',['IPARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797',1,'amrex']]], - ['iparser_5fexe_5fmul_5fpn_16275',['IPARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183',1,'amrex']]], - ['iparser_5fexe_5fmul_5fpp_16276',['IPARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae',1,'amrex']]], - ['iparser_5fexe_5fmul_5fvn_16277',['IPARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3',1,'amrex']]], - ['iparser_5fexe_5fmul_5fvp_16278',['IPARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a',1,'amrex']]], - ['iparser_5fexe_5fneg_16279',['IPARSER_EXE_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2',1,'amrex']]], - ['iparser_5fexe_5fneg_5fp_16280',['IPARSER_EXE_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9',1,'amrex']]], - ['iparser_5fexe_5fnull_16281',['IPARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983',1,'amrex']]], - ['iparser_5fexe_5fnumber_16282',['IPARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee',1,'amrex']]], - ['iparser_5fexe_5fsub_16283',['IPARSER_EXE_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571',1,'amrex']]], - ['iparser_5fexe_5fsub_5fpn_16284',['IPARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab',1,'amrex']]], - ['iparser_5fexe_5fsub_5fpp_16285',['IPARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b',1,'amrex']]], - ['iparser_5fexe_5fsub_5fvn_16286',['IPARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c',1,'amrex']]], - ['iparser_5fexe_5fsub_5fvp_16287',['IPARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b',1,'amrex']]], - ['iparser_5fexe_5fsymbol_16288',['IPARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7',1,'amrex']]], - ['iparser_5ff1_16289',['IPARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881',1,'amrex']]], - ['iparser_5ff2_16290',['IPARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3',1,'amrex']]], - ['iparser_5ff3_16291',['IPARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12',1,'amrex']]], - ['iparser_5fflrdiv_16292',['IPARSER_FLRDIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a',1,'amrex']]], - ['iparser_5fgeq_16293',['IPARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8',1,'amrex']]], - ['iparser_5fgt_16294',['IPARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec',1,'amrex']]], - ['iparser_5fif_16295',['IPARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4',1,'amrex']]], - ['iparser_5fleq_16296',['IPARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed',1,'amrex']]], - ['iparser_5flist_16297',['IPARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129',1,'amrex']]], - ['iparser_5flt_16298',['IPARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9',1,'amrex']]], - ['iparser_5fmax_16299',['IPARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1',1,'amrex']]], - ['iparser_5fmin_16300',['IPARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52',1,'amrex']]], - ['iparser_5fmul_16301',['IPARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c',1,'amrex']]], - ['iparser_5fmul_5fpp_16302',['IPARSER_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a',1,'amrex']]], - ['iparser_5fmul_5fvp_16303',['IPARSER_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b',1,'amrex']]], - ['iparser_5fneg_16304',['IPARSER_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9',1,'amrex']]], - ['iparser_5fneg_5fp_16305',['IPARSER_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936',1,'amrex']]], - ['iparser_5fneq_16306',['IPARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad',1,'amrex']]], - ['iparser_5fnumber_16307',['IPARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016',1,'amrex']]], - ['iparser_5for_16308',['IPARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a',1,'amrex']]], - ['iparser_5fpow_16309',['IPARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb',1,'amrex']]], - ['iparser_5fsub_16310',['IPARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3',1,'amrex']]], - ['iparser_5fsub_5fpp_16311',['IPARSER_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549',1,'amrex']]], - ['iparser_5fsub_5fvp_16312',['IPARSER_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65',1,'amrex']]], - ['iparser_5fsymbol_16313',['IPARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99',1,'amrex']]], - ['irregular_16314',['irregular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4',1,'amrex::EB2::Type']]], - ['is_5fconstsoa_5fparticle_16315',['is_constsoa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a80e071292338a77d3575b66fabf8263a',1,'amrex::SoAParticle::is_constsoa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aaf21bca4c9343441d6769e0caf0e3162',1,'amrex::ConstSoAParticle::is_constsoa_particle()']]], - ['is_5fmatrix_5fsingular_16316',['is_matrix_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a7daa97b3caa6216418e78ddf2835ec',1,'amrex::Hypre']]], - ['is_5fparticle_5ftile_5fdata_16317',['is_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'amrex::ParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'amrex::ConstParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()']]], - ['is_5fperiodic_16318',['is_periodic',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a84b1ad3fef8594c10d9ff2000505b20a',1,'amrex::Geometry::is_periodic()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a1c153da19d61edca41192dd82233071b',1,'amrex::GeometryData::is_periodic()']]], - ['is_5fsoa_5fparticle_16319',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ae496c194b170d1cf830b34138e9bdcef',1,'amrex::ConstSoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a36d180f8a098909299fe912363cd096f',1,'amrex::Particle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a7aa22d84c051ea2a2638c7d119438ddd',1,'amrex::SoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#a405b358b98c1d3018c1ff25e268fdc3d',1,'amrex::SoAParticleBase::is_soa_particle()']]], - ['isbasefab_5fv_16320',['IsBaseFab_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa264b7308102fabb2a7356eea1800644',1,'amrex']]], - ['isconvertible_5fv_16321',['IsConvertible_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9',1,'amrex']]], - ['isfabarray_5fv_16322',['IsFabArray_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515',1,'amrex']]], - ['ismultifablike_5fv_16323',['IsMultiFabLike_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce',1,'amrex']]], - ['isopen_16324',['isOpen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1ecab1d0722305f0a0257611aeb1bde',1,'amrex::VisMF::PersistentIFStream']]], - ['isoview_16325',['ISOVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a166072d05a5e20994289f487f0e37c67',1,'amrex::Amrvis']]], - ['ispot_16326',['ispot',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a7b4c2237a0af579e8cf791ac296aa6fc',1,'amrex::AsyncOut::WriteInfo']]], - ['isreading_16327',['isReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afcf233d4914d8cb31a987d6d3283ada4',1,'amrex::NFilesIter']]], - ['ist_5f000_16328',['ist_000',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a03f0847605ea5f82a7c9ef414fd51d25',1,'amrex::nodelap_detail']]], - ['ist_5f00p_16329',['ist_00p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a71584fa39f2889850e6c23438442a327',1,'amrex::nodelap_detail']]], - ['ist_5f0p0_16330',['ist_0p0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2f5d825128f2d4a9580fbeb8a916408',1,'amrex::nodelap_detail']]], - ['ist_5f0pp_16331',['ist_0pp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#aea160434bbdf72ba661f86d3aaeeff10',1,'amrex::nodelap_detail']]], - ['ist_5finv_16332',['ist_inv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2906db9bb7d75cad814e8c9fac22b2c',1,'amrex::nodelap_detail']]], - ['ist_5fp00_16333',['ist_p00',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a336e8b5c43142a459dc8a1352eeade20',1,'amrex::nodelap_detail']]], - ['ist_5fp0p_16334',['ist_p0p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ab458eec5937d357a4d7ca75dc87c84bc',1,'amrex::nodelap_detail']]], - ['ist_5fpp0_16335',['ist_pp0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a215a4d7df0ec09193cac1faf4a8ba1e3',1,'amrex::nodelap_detail']]], - ['ist_5fppp_16336',['ist_ppp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a60c9afb0fe3420da868984513ad96bd0',1,'amrex::nodelap_detail']]], - ['istr_16337',['istr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#ae7bf86f223ccd99d64b03b6d4fecfbd2',1,'amrex::expect']]], - ['italic_16338',['Italic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a1e8bd2419b493e639ae861c50e93e50e',1,'amrex::Font']]], - ['iter_16339',['iter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0fa5976e3bee03e63b07a0848c74380f',1,'amrex::MLCGSolverT']]], - ['iter_5ftime_16340',['iter_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdaf269540ff581645f82a93c665a8a7b2b',1,'amrex::MLMGT']]], - ['iterate_5fon_5fnew_5fgrids_16341',['iterate_on_new_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a937e0b9dc3689884b262936e6c3c0b7d',1,'amrex::AmrInfo']]], - ['ithree_16342',['Ithree',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5dd594847d3357991e8b9cf51e98bd96',1,'SDCstruct']]], - ['itype_16343',['itype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'IndexTypeND< AMREX_SPACEDIM >::itype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'amrex::IndexTypeND::itype()']]], - ['iwritetolevel_16344',['iWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a35de3364c9fb9d815d496ac8fbb31084',1,'amrex::DataServices']]], - ['ix_16345',['ix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad',1,'amrex::interp_detail']]], - ['ixy_16346',['ixy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3',1,'amrex::interp_detail']]], - ['ixyz_16347',['ixyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae',1,'amrex::interp_detail']]], - ['ixz_16348',['ixz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002',1,'amrex::interp_detail']]], - ['iy_16349',['iy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31',1,'amrex::interp_detail']]], - ['iyz_16350',['iyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4',1,'amrex::interp_detail']]], - ['iz_16351',['iz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621',1,'amrex::interp_detail']]] + ['i_16222',['I',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01J_01_4.html#af0de73dc01cde0d016257305cd549250',1,'amrex::NonLocalBC::SwapComponents<-1, J >::I()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#ad0e0feaecbe43eaccf9c81d204c0b8e2',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::I()']]], + ['i_16223',['i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SrcComp.html#aa5c3f7babca38810fa13e9b419f9649b',1,'amrex::SrcComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSymbol.html#a8c997d8cdc27b43d7f0914cae4e375eb',1,'amrex::ParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__VP.html#addf6c374aa0554779e951c5953d8eedf',1,'amrex::ParserExeSUB_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PN.html#a7a2a24b39a0a5dad6c4e4226c237d57d',1,'amrex::ParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExePOWI.html#a592be1db09332edbb17adf31e1db35e6',1,'amrex::ParserExePOWI::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__VP.html#a7e95851162ef26bcbeffd560a1aea20a',1,'amrex::ParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PN.html#a5d2bc01a123a00e253bed9daeb1873c9',1,'amrex::ParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__VP.html#a44b2a80319993ff7d80bae168243baba',1,'amrex::ParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PN.html#abe5cd3bd7d632d10b89767bbd1835c00',1,'amrex::ParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__VP.html#ac902bd51a381698bd542d0537bbc68a9',1,'amrex::ParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PN.html#a4cdc6228051c575d7a4397fa8bb076fb',1,'amrex::ParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSymbol.html#a77a8c69fe7be49888aa242f357be0b1e',1,'amrex::IParserExeSymbol::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PN.html#abd8c397b2b73d9b994185b5beaca4983',1,'amrex::IParserExeSUB_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeNEG__P.html#ae140f4a56bf6c337fba05d93e2080c1d',1,'amrex::IParserExeNEG_P::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__VP.html#ace6b86cd76713a54b9206e07f735817a',1,'amrex::IParserExeMUL_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PN.html#a78823e96ecfa6fc67d4d1e311bec46ff',1,'amrex::IParserExeMUL_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__VP.html#a159cd450ea1a6f633f6b207b24c50421',1,'amrex::IParserExeDIV_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PV.html#a22ef4c57b53b8d2e7ea25dec671d00a3',1,'amrex::IParserExeDIV_PV::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PN.html#a22f6130ed2ee8aec8310b87445857a2d',1,'amrex::IParserExeDIV_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__VP.html#a4cf0f4ee7d7aeac3cb688a3ead54d23f',1,'amrex::IParserExeADD_VP::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PN.html#a066e1c46be62a8cedbe83a60abb1efed',1,'amrex::IParserExeADD_PN::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DestComp.html#ab31802a9ed04a354ae054227b10ec7e0',1,'amrex::DestComp::i()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01true_01_4_1_1Data.html#a957055c6af7eabda76b98c1e01e75b58',1,'amrex::Scan::detail::BlockStatus< T, true >::Data::i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__VP.html#ad9bb9a64729c932a1099c21275870135',1,'amrex::IParserExeSUB_VP::i()']]], + ['i1_16224',['i1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#a0d7511e66a8072c65c574dbc4999ba2f',1,'amrex::ParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#a0245865ebfd18499fa9dbe7a7e52395c',1,'amrex::ParserExeSUB_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a8fcfdc43d8025357d14f0893b3701f4e',1,'amrex::ParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#a029d2d2b4f84a851b54e7152d02f64e7',1,'amrex::ParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#a2bce9f1b4fb38b0d986b209f84855531',1,'amrex::IParserExeMUL_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa12af242ba4e508a2e4a4f71c71e77e5',1,'amrex::IParserExeDIV_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#adf43d15a26dd3cdd0f8817db9927d2bf',1,'amrex::IParserExeADD_PP::i1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a93ce11199501114782fbfea0f4531241',1,'amrex::IParserExeSUB_PP::i1()']]], + ['i2_16225',['i2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeMUL__PP.html#af2319b7542a3fd1b19f87d19e250575e',1,'amrex::ParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeSUB__PP.html#ade0b248b82e632eab9ebe922b5783cb3',1,'amrex::ParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeDIV__PP.html#a12bb0e0be719eb62eb806443c4641dcd',1,'amrex::ParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeADD__PP.html#af297a176eb8b3d166a861ab9fe49984a',1,'amrex::ParserExeADD_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeSUB__PP.html#a101c5925e7465a7234f24a1c985bbf04',1,'amrex::IParserExeSUB_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeMUL__PP.html#aef7ff116f35cdeb62483b5a2d340dabc',1,'amrex::IParserExeMUL_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeDIV__PP.html#aa9f578a27d758d12bc3bc75e51aed98d',1,'amrex::IParserExeDIV_PP::i2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeADD__PP.html#a397fc41dd5bbb5244547cb035e4378bd',1,'amrex::IParserExeADD_PP::i2()']]], + ['i_5fb_5fx_16226',['i_B_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa2dc15a8317387997b7599ac5dfb3b36',1,'amrex::algoim']]], + ['i_5fb_5fx_5fy_16227',['i_B_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a75831abb7b9935c452d91372042675cb',1,'amrex::algoim']]], + ['i_5fb_5fx_5fz_16228',['i_B_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b1a77da2c5246064f18bb002865a9f5',1,'amrex::algoim']]], + ['i_5fb_5fxyz_16229',['i_B_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a01c402173effc1376e1e121633ff5f40',1,'amrex::algoim']]], + ['i_5fb_5fy_16230',['i_B_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae87c1a6426de20a1c5f4573bf6f5a08a',1,'amrex::algoim']]], + ['i_5fb_5fy_5fz_16231',['i_B_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a9817cf5b40676379c03bacf057a7a11c',1,'amrex::algoim']]], + ['i_5fb_5fz_16232',['i_B_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a354fd3da392bde50d7c9e5fd31a10385',1,'amrex::algoim']]], + ['i_5fs_5fx_16233',['i_S_x',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a83f836cfcb795ee2e7cf5f031f4e33a5',1,'amrex::algoim']]], + ['i_5fs_5fx2_16234',['i_S_x2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a07474818cba158a836bada961168c817',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fy_16235',['i_S_x2_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a90a6f014a413b05f96c519b9dcab59dd',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fy2_16236',['i_S_x2_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a7b7ee4491a1bc96aef205aec9d4a3ccc',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fz_16237',['i_S_x2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad88812a86b6d79fee7ad18f445312126',1,'amrex::algoim']]], + ['i_5fs_5fx2_5fz2_16238',['i_S_x2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a82ccbc9a6ef0f35640533a4432e150a7',1,'amrex::algoim']]], + ['i_5fs_5fx_5fy_16239',['i_S_x_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1563d162ff7c724b049f407982b9376a',1,'amrex::algoim']]], + ['i_5fs_5fx_5fy2_16240',['i_S_x_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a59d00e52a1182ccb7556e0b34969d082',1,'amrex::algoim']]], + ['i_5fs_5fx_5fz_16241',['i_S_x_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a319d09e3fac406d5c7435495783c51da',1,'amrex::algoim']]], + ['i_5fs_5fx_5fz2_16242',['i_S_x_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad4374cfcd9fd0dcc582d0b7221c7d699',1,'amrex::algoim']]], + ['i_5fs_5fxyz_16243',['i_S_xyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a5b751a5f2c300635c47ad31a24157604',1,'amrex::algoim']]], + ['i_5fs_5fy_16244',['i_S_y',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a26347d2ffb8ae0e55a261293b75aae80',1,'amrex::algoim']]], + ['i_5fs_5fy2_16245',['i_S_y2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ae9b79e8e177e12c5d430231f4fa56cee',1,'amrex::algoim']]], + ['i_5fs_5fy2_5fz_16246',['i_S_y2_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a906f3ea1a1f5abffc2ce63a2f18c3097',1,'amrex::algoim']]], + ['i_5fs_5fy2_5fz2_16247',['i_S_y2_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a6dedc899a72f47e8eed563d439589b34',1,'amrex::algoim']]], + ['i_5fs_5fy_5fz_16248',['i_S_y_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a035ca724de0232c06fb8f932f48dfb5b',1,'amrex::algoim']]], + ['i_5fs_5fy_5fz2_16249',['i_S_y_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a028434e66d37788b7c7aa354d73ed4b3',1,'amrex::algoim']]], + ['i_5fs_5fz_16250',['i_S_z',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#aa393d743c81287bc86ed10b61b86013d',1,'amrex::algoim']]], + ['i_5fs_5fz2_16251',['i_S_z2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#ad07a32fe98faf4bf2b079e31d5a63fc2',1,'amrex::algoim']]], + ['ibd_5fmax_5forder_5fdef_16252',['IBD_max_order_DEF',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpBndryDataT.html#a258eb38558243a71923bbc3fc82990ba',1,'amrex::InterpBndryDataT']]], + ['ic_16253',['ic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#a99986b3406a40b454717360c972a5725',1,'amrex::Gpu::ComponentBox']]], + ['id_16254',['id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aaa15aa2f29efcb1129570ab6ba798db4',1,'amrex::StateDescriptor']]], + ['id_5foffset_16255',['id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a572e669336638bfcd32956674cea5b07',1,'amrex::HypreNodeLap']]], + ['identity_16256',['identity',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#abb7cd050d6dd1aef7603048eeccd7ded',1,'amrex::NonLocalBC']]], + ['idir_16257',['iDir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a86a670ba1e5f59b903e5cbb047509177',1,'amrex::OrderedBoxes']]], + ['ieee_5fdouble_16258',['ieee_double',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#abdb4c6267365b40cf9675d3180b50634',1,'amrex::FPC']]], + ['ieee_5ffloat_16259',['ieee_float',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#afac92c1763e3625fb356c57f027faf34',1,'amrex::FPC']]], + ['ifabio_16260',['ifabio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IArrayBox.html#aebc54540f561b7e5cdb0a92a14ead5ba',1,'amrex::IArrayBox']]], + ['ifile_16261',['ifile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a3216a69095c3102d7197657e89018f7f',1,'amrex::AsyncOut::WriteInfo']]], + ['ilevel_16262',['iLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OrderedBoxes.html#a6aa1a7ff2985929f15519ad00aa2a550',1,'amrex::OrderedBoxes']]], + ['in_5fbody_16263',['in_body',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a3e0822600d48fac2177a0b93671e868a',1,'amrex::EB2::GeometryShop']]], + ['in_5ffluid_16264',['in_fluid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a637784ea6d4098867d78ad901750937a',1,'amrex::EB2::GeometryShop']]], + ['in_5fgraph_5fregion_16265',['in_graph_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a3d36026586dd063c89350f39d815285a',1,'amrex::Gpu']]], + ['in_5flaunch_5fregion_16266',['in_launch_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a46c58e76f1942c7eefcf205b3ec3d24c',1,'amrex::Gpu']]], + ['in_5fnosync_5fregion_16267',['in_nosync_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a8946d247baac46fe1bc6e81897915366',1,'amrex::Gpu']]], + ['in_5fparallel_5fregion_16268',['in_parallel_region',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a9949d2a62ee0e670c89942b622ef9ebb',1,'amrex::TinyProfiler']]], + ['in_5fsingle_5fstream_5fregion_16269',['in_single_stream_region',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Gpu.html#a77a9e29985ce3d940d17cad0584d2446',1,'amrex::Gpu']]], + ['includeall_16270',['INCLUDEALL',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a54c51bf557fe09986321162dd762ddd1',1,'BLProfStats']]], + ['includenone_16271',['INCLUDENONE',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a4bc1d99bb527c9cfd1da7ed4e3b543a1',1,'BLProfStats']]], + ['includeset_16272',['includeSet',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a2cf8abcd7afbb8e5e307c8420255c061',1,'BLProfStats']]], + ['inclusive_16273',['inclusive',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Scan_1_1detail_1_1BlockStatus_3_01T_00_01false_01_4.html#a027e4f65499e79da7007b5f9507c4e4a',1,'amrex::Scan::detail::BlockStatus< T, false >::inclusive()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan_1_1Type.html#adc276b3550668e305c5bc5b482db0c4f',1,'amrex::Scan::Type::inclusive()']]], + ['index_16274',['index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'amrex::ParticleInterpolator::Base::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Linear, amrex::Real >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Base.html#a9e34ea4216c47905ed5b9e44cf7f9822',1,'Base< Nearest, int >::index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ValLocPair.html#a0c3808b669899ddde6c26fa5ec26cc1a',1,'amrex::ValLocPair::index()']]], + ['index_5fmap_16275',['index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ac482cbbf5ecee6f2593a3e4437623082',1,'amrex::MFIter']]], + ['indexarray_16276',['indexArray',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a15c2b54df8386a9d38216410edce884c',1,'amrex::FabArrayBase']]], + ['indexmap_16277',['indexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a37311b356baf90979545e588fa7f6b6f',1,'amrex::FabArrayBase::TileArray']]], + ['indexundefined_16278',['indexUndefined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#abde8301fcb9fb91f30cb12abc376bbc1',1,'amrex::NFilesIter']]], + ['info_16279',['info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'amrex::MLLinOpT::info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad0412f399e1e29e200a2451b371b0133',1,'MLLinOpT< Array< MultiFab, 3 > >::info()']]], + ['init_5fsnan_16280',['init_snan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#af56588e4621fc35eae763fcb44ad4633',1,'amrex::FArrayBox::init_snan()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a21025fe27bc0254f3b270587556fbfa5',1,'amrex::system::init_snan()']]], + ['initial_5fba_16281',['initial_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a49468e4d346f32d97ab09f48f4ff9dd2',1,'amrex::Amr']]], + ['initial_5fgrids_5ffile_16282',['initial_grids_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aadcea8b0f09483be05ad913b0c9a6e91',1,'amrex::Amr']]], + ['initial_5fvec_5fzeroed_16283',['initial_vec_zeroed',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a69d27f7696e48a507b2840029ed6881b',1,'amrex::MLCGSolverT']]], + ['initialized_16284',['initialized',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a706eeeb8f176a08d3774dd488715bfc1',1,'amrex::BARef::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a88d35757727faba3973cc46625237e74',1,'amrex::BoxArray::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a2d4b7df27f35926ab4a1377d5864aed8',1,'amrex::FArrayBox::initialized()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4f43e2df85d0db8585e437a05c9c6a81',1,'amrex::initialized()']]], + ['initval_16285',['initval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a6657471e6437a4acab5413ea8874ff39',1,'amrex::FArrayBox']]], + ['int_16286',['int',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ad2e8127753e9be0ebf531435c6511937',1,'amrex']]], + ['int_5farray_5fdata_16287',['int_array_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a653d4adb055f256961d77c1ec6020388',1,'amrex::ParticleInitType']]], + ['int_5fstruct_5fdata_16288',['int_struct_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInitType.html#a0bd3b566d108db4165d89a0cbb8dd274',1,'amrex::ParticleInitType']]], + ['integrator_5fptr_16289',['integrator_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TimeIntegrator.html#a945c0ab164fee73db3dcc6cdc38fe216',1,'amrex::TimeIntegrator']]], + ['intent_16290',['intent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#adab1f2dcfd2d52eebf3c6727ef5e37d7',1,'amrex::ForkJoin::MFFork']]], + ['interior_16291',['interior',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Extrapolater.html#aebff89225c72118eaf711ad96da1217a',1,'amrex::Extrapolater']]], + ['internals_16292',['Internals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrDataAdaptor.html#a7f3433a6470167d503b3fe0f0e7da3d4',1,'amrex::AmrDataAdaptor::Internals()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMeshDataAdaptor.html#a239d7e100aa5e50e2fa73180fd7649ea',1,'amrex::AmrMeshDataAdaptor::Internals()']]], + ['interpb_16293',['InterpB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfa9d55599aaee42c677bcd175e50bebbca',1,'amrex']]], + ['interpe_16294',['InterpE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a2f30e076962c1c148d279b63851d80dfaea241117e55edc2764d31a18a4740ff3',1,'amrex']]], + ['intersect_5fhix_16295',['intersect_hix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aa74ec3120336fb6f18e589e7e31a2fec',1,'amrex::Amr']]], + ['intersect_5fhiy_16296',['intersect_hiy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ad89ad8ade0419ea12d1901d4237b9f07',1,'amrex::Amr']]], + ['intersect_5fhiz_16297',['intersect_hiz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4b8339a63d2e5a665044f782e929a02f',1,'amrex::Amr']]], + ['intersect_5flox_16298',['intersect_lox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a74f3b055b554426d6404985f46bc5713',1,'amrex::Amr']]], + ['intersect_5floy_16299',['intersect_loy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a63e0fe7c5999847347e2959ef6d35e84',1,'amrex::Amr']]], + ['intersect_5floz_16300',['intersect_loz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac8fbee6b944ffeb46dac1abb6c4e979c',1,'amrex::Amr']]], + ['intersectpoint_16301',['intersectPoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ab96876a1b615c3f8da897d2486d87af1',1,'amrex::XYPlotDataList']]], + ['interval_16302',['Interval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8e14d2e57bdb2fbd440c8c26c8b99434a0135564ab7966e377f4b9fff395b6eb6',1,'amrex::StateDescriptor']]], + ['inv_5fdx_16303',['inv_dx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a09a58ce8c24e2ad549c98754fd2adaeb',1,'amrex::CoordSys']]], + ['invalid_16304',['Invalid',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParticleIdCpus.html#a7dade82513033963b539558d0d2d5e0c',1,'amrex::ParticleIdCpus']]], + ['invalid_5ftime_16305',['INVALID_TIME',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#afdf427459e2b9a7718975c38a36d8be2',1,'amrex']]], + ['invalidcontourtype_16306',['INVALIDCONTOURTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323baa990943cd590771c2f07230ef0557850',1,'amrex::Amrvis']]], + ['invalidminmax_16307',['INVALIDMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98eac6c6458c687d1b60adee77a09a91bef5',1,'amrex::Amrvis']]], + ['invalidrequesttype_16308',['InvalidRequestType',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a98b03a82942b04872302d539974d8300',1,'amrex::DataServices']]], + ['invalidtype_16309',['INVALIDTYPE',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaae70cfa6a2edfb9a277c9ee45f063e83',1,'amrex::Amrvis']]], + ['inverse_5ftags_16310',['inverse_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ab2ef89d2bc69cbfa4ca8f26175d2ce1c',1,'amrex::NeighborParticleContainer']]], + ['io_5fbuffer_16311',['io_buffer',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a72265d22f478a8f599486c0dad93f7d7',1,'amrex::NFilesIter']]], + ['io_5fbuffer_5fsize_16312',['IO_Buffer_Size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#a950522a5cdc10ea0ee5b3ee127612f33a2c8bdbac4eb5f5b7b66bb2b48e4672c8',1,'amrex::VisMFBuffer']]], + ['io_5fmax_5funit_16313',['io_max_unit',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3a0e0d4d2a87976db19e24b101aad226',1,'amrex_io_module']]], + ['io_5fnum_5fprecon_16314',['io_num_precon',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#af6ee31bd3ea05a3cf6c8b71f63364298',1,'amrex_io_module']]], + ['io_5fprecon_5funits_16315',['io_precon_units',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#aed71ac494e0dbdc248d4ceb0013d0de6',1,'amrex_io_module']]], + ['io_5fstdin_16316',['io_stdin',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a60b6d1a7ebbeef734c0ad2b2d1f67e31',1,'amrex_io_module']]], + ['io_5fstdout_16317',['io_stdout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__io__module.html#a3b8b5b3a05b268a9c3ef5e43f60ca582',1,'amrex_io_module']]], + ['iobuffer_16318',['ioBuffer',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#a1e023351bf031aee0da7cc17272716ae',1,'amrex::VisMF::PersistentIFStream']]], + ['iobuffersize_16319',['ioBufferSize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMFBuffer.html#ab8b3e050b7f01e4270b0185d0d0e0497',1,'amrex::VisMFBuffer']]], + ['ioprocessor_16320',['ioProcessor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a0b576ec45a3e69f29b13abda811d7f7d',1,'amrex::ParallelDescriptor']]], + ['ip_16321',['ip',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#aadd9aea37f3fba909e3801d2520a038f',1,'amrex::iparser_nvp::ip()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a2ceebd378d40320f658d673aa7df8b19',1,'amrex::iparser_symbol::ip()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a99f7da0f4633b6fc68df7cf4f0d9d398',1,'amrex::parser_symbol::ip()']]], + ['iparser_5fabs_16322',['IPARSER_ABS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a600c31f56b7c1fc9fed39775fc745399a4cc0cd79656dee4d17762b6ad2096ef8',1,'amrex']]], + ['iparser_5fadd_16323',['IPARSER_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eabcf5ce820d0b4e595bce48b8fe6d8bb2',1,'amrex']]], + ['iparser_5fadd_5fpp_16324',['IPARSER_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea1806c59f6f441a48baff609bf73d5a49',1,'amrex']]], + ['iparser_5fadd_5fvp_16325',['IPARSER_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6cb7d17cbd9374ed24fd9f3192260048',1,'amrex']]], + ['iparser_5fand_16326',['IPARSER_AND',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da48e6f0f0ca53a84ed3d5abed8f9a2aa1',1,'amrex']]], + ['iparser_5fassign_16327',['IPARSER_ASSIGN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea303140b6925cbc72cbec071bf288a549',1,'amrex']]], + ['iparser_5fdiv_16328',['IPARSER_DIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadfd6fe3ec7fd37a80549a7db0ad8c462',1,'amrex']]], + ['iparser_5fdiv_5fpp_16329',['IPARSER_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eac2958d0b9c09b0e11b991f2257191678',1,'amrex']]], + ['iparser_5fdiv_5fpv_16330',['IPARSER_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea54f35dc4d1a7bd6e9cd01a262f98fa18',1,'amrex']]], + ['iparser_5fdiv_5fvp_16331',['IPARSER_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea534ab96269f305c32a56b23f4e60d020',1,'amrex']]], + ['iparser_5feq_16332',['IPARSER_EQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da844af70cd0ff0cd99ff98d9d5110110f',1,'amrex']]], + ['iparser_5fexe_5fadd_16333',['IPARSER_EXE_ADD',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a3aa5ebc870f48d8671c6822bca78c17e',1,'amrex']]], + ['iparser_5fexe_5fadd_5fpn_16334',['IPARSER_EXE_ADD_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab2fdbbd4215b2a68f9419600ea697348',1,'amrex']]], + ['iparser_5fexe_5fadd_5fpp_16335',['IPARSER_EXE_ADD_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5afc61c446b9479b5604a84d4a1345e1',1,'amrex']]], + ['iparser_5fexe_5fadd_5fvn_16336',['IPARSER_EXE_ADD_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af4a9f9c2a8c4946bc3ccf48cf2800fc0',1,'amrex']]], + ['iparser_5fexe_5fadd_5fvp_16337',['IPARSER_EXE_ADD_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a5d373545b16e753833a1de83ee589666',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fb_16338',['IPARSER_EXE_DIV_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a68ec347805cd44d13e623908e35f7139',1,'amrex']]], + ['iparser_5fexe_5fdiv_5ff_16339',['IPARSER_EXE_DIV_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28abc2d01f49b641950408081fac0af47ad',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fnv_16340',['IPARSER_EXE_DIV_NV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28af9b19ba65988eaa6817c8e5c7f4a01d7',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpn_16341',['IPARSER_EXE_DIV_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aae21ba0046dbd5e03413eff57c091563',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpp_16342',['IPARSER_EXE_DIV_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a41262d5e1a88421783a3e74251282af9',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fpv_16343',['IPARSER_EXE_DIV_PV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a732fc6f3f3c0a3fa42817371afc40322',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fvn_16344',['IPARSER_EXE_DIV_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a61e2f764c31190dc19a79b2f518a0798',1,'amrex']]], + ['iparser_5fexe_5fdiv_5fvp_16345',['IPARSER_EXE_DIV_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a69bf2bf34ce4f88f5f92adbda1856e83',1,'amrex']]], + ['iparser_5fexe_5ff1_16346',['IPARSER_EXE_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28ab0ed4840180195b9a6ad04f38fbf587d',1,'amrex']]], + ['iparser_5fexe_5ff2_5fb_16347',['IPARSER_EXE_F2_B',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa67ea243c59289ba8e2bd1bca92e4085',1,'amrex']]], + ['iparser_5fexe_5ff2_5ff_16348',['IPARSER_EXE_F2_F',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a08c799f241d96968e3fd8cf85b9c9f3d',1,'amrex']]], + ['iparser_5fexe_5fif_16349',['IPARSER_EXE_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9eabbc6b1a61bef1db16279b771f6ebc',1,'amrex']]], + ['iparser_5fexe_5fjump_16350',['IPARSER_EXE_JUMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aa381a61b4507e60fc34dbd770937674b',1,'amrex']]], + ['iparser_5fexe_5fmul_16351',['IPARSER_EXE_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a7d295e84ce6e6a488e8450e0d7d7d797',1,'amrex']]], + ['iparser_5fexe_5fmul_5fpn_16352',['IPARSER_EXE_MUL_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a521a39a1475570d39fe599cee4f0d183',1,'amrex']]], + ['iparser_5fexe_5fmul_5fpp_16353',['IPARSER_EXE_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a71b1cb6f3bd922a392f35f37149881ae',1,'amrex']]], + ['iparser_5fexe_5fmul_5fvn_16354',['IPARSER_EXE_MUL_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6d740004ac2119309936e3c8df1793a3',1,'amrex']]], + ['iparser_5fexe_5fmul_5fvp_16355',['IPARSER_EXE_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a49ffa39b47983c9858a72d5ef490c64a',1,'amrex']]], + ['iparser_5fexe_5fneg_16356',['IPARSER_EXE_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a46646e4ae1e9bd709c7c4273049955c2',1,'amrex']]], + ['iparser_5fexe_5fneg_5fp_16357',['IPARSER_EXE_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a0b4b0ce6f8c7980e569c279dd17aa4c9',1,'amrex']]], + ['iparser_5fexe_5fnull_16358',['IPARSER_EXE_NULL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a6dfbde3e58ba42669d2dab8e0afe5983',1,'amrex']]], + ['iparser_5fexe_5fnumber_16359',['IPARSER_EXE_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28aedb5c10079e70548e697cd7161dd07ee',1,'amrex']]], + ['iparser_5fexe_5fsub_16360',['IPARSER_EXE_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a998513e1cc0eb24ca2aeee521b270571',1,'amrex']]], + ['iparser_5fexe_5fsub_5fpn_16361',['IPARSER_EXE_SUB_PN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a898969646c61c19a5846779f791aceab',1,'amrex']]], + ['iparser_5fexe_5fsub_5fpp_16362',['IPARSER_EXE_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a416e7830bfce8fb8d753f71562fd6d1b',1,'amrex']]], + ['iparser_5fexe_5fsub_5fvn_16363',['IPARSER_EXE_SUB_VN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a9a0487c5cd8d1732c8c1b399f66d498c',1,'amrex']]], + ['iparser_5fexe_5fsub_5fvp_16364',['IPARSER_EXE_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a63ab070e7de2587e5c55446a0cb0a80b',1,'amrex']]], + ['iparser_5fexe_5fsymbol_16365',['IPARSER_EXE_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a92ee563e823bf1f37c94d26531af0a28a1144f6fecf3e58cc78fedaadbe8a7fc7',1,'amrex']]], + ['iparser_5ff1_16366',['IPARSER_F1',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6359aea3098e5c99a7a7de4fe9eac881',1,'amrex']]], + ['iparser_5ff2_16367',['IPARSER_F2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaca3a7a9a9c6e575549de451895693cc3',1,'amrex']]], + ['iparser_5ff3_16368',['IPARSER_F3',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea80fa3bd42760cb2a3c1bdfdff06b6a12',1,'amrex']]], + ['iparser_5fflrdiv_16369',['IPARSER_FLRDIV',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da3af79d5dda37041d8b153939b9fe017a',1,'amrex']]], + ['iparser_5fgeq_16370',['IPARSER_GEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daa42aab30a1b9f4b193633538f3fa80a8',1,'amrex']]], + ['iparser_5fgt_16371',['IPARSER_GT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da207502290f1b2902f90375083a7bfcec',1,'amrex']]], + ['iparser_5fif_16372',['IPARSER_IF',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af30c8b25dcfaa74c444959a075767843a1da16104a9c24986c0582d48c30c09b4',1,'amrex']]], + ['iparser_5fleq_16373',['IPARSER_LEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daad092f4ce24e4996580645e355ad54ed',1,'amrex']]], + ['iparser_5flist_16374',['IPARSER_LIST',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab25230e97bd974f0fc68c68783fd6129',1,'amrex']]], + ['iparser_5flt_16375',['IPARSER_LT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da081d856458025210c85cdb3d48424ca9',1,'amrex']]], + ['iparser_5fmax_16376',['IPARSER_MAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da7c28bfc3d232b0311ae37088bf8725e1',1,'amrex']]], + ['iparser_5fmin_16377',['IPARSER_MIN',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da8a3a5bb779a49faee7afaf2151ee1a52',1,'amrex']]], + ['iparser_5fmul_16378',['IPARSER_MUL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf036f5a1febcd6fc23be5646bc855b9c',1,'amrex']]], + ['iparser_5fmul_5fpp_16379',['IPARSER_MUL_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea18a298689b31c32ea4e01f6514c2f91a',1,'amrex']]], + ['iparser_5fmul_5fvp_16380',['IPARSER_MUL_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eadbd209094dca5499f71493240c17412b',1,'amrex']]], + ['iparser_5fneg_16381',['IPARSER_NEG',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eab41d57371ff87c6a6512cc57008ecbd9',1,'amrex']]], + ['iparser_5fneg_5fp_16382',['IPARSER_NEG_P',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea26ea362f9df74f846f50098e5e0be936',1,'amrex']]], + ['iparser_5fneq_16383',['IPARSER_NEQ',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7daeb58ad22420b6bc9b3b80e0bcd7821ad',1,'amrex']]], + ['iparser_5fnumber_16384',['IPARSER_NUMBER',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea6654b9de59617f5bbba7f6b0329d9016',1,'amrex']]], + ['iparser_5for_16385',['IPARSER_OR',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da77da1410d1a13e70c1b39a1529c0556a',1,'amrex']]], + ['iparser_5fpow_16386',['IPARSER_POW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9f73a0b38577743c875e56fd6c89de7da332edac7beb4486ee6e3cfbcb3de16fb',1,'amrex']]], + ['iparser_5fsub_16387',['IPARSER_SUB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea46705bda13a80d4bf82bee07cfedddb3',1,'amrex']]], + ['iparser_5fsub_5fpp_16388',['IPARSER_SUB_PP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea7118cbc1ab60e7d5cd5f00b0f4ee6549',1,'amrex']]], + ['iparser_5fsub_5fvp_16389',['IPARSER_SUB_VP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360ea8109e0823006b18b7f3bf78a15cc6d65',1,'amrex']]], + ['iparser_5fsymbol_16390',['IPARSER_SYMBOL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae5dab25e68f818f498a07a4507d7360eaf2f2c72e5ad17897a0f22ee953ca3c99',1,'amrex']]], + ['irregular_16391',['irregular',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2_1_1Type.html#ad02e320d1e8e105e0f531f235bd8fce4',1,'amrex::EB2::Type']]], + ['is_5fconstsoa_5fparticle_16392',['is_constsoa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a80e071292338a77d3575b66fabf8263a',1,'amrex::SoAParticle::is_constsoa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aaf21bca4c9343441d6769e0caf0e3162',1,'amrex::ConstSoAParticle::is_constsoa_particle()']]], + ['is_5fmatrix_5fsingular_16393',['is_matrix_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a0a7daa97b3caa6216418e78ddf2835ec',1,'amrex::Hypre']]], + ['is_5fparticle_5ftile_5fdata_16394',['is_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ab0b2ff729f671bc4b555c4ede47e595d',1,'amrex::ParticleTileData::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::is_particle_tile_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a053a4cde79a10dae428d3e992c190794',1,'amrex::ConstParticleTileData::is_particle_tile_data()']]], + ['is_5fperiodic_16395',['is_periodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GeometryData.html#a1c153da19d61edca41192dd82233071b',1,'amrex::GeometryData::is_periodic()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Geometry.html#a84b1ad3fef8594c10d9ff2000505b20a',1,'amrex::Geometry::is_periodic()']]], + ['is_5fsoa_5fparticle_16396',['is_soa_particle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#a405b358b98c1d3018c1ff25e268fdc3d',1,'amrex::SoAParticleBase::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#a36d180f8a098909299fe912363cd096f',1,'amrex::Particle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#ae496c194b170d1cf830b34138e9bdcef',1,'amrex::ConstSoAParticle::is_soa_particle()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a7aa22d84c051ea2a2638c7d119438ddd',1,'amrex::SoAParticle::is_soa_particle()']]], + ['isarithmeticoptional_5fv_16397',['IsArithmeticOptional_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ppdetail.html#ae3062fc5ca3dda7517b74219ee21f684',1,'amrex::ppdetail']]], + ['isbasefab_5fv_16398',['IsBaseFab_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa264b7308102fabb2a7356eea1800644',1,'amrex']]], + ['isconvertible_5fv_16399',['IsConvertible_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c0ad9de6dc5e0ca9324f19210bd62b9',1,'amrex']]], + ['isfabarray_5fv_16400',['IsFabArray_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a36e5941ad0614ee76ddb49b9bcc2c515',1,'amrex']]], + ['ismultifablike_5fv_16401',['IsMultiFabLike_v',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4a4cee24cf2ff5e02dd18fbf39bc33ce',1,'amrex']]], + ['isopen_16402',['isOpen',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1PersistentIFStream.html#ac1ecab1d0722305f0a0257611aeb1bde',1,'amrex::VisMF::PersistentIFStream']]], + ['isoview_16403',['ISOVIEW',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a166072d05a5e20994289f487f0e37c67',1,'amrex::Amrvis']]], + ['ispot_16404',['ispot',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a7b4c2237a0af579e8cf791ac296aa6fc',1,'amrex::AsyncOut::WriteInfo']]], + ['isreading_16405',['isReading',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#afcf233d4914d8cb31a987d6d3283ada4',1,'amrex::NFilesIter']]], + ['ist_5f000_16406',['ist_000',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a03f0847605ea5f82a7c9ef414fd51d25',1,'amrex::nodelap_detail']]], + ['ist_5f00p_16407',['ist_00p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a71584fa39f2889850e6c23438442a327',1,'amrex::nodelap_detail']]], + ['ist_5f0p0_16408',['ist_0p0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2f5d825128f2d4a9580fbeb8a916408',1,'amrex::nodelap_detail']]], + ['ist_5f0pp_16409',['ist_0pp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#aea160434bbdf72ba661f86d3aaeeff10',1,'amrex::nodelap_detail']]], + ['ist_5finv_16410',['ist_inv',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ac2906db9bb7d75cad814e8c9fac22b2c',1,'amrex::nodelap_detail']]], + ['ist_5fp00_16411',['ist_p00',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a336e8b5c43142a459dc8a1352eeade20',1,'amrex::nodelap_detail']]], + ['ist_5fp0p_16412',['ist_p0p',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ab458eec5937d357a4d7ca75dc87c84bc',1,'amrex::nodelap_detail']]], + ['ist_5fpp0_16413',['ist_pp0',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a215a4d7df0ec09193cac1faf4a8ba1e3',1,'amrex::nodelap_detail']]], + ['ist_5fppp_16414',['ist_ppp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#a60c9afb0fe3420da868984513ad96bd0',1,'amrex::nodelap_detail']]], + ['istr_16415',['istr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1expect.html#ae7bf86f223ccd99d64b03b6d4fecfbd2',1,'amrex::expect']]], + ['italic_16416',['Italic',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Font.html#a1e8bd2419b493e639ae861c50e93e50e',1,'amrex::Font']]], + ['iter_16417',['iter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a0fa5976e3bee03e63b07a0848c74380f',1,'amrex::MLCGSolverT']]], + ['iter_5ftime_16418',['iter_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fdaf269540ff581645f82a93c665a8a7b2b',1,'amrex::MLMGT']]], + ['iterate_5fon_5fnew_5fgrids_16419',['iterate_on_new_grids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a937e0b9dc3689884b262936e6c3c0b7d',1,'amrex::AmrInfo']]], + ['ithree_16420',['Ithree',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a5dd594847d3357991e8b9cf51e98bd96',1,'SDCstruct']]], + ['itype_16421',['itype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'IndexTypeND< AMREX_SPACEDIM >::itype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IndexTypeND.html#a262096e612e5ca57ea2b3a097ea40ffe',1,'amrex::IndexTypeND::itype()']]], + ['iwritetolevel_16422',['iWriteToLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a35de3364c9fb9d815d496ac8fbb31084',1,'amrex::DataServices']]], + ['ix_16423',['ix',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a69c17d57cbc7538401740c1eb5a438ad',1,'amrex::interp_detail']]], + ['ixy_16424',['ixy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#acedf6cd7d27760da7d209fa4849a18c3',1,'amrex::interp_detail']]], + ['ixyz_16425',['ixyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#af8b6df2fce20e85dd23c5c3349d44fae',1,'amrex::interp_detail']]], + ['ixz_16426',['ixz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#ab4ce75e915291922fab6bb6e4f04b002',1,'amrex::interp_detail']]], + ['iy_16427',['iy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a390d2521c2368811a821a0cd3e499e31',1,'amrex::interp_detail']]], + ['iyz_16428',['iyz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a77157e26ce600fbc5ce9298f23730af4',1,'amrex::interp_detail']]], + ['iz_16429',['iz',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1interp__detail.html#a3346865339c6c4741bfbe4fc93d22621',1,'amrex::interp_detail']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_a.js b/amrex-hydro/Doxygen/html/search/variables_a.js index 941ef31..cbdc9af 100644 --- a/amrex-hydro/Doxygen/html/search/variables_a.js +++ b/amrex-hydro/Doxygen/html/search/variables_a.js @@ -1,5 +1,5 @@ var searchData= [ - ['j_16352',['J',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ab372b7b522321fc1945703f182df8e33',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::J()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#a370d78d6eb6099b588674027f5da6c10',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::J()']]], - ['jstride_16353',['jstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'amrex::Array4::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< Real const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 const >::jstride()']]] + ['j_16430',['J',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3_01I_00_01-1_01_4.html#ab372b7b522321fc1945703f182df8e33',1,'amrex::NonLocalBC::SwapComponents< I, -1 >::J()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1SwapComponents_3-1_00_01-1_01_4.html#a370d78d6eb6099b588674027f5da6c10',1,'amrex::NonLocalBC::SwapComponents<-1, -1 >::J()']]], + ['jstride_16431',['jstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'amrex::Array4::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< int const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< Real const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T const >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 >::jstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150',1,'Array4< T0 const >::jstride()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_b.js b/amrex-hydro/Doxygen/html/search/variables_b.js index 59b9723..f192398 100644 --- a/amrex-hydro/Doxygen/html/search/variables_b.js +++ b/amrex-hydro/Doxygen/html/search/variables_b.js @@ -1,8 +1,8 @@ var searchData= [ - ['k1d_16354',['K1D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9',1,'amrex']]], - ['k2d_16355',['K2D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24827d300a5ebf26327786454aa95788',1,'amrex']]], - ['k3d_16356',['K3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26',1,'amrex']]], - ['knapsack_16357',['KNAPSACK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6f5ec418bb5db591c4b5780f00cce82e',1,'amrex::DistributionMapping']]], - ['kstride_16358',['kstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'amrex::Array4::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< Real const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 const >::kstride()']]] + ['k1d_16432',['K1D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#acfd78a9847de43f2e6f42da9cbd459d9',1,'amrex']]], + ['k2d_16433',['K2D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a24827d300a5ebf26327786454aa95788',1,'amrex']]], + ['k3d_16434',['K3D',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aa38894f5177d4e0302afa30ab13c8c26',1,'amrex']]], + ['knapsack_16435',['KNAPSACK',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#ad8e078b643635f0027eb797c2d54d3b8a6f5ec418bb5db591c4b5780f00cce82e',1,'amrex::DistributionMapping']]], + ['kstride_16436',['kstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'amrex::Array4::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< int const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< Real const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T const >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 >::kstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e',1,'Array4< T0 const >::kstride()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_c.js b/amrex-hydro/Doxygen/html/search/variables_c.js index 7103d22..d85b871 100644 --- a/amrex-hydro/Doxygen/html/search/variables_c.js +++ b/amrex-hydro/Doxygen/html/search/variables_c.js @@ -1,47 +1,47 @@ var searchData= [ - ['l_16359',['l',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ab8456a1837941171bfb1d32c3cc682b0',1,'amrex::iparser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a5b78fde768f63b504de4f8b45a9872ee',1,'amrex::iparser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a5f6ec2dfb5d293ac8210bb51f2e27467',1,'amrex::parser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a061f4a9f63618c8b77ff0af074dc4659',1,'amrex::parser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a3a9f4a4402fe7b5d744bf67fa9d0d21d',1,'amrex::parser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#a6c15d096fef998fd70fbd4ce5083c67a',1,'amrex::iparser_f1::l()']]], - ['land_16360',['land',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da1543dab5fc332f7f6a146da7718c486d',1,'amrex::detail']]], - ['last_16361',['LAST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a42c200ba823b0b1a3c16c437a264ce9e',1,'amrex::ParmParse']]], - ['last_5fcheckpoint_16362',['last_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aedc8350798946e5e5d1d68b4861195a5',1,'amrex::Amr']]], - ['last_5fplotfile_16363',['last_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8bdd58e0f251c3097ae6631621a32253',1,'amrex::Amr']]], - ['last_5fsmallplotfile_16364',['last_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3c786f18b9e2b297f07f10e28852bbf',1,'amrex::Amr']]], - ['lastparticleid_16365',['LastParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#ae79136bdcc97d46650c8098fe7c9334d',1,'amrex::LongParticleIds']]], - ['length_16366',['length',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a7a833bea16a8f29bab8bc283d5eb4c23',1,'N_VectorContent_MultiFab_notptr']]], - ['less_16367',['LESS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a24a93bfed92dca16735a42fb83bd244f',1,'amrex::AMRErrorTag']]], - ['level_16368',['level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a15535c7cc1f73df2cc3b0b720d8ab5a4',1,'amrex::AmrLevel::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ead194f676341d430afef85f2a50904977',1,'amrex::NeighborParticleContainer::MaskComps::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ae72224f4b411313148d1db9fc0572bd5',1,'amrex::NeighborParticleContainer::NeighborCopyTag::level()']]], - ['level_5fcount_16369',['level_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1a1d9a33774055f267ad5297b2846ecc',1,'amrex::Amr']]], - ['level_5fid_16370',['level_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a5ef18c3bf10553a03c1ebc12106f3226',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], - ['level_5fsteps_16371',['level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a38fbd17db8a050b5bf3302427b9285ea',1,'amrex::Amr']]], - ['levelbc_5fraii_16372',['levelbc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'MLLinOpT< Array< MultiFab, 3 > >::levelbc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'amrex::MLLinOpT::levelbc_raii()']]], - ['levelbld_16373',['levelbld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a99ffc00c495183894b2ee7e11a79685e',1,'amrex::Amr']]], - ['leveldirectoriescreated_16374',['levelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'amrex::ParticleContainer_impl::levelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::levelDirectoriesCreated()']]], - ['leveldirectorycreated_16375',['levelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a90e201ef6ef11f2c42fc9a0de76939',1,'amrex::AmrLevel']]], - ['levelsteps_16376',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9a873156471b39d52631b3e56b8218a5',1,'amrex::AmrData']]], - ['lincc_5finterp_16377',['lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f',1,'amrex']]], - ['line_5ffile_16378',['line_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a2067033e63c674e9b203917835595bdb',1,'amrex::BLBTer']]], - ['linelength_16379',['LINELENGTH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a437894f04cb4f84ae291fb58f63fac4f',1,'amrex::Amrvis']]], - ['linevaluesrequest_16380',['LineValuesRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab1fee9049e0a58f8accfb3ef77030d30',1,'amrex::DataServices']]], - ['linop_16381',['linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a667e1a5701d1f0c19a5950f0aa44080f',1,'amrex::MLMGT::linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad7cbb6433d195bb9fc6aaf2f7b92ff76',1,'amrex::HypreNodeLap::linop()']]], - ['linop_5fprepared_16382',['linop_prepared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1443859ff59e201d7bbdf0cc0971251d',1,'amrex::MLMGT']]], - ['lo_16383',['lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#aeab54119b31480eb83ee6a68b19dcdca',1,'amrex::BoxIndexerND< 1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a6d064be1725438f3d730f6522f9ced83',1,'amrex::BoxIndexerND::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a12a2ef93337b59b9371db5f9bc43be69',1,'amrex::ForkJoin::ComponentSet::lo()']]], - ['loadbalance_5flevel0_5fint_16384',['loadbalance_level0_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4c3e758e6025e4cf4f975f445d1eb6f3',1,'amrex::Amr']]], - ['loadbalance_5fmax_5ffac_16385',['loadbalance_max_fac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ada948dc3a7c2301b9aab5f9b9f65507f',1,'amrex::Amr']]], - ['loadbalance_5fwith_5fworkestimates_16386',['loadbalance_with_workestimates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6019d262d557fc37c9706c05a6cc5794',1,'amrex::Amr']]], - ['local_5findex_5fmap_16387',['local_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a8cdb1fbae0dace9fcc0dc622c3409d',1,'amrex::MFIter']]], - ['local_5fneighbor_5fsizes_16388',['local_neighbor_sizes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abbb2992e59999ae9c2866da0b90a7378',1,'amrex::NeighborParticleContainer']]], - ['local_5fneighbors_16389',['local_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a36b78bd6fa71f934871cf953892ef4f8',1,'amrex::NeighborParticleContainer']]], - ['local_5fnode_5fid_16390',['local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2fd291b75b96615bab7ca98c226f039c',1,'amrex::HypreNodeLap']]], - ['local_5ftile_5findex_5fmap_16391',['local_tile_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a72828c9a333be0dfff3e89e350fd0e11',1,'amrex::MFIter']]], - ['localfabsource_16392',['localFabSource',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a49a660fc34d5de5bbd5d8fb8b49580e8',1,'amrex::FabCopyDescriptor']]], - ['localindexmap_16393',['localIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a65f8a2b40876923cd17cd7bb45b1177e',1,'amrex::FabArrayBase::TileArray']]], - ['localtileindexmap_16394',['localTileIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a77df041121016e402a0b5df46a8fe7e6',1,'amrex::FabArrayBase::TileArray']]], - ['location_16395',['location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#ac85b3ff5c926739723021bf2d01254f7',1,'amrex::MLCellLinOpT::BCTL']]], - ['lor_16396',['lor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da9409354542db34fb149ecb3c91ebb8bd',1,'amrex::detail']]], - ['low_16397',['low',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410a20ab23ed836ba1667dddbd915ff85255',1,'amrex::Orientation']]], - ['lowconnectivitycell_16398',['LOWCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a18a436f5269414b41219195a6e3613f2',1,'amrex::InSituUtils']]], - ['lp_16399',['Lp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a16d88d529344d6a6f99d66a99e122443',1,'amrex::MLCGSolverT']]], - ['ls_16400',['LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad774ef92ba17a6baff2d36023f33b87f',1,'amrex::SundialsIntegrator']]], - ['lst_16401',['lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ace36f314eae21bef0f4f97e17ba3982a',1,'amrex::DeriveList::lst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a27c46e812840379455b46b092f2e6732',1,'amrex::ClusterList::lst()']]], - ['lvp_16402',['lvp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#abbf396f19865fa20d59aa8d2353cea53',1,'amrex::iparser_node']]] + ['l_16437',['l',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f2.html#ab8456a1837941171bfb1d32c3cc682b0',1,'amrex::iparser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#a5b78fde768f63b504de4f8b45a9872ee',1,'amrex::iparser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f1.html#a5f6ec2dfb5d293ac8210bb51f2e27467',1,'amrex::parser_f1::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f2.html#a061f4a9f63618c8b77ff0af074dc4659',1,'amrex::parser_f2::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__node.html#a3a9f4a4402fe7b5d744bf67fa9d0d21d',1,'amrex::parser_node::l()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f1.html#a6c15d096fef998fd70fbd4ce5083c67a',1,'amrex::iparser_f1::l()']]], + ['land_16438',['land',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da1543dab5fc332f7f6a146da7718c486d',1,'amrex::detail']]], + ['last_16439',['LAST',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#aab7d9931789f57c8612f4b55f457a0c6a42c200ba823b0b1a3c16c437a264ce9e',1,'amrex::ParmParse']]], + ['last_5fcheckpoint_16440',['last_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#aedc8350798946e5e5d1d68b4861195a5',1,'amrex::Amr']]], + ['last_5fplotfile_16441',['last_plotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a8bdd58e0f251c3097ae6631621a32253',1,'amrex::Amr']]], + ['last_5fsmallplotfile_16442',['last_smallplotfile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ac3c786f18b9e2b297f07f10e28852bbf',1,'amrex::Amr']]], + ['lastparticleid_16443',['LastParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#ae79136bdcc97d46650c8098fe7c9334d',1,'amrex::LongParticleIds']]], + ['length_16444',['length',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a7a833bea16a8f29bab8bc283d5eb4c23',1,'N_VectorContent_MultiFab_notptr']]], + ['less_16445',['LESS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#addadf02bf9152fc1767831cd86b163d5a24a93bfed92dca16735a42fb83bd244f',1,'amrex::AMRErrorTag']]], + ['level_16446',['level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a15535c7cc1f73df2cc3b0b720d8ab5a4',1,'amrex::AmrLevel::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1MaskComps.html#ab5d5285dfb6f9c5b20319fc49de0507ead194f676341d430afef85f2a50904977',1,'amrex::NeighborParticleContainer::MaskComps::level()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCopyTag.html#ae72224f4b411313148d1db9fc0572bd5',1,'amrex::NeighborParticleContainer::NeighborCopyTag::level()']]], + ['level_5fcount_16447',['level_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a1a1d9a33774055f267ad5297b2846ecc',1,'amrex::Amr']]], + ['level_5fid_16448',['level_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborParticleContainer_1_1NeighborCommTag.html#a5ef18c3bf10553a03c1ebc12106f3226',1,'amrex::NeighborParticleContainer::NeighborCommTag']]], + ['level_5fsteps_16449',['level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a38fbd17db8a050b5bf3302427b9285ea',1,'amrex::Amr']]], + ['levelbc_5fraii_16450',['levelbc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'MLLinOpT< Array< MultiFab, 3 > >::levelbc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3ac078eb634767e8e812746b8327a6b5',1,'amrex::MLLinOpT::levelbc_raii()']]], + ['levelbld_16451',['levelbld',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a99ffc00c495183894b2ee7e11a79685e',1,'amrex::Amr']]], + ['leveldirectoriescreated_16452',['levelDirectoriesCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'amrex::ParticleContainer_impl::levelDirectoriesCreated()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a2b9f02af8e7da88a8e55af2dadfbcce9',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::levelDirectoriesCreated()']]], + ['leveldirectorycreated_16453',['levelDirectoryCreated',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a7a90e201ef6ef11f2c42fc9a0de76939',1,'amrex::AmrLevel']]], + ['levelsteps_16454',['levelSteps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a9a873156471b39d52631b3e56b8218a5',1,'amrex::AmrData']]], + ['lincc_5finterp_16455',['lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#aeb0ce1e79e29c10f31e875b21b47405f',1,'amrex']]], + ['line_5ffile_16456',['line_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BLBTer.html#a2067033e63c674e9b203917835595bdb',1,'amrex::BLBTer']]], + ['linelength_16457',['LINELENGTH',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a437894f04cb4f84ae291fb58f63fac4f',1,'amrex::Amrvis']]], + ['linevaluesrequest_16458',['LineValuesRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9ab1fee9049e0a58f8accfb3ef77030d30',1,'amrex::DataServices']]], + ['linop_16459',['linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a667e1a5701d1f0c19a5950f0aa44080f',1,'amrex::MLMGT::linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ad7cbb6433d195bb9fc6aaf2f7b92ff76',1,'amrex::HypreNodeLap::linop()']]], + ['linop_5fprepared_16460',['linop_prepared',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a1443859ff59e201d7bbdf0cc0971251d',1,'amrex::MLMGT']]], + ['lo_16461',['lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#aeab54119b31480eb83ee6a68b19dcdca',1,'amrex::BoxIndexerND< 1 >::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#a6d064be1725438f3d730f6522f9ced83',1,'amrex::BoxIndexerND::lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1ComponentSet.html#a12a2ef93337b59b9371db5f9bc43be69',1,'amrex::ForkJoin::ComponentSet::lo()']]], + ['loadbalance_5flevel0_5fint_16462',['loadbalance_level0_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a4c3e758e6025e4cf4f975f445d1eb6f3',1,'amrex::Amr']]], + ['loadbalance_5fmax_5ffac_16463',['loadbalance_max_fac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#ada948dc3a7c2301b9aab5f9b9f65507f',1,'amrex::Amr']]], + ['loadbalance_5fwith_5fworkestimates_16464',['loadbalance_with_workestimates',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a6019d262d557fc37c9706c05a6cc5794',1,'amrex::Amr']]], + ['local_5findex_5fmap_16465',['local_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a8a8cdb1fbae0dace9fcc0dc622c3409d',1,'amrex::MFIter']]], + ['local_5fneighbor_5fsizes_16466',['local_neighbor_sizes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#abbb2992e59999ae9c2866da0b90a7378',1,'amrex::NeighborParticleContainer']]], + ['local_5fneighbors_16467',['local_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a36b78bd6fa71f934871cf953892ef4f8',1,'amrex::NeighborParticleContainer']]], + ['local_5fnode_5fid_16468',['local_node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a2fd291b75b96615bab7ca98c226f039c',1,'amrex::HypreNodeLap']]], + ['local_5ftile_5findex_5fmap_16469',['local_tile_index_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a72828c9a333be0dfff3e89e350fd0e11',1,'amrex::MFIter']]], + ['localfabsource_16470',['localFabSource',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a49a660fc34d5de5bbd5d8fb8b49580e8',1,'amrex::FabCopyDescriptor']]], + ['localindexmap_16471',['localIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a65f8a2b40876923cd17cd7bb45b1177e',1,'amrex::FabArrayBase::TileArray']]], + ['localtileindexmap_16472',['localTileIndexMap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a77df041121016e402a0b5df46a8fe7e6',1,'amrex::FabArrayBase::TileArray']]], + ['location_16473',['location',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLCellLinOpT_1_1BCTL.html#ac85b3ff5c926739723021bf2d01254f7',1,'amrex::MLCellLinOpT::BCTL']]], + ['lor_16474',['lor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da9409354542db34fb149ecb3c91ebb8bd',1,'amrex::detail']]], + ['low_16475',['low',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Orientation.html#a877c697bbab9de21af4012197ba76410a20ab23ed836ba1667dddbd915ff85255',1,'amrex::Orientation']]], + ['lowconnectivitycell_16476',['LOWCONNECTIVITYCELL',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1InSituUtils.html#a7c36b2f21774c997bbc295eb09a36530a18a436f5269414b41219195a6e3613f2',1,'amrex::InSituUtils']]], + ['lp_16477',['Lp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a16d88d529344d6a6f99d66a99e122443',1,'amrex::MLCGSolverT']]], + ['ls_16478',['LS',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad774ef92ba17a6baff2d36023f33b87f',1,'amrex::SundialsIntegrator']]], + ['lst_16479',['lst',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveList.html#ace36f314eae21bef0f4f97e17ba3982a',1,'amrex::DeriveList::lst()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ClusterList.html#a27c46e812840379455b46b092f2e6732',1,'amrex::ClusterList::lst()']]], + ['lvp_16480',['lvp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__node.html#abbf396f19865fa20d59aa8d2353cea53',1,'amrex::iparser_node']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_d.js b/amrex-hydro/Doxygen/html/search/variables_d.js index eef7cd4..1133653 100644 --- a/amrex-hydro/Doxygen/html/search/variables_d.js +++ b/amrex-hydro/Doxygen/html/search/variables_d.js @@ -1,893 +1,901 @@ var searchData= [ - ['m_16403',['M',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a80221e673408a11d8a35e40f5d819c0f',1,'amrex::openbc']]], - ['m_5fa_16404',['m_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6b8a8e6608be0522ca4b052414b28bf5',1,'amrex::HypreSolver']]], - ['m_5fa_5fcoeffs_16405',['m_a_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acd74fe42cd460e0e8cc50fae5550233e',1,'amrex::MLABecLaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3d10f9755818d95245385d0eff01780b',1,'amrex::MLNodeABecLaplacian::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a09836660facdfeea8daba978902f9673',1,'amrex::MLALaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a48c0efb6e525e5c901c1ee34fa5119ca',1,'amrex::MLEBABecLap::m_a_coeffs()']]], - ['m_5fa_5fscalar_16406',['m_a_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a6238682285be8b4464de6531f73d5cd8',1,'amrex::MLABecLaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ad3cf841c5fb35c480f8130db69c287a7',1,'amrex::MLNodeABecLaplacian::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4c4cc805f15b8f9dd1fa694f00110a1d',1,'amrex::MLALaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac43a9c8728bb7861415d80283d41e064',1,'amrex::MLEBABecLap::m_a_scalar()']]], - ['m_5fabeclap_16407',['m_abeclap',['../classHydro_1_1MacProjector.html#a21e61ba0627e90c2bc1fb25657cbf9c5',1,'Hydro::MacProjector']]], - ['m_5fabox_16408',['m_abox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa1d0e47191bce43137f9aeecf529f64',1,'amrex::BARef']]], - ['m_5facoef_5fset_16409',['m_acoef_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a148d4b95cd52c3e753735aadaeeb7bb5',1,'amrex::MLEBABecLap::m_acoef_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac6489a20e89c720a91f81ae8d29496f2',1,'amrex::MLABecLaplacianT::m_acoef_set()']]], - ['m_5factually_5fused_16410',['m_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#af3edc78581fb20c7273fbf74494e0c48',1,'amrex::CArena']]], - ['m_5fadjust_5fsingular_5fmatrix_16411',['m_adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af24450dfdae7450d10455cae431fb457',1,'amrex::HypreIJIface']]], - ['m_5falloc_16412',['m_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ad1b240a0437cfcaee6788096d93a1674',1,'amrex::CArena']]], - ['m_5falloc_5fsingle_5fchunk_16413',['m_alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a12b9e0ac23fbfa55a6ae4d6bf2d97ba8',1,'amrex::FabArrayBase']]], - ['m_5fallregular_16414',['m_allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a16651c9d026bf4c7876a890be6e85253',1,'amrex::EB2::Level']]], - ['m_5falpha_16415',['m_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a8e3436cc293f45df20b351de804af2fd',1,'amrex::MLCurlCurl::m_alpha()'],['../classHydro_1_1NodalProjector.html#a203ba5e56729b8fd5fe1651e72cdea3b',1,'Hydro::NodalProjector::m_alpha()']]], - ['m_5famr_5fref_5fratio_16416',['m_amr_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'MLLinOpT< Array< MultiFab, 3 > >::m_amr_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'amrex::MLLinOpT::m_amr_ref_ratio()']]], - ['m_5famrcore_16417',['m_amrcore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a00e116c7e99b0d8be6a4db40bfb3b45b',1,'amrex::AmrParGDB']]], - ['m_5famrlevel_16418',['m_amrlevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aaba17b56198aea206fe9b6fd2ca66cf6',1,'amrex::FillPatchIterator::m_amrlevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a80b3e46711c13269eb5d563e934398fc',1,'amrex::FillPatchIteratorHelper::m_amrlevel()']]], - ['m_5faos_16419',['m_aos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'amrex::ConstParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'amrex::ParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()']]], - ['m_5faos_5ftile_16420',['m_aos_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a434377380cf9f4dd45362080837b6ec4',1,'amrex::ParticleTile']]], - ['m_5far_16421',['m_ar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'amrex::ArenaAllocatorBase::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a609327af6ac8ee5902c0c7d0a6629772',1,'amrex::Cluster::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ArenaWrapper >::m_ar()']]], - ['m_5fareafrac_16422',['m_areafrac',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#ad57b1101b621679c1fb014db5c6beb43',1,'amrex::EB2::Face::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aca26ce33e69ffb0b4314fc8df4074d80',1,'amrex::EBDataCollection::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a26945ad6833c8275b375cec03a60cad0',1,'amrex::EB2::Level::m_areafrac()']]], - ['m_5fareafrac_5fname_16423',['m_areafrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#ae22db76834f8b39260c446a8fc2806fb',1,'amrex::EB2::ChkptFile']]], - ['m_5fareanottotag_16424',['m_AreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa11acf69e2d0372e204cfea5934658f6',1,'amrex::AmrLevel']]], - ['m_5fareatotag_16425',['m_AreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a512443a06a9bee5a9c911326c65e1370',1,'amrex::AmrLevel']]], - ['m_5farena_16426',['m_arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a901b7f1e68950afc823ebc10c093cb94',1,'amrex::DataAllocator::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3f56660ebd06ba11f5c873d99b3e899f',1,'amrex::DataDeleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ae9df9a5aa76b646a0d8fb039033289f0',1,'amrex::Gpu::Deleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a9f2221690b1d215e8f683e84753bbde5',1,'amrex::PolymorphicArenaWrapper::m_arena()']]], - ['m_5farrays_16427',['m_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< PetscInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< TagBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< IArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< FArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::Mask >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::EBCellFlagFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::CutFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'amrex::FabArray::m_arrays()']]], - ['m_5fascalar_16428',['m_ascalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5c3c993e3774ba9f2663dbba34f82596',1,'amrex::HypreMLABecLap']]], - ['m_5fassign_5fbuffer_5fgrid_16429',['m_assign_buffer_grid',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a0560deac64bc66d21eb1ad8f1c24c430',1,'FilterVirt']]], - ['m_5fassign_5fgrid_16430',['m_assign_grid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a067cf16cb382b143e8c1891468548937',1,'AssignGridFilter']]], - ['m_5fatol_16431',['m_atol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_atol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'amrex::GMRES::m_atol()']]], - ['m_5fb_16432',['m_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf15a119c1435c35c3f63c5e2d38bd3f',1,'amrex::HypreSolver::m_b()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a292b7313c477c14ba179443ce2d24112',1,'amrex::Gpu::range_detail::range_impl::m_b()']]], - ['m_5fb_5fcoeffs_16433',['m_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad631dff72b03c8a0d629bd735a63078e',1,'amrex::MLEBABecLap::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a5cd389955d914c283d6594ca8f224c8a',1,'amrex::MLNodeABecLaplacian::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#affcd897d0397c49df2bb9cdef4a51050',1,'amrex::MLABecLaplacianT::m_b_coeffs()']]], - ['m_5fb_5fscalar_16434',['m_b_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a539516410949fb84f32bdf408fdd2e18',1,'amrex::MLABecLaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a26517485398ff391981892885e511f94',1,'amrex::MLALaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1fb977f5a6b0c8682e5f658a4dc9db0c',1,'amrex::MLEBABecLap::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ab7bb116d25a0ab43e4e7124aa257e306',1,'amrex::MLNodeABecLaplacian::m_b_scalar()']]], - ['m_5fba_16435',['m_ba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ab62ef15c4a342cc3eb61e116b23bd285',1,'amrex::VisMF::Header::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a2cd678a68c564bb01fd2cd47ce594521',1,'amrex::PlotFileDataImpl::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a398bff4255e23b17afdbb21529343b0f',1,'amrex::ParticleLocator::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a97b3de417e81c1776fe44e33ef9923d2',1,'amrex::ParticleBufferMap::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#af00ec28e28d685f8cef31dfb1a82d805',1,'amrex::ParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae1577679bfb4ab104a875852a9dbecda',1,'amrex::FillPatchIteratorHelper::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7d7032e9d6618767e8e35743a9139d62',1,'amrex::MPMD::Copier::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a38a28db75d6cca9d3c87ad9931084f09',1,'amrex::AmrParGDB::m_ba()']]], - ['m_5fba_5fall_16436',['m_ba_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aee4a8457a8b4b42831ea654578bfe5f6',1,'amrex::OpenBCSolver']]], - ['m_5fba_5fid_16437',['m_ba_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a72b32342670aa4c490e3362b75943633',1,'amrex::FabArrayBase::BDKey']]], - ['m_5fbag_16438',['m_bag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a597017e3faf53c6b6569a27fbf01ce3f',1,'amrex::OpenBCSolver']]], - ['m_5fbat_16439',['m_bat',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a24bf518e21de06c34d5ccafe0b1ac244',1,'amrex::FabArrayBase::ParForInfo::m_bat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a416da5b2620e5c9cad12ab2fd73d349b',1,'amrex::BoxArray::m_bat()']]], - ['m_5fbat_5ftype_16440',['m_bat_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#addbc01e0e2621532efa04d4f28e3f305',1,'amrex::BATransformer']]], - ['m_5fbc_5fhi_16441',['m_bc_hi',['../classHydro_1_1NodalProjector.html#a4fd04f8b717b8162b23ad5b642a3487e',1,'Hydro::NodalProjector']]], - ['m_5fbc_5flo_16442',['m_bc_lo',['../classHydro_1_1NodalProjector.html#aba3564764203f615abadc34dd8d371ec',1,'Hydro::NodalProjector']]], - ['m_5fbcoefs_16443',['m_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5ffc86d6c741f71d676a5834deba92a6',1,'amrex::MLCurlCurl']]], - ['m_5fbcondloc_16444',['m_bcondloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8ea2fb547b5b9b37d88880948073e00c',1,'amrex::MLCellLinOpT']]], - ['m_5fbcr_16445',['m_bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a482d13bca7d063a552a82874e7a9f1d8',1,'amrex::PhysBCFunct']]], - ['m_5fbd_5fcount_16446',['m_BD_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af3d0b759e5fa01a885c95e93e0e9f7b1',1,'amrex::FabArrayBase']]], - ['m_5fbdkey_16447',['m_bdkey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2865ec7ad6d6f09cf1a3a891b603144c',1,'amrex::FabArrayBase']]], - ['m_5fbeta_16448',['m_beta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b83a2461e9903530a1903a12ddec15b',1,'amrex::MLCurlCurl']]], - ['m_5fbeta_5floc_16449',['m_beta_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#afc12bcb23ed82f37ceae7da2d6f44eea',1,'amrex::MLEBABecLap::m_beta_loc()'],['../classHydro_1_1MacProjector.html#a80c9dd1fb10365f322541aa8bcdd196d',1,'Hydro::MacProjector::m_beta_loc()']]], - ['m_5fbi_16450',['m_bi',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aae3482bf8801229e16bc2adfd474a84c',1,'hacc::Dfft']]], - ['m_5fbif_16451',['m_bif',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bif()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'amrex::AssignGrid::m_bif()']]], - ['m_5fbin_5fsize_16452',['m_bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'amrex::AssignGrid::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a06c4d242ffac4f47f0c3653a4a69f2c3',1,'amrex::ParticleLocator::m_bin_size()']]], - ['m_5fbin_5ftype_5farray_16453',['m_bin_type_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a32a3a6e1b23801796736f10c13fe0600',1,'amrex::BinMapper']]], - ['m_5fbins_16454',['m_bins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#afaba6cf4d3a98c920b0ba530d461c94f',1,'amrex::SparseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a79bc6fac3bccc4135ddd0df34e5747dd',1,'amrex::ParticleLocator::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#ae69ba0154224a168b3b74ad03d50baca',1,'amrex::NeighborList::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'amrex::DenseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'amrex::ParticleContainer_impl::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< typename amrex::ParticleTileData >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< ParticleType >::m_bins()']]], - ['m_5fbins_5fhi_16455',['m_bins_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a0b5da81617041d99e743ab54bd812657',1,'amrex::ParticleLocator']]], - ['m_5fbins_5flo_16456',['m_bins_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a6b81a4528612b6f121dcfcfcf00071e1',1,'amrex::ParticleLocator']]], - ['m_5fbins_5fptr_16457',['m_bins_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afa3d2fe979810d8c42a56913e808c53d',1,'amrex::SparseBinIteratorFactory']]], - ['m_5fblock_16458',['m_block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a999ce0f54f3eae13c2533caabe5acc89',1,'amrex::CArena::Node']]], - ['m_5fbndry_16459',['m_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a64e1c781a5d446a7a7cc3ef1231c2218',1,'amrex::Hypre::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6aa5787a3fc3a0c58eb3453158f99123',1,'amrex::HypreMLABecLap::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a67990960ff9c4294dafbe76031983532',1,'amrex::PETScABecLap::m_bndry()']]], - ['m_5fbndry_5fcor_16460',['m_bndry_cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac667791f6b37a42e55ef25267bc78fa9',1,'amrex::MLCellLinOpT']]], - ['m_5fbndry_5frhs_16461',['m_bndry_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1f047d4669c1be7925f1e95315129858',1,'amrex::HypreMLABecLap']]], - ['m_5fbndry_5fsol_16462',['m_bndry_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2b8a625f55f16b9c5b620a82021f17f4',1,'amrex::MLCellLinOpT']]], - ['m_5fbndryarea_16463',['m_bndryarea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8d677f5c06ce1520cd23addf9d22d5ef',1,'amrex::EBDataCollection::m_bndryarea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a03eaf98bf7542beafaf696e05c431d5a',1,'amrex::EB2::Level::m_bndryarea()']]], - ['m_5fbndryarea_5fname_16464',['m_bndryarea_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2a4bd9dfa8f11189fc7278d1a6b8a1bb',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndrycent_16465',['m_bndrycent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8a3dfc8b1b1cf5d19c7538d630a4b44b',1,'amrex::EBDataCollection::m_bndrycent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a904a42dc11ddb39db9a497fa7093a0dc',1,'amrex::EB2::Level::m_bndrycent()']]], - ['m_5fbndrycent_5fname_16466',['m_bndrycent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2c620855d91588bcb44a71d07333f15c',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndrynorm_16467',['m_bndrynorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a586018b239d0fd75d2a920b4e7d8fa40',1,'amrex::EBDataCollection::m_bndrynorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a863477aadc907e1abeb83c666168ccc4',1,'amrex::EB2::Level::m_bndrynorm()']]], - ['m_5fbndrynorm_5fname_16468',['m_bndrynorm_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a36024f8e3ad6a998c8d8f84e2e0fbc1d',1,'amrex::EB2::ChkptFile']]], - ['m_5fbndryreg_16469',['m_bndryReg',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a48eb0ed0866edb7e35185a585d68e8bf',1,'amrex::BATransformer::BATOp']]], - ['m_5fbottom_5fcomm_16470',['m_bottom_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'amrex::MLLinOpT::m_bottom_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'MLLinOpT< Array< MultiFab, 3 > >::m_bottom_comm()']]], - ['m_5fbottom_5fdot_5fmask_16471',['m_bottom_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4b398a735f5c05d0919bc24efc9a7025',1,'amrex::MLNodeLinOp']]], - ['m_5fbottom_5fsolver_5ftype_16472',['m_bottom_solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a6794548ac1811d752900f18875e596b5',1,'amrex::OpenBCSolver']]], - ['m_5fbottom_5fverbose_16473',['m_bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aac4bd2677d8bb695cffd7a476ad3a68b',1,'amrex::OpenBCSolver']]], - ['m_5fboundary_5fparticle_5fids_16474',['m_boundary_particle_ids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a71350435dff09e0768bdc74d0f943655',1,'amrex::NeighborParticleContainer']]], - ['m_5fboundry_5fis_5foutside_16475',['m_boundry_is_outside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ae50a6d985147b0ae607e688e120f2935',1,'amrex::STLtools']]], - ['m_5fbox_5fcounts_5fd_16476',['m_box_counts_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7285486c8e5119099572a46997f89641',1,'amrex::ParticleCopyPlan']]], - ['m_5fbox_5fcounts_5fh_16477',['m_box_counts_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ad7d72a20fb9d967f606d7e1ed546b6ac',1,'amrex::ParticleCopyPlan']]], - ['m_5fbox_5findex_16478',['m_box_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ade5ede9a60831d6a2bc97125cb11f18a',1,'amrex::EBFArrayBox']]], - ['m_5fbox_5foffset_16479',['m_box_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeed1f38381a165558cf5000201773038',1,'amrex::OpenBCSolver']]], - ['m_5fbox_5foffsets_16480',['m_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a0ed01f542a7575b5a8d300c751d962b2',1,'amrex::GetSendBufferOffset::m_box_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a813195052803b3c8844eb604a508e9b0',1,'amrex::ParticleCopyPlan::m_box_offsets()']]], - ['m_5fboxes_16481',['m_boxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afc603c5935ba128b01935f5ab94491ad',1,'amrex::FabArrayBase::ParForInfo::m_boxes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a5fbf90399c57c4fb121c1aac5ac825d7',1,'amrex::ParticleCopyOp::m_boxes()']]], - ['m_5fboxhi_16482',['m_boxHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a28bfb4eb34ce4273b9948f0c3e2451a4',1,'amrex::BoxIterator']]], - ['m_5fboxid_16483',['m_boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a19720ff54b3ba0b9180de7f0b0bbfa76',1,'amrex::WeightedBox']]], - ['m_5fboxlo_16484',['m_boxLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ac7faa53e27c1da649d1ce401be5edd8d',1,'amrex::BoxIterator']]], - ['m_5fbs_16485',['m_bs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a437859cd3c47a1323a21a3437877b0fa',1,'hacc::Dfft']]], - ['m_5fbscalar_16486',['m_bscalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9f02135c08e099121a1e35c8216c1417',1,'amrex::HypreMLABecLap']]], - ['m_5fbucket_5fto_5fgid_16487',['m_bucket_to_gid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aea0220c77ce964ed8fde473e51e90343',1,'amrex::ParticleBufferMap']]], - ['m_5fbucket_5fto_5flev_16488',['m_bucket_to_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af13d545be94a3e379ce0193f3f57d6b2',1,'amrex::ParticleBufferMap']]], - ['m_5fbucket_5fto_5fpid_16489',['m_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a12b53b1f0f8833c2701601cf404e74ad',1,'amrex::GetPID::m_bucket_to_pid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a33351037aaa2977e86fa377eaeb0a67e',1,'amrex::ParticleBufferMap::m_bucket_to_pid()']]], - ['m_5fbuffer_5fmap_16490',['m_buffer_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2eddb55f0ebdf394ea2ace09e1d0e4a4',1,'amrex::ParticleContainerBase']]], - ['m_5fbuild_5fcoarse_5flevel_5fby_5fcoarsening_16491',['m_build_coarse_level_by_coarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac61a177a98e7db517cf368ca8e901a68',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fbuild_5frreqs_16492',['m_build_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ae99c8d354fa1ed4c85a8856eed87accc',1,'amrex::ParticleCopyPlan']]], - ['m_5fbuild_5fstats_16493',['m_build_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab1268c5ed411da9959d9c18f97a92c9e',1,'amrex::ParticleCopyPlan']]], - ['m_5fbuildmap_16494',['m_BuildMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aea78b384d1325786fc3738a66cb16a32',1,'amrex::DistributionMapping']]], - ['m_5fbusylist_16495',['m_busylist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a88823438ee0e89721d65131d87d2f687',1,'amrex::CArena']]], - ['m_5fbx_16496',['m_bx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a97e723c3499aedd07e910e30bbb1d51a',1,'amrex::Cluster']]], - ['m_5fc2f_5fnentries_16497',['m_c2f_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ae35db1670d830f2b1f8bd8b60152d291',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5foffset_5ffrom_16498',['m_c2f_offset_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4617f3ef7bf223a44b7f2730609138af',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5foffset_5fto_16499',['m_c2f_offset_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ff9efa1034c0a9291d6240ff89ca008',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5ftotal_5ffrom_16500',['m_c2f_total_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7ecee59c4f754dd88bd3d9d524b9a7cd',1,'amrex::HypreMLABecLap']]], - ['m_5fc2f_5ftotal_5fto_16501',['m_c2f_total_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a031255c891aa6b3a410ac5f24003c1cb',1,'amrex::HypreMLABecLap']]], - ['m_5fcapacity_16502',['m_capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< index_type >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int *, DefaultAllocator< int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< std::size_t >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< unsigned int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::XDim3 >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::STLtools::Triangle >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::openbc::MomTag >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::NeighborCode >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::BoxND >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'amrex::PODVector::m_capacity()']]], - ['m_5fcba_16503',['m_cba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5775b10f198c89e397a7e2a46b2179e4',1,'amrex::FillPatcher']]], - ['m_5fcbox_16504',['m_cbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a1ed0eb57ec7521b07ea2918df59e5bbd',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fcc_16505',['m_cc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'GMRES< MF, GMRESMLMGT< MF > >::m_cc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'amrex::GMRES::m_cc()']]], - ['m_5fcc_5ffine_5fmask_16506',['m_cc_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a91c9e98ef8edd4106aace72a6c7a4294',1,'amrex::MLNodeLinOp']]], - ['m_5fcc_5fmask_16507',['m_cc_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a820de6c415b8f6911cf96c94788cb102',1,'amrex::MLEBABecLap']]], - ['m_5fcdm_16508',['m_cdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a24b14c5172528271b48b0bd0bd1244fb',1,'amrex::FillPatcher']]], - ['m_5fcell_16509',['m_cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6f106a94f894a5236b1207f4f0862e67',1,'amrex::ParticleCommData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a2278d6391126cfdd553d701b73449d5e',1,'amrex::ParticleLocData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#a6b846c1c1abd86195353d49a275f6356',1,'amrex::EB2::Vertex::m_cell()']]], - ['m_5fcell_5foffset_16510',['m_cell_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab67206477f143731d053df0d28751b86',1,'amrex::HypreSolver']]], - ['m_5fcell_5fsize_16511',['m_cell_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a42decf941935743ed84113a4484f4f07',1,'amrex::PlotFileDataImpl']]], - ['m_5fcellflag_16512',['m_cellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e1c74b0f09c3f6a15a7024dd30be4ef',1,'amrex::EB2::Level']]], - ['m_5fcellflags_16513',['m_cellflags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acf458e03eaefec6d963a0b0e3b0453da',1,'amrex::MultiCutFab::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a3f3aed898f6ec10c9f141be194499cac',1,'amrex::EBDataCollection::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ad27d27c26c11acfd58b8fc629b4f2c1b',1,'amrex::detail::CutFabFactory::m_cellflags()']]], - ['m_5fcenter_16514',['m_center',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a43d80b03741314b72b14c9be08206eed',1,'amrex::EB2::SphereIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a2f3bd60c1f94a3aeb478370f93757140',1,'amrex::EB2::TorusIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a5778e3c639570e5f9e9f3ab7c1c1a417',1,'amrex::EB2::EllipsoidIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a5e0afe35657ac28fca148215c31180d9',1,'amrex::EB2::CylinderIF::m_center()']]], - ['m_5fcentroid_16515',['m_centroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#af218d8cf84d1ad47414a36663b2c1b36',1,'amrex::EBDataCollection::m_centroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a280b2239887942a0dfdc9802abe88e12',1,'amrex::EB2::Level::m_centroid()']]], - ['m_5fcentroid_5fname_16516',['m_centroid_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2673a27ddded55c75cc521663ea9d399',1,'amrex::EB2::ChkptFile']]], - ['m_5fcf_5fbcoefs_16517',['m_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ac05a891fdcd184a2d55e9150dc8226d1',1,'amrex::HypreMLABecLap']]], - ['m_5fcf_5fcrse_5fdata_16518',['m_cf_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a19e35173a3232a3505a3c4c3b30e86e5',1,'amrex::FillPatcher']]], - ['m_5fcf_5fcrse_5fdata_5ftmp_16519',['m_cf_crse_data_tmp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a44f373925ff45d0ff777315114039e5b',1,'amrex::FillPatcher']]], - ['m_5fcf_5ffine_5fdata_16520',['m_cf_fine_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a43df40e0e8dbd2de56018b5180aeabe2',1,'amrex::FillPatcher']]], - ['m_5fcfinfo_5fstats_16521',['m_CFinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92e87a53eaf353557dfcf6b875123a81',1,'amrex::FabArrayBase']]], - ['m_5fcfp_5ffab_16522',['m_cfp_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a166ac40711474ecc9d054bdf63632675',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfp_5finside_5fmask_16523',['m_cfp_inside_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ae202afe28157891442668596f24fe460',1,'amrex::EBFluxRegister']]], - ['m_5fcfp_5flocalindex_16524',['m_cfp_localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad3d68c63ff831153ffc01bf39298a1fe',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfp_5fmask_16525',['m_cfp_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad0aa87622ba3aa5a30c21fe56eeb3c33',1,'amrex::YAFluxRegisterT']]], - ['m_5fcfpatch_16526',['m_cfpatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a266eca2069ccb69be79badf962e3902b',1,'amrex::YAFluxRegisterT']]], - ['m_5fcgeom_16527',['m_cgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a02e5ea36fb6bd2df914062d9e2317629',1,'amrex::FillPatcher']]], - ['m_5fchkpt_5ffile_5flevel_16528',['m_chkpt_file_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad0bd84c54c9011031380dde55182dd2b',1,'amrex::EB2::IndexSpaceChkptFile']]], - ['m_5fclearing_16529',['m_clearing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a50eaee402e1e16b45a4e535eda4f2860',1,'amrex::BackgroundThread']]], - ['m_5fcoarse_5fbc_5floc_16530',['m_coarse_bc_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'amrex::MLLinOpT::m_coarse_bc_loc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_bc_loc()']]], - ['m_5fcoarse_5fdata_5fcrse_5fratio_16531',['m_coarse_data_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'amrex::MLLinOpT::m_coarse_data_crse_ratio()']]], - ['m_5fcoarse_5fdata_5ffor_5fbc_16532',['m_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'amrex::MLLinOpT::m_coarse_data_for_bc()']]], - ['m_5fcoarse_5fdata_5ffor_5fbc_5fraii_16533',['m_coarse_data_for_bc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'amrex::MLLinOpT::m_coarse_data_for_bc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc_raii()']]], - ['m_5fcoarse_5fdot_5fmask_16534',['m_coarse_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a117db04aae22221b83130cff6e6fdb52',1,'amrex::MLNodeLinOp']]], - ['m_5fcoarse_5ffine_5fbc_5ftype_16535',['m_coarse_fine_bc_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'amrex::MLLinOpT::m_coarse_fine_bc_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_fine_bc_type()']]], - ['m_5fcoarsen_5fratio_16536',['m_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3d401d8f6e037bf70fe52989385f4dac',1,'amrex::OpenBCSolver']]], - ['m_5fcoarsener_16537',['m_coarsener',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a9b8d6ebdbbee5e3598e124559305839a',1,'amrex::FabArrayBase::FPinfo']]], - ['m_5fcoarsening_5fstrategy_16538',['m_coarsening_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4d1bfea4dae502fae40e6b71fd4deae',1,'amrex::MLNodeLinOp']]], - ['m_5fcoarsenratio_16539',['m_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#af6babb4d2ad6f229b06a29b5f9d28814',1,'amrex::BATransformer::BATOp']]], - ['m_5fcode_5farray_16540',['m_code_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc6fa317f2580d5b4eaf5e7e156694e8',1,'amrex::NeighborParticleContainer']]], - ['m_5fcode_5foffsets_16541',['m_code_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc56d3fa06a368656ba30775e6af57d5',1,'amrex::NeighborParticleContainer']]], - ['m_5fcolor_16542',['m_color',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a0e84c360250692ebc2e6585a33e47d41',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fcomm_16543',['m_comm',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68db14178387b9922308640c010e6518',1,'hacc::Distribution::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a07f28528e66771da54579a9419cff957',1,'amrex::HypreIJIface::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aacab4da9034ef08e23a12cf30d78c8ad',1,'amrex::HypreMLABecLap::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a53343f77d0925c7567465f6d07bfa012',1,'amrex::HypreSolver::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8b000ab4b491f860c3b4ff0c27810e0e',1,'amrex::ParallelDescriptor::m_comm()']]], - ['m_5fconnectivity_16544',['m_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aaa06cb6a74aa4b0f59ba1a5108665870',1,'amrex::EBToPVD']]], - ['m_5fconst_5farrays_16545',['m_const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< TagBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< IArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< FArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::EBCellFlagFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'amrex::FabArray::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::Mask >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::CutFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< PetscInt > >::m_const_arrays()']]], - ['m_5fconst_5fbeta_16546',['m_const_beta',['../classHydro_1_1MacProjector.html#a7ffa950abcbead8a179c886455fa70fb',1,'Hydro::MacProjector']]], - ['m_5fconst_5fsigma_16547',['m_const_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a48fe991cb1c369e8fd56fda63ff27e43',1,'amrex::MLNodeLaplacian::m_const_sigma()'],['../classHydro_1_1NodalProjector.html#a45a606e57b9c22330d9d97bb231f17f7',1,'Hydro::NodalProjector::m_const_sigma()']]], - ['m_5fconstparticle_5ftile_5fdata_16548',['m_constparticle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5df5fad9c993924a97176760e588e175',1,'amrex::ConstSoAParticle']]], - ['m_5fcoordsys_16549',['m_coordsys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a36b8550e47cb00ee090fe7accbcfa025',1,'amrex::PlotFileDataImpl']]], - ['m_5fcos_5fangle_16550',['m_cos_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#ab51c69319d7d35dc43124c3692af67ee',1,'amrex::EB2::RotationIF']]], - ['m_5fcount_16551',['m_count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#ac90fb768114ea1322dd367d59c515c31',1,'amrex::ParmParse::PP_entry']]], - ['m_5fcounts_16552',['m_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'amrex::DenseBins::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< ParticleType >::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< typename amrex::ParticleTileData >::m_counts()']]], - ['m_5fcountvec_16553',['m_countvec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae1be4beb27cb3b3667cc36fdc6448415',1,'amrex::OpenBCSolver']]], - ['m_5fcovered_5fgrids_16554',['m_covered_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a39105c6d6e0fe32960a0fb90ecfd7db3',1,'amrex::EB2::Level']]], - ['m_5fcpc_5fstats_16555',['m_CPC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acf463c256f5ac08e3c6c71666a682308',1,'amrex::FabArrayBase']]], - ['m_5fcross_16556',['m_cross',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a5dabbd852ff0a3516c1d7b2b40496773',1,'amrex::FabArrayBase::FB']]], - ['m_5fcrse_5fcor_5fbr_16557',['m_crse_cor_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a892cce2e429f77cee7360f2859ceda4d',1,'amrex::MLCellLinOpT']]], - ['m_5fcrse_5fdata_16558',['m_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a74b021a20514364f11e7f743cea7c0b4',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5ffab_5fflag_16559',['m_crse_fab_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a1bc7ad69316f063b0e10812ff7f06705',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5fface_5fba_16560',['m_crse_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a8bfe583f3e39b9b5130c1644c7af9a15',1,'amrex::InterpFaceRegister']]], - ['m_5fcrse_5fflag_16561',['m_crse_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5a0318376def0681f878a9628db75930',1,'amrex::YAFluxRegisterT']]], - ['m_5fcrse_5fgeom_16562',['m_crse_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7563f9f354215d32467cc8b6f3e83ad3',1,'amrex::YAFluxRegisterT::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a6cf33cc04f1dd5084d2bc1153f5952cc',1,'amrex::EdgeFluxRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a66aef4e531d59c7454a73e0b3c44cac5',1,'amrex::InterpFaceRegister::m_crse_geom()']]], - ['m_5fcrse_5fgrown_5ffaces_5fphi_16563',['m_crse_grown_faces_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a25518d5cabb1d9332b6f8fb812d872cf',1,'amrex::OpenBCSolver']]], - ['m_5fcrse_5fmasks_16564',['m_crse_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ec5d013b8c958a21fa9db1db5b613a9',1,'amrex::HypreMLABecLap']]], - ['m_5fcrse_5fratio_16565',['m_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#afb3c670e0176df666a804c831a941f89',1,'amrex::BATbndryReg::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acaf5d98499e6ecc09cac5fe8a027a759',1,'amrex::BATcoarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a596d52f9079ac3303ea362ba657f8bf0',1,'amrex::BATindexType_coarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#abe82c8b83c190d9388ff8cb1f2f41cc1',1,'amrex::FabArrayBase::FB::m_crse_ratio()']]], - ['m_5fcrse_5fsol_5fbr_16566',['m_crse_sol_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#adf51879b81fbd24f9ccb7b9f0142d63b',1,'amrex::MLCellLinOpT']]], - ['m_5fcurrent_16567',['m_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a84175ad1f780ae9de83dc5f4c71b67e0',1,'amrex::BoxIterator']]], - ['m_5fcutcellmask_16568',['m_cutcellmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a319997acfc8739b7d32879751198026b',1,'amrex::EBDataCollection::m_cutcellmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a19f4bfc4f5fd05b24a2ad32e4247f07f',1,'amrex::EB2::Level::m_cutcellmask()']]], - ['m_5fcvol_16569',['m_cvol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a58d0c8eb8bdaf808e5462cfa75b76b3f',1,'amrex::YAFluxRegisterT']]], - ['m_5fd_16570',['m_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aa381914659691d811714d279f927972f',1,'hacc::Distribution']]], - ['m_5fdallocator_16571',['m_dallocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< IArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae08344e2c33c31605edbc0b4635c8730',1,'amrex::detail::SingleChunkArena::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< TagBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< FArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::EBCellFlagFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::Mask >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'amrex::FabArray::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::CutFab >::m_dallocator()']]], - ['m_5fdata_16572',['m_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< std::size_t >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::BoxND >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::NeighborCode >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::openbc::MomTag >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::STLtools::Triangle >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::XDim3 >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< index_type >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int *, DefaultAllocator< int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< unsigned int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'amrex::PODVector::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aa09937d7246ba1774e216bf9c1367332',1,'amrex::IParser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa4b53535c25e645281539b7b5b4f9194',1,'amrex::ArrayOfStructs::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#abad974e99ef68a7b727e428aeb7733c6',1,'amrex::IParserStack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'amrex::LayoutData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< BCTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< RealTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< HYPRE_Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac6fd95b2e7f736db5408bbdc3e44cbe4',1,'amrex::ParticleArrayAccessor::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6567dd1e12cfdc62c93db6fe6e2bc0de',1,'amrex::ParticleCommData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< GFab >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a0b11b0f597e0de5ea793492eaef23cd1',1,'amrex::ParticleArray::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a78fe20d4add82e5047474d829b65ffab',1,'amrex::ParserStack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a24953b8ef5ef372c2ca196d8592053e1',1,'amrex::Parser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa57d6c13b3ffbf9dcc2bf1d3c3496852',1,'amrex::MultiCutFab::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< RealTuple >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< PetscInt >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< int >::m_data()']]], - ['m_5fdebug_16573',['m_debug',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a73a703d4fdc79e256d197275f2cd7695',1,'hacc::Distribution']]], - ['m_5fdefault_5fcomm_16574',['m_default_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'amrex::MLLinOpT::m_default_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'MLLinOpT< Array< MultiFab, 3 > >::m_default_comm()']]], - ['m_5fdefined_16575',['m_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'amrex::AmrParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a27f4405dacee92bf69d837b35ca6d238',1,'amrex::StructOfArrays::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad4a6e09ba4f2ef496ba35c3dac4c19b4',1,'amrex::ParticleTile::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afbbaa0b45b68de1153c75f8243697230',1,'amrex::ParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#add127c532a232ec6ffde039f284dcf98',1,'amrex::ParticleBufferMap::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1c152f39fdeb4881636df629cc0d8077',1,'amrex::BndryDataT::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_defined()']]], - ['m_5fderefine_16576',['m_derefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#acc1197fd9bb49e9d8e48d719e22260d6',1,'amrex::AMRErrorTagInfo']]], - ['m_5fdevice_5fboxes_16577',['m_device_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aaefcc3f59ad58621ab499425634fc0bb',1,'amrex::ParticleLocator']]], - ['m_5fdevice_5fexecutor_16578',['m_device_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a95c3dd2ed3fc298cef334c1b2cae7df7',1,'amrex::IParser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'ParserExecutor< 3 >::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'amrex::ParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a47e58b2ffa31fa7664608518e4887c5e',1,'amrex::IParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad7b795cb104ac74095c7bbd71745e111',1,'amrex::Parser::Data::m_device_executor()']]], - ['m_5fdevice_5ftuple_16579',['m_device_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#acdd88eae26f790899fa6d061102875d0',1,'amrex::ReduceData']]], - ['m_5fdir_16580',['m_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a2e57f52a7f9f0b9b64c98c2c0cb48fed',1,'amrex::EB2::RotationIF']]], - ['m_5fdirection_16581',['m_direction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7dd72f5ab847bff174c67eff2c1b00e5',1,'amrex::EB2::CylinderIF::m_direction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#adaed3ae1e902f8f656e39c2a58de8b11',1,'amrex::EB2::ExtrusionIF::m_direction()']]], - ['m_5fdirichlet_5fmask_16582',['m_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaa52abefe4405ee59158a27c112ccfa9',1,'amrex::MLNodeLinOp']]], - ['m_5fdivu_16583',['m_divu',['../classHydro_1_1MacProjector.html#a2b555b21f073b3d4915cfad5deabaf40',1,'Hydro::MacProjector']]], - ['m_5fdivu_5floc_16584',['m_divu_loc',['../classHydro_1_1MacProjector.html#a08e97fb6ec143c846c7ac02969377823',1,'Hydro::MacProjector']]], - ['m_5fdm_16585',['m_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a990b67e8bf90b3e0a7c137bb67eee236',1,'amrex::ParticleBufferMap::m_dm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a5312b848b9647e4f204768a4d5ee5df7',1,'amrex::MPMD::Copier::m_dm()']]], - ['m_5fdm_5fall_16586',['m_dm_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a40d019b887fcf68ab02864765f88643e',1,'amrex::OpenBCSolver']]], - ['m_5fdm_5fid_16587',['m_dm_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ad4cad04286d0ad719cfe6125b146932e',1,'amrex::FabArrayBase::BDKey']]], - ['m_5fdmap_16588',['m_dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ad8da3b86620279f872f604f11e603bbc',1,'amrex::EB2::Level::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ad8e368b2324d6b210aca23e3d01e7dfa',1,'amrex::PlotFileDataImpl::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad4ddadbe875a0706319f20b55cbc42fd',1,'amrex::ParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa8a7ddd4f65f8f43b9df11669e7720cf',1,'amrex::OpenBCSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'amrex::MLLinOpT::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#adbc41185b004eb0fbb4db236ee599d8c',1,'amrex::HypreSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a521405f480fb9aade08961ffa6198870',1,'amrex::HypreMLABecLap::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac64ebd19d0afad8663e01819448c4760',1,'amrex::AmrParGDB::m_dmap()']]], - ['m_5fdo_5fagglomeration_16589',['m_do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'amrex::MLLinOpT::m_do_agglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_agglomeration()']]], - ['m_5fdo_5fconsolidation_16590',['m_do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'amrex::MLLinOpT::m_do_consolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_consolidation()']]], - ['m_5fdo_5fprofiling_16591',['m_do_profiling',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#abe3cf9ae992eb7a9450eb11500b11f13',1,'amrex::CArena']]], - ['m_5fdo_5fsemicoarsening_16592',['m_do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'amrex::MLLinOpT::m_do_semicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_semicoarsening()']]], - ['m_5fdo_5fteam_5freduce_16593',['m_do_team_reduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5de8f1503fd9c3d7fac5aad2558a3a8b',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fdoihi_16594',['m_doihi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ad8ea19edcbf549f67753ecdcd6a2f32e',1,'amrex::BATbndryReg']]], - ['m_5fdoilo_16595',['m_doilo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae3b0deb00e514295c1a38e8a1cd20506',1,'amrex::BATbndryReg']]], - ['m_5fdomain_16596',['m_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'amrex::AssignGrid::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a96b0b266cd719c5598d83907aaebf43a',1,'amrex::FabArrayBase::RB90::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a68398d2292a320dfdb73768136091c68',1,'amrex::FabArrayBase::RB180::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a92801c71e56e5fdb7873f8f4af0542ac',1,'amrex::EB2::IndexSpaceSTL::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a4728c08d238e8a553b30e672643776a2',1,'amrex::FabArrayBase::PolarB::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a321c610c520a56ef865cc89c0f54211b',1,'FilterVirt::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af511909db1c4395396f3d31565acc81d',1,'amrex::EB2::IndexSpaceChkptFile::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a961c595a3d22b06da38b244becb9f3e3',1,'amrex::EB2::IndexSpaceImp::m_domain()']]], - ['m_5fdomain_5fbloc_5fhi_16597',['m_domain_bloc_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'amrex::MLLinOpT::m_domain_bloc_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_hi()']]], - ['m_5fdomain_5fbloc_5flo_16598',['m_domain_bloc_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'amrex::MLLinOpT::m_domain_bloc_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_lo()']]], - ['m_5fdomain_5fcovered_16599',['m_domain_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'amrex::MLLinOpT::m_domain_covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_covered()']]], - ['m_5fdone_5fcond_16600',['m_done_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#adbb640d4685fec31cf46171b7833a059',1,'amrex::BackgroundThread']]], - ['m_5fdotmask_16601',['m_dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5e1b51f776e54426d9a92e0101b75066',1,'amrex::MLCurlCurl']]], - ['m_5fdp_16602',['m_dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ad1cd3540aa647e1a370450d70fac6176',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fdp_5farrays_16603',['m_dp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< IArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< TagBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< FArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::Mask >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::EBCellFlagFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::CutFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'amrex::FabArray::m_dp_arrays()']]], - ['m_5fdpdn_16604',['m_dpdn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae7fada71ee96535887f907f28e17246c',1,'amrex::OpenBCSolver']]], - ['m_5fdptr_16605',['m_dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afdf4938ce386a4308e372944a4b5a394',1,'amrex::TableData']]], - ['m_5fdst_5findices_16606',['m_dst_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7d3018f1b395f2aebb3caa3acb43be9a',1,'amrex::ParticleCopyPlan']]], - ['m_5fdstba_16607',['m_dstba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a5f390136bc410e6524afb0c7605d01ae',1,'amrex::FabArrayBase::CPC']]], - ['m_5fdstbdk_16608',['m_dstbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f4d274d86da7bb18bb64c7f4a32d0b2',1,'amrex::FabArrayBase::CPC::m_dstbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae69c1f14ad7fca5c0c13a230a1e25b0f',1,'amrex::FabArrayBase::FPinfo::m_dstbdk()']]], - ['m_5fdstdomain_16609',['m_dstdomain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#abfa42f6ff0a76a93b60101c098a38891',1,'amrex::FabArrayBase::FPinfo']]], - ['m_5fdstng_16610',['m_dstng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae2df1732b4308e11bd499e945c34c75f',1,'amrex::FabArrayBase::FPinfo::m_dstng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aee160ab238c25e6538964c9ca2ce1e1c',1,'amrex::FabArrayBase::CPC::m_dstng()']]], - ['m_5fdt_5fcoarse_16611',['m_dt_coarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aeef4e08d1768a02cae4c25c4c5cfd1d5',1,'amrex::FillPatcher']]], - ['m_5fdummy_5fmf_16612',['m_dummy_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb9b347bff9efa17831af4b1c5cb846a',1,'amrex::ParticleContainerBase']]], - ['m_5fdxi_16613',['m_dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'amrex::AssignGrid::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1fc799a241e146a74f383e58b291f188',1,'FilterVirt::m_dxi()']]], - ['m_5fdxi_5fp_16614',['m_dxi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#af1f0a8c52e0ba9142abfcdba68c4562e',1,'amrex::BinMapper']]], - ['m_5fe_5fcrse_16615',['m_E_crse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3f1e0f4027765309bbc93b8110a040a0',1,'amrex::EdgeFluxRegister']]], - ['m_5fe_5ffine_16616',['m_E_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#abd26799d7889db8005b39a33cf1065ad',1,'amrex::EdgeFluxRegister']]], - ['m_5feb_5fb_5fcoeffs_16617',['m_eb_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8f0e80c22cb3ef511cf2dc5b8b5fcd77',1,'amrex::HypreABecLap3::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1644cbea6bac7ad1b9ae4a039cf96cc4',1,'amrex::MLEBABecLap::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac1cb0994a1680b55eb88828ca3e2f53f',1,'amrex::PETScABecLap::m_eb_b_coeffs()']]], - ['m_5feb_5findex_5fspace_16618',['m_eb_index_space',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a8c7a1666b20fe8bfad0377ce4fa278d8',1,'amrex::FillPatcher']]], - ['m_5feb_5fkappa_16619',['m_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa52b74715e6fd800ad391684b5a2321b',1,'amrex::MLEBTensorOp']]], - ['m_5feb_5fphi_16620',['m_eb_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a25296274131127e2be522bd86b57be2c',1,'amrex::MLEBABecLap']]], - ['m_5febcellflag_16621',['m_ebcellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#adb16573267dc8b4b6dca43cc2f4d23d9',1,'amrex::EBFArrayBox']]], - ['m_5febdc_16622',['m_ebdc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0495e6651f6bc2531a88c903354da409',1,'amrex::EBFArrayBoxFactory']]], - ['m_5fedgecent_16623',['m_edgecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a32f7036b775769c3f0c6957b499fe169',1,'amrex::EBDataCollection::m_edgecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a58881e32864c4c8dedf033f9364438ee',1,'amrex::EB2::Level::m_edgecent()']]], - ['m_5fedgecent_5fname_16624',['m_edgecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a64add9870404f75ec1b9f586d1fc04c6',1,'amrex::EB2::ChkptFile']]], - ['m_5fedges_16625',['m_edges',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#ac91b64f531bb3c5cf456af74b4000dd8',1,'amrex::EB2::Vertex']]], - ['m_5fepo_16626',['m_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aa8992473f3d960f9f118c57122a349ea',1,'amrex::FabArrayBase::FB']]], - ['m_5fetype_16627',['m_etype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ae73e6c0e2000bd5397e42f8fd8e42cba',1,'amrex::MLCurlCurl']]], - ['m_5fexe_5fsize_16628',['m_exe_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a1c4d044550c8a47002f221aeead2c6a4',1,'amrex::IParser::Data::m_exe_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a952263602baabb188b5f915266b95dc0',1,'amrex::Parser::Data::m_exe_size()']]], - ['m_5fexpression_16629',['m_expression',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad236fd077460097e96f55779fc18350b',1,'amrex::IParser::Data::m_expression()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac4c2abe9d502dbbdbebf5a60af138db5',1,'amrex::Parser::Data::m_expression()']]], - ['m_5fextend_5fdomain_5fface_16630',['m_extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9f74df8f16a93bd17f000fc12040400c',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fextrap_16631',['m_extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a4316157b8036d764b2c4eab037fc03f3',1,'amrex::StateDescriptor']]], - ['m_5ff_16632',['m_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#ac25ccdc405c9a5dc9e22c69b172fa459',1,'amrex::EB2::DifferenceIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#ad55c726742be3e692c9a65b4c8c6b6e8',1,'amrex::EB2::ExtrusionIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afdb3f4220acfb2353d91feed84482169',1,'amrex::EB2::GeometryShop::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a4673532f2e2842aec58a63be5b8b32ac',1,'amrex::EB2::LatheIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa7438c9a59f4d903792ac05b8a9f796e',1,'amrex::PhysBCFunct::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#abdaf7ef0894bbc027482f233e7fadf74',1,'amrex::EB2::RotationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a092e125d17bca6eaf36ce5f6a1228ab9',1,'amrex::EB2::ScaleIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a00d2c22c6ba65bc4fdf65e95bd081799',1,'amrex::EB2::TranslationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0258d3b856f873ca8b5d4e6452d49605',1,'amrex::EB2::ComplementIF::m_f()']]], - ['m_5ff2c_5fbno_16633',['m_f2c_bno',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab144aa971543222c30856319a467ea10',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fcell_16634',['m_f2c_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7bf5b67f6ea086cafa52c0ffe2782b4f',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fnentries_16635',['m_f2c_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab4ebe994485ed9535fe0159f5ae2fca5',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5foffset_16636',['m_f2c_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a8938d44cca92d62b2df5e43c18bdb7d0',1,'amrex::HypreMLABecLap']]], - ['m_5ff2c_5fvalues_16637',['m_f2c_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a59c610afea3fd46adedf738506caaa8c',1,'amrex::HypreMLABecLap']]], - ['m_5ffa_16638',['m_fa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae0aa4364654842ee9aaba3d573fb6b01',1,'amrex::MFIter::m_fa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a30aad956b0f19c6b897f697915ebf80e',1,'amrex::MultiMask::m_fa()']]], - ['m_5ffa_5fstats_16639',['m_FA_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aef73f8365f2afd099a2293d8f94c7b3e',1,'amrex::FabArrayBase']]], - ['m_5ffabindex_16640',['m_fabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a921b8bd490efd188a603512f830b2697',1,'amrex::FillBoxId']]], - ['m_5ffabs_16641',['m_fabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ab816646d06cbb8bde38ec73d3cad1303',1,'amrex::FillPatchIterator']]], - ['m_5ffabs_5fv_16642',['m_fabs_v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< TagBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< PetscInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< IArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< FArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::EBCellFlagFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::CutFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::Mask >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'amrex::FabArray::m_fabs_v()']]], - ['m_5fface_16643',['m_face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a742f179bd6167bd80a9f9aa9e561bb41',1,'amrex::BATbndryReg::m_face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#ada71160c3d64cb7978bff2cbd0ef851f',1,'amrex::EB2::Edge::m_face()']]], - ['m_5fface_5fmask_16644',['m_face_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac7a90d8875f7129236cd11202764022b',1,'amrex::InterpFaceRegister']]], - ['m_5ffacecent_16645',['m_facecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a214bc0754b038960bcc1f574a448671d',1,'amrex::EBDataCollection::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#a0229df77d862af6df91705d19b2264e6',1,'amrex::EB2::Face::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e965cf11727327d842176406b65ac14',1,'amrex::EB2::Level::m_facecent()']]], - ['m_5ffacecent_5fname_16646',['m_facecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a26703073797142fac2081e575a17a8be',1,'amrex::EB2::ChkptFile']]], - ['m_5ffacetype_16647',['m_facetype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af4864d4b179756bbd81ac48e98f640c9',1,'amrex::EB2::GFab']]], - ['m_5ffactory_16648',['m_factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a948320fb29597814dca7906e314a2c13',1,'amrex::AmrLevel::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac29954add581987ecf4948fb9090b2d6',1,'amrex::StateData::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3f86af74db89e2febf97b8c9d2ae3310',1,'amrex::PETScABecLap::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'amrex::MLLinOpT::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a88d3049d660b7e0a5fca3002d5b78916',1,'amrex::Hypre::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< TagBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< IArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::Mask >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'amrex::FabArray::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aeaf68dbc1a5bddd5bacfa81efe966e0c',1,'amrex::EBFArrayBox::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< FArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< PetscInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::CutFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::EBCellFlagFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_factory()']]], - ['m_5ffafabname_16649',['m_fafabname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3e29beee8db471f8b5cca2c5ab03e1c8',1,'amrex::VisMF']]], - ['m_5ffamax_16650',['m_famax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7f2c6b837b0a29af54ae8280eb42c8c9',1,'amrex::VisMF::Header']]], - ['m_5ffamin_16651',['m_famin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#afaf3496aa1e0bce82336411d0ee67fb6',1,'amrex::VisMF::Header']]], - ['m_5ffba_16652',['m_fba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28f56421d7e9e3da3f3c69396316c3ba',1,'amrex::FillPatcher']]], - ['m_5ffbc_5fstats_16653',['m_FBC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f3f2c05af6fbc9a1e5c59e03133505d',1,'amrex::FabArrayBase']]], - ['m_5ffbid_16654',['m_fbid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a2df3ae174e52a21bb158cde96f9498a4',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffbox_16655',['m_fbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a6c671b8216fcac05344ff477ff2eae56',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffdm_16656',['m_fdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad106fffa846cdb025aee4f0f8e43c582',1,'amrex::FillPatcher']]], - ['m_5ffgeom_16657',['m_fgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a1c66886bf7f6b6444729cb8a783a900d',1,'amrex::FillPatcher']]], - ['m_5ffield_16658',['m_field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a943620be7e3ff54ee46cba11ffb6c736',1,'amrex::AMRErrorTag']]], - ['m_5ffile_5fprefix_16659',['m_file_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6889a9051d04a921daa1893fd1df1c37',1,'amrex::HypreIJIface']]], - ['m_5ffile_5fversion_16660',['m_file_version',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7e2188ea0d115389a8342cc5cee7b100',1,'amrex::PlotFileDataImpl']]], - ['m_5ffillbox_16661',['m_fillBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a7d275a6afa458505374be6f2a948650c',1,'amrex::FillBoxId']]], - ['m_5ffillboxid_16662',['m_fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a98084d56b91ca675332117abc681ebc0',1,'amrex::FillBoxId']]], - ['m_5ffillpatcher_16663',['m_fillpatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a28bc1fbc65e6522419abb88ac1fa8706',1,'amrex::AmrLevel']]], - ['m_5ffinal_5fres_5fnorm_16664',['m_final_res_norm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5fe7d6d6cfec12f507d8fd18600af477',1,'amrex::HypreIJIface']]], - ['m_5ffinal_5fresnorm0_16665',['m_final_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4c8f06d157691aac2a25008ab4d7726f',1,'amrex::MLMGT']]], - ['m_5ffinalizing_16666',['m_finalizing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3011c472d16bad3f2fb7f8749dfb31f4',1,'amrex::BackgroundThread']]], - ['m_5ffine_5fba_16667',['m_fine_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ae7ed7c0d540fff5e91fa3dfd1f824f48',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fbdk_16668',['m_fine_bdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac64d8105ecb149bb9cbabab98f735a3b',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5ffine_5fdm_16669',['m_fine_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a46c573f2892ec197ccd6f97d030b2fe4',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fdomain_16670',['m_fine_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a04b0170ff933582c58896546296f6607',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5ffine_5fface_5fba_16671',['m_fine_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac51cac354d04dd9b8c7a93f4838966c9',1,'amrex::InterpFaceRegister']]], - ['m_5ffine_5fgeom_16672',['m_fine_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ad5422062aa267d4ec336630342c1b9d6',1,'amrex::EdgeFluxRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a7e826c1081b933f4911d83a776e9aeef',1,'amrex::InterpFaceRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3597f5caa96ed6c401d35158a5228fa7',1,'amrex::YAFluxRegisterT::m_fine_geom()']]], - ['m_5ffine_5fgrids_16673',['m_fine_grids',['../classHydro_1_1NodalProjector.html#a3213fc8fbc2d1dc54cd3d15d9e33fecb',1,'Hydro::NodalProjector']]], - ['m_5ffine_5flevel_16674',['m_fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a775a265fd7aa131bd5c7c3f4cef282ed',1,'amrex::YAFluxRegisterT']]], - ['m_5ffine_5fmask_16675',['m_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a46ce26a00431e6e7e5e15f89a73ba61e',1,'amrex::EdgeFluxRegister']]], - ['m_5ffine_5fmasks_16676',['m_fine_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af22af9473b24ca2b90cc6f930f7ab7df',1,'amrex::HypreMLABecLap']]], - ['m_5ffinest_5flevel_16677',['m_finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5bb55222551fb231e12941d2d47c82ee',1,'amrex::PlotFileDataImpl']]], - ['m_5ffinished_16678',['m_finished',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#af157f73a152b86a9b3205859e2601b51',1,'amrex::ParallelDescriptor::Message']]], - ['m_5ffixupcorners_16679',['m_FixUpCorners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a629f8512e45e8f0109a740bfcb7ae412',1,'amrex::FillPatchIteratorHelper']]], - ['m_5ffluxes_16680',['m_fluxes',['../classHydro_1_1MacProjector.html#a4ec68b2f930745533de00196aee51de7',1,'Hydro::MacProjector::m_fluxes()'],['../classHydro_1_1NodalProjector.html#aa2b49029c2c91cb8a855d67d0a7d8606',1,'Hydro::NodalProjector::m_fluxes()']]], - ['m_5ffluxreg_16681',['m_fluxreg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a22cdf5d6b191ab3c883b7167e9f94ebe',1,'amrex::MLCellLinOpT']]], - ['m_5ffn_5fvalue_16682',['m_fn_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae683e1c583e7cf07816bca2d45bb3044',1,'amrex::ReduceData']]], - ['m_5ffo_16683',['m_fo',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a3020f33374f95baa64a0af466a4b9db1',1,'hacc::Dfft']]], - ['m_5ffod_16684',['m_fod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad91e0c829d8420c6f1d3b101d36a4016',1,'amrex::VisMF::Header']]], - ['m_5ffpinfo_5fstats_16685',['m_FPinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a34cc63703ab4e2492a4444199def31d2',1,'amrex::FabArrayBase']]], - ['m_5ffree_16686',['m_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#add916ed06ebf8c1ae3ada3caad5a6f08',1,'amrex::detail::SingleChunkArena']]], - ['m_5ffreelist_16687',['m_freelist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a000d9e231672c9a28a72a05abec379fb',1,'amrex::CArena']]], - ['m_5ffs_16688',['m_fs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a43c352e2981c86e984b42199334339a9',1,'hacc::Dfft']]], - ['m_5ffunc_16689',['m_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab67b8bb7e25e2ed11cc2232a777835fd',1,'amrex::BackgroundThread::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae3ab9a1a654b93b76375ce4cb1ff2e7e',1,'amrex::StateDescriptor::BndryFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#aa524711b285ac936d623cc027ae2897c',1,'amrex::BndryFuncArray::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a696ccaf269d8a90f242321b54dd2d4d0',1,'amrex::ErrorRec::ErrorFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3e10daec10c4fe4ffb4c4dfc44191fae',1,'amrex::ErrorRec::ErrorFunc2::m_func()']]], - ['m_5ffunc3d_16690',['m_func3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#aee3952d72b0935f8b2cbdfbb92ca719b',1,'amrex::StateDescriptor::BndryFunc::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a950db9de3de37eb8a46c1a6aafd8f797',1,'amrex::BndryFuncArray::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a598f453d141e3c4a494e3e66d0f6aa37',1,'amrex::ErrorRec::ErrorFunc::m_func3D()']]], - ['m_5ffuncfab_16691',['m_funcfab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac36632ed67ea0632dcdc421076491ba3',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5ffuncs_16692',['m_funcs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_funcs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'amrex::AmrAssignGrid::m_funcs()']]], - ['m_5fg_16693',['m_g',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a85e4793cd4318ff7f3f91116853a1c87',1,'amrex::EB2::DifferenceIF']]], - ['m_5fgdb_16694',['m_gdb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2821fc52ed661ccd9e9d821b81476fff',1,'amrex::ParticleContainerBase']]], - ['m_5fgdb_5fobject_16695',['m_gdb_object',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7faac754ff05cf1b841bfe49dad579ba',1,'amrex::ParticleContainerBase']]], - ['m_5fgeom_16696',['m_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a4e9d5ca2618309d4445ac8fa75fafc1f',1,'amrex::EBDataCollection::m_geom()'],['../classHydro_1_1NodalProjector.html#aa081412b94f4342fd653a7cb92d0a59b',1,'Hydro::NodalProjector::m_geom()'],['../classHydro_1_1MacProjector.html#a5e38ecf0019b49e1953cae988b87b0f1',1,'Hydro::MacProjector::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa6747659911e4c8cbc65903a9a9f1632',1,'amrex::PhysBCFunct::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a55b814bac069d35c1202b6734035492f',1,'amrex::ParticleLocator::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#aa9edba29f53ceff7a4fcfb3c05e555ea',1,'amrex::ParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a1d6c905d586d04d63a33985d4a919ce2',1,'amrex::OpenBCSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'MLLinOpT< Array< MultiFab, 3 > >::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'amrex::MLLinOpT::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a41f3157550d8422c88471518b5ede26c',1,'amrex::EB2::Level::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a60957b371c1e6c775ebb2e18bbbc2c99',1,'amrex::EB2::IndexSpaceSTL::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a67b71508a8ce8db6d5ab58b35d00beab',1,'amrex::EB2::IndexSpaceImp::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aabcbca6230081fe9f8e03c7b16a06f01',1,'amrex::EB2::IndexSpaceChkptFile::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a20ebfa3f1563d8e3f8e1dcea53380a01',1,'amrex::HypreSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa6642b5952fc1a28a72c7fbed7a5a540',1,'amrex::HypreMLABecLap::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0dece5de11da52cba439675d6f632976',1,'amrex::EBFArrayBoxFactory::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa01e7a859a8d2072ea34ac2a6ac8a886',1,'amrex::AmrParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a723c404098736351072f4a99daf9bddb',1,'amrex::AMReX::m_geom()']]], - ['m_5fgeom_5fall_16697',['m_geom_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ad29033cba507834586f9f24eef2fbf',1,'amrex::OpenBCSolver']]], - ['m_5fget_5fbucket_16698',['m_get_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a7fed473672f976de3014a8116df479f4',1,'amrex::GetSendBufferOffset']]], - ['m_5fget_5fpid_16699',['m_get_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6a63716df57946f90594a5a756582a77',1,'amrex::GetSendBufferOffset']]], - ['m_5fgfunc_16700',['m_gfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0518667e9de9aca8293b5a3db32d985e',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5fgfunc3d_16701',['m_gfunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a756e4a4dbfc69f7f7f7125762f76d417',1,'amrex::StateDescriptor::BndryFunc']]], - ['m_5fgid_16702',['m_gid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#af61839b65ba1beba4a4fc7cb17f687be',1,'AssignGridFilter']]], - ['m_5fglobal_5fid_16703',['m_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab6a49cdaf1b77ee27cbace82f6051bd8',1,'amrex::HypreSolver']]], - ['m_5fglobal_5fid_5fvec_16704',['m_global_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a2bb4aceb3d3328636d465c9e548946a2',1,'amrex::HypreSolver']]], - ['m_5fgmres_16705',['m_gmres',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a32ef8424897f89206ea72f7f3affbdd0',1,'amrex::GMRESMLMGT']]], - ['m_5fgraph_16706',['m_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a8f4dcb82f15a4fb7213375849bd135bd',1,'amrex::EB2::GFab']]], - ['m_5fgrid_16707',['m_grid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a37fd4172114d4ae282243c03c4dcd7db',1,'amrex::ParticleLocData::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a3da49389826f1bbe7fcc5082d1e641a7',1,'amrex::EBToPVD::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a2b4f1e35053c6eff621312f08820c58f',1,'amrex::ParticleCommData::m_grid()']]], - ['m_5fgrid_5fassignors_16708',['m_grid_assignors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'amrex::AmrParticleLocator::m_grid_assignors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_grid_assignors()']]], - ['m_5fgrid_5fmap_16709',['m_grid_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aafab3c8c1565c5457b08400f0c7984',1,'amrex::NeighborParticleContainer']]], - ['m_5fgridbox_16710',['m_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad76df9c28985f6f2702043b28fa56d35',1,'amrex::ParticleLocData']]], - ['m_5fgrids_16711',['m_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad777b3fad5c1f17ebcd1419f66f3c672',1,'amrex::HypreMLABecLap::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad5f189d2a76fa6190a2c636cd1c41fa1',1,'amrex::HypreSolver::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a5417de191837a4807397f9dd9acffbc4',1,'amrex::EB2::Level::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'amrex::MLLinOpT::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'MLLinOpT< Array< MultiFab, 3 > >::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a036b6904fd09ed914a7b12ebc900034a',1,'amrex::OpenBCSolver::m_grids()']]], - ['m_5fgroupsize_16712',['m_groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a507dc54afbf20a888ba1dab3cd62c040',1,'amrex::StateDescriptor']]], - ['m_5fgrown_5fgridbox_16713',['m_grown_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a12ff326b3e7086df34eb217f6e7e7f61',1,'amrex::ParticleLocData']]], - ['m_5fgrowsize_16714',['m_growsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a86e3e6118853e3c7624e46167f7766f7',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fgrs_16715',['m_grs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'GMRES< MF, GMRESMLMGT< MF > >::m_grs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'amrex::GMRES::m_grs()']]], - ['m_5fgshop_16716',['m_gshop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a7a8604de6a8c669b0b0f2801226fb4e6',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fgslevel_16717',['m_gslevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a472b17e9e1003aa3003cc26d234bc926',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fh_5fruntime_5fi_5fcptrs_16718',['m_h_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9f66d16240dd600998ef45e05274d7c7',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fi_5fptrs_16719',['m_h_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3436758dffeaf35f5a789cc3044b4fc2',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fr_5fcptrs_16720',['m_h_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a320930fbc7b1e5ee8788ae1fa458c3da',1,'amrex::ParticleTile']]], - ['m_5fh_5fruntime_5fr_5fptrs_16721',['m_h_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a84686ee6d52c6077a3007ccc355c70bc',1,'amrex::ParticleTile']]], - ['m_5fhas_5falpha_16722',['m_has_alpha',['../classHydro_1_1NodalProjector.html#a8c1b5e9dea7181fc3da013765e883a2f',1,'Hydro::NodalProjector']]], - ['m_5fhas_5fcf_16723',['m_has_cf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a10ff3c540a6210b65bce49aaa68d7583',1,'amrex::EdgeFluxRegister']]], - ['m_5fhas_5feb_5finfo_16724',['m_has_eb_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8ca77bd2758bddbc9d71e12a1c317418',1,'amrex::EB2::Level']]], - ['m_5fhas_5feb_5fkappa_16725',['m_has_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aed368e6d9fa6a5cb5b193e4368d39cb7',1,'amrex::MLEBTensorOp']]], - ['m_5fhas_5ffine_5fbndry_16726',['m_has_fine_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a73246b9e7679b93591f2093a857c3',1,'amrex::MLNodeLinOp']]], - ['m_5fhas_5fgeom_16727',['m_has_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2cb84092989356fad230a48fe44a4f58',1,'amrex::AmrParGDB']]], - ['m_5fhas_5fkappa_16728',['m_has_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ac24f61712e93b25ebcd55639f30ce2',1,'amrex::MLEBTensorOp::m_has_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a0aebce2114e6c519b7648b87daceeb11',1,'amrex::MLTensorOp::m_has_kappa()']]], - ['m_5fhas_5fmetric_5fterm_16729',['m_has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ada8bf2b1964f2023282e23ac54a948f4',1,'amrex::MLCellLinOpT']]], - ['m_5fhas_5fneighbors_16730',['m_has_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a027a8bd9c7726edd5ab979a6ee716fa8',1,'amrex::NeighborParticleContainer']]], - ['m_5fhas_5fpreconditioner_16731',['m_has_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad68ef3fe7945a74770ed92aadd0508ee',1,'amrex::HypreIJIface']]], - ['m_5fhas_5frhs_16732',['m_has_rhs',['../classHydro_1_1NodalProjector.html#a969ad628117ec1dca9e18c35dee55d9c',1,'Hydro::NodalProjector']]], - ['m_5fhas_5frobin_16733',['m_has_robin',['../classHydro_1_1MacProjector.html#a1c9bd5d33afa53f6aea9988d22007ceb',1,'Hydro::MacProjector']]], - ['m_5fhas_5fsigma_5fmf_16734',['m_has_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af1c4b0f8fc67f356ca5716e94634a6f5',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fhdr_16735',['m_hdr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8b04406fcfdbec77eba187d3ceb9b2dc',1,'amrex::VisMF']]], - ['m_5fhead_16736',['m_head',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a2592709514015ee6c2e68a254a2b5806',1,'amrex::VisMF::FabOnDisk']]], - ['m_5fheight_16737',['m_height',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ac76b57e5f88b041a0369fc7a8c5026f7',1,'amrex::EB2::CylinderIF']]], - ['m_5fhes_16738',['m_hes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'amrex::GMRES::m_hes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes()']]], - ['m_5fhes_5f1d_16739',['m_hes_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'amrex::GMRES::m_hes_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes_1d()']]], - ['m_5fhh_16740',['m_hh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'amrex::GMRES::m_hh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh()']]], - ['m_5fhh_5f1d_16741',['m_hh_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'amrex::GMRES::m_hh_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh_1d()']]], - ['m_5fhi_16742',['m_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'amrex::AssignGrid::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a13836ae745cdf1ef18c14cc11e386afd',1,'amrex::EB2::BoxIF::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a418711dcd50105d05161524f9137bb5d',1,'amrex::TableData::m_hi()']]], - ['m_5fhi_5fp_16743',['m_hi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a09e1a7b318d980843013d446fe2c5d4f',1,'amrex::BinMapper']]], - ['m_5fhibc_16744',['m_hibc',['../classHydro_1_1MacProjector.html#aa46ae8feaa2d066dc6fb3fd1a0a1524f',1,'Hydro::MacProjector::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'amrex::MLLinOpT::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a22567436af78d852be2635bd9c046735',1,'amrex::HypreMLABecLap::m_hibc()']]], - ['m_5fhibc_5forig_16745',['m_hibc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'amrex::MLLinOpT::m_hibc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc_orig()']]], - ['m_5fhishft_16746',['m_hishft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae30ce7aef9fb1c29ea4b1a2708ae19eb',1,'amrex::BATbndryReg']]], - ['m_5fhost_5fboxes_16747',['m_host_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a67f017c8270b95e07b622e8c1ed97b6c',1,'amrex::ParticleLocator']]], - ['m_5fhost_5fexecutor_16748',['m_host_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad58fe278866bfbcb5cb3390140b72344',1,'amrex::IParser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'ParserExecutor< 3 >::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'amrex::ParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aebb2811410391a0199dce35e55edcafa',1,'amrex::IParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad41fcfcb360640fde45500a1580c522a',1,'amrex::Parser::Data::m_host_executor()']]], - ['m_5fhost_5ftuple_16749',['m_host_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a45d8b95de17a37ca2b1a02df500f2035',1,'amrex::ReduceData']]], - ['m_5fhow_16750',['m_how',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acd1a09adb4489f55771a680dd2cc9d43',1,'amrex::VisMF::Header']]], - ['m_5fhp_16751',['m_hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a61018a635a080b4ef9d94852423668ae',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fhp_5farrays_16752',['m_hp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< TagBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< IArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< FArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::EBCellFlagFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::CutFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< PetscInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'amrex::FabArray::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::Mask >::m_hp_arrays()']]], - ['m_5fhunk_16753',['m_hunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7bbf66f41bc3167185236bdcd6fe67a1',1,'amrex::CArena']]], - ['m_5fhypre_5fij_16754',['m_hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3a684b2d3ced4b0194697632ba0f91a8',1,'amrex::HypreSolver']]], - ['m_5fhypre_5fobject_5ftype_16755',['m_hypre_object_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ed51028a078ac94de993687b7411103',1,'amrex::HypreMLABecLap']]], - ['m_5fhypre_5fsolver_5fid_16756',['m_hypre_solver_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#adaa1de14576861c282ef98849361cff2',1,'amrex::HypreMLABecLap']]], - ['m_5fi_16757',['m_i',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a73f6c5940e933d6a33f935f750fbbcc0',1,'amrex::Gpu::StreamIter::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a5e4fbd0434728a17409c80f498acb9af',1,'amrex::Neighbors::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ae3bf13aefa6e07e08445ab681f363296',1,'amrex::BinIterator::m_i()']]], - ['m_5fid_16758',['m_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a72eda643c9080e17e52e8aea8756cd35',1,'amrex::ParallelContext::Frame']]], - ['m_5fid_5foffset_16759',['m_id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a413ac1a74ee41e809a9db1d4eaca9402',1,'amrex::HypreSolver']]], - ['m_5fidata_16760',['m_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a3034f52dc837cdb8c2e04fdd15572955',1,'amrex::ConstParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a017be53b64346d557da975c2a473a5a3',1,'amrex::StructOfArrays::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'amrex::ParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a2b585340461a43c8bed49aefc535f060',1,'amrex::ParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a26cc52a679bd8acec80cf5677f109480',1,'amrex::ParticleBase< T, 0, NInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'amrex::ParticleBase::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#ac8985bd9a524c39d1ed80cacca044197',1,'amrex::ConstParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a9da7d4371d02e10cd184a772ecfaa82a',1,'amrex::ParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'amrex::ConstParticleTileData::m_idata()']]], - ['m_5fidcpu_16761',['m_idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'amrex::ParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a62679baf18972e398b3c6f5148fc9087',1,'amrex::StructOfArrays::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a51427d204fb68f910c4a707da1ee5d0b',1,'amrex::ParticleBase< T, NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a283940f2680bb7c20e2f82975db086d9',1,'amrex::ParticleBase< T, 0, NInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a0721aeee066f4dce4294ef22a899d6e9',1,'amrex::ParticleBase< T, 0, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'amrex::ParticleBase::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'amrex::ConstParticleTileData::m_idcpu()']]], - ['m_5filower_16762',['m_ilower',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a9973ebbe0d5b11055141cfc15a1a2cad',1,'amrex::HypreIJIface']]], - ['m_5fimag_16763',['m_imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a50e77be424412b0789610d627520c151',1,'amrex::GpuComplex']]], - ['m_5fimpl_16764',['m_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a120c87042788ba7040ced33bbff0dcf5',1,'amrex::PlotFileData']]], - ['m_5fin_5fsolution_5fmode_16765',['m_in_solution_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a28e2b90709541cf46d64d3d382e6ade7',1,'amrex::MLNodeLinOp']]], - ['m_5finclude_5fperiodic_16766',['m_include_periodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a401ec74087f41577fd64f98dcd2490fc',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5finclude_5fphysbndry_16767',['m_include_physbndry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a9d73e7555d567b02c07dce4555f46499',1,'amrex::FabArrayBase::CFinfo']]], - ['m_5findex_16768',['m_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#afba47c1927bd537e97033eb5f5a6bdab',1,'amrex::BinIterator::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4892e7cb73b23e77466bcbebda4916f1',1,'amrex::SoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ab3d7b85eaaaa3603c37bcbdff9b9790a',1,'amrex::Neighbors::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ab5b57f7c904cde9efcc725b982dcfbf3',1,'amrex::Neighbors::const_iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aabe16c4205ba7567728db00191bdb3e8',1,'amrex::ConstSoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aa73689929eae42431f0f210d8bb28fee',1,'amrex::FillPatchIteratorHelper::m_index()']]], - ['m_5findex_5farray_16769',['m_index_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a89d87a77852f51756c34d02d92cf8656',1,'amrex::DistributionMapping::Ref']]], - ['m_5findex_5ftype_16770',['m_index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf16a10afaa8e55e344ed56680c70c13',1,'amrex::HypreSolver']]], - ['m_5findextype_16771',['m_indexType',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a0658b5293698992c4cc7df2062991b2a',1,'amrex::BATransformer::BATOp']]], - ['m_5findextype_5fcoarsenratio_16772',['m_indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a68ef0cc603c58e0aa79d76ddc1b4c360',1,'amrex::BATransformer::BATOp']]], - ['m_5finfo_16773',['m_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a501d9971a3346526fae6093d6de95642',1,'amrex::AMRErrorTag::m_info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeec6daa6ebe88ef8eaf6491af2f02cd6',1,'amrex::OpenBCSolver::m_info()']]], - ['m_5finit_5fresnorm0_16774',['m_init_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af6339494ac0686d76870dfad3febbea1',1,'amrex::MLMGT']]], - ['m_5finside_16775',['m_inside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#adb20f13a740421e91b3b1eb3e95672b1',1,'amrex::EB2::PolynomialIF']]], - ['m_5finstance_16776',['m_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad7909bf4e2448edc26489e346cb367ac',1,'amrex::AMReX::m_instance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a8534fa5e1a19e2e1f6fbcfb162a8460a',1,'amrex::EB2::IndexSpace::m_instance()']]], - ['m_5finterp_16777',['m_interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28281a3e9ad213ff779ae2b7978c8fff',1,'amrex::FillPatcher']]], - ['m_5finterpbndry_5fhalfwidth_16778',['m_interpbndry_halfwidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab5b6c73fee0004ac732f74350cc72bab',1,'amrex::MLCellLinOpT']]], - ['m_5fio_5frank_16779',['m_io_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2b4c46fb1ac3129d8c997f52241de7a1',1,'amrex::ParallelContext::Frame']]], - ['m_5fiparser_16780',['m_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ae2e79afe3f2835ee854cfbe074879d97',1,'amrex::IParser::Data']]], - ['m_5fis_5fbottom_5fsingular_16781',['m_is_bottom_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a51345471274acc0bdd0b5477285d4db1',1,'amrex::MLNodeLinOp']]], - ['m_5fis_5feb_5finhomog_16782',['m_is_eb_inhomog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a11297b15320727df4d9e32d3b8085c06',1,'amrex::MLEBABecLap']]], - ['m_5fis_5frz_16783',['m_is_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6e9813d42ab7f38861a4b0a0d88f6080',1,'amrex::MLNodeLaplacian']]], - ['m_5fis_5fsingular_16784',['m_is_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aeba6bdc290f5aa871187ccbfb92afc16',1,'amrex::MLPoissonT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa0125d9d8e480d38f2b3798bff1f0616',1,'amrex::MLABecLaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaabb766cd6deb544d0f29b9a304c4445',1,'amrex::MLALaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a713db21288dfddc11241dba5a6c317fa',1,'amrex::HypreMLABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69f0aa528f3437aed6e5fbc26d3f1820',1,'amrex::MLEBABecLap::m_is_singular()']]], - ['m_5fis_5fthread_5fsafe_16785',['m_is_thread_safe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a10d54646513ded7c12d45870888d0e64',1,'amrex::MPMD::Copier']]], - ['m_5fisec_5fboxes_16786',['m_isec_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8cec5f0f49ca18e99496c3530716772b',1,'amrex::NeighborParticleContainer']]], - ['m_5fitems_16787',['m_items',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'amrex::DenseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< ParticleType >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< typename amrex::ParticleTileData >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a443e37b09ea6527ffea24dbf13d77c4a',1,'amrex::BinIterator::iterator::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a0e425a63d9c75b2d31eb2f05e775e83c',1,'amrex::SparseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aed3575613242ea883eda555b4cdedb83',1,'amrex::SparseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a86bd9751f73a297822528a06e967334a',1,'amrex::DenseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a01f4b71f99b7d18cf3cb21f5bab573be',1,'amrex::BinIterator::m_items()']]], - ['m_5fiter_5ffine_5fresnorm0_16788',['m_iter_fine_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5d0dc2ebd750fd37b790b56fe2339d15',1,'amrex::MLMGT']]], - ['m_5fits_16789',['m_its',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'amrex::GMRES::m_its()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'GMRES< MF, GMRESMLMGT< MF > >::m_its()']]], - ['m_5fiupper_16790',['m_iupper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa3fa7e313e805db63a29e594319ec349',1,'amrex::HypreIJIface']]], - ['m_5fixtype_16791',['m_ixtype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_ixtype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'amrex::MLLinOpT::m_ixtype()']]], - ['m_5fjob_5fcond_16792',['m_job_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a71752cb305b9ed234397d1575b5c679b',1,'amrex::BackgroundThread']]], - ['m_5fkappa_16793',['m_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ab2cb2c4fcbbbf0e3fdedad325fd6b9',1,'amrex::MLEBTensorOp::m_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aa056265afa394abc77bb3fa40fcb96d9',1,'amrex::MLTensorOp::m_kappa()']]], - ['m_5flarge_5fradius_16794',['m_large_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab5c98ffdc830c5d1b1161e7febad6e0f',1,'amrex::EB2::TorusIF']]], - ['m_5flb_16795',['m_lb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a847e4c82e77b1879f0a265106f2969ac',1,'amrex::WeightedBoxList']]], - ['m_5flbox_16796',['m_lbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adeadcf55bf1de6d0a14007817795bfbf',1,'amrex::BoxList']]], - ['m_5flead_16797',['m_lead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#ac3aa97bce1863d762909aca16c65f13e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5flead_5fcomm_16798',['m_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#aa79a14d32c85df7c2912b7cac38f4416',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5flen_16799',['m_len',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a614d1738c82b3361f91ddd9572a5e0a3',1,'amrex::Cluster']]], - ['m_5flev_16800',['m_lev',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#ac8c0956840e85e64e1a2ff8d9bf1fa34',1,'amrex::ParticleCommData::m_lev()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a9f48ea741ddeb412ac869174a1f6dac9',1,'amrex::ParticleLocData::m_lev()']]], - ['m_5flev_5fgid_5fto_5fbucket_16801',['m_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#aaa894d51240ca3994d613ac9819b94cf',1,'amrex::GetBucket::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac4fa128b9d676ec237a9a1b6f931fba8',1,'amrex::GetPID::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a7fbd0ee9e9b5a85ed8c759880d0603e0',1,'amrex::ParticleBufferMap::m_lev_gid_to_bucket()']]], - ['m_5flev_5fmax_16802',['m_lev_max',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac3fa8f081cf19099f5fda4c64951dfaa',1,'AssignGridFilter']]], - ['m_5flev_5fmin_16803',['m_lev_min',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac57a8d70934ba968148055cf1bbcd866',1,'AssignGridFilter']]], - ['m_5flev_5foffsets_16804',['m_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#a470e41f4257b381e33ce814969d74a49',1,'amrex::GetBucket::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ab5443e45483c897f9d54a9f63e8d4e20',1,'amrex::ParticleBufferMap::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a9be86ae5c5e3f798194611a3798ea8c6',1,'amrex::GetPID::m_lev_offsets()']]], - ['m_5flevel_16805',['m_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'amrex::ParIterBase_impl::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()']]], - ['m_5flevel_5fsteps_16806',['m_level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a534316dfdeb033f40bdb613b8edc6188',1,'amrex::PlotFileDataImpl']]], - ['m_5fleveldata_16807',['m_leveldata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae6fe45dc33b6ea836ee80240e7e621af',1,'amrex::FillPatchIteratorHelper::m_leveldata()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a5eccfe50e3b8752e800329c8fe0946b7',1,'amrex::FillPatchIterator::m_leveldata()']]], - ['m_5flevels_16808',['m_levels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a6bcb299fb24ae49438d9aff35ff1fee5',1,'amrex::ParticleCopyOp']]], - ['m_5flevelset_16809',['m_levelset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab3e6789efd39bd7d39bd01cf97c85b07',1,'amrex::EBDataCollection::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a999ca961f5c742f5d61cbace2d88535d',1,'amrex::EB2::Level::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a361f500f8c5de192acb6538e1a372139',1,'amrex::EB2::GFab::m_levelset()']]], - ['m_5flevelset_5fname_16810',['m_levelset_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a47f6864a08dd002d65836de5491e3f4e',1,'amrex::EB2::ChkptFile']]], - ['m_5flinop_16811',['m_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'amrex::GMRES::m_linop()'],['../classHydro_1_1NodalProjector.html#ab426a15837e93adc52fbf136e6654c5a',1,'Hydro::NodalProjector::m_linop()'],['../classHydro_1_1MacProjector.html#a230ddf37a4c7f45eec3159dc8f9b932b',1,'Hydro::MacProjector::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aade37c46d216449063107a555d33010e',1,'amrex::GMRESMLMGT::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'GMRES< MF, GMRESMLMGT< MF > >::m_linop()']]], - ['m_5flo_16812',['m_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'amrex::AssignGrid::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad4346ff5843f027fe798ba9dfa0ebe51',1,'amrex::TableData::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a22bbb9f61e5ec1f1e7086880b73e2c39',1,'amrex::EB2::BoxIF::m_lo()']]], - ['m_5flo_5fp_16813',['m_lo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a0c3ffb962a03c3307030e52e384688ef',1,'amrex::BinMapper']]], - ['m_5flobc_16814',['m_lobc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad5a3ca519f25c6a41cea565dd7e9dc23',1,'amrex::HypreMLABecLap::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'amrex::MLLinOpT::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc()'],['../classHydro_1_1MacProjector.html#ab6757cc9b4d2315ee90db5718d534c7a',1,'Hydro::MacProjector::m_lobc()']]], - ['m_5flobc_5forig_16815',['m_lobc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'amrex::MLLinOpT::m_lobc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc_orig()']]], - ['m_5flocal_16816',['m_local',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1d2885301b5e06ee60387143583aa6f6',1,'amrex::ParticleCopyPlan']]], - ['m_5flocal_5fid_16817',['m_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad8cc6880de72069843e8277129ece3dc',1,'amrex::HypreSolver']]], - ['m_5flocal_5foffsets_16818',['m_local_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'amrex::DenseBins::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< ParticleType >::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< typename amrex::ParticleTileData >::m_local_offsets()']]], - ['m_5flocals_16819',['m_locals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aca1f9ad0544614004789f38c2ee3e659',1,'amrex::Parser::Data']]], - ['m_5flocators_16820',['m_locators',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_locators()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'amrex::AmrParticleLocator::m_locators()']]], - ['m_5floctags_16821',['m_LocTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#ac9cf38f68949932d8e7815a7caffc7c8',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5floshft_16822',['m_loshft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8076201cf94e0e9145160b6aa522ba26',1,'amrex::BATbndryReg']]], - ['m_5flpinfo_5farg_16823',['m_lpinfo_arg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2a4ce226902dbe904fa45173845d4cac',1,'amrex::MLCellABecLapT']]], - ['m_5flusolver_16824',['m_lusolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a194ba25b27e4f357966eb10f008566d2',1,'amrex::MLCurlCurl']]], - ['m_5fmap_16825',['m_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af0e183d350296703e8deaebb9a88f81a',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmasks_5fbuilt_16826',['m_masks_built',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2bb5e031c87b6bdf67618f9c25dc6945',1,'amrex::MLNodeLinOp']]], - ['m_5fmaskvals_16827',['m_maskvals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a9c470f145301b98fe0938ac6241284eb',1,'amrex::MLCellLinOpT']]], - ['m_5fmat_16828',['m_mat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a5a5715e926af85d43393633db8dd9e99',1,'amrex::LUSolver::m_mat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abfee36b1993dbc4950e1288521db42c6',1,'amrex::HypreIJIface::m_mat()']]], - ['m_5fmax_16829',['m_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#abfc04c1de628cba28c97f597fd5e9448',1,'amrex::VisMF::Header']]], - ['m_5fmax_5fblocks_16830',['m_max_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a95441a0edc24955aa9f0c83e21c34cad',1,'amrex::ReduceData']]], - ['m_5fmax_5flevel_16831',['m_max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7bdeaf9c375d4115ec95e188d537269d',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmax_5fstack_5fsize_16832',['m_max_stack_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a863a707fe492216d36ff882e0fbee9e9',1,'amrex::Parser::Data::m_max_stack_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f3166649cf29c5c3292bfb4eee475ec',1,'amrex::IParser::Data::m_max_stack_size()']]], - ['m_5fmax_5fstream_5findex_16833',['m_max_stream_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8c68dd84973b0f9d3ab7c7d5a3c81fd6',1,'amrex::ReduceData']]], - ['m_5fmax_5ftime_16834',['m_max_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a53b6a8de32e2ca45e830037a5024de24',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmaxiter_16835',['m_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'amrex::GMRES::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'GMRES< MF, GMRESMLMGT< MF > >::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afe4c13918588f999571c9b8ff61458eb',1,'amrex::HypreMLABecLap::m_maxiter()'],['../classHydro_1_1MacProjector.html#a0fcc02e53442b6c2ae858e59c0f5ea2a',1,'Hydro::MacProjector::m_maxiter()']]], - ['m_5fmaxorder_16836',['m_maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a7b04bbe6b54d748e48516df1695bc139',1,'amrex::Hypre::m_maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd2f0814b146783f613e60a476aa0a57',1,'amrex::PETScABecLap::m_maxorder()']]], - ['m_5fmaxtag_16837',['m_MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3',1,'amrex::ParallelDescriptor']]], - ['m_5fmem_5fusage_16838',['m_mem_usage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1cba13cd9d7009299774b13eb2f49484',1,'amrex::FabArrayBase']]], - ['m_5fmf_16839',['m_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8b03f36aa484c3096470892346337619',1,'amrex::FabSetT::m_mf()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a764850492da1fd11e69854a0a6d511cf',1,'amrex::Any::innards::m_mf()']]], - ['m_5fmf_5fname_16840',['m_mf_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a1a193312a2db503b2cd3fb46c556500d',1,'amrex::PlotFileDataImpl']]], - ['m_5fmfcd_16841',['m_mfcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aaf087145837f2626f17e9e93b71ff985',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmfid_16842',['m_mfid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#adaa101ebcbc10df6a2a761ea3fb3e78b',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fmgf_16843',['m_mgf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1313168a355b46b2d03060c450036477',1,'amrex::EB2::Level']]], - ['m_5fmin_16844',['m_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a321215a8ba0e8ef28744b61bdd15d0d4',1,'amrex::VisMF::Header']]], - ['m_5fmin_5ftime_16845',['m_min_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a2a4305e6d904d38980905de01195f7db',1,'amrex::AMRErrorTagInfo']]], - ['m_5fmintag_16846',['m_MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6',1,'amrex::ParallelDescriptor']]], - ['m_5fmlmg_16847',['m_mlmg',['../classHydro_1_1MacProjector.html#a1b186e20edf642dbab422aee51150e55',1,'Hydro::MacProjector::m_mlmg()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac6bdd073a8562762729e78088cf2bbb9',1,'amrex::GMRESMLMGT::m_mlmg()'],['../classHydro_1_1NodalProjector.html#a05a43fb39b4da17d9d2493c75e7221f6',1,'Hydro::NodalProjector::m_mlmg()']]], - ['m_5fmlmg_5f1_16848',['m_mlmg_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af4f8bd2cd9315ff6b44f81cc1e4a2d6f',1,'amrex::OpenBCSolver']]], - ['m_5fmlmg_5f2_16849',['m_mlmg_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a97b6170ecb8747fcc50cfc8fb11da671',1,'amrex::OpenBCSolver']]], - ['m_5fmomtags_5fd_16850',['m_momtags_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a42401091098315c9aaab7a635345692f',1,'amrex::OpenBCSolver']]], - ['m_5fmomtags_5fh_16851',['m_momtags_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a637ef773d76e4ded161fdde7e2057d7e',1,'amrex::OpenBCSolver']]], - ['m_5fmpi_5fops_16852',['m_mpi_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3461c9bae69de0e75d147ae431f938d4',1,'amrex::ParallelDescriptor']]], - ['m_5fmpi_5ftag_16853',['m_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0c03450ec8650e511181fb540b42e880',1,'amrex::ParallelContext::Frame']]], - ['m_5fmpi_5ftypes_16854',['m_mpi_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b5ef1a376307bde13dbe55d2f88da41',1,'amrex::ParallelDescriptor']]], - ['m_5fmulti_5fghost_16855',['m_multi_ghost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a042c8672d37a4a51f885ab940987ed71',1,'amrex::FabArrayBase::FB::m_multi_ghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8c10e1b5a28a55c6dc388f7df101a97',1,'amrex::FabArrayBase::m_multi_ghost()']]], - ['m_5fmutx_16856',['m_mutx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a9f33f06880c6b03a62b70fd559ab53df',1,'amrex::BackgroundThread']]], - ['m_5fn_16857',['m_n',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad477a99f0707aee61523131329f2ad34',1,'amrex::Gpu::range_detail::range_impl::m_n()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52a24ab365296e0cb90e053580751fb1',1,'amrex::Gpu::StreamIter::m_n()']]], - ['m_5fname_16858',['m_name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a3384af022eabbdadda0f20d0bda79ebe',1,'amrex::VisMF::FabOnDisk']]], - ['m_5fnblocks_16859',['m_nblocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a23018825c7f4b69f2ccc208bc88cfaa0',1,'amrex::OpenBCSolver::m_nblocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#afc0d93d82209acea61137a5a042adee1',1,'amrex::ReduceData::m_nblocks()']]], - ['m_5fnblocks_5flocal_16860',['m_nblocks_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac4211b50259bcddcdb640a73362b0e19',1,'amrex::OpenBCSolver']]], - ['m_5fnblocks_5fx_16861',['m_nblocks_x',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ab8a2eebe5390786a4fd677cae1cb498f',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fnbor_5fcounts_16862',['m_nbor_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1de2b2bb7b0bb67975ada3971cbdeb5c',1,'amrex::NeighborList']]], - ['m_5fnbor_5flist_16863',['m_nbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8df0b0f7eda2e96fc9eb3a1fa768597a',1,'amrex::NeighborList']]], - ['m_5fnbor_5flist_5fptr_16864',['m_nbor_list_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a20b39fd43ff39609db949fa3ef3f7926',1,'amrex::Neighbors::iterator::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ad9f5e91117e760e1bc3ad9d78d2052a6',1,'amrex::Neighbors::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#aaa6b74f92a1ba6a7318b0f06381035dc',1,'amrex::NeighborData::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a22f2a4baa17c0c12c53a40f86c652d44',1,'amrex::Neighbors::const_iterator::m_nbor_list_ptr()']]], - ['m_5fnbor_5foffsets_16865',['m_nbor_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aa4802374875adf70531e733654308316',1,'amrex::NeighborList']]], - ['m_5fnbor_5foffsets_5fptr_16866',['m_nbor_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#aa9ff8703b2a5f6683425a7a9a9f46792',1,'amrex::Neighbors::m_nbor_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#af26fd25b39faa11f8357d2d750b44ba4',1,'amrex::NeighborData::m_nbor_offsets_ptr()']]], - ['m_5fncomp_16867',['m_ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a7ae82b32f3ba8bce2d86556224b6b06c',1,'amrex::EdgeFluxRegister::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af33672ac47d288fbe42c788ddb8f953a',1,'amrex::YAFluxRegisterT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7f9318219055f7d10f6975d75660182f',1,'amrex::PlotFileDataImpl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a85df3961f7b0ad04d0ad1463ea1e24da',1,'amrex::MLEBABecLap::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a85d721f72de7a13036fb1ce5bc77d452',1,'amrex::MLCurlCurl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a602e57dc56518cf767d65a236dffe0d1',1,'amrex::MLALaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1d9a5429f6674a76b4137e4631578413',1,'amrex::MLABecLaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae01923bcfc09d7f3aab7f68c9380c54e',1,'amrex::VisMF::Header::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac4b64e926d1d6763788ee539be3f5d3e',1,'amrex::FillPatchIteratorHelper::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7614b1bf508cfb79fd233bf3c7527b00',1,'amrex::FillPatchIterator::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a81344a3343158d0e1d9e14938e171ba9',1,'amrex::FillPatcher::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#adabe55330d4668477240acc170ab6032',1,'amrex::BndryDataT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab182ebb19ff924700a85e7e6db1a0a2c',1,'amrex::MLCellLinOpT::BndryCondLoc::m_ncomp()']]], - ['m_5fnd_5ffine_5fmask_16868',['m_nd_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a034b72948cecb00630515b6a2de77109',1,'amrex::MLNodeLinOp']]], - ['m_5fneed_5fbcs_16869',['m_need_bcs',['../classHydro_1_1NodalProjector.html#a75b07026d94697bd10a08da83798f1eb',1,'Hydro::NodalProjector']]], - ['m_5fneed_5fsetup_16870',['m_need_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6598d193c7640eac64bfc15ff2ad8a0',1,'amrex::HypreIJIface']]], - ['m_5fneed_5fto_5fclear_5fbd_16871',['m_need_to_clear_bd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< RealTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< RealTuple >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< PetscInt >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< HYPRE_Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'amrex::LayoutData::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< BCTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< GFab >::m_need_to_clear_bd()']]], - ['m_5fneeds_5fcoarse_5fdata_5ffor_5fbc_16872',['m_needs_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'amrex::MLLinOpT::m_needs_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_needs_coarse_data_for_bc()']]], - ['m_5fneeds_5fdomain_5fbcs_16873',['m_needs_domain_bcs',['../classHydro_1_1MacProjector.html#a326c6639e52cc713f7b2c1fd5512006b',1,'Hydro::MacProjector']]], - ['m_5fneeds_5finit_16874',['m_needs_init',['../classHydro_1_1MacProjector.html#a735fb39b953d7b3116b4c080bdbc9597',1,'Hydro::MacProjector']]], - ['m_5fneeds_5flevel_5fbcs_16875',['m_needs_level_bcs',['../classHydro_1_1MacProjector.html#ae868875d84ae01251b3baadfb5aca443',1,'Hydro::MacProjector']]], - ['m_5fneeds_5fupdate_16876',['m_needs_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab3dca372fae6a1446f43a056d410f165',1,'amrex::MLABecLaplacianT::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a15ebbe140a2faea1fccb3b4bb71ddb60',1,'amrex::MLTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3a04ce523f79cd92d755563953021ceb',1,'amrex::MLNodeABecLaplacian::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a15abc2cecf258e0967f5803ef5c5729e',1,'amrex::MLEBTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aadf975aed65ffe24b230421d1366de50',1,'amrex::MLEBABecLap::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#af29f1000f607cefa4da6f1b1ee30090a',1,'amrex::MLALaplacianT::m_needs_update()']]], - ['m_5fneighbor_5flist_16877',['m_neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a739c2408e1c55081d20e737f6bf7ec8f',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fmask_5finitialized_16878',['m_neighbor_mask_initialized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68fedc2fd57b0e5efccdf65617f930ff',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fmask_5fptr_16879',['m_neighbor_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f3bc83f8fdf1b3468248103a0000a49',1,'amrex::NeighborParticleContainer']]], - ['m_5fneighbor_5fprocs_16880',['m_neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1eeb92e8809fe6c87b84c777c42323e6',1,'amrex::ParticleCopyPlan']]], - ['m_5fng_16881',['m_ng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a243abcb767a6293942dfe15a845d2faf',1,'amrex::FabArrayBase::CFinfo::m_ng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aa6a101ddf89df501b82f6fcc9e91ebd7',1,'amrex::FabArrayBase::ParForInfo::m_ng()']]], - ['m_5fnghb_16882',['m_nghb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#aa6351251f6a541b7405e78821225617a',1,'amrex::EB2::Vertex']]], - ['m_5fnghost_16883',['m_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5c4673c519e93d3cb903313647fce320',1,'amrex::FillPatcher::m_nghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0c8e0e716132c46ca1f819aec5f0ffc9',1,'amrex::HypreSolver::m_nghost()']]], - ['m_5fngpublocks_5fd_16884',['m_ngpublocks_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a08a177855c8f971da2aa51ebc08041bf',1,'amrex::OpenBCSolver']]], - ['m_5fngpublocks_5fh_16885',['m_ngpublocks_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a80eeb93e042aaf3ba2197349b17e85c0',1,'amrex::OpenBCSolver']]], - ['m_5fngrow_16886',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ad9db2e06c6728146ed5d6a2cf2fc956c',1,'amrex::EB2::IndexSpaceSTL']]], - ['m_5fngrow_16887',['m_nGrow',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a273643e65dcd082d6987730ff80754e3',1,'AssignGridFilter']]], - ['m_5fngrow_16888',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#ab3a3b3cf9579cd6289f0f73e1d9c70bd',1,'amrex::FabArrayBase::RB90::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a586875a69a8c7797c4b3a306dd1d175b',1,'amrex::FabArrayBase::RB180::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a3224bd8a5138a0ec366714238188b64f',1,'amrex::PlotFileDataImpl::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a3ca8c8a83ae8de231f84a5f8069e8348',1,'amrex::FabArrayBase::FB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aeca546f429ec75acace53426c6907257',1,'amrex::VisMF::Header::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af795cbf728f61e01dad211ef844a441c',1,'amrex::EB2::IndexSpaceChkptFile::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a49bcede42d9af444fdc2894b3454b63a',1,'amrex::EB2::IndexSpaceImp::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8c1e66f34abde299d2379f0261cfcb53',1,'amrex::EBDataCollection::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab3c2e7a6fa7e1fb6b00450e34add430d',1,'amrex::AMRErrorTag::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ae7d84e3daa0f3502f2ce6369dcb42f60',1,'amrex::FabArrayBase::PolarB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4b580f495f97633950d9a0822c940fe8',1,'amrex::EB2::Level::m_ngrow()']]], - ['m_5fngrowdomain_16889',['m_ngrowdomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3a92090574e0adaf00fc51398e9fcc32',1,'amrex::OpenBCSolver']]], - ['m_5fniters_5fcg_16890',['m_niters_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad44bb368a47f6e10513f541a1047d18c',1,'amrex::MLMGT']]], - ['m_5fnlevels_16891',['m_nlevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4ad2e4f73b2aa49cdd43dba6388760d6',1,'amrex::PlotFileDataImpl::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3f3c0311a36b81a7d73ef79905f77acd',1,'amrex::ParGDB::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a73bf18da48973ca4cc293bf50410a031',1,'amrex::HypreMLABecLap::m_nlevels()']]], - ['m_5fnorm_5ffine_5fmask_16892',['m_norm_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af29ed070015666e58d890685cb491900',1,'amrex::MLCellLinOpT::m_norm_fine_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aac3b69575b67cb155459d699783d537f',1,'amrex::MLNodeLinOp::m_norm_fine_mask()']]], - ['m_5fnormal_16893',['m_normal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acfd09edde6beeedfbac972b29a0bfa65',1,'amrex::EB2::PlaneIF']]], - ['m_5fnormalization_5fthreshold_16894',['m_normalization_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a0797df73e7c6a1283fd31748aa6f12e5',1,'amrex::MLNodeLaplacian']]], - ['m_5fnosigma_5fstencil_16895',['m_nosigma_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad3c3c020157daad724a6fff640529913',1,'amrex::MLNodeLaplacian']]], - ['m_5fnot_5ffound_16896',['m_not_found',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ab50914c07d7e0dd20468660135fb6a17',1,'amrex::BinIterator::m_not_found()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a7bbba0567292af76a5b3d7937dcadd76',1,'amrex::SparseBinIteratorFactory::m_not_found()']]], - ['m_5fnpivs_16897',['m_npivs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a27b3efefb425391025f69a103f062dc0',1,'amrex::LUSolver']]], - ['m_5fnprocs_5fper_5fnode_16898',['m_nprocs_per_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2efa14fb9d9ac2f6288d17e6890132ac',1,'amrex::ParallelDescriptor']]], - ['m_5fnprocs_5fper_5fprocessor_16899',['m_nprocs_per_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a38b3712843db6ceb3877ab59bd4df4f0',1,'amrex::ParallelDescriptor']]], - ['m_5fnranks_16900',['m_nranks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a31bfd44f2e4c7e7fe623b14eb62b81c6',1,'amrex::ParallelContext::Frame']]], - ['m_5fnrcvs_16901',['m_nrcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac2e31e632d2856477f32757e16ba053e',1,'amrex::ParticleCopyPlan']]], - ['m_5fnrows_16902',['m_nrows',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a090a812eff2805e0156494ff84bc332d',1,'amrex::HypreSolver']]], - ['m_5fnrows_5fgrid_16903',['m_nrows_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0da44696050a0f1ee648fad900d497f0',1,'amrex::HypreSolver']]], - ['m_5fnrows_5fproc_16904',['m_nrows_proc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#aa617021e09275cf95cafa956854a0e76',1,'amrex::HypreSolver']]], - ['m_5fnstates_16905',['m_nstates',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a5dd0ffbdeea32e60081285deaf2923ec',1,'amrex::BlockMutex']]], - ['m_5fnthreads_16906',['m_nthreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a42964fcfc71605c366a9881334b4b44e',1,'amrex::FabArrayBase::ParForInfo']]], - ['m_5fnthreads_5fmomtag_16907',['m_nthreads_momtag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5d5c2037341dc1939ceb71904c642f7e',1,'amrex::OpenBCSolver']]], - ['m_5fnull_16908',['m_null',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a4847995282bbe72acece1c294025df39',1,'amrex::BATransformer::BATOp']]], - ['m_5fnum_5famr_5flevels_16909',['m_num_amr_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'amrex::MLLinOpT::m_num_amr_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_amr_levels()']]], - ['m_5fnum_5fbins_16910',['m_num_bins',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a11aed40e2ac62cfff56202d86e98a1ec',1,'amrex::SparseBinIteratorFactory::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'amrex::AssignGrid::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a7e4813e198bd76868be6eacd0120a562',1,'amrex::ParticleLocator::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_num_bins()']]], - ['m_5fnum_5fcoarsen_5fopt_16911',['m_num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a53bf89272eec625e5a81c23b9a555615',1,'amrex::EB2::IndexSpaceImp']]], - ['m_5fnum_5fiterations_16912',['m_num_iterations',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac7f56a34119321e36dcd74e70071caa0',1,'amrex::HypreIJIface']]], - ['m_5fnum_5fmg_5flevels_16913',['m_num_mg_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_mg_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'amrex::MLLinOpT::m_num_mg_levels()']]], - ['m_5fnum_5fneighbor_5fcells_16914',['m_num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c12404dedc750595ce4d68731d6fc29',1,'amrex::NeighborParticleContainer']]], - ['m_5fnum_5fneighbor_5fparticles_16915',['m_num_neighbor_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a8c77c12736c976f0848d534b810cdc34',1,'amrex::StructOfArrays::m_num_neighbor_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3306e52c6281fde864a8d33a9b53d72c',1,'amrex::ArrayOfStructs::m_num_neighbor_particles()']]], - ['m_5fnum_5fruntime_5fint_16916',['m_num_runtime_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'amrex::ParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'amrex::ParticleContainer_impl::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'amrex::ConstParticleTileData::m_num_runtime_int()']]], - ['m_5fnum_5fruntime_5freal_16917',['m_num_runtime_real',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'amrex::ParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'amrex::ParticleContainer_impl::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'amrex::ConstParticleTileData::m_num_runtime_real()']]], - ['m_5fnum_5ftri_16918',['m_num_tri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a02713b3bdf5197301486a78cca290534',1,'amrex::STLtools']]], - ['m_5fnumsnds_16919',['m_NumSnds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a18a64fd46d15d910a3fdd48a4868a200',1,'amrex::ParticleCopyPlan']]], - ['m_5fnumteams_16920',['m_numTeams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a665b0b12d8aadf1fe4050650f79c880f',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fnuse_16921',['m_nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f9ac2d25dca93a6c78e056366d6a1d7',1,'amrex::FabArrayBase::CPC::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae49fab0f0511c1fdf00502b40eecf615',1,'amrex::FabArrayBase::FPinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a0a00f73f9c7b0a2817b46ea1044e17ff',1,'amrex::FabArrayBase::FB::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ab7ed1b94952706285d9835f120f14460',1,'amrex::FabArrayBase::CFinfo::m_nuse()']]], - ['m_5fnvars_16922',['m_nvars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3c89ce27b59a958a85af76b7106d0d47',1,'amrex::HypreSolver::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aaef798272fb28c2f79185f6be424a717',1,'amrex::Parser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f941db726ad3f6a2e60a4e4bed8229a',1,'amrex::IParser::Data::m_nvars()']]], - ['m_5foff_5fbins_5fp_16923',['m_off_bins_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a64387b045d204383bf43d1daf728d4a2',1,'amrex::BinMapper']]], - ['m_5foffset_16924',['m_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a2c1236a694939f630bd82a59f383f00d',1,'amrex::OpenBCSolver::m_offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#aa65411b79204065ebd07950c94c0cb34',1,'amrex::EB2::TranslationIF::m_offset()']]], - ['m_5foffset_5fcf_5fbcoefs_16925',['m_offset_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6a33ca51865b1c9f828b5d53187ede6c',1,'amrex::HypreMLABecLap']]], - ['m_5foffsets_16926',['m_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a61877be196b17888cd8222578d4ddf02',1,'amrex::SparseBins::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< typename amrex::ParticleTileData >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< ParticleType >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'amrex::DenseBins::m_offsets()']]], - ['m_5foffsets_5fptr_16927',['m_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ade6704bbc963e4c3734bd2348e79847b',1,'amrex::SparseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#af40598ebac6f1379f8c9364e0140cecf',1,'amrex::DenseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a5481f6264dec77ce8ab7e5d055b43d77',1,'amrex::BinIterator::m_offsets_ptr()']]], - ['m_5fok_16928',['m_ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acdef1c2b11c62f8e02b1a4806de74376',1,'amrex::EB2::Level']]], - ['m_5fold_16929',['m_old',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#aa241ac23303cd06b4eb0b725e5815086',1,'amrex::Gpu::LaunchSafeGuard::m_old()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a6988aa8a1462464a612470f422835404',1,'amrex::Gpu::GraphSafeGuard::m_old()']]], - ['m_5fop_16930',['m_op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ae5934f27c83bc63db5971f7d9fc6c780',1,'amrex::BATransformer']]], - ['m_5foptions_5fnamespace_16931',['m_options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a68f95ee1a326d07fe027835c905ece00',1,'amrex::HypreSolver']]], - ['m_5fout_16932',['m_out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9137c45cc574cabfd0194ab8ed082116',1,'amrex::ParallelContext::Frame']]], - ['m_5fout_5ffilename_16933',['m_out_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a3ae9cdc97369e2f1381f095af24e497e',1,'amrex::ParallelContext::Frame']]], - ['m_5foverride_5fsync_16934',['m_override_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aae9da292ab2ecb89a86dbda52330ae4e',1,'amrex::FabArrayBase::FB']]], - ['m_5foverset_5fdirichlet_5fmask_16935',['m_overset_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7c0bb3eeb87e33f76c055d78e1e68df2',1,'amrex::MLNodeLinOp']]], - ['m_5foverset_5fmask_16936',['m_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa1bc328cdef65e6dfab478914c2913d7',1,'amrex::MLCellABecLapT::m_overset_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5deec6d79b32b6214a8ed086a2129e8d',1,'amrex::HypreABecLap3::m_overset_mask()']]], - ['m_5foverwrite_5ffiles_16937',['m_overwrite_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8586f98cdc225f4e2a60cc42046b0504',1,'amrex::HypreIJIface']]], - ['m_5fowner_16938',['m_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a8d1a994928ff734df597327f22db12dd',1,'amrex::CArena::Node']]], - ['m_5fowner_5fmask_16939',['m_owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ac643c87beeb9db50b0bf6c3584e0e055',1,'amrex::HypreSolver']]], - ['m_5fowner_5fmask_5fbottom_16940',['m_owner_mask_bottom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2f43f1de03008aad9e578d76ad0551be',1,'amrex::MLNodeLinOp']]], - ['m_5fowner_5fmask_5ftop_16941',['m_owner_mask_top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f3b2435897100cfd9e1cba8c95d7af',1,'amrex::MLNodeLinOp']]], - ['m_5fownership_16942',['m_ownership',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a2f337d4047cb7af6c2c86b6a56ff0523',1,'amrex::DistributionMapping::Ref']]], - ['m_5fpa_16943',['m_pa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a87affdf01557cac536e54b52e606783d',1,'amrex::Gpu::Elixir::m_pa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e7c0f5fc1401ba1497916e015b8591c',1,'amrex::VisMF::m_pa()']]], - ['m_5fpad_5fcorrection_16944',['m_pad_correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a81bc5519ac623a1d14e612f8fe202742',1,'amrex::GetSendBufferOffset']]], - ['m_5fpara_16945',['m_parA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a95128f78f0176e507ec9b05cddbb80a5',1,'amrex::HypreIJIface']]], - ['m_5fparent_16946',['m_parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9077580d8ff605511c26c67b023364e8',1,'amrex::EBFArrayBoxFactory::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'amrex::MLLinOpT::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4e89aa75cb75a863666efa8df2f74e9b',1,'amrex::EB2::Level::m_parent()']]], - ['m_5fparmparse_5fprefix_16947',['m_parmparse_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a605594e57a93565ba4561e922fc237d4',1,'amrex::HypreMLABecLap']]], - ['m_5fparrhs_16948',['m_parRhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a470b11bb06368021f02f861a95520128',1,'amrex::HypreIJIface']]], - ['m_5fparser_16949',['m_parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a0ee1bc4aa5ddc1e1c59c6e3b4965630c',1,'amrex::EB2::ParserIF::m_parser()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#abac6e2284d98331984ef3d8967877219',1,'amrex::Parser::Data::m_parser()']]], - ['m_5fparser_5fprefix_16950',['m_parser_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d6405babd810179e1e69872b4075fb',1,'amrex::ParmParse']]], - ['m_5fparsln_16951',['m_parSln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abc0833145a0104c5fd87f4d16dc89db9',1,'amrex::HypreIJIface']]], - ['m_5fparticle_5fcurrent_5ftile_16952',['m_particle_current_tile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'amrex::ParIterBase_impl::m_particle_current_tile()']]], - ['m_5fparticle_5flocator_16953',['m_particle_locator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9bbd6752d478b3a24e66f2caa11196b',1,'amrex::ParticleContainerBase']]], - ['m_5fparticle_5frreqs_16954',['m_particle_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa7dcdca22d276a177da66220283582c0',1,'amrex::ParticleCopyPlan']]], - ['m_5fparticle_5fstats_16955',['m_particle_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aac55f2c595ea7f57832345df3d5fb78b',1,'amrex::ParticleCopyPlan']]], - ['m_5fparticle_5ftile_5fdata_16956',['m_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3756c36bbd9c983a71008537cd238cf5',1,'amrex::SoAParticle']]], - ['m_5fparticles_16957',['m_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'amrex::ParticleContainer_impl::m_particles()']]], - ['m_5fpc_16958',['m_pc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'amrex::ParIterBase_impl::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()']]], - ['m_5fperiod_16959',['m_period',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#ae5ff0f4d1aea7da43378472739eae7d2',1,'amrex::FabArrayBase::CPC::m_period()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a80294b3b23ece6729eca66ec2b75dcad',1,'amrex::FabArrayBase::FB::m_period()']]], - ['m_5fperiodic_5fshift_16960',['m_periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a3486942c2721d9199b20c57461b5d31a',1,'amrex::ParticleCopyOp']]], - ['m_5fperm_16961',['m_perm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aabe787e78944c662b6e4288f23c5eafb',1,'amrex::BinIterator::iterator::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a0c8ada8a50d63270eee76dd43195a8ff',1,'amrex::SparseBins::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< typename amrex::ParticleTileData >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< ParticleType >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'amrex::DenseBins::m_perm()']]], - ['m_5fpermutation_5fptr_16962',['m_permutation_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a3f84a41c582546501b263369e4d13ef1',1,'amrex::SparseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a08f5000a813c49c45a7f7c7476360106',1,'amrex::DenseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aaa0ba8a334ea7c7bdafb69ad89955e1f',1,'amrex::BinIterator::m_permutation_ptr()']]], - ['m_5fphi_16963',['m_phi',['../classHydro_1_1MacProjector.html#a20de06bc31b064c6e819c541272c3be9',1,'Hydro::MacProjector::m_phi()'],['../classHydro_1_1NodalProjector.html#a2df28ee7713c43e77e24d14df3f77bcc',1,'Hydro::NodalProjector::m_phi()']]], - ['m_5fphi_5feb_16964',['m_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aac77fee4af067d987c117ae62a73d9ce',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fphi_5floc_16965',['m_phi_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae0ea21faa4cc1aeadf8641b37d8cf59f',1,'amrex::MLEBABecLap::m_phi_loc()'],['../classHydro_1_1MacProjector.html#ac58750f077dd9c946450520bb464eade',1,'Hydro::MacProjector::m_phi_loc()']]], - ['m_5fphind_16966',['m_phind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5169dad1c41680aa536527c80486f3b6',1,'amrex::OpenBCSolver']]], - ['m_5fpi_16967',['m_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4af48d8e7785fd2fdc80cc68c460e520',1,'amrex_constants_module']]], - ['m_5fpiv_16968',['m_piv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaceb7a501559fdef423b5e60f493d4fd',1,'amrex::LUSolver']]], - ['m_5fplan_5fb_5fx_16969',['m_plan_b_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a62d18d315e872bef1a1d63fa96dcf1e2',1,'hacc::Dfft']]], - ['m_5fplan_5fb_5fy_16970',['m_plan_b_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab473013539fe7740454dde52bc863b08',1,'hacc::Dfft']]], - ['m_5fplan_5fb_5fz_16971',['m_plan_b_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae07650ba6c341261fcff1963c992145f',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fx_16972',['m_plan_f_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a9e008a9f0839f098d817a567bf2c598c',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fy_16973',['m_plan_f_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aa73a222d425fcec58d2b0f8526ed8399',1,'hacc::Dfft']]], - ['m_5fplan_5ff_5fz_16974',['m_plan_f_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a6aead4d24eb32ff0f26282de9e0434d6',1,'hacc::Dfft']]], - ['m_5fplo_16975',['m_plo',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1dfe31cd80d8874bb9f33d3825231f1c',1,'FilterVirt::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'amrex::AssignGrid::m_plo()']]], - ['m_5fplo_5fp_16976',['m_plo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#aa13006c74c21b3e90f81412d731f3b35',1,'amrex::BinMapper']]], - ['m_5fplotfile_5fname_16977',['m_plotfile_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5dcb296f4bcc59a183bba8f18210753b',1,'amrex::PlotFileDataImpl']]], - ['m_5fpmap_16978',['m_pmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a71bfe2565cefe2ceb8ad882db3ebabc3',1,'amrex::DistributionMapping::Ref']]], - ['m_5fpoint_16979',['m_point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd2eb5b291fa7b4f4be7cad13c797274',1,'amrex::EB2::PlaneIF']]], - ['m_5fpoints_16980',['m_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a37d083bd92c41f07f8e14c4ace3496e5',1,'amrex::EBToPVD']]], - ['m_5fpoisson_16981',['m_poisson',['../classHydro_1_1MacProjector.html#ac385fd4e191d432e3aeabb6d622664f6',1,'Hydro::MacProjector']]], - ['m_5fpoisson_5f1_16982',['m_poisson_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a709e83e70ab954da3922f40d676b5295',1,'amrex::OpenBCSolver']]], - ['m_5fpoisson_5f2_16983',['m_poisson_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a30bb1d5c74178f67ac147168cf5d7e27',1,'amrex::OpenBCSolver']]], - ['m_5fpolynomial_16984',['m_polynomial',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ab7dabb0bff8ee7a62ab1b97108429374',1,'amrex::EB2::PolynomialIF::m_polynomial()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aa2c56927d92aab11d6102c29c9040f30',1,'amrex::EB2::PolyIF::m_polynomial()']]], - ['m_5fpos_16985',['m_pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#aa9f0b1bb9d369e5c204d1b6b6f7f6d67',1,'amrex::ParticleBase< T, NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#aab64d84387cf94f9ce8589049ec9ad9e',1,'amrex::ParticleBase< T, 0, NInt >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a705b1e5e27e52766ed56b20e98a0ece2',1,'amrex::ParticleBase< T, 0, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'amrex::ParticleBase::m_pos()']]], - ['m_5fprecond_16986',['m_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#acf501d7d69fdc89f757a8d27e455072a',1,'amrex::HypreIJIface']]], - ['m_5fprecond_5fniters_16987',['m_precond_niters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a199c70c91ab83732cc2982f3712411e1',1,'amrex::GMRESMLMGT']]], - ['m_5fpreconddestroyptr_16988',['m_precondDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad878f5c593038147c41c21ca7c8ec7d4',1,'amrex::HypreIJIface']]], - ['m_5fpreconditioner_5fname_16989',['m_preconditioner_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b1cf6f83cb8e3c65a01f11ff4003041',1,'amrex::HypreIJIface']]], - ['m_5fprecondsetupptr_16990',['m_precondSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a47d2841ac9969152f7c22549648ae15a',1,'amrex::HypreIJIface']]], - ['m_5fprecondsolveptr_16991',['m_precondSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a689f3de56a17e91425f008df5ddd02b0',1,'amrex::HypreIJIface']]], - ['m_5fprefix_16992',['m_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941314412b0921ba802f4620404cf33c',1,'amrex::ParmParse']]], - ['m_5fprev_5fflag_16993',['m_prev_flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a4950c95e43281815ad532ba7f6fa16b7',1,'amrex::Gpu::SingleStreamRegion::m_prev_flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#ab3c2ef6e1ce41acc4328659e78732084',1,'amrex::Gpu::NoSyncRegion::m_prev_flag()']]], - ['m_5fprimary_16994',['m_primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a7e0f7bd48cf94860e432afd6adbc3747',1,'amrex::StateDescriptor']]], - ['m_5fprob_5fdomain_16995',['m_prob_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a51f959e60b4b3d013245636746c44247',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5fhi_16996',['m_prob_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a8f100dd50d87c8225ab3f4bd4e4e81ee',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5flo_16997',['m_prob_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac9e8ecd94ee3a7eb0baa3683442354ce',1,'amrex::PlotFileDataImpl']]], - ['m_5fprob_5fsize_16998',['m_prob_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa3ede8e016bea208be71cb1362edf3f7',1,'amrex::PlotFileDataImpl']]], - ['m_5fproc_5fbox_5fcounts_16999',['m_proc_box_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#abc5ce29ac4025b099cc18ee6308b4b0f',1,'amrex::ParticleBufferMap']]], - ['m_5fproc_5fbox_5foffsets_17000',['m_proc_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a65d85d75d30b1f67500bfa62aff5b162',1,'amrex::ParticleBufferMap']]], - ['m_5fprofiling_5fstats_17001',['m_profiling_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a92c55c16fad7194ada541a5645340a03',1,'amrex::CArena']]], - ['m_5fprop_5fzero_17002',['m_prop_zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ad478296de575a072a91d73b9f8b0332e',1,'amrex::GMRESMLMGT']]], - ['m_5fpstruct_17003',['m_pstruct',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a9d4e86f7dc2ff83b23bcd1d0a3d04413',1,'amrex::NeighborList::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a4b3fbe9ad7a9534399391d67b192eed1',1,'amrex::Neighbors::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a09fd3cee10d0e540e802b6c7cd9fc6fd',1,'amrex::NeighborData::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a557c95eb717280427b11fa5404f4724a',1,'amrex::Neighbors::iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ac281e48bd349f0ba8f42b9373eaf0915',1,'amrex::Neighbors::const_iterator::m_pstruct()']]], - ['m_5fptmax_17004',['m_ptmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a135d25559bca9a4ec5dca07f1d08378b',1,'amrex::STLtools']]], - ['m_5fptmin_17005',['m_ptmin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aeeee47c9bfc52a2c01f6b6ad38043b49',1,'amrex::STLtools']]], - ['m_5fptr_17006',['m_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ae7a9bb6b1bb859d01987340327e8d570',1,'amrex::Any::m_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#acb61a285c530ab7badab8ba4c096eb4b',1,'amrex::FatPtr::m_ptr()']]], - ['m_5fptr_5fowner_17007',['m_ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a343632bf7caa49187def50cae53bf757',1,'amrex::TableData']]], - ['m_5fptref_17008',['m_ptref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ab287060a4866170710f23abb884afe91',1,'amrex::STLtools']]], - ['m_5fradii_17009',['m_radii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a1ba71f374b287b623a388dd3c3080135',1,'amrex::EB2::EllipsoidIF']]], - ['m_5fradius_17010',['m_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7c5b05498e0dbdf86a65e6fc719e12ad',1,'amrex::EB2::CylinderIF::m_radius()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3de3a558f56392c6c36976d0a8f21813',1,'amrex::EB2::SphereIF::m_radius()']]], - ['m_5fraii_5fcomm_17011',['m_raii_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'amrex::MLLinOpT::m_raii_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_raii_comm()']]], - ['m_5frange_17012',['m_range',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a33de9fa05506431fd65c4134ce8ce573',1,'amrex::FillPatchIterator']]], - ['m_5frank_17013',['m_rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac01973ea2c365ab71ce7903d8e1dc686',1,'amrex::WeightedBoxList']]], - ['m_5frank_5fin_5fnode_17014',['m_rank_in_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28c7a40658a100cdc586086b19a3915',1,'amrex::ParallelDescriptor']]], - ['m_5frank_5fin_5fprocessor_17015',['m_rank_in_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a089c919e9ff83dd0697192ff37dabbce',1,'amrex::ParallelDescriptor']]], - ['m_5frank_5fme_17016',['m_rank_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#aa5b185e14618f1bef2f4a7bbd9be3f35',1,'amrex::ParallelContext::Frame']]], - ['m_5frankinteam_17017',['m_rankInTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7afcd50dc8308b36a3f92aa13686d7d1',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5fratio_17018',['m_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3cc8f2331d48facc82d8d85c31bab3f1',1,'amrex::YAFluxRegisterT::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a97a8d3b8adf15cc4121246a77d7d23e0',1,'amrex::FillPatcher::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a762cdbc28b362b73ca1e44330814ea07',1,'amrex::EdgeFluxRegister::m_ratio()']]], - ['m_5frcv_5fbox_5fcounts_17019',['m_rcv_box_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0cecada82881cc3751599dc6818e5a26',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5fids_17020',['m_rcv_box_ids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0298dfc0a4cf7473d0928f295d4fc69a',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5flevs_17021',['m_rcv_box_levs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a30ec4ed1918cc93dc2345d25aeb4a650',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5foffsets_17022',['m_rcv_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bda4dd344e77a88f619886e4b7a5e41',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fbox_5fpids_17023',['m_rcv_box_pids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a27b5bc6c55bb3af6e0a9fe4227182a2e',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fdata_17024',['m_rcv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aade131a77bcc6958b5a1c5296f4f62ec',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fnum_5fparticles_17025',['m_rcv_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb2916dc26f61c4c1e88711227433967',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fpad_5fcorrection_5fd_17026',['m_rcv_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a8305346a9bb20a4e5d7983acb025a5a8',1,'amrex::ParticleCopyPlan']]], - ['m_5frcv_5fpad_5fcorrection_5fh_17027',['m_rcv_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac166e1289239c5e946d1286621d5abd5',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvproc_17028',['m_RcvProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abfa960b63b48835c96d12a8754327b10',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvs_17029',['m_Rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a77c7aface2c0ecf8d3a8006c8924e8fc',1,'amrex::ParticleCopyPlan']]], - ['m_5frcvtags_17030',['m_RcvTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ace340f0f6a72f7ab1c028ea49d783ba3',1,'amrex::MPMD::Copier::m_RcvTags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a8a30e2336976ffe878c2c6558ecce70d',1,'amrex::FabArrayBase::CommMetaData::m_RcvTags()']]], - ['m_5frdata_17031',['m_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'amrex::ParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaffa30601135a22b5e4f9ac283b06aa1',1,'amrex::StructOfArrays::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a1fb1e5ea06a345e33563fe09729a8ee7',1,'amrex::ParticleBase< T, NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'amrex::ParticleBase::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'amrex::ConstParticleTileData::m_rdata()']]], - ['m_5freal_17032',['m_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#abe7e2332d46ea24486dfe52e6aaf0e84',1,'amrex::GpuComplex']]], - ['m_5frealbox_17033',['m_realbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a780852cad4ac22553f8cdbda0ff107a4',1,'amrex::AMRErrorTagInfo']]], - ['m_5frecompute_5fpreconditioner_17034',['m_recompute_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad473615875cdc97cafae5a44ca7fff27',1,'amrex::HypreIJIface']]], - ['m_5fredblack_17035',['m_redblack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a32694ef00d37d519168801799c4b90e1',1,'amrex::MLNodeTensorLaplacian']]], - ['m_5fref_17036',['m_ref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a66d4a4d11b9ff6a159c90448e55b6885',1,'amrex::DistributionMapping::m_ref()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaf44041b956612401793f474280e5e2f',1,'amrex::BoxArray::m_ref()']]], - ['m_5fref_5fratio_17037',['m_ref_ratio',['../classHydro_1_1NodalProjector.html#aa26e4d42d1be4192245b2a5daddf0cfd',1,'Hydro::NodalProjector::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5186d184c4ecd851f7a6859b09688aa1',1,'amrex::PlotFileDataImpl::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a899e3e1837760fbc015d572dc4218204',1,'amrex::InterpFaceRegister::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ca733ac26d20abcd182611ba7869be4',1,'amrex::HypreMLABecLap::m_ref_ratio()']]], - ['m_5fregion_5ftag_17038',['m_region_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad2c72c01911307129e1f6124db9cdf36',1,'amrex::FabArrayBase']]], - ['m_5freq_17039',['m_req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6dd614e3778be9c2c607de3c7fa4881d',1,'amrex::ParallelDescriptor::Message']]], - ['m_5fres_17040',['m_res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'amrex::GMRES::m_res()']]], - ['m_5fresource_17041',['m_resource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a70005a334b1a0d87aa5a94c43ad7ce8a',1,'amrex::EB2::GeometryShop']]], - ['m_5frestart_5ffile_17042',['m_restart_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a7faca328c01194fcb735a45e466529e7',1,'amrex::EB2::ChkptFile']]], - ['m_5frestrtlen_17043',['m_restrtlen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'GMRES< MF, GMRESMLMGT< MF > >::m_restrtlen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'amrex::GMRES::m_restrtlen()']]], - ['m_5fresult_5fis_5fready_17044',['m_result_is_ready',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a4e60cd020808a640d7de13b866728202',1,'amrex::ReduceOps']]], - ['m_5frhs_17045',['m_rhs',['../classHydro_1_1MacProjector.html#ae6c4a3f3e2e04babd66b9bf2cb22c19d',1,'Hydro::MacProjector::m_rhs()'],['../classHydro_1_1NodalProjector.html#a5a431f64f8d7d573f352a4bdb2964893',1,'Hydro::NodalProjector::m_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab6b44070d9d15cc4932b59f06a0558cd',1,'amrex::HypreIJIface::m_rhs()']]], - ['m_5frhsnorm0_17046',['m_rhsnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a94b67005dca34f78005f42da6f7b3f04',1,'amrex::MLMGT']]], - ['m_5frmap_17047',['m_rmap',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a11af510cedfd5ac8bd70be4c1573ff05',1,'hacc::Distribution']]], - ['m_5frobin_5fbcval_17048',['m_robin_bcval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95a0dd3f6700b3da5b020a66ef726dff',1,'amrex::MLCellLinOpT']]], - ['m_5froffset_17049',['m_rOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a860eec9b2f5d15e91706d6feb2fa2134',1,'amrex::ParticleCopyPlan']]], - ['m_5froot_17050',['m_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a933d2d3cd77f3b584a5247341fb7c92e',1,'amrex::detail::SingleChunkArena']]], - ['m_5frr_17051',['m_rr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac72693b156f64de61d874f43d5d15443',1,'amrex::ParGDB']]], - ['m_5frtol_17052',['m_rtol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'GMRES< MF, GMRESMLMGT< MF > >::m_rtol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'amrex::GMRES::m_rtol()']]], - ['m_5frun_5fon_5fgpu_17053',['m_run_on_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a631e5f4032aecbfad4c4acf5f35a7490',1,'amrex::BndryFuncArray::m_run_on_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a38d234c1f591dc1c13f69afab789fba0',1,'amrex::StateDescriptor::BndryFunc::m_run_on_gpu()']]], - ['m_5fruntime_5fcomps_5fdefined_17054',['m_runtime_comps_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_runtime_comps_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'amrex::ParticleContainer_impl::m_runtime_comps_defined()']]], - ['m_5fruntime_5fi_5fcptrs_17055',['m_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a168b67cee9983016eb4a811d740523e2',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fi_5fptrs_17056',['m_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae172244722fde937a7ba5a8a60a5ff99',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fidata_17057',['m_runtime_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'amrex::ConstParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a10ad5fb2e51e43137e1b26ce70119735',1,'amrex::StructOfArrays::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'amrex::ParticleTileData::m_runtime_idata()']]], - ['m_5fruntime_5fr_5fcptrs_17058',['m_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa1f069375a3a442593c218fc4911de6d',1,'amrex::ParticleTile']]], - ['m_5fruntime_5fr_5fptrs_17059',['m_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6e6255a32ada9fcf2655a94d474ece11',1,'amrex::ParticleTile']]], - ['m_5fruntime_5frdata_17060',['m_runtime_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a179e1b7074dc1c6f3fe55ee3222839de',1,'amrex::StructOfArrays::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'amrex::ParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'amrex::ConstParticleTileData::m_runtime_rdata()']]], - ['m_5frz_17061',['m_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a37504f75c2cf6b138aa349ec76e7a078',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5frz_5falpha_17062',['m_rz_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a78cd20ff53eafb5fcd69e357e221d08a',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fs0_5fnorm0_17063',['m_s0_norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a587789b33e8a1da29ce868daeb003995',1,'amrex::MLNodeLaplacian']]], - ['m_5fs_5fcc_17064',['m_S_cc',['../classHydro_1_1NodalProjector.html#aa844007db4b80bbb38b6508f77e955c7',1,'Hydro::NodalProjector']]], - ['m_5fs_5fnd_17065',['m_S_nd',['../classHydro_1_1NodalProjector.html#a861303e523625db0455563843aeeeb3d',1,'Hydro::NodalProjector']]], - ['m_5fs_5fphi_5feb_17066',['m_s_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad48c24f09145f008fdbfce5f08f02351',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fscalars_5fset_17067',['m_scalars_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a9ef257d12dd2d94c4a70ff5fb5d8f534',1,'amrex::MLABecLaplacianT::m_scalars_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aeef8369bc805a494e2be105d59873c66',1,'amrex::MLEBABecLap::m_scalars_set()']]], - ['m_5fscomp_17068',['m_scomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a77d378e6f4445b1b52d50e81d97c85fc',1,'amrex::FillPatchIteratorHelper']]], - ['m_5fsfine_17069',['m_sfine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ab2eadd469cce946d670a7de5a16e4f79',1,'amrex::FillPatcher']]], - ['m_5fsfinv_17070',['m_sfinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a932ebe41c20dbea7dbe43d208f1dc71d',1,'amrex::EB2::ScaleIF']]], - ['m_5fsigma_17071',['m_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7d8ad0e6e2657c16c753f60cc17434af',1,'amrex::MLEBNodeFDLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8a183b518f95b79420fa95a4400b3a4f',1,'amrex::MLNodeLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a84d4e74b64ef41514492203039ea9d31',1,'amrex::MLNodeTensorLaplacian::m_sigma()'],['../classHydro_1_1NodalProjector.html#a034e829fec13923e69d3f7b58eb9f324',1,'Hydro::NodalProjector::m_sigma()']]], - ['m_5fsigma_5fmf_17072',['m_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af397473ffaa999e0ac6f0fa478d895a0',1,'amrex::MLEBNodeFDLaplacian']]], - ['m_5fsign_17073',['m_sign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a84095f8c7b235812724ab2d33c8d9130',1,'amrex::EB2::BoxIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab6453352eca518f991c6e74195f3d337',1,'amrex::EB2::CylinderIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a3b6e4a2ba4e86b1b2857488b3453e37d',1,'amrex::EB2::EllipsoidIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a13d4b5d3d37df39a577f5238cf23394e',1,'amrex::EB2::PlaneIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a6de7c0bbb4b6f360ad71bb75da9ccf4b',1,'amrex::EB2::PolyIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ad957f17b324e9e51370e72b065d6684c',1,'amrex::EB2::PolynomialIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a729f1a7c0e893a62bde14d9ce2aac7e5',1,'amrex::EB2::SphereIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a99567ce8919aa7ae802d60b62de5d08e',1,'amrex::EB2::TorusIF::m_sign()']]], - ['m_5fsimplified_5flist_17074',['m_simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6111d0d59d47fcfe76123cc90bfa2f9c',1,'amrex::BoxArray']]], - ['m_5fsin_5fangle_17075',['m_sin_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a985a4f063595d3fa4506d2b014dff877',1,'amrex::EB2::RotationIF']]], - ['m_5fsingle_5fchunk_5farena_17076',['m_single_chunk_arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'amrex::FabArray::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< TagBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< IArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< FArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::Mask >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::CutFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_arena()']]], - ['m_5fsingle_5fchunk_5fsize_17077',['m_single_chunk_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< FArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< IArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< TagBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::Mask >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::CutFab >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'amrex::FabArray::m_single_chunk_size()']]], - ['m_5fsize_17078',['m_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< index_type >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int *, DefaultAllocator< int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< std::size_t >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< unsigned int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a1a226866e5efa7580c4f117e1c45e386',1,'amrex::EB2::PolynomialIF::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a3a15d388a4307d1a6af319e8244b7d1e',1,'amrex::ParallelDescriptor::ProcessTeam::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2ab5bb610d1b9c02e9a9d0d7a75138ad',1,'amrex::detail::SingleChunkArena::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a86498b7a5078e5d717d9208721216af7',1,'amrex::VectorTag::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserStack.html#a61b50c1e4b1a9ae178034bf0bb29f5b8',1,'amrex::IParserStack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3eefad51a3f5c77dfba6bfa8f42e8909',1,'amrex::CArena::Node::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserStack.html#a482050d389e6f6f1a7628bb8a8df3696',1,'amrex::ParserStack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a22fdbcda4f3aba7fe5a29d9137589c4b',1,'amrex::ParticleArrayAccessor::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'amrex::ParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a686115184123b7683f8ecfeda3cec126',1,'amrex::FatPtr::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'amrex::ConstParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aeec4be8fd894735d9acaa7de8c62d63a',1,'amrex::Gpu::Buffer::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'amrex::AmrAssignGrid::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'amrex::PODVector::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::BoxND >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::NeighborCode >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::openbc::MomTag >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::STLtools::Triangle >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::XDim3 >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char >::m_size()']]], - ['m_5fsln_17079',['m_sln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4c1ff70e7ba67cb35235e310144a07ce',1,'amrex::HypreIJIface']]], - ['m_5fsmall_5fradius_17080',['m_small_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab2c4c827cd735a1c6759fadd8173f4f5',1,'amrex::EB2::TorusIF']]], - ['m_5fsmooth_5fnum_5fsweeps_17081',['m_smooth_num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ab0b6c523511d1ccca7263730a75019f9',1,'amrex::MLNodeLinOp']]], - ['m_5fsnd_5fcounts_17082',['m_snd_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0fc80c44685a05b3c1e807569fae0d62',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fnum_5fparticles_17083',['m_snd_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a9af231ffac4e8ee9799fe6db8edd6886',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5foffsets_17084',['m_snd_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a03f46ec462fad618d823836214c9411a',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fpad_5fcorrection_5fd_17085',['m_snd_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a3900fd1e88118efacebc15ddd99cbacf',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnd_5fpad_5fcorrection_5fh_17086',['m_snd_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bfedead4c32d33e5013a8b5df9c5245',1,'amrex::ParticleCopyPlan']]], - ['m_5fsnds_17087',['m_Snds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a4f11e52b07357018bf4097a60913ec01',1,'amrex::ParticleCopyPlan']]], - ['m_5fsndtags_17088',['m_SndTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ac8a7a8cb167be835313951319df1a7c0',1,'amrex::MPMD::Copier::m_SndTags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a9faedeb4a7bf786a1143c2f4264369a0',1,'amrex::FabArrayBase::CommMetaData::m_SndTags()']]], - ['m_5fsoa_5ftile_17089',['m_soa_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acfdbf84efe0aae5266a28545a2e45480',1,'amrex::ParticleTile']]], - ['m_5fsolver_17090',['m_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4bde944cac23810adbcae8586a29fce4',1,'amrex::HypreMLABecLap::m_solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6bb23759218b92724ea79d95bb57ec99',1,'amrex::HypreIJIface::m_solver()']]], - ['m_5fsolver_5fname_17091',['m_solver_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a1bd8897ee5f2be854cda1560c269d680',1,'amrex::HypreIJIface']]], - ['m_5fsolverdestroyptr_17092',['m_solverDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aba91fd7d31b0749b326b8951483bd7fd',1,'amrex::HypreIJIface']]], - ['m_5fsolverfinalresidualnormptr_17093',['m_solverFinalResidualNormPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5dfbd6d925a40a4b9aaf87e999725fb8',1,'amrex::HypreIJIface']]], - ['m_5fsolvernumitersptr_17094',['m_solverNumItersPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd57a1fed363b002efd0870b9121d808',1,'amrex::HypreIJIface']]], - ['m_5fsolverprecondptr_17095',['m_solverPrecondPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af2a5eaf05419e462af43e6dbac0f7e32',1,'amrex::HypreIJIface']]], - ['m_5fsolversetabstolptr_17096',['m_solverSetAbsTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac89a536ece4354f50e37d9c348ca3cb3',1,'amrex::HypreIJIface']]], - ['m_5fsolversetmaxiterptr_17097',['m_solverSetMaxIterPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8215a538fc2174de6ba720bf22aa9738',1,'amrex::HypreIJIface']]], - ['m_5fsolversettolptr_17098',['m_solverSetTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afae6f2e6cca5494f6eb268b7454f3246',1,'amrex::HypreIJIface']]], - ['m_5fsolversetupptr_17099',['m_solverSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a0a39d10868c7060639ccc1d20dc09f49',1,'amrex::HypreIJIface']]], - ['m_5fsolversolveptr_17100',['m_solverSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83da26622ba6d3465b95ca419d86586c',1,'amrex::HypreIJIface']]], - ['m_5fspacedim_17101',['m_spacedim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa8ed71c19d3021e1f6be45fbae836870',1,'amrex::PlotFileDataImpl']]], - ['m_5fsqrt_5f2_17102',['m_sqrt_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2543fcb32aea78d31b0c4515bf6ca150',1,'amrex_constants_module']]], - ['m_5fsqrt_5fpi_17103',['m_sqrt_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c',1,'amrex_constants_module']]], - ['m_5fsrc_5findices_17104',['m_src_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a8f1e282c58e59fdc95a3343a81ff0517',1,'amrex::ParticleCopyOp']]], - ['m_5fsrcba_17105',['m_srcba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a0731da1aa60b01a75a86c66a1e49a82c',1,'amrex::FabArrayBase::CPC']]], - ['m_5fsrcbdk_17106',['m_srcbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a786fb125f0c7e03c58115eaddeb7c159',1,'amrex::FabArrayBase::CPC::m_srcbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a2028b1d14f841dd6c9e47646c2e8d33a',1,'amrex::FabArrayBase::FPinfo::m_srcbdk()']]], - ['m_5fsrcng_17107',['m_srcng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a368567f75989319e5002e2ec870d82b6',1,'amrex::FabArrayBase::CPC']]], - ['m_5fss_17108',['m_ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'amrex::GMRES::m_ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'GMRES< MF, GMRESMLMGT< MF > >::m_ss()']]], - ['m_5fss_5fa_17109',['m_ss_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afce3813ade7df97da4e139f475916f05',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fb_17110',['m_ss_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af2f93bf32b6d1799e7bd2a3027b48853',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fgraph_17111',['m_ss_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3abcd57ae0d4187a40ee256bdd8f29f7',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fgrid_17112',['m_ss_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6e1dd0ab2281b23542bdf3e612a88053',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fprecond_17113',['m_ss_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7d02613d6773cec7b61dca2d4e1b5615',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fsolver_17114',['m_ss_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a610b6ca3b2fef67292ed1d0d1fbaddfa',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fstencil_17115',['m_ss_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a244b3cf6e6d1fab88dbccbb1a8a65512',1,'amrex::HypreMLABecLap']]], - ['m_5fss_5fx_17116',['m_ss_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc03d365cbc2f1a3791aa6f4bff1fd5f',1,'amrex::HypreMLABecLap']]], - ['m_5fstat_17117',['m_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a0a7a1c0cd13749231991a5b7361fa2b6',1,'amrex::CArena::Node::m_stat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6a697134ff54d12d0cfd9302c2a3d4db',1,'amrex::ParallelDescriptor::Message::m_stat()']]], - ['m_5fstate_17118',['m_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ab5a49fbd49c206ff3f03ee616e60b990',1,'amrex::BlockMutex']]], - ['m_5fstatus_17119',['m_status',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'GMRES< MF, GMRESMLMGT< MF > >::m_status()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'amrex::GMRES::m_status()']]], - ['m_5fstencil_17120',['m_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae971fa5b7d9a948b3b8b778bb9540064',1,'amrex::MLNodeLaplacian']]], - ['m_5fstllevel_17121',['m_stllevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ab14caa115cde8da650b6587b8e73dd02',1,'amrex::EB2::IndexSpaceSTL']]], - ['m_5fstop_17122',['m_stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a7a4551cfd44eb8d3855dc639c91d92a7',1,'amrex::Neighbors::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a203d3f6da36fafad340372cb87394dce',1,'amrex::BinIterator::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa1d9037b41a3a5a4822adc0b226a63cf',1,'amrex::Neighbors::const_iterator::m_stop()']]], - ['m_5fstore_5fin_5fcheckpoint_17123',['m_store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a83266e34a32f66f82481390292960e28',1,'amrex::StateDescriptor']]], - ['m_5fstrategy_17124',['m_Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5aadb0f378774b462229052551cd2db8',1,'amrex::DistributionMapping']]], - ['m_5fsuperparticle_5fsize_17125',['m_superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a439daadd96aa6868c30e13e8baf8be18',1,'amrex::ParticleCopyPlan']]], - ['m_5fsupport_17126',['m_support',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0121434aeeb0ad87903dd1401803c1ba',1,'amrex::EBFArrayBoxFactory::m_support()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9d7fc23809662b01ce10290962d272e8',1,'amrex::EBDataCollection::m_support()']]], - ['m_5fsync_17127',['m_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ac43afd05d7a1429cfc3457df64e89d23',1,'amrex::Gpu::StreamIter']]], - ['m_5fsync_5fresid_5fcrse_17128',['m_sync_resid_crse',['../classHydro_1_1NodalProjector.html#addb02b798336040f2a5967c348f8b702',1,'Hydro::NodalProjector']]], - ['m_5fsync_5fresid_5ffine_17129',['m_sync_resid_fine',['../classHydro_1_1NodalProjector.html#a52f7d954bee1adb67991c1a764dbd314',1,'Hydro::NodalProjector']]], - ['m_5ftable_17130',['m_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abe4e8f257927686a878e5be81358b213',1,'amrex::ParmParse']]], - ['m_5ftac_5fstats_17131',['m_TAC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa5ab85a3018faa2b983936fa4116cd4f',1,'amrex::FabArrayBase']]], - ['m_5ftags_17132',['m_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::EBCellFlagFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'amrex::FabArray::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< PetscInt > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::CutFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::Mask >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< FArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< IArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< TagBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_tags()']]], - ['m_5ftauflux_17133',['m_tauflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#abb70c0cd0ba0b1da3fe27e69bb2fe792',1,'amrex::MLEBTensorOp']]], - ['m_5fteam_17134',['m_Team',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a387acd4f26462ef60c5de9d87ef15c67',1,'amrex::ParallelDescriptor']]], - ['m_5fteam_5fcomm_17135',['m_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a69bbcf1d147ce2786b6c5c4f166b2b1e',1,'amrex::ParallelDescriptor::ProcessTeam']]], - ['m_5ftest_17136',['m_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aaf31df482ec4a1715c7364a12d4b0cc0',1,'amrex::AMRErrorTag']]], - ['m_5ftgco_17137',['m_tgco',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a56625fa335515114f136cf0aa8488fec',1,'amrex::FabArrayBase::CPC']]], - ['m_5fthecpcache_17138',['m_TheCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa2a265ca0b7ce27ee0f3d66c86fe929d',1,'amrex::FabArrayBase']]], - ['m_5fthecrsefinecache_17139',['m_TheCrseFineCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab58a879dec4546737754f55dd8b600e2',1,'amrex::FabArrayBase']]], - ['m_5fthefbcache_17140',['m_TheFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6ec51851470b2e1ec57805bad7725268',1,'amrex::FabArrayBase']]], - ['m_5fthefillpatchcache_17141',['m_TheFillPatchCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acdb408349f86d3e32c29e245a361ba0c',1,'amrex::FabArrayBase']]], - ['m_5ftheparforcache_17142',['m_TheParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3ac3a9247a9551f551256c6a1043e002',1,'amrex::FabArrayBase']]], - ['m_5fthepolarbcache_17143',['m_ThePolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bd69d649f9a0446dbc7ba981c58199a',1,'amrex::FabArrayBase']]], - ['m_5ftherb180cache_17144',['m_TheRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9549d43d5d9d74ddb7c541d9f3339848',1,'amrex::FabArrayBase']]], - ['m_5ftherb90cache_17145',['m_TheRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac6817d7110b3389ad5ececd0da4e241a',1,'amrex::FabArrayBase']]], - ['m_5fthetilearraycache_17146',['m_TheTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#afc113a32c271a6c406b525795a5d71e0',1,'amrex::FabArrayBase']]], - ['m_5fthread_17147',['m_thread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3093fd845f22fd2dd628aca6a442851f',1,'amrex::BackgroundThread']]], - ['m_5fthreadsafe_17148',['m_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52b41c558e2c01ea2386c5ffcf258759',1,'amrex::Gpu::StreamIter']]], - ['m_5fthreadsafe_5floc_17149',['m_threadsafe_loc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a0d33ba955e754e4749cbb8337082bb0d',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5fthreadsafe_5frcv_17150',['m_threadsafe_rcv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a45f8bde679589b1086b07cc3faba6740',1,'amrex::FabArrayBase::CommMetaData']]], - ['m_5ftile_17151',['m_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a963b4d0da43b9378de88dc4956581e83',1,'amrex::ParticleLocData']]], - ['m_5ftilebox_17152',['m_tilebox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad662500121fee7c74a07d58b96c1f0dd',1,'amrex::ParticleLocData']]], - ['m_5ftime_17153',['m_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a67448031bad4b668d4208c53c1b5056a',1,'amrex::PlotFileDataImpl::m_time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac669cda0914a26ea86c2c118e10791dc',1,'amrex::FillPatchIteratorHelper::m_time()']]], - ['m_5ftri_5fnormals_5fd_17154',['m_tri_normals_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#accd39d6fb1aca77a857b0a4ad1e51ce4',1,'amrex::STLtools']]], - ['m_5ftri_5fpts_5fd_17155',['m_tri_pts_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#afe0f0661535402979c4c346235b957fc',1,'amrex::STLtools']]], - ['m_5ftri_5fpts_5fh_17156',['m_tri_pts_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aee7f90ddbeb003f7aac15f3b448c4a87',1,'amrex::STLtools']]], - ['m_5ftruesize_17157',['m_truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afe2cef7f8d8260130dc5640520f4062b',1,'amrex::TableData']]], - ['m_5ftyp_17158',['m_typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a70a0f9e05a982b0fba0204104b794e72',1,'amrex::FabArrayBase::FB::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ae45a6ecaa6463cf76c6ea2edb046319f',1,'amrex::BATindexType_coarsenRatio::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#ae87c108fe184887d8f71272d564700d8',1,'amrex::BATindexType::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8e3247c949b2224196c82ab300bbfbb4',1,'amrex::BATbndryReg::m_typ()']]], - ['m_5ftype_17159',['m_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#abf21a1cad8c8f6f18b02971ed68051ed',1,'amrex::ParallelDescriptor::Message::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a84a692c3807a4e2ab439841c70b1f004',1,'amrex::FArrayBox::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a625c1eeed8e477ce6df628fdf55059a9',1,'amrex::EBCellFlagFab::m_type()']]], - ['m_5ftypemap_17160',['m_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a914a481cd7a1365cd6e02ebdf629131d',1,'amrex::EBCellFlagFab']]], - ['m_5fumac_17161',['m_umac',['../classHydro_1_1MacProjector.html#a202c14635c7a0c506918f2e8c0321eb5',1,'Hydro::MacProjector']]], - ['m_5fumac_5floc_17162',['m_umac_loc',['../classHydro_1_1MacProjector.html#ad6e1524d4ec4fc9899afe7b896b8dca9',1,'Hydro::MacProjector']]], - ['m_5fundrrelxr_17163',['m_undrrelxr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab50c53ea7ff9c53bf37ac816e0663406',1,'amrex::MLCellLinOpT']]], - ['m_5fuse_5fgauss_5fseidel_17164',['m_use_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#add77293caacd09584aa8b5f0fd7f923a',1,'amrex::MLCellLinOpT::m_use_gauss_seidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1dd0f2250ddf96f66c4163f0f99e1f1d',1,'amrex::MLNodeLaplacian::m_use_gauss_seidel()']]], - ['m_5fuse_5fharmonic_5faverage_17165',['m_use_harmonic_average',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac1b3d5d3a2cde86e476ffb95f17b0fef',1,'amrex::MLNodeLaplacian']]], - ['m_5fuse_5fmapped_17166',['m_use_mapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2cb5c874294fca6f5552906493d6987f',1,'amrex::MLNodeLaplacian']]], - ['m_5fuse_5fmlhypre_17167',['m_use_mlhypre',['../classHydro_1_1MacProjector.html#a1cfed0b2f4b04e97af45164e905542e8',1,'Hydro::MacProjector']]], - ['m_5fuse_5fpcg_17168',['m_use_pcg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90caeb3665770814375e6ab7108e7536',1,'amrex::MLCurlCurl']]], - ['m_5fuse_5fprecond_17169',['m_use_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab701de7cf398139b6f8804adb3eddd55',1,'amrex::GMRESMLMGT']]], - ['m_5fused_17170',['m_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7ec2fcdaa0d06d1fceb739d0e1661751',1,'amrex::CArena']]], - ['m_5fuser_5ff_17171',['m_user_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#aac214cf749cf15c34ae0cdda7b16a292',1,'amrex::GpuBndryFuncFab']]], - ['m_5fuserfunc_17172',['m_userfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab30d140ebc75fb6f346e8b519bc25f32',1,'amrex::AMRErrorTag']]], - ['m_5fv_5ftmp_5flhs_17173',['m_v_tmp_lhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_lhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'amrex::GMRES::m_v_tmp_lhs()']]], - ['m_5fv_5ftmp_5frhs_17174',['m_v_tmp_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'amrex::GMRES::m_v_tmp_rhs()']]], - ['m_5fvalidbox_17175',['m_validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ae472b90af10b7b39bc9b15f9b3ae9563',1,'amrex::EB2::GFab']]], - ['m_5fvals_17176',['m_vals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#a735a0d1d9af362200a39ed6eeb6dca1b',1,'amrex::ParmParse::PP_entry']]], - ['m_5fvalue_17177',['m_value',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'gpu_tuple_element< I, Head >::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f97d93ea970ab6a2deccc908df9a778',1,'amrex::AMRErrorTag::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'amrex::detail::gpu_tuple_element::m_value()']]], - ['m_5fvar_5fnames_17178',['m_var_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a97218ed0288178e38d8c1f1e5aa5eb22',1,'amrex::PlotFileDataImpl']]], - ['m_5fvars_17179',['m_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a38fbb1b724d2f5ea93477b942c1b589c',1,'amrex::Parser']]], - ['m_5fvel_17180',['m_vel',['../classHydro_1_1NodalProjector.html#ab7877893e7c8508bcdb57ecb69f8186d',1,'Hydro::NodalProjector']]], - ['m_5fverbose_17181',['m_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'amrex::GMRES::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'GMRES< MF, GMRESMLMGT< MF > >::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a559b510a5112ec5d239ce2b27e8dac58',1,'amrex::HypreIJIface::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a98523c0ee725e9b867ac7d056430a98e',1,'amrex::HypreMLABecLap::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ada654e05e95e8e0a94b7176ac293d60f',1,'amrex::HypreSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ca647ecd06b85d8b1ae579ae02895d5',1,'amrex::OpenBCSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89f6fb84fb7e73fc185ae5d8f45818ab',1,'amrex::ParticleContainerBase::m_verbose()'],['../classHydro_1_1MacProjector.html#ad404c14e097be049171e3ab0e5dc10e6',1,'Hydro::MacProjector::m_verbose()'],['../classHydro_1_1NodalProjector.html#a1227ef2a37834880d4c6ce67abb28c7d',1,'Hydro::NodalProjector::m_verbose()']]], - ['m_5fvers_17182',['m_vers',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aacee1781de8865ef3c3eb1d282bc6f9b',1,'amrex::VisMF::Header']]], - ['m_5fvid_17183',['m_vid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#a2cd960ffa980858f414420f76ffc25d9',1,'amrex::EB2::Edge']]], - ['m_5fvismf_17184',['m_vismf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dd76c0ba4a0e1c03cad73ce8e4147e4',1,'amrex::PlotFileDataImpl']]], - ['m_5fvolfrac_17185',['m_volfrac',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html#a1ce6b16223431af66f51f32e63757950',1,'amrex::EB2::Cell::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab87f9babcf2b30b23ea7a36ee621538e',1,'amrex::EBDataCollection::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0fd8fbb0ff5ceb71c27249153f70a53f',1,'amrex::EB2::Level::m_volfrac()']]], - ['m_5fvolfrac_5fname_17186',['m_volfrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a98dcc4c1bd8c711efd1ca8435ade6e1b',1,'amrex::EB2::ChkptFile']]], - ['m_5fvolinv_17187',['m_volinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad73d9eed28e8d9d32cf54327e21c5225',1,'amrex::MLCellLinOpT']]], - ['m_5fvolume_5fweighting_17188',['m_volume_weighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa425665e4dba84abc87833b4336ff14d',1,'amrex::AMRErrorTagInfo']]], - ['m_5fvv_17189',['m_vv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'amrex::GMRES::m_vv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'GMRES< MF, GMRESMLMGT< MF > >::m_vv()']]], - ['m_5fweight_17190',['m_weight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a6734bc342d0cc4b6b107c0e2c3a5deee',1,'amrex::WeightedBoxList::m_weight()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a0835a7597d5398b00aede057c5961992',1,'amrex::WeightedBox::m_weight()']]], - ['m_5fwrite_5fcounter_17191',['m_write_counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aafa24076e772ca5e72ac632f9313300c',1,'amrex::HypreIJIface']]], - ['m_5fwrite_5ffiles_17192',['m_write_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a06b918c86f2df226b6b631916e456e72',1,'amrex::HypreIJIface']]], - ['m_5fwrittenrd_17193',['m_writtenRD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae83557a09400cdcb97b0220b3ced8d43',1,'amrex::VisMF::Header']]], - ['m_5fx_17194',['m_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ae747e84281f7636b354d847962c0cc4f',1,'amrex::HypreSolver']]], - ['magenta_17195',['Magenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec',1,'amrex::FGColor::Magenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a872f0a27e2fa1c13fd7227914524b3cb',1,'amrex::BGColor::Magenta()']]], - ['make_5falias_17196',['make_alias',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba',1,'amrex']]], - ['make_5fdeep_5fcopy_17197',['make_deep_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90',1,'amrex']]], - ['managedobjects_17198',['ManagedObjects',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#aeb6b0e7cb1bbac77e4f65e96e4f8a4d5',1,'amrex::AmrDataAdaptor::InternalsType::ManagedObjects()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a11b8e5a1bb9908d15d0cf626b12be2f5',1,'amrex::AmrMeshDataAdaptor::InternalsType::ManagedObjects()']]], - ['map_17199',['map',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a63f351d445a8afb6fc893af63fa1d851',1,'amrex::NonLocalBC::MapComponents']]], - ['map_17200',['Map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a83596ee5f5aec04eecf65de835ca82fb',1,'amrex::InSituUtils::StateMap']]], - ['mapper_17201',['mapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0bde7d6910db8c5b29d8ea845f7dff88',1,'amrex::StateDescriptor::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ad3e56481c923c022bd9cfca822473ea6',1,'amrex::InterpolaterBoxCoarsener::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa07835dc9dafb5110f5bfebf9291e72b',1,'amrex::DeriveRec::mapper()']]], - ['mapper_5fcomp_17202',['mapper_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a13d32bba91b8bb8d5a707df7147f1fa8',1,'amrex::StateDescriptor']]], - ['mask_17203',['mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#aefd17c6e3f785176ccbb31649b3ad452',1,'amrex::Array4MaskCopyTag']]], - ['mask_5fhi_17204',['mask_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2e30a919a35e6ea38e7bacf46b4651f4',1,'amrex::MLMGABCTag']]], - ['mask_5flo_17205',['mask_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ae93adb4c1400fd02a3ffded0e53528fc',1,'amrex::MLMGABCTag']]], - ['mask_5fptr_17206',['mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad8787f8726e711a8d7a8e0dce3fb8624',1,'amrex::NeighborParticleContainer']]], - ['masks_17207',['masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abb734566f5eab0761ad80aec4f7dfa3d',1,'amrex::BndryDataT']]], - ['masks_17208',['Masks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a7e91eaba6548fd6e92413aa049f4a4ac',1,'amrex::AmrDataAdaptor::InternalsType']]], - ['max_17209',['max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da86cadfc48eb8f9dd4a2e4a3980a6b265',1,'amrex::detail']]], - ['max_5fblocks_5fper_5flaunch_17210',['max_blocks_per_launch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ade4fd28a778c5764f258744e57ef4f66',1,'amrex::Gpu::Device']]], - ['max_5fcoarsening_5flevel_17211',['max_coarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab29d5c837ce5f103103e6babf71e5d2e',1,'amrex::LPInfo']]], - ['max_5fefficiency_17212',['max_efficiency',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c',1,'amrex']]], - ['max_5ffactor_17213',['max_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14',1,'amrex::VectorGrowthStrategy']]], - ['max_5ffmg_5fiters_17214',['max_fmg_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7322aabb50f001b012c53ab44f18925b',1,'amrex::MLMGT']]], - ['max_5fgpu_5fstreams_17215',['max_gpu_streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#af5c7b1d39a27c0d83c132a6a2b39b27e',1,'amrex::Gpu::Device']]], - ['max_5fgrid_5fsize_17216',['max_grid_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66',1,'amrex::EB2::max_grid_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad3142cf009fdd8667c2352c39fb2c522',1,'amrex::AmrInfo::max_grid_size()']]], - ['max_5fiters_17217',['max_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8667c250440fcb20ee43b4d9ee2b2108',1,'amrex::MLMGT']]], - ['max_5flevel_17218',['max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#abcb6f6baf4e1ecd3d143d7d8cb6a2a93',1,'amrex::AmrInfo']]], - ['max_5fmap_5fstart_5fcomp_17219',['max_map_start_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8cfce27efc0fb16d60e975f0f55b39f5',1,'amrex::StateDescriptor']]], - ['max_5fnum_5fba_5fuse_17220',['max_num_ba_use',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#aa60994fa1062be2345b9e12a9eaa63c3',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fnum_5fboxarrays_17221',['max_num_boxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a159bccfe74905a8132cf6ce5754ca2f0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fnum_5ffabarrays_17222',['max_num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a9a1d9e2356ae17aa8cd2d85b437207b0',1,'amrex::FabArrayBase::FabArrayStats']]], - ['max_5fsemicoarsening_5flevel_17223',['max_semicoarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a44bed45a637286c1feb801cacf3e72cc',1,'amrex::LPInfo']]], - ['max_5fsteps_17224',['max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9686cea17de48c6ffb49d0288146fc03',1,'amrex::IntegratorBase']]], - ['maxargs_17225',['MAXARGS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a04b5ba23c65119a12a4821f069115d45',1,'amrex::Amrvis']]], - ['maxcomp_17226',['MaxComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9be61766811dc57b7c5126f7020cc6bc',1,'amrex::FabArrayBase']]], - ['maxdomain_17227',['maxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8def7a794d486314a85bfb4133a12313',1,'amrex::AmrData']]], - ['maxfnumber_17228',['maxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a380d3166c3f88a1fc49a53ff62499594',1,'RegionsProfStats']]], - ['maxiter_17229',['maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a98e289422bb9545526d029a73b9df214',1,'amrex::MLCGSolverT']]], - ['maxlevel_17230',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94641396a054d091cc6c5972397b83c9',1,'CommProfStats::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a7177bd1eb109915d763c0e51e18faf16',1,'amrex::XYPlotDataList::maxLevel()']]], - ['maxmem_17231',['maxmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a4871062a2ac188af29295f1cf7721669',1,'amrex::MemStat']]], - ['maxmem_5favg_17232',['maxmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a2bf69c6701f401ca00d5e5ad3b999d0d',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxmem_5fmax_17233',['maxmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#abcd7e0edc5c0e56722ae0d5610ed843d',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxmem_5fmin_17234',['maxmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a959fca2ea033e58ad9ccb6f701d2c2dc',1,'amrex::TinyProfiler::MemProcStats']]], - ['maxnextidprepost_17235',['maxnextidPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::maxnextidPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'amrex::ParticleContainer_impl::maxnextidPrePost()']]], - ['maxorder_17236',['maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'MLLinOpT< Array< MultiFab, 3 > >::maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'amrex::MLLinOpT::maxorder()']]], - ['maxregiontime_17237',['maxRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5aa5a73c572e512532ec0220ff4d4077',1,'BLProfStats']]], - ['maxrnumber_17238',['maxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0a0a7ce2c13259d6280d6f82cb4971f7',1,'BLProfStats']]], - ['maxsize_17239',['maxsize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a3ecc000d62df91bdbdd6ee43745cb2d0',1,'amrex::FabArrayBase::CacheStats']]], - ['maxtries_17240',['maxTries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a19edc2eb7f1dc9251a5de7ff754e12d0',1,'amrex::StreamRetry']]], - ['maxuse_17241',['maxuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aae0c7627671fcd2c4a880554246694f4',1,'amrex::FabArrayBase::CacheStats']]], - ['mem_5fstack_17242',['mem_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a175f44d41236b9cd4b6268fc0488ac5e',1,'amrex::TinyProfiler']]], - ['memefficientsort_17243',['memEfficientSort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5a0a39b2da4b85ad599ea7fc51fba940',1,'amrex::ParticleContainerBase']]], - ['memory_5fpools_5fsupported_17244',['memory_pools_supported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad02a046eadc84fc6671e2eec8477421b',1,'amrex::Gpu::Device']]], - ['memprof_5fenabled_17245',['memprof_enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03fe25c86d7dbbb990a00595040557cc',1,'amrex::TinyProfiler']]], - ['mesh_17246',['Mesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a73392d6df8f6909a9faf79995eba567f',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['message_5fint_17247',['message_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a37d45dad31dd3b070c0a14578937365b',1,'amrex::Amr']]], - ['method_17248',['method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad067d62e01fb5c6551fb6d03762a900e',1,'amrex::SundialsIntegrator']]], - ['method_5fe_17249',['method_e',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a547f6f56d9f99ce08d08fce19b1aee7e',1,'amrex::SundialsIntegrator']]], - ['method_5fi_17250',['method_i',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5940fbfb66e109c7f943bb3b4f5ea92c',1,'amrex::SundialsIntegrator']]], - ['mf_17251',['mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a3930a0d9ef7c3da19db85349319d0cc6',1,'N_VectorContent_MultiFab_notptr']]], - ['mf_5fcell_5fbilinear_5finterp_17252',['mf_cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd',1,'amrex']]], - ['mf_5fcell_5fcons_5finterp_17253',['mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468',1,'amrex']]], - ['mf_5flincc_5finterp_17254',['mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e',1,'amrex']]], - ['mf_5flinear_5fslope_5fminmax_5finterp_17255',['mf_linear_slope_minmax_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42',1,'amrex']]], - ['mf_5fnode_5fbilinear_5finterp_17256',['mf_node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279',1,'amrex']]], - ['mf_5fpc_5finterp_17257',['mf_pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9',1,'amrex']]], - ['mfiter_5ftile_5fsize_17258',['mfiter_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b167b63030177e95b45822b38732fec',1,'amrex::FabArrayBase']]], - ['mfnamenumberslocal_17259',['mFNameNumbersLocal',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ac38bf4c98e0a80e55a0c0144682f35c9',1,'RegionsProfStats']]], - ['mfnamenumbersperproc_17260',['mFNameNumbersPerProc',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a48727cfb730a92d3fd607b58a60e64b8',1,'RegionsProfStats']]], - ['mfnewdata_17261',['MFNEWDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a',1,'amrex']]], - ['mfolddata_17262',['MFOLDDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899',1,'amrex']]], - ['mg_5fbox_5fmin_5fwidth_17263',['mg_box_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'amrex::MLLinOpT::mg_box_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_box_min_width()']]], - ['mg_5fcoarsen_5fratio_17264',['mg_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'amrex::MLLinOpT::mg_coarsen_ratio()']]], - ['mg_5fcoarsen_5fratio_5fvec_17265',['mg_coarsen_ratio_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'amrex::MLLinOpT::mg_coarsen_ratio_vec()']]], - ['mg_5fdomain_5fmin_5fwidth_17266',['mg_domain_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b30d3eda7f6dd1d77740f58674c84',1,'amrex::MLLinOpT::mg_domain_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#adb9b30d3eda7f6dd1d77740f58674c84',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_domain_min_width()']]], - ['mglev_17267',['mglev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3210f3ff9e55a7746a24d849cf9c39b2',1,'amrex::MLCGSolverT']]], - ['mhi_17268',['mhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#af143206c2ffbeb6be40a27c6d3c1a1d2',1,'amrex::MLMGPSTag']]], - ['mi_5fb_17269',['mi_b',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a75ebd565fd8610e541bc63ff2000f535',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['mi_5fi_17270',['mi_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a50a86c9754189bac7fe0cc64355a3108',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['mi_5fs_17271',['mi_s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#ae307cb5aa95e90cc014fdaab70c82873',1,'amrex::Gpu::range_detail::range_impl::iterator']]], - ['min_17272',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da39de58104accdcd761fe01946da9a4a0',1,'amrex::detail']]], - ['min_5ffactor_17273',['min_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d',1,'amrex::VectorGrowthStrategy']]], - ['min_5fmap_5fend_5fcomp_17274',['min_map_end_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aa9eb9d029833fd52f74bcb305d5e00bd',1,'amrex::StateDescriptor']]], - ['mindigits_17275',['minDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8c15566295f7f51ea956a8abed24ed',1,'amrex::NFilesIter']]], - ['minlevel_17276',['minLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a0eed5ea2a8a29466eef5434f09752ebf',1,'amrex::XYPlotDataList']]], - ['minmaxrequest_17277',['MinMaxRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a97967f133c3c574eafc5784ec75db69b',1,'amrex::DataServices']]], - ['minregiontime_17278',['minRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae1b239768583ca1b1f592d3527e5e36f',1,'BLProfStats']]], - ['mixedcells_17279',['mixedcells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad0e62c6693f9f0100b33547ddef29fa2',1,'amrex::STLtools::mixedcells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#abfd9f7b8c8225ddc6df0078ac4277ccd',1,'amrex::EB2::GeometryShop::mixedcells()']]], - ['mlo_17280',['mlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9bd97367a061122f466d95e32fb2464b',1,'amrex::MLMGPSTag']]], - ['mn_17281',['mn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2756a5fbf45d016bd03416184543526b',1,'amrex::MemProfiler::Builds::mn()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#af005129839d5b950c0e09b1e38a6a751',1,'amrex::MemProfiler::Bytes::mn()']]], - ['mom_17282',['mom',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a8479610f91f050e03aa5738c513500d2',1,'amrex::openbc::Moments']]], - ['mpi_5ftag_17283',['mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#aa8135050d54b2e8cf0216b9038c4ab8b',1,'amrex::NonLocalBC::CommHandler']]], - ['mtimerstotalssorted_17284',['mTimersTotalsSorted',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae7b5e31a9fc2540ebcced76270cd6dbb',1,'RegionsProfStats']]], - ['multi_5fvalued_17285',['multi_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8',1,'amrex_ebcellflag_module']]], - ['multi_5fvalued_5fbits_17286',['multi_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a8fe56028eeb58ef0718c19c6855f6bcb',1,'amrex::EBCellFlag']]], - ['multifab_17287',['MULTIFAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa99e213ce9d7f8ea555072b09cc955a30',1,'amrex::Amrvis']]], - ['mx_17288',['mx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2c94315722d15392846ab3b77a58c3d0',1,'amrex::MemProfiler::Builds::mx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#ae97a8af2e85ff53fc98d90d294693657',1,'amrex::MemProfiler::Bytes::mx()']]], - ['myproc_17289',['myProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3e2bb26a42b27ca072324f9bdfb0e1cf',1,'amrex::FabCopyDescriptor::myProc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0ce6d467be8a3cc0a59bdf0a4a84c18a',1,'amrex::NFilesIter::myProc()']]], - ['myreadindex_17290',['myReadIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aecbccfacd424296243d4fb271f754258',1,'amrex::NFilesIter']]], - ['mysetposition_17291',['mySetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac8060f9d60b3f7dff21c1f8a826302d3',1,'amrex::NFilesIter']]], - ['mysparsefilenumber_17292',['mySparseFileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#adbf2559963632d8d8e286065e081205c',1,'amrex::NFilesIter']]] + ['m_16481',['M',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1openbc.html#a80221e673408a11d8a35e40f5d819c0f',1,'amrex::openbc']]], + ['m_5fa_16482',['m_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a6b8a8e6608be0522ca4b052414b28bf5',1,'amrex::HypreSolver']]], + ['m_5fa_5fcoeffs_16483',['m_a_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#acd74fe42cd460e0e8cc50fae5550233e',1,'amrex::MLABecLaplacianT::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3d10f9755818d95245385d0eff01780b',1,'amrex::MLNodeABecLaplacian::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a48c0efb6e525e5c901c1ee34fa5119ca',1,'amrex::MLEBABecLap::m_a_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a09836660facdfeea8daba978902f9673',1,'amrex::MLALaplacianT::m_a_coeffs()']]], + ['m_5fa_5fscalar_16484',['m_a_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a6238682285be8b4464de6531f73d5cd8',1,'amrex::MLABecLaplacianT::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ad3cf841c5fb35c480f8130db69c287a7',1,'amrex::MLNodeABecLaplacian::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ac43a9c8728bb7861415d80283d41e064',1,'amrex::MLEBABecLap::m_a_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a4c4cc805f15b8f9dd1fa694f00110a1d',1,'amrex::MLALaplacianT::m_a_scalar()']]], + ['m_5fabeclap_16485',['m_abeclap',['../classHydro_1_1MacProjector.html#a21e61ba0627e90c2bc1fb25657cbf9c5',1,'Hydro::MacProjector']]], + ['m_5fabox_16486',['m_abox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aaa1d0e47191bce43137f9aeecf529f64',1,'amrex::BARef']]], + ['m_5facoef_5fset_16487',['m_acoef_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ac6489a20e89c720a91f81ae8d29496f2',1,'amrex::MLABecLaplacianT::m_acoef_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a148d4b95cd52c3e753735aadaeeb7bb5',1,'amrex::MLEBABecLap::m_acoef_set()']]], + ['m_5factually_5fused_16488',['m_actually_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#af3edc78581fb20c7273fbf74494e0c48',1,'amrex::CArena']]], + ['m_5fadjust_5fsingular_5fmatrix_16489',['m_adjust_singular_matrix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af24450dfdae7450d10455cae431fb457',1,'amrex::HypreIJIface']]], + ['m_5falloc_16490',['m_alloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#ad1b240a0437cfcaee6788096d93a1674',1,'amrex::CArena']]], + ['m_5falloc_5fsingle_5fchunk_16491',['m_alloc_single_chunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a12b9e0ac23fbfa55a6ae4d6bf2d97ba8',1,'amrex::FabArrayBase']]], + ['m_5fallregular_16492',['m_allregular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a16651c9d026bf4c7876a890be6e85253',1,'amrex::EB2::Level']]], + ['m_5falpha_16493',['m_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a8e3436cc293f45df20b351de804af2fd',1,'amrex::MLCurlCurl::m_alpha()'],['../classHydro_1_1NodalProjector.html#a203ba5e56729b8fd5fe1651e72cdea3b',1,'Hydro::NodalProjector::m_alpha()']]], + ['m_5famr_5fref_5fratio_16494',['m_amr_ref_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'MLLinOpT< Array< MultiFab, 3 > >::m_amr_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a520a29dd5773acdba2c227d316e059a4',1,'amrex::MLLinOpT::m_amr_ref_ratio()']]], + ['m_5famrcore_16495',['m_amrcore',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a00e116c7e99b0d8be6a4db40bfb3b45b',1,'amrex::AmrParGDB']]], + ['m_5famrlevel_16496',['m_amrlevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#aaba17b56198aea206fe9b6fd2ca66cf6',1,'amrex::FillPatchIterator::m_amrlevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a80b3e46711c13269eb5d563e934398fc',1,'amrex::FillPatchIteratorHelper::m_amrlevel()']]], + ['m_5faos_16497',['m_aos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'amrex::ConstParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#aaed81e14a45c2fb6fb56c56f7b9ca1ab',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'amrex::ParticleTileData::m_aos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ac5889cfb1119e1b3c19085e7bde68def',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_aos()']]], + ['m_5faos_5ftile_16498',['m_aos_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a434377380cf9f4dd45362080837b6ec4',1,'amrex::ParticleTile']]], + ['m_5far_16499',['m_ar',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a609327af6ac8ee5902c0c7d0a6629772',1,'amrex::Cluster::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PolymorphicArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, PinnedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, DeviceArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, AsyncArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'ArenaAllocatorBase< T, ManagedArenaWrapper >::m_ar()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ArenaAllocatorBase.html#a67effac8e5c965d78a9914ff4f1649c5',1,'amrex::ArenaAllocatorBase::m_ar()']]], + ['m_5fareafrac_16500',['m_areafrac',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#aca26ce33e69ffb0b4314fc8df4074d80',1,'amrex::EBDataCollection::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#ad57b1101b621679c1fb014db5c6beb43',1,'amrex::EB2::Face::m_areafrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a26945ad6833c8275b375cec03a60cad0',1,'amrex::EB2::Level::m_areafrac()']]], + ['m_5fareafrac_5fname_16501',['m_areafrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#ae22db76834f8b39260c446a8fc2806fb',1,'amrex::EB2::ChkptFile']]], + ['m_5fareanottotag_16502',['m_AreaNotToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#aa11acf69e2d0372e204cfea5934658f6',1,'amrex::AmrLevel']]], + ['m_5fareatotag_16503',['m_AreaToTag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a512443a06a9bee5a9c911326c65e1370',1,'amrex::AmrLevel']]], + ['m_5farena_16504',['m_arena',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataAllocator.html#a901b7f1e68950afc823ebc10c093cb94',1,'amrex::DataAllocator::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PolymorphicArenaWrapper.html#a9f2221690b1d215e8f683e84753bbde5',1,'amrex::PolymorphicArenaWrapper::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Deleter.html#ae9df9a5aa76b646a0d8fb039033289f0',1,'amrex::Gpu::Deleter::m_arena()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DataDeleter.html#a3f56660ebd06ba11f5c873d99b3e899f',1,'amrex::DataDeleter::m_arena()']]], + ['m_5farena_5fprofiler_5fmutex_16505',['m_arena_profiler_mutex',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#ad9b1a5dabdae06286027285177730012',1,'amrex::Arena::ArenaProfiler']]], + ['m_5farrays_16506',['m_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< TagBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< IArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< FArrayBox >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::Mask >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::CutFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::EBCellFlagFab >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'amrex::FabArray::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< PetscInt > >::m_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ab4bfa4857f5d074015204b6caa0cfcf7',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_arrays()']]], + ['m_5fascalar_16507',['m_ascalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5c3c993e3774ba9f2663dbba34f82596',1,'amrex::HypreMLABecLap']]], + ['m_5fassign_5fbuffer_5fgrid_16508',['m_assign_buffer_grid',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a0560deac64bc66d21eb1ad8f1c24c430',1,'FilterVirt']]], + ['m_5fassign_5fgrid_16509',['m_assign_grid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a067cf16cb382b143e8c1891468548937',1,'AssignGridFilter']]], + ['m_5fatol_16510',['m_atol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'amrex::GMRES::m_atol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5af8aa359ba7c32316907ca724566ad4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_atol()']]], + ['m_5fb_16511',['m_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf15a119c1435c35c3f63c5e2d38bd3f',1,'amrex::HypreSolver::m_b()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#a292b7313c477c14ba179443ce2d24112',1,'amrex::Gpu::range_detail::range_impl::m_b()']]], + ['m_5fb_5fcoeffs_16512',['m_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#affcd897d0397c49df2bb9cdef4a51050',1,'amrex::MLABecLaplacianT::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ad631dff72b03c8a0d629bd735a63078e',1,'amrex::MLEBABecLap::m_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a5cd389955d914c283d6594ca8f224c8a',1,'amrex::MLNodeABecLaplacian::m_b_coeffs()']]], + ['m_5fb_5fscalar_16513',['m_b_scalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a26517485398ff391981892885e511f94',1,'amrex::MLALaplacianT::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#ab7bb116d25a0ab43e4e7124aa257e306',1,'amrex::MLNodeABecLaplacian::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1fb977f5a6b0c8682e5f658a4dc9db0c',1,'amrex::MLEBABecLap::m_b_scalar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a539516410949fb84f32bdf408fdd2e18',1,'amrex::MLABecLaplacianT::m_b_scalar()']]], + ['m_5fba_16514',['m_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a38a28db75d6cca9d3c87ad9931084f09',1,'amrex::AmrParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a7d7032e9d6618767e8e35743a9139d62',1,'amrex::MPMD::Copier::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae1577679bfb4ab104a875852a9dbecda',1,'amrex::FillPatchIteratorHelper::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ab62ef15c4a342cc3eb61e116b23bd285',1,'amrex::VisMF::Header::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#af00ec28e28d685f8cef31dfb1a82d805',1,'amrex::ParGDB::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a97b3de417e81c1776fe44e33ef9923d2',1,'amrex::ParticleBufferMap::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a398bff4255e23b17afdbb21529343b0f',1,'amrex::ParticleLocator::m_ba()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a2cd678a68c564bb01fd2cd47ce594521',1,'amrex::PlotFileDataImpl::m_ba()']]], + ['m_5fba_5fall_16515',['m_ba_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aee4a8457a8b4b42831ea654578bfe5f6',1,'amrex::OpenBCSolver']]], + ['m_5fba_5fid_16516',['m_ba_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#a72b32342670aa4c490e3362b75943633',1,'amrex::FabArrayBase::BDKey']]], + ['m_5fbag_16517',['m_bag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a597017e3faf53c6b6569a27fbf01ce3f',1,'amrex::OpenBCSolver']]], + ['m_5fbat_16518',['m_bat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a416da5b2620e5c9cad12ab2fd73d349b',1,'amrex::BoxArray::m_bat()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a24bf518e21de06c34d5ccafe0b1ac244',1,'amrex::FabArrayBase::ParForInfo::m_bat()']]], + ['m_5fbat_5ftype_16519',['m_bat_type',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#addbc01e0e2621532efa04d4f28e3f305',1,'amrex::BATransformer']]], + ['m_5fbc_5fhi_16520',['m_bc_hi',['../classHydro_1_1NodalProjector.html#a4fd04f8b717b8162b23ad5b642a3487e',1,'Hydro::NodalProjector']]], + ['m_5fbc_5flo_16521',['m_bc_lo',['../classHydro_1_1NodalProjector.html#aba3564764203f615abadc34dd8d371ec',1,'Hydro::NodalProjector']]], + ['m_5fbcoefs_16522',['m_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5ffc86d6c741f71d676a5834deba92a6',1,'amrex::MLCurlCurl']]], + ['m_5fbcondloc_16523',['m_bcondloc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a8ea2fb547b5b9b37d88880948073e00c',1,'amrex::MLCellLinOpT']]], + ['m_5fbcr_16524',['m_bcr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#a482d13bca7d063a552a82874e7a9f1d8',1,'amrex::PhysBCFunct']]], + ['m_5fbd_5fcount_16525',['m_BD_count',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#af3d0b759e5fa01a885c95e93e0e9f7b1',1,'amrex::FabArrayBase']]], + ['m_5fbdkey_16526',['m_bdkey',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a2865ec7ad6d6f09cf1a3a891b603144c',1,'amrex::FabArrayBase']]], + ['m_5fbeta_16527',['m_beta',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a7b83a2461e9903530a1903a12ddec15b',1,'amrex::MLCurlCurl']]], + ['m_5fbeta_5floc_16528',['m_beta_loc',['../classHydro_1_1MacProjector.html#a80c9dd1fb10365f322541aa8bcdd196d',1,'Hydro::MacProjector::m_beta_loc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#afc12bcb23ed82f37ceae7da2d6f44eea',1,'amrex::MLEBABecLap::m_beta_loc()']]], + ['m_5fbi_16529',['m_bi',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aae3482bf8801229e16bc2adfd474a84c',1,'hacc::Dfft']]], + ['m_5fbif_16530',['m_bif',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'amrex::AssignGrid::m_bif()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a77181b274a07f3858b98e49e102d95b7',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bif()']]], + ['m_5fbin_5fsize_16531',['m_bin_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'amrex::AssignGrid::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a3bf69089e03f40d7b20e53cee6099727',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_bin_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a06c4d242ffac4f47f0c3653a4a69f2c3',1,'amrex::ParticleLocator::m_bin_size()']]], + ['m_5fbin_5ftype_5farray_16532',['m_bin_type_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a32a3a6e1b23801796736f10c13fe0600',1,'amrex::BinMapper']]], + ['m_5fbins_16533',['m_bins',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#afaba6cf4d3a98c920b0ba530d461c94f',1,'amrex::SparseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< typename amrex::ParticleTileData >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a79bc6fac3bccc4135ddd0df34e5747dd',1,'amrex::ParticleLocator::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#ae69ba0154224a168b3b74ad03d50baca',1,'amrex::NeighborList::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'amrex::DenseBins::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a8117b70d723320a9c0c4dfc5d57fb224',1,'amrex::ParticleContainer_impl::m_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af1561b37e307d49631e3fc2ee1b68212',1,'DenseBins< ParticleType >::m_bins()']]], + ['m_5fbins_5fhi_16534',['m_bins_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a0b5da81617041d99e743ab54bd812657',1,'amrex::ParticleLocator']]], + ['m_5fbins_5flo_16535',['m_bins_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a6b81a4528612b6f121dcfcfcf00071e1',1,'amrex::ParticleLocator']]], + ['m_5fbins_5fptr_16536',['m_bins_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#afa3d2fe979810d8c42a56913e808c53d',1,'amrex::SparseBinIteratorFactory']]], + ['m_5fblock_16537',['m_block',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a999ce0f54f3eae13c2533caabe5acc89',1,'amrex::CArena::Node']]], + ['m_5fbndry_16538',['m_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a64e1c781a5d446a7a7cc3ef1231c2218',1,'amrex::Hypre::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6aa5787a3fc3a0c58eb3453158f99123',1,'amrex::HypreMLABecLap::m_bndry()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a67990960ff9c4294dafbe76031983532',1,'amrex::PETScABecLap::m_bndry()']]], + ['m_5fbndry_5fcor_16539',['m_bndry_cor',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ac667791f6b37a42e55ef25267bc78fa9',1,'amrex::MLCellLinOpT']]], + ['m_5fbndry_5frhs_16540',['m_bndry_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a1f047d4669c1be7925f1e95315129858',1,'amrex::HypreMLABecLap']]], + ['m_5fbndry_5fsol_16541',['m_bndry_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a2b8a625f55f16b9c5b620a82021f17f4',1,'amrex::MLCellLinOpT']]], + ['m_5fbndryarea_16542',['m_bndryarea',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8d677f5c06ce1520cd23addf9d22d5ef',1,'amrex::EBDataCollection::m_bndryarea()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a03eaf98bf7542beafaf696e05c431d5a',1,'amrex::EB2::Level::m_bndryarea()']]], + ['m_5fbndryarea_5fname_16543',['m_bndryarea_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2a4bd9dfa8f11189fc7278d1a6b8a1bb',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndrycent_16544',['m_bndrycent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a904a42dc11ddb39db9a497fa7093a0dc',1,'amrex::EB2::Level::m_bndrycent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8a3dfc8b1b1cf5d19c7538d630a4b44b',1,'amrex::EBDataCollection::m_bndrycent()']]], + ['m_5fbndrycent_5fname_16545',['m_bndrycent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2c620855d91588bcb44a71d07333f15c',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndrynorm_16546',['m_bndrynorm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a586018b239d0fd75d2a920b4e7d8fa40',1,'amrex::EBDataCollection::m_bndrynorm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a863477aadc907e1abeb83c666168ccc4',1,'amrex::EB2::Level::m_bndrynorm()']]], + ['m_5fbndrynorm_5fname_16547',['m_bndrynorm_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a36024f8e3ad6a998c8d8f84e2e0fbc1d',1,'amrex::EB2::ChkptFile']]], + ['m_5fbndryreg_16548',['m_bndryReg',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a48eb0ed0866edb7e35185a585d68e8bf',1,'amrex::BATransformer::BATOp']]], + ['m_5fbottom_5fcomm_16549',['m_bottom_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'amrex::MLLinOpT::m_bottom_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aee13b9d32b909adb7903586bfa352855',1,'MLLinOpT< Array< MultiFab, 3 > >::m_bottom_comm()']]], + ['m_5fbottom_5fdot_5fmask_16550',['m_bottom_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a4b398a735f5c05d0919bc24efc9a7025',1,'amrex::MLNodeLinOp']]], + ['m_5fbottom_5fsolver_5ftype_16551',['m_bottom_solver_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a6794548ac1811d752900f18875e596b5',1,'amrex::OpenBCSolver']]], + ['m_5fbottom_5fverbose_16552',['m_bottom_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aac4bd2677d8bb695cffd7a476ad3a68b',1,'amrex::OpenBCSolver']]], + ['m_5fboundary_5fparticle_5fids_16553',['m_boundary_particle_ids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a71350435dff09e0768bdc74d0f943655',1,'amrex::NeighborParticleContainer']]], + ['m_5fboundry_5fis_5foutside_16554',['m_boundry_is_outside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ae50a6d985147b0ae607e688e120f2935',1,'amrex::STLtools']]], + ['m_5fbox_5fcounts_5fd_16555',['m_box_counts_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7285486c8e5119099572a46997f89641',1,'amrex::ParticleCopyPlan']]], + ['m_5fbox_5fcounts_5fh_16556',['m_box_counts_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ad7d72a20fb9d967f606d7e1ed546b6ac',1,'amrex::ParticleCopyPlan']]], + ['m_5fbox_5findex_16557',['m_box_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#ade5ede9a60831d6a2bc97125cb11f18a',1,'amrex::EBFArrayBox']]], + ['m_5fbox_5foffset_16558',['m_box_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeed1f38381a165558cf5000201773038',1,'amrex::OpenBCSolver']]], + ['m_5fbox_5foffsets_16559',['m_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a0ed01f542a7575b5a8d300c751d962b2',1,'amrex::GetSendBufferOffset::m_box_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a813195052803b3c8844eb604a508e9b0',1,'amrex::ParticleCopyPlan::m_box_offsets()']]], + ['m_5fboxes_16560',['m_boxes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#afc603c5935ba128b01935f5ab94491ad',1,'amrex::FabArrayBase::ParForInfo::m_boxes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a5fbf90399c57c4fb121c1aac5ac825d7',1,'amrex::ParticleCopyOp::m_boxes()']]], + ['m_5fboxhi_16561',['m_boxHi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a28bfb4eb34ce4273b9948f0c3e2451a4',1,'amrex::BoxIterator']]], + ['m_5fboxid_16562',['m_boxid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a19720ff54b3ba0b9180de7f0b0bbfa76',1,'amrex::WeightedBox']]], + ['m_5fboxlo_16563',['m_boxLo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#ac7faa53e27c1da649d1ce401be5edd8d',1,'amrex::BoxIterator']]], + ['m_5fbs_16564',['m_bs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a437859cd3c47a1323a21a3437877b0fa',1,'hacc::Dfft']]], + ['m_5fbscalar_16565',['m_bscalar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a9f02135c08e099121a1e35c8216c1417',1,'amrex::HypreMLABecLap']]], + ['m_5fbucket_5fto_5fgid_16566',['m_bucket_to_gid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#aea0220c77ce964ed8fde473e51e90343',1,'amrex::ParticleBufferMap']]], + ['m_5fbucket_5fto_5flev_16567',['m_bucket_to_lev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#af13d545be94a3e379ce0193f3f57d6b2',1,'amrex::ParticleBufferMap']]], + ['m_5fbucket_5fto_5fpid_16568',['m_bucket_to_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a12b53b1f0f8833c2701601cf404e74ad',1,'amrex::GetPID::m_bucket_to_pid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a33351037aaa2977e86fa377eaeb0a67e',1,'amrex::ParticleBufferMap::m_bucket_to_pid()']]], + ['m_5fbuffer_5fmap_16569',['m_buffer_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2eddb55f0ebdf394ea2ace09e1d0e4a4',1,'amrex::ParticleContainerBase']]], + ['m_5fbuild_5fcoarse_5flevel_5fby_5fcoarsening_16570',['m_build_coarse_level_by_coarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#ac61a177a98e7db517cf368ca8e901a68',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fbuild_5frreqs_16571',['m_build_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ae99c8d354fa1ed4c85a8856eed87accc',1,'amrex::ParticleCopyPlan']]], + ['m_5fbuild_5fstats_16572',['m_build_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ab1268c5ed411da9959d9c18f97a92c9e',1,'amrex::ParticleCopyPlan']]], + ['m_5fbuildmap_16573',['m_BuildMap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#aea78b384d1325786fc3738a66cb16a32',1,'amrex::DistributionMapping']]], + ['m_5fbusylist_16574',['m_busylist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a88823438ee0e89721d65131d87d2f687',1,'amrex::CArena']]], + ['m_5fbx_16575',['m_bx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a97e723c3499aedd07e910e30bbb1d51a',1,'amrex::Cluster']]], + ['m_5fc2f_5fnentries_16576',['m_c2f_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ae35db1670d830f2b1f8bd8b60152d291',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5foffset_5ffrom_16577',['m_c2f_offset_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4617f3ef7bf223a44b7f2730609138af',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5foffset_5fto_16578',['m_c2f_offset_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ff9efa1034c0a9291d6240ff89ca008',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5ftotal_5ffrom_16579',['m_c2f_total_from',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7ecee59c4f754dd88bd3d9d524b9a7cd',1,'amrex::HypreMLABecLap']]], + ['m_5fc2f_5ftotal_5fto_16580',['m_c2f_total_to',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a031255c891aa6b3a410ac5f24003c1cb',1,'amrex::HypreMLABecLap']]], + ['m_5fcapacity_16581',['m_capacity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< index_type >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int *, DefaultAllocator< int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< std::size_t >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< unsigned int >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const int * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< char >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::XDim3 >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::STLtools::Triangle >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::openbc::MomTag >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::NeighborCode >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::BoxND >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'PODVector< const ParticleReal * >::m_capacity()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#ab34b6361d0ed17fe5d62a6a11dc21174',1,'amrex::PODVector::m_capacity()']]], + ['m_5fcba_16582',['m_cba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5775b10f198c89e397a7e2a46b2179e4',1,'amrex::FillPatcher']]], + ['m_5fcbox_16583',['m_cbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a1ed0eb57ec7521b07ea2918df59e5bbd',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fcc_16584',['m_cc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'amrex::GMRES::m_cc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a782f8901e06cd6cc7760bdf704da630c',1,'GMRES< MF, GMRESMLMGT< MF > >::m_cc()']]], + ['m_5fcc_5ffine_5fmask_16585',['m_cc_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a91c9e98ef8edd4106aace72a6c7a4294',1,'amrex::MLNodeLinOp']]], + ['m_5fcc_5fmask_16586',['m_cc_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a820de6c415b8f6911cf96c94788cb102',1,'amrex::MLEBABecLap']]], + ['m_5fcdm_16587',['m_cdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a24b14c5172528271b48b0bd0bd1244fb',1,'amrex::FillPatcher']]], + ['m_5fcell_16588',['m_cell',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6f106a94f894a5236b1207f4f0862e67',1,'amrex::ParticleCommData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a2278d6391126cfdd553d701b73449d5e',1,'amrex::ParticleLocData::m_cell()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#a6b846c1c1abd86195353d49a275f6356',1,'amrex::EB2::Vertex::m_cell()']]], + ['m_5fcell_5foffset_16589',['m_cell_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab67206477f143731d053df0d28751b86',1,'amrex::HypreSolver']]], + ['m_5fcell_5fsize_16590',['m_cell_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a42decf941935743ed84113a4484f4f07',1,'amrex::PlotFileDataImpl']]], + ['m_5fcellflag_16591',['m_cellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e1c74b0f09c3f6a15a7024dd30be4ef',1,'amrex::EB2::Level']]], + ['m_5fcellflags_16592',['m_cellflags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1CutFabFactory.html#ad27d27c26c11acfd58b8fc629b4f2c1b',1,'amrex::detail::CutFabFactory::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#acf458e03eaefec6d963a0b0e3b0453da',1,'amrex::MultiCutFab::m_cellflags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a3f3aed898f6ec10c9f141be194499cac',1,'amrex::EBDataCollection::m_cellflags()']]], + ['m_5fcenter_16593',['m_center',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a5e0afe35657ac28fca148215c31180d9',1,'amrex::EB2::CylinderIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a5778e3c639570e5f9e9f3ab7c1c1a417',1,'amrex::EB2::EllipsoidIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a43d80b03741314b72b14c9be08206eed',1,'amrex::EB2::SphereIF::m_center()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a2f3bd60c1f94a3aeb478370f93757140',1,'amrex::EB2::TorusIF::m_center()']]], + ['m_5fcentroid_16594',['m_centroid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#af218d8cf84d1ad47414a36663b2c1b36',1,'amrex::EBDataCollection::m_centroid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a280b2239887942a0dfdc9802abe88e12',1,'amrex::EB2::Level::m_centroid()']]], + ['m_5fcentroid_5fname_16595',['m_centroid_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a2673a27ddded55c75cc521663ea9d399',1,'amrex::EB2::ChkptFile']]], + ['m_5fcf_5fbcoefs_16596',['m_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ac05a891fdcd184a2d55e9150dc8226d1',1,'amrex::HypreMLABecLap']]], + ['m_5fcf_5fcrse_5fdata_16597',['m_cf_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a19e35173a3232a3505a3c4c3b30e86e5',1,'amrex::FillPatcher']]], + ['m_5fcf_5fcrse_5fdata_5ftmp_16598',['m_cf_crse_data_tmp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a44f373925ff45d0ff777315114039e5b',1,'amrex::FillPatcher']]], + ['m_5fcf_5ffine_5fdata_16599',['m_cf_fine_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a43df40e0e8dbd2de56018b5180aeabe2',1,'amrex::FillPatcher']]], + ['m_5fcfinfo_5fstats_16600',['m_CFinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a92e87a53eaf353557dfcf6b875123a81',1,'amrex::FabArrayBase']]], + ['m_5fcfp_5ffab_16601',['m_cfp_fab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a166ac40711474ecc9d054bdf63632675',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfp_5finside_5fmask_16602',['m_cfp_inside_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFluxRegister.html#ae202afe28157891442668596f24fe460',1,'amrex::EBFluxRegister']]], + ['m_5fcfp_5flocalindex_16603',['m_cfp_localindex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad3d68c63ff831153ffc01bf39298a1fe',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfp_5fmask_16604',['m_cfp_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#ad0aa87622ba3aa5a30c21fe56eeb3c33',1,'amrex::YAFluxRegisterT']]], + ['m_5fcfpatch_16605',['m_cfpatch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a266eca2069ccb69be79badf962e3902b',1,'amrex::YAFluxRegisterT']]], + ['m_5fcgeom_16606',['m_cgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a02e5ea36fb6bd2df914062d9e2317629',1,'amrex::FillPatcher']]], + ['m_5fchkpt_5ffile_5flevel_16607',['m_chkpt_file_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#ad0bd84c54c9011031380dde55182dd2b',1,'amrex::EB2::IndexSpaceChkptFile']]], + ['m_5fclearing_16608',['m_clearing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a50eaee402e1e16b45a4e535eda4f2860',1,'amrex::BackgroundThread']]], + ['m_5fcoarse_5fbc_5floc_16609',['m_coarse_bc_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_bc_loc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1a730552d4db500b99496712dec21038',1,'amrex::MLLinOpT::m_coarse_bc_loc()']]], + ['m_5fcoarse_5fdata_5fcrse_5fratio_16610',['m_coarse_data_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'amrex::MLLinOpT::m_coarse_data_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a6d6305f5cb6d0df287f766719bb9566d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_crse_ratio()']]], + ['m_5fcoarse_5fdata_5ffor_5fbc_16611',['m_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'amrex::MLLinOpT::m_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a02f8f07d9d724566c7aea603ea1248a6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc()']]], + ['m_5fcoarse_5fdata_5ffor_5fbc_5fraii_16612',['m_coarse_data_for_bc_raii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'amrex::MLLinOpT::m_coarse_data_for_bc_raii()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3bf0a8559fbed2ec5297f97590e92cb0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_data_for_bc_raii()']]], + ['m_5fcoarse_5fdot_5fmask_16613',['m_coarse_dot_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a117db04aae22221b83130cff6e6fdb52',1,'amrex::MLNodeLinOp']]], + ['m_5fcoarse_5ffine_5fbc_5ftype_16614',['m_coarse_fine_bc_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_coarse_fine_bc_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ae152107703463ca7e27c2e3dccf7538d',1,'amrex::MLLinOpT::m_coarse_fine_bc_type()']]], + ['m_5fcoarsen_5fratio_16615',['m_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3d401d8f6e037bf70fe52989385f4dac',1,'amrex::OpenBCSolver']]], + ['m_5fcoarsener_16616',['m_coarsener',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a9b8d6ebdbbee5e3598e124559305839a',1,'amrex::FabArrayBase::FPinfo']]], + ['m_5fcoarsening_5fstrategy_16617',['m_coarsening_strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#af4d1bfea4dae502fae40e6b71fd4deae',1,'amrex::MLNodeLinOp']]], + ['m_5fcoarsenratio_16618',['m_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#af6babb4d2ad6f229b06a29b5f9d28814',1,'amrex::BATransformer::BATOp']]], + ['m_5fcode_5farray_16619',['m_code_array',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc6fa317f2580d5b4eaf5e7e156694e8',1,'amrex::NeighborParticleContainer']]], + ['m_5fcode_5foffsets_16620',['m_code_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#adc56d3fa06a368656ba30775e6af57d5',1,'amrex::NeighborParticleContainer']]], + ['m_5fcolor_16621',['m_color',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a0e84c360250692ebc2e6585a33e47d41',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fcomm_16622',['m_comm',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a8b000ab4b491f860c3b4ff0c27810e0e',1,'amrex::ParallelDescriptor::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a53343f77d0925c7567465f6d07bfa012',1,'amrex::HypreSolver::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aacab4da9034ef08e23a12cf30d78c8ad',1,'amrex::HypreMLABecLap::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a68db14178387b9922308640c010e6518',1,'hacc::Distribution::m_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a07f28528e66771da54579a9419cff957',1,'amrex::HypreIJIface::m_comm()']]], + ['m_5fconnectivity_16623',['m_connectivity',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#aaa06cb6a74aa4b0f59ba1a5108665870',1,'amrex::EBToPVD']]], + ['m_5fconst_5farrays_16624',['m_const_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< PetscInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'amrex::FabArray::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< TagBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< IArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::Mask >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::CutFab >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< FArrayBox >::m_const_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#ac30f73f6b587c175fdc34bab68294613',1,'FabArray< amrex::EBCellFlagFab >::m_const_arrays()']]], + ['m_5fconst_5fbeta_16625',['m_const_beta',['../classHydro_1_1MacProjector.html#a7ffa950abcbead8a179c886455fa70fb',1,'Hydro::MacProjector']]], + ['m_5fconst_5fsigma_16626',['m_const_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a48fe991cb1c369e8fd56fda63ff27e43',1,'amrex::MLNodeLaplacian::m_const_sigma()'],['../classHydro_1_1NodalProjector.html#a45a606e57b9c22330d9d97bb231f17f7',1,'Hydro::NodalProjector::m_const_sigma()']]], + ['m_5fconstparticle_5ftile_5fdata_16627',['m_constparticle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5df5fad9c993924a97176760e588e175',1,'amrex::ConstSoAParticle']]], + ['m_5fcoordsys_16628',['m_coordsys',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a36b8550e47cb00ee090fe7accbcfa025',1,'amrex::PlotFileDataImpl']]], + ['m_5fcos_5fangle_16629',['m_cos_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#ab51c69319d7d35dc43124c3692af67ee',1,'amrex::EB2::RotationIF']]], + ['m_5fcount_16630',['m_count',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#ac90fb768114ea1322dd367d59c515c31',1,'amrex::ParmParse::PP_entry']]], + ['m_5fcounts_16631',['m_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< typename amrex::ParticleTileData >::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'amrex::DenseBins::m_counts()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#af113e9e077a9aed3c6696adabcefa899',1,'DenseBins< ParticleType >::m_counts()']]], + ['m_5fcountvec_16632',['m_countvec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae1be4beb27cb3b3667cc36fdc6448415',1,'amrex::OpenBCSolver']]], + ['m_5fcovered_5fgrids_16633',['m_covered_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a39105c6d6e0fe32960a0fb90ecfd7db3',1,'amrex::EB2::Level']]], + ['m_5fcpc_5fstats_16634',['m_CPC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acf463c256f5ac08e3c6c71666a682308',1,'amrex::FabArrayBase']]], + ['m_5fcross_16635',['m_cross',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a5dabbd852ff0a3516c1d7b2b40496773',1,'amrex::FabArrayBase::FB']]], + ['m_5fcrse_5fcor_5fbr_16636',['m_crse_cor_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a892cce2e429f77cee7360f2859ceda4d',1,'amrex::MLCellLinOpT']]], + ['m_5fcrse_5fdata_16637',['m_crse_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a74b021a20514364f11e7f743cea7c0b4',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5ffab_5fflag_16638',['m_crse_fab_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a1bc7ad69316f063b0e10812ff7f06705',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5fface_5fba_16639',['m_crse_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a8bfe583f3e39b9b5130c1644c7af9a15',1,'amrex::InterpFaceRegister']]], + ['m_5fcrse_5fflag_16640',['m_crse_flag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a5a0318376def0681f878a9628db75930',1,'amrex::YAFluxRegisterT']]], + ['m_5fcrse_5fgeom_16641',['m_crse_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a66aef4e531d59c7454a73e0b3c44cac5',1,'amrex::InterpFaceRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a6cf33cc04f1dd5084d2bc1153f5952cc',1,'amrex::EdgeFluxRegister::m_crse_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a7563f9f354215d32467cc8b6f3e83ad3',1,'amrex::YAFluxRegisterT::m_crse_geom()']]], + ['m_5fcrse_5fgrown_5ffaces_5fphi_16642',['m_crse_grown_faces_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a25518d5cabb1d9332b6f8fb812d872cf',1,'amrex::OpenBCSolver']]], + ['m_5fcrse_5fmasks_16643',['m_crse_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ec5d013b8c958a21fa9db1db5b613a9',1,'amrex::HypreMLABecLap']]], + ['m_5fcrse_5fratio_16644',['m_crse_ratio',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#abe82c8b83c190d9388ff8cb1f2f41cc1',1,'amrex::FabArrayBase::FB::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#afb3c670e0176df666a804c831a941f89',1,'amrex::BATbndryReg::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATcoarsenRatio.html#acaf5d98499e6ecc09cac5fe8a027a759',1,'amrex::BATcoarsenRatio::m_crse_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#a596d52f9079ac3303ea362ba657f8bf0',1,'amrex::BATindexType_coarsenRatio::m_crse_ratio()']]], + ['m_5fcrse_5fsol_5fbr_16645',['m_crse_sol_br',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#adf51879b81fbd24f9ccb7b9f0142d63b',1,'amrex::MLCellLinOpT']]], + ['m_5fcurrent_16646',['m_current',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxIterator.html#a84175ad1f780ae9de83dc5f4c71b67e0',1,'amrex::BoxIterator']]], + ['m_5fcurrently_5fallocated_16647',['m_currently_allocated',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a697d3803d72aec0fda55351e1efede2c',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fcutcellmask_16648',['m_cutcellmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a319997acfc8739b7d32879751198026b',1,'amrex::EBDataCollection::m_cutcellmask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a19f4bfc4f5fd05b24a2ad32e4247f07f',1,'amrex::EB2::Level::m_cutcellmask()']]], + ['m_5fcvol_16649',['m_cvol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a58d0c8eb8bdaf808e5462cfa75b76b3f',1,'amrex::YAFluxRegisterT']]], + ['m_5fd_16650',['m_d',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#aa381914659691d811714d279f927972f',1,'hacc::Distribution']]], + ['m_5fdallocator_16651',['m_dallocator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'amrex::FabArray::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#ae08344e2c33c31605edbc0b4635c8730',1,'amrex::detail::SingleChunkArena::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< TagBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< IArrayBox >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::Mask >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::CutFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< amrex::EBCellFlagFab >::m_dallocator()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a6a2a60d3af361dde9463f2d586d0e358',1,'FabArray< FArrayBox >::m_dallocator()']]], + ['m_5fdata_16652',['m_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#a17dc6a44a8a7ebeda4dd4bf436d64934',1,'amrex::Stack::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< GFab >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< BCTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< std::size_t >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::openbc::MomTag >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a6567dd1e12cfdc62c93db6fe6e2bc0de',1,'amrex::ParticleCommData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::Vector< RealTuple > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< unsigned int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiCutFab.html#aa57d6c13b3ffbf9dcc2bf1d3c3496852',1,'amrex::MultiCutFab::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::BoxND >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a24953b8ef5ef372c2ca196d8592053e1',1,'amrex::Parser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::NeighborCode >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< RealTuple >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::STLtools::Triangle >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< amrex::XDim3 >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const int * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#ac6fd95b2e7f736db5408bbdc3e44cbe4',1,'amrex::ParticleArrayAccessor::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< const ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArray.html#a0b11b0f597e0de5ea793492eaef23cd1',1,'amrex::ParticleArray::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< index_type >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#aa4b53535c25e645281539b7b5b4f9194',1,'amrex::ArrayOfStructs::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< int *, DefaultAllocator< int * > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleReal * >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IParser.html#aa09937d7246ba1774e216bf9c1367332',1,'amrex::IParser::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'amrex::PODVector::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< HYPRE_Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< PetscInt >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< Int >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'amrex::LayoutData::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a3f97242387a9bccf0cb2aaeb5dbbfe5a',1,'LayoutData< amrex::PODVector< Int > >::m_data()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#aa3653b70897299b34df8afff92bb2299',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_data()']]], + ['m_5fdebug_16653',['m_debug',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a73a703d4fdc79e256d197275f2cd7695',1,'hacc::Distribution']]], + ['m_5fdefault_5fcomm_16654',['m_default_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'amrex::MLLinOpT::m_default_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a52e548305943a2d3a1b1731eb5855b73',1,'MLLinOpT< Array< MultiFab, 3 > >::m_default_comm()']]], + ['m_5fdefined_16655',['m_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'amrex::AmrParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a137731a88dc832f6c1b0d1a48136b612',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#a1c152f39fdeb4881636df629cc0d8077',1,'amrex::BndryDataT::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#add127c532a232ec6ffde039f284dcf98',1,'amrex::ParticleBufferMap::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#afbbaa0b45b68de1153c75f8243697230',1,'amrex::ParticleLocator::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ad4a6e09ba4f2ef496ba35c3dac4c19b4',1,'amrex::ParticleTile::m_defined()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a27f4405dacee92bf69d837b35ca6d238',1,'amrex::StructOfArrays::m_defined()']]], + ['m_5fderefine_16656',['m_derefine',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#acc1197fd9bb49e9d8e48d719e22260d6',1,'amrex::AMRErrorTagInfo']]], + ['m_5fdevice_5fboxes_16657',['m_device_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#aaefcc3f59ad58621ab499425634fc0bb',1,'amrex::ParticleLocator']]], + ['m_5fdevice_5fexecutor_16658',['m_device_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a95c3dd2ed3fc298cef334c1b2cae7df7',1,'amrex::IParser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad7b795cb104ac74095c7bbd71745e111',1,'amrex::Parser::Data::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#a47e58b2ffa31fa7664608518e4887c5e',1,'amrex::IParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'amrex::ParserExecutor::m_device_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a38862e30a4c2fbeefe1e07252ce69c31',1,'ParserExecutor< 3 >::m_device_executor()']]], + ['m_5fdevice_5ftuple_16659',['m_device_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#acdd88eae26f790899fa6d061102875d0',1,'amrex::ReduceData']]], + ['m_5fdir_16660',['m_dir',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a2e57f52a7f9f0b9b64c98c2c0cb48fed',1,'amrex::EB2::RotationIF']]], + ['m_5fdirection_16661',['m_direction',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7dd72f5ab847bff174c67eff2c1b00e5',1,'amrex::EB2::CylinderIF::m_direction()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#adaed3ae1e902f8f656e39c2a58de8b11',1,'amrex::EB2::ExtrusionIF::m_direction()']]], + ['m_5fdirichlet_5fmask_16662',['m_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aaa52abefe4405ee59158a27c112ccfa9',1,'amrex::MLNodeLinOp']]], + ['m_5fdivu_16663',['m_divu',['../classHydro_1_1MacProjector.html#a2b555b21f073b3d4915cfad5deabaf40',1,'Hydro::MacProjector']]], + ['m_5fdivu_5floc_16664',['m_divu_loc',['../classHydro_1_1MacProjector.html#a08e97fb6ec143c846c7ac02969377823',1,'Hydro::MacProjector']]], + ['m_5fdm_16665',['m_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a5312b848b9647e4f204768a4d5ee5df7',1,'amrex::MPMD::Copier::m_dm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a990b67e8bf90b3e0a7c137bb67eee236',1,'amrex::ParticleBufferMap::m_dm()']]], + ['m_5fdm_5fall_16666',['m_dm_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a40d019b887fcf68ab02864765f88643e',1,'amrex::OpenBCSolver']]], + ['m_5fdm_5fid_16667',['m_dm_id',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1BDKey.html#ad4cad04286d0ad719cfe6125b146932e',1,'amrex::FabArrayBase::BDKey']]], + ['m_5fdmap_16668',['m_dmap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#ac64ebd19d0afad8663e01819448c4760',1,'amrex::AmrParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a521405f480fb9aade08961ffa6198870',1,'amrex::HypreMLABecLap::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#adbc41185b004eb0fbb4db236ee599d8c',1,'amrex::HypreSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#ad8da3b86620279f872f604f11e603bbc',1,'amrex::EB2::Level::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'amrex::MLLinOpT::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a67d38036b0d30275047637a1ab739ca6',1,'MLLinOpT< Array< MultiFab, 3 > >::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aa8a7ddd4f65f8f43b9df11669e7720cf',1,'amrex::OpenBCSolver::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ad4ddadbe875a0706319f20b55cbc42fd',1,'amrex::ParGDB::m_dmap()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ad8e368b2324d6b210aca23e3d01e7dfa',1,'amrex::PlotFileDataImpl::m_dmap()']]], + ['m_5fdo_5fagglomeration_16669',['m_do_agglomeration',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'amrex::MLLinOpT::m_do_agglomeration()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a452827d7dc1f2d84d701248f05e908af',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_agglomeration()']]], + ['m_5fdo_5fconsolidation_16670',['m_do_consolidation',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'amrex::MLLinOpT::m_do_consolidation()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a0e1db3374227c3c6043734d42bbbc795',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_consolidation()']]], + ['m_5fdo_5fprofiling_16671',['m_do_profiling',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a95e91e069e1ea8873693839d0bbc72e7',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fdo_5fsemicoarsening_16672',['m_do_semicoarsening',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'amrex::MLLinOpT::m_do_semicoarsening()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3f65a4345945e648b7170635a33c9557',1,'MLLinOpT< Array< MultiFab, 3 > >::m_do_semicoarsening()']]], + ['m_5fdo_5fteam_5freduce_16673',['m_do_team_reduce',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a5de8f1503fd9c3d7fac5aad2558a3a8b',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fdoihi_16674',['m_doihi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ad8ea19edcbf549f67753ecdcd6a2f32e',1,'amrex::BATbndryReg']]], + ['m_5fdoilo_16675',['m_doilo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae3b0deb00e514295c1a38e8a1cd20506',1,'amrex::BATbndryReg']]], + ['m_5fdomain_16676',['m_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a63782cb4dceff5b3b6df900b00e1ba81',1,'amrex::AssignGrid::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#a96b0b266cd719c5598d83907aaebf43a',1,'amrex::FabArrayBase::RB90::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a68398d2292a320dfdb73768136091c68',1,'amrex::FabArrayBase::RB180::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a92801c71e56e5fdb7873f8f4af0542ac',1,'amrex::EB2::IndexSpaceSTL::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af511909db1c4395396f3d31565acc81d',1,'amrex::EB2::IndexSpaceChkptFile::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a321c610c520a56ef865cc89c0f54211b',1,'FilterVirt::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#a4728c08d238e8a553b30e672643776a2',1,'amrex::FabArrayBase::PolarB::m_domain()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a961c595a3d22b06da38b244becb9f3e3',1,'amrex::EB2::IndexSpaceImp::m_domain()']]], + ['m_5fdomain_5fbloc_5fhi_16677',['m_domain_bloc_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'amrex::MLLinOpT::m_domain_bloc_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1375eac46dcbfeb8155a251b904cc727',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_hi()']]], + ['m_5fdomain_5fbloc_5flo_16678',['m_domain_bloc_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'amrex::MLLinOpT::m_domain_bloc_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a437d5bd996be47153207c90d286b336c',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_bloc_lo()']]], + ['m_5fdomain_5fcovered_16679',['m_domain_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'amrex::MLLinOpT::m_domain_covered()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa83ed4b753b00606bcdff3573a6f0824',1,'MLLinOpT< Array< MultiFab, 3 > >::m_domain_covered()']]], + ['m_5fdone_5fcond_16680',['m_done_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#adbb640d4685fec31cf46171b7833a059',1,'amrex::BackgroundThread']]], + ['m_5fdotmask_16681',['m_dotmask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a5e1b51f776e54426d9a92e0101b75066',1,'amrex::MLCurlCurl']]], + ['m_5fdp_16682',['m_dp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ad1cd3540aa647e1a370450d70fac6176',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fdp_5farrays_16683',['m_dp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::Mask >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< TagBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< IArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< FArrayBox >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::EBCellFlagFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::CutFab >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< PetscInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_dp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a0deadb1f742a4e911d7ea64ea80c1292',1,'amrex::FabArray::m_dp_arrays()']]], + ['m_5fdpdn_16684',['m_dpdn',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ae7fada71ee96535887f907f28e17246c',1,'amrex::OpenBCSolver']]], + ['m_5fdptr_16685',['m_dptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afdf4938ce386a4308e372944a4b5a394',1,'amrex::TableData']]], + ['m_5fdst_5findices_16686',['m_dst_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7d3018f1b395f2aebb3caa3acb43be9a',1,'amrex::ParticleCopyPlan']]], + ['m_5fdstba_16687',['m_dstba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a5f390136bc410e6524afb0c7605d01ae',1,'amrex::FabArrayBase::CPC']]], + ['m_5fdstbdk_16688',['m_dstbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f4d274d86da7bb18bb64c7f4a32d0b2',1,'amrex::FabArrayBase::CPC::m_dstbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae69c1f14ad7fca5c0c13a230a1e25b0f',1,'amrex::FabArrayBase::FPinfo::m_dstbdk()']]], + ['m_5fdstdomain_16689',['m_dstdomain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#abfa42f6ff0a76a93b60101c098a38891',1,'amrex::FabArrayBase::FPinfo']]], + ['m_5fdstng_16690',['m_dstng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae2df1732b4308e11bd499e945c34c75f',1,'amrex::FabArrayBase::FPinfo::m_dstng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#aee160ab238c25e6538964c9ca2ce1e1c',1,'amrex::FabArrayBase::CPC::m_dstng()']]], + ['m_5fdt_5fcoarse_16691',['m_dt_coarse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#aeef4e08d1768a02cae4c25c4c5cfd1d5',1,'amrex::FillPatcher']]], + ['m_5fdummy_5fmf_16692',['m_dummy_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#adb9b347bff9efa17831af4b1c5cb846a',1,'amrex::ParticleContainerBase']]], + ['m_5fdxi_16693',['m_dxi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'amrex::AssignGrid::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#aa2da3c10930c77c48d235ae5324a5bdd',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_dxi()'],['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1fc799a241e146a74f383e58b291f188',1,'FilterVirt::m_dxi()']]], + ['m_5fdxi_5fp_16694',['m_dxi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#af1f0a8c52e0ba9142abfcdba68c4562e',1,'amrex::BinMapper']]], + ['m_5fe_5fcrse_16695',['m_E_crse',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a3f1e0f4027765309bbc93b8110a040a0',1,'amrex::EdgeFluxRegister']]], + ['m_5fe_5ffine_16696',['m_E_fine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#abd26799d7889db8005b39a33cf1065ad',1,'amrex::EdgeFluxRegister']]], + ['m_5feb_5fb_5fcoeffs_16697',['m_eb_b_coeffs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#ac1cb0994a1680b55eb88828ca3e2f53f',1,'amrex::PETScABecLap::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a1644cbea6bac7ad1b9ae4a039cf96cc4',1,'amrex::MLEBABecLap::m_eb_b_coeffs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a8f0e80c22cb3ef511cf2dc5b8b5fcd77',1,'amrex::HypreABecLap3::m_eb_b_coeffs()']]], + ['m_5feb_5findex_5fspace_16698',['m_eb_index_space',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a8c7a1666b20fe8bfad0377ce4fa278d8',1,'amrex::FillPatcher']]], + ['m_5feb_5fkappa_16699',['m_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aa52b74715e6fd800ad391684b5a2321b',1,'amrex::MLEBTensorOp']]], + ['m_5feb_5fphi_16700',['m_eb_phi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a25296274131127e2be522bd86b57be2c',1,'amrex::MLEBABecLap']]], + ['m_5febcellflag_16701',['m_ebcellflag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#adb16573267dc8b4b6dca43cc2f4d23d9',1,'amrex::EBFArrayBox']]], + ['m_5febdc_16702',['m_ebdc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0495e6651f6bc2531a88c903354da409',1,'amrex::EBFArrayBoxFactory']]], + ['m_5fedgecent_16703',['m_edgecent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a32f7036b775769c3f0c6957b499fe169',1,'amrex::EBDataCollection::m_edgecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a58881e32864c4c8dedf033f9364438ee',1,'amrex::EB2::Level::m_edgecent()']]], + ['m_5fedgecent_5fname_16704',['m_edgecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a64add9870404f75ec1b9f586d1fc04c6',1,'amrex::EB2::ChkptFile']]], + ['m_5fedges_16705',['m_edges',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#ac91b64f531bb3c5cf456af74b4000dd8',1,'amrex::EB2::Vertex']]], + ['m_5fepo_16706',['m_epo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aa8992473f3d960f9f118c57122a349ea',1,'amrex::FabArrayBase::FB']]], + ['m_5fetype_16707',['m_etype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#ae73e6c0e2000bd5397e42f8fd8e42cba',1,'amrex::MLCurlCurl']]], + ['m_5fexe_5fsize_16708',['m_exe_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a1c4d044550c8a47002f221aeead2c6a4',1,'amrex::IParser::Data::m_exe_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a952263602baabb188b5f915266b95dc0',1,'amrex::Parser::Data::m_exe_size()']]], + ['m_5fexpression_16709',['m_expression',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad236fd077460097e96f55779fc18350b',1,'amrex::IParser::Data::m_expression()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ac4c2abe9d502dbbdbebf5a60af138db5',1,'amrex::Parser::Data::m_expression()']]], + ['m_5fextend_5fdomain_5fface_16710',['m_extend_domain_face',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a9f74df8f16a93bd17f000fc12040400c',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fextrap_16711',['m_extrap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a4316157b8036d764b2c4eab037fc03f3',1,'amrex::StateDescriptor']]], + ['m_5ff_16712',['m_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#afdb3f4220acfb2353d91feed84482169',1,'amrex::EB2::GeometryShop::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#a00d2c22c6ba65bc4fdf65e95bd081799',1,'amrex::EB2::TranslationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a092e125d17bca6eaf36ce5f6a1228ab9',1,'amrex::EB2::ScaleIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#abdaf7ef0894bbc027482f233e7fadf74',1,'amrex::EB2::RotationIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa7438c9a59f4d903792ac05b8a9f796e',1,'amrex::PhysBCFunct::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1LatheIF.html#a4673532f2e2842aec58a63be5b8b32ac',1,'amrex::EB2::LatheIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ExtrusionIF.html#ad55c726742be3e692c9a65b4c8c6b6e8',1,'amrex::EB2::ExtrusionIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#ac25ccdc405c9a5dc9e22c69b172fa459',1,'amrex::EB2::DifferenceIF::m_f()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ComplementIF.html#a0258d3b856f873ca8b5d4e6452d49605',1,'amrex::EB2::ComplementIF::m_f()']]], + ['m_5ff2c_5fbno_16713',['m_f2c_bno',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab144aa971543222c30856319a467ea10',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fcell_16714',['m_f2c_cell',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7bf5b67f6ea086cafa52c0ffe2782b4f',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fnentries_16715',['m_f2c_nentries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ab4ebe994485ed9535fe0159f5ae2fca5',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5foffset_16716',['m_f2c_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a8938d44cca92d62b2df5e43c18bdb7d0',1,'amrex::HypreMLABecLap']]], + ['m_5ff2c_5fvalues_16717',['m_f2c_values',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a59c610afea3fd46adedf738506caaa8c',1,'amrex::HypreMLABecLap']]], + ['m_5ffa_16718',['m_fa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#ae0aa4364654842ee9aaba3d573fb6b01',1,'amrex::MFIter::m_fa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MultiMask.html#a30aad956b0f19c6b897f697915ebf80e',1,'amrex::MultiMask::m_fa()']]], + ['m_5ffa_5fstats_16719',['m_FA_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aef73f8365f2afd099a2293d8f94c7b3e',1,'amrex::FabArrayBase']]], + ['m_5ffabindex_16720',['m_fabIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a921b8bd490efd188a603512f830b2697',1,'amrex::FillBoxId']]], + ['m_5ffabs_16721',['m_fabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#ab816646d06cbb8bde38ec73d3cad1303',1,'amrex::FillPatchIterator']]], + ['m_5ffabs_5fv_16722',['m_fabs_v',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< PetscInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< TagBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< IArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< FArrayBox >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::Mask >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::EBCellFlagFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::CutFab >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_fabs_v()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a7ecd52e23e86db0f9e8e99166900e63c',1,'amrex::FabArray::m_fabs_v()']]], + ['m_5fface_16723',['m_face',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a742f179bd6167bd80a9f9aa9e561bb41',1,'amrex::BATbndryReg::m_face()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#ada71160c3d64cb7978bff2cbd0ef851f',1,'amrex::EB2::Edge::m_face()']]], + ['m_5fface_5fmask_16724',['m_face_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac7a90d8875f7129236cd11202764022b',1,'amrex::InterpFaceRegister']]], + ['m_5ffacecent_16725',['m_facecent',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Face.html#a0229df77d862af6df91705d19b2264e6',1,'amrex::EB2::Face::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a214bc0754b038960bcc1f574a448671d',1,'amrex::EBDataCollection::m_facecent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a2e965cf11727327d842176406b65ac14',1,'amrex::EB2::Level::m_facecent()']]], + ['m_5ffacecent_5fname_16726',['m_facecent_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a26703073797142fac2081e575a17a8be',1,'amrex::EB2::ChkptFile']]], + ['m_5ffacetype_16727',['m_facetype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#af4864d4b179756bbd81ac48e98f640c9',1,'amrex::EB2::GFab']]], + ['m_5ffactory_16728',['m_factory',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< TagBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ac29954add581987ecf4948fb9090b2d6',1,'amrex::StateData::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a3f86af74db89e2febf97b8c9d2ae3310',1,'amrex::PETScABecLap::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a07a2cce97f1c77f36f8a241090543b8e',1,'amrex::MLLinOpT::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a88d3049d660b7e0a5fca3002d5b78916',1,'amrex::Hypre::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< IArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< FArrayBox >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::Mask >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::EBCellFlagFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::CutFab >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< PetscInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a9172b400e374666d6100fa61ccc586db',1,'amrex::FabArray::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBox.html#aeaf68dbc1a5bddd5bacfa81efe966e0c',1,'amrex::EBFArrayBox::m_factory()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a948320fb29597814dca7906e314a2c13',1,'amrex::AmrLevel::m_factory()']]], + ['m_5ffafabname_16729',['m_fafabname',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a3e29beee8db471f8b5cca2c5ab03e1c8',1,'amrex::VisMF']]], + ['m_5ffamax_16730',['m_famax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a7f2c6b837b0a29af54ae8280eb42c8c9',1,'amrex::VisMF::Header']]], + ['m_5ffamin_16731',['m_famin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#afaf3496aa1e0bce82336411d0ee67fb6',1,'amrex::VisMF::Header']]], + ['m_5ffba_16732',['m_fba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28f56421d7e9e3da3f3c69396316c3ba',1,'amrex::FillPatcher']]], + ['m_5ffbc_5fstats_16733',['m_FBC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a5f3f2c05af6fbc9a1e5c59e03133505d',1,'amrex::FabArrayBase']]], + ['m_5ffbid_16734',['m_fbid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a2df3ae174e52a21bb158cde96f9498a4',1,'amrex::FillPatchIteratorHelper']]], + ['m_5ffbox_16735',['m_fbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a6c671b8216fcac05344ff477ff2eae56',1,'amrex::FillPatchIteratorHelper']]], + ['m_5ffdm_16736',['m_fdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ad106fffa846cdb025aee4f0f8e43c582',1,'amrex::FillPatcher']]], + ['m_5ffgeom_16737',['m_fgeom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a1c66886bf7f6b6444729cb8a783a900d',1,'amrex::FillPatcher']]], + ['m_5ffield_16738',['m_field',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a943620be7e3ff54ee46cba11ffb6c736',1,'amrex::AMRErrorTag']]], + ['m_5ffile_5fprefix_16739',['m_file_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6889a9051d04a921daa1893fd1df1c37',1,'amrex::HypreIJIface']]], + ['m_5ffile_5fversion_16740',['m_file_version',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7e2188ea0d115389a8342cc5cee7b100',1,'amrex::PlotFileDataImpl']]], + ['m_5ffill_16741',['m_fill',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#afda7b7a617ea00f5bee3cbda41b44ded',1,'amrex::IOFormatSaver']]], + ['m_5ffillbox_16742',['m_fillBox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a7d275a6afa458505374be6f2a948650c',1,'amrex::FillBoxId']]], + ['m_5ffillboxid_16743',['m_fillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillBoxId.html#a98084d56b91ca675332117abc681ebc0',1,'amrex::FillBoxId']]], + ['m_5ffillpatcher_16744',['m_fillpatcher',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a28bc1fbc65e6522419abb88ac1fa8706',1,'amrex::AmrLevel']]], + ['m_5ffinal_5fres_5fnorm_16745',['m_final_res_norm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5fe7d6d6cfec12f507d8fd18600af477',1,'amrex::HypreIJIface']]], + ['m_5ffinal_5fresnorm0_16746',['m_final_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a4c8f06d157691aac2a25008ab4d7726f',1,'amrex::MLMGT']]], + ['m_5ffinalizing_16747',['m_finalizing',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3011c472d16bad3f2fb7f8749dfb31f4',1,'amrex::BackgroundThread']]], + ['m_5ffine_5fba_16748',['m_fine_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ae7ed7c0d540fff5e91fa3dfd1f824f48',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fbdk_16749',['m_fine_bdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ac64d8105ecb149bb9cbabab98f735a3b',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5ffine_5fdm_16750',['m_fine_dm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a46c573f2892ec197ccd6f97d030b2fe4',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fdomain_16751',['m_fine_domain',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a04b0170ff933582c58896546296f6607',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5ffine_5fface_5fba_16752',['m_fine_face_ba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#ac51cac354d04dd9b8c7a93f4838966c9',1,'amrex::InterpFaceRegister']]], + ['m_5ffine_5fgeom_16753',['m_fine_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3597f5caa96ed6c401d35158a5228fa7',1,'amrex::YAFluxRegisterT::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a7e826c1081b933f4911d83a776e9aeef',1,'amrex::InterpFaceRegister::m_fine_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#ad5422062aa267d4ec336630342c1b9d6',1,'amrex::EdgeFluxRegister::m_fine_geom()']]], + ['m_5ffine_5fgrids_16754',['m_fine_grids',['../classHydro_1_1NodalProjector.html#a3213fc8fbc2d1dc54cd3d15d9e33fecb',1,'Hydro::NodalProjector']]], + ['m_5ffine_5flevel_16755',['m_fine_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a775a265fd7aa131bd5c7c3f4cef282ed',1,'amrex::YAFluxRegisterT']]], + ['m_5ffine_5fmask_16756',['m_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a46ce26a00431e6e7e5e15f89a73ba61e',1,'amrex::EdgeFluxRegister']]], + ['m_5ffine_5fmasks_16757',['m_fine_masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af22af9473b24ca2b90cc6f930f7ab7df',1,'amrex::HypreMLABecLap']]], + ['m_5ffinest_5flevel_16758',['m_finest_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5bb55222551fb231e12941d2d47c82ee',1,'amrex::PlotFileDataImpl']]], + ['m_5ffinished_16759',['m_finished',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#af157f73a152b86a9b3205859e2601b51',1,'amrex::ParallelDescriptor::Message']]], + ['m_5ffixupcorners_16760',['m_FixUpCorners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a629f8512e45e8f0109a740bfcb7ae412',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fflags_16761',['m_flags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a6043b6d17b152ee3fef31bae756e872e',1,'amrex::IOFormatSaver']]], + ['m_5ffluxes_16762',['m_fluxes',['../classHydro_1_1MacProjector.html#a4ec68b2f930745533de00196aee51de7',1,'Hydro::MacProjector::m_fluxes()'],['../classHydro_1_1NodalProjector.html#aa2b49029c2c91cb8a855d67d0a7d8606',1,'Hydro::NodalProjector::m_fluxes()']]], + ['m_5ffluxreg_16763',['m_fluxreg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a22cdf5d6b191ab3c883b7167e9f94ebe',1,'amrex::MLCellLinOpT']]], + ['m_5ffn_5fvalue_16764',['m_fn_value',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#ae683e1c583e7cf07816bca2d45bb3044',1,'amrex::ReduceData']]], + ['m_5ffo_16765',['m_fo',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a3020f33374f95baa64a0af466a4b9db1',1,'hacc::Dfft']]], + ['m_5ffod_16766',['m_fod',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ad91e0c829d8420c6f1d3b101d36a4016',1,'amrex::VisMF::Header']]], + ['m_5ffpinfo_5fstats_16767',['m_FPinfo_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a34cc63703ab4e2492a4444199def31d2',1,'amrex::FabArrayBase']]], + ['m_5ffree_16768',['m_free',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#add916ed06ebf8c1ae3ada3caad5a6f08',1,'amrex::detail::SingleChunkArena']]], + ['m_5ffreelist_16769',['m_freelist',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a000d9e231672c9a28a72a05abec379fb',1,'amrex::CArena']]], + ['m_5ffs_16770',['m_fs',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a43c352e2981c86e984b42199334339a9',1,'hacc::Dfft']]], + ['m_5ffunc_16771',['m_func',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#aa524711b285ac936d623cc027ae2897c',1,'amrex::BndryFuncArray::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc2.html#a3e10daec10c4fe4ffb4c4dfc44191fae',1,'amrex::ErrorRec::ErrorFunc2::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a696ccaf269d8a90f242321b54dd2d4d0',1,'amrex::ErrorRec::ErrorFunc::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#ab67b8bb7e25e2ed11cc2232a777835fd',1,'amrex::BackgroundThread::m_func()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ae3ab9a1a654b93b76375ce4cb1ff2e7e',1,'amrex::StateDescriptor::BndryFunc::m_func()']]], + ['m_5ffunc3d_16772',['m_func3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#aee3952d72b0935f8b2cbdfbb92ca719b',1,'amrex::StateDescriptor::BndryFunc::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec_1_1ErrorFunc.html#a598f453d141e3c4a494e3e66d0f6aa37',1,'amrex::ErrorRec::ErrorFunc::m_func3D()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a950db9de3de37eb8a46c1a6aafd8f797',1,'amrex::BndryFuncArray::m_func3D()']]], + ['m_5ffuncfab_16773',['m_funcfab',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#ac36632ed67ea0632dcdc421076491ba3',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5ffuncs_16774',['m_funcs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'amrex::AmrAssignGrid::m_funcs()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a89b80b8bcfbde11575362e5c6f6ea420',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_funcs()']]], + ['m_5fg_16775',['m_g',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1DifferenceIF.html#a85e4793cd4318ff7f3f91116853a1c87',1,'amrex::EB2::DifferenceIF']]], + ['m_5fgdb_16776',['m_gdb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a2821fc52ed661ccd9e9d821b81476fff',1,'amrex::ParticleContainerBase']]], + ['m_5fgdb_5fobject_16777',['m_gdb_object',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a7faac754ff05cf1b841bfe49dad579ba',1,'amrex::ParticleContainerBase']]], + ['m_5fgeom_16778',['m_geom',['../classHydro_1_1NodalProjector.html#aa081412b94f4342fd653a7cb92d0a59b',1,'Hydro::NodalProjector::m_geom()'],['../classHydro_1_1MacProjector.html#a5e38ecf0019b49e1953cae988b87b0f1',1,'Hydro::MacProjector::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PhysBCFunct.html#aa6747659911e4c8cbc65903a9a9f1632',1,'amrex::PhysBCFunct::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a55b814bac069d35c1202b6734035492f',1,'amrex::ParticleLocator::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#aa9edba29f53ceff7a4fcfb3c05e555ea',1,'amrex::ParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a1d6c905d586d04d63a33985d4a919ce2',1,'amrex::OpenBCSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'MLLinOpT< Array< MultiFab, 3 > >::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aab42ad785f4263767af0a0e7306cdf8a',1,'amrex::MLLinOpT::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#a60957b371c1e6c775ebb2e18bbbc2c99',1,'amrex::EB2::IndexSpaceSTL::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#aa01e7a859a8d2072ea34ac2a6ac8a886',1,'amrex::AmrParGDB::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#a723c404098736351072f4a99daf9bddb',1,'amrex::AMReX::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a41f3157550d8422c88471518b5ede26c',1,'amrex::EB2::Level::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a4e9d5ca2618309d4445ac8fa75fafc1f',1,'amrex::EBDataCollection::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0dece5de11da52cba439675d6f632976',1,'amrex::EBFArrayBoxFactory::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a20ebfa3f1563d8e3f8e1dcea53380a01',1,'amrex::HypreSolver::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#aabcbca6230081fe9f8e03c7b16a06f01',1,'amrex::EB2::IndexSpaceChkptFile::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a67b71508a8ce8db6d5ab58b35d00beab',1,'amrex::EB2::IndexSpaceImp::m_geom()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#aa6642b5952fc1a28a72c7fbed7a5a540',1,'amrex::HypreMLABecLap::m_geom()']]], + ['m_5fgeom_5fall_16779',['m_geom_all',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ad29033cba507834586f9f24eef2fbf',1,'amrex::OpenBCSolver']]], + ['m_5fget_5fbucket_16780',['m_get_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a7fed473672f976de3014a8116df479f4',1,'amrex::GetSendBufferOffset']]], + ['m_5fget_5fpid_16781',['m_get_pid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a6a63716df57946f90594a5a756582a77',1,'amrex::GetSendBufferOffset']]], + ['m_5fgfunc_16782',['m_gfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a0518667e9de9aca8293b5a3db32d985e',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5fgfunc3d_16783',['m_gfunc3D',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a756e4a4dbfc69f7f7f7125762f76d417',1,'amrex::StateDescriptor::BndryFunc']]], + ['m_5fgid_16784',['m_gid',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#af61839b65ba1beba4a4fc7cb17f687be',1,'AssignGridFilter']]], + ['m_5fglobal_5fid_16785',['m_global_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ab6a49cdaf1b77ee27cbace82f6051bd8',1,'amrex::HypreSolver']]], + ['m_5fglobal_5fid_5fvec_16786',['m_global_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a2bb4aceb3d3328636d465c9e548946a2',1,'amrex::HypreSolver']]], + ['m_5fgmres_16787',['m_gmres',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a32ef8424897f89206ea72f7f3affbdd0',1,'amrex::GMRESMLMGT']]], + ['m_5fgraph_16788',['m_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a8f4dcb82f15a4fb7213375849bd135bd',1,'amrex::EB2::GFab']]], + ['m_5fgrid_16789',['m_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a3da49389826f1bbe7fcc5082d1e641a7',1,'amrex::EBToPVD::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#a2b4f1e35053c6eff621312f08820c58f',1,'amrex::ParticleCommData::m_grid()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a37fd4172114d4ae282243c03c4dcd7db',1,'amrex::ParticleLocData::m_grid()']]], + ['m_5fgrid_5fassignors_16790',['m_grid_assignors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'amrex::AmrParticleLocator::m_grid_assignors()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#a095e51d1001dbc1f5923c5b00606b1b3',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_grid_assignors()']]], + ['m_5fgrid_5fmap_16791',['m_grid_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a6aafab3c8c1565c5457b08400f0c7984',1,'amrex::NeighborParticleContainer']]], + ['m_5fgridbox_16792',['m_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad76df9c28985f6f2702043b28fa56d35',1,'amrex::ParticleLocData']]], + ['m_5fgrids_16793',['m_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad777b3fad5c1f17ebcd1419f66f3c672',1,'amrex::HypreMLABecLap::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a036b6904fd09ed914a7b12ebc900034a',1,'amrex::OpenBCSolver::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'MLLinOpT< Array< MultiFab, 3 > >::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4458bc19263fdcf39df3665681ce3aef',1,'amrex::MLLinOpT::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a5417de191837a4807397f9dd9acffbc4',1,'amrex::EB2::Level::m_grids()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad5f189d2a76fa6190a2c636cd1c41fa1',1,'amrex::HypreSolver::m_grids()']]], + ['m_5fgroupsize_16794',['m_groupsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a507dc54afbf20a888ba1dab3cd62c040',1,'amrex::StateDescriptor']]], + ['m_5fgrown_5fgridbox_16795',['m_grown_gridbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a12ff326b3e7086df34eb217f6e7e7f61',1,'amrex::ParticleLocData']]], + ['m_5fgrowsize_16796',['m_growsize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a86e3e6118853e3c7624e46167f7766f7',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fgrs_16797',['m_grs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'amrex::GMRES::m_grs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acf65961daf27f9f063bd05dba6d12f23',1,'GMRES< MF, GMRESMLMGT< MF > >::m_grs()']]], + ['m_5fgshop_16798',['m_gshop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a7a8604de6a8c669b0b0f2801226fb4e6',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fgslevel_16799',['m_gslevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a472b17e9e1003aa3003cc26d234bc926',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fh_5fruntime_5fi_5fcptrs_16800',['m_h_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a9f66d16240dd600998ef45e05274d7c7',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fi_5fptrs_16801',['m_h_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a3436758dffeaf35f5a789cc3044b4fc2',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fr_5fcptrs_16802',['m_h_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a320930fbc7b1e5ee8788ae1fa458c3da',1,'amrex::ParticleTile']]], + ['m_5fh_5fruntime_5fr_5fptrs_16803',['m_h_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a84686ee6d52c6077a3007ccc355c70bc',1,'amrex::ParticleTile']]], + ['m_5fhas_5falpha_16804',['m_has_alpha',['../classHydro_1_1NodalProjector.html#a8c1b5e9dea7181fc3da013765e883a2f',1,'Hydro::NodalProjector']]], + ['m_5fhas_5fcf_16805',['m_has_cf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a10ff3c540a6210b65bce49aaa68d7583',1,'amrex::EdgeFluxRegister']]], + ['m_5fhas_5feb_5finfo_16806',['m_has_eb_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a8ca77bd2758bddbc9d71e12a1c317418',1,'amrex::EB2::Level']]], + ['m_5fhas_5feb_5fkappa_16807',['m_has_eb_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#aed368e6d9fa6a5cb5b193e4368d39cb7',1,'amrex::MLEBTensorOp']]], + ['m_5fhas_5ffine_5fbndry_16808',['m_has_fine_bndry',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a76a73246b9e7679b93591f2093a857c3',1,'amrex::MLNodeLinOp']]], + ['m_5fhas_5fgeom_16809',['m_has_geom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParGDB.html#a2cb84092989356fad230a48fe44a4f58',1,'amrex::AmrParGDB']]], + ['m_5fhas_5fkappa_16810',['m_has_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a0aebce2114e6c519b7648b87daceeb11',1,'amrex::MLTensorOp::m_has_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ac24f61712e93b25ebcd55639f30ce2',1,'amrex::MLEBTensorOp::m_has_kappa()']]], + ['m_5fhas_5fmetric_5fterm_16811',['m_has_metric_term',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ada8bf2b1964f2023282e23ac54a948f4',1,'amrex::MLCellLinOpT']]], + ['m_5fhas_5fneighbors_16812',['m_has_neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a027a8bd9c7726edd5ab979a6ee716fa8',1,'amrex::NeighborParticleContainer']]], + ['m_5fhas_5fpreconditioner_16813',['m_has_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad68ef3fe7945a74770ed92aadd0508ee',1,'amrex::HypreIJIface']]], + ['m_5fhas_5frhs_16814',['m_has_rhs',['../classHydro_1_1NodalProjector.html#a969ad628117ec1dca9e18c35dee55d9c',1,'Hydro::NodalProjector']]], + ['m_5fhas_5frobin_16815',['m_has_robin',['../classHydro_1_1MacProjector.html#a1c9bd5d33afa53f6aea9988d22007ceb',1,'Hydro::MacProjector']]], + ['m_5fhas_5fsigma_5fmf_16816',['m_has_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af1c4b0f8fc67f356ca5716e94634a6f5',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fhdr_16817',['m_hdr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a8b04406fcfdbec77eba187d3ceb9b2dc',1,'amrex::VisMF']]], + ['m_5fhead_16818',['m_head',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a2592709514015ee6c2e68a254a2b5806',1,'amrex::VisMF::FabOnDisk']]], + ['m_5fheight_16819',['m_height',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ac76b57e5f88b041a0369fc7a8c5026f7',1,'amrex::EB2::CylinderIF']]], + ['m_5fhes_16820',['m_hes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'amrex::GMRES::m_hes()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5f998b6c28d80dce9036b3adaaeb86ae',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes()']]], + ['m_5fhes_5f1d_16821',['m_hes_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'amrex::GMRES::m_hes_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#aa48b0f34d3d9e95e9646240cfe751115',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hes_1d()']]], + ['m_5fhh_16822',['m_hh',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'amrex::GMRES::m_hh()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a7124534ac02956f0fe4e178290ae8cbc',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh()']]], + ['m_5fhh_5f1d_16823',['m_hh_1d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'amrex::GMRES::m_hh_1d()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5691847f4acd9554a668ec0d1b606d32',1,'GMRES< MF, GMRESMLMGT< MF > >::m_hh_1d()']]], + ['m_5fhi_16824',['m_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'amrex::AssignGrid::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a04a974104c8e2ebf50030babf23932f9',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a13836ae745cdf1ef18c14cc11e386afd',1,'amrex::EB2::BoxIF::m_hi()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a418711dcd50105d05161524f9137bb5d',1,'amrex::TableData::m_hi()']]], + ['m_5fhi_5fp_16825',['m_hi_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a09e1a7b318d980843013d446fe2c5d4f',1,'amrex::BinMapper']]], + ['m_5fhibc_16826',['m_hibc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc()'],['../classHydro_1_1MacProjector.html#aa46ae8feaa2d066dc6fb3fd1a0a1524f',1,'Hydro::MacProjector::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#ad073f92f684b4d5ea20718fbc396ef40',1,'amrex::MLLinOpT::m_hibc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a22567436af78d852be2635bd9c046735',1,'amrex::HypreMLABecLap::m_hibc()']]], + ['m_5fhibc_5forig_16827',['m_hibc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'amrex::MLLinOpT::m_hibc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2cf9f506d5cee3aeaaae8b9930e7866d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_hibc_orig()']]], + ['m_5fhishft_16828',['m_hishft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#ae30ce7aef9fb1c29ea4b1a2708ae19eb',1,'amrex::BATbndryReg']]], + ['m_5fhost_5fboxes_16829',['m_host_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a67f017c8270b95e07b622e8c1ed97b6c',1,'amrex::ParticleLocator']]], + ['m_5fhost_5fexecutor_16830',['m_host_executor',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#ad41fcfcb360640fde45500a1580c522a',1,'amrex::Parser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'ParserExecutor< 3 >::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ad58fe278866bfbcb5cb3390140b72344',1,'amrex::IParser::Data::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExecutor.html#aebb2811410391a0199dce35e55edcafa',1,'amrex::IParserExecutor::m_host_executor()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExecutor.html#a195771c96ef68cb237c6da6f6c2d336d',1,'amrex::ParserExecutor::m_host_executor()']]], + ['m_5fhost_5ftuple_16831',['m_host_tuple',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a45d8b95de17a37ca2b1a02df500f2035',1,'amrex::ReduceData']]], + ['m_5fhow_16832',['m_how',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#acd1a09adb4489f55771a680dd2cc9d43',1,'amrex::VisMF::Header']]], + ['m_5fhp_16833',['m_hp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a61018a635a080b4ef9d94852423668ae',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fhp_5farrays_16834',['m_hp_arrays',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::Mask >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< TagBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< IArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< FArrayBox >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::EBCellFlagFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::CutFab >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< PetscInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_hp_arrays()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#abbe02ae23186064d6bae686374657674',1,'amrex::FabArray::m_hp_arrays()']]], + ['m_5fhunk_16835',['m_hunk',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7bbf66f41bc3167185236bdcd6fe67a1',1,'amrex::CArena']]], + ['m_5fhypre_5fij_16836',['m_hypre_ij',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3a684b2d3ced4b0194697632ba0f91a8',1,'amrex::HypreSolver']]], + ['m_5fhypre_5fobject_5ftype_16837',['m_hypre_object_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a5ed51028a078ac94de993687b7411103',1,'amrex::HypreMLABecLap']]], + ['m_5fhypre_5fsolver_5fid_16838',['m_hypre_solver_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#adaa1de14576861c282ef98849361cff2',1,'amrex::HypreMLABecLap']]], + ['m_5fi_16839',['m_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a5e4fbd0434728a17409c80f498acb9af',1,'amrex::Neighbors::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ae3bf13aefa6e07e08445ab681f363296',1,'amrex::BinIterator::m_i()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a73f6c5940e933d6a33f935f750fbbcc0',1,'amrex::Gpu::StreamIter::m_i()']]], + ['m_5fid_16840',['m_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a72eda643c9080e17e52e8aea8756cd35',1,'amrex::ParallelContext::Frame']]], + ['m_5fid_5foffset_16841',['m_id_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a413ac1a74ee41e809a9db1d4eaca9402',1,'amrex::HypreSolver']]], + ['m_5fidata_16842',['m_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'amrex::ConstParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleCPUWrapper.html#ac8985bd9a524c39d1ed80cacca044197',1,'amrex::ConstParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleIDWrapper.html#a3034f52dc837cdb8c2e04fdd15572955',1,'amrex::ConstParticleIDWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a017be53b64346d557da975c2a473a5a3',1,'amrex::StructOfArrays::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a52de30978d928054ae27a5a62cbf7eab',1,'amrex::ParticleTileData::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCPUWrapper.html#a9da7d4371d02e10cd184a772ecfaa82a',1,'amrex::ParticleCPUWrapper::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a26cc52a679bd8acec80cf5677f109480',1,'amrex::ParticleBase< T, 0, NInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a09a5202b7c3b1227e67bf4ba69a3acb1',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a5f5d3842528f32c5c7551b84d0b14374',1,'amrex::ParticleBase::m_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleIDWrapper.html#a2b585340461a43c8bed49aefc535f060',1,'amrex::ParticleIDWrapper::m_idata()']]], + ['m_5fidcpu_16843',['m_idcpu',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a51427d204fb68f910c4a707da1ee5d0b',1,'amrex::ParticleBase< T, NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a62679baf18972e398b3c6f5148fc9087',1,'amrex::StructOfArrays::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a1f4aec471e58edd6d4c3bcbff0ff8182',1,'amrex::ParticleTileData::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#a283940f2680bb7c20e2f82975db086d9',1,'amrex::ParticleBase< T, 0, NInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a0721aeee066f4dce4294ef22a899d6e9',1,'amrex::ParticleBase< T, 0, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a4b5338d7a319166690ec546dd547869e',1,'amrex::ParticleBase::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_idcpu()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#acd97b53df5e00957d639422e2e1d2127',1,'amrex::ConstParticleTileData::m_idcpu()']]], + ['m_5filower_16844',['m_ilower',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a9973ebbe0d5b11055141cfc15a1a2cad',1,'amrex::HypreIJIface']]], + ['m_5fimag_16845',['m_imag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#a50e77be424412b0789610d627520c151',1,'amrex::GpuComplex']]], + ['m_5fimpl_16846',['m_impl',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileData.html#a120c87042788ba7040ced33bbff0dcf5',1,'amrex::PlotFileData']]], + ['m_5fin_5fsolution_5fmode_16847',['m_in_solution_mode',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a28e2b90709541cf46d64d3d382e6ade7',1,'amrex::MLNodeLinOp']]], + ['m_5finclude_5fperiodic_16848',['m_include_periodic',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a401ec74087f41577fd64f98dcd2490fc',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5finclude_5fphysbndry_16849',['m_include_physbndry',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a9d73e7555d567b02c07dce4555f46499',1,'amrex::FabArrayBase::CFinfo']]], + ['m_5findex_16850',['m_index',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#aabe16c4205ba7567728db00191bdb3e8',1,'amrex::ConstSoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aa73689929eae42431f0f210d8bb28fee',1,'amrex::FillPatchIteratorHelper::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#afba47c1927bd537e97033eb5f5a6bdab',1,'amrex::BinIterator::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#ab3d7b85eaaaa3603c37bcbdff9b9790a',1,'amrex::Neighbors::iterator::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a4892e7cb73b23e77466bcbebda4916f1',1,'amrex::SoAParticle::m_index()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ab5b57f7c904cde9efcc725b982dcfbf3',1,'amrex::Neighbors::const_iterator::m_index()']]], + ['m_5findex_5farray_16851',['m_index_array',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a89d87a77852f51756c34d02d92cf8656',1,'amrex::DistributionMapping::Ref']]], + ['m_5findex_5ftype_16852',['m_index_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#acf16a10afaa8e55e344ed56680c70c13',1,'amrex::HypreSolver']]], + ['m_5findextype_16853',['m_indexType',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a0658b5293698992c4cc7df2062991b2a',1,'amrex::BATransformer::BATOp']]], + ['m_5findextype_5fcoarsenratio_16854',['m_indexType_coarsenRatio',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a68ef0cc603c58e0aa79d76ddc1b4c360',1,'amrex::BATransformer::BATOp']]], + ['m_5finfo_16855',['m_info',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a501d9971a3346526fae6093d6de95642',1,'amrex::AMRErrorTag::m_info()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#aeec6daa6ebe88ef8eaf6491af2f02cd6',1,'amrex::OpenBCSolver::m_info()']]], + ['m_5finit_5fresnorm0_16856',['m_init_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af6339494ac0686d76870dfad3febbea1',1,'amrex::MLMGT']]], + ['m_5finside_16857',['m_inside',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#adb20f13a740421e91b3b1eb3e95672b1',1,'amrex::EB2::PolynomialIF']]], + ['m_5finstance_16858',['m_instance',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMReX.html#ad7909bf4e2448edc26489e346cb367ac',1,'amrex::AMReX::m_instance()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpace.html#a8534fa5e1a19e2e1f6fbcfb162a8460a',1,'amrex::EB2::IndexSpace::m_instance()']]], + ['m_5finterp_16859',['m_interp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a28281a3e9ad213ff779ae2b7978c8fff',1,'amrex::FillPatcher']]], + ['m_5finterpbndry_5fhalfwidth_16860',['m_interpbndry_halfwidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab5b6c73fee0004ac732f74350cc72bab',1,'amrex::MLCellLinOpT']]], + ['m_5fio_5frank_16861',['m_io_rank',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a2b4c46fb1ac3129d8c997f52241de7a1',1,'amrex::ParallelContext::Frame']]], + ['m_5fios_16862',['m_ios',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a02c0471d5e4760f97445517e4c0197da',1,'amrex::IOFormatSaver']]], + ['m_5fiparser_16863',['m_iparser',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#ae2e79afe3f2835ee854cfbe074879d97',1,'amrex::IParser::Data']]], + ['m_5fis_5fbottom_5fsingular_16864',['m_is_bottom_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a51345471274acc0bdd0b5477285d4db1',1,'amrex::MLNodeLinOp']]], + ['m_5fis_5feb_5finhomog_16865',['m_is_eb_inhomog',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a11297b15320727df4d9e32d3b8085c06',1,'amrex::MLEBABecLap']]], + ['m_5fis_5frz_16866',['m_is_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a6e9813d42ab7f38861a4b0a0d88f6080',1,'amrex::MLNodeLaplacian']]], + ['m_5fis_5fsingular_16867',['m_is_singular',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#aaabb766cd6deb544d0f29b9a304c4445',1,'amrex::MLALaplacianT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a69f0aa528f3437aed6e5fbc26d3f1820',1,'amrex::MLEBABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLPoissonT.html#aeba6bdc290f5aa871187ccbfb92afc16',1,'amrex::MLPoissonT::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a713db21288dfddc11241dba5a6c317fa',1,'amrex::HypreMLABecLap::m_is_singular()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#aa0125d9d8e480d38f2b3798bff1f0616',1,'amrex::MLABecLaplacianT::m_is_singular()']]], + ['m_5fis_5fthread_5fsafe_16868',['m_is_thread_safe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#a10d54646513ded7c12d45870888d0e64',1,'amrex::MPMD::Copier']]], + ['m_5fisec_5fboxes_16869',['m_isec_boxes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a8cec5f0f49ca18e99496c3530716772b',1,'amrex::NeighborParticleContainer']]], + ['m_5fitems_16870',['m_items',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< typename amrex::ParticleTileData >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#aed3575613242ea883eda555b4cdedb83',1,'amrex::SparseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a0e425a63d9c75b2d31eb2f05e775e83c',1,'amrex::SparseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a443e37b09ea6527ffea24dbf13d77c4a',1,'amrex::BinIterator::iterator::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'DenseBins< ParticleType >::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a2bb6a0e5dc6b40b73fd0221f633a1f84',1,'amrex::DenseBins::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a86bd9751f73a297822528a06e967334a',1,'amrex::DenseBinIteratorFactory::m_items()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a01f4b71f99b7d18cf3cb21f5bab573be',1,'amrex::BinIterator::m_items()']]], + ['m_5fiter_5ffine_5fresnorm0_16871',['m_iter_fine_resnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a5d0dc2ebd750fd37b790b56fe2339d15',1,'amrex::MLMGT']]], + ['m_5fits_16872',['m_its',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'amrex::GMRES::m_its()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a87d7d08dbb34c4033f140161cf136a10',1,'GMRES< MF, GMRESMLMGT< MF > >::m_its()']]], + ['m_5fiupper_16873',['m_iupper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aa3fa7e313e805db63a29e594319ec349',1,'amrex::HypreIJIface']]], + ['m_5fixtype_16874',['m_ixtype',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'MLLinOpT< Array< MultiFab, 3 > >::m_ixtype()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a1144a9c3d743270ff29c8e9f582581c0',1,'amrex::MLLinOpT::m_ixtype()']]], + ['m_5fjob_5fcond_16875',['m_job_cond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a71752cb305b9ed234397d1575b5c679b',1,'amrex::BackgroundThread']]], + ['m_5fkappa_16876',['m_kappa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#aa056265afa394abc77bb3fa40fcb96d9',1,'amrex::MLTensorOp::m_kappa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a1ab2cb2c4fcbbbf0e3fdedad325fd6b9',1,'amrex::MLEBTensorOp::m_kappa()']]], + ['m_5flarge_5fradius_16877',['m_large_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab5c98ffdc830c5d1b1161e7febad6e0f',1,'amrex::EB2::TorusIF']]], + ['m_5flb_16878',['m_lb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a847e4c82e77b1879f0a265106f2969ac',1,'amrex::WeightedBoxList']]], + ['m_5flbox_16879',['m_lbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxList.html#adeadcf55bf1de6d0a14007817795bfbf',1,'amrex::BoxList']]], + ['m_5flead_16880',['m_lead',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#ac3aa97bce1863d762909aca16c65f13e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5flead_5fcomm_16881',['m_lead_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#aa79a14d32c85df7c2912b7cac38f4416',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5flen_16882',['m_len',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Cluster.html#a614d1738c82b3361f91ddd9572a5e0a3',1,'amrex::Cluster']]], + ['m_5flev_16883',['m_lev',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCommData.html#ac8c0956840e85e64e1a2ff8d9bf1fa34',1,'amrex::ParticleCommData::m_lev()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a9f48ea741ddeb412ac869174a1f6dac9',1,'amrex::ParticleLocData::m_lev()']]], + ['m_5flev_5fgid_5fto_5fbucket_16884',['m_lev_gid_to_bucket',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#aaa894d51240ca3994d613ac9819b94cf',1,'amrex::GetBucket::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a7fbd0ee9e9b5a85ed8c759880d0603e0',1,'amrex::ParticleBufferMap::m_lev_gid_to_bucket()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#ac4fa128b9d676ec237a9a1b6f931fba8',1,'amrex::GetPID::m_lev_gid_to_bucket()']]], + ['m_5flev_5fmax_16885',['m_lev_max',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac3fa8f081cf19099f5fda4c64951dfaa',1,'AssignGridFilter']]], + ['m_5flev_5fmin_16886',['m_lev_min',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#ac57a8d70934ba968148055cf1bbcd866',1,'AssignGridFilter']]], + ['m_5flev_5foffsets_16887',['m_lev_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetBucket.html#a470e41f4257b381e33ce814969d74a49',1,'amrex::GetBucket::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetPID.html#a9be86ae5c5e3f798194611a3798ea8c6',1,'amrex::GetPID::m_lev_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#ab5443e45483c897f9d54a9f63e8d4e20',1,'amrex::ParticleBufferMap::m_lev_offsets()']]], + ['m_5flevel_16888',['m_level',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_level()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#aa75db5075753c9accd5e3445b474bad0',1,'amrex::ParIterBase_impl::m_level()']]], + ['m_5flevel_5fsteps_16889',['m_level_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a534316dfdeb033f40bdb613b8edc6188',1,'amrex::PlotFileDataImpl']]], + ['m_5fleveldata_16890',['m_leveldata',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a5eccfe50e3b8752e800329c8fe0946b7',1,'amrex::FillPatchIterator::m_leveldata()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ae6fe45dc33b6ea836ee80240e7e621af',1,'amrex::FillPatchIteratorHelper::m_leveldata()']]], + ['m_5flevels_16891',['m_levels',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a6bcb299fb24ae49438d9aff35ff1fee5',1,'amrex::ParticleCopyOp']]], + ['m_5flevelset_16892',['m_levelset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#a361f500f8c5de192acb6538e1a372139',1,'amrex::EB2::GFab::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab3e6789efd39bd7d39bd01cf97c85b07',1,'amrex::EBDataCollection::m_levelset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a999ca961f5c742f5d61cbace2d88535d',1,'amrex::EB2::Level::m_levelset()']]], + ['m_5flevelset_5fname_16893',['m_levelset_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a47f6864a08dd002d65836de5491e3f4e',1,'amrex::EB2::ChkptFile']]], + ['m_5flinop_16894',['m_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'GMRES< MF, GMRESMLMGT< MF > >::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a832960ff2f855681068318f52bc7a590',1,'amrex::GMRES::m_linop()'],['../classHydro_1_1MacProjector.html#a230ddf37a4c7f45eec3159dc8f9b932b',1,'Hydro::MacProjector::m_linop()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#aade37c46d216449063107a555d33010e',1,'amrex::GMRESMLMGT::m_linop()'],['../classHydro_1_1NodalProjector.html#ab426a15837e93adc52fbf136e6654c5a',1,'Hydro::NodalProjector::m_linop()']]], + ['m_5flo_16895',['m_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'amrex::AssignGrid::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#ad4346ff5843f027fe798ba9dfa0ebe51',1,'amrex::TableData::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a22bbb9f61e5ec1f1e7086880b73e2c39',1,'amrex::EB2::BoxIF::m_lo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#ac8bd9341afb3f160f473cb0fd99cc08f',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_lo()']]], + ['m_5flo_5fp_16896',['m_lo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a0c3ffb962a03c3307030e52e384688ef',1,'amrex::BinMapper']]], + ['m_5flobc_16897',['m_lobc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#ad5a3ca519f25c6a41cea565dd7e9dc23',1,'amrex::HypreMLABecLap::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'amrex::MLLinOpT::m_lobc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a9f2e0c10c385f9bee16af5fed5f4e9c9',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc()'],['../classHydro_1_1MacProjector.html#ab6757cc9b4d2315ee90db5718d534c7a',1,'Hydro::MacProjector::m_lobc()']]], + ['m_5flobc_5forig_16898',['m_lobc_orig',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'amrex::MLLinOpT::m_lobc_orig()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a726dec103c10ea9c84e649b9c8200767',1,'MLLinOpT< Array< MultiFab, 3 > >::m_lobc_orig()']]], + ['m_5flocal_16899',['m_local',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1d2885301b5e06ee60387143583aa6f6',1,'amrex::ParticleCopyPlan']]], + ['m_5flocal_5fid_16900',['m_local_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ad8cc6880de72069843e8277129ece3dc',1,'amrex::HypreSolver']]], + ['m_5flocal_5foffsets_16901',['m_local_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'amrex::DenseBins::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< typename amrex::ParticleTileData >::m_local_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#a489cbe99cd70050a8d0d5d0de2aa2fe4',1,'DenseBins< ParticleType >::m_local_offsets()']]], + ['m_5flocals_16902',['m_locals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aca1f9ad0544614004789f38c2ee3e659',1,'amrex::Parser::Data']]], + ['m_5flocators_16903',['m_locators',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'amrex::AmrParticleLocator::m_locators()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrParticleLocator.html#af4776b256bae40168f42b72208fbbd1f',1,'AmrParticleLocator< amrex::DenseBins< amrex::BoxND > >::m_locators()']]], + ['m_5floctags_16904',['m_LocTags',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#ac9cf38f68949932d8e7815a7caffc7c8',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5floshft_16905',['m_loshft',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8076201cf94e0e9145160b6aa522ba26',1,'amrex::BATbndryReg']]], + ['m_5flpinfo_5farg_16906',['m_lpinfo_arg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#a2a4ce226902dbe904fa45173845d4cac',1,'amrex::MLCellABecLapT']]], + ['m_5flusolver_16907',['m_lusolver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a194ba25b27e4f357966eb10f008566d2',1,'amrex::MLCurlCurl']]], + ['m_5fmap_16908',['m_map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#af0e183d350296703e8deaebb9a88f81a',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmasks_5fbuilt_16909',['m_masks_built',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2bb5e031c87b6bdf67618f9c25dc6945',1,'amrex::MLNodeLinOp']]], + ['m_5fmaskvals_16910',['m_maskvals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a9c470f145301b98fe0938ac6241284eb',1,'amrex::MLCellLinOpT']]], + ['m_5fmat_16911',['m_mat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a5a5715e926af85d43393633db8dd9e99',1,'amrex::LUSolver::m_mat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abfee36b1993dbc4950e1288521db42c6',1,'amrex::HypreIJIface::m_mat()']]], + ['m_5fmax_16912',['m_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#abfc04c1de628cba28c97f597fd5e9448',1,'amrex::VisMF::Header']]], + ['m_5fmax_5fblocks_16913',['m_max_blocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a95441a0edc24955aa9f0c83e21c34cad',1,'amrex::ReduceData']]], + ['m_5fmax_5flevel_16914',['m_max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a7bdeaf9c375d4115ec95e188d537269d',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmax_5fstack_5fsize_16915',['m_max_stack_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f3166649cf29c5c3292bfb4eee475ec',1,'amrex::IParser::Data::m_max_stack_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#a863a707fe492216d36ff882e0fbee9e9',1,'amrex::Parser::Data::m_max_stack_size()']]], + ['m_5fmax_5fstream_5findex_16916',['m_max_stream_index',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#a8c68dd84973b0f9d3ab7c7d5a3c81fd6',1,'amrex::ReduceData']]], + ['m_5fmax_5ftime_16917',['m_max_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a53b6a8de32e2ca45e830037a5024de24',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmaxiter_16918',['m_maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'amrex::GMRES::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a5c0f9c75918ca3d28071244df41bd1aa',1,'GMRES< MF, GMRESMLMGT< MF > >::m_maxiter()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afe4c13918588f999571c9b8ff61458eb',1,'amrex::HypreMLABecLap::m_maxiter()'],['../classHydro_1_1MacProjector.html#a0fcc02e53442b6c2ae858e59c0f5ea2a',1,'Hydro::MacProjector::m_maxiter()']]], + ['m_5fmaxorder_16919',['m_maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#abd2f0814b146783f613e60a476aa0a57',1,'amrex::PETScABecLap::m_maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a7b04bbe6b54d748e48516df1695bc139',1,'amrex::Hypre::m_maxorder()']]], + ['m_5fmaxtag_16920',['m_MaxTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ad89c6bbe165273ab677ce92a08419cf3',1,'amrex::ParallelDescriptor']]], + ['m_5fmem_5fusage_16921',['m_mem_usage',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a1cba13cd9d7009299774b13eb2f49484',1,'amrex::FabArrayBase']]], + ['m_5fmf_16922',['m_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabSetT.html#a8b03f36aa484c3096470892346337619',1,'amrex::FabSetT::m_mf()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Any_1_1innards.html#a764850492da1fd11e69854a0a6d511cf',1,'amrex::Any::innards::m_mf()']]], + ['m_5fmf_5fname_16923',['m_mf_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a1a193312a2db503b2cd3fb46c556500d',1,'amrex::PlotFileDataImpl']]], + ['m_5fmfcd_16924',['m_mfcd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#aaf087145837f2626f17e9e93b71ff985',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmfid_16925',['m_mfid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#adaa101ebcbc10df6a2a761ea3fb3e78b',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fmgf_16926',['m_mgf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a1313168a355b46b2d03060c450036477',1,'amrex::EB2::Level']]], + ['m_5fmin_16927',['m_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#a321215a8ba0e8ef28744b61bdd15d0d4',1,'amrex::VisMF::Header']]], + ['m_5fmin_5ftime_16928',['m_min_time',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a2a4305e6d904d38980905de01195f7db',1,'amrex::AMRErrorTagInfo']]], + ['m_5fmintag_16929',['m_MinTag',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#afecc43d92a1965138657ac90451f9ac6',1,'amrex::ParallelDescriptor']]], + ['m_5fmlmg_16930',['m_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ac6bdd073a8562762729e78088cf2bbb9',1,'amrex::GMRESMLMGT::m_mlmg()'],['../classHydro_1_1MacProjector.html#a1b186e20edf642dbab422aee51150e55',1,'Hydro::MacProjector::m_mlmg()'],['../classHydro_1_1NodalProjector.html#a05a43fb39b4da17d9d2493c75e7221f6',1,'Hydro::NodalProjector::m_mlmg()']]], + ['m_5fmlmg_5f1_16931',['m_mlmg_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#af4f8bd2cd9315ff6b44f81cc1e4a2d6f',1,'amrex::OpenBCSolver']]], + ['m_5fmlmg_5f2_16932',['m_mlmg_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a97b6170ecb8747fcc50cfc8fb11da671',1,'amrex::OpenBCSolver']]], + ['m_5fmomtags_5fd_16933',['m_momtags_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a42401091098315c9aaab7a635345692f',1,'amrex::OpenBCSolver']]], + ['m_5fmomtags_5fh_16934',['m_momtags_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a637ef773d76e4ded161fdde7e2057d7e',1,'amrex::OpenBCSolver']]], + ['m_5fmpi_5fops_16935',['m_mpi_ops',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a3461c9bae69de0e75d147ae431f938d4',1,'amrex::ParallelDescriptor']]], + ['m_5fmpi_5ftag_16936',['m_mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a0c03450ec8650e511181fb540b42e880',1,'amrex::ParallelContext::Frame']]], + ['m_5fmpi_5ftypes_16937',['m_mpi_types',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a1b5ef1a376307bde13dbe55d2f88da41',1,'amrex::ParallelDescriptor']]], + ['m_5fmulti_5fghost_16938',['m_multi_ghost',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a042c8672d37a4a51f885ab940987ed71',1,'amrex::FabArrayBase::FB::m_multi_ghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac8c10e1b5a28a55c6dc388f7df101a97',1,'amrex::FabArrayBase::m_multi_ghost()']]], + ['m_5fmutx_16939',['m_mutx',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a9f33f06880c6b03a62b70fd559ab53df',1,'amrex::BackgroundThread']]], + ['m_5fn_16940',['m_n',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl.html#ad477a99f0707aee61523131329f2ad34',1,'amrex::Gpu::range_detail::range_impl::m_n()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52a24ab365296e0cb90e053580751fb1',1,'amrex::Gpu::StreamIter::m_n()']]], + ['m_5fname_16941',['m_name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1FabOnDisk.html#a3384af022eabbdadda0f20d0bda79ebe',1,'amrex::VisMF::FabOnDisk']]], + ['m_5fnblocks_16942',['m_nblocks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a23018825c7f4b69f2ccc208bc88cfaa0',1,'amrex::OpenBCSolver::m_nblocks()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceData.html#afc0d93d82209acea61137a5a042adee1',1,'amrex::ReduceData::m_nblocks()']]], + ['m_5fnblocks_5flocal_16943',['m_nblocks_local',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#ac4211b50259bcddcdb640a73362b0e19',1,'amrex::OpenBCSolver']]], + ['m_5fnblocks_5fx_16944',['m_nblocks_x',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#ab8a2eebe5390786a4fd677cae1cb498f',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fnbor_5fcounts_16945',['m_nbor_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a1de2b2bb7b0bb67975ada3971cbdeb5c',1,'amrex::NeighborList']]], + ['m_5fnbor_5flist_16946',['m_nbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a8df0b0f7eda2e96fc9eb3a1fa768597a',1,'amrex::NeighborList']]], + ['m_5fnbor_5flist_5fptr_16947',['m_nbor_list_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#a22f2a4baa17c0c12c53a40f86c652d44',1,'amrex::Neighbors::const_iterator::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#ad9f5e91117e760e1bc3ad9d78d2052a6',1,'amrex::Neighbors::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#aaa6b74f92a1ba6a7318b0f06381035dc',1,'amrex::NeighborData::m_nbor_list_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a20b39fd43ff39609db949fa3ef3f7926',1,'amrex::Neighbors::iterator::m_nbor_list_ptr()']]], + ['m_5fnbor_5foffsets_16948',['m_nbor_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#aa4802374875adf70531e733654308316',1,'amrex::NeighborList']]], + ['m_5fnbor_5foffsets_5fptr_16949',['m_nbor_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#aa9ff8703b2a5f6683425a7a9a9f46792',1,'amrex::Neighbors::m_nbor_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#af26fd25b39faa11f8357d2d750b44ba4',1,'amrex::NeighborData::m_nbor_offsets_ptr()']]], + ['m_5fncomp_16950',['m_ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#adabe55330d4668477240acc170ab6032',1,'amrex::BndryDataT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#af33672ac47d288fbe42c788ddb8f953a',1,'amrex::YAFluxRegisterT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7f9318219055f7d10f6975d75660182f',1,'amrex::PlotFileDataImpl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#a85df3961f7b0ad04d0ad1463ea1e24da',1,'amrex::MLEBABecLap::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a85d721f72de7a13036fb1ce5bc77d452',1,'amrex::MLCurlCurl::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#a602e57dc56518cf767d65a236dffe0d1',1,'amrex::MLALaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a1d9a5429f6674a76b4137e4631578413',1,'amrex::MLABecLaplacianT::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae01923bcfc09d7f3aab7f68c9380c54e',1,'amrex::VisMF::Header::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac4b64e926d1d6763788ee539be3f5d3e',1,'amrex::FillPatchIteratorHelper::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a7614b1bf508cfb79fd233bf3c7527b00',1,'amrex::FillPatchIterator::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a81344a3343158d0e1d9e14938e171ba9',1,'amrex::FillPatcher::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a7ae82b32f3ba8bce2d86556224b6b06c',1,'amrex::EdgeFluxRegister::m_ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT_1_1BndryCondLoc.html#ab182ebb19ff924700a85e7e6db1a0a2c',1,'amrex::MLCellLinOpT::BndryCondLoc::m_ncomp()']]], + ['m_5fnd_5ffine_5fmask_16951',['m_nd_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a034b72948cecb00630515b6a2de77109',1,'amrex::MLNodeLinOp']]], + ['m_5fneed_5fbcs_16952',['m_need_bcs',['../classHydro_1_1NodalProjector.html#a75b07026d94697bd10a08da83798f1eb',1,'Hydro::NodalProjector']]], + ['m_5fneed_5fsetup_16953',['m_need_setup',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ae6598d193c7640eac64bfc15ff2ad8a0',1,'amrex::HypreIJIface']]], + ['m_5fneed_5fto_5fclear_5fbd_16954',['m_need_to_clear_bd',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< amrex::Vector< amrex::BoundCond > > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< RealTuple >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< PetscInt >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< HYPRE_Int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< BCTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::PODVector< HYPRE_Int > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > * >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'amrex::LayoutData::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< int >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< amrex::Vector< RealTuple > >::m_need_to_clear_bd()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LayoutData.html#a442eca7b5bcd7984d38f7bd3ad9240b6',1,'LayoutData< GFab >::m_need_to_clear_bd()']]], + ['m_5fneeds_5fcoarse_5fdata_5ffor_5fbc_16955',['m_needs_coarse_data_for_bc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'amrex::MLLinOpT::m_needs_coarse_data_for_bc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abc7eaafcc5804d269386c6bdbd13181d',1,'MLLinOpT< Array< MultiFab, 3 > >::m_needs_coarse_data_for_bc()']]], + ['m_5fneeds_5fdomain_5fbcs_16956',['m_needs_domain_bcs',['../classHydro_1_1MacProjector.html#a326c6639e52cc713f7b2c1fd5512006b',1,'Hydro::MacProjector']]], + ['m_5fneeds_5finit_16957',['m_needs_init',['../classHydro_1_1MacProjector.html#a735fb39b953d7b3116b4c080bdbc9597',1,'Hydro::MacProjector']]], + ['m_5fneeds_5flevel_5fbcs_16958',['m_needs_level_bcs',['../classHydro_1_1MacProjector.html#ae868875d84ae01251b3baadfb5aca443',1,'Hydro::MacProjector']]], + ['m_5fneeds_5fupdate_16959',['m_needs_update',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#ab3dca372fae6a1446f43a056d410f165',1,'amrex::MLABecLaplacianT::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLTensorOp.html#a15ebbe140a2faea1fccb3b4bb71ddb60',1,'amrex::MLTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeABecLaplacian.html#a3a04ce523f79cd92d755563953021ceb',1,'amrex::MLNodeABecLaplacian::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#a15abc2cecf258e0967f5803ef5c5729e',1,'amrex::MLEBTensorOp::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aadf975aed65ffe24b230421d1366de50',1,'amrex::MLEBABecLap::m_needs_update()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLALaplacianT.html#af29f1000f607cefa4da6f1b1ee30090a',1,'amrex::MLALaplacianT::m_needs_update()']]], + ['m_5fneighbor_5flist_16960',['m_neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a739c2408e1c55081d20e737f6bf7ec8f',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fmask_5finitialized_16961',['m_neighbor_mask_initialized',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68fedc2fd57b0e5efccdf65617f930ff',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fmask_5fptr_16962',['m_neighbor_mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a0f3bc83f8fdf1b3468248103a0000a49',1,'amrex::NeighborParticleContainer']]], + ['m_5fneighbor_5fprocs_16963',['m_neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a1eeb92e8809fe6c87b84c777c42323e6',1,'amrex::ParticleCopyPlan']]], + ['m_5fng_16964',['m_ng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#a243abcb767a6293942dfe15a845d2faf',1,'amrex::FabArrayBase::CFinfo::m_ng()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#aa6a101ddf89df501b82f6fcc9e91ebd7',1,'amrex::FabArrayBase::ParForInfo::m_ng()']]], + ['m_5fnghb_16965',['m_nghb',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Vertex.html#aa6351251f6a541b7405e78821225617a',1,'amrex::EB2::Vertex']]], + ['m_5fnghost_16966',['m_nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a5c4673c519e93d3cb903313647fce320',1,'amrex::FillPatcher::m_nghost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0c8e0e716132c46ca1f819aec5f0ffc9',1,'amrex::HypreSolver::m_nghost()']]], + ['m_5fngpublocks_5fd_16967',['m_ngpublocks_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a08a177855c8f971da2aa51ebc08041bf',1,'amrex::OpenBCSolver']]], + ['m_5fngpublocks_5fh_16968',['m_ngpublocks_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a80eeb93e042aaf3ba2197349b17e85c0',1,'amrex::OpenBCSolver']]], + ['m_5fngrow_16969',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ad9db2e06c6728146ed5d6a2cf2fc956c',1,'amrex::EB2::IndexSpaceSTL']]], + ['m_5fngrow_16970',['m_nGrow',['https://amrex-codes.github.io/amrex/doxygen/structAssignGridFilter.html#a273643e65dcd082d6987730ff80754e3',1,'AssignGridFilter']]], + ['m_5fngrow_16971',['m_ngrow',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB90.html#ab3a3b3cf9579cd6289f0f73e1d9c70bd',1,'amrex::FabArrayBase::RB90::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1RB180.html#a586875a69a8c7797c4b3a306dd1d175b',1,'amrex::FabArrayBase::RB180::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a3224bd8a5138a0ec366714238188b64f',1,'amrex::PlotFileDataImpl::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a3ca8c8a83ae8de231f84a5f8069e8348',1,'amrex::FabArrayBase::FB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aeca546f429ec75acace53426c6907257',1,'amrex::VisMF::Header::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceChkptFile.html#af795cbf728f61e01dad211ef844a441c',1,'amrex::EB2::IndexSpaceChkptFile::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a49bcede42d9af444fdc2894b3454b63a',1,'amrex::EB2::IndexSpaceImp::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a8c1e66f34abde299d2379f0261cfcb53',1,'amrex::EBDataCollection::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab3c2e7a6fa7e1fb6b00450e34add430d',1,'amrex::AMRErrorTag::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1PolarB.html#ae7d84e3daa0f3502f2ce6369dcb42f60',1,'amrex::FabArrayBase::PolarB::m_ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4b580f495f97633950d9a0822c940fe8',1,'amrex::EB2::Level::m_ngrow()']]], + ['m_5fngrowdomain_16972',['m_ngrowdomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a3a92090574e0adaf00fc51398e9fcc32',1,'amrex::OpenBCSolver']]], + ['m_5fniters_5fcg_16973',['m_niters_cg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ad44bb368a47f6e10513f541a1047d18c',1,'amrex::MLMGT']]], + ['m_5fnlevels_16974',['m_nlevels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a4ad2e4f73b2aa49cdd43dba6388760d6',1,'amrex::PlotFileDataImpl::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#a3f3c0311a36b81a7d73ef79905f77acd',1,'amrex::ParGDB::m_nlevels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a73bf18da48973ca4cc293bf50410a031',1,'amrex::HypreMLABecLap::m_nlevels()']]], + ['m_5fnorm_5ffine_5fmask_16975',['m_norm_fine_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#af29ed070015666e58d890685cb491900',1,'amrex::MLCellLinOpT::m_norm_fine_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aac3b69575b67cb155459d699783d537f',1,'amrex::MLNodeLinOp::m_norm_fine_mask()']]], + ['m_5fnormal_16976',['m_normal',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acfd09edde6beeedfbac972b29a0bfa65',1,'amrex::EB2::PlaneIF']]], + ['m_5fnormalization_5fthreshold_16977',['m_normalization_threshold',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a0797df73e7c6a1283fd31748aa6f12e5',1,'amrex::MLNodeLaplacian']]], + ['m_5fnosigma_5fstencil_16978',['m_nosigma_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ad3c3c020157daad724a6fff640529913',1,'amrex::MLNodeLaplacian']]], + ['m_5fnot_5ffound_16979',['m_not_found',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#ab50914c07d7e0dd20468660135fb6a17',1,'amrex::BinIterator::m_not_found()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a7bbba0567292af76a5b3d7937dcadd76',1,'amrex::SparseBinIteratorFactory::m_not_found()']]], + ['m_5fnpivs_16980',['m_npivs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#a27b3efefb425391025f69a103f062dc0',1,'amrex::LUSolver']]], + ['m_5fnprocs_5fper_5fnode_16981',['m_nprocs_per_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a2efa14fb9d9ac2f6288d17e6890132ac',1,'amrex::ParallelDescriptor']]], + ['m_5fnprocs_5fper_5fprocessor_16982',['m_nprocs_per_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a38b3712843db6ceb3877ab59bd4df4f0',1,'amrex::ParallelDescriptor']]], + ['m_5fnranks_16983',['m_nranks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a31bfd44f2e4c7e7fe623b14eb62b81c6',1,'amrex::ParallelContext::Frame']]], + ['m_5fnrcvs_16984',['m_nrcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac2e31e632d2856477f32757e16ba053e',1,'amrex::ParticleCopyPlan']]], + ['m_5fnrows_16985',['m_nrows',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a090a812eff2805e0156494ff84bc332d',1,'amrex::HypreSolver']]], + ['m_5fnrows_5fgrid_16986',['m_nrows_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a0da44696050a0f1ee648fad900d497f0',1,'amrex::HypreSolver']]], + ['m_5fnrows_5fproc_16987',['m_nrows_proc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#aa617021e09275cf95cafa956854a0e76',1,'amrex::HypreSolver']]], + ['m_5fnstates_16988',['m_nstates',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#a5dd0ffbdeea32e60081285deaf2923ec',1,'amrex::BlockMutex']]], + ['m_5fnthreads_16989',['m_nthreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1ParForInfo.html#a42964fcfc71605c366a9881334b4b44e',1,'amrex::FabArrayBase::ParForInfo']]], + ['m_5fnthreads_5fmomtag_16990',['m_nthreads_momtag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5d5c2037341dc1939ceb71904c642f7e',1,'amrex::OpenBCSolver']]], + ['m_5fnull_16991',['m_null',['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1BATransformer_1_1BATOp.html#a4847995282bbe72acece1c294025df39',1,'amrex::BATransformer::BATOp']]], + ['m_5fnum_5famr_5flevels_16992',['m_num_amr_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'amrex::MLLinOpT::m_num_amr_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#afe9761ce7b771e51e0b47d415779ce93',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_amr_levels()']]], + ['m_5fnum_5fbins_16993',['m_num_bins',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a11aed40e2ac62cfff56202d86e98a1ec',1,'amrex::SparseBinIteratorFactory::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'amrex::AssignGrid::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleLocator.html#a7e4813e198bd76868be6eacd0120a562',1,'amrex::ParticleLocator::m_num_bins()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#a672f876e039fdebfbbb5480878ba4d60',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_num_bins()']]], + ['m_5fnum_5fcoarsen_5fopt_16994',['m_num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceImp.html#a53bf89272eec625e5a81c23b9a555615',1,'amrex::EB2::IndexSpaceImp']]], + ['m_5fnum_5fiterations_16995',['m_num_iterations',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac7f56a34119321e36dcd74e70071caa0',1,'amrex::HypreIJIface']]], + ['m_5fnum_5fmg_5flevels_16996',['m_num_mg_levels',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'MLLinOpT< Array< MultiFab, 3 > >::m_num_mg_levels()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a64262a62291404dab652353158886cce',1,'amrex::MLLinOpT::m_num_mg_levels()']]], + ['m_5fnum_5fneighbor_5fcells_16997',['m_num_neighbor_cells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c12404dedc750595ce4d68731d6fc29',1,'amrex::NeighborParticleContainer']]], + ['m_5fnum_5fneighbor_5fparticles_16998',['m_num_neighbor_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a8c77c12736c976f0848d534b810cdc34',1,'amrex::StructOfArrays::m_num_neighbor_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ArrayOfStructs.html#a3306e52c6281fde864a8d33a9b53d72c',1,'amrex::ArrayOfStructs::m_num_neighbor_particles()']]], + ['m_5fnum_5fruntime_5fint_16999',['m_num_runtime_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a84c4da34c34c28aeeeaad3424ea4d95a',1,'amrex::ParticleTileData::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a87e6d8dc966e6089011ddb15c43a2f74',1,'amrex::ParticleContainer_impl::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_int()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a951364a24289b8bad79125f8cb81dafe',1,'amrex::ConstParticleTileData::m_num_runtime_int()']]], + ['m_5fnum_5fruntime_5freal_17000',['m_num_runtime_real',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'amrex::ParticleTileData::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#aaaf158195e20f27b6f71e4f8c3cecdde',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a972a56d27fa5ca77b8eb78e93637180d',1,'amrex::ParticleContainer_impl::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_num_runtime_real()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a6f05aa13e362cb416ba3f0ed01b25231',1,'amrex::ConstParticleTileData::m_num_runtime_real()']]], + ['m_5fnum_5ftri_17001',['m_num_tri',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a02713b3bdf5197301486a78cca290534',1,'amrex::STLtools']]], + ['m_5fnumsnds_17002',['m_NumSnds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a18a64fd46d15d910a3fdd48a4868a200',1,'amrex::ParticleCopyPlan']]], + ['m_5fnumteams_17003',['m_numTeams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a665b0b12d8aadf1fe4050650f79c880f',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fnuse_17004',['m_nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CFinfo.html#ab7ed1b94952706285d9835f120f14460',1,'amrex::FabArrayBase::CFinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#ae49fab0f0511c1fdf00502b40eecf615',1,'amrex::FabArrayBase::FPinfo::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a0a00f73f9c7b0a2817b46ea1044e17ff',1,'amrex::FabArrayBase::FB::m_nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a9f9ac2d25dca93a6c78e056366d6a1d7',1,'amrex::FabArrayBase::CPC::m_nuse()']]], + ['m_5fnvars_17005',['m_nvars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a3c89ce27b59a958a85af76b7106d0d47',1,'amrex::HypreSolver::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#aaef798272fb28c2f79185f6be424a717',1,'amrex::Parser::Data::m_nvars()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParser_1_1Data.html#a8f941db726ad3f6a2e60a4e4bed8229a',1,'amrex::IParser::Data::m_nvars()']]], + ['m_5foff_5fbins_5fp_17006',['m_off_bins_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#a64387b045d204383bf43d1daf728d4a2',1,'amrex::BinMapper']]], + ['m_5foffset_17007',['m_offset',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a2c1236a694939f630bd82a59f383f00d',1,'amrex::OpenBCSolver::m_offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TranslationIF.html#aa65411b79204065ebd07950c94c0cb34',1,'amrex::EB2::TranslationIF::m_offset()']]], + ['m_5foffset_5fcf_5fbcoefs_17008',['m_offset_cf_bcoefs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6a33ca51865b1c9f828b5d53187ede6c',1,'amrex::HypreMLABecLap']]], + ['m_5foffsets_17009',['m_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a61877be196b17888cd8222578d4ddf02',1,'amrex::SparseBins::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< typename amrex::ParticleTileData >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'DenseBins< ParticleType >::m_offsets()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad70b443fd8e65a368e1fed776614b0e4',1,'amrex::DenseBins::m_offsets()']]], + ['m_5foffsets_5fptr_17010',['m_offsets_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#ade6704bbc963e4c3734bd2348e79847b',1,'amrex::SparseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#af40598ebac6f1379f8c9364e0140cecf',1,'amrex::DenseBinIteratorFactory::m_offsets_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#a5481f6264dec77ce8ab7e5d055b43d77',1,'amrex::BinIterator::m_offsets_ptr()']]], + ['m_5fok_17011',['m_ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#acdef1c2b11c62f8e02b1a4806de74376',1,'amrex::EB2::Level']]], + ['m_5fold_17012',['m_old',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1LaunchSafeGuard.html#aa241ac23303cd06b4eb0b725e5815086',1,'amrex::Gpu::LaunchSafeGuard::m_old()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GraphSafeGuard.html#a6988aa8a1462464a612470f422835404',1,'amrex::Gpu::GraphSafeGuard::m_old()']]], + ['m_5fop_17013',['m_op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATransformer.html#ae5934f27c83bc63db5971f7d9fc6c780',1,'amrex::BATransformer']]], + ['m_5foptions_5fnamespace_17014',['m_options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#a68f95ee1a326d07fe027835c905ece00',1,'amrex::HypreSolver']]], + ['m_5fout_17015',['m_out',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a9137c45cc574cabfd0194ab8ed082116',1,'amrex::ParallelContext::Frame']]], + ['m_5fout_5ffilename_17016',['m_out_filename',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#a3ae9cdc97369e2f1381f095af24e497e',1,'amrex::ParallelContext::Frame']]], + ['m_5foverride_5fsync_17017',['m_override_sync',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#aae9da292ab2ecb89a86dbda52330ae4e',1,'amrex::FabArrayBase::FB']]], + ['m_5foverset_5fdirichlet_5fmask_17018',['m_overset_dirichlet_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a7c0bb3eeb87e33f76c055d78e1e68df2',1,'amrex::MLNodeLinOp']]], + ['m_5foverset_5fmask_17019',['m_overset_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellABecLapT.html#aa1bc328cdef65e6dfab478914c2913d7',1,'amrex::MLCellABecLapT::m_overset_mask()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a5deec6d79b32b6214a8ed086a2129e8d',1,'amrex::HypreABecLap3::m_overset_mask()']]], + ['m_5foverwrite_5ffiles_17020',['m_overwrite_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8586f98cdc225f4e2a60cc42046b0504',1,'amrex::HypreIJIface']]], + ['m_5fowner_17021',['m_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a8d1a994928ff734df597327f22db12dd',1,'amrex::CArena::Node']]], + ['m_5fowner_5fmask_17022',['m_owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ac643c87beeb9db50b0bf6c3584e0e055',1,'amrex::HypreSolver']]], + ['m_5fowner_5fmask_5fbottom_17023',['m_owner_mask_bottom',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#a2f43f1de03008aad9e578d76ad0551be',1,'amrex::MLNodeLinOp']]], + ['m_5fowner_5fmask_5ftop_17024',['m_owner_mask_top',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#aa6f3b2435897100cfd9e1cba8c95d7af',1,'amrex::MLNodeLinOp']]], + ['m_5fownership_17025',['m_ownership',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a2f337d4047cb7af6c2c86b6a56ff0523',1,'amrex::DistributionMapping::Ref']]], + ['m_5fpa_17026',['m_pa',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Elixir.html#a87affdf01557cac536e54b52e606783d',1,'amrex::Gpu::Elixir::m_pa()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#a6e7c0f5fc1401ba1497916e015b8591c',1,'amrex::VisMF::m_pa()']]], + ['m_5fpad_5fcorrection_17027',['m_pad_correction',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GetSendBufferOffset.html#a81bc5519ac623a1d14e612f8fe202742',1,'amrex::GetSendBufferOffset']]], + ['m_5fpara_17028',['m_parA',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a95128f78f0176e507ec9b05cddbb80a5',1,'amrex::HypreIJIface']]], + ['m_5fparent_17029',['m_parent',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a9077580d8ff605511c26c67b023364e8',1,'amrex::EBFArrayBoxFactory::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#aa96812cd049f02fe827fc1573fa0626e',1,'amrex::MLLinOpT::m_parent()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a4e89aa75cb75a863666efa8df2f74e9b',1,'amrex::EB2::Level::m_parent()']]], + ['m_5fparmparse_5fprefix_17030',['m_parmparse_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a605594e57a93565ba4561e922fc237d4',1,'amrex::HypreMLABecLap']]], + ['m_5fparrhs_17031',['m_parRhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a470b11bb06368021f02f861a95520128',1,'amrex::HypreIJIface']]], + ['m_5fparser_17032',['m_parser',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ParserIF.html#a0ee1bc4aa5ddc1e1c59c6e3b4965630c',1,'amrex::EB2::ParserIF::m_parser()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Parser_1_1Data.html#abac6e2284d98331984ef3d8967877219',1,'amrex::Parser::Data::m_parser()']]], + ['m_5fparser_5fprefix_17033',['m_parser_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#ac6d6405babd810179e1e69872b4075fb',1,'amrex::ParmParse']]], + ['m_5fparsln_17034',['m_parSln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#abc0833145a0104c5fd87f4d16dc89db9',1,'amrex::HypreIJIface']]], + ['m_5fparticle_5fcurrent_5ftile_17035',['m_particle_current_tile',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particle_current_tile()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#abedcbfd256a529f1b411014efb0dfd31',1,'amrex::ParIterBase_impl::m_particle_current_tile()']]], + ['m_5fparticle_5flocator_17036',['m_particle_locator',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#aa9bbd6752d478b3a24e66f2caa11196b',1,'amrex::ParticleContainerBase']]], + ['m_5fparticle_5frreqs_17037',['m_particle_rreqs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aa7dcdca22d276a177da66220283582c0',1,'amrex::ParticleCopyPlan']]], + ['m_5fparticle_5fstats_17038',['m_particle_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aac55f2c595ea7f57832345df3d5fb78b',1,'amrex::ParticleCopyPlan']]], + ['m_5fparticle_5ftile_5fdata_17039',['m_particle_tile_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a3756c36bbd9c983a71008537cd238cf5',1,'amrex::SoAParticle']]], + ['m_5fparticles_17040',['m_particles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_particles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a08209cdd1d5e91d7d010403fd22b3468',1,'amrex::ParticleContainer_impl::m_particles()']]], + ['m_5fpc_17041',['m_pc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'amrex::ParIterBase_impl::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a1161bc07e1265c1be89ccc12e7a11221',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_pc()']]], + ['m_5fperiod_17042',['m_period',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#ae5ff0f4d1aea7da43378472739eae7d2',1,'amrex::FabArrayBase::CPC::m_period()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a80294b3b23ece6729eca66ec2b75dcad',1,'amrex::FabArrayBase::FB::m_period()']]], + ['m_5fperiodic_5fshift_17043',['m_periodic_shift',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a3486942c2721d9199b20c57461b5d31a',1,'amrex::ParticleCopyOp']]], + ['m_5fperm_17044',['m_perm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#aabe787e78944c662b6e4288f23c5eafb',1,'amrex::BinIterator::iterator::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SparseBins.html#a0c8ada8a50d63270eee76dd43195a8ff',1,'amrex::SparseBins::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< typename amrex::ParticleTileData >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'DenseBins< ParticleType >::m_perm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DenseBins.html#ad40e15a5e019a0a7afa527c6226e7675',1,'amrex::DenseBins::m_perm()']]], + ['m_5fpermutation_5fptr_17045',['m_permutation_ptr',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SparseBinIteratorFactory.html#a3f84a41c582546501b263369e4d13ef1',1,'amrex::SparseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DenseBinIteratorFactory.html#a08f5000a813c49c45a7f7c7476360106',1,'amrex::DenseBinIteratorFactory::m_permutation_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator.html#aaa0ba8a334ea7c7bdafb69ad89955e1f',1,'amrex::BinIterator::m_permutation_ptr()']]], + ['m_5fphi_17046',['m_phi',['../classHydro_1_1MacProjector.html#a20de06bc31b064c6e819c541272c3be9',1,'Hydro::MacProjector::m_phi()'],['../classHydro_1_1NodalProjector.html#a2df28ee7713c43e77e24d14df3f77bcc',1,'Hydro::NodalProjector::m_phi()']]], + ['m_5fphi_5feb_17047',['m_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#aac77fee4af067d987c117ae62a73d9ce',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fphi_5floc_17048',['m_phi_loc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#ae0ea21faa4cc1aeadf8641b37d8cf59f',1,'amrex::MLEBABecLap::m_phi_loc()'],['../classHydro_1_1MacProjector.html#ac58750f077dd9c946450520bb464eade',1,'Hydro::MacProjector::m_phi_loc()']]], + ['m_5fphind_17049',['m_phind',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a5169dad1c41680aa536527c80486f3b6',1,'amrex::OpenBCSolver']]], + ['m_5fpi_17050',['m_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a4af48d8e7785fd2fdc80cc68c460e520',1,'amrex_constants_module']]], + ['m_5fpiv_17051',['m_piv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1LUSolver.html#aaceb7a501559fdef423b5e60f493d4fd',1,'amrex::LUSolver']]], + ['m_5fplan_5fb_5fx_17052',['m_plan_b_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a62d18d315e872bef1a1d63fa96dcf1e2',1,'hacc::Dfft']]], + ['m_5fplan_5fb_5fy_17053',['m_plan_b_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ab473013539fe7740454dde52bc863b08',1,'hacc::Dfft']]], + ['m_5fplan_5fb_5fz_17054',['m_plan_b_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#ae07650ba6c341261fcff1963c992145f',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fx_17055',['m_plan_f_x',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a9e008a9f0839f098d817a567bf2c598c',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fy_17056',['m_plan_f_y',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#aa73a222d425fcec58d2b0f8526ed8399',1,'hacc::Dfft']]], + ['m_5fplan_5ff_5fz_17057',['m_plan_f_z',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Dfft.html#a6aead4d24eb32ff0f26282de9e0434d6',1,'hacc::Dfft']]], + ['m_5fplo_17058',['m_plo',['https://amrex-codes.github.io/amrex/doxygen/structFilterVirt.html#a1dfe31cd80d8874bb9f33d3825231f1c',1,'FilterVirt::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'AssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_plo()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AssignGrid.html#acb8a58c814cd584552c2534852e7228b',1,'amrex::AssignGrid::m_plo()']]], + ['m_5fplo_5fp_17059',['m_plo_p',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinMapper.html#aa13006c74c21b3e90f81412d731f3b35',1,'amrex::BinMapper']]], + ['m_5fplotfile_5fname_17060',['m_plotfile_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5dcb296f4bcc59a183bba8f18210753b',1,'amrex::PlotFileDataImpl']]], + ['m_5fpmap_17061',['m_pmap',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DistributionMapping_1_1Ref.html#a71bfe2565cefe2ceb8ad882db3ebabc3',1,'amrex::DistributionMapping::Ref']]], + ['m_5fpoint_17062',['m_point',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#acd2eb5b291fa7b4f4be7cad13c797274',1,'amrex::EB2::PlaneIF']]], + ['m_5fpoints_17063',['m_points',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBToPVD.html#a37d083bd92c41f07f8e14c4ace3496e5',1,'amrex::EBToPVD']]], + ['m_5fpoisson_17064',['m_poisson',['../classHydro_1_1MacProjector.html#ac385fd4e191d432e3aeabb6d622664f6',1,'Hydro::MacProjector']]], + ['m_5fpoisson_5f1_17065',['m_poisson_1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a709e83e70ab954da3922f40d676b5295',1,'amrex::OpenBCSolver']]], + ['m_5fpoisson_5f2_17066',['m_poisson_2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a30bb1d5c74178f67ac147168cf5d7e27',1,'amrex::OpenBCSolver']]], + ['m_5fpolynomial_17067',['m_polynomial',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ab7dabb0bff8ee7a62ab1b97108429374',1,'amrex::EB2::PolynomialIF::m_polynomial()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#aa2c56927d92aab11d6102c29c9040f30',1,'amrex::EB2::PolyIF::m_polynomial()']]], + ['m_5fpos_17068',['m_pos',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#aa9f0b1bb9d369e5c204d1b6b6f7f6d67',1,'amrex::ParticleBase< T, NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_01NInt_01_4.html#aab64d84387cf94f9ce8589049ec9ad9e',1,'amrex::ParticleBase< T, 0, NInt >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_010_00_010_01_4.html#a705b1e5e27e52766ed56b20e98a0ece2',1,'amrex::ParticleBase< T, 0, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_pos()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a93ebe9c4ff3729d52843f9d48eed9a53',1,'amrex::ParticleBase::m_pos()']]], + ['m_5fprecision_17069',['m_precision',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a00214e6bce0efd4ab1d5a1a8ca7f3f83',1,'amrex::IOFormatSaver']]], + ['m_5fprecond_17070',['m_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#acf501d7d69fdc89f757a8d27e455072a',1,'amrex::HypreIJIface']]], + ['m_5fprecond_5fniters_17071',['m_precond_niters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#a199c70c91ab83732cc2982f3712411e1',1,'amrex::GMRESMLMGT']]], + ['m_5fpreconddestroyptr_17072',['m_precondDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad878f5c593038147c41c21ca7c8ec7d4',1,'amrex::HypreIJIface']]], + ['m_5fpreconditioner_5fname_17073',['m_preconditioner_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8b1cf6f83cb8e3c65a01f11ff4003041',1,'amrex::HypreIJIface']]], + ['m_5fprecondsetupptr_17074',['m_precondSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a47d2841ac9969152f7c22549648ae15a',1,'amrex::HypreIJIface']]], + ['m_5fprecondsolveptr_17075',['m_precondSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a689f3de56a17e91425f008df5ddd02b0',1,'amrex::HypreIJIface']]], + ['m_5fprefix_17076',['m_prefix',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#a941314412b0921ba802f4620404cf33c',1,'amrex::ParmParse']]], + ['m_5fprev_5fflag_17077',['m_prev_flag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1SingleStreamRegion.html#a4950c95e43281815ad532ba7f6fa16b7',1,'amrex::Gpu::SingleStreamRegion::m_prev_flag()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1NoSyncRegion.html#ab3c2ef6e1ce41acc4328659e78732084',1,'amrex::Gpu::NoSyncRegion::m_prev_flag()']]], + ['m_5fprimary_17078',['m_primary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a7e0f7bd48cf94860e432afd6adbc3747',1,'amrex::StateDescriptor']]], + ['m_5fprob_5fdomain_17079',['m_prob_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a51f959e60b4b3d013245636746c44247',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5fhi_17080',['m_prob_hi',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a8f100dd50d87c8225ab3f4bd4e4e81ee',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5flo_17081',['m_prob_lo',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#ac9e8ecd94ee3a7eb0baa3683442354ce',1,'amrex::PlotFileDataImpl']]], + ['m_5fprob_5fsize_17082',['m_prob_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa3ede8e016bea208be71cb1362edf3f7',1,'amrex::PlotFileDataImpl']]], + ['m_5fproc_5fbox_5fcounts_17083',['m_proc_box_counts',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#abc5ce29ac4025b099cc18ee6308b4b0f',1,'amrex::ParticleBufferMap']]], + ['m_5fproc_5fbox_5foffsets_17084',['m_proc_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleBufferMap.html#a65d85d75d30b1f67500bfa62aff5b162',1,'amrex::ParticleBufferMap']]], + ['m_5fprofiler_17085',['m_profiler',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Arena.html#ad136b691382e7a7d8fba158837416b98',1,'amrex::Arena']]], + ['m_5fprofiling_5fstats_17086',['m_profiling_stats',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Arena_1_1ArenaProfiler.html#a086e99739e74b91a474479e2507a7b2c',1,'amrex::Arena::ArenaProfiler']]], + ['m_5fprop_5fzero_17087',['m_prop_zero',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ad478296de575a072a91d73b9f8b0332e',1,'amrex::GMRESMLMGT']]], + ['m_5fpstruct_17088',['m_pstruct',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors.html#a4b3fbe9ad7a9534399391d67b192eed1',1,'amrex::Neighbors::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a557c95eb717280427b11fa5404f4724a',1,'amrex::Neighbors::iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NeighborData.html#a09fd3cee10d0e540e802b6c7cd9fc6fd',1,'amrex::NeighborData::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#ac281e48bd349f0ba8f42b9373eaf0915',1,'amrex::Neighbors::const_iterator::m_pstruct()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborList.html#a9d4e86f7dc2ff83b23bcd1d0a3d04413',1,'amrex::NeighborList::m_pstruct()']]], + ['m_5fptmax_17089',['m_ptmax',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#a135d25559bca9a4ec5dca07f1d08378b',1,'amrex::STLtools']]], + ['m_5fptmin_17090',['m_ptmin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aeeee47c9bfc52a2c01f6b6ad38043b49',1,'amrex::STLtools']]], + ['m_5fptr_17091',['m_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Any.html#ae7a9bb6b1bb859d01987340327e8d570',1,'amrex::Any::m_ptr()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#acb61a285c530ab7badab8ba4c096eb4b',1,'amrex::FatPtr::m_ptr()']]], + ['m_5fptr_5fowner_17092',['m_ptr_owner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#a343632bf7caa49187def50cae53bf757',1,'amrex::TableData']]], + ['m_5fptref_17093',['m_ptref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ab287060a4866170710f23abb884afe91',1,'amrex::STLtools']]], + ['m_5fradii_17094',['m_radii',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a1ba71f374b287b623a388dd3c3080135',1,'amrex::EB2::EllipsoidIF']]], + ['m_5fradius_17095',['m_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a3de3a558f56392c6c36976d0a8f21813',1,'amrex::EB2::SphereIF::m_radius()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#a7c5b05498e0dbdf86a65e6fc719e12ad',1,'amrex::EB2::CylinderIF::m_radius()']]], + ['m_5fraii_5fcomm_17096',['m_raii_comm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'MLLinOpT< Array< MultiFab, 3 > >::m_raii_comm()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a3e96c4035b1315b80c6301329695f86e',1,'amrex::MLLinOpT::m_raii_comm()']]], + ['m_5frange_17097',['m_range',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIterator.html#a33de9fa05506431fd65c4134ce8ce573',1,'amrex::FillPatchIterator']]], + ['m_5frank_17098',['m_rank',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#ac01973ea2c365ab71ce7903d8e1dc686',1,'amrex::WeightedBoxList']]], + ['m_5frank_5fin_5fnode_17099',['m_rank_in_node',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#ac28c7a40658a100cdc586086b19a3915',1,'amrex::ParallelDescriptor']]], + ['m_5frank_5fin_5fprocessor_17100',['m_rank_in_processor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a089c919e9ff83dd0697192ff37dabbce',1,'amrex::ParallelDescriptor']]], + ['m_5frank_5fme_17101',['m_rank_me',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelContext_1_1Frame.html#aa5b185e14618f1bef2f4a7bbd9be3f35',1,'amrex::ParallelContext::Frame']]], + ['m_5frankinteam_17102',['m_rankInTeam',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a7afcd50dc8308b36a3f92aa13686d7d1',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5fratio_17103',['m_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1YAFluxRegisterT.html#a3cc8f2331d48facc82d8d85c31bab3f1',1,'amrex::YAFluxRegisterT::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#a97a8d3b8adf15cc4121246a77d7d23e0',1,'amrex::FillPatcher::m_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EdgeFluxRegister.html#a762cdbc28b362b73ca1e44330814ea07',1,'amrex::EdgeFluxRegister::m_ratio()']]], + ['m_5frcv_5fbox_5fcounts_17104',['m_rcv_box_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0cecada82881cc3751599dc6818e5a26',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5fids_17105',['m_rcv_box_ids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0298dfc0a4cf7473d0928f295d4fc69a',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5flevs_17106',['m_rcv_box_levs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a30ec4ed1918cc93dc2345d25aeb4a650',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5foffsets_17107',['m_rcv_box_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bda4dd344e77a88f619886e4b7a5e41',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fbox_5fpids_17108',['m_rcv_box_pids',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a27b5bc6c55bb3af6e0a9fe4227182a2e',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fdata_17109',['m_rcv_data',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aade131a77bcc6958b5a1c5296f4f62ec',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fnum_5fparticles_17110',['m_rcv_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#aeb2916dc26f61c4c1e88711227433967',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fpad_5fcorrection_5fd_17111',['m_rcv_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a8305346a9bb20a4e5d7983acb025a5a8',1,'amrex::ParticleCopyPlan']]], + ['m_5frcv_5fpad_5fcorrection_5fh_17112',['m_rcv_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#ac166e1289239c5e946d1286621d5abd5',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvproc_17113',['m_RcvProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#abfa960b63b48835c96d12a8754327b10',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvs_17114',['m_Rcvs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a77c7aface2c0ecf8d3a8006c8924e8fc',1,'amrex::ParticleCopyPlan']]], + ['m_5frcvtags_17115',['m_RcvTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ace340f0f6a72f7ab1c028ea49d783ba3',1,'amrex::MPMD::Copier::m_RcvTags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a8a30e2336976ffe878c2c6558ecce70d',1,'amrex::FabArrayBase::CommMetaData::m_RcvTags()']]], + ['m_5frdata_17116',['m_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'amrex::ParticleBase::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase.html#a366f10b761dd77036582e32b7bdb2c77',1,'ParticleBase< ParticleReal, T_NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleBase_3_01T_00_01NReal_00_010_01_4.html#a1fb1e5ea06a345e33563fe09729a8ee7',1,'amrex::ParticleBase< T, NReal, 0 >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'amrex::ParticleTileData::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a249e437162c17a56356c37d2d1a90306',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#aaffa30601135a22b5e4f9ac283b06aa1',1,'amrex::StructOfArrays::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#afb784bdcba676085fb35c643d7af1813',1,'amrex::ConstParticleTileData::m_rdata()']]], + ['m_5freal_17117',['m_real',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1GpuComplex.html#abe7e2332d46ea24486dfe52e6aaf0e84',1,'amrex::GpuComplex']]], + ['m_5frealbox_17118',['m_realbox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#a780852cad4ac22553f8cdbda0ff107a4',1,'amrex::AMRErrorTagInfo']]], + ['m_5frecompute_5fpreconditioner_17119',['m_recompute_preconditioner',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ad473615875cdc97cafae5a44ca7fff27',1,'amrex::HypreIJIface']]], + ['m_5fredblack_17120',['m_redblack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a32694ef00d37d519168801799c4b90e1',1,'amrex::MLNodeTensorLaplacian']]], + ['m_5fref_17121',['m_ref',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a66d4a4d11b9ff6a159c90448e55b6885',1,'amrex::DistributionMapping::m_ref()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#aaf44041b956612401793f474280e5e2f',1,'amrex::BoxArray::m_ref()']]], + ['m_5fref_5fratio_17122',['m_ref_ratio',['../classHydro_1_1NodalProjector.html#aa26e4d42d1be4192245b2a5daddf0cfd',1,'Hydro::NodalProjector::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a5186d184c4ecd851f7a6859b09688aa1',1,'amrex::PlotFileDataImpl::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpFaceRegister.html#a899e3e1837760fbc015d572dc4218204',1,'amrex::InterpFaceRegister::m_ref_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6ca733ac26d20abcd182611ba7869be4',1,'amrex::HypreMLABecLap::m_ref_ratio()']]], + ['m_5fregion_5ftag_17123',['m_region_tag',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ad2c72c01911307129e1f6124db9cdf36',1,'amrex::FabArrayBase']]], + ['m_5freq_17124',['m_req',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6dd614e3778be9c2c607de3c7fa4881d',1,'amrex::ParallelDescriptor::Message']]], + ['m_5fres_17125',['m_res',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'GMRES< MF, GMRESMLMGT< MF > >::m_res()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#afbcc70d7e05d287e623de403243074f4',1,'amrex::GMRES::m_res()']]], + ['m_5fresource_17126',['m_resource',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#a70005a334b1a0d87aa5a94c43ad7ce8a',1,'amrex::EB2::GeometryShop']]], + ['m_5frestart_5ffile_17127',['m_restart_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a7faca328c01194fcb735a45e466529e7',1,'amrex::EB2::ChkptFile']]], + ['m_5frestrtlen_17128',['m_restrtlen',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'amrex::GMRES::m_restrtlen()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a8c2b6b33ceb2cb2a1342efd3f2b1c13b',1,'GMRES< MF, GMRESMLMGT< MF > >::m_restrtlen()']]], + ['m_5fresult_5fis_5fready_17129',['m_result_is_ready',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ReduceOps.html#a4e60cd020808a640d7de13b866728202',1,'amrex::ReduceOps']]], + ['m_5frhs_17130',['m_rhs',['../classHydro_1_1NodalProjector.html#a5a431f64f8d7d573f352a4bdb2964893',1,'Hydro::NodalProjector::m_rhs()'],['../classHydro_1_1MacProjector.html#ae6c4a3f3e2e04babd66b9bf2cb22c19d',1,'Hydro::MacProjector::m_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ab6b44070d9d15cc4932b59f06a0558cd',1,'amrex::HypreIJIface::m_rhs()']]], + ['m_5frhsnorm0_17131',['m_rhsnorm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a94b67005dca34f78005f42da6f7b3f04',1,'amrex::MLMGT']]], + ['m_5frmap_17132',['m_rmap',['https://amrex-codes.github.io/amrex/doxygen/classhacc_1_1Distribution.html#a11af510cedfd5ac8bd70be4c1573ff05',1,'hacc::Distribution']]], + ['m_5frobin_5fbcval_17133',['m_robin_bcval',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#a95a0dd3f6700b3da5b020a66ef726dff',1,'amrex::MLCellLinOpT']]], + ['m_5froffset_17134',['m_rOffset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a860eec9b2f5d15e91706d6feb2fa2134',1,'amrex::ParticleCopyPlan']]], + ['m_5froot_17135',['m_root',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a933d2d3cd77f3b584a5247341fb7c92e',1,'amrex::detail::SingleChunkArena']]], + ['m_5frr_17136',['m_rr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParGDB.html#ac72693b156f64de61d874f43d5d15443',1,'amrex::ParGDB']]], + ['m_5frtol_17137',['m_rtol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'GMRES< MF, GMRESMLMGT< MF > >::m_rtol()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a4c8e3a4f12808510fd105e94547d264a',1,'amrex::GMRES::m_rtol()']]], + ['m_5frun_5fon_5fgpu_17138',['m_run_on_gpu',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryFuncArray.html#a631e5f4032aecbfad4c4acf5f35a7490',1,'amrex::BndryFuncArray::m_run_on_gpu()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor_1_1BndryFunc.html#a38d234c1f591dc1c13f69afab789fba0',1,'amrex::StateDescriptor::BndryFunc::m_run_on_gpu()']]], + ['m_5fruntime_5fcomps_5fdefined_17139',['m_runtime_comps_defined',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::m_runtime_comps_defined()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#af9c8295a918075bcaac70f264b946b0e',1,'amrex::ParticleContainer_impl::m_runtime_comps_defined()']]], + ['m_5fruntime_5fi_5fcptrs_17140',['m_runtime_i_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a168b67cee9983016eb4a811d740523e2',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fi_5fptrs_17141',['m_runtime_i_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#ae172244722fde937a7ba5a8a60a5ff99',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fidata_17142',['m_runtime_idata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a10ad5fb2e51e43137e1b26ce70119735',1,'amrex::StructOfArrays::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#ad2111767fb8cdbbc2a9f4f12c94f2e23',1,'amrex::ParticleTileData::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_idata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a45bd743cea8c770a0600e7b10b01212a',1,'amrex::ConstParticleTileData::m_runtime_idata()']]], + ['m_5fruntime_5fr_5fcptrs_17143',['m_runtime_r_cptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#aa1f069375a3a442593c218fc4911de6d',1,'amrex::ParticleTile']]], + ['m_5fruntime_5fr_5fptrs_17144',['m_runtime_r_ptrs',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a6e6255a32ada9fcf2655a94d474ece11',1,'amrex::ParticleTile']]], + ['m_5fruntime_5frdata_17145',['m_runtime_rdata',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a987d5cecf378f8b22100a4160856c42a',1,'amrex::ParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a36375e824fc8bc51653e49929843701b',1,'amrex::ConstParticleTileData::m_runtime_rdata()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1StructOfArrays.html#a179e1b7074dc1c6f3fe55ee3222839de',1,'amrex::StructOfArrays::m_runtime_rdata()']]], + ['m_5frz_17146',['m_rz',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a37504f75c2cf6b138aa349ec76e7a078',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5frz_5falpha_17147',['m_rz_alpha',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a78cd20ff53eafb5fcd69e357e221d08a',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fs0_5fnorm0_17148',['m_s0_norm0',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a587789b33e8a1da29ce868daeb003995',1,'amrex::MLNodeLaplacian']]], + ['m_5fs_5fcc_17149',['m_S_cc',['../classHydro_1_1NodalProjector.html#aa844007db4b80bbb38b6508f77e955c7',1,'Hydro::NodalProjector']]], + ['m_5fs_5fnd_17150',['m_S_nd',['../classHydro_1_1NodalProjector.html#a861303e523625db0455563843aeeeb3d',1,'Hydro::NodalProjector']]], + ['m_5fs_5fphi_5feb_17151',['m_s_phi_eb',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#ad48c24f09145f008fdbfce5f08f02351',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fscalars_5fset_17152',['m_scalars_set',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLABecLaplacianT.html#a9ef257d12dd2d94c4a70ff5fb5d8f534',1,'amrex::MLABecLaplacianT::m_scalars_set()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBABecLap.html#aeef8369bc805a494e2be105d59873c66',1,'amrex::MLEBABecLap::m_scalars_set()']]], + ['m_5fscomp_17153',['m_scomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#a77d378e6f4445b1b52d50e81d97c85fc',1,'amrex::FillPatchIteratorHelper']]], + ['m_5fsfine_17154',['m_sfine',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatcher.html#ab2eadd469cce946d670a7de5a16e4f79',1,'amrex::FillPatcher']]], + ['m_5fsfinv_17155',['m_sfinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ScaleIF.html#a932ebe41c20dbea7dbe43d208f1dc71d',1,'amrex::EB2::ScaleIF']]], + ['m_5fsigma_17156',['m_sigma',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a84d4e74b64ef41514492203039ea9d31',1,'amrex::MLNodeTensorLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#a7d8ad0e6e2657c16c753f60cc17434af',1,'amrex::MLEBNodeFDLaplacian::m_sigma()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a8a183b518f95b79420fa95a4400b3a4f',1,'amrex::MLNodeLaplacian::m_sigma()'],['../classHydro_1_1NodalProjector.html#a034e829fec13923e69d3f7b58eb9f324',1,'Hydro::NodalProjector::m_sigma()']]], + ['m_5fsigma_5fmf_17157',['m_sigma_mf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBNodeFDLaplacian.html#af397473ffaa999e0ac6f0fa478d895a0',1,'amrex::MLEBNodeFDLaplacian']]], + ['m_5fsign_17158',['m_sign',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1BoxIF.html#a84095f8c7b235812724ab2d33c8d9130',1,'amrex::EB2::BoxIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1CylinderIF.html#ab6453352eca518f991c6e74195f3d337',1,'amrex::EB2::CylinderIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1EllipsoidIF.html#a3b6e4a2ba4e86b1b2857488b3453e37d',1,'amrex::EB2::EllipsoidIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PlaneIF.html#a13d4b5d3d37df39a577f5238cf23394e',1,'amrex::EB2::PlaneIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolyIF.html#a6de7c0bbb4b6f360ad71bb75da9ccf4b',1,'amrex::EB2::PolyIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#ad957f17b324e9e51370e72b065d6684c',1,'amrex::EB2::PolynomialIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1SphereIF.html#a729f1a7c0e893a62bde14d9ce2aac7e5',1,'amrex::EB2::SphereIF::m_sign()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#a99567ce8919aa7ae802d60b62de5d08e',1,'amrex::EB2::TorusIF::m_sign()']]], + ['m_5fsimplified_5flist_17159',['m_simplified_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BoxArray.html#a6111d0d59d47fcfe76123cc90bfa2f9c',1,'amrex::BoxArray']]], + ['m_5fsin_5fangle_17160',['m_sin_angle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1RotationIF.html#a985a4f063595d3fa4506d2b014dff877',1,'amrex::EB2::RotationIF']]], + ['m_5fsingle_5fchunk_5farena_17161',['m_single_chunk_arena',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'amrex::FabArray::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< TagBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< IArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< FArrayBox >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::Mask >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::CutFab >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_arena()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a4d42668928f56c18d43d24f673ebd2ce',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_arena()']]], + ['m_5fsingle_5fchunk_5fsize_17162',['m_single_chunk_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::EBCellFlagFab >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< IArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'amrex::FabArray::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::BaseFab< PetscInt > >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::Mask >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< FArrayBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< TagBox >::m_single_chunk_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a406dbcd37d688080e340c80a34ed2807',1,'FabArray< amrex::CutFab >::m_single_chunk_size()']]], + ['m_5fsize_17163',['m_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1PolynomialIF.html#a1a226866e5efa7580c4f117e1c45e386',1,'amrex::EB2::PolynomialIF::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int *, DefaultAllocator< int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleReal *, DefaultAllocator< ParticleReal * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< ParticleType, DefaultAllocator< ParticleType > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< std::size_t >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< uint64_t, DefaultAllocator< uint64_t > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< unsigned int >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a3a15d388a4307d1a6af319e8244b7d1e',1,'amrex::ParallelDescriptor::ProcessTeam::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1detail_1_1SingleChunkArena.html#a2ab5bb610d1b9c02e9a9d0d7a75138ad',1,'amrex::detail::SingleChunkArena::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Stack.html#abcea4124bbc7aaade2e386895ca90c65',1,'amrex::Stack::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VectorTag.html#a86498b7a5078e5d717d9208721216af7',1,'amrex::VectorTag::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::GpuArray< amrex::MLCellLinOpT::BCTL, 2 *AMREX_SPACEDIM > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< index_type >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FatPtr.html#a686115184123b7683f8ecfeda3cec126',1,'amrex::FatPtr::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a3eefad51a3f5c77dfba6bfa8f42e8909',1,'amrex::CArena::Node::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleArrayAccessor.html#a22fdbcda4f3aba7fe5a29d9137589c4b',1,'amrex::ParticleArrayAccessor::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'amrex::ParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a86862697cad81a5b2aeb56cfa052a507',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'amrex::PODVector::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a4981ac43889bbde5f5d254c7fd5b3dee',1,'amrex::ConstParticleTileData::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Buffer.html#aeec4be8fd894735d9acaa7de8c62d63a',1,'amrex::Gpu::Buffer::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'AmrAssignGrid< amrex::DenseBinIteratorFactory< amrex::BoxND > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrAssignGrid.html#a34d743ea0713f912d08dec0a20cdaa38',1,'amrex::AmrAssignGrid::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::AssignGrid< BinIteratorFactory > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::BoxND >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::NeighborCode >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::openbc::MomTag >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::STLtools::Triangle >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< amrex::XDim3 >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< char, amrex::PolymorphicArenaAllocator< char > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const int *, DefaultAllocator< const int * > >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal * >::m_size()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PODVector.html#a9ff96f69373c71e0ce54cae0b724c374',1,'PODVector< const ParticleReal *, DefaultAllocator< const ParticleReal * > >::m_size()']]], + ['m_5fsln_17164',['m_sln',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a4c1ff70e7ba67cb35235e310144a07ce',1,'amrex::HypreIJIface']]], + ['m_5fsmall_5fradius_17165',['m_small_radius',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1TorusIF.html#ab2c4c827cd735a1c6759fadd8173f4f5',1,'amrex::EB2::TorusIF']]], + ['m_5fsmooth_5fnum_5fsweeps_17166',['m_smooth_num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLinOp.html#ab0b6c523511d1ccca7263730a75019f9',1,'amrex::MLNodeLinOp']]], + ['m_5fsnd_5fcounts_17167',['m_snd_counts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a0fc80c44685a05b3c1e807569fae0d62',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fnum_5fparticles_17168',['m_snd_num_particles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a9af231ffac4e8ee9799fe6db8edd6886',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5foffsets_17169',['m_snd_offsets',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a03f46ec462fad618d823836214c9411a',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fpad_5fcorrection_5fd_17170',['m_snd_pad_correction_d',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a3900fd1e88118efacebc15ddd99cbacf',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnd_5fpad_5fcorrection_5fh_17171',['m_snd_pad_correction_h',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a7bfedead4c32d33e5013a8b5df9c5245',1,'amrex::ParticleCopyPlan']]], + ['m_5fsnds_17172',['m_Snds',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a4f11e52b07357018bf4097a60913ec01',1,'amrex::ParticleCopyPlan']]], + ['m_5fsndtags_17173',['m_SndTags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MPMD_1_1Copier.html#ac8a7a8cb167be835313951319df1a7c0',1,'amrex::MPMD::Copier::m_SndTags()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a9faedeb4a7bf786a1143c2f4264369a0',1,'amrex::FabArrayBase::CommMetaData::m_SndTags()']]], + ['m_5fsoa_5ftile_17174',['m_soa_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#acfdbf84efe0aae5266a28545a2e45480',1,'amrex::ParticleTile']]], + ['m_5fsolver_17175',['m_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a4bde944cac23810adbcae8586a29fce4',1,'amrex::HypreMLABecLap::m_solver()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a6bb23759218b92724ea79d95bb57ec99',1,'amrex::HypreIJIface::m_solver()']]], + ['m_5fsolver_5fname_17176',['m_solver_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a1bd8897ee5f2be854cda1560c269d680',1,'amrex::HypreIJIface']]], + ['m_5fsolverdestroyptr_17177',['m_solverDestroyPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aba91fd7d31b0749b326b8951483bd7fd',1,'amrex::HypreIJIface']]], + ['m_5fsolverfinalresidualnormptr_17178',['m_solverFinalResidualNormPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a5dfbd6d925a40a4b9aaf87e999725fb8',1,'amrex::HypreIJIface']]], + ['m_5fsolvernumitersptr_17179',['m_solverNumItersPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afd57a1fed363b002efd0870b9121d808',1,'amrex::HypreIJIface']]], + ['m_5fsolverprecondptr_17180',['m_solverPrecondPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#af2a5eaf05419e462af43e6dbac0f7e32',1,'amrex::HypreIJIface']]], + ['m_5fsolversetabstolptr_17181',['m_solverSetAbsTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#ac89a536ece4354f50e37d9c348ca3cb3',1,'amrex::HypreIJIface']]], + ['m_5fsolversetmaxiterptr_17182',['m_solverSetMaxIterPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a8215a538fc2174de6ba720bf22aa9738',1,'amrex::HypreIJIface']]], + ['m_5fsolversettolptr_17183',['m_solverSetTolPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#afae6f2e6cca5494f6eb268b7454f3246',1,'amrex::HypreIJIface']]], + ['m_5fsolversetupptr_17184',['m_solverSetupPtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a0a39d10868c7060639ccc1d20dc09f49',1,'amrex::HypreIJIface']]], + ['m_5fsolversolveptr_17185',['m_solverSolvePtr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a83da26622ba6d3465b95ca419d86586c',1,'amrex::HypreIJIface']]], + ['m_5fspacedim_17186',['m_spacedim',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#aa8ed71c19d3021e1f6be45fbae836870',1,'amrex::PlotFileDataImpl']]], + ['m_5fsqrt_5f2_17187',['m_sqrt_2',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a2543fcb32aea78d31b0c4515bf6ca150',1,'amrex_constants_module']]], + ['m_5fsqrt_5fpi_17188',['m_sqrt_pi',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a83c308d92e3f50a4417ffa2eff4fc09c',1,'amrex_constants_module']]], + ['m_5fsrc_5findices_17189',['m_src_indices',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyOp.html#a8f1e282c58e59fdc95a3343a81ff0517',1,'amrex::ParticleCopyOp']]], + ['m_5fsrcba_17190',['m_srcba',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a0731da1aa60b01a75a86c66a1e49a82c',1,'amrex::FabArrayBase::CPC']]], + ['m_5fsrcbdk_17191',['m_srcbdk',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a786fb125f0c7e03c58115eaddeb7c159',1,'amrex::FabArrayBase::CPC::m_srcbdk()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FPinfo.html#a2028b1d14f841dd6c9e47646c2e8d33a',1,'amrex::FabArrayBase::FPinfo::m_srcbdk()']]], + ['m_5fsrcng_17192',['m_srcng',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a368567f75989319e5002e2ec870d82b6',1,'amrex::FabArrayBase::CPC']]], + ['m_5fss_17193',['m_ss',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'amrex::GMRES::m_ss()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#adcbc4760d56f58aa04be597a5ebbd9d1',1,'GMRES< MF, GMRESMLMGT< MF > >::m_ss()']]], + ['m_5fss_5fa_17194',['m_ss_A',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#afce3813ade7df97da4e139f475916f05',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fb_17195',['m_ss_b',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#af2f93bf32b6d1799e7bd2a3027b48853',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fgraph_17196',['m_ss_graph',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a3abcd57ae0d4187a40ee256bdd8f29f7',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fgrid_17197',['m_ss_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a6e1dd0ab2281b23542bdf3e612a88053',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fprecond_17198',['m_ss_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a7d02613d6773cec7b61dca2d4e1b5615',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fsolver_17199',['m_ss_solver',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a610b6ca3b2fef67292ed1d0d1fbaddfa',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fstencil_17200',['m_ss_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a244b3cf6e6d1fab88dbccbb1a8a65512',1,'amrex::HypreMLABecLap']]], + ['m_5fss_5fx_17201',['m_ss_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#abc03d365cbc2f1a3791aa6f4bff1fd5f',1,'amrex::HypreMLABecLap']]], + ['m_5fstat_17202',['m_stat',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena_1_1Node.html#a0a7a1c0cd13749231991a5b7361fa2b6',1,'amrex::CArena::Node::m_stat()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#a6a697134ff54d12d0cfd9302c2a3d4db',1,'amrex::ParallelDescriptor::Message::m_stat()']]], + ['m_5fstate_17203',['m_state',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BlockMutex.html#ab5a49fbd49c206ff3f03ee616e60b990',1,'amrex::BlockMutex']]], + ['m_5fstatus_17204',['m_status',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'GMRES< MF, GMRESMLMGT< MF > >::m_status()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a17f683d2c35ae90c2503051415156de6',1,'amrex::GMRES::m_status()']]], + ['m_5fstencil_17205',['m_stencil',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ae971fa5b7d9a948b3b8b778bb9540064',1,'amrex::MLNodeLaplacian']]], + ['m_5fstllevel_17206',['m_stllevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1IndexSpaceSTL.html#ab14caa115cde8da650b6587b8e73dd02',1,'amrex::EB2::IndexSpaceSTL']]], + ['m_5fstop_17207',['m_stop',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1iterator.html#a7a4551cfd44eb8d3855dc639c91d92a7',1,'amrex::Neighbors::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BinIterator_1_1iterator.html#a203d3f6da36fafad340372cb87394dce',1,'amrex::BinIterator::iterator::m_stop()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Neighbors_1_1const__iterator.html#aa1d9037b41a3a5a4822adc0b226a63cf',1,'amrex::Neighbors::const_iterator::m_stop()']]], + ['m_5fstore_5fin_5fcheckpoint_17208',['m_store_in_checkpoint',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a83266e34a32f66f82481390292960e28',1,'amrex::StateDescriptor']]], + ['m_5fstrategy_17209',['m_Strategy',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DistributionMapping.html#a5aadb0f378774b462229052551cd2db8',1,'amrex::DistributionMapping']]], + ['m_5fsuperparticle_5fsize_17210',['m_superparticle_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleCopyPlan.html#a439daadd96aa6868c30e13e8baf8be18',1,'amrex::ParticleCopyPlan']]], + ['m_5fsupport_17211',['m_support',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBFArrayBoxFactory.html#a0121434aeeb0ad87903dd1401803c1ba',1,'amrex::EBFArrayBoxFactory::m_support()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#a9d7fc23809662b01ce10290962d272e8',1,'amrex::EBDataCollection::m_support()']]], + ['m_5fsync_17212',['m_sync',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#ac43afd05d7a1429cfc3457df64e89d23',1,'amrex::Gpu::StreamIter']]], + ['m_5fsync_5fresid_5fcrse_17213',['m_sync_resid_crse',['../classHydro_1_1NodalProjector.html#addb02b798336040f2a5967c348f8b702',1,'Hydro::NodalProjector']]], + ['m_5fsync_5fresid_5ffine_17214',['m_sync_resid_fine',['../classHydro_1_1NodalProjector.html#a52f7d954bee1adb67991c1a764dbd314',1,'Hydro::NodalProjector']]], + ['m_5ftable_17215',['m_table',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParmParse.html#abe4e8f257927686a878e5be81358b213',1,'amrex::ParmParse']]], + ['m_5ftac_5fstats_17216',['m_TAC_stats',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa5ab85a3018faa2b983936fa4116cd4f',1,'amrex::FabArrayBase']]], + ['m_5ftags_17217',['m_tags',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::CutFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'amrex::FabArray::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< PetscInt > >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::EBCellFlagFab >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::Mask >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< FArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< IArrayBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< TagBox >::m_tags()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a5ea249e7b897909f9d01b4fed851d7af',1,'FabArray< amrex::BaseFab< AtomicInt > >::m_tags()']]], + ['m_5ftauflux_17218',['m_tauflux',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLEBTensorOp.html#abb70c0cd0ba0b1da3fe27e69bb2fe792',1,'amrex::MLEBTensorOp']]], + ['m_5fteam_17219',['m_Team',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1ParallelDescriptor.html#a387acd4f26462ef60c5de9d87ef15c67',1,'amrex::ParallelDescriptor']]], + ['m_5fteam_5fcomm_17220',['m_team_comm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParallelDescriptor_1_1ProcessTeam.html#a69bbcf1d147ce2786b6c5c4f166b2b1e',1,'amrex::ParallelDescriptor::ProcessTeam']]], + ['m_5ftest_17221',['m_test',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#aaf31df482ec4a1715c7364a12d4b0cc0',1,'amrex::AMRErrorTag']]], + ['m_5ftgco_17222',['m_tgco',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CPC.html#a56625fa335515114f136cf0aa8488fec',1,'amrex::FabArrayBase::CPC']]], + ['m_5fthecpcache_17223',['m_TheCPCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aa2a265ca0b7ce27ee0f3d66c86fe929d',1,'amrex::FabArrayBase']]], + ['m_5fthecrsefinecache_17224',['m_TheCrseFineCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab58a879dec4546737754f55dd8b600e2',1,'amrex::FabArrayBase']]], + ['m_5fthefbcache_17225',['m_TheFBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a6ec51851470b2e1ec57805bad7725268',1,'amrex::FabArrayBase']]], + ['m_5fthefillpatchcache_17226',['m_TheFillPatchCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acdb408349f86d3e32c29e245a361ba0c',1,'amrex::FabArrayBase']]], + ['m_5ftheparforcache_17227',['m_TheParForCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a3ac3a9247a9551f551256c6a1043e002',1,'amrex::FabArrayBase']]], + ['m_5fthepolarbcache_17228',['m_ThePolarBCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a8bd69d649f9a0446dbc7ba981c58199a',1,'amrex::FabArrayBase']]], + ['m_5ftherb180cache_17229',['m_TheRB180Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9549d43d5d9d74ddb7c541d9f3339848',1,'amrex::FabArrayBase']]], + ['m_5ftherb90cache_17230',['m_TheRB90Cache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ac6817d7110b3389ad5ececd0da4e241a',1,'amrex::FabArrayBase']]], + ['m_5fthetilearraycache_17231',['m_TheTileArrayCache',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#afc113a32c271a6c406b525795a5d71e0',1,'amrex::FabArrayBase']]], + ['m_5fthread_17232',['m_thread',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BackgroundThread.html#a3093fd845f22fd2dd628aca6a442851f',1,'amrex::BackgroundThread']]], + ['m_5fthreadsafe_17233',['m_threadsafe',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1StreamIter.html#a52b41c558e2c01ea2386c5ffcf258759',1,'amrex::Gpu::StreamIter']]], + ['m_5fthreadsafe_5floc_17234',['m_threadsafe_loc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a0d33ba955e754e4749cbb8337082bb0d',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5fthreadsafe_5frcv_17235',['m_threadsafe_rcv',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CommMetaData.html#a45f8bde679589b1086b07cc3faba6740',1,'amrex::FabArrayBase::CommMetaData']]], + ['m_5ftile_17236',['m_tile',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#a963b4d0da43b9378de88dc4956581e83',1,'amrex::ParticleLocData']]], + ['m_5ftilebox_17237',['m_tilebox',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleLocData.html#ad662500121fee7c74a07d58b96c1f0dd',1,'amrex::ParticleLocData']]], + ['m_5ftime_17238',['m_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a67448031bad4b668d4208c53c1b5056a',1,'amrex::PlotFileDataImpl::m_time()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FillPatchIteratorHelper.html#ac669cda0914a26ea86c2c118e10791dc',1,'amrex::FillPatchIteratorHelper::m_time()']]], + ['m_5ftri_5fnormals_5fd_17239',['m_tri_normals_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#accd39d6fb1aca77a857b0a4ad1e51ce4',1,'amrex::STLtools']]], + ['m_5ftri_5fpts_5fd_17240',['m_tri_pts_d',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#afe0f0661535402979c4c346235b957fc',1,'amrex::STLtools']]], + ['m_5ftri_5fpts_5fh_17241',['m_tri_pts_h',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#aee7f90ddbeb003f7aac15f3b448c4a87',1,'amrex::STLtools']]], + ['m_5ftruesize_17242',['m_truesize',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TableData.html#afe2cef7f8d8260130dc5640520f4062b',1,'amrex::TableData']]], + ['m_5ftyp_17243',['m_typ',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FB.html#a70a0f9e05a982b0fba0204104b794e72',1,'amrex::FabArrayBase::FB::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType__coarsenRatio.html#ae45a6ecaa6463cf76c6ea2edb046319f',1,'amrex::BATindexType_coarsenRatio::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATindexType.html#ae87c108fe184887d8f71272d564700d8',1,'amrex::BATindexType::m_typ()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BATbndryReg.html#a8e3247c949b2224196c82ab300bbfbb4',1,'amrex::BATbndryReg::m_typ()']]], + ['m_5ftype_17244',['m_type',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParallelDescriptor_1_1Message.html#abf21a1cad8c8f6f18b02971ed68051ed',1,'amrex::ParallelDescriptor::Message::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a84a692c3807a4e2ab439841c70b1f004',1,'amrex::FArrayBox::m_type()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a625c1eeed8e477ce6df628fdf55059a9',1,'amrex::EBCellFlagFab::m_type()']]], + ['m_5ftypemap_17245',['m_typemap',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlagFab.html#a914a481cd7a1365cd6e02ebdf629131d',1,'amrex::EBCellFlagFab']]], + ['m_5fumac_17246',['m_umac',['../classHydro_1_1MacProjector.html#a202c14635c7a0c506918f2e8c0321eb5',1,'Hydro::MacProjector']]], + ['m_5fumac_5floc_17247',['m_umac_loc',['../classHydro_1_1MacProjector.html#ad6e1524d4ec4fc9899afe7b896b8dca9',1,'Hydro::MacProjector']]], + ['m_5fundrrelxr_17248',['m_undrrelxr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ab50c53ea7ff9c53bf37ac816e0663406',1,'amrex::MLCellLinOpT']]], + ['m_5fuse_5fgauss_5fseidel_17249',['m_use_gauss_seidel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#add77293caacd09584aa8b5f0fd7f923a',1,'amrex::MLCellLinOpT::m_use_gauss_seidel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a1dd0f2250ddf96f66c4163f0f99e1f1d',1,'amrex::MLNodeLaplacian::m_use_gauss_seidel()']]], + ['m_5fuse_5fharmonic_5faverage_17250',['m_use_harmonic_average',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#ac1b3d5d3a2cde86e476ffb95f17b0fef',1,'amrex::MLNodeLaplacian']]], + ['m_5fuse_5fmapped_17251',['m_use_mapped',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeLaplacian.html#a2cb5c874294fca6f5552906493d6987f',1,'amrex::MLNodeLaplacian']]], + ['m_5fuse_5fmlhypre_17252',['m_use_mlhypre',['../classHydro_1_1MacProjector.html#a1cfed0b2f4b04e97af45164e905542e8',1,'Hydro::MacProjector']]], + ['m_5fuse_5fpcg_17253',['m_use_pcg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCurlCurl.html#a90caeb3665770814375e6ab7108e7536',1,'amrex::MLCurlCurl']]], + ['m_5fuse_5fprecond_17254',['m_use_precond',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRESMLMGT.html#ab701de7cf398139b6f8804adb3eddd55',1,'amrex::GMRESMLMGT']]], + ['m_5fused_17255',['m_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CArena.html#a7ec2fcdaa0d06d1fceb739d0e1661751',1,'amrex::CArena']]], + ['m_5fuser_5ff_17256',['m_user_f',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GpuBndryFuncFab.html#aac214cf749cf15c34ae0cdda7b16a292',1,'amrex::GpuBndryFuncFab']]], + ['m_5fuserfunc_17257',['m_userfunc',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#ab30d140ebc75fb6f346e8b519bc25f32',1,'amrex::AMRErrorTag']]], + ['m_5fv_5ftmp_5flhs_17258',['m_v_tmp_lhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_lhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a988226ac5aa4cd83eaf416e25f4d9761',1,'amrex::GMRES::m_v_tmp_lhs()']]], + ['m_5fv_5ftmp_5frhs_17259',['m_v_tmp_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'GMRES< MF, GMRESMLMGT< MF > >::m_v_tmp_rhs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#ae44ad588bee2fec32a7c78b3a69bbf75',1,'amrex::GMRES::m_v_tmp_rhs()']]], + ['m_5fvalidbox_17260',['m_validbox',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#ae472b90af10b7b39bc9b15f9b3ae9563',1,'amrex::EB2::GFab']]], + ['m_5fvals_17261',['m_vals',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParmParse_1_1PP__entry.html#a735a0d1d9af362200a39ed6eeb6dca1b',1,'amrex::ParmParse::PP_entry']]], + ['m_5fvalue_17262',['m_value',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'gpu_tuple_element< I, Head >::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AMRErrorTag.html#a8f97d93ea970ab6a2deccc908df9a778',1,'amrex::AMRErrorTag::m_value()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1detail_1_1gpu__tuple__element.html#a33dfcf0ade1a0d7f43ce7a1249a48c54',1,'amrex::detail::gpu_tuple_element::m_value()']]], + ['m_5fvar_5fnames_17263',['m_var_names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a97218ed0288178e38d8c1f1e5aa5eb22',1,'amrex::PlotFileDataImpl']]], + ['m_5fvars_17264',['m_vars',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Parser.html#a38fbb1b724d2f5ea93477b942c1b589c',1,'amrex::Parser']]], + ['m_5fvel_17265',['m_vel',['../classHydro_1_1NodalProjector.html#ab7877893e7c8508bcdb57ecb69f8186d',1,'Hydro::NodalProjector']]], + ['m_5fverbose_17266',['m_verbose',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'amrex::GMRES::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#a42dcd0b4b94f5567bef14a46032b5646',1,'GMRES< MF, GMRESMLMGT< MF > >::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a559b510a5112ec5d239ce2b27e8dac58',1,'amrex::HypreIJIface::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreMLABecLap.html#a98523c0ee725e9b867ac7d056430a98e',1,'amrex::HypreMLABecLap::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ada654e05e95e8e0a94b7176ac293d60f',1,'amrex::HypreSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1OpenBCSolver.html#a0ca647ecd06b85d8b1ae579ae02895d5',1,'amrex::OpenBCSolver::m_verbose()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a89f6fb84fb7e73fc185ae5d8f45818ab',1,'amrex::ParticleContainerBase::m_verbose()'],['../classHydro_1_1MacProjector.html#ad404c14e097be049171e3ab0e5dc10e6',1,'Hydro::MacProjector::m_verbose()'],['../classHydro_1_1NodalProjector.html#a1227ef2a37834880d4c6ce67abb28c7d',1,'Hydro::NodalProjector::m_verbose()']]], + ['m_5fvers_17267',['m_vers',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aacee1781de8865ef3c3eb1d282bc6f9b',1,'amrex::VisMF::Header']]], + ['m_5fvid_17268',['m_vid',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Edge.html#a2cd960ffa980858f414420f76ffc25d9',1,'amrex::EB2::Edge']]], + ['m_5fvismf_17269',['m_vismf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PlotFileDataImpl.html#a7dd76c0ba4a0e1c03cad73ce8e4147e4',1,'amrex::PlotFileDataImpl']]], + ['m_5fvolfrac_17270',['m_volfrac',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Cell.html#a1ce6b16223431af66f51f32e63757950',1,'amrex::EB2::Cell::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBDataCollection.html#ab87f9babcf2b30b23ea7a36ee621538e',1,'amrex::EBDataCollection::m_volfrac()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1Level.html#a0fd8fbb0ff5ceb71c27249153f70a53f',1,'amrex::EB2::Level::m_volfrac()']]], + ['m_5fvolfrac_5fname_17271',['m_volfrac_name',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1ChkptFile.html#a98dcc4c1bd8c711efd1ca8435ade6e1b',1,'amrex::EB2::ChkptFile']]], + ['m_5fvolinv_17272',['m_volinv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCellLinOpT.html#ad73d9eed28e8d9d32cf54327e21c5225',1,'amrex::MLCellLinOpT']]], + ['m_5fvolume_5fweighting_17273',['m_volume_weighting',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AMRErrorTagInfo.html#aa425665e4dba84abc87833b4336ff14d',1,'amrex::AMRErrorTagInfo']]], + ['m_5fvv_17274',['m_vv',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'amrex::GMRES::m_vv()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1GMRES.html#acc982424d2fc24072ef5e6fe88748499',1,'GMRES< MF, GMRESMLMGT< MF > >::m_vv()']]], + ['m_5fweight_17275',['m_weight',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1WeightedBoxList.html#a6734bc342d0cc4b6b107c0e2c3a5deee',1,'amrex::WeightedBoxList::m_weight()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1WeightedBox.html#a0835a7597d5398b00aede057c5961992',1,'amrex::WeightedBox::m_weight()']]], + ['m_5fwidth_17276',['m_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IOFormatSaver.html#a7407b165f10e3efeb9551ecc1c8d6080',1,'amrex::IOFormatSaver']]], + ['m_5fwrite_5fcounter_17277',['m_write_counter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#aafa24076e772ca5e72ac632f9313300c',1,'amrex::HypreIJIface']]], + ['m_5fwrite_5ffiles_17278',['m_write_files',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreIJIface.html#a06b918c86f2df226b6b631916e456e72',1,'amrex::HypreIJIface']]], + ['m_5fwrittenrd_17279',['m_writtenRD',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#ae83557a09400cdcb97b0220b3ced8d43',1,'amrex::VisMF::Header']]], + ['m_5fx_17280',['m_x',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreSolver.html#ae747e84281f7636b354d847962c0cc4f',1,'amrex::HypreSolver']]], + ['magenta_17281',['Magenta',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1FGColor.html#a4115d8db1a2556de5964c3c44003f6ec',1,'amrex::FGColor::Magenta()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BGColor.html#a872f0a27e2fa1c13fd7227914524b3cb',1,'amrex::BGColor::Magenta()']]], + ['make_5falias_17282',['make_alias',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a1477998364b5f02d6ce68e3da29be1ba',1,'amrex']]], + ['make_5fdeep_5fcopy_17283',['make_deep_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0a36c65d0681a832330b2812f16786a6a0a2bb4bcb2051ae3a06f94b5c1768e90',1,'amrex']]], + ['managedobjects_17284',['ManagedObjects',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a11b8e5a1bb9908d15d0cf626b12be2f5',1,'amrex::AmrMeshDataAdaptor::InternalsType::ManagedObjects()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#aeb6b0e7cb1bbac77e4f65e96e4f8a4d5',1,'amrex::AmrDataAdaptor::InternalsType::ManagedObjects()']]], + ['map_17285',['map',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MapComponents.html#a63f351d445a8afb6fc893af63fa1d851',1,'amrex::NonLocalBC::MapComponents']]], + ['map_17286',['Map',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InSituUtils_1_1StateMap.html#a83596ee5f5aec04eecf65de835ca82fb',1,'amrex::InSituUtils::StateMap']]], + ['mapper_17287',['mapper',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a0bde7d6910db8c5b29d8ea845f7dff88',1,'amrex::StateDescriptor::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1InterpolaterBoxCoarsener.html#ad3e56481c923c022bd9cfca822473ea6',1,'amrex::InterpolaterBoxCoarsener::mapper()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#aa07835dc9dafb5110f5bfebf9291e72b',1,'amrex::DeriveRec::mapper()']]], + ['mapper_5fcomp_17288',['mapper_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a13d32bba91b8bb8d5a707df7147f1fa8',1,'amrex::StateDescriptor']]], + ['mask_17289',['mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#aefd17c6e3f785176ccbb31649b3ad452',1,'amrex::Array4MaskCopyTag']]], + ['mask_5fhi_17290',['mask_hi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#a2e30a919a35e6ea38e7bacf46b4651f4',1,'amrex::MLMGABCTag']]], + ['mask_5flo_17291',['mask_lo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGABCTag.html#ae93adb4c1400fd02a3ffded0e53528fc',1,'amrex::MLMGABCTag']]], + ['mask_5fptr_17292',['mask_ptr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#ad8787f8726e711a8d7a8e0dce3fb8624',1,'amrex::NeighborParticleContainer']]], + ['masks_17293',['masks',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#abb734566f5eab0761ad80aec4f7dfa3d',1,'amrex::BndryDataT']]], + ['masks_17294',['Masks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrDataAdaptor_1_1InternalsType.html#a7e91eaba6548fd6e92413aa049f4a4ac',1,'amrex::AmrDataAdaptor::InternalsType']]], + ['max_17295',['max',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da86cadfc48eb8f9dd4a2e4a3980a6b265',1,'amrex::detail']]], + ['max_5fblocks_5fper_5flaunch_17296',['max_blocks_per_launch',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ade4fd28a778c5764f258744e57ef4f66',1,'amrex::Gpu::Device']]], + ['max_5fcoarsening_5flevel_17297',['max_coarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#ab29d5c837ce5f103103e6babf71e5d2e',1,'amrex::LPInfo']]], + ['max_5fefficiency_17298',['max_efficiency',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a0dc972d04970bb21c8988fb02790526c',1,'amrex']]], + ['max_5ffactor_17299',['max_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a23797f03fc4dcc6e5448b9a8e0695d14',1,'amrex::VectorGrowthStrategy']]], + ['max_5ffmg_5fiters_17300',['max_fmg_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7322aabb50f001b012c53ab44f18925b',1,'amrex::MLMGT']]], + ['max_5fgpu_5fstreams_17301',['max_gpu_streams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#af5c7b1d39a27c0d83c132a6a2b39b27e',1,'amrex::Gpu::Device']]], + ['max_5fgrid_5fsize_17302',['max_grid_size',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#ad3142cf009fdd8667c2352c39fb2c522',1,'amrex::AmrInfo::max_grid_size()'],['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#a0e86c3c8bf9f242ddba11fbe8db60e66',1,'amrex::EB2::max_grid_size()']]], + ['max_5fiters_17303',['max_iters',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a8667c250440fcb20ee43b4d9ee2b2108',1,'amrex::MLMGT']]], + ['max_5flevel_17304',['max_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#abcb6f6baf4e1ecd3d143d7d8cb6a2a93',1,'amrex::AmrInfo']]], + ['max_5fmap_5fstart_5fcomp_17305',['max_map_start_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a8cfce27efc0fb16d60e975f0f55b39f5',1,'amrex::StateDescriptor']]], + ['max_5fnum_5fba_5fuse_17306',['max_num_ba_use',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#aa60994fa1062be2345b9e12a9eaa63c3',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fnum_5fboxarrays_17307',['max_num_boxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a159bccfe74905a8132cf6ce5754ca2f0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fnum_5ffabarrays_17308',['max_num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a9a1d9e2356ae17aa8cd2d85b437207b0',1,'amrex::FabArrayBase::FabArrayStats']]], + ['max_5fsemicoarsening_5flevel_17309',['max_semicoarsening_level',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1LPInfo.html#a44bed45a637286c1feb801cacf3e72cc',1,'amrex::LPInfo']]], + ['max_5fsteps_17310',['max_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#a9686cea17de48c6ffb49d0288146fc03',1,'amrex::IntegratorBase']]], + ['maxargs_17311',['MAXARGS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a04b5ba23c65119a12a4821f069115d45',1,'amrex::Amrvis']]], + ['maxcomp_17312',['MaxComp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a9be61766811dc57b7c5126f7020cc6bc',1,'amrex::FabArrayBase']]], + ['maxdomain_17313',['maxDomain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a8def7a794d486314a85bfb4133a12313',1,'amrex::AmrData']]], + ['maxfnumber_17314',['maxFNumber',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a380d3166c3f88a1fc49a53ff62499594',1,'RegionsProfStats']]], + ['maxiter_17315',['maxiter',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a98e289422bb9545526d029a73b9df214',1,'amrex::MLCGSolverT']]], + ['maxlevel_17316',['maxLevel',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a94641396a054d091cc6c5972397b83c9',1,'CommProfStats::maxLevel()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a7177bd1eb109915d763c0e51e18faf16',1,'amrex::XYPlotDataList::maxLevel()']]], + ['maxmem_17317',['maxmem',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a4871062a2ac188af29295f1cf7721669',1,'amrex::MemStat']]], + ['maxmem_5favg_17318',['maxmem_avg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a2bf69c6701f401ca00d5e5ad3b999d0d',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxmem_5fmax_17319',['maxmem_max',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#abcd7e0edc5c0e56722ae0d5610ed843d',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxmem_5fmin_17320',['maxmem_min',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a959fca2ea033e58ad9ccb6f701d2c2dc',1,'amrex::TinyProfiler::MemProcStats']]], + ['maxnextidprepost_17321',['maxnextidPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::maxnextidPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a20ff6222649a69a92ec84ebb90686f97',1,'amrex::ParticleContainer_impl::maxnextidPrePost()']]], + ['maxorder_17322',['maxorder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'MLLinOpT< Array< MultiFab, 3 > >::maxorder()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abddb56c317b794cc672b446046784d95',1,'amrex::MLLinOpT::maxorder()']]], + ['maxregiontime_17323',['maxRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a5aa5a73c572e512532ec0220ff4d4077',1,'BLProfStats']]], + ['maxrnumber_17324',['maxRNumber',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a0a0a7ce2c13259d6280d6f82cb4971f7',1,'BLProfStats']]], + ['maxsize_17325',['maxsize',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a3ecc000d62df91bdbdd6ee43745cb2d0',1,'amrex::FabArrayBase::CacheStats']]], + ['maxtries_17326',['maxTries',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a19edc2eb7f1dc9251a5de7ff754e12d0',1,'amrex::StreamRetry']]], + ['maxuse_17327',['maxuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#aae0c7627671fcd2c4a880554246694f4',1,'amrex::FabArrayBase::CacheStats']]], + ['mem_5fstack_17328',['mem_stack',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a175f44d41236b9cd4b6268fc0488ac5e',1,'amrex::TinyProfiler']]], + ['memefficientsort_17329',['memEfficientSort',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a5a0a39b2da4b85ad599ea7fc51fba940',1,'amrex::ParticleContainerBase']]], + ['memory_5fpools_5fsupported_17330',['memory_pools_supported',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#ad02a046eadc84fc6671e2eec8477421b',1,'amrex::Gpu::Device']]], + ['memprof_5fenabled_17331',['memprof_enabled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#a03fe25c86d7dbbb990a00595040557cc',1,'amrex::TinyProfiler']]], + ['mesh_17332',['Mesh',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a73392d6df8f6909a9faf79995eba567f',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['message_5fint_17333',['message_int',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a37d45dad31dd3b070c0a14578937365b',1,'amrex::Amr']]], + ['method_17334',['method',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#ad067d62e01fb5c6551fb6d03762a900e',1,'amrex::SundialsIntegrator']]], + ['method_5fe_17335',['method_e',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a547f6f56d9f99ce08d08fce19b1aee7e',1,'amrex::SundialsIntegrator']]], + ['method_5fi_17336',['method_i',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1SundialsIntegrator.html#a5940fbfb66e109c7f943bb3b4f5ea92c',1,'amrex::SundialsIntegrator']]], + ['mf_17337',['mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a3930a0d9ef7c3da19db85349319d0cc6',1,'N_VectorContent_MultiFab_notptr']]], + ['mf_5fcell_5fbilinear_5finterp_17338',['mf_cell_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a3860e634d51288cfb742504b741a5dfd',1,'amrex']]], + ['mf_5fcell_5fcons_5finterp_17339',['mf_cell_cons_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6e7419b7a3f25db35c9f9593b8636468',1,'amrex']]], + ['mf_5flincc_5finterp_17340',['mf_lincc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#ae32a7a1de294616e18b781af0bc3fa5e',1,'amrex']]], + ['mf_5flinear_5fslope_5fminmax_5finterp_17341',['mf_linear_slope_minmax_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a9d874682386d3f6c35f8d1a09d76ba42',1,'amrex']]], + ['mf_5fnode_5fbilinear_5finterp_17342',['mf_node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#af8a5d8a69cdb073207459d3f2cd85279',1,'amrex']]], + ['mf_5fpc_5finterp_17343',['mf_pc_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a087f815fd67c6ce36f943ad7dea6abc9',1,'amrex']]], + ['mfiter_5ftile_5fsize_17344',['mfiter_tile_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a0b167b63030177e95b45822b38732fec',1,'amrex::FabArrayBase']]], + ['mfnamenumberslocal_17345',['mFNameNumbersLocal',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ac38bf4c98e0a80e55a0c0144682f35c9',1,'RegionsProfStats']]], + ['mfnamenumbersperproc_17346',['mFNameNumbersPerProc',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a48727cfb730a92d3fd607b58a60e64b8',1,'RegionsProfStats']]], + ['mfnewdata_17347',['MFNEWDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a77d7d152de71abe1856e19ee2122a24a',1,'amrex']]], + ['mfolddata_17348',['MFOLDDATA',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a22e5d2b124fbc2a101b2538d589e2899',1,'amrex']]], + ['mg_5fbox_5fmin_5fwidth_17349',['mg_box_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'amrex::MLLinOpT::mg_box_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a958be92529c763a85a81c3fc03e1e5af',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_box_min_width()']]], + ['mg_5fcoarsen_5fratio_17350',['mg_coarsen_ratio',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a4ab72cdcf8c7d1746bd1e03fac99d808',1,'amrex::MLLinOpT::mg_coarsen_ratio()']]], + ['mg_5fcoarsen_5fratio_5fvec_17351',['mg_coarsen_ratio_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_coarsen_ratio_vec()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#abf470fae49c59ccd4cbc058ebfdab2a2',1,'amrex::MLLinOpT::mg_coarsen_ratio_vec()']]], + ['mg_5fdomain_5fmin_5fwidth_17352',['mg_domain_min_width',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2c3fc7b84d860915b7aa6bb06417800f',1,'amrex::MLLinOpT::mg_domain_min_width()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLLinOpT.html#a2c3fc7b84d860915b7aa6bb06417800f',1,'MLLinOpT< Array< MultiFab, 3 > >::mg_domain_min_width()']]], + ['mglev_17353',['mglev',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3210f3ff9e55a7746a24d849cf9c39b2',1,'amrex::MLCGSolverT']]], + ['mhi_17354',['mhi',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#af143206c2ffbeb6be40a27c6d3c1a1d2',1,'amrex::MLMGPSTag']]], + ['mi_5fb_17355',['mi_b',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a75ebd565fd8610e541bc63ff2000f535',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['mi_5fi_17356',['mi_i',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#a50a86c9754189bac7fe0cc64355a3108',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['mi_5fs_17357',['mi_s',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1range__detail_1_1range__impl_1_1iterator.html#ae307cb5aa95e90cc014fdaab70c82873',1,'amrex::Gpu::range_detail::range_impl::iterator']]], + ['min_17358',['min',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1detail.html#a05ef6e98eba987410d73df1617fa569da39de58104accdcd761fe01946da9a4a0',1,'amrex::detail']]], + ['min_5ffactor_17359',['min_factor',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1VectorGrowthStrategy.html#a41878a0e62c1df914fba3fda248ea56d',1,'amrex::VectorGrowthStrategy']]], + ['min_5fmap_5fend_5fcomp_17360',['min_map_end_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#aa9eb9d029833fd52f74bcb305d5e00bd',1,'amrex::StateDescriptor']]], + ['mindigits_17361',['minDigits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0a8c15566295f7f51ea956a8abed24ed',1,'amrex::NFilesIter']]], + ['minlevel_17362',['minLevel',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#a0eed5ea2a8a29466eef5434f09752ebf',1,'amrex::XYPlotDataList']]], + ['minmaxrequest_17363',['MinMaxRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a97967f133c3c574eafc5784ec75db69b',1,'amrex::DataServices']]], + ['minregiontime_17364',['minRegionTime',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ae1b239768583ca1b1f592d3527e5e36f',1,'BLProfStats']]], + ['mixedcells_17365',['mixedcells',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1STLtools.html#ad0e62c6693f9f0100b33547ddef29fa2',1,'amrex::STLtools::mixedcells()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#abfd9f7b8c8225ddc6df0078ac4277ccd',1,'amrex::EB2::GeometryShop::mixedcells()']]], + ['mlo_17366',['mlo',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MLMGPSTag.html#a9bd97367a061122f466d95e32fb2464b',1,'amrex::MLMGPSTag']]], + ['mn_17367',['mn',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2756a5fbf45d016bd03416184543526b',1,'amrex::MemProfiler::Builds::mn()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#af005129839d5b950c0e09b1e38a6a751',1,'amrex::MemProfiler::Bytes::mn()']]], + ['mom_17368',['mom',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1Moments.html#a8479610f91f050e03aa5738c513500d2',1,'amrex::openbc::Moments']]], + ['mpi_5ftag_17369',['mpi_tag',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommHandler.html#aa8135050d54b2e8cf0216b9038c4ab8b',1,'amrex::NonLocalBC::CommHandler']]], + ['mtimerstotalssorted_17370',['mTimersTotalsSorted',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#ae7b5e31a9fc2540ebcced76270cd6dbb',1,'RegionsProfStats']]], + ['multi_5fvalued_17371',['multi_valued',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__ebcellflag__module.html#ad0031001816fff176a885f73100062a8',1,'amrex_ebcellflag_module']]], + ['multi_5fvalued_5fbits_17372',['multi_valued_bits',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a8fe56028eeb58ef0718c19c6855f6bcb',1,'amrex::EBCellFlag']]], + ['multifab_17373',['MULTIFAB',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa99e213ce9d7f8ea555072b09cc955a30',1,'amrex::Amrvis']]], + ['mx_17374',['mx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Builds.html#a2c94315722d15392846ab3b77a58c3d0',1,'amrex::MemProfiler::Builds::mx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemProfiler_1_1Bytes.html#ae97a8af2e85ff53fc98d90d294693657',1,'amrex::MemProfiler::Bytes::mx()']]], + ['myproc_17375',['myProc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#a3e2bb26a42b27ca072324f9bdfb0e1cf',1,'amrex::FabCopyDescriptor::myProc()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a0ce6d467be8a3cc0a59bdf0a4a84c18a',1,'amrex::NFilesIter::myProc()']]], + ['myreadindex_17376',['myReadIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#aecbccfacd424296243d4fb271f754258',1,'amrex::NFilesIter']]], + ['mysetposition_17377',['mySetPosition',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#ac8060f9d60b3f7dff21c1f8a826302d3',1,'amrex::NFilesIter']]], + ['mysparsefilenumber_17378',['mySparseFileNumber',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#adbf2559963632d8d8e286065e081205c',1,'amrex::NFilesIter']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_e.js b/amrex-hydro/Doxygen/html/search/variables_e.js index e140cad..9fdf58f 100644 --- a/amrex-hydro/Doxygen/html/search/variables_e.js +++ b/amrex-hydro/Doxygen/html/search/variables_e.js @@ -1,174 +1,172 @@ var searchData= [ - ['n_17293',['n',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ab225ec03a4bab39df7f50dbb3928842e',1,'AMREX_PARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ae2a7dce34011a9267540c9717a5cb125',1,'AMREX_IPARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a23fedc6778a6f6a72862b3a659494231',1,'amrex::TinyProfiler::Stats::n()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a34fd641ec3073c157da173359feb99e6',1,'process_topology_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a9a65297834ae0a934ca195f70b3f44cc',1,'amrex::iparser_nvp::n()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ad0fc01a1d38109451e446decb6cf91c5',1,'distribution_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a51d8b50d57ee8a52833c414ae13a5381',1,'amrex::NumComps::n()']]], - ['n1_17294',['n1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#aadfbf53cde02f929750750628396d8fe',1,'amrex::iparser_f3::n1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a6caf5b36a9f8beace196c5072f325928',1,'amrex::parser_f3::n1()']]], - ['n2_17295',['n2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#ac268e69ddbebfb2404bd9ca914476c8e',1,'amrex::iparser_f3::n2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a9c0e8a7d413bf12c7adc9cfb9159da53',1,'amrex::parser_f3::n2()']]], - ['n3_17296',['n3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a3bbb7bbf7789a9700e08d8c5a079b826',1,'amrex::iparser_f3::n3()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a62f9b0134e9c4f6d0019a249f4dc9017',1,'amrex::parser_f3::n3()']]], - ['n_5fcomp_17297',['n_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4ff6141edd1ba1d1940c45b98a619b04',1,'amrex::FabArrayBase']]], - ['n_5fcomponents_17298',['n_components',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#ace297f67083473f1a5777f7cfd1a0135',1,'amrex::NonLocalBC::PackComponents']]], - ['n_5fcycle_17299',['n_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a091b2e0b9cd006fd375a407f8ed98f80',1,'amrex::Amr']]], - ['n_5fderive_17300',['n_derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a37c756f3c98d63ce682589e6abf3a6c4',1,'amrex::DeriveRec']]], - ['n_5ferror_5fbuf_17301',['n_error_buf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa78fef1ea7608723c281debe971d460e',1,'amrex::AmrInfo']]], - ['n_5ffilled_17302',['n_filled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acb3699bf4d436f320a73a9c5239b81cd',1,'amrex::FabArrayBase']]], - ['n_5fgrow_17303',['n_grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aad48d978f6df9294ff3cbdb8978b8914',1,'amrex::FabArrayBase']]], - ['n_5fpoints_17304',['n_points',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aae8be9e2e342b9ba03c2b087855a5df1',1,'amrex::FabArray::ShMem']]], - ['n_5fprint_5ftabs_17305',['n_print_tabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af5020b8e813ceea3418f07d2529ae2cd',1,'amrex::TinyProfiler']]], - ['n_5fproper_17306',['n_proper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a36e0332bccfe906856f622730eeafbcf',1,'amrex::AmrInfo']]], - ['n_5fstate_17307',['n_state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2cc67c5168b67d6772586e58d5e2c5a3',1,'amrex::DeriveRec']]], - ['n_5fsten_17308',['n_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ad9408790b2173c0287493d687303ad01',1,'amrex::nodelap_detail']]], - ['n_5fvalues_17309',['n_values',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a7127367bcb4407b08339a44b7ecca386',1,'amrex::FabArray::ShMem']]], - ['nai_17310',['NAI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'amrex::ConstParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'amrex::ParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a27974d2d46e3698a69b1997e905072e8',1,'amrex::ParticleTile::NAI()']]], - ['nalloc_17311',['nalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a330cc4e231f61e998afb4546138fa0c3',1,'amrex::TinyProfiler::MemProcStats::nalloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a59e766bfe21e1f505dee3649c10037b4',1,'amrex::MemStat::nalloc()']]], - ['name_17312',['name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a66050f0c470418cb4ab408bc117f3e63',1,'amrex::FabArrayBase::CacheStats::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a4bf5fc603ea8e9574ec71ba4ffef1da9',1,'amrex::iparser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a36d42d12dc34e9e1a3321c27539bb34d',1,'amrex::parser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#aa4edfb42a1c77e953234b83e0f87ce6f',1,'CommProfStats::BarrierEntry::name()']]], - ['names_17313',['names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a19d2b43cab064c1ea321f9f25970c68f',1,'amrex::StateDescriptor']]], - ['names_17314',['Names',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a835100974c4782de657f7f852cb8d2c3',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], - ['nametagnames_17315',['nameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae55d86b8b14132b2c588eee6863497ef',1,'CommProfStats']]], - ['nametags_17316',['nameTags',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e58e93a3d918f8f890135351e95840c',1,'CommProfStats::DataBlock']]], - ['namrlevs_17317',['namrlevs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7bde0570493aad3733687a04abf4520e',1,'amrex::MLMGT']]], - ['nar_17318',['NAR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7d38648767509798f1fab24a293b49eb',1,'amrex::ParticleTile::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'amrex::ParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'amrex::ConstParticleTileData::NAR()']]], - ['narrayint_17319',['NArrayInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5981f78d812f2041269921a8e314924d',1,'amrex::ConstSoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a434aff759965a8d6427692220e95b093',1,'amrex::SoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'amrex::ParticleContainer_impl::NArrayInt()']]], - ['narrayreal_17320',['NArrayReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2cf0e656973af4978ffcfb13a8fc7920',1,'amrex::ConstSoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'amrex::ParticleContainer_impl::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a138782f7bd0e6e4cb04a451b013d5ca7',1,'amrex::SoAParticle::NArrayReal()']]], - ['navg_17321',['navg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a072e3cbbf26527a9f54155ce1140e45c',1,'amrex::TinyProfiler::ProcStats']]], - ['nbuild_17322',['nbuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a96b29c0b379436683da2d4c47ca8db2b',1,'amrex::FabArrayBase::CacheStats']]], - ['nbytes_17323',['nbytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a5732bd12dff7fbb6b71bf50b37290f6d',1,'amrex::FabArrayBase::meminfo']]], - ['nbytes_5fhwm_17324',['nbytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a9fa43b62c55d186548b19ea58a2e351b',1,'amrex::FabArrayBase::meminfo']]], - ['nc_17325',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#ab9685b37a78a8a607d5cd932fedf4a30',1,'amrex::Gpu::ComponentBox']]], - ['nc_17326',['NC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ab5cb26461b00acd27b5746145172e7cd',1,'amrex::PCData']]], - ['nc_17327',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8c9cad12b04e174fac89d2a548f34c96',1,'amrex::DeriveRec::StateRange']]], - ['ncalls_17328',['nCalls',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a0325378ef299924b545b1b5f6a461435',1,'BLProfStats::BLPDataBlock::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a715cf5d864be62cf72c0e554738068bb',1,'BLProfStats::CallTreeNode::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ad1a3f8772ee33935e4bcb30cdd5581a4',1,'BLProfStats::FuncStat::nCalls()']]], - ['ncells_5fgrid_17329',['ncells_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a2e125c8d535cb75d33aee7d83be455d7',1,'amrex::HypreABecLap3::ncells_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a728df4407c4def01f16e9af80fda2ebf',1,'amrex::PETScABecLap::ncells_grid()']]], - ['ncomp_17330',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ad2ab165dff9bdbdedaf65405a2bee07a',1,'amrex::FBData']]], - ['ncomp_17331',['nComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aaa865db7c42ae26183110932425ab7a6',1,'amrex::FabCopyDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#ad679841ea96302c513ad625560efb23d',1,'amrex::FabArrayBase::FabComTag::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4789a7f8a95114cbb7eafa31541e362',1,'amrex::AmrData::nComp()']]], - ['ncomp_17332',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ab0fc399bd97c511820bc806a78ac10a9',1,'amrex::StateDescriptor::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a67a474e9e00d6fe9f40b4d67f28a355c',1,'amrex::MLMGT::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a311b5caaf3b58835f84598f46315953d',1,'amrex::FluxRegister::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a327facaefaef9c16772d8b9f5647848e',1,'amrex::CellData::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< Real const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'amrex::Array4::ncomp()']]], - ['ncontoptions_17333',['NCONTOPTIONS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba999d7f8b11dda1e081a79dbb21e2ac82',1,'amrex::Amrvis']]], - ['ncovered_17334',['ncovered',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae2bc4b62a5716e7bfc8bed303aefb5ef',1,'amrex::EBCellFlagFab::NumCells']]], - ['ndebug_17335',['NDebug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2',1,'amrex::system']]], - ['neighbor_5fcopy_5fop_17336',['neighbor_copy_op',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a42b4110915286223007d92bbcf580d89',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5fcopy_5fplan_17337',['neighbor_copy_plan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4057e1a1eaeca59b1c87cec0720343d6',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5flist_17338',['neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68d92607a1d43f215ae6af8ff8d3e3af',1,'amrex::NeighborParticleContainer']]], - ['neighbor_5fprocs_17339',['neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a704c1b5b30612c4f5a09378f0a63b221',1,'amrex::NeighborParticleContainer::neighbor_procs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e1a0dcc5bf3f405f40ad020f18389bc',1,'amrex::ParticleContainerBase::neighbor_procs()']]], - ['neighbors_17340',['neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2db2fa1d27368a0d8f2a783f215cd93b',1,'amrex::NeighborParticleContainer']]], - ['nelems_17341',['nelems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a0607bbf4e032f81bfd48d64cfca15cda',1,'amrex::MLNodeTensorLaplacian']]], - ['nerase_17342',['nerase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#ab6595895c14aaed1f6f9c8d00a7a8d7d',1,'amrex::FabArrayBase::CacheStats']]], - ['nestedtimestack_17343',['nestedTimeStack',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a49bd7619b72e7cd42e63610f9f1ce2',1,'CommProfStats']]], - ['new_5fdata_17344',['new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a08b05c680ad59e2ac04f8178d52cf3a0',1,'amrex::StateData']]], - ['new_5ftime_17345',['new_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad6b519ebb5a60157c412e833587b12b3',1,'amrex::StateData']]], - ['newplt_17346',['NEWPLT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa57bb6b57ab317541bed026109325dcea',1,'amrex::Amrvis']]], - ['newrequest_17347',['NewRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a05d19cd0b5b9a9c20320e96810edbb72',1,'amrex::DataServices']]], - ['next_17348',['next',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8eedabaa4dab327141f794937ff41ca4',1,'amrex::DeriveRec::StateRange']]], - ['nextdynamicindex_17349',['nextDynamicIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a07296b12634219c4a15337435852a67b',1,'amrex::MFIter']]], - ['nextfillboxid_17350',['nextFillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'FabArrayCopyDescriptor< FArrayBox >::nextFillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'amrex::FabArrayCopyDescriptor::nextFillBoxId()']]], - ['nfiles_17351',['NFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a167fa24b841257fa58af35b658f5d6c1',1,'amrex::VisMF']]], - ['nflags_17352',['Nflags',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af02a1ad3ee48fe2cd63b590a221ad1dd',1,'SDCstruct']]], - ['nfree_17353',['nfree',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ab2c0f6adf1de06d4e718a0165b63b373',1,'amrex::TinyProfiler::MemProcStats::nfree()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a9d6dfbc5efa557f55251adda530dcf4a',1,'amrex::MemStat::nfree()']]], - ['ng_17354',['ng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aeda8ad7ebda39d029e5e7253b9ee1b6d',1,'amrex::EB2::GFab']]], - ['nghost_17355',['nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3389add6565681ffce22be42b4101fe2',1,'amrex::MLCGSolverT']]], - ['ngrow_17356',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aaa772f863501b3d0a0c4a883b91b9083',1,'amrex::AmrData']]], - ['ngrow_17357',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a07e4582c7d12d9c0af8972fcbf214b89',1,'amrex::ErrorRec::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ab30d7bacb605f55a7714f002a92f2cf6',1,'amrex::ForkJoin::MFFork::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae0e3631c9cd4872714c6d926073d1a51',1,'amrex::StateDescriptor::ngrow()']]], - ['nine_17358',['nine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07',1,'amrex_constants_module']]], - ['nineth_17359',['nineth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2',1,'amrex_constants_module']]], - ['nint_17360',['NInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ab4a24fc0bdbf037d74e8f1c3d9ce59b6',1,'amrex::SoAParticleBase::NInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ad437c33b5c87125048830cee2775b50c',1,'amrex::Particle::NInt()']]], - ['nmax_17361',['nmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a601e3d46b6b378292f6861605af53b55',1,'amrex::TinyProfiler::ProcStats']]], - ['nmffileinstreams_17362',['nMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfbb2ed9c1aa1c00786e7ae2218f0b0f',1,'amrex::VisMF']]], - ['nmin_17363',['nmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a4712cf4e60cf2801bc15d5a4555cd80b',1,'amrex::TinyProfiler::ProcStats']]], - ['nmulti_17364',['nmulti',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a9ed4b276208f75158208ea1a89d740a9',1,'amrex::EBCellFlagFab::NumCells']]], - ['nnodes_17365',['nnodes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#af7ae531fe1e05325b891c107d2276c12',1,'amrex::algoim::QuadratureRule']]], - ['nnodes_17366',['Nnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a3c3082e11f568453735e5716a4ba7b52',1,'SDCstruct']]], - ['nnodes_5fgrid_17367',['nnodes_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ab571c163213ebca30687e13923b90fac',1,'amrex::HypreNodeLap']]], - ['no_5flocal_5fcopy_17368',['no_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0',1,'amrex::NonLocalBC']]], - ['nodal_5fgrids_17369',['nodal_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4672d7cd3c482aedb037347c1fddc0ff',1,'amrex::AmrLevel']]], - ['node_17370',['NODE',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3ad501679fc1b23174fe28a86d24d2e1e2',1,'amrex::CellIndexEnum']]], - ['node_5fbilinear_5finterp_17371',['node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab',1,'amrex']]], - ['node_5fid_17372',['node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae800380bfc5755081f9387bd4b9d098b',1,'amrex::HypreNodeLap']]], - ['node_5fid_5fvec_17373',['node_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25dc8630f7ee5466e547f64cd3266b22',1,'amrex::HypreNodeLap']]], - ['node_5fsize_17374',['node_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3',1,'amrex']]], - ['nodename_17375',['nodeName',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a66216fd698908253eacbda7152cd1277',1,'CommProfStats::DataBlock']]], - ['nodenumber_17376',['nodeNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#adb3c29da9eb335d6005c2fd225acbe80',1,'CommProfStats::DataBlock']]], - ['nodes_17377',['nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a6bab0ce1edbe67e4fbe18249f39cbe76',1,'amrex::RKIntegrator::nodes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#aff9ac4f971a67e107e2cf55dd95fad21',1,'amrex::algoim::QuadratureRule::nodes()']]], - ['nofabheader_5fv1_17378',['NoFabHeader_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da10ec66a6475783b69e6c646e53a89cc5',1,'amrex::VisMF::Header']]], - ['nofabheaderfaminmax_5fv1_17379',['NoFabHeaderFAMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54daea230534883ebe9d77fc2c31aeab4589',1,'amrex::VisMF::Header']]], - ['nofabheaderminmax_5fv1_17380',['NoFabHeaderMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da27bc8d82bb52f548646a14b92cf8f43f',1,'amrex::VisMF::Header']]], - ['noretsum_17381',['noRetSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e',1,'amrex::Scan']]], - ['norm_17382',['norm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#af7a978343150dd58b5d75114ad774fbe',1,'amrex::algoim::EBPlane']]], - ['normal_5fdouble_5forder_17383',['normal_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9ece1c795d9454f01f5253539c466abc',1,'amrex::FPC']]], - ['normal_5ffloat_5forder_17384',['normal_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad1410e009ae5d7319fd2687c7a3457ff',1,'amrex::FPC']]], - ['normalorder_17385',['NormalOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839afc3cb7bc0cd89dcb5af02cce5baa23cd',1,'amrex::IntDescriptor']]], - ['nosplitparticleid_17386',['NoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a29090f4da18aa07dbb136347df3a0e52',1,'amrex::LongParticleIds']]], - ['not_5fcovered_17387',['not_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a08dba959557635494bd0b8ca5e561288',1,'amrex::BndryDataT']]], - ['noteambarrier_17388',['NoTeamBarrier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38af1e51da50b24860035a3665786fe9d14',1,'amrex::MFIter']]], - ['noutfiles_17389',['nOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a00064a0f00714d740472a32d08596019',1,'BLProfStats::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ade6a45cdc3be4fb324ccd3a863788aae',1,'amrex::VisMF::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a18181e8b91ada22808e9ddf517b3c753',1,'amrex::NFilesIter::nOutFiles()']]], - ['noutfilesprepost_17390',['nOutFilesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nOutFilesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'amrex::ParticleContainer_impl::nOutFilesPrePost()']]], - ['nparticlesatlevelprepost_17391',['nParticlesAtLevelPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nParticlesAtLevelPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'amrex::ParticleContainer_impl::nParticlesAtLevelPrePost()']]], - ['nparticlesprepost_17392',['nparticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nparticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'amrex::ParticleContainer_impl::nparticlesPrePost()']]], - ['npieces_17393',['Npieces',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a934f38b58520042c0fc59efc177f44ae',1,'SDCstruct']]], - ['nproc_17394',['nproc',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a5fa8fdbcfe943816e8c19862dffddeaa',1,'process_topology_t']]], - ['nprocs_17395',['nProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a78880a4ba0c24b3fe3ee88bc7a10e71b',1,'amrex::NFilesIter']]], - ['npts_17396',['npts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5bc70c52fae0fe8f54d3acd2b1338808',1,'amrex::BoxIndexerND< 1 >::npts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#aebcf0e258d72df8bb95c67d428de6127',1,'amrex::BoxIndexerND::npts()']]], - ['nreal_17397',['NReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ac17dffaf26b21aaec1ca753ac781f04b',1,'amrex::SoAParticleBase::NReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aae7d12b94a847462c64456654db316e7',1,'amrex::Particle::NReal()']]], - ['nregions_17398',['nRegions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5d4d3de59d23f664fca0fd8898c3f2b0',1,'amrex::AmrData']]], - ['nregular_17399',['nregular',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae58c0b7189a097d963bb36dfff3a88f6',1,'amrex::EBCellFlagFab::NumCells']]], - ['nrss_17400',['nRSS',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#af1b2cc36e918fd0673c576f2adb7265b',1,'RegionsProfStats::DataBlock']]], - ['ns_5flinop_17401',['ns_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af44095217d5bbcda0aac7c890c7711f5',1,'amrex::MLMGT']]], - ['ns_5fmlmg_17402',['ns_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9c8ed13672004a913f805ebe0f444073',1,'amrex::MLMGT']]], - ['ns_5frhs_17403',['ns_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac05ab8b48ded9d649049e4520b00625b',1,'amrex::MLMGT']]], - ['ns_5fsol_17404',['ns_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a35c1adc57fbe1db211aac6fae5f5517b',1,'amrex::MLMGT']]], - ['nsets_17405',['nSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af0eab0426caa91fff3a64bcea5192ba3',1,'amrex::NFilesIter']]], - ['nsingle_17406',['nsingle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ab794bf217ff64b685fdb1fd750957630',1,'amrex::EBCellFlagFab::NumCells']]], - ['nsolve_5fgrid_5fsize_17407',['nsolve_grid_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab7616bcecdedc6719ce8bd7d85b44f64',1,'amrex::MLMGT']]], - ['nspots_17408',['nspots',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a2045644553fcef06b1a6c80ebbe3603c',1,'amrex::AsyncOut::WriteInfo']]], - ['nsr_17409',['nsr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a5dd47ecd89eca47c1a2da2a3cee0675f',1,'amrex::DeriveRec']]], - ['nstreamerrors_17410',['nStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a56fbf590918f701816c5567f4869c6de',1,'amrex::StreamRetry']]], - ['nstride_17411',['nstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'amrex::Array4::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< Real const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 const >::nstride()']]], - ['nstructint_17412',['NStructInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'amrex::ParIterBase_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'amrex::ConstParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'amrex::ParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2e52440bc21e01affff077fff37edb44',1,'amrex::ParticleTile::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'amrex::ParticleContainer_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aca126782205cb9bb3766c0b00c58c147',1,'amrex::ParIter_impl::NStructInt()']]], - ['nstructreal_17413',['NStructReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af37f9208b1b9908daad6789415d20f81',1,'amrex::ParticleTile::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'amrex::ParIterBase_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'amrex::ParticleContainer_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'amrex::ParticleTileData::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#afe5df472d59b0a66f3f10e767a9bf694',1,'amrex::ParIter_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'amrex::ConstParticleTileData::NStructReal()']]], - ['nsweeps_17414',['Nsweeps',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a973e673b7bb450a404fb23411259c6ab',1,'SDCstruct']]], - ['ntanghalfwidth_17415',['NTangHalfWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af24fa42fa7ee1bcbb9fb775c5ab192d6',1,'amrex::BndryDataT']]], - ['ntimers_17416',['ntimers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda24039153a091a3526d8f692a1ae67709',1,'amrex::MLMGT']]], - ['ntimertimes_17417',['nTimerTimes',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a73fe445ce23da37107ed5f5968d32a1d',1,'CommProfStats::DataBlock']]], - ['ntindex_17418',['ntIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#ab798290e18681e0ea61b0f66be6e2608',1,'CommProfStats::NameTagEntry']]], - ['ntracestats_17419',['nTraceStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aa2586f28fd5fe3fd9c02b79004433b30',1,'RegionsProfStats::DataBlock']]], - ['nu1_17420',['nu1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a58dfdb82f14a306e71cf3897acaa6f92',1,'amrex::MLMGT']]], - ['nu2_17421',['nu2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adf6e938df981049c8e34ee53d3c21d05',1,'amrex::MLMGT']]], - ['nub_17422',['nub',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7caf8d1d49732307624d42da5ac3cb83',1,'amrex::MLMGT']]], - ['nuf_17423',['nuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a535eff64ede17a0c410f80f26de70a3d',1,'amrex::MLMGT']]], - ['num_5fbuild_17424',['num_build',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a01b55874b867d3345db7cdfad2f284ee',1,'amrex::FabArrayBase::FabArrayStats']]], - ['num_5fcoarsen_5fopt_17425',['num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47',1,'amrex::EB2']]], - ['num_5fdevice_5fpartners_17426',['num_device_partners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680079152997e37c8e4f02dfaa0d14d4',1,'amrex::Gpu::Device']]], - ['num_5fdevices_5fused_17427',['num_devices_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4e59c991a0de99a25c0c7c1f91667449',1,'amrex::Gpu::Device']]], - ['num_5ffabarrays_17428',['num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ab4b3c50d480036fa2cd0506f9e8f96ff',1,'amrex::FabArrayBase::FabArrayStats']]], - ['num_5fint_5fcomm_5fcomps_17429',['num_int_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_int_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'amrex::ParticleContainer_impl::num_int_comm_comps()']]], - ['num_5flocal_5ftiles_17430',['num_local_tiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a967c3c48ccb4f316911d06fcaccb29fa',1,'amrex::MFIter']]], - ['num_5fmask_5fcomps_17431',['num_mask_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aebe05d83866295fa66cd195bfd2ccc44',1,'amrex::NeighborParticleContainer']]], - ['num_5freal_5fcomm_5fcomps_17432',['num_real_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_real_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'amrex::ParticleContainer_impl::num_real_comm_comps()']]], - ['num_5fsetba_17433',['num_setba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a450db80ef9bd209ebb61cb47ff12ca22',1,'amrex::AmrMesh']]], - ['num_5fsetdm_17434',['num_setdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2ddfbb3a69cf479f1d28f704d19e4f96',1,'amrex::AmrMesh']]], - ['num_5fsnds_17435',['num_snds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c0cf5742a0014b73afe38a75f02534e',1,'amrex::NeighborParticleContainer']]], - ['num_5fsteps_17436',['num_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab68545bb3877ccbb5beef755501e6e51',1,'amrex::IntegratorBase']]], - ['num_5fstreams_17437',['num_streams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0db9178bd13b45f862fe31e197f75ec8',1,'amrex::MFItInfo']]], - ['num_5fsweeps_17438',['num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ab49bedd6e91b0cbfe206bc3ab17cdbc1',1,'amrex::Hypre']]], - ['numactivethreads_17439',['numActiveThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#a277a46596f8e67342709552121787bc5',1,'amrex::Gpu::Handler']]], - ['number_17440',['number',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#a7d0d09150f2cd432ef20826516728351',1,'CommProfStats::ReductionEntry::number()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a44cad8e418f7be7c01a8d8fb75f90865',1,'CommProfStats::BarrierEntry::number()']]], - ['number_5fnodes_17441',['number_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aeb24e2eb4c7cd3f6f46ac8ce656fde5c',1,'amrex::RKIntegrator']]], - ['numberofminmax_17442',['NUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea70e198feec9ed63c2f25d181a5dc611e',1,'amrex::Amrvis']]], - ['numberofusers_17443',['numberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5d6e7ac64333750926f2175ea5f237ad',1,'amrex::DataServices']]], - ['numberstofname_17444',['numbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a61cecba43f39a2a189ee2aaf9949f2df',1,'RegionsProfStats']]], - ['numblocks_17445',['numBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a6c6f30d2bbabe2960fa682d624e70659',1,'amrex::Gpu::GridSize::numBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a383b070cb13bc99de64062941d521149',1,'amrex::Gpu::ExecutionConfig::numBlocks()']]], - ['numblocksoverride_17446',['numBlocksOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a728f2480b00dbe80a716bc81f42f8508',1,'amrex::Gpu::Device']]], - ['numboxarrays_17447',['numboxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a221b256184f09f24c7e7a835d6cf4a9e',1,'amrex::BARef']]], - ['numboxarrays_5fhwm_17448',['numboxarrays_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa4715d9e30ad640a00703a76b8b29f5d',1,'amrex::BARef']]], - ['numbytes_17449',['numbytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a2367ec86e010c5342a4a3a76fc192213',1,'amrex::IntDescriptor']]], - ['numdbptypes_17450',['NUMDBPTYPES',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaa450b2757051e567ab8eb2b39a5e077a',1,'amrex::Amrvis']]], - ['numintgs_17451',['numIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a856a505f1340baf94d02a7585b467e1a',1,'amrex::algoim']]], - ['numlocaltiles_17452',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a830d98c3be0b8b1f0eb88118f7a1f35c',1,'amrex::FabArrayBase::TileArray']]], - ['nummaskvals_17453',['NumMaskVals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a139601a0038d30ced2a28a0e4f6763e7',1,'amrex::BndryDataT']]], - ['numpoints_17454',['numPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af4eefbcd2078aa5c3e7a3ddfb678fb78',1,'amrex::XYPlotDataList']]], - ['numsurfintgs_17455',['numSurfIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1431c6a34f2cb39592447caf369d3440',1,'amrex::algoim']]], - ['numthreads_17456',['numThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a59e4685120009f8432768699e898fd98',1,'amrex::Gpu::ExecutionConfig::numThreads()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#af91022d872655d7aad5ba0d072db7017',1,'amrex::Gpu::GridSize::numThreads()']]], - ['numthreadsmin_17457',['numThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a73de48a30b914ee4dc994e261e36be8f',1,'amrex::Gpu::Device']]], - ['numthreadsoverride_17458',['numThreadsOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a8b511fa5992f49c3e027153931c354b4',1,'amrex::Gpu::Device']]], - ['nuse_17459',['nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a2f46bd7a63228d43ce04420ce9191204',1,'amrex::FabArrayBase::CacheStats::nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a9bc4e65bc502d4951afe43a1904b48bf',1,'amrex::FabArrayBase::TileArray::nuse()']]], - ['nvar_17460',['nvar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< EBCellFlag >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'amrex::BaseFab::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< AtomicInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< char >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< HYPRE_Int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< PetscInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< Real >::nvar()']]], - ['nx_17461',['nx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a064dd3c6107b296a915aedcd0f2f1826',1,'amrex::ParticleInterpolator::Linear::nx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ac7df25b566023957e86f793a39e27e00',1,'amrex::ParticleInterpolator::Nearest::nx()']]], - ['ny_17462',['ny',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a0e0af124579f9ad5fec3710bb83ee821',1,'amrex::ParticleInterpolator::Linear::ny()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ab45ca8466ebed9c2334ae6ea7e92bd58',1,'amrex::ParticleInterpolator::Nearest::ny()']]], - ['nz_17463',['nz',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7fb3f62585e84012a047d81ab68809fe',1,'amrex::ParticleInterpolator::Nearest::nz()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad178c7e8f42426ab5b0eb3bd45ce8bd0',1,'amrex::ParticleInterpolator::Linear::nz()']]] + ['n_17379',['n',['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__PARSERSTYPE.html#ab225ec03a4bab39df7f50dbb3928842e',1,'AMREX_PARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionAMREX__IPARSERSTYPE.html#ae2a7dce34011a9267540c9717a5cb125',1,'AMREX_IPARSERSTYPE::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1Stats.html#a23fedc6778a6f6a72862b3a659494231',1,'amrex::TinyProfiler::Stats::n()'],['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a34fd641ec3073c157da173359feb99e6',1,'process_topology_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/unionamrex_1_1iparser__nvp.html#a9a65297834ae0a934ca195f70b3f44cc',1,'amrex::iparser_nvp::n()'],['https://amrex-codes.github.io/amrex/doxygen/structdistribution__t.html#ad0fc01a1d38109451e446decb6cf91c5',1,'distribution_t::n()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NumComps.html#a51d8b50d57ee8a52833c414ae13a5381',1,'amrex::NumComps::n()']]], + ['n1_17380',['n1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#aadfbf53cde02f929750750628396d8fe',1,'amrex::iparser_f3::n1()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a6caf5b36a9f8beace196c5072f325928',1,'amrex::parser_f3::n1()']]], + ['n2_17381',['n2',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#ac268e69ddbebfb2404bd9ca914476c8e',1,'amrex::iparser_f3::n2()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a9c0e8a7d413bf12c7adc9cfb9159da53',1,'amrex::parser_f3::n2()']]], + ['n3_17382',['n3',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__f3.html#a3bbb7bbf7789a9700e08d8c5a079b826',1,'amrex::iparser_f3::n3()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__f3.html#a62f9b0134e9c4f6d0019a249f4dc9017',1,'amrex::parser_f3::n3()']]], + ['n_5fcomp_17383',['n_comp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#a4ff6141edd1ba1d1940c45b98a619b04',1,'amrex::FabArrayBase']]], + ['n_5fcomponents_17384',['n_components',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1PackComponents.html#ace297f67083473f1a5777f7cfd1a0135',1,'amrex::NonLocalBC::PackComponents']]], + ['n_5fcycle_17385',['n_cycle',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Amr.html#a091b2e0b9cd006fd375a407f8ed98f80',1,'amrex::Amr']]], + ['n_5fderive_17386',['n_derive',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a37c756f3c98d63ce682589e6abf3a6c4',1,'amrex::DeriveRec']]], + ['n_5ferror_5fbuf_17387',['n_error_buf',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#aa78fef1ea7608723c281debe971d460e',1,'amrex::AmrInfo']]], + ['n_5ffilled_17388',['n_filled',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#acb3699bf4d436f320a73a9c5239b81cd',1,'amrex::FabArrayBase']]], + ['n_5fgrow_17389',['n_grow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#aad48d978f6df9294ff3cbdb8978b8914',1,'amrex::FabArrayBase']]], + ['n_5fpoints_17390',['n_points',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#aae8be9e2e342b9ba03c2b087855a5df1',1,'amrex::FabArray::ShMem']]], + ['n_5fprint_5ftabs_17391',['n_print_tabs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af5020b8e813ceea3418f07d2529ae2cd',1,'amrex::TinyProfiler']]], + ['n_5fproper_17392',['n_proper',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrInfo.html#a36e0332bccfe906856f622730eeafbcf',1,'amrex::AmrInfo']]], + ['n_5fstate_17393',['n_state',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a2cc67c5168b67d6772586e58d5e2c5a3',1,'amrex::DeriveRec']]], + ['n_5fsten_17394',['n_sten',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1nodelap__detail.html#ad9408790b2173c0287493d687303ad01',1,'amrex::nodelap_detail']]], + ['n_5fvalues_17395',['n_values',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArray_1_1ShMem.html#a7127367bcb4407b08339a44b7ecca386',1,'amrex::FabArray::ShMem']]], + ['nai_17396',['NAI',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a06d45e3facca70a0951cbccddc01c804',1,'amrex::ConstParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#adfec304d600c86d3dc5fda841cd2aaff',1,'amrex::ParticleTileData::NAI()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a27974d2d46e3698a69b1997e905072e8',1,'amrex::ParticleTile::NAI()']]], + ['nalloc_17397',['nalloc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#a330cc4e231f61e998afb4546138fa0c3',1,'amrex::TinyProfiler::MemProcStats::nalloc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a59e766bfe21e1f505dee3649c10037b4',1,'amrex::MemStat::nalloc()']]], + ['name_17398',['name',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a66050f0c470418cb4ab408bc117f3e63',1,'amrex::FabArrayBase::CacheStats::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1iparser__symbol.html#a4bf5fc603ea8e9574ec71ba4ffef1da9',1,'amrex::iparser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1parser__symbol.html#a36d42d12dc34e9e1a3321c27539bb34d',1,'amrex::parser_symbol::name()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#aa4edfb42a1c77e953234b83e0f87ce6f',1,'CommProfStats::BarrierEntry::name()']]], + ['names_17399',['names',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#a19d2b43cab064c1ea321f9f25970c68f',1,'amrex::StateDescriptor']]], + ['names_17400',['Names',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AmrMeshDataAdaptor_1_1InternalsType.html#a835100974c4782de657f7f852cb8d2c3',1,'amrex::AmrMeshDataAdaptor::InternalsType']]], + ['nametagnames_17401',['nameTagNames',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#ae55d86b8b14132b2c588eee6863497ef',1,'CommProfStats']]], + ['nametags_17402',['nameTags',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a3e58e93a3d918f8f890135351e95840c',1,'CommProfStats::DataBlock']]], + ['namrlevs_17403',['namrlevs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7bde0570493aad3733687a04abf4520e',1,'amrex::MLMGT']]], + ['nar_17404',['NAR',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a7d38648767509798f1fab24a293b49eb',1,'amrex::ParticleTile::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'amrex::ParticleTileData::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a9338e60dfce599b67883d4fdc4ec69fa',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NAR()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a9e82deaff2c7df2a96769926c0f35240',1,'amrex::ConstParticleTileData::NAR()']]], + ['narrayint_17405',['NArrayInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a5981f78d812f2041269921a8e314924d',1,'amrex::ConstSoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a434aff759965a8d6427692220e95b093',1,'amrex::SoAParticle::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a3063446dc305120704ec3f1670f301c1',1,'amrex::ParticleContainer_impl::NArrayInt()']]], + ['narrayreal_17406',['NArrayReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstSoAParticle.html#a2cf0e656973af4978ffcfb13a8fc7920',1,'amrex::ConstSoAParticle::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'amrex::ParticleContainer_impl::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a32623939f5453d39bcfc26fef34972a8',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NArrayReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticle.html#a138782f7bd0e6e4cb04a451b013d5ca7',1,'amrex::SoAParticle::NArrayReal()']]], + ['navg_17407',['navg',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a072e3cbbf26527a9f54155ce1140e45c',1,'amrex::TinyProfiler::ProcStats']]], + ['nbuild_17408',['nbuild',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a96b29c0b379436683da2d4c47ca8db2b',1,'amrex::FabArrayBase::CacheStats']]], + ['nbytes_17409',['nbytes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a5732bd12dff7fbb6b71bf50b37290f6d',1,'amrex::FabArrayBase::meminfo']]], + ['nbytes_5fhwm_17410',['nbytes_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1meminfo.html#a9fa43b62c55d186548b19ea58a2e351b',1,'amrex::FabArrayBase::meminfo']]], + ['nc_17411',['nc',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8c9cad12b04e174fac89d2a548f34c96',1,'amrex::DeriveRec::StateRange::nc()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ComponentBox.html#ab9685b37a78a8a607d5cd932fedf4a30',1,'amrex::Gpu::ComponentBox::nc()']]], + ['nc_17412',['NC',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#ab5cb26461b00acd27b5746145172e7cd',1,'amrex::PCData']]], + ['ncalls_17413',['nCalls',['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1BLPDataBlock.html#a0325378ef299924b545b1b5f6a461435',1,'BLProfStats::BLPDataBlock::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1CallTreeNode.html#a715cf5d864be62cf72c0e554738068bb',1,'BLProfStats::CallTreeNode::nCalls()'],['https://amrex-codes.github.io/amrex/doxygen/structBLProfStats_1_1FuncStat.html#ad1a3f8772ee33935e4bcb30cdd5581a4',1,'BLProfStats::FuncStat::nCalls()']]], + ['ncells_5fgrid_17414',['ncells_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreABecLap3.html#a2e125c8d535cb75d33aee7d83be455d7',1,'amrex::HypreABecLap3::ncells_grid()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PETScABecLap.html#a728df4407c4def01f16e9af80fda2ebf',1,'amrex::PETScABecLap::ncells_grid()']]], + ['ncomp_17415',['ncomp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ab0fc399bd97c511820bc806a78ac10a9',1,'amrex::StateDescriptor::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a67a474e9e00d6fe9f40b4d67f28a355c',1,'amrex::MLMGT::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FluxRegister.html#a311b5caaf3b58835f84598f46315953d',1,'amrex::FluxRegister::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FBData.html#ad2ab165dff9bdbdedaf65405a2bee07a',1,'amrex::FBData::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellData.html#a327facaefaef9c16772d8b9f5647848e',1,'amrex::CellData::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T0 const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< T const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< Real const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int const >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'Array4< int >::ncomp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#a58a49cd7aec26094f9a5dda9ee795cca',1,'amrex::Array4::ncomp()']]], + ['ncomp_17416',['nComp',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabCopyDescriptor.html#aaa865db7c42ae26183110932425ab7a6',1,'amrex::FabCopyDescriptor::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabComTag.html#ad679841ea96302c513ad625560efb23d',1,'amrex::FabArrayBase::FabComTag::nComp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aa4789a7f8a95114cbb7eafa31541e362',1,'amrex::AmrData::nComp()']]], + ['ncontoptions_17417',['NCONTOPTIONS',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#adff45b199da741c907d4b88ed38b323ba999d7f8b11dda1e081a79dbb21e2ac82',1,'amrex::Amrvis']]], + ['ncovered_17418',['ncovered',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae2bc4b62a5716e7bfc8bed303aefb5ef',1,'amrex::EBCellFlagFab::NumCells']]], + ['ndebug_17419',['NDebug',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#ae1d6711c50c87572893a9c863cbaa2e2',1,'amrex::system']]], + ['neighbor_5fcopy_5fop_17420',['neighbor_copy_op',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a42b4110915286223007d92bbcf580d89',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5fcopy_5fplan_17421',['neighbor_copy_plan',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a4057e1a1eaeca59b1c87cec0720343d6',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5flist_17422',['neighbor_list',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a68d92607a1d43f215ae6af8ff8d3e3af',1,'amrex::NeighborParticleContainer']]], + ['neighbor_5fprocs_17423',['neighbor_procs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a704c1b5b30612c4f5a09378f0a63b221',1,'amrex::NeighborParticleContainer::neighbor_procs()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainerBase.html#a0e1a0dcc5bf3f405f40ad020f18389bc',1,'amrex::ParticleContainerBase::neighbor_procs()']]], + ['neighbors_17424',['neighbors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a2db2fa1d27368a0d8f2a783f215cd93b',1,'amrex::NeighborParticleContainer']]], + ['nelems_17425',['nelems',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLNodeTensorLaplacian.html#a0607bbf4e032f81bfd48d64cfca15cda',1,'amrex::MLNodeTensorLaplacian']]], + ['nerase_17426',['nerase',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#ab6595895c14aaed1f6f9c8d00a7a8d7d',1,'amrex::FabArrayBase::CacheStats']]], + ['nestedtimestack_17427',['nestedTimeStack',['https://amrex-codes.github.io/amrex/doxygen/classCommProfStats.html#a6a49bd7619b72e7cd42e63610f9f1ce2',1,'CommProfStats']]], + ['new_5fdata_17428',['new_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a08b05c680ad59e2ac04f8178d52cf3a0',1,'amrex::StateData']]], + ['new_5ftime_17429',['new_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#ad6b519ebb5a60157c412e833587b12b3',1,'amrex::StateData']]], + ['newplt_17430',['NEWPLT',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfa57bb6b57ab317541bed026109325dcea',1,'amrex::Amrvis']]], + ['newrequest_17431',['NewRequest',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a2ac83614f269c777434721474d55ffe9a05d19cd0b5b9a9c20320e96810edbb72',1,'amrex::DataServices']]], + ['next_17432',['next',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1DeriveRec_1_1StateRange.html#a8eedabaa4dab327141f794937ff41ca4',1,'amrex::DeriveRec::StateRange']]], + ['nextdynamicindex_17433',['nextDynamicIndex',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a07296b12634219c4a15337435852a67b',1,'amrex::MFIter']]], + ['nextfillboxid_17434',['nextFillBoxId',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'FabArrayCopyDescriptor< FArrayBox >::nextFillBoxId()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayCopyDescriptor.html#a57a30ba94f1d8f7e58eb686a5596e813',1,'amrex::FabArrayCopyDescriptor::nextFillBoxId()']]], + ['nfiles_17435',['NFiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a167fa24b841257fa58af35b658f5d6c1',1,'amrex::VisMF']]], + ['nflags_17436',['Nflags',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#af02a1ad3ee48fe2cd63b590a221ad1dd',1,'SDCstruct']]], + ['nfree_17437',['nfree',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1MemProcStats.html#ab2c0f6adf1de06d4e718a0165b63b373',1,'amrex::TinyProfiler::MemProcStats::nfree()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MemStat.html#a9d6dfbc5efa557f55251adda530dcf4a',1,'amrex::MemStat::nfree()']]], + ['ng_17438',['ng',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GFab.html#aeda8ad7ebda39d029e5e7253b9ee1b6d',1,'amrex::EB2::GFab']]], + ['nghost_17439',['nghost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLCGSolverT.html#a3389add6565681ffce22be42b4101fe2',1,'amrex::MLCGSolverT']]], + ['ngrow_17440',['nGrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#aaa772f863501b3d0a0c4a883b91b9083',1,'amrex::AmrData']]], + ['ngrow_17441',['ngrow',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ErrorRec.html#a07e4582c7d12d9c0af8972fcbf214b89',1,'amrex::ErrorRec::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#ab30d7bacb605f55a7714f002a92f2cf6',1,'amrex::ForkJoin::MFFork::ngrow()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateDescriptor.html#ae0e3631c9cd4872714c6d926073d1a51',1,'amrex::StateDescriptor::ngrow()']]], + ['nine_17442',['nine',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#aae50c9977dbcf4102a6360ab0f576b07',1,'amrex_constants_module']]], + ['nineth_17443',['nineth',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#a92c54ddd1e792991bf2ffb06ab3397e2',1,'amrex_constants_module']]], + ['nint_17444',['NInt',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ab4a24fc0bdbf037d74e8f1c3d9ce59b6',1,'amrex::SoAParticleBase::NInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#ad437c33b5c87125048830cee2775b50c',1,'amrex::Particle::NInt()']]], + ['nmax_17445',['nmax',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a601e3d46b6b378292f6861605af53b55',1,'amrex::TinyProfiler::ProcStats']]], + ['nmffileinstreams_17446',['nMFFileInStreams',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#abfbb2ed9c1aa1c00786e7ae2218f0b0f',1,'amrex::VisMF']]], + ['nmin_17447',['nmin',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1TinyProfiler_1_1ProcStats.html#a4712cf4e60cf2801bc15d5a4555cd80b',1,'amrex::TinyProfiler::ProcStats']]], + ['nmulti_17448',['nmulti',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#a9ed4b276208f75158208ea1a89d740a9',1,'amrex::EBCellFlagFab::NumCells']]], + ['nnodes_17449',['nnodes',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#af7ae531fe1e05325b891c107d2276c12',1,'amrex::algoim::QuadratureRule']]], + ['nnodes_17450',['Nnodes',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a3c3082e11f568453735e5716a4ba7b52',1,'SDCstruct']]], + ['nnodes_5fgrid_17451',['nnodes_grid',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ab571c163213ebca30687e13923b90fac',1,'amrex::HypreNodeLap']]], + ['no_5flocal_5fcopy_17452',['no_local_copy',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1NonLocalBC.html#ad604544d2fd60b6d9fb7a8b75f95ffe0',1,'amrex::NonLocalBC']]], + ['nodal_5fgrids_17453',['nodal_grids',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrLevel.html#a4672d7cd3c482aedb037347c1fddc0ff',1,'amrex::AmrLevel']]], + ['node_17454',['NODE',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1CellIndexEnum.html#aceb83f25ce499aa265f5326d75e1a0a3ad501679fc1b23174fe28a86d24d2e1e2',1,'amrex::CellIndexEnum']]], + ['node_5fbilinear_5finterp_17455',['node_bilinear_interp',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a4fd8c266e07ac4dce013e0210727d3ab',1,'amrex']]], + ['node_5fid_17456',['node_id',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ae800380bfc5755081f9387bd4b9d098b',1,'amrex::HypreNodeLap']]], + ['node_5fid_5fvec_17457',['node_id_vec',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a25dc8630f7ee5466e547f64cd3266b22',1,'amrex::HypreNodeLap']]], + ['node_5fsize_17458',['node_size',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex.html#a6c6d85a2ab815c914d82842d370a03d3',1,'amrex']]], + ['nodename_17459',['nodeName',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a66216fd698908253eacbda7152cd1277',1,'CommProfStats::DataBlock']]], + ['nodenumber_17460',['nodeNumber',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#adb3c29da9eb335d6005c2fd225acbe80',1,'CommProfStats::DataBlock']]], + ['nodes_17461',['nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#a6bab0ce1edbe67e4fbe18249f39cbe76',1,'amrex::RKIntegrator::nodes()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1QuadratureRule.html#aff9ac4f971a67e107e2cf55dd95fad21',1,'amrex::algoim::QuadratureRule::nodes()']]], + ['nofabheader_5fv1_17462',['NoFabHeader_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da10ec66a6475783b69e6c646e53a89cc5',1,'amrex::VisMF::Header']]], + ['nofabheaderfaminmax_5fv1_17463',['NoFabHeaderFAMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54daea230534883ebe9d77fc2c31aeab4589',1,'amrex::VisMF::Header']]], + ['nofabheaderminmax_5fv1_17464',['NoFabHeaderMinMax_v1',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1VisMF_1_1Header.html#aa4469030a55d4e3be552189f7d06b54da27bc8d82bb52f548646a14b92cf8f43f',1,'amrex::VisMF::Header']]], + ['noretsum_17465',['noRetSum',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Scan.html#a839af9b78fc019c53c7375e7bd3d127e',1,'amrex::Scan']]], + ['norm_17466',['norm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1algoim_1_1EBPlane.html#af7a978343150dd58b5d75114ad774fbe',1,'amrex::algoim::EBPlane']]], + ['normal_5fdouble_5forder_17467',['normal_double_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#a9ece1c795d9454f01f5253539c466abc',1,'amrex::FPC']]], + ['normal_5ffloat_5forder_17468',['normal_float_order',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FPC.html#ad1410e009ae5d7319fd2687c7a3457ff',1,'amrex::FPC']]], + ['normalorder_17469',['NormalOrder',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a330214b8c0c3e224aecd2d2d95c0a839afc3cb7bc0cd89dcb5af02cce5baa23cd',1,'amrex::IntDescriptor']]], + ['nosplitparticleid_17470',['NoSplitParticleID',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1LongParticleIds.html#a29090f4da18aa07dbb136347df3a0e52',1,'amrex::LongParticleIds']]], + ['not_5fcovered_17471',['not_covered',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a08dba959557635494bd0b8ca5e561288',1,'amrex::BndryDataT']]], + ['noteambarrier_17472',['NoTeamBarrier',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#af5cf94bce73f6da744dd94acc46cdf38af1e51da50b24860035a3665786fe9d14',1,'amrex::MFIter']]], + ['noutfiles_17473',['nOutFiles',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#a00064a0f00714d740472a32d08596019',1,'BLProfStats::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#ade6a45cdc3be4fb324ccd3a863788aae',1,'amrex::VisMF::nOutFiles()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a18181e8b91ada22808e9ddf517b3c753',1,'amrex::NFilesIter::nOutFiles()']]], + ['noutfilesprepost_17474',['nOutFilesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nOutFilesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a1f6eee153647b98b534ef908e86ae03f',1,'amrex::ParticleContainer_impl::nOutFilesPrePost()']]], + ['nparticlesatlevelprepost_17475',['nParticlesAtLevelPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nParticlesAtLevelPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a0a0a8965a9936565a35f699f67df9554',1,'amrex::ParticleContainer_impl::nParticlesAtLevelPrePost()']]], + ['nparticlesprepost_17476',['nparticlesPrePost',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::nparticlesPrePost()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a9579f1b170547de35dcb4a0b4d84d0c0',1,'amrex::ParticleContainer_impl::nparticlesPrePost()']]], + ['npieces_17477',['Npieces',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a934f38b58520042c0fc59efc177f44ae',1,'SDCstruct']]], + ['nproc_17478',['nproc',['https://amrex-codes.github.io/amrex/doxygen/structprocess__topology__t.html#a5fa8fdbcfe943816e8c19862dffddeaa',1,'process_topology_t']]], + ['nprocs_17479',['nProcs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#a78880a4ba0c24b3fe3ee88bc7a10e71b',1,'amrex::NFilesIter']]], + ['npts_17480',['npts',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND_3_011_01_4.html#a5bc70c52fae0fe8f54d3acd2b1338808',1,'amrex::BoxIndexerND< 1 >::npts()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BoxIndexerND.html#aebcf0e258d72df8bb95c67d428de6127',1,'amrex::BoxIndexerND::npts()']]], + ['nreal_17481',['NReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1SoAParticleBase.html#ac17dffaf26b21aaec1ca753ac781f04b',1,'amrex::SoAParticleBase::NReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Particle.html#aae7d12b94a847462c64456654db316e7',1,'amrex::Particle::NReal()']]], + ['nregions_17482',['nRegions',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrData.html#a5d4d3de59d23f664fca0fd8898c3f2b0',1,'amrex::AmrData']]], + ['nregular_17483',['nregular',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ae58c0b7189a097d963bb36dfff3a88f6',1,'amrex::EBCellFlagFab::NumCells']]], + ['nrss_17484',['nRSS',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#af1b2cc36e918fd0673c576f2adb7265b',1,'RegionsProfStats::DataBlock']]], + ['ns_5flinop_17485',['ns_linop',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#af44095217d5bbcda0aac7c890c7711f5',1,'amrex::MLMGT']]], + ['ns_5fmlmg_17486',['ns_mlmg',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a9c8ed13672004a913f805ebe0f444073',1,'amrex::MLMGT']]], + ['ns_5frhs_17487',['ns_rhs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac05ab8b48ded9d649049e4520b00625b',1,'amrex::MLMGT']]], + ['ns_5fsol_17488',['ns_sol',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a35c1adc57fbe1db211aac6fae5f5517b',1,'amrex::MLMGT']]], + ['nsets_17489',['nSets',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NFilesIter.html#af0eab0426caa91fff3a64bcea5192ba3',1,'amrex::NFilesIter']]], + ['nsingle_17490',['nsingle',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EBCellFlagFab_1_1NumCells.html#ab794bf217ff64b685fdb1fd750957630',1,'amrex::EBCellFlagFab::NumCells']]], + ['nsolve_5fgrid_5fsize_17491',['nsolve_grid_size',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ab7616bcecdedc6719ce8bd7d85b44f64',1,'amrex::MLMGT']]], + ['nspots_17492',['nspots',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1AsyncOut_1_1WriteInfo.html#a2045644553fcef06b1a6c80ebbe3603c',1,'amrex::AsyncOut::WriteInfo']]], + ['nsr_17493',['nsr',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DeriveRec.html#a5dd47ecd89eca47c1a2da2a3cee0675f',1,'amrex::DeriveRec']]], + ['nstreamerrors_17494',['nStreamErrors',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StreamRetry.html#a56fbf590918f701816c5567f4869c6de',1,'amrex::StreamRetry']]], + ['nstride_17495',['nstride',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'amrex::Array4::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< int const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< Real const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T const >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 >::nstride()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a',1,'Array4< T0 const >::nstride()']]], + ['nstructint_17496',['NStructInt',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'amrex::ParIterBase_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'amrex::ConstParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a7ef19db67a548484a9f341f986156534',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#a509d7d346b709b39d1261144b7f1de26',1,'amrex::ParticleTileData::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#a2e52440bc21e01affff077fff37edb44',1,'amrex::ParticleTile::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#a591fb654644bfe6f3b18e63547e1079f',1,'amrex::ParticleContainer_impl::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a609d37238c417b72763dad7069d494a1',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructInt()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#aca126782205cb9bb3766c0b00c58c147',1,'amrex::ParIter_impl::NStructInt()']]], + ['nstructreal_17497',['NStructReal',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTile.html#af37f9208b1b9908daad6789415d20f81',1,'amrex::ParticleTile::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'ConstParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'amrex::ParIterBase_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< false, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIterBase__impl.html#a3d4602354f3ccaa1ad78ebd1c4921d1b',1,'ParIterBase_impl< true, T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'amrex::ParticleContainer_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#aa7617bd59325bac568183d9bbcf32ee3',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'amrex::ParticleTileData::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleTileData.html#af53dd2bb7ca0f780d4fbd86cbab4bee9',1,'ParticleTileData< SoAParticleBase, NArrayReal, NArrayInt >::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParIter__impl.html#afe5df472d59b0a66f3f10e767a9bf694',1,'amrex::ParIter_impl::NStructReal()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ConstParticleTileData.html#a52823e648da48d1b8f45cd9de8e4a82f',1,'amrex::ConstParticleTileData::NStructReal()']]], + ['nsweeps_17498',['Nsweeps',['https://amrex-codes.github.io/amrex/doxygen/classSDCstruct.html#a973e673b7bb450a404fb23411259c6ab',1,'SDCstruct']]], + ['ntanghalfwidth_17499',['NTangHalfWidth',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#af24fa42fa7ee1bcbb9fb775c5ab192d6',1,'amrex::BndryDataT']]], + ['ntimers_17500',['ntimers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#ac3f33b5865628fb4fbb9e39b278358fda24039153a091a3526d8f692a1ae67709',1,'amrex::MLMGT']]], + ['ntimertimes_17501',['nTimerTimes',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1DataBlock.html#a73fe445ce23da37107ed5f5968d32a1d',1,'CommProfStats::DataBlock']]], + ['ntindex_17502',['ntIndex',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1NameTagEntry.html#ab798290e18681e0ea61b0f66be6e2608',1,'CommProfStats::NameTagEntry']]], + ['ntracestats_17503',['nTraceStats',['https://amrex-codes.github.io/amrex/doxygen/structRegionsProfStats_1_1DataBlock.html#aa2586f28fd5fe3fd9c02b79004433b30',1,'RegionsProfStats::DataBlock']]], + ['nu1_17504',['nu1',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a58dfdb82f14a306e71cf3897acaa6f92',1,'amrex::MLMGT']]], + ['nu2_17505',['nu2',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#adf6e938df981049c8e34ee53d3c21d05',1,'amrex::MLMGT']]], + ['nub_17506',['nub',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a7caf8d1d49732307624d42da5ac3cb83',1,'amrex::MLMGT']]], + ['nuf_17507',['nuf',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MLMGT.html#a535eff64ede17a0c410f80f26de70a3d',1,'amrex::MLMGT']]], + ['num_5fbuild_17508',['num_build',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#a01b55874b867d3345db7cdfad2f284ee',1,'amrex::FabArrayBase::FabArrayStats']]], + ['num_5fcoarsen_5fopt_17509',['num_coarsen_opt',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1EB2.html#aa6d8b9ccdeea03640db903d130f9af47',1,'amrex::EB2']]], + ['num_5fdevice_5fpartners_17510',['num_device_partners',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a680079152997e37c8e4f02dfaa0d14d4',1,'amrex::Gpu::Device']]], + ['num_5fdevices_5fused_17511',['num_devices_used',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a4e59c991a0de99a25c0c7c1f91667449',1,'amrex::Gpu::Device']]], + ['num_5ffabarrays_17512',['num_fabarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1FabArrayStats.html#ab4b3c50d480036fa2cd0506f9e8f96ff',1,'amrex::FabArrayBase::FabArrayStats']]], + ['num_5fint_5fcomm_5fcomps_17513',['num_int_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_int_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ad29ae6f512fcf498a95666ad47ee71e5',1,'amrex::ParticleContainer_impl::num_int_comm_comps()']]], + ['num_5flocal_5ftiles_17514',['num_local_tiles',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1MFIter.html#a967c3c48ccb4f316911d06fcaccb29fa',1,'amrex::MFIter']]], + ['num_5fmask_5fcomps_17515',['num_mask_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#aebe05d83866295fa66cd195bfd2ccc44',1,'amrex::NeighborParticleContainer']]], + ['num_5freal_5fcomm_5fcomps_17516',['num_real_comm_comps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'ParticleContainer_impl< T_ParticleType, 0, 0, DefaultAllocator, DefaultAssignor >::num_real_comm_comps()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1ParticleContainer__impl.html#ae3bf517b7cadd7ea83a0fb14a706c48a',1,'amrex::ParticleContainer_impl::num_real_comm_comps()']]], + ['num_5fsetba_17517',['num_setba',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a450db80ef9bd209ebb61cb47ff12ca22',1,'amrex::AmrMesh']]], + ['num_5fsetdm_17518',['num_setdm',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1AmrMesh.html#a2ddfbb3a69cf479f1d28f704d19e4f96',1,'amrex::AmrMesh']]], + ['num_5fsnds_17519',['num_snds',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1NeighborParticleContainer.html#a9c0cf5742a0014b73afe38a75f02534e',1,'amrex::NeighborParticleContainer']]], + ['num_5fsteps_17520',['num_steps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntegratorBase.html#ab68545bb3877ccbb5beef755501e6e51',1,'amrex::IntegratorBase']]], + ['num_5fstreams_17521',['num_streams',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1MFItInfo.html#a0db9178bd13b45f862fe31e197f75ec8',1,'amrex::MFItInfo']]], + ['num_5fsweeps_17522',['num_sweeps',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#ab49bedd6e91b0cbfe206bc3ab17cdbc1',1,'amrex::Hypre']]], + ['numactivethreads_17523',['numActiveThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1Handler.html#a277a46596f8e67342709552121787bc5',1,'amrex::Gpu::Handler']]], + ['number_17524',['number',['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1ReductionEntry.html#a7d0d09150f2cd432ef20826516728351',1,'CommProfStats::ReductionEntry::number()'],['https://amrex-codes.github.io/amrex/doxygen/structCommProfStats_1_1BarrierEntry.html#a44cad8e418f7be7c01a8d8fb75f90865',1,'CommProfStats::BarrierEntry::number()']]], + ['number_5fnodes_17525',['number_nodes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RKIntegrator.html#aeb24e2eb4c7cd3f6f46ac8ce656fde5c',1,'amrex::RKIntegrator']]], + ['numberofminmax_17526',['NUMBEROFMINMAX',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#a215d738508df9f39360cdc84a844e98ea70e198feec9ed63c2f25d181a5dc611e',1,'amrex::Amrvis']]], + ['numberofusers_17527',['numberOfUsers',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1DataServices.html#a5d6e7ac64333750926f2175ea5f237ad',1,'amrex::DataServices']]], + ['numberstofname_17528',['numbersToFName',['https://amrex-codes.github.io/amrex/doxygen/classRegionsProfStats.html#a61cecba43f39a2a189ee2aaf9949f2df',1,'RegionsProfStats']]], + ['numblocks_17529',['numBlocks',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#a6c6f30d2bbabe2960fa682d624e70659',1,'amrex::Gpu::GridSize::numBlocks()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a383b070cb13bc99de64062941d521149',1,'amrex::Gpu::ExecutionConfig::numBlocks()']]], + ['numblocksoverride_17530',['numBlocksOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a728f2480b00dbe80a716bc81f42f8508',1,'amrex::Gpu::Device']]], + ['numboxarrays_17531',['numboxarrays',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#a221b256184f09f24c7e7a835d6cf4a9e',1,'amrex::BARef']]], + ['numboxarrays_5fhwm_17532',['numboxarrays_hwm',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1BARef.html#aa4715d9e30ad640a00703a76b8b29f5d',1,'amrex::BARef']]], + ['numbytes_17533',['numbytes',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a2367ec86e010c5342a4a3a76fc192213',1,'amrex::IntDescriptor']]], + ['numdbptypes_17534',['NUMDBPTYPES',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1Amrvis.html#abfcccc9773d8b5535441ca5b3cc4f0cfaa450b2757051e567ab8eb2b39a5e077a',1,'amrex::Amrvis']]], + ['numintgs_17535',['numIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a856a505f1340baf94d02a7585b467e1a',1,'amrex::algoim']]], + ['numlocaltiles_17536',['numLocalTiles',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a830d98c3be0b8b1f0eb88118f7a1f35c',1,'amrex::FabArrayBase::TileArray']]], + ['nummaskvals_17537',['NumMaskVals',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a139601a0038d30ced2a28a0e4f6763e7',1,'amrex::BndryDataT']]], + ['numpoints_17538',['numPoints',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#af4eefbcd2078aa5c3e7a3ddfb678fb78',1,'amrex::XYPlotDataList']]], + ['numsurfintgs_17539',['numSurfIntgs',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1algoim.html#a1431c6a34f2cb39592447caf369d3440',1,'amrex::algoim']]], + ['numthreads_17540',['numThreads',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1ExecutionConfig.html#a59e4685120009f8432768699e898fd98',1,'amrex::Gpu::ExecutionConfig::numThreads()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Gpu_1_1GridSize.html#af91022d872655d7aad5ba0d072db7017',1,'amrex::Gpu::GridSize::numThreads()']]], + ['numthreadsmin_17541',['numThreadsMin',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a73de48a30b914ee4dc994e261e36be8f',1,'amrex::Gpu::Device']]], + ['numthreadsoverride_17542',['numThreadsOverride',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Gpu_1_1Device.html#a8b511fa5992f49c3e027153931c354b4',1,'amrex::Gpu::Device']]], + ['nuse_17543',['nuse',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1CacheStats.html#a2f46bd7a63228d43ce04420ce9191204',1,'amrex::FabArrayBase::CacheStats::nuse()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1FabArrayBase_1_1TileArray.html#a9bc4e65bc502d4951afe43a1904b48bf',1,'amrex::FabArrayBase::TileArray::nuse()']]], + ['nvar_17544',['nvar',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< EBCellFlag >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'amrex::BaseFab::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< AtomicInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< char >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< HYPRE_Int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< int >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< PetscInt >::nvar()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BaseFab.html#a99b1638f6702821a6b6e63cb860d938f',1,'BaseFab< Real >::nvar()']]], + ['nx_17545',['nx',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a064dd3c6107b296a915aedcd0f2f1826',1,'amrex::ParticleInterpolator::Linear::nx()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ac7df25b566023957e86f793a39e27e00',1,'amrex::ParticleInterpolator::Nearest::nx()']]], + ['ny_17546',['ny',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#a0e0af124579f9ad5fec3710bb83ee821',1,'amrex::ParticleInterpolator::Linear::ny()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#ab45ca8466ebed9c2334ae6ea7e92bd58',1,'amrex::ParticleInterpolator::Nearest::ny()']]], + ['nz_17547',['nz',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Nearest.html#a7fb3f62585e84012a047d81ab68809fe',1,'amrex::ParticleInterpolator::Nearest::nz()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParticleInterpolator_1_1Linear.html#ad178c7e8f42426ab5b0eb3bd45ce8bd0',1,'amrex::ParticleInterpolator::Linear::nz()']]] ]; diff --git a/amrex-hydro/Doxygen/html/search/variables_f.js b/amrex-hydro/Doxygen/html/search/variables_f.js index faf622b..65deda0 100644 --- a/amrex-hydro/Doxygen/html/search/variables_f.js +++ b/amrex-hydro/Doxygen/html/search/variables_f.js @@ -1,41 +1,41 @@ var searchData= [ - ['off_17464',['OFF',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a414e7c26da0e02a38a2765ff8e4ffa34',1,'BLProfStats']]], - ['offset_17465',['offset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a13e2fb023472bb8b3f769b8d05365850',1,'amrex::IParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#ac38e239d19e5c6d0df4c733ceeab0831',1,'amrex::ParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#a0ca205ae3f796076ea966533f5abe183',1,'amrex::ParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a57d71866cb674a85f1cc645bfdc0bd06',1,'amrex::NonLocalBC::MultiBlockIndexMapping::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a29156afc0392ae965c03200dd3fae7f1',1,'amrex::openbc::MomTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a387052b31da6d21710c8a0bf73d66e0e',1,'amrex::IParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a30af4dfb43cdc8e01b8bc8b19a2dd695',1,'FabCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87497b1adb83ce034ea0ab943fffc08f',1,'amrex::CoordSys::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#adacc0eb8f4427cd400d829a713149d17',1,'amrex::NonLocalBC::CommData::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a22f5b5b57123479d8d24eb3967a67241',1,'amrex::Array4MaskCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a58cc54c19d79e5aac0136b65d5833e1b',1,'amrex::Array4CopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#af5878f0f6935800abc18aaffe34e50d6',1,'amrex::Array4BoxOffsetTag::offset()']]], - ['offsetx_17466',['offsetX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad248848b7d8478ae8053b03fcbf8d962',1,'amrex::XYPlotDataList']]], - ['ofs_17467',['ofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a12f18b00f5a8136b2e884ab933249b63',1,'amrex::PrintToFile']]], - ['ok_17468',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abee8e858b3ca22a33388275e0a2cfcbf',1,'amrex::CoordSys']]], - ['old_5fdata_17469',['old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9702465fcc6db1bb193b1a82222b0e1c',1,'amrex::StateData']]], - ['old_5fdefault_17470',['old_default',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af13e0db2e188907cf98e9b933a919cd0',1,'amrex::Hypre']]], - ['old_5ftime_17471',['old_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a49bf88f51c149857686027e44513f4f8',1,'amrex::StateData']]], - ['on_17472',['ON',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4aa1da950ff7ae21cd354932a94d62d7e0',1,'BLProfStats']]], - ['on_5fboundary_17473',['on_boundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#adacbc0ec9d750f6bbbcae77a23dbd127',1,'amrex::EB2::GeometryShop']]], - ['one_17474',['one',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d',1,'amrex_constants_module']]], - ['one_5flower_5fmask_17475',['one_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab6a98c38286ed5ba0f71fc4a758ff845',1,'amrex::EBCellFlag']]], - ['one_5fnumvofs_5fmask_17476',['one_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a4a42591e65666aa5935d1e56fc08ec4d',1,'amrex::EBCellFlag']]], - ['one_5ftype_5fmask_17477',['one_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d96cabc11327fe2db480268931dcba4',1,'amrex::EBCellFlag']]], - ['one_5fxhi_5fmask_17478',['one_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aeb308a971d8792c5653da12b495233ea',1,'amrex::EB2::Neighbor']]], - ['one_5fxlo_5fmask_17479',['one_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a47801423224e2db136a5caa5914d277e',1,'amrex::EB2::Neighbor']]], - ['one_5fyhi_5fmask_17480',['one_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac76440c5742fda199c07def2c0359a46',1,'amrex::EB2::Neighbor']]], - ['one_5fylo_5fmask_17481',['one_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae1167bbb17dc6210721c8a648092bd60',1,'amrex::EB2::Neighbor']]], - ['one_5fzhi_5fmask_17482',['one_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aceac9e0a80381ad7e97aba7a9da7942f',1,'amrex::EB2::Neighbor']]], - ['one_5fzlo_5fmask_17483',['one_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a56ff94eee6612d523d0fb8414d3193f0',1,'amrex::EB2::Neighbor']]], - ['onefilepercpu_17484',['OneFilePerCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a93fcd009ee92168a4e419161fc19635b',1,'amrex::VisMF']]], - ['op_17485',['op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a5076dc32f6165ffc8296650d895a2b6f',1,'amrex::PCData']]], - ['openmp_17486',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a3e36e7c8384f469a1817ae7f2ddd069b',1,'amrex::BinPolicy']]], - ['options_5fnamespace_17487',['options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a82145850435b74caa01b3322229a059b',1,'amrex::HypreNodeLap::options_namespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a9e2c8bb6ef487b2efe4482bd682b68ce',1,'amrex::Hypre::options_namespace()']]], - ['ord_17488',['ord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a26af90d55c81141a711427bcfdf5cc58',1,'amrex::IntDescriptor::ord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#afcfec860496e4fc3bb85266a72321efa',1,'amrex::RealDescriptor::ord()']]], - ['ordering_17489',['ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9dd03f8360cfc2cfdf803298308f53dd',1,'amrex::FArrayBox']]], - ['orig_17490',['orig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#af278943e6089937c826f0bd0967a264f',1,'amrex::ForkJoin::MFFork']]], - ['os_17491',['os',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a8cde9f73108377cda6aa9be7fe4f2dab',1,'amrex::Print']]], - ['os_5ftemp_17492',['os_temp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< FArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< TagBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< IArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::Mask >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::EBCellFlagFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::CutFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< PetscInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< AtomicInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'amrex::FabArray::os_temp()']]], - ['oserr_17493',['oserr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7',1,'amrex::system']]], - ['osout_17494',['osout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf',1,'amrex::system']]], - ['output_5ffile_17495',['output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af042a12f3b873d678126ac7aae488106',1,'amrex::TinyProfiler']]], - ['outside_5fdomain_17496',['outside_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a60efc76c5d4cabbf71077b1aa4700077',1,'amrex::BndryDataT']]], - ['own_5fmf_17497',['own_mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a1af6ce9e83db0135a45c4b2bc7afc31b',1,'N_VectorContent_MultiFab_notptr']]], - ['owner_17498',['owner',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9c4e4255bdd7cbfe4e9decb095d1bcc',1,'amrex_parmparse_module::amrex_parmparse']]], - ['owner_5fmask_17499',['owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac8924539f89bd4ae28eb0df416235f4e',1,'amrex::HypreNodeLap']]], - ['owner_5ftask_17500',['owner_task',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#aab173e1a49428a72e1099f8925dfeb56',1,'amrex::ForkJoin::MFFork']]], - ['ownership_17501',['ownership',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab4d5df57a6eaa1d785d131b059b43e18',1,'amrex::FabArrayBase']]] + ['off_17548',['OFF',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4a414e7c26da0e02a38a2765ff8e4ffa34',1,'BLProfStats']]], + ['offset_17549',['offset',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeJUMP.html#a13e2fb023472bb8b3f769b8d05365850',1,'amrex::IParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeJUMP.html#ac38e239d19e5c6d0df4c733ceeab0831',1,'amrex::ParserExeJUMP::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ParserExeIF.html#a0ca205ae3f796076ea966533f5abe183',1,'amrex::ParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1MultiBlockIndexMapping.html#a57d71866cb674a85f1cc645bfdc0bd06',1,'amrex::NonLocalBC::MultiBlockIndexMapping::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1openbc_1_1MomTag.html#a29156afc0392ae965c03200dd3fae7f1',1,'amrex::openbc::MomTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1IParserExeIF.html#a387052b31da6d21710c8a0bf73d66e0e',1,'amrex::IParserExeIF::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structFabCopyTag.html#a30af4dfb43cdc8e01b8bc8b19a2dd695',1,'FabCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#a87497b1adb83ce034ea0ab943fffc08f',1,'amrex::CoordSys::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1NonLocalBC_1_1CommData.html#adacc0eb8f4427cd400d829a713149d17',1,'amrex::NonLocalBC::CommData::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4MaskCopyTag.html#a22f5b5b57123479d8d24eb3967a67241',1,'amrex::Array4MaskCopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4CopyTag.html#a58cc54c19d79e5aac0136b65d5833e1b',1,'amrex::Array4CopyTag::offset()'],['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1Array4BoxOffsetTag.html#af5878f0f6935800abc18aaffe34e50d6',1,'amrex::Array4BoxOffsetTag::offset()']]], + ['offsetx_17550',['offsetX',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1XYPlotDataList.html#ad248848b7d8478ae8053b03fcbf8d962',1,'amrex::XYPlotDataList']]], + ['ofs_17551',['ofs',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1PrintToFile.html#a12f18b00f5a8136b2e884ab933249b63',1,'amrex::PrintToFile']]], + ['ok_17552',['ok',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1CoordSys.html#abee8e858b3ca22a33388275e0a2cfcbf',1,'amrex::CoordSys']]], + ['old_5fdata_17553',['old_data',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a9702465fcc6db1bb193b1a82222b0e1c',1,'amrex::StateData']]], + ['old_5fdefault_17554',['old_default',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#af13e0db2e188907cf98e9b933a919cd0',1,'amrex::Hypre']]], + ['old_5ftime_17555',['old_time',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1StateData.html#a49bf88f51c149857686027e44513f4f8',1,'amrex::StateData']]], + ['on_17556',['ON',['https://amrex-codes.github.io/amrex/doxygen/classBLProfStats.html#ababb4629f7a4f662fdd590b9e857f2f4aa1da950ff7ae21cd354932a94d62d7e0',1,'BLProfStats']]], + ['on_5fboundary_17557',['on_boundary',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EB2_1_1GeometryShop.html#adacbc0ec9d750f6bbbcae77a23dbd127',1,'amrex::EB2::GeometryShop']]], + ['one_17558',['one',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex__constants__module.html#ac1e62f94cf48ab5f9c7203871884b89d',1,'amrex_constants_module']]], + ['one_5flower_5fmask_17559',['one_lower_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#ab6a98c38286ed5ba0f71fc4a758ff845',1,'amrex::EBCellFlag']]], + ['one_5fnumvofs_5fmask_17560',['one_numvofs_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a4a42591e65666aa5935d1e56fc08ec4d',1,'amrex::EBCellFlag']]], + ['one_5ftype_5fmask_17561',['one_type_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1EBCellFlag.html#a3d96cabc11327fe2db480268931dcba4',1,'amrex::EBCellFlag']]], + ['one_5fxhi_5fmask_17562',['one_xhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aeb308a971d8792c5653da12b495233ea',1,'amrex::EB2::Neighbor']]], + ['one_5fxlo_5fmask_17563',['one_xlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a47801423224e2db136a5caa5914d277e',1,'amrex::EB2::Neighbor']]], + ['one_5fyhi_5fmask_17564',['one_yhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ac76440c5742fda199c07def2c0359a46',1,'amrex::EB2::Neighbor']]], + ['one_5fylo_5fmask_17565',['one_ylo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#ae1167bbb17dc6210721c8a648092bd60',1,'amrex::EB2::Neighbor']]], + ['one_5fzhi_5fmask_17566',['one_zhi_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#aceac9e0a80381ad7e97aba7a9da7942f',1,'amrex::EB2::Neighbor']]], + ['one_5fzlo_5fmask_17567',['one_zlo_mask',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1EB2_1_1Neighbor.html#a56ff94eee6612d523d0fb8414d3193f0',1,'amrex::EB2::Neighbor']]], + ['onefilepercpu_17568',['OneFilePerCPU',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1VisMF.html#aa50a3ce471ac0bdf8f78134f0004e156a93fcd009ee92168a4e419161fc19635b',1,'amrex::VisMF']]], + ['op_17569',['op',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1PCData.html#a5076dc32f6165ffc8296650d895a2b6f',1,'amrex::PCData']]], + ['openmp_17570',['OpenMP',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1BinPolicy.html#a3e36e7c8384f469a1817ae7f2ddd069b',1,'amrex::BinPolicy']]], + ['options_5fnamespace_17571',['options_namespace',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#a82145850435b74caa01b3322229a059b',1,'amrex::HypreNodeLap::options_namespace()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Hypre.html#a9e2c8bb6ef487b2efe4482bd682b68ce',1,'amrex::Hypre::options_namespace()']]], + ['ord_17572',['ord',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1IntDescriptor.html#a26af90d55c81141a711427bcfdf5cc58',1,'amrex::IntDescriptor::ord()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1RealDescriptor.html#afcfec860496e4fc3bb85266a72321efa',1,'amrex::RealDescriptor::ord()']]], + ['ordering_17573',['ordering',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FArrayBox.html#a9dd03f8360cfc2cfdf803298308f53dd',1,'amrex::FArrayBox']]], + ['orig_17574',['orig',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#af278943e6089937c826f0bd0967a264f',1,'amrex::ForkJoin::MFFork']]], + ['os_17575',['os',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1Print.html#a8cde9f73108377cda6aa9be7fe4f2dab',1,'amrex::Print']]], + ['os_5ftemp_17576',['os_temp',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< FArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< TagBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< IArrayBox >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::Mask >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::EBCellFlagFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::CutFab >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< PetscInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< HYPRE_Int > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'FabArray< amrex::BaseFab< AtomicInt > >::os_temp()'],['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArray.html#a11346c64d84d261c3766c76a0b09a032',1,'amrex::FabArray::os_temp()']]], + ['oserr_17577',['oserr',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a1ec641702551464f7feaa4f4f225f2d7',1,'amrex::system']]], + ['osout_17578',['osout',['https://amrex-codes.github.io/amrex/doxygen/namespaceamrex_1_1system.html#a94b8de2ec8af3b8975c7d280254f29cf',1,'amrex::system']]], + ['output_5ffile_17579',['output_file',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1TinyProfiler.html#af042a12f3b873d678126ac7aae488106',1,'amrex::TinyProfiler']]], + ['outside_5fdomain_17580',['outside_domain',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1BndryDataT.html#ac96be78c84438c0c74a235d969972846a60efc76c5d4cabbf71077b1aa4700077',1,'amrex::BndryDataT']]], + ['own_5fmf_17581',['own_mf',['https://amrex-codes.github.io/amrex/doxygen/structN__VectorContent__MultiFab__notptr.html#a1af6ce9e83db0135a45c4b2bc7afc31b',1,'N_VectorContent_MultiFab_notptr']]], + ['owner_17582',['owner',['https://amrex-codes.github.io/amrex/doxygen/structamrex__parmparse__module_1_1amrex__parmparse.html#ab9c4e4255bdd7cbfe4e9decb095d1bcc',1,'amrex_parmparse_module::amrex_parmparse']]], + ['owner_5fmask_17583',['owner_mask',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1HypreNodeLap.html#ac8924539f89bd4ae28eb0df416235f4e',1,'amrex::HypreNodeLap']]], + ['owner_5ftask_17584',['owner_task',['https://amrex-codes.github.io/amrex/doxygen/structamrex_1_1ForkJoin_1_1MFFork.html#aab173e1a49428a72e1099f8925dfeb56',1,'amrex::ForkJoin::MFFork']]], + ['ownership_17585',['ownership',['https://amrex-codes.github.io/amrex/doxygen/classamrex_1_1FabArrayBase.html#ab4d5df57a6eaa1d785d131b059b43e18',1,'amrex::FabArrayBase']]] ];